.itopplus-background {

}
.unknown {
  position: fixed;
  bottom: 5% !important;
}

.unknown_prf .btn-main,
.unknown_prf:hover .btn-main {
  margin-bottom: 0 !important;
}


body {
    font-size: 16px;
    overflow-x: hidden;
    color: #5b5255;
}
a {
    color: #5b5255;
}
a:hover {
       color: #44624d;
}

.itopplus-bg2 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_31092024inwt/0/0/2z-z1329942236456.webp');
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
}

.navbar-default .navbar-nav>li>a {
    font-size: 1em;
    color: #282828;
    margin: 0;
    padding: 15px 0;
    border-bottom: 3px solid transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #44624d !important;
    box-shadow: none;
    border-radius: none;
    border-bottom: 2px solid #44624d;
    background: transparent;
    background-color: transparent;
}

.dropdown-menu>li>a {
    font-size: 1.2em;
    color: #282828;
    padding: 8px 15px;
}

.no-js .dropdown-menu>li>a:focus,
.no-js .dropdown-menu>li>a:hover {
    color: #fff;
    background: #0f6f69;
}

#itopplus-nav-bar-sticky .itopplus-sidebar-menu-parent {
    color: #282828!important;
    font-size: 1em;
    border-bottom: none !important;
}

@media screen and (max-width: 992px) {
  
#controlBanner {
    position: fixed;
    top: 15px;
    left: 5px;
    height: 50px;
    width: 85px;
    overflow: hidden;
    z-index: 10000;
    margin: 0;
}

.itp-block {
    margin-bottom: 50px;
}

    #controlBanner img {
    
        width: 220px !important;
      
    }
  
    #nav-menu,
    #ItopplusMainSidebar>div {
        background: #0e6f69 !important;
    }

    #itpMenuSideBar span {
        background-color: #fff !important;
    }

    #controlMenu * {
        color: #fff !important;
        border: none;
    }


}
@media screen and (min-width: 1024px) {
#itopplus-nav-bar-sticky a:not(.dropdown-menu a) {
    font-size: clamp(14px, 1vw, 20px);
  color: #fff!important;
}
    .itopplus-banner {
        background: #0e6f69;
        /*
      background: linear-gradient(to bottom, #c0cfb2 0%, #c0cfb2 60%, #fff 60%, #fff 100%);
    */
        padding: 0 3vw;
    }

    .itp-block {
        display: grid;
        grid-template-columns: 25% 75%;
        align-items: center;
    }

    #controlBanner {
        object-fit: contain;
        padding: 15px 0;
        width: 100%;
        min-width: auto;
        margin: 0 auto;
    }

    #nav-menu {
        display: grid;
        justify-content: center;
        background: transparent;
        min-height: auto;
    }

    .no-js .itopplus-search {
        position: absolute;
        top: 10px;
        right: 16vw;
      	z-index: 1001;
    }

    .itopplus-search {
        text-align: center;
      	width: 20%;
    }

    #itopplus-nav-bar {
        display: flex;
        width: 70vw;
        box-shadow: inset 0px -2px 0px -1px #d2d2d2;
        justify-content: space-between;

    }


    #controlMenu *::before,
    #controlMenu *::after {
        display: none;
    }

    .itopplus-sticky-nav-bar-inside>div:nth-child(n+3) {
        display: none;
    }

    .itopplus-sticky-nav-bar-inside::before,
    .itopplus-sticky-nav-bar-inside::after {
        display: none;
    }

    .itopplus-sticky-nav-bar-inside {
        width: 93vw !important;
        display: grid;
        grid-template-columns: 25% auto;
        justify-items: end;
        align-items: center;
    }

    .itopplus-menu-logo {
        height: auto !important;
        width: 100%;
        padding: 15px;
    }

    img.itopplus-img-logo {
        width: 100% !important;
    }

    #itopplus-sticky-nav-bar {
        animation-duration: .8s !important;
    }

    #itopplus-nav-bar-sticky {
        display: flex;
        gap: 20px;
    }

    #itopplus-sticky-nav-bar .navbar-default {
        background: #0e6f69;
    }

  
  .header-block img {
  	width: 25px!important;
    aspect-ratio 1;
  }
}






