@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'inherit';
}

:root {
    --bg-light: #f2f7fa;
    --bg-color-white: #fff;
    --text: "Rubik", Sans-serif;
    --primary-font: Quicksand;
    --secondary-font: 'Poppins', sans-serif;
    --normal-font-weight: 400;
    --bold-font-weight: 700;
    --text-light: rgb(116, 115, 115);
    --text-black: black;
    --main-color: #12C4a0;
    --bg-features-1: #faf8ed;
    --bg-features-2: #f6f5f6;
    --bg-features-3: #f4f8f8;
    --bg-features-4: #fcfefd;
    --bg-features-5: #f5f8de;
    --bg-features-6: #fef1f8;
}

.header_wrapper {
    background-image: url('img/homebann.png');
    min-height: 750px;
    width: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header_wrapper ul li a {
    font-family: 'manrope', 'sans-serif';
    font-size: 17.2px;

    color: #232323;
    transition-property: color;
    transition-duration: 1s;
    transition-delay: .1;
}

.header_wrapper ul li .activ i {
    color: rgb(23, 79, 23);
    font-size: 21px;
}

.header_wrapper ul li .activ i:hover {
    color: aquamarine;
}

.header_wrapper ul li {
    margin-left: 10px;
}

.header_wrapper ul li a:hover {
    color: aquamarine;
}

.header_wrapper .top-phone {
    padding: 5px 20px;
    border: 1px solid black;
    margin-left: 80px;
    border-radius: 5px;
}

.header_wrapper .top-phone:hover {
    background-color: aliceblue;
}

.header_wrapper .banner_text {
    margin-top: 180px;
   
}
.header_wrapper .banner_text h1{
    font-size: 45px;
    font-weight: 800;
    font-family: var(--secondary-font);
    line-height: 1.5;
}
.header_wrapper .banner_text span{
    color: #12C4a0;
    font-size: 45px;
    font-weight: 800;
    font-family: var(--secondary-font);
}
.header_wrapper .banner_text h6{
    font-size: 20px;
    font-family: var(--secondary-font);
    color: var(--text-black);
    font-weight: 500;
}
.header_wrapper .banner_text p{
    font-size: 16px;
    font-family: var(--secondary-font);
}
.header_wrapper .banner_text a{
padding: 8px 20px;
font-size: 17px;
text-decoration: none;
background-color: var(--main-color);
color: white;
border-radius: 5px;
transition-property: background-color;
transition-duration: 1s;
transition-delay: .1;
}
.header_wrapper .banner_text a:hover{
    background-color: #c0f5e9;
}


/*----------------------------*/
.rphone {
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*---------------------home--about--wrapper-------------------*/
.homeabout_wrapper{
    padding: 80px 0px;
    background-image: url('img/bg.png');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.homeabout_wrapper img{
    height: 500px;
    width: 520px;
    border-radius: 5px;
}
.homeabout_wrapper .homeabout_item{
    margin: 0px 15px;
}
.homeabout_wrapper .homeabout_item h5{
    font-weight: 600;
    color: #12C4a0;
    font-family: var(--secondary-font);
    font-size: 21px;
}
.homeabout_wrapper .homeabout_item h2{
    font-size: 45px;
    font-weight: 800;
    font-family: var(--secondary-font);
    line-height: 1.5;
}
.homeabout_wrapper .homeabout_item h4{
    font-size: 22px;
    font-weight: 700;
    font-family: var(--secondary-font);
    color: var(--text-light);
}
.homeabout_wrapper .homeabout_item p{
    font-size: 19px;
    line-height: 1.5;
}
.homeabout_wrapper .homeabout_item a{
    font-size: 18px;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 5px;
    color: var(--text-black);
    border: 2px solid var(--main-color);
}
.homeabout_wrapper .homeabout_item a:hover{
    background-color: var(--main-color);
    color: var(--bg-color-white);
    border: 2px solid #fff;
}
/*---------------------------WHY CHOOSE US OUR CARPENTARY SERVICE-------------------*/
.whychoose_wrapper{
    padding: 10px 0px;
    background-color: var(--bg-light);
}
.whychoose_wrapper h2{
    font-size: 45px;
    font-weight: 800;
    font-family: var(--secondary-font);
    text-align: center;
}
.whychoose_wrapper .whychoose_item{
    background-color: var(--bg-features-1);
    padding: 20px 12px 12px 12px;
    border-radius: 6px;
}
.whychoose_wrapper #item-1:before{
    content: url(img/simple.png);
    position: absolute;
    display: block;
    margin-top: -50px;
}
.whychoose_wrapper #item-2:before{
    content: url(img/consultancy.png);
    position: absolute;
    display: block;
    margin-top: -50px;
}
.whychoose_wrapper #item-3:before{
    content: url(img/flexible.png);
    position: absolute;
    display: block;
    margin-top: -50px;
}
.whychoose_wrapper #item-4:before{
    content: url(img/solutions.png);
    position: absolute;
    display: block;
    margin-top: -50px;
}
.whychoose_wrapper #item-5:before{
    content: url(img/data.png);
    position: absolute;
    display: block;
    margin-top: -50px;
}
.whychoose_wrapper #item-6:before{
    content: url(img/deadline.png);
    position: absolute;
    display: block;
    margin-top: -50px;
}
.whychoose_wrapper .whychoose_item h3{
    font-size: 22px;
    font-family: var(--secondary-font);
    font-weight: 600;
}
.whychoose_wrapper .whychoose_item p{
    font-size: 15px;
    font-family: var(--secondary-font);
    
}
/*-------------------------------------------------*/
.homeabout_wrapper_1{
    background-image: url('img/homebanner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}
.homeabout_wrapper_1 .homeabout_item_1{
    background-color: rgba(0.1, 0.2, 0.1, 0.5);
    min-height: 300px;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 80px 0px;
}
.homeabout_wrapper_1 .homeabout_item_1 h2{
    font-size: 45px;
    font-weight: 800;
    font-family: var(--secondary-font);
    color: var(--bg-color-white);
}
.homeabout_wrapper_1 .homeabout_item_1 a{
    font-size: 20px;
    font-family: var(--secondary-font);
    color: var(--bg-color-white);
    text-decoration: none;
    line-height: 1.9;
    font-weight: 500;
}
/*---------------------services offer by carpenter dubai----------------*/
.homeabout_wrapper_2{
    background-color: var(--bg-light);
}
.homeabout_wrapper_2 h6{
font-size: 22px;
font-weight: 600;
font-family: var(--secondary-font);
}
.homeabout_wrapper_2 h2{
    font-size: 45px;
    font-weight: 800;
    font-family: var(--secondary-font);
}
.homeabout_wrapper_2 .homeabout_item_2{
   border: 1px solid var(--main-color);
   padding: 10px 10px 20px 10px;
   background-color: var(--bg-color-white);
   cursor: pointer;
   transition: transform .5s;
}
.homeabout_wrapper_2 p{
    font-size: 18px;
font-family: var(--secondary-font);
}
.homeabout_wrapper_2 .homeabout_item_2 p{
font-size: 18px;
font-family: var(--secondary-font);
}
.homeabout_wrapper_2 .homeabout_item_2 a{
    padding: 8px 20px;
    font-size: 17px;
    background-color: var(--main-color);
    margin: 20px 0px;
    text-decoration: none;
    color: var(--bg-color-white);
    border-radius: 5px;
}
.homeabout_wrapper_2 .homeabout_item_2:hover{
    transform: rotate(10deg);
}
/*--------------------------------*/
.homeabout_wrapper_3 .homeabout_item_3 h3{
    font-size: 30px;
    font-family: var(--secondary-font);
    font-weight: 700;
}
.homeabout_wrapper_3 .homeabout_item_3 p{
    font-size: 16px;
    font-family: var(--secondary-font);
}
.homeabout_wrapper_3 .servicesinner_wrapper{
    background-color: var(--bg-light);
    padding: 20px;
    border-radius: 10px;
}

.homeabout_wrapper_3 .servicesinner_wrapper ul li {
    font-size: 16px;
    font-family: var(--secondary-font);
    list-style-type: none;
    line-height: 2.5;
}
#services-2{
    background-color: var(--bg-light);
}
.homeabout_wrapper_3 .carousel .carousel-inner{
    min-height: 280px;
    justify-content: center;
    align-items: center;
}
.homeabout_wrapper_3 .carousel .carousel-inner img{
    border-radius: 5px;
    border: 2px solid var(--main-color);
    padding: 10px;
}
/*------home_wrapper_4------------------*/
.home_wrapper_4{
    padding: 20px 0px;
}
.home_wrapper_4 h2{
    font-size: 35px;
    font-weight: 800;
    font-family: var(--secondary-font);
    color: black;
    text-align: center;
}
.home_wrapper_4 .home_wrapper_4_item{
    border: 2px solid var(--main-color);
    padding: 20px;
    border-radius: 10px;
}
.home_wrapper_4 .home_wrapper_4_item h4{
font-size: 25px;
font-weight: 700;
font-family: var(--secondary-font);
}
.home_wrapper_4 .home_wrapper_4_item h4 span{
    font-size: 28px;
font-weight: 700;
font-family: var(--secondary-font);
color: var(--main-color);
border-radius: 50px;
}
.home_wrapper_4 .direction i{
    font-size: 25px;
    color: white;
    font-weight: 800;
    padding: 10px;
    background-color: var(--main-color);
    border-radius: 50px;
    margin-bottom: 20px;
}
.home_wrapper_4 .home_wrapper_4_item p{
    font-size: 16px;
    font-family: var(--secondary-font);
}
#carpentry_work{
    background-color: var(--bg-light);
}
/*---------------faqs-----------------*/
.faq_home_wrapper h2{
    font-size: 30px;
    font-weight: 800;
    color: var(--text-black);
    font-family: var(--secondary-font);
  padding-bottom: 10px;
}
.faq_home_wrapper h5{
    font-size: 18px;
    font-weight: 600;
    font-family: var(--secondary-font);
    color: var(--main-color);
}
.faq_home_wrapper h5 i{
    font-size: 24px;
    font-weight: 800;
    padding: 0px 0px 0px 5px;

}
 .faq_home_wrapper p b{
    font-size: 17px;
    font-family: var(--secondary-font);
    font-weight: 800;
}
.faq_home_wrapper p{
    font-size: 15px;
    color: var(--text-black);
    font-family: var(--secondary-font);
} 
.faq_home_wrapper .accordion-item{
    padding: 8px 0px;
}
/*----------------------happy clients wrapper--------------------------*/
.happyclients_wrapper{
 min-height: 150px;
    background-color: var(--bg-light);
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
}
.happyclients_wrapper h2{
font-size: 40px;
font-weight: 800;
font-family: var(--secondary-font);
color: var(--main-color);
}
.happyclients_wrapper h5{
    font-size: 18px;
    font-weight: 700;
    font-family: var(--secondary-font);
}
/*-----------------footer wrapper----------------*/
.footer_wrapper{
    background-color: var(--bg-light);
    padding: 30px 10px;
}
.footer_wrapper .footer_inner img{
    height: 100px;
    width: auto;
}
.footer_wrapper .footer_inner p{
    font-size: 15px;
    font-family: var(--secondary-font);
    color: black;
}
.footer_wrapper .footer_inner h3{
    font-size: 20px;
    font-weight: 600;
    color: black;
    font-family: var(--secondary-font);
}
.footer_wrapper .footer_inner ul li{
    list-style-type: none;
    line-height: 2.2;
}
.footer_wrapper .footer_inner ul li a{
    text-decoration: none;
    font-size: 16px;
    font-family: var(--secondary-font);
    color: black;
    padding: 5px;
    border-radius: 5px;
}
.footer_wrapper .footer_inner ul li a:hover{
    color: var(--main-color);
}
.footer_social_icon a{
    margin-left: 22px;
    border-radius: 50px;
    padding: 5px;
    position: relative;
}
.footer_social_icon i{
    font-size: 20px;
}
.footer_social_icon .fa-youtube{
    color: red;
}
.footer_social_icon .fa-instagram{
    color: #cd486b;
}
.footer_social_icon .fa-twitter{
    color: #1DA1F2;
}
.footer_social_icon .fa-linkedin{
    color: 	#0077B5;
}
/*----------------------------------*/
.quete_section {
    background-color: var(--bg-light);
    margin: 20px 0px;
    padding: 30px 0px;
}
.quete_section h3{
    font-size: 24px;
    font-weight: 700;font-family: var(--secondary-font);
}

