@charset "utf-8";
/* CSS Document */

.mtop10
{
	margin-top:10px;
}

.mtop20
{
	margin-top:20px;
}

.mtop30
{
	margin-top:30px;
}

.mtop40
{
	margin-top:40px;
}

.mtop50
{
	margin-top:50px;
}

.mtop60
{
	margin-top:60px;
}

.mtop70
{
	margin-top:70px;
}

.marbot40
{
	margin-bottom:40px;
}

body 
{
	font-family: 'Montserrat', sans-serif;
  	font-size: 16px;
  	color:#455161 !important;
}

.align-center
{
	text-align:center;
}

a:hover
{
	text-decoration:none;
}


/*-----------------------------------------navbar-------------------------------------*/

.navbar-brand 
{
	position: absolute;
	margin-top:-43px;
    width: 370px;
}

.navbar
{
	margin-top:35px;
}

.navbar-container 
{
    padding:9px 0px 9px 0px;
}

.navbar.navbar-fixed-top.fixed-theme 
{
	margin-top:0px;
    background-color: #455161;
}

.navbar-brand.fixed-theme 
{
    width: 220px;
	margin-top:-20px;
}

.navbar-container.fixed-theme 
{
    padding: 8px 0px 8px 0px;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container
{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}

.navigation-bar
{
	background:rgba(0,0,0,0.2);
}

.logo-box
{
	
}

.navbar-nav li a
{
	font-weight:500;
}

.navbar-nav li a:hover
{
	color: #FFFFFF;
}

.navbar-nav li a:focus
{
	color: #FFFFFF;
}

.dropdown-menu
{
	background: #455161;
}

.dropdown-menu li a
{
	color: #FFFFFF;
}

.dropdown-menu li a:hover
{
	background: #292929;
}

.dropdown-menu li a:focus
{
	background: #292929;
}

/*--------------------------------------------------navbar end-----------------------------------*/

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}

#carousel
{
	padding:200px 0px 30px 0px;
	background:url(../img/header-bg.png) center top no-repeat;
}

.header-content img
{
}

.header-content h1
{
	color:#455161;
	font-size:30px;
	font-weight:900;
}

.header-content p
{
	color:#455161;
	font-size:20px;
	font-weight:bold;
}

.header-content a
{
	
	color:#FFFFFF;
	padding:15px 30px;
	font-size:20px;
	font-weight:bold;
	display:inline-block;
	background:#f65e44;
	border-radius:3px;
	margin-top:10px;
}

.header-content a:hover
{
	
	color:#FFFFFF;
	padding:15px 30px;
	font-size:20px;
	font-weight:bold;
	display:inline-block;
	background:#455161;
	border-radius:3px;
	margin-top:10px;
}

.border1
{
	border:1px solid #DB3235;
}

.no-border
{
	border:none !important;
}

.border-right
{
	border-right:1px solid rgba(255,255,255,0.1);
}

.header-links
{
	width: 100%;
	display: inline-block;
	background:#455161;
}

.link-box
{
	text-align:center;
	padding:20px 0px;
}

.link-box a
{
	text-align:left;
	color:#FFFFFF;
	font-size:17px;
	font-weight:600;
	display:inline-block;
	line-height:1.2;
	padding-left:40px;
}

.link-help
{
	background:url(../img/link-help-icon.png) left center no-repeat;
}

.link-alert
{
	background:url(../img/link-alert-icon.png) left center no-repeat;
}

.link-donate
{
	background:url(../img/link-donate-icon.png) left center no-repeat;
}

.link-member
{
	background:url(../img/link-member-icon.png) left center no-repeat;
}

.link-discuss
{
	background:url(../img/link-discuss-icon.png) left center no-repeat;
}

.link-law
{
	background:url(../img/link-law-icon.png) left center no-repeat;
}

.link-legal
{
	background:url(../img/link-member-icon.png) left center no-repeat;
}

.about-content
{
	margin-top:40px;
	padding:0px 15px;
}

.about-content h2
{
	font-size:22px;
	font-weight:600;
	margin:50px 0px 0px 0px;
}

.about-content p
{
	margin:15px 0px 0px 0px;
}

.about-content a
{
	color:#FFFFFF;
	padding:15px 30px;
	font-weight:bold;
	display:inline-block;
	background:#f65e44;
	border-radius:3px;
	margin-top:25px;
}

