body {

  margin: 0;

  padding: 0;

  font-family: "Inter", sans-serif !important;

  overflow-x: hidden;

}

ul li{

    list-style: none;

}

ul{

    padding: 0;

    margin: 0;

}

a{

    text-decoration: none;

}

a:hover{

    text-decoration: none;

}

a:hover {

  text-decoration: none !important;

}

input:focus, textarea:focus, select:focus, button:focus{

    outline: none !important;

    /*border: none !important;*/

}

input::-moz-focus-inner {

    border: 0;

}

button::-moz-focus-inner {

    border: 0;

    outline: none;

}

input::placeholder {

  color: #000000;

}

textarea::placeholder {

  color: #000000;

}

button:active {

    outline: none !important;

    /*border: none !important;*/

}

p{

    padding: 0;

    margin: 0;

}



/*============================== Css Start =================================*/



.main_banner_area {
    margin: 7px;
    border-radius: 40px;
    overflow: hidden;
}

.main_banner_area_inner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.single_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.1);
}

.single_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.banner_content {
    position: absolute;
    top: 45%;
    left: 6%;
    transform: translate(0, 0);
    color: #fff;
    text-align: left;
}

.banner_content h1 {
    font-size: 103px;
    margin: 10px 0;
    font-weight: 800;
    color: #30FFC1;
}

.banner_content h4 { 
    font-size: 22px; 
    font-weight: 300; 
    margin-top: 10px; 
}

.banner_button {
    margin-top: 25px;
}

.banner_button a {
    padding: 16px 41px;
    margin: 0 6px 0 0;
    border: 1px solid #0B9D71;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
    background: #0B9D71;
    border-radius: 50px;
}

.banner_button a:hover {
    background: #fff;
    color: #000;
}


.slider_nav {
    position: absolute;
    bottom: 50px;
    width: 158px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
    right: 25px;
}

.slider_btn {
    pointer-events: all;
    width: 55px;
    height: 55px;
    background: rgba(255,255,255,0.2);
    border: 2px solid #fff;
    backdrop-filter: blur(5px);
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.slider_btn:hover {
    background: #fff;
    color: #000;
}

.slider_nav img {
    width: 52px;
}

.logo_main a img {
    width: 91px;
}

.nav_area ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.main_header_area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 19px 100px 0;
    z-index: 9999;
    transition: ease-in-out 0.5s;
}

.main_header_area.sticky_header {
    padding: 0;
    transition: ease-in-out 0.5s;
}

.main_header_area_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    padding: 0 11px 0 30px;
    position: relative;
    height: 75px;
    transition: ease-in-out 0.5s;
}

.main_header_area.sticky_header .main_header_area_inner {
    border-radius: 0;
    transition: ease-in-out 0.5s;
}

.logo_main img {
    position: absolute;
    top: 9px;
}

.nav_area ul li a {
    color: #000;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 15px;
    transition: ease-in-out 0.6s;
}

.logo_main {
    width: 200px;
}

.button_quote a {
    padding: 17px 28px;
    font-size: 14px;
    border: 2px solid #0B9D71;
    color: #fff;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    background: #0B9D71;
}

.button_quote a:hover {
    background: transparent;
    color: #0B9D71;
    letter-spacing: 1px;
}

.nav_area ul li a:hover {
    color: #0b9d71;
    transition: ease-in-out 0.6s;
}

.hdr_grp {
    position: absolute;
    z-index: 99;
    top: 24px;
    left: -34px;
}

.banner_content h3 {
    font-size: 62px;
    font-weight: 200;
    margin: 0 0 -23px;
}

.banner_content h4 {
    font-size: 32px;
    margin: -17px 0 52px;
}

.about_section_area_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_left_area img {
    width: 100%;
}

.about_left_area {
    width: 50%;
    position: relative;
}

.about_right_area {
    width: 50%;
}

.about_right_area h4 {
    font-size: 18px;
    color: #0B9D71;
    margin: 0 0 2px;
    font-weight: 700;
}

