@media (min-width:1200px) {
.container1 .col-md-6 {
	width:50%
}
}
 @media (max-width:768px) {
.container1 .col-xs-6 {
	 width:50%
}
}
@media (max-width: 450px) {
.container1 .col-xs-6 {
	 width:100%
}
}
 @media (min-width:768px) {
.container1 {
	margin:0 auto;
	width:750px
}
}
@media (min-width:992px) {
.container1 {
	width:970px
}
}
@media (min-width:1050px) {
.container1 {
	width:1020px
}
}
 @media (min-width:1200px) {
.container1 {
	width:1180px
}
}
@media (min-width:1350px) {
.container1 {
	width:1290px
}
}
@media (min-width:1550px) {
.container1 {
	width:1500px
}
}
/*********************************************
             pop up
***********************************************/
.popup-section {
	position: fixed;
	top: -150%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
}
.popup-wrapper {
	padding: 14px 0px;
	margin-top: 25%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #ffffff;
	position: relative;
}
.popup-wrapper .cross {
	position: absolute;
	right: -19px;
	top: -22px;
	cursor: pointer;
}
.popup-wrapper .cross p {
	color: #000000;
	font-size: 20px;
	line-height: 38px;
	border-radius: 50%;
	box-shadow: 0 0 2px rgba(168, 127, 65, 0.9);
	background: rgba(255, 255, 255, 0.85);
	padding: 0 12px;
}
.popup-wrapper .cross p:hover {
	color: #a87f41;
	background: rgba(255, 255, 255, 1);
}
.popup-wrapper input {
	width: 100%;
	border: 1px solid #A87F41;
	margin-bottom: 15px;
	background: #f8f8f8;
	border-radius: 3px 3px 3px 3px;
	height: 34px;
	padding: 5px 10px;
	outline: 0;
}
.popup-wrapper .heading-top, .popup-wrapper .heading, .popup-wrapper p, .popup-wrapper p a {
	font-size : 14px;
	color : #130b0b;
	letter-spacing: 1px;
	font-weight: 600;
}
.popup-wrapper .heading-top {
	text-transform: uppercase;
	margin-bottom: 15px;
}
.popup-wrapper .heading {
	text-transform: capitalize;
	color: #3a3a3a;
	margin-top: 5px;
}
.popup-wrapper p, .popup-wrapper p a {
	color: #4c4848;
	line-height: 20px;
	font-weight: 300;
}
.popup-wrapper p a:hover {
	color: #363636;
}
.popup-wrapper p::first-letter {
 text-transform: uppercase;
}
.popup-wrapper .example {
	text-transform: capitalize;
	font-size: 13px;
	color: #3a3a3a;
	font-weight: 400;
	letter-spacing: 1px;
}
#map-canvas {
	width: 100%;
	height: 300px;
}
.map{
width:100%;
 height:300px; 
}

 @media (max-width: 991px) {
#map-canvas {
	 width: 100%;
	 height: 300px;
}
}
@media (max-width: 767px) {
.modal-box {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height:100%;
  top: 7.5%;
  left: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-overlay {
  position:fixed;
  opacity: 0.5;
  filter: alpha(opacity=0.5);
  top: 0;
  bottom:0;
  left: 0;
  right:0;
  z-index: 9000;
  background-color:rgba(0, 0, 0, 0.8);
}
.popup-wrapper {
	 padding: 5px 5px;
	 margin: 10% 15px;
	 border: 0px solid rgba(0, 0, 0, 0.1);
	 background: #ffffff;
	 position: relative;
}
 .popup-wrapper .cross {
	 right: -15px;
	 top: -15px;
	 z-index:9999;
}
.popup-wrapper .cross p {
	 font-size: 18px;
	 line-height: 35px;
}
.popup-wrapper .heading-top1 {
	 text-transform: uppercase;
	 margin-bottom: 15px;
	 margin-top:15px;
}
.popup-wrapper input {
	 width: 100%;
}
.popup-wrapper .heading {
	 margin-top: 0px;
}
#map-canvas {
	 width: 100%;
	 height: 200px;
}
.map{
width:100%;
 height:200px; 
}
}
 @media (max-width: 567px) {
 .popup-wrapper {
	 padding: 5px 5px;
	 margin: 30% 15px;
	 border: 0px solid rgba(0, 0, 0, 0.1);
	 background: #ffffff;
	 position: relative;
}

 #map-canvas {
	 width: 100%;
	 height: 300px;
}
.map{
width:100%;
 height:300px; 
}

}
.dropdown-content1 {
	display: none;
	position: absolute;
	color:#fff;
	margin:10px 0 0 -95px;
}
.dropdown-content1 p {
	padding:5px 10px;
}
.dropdown-content1 pre {
	background:#666666;
	color:#FFFFFF;
	border:none;
	font-family:'Lato', sans-serif;
	line-height:30px;
	font-size:14px;
}
.dropdown:hover .dropdown-content1 {
	display: block;
}
/*********************************************
             navbar
***********************************************/
.slider{
	position:fixed;
	top: 0px;
	left:0;
	right:0;
	height:80px;
	background:#f5f3f3;
	border-bottom:2px solid #dedbdb;
	z-index:9999;
}
#menu img {
	margin:10px 0 10px 0px;
	width:154px;
	height:60px;
}
.zoom-fab{
	display: inline-block;
	margin-top: 40%;
	width: 75px;
	height: 75px;
	line-height: 40px;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	transition: 0.2s ease-out;
	cursor: pointer;
}
.zoom-menu {
    position: relative;
    list-style: none;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
    z-index: 9999;
}
.zoom-menu li {
	display: inline-block;
	margin-right: 0px;
}
.zoom-menu li a{
	color: #757575;
}
.zoom-menu li a:hover{
	color: #414042;
}
body.home-nav .zoom-menu li.home-nav a, 
body.work-nav .zoom-menu li.work-nav a,
body.client-nav .zoom-menu li.client-nav a,
body.why-us-nav .zoom-menu li.why-us-nav a,
body.about-nav .zoom-menu li.about-nav a, 
body.short-ads-nav .zoom-menu li.short-ads-nav a,  
body.blog-nav .zoom-menu li.blog-nav a, 
body.contact-nav .zoom-menu li.contact-nav a { 
	color: #ee3237;
}
.zoom-menu li a.active{
	color:#ee3237;
}
.zoom-menu li a:hover:not(.active) {
	color: #414042;
}
@media (max-width:991px) {
#menu {
	position:fixed;
	top: 0px;
	left:12px;
	width:100%;
	height:50px;
	background:#f5f3f3;
	border-bottom:2px solid #dedbdb;
	z-index:9999;
}
.menu-text{
	color:#e67373;
	font-weight:500;
	font-size:14px;
	vertical-align:sup;
}
.slider {
	position:fixed;
	top: 0px;
	left:0px;
	width:100%;
	height:50px;
	background:#f5f3f3;
	border-bottom:2px solid #dedbdb;
	z-index:9999;
}
.zoom {
	position: fixed;
	height: 40px;
	z-index:9999;
	top: 6px;
	right: 14px;
}
#menu img {
	width:118px;
	height:46px;
	margin:2px 0 0 -2px;
}
.zoom-fab {
	display: block;
	width: 200px;
	height: auto;
	line-height: 50px;
	border-radius:0%;
	border-bottom:1px solid #dedbdb;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	transition: 0.2s ease-out;
	cursor: pointer;
	color: #757575;
	background-color:#FFFFFF;
}
.zoom-fab:hover {
	color:#414042;
}
.zoom-btn-large {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-top: 3%;
	border-radius: 50%;
	background-color: #e67373;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	transition: 0.2s ease-out;
	cursor: pointer;
	color: #FFF;
	border-bottom:0px solid #dedbdb;
}
.zoom-btn-large:hover {
	background-color:#e67373;
	color:#414042;
}
.zoom-menu {
	position: absolute;
	right:183px;
	top: 57px;
	left: auto;
	transform: translateY(-43%);
	height: 100%;
	width: 0px;
	list-style: none;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
.zoom-menu li {
	display: block;
	margin-right:20px;
}
.zoom-card {
	position: absolute;
	right: 150px;
	top: 50px;
	transition: box-shadow 0.25s;
	padding: 24px;
	border-radius: 2px;
	background-color: #009688;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	color: #FFF;
}
.zoom-card ul {
	-webkit-padding-start: 0;
	list-style: none;
	text-align: left;
}
.scale-transition {
	transition: transform 0.2s linear !important;
}
.scale-transition.scale-out {
	transform: scale(0);
	transition: transform 0.2s !important;
}
.scale-transition.scale-in {
	transform: scale(1);
}
.menu {
	color:#757575;
	font-size:12px;
	font-weight:600;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top:-5px;
}
}
@media (max-width:599px) {
.zoom-btn-large {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background-color: #e67373;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	transition: 0.2s ease-out;
	cursor: pointer;
	color: #FFF;
}
.zoom {
	 top: 10px;
	 right: 14px;
}
}
@media (max-width:450px) {
.zoom-btn-large {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background-color: #e67373;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	transition: 0.2s ease-out;
	cursor: pointer;
	color: #FFF;
}
.zoom {
	 top: 10px;
	 right: 17px;
}
}
/*
====================================================================
	Project
====================================================================
*/
.bg {
	padding:100px 0 50px 0;
	background-repeat:repeat;
}
.single-title {
	font-size:35px;
	color:#000000;
	padding-bottom:50px;
	text-transform:uppercase;
}
.owl-carousel {
	position:relative;
	z-index:1;
	display:none;
	width:100%
}
.owl-carousel.owl-slider {
	margin-bottom:1.5em;
}
.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y
}
.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-controls {
	text-align:center
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor:pointer;
	cursor:hand;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel.owl-loaded {
	display:block
}
.owl-carousel.owl-loading {
	opacity:0;
	display:block
}
.owl-carousel .owl-nav, .owl-carousel .owl-next i, .owl-carousel .owl-prev i, .owl-carousel .owl-refresh .owl-item, .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display:none
}
.owl-carousel.owl-hidden {
	opacity:0
}
.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select:auto;
	-moz-user-select:auto;
	-ms-user-select:auto;
	user-select:auto
}
.no-js .owl-carousel {
	display:block
}
.owl-carousel .owl-next, .owl-carousel .owl-prev {
	position:absolute;
	z-index:5;
	top:50%;
	width:84px;
	height:40px;
	margin-top:-20px;
	background-repeat:no-repeat;
	background-position:center center;
	color:#8899a6
}
.owl-carousel .owl-next:hover, .owl-carousel .owl-prev:hover {
	color:#292f33
}
.owl-carousel .owl-prev {
	left:10px;
	background-image:url(../images/previous_hover.png);
}
.owl-carousel .owl-next {
	right:10px;
	background-image:url(../images/next_hover.png);
}
.owl-carousel.owl-round-arrows .owl-prev {
	left:0
}
.owl-carousel.owl-round-arrows .owl-next {
	right:0
}
.owl-carousel .owl-dots {
	position:absolute;
	z-index:6;
	left:0;
	width:100%;
	bottom:0px;
	pointer-events:none
}
.owl-carousel .owl-dots .owl-dot {
	display:inline-block;
	padding:0 4px;
	pointer-events:auto
}
.owl-carousel .owl-dots .owl-dot span {
	display:inline-block;
	width:15px;
	height:4px;
	border-radius:1px;
	background-color:#fff;
}
.owl-carousel .owl-dots .owl-dot.active span {
	background-color:#292f33
}
.owl-carousel .owl-item .owl-lazy {
	opacity:0;
 transition:opacity .4s ease;
	background-color:#000;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style:preserve-3d;
	background-color:#000;
	z-index:1;
}
.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background-color:#000;
	z-index:1;
}
.owl-carousel .owl-video-play-icon {
	position:absolute;
	height:80px;
	width:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:100px;
	background:url(../images/owl.video.play.png) no-repeat;
	cursor:pointer;
	z-index:1;
	-webkit-backface-visibility:hidden;
	transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform:scale(1.3, 1.3);
	transform:scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display:none
}
.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	transition:opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
	height:100%;
	width:100%
}

 @media (max-width:480px) {
.owl-carousel .owl-dots {
	 bottom:10px
}
}
 @media (min-width:480px) {
.owl-carousel .owl-nav {
	 display:block
}
.owl-carousel .owl-dots {
	 bottom:10px
}
}
@media (min-width:825px) {
.owl-carousel .owl-prev {
	 left:20px
}
.owl-carousel .owl-next {
	 right:20px
}
}
 @media (min-width:1060px) {
 .owl-carousel .owl-prev {
	 left:20px
}
.owl-carousel .owl-next {
	 right:20px
}
.owl-carousel .owl-dots {
	 bottom:10px
}
}
@media (min-width:1200px) {
.owl-carousel .owl-prev {
	 left:20px
}
.owl-carousel .owl-next {
	 right:20px;
}
}
@media (min-width:1260px) {
.owl-carousel .owl-prev {
	 left:20px;
	 transition:background-position .1s ease-in-out
}
.owl-carousel .owl-next, .owl-carousel .owl-prev {
	 -webkit-transition:background-position .1s ease-in-out
}
.owl-carousel .owl-prev:hover {
	 background-position:left center
}
.owl-carousel .owl-next {
	 right:20px;
	 transition:background-position .1s ease-in-out
}
.owl-carousel .owl-next:hover {
	 background-position:right center
}
}