.about-content a:hover
{
	color:#FFFFFF;
	padding:15px 30px;
	font-weight:bold;
	display:inline-block;
	background:#455161;
	border-radius:3px;
	margin-top:25px;
}

.about-link-list
{
	list-style-type:none;
	padding:0px;
	margin-top:20px;
}

.about-link-list li 
{
	display:inline-block;
	margin:15px 15px;
}

.about-link-list li a
{
	color:#FFFFFF;
	font-weight:500;
	background:#455161;
	border-radius:3px;
	padding:10px 30px;
	display:inline-block;
	border:1px solid #455161;
}

.about-link-list li a:hover
{
	color:#455161;
	font-weight:500;
	background:#FFFFFF;
	border-radius:3px;
	padding:10px 30px;
	border:1px solid #455161;
	display:inline-block;
}

.leader-section
{
	padding:20px 0px 50px 0px;
	background:url(../img/bg-texture.png);
}

.leader-box
{
	background:#f9f9f9;
	border:1px solid #e5e5e5;
	border-radius:5px;
	padding:40px;
	margin:30px 15px 0px 15px;
}

.leader-img b
{
	margin-top:15px;
	display:inline-block;
}

.leader-img b span
{
	color:#717171;
	font-weight:lighter;
}

.leader-content h2
{
	font-size:22px;
	font-weight:600;
	margin:20px 0px 0px 0px;
}

.leader-content p
{
	margin:15px 0px 0px 0px;
}

.leader-content a
{
	color:#455161;
	font-weight:500;
	background:#ffcc66;
	border-radius:3px;
	padding:10px 20px;
	display:inline-block;
	margin-top:20px;
}

.leader-content a:hover
{
	color:#FFFFFF;
	font-weight:500;
	background:#455161;
	border-radius:3px;
	padding:10px 20px;
	display:inline-block;
	margin-top:20px;
}

.fight-section
{
	padding:40px 0px;
	background:#455161;
}

.heading-white
{
	color:#FFFFFF;
	text-align:center;
}

.heading-white h2
{
	font-size:28px;
	margin:0px;
}

.heading-white p
{
	margin-top:15px;
}

.fight-box-link
{
	margin-top:35px;
	display:block;
}

.fight-box
{
	margin-top:35px;
	background:#FFFFFF;
	border-radius:5px;
	padding:35px 40px;
	margin:0px 10px;
	margin-top:35px;
}

.fight-box h3
{
	font-size:21px;
	color:#455161;
	margin:0px;
	font-weight:700;
	padding:0px 0px 0px 70px ;
}

.fight-box p
{
	color:#455161;
	margin:20px 0px 0px 0px;
	font-weight:500;
	width:300px;
}

.fight-child
{
	background:url(../img/fight-child-icon.png) left center no-repeat;
}

.fight-consumer
{
	background:url(../img/fight-consumer-icon.png) left center no-repeat;
}

.fight-rights
{
	background:url(../img/fight-rights-icon.png) left center no-repeat;
}

.fight-labour
{
	background:url(../img/fight-labour-icon.png) left center no-repeat;
}

.fight-custodi
{
	background:url(../img/fight-custodi-icon.png) left center no-repeat;
}

.fight-human
{
	background:url(../img/fight-human-icon.png) left center no-repeat;
}

.explore-btn
{
	color:#455161;
	font-size:18px;
	font-weight:700;
	background:#ffcc66;
	border-radius:3px;
	padding:18px 25px;
	display:inline-block;
	margin-top:25px;
}

.explore-btn:hover
{	
	color:#FFFFFF;
	font-size:18px;
	font-weight:700;
	background:#455161;
	border-radius:3px;
	padding:18px 25px;
	display:inline-block;
	margin-top:25px;
}

.explore-btn3
{
	color:#455161;
	font-size:18px;
	font-weight:700;
	background:#ffcc66;
	border-radius:3px;
	padding:10px 25px;
	display:inline-block;
	margin-top:20px;
}

.explore-btn3:hover
{	
	color:#FFFFFF;
	background:#455161;
}

.heading-black
{
	color:#455161;
	text-align:center;
}

.heading-black h2
{
	font-size:28px;
	margin:0px;
}

.heading-black p
{
	margin-top:15px;
}

