/*
	Theme Name: AVHD
	Theme URI: https://www.customadesign.com/
	Author: CAD Developer
	Version: 1.0
	Description: Custom A Design Wordpress Theme Framework utilizes the use of bower and gulp. to be used for bootstrap and it's powerful LESS files
*/
header .head-container {
	margin-top: 0;
	padding: 40px 0;
}
body{
	font-family: 'Lato', sans-serif !important;
}
a {
	transition: all .2s;
}
/*live update */
@media screen and (max-width:1024px){
    .page-id-4 div .left-caption {
    width: 37% !important;
    top: 33%;
}
}
@media screen and (min-width:1025px) and (max-width:1280px){
div .left-caption {
    width: 35%;
    margin-left: auto;
    position: relative;
    top: 32%;
    transform: translateY(-50%);
}
div .about-s-title {
    width: 62%;
    text-align: center;
}
div .left-caption p {
    font-size: 20px;
}
.page-id-4 div .left-caption {
    width: 28% !important;
    top: 33%;
}
}
@media screen and (min-width:1281px) and (max-width:1366px){
div .left-caption {
    width: 35%;
    margin-left: auto;
    position: relative;
    top: 32%;
    transform: translateY(-50%);
}
div .about-s-title {
    width: 62%;
    text-align: center;
}
div .left-caption p {
    font-size: 20px;
}
.page-id-4 div .left-caption {
    width: 34% !important;
    top: 33%;
}
}
@media screen and (min-width:1367px) and (max-width:1440px){
div .left-caption {
    width: 35%;
    margin-left: auto;
    position: relative;
    top: 32%;
    transform: translateY(-50%);
}
div .about-s-title {
    width: 62%;
    text-align: center;
}
div .left-caption p {
    font-size: 20px;
}
.page-id-4 div .left-caption {
    width: 39% !important;
    top: 33%;
}
}
@media screen and (min-width:1441px) and (max-width:1600px){
div .left-caption {
    width: 35%;
    margin-left: auto;
    position: relative;
    top: 32%;
    transform: translateY(-50%);
}
div .about-s-title {
    width: 46%;
    text-align: center;
}
div .left-caption p {
    font-size: 20px;
}
}
@media screen and (min-width:1600px) and (max-width:1680px){
div .left-caption {
    width: 37%;
    margin-left: auto;
    position: relative;
    top: 32%;
    transform: translateY(-50%);
}
div .about-s-title {
    width: 46%;
    text-align: center;
}
div .left-caption p {
    font-size: 20px;
}
}
/* End of Live update */
a:hover, a:focus{
	color:#C8161D !important;
	text-decoration: none !important;
}
.display-table {
	display: table;
	height: 500px;
	width: 100%;
}
.display-table2 {
	display: table;
	height: 600px;
	width: 100%;
}
.table-cell {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

/* //===================== */

.image-background {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;

}
.message {
	color: white;
	font-size: 75px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
	font-family: sans-serif;
}
.contact-details{
	color:white;
	margin-top: 32%;
}
.contact-form{
	margin-top: 5%;
}

.banner-p-txt{
	line-height: 30px;
	font-size: 17px;
}

ul{
	list-style: none !important;
	padding: 0 !important;
}
.underline{
	padding-bottom: 15px;
	border-bottom: solid #C8161D 2px;
	margin-bottom: 15px;
}
.underline2{
	padding-bottom: 4%;
	border-bottom: solid white 1px;
}

.footer-section{
	padding-top: 6%;
	padding-bottom: 3%;
}
.footer-logo{
	margin-top: 4%;
}

.hr-index{
	width:90% !important;
	margin-top: 40px;
	margin-bottom: 90px;
}

.index-txt-p{
	font-weight: 300 !important;
	font-size: 16px;
	line-height: 33px;
	padding-left: 15px !important;
}
.index-txt-p li {
	list-style-type:disc;

}
.services a,.services a:hover {color:#fff !important;}

#menu-header-menu >li> a{
	text-transform: uppercase;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	color: #000;
}

.main > li, #menu-header-menu >li {
	font-size: 10pt !important;
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/
	border-right: solid 1px black;
	position: relative;
}