.project-discription {
	font-size:14px;
	font-weight:100;
    color: #898080;
	text-align:justify;
}
.project-properties {
	text-align:left;
}
.project-properties h6 {
	font-size:18px;
	margin-bottom:10px;
}
.project-properties p.small {
	padding-bottom:1.5em;
	border-bottom:1px solid #e1e8ed;
	font-size:14px;
}
.project-properties ul.small {
	padding-bottom:1.5em;
	list-style-type:disc;
	font-size:14px;
	margin-left:-22px;
}
.project-properties ul.small li a {
	padding-bottom:1.5em;
	list-style-type:disc;
	font-size:14px;
	color:#333;
}

.social-icon {
	font-size:18px;
	text-align:left;
	margin-left:-38px;
}
.social-icon li {
	display: inline-block;
}
.social-icon li a {
	display: block;
	padding:0 10px 0 0;
	color:#66757f;
	text-align:left;
}
.button ul {
	list-style-type:none;
	display:inline-block;
}
.button ul li {
	list-style-type:none;
	background-color:#484545;
	display:inline-block;
	padding:10px;
	margin-top:-30px;
}
.button ul li:hover {
	background-color: #484545;
	color:#414042;
}
.button ul li a {
	font-size:14px;
	color:#fff;
}
.button ul li a:hover {
	color:#fff;
	text-decoration:none;
}
 @media (max-width:1199px) {
.project-properties h6 {
	font-size:17px;
	margin-bottom:10px;
}
}
 @media (max-width:991px) {
 .bg {
	padding:70px 0 50px 0;
}
}
 @media (max-width:767px) {
 .bg {
	padding:50px 0 50px 0;
}
.project-properties h6 {
	font-size:16px;
	margin-bottom:10px;
	margin-top:-25px;
}
.project-properties ul.small {
	padding-bottom:0;
	list-style-type:disc;
	font-size:14px;
	margin-left:-22px;
}

}
/*
====================================================================
	Highlights
====================================================================
*/
.counter1 {
	font-size: 45px;
	color: #cc0304;
	display: inline-block;
	font-weight: 400;
	text-align: center;
}
.bg-2 {
	background-color:#ebecec;
	padding:20px 0;
}
.highlight-text {
	color: #292F33;
	font-size:25px;
	font-weight:550;
}
.highlight-text1 {
	color: #898080;
	font-size:15px;
}
@media (max-width:767px) {
.counter1 {
	font-size: 35px;
}
}

