
h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize; /* or uppercase */
  letter-spacing: 0.5px;
}

h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}


body{
    background-color: #faf4f4;
}

span{color: #990000 !important;}

.bg1{background-color: #1a1a1a;}
.bg_1{background-color: #0878a0;}
.bg_2{background-color: #0ca57a;}
.bg_3{background-color: #fb1004;}
.bg_4{background-color: #26a69a;}

.bg{background-color: #deeafc;}


.center_line {
    width: 100px;
    height: 2px;
    border-radius: 3px;
    background-color: #990000;
    margin: auto;
}

.side_line {
    width: 130px;
    height: 2px;
    border-radius: 3px;
    background-color: #990000; margin-bottom: 20px;
}

.navbarMargin{margin-top: 100px;}

/* ==================== Navbar=========================== */

.navbar{
    background-color: #02325a !important;
    border-bottom: 1px solid; 
    border-bottom-color: #2e0000; 
    box-shadow: 0 3px 16px #fff;
    z-index: 50;
}


  .navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    font-size: .875rem;
    font-weight: 500;
    text-transform: capitalize;
}

.navbar-brand {
    font-size: 1.25rem;
    max-width: 220px !important;
}
  
.nav-item{padding: 0px 20px;}

  .navbar-brand span{ font-weight: 300 !important;}


  @media screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
    .dropdown .dropdown-menu {
      display: none;
    }
    .dropdown:hover .dropdown-toggle::after {
      border-top: 0;
      border-bottom: 0.3em solid;
    }
  }
  
  @media screen and (max-width: 991px) {
    .dropdown-toggle.show::after {
      border-top: 0;
      border-bottom: 0.3em solid;
    }
  }




  /* .navbar .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        vertical-align: middle;
        margin-left: 8px;
      } */
      
      .navbar-light .navbar-nav .nav-link {
        margin-right: 30px;
        padding: 25px 0;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        outline: none;
      }
      
      .navbar-light .navbar-nav .nav-link:hover,
      .navbar-light .navbar-nav .nav-link.active {
        color: blue;
      }
      
      @media (max-width: 991.98px) {
        .navbar-light .navbar-nav .nav-link  {
            margin-right: 0;
            padding: 10px 0;
        }
      
        .navbar-light .navbar-nav {
            border-top: 1px solid #EEEEEE;
        }
      }
      
      .navbar-light .navbar-brand,
      .navbar-light a.btn {
        height: 75px;
      }
      
      .navbar-light .navbar-nav .nav-link {
        color: black;
        font-weight: 500;
      }
      
      .navbar-light.sticky-top {
        top: -100px;
        transition: .5s;
      }
      
      @media (min-width: 992px) {
        .navbar .nav-item .dropdown-menu {
            display: block;
            border: none;
            margin-top: 0;
            top: 150%;
            opacity: 0;
            visibility: hidden;
            transition: .5s;
            
            font-size: .875rem;
    font-weight: 500;
    text-transform: capitalize;
    /* border-top: #4cbd89 2px solid !important; */
        }
      
        .navbar .nav-item:hover .dropdown-menu {
            top: 100%;
            visibility: visible;
            transition: .5s;
            opacity: 1;
        }
      }

/* ==================== Navbar=========================== */



/* ==================== Banner Css Here =========================== */

.ads_section_banner{ 
  /* margin: 130px 0px 0px 0px; */
/* background-image: url('../images/banner_bg.png');
background-position: center; background-repeat: no-repeat; */
}
  .ads_section_banner h3{font-size: 60px; color: #fff;
        padding-top: .05em;
        padding-bottom: .05em;}
    .ads_section_banner p{font-size: 20px; font-weight: 700; color: #fb1004;}


.banner_article{border-radius: 15px !important;}
    .banner_article h6{font-size: 40px; color: #fff; font-weight: bold; margin-bottom: 20px;}
    .banner_article_title a{color: #fff !important; text-decoration: none; font-weight: 700; font-size: 20px;}
    .banner_article_title a:hover{color: #000 !important;}
        
        

.banner_main{
    background-image: url('../images/banner_img.webp');
    background-repeat: no-repeat; 
    background-position: center;
    background-size: cover;min-height: 300px !important;
    width: 100%; height: auto;
}
.banner_text h6 {
    color: #990000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 28px;
    /* position: relative; */
    /* top: 100px; */
    /* opacity: 0; */
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.banner_text h1 {
    color: #111111 !important;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 30px;
    /* position: relative; */
    top: 100px;
    /* opacity: 0; */
    -webkit-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
}
.banner_text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 35px;
    /* position: relative; */
    /* top: 100px; */
    /* opacity: 0; */
    -webkit-transition: all, 0.9s;
    -o-transition: all, 0.9s;
    transition: all, 0.9s;
}
.banner_space{
    padding: 150px 0px 0px 0px;
}
.banner_text .primary-btn {
    position: relative; text-decoration: none;
    /* top: 100px; */
    /* opacity: 0; */
    -webkit-transition: all, 1.1s;
    -o-transition: all, 1.1s;
    transition: all, 1.1s;
}
.banner_text h5 span{font-size: 2rem;
    color: #990000;}


   
.form{

  position: relative; padding-bottom: 170px;
}

.form .fa-search{

  position: absolute;
  top:20px;
  left: 20px;
  color: #9ca3af;

}

.form span{

      position: absolute;
  right: 17px;
  top: 13px;
  padding: 2px;
  border-left: 1px solid #d1d5db;

}

.left-pan{
  padding-left: 7px;
}

.left-pan i{
 
 padding-left: 10px;
}

.form-input{

  height: 55px;
  text-indent: 33px;
  border-radius: 10px;
}

.form-input:focus{

  box-shadow: none;
  border:none;
}



/* ==================== Banner Css Here =========================== */


/* ==================== SideBar =========================== */

.sidebar h3{font-family: 'Open Sans', sans-serif;
  font-size: 20px; border-left: #cc494f 3px solid; padding-left: 20px;
  font-style: normal;}

.sidebar_tags ul{list-style: none;}  
.sidebar_tags ul li{ display: inline; margin: 0px 5px; border: #cfcece 1px solid; padding: 7px 10px; text-decoration: none !important; list-style: none; line-height: 35px;}
.sidebar_tags ul li a{text-decoration: none !important; color: #666; font-weight: 700;}
.sidebar_tags ul li a:hover{color: #f23f30;}


.LinkList ul{list-style: none;}
    .LinkList ul li{ text-decoration: none !important; list-style: none; line-height: 35px;}
    .LinkList li a{text-decoration: none !important; color: #666; font-weight: 700;}
    .LinkList li a:hover{color: #f23f30;}

/* ==================== SideBar =========================== */


/* ==================== Classifieds Ads List Css Here =========================== */
.Classifieds_Ads_box{
    background: #fff;
    text-align: center;
    padding: 25px 20px 27px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 9px -4px #0000008f;
    border-radius: 15px;
    }
    .Classifieds_Ads_box:hover{
        transition: all .2s ease;
        transform: translateY(-5px);
        box-shadow: 0 11px 45px -13px rgba(37, 39, 42, .67);
        z-index: 9;
    }
    .Classifieds_Ads_box img{border-radius: 15px; width: 100%; max-height: 320px;object-fit: cover;
    overflow: hidden;}

    .Classifieds_Ads_box h3 a{font-size: 22px !important; color: #990000 !important; font-weight: 700;}
    .Classifieds_Ads_box p{font-size: 15px;}

/* ==================== Classifieds Ads List Css Here =========================== */



/* ==================== Article =========================== */

    .article_container{margin-top: -100px;}

    .article{
    background: #fff;
    text-align: center;
    padding: 25px 20px 27px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 9px -4px #0000008f;
    border-radius: 15px;
        min-height: 480px;
    }
    .article:hover{
        transition: all .2s ease;
        transform: translateY(-5px);
        box-shadow: 0 11px 45px -13px rgba(37, 39, 42, .67);
        z-index: 9;
    }
    .article a{ cursor: pointer; }
    .article img{width: 100%; max-width: 200px; max-height: 200px; overflow: hidden; cursor: pointer;}
    .article_title{    margin-top: 7px; font-size: 18px; font-weight: 700;
        /* margin-bottom: 17px; */
        line-height: 1.2;
        height: 48px;
        overflow: hidden;color: #000 !important;
        text-transform: none;}
        .article_title a{color: #fff !important; text-decoration: none}
        .article_title a:hover{color: #d4033ee1 !important;}
        .article p{color: #000;}
        .article p a{color: #000; text-decoration: none;}
        .article h6{ text-transform: uppercase; margin-top: 12px; font-size: 16px; font-weight: 700;}
        .article h6 a{color: #000; text-decoration: none;}


/* ==================== Article =========================== */


/* ==================== Service Gallery Items =========================== */
.items_box{    border: 8px solid #fff;
    border-radius: 5px;
    border-bottom: 0;  
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .11);
    /* margin: 15px; */
  }
  .items_box:hover{
        transition: all .5s ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, .11);
  }
  .items_box_image_fixed {
      width: 100%;
      height: 280px;
      object-fit: cover;
      overflow: hidden; /* optional and not needed for <img> */
  }
  .items_box a{font-size: 18px;
    font-weight: 600;
    padding: 8px 0 15px; text-decoration: none; color: #1a1a1a;}
    .items_box a:hover{color: #990000;}

/* ==================== Service Gallery Items =========================== */


 /* ==================== popular =========================== */

 .imgwrap_bg {
    position: relative;
    display: inline-block;
}

.imgwrap_bg_ratting {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7); /* semi-transparent background */
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}


  .popular_{position: relative;}
  
  .popular_img {
      position: relative;
      border-radius: 15px;
      overflow: hidden;
      width: 100%;
      /* min-height: 400px;
      max-height: 400px; */
  }
  
  .popular_img img {
      width: 100%;
      transition: 0.4s all ease-in-out;
      height: 100%;
      object-fit: cover;
    }
  
  .popular_ratings {
      position: absolute;
      top: 12px;
      right: 20px;
      background-color: #fff;
      /* background: rgba(0, 0, 0, 0.7); */
      padding: 4px 12px;
      border-radius: 4px;
  }
  
  .popular_text {
      position: absolute;
      bottom: 55px;
      left: -5px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff;
      color: #000 !important;
      width: 90%;
      margin: auto;
      padding: 16px 18px;
      border-radius: 8px;
      /* opacity: 0; */
      transition: 0.4s all ease-in-out;
  }
  
  /* ==================== popular =========================== */


/* ==================== Tags List Css Here Title Heading =========================== */

.tags{font-size: 14px !important; margin: 5px 4px; 
    border-radius: 5px;
    background-color: #dadada;
    border-color: #dadada;
    text-decoration: none;
    padding: 10px 15px; font-weight: 700;
    color: #303030; text-decoration: none;}
    .tags a{text-decoration: none;font-size: 14px !important;
      color: #303030;}
    .tags a:hover{color: #990000;}

.box_bg{
    background: #fff;
    box-shadow: 0 4px 6px -1px #00000021;
    margin-bottom: 40px;
    padding: 30px 30px 25px;
    border-radius: 5px;
  }


.states_list a{font-size: 14px !important; margin: 5px 4px; 
    border-radius: 5px;
    background-color: #dadada;
    border-color: #dadada;
    text-decoration: none;
    padding: 10px 15px; font-weight: 700;
    color: #303030;
  }
  .states_list a:hover{color: #990000;}

.cities_list a{font-size: 14px !important; margin: 5px 4px; 
    border-radius: 5px;
    background-color: #def3ff;
    border-color: #def3ff;
    text-decoration: none;
    padding: 10px 15px; font-weight: 700;
    color: #990000;
  }
  .cities_list a:hover{color: #990000;}





.custom_heading-container h2 {
    color: #000000;
    font-weight: 700;
    position: relative;
}
.custom_heading-container h2::before {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #990000;
}
        .custom_heading-container h2::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #990000;
    border-radius: 100%;
}

    
.custom_heading-container h5 {
    color: #000000;
    font-weight: 700;
    position: relative;
}
.custom_heading-container h5::before {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #990000;
}
        .custom_heading-container h5::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #990000;
    border-radius: 100%;
}


.custom_heading-container a {
    display: inline-block;
    text-decoration: none;
    padding: 12px 45px;
    background-color: #990000;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 25px;
}

/* ==================== Title Heading =========================== */


/* ==================== Button =========================== */
.info_details {
    color: #fff;
    /* background: #be206b; */
    flex: 1 1 auto;
}
.whatsapp_btn{
  background: #48c857; border-radius: 5px;
  cursor: pointer;color: #fff; text-decoration: none;
  line-height: 2.92; padding: 0px 15px;
}
.calling_btn{
  background: #be206b; border-radius: 5px;
  cursor: pointer;color: #fff; text-decoration: none;
  line-height: 2.92; padding: 0px 15px;
}
.whatsapp_btn a:hover{color: #000 !important;}
.calling_btn a:hover{color: #000 !important;}

.button_ {
  color: #fff;
  background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 260% 100%;
  background-position: right bottom;
  border: 0;
  line-height: 1.92;
}

.button_1 a{
    padding: 10px 20px;
    border-radius: 18px;
    background-color: #fff;
    color: #000; font-size: 16px; font-weight: 700;
    text-decoration: none;
}

.btn_ {
  color: #fff;
  background: linear-gradient(150deg, #050781a4 0%, #bd1919 50%, #b92a95 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 260% 100%;
  background-position: right bottom;
  border: 0;
  line-height: 1.92; border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}



.keyword_list a{font-size: 14px !important; margin: 5px 4px;
    border-radius: 30px; text-decoration: none;
    padding: 10px 15px; font-weight: 700;background-color: #0ca57a !important; color: #fff;}


.verified {
    font-size: 14px !important; margin: 5px 4px;
    border-radius: 30px; text-decoration: none;
    padding: 10px 15px; font-weight: 700;background-color: #4d952a !important; color: #fff;
}

    .service_tags div{font-size: 14px !important; margin: 5px 4px; 
    border-radius: 5px; border: #dbdada solid 1px;
    background-color: #f8f4f4;
    /* border-color: #818181; margin: 10px 5px; */
    text-decoration: none;
    padding: 10px 15px;
    color: #646363;
  }
  .service_tags:hover{color: #990000;}

/* .verified{
      font-size: 8px;
    height: 10px;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #fdd733;
    color: #444;
    padding: 0 .6rem;
    border-radius: 1px;
} */

.citiesTag{
    color: #f8f9fa;font-size: 14px !important; margin: 5px 4px;
    border-radius: 10px; text-decoration: none;padding: 10px 15px; font-weight: 700;
    background-color: #fcb303;
}

.stateTag{
    color: #f8f9fa;font-size: 14px !important; margin: 5px 4px;
    border-radius: 10px; text-decoration: none;padding: 10px 15px; font-weight: 700;
    background-color: #b70707;
}

.india{
    color: #f8f9fa;font-size: 14px !important; margin: 5px 4px;
    border-radius: 30px; text-decoration: none;padding: 10px 15px; font-weight: 700;
    background-color: #222;
}

.available { border-radius: 50%; background-color: green !important; width: 7px; height: 7px;}
.available_not { border-radius: 50%; background-color: red !important; width: 7px; height: 7px;}

    /* ==================== Button =========================== */





/* ==================== Footer =========================== */
.footer{
    background-color: #000;
    border-top: #520000 solid 5px;
    padding: 50px 0px;
  }
  .footer p{color: #fff;}
  .footer h4{color: #fff;}
  .footer ul{list-style: none; padding: 0; margin: 0;}
  .footer ul li{ text-decoration: none !important; list-style: none; line-height: 40px;}
  .footer li a{text-decoration: none !important; color: #fff; font-weight: 700;}
  .footer li a:hover{color: #520000;}

  
.footer {padding-top: 70px; background: rgb(17, 17, 17);}
.footer p{color: rgb(183, 183, 183); margin-bottom: 30px;}
.footer h6 {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.footer ul { padding: 0;
    margin-top: 0;
    margin-bottom: 1rem;
}
.footer ul li {padding: 0; margin: 0;
    line-height: 36px;
    list-style: none;
}
.footer ul li a { text-decoration: none;
    color: rgb(183, 183, 183);
    font-size: 15px;
}
.footer ul li a:hover{ color: #520000;}

.footer form input {
    width: 100%;
    font-size: 15px;
    color: rgb(61, 61, 61);
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    background: transparent;
    border-style: none none solid;
    border-image: initial;
    padding: 15px 0px;
    border-bottom: 2px solid rgb(255, 255, 255);
}



/* ==================== Footer =========================== */  


/* ==================== blogs css here =========================== */ 

.blog__item {
	margin-bottom: 45px;
}

.blog__item:hover a::after {
	width: 40px;
	background: #e53637;
}

.blog__item:hover .blog__item__text {
	-webkit-box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.05);
	box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.05);
}

.blog__item__pic {
	height: 270px;
}

.blog__item__text {
	padding: 30px 30px 25px;
	margin: 0 30px;
	margin-top: -35px;
	background: #ffffff;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__item__text span {
	color: #3d3d3d;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}

.blog__item__text span img {
	margin-right: 6px;
}

.blog__item__text h5 {
	color: #0d0d0d;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 10px;
}

.blog__item__text a {
	display: inline-block;
	color: #111111;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 3px 0;
	position: relative;
}

.blog__item__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #111111;
	content: "";
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}


/* ==================== blogs css here =========================== */ 



/* ==================== Top Tags label List css here update after some time =========================== */ 
.premiumlabel span {
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 23px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F7C214 0%, #FC5E1F 100%);
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    position: absolute;
    top: 19px;
    right: -21px;
}

/* ==================== Top Tags label List css here =========================== */ 


  
  
  @media (min-width: 276px) and (max-width: 567px){

    .navbarMargin{margin-top: 70px;}

    .banner_main{background-position:left;}
  
    .banner_space {padding: 110px 0px 0px 0px;}
    .banner_text h6{margin-bottom: 7px;}
    .banner_text h1{font-size: 34px;line-height: 45px;}

    .form {padding-bottom: 128px;}

    .ads_section_banner{margin: 40px 0px 0px 0px;}
    .ads_section_banner h3 {font-size: 28px;}

    .tags {margin: 0px; padding: 4px 5px;}
    .tags a {font-size: 12px; font-weight: 400;}
    
  }


  /* ==================== Bottom fix button call and whatsapp css here =========================== */ 

.nowcalling {
			display: none;
}
@media only screen and (max-width: 768px) {
  .nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100% !important;
    z-index: 9999 !important;	
  }
.lcol {
  background: #be206b; cursor: pointer;
    color: #fff; text-decoration: none;
}
.rcol { background: #48c857;
}
.lcol a, .rcol a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.lcol, .rcol {
  float: left;
  width: 50%;
}
}

/* ==================== Bottom fix button call and whatsapp css here =========================== */ 