.header-2 .navigation > ul > li > a {
    letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'khand-bold';
}
.header-2 .primary-header {
    background: #fff;
}
.img-abt1 {
    position: absolute;
    top: -4px;
    right: 16px;
}
.footer {
    background-size: cover !important;
    background-repeat: no-repeat;
    background: url(../../images/images/images/bg/f6.png);
}
.link.blog-link li a {
    font-family: dmsans;
    color: #fff;
}
.cd-hero-slider li:before {
    background: unset;
}
.footer_content {
    font-family: 'dmsans';
    font-size: 15px !important;
}
/*home-product*/
.button-serhme {
    text-align: right;
}
.btn-aclass{
    font-family: 'khand-bold';
    display: inline-block;
    font-size: 16px;
    color: #232323;
    font-weight: 700;
    border: 1.5px solid #c7844f;
    padding: 12px 34px;
    position: relative;
    z-index: 1;
}

.btn-aclass:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    width: 5px;
    height: 100%;
    background: #c7844f;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0.5;
    content: "";
    z-index: -1;
}

.btn-aclass:hover:before {
    width: 100%;
    opacity: 1;
}

.btn-aclass:hover {
    color: #ffffff;
}
/*btn-end*/

.single-service-box {
    margin: 0 10px;
}



.service-thumb{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.138);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.service-thumb img {
    width: 100%;
    height: auto;
    transition: 0.4s;
}

.service-title h2 {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
    text-align: center;
    margin: 0;
    transition: 0.5s;
}

.service-content {
    border-left: 1px solid #cac9c9;
    border-right: 1px solid #cac9c9;
    border-bottom: 1px solid #c7844f;
    padding: 20px 0;
    transition: 0.5s;
}

.service-content::after {
    position: absolute;
    bottom:0;
    left:0;
    width:0px;
    height:100%;
    background: #c7844f;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0.5;
    content: "";
    z-index: -1;
}

/*all hover*/
.single-service-box:hover .service-thumb::before{
    animation: circle 1s;
}

.single-service-box:hover .service-content::after{
    width:100%;
    opacity: 1;
}

.single-service-box:hover .service-title h2 a{
   color:#fff;
}

@keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }

body{
    font-family: 'dmsans';
}
.navbar-nav.qc-menu-list li a {
    font-family: 'khand-bold';
    font-size: 16px;
}
.icon-img:after{
    opacity: 1;
    z-index: -1;
    background-color:#EAE4E1;
    content: '';
    display: block;
    width: 74px;
    height: 74px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 3%;
    right: 26%;
    -webkit-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}



