ul.navbar-nav.qc-menu-list {
    display: flex;
}
a.navbar-brand.qc-navbar-brand {
    margin-top: -80px;
    margin-left: -30px;
}
.bg-overlay:after {
    background: unset;
}
section#home-slider .teashop-btn {
    display: none;
}
.single-slide-item {
    padding: 263px 0;
}
/*wel*/
.tm-sc-animated-layer-images {
    position: relative;
    line-height: 0;
    max-width: 100%;
}
.tm-sc-animated-layer-images .layer-image-wrapper {
    position: relative;
    line-height: 0;
    display: block;
    width: inherit;
    max-width: 100%;
    height: inherit;
    max-height: 100%;
}
.about-style-current-theme .layer-image-wrapper .layer-image {
    position: relative;
}
.tm-sc-animated-layer-images .layer-image-wrapper .layer-image {
    transition: all 1s ease;
    transition-delay: 700ms;
}
.about-style-current-theme .layer-image-wrapper .layer-content {
    bottom: -10px;
    position: absolute;
    right: -30px;
}
.about-style-current-theme .layer-image-wrapper .layer-content .content-inner {
    bottom: 0;
    padding: 50px;
    padding-right: 60px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #f17c22e3;
}
.about-style-current-theme .layer-image-wrapper .layer-content .content-inner .icon-img {
    margin-bottom: 20px;
    width: auto;
}
.about-style-current-theme .layer-image-wrapper .layer-content .tm-sc-video-popup.tm-sc-video-popup-button-with-text-right {
    background-color: #181818;
    bottom: 0;
    height: 73px;
    line-height: 73px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 75px;
    z-index: 1;
}
.tm-sc-video-popup.tm-sc-video-popup-button-with-text-right {
    display: inline-block;
}
.box-hover-effect .effect-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.box-hover-effect .effect-wrapper .hover-link {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: none !important;
    color: transparent !important;
    z-index: 11;
}
section.welcome-section .title {
    font-family: 'asap';
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.6;
}
@-webkit-keyframes phone-icon-animate {
0%,
    100% {
        transform: rotate(0)scale(1)skew(1deg);
    }
    10% {
        transform: rotate(-25deg)scale(1)skew(1deg);
    }
    20%,
    40% {
        transform: rotate(25deg)scale(1)skew(1deg);
    }
    30% {
        transform: rotate(-25deg)scale(1)skew(1deg);
    }
    50% {
        transform: rotate(0)scale(1)skew(1deg);
    }
}