@media screen and (min-width: 1400px) and (max-width: 1600px){
.itopplus-search {
        right: 18vw !important;
    }
}




/**/
.h1, h1 {
    font-size: 3em;
    font-weight: 600;
}
.h2, h2 {
    font-size: 2.6em;
    font-weight: 700;
}
.h3, h3 {
    font-size: 1.7em;
    font-weight: 700;
}
.h4, h4 {
    font-size: 1.2em;
    font-weight: 600;
}
.h5, h5 {
    font-size: 1.1em;
}
.boderedlayoutClient {
    border-top: 0px dashed transparent;
    border-left: 0px dashed transparent;
    border-right: 0px dashed transparent;
    border-bottom: 0px dashed transparent;
}
ol, ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
/**/




/*header*/
.header-block {
    display: grid;
    grid-template-columns: 77% 23%;
    width: 100%;
    justify-content: end;
    align-items: center;
    margin: 0 auto;
    gap: 15px;
    color: #fff;
}
.header-tel-text {
    font-family: "Wix Madefor Text", sans-serif;
    font-weight: 300;
}
.header-block a {
    color: #fff;
}
.header-block img {
    filter: invert(10);
}
.header-tel {
    display: grid;
    grid-template-columns: 18px auto;
    justify-content: end;
    gap: 10px;
}
.header-icon-img {
    display: flex;
    gap: 20px;
}
/*header*/



/*footer*/
.itopplus-footer {
    font-size: 13px;
    line-height: 1.6;
     font-family: "Wix Madefor Text", serif;
}
.itopplus-footer h4 {
    font-size: 1.3em;
    margin: 0px 0 15px;
    font-weight: 700;
}
.itopplus-footer h3 {
    font-size: 2.3em;
    margin: 0 0 20px;
}
.itopplus-footer a {
    color: #e4e6d9;
}
.itopplus-footer a:hover {
    color: #fff;
}
.footer-menu-display {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.copy-right {
    font-size: 0.85em;
    padding-top: 20px;
}
.footer-contct {
    display: grid;
    grid-template-columns: 15px auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 2px;
    font-family: "Wix Madefor Text", sans-serif;
}
.footer-icon-img {
    display: flex;
    gap: 20px;
    width: 48%;
}
.icon-img {
    transition: 0.5s;
}
.icon-img:hover {
    transform: scale(1.1);
}
.footer-pd {
    padding: 0 20%;
}
.ITPcookiebar {
    width: 100% !important;
    z-index: 1004 !important;
}
.buttonExampleSite {
    border: 1px solid #44624d !important;
    color: #44624d !important;
    font-family: "Raleway", sans-serif !important;
}
.buttonExampleSite:hover {
    background: #44624d !important;
    color: #ffffff !important;
}
.ITP-pdpa-template-titleFont {
    font-size: 1.2em !important;
    padding-bottom: 0rem !important;
    font-weight: 600 !important;
}
.ITP-pdpa-template-contentFont {
    font-size: 1em !important;
}
.itpPDPALandingPage {
    padding: 6% 2% 2%;
}
/*footer*/




/*HOME*/
.padding-pd {
    padding: 3%;
}
.menu-align {
    text-align: center;
    padding: 5% 0 2%;
    color: #231f20;
}
.menu-align h2 span {
    display: block;
    padding-left: 16%;
    color: #44624d;
    font-style: italic;
    margin-top: -15px;
}
.process-block {
    padding: 23% 7%;
    text-align: center;
}
.process-block h3 {
    color: #44624d;
    font-style: italic;
    margin: 0 0 20px;
}
.about-us {
    padding: 15% 8% 0 0;
}
.about-us h2 {
    color: #231f20;
    margin: 0 0 20px;
}
.about-us h2 span {
    color: #44624d;
    font-style: italic;
    padding-left: 35%;
    margin-top: -16px;
    display: block;
}
.btn-more {
    background: #e4e6d9;
    color: #45604d;
    border: none;
    display: grid;
    grid-template-columns: auto 20px;
    gap: 10px;
    font-size: 0.9em;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    align-items: center;
    transition: 0.5s;
}
.btn-more:hover {
    background: #45604d;
    color: #fff;
}


/*slide Industry*/
#carousel6728a2e8da06270013620a7e img , #carousel6728a2e8da06270013620a7e .carousel-inner  {
    border-radius: 20px;
}
#carousel6728a2e8da06270013620a7e .hidden {
	display: block!important;
	visibility: inherit!important;
	pointer-events: none;
} 
#carousel6728a2e8da06270013620a7e .carousel-indicators .active {
	background-color: #4e6246;
	border-color:#4e6246;
    width: 15px;
    height: 15px;
    margin: 5px;
}  
#carousel6728a2e8da06270013620a7e .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #e4e6d9;
    border: 1px solid #e4e6d9;
    border-radius: 10px;
} 
#carousel6728a2e8da06270013620a7e .carousel-indicators {
    bottom: -15%;
} 
#carousel6728a2e8da06270013620a7e .glyphicon-chevron-left:before,
#carousel6728a2e8da06270013620a7e .glyphicon-chevron-right:before {
	 display: none;
}
/*slide Industry*/


