

#Container, header, nav, section, #Connect, footer, #Content-Container, #Banner, #Banner-S, #About, #Begin, #Services, #Testimonials, #Quick-Service {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#Container {
	overflow: hidden;
}

#Header, #Main-Menu, #Mobile-Menu, #Footer, #Connect-Intra, #Content-Main, #Banner-Intra, #Banner-Intra-S, #About-Intra, #Begin-Intra, #Services-Intra, #Testimonials-Intra, #Quick-Service-Intra {
	max-width: 1366px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

body{
	background: #F8F7F1;
}

/* Menu */

.menu li.active a{
    font-weight: 600;
    color: #e85442 ! important;
}

/* Begin Code */

.header-left {
	padding: 10px 0;
	transition: 0.7s all ease;
}
.header-left {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
}
.header-right {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
#Full-Header-Top{
    background: #eb8367;
    z-index: 99999;
    top: 0;
}

.btn-audio{
    position: fixed;
    top: 50%;
    z-index: 9999;
    border: none;
    height: 40px;
    width: 40px;
	cursor: pointer;
	outline: none;
    background: url(../images/pause-play.png) no-repeat center center #e85442;
}

/* Banner */

#Banner{
    padding: 50px 0 100px 0;
}

#Banner span{
    display: block;
    text-align: center;
}

#Banner span img{
    width: 100px;
    display: inline-block;
}

.ecg-line path{
  fill: none;
  stroke: #e74c3c;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;

  stroke-dasharray: 400;
  stroke-dashoffset: 400;

  animation: heartbeat 2s linear infinite;
}

@keyframes heartbeat{
  0%{
    stroke-dashoffset: 400;
  }
  100%{
    stroke-dashoffset: 0;
  }
}

#Banner headtxt{
    display: block;
    padding: 10px 0;
    font: 400 20px / 28px 'gt_walsheim_proregular';
    color: #e75442;
    text-align: center;
}

#Banner h1{
    text-align: center;
    font: 600 30px / 36px 'Sofia Pro';
    color: #141414;
    padding: 0;
}


/* Banner */

#Banner-S{
    padding: 60px 0;
}

#Banner-S h1 color{
    display: block;
    font: 400 16px / 34px 'gt_walsheim_proregular';
    text-align: center;
    color: #e75442;
}

#Banner-S h1{
    font: 600 30px / 36px  'Sofia Pro';
    text-align: center;
    letter-spacing: 0.5px;
    background: url(../images/border.svg) no-repeat center bottom;
    background-size: 225px;
    padding: 0 0 40px 0;
    color: #141414;
}

/* About */

#About{
    padding: 30px 0;
}

.about-table{
    background: #262728;
    margin: -90px 0 0 0;
}

.about-l{
	position: relative;
    padding: 50px;
	vertical-align: middle;
} 

.about-l > span{
    font: 400 30px / 40px 'Sofia Pro';
    letter-spacing: 1px;
    color: #fff;
}

.about-l p{
    font: 400 16px/34px 'gt_walsheim_proregular';
    letter-spacing: 1px;
    text-align: left;
    color: #eaeaea;
    margin: 20px 0;
}


.about-r{
    width: 45%;
	vertical-align: middle;
	text-align: center;
}

.about-r img{
    padding: 2px;
}

.responsive-image{
	display: none;
	text-align: center;
}


/* Service */

#Services{
	padding: 100px 10px 100px 10px;
}

#Services:after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/dots.png) repeat left top #e75442;
    width: 100%;
    height: 695px;
    z-index: -1;
}

#Services h2 {
    color: #ffffff;
    text-align: center;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin: 0 0 80px 0;
	
    font: 700 clamp(22px, 6vw, 80px) / clamp(30px, 8vw, 110px) "Sofia Sans Extra Condensed", sans-serif;
    white-space: nowrap;
}

