/*
Theme Name: WFXkey 
Theme URI: http://wapfluid.com
Author: The Wapfluid Team
Author URI: http://wapfluid.com
Description: Premium custom build theme with a complete theme options panel. For any bug please report to this email <a href="mailto:rana.wapfluid@gmail.com?subject=WFXkey Bug  Report" target="_blank">rana.wapfluid@gmail.com</>
Version: 1.0.0 
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: bootstrap, responsive, html 5, theme Option, 
Text Domain: wfxkey
*/

@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
p {
  font-weight: 300;
  font-size: 16px;
  color: #4a4949;
}
p::first-letter {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Merriweather", serif;
  color: #000;
}
h1 {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 12px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 25px;
}
h6 {
  font-size: 18px;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: #000000;
}
p strong {
    color: #676767;
    font-weight: bold;
}
/*** Header Css Start ***/
header {
  background: #000000;
}
.top-bar {
  background-color: #0d0d0d;
}
.top-bar a {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}
.top-bar a:hover {
  color: #cac9c9;
}

ul.secondary-nav-left {
  margin: 0;
  padding: 0;
  text-align: left;
}
ul.secondary-nav-left li {
  list-style-type: none;
  display: inline-block;
  padding: 10px 25px 10px 0;
}
ul.secondary-nav-left li i {
  margin-right: 5px;
}
ul.secondary-nav {
  margin: 0;
  padding: 0;
  text-align: right;
}
ul.secondary-nav li {
  list-style-type: none;
  display: inline-block;
  padding: 0 10px;
}
.black-bg {
  background-color: #000;
  min-height: 45px;
  width: 100%;
}
.navbar img {
  width: 300px;
  margin-top: -33px;
  margin-bottom: 15px;
}
.bg-light {
  background-color: #000 !important;
  box-shadow: 0px 15px 10px -17px rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link {
  color: #cac9c9;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 10px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}
.navbar-toggler {
  padding: 8px;
  font-size: 10px;
  border-radius: 0;
}
/*** Slider Css Start ***/
.wpb_wrapper h6 {
  color: #6d5c5c;
  font-size: 14px;
  font-weight: 600;
}
.wpb_wrapper h5 {
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.wpb_wrapper p a {
	font-weight:bold;
	color:#676767;
}
.slider {
  min-height: 500px;
}
.slider .white-bg {
  background-color: rgba(255, 255, 255, 0.55);
  padding: 30px;
  width: 60%;
  margin: 14% auto;
}
.slider .white-bg p {
  margin: 12px 0 20px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
a.black-btn {
  padding: 10px 40px;
  display: table;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 10px auto;
  border: 2px solid #000;
  background-color: #fff;
}
a.black-btn:hover {
  background-color: #000;
  color: #fff;
}
/*** Header Css End ***/
/*** Slider Css End ***/

.about .white-bg {
  background-color: #dedede;
  padding: 20px;
  position: relative;
  z-index: 1;
  left: 23px;
  margin: 42px 0;
}
.main-title h6 {
  color: #4a4949;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.main-title h2::after {
  background-color: #4a4949;
  border: medium none;
  content: "";
  display: block;
  height: 3px;
  margin: 12px 0;
  width: 12%;
}
a.gray-btn {
  color: #4a4949;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid #4a4949;
  padding: 5px 10px;
  display: inline-block;
}
a.gray-btn:hover {
  color: #fff;
  border-color: #4a4949;
  background-color: #4a4949;
}
a.gray-btn i {
  margin-left: 5px;
}

.box {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.box img {
  width: 100%;
  height: auto;
}
.box .pr-1,
.px-1 {
  padding-right: 1px !important;
}
.box .pl-1,
.px-1 {
  padding-left: 1px !important;
}
.gallery {
  background-color: #f2f0f0;
}
.gallery .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0 !important;
  position: absolute !important;
  bottom: 0 !important;
  right: 39% !important;
}
.gallery .owl-theme .owl-dots .owl-dot span {
  margin: 3px !important;
}
.gallery .owl-theme .owl-dots .owl-dot.active span,
.gallery .owl-theme .owl-dots .owl-dot:hover span {
  background: #000 !important;
}
.banner-content p {
  color: #4a4949;
}
.banner-content ul {
  padding: 0 15px;
  margin: 15px 0;
}
.banner-content ul li {
  list-style-type: square;
  font-weight: 300;
  color: #4a4949;
}
.banner-content a.black-btn {
  margin: 40px 0 0;
}

/*** Booking-form Css Start ***/

.booking-form .main-title h2::after {
  margin: 12px auto;
  width: 5%;
}
.formBox .form-control {
  height: calc(4.5em + 0.75rem + 2px);
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  color: #495057;
  border-width: 0 0 1px;
  border-radius: 0;
  border-style: solid;
  border-color: #e6e4e4;
}
.formBox .form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #e6e4e4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.formBox .btn-info {
  color: #000;
  background-color: transparent;
  border-width: 2px;
  border-color: #000;
  border-style: solid;
  border-radius: 0;
  margin: 0 auto;
  display: block;
  padding: 12px 60px;
  text-transform: uppercase;
  font-weight: 600;
}
.formBox .btn-info:hover,
.formBox .btn-info:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.formBox .btn-info:not(:disabled):not(.disabled).active:focus,
.formBox .btn-info:not(:disabled):not(.disabled):active:focus,
.formBox .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0);
}
.formBox .btn-info:not(:disabled):not(.disabled).active,
.formBox .btn-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.formBox .btn-info.focus,
.formBox .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0);
}
.formBox textarea.form-control {
  height: auto !important;
}
/*** Booking-form Css End ***/
.info {
  background: no-repeat bottom center;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
}
.info .main-title h2::after {
  margin: 12px auto;
}
.info .main-title h6 {
  color: #d9d4d4;
}