/*slide Categories*/
#slidermaster67289e3bde435000138b7207  {
    display: flex;
    flex-direction: column;
    align-items: center;
  	overflow: unset !important;
}
#slidermaster67289e3bde435000138b7207 img   {
    object-fit: contain;
    margin: 0 10px;
    width: 95% !important;
}
/*dot*/
#slidermaster67289e3bde435000138b7207>div:nth-child(3) , #slidermaster67289e3bde435000138b7207>div:nth-child(3) {
    bottom: -17% !important;
    left: 3% !important;
    right: 0 !important;
    margin: 0 auto;
}
#slidermaster67289e3bde435000138b7207>div:nth-child(4), #slidermaster67289e3bde435000138b7207>div:nth-child(5)  {
	display: none !important;
}
.jssorb03 div {
    background: #e4e6d9;
    color: transparent !important;
    border: 0px solid #e4e6d9;
    width: 10px ! IMPORTANT;
    height: 10px !important;
    border-radius: 50%;
}
.jssorb03 .av, .jssorb03 div:hover {
    background: transparent;
    cursor: pointer;
    background: #4e6246;
    font-size: 0 !important;
}
/*dot*/
/*slide Categories*/

.menu-align2 {
    padding: 8% 0 2%;
    text-align: center;
    color: #231f20;
}
.menu-align2 h3 span {
    color: #44624d;
    font-style: italic;
}
/*form Contact*/
.CASS-D-border {
    width: 80%;
    background: rgba(255, 255, 255, .0) !important;
    margin: 0 auto;
}
.CASS-C-head, .CASS-D-head {
   
}
.CASS-D-head h3 {
    margin: 20px 0 0;
    font-size: 1.4em;
    padding-left: 5px;
    color: #0c4e97;
    text-align: left;
    font-weight: 600;
}
.CASS-D-border .form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #c0c1c3;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    font-size: 1em !important;
    padding: 40px 0px 20px;
    font-weight: 500;
    color: #444444 !important;
}
.CASS-D-border .form-control::placeholder {
    color: #444444 !important;
}
.CASS-D-border .form-control:hover  {
    border-bottom: 1px solid #44624d;
}
.CASS-D-border .form-control:focus {
    border-bottom: 1px solid #44624d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0);
    color: #444444!important;
}
.CASS-D-border .btn {
    background-image: -webkit-linear-gradient(top, #111f39 0, #111f39 100%);
    background-image: -o-linear-gradient(top, #4d4d4d 0, #4d4d4d 100%);
    background: #e4e6d9;
    color: #45604d;
    text-shadow: 0 0px 0 #282828;
    background-repeat: repeat-x;
    border-color: #0000;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 0.9em;
    border: 0px solid transparent;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.CASS-D-border .btn-default:active {
   background-color: #45604d;
      color: #fff;
}
.CASS-D-border .btn-default:hover, .CASS-D-border .btn-default:focus {
    background-position: 0 0px;
    background-color: #45604d;
        color: #fff;
}
.CASS-D-border .ITPcheckboxAuthen {
    font-size: 0.95em;
    color: #555555;
    text-align: left !important;
    padding-left: 3%;
}
.CASS-D-border .col-md-offset-5.col-md-1.col-sm-12 {
    margin-left: 1%;
}
span#customAcceptPolicyText1 , span#contactUsAcceptPolicyText2 {
    color: #000;
}
span#contactUsAcceptPolicyText2 {

}
.CASS-D-border #editor1 , .CASS-D-border #editor2 , .CASS-D-border #editor3 , .CASS-D-border #editor4 , .CASS-D-border #editor5 , .CASS-D-border #editor6 {
    display: none;
}
.CASS-D-middle-mid {
    padding: 15px 0;
}
#form66cfe40efd518f00129b4dcf {
    padding: 0 !IMPORTANT;
}
#formdisplay66cfe40efd518f00129b4dcf {
    width: 75%;
}
.padding-pd2 {
    padding: 3%;
}
/*form Contact*/


