

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body
{
	font-size: 14px;
	color: #424242;
	line-height: 20px;
	font-family: Verdana,Geneva,sans-serif;
	background: url(../img/body-bg.gif);
}

img{ max-width: 100%;}


.myriadpro {
    font-family: 'Open Sans', sans-serif;
}

h2
{
	/*font-family: 'Open Sans', sans-serif;*/
}
.gap20
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.wht-txt
{
	color: #ffffff;
}
.call
{
	color: #ffffff;
	font-size: 25px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	margin-top: 60px;
	padding: 10px;
	border-radius: 5px;
}
.call a
{
	color: #ffffff;
	font-size: 210%;
	font-weight: bold;
	text-align: right;
	margin-top: 27px;
}
.btn-Free {
    color: #ffffff;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: normal;
    background-color: #5e2d2a;
    border-color: #ffffff;
    border-radius: 5px;
}

.big-txt h3
{
	font-family: open sans;
	font-size: 150%;
}

.greenlam-header
{
	background: url(../img/slide-01.jpg) no-repeat;
	min-height: 800px;
	background-size: 100% 100%;
}
.top-heading
{
	color: #ffffff;
	font-size: 14px;
	line-height: 25px;
	padding: 12px;
	text-align: center;
	background-color: #555555;
}

.welcome-txt
{
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	line-height: 32px;
	font-size: 23px;
	text-shadow: 2px 2px 4px #000000;
}
.welcome-txt li
{
	margin-top: 12px;
}
.welcome-txt-bg
{
	background-color: rgba(64, 64, 65, 0.5);
	padding: 20px;
}
.form-banner
{
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	z-index: 9999;
	right: 0px;
}
.panel-body input
{
	color: :000000;
}
.btn-submit
{
	background-color: #404041;
	border: none;
}
.panel-bg
{
	background-color: rgba(231, 231, 231, 0.8);
	border: solid 1px #f5f5f5;
}
.head-panel
{
	display: table;
	height: 800px;
	position: absolute;
	z-index: 9999;
}
.res-link a
{
	color: #8fa221;
	font-size: 14px;
}
.res-link a:hover
{
	text-decoration: none;
	color: #bed332;
}
.highlights ul li
{
	padding-top: 6px;
	list-style-type: none; 
	margin-top: 5px;	
}
.highlights ul li span
{
	padding-right: 6px;
}

.bullet-bg
{
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 6px 6px 6px 27px;
	position: relative;
	
}
.bullet-bg::before
{
	content: ' \2756'; 
	position: absolute;
	color: #5e2d2a;
	left: 10px;
	
}
.highlights ul
{
	padding-left: 0px;
	margin-left: 0px;
}
.style-icon-hover .fa-3x
{
	color: #ffffff;
}

