
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

 @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bungee+Tint&display=swap'); 
/*@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bungee+Tint&family=Fredericka+the+Great&display=swap');*/

* {
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}

:root {
    --primary-color: #9A5F25;
    --secondry-color: #96613D;
    --third-color: #fbbd74;
    --white-color: #fff;
    --black-color: #141615;
    --black-color2: #202020;
    --black-color3: #212529;
    --lightgray-color: #e7e6e6;
    --gray-color: #a1a1a1;
    --facebook-color: #3B5998;
    --instagram-color: #962fbf;
    --youtube-color: #c4302b;
    --background-color: #fafafa;

}

img {
    max-width: 100% !important;
}

body {
    font-family: "Tajawal", sans-serif;
}

body,
html {
    scroll-behavior: smooth;
    font-family: "Tajawal", sans-serif;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.jeevan-light {
    background-color: #Fff!important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.menu-area {
  position: static;
}

.navbar-nav .dropdown-menu a {
  border-bottom: 1px dashed lightgray;
  
}

.jeevan_pro a {
  background-color: transparent !important;
  text-transform: capitalize;
  transition: .3s;
  line-height: 30px;
  font-size: 15px;
  padding: 2px 15px;

  font-size: 13px;
  font-weight: 500;
  transition: 0.4s ease-in-out;
  text-transform: capitalize;
  color: var(--black-color4);

}

.jeevan-menu {
  position: absolute;
  width: 55% !important;
  left: 50% !important;
  transform: translateX(-50%);
  top: 77%;
  overflow-x: hidden;
  border-bottom: 4px solid #00B5DB;
}


.jeevan_pro a i{
  font-size: 13px;
  color:#000;
}

.nav-item .dropdown-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show the dropdown menu on hover */
.nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
}

/* about section css start */
/* 
.about_us_sec {
    background-color: #a1a1a10f;
    margin-bottom: 20px;
    padding-bottom:30px;
}
.about_us_sec p{
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 27px;
  text-decoration: none;
  transition: .5s ease-in-out;
  margin-top:10px;
  margin-bottom:10px;
}
.about_left_containt {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top:40px;
}
.about_left_containt p{
    color: #000;
    padding: 0;
    display: block;
    font-size: 14px;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
}

.about_right_img {
    text-align: center;
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 10px;
}
.about_left_containt h2{
    font-size: 30px;
    color: #000;
    font-weight: 700;
}
.about_left_containt h1{
  font-size: 20px;
    color:#1eb2f1;

    font-weight: 700
} */

/* about btn start */

/* .read_more_btn {
  margin-top: 0;
  float: left;
}

.read_more_btn p a {
  color: white;
  background-color: #b93125;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
} */

/*  */
/* .about_right_img {
    position: relative;
    width: 100%;
    margin-top:40px;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #ffb00c99;
  }
  
  .about_right_img:hover .overlay {
    opacity: 1;
  }
   */

/* about section css end */

/* explore room start */
.explore_our_rooms {
    background-color: #fff;
    padding: 0;
}
.explor_aline{
    padding: 10px 0;
}
.explor_aline h2{
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-top:10px;
    margin-bottom:0px;
}
.explor_aline h2 span{
    color: #1eb2f1;

   
}
.explor_room_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 0px 1px 1px rgb(255 180 37);
    transition: .3s;
    margin-bottom: 20px;

    background-color: #fff;
    padding: 5px 5px 45px 5px;
}


.over_text {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:rgb(255 180 37);
    height: 40px;
    transition: .3s;
}
.over_text a {

    /* line-height: 40px; */
    color: #000;
    padding: 0;
    display: block;
    font-size: 15px;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
    font-weight: 700;
    margin-top: 5px;
}

.explore_sect {
    padding: 10px 112px 10px 112px;
    margin-bottom: 10px;
}

/* explore css end */

/* header css start */
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* header end */

/* fasility css start */

.demo li{

        color: #000;
        padding: 0;
        font-size: 15px;
        line-height: 27px;
        text-decoration: none;
        transition: .5s ease-in-out;
    }
/*  */
/* queen css start */
.image_queen img{
    border-radius: 5px 5px 5px 5px;
    padding: 0;
}

/* queen css end */






