/*========================================================
	Main Style CSS for Skampa Construction 2021
=========================================================*/

/*

Colors:

#14456d - default link color, main navigation hover color
#e1251a - request button bg, services button hover bg
#19599b - services button bg, 3 rectangles why choose us bg, testimonials person name, section7 bg
#333    - section1 text color
rgba(0, 0, 0, 0.7) - bg of text nine rectangles of services
rgba(0, 0, 0, 0.5) - bg of 2 big rectangles with pictures
#f5f5f5 - repairs we perform 3 rectangles bg

*/

/*========================================================
										RESET
=========================================================*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, abbr, address, em, img, sub, sup, dl, dt, dd, ol, ul, li, form, label, legend, caption, article, aside, figcaption, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
}
ol, ul {
list-style: none;
}
a {
text-decoration: none;
color: inherit;
}
*:focus {outline: none;}
* {box-sizing: border-box;}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
/*========================================================
                      Main Styles
=========================================================*/

body {
   background: #fff;
   font-family: 'Montserrat', sans-serif, arial;
	 font-weight: 400;
	 color: #000;
	 font-size: 18px;
   line-height: 26px;
}
h1, h2, h3  {
  text-transform: capitalize;
  font-weight: 400;
}
h1  {
  font-size: 43px;
    line-height: 1.3;
}
h2  {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
}

h3  {
  font-size: 1.2em;
}

li {
   list-style-type: none;
}
a {
   text-decoration: none;
   color: #59442B;
}
.clear {
   clear: both;
}
/*=======================================================
                       Main Layout
=========================================================*/
.bodyFrame {
	max-width: 100%;
	margin: 0 auto;
  overflow: hidden;
}


.companyinfo {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 115px;
}
.logoMob {
    width: 20%;
    justify-content: flex-start;
}
.logoMob img{
  width: 300px;
    margin-top: 5px;
}

.navFrame {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;
  box-shadow: 0 3px 9px rgba(0,0,0,.1);
  height: 115px;
}
.telTop {
    width: 80%;
    justify-content: flex-end;
    text-align: right;
}
nav {
    text-align: right;
}
.rowPhoneButton{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 40px;
  margin-bottom: 10px;
}

.phoneTop{
  padding: 10px 0 10px 30px;
  margin-right: 40px;
  background: url("../images/phone_icon.png") left top 14px no-repeat;
  background-size: 20px 20px;
}

