/*
Theme Name: Wilderness Construction
Description: Wilderness  is simple responsive SEO friendly theme. 
Version: 0.1
Tags:  blog, news, featured-images, one-column, theme-options
Text Domain: Wilderness 
Domain Path: Wilderness 
Author: Developers
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* ALIGN TEXT */
.align-none{
    text-align: none;
}
.align-left{
    text-align: left;
}
.align-center{
    text-align: center;
}
.align-justify{
    text-align: justify;
}
.align-right{
    text-align: right;
}

/* WORDPRESS */
.alignleft,
.alignright{
    margin-top: 10px;
    margin-bottom: 10px;
}
.alignnone,
.aligncenter{
    margin-top: 25px;
    margin-bottom: 25px;
}
.alignleft{
    float:left;
    margin-right: 15px;
}
.alignright{
    float:right;
    margin-left: 15px;
}
.aligncenter{
    clear:both;
    display: block;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

.sticky,
.gallery-caption,
.screen-reader-text,
.bypostauthor{}

.wp-caption,
.wp-caption p{
    color: #ababab;
    font-size: 14px;
    line-height: 26px;
    max-width: 100% !important;
}
section .wp-caption p,
section .wp-caption p.wp-caption-text{
    color: #ababab;
    font-size: 14px;
    line-height: 26px;
    margin: 30px 0px;
}
.wp-caption img{
    display: block;
    margin: 0px auto;
    max-width: 100% !important;
}

div.gallery dl.gallery-item img,
div.gallery dl.gallery-item img a{
    border: none !important;
}

#gallery-1 .gallery-caption{
    color: #ababab;
    font-size: 14px;
    line-height: 26px;
    margin: 30px 0px;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*** CUSTOM CSS ***/

*{ 
	font-family:'Open Sans';
}
.text-center img {
	display: inline-block;
}
header .header-strip {
  background-image: url("img/others/header-strip.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 100%;
  padding: 25px 0;
  position: relative;
}
header .header-strip .header-contact {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
header .header-strip .header-contact ul {
	margin: 6px 0px;
}
header .header-strip .header-contact ul li {
  background-image: url("img/icons/arrow-icon.png");
  background-position: 84% center;
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
}
header .header-strip .header-contact ul li a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-family: "Poppins";
  text-transform: uppercase;
}
header .header-logo {
	position: relative;
	top: -30px;
}
header .header-top {
	padding: 10px 0px 0px;
}
header .header-top .mainmenu {
	padding-top: 25px;
}
header .header-top .mainmenu ul li a {
  color: #0f0f0f;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 24px;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background: none repeat scroll 0 0 #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; border-left:5px solid #000; padding-left:25px;}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover ,
header .mainmenu .navbar-nav li.current-menu-item a
{
	background: none;
	color: #ff6714;
}
header .header-bottom {
	position: relative;
}
header .header-bottom .carousel-caption {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 37%;
}
header .header-bottom .banner-contents h3 {
  color: #fff;
  font-family: "Roboto condensed";
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
header .header-bottom .banner-contents p {
  color: #fff;
  font-family: "Roboto condensed";
  font-size: 34px;
}
/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("https://a2roofingmichigan.com/wp-content/themes/wildernessconstruction/img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 41px;
	left: 0;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 24px;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("https://a2roofingmichigan.com/wp-content/themes/wildernessconstruction/img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 41px;
	right: 0;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 24px;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
  position: absolute;
  right: 0;
  top: 45%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ff6714;
}
.holder .free-section {
  padding: 70px 0;
}
.holder .free-section .free-heading h3 {
  color: #191919;
  font-size: 25px;
  text-transform: uppercase;
}
.holder .free-section .free-wrap {
  padding-top: 80px;
}
.holder .free-section .free-contents h3 {
  color: #000;
  font-size: 29px;
  font-weight: 600;
  padding-top: 30px;
}
.holder .free-section .free-contents p {
  color: #5e5e5e;
  font-size: 17px;
  line-height: 1.4;
}
.holder .free-section .free-contents a {
  color: #000;
  font-size: 34px;
  text-decoration: none;
}
.holder .free-section .free-contents {
  padding: 0 15px;
}
.holder .why-section {
  background-image: url("img/others/why-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15% 0px;
}
.holder .why-section .why-contents h3 {
  color: #fff;
  font-size: 38px;
  font-family: "Poppins";
}
.holder .why-section .why-contents p {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
}
.holder .why-section .why-contents a {
  color: #fff;
  font-size: 19px;
  background-color: #ff6714;
  border-radius: 50px;
  padding: 10px 30px;
}
.holder .why-section .why-contents {
  padding-top: 110px;
}
.holder .why-section .why-img {
  position: relative;
  top: 20px;
}
.holder .roof-section {
  padding: 60px 0;
}
.holder .roof-section .roof-contents p {
  color: #626262;
  font-size: 17px;
  line-height: 1.7;
}
.holder .roof-section .roof-list ul li {
  color: #171717;
  font-size: 21px;
}
.holder .roof-section .roof-list ul li i {
	color: #E06F1D;
	margin-right: 10px;
}
.holder .contact-section {
  background-image: url("img/others/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 19% 0;
}
.holder .contact-section .contact-form h3 {
  color: #fff;
  font-family: "Poppins";
  font-size: 38px;
  font-weight: 600;
  padding-bottom: 40px;
}
.holder .contact-section .contact-wrap {
	margin-bottom: 20px;
}
.holder .contact-section .contact-form .form-group {
	margin-bottom: 0px;
}
.holder .contact-section .contact-form .form-control {
  color: #fff;
  font-size: 16px;
  background-color: transparent;
  border-radius: 5px;
}
.holder .contact-section .contact-form input {
	height: 50px;
}
.holder .contact-section .contact-form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.holder .contact-section .contact-form .form-control::-moz-placeholder {
  color: #fff;
}
.holder .contact-section .contact-form .form-control:-ms-input-placeholder {
  color: #fff;
}
.holder .contact-section .contact-form .form-control::-ms-input-placeholder {
  color: #fff;
}
.holder .contact-section .contact-form .form-control::placeholder {
  color: #fff;
}
.holder .contact-section .contact-form .submit-btn a,.holder .contact-section .contact-form .submit-btn input[type="submit"] ,.btn-send{
  background-color: #ff6714 !important;
  border-radius: 25px;
  color: #fff;
  font-size: 19px;
  padding: 8px 30px;
  border:none;
}


.newsletter input[type="submit"] {
	background:transparent !important;
	border:none !important;
	color: #fff !important;
	font-size: 14px !important;
	padding: 7px 15px !important;
	cursor:pointer;
}
.holder .contact-section .contact-form .input-group {
  height: 40px;
}
.holder .news-section {
  padding: 70px 0;
}
.holder .news-section .news-heading h3 {
  color: #0f0f0f;
  font-family: "Poppins";
  font-size: 38px;
  font-weight: 600;
}
.holder .news-section .news-heading p {
  color: #191919;
  font-family: "Poppins";
  font-size: 22px;
}
.holder .news-section .news-wrap {
  padding-top: 50px;
}
.holder .news-section .news-content h3 {
  color: #2f2f2f;
  font-size: 18px;
  text-transform: capitalize;
}
.holder .news-section .news-content h4 {
  color: #4f4f4f;
  font-size: 14px;
  font-style: italic;
}
.holder .news-section .news-content p {
  color: #585858;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0px;
}
.holder .news-section .news-content a {
  color: #ff6714;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
}
.holder .news-section .news-content {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px #a8a8a8;
  -webkit-box-shadow: 0 0 3px #a8a8a8;
  -moz-box-shadow: 0 0 3px #a8a8a8;
  margin-left: -130px;
  top: 20px;
  padding: 24px;
  width: 100%;
  position:relative;
}
footer .footer-section {
  background-image: url("img/others/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 12% 0px 10px;
}
footer .footer-section .footer-wrap h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .footer-section .footer-menu ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
footer .footer-section .footer-menu ul li a i {
	margin-right: 6px;
}
footer .footer-section .footer-address ul li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
footer .footer-section .footer-wrap .footer-address ul .location {
  background-image: url("img/icons/contact-1.png");
  background-position: left 13%;
  background-repeat: no-repeat;
  padding: 0 0 10px 30px;
}
footer .footer-section .footer-wrap .footer-address ul .phone {
  background-image: url("img/icons/contact-2.png");
  background-position: left 15%;
  background-repeat: no-repeat;
  padding: 0 0 10px 30px;
}
footer .footer-section .footer-wrap .footer-address ul .mail {
  background-image: url("img/icons/contact-3.png");
  background-position: left 34%;
  background-repeat: no-repeat;
  padding: 0 0 10px 30px;
}
footer .footer-section .footer-wrap .newsletter p {
  color: #fff;
  font-size: 15px;
}
footer .footer-section .footer-wrap .newsletter .input-group input {
  border-radius: 0;
  font-size: 13px;
}
footer .footer-section .footer-wrap .newsletter .input-group span a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 7px 15px;
  vertical-align: middle;
}
footer .footer-section .footer-wrap .newsletter .input-group span {
  background-color: #203726;
  border: 1px solid #203726;
  border-radius: 0;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 2px;
}
footer .footer-section .footer-wrap {
  border-bottom: 1px solid #646464;
  padding-bottom: 40px;
}
footer .footer-section .footer-logo {
  margin-top: 40px;
  position: relative;
}
footer .footer-section .copyrights p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  padding-top: 30px;
}
footer .footer-section .social-icons ul li a i {
  color: #fff;
  font-size: 33px;
}
footer .footer-section .social-icons ul li {
  padding: 0px 5px;
}
footer .footer-section .social-icons {
	padding-top: 30px;
}

/** Custom css **/
a:focus{ outline:none;}
.contact-section div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	color: #fff;
}
.contact-section div.wpcf7-mail-sent-ok{
	color:#fff;
}
header .header-top.header-inner-top {
	padding: 10px 0px 0px;
	border-bottom: 2px solid #203726;
	margin-bottom: 20px;
}
.box-holder-inner{
	margin-top:2%;
	margin-bottom:2%;
}
.title h2{
	text-transform:uppercase;
	font-size: 26px;
}
.box-holder-inner p,.box-holder-inner ul li a,.box-holder-inner ul li{
	text-align:justify;	
    color: #5e5e5e;
    font-size: 17px;
    line-height: 1.7;
	
}
.sidebar-holder ul li{
	list-style:none;
}
.sidebar-holder ul li:before {
  content: "\f101"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
 margin-right:5px;
}
.img_bg img,.sidebar-holder{
	border:1px solid #ddd;
	padding:3px;
	border-radius: 3px;

}
.sidebar-holder{
	padding:10px 20px;
}
.blog_con h4{
	font-size: 20px;
	line-height: 1.5;
}
.widgettitle {
	text-transform: uppercase;
	font-size: 20px;
}
/*** CUSTOM PAGINATION ***/
.custom-pagination {text-align:center;}
.custom-pagination span,.custom-pagination a {display: inline-block;padding: 6px 14px
!important;border-radius: 4px;font-size: 14px;line-height: 1.8;}
.custom-pagination a {background-color: #47515B;color: #fff;}
.custom-pagination a:hover {background-color: #47515B;color: #fff;}
.custom-pagination span.page-num {margin-right: 10px;padding: 0;}
.custom-pagination span.dots {padding: 0;color: #000;}
.custom-pagination span.current {background-color: #ff6714;color: #fff;}


/*RESPONSIVE*/
@media screen and (max-width: 1920px) {
	.holder .why-section {
	  padding: 10% 0;
	}
	.holder .contact-section {
	  padding: 16% 0;
	}
	.holder .why-section .why-img {
	  top: 100px;
	}
	footer .footer-section {
	  padding: 16% 0 10px;
	}
}
@media screen and (max-width: 1600px) {
	.holder .why-section {
	  padding: 9% 0;
	}
	.holder .why-section .why-img {
	  top: 57px;
	}
	footer .footer-section {
	  padding: 13% 0 10px;
	}
}
@media screen and (max-width: 1440px) {
	.holder .why-section .why-img {
	  top: 47px;
	}
}
@media screen and (max-width: 1366px) {
	.holder .why-section {
	  padding: 90px 0;
	}
	.holder .why-section .why-img {
	  top: 14px;
	}
	.holder .contact-section {
	  padding: 11% 0;
	}
	footer .footer-section {
	  padding: 130px 0 10px;
	}
}

@media screen and (max-width: 1365px) {
	header .header-strip {
	  background-position: 60% 20%;
	}
	header .header-strip .header-contact ul li {
	  background-position: 86% center;
	}
	header .header-top .mainmenu ul li a {
	  font-size: 15px;
	}
	header .header-strip .header-contact ul {
		margin: 10px 0px;
	}
	header .header-strip .header-contact ul li a {
	  font-size: 18px;
	}
	.holder .free-section .free-contents h3 {
	  font-size: 20px;
	}
	.holder .free-section .free-contents p {
	  font-size: 15px;
	  min-height: 100px;
	}
	.holder .free-section .free-contents a {
	  font-size: 25px;
	}
	.holder .why-section {
	  padding: 90px 0;
	}
	.holder .why-section .why-contents h3 {
	  font-size: 30px;
	}
	.holder .why-section .why-contents p {
	  font-size: 15px;
	}
	.holder .why-section .why-img {
	  top: 18px;
	}
	.holder .news-section .news-wrap {
	  padding-left: 70px;
	}
	.holder .roof-section .roof-contents p {
	  font-size: 15px;
	}
	.holder .roof-section .roof-list ul li {
	  font-size: 16px;
	}
	.holder .news-section .news-content h3 {
	  font-size: 15px;
	}
	.holder .news-section .news-content h4 {
	  font-size: 12px;
	}
	.holder .news-section .news-content p {
	  font-size: 13px;
	}
	.holder .news-section .news-content a {
	  font-size: 14px;
	}
	.holder .news-section .news-content {
	  padding: 15px;
	}
	.holder .contact-section {
		padding: 13% 0;
	}
	footer .footer-section .footer-address ul li a {
	  font-size: 12px;
	}
}
@media screen  and (min-width: 1190px) and (max-width: 1280px) {
	.holder .why-section .why-img {
	  top: 14px;
	}
}
@media screen and (max-width: 1023px) {
	header .header-strip {
	  background-position: 43% 20%;
	}
	header .header-strip .header-contact ul li {
	  background-position: 80% center;
	}
	header .header-top .mainmenu ul li a {
	  font-size: 14px;
	  padding: 0 10px;
	}
	header .header-bottom .carousel-caption {
	  top: 27%;
	}
	.holder .free-section .free-wrap {
	  padding-top: 40px;
	}
	.holder .free-section .free-contents h3 {
		font-size: 20px;
		padding-top: 20px;
	}
	.holder .free-section .free-contents p {
	  font-size: 13px;
	  min-height: 100px;
	}
	.holder .free-section .free-contents a {
	  font-size: 20px;
	}
	.holder .why-section .why-contents h3 {
	  font-size: 20px;
	}
	.holder .why-section .why-contents p {
	  font-size: 13px;
	}
	.holder .why-section .why-contents a {
	  font-size: 15px;
	  padding: 7px 25px;
	}
	.holder .why-section .why-contents {
	  padding-top: 90px;
	}
	.holder .why-section .why-img {
	  top: 5px;
	}
	.holder .why-section {
	  padding: 20px 0 52px;
	}
	.holder .roof-section .roof-contents p {
	  font-size: 13px;
	}
	.holder .roof-section .roof-list ul li {
	  font-size: 13px;
	}
	.holder .contact-section {
	  padding: 8% 0;
	}
	.holder .contact-section .contact-form h3 {
	  font-size: 30px;
	  padding-bottom: 20px;
	}
	.holder .contact-section .contact-form .submit-btn a {
	  font-size: 15px;
	  padding: 6px 25px;
	}
	.holder .news-section .news-heading h3 {
	  font-size: 30px;
	}
	.holder .news-section .news-heading p {
	  font-size: 18px;
	}
	.holder .news-section .news-content {
	  margin-top: 35px;
	}
	.holder .news-section .news-wrap {
	  padding-left: 110px;
	}
	.holder .news-section .news-content h4 {
	  font-size: 13px;
	}
	footer .footer-section {
	  padding: 140px 0 10px;
	}
	footer .footer-section .footer-wrap h3 {
	  font-size: 13px;
	}
	footer .footer-section .footer-menu ul li a {
	  font-size: 13px;
	}
	footer .footer-section .footer-wrap .newsletter p {
	  font-size: 13px;
	}
	footer .footer-section .copyrights p {
	  font-size: 13px;
	}
	footer .footer-section .social-icons ul li a i {
	  font-size: 25px;
	}
}

@media screen and (max-width: 767px) {
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #203726;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	header .header-logo {
	  top: 0;
	}
	header .header-strip .header-contact ul li a {
	  font-size: 13px;
	}
	header .header-strip .header-contact ul li {
	  background-position: 71% 67%;
	}
	header .header-strip {
	  background-position: 35% 20%;
	  padding: 16px 0;
	}
	header .header-strip .header-contact ul {
	  margin: 0px 0;
	}
	header .header-top .mainmenu {
	  padding-top: 0;
	}
	header .header-top {
	  padding: 10px 0px;
	}
	header .header-bottom .banner-contents h3 {
	  font-size: 20px;
	}
	header .header-bottom .banner-contents p {
	  font-size: 15px;
	}
	header .header-bottom .carousel-caption {
	  top: 14%;
	}
	.holder .free-section {
	  padding: 30px 0;
	}
	.holder .free-section .free-contents p {
	  min-height: auto;
	}
	.holder .free-section .free-contents {
	  margin-bottom: 30px;
	}
	.holder .why-section {
	  padding: 10px 0 85px;
	  background-position: center;
	}
	.holder .why-section .why-contents p {
	  font-size: 13px;
	}
	.holder .why-section .why-contents h3 {
	  font-size: 18px;
	}
	.holder .why-section .why-img {
	  top: 13px !important;
	}
	.holder .roof-section {
	  padding: 20px 0px;
	}
	.holder .roof-section .roof-list ul {
	  margin-bottom: 0px !important;
	}
	.holder .contact-section {
	  padding: 23% 0;
	  background-position: center;
	}
	.holder .contact-section .contact-form h3 {
	  font-size: 20px;
	  padding-bottom: 10px;
	}
	.holder .contact-section .contact-form .form-control {
	  font-size: 13px;
	}
	.holder .contact-section .contact-form input {
	  height: 40px;
	}
	.holder .contact-section .contact-form .submit-btn a {
	  font-size: 13px;
	  padding: 7px 25px;
	}
	.holder .news-section {
	  padding: 30px 0px;
	}
	.holder .news-section .news-heading h3 {
	  font-size: 20px;
	}
	.holder .news-section .news-heading p {
	  font-size: 13px;
	}
	.holder .news-section .news-wrap {
	  padding-top: 20px;
	}
	.holder .news-section .news-content {
	  border: 1px solid #a8a8a8;
	  margin-bottom: 30px;
	  margin-left: 0;
	  margin-top: 0;
	  top: 10px;
	}
	.holder .news-section .news-wrap {
	  padding-left: 0px;
	}
	footer .footer-section {
	  background-position: 40% 100%;
	  padding: 80px 0 10px;
}
	footer .footer-section .footer-logo {
	  text-align: center;
	}
	footer .footer-section .footer-menu {
	  margin: 20px 0;
	}
	footer .footer-section .social-icons {
	  margin-top: 0px;
	  text-align: center !important;
	}
	footer .footer-section .copyrights p {
	  text-align: center;
	}
	.sidebar-holder {
	/* padding: 10px 20px; */
	margin-top: 15%;
 }
}

@media screen and (min-width: 480px) and (max-width: 736px) {
	header .header-strip .header-contact ul li {
	  background-position: 78% 70%;
	}
	.holder .why-section .why-img {
	  top: 18px;
	}
}
@media screen and (max-width: 414px) {
	.holder .why-section .why-img {
	  top: 17px;
	}
}

@media screen and (min-width: 360px) and (max-width: 375px) {
	.holder .why-section .why-img {
	  top: 12px;
	}
}

@media screen and (max-width: 320px) {
	header .header-strip .header-contact ul li {
	  background-position: 65% 67%;
	}
}