.main > li:hover, .main > li.active, #menu-header-menu >li:hover, #menu-header-menu >li.active {
	background-color: #eee;
}

.main > li:after, #menu-header-menu >li:after {
    content: '';
    background-color: #C8161D;
    height: 2px;
    width: 0%;
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    transition: all .2s;
}

.main > li:hover:after, .main > li.active:after, #menu-header-menu >li:hover:after, #menu-header-menu >li.active:after  {
    width: 100%;
}

.main > li >a, #menu-header-menu >li >a {
    padding: 0 30px;
}

.main >li > a{
	color: #333333;
	font-size:18px;
}

.main >li:last-child > a{
	padding-right:0px !important;
	z-index:100 !important;
}

.main >li:last-child, #menu-header-menu >li:last-child{
	border-right: solid 1px transparent;
	padding-right:0px !important;
	margin-right: 0px !important;

}

.main >li:first-child, #menu-header-menu >li:last-child{
	padding-left: 0px !important;
}

.full-text{
	letter-spacing: 12px;
	margin-top: 60px;
}
.navi > li{
	font-size: 11pt !important;

	padding-left: 1%;
	padding-right: 1%;
	border-right: solid 1px;
}
.services{
	background-color: #C8161D;
	color: white;
	padding-bottom: 5%;
	padding-top: 3%;
}
.services h1{
	margin-bottom: 4%;

	font-size: 49px;
	position: relative;
	font-weight: 400;
	left: -11px;
	top: -7px;
}
.myslider{
	margin-top: 5%;
	margin-bottom: 6%;
}
footer{
	background-color:#37474f;
	color: white;
}
footer a{
	color: white;
}
.footer2{
	background-color: #263237;
}


.pricing-contact{
	background-color: #C8161D;
	padding-top: 3%;
	padding-bottom: 3%;
	color: white;
}
.offers{
	padding-top: 4%;
	padding-bottom: 4%;
}
.wwd{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 50px;
}
.cadlogo{
	margin-top: 10%;
	color: white;
	font-weight: 300;
}
.allrights{
	margin-top: 4%;
	color: white;
	font-weight: 300;
}
.footer-content2{
	margin-top: 1%;
	margin-bottom: 2%;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px !important;
}

.btn-danger{
	color: #fff !important;
	background-color: #c8161d !important;
	border-color: #c8161d !important;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
	padding-left: 17px !important;
	padding-right: 17px !important;
	font-size: 18px !important;
}

.estimate-btn{
	margin-top: 6%;
}
.wwd-btn{
	margin-left: 42%;
}

/*.wwd-underline:after {
content: ' ';
display: block;
width: 90px;
margin: 20px auto;
height: 10px;
background-color: #C8161D;
}*/

.hr-style {
	padding-top: 18px;
}

.offer-msg {
	color: white;
	z-index: 999999;
	margin:10% auto;
	/*margin-top: -56%;*/
	font-weight: 600;
	/*margin-left: 25px;*/
	/*margin-right: 25px;*/
	font-size: 16px;
}

.learn-more-btn {
	/*border: solid 1px black !important;*/
	padding-top: 13px !important;
	padding-bottom: 13px !important;
	padding-left: 17px !important;
	padding-right: 17px !important;
	font-size: 18px !important;

}

.pipeline {
	margin-left: 10px;
	margin-right: 10px;
}

.index-price {
	font-size: 60px;
}

.index-price-2 {
	font-size: 60px;
	/*margin-top: 40px;*/
}

.index-price-2 span {
	font-size: 25px;
}

.free-hopper {
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
}

.privacy {
	color:white !important;
}

.big-index-p {
	font-size: 19px;
	margin-bottom: 25px;
}

.index-imgs {
	margin-top: 50px;
	margin-bottom: 50px;
}

.contact-h2 {
	margin-bottom: 25px;
}

.contact-h1 {
	margin-bottom: 25px;
}

.contact-span {
	font-size: 17px; display:block;
}

.gravi-title {
	color:white;
	margin-top: 0px !important;
}

.footer-titles {
	font-weight: 300;
	color:#e4e6e8;
}

.footer-hr {
	border-top:1px solid #cccccc;
	margin-top: 0px;
}

