/*================================================
[  Table of contents  ]
================================================

    1 Theme Default

    2 Header Area

    3 Banner

    4 Content-1

    5 Login

    6 N Item

    7 Content-2

    8 Scop Bar

    9 Casa

    10 S Link

    11 Posizione

======================================
[ End table content ]
======================================*/


/*=====================
    1 Theme Default
=======================*/


/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');*/
/* font-family: 'Gentium Basic', serif; */
@import url('https://fonts.googleapis.com/css2?family=Gentium+Basic:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* @font-face {
    font-family: 'kirsty';
    src: url('../fonts/custom/KirstyRg-Bold.woff') format('woff');
} */




@font-face {
    font-family: 'Kirsty';
    src: url('../fonts/kistry/Kirsty.woff2') format('woff2'),
        url('../fonts/kistry/Kirsty.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kirsty';
    src: url('../fonts/kistry/Kirsty-Italic.woff2') format('woff2'),
        url('../fonts/kistry/Kirsty-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Kirsty';
    src: url('../fonts/kistry/Kirsty-BoldItalic.woff2') format('woff2'),
        url('../fonts/kistry/Kirsty-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Kirsty';
    src: url('../fonts/kistry/Kirsty-Bold.woff2') format('woff2'),
        url('../fonts/kistry/Kirsty-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kirsty Ink';
    src: url('../fonts/kistry/KirstyInk.woff2') format('woff2'),
        url('../fonts/kistry/KirstyInk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






@font-face {
    font-family: 'Liberation Serif';
    src: url('../fonts/custom/LiberationSerif-Bold.woff2') format('woff2'),
        url('../fonts/custom/LiberationSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Liberation Serif';
    src: url('../fonts/custom/LiberationSerif-Regular.woff2') format('woff2'),
        url('../fonts/custom/LiberationSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

body {
    margin: 0;
    padding: 0 !important;
    font-family: 'Gentium Basic';
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    word-spacing: 0px;
    word-wrap: break-word;
    background: #f8f8ff;
    color: #8ca2bb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kirsty';
    color: #333333;
    margin: 0;
    padding: 0;
}

h1 {
	font-family: 'Kirsty';
	/* text-transform: uppercase; */
	font-style: normal;
}

h2 {
    font-size: 45px;
    line-height: 50px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Gentium Basic';
}

h3 {
    font-family: 'Gentium Basic';
    color: #ffffff;
    font-size: 30px;
	line-height: 32px;
	font-weight: bold;
}

h4 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-family: 'Liberation Serif';
    font-weight: 700;
}

/*
h5 {
    font-size: 20px;
    line-height: 30px;
}
*/
h6 {
    font-family: 'LiberationSerif-Bold';
    color: #ffffff;
    font-size: 27px;
    line-height: 32px;
}

p {
    font-family: 'Liberation Serif';
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 32px;
}
*:-ms-input-placeholder {
	color: #000000;
	font-size: 16px;
	opacity: 1;
	font-weight: 600;
}
*::placeholder {
	color: #000000;
	font-size: 16px;
	opacity: 1;
	font-weight: 600;
}
.smaller {
  font-size: smaller;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

a,
button,
.btn,
ol li a,
ul li a {
    letter-spacing: 0;
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: #8ca2bb;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn {
	-moz-user-select: none;
	background-image: -moz-linear-gradient( 100deg, rgb(0,0,255) 0%, rgb(41,72,255) 100%);
    background-image: -webkit-linear-gradient( 100deg, rgb(0,0,255) 0%, rgb(41,72,255) 100%);
    background-image: -ms-linear-gradient( 100deg, rgb(0,0,255) 0%, rgb(41,72,255) 100%);
	border: medium none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	padding: 10px 16px;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;

}

.bg-primary{
    background: #0000ee !important;
}

.btn:hover {
    color: #ffffff;
}

.btn-border {
    background: transparent;
    color: #0000ff;
    border-color: #0000ff;
    border-radius: 5px;

}
.btn-border:hover {
    color: #0000ff;


}
.white-bg {
    background: #fff;
}
.blue-bg {
    background: #0000EE;
}
.blue-color {
    color: #0000EE !important;
}

a:hover,
ol li a:hover,
ul li a:hover {
    outline: none !important;
    text-decoration: none;
    color: #0000ff;

}

.btn,
.btn:focus,
input,
input:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
    box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;

}

/*
input:focus, textarea:focus {
    border: 1px solid #ccc !important;
}
*/

.lime-bg {
    background: #14F000 !important;

}
.lime-color {
    color: #14F000 !important;
}


/*========================
    2 Header Area Start
==========================*/
.sticky-wrapper.sticky {
	z-index: 111;
}
.sticky-wrapper.sticky .header-area{
	background: #fff;
	padding-top: 0px;
	transition: .4s;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
.header-area.box-shadow {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}
.main-menu {
    display: inline-block;
}
.main-menu ul li {
    display: inline-block;
    /* margin-left: 5px; */
}
.main-menu ul li a {
	padding: 0px 5px;
	display: block;
	font-size: 14px;
	border-radius: 30px;
}
.main-menu ul li:hover a {
    color: #0000ff;
}
.language-wrapper {
    display: inline-block;
}
.language-wrapper .nav-link {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    padding: 0px;
}
.language-wrapper .dropdown-item {
    padding: 5px 10px;
}
.language-wrapper .navbar.navbar-expand-lg {
    padding: 0px 0px 0px 20px;
}

/*========================
    3 Call To Action
==========================*/

.header-cta {
	background-image: -moz-linear-gradient( 90deg, rgb(0,0,255) 0%, rgb(41,72,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,255) 0%, rgb(41,72,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,255) 0%, rgb(41,72,255) 100%);
    padding: 5px 0;
}
.cta-texts h1 {
	font-size: 23px;
    color: #fff;

}
.cta-button a {
    color: #fff;
    border: 2px solid #fff;
    padding: 1px 4px;
    display: inline-block;
    border-radius: 5px;
    margin-left: 4px;
    font-size: 14px;
    font-weight: 700;
}

/*=====================
    4 Hero Area
=======================*/

.hero-area {
    padding: 100px 0;
}
.hero-texts span {
	display: block;
}
.hero-texts h1 {
	color: #0000ff;
	font-size: 22px;
    line-height: 39px;
    margin-bottom: 10px;
}
.hero-texts h3 {
    margin-bottom: 10px;
    font-size: 15px;
}
.hero-texts a {
	margin-top: 50px;
	margin-right: 15px;
}
.hero-img-right img {
	float: right;
	width: 100%;
}

.social-icons {
    margin-top: 35px;
}

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a {
    margin-right: 10px;
}

.social-icons ul li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #333333;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;


}

.social-icons ul li a:hover i {
    background: #0000ff;
}

/*=====================
    3 Features Area
=======================*/
.features-area {
    background: #fafaff;
}
.section-title span {
	color: #0000ff;
}

.section-title h2 {
	margin-bottom: 25px;
}
.section-title h3 {
	font-size: 16px;
	color: #8ca2bb;
}
.section-title {
    margin-bottom: 70px;
}
.features-area {
	padding: 100px 0;
}
.single-feature-box {
	background: #ffffff;
	padding: 60px 40px;
	border-radius: 5px;
	box-shadow: 0px 5px 20px 0px rgba(44, 84, 189, 0.07);
    border-bottom: 7px solid #0000ff;
    transition: .3s;
    margin-top: 30px;
}
.single-feature-box:hover {
    transform: translateY(-15px);
}
.single-feature-box img {
	margin-bottom: 35px;
    display: inline-block;
}
.single-feature-box h3 {
	margin-bottom: 25px;
}

/*=====================
    Optional Packages
=======================*/

.features-area .optional-packages {
    background: #ffffff;
}

.packages-row {
    padding-top: 100px;
}


/*=====================
    Video
=======================*/
.video-area {
	background: url(../img/video-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 220px;
}
.video {
    margin-top: 70px;
}
.video a {
	font-size: 36px;
	color: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: #fff;
    color: #2b3cfb;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.mb-50 {
    margin-bottom: 50px;
}


/*=====================
    Benifit
=======================*/
.single-feature-box.benefit-box {
	box-shadow: none;
	background: transparent;
	border: 0;
	padding: 0;
}
.section-title.title-border h2 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 0px;
}
.section-title.title-border h2:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    height: 4px;
    width: 80px;
    background: #2948ff;
}

/*=====================
    Testimonial
=======================*/
.single-feature-box.testimonial-box {
    padding: 20px 20px;
}
.single-feature-box.testimonial-box h3 {
	margin-bottom: 5px;
}
.single-feature-box.testimonial-box span {
	margin-bottom: 15px;
	display: block;
}
.testimonial-active {
    position: relative;
}
.testimonial-active .left,
.testimonial-active .right {
    font-size: 26px;
    color: #2948ff;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    z-index: 9;
}
.testimonial-active .right {
    right: -30px;
    left: auto;
}



/*=====================
    Counter
=======================*/
.counter-area {
    background: url(../img/counter-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 220px;
    padding-top: 80px;
    padding-bottom: 50px;
}
.single-counter {
    overflow: hidden;
    margin-bottom: 30px;
}
.counter-icon {
    float: left;
}
.counter-icon span {
    height: 65px;
    width: 65px;
    line-height: 65px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}
.counter-text {
    margin-left: 80px;
}
.counter-text h4 {
    color: #fff;
    font-size: 24px;
    font-family: 'kirsty';
    margin-bottom: 7px;
}
.counter-text span {
    font-size: 21px;
    color: #fff;
    font-weight: 700;
}


/*=====================
    Pricing
=======================*/

.single-pricing {
    box-shadow: 0px 0px 29px 0px rgba(11, 0, 67, 0.06);
    padding: 50px;
    border: 1px solid transparent;
    transition: all linear 0.3s;
    border-radius: 5px;
}
.single-pricing:hover {
    border-color:  #2948ff;
}
.pricing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pricing-header .header-left h1 {
    font-size: 14px;
    color: #2948ff;
    font-family: 'kirsty';
}
.pricing-header .header-left h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.pricing-header .header-left h3:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 80px;
    background: #2948ff;
}
.pricing-header .header-right h3 {
    font-family: 'kirsty';
    font-size: 35px;
    font-weight: 700;
    color: #333;
}
.pricing-header .header-right h3 span {
    font-size: 16px;
    font-weight: 700;
    color: #2948ff;
}
.single-pricing ul {
    margin-top: 45px;
    margin-bottom: 130px;
}
.single-pricing ul li {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}
.single-pricing ul li i {
    color: #2948ff;
    margin-right: 8px;
}
.single-pricing .price-btn a {
    height: 60px;
    line-height: 56px;
    border: 2px solid #2948ff;
    font-size: 16px;
    font-weight: 700;
    color: #2948ff;
    padding: 0px 50px;
    border-radius: 5px;
    transition: all linear 0.3s;
    display: inline-block;
    font-family: 'kirsty';
}
.single-pricing:hover .price-btn a {
    background: #2948ff;
    color: #fff;
}


/*=====================
    Pricing
=======================*/

.contact-area {
	background: #fafaff;
	padding: 100px 0;
}
.contact-form input, .contact-form textarea {
	width: 100%;
	padding: 30px 27px;
    margin-bottom: 20px;
    border-radius: 5px;

}
.contact-form input[type="submit"] {
	width: auto;
	padding: 20px 42px;
	text-transform: uppercase;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,255) 0%, rgb(41,72,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,255) 0%, rgb(41,72,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,255) 0%, rgb(41,72,255) 100%);
    color: #fff;
    border: 1px solid #0000ff;
    font-weight: 700;
}
.contact-details ul li {
	position: relative;
	padding-left: 62px;
	margin-bottom: 41px;
}
.contact-details ul li i {
	position: absolute;
	left: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
	background: #333333;
	border: ra;
	border-radius: 50%;
    text-align: center;
    color: #fff;
    top: -6px;
}
.contact-information h3 {
	margin-bottom: 20px;
}
.contact-information p {
	margin-bottom: 30px;
}

.footer-area {
    background: #333333;
}




/* login page start */

.login-from-wrapper {
	-webkit-box-shadow: 0px 17px 20px #EFEFEF;
	box-shadow: 0px 17px 20px #EFEFEF;
	padding: 20px 30px;
	padding-bottom: 60px;
	border-radius: 5px;
}
.login-form input {
	width: 100%;
	margin-bottom: 40px;
	border: none;
	border-bottom: 2px solid #ccc;
	padding: 12px 0px;
}
.denger {
	color: #D91313;
	font-size: 17px;
}
.login-form .form-check input {
	width: auto;
}
.form-check {
	text-align: left !important;
	margin-bottom: 10px;
	margin-top: 10px;
}
.login-bottom p {
	font-weight: 700;
	color: #000;
	margin: 0;
}
.login-bottom a {
	color: #B54FAF;
}
.login-bottom {
	margin-top: 20px;
}
.login-form input {
    width: 100%;
    margin-bottom: 40px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid #ccc;
    padding: 12px 0px;
    color: #212529;
    font-size: 16px;
    border-radius: 0px;
}
.login-form input:focus,.login-form textarea:focus {
    border: none !important;
    border-bottom: 2px solid #ccc !important;
}
.noter-1 {
    margin-bottom: 19px;
    display: block;
    color: #0000EE;
    font-size: 17px;
}
.form-check {
    margin-left: 0px;
    padding-left: 0px;
}

.form-check input[type="checkbox"] + label{
    display: block;
}
.form-check input[type="checkbox"] {
    display: none;
    cursor: pointer;
}
.form-check input[type="checkbox"] + label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    border: 1px solid #ccc;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: 10px;
    color: transparent;
    transition: all linear 0.2s;
    border-radius: 5px;
}
.form-check input[type="checkbox"] + label:active:before {
    transform: scale(0);
}
.form-check input[type="checkbox"]:checked + label:before {
    background: #0000EE;
    color: #fff;
    border-color: #0000EE;
}
.form-check label {
    color: #7e7e7e;
    font-weight: 600;
    font-size: 16px;
     cursor: pointer;
}
/* login page end */


/* hotel booking area start */
  .login-bg{
	  background-image: url('../img/login.jpg');
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  width: 100%;
	  height: 100%;
	  position: relative;
	  z-index: 1;
  }
  .login-bg:after{
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  background: #44896C;
	  content: "";
	  opacity: .8;
	  z-index: -1;
  }


  .h-booking-main-wrapper {
	background: #fff;
	margin-top: 31px;
	padding: 20px 90px;
	border-radius: 5px;
	margin-bottom: 100px;
}
  .h-book-head h3 {
	color: #06DA46;
	font-size: 28px;
	text-transform: uppercase;
  }
  .h-book-head h4 {
	color: #06DA46;
	font-size: 27px;
  }
  .h-book-head {
	margin-bottom: 20px;
}
.single-input input {
	width: 100%;
	position: relative;
	border: none;
	border: 2px solid #E8EBF1;
	padding: 7px 10px;
	border-radius: 5px;
	height: inherit;
}
.single-input input:focus {
    border: 2px solid #E8EBF1 !important;
}
.single-input i {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 21px;
	background: #E8EBF1;
	width: 55px;
	height: 100%;
	text-align: center;
	line-height: 40px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
  .single-input {
	position: relative;
	margin-bottom: 15px;
}
  .terms a {
	color: #33E36B;
	font-weight: 600;
  }
  .terms label {
	color: #33E36B;
	font-weight: 600;
	font-size: 16px;
  }
  .terms {
	margin-bottom: 15px;
}
  .terms button {
	background: #33E36B;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: none;
	padding: 11px 35px;
	border-radius: 5px;
	margin-top: 0px;
}
  .terms button i {
	margin-right: 5px;
  }
  .social-link button {
	display: block;
	width: 100%;
	border: none;
	margin-bottom: 10px;
	padding: 12px;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	background: #4360B5;
	border: 2px solid transparent;
	border-radius: 5px;
	cursor: pointer;
}

  .social-link button.gog {
	background: transparent !important;
	border: 2px solid #000 !important;
	color: #464646 !important;
}
.social-link button i{
	padding-right: 10px;
}

.single-input .nice-select {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 2px solid #E8EBF1;
	font-size: 16px;
}

.single-input ::-webkit-input-placeholder {
	color: #B2B2B2;
	font-size: 16px;
	opacity: 1;
	font-weight: 600;
}

.single-input :-ms-input-placeholder {
	color: #B2B2B2;
	font-size: 16px;
	opacity: 1;
	font-weight: 600;
}

.single-input ::placeholder {
	color: #B2B2B2;
	font-size: 16px;
	opacity: 1;
	font-weight: 600;
}
.single-input  .nice-select::after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	height: 11px;
	width: 11px;
	right: 17px;
	top: 49%;
}

.h-sign-main-wrapper {
    background: #fff;
    margin-top: 40px;
    padding: 50px 70px;
    border-radius: 5px;
    margin-bottom: 100px;
}


.terms input[type="checkbox"] + label{
    display: block;
}
.terms input[type="checkbox"] {
    display: none;
    cursor: pointer;
}
.terms input[type="checkbox"] + label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    border: 1px solid #ccc;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: 10px;
    color: transparent;
    transition: all linear 0.2s;
    border-radius: 5px;
}
.terms input[type="checkbox"] + label:active:before {
    transform: scale(0);
}
.terms input[type="checkbox"]:checked + label:before {
    background: #33E36B;
    color: #fff;
    border-color: #33E36B;
}
.terms label {
    color: #33E36B;
    font-weight: 600;
    font-size: 16px;
     cursor: pointer;
}
  /* hotel booking area end */

  /* hotel information area start */
.filter-cheak {
	display: block;
	position: relative;
	padding-left: 24px;
	margin-bottom: 18px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 15px;
	color: #000;
/*	font-family: 'Noto Serif';*/
}
.register-form-title h2 {
	font-size: 27px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
}
.filter-cheak input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}


.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #E8E6E5;
	border: 1px solid #000;
}
.filter-cheak:hover input ~ .checkmark {
	background-color: #ccc;
}
.filter-cheak:checked ~ .checkmark {
	background-color: #2196F3;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.filter-cheak input:checked ~ .checkmark:after {
	display: block;
}
.filter-cheak .checkmark:after {
	left: 5px;
	top: 0px;
	width: 5px;
	height: 10px;
	border: solid rgb(32, 30, 30);
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sidebar-widget h3 {
	font-size: 16px;
/*	font-family: 'Open Sans';*/
	font-weight: 600;
	margin-bottom: 20px;
}

.price-filter {
	padding: 15px;
	border-bottom: 1px solid #B2B2B2;
}
.sidebar-widget {
	padding: 15px;
	border-bottom: 1px solid #B2B2B2;
}

.min-max input {
	width: 110px;
	border: 1px solid #DBDBD9;
	padding-left: 4px;
}
.min-max label {
	color: #000;
	font-weight: 700;
/*	font-family: "Noto Serif";*/
}
.min-max ::-webkit-input-placeholder {
	color: #817F80;
	font-size: 16px;
	opacity: 1;
	font-weight: 400;
}
.min-max :-ms-input-placeholder {
	color: #817F80;
	font-size: 16px;
	opacity: 1;
	font-weight: 400;
}
.min-max ::placeholder {
	color: #817F80;
	font-size: 16px;
	opacity: 1;
	font-weight: 400;
}
.min{
	margin-right: 10px;
}
.sidebar-widget .btn {
	background: #FEFEFE;
	color: #000;
	border: 1px solid #E6E6E4;
}



.information-single-form input {
	width: 100%;
	border: none;
	border-bottom: 2px solid #CCCCCC;
	padding: 10px 5px;
    border-radius: 0px;
}
.information-single-form {
	margin-bottom: 35px;
	position: relative;
}
.information-single-form label {
	font-size: 17px;
/*	font-family: 'Noto Serif';*/
	color: #000;
}
.info-btn {
	background: #0000EE;
	display: inline-block;
	color: #fff;
/*	font-family: "Noto Serif";*/
	padding: 6px 28px;
	border-radius: 5px;
	right: 0;
	top: 0;
	position: absolute;
}
.toggle-btn {
	border-bottom: 2px solid #CCCCCC;
}
.toggle-btn button {
	background: transparent;
	border: none;
	font-size: 22px;
	color: #000;
	margin-right: 20px;
	margin-bottom: 10px;
    margin-top: 10px;
}
.info-submit-btn button {
	background: #0000EE;
	color: #fff;
	height: 45px;
	width: 120px;
	border: none;
	border-radius: 5px;
	font-weight: 700;
}

.info-select .nice-select {
	width: 100%;
	border: none;
	border-bottom: 2px solid #CCCCCC;
	border-radius: 0;
	height: 40px;
}
.info-select .nice-select::after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	height: 10px;
	width: 10px;
    top: 0px;
}

.coll-items {
	background: #C1E4F7;
	width: 118px;
	margin-right: 5px;
	text-align: left;
	padding: 4px 5px;
	position: relative;
	margin-bottom: 12px;
}
.coll-items i {
	position: absolute;
	top: 50%;
	right: 11px;
	font-size: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #666666;
	cursor: pointer;
}

.toggle-btn .collapse .card {
	border: 0px;
}
.information-single-form p{
	color: #000;
}
.info-submit-btn {
	margin-top: 25px;
}
  /* hotel information area end */









/* off-canvas css Start */

.off-canvas-menu-wrap {
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    transition: .3s;
    transform: translateX(-300px);
}

.off-canvas-menu-wrap.active {
    transform: translateX(0);
}

.off-canvas-menu {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.off-canvas-menu li {
	list-style: none;
	padding: 0;
}

.off-canvas-menu li a {
	font-size: 16px;
	color: #333;
	position: relative;
	transition: .3s;
	font-weight: 500;
	display: block;
	padding: 4px 0;
	border-bottom: 1px solid#ddd;
}

.cls-off-canvas-menu {
	position: absolute;
	top: 11px;
	right: 40px;
	font-size: 28px;
	color: #222;
	cursor: pointer;
}

.toggle-bar i {
	font-size: 30px;
	color: #213AFF;
	cursor: pointer;
}

.toggle-bar {
    display: none;
}

.off-canvas-overlay {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 9;
    visibility: hidden;
    transition: .3s;
    cursor: pointer;
}

.off-canvas-overlay.active {
    opacity: .5;
    visibility: visible;
}

.toggle-bar {
    display: none;

}

/* off-canvas End */




/* Congratulation Page CSS Start */
.congratulation-wrapper {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
	width: 839px;
	margin: auto;
	padding: 100px 32px;
}
.congratulation-inn {
	padding: 70px 0;
}
.congratulation-content i {
	color: #0000ee;
	font-size: 113px;
	margin-top: 40px;
}
.congratulation-content h3 {
	font-size: 60px;
	color: #0000ee;
	margin-bottom: 11px;
	font-family: 'Gentium Basic';
	font-weight: bold;
}
.congratulation-content h6 {
	font-size: 30px;
	color: #000000;
	font-weight: 400;
    font-family: 'Liberation Serif';
}
.congratulation-text {
	margin-top: 100px;
}
.congratulation-wrapper a, span {
	color: #005BAA;
	font-weight: 600;
}

.congratulation-wrapper span{
	color: #000;
}
/* Congratulation Page CSS End */



/* great job page css */
.great-job-wrapper {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
	width: 839px;
	margin: auto;
	padding: 100px 50px;
}
.great-job-head h3 {
	font-size: 60px;
	color: #0000ee ;
    font-family: 'Gentium Basic';
}
.great-job-head h6 {
	font-size: 30px;
	font-weight: 400;
    font-family: 'Gentium Basic';
}
.great-job-head {
	margin-bottom: 85px;
}
.to-do-area h2 {
	font-size: 60px;
	color: #0000EE;
}
.greatjob-content i {
	font-size: 113px;
	color: #0000EE;
	margin-top: 40px;
}
.to-do-area {
    font-family: 'Liberation Serif';
}
.to-do-area h3 {
    font-family: 'Liberation Serif';
}
.btn-log {
	font-size: 20px;
	color: #fff;
	background: #0000EE;
	padding: 15px 15px;
	display: inline-block;
	border-radius: 5px;
	font-weight: 600;
    font-family: 'Liberation Serif';
}
.btn-log.logout-fillled:hover {
    color: #fff;
}
.tofo-btn {
	margin-top: 0px;
}
.logout-transpetent {
	background: transparent;
	color: #0000EE;
	border: 4px solid #0000EE;
	padding: 12px 50px;
}
/* Great Job page end */

/* verify email css start */
.main-content-verify {
	width: 1200px;
	margin: 50px auto;
}
.verify-content-head {
    background: #062BFF;
    padding: 15px 10px;
}
  .head-title h2 {
	color: #fff;
	margin-bottom: 0px;
	font-size: 28px;
  }
  .verify-body {
	margin-top: 40px;
}
.verify-body a.c-your-email {
	font-size: 35px;
	font-family: 'Gentium Basic';
	font-weight: bold;
	display: inline-block;
	border: 3px solid #062BFF;
	color: #062BFF;
	padding: 10px 50px;
	border-radius: 5px;
	line-height: 1;
}
  .verify-body a.lime {
	border-color: #14F000;
	color: #14F000;
}
  .veryfy-inner-content {
	margin-top: 50px;
  }
  .veryfy-inner-content h4 {
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 40px;
  }
  .veryfy-inner-content p {
	font-size: 27px;
	line-height: 1.4;
	font-family: 'Gentium Basic';
	font-weight: 300;
	color: #000;
  }
  .veryfy-inner-content p span {
	color: #0000EE;
}
.activeet-btn-verify {
	margin-top: 30px;
	margin-bottom: 45px;
}
.activeet-btn-verify a.active-acc-btn {
	background: #0000EE;
	color: #fff;
	display: inline-block;
	padding: 15px 29px;
	font-size: 17px;
	font-family: 'Gentium Basic';
	font-weight: bold;
	border-radius: 5px;
}
.veryfy-inner-content {
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #C1E4F7;
}
.verify-footer-logo a img {
	margin-bottom: 15px;
}
.verify-footer-copy p {
	margin: 0;
	color: #000;
	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;
}
.verify-footer {
	padding-bottom: 40px;
}
.head-title h3 {
	font-size: 27px;
}
.cont-verify {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}



  /* verify email css end */

  .verify-body a.lime {
    border-color: #14F000;
    color: #14F000;
}
.register-from-wrapper {
	-webkit-box-shadow: 0px 17px 20px #EFEFEF;
	box-shadow: 0px 17px 20px #EFEFEF;
	padding: 30px;
	border-radius: 5px;
	padding-bottom: 25px;
	max-width: 500px;
	margin: 0 auto;
}
.register-form-title {
	background: #0000EE;
	padding: 15px 0px;
	border-radius: 5px;
	position: relative;
	top: -45px;
}
.register-form-title h3 {
	color: #fff;
	font-size: 32px;
}
.register-form-title span {
	color: #8FA8E0;
	font-weight: 600;
}
.register-form-title span a {
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}
.register-social a {
	color: #fff;
	margin: 0 5px;
	font-size: 20px;
}



.register-form .field,
.creden-reg-form .field {
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}
/* .register-form .field label,
.creden-reg-form label {
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    font-family: 'Liberation Serif';
    transition: all linear 0.3s;
    background: #fff;
    display: block;
    cursor: pointer;
    -webkit-transform: translateY(32px);
    -ms-transform: translateY(32px);
    -o-transform: translateY(32px);
    transform: translateY(32px);
} */
.register-form .field label, .creden-reg-form label {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	font-family: 'Gentium Basic';
	position: absolute;
	left: 0;
	top: 6px;
	transition: .5s;
	pointer-events: none;
}

.register-form .field input:focus ~ label,
.register-form .field input:valid ~ label{
	top: -15px;
	font-size: 12px;
}
.creden-reg-form .field input:focus ~ label,
.creden-reg-form .field input:valid ~ label{
	top: -15px;
	font-size: 12px;
}
.register-form .field input:focus{
	border:none;
	outline:none;
	border-bottom:1px solid #0000ee;
}
.creden-reg-form .field input:focus{
	border:none;
	outline:none;
	border-bottom:1px solid #0000ee;
}


.register-form .field label:focused,
.creden-reg-form .field label:focused {
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}
.register-form input,
.creden-reg-form input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0px;
    border-radius: 0px;
}
.register-form.text-center a {
	font-weight: 700;
	margin-top: -36px;
	display: block;
	text-decoration: underline;
	margin-bottom: 19px;
}



.form-check input {
	width: auto;
}
.form-check {
	margin-left: 15px;
}
.btn-2 {
	background: #0000EE;
	padding: 17px 25px;
	border: navajowhite;
	color: #fff;
	font-weight: 700;
	border-radius: 7px;
	text-transform: uppercase;
	cursor: pointer;
}
.submit-reg{
	margin-top: 30px;
}
.form-cheak-area a {
	color: #C44FCD;
	display: inline-block !important;
	margin: 0 !important;
	padding-left: 10px;
}

/* registeation area end */

/* profile Page css start */
.employ-list-wrapper {
    border: 1px solid #C1E4F7;
    margin-top: 100px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.employ-list-head {
    background: #00E;
    padding: 34px 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.employ-list-head h4 {
    display: inline-block;
    color: #fff;
}
.employ-list-head i {
    color: #fff;
    font-size: 29px;
    margin-right: 10px;
    margin-left: 10px;
}
.profile-info-head {
	background: #C1E4F7;
	position: relative;
	padding: 0px 10px;
  }
  .subres-btn {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  .profile-info-head h3 {
	font-size: 18px;
  }
  .sub {
	padding: 8px 8px;
	letter-spacing: 0;
	border-radius: 5px;
}
.res {
	background: #6C767E;
	padding: 8px 8px;
	letter-spacing: 0;
	border-radius: 5px;
}
.profile-info-form {
	padding: 18px 40px;
}
  .single-form p {
	margin: 0;
/*	font-family: "Noto serif";*/
  }
  .single-form input {
	width: 100%;
	padding: 8px 15px;
	border: 1px solid #C1E4F7;
  }
  .single-form {
	margin-bottom: 30px;
}
  .single-form label {
	font-weight: 700;
	color: #000;
	font-size: 16px;
  }
  .auth-img {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  }
  .profile-info-content-wrapper {
	border: 2px solid #ffffff;
	padding-bottom: 30px;
	margin-bottom: 80px;
}
.border-none{
	border:none;
}

.single-form ::-webkit-input-placeholder {
	color: #CCCCCC;
	font-size: 15px;
	opacity: 1;
	font-weight: 600;
}

.single-form :-ms-input-placeholder {
	color: #CCCCCC;
	font-size: 15px;
	opacity: 1;
	font-weight: 600;
}

.single-form ::placeholder {
	color: #CCCCCC;
	font-size: 15px;
	opacity: 1;
	font-weight: 600;
}

.carerr .nice-select,
.sex .nice-select,
.ras-type .nice-select{
	width: 100%;
	margin-bottom: 30px;
	color: #CCCCCC;
	font-size: 15px;
	border-color: #C1E4F7;
}
.carerr .nice-select::after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}
.sex .nice-select::after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}

.profile-padding {
	padding: 24px 0px;
}
.sub.btn i {
	margin-right: 4px;
}
.profile-nav .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
    background-color: #fff;
    border-color: #C1E4F7 #C1E4F7 #C1E4F7;
        border-bottom-color: rgb(193, 228, 247);
    border-bottom: none;
        border-bottom-width: medium;
    border-width: 3px;
}
.profile-nav .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #C1E4F7 #C1E4F7 #C1E4F7;
}