.phoneTop a{
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.menu ul li.mlinks {
    display: inline-block;
}
.menu ul li.mlinks a {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    margin-left: 33px;
    color: #000;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
    letter-spacing: -1px;
}

.menu ul li.mlinks a:hover {
    color: #59442B;
    border-bottom: 3px solid #59442B;
}

/*========================================================
	NAVIGATION
=========================================================*/
.menu ul li.mlogo,
.menu ul li.mphone,
.menu ul li.maddress,
.menu ul li.msocial,
.menu ul li.mhours,
.smobitrigger,
.mnuclose,
.icoMob,
.phoneMob,
.locMob,
.bannerMob,
.menu ul li.extrLinks,
.bannlogomob,
.pageBannerMob,
.mediaMob,
.menu ul li.mmlinks {
	display: none;
}
/*========================================================
	CONTENT
=========================================================*/
.pageFull {
   width: 100%;
   margin: 0 auto;
}
.pageFull2 {
   width: 100%;
   margin: 0 auto;
}
.pageSize {
    width: 1300px;
    max-width: 1300px;
    margin: 0 auto;
}
.pageBanner {
    width: 1800px;
    max-width: 1800px;
    margin: 0 auto;
    position: absolute;
    height: auto;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 400px;
}

.innerwrapper {
    width: 1300px;
    margin: 80px auto;
    overflow: hidden;
}
.pageSizeTesti {
   width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.pageSize2 {
    width: 1800px;
    margin: 0 auto;
    overflow: hidden;
}

.topi {
    margin-top: 115px;
}

/*========================================================
	Buttons
=========================================================*/
.requestBtn{
  padding: 20px 15px;
  background: #203761;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
    flex-direction: row;
    align-items: center;
}

.requestBtn:hover{
  background: #000;
}

.servicesBtn{
  padding: 28px 35px;
  background: #7A95A5;
  color: #fff;
  font-size: 18px;
  line-height: 4px;
  text-transform: uppercase;
  letter-spacing: -1px;
  display: inline-block;
    border-radius: 5px;
}

.servicesBtn:hover{
  background: #F2AB26;
}
.requestEstBtn {
    padding: 28px 35px;
    background: #FE0000;
    color: #fff;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    letter-spacing: -1px;
    display: inline-block;
    border-radius: 5px;
}

.requestEstBtn:hover {
   background: #000;
}

.bannerBtns {
        display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: none;
    padding: 24px 48px;
    font-size: 21px;
    line-height: 1.2;
    overflow: hidden;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .075em;
}

.estimateBtn{
  background: #203761;
  color: #fff;
  margin-right: 10px;
}

.estimateBtn:hover{
  background: #000;
}

.reviewBtn {
  background: #093051;
    color: #fff;
    border: 1px solid #ccc;
}

.reviewBtn:hover {
    background: #000;
    color: #fff;
}

.btnNorm {
  background: #f47721;
    line-height: 24px;
    padding: 6px 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
}
/*========================================================
	BANNER INDEX
=========================================================*/
/******** main banner index *******/
.mainBannerMob,
.mobp,
.mobh1,
.mobbtn {
    display: none;
}
.bgmain  {
    background: url('../images/banmain.jpg');
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   height: 800px;
   display: block;
}
.mainBanner {
    width: 100%;
    margin: 0 auto;
}
.mainBannerCont {
    max-width: 1226px;
    margin: 0 auto;
    padding-top: 240px;
}
.mainBannerWrap {
    width: 100%;
    margin: 0 auto;
    background: rgba(37, 37, 37, .8);
    padding: 70px 90px 100px;
    position: relative;
}
.mainBannerWrap p {
    border-bottom: 1px solid #EBEDEF;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 2.6rem;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}
.mainBannerWrap p span {
    font-weight: 700;
    display: block;
}
.mainBannerWrap h1 {
    font-size: 7.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.mainBannerWrap h1 span {
    display: block;
    font-size: 26px;
    font-weight: 400;
    color: #909CA1;
}
.btnPlace{
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

/*========================================================
	greyBand
=========================================================*/
.greyBand{
  margin: 0 auto 40px;
  background: #EDEDED;
  padding: 35px 0;
}
.greyBand p{
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1A3E6E;
  line-height: 1.2;
}
.greyBand p span{
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.rectBig{
  background: rgb(37, 37, 37);
  padding: 10px;
  max-width: 650px;
  margin: 0 auto;
}
.rectBigIn{
  border: 2px solid #cf001c;
  background: rgb(37, 37, 37);
  color: #FFFDFF;
  padding: 20px;
}
.rectBigIn h2{
  font-size: 4rem;
  padding: 30px 10px 40px;
  border-bottom: 2px solid #7f383e;
}
.rectBigIn h2 span{
  color: #cf001c;
}
.rowRect{
  display: flex;
  justify-content: space-between;
  font-size: 2.3rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 50px 10px 20px;
}
.rowRect p span{
  color: #cf001c;
}
.rowRect a{
  color: #FFFDFF;
}

/*========================================================
	bigSect
=========================================================*/
.bigSect{
    padding-bottom: 80px;
}
.bigWrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    align-items: center;
    width: 1300px;
    margin: 0 auto;
}
.bigLeft{
  width: 40%;
  text-align: right;
}
.bigRight{
  width: 60%;
  padding: 0 30px 0 60px;
}
.borderRect {
  border-bottom: 2px solid #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
    background: #f9f9f9;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.borderr {
    width: 131px;
    height: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
}
.bordertt {
    display: flex;
    align-items: center;
     width: calc(100% - 131px);
    justify-content: flex-start;
    padding-left: 30px;
    font-size: 21px;
}
.borderRect p img{
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.borderRect p a{
  color: #1A3E6F;
}

.bigRight h2{
  color: #2a2f30;
  font-size: 2.2rem;
  font-weight: 400;
}
.bigRight h2 span{
  display: block;
  font-weight: 900;
}
.bigRight p{
  margin-bottom: 20px;
  line-height: 1.5;
    font-size: 17px;
}
.bigRight .smTitle{
  color: #909CA0;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
}

/*========================================================
	imgLinkSec
=========================================================*/
.imgLinkSec{
  background: #EDEDED;
  padding: 80px 0 50px;
}
.imgInWrap{
  max-width: 385px;
  background: #1a3e6f;
  position: absolute;
  top: -50px;
  padding: 50px 40px;
  color: #fff;
}
.imgLinkTitleWrap{
  padding-bottom: 50px;
}
.imgInWrap h2{
  font-size: 2.3rem;
}
.imgInWrap h2 span{
  display: block;
  font-weight: 500;
}
.imgLinkTitleWrap{
  display: flex;
  justify-content: space-between;
}
.emptyBox{
  width: 30%;
}
.paragPart{
  width: 70%;
  padding: 50px 0;
}
.imgLinkWrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.imgSingle{
  width: 24%;
  position: relative;
  margin-bottom: 15px;
}
.imgSingle img{
  width: 100%;
}
.imgSingle p{
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;

}
.imgSingle p a{
  color: #fff;
  line-height: 1.3;
}
.btnArea{
  padding-top: 10px;
  text-align: center;
}
.btnArea .bannerBtns{
  width: auto;
  letter-spacing: 1px;
}

.imgLinkSec img {
    position: relative;
}
.imgLinkSec p {
    position: absolute;
    top: 220px;
    left: 50%;
  transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: 336px;
    background: rgba(37,37,37,.8);
    height: 65px;
    line-height: 65px;
}
/*========================================================
	IMAGE LEFT CONTENT RIGHT
=========================================================*/
.boxTextWrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 32px 0;
}
.sleft {
    float: left;
}
.boxTextLeft {
    justify-content: center;
    width: 40%;
}
.boxTextLeft, .boxTextRight {
    overflow: hidden;
    display: flex;
    text-align: center;
    align-items: center;
}
.boxTextAside {
    margin: 0 auto;
    width: 100%;
}
.boxTextAside img {
    width: 100%;
}
.sright {
    float: right;
}
.boxTextRight {
    width: 60%;
    justify-content: flex-start;
}
.padleft {
    padding-left: 60px;
}
.boxTextInside {
    text-align: left;
}
.boxTextRight h3 {
    font-size: 42px;
    text-align: left;
    font-weight: 300;
    line-height: 1.1;
    font-weight: 500;
}
.boxTextRight h3 span {
    font-size: 28px;
    display: block;
    padding-top: 8px;
}

.boxTextInside p {
    text-align: left;
    line-height: 1.5;
    padding: 30px 0 20px;
}
.boxpp p {
    padding: 0 0 20px;
}
.buttonindex {
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
}
.btnInd {
    float: left;
}
.btnInd a {
    line-height: 24px;
    padding: 6px 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}
.btncol1 a {
    background: #203761;
}
.btnInd {
    float: left;
}
.btncol2 a {
    background: #363639;
    color: #fff;
}
.lastline {
    border-bottom: 1px solid #ccc;
}
.lastsecc {
    margin-bottom: 80px;
}

/*========================================================
	formSection
=========================================================*/
.formSection{
  background: #f9f9f9;
  padding: 100px 0;
}
.formSection h5 {
    font-size: 2.3rem;
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 15px;
    line-height: 1.2;
    text-align: left;
}
.formSection p{
  margin: 5px auto 30px;
}
.quoteForm {
    width: 100%;
}
.fosionFormWrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1300px;
  margin: 0 auto 30px;
}

.inputStyle{
  width: 32%;;
}

.inputStyleTextArea{
  width: 100%;
}

.inputStyle{
  height: 70px;
  box-shadow: 2px 2px 7px #ccc;
  border-radius: 3px;
}

.inputStyleFull{
  width: 100%;
  display: block;
}
.inputStyle input[type="text"] {
  background: #fff;
  height: 70px;
  border-radius: 3px;
  width: 100%;
  display: block;
  outline: none;
  padding: 4px 4px 4px 10px;
  border: none;
    overflow: hidden;
}
.inputStyleTextArea textarea {
  background: #fff;
  height: 150px;
  border-radius: 3px;
  width: 100%;
  display: block;
  outline: none;
  padding: 8px;
  border: none;
	margin: 15px auto 3px;
  box-shadow: 2px 2px 7px #ccc;
}

.inputStyleFull input[type="submit"] {
    background: #203761;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding: 12px 25px;
    text-transform: uppercase;
	outline: none;
}

.inputStyleFull input[type="submit"]:hover{
  background: #fff;
  color: #000;
}

/*========================================================
	Footer
=========================================================*/
.footer{
  background: #fff;
  padding: 60px 0 30px;
  text-align: center;
  border-top: 1px solid #ccc;
}

.footer .mlogo,
.footer .mphone,
.footer .maddress,
.footer .msocial,
.footer .mhours,
.footer .extrLinks,
.footer .mmlinks {
  display: none;
}

.footCont{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.fooInfo a{
  display: block;
  margin: 30px auto 40px;
  font-size: 36px;
}

.fooInfo p{
  width: 100%;
  margin: auto;
    padding-bottom: 10px;
}
.fooInfo p span {
    display: block;
}
.fooMenu ul{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 30px 0;
}
.fooLogo img {
    width: 340px;
}
.directorii{
  padding-top: 15px;
}
.fooMenu ul li{
  margin: 0 20px;
}

.fooMenu ul li a{
  text-transform: uppercase;
}

.copyright{
  padding: 30px 0 0;
  border-top: 1px solid #ccc;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 50px;
}
.fooSecond{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin: 0 auto 30px;
}

.fooSecond img{
  width: 120px;
  margin-right: 10px;
  display: block;
}
.learnmore {
    padding: 20px;
    margin: 0 auto;
    background: #FE0000;
    color: #fff;
    font-size: 16px;
    line-height: 4px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: auto;
    width: 200px;
    border-radius: 5px;
    text-align: center;
}

/*========================================================
	Contact Us page
=========================================================*/
.contact{
  padding: 60px 0;
}

.centerContact{
  margin: 0 auto;
}

.infoAdress,
.contName,
.contTel,
.contAdr,
.contWHours,
.sendUsMes{
  text-align: center;
}

.contTel{
  padding: 20px 0 40px;
}

.contTel a{
  color: #000;
  font-size: 34px;
  font-weight: bold;
}
.contName{
  margin-top: 40px;
  font-size: 32px;
  color: #009add;
  text-transform: capitalize;
}

.contAdr,
.contWHours{
  padding-bottom: 20px;
  color: #131313;
  font-weight: 400;
}
.contAdr span{
  display: block;
}
.contWHours {
    font-size: 16px;
}

.contWHours span {
    display: block;
}
.contAdr span:nth-last-of-type(1) {
    display: block;
}
.contForm{
  padding-top: 40px;
}

.contPar {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}

p.sendUsMes{
  font-size: 28px;
  color: #0070ba;
}

form.contactForm{
  width: 70%;
  margin: 0 auto 20px auto;
  overflow: hidden;
}

.formHalfWrapper{
  display: flex;
  justify-content: space-between;
}

.contactFormHalf{
  width: 32%;
  overflow: hidden;
  padding: 20px 0;
}

.contactFormFirst input[type="text"] {
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    padding: 1px;
    display: block;
    width: 100%;
    height: 5px;
    font-size: 14px;
    outline: none;
}

.contactFormHalf input[type="text"]{
  margin: 10px auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #777;
  padding: 8px 8px 8px 20px;
  display: block;
  width: 100%;
  height: 90px;
  font-size: 24px;
  outline: none;
}

.contactFormFull{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.contactFormFull textarea{
  margin: 10px auto;
  border: none;
  padding: 8px;
  display: block;
  width: 100%;
  height: 160px;
  font-size: 24px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  color: #777;
}

.contactFormFull input[type="submit"]{
  border: 1px solid #f47721;
  background: #f47721;
  color: #fff;
  display: block;
  cursor: pointer;
  font-size: 21px;
  padding: 10px 40px;
  text-decoration: none;
  width: 200px;
  height: 50px;
  margin: 10px auto;
  outline: none;
    text-transform: uppercase;
}

.contactFormFull input[type="submit"]:hover{
  background: #2a2f30;
  border: 1px solid #2a2f30;
  color: #fff;
}

.sectionMap{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.sectionMap iframe{
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
}
.erGreen {
    font-weight: 700;
    color: #0070ba;
}
.erRed {
    color: red;
}
.quoteformEr {
    font-size: 32px!important;
    font-weight: 500;
}
/*=======================================================
     Disclaimer page
=========================================================*/
.disclaimer{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 90px 0;
}

.centerDisclaimer h1{
  font-size: 3rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding-bottom: 70px;
}

.centerDisclaimer h2{
  text-align: left;
  padding-bottom: 15px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.centerDisclaimer p{
  padding-left: 30px;
  padding-bottom: 50px;
  font-size: 19px;
  line-height: 1.5;
}
/*=======================================================
     Service Item  page
=========================================================*/
.itemSect {
    padding: 90px 0 0;
}
.itemSect h1 {
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.itemSect h1 span {
    font-weight: 300;
    display: block;
    text-transform: capitalize;
    font-size: 2.3rem;
    margin-top: 15px;
    margin-bottom: 2px;
}


.sitempadleft {
    padding-left: 80px;
}
.sitempadright {
    padding-right: 80px;
}
.shinglepad {
    margin-top: 20px!important;
}
.itemSect2 {
    width: 100%;
    padding: 60px 0;
}
.itemmain {
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 27px;
}

/*========================================================
	About Us
=========================================================*/
.aboutUs{
  padding: 100px 0 0;
}

.aboutUs p{
  padding: 20px 0;
  line-height: 1.5;
}
/*========================================================
            WARRANTY PAGE
=========================================================*/
.warrantyTit h1 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    padding-bottom: 50px;
}
.warrantyTit h1 span {
    font-size: 24px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: normal;
    display: block;
    text-transform: capitalize;
}
.warranty-box {
    width: 100%;
    margin: 20px auto 60px;
    overflow: hidden;
}
.warranty-box h2 {
    text-align: left;
    padding-bottom: 35px;
    color: #c60000;
    line-height: 1.2;
}
.warranty-title {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3;
}
.warranty-list ul {
    padding: 20px 0;
}
.warranty-list ul li {
    background-image: url('../images/check.png');
    background-position: left top 12px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    font-size: 28px;
    padding: 8px 0 8px 42px;
    text-transform: capitalize;
    line-height: 1.5;
}
.warranty-desc p {
    font-size: 24px;
    line-height: 1.5;
}

/*========================================================
      Services page
=========================================================*/
.servTitle h2,
.servTitle h3 {
  padding: 80px 0 50px;
	text-transform: capitalize;
	font-size: 58px;
	font-weight: 600;
  text-align: center;
}
.sidingWrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.sidingCont {
    padding: 0 0 50px;
}
.sidingBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
}
.sidingLeft {
    width: 40%;
}
.sidingLeft img {
    width: 100%;
}
.sidingRight {
    width: 60%;
    padding-left: 60px;
}
.sidingRight h2 {
    font-size: 36px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.3;
}
.sidingRight p {
    color: #212529;
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 18px;
}
.sidingCont1 {
    padding: 0 0 80px;
}
.sidingWrapper h3 {
    font-size: 1.8rem;
    text-align: left;
    padding: 0 0 20px;
    display: block;
    color: #909CA0;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.3;
}
.sidingCont1 p {
    font-size: 24px;
    line-height: 1.5;
}
.lastmarg {
    padding-bottom: 50px;
}
.servTitle h1 {
    text-transform: uppercase;
    color: #1A3E6E;
    padding: 100px 0 80px;
    text-align: left;
    width: 70%;
}
.servTitle h1 span{
  display: block;
}
.servTitle p {
    color: #212529;
    line-height: 1.6;
    margin-bottom: 30px;
}
.servLong {
    padding: 0 0 80px;
}
.servLong h3,
.servLong h2 {
    font-size: 2.3rem;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
    padding-bottom: 20px;
}
.servLong p {
    font-size: 18px;
    line-height: 1.5;
}
.servbot {
    padding-bottom: 20px;
}
.servLong ul {
    padding: 20px 0 20px 20px;
    list-style: initial;
    margin: initial;
    text-align: left;
}
.servLong ul li {
    font-size: 18px;
    display: list-item;
    list-style-type: square;
    list-style-position: inside;
    padding: 4px 0;
}
.servbold {
    font-weight: 900!important;
    padding-top: 50px;
}
.servList {
    padding-bottom: 50px;
    width: 1200px;
    margin: 0 auto;
}
.servList h3 {
    font-size: 1.8rem;
    text-align: left;
    padding: 0 0 20px;
    display: block;
    color: #909CA0;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.3;
}
.servList ul {
    list-style: initial;
    margin: initial;
    padding: 0 0 20px 10px;
}
.servList ul li {
    font-size: 18px;
    padding: 4px 0;
    display: list-item;
    list-style-type: square;
    list-style-position: inside;
    text-transform: capitalize;
}
.servicesbg {
    padding: 0 0 80px;
}

/*********** new service *******/
.srvWrap {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
}
.srvBox {
    width: 32%;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.srvBox img {
    border-radius: 9px;
    margin-bottom: 20px;
    width: 100%;
}
.srvBox h2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 12px;
    text-align: left;
    line-height: 1.3;
}
.srvBox p {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 20px;
}
.srval {
    margin-top: auto;
}
.srvd {

}
.lastline {
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px;
}
.lastline2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
.faqSec {
   padding: 50px 0 60px;
   display: none;
}
.faqSec h4 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
    padding-bottom: 30px;
}
.faqWrap {
    margin: 10px 0;
    width: 60%;
}
.brndLogo{
  max-width: 600px;
  margin: 0 auto;
}
.brndLogo img{
  width: 100%;
  height: auto;
}
.servCenter h3{
  text-align: center;
}

/*=======================================================
    STICKY footer
=========================================================*/
.outerSticky {
   position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.stickyFooter {
    background: #2f455d;
    color: #fff;
    padding: 7px 0;
}
.innerStickyFooter {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.centeringSticky {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.innerStickyFooter a img {
        display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.innerStickyFooter a p {
    display: inline-block;
    font: bold 22px Arial, sans-serif;
    vertical-align: middle;
    margin-left: 5px;
    color: #fff;
}

/*=======================================================
    Roof Installation Pictures new
=========================================================*/

/****************** PROMO ****************/
.promoWrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #EDEDED;
	border-top: 5px solid #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.colSpringFlower {
}
.advertCol1 {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}
.advertCol1 img {
}
.advertCol2 {
	width: 40%;
	display: flex;
  align-items: center;
  justify-content: center;
}
.advertCol3 {
    width: 30%;
}
.advertCol3 img {
    height: 460px;
		float: right;
		margin-top: 40px;
}
.singInto {
    font-size: 3.8rem;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 0;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
    font-weight: 700;
    width: 460px;
    margin: 55px auto 20px auto;
}
.springOff {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.springOffT1  {
    color: #203761;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.springOffT2 {
    color: #4e4e4e;
}
.springOffT1 {
    font-size: 5.3rem;
    line-height: normal;
}
.springOffT2 {
    font-size: 3rem;
    line-height: normal;
    text-transform: capitalize;
}
.advertExpires {
    text-align: center;
    font-size: 1.6rem;
    color: #4e4e4e;
    line-height: 1.3;
}
.springbot {
    padding-bottom: 20px;
}
.springtop {
    padding-top: 20px;
}
