.ex-class {
    font-family: 'inter';
    font-weight: 700;
    text-align: center;
    font-size: 80px;
}
.year-span {
    font-weight: 500;
    font-size: 50px;
    margin-top: 30px;
}
.ex-wel{
    font-size: 30px;
    margin-top: 20px;
}
.wel-1para {
    color: #000;
    background: #c68d73;
    padding: 60px 30px;
    text-align: center;
}
.heading-wel {
    margin: unset;
    padding: 0px 30px;
    line-height: 1.2;
    font-size: 50px;
}
span.span-comn {
    font-weight: 400;
    font-family: asap;
    font-size: 14px;
}
.para-wel {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    padding: 10px 0px;
}
p {
        font-weight: 400 !important;
    font-family: inter !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'barlow-regular' !important;
}
.span-con {
    font-family: asap;
    font-size: 18px;
    font-weight: 500;
}
.heading-wel span {
    line-height: unset;
}
.colwel span {
    padding: 0px 30px;
    line-height: 2.1;
}
.span-con {
    font-family: system-ui;
    letter-spacing: 3px;
}
.para-abth {
    line-height: 2.1;
    text-align: justify;
}
.abt-subcont {
    display: flex;
}
.head-abts {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-left: 10px;
}
.abt-shead {
    font-size: 17px;
    color: #c38e70;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: underline;
}
.para-subabt {
    line-height: 1.9;
    margin-top: 6px;
}
/*home-service*/
.home-service .service-homecont {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.home-service .service-homecont .ser-scale {
    overflow: hidden;
}
.home-service .ser-scale img {
    width: 100%;
    transition: .5s;
}
.home-service .ser-homediv {
    background: #202020;
    padding: 13px 0 25px 30px;
    width: 85%;
    position: relative;
    margin-top: -50px;
    left: 40px;
    overflow: hidden;
    z-index: 1;
}
.home-service .ser-homediv::before {
    position: absolute;
    content: "";
    bottom: -115px;
    right: -90px;
    height: 200px;
    width: 200px;
    background: #c68d73;
    z-index: -1;
    border-radius: 50%;
}
.home-service .ser-homediv h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin: 10px 0 10px;
    color: #fff;
}
.home-service .serh-spancl {
    font-size: 16px;
    line-height: 24px;
    color: #c38e70;
    font-family: 'inter';
    font-weight: 400;
    margin: 0;
}
.home-service .serhome-icon1 {
    position: absolute;
    right: 13%;
    bottom: 15px;
}
.home-service .serhome-icon1 #icon-no2 {
    display: inline-block;
    font-size: 25px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.home-service .service-homecont:hover .ser-scale img {
    transform: scale(1.3);
}
.home-service .project_title {
    background: #202020;
    padding: 13px 0 25px 30px;
    width: 85%;
    position: relative;
    margin-top: -50px;
    left: 40px;
    overflow: hidden;
    z-index: 1;
}
.ser-scale {
    margin: 20px;
}
.qc-top-list li .block {
    font-family: 'inter';
    font-size: 16px;
}
.qc-top-list li {
    font-family: 'inter';
    font-size: 16px !important;
}
.navbar-nav>li>a {
    font-family: 'barlow-regular';
    font-weight: 600;
}
#tem562_home_contactbtn_block .wpb_wrapper .wdc-title-shortcode:nth-child(1) {
    display: none;
}
a {
    font-family: 'inter';
}
.head-homeser {
    font-size: 35px;
    text-align: center;
    margin: 80px 0 40px 0;
}
.bg-overlay:after {
    background-color: rgb(0 0 0 / 52%);
}
#tem562_home_contactbtn_block {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: url(../../images/images/images/bg/13.png);
}
.footer {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: linear-gradient(to bottom, #0e0c0cc4, #0e0c0cc4),url(../../images/images/images/bg/14.png);
}
.home-about {
    margin-top: 80px;
}
.static_img {
    background-color:#fff !important;
}
.quote-text {
    border: 2px solid;
    font-family: 'inter';
}
.quote-item .quote-text:before {
    color: #c38e70;
}
#tem562_home_client_reviews .border-title.border-center {
    color: #000;
}
.quote-author {
    color: #c38e70;
}
::selection {
    background-color: #c68d73b8;
}
.para-about {
    line-height: 2.1;
    text-align: justify;
}
.img-about {
    margin-top: 30px;
}
.abt-subsec {
    text-align: center;
    margin-top: 50px;
}
.head-ab {
    font-size: 30px;
    padding: 16px;
}
.para-ab {
    line-height: 2.2;
}

