html,
body {
    font-family: 'Fira Sans', sans-serif;
    /*    height: 100vh;*/
    /*    min-height: 100%;*/
    height: 100%;
}


.bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
}

header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.page-main {
    background-image: url(images/hotel-staff.jpg);
    height: 100%;
}

.top-navbar {
    background: #fff;
}

.forlogo {
    position: relative;
    padding-left: 243px;
}

.logo {
    position: absolute;
    top: -3px;
    left: 0;
    background-color: #fff;
    display: inline-block;
    z-index: 1000;
    padding: 30px 30px;
    box-shadow: 0 20px 19px -5px rgba(0, 0, 0, .17);
}

.logo a {
    display: inline-block;
}

.logo-md {
    display: none;
}

.topnav-link {
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding: 0 23px;
    display: inline-block;
}

.topnav-link i,
.topnav-link a:hover {
    color: #ce1b28;
}

.topnav-link a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #444;
    transition: .3s;
    margin-left: .4em;
    padding: 22px 0;
    display: inline-block;
}

.topnav-link:last-child {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.my-table {
    display: table;
    width: 100%;
    height: 100%;
}

.content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 90px;
}

.my-offer {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.wlcm {
    color: rgb(219, 219, 219);
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    display: block;
}

.content h2 {
    font-size: 55px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, .3);
}

.my-btn-slide1 {
    z-index: 10;
    display: inline-block;
    color: rgb(255, 255, 255);
    background: rgb(206, 27, 40);
    border: 2px solid rgb(206, 27, 40);
    text-align: center;
    padding: 10px 45px;
    font-size: 16px;
    border-radius: 30px;
    margin-top: 35px;
    text-transform: uppercase;
    transition: .3s;
}

.my-btn-slide1:hover {
    background: transparent;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.slide2 {
    background: url() no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 40px 0;
    background-color: #f2f2f2;
}

.slide2 h2 {
    color: #000;
    font-size: 42px;
    margin-bottom: 30px;
    padding-left: 30px;
}

.slide2 h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 23px;
    width: 30px;
    height: 4px;
    background-color: #ce1b28;
}

.my-redline {
    position: absolute;
    left: 0;
    height: 4px;
    top: 6px;
    width: 40px;
    background-color: #ce1b28;
}

.bgwhite h2 {
    font-size: 25px;
    margin-left: 27px;
}

.bgwhite ul {
    padding-left: 0;
}

.bgwhite ul li {
    list-style: none;
    font-size: 17px;
    margin: 8px 0;
}

.bgwhite i {
    color: #ce1b28;
    font-size: 20px;
    margin-right: 5px;
}

.slide3 {
    background: url(images/dotted-bg-light.png) no-repeat;
    background-color: #000;
    padding: 100px;
    background-attachment: fixed;
    background-size: cover;
    min-height: 500px;
}

.slide3 h2 {
    color: #fff;
    font-size: 26px;
    margin-left: 50px;
}

.my-services {
    background: url(images/hall.jpg) no-repeat;
    background-size: cover;
    background-position: center left;
}

.my-image {
    padding: 50px 0;
    position: relative;
}

.left-side {
    /*    background-color: #36333a;*/
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: right;
    padding-top: 200px;
    padding-right: 100px;
    position: relative;
}

.my-border {
    border-left: 10px;
    border-top: 10px;
    border-bottom: 10px;
    border-right: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, .1);
    position: absolute;
    width: 212px;
    height: 200px;
    right: 50px;
    top: 150px;
    z-index: 0;
}

.span-our {
    color: #ce1b28;
}

.left-side span {
    display: block;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 50px;
    font-weight: 500;
}

.right-side {}

.services-bg {
    position: relative;
    left: -50px;
    padding: 75px 50px;
    background-color: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 1);
}

.num,
.rsn {
    color: #fff;
    display: inline-block;
}

.num {
    font-size: 30px;
    border-bottom: 4px solid #ce1b28;
    padding-right: 20px;
    padding-bottom: 8px;
}

.rsn {
    font-size: 18px;
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
}

.slide3 .my-btn-slide1 {
    text-transform: none;
    padding: 4px 35px;
    margin-left: 50px;
    margin-top: 50px;
}

.slide3 .my-btn-slide1:hover {
    background-color: transparent;
    border-color: #ce1b28;
    color: #ce1b28;
}

.qlty {
    padding: 70px 0;
}

.qlty h2 {
    margin-bottom: 35px;
    position: relative;
    font-size: 1.8rem;
}

.qlty h2::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 50px;
    left: 0;
    background-color: #ce1b28;
    top: 48px;
}

.qlty p {
    font-weight: 300;
    font-size: 18px;
}

.slide4 {
    background: url(images/slide2.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0;
    text-align: center;
    background-position: center center;
}

.slide4 img {
    text-align: center;
    margin: 30px 0;
}

.slide4 h3 {
    color: #fff;
}

.slide4 h3::after,
.slide5 h3::after,
.slide-aboutus h2::after,
.story-slide-2 h2::after {
    content: "";
    position: absolute;
    height: 4px;
    bottom: 0;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    background-color: #ce1b28;
    top: 45px;
}

.slide-aboutus h2,
.story-slide-2 h2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #fff;
}

.slide4 p {
    margin-top: 30px;
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
}

