﻿body {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size:18px;
    line-height:20px;
}

.container label {
	font-family: "Arial", Arial, sans-serif;
	font-size:15px;
	padding-top:5px;
}

.container{ width:99%!important; }
.text-center {
    text-align:center;
}
.sub-head {
        /* padding-bottom:50px; */
        display:block;
    }
.pad-top-botm {
    padding-top:5px;
    padding-bottom:50px;
	min-height:669px;
}
  
h2 {
    color:#ff0000;
    font-weight:900;
    
}
h3{
    color:#159238;
    
}
 /*=====================================
  PRELOADER STYLES 
    ===================================*/
   #pre-div {
    background-color: #fff;
    bottom: 0;
    height: 100%;
	width:100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
#loader {
    background-image: url("../img/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

/*=====================================
   NAV BAR STYLE SECTION
    ===================================*/

/*Menu border Color*/
.navbar-default {
border-color: #000;
background-color:#575757;
}
/*Logo Image */
.navbar-brand-logo {
    max-height:60px;
    padding-bottom:20px;
}
/*top-menu links color*/
.navbar-default .navbar-nav > li > a {
    color: #FFF;
}
/*top-menu links color on hover*/
    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }

/*top-menu links & margin*/    
.navbar-nav > li > a {
    margin: 5px 0px 5px 0px;
}
/*toggle styles*/ 
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:#159238;
}
.navbar-default .navbar-toggle {
    border:2px solid #159238;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}

/*=====================================
 HOME SECTION
    ===================================*/
#home {
	background: url(../img/DSC05576.JPG) no-repeat 0px -8px;
	background-size: cover;
	height:100%;
}
/*
#home {
	background:#C4FFB2;
	background: url(../img/DSC05576.JPG) no-repeat center center;
	background-size: 300px 100px;
	padding: 0;
	-webkit-background-size: cover;
	background-size: cover;
}*/
    #home h1 {
        padding:80px 20px 0px 0px;
        /* color:#ff0000; */
		color:#ffffff;
        font-size:40px;
        font-weight:900;

    }
	
	#home h2 {
        /*padding:24px 20px 20px 0px;*/
        /* color:#ff0000; */
		color:#42EADDFF;
        font-size:45px;
        font-weight:900;
		text-shadow: 2px 2px yellow;
		-webkit-text-stroke: 1px black;
		-webkit-text-fill-color: red;
    }
	
	#home h4 {
		color:yellow;
        font-size:35px;
        font-weight:900;
		text-shadow: 2px 2px yellow;
		-webkit-text-stroke: 1px black;
		
    }
	
    #home .head-text span {
        display: block; 
        font-size: 25px; 
        color: #fff; 
        margin-bottom: 25px;
    }
        #home .head-text span >i {
             margin-right: 10px; 
             color: #159238;
        }
     #home p {
        padding:10px 20px 20px 20px;
        color:#fff;
        font-size:16px;
        line-height:20px;
        font-weight:800;       
       text-align:center;
    }
    #home .overlay {
        /* background:url(../img/overlays/06.png);  */      
        min-height:700px;
    }
	
    #home h3 {
        color:#blue;
		font-size:35px;
		text-shadow: 2px 2px yellow;
		-webkit-text-stroke: 1px black;
		-webkit-text-fill-color: blue;
    }
    .div-trans {
padding-top: 5px;
background-color: rgba(0, 0, 0, 0.5);
min-height: 204px;
margin-top: 150px;
color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 30px;
}
        .div-trans i {
            margin-left: 10px; 
            margin-right: 10px; 
            color: #159238;
        }
        .div-trans span {
            color: #ff0000;
        }
        .div-trans button {
            background-color: #159238;
        }
#home .form-control {
    background-color:transparent;
}

/*=====================================
 ABOUT SECTION
    ===================================*/

#about {
     background-color: #efefef; 
     padding-top: 80px;
}
.big-icon {
    font-size:250px;
}

.why-div {
    text-align: justify; 
    padding: 10px 50px;
}


.carousel-control.left {
left: 0;
right: auto;
background-repeat: repeat-x;
background-image: linear-gradient(to left,rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%)!important;
}
.carousel-control.right {
right: 0;
left: auto;
background-repeat: repeat-x;
background-image: linear-gradient(to right,rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%)!important;
}
.carousel-indicators li {
    border:2px solid #159238;
    width:10px;
    height:10px;
}
.carousel-indicators .active {
    border:2px solid #159238;
    width:10px;
    height:10px;
    background:#159238;
}