.employ-nav .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    border: 3px solid transparent;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 3px;
    border-bottom: none;
/*    font-family: 'Noto Serif', serif;*/
    font-size: 20px;
}
/* profile Page css end */


/* credintial area css start */
.creden-reg-from-wrapper {
	padding: 0px 30px;
	-webkit-box-shadow: 0px 10px 20px #E1E1E1;
	box-shadow: 0px 10px 20px #E1E1E1;
	padding-bottom: 20px;
	padding-top: 25px;
	border-radius: 5px;
	/*max-width: 500px;*/
	margin: 0 auto;
}
.creden-reg-form-title {
    background: #0000EE;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    top: -34px;
    -webkit-box-shadow: 0px 46px 20px #E1E1E1;
    box-shadow: 0px 20px 20px #E1E1E1;
}
/*
.creden-reg-form input {
	width: 100%;
	border: navajowhite;
	margin-bottom: 40px;
	border-bottom: 2px solid #CCCCCC;
	padding: 10px 0px;
    border-radius: 0px;
}
*/

.creden-reg-form-title h3 {
	font-size: 35px;
	color: #fff;
}
/* credintial area css start */


/* employ pages css start */
.header-employ-menu ul li{
padding: 0px 15px;
}
.header-employ-menu ul li a {
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	padding: 35px 0px;
	-webkit-transition: .3s;
	transition: .3s;
}