.footer-logo {
	margin-bottom: 35px;
}

.footer-about-company {
	font-weight: 300;
}

.social-link {
	margin-left: 10px !important;
}

.footer-address {
	color:white;
	font-weight: 300;
	font-size: 15px;
}

.footer-tel {
	color:white;
	font-weight: 300;
	font-size: 17px;
}

.footer-mail {
	color:white;
	font-weight: 300;
	font-size: 20px;
}

#menu-footer-menu >li > a {
	font-weight: 300 !important;
	color:#f2f3f3;
	font-size:15px !important;
}

.footer-navigation >li{
	margin-bottom: 15px;
}

.footer-navigation >li > a {
	font-weight: 300;
}

.pricing-contact a {
	color: #fff;
	text-decoration: none;
}

.pricing-contact h1:hover {
	color: #D8D1D1;
}

.gform_wrapper .top_label .gfield_label {
	/*color: transparent !important;*/
}

.gform_wrapper .top_label input.large , .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	padding-left: 17px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	color: #666666 !important;
	font-weight: 600 !important;
	font-size: 14px !important;
}

.gform_wrapper {
	margin-top: -22px !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	font-size: 1em;
	border: 1px solid white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	font-size: 18px !important;
	float:right;
	padding-right: 35px;
	color: white;
	background-color: transparent;
	margin-right: 38px;
	transition: all .2s;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #c8161d;
	border: 1px solid #c8161d;
}

.page-id-10 .gform_wrapper .gform_footer input.button,.page-id-10 .gform_wrapper .gform_footer input[type=submit] {
	color: #666;
	border: 1px solid #666;
}

.page-id-10 .gform_wrapper .gform_footer input.button:hover,.page-id-10 .gform_wrapper .gform_footer input[type=submit]:hover {
	color: #FFF;
}

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	width: 93.2% !important; 
}

.gform_confirmation_message {
	/*color:red !important;*/
}


.image-background {
	background: url('images/home-ent-img.png');
	background-repeat:no-repeat;
	background-size: 100% 100%;
}

.service-index {
	color:white;
}

.service-index:hover {
	color:black !important;
}

p {
	font-size:20px;
}

.listing {
	list-style: initial !important;
	font-size:16px;
	font-weight:bold;
}

.home .gform_wrapper .top_label .gfield_label {
	color: #fff !important;
}

.gform_wrapper {
	margin: 10px 0px 60px !important;
}

.dropdown-submenu&gt;.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active&gt;.dropdown-menu{display:block;}
.dropdown-submenu&gt;a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active&gt;a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left&gt;.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.dropdown:hover > ul.dropdown-menu{
	display:block ;
	padding: 0 !important;
}

.dropdown-menu {
	top: 40px !important;
	margin-top: 10px !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15 {
	width: 20% !important;
	float: left;
}

.menu-item-16 span.wprmenu_icon.wprmenu_icon_par.icon_default {
	width:100% !important;
}

.offers .offer {
	position: relative;
}

.offers .offer img {
	width: 100%;
}

.offers .offer .text {
	text-align: center;
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px 3px black;
	padding: 15px;
}

.offers .offer .text p {
	margin: 0;
	font-weight: normal;
}

ul {
	list-style-type: disc !important;
	padding: 0 0 0 25px!important;
}

ul, ol {

	text-align: left;
}

#menu-header-menu >li> a {
	font-size: 16px !important;
}

.contact-span {
	line-height: 15px;
}

.contact-span a {
    color: #FFF;
}

.dropdown-menu {
	list-style: none !important;
}

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; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.page-id-4 div#wp-entry p {
	font-size: 18px !important
}

/* 7 20 2017 */
.btn {
	transition: all .2s;
}

.btn:hover {
    background-color: #FFF !important;
    border-color: #000 !important;
    color: #000 !important;
}

.send-a-msg .gform_wrapper .gfield_required {
	color: #ffffff;
}

/* 7 21 2017 */
ul#menu-footer-menu > li {
    position: relative;
}

ul#menu-footer-menu li ul.sub-menu {
	display: none;
	opacity: 0;
	padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #4f6772;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: all .2s;
}

