@font-face {
    font-family: 'HK Grotesk bold';
    src: url('../fonts/HKGrotesk-Bold.eot');
    src: url('../fonts/HKGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HKGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/HKGrotesk-Bold.woff') format('woff'),
        url('../fonts/HKGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/HKGrotesk-SemiBold.eot');
    src: url('../fonts/HKGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HKGrotesk-SemiBold.woff2') format('woff2'),
        url('../fonts/HKGrotesk-SemiBold.woff') format('woff'),
        url('../fonts/HKGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/********************** Basic Css ****************/

body {
    font-family: 'HK Grotesk';
    color: #070707;
    overflow-x: hidden;
}
html{
    overflow-x: hidden;  
}
body p{
    font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HK Grotesk bold';
    font-weight: 700;
}

header.masthead {
    position: relative;
    background-size: cover;
}

header.masthead .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

header.masthead h1 {
    font-size: 2rem;
}

@media (min-width: 768px) {
    header.masthead {
        /*    padding-top: 12rem;
            padding-bottom: 12rem;*/
    }
    header.masthead h1 {
        font-size: 3rem;
    }
}

.showcase .showcase-text {
    background-image: url('../images/fusedbg.png');
    background-size: cover;
    font-size: 18px;
}

.showcase .showcase-img {
    background-image: url('../images/fused.jpg');
    min-height: 30rem;
    background-size: cover;
}


@media (min-width: 768px) {
    .showcase .showcase-text {
        padding: 7rem 5rem;
    }
}

.features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.features-icons .features-icons-item {
    max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem;
}

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.testimonials .testimonial-item {
    max-width: 18rem;
}

.testimonials .testimonial-item img {
    max-width: 12rem;
    box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url("../img/bg-masthead.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}






/*********** Header ************/

.topheader{
    padding: 15px 0px;
}
.header-search form,.header-search{
    position: relative; 
}
.header-search a{
    text-decoration: none;
}
.searchbox {
    background: #F8F8F8;
    color: #000;
    border-radius: 30px;
    height: 45px;
    border: 2px solid #eee;
    box-shadow: none;
    outline: none;
    pointer-events: none;
}
.searchsbt {
    position: absolute;
    right: 20px;
    top: 2px;
    font-size: 0;
    border: none;
    pointer-events: none;
    height: 40px;
    width: 40px;
    background-color: transparent;
    background-image: url(../images/serch.png);
    background-repeat: no-repeat;
    background-position: center;
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
.headercalllbox p{
    margin-bottom: 0px;
    font-family: 'HK Grotesk bold';
}
span.callnumber {
    font-size: 26px;
}
span.callnumber a{
    color: #000 !important;
    text-decoration: none !important;
}
span.callnumber a:hover{
    color: #46afef !important;
}
.callus img{
    margin-right: 5px;
}
.header-right {
    padding-left: 30px;
}
.bottomheader{
    /*background: #04a6e3;*/
    background: #00aeef;
    position: relative;
}
.bottomheader > .container > ul {
    display: inline-block;
    width: 100%;
    text-align: center;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: wrap;
}
.bottomheader > .container > ul li{
    display: inline-block;
    position: relative;
}
.bottomheader > .container > ul li a {
    display: inline-block;
    padding: 15px 25px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;

    width: 100%;
}
.bottomheader > .container > ul > li:first-child a{
    background: rgba(0,0,0,.2);
}
 .bottomheader > .container > ul li a:hover{
    background: rgba(0,0,0,.2);   
 }
@media only screen and (min-width: 767px){
    .bottomheader > .container > ul {
        display: inline-block !important;
    }
    .bottomheader > .container > ul li ul {
        position: absolute;
        /*background: #42a7e3;*/
        background: #00aeef;
        display: none;
        padding: 0;
        z-index: 1;
    }
    .bottomheader > .container > ul li:hover > ul{
        display: block;
    }
    
    .bottomheader > .container > ul li ul li {
        display: block;
    }
    
    .bottomheader > .container > ul li ul li a {
        display: block;
    }
    
    .bottomheader > .container > ul li ul ul {
        left: 100%;
        top: 0;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 767px){
    .bottomheader > .container > ul li {
        display: list-item;
    }
    .bottomheader > .container > ul li ul {
        list-style: none;
        padding: 0;
        background: #3385b6;
    }
}

/******************* Banner Area Css *********************/

.banner-section{
    background-image: url(../images/Banner.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0px;
    background-size: cover;
    min-height: 550px;
}
@media(min-width: 1200px){
    .banner-section .row > div{
        padding-right: 40px;
    }
}
@media only screen and (min-width: 1800px){
    .banner-section{
        min-height: 650px;
    }
    .aos-animate {
        padding-right: 20px;
    }
}
@media only screen and (min-width: 1850px){
    .banner-section{
        min-height: 750px;
    }
    .aos-animate {
        padding-right: 20px;
    }
}

.banner-right{
    display: flex;
}
.banner-right img:first-of-type{
    margin-right: 15px;
    height: auto;
}
.banner-right img{
    border: 2px solid #fff;
}
img{
    max-width: 100%;
}
.banner-section h2{
    text-transform: uppercase;
    font-size: 42px;
}
.banner-section h1{
    text-transform: uppercase;
    font-size: 68px;
}
.banner-section p{
    font-weight: 600;
    font-size: 19px;
}
.themebtn {
    border: 2px solid #000;
    background: #000;
    color: #fff !important;
    padding: 0px 25px;
    height: 45px;
    line-height: 42px;
    transition: all ease-in-out .3s;
}
.banner-section .transprtbtn{
    margin-left: 20px;
}

.themebtn.transprtbtn{
    background: transparent;
    color: #000 !important;
}

.themebtn:hover{
    background: transparent;
    color: #000 !important; 
}
.themebtn.transprtbtn:hover{
    background: #000 !important;
    color: #fff !important;
}
div p:last-of-type{
    margin-bottom: 0px;
}
.banner-btnrow{
    margin-top: 25px;
}
@media(min-width: 791px) and (max-width: 1148px){
    
    .banner-section .container{
        max-width: 100%;
    }
    .banner-section .row > div{
        padding-right: 30px;
    }
    .banner-section{
        min-height: 355px;
    padding: 55px 0;
    }
    .banner-section h2 {
        font-size: 18px !important;
    }
    .banner-section h1 {
        font-size: 28px !important;
    }
}
@media(min-width: 1024px) and (max-width: 1148px){
   
    .banner-section{
        min-height: 420px;
    padding: 100px 0;
    }
    
}
/****************** Service Area Css ****************/

.service-section {
    background: #FAFAFA;
    padding: 25px 0px;
}
.servicetitle {
    font-size: 19px;
    margin-top: 7px;
}

/******************* Our Collection Css ***************/

.collection-section{
    padding: 100px 0px;
}
.sectiontitle h2{
    position: relative;
    font-size: 45px;
    text-transform: uppercase;
}
.sectiontitle h2:before {
    content: "";
    height: 5px;
    width: 30px;
    background: #04a6e3;
    position: absolute;
    top: -20px;
    margin: auto;
    left: 0;
    right: 0;
}
.collectionbox img{
    width: 100%;
}
.collectionbox {
    position: relative;

}
.collection-title {
    background: #2b2a2b;
    color: #fff;
    text-align: left;
    left: 0;
    padding: 0px 20px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 18px;
}

.collectionbox-2,.collectionbox-3{
    height: calc(50% - 15px);
}
.collectionbox-2{
    margin-bottom: 30px;
}
.bottom-collection{
    margin-top: 30px;
}
.collectionimg-box{
    margin-top: 40px;
}

.showcase-text h2:before{
    left: 0px;
    right: auto;
}


/******************** Product Area Css **************/

.product-section{
    padding: 100px 0px;
}
.producttitle{
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'HK Grotesk bold';
    font-size: 21px;
}
.productinfo {
    font-size: 18px;
    margin-bottom: 10px;
}
a{
    color: #04a6e3;
}
.productshoplink{
    font-size: 18px; 
}
.productshoplink a{
    color: #04a6e3 !important; 
    text-decoration: none;
    transition: all 0.3s ease;
}
.productshoplink a:hover{
    /*color: #0385b6 !important;*/
    color: #000 !important;
}
.product-outer{
    padding: 0px 5px;
}
.productimg img{
    width: 100%;
}

.product-inner {
    padding: 20px;
    margin-top: 30px;
    transition: all ease-in-out .2s;
}
.product-inner:hover{
    box-shadow:0px 0px 25px #ececec
}


/******************** Studio Area Css **************/

.studio-section{
    padding: 100px 0px;
    background-image: url(../images/Bottom.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.studio-whitebox {
    background: #fff;
    max-width: 530px;
    width: 100%;
    padding: 55px;
    box-shadow: 0px 0px 20px #ececec;
}
.studio-whitebox h2{
    font-size: 40px;
    margin-bottom: 20px;
}

/******************** About Clare Css **************/

.about-section{
    padding: 100px 0px;
}
.aboutimg-box img{
    width: 100%;
}
.abouttext-info{
    font-size: 18px;
}
.abouttext-info .btn{
    margin-top: 20px;
}
.about-section h2:before{
    right: auto;
}
.abouttext-box {
    position: relative;
    z-index: 1;
    left: -80px;
    padding: 0px;
}
.abouttext-inner {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 70px 45px;
    box-shadow: 0px 0px 25px #ececec;
    width: calc(100% + 100px);
}


/******************* Footer Area Css **************/


.footer-top{
    background: #04a6e3;
    padding: 25px 0px;
}
.footernav li {
    display: inline-block;
    margin-right: 20px;
}
.footernav li:last-of-type{
    margin-right: 0px;
}
.footernav{
    padding-left: 0px;
    margin-bottom: 0px;
}
.footer-mid {
    padding: 40px 0px;
}
.footernav li a{
    font-family: 'HK Grotesk bold';
    color: #070707 !important;
    text-transform: uppercase;
    text-decoration: none !important;
}
.footernav li a:hover {
    color: #46afef !important;
}

.footer-mid-right {
    display: flex;
    justify-content: flex-end;
}
.footer-mid-right .headercalllbox{
    margin-right: 50px;
}
.followus p {
    margin-bottom: 4px;
    font-family: 'HK Grotesk bold';
}
.footer-bottom {
    text-align: center;
    padding: 15px 0px;
    border-top: 1px solid #eee;

}
.footer-bottom p{
    font-family: 'HK Grotesk bold';  
}
.menuicon{
    display:none;
}
.footer{
    position: relative;
}
a.scrolltopMain {
    background: #04a6e3;
    display:none;
    height: 37px;
    color: #fff !important;
    width: 37px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    position: fixed;
    bottom: 70px;
    right: 22px;
    cursor: pointer;
}

/*************** Media screen Css **************/

@media screen and (min-width:768px) and (max-width:991px){

}
@media screen and (max-width:991px ){
    .header-right {
        padding-left: 15px;
    }
    span.callnumber {
        font-size: 17px;
    }
    .banner-section h2 {
        font-size: 26px;
    }
    .banner-section h1 {
        font-size: 40px;
    }
    .banner-section p {
        font-size: 16px;
    }
    .studio-whitebox h2 {
        font-size: 28px;
    }
    .studio-whitebox {
        max-width: 350px;
        padding: 25px;
    }
    .about-section .row{
        display: block;
    }
    .abouttext-inner{
        width: 100%;
    }
    .abouttext-box{
        left: 0px;
        padding: 0px 15px;
        margin-top: 30px;
    }
    .about-section .row > div{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width:767px){
    .banner-section{
        background-image: url(../images/Banner-new.png);
    }
    .banner-images{
        display: flex;
        margin: 30px -6px 0;
    }
    .banner-images > div{
        padding: 0 6px;
    }
    .footernav li {
        display: block;
        text-align: center;
        margin-right: 0;
    }  
    .footer-mid-right {
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    .footer-mid-right .headercalllbox{
        margin-right: 0px;
    }
    .footer-mid-right .headercalllbox{
        margin-bottom: 20px;
        text-align: center;
    }
    .followus{
        text-align: center;
    }
    .collectionbox {
        position: relative;
        margin-bottom: 25px;
    }
    .showcase .showcase-text{
        padding: 60px 20px;
    }
    .banner-section{
        background-position: left;
    }
    .logo-outer {
        text-align: center;
        margin-bottom: 15px;
    }
    .header-right{
        /*display: none;*/
    }
    .logo-outer{
        order:1;
        text-align: left;
    }
    .header-search{
        order:3;
    }
    .header-right{
        order:2;
        text-align: right;
    }
    .bottomheader > .container > ul {
        display: none;
        padding-top: 40px;
    }
    .bottomheader{
        min-height: 40px;
    }
    .menuicon {
        position: absolute;
        left: 0;
        right: 0;
        color: #fff !important;
        text-align: center;
        font-size: 25px;
        top: 2px;
        z-index: 1;
        margin: auto;
        display: block;
    }
    ul.nav.navbar-nav li {
        display: list-item;
    }
    .product-outer{
        padding: 0 15px;
    }
    .product-inner{
        padding: 15px;
    }
    .sub-menu1 > ul, .sub-menu2 > ul{
        display: none;
    }
}

@media screen and (max-width:480px ){
    .sectiontitle h2 {
        font-size: 26px;
    }
    .banner-section{
        min-height: 470px;
    }


}




