body {
  font-family: "Jost", serif;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
}

.head_nav {
  padding: 0;
  background: #0a0a0a;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: ease-in-out 0.3s;
  z-index: 10;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0.3rem 1rem #00000036;
}
.head_nav nav {
  padding: 0;
}
.head_nav .navbar-brand {
  padding: 0;
}
.head_nav ul {
  margin: 0 0 0 auto;
}
.head_nav .navbar .navbar-brand img {
  width: 40%;
}
.head_nav ul li a {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  position: relative;
  font-weight: 500;
}
.head_nav .navbar-nav .nav-link {
  padding: 0 15px;
}
.head_nav ul li a:hover {
  color: #ffa001;
}
.head_nav ul li a.active {
  color: #fc564a;
}
.head_nav ul li a.dropdown-item{color: #000;} 
.etimate_btn a {
  background: #ffffff;
  overflow: hidden;
  border: none;
  padding: 0 25px !important;
  transition: all 300ms linear 0s;
  border-radius: 8px;
  display: inline-block;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 3;
color:#0c0c0c !important;
}
.etimate_btn a:before {
  background: #ffa001;
  color: #fff;
  border: none;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  top: 0;
  z-index: -1;
}
.etimate_btn a:after {
  content: "";
  position: absolute;
  height: 0;
  left: 0;
  opacity: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
  background-color: #0b23c1;
}
.etimate_btn a:hover:after {
  display: none;
}
.etimate_btn a:hover:before {
  transform: translate3d(0, -100%, 0);
  color: #fff !important;
}

.sticky_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  padding: 5px 0;
}
.sticky_menu.head_nav ul li a {
  line-height: 50px;
}
.sticky_menu.head_nav {
  background: #111111;
}
.sticky_menu.head_nav .dropdown-menu li a {
  color: #000;
}
.head_nav .dropdown-menu li a {
  line-height: 40px;
}
.head_nav .dropdown-menu li a:hover {
  background: #ffa001;
  color: #fff;
}
.head_nav .dropdown-menu li a::before {
  display: none;
}
.head_nav .dropdown-menu {
 border-radius: 0;
}
.sticky_menu.head_nav .navbar-brand img {
  width: 30%;
  transition: all 0.5s;
}

.btn_area a {
  background: #000;
  overflow: hidden;
  color: #fff;
  border: none;
  padding: 0 25px;
  transition: all 300ms linear 0s;
  border-radius: 8px;
  display: inline-block;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  z-index: 3;
  display: inline-block;
  line-height: 50px;
	width: 172px;
    text-align: center;
}
.btn_area a:before {
  background: #ffa001;
  color: #111111;
  border: none;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  top: 0;
  z-index: -1;
}
.btn_area a:hover{
    color: #fff;
}
.btn_area a:after {
  content: "";
  position: absolute;
  height: 0;
  left: 0;
  opacity: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
  background-color: #fc564a;
}
.btn_area a:hover:after {
  display: none;
}
.btn_area a:hover:before {
  transform: translate3d(0, -100%, 0);
}

.banner_area {
  background: url(../images/banner.webp) no-repeat center;
  background-size: cover;
  padding: 278px 0;
  position: relative;
  z-index: 1;
}
.banner_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner_area h1 {
  font-size: 60px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.banner_area h1 span {
  color: #ffa001;
}
.banner_area .btn_area {
/*   text-align: center; */
  margin-top: 30px;
}

.head {
  color: #ffa001;
  font-size: 24px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.head:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  bottom: -5px;
  background: url(../images/head_border.webp) no-repeat 0 0;
  left: 0;
  filter: brightness(0) saturate(100%) invert(65%) sepia(64%) saturate(2863%) hue-rotate(1deg) brightness(104%) contrast(103%);
}
.nav-link:hover,
.nav-link:focus {
  color: #ffa001 !important;
}
.abt_area {
  padding: 70px 0;
}
.abt_img {
  position: relative;
  width: 100%;
}
.abt_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abt_img:before {
  content: "";
  background: url(../images/abt_back.webp) no-repeat 0 0;
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 419px;
  height: 406px;
  z-index: -1;
}
.abt_img:after {
  content: "";
  background: url(../images/abt_back2.webp) no-repeat 0 0;
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 400px;
  height: 380px;
  z-index: -1;
}
.abt_right {
  width: 100%;
  padding-left: 80px;
}
.abt_right p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 28px;
  margin: 20px 0;
  color: #505050;
}
.abt_area .btn_area {
  margin-top: 40px;
}
.abt_area .btn_area a {
  margin-right: 20px;
}
.abt_right .btn_area a:last-child {
  background: #ffa001;
}
.abt_right .btn_area a:last-child:before {
  background: #000;
}

