/* Custom Navbar Colors */
.navbar-custom {
    background-color: #ffffff; /* Replace with your desired background color */
}
  
.navbar-custom 
.navbar-brand,
.navbar-custom 
.navbar-nav 
.nav-link {
    color: #148bd6; /* Replace with your desired text color */
}

.navbar-custom 
.navbar-toggler-icon {
    background-color: #ffffff; /* Replace with your desired color for the toggler icon */
}

.navbar-custom 
.navbar-toggler {
border-color: #ffffff; /* Replace with your desired border color for the toggler button */
}

.container-fluid
{
	margin:0px;
}

.globeforsmts
{
	background-image:url("../img/HomePage/globe.jpg");
	background-size: cover;
	width:100%;
	position: relative;
}


.HappyDrivers
{
	background-image:url("../img/innerpage/Happy_Driver_smts.jpg");
	background-size: cover;
	width:100%;
	position: relative;
}

.Management
{
	background-image:url("../img/innerpage/Managementbottom.jpg");
	background-size: cover;
	width:100%;
	position: relative;

}


.container-fluid
{
	margin:0px;
}


.radium {
color:#6fad1f;

}

.rounded-4 {
  border-radius: 0.6rem !important;
}

.rounded-5 {
  border-radius: 0.8rem !important;
}

.rounded-6 {
  border-radius: 1.50rem !important;
}

.rounded-7 {
  border-radius:2.5rem !important;
}
/* .....team-teaser................................*/

.team-teaser {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 400px;
  grid-gap: 16px
}

/* Custom font family */

.Cheading {
  font-family: "ubuntu", "Noto Sans", "Liberation Sans";
	src: url"https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";
}

.CNormal {
  font-family: "ubuntu","Noto Sans";
  font-size: 16px;
}
.cbyeline {
  font-family: "ubuntu", "Noto Sans", "Liberation Sans";
  font-size:25px;
  font-kerning:normal;
}

@media(max-width:475px) {
  .team-teaser {
    grid-template-rows: 1fr 320px
  }
}
@media (min-width:960px) {
  .team-teaser {
    grid-template-rows: unset;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 48px
  }
}
@media (min-width:1080px) {
  .team-teaser {
    grid-template-columns: 1.5fr 2fr
  }
}
.team-teaser .team__counter {
  grid-gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
  max-width: unset
}
@media (min-width:480px) {
  .team-teaser .team__counter {
    grid-template-columns: 1fr 1fr 1fr 1fr
  }
}
.team-teaser .team__counter--number {
  height: 34px;
  font-size: 24px;
  line-height: 32px;
  transition: all .03s
}
.team-teaser .team__counter--title {
  font-size: 12px;
  line-height: 16px
}
@media(max-width:768px) {
  .team-teaser .team-teaser__content h4 {
    margin-top: 30px;
    margin-bottom: 20px
  }
}
@media(max-width:475px) {
  .team-teaser .team-teaser__content h4 {
    margin-top: 16px
  }
}
@media(max-width:320px) {
  .team-teaser .team-teaser__content h4 {
    font-size: 26px;
    line-height: 33px
  }
}
.team-teaser__img {
  position: relative
}
.team-teaser__img > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.team-teaser__img .team-teaser__img__link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  transition: all .6s ease
}
.team-teaser__img .team-teaser__img__link.-is-hidden {
  display: none
}
.team-teaser__img .team-teaser__img__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #0a3896;
  background: radial-gradient(circle, rgba(10, 56, 150, .7) 0, rgba(10, 56, 150, .6) 30%, rgba(10, 56, 150, 0) 50%, rgba(10, 56, 150, 0) 100%);
  opacity: .8;
  background-repeat: no-repeat;
  transition: all .6s ease
}
.team-teaser__img .team-teaser__img__link:hover:after {
  opacity: 1
}
.team-teaser__img .team-teaser__img__link:hover svg {
  transform: scale(1.1)
}
.team-teaser__img .team-teaser__img__link:hover svg path {
  fill: #0a3896
}
.team-teaser__img img {
  height: auto
}
@media (min-width:768px) and (max-width:960px) {
  .team-teaser__img img {
    height: 100%
  }
}
.team-teaser__img svg {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 30px);
  z-index: 3;
  pointer-events: none;
  transition: all .6s ease
}
.team-teaser__img .wistia_responsive_padding {
  z-index: 1
}
.team-teaser__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
  position: relative;
  z-index: 1;
  background-color: #fff
}
.team-teaser__actions .team-teaser__action {
  padding: 0 8px 16px 16px
}
.team-teaser__actions .team-teaser__action a {
  display: inline-block
}
@media(min-width:768px) {
  .team-teaser__actions {
    margin-bottom: 20px
  }
}
.team__counter {
  height: unset !important
}
@media (min-width:960px) {
  .team__counter {
    height: 54px
  }
}
.team__counter--number, .team__counter--title {
  color: #0a3896 !important
}
.team__counter--number {
  line-height: 24px
}
.table{
	font-family: 'Ubuntu', sans-serif;
}

