@import url('https://fonts.googleapis.com/css?family=Lato:400,900|Merriweather:400,700|Open+Sans:400,700');
*,
*:after,
*:before {
	box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

html,
body {
	height: 100%
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 2;
	color: #555555;
	font-weight: 400;
}

a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: maroon;
}

a:focus,
a:hover {
	outline: none;
	color: #a90000;
}

a:hover {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	margin: 15px 0px 15px;
	color: #333333;
}

.btn {
	border-radius: 0;
	margin: 0 6px;
	padding: 10px 28px;
	font-weight: 700;
	-webkit-transition: .4s;
	transition: .4s;
}

.maroon-btn {
	background-color: #800000;
	color: #ddd;
}

.maroon-btn:hover {
	background-color: #a90000;
	color: #ffffff;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

.fix {
	overflow: hidden;
}

.section-padding {
	padding: 100px 0;
}

.padding-top {
	padding-top: 100px;
}

.inline {
	display: inline-block;
}

#scrollUp {
	background-color: #800000;
	bottom: 20px;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 40px;
	line-height: 2;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
}

header {
	border-top: 3px solid #800000;
}

.header-text-area {
	background-position: center center;
	height: 100%;
	position: relative;
	width: 100%;
}

.header-single-text {
	position: relative;
	z-index: 1;
}

.header-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header-bg-1 {
	background: url("../images/slide/slide_1.jpg") no-repeat scroll 0 0 / cover;
}

.header-bg-2 {
	background: url("../images/slide/slide_2.jpg") no-repeat scroll 0 0 / cover;
}

.header-bg-3 {
	background: url("../images/slide/slide_3.jpg") no-repeat scroll 0 0 / cover;
}

.header-bg:after {
	background-color: #000000;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.header-top-bar {
	padding: 15px 0;
	background-color: #ffffff;
}

.header-single-text {
	padding: 200px 0;
}

.header-single-text>h1 {
	color: #ffffff;
	margin-bottom: 30px;
	font-size: 68px;
	text-transform: uppercase;
}

.contact-info>div {
	display: inline-block;
}

.contact-info>div a {
	border: 1px solid #800000;
	color: #222222;
	display: block;
	font-size: 15px;
	margin: 5px;
	padding: 6px 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 900
}

.contact-info>div a i.fa {
	color: #800000;
	margin-right: 10px;
}

.mainmenu-area {
	background-color: #800000;
	box-shadow: 0 0 2px 0 #dddddd;
	z-index: 999;
	width: 100%;
}

.main-nav-scrolled {
	position: fixed;
	left: 0;
	top: 0;
}

.mainmenu-area a {
	color: #ffffff;
}

.mainmenu {
	position: relative;
}

.mainmenu ul.nav.navbar-nav li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 2px;
	margin: 15px 10px 15px 0;
	padding: 5px 50px;
	text-transform: uppercase;
}

.mainmenu ul.nav.navbar-nav li a:hover,
.mainmenu ul.navbar-nav li.active a {
	background-color: #000000;
}

.mainmenu .navbar {
	margin-bottom: 0;
}

footer {
	background-color: #1b1b1b;
	color: #ffffff;
}

.single-footer h3 {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
}

.single-footer h3 span {
	color: #800000;
}

.social-list {
	margin-top: 20px;
}

.social-list a {
	background-color: #800000;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	height: 35px;
	line-height: 2.4;
	margin-right: 10px;
	text-align: center;
	width: 35px;
}

.social-list a:hover {
	background-color: #ffffff;
	color: #800000;
}

.single-footer .link ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.single-footer .link ul li a {
	color: #ffffff;
	font-size: 13px;
}

.single-footer .link ul li:before {
	content: "\f0da";
	font-family: fontawesome;
	margin-right: 10px;
	-webkit-transition: .2s;
	transition: .2s
}

.single-footer .link ul li:hover:before {
	margin-right: 15px
}

.single-info {
	margin: 14px 0;
}

.single-info a {
	border: 1px solid #800000;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	padding: 10px 30px 10px 50px;
	position: relative;
}

.single-info span {
	background-color: #800000;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	left: -1px;
	line-height: 1.8;
	position: absolute;
	text-align: center;
	top: -4px;
	width: 40px;
	-webkit-transition: .3s;
	transition: .3s
}

.single-info a:hover span {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	background-color: #ffffff;
	color: #800000;
}