@media (max-width:586px) {
.highlight-text1 {
 color: #898080;
 font-size:12px;
}
}

/*
====================================================================
	Footer
====================================================================
*/
@font-face {
	 font-family: 'weather';
	 src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
	 src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
	 font-weight: normal;
	 font-style: normal;
}
.footer2 {
	background-color:#1f1f1f;
	padding: 20px 0;
	font-size: 13px;
}
@media (min-width:1200px) {
.footer .col-md-6 {
	width:33.33333333%
}
.footer .col-md-12 {
	width:33.33333333%
}
.footer .col-md-12 .col-md-6 {
	width:50%
}
}
 @media (max-width:768px) {
.footer .col-xs-6 {
	 width:50%
}
}
@media (max-width: 565px) {
.footer .col-xs-6 {
	 width:100%
}
.footer .footer-contact .col-xs-6 {
	 width:50%
}
}
@media (max-width: 503px) {
.footer .col-xs-3 {
	 width:100%
}

}
@media (max-width: 470px) {
.footer .footer-contact .col-xs-6 {
	 width:100%
}
}
 @media (min-width:768px) {
.footer {
	margin:0 auto;
	width:750px
}
}
@media (min-width:992px) {
.footer {
	width:970px
}
}
@media (min-width:1050px) {
.footer {
	width:1020px
}
}
 @media (min-width:1200px) {
.footer {
	width:1180px
}
}
@media (min-width:1350px) {
.footer {
	width:1290px
}
}
@media (min-width:1550px) {
.footer {
	width:1500px
}
}
#weather {
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
}
.btn-plus{
	font-size: 22px !important;
	margin-top: 5px !important;
}
i {
	color: #fff;
	font-family: weather;
	font-size: 120px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
.icon-0:before {
	content: ":";
}
.icon-1:before {
	content: "p";
}
.icon-2:before {
	content: "S";
}
.icon-3:before {
	content: "Q";
}
.icon-4:before {
	content: "S";
}
.icon-5:before {
	content: "W";
}
.icon-6:before {
	content: "W";
}
.icon-7:before {
	content: "W";
}
.icon-8:before {
	content: "W";
}
.icon-9:before {
	content: "I";
}
.icon-10:before {
	content: "W";
}
.icon-11:before {
	content: "I";
}
.icon-12:before {
	content: "I";
}
.icon-13:before {
	content: "I";
}
.icon-14:before {
	content: "I";
}
.icon-15:before {
	content: "W";
}
.icon-16:before {
	content: "I";
}
.icon-17:before {
	content: "W";
}
.icon-18:before {
	content: "U";
}
.icon-19:before {
	content: "Z";
}
.icon-20:before {
	content: "Z";
}
.icon-21:before {
	content: "Z";
}
.icon-22:before {
	content: "Z";
}
.icon-23:before {
	content: "Z";
}
.icon-24:before {
	content: "E";
}
.icon-25:before {
	content: "E";
}
.icon-26:before {
	content: "3";
}
.icon-27:before {
	content: "a";
}
.icon-28:before {
	content: "A";
}
.icon-29:before {
	content: "a";
}
.icon-30:before {
	content: "A";
}
.icon-31:before {
	content: "6";
}
.icon-32:before {
	content: "1";
}
.icon-33:before {
	content: "6";
}
.icon-34:before {
	content: "1";
}
.icon-35:before {
	content: "W";
}
.icon-36:before {
	content: "1";
}
.icon-37:before {
	content: "S";
}
.icon-38:before {
	content: "S";
}
.icon-39:before {
	content: "S";
}
.icon-40:before {
	content: "M";
}
.icon-41:before {
	content: "W";
}
.icon-42:before {
	content: "I";
}
.icon-43:before {
	content: "W";
}
.icon-44:before {
	content: "a";
}
.icon-45:before {
	content: "S";
}
.icon-46:before {
	content: "U";
}
.icon-47:before {
	content: "S";
}
#weather h2 {
	margin: 0 0 4px;
	color: #fff;
	font-size: 80px;
	font-weight: 300;
	text-align: center;
}
#weather p {
	margin-top: -30px;
	color: #fff;
	font-size: 60px;
	text-align: center;
	text-transform:capitalize;
}
#weather .temp {
	margin:0 0 0 0;
	color: #fff;
	font-size: 35px;
	font-weight: 300;
	text-align: center;
	text-transform:capitalize;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
