﻿	.copyright p {
    text-align: center;
}
.copyright {
    margin: 2em 0 0 0;
}
/********************
 * 13.0 - Line Separator
 ********************/
[class^="line-sep-"] {
  margin-top: 20px;
  margin-bottom: 20px;
  /*width: 20em;*/
  display: block;
  height: 2px;
  width: inherit;
}
.line-sep-blue {
  background-color: #008aeb;
}
.line-sep-gray {
  background-color: #5e5e5e;
}
.line-sep-green {
  background-color: #119e40;
}
.separator {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}
.separator:before {
  width: 100px;
  position: absolute;
  left: 120%;
  top: 46%;
  height: 2px;
  background-color: #5e5e5e;
  content: " ";
}
.separator:after {
  width: 100px;
  position: absolute;
  right: 120%;
  top: 46%;
  height: 2px;
  background-color: #5e5e5e;
  content: " ";
}
/********************
 * 13.0 - Line Separator End
 ********************/
 
 [class^="hvr-"] {
    margin: 0px;
    padding: 8px;
    cursor: pointer;
    background: #f26921;
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    border-radius: 5px;
}



.uppercase {
    text-transform: uppercase;
    font-weight: 400;
    color: #777777;
    padding: 0;
    line-height: 1.3em;
    margin: 0.5em 0 0.5em -0.07em;
    font-family: 'Allerta Stencil', Helvetica, sans-serif;
    letter-spacing: 5px;
    text-align: left;	
}

.page-footer {
    color: #777777;
    font-size: inherit;
    background-image: url(/images/pattern-1.jpg);
    background-size: auto;
}

.page-footer address a
{
	color: #777777;
}

.text-left {
    text-align: left;
}


.subscribetext {
    margin: 0 auto;
    width: 100%;
    /* float: left; */
    display: inline-block;
    margin-top: 35px;
}
	
.footerhome {margin-top: 0px;}	
.footer-section {
    background: #222;
    padding: 5em 0;
}
.footer-grid h4 {
    font-size: 1.5em;
    color: #fff;
    margin-bottom: .5em;
	font-family: 'Righteous', cursive;
}
.footer-grid p {
    font-size: .96em;
    color: #777;
    line-height: 1.8em;
}
.footer-grid ul li a {
    font-size: .96em;
    color: #777;
    line-height: 1.8em;
	text-decoration:none;
}
.footer-grid ul li  {
    list-style: none;
}
.footer-grid ul li a:hover {
    color: #FAA43D;
}
.footer-grid p a {
    color: #FAA43D;
}
.copy-section{
	padding:2em 0;
	text-align:center;
	background: #333d47;
}
.copy-section p {
	font-size: 0.9em;
	color: #fff;
	font-weight: 400;
}
.copy-section  a {
	font-size: 1em;
	color:#fff;
	font-weight: 400;
	text-transform: capitalize;
}
.copy-section a:hover {
	color: #fff;
}
.copy-section a {
	margin: 0 0.3em
}


/*--footer--*/
.footer {
  padding: 50px 0;
  background-color: #9E9FA4;
}
 
/*--//footer--*/
.footerlist {list-style-type: circle;
    color: #fff; list-style-position: inside;}
	
.subheading {color: #fff;
    font-size: 1.7em;
    margin: 0.4em 0 .5em;
    font-family: 'Dosis', sans-serif;}	
	
.deskfooter {display: block; float: left;
    width: 100%;    margin-top: 10px;}	
.mobfooter {display:none; float: left;
    width: 100%;}

.footersubmenu {margin-left: 13px;
    margin-top: 10px;}

/*--footer--*/
.footer {
  padding: 2em 0 1em;
  background-color: rgb(0, 66, 122);
}
.footer h4 {
    margin:0 0 .5em;
}
.footer h3 {
    color: #fff;
    font-size: 19px;
    margin:0.9em 0 .5em;
    font-family: 'Dosis', sans-serif;
	text-align: left;
}
.footer-grids ul li {
  margin-bottom: 0.7em;
}
.footer-grids ul li a {
 color: #c7c7c7;
    font-size: 15px;
    text-decoration: none;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Dosis', sans-serif;
}
.footer-grids ul li a:hover {
  color: #fff;
}
.footer-grids h4 a {
    color:#f9d780;
    font-size:2.3em;
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
}
.footer-grids p  a{
	color: #c7c7c7;
    font-size: 14px;
    text-decoration: none;
}
.footer-grids p a:hover {
	color: #fff;
}
.footer-grids p {
	 color: #c7c7c7;
	 font-size:14px;
	 line-height: 1.8em;
	 margin:0;
	 font-family:Arial, Helvetica, sans-serif;
}
.footer-grids form {
  margin-top: 1.2em;
}
.footer-grids form input[type=text] {
  width: 72%;
  padding: 9px 12px;
  font-size: 0.9em;
  float: left;
  color: #8D8D8D;
  outline: none;
  border: none;
  background: #fff;
  -webkit-appearance: none;
  font-family:Arial, Helvetica, sans-serif;

}
.footer-grids form input[type=submit] {
	width: 24%;
    font-size: 14px;
    float: left;
    color: #fff;
    outline: none;
    padding: 9px 9px;
    border: none;
    background:#000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-appearance: none;
    height:36px;
    font-family:Arial, Helvetica, sans-serif;
}
.footer-grids form input[type=submit]:hover{
	background:#ff9000;
}
.footer-bottom {
	background-color: #022d52;
	padding: 2em 0;
	text-align: center;	
}
.footer-bottom p {
	color: #868686;
	margin:0;
	font-size: 18px;
}
.footer-bottom p a{
	color: #66D5DE;
	border-bottom:1px solid #66D5DE;
	font-family: 'Open Sans', sans-serif;
}
.footer-bottom p a:hover{
	color: #fff;
	border-bottom:1px solid #fff;
}



.footerlink {color: #fff;}



/*--//footer--*/


/*responsive*/

@media(max-width:1900px){



}




@media(max-width:1440px){
	
}
@media(max-width:1366px){

}
@media (max-width: 1280px){
	
}
@media(max-width:1080px){

}
@media(max-width:991px){

.footer-grid {
    float: left;
    width: 50%;
}
.footer-grid:nth-child(3) {
    margin-top: 1em;
}
.footer-grid:nth-child(4) {
    margin-top: 1em;
}

}


@media(max-width:1024px){




}




@media(max-width:990px){

}


@media(max-width:800px){

}











@media (max-width: 768px){

.mobfooter {
    display: block !important;
}
.deskfooter {
    display: none !important;
}

}




@media(max-width:640px){

}


@media(max-width:600px){

}




@media(max-width:480px){


.footer-grids h4 a {
		font-size: 2em;
	}
	.footer {
		padding: 2em 0 2em;
	}
	
	.footer-grids {
		padding: 0;
		float: none;
		width: 100%;
	}
	.footer-grids h4 a {
		font-size: 1.7em;
	}
	.footer h3 {
		font-size: 1.3em;
	}

 
}

@media(max-width:414px){


.footer {
    margin-top: 1.5em;
    padding: 1em 0 0;
}
.footer p {
    font-size: 0.9em;
}


}







@media(max-width:375px){


}





@media(max-width:320px){

.footer-section {
    padding: 1em 0;
}


.footer-grid {
    padding: 0;
}

.forsale-grid1 {
    padding: 0;
}

.forsale-grids1 {
    margin-top: 2em;
}


}




	