.org-box
{
	background:#f9f9f9;
	border:1px solid #e5e5e5;
	border-radius:5px;
	padding:0px 20px 25px 20px;
	margin:100px 5px 0px 5px;
}

.org-box img
{
	margin-top:-50px;
}

.org-box h4
{
	font-weight:700;
	margin-top:20px;
}

.org-box a
{
	color:#FFFFFF;
	font-weight:500;
	background:#455161;
	border-radius:3px;
	padding:10px 20px;
	display:inline-block;
	margin-top:5px;
}

.org-box a:hover
{
	color:#455161;
	font-weight:500;
	background:#ffcc66;
	border-radius:3px;
	padding:10px 20px;
	display:inline-block;
	margin-top:5px;
}

.asso-section
{
	margin-top:0px;
	background:#f9f9f9;
	padding:40px 0px;
}

.asso-aidspo
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-aidspo.png) center top no-repeat;
}

.asso-aidspo:hover
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-aidspo-hover.png) center top no-repeat;
}

.asso-unep
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-unep.png) center top no-repeat;
}

.asso-unep:hover
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-unep-hover.png) center top no-repeat;
}

.asso-uniminn
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-uniminn.png) center top no-repeat;
}

.asso-uniminn:hover
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-uniminn-hover.png) center top no-repeat;
}

.asso-chri
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-chri.png) center top no-repeat;
}

.asso-chri:hover
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-chri-hover.png) center top no-repeat;
}

.asso-unwomen
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-unwomen.png) center top no-repeat;
}

.asso-unwomen:hover
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-unwomen-hover.png) center top no-repeat;
}

.asso-usnet
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-usnet.png) center top no-repeat;
}

.asso-usnet:hover
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-usnet-hover.png) center top no-repeat;
}

.asso-intbar
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-intbar.png) center top no-repeat;
}

.asso-intbar:hover
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-intbar-hover.png) center top no-repeat;
}

.asso-infosud
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-infosud.png) center top no-repeat;
}

.asso-infosud:hover
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-infosud-hover.png) center top no-repeat;
}

.asso-uninat
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-uninat.png) center top no-repeat;
}

.asso-uninat:hover
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-uninat-hover.png) center top no-repeat;
}

.asso-unifem
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-unifem.png) center top no-repeat;
}

.asso-unifem:hover
{
	width:200px;
	height:90px;
	display:inline-block;
	background:url(../img/asso-unifem-hover.png) center top no-repeat;
}

.asso-links
{
	margin:20px 0px;
}

.news-section
{
	padding:40px 0px;
	background:#ffcc66;
}

.news-box
{
	background:#FFFFFF;
	border-radius:5px;
	margin:0px 20px;
}