.header-employ-menu ul li ul.submenu {
	position: absolute;
	top: 94px;
	background: #C1E4F7;
	width: 100%;
	left: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}
.header-employ-menu ul li a:hover ul.submenu {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .3s;
	transition: .3s;
}
.header-employ-menu ul li ul.submenu li{
	display: inline-block;
}
.employ-list-table .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	table-layout: fixed;
	border: 1px solid #C1E4F7;
}
.btn-em {
	color: #fff;
	background: #6CC889;
	border: none;
	padding: 5px 5px;
	border-radius: 3px;
	margin: 0 5px;
	cursor: pointer;
	font-size: 13px;
	display: inline-block;
}
.btn-em i {
	margin-right: 2px;
	font-size: 10px;
}
.delete {
	background: #F77B9A;
}
.employes-list {
	background: #fff;
}
.employ-list-table .table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #F2F2F2;
}
.employ-list-table .table td, .table th {
	padding: 1.0rem;
	vertical-align: middle;
	border-top: 1px solid #dee2e6;
}
.employ-list-head {
	background: #00E;
	padding: 3px 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.employ-list-head i {
	color: #fff;
	font-size: 29px;
	margin-right: 10px;
	margin-left: 10px;
}
.employ-list-head h4 {
	display: inline-block;
	color: #fff;
    vertical-align: top;
}

.employ-nav .nav-tabs {
	border-bottom: 3px solid #0000EE;
}

.employ-nav .nav-tabs .nav-item {
	margin-bottom: -3px;
}

.employ-list-wrapper {
	border: 1px solid #f8f8ff;
	margin-top: 50px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
.employ-nav .nav-tabs {
	border-bottom: 3px solid #C1E4F7;
	padding-left: 30px;
}

.profile-nav .nav-tabs {
	border-bottom: 2px solid #0000ee;
	padding-left: 30px;
}
.employ-nav .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
	border: 2px solid transparent;
	border-bottom: none;
	/* font-family: 'Noto Serif', serif; */
	font-size: 20px;
}
.employ-nav .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #C1E4F7 #C1E4F7 #C1E4F7;
	border-bottom: none;
	border-width: 3px;
}

