*
{
	padding: 0;
	margin: 0;
	 font-family: Calibri;
	 box-sizing: border-box;
}
html
{
	scroll-behavior: smooth;
}
body
{
	display: flex;
	flex-direction: column;
	height: 100vh;
	background-color: #3a3740;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.cards img
{
width: 100%;
height: 200px;
object-fit: cover;
}
.carousel-caption
{

width: 100%;
left: 0;
top: 0;
height: 100%;
object-fit: cover;
}
.section-title
{
	text-align: center;
	
}
.slider_text
{
position: absolute;
top:50%;
width: 100%;
text-align: center;
transform: translateY(-50%);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #fff;
background-color: #ed502e;
border-color: #ed502e #ed502e #ed502e;
}
.contact_heading
{
margin-top: 80px;
margin-left: 32px;
color: #fff;
}
.shadow
{
box-shadow: 0 15px 25px rgba(0, 0, 0,0.25);
}
.navbar
{
background-color: #ed502e;
padding-bottom: 10px;
}
.navbar a
{
color: #fff;
font-weight: bold;
}
.navbar-toggler-icon
{
color: #fff;
font-size: 24px;
padding: 10px 0px 20px 0px;
display: none;
}
.header {
position: relative;
background: #ed502e;
z-index: 9999;
}
.contact_address
{
background: #f8f9fa;
box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, .075);
border-radius: 4px;
}
.map_icon i {
font-size: 30px;
display: inline-block;
background: #ed502e;
color: #fff;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
border-radius: 50%;
margin-left: 30px;
margin-top: -50px;
}
.contact_text
{
font-weight: 600;
}
.contact_text p
{
padding-right: 10px;
}
.contact_heading
{
margin-top: 80px;
margin-left: 30px;
}
.shadow
{
box-shadow: 0 15px 25px rgba(0, 0, 0,0.25);
}

.footer {
background-color: #333;
position: relative;
margin-top: auto;
}
.footer .top-arrow .btn {
position: absolute;
top: 0;
left: 50%;
width: 65px;
height: 65px;
line-height: 55px;
border-radius: 100%;
color: #fff;
text-align: center;
font-size: 40px;
margin: -32.5px 0 0 -32.5px;
border: 5px solid #fff;
padding: 0;
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
z-index: 1000;
}
.footer .top-arrow .btn:hover{
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.40);
}
.footer .footer-top {
padding: 50px 0 80px;
}
.footer .single-widget{
margin-top:30px;
}
.footer .single-widget h2 {
color: #fff;
font-size: 18px;
text-transform: capitalize;
display: block;
margin-bottom: 20px;
position: relative;
}
.footer .single-widget li{
color: #bbb;
position: relative;
margin-bottom: 10px;
}
.footer .single-widget li i{
margin-right:5px;
}
.footer .single-widget .list li:last-child{
margin-bottom:0px;
}
.footer .single-widget li a {
color: #bbb;
}
.footer .single-widget li:hover a{
padding-left:5px;
}
/* About Widget */
.footer .single-widget.about{}
.footer .single-widget.about p {
color: #bbb;
}
.footer .single-widget.about .list {
margin-top: 15px;
}

/* Footer Bottom */
.footer .footer-bottom {
text-align: center;
}
.footer .bottom-top {
border-top: 1px solid rgba(255, 255, 255, 0.2);
padding: 15px 0;
}
.footer .copyright p {
color: #ddd;
margin: 0;
text-transform: capitalize;
}
.footer .copyright p a:hover{
color:#fff;
}
/*======================================
End Footer CSS
========================================*/
@media only screen and (max-width: 992px) {
.navbar-toggler-icon {
display: block;
}

}
@media only screen and (max-width: 2000px) {
	.cards
	{
		width: 300PX;
		height: 200px;
	}
.cards img
{
  width: auto;
  height: 200px;
  object-fit: cover;
}
}
@media only screen and (max-width: 5000px) {
	.cards
	{
		width: 300PX;
		height: 200px;
	}
.cards img
{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
}


.modal-dialog {
    max-width:auto;
    
    height: 90%;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    pointer-events: auto;
    background-color: rgba(0,0,0,.1);

    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
/*
.modal-dialog {
    max-width: 890px;
    margin: 1.75rem auto;
}*/

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}