

#Container, header, nav, section, #Connect, footer, #Content-Container, #Banner, #Banner-S, #About, #Begin, #Services, #C-Slider, #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, #C-Slider-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 headtxt{
    display: block;
    background: url(../images/druvakarthik-bird-ico.svg) no-repeat center top;
    background-size: 80px;
    padding: 80px 0 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: #1A1917;
    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;
}

/* Services */

#Services {
    padding: 60px 0;
    position: relative;
} 

#Services h2{
    font: 400 30px / 40px 'Sofia Pro';
    letter-spacing: 0.4px;
    color: #141414;
    text-align: center;
    margin: 0 0 10px 0;
}

#Services h2 color{
    color:#e75442;
}

#Services p.intro{
    font: 500 16px / 30px 'gt_walsheim_proregular';
    letter-spacing: 1px;
    text-align: center;
    color: #141414;
    margin: 15px auto 30px auto;
    width: 90%;
}

.services-list-home {
	text-align: center;
}

.services-list-home li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 450px;
    width: 30%;
    transition: 0.8s all ease;
    overflow: hidden;
	color: #fff;
}

.services-list-home li:hover{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.services-list-home .services-txt {
	position: absolute;
    width: 100%;
	transition: 0.7s all ease;
	color: #fff;
}

.services-list-home li .services-txt {
    bottom: 0%;
}

.services-list-home li a{
	display: block;
    height: 100%;
}

.services-list-home li h3{
    font: 600 24px/32px "Josefin Sans", sans-serif;
	margin: 15px 0;
}

.services-list-home li p{
    font: 400 14px/28px "Josefin Sans", sans-serif;
    padding: 10px;
    letter-spacing: 0.5px;
	opacity: 1;
	transition: 0.7s all ease;
}

.house-construction-ico{
	background: url(../images/house-construction-ico.jpg) no-repeat center center #fff;
	background-size: cover;
}

.interior-ico{
	background: url(../images/house-construction-ico.jpg) no-repeat center center #fff;
	background-size: cover;
}

.planning-ico{
	background: url(../images/house-construction-ico.jpg) no-repeat center center #fff;
	background-size: cover;
}

.civilwork-ico{
	background: url(../images/house-construction-ico.jpg) no-repeat center center #fff;
	background-size: cover;
}


/* 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{
    font: 400 30px / 40px 'Sofia Pro';
    margin: 0 0 10px 0;
    text-align: center;
    letter-spacing: 1px;
    color: #141414;
    padding: 0 20px;
}

#C-Slider h3 color{
    color: #e75442;
}


.logos {
	overflow: hidden;
	padding: 30px 0px;
	white-space: nowrap;
	position: relative;
}


.marquee-container {
  display: flex;
  width: fit-content;
  animation: scroll-marquee 70s linear infinite;
}

.client-list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.client-list li{
	display: flex;
    vertical-align: top;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    margin: 0 20px;
	list-style: none;
    width: 170px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
}

.marquee-container:hover {
  animation-play-state: paused;
}

.client-list li img {
  width: auto;
  display: block;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* About Page */

.about-pg-grid{
	margin: 20px 0;
}

.abt-l {
    background: #1a1a1a;
	padding: 40px;
	vertical-align: middle;
}

.abt-l h2 {
    font: 400 22px / 30px 'Sofia Pro';
    color: #e75442;
    margin: 10px 0;
    letter-spacing: 0.5px;
}

.abt-l p {
	font: 300 16px / 30px 'gt_walsheim_proregular';
	color: #c8c8cf;
	letter-spacing: 1px;
	text-align: justify;
	padding: 10px 0;
}

.abt-l .book-btn {
	display: inline-block;
	font: 400 14px / 23px 'gt_walsheim_proregular';
	margin: 0;
	padding: 10px;
	width: 160px;
	text-align: center;
	letter-spacing: 0.5px;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	transition: 0.6s all ease;
}

.abt-l .book-btn:hover {
	background: #fff;
	color: #141414;
}


.abt-r {
	text-align: center;
	vertical-align: middle;
}

.abt-r img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


/* Reviews & Stars */

.testimonials-grid ul {
	columns: 3;
	column-gap: 1.5rem;
	padding: 0;
	list-style: none;
}

.testimonials-grid li {
	break-inside: avoid;
	padding: 30px ! important;
	margin-bottom: 1rem;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, #000000, #050002, #0a0104, #0e0106, #110208) ! important;
}

.testimonials-grid li p:first-child {
	background: url(../images/blockquote.svg) no-repeat left 10px;
	background-size: 24px;
	text-indent: 40px;
}

.auth {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.5rem;
	font-weight: bold;
	font-size: 0.9rem;
	color: #333;
}

.stars {
	font-size: 18px;
	color: #F6CC5D;
	letter-spacing: 2px;
	font-family: 'gt_walsheim_proregular';
}

.auth span {
    color: #ffffff;
    font: 600 13px / 22px 'Sofia Pro';
    letter-spacing: 1px;
}

.auth span img {
	width: 24px;
	display: block;
	margin: 0 auto 5px auto;
}

/* Services */

#Services {
	background: #fff;
}

