@charset "utf-8";
/*************** DEFAULT CSS ***************/
@font-face {
    font-family: 'fonnts_comIvyPrestoHeadlineLight';
    src: url('../fonts/fonnts_comIvyPrestoHeadlineLight.eot');
    src: url('../fonts/fonnts_comIvyPrestoHeadlineLight.eot') format('embedded-opentype'),
         url('../fonts/fonnts_comIvyPrestoHeadlineLight.woff2') format('woff2'),
         url('../fonts/fonnts_comIvyPrestoHeadlineLight.woff') format('woff'),
         url('../fonts/fonnts_comIvyPrestoHeadlineLight.ttf') format('truetype'),
         url('../fonts/fonnts_comIvyPrestoHeadlineLight.svg#fonnts_comIvyPrestoHeadlineLight') format('svg');
}
@font-face {
    font-family: 'ITCAvantGardeGothicStdDemi';
    src: url('../fonts/ITCAvantGardeGothicStdDemi.eot');
    src: url('../fonts/ITCAvantGardeGothicStdDemi.eot') format('embedded-opentype'),
         url('../fonts/ITCAvantGardeGothicStdDemi.woff2') format('woff2'),
         url('../fonts/ITCAvantGardeGothicStdDemi.woff') format('woff'),
         url('../fonts/ITCAvantGardeGothicStdDemi.ttf') format('truetype'),
         url('../fonts/ITCAvantGardeGothicStdDemi.svg#ITCAvantGardeGothicStdDemi') format('svg');
}
@font-face {
    font-family: 'itcavantgardestdmd';
    src: url('../fonts/itcavantgardestdmd.eot');
    src: url('../fonts/itcavantgardestdmd.eot') format('embedded-opentype'),
         url('../fonts/itcavantgardestdmd.woff2') format('woff2'),
         url('../fonts/itcavantgardestdmd.woff') format('woff'),
         url('../fonts/itcavantgardestdmd.ttf') format('truetype'),
         url('../fonts/itcavantgardestdmd.svg#itcavantgardestdmd') format('svg');
}