.employ-nav {
	padding-top: 35px;
	background: #f8f8ff;
}
.employ-list-table {
	padding: 60px 30px;
}
.employ-nav .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #C1E4F7 #C1E4F7 #C1E4F7;
}
.employ-list-table .table thead tr th {
	font-size: 22px;
/*	font-family: 'Noto Serif';*/
}
.employ-list-table .table tbody tr td {
	font-weight: 700;
	font-size: 22px;
/*	font-family: 'Noto Serif';*/
}

.btn-em i {
	margin-right: 4px;
}

.employ-nav.profile-nav .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #0000ee #0000ee #0000ee;
}
.employ-nav .nav-tabs .nav-link:focus, .nav-tabs .nav-link:active {
	border-color: #C1E4F7 #C1E4F7 #C1E4F7;
}

.profile-nav .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #000000;
	background-color: #fff;
	border-color: #0000ee #0000ee #0000ee;
	border-bottom: none;
	border-width: 2px;
	border-radius: 5px;
}

.profile-nav ul li a{
	color: #0000EE;
}
.employ-nav ul{
	position: relative;
}
.add-employee {
	position: absolute;
	right: 20px;
	top: 0;
}

.employ-add-header{
	background: #0000EE;
	padding: 40px 0px;
	text-align: center;
	color: #fff;
}
.employ-add-header h5{
	color: #fff;
	font-size: 30px;
}

