/*
Theme Name: Hampoz Child Theme
Author: ridianur
Author URI:  http://ridianur.com/
Theme URI: http://themeforest.net/user/ridianur
Template: hampoz
Description: This is child theme for Hampoz Theme.
Version: 1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hampoz-child
Tags: one-column, two-columns, right-sidebar,custom-colors,featured-images
*/




ul.port-filter.center-port-filter {
    display: flex;
    padding-left: 10px;
    overflow-x: auto;
    gap: 15px;
}

.slider .slick-arrow{
    background-color: #000;
}

i.fa.fa-arrow-right.slick-arrow:hover,
i.fa.fa-arrow-left.slick-arrow:hover {
    color: #000;
}

/*.portfolio-type-three .dbox-relative p{*/
/*    color:white;*/
/*}*/

/*ul.port-filter.center-port-filter li {*/
/*    width: 100px;*/
/*}*/

/*ul.port-filter.center-port-filter li:nth-child(7) {*/
/*    width: 140px;*/
/*}*/


.elementor-862 .elementor-element.elementor-element-071bd61 .port-filter {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}



.Cnt button{
    background-color: #fff;
    border-radius:none !important;
}

.Cnt{
    background-color: #f03139;
    border-radius:5px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding-top:30px;
    padding-bottom:15px;
}

.Cnt-label{
    color: white;
    font-size:16px;
    border:none !important;
    font-family:Roboto;
}

.Cnt textarea{
    resize:none;
    height: 50px;
    border:none;
    background-color:transparent;
    border-bottom:2px solid white;
    padding:10px 10px 0 10px;
}



.Cnt p:nth-child(5) span {
    padding: 0;
    margin: 0;
    width: 0;
}
#placeholder{
    color:black !important;
}

.Cnt input::placeholder{
    color:black !important;
    font-weight: 300;
    margin:0 !important;
    padding:0!important;
}

.Cnt-label input{
    border:none;
    background-color:transparent;
    border-bottom:2px solid #ffffff;
    padding:10px 10px 0 10px;
    color: white;
}

.CntNameNumber{
    display:flex;
    width:71%;
    gap:25px;
    color: white;
}


.footer-wrapper{
    display: flex;
    justify-content: start;
    align-items: start;
}


.footer-menu section ul li {
    list-style: none;
}

.footer{
    width:100%;
    padding:60px 0;
    margin:0;
}

.cotainer-fluid{
    width:100%;
    padding:0;
    margin:0;
    display:flex; 
    justify-content:center;
    align-items:center;
}
.footerwrapper{
    width:95%;
    margin:0;
    padding:0;
}
.footer-logo{
    /*width:30%;*/
    padding:0;
    margin:0;
    /*display:flex;*/
    /*justify-content:center;*/
    /*align-items:center;*/
}

.footer-logo img{
    width: 240px;
}
.footer-menu{
    width:23%;
    text-align:start;
    display:flex;
    flex-direction:column;
    /*align-items:start;*/
    color:#e93038;
    line-height: 25px;
}

.footer-menu ul{
    padding-left:3px;
    color:#e93038;
    line-height: 35px;
}
.footer-menu ul li a{
    color:#fff;
    /*line-height: 25px;*/
}

.footer-menu section h4 {
    color: #e93038;
}

.copyright-content section {
    padding: 0;
    margin: 0;
}

.footer-details-contact section div p {
    text-align: start;
    color:#fff;
    /*line-height: 25px;*/
    margin-bottom: 10px;
}

.footer-details-contact section h4 {
    color:#e93038;
    text-align: start;  
    
}

.copyright-content section div p {
    color: white;
}
.copyright-content section div p a {
    color: #e93038;
}
.footer-menu section{
    margin:0;
    line-height: 25px;

}

.widget ul {
    padding: 0 0 0 0;
}

.clean-header .logo1, .custom-logo .logo1 {
    max-height: 100px;
	width: auto;
}

.navigation{
	margin-top:6px
}

.col-lg-6.single-pt-lft-wrap {
    position: sticky;
    top: 0;
}