/*gallery*/
img.gal-imgc{
  height: 250px;
  width: 350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px 0;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 250px;
  width: 350px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img { 
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}
.opacity-low {
  opacity: 0.5;
}

/*galler-end*/
.whole-icon:hover {
    background: #eae4e1;
}
.whole-icon{
    height: 320px;
    text-align: center;
    padding: 22px 15px;
    -webkit-transition: box-shadow .3s ease-out;
    -ms-transition: box-shadow .3s ease-out;
     transition: box-shadow .3s ease-out;
}
section#home-plain {
    margin-top: 70px;
    background-image: url(../../images/images/images/bg/plain.jpg);
    background-size: cover !important;
    background-repeat: no-repeat;
}
.plain-homecont {
    text-align: center;
    padding: 120px 300px;
    color: #fff;
}
.para-plain {
    padding: 15px 0;
    font-size: 17px;
}
.head-plain {
    font-family: khand-bold;
    font-size: 50px;
    padding: 0 80px;
}
.button-plain .btn-aclass {
    border: 2px solid #c7844f;
    font-family: 'khand-regular';
    color: #fff;
    letter-spacing: 1px;
}
#welcome-id {
    padding-top: 90px;
    padding-bottom: 90px;
}
#icon-hid {
    padding-top: 90px;
}
#home-gallery {
    padding-bottom: 60px;
    padding-top: 90px;
}
.wel-subhead {
    letter-spacing: 0px;
    padding-top: 50px;
    font-family: 'khand-bold';
    font-size: 18px;
}
.wel-mainh {
    font-family: 'khand-bold';
    font-size: 48px;
    letter-spacing: 0px;
}
.para-wel {
    font-size: 16px;
    line-height: 2.2;
    text-align: justify;
}
.para-abt {
    line-height: 2.2;
    text-align: justify;
    font-size: 16px;
}
#about-id {
    padding-top: 90px;
    padding-bottom: 40px;
}
.serho-conts h6 {
    font-family: 'khand-bold';
    font-size: 18px;
    letter-spacing: 0px;
}
.serho-conts h1 {
    font-family: 'khand-bold';
    font-size: 48px;
    color: #000;
    padding: 0 90px 0 0;
}
#home-pros {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-image: url(../../images/images/images/bg/probg.png);
    background-color: #c7844f4f;
    padding-top: 30px;
    padding-bottom: 90px;
}
.service-title h2 a {
    font-family: 'khand-regular';
}
.icons-subhead {
    font-family: 'khand-bold';
    letter-spacing: 0;
    font-size: 18px;
    text-align: center;
}
.icons-mainh {
    font-family: 'khand-bold';
    text-align: center;
    font-size: 48px;
    padding-bottom: 35px;
}
.hgal-subhead {
    font-family: 'khand-bold';
    letter-spacing: 0;
    font-size: 18px;
    text-align: center;
}
.hgal-mainh {
    font-family: 'khand-bold';
    text-align: center;
    font-size: 48px;
}
.icon-head {
    font-family: 'khand-regular';
    letter-spacing: 0px;
    font-size: 23px;
    padding-top: 18px;
    font-weight: bold;
    color: #000;
}
.para-iconh {
    font-size: 16px;
    line-height: 1.9;
}
.footer_heading, .footer h4 {
    font-size: 25px;
    font-family: 'khand-bold';
    color:#fff;
}
.con-head {
    font-size: 15px;
    font-family: 'dmsans';
    line-height: 2.3;
}
.footer .link a{
    font-size: 15px;
    text-transform: unset;
}
.cd-hero-slider.autoplay {
    height: 550px !important;
}
.cd-hero-slider h2 {
    font-size: 27px;
    font-family: 'khand-bold';
    letter-spacing: 0.3px;
}
.cd-hero-slider p {
    font-size: 27px;
    font-family: 'khand-bold';
    letter-spacing: 0.3px;
}
.foot-ul li a {
    color: #fff;
    line-height: 2.3;
}
.row.footer-info.mb-60 {
    margin-bottom: 20px;
}
.foot-ul li a span {
    margin-right: 5px;
}
.para-contfoot {
    line-height: 2;
    padding-bottom: 6px;
}
.footer .copyright {
    border-top: 1px solid #fff;
    background: #f0eeed00;
}
.float_text {
    font-family: 'dmsans';
}
.float_text a {
    color: #eeeeee85;
    font-size: 13px;
}
.newsletter .newsletter-btn {
    background: #c7844f;
    color: #fff;
}
.footer_content i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #512d26;
    font-size: 15px;
    border-radius: 50%;
    transition: 0.3s;
    color: #fff;
    margin: 20px 10px 20px 10px;
    box-shadow: 0 1px 7px 3px #fff;
}
.footer_content i:hover {
    transition: 1s;
    background: #c7844f;
    color: #fff;
}
.cd-slider-nav li.selected .slide-number, .cd-slider-nav li:hover .slide-number {
    color: #99302a;
}
.cd-slider-nav li .slide-number {
    background-color: #c7844f;
}
#related-project .owl-nav .owl-prev, #related-project .owl-nav .owl-next{
    border: 2px solid #99302a;
    background: #99302a;
}
.cd-slider-nav {
    height: 0px;
}
.cd-slider-nav .cd-marker, .cd-slider-nav li {
    width: 6%;
    text-align: center;
    display: contents;
}
.cd-slider-nav ul {
    height: 100%;
    position: relative;
    top: -55px;
    padding-bottom: 30px !important;
}
.cd-slider-nav .cd-marker, .cd-slider-nav li {
    width: 6%;
    text-align: center;
    display: contents;
}
.cd-slider-nav li a {
    padding: 0;
    display: inline-block;
    justify-content: center;
}
.slide-number {
    font-family: 'khand-bold';
}
.cd-slider-nav a::before {
    width: unset;
}
.cd-slider-nav li:last-child a::after{
    width: unset;
}
.cd-full-width .btn-text {
    border: 2px solid #c7844f;
    background: #c7844f;
}
.btn-text:hover {
    background: none;
    color: #c7844f;
}
.para-about {
    text-align: justify;
    line-height: 2.3;
    font-size: 16px;
}
.cont-heads span {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #c7844f;
    font-size: 21px;
    border-radius: 50%;
    transition: 0.3s;
    color: #fff;
    margin-right: 5px;
}
.btn-text {
    border: 2px solid #c7844f;
    background: #c7844f;
}
.cont-heads {
    font-family: 'khand-bold';
    font-size: 20px;
}
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="tel"]:focus, .contact-form textarea:focus {
    border: 1px solid #c7844f;
}
#contact #project-section h4 {
    font-size: 25px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"],