.add-employ-form input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding: 10px 0px;
}

.add-employ-form input[type="email"] {
	margin-left: 15px;
	margin-right: 15px;
}
.modal-body {
	padding: 27px 30px;
}
.add-employ-form ::-webkit-input-placeholder {
	color: #999999;
	font-size: 16px;
	opacity: 1;
	font-weight: 600;
}
.add-employ-form :-ms-input-placeholder {
	color: #999999;
	font-size: 16px;
	opacity: 1;
	font-weight: 600;
}
.add-employ-form ::placeholder {
	color: #999999;
	font-size: 16px;
	opacity: 1;
	font-weight: 600;
}
.add-employ-form ::-moz-placeholder {
	color: #999999;
	font-size: 16px;
	opacity: 1;
	font-weight: 600;
}
.carrer .nice-select {
	width: 100%;
	border: none;
	border-bottom: 1px solid #cccccc;
	border-radius: 0px;
}
.carrer .nice-select .congratulation-wrapper a, span {
	color: #000;
	font-size: 15px;
	font-weight: normal;
}
.nice-select .list {
width: 100%;
border: none;

}
.add-employee {
	background: #0000EE;
}

/* Hide the browser's default checkbox */
.containers {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
    color: #000;
}
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
}
/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containers input:checked ~ .checkmark {
  background-color: #FFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containers input:checked ~ .checkmark:after {
  display: block;
}
.containers .checkmark::after {
	left: 8px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid #C1E4F7;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.containers .checkmark {
	border: 2px solid #C1E4F7;
}
.black-color .containers .checkmark {
	border: 2px solid #000;
}
.black-color .containers .checkmark::after {
	left: 8px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.single-ckbx {
  width: 22px;
  margin: 0 auto;
  display: block;
}
.single-ckbx .checkmark {
  top: -11px;
}
.add-employee {
    position: absolute;
    right: 20px;
    top: 0;
}
.add-employee.btn {
    padding: 13px 25px;
}
.employ-list-wrapper .nav-link {
    padding: .7rem 1rem;
}
/* employ pages css end */



/* home 2 */
.sign-in-btn {
	color: #fff;
/*	font-family: 'Noto Serif';*/
	font-weight: 600;
	border: 3px solid #FFFFFF;
	display: inline-block;
	padding: 6px 29px;
	border-radius: 5px;
	margin-left: 11px;
    transition: all linear 0.3s;
}
.sign-in-btn:hover {
    color: #333;
}
.heade-bottom {
    padding: 10px 0px;
}
.header-cottom-content-title h2 {
	color: #fff;
}
.banner-booking-form-bg{
	height: 850px;
	background-image: url('../img/hotel-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-booking-head {
	margin-top: 30px;
	margin-bottom: 120px;
}
.banner-booking-head h6 {
	font-size: 30px;
	color: #06DA46;
}

.banner-booking-head h2 {
	font-size: 50px;
	color: #06DA46;
	margin-bottom: 22px;
}
.banner-booking-form-top {
	position: relative;
	z-index: 1;
}
.banner-booking-form-top::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	opacity: .5;
	z-index: -1;
}

.banner-booking-form-top {
	padding: 30px 30px;
}

.banner-booking-form-top h2 {
	font-size: 40px;
	color: #06DA46;
	margin-bottom: 30px;
    font-family: 'Liberation Serif';
}
.booking-type-wrap .nice-select {
	border: 2px solid #06DA46;
	width: 100%;
	height: 50px;
	line-height: 45px;
	color: #0000EE;
}
.booking-type-wrap .nice-select span {
	color: #0000EE;
	font-size: 20px;
}
.booking-type-wrap .nice-select::after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	height: 10px;
	right: 19px;
	top: 47%;
	width: 10px;
}
.banner-booking-form-wrap-bottom {
	position: relative;
	z-index: 0;
	margin-top: 30px;
	padding: 40px 30px;
	border-radius: 5px;
}
.banner-booking-form-wrap-bottom::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	opacity: .5;
	z-index: -1;
    border-radius: 5px;
}
.banner-booking-form-wrap-bottom h2 {
	font-size: 40px;
	color: #06DA46;
	margin-bottom: 40px;
    font-family: 'Liberation Serif';
}
.banner-booking-single-input {
	position: relative;
	margin-bottom: 30px;
}
.banner-booking-single-input input {
	width: 100%;
	height: 42px;
	background: #fff;
	border: none;
	padding: 0px 8px;
	border-radius: 5px;
}
.banner-booking-single-input i {
	position: absolute;
	top: 50%;
	right: 8px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #005BAA;
	font-size: 21px;
}
.banner-booking-single-input span.left-icon {
	position: absolute;
	left: 38px;
	display: inline-block;
	top: 50%;
}
.banner-booking-single-input input[type="number"] {
	padding-left: 48px;
}