.news-box img
{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.news-box-content
{
	color:#455161;
	padding:25px 40px;
}

.news-box-content:hover
{
	background:#ededed;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.news-box-content h4
{
	font-size:21px;
	font-weight:700;
}

.news-box-content b
{
}

.news-box-content p
{
	margin-top:10px;
}

.explore-black-btn
{
	color:#FFFFFF;
	font-size:18px;
	font-weight:700;
	background:#455161;
	border-radius:3px;
	padding:18px 25px;
	display:inline-block;
}

.explore-black-btn:hover
{
	color:#FFFFFF;
	font-size:18px;
	font-weight:700;
	background:#f65e44;
	border-radius:3px;
	padding:18px 25px;
	display:inline-block;
}

.footer-section
{
	padding:40px 0px;
	background:#455161;
}

.footer-links
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.footer-links li
{
	padding:5px 0px;
}

.footer-links li a
{
	color:#FFFFFF;
	font-size:18px;
}

.footer-links li a:hover
{
	color:#ffcc66;
	font-size:18px;
}

.contact-box h3
{
	color:#FFFFFF;
	font-size:23px;
	padding-top:115px;
	background:url(../img/footer-logo.png) left top no-repeat;
}

.contact-box p
{
	color:#FFFFFF;
	font-size:18px;
}

.mail-id
{
	color:#FFFFFF;
	font-size:18px;
	display:inline-block;
	margin-top:5px;
}

.mail-id:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

.explore-btn1
{
	color:#455161;
	font-size:18px;
	font-weight:700;
	background:#ffcc66;
	border-radius:3px;
	padding:18px 25px;
	display:inline-block;
	margin-top:25px;
}

.explore-btn1:hover
{
	font-size:18px;
	font-weight:700;
	background:#FFFFFF;
	border-radius:3px;
	padding:18px 25px;
	display:inline-block;
	margin-top:25px;
}

.footer-bottom
{
	background:#394453;
	padding:20px 0px;
}

.footer-bottom p
{
	opacity:0.5;
	font-size:12px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}

.team-header
{
	padding:160px 0px 40px 0px;
	background:url(../img/header-bg1.png) center top no-repeat;
}

.news-bar
{
	background:#ffcc66;
	padding:20px 0px;
}

.member-box img
{
	margin-top:15px;
}

.member-box h4
{
	font-size:15px;
	margin:10px 0px 0px 0px;
	padding:0px;
}

.member-box p
{
	color:#6B6B6B;
	font-size:13px;
	margin-top:3px;
}

.nomarpadd
{
	margin:0px;
	padding:0px;
}

.team-header-inner
{
	color:#FFFFFF;
	background:#455161;
	margin:20px 0px 0px 0px;
	padding:10px 20px;
	display:inline-block;
}

.team-international
{
	padding:20px 0px;
	border:1px solid #b7b7b7;
}

.search-bar
{
	background:#455161;
	padding:20px 15px;
}


.searchbox input
{
	height:45px;
}

.searchbox button
{
	height:45px;
	font-weight:bold;
	background:#ffcc66;
	border:1px solid #ffcc66;
}

.searchbox button:hover
{
	color:#FFFFFF;
	height:45px;
	font-weight:bold;
	background:#f65e44;
	border:1px solid #f65e44;
}

.address-box
{
	border:2px dotted #C7C7C7;
	padding:20px 25px;
	border-radius:5px;
}

.address-box p
{
	font-size:15px;
	margin:20px 0px 0px 0px;
	padding:0px;
}

.address-header
{
	font-size:16px;
	color:#455161;
	display:inline-block;
	background:#ffcc66;	
	margin:0px;
	padding:15px 20px;
	border-radius:3px;
}

.address-adjust
{
	padding:0px 30px;
}

.form-input
{
	height:45px;
	border-radius:0px;
	border:1px solid #b7b7b7;
}

.form-group textarea
{
	border-radius:0px;
	border:1px solid #b7b7b7;
}

.btn-submit
{
	
	color:#FFFFFF;
	padding:12px 25px;
	font-size:20px;
	font-weight:bold;
	display:inline-block;
	background:#f65e44;
	border-radius:3px;
	margin-top:10px;
	border:0px;
}

.btn-submit:hover
{
	
	color:#FFFFFF;
	padding:12px 25px;
	font-size:20px;
	font-weight:bold;
	display:inline-block;
	background:#455161;
	border-radius:3px;
	margin-top:10px;
	border:0px;
}

.footer-adjust
{
	margin-top:-5px;
}

.news-inner
{
	border-radius:5px;
	border:2px dotted #C9C9C9;
}

.news-inner:hover
{
	border-radius:5px;
	border:2px solid #C9C9C9;
}

.news-inner img
{
	border-top-left-radius:4px;	
	border-top-right-radius:4px;	
}

.news-inner-content
{
	padding:10px 20px 20px 20px;
}

.news-inner-content h4
{
	color:#292929;
	font-weight:600;
	font-size:17px;
}

.news-inner-content h5
{
	color:#949494;
	font-weight:normal;
	font-size:13px;
}

.news-inner-content p
{
	font-size:15px;
	border-top:1px solid #E5E5E5;
	padding-top:10px;
	margin-top:15px;
}

.news-inner-content a
{
	color:#455161;
	font-size:15px;
	font-weight:500;
	background:#ffcc66;
	border-radius:3px;
	padding:10px 20px;
	display:inline-block;
	margin-top:5px;
}

.news-inner-content a:hover
{
	color:#FFFFFF;
	font-weight:500;
	background:#455161;
	border-radius:3px;
	padding:10px 20px;
	display:inline-block;
	margin-top:5px;
}

.news-inner:hover
{
	box-shadow:0px 0px 20px rgba(0,0,0,0.3);
}

.news-detailed-content h3
{
	margin:0px;
}

.control-pre
{
	color:#455161;
	font-size:15px;
	font-weight:500;
	background:#ffcc66;
	border-radius:3px;
	padding:10px 20px;
	display:inline-block;
	margin:10px 20px 0px 0px;
}

.control-pre:hover
{
	color:#FFFFFF;
	font-weight:500;
	background:#455161;
	border-radius:3px;
	padding:10px 20px;
	display:inline-block;
	margin:10px 20px 0px 0px;
}

.news-detailed img
{
	border-radius:5px;
}

.fight-box-new
{
	border:2px dotted #C9C9C9;
	border-radius:5px;
	padding:35px 40px;
	margin:0px 10px;
}

.fight-box-new:hover
{
	border:2px solid #C9C9C9;
	box-shadow:0px 0px 20px rgba(0,0,0,0.3);
}

.fight-environment
{
	background:url(../img/fight-environment-icon.png) left center no-repeat;
}

.fight-sexual
{
	background:url(../img/fight-sexual-icon.png) left center no-repeat;
}

.fight-communal
{
	background:url(../img/fight-communal-icon.png) left center no-repeat;
}

.fight-dowry
{
	background:url(../img/fight-dowry-icon.png) left center no-repeat;
}

.fight-suspicious
{
	background:url(../img/fight-suspicious-icon.png) left center no-repeat;
}

.fight-police
{
	background:url(../img/fight-police-icon.png) left center no-repeat;
}

.fight-other
{
	background:url(../img/fight-other-icon.png) left center no-repeat;
}

.fight-environment-header
{
	display:inline;
	height:50px;
	font-size:25px;
	font-weight:700;
	padding:10px 0px 10px 60px;
	background:url(../img/fight-environment-icon.png) left center no-repeat;
}

.header-para
{
	font-size:18px;
	margin-top:20px;
	font-weight:500;
}

.fight-box-new1
{
	background:#F9F9F9;
	border:2px dotted #C9C9C9;
	border-radius:5px;
	padding:35px 40px;
	margin-top:20px;
}

.control-label
{
	font-weight:500;
}

.btn-send
{
	font-size:18px;
	color: #FFFFFF;
    padding: 12px 20px;
    display: inline-block;
    background: #f65e44;
    border-radius: 3px;
	border:none;
	margin:5px 15px 0px 0px;
}

.btn-send:hover
{
	color: #FFFFFF;
    background: #dc381c;
    border-radius: 3px;
    margin:5px 15px 0px 0px;
}

.btn-reset
{
	font-size:18px;
	color: #455161;
    padding: 12px 20px;
    display: inline-block;
    background: #ffcc66;
    border-radius: 3px;
	border:none;
	margin:5px 15px 0px 0px;
}

.btn-reset:focus
{
	font-size:18px;
	color: #455161;
    padding: 12px 20px;
    display: inline-block;
    background: #ffcc66;
    border-radius: 3px;
	border:none;
	margin:5px 15px 0px 0px;
}

.btn-reset:hover
{
	color: #FFFFFF;
    background: #da9a1a;
    border-radius: 3px;
    margin:5px 15px 0px 0px;
}

.btn-back
{
	font-size:18px;
	color: #FFFFFF;
    padding: 12px 20px;
    display: inline-block;
    background: #455161;
    border-radius: 3px;
	border:none;
	margin:5px 15px 0px 0px;
}

.btn-back:hover
{
	color: #FFFFFF;
    background: #28384c;
    border-radius: 3px;
    margin:5px 15px 0px 0px;
}

.radio1
{
	margin:5px 15px 0px 0px !important;
}

.vision-box
{
	border:2px dotted #C7C7C7;
	padding:20px 25px;
	border-radius:5px;
}

.vision-box h3
{
	margin:0px;
	padding:0px;
}

.vision-box p
{
}

.special-red
{
	color:#f65e44;
}

.special-blue
{
	color:#258BCC;
}

.vision-box a
{
	color: #455161;
    font-weight: 700;
    background: #ffcc66;
    border-radius: 3px;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 10px;
}

.vision-box a:hover
{
	color: #FFFFFF;
    font-weight: 500;
    background: #455161;
    border-radius: 3px;
    padding: 15px 20px;
    display: inline-block;
}

.adalat-box
{
	border:2px dotted #C7C7C7;
	padding:25px 25px;
	border-radius:5px;
}

.adalat-box h3
{
	margin:0px;
	padding:0px;
}

.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}

.box1
{
	margin: 15px 15px;
}

.gal-item .box1{
	height: auto;
	overflow: hidden;
}
.box1 img{
	height: 100%;
	width: 100%;
}

.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}