:root {
    --body-font: 'itcavantgardestdmd';
    --body-font-Size: 16px;
    --body-color: #fff;
    --primary-color: #d7a654;
    --secondary-color: #fff;
    --black: #000;
    --white: #fff;
	--body-font-demi:'ITCAvantGardeGothicStdDemi';
    --heading-font: 'fonnts_comIvyPrestoHeadlineLight';   
    
} body{
     font-family: var(--body-font);
     font-size:var(--body-font-Size);
     font-style: normal;
     line-height: normal;
     font-weight:400;
     color: var(--body-color);
     text-decoration: none;
     margin:0px;
     -webkit-font-smoothing: antialiased;
     padding:0;
     font-optical-sizing: auto;
     background-color: var(--black);
}
 html{
     scroll-behavior: smooth;
}
 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 ::selection {
    background: #fff;
     color:#000;
}
 ::-moz-selection {
    background: #fff;
     color:#000;
}
 a {
    color:var(--primary-color);
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 a:hover {
    color: var(--primary-color);
}
 p {
    margin:0 0 30px 0;
    clear:left;
    padding:0;
    line-height: 26px;
}
 ul{
    padding: 0px;
     margin: 0 0 25px;
}
 ul li{
    list-style: none;
}
/******* Headings Style *******/
 h1 {
    font-size: 43px;
}
 h2 {
    font-size: 35px;
}
 h3 {
    font-size: 20px;
}
 h4 {
    font-size: 17px;
}
 h5 {
    font-size: 15px;
}
 h6 {
    font-size: 13px;
}
 h1, h2, h3, h4, h5, h6 {
    margin:0 0 20px 0;
    padding:0;
    font-weight:normal;
}
 hr {
    margin:40px 0 60px 0;
    height:1px;
    border:0;
    border-top:1px solid #c1c1c1;
    border-bottom:1px solid #c1c1c1;
    float:left;
    width:100%;
    position:relative;
}
 img{
    border:0;
     max-width: 100%;
}
 a img {
    border: 0;
}
/*************** PRELOADER ***************/
 #preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:var(--black);
     z-index:999999;
}
 #status {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background-image:url(../images/brando-logo.svg);
     background-size: 200px;
     background-repeat:no-repeat;
    background-position:center;
    margin:0;
}
/*************** COLUMS AND ROWS ***************/
 main{
     position:relative;
}
 .row{
     width: 100%;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .justify-content-center {
     justify-content: center;
}
 .space-between{
     justify-content: space-between;
}
 .justify-content-flex-end{
     justify-content: flex-end 
}
 .section-spacing{
    padding:100px 0;
}
 .sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 100px;
    width:100%;
}
 .clearfix{
    width:100%;
    height:100px;
    margin:0;
    padding:0;
    display:block;
}
 .container{
     width:1400px;
    margin:0 auto;
}
 .fullwidth{
     width:100%;
    display:block;
}
 .two-col{
    flex:0 0 48%;
}
 .three-col{
     flex:0 0 31%;
}
 .four-col{
    flex:0 0 22%;
}
 section {
    width: 100%;
     display: block;
    position: relative;
}
 aside {
     flex:0 0 25%;
     margin: 0;
     padding: 0;
}
 summary {
     flex:0 0 70%;
     margin: 0;
     padding: 0;
}
 .list{
    padding: 0px;
    margin: 0 0 25px;
    display: flex;
    width: 100%;
    flex-direction: column;
}
 .list li{
    list-style: none;
    color: #3a4455;
    padding-left: 22px;
    margin-bottom: 6px;
    line-height: 24px;
    position: relative;
}
 .list li:after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 2px solid var(--primary-color);
    left: 0px;
    top: 8px;
    border-radius: 50px;
}
 .list li a{
     color: #3a4455;
}
 .text-center{
    text-align: center;
}
 .scrollwrap{
    width: calc(50vw + 692px);
    overflow: hidden;
}
 .gap-1{
    gap:1%
}
 .gap-2{
    gap:2%
}
 .gap-3{
    gap:3%
}
 .gap-4{
    gap:4%
}
 .gap-5{
    gap:5%
}
 .gap-50, .gap-100{
     display: flex;
     width: 100%;
     height: 50px;
}
 .gap-100{
     height: 100px;
}
 .button-style a, .button-style-span{
    position: relative;
    background-color: var(--primary-color);
     background-image: linear-gradient(to right, #efd589 0%, #d59a38 51%, #fff 100%);
    background-size: 200% auto;
     color: var(--black);
    font-size: 18px;
    padding: 18px 35px;
    border-radius: 50px;
    display: inline-block;
}
 .button-style-02 a{
    color: var(--body-color);
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    padding: 4px 35px 4px 0;
}
 .button-style-02 a:after{
    color: var(--white);
    content: "\f061";
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    right: 0;
    position: absolute;
    top: -2px;
    line-height: 28px;
    border-radius: 50px;
    text-align: center;
    transition: .3s ease-in-out;
    transform: rotate(1deg);
    font-size: 22px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 .button-style a:hover, .button-style-span:hover{
     background-position: right center;
     color: var(--black);
}
 .button-style-02 a:hover:after{
    transform: rotate(328deg);
}
 .button-style-02 a:hover{
    color: var(--primary-color);
}
/*************** HOME PAGE CSS ***************/
 header{
     position: fixed;
     top: 0px;
     left: 0px;
     z-index: 9;
     width: 100%;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 .logo{
     position: absolute;
     left: 50%;
     margin-left: -60px;
     top: 25px;
     width: 120px;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 .logo img{
     max-width: 100%;
}
 .logo-space-menu{
     width: 49%;
}
 .menu{
    padding-top: 40px;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 .scroll-down{
     width: 108px;
     height: auto;
     bottom: 40px;
     left: 50%;
     margin-left:-50px;
     position: absolute;
     overflow: hidden;
     text-align:center;
     color:#fff;
     font-size:20px;
     z-index:3;
     font-size: 12px;
     text-transform:uppercase;
     line-height:normal;
     padding-top:70px;
     font-family: var(--body-font-demi);
}
 .scroll-down a{
     color:var(--white);
}
 .scroll-down a:hover{
     color:rgba(255, 255, 255,0.5);
}
 .hscroll-line {
     left: 0px;
     top:10px;
     height: 1px;
     position: absolute;
     overflow: hidden;
     width: 99px;
     transform: rotate(90deg);
     tranform-origin:50% 50%;
}
 .text-sliding-left-right{
    overflow: hidden;
    padding: 22px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
 .sliding-text-leg {
     display: flex;
     flex-wrap: wrap;
     align-content: center;
}
 .scroll-left-right {
    -webkit-animation: scrollLeft 80s linear infinite;
    -moz-animation: scrollLeft 80s linear infinite;
     animation: scrollLeft 80s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
}
 .scroll-right-left {
    -webkit-animation: scroll 80s linear infinite;
    -moz-animation: scroll 80s linear infinite;
     animation: scroll 80s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
}
 .scroll-animation h2 {
    color: var(--body-color);
    font-family: var(--heading-font);
    font-size: 36px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
 .scroll-animation {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
}
 .scroll-animation h2 span{
    display: inline-block;
    width: 14px;
    height: 15px;
    margin: 0 25px;
     background-image: url(../images/icons/icon1.png);
     background-position: center;
     background-repeat: no-repeat;
    
}
 .intro{
    padding: 100px 0px 20px;
}

 .heading, .subheading{
     font-size: 90px;
     line-height: normal;
     color: var(--primary-color);
     background-image: linear-gradient(to right, #efd589, #ce983e);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: inline-block;
     font-family: var(--heading-font);
     margin-bottom: 40px;
}
 .heading{
 	line-height:100px;
 }
 .intro h2, .founder-philosophy h4{
     font-size: 36px;
}
 .intro h2{
     border-bottom: 1px solid rgba(255, 255, 255, .3);
     padding-bottom: 70px;
	 font-weight:200!important;
	  
	  
}
 .products{
     padding: 100px 0px;
}
 .product-left{
     flex: 0 0 24%;
}
 .products-wrap{
     display: flex;
     gap: 25px 4%;
}
 .product-right{
     flex: 0 0 72%;
     overflow: hidden;
}
 .head-cap{
     font-size: 12px;
     font-family: var(--body-font-demi);
     text-transform: uppercase;
}
 .head-cap span{
     border-bottom: 1px solid var(--white);
     padding-bottom: 5px;
}
 .subheading{
     font-size: 50px;
	 line-height:54px;
     margin-bottom: 30px;
}
 .pro-cnt h4{
     color: var(--body-color);
     margin-bottom: 10px;
     font-size: 18px;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 .pro-cnt h6{
     color: var(--body-color);
     margin-bottom: 0px;
     font-size: 16px;
}
 .pro-cnt h6 span{
    border-bottom: 1px solid var(--body-color);
    padding-bottom: 5px;
    display: inline-block;
}
 .pro-cnt{
     padding: 20px 0px;
}
 .arrow-icon{
     margin-top: 8px;
     text-align: right;
}
 .arrow-icon i{
     color: var(--body-color);
     font-size: 18px;
     transform: rotate(318deg);
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 .pro-box:hover .arrow-icon i{
     transform: rotate(360deg);
     color: var(--primary-color);
}
 .pro-box:hover .pro-cnt h4{
     color: var(--primary-color);
}
 .experience{
     padding: 80px 0;
     background-image: url(../images/bg1.jpg);
     background-repeat: no-repeat;
     background-position: center;
     background-attachment: fixed;
}
 .experience:after{
     position: absolute;
     content: '';
     background-color: #020e14;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     opacity: .6;
     z-index: 0;
}
 .experience-wrap{
     display: flex;
     justify-content: space-between;
     position: relative;
     z-index: 1;
     align-items: center;
}
 .exper-left{
     flex: 0 0 50%;
}
 .exper-right{
     flex: 0 0 50%;
     display: flex;
     flex-wrap: wrap;
}
 .exp-box{
     flex: 0 0 50%;
     display: flex;
     gap: 15px;
     padding: 25px;
}
 .exp-box span{
     font-size: 20px;
     color: var(--primary-color);
     background-image: linear-gradient(to right, #efd589, #ce983e);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: inline-block;
     font-family: var(--heading-font);
     font-style: italic;
     flex: 0 0 22px;
     margin-top: -4px;
}
 .exp-box-cnt h4{
     font-size: 18px;
     font-family: var(--body-font-demi);
     margin-bottom: 10px;
}
 .exp-box-cnt p{
     font-size: 14px;
     font-family: var(--body-font);
     margin-bottom: 0px;
}
 .exp-box:nth-child(1){
     border-right: 1px solid rgba(255, 255, 255, .4);
     border-bottom: 1px solid rgba(255, 255, 255, .4);
     padding-top: 100px;
}
 .exp-box:nth-child(2){
     border-bottom: 1px solid rgba(255, 255, 255, .4);
     padding-top: 100px;
}
 .exp-box:nth-child(3){
     border-right: 1px solid rgba(255, 255, 255, .4);
     padding-bottom: 100px;
}
 .exp-box:nth-child(4){
     padding-bottom: 100px;
}
 .exper-left .heading{
     margin-bottom: 0px;
    ;
}
 .number-count{
     padding: 100px 0px;
}
 .fun-facts{
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     padding:20px 0;
}
 .fun-facts .fun-box{
     display:flex;
     padding: 0 40px;
     font-size:18px;
     border-right: 1px solid rgba(255, 255, 255, .2);
     flex-direction: column;
}
 .fun-facts .fun-box:first-child{
     padding-left: 0px;
}
 .fun-facts .fun-box:last-child{
     border-right: none;
     padding-right: 0px;
}
 .fun-icon{
     text-align: right;
}
 .fun-facts .fun-box h3{
    font-size: 14px;
     margin-bottom:0px
}
 .box-style{
     position:relative;
     border:1px solid var(--grey);
     padding:20px;
     overflow:hidden;
}
 .box-style:after{
     position: absolute;
     content: '';
     width: 100%;
     height: 0;
     left: 0px;
     bottom: 0px;
     background-color:var(--grey-light);
     z-index:-1;
     transition: all 0.4s ease;
}
 .box-style:hover:after{
     height: 100%;
}
 .box-style h3{
     font-size: 20px;
     line-height:normal;
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     font-weight:var(--font-bold);
     padding:15px 0 0 0;
     text-align:center;
     margin:0;
}
 .fun-facts .fun-box h2{
     font-size: 94px;
     line-height: 110px;
     color: var(--primary-color);
     background-image: linear-gradient(to right, #efd589, #ce983e);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: inline-block;
     font-family: var(--heading-font);
     margin-bottom: 6px;
}
 .founder-philosophy{
    padding: 100px 0;
     background-image: url(../images/bg2.jpg);
     background-repeat: no-repeat;
     background-position: center;
     background-attachment: fixed;
}
 .founder-philosophy:after{
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     top:0px;
     left: 0px;
     background-color: var(--black);
     opacity: .6;
     z-index: 0;
}
 .founder-philosophy .subheading, .founder-philosophy h4{
     position: relative;
     z-index: 1;
}
 .qlty-wrap{
     position: relative;
     z-index: 1;
     display: flex;
     gap: 25px 4%;
     border-top: 1px solid rgba(255, 255, 255, .3);
     margin-top: 40px;
     padding-top: 70px;
}
 .qlty-box{
     display: flex;
     gap: 25px;
}
 .qlty-box span{
     flex: 0 0 72px;
}
 .qlty-box-cnt h3{
     font-size: 18px;
     font-family: var(--body-font-demi);
     margin-bottom: 15px;
}
 .qlty-box-cnt p{
     font-size: 14px;
}
 .blog{
     padding: 100px 0px;
}
 .blog-cnt{
     padding: 30px 0px;
     display: flex;
}
 .blog-cnt span{
     flex: 0 0 125px;
     font-size: 12px;
     font-family: var(--body-font-demi);
     text-transform: uppercase;
     color: var(--body-color);
}
 .blog-cnt-inn{
     border-left: 1px solid rgba(255, 255, 255, .3);
     padding-left: 35px;
}
 .blog-cnt-inn h3{
     font-size: 24px;
     color: var(--primary-color);
     background-image: linear-gradient(to right, #efd589, #ce983e);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: inline-block;
     margin-bottom: 20px;
     font-family: var(--body-font-demi);
}
 .blog-cnt-inn p{
     font-size: 14px;
     color: var(--body-color);
     margin-bottom: 0px;
}
 footer{
     background-image: url(../images/bg3.jpg);
     background-repeat: no-repeat;
     background-position: center;
     padding-top: 100px;
     position: relative;
     background-attachment: fixed;
}
 footer:after{
    position:absolute;
    content:'';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: var(--black);
    opacity: .6;
}
 .footer-wrap{
     position: relative;
     z-index: 1;
     display: flex;
     gap: 25px 2%;
}
 .footer-left{
     flex: 0 0 43%;
     padding-top: 15px;
}
 .ftr-list{
     display: flex;
     flex-wrap: wrap;
     gap: 5px 2%;
}
 .ftr-list li{
     flex: 0 0 32%;
}
 .ftr-list li a{
     font-size: 12px;
     color: var(--body-color);
     text-transform: uppercase;
}
 .footer-logo{
     flex: 0 0 23%;
}
 .footer-logo img{
     width: 120px;
}
 .footer-right{
    display: flex;
    justify-content: space-between;
    flex: 0 0 30%;
    padding-top: 15px;
}
 .ftr-col h2{
     font-size: 12px;
     color: var(--body-color);
     text-transform: uppercase;
     margin-bottom: 15px;
     font-family: var(--body-font-demi);
}
 .ftr-col p{
     color: var(--body-color);
     font-size: 14px;
}
 .social{
     display: flex;
     gap: 10px;
}
 .social a{
     flex: 0 0 40px;
     height: 40px;
     border: 1px solid var(--body-color);
     border-radius: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--body-color);
}
 .social a:hover{
    background-color:var(--primary-color);
    border: 1px solid var(--primary-color);
}
 .copyright{
     position: relative;
     z-index: 1;
     display: flex;
     justify-content: space-between;
     border-top: 1px solid rgba(255, 255, 255, .3);
     padding-top: 30px;
     margin-top: 20px;
}
 .copyright p{
     font-size: 14px;
}
 .copyright p a{
     color: var(--body-color);
}
 .copyright .plcy-link a:last-child{
     border-left:1px solid rgba(255, 255, 255, .3);
     padding-left: 10px;
     margin-left: 10px;
}
 .copyright a:hover{
     color: var(--primary-color);
}
 .inner-banner img{
     object-fit: cover;
     height: 700px;
}
 .pad{
     padding: 100px 0px;
}
 .m-b-10{
     margin-bottom: 0px;
}
 .card-style {
     margin-bottom: 35px;
}
 .card-style-cap {
     padding: 15px 50px 15px 0;
     border-bottom: 1px solid #3a4455;
     position: relative;
}
 .card-style-cap h4 {
     font-size: 20px;
     font-family: var(--heading-font);
     color: var(--white);
     margin-bottom: 10px;
}
 .card-style-cap h6 {
     margin-bottom: 5px;
     color: #c1c1c1;
}
 .card-style-cap .round-icon {
     position: absolute;
     right: 0;
     top:50% ;
     transform: translateY(-50%);
}
 .card-style-cap .round-icon i {
     color: var(--white);
     font-weight: 900;
     line-height: 28px;
     border-radius: 50px;
     text-align: center;
     transition: .3s ease-in-out;
     transform: rotate(328deg);
     font-size: 17px;
     -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out;
     width: 38px;
     height: 38px;
     background-color: var(--primary-color);
     display: flex;
     align-items: center;
     justify-content: center;
}
 .card-style-cap:hover .round-icon i {
     transform: rotate(1deg);
     background-color: #b3802a;
}
 .contact-form {
     display: flex;
     flex-wrap: wrap;
     gap: 2%;
}
 .contact-left {
     flex: 0 0 30%;
}
 .contact-right {
     flex: 0 0 66%;
}
 .contact-form .form-group {
     flex: 0 0 49%;
     position: relative;
     margin-bottom: 15px;
}
 .contact-form .form-group-full {
     flex: 0 0 100%;
     position: relative;
     margin-bottom: 15px;
}
 .label-style {
     position: absolute;
     top: -11px;
     left: 16px;
     font-size: 13px;
     background-color: var(--black);
     padding: 0 5px;
     color: var(--primary-color);
     z-index: 1;
     font-weight: 100;
}
 .contactstyle {
     width: 100%;
     display: inline-block;
     position: relative;
     margin: 0 0 12px;
     padding: 30px 20px;
     /*background-color: var(--primary-color);*/
	 background-color:rgba(255, 255, 255, 0.1);
	 outline: 1px solid rgba(255, 255, 255, 0.1);
     outline-offset: -8px;
     border-radius: 0;
}
 .contactstyle h4 {
     font-size: 18px;
     margin-bottom: 6px;
     color:#efd589;
     font-family: var(--body-font-demi);
}
 .contactstyle p {
     margin-bottom: 0;
     color: var(--white);
}
 .contactstyle p a{
    color:var(--white)
}
 .contact-left {
     flex: 0 0 30% 
}
 .cont-inn-box{
    position: relative;
    padding: 0 0 20px 75px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
 .cont-inn-box:last-child{
    margin-bottom:0px;
    border-bottom: none;
    padding-bottom: 0px;
}
 .coic {
     position: absolute;
     left: 0;
     top: 0;
     width: 50px;
     height: 50px;
     background-color: var(--black);
     font-size: 16px;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
	 color:#efd589;

}
 .pro-inn-wrap{
     display: flex;
     flex-wrap: wrap;
     gap: 30px 2%;
}

 .pro-inn-wrap .pro-box {
         flex: 0 0 23.50%;
    }
 .collection-detail-wrap{
     display: flex;
     gap: 20px 4%;
}
 .collection-detail-left{
     overflow: hidden;
     flex: 0 0 35%;
}
 .collection-detail-right{
     flex: 0 0 61%;
}
 .collection-detail-right h2{
     font-size: 20px;
     border-bottom: 1px solid rgba(255, 255, 255, .2);
     padding-bottom: 30px;
     margin-bottom: 30px;
}
 .collection-detail-right h3{
    font-family: var(--body-font-demi);
    color: var(--primary-color);
    font-size: 22px;
    margin-bottom: 10px;
}
 .blog-wrap{
     display: flex;
     flex-wrap: wrap;
     gap: 35px 2%;
}
 .blog-wrap .blog-box{
     flex: 0 0 32%;
     border-bottom: 1px solid rgba(255, 255, 255, .2);
}
 .blog-wrap .blog-box .blog-cnt{
     flex-direction: column;
}
 .blog-wrap .blog-box .blog-cnt span{
     flex: initial;
     margin-bottom: 25px;
}
 .blog-wrap .blog-box .blog-cnt .blog-cnt-inn{
     border-left: none;
     padding-left: 0px;
}
 .blog-wrap .blog-box .blog-cnt h3{
     margin-bottom: 10px;
}
 .blog-detail-wrap{
     display: flex;
     gap: 35px 3%;
}
 .blog-detail-left{
     flex: 0 0 38%;
}
 .blog-detail-right{
     flex: 0 0 59%;
}
 .blog-detail-right h2{
     font-size: 16px;
}
 .blog-detail-right .subheading{
    margin-bottom: 15px;
}
 .breadcrumb{
     /*border-bottom: 1px solid rgba(255, 255, 255, .2);*/
	 background-color: rgba(255, 255, 255, 0.1);
     padding: 20px 0px;
}
 .breadcrumb-wrap{
     display: flex;
     justify-content: space-between;
     align-items: center;
}
 .breadcrumb-wrap h2{
     margin-bottom: 0px;
     font-family: var(--body-font-demi);
     font-size: 26px;
}
 .breadcrumb-wrap ul {
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     margin: 0;
     padding:0;
}
 .breadcrumb-wrap ul li {
     margin: 0;
     font-size: 12px;
     text-transform:uppercase;
     color:var(--white);
}
 .breadcrumb-wrap ul li:not(:last-child)::after {
     display: inline-block;
     margin: 0 10px;
     content: "\f105";
     font-family: "Font Awesome 7 Free";
     font-weight: 900;
}
 .breadcrumb-wrap ul li a{
     color: var(--body-color);
}
 .breadcrumb-wrap ul li a:hover{
     color: var(--primary-color);
}
/********* FIXED HEADER ***************/
 header.smaller{
     box-shadow: 0px 1px 25px #0000003d;
     background-color: #212121;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 header.smaller .menu {
     padding-top: 22px;
     padding-bottom: 22px;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 header.smaller .logo {
     margin-left: -35px;
     top: 10px;
     width: 70px;
}
/********** text scrolling *********/
/*** animatins ***/
 @-webkit-keyframes scroll {
     0% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
     to {
         -webkit-transform: translateX(-webkit-calc(-250px * 7));
         transform: translateX(-1750px);
    }
}
 @-moz-keyframes scroll {
     0% {
         -moz-transform: translateX(0);
         transform: translateX(0);
    }
     to {
         -moz-transform: translateX(-moz-calc(-250px * 7));
         transform: translateX(-1750px);
    }
}
 @keyframes scroll {
     0% {
         -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
         transform: translateX(0);
    }
     to {
         -webkit-transform: translateX(-webkit-calc(-250px * 7));
         -moz-transform: translateX(-moz-calc(-250px * 7));
         transform: translateX(-1750px);
    }
}
 @-webkit-keyframes scrollLeft {
     0% {
         -webkit-transform: translateX(-webkit-calc(-250px * 7));
         transform: translateX(-1750px);
    }
     to {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
}
 @-moz-keyframes scrollLeft {
     0% {
         -moz-transform: translateX(-moz-calc(-250px * 7));
         transform: translateX(-1750px);
    }
     to {
         -moz-transform: translateX(0);
         transform: translateX(0);
    }
}
 @keyframes scrollLeft {
     0% {
         -webkit-transform: translateX(-webkit-calc(-250px * 7));
         -moz-transform: translateX(-moz-calc(-250px * 7));
         transform: translateX(-1750px);
    }
     to {
         -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
         transform: translateX(0);
    }
}
/**********animated line *********/
 .hscroll-line::before, .hscroll-line::after {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     content: "" 
}
 .hscroll-line:before {
     background: #ffffff;
}
 .hscroll-line::after {
     background: rgba(0, 0, 0, 0.5);
     animation: move 3s infinite 
}
 @keyframes move {
     0% {
         transform: translate3d(-200%, 0, 0) 
    }
     60% {
         transform: translate3d(100%, 0, 0) 
    }
     100% {
         transform: translate3d(100%, 0, 0) 
    }
}
/*************** table style ***************/
 .responsive-table{
    overflow-x: auto;
}
 .table-style {
    border-collapse: collapse;
    width: 100%;
}
 td, th {
    border: 1px solid #ddd;
    padding: 8px;
}
 tr:nth-child(even){
    background-color: #f2f2f2;
}
 tr:hover {
    background-color: #ddd;
}
 th {
     padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--primary-color);
    color:var(--white);
}
/**********forms**************/
 form{
    margin:0;
    padding:0;
}
 *:focus {
    outline: none;
}
 .fieldset{
    width:100%;
    height: 60px;
    padding: 8px 15px;
    background-color: var(--black);
    display:block;
    border: 1px solid #727272;
    margin:0 0 10px 0;
    color: var(--body-color);
    font-size: 14px;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
}
 textarea.fieldset, textarea{
    height: 140px;
    padding-top: 20px;
}
 .sendbutton{
    width:auto;
    height:auto;
    border:0;
    outline:0;
    margin:0 5px 0 0;
    float:left;
    color: var(--black);
    font-size: 18px;
    cursor:pointer;
    vertical-align:top;
    padding: 14px 25px 16px;
    text-align:center;
    background-color: var(--primary-color);
    text-transform:uppercase;
    border-radius: 50px;
}
 .sendbutton:hover{
    background-color: var(--body-color);
    color: var(--black);
}
 ::-webkit-input-placeholder {
    color: #fff !important;
}
 :-moz-placeholder {
    color: #fff !important;
}
 ::-moz-placeholder {
     color: #fff !important;
}
 :-ms-input-placeholder {
     color: #fff !important;
}
/*************HOVER EFFECT*******/
 .hover-effect{
    width:100%;
    display: block;
    position:relative;
    overflow:hidden;
}
 .hover-effect i{
    width:50px;
    height:50px;
    background-color:var(--primary-color);
    color:var(--white);
    position:absolute;
    left:50%;
    top:-100px;
    z-index:1;
    line-height:50px;
     text-align:center;
    margin:0 0 0 -25px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 .hover-effect:hover i{
    top:50%;
    margin:-25px 0 0 -25px;
}
 .hover-effect:hover i:hover{
    background-color:var(--secondary-color);
}
 .hover-effect img {
    display:block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width:100%;
}
 .hover-effect:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
     -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
/*************BACK TO TOP*******/
 .progress-wrap {
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
     z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
 .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
 .progress-wrap::after {
    position: absolute;
    content: "\f30c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-align: center;
    line-height: 45px;
     font-size: 20px;
    color: var(--primary-color);
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}
 .progress-wrap svg path {
    fill: none;
}
 .progress-wrap svg.progress-circle path {
    stroke: var(--primary-color);
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/************************************* 1450px *************************************/
 @media only screen and (max-width: 1450px) {
     .container{
         width:95%;
    }
     .scrollwrap {
         width: 100% !important;
         padding: 0;
    }
     .logo-space-menu {
         width: 42%;
    }
     .products .container{
         width: 100%;
         padding-left: 33px;
    }
}
/************************************* 1366px *************************************/
 @media only screen and (max-width: 1366px) {
     .heading {
         font-size: 76px;
    }
     .subheading {
         font-size: 42px;
    }
}
/************************************* 1280px *************************************/
 @media only screen and (max-width: 1280px) {
     .heading {
         font-size: 68px;
    }
     .intro h2, .founder-philosophy h4 {
         font-size: 30px;
    }
     .exper-left {
         flex: 0 0 42%;
    }
     .exper-right {
         flex: 0 0 58%;
    }
     .fun-facts .fun-box h2 {
         font-size: 72px;
         line-height: 88px;
    }
}
/************************************* 1199px *************************************/
 @media only screen and (max-width: 1199px) {
     .logo {
        position: initial;
         margin-left: 0px;
    }
     .header-wrap{
         display: flex;
    }
     .header-wrap {
         align-items: center;
         justify-content: space-between;
         padding: 18px 0px;
    }
     header.smaller .logo{
         margin-left: 0px;
    }
     header.smaller .header-wrap {
         padding: 10px 0px;
    }
     .menu{
         padding-top: 0px;
    }
     header.smaller .menu{
         padding-top: 0px;
         padding-bottom: 0px;
    }
}
/************************************* 1024px *************************************/
 @media only screen and (max-width: 1024px) {
     .container{
         width:90%;
    }
     .heading {
         font-size: 52px;
    }
     .exper-left {
         flex: 0 0 32%;
    }
     .exper-right {
         flex: 0 0 68%;
    }
     .products .container {
         padding-left: 50px;
    }
     .fun-facts .fun-box {
         padding: 0 20px;
    }
     .intro h2, .founder-philosophy h4 {
         font-size: 22px;
    }
     .exp-box span{
         flex: 0 0 30px;
    }
     .inner-banner img {
         height: 500px;
    }
     .pro-inn-wrap .pro-box {
         flex: 0 0 32%;
    }
     .contact-left {
         flex: 0 0 45%;
    }
     .contact-right {
         flex: 0 0 51%;
    }
     .contact-form{
         flex-direction: column;
    }
}
/************************************* 980px *************************************/
 @media only screen and (max-width: 980px) {
     .logo {
         width: 100px;
    }
}
/************************************* 800px *************************************/
 @media only screen and (max-width: 800px) {
     header {
         position: initial;
         top:-100px
    }
     header.smaller{
         position: fixed;
         top:0px;
    }
     .products-wrap, .experience-wrap{
         flex-direction: column;
    }
     .product-left{
         padding-right: 40px;
    }
     .products .container {
         padding-left: 40px;
    }
     .fun-facts {
         grid-template-columns: repeat(2, 1fr);
    }
     .fun-facts .fun-box{
         border: 1px solid rgba(255, 255, 255, .2) !important;
         padding: 20px !important;
         margin: -1px 0 0 -1px;
    }
     .qlty-box, .blog-cnt{
         flex-direction: column;
    }
     .blog-cnt span {
         flex: initial;
    }
     .blog-cnt-inn{
         border-left: none;
         border-top: 1px solid rgba(255, 255, 255, .3);
         padding-left: 0px;
    }
     .blog-cnt-inn {
         margin-top: 12px;
         padding-top: 28px;
    }
     .footer-wrap{
         flex-direction: column;
    }
     .logo {
         width: 75px;
    }
     .blog-wrap .blog-box {
         flex: 0 0 49%;
    }
}
/************************************* 767px *************************************/
 @media only screen and (max-width: 767px) {
     .two-col, .three-col, .four-col, aside, summary{
         flex:0 0 100%;
         margin:0 0 25px 0;
    }
     .scroll-animation h2 {
         font-size: 28px;
    }
     .heading {
         font-size: 42px;
         margin-bottom: 20px;
    }
     .footer-logo{
         order: -1;
         text-align: center;
    }
     .ftr-list {
         margin-bottom: 0px;
    }
     .footer-left {
         padding-top: 24px;
         border-bottom: 1px solid rgba(255, 255, 255, .3);
         border-top: 1px solid rgba(255, 255, 255, .3);
         padding-bottom: 25px;
    }
     .copyright, .blog-wrap, .blog-detail-wrap {
         flex-direction: column;
         align-items: center;
    }
     .copyright{
         text-align: center;
         padding-bottom: 30px;
    }
     .copyright p{
         margin-bottom: 10px;
    }
     .inner-banner img {
         height: 350px;
    }
     .contact-left {
         flex: 0 0 100%;
    }
     .contact-right {
         flex: 0 0 100%;
    }
     .collection-detail-wrap{
         flex-wrap: wrap;
    }
     .pro-inn-wrap .pro-box .pro-cnt h4 {
         font-size: 15px;
    }
     .pro-inn-wrap .pro-box .pro-cnt h6 {
         font-size: 13px;
    }
     .collection-detail-left, .collection-detail-right{
         flex: 0 0 100%;
    }
}
/************************************* 575px *************************************/
 @media only screen and (max-width: 575px) {
     .gap-50{
         height: 25px;
    }
     .gap-100{
         height: 50px;
    }
     .exper-right, .qlty-wrap{
         flex-direction: column;
    }
     .exp-box{
         padding: 0px 0 20px !important;
         margin-bottom: 20px;
         border: none !important;
         border-bottom: 1px solid rgba(255, 255, 255, .4) !important;
    }
     .intro {
         padding: 50px 0px 20px;
    }
     .intro h2{
        padding-bottom: 40px;
    }
     .products {
         padding: 30px 0px 50px;
    }
     .number-count {
         padding: 60px 0px;
    }
     .founder-philosophy {
         padding: 60px 0;
    }
     .blog {
         padding: 70px 0px;
    }
     .button-style a, .button-style-span{
         font-size: 13px;
         padding: 8px 20px;
    }
     .experience-wrap {
         align-items: flex-start;
    }
     .exper-left{
         margin-bottom: 20px;
    }
     .experience {
         padding: 60px 0;
    }
     .subheading {
         font-size: 28px;
         line-height: normal;
    }
     .products .container {
         padding-left: 26px;
    }
     .inner-banner img {
         height: 230px;
    }
     .inner-banner .scroll-down {
         bottom: 15px;
    }
     .pad {
         padding: 60px 0px;
    }
     .contact-form .form-group {
         flex: 0 0 100%;
    }
     .pro-inn-wrap .pro-box {
         flex: 0 0 49%;
    }
     .breadcrumb-wrap{
         flex-direction: column;
    }
     .breadcrumb-wrap h2{
         margin-bottom: 15px;
    }
}
/************************************* 480px *************************************/
 @media only screen and (max-width: 480px) {
     .scroll-animation h2 {
         font-size: 20px;
    }
     .heading {
         font-size:34px;
		 line-height:34px;
    }
     .intro h2, .founder-philosophy h4 {
         font-size: 18px;
    }
     .scroll-animation h2 span {
         margin: 0 18px;
    }
     .products .container {
         padding-left: 20px;
    }
     .inner-banner img {
         height: 200px;
    }
}
/************************************* 360px *************************************/
 @media only screen and (max-width: 360px) {
     .fun-facts .fun-box h2 {
         font-size: 40px;
         line-height: 46px;
    }
     .fun-facts .fun-box h3 {
         font-size: 13px;
    }
     .fun-facts .fun-box {
         padding: 14px !important;
    }
     .ftr-list li {
         flex: 0 0 49%;
    }
     .pro-inn-wrap{
         flex-direction: column;
    }
}
/************************************* 320px *************************************/
 @media only screen and (max-width: 320px) {
}