/*=====================================
  DONARS STYLES 
    ===================================*/
.donars-section {
background: url(../img/donars.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
color:#fff;
}
 .donars-section .overlay {
              background: url(../img/overlays/02.png);     
    }
.slide-custom {
    min-height:200px;
    padding:100px 20px 100px 20px;
    line-height:30px;
}
.donars-section h4 {
    line-height:40px;
}
 .donars-section h4 i{
   padding:5px;
}

 
/*==========================================
   PORTFOLIO STYLES
    =====================================================*/

#port-folio {
    padding-top: 80px; 
    padding-bottom: 100px; 
    background-color: #efefef; 
}
.portfolio-item {
    border:5px solid #159238;
    margin:3px;
}
    .portfolio-item p {
        padding:50px;
        color:#fff;
    }

.portfolio-item .overlay {
   position: absolute;
  top: 0;
  left: 0;
    width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #159238;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  cursor:pointer;
  border-bottom-left-radius:200px;
  border-top-right-radius:200px;
  -webkit-border-bottom-left-radius:200px;
  -webkit-border-top-right-radius:200px;
  -moz-border-bottom-left-radius:200px;
  -moz-border-top-right-radius:200px;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
  zoom: 1;
	filter: alpha(opacity=100);
}
.overlay a,overlay a:hover{
    color:#fff;
    text-decoration:none;
}
#port-folio .overlay p > span {
    display:block;
    padding-bottom:20px;
}

/*==========================================
   HELP STYLES
    =====================================================*/

#help {
    color:#fff;
   
      background: url(../img/help.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
}

#help .overlay {
              background:rgba(32, 32, 32, 0.3); 
                padding-top: 80px; 
    padding-bottom: 100px;       
    }


.vedio-style {
border: 5px solid #159238;
width: 100%;
min-height: 300px;
margin-top: 20px;
}
/*==========================================
   CONTACT STYLES
    =====================================================*/
#contact {
    /* padding-top:80px; */
	/* background:url(../img/overlays/06.png); */
    /* background-color: #C4FFB2; */
    background-color: #d6d6d6;
	color:#000000;
}

#contact .form-control {
    background-color:transparent;
    height:32px;
	margin-bottom:18px;
	color:#000000;
	background:#ffffff;
}

#contact  .div-trans button {
            background-color: #159238;
        }

/*==========================================
   FOOTER STYLES
    =====================================================*/

#footser-end {
    text-align:right;
	background-color:#575757; 
	color:#fff;
	padding:10px;
}

 
.btn-25 { width: 23%;
    float: left;
    margin: 5px; }
	
@media screen and (max-width: 600px) {
  .btn-25 {
    width: 100%;
    float: left;
    margin: 5px; }
  }
}
@media screen and (min-width: 968px) {
  .btn-25 {
    width: 100%;
    float: left;
    margin: 5px; }
  }
}	
. { content:""; clear:both; }
.result { margin : 10px ; font-weight:bold; }


#home1 {
	background:#C4FFB2;
/*background: url(../img/pound1.jpg) no-repeat center center;*/
padding: 0;
-webkit-background-size: cover;
background-size: cover;
}

#home1 h1 {
	padding:150px 20px 20px 0px;
	/* color:#ff0000; */
	color:#ffffff;
	font-size:40px;
	font-weight:900;
}
#home1 .head-text span {
	display: block; 
	font-size: 25px; 
	color: #fff; 
	margin-bottom: 25px;
}
#home1 .head-text span >i {
	margin-right: 10px; 
	color: #159238;
}
#home1 p {
	padding:10px 20px 20px 20px;
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-weight:800;       
	text-align:center;
}
#home1 .overlay {
	background:url(../img/overlays/06.png);        
	min-height:700px;
}

#home1 h3 {
	color:#fff;
}

#home2 {
background: url(../img/pound2.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
}

#home2 h1 {
	padding:150px 20px 20px 0px;
	/* color:#ff0000; */
	color:#ffffff;
	font-size:40px;
	font-weight:900;
}
#home2 .head-text span {
	display: block; 
	font-size: 25px; 
	color: #fff; 
	margin-bottom: 25px;
}
#home2 .head-text span >i {
	margin-right: 10px; 
	color: #159238;
}
#home2 p {
	padding:10px 20px 20px 20px;
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-weight:800;       
	text-align:center;
}
#home2 .overlay {
	background:url(../img/overlays/06.png);        
	min-height:700px;
}