.special-red-bor
{
	color:#f65e44;
	padding:5px;
	margin:0px 5px;
	border:1px solid #f65e44;
	display:inline-block;
}

.special-red-bor:hover
{
	color:#FFFFFF;
	padding:5px;
	background:#f65e44;
	border:1px solid #f65e44;
	display:inline-block;
}

.btn-download
{
	color:#FFFFFF;
	padding:10px 20px;
	margin-top:20px;
	background:#f65e44;
	display:inline-block;
}

.btn-download:hover
{
	color:#FFFFFF;
	padding:10px 20px;
	margin-top:20px;
	background:#455161;
	display:inline-block;
}

.frame
{
}

.frame iframe
{
	min-width:620px;
	min-height:400px;
	border:1px solid #ADADAD;
}

.history-pic
{
	padding:0px 20px 20px 20px;
	float:left;
	display:inline-block;
}

.mbot40
{
	margin-bottom:40px;
}

.panel-yellow
{
	border:1px solid #ffcc66;
}

.panel-yellow-heading
{
	background:#ffcc66 !important;
}

.resources-links
{ 
	list-style-type: none;
	text-align:center;
	padding:0px;
}

.resources-links li 
{
	margin:0px 0px 20px 0px;
}

.resources-links li a
{
	color:#455161;
	background:#ffcc66;
	padding:13px 20px;
	border-radius:4px;
	display:inline-block;
}

