/*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: linear-gradient(180deg, #3131318a, #4e4e4e00);
    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: #f0ddbf;
    background: transparent;
    border: solid 1px #f0ddbf !important;
    border-radius: 0;
    font-size: 14px;
}
.btn-primary:hover{
	background:#f0ddbf;
	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: #ecd8ba !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: #ebfd92;
    padding-top: 50px;
    color: #303030;
}
footer a{
	color: #303030;
    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}
/*hand Code*/
.collage_grid{
    width: 100%;
    height: 100vh;
    display: flex
;
    overflow: hidden;
    background: url(https://ashwinkireet.com//wp-content/uploads/2025/07/collage_desk.jpg);
    /* background: url(https://ashwinkireet.com//wp-content/uploads/2025/07/collage_mobile.jpg); */
    background-position: center;
    background-size: cover;
    align-items: center;
    justify-content: center;

}
.collage_grid .item{
	width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position:relative;
	transition:all 0.9s ease;
}


.collage_grid .item:hover,
.collage_grid .log_item:hover{
	scale:1.05
}
.collage_grid .log_item{
height: 100px;
    width: 100px;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    transition: all 0.9s ease;
}
.collage_grid .col-md-4{
	overflow:hidden
}
.collage_grid .log_item img{
	width: 120px;
  
}
.collage_grid .log_item .enter_button{position: absolute;
    bottom: auto;
    width: 100%;
    text-align: center;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    top: auto;}
.collage_grid .item:after{
position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #00000075, #00000024, #000000a1);
    content: "";
	
}
.mibile_logo{display:none}
.desk_logo .logo-img{width:75px}
.main-nav{display: flex
;
    align-items: center;
    justify-content: center;
	box-shadow:none !important}
.home_slider .item{
position:relative;}  
.home_slider .owl-item img{transform: scale(1)  }
.home_slider .owl-item.active img {transition: transform 15s;transform: scale(1.2);  }
.home_slider.owl-theme .owl-nav [class*='owl-'] {
    color: #ffffffd9;
    font-size: 40px;
    margin: 5px;
    padding: 4px 7px;
    background: #ffffff00;
    display: inline-block;
    cursor: pointer;
    line-height: 1.7;
    width: 50px;
    height: 50px;
}
.home_slider.owl-theme .owl-nav [class*='owl-']:hover{
	background:transparent
}
.item img{width: 100%;
    height: auto;}
.intro_sec{    margin-top: -100px;
position:relative}
.intro_sec #counter{
position: absolute;
    bottom: 20px;
    color: #fff;
    z-index: 9;
    left: calc(50% - 10px);
    font-size: 16px;
}

.cate_section{
	background:#f5f5f4
} 
.cate_tabs{
	background: #fff;
    padding: 35px;
    border: solid 1px #ccc;
    position: relative;
    padding-right: 0;
    width: 120%;
    z-index: 9;
}
.testimonials_section{
	background:url(https://ashwinkireet.com///wp-content/uploads/2025/05/testimonial_bg.jpg);
	background-position:center;
	background-size:100%;
	position:relative;
	color:#fff;
	padding-bottom: 40px ;
}
.testimonials_section:before{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000082;
    content: ""; 
}.testimonials_section div{
	position:relative
}
.testimonials_section .descript{
	font-size: 24px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #fff;
    font-family: "Cardo", sans-serif;
    margin-bottom: 23px;
}

.testimonials_section h3{
	font-size: 14px;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}
/* .cate_tabs:after{ */
	/* position:absolute; */
	/* top:0; */
	/* right:-50px; */
	/* width:50px; */
	/* height:100%; */
	/* background:#fff; */
	/* content:""; */
/* } */
.vedio_section{
	margin-top:-150px;
	position:relative
}
.video_wrap .custom-html-widget{
	    position: relative;
    border: solid 4px #fff;
    box-shadow: 0 2px 7px #0000004a;
}.video_wrap .custom-html-widget a{
position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	    z-index: 9;
}
.video_wrap .custom-html-widget:before{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000082;
    content: ""; 
}
.video_wrap .custom-html-widget:after{
    content: "\f144";
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    font: normal normal normal 14px / 1 FontAwesome;
    color: #fff;
    font-size: 60px;
}
.video_section2{
	background:#fff;
	position:relative
}
.video_section2:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://ashwinkireet.com//wp-content/uploads/2025/06/video_background-1.png);
    content: "";
    opacity: 0.1;
	    background-position: bottom;
    background-repeat: repeat-x;
	    transform: rotate(180deg);
}
 