/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    background-color: var(--floens-black2, #2B1E16);
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 0;
  }
  @media (max-width: 991px) {
    .page-header {
      padding-top: 87px;
      padding-bottom: 99px;
    }
  }
  @media (max-width: 575px) {
    .page-header {
      padding-top: 77px;
      padding-bottom: 89px;
    }
  }
  .page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.4;
  }
  .page-header .container {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .page-header__title {
    margin: 0;
    font-size: 40px;
    color: var(--floens-white, #ffffff);
    letter-spacing: 0.9px;
    text-transform: capitalize;
    margin-bottom: 14px;
  }
  @media (max-width: 1199px) {
    .page-header__title {
      font-size: 50px;
    }
  }
  @media (max-width: 991px) {
    .page-header__title {
      font-size: 45px;
    }
  }
  @media (max-width: 767px) {
    .page-header__title {
      font-size: 40px;
    }
  }
  @media (max-width: 575px) {
    .page-header__title {
      font-size: 35px;
    }
  }
  
  .floens-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 0;
    margin-bottom: 0;
  }
  .floens-breadcrumb li {
    font-size: 15px;
    color: var(--floens-white, #ffffff);
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.9px;
    /* text-transform: uppercase; */
    display: flex;
    align-items: center;
  }
  .floens-breadcrumb li:not(:first-of-type) {
    color: var(--floens-base, #685431);
  }
  .floens-breadcrumb li:not(:last-of-type)::after {
    content:  "\276F";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    position: relative;
    top: 0px;
    margin-left: 11px;
    margin-right: 11px;
  }
  .floens-breadcrumb li i {
    position: relative;
    top: 0px;
    margin-right: 9px;
    font-size: 14px;
    color: #ffffff;
  }
  .floens-breadcrumb li span,
  .floens-breadcrumb li a {
    color: #ffffff;
    display: inline-flex;
  }
  .floens-breadcrumb li span:hover{
      color:#fff;
  }
  .floens-breadcrumb li a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .floens-breadcrumb li a:hover {
    background-size: 100% 1px;
  }
  .floens-breadcrumb li a:hover {
    color:#fff;
  }
  /* header page end  */

  /* Table css start */

  /* table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
  }
   */
  table.center {
    margin-left: auto; 
    margin-right: auto;
    margin-bottom: 20px;
  }
  tbody, td, tfoot, th, thead, tr {
    
    text-align: center;
    padding: 0px !important;
    text-decoration: none;
    transition: .5s ease-in-out;
    line-height: 27px;
}
.room_head {
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
    color: #000;
}
  /* table2  css start */
  .table2 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  
  th, td {
    text-align: center;
    padding: 8px;
  }
  
  tr:nth-child(even){background-color: #f2f2f2}

  /*  */

  /* table css end */

 /* contact us frm css start */
  .explore_sect2 {
    padding: 10px 112px 10px 112px;
    margin-bottom: 10px;
}
  /* .contact_us_sec {
    background-color: yellow;
  } */

  .left_contact_frm {
    background-color: #0268b2;
    padding: 20px 30px 5px 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
}

.right1_contact_frm {
  background-color: #fff;
  padding: 20px 30px 5px 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
  border:3px solid #0268b2;
}
.left_contact_frm h2 {
  color: #fff;
  font-weight: 700;
  padding-bottom: 5px;
  text-transform: capitalize;
  font-size: 23px;
}
.left_contact_frm .input-group-text {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  background-color: transparent !important;
  padding-top: 13px;
  color: #fff;

}
.left_contact_frm .input-group input, textarea {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
}
.left_contact_frm .input_div input.btn {
  background-color: #819299;
  padding: 10px 40px 10px 40px;
  color: var(--white-color);
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin-bottom: 10px;
  border-radius: 3px 3px 3px 3px;
}
.left_contact_frm .input_div input.btn:hover {
  background-color: #0f1111;
}
/* right */

.contact_addrees_right h2 {
  color: #000;
  font-weight: 700;
  padding-bottom: 5px;
  text-transform: capitalize;
  font-size: 23px;
}
.conatct_main_div_flx {
  margin-bottom: 10px;
}
.contact_page_num_div a {
  font-size: 14px;
  color: #000;
  line-height: 27px;
  letter-spacing: .5px;
  font-weight: 400 !important;
  display: block;
  transition: .5s ease-in-out;

}
.contact_page_num_div p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  letter-spacing: .5px;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
  text-transform: capitalize;
}
.conatct_main_div_flx .flex-shrink-0 .bx {
  text-align: center;
}
.conatct_main_div_flx i{
  color: #000;
}

/*  */

  /* contact us frm css end */
  



 
/* =================================== */
/* why_book_us end */
.abril-fatface-regular {
  
  font-weight: 400;
  font-style: normal;
}


/* footer start */
.footer_headline{
    margin-top: 5px;
    margin-bottom: 18px;
   
}
.footer_num_div1 {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border: 2px solid #56676f;
  outline: 4px solid #fff;
}
.footer_section {
    background-color: #0369b3;
    padding: 10px 20px 2px 20px;
    border-top: 4px solid #000000;
}
.footer_headline h5 {
  color: var(--white-color);
  font-weight:700;
  line-height: 0.9;
  font-size: 23px;
  letter-spacing: 0.5px;
}
.footer_num_div ul{
    list-style: none;
    padding: 0px;
}
.footer_num_div li{
    line-height: 40px;
    border-bottom: 1px dashed #b3b1b12b;
    padding: 5px;
    letter-spacing: 0.5px;
}
.footer_num_div li a{
    color: var(--white-color);
    font-size: 14px;
    letter-spacing: .3px;
    text-decoration: none;
    transition: .5s ease-in-out;
    text-decoration: none;
    text-transform: capitalize;
}

.follow_icon_div{
    margin-top: 5px;
    display: flex;
   
}
.follow_icon_div a{
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--black-color);
    margin: 1px 2px;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #000;
}
.footer_follow_ic b{
  color:#ffffff;
}
.footer_num_div li a span{
    color: var(--white-color);
    font-size: 18px;
    letter-spacing: .3px;
    text-decoration: none;
    transition: .5s ease-in-out;
    text-decoration: none;
    text-transform: capitalize;
}

.footer_num_div{
    padding: 5px 5px 5px 5px;
   
}
.footer_num_div p{
  margin-bottom: 0px;
}
.footer_num_div a {
    color: var(--white-color);
    display: block;
    font-size: 14px;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.5px;
}
.footer_num_div a:hover {
    color: #fff;

}

.footer_add a{
    font-size: 18px;
    line-height: 27px;
    color: var(--white-color);
    letter-spacing: 0.5px;
    font-weight: 700;
}
.footer_add p{
    color: var(--white-color);
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    transition: .5s ease-in-out;
    
    letter-spacing: 0.5px;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
}
}

.copy-right {
  background: #373b3d;
  padding: 6px 0;
  text-align: center;
  /* border-top: 2px solid #fff; */
}
.copyterms a{
  color: #fff;
  padding: 10px;
  
  letter-spacing: 0.5px;
}
.copy-right p {
  margin-bottom: 2px;
  color: #fff;
  letter-spacing: 0.5px;
  padding-bottom: 0;
  float:right;
}

.copy-right p span{
  color: #fff;
  font-weight: 900;
}

/* footer form s  */
.form-group {
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 10px;
  box-sizing: border-box;
}

textarea.form-control {
  resize: vertical;
}

.form-control::placeholder {
  color: #999;
  font-size: 14px;
}

.btn-primary {
  background-color: #0369b3;
  border-color: #0369b3;
  color: #fff;
  padding: 4px 71px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #7e0715;
  border-color: #7e0715;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .form-group {
      margin-bottom: 10px;
  }

  .btn-primary {
      width: 100%;
      padding: 10px;
  }
}
/* footer form e  */