/*OUR CUSTOMER*/
.CASS-A-border {
    padding-bottom: 2%;
}
.CASS-A-main {
    box-shadow: none;
}
.CASS-A-top {
    border-top: solid 0px #d4d4d4;
}
.CASS-A-bottom {
    border-bottom: solid 0px #d4d4d4;
}
.CASS-A-middle-left {
    border-left: solid 0px #d4d4d4;
}
.CASS-A-middle-right {
    border-right: solid 0px #d4d4d4;
}
.CASS-A-middle-mid {
    padding: 0px;
}
.CASS-A-border .col-md-3.col-sm-4.col-xs-4 {
    width: 9.09%;
}
figure.effect-selena {
    background: transparent;
}
/*OUR CUSTOMER*/

/*HOME*/




/*ABOUT US*/
.menu-align3 {
    color: #231f20;
    padding: 5% 0 2%;
    text-align: center;
}
.menu-align3 h2 span {
    color: #44624d;
    font-style: italic;
}
figure.effect-jazz {
    background: transparent;
    border-radius: 20px;
}
figure.effect-jazz figcaption::after {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}
.about-block {
   font-family: "Wix Madefor Text", serif;
    padding: 2% 7% 0 0;
}
.about-block h2 {
    color: #44624d;
    margin: 0 0 15px;
      font-family: Raleway, sans-serif;
}
.about-block2 {
   font-family: "Wix Madefor Text", serif;
    padding: 5% 0;
    text-align: center;
}
.about-block2 h3 {
    color: #44624d;
      font-family: Raleway, sans-serif;
}
.about-history-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    padding: 5% 0 0;
}
.about-history {
    text-align: center;
    border-right: 1px solid #bbb;
    padding: 10px;
    color: #231f20;
    font-weight: bolder;
    font-size: 1.2em;
}
.about-history h4 {
    color: #44624d;
}
/*ABOUT US*/




/*PRODUCTS*/
.product-block {
    padding: 0 0 0 5%;
}
/*PRODUCTS*/



/*SERVICE*/
.coming-soon {
    width: 80%;
    margin: 2% auto;
}
/*SERVICE*/


/*NEWS & UPDATE*/
.eapps-widget-toolbar { display: none; }
/*NEWS & UPDATE*/



/*Contact us*/
.text-contact {
  text-align: center;
  padding: 5% 0 0;
          font-family: "Wix Madefor Text", serif;
}
.text-contact h3 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.6em;
    color: #44624d;
}
.text-contact img {
    width: 30% !important;
}
.contact-block4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 17px 0 0;
}
.contact-bg2 {
    display: grid;
    grid-template-columns: 40px auto;
    gap: 10px;
    align-items: center;
    background: #f4f4f4;
    color: #44624d;
    border-radius: 50px;
    padding: 7px;
    line-height: 1.2;
    margin-bottom: 5px;
          font-family: "Wix Madefor Text", serif;
}
.contact-bg2:hover {
    background: #e4e6d9;
    color: #44624d;
}
#form6729c57c8a9ede001361d180 {
    padding: 0 !IMPORTANT;
}
#iframe6729c8f1e3494b0013dcdde7 iframe {
    border-radius: 10px;
}
.CASS-H-main {
    background: transparent;
}
.CASS-H-middle-mid {
    padding: 0;
}
.CASS-H-main .col-md-3.col-sm-4.col-xs-4 {
    width: 16.66%;
}
/*Contact us*/