#Services h2 span{
    display: block;
    background: #FFFFFF;
    border: 1px solid #141414;
    box-shadow: 2px 3px 0px #141414;
    border-radius: 24px;
    padding: 5px 16px;
    color: #141414;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: 0.5s all ease;
    margin: 20px auto;
    width: 140px;
    text-align: center;
    font: 500 14px / 32px 'gt_walsheim_proregular';
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-grid li{
    max-width: 480px;
    display: block;
    width: 100%;
    margin: auto;
    box-shadow: 2px 3px 0px #e75442;
}

.services-grid a{
	display: block;
}

.service-content{
	padding: 30px;
    min-height: 390px;
	position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	background: #ffffff;
}

.service-content h4{
	margin: 0 0 30px 0;
    color: #2d1c15;
    text-align: center;
    font: 600 24px / 30px 'Sofia Pro';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-content p{
    color: #141414;
    font: 500 16px / 30px 'gt_walsheim_proregular';
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
	text-align: center;
}

.service-content span{
	position: absolute;
	left: 0;
	right: 0;
    bottom: 20px;
	margin: auto;
    color: #141414;
    font: 500 16px / 24px 'gt_walsheim_proregular';
    text-transform: uppercase;
    text-align: center;
    display: block;
    letter-spacing: 1px;
}

/* Quick Services */

#Quick-Service{
    padding: 30px 0 90px 0;
}

#Quick-Service h2{
    padding: 70px 0 0 0;
    background: url(../images/druvakarthik-bird-ico.svg) no-repeat top center;
    background-size: 80px;
    font: 600 30px / 40px 'Sofia Pro';
    letter-spacing: 0.6px;
    color: #141414;
    margin: 0 0 20px 0;
    text-align: center;
}

#Quick-Service h2 span{
    position: relative;
    background: #284E27;
    color: #DEE3CA;
    display: inline-block;
    padding: 0 10px;
}

#Quick-Service p.intro{
    color: #141414;
    font: 400 16px / 34px 'gt_walsheim_proregular';
    width: 90%;
    margin: 0 auto 45px auto;
    text-align: center;
}

.quick-services-l{
	width: 40%;
	vertical-align: middle;
    padding: 10px;
}

.quick-services-l h3{
	color: #000000;
    font: 600 26px / 36px 'Sofia Pro';
    margin: 0 0 20px 0;
    transition: 0.7s all ease;
}

.quick-services-l p{
    color: #141414;
    font: 400 16px / 34px 'gt_walsheim_proregular';
    margin: 0 0 15px 0;
}

.quick-services-l a{
    display: block;
    background: #e75442;
    border: 1px solid #141414;
    box-shadow: 2px 3px 0px #d31b1b;
    border-radius: 24px;
    padding: 5px 16px;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: 0.5s all ease;
    margin: 19px 0 0 0;
    width: 180px;
    text-align: center;
    font: 500 14px / 32px 'gt_walsheim_proregular';
}


.quick-services-r{
	text-align: center;
}

.quick-services-r li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0 1%;
}

.quick-services-r li a{
    display: block;
}

.quick-services-r li img{
	filter: grayscale(100%);
	transition: 0.7s all ease;
    border-radius: 20px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.quick-services-r li:hover img{
	filter: grayscale(0%);
	
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1); 
}

.quick-services-r li span{
	position: absolute;
    border: 1px solid #fff;
    font: 300 14px / 20px 'gt_walsheim_proregular';
    padding: 10px 10px;
    width: 150px;
    text-align: center;
    left: 20px;
    bottom: 10%;
    margin: auto;
    backdrop-filter: blur(5px);
	background: #fff;
    color: #e75442;
    transition: 0.7s all ease;
}

.quick-services-r li:hover span{
	background: #e75442;
    border: 1px solid #e75442;
    color: #fefefe;
}

/* Begin */

#Begin{
    padding: 90px 0 0 0;
}