.quete_section a{
    text-decoration: none;
    font-size: 16px;
    color: black;
    padding: 10px 15px;
    line-height: 2.0;
}

.quate_social_icon{
    margin: 12px 0px;
} 
.quate_social_icon a{
    margin:10px;
    border-radius: 50px;
    padding: 5px;
    position: relative;
}
.quate_social_icon i{
    font-size: 20px;
}
.quate_social_icon .fa-youtube{
    color: red;
}
.quate_social_icon .fa-instagram{
    color: #cd486b;
}
.quate_social_icon .fa-twitter{
    color: #1DA1F2;
}
.quate_social_icon .fa-linkedin{
    color: 	#0077B5;
}
.quete_section .quate_form h3{
    font-size: 20px;
    font-weight: 700;
    font-family: var(--secondary-font);
}
.quate_form h4{
    font-size: 17px;
    font-weight: 600;
    font-family: var(--secondary-font);
    color: var(--main-color);
    cursor: pointer;
}
.quate_form .btn{
    padding: 2px 10px;
    background-color: var(--main-color);
    border-radius: 5px;
    color: white;
}
/*------------------about header wrapper-------------*/
#aboutheader{
    background-image: url('img/homebanner.png');
    min-height: 550px;
    width: auto;
    
}
#aboutheader #aboutcontainer{
    background-color: rgba(0.1, 0.2, 0.1, 0.3);
    min-height: 550px;
    width: auto;
  
   
}
#aboutheader .headertitle{
  display: flex;
  
    justify-content: center;
    min-height: 550px;
    width: 100%;
    align-items: center;
   
    
}
#aboutheader .headertitle h1{
    font-size: 45px;
    font-weight: 800;
    font-family: var(--secondary-font);
    text-align: center;
    color: #fff;
}
.aboutus_wrapper{
    padding: 50px 5px 50px 5px;
}
.aboutus_wrapper span{
    font-size: 18px;
    word-spacing: 1px;
    letter-spacing: 2px;
    font-family: var(--secondary-font);
    line-height: 1.5;
    
}
.aboutus_wrapper h2{
    font-size: 35px;
    
    font-weight: 800;
    font-family: var(--secondary-font);
    color: var(--text-black);
    line-height: 1.5;
}
.fa-minus{
    color: var(--main-color);
}
/* .aboutus_wrapper .titleline{
    position: absolute;
    bottom: 10px;
    left: -5px;
}
.aboutus_wrapper .titleline::before{

  position: absolute;
  bottom: -90px;
  left: 120px;
    height: 3px;
    width: 80px;
    content: "";
    background-color: var(--main-color);
    border-radius: 10px;
}
.aboutus_wrapper .titleline::after{

    position: absolute;
    bottom: -90px;
    left: 206px;
      height: 3px;
      width: 30px;
      content: "";
      background-color: var(--main-color);
      border-radius: 10px;
  } */