.slide5 {
    background: url(http://www.powerpointhintergrund.com/uploads/best-background-24.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0;
    text-align: center;
    background-position: top center;
}

.slide5 h3 {
    margin-bottom: 50px;
}

footer {
    background-color: #000;
}

.leftblock {
    background-color: rgba(255, 255, 255, .1);
    padding: 50px 35px;
}

.leftblock::after {
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 100%;
    background-color: #ce1b28;
}

.leftblock a {
    margin-bottom: 30px;
    display: inline-block;
}

.leftblock span {
    color: #aaa;
    font-weight: 300;
    display: block;
}

.page-title {
    font-size: 50px;
    padding: 50px 0;
    position: absolute;
    bottom: 11%;
    color: #fff;
}

.page-content {
    padding: 50px 0;
}

.page-content p {
    font-size: 20px;
    
    color: rgba(0, 0, 0);
}

.page-content p.thankyou {
    color: #000;
}

/* Page Our Story */

.our-story {
    background-image: url(images/story.jpg);
    min-height: 400px;
    position: relative;
    background-size: cover;
}

.slide-aboutus {
    padding: 190px 0 70px 0;
    background: url(images/aboutus.jpg) fixed no-repeat;
    background-size: cover;
}

.story-slide-2 {
    text-align: center;
    padding: 70px 0;
    background: url(images/ny.jpg) fixed no-repeat;
    background-size: cover;
}

/* Page Contact Us */

.contact-us {
    position: static;
}

.contact-info {
    position: relative;
}

.contact-info .myspan {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    background-color: #ce1b28;
    padding-top: 140px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: -120px;
}

.contact-info div {
    margin-bottom: 20px;
}

.contact-data div img,
.contact-data div p {
    display: inline-block;
}

.contact-data img {
    margin-right: 15px;
}

.my-cf {
    background-color: #000 !important;
}


.contact-data,
.my-contact-form {
    margin-top: 100px;
}

textarea {
    resize: none;
}

.form-control {
    font-family: "Fira Sans";
    border: 0;
    border-bottom: 2px solid #e8e8e8;
    font-weight: 300;
    border-radius: 0 !important;
    font-size: 16px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ce1b28;
    outline: 0;
    box-shadow: none;
}

.my-btn {
    color: #fff;
    background-color: #000;
    border-radius: 0;
    padding: .6em 20px;
}

.my-btn:hover {
    background-color: #ce1b28;
}

/* Page Employment */

.page-employment {
    background-image: url(images/employment.jpg);
    height: 400px;
    position: relative;
    background-position: top center;
    background-size: cover;
}

.form-row {
    margin: 35px 0;
}

.copyright {
    margin-top: 50px;
    background-color: rgba(255, 255, 255, .1);
}

.copyright p {
    color: #aaa;
    font-weight: 300;
    font-size: 14px;
    padding-top: 15px;
}

.footer-links p,
.footer-links ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.footer-links p {
    margin-left: 40px;
    margin-top: 50px;
}

p.p-ln {
    margin-left: 0;
}

.footer-links ul {
    list-style: none;
    margin-left: 0;
}

.footer-links ul li a {
    display: block;
    padding: 5px 0;
    transition: .3s;
    border-bottom: 1px solid #282828;
}

.footer-links ul li a:hover {
    border-color: #ce1b28;
    padding-left: 5px;
}

.footer-post {
    margin-top: 11px;
}

.footer-post span {
    display: block;
}

.footer-date {
    color: #777;
    font-size: 12px;
    font-weight: 300;
}

.footer-post-title,
.footer-post-title:hover {
    color: #fff;
    margin-top: 2px;
    display: block;
    font-size: 15px;
}

/* Category layout */

.blog-bg {
    background-color: #f1f1f1;
    padding: 20px 0 70px 0;
}

.card-columns .card {
    margin-bottom: 20px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.04);
    border-color: #e8e8e8;
}

.card-body {
    padding: 10px 20px 20px 20px;
}

.blog-bg .col-lg-10 {
    padding-left: 0;
}

.blog-post {
    background-color: #fff;
    padding: 20px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .04);
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.blog-link-date {
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ce1b28;
    font-size: 12px;
    font-weight: 500;
    margin: 15px 0;
}

.blog-link-date:hover {
    color: #fff;
    text-decoration: none;
}

.blog-post-title {
    font-size: 18px;
}

.blog-post-title a {
    color: #000;
    text-decoration: none;
    transition: .3s;
}

.blog-post-title a:hover {
    color: #ce1b28;
}

.blog-post-description {
    display: block;
    color: #777;
    font-size: 15px;
    font-weight: 400;
}

a.blog-post-continue {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    transition: .3s;
    font-weight: 500;
}

a.blog-post-continue:hover {
    color: #ce1b28;
}

a.blog-post-continue i {
    margin-left: 3px;
    transition: margin-left .3s ease;
}

a.blog-post-continue:hover i {
    margin-left: 6px;
}

.blog-right-side {
    background-color: #fff;
    padding: 30px 30px 15px 30px;
    border: 1px solid #e8e8e8;
}

.blog-right-side h4 {
    font-size: 17px;
}

.right-menu {
    list-style: none;
    padding: 0;
}

.right-menu li {
    border-bottom: 1px solid #e8e8e8;
}

.right-menu li a {
    display: block;
    padding: 5px 0 4px 0;
    font-size: 15px;
    text-decoration: none;
    color: #777;
    transition: .3s;
}

.right-menu li a i {
    display: none;
}

.right-menu li a:hover {
    padding-left: 10px;
    color: #ce1b28;
}

.right-menu li a:hover i {
    display: inline;
    color: #ce1b28;
}

.cat-blog {
    background-image: url(images/blog.jpg);
    height: 400px;
    position: relative;
    background-position: center center;
    background-size: cover;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

h1.blog-title {
    font-size: 30px;
}