.red {
color:#fa770d;

}

.bg-grey{
	background-color: #5A4B4B;
	opacity: 0.5;

}


.placeholder{
color:#E4090C;

}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.mission>li{
	font-size: 18px;
}






.orange {
color:#f78b17;

}

.orangeline{
	border-top: 3px solid #ff8e00	;
	
	
}
.Maroon{
color:#a70303;
}

.title{
	font-size: 25px;
	text-align:center;
	

}


.title1{
	font-size: 34px;
	text-transform: 25px;
	line-height:40px;
	letter-spacing:0.3rem;
	text-shadow:0.01rem 0.01rem #f1f1f1;
	}

.title11{
	font-size: 50px;
	font-weight: bold;
	text-transform: 25px;
	line-height:40px;
	letter-spacing:0.3rem;
	text-shadow:0.2rem 0.2rem 0.2rem #483f25;
	}


.title1a{
	font-size: 30px;
	text-transform: capitalize !important;
	margin-bottom:130px;
letter-spacing:1rem;
	line-height:40px;
	}


.title2{
	font-size: 22px;
	text-align: left;
	font-weight: 500;
	line-height: 30px;
}

.brown{
color:#d38540;

}



.grey{
color:#8b8e8b;

}

.smalltitle{
	font-size: 25px;
	text-transform: 25px;
	line-height:35px;
	letter-spacing:0.5rem;
	}


.darkgrey{
color:#7b7a7a;

}
.lightgrey{
color:#fcfcf7;

}

.green {
color:#6fad1f;

}

.darkgreen {
color:#04b45d;

}

.blue {
color:#4d73c3;
}

.darkblue {
color:#0513aa;
}

.Magento {
color:#a00361;
}



.black {
color:#160102;
}

.white {
color:#FFFFFF;
}

.yellow{
color: #FFFF33;

}

.lyellow{
color:#e9c442;

}
.italic {
	font-style: italic;
}
.bold {
font-weight:bold;
}

.left {
text-align:left;
}

.right {
text-align: right;
}

.center {
text-align: center;
}

.just {
text-align:justify;
}

.imageborder
{
border: 2px solid #CEE1EB;
background-color:#FFFFFF;

}

	
.vl {
  border-left: 1px solid #F5C10B;
  height: 350px;
  position: absolute;
  left: 1%;
  margin-left: -3px;
  top: 0;
}


#frontbg{
	background-color:#fefcf5;


}

.contactusFontwhite
{
	font-family: 'Ubuntu', sans-serif;
	font-size:20px;
	text-align: left;
	font-weight:bold;
	
	
}
.headingh1
{
	font-family: 'Ubuntu', sans-serif;
	font-size:50px;

	
	
}





.smallspace
{
	padding-bottom:8px;
	padding-top:8px;
}


.space
{
	padding-bottom:25px;
	padding-top:25px;
}

.bigspace
{
	padding-bottom:75px;
	padding-top:75px;
}

.bottombg{
	background-color:#000000;
	padding-bottom:5px;
	padding-top:5px;
	/*opacity:0.6;*/
	}

