* {
    margin: 0; padding :0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
 
*, ::after, ::before {
    box-sizing: border-box;
}

body { background: #c2c2c2; font-size: 18px; font-family: 'Times New Roman', serif; }

a { transition: 0.7s; text-decoration: none; color: #fff; }

a:hover, a:active, a:focus { color: #ff0000; text-decoration: none; }

p { padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: 350; }

hr { margin: 0 auto; width: 86%; }

.image-frame { float: left; margin: 5px; padding-top: 10px; position: relative; color: #333; }
.image-frame .image-caption { display: none; text-align: center; position: absolute; bottom: 0px; padding: 5px; background: #fff; width: 100%; opacity: 0.9;}

.blur { border: 2px solid; padding: 5px; box-shadow: 3px 2px 4px; }

.center { text-align: center; padding: 1px; }
.left { text-align: left; }
.right { text-align: right; }

.sectionheader { padding: 0 25px 15px 25px; margin: 0; width: 100%; }

@media only screen and (min-width:768px) {
	.col {
		float: left;
	}
}

/********************** HEADER */

#header { padding: 3px 0 15px 0; position: absolute; left: 0; top: 0; right: 0; z-index: 996; background: #fff; }

.logo { float: left; padding: 0 0 0 0px; }

.topcontact { float: right; font-size: 15px; }
.topcontact a { color: blue; }
.topcontact a:hover, a:active, a:focus { color: red; text-decoration: none; }

/********************** NAV */

#navwrap { float: right; margin: 5px 25px 0 10px; padding: 0; position: relative; bottom: 0; right: 0; background: #f0f0f0; border-radius: 5px; box-shadow: 5px 2px 2px black; }

.menu, .menu * { margin: 0; padding: 0; list-style: none; }

.menu ul { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
.menu li { position: relative; white-space: nowrap; }
.menu > li { float: left; }
.menu li:hover > ul,
.menu li.sfHover > ul { display: block; }
.menu ul ul { top: 0; left: 100%; }
.menu ul li { min-width: 180px; }
.menu a { padding: 3px 8px 3px 8px; text-decoration: none; display: inline-block; color: #000099; font-weight: 600; font-size: 18px; text-transform: uppercase; outline: none; }

.menu li:hover > a, .menu > .menu-active > a { color: #ff0000; }

.menu > li { margin-left: 1px; }

.menu ul { margin: 4px 0 0 0; padding: 10px; background: #fff; box-shadow: 10px 5px 5px blue; }

.menu ul li { transition: 0.3s; }
.menu ul li a { padding: 10px; color: #000; transition: 0.3s; display: block; font-size: 13px; text-transform: none; }
.menu ul li:hover > a { color: #ff0000; }
.menu ul ul { margin: 0; }


/* LANDING *********************************** */

#main { width: 100%; margin: 0 auto; }

#maintop { display: table; height: 100vh; }

#maintop .carousel-item::before { content: ''; background-color: rgba(0, 0, 0, 0.6); position: absolute; height: 100%; width: 100%; top: 0; right: 0; bottom: 0; left: 0; }

#maintop .carousel-item { width: 100%; height: auto ; /* width: 100%; height: 100vh; */ background-size: cover; background-position: center; background-repeat: no-repeat; }

#maintop .carousel-container { display: flex; justify-content: center; align-items: center; position: absolute; bottom: 0; top: 0; left: 0; right: 0; }

#maintop .carousel-content { text-align: center; }

#maintop p { width: 86%; margin: 0 auto 50px auto; color: #fff; }

#maintop .carousel-fade .carousel-inner .carousel-item { -webkit-transition-property: opacity; transition-property: opacity; }
#maintop .carousel-fade .carousel-inner .carousel-item,
#maintop .carousel-fade .carousel-inner .active.carousel-item-left,
#maintop .carousel-fade .carousel-inner .active.carousel-item-right { opacity: 0; }

#maintop .carousel-fade .carousel-inner .active,
#maintop .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#maintop .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right { opacity: 1; transition: 0.5s; }

#maintop .carousel-fade .carousel-inner .carousel-item-next,
#maintop .carousel-fade .carousel-inner .carousel-item-prev,

#maintop .carousel-fade .carousel-inner .active.carousel-item-left,
#maintop .carousel-fade .carousel-inner .active.carousel-item-right { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }


/* slider NEW */

#all_slides { position: relative; height: 100vh; padding: 0; margin: 0; list-style-type: none; }

.slide { position: absolute; left: 0px; top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.active { opacity: 1; z-index: 2; }

.slide { font-size: 40px; padding: 50px 0 0 0; margin: 20px 0 0 0; box-sizing: border-box; background: #333; background-size: cover; }

.slidebox { background: red; background:rgba(255,255,255,0.7); border-radius: 5px; padding: 15px 0px; box-shadow: 1px 5px 5px black; font-size: 20px; width: 85%; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 50; }

.slideboxtext { color: #000; font-weight: 400; margin: 5px 10px 10px 20px; }

.slide:nth-of-type(1){
  background-image: url('../images/slider/top-slider-1.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide:nth-of-type(2){
  background-image: url('../images/slider/top-slider-2.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.slide:nth-of-type(3){
  background-image: url('../images/slider/top-slider-3.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.slide:nth-of-type(4){
  background-image: url('../images/slider/top-slider-4.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.slide:nth-of-type(5){
  background-image: url('../images/slider/top-slider-5.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.controls {
  display: none;
}

.controls {
  display: inline-block;
  position: relative;
  top: 1rem;
  right: .5rem;
  border: none;
  outline: none;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 1.5rem;
  background: gold;
  width: 3rem;
  height: 3rem;
  margin-left: .5rem;
}

.controls:hover,
.controls:focus { background: #eee; color: #333; }

.container { position: relative; }

.buttons {
  position: absolute;
  right: .5rem;
  top: 0px;
  z-index: 10;
  font-size: 0px;
}

/* SERVICES *********************************** */

#services { margin: 0 auto; padding: 15px 0 0 0; width: 100%; }

.servicesfooter { padding: 0; margin: 20px; }

.servicesrow { background: #f0f0f0; border-radius: 10px; padding: 30px 0px; box-shadow: 10px 5px 5px gray; width: 96%; margin: 0 auto; }
.servicepanel { background: #fff; border-radius: 10px; padding: 10px 10px 25px 10px; box-shadow: 10px 5px 5px gray; }


.servicepara { padding: 0 25px 0 25px; margin: 0 auto;  }

.titlebox { margin: 0 auto; width: 85%; background: #000066; color: #fff; border-radius: 5px; box-shadow: 5px 2px 2px black; }

/* ABOUT *********************************** */

#about { margin: 0 auto; padding: 40px 0 0 0; width: 100%; }

.aboutfooter { padding: 0; margin: 20px 0 0 40px; width: 90%; }
.aboutpanel { background: #fff; border-radius: 10px; padding: 10px 0 25px 0; box-shadow: 10px 5px 5px gray; }

.aboutrow { background: #f0f0f0; border-radius: 10px; padding: 30px 0px; box-shadow: 10px 5px 5px gray; width: 96%; margin: 0 auto; }

.aboutpara { padding: 0 25px 0 25px; margin: 0 auto; }
.aboutpara2 { padding: 18px 25px 0 25px; margin: 0 auto; }

/* SPECIAL OFFERS ******************************* */

.soheader { padding: 0; margin: 5px 0 20px 40px; width: 100%; }
.sofooter { padding: 0 0 0 90px; margin: 20px; }

/* TESTIMONIALS *********************************** */

#testimonials {	margin: 0 auto;	padding: 15px 0 0 0; width: 100%; }

.testimonialsfooter { padding: 0 0 0 0; margin: 20px; }
.testimonialspanel { background: #fff; border-radius: 10px; padding: 10px 0 25px 0; margin-top: 25px; box-shadow: 10px 5px 5px gray; }

/* servicearea *********************************** */

#servicearea {	margin: 0 auto;	padding: 15px 0 0 0; width: 100%; }

.serviceareapanel { background: #fff; border-radius: 10px; padding: 10px 0 0 0; box-shadow: 10px 5px 5px gray; }
.servicearearow { background: #f0f0f0; border-radius: 10px; padding: 30px 10px; box-shadow: 10px 5px 5px gray; width: 96%; margin: 0 auto; }

/* CONTACT *********************************** */

#contact { margin: 0 auto; padding: 15px 0 0 0; width: 100%; }

.contactpanel { background: #fff; border-radius: 10px; padding: 20px 0px; box-shadow: 10px 5px 5px gray; }
.contactpanel a { color: blue; }
.contactpanel a:hover, a:active, a:focus { color: red; text-decoration: none; }

.contactfooter { padding: 0; margin: 20px; }

.contactrow { background: #f0f0f0; border-radius: 10px; padding: 30px 0px; box-shadow: 10px 5px 5px gray; width: 96%; margin: 0 auto; }

.contactpara { padding: 0 25px 0 25px; margin: 0 auto; }
.contactpara2 { padding: 18px 25px 0 25px; margin: 0 auto; }

input[type=text], select, textarea {
  width: 100%;
  padding: 6px;
  border: 3px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=submit] {
  background-color: #000066;
  color: white;
  padding: 3px 21px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

input[type=reset] {
  background-color: gray;
  color: white;
  padding: 3px 21px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

/* FOOTER / COPYRIGHT *********************************** */

#footer { margin: 20px 0 0 0 auto; }

#copyright { margin: 0 auto; padding: 15px 0 0 0; width: 100%; text-align: center; color: #000; font-size: 11px; }

.copyrightheader { padding: 0; margin: 5px 0 20px 40px; width: 90%; }
.copyrightpanel { background: #fff; border-radius: 10px; padding: 10px 0 10px 0; box-shadow: 10px 5px 5px gray; }
.copyrightrow { text-align: center; background: #f0f0f0; border-radius: 10px; padding: 10px 0px; box-shadow: 10px 5px 5px gray; width: 96%; margin: 0 auto; }

::-webkit-input-placeholder { color:#888; }
:-moz-placeholder { color:#888; }
::-moz-placeholder { color:#888; }
:-ms-input-placeholder { color:#888; }

/* SERVICES SLIDER */