/*Global Styling*/

/*IMPORT GOOGLE FONT */


@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap');

/*
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800|Roboto:400,500,700|Raleway:400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import "icons.min.css";

html{
    scroll-behavior: smooth;
}
body {
    font-family: 'Nunito Sans', sans-serif;
    font-family: 'Be Vietnam Pro', sans-serif;
    
    font-size: 16px;
}
.shadowintolight-two-font {
    font-family: 'Shadows Into Light Two', cursive;
}
.nunitosans-font {font-family: 'Nunito Sans', sans-serif;font-family: 'Be Vietnam Pro', sans-serif;}
.color-white {
    color: #fff;
}
.color-5A6978 {
    color: #5A6978;
}

.font-size-12 {
    font-size: 12px;
}
.font-64 {
    font-size: 64px;
}




/* ===================================
    body and Scrollbar
====================================== */
.body-overlay{
    opacity: .4;
}
.show-modal{
    overflow: hidden;
}
/*scroll bar*/
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    width: 8px;
    background:#e4e8f0;
    border-left: 0 solid #e4e8f0;
    border-right: 0 solid #e4e8f0;
}
::-webkit-scrollbar-thumb {
    background: #F6E25D;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}


/*scroll bar end*/

/* ===================================
    Body Sec
====================================== */
/*body css start*/
.wrap_container{
    width: 100% !important;
}
.overlay-body{
    position: fixed;
    top:0;
    bottom: 0;
    left:25%;
    right: 0;
    background-color: transparent;
    z-index: 111;
    display: none;
}
.show_body_overlay{
    display: block !important;
}
.body_wrapper{    
    display: block;
    width:100%;
    float: left;
    transition: .5s ease;
    /*position: relative;*/
}
.body_wrapper .inner_body .portfolio-sec img{
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.line-below-heading-bluemat {
    position: relative;
}
.line-below-heading-bluemat:after {
    content: "";
    position: absolute;
    background: #5A6978;
    width: 250px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.whiteline-below-heading {
    position: relative;
}
.whiteline-below-heading:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 250px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* ===================================
    Main Banner
====================================== */
.main-banner {
    padding: 4rem 0;
    overflow: visible;
    background: #fff url(../img/banner-happiness.jpg) no-repeat;
    height: 525px;
}
/* ===================================
    About Happy Day
====================================== */
.about-happyday {
    background: transparent url(../img/about-happydayback.png) no-repeat bottom center;
    padding: 4.5rem 0 5rem 0;
    overflow: visible;
    position: relative;
}
.about-happyday .title {
    width: 850px;
    margin: 0 auto;
}
.about-happyday h2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.about-happyday h3 {
    color: #5A6978;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-happyday h4 {
    color: #5A6978;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 36px;
}

.about-happyday p {
    color: #5A6978;
    line-height: 20px;
}
.about-happyday .icon-panel {
    display: flex;
    margin-top: 30px;
    width: 1100px;
    margin: 0 auto;
}
.about-happyday .icon-single {
    width:20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 20px;
}
.about-happyday .icon-single .icon-box {
    margin-bottom: 35px;
    min-height: 86px;
}
.about-happyday .icon-single p {
    color: #5A6978;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
    letter-spacing: 0;
    line-height: 21px;
    padding: 0 0;
}
.video-panel {
    position: relative;
    padding: 4rem 0 3rem 0;
    clear: both;
}
.video-panel iframe {
    width: 800px;
    margin: 0 auto;
}
.video-panel video {
    width: 800px;
    margin: 0 auto;
}
.video-divider {
    background: #5A6978;
    width: 250px;
    height: 2px;
    margin: 0 auto 4rem;
}

/*Scroll Line*/
.scrolling {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateY(-50%);
}
#scroll-down {
    display: block;
    position: relative;
    padding-top: 39px;
    text-align:center;
    }
    #scroll-down span::before {
    position: absolute;
    top: -5px;
    left: 49%;
    content: '';
    width: 1px;
    height: 3px;
    margin-left: -3px;
    background-color: var(--ham);
    border-radius: 0;
    animation: none;
    box-sizing: border-box;
    }
    #scroll-down span::after {
    position: absolute;
    top: -10px;
    left: 49%;
    content: '';
    width: 1px;
    height: 3px;
    margin-left: -3px;
    background-color: var(--ham);
    border-radius: 0;
    animation: none;
    box-sizing: border-box;
    }
    #scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite; -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite; -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite; animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite; position: absolute;
    top: 0;
    left: 50%;
    margin-left: 0;
    width: 1px;
    height: 70px;
    background: #5A6978;
    content: ' ';
    }
    @-webkit-keyframes elasticus {
    0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    }
    50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    }
    50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    }
    100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    }
    }
    @-moz-keyframes elasticus {
    0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    }
    50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    }
    50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    }
    100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    }
    }
    @-o-keyframes elasticus {
    0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    }
    50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    }
    50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    }
    100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    }
    }
    @keyframes elasticus {
    0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    }
    50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    }
    50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    }
    100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    }
    }
