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

@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(menu.css);

body {
	/*font-family: 'Droid Sans', sans-serif !important;*/
	font-family: 'Source Sans Pro', sans-serif !important;
	overflow-x:hidden;
}

#topbar {
	border-top:solid 5px #ac8008;
	border-bottom:solid 1px #bbbbbb;
	padding:5px 0px;
	display:block;
}

a {
	text-decoration:none !important;
}

.top-social li {
	float:right;
	list-style:none;
	margin-right:8px;
}

.top-social li a .fa {
	 width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #555;
    font-size: 14px;
    transition: all 0.5s;
}

.top-social li a:hover .fa-facebook {
    background-color: #537ABC;
	color:#fff;
}

.top-social li a:hover .fa-google-plus {
    background-color: #dc473a;
	color:#fff;
}

.top-social li a:hover .fa-linkedin {
    background-color: #0077b5;
	color:#fff;
}

.top-social li a:hover .fa-twitter {
    background-color: #77CBEF;
	color:#fff;
}

.sticky {
	background:rgba(255,255,255,0.9);
	padding-top:20px;
	transition:all 0.5s;
	/* border-top:solid 5px #ac8008; */
}

.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%;
  padding:0px;
  transition:all 0.5s;
  z-index:999;
  /* border-top:solid 5px rgba(255,255,255,0); */
  }


.nicescroll-rails {
	background:#ccc;
}

.nicescroll-rails > div {
	width: 6px !important;
    background: #ac8008 !important;
    border: none !important;
    border-radius: 0 !important;
}

.os-animation{
  opacity: 0;
}

.os-animation.animated{
    opacity: 1;
}


#h-row-one {
	padding:40px 0px;
	width:100%;
}

#h-row-one h2 {
	color:#341e12;
	font-size:30px;
	text-align:center;
	margin:0px 0 10px 0;
}

#h-row-one h1 {
	color:#833109;
	font-size:32px;
	text-align:center;
	line-height:42px;
	margin:0;
	font-weight:bold;
}

#h-row-two {
	width:100%;
	min-height:315px;
	background:url(../images/about-bg.jpg) no-repeat center;
	background-size:cover;
	padding:40px 0px;
	text-align:center;
}

#h-row-two h1 {
	color:#d9c38d;
	font-size:34px;
}


#h-row-two h1 span {
	border-bottom:#ac8008 solid 2px;
	font-weight:bold;
}


#h-row-two p {
	color:#d9c38d;
	font-size:24px;
	line-height:34px;
	margin:30px 0 50px 0;
}

#h-row-two a {
	color:#d9c38d;
	font-size:16px;
	padding:6px 20px;
	border-radius:5px;
	border:#c79d6d solid 1px;
	transition:all 0.5s;
}


#h-row-two a:hover {
	background:#d9c38d;
	color:#000;
	
}


#h-row-three {
	padding:20px 0px 40px 0;
	width:100%;
	text-align:center;
}


#h-row-three h1 {
	font-size:30px;
}

#h-row-three h1 span {
	border-bottom:#ac7f08 solid 1px;
	font-weight:bold;
}


#h-row-three p {
	color:#a57800;
	font-size:24px;
	line-height:34px;
	margin:30px 0 30px 0;
}

#h-row-three a {
	color:#a57800;
	font-size:16px;
	padding:6px 20px;
	border-radius:5px;
	border:#c79d6d solid 1px;
	transition:all 0.5s;
}


#h-row-three a:hover {
	background:#ad8009;
	color:#fff
	
}


#h-row-four {
	padding:30px 0 40px 0;
	background:#decc9c;
	width:100%;
	text-align:center;
}


#h-row-four h1 {
	font-size:30px;
	color:#321c10;
}

#h-row-four h1 span {
	border-bottom:#ac7f08 solid 1px;
	font-weight:bold;
}


#h-row-four p {
	color:#321c10;
	font-size:20px;
	line-height:34px;
	margin:20px 0 30px 0;
}

#h-row-four p.apr {
	color:#9d7c2a;
	font-size:24px;
}

#h-row-four a {
	color:#a57800;
	font-size:16px;
	padding:6px 20px;
	border-radius:5px;
	border:#c79d6d solid 1px;
	transition:all 0.5s;
}


#h-row-four a:hover {
	background:#ad8009;
	color:#fff
	
}


#h-row-five {
	width:100%;
	overflow:hidden;
}

.pd0 {
	padding:0px;
}

.img-box {
	position:relative;
	cursor:pointer;
	width:100%;
    overflow: hidden;
	margin:0px;
	padding:0;
	background:#321c10;
}

.img-box img {
	 width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
     transition: all 0.3s;
	opacity:0.7;
	overflow:hidden;
}

.img-box img:hover  {
	opacity:1;
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  width:100%;
}

.img-txt {
	position:absolute;
	top:45%;
	text-align:center;
	color:#fff;
	font-size:20px;
	width:100%;
}


/* abt css  */

#a-row-one {
	width:100%;
	padding:40px 0px;
	text-align:center;
}

#a-row-one h1 {
	font-size:30px;
}

#a-row-one h1 span {
	border-bottom:#ac7f08 solid 1px;
	font-weight:bold;
}