/*product*/
.col-section {
    padding: 1% 1%;
}
article.col-md-6.item.-micro {
    width: 25%;
}
.Contentmanager .site .col-section .item.-micro {
    padding: 7px;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: solid 0px #e8e6e8;
    border-bottom: solid 0px #e8e6e8;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    border-bottom: solid 0px #e8e6e8;
}
.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid #eee;
}
.Contentmanager .site .col-section .item.-micro a .post {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 7% 0;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    padding: 0% 0;
    color: #444;
    text-align: center;
    font-weight: 400;
    font-size: 0.9em;
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 1.1em;
    font-weight: 600;
    background: transparent;
    color: #231f20;
    margin-bottom: 0px;
    line-height: 1.3;
    text-align: center;
    font-family: "Wix Madefor Text", serif;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #282828;
}
h3.managerHeader {
    font-size: 2.6em;
    font-weight: 600;
    text-align: center;
    font-family: "Wix Madefor Text", serif;
    color: #231f20;
}
#Contentmanager .post-time {
    display: none;
}
.page-header {
    border-bottom: 0px solid #eee;
    margin: 40px 20px 20px;

}
.col-md-6.pull-left {
    padding: 0;
    width: 50%;
    margin: 0 4% 0 0;
}
.Textmanager.font-inherit {
    text-align: left;
    display: flow-root;
    font-family: "Wix Madefor Text", serif;
      padding-top: 10%;
}
.Textmanager.font-inherit h4 {
    font-weight: 600;
    margin: 20px 0 5px;
    line-height: 1.3;
}
.Textmanager.font-inherit h3 {
    font-weight: 600;
    margin: 0px 0 10px;
    color: #44624d;
}
.Textmanager.font-inherit p {
    margin: 0 0 0px;
}
.Textmanager.font-inherit strong {
    font-weight: 600;
}
.contenemanager-gallery .col-xs-12.col-md-3,.Contenemanager-gallery .col-xs-6.col-md-3 {
    width: 33.33%;
    padding: 10px 10px 0;
}
.contenemanager-gallery .thumbnail,.Contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #cecece;
    border-radius: 20px;
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail:hover,.contenemanager-gallery .thumbnail:hover {
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail,.img-thumbnail,.contenemanager-gallery .thumbnail,.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 0 0 rgba(0, 0, 0, .075);
    border-radius: 20px;
    transform: scale(1.0) !important;
}
#Contentmanager img.img-responsive {
    border-radius: 20px;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    transition: 0.5s;
}
#Contentmanager img.img-responsive:hover {
    transform: scale(1.1);
}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color: transparent;
}
#Contentmanager .thumbnail {
    background-color: #fff;
    position: relative !important;
    overflow: hidden !important;
    border: 0px solid #eee;
    padding: 0px !important;
    box-shadow: none !important;
    border-radius: 20px;
}
.img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 10px;
}
.social-icon {
    border-radius: 5px;
}
.social-share {
    top: 44%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 160%;
    margin-left: -134%;
}
.landingpagemanager {
    display: none;
}


/*product*/