#weather ul {
	margin: 0;
	padding: 0;
}
#weather li {

	background: rgba(255, 255, 255, 0.90);
	padding: 20px;
	display: inline-block;
	border-radius: 5px;
}
#weather .currently {
	margin: 0 20px;
}
button {
	display: block;
	text-align:center;
	margin: 15px auto;
	width: 140px;
	padding: 5px;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
}
.footer1 {
	padding:20px 0 10px 0;
	font-size:11px;
	background-color:#121212;
	text-transform:uppercase;
}
.footer1, .footer1 a {
    color:#797979;
}
.footer1 a:focus, .footer1 a:hover {
    color:#6d6d6d;
    text-decoration:none;
}
.align {
	text-align:left;
}
.text-align {
	text-align:right;
}
.social-links {
	text-align:center;
}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
.footer1 {
	 font-size:8.7px;
}
.text-align {
	 text-align:left;
}
.social-links {
	 text-align:left;
}
button {
	display: block;
	text-align:center;
	margin: 15px;
	width: 140px;
	padding: 5px;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
}

}
@media screen and (max-width: 767px){
.text-align {
	 text-align:center;
}
.align {
	 text-align:center;
}
.social-links {
	text-align:center;
}
}
 @media screen and (max-width: 767px) {

#weather .temp {
	margin:0 0 0 0;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	text-align: center;
	text-transform:capitalize;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
.btn-plus{
	font-size: 20px !important;
	margin-top: 5px !important;
}
i {
	color: #fff;
	font-family: weather;
	font-size: 90px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
#weather h2 {
	 margin: 0 0 4px;
	 color: #fff;
	 font-size: 55px;
	 font-weight: 300;
	 text-align: center;
}
#weather p {
	 margin-top:-30px;
	 color: #fff;
	 font-size: 45px;
	 text-align: center;
	 text-transform:capitalize;
}
}
 @media screen and (max-width: 566px) {
#weather h2 {
	 margin: 0 0 4px;
	 color: #fff;
	 font-size: 55px;
	 font-weight: 300;
	 text-align: center;
}
#weather p {
	 margin-top:-30px;
	 color: #fff;
	 font-size: 45px;
	 text-align: center;
	 text-transform:capitalize;
}
.btn-plus{
	font-size: 20px !important;
	margin-top: 5px !important;
}
i {
	color: #fff;
	font-family: weather;
	font-size: 90px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
}
.footer-contact {
	width:100%;
	height:150px;
	background-color:#fff;
	margin: 20px 0 0 0px;
	float:left;
}
.contact-address1 {
	position:relative;
	padding:0 0 0 25px;
	font-weight:bold;
	margin-bottom:0px;
	color:#292f33;
	font-size:16px;
	text-transform:uppercase;
}
.contact-address {
	position:relative;
	padding:1em 0 0 2em;
	margin-bottom:0px;
	color:#757575;
	font-size:14px;
}
.contact-address:last-child {
	margin-bottom:0 px
}
.contact-address i {
	position:absolute;
	top:17px;
	left:0px;
	font-size:18px;
	color:#292f33
}
.btn1 {
	background-color:#3c3b3b;
	color:#fff;
	padding:8px 5px;
}
.footer-contact {
	width:100%;
	height:150px;
	background-color:#fff;
}
.btn1 a {
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
}
.btn1 a:hover {
	text-decoration:none;
}
.space {
	padding-top:20px;
}
.number {
font-weight:bold;
	margin-left:-5px;
}
 @media (min-width:1350px) {
.space {
	padding-top:20px;
	padding-left:50px;
}
}
@media (max-width:1550px) {
.number {
	margin-left:-3px;
}
.contact-address1 {
	 position:relative;
	 padding:0 0 0 15px;
	 font-weight:bold;
	 margin-bottom:0px;
	 color:#292f33;
	 font-size:16px;
	 text-transform:uppercase;
}
.contact-address {
	 position:relative;
	 padding:1em 0 0 1em;
	 margin-bottom:0px;
	 color:#757575;
	 font-size:14px;
}
.contact-address i {
	 position:absolute;
	 top:17px;
	 left:-11px;
	 font-size:17px;
	 color:#292f33
}
}
 @media (max-width:1350px) {
.number {
	margin-left:-4px;
}
 .space {
	padding-top:20px;
	padding-left:38px;
}
.contact-address1 {
	 position:relative;
	 padding:0 0 0 13px;;
	 font-weight:bold;
	 margin-bottom:0px;
	 color:#292f33;
	 font-size:15px;
	 text-transform:uppercase;
}
.contact-address {
	 position:relative;
	 padding:1em 0 0 1em;
	 margin-bottom:0px;
	 color:#757575;
	 font-size:13.4px;
}
.contact-address i {
	 position:absolute;
	 top:17px;
	 left:-11px;
	 font-size:17px;
	 color:#292f33
}
}
@media (max-width:1199px) {
.footer-contact {
	width:100%;
	height:150px;
	background-color:#fff;
}
.number {
	margin-left:-12px;
}
 .contact-address1 {
	 position:relative;
	 padding:0 0 0 5.3em;
	 font-weight:bold;
	 margin-bottom:0px;
	 color:#292f33;
	 font-size:17px;
	 text-transform:uppercase;
}
.contact-address {
	 position:relative;
	 padding:1em 0 0 6em;
	 margin-bottom:0px;
	 color:#757575;
	 font-size:15px;
}
.contact-address:last-child {
	 margin-bottom:0 px
}
.contact-address i {
	 position:absolute;
	 top:17px;
	 left:40px;
	 font-size:17px;
	 color:#292f33
}
}
@media (max-width:627px) {
.footer-contact {
	width:100%;
	height:150px;
	background-color:#fff;
}
.number {
	margin-left:-10px;
	font-weight: 500;
}
 .contact-address1 {
	 position:relative;
	 padding:0 0 0 2.7em;
	 font-weight:540;
	 margin-bottom:0px;
	 color:#292f33;
	 font-size:15px;
	 text-transform:uppercase;
}
.contact-address {
	 position:relative;
	 padding:1em 0 0 3em;
	 margin-bottom:0px;
	 color:#757575;
	 font-size:13.5px;
}
.contact-address:last-child {
	 margin-bottom:0 px
}
.contact-address i {
	 position:absolute;
	 top:17px;
	 left:10px;
	 font-size:17px;
	 color:#292f33
}
}
@media (max-width:566px) {
.footer-contact {
	width:100%;
	height:150px;
	background-color:#fff;
	margin:20px auto;
}
}
@media (max-width:525px) {
.footer-contact {
	width:100%;
	height:150px;
	background-color:#fff;
	margin:20px auto;
}
.space {
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;
}

.contact-address1 {
	 position:relative;
	 padding:0 0 0 1.8em;
	 font-weight:540;
	 margin-bottom:0px;
	 color:#292f33;
	 font-size:15px;
	 text-transform:uppercase;
}
.contact-address {
	 position:relative;
	 padding:1em 0 0 2em;
	 margin-bottom:0px;
	 color:#757575;
	 font-size:13px;
}
.contact-address i {
	 position:absolute;
	 top:17px;
	 left:0px;
	 font-size:17px;
	 color:#292f33
}
}
@media (max-width:470px) {
.footer-contact {
	width:100%;
	height:380px;
	background-color:#fff;
	margin:20px auto;
}
.contact-address1 {
    position: relative;
    padding: 0 0 0 2.7em;
    font-weight: 540;
    margin-bottom: 0px;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
	}
.contact-address {
	 position:relative;
	 padding:1em 0 0 3em;
	 margin-bottom:0px;
	 color:#757575;
	 font-size:13.5px;
	 
}
.contact-address:last-child {
	 margin-bottom:0 px
}
.contact-address i {
	 position:absolute;
	 top:17px;
	 left:10px;
	 font-size:17px;
	 color:#292f33
}
}
/*
====================================================================
	Contact-Footer
====================================================================
*/
.contact {
	background-color:#1f1f1f;
	padding:20px 0 30px 0;
	border-bottom:1px solid #4a4a4a;
}

.btn2 {
	background-color:#cc0304;
	padding:10px 8px;
	border:0;
}
.btn2:hover {
	background-color:#ee0001;
	padding:10px 8px;
	border:0;
}
.btn2 a {
	color:#fff;
	text-transform:uppercase;
	font-size:17px;
}
.btn2 a:hover {
	text-decoration:none;
}
@media (max-width:768px) {
.btn2 {
	padding:15px 10px;
}
.btn2:hover {
	padding:15px 10px;
}
.btn2 a {
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
}
}
.facebook{
width:100%; height:230px; 
}
@media (max-width:375px) {
.facebook{
width:100%;width:280px; min-width:100%; height:230px; 
}

}
@media (max-width:320px) {
.facebook{
width:280px; height:230px; 
}

}
