/* font family start */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
/* font family end */
/* common css start */
:root{
	--pop:"Poppins", sans-serif;
	--rob:"Roboto", sans-serif;

	--yellow:#f7b926;
	--black:#000000;
}
body{
	font-family: var(--pop);
	font-size: 16px;
	font-weight: 400;
	color: var(--black);
}
header{
  background-color: white;
	padding: 10px 0;
}
.m_nav{}
.logo{}

.menu{}
.menu ul li a{
	color: var(--black) !important;
	padding: 0 20px !important;
}
.menu ul li a:hover{
	color: var(--yellow) !important;
}
.btn_cm{
	background-color: var(--yellow);
  font-size: 16px;
	font-family: var(--rob);
	color: var(--black);
	line-height: 18.75px;
	border-radius: 10px;
	border: 2px solid transparent;
}
.btn_sin{
	margin-left: 10px;
	padding: 12px 28px;
}
.btn_cm:hover{
	color: var(--black);
	border: 2px solid var(--yellow);
}
.btn_cm:active{
	background-color: var(--yellow) !important;
	color: var(--black) !important;
}
/* common css end */
/* banner start */
.banner{
  margin: 100px 0 0 0;
  background-image: url(../images/slide1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.b_text{
	margin-bottom: 100px;
}
.b_p1{
	margin-top: 100px;
	font-size: 50px;
	font-weight: 700;
}
.b_h1{
	margin: 10px 75px 20px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 70px;
}
.b_p2{
	line-height: 36px;
}
.btn_get{
	margin-top: 15px;
	padding: 12px 36px;
	color: var(--yellow);
	background-color: var(--black);
}
.btn_get:hover{
	color: var(--yellow);
	background-color: white;
}
/* banner end */
/*about start*/
.about{
	margin: 80px;
}
.a_image{
	border-radius: 10px;
}
.b_text1{
	margin-left: 20px;
	margin-bottom: 40px;
}
.b_h2{
	font-size: 48px;
  font-weight: 700;
}
.a_t{
	color: var(--yellow)!important;
}
.b_p2{
	line-height: 30px;
}
/*about end*/
/*catagory start*/
.category{
	margin-bottom: 80px;
}
.ca_ta{
	padding: 10px 200px;
	font-size: 20px;
}
.sf_item{
	margin-top: 48px;
	padding: 50px 50px;
	transition: .33s liner;
	background-color: var(--yellow);
	border-radius: 10px;
	box-shadow: 0px 10px 40px 0px #0000001A;
}
.sf_img{}
.sf_img a{
	text-decoration: none;
	color: var(--black);
}
.sf_img a i{
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 10px;
	width: 60px;
	height: 60px;
	font-size: 32px;
	background-color: white;
	border: 2px solid var(--black);
	border-radius: 18%;
}
.sf_h2{
	margin: 16px 0 4px;
	font-size: 24px;
	font-weight: 700;
}
.sf_p{
	font-size: 15px;
	margin: 10px 0 10px 0;
}
/*catagory end*/
/*area start*/
.area_item{
	margin-top: 48px;
	padding: 50px 50px;
	transition: .33s liner;
	background-color: var(--yellow);
	border-radius: 10px;
	box-shadow: 0px 10px 40px 0px #0000001A;
}
.area_img{}
.area_img a{
	text-decoration: none;
	color: var(--black);
}
.area_img a i{
	margin: 0 auto;
	padding-top: 15px;
	padding-left: 0px;
	width: 70px;
	height: 70px;
	font-size: 32px;
	background-color: white;
	border: 2px solid var(--black);
	border-radius: 18%;
}
.area_h2{
	margin: 16px 0 4px;
	font-size: 24px;
	font-weight: 700;
}
.area_p{
	font-size: 15px;
	margin: 10px 0 10px 0;
}
/*area end*/
/*choose start*/
.service{
	margin: 60px;
}
.c_text{
	margin-bottom: 30px;
}
.nav-tabs{
	border-bottom: none !important;
}
.btn_c{
	margin-left: 10px;
  font-size: 16px;
	color: var(--black);
	background-color: var(--yellow);
}
.item {
  background-color: var(--yellow);
  border-radius: 10px;
  padding: 15px 20px;
  margin: 10px;
  color: var(--black);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 30%;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', sans-serif;
}
.item p {
  margin: 0;
  font-size: 14px;
  color: var(--black);
}
.item h4 {
  margin: 5px 0 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
  text-transform: capitalize;
}
/*choose end*/
/*form start*/
.book{
	padding: 80px;
	background-color: var(--black);
}
.b_image{
	margin-left: 40px;
}
form{
			padding: 20px 0 20px 0;
      display:grid;
      grid-template-columns:1fr;
      gap:14px;
    }
    label{
      display:block;
      font-size:14px;
      color:#f0f0f0;
      margin-bottom:6px;
    }
    .req{
      color:var(--danger);
      margin-left:6px;
    }
    .field{
      display:flex;
      align-items:center;
      background:white;
      border:1px solid var(--stroke);
      border-radius:6px;
      padding:10px 12px;
      transition:border-color .2s ease, box-shadow .2s ease;
    }
    input[type="text"],
    input[type="tel"],
    input[type="time"],
    input[type="date"]{
      width:100%;
      background:transparent;
      border:none;
      color:var(--ink);
      outline:none;
      font-size:14px;
    }
    /* Placeholder look close to the PNG */
    ::placeholder{color:#8f8f8f}

    .field:focus-within{
      border-color:#3a3a3a;
      box-shadow:0 0 0 3px rgba(242,192,71,.12);
    }
    .group{
      display:flex;
      flex-direction:column;
    }
    /* Vehicle radio list */
    .radios{
      background:transparent;
      border:0;
      padding:0;
      margin:6px 0 0;
    }
    .radio{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:14px;
      color:#ddd;
      padding:6px 0;
    }
    .radio input{
      width:16px;height:16px;
      accent-color:var(--accent); /* simple, widely supported custom color */
    }
    /* CTA */
    .actions{
      margin-top:8px;
    }
    .btn_f{
    margin-top: 30px;
    width: 40%;
    height: 80%;
    font-weight:600;
    }
    .btn_f:hover{
    	background-color: white;
    }
    .row-2{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
/*form end*/
/*testimonials start*/
.l_t{
  background-color: #FBF6EA;
}
.test_timonials{
  padding: 60px 0;
}
.test_1{
  padding: 0 85px 20px;
}
.t_h2{
  font-size: 40px;
}
.border-right {
  height: 100%;
  border-right: 2px solid var(--black);
}
.test_2{
  padding: 80px 85px 0;
}
.test_img{
  margin-top: 80px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
.test_h{
  padding-top: 20px;
  padding-left: 12px;
  font-size: 20px;
}
.test_p{
  font-size: 16px;
  color: var(--black);
}
/*testimonials end*/
/*FAQ start*/
.faq{
  padding: 0 0 50px 0;
  background-color: #FBF6EA;
} 
.faq-item {
  margin: 20px 0 0 0;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.fq_h2{
  margin: 0 0 40px 0;
}
.faq-item i {
  color: #8bc4ea;
  font-size: 24px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}
.faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 32px;
  font-family: "Poppins", sans-serif;
}
.faq-item p {
  font-size: 15px;
}
/*FAQ end*/
/* footer start */
.footer{
	padding: 55px 0 30px;
	background-color: var(--black);
	color: white;
}
.f_text{
	padding-right: 120px;
}
.f_text p{
	line-height: 30px;
}
.f_item{}
.f_h2{
	margin-bottom: 8px;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
}
.f_item ul li a{
  font-size: 16px;
	margin-bottom: 8px;
	display: block;
	color: white;
	text-decoration: none;
}
.f_item ul li a:hover{
	color: var(--yellow);
}
.uk-icon-apple{
	font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: var(--yellow);
    -webkit-font-smoothing:
}
.f_last{
	padding: 20px 0 0;
}
.f_last p{
	line-height: 30px;
}
.f_last a{
	color: white;
}
.fb_link ul li a{
    font-size: 20px;
    padding: 10px;
    margin-right: 10px;
    margin: 0 auto;
	text-decoration: none;
    color: #ffffff;
    transition: 0.33s linear;
}
.fb_link ul li a:hover{
	color: var(--yellow);
}
/* footer end */
#myBtn {
  width: 3%;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid var(--black);
  outline: none;
  background-color: var(--yellow);
  color: var(--black);
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
}
#myBtn:hover {
  background-color: white;
}