.col-md-2.col-sm-4.timeline {
    width: 12.5%;
}
.main-timeline .timeline{
    padding: 0 2px;
    position: relative;
      font-family: "Wix Madefor Text", serif;
}
.main-timeline .timeline-icon{
    display: block;
    text-align: center;
    padding: 20px 0 55px 0;
    z-index: 1;
    position: relative;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon{
    padding: 55px 0 20px 0;
}
.main-timeline .timeline-icon:before{
    content: "";
    width: 1px;
    height: 75%;
    background: #39ae99;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon:before{
    bottom: auto;
    top: 0;
}
.main-timeline .timeline:hover .timeline-icon:before{
    background: #555;
}
.main-timeline .timeline-icon i{
    width: 45px;
    height: 45px;
    line-height:45px;
    border-radius: 50%;
    background: #0e6f69;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.fa-key:before {
    content: "\f084";
}
.main-timeline .timeline:hover .timeline-icon i{
    background: #0e6f69;
    animation: icon-load 2.5s ease 0s infinite;
}
.main-timeline .border{
    height: 15px;
    background: #0e6f69;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .border{
    background: #0e6f69;
}
.main-timeline .timeline:first-child .border{
    border-radius: 4px 0 0 4px;
}
.main-timeline .timeline:last-child .border{
    border-radius: 0 4px 4px 0;
}
.main-timeline .timeline:nth-child(2n) .border{
    margin: 18px 0 0 0;
}
.main-timeline .timeline-content{
    padding: 10px;
    border: 1px solid #d2d2d2;
    background: #f9f9f9;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
      text-align: left;
}
.main-timeline .timeline:hover .timeline-content{
    background: #0e6f69;
}
.main-timeline .title {
    font-size: 1.8em;
    font-weight: bold;
    color: #44624d;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .title{
    color: #fff;
}
.timeline-content .description{
    font-size: 0.8em;
    color: #444;
    margin: 0;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .description{
    color: #fff;
}
@keyframes icon-load{
    0%{ transform: rotate(-12deg); }
    8%{ transform: rotate(12deg); }
    10%{ transform: rotate(24deg); }
    18%,20%{ transform: rotate(-24deg); }
    28%,30%{ transform: rotate(24deg); }
    38%,40%{ transform: rotate(-24deg); }
    48%,50%{ transform: rotate(24deg); }
    58%,60%{ transform: rotate(-24deg); }
    68%{ transform: rotate(24deg); }
    100%,75%{ transform: rotate(0deg); }
}
@media only screen and (max-width: 990px){
    .main-timeline .timeline{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px){
    .main-timeline .timeline-icon{
        padding-top: 0;
    }
    .main-timeline .timeline:nth-child(2n) .timeline-icon{
        padding-bottom: 0;
    }
    .main-timeline .border{
        margin-bottom: 10px;
    }
    .main-timeline .timeline:nth-child(2n) .border{
        margin: 10px 0 0 0;
    }
    .main-timeline .timeline-content{
        text-align: center;
    }

}

.factory-block {
    font-family: "Wix Madefor Text", serif;
}
.factory-block p {
    margin: 0;
}
.factory-block strong {
    color: #000;
}
.factory-block h3 {
    margin: 0;
    color: #44624d;
    font-size: 1.6em;
}
.factory-block h4 {
    margin: 30px 0 5px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}
.factory-block-border {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 5%;
}

.block-2 {
    display: grid;
    grid-template-columns: 40% auto;
    align-items: center;
    padding: 11% 5%;
}
.block-2-1 {
    text-align: center;
}
.block-2-2 {
    font-size: 0.85em;
    padding: 0 0 0 15px;
    border-left: 2px solid #000;
}
.grid-items2 {
    display: flex;
    flex-direction: column;
}
#content6 > .display1 > .grid-items > :nth-child(3) {
    background: #eceff4;
    height: inherit;
}
.block6 {
    display: grid;
    grid-template-columns: 25% auto;
    align-items: center;
      padding: 35px 30px;
}
#content1 h2 {
    padding: 8% 16% 0;
    font-size: 1.5em;
    font-family: Raleway, sans-serif;
    color: #000;
}
#content1 h3 {
    padding: 5% 22% 0;
    font-size: 1.4em;
    color: #000;
    text-align: center;
    font-family: Raleway, sans-serif;
}
.content-1 {
    font-size: 0.85em;
    padding: 30px 18px 10px;
}
.content-2 h4 {
    color: #000;
    text-align: center;
    padding: 20% 10%;
}
.content-3 {
    font-size: 0.85em;
    padding: 25px 10px 0;
}
.content-4 {
    font-size: 0.85em;
    padding: 20px 14px 0;
}
.content-5 {
    font-size: 0.85em;
    padding: 10px 20px;
}
.content-img2 {
    margin: 0 auto;
    padding: 15px;
}