.border {
    display: block;
    width: 150px;
    height: 2px;
    background: #060606;
    margin: 0 auto;
}
.carousel-inner
{
	width: 86%;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.carousel-inner-head
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.carousel-control.left
{
	background: rgba(0, 0, 0, 0.0);
	font-size: 50px;
	color: #444444;
}
.carousel-control.right
{
	background: rgba(0, 0, 0, 0.0);
	font-size: 50px;
	color: #444444;
}
.carousel-control {
  padding-top:10.5%;
  width:5%;
}
.carousel-control-img {
  padding-top:3.5%;
  width:5%;
}
.carousel-caption
{
	vertical-align: middle;
	left: 2%;
	right: 0%;
	text-align: left;
	bottom: 0px;
	padding-bottom: 0px;
}
.carousel-caption h2
{
	font-size: 50px;
}
.well
{
	padding: 0px !important;
	margin: 0px;
}
.well-img
{
	background-color: none;
	margin: 0px;
}
.carousel-control-img {
    padding-top: 8%;
    width: 5%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .40m linear;
    -o-transition: opacity .40m linear;
    transition: opacity .40m linear;
}

.cols-18 .col-sm-2 {
    float: left;
    width: 14.00%;
}
.style-icon-row .style-icon-hover {
    min-height: 135px;
	font-size: 13px;
    padding-bottom: 1.0em;
	color: #ffffff;
	margin-top: 26px;
    line-height: 22px;
    text-align: center;
}
.style-icon-row p
{
	line-height: 20px;
	margin-top: 14px;
}

.footer-bg
{
	background-color: #777777;

}
.footer
{
	text-align: center;
	font-size: 14px;
	color: #000000;
	background-color: #777777;
	line-height: 50px;

}




/************************************************* @media (max-width: 990px) *************************************************/

@media (max-width: 990px) {
	
.gall-img
	{
		margin-top: 10px;
		text-align: center;
		transition: all ease-out 0.2s 0.1s;
	}	
	.carousel-caption h2
{
	font-size: 30px;
}
.head-panel {
    height: 10px;
}
	.welcome-txt {
    font-size: 24px;
    line-height: 32px;
    padding: 20px;
}
.head-panel {
    display: table;
    height: 800px;
}
	
	
}







/************************************************* @media (max-width: 800px) *************************************************/

@media (max-width: 800px) {
	
	
.head-panel {
    display: table;
    min-height: auto;
	margin: 0 auto;
}
.form-banner
	{
		margin-top: 0px;
		padding-left: 0px;
	}
.welcome-txt
	{
	font-size: 24px;
	line-height: 32px;
    padding: 20px;
}


}



/************************************************* @media (max-width: 770px) *************************************************/

@media (max-width: 770px) {

	body{ }
.logo {
	text-align: center;
}
.call
	{font-size: 15px;
		text-align: center;
		margin: 10px;
		
	}
.big-txt h3
{
	font-size: 22px;
}
.form-banner
{
	padding-left: 10px;
	width: 100%;
}
	
.head-panel
{
	/* height: 10px; */
}
	
.style-icon-row .style-icon-hover {
	width: 50%;
}
	.style-icon-row .style-icon-hover {
    height: 110px;

}
.style-icon-row
{
	padding-bottom: 40px;
}
.carousel-caption h2
{
	font-size: 22px;
}
.carousel-control-mobi {
    padding-top: 20%;
    width: 5%;
}
.carousel-control-mobi2 {
    padding-top: 200px;
    width: 5%;
}
	.form-banner
{
	margin-top: 55px !important;
}



}


/************************************************* @media (max-width: 650px) *************************************************/


@media (max-width: 650px) {
	
	
.media
	{
		height: auto;
	}
	
.btn-Free {
    padding: 20px 40px;
    font-size: 18px;
}
	
.welcome-txt
	{
	font-size: 18px;
	line-height: 20px;
    padding: 20px;
}
	.carousel-control-mobi {
	font-size: 38px !important;
}
	
}



/************************************************* Main Form *************************************************/


.panel-body {
    padding-top: 0px;
}
	.form-all .form-section{
		list-style-type:none;
		margin:0;
		padding:0;
	}

	.form-all .form-grp .help-txt{
		font-size:11px;
		color:#838383;
		margin:3px 0
	}
	.form-all .form-grp .to{
		display:block;
		vertical-align:top;
		height:30px;
	}
	.form-all .clearfix{ clear:both}
	.form-all .clearfix:after, .form-all .clearfix:before{ clear:both}
	.form-all select{
		width:200px;
		padding:4px;
		line-height:1.5
	}
	.form-text{
		font-weight:bold;
		text-decoration:none;
		padding:5px;
		width:100%;
		display:block;
		box-sizing:border-box;
	}
	.form-label-top, .form-label-right, .form-label-left{
		font-weight:bold;
		margin-bottom:9px;
	}
	.form-label-top{
		display:block;
		float:left;
	}
	.label_group{
		position:relative;
		word-wrap:break-word;
	}
	span.required{
		font-size:18px;
		position:absolute;
		top:0px;
		right:-8px;
		color:#ff0000;
	}
	.form-label{
		font-size:14px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		float:left;
		display:inline-block;
		font-weight:bold;
		margin-right:10px;
		position:relative;

	}
	.form-sub-label{
		font-size:80%;
		display:block;
		margin:5px 0;
	}
	.input-group-Box{ display:inline-block; width:95%}
	.form-button{
		border:none;
		background-color:#878787;
		color:#fff;
		border-radius:4px;
		padding:8px 12px;
	}
	.form-textbox,
	.form-textarea {
		padding:5px;
		border:1px solid #ccc;
		font-size:14px;
		margin-left:0;
		line-height:normal;
		width:200px;
		box-shadow:0 1px 2px #eee inset;

	}
	.form-datepicker{
		/*background-image:url("http://stagingagldashboard.adv8.co/common/images/data-range-picker.png");*/
		background-repeat:no-repeat;
		background-position:right center
	}
	.form-dropdown {
		padding: 2px;
		font-size:12px;
	}
	.form-radio,
	.form-checkbox {
		vertical-align: top;
		margin-top:2px;
	}
	.form-group-column{
		display:inline-block;
		float:left;
		margin-left:10px;
	}
	.form-header-group {
		background: transparent; /* For overriding */
		border: none; /* For overriding */
		border-bottom: 1px solid #e3e3e3;
		border-top: 1px solid #e3e3e3;
	}
	li:first-child .form-header-group,
	.form-header-group + .form-header-group {
		border-top:0;
	}

	h1.form-header {
		font-size: 2.143em; /*30px*/

	}

	h2{
		font-size: 1.714em; /*24px*/

	}

	h3.form-header {
		font-size: 1.5em; /*21px*/
	}
	.form-header{
		color:#000;
		height:100px;
		display:table-cell;
		width:auto;
	}
	.form-subHeader {
		border-top:none;
		font-size: 1.071em; /*15px*/
		line-height:1.5em;  /*21px*/
		font-style: normal;
		/*color:#555;*/
		margin:3px 0 0;
	}
	/**** Light green theme ****/

	.lightGreen{ background-color:#7ECC22;}
	.lightGreen .form-all{
		background-color:#F0FFDE;
		color:#5F5F5F !important;
		margin:0 auto;
		padding:20px;
		border:1px solid #63a01b;
	}


	/**** Light blue theme ****/

	.lightBlue{ background-color:#74d6ff;}
	.lightBlue .form-all{
		background-color:#e6f8ff;
		color:#5F5F5F !important;
		margin:0 auto;
		padding:20px;
		border:1px solid #c2e7f5;
	}

	/**** Light grey theme ****/

	.lightGrey{
		background-color:#dddddd;
	}
	.lightGrey .form-all{
		/*background-color:#fff;*/
		color:#5F5F5F !important;
		margin:0 auto;
		padding:20px;
		border:1px solid #b3b3b3;
	}

	/**** Dark Grey theme ****/

	.darkGrey{ background-color:#525252;}
	.darkGrey .form-all{
		background-color:#888888;
		color:#ffffff;
		margin:0 auto;
		padding:20px;
		border:1px solid #767676;
	}
	.darkGrey .form-all .form-textbox, .darkGrey .form-all .form-textarea, .darkGrey .form-all select{
		color:#5F5F5F
	}


	/**** none theme ****/

	.noClrTheme{
		background-color:none !important;
	}
	.noClrTheme .form-all{
		background-color:none;
		color:#5f5f5f;
		margin:0 auto;
		padding:20px;
		border:1px solid #eaeaea;
	}

	.boldStyle{
		font-weight:bold !important;
	}
	.italicStyle{
		font-style:italic !important;
	}
	.bold-italicStyle{
		font-weight:bold !important;
		font-style:italic !important;
	}

	.fontFamily_style1{
		font-family:Arial !important;
	}
	.fontFamily_style2{
		font-family:Verdana !important;
	}
	.fontFamily_style3{
		font-family:Impact !important;
	}
	.fontFamily_style4{
		font-family:Times New Roman !important;
	}
	.fontFamily_style5{
		font-family:Comic Sans !important;
	}
	.label_group{
		/*width: 200px;*/
		width:100%;
		float: left;
		font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size:14px;
	}

	.cols-1, .cols-2, .cols-3, .cols-4, .cols-5, .cols-6, .cols-7, .cols-8, .cols-9, .cols-10, .cols-11, .cols-12{

		min-height: 1px;
		padding-right: 5px;
		padding-left: 0px;
		float:left;
		word-wrap: break-word;
	}
	.cols-1{
		width:50% !important;
		margin:20px 0;
	}
	.cols-2{
		width:100px !important;
	}
	.cols-3{
		width:50px !important;
	}
	.cols-4{
		width:25px !important;
	}
	.cols-5{
		width:12px !important;
	}
	.cols-6{
		width:6px !important;
	}
	.cols-7{
		width:14.285714% !important;
	}
	.cols-8{
		width:12.5% !important;
	}
	.cols-9{
		width:11.111111% !important;
	}
	.cols-10{
		width:10% !important;
	}
	.cols-11{
		width:9.0909091% !important;
	}
	.cols-12{
		width:8.3333333% !important;
	}

	.page-container .main-content {
		padding : 0px !important;
	}

#field_148{
    width:100% !important;
}
#field_578{
	display: none;
}
@media (max-width:980px) {
    .form-all .form-line {
        margin-left: 0 !important;
/*        width: 50% !important;*/
    }
}
@font-face {
    font-family: 'Futuralight';
    src: url('fonts/Futuralight.ttf') format('truetype');
}
@font-face {
    font-family: 'futurabook';
    src: url('fonts/futurabook.eot');
    src: url('fonts/futurabook.eot') format('embedded-opentype'),
         url('fonts/futurabook.woff2') format('woff2'),
         url('futurabook.woff') format('woff'),
         url('fonts/futurabook.ttf') format('truetype'),
         url('fonts/futurabook.svg#helr47w') format('svg');
}

.form-all {
    background-repeat: no-repeat;
    font-family: "futurabook","Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,sans-serif;
    font-size: 13px;
    width:100%;
    max-width:480px;
    margin:0 auto;
}
#field_572, #field_574{
    width: 48%;
    margin-right: 2%;
}
#field_573, #field_575{
    width: 48%;
    margin-left: 2% !important;
}