.about_right_area h2 {
    font-size: 39px;
    font-weight: 800;
    width: 100%;
    margin: 0 0 15px;
}

.about_right_area h4 img {
    width: 27px;
}

.about_option ul li svg {
    width: 22px;
    fill: #0b9d71;
    margin: 0 7px 0 0;
}

.about_option ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 42%;
    padding: 0 0 9px;
}

.about_option ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.about_section_area_main {
    padding: 80px 100px 0 0;
    position: relative;
}

.about_right_area p {
    font-size: 17px;
    margin: 0 0 22px;
}

.about_two_option_sing {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 42px 0 0;
}

.about_two_lft img {
    width: 65px;
    margin: 0 15px 0 0;
}

.about_two_option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 0;
}

.about_two_right p {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #000;
}

.leaps {
    position: absolute;
    right: 104px;
    top: 100px;
}

.tob1 {
    position: absolute;
    right: 30px;
    bottom: 50px;
}

.leaps {
    width: 162px !important;
    position: absolute;
    top: 0;
    z-index: -1;
}

.knife {
    position: absolute;
    top: 77px;
    right: 144px;
}

.service_single a svg {
    width: 17px;
    margin: 0 0 0 8px;
}

.service_sect_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service_sect_main {
    padding: 80px 100px;
    position: relative;
    background: #E9F5FF;
}



.service_left_area h4 {
    font-size: 18px;
    color: #0B9D71;
    margin: 0 0 2px;
    font-weight: 700;
}

.service_left_area h4 img {
    width: 27px;
}

.service_left_area h2 {
    font-size: 35px;
    font-weight: 800;
    width: 93%;
    margin: 0 0 15px;
}

.service_right_area {
    width: 37%;
}

.service_left_area {
    width: 60%;
}

.service_right_area img {
    width: 100%;
}

.service_all_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service_single {
    width: 44%;
    margin: 0 0 40px;
}

.service_single img {
    width: 63px;
    margin: 0 0 18px;
}

.service_single h3 {
    font-size: 23px;
    font-weight: 700;
    color: #000;
}

.service_single p {
    font-size: 15px;
    margin: 0 0 15px;
    line-height: 25px;
}

.service_single a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #0B9D71;
    font-weight: 500;
    font-size: 15px;
}

.count_main_area{
    background-image: url('../images/counting_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    contain: '';
}

.count_main_area {
    padding: 150px 100px;
}

.count_main_area_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single_count {
    text-align: center;
    padding: 0 84px;
}

.single_count h3 {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin: 17px 0 16px;
}

.single_count h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.gal_head {
    text-align: center;
}

.gal_head h4 {
    font-size: 18px;
    color: #0B9D71;
    margin: 0 0 2px;
    font-weight: 700;
}

.gal_head h4 img {
    width: 27px;
}

.gal_head h2 {
    font-size: 35px;
    font-weight: 800;
    margin: 0 0 15px;
}

.gal_head p {
    font-size: 15px;
    width: 38%;
    margin: 0 auto;
}

.gallery_area_main {
    padding: 80px 0;
}

.main_gallery_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 87px 0 0;
    user-select: none;
}

  .main_gallery_block {
    display: flex;
    width: max-content;
    will-change: transform;
    transform: translate3d(0,0,0);
  }

  .single_gallery {
    width: 450px;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
  }

  .single_gallery img {
    width: 100%;
    display: block;
  }

.gal_hover {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.6s;
}

.single_gallery:hover .gal_hover{
    opacity: 1;
    visibility: visible;
    transition: ease-in-out 0.6s;
    cursor: pointer;
}

.gal_hover h3{
    color: #fff;
    font-size: 16px;
}

.gal_hover h4{
    color: #80C65F;
    font-size: 17px;
}

.viewapp_projct a {
    background: #0b9d71;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 200px;
    border-radius: 50px;
}

.viewapp_projct{
    display: flex;
    justify-content: center;
    padding: 40px 0 0;
}

.contact_section_area_main {
    background: #e9f5ff;
    padding: 80px 100px;
}

