/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.work {
  width: 100%;

}
  .work .img {
    width: 100%;
    height: 500px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    z-index: 0; 
     background-size: cover;
  background-repeat: no-repeat;
  
      
  }
    .work .img:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      z-index: -1;
      background: rgba(255, 93, 177, 0);
      background: -moz-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 93, 177, 0)), color-stop(42%, rgba(148, 54, 103, 0)), color-stop(100%, black));
      background: -webkit-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
      background: -o-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
      background: -ms-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 93, 177, 0)), color-stop(42%, rgba(148, 54, 103, 0)), to(black));
      background: linear-gradient(to bottom, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#000000', GradientType=0 );
      opacity: .6;
      

    }
  .work .text {
          position: absolute;
    bottom:0px;
    padding: 35px;
    padding-top: 0;
    
      
  }
    .work .text h3 {
      font-size: 34px;
      font-weight: 400;
      font-family: "Playfair Display", serif;
      margin-bottom: 50px;
      
        
    }
      .work .text h3 a {
        color: #fff;
      }
    .work .text .cat {
      font-size: 12px;
      color: #b063c5;
      font-weight: 400;
      background: rgba(255, 255, 255, 0.9);
      padding: 1px 8px;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: inline-block;
      margin-bottom: 5px;
      
    }
      
       .work .cadt {
              font-size: 19px;
    color: #fff;
    font-weight: 400;
    background: #e01b24;
    padding: 7px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 5px;
    position: absolute;
    right: 0;
           
       }
.gicon{
    position: absolute;
    top: 50%;
    left: 47%;
    padding: 11px;
    background: red;
    border-radius: 100px;
    height: 43px;
    width: 43px;
    text-align: center;
    display:none;
}

.cr-carousel:hover i,.all_gallery_content .item:hover  i{
    color:#fff;
}

.cr-carousel:hover .gicon , .all_gallery_content .item:hover .gicon{
    display:block;
}

.all_gallery_content{
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.all_gallery_content .item{
        flex: 1 1 30%;
    margin: 20px;

}

.all_gallery_content .item:hover {
  transform: scale(1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.sub-menu li a{
    color:#000 !important;
}

.current_page_parent  .sub-menu .current-menu-item a{
    color:#e01b24 !important;
}

.cform {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.coform {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.cform >div {
    width: calc(50% - 20px);
    margin: 0 10px 0px;
}

.coform >div {
    width: calc(50% - 20px);
    margin: 0 10px 10px;
}


body .cform>div.full {
    width: calc(100% - 20px);
}

body .coform>div.full {
    width: calc(100% - 20px);
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
body .btn, body form input[type="submit"], body form button[type="submit"] {
    background: #e01b24 !important;
    color: #fff !important;
    border-radius: 0px !important;
    border: 2px solid #e01b24 !important;
    padding: 0.96em 1.6032em;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px !important;
    border-radius: 4px !important;
    cursor: pointer;
    text-transform: none;
    font-weight: 600;
    line-height: 1.03 !important;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.site-footer .menu li a,.site-footer .footer-inner .copyright p{
  
    color: #fff;
}
.site-footer .menu li a:hover, .sub-menu li a:hover,.wp-block-heading a:hover{
    color: #E01B24!important;
}
.wp-block-heading a{
    color:#fff;
}

body .cform> .third {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
}


body .cform #group-2 {
    width: 100%;
   
}
body form label {
    display: block;
}
#group-2{
	display:none;
}
body .cform .smltxtdesc {
    font-size: 12px;
}
body .cform .wpcf7-form-control-wrap>span>span {
    margin: 0;
    margin-right: 20px;
    display: block;
    line-height: 1.5;
}

.cont_textarea{
	width:100%!important;
}

.ast-below-header-bar.ast-below-header, .ast-header-break-point .ast-below-header-bar.ast-below-header{
    margin-top:0px;
    background: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}

.trn_jobb ul.elementor-icon-list-items.elementor-inline-items li {
    border: 1px dashed #d1c8c8;
    padding: 7px 9px;
    margin-left: 29px !important;
    width: 37%;
    margin-top: 12px;
}

.sub_page_banner{
    padding: 80px;
}
.book_here_home a{
    position: relative;
    width: 33% !important;
}
.cnt-list-new-ara ul.elementor-icon-list-items.elementor-inline-items {
       display: flex;
    flex-direction: row;
    text-align: left;
    grid-row-gap: 22px;
    padding: 0px 29px !important;
    grid-column-gap: 33px;
    
}

.cnt-list-new-ara ul.elementor-icon-list-items.elementor-inline-items li {
    border: 1px dashed #d1c8c8;
    padding: 6px 18px;
    margin: 0px !important;
    width: calc(49% - 15px);
}

.hmhead h1{
	font-size:30px;
}

.widget_text p{
    color:#fff;
}

.hmgallry img{
    width:400px!important;
    height:500px!important;
    border-radius:15px!important;
}

.hmgallry .slick-list{
    margin:15px;
}

.hmgallry-in img{
	width:400px!important;
    height:450px!important;
    border-radius:20px 20px 50px 20px!important;
}


@media only screen and (max-width: 600px) {
  .all_gallery_content .item {
        flex: 100%;
    }
    .cform >div {
        width: calc(100% - 20px);
        margin: 0 10px 20px;
    }
    body .cform> .third {
        width: calc(100% - 20px);
        margin: 0 10px 20px;
    }
	.hmgallry img, .hmgallry-in img{
		width:300px!important;
		height:170px!important;
		margin-bottom:20px;
		border-radius:20px 20px 20px 20px!important;
		
	}
}



@media only screen and (max-device-width: 480px) {
	body h2{
 font-size:1.5rem !important;
	}
	body h4{
 font-size:1rem !important;
	}
	.home_inner_content{
		font-size:13px;
		text-align:center;
	}
	.elementor-widget-text-editor .elementor-widget-container{
		font-size:13px;
		text-align:center;
	}
	.book_here_home a{
        position: relative;
        width: 33% !important;
    }
    
    .cnt-list-new-ara ul.elementor-icon-list-items.elementor-inline-items li, .coform >div {
        width: 100%;
    }
    .sub_page_banner {
            max-height: 120px;
        display: flex;
        justify-content: center!important;
        align-items: center!important;
        padding: 0px;
    }
    .sub_page_banner h1{
            margin-top: -37px !important;
             font-size: 25px !important;
    }
     .sub_page_bannerl {
            max-height: 200px;
        display: flex;
        justify-content: center!important;
        align-items: center!important;
        padding: 0px;
    }
    .sub_page_bannerl h1{
            margin-top: -37px !important;
             font-size: 28px !important;
    }
    .sminrhmhead h1{
        padding:30px;
    }
    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img{
        max-width:220px;
    }
}

.elementor-button-wrapper .elementor-button {
    border-color: #e01b24;
    background-color: #e01b24;
}