.video_sider{background: #434343;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: calc(100% - 60px);
    margin: 30px 0;
    margin-left: -70px;
    position: relative;
    border: solid 1px #fff;
    box-shadow: 2px 1px 7px #0000006b;
	    padding: 20px 0;}
.video_sider ul.social-custom a {
    text-decoration: none !important;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 20px;
    color: #2c2c2c;
    border-radius: 50%;
    margin: 0px 5px;
    text-align: center;
    background: #ecd8ba;
    border: solid 1px #ffffff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_sider ul.social-custom {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 25px;
}
.cate_tabs .custom-html-widget{
	
}
.cate_tabs .nav.nav-tabs{
	border-bottom:0
}
.cate_tabs .nav.nav-tabs li{
	width:100%;
}
.cate_tabs .nav.nav-tabs button{
    width: 100%;
    border: 0;
    text-align: left;
    font-size: 23px;
    padding: 0;
    padding-bottom: 11px;
    position: relative;
    font-family: "Cardo", serif;
    color: #938f8f;
	
}
.cate_tabs .nav.nav-tabs button.active{
	color:#434343
}
.cate_tabs h6{font-family: "Asul", serif !important;
    color: #a4a1a1;
    letter-spacing: 2px;
    margin-bottom: 20px;}
.cate_tabs .nav.nav-tabs button:after{
position: absolute;
    top: 20px;
    right:  0px;
    width: 0px;
    height: 1px;
    content: "";
    border-bottom: solid 1px #434343;
    z-index: 9;
	transition: width 1s;
}
.cate_tabs .nav.nav-tabs button.active:after{
	width:80px
}
.cate_tabs .nav.nav-tabs button:hover:after{
	width: 80px;
}
.cate_content .tab-content{
	position:relative;
}
.cate_content .tab-content  .over_lay{
	position: absolute;
    top: 0px;
    right:  0px;
    width: 100%;
    height: 100%;
    content: "";
	background:#000000a1;
	display:flex;
	align-items:center;
	justify-content:center;
	transition: all 0.9s ease;
	opacity:0;
    
}
.cate_content .tab-content:hover .over_lay{
	opacity:1;
}
.cate_content .tab-content img{transition: all 0.9s ease;}
.cate_content .tab-content:hover img{
transform: scale(1.05); 
 }
.timline_grid .item{
	padding: 35px;
	position:relative;
}
.timline_grid .item:before{position: absolute;
    top: 0px;
    right:  0px;
    width: 200px;
    height: 1px;
	border-top:solid 1px #ccc;
	content:"";}
.timline_grid .row .col-md-6:last-child .item:before{
	
  top: 20px;
    right: auto;
	left:0}