/*flip-card*/
.flip-card {
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  top: 0; /* Set the top and left properties to ensure */
  left: 0; /* the front and back cards are overlaid on each other */
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-card-front,
.flip-card-back {
  /* ... existing styles ... */
  backface-visibility: hidden;
}

.flip-card-front {
  margin-bottom: 30px;
  background-color: transparent;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1; /* Ensure the front card stays on top initially */
}

.flip-card-front img {
  object-fit: cover; /* This will ensure the image covers the entire container */
  width: 100%;
  height: 100%;
}
.flip-card-back {
  /* ... existing styles ... */
  transform: rotateY(-180deg);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-text {
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}

.flip-card-back {
  box-sizing: border-box; /* make padding included in the height */
  background-color: #c68d73;
  color: #000;

  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.flip-card-back .content-container {
  padding: 10px;
  height: 100%;
  overflow-y: auto;
}
.conten-container {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 10px;
    background: #c38e70;
    height: 183px;
    color: #000;
}
/*service*/
.whole-service {
    height: 430px;
    border: 2px solid;
    text-align: center;
    margin: 90px 0 ;
}
.img-service {
    background: #fff;
    margin-top: -125px;
    border-radius: 50%;
    padding: 10px;
    border: 5px solid;
}
.headsec-service {
    text-align: center;
    margin-bottom: 70px;
}
.banner-area {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: url(../../images/images/images/bg/1.png);
}
.banner-heading .border-title.border-left, .banner-heading {
    color: #000000;
}
.banner-heading .breadcrumb a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.current {
    font-family: 'inter';
    font-weight: 500;
    font-size: 17px;
}
.sese {
    text-align: initial;
    margin-left: 180px;
}
#icon-no3 {
    color: #c68d73;
    font-size: 20px;
    margin-right: 7px;
}
.sesub-head {
    margin-bottom: 20px;
}
.border-title:before {
    background-color: #c68d73;
}
.site-button {
    color: #ffffff;
    font-family: barlow-regular;
}
.form-control {
    font-family: inter;
}
#icon-no4 {
    margin-right: 7px;
    font-size: 25px;
    width: 42px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #c68d73;
    border-radius: 50%;
    color: #000000b0;
}
.para-contact span {
     font-weight: 500;
    font-size: 20px;
    color: #000;
    font-family: 'barlow-regular';
}
.para-contact {
    line-height: 1.8;
}
#myNavbar li.active a, .product_readmore, .enq_form .site-button {
    background: #c68d73;
}
.form-control:focus {
    border-color: #c98c76;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(201 140 118);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(201 140 118);
}
.para-cosec {
    margin-bottom: 80px;
    text-align: center;
    line-height: 2.2;
}
.footer{
    color:#fff;
}
.contact-head {
    color: #fff;
}
.para-conct {
    color: #fff;

}
.footer-widget a {
    color: #fff;
}
.footer {
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-logo.img-responsive {
    background: #fff;
    padding: 15px 0;
}
.footer .widget-title:before {
    background-color: #c98c76;
}
.testimonial-slide.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot.active span {
    background-color: #c68d73;
}
.footer-social ul li a i{
    color: #ffffff;
    background: #c98c76;
}
#icon-no5 {
    margin-right: 7px;
    font-size: 25px;
    width: 42px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #c68d73;
    border-radius: 50%;
    color: #fff;
}
.copyright-info {
    text-align: center;
    font-family: 'barlow-regular';
    font-weight: 600;
}
.copyright-info a {
    color: #cc8b79;
    font-size: 13px;
}
.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
    background-color: #c98c76;
}
.isotope-nav ul a {
    display: none;
}
#home .border-title:before {
    display: none;
}
.vc_custom_1496734369507 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.copyright {
    padding-top: 15px;
    padding-bottom: 15px;
}
.isotope-img-container {
    padding: 32px;
    margin: 10px;
}
.vc_custom_1496761281286 {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}
#back-to-top .btn.btn-primary {
    color: #000;
    background: #c68d73;
}
.isotope-nav {
    margin: unset;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-primary:focus, .vc_btn3.vc_btn3-color-primary:hover {
    background-color: #c98c76;
}
.qc-social .social{
        background-color: #c68d73;
}
.quote-item .quote-text:after{
    border-color: #303030 #30302c00;
}
.testimonial-slide.owl-theme .owl-dots .owl-dot span{
    background: #9E9E9E;
}
.qc-social .social{
    color: #c68d73 !important;
}
.project-item-title a:hover {
    color: #c98c76;
}
.foot-ppara {
    text-align: justify;
}
.footer .widget_nav_menu ul.menu.nav > li a {
    font-family: 'inter';
    color: #fff;
}
.content-container h5 {
    font-size: 19px;
}
.conten-container h5 {
    font-size: 20px;
}
#tem562_home_service_block {
    display: none;
}
.project-item-title a {
    font-family: 'barlow-regular' !important;
    text-transform: capitalize;
}
.abt-hhead {
    font-size: 35px;
    line-height: 1.5;
}
.abt-hhead span {
    color: #c68d73;
}
.border-title.border-center {
    font-size: 35px !important;
}
.footer .widget-title {
    font-size: 18px;
}
.border-title.border-left {
    font-size: 35px !important;
    font-weight: 700;
}
#rev_slider_1_1 {
    height: 550px !important;
}
.tparrows.preview1:after{
    color: #c98c76;
}
body#services {
    font-size: 16px;
    line-height: 1.6;
}