#home2 h3 {
	color:#fff;
}
.navbar-brand {  }
.navbar-brand h4 { font-size:24px; color:#ffffff; }
#counter { float: right; color: #ffffff; margin-top: 24px; }
#home #divDisp .dss_heasing_1 { padding: 60px 20px 20px 0px; color: #ffffff; font-size: 40px; font-weight: 900; }
#home .dss_heasing_2 { padding: 10px 20px 10px 0px; color: #ffffff; font-size: 40px; font-weight: 900; text-shadow:2px 2px yellow; -webkit-text-stroke:1px black;}
/* Popup container */
.popup {
  position: relative;
  /*display: inline-block;*/
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 400px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 0%;
  margin-left: -150px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}
.btn-left{ float:left; }
.clearfix { min-height:60px; background:#d6d6d6; }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
#run_off {float:left; width:265px;}
#amc_help{float:left; margin-top:5px;}

#myPopup_help2{
	margin-left: 15px;
    text-align: left;
    padding-left: 8px;
}
.table_help { width:100%; }
.btn_radio { width:18px; float:left; height:18px!important}

.deactivate {
    background: #f1f1f1;
    color: lightsteelblue;
}
.text-visible {
    visibility: visible!important;
}
.selected_btn{ background:blue!important; color:#ffffff!important; }
.copy_right{ font-size:16px; }
.footer_left{ font-size:16px; text-align:left; }
.btn_enter{ background:red; border:1px solid; color:white; padding:5px 22px; font-size:20px; }
.header_div { text-align: center; }
.body_inner { height:95vh; background-color:#d6d6d6; }
/* .page_print { position: fixed;
    float: right;
    text-align: right;
    width: 98%;
    margin-top: -98px
} */
.page_print {
    float: right;
	margin-top:-40px;
}
.page_print a {
	color: #ffffff;
    border: 1px #ffffff solid;
    padding: 5px; 
}
.pound_img { float:right; position:absolute; margin-left:435px; }
.pound_img .pound_single_img {width:501px; height:501px; margin-top:10px; margin-left:10px; }
.icar_logo { }
.icar_logo img {
    width: 168px;
    margin-left: -31px;
}

/* left sidebar */
.navbar-sidebar {
    border-color: #000;
    background-color: #50C878;
    float: left;
    margin-left: -10px;
    padding-left: 0px;
}
.navbar-sidebar ul li{ padding:8px 8px 6px 0px; }
.navbar-sidebar ul { 
	list-style-position: outside;
    list-style-type: none;
    line-height: 2em;
    margin-bottom: 0.8em; 
}
.navbar-sidebar ul li a:hover{ color:brown; }
#logo_left { float:left; width: 105px; height: 105px; }
#logo_right { margin-top:20px; float:right; /* width: 105px; height: 105px; */ }
#logo_left img { width: 111px; height:105px; padding:1px;}
#logo_right img { width:110px; height:110px; margin-top:-25px; }
.title_head { font-size:28px; }
.sidebar_link { color:#006400; }
.navbar-sidebar a { padding:5px; }
.navbar-sidebar .active{
	color: yellow!important;
	font-weight:bold;
}
/* left sidebar */

/* top sidebar */
.navbar-sidebar-top {
    border-color: #000;
    background-color: #50C878;
    padding-left: 10px;
}
.navbar-sidebar-top ul, ol {
    margin-top: 45px;
    margin-bottom: 0px;
    padding: 10px 0px;
}
.navbar-sidebar-top li { display: inline; }
.navbar-sidebar-top li a {
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}
.navbar-sidebar-top .active{
	color: yellow!important;
	font-weight:bold;
}
/* top sidebar */

#home .outer_home_layout { margin-top:60px; text-align:center; }
.sub_title_head { 
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-bottom: 20px;
	color:red;
}
.logo_title {
	float: left;
    margin: 4px 8px;
}
.table_summary {
	align:center;
}
.table_summary th { text-align:center; padding:12px; }
.table_summary td {
	padding:12px;
  /* text-align: left;
  background-color: #04AA6D;
  color: white;*/
}
.heading_red {color:red;}
.page_img { float:right; }