.shall-we-begin{
    position: relative;
    margin: auto;
    background-image: linear-gradient(to left, #080f1a, #0c0a15, #0c060e, #080306, #000000);
    padding: 50px 320px 50px 50px;
}

.shall-we-begin.landingpage{
	margin: 100px 0 0 0;
}

.shall-we-begin h3{
	font: 400 30px/40px  'Sofia Pro';
    text-align: left;
    margin: 10px 0;
    color: #ffffff;
}

.shall-we-begin a{
	position: relative;
    display: block;
    width: 170px;
    font: 400 15px/28px "Poppins",sans-serif;
    letter-spacing: .5px;
    color: #170101;
    margin: 20px 0 0 0;
    padding: 10px;
    background: #fff;
    text-align: center;
    border-radius: 30px;
	z-index: 2;
}

.shall-we-begin img{
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 0;
    width: 280px;
    z-index: 1;
}

.shall-we-begin.landingpage p{
    font: 400 15px/28px "Poppins",sans-serif;
    letter-spacing: .5px;
    color: #fff;
    text-align: justify;
    padding: 10px 0;
}

/* About Page */

.img-about{
    float: right;
    margin: 10px 0 20px 40px;
    width: 640px;
}

.img-about img{
	padding: 5px;
	background: #f2f6fc;
	box-shadow: 0 0.15rem 1.75rem 0 rgba(33,40,50,.15);
}


/* Testimonails */

.textMain .testimonial-list {
    padding: 0;
    border: none;
    margin: 20px 0;
}


.textMain .testimonial-list li{
    padding: 30px;
    position: relative;
    background: #ffffff;
    margin: 30px 0;
    -webkit-box-shadow: 0px 0px 11px -2px rgb(239 226 226 / 75%);
    -moz-box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
    box-shadow: 0px 0px 11px -2px rgb(239 226 226 / 75%);
    border: 1px solid rgba(0, 0, 0, 0.10196078431372549);
}

.textMain .testimonial-list li:before{
    content: '';
    position: absolute;
    top: 38px;
    left: 25px;
    background: url(../images/ticker.png) no-repeat center center;
    /* background-size: 20px; */
    width: 40px;
    height: 34px;
}

.textMain .testimonial-list li p:first-child{
	text-indent: 50px;
}

.textMain .testimonial-list li {
    font: 400 24px/48px "Poppins",sans-serif;
    word-spacing: 8px;
}

.textMain .testimonial-list li p.indent{
    text-indent: 50px;
}

.img-testimonial{
    float: right;
    margin: 20px 0 20px 40px;
    width: 320px;
    text-indent: 0;
}

.img-testimonial img{
	padding: 5px;
	background: #f2f6fc;
	box-shadow: 0 0.15rem 1.75rem 0 rgba(33,40,50,.15);
}
.textMain p.cust-test {
    text-align: center;
    color: #bd133a;
    padding: 0;
    font: 400 20px/30px  'Sofia Pro';
}

.textMain p.cust-test span{
    display: block;
	color: #333333;
    font: 700 14px/20px "Poppins",sans-serif;
}

/* Tribute */

.img-about-tribute{
    float: right;
    margin: 10px 0 20px 40px;
    width: 360px;
	background: #f2f6fc;
	box-shadow: 0 0.15rem 1.75rem 0 rgba(33,40,50,.15);
}

.img-about-tribute img{
	padding: 5px;
}

.img-about-tribute h3{
    text-align: center;
}

.img-about-tribute h3 span{
    display: block;
    font: 600 20px/50px 'Caveat', cursive;
    color: #333;
}

/* Contact Page */


.contact-info h2 {
    font: 400 24px / 34px  'Sofia Pro';
    color: #0e0e20;
    margin: 0 0 10px 0;
}

.contact-info h2 color {
	color: #c8c8cf;
}

.contact-info p {
    font: 500 16px / 28px 'gt_walsheim_proregular';
    color: #000000;
    padding: 5px 0;
    letter-spacing: 0.5px;
}

.contact-grid {
	margin: 50px 0 0 0;
	background: #fff;
}

.textMain .contact-grid li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 20px;
	margin: 0 -2px 2px -1px;
	background: #f3f9ed;
	min-height: 390px;
	transition: 0.7s all ease;
}


.textMain .contact-grid-l h3 {
	text-align: center;
	font: 500 18px/24px 'gt_walsheim_proregular';
	color: #333;
	letter-spacing: 1px;
}