.cont_grp_frm input {
    width: 49%;
    height: 60px;
    background: transparent;
    border: 1px solid #BFD7EB;
    border-radius: 6px;
    padding: 0 22px;
    font-size: 14px;
	margin: 4px;
}

.cont_grp_frm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 22px;
}

.contact_form {
    width: 60%;
    margin: 56px auto 0;
}

.contact_form textarea {
    width: 100%;
    height: 190px;
    border: 1px solid #BFD7EB;
    padding: 15px 22px;
    margin: 0 0 29px;
    background: transparent;
    border-radius: 8px;
}

.sub_btn input {
    width: 237px;
    height: 60px;
    background: #0b9d71;
    border: 0;
    border-radius: 6px;
    color: #fff;
}

.sub_btn {
    text-align: center;
}

.footer_sing.foot_one ul li a svg {
    width: 20px;
}

.footer_sing.foot_one ul li a {
    background: #1C2D44;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
}

.footer_main_area_inner {
    background: #000;
    padding: 80px 100px 62px;
    margin: 8px 8px 0 8px;
    border-radius: 50px 50px 0 0;
    display: flex;
    justify-content: space-between;
}
.footer_sing.foot_one img {
    width: 116px;
    margin: 0 0 20px;
}

.footer_sing.foot_one p {
    color: #fff;
    font-size: 15px;
    width: 75%;
}

.footer_sing.foot_one ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 32px 0 0;
}

.footer_sing.foot_one ul li {
    margin: 0 8px 0 0;
}

.footer_sing.foot_rwo ul li svg {
    width: 20px;
    color: #0b9d71;
    margin: 0 9px 0 0;
}

.footer_sing ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 17px;
}

.footer_sing.foot_rwo ul li p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.footer_sing ul li a {
    color: #fff;
    font-size: 15px;
}

.footer_sing h3 {
    color: #0b9d71;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 30px;
}

.footer_sing h3 span {
    display: block;
    width: 42px;
    height: 1px;
    background: #0b9d71;
    margin: 14px 0 0;
}

.footer_sing.foot_three ul li a svg {
    width: 20px;
    color: #0b9d71;
}

.footer_sing.foot_three ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer_sing.foot_four ul li img {
    width: 100%;
    border-radius: 10px;
}

.footer_sing.foot_four ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.footer_sing.foot_four ul li {
    width: 100px;
    margin: 0 9px -7px 0;
}

.footer_sing.foot_four {
    width: 33%;
}

.footer_sing.foot_three {
    width: 33%;
}

.footer_sing.foot_rwo {
    width: 33%;
}

.footer_sing.foot_one {
    width: 33%;
}

.footer_sing.foot_rwo ul li:nth-child(1) svg {
    width: 28px;
}

.copyright {
    padding: 22px 100px 22px;
    background: #000;
    margin: 0 8px 8px 8px;
    border-radius: 0 0 50px 50px;
    border-top: 1px solid #212121;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright p {
    margin: 0;
}

.copyright p a {
    color: #0b9d71;
}

.copyright p {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}

.toggle_menu{
    display: none;
}

.clse_menu {
    display: none;
}

.nav_area ul li.active a {
    color: #0b9d71;
}

.nav_area ul li:hover a {
    color: #0b9d71;
    transition: ease-in-out 0.6s;
}

.service_left_area {
    width: 60%;
}

.service_sect_main_inner_page .service_left_area {
    width: 100%;
}

.service_all_area.service_all_area_inner_page .service_single {
    width: 31%;
    margin: 0 0 40px;
}

.service_all_area.service_all_area_inner_page {
    margin: 80px 0 0 0;
}

.service_sect_main.service_sect_main_inner_page {
    background: #fff;
}

.main_banner_area_inner.main_banner_area_inner_pages {
    height: 350px;
}

.banner_content.banner_content_inner {
    left: 14%;
    top: 50%;
}

.banner_content.banner_content_inner h1 {
    font-size: 50px;
}


/* Gallery Css  */