.banner-booking-single-input ::-webkit-input-placeholder {
	color: #005BAA;
	font-size: 16px;
	opacity: 1;
	font-weight: 400;
}

.banner-booking-single-input :-ms-input-placeholder {
	color: #005BAA;
	font-size: 16px;
	opacity: 1;
	font-weight: 400;
}

.banner-booking-single-input ::placeholder {
	color: #005BAA;
	font-size: 16px;
	opacity: 1;
	font-weight: 400;
}
.banner-booking-form-wrap-top {
	margin: 0px 30px;
}
.banner-search-form-btn-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	height: 100%;
	padding-bottom: 30px;
}
.banner-search-form-btn-area button {
	background: #06DA46;
	border: navajowhite;
	font-size: 16px;
	color: #fff;
	height: 42px;
	border-radius: 5px;
	width: 143px;
}
/* travel area start */
.booking-title h2 {
	font-size: 50px;
	color: #06DA46;
    font-family: 'Liberation Serif';
}

.travel-content-wrapper img {
	width: 100%;
  }
  .travel-content-wrapper {
	position: relative;
	-webkit-box-shadow: 0px 11px 20px #AFAFAF;
	box-shadow: 0px 11px 20px #AFAFAF;
  }
  .hover-text-travel {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: right;
	z-index: 1;
  }
  .hover-text-travel span {
	color: #fff;
  }
  .hover-text-travel h3 {
	font-size: 20px;
	color: #fff;
}
  .travel-content-wrapper:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: .2;
  }

/* travel area end  */


/* facilities-area */
.facilities-area{
	background: #F1F7FF;
}
.facilities-content-wrapper {
	border: 6px solid #06DA46;
	padding: 30px 10px;
	border-radius: 5px;
}
.facilities-content-wrapper img {
	width: 50px;
	margin-bottom: 30px;
}
.facilities-content-wrapper h4 {
	color: #06DA46;
	font-size: 24px;
    margin-bottom: 17px;
}
.facilities-content-wrapper i {
	font-size: 50px;
	margin-bottom: 25px;
}
.single-feature-box.benefit-box i {
    font-size: 50px;
    margin-bottom: 17px;
}
/* roomstype area stat */
.room-types-content-wrapper img{
	width: 100%;
}


.room-types-content h6 span {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #4B4D6B;
/*	font-family: 'Open Sans', sans-serif;*/
}
.room-types-content-wrapper p {
	font-size: 13px;
	letter-spacing: 1px;
	color: #000;
}
.room-types-content {
	padding: 15px;
}
.room-types-content-wrapper {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
    transition: all linear 0.2s;
}
.room-types-content-wrapper {
    -webkit-box-shadow: 0px 11px 20px #AFAFAF;
    box-shadow: 0px 11px 20px #AFAFAF;
}
.new {
	position: absolute;
	width: 170px;
	background: #F93F3F;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 38px;
	left: -35px;
}

/* contact- area  */
.cont-title h2 {
	font-size: 50px;
}
.contact-information-white {
    padding: 100px 50px 100px 50px;
    min-height: 100%;
}
#contact-map {
	height: 650px;
	-webkit-box-shadow: 0px 10px 20px #969A9F;
	box-shadow: 0px 10px 20px #969A9F;
}

.footer-widget-white h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 1;
    text-transform: capitalize;
}
.footer-widget-white h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 1;
    text-transform: capitalize;
}
.footer-widget-white p {
    color: #fff;
}
.footer-widget-white ul li a {
    font-size: 16px;
    display: block;
    color: #fff;
    margin-bottom: 5px;
}
.footer-widget-white .footer-social {
    margin-top: 22px;
}
.footer-widget-white .footer-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #333333;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-right: 7px;
}
.footer-widget-white.social {
    margin-left: -50px;
}
.copyright-area {
    background: #333333;
}
.section-title span {
	color: #0000ff;
	font-size: 45px;
}
/*home two css end here*/

/*individual area start here*/

.single-top-form label {
	font-size: 17px;
	color: #000;
	margin-right: 10px;
	text-transform: capitalize;
  }
  .single-top-form input {
	width: 190px;
	border: none;
	border: 1px solid #C1E4F7;
	position: relative;
	border-radius: 4px;
  }
  .single-top-form i {
	position: absolute;
	right: 6px;
	top: 41%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #005BAA;
  }
  .single-top-form {
	position: relative;
	display: inline-block;
	margin-right: 30px;
  }
  .blog-right-menu ul li a {
	color: #000;
	font-size: 17px;
	text-transform: capitalize;
	display: inline-block;
	padding: 0px 11px;
  }
  .blog-right-menu ul li a:hover {
	color: #4486C0;
  }
  .blog-header {
	background: #C1E4F7;
	padding: 15px 10px;
  }
  .blog-head-left h3 {
	display: inline-block;
	color: #005BAA;
	font-size: 23px;
	margin-bottom: 0;
  }
  .blog-head-right h3 {
	display: inline-block;
	font-size: 23px;
	color: #005BAA;
	margin: 0;
  }
  .blog-head-left img {
	margin-right: 10px;
  }
  .blog-main-content {
	padding: 20px 20px;
}

  .blog-thumbnail-area img {
	width: 100%;
  }
  .blog-btn {
	background: #005BAA;
	display: inline-block;
	color: #fff;
	font-size: 17px;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	margin-top: 20px;
  }
  .blog-info h5 {
	font-size: 15px;
      margin-top: 10px;
}
  .blog-info h5 span.cheaked-time {
	font-weight: 300;
	font-family: 'Open Sans';
}
.room-details ul {
	padding-left: 18px;
}
.room-details ul li {
	list-style: disc;
    margin-bottom: 8px;
}
.blog-content-text h3 {
	font-size: 20px;
	margin-bottom: 14px;
}
.blog-info {
	margin-top: 10px;
}
.blog-single-wrap {
	border: 2px solid #C1E4F7;
	margin-top: 30px;
}
.blog-top-bar {
	margin-bottom: 30px;
}
.agin-bookbtn {
	background: #01795E;
}

/* side-bar css start */
.left-side-bar-wrapper {
	background: #F5F4F0;
}
.filter-area-wrapper {
	padding: 16px;
	border-bottom: 1px solid #B2B2B2;
}
.side-bar-head {
	padding-bottom: 30px;
	border-bottom: 1px solid #B2B2B2;
}
.side-bar-head h3 {
/*	font-family: 'Open Sans';*/
	font-weight: 400;
	font-size: 28px;
}
.ptopaty-name {
	padding-top: 11px;
	padding-left: 14px;
	border-bottom: 1px solid #B2B2B2;
	padding-bottom: 25px;
}
.ptopaty-name label {
	font-weight: 600;
	color: #000;
}
.ptopaty-name input {
	background: #FFFFFF;
	border: 2px solid #E5E5E2;
	height: 40px;
	width: 203px;
	padding-left: 5px;
}
.ptopaty-name ::-webkit-input-placeholder {
	color: #8C8C8C;
	font-size: 16px;
	opacity: 1;
	font-weight: 400;
}
.ptopaty-name :-ms-input-placeholder {
	color: #8C8C8C;
	font-size: 16px;
	opacity: 1;
	font-weight: 400;
}
.ptopaty-name ::placeholder {
	color: #8C8C8C;
	font-size: 16px;
	opacity: 1;
	font-weight: 400;
}
.ptopaty-name button {
	height: 38px;
	width: 28px;
	border: none;
	background: #1869C2;
	color: #fff;
	border-radius: 5px;
}

.sidebar-widget h3 {
	font-size: 16px;
/*	font-family: 'Open Sans';*/
	font-weight: 600;
	margin-bottom: 20px;
}

.price-filter {
	padding: 15px;
	border-bottom: 1px solid #B2B2B2;
}
.sidebar-widget {
	padding: 15px;
	border-bottom: 1px solid #B2B2B2;
}