ul#menu-footer-menu li:hover ul.sub-menu {
	display: block;
	opacity: 1;
}

p.date {
    color: #999;
    margin-bottom: 70px;
}

a.btn-readmore {
    font-weight: bold;
    text-transform: uppercase;
    border: solid 1px #EEE;
    padding: 15px;
    display: inline-block;
    margin-top: 50px;
    color: #fff !important;
    background-color: #c8161d !important;
    border-color: #c8161d !important;
}

a.btn-readmore:hover{
	background-color: #FFF !important;
    border-color: #000 !important;
    color: #000 !important;
}

.col-sm-6.blog-image a {
    display: block;
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

h3#comments {
    color: #888;
}

ol.commentlist {
    padding: 0;
}

ol.commentlist li {
    display: block;
}

ol.commentlist li ul {
    padding-left: 50px !important;
}

article.comment-body {
    border: solid 1px #DDD;
    padding: 20px;
    margin-bottom: 15px;
}

.comment-author.vcard img {
    float: left;
    margin-right: 20px;
}

footer.comment-meta, footer.comment-meta a {
    background-color: transparent;
    color: #888;
}

.comment-content {
    margin-top: 20px;
    padding-left: 50px;
}

.comment-content p {
    font-size: 15px;
}

.reply {
    text-align: right;
}

.reply a {
    color: red;
}

.heateor_sss_sharing_title {
    font-size: 32px;
    color: #888;
    margin-top: 50px;
}

a.blog-post-title h1{
	color: #C90E17;
}

a.blog-post-title:hover h1{
	color: #337ab7;
}

.post-list.row{
	margin-top: 100px;
}

#respond #commentform input#submit{
	background-color: #C8161D;
	color: #FFF;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
}

/*.tv-install-col{
	max-height: 430px;
}*/

.center-cont{
	margin-left: auto;
	margin-right: auto;
}

/* 2 12 2018 */
a.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, .75);
    font-size: 30px;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #ffffff;
    transform-origin: bottom right;
    transform: scale(0);
}

a.back-to-top.show {
    transform: scale(1);
}

#sticky-nav {
    position: fixed;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #aaaaaa;
    z-index: 1;
    transition: all .3s;
    transform: translateY(-100%);
}

#sticky-nav.show {
    transform: translateY(0%);
}

#sticky-nav ul.sticky-ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0;
}

#sticky-nav ul.sticky-ul > li {
    display: table-cell;
    width: 1%;
    text-align: center;
    padding: 15px;
}

@media (max-width: 991px){
	.single article .featured-image{
		max-width: 300px;
		width: 100%;
	}
	.gform_wrapper .gform_footer input.button, 
	.gform_wrapper .gform_footer input[type=submit]{
		float: left;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	#input_1_5 div,
	#input_2_5 div{
		margin: auto;
	}
}

@media (max-width: 768px){
	#sticky-nav,.navigation{
		display: none !important;
	}
	.col-sm-6.blog-image a{
		height: initial !important;
	}
	.post-4 .images {
		display: block !important;
	}
}
@media (max-width: 640px ){
	img.alignleft{
		width: 330px;
		display: block;
	    float: unset;
	    text-align: center;
	    margin: auto;
        margin-bottom: 30px;
	}
}
@media ( max-width:600px ) {
	.servs{
		width: 50% !important;
		float: unset !important;
    	display: inline-table !important;
	}
	.listServices{
	    width: 80%;
		margin: auto;
	}
}
@media (min-width: 568px){
	.single article .featured-image{
		float: left;
		padding-right: 20px;
	}
}

@media (max-width: 567px){
	.xs-pt-center-cont{
		margin-right: auto;
		margin-left: auto;
	}
}
@media ( max-width:500px ) {
	.listServices{
	    width: 100%;
	}
	.index-txt-p li{
		font-size: 15px;
	}
}

@media (max-width: 414px){
	.post-4 .col-sm-6 .images img {
		width: 100%;
	}
}

