﻿html{box-sizing:border-box; height: 100%;}*,*:before,*:after{box-sizing:inherit}

body{margin:0; height:100%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; background:#ffffff;font-family: Roboto, Arial, Helvetica, sans-serif; color:#000000; font-size:16px; line-height:26px}

a:link.w3-text {color:inherit;text-decoration:none}
a:active.w3-text {color:inherit;text-decoration:none}
a:visited.w3-text {color:inherit;text-decoration:none}
a:hover.w3-text {text-decoration:none}

a:link.w3-text2 {color:inherit; text-decoration:none}
a:active.w3-text2 {color:inherit; text-decoration:none}
a:visited.w3-text2 {color:inherit; text-decoration:none}
a:hover.w3-text2 {text-decoration:none;color:#432D2F}

a:link.w3-text3 {color:inherit; text-decoration:underline}
a:active.w3-text3 {color:inherit; text-decoration:underline}
a:visited.w3-text3 {color:inherit; text-decoration:underline}
a:hover.w3-text3 {text-decoration:none;color:#432D2F}

a:link.w3-text4 {color:inherit; text-decoration:underline}
a:active.w3-text4 {color:inherit; text-decoration:underline}
a:visited.w3-text4 {color:inherit; text-decoration:underline}
a:hover.w3-text4 {text-decoration:none}

.sree{font-family: Sree}
.white{color:#ffffff}

.nav {padding: 30px 0px; font-size: 16px; line-height: 26px; color: #ffffff}

h1{font-family:Sree;font-size:48px; line-height:60px; color:#000000; font-weight:400}
h2{font-family:Sree;font-size:36px; line-height:36px; color:#000000; font-weight:400}
h3{font-family:Sree;font-size:48px; line-height:60px; color:#ffffff; font-weight:400}

.p1{font-size:20px; line-height:36px}
.p2{font-size:32px; line-height:40px}
.p3{font-size:20px; line-height:36px}

.f1{font-size:20px; line-height:36px}
.f2{font-size:32px; line-height:40px}
.f3{font-size:12px; line-height:20px}

.vertical-line{display: inline-block; width: 0; height: 100%; max-height: 139px; border-left: 1px solid #fff; margin: 0 auto; padding: 0; text-indent: -9999px; overflow: hidden; vertical-align: middle}

.flex-container{display:-webkit-box; display:-webkit-flex; display:flex}
.directionV{-webkit-flex-direction:column; flex-direction:column}
.wrap{-webkit-flex-wrap:wrap; flex-wrap:wrap}

.content-center {
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.content-container {-webkit-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction:column; flex-direction:column; padding-top:150px}

.home-facilities{display: flex; flex-direction: column; /*justify-content: space-between;*/ height: 100%}
.home-facilities-box img{width:100%; max-width: 190px; transition: transform 0.5s ease-in-out}
.home-facilities p{font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 20px; color:#000000}
/*.home-facilities a:hover p{color:#432D2F}*/

.home-brand{display: flex; flex-direction: column; /*justify-content: space-between;*/ height: 100%}
.home-brand-box img{width:100%; max-width: 190px; transition: transform 0.5s ease-in-out}
.home-brand p{font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 20px; color:#000000}
/*.home-brand a:hover p{color:#432D2F}*/

/* Products - image mouseover */
.container1 {
	position: relative;
	width: 100%;
	border-radius: 30px;
}

.image1 {
	display: block;
	width: 100%;
	height: auto;
}

.overlay1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;/*0.5*/
	transition: .1s ease;
	/*background-color: #000000;*/
}

.container1:hover .overlay1 {
	/*opacity: 0.3;*/
	opacity: 1;
	background-color: transparent;
}

.text1 {
	color: white;
	font-family: YesevaOne, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 70px;
	position: absolute;	
	top: 80%;
	left: 0%;
	bottom: 0%;
	right: 0%;
	text-align: center;
	/*text-shadow: 1px 1px 1px black, 0 0 8px black, 0 0 2px black;*/
}

.container1:hover .text1 {
	color: #333333;
	/*text-shadow: 1px 1px 1px black, 0 0 8px black, 0 0 2px black;*/
}
.text2 {
	color: #333333;
	font-family: YesevaOne, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 70px;
	position: absolute;	
	top: 80%;
	left: 0%;
	bottom: 0%;
	right: 0%;
	text-align: center;
	/*text-shadow: 1px 1px 1px black, 0 0 8px black, 0 0 2px black;*/
}

.container1:hover .text2 {
	color: white;
	/*text-shadow: 1px 1px 1px black, 0 0 8px black, 0 0 2px black;*/
}
/* END image mouseover */

/* image Zoom */
.geeks {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

	.geeks img {
		width: 100%;
		transition: 0.5s all ease-in-out;
	}

	.geeks:hover img {
		transform: scale(1.1);
	}

.geeks2 {
	width: 100%;
/*	height: 100%;*/
	overflow: hidden;
	margin: 0 auto;
	}

.geeks2 img {
	width: 100%;
	transition: 0.5s all ease-in-out;
	}

.geeks2:hover img {
	transform: scale(1.1);
	}
/* End image Zoom */

.g-recaptcha{margin:25px 0px}

.enquiry-container{min-width:400px; width:100%; margin-top:0px; background:inherit}
.enquiry-container .form{padding:30px 0px}
#contactForm label{display:block;font-family:Roboto, Arial, Helvetica, sans-serif; font-size: 20px; color: #000000; line-height:36px}
#contactForm input,select{padding-left:10px; margin-bottom:10px; border: 1px solid #c2c2c2; display:block;width:100%; max-width:555px; height:60px; font-family:Roboto, Arial, Helvetica, sans-serif; font-size:18px; color:#000000; background-color:#ffffff}
#contactForm textarea{display:block;width:100%; max-width:555px; height:200px; font-family:Roboto, Arial, Helvetica, sans-serif; font-size:18px; color:#000000; padding:10px; margin-bottom:10px; border: 1px solid #c2c2c2; background-color:#ffffff}
#contactForm .hidetext{display:none; visibility:hidden}

.contactForm label{display:block;font-family:Roboto, Arial, Helvetica, sans-serif; font-size: 20px; color: #000000; line-height:36px}
.contactForm .input,select{padding-left:10px; margin-bottom:10px; border: 1px solid #c2c2c2; display:block;width:100%; max-width:400px; height:60px; font-family:Roboto, Arial, Helvetica, sans-serif; font-size:18px; color:#000000; background-color:#ffffff}
.contactForm textarea{display:block;width:100%; max-width:400px; height:200px; font-family:Roboto, Arial, Helvetica, sans-serif; font-size:18px; color:#000000; padding:10px; margin-bottom:10px; border: 1px solid #c2c2c2; background-color:#ffffff}
.contactForm .hidetext{display:none; visibility:hidden}

.btn {text-decoration: none; cursor:pointer; transition: 0.5s;}
.btn span {display: inline-block; position: relative; transition: 0.5s;}
.btn span:after {content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s;}
.btn:hover span {padding-right: 20px;}
.btn:hover span:after {opacity: 1; right: 0;}

.btn2 {text-decoration: none; cursor:pointer; transition: 0.5s;}
.btn2 span {display: inline-block; position: relative; transition: 0.5s;}
.btn2 span:before {content: '\00ab'; position: absolute; opacity: 0; top: 0; left: -20px; transition: 0.5s;}
.btn2:hover span {padding-left: 20px;}
.btn2:hover span:before {opacity: 1; left: 0;}

.button {border: 1px solid #432D2F;background:#432D2F; color:#ffffff;padding: 0px; margin:20px 0px; width:210px; height:50px; font-family:Roboto; font-size:16px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 50px; transition: 0.6s}
.button:hover {background:#000000; border: 1px solid #000000; color:#ffffff}
.button2 {border: 1px solid #000000;background:#000000; color:#ffffff;padding: 0px; margin:20px 0px; width:205px; height:50px; font-family:Roboto; font-size:18px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 50px; transition: 0.6s}
.button2:hover {background:#432D2F; border: 1px solid #000000; color:#ffffff}

.footer {flex-shrink: 0}

.w3-padding-5{padding:5px}
.w3-padding-10{padding:10px}
.w3-padding-15{padding:15px}
.w3-padding-20{padding:20px}
.w3-padding-30{padding:30px}

.w3-padding,.w3-row-padding:after,.w3-row-padding:before,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}

.w3-left{float:left!important}.w3-right{float:right!important}

.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}

.w3-top{position:fixed; padding:0 30px; top:0; width:100%; height:150px; z-index:9999; background: #ffffff; -webkit-justify-content:center; justify-content:center; align-items: center; justify-content: space-between}

/*
.w3-button{border:none;display:inline-block;padding:10px 0 10px 25px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:Gantari; font-size:20px; line-height:36px;color:#ffffff;text-align:center;white-space:nowrap; font-weight:500; transition: 0.6s}
a:hover.w3-button{color:#ff2600;text-decoration:none}
*/

.w3-button2{display: inline-block; border: 1px solid #432D2F; background:#432D2F; color:#ffffff; padding: 6px 20px; margin:20px 0px; width:200px; font-family:Roboto; font-size:21px; line-height: 36px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 35px; transition: 0.6s}
.w3-button2:hover{background:#000000; border: 1px solid #000000; color:#ffffff}

.w3-buttonP {font-family: Roboto; border-radius: 50%; font-size: 16px; border: none; display: inline-block; width: 100%; padding: 13px 16px; margin: 20px 0px; vertical-align: middle; overflow: hidden; text-decoration: none; color: #ffffff; background-color: #432D2F; cursor: pointer; white-space: nowrap; transition: 0.6s}
.w3-buttonP:hover {background: #000000; color: #ffffff}
.fa-phone {
  color: transparent !important;         /* Transparent fill */
  -webkit-text-stroke: 1px #ffffff;     /* White outline (thinner 1px stroke) */
  text-stroke: 1px #ffffff;             /* Standard property for modern browsers */
}

.w3-center{text-align: center !important}

.w3-left-align {
    text-align: left !important;
}

.w3-right-align {
    text-align: right !important;
}

.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}

.w3-quarter{width:24.99999%}
.w3-third{width:33.33333%}
.w3-half{width:49.99999%}
.w3-whole{width:99.99999%}

/*Animation*/
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom .8s ease-out;
}
.active.fade-bottom2 {
  animation: fade-bottom 1.1s ease-out;
}
.active.fade-bottom3 {
  animation: fade-bottom 1.4s ease-out;
}
.active.fade-bottom4 {
  animation: fade-bottom 1.7s ease-out;
}
.active.fade-bottom5 {
  animation: fade-bottom 2.0s ease-out;
}
.active.fade-bottom6 {
  animation: fade-bottom 2.3s ease-out;
}
.active.fade-bottom7 {
  animation: fade-bottom 2.6s ease-out;
}

.active.fade-left {
  animation: fade-left .8s ease-out;
}
.active.fade-right {
  animation: fade-right .8s ease-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/*Animation2 - Auto show .8s*/
.animated {animation: .8s ease-out}
.animated2 {animation: 1.1s ease-out}
.animated3 {animation: 1.4s ease-out}
.animated4 {animation: 1.7s ease-out}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
         
.fadeInLeft {
	animation-name: fadeInLeft;
}
         
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
         
.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInBottom {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
         
.fadeInBottom {
	animation-name: fadeInBottom;
}
/*End Animation2 - Auto show*/

/*showig 1 by 1*/
.sw {
  opacity: 0;
  animation: fadeIn 1.5s ease-in both;
}
.sw-2 {
  animation-delay: 0.5s;
}
.sw-3 {
  animation-delay: 0.8s;
}
.sw-4 {
  animation-delay: 1.2s;
}
.sw-5 {
  animation-delay: 1.4s;
}
.sw-6 {
  animation-delay: 2s;
}
.sw-7 {
  animation-delay: 2.4s;
}
.sw-8 {
  animation-delay: 3s;
}

@keyframes fadeIn {
100% {
    opacity: 1;
  }		
}
/*End showing2 1 by 1*/

/*image Border*/
#rcorners1 {
  border-radius: 50px;
}
#rcorners2 {
  border-radius: 20px;
}
#rcornersR {
  border-radius: 0px 50px 50px 0px;
}
#rcornersL {
  border-radius: 50px 0px 0px 50px;
}
/*End image Border*/

@media (max-width:600px){
	body{font-size:16px!important; line-height:28px!important; cursor:auto!important}
	
	.w3-buttonP{border-radius:50%;font-size:22px;padding:6px 9px; margin:20px 0px}
	
	.logo{max-width:120px!important}
	.logo-center{margin-left:10%; flex: 1; text-align: center;}/*padding-left:85px*/

	h1{font-size: 38px; line-height: 40px}
	h2{font-size: 26px; line-height: 30px}
	h3{font-size: 35px; line-height: 45px; margin:20px 0px}	

	.p1{font-size: 20px; line-height: 30px}	
	.p2{font-size: 20px; line-height: 36px}	
	.p3{font-size: 16px; line-height: 30px}
	
	.f1{font-size: 16px; line-height: 24px}
	.f2{font-size: 20px; line-height: 30px}

	.button{width:180px; height:45px; font-size:15px}
	
	.w3-button2{width:120px; height:45px; font-size:15px}
	
	#rcorners1 {border-radius: 30px}	
	#rcorners2 {border-radius: 20px}

	#contactForm label{font-size: 16px; line-height:30px}
	#contactForm input,select{height:40px; font-size:16px}
	#contactForm textarea{height:150px; font-size:16px}
	
	
	.enquiry-container{min-width:300px; width:100%}
	.contactForm label{font-size: 16px; line-height:30px}
	.contactForm .input,select{height:40px; font-size:16px}
	.contactForm textarea{height:150px; font-size:16px}

	.directionR{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}
	
	.content-container {padding-top:100px!important}

	.banner{height:171px}
	.banner2{height:50px}

	.w3-top{height:100px!important; padding:0 10px}

	.footer-direction{-webkit-flex-direction:column; flex-direction:column}		
	
	.w3-hide-x-small{display:none!important}
	
	.w3-padding{padding:30px 20px}
	.w3-padding2{padding:30px 20px}

	.w3-padding-x{padding:0px 20px}
	.w3-padding-y{padding:30px 0px}
	
	.w3-padding-footer{padding:10px}

	.w3-col.xs2{width:16.66666%}
	.w3-col.xs3{width:24.99999%}
	.w3-col.xs4{width:33.33333%}
	.w3-col.xs6{width:49.99999%}
	.w3-col.xs8{width:66.66666%}
	.w3-col.xs9{width:74.99999%}
	
	.w3-col.xs10{width:5%}
	.w3-col.xs11{width:40%}
	}

@media (min-width:601px) and (max-width:992px){
	body{font-size:18px!important; line-height:30px!important; cursor:auto!important}
	
	.f1{font-size: 18px; line-height: 26px}
	.f2{font-size: 28px; line-height: 36px}
	
	.vertical-line{height: 100%; max-height: 200px}
	
	.logo-center{margin-left:20%; flex: 1; text-align: center;}/*padding-left:100px*/

	.directionR{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}

	.banner{height:331px}
	.banner2{height:109px}
	
	.w3-hide-small{display:none!important}
	
	.footer-direction{-webkit-flex-direction:column; flex-direction:column}
	
	.w3-padding{padding:30px 20px}
	.w3-padding2{padding:30px 20px}

	.w3-padding-x{padding:0px 20px}
	.w3-padding-y{padding:30px 0px}

	.w3-padding-footer{padding:10px 30px}

	.w3-col.s2{width:16.66666%}
	.w3-col.s3{width:24.99999%}
	.w3-col.s4{width:33.33333%}
	.w3-col.s6{width:49.99999%}
	.w3-col.s8{width:66.66666%}
	.w3-col.s9{width:74.99999%}

	.w3-col.s10{width:5%}
	.w3-col.s11{width:45%}
	}
	
@media (min-width:993px) and (max-width:1440px){
	body{font-size:20px!important; line-height:30px!important; cursor:auto!important}
	
	.logo-center{margin-left:10%; flex: 1; text-align: center;}/*padding-left:100px*/
	
	.banner{height:431px}
	.banner2{height:207px}
	
	.w3-hide-large{display:none!important}

	.w3-padding{padding:60px 20px}
	.w3-padding2{padding:60px 20px}

	.w3-padding-x{padding:0px 20px}	
	.w3-padding-y{padding:60px 0px}

	.w3-padding-footer{padding:10px 30px}

	.w3-col.l1{width:14%}
	.w3-col.l2{width:16.66666%}
	.w3-col.l3{width:24.99999%}
	.w3-col.l4{width:33.33333%}
	.w3-col.l6{width:49.99999%}
	.w3-col.l8{width:66.66666%}
	.w3-col.l9{width:74.99999%}

	.w3-col.l10{width:5%}
	.w3-col.l11{width:40%}
	.w3-col.l12{width:30%}
	}
	
@media (min-width:1441px){
	.banner{height:821px}
	.banner2{height:207px}

	.logo-center{margin-left:10%; flex: 1; text-align: center;}/*padding-left:85px*/
	
	.w3-hide-x-large{display:none!important}
	
	.w3-padding{padding:60px 16.66%}
	.w3-padding2{padding:60px 5%}

	.w3-padding-x{padding:0px 16.66%}
	.w3-padding-y{padding:60px 0px}

	.w3-padding-footer{padding:10px 30px}

	.w3-col.xl1{width:14%}
	.w3-col.xl2{width:16.66666%}
	.w3-col.xl3{width:24.99999%}
	.w3-col.xl4{width:33.33333%}
	.w3-col.xl6{width:49.99999%}
	.w3-col.xl8{width:66.66666%}
	.w3-col.xl9{width:74.99999%}

	.w3-col.xl10{width:5%}
	.w3-col.xl11{width:40%}
	.w3-col.xl12{width:30%}
	}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular-webfont.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sree';
    src: url('fonts/SreeKrushnadevaraya-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

#elevator_item {
    width: 63px;
    height: 63px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    opacity: 1;
    z-index: 100020;
    display: none;
}
#elevator_item.off {
	opacity: 0;
	visibility: hidden
}
#elevator {
    display: block;
    width: 63px;
    height: 63px;
    background: url(images/iconTop.webp) center center no-repeat;
    background-color: #000000;
    background-color: rgba(0,0,0,.6);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    cursor: pointer;
    margin-bottom: 10px
}
#elevator:hover {
	background-color: rgba(0,0,0,.7)
}
#elevator:active {
	background-color: rgba(0,0,0,.75)
}