/*--
	Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- Reset-Code --*/

body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Montserrat', sans-serif;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
img{
    width: 100%;
}
p {
    line-height: 1.8;
    font-size: 15px;
    color: #333;
    letter-spacing: 0.5px;
	font-family: 'Open Sans', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
li {
    list-style-type: none;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
/*-- //Reset-Code --*/

/* nav */
.logo a {
    font-size: 38px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.logo {
    float: left;
}
.right{
    float: right;
}
.w3-socials {
	margin-top:12px;
}
.w3-socials li {
    font-size: 20px;
    letter-spacing: 2px;
}
.w3-socials a span.fa {
    background: #333;
    color: #ffffff;
    font-size: 15px;
    outline-offset: 2px;
    outline: 2px solid #353535;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
	margin: 0 10px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.w3-socials a span.fa.fa-facebook:hover {
    background: #3b5998;
    color: #fff;
    outline: 2px solid #3b5998;
}
.w3-socials a span.fa.fa-vk:hover {
    background: #45668e;
    color: #fff;
    outline: 2px solid #45668e;
}
.w3-socials a span.fa.fa-pinterest-p:hover {
    background: #bd081c;
    color: #fff;
    outline: 2px solid #bd081c;
}
.w3-socials a span.fa.fa-twitter:hover {
    background: #1da1f2;
    color: #fff;
    outline: 2px solid #1da1f2;
}

.w3-socials ul li {
    display: inline-flex;
}

/* //nav top */
.nav-top {
    padding: 0 8em 0 3em;
}
.w3l-banner {
    background:      url(../images/bg1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.w3l-banner-1 {
    background:      url(../images/bg1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	min-height:650px;
}


.w3l-banner-2 {
    background:      url(../images/girl 1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	min-height:500px;
}




/*
.wthree-dot {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
*/
.w3l-info {
	text-align: center;
}
.w3l-info h1, .w3l-info h2, .w3l-info h3 {
    font-size: 4em;
    color: #00ffff;
    text-transform: uppercase;
    line-height: 1.6em;
    font-weight: 600;
    letter-spacing: 18px;
    width: 100%;
    margin: 0 auto;
}
.w3l-info p {
    font-size: 3em;
    color: #ffffff;
    line-height: 70px;
    margin: 20px 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.agileinfo-news-button a {
    padding: 8px 16px;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    outline: none;
	font-family: 'Montserrat', sans-serif;
}
.w3l-info ul li {
    display: inline-block;
    margin-bottom: 3em;
}
.w3l-info ul li a {
    padding: 10px 30px;
    text-decoration: none;
    color: #212121;
    font-size: 15px;
}
.w3l_contact, .w3ls_more:hover {
    border: 2px solid #fff;
    color: #ffffff !important;
    background: none;
}
.w3ls_more, .w3l_contact:hover {
    border: 2px solid #ffffff;
    background: #ffffff;
    color: #000 !important;
}
.agileinfo-news-button {
    margin-top: 35px;
}
.w3l-info h1 span,.w3l-info h2 span, .w3l-info h3 span {
    font-weight: 700;
    color: #00bce4;
}
/* //banner */
/*-- social-icons --*/
.team ul.top-links li {
    margin-left: 5px;
    display: inline-block;
}
.team ul.top-links li a i.fa {
    color: #3169ff;
    background-color: #ffffff;
    width: 35px;
    height: 35px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 36px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
ul.top-links li a i.fa:hover {
    color: #fff;
   background-color: #202020;
}
/*-- //social-icons --*/
div#horizontalTab {
	background: #ffff00;
	
}
/*--tab-1--*/
.fields input[type="text"],
.fields input[type="email"],
.fields input[type="password"],
.fields .form-control,
textarea {
	padding: 7px 7px;
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	outline: none;
	border: 1px solid #fff;
	background: transparent;
	width: 100%;
	color: #fff;
	font-family: 'Lato', sans-serif;
}

.fields .form-control {
	box-shadow: none!important;
	border-radius: 0!important;
}

textarea {
	resize: none;
	height: 100px!important;
}

.reg-fom input[type="submit"] {
	color: #f8b239;
	letter-spacing: 0.5px;
	font-size: 16px;
	text-transform: capitalize;
	margin: 0.5em auto 0;
	display: block;
	padding: 10px 20px;
	width: 100%;
	border: none;
	outline: none;
	background:transparent;
	border: 2px solid #f8b239;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

.reg-fom input[type="submit"]:hover {
	background: #f8b239;
	border-color: #f8b239;
	color: #fff;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
.tab1 ul {
	margin-top: 20px;
	text-align: left;
	display: block;
}
.fields span {
	font-size: 15px;
	display: block;
	letter-spacing: 1px;
}
/*--//tab-1--*/
/*--tab-2--*/
form p {
	font-size: 13px;
	text-transform: uppercase;
	color: #777;
	font-weight: 500;
	display: block;
}

.filter-price {
	width: 70%;
	margin: 2em auto 0!important;
	text-align: center;
}

.tab2,
.fields {
	text-align: left;
}
h3.w3ls-title {
    font-size: 2.7em;
    color: #000;
}

p {
  background-image: url(../images/dele with sh2.jpg);
}

dele {
    background-image: url('..images/bg1.jpg');
    color: #FFFFFF;
}



background-dele {
    background-image: url(https://www.salamancahouse.com/images/bg2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    color: #FFFFFF;
}




/* slide */

.slide-bg {
    background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
    min-height: 40vw;
}



h5.agile-title {
    color: #fff;
    font-size: 2.7em;
    font-weight: 600;
    letter-spacing: 2px;
    word-spacing: 4px;
    max-width: 750px;
}

.slide-bg p {
    max-width: 750px;
    letter-spacing: 1px;
}

/* //slide */
.fom-left{
	padding: 60px 30px;
}
.reg-fom {
    padding: 51px 30px 49px;
    background: #2d3e50;
}
select.form-control option {
    background: #2d3e50;
}
.categories_sub h3 {
    color: #f8b239;
    font-size: 20px;
    letter-spacing: 1px;
}
/*-- services --*/

div#agileits-services {
    background: url(../images/s2.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.agileits-services {
    position: relative;
}

.agileits-services-grids {
    text-align: center;
}

.agileits-services-grids h4 {
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.5em;
    font-weight: 600;
}

.agileits-services-grids h6 {
    padding: 1px;
    background: #2954a2;
    width: 33%;
    margin: 2em auto 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.agileits-services-grids:hover h6 {
    width: 55%;
    background: #2954a2;
}

.agileits-services-grids span {
    font-size: 2.5em;
    color: #f8b239;
}
/*-- //services --*/
/* viewmore services */
.serv_bottom {
   background: -webkit-gradient(linear,left top,right top,from(#383df5),to(#f8b239));
    background: linear-gradient(to right,#383df5 0%,#f8b239 100%);
    -webkit-box-shadow: 0 11px 27px 0 rgba(154,49,188,.33);
    box-shadow: 0 11px 27px 0 rgba(154,49,188,.33);
}
h4.agile-ser_bot {
    font-size: 2.5em;
    letter-spacing: 4px;
    word-spacing: 3px;
}
.newsright input[type="email"] {
    outline: none;
    padding: 15px 20px;
    color: #848484;
    font-size: 14px;
    border:1px solid #383df5;
    width: 74%;
    letter-spacing: 3px;
    background: #fff;
}
.newsright input[type="submit"] {
    border: none;
    padding: 16px 20px 16px;
    font-size: 15px;
    outline: none;
    text-transform: capitalize;
    margin: 0 0 0 0px;
    font-weight: 600;
    letter-spacing: 1px;
    background: #383df5;
    width: 25%;
	text-transform:uppercase;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.newsright input[type="submit"]:hover {
    background:#f8b239;
    color: #ffffff;
}
.newsright form {
    width: 60%;
    margin: 0 auto;
}
/* //view more *services*/
h5.card-title {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 1em;
    font-weight: 600;
    color: #000;
}
/*--footer--*/

.footer_w3layouts_section_1its{
	background: #151515;
}

.footer_w3layouts_section_1its h3, .footer_w3layouts_section_1its h2 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.footer-text p,.contact-info p {
    color: #808080;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.5px;
}
.phone {
    margin-top: 20px;
}
.contact-info h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.71;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
}
.copyright {
    border-top: 1px solid #808080;
    margin-top: 2em;
    padding-top: 2em;
    margin-left: 15px;
}
.copyright p {
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: capitalize;
}
.copyright p a{
	color:#f8b239;
	text-decoration: underline;
}
.copyright p a:hover {
	color:#fff;
}
.footer p {
	color: #808080;
}
.fot_tp{
    padding: 0;
}
.footer-grid:nth-child(2) {
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
}
.footer ul li.hd {
	color: #34bf49;
}
.newsletter .email {
	background-color: #F4F4F4;
	border: none;
}
.flickr-grid {
	float: left;
	width: 32%;
	margin: 0 0.1em .2em;
}
.flickr-grid a img {
	width: 100%;
	padding: 0.3em;
	border: 1px solid #333333;
}
.footer-text input[type="email"] {
    outline: none;
    padding: 12px 15px;
    color: #fff;
    font-size: 13px;
    width: 85%;
    border: none;
    background: none;
    letter-spacing: 1px;
}
.newsletter {
	position: relative;
	margin-top: 2em;
}
button.btn1 {
    color: #fff;
    border: none;
    padding: 10px 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    background: none;
   cursor:pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 15%;
}
.footer-grid_section_1its_w3 form {
    border: 1px solid #fff;
    width: 100%;
    margin-top: 20px;
}
ul.social_section_1info li {
    display: inline-block;
}
ul.social_section_1info {
    margin-top: 15px;
}
ul.social_section_1info a {
    color: #808080;
    margin-right: 10px;
    font-size: 15px;
}
ul.social_section_1info a:hover{
    color: #fff;
}
.phone p a {
    color: #808080;
}
.phone p a:hover {
    color: #fff;
}
ul.links li {
    list-style-type: none;
    margin: 10px 0;
}
ul.links li a{
    color: #808080;
    font-size: 15px;
    letter-spacing: .5px;
}
ul.links li a:hover{
    color: #fff;
}
/*--//footer--*/
/*-- team --*/
.team-grids img {
	margin: 0 auto;
	width: inherit;
	width: 100%;
}
.team-grids {
	position: relative;
	overflow: hidden;
}
.team-grids h4 {
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}
.team-grids h6{
    font-size: 0.9em;
    font-weight: 400;
    color: #ff3d00;
    letter-spacing: 1px;
    margin: 1em 0;
}
.caption p {
	font-size: 15px;
	color: #76daff;
	letter-spacing: .6px;
	margin: 4px 0 11px;
}
.testi-text p {
    color: #777;
    font-size: 15px;
}
.social-icons-section a {
    color: #636c72;
}
.social-icons-section a:hover {
    color: #76daff;
}
.team-info {
    position: absolute;
    bottom: -227px;
    margin: 0;
    left: 15px;
    background: rgb(17, 18, 19);
    border-top:4px solid #ff3d00;
    padding: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    width: 90%;
    text-align: center;
}
.team-grids:hover div.team-info {
	bottom: 0px;
}
.team-grids:hover {
	border-color: #76daff;
}
.social-icons-section {
    margin-top: 0.5em;
}
.caption {
	padding: 0px;
}
.team-info .social-icons-section a {
	margin: 0em .5em;
}
.team-grids img {
    width: 100%;
}
/*-- //team --*/
.banner_bottom_left h4 {
    font-size: 1.5em;
    color: #3c3c3c;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.banner_bottom_left p {
    margin-bottom: 1em;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
}
/*--gallery--*/
.gallery-grids {
	padding:5px;
}
.gallery-box {
    display: block;
    overflow: hidden;
    width: 100%;
	transition: .3s;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}
.gallery-box img{
    max-width: inherit;
}
/*--image-zoom--*/
img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
img.zoom-img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    overflow: hidden;
}
/*--//image-zoom--*/
/*--//gallery--*/
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color:#f8b239;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #fb5710;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 25px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
.in-gp-tl {
	padding: 0 1em;
}
.in-gp-tb {
	padding-right: 1em;
}
}
@media (max-width:480px){
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	font-size: 1.2em;
}
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
	}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert,p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
	margin-top: 25px;
}
}
@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
}
}
/*-- //typography --*/
.form-group.row {
    margin-bottom: 1rem;
}
.bd-example {
    padding: 2em;
    border: 1px solid #eee;
    margin-bottom: 2em;
}
/*--Contact --*/
.contact-page {
	background: #2f2f2f;
}
.contact-page h3.tittle-w3layouts {
	color: #fff;
}
.contact-w3l-footer-w3 h4 {
	text-align: left;
	font-weight: inherit;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 13px;
	text-transform: capitalize;
	color: #fed700;
}
.contact-w3l-footer-w3 h4:nth-child(3) {
	margin-top: 1em;
}
@media(min-width:992px) {
	.contact-eql {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
.contact-left {
	flex-basis: 38%;
	-webkit-flex-basis: 38%;
}
.contact-middle {
	flex-basis: 60%;
	-webkit-flex-basis: 60%;
}
.contact-left,
.contact-middle {
	padding: 2em;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.42);
}
.add-info span {
	font-size: 1.1em;
	color: #ffffff;
	display: inline-block;
	float: left;
	margin-right: 1em;
}
.add-info p,
.add-info p a {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	color: #fff;
	text-decoration: none;
}
.add-info p a:hover {
	color: #fed700;
	text-decoration: none;
}
.contact-left .social-icons a:nth-child(1) {
	margin-left: 0px !important;
}
.contact-w3l-footer-w3 p.heading-btm,
.sevices-w3layouts p.heading-btm {
	color: #e7e3e3;
}
.contact-middle input[type="text"],
.contact-middle input[type="email"],
textarea {
	width: 100%;
	padding: 11px 20px;
	border: none;
	background: rgba(197, 192, 185, 0.37);
	color: #fff;
}
.contact-middle p {
	color: #cecece;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 5px;
	font-size: 16px;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline: none;
}
textarea {
	height: 74px;
	resize: none;
	width: 100%;
}
textarea:focus {
	outline: none;
}
.submit {
	float: right;
	margin-top: 10px;
	color: #000;
}
.submit .glyphicon {
	font-size: 16px;
	border: none;
	padding: 0;
}
.contact-middle input[type="submit"] {
	background: #fed700;
	border: none;
	border: 2px solid #fed700;
	padding: .7em 2.5em;
	outline: none;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 2em;
}

.contact-middle input[type="submit"]:hover {
	background: transparent;
	color: #fff;
}

.mid-info p a,
p.paragraph-w3-agile a {
	text-decoration: none;
}

.mid-info p a:hover,
p.paragraph-w3-agile a:hover {
	text-decoration: none;
	color: #fff;
}

/*--//Contact --*/

/*--contact Inner--*/

.mail_grid_w3l input[type="text"],
.mail_grid_w3l input[type="email"],
.mail_grid_w3l textarea {
	outline: none;
	padding: 14px;
	font-size: 14px;
	color: #212121;
	background: none;
	width: 100%;
	border: 1px solid #b5b5b5;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}

.contact-fields-w3ls {
	margin-bottom: 1em;
}

.contact-fields-w3ls:nth-child(4) {
	margin-bottom: 0;
}

.mail_grid_w3l textarea {
	min-height: 175px;
	width: 100%;
	resize: none;
}

.mail_grid_w3l input[type="submit"] {
	outline: none;
	padding: 13px 0;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	background:#f8b239;
	width: 100%;
	border: none;
	text-transform: capitalize;
	letter-spacing: 2px;
	cursor:pointer;
	    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.mail_grid_w3l input[type="submit"]:hover {
	background:#383df5;
}

.map-section {
	padding: 1em 1em .7em;
	background: #eee;
}

.map-section iframe {
	border: none;
	width: 100%;
	height: 205px;
}


.map-section2 {
	padding: 1em 1em .7em;
	background: #eee;
}

.map-section2 iframe {
	border: none;
	width: 641px;
	height: 433px;
}

/*--//contact Inner--*/
/*-- responsive design --*/
@media (max-width:1440px) {
	.flexslider-info {
		padding: 15em 0em 13em;
	}
}
@media (max-width:1366px) {
	.flexslider-info {
		padding: 13em 0em 12em;
	}
}
@media (max-width:1280px) {
	.flexslider-info {
		padding: 12em 0em 10em;
	}
	.hamburger {
		right: 1.5%;
	}
}
@media (max-width:1080px) {
	.flexslider-info {
		padding: 10em 0em 9em;
	}
	.w3l-info h1, .w3l-info h2, .w3l-info h3 {
		font-size: 2.5em;
		    width: 100%;
			letter-spacing: 14px;
	}
	.w3l-info p {
		width: 85%;
	}
	.logo a {
		font-size: 35px;
	}
	.w3l-banner-1 {
    min-height: 200px;
}
.agileits-services-grids h4 {
    font-size: 17px;
}
}
@media (max-width:1024px) {
	.flexslider-info {
		padding: 10em 0em 8em;
	}
	.logo a {
		font-size: 30px;
	}
	.hamburger {
		top: 11px;
	}
}
@media (max-width:991px) {
.footer-grid_section_1its_w3:nth-child(1),.footer-grid_section_1its_w3:nth-child(2).footer-grid_section_1its_w3:nth-child(3){
	margin-bottom:1.5em;
}
.banner_bottom_left{
	margin-top:1.5em;
}
h5.agile-title {
    font-size: 2.3em;
}
.agileits-services-grids:nth-child(3),.agileits-services-grids:nth-child(4),.agileits-services-grids:nth-child(1),.agileits-services-grids:nth-child(2){
	margin-bottom:2em;
}
.newsright form {
    width: 85%;
}
}
@media (max-width: 800px) {
	.flex-direction-nav .flex-prev {
		left: 0%;
	}
	.flex-direction-nav .flex-next {
		right: 0%;
	}
}
@media (max-width:768px) {
}
@media (max-width:736px) {
	.flexslider-info {
		padding: 8em 0em 6em;
	}
	.contact-fields-w3ls {
    margin-top: 1em;
}
.nav-top {
    padding: 0 5em 0 1.5em;
}
h3.w3ls-title,h4.agile-ser_bot {
    font-size: 2.5em;
}
.card-deck .card {
    flex: auto;
}
.card:nth-child(2) {
	margin-top:1.5em;
	margin-bottom:1.5em;
}
.team-grids:nth-child(3),.team-grids:nth-child(4) {
	margin-top:1.5em;
}
.w3l-info h1, .w3l-info h2, .w3l-info h3 {
    font-size: 2em;
    width: 100%;
    letter-spacing: 7px;
}
.w3l-info p {
    width: 100%;
	font-size: 16px;
}
.newsright form {
    width: 100%;
}
}
@media (max-width:667px) {
	.w3l-info p {
		font-size: 14px;
	}
	.flexslider-info {
		padding: 7em 0em 5em;
	}
}
@media (max-width:640px) {
	.w3l-info ul li a {
		padding: 8px 20px;
		font-size: 14px;
	}
}
@media (max-width:600px) {
	.logo a {
		font-size: 28px;
	}
	.w3-socials {
		margin-top: 7px;
	}
	.w3l-info h1, .w3l-info h2, .w3l-info h3 {
		font-size: 2.2em;
	}
	.w3l-info p {
		margin: 10px auto 30px;
	}
	.hamburger {
		top: 7px;
	}
	.flex-direction-nav .flex-next {
		right: -2%;
	}
	.w3l-banner-1 {
    min-height: 160px;
}
h3.w3ls-title,h4.agile-ser_bot {
    font-size: 2.3em;
}
.copyright {
    margin-left: 0;
}
.copyright p {
    margin-bottom: 0;
}
h5.agile-title {
    font-size: 2em;
}
}
@media (max-width:568px) {
	.team-grids:nth-child(2) {
	margin-top:1.5em;
}
.fom-left {
    padding: 16px 30px;
}
}
@media (max-width:480px) {
	.logo a {
		font-size: 25px;
	}
	.flex-direction-nav .flex-next {
		right: -3%;
	}
	.flex-direction-nav .flex-prev {
		left: -2%;
	}
	.w3-socials li {
    font-size: 16px;
    letter-spacing: 1px;
}
.w3l-info h1, .w3l-info h2, .w3l-info h3 {
    font-size: 2em;
	letter-spacing: 5px;
}
.flexslider-info {
    padding: 6em 0em 4em;
}
.newsright input[type="submit"] {
    width: 34%;
}
.newsright input[type="email"] {
    width: 65%;
}
}
@media (max-width:440px) {
h3.text-center {
    font-size: 1.7em;
}
.footer_w3layouts_section_1its h3, .footer_w3layouts_section_1its h2 {
    font-size: 20px;
}
.copyright p {
    text-align: center;
}
.banner_bottom_left h4 {
    font-size: 1.2em;
}
	.w3l-info h1, .w3l-info h2, .w3l-info h3 {
		font-size: 1.6em;
	}
	.newsright input[type="email"] {
    width: 100%;
    margin-bottom: 1em;
}
.newsright input[type="submit"] {
    width: 65%;
}
}
@media (max-width:414px) {
	.w3-socials {
    margin-top: 9px;
    margin-bottom: 0;
    margin-right: 0;
}
	.flexslider-info {
		padding: 6em 0em 4em;
	}
	.nav-top {
    padding: 0 4em 0 1.5em;
}
.w3l-banner-1 {
    min-height: 140px;
}
.map-section iframe {
    height: 250px;
}
}
@media (max-width:384px) {
	.flex-direction-nav a {
		width: 45px;
		height: 60px;
	}
	.flex-direction-nav .flex-prev {
		left: -5%;
	}
	.flex-direction-nav .flex-next {
		right: -5%;
	}
	.w3l-info h1, .w3l-info h2, .w3l-info h3 {
		font-size: 1.4em;
	}
	.w3l-info p {
		font-size: 13px;
	}
	h5.agile-title {
    font-size: 1.7em;
}
.banner_bottom_left h4 {
    font-size: 1em;
}
}
@media (max-width: 375px) {
	.flex-control-nav li {
		margin: 0 3px;
	}
	.w3-socials li {
    font-size: 14px;
}
}
@media (max-width:320px) {
	.flexslider-info {
		padding: 4em 0em 2em;
	}
	.w3l-info h1, .w3l-info h2, .w3l-info h3 {
		font-size: 1.2em;
	}
	.flex-control-nav {
		bottom: -8%;
	}
	.w3l-banner-1 {
    min-height: 120px;
}
.w3-socials li {
    font-size: 13px;
    letter-spacing: 0px;
}
.nav-top {
    padding: 0 2.7em 0 0.7em;
}
h3.agile-title,h4.agile-ser_bot {
    font-size: 18px;
}
.hamburger {
    right: 0%;
}
h5.agile-title {
    font-size: 1.2em;
}
}

.red {
 width:260px;
	background-color:#ff0000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.red:hover {
	background-color:#ffff66;
}
.red:active {
	position:relative;
	top:1px;
}



.bigbigblue {
 width:260px;
	background-color:#99ffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.bigbigblue:hover {
	background-color:#ffff66;
}
.bigbigblue:active {
	position:relative;
	top:1px;
}

.green {
 width:260px;
	background-color:#ffcc00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.green:hover {
	background-color:#ffff66;
}
.green:active {
	position:relative;
	top:1px;
}


.bigsilver {
 width:200px;
	background-color:#e4e4e4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.bigsilver:hover {
	background-color:#ffff66;
}
.bigsilver:active {
	position:relative;
	top:1px;
}


.bigbigsilver {
 width:260px;
	background-color:#e4e4e4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.bigbigsilver:hover {
	background-color:#ffff66;
}
.bigbigsilver:active {
	position:relative;
	top:1px;
}



.gold {
 width:140px;
	background-color:#ffd700;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 15px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.gold:hover {
	background-color:#ffff66;
}
.gold:active {
	position:relative;
	top:1px;
}


.biggold {
 width:200px;
	background-color:#ffd700;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.biggold:hover {
	background-color:#ffff66;
}
.biggold:active {
	position:relative;
	top:1px;
}



.bigbiggold {
 width:260px;
	background-color:#ffd700;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.bigbiggold:hover {
	background-color:#ffff66;
}
.bigbiggold:active {
	position:relative;
	top:1px;
}





.bronze {
 width:140px;
	background-color:#ff9966;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 15px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.bronze:hover {
	background-color:#ffff66;
}
.bronze:active {
	position:relative;
	top:1px;
}


.bigbronze {
 width:200px;
	background-color:#ff9966;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.bigbronze:hover {
	background-color:#ffff66;
}
.bigbronze:active {
	position:relative;
	top:1px;
}


.bigbigbronze {
 width:260px;
	background-color:#ff9966;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.bigbigbronze:hover {
	background-color:#ffff66;
}
.bigbigbronze:active {
	position:relative;
	top:1px;
}

.silver {
 width:140px;
	background-color:#e4e4e4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 15px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.silver:hover {
	background-color:#ffff66;
}
.silver:active {
	position:relative;
	top:1px;
}



.midpink  {
 width:140px;
	background-color:#ffccff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.midpink:hover {
	background-color:#ffcccc;
}
.midpink:active {
	position:relative;
	top:1px;
}






.midlightyellow  {
 width:140px;
	background-color:#ffff99;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.midlightyellow:hover {
	background-color:#ffffcc;
}
.midlightyellow:active {
	position:relative;
	top:1px;
}





.midyellow  {
 width:140px;
	background-color:#ffff66;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.midyellow:hover {
	background-color:#ffffcc;
}
.midyellow:active {
	position:relative;
	top:1px;
}



.midblue  {
 width:140px;
	background-color:#99FFFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.midblue:hover {
	background-color:#99CCFF;
}
.midblue:active {
	position:relative;
	top:1px;
}


.midgreen  {
 width:140px;
	background-color:#99ff66;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.midgreen:hover {
	background-color:#99ff99;
}
.midgreen:active {
	position:relative;
	top:1px;
}


.midwhite  {
 width:140px;
	background-color:#ffffFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.midwhite:hover {
	background-color:#CCCCCC;
}
.midwhite:active {
	position:relative;
	top:1px;
}


.midgrey  {
 width:140px;
	background-color:#E4E4E4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.midgrey:hover {
	background-color:#cccccc;
}
.midgrey:active {
	position:relative;
	top:1px;
}



.midorange  {
 width:140px;
	background-color:#ffcc00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.midorange:hover {
	background-color:#ffcc99;
}
.midorange:active {
	position:relative;
	top:1px;
}



.smalllightyellow {
 width:40px;
 height:60px
	background-color:#ffff99;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #003300;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 9px 5px 9px;
	text-decoration:none;
}
.smalllightyellow:hover {
	background-color:#ffffcc;
}
.smalllightyellow:active {
	position:relative;
	top:1px;
}






.smallgreen {
 width:80px;
 height:30px;
	background-color:#99ff66;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #003300;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 9px 5px 9px;
	text-decoration:none;
}
.smallgreen:hover {
	background-color:#99ff99;
}
.smallgreen:active {
	position:relative;
	top:1px;
}


.biggergreen {
 width:100px;
 height:10px;
	background-color:#99ff66;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #003300;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 9px 5px 9px;
	text-decoration:none;
}
.biggergreen:hover {
	background-color:#99ff99;
}
.biggergreen:active {
	position:relative;
	top:1px;
}



.smallyellow {
 width:80px;
 height:30px;
	background-color:#ffff66;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #003300;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 9px 5px 9px;
	text-decoration:none;
}
.smallyellow:hover {
	background-color:#ffffcc;
}
.smallyellow:active {
	position:relative;
	top:1px;
}


.smallgrey {
 width:80px;
 height:30px;
	background-color:#E4E4E4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #003300;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 9px 5px 9px;
	text-decoration:none;
}
.smallgrey:hover {
	background-color:#cccccc;
}
.smallgrey:active {
	position:relative;
	top:1px;
}


.smallblue {
 width:80px;
 height:30px;
	background-color:#99ffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #003300;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 9px 5px 9px;
	text-decoration:none;
}
.smallblue:hover {
	background-color:#99ccff;
}
.smallblue:active {
	position:relative;
	top:1px;
}


.smallpink {
 width:80px;
 height:30px;
	background-color:#ffccff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:4px solid #003300;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 9px 5px 9px;
	text-decoration:none;
}
.smallpink:hover {
	background-color:#ffcccc;
}
.smallpink:active {
	position:relative;
	top:1px;
}






.smallorange {
 width:80px;
 height:30px;
	background-color:#ffcc00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #003300;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 9px 5px 9px;
	text-decoration:none;
}
.smallorange:hover {
	background-color:#ffcc99;
}
.smallorange:active {
	position:relative;
	top:1px;
}







.smallwhite {
 width:80px;
 height:30px;
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #003300;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 9px 5px 9px;
	text-decoration:none;
}
.smallwhite:hover {
	background-color:#cccccc;
}
.smallwhite:active {
	position:relative;
	top:1px;
}


.bigpink {
 width:260px;
	background-color:#ff99ff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.bigpink:hover {
	background-color:#ff66ff;
}
.bigpink:active {
	position:relative;
	top:1px;
}

.bigyellow {
 width:260px;
	background-color:#ffff00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.bigyellow:hover {
	background-color:#ffff66;
}
.bigyellow:active {
	position:relative;
	top:1px;
}

.bigorange {
 width:260px;
	background-color:#ff6600;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.bigorange:hover {
	background-color:#ffff66;
}
.bigorange:active {
	position:relative;
	top:1px;
}




.biggrey {
 width:260px;
	background-color:#DDD9C3;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.biggrey:hover {
	background-color:#999999;
}
.biggrey:active {
	position:relative;
	top:1px;
}


.bigbrown {
 width:260px;
	background-color:#cc9900;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.bigbrown:hover {
	background-color:#cccc99;
}
.bigbrown:active {
	position:relative;
	top:1px;
}







.biglimegreen {
 width:260px;
	background-color:#33ff00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.biglimegreen:hover {
	background-color:#33ff66;
}
.biglimegreen:active {
	position:relative;
	top:1px;
}




.biglightblue {
 width:260px;
	background-color:#66ffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:5px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#003300;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 5px;
	
	text-decoration:none;
	margin-top: 30px;
	    margin-bottom: 0;
    margin-right: 0;
	margin-left: 0;
}
.biglightblue:hover {
	background-color:#66ffcc;
}
.biglightblue:active {
	position:relative;
	top:1px;
}



.smallbluenew {
 width:80px;
 height:35px;
	background-color:#99ffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #003300;
	display:inline-block;
	cursor:pointer;
	color:#006600;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 9px 5px 9px;
	text-decoration:none;
}
.smallbluenew:hover {
	background-color:#99ccff;
}
.smallbluenew:active {
	position:relative;
	top:1px;
}



.freecontactform {
width: 460px;
font-family: arial;
border: 5px solid #ff0000;
padding:1px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.freecontactformheader {
font-size:18px;
font-weight:bold;
padding-top:5px;
padding-bottom:5px;
text-align:center;
}
.freecontactformmessage {
text-align:center;
padding-bottom:5px;
}
.freecontactform td {
padding:4px;
font-size:12px;
}
.freecontactform p {
padding:4px;
}
.freecontactform label {
padding:4px;
}
.freecontactform label {
padding-right:10px
}
.required {
font-weight:bold;
}
.required_star {
font-weight:bold;
color:#F00;
}
.not-required {
font-weight:normal
}
.antispammessage {
padding:5px;
border-top:1px solid #AAA;
border-bottom:1px solid #AAA;
font-weight:bold 
}
.antispamquestion {
font-weight:normal;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/*-- //responsive design --*/


.image-container {
position: relative;
padding-bottom: 57.5%;
padding-top: 20px; height: 0px; overflow: hidden;
}


.video-container {
position: relative;
padding-bottom: 40%;
padding-top: 30px; height: 30; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.parabox {
   -webkit-columns: auto auto; /* Chrome, Safari, Opera */
   -moz-columns: auto auto; /* Firefox */
 padding-left:10px
   text-align: justify;
}



/* Style The Dropdown Button */
.dropbtn {
  background-color: #99ff00;
  color: #330000;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}