.footer-wrapper img{
    margin-right: 200px;
    width: 250px;
}

.problem-sln{
    text-align: start;
    color: white;
    line-height: 23px;
}

.textwidget{
    text-align: start;
}


.sbt-btn{
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}

@media screen and (max-width: 479px) {
  /*.Cnt-label {*/
  /*  padding: 0px 45px;*/
  /*}*/
  
  /*.Cnt-label:nth-of-type(1){*/
  /*  padding: 0px 45px;*/
  /*}*/
  
.footer-wrapper {
    flex-wrap: wrap;
}
  
.footer-wrapper img {
    margin-right: 0px;
    width: 100%;
}

.footer-menu {
    width: 100%;
}
 
.CntNameNumber {
    width: auto;
    display: flex;
    flex-direction: column;
}

.Cnt {
    padding: 20px;
}

.sbt-btn {
    width: 100% !important;
}



}


/*.slider-prblm .slider-content {*/
/*  position: relative;*/
/*  color: white;*/
/*  opacity: 0;*/
/*  transform: translateY(20px);*/
  /*transition: opacity 0.5s, transform 0.5s;*/
/*  overflow: hidden;*/
/*}*/

/*.slider-prblm .item.slide:hover .slider-content {*/
/*  opacity: 1;*/
/*  transform: translateY(0);*/
/*}*/

/*.slider-prblm .slider-content::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: -75%;*/
/*  width: 50%;*/
/*  height: 100%;*/
/*  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);*/
  /*transform: skewX(-25deg);*/
/*}*/

/*.slider-prblm .item.slide:hover .slider-content::after {*/
/*  animation: shine 1s forwards;*/
/*}*/

/*@keyframes shine {*/
/*  100% {*/
/*    left: 125%;*/
/*  }*/
/*}*/




/*New form*/

.main-con {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.frm{
    width: 49%;
}
.form-one {
    display: flex;
     gap: 10px;
}

.main-con {
    padding: 20px;
    gap: 20px;
}

.form-three textarea {
    resize: none !important;
}


.cmn-cls{
    border: none;
    border-bottom: 1px solid black;
}

span.wpcf7-spinner {
    display: contents !important;
}



.form-four {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}

.sbt-btn {
    background-color: #f03139;
    width: 72%;
    display: flex;
    align-items: end;
    justify-content: end;
    margin-top: 20px;
}


.Cnt-label{
   margin-top: 20px;
}




.prblm-sln {
    transform: translateY(10px);
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out;
}

.img-prblm:hover .prblm-sln {
    transform: translateY(0);
    opacity: 1;
}


.item.slide.slick-slide:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 99999;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}



.slider-content {
    z-index: 999999999;
    position: relative;
}



@media only screen and (max-width: 767px) {

.tab-cstm .e-n-tabs-heading {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
}

.footer-logo {
    width: 30%;
}

section#media_image-2 {
    width: 75%;
}

.footer-wrapper img {
    margin-right: 20px;
    width: 149px;
}

.tab-cstm .e-n-tabs-heading {
        display: flex !important;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        white-space: nowrap;
        scrollbar-width: unset !important;
    }

.parent-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    
}