.aboutus_wrapper h3{
    padding-top: 18px;
    color: var(--main-color);
    font-size: 20px;
    font-family: var(--secondary-font);
    font-weight: 600;
}
  .aboutus_wrapper p{
    font-size: 16px;
    font-family: var(--secondary-font);
  }
  .aboutus_wrapper ul li{
    list-style-type: none;
    font-size: 15px;
    font-family: var(--secondary-font);
  }
  .aboutus_wrapper ul li i{
    color: var(--main-color);
  }
  .aboutus_wrapper .extraaboutpara{
    margin-top: 50px;
    padding: 20px;
    border-radius: 10px;
    background-color: var(--bg-light);
    border-left: 2px solid var(--main-color);
  }
  .aboutus_wrapper .img_first{
    position: relative;
    display: block;
    border-top-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
    justify-content: end;
    text-align: end;
  }
  .aboutus_wrapper .img_first img{
  
    border-top-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  .aboutus_wrapper .img_second{
    position: absolute;
    top: 700px;
    left: 600px;
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
  }
  .aboutus_wrapper .img_second img{
    width: auto;
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
  }
  .aboutus_wrapper .img_1{
    position: relative;
    display: block;
    border-top-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
    justify-content: end;
    text-align: end;
  }
  .aboutus_wrapper .img_1 img{
  
    border-top-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
  .aboutus_wrapper .img_2{
    position: absolute;
    top: 900px;
    left: 600px;
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
  }
  .aboutus_wrapper .img_2 img{
    width: auto;
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
  }
/*------------------door repair services----------------------------*/
.header_wrapper .header_text{
    min-height: 750px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.header_text h1{
    font-size: 45px;
    font-family: var(--secondary-font);
    font-weight: 700;
}
.aboutus_wrapper .services_para{
    margin-top: 120px;
    background-color: var(--bg-light);
    padding: 10px;
    border-radius: 8px;
    border-left: 2px solid var(--main-color);
}
/*-------------------services para wrapper------------------*/
#backgroundcolor{
    background-color: var(--bglight);
    padding: 40px;
}
.services_para_wrapper h2{
    font-size: 28px;
    font-family: var(--secondary-font);
    font-weight: 700;
    line-height: 1.5;
}
.services_para_wrapper h3{
    font-size: 20px;
    font-family: var(--secondary-font);
    font-weight: 600;
}
.services_para_wrapper p{
    font-size: 16px;
    font-family: var(--secondary-font);
    color: var(--text-light);
}
.services_para_wrapper .forleftsideborder{
    border-left: 2px solid var(--main-color);
    border-radius: 8px;
    padding-left: 10px;
}
.services_para_wrapper .forleftsideborder ul li{
    list-style-type: disc;
    font-size: 15px;
    font-family: var(--secondary-font);
    color: var(--text-light);

}
.services_para_wrapper_2{
    background-color: var(--bg-light);
    margin-top: 80px;
    padding: 40px 0px;
}
.services_para_wrapper_2 h2{
    font-size: 30px;
    font-weight: 700;
    font-family: var(--secondary-font);
    padding: 5px 10px;
    background-color: white;
    border-radius: 8px;
    text-align: center;
    border-left: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    margin-bottom: 15px;
}
.services_para_wrapper_2 p{
font-size: 15px;
font-family: var(--secondary-font);
color: var(--text-light);
}


/*----------------faq wrapper----------------*/
.faq_wrapper{
    padding: 20px 0px;
}
.faq_wrapper h3{
font-weight: 700;
font-family: var(--secondary-font);
padding-bottom: 10px;
}
.faq_wrapper h4{
    font-size: 18px;
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--main-color);
}
.faq_wrapper b{
    font-size: 16px;
    color: var(--main-color);
    font-family: var(--secondary-font);
}
.faq_wrapper p{
    font-size: 15px;
    font-family: var(--secondary-font);
    color: var(--text-light);
}
.headinghighlight{
    padding: 3px 0px 3px 20px;
    background-color: var(--bg-light);
  
    border-left: 2px solid var(--main-color);
}
.services_para_wrapper ul li b{
    font-size: 16px;
    font-family: var(--secondary-font);
    color: black;
}
/*--------------contact us page----------------------*/
.contactus_wrapper{
    padding: 40px 0px;
}
.contactus_wrapper h2{
    font-size: 45px;
    font-weight: 800;
    font-family: var(--secondary-font);
}
.contactus_wrapper .contact_item{
    margin: 25px 0px;
}
.contactus_wrapper .contact_item i{
    font-size: 22px;
    color: var(--main-color);
    padding: 0px 8px 0px 0px;
}
.contactus_wrapper .contact_item span{
    font-size: 16px;
    font-family: var(--secondary-font);
}
.contactus_wrapper .contact_item .fa-facebook{
    color: #1877F2;
}
.contactus_wrapper .contact_item .fa-youtube{
    color: red;
}
.contactus_wrapper .contact_item .fa-instagram{
    color: #cd486b;
}
.contactus_wrapper .contact_item .fa-twitter{
    color: #1DA1F2;
}
.contactus_wrapper .contact_item .fa-linkedin{
    color: 	#0077B5;
}

.contactus_wrapper .contact_form label{
    font-size: 15px;
    font-family: var(--secondary-font);
}
.contactus_wrapper .contact_form .form-control{
    font-size: 15px;
    font-family: var(--secondary-font);
}
.contactus_wrapper .contact_form .btn{
    background-color: var(--main-color);
    font-size: 15px;
    font-family: var(--secondary-font);
    color: white;
}
/*--------map wrapper------------*/
.map_wrapper iframe{
    height: 350px;
    width: 100%;
    border: 2px solid var(--main-color);
    border-radius: 10px;
}
/*-----------------------blog wrapper----------------------*/
.blog_wrapper{
    padding: 50px 0px;
}
.blog_wrapper .heading{
font-size: 30px;
font-family: var(--secondary-font);
padding: 4px 10px;
font-weight: 800;
background-color: var(--bg-light);
border-left: 4px solid var(--main-color);
}
.blog_wrapper a{
   text-decoration: none;
  font-size: 16px;
  font-family: var(--secondary-font);
}
.blog_wrapper .link{
    color: var(--main-color);
}
.blog_wrapper img{
    transition: transform .2s;
}
.blog_wrapper .blog_title{
    font-size: 22px;
    font-weight: 700;
    font-family: var(--secondary-font);
    color: black;
}
.blog_wrapper .col-md-6 .row{
    border-radius: 8px;
    padding: 10px 0px 0px 10px;
}
.blog_wrapper p{
    font-size: 16px;
    font-family: var(--secondary-font);
}
.blog_wrapper .col-md-6 .row:hover{
    box-shadow: 0px 0px 2px 0px var(--main-color);
}
.blog_wrapper .col-md-6 .row:hover .blog_title{
color: var(--main-color);
}
.blog_wrapper .col-md-6 .row:hover img{
    transform: scale(0.9);

}
/*--------blog--content--wrapper--------------*/
.blog_content_wrapper{
    padding: 40px 0px;
}
.blog_content_wrapper .blog_content_inner .blog_content_title{
    font-size: 30px;
    font-family: var(--secondary-font);
    font-weight: 800;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
    color: var(--main-color);
}
.blog_content_wrapper .blog_content_inner .blog_content_title::after{
    content: '';
    width: 100%;
    position: absolute;
    height: 3px;
    background-color: var(--main-color);
    bottom: 0px;
    left: 0;
}
.blog_content_wrapper .blog_content_inner p{
    font-size: 16px;
    font-family: var(--secondary-font);
    padding: 0px 0px 0px 0px;
    line-height: 1.8;
}
.blog_content_wrapper .blog_content_inner h2{
    font-size: 24px;
    font-family: var(--secondary-font);
    font-weight: 600;
}
.blog_content_wrapper .blog_content_inner h3{
    font-size: 20px;
    font-weight: 600;
    font-family: var(--secondary-font);
}
.blog_content_wrapper .blog_content_inner h4{
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: 600;
}
.blog_content_wrapper .blog_content_inner ul li{
    font-size: 16px;
    font-family: var(--secondary-font);
    line-height: 1.8;
}
/*---------sidebar latest blog-------------*/
.sidebar_latest_blog{
    justify-content: center;
}
.sidebar_latest_blog h2{
    font-size: 30px;
    font-family: var(--secondary-font);
    font-weight: 800;
    padding: 4px;
    background-color: var(--bg-light);
    border-left: 4px solid var(--main-color);
}
.sidebar_item{
    margin-top: 10px;
    border: 1px solid var(--main-color);
    padding: 8px;
    cursor: pointer;
}
.sidebar_item .sidebar_title{
    font-size: 20px;
    font-family: var(--secondary-font);
    text-decoration: none;
    color: black;
    font-weight: 600;
}
 .sidebar_item .sidebar_title:hover{
    color: var(--main-color);
}

/*------------mobile api--------------*/
.phoneApi{
    position: fixed;
    right: 10px;
    bottom: 100px;
}
.phoneApi a img{
    border-radius: 50px;
    height: 40px;
}
/*---------------whatsapp api-----------*/
.whatsapp_api{
    position: absolute;
    right: 10px;
    bottom: 55px;
}
.whatsapp_api a img{
    border-radius: 50px;
    bottom: 55px;
    right: 10px;
    height: 40px;
    border: 2px solid var(--main-color);
    padding: 2px;
    position: fixed;
}
/*--------------scroll to-top-----------*/
.scroll-to-top{
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.scroll-to-top a img{
    border-radius: 50px;
    height: 40px;
}




















/*----------------------------*/
@media (max-width: 500px) {
    .header_wrapper .top-phone {
        margin-right: 60px;
    }

    .header_wrapper .banner_text {
        margin-top: 120px;
    }

    .navwrap {
        margin-bottom: 10px;
    }
    .header_wrapper .banner_text h1{
        font-size: 30px;
    }
    .header_wrapper .banner_text h1 span{
        font-size: 30px;
    }
    .homeabout_wrapper .homeabout_item h2{
        font-size: 30px;
    }
    .homeabout_wrapper .homeabout_item h4{
        font-size:18px;
    }
    .whychoose_wrapper h2{
        font-size: 30px;
    }
    .aboutus_wrapper .titleline::before{

        position: absolute;
        bottom: 350px;
        left: 20px;
          height: 3px;
          width: 80px;
          content: "";
          background-color: var(--main-color);
          border-radius: 10px;
      }
      .aboutus_wrapper .titleline::after{
      
          position: absolute;
          bottom: 350px;
          left: 110px;
            height: 3px;
            width: 30px;
            content: "";
            background-color: var(--main-color);
            border-radius: 10px;
        }
}
@media (max-width: 380px){
    .header_wrapper .banner_text a{
        display: flex;
        margin: 10px 0px;
    }
    .aboutus_wrapper .titleline::before{
        display: none;
    }
    .aboutus_wrapper .titleline::after{
        display: none;
    }
}

@media (max-width: 767px){
    .home_wrapper_4 .direction i{
        display: none;
    }
}
@media (max-width:435px){
    .aboutus_wrapper .titleline::before{

        position: absolute;
        bottom: 300px;
        left: 20px;
          height: 3px;
          width: 80px;
          content: "";
          background-color: var(--main-color);
          border-radius: 10px;
      }
      .aboutus_wrapper .titleline::after{
      
          position: absolute;
          bottom: 300px;
          left: 110px;
            height: 3px;
            width: 30px;
            content: "";
            background-color: var(--main-color);
            border-radius: 10px;
        }
}
