
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



*{

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    list-style: none;

    text-decoration: none;



}

body {

    color: #000!important;

    background-color: #fff!important;

    font-family: "Open Sans", sans-serif;

    font-size: 14px!important;

    line-height: 20px!important;
    /* overflow-x: hidden; */

}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Exo 2", sans-serif;
}
p{
    font-size: 16px;
    font-weight: 500;
    color: #525252;
    letter-spacing: .5px;
    line-height: 24px
}
/* .nav-item{

  

        padding: 10px 15px;

    

} */

.navbar {

   
    width: 100%;

    background-color: #fff !important;

    padding: 10px 0px;
    transition: all .9s ease-in-out;


}


.scrolled {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1000;
   
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}


.navbar-nav li {

    list-style: none;

    display: inline-block;

    padding: 0 .9em 0 0;

    font-size: 15px;

    position: relative;

    margin: 0 !important;

    transition: border .25s;

}



.navbar-nav li a {
    color: #000;
    font-weight: 500;
    padding: 10px 15px !important;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-size: 18px;
    font-family: "Exo 2", sans-serif;
    letter-spacing: 1px;
}

.navbar-nav li a:hover {
   
    color: #daa526 !important;
}


.navbar-nav li a.active {

    color: #daa526 !important;



}





.navbar-brand .logo{
    width: 215px;
}





.submit_btn {
    color: #ffffff;
    text-align: center;
    background-color: #daa526;
    border-radius: 6px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
transition:  all .4s ease-in-out;
    padding: 16px 30px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #daa526;
}


.submit_btn:hover {

    color: #daa526;

    background-color: transparent;
    /* border-radius: 25px!important; */
    border: 1px solid #daa526;

}
.btn-secondry{

    color: #fff!important;

    text-align: center!important;

    background-color: #daa526!important;

    border-radius: 8px!important;

    /* width: 100%!important; */

    margin-top: 24px!important;

    padding-top: 10px!important;

    padding-bottom: 10px!important;

    font-size: 17px!important;

    font-weight: 500!important;

    transition: all .2s!important;

    border: none;
    padding: 10px 25px;

}
.btn-secondry:hover {

    color: #daa526!important;

    background-color: transparent!important;
    border-radius: 25px!important;
    border: 1px solid #daa526;

}












.heading-section h2{

    font-family: Seriouslynostalgicfn Xcn, Arial, sans-serif;

    font-size: 60px;

    font-weight: 400;

    line-height: 100%;

}

.heading-section p{

    color: #99948f;

    max-width: 530px;

    margin: 0 auto;

    font-size: 20px;

    line-height: 120%;

    margin-bottom: 32px;



}


.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    color: white;
    overflow: hidden;
    /* padding-top: 100px; */
   

  }

  
  /*.hero-section::before {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*  left: 0;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  background-size: cover;*/
  /*  background-position: center;*/
  /*  animation: backgroundSlider 30s infinite;*/
  /*  z-index: -1;*/
  /*  transform: scale(1);*/
  /*  animation-timing-function: ease-in-out;*/
  /*  background-blend-mode: overlay;*/
  /*background-color: rgba(0, 0, 0, 0.5);*/
  /*}*/
  
  
  
.content {
    position: relative;
    z-index: 1;
}

.heading-section {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.content h2 {
    font-size: 74px;
    font-weight: 600;
    max-width: 80%;
}
.content span{
    color: #daa526;
}
.content p {
    font-weight: 500;
    font-size: 16px;
    color: #f2f2f2;
    line-height: 28px;
    margin: 20px auto;
}

/* about css  */
.abt-section{
    padding: 100px 0;
    background: #f2f2f2;
}
.abot_img {
    position: relative;
    top: -50px;
}
.abot_img2 {
    position: relative;

}
.abot_img:after,
.abot_img2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    z-index: 9;
    pointer-events: none;
    transition: all 0.6s linear; 
}

.abot_img:hover:after,
.abot_img2:hover:after {
    height: 100%;
    opacity: 0;
}

.abot_img img{
    width: 100%;
    height: 400px;
    object-fit: cover;

  
}


.abot_img2 img{
    width: 100%;
    height: 400px;
    object-fit: cover;

  
}
.abt_content h2{
    font-size: 50px;
    margin: 20px 0;
}