#a-row-one h2 {
	font-size:24px;
	color:#9d7c2a;
	line-height:34px;
}

#a-row-one p {
	font-size:20px;
	color:#9d7c2a;
	line-height:30px;
}


#a-row-two {
	width:100%;
	min-height:300px;
	background:url(../images/adig-vision.jpg) no-repeat center;
	background-size:cover;
	padding:40px 0px;
	text-align:center;
}

#a-row-two h1 {
	font-size:30px;
	color:#fff;
	font-weight:bold;
	margin-top:120px;
}

#a-row-two h1 span {
	border-bottom:#ac7f08 solid 1px;
	font-weight:normal;
}

#a-row-three {
    width:100%;
	text-align:center;
	padding:40px 0px;	
}

#a-row-three h1 {
	font-size:24px;
	color:#ac8008;
	line-height:34px;
}

#a-row-four {
	width:100%;
	min-height:302px;
	background:url(../images/adig-mission.jpg) no-repeat center;
	background-size:cover;
	padding:40px 0px;
	text-align:center;
}

#a-row-four h1 {
	font-size:30px;
	color:#fff;
	font-weight:bold;
	margin-top:120px;
}

#a-row-four h1 span {
	border-bottom:#ac7f08 solid 1px;
	font-weight:normal;
}

/* end abt css */


/* wwd css */
#w-row-one {
	padding:40px 0px 80px 0px;
	text-align:center;
	width:100%;
	background:#e6d9b4;
	border-top:#999 solid 1px;
}

#w-row-one h1 {
	font-size:30px;
	color:#321c10;
}

#w-row-one h1 span {
	border-bottom:#ac7f08 solid 1px;
	font-weight:bold;
}


#w-row-one h2 {
	font-size:24px;
	color:#9d7c2a;
	line-height:34px;
	margin-bottom:40px;
}

#w-row-one h2 span {
	font-weight:bold;
	color:#ac8008;
}

#w-row-one p {
	color:#321c10;
	font-size:20px;
	line-height:30px;
}

/* end wwd css */


/* apprch css */
#aprch-row-one {
	padding:40px 0px;
	text-align:center;
	width:100%;
	background:#e8dbba;
}


#aprch-row-one h1 {
	font-size:30px;
	color:#321c10;
}

#aprch-row-one h1 span {
	border-bottom:#ac7f08 solid 1px;
	font-weight:bold;
}


#aprch-row-one h2 {
	font-size:24px;
	color:#9d7c2a;
}

#aprch-row-two {
	padding:40px 0px;
	width:100%;
	text-align:center;
	background:#decc9c;
}

#aprch-row-two h2 {
	font-size:20px;
	color:#321c10;
}

#aprch-row-two p {
	font-size:16px;
	text-align:justify;
	color:#321c10;
	margin-bottom:20px;
}

#aprch-row-three {
	padding:40px 0px 100px 0px;
	width:100%;
	text-align:center;
	background:#decc9c;
}

#aprch-row-three h2 {
	color:#ac822d;
	font-size:20px;
}

#aprch-row-three p {
	font-size:16px;
	text-align:justify;
	color:#321c10;
	margin-bottom:20px;
}


/* end apprch css */

/* Contact css */

#contact {
	width:100%;
	padding:20px 0 80px 0px;
	background:rgba(169, 128, 17, 0.06);
}

#contact h1 {
	font-size:22px;
	color:#321c10;
	line-height:34px;
	margin-bottom:20px;
	font-weight:normal;
}

#contact h2 {
	font-size:20px;
	color:#321c10;
	line-height:34px;
	margin-bottom:20px;
	margin-left:30px;
	font-weight:normal;
}

#contact h3 {
	font-size:16px;
	color:#321c10;
	line-height:26px;
	margin-bottom:20px;
	font-weight:normal;
	margin-left:30px;
}

#contact .form-control {
	border-radius:0px !important;
	background:#fcfbf7;
}



.form-group {
	overflow:hidden;
}

.res-mtb5 {
	margin:5px 0px;
}


#contact input:focus {
	box-shadow:none !important;
	border:solid 1px #ac8008 !important;
}

#contact textarea:focus {
	box-shadow:none !important;
	border:solid 1px #ac8008 !important;
}

#contact input[type=submit] {
	padding:10px 26px;
	background:rgba(169, 128, 17, 0.03);
	border:solid 1px #ac8008;
	color:#ac8008;
	transition:all 0.5s;
	outline:none;
	font-size:16px;
}

#contact input[type=submit]:hover {
	padding:10px 26px;
	background:#ac8008;
	border:solid 1px #ac8008;
	color:#fff;
	
}


/*  end contact css */

#footer {
	clear:both;
	padding:40px 0px;
	background:#321c10;
	margin-top:15px;
}


/*#footer img {
	width:100%;
}*/

.f-links li {
	list-style:none;
	font-size:15px;
	float:right;
	margin-left:30px;
}


.f-links li a {
	color:#fff;
}


#footer p {
	color:#fff;
	margin-top:15px;
}


.btm-footer {
	border-top:solid 1px #956c56;
	margin:30px 0px 0px 0px;
	color:#be9334;
	line-height:30px;
}