/*QC HEADER STYLE START*/
#qcheader-top {background: #c38e70;}
.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: 13px; }
.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: #0b92bf; }
.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: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: #c68d73;background:unset;outline: 0;}
.qc-mainmenu .collapse ul > li:hover > a{background: unset;}
.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;}
.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*/




@media(max-width:767px){
    .banner-text{
        left: unset;
}
.heading-wel {
    padding: 20px 0;
    font-size: 37px;
}    
.pull-right {
    float: left !important;
}    
.img-service {
    margin-top: unset;
    border-radius: unset;
    margin: 30px 0 0;
    border: unset;
    filter:drop-shadow(0px 2px 6px #c98c76);
}
.whole-service {
    border-radius: 20px;
    border: 2px solid #c98c76;
    box-shadow: 0px 5px 30px 0px rgb(201 140 118 / 20%);
    padding: 20px;
    height: auto;
    text-align: center;
    margin: 30px 0;
}
.sese {
    margin-left: 40px;
}
#rev_slider_1_1 {
    height: 140px !important;
}
.home-service .ser-homediv {
    padding: 7px 0 10px 10px;
    left: 25px;
}
.home-service .ser-homediv::before {
    bottom: -120px;
    right: -95px;
    height: 190px;
    width: 170px;
    background: #c68d73;
    border-radius: 40%;
}
.home-service .serhome-icon1 {
    bottom: 10px;
}
.vc_custom_1497366835257 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
#tem562_home_contactbtn_block{
    height: 460px;
}
.vc_custom_1496731077389{
    padding-bottom: 10px !important;
}    
.isotope-img-container {
    padding: 20px;
}
h1.head-about {
    font-size: 34px;
}
img.qc-brand-logo {
    width: 290px;
}
.flip-card-front img {
    height: 180px !important;
}
.conten-container{
    margin-bottom: 30px;
}
.banner-area{
        min-height: 130px;
}
p.para-ab {
    text-align: justify;
}
.current {
    color: #fff;
}

}