/*slide SUSTAINABILITY*/
#carousel6799ae2cd0d43a00134207f8 img , #carousel6799ae2cd0d43a00134207f8 .carousel-inner  {

}
#carousel6799ae2cd0d43a00134207f8 .hidden {
	display: block!important;
	visibility: inherit!important;
	pointer-events: none;
} 
#carousel6799ae2cd0d43a00134207f8 .carousel-indicators .active {
	background-color: #4e6246;
	border-color:#4e6246;
    width: 15px;
    height: 15px;
    margin: 5px;
}  
#carousel6799ae2cd0d43a00134207f8 .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #e4e6d9;
    border: 1px solid #e4e6d9;
    border-radius: 10px;
} 
#carousel6799ae2cd0d43a00134207f8 .carousel-indicators {
    bottom: -15%;
} 
#carousel6799ae2cd0d43a00134207f8 .glyphicon-chevron-left:before,
#carousel6799ae2cd0d43a00134207f8 .glyphicon-chevron-right:before {
	 display: none;
}


/*slide SUSTAINABILITY*/
.Refillable-block , .Mono-block , .Bio-block , .Biodegradable-block , .Minerals-block , .PCR-block {
    display: grid;
    gap: 25px;
    align-items: center;
}
.Refillable-block  {
    grid-template-columns: 37% auto;
}
.Mono-block {
    grid-template-columns: 37.2% auto;
}
.Bio-block {
    grid-template-columns: 54.2% auto;
}
.Biodegradable-block {
    grid-template-columns: 40.4% auto;
}
.Minerals-block {
    grid-template-columns: 57% auto;
}
.PCR-block {
    grid-template-columns: 40.2% auto;
}
/*slide SUSTAINABILITY*/



/*pagination*/
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #44624d;
    border-color: #44624d;
}
.pagination>li>a, .pagination>li>span {
    color: #44624d;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #44624d;
    background-color: #f7f7f7;
}
/*pagination*/


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
body {
    font-size: 20px;
}
    .container {
        width: 1440px;
    }  
    .header-block {
        grid-template-columns: 80% 20%;
      padding-top: 5px;
    }
.header-tel {
    grid-template-columns: 22px auto;
}
  .dropdown-menu>li>a {
    font-size: 1.4em;
}
  .itopplus-footer {
    font-size: 16px;
}
  .footer-contct {
    grid-template-columns: 20px auto;
}
  .footer-icon-img {
    width: 50%;
}
  .ITPcookiebar , .buttonExampleSite {
    font-size: 16px !important;
}
  .text-contact {
    padding: 10% 0 0;
}
  .CASS-D-border .form-control {
    padding: 55px 0px 20px;
}
.Refillable-block {
    grid-template-columns: 37.2% auto;
}
  .Mono-block {
    grid-template-columns: 37.4% auto;
}
  .Bio-block {
    grid-template-columns: 54.6% auto;
}
  .Biodegradable-block {
    grid-template-columns: 40.6% auto;
}
  .Minerals-block {
    grid-template-columns: 57.4% auto;
}
  .PCR-block {
    grid-template-columns: 40.5% auto;
}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width:1191px) {
.header-block {
        grid-template-columns: 70% 25%;
 
    }
  .header-tel {
    font-size: 0.65em;
}
  ul#slider6729915fe3494b0013dcd1c4 {
    display: none;
}
  .about-us {
    padding: 5% 8% 0 0;
}
  .process-block {
    padding: 15% 3%;
}
  .padding-pd2 {
    padding: 0%;
}
  .itopplus-footer {
    font-size: 11px;
}
  .Refillable-block {
    grid-template-columns: 36.8% auto;
}
}





