/* ----------------------------------------------
    Version : 1.0   
	Author : Sanjeev
	Author URI : http://www.imanagewebs.com/    

 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	color: #6B6B6B;
	text-align: center;
    font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 16px;
	line-height: 150%;
	background-color: #ffffff;
    width: 100%;
}

/* links */
a, a:visited {	
	color: #6B6B6B;
}
a:hover {
	color: #6B6B6B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
    font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 1.75em;
	color: #88AC0B;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
figure {
    max-width: 2000px;/*Or whatever;*/
    width: 100%; /* or Whatever */

}
figure > img {
    width:100%;
    height:auto;
    margin:0;

}
img {
  /*max-width: 100%;
  height: auto; */
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}




/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}	
/* end - table */

/* form elements */

form p {
	padding: 12px 0 5px 0;	margin: 0;	

}
label {
	font-weight: bold;

}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
	width: 455px;
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
	width: 455px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #0E5841;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #0E5841;
}
input.button:hover {
    cursor: pointer;
} 

/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 100%;
	background: #FFF url(wrap.gif) repeat-y center top;
	margin: auto;	
}
#content {
	clear: both;	
	float: left;	

	width: 100%;
}
#header {
	position: relative;
	width: 100%;
	height: 140px;
    display: flex;
    flex-wrap: nowrap;
	color: #6B6B6B;	
	padding: 0;	
	margin: auto;	
}
#header-logo {
    position: relative;
    background: url(../images/logoSmall.jpg) no-repeat;
    width:25%;
	color: #fff;	
	padding: 0;	
}
 #contact {
     width: 25%;
     height: 100%;
    font-family: 'Trebuchet MS', Arial, Sans-serif;    
        padding-top: 25px;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
    display: none;
 }


/* Navigation */
#nav {
    width: 75%;
	clear: both;	
	padding-top: 50px;	
	height: 100%;
	
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;	
    width: 100%;
}
#nav ul li {
	float: left;	
}
#nav ul li a {
	float: left;
	margin: 0;
    padding: 0 15px 0 15px;
	color: #6B6B6B;
	text-decoration: none;
    font-family: 'Trebuchet MS', Arial, Sans-serif; 
	line-height: 45px;
	font-weight: normal;
    font-size: 17px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #FFF;	
    background-color: #0E5841;
    font-weight: bold;
    border-radius: 10px;
}
#nav ul li#current {
	background: transparent url(left-tab.gif) no-repeat;	
}
#nav ul li#current a {	
	color: #4B3D2C;
	background: transparent url(right-tab.gif) no-repeat right top;	
}

/* Main Column */
#main {
	width: 100%;
    padding-top: 25px;
        background-color: #EEEEEE;
}
#main h2 {
    font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #51432F; 	
	margin-left: 5px;		
	letter-spacing: -2px;

    text-align: center;
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main h4 {
    text-align: center;
    font-size: 1 em;
}


#icon-container {
    width: 50%;
    margin:auto;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;

}
.value-prop {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Trebuchet MS', Arial, Sans-serif;
    font-size: 18px;
	line-height: 45px;
    width: 100%;
    margin: auto;
}

.icon {
    width: 30%;
}
.title {
    width: 70%;
    text-align: left;
}
.verbage {
    width: 75%;
    margin: auto;
    padding-bottom: 25px;
    padding-top: 25px;
}


/* footer */
#footer {
	clear: both;
	width: 100%;
    height: 150px;
    font-family: 'Trebuchet MS', Arial, Sans-serif;    
	text-align: center;
	background-color: #ffffff;
    display: flex;
    flew-wrap: nowrap;
}
#footer-logo {
    position: relative;
    height: 100%;
	color: #fff;	
	padding: 0;	
    background: url(../images/logoSmall.jpg) no-repeat;	
    width: 15%;
    display: none;
}
#footer-logo-beanie {
    position: relative;
    height: 100%;
    color: #fff;	
	padding: 0;	
    background: url(../images/beanie.png) no-repeat;	
    width: 10%;
    display: none;
}
#footer-quote {
  width: 100%;
}
#footer p {
	padding:10px 0;
}
#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;	
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(comments.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
/*slideshow
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
 
  position: relative;
  margin: auto;
  display: flex;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 95%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/*Services Page*/
#services-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#services {
    width: 100%;
    margin: auto;
}
#service-list {
    width: 50%;
    margin: auto;
}
#services ul {
    list-style: disc;
}
#services li {
    text-align: left;
}
#comparison {
    padding-top: 25px;
    width: 100%;
    margin: auto;
        display: flex;
    flex-wrap: wrap;
}
#process {
    padding-top: 25px;
    width: 100%;
}
.container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.img-group {
    width: 100%;
    padding-top:25px;
}
.comp-img {
    padding: 25px;
    margin: auto;
}
#video-container {
    width: 100%;
     margin: auto;  
             display: flex;
    flex-wrap: wrap;
}
.video {
    padding-bottom: 25px;
    padding-top: 25px;
    width: 100%;
}