.min-max input {
	width: 110px;
	border: 1px solid #DBDBD9;
	padding-left: 4px;
}
.min-max label {
	color: #000;
	font-weight: 700;
/*	font-family: "Noto Serif";*/
}
.min-max ::-webkit-input-placeholder {
	color: #817F80;
	font-size: 16px;
	opacity: 1;
	font-weight: 400;
}
.min-max :-ms-input-placeholder {
	color: #817F80;
	font-size: 16px;
	opacity: 1;
	font-weight: 400;
}
.min-max ::placeholder {
	color: #817F80;
	font-size: 16px;
	opacity: 1;
	font-weight: 400;
}
.min{
	margin-right: 10px;
}
.sidebar-widget .btn {
	background: #FEFEFE;
	color: #000;
	border: 1px solid #E6E6E4;
}



.cheaked-area input[type="checkbox"] + label{
    display: block;
}
.cheaked-area input[type="checkbox"] {
    display: none;
    cursor: pointer;
}
.cheaked-area input[type="checkbox"] + label:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    border: 2px solid #1869C2;
    background: #ddd;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: 10px;
    color: transparent;
    transition: all linear 0.2s;
}
.cheaked-area input[type="checkbox"] + label:active:before {
    transform: scale(0);
}
.cheaked-area input[type="checkbox"]:checked + label:before {
    background: #1869C2;
    color: #fff;
    border-color: #1869C2;
}
.cheaked-area label {
    margin-bottom: 15px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
}
/*individual area end here*/
.cta-texts {
	text-align: right;
}



/* another header */
.n-name-center h2 {
	font-size: 30px;
	text-align: center;
	color: #fff;
}
.logoin-sign a {
	color: #fff;
	display: inline-block;
	margin-left: 16px;
}


/* anotherr header area tab contet */
.header-area-tab-menu {
	background: #0000EE;
	padding: 0px 0px;
	padding-bottom: 0px;
}
.tab-menu-header-top ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 10px 15px;
	padding-bottom: 23px;
	font-weight: bold;
	font-family: "Liberation Serif";
}

.tab-menu-header-top ul li a.active {
	background: #C1E4F7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}


.inner-tab-area-sta {
	background: #C1E4F7;
	padding: 10px 0px;
}
.inner-tab-wrapper ul li a {
	color: #0000EE;
	font-size: 17px;
}

.inner-tab-wrapper ul li {
	padding: 0px 15px;
}

.tab-menu-header-top ul li a.active {
	color: #000;
}

.header-right-employ-content .username a.nav-link {
	color: #fff;
}

.header-right-employ-content .language-wrapper a.nav-link {
	color: #fff;
}

.inner-tab-wrapper ul li a.active {
    color: #000;
}




.hotel-infotrmation-area {
	margin-top: 20px;
}
.hotel-info-wrapper-2 {
	padding: 20px 50px;
	box-shadow: 0px 0px 6px #ddd;
	padding-bottom: 70px;
}
.hotel-info-head {
    background: #0127FF;
    display: inline-block;
    width: 100%;
    margin-left: 0%;
    height: 90px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    top: -35px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08)
}
.hotel-info-head h3 {
	line-height: 90px;
}
.hotel-information-form {
	margin-top: 0px;
}
.single-hotel-info-input label {
	position: absolute;
	left: 0;
	top: 6px;
	pointer-events: none;
	color: #000000;
}

.single-hotel-info-input {
	position: relative;
	margin-bottom: 20px;
}
.single-hotel-info-input input {
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0px;
	width: 100%;
	padding: 12px 0px;
}
.single-hotel-info-input input:focus ~ label{
	top: -10px;
	font-size: 12px;
	transition: .3s;
}
.single-hotel-info-input-s {
	margin-bottom: 20px;
	position: relative;

}
.add-cat {
	position: absolute;
	right: 0;
	top: 0px;
	color: #0127FF;
	text-transform: capitalize;
	text-decoration: underline;
}



/*  */
.select-wrapper {
	margin: auto;
	max-width: 100%;
}

.select-pure__select {
	align-items: center;
	background: transparent;
	border-radius: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	color: #363b3e;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	justify-content: left;
	min-height: 44px;
	padding: 5px 10px;
	position: relative;
	transition: 0.2s;
	width: 100%;
	padding-left: 0px;
}

.select-pure__options {
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	color: #363b3e;
	display: none;
	left: 0;
	max-height: 221px;
	overflow-y: scroll;
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 5;
}

.select-pure__select--opened .select-pure__options {
	display: block;
}

.select-pure__option {
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	box-sizing: border-box;
	height: 44px;
	line-height: 25px;
	padding: 10px;
}

.select-pure__option--disabled {
	color: #e4e4e4;
}

.select-pure__option--selected {
	color: #e4e4e4;
	cursor: initial;
	pointer-events: none;
}

.select-pure__option--hidden {
	display: none;
}
.select-pure__selected-label {
	align-items: 'center';
	background: #C1E4F7;
	border-radius: 3px;
	color: #666666;
	cursor: initial;
	display: inline-flex;
	justify-content: 'center';
	margin: 5px 10px 5px 0;
	padding: 3px 10px;
}

.select-pure__selected-label:last-of-type {
	margin-right: 0;
}

.select-pure__selected-label i {
	cursor: pointer;
	display: inline-block;
	margin-left: 7px;
	line-height: 26px;
	font-size: 12px;
}

.select-pure__selected-label img {
	cursor: pointer;
	display: inline-block;
	height: 18px;
	margin-left: 7px;
	width: 14px;
}

.select-pure__selected-label i:hover {
	color: #e4e4e4;
}

.select-pure__autocomplete {
	background: #f9f9f8;
	border-bottom: 1px solid #e4e4e4;
	border-left: none;
	border-right: none;
	border-top: none;
	box-sizing: border-box;
	font-size: 16px;
	outline: none;
	padding: 10px;
	width: 100%;
}

.select-pure__placeholder--hidden {
	display: none;
}
.hotel-information-title-txt {
    margin-top: 30px;
    margin-bottom: 15px;
}
.hotel-information-title-txt h3 {
	font-size: 22px;
	color: #000000;
}
.hotel-information-title-txt h3 span {
	color: #0127FF;
	font-size: 22px;
}
.single-hotel-info-input-s label {
	color: #000;
}
.single-hotel-info-input .nice-select {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0px;
	padding-left: 0px;
}
.save-btn {
	margin-top: 15px;
}
.save-btn button {
	border: none;
	background: #0127FF;
	padding: 9px 30px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}


/*update///--19-01*/

.center-box {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.verify-content-head .log-area img {
    width: 170px;
}
.head-title {
    margin-left: 58px;
}

.text-underline a{
    color:#000;
    font-size: 18px;

}

.text-underline a:hover{
    text-decoration: underline;
    color: #0000ee;
    font-weight: bold;
}

.text-underline .active{
    text-decoration: underline;
    color: #0000ee;
    font-weight: bold;
}

.f-16{
    font-size: 16px;
}
.f-14{
    font-size: 14px;
}

.pd45
{
    padding: 4.5rem!important;
}

.custom-height
{
    height: 385px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
 .custom-height
{
    height: auto !important;
}

}

.block {
	margin-bottom: 1.75rem;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(219, 226, 239, .5), 0 1px 2px rgba(219, 226, 239, .5)
}

.block .block,
.content-side .block {
	box-shadow: none
}

.block-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: .75rem 1.25rem;
	transition: opacity .25s ease-out
}