.credit-area {
	background-color: white;
	color: black;
}

.credit-area p {
	text-align: center;
}

.credit-area p a {
	color: #800000;
}

.credit-area p a:hover {
	color: #a90000;
}

.page .header-text-area {
	background-image: url(../images/page-header.jpg)
}

.sub-header-text {
	padding: 100px 0;
}

.sub-header-text h2 {
	color: #ffffff;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0
}

.sub-header-text>ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.sub-header-text li {
	color: #ffffff;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
}

.sub-header-text li {
	margin: 0 5px;
	text-decoration: line-through;
}

.sub-header-text li.active {
	text-decoration: none;
}

.single-service {
	background-color: #800000;
	color: #ffffff;
	padding: 30px 15px;
	box-shadow: 0 0 0 0 #888888;
	-webkit-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-webkit-transition: .4s;
	transition: .4s;
}

.single-service:hover {
	box-shadow: 0 40px 30px -26px #888888;
	-webkit-transform: translate(0px, -6px);
	transform: translate(0px, -6px);
}

.single-service .serivce-icon {
	font-size: 34px;
	margin-bottom: 10px;
}

.single-service h3 {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
}

.single-service a {
	color: #ffffff;
	display: inline-block
}

.single-service a:hover {
	color: #ffffff;
}

figure {
	margin: 10px;
	border: 1px solid #800000;
}

#tip {
	display: none;
}

.fadeIn {
	animation-duration: 3s;
}

.form-control {
	border-radius: 0px;
	border: 1px solid #EDEDED;
}

.form-control:focus {
	border: 1px solid #00bfff;
}

.textarea-contact {
	resize: none;
}

.second-portion {
	margin-top: 50px;
}

.box>.icon {
	text-align: center;
	position: relative;
}

.box>.icon>.image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 8px solid white;
	line-height: 88px;
	border-radius: 50%;
	background: #800000;
	vertical-align: middle;
}

.box>.icon:hover>.image {
	background: #333;
}

.box>.icon>.image>i {
	font-size: 36px !important;
	color: #fff !important;
}

.box>.icon:hover>.image>i {
	color: white !important;
}

.box>.icon>.info {
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid #e0e0e0;
	padding: 15px 0 10px 0;
	min-height: 163px;
}

.box>.icon:hover>.info {
	background: rgba(0, 0, 0, 0.04);
	border-color: #e0e0e0;
	color: white;
}

.box>.icon>.info>h3.title {
	font-family: "Robot", sans-serif !important;
	font-size: 16px;
	color: #222;
	font-weight: 700;
}

.box>.icon>.info>p {
	font-family: "Robot", sans-serif !important;
	font-size: 13px;
	color: #800101;
	line-height: 1.5em;
	margin: 20px;
}

.box>.icon>.info>p>a {
	font-family: "Robot", sans-serif !important;
	font-size: 13px;
	color: #800101;
	line-height: 1.5em;
}

.box .space {
	height: 30px;
}

.form-control:focus {
	border-color: #800000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(128, 0, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(128, 0, 0);
}

table {
    width: 100%;
}

th {
	background-color: maroon;
	color: white;
	text-align: center;
}

td {
	border: 1px solid #800000;
}

blink {
	animation: blinker 1.0s linear infinite;
	color: #1c87c9;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.popup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 400px;
      max-width: 90%;
      background: #fff;
      border-radius: 5px;
      box-shadow: 0 0 20px rgba(0,0,0,0.3);
      padding: 10px;
      z-index: 1000;
      display: none;
      text-align: center;
    }

    /* Overlay */
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      z-index: 999;
      display: none;
    }

    /* Close button */
    .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer;
      color: #333;
      border:1px solid #ffffff;
    }

    .popup img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }
    #close{
        background:#ffffff;
        color:#0078c1;
        border:1px solid #ffffff;
    }
    
 .flash-banner {
  background: #ffffff;
  padding: 30px 10px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #800000;
  box-shadow: 0 0 10px rgba(255, 0, 100, 0.2);
}

.flash-banner p {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin: 0;
}

.flash-banner span {
  color: #000000;
  margin-right: 12px;
}

.flash-banner a {
  color: #fff;
  background: #800000;
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  animation: blinkLink 1.4s infinite;
  transition: 0.3s ease;
}

.flash-banner a:hover {
  background: #800000;
  transform: scale(1.05);
}