.textMain .contact-grid-l p {
	font: 400 15px/30px 'gt_walsheim_proregular';
	padding: 5px 0 5px 35px;
	position: relative;
}

.textMain .contact-grid-l p a {
	color: #333;
}

.textMain .contact-grid li img {
	display: block;
	margin: 0 auto 10px auto;
	filter: brightness(0%);
}

.textMain .contact-grid li p:before {
	font-family: 'fontello';
	position: absolute;
	top: 1px;
	left: 0;
	margin: auto;
	color: #78b342;
	width: 30px;
}

.contact-grid li p.address:before {
	content: '\E823';
	font-size: 23px;
	top: 4px;
}

.contact-grid li p.phone:before {
	content: '\E80E';
	font-size: 17px;
	top: 4px;
	left: 3px;
}

.contact-grid li p.direction:before {
	content: '\E817';
	font-size: 15px;
	top: 4px;
	left: 4px;
}

#formMessage span{
	display: inline-block;
    margin: 20px 0 0 0;
    padding: 8px 10px;
    background: rgb(0 128 0);
    color: #fff;
}

#formMessage span.success{
	background: #459544;
}

#formMessage span.failure{
	background: #ff5722;
}


.contactBox .inputBox .formFname:-webkit-autofill,
.contactBox .inputBox .formFname:-webkit-autofill:hover,
.contactBox .inputBox .formFname:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #141414 inset !important; /* keep bg color */
  box-shadow: 0 0 0 1000px #141414 inset !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff;

  /* reapply the icon on autofill */
  background-image: url(../images/person.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 24px;
}


/* Contact Page */

.contact-form-grid {
	margin: 20px 0 0 0;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.contact-form-box {
	vertical-align: middle;
    background: #141414;
}

.contactBox {
	margin: 30px auto;
	padding: 20px;
	width: 90%;
}

.contactBox .inputBox {
	margin: 0 0 20px 0;
}

.contactBox .inputBox label {
	display: block;
	color: #c8c8cf;
	font: 400 13px/24px 'gt_walsheim_proregular';
	letter-spacing: 0.5px;
}

.contactBox .inputBox label span {
	color: #C52424;
}

.contactBox #captchaQuestion {
	background: #f8f8f8;
	padding: 3px 15px;
	display: inline-block;
}

.contactBox .inputBox input {
	border: none;
	border-bottom: 1px solid #D5CDDB;
	padding: 10px 10px 10px 50px;
	outline: none;
	width: 100%;
	font: 400 13px / 30px 'gt_walsheim_proregular';
	letter-spacing: 0.5px;
	color: #fff;
}

.contactBox .inputBox textarea {
	border: none;
	border-bottom: 1px solid #D5CDDB;
	outline: none;
	font: 400 13px / 30px 'gt_walsheim_proregular';
	letter-spacing: 0.5px;
	display: block;
	width: 100%;
	height: 175px;
	padding: 10px 10px 10px 60px;
	color: #fff;
}

.contactBox .inputBox select {
	background-color: #FCFCFC;
	border: 1px solid #D5CDDB;
	outline: none;
	border-radius: 5px;
	font: 400 13px/30px 'gt_walsheim_proregular';
	letter-spacing: 0.5px;
	display: block;
	width: 100%;
	padding: 12px 10px 12px 50px;
}


.contactBox .submitBox {
	margin: 40px 0 0 0;
	text-align: center;
}


.contactBox .submitBox input {
	color: #c8c8cf;
	padding: 16px 10px;
	outline: none;
	width: 200px;
	font: 400 15px / 30px 'gt_walsheim_proregular';
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: 0.7s all ease;
	border: none;
}