.block-header.block-header-rtl {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.block-header.block-header-rtl .block-title {
	text-align: right
}

.block-header.block-header-rtl .block-options {
	padding-right: 1.25rem;
	padding-left: 0
}

.block-header-default {
	background-color: #f8f9fc
}

.block-title {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1.75rem;
	margin: 0;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.75
}

.block-title small {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375rem;
	color: #6c757d
}

.block-content {
	transition: opacity .25s ease-out;
	width: 100%;
	margin: 0 auto;
	padding: 1.25rem 1.25rem 1px;
	overflow-x: visible
}

.block-content>.pull-t,
.block-content>.pull-y {
	margin-top: -1.25rem
}

.block-content>.pull-b,
.block-content>.pull-y {
	margin-bottom: -1px
}

.block-content>.pull-r,
.block-content>.pull-x {
	margin-right: -1.25rem
}

.block-content>.pull-r,
.block-content>.pull-x {
	margin-left: -1.25rem
}

.block-content>.pull {
	margin: -1.25rem -1.25rem -1px
}

.block-content.block-content-full {
	padding-bottom: 1.25rem
}

.block-content.block-content-full>.pull,
.block-content.block-content-full>.pull-b,
.block-content.block-content-full>.pull-y {
	margin-bottom: -1.25rem
}

.block-content .block,
.block-content .items-push>div,
.block-content .push,
.block-content p {
	margin-bottom: 1.25rem
}

.block-content .items-push-2x>div {
	margin-bottom: 2.5rem
}

.block-content .items-push-3x>div {
	margin-bottom: 3.75rem
}

.block-content.block-content-sm {
	padding-top: .625rem
}

.block-content.block-content-sm>.pull,
.block-content.block-content-sm>.pull-t,
.block-content.block-content-sm>.pull-y {
	margin-top: -.625rem
}

.block-content.block-content-sm.block-content-full {
	padding-bottom: .625rem
}

.block-content.block-content-sm.block-content-full>.pull,
.block-content.block-content-sm.block-content-full>.pull-b,
.block-content.block-content-sm.block-content-full>.pull-y {
	margin-bottom: -.625rem
}

.block.block-bordered {
	border: 1px solid #e4e9f3;
	box-shadow: none
}

.block.block-rounded {
	border-radius: .25rem
}

.block.block-rounded>.block-header,
.block.block-rounded>.nav-tabs {
	border-top-left-radius: .2rem;
	border-top-right-radius: .2rem
}

.block.block-rounded>.block-header:last-child,
.block.block-rounded>.nav-tabs:last-child {
	border-bottom-right-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.block.block-rounded.block-mode-hidden>.block-header.block-header-default {
	border-bottom-right-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.block.block-rounded>.block-content:first-child {
	border-top-left-radius: .2rem;
	border-top-right-radius: .2rem
}

.block.block-rounded>.block-content:last-child {
	border-bottom-right-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.block.block-rounded>.nav-tabs>.nav-item:first-child>.nav-link {
	border-top-left-radius: .2rem
}

.block.block-rounded>.nav-tabs>.nav-item:last-child>.nav-link {
	border-top-right-radius: .2rem
}

.block.block-themed>.block-header {
	border-bottom: none;
	color: #fff;
	background-color: #0665d0
}

.block.block-themed>.block-header>.block-title {
	color: rgba(255, 255, 255, .9)
}

.block.block-themed>.block-header>.block-title small {
	color: rgba(255, 255, 255, .7)
}

.block.block-transparent {
	background-color: transparent;
	box-shadow: none
}

.block.block-mode-hidden.block-bordered>.block-header {
	border-bottom: none
}

.block.block-mode-hidden>.block-content {
	display: none
}

.block.block-mode-loading {
	position: relative;
	overflow: hidden
}

.block.block-mode-loading::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 9;
	content: " ";
	background-color: rgba(255, 255, 255, .85)
}

.block.block-mode-loading::after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1.5rem 0 0 -1.5rem;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	color: #0665d0;
	font-family: Simple-Line-Icons;
	font-size: 1.125rem;
	text-align: center;
	z-index: 10;
	content: '\e09a';
	-webkit-animation: fa-spin 1.75s infinite linear;
	animation: fa-spin 1.75s infinite linear;
	border-radius: 1.5rem
}

.block.block-mode-loading.block-mode-hidden::after {
	margin: -1rem 0 0 -1rem;
	width: 2rem;
	height: 2rem;
	line-height: 2rem
}

.block.block-mode-loading.block-mode-loading-dark::before {
	background-color: rgba(0, 0, 0, .85)
}

.block.block-mode-loading.block-mode-loading-dark::after {
	color: #fff
}

.block.block-mode-loading.block-mode-loading-location::after {
	content: '\e06e'
}

.block.block-mode-loading.block-mode-loading-energy::after {
	content: '\e020'
}

.block.block-mode-loading.block-mode-loading-refresh::after {
	font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Pro';
	font-weight: 900;
	content: '\f021'
}

.block.block-mode-loading.block-mode-loading-sun::after {
	font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Pro';
	font-weight: 900;
	content: '\f185'
}

.block.block-mode-loading.block-mode-loading-repeat::after {
	font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Pro';
	font-weight: 900;
	content: '\f01e'
}

.block.block-mode-fullscreen {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1035;
	margin-bottom: 0;
	overflow-y: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch
}

.block.block-mode-fullscreen.block-bordered {
	border: none
}

.block.block-mode-fullscreen.block-rounded {
	border-radius: 0
}

.block.block-mode-fullscreen.block-transparent {
	background-color: #fff
}

.block.block-mode-pinned {
	position: fixed;
	right: .75rem;
	bottom: 0;
	margin-bottom: 0!important;
	width: 100%;
	max-width: 300px;
	z-index: 1031;
	box-shadow: 0 0 2rem rgba(0, 0, 0, .1)
}

.block.block-mode-pinned>.block-content {
	max-height: 250px;
	overflow-y: auto
}

a.block {
	display: block;
	color: #495057;
	font-weight: 400;
	transition: opacity .15s ease-out, box-shadow .15s ease-out, -webkit-transform .15s ease-out;
	transition: transform .15s ease-out, opacity .15s ease-out, box-shadow .15s ease-out;
	transition: transform .15s ease-out, opacity .15s ease-out, box-shadow .15s ease-out, -webkit-transform .15s ease-out
}

a.block:hover {
	color: #495057;
	opacity: .65
}

a.block:active {
	opacity: 1
}

a.block.block-link-rotate:hover {
	-webkit-transform: rotate(1deg);
	transform: rotate(1deg);
	opacity: 1
}

a.block.block-link-rotate:active {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

a.block.block-link-pop:hover {
	box-shadow: 0 .5rem 2rem #d4dcec;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	opacity: 1
}

a.block.block-link-pop:active {
	box-shadow: 0 .25rem .75rem #edf0f7;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

a.block.block-link-shadow:hover {
	box-shadow: 0 0 2.25rem #d4dcec;
	opacity: 1
}

a.block.block-link-shadow:active {
	box-shadow: 0 0 1.125rem #e2e8f2
}

.block.block-fx-shadow {
	box-shadow: 0 0 2.25rem #d4dcec;
	opacity: 1
}

.block.block-fx-pop {
	box-shadow: 0 .5rem 2rem #d4dcec;
	opacity: 1
}

.block.block-fx-rotate-right {
	-webkit-transform: rotate(1deg);
	transform: rotate(1deg);
	opacity: 1
}

.block.block-fx-rotate-left {
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	opacity: 1
}

.block-options {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-left: 1.25rem
}

.block-options .block-options-item {
	padding: 0 .25rem;
	line-height: 1.2
}

.block.block-themed .block-options .block-options-item {
	color: #fff
}

.block-options .block-options-item,
.block-options .dropdown {
	display: inline-block
}

.block-sticky-options {
	position: relative
}

.block-sticky-options .block-options {
	position: absolute;
	top: 14px;
	right: 1.25rem
}

.block-sticky-options .block-options.block-options-left {
	right: auto;
	left: 1.25rem;
	padding-right: 10px;
	padding-left: 0
}

.btn-block-option {
	display: inline-block;
	padding: 6px 5px;
	line-height: 1;
	color: #0665d0;
	background: 0 0;
	border: none;
	cursor: pointer
}

.btn-block-option.dropdown-toggle:after {
	position: relative;
	top: 2px
}

.btn-block-option .si {
	position: relative;
	top: 1px
}

.btn-block-option:hover {
	text-decoration: none;
	color: #2a8bf9
}

.active>a.btn-block-option,
.show>button.btn-block-option,
a.btn-block-option:focus {
	text-decoration: none;
	color: #2a8bf9
}

.btn-block-option:focus {
	outline: 0!important
}

.btn-block-option:active {
	color: #74b3fb
}

.block.block-themed .btn-block-option {
	color: #fff;
	opacity: .7
}

.block.block-themed .btn-block-option:hover {
	color: #fff;
	opacity: 1
}

.active>a.block.block-themed .btn-block-option,
.show>button.block.block-themed .btn-block-option,
a.block.block-themed .btn-block-option:focus {
	color: #fff;
	opacity: 1
}

.block.block-themed .btn-block-option:active {
	color: #fff;
	opacity: .6
}