/* footer end */

/**/

@media (max-width: 768px){
.desk {
    display: none;
}
}
@media (max-width: 768px){
.mob {
    display: block !important;
}
}

.mob{
  display: none;
}





/* modal css start */

.modal-header {
  border-bottom: 2px solid #1eb2f1;

  background-color: #ffb425;
}
.close {
  color: #1eb2f1;

  text-decoration: none;
  font-size: 27px;
  border: 2px solid #ffb425;
  background-color: #ffb425;
}
input[type="text"] {
  color: #252525 !important;
}
.form_main_div_modal input {
  margin-bottom: 15px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
  font-size: 13px;
}
.form_main_div_modal button {
  background-color: #ffb425;
  padding: 8px 16px 8px 16px;
  color: #fff !important;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin-top: 10px;
}
.form_main_div_modal button:hover {
  background-color:#1eb2f1;

  padding: 8px 16px 8px 16px;
  color: #fff !important;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin-top: 10px;
}
 .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: #1eb2f1;
  border-color: var(--bs-btn-active-border-color);
}

/*  modal css end*/





.owl-carousel {
	/* max-width: 1200px; */
	margin: 0 auto;
	padding: 5px 0;
}
.owl-carousel .item {
	font-size: 30px;
	text-align: center;
	padding: 0px;
	line-height: 2;
	font-weight: 700;
    width: 858px;
    object-fit: cover;
}


.courses_section .owl-carousel .owl-nav button.owl-prev,
.courses_section .owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 30px;
	height: 30px;
	background-color: #000;
	color:#fff;
	border-radius: 50%;
	position: absolute;
	top: 42%;
	transform: translatey(-50%);
}

.courses_section .owl-carousel .owl-nav button.owl-prev,
.courses_section .owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 30px;
	height: 30px;
	background-color: #453e68;
	color:#fff;
	border-radius: 5px;
	position: absolute;
	top: 42%;
	transform: translatey(-50%);
  border: 1px solid #fff;
  line-height: 26px;
}

 /* .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none !important;
} */


.owl-nav button span {
	font-size: 20px;
	height: 100%;
	display: block;
	width: 100%;
  display: none;
}
.courses_section .owl-carousel .owl-nav button.owl-prev {
	left: -20px;
}
.courses_section .owl-carousel .owl-nav button.owl-next {
	right: -20px;
}
.owl-carousel .owl-nav {
	margin: 0;
}
.btn-wrap {
	text-align: center;
	width: 100%;
}

.owl-theme .owl-nav .disabled,
button.disabled {
	opacity: 0.6;
}


/*inner page line page-header start */


.page-header {
  background-color: #495a62;
  position: relative;
  padding-top: 11px;
  padding-bottom: 10px;
  margin-top: 0;
}

.floens-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}
.floens-breadcrumb li:not(:first-of-type) {
  color: white;
}

.floens-breadcrumb li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}
.floens-breadcrumb li:not(:last-of-type)::after {
  content: "\276F";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  position: relative;
  top: 0px;
  margin-left: 11px;
  margin-right: 11px;
}
.floens-breadcrumb li span, .floens-breadcrumb li a {
  color: #ffffff;
  display: inline-flex;
}
/* inner page line page-header  end */








/*
Go Top Style*/

#gototop {
  display: inline-block;
  background-color: #0369b3;
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 15px;
  right: 7px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#gototop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 41px;
  color: #fff;
}
#gototop:hover {
  cursor: pointer;
  background-color: #333;
}
#gototop:active {
  background-color: #555;
}
#gototop.show {
  opacity: 1;
  visibility: visible;
}

/* categories_sec s */

.categories_sec {
  padding-top: 20px;
  padding-bottom: 20px;
  /*border-top:2px solid #7e0715;*/
}
.heading_categ {
  padding: 0px;
  position: relative;
}
.heading_categ h2{
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.5px;
color: #7e0715;
  text-align: center;
  margin-bottom: 0px;
  /* font-family: "Bebas Neue", sans-serif; */
  font-family: "Fredericka the Great", serif;
}
.heading_categ .title{
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #0269b3;
  text-align: center;
  margin-bottom: 10px;
  /* font-family: "Bebas Neue", sans-serif; */
  font-family: "Fredericka the Great", serif;
}
.categories_sec p{
  font-size: 15px;
  color: #000;
  line-height: 27px;
  font-weight: 400;
}
.heading_blogs1 {
  position: relative;
}
.heading_blogs1 .title:before {
  position: absolute;
  content: '';
  right: 36%;
  bottom: 7px;
  width: 100px;
  height: 2px;
  background-color: #090977;
}

.heading_blogs1 .title:after {
  position: absolute;
  content: '';
  left: 36%;
  bottom: 7px;
  width: 100px;
  height: 2px;
  background-color: #090977;
}

.heading_blogs1 .title{
font-size: 33px;
font-weight: 700;
letter-spacing: 0.5px;
color: #0269b3;
text-align: center;
margin-bottom: 10px;
/* font-family: "Bebas Neue", sans-serif; */
font-family: "Fredericka the Great", serif;
}
.heading_brands {
  position: relative;
}
.heading_brands .title{
font-size: 33px;
font-weight: 700;
letter-spacing: 0.5px;
color: #0169b1;
text-align: center;
margin-bottom: 10px;
font-family: "Fredericka the Great", serif;
}
.heading_brands .title:before {
  position: absolute;
  content: '';
  right: 27%;
  bottom: 7px;
  width: 100px;
  height: 3px;
  background-color: #090977;
}

