@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Square721 BT';
    src: url('../fonts/Square721BT-Roman.woff2') format('woff2'),
        url('../fonts/Square721BT-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Square721 BT';
    src: url('../fonts/Square721BT-Bold.woff2') format('woff2'),
        url('../fonts/Square721BT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
body {
	font-family: 'Square721 BT';
	color: #5C5C5C;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	font-weight:400;	
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{	
	
}
ul{
list-style-type:none;
}	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
text-decoration:none;
outline:none;
} 
textarea{
resize:none;
}
.mar-top{
	margin-top:40px;
}
.mar-top-20{
	margin-top:20px;
}
.mar-top-80{
	margin-top:80px;
}
p {
	font-family: 'Roboto', sans-serif;
	line-height: 26px;  
	font-size: 14px;
	font-weight:300;
	color:#535151;
}

/*#######################*/

.header{
	padding: 15px 34px;
	}
.contact-prt {
	margin: 10px 0 0;
	float: right;
}
.contact-prt img {
	float: left;
	margin-right: 10px;
}
.contact-prt p {
	overflow: hidden;
	font-size: 27px;
	font-family: 'Square721 BT';
	color: #e6212a;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 22px;
}
.contact-prt p a {
	color: #e6212a;
}
.contact-prt p a span {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

/*################################ Navbar ##############################*/

.navbar {
    padding: 0;
    float: right;
    margin: 10px 10px 0;
}
.navbar-nav li a {
    padding: 9px 12px;
    display: inline-block;
    color: #898989;
    font-size: 14px;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
}
.navbar-nav li.active a {
	color: #000;
}
.navbar-nav li:hover a {
	color: #000;
}
.dropdown-menu{
	background-color: rgba(255,255,255,0.75);
	min-width: 16rem;
	}
.navbar-nav li .dropdown-menu li a{
	color:#fff;
	width: 100%;
	text-transform: capitalize;
	font-size: 	0.875rem;
	padding: 2px 10px;
	background-color: transparent !important;
	transition: all ease-in-out 0.3s;
	}
.navbar-nav li .dropdown-menu li:hover a{
	color:#d62030;	
	}

/*################################ End Navbar ##############################*/

.banner{
	background-color: #d2161f;
	position: relative;
	min-height:546px;
	}
.banner:after{
	background-color: #d2161f;
	position: absolute;
	bottom: -80px;
	width: 50%;
	content: "";
	left:0;
	height: 80px
	}
.slider-prt{
	position: absolute;
	right:0;
	top:0;
	width: 50%;
	}
.bx-wrapper {
	box-shadow: none;
	border: none;
	background: transparent;
	margin: 0 auto;
}
.ban-bxslider li img {
	width: 100%;
	height: auto;
	}
.bx-controls-direction {
	position: absolute;
	bottom: 14px;
	right: 90px;
}
.bx-wrapper .bx-controls-direction a {
	width: 64px;
	height: 64px;
	background-color: #fff;
}

.bx-wrapper .bx-prev {
    background: url(../images/prev-next.jpg) no-repeat right top;
	width: 64px;
	height: 64px;
}
.bx-wrapper .bx-next {
    background: url(../images/prev-next.jpg) no-repeat left top;
	width: 64px;
	height: 64px;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
	background-position: right top;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
	background-position: left top;
}

.ban-text {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
	width:50%;
}
.ban-text h3 {
    font-size: 65px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 110px;
}
.ban-text h3 span{
	font-weight: normal;
	}
.ban-text h3 em{
	font-style: normal;
	font-size: 145px;
	display: block;
	}
.ban-text p{
    font-size: 16px;
    color: #fff;
    margin: 10px 0 0;
    padding: 0;
}
.ban-text .btn-group{
    margin: 15px 0 0;
}
.ban-text .btn-group a{
    font-size: 16px;
	font-weight: 600;
	color:#fff;
	text-transform: uppercase;
	padding: 10px 25px;
	background-color: transparent;
	border:2px solid #fff;
	display: inline-block;
	margin-right: 10px;
	transition: all ease-in-out 0.3s;
}
.ban-text .btn-group a i{
    color: #fff;
	margin-left: 10px;
}
.ban-text .btn-group a:hover{
	color:#fff;
	background-color: #000;
	border:2px solid #000;
}
.storage-sec{
	background-color: #000;
	padding: 180px 0 75px;
	}
.main-title{
	font-size: 40px;
	font-weight: 600;
	color:#fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align:center;
	}
.main-title span{
	font-weight: normal;
	}
.main-title em{
	font-style: normal;
	color: #d2161f;
	font-weight: normal;
	}
.about-bx {
    background-color: #282828;
    display: inline-block;
    margin: 50px 0 0;
}
.about-img {
	width: 50%;
	float: left;
	}	
.about-img img{
	width: 100%;
	}
.about-txt{
	width: 50%;
	float: right;
	padding: 40px;
	}
.about-txt h3{
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}
.about-txt p{
	font-size: 16px;
	color: #ababab;
	margin: 15px 0 0;
	padding: 0;
	line-height: 30px;
	}
.about-txt a {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    margin: 38px 0 0;
    display: inline-block;
    padding: 16px 30px;
    background-color: #d2161f;
}
.lst-bx{
	text-align:center;
	padding: 0 20px;
	}
.ico-bx{
	display: inline-block;
	}
.lst-bx h3{
	font-size: 24px;
	font-weight: 600;
	color:#fff;
	margin: 20px 0 0;
	padding: 0;
	}	
.lst-bx p {
	font-size: 16px;
	font-weight: 300;
	color:#ababab;
	margin: 15px 0 0;
	padding: 0;
	}	
.shipping-wrap{
	padding: 75px 60px;
	display: inline-block;
	}	
.shipping-title{
	font-size: 40px;
	font-weight: 600;
	color:#060606;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	}
.shipping-title span{
	font-weight: normal;
	color:#d2161f;
	}
.shipp-bx {
	text-align: center;
	padding: 0 14px;
	position: relative;
	margin-bottom: 20px;
	min-height: 110px;
}	
.shipp-bx h3{
	font-size: 18px;
	font-weight: 600;
	color:#d2161f;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}	
.shipp-bx p{
	font-size: 15px;
	color:#5f5f5f;
	margin: 10px 0 0;
	padding: 0;
	}	
.shipp-bx span{
	position: absolute;
	width: 75px;
	height:2px;
	background-color: #d2161f;
	right: -75px;
	display: block;
	top:50%;
	transform: translateY(-50%);
	z-index:9;
	}
.shipp-bx span:after {
    position: absolute;
    width: 53px;
    height: 53px;
    background: url(../images/shape.png) no-repeat;
    right: -53px;
    top: -26px;
    content: "";
}
.shipp-bx span:before {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d2161f;
    left: -7px;
    top: -3px;
    content: "";
}
.cstm2 span{
	width: 210px;
	right: -210px;
	}
.cstm3 span{
	width: 125px;
	right: -125px;
	}
.mid-image {
	padding: 0 40px;
	margin: 20px 0 0;
	}		
.cstm-rt-align .shipp-bx span{
	left: -75px;
	}
.cstm-rt-align .cstm2 span{
	width: 210px;
	left: -210px;
	}
.cstm-rt-align .cstm3 span{
	width: 125px;
	left: -125px;
	}
.cstm-rt-align .shipp-bx span:after {
    left: -53px;
}
.cstm-rt-align .shipp-bx span:before {
    left: 100%;
}	
	
	
	
.main-pera{
	font-size: 16px;
	color:#5f5f5f;
	padding: 0 80px;
	margin: 20px 0 0;
	text-align: center;
	}
.lft-img-prt{
	width: 50%;
	float: left;
	}
.lft-img-prt img{
	width: 100%;
	}
.rt-prt{
	float: right;
	width: 50%;
	background-color: #f1f1f1;
	}	
.gal-sec{
	display: inline-block;
	}
.gal-content {
	min-height: 272px;
}
.gal-img{
	width: 50%;
	float: right;
	}
.gal-txt{
	padding: 15px;
	float: left;
	width: 50%;
	}	
.gal-txt h3{
	font-size: 20px;
	font-weight: 600;
	color:#060606;
	margin:0;
	padding: 0;
	text-transform: uppercase;
	}
.gal-txt p{
	font-size: 15px;
	color:#5f5f5f;
	margin: 10px 0 0;
	line-height: 25px;
	padding: 0;
	}
.gal-txt a{
	font-size: 15px;
	color:#fff;
	background-color: #000;
	display: inline-block;
	margin: 20px 0 0;
	padding: 8px 25px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all ease-in-out 0.3s;
	}
.gal-txt a i{
	margin-left: 8px;
	}
.gal-txt a:hover{
	background-color: #d2161f;
	}
.area-sec{
	padding: 60px 75px;	
	position: relative;
	}
.map-prt{
	position: absolute;
	width: 38%;
	left: 0;
	top: 0;	
	}
.map-prt iframe{
	width: 100%;
	border: none;
	overflow:hidden;
	height: 670px;
	}
.area-content h3{
	font-size: 40px;
	font-weight: 600;
	color:#000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}
.area-content h3 span{
	font-weight: normal;
	color:#d2161f;
	}
.area-content h4{
	font-size: 25px;
	font-weight: normal;
	color:#000;
	margin: 10px 0 0;
	padding: 0;
	}
.area-content p{
	font-size: 16px;
	color:#5f5f5f;
	margin: 10px 0 0;
	padding: 0;
	line-height: 30px;
	}
.area-content p span{
	color:#d2161f;
	font-weight: 600;
	text-transform: uppercase;
	}
.footer{
	background: url(../images/footer-bg.jpg) no-repeat;
	background-size: cover;
	}
.footer-top{
	padding: 75px 0;
	border-bottom: 1px solid #292929;
	}
.clr-wht{
	color: #aeaeae;
	}
.contact-form{
	background-color: #d2161f;
	padding: 35px;
	}
.contact-form .form-control {
	border-radius: 0;
	height: 55px;
	border: 2px solid #fff;
	color: #fff;
	background-color: transparent;
}
.contact-form textarea.form-control {
	border-radius: 0;
	border: 2px solid #fff;
	color: #fff;
	height: 175px;
	background-color: transparent;
}
.contact-form .form-control::-webkit-input-placeholder { 
  color: #fff;
}
.contact-form .form-control:-ms-input-placeholder {
  color: #fff;
}
.contact-form .form-control::placeholder {
  color: #fff;
}
.btn2 {
	background-color: #000;
	border: 1px solid transparent;
	border-radius: 0;
	float: right;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding:12px 25px;
	text-align: center;
}
.form-footer{
	margin: 20px 0 0;
	display: inline-block;
	width: 100%;
	}
.social-lnk {
	margin: 0;
	padding: 0;
	float:left;
}
.social-lnk li {
	float: left;
	margin-right: 15px;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}
.social-lnk li a {
	color: #fff;
	transition: all ease-in-out 0.3s;
}
.social-lnk li i {
	font-size: 17px;
	color: #fff;
}
.lst-bx p a{
    color: #ababab;
}
.footer-bttm{
	padding: 20px 0;
	}
.footer-menu{
	text-align: center;
	margin:0;
	padding:0;
	}
.footer-menu li{
	float: none;
	display: inline-block;
	margin:0 15px;
	padding:0;
	font-weight: 300;
	text-transform: uppercase;
	}
.footer-menu li a{
	color:#a3a3a3;
	}
.copyright {
	color: #a3a3a3;
	font-size: 15px;
	font-weight: 300;
	margin: 15px 0 0;
	padding: 0;
	text-align: center;
}
.copyright a{
	color: #d2161f;
}

/*################################## Contact ###############################################*/

.main-wrap {
	padding: 75px 0;
	display: inline-block;
	width: 100%;
}
.inr-banner img{
	width: 100%;
	}
.contact-map iframe{
	width: 100%;
	height: 350px;
	overflow: hidden;
	border:none;
	}

/*################################## About ###############################################*/

.about-img2 {
	padding-right: 30px;
	margin-bottom: 20px;
	float: left;
	width: 38%;
}
.wlcm-txt {
	padding-right: 40px;
}
.wlcm-txt h2 {
    font-size: 32px;
    font-weight: 600;
    color: #060606;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.wlcm-txt h2 span{
    font-weight: normal;
}
.wlcm-txt h2 em{
    font-weight: normal;
	color: #d2161f;
}
.wlcm-txt p {
	font-size: 16px;
	color: #6C6C6C;
	margin: 20px 0 0;
	padding: 0;
}

.main-wrap .gal-content {
	min-height: 262px;
	background-color: #f1f1f1;
	margin-bottom: 25px;
}

/*################################## Gallery ###############################################*/	
	
.effect {
  padding:3px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.img img {
  height: 100%;
  width: 100%;
}
.overlay-1 {
  background: #0452b1;
  bottom: -245px;
  color: #fff;
  font-size: 21px;
  height: 40px;
  left: 0;
  margin: auto;
  line-height:40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  opacity:0;
}
.overlay-1 a {
  color: #fff;
  padding: 0 10px;
}
.effect:hover .overlay-1 {
  bottom: 0px;
  opacity:1;
 -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.my-gallery {
  width:100%;
}	

/*==========================================
   ISOTOPE FILTERING STYLES
=====================================================*/

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/* ISOTOPE CSS3 TRANSACTIONS */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/* DISABLE ISOTOPE CSS3 TRANSACTIONS */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* DISABLE ISOTOPE CSS3 TRANSACTIONS FOR CONTAINERS WITH INFINITE SCROLLING */
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.bottom-section{
	padding:0 15px;
}
.masonry-item{ margin-bottom:15px;}
.masonry-item h3{ font-weight:700; margin-bottom:10px; font-size:20px;}


/*################################## Service ###############################################*/

.srvc-bx {
	border: 4px solid #e2e2e2;
	display: inline-block;
	width: 100%;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	margin-bottom: 25px;
}
.srvc-img {
	border-bottom: 4px solid #e2e2e2;
	height: 180px;
	overflow: hidden;
}
.srvc-img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.srvc-txt {
	padding: 15px;
}
.srvc-txt h3 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin: 0;
	padding: 0;
}
.srvc-txt p {
	color: #777777;
	margin: 15px 0 0;
	padding: 0;
}
.srvc-txt a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	padding: 8px 18px;
	margin: 12px 0 0;
	background-color: #d2161f;
	display: inline-block;
}

span.wpcf7-not-valid-tip {
	color: #fff;
}



/*################################## Responsive ###############################################*/

@media (max-width: 1199.98px) { 

.header {
    padding: 15px 0;
}
.contact-prt p {
    font-size: 20px;
}
.contact-prt p a span {
    font-size: 11px;
}
.navbar-nav li a {
    padding: 9px 4px;
    font-size: 11px;
}
.contact-prt img {
    margin-right: 4px;
}
.ban-text h3 {
    font-size: 45px;
	line-height: 76px;
}
.ban-text h3 em {
    font-size: 110px;
}
.banner {
    min-height: 380px;
}
.ban-text .btn-group a {
    font-size: 14px;
    padding: 8px 19px;
}
.about-txt {
    padding: 30px;
}
.about-txt h3 {
    font-size: 18px;
}
.about-txt p {
    font-size: 14px;
    line-height: 24px;
}
.shipping-title {
    font-size: 30px;
}
.main-title {
    font-size: 30px;
}
.main-pera {
    padding: 0;
}
.shipping-wrap {
    padding: 60px 0;
}
.cstm-rt-align .cstm2 span {
    width: 160px;
    left: -160px;
}
.cstm2 span {
    width: 160px;
    right: -160px;
}
.gal-txt h3 {
    font-size: 14px;
}
.gal-txt p {
    font-size: 13px;
    margin: 6px 0 0;
    line-height: 17px;
}
.gal-txt a {
    font-size: 12px;
    margin: 10px 0 0;
    padding: 6px 10px;
}
.gal-content {
    min-height: 190px;
}
.shipp-bx p {
    font-size: 13px;
    margin: 4px 0 0;
    line-height: 20px;
}
.area-sec {
    padding: 30px 20px;
}
.area-content h3 {
    font-size: 30px;
}
.area-content h4 {
    font-size: 20px;
    margin: 6px 0 0;
}
.area-content p {
    font-size: 14px;
    line-height: 27px;
}
.map-prt iframe {
    height: 625px;
}
.main-wrap .gal-content {
    min-height: 190px;
}

}

@media (max-width: 991.98px) { 

.contact-prt {
	margin: 0;
	}
.contact-prt p {
    font-size: 16px;
	line-height: 19px;
}
.navbar {
    float: right;
    margin: 0;
}
.navbar-nav li a {
    padding: 9px 6px;
    font-size: 12px;
}
.ban-text h3 {
    font-size: 30px;
    line-height: 50px;
}
.ban-text h3 em {
    font-size: 63px;
}
.ban-text p {
    font-size: 13px;
    line-height: 20px;
}
.ban-text .btn-group a {
    font-size: 12px;
    padding: 5px 12px;
}
.banner {
    min-height: 295px;
}
.banner:after {
    bottom: -45px;
    height: 45px;
}
.storage-sec {
    padding: 75px 0 35px;
}
.about-bx {
    margin: 30px 0 0;
}
.about-txt {
    padding: 15px;
}
.about-txt h3 {
    font-size: 14px;
}
.about-txt p {
    font-size: 12px;
    line-height: 20px;
	margin: 7px 0 0;
}
.about-txt a {
    font-size: 13px;
    margin: 14px 0 0;
    padding: 8px 13px;
}
.lst-bx {
    padding: 0;
}
.lst-bx h3 {
    font-size: 17px;
    margin: 10px 0 0;
}
.lst-bx p {
    font-size: 14px;
    margin: 10px 0 0;
}
.shipping-title {
    font-size: 22px;
}
.mid-image {
    padding: 0;
    margin: 50px 0 0;
}
.shipp-bx span {
    width: 42px;
    right: -42px;
}
.cstm-rt-align .shipp-bx span {
    left: -42px;
}
.cstm2 span {
    width: 60px;
    right: -60px;
}
.cstm-rt-align .cstm2 span {
    width: 60px;
    left: -60px;
}
.cstm-rt-align .cstm3 span {
    width: 40px;
}
.lft-img-prt {
    width: 100%;
    float: none;
}
.rt-prt {
    float: none;
    width: 100%;
}
.gal-content {
    min-height: 294px;
}
.gal-txt {
    padding: 42px;
}
.gal-txt h3 {
    font-size: 22px;
}
.gal-txt p {
    font-size: 15px;
    line-height: 25px;
}
.area-content h3 {
    font-size: 24px;
}
.area-content p {
    font-size: 13px;
    line-height: 23px;
}
.main-wrap .gal-content {
    display: inline-block;
}
.shipp-bx h3 {
	font-size: 15px;
}
.shipp-bx {
	min-height: 76px;
}

}

@media (max-width: 767.98px) {

.shipp-bx span {
    display: none;
}
.contact-prt {
    margin: 18px 0 2px;
    float: none;
}
.navbar {
    float: none;
    margin: 0;
	display: block;
}
.navbar-light .navbar-toggler {
    float: right;
	margin-top: -40px;
}
.navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
}
.navbar-nav {
    display: block;
}
.slider-prt {
    position: static;
    width: 100%;
}
.ban-text {
    position: static;
    top: 0;
    transform: translateY(0%);
    width: 100%;
    padding: 26px 0 15px;
}
.ban-text h3 {
    font-size: 20px;
    line-height: 40px;
}
.ban-text h3 em {
    font-size: 40px;
}
.banner:after {
    display:none;
}
.ban-text .btn-group a {
    font-size: 11px;
    padding: 5px 12px;
	margin-right: 6px;
}
.storage-sec {
    padding: 40px 0 35px;
}
.main-title {
    font-size: 20px;
}
.about-img {
    width: 100%;
    float: none;
}
.about-txt {
    padding: 20px;
	width: 100%;
    float: none;
}
.about-txt h3 {
    font-size: 17px;
}
.about-txt p {
    font-size: 14px;
    line-height: 24px;
    margin: 12px 0 0;
}
.mar-top-80 {
    margin-top: 40px;
}
.lst-bx {
    margin-bottom: 20px;
}
.shipping-wrap {
    padding: 30px 0;
}
.shipping-wrap {
    padding: 30px 0;
}
.shipping-title {
    font-size: 19px;
}
.mid-image {
    margin: 30px 0;
}
.gal-img {
    width: 100%;
    float: none;
}
.gal-txt {
    padding: 15px;
    float: none;
    width: 100%;
}
.float-left {
    float: none !important;
}
.map-prt {
    position: static;
    width: 100%;
}
.map-prt iframe {
    height: 340px;
}
.area-sec {
    padding: 30px 0;
}
.footer-top {
    padding: 40px 0 20px;
}
.contact-form {
    padding: 15px;
}
.form-footer {
    margin: 0;
}
.btn2 {
    float: none;
    font-size: 13px;
    padding: 6px 16px;
}
.social-lnk {
    margin: 12px 0 0;
    float: none;
}
.footer-menu li {
    margin: 0 9px;
    font-size: 12px;
}
.gal-txt h3 {
    font-size: 16px;
}
.about-img2 {
	padding-right: 0;
	float: none;
	width: 100%;
}
.wlcm-txt h2 {
	font-size: 19px;
}
.wlcm-txt {
	padding-right: 0;
}

}