.abt_content {
    padding: 0 40px;    
}
.banner-section {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    overflow: hidden;
    /*background: linear-gradient(rgb(0 0 0 / 81%), rgb(0 0 0 / 32%)), url('../images/banner.jpg') no-repeat fixed center / cover;*/
}

  .banner_heading {
    font-size: 60px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.breadcrumb-item a {
    color: #fff;
    font-size: 16px ;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}
.breadcrumb-item.active {
    color: #daa526;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
   
    color: #fff !important;
    
}
.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* counter css */
.counter_section{
  
    padding: 100px 0;
    background: #f2f2f2;
    background-position: center;
    /*background-image: linear-gradient(rgba(12, 21, 22, 0.8), rgba(12, 21, 22, 0.8)), url('../images/img.jpg');*/
    background-attachment:fixed ;

}
.counter_box {
   text-align: center;
}
.counter_box i{
    font-size: 35px;
    color: #fff;
    margin-bottom: 15px;


}
.counter_box h2{
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}
.counter_box p{
    color: #fff;
    font-weight: 500;
    font-size: 18px;

}
/* faq css */


.faq-section{

   padding: 100px 0px;
   background-color: #f2f2f2;

  }

  

   .faq-section .accordion-item {

    background: #FFF;

    border: 0;

    border-radius: 10px;

    box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);

    margin: 0 0 15px;

    padding: 18px;

  }

  

  .faq-section .accordion-item  h2.accordion-header {

    position: relative;

    color: #012047;

    margin: 0;

    padding: 0;

    border: 0;

  }

  

  .faq-section .accordion-item .accordion-button  {

    font-size: 18px;

    font-weight: 600;

    color: #000;

    background: transparent;

    margin: 0;

  

    border: 0;

    border-radius: 0;

    box-shadow: none;

    position: relative;


    cursor: pointer;

    padding: 4px 15px;

  }

  .faq-section .accordion-item .accordion-body {

    margin-top: 15px;

    padding: 15px 15px 0;

    border-top: 1px solid #E5E7EB;

  }

  

  .faq-section .accordion-item .accordion-body p {

    color: #525252;

    padding: 4px 0px;


  }

  .faq-section .faq-img {
    width: 100%;
    height: 550px;
    padding: 30px 40px;
}

  .faq-section .faq-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;
    border-radius: 5px;

  }