.Coherentcent
{
	font-family:
	text-align:center;
	color:#FFFFFF;
	font-size:35px;
	
}
.mltclr{

		background: linear-gradient(180deg, #a00361 48%,  #fc9356 10% );
}
.mltclr .btn{
	color: white;
}


#nav-tabContent{
/*background-image:linear-gradient(rgba(255,255,255,0), rgba(180,136,2,1) );*/

	background: linear-gradient(80deg, #a00361 20%,  #fedc8a );
}	


/** CTA more **/
.cta-more {
    color: #004DFF;
    position: absolute;
	width: auto;
	padding: 10px;
	z-index: 10;
	opacity: 0;
	transition: opacity 0.6s ease;
}

.cta-more.isactive{
	opacity: 1;
}

.cta-more .cta-more-box {
	position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
	border-radius: 50px;
	transition: all 0.4s ease;
}

.cta-more.isactive .cta-more-box {
    left: 0;
    top: 3px;
	width: 36px;
    height: 36px;
    border: 1px solid #004DFF;
	border-radius: 50px;
	transition-delay: 0.2s;
}

.cta-more.isactive:hover .cta-more-box{
    height: 36px;
	border-radius: 25px 25px 25px 25px;
}

.cta-more .cta-more-arrow {
	position: absolute;
	left: 0px;
	top: 8px;
	opacity: 0;
	transition: all 0.4s ease;
}

.cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 8px;
	opacity: 1;
	transition-delay: 0.6s;
}

.cta-more.isactive .cta-more:hover .cta-more-arrow {
	 left: 10px;
}

.cta-more .img-arrow-right{
	width: 24px;
    position: absolute;
}
	
.cta-more .cta-more-label {
	margin-left: 45px;
	opacity: 0;
	transition: opacity 0.7s ease 0.8s;
}

.cta-more.isactive .cta-more-label{
	opacity: 1;
}




@media (max-width: 992px) {
  .modal-open .modal {
    padding-top: 100px;
  }

  .image-grid {
    width: 100%;
    height: 180px;
  }

}


@media (max-width: 768px) {


	/* .carousel
		{
		margin-top:50px;
		}
	
	*/
	.innerbanners{
	margin:0px;

}
	
	.logo{
		width:30px;
		
		
	}
	.space
{
	padding-bottom:10px;
	padding-top:10px;
}
	
	
	
.NormalHeading1{
font-size: 12px;
letter-spacing: .02em;
}
	
	
	
.Normalfont
{
	font-family: 'Ubuntu', sans-serif;
	font-size:15px;
	line-height:23px;
}

.Normalfontwhite
{
	font-family: 'Ubuntu', sans-serif;
	font-size:17px;
	text-align:justify;
	color:#FFFFFF;
	
}
	
	.mobspace
	{height: 25px;}
	
	.invisible {
  visibility: hidden !important;
}
}




.fa-facebook
{
	size:20px;
	margin:5px;
	color: #0066CC;
}

.fa-twitter
{
	size:20px;
	margin:5px;
	color: #0099FF;
}


.fa-google 
{
	size:20px;
	margin:5px;
	color: #CC3300;
}

.fa-linkedin 
{
	size:20px;
	margin:5px;
	color: #0066FF;
}


.fa-youtube
{
	size:20px;
	margin:5px;
	color: #F22D54;
}




/* Image for homestay facilities */ 
.paralsec {
background-image:url(../img/homestay.jpg);
}

/* Image for reviews from client */ 
.paralsec1 {
background-image:url(../img/Kottekadabu.jpg);
background-color:#333333;
opacity:0.8;
}


/* Header Parallax Element Style*/ 
.paral {
min-height: 550px;
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
}




.socialRes{ 
background:url("../img/AboutUs/SocialResponsibility.jpg");
background-size:cover;
}

.LTGfresh{ 
background:url("../img/Agri/LTGFRESH.jpg");
background-size:cover;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 10px;

}

.LTGSolartank{ 
background:url("../img/Solar/Solartank.jpg");
background-size:cover;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 10px;
}


.LTGsolarStreelights{ 
background:url("../img/Solar/SolarStreetlights.jpg");
background-size:cover;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 10px;
}

.LTGconcretesoil{ 
background:url("../img/Construction/construction.jpg");
background-size:cover;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 10px;
}


.ltghistory{ 
	background-image:url("../img/AboutUs/History.jpg");
	background-repeat: no-repeat;
	background-size:100%;
}
.smallHeading{
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	font-weight: bold;

}


#countdown{
	background-image: url("../img/Residentials/coorgvilla123.jpg");

	background-repeat:no-repeat;


	}

.caps{
	
	text-transform: uppercase;
}

.lspace{
	line-height:2.5rem
	
	
}

.stspace{
	line-height:1.8rem

}





.countdownspace{
	padding-bottom:50px;
	padding-top:100px;
	}