footer {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
footer p {
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
footer img {
  width: 150px;
}

footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer h6 {
  font-weight: 600;
  text-transform: uppercase;
}
footer h6::after {
  background-color: #4a4949;
  border: medium none;
  content: "";
  display: block;
  height: 3px;
  margin: 12px 0;
  width: 12%;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.7);
}
ul.social_icon {
  padding: 0;
  margin: 0;
}
.social_icon li {
  list-style-type: none;
  display: inline-block;
  padding: 2px;
}
.social_icon li a i {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 34px;
  height: 34px;
  border-radius: 50px;
  line-height: 34px;
  font-size: 16px;
}
.single-footer-widget ul {
  padding: 0;
  margin: 45px 0 0;
}
.single-footer-widget ul li {
  list-style-type: none;
  margin-bottom: 12px;
}
.single-footer-widget ul li span {
  position: absolute;
  left: 50px;
  line-height: 17px;
}
/**** ScrollToTop Css Start ****/
.scrollToTop i {
  background-color: rgba(255, 255, 255, 0.1);
  bottom: 4px;
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 36px;
  position: fixed;
  right: 4px;
  width: 40px;
  text-align: center;
  z-index: 99;
  border-radius: 50px;
}
.scrollToTop i:hover {
  background-color: #000;
  color: #fff;
}
.prp_box {
  margin: 10px 0 30px;
  overflow: hidden;
}
.prp_sideBox {
	background-color: #fff;
	color: #000;
	min-height: auto;
}
.prp_sideBox h4 {
  font-size: 15px;
  text-align: left;
  color: #fff;
}
.prp_sideBox .about_post ul {
  padding: 0;
}
.prp_sideBox .about_post ul li i {
  min-width: 36px;
  font-size: 13px;
  text-align: center;
}

.prp_sideBox .about_post ul li {
  list-style-type: none;
  line-height: 25px;
  font-size:12px;
  font-weight:bold;
  margin-right:15px;
}
.prp_sideBox .about_post ul li a {
  color: #fff;
}
.prp_sideBox .about_post ul li a:hover {
  color: #fff;
}
.prp_box .read_more a {
  width: 100%;
}
.booking {
  background: #0d0d0d;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.vc_tta-panel-title {
  font-size: 15px;
}
.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: none;
}
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}

/**** ScrollToTop Css End ****/

/*** Contact Area Css End ***/
.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #ffffff;
  min-width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}

.post-module .thumbnail {
  background: #343a40;
  overflow: hidden;
  padding: 0;
}

.post-module .thumbnail img {
  display: block;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  min-height: 395px !important;
}
.projectBox {
  position: relative;
}

.projectBox p {
  margin: 0;
  font-size: 15px;
}
.projectBox {
  margin-bottom: 15px;
}

.post-module .post-content {
  position: absolute;
  background: #ffffff;
  width: 96%;
  padding: 10px 15px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  bottom: 2%;
  left: 2%;
}

.post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #f2b202;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-module .post-content .title {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

.post-module .post-content .sub_title {
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 500;
}

.post-module .read-more {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  color: #343a40;
}

.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

.yellow-bg a:hover {
  background-color: #343a40;
  color: #0d0d0d;
}

.yellow-bg a {
  background-color: #0d0d0d;
  padding: 15px;
  color: #fff;
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.wpb-js-composer
  .vc_tta-color-black.vc_tta-style-outline
  .vc_tta-panel
  .vc_tta-panel-body,
.wpb-js-composer
  .vc_tta-color-black.vc_tta-style-outline
  .vc_tta-panel
  .vc_tta-panel-heading {
  border-color: transparent !important;
}
.page-item.active .page-link {
  background-color: #000000;
  border-color: #000000;
}
.page-link {
  color: #000;
}
.card-body p:last-child {
  color: #000;
  font-weight: bold;
}
.key_features {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	background: #fff;
	padding: 5px;
	border-radius: 50%;
}
.owl-theme .owl-nav {
    margin-top: 0!important;
}
.notice{
	background:#aed130;
	
	
}
.notice p{color:#fff;padding:5px 0;
	margin:0;}
.booking_form .form-group .controls select, .booking_form select, .booking_form textarea, .booking_form input[type="text"] {
    width: 100%!important;
    border: 0!important;
    border-radius: 0!important;
}
.vc_message_box-icon>.fa {
    font-size: 1em;
    line-height: 1;
}

.vc_color-white.vc_message_box a, .vc_color-white.vc_message_box .fa{
  color: #ffffff;
  font-size: 22px!important;
}
.vc_color-white.vc_message_box {
    color: #ffffff;
    background-color: #7a7b7d!important;
}
/*** Footer Css End ***/