.heading_brands .title:after {
  position: absolute;
  content: '';
  left: 27%;
  bottom: 7px;
  width: 100px;
  height: 3px;
  background-color: #090977;
}

.btn_categ {
  background-color: #0369b3;
  padding: 7px 20px 7px 20px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 10px;
  float: right;
}
.btn_categ:hover{
  background-color: #0369b3;
  padding: 7px 20px 7px 20px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 10px;
  float: right;
}
.btn_categ a{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.images_categ {
  /* padding: 5px; */
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.images_categ img{
  width: 100%;
  height: auto;
  display: block;
  /*border: 3px solid #7e0715;*/
  border-radius: 10px 10px 10px 10px;
  /* outline: 4px solid #fff; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/* .images_categ .btn {
  position: absolute;
  bottom: 18px; 
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: #c42121; 
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.images_categ .btn:hover {
  opacity: 1;
} */

.images_categ .btn_product {
  position: absolute;
  bottom: 0; /* Position the button at the bottom of the image */
  left: 0;
  width: 100%; /* Button covers the full width of the image */
  height: 30px; /* Adjust height as needed */
  background-color: rgb(9 9 119); /* Semi-transparent background */
  color: white; /* Text color */
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 31px; /* Vertically center the text inside the button */
  font-size: 16px; /* Adjust text size */
  transition: background-color 0.3s ease;
  border-radius: 0px 0px 10px 10px;
}

.images_categ .btn_product:hover {
  background-color: rgb(11 11 119); /* Darker background on hover */
}
/* categories_sec e */

/* product sec s  */
.products_sec{
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #bfc5c212;
}
.nav_tap_btn {
  display: inline-block; /* Arrange the buttons horizontally */
  position: relative;
  float: right;
}

.nav-btn {
  flex: 1; /* Buttons take up equal space */
  padding: 10px 20px;
  background-color: #0369b3; /* Default background color */
  border: none;
  border-bottom: 2px solid transparent; /* Add a bottom border that changes on active/hover */
  cursor: pointer;
  font-size: 16px; /* Adjust font size */
  color: #fff; /* Default text color */
  transition: background-color 0.3s, border-bottom 0.3s; /* Smooth transitions */
}

.nav-btn:hover,
.nav-btn.active {
  background-color: #000; /* Background color on hover or active */
  border-bottom: 4px solid #0269b2; /* Active tab bottom border color */
  color: #fff; /* Active tab text color */
}

.nav_tap_btn .nav-btn:first-child {
  border-radius: 5px 0 0 0; /* Rounded left corner for the first button */
}

.nav_tap_btn .nav-btn:last-child {
  border-radius: 0 5px 0 0; /* Rounded right corner for the last button */
}

/*  */

.tab-content {
  display: none; 
  padding-top: 10px;
  border: 1px solid #ddd;
  border-top: none; 
}


.tab-content.active {
  display: block; 
}
.nav_tap_btn .nav-btn:first-child {
  border-radius: 5px 0 0 0;
}

.nav_tap_btn .nav-btn:last-child {
  border-radius: 0 5px 0 0;
}
#content2.active {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  text-align: center;
  border: none;
}

#content1.active {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  text-align: center;
  border: none;
}
#content3.active {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  text-align: center;
  border: none;
}


/*  navtap_image  s */

.box_images{
  border: 1px solid #7e07151a;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  outline: 4px solid #fff;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius:5px;
}
.navtap_image h2{
  text-align: start;
  font-size: 20px;
  /* line-height: 25px; */
  letter-spacing: 0.5px;
  color: #0369b3;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 4px;
}
.navtap_image img {
  max-width: 100%; /* Make the image responsive */
  height: auto; /* Maintain aspect ratio */
  transition: transform 0.3s ease; 
}
.navtap_image a:hover img {
  transform: scale(0.8); /* Slightly enlarge the image on hover */
}
.box_images p{
  font-size: 15px;
  color: #000;
  line-height: 25px;
  font-weight: 400;
  text-align: start;
  margin-left: 10px;
  margin-right: 10px;
}
.box_images p a{
  color: #7f0816;
  font-size: 17px;
  font-weight: 900;
}
.box_images i{
  font-size: 15px;
  color: #7f0816;
}
/* navtap_image e */

/* products sec e */


/*  blogs sec s */
.blogs_sec {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color:#8080800d;
}
.owl-carousel.blog_carousel {
  margin: 0 auto; 
  padding: 0 15px; 
}

/* Style for each carousel item */
.owl-carousel .item {
  height: auto;
  width: 100%;
  display: flex; 
  justify-content: center; 
  align-items: center; 
  padding: 4px; 
}

/* Style for the images */
.owl-carousel .item img {
  max-width: 100%; 
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
  border-radius: 8px; 
}

/* Hover effect for images */
.owl-carousel .item img:hover {
  transform: scale(0.8);
}
.item_box {
  background-color: #fff;
  border: 1px solid #7e07151a;
  outline:4px solid #fff;
  border-radius:5px;
}

.heading_blogs h2{
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 13px;
  font-family: "Fredericka the Great", serif;
}
.heading_blogs1 h2 {
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #0369b3;
    margin-bottom: 13px;
    /* font-family: "Bebas Neue", sans-serif; */
    font-family: "Fredericka the Great", serif;
}
/*  */

.item_box p a{
  font-size: 15px;
  color: #090977;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: start;
  margin-top: 0px;
}

.item_box h3{
  font-size: 20px;
  color: #0369b3;
  font-weight: 700;
  text-align: start;
  margin-left: 10px;
  margin-bottom: 0px;
}