/* Large Devices, Wide Screens */
@media only screen and (max-width:900px) {
 ul#slider6729915fe3494b0013dcd1c4 {
    display: block;
}
  .h2, h2 {
    font-size: 2.3em;
} 
  .CASS-D-middle-mid div {
    padding: 0;
}
  .copy-right {
    padding-top: 0px;
    text-align: center;
}
  .contact-block4 {
    grid-template-columns: repeat(1, 1fr);
}
  div#carousel6729d599b1525e00133e69df {
    display: none;
}
  .timeline-content .description {
    font-size: 0.5em;
}
  .main-timeline .title {
    font-size: 1.4em;
}
      .Refillable-block {
        grid-template-columns: 36.6% auto;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (max-width:480px) {
#imagesControl6729915fe3494b0013dcd1c4 {
    padding: 0 !important;
}
     .about-us {
        padding: 0% 0% 5% 0;
    } 
  #carousel6728a2e8da06270013620a7e .carousel-indicators {
    bottom: -25%;
}
  .menu-align {
    padding: 10% 0 2%;
}
  .itopplus-bg2 {
    background-attachment: inherit;
}
  .CASS-D-border {
    width: 85%;
}
  .CASS-A-border .col-md-3.col-sm-4.col-xs-6 {
    width: 33.33%;
}
  .CASS-A-border .bootstrap-collum div {
    justify-content: center;
}
  .about-history-block {
    grid-template-columns: repeat(1, 1fr);
}
  .about-block {
    padding: 2% 0% 0 0;
}
  div#carousel6729d599b1525e00133e69df {
    display: block;
            margin-bottom: 10%;
}
  
  
div#contentnewmode6724511e1db8500013977714 {
    display: none;
}  
  
/*slide Product*/
#carousel6729d599b1525e00133e69df img , #carousel6729d599b1525e00133e69df .carousel-inner  {
    border-radius: 20px;
}
#carousel6729d599b1525e00133e69df .hidden {
	display: block!important;
	visibility: inherit!important;
	pointer-events: none;
} 
#carousel6729d599b1525e00133e69df .carousel-indicators .active {
	background-color: #4e6246;
	border-color:#4e6246;
    width: 15px;
    height: 15px;
    margin: 5px;
}  
#carousel6729d599b1525e00133e69df .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #e4e6d9;
    border: 1px solid #e4e6d9;
    border-radius: 10px;
} 
#carousel6729d599b1525e00133e69df .carousel-indicators {
    bottom: -15%;
} 
#carousel6729d599b1525e00133e69df .glyphicon-chevron-left:before,
#carousel6729d599b1525e00133e69df .glyphicon-chevron-right:before {
	 display: none;
}
#carousel6729d599b1525e00133e69df .carousel-indicators {
    left: 0%;
    width: 100%;
    padding-left: 0;
    margin-left: 0%;
}
  /*slide Product*/
  .about-block h2 {
    font-size: 1.9em;
}
  .about-history {
    border-right: 0px solid #bbb;
        padding: 20px 0;
}
  .product-block {
    padding: 0 3%;
}
 div#contentnewmode6729cfbbd4b06c0013c67f19 , #form672981b3e3494b0013dccd47 {
    padding: 0 !important;
}
  .CASS-D-border .ITPcheckboxAuthen {
    padding-left: 0%;
}
    .col-md-2.col-sm-4.timeline {
        width: 50%;
        display: inline-block;
    }
  .factory-block-border {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    padding: 10% 0%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
      .timeline-content .description {
        font-size: 0.8em;
    }
  article.col-md-6.item.-micro {
    width: 50%;
}
  .col-md-6.pull-left {
    width: 100%;
    margin: 0 0% 0 0;
}
  .Textmanager.font-inherit {
    display: block;
}
  .social-share {
    top: 0;
    margin-top: 0;
    margin-left: 0;
}
  .contenemanager-gallery .col-xs-12.col-md-3, .Contenemanager-gallery .col-xs-6.col-md-3 {
    width: 50%;
}
    .Refillable-block , .Mono-block , .Bio-block , .Biodegradable-block , .Minerals-block , .PCR-block  {
        grid-template-columns: repeat(1, 1fr);
    }
  .menu-align h2 {
    font-size: 2em;
}
}




