@font-face {
    font-family: playfair-regular;
    src: url(../fonts/PlayfairDisplay-Regular.ttf);
}
@font-face {
    font-family: DMserif;
    src: url(../fonts/DMSerifText-Regular.ttf);
}

* {
    margin:0;
    padding:0;
    font-family:playfair-regular;
    box-sizing: border-box;
}
p{
    line-height: 1.2em;
    margin:0;
    padding:0;
}
body{
    font-family:playfair-regular;
    color:#656565;
}
h1, h2, h3, h4, h5, h6{
    font-family: DMserif;
}
h4{
    font-size:20px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}
a{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
.transition{
    transition:0.3s;
}
.transition:hover{
    transition:0.3s;
    background:#000;
}

/* Bootstrap Override Css */
header{
    box-shadow: 4px 4px 5px 0px #CCC6B5;
}
.nav-item {
    margin-left: 30px;
}
@media screen and ( max-width: 991px ){
    .nav-item {
        margin-left:0;
    }
}
/* Override Css End */


@media screen and ( max-width: 991px ){
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0,.5);
        background: #fff;
        padding: 7px 15px;
        border-bottom: 1px solid #ddd;
    }
    #collapsibleNavbar{
        position: absolute;
        top: 77px;
        right: 0px;
        width: 100%;
    }
}

/* Hero Section */

.hero-image{
    height:100vh;
    overflow:hidden;
    background-image: url('../images/banner.jpg');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
@media screen and ( max-width: 991px ){
    .hero-image{
        height:50vh;
    }
}
@media screen and ( max-width: 767px ){
    .hero-image{
        height:35vh;
    }
}

/* section quality */

  section#quality{
    background:#ECEAE5;
    padding: 110px 0 50px;
    overflow:hidden;
    }
    .qu-image{
    width:53%;
    float:left;
    background-image:url('../images/bg-image.png');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    height:600px;
    }
    .qu-desc{
        width: 47%;
        float: left;
        height: 600px;
        background: #fff;
        border-radius: 0 50px 50px 0;
        position:relative;
        box-shadow: 4px 4px 5px 0px #CCC6B5;
    }
    .qu-desc-wrap{
        position: relative;
        margin: 90px 0 90px 90px;
        border: 2px solid #ddd;
        padding: 165px 25px 70px;
        border-right: none;
    }
    
.qu-desc-wrap::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    border-top: 6px solid #fff;
    width: 165px;
}
    .qu-desc-wrap::after{
        content: '';
        position: absolute;
        top: 0;
        left: -4px;
        border-left: 6px solid #fff;
        height: 130px;
    }
    .qu-desc-wrap h2 {
        position: absolute;
        top: -12px;
        left: -2px;
        width: 200px;
        z-index: 1;
        font-size:36px;
    }
    .qu-desc-wrap p {
        margin-bottom: 12px;
        font-size: 14.8px;
        max-width: 225px;
    }
    .qu-desc-wrap a {
        background: #656565;
        color: white;
        text-decoration: none;
        border-radius: 50px;
        display: block;
        text-align: center;
        margin-top: 30px;
        width:255px;
        padding: 10px;
        font-size: 18px;
    }
  
/* section quality end*/

/* Services section */
section#service{
    background:#ECEAE5;
    overflow:hidden;
    padding-bottom:100px;
}
.service-btn{
    text-align:center;
    margin:60px auto;
    position:relative;
}
.service-btn::before{
    content: '';
    position: absolute;
    border-top: 2px solid #000;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.service-btn::after{
    content: '';
    position: absolute;
    border-top: 2px solid #ECEAE5;
    width: 340px;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%,-50%);
}
.branding-button{
    background: #656565;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    text-align: center;
    padding: 10px 50px;
    font-size: 18px;
    z-index: 9999;
    position: relative;
}
.branding-button:hover{
    color:#fff;
    text-decoration:none;
    background:#000;
}
.service-type {
    text-align: center;
}
.btn-service {
    width: 280px;
    background: #fff;
    display: inline-block;
    text-align: center;
    padding: 53px 0;
    color: black;
    font-size: 30px;
    text-decoration: none;
    border-radius: 25px;
    margin: 25px;
    line-height: 1.2em;
    box-shadow: 4px 4px 5px 0px #CCC6B5;
}
/* Footer Styling */
footer#site-footer{
    background: #5E5E5C;
    color:#fff;
    padding: 50px 0 70px;
}
.contact{
   padding-right:3rem;
}
.location{
    padding:0 3rem;
}
.social{
    padding-left:3rem;
    padding-bottom:3rem;
}
.icon-group{
    text-align:left;
}
.icon-group li{
    margin: 10px 0;
}
.icon-group li a{
    color:#fff;
    font-size:16px;
}
.icon-group li a:hover{
    color:#ddd;
}
.icon-group li i{
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 20px;
    width: 30px;
    text-align: center;
    line-height: 27px;
}

#hatchers {
    position: absolute;
    right: 2vw;
}

#hatchers img {
    width: 9rem;
}

/* Responsive */
@media screen and ( max-width: 991px ){
    .thumb-wrapper{
        max-width: 380px;
    }
    .slick-prev::before{
        height:40px;
        width:40px;
    }
    .slick-next::before{
        height:40px;
        width:40px;
    }
    #product-slider{
        padding-top:60px;
    }
    .qu-desc-wrap a{
        width:100%;
    }
    .contact{
        padding-right:1rem;
    }
    .location {
        padding: 0 1rem;
    }
    .social {
        padding-left: 1rem;
        padding-bottom: 1rem;
    }
    .qu-desc-wrap{
        margin:60px 0px 60px 60px;
    }
    .qu-image{
        height:536px;
    }
    .qu-desc{
        height:536px;
    }
}
@media screen and ( max-width: 767px ){
    .slick-prev{
        left:0;
    }
    .slick-next{
        right:0;
    }
    .qu-image{
        width:100%;
        height:250px;
    }
    .qu-desc{
        width:100%;
        border-radius:0;
    }
    .qu-desc-wrap{
        margin-right:60px;
        border-right:2px solid #ddd;
    }
    .btn-service {
        width: 200px;
        font-size: 20px;
    }
    .contact{
        margin-bottom: 25px;
    }
    .contact h4{
        text-align:left;
    }
    .location{
        border:unset !important;
        margin-bottom: 25px;
    }
    .location h4{
        text-align:left;
    }
    .social h4{
        text-align:left;
    }
}
@media screen and ( max-width: 575px ){
    .btn-service{
        margin:10px;
        width: 160px;
        font-size: 16px;
        padding: 40px 0;
    }
    .section-heading h2{
        font-size:26px;
    }
    .thumb-wrapper {
        max-width: 340px;
    }
    .slick-prev::before {
        height: 30px;
        width: 30px;
    }
    .slick-next::before {
        height: 30px;
        width: 30px;
    }
}
@media screen and ( max-width: 440px ){
    .qu-desc-wrap {
        position: relative;
        margin: 50px 50px 50px 50px;
    }
    section#quality{
        padding:50px 0;
    }
    .service-btn {
        margin: 15px auto 60px;
    }
    .slider-nav .thumb-gallery {
        padding: 15px 2px;
    }
    .thumb-wrapper {
        max-width: 270px;
    }
}