.resources-links li a:hover
{
	color:#FFFFFF;
	background:#455161;
	padding:13px 20px;
	border-radius:4px;
	display:inline-block;
}

.download-list
{
}

.download-list b
{
	line-height:4;
}

.download-list a
{
	color:#FFFFFF;
	font-weight:normal;
	background:#f65e44;
	padding:10px 20px;
}

.download-list a:hover
{
	color:#FFFFFF;
	font-weight:normal;
	background:#455161;
	padding:10px 20px;
}

.light
{
	color:#6E6E6E;
	font-size:14px;
	font-weight:400;
}

.link-label
{
	line-height:normal !important;
	margin-top:10px;
	text-align:right;
}

.vision-box1
{
	border:2px dotted #C7C7C7;
	padding:20px 25px;
	border-radius:5px;
}

.deed-box
{
	text-align:center;
	margin-top:10px;
}

.deed-box a
{
	color:#455161;
	display:block;
	margin:15px 0px;
	font-weight:600;
	padding:15px 20px;
	background:#ffcc66;
	border-radius:4px;
}

.lokandolan-book a
{
	display:inline-block;
	background:none;
	padding:0px;
	margin:0px;
}

.lokandolan-book a:hover
{
	display:inline-block;
	background:none;
	padding:0px;
	margin:0px;
}


/*--------------------------------------new by developer-----------------------------------------------------------------*/

.city-box
{
	
}

.city-box a
{
	font-size:15px;
	color:#455161;
	font-weight: 600;
	padding:20px 25px;
	border-radius:5px;
	border:2px dotted #C7C7C7;
	display: block;
	margin:20px 0px 0px 0px; 
}

.city-box a:hover
{	
	color:#455161;
	background: #ffcc66;
	border:2px dotted transparent;
}