.form-all .form-line {
    box-sizing: border-box;
    display: inline-block; 
    margin: 0px;
    padding:0px;
    position: relative;
    vertical-align: top;
    width:100%;
    
}

.form-label {
    display: block;
    font-size: 13px;
    font-weight:lighter;
    margin-bottom: 0px !important;
    color:#000;
    font-family:"futurabook","Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,sans-serif;
}

.form-textbox, .form-textarea { 
/*    background: #fff none repeat scroll 0 0;
    border: 1px solid #5e5e5e;
    color: #967364;
    font-size: 14px;
    padding: 6px 8px 8px;
    width: 198px;
    border-radius:0;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    border: 1px solid #fff;
    /*border-radius: 10px;*/
    box-sizing: border-box;
    box-shadow: none;
    color: #000;
    float: left;
    font-family: "futurabook","Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,sans-serif;
    font-size: 14px;
    height: 35px;
    padding: 0 5px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form-textarea {
    height:45px !important;
}
.form-textbox:focus, .form-textarea:focus {
    border: 1px solid #000;
}
.form-all select {
/*    background: #fff none repeat scroll 0 0;
    border: 1px solid #5e5e5e;
    color: #967364;
    font-size: 14px;*/
    padding: 6px 8px 8px;
    width: 100% !important;
    font-family:"futurabook","Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,sans-serif;
    -moz-appearance: none;
    -webkit-appearance:none;
    background: rgba(0, 0, 0, 0) url("images/drp-arr1.png") no-repeat scroll 96% 12px;
    background-color: #fff;
    border: 1px solid #fff;
    /*border-radius: 10px;*/
    color: #000;
    margin: 0;
    text-overflow: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
:focus{
    outline:none;
}
.form-group-column label{
    font-size:12px;
    color: #333;
    margin-top:0px;

}
span.required {
    color:red;
    top:2px;
}
.form-group-column input[type="checkbox"]{
    margin-right:6px;
    float:left;
    margin-bottom:5px;
}
.form-textarea{
    height:35px !important;
    /*min-height: 55px;*/
    padding: 5px;
}
.form-button {
    background: #414142;
    border: 1px solid #414142;
    border-radius: 3px;
    clear: left;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-top: 10px;
    padding: 5px 35px;
    text-decoration: none;
    text-transform: uppercase;
    transition:all 0.25s;
}
.form-button:hover{
    background: #000 !important;
    color:#fff !important;
    border: 1px solid #000 !important;
}
.cols-1{
    margin:0px;
    width:100% !important;
}
.form-button:hover {

}
.page-container .main-content {
    background:none;
    background-color:transparent;
}
.rightContainer {
    padding:0 !important;
}
.input-group-Box{
    width: 97%;
}
body{
    background-color:transparent !important;
}
@media screen and (max-width:480px){
    .form-all .form-line {
        width:100%;
        /*margin-left:2%;*/
    }
    .form-textbox, .form-textarea, .form-all select {width:100%;}
    .form-button {width:60%; margin: 10px 20%}   
}

.form-all select {
   
    background: url("../img/drp-arr1.png") no-repeat scroll 96% 12px;
        background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: 1px solid #fff;
   
    color: #000;
    margin: 0;
    text-overflow: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#field_570, #field_571, #field_57111{
    width:50%;
    
}
#field_57122{
    
  width:47%;  
}


/************************************************ Top Icons ******************************************************************/

.icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    cursor: pointer;
    margin-bottom: 0px;
}
.icon.ux {
    background: url(../img/icons/ux.png) top no-repeat;
    background-size: 64px 128px;
}
.icon.design {
    background: url(../img/icons/design.png) top no-repeat;
    background-size: 64px 128px;
}
.icon.seo {
    background: url(../img/icons/seo.png) top no-repeat;
    background-size: 64px 128px;
}
.icon.social {
    background: url(../img/icons/social.png) top no-repeat;
    background-size: 64px 128px;
}
.icon.tech {
    background: url(../img/icons/tech.png) top no-repeat;
    background-size: 64px 128px;
}
.icon.star-next {
    background: url(../img/icons/star-next.png) top no-repeat;
    background-size: 64px 128px;
}
.icon.icon-7 {
    background: url(../img/icons/icon-7.png) top no-repeat;
    background-size: 64px 128px;
}
.icon:hover {
    background-position: bottom !important;
}






/************************************************ Top Icons ******************************************************************/