.main_gallery_inner_page{
    padding: 80px 100px;
}

/* ===== GALLERY GRID ===== */

.main_gallery_inner_page .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.main_gallery_inner_page .gallery img {
    width: 32%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s;
    margin: 0 0 35px;
}

.main_gallery_inner_page .gallery img:hover{
  transform:scale(1.06);
  box-shadow:0 15px 40px rgba(0,0,0,.6);
}


/* ===== LIGHTBOX ===== */

.main_gallery_inner_page .lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.95);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 999999;
}
.main_gallery_inner_page .lightbox.active{
    display:flex;
}

/* Main Image */

.main_gallery_inner_page .lightbox-main{
  position:relative;
  max-width:90%;
  max-height:70%;
  overflow:hidden;
}

.main_gallery_inner_page .lightbox-main img{
  max-width:100%;
  max-height:100%;
  border-radius:12px;
  animation:zoom .4s ease;
}

@keyframes zoom{
  from{transform:scale(.8);opacity:0}
  to{transform:scale(1);opacity:1}
}



/* Controls */

.main_gallery_inner_page .control{
  position:absolute;
  color:#fff;
  font-size:40px;
  cursor:pointer;
  user-select:none;
}
.close{
    top:20px;
    right:30px;
    font-size:45px;
}


/* ===== THUMBNAILS ===== */

.thumbs{
  display:flex;
  gap:10px;
  margin-top:25px;
  overflow-x:auto;
  padding-bottom:10px;
}

.thumbs img{
  width:90px;
  height:60px;
  object-fit:cover;
  cursor:pointer;
  opacity:.5;
  border-radius:6px;
  transition:.3s;
}
.thumbs img.active{
  opacity:1;
  outline:2px solid #fff;
}

/* ===== MOBILE ===== */

@media(max-width:768px){
  .prev{
    left:10px
}
  .next{
    right:10px
}

}

.contact_map iframe {
    width: 100%;
    height: 500px;
    margin: 48px 0 50px;
    border-radius: 50px;
    overflow: hidden;
}

.contact_map {
    padding: 0 100px;
    border-radius: 50px;
    overflow: hidden;
}

.service_details_page {
    padding: 80px 100px;
}

.service_details_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 40px;
}

.details_img {
    margin: 0 31px 0 0;
    width: 50%;
}

.details_content {
    width: 50%;
}

