:root {
    --primary: #134B23;
    --secondary: #090;
    --light: #E2CEAD;
    --dark: #081d33;
    --title-font: "Poppins", sans-serif;
    --body-font: "Poppins", sans-serif;
}


body {
    font-family: var(--body-font);
    color: #666;
}

/*p{*/
/*    margin: 0px;*/
/*    padding: 0px;*/
/*}*/

.ftr {
	background: var(--primary);
	color: var(--light);
}

.ftr a{	
	color: #FFF;
}


a {
    text-decoration: none;
    color: var(--primary);
    transition: all 0.4s;
}

a:hover {
    color: var(--dark);
    text-decoration: none;
}



.link-white:hover {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--dark);
}


p {
    font-size: 14px;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-bolder {
    font-weight: 800;
}
.text-bolder2 {
    font-weight: 600;
	padding-bottom:15px;
}


.bg-dark {
    background-color: var(--dark);
}

.sit-btn-primary {
    background:#f57e57;
    padding: 15px 30px;

    font-weight: 400;
    color: #fff;
    font-size: 18px;
    transition: all 0.4s;
	text-transform:uppercase;

}

.sit-btn-primary:hover,
.sit-btn-primary:focus:hover {
    color: #fff;
    background: var(--dark);
}

.sit-btn-primary2 {
    background:#bc1823;
    padding: 15px 30px;

    font-weight: 400;
    color: #fff;
    font-size: 18px;
    transition: all 0.4s;
	text-transform:uppercase;

}

.sit-btn-primary2:hover,
.sit-btn-primary2:focus:hover {
    color: #fff;
    background: var(--dark);
}

.page-banner-bg {
    height: 40vh;
}

@media (max-width: 494px) {
    .page-banner-bg{
        height: 18vh;
    }
}



@media (min-width: 992px) {
    .py-lg-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .page-banner-bg {
        height: 60vh;
    }
}




/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: var(--dark);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: var(--primary);
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}

#topbar .contact-info i {
    font-style: normal;
    color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
}

#topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}

#topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}

#topbar .social-links a:hover {
    color: white;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #FFD;
    transition: all 0.5s;
    z-index: 997;

}

#header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
}

#header.header-inner-pages {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

#header .logo a {
    color: #556270;
}

#header .logo img {
    max-height: 50px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: auto;
    height: auto;

margin-bottom:0;


}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}




#hero .carousel-item::before {
    content: "";
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
}

#hero .container {
    text-align: center;
}

#hero h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
}

#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;


    color: #fff;
}



#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}









#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: var(--secondary);
    border-radius: 50px;
    transition: 0.3s;
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: var(--dark);
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #d9232d;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #d9232d;
}

#hero .btn-get-started:hover {
    background: #df3740;
}

@media (max-width: 992px) {

    #hero .carousel-container {
        top: 8px;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
}

@media (min-width: 767px) {
    #hero {
        height: auto;
    }
}

@media (min-width: 1024px) {
    #hero {
        height: auto;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: #556270;
    float: left;
    width: 44px;
    height: 44px;
    background: #edeff1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #556270;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #8795a4;
}



.imgstyle{
border:2px solid #ffffff;
box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}


.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 28px;
    height: 28px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#333; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#FFFFDD; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#FFFFDD;}
.footer_ul_amrc li a:hover{ color:#FFFFDD; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a {color:#FFF;}
.footer_ul2_amrc li a:hover { text-decoration:none; color:#FFE;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.bottom_border2 { border-bottom:1px solid #e7e7e7; padding-bottom:10px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#FFFFDD; margin:0 12px;}
.contact-list dd a{ color:#FFE; }

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,0.5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
	text-decoration:none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255,255,255,0.5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.copyright3 {
    padding: 25px 0;
    font-size: 18px;
    border-top: 1px solid #ff2626;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
		border-bottom:1px solid #ffffff;
		box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
		


}


.navbar .navbar-brand {
    position: relative;
    padding-right: 30px;
    height: 87px;
    display: flex;
    align-items: center;
    background:#016701;


}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    transform: skewX(-30deg);
background:#016701;
}

.navbar .navbar-nav .nav-link {
    margin-right: 13.0px;
    padding: 15px 0;
    color: #515151;;
    font-size: 16.7px;
    font-weight: 500;
    outline: none;
	font-family:"Open Sans",sans-serif;


}


.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #0d990d;




}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;

        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
		border-radius: 0px;
		border-top:3px solid #ff8400;
		border-bottom:none;
		border-left:none;
		border-right:none;
		line-height:35px;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
			font-family:"Open Sans",sans-serif;

    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

html.dark .tabs .nav-tabs li a,
html.dark .tabs .nav-tabs li a:focus {
	border-top-color: #06a3da;
	border-left-color: #06a3da;
	border-right-color: #06a3da;
	background: #2c3237;
}

html.dark .tabs .nav-tabs li a:hover {
	border-top-color: #06a3da;
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus {
	border-top-color: #06a3da;
}

html.dark .tabs .nav-tabs.nav-justified {
	border-left-width: 0;
	border-right-width: 0;
	border-left-color: transparent;
	border-right-color: transparent;
}

html.dark .tabs .nav-tabs.nav-justified li a,
html.dark .tabs .nav-tabs.nav-justified li a:hover,
html.dark .tabs .nav-tabs.nav-justified li a:focus {
	border-bottom-color: #2c3237;
}

html.dark .tabs.tabs-left .nav-tabs > li a,
html.dark .tabs.tabs-right .nav-tabs > li a {
	background: #2c3237;
	border-left-color: #2c3237;
	border-right-color: #2c3237;
}

html.dark .tabs.tabs-left .nav-tabs > li:last-child a,
html.dark .tabs.tabs-right .nav-tabs > li:last-child a {
	border-bottom-color: #2c3237;
}

html.dark .tabs .nav-tabs {
	border-color: #2c3237;
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus,
html.dark .tabs .nav-tabs.nav-justified li.active a,
html.dark .tabs .nav-tabs.nav-justified li.active a:hover,
html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
	background: #333940;
	border-left-color: #333940;
	border-right-color: #333940;
}

html.dark .tabs .nav-tabs.nav-justified li.active a {
	border-bottom-color: #333940;
}

html.dark .tabs.tabs-vertical {
	border-top-color: #333940;
}

html.dark .tabs.tabs-bottom .nav-tabs li a,
html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
	border-bottom-color: #2c3237;
	border-top-color: #333940;
}

html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
	border-bottom-color: #808697;
	border-top-color: #333940;
}

