/*common*/

body {
  font-family: "Roboto", sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.5;
    color: #434343;
    background: #F7F7F7;
    position: relative;
      
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{color:#434343;
font-family: "Cardo", serif;} 
a {
  color: #34475e;
  text-decoration: none;
}
 .btn-close{
	position:relative;
	background: transparent;
}
.btn-close:before{
    position: absolute;
    top: 0;
    left: 0;
    /* background: #fff; */
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    content: "\f00d";
    font: normal normal normal 14px / 1 FontAwesome;
    color: #fff;
    justify-content: center;
    
}
.modal-content{
	border: solid 1px #fff;
}
a:focus, a:hover {
  color: #34475e;
  text-decoration: none;
}
header{ padding: 5px 0;
    background: #050503;
    position: relative;
    z-index: 9999;}
/*
 * 2. BUTTONS
 */
 .btn{padding: 5px 30px;
  border-radius: 3px;  border-radius: 0px;
  font-size:14px;
  font-family: "Asul", serif !important;
   
    letter-spacing: 2px;}
.btn-primary {
   color: #fdf7d9;
    background: transparent;
    border: solid 1px #fdf7d9 !important;
    border-radius: 0;
    font-size: 14px;
}
.btn-primary:hover{
	background:#fdf7d9;
	color:#000;
}
.btn-secondary{border-radius: 0;
    border: solid 1px #434361;
    background: transparent;
    color: #434361;}
.btn-danger{
	background:#2c3441;
	 border: solid 1px #2c3441;
}
.btn-danger:hover{
	background:transparent;
	color:#434361;
}
/*
* 7.CODE
*/
.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
        background: #eedabc !important;
        color: #434343 !important;
    }
.sm-blue li{border:none !important}
.sm-blue a{ border-right: solid 0px #0665a91c;
    padding: 4px 11px !important;font-weight: 400;
    color:#f7eebd !important;
    text-shadow: unset !important;
    border-radius: 2px;font-family: "Asul", serif !important;letter-spacing: 2px;
	font-size: 14px;}
.sm-blue a.has-submenu{
  padding-right: 20px !important;
}
.sm-blue .sub-menu a {border-bottom: solid 1px #eedabc3b !important}
#main-menu.sm-blue a .sub-arrow{
  top: 20px;
  right: 8px;
  border-color: #ecd8ba transparent transparent transparent;
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after{background: #ffffff !important}
/*footer*/
footer{
	       background: #2b2b2b;
    padding-top: 50px;
    color: #fff2dd;
}
footer h1, 
footer h2, 
footer h3,footer  h4,footer  h5{
    color: #fff2dd !important
}
footer a{
	color: #fff2dd;
    font-family: Asul, sans-serif;
    font-size: 13px;
    padding-bottom: 6px;
    display: block;
}
footer ul {list-style: none;
   
    padding: 0;}
footer ul li{}
footer ul li a{}
footer ul li a .fa{margin-right: 6px;}

footer ul.social-custom li a .fa{margin:0}

.footer_logo{width:100px}
.footer-top{color: #ecd8ba;
    background: #2c3441;
	padding:10px 0}
.footer-top p{margin:0}
.footer_contact li{
	display: flex;
    color: #fff;
    gap: 10px;
    margin-bottom: 20px;
}
.footer_contact li .fa{
	font-size:22px
}
.footer_contact h6{
	color:#fff
}
/*hand Code*/
.mibile_logo{display:none}
.desk_logo .logo-img{width:75px}
.main-nav{display: flex
;
    align-items: center;
    justify-content: center;
	box-shadow:none !important}
/*hand Code*/
.top_bar{
	background: #f7eebd;
    color: #050503;
    position: relative;
    z-index: 9;
    padding: 6px 0;
}
.top_bar a{
	color:#050503
}
.social_links {
	display:flex;
	gap:5px
}
.social_links a{
	        width: 26px;
    height: 26px;
    border: solid 1px #737373;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
}

.intro_sec {
	 
}
.owl-carousel.home_slider .owl-nav .owl-next,
.owl-carousel.home_slider .owl-nav .owl-prev{
	border: solid 1px #fff;
    background: transparent !important;
    width: 46px;
    height: 46px;
    border-radius: 50%;
	color: #fff;
}
.benifits{background: #f2ebc3;
    padding: 50px 0;}
.benifits h3{
	font-weight:bold;
	font-size:20px
}
.benifits p{
	font-size:15px
}
.benifits img{
	width:64px;
	margin-bottom:15px
}
.occ_desn_item{
	border-radius:20px;
	border:solid 2px #000;
	position:relative;
	overflow:hidden;
	    transition: all 0.5s;
}
.occ_desn_item a{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%
}
.occ_desn_item:hover {
    transform: translateY(-15px);
    box-shadow: 0 18px 26px -10px;
}
.occ_desn_item .content{
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    background: linear-gradient(360deg, #000000, transparent);
    padding-top: 50px;
}
.occ_desn_item .content h6{
	color:#fff;
}
.occ_desn_item .content span{
	    padding: 4px 10px;
    border: solid 1px #fff;
    border-radius: 5px;
}
.main_streem .nav-pills .nav-link{
	font-size: 16px;
    padding: 15px 0;
	color:#777777
}
.main_streem .nav-pills .nav-link.active{
	background:none;
	color:#000;
	position:relative
}
.main_streem .nav-pills .nav-link.active:before{
	position: absolute;
    content: "";
    background: #000;
    bottom: 0;
    width: 100%;
    height: 5px;
    left: 0;
    border-radius: 5px 5px 0px 0px;
}
.main_streem .nav-pills{
	border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
    box-shadow: 0 3px 9px #00000024;
	    gap: 70px;
}
.video_wrap{
	position:relative;
}
.video_wrap video{
	position:relative
}
.video_wrap .video_overylay{
	        position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: #00000073;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction:column;
	gap:30px
}
.footer_bens{
	text-align: center;
    padding: 50px 0;
    background: #fff2dd;
}
.footer_bens h6{
	color: #1a1a1a;
	font-weight:bold;
	margin-top:15px
}
.footer_bens img{width:64px}

.video_wrap .video_overylay h1{color:#fff}
.footer-logo{
	width:100px
}
.page_header{    background: #fffcec;
    border-bottom: solid 1px #c7c7c4;
    box-shadow: 0 3px 5px #0000001f;
	padding:15px 0}
.page_header h2{margin:0;font-size: 20px;}
.page_header h1{
	font-size:18px;
	margin:0
}
.product_page .wp-post-image{
	width:100%;
	height:auto;
}
/*responsive*/
@media (max-width: 480px) {
	.sm-blue a{color:#fff !important}
	.sm-blue ul li a{color:#cccccc !important}
  .main-menu-btn{
	  /* position: unset !important; */
    margin-top: 9px !important;
	z-index: 99999;}

    ul.social-custom {
      float: unset;
      margin: 0 auto;
      text-align: center;
      display: table;
  }
  .video_sider{
	  margin-left:0
  }
  .page_header{
	  margin-top:0;
	  min-height: 165px;
  }.about_me .container {
    background: #fff;
    padding: 15px;
}
  .contact_sec {
    padding: 0;
}
  .about_me {
  margin-top: 0px;margin: 15px;}
 header {
 padding: 0px;}
 
  footer.main-footer .photo-stream li {
    width: 32%;
    margin-bottom: 10px;
  }
  .tab-content > .tab-pane {
    margin-bottom: 15px !important;} 
    .gallery_wrap .item .gall_title {
     
      bottom: 0;}
      .gallery_wrap .item {
        margin-bottom: 15px;}
  footer.main-footer .photo-stream a {
    width: 100%;
    height: auto;
  }
  
  .services_section .item{height: auto;
    margin-bottom: 15px;}
 
    .nav-pills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo{text-align: center;
    display: unset !important;
    border-bottom: solid 1px #d5e6f3;
    padding-bottom: 3px;
    margin-bottom: 3px;}
.logo img{float:unset;height: 32px;}
.image_1 {
    margin-bottom: 15px;
height: auto !important;}
 
 
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active{background:none !important;
color: #fff !important;}
.navbar-dark .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    background: #009688;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    left: 0;
    width: 100%;
    background: #009688;
    text-align: left;
    top: 50px;
}
.navbar {
    position: unset;
}
.navbar-collapse li{padding-left:15px}
.slider_section:after{background:none}
.main-nav{
	display: block;
    background: transparent;
}
.sm-blue {
    background: #000000ad !important
}
.desk_logo{
	display:none
}
.menubar{
	        position: absolute;
        width: 100%;
        padding-bottom: 3px;
       background: linear-gradient(180deg, #000000b8, transparent);
}
.cate_tabs{width:100%}
.intro_sec {
    margin-top: 0;
}
.mibile_logo {
    display: block;float: left;
}
.mibile_logo img{
	        width: 60px;
        margin-top: 5px;
}.collage_grid .log_item img {
    width: 60px;
}
.collage_grid{
    
  background: url(https://ashwinkireet.com//wp-content/uploads/2025/07/collage_mobile1.jpg);
        background-size: 100%;
        background-position: top center;
    

}
.collage_grid .log_item .enter_button {
}
.collage_grid .log_item

 {
    height: 120px;
        width: 33%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        transition: all 0.9s ease;
        background: #000000eb;
        padding: 20px 0;
        border: solid 1px #fff;
}
.collage_grid .log_item .enter_button  a{font-size: 11px;}
.collage_grid .row:first-child{
		/* display:none */
	}
	.carousel-caption h1{
        font-size: 24px;
    letter-spacing: 6px;
    }

 
    .collage_grid .row:first-child,.collage_grid .row:last-child{
		/* display:none */
	}
	.collage_grid .row .col:first-child,.collage_grid .row .col:last-child,
	.collage_grid .row .col:nth-child(2)
	{
		/* display:none */
	}
.carousel-caption h4{
	margin-top:20px
}
.owl-item.active .carousel-caption h4{
	scale:1.5
}

}

 


 
 