@media (max-width: 380px ){
	img.alignleft{
		width: 100%;
	}	
}
@media (max-width: 360px){
	.image-background .container{
		width: 300px;
	}
	#input_1_5,
	#input_2_5{
		transform: scale(.9);
	}
	#input_1_5 div,
	#input_2_5 div{
		margin-left:-20px;
	}
	.servs{
		width: 100% !important;
		text-align: center !important;
	}
}
/* 9 14 2017 */
#commentform .required {
    color: #F00;
}

textarea#comment {
    max-width: 100%;
}

.bx-wrapper .bx-controls {
    opacity: 1 !important;
}

.bx-wrapper .bx-prev {
    left: -85px !important;
}

.bx-wrapper .bx-next {
    right: -50px !important;
}

#menu-footer-menu li.current-menu-item > a {
    color: red !important;
}

.what-we-do {
    margin-top: 40px;
}

.contact-h1 a {
    color: #fff;
}

p.comment-form-comment {
    display: grid;
}

header {
    border-top: 3px solid #C8161D;
}

.page-header{
	border-bottom: none;
	position: relative;
	height: 300px;
	background-size: cover;
	margin: 0 0 40px !important;
	padding: 0 !important;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #C90F17;
    mix-blend-mode: multiply;
}

.page-header * {
    color: #fff;
}

.page-header h1 {
	position: absolute;
    font-size: 40px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.warranty-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.flex {
    display: flex;
    align-items: center;
}

.warranty-logo p {
    margin: 0;
}

.page-header .container {
	height: 100%;
	position: relative;
}

.dropdown:hover > ul.dropdown-menu {
	display: block;
    padding: 10px 30px !important;
    left: 0;
    min-width: 240px !important;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.16), 0px 6px 10px 0 rgba(0,0,0,0.12);
}

.dropdown-menu > li {
	border-bottom: 1px #DDDDDD solid;
}

.dropdown-menu > li:last-child{
	border-bottom: unset;
}

.dropdown-menu > li a {
	padding: 20px 0 !important;
    position: relative;
    color: #212121 !important;
	text-transform: capitalize;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.dropdown-menu > li.active a, 
.dropdown-menu > li a:hover, 
.dropdown-menu > li a:focus {
	color: #C90F17 !important;
	background: unset !important;
	margin-left: 20px;
}

.dropdown-menu > li.active a:before,
.dropdown-menu > li a:hover:before,
.dropdown-menu > li a:focus:before {
    content: "";
	position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
	border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.nav > li a {
	font-size: 16px !important;
}

.footer-logo img {
    width: 25%;
}

.head-container img{
	width: 50%;
}

.page-id-325 img.hvr-backward.alignnone {
    height: 300px;
    object-fit: cover;
}

.left-caption {
    width: 35%;
    margin-left: auto;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}
section#sticky-nav {
    top: 0;
}

.footer-logo img {
	transition: all .3s ease-in-out;
}
.footer-logo img:hover {
	transform: scale(.95);
}

/*.listServices div:first-child{
	margin-left: 8%;
}*/

.listServices {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
	.listServices .servs {
	    width: 20%;
	}

/* 3 26 2019 */
.container-1400 {
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.d-flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.justify-content-center {
	justify-content: center;
}

.align-items-center {
	align-items: center;
}

.align-self-stretch {
	align-self: stretch;
}

.h-auto {
	height: auto;
}

.h-100 {
	height: 100%;
}

.background-position-center {
	background-position: center;
}

.background-size-cover {
	background-size: cover;
}

.wrapper-offer {
	margin-bottom: 30px;
}


.display-block {
	display: block;
}

.index-price-2 span {
    display: block;
    position: relative;
    top: 60px;	
}

.d-flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

/*May 27*/
.page-title{
    position: absolute;
    font-size: 40px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

div#popupmodal button {
    position: absolute;
    right: 15px;
    top: -15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid red;
    border-radius: 50%;
    opacity: 1;
    font-size: 36px;
}

div#popupmodal button span {

	line-height: normal;
    position: relative;
    top: -2px;
    left: 1px;

}

div#popupmodal .modal-content {
	position: relative;
	margin-top: 95px;
}

/* 05-13-2021 */
.page-id-4 .page-header .container {
    position: relative;
}
.about-s-title {
    width: 63%;
    text-align: center;
}

