html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Hind Madurai', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background: #f4fbf9;  
}

body.scrolling {
  overflow-y: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d8261c; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #343a40; 
}


.desktop-hide {
	display: none;
}

.nk-cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.9);
	display: none;
  }
  
  
 .pop-btn {
	position: absolute;
    right: 40px;
    top: 20px;
    color: #FFF;
    background-color: transparent;
    font-size: 2rem;
    border: 0;
    cursor: pointer;
 }
 
 .nk-cookie-banner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  width: 70%;
  height: auto;
  z-index: 9999999;
}

.frame {
	width: 95%;
	display: block;
	margin: 0 auto;
}

.head {
	width: 100%;
	display: table;
	margin-bottom: 10px;
	position: fixed;
	right: 20px;
	top: 0;
	background-color: #f4fbf9;
	z-index: 1;
}

.head-col {
	width: 20%;
	float: left;
	border-left: 1px solid #aaa;
	text-align: center;
	margin: 20px 0;
}

.head-logo-col {
	margin: 0;
	border: 0;
}

.head-col img {
	width: 60%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.head-col h2 {
	font-size: 1.3rem;
	text-transform: uppercase;
}

.head-col h4 {
	font-weight: normal;
}

.head-col-download {
	padding: 0 20px;
}

.head-col a.download-btn {
    border: none;
    padding: 15px;
    width: 100%;
    background-image: linear-gradient(to right, #b11116 , #d1171c);
    background-origin: border-box;
	color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
	border-radius: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.head-col a.download-btn:hover {
	background-image: linear-gradient(to right, #d1171c , #b11116);
}

.head-col a i {
	margin-left: 10px;
}

.main {
	width: 100%;
	display: table;
	margin-top: 120px;
}

.main-left {
	width: 70%;
	float: left;
	display: table;
}

.main-right {
	width: 30%;
	float: left;
	display: table;	
	padding: 0 0 0 30px;
	position: fixed;
	right: 20px;
}

.banner {
	width: 100%;
	display: table;
	box-shadow: 0px 5px 15px rgb(153 153 153 / 60%);
    -moz-box-shadow: 0px 5px 15px rgba(153, 153, 153, 0.6);
    -webkit-box-shadow: 0px 5px 15px rgb(153 153 153 / 60%);
	border-radius: 10px;
}

.banner img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}

.price {
	box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
    -moz-box-shadow: 0px 5px 15px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
	border-radius: 10px;
	background-image: linear-gradient(to right, #333 , #555);
    background-origin: border-box;
	padding: 10px 20px;
	margin-bottom: 10px;
	display: table;
	width: 100%;
}

.price:hover {
	background-image: linear-gradient(to right, #555 , #333);
}

.price-col {
	width: 50%;
	float: left;
	padding: 0 20px;
}

.price-col-border-right {
	border-right: 1px dotted #777;
}

.price h4 {
	font-weight: 600;
	color: #EEE;
}

.price h3 {
	font-size: 1.5rem;
    text-align: right;
	color: #EEE;
	font-weight: 300;
}

.price h3 span {
	text-transform: uppercase;
	font-size: 2rem;
	color: #FFF;
	font-weight: 900;
}

.price h2 {
	font-size: 2.5rem;
	line-height: 3rem;
	color: #FFF;
}

.price h2 span {
	font-weight: 300;
}

.sticky-form {
	box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
    -moz-box-shadow: 0px 5px 15px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
	border-radius: 10px;
	background-image: linear-gradient(to right, #555 , #333);
	background-origin: border-box;
	padding: 20px;
}

.sticky-form h4 {
	text-transform: uppercase;
    font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	color: #FFF;
}

.form {
    width: 100%;
}
.error {
    color: #F0C311;
    font-size: 0.7rem;
    position: relative;
	margin-top: 5px;
}
.form-col {
    width: 100%;
}

.form-control {
    width: 100%;
    height: 40px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
	background-color: #FFF;
	background-image: none;
	border: 1px dotted #CCC;
	margin: 10px 0 0 0;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.butn {
    border: none;
    padding: 15px;
    width: 100%;
    background-image: linear-gradient(to right, #b11116 , #d1171c);
    background-origin: border-box;
	color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
	margin-top: 10px;
	border-radius: 10px;
}
.butn:hover {
	background-image: linear-gradient(to right, #d1171c , #b11116);
}


.highlights {
	width: 100%;
	display: table;
	margin: 25px 0;
}

.highlights-full {
	width: 100%;
	display: table;
	background: #FFF;
    padding: 20px;
	box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
    -moz-box-shadow: 0px 5px 15px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
	border-radius: 10px;
}

.highlights-col {
	width: 25%;
	display: table;
	float: left;
	padding: 0 20px;	
}

.highlights-col-border {
	border-right: 1px solid #999;
}

.highlights-col-1 {
	width: 30%;
	display: table;
	float: left;	
}

.highlights-col-1 i {
	font-size: 2.5rem;
	color: #b11116;
	cursor: pointer;
	transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
}

.highlights-col-1 i:hover {
	color: #555;
	transform: scale(1.3);
}

.highlights-col-2 {
	width: 70%;
	display: table;
	float: left;
	padding: 10px 0;
}

.highlights-col-2 h4 {
	font-weight: 300;
}

.surrounded {
	width: 100%;
	display: table;
	margin: 50px 0;
}

.surrounded-full {
	width: 100%;
	display: table;
}

.surrounded-full h2 {
	font-weight: 600;
	margin: 0 0 20px 10px;
	text-transform: uppercase;
}

.surrounded-col {
	width: 32%;
	display: table;
	float: left;
	background-color: #FFF;
	box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
    -moz-box-shadow: 0px 5px 15px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
	border-radius: 10px;
	margin: 20px 5px;
}

.surrounded-col img {
	width: 100%;
	display: block;
	height: auto;
	border-radius: 10px 10px 0 0;
}

.surrounded-col-text {
	padding: 20px;
}

.surrounded-col-text h3 {
	font-size: 1rem;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 1rem;
}


.news {
	width: 100%;
	display: table;
	margin: 50px 0;
}

.news-full {
	width: 100%;
	display: table;
}

.news-full h2 {
	font-weight: 600;
	margin: 0 0 20px 10px;
	text-transform: uppercase;
}

.news-col {
	width: 47%;
	display: table;
	float: left;
	background-color: #FFF;
	box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
    -moz-box-shadow: 0px 5px 15px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
	border-radius: 10px;
	margin: 20px 10px;
}

.news-col img {
	width: 100%;
	display: block;
	height: auto;
	border-radius: 10px 10px 0 0;
}

.news-col-text {
	padding: 20px;
}

.news-col-text h3 {
	font-size: 0.9rem;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.news-col-text a {
    border: none;
    padding: 7px 25px;
    width: 100%;
    background-image: linear-gradient(to right, #CCC , #EEE);
    background-origin: border-box;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
}


.location-map {
	width: 100%;
	display: table;
	margin: 50px 0;
}

.location-map-full {
	width: 100%;
	display: table;
	box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
    -moz-box-shadow: 0px 5px 15px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
	border-radius: 10px;
	padding: 30px;
	background-color: #FFF;
}

.location-map-full a {cursor: zoom-in;}

.location-map-full img {
	width: 100%;
	display: block;
	height: auto;
	border-radius: 10px;
}

.contact {
	width: 100%;
	display: table;
	margin: 50px 0;
}

.contact-full {
	width: 100%;
	display: table;
	padding: 30px 0;
	box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
    -moz-box-shadow: 0px 5px 15px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
	border-radius: 10px;
	background-color: #FFF;
}

.contact-col-left {
	width: 40%;
	float: left;
	display: table;
	
}

.contact-col-right {
	width: 60%;
	float: left;
	display: table;
	padding: 0 50px;
	border-left: 1px solid #999;
}

.contact-col-right p {
	line-height: 1.8rem;
}

.contact-col-right a {
	color: #000;
	font-weight: 600;
}

.contact-col-right i {
	margin-right: 10px;
	color: #b11116;
}

.contact-col-left img {
	width: 80%;
	display: block;
	height: auto;
	margin: 0 auto;
}

.designby {
	width: 100%;
	display: table;
	margin: 50px 0 10px 0;
}

.designby-full {
	width: 100%;
	display: table;
	padding: 30px 0;
	box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
    -moz-box-shadow: 0px 5px 15px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
	border-radius: 10px;
	background-color: #FFF;
}

.designby-col {
	width: 50%;
	float: left;
	display: table;
	padding: 0 30px;
}

.designby-col-right {
	text-align: right;
}

.designby-col-right a {
	color: #b11116;
	font-weight: 600;
}

.googlemaps {
	width: 100%;
	display: table;
	margin: 50px 0 10px 0;
}

.googlemaps-full {
	width: 100%;
	display: table;
	padding: 30px;
	box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
    -moz-box-shadow: 0px 5px 15px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
	border-radius: 10px;
	background-color: #FFF;
}

.googlemaps-col-left {
	width: 75%;
	float: left;
	display: table;
}

.googlemaps-col-left h4 {
	font-size: 2rem;
	font-weight: normal;
}

.googlemaps-col-right {
	width: 25%;
	float: left;
	display: table;
	padding-top: 10px;
}

.googlemaps-col-right a {
    border: none;
    padding: 15px 35px;
    width: 100%;
    background-image: linear-gradient(to right, #b11116 , #d1171c);
    background-origin: border-box;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
}

.googlemaps-col-right a i {
	margin-left: 10px;
}

.googlemaps-col-right a:hover {
	background-image: linear-gradient(to right, #d1171c , #b11116);
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}

.modal-content1 {
    background-color: #D00915;
    margin: auto;
    padding: 20px;
    width: 30%;
}

.modal-content1 h3 {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #FFF;
    text-align: center;
}

.closebtn {
    color: #DDD;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 5%;
}

.modal-content1 .butn {
    border: none;
    padding: 15px;
    width: 100%;
    background-image: linear-gradient(to right, #f9b904 , #f9e769);
    background-origin: border-box;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 10px;
}

.modal-content1 .butn:hover {
	background-image: linear-gradient(to right, #f9e769 , #f9b904);
}

.wa {
    z-index: 99999;
    position: fixed;
    bottom: 50%;
    left: 0;
}

.wa img {
	width: 70%;
}

.pdf {
    z-index: 99999;
    position: fixed;
    bottom: 60%;
    left: 0;
}

.pdf img {
	width: 70%;
}

.pencil {
    z-index: 99999;
    position: fixed;
    bottom: 40%;
    left: 0;
}

.pencil img {
	width: 70%;
}

.pencil a {
	cursor: pointer;
}

.thanks {
	background-color: #FFF;
	color: #000;
	width: 100%;
	display: table;
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3)), url("img/contact.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 20px 0;
}
.contact-text p {font-size: 1rem; line-height: 2.5rem;}
.contact-text a {text-decoration: none; color: #000;}
.contact-text a:hover {color: #708735;}
.contact-text {width: 100%; display: table;}
.contact-text img {width: 200px; margin: 30px 0;}
hr.contact-grad {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
    width: 40%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.md {
    padding: 20px;
}

.company h1 {
    font-size: 1.8rem;
    text-transform: uppercase;
    line-height: 3rem;
}

hr.grad {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    width: 40%;
    margin: 30px auto;
}

.w-80 {
    width: 80% !important;
}
.text-center {
    text-align: center !important;
}
.company {
    display: block;
    margin: 0 auto;
}
.copyright-col {
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    width: 40%;
    margin: 30px auto;
}

p.copyright-thanks {
    font-size: 0.8rem;
    line-height: 2.5rem;
}

.modal-content-popup-form {
	margin-top: 10%;
}

.modal-content-popup-form p {
	color: #FFF;
	font-size: 0.8rem;
	padding: 10px 0;
}

.modal-content-popup-form h3 {
	font-size: 1.1rem;
	letter-spacing: 0;
	text-decoration: underline;
}

.top-mobile-image {
	position: relative;
}

.top-mobile-image .overlay {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(rgba(244, 251, 249, 0), rgba(244, 251, 249, 0.6), rgba(244, 251, 249, 0.8), rgba(244, 251, 249, 1));
    height: 20%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-mobile-image img {
	width: 100%; 
	height: auto; 
	display: block;
}