/*Scroll Line*/
.about-happyday .scrolling {
    z-index: 1;
    bottom: 10px;
    top: auto;
}
/* ===================================
    Video Happy Day
====================================== */
.video-happyday {
    background: #fff;
    padding: 4.5rem 0 4rem 0;
    overflow: visible;
    position: relative;
}
.video-happyday iframe {
    width: 800px;
    margin: 0 auto;
}
.video-happyday video {
    width: 800px;
    margin: 0 auto;
}
/* ===================================
    Deserve Happy 
====================================== */
.deserve-happy {
    padding: 4rem 0;
    overflow: visible;
    background: #fff url(../img/deserve-tobehappy.jpg) no-repeat top center;
    height: 840px;
    margin-top: -62px
}
.deserve-happy.french {
    
    background: #fff url(../img/deserve-tobehappy-french.jpg) no-repeat top center;
}

.deserve-happy-quote {
    padding: 3rem 0 6rem;
    background:transparent url(../img/lightorangeback.png) no-repeat bottom center;
}
.deserve-happy-quote p {
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 54px;
    line-height: 72px;
    font-weight: 400;
    color: #fff;
}
.deserve-happy-quote p span {
    color: #F6E25D;
}

/* ===================================
    Shop 
====================================== */
.shopsection {
    padding:4rem 0 3rem;
    background: transparent url(../img/shopback.jpg) no-repeat top center;
}
.shopsection h2 {
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.shop-card {
    margin: 0 0;
}
.shop-card .product-img {
    position: relative;
}
.shop-card .product-box h5 {
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 600;
	color: #343A40;
}
.shop-card .product-box .font-size-12 {
    line-height: 20px;
    padding: 10px 0 10px;
}
.shop-card .product-img .product-like {
    position: absolute;
    top: 0;
    right: 0;
}
.shop-card .product-img .product-like a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #f1f5f7;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    color: #adb5bd;
}
.shop-card .product-img .product-like a {
	border: 1px solid #f1f5f7;
}
.product-img .product-like .mdi-heart.text-danger {
	color: #EB8242 !important;
}
.shop-card .product-box .badge-success {
	background: #83A95C;
}
.shop-card .product-box:hover {
	box-shadow: none;
}
.shop-card .product-box .value-addtocart {
	border-top: #eaeaea 1px solid;
	margin-top: 25px;
	padding-top: 25px;
}
.shop-card .product-box .value-addtocart .value-label {
	color: #74788D;
	font-size: 14.4px;
	display: block;
}
.shop-card .product-box .value-addtocart .price {
	color: #343A40;
	font-size: 18px;
	font-weight: 700;
	display: block;
}
.shop-card .product-box .value-addtocart .add-to-cart {
	color: #fff;
	font-size: 14px;
	padding: .4rem 1.3rem;
	background: #EB8242;
	border: #EB8242 1px solid;
    border-radius: 30px;
    text-decoration: none;
    letter-spacing: 0;
    min-width: 120px;
}
.shop-card .product-box .value-addtocart .add-to-cart:hover {
	background: #fff;
	color:#EB8242;
}
.shop-card .product-img .product-ribbon {
    position: absolute;
    top: 0;
    left: -21px;
    padding: 6px 8px;
    border-radius: 0 30px 30px 0;
    font-weight: 400;
    letter-spacing: 0;
}
.shop-card  .product-img .product-ribbon.badge-warning {
    background-color: #FCB92C;
    color: #fff;
}
.shop-card .product-img .product-ribbon.badge-primary {
    background-color: #5664D2;
}
.shop-card  .product-box h5 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    color: #343A40;
    font-size: 15px;
}
.shop-card  .product-box h5 a {
    text-decoration: none;
}
.shop-card  .product-img a img {
    height: 300px;
    width: auto;
}
.shoppanel .owl-shop .owl-dots {
    text-align: center;
    margin-top: 60px;
}
.owl-shop .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-shop .owl-dots .owl-dot.active span {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.5);
}
/* ===================================
    News 
====================================== */
.news {
    overflow: visible;
    padding: 3.5rem 0 3.5rem 0;
    position: relative;
}