@keyframes phone-icon-animate {
    0%,
    100% {
        transform: rotate(0)scale(1)skew(1deg);
    }
    10% {
        transform: rotate(-25deg)scale(1)skew(1deg);
    }
    20%,
    40% {
        transform: rotate(25deg)scale(1)skew(1deg);
    }
    30% {
        transform: rotate(-25deg)scale(1)skew(1deg);
    }
    50% {
        transform: rotate(0)scale(1)skew(1deg);
    }
}
section.welcome-section .icon a span {
    animation: phone-icon-animate 1s ease-in-out infinite;
    color: #e98131;
    font-size: 26px;
}
/*title*/
.dreamit-section-title h5 {
    color: #de702a;
    font-size: 18px;
    margin-bottom: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: 'barlow-regular';
}
.dreamit-section-title h5:before {
    position: absolute;
    z-index: 1;
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #ff6600;
    right: -46px;
    top: 15px;
}
.dreamit-section-title:after {
    filter: invert(47%) sepia(95%) saturate(3112%) hue-rotate(0deg) brightness(102%) contrast(105%);
    position: absolute;
    content: "";
    left: -5px;
    top: -16px;
    background: url(../../images/images/images/about/section1.png);
    width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
}
.dreamit-section-title h1{
    font-family: 'asap';
    line-height: 1.5;
    letter-spacing: -0.9px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

section.welcome-section {
    padding-top: 90px;
    padding-bottom: 90px;
}
p.wel-para {
    font-family: 'barlow-regular';
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}
.imgwel-flex {
    display: flex;
    padding-top: 15px;
}
.col-md-6.welconten-col {
    padding-right: 40px;
}
p.para-pwe {
    font-family: 'barlow-regular';
    line-height: 1.8;
}
img.icon-imgwel {
    max-width: unset;
}
.para-cwel {
    padding-left: 20px;
}
h5.head-suwel {
    font-family: 'asap';
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    margin: unset;
}
/*pro*/
.service-area-eight {
    position: relative;
    overflow: hidden;
    margin: 0 15px;
    height:380px;
}
.service-area-eight:hover .badge-area {
    opacity: 0;
    transform: translateY(100%);
}
.service-area-eight .badge-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    opacity: 1;
    background: #102f4d;
    padding: 12px 30px;
    transition: 0.5s;
}
.service-area-eight .badge-area .icon {
    -webkit-clip-path: polygon(49% 18%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(49% 18%, 100% 0, 100% 100%, 0 100%, 0 0);
    background: #ff6600;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -1px;
    bottom: -1px;
}
.service-area-eight:hover .hov-area {
    opacity: 1;
    transform: translateY(0);
    position:absolute;
    top:0;
    
}
.service-area-eight .hov-area {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #102f4de6;
    padding: 40px;
    opacity: 0;
    transform: translateY(-100%);
    transition: 0.5s;
    padding-top: 170px;
    color: #fff;
}
.service-area-eight .hov-area .badge {
    position: absolute;
    right: 0;
    top: 0;
    height: 100px;
    width: 100px;
    background: #ff6600;
    clip-path: polygon(100% 0, 100% 100%, 50% 79%, 0 100%, 0 0);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.style-five.dreamit-section-title h5:after {
    position: absolute;
    content: "";
    left: -47px;
    top: 16px;
    background: #ff6600;
    width: 38px;
    height: 1px;
    display: inline-block;
}
.style-five.dreamit-section-title:after {
    filter: invert(47%) sepia(95%) saturate(3112%) hue-rotate(0deg) brightness(102%) contrast(105%);
    position: absolute;
    content: "";
    left: 632px;
    top: -27px;
    background: url(../../images/images/images/about/section1.png);
    width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
}
.dreamit-section-title.style-five.white.text-center {
    position: relative;
}
.service-area-eight .thumbnail {
    padding: unset;
}
.badge-area {
    color: #fff;
    font-family: 'asap';
    font-size: 18px;
}
/*btn*/
/* button style */
.btn {
    user-select: none;
    -moz-user-select: none;
    background: #0D9B4D none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 0;
	padding: 19px 50px;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn::before {
	content: "";
	position: absolute;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	width: 200%;
	height: 200%;
	top: 110%;
	left: 50%;
	background: #FAA432;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}
.btn:hover {
	color: #fff;
}
.btn-two {
	background: #ff6600 none repeat scroll 0 0;
    font-family: 'asap';
    font-weight: 600;
    border: 1px solid #ff6600;
}
.btn-two::before {
	background: #102f4d;
}
.btn:hover:before {
	top: -40%;
}
.cmt-box-col-wrapper.style4:nth-child(1), .cmt-box-col-wrapper.style4:nth-child(4) {
    margin-top: -70px;
}
section.count-section {
    background-image: url(../../images/images/images/bg1/cbg.jpg);
    background-color: #202426;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 90px;
    padding-bottom: 120px;
}
.count-bg{
     background-color: #03294e;
     position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .92;
}
section.count-section .dreamit-section-title h1 {
    color: #fff;
}
section.count-section .dreamit-section-title {
    padding-bottom: 15px;
}
.count-content {
    padding: 28px 25px 25px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 0;
    margin-top: 25px;
    text-align: center;
}
.count-section .style-five.dreamit-section-title:after {
    left: 512px;
}
section.bg-silver-light {
    padding-top: 60px;
    padding-bottom: 90px;
}

/*y-choose-us*/
/* 8. Features */
.features-bg {
    background-image: url(../../images/images/images/bg1/yus-bg.jpg);
    background-color: #202426;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 40px;
}
.product-bg {
    background-color: #03294e;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .92;
}
.features-img {
	text-align: right;
	margin-right: -30px;
    margin-top: 0px;
}
.features-item {
	margin: 0 0 50px;
}
.features-icon {
	font-size: 50px;
	color: #FEE431;
	position: relative;
	z-index: 1;
	margin: 0 0 27px;
}
.features-icon::after {
	content: "";
	position: absolute;
	left: 20px;
	top: 5px;
	width: 40px;
	height: 40px;
	background: #ee641454;
	border-radius: 50%;
	z-index: -1;
	transition: .4s linear;
}
.features-content .title {
	font-size: 20px;
	letter-spacing: 0.02em;
	margin-bottom: 14px;
    font-family: 'asap';
    font-weight: 500;
    text-transform: uppercase;
    color: #de702a;
}
.features-content p {
    font-family: 'barlow-regular';
	margin: 0 0;
	color: #FFFFFF;
}
.features-item:hover .features-icon::after {
	left: 5px;
}
.features-items-wrap .row>*:nth-last-child(-n 2) .features-item {
	margin: 0 0;
}
.features-items-wrap .row>*:nth-child(4n 1) .features-item ,
.features-items-wrap .row>*:nth-child(4n 3) .features-item {
	margin-right: 50px;
}
.features-items-wrap .row>*:nth-child(4n 2) .features-item,
.features-items-wrap .row>*:nth-child(4n) .features-item {
	margin-left: 50px;
}
img.pro-img {
    width: unset !important;
}
/*bg*/
.product-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.product-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000002;
    opacity: 0.75;
    content: "";
    z-index: -1;
}
.product-one__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: repeat;
    z-index: -1;
}
section#features .dreamit-section-title h1 {
    color: #fff;
}
.service-area-eight .hov-area .title {
    font-family: 'asap';
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
}
.service-area-eight .hov-area .disc {
    font-family: 'barlow-regular';
    text-align: center;
    line-height: 2;
}
.service-area-eight .hov-area .button {
    text-align: center;
    margin-top: 20px;
}
h1.para-co {
    font-family: 'asap';
    font-size: 40px;
}
p.para-couns {
    font-family: 'asap';
    font-size: 20px;
    font-weight: 600;
}
.con-count {
    padding-top: 10px;
}

section#contact:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #023363;
    z-index: -1;
    position: absolute;
}
#contact {
    background-repeat: no-repeat;
    background-size: cover;
    background: url(../../images/images/images/bg1/en-bg.jpg);
    position: relative;
    z-index: 1;
}
section#contact:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #03294efa;
    z-index: -1;
    position: absolute;
    opacity: .92;
}
#footer {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover !important;
    background: url(../../images/images/images/bg1/foot-bg.jpg);
}
.social-icons a i.fa {
    color: #3876b4;
}
#footer .social-icons a {
    color: #ff6600;
    font-family: 'asap';
    font-weight: 400;
}
.copyright p {
    font-size: 15px;
    font-family: 'asap';
}
.footer-bottom {
    background: rgb(255 102 0 / 53%);
}
.copyright a {
    color: #023363;
}
.ScrollToTop a {
    border: 1px solid #ee6414;
    color: #ee6414;
}
section#testimonial {
    display: none;
}
section#contact .section-header.text-center h2 {
    font-family: 'asap';
    text-transform: capitalize;
}
.teashop-btn {
    color: #2f2f2f;
    font-family: 'asap';
    background: #ff6600;
}
.contact-form input {
    font-family: 'asap';
}
ul.featurs-navigation {
    display: none;
}
section#featurs .section-header.text-center {
    margin-bottom: 0;
}
section#featurs .gallery_title {
    font-family: 'asap';
    line-height: 1.5;
    letter-spacing: -0.9px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
}
input:focus, textarea:focus {
    border: 1px solid #023363;
}
.contact-home {
    background: #ffffffbf;
    text-align: center;
    padding: 30px 0;
}
h3.heading-con {
    font-family: 'asap';
    color: #023363;
}
p.home-paracon {
    font-family: 'barlow-regular';
        line-height: 1.9;
}
#footer .social-icons {
    margin-top: 40px;
}
.social-icons a:hover, #footer .social-icons a:hover {
    color: #fff;
}
p.para-abt {
    font-family: barlow-regular;
    line-height: 2;
    font-size: 16px;
    text-align: justify;
}
.product_title, body#tem529_gallery_page .gallery_title, .contact_title, .about_title {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/images/images/bg1/bread.jpg);
    padding: 137px 0;
    color: #ffffff;
    font-size: 36px;
    font-family: asap;
    font-weight: 500;
}
.abt_pg.pg_mar {
    margin-top: 60px;
    margin-bottom: 30px;
}
span#icon3 {
    color: #ffffff;
    background: #023363;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.gall-content {
    font-size: 30px;
    padding-top: 30px;
    font-family: asap;
    font-weight: 600;
    text-transform: uppercase;
    color: #023363;
}
.gall_pg.pg_mar, .pro_pg.pg_mar {
    padding-top: 30px;
    padding-bottom: 50px;
}
p.para-pros {
    text-align: center;
    font-family: barlow-regular;
    line-height: 1.8;
}
.pro_pg.pg_mar .pro_title {
    font-family: 'asap' !important;
    font-size: 26px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #023363;
}
.pro-content p {
    font-family: 'barlow-regular';
    line-height: 2;
}
.pro-content {
    margin: 30px 10px !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
}
button.read-btn {
    background: #ee6414;
    font-family: 'asap';
}
.contact-form {
    margin-bottom: 30px;
}
.contact-form h4 {
    font-family: 'asap';
    text-align: center;
    color: #023363;
    font-size: 25px;
}
.ScrollToTop a:hover {
    background: #023363;
}
.read-btn:hover {
    color: #ffffff;
    background: #023363;
}
#features .col-md-6.col-sm-8 .features-item {
    background: #00000040;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 93%) 1.95px 1.95px 2.6px;
}
@-webkit-keyframes featuresRollOut {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes featuresRollOut {
  0% {
      opacity: 0;
      -webkit-transform: translateX(100%) rotate(120deg);
      transform: translateX(100%) rotate(120deg);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0px) rotate(0deg);
      transform: translateX(0px) rotate(0deg);
    }
}