html.dark .tabs.tabs-bottom .nav-tabs li.active a,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
	border-bottom-color: #808697;
	border-top-color: #333940;
}

html.dark .tabs .tab-content {
	background: #333940;
	border-color: #333940;
}

html.dark .tabs-primary.tabs-bottom .nav-tabs li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
	border-top-color: #333940 !important;
}

html.dark .nav-tabs li.active a,
html.dark .nav-tabs li.active a:hover,
html.dark .nav-tabs li.active a:focus,
html.dark .nav-tabs li a {
	color: #808697;
}

html.dark .tab-content {
	background: #333940;
	border-color: #212529;
}

html.dark .tabs-simple .tab-content,
html.dark .tabs-simple .nav-tabs li a,
html.dark .tabs-simple .nav-tabs li.active a {
	background: transparent !important;
}

html.dark .nav > li > a:hover,
html.dark .nav > li > a:focus {
	background-color: #333940;
}



.spul li{ line-height: 30px; margin-left: 20px; }
	table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #4a4a4a;
  background-color:#d8fad8;
  width:90%;
  margin:0 auto;
}

th, td {
text-align:center;
  padding: 10px;
    border: 1px solid #4a4a4a;

	
}
td {

	color:#363636;
	
}

tr:nth-child(even){background-color: #90e290;}




/*** Project ***/
.project .nav .nav-link {
    background:#fff;;
    transition: .5s;

		border:2px solid #dadada;
		box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;

}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
	
}

/*** Facts ***/
.fact-item .fact-icon {
    width: 100px;
    height: 100px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
	font-size:16px;
}

 .fact-icon {
	 background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}



/*** Team ***/
.team-items {
    margin: -.75rem;
	
}

.team-item {
    margin: .75rem;
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
border:1px solid #f0f0f0;

}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    height: 100%;
    opacity: 1;
}









.scrolled-offset { margin-top: 7rem; }


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  padding: 20px 35px;
  background: #fff;
  height: 100%;
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.services .service-item .icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin-bottom: 40px;
}

.services .service-item .icon i {
  color: #868a91;
  font-size: 40px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f0f1f2;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -15px;
  transition: 0.3s;
}

.services .service-item h3 {
  color:#585858;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding-bottom: 8px;
  font-size: 19px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
  text-transform:uppercase;
  letter-spacing:0.9;
  line-height:25px;
}


.services .service-item:hover .icon:before {
  background: #dbdbdb;
}

.services .service-item:hover h3 {
  border-color: #ff8400;
}
section {
  padding: 0px 0 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f6f7;
}





@media (min-width: 1199px) {
  .section-header p {
    max-width: 60%;
  }
}


.service-item1 .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;

}

.service-item1 .service-icon i {
    transition: .2s;
		color:#fc4108;
}

.service-item1:hover .service-icon i {
    font-size: 50px;
		color:#fc4108;
}

.feature-row {

	background-color:#deceff;
	    border-radius: 10px;
	
}

.feature-row2 {

	background-color:#d6e9ff;
	    border-radius: 10px;
	
}


.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}




      @keyframes blinking {
        0% {
          background-color: #009900 ;
          
        }
		 25% {
          background-color: #00AA00;
          
        }
		50% {
          background-color: #999900;
          
        }
		
		75% {
          background-color:  #AAAA00;
    
        }
		
		
        100% {
          background-color: #000;

        }
      }
      #blink {
        width: auto;
        height: 38px;
        animation: blinking 1s infinite;
		border-radius: 10px;
		padding: 5px 10px;
		font-weight:bold;
      }



.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
	text-align:center;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}



.modal-body {
	padding: 0;	
	}
	

.hfc{
  position:relative;
  border: 10px ridge #080;
}
.hfc img{
  width:100%;
}
.close{
  position:absolute;
  top:5px;
  right:5px;
}






         
         .adm {
            background-image: linear-gradient(to right, #0099F7 0%, #F11712  51%, #0099F7  100%);
            margin-bottom: 20px;
			margin-left:auto; 
			margin-right:auto;
			
            padding: 5px 10px;
            text-align: center;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: none;
			max-width:120px;
			font-size:14px;
	
          }

          .adm:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         