@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
* {list-style: none; padding: 0; margin: 0;}
body {font-size: 15px; line-height: normal; color: #10100A; font-family: "Rubik", sans-serif;}
img {max-width: 100%;}
a {outline: none; text-decoration: none; color: #000; transition: ease-in-out .3s;}
a:hover {text-decoration: none;}
input {outline: none;}
.mainCon {padding-top: 100px;}
.header {background: #fff; width: 100%; box-shadow: 0 0 10px rgba(0,0,0,.2); position: fixed; left: 0; top: 0; z-index: 1001;}
.header .container {height: 100px; transition: ease-in-out .4s;}
.logo {padding: 10px 0;}
.container {max-width: 1200px;}
a.showMobMenu {display: none;}
.menu > li {font-size: 17px; font-weight: 600; position: relative; height: 100px; display: flex; align-items: center; padding: 0 5px;}
.menu > li > a {color: #000; display: block; padding: 10px 20px; border-radius: 4px; text-transform: uppercase;}
.menu > li > a:hover, .menu > li.active > a {background: #E1BA35; color: #fff;}

.header.active .menu > li {height: 80px;}
.menuBar ul .submenu {position: absolute; left: 0; top: 100%; background: #fff; width: 250px; box-shadow: 0 0 10px rgba(0,0,0,.2); display: none;}
.menuBar ul .submenu:before {content: ''; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #ddd; position: absolute; left: 20px; top: -10px;}
.menuBar ul .submenu li {height: auto; border-bottom: 1px solid #ddd; font-weight: 400; font-size: 15px;}
.menuBar ul .submenu li a {display: block; padding: 14px 20px;}
.menuBar ul .submenu li a:hover {color: #E1BA35;}

.contactLink a {background: #E1BA35; font-size: 18px; font-weight: 600; color: #fff; padding: 0 15px; height: 50px; position: relative;}
.contactLink a:after {content: ''; width: 30px; height: 100%; background: #E1BA35; position: absolute; left: -15px; top: 0; -webkit-transform: skew(-155deg, -1deg); -moz-transform: skew(-155deg, -1deg);  -ms-transform: skew(-155deg, -1deg); transform: skew(-155deg, -1deg); transition: ease-in-out .3s;}
.contactLink a:hover {background: #000;}
.contactLink a:hover:after {background: #000;}
.bannerCon {background-size: cover !important; position: relative;}
.bannerCon:before {content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,.1);}
.bannerCon .container {min-height: 680px; position: relative; z-index: 2;}
.bannerDet {color: #fff; max-width: 1000px; margin: auto; padding: 40px 0;}
.bannerHd {font-size: 65px; line-height: 70px; font-weight: 700;}
.bannerText {font-size: 20px; line-height: 26px; padding-bottom: 20px; max-width: 720px; margin: auto;}
.searchBox {background: #fff; border-radius: 8px; height: 60px; position: relative; max-width: 700px; margin: auto; padding-right: 68px;}
.searchBox .input {width: 100%; height: 60px; background: none; border: none; font-weight: 600; padding: 0 20px; color: #000;}
.searchBox .button {background: #E1BA35; width: 68px; position: absolute; right: 0; top: 0; height: 100%; color: #fff; border: none; border-radius:0 5px 5px 0;}
.searchBox .button i {font-size: 26px;}
.mainHd {font-size: 34px; font-weight: 700;}
.mainHd.large {font-size: 40px;}
.mainHd span {font-size: 21px; color: #E1BA35;}
.aboutImg {width: 100%; border-radius: 20px;}
.serviceList {margin: -15px; padding: 0;}
.serviceList li {padding: 15px;}
.serviceList li .inner {box-shadow: 0px 1px 5px rgba(0,0,0,.2); border-radius: 20px; height: 100%;}
.serviceList li .inner .img img {width: 100%; border-radius: 20px;}
.serviceList li .inner h3 {font-size: 22px; font-weight: 700;}
.serviceList li .inner p {font-size: 16px; line-height: 24px;}
a.readMore {display: inline-flex; color: #E1BA35; font-size: 16px; font-weight: 700; border-radius: 5px; padding: 10px 25px; border: 1px solid #E1BA35;}
a.readMore:hover {background: #E1BA35; color: #fff;}
.findMore {background-size: cover !important; position: relative;}
.findMore:before  {content: ''; width: 100%; height: 100%; background: rgba(0,0,0,.6); position: absolute; left: 0; top: 0;}
.findMore:after  {content: ''; width: 50%; height: 100%; background: #E1BA35; position: absolute; left: -16%; top: 0; -webkit-transform: skew(-145deg, 0deg); -moz-transform: skew(-145deg, 0deg); -ms-transform: skew(-145deg, 0deg); transform: skew(-145deg, 0deg);  border-right: 30px solid #fff;}
.findMore .container {z-index: 10; position: relative;}
.findMoreInfo .small {font-size: 25px; color: #E1BA35; font-weight: 700;}
.findMoreInfo .large {font-size: 34px; color: #fff; font-weight: 700;}
.findMoreInfo .text {font-size: 21px; color: #fff;}
.findMoreInfo a.readMore {border-color: #fff; color: #fff;}
.findMoreInfo a.readMore:hover {border-color: #E1BA35;}
.serviceCon {background-size: cover !important;}
.whyChoose .img img {width: 100%; border-radius: 20px;}
.whyChoose .det {padding-left: 80px;}
.textBox {font-size: 16px; line-height: 24px; letter-spacing: 0.6px;}
.whyChooseList li {font-size: 17px; font-weight: 700; border-left: 4px solid #E1BA35; padding: 2px 0 2px 20px;}
.rentalInfo {border-top: 1px solid #ccc;}
.rentalInfo li .icon {width: 70px; min-width: 70px; height: 70px; border-radius: 100%; box-shadow: 0 0 10px rgba(0,0,0,.2);}
.rentalInfo li .icon i {color: #e1ba35; font-size: 32px;}
.rentalInfo li .hd {font-size: 22px; font-weight: 700;}
.rentalImgs img {width: 100%; border-radius: 16px;}
.whtClr {color: #fff;}
.testimonailCon {background-size: cover !important; position: relative;}
.testimonailCon:before {content: ''; width: 100%; height: 100%; background: rgba(0,0,0,.6); position: absolute; left: 0; top: 0;}
.testimonailCon .container {position: relative; z-index: 2;}
.testimonialSlider .item {padding: 15px; height: auto;}
.testimonialSlider .item .box {background: #fff; border-radius: 16px; height: 100%;}
.testimonialSlider .slick-list {display:flex; margin:-15px; }
.testimonialSlider .slick-track {display:flex; height: 100%;}

.testimonialSlider .slick-dots {text-align:center; padding-top:15px; justify-content: center; display: flex;}
.testimonialSlider .slick-dots li {display:inline-block; margin:0 5px;}
.testimonialSlider .slick-dots li button {background:#737373; width:30px; height:5px; overflow:hidden; font-size:1px; color:#ccc; border:none; cursor:pointer;}
.testimonialSlider .slick-dots li:hover button, .testimonialSlider .slick-dots li.slick-active button {background:#E1BA35; color:#E1BA35;}


.slick-dots li:only-child {display: none;}
.rating i {font-size: 20px; margin-right: 4px; color: #ffc309;}
.userInfo .img {width: 70px; min-width: 70px; border-radius: 100%; height: 70px;}
.userInfo .det {font-size: 20px; font-weight: 700;}
.userInfo .det .date {color: #8c94a5; font-size: 15px; font-weight: 400;}
.faqList {margin: -10px}
.faqList li {padding:10px;}
.faqList li.showMore {display: none;}
.faqList li .faqBox {box-shadow: 0 0 10px rgba(0,0,0,.1); border-radius: 6px; font-size: 14px; line-height: 22px;}
.faqList li .q {letter-spacing: .5px; position: relative; cursor: pointer; padding: 20px 40px 20px 20px; font-weight: 500;}
.faqList li .q:before {content: ''; width: 16px; height: 2px; background: #333; position: absolute; right: 15px; top: 26px;}
.faqList li .q:after {content: ''; width: 2px; height: 16px; background: #333; position: absolute; right: 22px; top: 19px;}
.faqList li.active .q:after {display: none;}
.faqList li .ans {display: none; letter-spacing: .5px; position: relative; cursor: pointer; padding: 0 20px 20px 20px;}
.footerTop {position: relative;background-size: cover !important;}
.footerTop:before {content: ''; width: 100%; height: 100%; background: rgba(0,0,0,.8); position: absolute; left: 0; top: 0;}
.footerTop:after {content: ''; width: 100%; height: 39px; background:#fff url(../images/footer-arrow.png) no-repeat center; position: absolute; left: 0; bottom: -38px;}
.footerTop .container {z-index: 10; position: relative; padding-bottom: 40px;}
.location {color: #fff; font-size: 17px; color: #fff; letter-spacing: .5px; line-height: 30px;}
.contactInfo li {font-size: 17px; line-height: 30px; letter-spacing: .5px; color: #fff; padding: 0 45px; border-right: 2px solid rgba(255,255,255,.5);}
.contactInfo li:last-child {border: none;}
.footerBot {background: #fff; color: rgba(0,0,0,.6); letter-spacing: .5px; font-size: 17px;}
a.gotoTop {position: absolute; left: 50%; bottom: -65px; width: 136px; margin-left: -68px; text-align: center; cursor: pointer;}
a.gotoTop span {color: rgba(255,255,255,.5); font-size: 12px;}

.footerTop {padding-top: 100px;}
.contactForm {background: #E1BA35; border-radius: 20px; padding: 30px; margin-bottom: -55px; position: relative; z-index: 100;}
.contactForm ul {margin: -10px; padding: 0;}
.contactForm ul li {width: 20%; padding: 10px;}
.formInput {width: 100%; height: 50px; border: none; background: #fff; border-radius: 8px; padding: 0 20px;}
.datepicker {background: #fff url(../images/calendar.png) no-repeat right 10px center;}
.formBtn {width: 100%; color: #fff; height: 50px; border-radius: 8px; color: #fff; background: #000; border: none;}