.details_content h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 12px;
}
.cont_grp_frm p span {
/*     margin: 0 16px 0 0; */
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-not-valid-tip {
    position: absolute;
    top: 47px;
    left: 0;
}
.service_details_inner_bottom {
    padding: 28px 0 0;
}
.service_details_inner_bottom h2 {
    font-size: 25px;
}
.service_details_inner_bottom h3 {
    font-size: 22px;
}
.service_details_inner_bottom p {
    font-size: 16px;
    line-height: 26px;
}
.service_details_inner_bottom ul li {
    list-style: disc;
    margin: 0 0 0 30px;
}

























/*================############### Responsive Css Start ###############=================*/





@media screen and (max-width: 1540px) {





}





@media screen and (max-width: 1440px) {

.contact_form {
    width: 67%;
}
.footer_sing.foot_four ul li {
    width: 89px;
}




}



@media screen and (max-width: 1366px) {

.footer_sing.foot_four ul li {

    width: 80px;

}
.single_count {
    padding: 0 60px;
}
.contact_form {
    width: 74%;
}
.about_section_area_main {
    padding: 80px 100px 50px 0;
}
.gal_head p {
    width: 57%;
}


}



@media screen and (max-width: 1280px) {

.single_count {

    padding: 0 55px;

}

.gal_head p {

    width: 52%;

}

.footer_sing.foot_four ul li {

    width: 77px;

}

.main_gallery_inner_page .gallery img {

    height: 270px;

}









}



@media screen and (max-width: 1180px) {

.contact_form {
    width: 89%;
}


.about_right_area h2 {

    font-size: 35px;

    margin: 0 0 8px;

}

.knife {

    top: 15px;

    right: 73px;

}

.about_option ul li {

    width: 43%;

}

.about_right_area p {

    font-size: 15px;

    margin: 0 0 14px;

}

.about_section_area_main {

    padding: 41px 100px 0 0;

}

.about_two_lft img {

    width: 50px;

    margin: 0 11px 0 0;

}

.about_right_area h4 {

    font-size: 14px;

}

.about_right_area p {

    font-size: 13px;

    margin: 0 0 14px;

}

.about_two_option {

    padding: 0 0 0;

}

.tob1 {

    width: 120px;

}

.about_option ul li {

    padding: 0 0 6px;

    font-size: 14px;

}

.about_two_right p {

    margin: 0;

}

.single_gallery{

    width: 400px;

}

.footer_sing.foot_four ul li {

    width: 71px;

}

.service_left_area h4 {

    font-size: 14px;

}

.service_left_area h2 {

    font-size: 35px;

}

.service_left_area p {

    font-size: 15px;

}

.service_single h3 {

    font-size: 21px;

}

.gal_head h4 {

    font-size: 14px;

}

.gal_head h2 {

    font-size: 35px;

    margin: 0 0 8px;

}













}



@media screen and (max-width: 1080px) {

.single_count {

    padding: 0 36px;

}
.contact_form {
    width: 100%;
}

.service_details_page {

    padding: 80px 50px;

}

.main_gallery_inner_page {

    padding: 80px 50px;

}


.footer_main_area_inner {

    padding: 80px 50px 62px;

}

.service_sect_main {

    padding: 80px 50px;

}

.main_header_area {

    padding: 19px 50px 0;

}

}



@media screen and (max-width: 1024px) {

.footer_sing h3 {

    font-size: 19px;

}
.main_banner_area_inner {
    height: 80vh;
}
.about_right_area h2 {
    font-size: 27px;
}
.knife {
    top: 1px;
    right: 13px;
}
.service_left_area h2 {
    font-size: 27px;
}
.service_left_area p {
    font-size: 14px;
    line-height: 23px;
}
.service_single h3 {
    font-size: 19px;
}
.contact_map iframe {
    height: 350px;
    border-radius: 30px;
}
.gal_head h2 {
    font-size: 27px;
}
.gal_head p {
    width: 62%;
}
.contact_map {
    padding: 0 50px;
}
.footer_sing.foot_rwo ul li p {

    font-size: 14px;

}

.contact_section_area_main {

    padding: 80px 50px;

}

.footer_sing ul li a {

    font-size: 14px;

}

.footer_sing.foot_rwo ul li:nth-child(1) svg {

    width: 35px;

}

.footer_sing.foot_four ul li {

    width: 65px;

}

.banner_content h3 {

    font-size: 40px;

}

.banner_content h1 {

    font-size: 70px;

}

.banner_content h4 {

    font-size: 21px;

}

.banner_button a {

    padding: 13px 31px;

    font-size: 15px;

}

.about_two_option {

    padding: 0 0 49px;

}

.about_left_area {

    top: 23px;

}


}



@media screen and (max-width: 990px) {

.hdr_grp {

    display: none;

}
.cont_grp_frm input {
    width: 48%;
}
.service_details_inner {

    flex-wrap: wrap;

}

.details_img {

    width: 100%;

}

.details_img {

    margin: 0 0 21px 0;

    width: 100%;

}

.details_content {

    width: 100%;

}

.contact_map {

    padding: 0 50px;

}

.contact_map iframe {

    height: 400px;

    margin: 32px 0 31px;

    border-radius: 30px;

}

.gal_head p {

    width: 71%;

}

.main_header_area {

    padding: 12px 16px 0;

    width: 100vw;

    right: inherit;

}

.toggle_menu {

    display: block;

    cursor: pointer;

    margin: 0 0 0 31px;

}

.toggle_menu span {

    background: #000;

    width: 25px;

    height: 1.5px;

    display: flex;

    border-radius: 50px;

}

.toggle_menu span:nth-child(2) {

    margin: 10px 0;

}

.nav_area {

    position: fixed;

    left: -100%;

    top: 0;

    background: #000;

    height: 100vh;

    z-index: 9999;

    padding: 30px 30px;

    width: 47vw;

    transition: ease-in-out 0.6s;

}

.nav_area ul li a {

    color: #fff;

    padding: 0 0 28px;

    font-size: 15px;

    display: block;

}

.nav_area ul {

    display: flex;

    justify-content: flex-start;

    align-items: flex-start;

    margin: 0;

    flex-direction: column;

}

.clse_menu svg {

    color: #fff;

    width: 25px;

}

.clse_menu {

    position: absolute;

    background: #0b9d71;

    width: 40px;

    height: 40px;

    border-radius: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

    cursor: pointer;

    right: 20px;

    top: 16px;

}

.main_header_area_inner {

    padding: 0 33px 0 30px;

    position: relative;

    height: 75px;

}

.button_quote {

    display: flex;

    justify-content: flex-end;

    align-items: center;

}

.main_banner_area_inner {

    height: 50vh;

}

.banner_content h3{

    font-size: 40px;

}

.banner_content h1 {

    font-size: 70px;

}

.banner_content h4 {

    font-size: 21px;

    margin: -17px 0 36px;

}

.banner_button a {

    padding: 14px 32px;

    font-size: 15px;

}

.banner_content {

    top: 37%;

}

.nav_area.nav_area2 {

    left: 0;

    width: 40vw;

}

.about_left_area {

    display: none;

}

.about_right_area {

    width: 100%;

    padding: 0 50px;

}

.tob1 {

    width: 140px;

}

.service_right_area {

    display: none;

}

.service_left_area {

    width: 100%;

}

.single_count {

    padding: 0 31px;

}

.count_main_area {

    padding: 100px 50px;

}

.single_count h3 {

    font-size: 22px;

}

.single_count h4 {

    font-size: 15px;

}

.single_gallery{

    width: 325px;

}

.contact_form {

    width: 100%;

}

.footer_sing.foot_rwo ul li:nth-child(1) svg {

    width: 44px;

}

.footer_sing.foot_one {

    width: 48%;

}

.footer_sing.foot_rwo {

    width: 48%;

}

.footer_sing.foot_three {

    width: 48%;

}

.footer_sing.foot_four {

    width: 48%;

}

.footer_main_area_inner {

    flex-wrap: wrap;

}

.footer_sing {

    margin: 0 0 28px;

}

.footer_sing.foot_rwo ul li:nth-child(1) svg {

    width: 24px;

}

.footer_main_area_inner {

    padding: 80px 50px 0;

}





















}





@media screen and (max-width: 820px) {





}



@media screen and (max-width: 768px) {





}



@media screen and (max-width: 640px) {

.logo_main a img {

    width: 50px;

}
.details_content h2 {
    font-size: 22px;
}
.service_details_inner_bottom h2 {
    font-size: 20px;
    color: #000;
}
.service_details_inner_bottom h3 {
    font-size: 20px;
    color: #000;
}
.sub_btn input {
    width: 100%;
}
.contact_form textarea {
    margin: 0 0 0;
}
.wpcf7-not-valid-tip {
    position: inherit;
    top: inherit;
    left: inherit;
    padding: 0 !important;
}
.service_all_area.service_all_area_inner_page .service_single {

    width: 100%;

}
.banner_content {
    top: 27%;
}
.cont_grp_frm input {
    width: 100%;
}
.cont_grp_frm p {
    margin: 0;
}
.cont_grp_frm p span {
    padding: 0 0 22px;
    display: block;
    margin: 0;
}
.cont_grp_frm {
    padding: 0 0 0;
}
.service_details_page {

    padding: 40px 15px;

}

.button_quote a {

    padding: 10px 16px;

    font-size: 13px;

}

.logo_main {

    width: auto;

}

.main_header_area_inner {

    padding: 0 20px 0 12px;

    height: 58px;

}

.main_gallery_inner_page {

    padding: 40px 15px;

}

.main_gallery_inner_page .gallery img {

    width: 48%;

    margin: 0 0 17px;

}

.logo_main img {

    position: inherit;

}

.nav_area.nav_area2 {

    left: 0;

    width: 100vw;

}

.banner_content h3 {

    font-size: 26px;

}

.banner_content h1 {

    font-size: 46px;

    margin: 17px 0 13px;

}

.banner_content h4 {

    font-size: 15px;

}

.slider_nav {

    bottom: 26px;

    right: 5px;

}

.about_section_area_main {

    padding: 41px 15px 0 0;

}

.about_right_area {

    padding: 0 15px;

}

.knife {

    top: 5px;

    right: 32px;

    width: 63px;

}

.about_right_area h2 {

    font-size: 25px;

    width: 100%;

}

.tob1 {

    display: none;

}

.about_left_area {

    display: block;

}



.about_section_area_inner {

    flex-wrap: wrap;

    flex-direction: column-reverse;

}

.about_left_area {

    width: 100%;

}

.about_two_option {

    padding: 0 0 16px;

}

.leaps {

    width: 82px !important;

    top: -28px;

}

.service_sect_main {

    padding: 40px 15px;

}

.service_left_area h2 {

    font-size: 25px;

}

.service_single {

    width: 100%;

    margin: 0 0 40px;

}

.count_main_area_inner {

    flex-wrap: wrap;

}

.single_count {

    width: 50%;

    padding: 0 0 31px;

}

.count_main_area {

    padding: 57px 15px;

}

.gal_head {

    padding: 0 15px;

}

.gal_head h2 {

    font-size: 25px;

}

.gal_head p {

    width: 100%;

    font-size: 14px;

}

.main_gallery_wrapper {

    padding: 44px 0 0;

}

.single_gallery{

    width: 250px;

}

.contact_section_area_main {

    padding: 40px 15px;

}

.footer_main_area_inner {

    padding: 55px 15px 0;

}

.footer_sing {

    margin: 0 0 28px;

    width: 100% !important;

}

.copyright {

    padding: 22px 15px 22px;

    flex-wrap: wrap;

    justify-content: center;

}

.copyright p {

    font-size: 13px;

    padding: 4px 0;

}

.about_option ul li {

    width: 100%;

}

.about_two_option_sing {

    padding: 0 30px 0 0;

}

.main_banner_area_inner.main_banner_area_inner_pages {

    height: 230px;

}

.banner_content.banner_content_inner h1 {

    font-size: 27px;

}

.contact_map {

    padding: 0 15px;

}

}


@media screen and (max-width: 430px) {

}

@media screen and (max-width: 414px) {
.main_gallery_inner_page .gallery img {
    height: 210px;
}
.details_img img {
    height: 300px;
    border-radius: 25px;
}



}



@media screen and (max-width: 375px) {
.banner_content h3 {
    font-size: 22px;
}
.footer_sing.foot_one p {
    width: 100%;
}
.banner_content h1 {
    font-size: 36px;
}
.banner_content h4 {
    font-size: 14px;
}
.banner_button a {
    padding: 11px 20px;
    font-size: 13px;
}
.banner_content {
    top: 32%;
}
.about_right_area h2 {
    font-size: 22px;
}
.service_left_area h2 {
    font-size: 22px;
}

.gal_head h2 {
    font-size: 22px;
}
.about_two_option_sing {
    padding: 0 13px 0 0;
}

.main_gallery_inner_page .gallery img {
    height: 190px;
}

}



@media screen and (max-width: 360px) {
.about_right_area h2 {
    font-size: 20px;
}
.service_left_area h2 {
    font-size: 20px;
}
.gal_head h2 {
    font-size: 20px;
}
.banner_button a {
    padding: 12px 22px;
    font-size: 13px;
}
.button_quote a {
    font-size: 12px;
}
.about_two_lft img {
    width: 45px;
    margin: 0 11px 0 0;
}

}