.about-area,
.why-choose-area,
.testimonials-area,
.ltn__call-to-action-4 {
        overflow: hidden;
}
.our_story {
    background: #000;
    padding: 50px 0;
}
.our_story p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #dedede;
}
.navbar-brand img {
    width: 350px;
}
.service_section {
        padding: 50px 0;
    background: #1e1e21;
}
.ltn__call-to-action-4 {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    padding: 95px 0;
    width: 100%;
}
.ltn__call-to-action-4 .call-to-action-inner-4 {
    position: relative;
    z-index: 2;
}
.ltn__section-title-2 {
    margin-bottom: 40px;
}
.ltn__section-title-2 .section-subtitle {
    text-transform: uppercase;
    color: #eb801c;
    font-size: 18px;
}
.ltn__section-title-2 .section-title {
    font-size: 72px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 15px;
    line-height: 1;
}
.ltn__call-to-4-img-1 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 34%;
}
.ltn__call-to-4-img-1 img, .ltn__call-to-4-img-2 img {
    width: 88%;
}
.ltn__call-to-4-img-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 27%;
}
.deafult-btn3:before {
    background-color: transparent;
    transition: 0.8s;
    width: 100%;
    border: solid 1px #eb801c;
}
.deafult-btn3:after {
    background-color: transparent;
    transition: 0.8s;
    width: 100%;
    border: solid 1px #eb801c;
}
.why-choose-area {
  padding: 50px 0;
  position: relative;
      background: #000000e6;
}

.why-choose-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}