.services-list {
	text-align: center;
}

.textMain .services-list > li {
	position: relative;
	display: block;
	vertical-align: top;
	transition: 0.8s all ease;
	overflow: hidden;
	color: #fff;
	margin: 0 0 30px 0;
	padding: 30px;
    background: #1a1a1a;
}

.textMain .services-list>li:nth-child(odd) .service-text {
	padding: 0 30px 0 0;
}

.textMain .services-list>li:nth-child(even) .service-text {
	padding: 0 0 0 30px;
}

.textMain .service-img {
	vertical-align: middle;
	text-align: right;
	width: 480px;
}

.textMain .service-text {
	vertical-align: middle;
}

.textMain .service-text h2 {
	text-align: left;
    font: 400 30px / 46px 'Sofia Pro';
    color: #e75442;
    letter-spacing: 0.5px;
    margin: 10px 0 0 0;
}

.textMain .service-text h2 span{
    display: block;
    color: #fff;
    font: 400 18px / 30px 'Sofia Pro';
	margin: 0 0 20px 0;
}

.textMain .service-text h3 {
	text-align: left;
}

.textMain .service-text p {
	font: 400 16px / 30px 'gt_walsheim_proregular';
	color: #c8c8cf;
	letter-spacing: 0.2px;
	text-align: left;
}

.textMain .service-text li {
	font: 400 15px / 30px 'gt_walsheim_proregular';
	color: #c8c8cf;
	letter-spacing: 0.4px;
	text-align: left;
	padding: 4px 0 4px 30px;
	background: url(../images/ticker.svg) no-repeat left 9px;
	background-size: 21px;
}

.textMain .service-text .why-btn {
    display: block;
    font: 400 14px / 23px 'gt_walsheim_proregular';
    margin: 20px 0 0 0;
    padding: 6px;
    width: 120px;
    text-align: center;
    letter-spacing: 0.5px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    transition: 0.6s all ease;
}

.textMain .service-text .why-btn:hover {
	background: #141414;
	color: #fff;
}

/* Pricing */

.gc-intro {
    margin: 0px auto 20px auto;
}

.pricing-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 1rem;
  margin: 0 auto;
}

.pricing-container .card {
  background-color: #1a1a1a;
  padding: 1.5rem;
  width: 100%; /* fill grid cell */
}

.pricing-container .card levels {
	display: block;
	font: 400 13px / 30px 'gt_walsheim_proregular';
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pricing-container .card .card-color {
	padding: 10px;
	position: relative;
}

.pricing-container .card .card-color:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: #1a1a1a;
	border-top-left-radius: 50px;
}


.pricing-container .card .card-color dot {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #ccc;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: 0.6s all ease;
	border-radius: 10px;
}


.pricing-container .static .card-color dot {
	background: #FFBB70;
}

.pricing-container .wordpress .card-color dot {
	background: #71AEF2;
}

.pricing-container .ecommerce .card-color dot {
	background: #73BD6B;
}

.pricing-container .notsure .card-color dot {
	background: #DBDED8;
}

.pricing-container .card.static .card-color {
	background-color: #FFBB70;
}




/* The Bookmark Ribbon itself */
.bookmark-ribbon {
	position: absolute;
    top: -62px;
    right: 30px;
    color: #fff;
    text-align: center;
    padding: 20px 5px 10px 5px;
    width: 90px;
    height: 80px;
    transform-origin: 0% 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 10;
    font: 500 13px / 18px 'gt_walsheim_proregular';
	background-color: #65000b;
background-image: linear-gradient(180deg, #65000b 0%, #d3011c 74%);

}


/* The small triangle cutout on the bottom of the ribbon */
.bookmark-ribbon::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 20px solid #d3011c;
    z-index: 1;
}



.pricing-container .card.wordpress .card-color {
	background-color: #71AEF2;
}

.pricing-container .card.ecommerce .card-color {
	background-color: #73BD6B;
}

.pricing-container .card.notsure .card-color {
	background-color: #DBDED8;
}

.pricing-container preference {
    position: absolute;
    right: -1px;
    top: -32px;
    padding: 0 10px;
    font: 400 13px / 32px 'gt_walsheim_proregular';
}

 

.pricing-container h2 {
	margin-top: 0;
	font: 400 24px / 34px  'Sofia Pro';
	color: #141414;
}