.contact-form input[type="text"], .contact-form textarea{
    font-family: 'dmsans';
}
.breadcrumb_section {
    padding: 83px;
    background: url(../../images/images/images/bg/20.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
 .about_pagetitle h2, .service_pagetitle h2, .product_pagetitle h2{
    color: #fff;
    font-size: 35px;
    font-family: 'khand-bold';
}
.breadcrumb-list .pull-right {
    display: none;
}
.pro-para {
    font-family: 'dmsans';
    line-height: 2.2;
    text-align: justify;
    font-size: 16px;
}
.pro_title {
    font-size: 25px !important;
    text-align: center;
}
.positionimage {
    text-align: center;
}
.positionimage img {
    box-shadow: 0 0 10px #0000006b;
}
.text_bg {
    box-shadow: 0px 0px 14px #00000052;
    border-radius: 20px;
    margin: 50px 0;
}
.con-head span {
    font-size: 22px;
    margin-right: 5px;
}
.link-zoom a {
    background: #c7844f;
}
section#tem554_hmpartner_blk {
    display: none;
}
.whole-icon:hover .image-icon {
    filter: invert(0%) sepia(45%) saturate(4477%) hue-rotate(331deg) brightness(-1%) contrast(283%);
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    margin-top: 20px;
    text-align:center;
    display: block;
}
button.owl-prev i {
    margin-right: 10px;
    padding: 12px 20px;
    font-size: 20px;
    border: 2px solid #c7844f;
    font-weight: 800;
}
button.owl-next i {
    padding: 12px 20px;
    font-size: 20px;
    border: 2px solid #c7844f;
    font-weight: 800;
}
.cd-slider-nav li a {
    background: #c7844f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.cd-slider-nav li .slide-number {
    display: none;
}
.cd-slider-nav a:hover, .cd-slider-nav li.selected a, .cd-slider-nav li.selected a:hover {
    background-color: #4e2f17;
}


@media(max-width:767px){
 .plain-homecont {
    padding: 40px 10px;
}   
.head-plain {
    font-size: 35px;
    padding: 0 50px;
}    
footer.footer {
    padding-top: 130px;
}
.footer_content i {
    margin-bottom: 40px;
}
.button-serhme {
    text-align: center;
    margin-bottom: 30px;
}
.serho-conts h6 {
    text-align: center;
}
.serho-conts h1 {
    text-align: center;
    padding: unset;
}
.icon-img:after{
    top: 0%;
    right: 30%;
}
.whole-icon {
    margin-bottom: 40px;
}
#home-gallery {
    padding-bottom: 10px;
}
.breadcrumb_section {
    padding: unset;
    background: url(https://quickcms.in/indiapallets.co.in/images/images/images/bg/20.png);
    height: 54px;
}
.about_pagetitle h2, .service_pagetitle h2, .product_pagetitle h2 {
    font-size: 20px;
    padding:10px;
}
.qc-menu-bar .pull-right {
    float: left !important;
}
.cd-hero-slider.autoplay{
    height: 200px !important;
}
.cd-slider-nav ul {
    top: -60px;
}
.container.light-color {
    text-align: center;
}
.cd-hero-slider h2 {
    font-size: 18px;
}
.cd-hero-slider p {
    font-size: 18px;
}
.cd-full-width .btn-text {
    display: none;
}
#home h1 {
    font-size: 36px !important;
}
}













































/*QC HEADER STYLE START*/
#qcheader-top {background: #181818;}
.qctopblock { padding: 10px 0px; width: 100%; display: flex; align-items: center; }
.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-size: 15px; }
.qc-top-list li i { margin-right: 5px; }
.qc-top-list li .block { color: #fff; }
.qc-social .social { width: 30px; height: 30px; background: #fff; border-radius: 50%; line-height: 30px; text-align: center; display: block; font-size: 13px; color: #c7844f; }
.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: 25px 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:14px;text-transform:uppercase;padding:10px 15px; display: block !important;}
.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: #fff;background: #c7844f;outline: 0;}
.qc-mainmenu .collapse ul > li:hover > a{background: unset; color:#c7844f}
.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: unset; color:#c7844f;}
.qc-mainmenu .collapse ul ul ul > li:hover > a{background: unset;}

.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%; }
.qctopblock { display: block; }
.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; }
.qc-brand-block .navbar-toggle:focus { background: none; }
#qcnavbarmenu { padding: 0; }
.qc-menu-list {width: 100%; display: inline-block;}
.qc-menu-list li {width: 100%;}
}

/*QC HEADER STYLE END*/
