
body{
    line-height: 28px;
    font-size: 16px;    
}

a, a:hover{
    text-decoration: none;
}
.fs-14{
    font-size: 14px;
}
.fs-20{
   font-size: 20px; 
}
.fs-25{
   font-size: 25px; 
   line-height: 31px;
}
.fs-35{
    font-size: 35px; 
    line-height: 45px;
 }

.color-orange{
    color:#fd6c04;
}
.color-white{
    color: #ffffff;
}
.color-gray{
    color: #6c757d;
}
.color-dark{
    color: #000000;
}
.bg-light {
    background-color: #f8f9fa;
}
.bg-orange{
    background-color:#fd6c04;
}
.bg-white{
    background-color:#ffffff;
}
.h4-lh-38{
    line-height: 38px;
}

.header {
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
}
.header::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.9) 35%, rgba(0,0,0,0.0) 100%);
    z-index: -1;
    height: 100%;
    width: 100%;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 17px;
}
.navbar-brand img {
    max-width: 100px;
}

.carousel-item {
    height: 100vh;
}
.carousel-item::after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    content: '';
}

.carousel img {
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    margin: auto;
    width: 100%;
    min-height: 100vh;
}
.carousel-caption h3 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}
.carousel-caption p {
    font-size: 35px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
} 

.carousel-indicators .active {
    opacity: 1;
    background-color:#fd6c04;
}


.fours-band-img{
    position: absolute;
    top:0;
    right: 0;
    height:100%;
}

.offers-band a img{
    max-width: 50px;
}

.orange-band a{
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em;
    border-radius: 0.25rem;
}
.orange-band a:hover{    
    color: #000000;
    background-color: #ffffff;
}
.footer a{
    color: #fd5f00;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.inner-banner{
    height: 70vh;
    text-align: center;
    position: relative;
}
.inner-banner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.team-frame img{
width:100%;
}
.team-frame h5 {
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: bold;
}
.team-frame p{
    margin-bottom: 0px;
}
.sdesignation{
	font-weight: bold;
	color:#0000FF;
}
.designation{
	font-weight: bold;
	color:#770404;
}
.team-frame {
    border: 3px double #fd6c04;
    padding: 10px;
}
.mobile {
    font-weight: bold;
}
.forms-link p {
    margin-bottom: 5px;
}
.forms-link a{
    width:100%;
    display: block;
    color: #000000;    
    padding: 5px 10px;    
    transition: 0.5s ease-in-out;
}
.forms-link a:hover{
    color:#ffffff;
    background-color: #fd6c04;
    transition: 0.5s ease-in-out;
}
.about-us-img{
    float: right;
    max-width: 500px;
}
.gallery img {
    box-shadow: 0px 15px 10px -10px #000000;
}
iframe{
    width:100%;
    height:400px;
}

.form {
    border-left: 1px solid #ddd;
}
.form label{
font-weight: bold;;
}

.aboutus-section li{ 
	margin-bottom: 10px;
}


.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
	height: 44px;
	line-height: 44px;
	font-family: Arial, Baskerville, monospace
}

.sl-wrapper .sl-close:focus,
.sl-wrapper .sl-navigation button:focus {
	outline: 0
}

body.hidden-scroll {
	overflow: hidden
}

.sl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	opacity: .7;
	display: none;
	z-index: 1035
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
	top: 30px;
	display: none;
	color: #000;
	position: fixed
}

.sl-wrapper {
	z-index: 1040
}

.sl-wrapper button {
	border: 0;
	background: 0 0;
	font-size: 28px;
	padding: 0;
	cursor: pointer
}

.sl-wrapper button:hover {
	opacity: .7
}

.sl-wrapper .sl-close {
	right: 30px;
	z-index: 10060;
	margin-top: -14px;
	margin-right: -14px;
	width: 44px;
	font-size: 3rem
}

.sl-wrapper .sl-counter {
	left: 30px;
	z-index: 1060;
	font-size: 1rem
}

.sl-wrapper .sl-navigation {
	width: 100%;
	display: none
}

.sl-wrapper .sl-navigation button {
	position: fixed;
	top: 50%;
	margin-top: -22px;
	width: 22px;
	text-align: center;
	display: block;
	z-index: 10060;
	color: #000
}

.sl-wrapper .sl-navigation button.sl-next {
	right: 5px;
	font-size: 2rem
}

.sl-wrapper .sl-navigation button.sl-prev {
	left: 5px;
	font-size: 2rem
}

@media (min-width:35.5em) {
	.sl-wrapper .sl-navigation button {
		width: 44px
	}
	.sl-wrapper .sl-navigation button.sl-next {
		right: 10px;
		font-size: 3rem
	}
	.sl-wrapper .sl-navigation button.sl-prev {
		left: 10px;
		font-size: 3rem
	}
	.sl-wrapper .sl-image img {
		border: 0
	}
}

@media (min-width:50em) {
	.sl-wrapper .sl-navigation button {
		width: 44px
	}
	.sl-wrapper .sl-navigation button.sl-next {
		right: 20px;
		font-size: 3rem
	}
	.sl-wrapper .sl-navigation button.sl-prev {
		left: 20px;
		font-size: 3rem
	}
	.sl-wrapper .sl-image img {
		border: 0
	}
}

.sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000
}

.sl-wrapper .sl-image img {
	margin: 0;
	padding: 0;
	display: block;
	border: 0;
	width: 100%;
	height: auto
}

.sl-wrapper .sl-image iframe {
	background: #000;
	border: 0
}

@media (min-width:35.5em) {
	.sl-wrapper .sl-image iframe {
		border: 0
	}
}

@media (min-width:50em) {
	.sl-wrapper .sl-image iframe {
		border: 0
	}
}

.sl-wrapper .sl-image .sl-caption {
	display: none;
	padding: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .8);
	font-size: 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.sl-wrapper .sl-image .sl-caption.pos-top {
	bottom: auto;
	top: 0
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
	bottom: auto
}

.sl-wrapper .sl-image .sl-download {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #000;
	z-index: 1060
}

.sl-spinner {
	display: none;
	border: 5px solid #333;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 1007;
	-webkit-animation: pulsate 1s ease-out infinite;
	-moz-animation: pulsate 1s ease-out infinite;
	-ms-animation: pulsate 1s ease-out infinite;
	-o-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite
}

.sl-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

.sl-transition {
	transition: -moz-transform ease .2s;
	transition: -ms-transform ease .2s;
	transition: -o-transform ease .2s;
	transition: -webkit-transform ease .2s;
	transition: transform ease .2s
}

@-webkit-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@-moz-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@-o-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@-ms-keyframes pulsate {
	0%,
	100% {
		opacity: 0
	}
	0% {
		transform: scale(.1)
	}
	50% {
		opacity: 1
	}
	100% {
		transform: scale(1.2)
	}
}