.item_box p{
  font-size: 15px;
  line-break: 25px;
  font-weight: 400;
  text-align: start;
  margin-left: 10px;
  /* margin-right: 10px; */
  line-height: 22px;
  color: #000;
  /*margin-bottom: 0px;*/
}

/*  */

.owl-carousel-wrapper {
  position: relative;
  width: 100%;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(3 105 179);
  color: white;
  border: none;
  /* padding: 10px; */
  cursor: pointer;
  z-index: 1000;
  width: 42px;
  height: auto;
  font-size: 27px;
  border-radius: 5px;
}

.owl-prev {
  left: 0px; /* Adjust positioning as needed */
}

.owl-next {
  right: 0px; /* Adjust positioning as needed */
}

.owl-prev:hover,
.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.owl-prev:focus,
.owl-next:focus {
  outline: none;
}
/*  */
/* blogs s end  */

/* accoladers s */
.accoladers_sec {
  padding-top: 20px;
  padding-bottom: 20px;
  /*background-color: #8080800d;*/
}
.box_accoladers {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #090977;
  border-radius: 5px;
}

.box_accoladers img {
  display: block;
  width: 100%;
  height: auto;
}

/*accoladers e  */



.sub_menu_scroll {
  height: 400px;
  overflow-y: auto;
}


/* width */
.sub_menu_scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sub_menu_scroll:hover::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.sub_menu_scroll:hover::-webkit-scrollbar-thumb {
  background: #685c5c;
}

/* Handle on hover */
.sub_menu_scroll:hover::-webkit-scrollbar-thumb:hover {
  background: #685c5c;
}

