/* Copyright (c) 2018 Kamleshyadav ------------------------------------------------------------------ [Master Default Stylesheet] Template Name: Handicraft - Responsive HTML Template Version: 1.0.0 Author: Kamleshyadav ------------------------------------------------------------------- [Table of contents] -------------------------------------------------------------------*/
 @import url('https://fonts.googleapis.com/css?family=Dancing+Script|Great+Vibes|Niconne|Playball');
 body {
     font-family: 'Roboto', sans-serif;
     font-size: 14px;
     line-height: 24px;
     color: #484848;
     background-color: #ffffff;
}
/*--Normal css start--*/
 .padding_right {
     padding-right: 0px !important;
}
 .padding_left {
     padding-left: 0px !important;
}
 .margin_top120{
     margin-top:120px;
}
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     font-family: 'Roboto Slab', serif;
     font-weight: 500;
     line-height: 1.1;
     color: #484848;
}
 .hm_color {
     color: #fc5a6d;
}
 a:hover, a:focus {
     text-decoration: none !important;
     outline: none !important;
}
/*--css start--*/
 .hm_banner{
     width: 100%;
     float: left;
     background-image: url(../images/banner.jpg);
     background-size: cover;
     position: relative;
     padding: 200px 0px;
     background-attachment:fixed;
}
 .hm_banner:before{
     position:absolute;
     left:0;
     bottom:0;
     width:100%;
     height:100%;
     content:"";
     background-color:rgba(0, 0, 0, 0.7);
}
 .hm_banner_heading {
     width: 100%;
     text-align: center;
}
 .hm_banner_heading img{
     animation: zoom 1s 1 both .4s;
     -webkit-animation: zoom 1s 1 both .4s;
     -moz-animation: zoom 1s 1 both .4s;
     -ms-animation: zoom 1s 1 both .4s;
     -o-animation: zoom 1s 1 both .4s;
}
 .hm_banner_heading h1 {
     font-size: 65px;
     text-transform: uppercase;
     color: #ffffff;
     font-weight: bold;
     letter-spacing: 35px;
     margin-top: 10px;
     animation: flipInX 1s 1 both .8s;
     -webkit-animation: flipInX 1s 1 both .8s;
     -moz-animation: flipInX 1s 1 both .8s;
     -ms-animation: flipInX 1s 1 both .8s;
     -o-animation: flipInX 1s 1 both .8s;
}
 .hm_banner_heading p {
     color: #fc5a6d;
     font-size: 32px;
     font-family: "Great Vibes", cursive;
     margin-top: 20px;
     -webkit-animation: frombottom 1s 1 both 1.2s;
     -moz-animation: frombottom 1s 1 both 1.2s;
     animation: frombottom 1s 1 both 1.2s;
}
 .hm_demo_wrapper {
     width: 100%;
     float: left;
     padding: 100px 0px;
}
 h1.demo_heading {
     margin: 0px;
     text-align: center;
     font-weight: bold;
     text-transform: capitalize;
     font-size: 30px;
     letter-spacing: 2px;
     margin-bottom: 50px;
}
 .demo_box {
     width: 100%;
     float: left;
     text-align: center;
     transition:all 0.4s ease-in-out;
     -webkit-transition:all 0.4s ease-in-out;
     -moz-transition:all 0.4s ease-in-out;
     -ms-transition:all 0.4s ease-in-out;
     -o-transition:all 0.4s ease-in-out;
}
 .demo_box.demo-box-top-space {
     margin-top: 30px;
}
 .demo_box a img{
     -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.79);
     -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.79);
     box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.79);
}
 .demo_img{
     position:relative;
     overflow:hidden;
}
 .demo_overlay {
     position: absolute;
     background: rgba(0, 0, 0, 0.5);
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     -webkit-transform: rotateZ(180deg);
     -moz-transform: rotateZ(180deg);
     -ms-transform: rotateZ(180deg);
     -o-transform: rotateZ(180deg);
     transform: rotateZ(180deg);
     -webkit-transform-origin: center top;
     -moz-transform-origin: center top;
     -ms-transform-origin: center top;
     -o-transform-origin: center top;
     transform-origin: center top;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 .demo_box:hover .demo_overlay {
     -webkit-transform: rotateZ(0deg);
     -moz-transform: rotateZ(0deg);
     -ms-transform: rotateZ(0deg);
     -o-transform: rotateZ(0deg);
     transform: rotateZ(0deg);
}
 .overlay_buttons {
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     opacity: 0;
}
 .demo_box:hover .overlay_buttons {
     opacity: 1;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
 .demo_box h2 {
     font-size: 18px;
     text-transform: capitalize;
     font-weight: bold;
     margin: 0px 0px;
     padding:20px 0px;
}
 a.demo-bootstrap5-btn {
     width: 200px;
     display: flex;
     background: #fc5c6e;
     align-items: center;
     justify-content: center;
     height: 50px;
     text-decoration: none;
     font-size: 18px;
     color: #ffffff;
     transition: all 0.5s;
}
 a.demo-bootstrap3-btn {
     width: 200px;
     display: flex;
     background: #fc5c6e;
     align-items: center;
     justify-content: center;
     height: 50px;
     text-decoration: none;
     font-size: 18px;
     color: #ffffff;
     margin-top: 10px;
     transition: all 0.5s;
}
 .demo_box h2 a {
     color: #484848;
}
 .hm_features_wrapper {
     width: 100%;
     float: left;
     background-color: #f4f4f4;
     padding: 100px 0px 70px;
}
 .features_box {
     background-color: #ffffff;
     min-height: 250px;
     max-height: 250px;
     text-align: center;
     border-radius: 0;
     padding: 50px 30px;
     margin-bottom: 30px;
     -webkit-transition: all 0.2s;
     transition: all 0.2s;
     box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.22);
     position:relative;
     z-index:1;
     overflow:hidden;
}
 .features_box i {
     width: 80px;
     height: 80px;
     line-height: 80px;
     font-size: 40px;
     color: #fc5a6d;
     margin: 0 auto;
}
 .features_box h3 {
     font-size: 18px;
     line-height: 26px;
     text-transform: capitalize;
}
 .features_box:before {
     content: "";
     position: absolute;
     background-color: #fc5a6d;
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     z-index: -1;
     -webkit-transform: rotateZ(180deg);
     -moz-transform: rotateZ(180deg);
     -ms-transform: rotateZ(180deg);
     -o-transform: rotateZ(180deg);
     transform: rotateZ(180deg);
     -webkit-transform-origin: center top;
     -moz-transform-origin: center top;
     -ms-transform-origin: center top;
     -o-transform-origin: center top;
     transform-origin: center top;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 .features_box:hover:before {
     -webkit-transform: rotateZ(0deg);
     -moz-transform: rotateZ(0deg);
     -ms-transform: rotateZ(0deg);
     -o-transform: rotateZ(0deg);
     transform: rotateZ(0deg);
}
 .features_box:hover h3,.features_box:hover i{
     color:#ffffff;
}
 .hm_footer_wrapper {
     width: 100%;
     float: left;
     background-color: #484848;
     padding: 25px 0px 20px;
}
 p.copyright {
     margin: 0px;
     color: #fff;
     text-transform: capitalize;
     font-size: 16px;
}
 ul.footer_so_icons {
     width: auto;
     float: right;
     padding: 0px;
     margin: 0px;
}
 ul.footer_so_icons li {
     float: left;
     list-style: none;
}
 ul.footer_so_icons li a {
     margin-right: 15px;
     color: #ffffff;
     font-size: 16px;
     transition:all 0.25s ease-in-out;
     -webkit-transition:all 0.25s ease-in-out;
     -moz-transition:all 0.25s ease-in-out;
     -ms-transition:all 0.25s ease-in-out;
}
 ul.footer_so_icons li a:hover{
     color:#fc5a6d;
}
 ul.footer_so_icons li:last-child a{
     margin-right:0px;
}
/*----media css start----*/
 @media(max-width:991px){
     p.copyright {
         font-size: 15px;
    }
     .hm_banner_heading h1 {
         letter-spacing: 22px;
    }
     .features_box h3 {
         font-size: 15px;
    }
     .demo_box.wow.fadeIn {
         padding-top: 30px;
    }
}
 @media(max-width:767px){
     p.copyright {
         font-size: 15px;
         text-align: center;
    }
     ul.footer_so_icons {
         width: auto;
         float: none;
         padding: 0px;
         margin: 0px;
         text-align: center;
    }
     ul.footer_so_icons li {
         float: none;
         list-style: none;
         display: inline-block;
    }
}
 @media(max-width:600px){
     .hm_banner_heading h1 {
         font-size: 37px;
         letter-spacing: 22px;
    }
}
 @media(max-width:414px){
     .hm_banner_heading h1 {
         font-size: 23px;
    }
     .hm_banner_heading p {
         font-size: 25px;
    }
     h1.demo_heading {
         font-size: 23px;
    }
     p.copyright {
         font-size: 13px;
         text-align: center;
    }
     ul.footer_so_icons {
         width: auto;
         float: none;
         padding: 0px;
         margin: 0px;
         text-align: center;
    }
     ul.footer_so_icons li {
         float: none;
         list-style: none;
         display: inline-block;
    }
}
 