.button-89 {
	--b: 1px;
	/* border thickness */
	--s: .45em;
	/* size of the corner */
	--color: #c8c8cf;

	padding: calc(.5em + var(--s)) calc(.9em + var(--s));
	color: #78b342;
	--_p: var(--s);
	background:
		conic-gradient(from 90deg at var(--b) var(--b), #0000 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
	transition: .3s linear, color 0s, background-color 0s;
	outline: var(--b) solid #0000;
	outline-offset: .6em;
	font-size: 16px;

	border: 0;

	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}
 

.button-89:active {
	background: var(--color);
	color: #fff;
}

.formFname {
	  background-color: #141414; /* your bg color */
	  background-image: url(../images/person.png);
	  background-repeat: no-repeat;
	  background-position: 10px center;
	  background-size: 24px;
}

.formMail {
	background: url(../images/mail.png) no-repeat 10px center;
	background-size: 32px;
}

.formMobile {
	background: url(../images/mobile.png) no-repeat 10px center;
	background-size: 32px;
}

.formMessage {
	background: url(../images/connect.png) no-repeat 10px 12px;
	background-size: 36px;
	resize: none;
}

.formCaptcha {
	background: url(../images/captcha.png) no-repeat 10px 11px;
	background-size: 26px;
	resize: none;
}

.captcha-blk .g-recaptcha {
	width: 300px;
	margin: auto;
}

.mapIframe {
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.mapIframe iframe {
	display: block;
}


.contact-form-content {
	vertical-align: middle;
	padding: 50px;
	background: #ffffff;
}

.textMain .contact-form-content li.phone-ico {
	background: url(../images/phone-ico.svg) no-repeat 0px 7px;
	background-size: 36px;
}

.textMain .contact-form-content li.mail-ico {
	background: url(../images/mail-ico.svg) no-repeat 0px 2px;
	background-size: 36px;
}

.textMain .contact-form-content li.address-ico {
	background: url(../images/map-ico.svg) no-repeat 1px 5px;
	background-size: 36px;
}

.textMain .contact-form-content li {
	padding: 0 0 0 46px;
	background: none;
	margin: 20px 0;
}

.contact-form-content li h4 {
	font: 400 22px / 36px  'Sofia Pro';
	margin: 0;
	letter-spacing: 0.5px;
}

.phone-ico h4 {
	color: #61d4d4;
}

.mail-ico h4 {
	color: #74bf50;
}

.address-ico h4 {
	color: #d94d51;
}

.contact-form-content li p {
	font: 400 16px/30px 'gt_walsheim_proregular';
	color: #141414;
	padding: 0;
}

.contact-form-content li p a {
	color: #141414;
}

.contactBox label.error {
	font: 500 13px/20px 'gt_walsheim_proregular';
	color: #e64325;
}


/* Home - Clientele */

#C-Slider{
    padding: 40px 0;
    position: relative;
}

#C-Slider h3{
    margin: 0 0 10px 0;
    text-align: center;
    color: #141414;
    padding: 0 20px;
    font: 600 30px / 40px 'Sofia Pro';
    letter-spacing: 0.6px;
}

#C-Slider h3 color{
    color: #e75442;
}




/* Portgolio Grid */

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px;
}

.portfolio-single {
  background: #1f1c1c;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
}


.portfolio-single img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.portfolio-single h2 {
  margin: 0 0 15px 0;
  color: #e75442;
  font: 600 22px / 30px 'Sofia Pro';
  letter-spacing: 0.5px;
  text-align: center;
}

.portfolio-single h2 span{
	display: block;
	margin: 0 0 10px 0;
	color: #c8c8cf;
	font: 400 15px / 24px 'Sofia Pro';
	letter-spacing: 0.5px;
	text-align: center;
}

.portfolio-single a {
    display: block;
    border-bottom: 2px solid #e75442;
    color: #fff;
    position: relative;
    text-align: center;
    list-style: none;
    text-transform: capitalize;
    font: 400 11px / 7px 'Sofia Pro';
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 10px 0;
    width: 70px;
    margin: auto;
}


/* Reviews */

#Gradient{
	background-image: linear-gradient(to bottom, #f8f7f1, #fdf8f5, #fefafa, #fefdfd, #ffffff);
}

#Testimonials{
    position: relative;
    padding: 50px 15px 50px 15px;
}


.rslides:after {
	content: '';
	display: block;
	clear: both;
}