.parent-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*.xyz {*/
/*    background-color: #f03139;*/
/*    font-family: Roboto;*/
/*    border: none;*/
/*    color: white;*/
/*    border-radius: 5px;*/
/*    font-weight: 500;*/
/*    font-size: 15px;*/
/*    padding: 10px 15px;*/
/*}*/

/*.xyz:hover{*/
/*    background-color: white;*/
/*    border: 1px solid #f03139;*/
/*    color: #f03139;*/
/*    cursor: pointer;*/
/*}*/

.parent-header-wrap .box-header.hidden-xs.hidden-sm {
    display: none;
}

/*.parent-header-wrap .box-mobile.hidden-lg.hidden-md {*/
/*    display: block !important;*/
/*    order: 3;*/
/*    margin-left: 20px;*/
/*}*/



.prblm-xyz {
    display: flex;
    align-items: center;
    gap: 20px;
}

a.paoc-popup-click.paoc-popup-cust-1550.paoc-popup-button.paoc-popup-btn.enquire-btn {
    background: #f03139 !important;
    border: 1px solid #f03139 !important;
}


a.paoc-popup-click.paoc-popup-cust-1550.paoc-popup-button.paoc-popup-btn.enquire-btn:hover {
    background: white !important;
    color: #f03139 !important;
    border: 1px solid #f03139 !important;
}

/*MOBILE*/

@media screen and (min-width: 300px) and (max-width: 768px){
    section#media_image-2 {
        width: 100%;
    }
    
    .logo-clean {
        width: 40%;
    }



    a.paoc-popup-click.paoc-popup-cust-1550.paoc-popup-button.paoc-popup-btn.enquire-btn {
        width: 130px;
    }

    .prblm-xyz {
        gap: 25px;
    }

    .parent-header-wrap {
        gap: 10px;
    }

    .footer-logo {
        width: 100% !important;
        margin-bottom: 0px;
    }
    
    .social-prblm {
        gap: 10px;
    }
    
    a.contact-item {
        font-size: 12px;
    }

    /*.contact-info{*/
    /*    width: 283px;*/
    /*}*/
    
    /*.contact-info{*/
    /*    width: 340px !important;*/
    /*}*/
    
    a.contact-item{
        font-size: 13px !important;
    }
}


/*TABLET*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sbt-btn {
        width: 50%;
    }
    
    .CntNameNumber {
        flex-direction: column;
        width: 37%;
    }
    
    
    .div-number-two {
        line-height: 0.5;
    }
    
    .footer-logo {
        width: 25% !important;
        margin-right: 20px !important;
    }
    
    section#media_image-2 {
        width: 100%;
        /* margin-right: 24px; */
    }
    
    .elementor-229 .elementor-element.elementor-element-e4e3845 {
        width: 100% !important;
    }
    
    .icon-text p{
        margin-top: 25px;
    }
    
    /*.contact-info {*/
    /*    width: 589px !important;*/
    /*}*/
    
    .contact-item{
        font-size: 20px !important;   
    }
    
    .widget{
        display: flex !important;
        flex-direction: column;
        justify-content: end !important;
    }
    
    /*.contact-info {*/
    /*    display: flex;*/
    /*    justify-content: end;*/
    /*}*/
    
    section#nav_menu-2 {
        display: flex;
        flex-direction: column;
    }
    
    section#nav_menu-6 {
        display: flex;
        flex-direction: column;
    }
    
    a.contact-item {
        font-size: 11px !important;
    }
    
}


a.content-btn {
    display: none;
}

span.social-icons {
    display: flex;
    gap: 10px;
    font-size: 20px;
    color: red;
}


span.social-icons a{
    color: #f03139;
}

/*.elementor-button-wrapper {*/
/*    display: none;*/
/*}*/


.dbox-relative {
    background: transparent;
}


.port-dbox {
    margin-bottom: 140px;
}

.dbox-relative h3{
    display: none;
}


/*.elementor-widget-container{*/
/*    display: none;*/
/*}*/


ul.fat-list li {
    text-align: end;
}



/*.new-text-pbl{*/
/*    opacity: 0;*/
/*}*/



/*.new-con-pbl:hover .new-text-pbl{*/
/*    opacity: 1;*/
/*}*/