.pricing-container .card.notsure h2 {
	color: #F6CC5D;
    text-transform: none;
	font: 400 24px / 34px  'Sofia Pro';
}


.pricing-container .card.notsure img {
    width: 180px;
    display: block;
    margin: auto;
}

.pricing-container .card.notsure .phone-ico {
    background: url(../images/phone-ico.svg) no-repeat -9px 8px;
    background-size: 36px;
    padding: 10px 10px 10px 30px;
    font: 500 22px / 32px 'gt_walsheim_proregular';
    margin: 10px 0 0 0;
}




.pricing-container h2 span{
    font: 400 14px / 30px 'gt_walsheim_proregular';
	
}

.pricing-container h4 {
	font: 400 18px / 32px 'gt_walsheim_proregular';
	letter-spacing: 0.3px;
	color: #ffffff;
	margin: 10px 0 0 0;
}

.pricing-container .card.static h4 {
	color: #FFBB70;
}

.pricing-container .card.wordpress h4 {
	color: #71AEF2;
}

.pricing-container .card.ecommerce h4 {
	color: #73BD6B;
}

.pricing-container .card.notsure h4 {
	color: #DBDED8;
}



.pricing-container .price {
	font-size: 1.5rem;
	margin: 0.5rem 0;
	color: #141414;
}

.pricing-container .subtext {
	font-size: 0.9rem;
	color: #141414;
}

.pricing-container .btn {
	display: block;
	margin-top: 1rem;
	padding: 3px 10px;
	background-color: rgb(0 0 0 / 65%);
	color: #fff;
	border-radius: 999px;
	border: none;
	cursor: pointer;
	font: 400 12px / 30px 'gt_walsheim_proregular';
	width: 115px;
	letter-spacing: 0.5px;
	text-align: center;
}

.pricing-container .btn:hover {
	background-color: #333;
	color: #fff ! important;
}

.pricing-container ul {
	margin-top: 1rem;
}


.textMain .pricing-container li {
	font: 400 15px / 30px 'gt_walsheim_proregular';
	color: #c9c9c9;
	letter-spacing: 0.4px;
	text-align: left;
	padding: 4px 0 4px 30px;
    background: url(../images/ticker.svg) no-repeat 0px 10px;
	background-size: 21px;
}

.textMain .pricing-container li.extra {
	background: url(../images/cross.svg) no-repeat left 9px;
	background-size: 21px;
}

.pricing-container .view-btn {
	display: inline-block;
	font: 400 14px / 23px 'gt_walsheim_proregular';
	margin: 20px 0 0 0;
	padding: 6px;
	width: 120px;
	text-align: center;
	letter-spacing: 0.5px;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	transition: 0.6s all ease;
}

.pricing-container .view-btn:hover {
	background: #fff;
    color: #141414;
}


/* Internal Services */


.iservices-list {
	text-align: center;
}

.textMain .iservices-list > li {
	position: relative;
	display: block;
	vertical-align: top;
	transition: 0.8s all ease;
	overflow: hidden;
	color: #fff;
	margin: 0 0 30px 0;
	padding: 30px;
    background: #1a1a1a;
}

.textMain .iservices-list>li:nth-child(odd) .iservice-text {
	padding: 0 30px 0 0;
}

.textMain .iservices-list>li:nth-child(even) .iservice-text {
	padding: 0 0 0 30px;
}

.textMain .iservice-img {
	vertical-align: middle;
	text-align: right;
	width: 480px;
}

.textMain .iservice-text {
	vertical-align: middle;
}

.textMain .iservice-text h2 {
    text-align: left;
    font: 400 30px / 36px 'Sofia Pro';
    color: #e75442;
    letter-spacing: 0.5px;
    margin: 20px 0 20px 0;
}

.textMain .iservice-text h2 span{
    display: block;
    color: #fff;
    font: 400 18px / 30px 'Sofia Pro';
	margin: 0 0 20px 0;
}

.textMain .iservice-text h3 {
	text-align: left;
}

.textMain .iservice-text p {
	font: 400 16px / 30px 'gt_walsheim_proregular';
	color: #c8c8cf;
	letter-spacing: 0.2px;
	text-align: left;
}

.textMain .iservice-text li {
	font: 400 15px / 30px 'gt_walsheim_proregular';
	color: #c8c8cf;
	letter-spacing: 0.4px;
	text-align: left;
	padding: 4px 0 4px 30px;
	background: url(../images/ticker.svg) no-repeat left 9px;
	background-size: 21px;
}

/* 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;
}

/* 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);
    color: #fff;
    transition: 0.7s all ease;
}

.quick-services-r li:hover span{
	background: #fff;
    border: 1px solid #fff;
    color: #141414;
}

/* 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;
    }
}