.reviews-slide{
    padding: 60px 30px;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    border: 1px solid #e75442;
    background: #fff;
    box-shadow: 2px 3px 0px #e75442;
}

.stars {
	font-size: 32px;
    color: #033616;
    letter-spacing: 2px;
    font-family: 'gt_walsheim_proregular';
    text-align: center;
}

.reviews-slide h4{
    font: 600 30px / 40px 'Sofia Pro';
    color: #e75442;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 30px 0;
}

.review-block{
	position: relative;
}

.review-btn{
    display: block;
    width: 163px;
    text-align: center;
    font: 300 15px / 28px 'gt_walsheim_proregular';
    background: url(../images/google-icon.svg) no-repeat 16px center #FFFFFF;
    background-size: 20px;
    border: 1px solid #f2cc9b;
    box-shadow: 2px 3px 0px #e75442;
    padding: 8px 5px 8px 40px;
    color: #202020;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: 0.5s all ease;
    margin: 30px auto;
    letter-spacing: 1.5px;
}

.review-btn:hover{
    color: #141414;
}

.reviews-slide p{
    color: rgba(68, 59, 54, 1);
    font: normal 16px / 32px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
    width: 80%;
    min-width: 300px;
    margin: auto;
    text-align: center;
}

.reviews-slide p img{
	width: 32px;
}

.reviews-slide span.name{
    display: block;
    text-align: center;
    font: normal 18px / 30px 'gt_walsheim_proregular';
    letter-spacing: 2px;
    margin: 30px 0 0 0;
    color: rgba(68, 59, 54, 1);
    text-transform: uppercase;
}