/* service  css start */
.serv-section{
    padding: 100px 0;
    background-size: cover;
    background-position: center; 
    /*background-image: linear-gradient(rgba(12, 21, 22, 0.6), rgba(12, 21, 22, 0.6)), url('https://everly-html.zaderonstudio.com/img/services-1.jpg');*/
    background-attachment:fixed ;
}
.service-heading{
    font-size: 50px;
    margin: 0px 0 30px;
    color: #fff;
}
.service_box{
   background-color: #edece3;
   padding: 30px 30px;
   border-radius: 4px;
   transition: all .4s ease-in-out;
   margin-bottom: 30px;
   height: 300px;
   
}
.service_box:hover{
    background-color: #f5f5f5;
    transform: translateY(-10px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.service_box i {
    font-size: 50px;
    color: #daa526;
    margin: 15px 0 30px;
}
.service_box h4{
    font-size: 25px;
    margin: 0px 0px 10px;
}
.service_detail{
    padding: 100px 0px;
    background-color: #f2f2f2;
   
}
.service_detail_img {
    overflow: hidden;
}
.service_detail_img img{
width: 100%;
height: 350px;
border-radius: 5px;
object-fit: cover;
/* margin-bottom: 20px; */
transition: all .5s ease-in-out;
}
.service_detail_img:hover img {
    transform: scale(1.05);

}


.service_title {
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0px;
    color: #212121;
}
.service_detail_box{
    
    padding: 25px 25px;
    border-radius: 10px;
    background-color: #fff;
   
}
.service_list {
    padding-left: 0px;
    display: inline-block;
    gap: 11px;
    margin-right: 25px;
}
.service_list li{
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.service_list li i{
    margin-right: 10px;
    font-size: 16px;
    color: #daa526;
}
.service_list li span{
    color: #525252;
    font-weight: 500;
    font-size: 16px;
}
.service_heading{
    font-size: 25px;
    margin: 0px 0 20px;
    color: #0e0d0d;
    font-weight: 500;
}
.service_desc{
    font-size: 16px;
    color: #f2f2f2;
    margin-bottom: 40px;
}
.service_leftsidebar{
    padding: 30px 40px;
    border-radius: 10px;
    background: #fff;
}
.widget-title{
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
}
.services-list-widget li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.services-list-widget li a {
    display: block;
    padding: 15px 0;
    font-weight: 600;
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: all .4s ease-in-out;
    padding-right: 10px;
}
.services-list-widget li a::before {
    position: absolute;
    right: 0;
    top: 16px;
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}
.services-list-widget a:hover::before{
    opacity: 1;
}
.services-list-widget a:hover{
    color: #daa526 ;
}
.services-list-widget {
    padding-left: 0;
}

.service_description{
    font-size: 16px;
    color: #525252;
    margin-bottom: 20px;
   
}
.single-widget {
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 40px 37px;
    background-position: center center;
    overflow: hidden;
    border-radius: 10px;
    background-image: url('../images/img3.png');
    background-color: #000;
    margin-top: 50px;
}
.single-widget h3{
    font-size: 25px;
    margin: 0px 0 20px;
    color: #fff;
    font-weight: 700;
}
.single-widget p{
    font-size: 15px;
    color: #d1d1d7;
 
}

.single-widget h2 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 25px;
    color: #fff;
    font-size: 25px;
}
.single-widget .information {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: blink;
    transition: all 0.5s ease-in-out;
}
.single-widget .information:hover{
    text-decoration: underline;
    color: #daa526;
}
/* key feature css */
.key_features{
    padding: 100px 0;

}
.feature_list{
    padding-left: 0px;
    display: inline-block;
    gap: 11px;
    margin-right: 25px;
    margin-top: 10px;
}
.feature_list li{
    margin-bottom: 10px;
}
.feature_list li i{
    margin-right: 10px;
    font-size: 16px;
    color: #daa526;
}

.feature_list li span {
    color: #525252;
    font-weight: 500;
    font-size: 16px;
}
.feature_img {
max-width: 470px;
height: 400px;
}
.feature_img img{
width: 100%;
height:100%;
object-fit: cover;
}
.feature_img2
{
    width: 300px;
    height: 300px;
    border-radius: 10px;
    position: absolute;
    top: 141px;
    left: 46%;
    animation: top-image-bounce 3s infinite ease-in-out;
}

@keyframes top-image-bounce{
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
.feature_img2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* testimonial  css */
.section_heading
{
    font-size: 50px;
    margin: 0px 0 50px;
    
}
.testimonial-section {
    padding: 100px 0;
    background-color: #f2f2f2;
    overflow: hidden;

}
.text-muted{
    color: #daa526 !important;
}


.testimonial {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin: 15px 0px;
}

.testimonial:hover,
.owl-item.center .testimonial {
    transform: translateY(-20px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    padding-top: 30px;
}

.testimonial img {
    width: 80px !important;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0px auto 20px;
    transition: scale 0.5s ease, box-shadow 0.5s ease;
}

.owl-item.center .testimonial img {
    scale: 1.2;
    box-shadow: 2px 6px 10px 2px rgba(0, 0, 0, 0.15);
    border: 2px solid #fff;
}

.testimonial h5 {
    margin-top: 10px;
    font-weight: 600;
}

.testimonial p {
    font-style: italic;
    color: #6c757d;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #daa526 !important;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #007bff !important;
    color: white !important;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 20px;
    z-index: 1000;
    display: block !important;
    transition: background-color 0.3s ease;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: #0056b3 !important;
}

.owl-nav button.owl-prev {
    left: -25px;
}

.owl-nav button.owl-next {
    right: -25px;
}

.owl-dots {
    margin-top: 20px;
    text-align: center;
    display: block !important;
}

.owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #007bff;
    display: inline-block;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.owl-dot.active span,
.owl-dot:hover span {
    background: #0056b3;
}
.owl-dot.active{
    color: #daa526!important;
}
.owl-carousel .owl-stage-outer {
    
    overflow: visible !important;
   
}

.owl-item.center .testimonial {
   
    background: #daa526;
}
.owl-item.center .testimonial h5{
    color: #fff !important;
}
.owl-item.center .testimonial p,
.owl-item.center .testimonial span{
    color: #fff !important;
}
/* blog css  */
.blog-section{
    padding: 100px 0;

}
.blog_box{
    background-color: #f2f2f2;
    padding: 20px 20px;
    border-radius: 4px;
    transition: all .4s ease-in-out;
    margin-bottom: 30px;
    height: 570px;
}
.blog_img {
    overflow: hidden !important;
    
}
.blog_img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    position: relative;
    transition: all .4s ease-in-out;
}
.blog_img img:hover{
    transform: scale(1.05);
}
/* .blog_box img::after{
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.blog_box:hover img::after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
} */

.blog_info{
    display: flex ;
    padding-left: 0;
    margin-top: 20px;
}
.blog_info li{
    font-size: 14px;
    margin-right: 10px;
    font-weight: 500;
}
.blog_info i{
    color:#daa526 ;
    margin-right: 4px;
}
.blog_info li a{
    color: #000;
    text-decoration: none;
}

.blog_title a {
    font-size: 25px;
    margin-bottom: 10px;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    transition:  all .4s ease-in-out;
}
.blog_title a:hover{
    color:#daa526;
}
.read_more_btn{
  
        color: #222;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        transition:  all .4s ease-in-out;
  
}
.read_more_btn:hover{
    color:#daa526;
}
.blog_detail_box {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    background: #fff;
    padding: 25px 25px;
    border-radius: 8px;
    transition: all .5s ease-in-out;
}

.blog_detail_img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.blog_detail_img img {
   
    transition: all .5s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.blog_detail_img:hover img {
  transform: scale(1.1);
}
.blog_heading {
    font-size: 35px;
    font-weight: 600;
    padding: 18px 0 0px;
    color: #212121;
    margin-bottom: 20px;
   
}
.blog_meta {
    font-size: 16px;
    font-size: 14px;
    color: #7eba2c;
    background: #7eba2c1f;
    padding: 10px 14px;
    border-radius: 4px;
    margin: 13px 0;
    font-weight: 600;
    width: 120px;
}
.blog_detail_content p {
    font-size: 16px;
    color: #212121;
    /* letter-spacing: 0.5px; */
    line-height: 26px;
    margin-bottom: 0;
}

.list {
    padding-left: 10px;
    margin: 10px 0px;
}
.list li {
    list-style-type: circle;
}
.blog_meta {
    font-size: 16px;
    font-size: 14px;
    color: #daa526;
    background: #daa52626;
    padding: 10px 14px;
    border-radius: 4px;
    margin: 13px 0;
    font-weight: 600;
    width: 120px;
}
.blog_detail{
  padding: 100px 0px;
  background-color: #f2f2f2;
}
.blog-tags .badge {
    display: inline-block;
    padding: 9px 12px!important;
    font-size: 14px!important;
    font-weight: 500!important;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background: #daa526 !important;
    text-decoration: none;
}
.list li p {
   
    font-weight: 400;
    color: #212121;
    line-height: 26px;
    margin: 10px 0px;
}
.form-contact{
    padding: 30px 0px !important;
}
.left_sidebar {
    background: #fff;
    padding: 25px 25px;
    border-radius: 8px;
    transition: all .5s ease-in-out;
    position: sticky;
    top: 100px;
    z-index: 10
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.post_item {
    display: flex;
}
.media-body a {
    text-decoration: none;
}
.media-body h3 {
    font-size: 15px;
    color: #212121;
}
.entry_post_info a {
    color: #677294;
    font-size: 14px;
}

.search-form .form-control {
    font: 300 14px "Poppins", sans-serif;
    color: #677294;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgb(12 0 46 / 0.08);
    /* border-radius: 5px; */
    padding-left: 10px;
    height: 55px;
    border: 1px solid #fff0;
    font-weight: 400;
    border-color: #daa526 !important;
}
.search-form button {
    border: 0;
    border-radius: 0;
    font-size: 16px;
    color: #282835;
    background: #fff0;
    position: absolute;
    right: 20px;
    height: 100%;
    padding: 0;
    z-index: 999;
    cursor: pointer;
}
.recent_blog_img img {
    width: 81px;
    height: 70px;
    margin-right: 11px;
    object-fit: cover;
    border-radius: 3px;
}
.date {
    font-size: 14px;
    color: #525252;
    font-weight: 600;
}
.media-body h3{
    font-size: 18px;
    font-weight: 500;
    color: #000;

}
.tags{
    font-size: 25px;
    margin: 10px 0 0px;
    font-weight: 600;
    color: #333;
}
.recent_post {
    font-size: 25px;
    font-weight: 600;
}
/* contact css */

.contact-section {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    /*background-image: linear-gradient(rgba(12, 21, 22, 0.6), rgba(12, 21, 22, 0.6)), url('../images/contact.jpg');*/
    background-attachment: fixed;
}

.contact_title {
    font-size: 50px;
    margin: 0px 0 50px;
    color: #fff;
}
.contact_form{
    background: #fff;
    padding: 30px 30px;
    border-radius: 5px;
}
.contact_form label{
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.contact_form .form-control{
    background-color: #F2F3F5;
    border-color: 1px solid rgba(241, 238, 246, 0.5);
    border-radius: 5px;
    color: #686a6f;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 15px 20px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    box-shadow: none !important;
    margin-bottom: 20px;
}
.contact_form .form-control::placeholder{
    color: #686a6f;
    font-size: 16px;
}
.contact_form textarea{
height: 150px !important;
}
.contact_detail_box{
 padding: 30px 40px;

}
.form-control:focus {
   
    border-color: #daa526 !important;
   
}
.contact_detail_box p{
    color: #fff;
    display: flex;
    align-items: center;
}
.contact_detail_box p i{
    background-color: #daa526;
    border-radius: 25px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 40px;
    border: 1px solid #daa526;
    margin-right: 15px;
}
.contact_detail_box p i:hover{
    background-color: transparent !important;
    color: #daa526;
    border: 1px solid #daa526;
}
.social_icon{
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
.social_icon a{
    background-color: #daa526;
    border-radius: 25px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 40px;
    border: 1px solid #daa526;
}
.social_icon a:hover{
    background-color: transparent !important;
    color: #daa526;
    transition: all 300ms ease;
    border: 1px solid #daa526;
}
/* footer css */
.footer-section{

padding: 50px 0px;

}


.footer-logo img {
    width: 215px;
}
.social{
    display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 25px 35px 0 0px;
}
.social li {
    width: 42px;
    text-align: center;
    /* background-color: #ffffff; */
    color: #ffffff;
    margin-right: 20px;
    padding: 5px;
    border-radius: 33px;
    transition: all .25s linear;
    height: 42px;
    line-height: 36px;
    border: 1px solid #fff;
}

.social li a i {
    color: #ffffff;
    transition: all .25s linear;
    font-size: 18px;
}
.social li:hover{
    color: #041529;
    background-color: #ffffff;
    cursor: pointer;
    transition: all .25s linear;
}
.social li:hover a i{
    color: #041529;
   
}
.footer-link{
    margin-top: 24px;
}
.footer-link li {
    padding: 7px 0px;
}
.footer-link li i{
    margin-right: 7px;
}
.footer-link li:hover a{
    color: #daa526;
}
.footer-link li a{
    color: #525252;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-weight: 500;
    text-decoration: none !important;
    transition:  all .4s ease-in-out;
}
.footer-content{
    color: #505c6a;
    line-height: 25px;
    font-size: 15px;
    text-align: justify; 
}
.footer_p{
    margin-top: 33px;
    text-align: justify;
    color: #000000;

}
.footer_heading{
    font-size: 25px;
    color: #000000;
}
.nwslatter{
    display: flex;
    margin-top: 24px;
    align-items: center;
}
.nwslatter input{
    background-color: #F2F3F5;
    border-color: 1px solid rgba(241, 238, 246, 0.5);
    border-radius: 5px;
    color: #686a6f;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 55px;
    line-height: 30px;
    padding: 15px 20px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    box-shadow: none !important;
}
.subscribe_btn{
    color: #ffffff;
    text-align: center;
    background-color: #daa526;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: all .4s ease-in-out;
    padding: 16px 30px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #daa526;
    margin-left: 10px;
}

.subscribe_btn:hover{
    color: #daa526;
    border: 1px solid #daa526;
    background-color: transparent;
    
}

.contact-section .contact-heading{
    font-size: 25px;
}

.contact-section .contact-btn{
        color: #fff!important;
        text-align: center!important;
        background-color: #000!important;
        border-radius: 8px!important;
        width: 216px;
        margin-top: 24px!important;
        padding-top: 15px!important;
        padding-bottom: 15px!important;
        font-size: 20px!important;
        font-weight: 500!important;
        transition: all .2s!important;
        border: none;
}

.contact-section .contact-btn:hover{
    color: #000!important;
    text-align: center!important;
    background-color: transparent!important;
    border: 1px solid #000;
}
/*  */


/* media queries start */

@media(max-width:991px){
    .feature_img {
       
        margin-top: 35px;
    }
    .feature_img2 {
    
        top: 430px;
       
    }
    
}

@media (max-width: 767px) {
    .content h2 {
        font-size: 45px;
      
    }
    .submit_btn {
        border-radius: 5px;
        margin-top: 20px;
        font-size: 15px;
        padding: 15px 34px;
    }
    .abt_content {
        padding: 0;
    }
    .abot_img {
        
        top: 0;
      
    }
    .abot_img2 {
       
        margin-top: 40px;
    }
    .abt-section {
        padding: 60px 0;
        background: #f2f2f2;
    }
    .service_box {
        background-color: #edece3;
        padding: 20px;
        border-radius: 4px;
        transition: all .4s ease-in-out;
        margin-bottom: 20px;
    }
    p {
        font-size: 14px !important;
        line-height: normal;
    }
    .serv-section {
        padding: 60px 0;
    }
    .testimonial-section {
        padding: 60px 0;
    }
    .section_heading {
        font-size: 35px;
        margin: 0px 0 40px;
    }
    .blog-section {
        padding: 60px 0;
    }
    .contact-section {
        padding: 60px 0;
    }
    .contact_form .form-control {
      
        font-size: 14px;
    
       
    }
    .footer-section {
        padding: 60px 0px;
    }
    .abot_img2 img {
        height: 330px;
    }
    .abot_img img {
        height: 330px;
    }
    .quick-links {
        justify-content: center !important;
        padding: 15px 15px;
        text-align: center;
    }
    .nwslatter input {
        border-radius: 5px;
        font-size: 16px;
        height: 53px;
        padding: 10px 20px;
    }
    .footer-section {
        padding-bottom: 30px;
    }
    .footer_heading {
        font-size: 20px;
        text-align: center;
    }
    .footer-section {
        padding: 30px 0px 30px 0;
    }
    .service-heading {
        font-size: 45px;
        /* margin: 0px 0 40px; */
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
    .footer-logo img {
      
        margin: auto;
        display: flex;
    }
    .social_icon {
       
        justify-content: center;
    }

    .nwslatter {
        display: flex;
        margin-top: 30px !important;
        align-items: center;
        justify-content: center;
        max-width: 500px;
        margin: auto;
    }
    .blog_img img{
        height: 300px;
    }
    .service_box h4 {
        font-size: 20px;
       
    }
    .abt_content h2 {
        font-size: 30px;
      
    }
    .navbar-brand .logo {
        width: 140px;
    }
    .contact_form label {
      
        font-size: 14px;
       
    }
    .contact_form .form-control {
      
        height: 50px;
     
    }
    .contact_form .form-control::placeholder{
        font-size: 14px;
    }
    .blog_box {
   
    height: auto;
    }
    .blog_title a {
        font-size: 20px;
        
    }
    .read_more_btn {
        
        font-size: 15px;
        
    }
    .banner_heading {
        font-size: 30px;
    
    }
    .breadcrumb-item a {
       
        font-size: 14px;
 
    }
    .breadcrumb-item.active {
      
        font-size: 14px;
       
    }
    .counter_box h2 {
        font-size: 30px;
        
    }
    .counter_box {
        margin-bottom: 30px;
    }
    .counter_box p {
       
        font-size: 15px;
    }
    .faq-section .accordion-item .accordion-button {
        font-size: 14px;
        
    }
    .faq-section .faq-img {
        
        padding: 30px 10px;
        height: 450px;
    }
    .contact_form {
        
        padding: 30px 20px;
    } 
    .contact_detail_box {
        padding: 30px 10px;
    }
    .faq-section {
        padding: 50px 0px;
       
    }

    .blog_detail {
        padding: 50px 0px;
        
    }
    .blog_heading {
        font-size: 25px;
        
    }

    .service_detail {
        padding: 50px 0px;
       
    }
    .service_detail_img img {
       
        height: 300px;
       
    }
    .service_title {
        font-size: 25px;
       
        margin: 10px 0 10px;
    
    }
    .service_heading {
        font-size: 20px;
        margin: 0px 0 15px;
       
    }

    .service_list li span {
       
        font-size: 14px;
    }

    .service_list {
       
        margin-bottom: 0;
    }

    .blog_detail_img {
     
        height: 300px;
       
    }

    .services-list-widget li a {
        
        font-size: 14px;
        
    } 

    .single-widget h3 {
        font-size: 20px;
        margin: 0px 0 12px;
      
    }
    .single-widget p {
        font-size: 14px;
     
    }
    .single-widget h2 {
      
        font-size: 20px;
    }
    .single-widget .information {
        
        font-size: 15px;
        
    }

    .single-widget {
      
        margin-bottom: 30px;
    }
    .key_features {
        padding: 50px 0;
    }

   
}
@media (max-width: 480px) {
    .feature_img2 {
        width: 244px;
        height: 185px;
        
        top: 600px !important;
        left: 5%;
       
    }

    .content h2 {
        font-size: 37px;
    }
}