.timline_grid .row .col-md-6:last-child .item{padding-top:50px}
.timline_grid .row .col-md-6:first-child{border-right:solid 1px #ccc}
.timline_grid .item img{width:100%;height:auto}
.timline_grid .item .item_inner{
	background: #fff;
    padding: 20px;
}
.timline_grid .item .item_inner h3{
	font-family: Cardo, serif !important;
    font-weight: 400;
	color:#000;
	    font-size: 30px;
    letter-spacing: 3.75px;
}
.timline_grid .item .item_inner h6{ font-family: "Asul", serif !important;
    color: #a4a1a1;
    margin-top: 20px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 11px;}
.insta_title{font-family: "Cardo", sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    color: #000;
    border: solid 1px #d9d9d9;
    padding: 20px;
    text-align: center;
       height: 100%;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position:relative}
.insta_title span{    font-size: 13px;
    letter-spacing: 2px;
    color: #9b9b9b;}
.insta_title a{    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;}
.insta_scroll .item_img{
	position:relative
}
.insta_scroll .item_img a{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#0000005e
}
.insta_scroll .item_img:hover a{
	background-color:#0000009e;
	transition: background-color 500ms linear;
}
.insta_scroll.owl-theme .owl-nav{top: 36%;}
.insta_scroll.owl-theme .owl-nav [class*='owl-']{margin:0;
background: #2c3441;
    color: #fff;} 
.insta_scroll.owl-theme .owl-nav .owl-prev{
	border-radius: 0 30px 30px 0;
	width: 26px;
    text-align: left;
}
.insta_scroll.owl-theme .owl-nav .owl-next{
	border-radius: 30px 0 0 30px ;
	width: 26px;
    text-align: right;
}
.insta_scroll .item_img:hover:after{
	display:block
}
.insta_scroll .item_img:after{
	position: absolute;
    top: 10px;
    right: 10px;
    content: "\f24d";
    font: normal normal normal 14px / 1 FontAwesome;
    color: #fff;
    font-size: 25px;
	display:none
}
 .latest_stories{
	 background: #f5f5f4;
	 
 }
.latest_stories .item_thumb{position:relative}
.latest_stories .item_thumb .over_lay {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: #000000a1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.9s ease;
    opacity: 0;
}
.timline_grid .item:hover .over_lay {
    opacity: 1;
}
 .section_title{
	 letter-spacing: 4px;    
	 text-transform: uppercase;
	 font-size: 30px;
 }
.asul_title {
    font-family: "Asul", serif !important;
    color: #a4a1a1;
    letter-spacing: 2px;
    
}
ul.social-custom {
     margin: 0;
    list-style: none;
    padding: 0;
      
  }
  
ul.social-custom li {
    padding: 0;
    margin: 0;
    float: left;
     margin-right: 1px !important;
}
ul.social-custom a {
text-decoration: none !important;
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 20px;
    color: #ecd8ba;
    border-radius: 50%;
    margin: 0px 2px;
    text-align: center;
    background: #2c3441;
    border: solid 1px #dfdede;
    padding: 5px;
    display: block;
}
.page_header{
	min-height: 450px;
    background: url(https://ashwinkireet.com/wp-content/uploads/2025/07/page-header-1.png);
    background-size: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-attachment: fixed;
    color: #fff;
    margin-top: -90px;
	position:relative;overflow: hidden;
}
.page_header:before{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: #000000a1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.9s ease;
    opacity: 0.5;z-index: 9;
}
.page_header h1{color:#fff;position:relative;z-index: 9;}
.page_header iframe{    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;}
.page_header p	{
	position:relative;
		font-family: "Asul", serif !important;
    color: #ecd8ba;
    letter-spacing: 2px;
	}
.about_me{
	margin-top: -100px;
    position: relative;z-index: 9;
}
.about_me .container{
	background:#fff;padding: 80px;
}
.aniamge:hover {
     
    transform: translateY(-15px) !important;
    box-shadow: 0 18px 26px -10px #000;
}
.aniamge {
    
    border: solid 1px #fafafa;
   
    transition: all 0.5s;
    position: relative;
}
.about_me.service_abt .container {
    background: #fff;
    padding: 0;
}
.team_grid .iconbox{
	text-align: center;
    background: #fff;
    padding: 15px;
    border: solid 1px #efeeee;
    box-shadow: 0 0 5px #eaeaea;
}
.team_grid .iconbox img{
	width:100%
}
#gallery-1{
	columns: 300px;
    column-gap: 5px;
}
#gallery-1 .gallery-item{  
  border-radius: 5px;
  background: #fff;
  break-inside: avoid-column;
  margin-bottom: 5px; 
  width:unset !important;
  margin-top:0 !important;
  border: 0;}
 
 #gallery-1 .gallery-item img{
	 width:100%;
	 height:auto;
	 border: 0;transition: all 0.9s ease;
	  
 }
 #gallery-1 .gallery-item a{
	 position:relative;
	 display: block;
 }
 
 #gallery-1 .gallery-item a:before{
	  position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.9s ease;
    opacity: 1; z-index: 2; 
 } 
 #gallery-1 .gallery-item a:hover img{    scale: 1.02;} 
 #gallery-1 .gallery-item a:hover:before{
	  
	 background: #000000a1;
 }
  #gallery-1 .gallery-item a:after{
	      position: absolute;
    top: calc(50% - 25px);
    right: calc(50% - 25px);
    width: 50px;
    height: 50px;
    content: "";
    background: url(https://ashwinkireet.com//wp-content/uploads/2025/05/resize.png);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.9s ease;
    opacity: 0;
    background-size: cover; 
	z-index: 3;
 } 
 #gallery-1 .gallery-item a:hover:after{
	  opacity: 1;
 }
 
 .sm-blue{box-shadow:none !important}
 .sm-blue a .sub-arrow{top: 15px !important;
         border-color: #ecd8ba transparent transparent transparent !important;}
.sm-blue ul{background: #2d2d2d !important;border: 1px solid #474242 !important;}
.screen-reader-text{display:none}
.pagination{    justify-content: center;
    margin-top: 30px;}
.page-numbers{
    min-width: 17px;
    display: inline-block;
    text-align: center;
    padding: 3px 9px;
    color:   #2e2e2e;;
	border:solid 1px   #2e2e2e;}
.page-numbers.current{
	background: #2e2e2e;
	color:#fff
}
.page-numbers.dots{border-color:transparent}
 
  .pure_insta  a:not(.eapps-instagram-feed-posts-item-link):before{
	position:absolute
}
.h-100 .custom-html-widget{
	height:100%
}
.blog_grid .item .item_inner {
    background: #fff;
    padding: 20px;
	margin: 15px 0;
}
.blog_grid .item .item_inner h6 {
    font-family: "Asul", serif !important;
    color: #a4a1a1;
    margin-top: 20px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 11px;
}
.blog_grid.item .item_inner h3 {
    font-family: Cardo, serif !important;
    font-weight: 400;
    color: #000;
    font-size: 30px;
    letter-spacing
}
.contact_form .form-control{
	border-radius: 0;
    border-color: #e2e1e14d;
    border-bottom: solid 1px #a5a1a1;
    background: #ebe3d81a;
}
.contact_sec{
	padding: 50px 80px;
}
.contact_group .widget_text{
	background: #fff;
    height: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
	border: solid 1px #e5e3e3;
    box-shadow: 0 0 12px #00000005;
}
.contact_group .widget_text h6{font-size: 13px;
    color: #6a6767;
    margin-top: 15px;}
.contact_group  .social-custom{display: inline-block;
        padding-top: 5px;}
/* .contact_group  .social-custom a{    color: #2c3441; */
    /* background: transparent; */
    /* border: 0; */
    /* padding: 0; */
    /* width: 21px; */
    /* height: auto;} */
	
.latter{
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 4s;
  display: inline-block;
  transform: rotateY(90deg);
  color:#fff
}
.owl-item.active .latter{transform: rotateY(360deg) !important;}
.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    background: #0000001c;
    width: 100%;
    height: 100%;
}
.carousel-caption h1{
	display: flex;
    justify-content: center;
    font-size: 50px;
    letter-spacing: 46px;
	transition:all 2s ease;
}
.carousel-caption h4{
	color:#fff;
	position:relative;
	z-index:9;
	transition:all 5s ease;
	font-size:12px;
	margin-top:50px
}
.owl-item.active .carousel-caption h4{
	scale:2
}
.pure_insta .custom-html-widget{
	position:relative
}
.pure_insta .custom-html-widget:after{
	position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    background: #f5f5f4;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
/*hand Code*/


 
/*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
}
}

 


 
 