.offer_area .head {
  text-align: center;
}
.offer_area .head:before {
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 3px;
}
.offer_box {
  min-height: 400px;
  padding: 50px;
  background: #ffa001;
  width: 100%;
  position: relative;
}
.offer_box2 {
  background: #000;
}
.pad-0 {
  padding: 0;
}
.offer_box h3 {
  font-size: 24px;
  font-weight: 600;
  color: #282828;
  margin: 0;
}
.offer_box p {
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
  margin: 20px 0;
  color: #fff;
}
.offer_box a {
  font-weight: bold;
  color: #fff;
  padding:13px 20px;
	background: #000;
	border-radius: 6px;
}
.offer_box a.remove-btn {
padding:13px 20px;
	background: #ffa001;
	color: #fff;
	border-radius: 6px;
}
.badge-sec{
	padding: 40px 0;
	background: #ffa001;
}
.badge-sec .badge-icon{
text-align: center;
}


.offer_box span {
  font-size: 100px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  right: 30px;
  bottom: 30px;
  opacity: 0.2;
  line-height: 80px;
}
.offer_img {
  min-height: 400px;
  width: 100%;
}
.offer_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choose_area {
/*   background: url(../images/choose_back.webp) no-repeat 0 0; */
	background: #fff;
  background-size: cover;
  padding: 70px 0;
}
.choose_left {
  width: 100%;
  padding-right: 100px;
}
.choose_left p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 28px;
  margin: 20px 0;
  color: #505050;
}
.choose_box {
  margin: 15px 0;
  display: flex;
}
.choose_img {
  max-width: 40px;
  width: 100%;
  height: 40px;
  border: 2px solid #0d0d0d;
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
}
.choose_img img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(64%) saturate(2863%) hue-rotate(1deg) brightness(104%) contrast(103%);
}
.choose_cont {
  padding-left: 10px;
}
.choose_cont h3 {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  margin: 0 0 5px;
}
.choose_cont p {
  margin: 0;
}
.choose_right {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.choose_right iframe {
  width: 100%;
  height: 100%;
}
.contact_banner {
  background: #626363;
}
.contact_wrap {
  background: url(../images/cont_back.webp) #626363 no-repeat center;
  padding: 120px 0;
  background-size: cover;
}
.contact_wrap_left {
  padding: 0 15px;
  width: 100%;
}
.contact_wrap_left h3 {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  margin: 0 0 10px;
}
.contact_wrap_left h4 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 20px;
}
.contact_wrap_left p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  line-height: 28px;
}
.contact_wrap_right {
  width: 100%;
  margin: auto 0;
  text-align: right;
  padding: 0 15px;
}

.gallery_area {
  padding: 70px 0;
}
.gallery_area .head {
  text-align: center;
}
.gallery_area .head:before {
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 3px;
}
.lightimg_box {
  margin: 15px 0;
  position: relative;
}
.lightimg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  border-radius: 6px;
}
.lightimg_box a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 300px;
	border-radius: 8px;
}
.lightimg_box a .overlay {
  background: url(../images/gallery_zoom.webp) no-repeat center #ffa001b3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.lightimg_box a:hover .overlay {
  display: block;
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
	border-radius: 6px;
}
.banner_area h1 {    
    text-align: left;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
/*     text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff; */
}
.banner_area h1 span{       
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}