/* about- us sec s  */
.about_sec {
  padding-top: 20px;
  padding-bottom: 20px;
}
.about_content h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}
.about_content p{
  font-size: 15px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
/* about us e */


/* blogs page s  */
.blogs_section {
    padding-top:20px;
    padding-bottom:20px;
}
.item_box1 {
  background-color: #fff;
  border: 1px solid #5e6d73;
  margin-bottom: 10px;
}
.item_box1 p a{
  font-size: 15px;
  color: #090977;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: start;
  margin-top: 0px;
}

.item_box1 h3 {
    font-size: 20px;
    color: #0a7ec4;
    font-weight: 700;
    text-align: start;
    margin-left: 10px;
    margin-bottom: 0px;
}

.item_box1 p{
  font-size: 15px;
  line-break: 25px;
  font-weight: 400;
  text-align: start;
  margin-left: 10px;
  /* margin-right: 10px; */
  line-height: 26px;
  color: #000;
  margin-bottom: 0px;
}

/* blogs page e  */



.service-box{
  width:100%;
  height: ;
  display:;
  float: left;
  margin: 3px;
}
.services-content{
  width: 100%;
}


.services-content .service-box {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  transition: all ease-in 400ms;
  -webkit-transition: all ease-in 400ms;
  -moz-transition: all ease-in 400ms;
}

.services-content.services-carousel .service-box {
  margin-bottom: 15px;
  border:1px solid #7e0816;
  border-radius: 7px;
}

.services-content .service-box .img-thumb img {
  min-height: 320px;
  width: 100%;
}

.services-content .service-box .content {
  bottom: 0;
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
}

.services-content .service-box .content .title {
  background-color: #0369b3;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 0 40px;
  padding: 17px 0;
  position: relative;
  /* text-transform: uppercase; */
  transition: all ease-in 400ms;
  -webkit-transition: all ease-in 400ms;
  -moz-transition: all ease-in 400ms;
}

.services-content .service-box .content .title:before {
  background-color: #0369b3;
  bottom: 0;
  content: "";
  height: 101%;
  left: -25px;
  position: absolute;
  transform: skewX(-40deg);
  -webkit-transform: skewX(-40deg);
  width: 50px;
  transition: all ease-in 400ms;
  -webkit-transition: all ease-in 400ms;
  -moz-transition: all ease-in 400ms;
}

.services-content .service-box .content .title:after {
  background-color: #0369b3;
  bottom: 0;
  content: "";
  height: 101%;
  position: absolute;
  right: -25px;
  transform: skewX(40deg);
  -webkit-transform: skewX(40deg);
  width: 50px;
  transition: all ease-in 400ms;
  -webkit-transition: all ease-in 400ms;
  -moz-transition: all ease-in 400ms;
}

.services-content .service-box:hover .content .title {
  background-color: #8997a0;
}

.services-content .service-box:hover .content .title:before {
  background-color: #8997a0;
}

.services-content .service-box:hover .content .title:after {
  background-color: #8997a0;
}

.services-content .service-box .content .title a {
  color: #fff;
  position: relative;
  z-index: 9999;
  font-size: 13px;
}

.services-content .service-box .overlay {
  /* background-color: rgb(9 9 119 / 80%); */
  background-color: rgb(9 9 119 / 57%);
  display: inline-block;
  left: 0;
  padding: 50px 30px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -103%;
  height: 100%;
  transition: all ease-in 500ms;
  -webkit-transition: all ease-in 500ms;
  -moz-transition: all ease-in 500ms;
  z-index: 0;
}

.services-content .service-box:hover .overlay {
  top: 0;
}

.services-content .service-box .overlay::before {
  background-color: rgb(9 9 119 / 80%);
  bottom: -50px;
  content: "";
  height: 50px;
  left: -25px;
  position: absolute;
  transform: skewX(-40deg);
  -webkit-transform: skewX(-40deg);
  width: 40px;
}

.services-content .service-box .overlay::after {
  background-color: rgb(9 9 119 / 80%);
  bottom: -50px;
  content: "";
  height: 50px;
  right: -25px;
  position: absolute;
  transform: skewX(40deg);
  -webkit-transform: skewX(40deg);
  width: 40px;
}

.services-content .service-box .overlay p {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  line-height: 22px;
}

.services-content .service-box .overlay .value {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  width: 100%;
}

.services-content .service-box .overlay .value .service-price {
  color: #f4d03f;
  font-size: 22px;
}

.services-content .service-box .overlay .btn-link {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

.services-content .service-box .overlay .btn-link:hover {
  text-decoration: none;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*gallery sec s */
.ls-izmir{
  --text-color:#ffffff;
  --primary-color:#00B4DB;
  --secondary-color:#0083B0;
  --padding:1em;
  --transition-duration:600ms;
  --border-margin:15px;
  --border-width:3px;
  --border-color:#ffffff;
  --border-radius:3px;
  --image-opacity:0.25;
  display:inline-flex;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0;
  padding:0;
  color:#ffffff;
  color:var(--text-color);
  border-radius:3px;
  border-radius:var(--border-radius);
}
.ls-izmir:before,.ls-izmir:after,.ls-izmir *,.ls-izmir *:before,.ls-izmir *:after{
  box-sizing:border-box;
  transition:all 600ms ease;
  transition:all var(--transition-duration) ease;
}
.ls-izmir figcaption{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:1em;
  padding:var(--padding);
  width:100%;
  z-index:1;
}
.ls-izmir img{
  object-fit:cover;
  max-width:100%;
  width:100%;
  height:100%;
  padding: 12px;
}
.ls-izmir h4{
  margin-top:0;
  color:#ffffff;
  color:var(--text-color);
}
.ls-izmir h4:last-child{
  margin-bottom:0;
  font-size: 19px;
}
[class*=' ls-border']:before,[class*=' ls-border']:after,[class*=' ls-border'] figcaption:before,[class*=' ls-border'] figcaption:after{
  background-color:#ffffff;
  background-color:var(--border-color);
  position:absolute;
  content:'';
}
[class*=' ls-border']:before,[class*=' ls-border']:after{
  z-index:1;
  height:3px;
  height:var(--border-width);
  left:15px;
  left:var(--border-margin);
  right:15px;
  right:var(--border-margin);
  transform:scaleX(0);
}
[class*=' ls-border']:before{
  top:15px;
  top:var(--border-margin);
}
[class*=' ls-border']:after{
  bottom:15px;
  bottom:var(--border-margin);
}
[class*=' ls-border'] figcaption{
  z-index:3;
}
[class*=' ls-border'] figcaption:before,[class*=' ls-border'] figcaption:after{
  z-index:-1;
  width:3px;
  width:var(--border-width);
  top:15px;
  top:var(--border-margin);
  bottom:15px;
  bottom:var(--border-margin);
  transform:scaleY(0);
}
[class*=' ls-border'] figcaption:before{
  left:15px;
  left:var(--border-margin);
}
[class*=' ls-border'] figcaption:after{
  right:15px;
  right:var(--border-margin);
}
[class*=' ls-border'].hover:before,[class*=' ls-border'].hover:after,[class*=' ls-border'].hover figcaption:before,[class*=' ls-border'].hover figcaption:after,[class*=' ls-border']:hover:before,[class*=' ls-border']:hover:after,[class*=' ls-border']:hover figcaption:before,[class*=' ls-border']:hover figcaption:after,[class*=' ls-border']:focus:before,[class*=' ls-border']:focus:after,[class*=' ls-border']:focus figcaption:before,[class*=' ls-border']:focus figcaption:after,:focus > [class*=' ls-border']:before,:focus > [class*=' ls-border']:after,:focus > [class*=' ls-border'] figcaption:before,:focus > [class*=' ls-border'] figcaption:after{
  transform:scale(1);
}
.ls-border-bottom-left:before,.ls-border-bottom-left:after,.ls-border-bottom-left figcaption:before,.ls-border-bottom-left figcaption:after{
  transform-origin:0 100%;
}
.ls-border-bottom-left:before{
  transition-delay:0s;
}
.ls-border-bottom-left:after{
  transition-delay:480ms;
  transition-delay:calc(var(--transition-duration) / 1.25);
}
.ls-border-bottom-left figcaption:before{
  transition-delay:480ms;
  transition-delay:calc(var(--transition-duration) / 1.25);
}
.ls-border-bottom-left figcaption:after{
  transition-delay:0s;
}
.ls-border-bottom-left.hover:before,.ls-border-bottom-left:hover:before,.ls-border-bottom-left:focus:before,:focus > .ls-border-bottom-left:before{
  transition-delay:480ms;
  transition-delay:calc(var(--transition-duration) / 1.25);
}
.ls-border-bottom-left.hover:after,.ls-border-bottom-left:hover:after,.ls-border-bottom-left:focus:after,:focus > .ls-border-bottom-left:after{
  transition-delay:0s;
}
.ls-border-bottom-left.hover figcaption:before,.ls-border-bottom-left:hover figcaption:before,.ls-border-bottom-left:focus figcaption:before,:focus > .ls-border-bottom-left figcaption:before{
  transition-delay:0s;
}
.ls-border-bottom-left.hover figcaption:after,.ls-border-bottom-left:hover figcaption:after,.ls-border-bottom-left:focus figcaption:after,:focus > .ls-border-bottom-left figcaption:after{
  transition-delay:480ms;
  transition-delay:calc(var(--transition-duration) / 1.25);
}
.ls-image-rotate-right img{
  transform:scale(1.1) translate(0, 0);
}
.ls-image-rotate-right.hover img,.ls-image-rotate-right:hover img,.ls-image-rotate-right:focus img,:focus > .ls-image-rotate-right img{
  transform:scale(1.3) rotate(15deg);
}
.ls-delay-100,.ls-delay-100 > *{
  transition-delay:100ms;
}
[class^='ls-reveal']{
  display:inline-block;
}
[class^='ls-reveal'] > *{
  display:inline-block;
}
[class^='ls-reveal'] > *:last-child{
  margin-bottom:0;
}
[class^='ls-reveal']{
  overflow:hidden;
  opacity:1;
}
.ls-izmir.hover [class^='ls-reveal'],.ls-izmir:hover [class^='ls-reveal'],.ls-izmir:focus [class^='ls-reveal'],:focus > .ls-izmir [class^='ls-reveal']{
  opacity:1;
}
.ls-izmir.hover [class^='ls-reveal'] > *,.ls-izmir:hover [class^='ls-reveal'] > *,.ls-izmir:focus [class^='ls-reveal'] > *,:focus > .ls-izmir [class^='ls-reveal'] > *{
  transform:translate(0) rotate(0deg);
}
.ls-reveal-right > *{
  transform:translateX(-100%);
}
.ls-gradient-bottom-right{
  background-image:linear-gradient(315deg, #00B4DB 0%, #0083B0 100%);
  background-image:linear-gradient(315deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.ls-izmir .ls-layout-bottom-left{
  justify-content:flex-end;
  align-items:flex-start;
  text-align:left;
  border: 3px solid #0369b3;
}
.ls-izmir{
  background-color:#00B4DB;
  background-color:var(--primary-color);
}
.ls-izmir figcaption{
  padding:2em;
  padding:calc(var(--padding) * 2);
}
.ls-izmir figcaption > *{
  opacity:0;
}
.ls-izmir.hover > img,.ls-izmir:hover > img,.ls-izmir:focus > img,:focus > .ls-izmir > img{
  opacity:0.25;
  opacity:var(--image-opacity);
}
.ls-izmir.hover figcaption > *,.ls-izmir:hover figcaption > *,.ls-izmir:focus figcaption > *,:focus > .ls-izmir figcaption > *{
  opacity:1;
}

.examples{
  display:flex;
  /* flex-wrap:wrap; */
  justify-content:center;
}
.examples > *{
  margin:8px;
  max-width:100%;
}

/* gallery sec e  */

/* about sec s  */

.about-section{
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#bfc5c212;
}

.about-section .content-column{
	position:relative;
	margin-bottom:0px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-top:20px;

}

.about-section .content-column .text{
	position:relative;
	color:#000;
	font-size:15px;
	line-height:27px;
	margin-bottom:10px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:0px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	/* margin-left:50px; */
}

.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:2px solid #485961;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
  border: 3px solid #0268b2;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#51626a;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:2px solid #0269b2;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #0e0e77;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #0e0e77;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 0px;
}
.sec-title .title {
    position: relative;
    color: #0369b2;
    font-size: 35px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 2px;
    background-color: #090977;
}
/* about sec e */




/* inner page s  */
.inner_heading h3{
font-size: 35px;
color: #000;
line-height: 27px;
margin-bottom: 0px;
font-weight:700;
}
.inner_heading p{
  font-size: 15px;
  color: #000;
  line-height: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  border: 1px solid #ddd; /* Light gray border */
  padding: 5px !important ; /* Padding inside cells */
  text-align: center; /* Center-align text */
}

.table th {
  background-color: #f4f4f4; /* Light gray background for headers */
  font-weight: bold; /* Bold text for headers */
}

.table tr:nth-child(even) {
  background-color: #f9f9f9; /* Zebra striping for rows */
}

.table tr:hover {
  background-color: #e9e9e9; /* Highlight row on hover */
}

.contact-row {
  background-color: #495a62  !important; /* Red background color */
}

.contact-row td {
  color: white; /* White text color */
  font-weight: bold; /* Bold text */
  text-align: center; /* Center-align text */
  padding: 5px !important;
}
.table-header tr th{
  background-color: #0369b3  !important;
  color: #fff;
  padding: 10px !important;
}

.img-thumb1 {
  position: relative;
  display: inline-block; 
  overflow: hidden; 
  background: none; 
  transition: background-color 0.3s; 
}
.img-thumb1::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  right: -30px;
  width: 50px;
  height: 50px;
  background: #090977;
  z-index: 1;
  transform: rotate(45deg);
}
.img-thumb1::after {
  content: "";
  position: absolute;
  top: -25px; 
  right: -30px;
  width: 50px; 
  height: 50px; 
  background: #090977; 
  transform: rotate(45deg); 
  z-index: 111; 
}

/* Styling for the image inside the thumb */
.img-thumb1 img {
  display: block;
  width: 100%;
}
/* inner page e */


/* faqs s  */
.accoladers_sec {
  padding-top: 20px;
  padding-bottom: 20px;
  /*background-color: #0083B0;*/
}
.products_sec1 {
    padding-top: 20px;
    padding-bottom: 15px;
    /*background-color: #bfc5c212;*/
}

.according_faqs {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #bfc5c212;
}
.gallery_sec1{
    padding-top:20px;
    padding-bottom:20px;
    background-color: #bfc5c212;
}
 .accod_btn{
  color:#fff;
  background-color: #0369b3 !important;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #0369b3 !important;
}


.accordion-button.collapsed.accod_btn {
  color: white; 
  border: none; 
}

.accordion-button.accod_btn {
  color: #fff; 
}

.accordion-button::after {
  background-image: none; /* Remove the default icon */
  content: '▼'; /* Add a custom icon, can be adjusted */
  color: white; /* Set icon color to white */
  font-size: 0.8em; /* Adjust the size if needed */
  /* margin-left: 0.5rem; */
  filter: brightness(0) invert(1); /* Convert the icon color to white */
  margin-left: auto; /* Push the icon to the right */
  transform: rotate(0deg); /* Ensures correct icon rotation when collapsed */
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-body {
  border: 1px solid #ddd; /* Light gray border */
  padding: 10px; /* Optional: padding inside the body */
}

/* Optional: Add a border style when expanded */
.accordion-collapse.show .accordion-body {
  border: 1px solid #090977; /* Change border color when expanded */
}
/* faqs e */

/**/
.waste_content p{
    font-size:15px;
    color:#000;
    font-weight:400;
    line-height:27px;
}

/**/

.heading_categ .title:before {
  position: absolute;
  content: '';
  right: 34%;
  bottom: 10px;
  width: 100px;
  height: 3px;
  background-color: #090977;
}

.heading_categ .title:after {
  position: absolute;
  content: '';
  left: 34%;
  bottom: 10px;
  width: 100px;
  height: 3px;
  background-color: #090977;
}

/**/
.gst-no {
  display: inline-block;
  margin-left: 78px;
}

.gst-no  p{
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
 }
 
 
 /* sitemap css start */

.sitemap_section{
  padding-top: 20px;
  padding-bottom: 0px;
}

.sitemap_ul_div ul{
  list-style: none !important;
}

.sitemap_ul_div li{
line-height: 40px;
border: 1px dashed lightgray;
margin-bottom: 15px;
padding: 7px 10px;
border-left: 5px solid #090977;
background-color: #fff;
transition: .5s ease;
display: block;
 
}


.sitemap_ul_div li:hover{
  line-height: 40px;
  border: 1px dashed lightgray;
margin-bottom: 15px;
padding: 7px 10px;
border-left: 5px solid #212121;
background-color: #85969d;
transition: .5s ease;
 
}

.sitemap_ul_div li:before{
  position: relative;
    content: '\2059';
    margin-right: 4px;
    font-weight: bold;
    color: #090977;
    top: -1px;
    font-size: 20px;
}


.sitemap_ul_div li:hover:before{
  position: relative;
    content: '\2059';
    margin-right: 4px;
    font-weight: bold;
    color: #fff;
    top: -1px;
    font-size: 20px;
}


.sitemap_ul_div li a{
  text-transform: capitalize;
  font-size: 13px;
  display: inline-block;
  color:#000;
}


.sitemap_ul_div li:hover a{
  text-transform: capitalize;
  font-size: 13px;
  color: #fff;
}

.one_way_taxi_inner_se{
  padding-top: 50px;
  padding-bottom: 50px;
}

.one_way_ser_div{
  margin-bottom: 20px;
}

.headti{
  text-align: center;
  margin-bottom: 25px;
}

.sitemap_head_ti{
  margin-bottom: 10px;
}

.sitemap_head_ti h2{
  font-size: 25px;
  font-weight: 800;
  color:#0269b3;
}

.site_map_navi{
  background-color: #fafafa;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.site_map_nav{
  margin-bottom: 20px;
}

.site_map_nav h2{
  font-size: 25px;
  color: #000;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight:900;
}

.site_map_nav a{
 background-color: #0469b2;
 color: #fff;
 padding: 10px 20px 10px 20px;
 text-transform: capitalize;
 border-radius: 100px;
 margin: 0px 5px;
 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 transition: .3s ease-in-out;
 border-left: 5px solid #eeeaea;
 border-right: 5px solid #eeeaea;
 font-size: 15px;
}


.site_map_nav a:hover{
  background-color: #809198;
  color: #fff;
  padding: 10px 20px 10px 20px;
  text-transform: capitalize;
  border-radius: 100px;
  margin: 0px 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: .3s ease-in-out;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
 }


@media (max-width: 767px) {
.site_map_nav a {
  background-color: #fff;
  color: #212121;
  padding: 6px 5px 6px 3px;
  text-transform: capitalize;
  border-radius: 100px;
  margin: 0px 6px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: .3s ease-in-out;
  border-left: 5px solid #eeeaea;
  border-right: 5px solid #eeeaea;
  font-size: 11px;
}
.sitemap_ul_div li a {
    text-transform: capitalize;
    font-size: 9px;
    display: inline-block;
    color: #000;
}
.custome-marquee {
    width: 100%;
    height: 55px;
    overflow: hidden;
    position: relative;
}
}

  /* sitemap end */
 
 
  /* inner page enquiry button s  */

  .enquiry-button {
    position: absolute;
    top: 57%;
    right: -15%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left center;
    background-color: #7e0715;
    color: #fff;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 16px;
    z-index: 1;
  
}

  /* inner page enquiry button s  */

  /* popup s  */
 
.popup-modal {
  display: none; 
  position: fixed; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; 
}

.popup-content {
  background-color: #fff; 
  margin: 10% auto; 
  padding: 20px; 
  border-radius: 8px; 
  width: 60%; 
  max-width: 500px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  position: relative; 
  border: 4px solid #090977;
}
.popup-content h2{
  font-size: 25px;
  font-weight: 800;
  color: #000;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer; 
  color: #090977; 
  font-weight: 800;
}
.form-control {
  height: 50px;
  color: #000;
  border: 1px solid #ebebeb;
  background-color: transparent;
  border-radius: 0;
  font-size: 13px;
  padding: 10px 11px;
  width: 100%;
}
.set {
  position: absolute;
  margin-top: -32px;
  margin-left: 15px;
  color:#7e0715;
}
.sendenqy{
  background-color:#7e0715;
  padding: 10px;
  border: none;
  border-radius: 5px;
  }
  .sendenqy span{
    color: #fff;
    font-size: 15px;
  }
  /* popup e */
  
  .privacy_sec {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .privacy_head h3{
    font-size: 35px;
    color: #000;
    font-weight: 800;
  }
  .privacy_cont {
    padding: 0;
  }
  .privacy_cont p{
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #000;
  }
  .privacy_sec h5{
    font-size: 20px;
    font-weight: 700;
    color: #000;
  }
  
  .copyterms {
      float:left;
  }