 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

@font-face {
  font-family: 'Cheltenham';
 src: url('../fonts/Oswald-Regular.eot');
  src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Oswald-Regular.svg#Cheltenham') format('svg'),
       url('../fonts/Oswald-Regular.ttf') format('truetype'),
       url('../fonts/Oswald-Regular.woff') format('woff'),
       url('../fonts/Oswald-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Times';
   src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Oswald-Bold.svg#Lato-Bold') format('svg'),
       url('../fonts/Oswald-Bold.ttf') format('truetype'),
       url('../fonts/Oswald-Bold.woff') format('woff'),
       url('../fonts/Oswald-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cheltenham';
   src: url('../fonts/Cheltenham.eot');
  src: url('../fonts/Cheltenham.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Cheltenham.svg#Lato-Bold') format('svg'),
       url('../fonts/Cheltenham.ttf') format('truetype'),
       url('../fonts/Cheltenham.woff') format('woff'),
       url('../fonts/Cheltenham.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

* { 
    margin: 0px; padding: 0px;
	
}

body{overflow-x: hidden;}

a{-webkit-transition: all 1s; /* Safari */
  transition: all 1s;}


.carousel-item {
  height: auto;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

.portfolio-item {
  margin-bottom: 30px;
}




/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.sit{ position: absolute; z-index:99; top:700px; background:none;  width:100%; /*background-image:url(../images/menbg.png);*/ background-repeat:repeat; opacity: 0.97; filter: alpha(opacity=95);}
header{ position:fixed; z-index:-99; top:0px; width:100%;}
.navbar { position:absolute!important; width:100%!important; z-index:999;}
.topsection{ background-color:#b1120f; border-bottom:1px #b1120f solid; padding:7px 0px 7px 0px; font-family: 'Times'; opacity: 0.9;
  filter: alpha(opacity=90);}
.contact-info{ color:#FFFFFF;}

.social-links{ color:#FFFFFF;}

.social-links i{ color:#FFFFFF; font-size:16px; margin-right:8px;}

.bg-blue{ background:none;}


.navbar-dark .navbar-nav .nav-link {
    color: #c2ff08!important; font-family: 'Cheltenham'; text-transform:uppercase; font-size:16px; 
	
	
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1)!important; font-family: 'Cheltenham'; text-transform:uppercase; font-size:16px; background-color:#FF0000	; -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
	-moz-transition: opacity 0.3s, -moz-transform 0.5s;
	transition: opacity 0.3s, transform 0.5s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	
	
	
}

/*My css*/
.navbar-nav {
    display: block!important;
    width: 100%;
    text-align: center;
    margin: 25px 0px 25px 0px !important;
}



.navbar-dark .navbar-nav .nav-link {
    color: #c2ff08!important;
    font-family: 'Cheltenham';
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0!important;
}




.navbar-dark .navbar-nav .nav-link a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
	-moz-transition: opacity 0.3s, -moz-transform 0.5s;
	transition: opacity 0.3s, transform 0.5s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.navbar-dark .navbar-nav .nav-link a:hover::after,
.navbar-dark .navbar-nav .nav-link a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.calculate{ border:2px #fcb043 solid; padding:14px 25px 14px 25px!important;}

.nav-link {
    display: block;
    padding: 1rem 1rem!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}


.everytop {
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}



.everytop img {
    width: auto;
    height: auto;
}



.caption {
    width: 95%;
}

.caption h2 {
    font-family: 'Times';
    font-size: 51px;
    color: #ffffff;
    text-align: left;
    margin: 29% 0px 0px 4%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	display: inherit;
	text-transform:uppercase;
}

.caption h1 {
    font-family: 'Times';
    font-size: 39px;
    color: #ffffff;
    text-align: left;
    margin: 4% 0px 0px 4%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	display: inherit;
}

.caption p {
    font-size: 2vw;
    color: #ffffff;
    text-align: left;
    margin: 4% 0px 0px 4%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.caption a{ background-color:#fcb043; 
width: fit-content;
    width: -moz-fit-content;
	font-family: 'Times';+
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	font-size:16px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	display:block;
	text-decoration:none;
	padding: 17px 25px 17px 25px;
	margin: 4% 0px 0px 4%;
	float:left;
	
	}
	
.caption a:hover{ background-color:#003457; }


.home1{padding: 40px 0px 40px 0px; margin:0px auto; width:96%;}

.home1 h2{font-family: 'Times'; font-size:14px; letter-spacing:5px; text-align:center; color:#37b0c9; padding: 0px 0px 20px 0px; text-transform: uppercase; margin: 0px 0px 0px 0px;}

.home1 h3{font-family: 'Times'; font-size:38px; text-align:center; color:#676767000; padding: 0px 0px 38px 0px; margin: 0px 0px 0px 0px;}

.home1 h4 {
    font-size: 23px;
    text-align: center;
    color: #f16c40;
	line-height:35px;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
}

.home1 p{font-size:16px; text-align:center; color:#5b5b5b; padding: 0px 0px 0px 0px; margin: 0px 0px 38px 0px; line-height:32px;}

.home1 a{font-family: 'Times'; font-size:12px; text-align:center; color:#676767000; padding: 18px 24px 18px 24px; margin: 0px auto 0px auto; letter-spacing:3px; display:block; border: 2px #676767000 solid; background-color:#FFFFFF; text-decoration:none; width: fit-content;
    width: -moz-fit-content; text-transform: uppercase;}

.home1 a:hover{color:#ffffff; background-color:#676767000;}


.sec3{ background-color:#078e4d;}

.sun{ width:100%; margin:0px auto;}
.sun img{ width:100%; height:auto;}

.home2{ padding: 40px 16% 40px 0px; margin:0px auto; width:96%;}
.home2 h2{font-family: 'Times'; font-size:38px;  color:#ffffff; padding: 0px 0px 38px 0px; margin: 0px 0px 0px 0px;}
.home2 ul{ margin:0px 0px 0px 0px; -webkit-margin-before: 0em;
   -webkit-margin-after: 0em;
   -webkit-margin-start: 0px;
   -webkit-margin-end: 0px;
   -webkit-padding-start: 0px;}
.home2 ul li{ margin:0px 0px 25px 0px; list-style:none; background-image:url(../images/check.jpg); background-repeat:no-repeat; background-position:left top; padding: 0px 0px 0px 33px; font-size:16px; color:#FFFFFF; }

.nospace{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}



.prohome {
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.prohome img {
    width: 100%;
    height: auto;
}

.caption2 {
    width: 100%;
    z-index: 999;
    position: absolute;
}

.caption2 h4 {
    font-family: 'Times';
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin: 30% 0px 0px 0px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.caption2 h5 {
    font-family: 'Times';
    font-size: 14px;
    color: #ecb600;
    text-align: center;
    text-transform: uppercase;
    margin: 1% 0px 0px 0px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.home3{padding: 40px 0px 40px 0px; margin:0px auto; width:100%;}

.home3 h2{font-family: 'Times'; font-size:14px; letter-spacing:5px; text-align:center; color:#37b0c9; padding: 0px 0px 20px 0px; text-transform: uppercase; margin: 0px 0px 0px 0px;}

.home3 h3{font-family: 'Times'; font-size:38px; text-align:center; color:#676767000; padding: 0px 0px 38px 0px; margin: 0px 0px 0px 0px;}


.home3 a{font-family: 'Times'; font-size:12px; text-align:center; color:#676767000; padding: 18px 24px 18px 24px; margin: 30px auto 0px auto; letter-spacing:3px; display:block; border: 2px #676767000 solid; background-color:#FFFFFF; text-decoration:none; width: fit-content;
    width: -moz-fit-content; text-transform: uppercase;}

.home3 a:hover{color:#ffffff; background-color:#676767000;}

.foottxt{ background-color:#001f52; padding: 15px 0px 15px 0px;}

.foottxt a{ color:#FFFFFF; text-decoration:none; margin: 10px 5px 10px 5px;}
.foottxt a:hover{ color:#37a0e5; text-decoration:none; margin: 10px 5px 10px 5px;}


.consec{ padding:35px 0px 35px 0px;}

.corpoff{ background-color:#f4bc00; padding:30px 30px 30px 30px;}
.corpoff h2 {
    font-family: 'Times';
    font-size: 30px;
    text-align: left;
    color: #676767000;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.corpoff h3 {
    font-family: 'Times';
    font-size: 18px;
    text-align: left;
    color: #676767000;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.corpoff p {
    font-size: 18px;
    text-align: left;
    color: #676767000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
    line-height: 32px;
}

.corpoff i {
    font-size: 25px;
    text-align: right;
    color: #676767000;
    padding: 0px 0px 0px 0px;
    margin: 0px 8px 8px 0px;
}



.regoff{ background-color:#17c09b; padding:30px 30px 30px 30px;}
.regoff h2 {
    font-family: 'Times';
    font-size: 30px;
    text-align: left;
    color: #676767000;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.regoff h3 {
    font-family: 'Times';
    font-size: 18px;
    text-align: left;
    color: #676767000;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.regoff p {
    font-size: 18px;
    text-align: left;
    color: #676767000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
    line-height: 32px;
}

.regoff i {
    font-size: 25px;
    text-align: right;
    color: #676767000;
    padding: 0px 0px 0px 0px;
    margin: 0px 8px 8px 0px;
}

.conthold {
    width: 100%;
    margin: 0px auto 0px auto;
	padding: 20px 20px 20px 20px;
}

.conthold h3{
    font-family: 'Times';
    font-size: 25px;
    text-align: left;
    color: #00b1d6;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.conthold h4{
    font-size: 14px;
    text-align: left;
    color: #676767000;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.conthold h4 span {
    color: #f16c40;
}

label {
   font-size: 14px;
    text-align: left;
}

.form-control{-webkit-box-shadow: 0px 0px 5px 0px rgba(231,231,231,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(231,231,231,0.75);
    box-shadow: 0px 0px 5px 0px rgba(231,231,231,0.75);
	border:1px #FFFFFF solid!important;
	min-height:48px;
}
.form-group p{ font-size:12px; margin:8px 0px 10px 0px;}

.captchaimg {
    background: #f16c40 none repeat scroll 0 0;
	font-family: 'Times';
	font-size:20px;
    color: #ffffff;
    display: inline-flex;
    padding: 5px 10px;
    text-align: center;
}

.sec7{ background-color:#17c09b;}

.home4{ padding: 0px 2% 0px 20px;
    margin: 0px auto;
    width: 100%;}
.home4 h2{font-family: 'Times'; font-size:38px;  color:#ffffff; padding: 30px 0px 8px 0px; margin: 0px 0px 0px 0px;}
.home4 h3{font-family: 'Times'; font-size:20px;  color:#ffffff; padding: 10px 0px 8px 0px; margin: 0px 0px 0px 0px;}
.home4 p{ margin:0px 0px 25px 0px; padding: 0px 0px 0px 0px; font-size:16px; color:#FFFFFF; line-height:26px; }

.sec8{ background-color:#f2ad08;}
.sado{-webkit-box-shadow: 0px 0px 5px 0px rgba(231,231,231,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(231,231,231,0.75);
    box-shadow: 0px 0px 5px 0px rgba(231,231,231,0.75);}
	
	
.sec9{ background-color:#fcfcfc; padding: 30px 0px 30px 0px;}
.protitle{ width:100%;}
.protitle h2{ font-family: 'Times'; font-size:30px;  color:#0877c0; padding: 3px 0px 8px 0px; text-align:left;}
a.probtn1{background-color: #f4bc00;
    width: fit-content;
    width: -moz-fit-content;
    font-family: 'Times';
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 12px 12px 12px 12px;
    margin: 0px 8px 0px 0px;
    float: right;}
a.probtn1:hover{background-color: #0a5a9a;}

a.probtn2{background-color: #17c09b;
    width: fit-content;
    width: -moz-fit-content;
    font-family: 'Times';
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 12px 12px 12px 12px;
    margin: 0px 8px 0px 0px;
    float: right;}
a.probtn2:hover{background-color: #0a5a9a;}

.filthold{ border-top:1px #efefef solid; border-bottom:1px #efefef solid; padding: 5px 6px 5px 6px; overflow:hidden;}

button.filtbtn{background-color: #ffffff;
    width: fit-content;
    width: -moz-fit-content;
    font-size: 12px;
    color: #5b5b5b;
    text-transform: uppercase;
    text-align: left;
    display: block;
    text-decoration: none;
    padding: 7px 7px 7px 7px;
    margin: 0px 0px 0px 4px;
	border:1px #efefef solid;
    float: right;
	cursor:pointer;}
button.filtbtn:hover{background-color: #efefef;}

button.filtbtn i{ color: #5b5b5b; font-size: 16px;}

.allfilt{ background-color: #ffffff; width:100%; padding: 14px 14px 14px 14px; border:1px #efefef solid; position:relative;  margin: 0px 0px 0px 0px; clear:both;}

.clfix{ clear:both;}

#target {
  display:none;
}

.filt1{ width:100%; display:block;}
.filt1 h3{ border-bottom:1px #efefef solid; padding: 5px 0px 9px 9px; font-family: 'Times'; font-size: 14px; color:#5b5b5b; text-transform:uppercase;}
.filt1 ul{ padding: 0px 0px 0px 0px; list-style:none; }
.filt1 ul li{ margin: 5px 0px 8px 0px; list-style:none; display:inline-block; padding: 5px 8px 0px 9px; font-size: 12px; color:#5b5b5b; text-transform:uppercase; 
width: fit-content; width: -moz-fit-content;}
.filt1 ul li input[type="checkbox"]{ border:1px #efefef solid; width:17px; height:17px; background-color:#FFFFFF; }
.filt1 li span {
    margin: -22px 0px 0px 22px;
    display: block;
}

.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
.thumbnail
{
    margin-bottom: 20px;
    padding: 14px 14px 14px 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	background-color:#0a5a9a;
}

.item{ margin-top:8px;}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fcfcfc;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}
.item.list-group-item .img-event {
    float: left;
    
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
    display: inline-block;
}
.item.list-group-item .caption
{
    float: left;
    width: 70%;
    margin: 0;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item:after
{
    clear: both;
}
.alldis{margin:5px 0px 0px 6px; display:block;}
.brnd{ width:100%; height:auto; margin:5px 0px 0px 0px;}
.brnd img{ width:auto; max-height:93px;}
.cap2{ width:100%; padding:0px 0px 20px 0px!important;}
.cap2 h2{ font-family: 'Times'; font-size: 18px; color:#ffffff; text-transform:uppercase; padding:8px 0px 0px 0px!important;}
.cap2 h3{ font-family: 'Times'; font-size: 11px; color:#ffffff; text-transform:uppercase; padding:0px 0px 0px 0px!important;}
.cap2 h4{ font-family: 'Times'; font-size: 14px; color:#ffffff; text-transform:uppercase; padding:0px 0px 0px 0px!important;}
.cap2 p{ font-size: 14px; color:#ffffff;  padding:4px 0px 0px 0px!important;}
.cap2 a {
    background-color: #f4bc00;
    width: fit-content;
    width: -moz-fit-content;
    font-family: 'Times';
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 10px 16px 10px 16px!important;
    margin: 5px 0px 0px 0px;
	border-radius: 0rem!important;
   
}

.cap2 a:hover {background-color: #f49b00;}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-item img {
    transition: transform 500ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
	min-width:100%;
}
.carousel-item .img1 {
    transition: transform 500ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
    min-width:100%;
    height: 550px!important;
    object-fit: cover;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1.5, 1.5);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1.5, 1.5);
  }
  to {
    transform: scale(1, 1);
  }
}

.zmo img {
  -webkit-animation: zoom 10s;
  animation: zoom 10s;
}









.seti1{  padding:0px 0px 0px 0px; opacity: 1; filter: alpha(opacity=100); /*background:#D9D8C7;*/background-image:url(../images/IMG_9783.WEBP)   }

.seti17{  padding:20px 18px 0px 54px; opacity: 1; filter: alpha(opacity=0); background:#078e4d;   }

.seti17 h2 {
    font-family: 'Cheltenham';
    text-transform: uppercase;
    font-size: 46px;
    color: #000000;
    text-align: left;
    text-shadow: 2px 2px 2px #676767000;
}

.fst1{ width:100%; padding:10% 0% 0px 0%; float:left; min-height:100vh;/*background-color: #f2f4f7;*/}
.fst1 h1{ font-family: 'Cheltenham'; color:#c2ff08; font-size:42px; text-transform:uppercase; text-align:left; line-height: 45px; padding-bottom: 30px;}
.fst1 h1 span{ font-family: 'Cheltenham'; color:#ee0000; font-size:35px; text-transform:uppercase; text-align:left;}
.fst1 p{ font-family: 'Cheltenham'; color:#676767; font-size:18px; text-align:left; line-height: 27px;}
.foodright{ width:80%; height:auto; position: absolute; z-index:10;top: 10px;
    left: 36%;}

.foodbir{
    
	width:fit-content;
	height:fit-content;
	width: -moz-fit-content;
	height: -moz-fit-content;
	
    -webkit-animation:spin 35s linear infinite;
    -moz-animation:spin 35s linear infinite;
    animation:spin 35s linear infinite;
	
	}
	
	@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }




.seti1a{  padding:10% 0px 0px 0px; position:absolute; z-index:99;  width: 100%;height: auto; }
.seti1a h2{ font-family: 'Cheltenham'; text-transform:uppercase; font-size:46px; color:#c2ff08; text-align:center; text-shadow: 2px 2px 2px #676767000;}
.seti1a h3{ font-family: 'Cheltenham'; text-transform:uppercase; font-size:29px; color:#130200; text-align:center; text-shadow: 2px 2px 2px #676767000;}

.seti1b{  padding:0px 0px 0px 0px; position:absolute; z-index:99;  width: 100%; }

.seti1c{  margin:0px 0px 0px 0px; padding:0px 0px 60px 0px; opacity: 0.97; filter: alpha(opacity=97); background:#078e4d; 
    /*background-image:url(../images/matk.png); */
    background-repeat:repeat; overflow:hidden; min-height:100vh; }
.seti1c h2{ font-family: 'Cheltenham'; text-transform:uppercase; font-size:46px; color:#c2ff08; text-align:center; text-shadow: 2px 2px 2px #676767000;}
.seti1c h3{ font-family: 'Cheltenham'; text-transform:uppercase; font-size:29px; color:#ee0000; text-align:center; text-shadow: 2px 2px 2px #676767000;}


.seti1d{  margin:0px 0px 0px 0px; padding:2px 0px 20px 0px; font-family: 'Cheltenham'; text-transform:uppercase; font-size:29px; color:#ee0000; text-align:center; text-shadow: 2px 2px 2px #676767000; }

.seti1e{  margin:0px 0px 0px 0px; padding:0px 0px 60px 8%; opacity: 0.97; filter: alpha(opacity=97); background:#078e4d; /*background-image:url(../images/matk.png); */background-repeat:repeat; overflow:hidden; min-height:100vh; }
.seti1e h2{ font-family: 'Cheltenham'; text-transform:uppercase; font-size:46px; color:#130200; text-align:left; text-shadow: 2px 2px 2px #676767000;}
.seti1e h3{ font-family: 'Cheltenham'; text-transform:uppercase; font-size:29px; color:#130200; text-align:left; text-shadow: 2px 2px 2px #676767000;}

.seti1f{  margin:0px 0px 0px 0px; padding:0px 0px 60px 8%; opacity: 0.97; filter: alpha(opacity=97); background:#D9D8C7; /*background-image:url(../images/matk.png);*/ background-repeat:repeat; overflow:hidden;  }

.seti1f img{ width:33.3%; height:auto;}




.seti2{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; opacity: 0.95; filter: alpha(opacity=95);}
.seti2 img{ width:96%; height:auto; float:right;}

.seti3{ margin:0px 0px 0px 0px; padding:0px 0px 60px 0px; opacity: 1; filter: alpha(opacity=97);  background-image:url(../images/matk.png); background-repeat:repeat; overflow:hidden; min-height:100vh; }

.bahat{ margin:0px auto; width:90%;}
.this{width: fit-content;
    width: -moz-fit-content; margin:0px auto; padding:40px 0px 40px 0px;}
	
.tabu{ margin:0px auto; width:90%; padding:0px 0px 0px 40px;}
.special{  padding:8px 8px 8px 8px !important; font-family: 'Cheltenham'!important; font-size:12px; text-transform:uppercase; color: #fff;}

.nav-pills .special.active, .nav-pills .show>.special {
    color: #fff;
    background-color: #ee0000;
}

.catbox {
    margin: 0px auto 20px auto;
    padding: 0px 0px 0px 0px;
    width: -moz-fit-content;
    width: fit-content;
	-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes catbox {
    100% { left: 0; }
}

@keyframes catbox {
    100% { left: 0; }
}


.catbox img {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
}

.catbox a {
    font-size: 17px;
	font-family: 'Cheltenham';
    text-transform: uppercase;
    color: #676767;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    display: block;
}

.catbox a:hover {
 color: #ee0000;
 text-decoration: none;
}

.catbox h4 {
    font-size: 16px;
	font-family: 'Cheltenham';
    color: #c2ff08;
    padding: 0px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
}

.catholdt {
  position: relative;
  width: 100%;
}



.itbox {
    margin: 0px auto 20px auto;
    padding: 10px 0px 20px 15px;
    width: 100%;
	-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
	border-bottom: 1px #333333 dashed;
}

@-webkit-keyframes catbox {
    100% { left: 0; }
}

@keyframes catbox {
    100% { left: 0; }
}


.itbox img {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
}

.itbox a {
    font-size: 17px;
	font-family: 'Cheltenham';
    text-transform: uppercase;
    color: #130200;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    display: block;
}

.itbox a:hover {
 color: #ee0000;
 text-decoration: none;
}

.itbox h4 {
    font-size: 16px;
	font-family: 'Cheltenham';
    color: #c2ff08;
    padding: 0px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
}

.itbox h5 {
    font-size: 18px;
	font-family: 'Cheltenham';0
    text-transform: uppercase;
    color: #ee0000;
    padding: 0px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
}

.itbox p {
    font-size: 14px;
	font-family: 'Cheltenham';
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
}






.hey {
            /* for chrome and safari*/
            -webkit-animation-duration: 2s;
            -webkit-animation-name: slidein;

            /*for firefox*/
            -moz-animation-duration: 2s;
            -moz-animation-name: slidein;

              /* for opera*/
            -o-animation-duration: 2s;
            -o-animation-name: slidein;

              /* Standard syntax*/
            animation-duration: 2s;
            animation-name: slidein;
        }

        @-webkit-keyframes slidein {
            from {
                margin-left: 100%;
                width: 300%;
            }

            to {
                margin-left: 0%;
                width: 100%;
            }
        }

        @-moz-keyframes slidein {
            from {
                margin-left: 100%;
                width: 300%;
            }

            to {
                margin-left: 0%;
                width: 100%;
            }
        }
         @-o-keyframes slidein {
            from {
                margin-left: 100%;
                width: 300%;
            }

            to {
                margin-left: 0%;
                width: 100%;
            }
        }
          @keyframes slidein {
            from {
                margin-left: 100%;
                width: 300%;
            }

            to {
                margin-left: 0%;
                width: 100%;
            }
        }


.reserveform{ width:90%; padding:20px 0px 20px 0px;}

.form-control {
    box-shadow: none!important;
    border: 2px #FFFFFF solid!important;
    min-height: 48px;
/*	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;*/
	font-size: 14px;
	font-family: 'Cheltenham';
	text-align: left;
	padding: 3px 8px 8px 8px;
    color: #676767!important;
	text-transform:uppercase;
	/*background-image: radial-gradient(circle, #ed1d93, #dc4cb5, #c66acf, #ad81e0, #9794e8, #86a2ec, #7dafeb, #7eb9e7, #84c4e4, #93cedf, #a6d7dc, #bcdedc);*/
}

.btn-primary {
    color: #fff;
	text-transform:uppercase;
    background-color: #4169E1!important;
    /*background-image: linear-gradient(to right top, #ff13c2, #ff297d, #ff7839, #ffb800, #cfeb12)!important;*/
    border-color: #4169E1!important;
}

.dish {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #676767000;
  border:1px #CC0000 dashed;
}

.catholdt:hover .overlay {
  opacity: 0.8;
  cursor:pointer;
}

.dishtext {
  position: absolute;
  top: 50%;
  left: 50%;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dishtext h5{
  font-size: 18px;
  font-family: 'Cheltenham';
  color:#ee0000;
  text-transform:uppercase;
  text-align: center;
}

.dishtext h6{ font-size: 14px;
	font-family: 'Cheltenham';
	text-align: center;
	padding: 3px 8px 8px 8px;
    color: #e7e7e7;}





/* Style the tab */
.tab {
  float: left;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #ffffff;
  padding: 8px 16px;
  margin:8px 0px 8px 0px;
  width: 85%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  background-color: #ee0000;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-transform:uppercase;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #312c2c;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #312c2c;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
  height: auto;
  z-index:99999;
}

.menubox{-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;}

.allhold{ background-color:#676767000; width:100%;}

.navbar-nav {
    display: block!important;
	width: 100%;
	text-align:center;
	margin: 30px 0px 0px 0px;
}

.navihold{ width:20%; background-image:url(../images/menbg.png); background-repeat:repeat; overflow:hidden; position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    min-height: 100vh;}

.brandhold{width: fit-content;
    width: -moz-fit-content; margin: 40px auto 10px auto;  }
	
	.brandhold img{ mix-blend-mode: lighten; width:100%; height:auto;}
	
	
#wrap {
  margin: 0 auto;
  width: 100%;
  position: relative
}

#viewport {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  
}

#viewport .smoke {
  position: absolute;
  width: 250px;
  height: 250px;
  /*background: url('../images/smoke.png') no-repeat;*/
  bottom: 150px;
  margin-left: 0px;
  z-index:9999;
}

#viewport h3 {
  font-family: 'Times';
    text-transform: uppercase;
    font-size: 59px;
    color: #ffffff;
    text-align: center;
    text-shadow: 2px 2px 2px #676767000;
	padding:16% 0% 0% 41.5%;
	width: fit-content;
    width: -moz-fit-content;
}


@-webkit-keyframes masked-animation {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right bottom;
  }
}



/* button styles !!!YOU NEED THEM 
!!!ALSO YOU NEED TO ADD FONTWESOME */
.effect {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
 background-color:#ee0000;
  font-family: 'Cheltenham';
  /* put your font-family */
  font-size: 19px;
  padding: 14px 0px;
  width: 209px;
  overflow: hidden;
}

/* effect-2 styles */
.effect.effect-2 {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  letter-spacing:2px;
}
.effect.effect-2:before {
  content:"\f271";
  font-family: FontAwesome;
  font-size: 24px;
  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;
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.effect.effect-2:hover {
  text-indent: -30px;
  background-color:#7ba300;
  color:#FFFFFF;
  text-decoration:none;
}
.effect.effect-2:hover:before {
  right: 0;
  text-indent: 0px;
}




/* effect-2 styles */
.effect.effect-3 {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  letter-spacing:2px;
}
.effect.effect-3:before {
  content:"\f054";
  font-family: FontAwesome;
  font-size: 24px;
  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;
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.effect.effect-3:hover {
  text-indent: -30px;
  background-color:#7ba300;
  color:#FFFFFF;
  text-decoration:none;
}
.effect.effect-3:hover:before {
  right: 0;
  text-indent: 0px;
}


a.smalleffect {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
 background-color:#078e4d;
  font-family: 'Cheltenham';
  /* put your font-family */
  font-size: 14px;
  padding: 10px 0px;
  width: 130px;
  overflow: hidden;
}

a.smalleffect:hover {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
 background-color:#676767;
  font-family: 'Cheltenham';
  /* put your font-family */
  font-size: 14px;
  padding: 10px 0px;
  width: 130px;
}


a.smalleffect2 {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
 background-color:#676767;
  font-family: 'Cheltenham';
  /* put your font-family */
  font-size: 14px;
  padding: 10px 0px;
  width: 130px;
  overflow: hidden;
}

a.smalleffect2:hover {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
 background-color:#970000;
  font-family: 'Cheltenham';
  /* put your font-family */
  font-size: 14px;
  padding: 10px 0px;
  width: 130px;
}

.indigo{     background-color: #D9D8C7;
    width: 96%;
    float: right;}

.foottitle{ color:#c2ff08; font-family: 'Cheltenham'; font-size:22px; text-transform:uppercase;}

.footlist {
    font-family: 'Cheltenham';

}

.footlist h4{
    font-family: 'Cheltenham'; font-size:18px; color:#ee0000;

}

.footlist h6{
    font-family: 'Cheltenham'; font-size:28px; color:#ee0000; text-transform:uppercase;

}

.footlist p{
    font-family: 'Cheltenham';
    color: #676767;
    font-size: 16px;
    text-align: left;
}

.footlist p img{
	width: fit-content;
    width: -moz-fit-content;
	padding: 6px;
	float: left;
}


.fst11 {
    width: 100%;
    padding: 2% 2% 8% 10%;
    float: left;
	background-color:#078e4dc9;
   
}

.fst11 h2 {
    font-family: 'Cheltenham';
    color: #000000;
    font-size: 40px;
    text-transform: uppercase;
    text-align: left;
    line-height: 38px;
	padding: 2% 0% 2% 0%;
}

.fst11 h2 span {
    font-family: 'Cheltenham';
    color:#000000;
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
}

.fst11 p{ font-family: 'Cheltenham'; color:#FFFFFF	; font-size:18px; text-align:left; line-height: 28px;}

.fst11 p span{ font-family: 'Cheltenham'; color:#000000; font-size:19px; text-align:left; line-height: 28px;}


.fst12 {
    width: 100%;
    padding: 2% 2% 8% 2%;
    float: left;
	background-color:#D9D8C7;
   
}

.fst12 h2 {
    font-family: 'Cheltenham';
    color: #c2ff08;
    font-size: 40px;
    text-transform: uppercase;
    text-align: left;
    line-height: 38px;
	padding: 2% 0% 2% 0%;
}

.fst12 h2 span {
    font-family: 'Cheltenham';
    color: #676767;
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
}

.footer-copyright{ font-family: 'Cheltenham';
    color: #676767;
	font-size:14px;
	text-align:center; background-color:#D9D8C7;}
	
.img-fluid{ margin-top:20px; margin-bottom:20px;}

.captcha-input {
	background:#FFF url('../captcha_code.php') repeat-y;
	padding-left: 85px;
}

.dis1{ display:block; width: fit-content;
    width: -moz-fit-content; margin:0px auto; text-align:center; }
	
.dis1 img{ width: 100%; height:auto; margin:0px auto; text-align:center; padding-bottom:5px;}

.dis2{ display: none; width: fit-content;
    width: -moz-fit-content;}
	
.dis2 img{ width: 100%; height:auto;}
.dis3{ display:block; width: fit-content;
    width: -moz-fit-content; margin:0px auto; text-align:center; }
    
.dis3 img{ height:auto; margin:0px auto; text-align:center; padding-bottom:5px;}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/


@media screen and (max-width: 480px) {

#viewport h3 {
  font-family: 'Times';
    text-transform: uppercase;
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    text-shadow: 2px 2px 2px #676767000;
	padding:62% 0% 0% 1%;
	width: 100%;
}

.foodright {

    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 27%;
    left: 32%;

}

.foodbir {
    width: 100%;
    height: auto;
    -webkit-animation: spin 35s linear infinite;
    -moz-animation: spin 35s linear infinite;
    animation: spin 35s linear infinite;

}

.foodbir img{ width:100%; height:auto;}

.seti3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 60px 0px;
    opacity:1;
    filter: alpha(opacity=97);
    background: #D9D8C7;
        background-repeat: repeat;
        background-image: none;
    background-image: url(../images/matk.png);
    background-repeat: repeat;
    overflow: hidden;
    min-height: 300px;
}

.seti1a {
    padding: 8% 0px 0px 0px;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: auto;
}

.seti1a h2 {
    font-family: 'Cheltenham';
    text-transform: uppercase;
    font-size: 24px;
    color: #c2ff08;
    text-align: center;
    text-shadow: 2px 2px 2px #676767000;
}

.seti1a h3 {
    font-family: 'Cheltenham';
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    text-shadow: 2px 2px 2px #676767000;
}


.seti1c h2 {
    font-family: 'Cheltenham';
    text-transform: uppercase;
    font-size: 25px;
    color: #c2ff08;
    text-align: center;
    text-shadow: 2px 2px 2px #676767000;
}

.seti1c h3 {
    font-family: 'Cheltenham';
    text-transform: uppercase;
    font-size: 18px;
    color: #ee0000;
    text-align: center;
    text-shadow: 2px 2px 2px #676767000;
}


.tabu {
    margin: 0px auto;
    width: 95%;
    padding: 0px 0px 0px 0px;
}

.catbox a {
    font-size: 14px;
    font-family: 'Cheltenham';
    text-transform: uppercase;
    color: #676767;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    display: block;
}

.fst11 {
    width: 100%;
    padding: 2% 2% 8% 2%;
    float: left;
    background-color: #D9D8C7;
}

.fst11 h2 {
    font-family: 'Cheltenham';
    color: #c2ff08;
    font-size: 25px;
    text-transform: uppercase;
    text-align: left;
    line-height: 27px;
    padding: 2% 0% 2% 0%;
}

.fst11 h2 span {
    font-family: 'Cheltenham';
    color: #676767;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
}


.fst12 h2 {
    font-family: 'Cheltenham';
    color: #c2ff08;
    font-size: 25px;
    text-transform: uppercase;
    text-align: left;
    line-height: 27px;
    padding: 2% 0% 2% 0%;
}

.fst12 h2 span {
    font-family: 'Cheltenham';
    color: #676767;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
}


.footlist p {
    font-family: 'Cheltenham';
    color: #676767;
    font-size: 16px;
    text-align: left;
}

.indigo {
    background-color: #
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    D9D8C7;
    width: 100%;
    float: none;
}

.footer-copyright {
    font-family: 'Cheltenham';
    color: #676767;
    font-size: 11px;
    text-align: center;
    background-color: #D9D8C7;
}

.seti1e {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 2%;
    opacity: 0.97;
    filter: alpha(opacity=97);
    background: #D9D8C7;
        background-repeat: repeat;
        background-image: none;
    /*background-image: url(../images/matk.png);*/
    background-repeat: repeat;
    overflow: hidden;
    min-height: auto;
}
.seti1e h2 {
    font-family: 'Cheltenham';
    text-transform: uppercase;
    font-size: 25px;
    color: #ffffff;
    text-align: left;
    text-shadow: 2px 2px 2px #676767000;
}

.seti1e h3 {
    font-family: 'Cheltenham';
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    text-shadow: 2px 2px 2px #676767000;
}



.dis1{ display:none; width: fit-content;
    width: -moz-fit-content;}
	
.dis1 img{ width: 100%; height:auto;}

.dis2{ display: block; width: fit-content;
    width: -moz-fit-content; margin: 0px auto;}
	
.dis2 img{ width: 50%!important; height:auto;}
.dis3{ display: block; width: fit-content;
    width: -moz-fit-content; margin: 0px auto;}
    
.dis3 img{ width: 50%!important; height:auto;}
.navbar {
    position: relative !important;
    width: 100% !important;
    z-index: 999;
}

.navihold {
    width: 100%;
    background-image: url(../images/menbg.png);
    background-repeat: repeat;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999999;
    min-height: auto;
}

.brandhold {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0px auto 10px auto;
}

.brandhold img{ mix-blend-mode: lighten; width:100%; height:auto;}




.everytop img {
    width: 90%;
    height: auto;
}

.caption {
    width: 100%;
}



 .caption h2 {
    font-size: 20px;
	text-align: center;
}

.caption h1 {
    font-size: 20px;
	text-align: center;
}

.caption p {
display:none;
}

.caption a{ background-color:#fcb043; 
width: 100%;
font-family: 'Times';
    width: 100%;
	font-size:14px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	display:block;
	text-decoration:none;
	padding: 5px 10px 5px 10px;
	margin: 4% 0px 0px 0px;
	float:left;
	
	}
	
	
.home1 h2 {
    font-family: 'Times';
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    color: #37b0c9;
    padding: 0px 0px 20px 0px;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}

.home1 h3 {
    font-family: 'Times';
    font-size: 28px;
    text-align: center;
    color: #676767000;
    padding: 0px 0px 19px 0px;
    margin: 0px 0px 0px 0px;
}

.home3 h2 {
    font-family: 'Times';
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    color: #37b0c9;
    padding: 0px 0px 20px 0px;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}

.home3 h3 {
    font-family: 'Times';
    font-size: 28px;
    text-align: center;
    color: #676767000;
    padding: 0px 0px 25px 0px;
    margin: 0px 0px 0px 0px;
}
}


@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (max-width: 480px)
{
   .carousel-item img {
    transition: transform 500ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
    min-width:100%;
} 
   .carousel-item .img1 {
    transition: transform 500ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
    min-width:100%;
    height: 650px!important;
    object-fit: cover;
} 
}
@media (max-width: 768px) {
 
}

@media (max-width: 992px) {
 
}

@media (max-width: 1200px) {
  
}