.lightimg_box a:hover img {
  transform: scale(1.15);
}
.gallery_area .btn_area {
  margin-top: 20px;
  text-align: center;
}

.quote_area {
  background: url(../images/get_back.webp) no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0 190px;
  position: relative;
  z-index: 1;
}
.quote_area:after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.quote_area .head {
  text-align: center;
}
.quote_area .head:before {
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 3px;
}
.quote_area p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 28px;
}
.get_form.banner-form{
	background: #fff;
}

.get_form_area {
  margin-top: -130px;
  background: #fff;
  border-radius: 8px;
  padding: 35px 50px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.get_form_area h3 {
  font-weight: bold;
  font-size: 36px;
  color: #000;
  margin: 0;
}
.get_form_area form {
  margin-top: 5px;
}
.get_form_area form input {
  border: 1px solid #b7b7b7;
  color: #5a5a68;
  height: 62px;
  margin: 15px 0;
  border-radius: 8px;
}
.get_form_area form input::placeholder {
  color: #5a5a68;
}
.get_form_area form input:focus {
  box-shadow: 0 0 5px rgb(255 154 0 / 25%);
  border: 1px solid #ffa001;
}
.get_form {
  background: #efefef;
}
.form_btn {
  background: #ffa001;
  overflow: hidden;
  color: #fff !important;
  border: none;
  transition: all 300ms linear 0s;
  border-radius: 8px;
  display: inline-block;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  z-index: 3;
  display: inline-block;
  line-height: 62px;
  border: none;
  height: 62px;
  width: 100%;
  margin: 15px 0;
}
.form_btn:before {
  background: linear-gradient(to top, #f2bc00, #fc564a);
  color: #fff;
  border: none;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  top: 0;
  z-index: -1;
}
.form_btn:after {
  content: "";
  position: absolute;
  height: 0;
  left: 0;
  opacity: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
  background-color: #fc564a;
}
.form_btn:hover:after {
  display: none;
}
.form_btn:hover:before {
  transform: translate3d(0, -100%, 0);
}

.client_area {
  padding: 70px 0;
  background: #efefef;
}
.client_area .head {
  text-align: center;
}
.client_area .head:before {
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 3px;
}
.client_box {
  margin: 70px 0;
  position: relative;
}
/* .client_box:before {position: absolute;top: 50%;left: 20px;width: 100%;height: 100%;content: "";background: #fc5b46;-webkit-transform: rotate(-10deg) translateY(-50%);transform: rotate(-10deg) translateY(-50%);z-index: -1;} */
.client_box .item {
  padding: 50px 30px;
}
.client_box .item p {
  color: #fff;
  text-align: justify;
  line-height: 28px;
  margin: 0;
  font-weight: 400;
  transition: 0.5s;
}
.client_box:hover .item p,
.client_box:hover .item h3 {
  color: #fff;
}
.client_box .item h3 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 0;
  transition: 0.5s;
}
.client_star {
  margin-top: 10px;
}
.client_star i {
  font-size: 16px;
  color: #ffcc00;
  margin-right: 3px;
}
.client_box .slick-dots {
  text-align: center;
  position: absolute;
  bottom: -63px;
  left: 0;
  width: 100%;
}
.client_box .slick-dots li button {
  color: transparent;
  border: none;
  background: #acadb3;
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.client_box .slick-dots li {
  display: inline-block;
  list-style: none;
  margin: 10px 5px;
}
.client_box .slick-dots li.slick-active button {
  background: #ffa001;
}
.slick-list {
  background: #ffa001;
  box-shadow: 0 0.5rem 1.1rem #0000001f;
  	border-radius: 6px;
/*   border-top: 4px solid #ffa001; */
  position: relative;
  transition: 0.5s;
}
/* .slick-list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffa001;
  transform: translatey(-400px);
  transition: 0.5s;
} */
/* .slick-list:hover:before {
  transform: translatey(0);
} */
.footer_area {
  padding: 70px 0;
  background: #000;
}
.foot_about {
  padding-right: 35px;
}
.foot_about p {
  color: #d4d4d4;
  line-height: 28px;
  text-align: justify;
  margin: 0;
}
.foot_social ul li {
  margin: 10px 0;
  list-style: none;
}
.foot_social ul li i {
  width: 25px;
  height: 25px;
  background: #3a559f;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 14px;
  line-height: 25px;
  border-radius: 100%;
}
.foot_social ul li a span {
  color: #d4d4d4;
  transition: all 0.3s;
  position: relative;
  left: 0;
  font-size: 16px;
}
/*.foot_social ul li:nth-child(2) a i{background: #1d9bf0;}*/
.foot_social ul li:nth-child(2) a i {
  background: #ff0000;
}

.foot_menu h3,
.foot_social h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
}
.foot_about h3{
    color: #ffa001;
}
.foot_menu ul li {
  list-style: none;
  padding: 5px 0 5px 15px;
  position: relative;
}
.foot_menu ul li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: bold;
  color: #ffa001;
}
.foot_menu ul li a {
  color: #d4d4d4;
  display: block;
  transition: all 0.3s;
  position: relative;
  left: 0;
}
.foot_menu ul li a:hover {
  left: 5px;
}
.foot_cont h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
}
.foot_cont p {
  display: flex;
  margin-bottom: 10px;
  color: #d4d4d4;
}
.foot_cont p a {
  color: #d4d4d4;
  word-break: break-all;
  padding-left: 10px;
}
.foot_cont p i {
  position: relative;
  top: 5px;
  width: 100%;
  max-width: 20px;
  color: #ffa001;
}
.foot_cont p span {
  padding-left: 10px;
}
.copy_area {
  background: #000;
  padding: 30px 0;
  border-top: 1px solid #666666;
}
.copy_area p {
  margin: 0;
  color: #fff;
}
.copy_right {
  text-align: right;
}