.Smallhead {
	font-size:20px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-weight:bold;
	text-align:center;
}


.smallhomepage

{
	font-family: 'Ubuntu', sans-serif;
	font-size:20px;
	
}


#section-about  .smallfontwhite
{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size:14px;
	text-align: justify;
	font-weight:400;
	color: #ffffff;	
}

 

.team-grid .btn
{
	margin-top:25px;
	border-radius:1px;
}

	
	.whatsapp
{
	background-color:#84cd49;
	color:#FFFFFF;
}
a
{
	text-decoration:none !important;
	color: #FFFDFD;
}
		a:hover
{
	text-decoration:none !important;
	color: #FB070B;
}
span.a{
	display: inline-block;
	transition: transform 1s; /* Animation */
}
span.a:hover{
	transform: scale(1.1);
	color: #179C08 !important;
	text-align: center !important;
}
video{
	width: 100%;
}
	
	
#shadows {
  border: 0px solid;
  box-shadow: -5px 10px 70px 2px #ffffff;
}
	
	

/*..............End of team grid..................*/
.fa{
	color:#fe9c56;

}

.fa-5x{
	color:#fe9c56;
	margin-top: 15px;
	margin-bottom: 25px;
}

.id-color
{
	color:#fc8a38;
}

.text-center{
	margin-top:30px;
	margin-bottom:20px;
}


address span {
	display: block;
	font-size:16px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:300;
	color:#FFFFFF;
	}

#section-coherent p
{
	color:#FFFFFF;	
}


.navbar-nav li
{
	margin-right:1px;
	padding-right:1px;
}

.collapse ul
{
	margin-right:0px;
	padding-right:0px;
}

.small-border
{
	height:1px;
	width:120px;
	display:block;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	background-color: #FF9900;
}


.brand{
	background-image:url("../img/AboutUs/vision.jpg");
	background-size: cover;
	border-bottom-right-radius: 25px;
		border-top-right-radius: 25px;

}

.brandMisson{

	background-image:url("../img/AboutUs/Mission.jpg");
	background-size: cover;
	border-bottom-left-radius: 25px;
		border-top-left-radius: 25px;

}
.whyltg{
	background-image:url("../img/Infrastructure/whyltg.jpg");
	background-size: cover;
	)

}


.opportunity{
	background-image:url("../img/Career/Opportunities.jpg");
	background-size: cover;
	)

}

.TeamLTG{
	background-image:url("../img/teamltg/TeamLTGbanner.jpg");
	background-size: cover;
	)

}


.whyltgF{
	background-image:url("../img/Foundation/LTGFCore.jpg");
	background-size: cover;
	)

}
/*........................................................heading innerbanner......................*/
.innerbanners{
	width:100%;
	height:100%;
	margin-top: -170px;

}


#blackbg
{
	background-color:#070707;
	padding-top:50px;
	padding-bottom:50px;
}

#beforefooter{
	background: linear-gradient(180deg, #504d60 50%, #373737 50%);
}
	
.social-icons .fa
{
	background-color:#FF6600;
	padding:20px;
	margin:1px;
	color:#FFFFFF;
}

.social-icons .fa:hover
{
	background-color:#FFFFFF;
	padding:20px;
	color:#FF6600;
}

footer span
{
	color: #FFFFFF;
	padding:10px;
}

.copyright {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#CCCCCC;

}

.footerhead{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 35px;
	color: #FFFFFF;
	
}

#bottomfoot li
{
	list-style: none;
	font-size: 12px;
	line-height: 25px;
	margin-left: -30px;
}

.form-group{
	padding: 10px;
}
.contact-info{
	padding: 100px 25px;
	border-radius: 50%;
	background-color: #CDAE08;
}


.exmanagement{
	background-color: #646161;
	color: #FFFFFF;
}
.logo{
		width:90%;
	}
 /*.carousel
		{
		margin-top:-170px;
		}

*/
.mhide{
	display: block;
}
.dhide{
	display: none;
}
@media (max-width: 768px) {
	.logo{
		width: 50%;
	}
	 .carousel
		{
		margin-top:0px;
		}
	.innerbanners{
		margin: 0px;
	}
	.mhide{
	display:none;
}
		.dhide{
	display:block;
}
	#award img{
			width: 70%;
	margin-left: 12%;
	}
	.mobspace{
		padding-bottom:8px;
	padding-top:8px;
	}
}