.featuresRollOut {
  -webkit-animation-name: featuresRollOut;
  animation-name: featuresRollOut;
}
.cart-price {
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 44%) 0px 5px 15px;
    border: 5px solid #fff;
}
.cart-price1 {
    box-shadow: rgb(0 0 0 / 44%) 0px 5px 15px;
    border: 5px solid #fff;
}



/*QC HEADER STYLE START*/
#qcheader-top {background: #fff;}
.qctopbar {float: right !important; padding: 0;}
.qctopblock { padding: 20px 40px 20px 100px; width: 100%; background: #023363; color: #fff; display: flex; align-items: center;height: 65px; position: relative; float: left;}
.qctopblock::after {content: "";position: absolute;left: -50px;bottom: 0;top: 0;width: 0;height: 0;border-top: 65px solid #023363;border-left: 50px solid transparent !important; }
.qc-d-flex-1 { flex: 1; }
.qc-top-list { margin: 0; padding: 0; color: #fff; }
.qc-top-list li { display: inline-block; list-style: none; margin-right: 10px; font-family: 'asap';
    font-size: 15px; }
.qc-top-list li i { margin-right: 5px; }
.qc-top-list li .block { color: #fff; }
.qc-social .social { width: 30px; height: 30px; line-height: 30px; text-align: center; display: block; font-size: 14px; color: #fff; }
.qc-social .social i { margin: 0; }
#qc-navbar { height: 90px; margin: 0; padding: 0; }
.qc-menu-bar { margin: 0; padding: 0; height: 100%; }
.qc-brand-block .qc-navbar-brand { display: inline-block; padding: 10px 0px; }
.qc-menu-list { margin: 0; padding: 0; }
.qc-menu-list li {list-style: none;}
#qcnavbarmenu { padding: 20px 0; line-height: 10px; margin: auto; }
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.qc-mainmenu a, .navbar-default .navbar-nav > li > a, .qc-mainmenu ul li a , .navbar-expand-lg .navbar-nav 
.nav-link{color:#000;font-size:15px;text-transform:uppercase;padding:10px 15px; display: block !important;    font-family: asap;
    font-weight: 600;}
.qc-mainmenu .active a,.qc-mainmenu .active a:focus,.qc-mainmenu .active a:hover,.qc-mainmenu li a:hover,.qc-mainmenu li a:focus ,.navbar-default 
.navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #ee6414 !important;background: #fff;outline: 0;}
.qc-mainmenu .collapse ul > li:hover > a{background: #fff;}
.qc-mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #fff;}
.qc-mainmenu .collapse ul ul ul > li:hover > a{background: #fff;}

.qc-mainmenu .collapse ul ul, .qc-mainmenu .collapse ul ul.dropdown-menu{background:#fff;}
.qc-mainmenu .collapse ul ul ul, .qc-mainmenu .collapse ul ul ul.dropdown-menu{background:#fff}
.qc-mainmenu .collapse ul ul ul ul, .qc-mainmenu .collapse ul ul ul ul.dropdown-menu{background:#fff}
.level1.dropdown-menu > li, .level2.dropdown-menu > li, .level3.dropdown-menu > li { width: 100%; }
.level3.dropdown-menu { width: 200px; }
.qc-mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.qc-mainmenu .collapse ul li:hover> ul{display:block}
.qc-mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:200px;display:none}
.qc-mainmenu .collapse ul ul li{position:relative}
.qc-mainmenu .collapse ul ul li:hover> ul{display:block}
.qc-mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:200px;display:none}
.qc-mainmenu .collapse ul ul ul li{position:relative}
.qc-mainmenu .collapse ul ul ul li:hover ul{display:block}
.qc-mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:200px;display:none;z-index:1}
}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
#qc-navbar { height: auto; line-height: 20px; }
.qc-menu-bar { display: inline-block; width: 100%; }
.qctopbar {padding: 0;}
.qctopblock { display: block; height: auto; padding: 10px; }
.qctopblock::after {border:0;}
.qc-top-list { margin-bottom: 5px; }
.qc-brand-block { display: inline-block; width: 100%; }
.qc-navbar-brand {height: 100%; }
.qc-brand-block .navbar-toggle { margin: 20px 20px 0px 0px; border: 1px solid #ddd;     margin: 40px 20px 0px 0px;
    border: 1px solid #dd7525;
    border-radius: unset;     color: #023363;}
.qc-brand-block .navbar-toggle:focus { background: none; }
#qcnavbarmenu { padding: 0;     width: 100%;}
.qc-menu-list {width: 100%; display: inline-block !important;}
.qc-menu-list li {width: 100%;}
.style-five.dreamit-section-title:after {
    left: unset;
}
.count-section .style-five.dreamit-section-title:after {
    left: unset;
}
.features-img {
    margin-right: 0;
}
#home-slider, .page-banner {
    margin-top: 0;
}
img.qc-brand-logo {
    width: 130px;
}
a.navbar-brand.qc-navbar-brand {
    margin-top: unset;
    margin-left: unset;
}
.single-slide-item {
    padding: 60px 0;
}
.about-style-current-theme .layer-image-wrapper .layer-content {
    bottom: -40px;
    height: 200px;
    width: 190px;
}
section.welcome-section .title {
    font-size: 17px;
}
.about-style-current-theme .layer-image-wrapper .layer-content .content-inner {
    padding: 10px;
}
section.welcome-section .dreamit-section-title.style-four.white {
    padding-top: 15px;
}
.dreamit-section-title h1 {
    font-size: 30px;
}
.cmt-box-col-wrapper.style4:nth-child(1), .cmt-box-col-wrapper.style4:nth-child(4) {
    margin-top: unset;
}
.shop-cart-box {
    margin-top: unset;
}
.cart-price img {
    max-height: unset;
}
.contact-home {
    margin-bottom: 20px;
}
#footer {
    background-position: top !important;
}
#footer .social-icons:after {
    background: #ffffff;
}
section.count-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.product_title, body#tem529_gallery_page .gallery_title, .contact_title, .about_title {
    padding: 27px 0;
    font-size: 19px;
}
.pro-image img {
    float: unset !important;
    width: 100%;
    margin-left: unset !important;
    height: 100%;
    margin-bottom: 20px;
}
.pro_pg.pg_mar .pro_title {
    text-align: center;
}
.gall-content {
    text-align: center;
    padding-bottom: 40px;
}
.cart-price1 {
    text-align: center;
}
.contact-form h4 {
    margin-top: 30px;
}


}

/*QC HEADER STYLE END*/
/*** Element Slide IN Right ***/
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