.news:before {
    position: absolute;
    content: "";
    width: 418px;
    height: 792px;
    background: url(../img/patterns-blog.png) no-repeat;
    left: -230px;
    bottom: 0;
}
.news:after {
    position: absolute;
    content: "";
    width: 708px;
    height: 1093px;
    background: url(../img/patterns-blog1.png) no-repeat;
    right: 0;
    bottom: 0;
}

.news h2  {
    color: #5A6978;
    padding-bottom: 20px;
    margin-bottom: 70px;
    text-align: center;
}

.news-carousal .owl-dots{
    margin-top: 20px !important;
    text-align: center;
}



.news-carousal .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background-color: #bec0c5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.news-carousal .owl-dots .owl-dot.active span, 
.news-carousal .owl-dots .owl-dot:hover span{
    background-color: rgba(37, 43, 59, 0.8);
    transform: scale(1.5);
}
.news-carousal .owl-dots .owl-dot.active span {
    background-color: rgba(90, 105, 120, 0.8);
    transform: scale(1.5);
}
.news-items-col {
    padding: 0 15px;
}
.news-item{
    position: relative;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* margin-right: 45px; */
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 50px;
}

.news-item img{
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.news-item:hover{
    /* transform: translateY(-5px); */   

}

.news-item .news-text-box{
    padding: 25px 25px 25px 25px;
    /* padding: 25px 25px 15px 25px; */
    background-color: #fff;    
    border-bottom: #E4E4E4 1px solid;
    border-left: #E4E4E4 1px solid;
    border-right: #E4E4E4 1px solid;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /* min-height: 340px; */
}
.news-item .news-text-box a {
    text-decoration: none;
}
.news-item:hover .news-text-box{    
    border-bottom: #EB8242 1px solid;
    border-left: #EB8242 1px solid;
    border-right: #EB8242 1px solid;
}

.news-item .news-title {
    margin:20px 0 20px 0;
    /* min-height: 130px; */
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 800;
    color: #252B3B;
    text-decoration: none;
    font-size: 30px;
    line-height: 32px;
    font-family: 'Be Vietnam Pro', sans-serif;

}

.news-item .news-title:hover{
    color: #EB8242;
}
.news-item p {
    letter-spacing: 0;
    line-height: normal;
    font-family: 'Be Vietnam Pro', sans-serif;
    /* min-height: 90px; */
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.news-item .badge {
    display: inline-block;
    padding: .6em .7em .3rem .7rem;
    font-size: 10px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 20px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.news-item .badge i {
    float: left;
    margin-top:0;
    margin-right: 7px;
}
.news-item .badge-soft-info {
    color: #4aa3ff;
    background-color: rgba(74,163,255,.18);
}
.news-item .badge.end {
    color: #fcb92c;
    background-color: rgba(252,185,44,.18);
}
.news-item .news-text-box .content-excerpt {
    /* min-height: 120px; */
}
.news-item .news-text-box p.para {
    color: #252B3B;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 0;
    letter-spacing: 0;
}
.news-item .news-text-box a.readmore {
    color: #FF321C;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
}
.news-item .news-text-box a.readmore:hover {
    text-decoration: none;
}

/* ===================================
    Resources
====================================== */
.resources {
    padding: 4rem 0 6rem;
    background:transparent url(../img/softlightblueback.jpg) no-repeat bottom center;
}
.resources h2 {
    color: #5A6978;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.resources-three .card {
    min-height: 215px;
    position: relative;
}
.resources-three .card .drive-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.resources-three .card h5 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 36px;
    padding-top: 65px;
    color: #fff;
}
.resources-three .card.slides  {
    background: #ef402b url(../img/slides-icon.svg) no-repeat 40px 50%;
    border: 0;
    padding: 0 0 0 180px;
}
.resources-three .card.mou  {
    background: #ffbb00 url(../img/mou-icon.svg) no-repeat 40px 50%;
    border: 0;
    padding: 0 0 0 200px;
}
.resources-three .card.mediakit  {
    background: #0066db url(../img/mediakit-icon.svg) no-repeat 40px 50%;
    border: 0;
    padding: 0 0 0 170px;
}
/* ===================================
    Partners Sponsors
====================================== */
.partners-sponsors {
    padding: 3rem 0 3rem;
}
.partners-sponsors h2 {
    color: #5A6978;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.partners-sponsors .owl-dots {
    text-align: center;
    margin-top: 60px;
}
.partners-sponsors .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background-color: #bec0c5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.partners-sponsors .owl-dots .owl-dot.active span {
    background-color:#515562;
    transform: scale(1.5);
}
/* ===================================
    Ambassadors
====================================== */
.ambassadors {
    padding: 4.5rem 0 3rem;
    background: transparent url(../img/ambassador-happydayback.png) no-repeat top center;
}
.ambassadors h2 {
    color: #5A6978;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.ambassadors-list ul {
    list-style-type: none;
    padding: 0 10px;
}
.ambassadors-list ul li {
    color: #5A6978;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    background: url(../img/listimage.svg) no-repeat 0 10px;
    padding: 0 0 15px 20px;
    border-bottom: #5A6978 1px solid;
    margin-bottom:20px;
}
.ambassadors .owl-dots {
    text-align: center;
    margin-top: 60px;
}
.ambassadors .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background-color: rgba(255, 255, 255, .3);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.ambassadors .owl-dots .owl-dot.active span {
    background-color:#fff;
    transform: scale(1.5);
}
/* ===================================
    Portfolio Animation and hover effect
====================================== */
.hover1{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Be Vietnam Pro', sans-serif;
}
.hover1{position:relative;cursor: pointer;overflow: hidden;}
.hover1:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.9);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s}
.hover1:hover:before{opacity:1}
.hover1 img{width:100%;height:auto;transition: .5s ease}
.hover1 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%;cursor: pointer;text-align: center; display: none;}
.hover1 .box-content:after,.hover1 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
.hover1 .box-content:before{border-bottom:2px solid rgba(255,255,255,.5);border-top:2px solid rgba(255,255,255,.5);transform:scale(0,1);transform-origin:0 0 0}
.hover1 .box-content:after{border-left:2px solid rgba(255,255,255,.5);border-right:2px solid rgba(255,255,255,.5);transform:scale(1,0);transform-origin:100% 0 0}
.hover1:hover .box-content:after,.hover1:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.hover1 .title{margin: auto;padding-top: 56%;font-size:18px;font-weight:600;color:#fff;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.hover1 .box-content p{font-size:14px;color:#fff;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.hover1:hover .title{opacity:1;transform:translate3d(0,0,0)}
.hover1:hover .box-content p{opacity:1;transform:translate3d(0,0,0)}
.hover1 .post{font-size:14px;color:#fff;padding:10px;background:#d79719;opacity:0;border-radius:0 19px;transform:translate3d(0,-50px,0);transition:all .7s ease 0s;margin-left: 50px;}
.hover1 .icon,.box15 .icon{padding:0;list-style:none}
.hover1:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s}
.hover1 .icon{width:100%;margin:0;position:absolute;bottom:-10px;left:0;opacity:0;z-index:1;transition:all .7s ease 0s}
.hover1:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
.hover1 .icon li a{display:block;width:40px;height:40px;line-height:40px;border:1px solid #fff;border-radius:0 16px;font-size:14px;color:#fff;margin-right:5px;transition:all .4s ease 0s}
.hover1 .icon li a:hover{background:#d79719;border-color:#d79719}
.hover1:hover img{
    transform: scale(1.1);
    opacity: 0.5;
}
.hover1 .box-content i{
    position: absolute;
    bottom: 50%;
    left: 42%;
    font-size: 35px;
    color: white;
    display: none;
}
.hover1:hover .box-content i{
    display: inline-block;
}

.portfolio .owl-dots {
    text-align: center;
    margin: 40px 0 30px;
}
.portfolio .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background-color: #5a6978;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.portfolio .owl-dots .owl-dot.active span {
    background-color: rgba(90, 105, 120, 0.8);
    transform: scale(1.5);
}



/* ===================================
    Register
====================================== */
.register-button-panel {
    padding: 4rem 0 2rem;
    text-align: center;
}
.btn.btn-EF402B {
    background: #EB8242;
    border-color: #EB8242;
    color: #ffffff!important;
    font-weight: 500;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 14px 90px;
    border-radius: 50px;
    letter-spacing: 2px;
    font-size: 20px;
}
.btn.btn-EF402B:hover {
    background: #fff;
    color: #EB8242!important;
}
/* ===================================
    Footer 
====================================== */
.footer.inner {
    padding: 30px 0;
    background: #fff;
    position: static;
}
.footer-links ul {
    padding-left: 0;
}
.footer-links li:first-child a {padding-left:0}

.footer {
    padding: 30px 0;
    background: #fff;
}
.footer.inner {
    padding:30px 0;
    background: #fff;
    position: relative;
}
.footer.inner .footer-social {}
.footer.inner .footer-social a {
    display: inline-block;
}
.footer-txt {
    color: #74788D;
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
}
.footer-links li {display: inline-block;font-family: 'Be Vietnam Pro', sans-serif; font-size: 15px;    font-weight: 400; }
.footer-links li a {padding: 0 10px;color: #252B3B; text-decoration: none;}
.footer-links li a:hover {text-decoration: underline;}
.footer-links li a.text-red {color:#EB8242}
.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social a i {
    color: #ffffff;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.company-about{
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
.footer-divider {
    border-bottom: #5A6978 2px solid;
    padding-bottom: 0;
    margin-bottom: 35px;
    /* display: none; */
}
.google-play-button {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
.google-play-button img {
    width: 200px;
}
.start-up-google {
    padding-bottom: 20px;
}
/* ===================================
    Media Queries
====================================== */

@media (min-width: 1400px) {
.container {
    max-width: 1380px;
}
}

@media (max-width: 1800px) {
.main-banner {
    background-position: top center;
    background-size: 100%;
    height: auto;
    padding: 14% 0;
}
.deserve-happy,
.deserve-happy.french {
    background-size: 100% auto;
    height: 550px;
}

}
@media (max-width: 1400px) {
    .resources-three .card {
        min-height: 200px;
        position: relative;
    }
    .resources-three .card.slides,
    .resources-three .card.mou,
    .resources-three .card.mediakit{
        padding: 0 0 0 150px;
        background-size: 30% auto;
    }
    .resources-three .card h5 {
        font-size: 32px;
    }
    .news-item .news-title {
        font-size: 24px;
        line-height: 28px;
        min-height: auto;
    }
    .news-item .news-text-box {
        min-height: 320px;
    }
}
@media (max-width: 1366px) {
    
}
@media (max-width: 1280px) {
    .deserve-happy,
    .deserve-happy.french {
        background-position: top center;
        background-size: 100%;
        height: auto;
        padding: 20% 0;
    }
    .deserve-happy-quote p {
        font-size: 44px;
        line-height: 52px;
    }
    .about-happyday .icon-panel {
        width: 100%;
    }
}
@media (max-width: 991px) { 
    .about-happyday {
        padding: 4.5rem 0 2rem 0;
    }
    .about-happyday .title {
        width: 100%;
    }
    .about-happyday .icon-panel {
        display: block;
    }
    .about-happyday .icon-single {
        width: 50%;
        float: left;
        display: inline;
        flex: none;
        max-width: 100%;
        min-height: 230px;
    }
    .about-happyday .icon-single:last-of-type {
        width: 100%;
        margin-bottom: 0;
        margin-top: 30px;
    }
    .font-64 {
        font-size: 44px;
    }
    .deserve-happy-quote p {
        font-size: 35px;
        line-height: 47px;
    }
    .resources-three .card {
        margin-bottom: 30px;
    }
    .resources-three .card.slides, .resources-three .card.mou, .resources-three .card.mediakit {
        padding:0 0 0 200px;
        background-size: 20% auto;
    }
    .shop-card .product-box .value-addtocart .value-price {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        text-align: left;
    }
    .shop-card .product-box .value-addtocart .add-cart-panel {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        text-align: right !important;
    }
    .ambassadors-list ul {
        padding: 0 0;
    }
    .news-item .news-text-box {
        /* min-height: 350px; */
    }
    .video-happyday video {
        width: 100%;
        margin: 0 auto;
    }
    .container-youtube {
        width: 800px;
    }
    .video-panel {
        padding: 0rem 0 3rem 0;
    }
    
    .video-panel video {
        width: 100%;
        margin: 0 auto;
    }
    .video-divider {
        margin: 0 auto 3rem;
    }
    .about-happyday .scrolling {
        bottom: -10px;
    }
    .about-happyday .scrolling #scroll-down::before {
        height: 40px;
    }
}
@media (max-width: 991px) { 
    .container-youtube {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-top: 56.25%; /* 16:9 Aspect Ratio */
      }
      
    .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
      }
}


@media (max-width: 768px) { 
    .news-item .news-title {
        min-height: auto;
    }
    .news-item p {
        min-height: auto;
    }
    .news-item .news-text-box {
        min-height: auto;
    }
    .news-item .news-text-box {
        height: auto !important;
        padding-bottom: 25px;
    }
    .register-button-panel {
        padding: 3rem 0 1rem;
    }
    .btn.btn-EF402B {
        font-size: 18px;
        width: 95%;
    }
}
@media (max-width: 767px) { 
    .about-happyday {
        padding: 2.5rem 0 2rem 0;
    }
    .shopsection {
        padding: 4rem 1.5rem 3rem;
        background: transparent url(../img/shopback.jpg) no-repeat top center;
    }
    .resources-three .card.slides, .resources-three .card.mou, .resources-three .card.mediakit {
        padding: 0 0 0 170px;
        background-size: 20% auto;
    }
    .deserve-happy-quote p {
        font-size: 26px;
        line-height: 36px;
    }
    .deserve-happy-quote {
        padding: 3rem 0 4.5rem;
    }
    .deserve-happy,
    .deserve-happy.french {
        margin-top: -33px;
        /* margin-top:0; */
    }
    .news {
        padding: 2rem 0 3.5rem 0;
    }
    .partners-sponsors {
        padding: 3rem 0 1rem;
    }
    .footer-links li {
        display: block;
    }
    .news:before,
    .news:after {
        display: none;
    }

    .ambassadors {
        padding: 3rem 0 2rem;
    }
    .ambassadors h2 {
        margin-bottom: 0;
    }
    .ambassadors .owl-dots {
        margin-top: 30px;
    }
    .ambassadors-list ul {
        list-style-type: none;
        padding: 0 15px;
    }
    .video-happyday {
        padding: 2.5rem 0 3rem 0;
    }
    
}
@media (max-width: 500px) {
    .ambassadors-list ul {
        padding: 0 15px;
    }
    .ambassadors-list ul li {
        background: none;
        text-align: center;
        padding-left: 0;
    }
    .ambassadors-list ul li span {
        width: 6px;
        height: 6px;
        background: url(../img/listimage.svg) no-repeat;
        display: inline-block;
        margin-bottom: 3px;
        margin-right: 10px;
    }
    
}
@media (max-width: 480.98px) {
    
    .pricing-sec .pricing-card .pricing-amount i {
        left:21%;
    }
    .contact-us-sec .contact-details .contact-s-media {
        left: calc(50% - 34%) !important;
    }
    .shop-card .product-img a img {
        height: auto;
    }
    .resources-three .card.slides, .resources-three .card.mou, .resources-three .card.mediakit {
        padding: 0 0 0 130px;
        background-size: 28% auto;
        background-position: 20px 50%;
    }
    .resources {
        padding: 3rem 0 3rem;
    }
    .news-item {
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom:30px;
    }
    .shopsection {
        padding: 4rem 0.5rem 3rem;
    }
    .font-64 {
        font-size: 35px;
    }
    .line-below-heading-bluemat:after {
        width: 160px;
    }
    .partners-sponsors h2 {
        margin-bottom: 0;
    }

    .partners-sponsors {
        padding: 2rem 0 1rem;
    }
    .news {
        padding: 2rem 0 2rem 0;
    }
    .deserve-happy-quote p {
        font-size: 18px;
        line-height: 29px;
    }
    .deserve-happy-quote {
        padding: 2rem 0 4rem;
    }
    .about-happyday {
        background-size: cover;
    }
    .about-happyday h4 {
        font-size: 24px;
    }
    .about-happyday .icon-single {
        padding: 0 0px;
    }
    .about-happyday h3 {
        font-size: 20px;
    }
    .news h2  {
        margin-bottom: 40px;
    }
    .video-happyday {
        padding: 2.5rem 0 2rem 0;
    }
    .about-happyday .icon-single p {
        padding: 0 5px;
    }
}
@media (max-width: 575.98px) {
    .close-modal i {
        width: 23px;
    }
    
    /* .my-item {
        width: 187px !important;
    } */

    .hover2 a.info {
        top:-20%;
        padding: 55px;
        padding-left: 55px;
        color: white;
    }
    .hover1 .title {
        font-size: 16px;
    }
    .hover1 .post {
        margin-left: 26px;
    }
    .hover1 .box-content {
        left: 3%;
    }

    

}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
   
    .body_wrapper{
        margin-left: 0;
        width: 100%;
    }

    
    .hover1 .title {
        font-size: 16px;
    }
    .hover1 .post {
        margin-left: 26px;
    }

    
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    
    .body_wrapper{
        
        
    }
    
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1367px) {
    
}



/*======================================== */
/*=============broad nav fixed============ */
/*======================================== */

.fix-top{
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    box-shadow: 1px 1px 15px #e1e1e1;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
