.abt_left img {
  width: 100%;
}
.single_service img {
  float: right;
  width: 40%;
  height: auto;
  margin: 0 0 20px 20px;
}
.single_service p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 28px;
  margin: 0 0 20px;
  color: #505050;
}
.inner_banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 400px;
}
.inner_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.inner_banner_caption {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.inner_banner_caption h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #fff;
}
.single_service ul li {
  list-style: none;
  color: #505050;
  margin: 5px 0;
}
.single_service ul li:before {
  content: "\f00c";
  color: #ffa001;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  margin-right: 10px;
}
.single_service a {
  color: #ffa001;
}
.getin_wrap {
  padding: 60px 0;
}
.getin_wrap h2 {
  text-align: center;
  color: #0490c0;
}
.form_box {
  padding: 0;
}
.home_map {
  background: #000;
  padding: 20px;
}
.home_map ul {
  font-size: 14px;
  color: #fff;
  padding: 0;
}
.home_map ul li {
  padding: 0 0 20px;
  display: inline-block;
  width: 100%;
}
.home_map ul li i {
  vertical-align: middle;
  margin: 6px 0px 0px 0;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 1px solid #ffa001;
  padding: 10px 10px;
  border-radius: 50%;
  text-align: center;
  color: #ffa001;
}
.home_map ul li span {
  float: left;
  width: 84%;
  padding: 0 10px;
  vertical-align: middle;
}
.home_map ul li span h4 {
  margin: 10px 0 5px;
  color: #ffa001;
}
.home_map ul li a {
  text-decoration: none;
  color: #fff;
}
.map iframe {
  width: 100%;
  height: 350px;
}
.form-control {
  padding: 10px 6px;
  margin: 0 0 15px;
}
textarea.form-control {
  height: 150px;
}
.single_service {
  display: inline-block;
  width: 100%;
}
.call_float {
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 9999;
}
.call_float a i {
    width: 50px;
    height: 50px;
    background: #a80101;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.5s;
}
.single_service2 img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}
/*===============Responsive Starts===============*/
@media all and (min-width: 800px) {
}
@media (min-width: 981px) and (max-width: 1399px) {
  .head_nav .navbar-brand img,
  .sticky_menu.head_nav .navbar-brand img {
    width: 110px;
  }
  .head_nav .navbar-nav .nav-link {
    padding: 0 12px;
  }
  .banner_area h1,
  .dedicated_area h3 {
    font-size: 45px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .head_nav .navbar-toggler:focus {
    box-shadow: none;
  }
  .head_nav .navbar-toggler span {
    display: block;
    background: #ffa001;
    height: 5px;
    margin: 3px 0;
    border-radius: 20px;
    width: 30px;
  }
  .head_nav .navbar .navbar-brand img {
    width: 50%;
}
.sticky_menu.head_nav .navbar-brand img {
    width: 40%;
}
  .head_nav .navbar-toggler {
    position: absolute;
    right: 0;
    top: 31px;
  }
	.head_nav .navbar-brand img{
		width: 1800px;
	}
	.badge-sec .badge-icon {
        width: 50%;
        margin: 0 auto 20px;
    }
  .sticky_menu.head_nav .navbar-brand img {
    width: 150px;
  }
  .head_nav ul {
    background: #000;
  }
  .head_nav ul li a,
  .sticky_menu.head_nav ul li a {
    line-height: 36px;
  }
  .etimate_btn a {
    width: 100%;
    border-radius: 0;
  }

  .banner_area h1,
  .dedicated_area h3 {
    font-size: 28px;
  }
  .banner_area {
    padding: 170px 0;
  }

  .abt_right {
    padding: 0;
  }
  .abt_area .btn_area a {
    margin-right: 2px;
    font-size: 14px;
    padding: 0 10px;
  }
  .offer_box {
    padding: 20px;
  }
  .choose_left {
    padding-right: 0;
  }

  .foot_about {
    padding: 0;
  }
  .foot_about h3,
  .foot_menu h3,
  .foot_social h3,
  .foot_cont h3 {
    font-size: 18px;
    margin: 15px 0 5px;
  }
  .foot_about p,
  .foot_menu ul li a,
  .foot_cont p,
  .foot_social ul li a span {
    font-size: 14px;
    line-height: 24px;
  }
  .slick-list::before {
    transform: translatey(-600px);
  }
}

@media (max-width: 767px) {
  .head_nav .navbar-toggler:focus {
    box-shadow: none;
  }
  .head_nav .navbar-toggler span {
    display: block;
    background: #ffa001;
    height: 5px;
    margin: 3px 0;
    border-radius: 20px;
    width: 30px;
  }
  .head_nav .navbar .navbar-brand img {
    width: 50%;
}
.sticky_menu.head_nav .navbar-brand img {
    width: 40%;
}
	.offer_box a.remove-btn{
		background: #000;
	}
		.offer_box a.overlay-btn{
		background: #ffa001;
	}
  .head_nav .navbar-toggler {
    position: absolute;
    right: 0;
    top: 35px;
  }
  .offer_box h3{
    color: #fff;
  }
  /*     .head_nav .navbar-brand img, .sticky_menu.head_nav .navbar-brand img{width:110px;} */
  /*     .head_nav ul{background: #000;} */

  .call_float{
    bottom: 40px;
  }
  .head_nav ul li a,
  .sticky_menu.head_nav ul li a {
    line-height: 36px;
  }
  .etimate_btn a {
    width: 100%;
    border-radius: 0;
  }
  .head_nav .dropdown-menu {
    width: auto;
  }
  .banner_area h1,
  .dedicated_area h3 {
    font-size: 28px;
  }
  .banner_area {
    padding: 150px 0 100px;
	margin-top: 70px;  
  }
	.banner_area p{
		width: 100% !important;
	}
	.badge-sec .badge-icon{
	width: 50%;
    margin: 0 auto 20px;
	}
	.lightimg_box a{
		height: 100%;
	}
  .abt_area,
  .choose_area,
  .gallery_area,
  .client_area {
    padding: 40px 0;
  }
  .abt_img:before {
    display: none;
  }
  .abt_right {
    padding: 0;
    margin-top: 20px;
  }
  .abt_right p,
  .offer_box p,
  .choose_left p,
  .contact_wrap_left p,
  .quote_area p,
  .client_box .item p {
    font-size: 14px;
    line-height: 24px;
  }
  .abt_area .btn_area {
    text-align: center;
  }
  .abt_area .btn_area a {
    margin-right: 2px;
    font-size: 16px;
    padding: 0 5px;
	 width: 156px;
  }

  .offer_box {
    padding: 20px;
  }
  .choose_left {
    padding: 0;
  }
  .contact_wrap {
    padding: 80px 0;
  }
  .contact_wrap_left h4 {
    font-size: 22px;
  }
  .contact_wrap_right {
    text-align: center;
    margin-top: 20px;
  }

  .quote_area {
    padding: 40px 0 100px;
  }
  .get_form_area {
    padding: 20px;
    margin-top: -70px;
  }
  .get_form_area form input,
  .form_btn {
    height: 45px;
    margin: 5px 0;
    line-height: 45px;
  }
  .client_box {
    margin: 40px 0;
  }
  .client_box .item {
    padding: 20px 20px 50px;
  }
  .client_box .slick-dots {
    bottom: -65px;
  }
  .slick-list::before {
    transform: translatey(-600px);
  }

  .footer_area {
    padding: 40px 0;
  }
  .foot_about {
    padding: 0;
  }
  .foot_about h3,
  .foot_menu h3,
  .foot_social h3,
  .foot_cont h3 {
    font-size: 18px;
    margin: 15px 0 5px;
  }
  .foot_about p,
  .foot_menu ul li a,
  .foot_cont p,
  .foot_social ul li a span {
    font-size: 14px;
    line-height: 24px;
  }
  .foot_menu ul li {
    padding: 2px 0 2px 15px;
  }
  .copy_area {
    padding: 15px 0;
  }
  .copy_area p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  /* 	.inner_banner{height:200px;} */
  .inner_banner_caption h1 {
    font-size: 24px;
  }
  .single_service img {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .single_service p {
    font-size: 14px;
    line-height: 24px;
  }
.offer_box2 {
  background: #ffa001;;
}
.offer_box3 {
  background: #000;
}
.lightimg_box {
    margin: 0 0 10px;
    position: relative;
	overflow:hidden;
	height:100px;
	padding:0 10px;
}
/* .lightimg_box img {
    width: 100%;
    height: unset;
	}	 */
}
/*===============Responsive Ends===============*/
.nav-open {
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  transition: 0.5s;
  background-color: #ffa001;	
}
.nav-open .inner, .nav-open .inner::before, .nav-open .inner::after {
  background-color: white;
  content: "";
  display: block;
  height: 3px;
  width: 22px;
  transition: all 0.5s ease;
}
.nav-open .inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-open .inner::before {
  margin-top: -6px;
  position: absolute;
}
.nav-open .inner::after {
  margin-top: 6px;
  position: absolute;
}

.nav-open.nav-close .inner {
  background-color: transparent;
  left: 54%;
}
.nav-open.nav-close .inner::before, .nav-open.nav-close .inner::after {
  transform: rotate(45deg);
  transform-origin: 0 50%;
  width: 31px;
	transition: 0.5s;
}
.nav-open.nav-close .inner::after {
  transform: rotate(-45deg);
	left: 0;
    top: 5px;	
	height: 4px;
	transition: 0.5s;
}
.nav-open.nav-close{
	transition: 0.5s;
}
.nav-open.nav-close .inner::before{
	left: 0;
    top: -4px;
	height: 4px;
	transition: 0.5s;
}
.glsr-review-author span.glsr-tag-value {
    display: none;
}