.gallery_main .box{
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom:30px;
}
.gallery_main .box img{
    width: 100%;
    height: 300px;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
}
.gallery_main .box:hover img{ transform: scale3d(1.15, 1.15, 1); }
.gallery_main .box .box-content{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    padding-top: 35%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.gallery_main .box:hover .box-content{ opacity: 1; }
.gallery_main .box .box-content:before,
.gallery_main .box .box-content:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.gallery_main .box .box-content:before{
    border-top: none;
    border-bottom: none;
    left: 30px;
    right: 30px;
}
.gallery_main .box .box-content:after{
    border-left: none;
    border-right: none;
    top: 30px;
    bottom: 30px;
}
.gallery_main .box:hover .gallery_main .box-content:before,
.gallery_main .box:hover .gallery_main .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.gallery_main .box .content-inner{
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.gallery_main .box:hover .content-inner{
    opacity: 1;
    transform: scale(1);
}
.gallery_main .box .title{
    font-size: 22px;
    font-weight: 700;
    color: #00fff2;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.gallery_main .box .post{
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
}
.gallery_main .box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 2;
}
.gallery_main .box .icon li{ display: inline-block; }
.gallery_main .box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.gallery_main .box .icon li a:hover{ color: #000; }
.gallery_main .box .icon li a:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.gallery_main .box .icon li a:hover:before{ transform: scale(1); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-image {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .why-choose-image {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: 0 auto;
  }
}
.why-choose-image .image {
  max-width: 580px;
  margin-left: 250px;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why-choose-image .image {
    margin-left: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-image .image {
    margin-left: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-image .image {
    margin: 0 auto;
    max-width: 380px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .why-choose-image .image {
    margin: 0 auto;
    max-width: 380px;
    padding-top: 80px;
  }
}
.why-choose-area .section-title {
    text-align:left;
}
.single-choose-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-item {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .single-choose-item {
    margin-top: 50px;
  }
}
.single-choose-item .choose-icon {
  width: 100px;
}
@media (max-width: 767px) {
  .single-choose-item .choose-icon {
    width: 50px;
  }
}
.single-choose-item .choose-icon i {
  font-size: 72px;
  color: #e9490a;
  line-height: 60px;
}
@media (max-width: 767px) {
  .single-choose-item .choose-icon i {
    font-size: 36px;
    line-height: 40px;
  }
}
.single-choose-item .choose-content {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.single-choose-item .choose-content .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: "Cabin", sans-serif;
}
.single-choose-item .choose-content p {
  font-size: 16px;
  color: #737f96;
  margin-top: 15px;
}
.why_chooseus img {
    
}
.review_shape {
    position: absolute;
    bottom: 0;
    opacity: .2;
    left: 0;
}
.whatsapp_icon {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 11;
}
.whatsapp_icon img {
    width: 70px;
}
.top_header {
    background: #eb801c;
        padding: 5px 0;
}
.top_header p {
        margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.top_header p svg {
        fill: #fff;
    margin-right: 7px;
}
.top_header ul {
        margin: 0;
    padding: 0;
    margin-top: 2px;
    text-align: right;
}
.top_header li {
    list-style: none;
    display: inline-block;
    color: #fff;
    margin-left: 10px;
}
.top_header li a {
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.top_header li a i {
        line-height: 10px;
    margin-right: 5px;
}
.deshtop_banner {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
        height: 100%;
}
.phone_banner {
    display:none;
}
.phone_banner img {
    background: #fff;
    height: 240px !important;
}
.gallery_main {
        padding: 50px 0;
    position: relative;
}
.fracnchicy {
    padding: 50px 0;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
        z-index: 1;
}
.fracnchicy:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000009e;
    top: 0;
    left: 0;
    z-index: -1;
}
.fracnchicy .text_area_details {
    
}
.fracnchicy .text_area_details span {
    background: #3F51B5;
    padding: 4px 10px;
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
}
.fracnchicy .text_area_details h2 {
        color: #fff;
    margin-bottom: 20px;
}
.fracnchicy .text_area_details p {
    color: #fff;
    width: 80%;
    margin: 0 auto;
}
.list_point li {
        color: #fff !important;
    font-weight: 300 !important;
}
.franchisy_form {
    padding:50px 0;
}
.franchisy_form form label {
    color:#fff;
}
.franchisy_form h3 {
    color:#fff;
}
.franchisy_form form {
        background: #1c1c1c;
    padding: 30px;
    border-radius: 10px;
}
.franchisy_form form .form-control {
    margin-bottom: 15px;
}
.y-us-section {
    padding: 50px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}
.y-us-section:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000b8;
    top: 0;
    left: 0;
    z-index: -1;
}
.service-box p {
    color:#fff;
}
.why-choose-banner img {
    margin-top: 100px;
}
.service-box {
        background: #eb801c;
    padding: 20px 30px 20px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    color: #fff;
    margin-bottom: 30px;
}
.main_servve_banenr {
    
}
.main_servve_banenr img {
    width:100%;
}
.service-details-area {
    padding:50px 0;
    position:relative;
    background: #080808;
}
@media (max-width: 767px) {
    .fracnchicy .text_area_details p {
        width: 100% !important;
            font-size: 14px;
    }
    .why-choose-banner img {
        margin-top: 0 !important;
        margin-bottom: 20px;
    }
    .deshtop_banner {
        display:none;
    }
    .phone_banner {
        display:block !important;
        margin-bottom:20px;
    }
    .top_header p {
        font-size: 12px !important;
        display:none;
    }
    .top_header p svg {
        width: 18px;
    }
    .top_header li {
        font-size: 12px !important;
    }
    .top_header ul {
            text-align: center !important;
    }
  .single-choose-item .choose-content .title {
    font-size: 18px;
  }
  .hero-content h1 span {
         font-size: 28px !important;
  }
  .ltn__section-title-2 .section-title {
    font-size: 38px !important;
  }
  .ltn__call-to-4-img-1 {
      display:none;
  }
  .testimonial-card .test-image img {
      width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    border-radius: 50px;
  }
  .service-card .service-content p {
      display:none;
  }
  .service-slider {
      margin-top: 20px;
  }
  .ltn__call-to-action-4 {
      padding: 30px 0 20px !important;
  }
  .review_shape {
      display:none;
  }
 
  .why_chooseus {
      text-align:center;
  }
  .why_chooseus img {
          width: 65%;
  }
  .choose-content {
      margin-bottom: 0px;
    margin-right: 0 !important;
  }
  .service-card .service-image img {
      height: 200px !important;
  }
  .service-card .service-content h5 a {
      font-size: 14px !important;
  }
  .mean-container .mean-nav ul li li a {
         
    padding: 8px 5% !important
  }
  .others-option-for-responsive .dot-menu {
      display:none;
  }
  .ltn__call-to-4-img-2 {
      position: relative !important;
    right: 0;
    bottom: 0;
    max-width: 60% !important;
    margin: 30px auto 0;
  }
}
.testimonial-card .test-image img {
        width: 105px;
}
.testimonial-card .test-image {
        width: 105px;
}