.enclosed-arrow{
	display: none;
    position: absolute;
    z-index: 2;
    width: 80px;
    height: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.testomonials_nav{
    position: absolute;
    vertical-align: top;
    width: 18px;
    height: 25px;
}

.testomonials_nav span{
	display: none;
}

.testomonials_nav.prev {
	background: url(../images/left-arrow.svg) no-repeat center center;
    background-size: contain;
    left: 0;
}

.testomonials_nav.next {
	background: url(../images/right-arrow.svg) no-repeat center center;
    background-size: contain;
    right: 0;
}


/* Footer */

footer{
	background: #141414;
    border-top: 1px solid #b0b6be;
    padding: 60px 0;
}

.footer-l{
	padding: 20px;
}

.footerlogo{
    width: 150px;
    margin: 0 0 30px 0;
}


.footer-l h4{
    color: #fff;
    font: 400 24px / 36px  'Sofia Pro';
    margin: 0 0 20px 0;
}

.footer-l h4 a{
    color: #459544;
	border-bottom: 1px solid #459544;
	transition: 0.7s all ease;
}

.footer-m{
    width: 250px;
	padding: 20px;
}

.footer-m h3{
    font: 400 24px / 34px  'Sofia Pro';
    margin: 0 0 20px 0;
    color: #fff;
    letter-spacing: 0.5px;
}

.footer-m li{
    font: 400 15px/32px 'gt_walsheim_proregular';
    padding: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.footer-m li a{
    color: #c8c8cf;
}

.footer-r{
    width: 230px;
	padding: 20px;
}

.footer-r h3{
    font: 400 24px / 34px  'Sofia Pro';
    margin: 0 0 20px 0;
    color: #fff;
    letter-spacing: 0.5px;
}

.footer-r li{
    font: 400 15px/32px 'gt_walsheim_proregular';
    padding: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.footer-r li a{
    color: #c8c8cf;
}

.footer-bottom{
    padding: 0 20px;
	margin: 30px 0;
}

.footer-bottom p{
    text-align: center;
    font: 400 16px / 32px 'gt_walsheim_proregular';
    color: #c9c9c9;
    letter-spacing: 0.5px;
}

.footer-bottom p span{
    font-size: 15px;
    color: #fff;
}

.copyrights{
    font: 300 15px / 28px 'gt_walsheim_proregular';
    text-align: center;
    color: #fff;
    margin: 30px 0 0 0;
    letter-spacing: 0.5px;
    padding: 0 10px;
}

.copyrights .heart{
    padding: 11px;
    position: relative;
    display: inline-block;
}

.copyrights .heart:after{
    content: '\E81D';
    font-family: 'fontello';
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: auto;
    color: #ff5722;
}

.google-review {
	display: block;
	width: 200px;
	margin: 20px 0 10px 0;
}

.google-review img {
	display: block;
}

/* Whatsapp */

.wh-api{
    position: fixed;
    bottom: 28px;
    right: 20px;
}

.wh-api a {
    font: 300 14px / 28px 'gt_walsheim_proregular';
    background: #FFFFFF;
    border: 1px solid #363636;
    box-shadow: 2px 3px 0px #00E785;
    border-radius: 24px;
    padding: 8px 16px;
    color: #202020;
    cursor: pointer;
    letter-spacing: 0.3px;
	transition: 0.5s all ease;
}

/* Media Query */

@media screen and (max-width: 1070px) {
	.footer-m {
		width: 230px;
		padding: 20px;
	}
}

@media screen and (max-width: 940px) {
	.about-table {
		margin: -90px 20px 0 20px;
		width: auto;
	}
	.about-l{
		display: block;
		padding: 20px;
	}
	.about-r{
		display: none;
	}
	.responsive-image{
		display: block;
	}
	.home-services-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer-m {
		width: 210px;
		padding: 20px;
	}
	.textMain .service-img {
		width: 50%;
	}
	.portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 891px) {
	footer {
		padding: 60px 0 90px 0;
	}
	.footer-l {
		display: block;
		width: auto;
		padding: 0 20px;
	}
	.footer-m {
		display: block;
		width: auto;
		padding: 0 20px;
		margin: 20px 0 0 0;
	}
	.footer-r {
		display: block;
		width: auto;
		padding: 0 20px;
		margin: 20px 0 0 0;
	}
	.footer-bottom {
		display: none;
	}
	.textMain {
		padding: 0px 20px 30px 20px;
	}
	.abt-l {
		padding: 20px;
	}
    .abt-l, .abt-r {
        flex: 1 1 100%;
    }
	.services-list .table-div,
	.iservices-list	.table-div{
        display: flex;
        flex-flow: column;
    }
	.textMain .services-list li .service-text,
	.textMain .iservices-list li .iservice-text{
		display: block;
		width: auto;
        padding: 0 ! important;
		order: 2;
	}
	.textMain .service-img{
		display: block;
		width: auto;
		order: 1;
        padding: 0 ! important;
	}
	.textMain .iservice-img{
		display: block;
		width: auto;
		order: 1;
        padding: 0 ! important;
	}
	.testimonials-grid ul {
        columns: 2;
    }
	.contact-form-grid {
        display: flex;
        flex-flow: column;
    }
	.contact-form-box {
        display: block;
        width: auto;
        order: 2;
    }
	.contact-form-content {
        display: block;
        width: auto;
        order: 1;
        padding: 0;
    }
}



@media screen and (max-width: 860px) {
	#pc-menu {
		display: none;
	}

	.mobile-menu {
		display: block;
	}
	.footer-m li {
		padding: 0 0 5px 0;
	}
	.shall-we-begin {
		padding: 50px 320px 50px 20px;
	}
}

@media screen and (max-width: 767px) {
	.pricing-container {
        grid-template-columns: 1fr;
    }
	.pricing-container .card {
		width: 100%;
		grid-column-start: auto !important;
	}
}

@media screen and (max-width: 640px) {
	#Services {
		padding: 60px 0 0 0;
	}
	#Begin {
		padding: 0px 0 0px 0;
	}
	.testimonials-grid ul {
        columns: 1;
    }
	.shall-we-begin img {
		width: 280px;
		right: -25px;
	}
	nl{
		display: block;
	}
	.footer-m h3 {
		margin: 0 0 10px 0;
	}
	.footer-l {
        margin: 0 0 30px 0;
    }
	#Banner h1 {
		padding: 5px 0 0 0;
	}
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
    .portfolio-grid {
        padding: 0;
    }
}