.new-text-pbl {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.new-con-pbl:hover .new-text-pbl {
    opacity: 1;
    transform: scale(1);
}

.new-con-pbl{
    cursor: pointer;
}

.widget-area .widget {
    margin: 0px;
    padding: 0;
}

.topmenu{
    text-align: right;
    padding: 0px;
}

.topmenu a{
    color: black !important;
    margin-right: 50px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 10px;
  font-family: Arial, sans-serif;
}

.contact-item {
  color: black !important;
  background-color: transparent !important;
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.contact-item:hover {
  background-color: #555;
}

.contact-info{
  text-align: right;
}

.contact-info {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

/*.widget-area{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/


/*.contact-info {*/
/*    display: flex !important;*/
/*    flex-direction: row !important;*/
/*}*/

a.contact-item {
    font-size: 14px;
}

/*.contact-info {*/
/*    width: 360px;*/
/*}*/


ul.sub-menu {
  display: none;
}

ul > li {
    /*list-style: outside none square;*/
    color: white;
}

.menu li a{
    color: black !important;
    /*font-size: 16px;*/
    /*font-weight: 600;*/
}

.menu{
    list-style: none;
    text-decoration: none ;
    padding-right: 10px;
}

/* Hamburger Button */
.hamburger-toggle {
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  background-color: transparent;
  color:#000;
  padding: 10px 15px;
  cursor: pointer;
  /*position: absolute;*/
  /*top: 120px;*/
  /*right: 50px;*/
  z-index: 999;
}





/* Main Menu (left side hidden initially) */
.heading-btnn {
  position: fixed;
  top: 0;
  right: -100%; /* <-- LEFT SIDE OFFSCREEN */
  width: 100%;
  height: 100%;
  background-color: #111;
  color: white;
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

/* Show Menu */
.heading-btnn.active {
  right: 0; /* <-- SLIDE IN FROM LEFT */
}

/* Close Button inside menu */
.menu-close {
  position: absolute;
  top: 80px;
  right: 60px;
  font-size: 35px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  display: none;
}

/* Show close button only when active */
.heading-btnn.active .menu-close {
  display: block;
}


div#bottom-head {
    position: absolute;
    top: 20%;
    right: 10%;
}


.heading-btnn *,
.heading-btnn *::before,
.heading-btnn *::after {
  pointer-events: auto !important;
}

li.menu-item a {
    color: #fff !important;
    
}


li.menu-item{
    
    list-style: none !important;
}


.box-mobile.hidden-lg.hidden-md {
  display: none;
}

.elementor-lightbox {
  display: none !important;
}

.tab-cstm .e-n-tab-title{
    margin: 0 !important;
}

@media only screen and (max-width:769px){
    .xyz .contact-info{
        display: none;
    }
}

@media only screen and (max-width:479px){
    .CntNameNumber{
        flex-direction: column;
        width: 85%;
    }
}

.port-inner {
    border-radius: 5px;
}

.menu-main-menu-container .menu li a{
    font-size: 23px;
    font-weight: 600;
}

.cnt-form-common .wpcf7-response-output {
    color: #fff !important;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #f13039;
}




/*-----------------------------Media Queries -------------------------------*/





/*----------------------------- Media Mobile Screen -------------------------------*/

@media only screen and (max-width:321px){
    button.menu-close {
        top: 4px;
    }
    
    div#bottom-head {
        right: 80px;
    }
    
    label.Cnt-label {
        width: 19rem;
    }
    
    .CntNameNumber {
        flex-direction: column;
        width: auto;
    }
}



/*----------------------------- Media Mobile Screen -------------------------------*/
@media only screen and (max-width:480px){
    .CntNameNumber {
        flex-direction: column;
        width: auto;
    }
    
    .menu-close{
        top: 15px;
    }
}



/*----------------------------- Media Tab -------------------------------*/
@media only screen and (max-width:768px){
    .menu-close{
        top: 10px !important;
    }
    
    .elementor-container.elementor-column-gap-no {
        display: none !important;
    }
    
    .elementor-container.elementor-column-gap-default{
        display: none !important;
    }
    
    .elementor-element.elementor-element-3ab35a5.e-con-full.elementor-hidden-desktop.elementor-hidden-tablet.elementor-hidden-mobile.e-flex.e-con.e-parent.e-lazyloaded {
        display: none !important;
    }
    
    .sbt-btn {
        width: 100%;
    }
    
    .Cnt {
        /*padding-right: 170px;*/
        /*padding-left: 170px;*/
    }
    
    .CntNameNumber{
        flex-direction: column;
        width: auto;
    }
    
    .footer-logo{
        width: 35% !important;
    }
    
    .icon-text p{
        margin-top: 10px;
    }
}


@media only screen and (max-width:1000px){
    .sbt-btn {
        width: 36rem;
    }
    
    .CntNameNumber{
        width: auto;
    }
    
    .menu-close{
        top: 40px;
    }
}





































