.faq-bg
{
	margin-top: 40px;
	padding: 50px 0px;
	/* The image used */
    background-image:url(../img/faq-bg.jpg);


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.panel1
{
	background: rgba(255,255,255,0.7) !important;
	border: 1px solid #455161;
}



/*--------------------------------------new by developer-----------------------------------------------------------------*/

.btn-team-zone
{
	width: 100% !important;
	display: block !important;
	height: 45px;
}

.nav-tabs li a
{
	color: #FFFFFF ;
}

.nav-tabs li a:hover
{
	border: 1px solid #455161; 
}

.nav-tabs li a:active
{
	color:#455161 !important;
}

.panel-heading1
{
	background: #000000;
	border: 1px solid #455161;
}

.no-found-msg
{
	color:#FFFFFF;
	display: inline-block;
	background: #f65e44;
	border-radius: 5px;
	padding: 20px;
}

.no-found-msg i
{
	font-size: 50px;
}

.no-found-msg h3
{
	padding: 0px;
	margin: 10px 0px 0px;
}

.foot-content
{
	margin-top: 10px;
	display:inline-block;
}

.foot-content p
{
	font-size:12px;
	line-height:2.4;
	display:inline-block;
}

.foot-content img
{
	display:inline-block;
}

.news-link
{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

.news-link li
{
	display: inline;
	
}

.news-link li a
{
	display: inline-block;
	padding: 20px 20px;
	text-align: center;
	background: #455161;
	border-radius: 4px;
	margin: 10px 20px;
}

.news-link li a:hover
{
	color:#FFFFFF;
	display: inline-block;
	padding: 20px 20px;
	text-align: center;
	background: #f65e44;
	border-radius: 4px;
}

.explore-black-btn1
{
	color:#FFFFFF;
	font-size:18px;
	font-weight:700;
	background:#f65e44;
	border-radius:3px;
	padding:18px 25px;
	display:inline-block;
}

.explore-black-btn1:hover
{
	color:#FFFFFF;
	font-size:18px;
	font-weight:700;
	background:#455161;
	border-radius:3px;
	padding:18px 25px;
	display:inline-block;
}

.news-link1 li
{
	
}

.news-link1 li a
{
	display: block;
}

.news-link1 li a:hover
{
	display: block;
}



.people-box
{
	min-height: 230px;
}

.navbar-main
{
	margin-right: 5px;
}

.navbar-main li a
{
	font-size: 15px;
	padding: 10px;
}

.dropdown-menu1 li a:hover
{
	color:#FFFFFF;
}


.wrapper-main
{
	overflow: hidden;
}

.tab-content p
{
	color:#000000;
}

.mission-box1 a
{
	color:#258BCC;
}

.mission-box1 a:hover
{
	color:#455161;
}

.weblinks iframe
{
	min-height: 1000px;
}


.cooperators iframe
{
	min-height: 1000px;
}

.guidance iframe
{
	min-height: 750px;
}


.references iframe
{
	min-height: 470px;
	border-radius: 5px;

}

.machinery iframe
{
	min-height: 1000px;
}

.patron-links
{
	color:#258BCC !important;
	margin: 10px 0px !important;
	padding: 0px !important;
	background: none !important;
}

.patron-links:hover
{
	color:#455161 !important;
	margin: 10px 0px !important;
	padding: 0px !important;
	background: none !important;
}

.legal-nec-box h4
{
	color:#455161;
}

.legal-nec-box h4:hover
{
	color: #258BCC;
}

.legal-nec-box:hover
{
	border:1px solid #258BCC;
}

.legal-nec-box img
{
	width: 100%;
	height: 250px;
}

.thumb-img
{
	height: 300px !important;
}

.image-header-adjust
{
	margin: 0px;
	font-weight: 500;
	height: 45px !important;
}

.align-right
{
	text-align: right;
}

.adjust-input
{
	min-height: 60px !important;
}

.error
{
	position: inherit;
}
.a11
{
	color: #337ab7;
}

.table-bordered {
border: 1px solid #dddddd;
border-collapse: separate;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.table {
width: 100%;
margin-bottom: 20px;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
display: table;
}

.widget.widget-table .table {
margin-bottom: 0;
border: none;
}

.widget.widget-table .widget-content {
padding: 0;
}

.widget .widget-header + .widget-content {
border-top: none;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.widget .widget-content {
padding: 20px 15px 15px;
background: #FFF;
border: 1px solid #D5D5D5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.widget .widget-header {
position: relative;
height: 40px;
line-height: 40px;
background: #E9E9E9;
background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
text-shadow: 0 1px 0 #fff;
border-radius: 5px 5px 0 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1),inset 0 1px 0 white,inset 0 -1px 0 rgba(255,255,255,0.7);
border-bottom: 1px solid #bababa;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
border: 1px solid #D5D5D5;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
-webkit-background-clip: padding-box;
}

thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}

.widget .widget-header h3 {
top: 2px;
position: relative;
left: 10px;
display: inline-block;
margin-right: 3em;
font-size: 14px;
font-weight: 600;
color: #555;
line-height: 18px;
text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
display: inline-block;
margin-left: 13px;
margin-right: -2px;
font-size: 16px;
color: #555;
vertical-align: middle;
}

.flashSuccess
{
    display:inline-block;
    color:#FF0000;
    margin-top: -10px;
    height: 18px;
    padding: 0px 0px 0px 0px;
}



