@import url('http://fonts.cdnfonts.com/css/geomanist:400,700');

@font-face {
    font-family: 'geomanistregular';
    src: url('geomanist-regular-webfont.eot');
    src: url('geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('geomanist-regular-webfont.woff2') format('woff2'),
        url('geomanist-regular-webfont.woff') format('woff'),
        url('geomanist-regular-webfont.ttf') format('truetype'),
        url('geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: Geomanist;
    src: url(../fonts/Geomanist-Medium.otf);
}

@font-face {
    font-family: Geomanist_r;
    src: url(../fonts/Geomanist.otf);
}

@font-face {
    font-family: Geomanist_Bold;
    src: url(../fonts/Geomanist-Bold.ttf);
}

/*body,
html {
    height: 100%;
}*/

body {
    font-family: 'Geomanist_r', sans-serif;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.blog ol li {
	font-family: 'Geomanist_r', sans-serif;
	line-height:30px;
	margin-left:-40px;
	font-size:18px;
}
.clickable-div {
      width: 100%;
      height: auto;

}
.slide40 {width:100%; height: auto;z-index:100;display:block;}
#blog .slider__text45 {display:block;padding-top:140px;padding-left:30px;}
.blog-alignment {margin-left:97px;width:80%}

/*---------------------------------------
     TYPOGRAPHY
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: inherit;
}

h1 {
    font-family: 'Geomanist', sans-serif;
    color: #252525;
    font-size: 46px;
}

h2 {
    font-family: 'Geomanist', sans-serif;
    color: #000;
    font-size: 36px;
}

#frmContact h2 {margin-left:13px;}
#frmContact p {margin-left:16px;}

.img-curve {
	border-radius:20px;
}

.bg-contact {background:#101d39;color: #ffffff;}
.h2-white {color: #ffffff;}
.h2-black {color: #000000;}

.custom-made-h2-step{
    font-family: 'Geomanist_r', sans-serif;
    color: #ce3030;
    font-size: 30px;
}

.custom-made-h2-title{
    font-family: 'Geomanist', sans-serif;
    color: #000;
    font-size: 33px;
}

.custom-made-h2-achieve-title{
    font-family: 'Geomanist', sans-serif;
    color: #000;
    font-size: 33px;
    margin-top: 60px;
}

.whywb_h2{
    font-family: 'Geomanist', sans-serif;
    color: #000;
    font-size: 36px;
    width: 500px;
}

.whywb_h2_1{
    font-family: 'Geomanist', sans-serif;
    color: #000;
    font-size: 36px;
    width: 600px;
}

.menu-link3 {margin-top:20px;}

.container-contact h3 {margin-top:0px;}
.container-contact p {font-size:15px;margin-top:-11px;}



.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
	margin-right:0px;

}
.whats-app a:link{
	background-color: none;
}

.my-float {
    margin-top: 16px;

}



@media (max-width: 900px) {
    .custom-made-h2-achieve-title{
        font-family: 'Geomanist', sans-serif;
        color: #000;
        font-size: 33px;
        margin-top: 0;
    }

    .whywb_h2{
        font-family: 'Geomanist', sans-serif;
        color: #000;
        font-size: 36px;
        max-width: 100%;
    }

    .whywb_h2_1{
        font-family: 'Geomanist', sans-serif;
        color: #000;
        font-size: 36px;
        max-width: 100%;
    }
}

h3 {
    font-family: 'Geomanist_r', sans-serif;
    font-size: 1.5em;
}

h4{
    font-family: 'Geomanist', sans-serif;
    font-size: 18px;
}

h3,
h3 a {
    font-family: 'Geomanist_r', sans-serif;
    color: #454545;
}

.quotes_h3{
    font-size: 18px; 
    color: #000; 
    font-family: 'Geomanist', sans-serif;
    text-align: left;
}

.quotes_p{
    font-family: 'Geomanist_r', sans-serif;
    color: #c2c2c2;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
}

p {
    font-family: 'Geomanist_r', sans-serif;
    color: #363636;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
}

.custom-made-p{
    font-family: 'Geomanist_r', sans-serif;
    color: #363636;
    font-size: 18px;
    font-weight: normal;
}

.text_18px {
    font-size: 18px;
}

/*---------------------------------------
     GENERAL
  -----------------------------------------*/

html {
    -webkit-font-smoothing: antialiased;
    font-family: 'geomanistregular', sans-serif;
}

.home_36px {
    font-style: 1px;
    font-family: 'Geomanist', sans-serif;
}

a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    color: #ce3232;
    outline: none;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #9e9e9e;
    border-radius: 4px;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    margin: 0;
	width:550px;
}

.section-title1 {
	color:#ffffff;
	font-size:35px;
}

.section-title h4 {
    color: #a6a6a6;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 0;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section {
    position: relative;
    padding: 100px 0;
}

#team,
#menu,
#testimonial {
    text-align: center;
}

.about-image img,
.team-thumb img {
    width: 100%;
}

#google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
}



/*---------------------------------------
     BUTTONS
  -----------------------------------------*/

.circle_icon {
    border-radius: 50%;
    margin: 0.15em;
    padding-top: 3px;
    font-size: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    background-color: #000;
    margin-right: -2%;
}

.email_form {
    /* This bit sets up the horizontal layout */
    display: flex;
    flex-direction: row;
    /* This bit draws the box around it */
    border: 1px solid white;
    /* I've used padding so you can see the edges of the elements. */
    padding: 2px;
    border-radius: 50px;
    background-color: #fff;
    width: 350px;
}

.cemail_form {
    /* This bit sets up the horizontal layout */
    display: flex;
    flex-direction: row;
    /* This bit draws the box around it */
    border: 1px solid white;
    /* I've used padding so you can see the edges of the elements. */
    padding: 2px;
    border-radius: 50px;
    background-color: #fff;
    margin-left: 20%;
    width: 350px;
}

.email {
    /* Tell the input to use all the available space */
    flex-grow: 2;
    height: 35px;
    border: 0;
    font-size: 13px;
    width: 350px;
    border-radius: 50px;
    padding-left: 15px;
    font-family: 'Geomanist', sans-serif;
}

.email:focus {
    /* removing the input focus blue box. Put this on the form if you like. */
    outline: none;
}

.emailbutton {
    /* Just a little styling to make it pretty */
    border-radius: 50px;
    background: #ce3232;
    font-size: 13px;
    color: #fff;
    border: 0;
    width: 150px;
    height: 35px;
}


.mega_button {
    /* Just a little styling to make it pretty */
    border-radius: 50px;
    background: #f1f1f1;
    font-size: 16px;
    font-family: 'Geomanist', sans-serif;
    color: #000;
    border: 0;
    width: 150px;
    height: 35px;
    float: right;
}

.mega_button:hover {
    /* Just a little styling to make it pretty */
    border-radius: 50px;
    background: #f1f1f1;
    font-size: 16px;
    font-family: 'Geomanist', sans-serif;
    color: #ce3232;
    border: 0;
    width: 150px;
    height: 35px;
    float: right;
}

/*.email{
    height: 35px;
    border: 0;
    font-size: 13px;
    width: 180px;
    border-radius: 50px;
  }

  .emailbutton{
    border-radius: 50px;
    background: #ce3232;
    font-size: 13px;
    color: #fff;
    border: 0;
    width: 70px;
    height: 35px;
  }*/

.section-btn {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    border-radius: 50px;
}

.equiredbtn {
    margin-top: 10%;
    margin-left: 50%;
    background-color: #c73032;
}


@media only screen and (max-width: 800px) {
    .equiredbtn {
        margin-left: 0;
        background-color: #c73032;
        ;
        height: 100px;
    }
	.equiredbtn2 {
        margin-left: 0;
        background-color: #c43030;
        ;
        height: 100px;
    }
}

.enquire-btn {
    background: #101d39;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: 20px;
    font-family: 'Geomanist', sans-serif;
    padding: 20px 35px;
    border-radius: 50px;
    text-align: center;
}

.enquire-btn:hover {
    color: #ce3232;
    background-color: #fff;
}

.enquire2-btn {
    background: #c43030;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: 20px;
    font-family: 'Geomanist', sans-serif;
    padding: 20px 35px;
    border-radius: 50px;
    text-align: center;
	width:300px;
}

.enquire2-btn:hover {
    color: #ce3232;
    background-color: #fff;
}

.btn-slider {
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Geomanist', sans-serif;
	background-color:#c73032;
	padding:10px 60px;
	border-radius:55px;
	text-align:left;
	border:2px solid #ca1f1f;
}
.btn-slider-education{
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Geomanist', sans-serif;
	background-color:#c73032;
	padding:10px 20px;
	border-radius:55px;
	text-align:left;
	border:2px solid #ca1f1f;
}

.btn-slider-education:hover {
    color: #ca1f1f;
    font-size: 16px;
    font-family: 'Geomanist', sans-serif;
	background-color:#ffffff;
	border:2px solid #ca1f1f;
}

.faarrow{
    float: right;
    font-size: 16px;
    color: #ffffff;
    padding-left: 10px;
    padding-top: 4px;
}
.btn-slider:hover {
    color: #ca1f1f;
    font-size: 16px;
    font-family: 'Geomanist', sans-serif;
	background-color:#ffffff;
	border:2px solid #ca1f1f;
}

.btn-slider-custom {
    color: #ce3232;
    font-size: 16px;
    font-family: 'Geomanist', sans-serif;
    padding-left: 70px;
}

.btn-slider-custom:hover {
    color: #000;
    font-size: 16px;
    font-family: 'Geomanist', sans-serif;
}

.btn-ino {
    float: left;
    color: #fff;
    font-size: 16px;
    font-family: 'Geomanist', sans-serif;
}
.faarrow-ino{
    float: left;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    padding-top: 4px;
}
.btn-ino:hover {
    color: #fff;
    font-size: 16px;
    font-family: 'Geomanist', sans-serif;
    margin-right: 5px;
}

.btn-mega {
    color: #ce3232;
    font-size: 15px;
    background-color: white;
    font-family: 'Geomanist', sans-serif;
    border: 0;
    float: left;
}

.btn-mega:hover {
    color: #000;
    font-size: 15px;
    background-color: white;
    font-family: 'Geomanist', sans-serif;
    border: 0;
    float: left;
}

@media only screen and (max-width: 900px) {
    .btn-slider-custom {
        padding-left: 80px;
    }
}



/*---------------------------------------
       PRE LOADER
  -----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 5px solid #c43030;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}


/*---------------------------------------
      HOME
  -----------------------------------------*/

#home {
    padding: 0;
}

#home h1 {
    color: #000;
    padding-bottom: 10px;
    line-height: 50px;
}

#home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

#home p {
    color: #000;
    font-size: 15px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .slider .col-md-8 {
        padding-left: 0;
    }
}

@media (min-width: 400px) {
    .slider .col-md-8 {
        padding-left: 0;
    }
}

.slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
}

.slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
}

.slider .caption .home_h1 {
    font-size: 48px;
    font-family: 'Geomanist', sans-serif;
}

.slider .caption .home_p {
    font-size: 16px;
    font-family: 'Geomanist_r', sans-serif;
}

.slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 850px;
}


@media only screen and (max-width: 900px) {
    .slider .caption {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: left;
        height: 100%;
        color: #fff;
        cursor: e-resize;
        padding: 4em 0 0 2em;
    }

    .slider .caption .home_h1 {
        font-size: 48px;
        font-family: 'Geomanist', sans-serif;
    }

    .slider .caption .home_p {
        font-size: 16px;
        font-family: 'Geomanist_r', sans-serif;
    }

    .slider .item {
        background-position: inherit;
        background-repeat: no-repeat;
        background-attachment: local;
        background-size: cover;
        height: 770px;
    }
}

.slider2 .caption2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: 100%;
    color: #fff;
    padding: 4em 0 0 2em;
}

.slider2 .item2 {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
}

.slider_product .caption_product {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: 50%;
    width: 50%;
    color: #fff;
    padding-top: 15%;
}

.slider_product {
    margin-top: 20px;
}

.slider_product .item_product {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 330px;
}

.slider_product .caption_product_text {
    font-size: 46px;
    color: #000;
    margin-left: 50px;
    font-family: 'Geomanist', sans-serif;
}

.slider_product .caption_product_text1 {
    font-size: 16px;
    color: #101d39;
    margin-left: 50px;
    font-family: 'Geomanist_r', sans-serif;
}

.slider_e3 .caption_e3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: 50%;
    width: 50%;
    color: #fff;
    padding-top: 15%;
}

.slider_e3 {
    margin-top: 0;
}

.slider_e3 .item_e3 {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 576px;
}

.slider_e3 .caption_e3_text {
    font-size: 46px;
    color: #000;
    margin-left: 80px;
    font-family: 'Geomanist', sans-serif;
}

.slider_e3 .caption_e3_text1 {
    font-size: 16px;
    color: #101d39;
    margin-left: 80px;
    font-family: 'Geomanist_r', sans-serif;
}

@media only screen and (max-width: 900px) {

    .slider_product .caption_product {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: left;
        width: 300px;
        height: 100%;
        color: #fff;
        padding-top: 0;
    }

    .slider_product .caption_product_text {
        font-family: 'Geomanist', sans-serif;
        font-size: 26px;
        color: #000;
        margin-left: 0;
    }

    .slider_product .caption_product_text1 {
        font-size: 16px;
        color: #101d39;
        margin-left: 0;
    }

    .slider_product {
        margin-top: 10px;
    }

    .slider_product .item_product {
        background-position: inherit;
        background-repeat: no-repeat;
        background-attachment: local;
        background-size: cover;
        height: 285px;
        margin-right: 30px;
    }

}

@media (max-width: 550px){
    #whatsapp1 {
       visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;		
	}
	
    .slider_product .caption_product {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: left;
        width: 300px;
        height: 100%;
        color: #fff;
        padding-top: 0;
    }

    .slider_product .item_product {
        background-position: inherit;
        background-repeat: no-repeat;
        background-attachment: local;
        background-size: cover;
        max-height: 100%;
        margin-right: 30px;
    }
}

.slider_about .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
}


.slider_about .item_about {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 500px;
}

@media only screen and (max-width: 900px) {
    .slider_about .item_about {
        background-position: inherit;
        background-repeat: no-repeat;
        background-attachment: local;
        background-size: cover;
        height: 220px;
    }

    .slider_about .owl-dots {
        position: absolute;
        top: 40%;
        right: 2em;
        justify-content: center;
    }
}

.slider_about .caption_about {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: 100%;
    color: #000;
    background-color: rgba(192, 192, 192, 0.3);
    padding: 4em 0 0 2em;
}

.sliderabc .captionabc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: 100%;
    color: #fff;
    padding: 4em 0 0 2em;
}

.sliderabc .itemabc {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 750px;
}

.sliderabce .captionabce {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: 100%;
    color: #fff;
    padding: 4em 0 0 2em;
}

.sliderabce .itemabce {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    width: 100%;
    height: 470px;
}

.slidercontacts .captioncontacts {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: 100%;
    color: #fff;
    padding: 4em 0 0 2em;
}

.slidercontacts .itemcontacts {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 400px;
}


.slidercompany .captioncompany {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: 100%;
    color: #fff;
    padding: 4em 0 0 2em;
    margin-top: 0;
}

.slidercompany .itemcompany {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 700px;
}

.slidercompany .captioncompany_text {
    font-size: 46px;
    color: #fff;
    font-family: 'Geomanist', sans-serif;
}



@media only screen and (max-width: 900px) {
    .slidercompany .captioncompany {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: left;
        height: 100%;
        color: #fff;
        padding: 4em 0 0 1em;
        margin-top: 20%;
    }

    .slidercompany .captioncompany_text {
        font-size: 12px;
        color: #fff;
        font-family: 'Geomanist', sans-serif;
    }

    .slidercompany .itemcompany {
        background-position: inherit;
        background-repeat: no-repeat;
        background-attachment: local;
        background-size: cover;
        height: 200px;
    }

    .slider_e3 .caption_e3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: 100%;
    width: 100%;
    color: #fff;
    padding-top: 0%;
}

.slider_e3 {
    margin-top: 0;
}

.slider_e3 .item_e3 {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 506px;
}

.slider_e3 .caption_e3_text {
    font-size: 36px;
    color: #000;
    margin-left: 40px;
    font-family: 'Geomanist', sans-serif;
}

.slider_e3 .caption_e3_text1 {
    font-size: 16px;
    color: #101d39;
    margin-left: 40px;
    font-family: 'Geomanist_r', sans-serif;
}
}

.slider .item-first {
    background-image: url(../images/home_slider1.png);
}

.slider .item-second {
    background-image: url(../images/slider2_1.jpg);
}

.slider .item-third {
    background-image: url(../images/slider3_2.jpg);
}

.slider2 .item-four {
    background-image: url(../images/slider4.jpg);
}

.slider_product .item-five {
    background-image: url(../images/product_slider.jpg);
}

.slider_product .item-product-lite {
    background-image: url(../images/product/R9-Lite-Range/Lite_Banners.jpg);
}

.slider_product .item-product-mono {
    background-image: url(../images/product_slider_mono.jpg);
}

.slider_product .item-product-writing {
    background-image: url(../images/product_slider_writing.jpg);
}

.slider_product .item-product-notice {
    background-image: url(../images/product_slider_notice.jpg);
}

.slider_product .item-product-design {
    background-image: url(../images/product_slider_design.jpg);
}

.slider_product .item-product-display {
    background-image: url(../images/product_slider_display.jpg);
}

.slider_product .item-product-organsation {
    background-image: url(../images/product_slider_organsation.jpg);
}

.slider_product .item-product-others {
    background-image: url(../images/product_slider_others.jpg);
}

.slider_product .item-product-all-products {
    background-image: url(../images/product_slider_allproducts.jpg);
}

@media (max-width: 550px){
    .slider_product .item-product-lite {
        background-image: url(../images/product/R9-Lite-Range/Lite_Banners_Mobile.jpg);
        width: 100%;
    }
    
    .slider_product .item-product-mono {
        background-image: url(../images/01_Mono.jpg);
        width: 100%;
    }

    .slider_product .item-product-writing {
        background-image: url(../images/02_Writing.jpg);
        width: 100%;
}

    .slider_product .item-product-notice {
        background-image: url(../images/03_Notice.jpg);
        width: 100%;
    }

    .slider_product .item-product-design {
        background-image: url(../images/04_Design.jpg);
        width: 100%;
    }

    .slider_product .item-product-display {
        background-image: url(../images/05_Display.jpg);
        width: 100%;
    }

    .slider_product .item-product-organsation {
        background-image: url(../images/06_Organisation.jpg);
        width: 100%;
    }

    .slider_product .item-product-others {
        background-image: url(../images/07_Others.jpg);
        width: 100%;
    }

    .slider_product .item-product-all-products {
        background-image: url(../images/ALL.jpg);
        width: 100%;
    }
}

.slider_about .item-six {
    background-image: url(../images/about1.jpg);
}

.slider_about .item-seven {
    background-image: url(../images/about2.jpg);
}

.slider_about .item-eight {
    background-image: url(../images/about3.jpg);
}

.sliderabce .item-nine {
    background-image: url(../images/abce.png);
}

.sliderabc .item-ten {
    background-image: url(../images/abc.png);
}

.slidercontacts .item-11 {
    background-image: url(../images/contacts_slider.jpg);
}

.slidercompany .item-company {
    background-image: url(../images/company_slider.png);
}

.slider_e3 .item_e3{
    background-image: url(../images/innovation/e3-9.jpg);
}

.sliderinnovation1 .captioninnovation1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: 100%;
    color: #fff;
    padding: 4em 0 0 2em;
}

.sliderinnovation1 .iteminnovation1 {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 700px;
}

.sliderinnovation1 .item-12 {
    background-image: url(../images/innovation_img1.jpg);
}

.slider .item-second .section-btn {
    background: #292929;
}

.slider .item-second .section-btn:hover {
    background: #ffffff;
}

.slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
}

.slider .item-third .section-btn:hover,
.slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
}



/*---------------------------------------
      ABOUT
  -----------------------------------------*/

#about {
    padding-bottom: 0;
}

#about .home_icon_div {
    float: left;
    width: 70px;
    height: 120px;
}

#about .home_custom_div{
    margin-top: -70px;
}

.home_customized_img{
    max-width: 100%;
    margin-top: 100px;
}

@media only screen and (max-width: 600px) {
    #about h2 {
        text-align: left;
    }

    #about .home_icon_div {
        float: left;
        width: 80px;
        height: 145px;
    }

    #about .home_custom_div{
        margin-top: -270px;
    }

    .home_customized_img{
        max-width: 100%;
        margin-top: 0;
    }

}

@media only screen and (min-width: 1200px){
    .about-info .section-title {
        padding-bottom: 20px;
        width: 400px;
    }
	
	.location-info .section-title {
        padding-bottom: 20px;
        width: 600px;
    }
	
}

@media only screen and (max-width: 375px) {

    #about .home_icon_div {
        float: left;
        width: 80px;
        height: 170px;
    }

}

.about-info, .location-info {
    padding: 0 6em 5em 0;
}

.about-info .section-title, .location-info .section-title {
    padding-bottom: 20px;
}

.about-image {
    position: absolute;
}

.about-image123 {
    margin-bottom: 50px;
}

/*---------------------------------------
      TEAM
  -----------------------------------------*/

#team {
    background: #fff;
    padding-bottom: 0;
}

.team-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.team-info {
    padding: 10px 30px 20px 30px;
}

.team-thumb .team-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
}

.team-thumb:hover .team-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
}

.team-thumb img {
    transition: 0.5s 0.2s;
}

.team-thumb:hover img {
    transform: scale(1.2);
}

.team-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
}

.team-thumb .team-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.team-item h4 {
    color: #ffffff;
}

.team-info p {
    color: #bfbdbd;
    font-size: 12px;
    font-family: 'Geomanist', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
}

.card {
    transition: 0.3s;
    max-width: 100%;
    height: 450px;
    border-radius: 25px;
    background-color: #101d39;
    color: #FFF;
    padding-bottom: 23px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.banner-articles123{
    max-width: 100%; 
    margin-top: 50px;
}

.card_education {
    transition: 0.3s;
    width: 100%;
    height: 380px;
    border-radius: 25px;
    color: #FFF;
    padding-bottom: 23px;
    text-align: center;
    margin-bottom: 50px;
}

.product_card_h3 {
    font-size: 15px;
    color: #434343;
    font-family: 'Geomanist', sans-serif;
    text-transform: uppercase;
}

.product_card_p {
    font-size: 14px;
    color: #757575;
    font-family: 'Geomanist_r', sans-serif;
    margin-top: -5px;

}

.card_education:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card_education2 {
    transition: 0.3s;
    width: 100%;
    height: 320px;
    border-radius: 25px;
    color: #FFF;
    padding-bottom: 10px;
    text-align: center;
}

.card_education2:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 700px){
    .card_education2:hover {
        box-shadow: none;
    }
}





.card_text {
    text-align: center;
    color: #fff;
    line-height: inherit;
    text-align: left;
    padding-left: 20px;
    font-family: Geomanist_r;
}

.card_btn {
    color: #ce3232;
    font-size: 15px;
    font-family: 'Geomanist', sans-serif;
    float: left;
    text-align: center;
    padding-left: 20px;
}

.card_btn1 {
    color: #ce3232;
    font-size: 15px;
    font-family: 'Geomanist', sans-serif;
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-top: 0px;
}

.card_btn2 {
    color: #ce3232;
    font-size: 15px;
    font-family: 'Geomanist', sans-serif;
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-top: 25px;
}

@media only screen and (max-width: 900px) {
    .card_btn2 {
        padding-top: 0;
    }

    .card {
        max-width: 100%;
        height: 100%;
    }
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card_container {
    padding: 2px 16px;
}

.img-responsive {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    max-width: 100%;
    padding-bottom: 15px;
}

.card_education2 {
    transition: 0.3s;
    max-width: 100%;
    height: 320px;
    border-radius: 25px;
    color: #FFF;
    padding-bottom: 10px;
    text-align: center;
}


/*---------------------------------------
      Contact
  -----------------------------------------*/

#contact {
    padding-bottom: 0;
}

@media only screen and (max-width: 900px) {
    #contact {
        text-align: center;
    }
}


/*---------------------------------------
      Table
  -----------------------------------------*/

#table {
    padding-bottom: 40px;
}

@media only screen and (max-width: 900px) {
    #table {
        text-align: left;
        margin-top: -50px;
    }
}

/*---------------------------------------
      Partner
  -----------------------------------------*/

#partner {
    padding-bottom: 20px;
    margin-top: 0px;
}

#partner1{
    padding-bottom: 0px;
    margin-top: 50px;
}

#partner1 p {font-size:13px;}

#partner1-home{
    padding-bottom: 0px;
    margin-top: 50px;
}

#partner1-home p {font-size:18px;}

 
@media only screen and (min-width: 320px){
    #allindustries{
        margin-top: -50px;
        margin-bottom: 0;
    }

    #custom_solution {
        margin-top: 80px;
        margin-bottom: 150px;
        text-align: left;
    }

    #custom_solution h2 {
        text-align: left;
    }

    #custom_solution .home_icon_div {
        float: left;
        width: 80px;
        height: 250px;
    }

    #custom_solution .home_custom_div{
        margin-top: -270px;
    }

    .home_customized_img{
        max-width: 100%;
        margin-top: 0;
    }
}

@media only screen and (min-width: 414px){

    #allindustries{
        margin-top: -50px;
        margin-bottom: 0px;
    }

    #custom_solution {
        margin-top: 0;
        margin-bottom: 150px;
        text-align: left;
    }

}

@media only screen and (min-width: 768px){
    #custom_solution .home_icon_div {
        float: left;
        width: 80px;
        height: 120px;
    }
}

@media only screen and (min-width: 800px){
    #allindustries{
        margin-top: -50px;
        margin-bottom: -120px;
    }

    #custom_solution {
        margin-bottom: -100px;
    }

    #custom_solution .home_icon_div {
    float: left;
    width: 70px;
    height: 140px;
    }

    #custom_solution .home_custom_div{
        margin-top: -70px;
    }

    .home_customized_img{
        max-width: 100%;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 800px) {

    #partner h2 {
        text-align: left;
    }

    #partner p {
        text-align: left;
    }

    #partner {
        padding-bottom: 0px;
        margin-top: -180px;
    }

    #partner1{
        padding-bottom: 20px;
        margin-top: 0px;
    }

    #partner1 h2 {
        text-align: left;
    }

    #partner1 p {
        text-align: left;
    }

}

.partner_img {
    width: 15%;
    margin-right: 15px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .partner_img {
        padding-right: 0;
        width: 25%;
    }
}


/*---------------------------------------
      Partner
  -----------------------------------------*/

#card2929 {
    padding-bottom: 0;
    margin-top: 0;
}

#card2929 .ourpeople-core-redbar{
    float: left; 
    padding-top: 6px; 
    padding-right: 20px;
}

@media only screen and (max-width: 800px) {

    #card2929 {
        padding-bottom: 0;
        margin-top: -60px;
        left: -20px;
    }

    #card2929 h2 {
        text-align: left;
    }

     #card2929 p {
        text-align: left;
    }

    #card2929 .ourpeople-core-redbar{
        display: none;
    }
}

/*---------------------------------------
     FOOTER
  -----------------------------------------*/

footer {
    background: #f2f2f2;
    padding: 20px 0;
    padding-bottom: 10px;
}

footer .section-title {
    padding-bottom: 10px;
}

footer .csection-title {
    padding-bottom: 10px;
    margin-left: 20%;
}

footer h2 {
    font-size: 15px;
}

footer a,
footer p {
    color: #909090;
}

footer strong {
    color: #d9d9d9;
}

footer address p {
    margin-bottom: 0;
}

.footer-info,
footer .social-icon {
    margin-top: 20px;
}

.copyright-text p {
    background: #f2f2f2;
    color: #000;
    padding-left: 180px;
    font-size: 12px;
}

.copyright-text-company p {
    background: #f2f2f2;
    color: #000;
    padding-left: 130px;
    font-size: 12px;
}

.footer_copy123 {
    padding-left: 150px;
}

.footer_h2{
    padding-bottom: 20px;
    color: #464646;
    font-family: 'Geomanist', sans-serif;
}

.footer_h4{
    color: #464646; 
    font-family: 'Geomanist', sans-serif;
}
/*---------------------------------------
     RESPONSIVE STYLES
  -----------------------------------------*/


@media only screen and (max-width: 900px) {
    .about-info {
        padding-right: 0;
    }
    .location-info {
        padding-right: 0;
    }
    .about-image {
        position: relative;
    }

    .about-image123 {
        position: relative;
        margin-bottom: 0;
    }
}


@media only screen and (max-width: 900px) {
    section {
        padding: 60px 0;
    }

    .section-btn {
        margin-left: 1em;
    }

    .slider .item {
        background-position: center;
    }

    .about-info {
        padding: 0;
    }
    .location-info {
        padding: 0;
    }
	
    .team-info {
        margin-bottom: 50px;
    }

    #menu .menu-thumb {
        width: 103%;
    }

    #testimonial {
        background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
        margin-bottom: 25px;
        text-align: center;
    }

    .copyright-text p {
        background: #f2f2f2 ;
        color: #000;
        padding-left: 0;
        font-size: 12px;
        text-align: center;
    }

    .footer-info{
        padding-left: 0;
    }

    .copyright-text-company p {
        background: #f2f2f2;
        color: #000;
        padding-left: 0;
        font-size: 12px;
        text-align: center;
    }

    .footer_copy123 {
        padding-left: 0;
    }


    .email_form {
        /* This bit sets up the horizontal layout */
        display: flex;
        flex-direction: row;
        /* This bit draws the box around it */
        border: 1px solid white;
        /* I've used padding so you can see the edges of the elements. */
        padding: 2px;
        border-radius: 50px;
        background-color: #fff;
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .cemail_form {
        /* This bit sets up the horizontal layout */
        display: flex;
        flex-direction: row;
        /* This bit draws the box around it */
        border: 1px solid white;
        /* I've used padding so you can see the edges of the elements. */
        padding: 2px;
        border-radius: 50px;
        background-color: #fff;
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    footer .csection-title {
        padding-bottom: 10px;
        margin-left: 0;
    }
}



@media only screen and (max-width: 767px) {
    h1 {
        font-size: 2.5em;
    }

    h1,
    h2,
    h3 {
        line-height: normal;
    }

    .slider .caption {
        padding: 0;
    }

    .menu-thumb .menu-info {
        top: 80%;
    }

    footer {
        padding: 60px 0;
        padding-bottom: 60px;
    }
}


@media only screen and (max-width: 580px) {
    h1 {
        font-size: 2.1em;
    }

    h2 {
        font-size: 1.8em;
    }

    .menu-thumb .menu-info {
        top: 60%;
    }
}


.blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    font-family: 'Geomanist', sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}

.about_card {
    padding-top: 50px;
    height: 300px;
}

.details {
	border-radius:25px;
}


@media only screen and (max-width: 900px) {
    .about_card {
        padding-top: 50px;
        height: 100%;
        max-width: 100%;
    }
}

.blog-card a {
    color: inherit;
}

.blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
}

.blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s;
}


.blog-card .details,
.blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

.blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left 0.2s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
}

.blog-card .details a {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline;
}

.blog-card .details ul li {
    display: inline-block;
}

.blog-card .details .author:before {
    font-family: 'Geomanist', sans-serif;
    margin-right: 10px;
    content: "";
}

.blog-card .details .date:before {
    font-family: 'Geomanist', sans-serif;
    margin-right: 10px;
    content: "";
}

.blog-card .details .tags ul:before {
    font-family: 'Geomanist', sans-serif;
    content: "";
    margin-right: 10px;
}

.blog-card .details .tags li {
    margin-right: 2px;
}

.blog-card .details .tags li:first-child {
    margin-left: -4px;
}

.blog-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
}

.blog-card .description h1,
.blog-card .description h2 {
    font-family: 'Geomanist', sans-serif;
}

.blog-card .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem;
}

.blog-card .description h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px;
}

.blog-card .description .read-more {
    text-align: left;
}

.blog-card .description .read-more a {
    color: #ce3232;
    font-family: 'Geomanist', sans-serif;
    display: inline-block;
    position: relative;
    width: 200px;
}

.blog-card .description .read-more a:after {
    content: "";
    font-family: 'Geomanist', sans-serif;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin 0.3s, opacity 0.3s;
}

.blog-card .description .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
}

.blog-card p {
    position: relative;
    margin: 1rem 0 0;
}

.blog-card p:first-of-type {
    margin-top: 1.25rem;
}

.blog-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 35px;
    top: -0.75rem;
    border-radius: 3px;
}

.blog-card:hover .details {
    left: 0%;
}

@media (min-width: 640px) {
    .blog-card {
        flex-direction: row;
        max-width: 700px;
    }

    .blog-card .meta {
        flex-basis: 40%;
        height: auto;
    }

    .blog-card .description {
        flex-basis: 60%;
    }

    .blog-card .description:before {
        transform: skewX(-3deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .blog-card.alt {
        flex-direction: row-reverse;
    }

    .blog-card.alt .description:before {
        left: inherit;
        right: -10px;
        transform: skew(3deg);
    }

    .blog-card.alt .details {
        padding-left: 25px;
    }
}

.s2 {
    left: 15%;
}

.s3 {
    left: 0%;
}


/* Float four columns side by side */
.column_contacts {
    width: 100%;
    padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row_contacts {
    margin: 0 -5px;
	color:#ffffff;
	font-size:20px;
	font-weight:100;
	font-family: 'Geomanist_r', sans-serif;
}



/* Clear floats after the columns */
.row_contacts:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

/* Style the counter cards */
.card_contacts {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: left;
    background-color: #101d39;
    padding-left: 30px;
    margin-bottom: 5%;
    border-radius: 25px;
    height: 380px;
}

.card_locations {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: left;
    background-color: #101d39;
    padding-left: 30px;
    margin-bottom: 5%;
    border-radius: 25px;

}

.card_locations h3 {color:#ffffff}

.card_locations p {margin-top:20px;}

.contacts_button {
    background: #fff;
    border-radius: 0;
    border: 0;
    color: #000;
    font-size: 13px;
    font-family: 'Geomanist', sans-serif;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
    border-radius: 15px;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-right: 20px;
    text-align: left;
	width:200px;
	text-align:center;
}

.waze {margin-top:-20px;}

.contacts_button:hover {
    color: #000;
}

.card_contacts_h3{
    color: #c73032;
}

.card_contacts_p{
    color: #ffffff;
    text-decoration: none;
}

#contact_banner_section{
    padding: 100px 0 0;
}

.contacts_form{
    width: 100%;
    margin-top: -35px;
    border-radius:25px;
	margin-bottom:10px;

}


.contacts_form input{
	color:#000000;
	font-size:18px;
	font-family: 'Geomanist_r', sans-serif;
	padding-left:20px;
}

.contacts_form textarea {
	color:#000000;
	font-size:18px;
	font-family: 'Geomanist_r', sans-serif;
	padding-left:40px;
	text-indent: 10px;
	border:1px solid #d5d5d5;
	border-radius:4px;
}

.contacts_form select{
	color:#000000;
	font-size:18px;
	font-family: 'Geomanist_r', sans-serif;
	text-indent: 10px;
}


.contacts_form button {
	float:left;
}

.contacts_form .fa-long-arrow-right {
	float:right;
	padding-top:4px;
}


.contact-page-send-btn {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
    border-radius: 50px;
    width: 30%;
    text-align: left;
	margin-top:15px;
}

.contact-page-send-btn-c{
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
    border-radius: 50px;
    width: 30%;
    text-align: left;
}

/* Responsive columns */
@media screen and (max-width: 450px) {

    #contact_banner_section{
        padding: 65px 0 0;
    }

    .contacts_form{
        width: 100%;
        margin-top: 0;
    }

    .column_contacts {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }

    .card_contacts {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        text-align: left;
        background-color: #101d39;
        padding-left: 30px;
        margin-bottom: 5%;
        border-radius: 25px;
        height: 470px;
    }

    .contact-page-send-btn {
        width: 55%;
        text-align: left;
    }

    .contact-page-send-btn-c {
        width: 55%;
        text-align: left;
    }
    
    .card_contacts_h3{
        color: #c73032;
    }

    .card_contacts_p{
        color: #fff;
    }
}   

.slider__item {
    transition: all 0.3s ease;
    -webkit-transition-timing-function:
        cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-timing-function:
        cubic-bezier(0.4, 0.0, 0.2, 1);
}

#slide-1:checked~.slider__holder .slider__item--1 {
    position: relative;
    z-index: 2;
    transform: translate(-110px) scale(1);
}

@media (max-width: 900px) {
    #slide-1:checked~.slider__holder .slider__item--1 {
        width: 200px;
        transform: translate(0px) scale(1);
    }
}

#slide-2:checked~.slider__holder .slider__item--1 {
    z-index: 1;
    transform: translateX(-250px) scale(0.95);
}

@media (max-width: 900px) {
    #slide-2:checked~.slider__holder .slider__item--1 {
        width: 200px;
        z-index: 1;
        transform: translateX(-20px) scale(0.85);
    }
}

#slide-3:checked~.slider__holder .slider__item--1 {
    z-index: 0;
    transform: translateX(-250px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-3:checked~.slider__holder .slider__item--1 {
        display: none;
    }
}

#slide-4:checked~.slider__holder .slider__item--1 {
    z-index: -1;
    opacity: 0;
    transform: translateX(-250px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-4:checked~.slider__holder .slider__item--1 {
        display: none;
    }
}

#slide-5:checked~.slider__holder .slider__item--1 {
    z-index: -1;
    opacity: 0;
    transform: translateX(-250px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-5:checked~.slider__holder .slider__item--1 {
        display: none;
    }
}

#slide-6:checked~.slider__holder .slider__item--1 {
    z-index: -1;
    opacity: 0;
    transform: translateX(-250px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-6:checked~.slider__holder .slider__item--1 {
        display: none;
    }
}

#slide-1:checked~.slider__holder .slider__item--2 {
    z-index: 1;
    transform: translateX(200px) scale(1);
}

@media (max-width: 900px) {
    #slide-1:checked~.slider__holder .slider__item--2 {
        width: 200px;
        z-index: 1;
        transform: translateX(80px) scale(0.85);
    }
}

#slide-2:checked~.slider__holder .slider__item--2 {
    position: relative;
    z-index: 2;
    transform: translate(50px) scale(1);
}

@media (max-width: 900px) {
    #slide-2:checked~.slider__holder .slider__item--2 {
        width: 200px;
        position: relative;
        z-index: 2;
        transform: translate(50px) scale(1);
    }
}

#slide-3:checked~.slider__holder .slider__item--2 {
    z-index: 1;
    transform: translateX(-250px) scale(0.95);
}

@media (max-width: 900px) {
    #slide-3:checked~.slider__holder .slider__item--2 {
        width: 200px;
        z-index: 1;
        transform: translateX(-20px) scale(0.85);
    }
}

#slide-4:checked~.slider__holder .slider__item--2 {
    z-index: 0;
    transform: translateX(-250px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-4:checked~.slider__holder .slider__item--2 {
        display: none;
    }
}

#slide-5:checked~.slider__holder .slider__item--2 {
    z-index: -1;
    opacity: 0;
    transform: translateX(-250px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-5:checked~.slider__holder .slider__item--2 {
        display: none;
    }
}

#slide-6:checked~.slider__holder .slider__item--2 {
    z-index: -1;
    opacity: 0;
    transform: translateX(-250px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-6:checked~.slider__holder .slider__item--2 {
        display: none;
    }
}

#slide-1:checked~.slider__holder .slider__item--3 {
    z-index: 0;
    transform: translateX(510px) scale(1);
}

@media (max-width: 900px) {
    #slide-1:checked~.slider__holder .slider__item--3 {
        width: 200px;
        z-index: 0;
        transform: translateX(140px) scale(0.65);
    }
}

#slide-2:checked~.slider__holder .slider__item--3 {
    z-index: 1;
    transform: translateX(350px) scale(0.95);
}

@media (max-width: 900px) {
    #slide-2:checked~.slider__holder .slider__item--3 {
        width: 200px;
        z-index: 1;
        transform: translateX(130px) scale(0.85);
    }
}

#slide-3:checked~.slider__holder .slider__item--3 {
    position: relative;
    z-index: 2;
    transform: translate(50px) scale(1);

}

@media (max-width: 768px) {
    #slide-3:checked~.slider__holder .slider__item--3 {
        width: 200px;
    }
}

#slide-4:checked~.slider__holder .slider__item--3 {
    z-index: 1;
    transform: translateX(-250px) scale(0.95);
}

@media (max-width: 900px) {
    #slide-4:checked~.slider__holder .slider__item--3 {
        width: 200px;
        z-index: 1;
        transform: translateX(-20px) scale(0.85);
    }
}

#slide-5:checked~.slider__holder .slider__item--3 {
    z-index: 0;
    transform: translateX(-250px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-5:checked~.slider__holder .slider__item--3 {
        display: none;
    }
}

#slide-6:checked~.slider__holder .slider__item--3 {
    z-index: 0;
    transform: translateX(-250px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-6:checked~.slider__holder .slider__item--3 {
        display: none;
    }
}

#slide-1:checked~.slider__holder .slider__item--4 {
    z-index: -1;
    opacity: 0;
    transform: translateX(350px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-1:checked~.slider__holder .slider__item--4 {
        display: none;
    }
}

#slide-2:checked~.slider__holder .slider__item--4 {
    z-index: 0;
    transform: translateX(350px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-2:checked~.slider__holder .slider__item--4 {
        display: none;
    }
}

#slide-3:checked~.slider__holder .slider__item--4 {
    z-index: 1;
    transform: translateX(350px) scale(0.95);
}

@media (max-width: 900px) {
    #slide-3:checked~.slider__holder .slider__item--4 {
        width: 200px;
        z-index: 1;
        transform: translateX(130px) scale(0.85);
    }
}

#slide-4:checked~.slider__holder .slider__item--4 {
    position: relative;
    z-index: 2;
    transform: translate(50px) scale(1);
}

@media (max-width: 900px) {
    #slide-4:checked~.slider__holder .slider__item--4 {
        width: 200px;
        position: relative;
        z-index: 2;
        transform: translate(50px) scale(1);
    }
}

#slide-5:checked~.slider__holder .slider__item--4 {
    z-index: 1;
    transform: translateX(-250px) scale(0.95);
}

@media (max-width: 900px) {
    #slide-5:checked~.slider__holder .slider__item--4 {
        width: 200px;
        z-index: 1;
        transform: translateX(-20px) scale(0.85);
    }
}

#slide-6:checked~.slider__holder .slider__item--4 {
    z-index: 1;
    transform: translateX(-250px) scale(0.85);
}

@media (max-width: 900px) {
    #slide-6:checked~.slider__holder .slider__item--4 {
        display: none;
    }
}

#slide-1:checked~.slider__holder .slider__item--5 {
    z-index: -1;
    opacity: 0;
    transform: translateX(300px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-1:checked~.slider__holder .slider__item--5 {
        display: none;
    }
}

#slide-2:checked~.slider__holder .slider__item--5 {
    z-index: -1;
    opacity: 0;
    transform: translateX(300px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-2:checked~.slider__holder .slider__item--5 {
        display: none;
    }
}

#slide-3:checked~.slider__holder .slider__item--5 {
    z-index: 0;
    transform: translateX(350px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-3:checked~.slider__holder .slider__item--5 {
        display: none;
    }
}

#slide-4:checked~.slider__holder .slider__item--5 {
    z-index: 1;
    transform: translateX(350px) scale(0.95);
}

@media (max-width: 900px) {
    #slide-4:checked~.slider__holder .slider__item--5 {
        width: 200px;
        z-index: 1;
        transform: translateX(130px) scale(0.85);
    }
}

#slide-5:checked~.slider__holder .slider__item--5 {
    position: relative;
    z-index: 2;
    transform: translate(50px) scale(1);
}

@media (max-width: 900px) {
    #slide-5:checked~.slider__holder .slider__item--5 {
        width: 200px;
        position: relative;
        z-index: 2;
        transform: translate(50px) scale(1);
    }
}

#slide-6:checked~.slider__holder .slider__item--5 {
    z-index: 1;
    transform: translateX(-250px) scale(0.95);
}

@media (max-width: 900px) {
    #slide-6:checked~.slider__holder .slider__item--5 {
        width: 200px;
        z-index: 1;
        transform: translateX(-20px) scale(0.85);
    }
}

#slide-1:checked~.slider__holder .slider__item--6 {
    z-index: -1;
    opacity: 0;
    transform: translateX(350px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-1:checked~.slider__holder .slider__item--6 {
        display: none;
    }
}

#slide-2:checked~.slider__holder .slider__item--6 {
    z-index: -1;
    opacity: 0;
    transform: translateX(350px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-2:checked~.slider__holder .slider__item--6 {
        display: none;
    }
}

#slide-3:checked~.slider__holder .slider__item--6 {
    z-index: 0;
    transform: translateX(350px) scale(0.65);
}

@media (max-width: 900px) {
    #slide-3:checked~.slider__holder .slider__item--6 {
        display: none;
    }
}

#slide-4:checked~.slider__holder .slider__item--6 {
    z-index: -1;
    transform: translateX(350px) scale(0.85);
}

@media (max-width: 900px) {
    #slide-4:checked~.slider__holder .slider__item--6 {
        display: none;
    }
}

#slide-5:checked~.slider__holder .slider__item--6 {
    z-index: 1;
    transform: translateX(350px) scale(0.95);
}

@media (max-width: 900px) {
    #slide-5:checked~.slider__holder .slider__item--6 {
        width: 200px;
        z-index: 1;
        transform: translateX(130px) scale(0.85);
    }
}

#slide-6:checked~.slider__holder .slider__item--6 {
    position: relative;
    z-index: 2;
    transform: translate(50px) scale(1);
}

@media (max-width: 900px) {
    #slide-6:checked~.slider__holder .slider__item--6 {
        width: 200px;
        position: relative;
        z-index: 2;
        transform: translate(50px) scale(1);
    }
}

/*--------------------------------------------------------------
3.0 Bullets
--------------------------------------------------------------*/
.bullets__item {
    transition: all 0.2s ease;
}

#slide-1:checked~.bullets .bullets__item--1 {
    background: #FFF;
}

#slide-2:checked~.bullets .bullets__item--2 {
    background: #FFF;
}

#slide-3:checked~.bullets .bullets__item--3 {
    background: #FFF;
}

#slide-4:checked~.bullets .bullets__item--4 {
    background: #FFF;
}

#slide-5:checked~.bullets .bullets__item--5 {
    background: #FFF;
}

#slide-6:checked~.bullets .bullets__item--6 {
    background: #FFF;
}

.slider-indus-img {
    width: 300px;
    height: 450px;
}

@media (max-width: 900px) {
    .slider-indus-img {
        width: 200px;
        height: 270px;
    }
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Card
2.0 Slider
3.0 Bullets
4.0 Section
5.0 Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Card
--------------------------------------------------------------*/
.card1234 {
    position: relative;
    display: block;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
2.0 Slider
--------------------------------------------------------------*/
.slider123 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider__radio {
    display: none;
}

.slider__holder {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
}

@media (max-width: 900px) {
    .slider__holder {
        max-width: 300px;
    }
}

@media (max-width: 600px) {
    .slider__holder {
        margin-top: 60px;
    }
}

.slider__item {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    opacity: 1;
    cursor: pointer;
}

.slider__item-content {
    padding: 20px;
}

/*@media (max-width: 600px) {
  .slider__item {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 50%;
    opacity: 1;
    cursor: pointer;
    margin-bottom: 50%;
  }
}*/


.slider__item-text {
    padding: 10px 0;
    font-size: 14px;
}

.slider-text123 {
    font-family: Geomanist;
    font-size: 24px;
    color: #c63031;
}

.slider-icon123 {
    font-size: 20px;
    color: #c63031;
    font-weight: 500;
}

.slider-icon123:hover {
    font-size: 20px;
    color: #000;
    font-family: 'Geomanist', sans-serif;
}

@media (max-width: 600px) {
    .slider__item-content {
        padding: 32px 32px;
    }

    .slider__item-text {
        padding: 0;
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .slider__item-content {
        padding: 40px 24px;
    }
}

.slideshow_home {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
    width: 80%;
    height: 515px;
}

.slideshow_home-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slideshow_home-item img {
    display: block;
    margin: auto;
}

.slideshow_home_img {
    width: 823px;
    height: 515px;
}

.arrow1 {
    position: absolute;
    top: 90%;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: 'Geomanist', sans-serif;
}

.arrow1:hover {
    position: absolute;
    top: 90%;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: 'Geomanist', sans-serif;
}

.arrow1-next {
    right: 130%;
    background-color: #b3b3b3;
}

.arrow1-prev {
    left: -43%;
    background-color: #dedede;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .slider__item-text {
        padding-right: 20px;
        font-size: 13px;
        text-align: left;
    }

    .slider-text123 {
        font-family: Geomanist;
        font-size: 26px;
        color: #ce3030;
        text-align: left;
    }

    .slideshow_home {
        background: #fff;
        border-radius: 4px;
        width: 80%;
        height: 250px;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .slider-icon123 {
        font-size: 20px;
        color: #c63031;
        font-weight: 500;
        margin-right: 40px;
    }

    .slideshow_home_img {
        max-width: 100%;
        max-height: 200px;
    }

    .arrow1 {
        position: absolute;
        top: 0;
        display: block;
        width: 38px;
        height: 38px;
        border-radius: 5px;
        color: #fff;
        font-size: 30px;
        text-align: center;
        font-family: 'Geomanist', sans-serif;
    }

    .arrow1:hover {
        position: absolute;
        top: 0;
        display: block;
        width: 38px;
        height: 38px;
        border-radius: 5px;
        color: #fff;
        font-size: 30px;
        text-align: center;
        font-family: 'Geomanist', sans-serif;
    }

    .arrow1-next {
        right: 0;
        background-color: #b3b3b3;
    }

    .arrow1-prev {
        left: 0;
        background-color: #dedede;
    }
}

.progress {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #000;
    font-family: sans-serif;
    background-color: #fff;
}


[id^="target"] {
    display: none;
}

.item-1 {
    z-index: 2;
    opacity: 1;
}

*:target~.item-1 {
    opacity: 0;
}

#target-1:target~.item-1 {
    opacity: 1;
}

#target-2:target~.item-2,
#target-3:target~.item-3,
#target-4:target~.item-4,
#target-5:target~.item-5,
#target-6:target~.item-6,
#target-7:target~.item-7,
#target-8:target~.item-8 {
    z-index: 3;
    opacity: 1;
}

/*.item-1 {
  -webkit-animation: slideshow 16s ease 0s infinite;
          animation: slideshow 16s ease 0s infinite;
}
.item-2 {
  -webkit-animation: slideshow 16s ease 4s infinite;
          animation: slideshow 16s ease 4s infinite;
}
.item-3 {
  -webkit-animation: slideshow 16s ease 8s infinite;
          animation: slideshow 16s ease 8s infinite;
}
.item-4 {
  -webkit-animation: slideshow 16s ease 12s infinite;
          animation: slideshow 16s ease 12s infinite;
}*/

#target-1:target~.item-1 {
    opacity: 1 !important;
    -webkit-animation: none;
    animation: none;
}

#target-1:target~.item-2,
#target-1:target~.item-3,
#target-1:target~.item-4,
#target-1:target~.item-5,
#target-1:target~.item-6,
#target-1:target~.item-7,
#target-1:target~.item-8 {
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}

#target-2:target~.item-2 {
    opacity: 1 !important;
    -webkit-animation: none;
    animation: none;
}

#target-2:target~.item-1,
#target-2:target~.item-3,
#target-2:target~.item-4,
#target-2:target~.item-5,
#target-2:target~.item-6,
#target-2:target~.item-7,
#target-2:target~.item-8 {
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}

#target-3:target~.item-3 {
    opacity: 1 !important;
    -webkit-animation: none;
    animation: none;
}

#target-3:target~.item-1,
#target-3:target~.item-2,
#target-3:target~.item-4,
#target-3:target~.item-5,
#target-3:target~.item-6,
#target-3:target~.item-7,
#target-3:target~.item-8 {
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}

#target-4:target~.item-4 {
    opacity: 1 !important;
    -webkit-animation: none;
    animation: none;
}

#target-4:target~.item-1,
#target-4:target~.item-2,
#target-4:target~.item-3,
#target-4:target~.item-5,
#target-4:target~.item-6,
#target-4:target~.item-7,
#target-4:target~.item-8 {
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}

#target-5:target~.item-5 {
    opacity: 1 !important;
    -webkit-animation: none;
    animation: none;
}

#target-5:target~.item-1,
#target-5:target~.item-2,
#target-5:target~.item-3,
#target-5:target~.item-4,
#target-5:target~.item-6,
#target-5:target~.item-7,
#target-5:target~.item-8 {
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}

#target-6:target~.item-6 {
    opacity: 1 !important;
    -webkit-animation: none;
    animation: none;
}

#target-6:target~.item-1,
#target-6:target~.item-2,
#target-6:target~.item-3,
#target-6:target~.item-4,
#target-6:target~.item-5,
#target-6:target~.item-7,
#target-6:target~.item-8 {
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}

#target-7:target~.item-7 {
    opacity: 1 !important;
    -webkit-animation: none;
    animation: none;
}

#target-7:target~.item-1,
#target-7:target~.item-2,
#target-7:target~.item-3,
#target-7:target~.item-4,
#target-7:target~.item-5,
#target-7:target~.item-6,
#target-7:target~.item-8 {
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}

#target-8:target~.item-8 {
    opacity: 1 !important;
    -webkit-animation: none;
    animation: none;
}

#target-8:target~.item-1,
#target-8:target~.item-2,
#target-8:target~.item-3,
#target-8:target~.item-4,
#target-8:target~.item-5,
#target-8:target~.item-6,
#target-8:target~.item-7 {
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes slideshow_home {

    0%,
    30%,
    100% {
        opacity: 0;
    }

    5%,
    25% {
        opacity: 1;
    }
}

@keyframes slideshow_home {

    0%,
    30%,
    100% {
        opacity: 0;
    }

    5%,
    25% {
        opacity: 1;
    }
}


.sidenav_right {
    height: 700px;
    width: 300px;
    position: sticky;
    float: right;
    z-index: 1;
    top: 100px;
    background-color: #101d39;
    overflow-x: hidden;
    padding-top: 100px;
    margin-top: 40px;
}

.sidenav_right a {
    padding: 15px 10px 15px 30px;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

.sidenav_right a:hover {
    color: #fff;
}

.sidenav_span123 {
    color: #fff;
    font-family: 'Geomanist_r', sans-serif;
}

.sidenav_span123_highlight img{
    filter: grayscale(100%) brightness(50%) sepia(100%) hue-rotate(-48deg) saturate(900%) contrast(1);
}

.sidenav_span123_highlight span{
    color: #fff;
    text-decoration: underline;
    font-family: 'Geomanist_r', sans-serif;
}

.main_right {
    margin-right: 20px;
    /* Same as the width of the sidenav */
    padding: 0px 10px;
}

@media (max-width: 900px) {
    .sidenav_right {
        display: none;
    }
}


.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.slider-wrapper div {
    position: relative;
}

.slider-wrapper {
    margin-top: 5vw;
    margin-left: 1vw;
}

.slide-image {
    height: 40vw;
    background-color: #000;
}

.slide-image img {
    width: 49vw;
    cursor: pointer;
}

.slide-content {
    width: 50vw;
    color: #000;
    padding: 4vw 18vw 3vw 9vw;
}

.slide-date {
    color: #0a8acb;
    font-size: 1.1vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    padding-bottom: 1.4vw;
}

.slide-title {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 1.8vw;
    text-align: left;
}

.slide-title2 {
    font-size: 24px;
    font-weight: 600;
    float: left;
    text-align: left;
}

.slide-text {
    font-size: 16px;
    opacity: 0.8;
    padding-bottom: 4vw;
    text-align: left;
}

.slide-more {
    font-weight: 400;
    letter-spacing: 0.1vw;
    float: left;
    font-size: 0.9vw;
}

.slide-bullet {
    width: 0.5vw;
    height: 0.5vw;
    background-color: #0b8bcc;
    border-radius: 200%;
    position: relative;
    margin-left: 1.2vw;
}

.slide-nav {
    margin-left: 64vw;
    margin-top: -5.5vw;
}

div.overlay-blue {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: 0.5s ease all;
}

.arrows {
    width: 3.5vw;
    margin-top: -200px;
    margin-left: 40vw;
    position: relative;
    color: #000;
}

.arrow {
    display: inline-block;
    position: absolute;
    width: 1.2vw;
    height: 1.2vw;
    background: transparent;
    text-indent: -9999px;
    border-top: 0.30vw solid #000;
    border-left: 0.30vw solid #000;
    transition: all 0.1s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}

.arrow:hover {
    border-color: #0a8acb;
    border-width: 0.25vw;
}

.arrow:before {
    display: block;
    height: 200%;
    width: 200%;
    margin-left: -50%;
    margin-top: -50%;
    content: "";
    transform: rotate(45deg);
}

.arrow.prev {
    transform: rotate(-45deg);
    left: 0;
}

.arrow.next {
    transform: rotate(135deg);
    right: 0;
}

.left-sidebar-text1 {
    padding-left: 10px;
    font-size: 15px;
    color: #acacac;
    font-family: 'Geomanist_r', sans-serif;
}

.left-sidebar-text2 {
    font-size: 15px;
    color: #000;
    font-family: 'Geomanist', sans-serif;
}


/*--------------------------------------------------------------
Megamenu
--------------------------------------------------------------*/

.custom-navbar1 {
    border: none;
    margin-bottom: 0;
    padding: 1px 0;
}

.menu-list1 h4 {
    font-size: 15px;
    color: #434343;
    font-family: 'Geomanist', sans-serif;
}

.menu-list1 p {
    font-size: 14px;
    color: #757575;
    font-family: 'Geomanist_r', sans-serif;
}


div ul,
div li {
    list-style: none;
    padding: 0;
    margin: 0;
}

div a {
    display: block;
    text-decoration: none;
}

div .a123 {
    text-decoration: none;
    display: inline-flex;
}

div .a1234 {
    text-decoration: none;
    display: inline-flex;
    float: right;
    margin-right: 0;
}

div a:hover,
div a:visited {
    text-decoration: none;
}

.menu-bar {
    background-color: #fff;
    display: flex;
    width: 100%;
    height: 100px;
    padding-left: 150px;

}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    height: 0px;
    background-color: #fff;
    opacity: 1;
    border-bottom: 2px solid #f0f0f0;
}



.logo_nav1 {
    padding-right: 0px;
    padding-bottom: 45px;
}

.menu-link {
    margin-top: 40px;
    padding: 3px 20px;
    background-color: transparent;
    margin-left: 5px;
    color: #000;
    font-size: 18px;
    transition: background 0.2s, color 0.2s;
    font-family: 'Geomanist', sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 1;
	
}

.menu-link-ino {
    margin-top: 40px;
    padding: 3px 20px;
    background-color: transparent;
    margin-left: 5px;
    color: #000;
    font-size: 18px;
    transition: background 0.2s, color 0.2s;
    font-family: 'Geomanist', sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 1;
	
	
}

@media all and (max-width: 1300px) {
    .menu-link {
        margin-top: 40px;
        padding: 3px 10px;
        background-color: transparent;
        margin-left: 5px;
        color: #000;
        font-size: 18px;
        transition: background 0.2s, color 0.2s;
        font-family: 'Geomanist', sans-serif;
        font-weight: 500;
        position: relative;
        z-index: 1;
		
    }

    .menu-link-ino {
        margin-top: 40px;
        padding: 3px 10px;
        background-color: transparent;
        margin-left: 5px;
        color: #000;
        font-size: 18px;
        transition: background 0.2s, color 0.2s;
        font-family: 'Geomanist', sans-serif;
        font-weight: 500;
        position: relative;
        z-index: 1;
		
    }
}

.mega_menu_p {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 190px;
    font-size: 14px;
    color: #757575;
}

.mega_menu_p1 {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 14px;
    color: #757575;
}

.mega_menu_p2{
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 115px;
    font-size: 14px;
    color: #757575;
}

.menu-link[aria-haspopup="true"] {
    padding-right: 40px;
	
}

.menu-link-ino[aria-haspopup="true"] {
    padding-right: 40px;
	
}

.menu-link[aria-haspopup="true"]:after {
    content: "";
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowRight.svg');
    background-size: 14px;
    width: 14px;
    height: 14px;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.menu-link-ino[aria-haspopup="true"]:after {
    content: "";
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowRight.svg');
    background-size: 14px;
    width: 14px;
    height: 14px;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.menu-link1 {
    padding: 12px 15px;
    background: #fff;
    color: #000;
    transition: background 0.2s, color 0.2s;
    font-family: 'Geomanist', sans-serif;
    position: relative;
    z-index: 1;
    margin-left: 55px;
}

.menu-link1-1 {
    padding: 12px 15px;
    background: #ffff;
    color: #000;
    transition: background 0.2s, color 0.2s;
    font-family: 'Geomanist', sans-serif;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-left: 55px;
}

.menu-link1-2 {
    padding: 12px 15px;
    background: #fff;
    color: #000;
    transition: background 0.2s, color 0.2s;
    font-family: 'Geomanist_r', sans-serif;
    position: relative;
    z-index: 1;
    margin-left: 55px;
}

.menu-link2 {
    padding: 12px 15px;
    background: #ffff;
    color: #000;
    transition: background 0.2s, color 0.2s;
    font-family: 'Geomanist', sans-serif;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-left: 55px;
}

.menu-link1[aria-haspopup="true"] {
    padding-right: 40px;
}

.menu-link1[aria-haspopup="true"]:hover:after{
    content: "";
    background-image: url('../images/icon/red-right-arrow.png');
    background-size: 15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 60%;
    transform: translateY(-50%);
}

.menu-link2[aria-haspopup="true"] {
    padding-right: 40px;
}

.menu-link2[aria-haspopup="true"]:hover:after{
    content: "";
    background-image: url('../images/icon/red-right-arrow.png');
    background-size: 15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 60%;
    transform: translateY(-50%);
}


.mega-menu-header {
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: 'Geomanist', sans-serif;
    color: #000;
}

.mega-menu {
    background: #fff;
    z-index: 10;
}

.mega-menu--multiLevel {
    flex-direction: column;
}


<!-- MOBILE VERSION -->
@media screen and (max-width: 756px) {

	.visible-xs {margin-bottom:-100px;}
    #contact h2 {float:left;text-align:center;}
	.section-title {margin-top:-100px;width:100%;}
	#li-About {border-bottom:none;}
	
	.wrap {margin-top:130px;}
	
}








@media all and (min-width: 951px) {
    .nav123 {
        background: #ffffff;
    }
    .nav123 .logo_nav1{
		margin-top:2px;
		
	}
	
    .nav123>div {
		background: #ffffff;
        width: 100%;
        margin: 0 auto;
        position: fixed;
    }
    
    .menu [aria-haspopup="true"]~ul {
        display: none;
    }

    .menu-bar {
        position: relative;
    }

    .menu-bar>li>[aria-haspopup="true"]:after {
        background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg');
    }

    .menu-bar>li>[aria-haspopup="true"]:hover:after {
        background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg');
    }

    .menu-bar>li>[aria-haspopup="true"]:focus~ul {
        display: flex;
        transform-origin: top;
        animation: dropdown 0.2s ease-out;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul:hover {
        display: flex;
    }

    .menu-bar>li:focus-within>[aria-haspopup="true"]~ul {
        display: flex;
    }

    .menu-bar>li>[aria-haspopup="true"]:focus,
    .menu-bar>li:focus-within>[aria-haspopup="true"],
    .menu-bar>li:hover>a {
        color: #c43030;
        /*border-bottom: 3px solid #c43030;*/
    }

    .menu-bar>li:hover>.logo-a {
        border-bottom: none;
    }

    .menu-bar>li>[aria-haspopup="true"]:focus:after,
    .menu-bar>li:focus-within>[aria-haspopup="true"]:after,
    .menu-bar>li:hover>a:after {
        background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowTop.svg');
    }

    .mega-menu {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        padding-bottom: 5px;
        /*height: 480px;*/
    }

    .mega-menu:hover {
        display: flex;
    }

    .mega-menu a:hover {
        border-radius: 25px;
        background: #f2f2f2;
        color: #c43030;
        font-family: 'Geomanist', sans-serif;
    }

    .mega-menu--multiLevel>li {
        margin-left: 5%;
        width: 33%;
    }

    .mega-menu--multiLevel>li>[aria-haspopup="true"]~ul {
        left: 33%;
        width: 22%;
    }

    .mega-menu--multiLevel>li>[aria-haspopup="true"]~ul ul {
        width: 245%;
        left: 100%;
    }

    /* Hover Menu */
    .mega-menu--multiLevel li:hover>[aria-haspopup="true"]~ul,
    .menu-bar li:hover>[aria-haspopup="true"]~ul {
        display: block;
        transform-origin: left;
        /*animation: fadeIn 1.8s ease-out;*/
    }

    .mega-menu--multiLevel li:focus-within>[aria-haspopup="true"]~ul, {
        display: block;
    }

    .mega-menu--multiLevel li:hover>[aria-haspopup="true"],
    .mega-menu--multiLevel li:focus-within>[aria-haspopup="true"],
    .mega-menu--multiLevel li:hover>a,
    .mega-menu--multiLevel li:focus-within>a {
        border-radius: 25px;
        background: #f2f2f2;
        color: #c43030;
        font-family: 'Geomanist', sans-serif;
    }

    .mega-menu--multiLevel .li123:hover>[aria-haspopup="true"],
    .mega-menu--multiLevel .li123:focus-within>[aria-haspopup="true"],
    .mega-menu--multiLevel .li123:hover>a,
    .mega-menu--multiLevel .li123:focus-within>a {
        border-radius: 25px;
        background: #fff;
        color: #c43030;
        font-family: 'Geomanist', sans-serif;
    }

    .li1234{
        margin-top: 35px;
    }

    .mega-menu--multiLevel [aria-haspopup="true"]~ul,
    .mega-menu--multiLevel [aria-haspopup="true"] {
        /*    border-left: 1px solid #f0f0f0;*/
    }

    .mega-menu--multiLevel [aria-haspopup="true"]~ul:hover,
    .mega-menu--multiLevel [aria-haspopup="true"]:hover {
        display: block;
    }

    .mega-menu--multiLevel [aria-haspopup="true"]~ul {
        position: absolute;
        top: 0;
        height: 100%;
    }

    .mega-menu--flat>* {
        flex: 1;
    }

    .mobile-menu-trigger,
    .mobile-menu-trigger-logo,
    .mobile-menu-header,
    .mobile-menu-back-item {
        display: none;
    }

    .mega_product1 {
        left: 50%;
        width: 100%;
    }

    .mega_product2 {
        width: 25%;
        float: left;
        margin-left: 20px;
    }

    .mega_product3 {
        margin-top: 20px;
        width: 300px;
        height: 250px;
    }

    .mega_product4 {
        width: 350px;
        height: 100px;
        text-align: left;
        margin-top: 30px;
    }

    .mega_product5 {
        width: 100%;
        float: left;
        margin-left: 0px;
    }

    .mega_product6 {
        margin-top: 5px;
        width: 100%;
        height: 245px;
    }

    .mega_product7 {
        width: 91%;
        height: 100px;
        padding-top: 50px;
        margin-left: 0;
        text-align: left;
    }

    .mega_product8 {
        width: 87%;
        height: 100px;
        margin-left: 0;
        text-align: left;
    }

    .mega_product_img {
        padding-top: 10px;
        float: left;
        max-width: 100%;
    }

    .nav-button {
        background: #ce3232;
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        border-radius: 50px;
        border: 2px solid #ce3232;
        cursor: pointer;
        margin-top: -15px;
        margin-left: 35px;
        width: 140px;
    }
 
    .nav-button2 {
	background: #ce3232;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #ce3232;
    cursor: pointer;
    margin-top: -15px;
    margin-left: 35px;
    width: 140px;
    }

	
    .megamenu-list {
        margin-top: 30px;
    }

    .nav-button:hover,
    .nav-button:focus {
        color: #ce3030;
        border: 2px solid #ce3030;
        background-color: #fff;
        text-decoration: none;
    }

	.nav-button2:hover,
    .nav-button2:focus {
        color: #28b33e;
        border: 2px solid #ce3030;
        text-decoration: none;
    }


    .mega_menu_footer {
        margin-top: 0;
        padding-left: 100px;
    }

    .megafooter3 {
        border-top: 1px solid #f0f0f0;
        margin-top: 200px;
		padding-top:23px;
    }
	
    .megafooter2 {
        border-top: 1px solid #f0f0f0;
        margin-top: 110px;
		padding-top:23px;
    }
	
	.megafooter1 {
        border-top: 1px solid #f0f0f0;
        margin-top: 160px;
		padding-top:23px;
    }

    .follow-us{
        color: #000; 
        font-size: 16px; 
        margin-left: 85px;
    }

}

@media all and (max-width: 950px) {

    .menu-link1-2 {
        padding: 10px 15px;
        background: #fff;
        color: #000;
        transition: background 0.2s, color 0.2s;
        font-family: 'Geomanist_r', sans-serif;
        position: relative;
        z-index: 1;
        margin-left: 100px;
    }

    .megafooter1 {
        border-top: 2px solid #d7d7d7;
        margin-top: 0;
    }

    .follow-us{
        color: #000; 
        font-size: 16px; 
        margin-left: 0;
    }

    .nav-button {
        background: #ce3232;
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        border-radius: 50px;
        border: 3px solid #ce3232;
        cursor: pointer;
        margin-top: -15px;
        margin-left: 0;
        width: 170px;
    }
	.nav-button2 {
        background: #64cd47;
        padding-top: 5px;
        padding-bottom: 5px;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        border-radius: 50px;
        border: 3px solid #28b33e;
        cursor: pointer;
        margin-top: -15px;
        margin-left: 0;
        width: 170px;
    }
	.nav-button2 img {width:30px;}
	

	
	/* Whatsapp button hover  */
    .nav-button2:hover,
    .nav-button2:focus {
        color: #fff;
        text-decoration: none;
    }
    div .a123 {
        text-decoration: none;
        display: inline-flex;
    }

    div .a1234 {
        text-decoration: none;
        display: inline-flex;
        float: right;
        margin-right: 0;
    }

    .menu-link {
        margin-top: 0;
        padding: 25px 15px;
        background-color: transparent;
        color: #000;
        font-size: 18px;
        transition: background 0.2s, color 0.2s;
        font-family: 'Geomanist', sans-serif;
        position: relative;
        z-index: 1;
    }

    .menu-link-ino {
        margin-top: 0;
        padding: 25px 15px;
        background-color: #fff;
        color: #000;
        font-size: 18px;
        transition: background 0.2s, color 0.2s;
        font-family: 'Geomanist', sans-serif;
        position: relative;
        z-index: 1;
    }

    .menu-bar {
        background-color: #fff;
        display: flex;
        width: 100% !important;
        padding-left: 25px;
    }

    .nav123 {
        padding: 20px;
    }

    .mega_menu_p {
        display: none;
    }

    .mega_menu_p1 {
        display: none;
    }

    .mega_product1 {
        left: 50%;
        width: 100%;
        display: none;
    }

    .mega_product2 {
        width: 20%;
        float: left;
        margin-left: 80px;
        display: none;
    }

    .mega_product3 {
        margin-top: 47px;
        width: 300px;
        height: 250px;
        display: none;
    }

    .mega_product4 {
        width: 200px;
        height: 100px;
        text-align: left;
        display: none;
    }

    .mega_product5 {
        width: 200px;
        height: 100px;
        text-align: left;
        display: none;
    }

    .mega_product6 {
        width: 200px;
        height: 100px;
        text-align: left;
        display: none;
    }

    .mega_product8 {
        width: 200px;
        height: 100px;
        text-align: left;
        display: none;
    }

    .mega_product7 {
        width: 200px;
        height: 100px;
        text-align: left;
        display: none;
    }


    .mega_product_img {
        padding-top: 25px;
        float: left;
        display: none;
    }

    .mobile-menu-trigger,
    .mobile-menu-trigger-logo,
    .mobile-menu-header,
    .mobile-menu-back-item {
        display: block;
    }

    .mobile-menu-trigger {
        background: none;
        color: #ffffff;
        width: 100%;
        border: 0;
        padding: 10px;
        font-size: 1.2em;
        border-radius: 4px;
    }

    .mobile-menu-header {
        order: -1;
        background: grey;
    }

    .mobile-menu-header a {
        padding: 20px 25px;
        color: #ffffff;
        visibility: visible;
    }



    /***** Mobile Menubar *****/
    .menu-bar {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 100%;
        height: 150vh;
        max-width: 100%;
        /*overflow-x: hidden;*/
        transition: left 0.3s;
        box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.25);
    }

    .menu-bar>li>[aria-haspopup="true"]~ul {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        position: absolute;
        left: 100%;
        top: 0;
        max-height: 100vh;
        width: 100%;
        transition: left 0.3s;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"] {
        font-size: 1.2em;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul a {
        padding-left: 0px;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul a {
        padding-left: 80px;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul [aria-haspopup="true"] {
        color: #2a2a2a;
    }

    .menu-link1[aria-haspopup="true"]:after {
        content: "+";
        background: none;
        font-size: 1em;
        font-weight: normal;
        height: 20px;
        line-height: 1;
    }

    .menu-link1[aria-haspopup="true"]:hover:after{
        content: "-";
        background-image: none;
        height: 20px;
        font-size: 1em;
        font-weight: normal;
        line-height: 1;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]~ul {
        max-height: 0px;
        transform-origin: top;
        transform: scaleY(0);
        transition: max-height 0.1s;
    }

    .mega-menu-content {
        padding: 20px 25px;
    }

    .mobile-menu-back-item {
        order: -1;
		margin-bottom:20px;
    }

    .mobile-menu-back-item a {
        background: #d9d9d9;
        color: #2a2a2a;
        max-height: calc(1.4em + 40px);
        margin-top: calc(0px - (1.4em + 40px));
        pointer-events: none;
    }

    .menu-link[aria-haspopup="true"]:after {
        content: ">";
        background-image: none;
        background-size: 14px;
        width: 14px;
        height: 14px;
        font-size: 18px;
        position: absolute;
        left: 110px;
        top: 43%;
        transform: translateY(-50%);
    }

    .menu-link-ino[aria-haspopup="true"]:after {
        content: ">";
        background-image: none;
        background-size: 14px;
        width: 14px;
        height: 14px;
        font-size: 18px;
        position: absolute;
        left: 140px;
        top: 43%;
        transform: translateY(-50%);
    }

    .mobile-menu-back-item a:before {
        content: "";
        width: 14px;
        height: 12px;
        background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowLeft.svg');
        background-size: 14px;
        margin-right: 10px;
        display: inline-block;
    }

    .mobile-menu-trigger:focus~ul {
        left: 0;
    }

    .menu-bar:hover,
    .menu-bar:focus-within {
        left: 0;
    }

    .menu-bar>li>[aria-haspopup="true"]:focus~ul {
        left: 0;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul {
        margin-top: calc(1.4em + 40px);
    }

    .menu-bar>li>[aria-haspopup="true"]~ul:hover,
    .menu-bar>li>[aria-haspopup="true"]~ul:focus-within {
        left: 0;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]:focus~ul {
        max-height: 500px;
        animation: dropdown 0.3s forwards;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul li:focus-within>[aria-haspopup="true"]~ul {
        max-height: 500px;
        transform: scaleY(1);
    }

    .menu-bar>li:focus-within~.mobile-menu-header a {
        visibility: hidden;
    }
	
	.slider__arrows--left2,
   .slider__arrows--right2 {display:none;}
   
   #blog h2 {padding-top:0px;margin-bottom:0px;}
   #blog .blog-h2 {margin-top:80px;}
   #blog .slider__arrows--left, #blog .slider__arrows--right, {display:none;}
   .blog-alignment {margin-left:0px;width:100%}
  
}

@media all and (max-width: 950px) and (hover: none) {
    .mobile-menu-trigger:hover~ul {
        left: 0;
    }

    .menu-bar>li>[aria-haspopup="true"]:hover~ul {
        left: 0;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul:hover {
        left: 0;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]:hover~ul {
        max-height: 500px;
        animation: dropdown 0.3s forwards;
    }

    .menu-bar>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]~ul:hover {
        max-height: 500px;
        transform: scaleY(1);
    }

    .menu-bar>li:hover~.mobile-menu-header a {
        visibility: hidden;
    }
}

@keyframes dropdown {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes flyout {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }

    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


.images_education {
    padding-left: 50px;
    padding-top: 32px;
}

.images_education1 {
    padding-left: 50px;
    padding-top: 30px;
}

.product-card-align{
    margin-top: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 900px) {
    .images_education {
        padding-left: 15px;
        padding-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .images_education1 {
        padding-left: 20px;
        padding-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .product-card-align{
        margin-top: 50px;
    }


}


/*---------------------------------------
     Innovation page
  -----------------------------------------*/
#education {
    padding-bottom: 0;
}

#e3_section {
    padding-bottom: 0;
    padding: 20px 0;
}

@media only screen and (min-width: 1200px){
    .silver_container{
        width: 1110px;
    }
	.enquire2-btn {float:right;}
	.request-btn-whatsapp {float:left;}
	
}

@media only screen and (max-width: 900px) {
    #education {
        text-align: left;
    }

    #education h2 {
        text-align: left;
    }

}

#innovation1 {
    padding-bottom: 0;
}

#innovation {
    padding-bottom: 0;
}

#innovation .innovation_h2 {
    padding-left: 150px;
    color: #fff;
}

#innovation .innovation_p {
    padding-left: 150px;
    color: #fff;
}

#innovation .innovation_a {
    padding-left: 150px;
}

#innovation .innovation_first {
    padding-top: 150px;
    width: 80%;
}

#innovation .innovation_third {
    padding-top: 50px;
    background-color: #c73032;
    height: 639px;
    width: 664px;
}

#innovation .innovation_images{
    max-width: 100%;
}

@media only screen and (max-width: 900px) {

    #innovation1 {
        text-align: center;
        margin-top: 20%;
    }

    #innovation {
        text-align: left;
        max-width: 100%;
    }

    #innovation .innovation_col{
        margin-top: 50px;
    }

    #innovation .innovation_h2 {
        text-align: left;
        padding-left: 0;
        color: #fff;
    }

    #innovation .innovation_p {
        text-align: left;
        padding-left: 0;
        color: #fff;
    }

    #innovation .innovation_a {
        padding-left: 0;
        padding-bottom: 0;
    }

    #innovation .innovation_first {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        text-align: left;
    }

    #innovation .innovation_images {
        max-width: 100%;
    }

}

/*---------------------------------------
     Company page
  -----------------------------------------*/

#company {
    padding-bottom: 0;
}

.company_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #101d39;
    width: 100%;
    padding-left: 15%;
}

.company_ul1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #101d39;
    width: 90%;
    padding-left: 2%;
}

@media (max-width: 900px) {
    .company_ul1 {
        display: none;
    }
}

.company_li {
    float: left;
}

.company_li .company_a {
    display: block;
    color: white;
    font-size: 18px;
    font-family: 'Geomanist', sans-serif;
    text-align: center;
    padding: 14px 25px;
    text-decoration: none;
}

.company_li .company_a:hover {
    color: #c43030;
}

.company_div1 {
    background-color: #c43030;
    color: #fff;
    float: left;
    width: 340px;
    height: 150px;
    margin-right: 20px;
    text-align: left;
    border-radius: 25px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.company_div2 {
    background-color: #101d39;
    color: #fff;
    float: left;
    width: 160px;
    height: 160px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 25px;
    padding-bottom: 10px;
    padding-top: 25px;
}

.company_div3 {
    background-color: #101d39;
    color: #fff;
    float: left;
    width: 160px;
    height: 160px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 25px;
    padding-bottom: 10px;
    padding-top: 55px;
}

.card_company {
    transition: 0.3s;
    width: 100%;
    height: 400px;
    background-color: #FFF;
    padding-bottom: 23px;
    text-align: left;
}

/*.card_company:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }*/

.company_card_h3 {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 24px;
    color: #c43030;
    font-family: 'Geomanist', sans-serif;
    text-align: center;
    height: 100px;
}

.nav123 li{margin-top:-150px;}


/* Mobile view */
@media only screen and (max-width: 800px){
    .company_card_h3 {
        height: 100%;
    }
	.nav123 { height:90px;}
	
	.whats-app { margin-bottom:55px;margin-right:-5px;}
}

.company_card_p {
    font-size: 18px;
    color: #363636;
    font-family: 'Geomanist_r', sans-serif;
    text-align: center;

}

.card_leadership {
    transition: 0.3s;
    width: 100%;
    height: 450px;
    background-color: #ffffff;
    padding-bottom: 23px;
    padding-top: 20px;
    text-align: center;
}

.leadership_card_h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    color: #000000;
    font-family: 'Geomanist', sans-serif;
}

.leadership_card_p1 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #c43030;
    font-family: 'Geomanist', sans-serif;
}

.leadership_card_p2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    color: #363636;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Geomanist_r', sans-serif;
}

.container_company4 {
    position: relative;
    margin-left: 75px;
}

.text-block-company4 {
    position: absolute;
    top: 180px;
    left: 10px;
    background-color: #c43030;
    width: 370px;
    color: white;
    border-radius: 25px;
    height: 500px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#whoweare .row {
    padding-left: 100px;
}

#whoweare .whoweare_p1 {
    padding-bottom: 10px;
    color: #363636;
    text-align: left;
    font-size: 18px;
}

#whoweare .whoweare_div1 {
    float: left;
    padding-top: 35px;
    padding-left: 10px;
}

#whoweare .whoweare_div1_1 {
    padding-top: 20px;
    font-family: 'Geomanist', sans-serif;
}

#whoweare .whoweare_span1_1 {
    font-size: 66px;
    font-family: 'Geomanist', sans-serif;
}

#whoweare .whoweare_span1_2 {
    font-size: 24px;
    padding-left: 20px;
    font-family: 'Geomanist', sans-serif;
}

#whoweare .whoweare_span2_1 {
    font-size: 18px;
    font-family: 'Geomanist', sans-serif;
}

#whoweare .whoweare_span2_2 {
    font-size: 60px;
    font-family: 'Geomanist', sans-serif;
}

#vision_mission {
    height: 690px;
    margin-top: -100px;
}

#vision_mission .vision_mission_images {
    width: 761px;
    height: 586px;
    margin-left: 180px;
}

#vision_mission .vision_mission_h2 {
    color: #fff;
    font-size: 38px;
    text-align: left;
    font-family: 'Geomanist', sans-serif;
}

#vision_mission .vision_mission_p {
    color: #fff;
    font-size: 18px;
    text-align: left;
    font-family: 'Geomanist_r', sans-serif;
}

#core_values {
    margin-top: 3%;
}

#core_values .core_values_h2 {
    color: #000;
    font-size: 48px;
    font-family: 'Geomanist', sans-serif;
}

#core_values .core_values_div {
    max-width: 100%;
}

#core_values .core_values_div1 {
    height: 100px;
}

#core_values .core_values_div2 {
    width: 100%;
    height: 125px;
    background-color: #101d39;
    margin-top: 1%;
}

#core_values .core_values_div2_1 {
    width: 25px;
    height: 45px;
    margin-left: 20%;
    padding-top: 50px;
}

#core_values .core_values_div2_2 {
    width: 25px;
    height: 45px;
    margin-left: 78%;
}

#core_values .core_values_span1 {
    color: #c73032;
    font-size: 60px;
    font-family: 'Geomanist', sans-serif;
}

#core_values .core_values_span2 {
    font-size: 19px;
    font-family: 'Geomanist', sans-serif;
    color: #fff;
}

#core_values .core_values_span3 {
    color: #c73032;
    font-size: 60px;
    font-family: 'Geomanist', sans-serif;
}
#leaders{
    margin-top: -100px;
}

#leaders .leadership_div {
    max-width: 100%;
}

#quality{
    margin-top: -100px;
}

#quality .quality_h2 {
    font-size: 48px;
    color: #000;
    padding-bottom: 30px;
    font-family: 'Geomanist', sans-serif;
}

#quality .quality_p1 {
    color: #c73032;
    font-size: 24px;
    font-family: 'Geomanist_r', sans-serif;
}

#quality .quality_p2 {
    font-size: 18px;
    padding-bottom: 50px;
    color: #363636;
    font-family: 'Geomanist_r', sans-serif;
}

#quality .quality_p3 {
    color: #c73032;
    font-size: 24px;
    padding-bottom: 10px;
    font-family: 'Geomanist_r', sans-serif;
}

#quality .quality_p4 {
    font-size: 17px;
    padding-bottom: 10px;
    color: #363636;
    font-family: 'Geomanist_r', sans-serif;
}

#quality .quality_p5 {
    font-size: 18px;
    padding-bottom: 2px;
    color: #363636;
    font-family: 'Geomanist_r', sans-serif;
}

#quality .quality_images {
    max-width: 100%;
}

#quality .quality_images2 {
    max-width: 100%;
}

#export .export_h1 {
    font-size: 48px;
    padding-bottom: 30px;
    font-family: 'Geomanist', sans-serif;
    color: #000;
}

#export .export_p {
    font-size: 18px;
    padding-bottom: 50px;
    color: #363636;
    font-family: 'Geomanist_r', sans-serif;
}

#export .export_images {
    max-width: 100%;
}

@media only screen and (max-width: 900px) {
    #whoweare {
        text-align: left;
    }

    #whoweare .row {
        padding-left: 0;
    }

    #whoweare .whoweare_p1 {
        padding-bottom: 10px;
        color: #363636;
        text-align: left;
        font-size: 18px;
    }

    .company_div1 {
        background-color: #c43030;
        color: #fff;
        float: left;
        width: 340px;
        height: 150px;
        margin-right: auto;
        text-align: left;
        border-radius: 25px;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .company_div2 {
        background-color: #101d39;
        color: #fff;
        float: left;
        width: 160px;
        height: 160px;
        margin-right: auto;
        margin-bottom: 10px;
        text-align: left;
        border-radius: 25px;
        padding-bottom: 10px;
        padding-top: 25px;
    }

    .company_div3 {
        background-color: #101d39;
        color: #fff;
        float: left;
        width: 160px;
        height: 160px;
        margin-right: auto;
        margin-bottom: 10px;
        text-align: center;
        border-radius: 25px;
        padding-bottom: 10px;
        padding-top: 55px;
    }

    #vision_mission {
        max-width: 100%;
        height: 100%;
        margin-bottom: 500px;
    }

    #vision_mission .vision_mission_images {
        max-width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #vision_mission .text-block-company4 {
        position: absolute;
        top: 300px;
        left: 0;
        background-color: #c43030;
        max-width: 100%;
        color: white;
        border-radius: 25px;
        height: 450px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    #vision_mission .container_company4 {
        position: relative;
        margin-left: 0;
    }

    #core_values {
        margin-top: 0;
    }

    #core_values .core_values_h2 {
        color: #000;
        font-size: 48px;
        text-align: left;
    }

    .card_company {
        transition: 0.3s;
        width: 100%;
        height: 310px;
        background-color: #FFF;
        padding-bottom: 23px;
        text-align: left;
    }

    #core_values .core_values_div2 {
        max-width: : 100%;
        height: 125px;
        background-color: #101d39;
        margin-top: 0;
    }

    #core_values .core_values_div2_1 {
        width: 25px;
        height: 40px;
        margin-left: 0;
        padding-top: 25px;
    }

    #core_values .core_values_div2_2 {
        width: 25px;
        height: 40px;
        padding-top: 25px;
        margin-left: 90%;
    }

    .card_leadership {
        transition: 0.3s;
        width: 100%;
        margin-bottom: 60px;
        background-color: #ffffff;
        padding-bottom: 23px;
        padding-top: 20px;
        text-align: center;
    }

    #leaders{
        margin-top: 0;
    }

    #quality{
        margin-top: 0;
    }

    #quality .quality_h2 {
        font-size: 48px;
        color: 000;
        font-family: 'Geomanist', sans-serif;
        padding-bottom: 30px;
        text-align: left;
    }

    #quality .quality_p1 {
        color: #c73032;
        font-size: 24px;
        font-family: 'Geomanist', sans-serif;
        text-align: left;
    }

    #quality .quality_p2 {
        font-size: 17px;
        padding-bottom: 50px;
        color: #000;
        text-align: left;
    }

    #quality .quality_p3 {
        color: #c73032;
        font-size: 24px;
        font-family: 'Geomanist', sans-serif;
        padding-bottom: 10px;
        text-align: left;
    }

    #quality .quality_p4 {
        font-size: 17px;
        padding-bottom: 10px;
        color: #000000;
        text-align: left;
    }

    #quality .quality_p5 {
        font-size: 18px;
        padding-bottom: 2px;
        color: #000000;
        text-align: left;
    }

    #quality .quality_images {
        max-width: 100%;
        margin-bottom: 5%;
    }

    #quality .quality_images2 {
        max-width: 100%;
        margin-top: 5%;
    }

    #export .export_h1 {
        font-size: 48px;
        padding-bottom: 30px;
        font-family: 'Geomanist', sans-serif;
        text-align: left;
    }

    #export .export_p {
        font-size: 17px;
        padding-bottom: 50px;
        text-align: left;
    }

    #export .export_images {
        max-width: 100%;
    }

}

.industry_leader_div {
    width: 100%;
    height: 80px;
    font-family: 'Geomanist_r', sans-serif;
}

.industry_leader_div2 {
    width: 100%;
    height: 80px;
    font-family: 'Geomanist_r', sans-serif;
}

.industry_leader_div3 {
    width: 100%;
    height: 80px;
}

.industry_leader_h3 {
    font-size: 20px;
    padding-top: 20px;
    padding-left: 100px;
    font-family: 'Geomanist_r', sans-serif;
    color: #757575;
    font-weight: normal;
}

.industry_leader_img {
    float: left;
    width: 60px;
}

@media only screen and (max-width: 900px) {
    .industry_leader_div {
        width: 100%;
        height: 110px;
    }

    .industry_leader_div2 {
        width: 100%;
        height: 150px;
        margin-bottom: 150px
    }

    .industry_leader_div3 {
        width: 100%;
        height: 200px;
        margin-bottom: 150px
    }

    .industry_leader_h3 {
        font-size: 18px;
        padding-top: 10px;
        padding-left: 100px;
    }

    .industry_leader_img {
        float: left;
        width: 50px;
    }
}

/*abc*/


.card-slider {
    width: 280px;
    position: relative;
    overflow: visible;
    margin: 0 auto;
}

.card-slider_list {
    list-style-type padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.card-slider_card {
    width: 280px;
    display: inline-block;
    position: relative;
    transform: scale(0.8);
    z-index: 1;
    flex-shrink: 0;
    margin-right: 5%;
}

.card-slider_card.active-out {
    animation: activeOutLeft 0.5s ease-in-out;
}

.active-in~.card-slider_card.active-out {
    animation: activeOutRight 0.5s ease-in-out;
}

.active~.card-slider_card {
    margin-left: 20%;
    margin-right: 0;
}

.card-slider_card.active {
    transform: scale(1);
    z-index: 3;
    margin: 0;
}

.card-slider_card.active-in {
    animation: activeInLeft 0.5s ease-in-out;
}

.active-out~.card-slider_card.active-in {
    animation: activeInRight 0.5s ease-in-out;
}

.panel {
    background: white;
    border: 1px solid #eee;
    box-shadow: 0 2px 15px 0 rgba(67, 134, 179, 0.25);
    width: 300px;
    height: 100%;
    border-radius: 5px;
    font-size: 18px;
    font-family: sans-serif;
}

@keyframes activeInRight {
    0% {
        transform: scale(0.8);
        z-index: 2;
    }

    50% {
        transform: translateX(20%) scale(0.9);
        z-index: 3;
    }

    100% {
        transform: translateX(0) scale(1);
    }
}

@keyframes activeOutLeft {
    0% {
        transform: scale(1);
        z-index: 3;
    }

    50% {
        transform: translateX(-20%) scale(0.9);
        z-index: 2;
    }

    100% {
        transform: translateX(0) scale(0.8);
    }
}

@keyframes activeInLeft {
    0% {
        transform: scale(0.8);
        z-index: 2;
    }

    50% {
        transform: translateX(-20%) scale(0.9);
        z-index: 3;
    }

    100% {
        transform: translateX(0) scale(1);
    }
}

@keyframes activeOutRight {
    0% {
        transform: scale(1);
        z-index: 3;
    }

    50% {
        transform: translateX(20%) scale(0.9);
        z-index: 2;
    }

    100% {
        transform: translateX(0) scale(0.8);
    }
}


.attri {
    font-size: 0.5rem;
    color: grey;
}

.slider45 {
    font-family: "Geomanist_r", sans-serif;
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.slider__item45 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

.slider__item45:nth-child(1) {
    /*background-image: url(../images/home_slider1.png);*/
    backdrop-filter: blur(4px);
    background-image: url(../images/banner/1.jpg);
}

.slider__item45:nth-child(2) {
    backdrop-filter: blur(4px);
    /*background-image: url(../images/slider2_1.jpg);*/
    background-image: url(../images/banner/2.jpg);
}

.slider__item45:nth-child(3) {
    backdrop-filter: blur(4px);
    /*background-image: url(../images/Quotation.jpg);*/
    background-image: url(../images/banner/3.jpg);
}

.slider__item45:nth-child(4) {
    backdrop-filter: blur(4px);
    /*background-image: url(../images/slider3_2.jpg);*/
    background-image: url(../images/banner/4.jpg);
}


.slider__text45 {
    font-size: 48px;
    text-align: left;
    color: #fff;
    margin-right: 650px;
    margin-top: 50px;
    width: 355px;
}

.slider-contact {margin-top:-100px;margin-bottom:-204px;}

.slider__text-contact {
    font-size: 48px;
    text-align: left;
    color: #fff;
    margin-right: 650px;
    margin-top: 50px;
    width: 500px;
}

.slider__text-contact h1 {
	color: #fff;
}

.slider__text46{
    font-size: 30px;
    text-align: left;
    color: #fff;
    margin-right: 650px;
    margin-top: 50px;
    width: 360px;
}
.slider__text-blog {
	margin-top:280px;
	margin-left:400px;
}


.slider__text-blog h2{
    font-size: 52px;
    text-align: left;
    color: #fff;
    margin-right: 650px;
    margin-top: 0px;
    width: 750px;
    line-height:55px;
}



.slider__arrows {
    position: absolute;
    z-index: 999;
    width: 100%;mm
    height: 10%;
    margin-top: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1800px;
    left: 50%;
    bottom: 50%;
    transform: translate(-50% , 50%);

}

.slider__arrows--left,
.slider__arrows--right {
    border: none;
    border-radius: 5px;
    margin: 0;
    text-decoration: none;
    font-family: sans-serif;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
    font-size: 3.5rem;
    padding: 0 2rem;
    cursor: pointer;
    transition: all 0.5s, opacity 0.5s;
}

.slider__arrows--left {
    margin-left: 20px;
    background-color: #e5e5e5;
}

.slider__arrows--right {
    margin-right: 25px;
    background-color: #e5e5e5;
}

.slider__arrows--left:hover {
    transform: translateX(-3px);
    background-color: #b2b2b2;
}

.slider__arrows--right:hover {
    transform: translateX(3px);
    background-color: #b2b2b2;
}

/*@media only screen and (max-width: 900px) {
    .slider__text45 {
        font-size: 12px;
        text-align: left;
        color: #000;
        margin-right: 0px;
        margin-top: 200px;
        width: 350px;
    }    
}*/

@media only screen and (max-width: 768px) {

    .slider-contact {margin-top:80px;margin-bottom:0px;}

    .slider__text-contact {
    font-size: 15px;
    text-align: left;
    color: #fff;
    margin-right: 10px;
    margin-top: 30px;
    width: 370px;
    }



    #home h1 {
        color: #000;
        padding-bottom: 10px;
        line-height: 40px;
    }


    .slider__text45 {
        font-size: 12px;
        text-align: left;
        color: #000;
        margin-right: 0px;
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
        height: 80%;
    }

    .slider__arrows {
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 10%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1800px;
        left: 50%;
        bottom: 0%;
        transform: translate(-50% ,-50%);

    }

    .slider__arrows--left,
    .slider__arrows--right {
        font-size: 2rem;
        padding: 5px 1.5rem;
        cursor: pointer;
        transition: all 0.5s, opacity 0.5s;
    }

    .slider__item45:nth-child(1) {
        background-image: url(../images/banner/small01.jpg);
  
    }
    .slider__item45:nth-child(2) {
        background-image: url(../images/banner/small02.jpg);
    }

    .slider__item45:nth-child(3) {
        background-image: url(../images/banner/small03.jpg);
    }

    .slider__item45:nth-child(4) {
        background-image: url(../images/banner/small04.jpg);
    }
	.slider__item45:nth-child(5) {
        background-image: url(../images/banner/small05.jpg);
    }
	.slider__item45:nth-child(6) {
        background-image: url(../images/banner/small06.jpg);
    }
	
	
}


/*-------------------------------------------------------
-------------------------------------------------------
-------------------------------------------------------*/
/* SLIDE LAYOUT
/*-------------------------------------------------------
-------------------------------------------------------
-------------------------------------------------------*/
.sl-wrapper {
    position: relative;
}

.sl-nav {
    position: relative;
    width: 100px;
    height: 60px;
    bottom: 20px;
	margin-top:44px;
}

.btn123prev {
    float: left;
    margin-left: 1100px;
    margin-top: 170px;
    cursor: pointer;
    font-size: 30px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.btn123prev:hover {background:#c12f2f;}
.btn123next {
    float: left;
    margin-left: 1150px;
    margin-top: -40px;
    cursor: pointer;
    font-size: 30px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.btn123next:hover {background:#c12f2f;}


@media all and (max-width: 1500px) {

    .sl-header-wrapper {
        padding: 0;
        width: 400px;
        float: left;
        margin-left: -200px;
    }
    
	
    .sl-nav {
    display: block;
    width: 100px;
    height: 60px;
    }

    .btn123prev {
    float: left;
    margin-left: 0;
    margin-top: 0;
    cursor: pointer;
    font-size: 30px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.btn123next {
    float: left;
    margin-left: 10px;
    margin-top: 0;
    cursor: pointer;
    font-size: 30px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

}

@media all and (max-width: 900px) {

    .sl-header-wrapper {
        padding: 0;
        max-width: 100%;
        float: left;
        margin-left:  0;
        margin-top: 0;
    }

    .sl-nav {
    display: none;
}

}


.btnnextprev12354{
    background-color: rgba(153,153,153,.4);
    opacity: 0.3;
}

.highlight{
    background-color: rgba(153,153,153,.4);
    opacity: 1;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url();
}

.swiper-button-next,
.swiper-button-prev {
    width: 35px;
}

/*-------------------------------------------------------*/
/* Card Bkg Img
/*-------------------------------------------------------*/

.sl-bkg-img,
.sl-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.sl-img-1 {
    background-image: url("../images/home_image1.jpg");
}

.sl-img-2 {
    background-image: url("../images/home_image2.jpg");
}

.sl-img-3 {
    background-image: url("../images/home_image3.jpg");
}

.sl-img-4 {
    background-image: url("../images/home_image4.jpg");
}

.sl-img-5 {
    background-image: url("../images/home_image5.jpg");
}

.sl-img-6 {
    background-image: url("../images/home_image6.jpg");
}


/*-------------------------------------------------------*/
/* Card Content
/*-------------------------------------------------------*/

.sl--content-container {
    position: absolute;
    background-color: #ffffff;
}

.sl--content-container h2 {
    text-transform: uppercase;
}

.sl--sub-text {
    font-weight: 300;
}

.content-reveal-btn {
    background-color: #000;
}

.sl--show-card-info,
.sl--close-card-info {
    fill: #ffffff;
}

.sl--show-card-info {
    transform: scale(0.6, 0.6);
    -webkit-transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sl--close-card-info {
    -ms-transform: rotate(45deg) scale(0.6, 0.6);
    -webkit-transform: rotate(45deg) scale(0.6, 0.6);
    transform: rotate(45deg) scale(0.6, 0.6);
    -webkit-transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*--------------------------

     Media Queries

--------------------------*/
/*    Mobile    */

@media only screen and (min-width: 320px) {
    /* 320px */
    /*-------------------------------------------------------*/
    /* SL Header: 320
  /*-------------------------------------------------------*/
  
  
  .enquire2-btn {
    background: #c43030;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: 20px;
    font-family: 'Geomanist', sans-serif;
    padding: 20px 35px;
    border-radius: 50px;
    text-align: center;
	width:300px;
	margin-bottom:50px;
}

.enquire2-btn:hover {
    color: #ce3232;
    background-color: #fff;
}

  
  
    .sl-header-wrapper, sl-header-wrapper1 {
        padding: 0 0px;
    }

   
    .sl-header-wrapper h4 {
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
        line-height: 100%;
        letter-spacing: -1.4px;
        word-spacing: 2.4px;
    }

   

    /*-------------------------------------------------------*/
    /* Prev/Next Slide Cover: 320
  /*-------------------------------------------------------*/
    /*.sl-nav {
        display: block;
    }*/



    /*-------------------------------------------------------*/
    /* Swiper: 320
  /*-------------------------------------------------------*/

    .swiper-container {
        width: 109%;
        height: 100%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    /*-------------------------------------------------------*/
    /* Card: 320
  /*-------------------------------------------------------*/

    .sl-card-wrapper {
        position: relative;
        height: 540px;
        overflow: hidden;
        border-radius: 15px;
    }

    /*-------------------------------------------------------*/
    /* Card Bkg Img: 320
  /*-------------------------------------------------------*/

    .sl-gradient {
        background-position: center 210px;
    }

    .sl-bkg-img {
        background-size: cover;
        background-position: center top;
    }

    /*-------------------------------------------------------*/
    /* Card Content: 320
  /*-------------------------------------------------------*/

    .sl--content-wrapper {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transition: width 250ms, height 250ms;
        transition: width 250ms, height 250ms;
        overflow: hidden;
    }
    
    .sl--content-wrapper-inactive {
        width: 101%;
        height: 541px;
    }

    .sl--content-wrapper-active {
        width: 101%;
        height: 100%;
    }

    .sl--content-container {
        width: 100%;
        height: auto;
        padding-left: 16px;
        padding-right: 16px;
        z-index: 1;
    }

    .sl--card-hide {
        transform: translate(0, 410px);
        -webkit-transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
            width 250ms;
        transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
            width 250ms;
        height: 568px;
    }

    .sl--card-reveal {
        transform: translate(0, 0);
        -webkit-transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
            width 250ms;
        transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
            width 250ms;
        height: 100%;
        width: 100%;
        overflow: auto;
        /*padding: 100px 0px;*/
        padding-top: 20px;
        padding-bottom: 100px;
    }

    .sl--content-container h2 {
        font-family: 'Geomanist', sans-serif;
        color: #c43030;
        font-size: 20px;
        word-spacing: 2px;
        letter-spacing: -1.4px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .sl--sub-text {
        margin-bottom: 0;
        -webkit-transition: margin 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: margin 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .sl--card-reveal .sl--sub-text {
        margin-top: 12%;
    }

    .sl--content-container .sl--card-content {
        font-weight: 300;
        margin-top: 0px;
        overflow-y: auto;
    }

    .sl--link {
        color: #c43030;
        margin-bottom: 15px;
    }

    .sl--card-nav-container {
        position: absolute;
        width: 100%;
        height: 70px;
        z-index: 1;
        bottom: 0;
        /*background-color: #ffffff;*/
        background-image: linear-gradient(0deg, #f5f5f5, hsla(37, 87%, 97%, 0));
    }

    .sl--content-btn {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 37px;
        height: 37px;
        cursor: pointer;
        z-index: 1;
    }

    .content-hide-btn {
        transform: scale(0, 0);
    }
}



/* MOBILE VIEW */
@media only screen and (min-width: 375px) {
    .whats-app {
	     
	}

    
	
	 .sl-header-wrapper h2, home_custom_div h2 {
		font-size:40px;
	}
	/* 375 */
    /*-------------------------------------------------------*/
    /* Card Bkg Img: 375
  /*-------------------------------------------------------*/

    .sl-gradient {
        background-position: center 300px;
    }

    /*-------------------------------------------------------*/
    /* Card Content: 375
  /*-------------------------------------------------------*/

    .sl-card-wrapper,
    .sl--content-wrapper-inactive {
        height: 560px;
        border-radius: 15px;
    }

    .sl--content-wrapper-inactive {
        width: 91%;
    }

    .sl--content-container {
        height: 372px;
    }

    .sl--card-reveal {
        height: 100%;
        width: 100%;
    }

    .sl--card-hide {
        transform: translate(0, 465px);
        height: 667px;
    }

    /*@-moz-document url-prefix() {
    .sl--card-hide {
      color: red;
      transform: translate(0, 265px);
      border: red 5px solid;
    }

  }*/
}




	
@media only screen and (min-width: 414px) {
 
    /* 414 */
    /*-------------------------------------------------------*/
    /* SL Header: 414
  /*-------------------------------------------------------*/

    /*-------------------------------------------------------*/
    /* Card Content: 414
  /*-------------------------------------------------------*/
    .sl-card-wrapper,
    .sl--content-wrapper-inactive {
        height: 650px;
        border-radius: 15px;
    }

    .sl--card-hide {
        height: 740px;
        transform: translate(0, 495px);
    }
	
}

@media only screen and (min-width: 568px) {
    /* 568 */
}

@media only screen and (min-width: 667px) {
    /* 667px */
}

@media only screen and (min-width: 736px) {
    /* 736px */
}

/*Tablet*/

@media only screen and (min-width: 768px) {


    /* 768 */
    /*-------------------------------------------------------*/
    /* SL Main Container: 768
  /*-------------------------------------------------------*/
    .sl-main-container {
        width: 768px;
        margin: 0 auto;
    }

    /*-------------------------------------------------------*/
    /* SL Header: 768
  /*-------------------------------------------------------*/
    .sl-header-wrapper {
        padding: 0 5%;
    }
    .sl-header-wrapper1 {
        padding: 0 5%;
    }

    /*-------------------------------------------------------*/
    /* Swiper: 768
  /*-------------------------------------------------------*/
    .swiper-container {
        width: 690px;
    }

    /*-------------------------------------------------------*/
    /* Card Content: 768
  /*-------------------------------------------------------*/
    .sl-card-wrapper {
        width: 325px;
        height: 540px;
        border-radius: 15px;
    }

    .sl--content-wrapper-inactive {
        width: 290px;
        height: 100%;
    }

    .sl--content-wrapper-active {
        width: 101%;
    }

    .sl--card-hide {
        transform: translate(0, 375px);
    }

    .sl-gradient {
        background-position: center 185px;
    }
}

@media only screen and (min-width: 1024px) {

    /* 768 */
    /*-------------------------------------------------------*/
    /* SL Main Container: 768
  /*-------------------------------------------------------*/
    .sl-main-container {
        width: 608px;
        margin: 0 auto;
    }

    /*-------------------------------------------------------*/
    /* SL Header: 768
  /*-------------------------------------------------------*/
    .sl-header-wrapper {
        padding: 0 40%;
    }
    .sl-header-wrapper1 {
        padding: 0 40%;
    }

    /*-------------------------------------------------------*/
    /* Swiper: 768
  /*-------------------------------------------------------*/
    .swiper-container {
        width: 690px;
    }

    /*-------------------------------------------------------*/
    /* Card Content: 768
  /*-------------------------------------------------------*/
    .sl-card-wrapper {
        width: 325px;
        height: 540px;
        border-radius: 15px;
    }

    .sl--content-wrapper-inactive {
        width: 290px;
        height: 100%;
    }

    .sl--content-wrapper-active {
        width: 101%;
    }

    .sl--card-hide {
        transform: translate(0, 375px);
    }

    .sl-gradient {
        background-position: center 185px;
    }
}

/*    Desktop    */

@media only screen and (min-width: 1440px) {
    /* 1024 */
    /*-------------------------------------------------------*/
    /* Main Wrapper: 1024
  /*-------------------------------------------------------*/

    /*-------------------------------------------------------*/
    /* SL Main Container: 1024
  /*-------------------------------------------------------*/
    .sl-main-container {
        width: 1024px;
    }

    /*-------------------------------------------------------*/
    /* SL Header: 1024
  /*-------------------------------------------------------*/

    .sl-header-wrapper {
        padding: 0;
        width: 325px;
        float: left;
        margin-left: 0;
    }
    .sl-header-wrapper1 {
        padding: 0;
        width: 325px;
        float: left;
        margin-left: 0;
    }
	
    .sl-header-wrapper a:link {
		font-color:#ce3232;
	
	}
	.sl-header-wrapper a:hover {
		font-color:#ce3232;
	
	}
	.sl-header-wrapper1 a:link {
		font-color:#ce3232;
	
	}
	.sl-header-wrapper1 a:hover {
		font-color:#ce3232;
	
	}
    /*-------------------------------------------------------*/
    /* Swiper: 1024
  /*-------------------------------------------------------*/
    .sl-wrapper {
        height: 450px;
        width: 522px;
        display: inline-block;
    }

    .swiper-container {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-9%, -50%);
        width: 505px;
        height: 450px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: block;
    }

    /*-------------------------------------------------------*/
    /* Prev/Next Slide Cover: 1024
  /*-------------------------------------------------------*/
    .sl-nav {
        display: block;
    }
}

@media only screen and (min-width: 1140px) {
    /* 1140 */
}

@media only screen and (min-width: 1440px) {

    /* 1440 */
    /*-------------------------------------------------------*/
    /* Slide Layout: 1024
  /*-------------------------------------------------------*/
    .sl-main-container {
        width: 1440px;
    }

    .sl-wrapper,
    .swiper-container {
        width: 950px;
    }
}

@media only screen and (min-width: 1662px) {
    /* 1662px */
}




/*--------------------------------------------------------*/
/*BlogCard
/*--------------------------------------------------------*/

#blogcard_workingspace2,
#blogcard_design3,
#blogcard_medical4,
#blogcard_retail5,
#blogcard_publicspace6 {
    display: none;
}

.blog_card_icon {
    background-color: #fff;
    width: 87px;
    height: 87px;
    border-radius: 100px;
    margin-right: 20px;
    float: left;
    cursor: pointer;
}

.blog_card_icon_highlight {
    background-color: #ce3232;
    /*color: #ce3232;*/
}

.blog_card_img {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    display: block;
}

.blog_card_img_text{
  cursor: pointer; 
  text-align: center;
  margin-left: -10px;
  font-size: 16px;
}

#blog {margin-top:-120px;margin-bottom:-100px;}

#blog p {
	color: #434343; 
	font-family: 'Geomanist', sans-serif; 
	margin-top: 0px; 
	margin-bottom: 10px;	
	
}

#blog ol{
	padding-bottom: 0px; 
	line-height: 40px;

}
#blog .sl-header-wrapper {
	margin-bottom:20px;
}

#blog p {
	font-family:Geomanist_r;
}


#blog .col-md-4 {
	margin-bottom:20px;
}
.sl-header-wrapper {margin-top:0px;}

.sl-header-wrapper p {font-size:14px;}
/* God File */ 
/*.cd-main-content section.cd-section { padding: 0px; }

.blog_card_icon.blog_card_icon_highlight { background-color: transparent; height: inherit; border-radius: inherit;}
.blog_card_icon img.blog_card_img { border: 6px solid transparent; border-radius: 70px; margin-left: inherit; margin-right: inherit; padding-top: inherit;}
.blog_card_icon.blog_card_icon_highlight img.blog_card_img { border: 6px solid #ce3232; background-color: #ce3232; }

.blog-card123 {
    background-color: white;
    border-radius: 1px;
    height: 250px;
    max-width: 600px;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 40px;
}

@media(max-width: 900px){
    .blog_card_icon {
        width: 87px;
        height: inherit;
        margin-right: 20px;
        margin-bottom: 0px;
        float: none; display: inline-block;
        cursor: pointer;
    }

    .blog-card123 {
        height: 250px;
        max-width: 600px;
        overflow: hidden;
        margin-bottom: 0px;
        margin-top: 20px;
    }
}*/

/*end*/

.blogcard_why{
    margin-left: -40px;
}

@media (max-width: 900px){
    .blogcard_why{
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
	.footer-info img {width:50%;}
}

.blog-card1234{
    background-color: white;
    border-radius: 1px;
/*    box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.75);*/
    height: 300px;
    max-width: 600px;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: 80px;
}
@media (max-width: 580px) {
    .blog-card123 {
        height: 250px;
        overflow: visible;
    }
	.footer-info img {width:50%;}
	
	
	#blog .sl-header-wrapper {
	margin-bottom:55px;
}
}

.media {
    background-position: center;
    background-size: cover;
    height: 100%;
}

.card-body {
    color: #7A7A7A;
    height: 100%;

}

.card-body-mobile{
    display: none;
}


@media (max-width: 530px) {
    .card-body {
        display: none;
    }

    .card-body-mobile{
        display: block;
        color: #7A7A7A;
        height: 100%;
        background-color: #fff;
        padding-bottom: 20px;
    }
	
	.footer-info img {width:50%;}
	
	
}

.blogcard_title {
    font-family: 'Geomanist', sans-serif;
    color: #000;
    font-size: 26px;
}

.blogcard_title2 {
    font-family: 'Geomanist', sans-serif;
    color: #000;
    font-size: 26px;
}

.divider {
    height: 2px;
    margin: 10px auto;
    width: 40px;
}

.blogcard_p {
    font-family: 'Geomanist_r', sans-serif;
    color: #757575;
    font-size: 16px;
    font-weight: normal;
}

.read-more2 {
    color: #ce3232;
    font-family: 'Geomanist', sans-serif;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
}

.read-more2:hover {
    color: #000;
    text-decoration: none;
}

@media (max-width: 530px) {
    .col-xs-6 {
        width: 100%;
    }

}

@media (max-width: 900px){
    .blog-card1234{
        background-color: #fff;
        border-radius: 1px;
    /*    box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.75);*/
        max-width: 100%;
        height: 150px;
        overflow: hidden;
        margin-bottom: 0;
        margin-top: 20px;
        margin-bottom: 25px;
        margin-left: 0;
    }

    .divider {
        height: 0;
        margin: 0;
        width: 0;
        display: none;
    }

    .blogcard_title {
        font-family: 'Geomanist', sans-serif;
        color: #000;
        font-size: 13px;
    }
    .blogcard_p {
        font-family: 'Geomanist_r', sans-serif;
        color: #757575;
        font-size: 10px;
        font-weight: normal;
    }
	
}

#eco-friendly{
    max-height: 800px;
}

.padding50{
    padding-top: 20px;
}

@media (max-width: 900px){
    .padding50{
        padding-top: 0;
    }
}
/*--------------------------------------------------------*/
/*CardHover
/*--------------------------------------------------------*/

@media only screen and (min-width: 601px){

    .card_home123 {
        width: 300px;
        height: 430px;
        border-radius: 20px;
        padding: 1.5rem;
        background: white;
        position: relative;
        display: flex;
        align-items: flex-end;
        transition: 0.4s ease-out;
        margin-left: 10px;
    }

    .card_home123:hover {
        transform: translateX(0px);
        box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
        /* border-radius: 20px; */
    }

    .card_home123:hover:before {
        opacity: 1;
    }

    .card_home123:hover .info_home123 {
        opacity: 1;
        transform: translateY(0px);
    }

    .card_home123 .info_home123 {
        position: relative;
        z-index: 3;
        color: white;
        opacity: 0;
        transform: translateY(30px);
        transition: 0.5s;
    }

        .card_home123:before {
        content: "";
        position: absolute;
        top: 55%;
        left: 0;
        display: block;
        width: 100%;
        height: 45%;
        border-radius: 0;
        background: white;
        border-radius: 0px 0px 15px 15px;
        z-index: 2;
        transition: 0.5s;
        font-family: Geomanist;
        opacity: 0;
    }

}

@media only screen and (max-width: 600px){

    .card_home123 {
        width: 300px;
        height: 430px;
        border-radius: 20px;
        padding: 1.5rem;
        background: white;
        position: relative;
        display: flex;
        align-items: flex-end;
        transition: 0.4s ease-out;
        margin-left: 10px;
        margin-top: 4px;
        box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.15);
    }

    .card_home123 .info_home123 {
        position: relative;
        z-index: 3;
        color: white;
        opacity: 1;
        transform: translateY(0px);
        transition: 0.5s;
    }

    .card_home123:before {
        content: "";
        position: absolute;
        top: 60%;
        left: 0;
        display: block;
        width: 100%;
        height: 40%;
        border-radius: 0;
        background: white;
        border-radius: 0px 0px 15px 15px;
        z-index: 2;
        transition: 0.5s;
        font-family: Geomanist;
        opacity: 1;
    }
     

}

.card_home123 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}


.cardSlider .wrapper {
    position: relative;
}

.cards_container2929 {
    box-sizing: border-box;
    width: 100%;
    height: 500px;
    margin: 0 auto;

}

.cards_container2929 .item2929 {
    height: 300px;
    display: none;
}

.cards_container2929 .item2929.active {
    display: block;
    padding: 20px;
}

.card_contain2929 {
    height: 320px;
    margin-top: 60px;
}

.card_redbar_div{
    height: 60px;
}

.our_people_h2_title{
    font-size: 22px; 
    color: #000;
}

.our_people_img{
    max-width: 100%;
}

/* BTNS */

.action_btns {
    position: absolute;
    top: 450px;
    left: 20px;
    cursor: pointer;

}

.action_btns .btn {
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    font-family: 'Geomanist', sans-serif;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
}

.action_btns .btn.btn_prev {
    float: left;
}

.action_btns .btn.btn_next {
    float: left;
}

.btnnextprev1234{
    background-color: rgba(153,153,153,.4);
    opacity: 0.3;
}

.btnnextprev_active{
    background-color: rgba(153,153,153,.4);
    opacity: 1;
}

.highlight123{
    background-color: rgba(153,153,153,.4);
    opacity: 1;
}

.custom-made-img{
    max-width: 100%;
}

.custom-made-border{
    border-bottom: 2px solid #dedede;
}

/*.custom-made-step{
    border-bottom: 2px solid #dedede;
}
*/
.custom-made-step-mobile{
    display: none;
}

@media (max-width: 768px){
    .custom-made-step{
        display: none;
    }

    .custom-made-step-mobile{
        display: block;
    }
}
@media (max-width: 900px) {

    .cards_container2929 {
        box-sizing: border-box;
        width: 100%;
        height: 580px;
        margin: 0 auto;

    }

    .our_people_h2_title{
        font-size: 16px; 
        color: #000;
    }

    .card_redbar_div{
        height: 30px;
    }


    .action_btns {
        position: absolute;
        top: 550px;
        left: 20px;
        cursor: pointer;

    }

    .card_contain2929 {
        height: 270px;
        margin-top: 0;
    }

    .our_people_img{
        max-width: 113%;
    }

    .custom-made-img{
        max-width: 100%;
        margin-bottom: 10%;
    }
}

.e3-benefits-div{
    background-color: none;
    width: 400px;
    margin-bottom: 20px;
    cursor: pointer;
}

.e3_benefits_btn{
    font-size: 20px; 
    font-family: Geomanist_r;
    cursor: pointer;
    width: 280px;
    background-color: #fff;
    border: 0;
    text-align: left;
    padding: 10px 10px 10px 10px;
    margin-left: 55px; 
    margin-top: -10px;
}

.e3_benefits_btn:hover{
    border-radius: 25px;
    background-color: #ce3030;
    color: #fff;
    cursor: pointer;
    font-family: Geomanist_r;
    outline: none;
}

.e3_benefits_btn_highlight{
    background-color: #ce3030;
    border-radius: 25px;
    color: #fff;
}

.e3_benefits_img_eyecare{
    background-image: url(../images/innovation/e3-icon-eyecare.png);
    background-repeat: no-repeat;
    margin-left: -5px;
}

.e3_benefits_img_efficient{
    background-image: url(../images/innovation/e3-icon-efficient.png);
    background-repeat: no-repeat;
    margin-left: -5px;
}

.e3_benefits_img_highresistance{
    background-image: url(../images/innovation/e3-icon-resistence.png);
    background-repeat: no-repeat;
    margin-left: -5px;
}

.e3_benefits_img_maintenance{
    background-image: url(../images/innovation/e3-icon-maintenance.png);
    background-repeat: no-repeat;
    margin-left: -5px;
}

.e3_benefits_img_friendly{
    background-image: url(../images/innovation/e3-icon-friendly.png);
    background-repeat: no-repeat;
    margin-left: -5px;
}

.e3_benefits_highlight button{
    background-color: #ce3030;
    border-radius: 25px;
    color: #fff;
}

.e3_benefits_highlight .e3_benefits_img_eyecare{
    background-image: url(../images/innovation/e3-icon-eyecare-color.png);
    background-repeat: no-repeat;
}

.e3_benefits_highlight .e3_benefits_img_efficient{
    background-image: url(../images/innovation/e3-icon-efficient-color.png);
    background-repeat: no-repeat;
}

.e3_benefits_highlight .e3_benefits_img_highresistance{
    background-image: url(../images/innovation/e3-icon-resistence-color.png);
    background-repeat: no-repeat;
}

.e3_benefits_highlight .e3_benefits_img_maintenance{
    background-image: url(../images/innovation/e3-icon-maintenance-color.png);
    background-repeat: no-repeat;
}

.e3_benefits_highlight .e3_benefits_img_friendly{
    background-image: url(../images/innovation/e3-icon-friendly-color.png);
    background-repeat: no-repeat;
}

/*.e3-benefits-div img{
    filter: grayscale(100%) brightness(50%) sepia(%) hue-rotate(0deg) saturate(900%) contrast(1);
}*/

#blogcard_e3_effcient2,
#blogcard_e3_resistence3,
#blogcard_e3_maintenance4,
#blogcard_e3_friendly5{
    display: none
}

.blog-card-e3{
    background-color: white;
    border-radius: 1px;
    box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.75);
    height: 400px;
    width: 700px;
    overflow: hidden;
}

@media(max-width: 900px){
    .blog-card-e3{
        background-color: white;
        border-radius: 1px;
        box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.75);
        max-width: 100%;
        overflow: hidden;
    }
}

.card-body-e3{
    padding: 30px 20px 20px 40px;
}

.card-body-e3-mobile{
     display: none;
}

@media only screen and (max-width: 600px){
    .card-body-e3{
        display: none;
    }

    .card-body-e3-mobile{
        padding: 0;
        display: block;
    }
}

.blogcard-e3_p {
    font-family: 'Geomanist_r', sans-serif;
    color: #757575;
    font-size: 16px;
    font-weight: normal;
}

.e3-features-div{
    float: left; 
    width: 220px; 
    height: 130px;
    background-color: #fbfbfb; 
    border: 1px solid #dedede;
}

.e3-features-div2{
    float: left; 
    width: 16.667%; 
    height: 130px;
    background-color: #fbfbfb; 
    border: 1px solid #dedede;
}

.e3-features-img{
    padding-top: 20px;
    padding-bottom: 10px;
}

.card_e3 {
    transition: 0.3s;
    width: 100%;
    height: 330px;
    border-radius: 25px;
    color: #FFF;
    padding-bottom: 23px;
    text-align: center;
}

.card_e3:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.e3-banner{
    width: 100%;
}

.e3-img{
    width: 100%;
}

.e3-img2{
    width: 100%;
}

.e3-img3{
    width: 33.33%; 
    float: left;
}

@media(max-width: 900px){
    .e3-img{
        max-width: 100%;
    }
    .e3-img2{
        max-width: 100%;
    }

    .e3-img3{
        max-width: 100%;
        float: 0;
    }

    .e3-features-div{
        float: none; 
        width: 220px; 
        height: 130px;
        background-color: #fbfbfb; 
        border: 2px solid #dedede;
    }

    .e3-features-div2{
        float: none; 
        width: 180px; 
        height: 130px;
        background-color: #fbfbfb; 
        border: 2px solid #dedede;
    }
}

.ecotech-honey-icon-div{
    width: 45%; 
    float: left; 
    margin-top: 30px;
    margin-right: 20px;
}

.ecotech-honey-icon-div1{
    width: 60px; 
    height: 60px; 
    float: left;
}

.ecotech-honey-span{
    font-size: 18px;
    color: #000;
    font-family: 'Geomanist', sans-serif;
}

.ecotech-honey-p{
    font-family: 'Geomanist_r', sans-serif;
    color: #757575;
    font-size: 16px;
    font-weight: normal;
    padding-top: 20px;
}

.ecotech-img4{
    padding-left: 200px;
}

@media (max-width: 900px) {
    .e3-banner{
        max-width: 100%;
    }

    .e3-img{
        max-width: 100%;
    }

    .e3-img3{
        max-width: 100%;
        float: left;
    }

    .ecotech-img4{
        padding-left: 0;
        max-width: 100%;
        padding-top: 50px;
    }

    .ecotech-honey-icon-div{
        text-align: center;
        margin-left: 25%;
    }
}



.articles_headline2{
    font-size: 43px; 
    line-height: 55px;
}

@media only screen and (max-width: 800px){
    .articles_headline2{
        font-size: 33px;
        line-height: 45px;
    }
}

.history_year_h2{
    color: #c73032; 
    font-size: 36px; 
    font-family: 'Geomanist', sans-serif;
}

.history_year_h2_black{
    color: #000;
    font-size: 36px;
    font-family: 'Geomanist', sans-serif;
    margin-top: -10px;
}


.history_div123{
    background-color: #101d39; 
    border-radius: 25px; 
    padding-top: 25px;
    padding-bottom: 25px; 
    padding-right: 25px; 
    margin-left: 50px;
    margin-top: 125px;
}

.history_div1234{
    background-color: #101d39; 
    border-radius: 25px; 
    padding-top: 15px;
    padding-bottom: 25px; 
    padding-right: 25px; 
    margin-left: 50px;
    top: 40px;
}

.history_div123_none1{
    background-color: none; 
    border-radius: 25px; 
    padding-top: 25px;
    padding-bottom: 25px; 
    padding-right: 25px; 
    top: -60px;
}

.history_div123_none2{
    background-color: none; 
    border-radius: 25px; 
    padding-top: 25px;
    padding-bottom: 25px; 
    padding-right: 25px; 
    top: 70px;
}

.history_div123_none{
    background-color: none; 
    border-radius: 25px; 
    padding-top: 25px;
    padding-bottom: 25px; 
    padding-right: 25px; 
    top: -40px;
}

.hisotry__div123_p{
    padding-left: 50px; 
    color: #fff; 
    font-family: 'Geomanist_r', sans-serif;
}

.hisotry__div123_p_black{
    padding-left: 50px; 
    color: #363636; 
    font-family: 'Geomanist_r', sans-serif;
}

.history__div123_h2{
    padding-left: 50px; 
    color: #c43030; 
    font-size: 30px; 
    font-family: 'Geomanist', sans-serif;
}


@media (max-width: 1300px) {
    .history_div123_none{
        background-color: none; 
        border-radius: 25px; 
        padding-top: 25px;
        padding-bottom: 25px; 
        padding-right: 25px; 
        top: -60px;
    }

    .history_div123_none1{
        background-color: none; 
        border-radius: 25px; 
        padding-top: 25px;
        padding-bottom: 25px; 
        padding-right: 25px; 
        top: -60px;
    }

    .history_div123_none2{
        background-color: none; 
        border-radius: 25px; 
        padding-top: 25px;
        padding-bottom: 25px; 
        padding-right: 25px; 
        top: -60px;
    }

    .history_div123{
        background-color: #101d39; 
        border-radius: 25px; 
        padding-top: 25px;
        padding-bottom: 25px; 
        padding-right: 25px; 
        margin-left: 50px;
        margin-top: 0;
    }
}


.blog-card-actircle{
    background-color: white;
    border-radius: 1px;
    /*box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.75);*/
    height: 450px;
    width: 550px;
    overflow: hidden;
    margin-bottom: 50px;
}

.card-body-actircle-text{
    padding-bottom: 20px;
}

.blogcard-actircle-p {
    font-family: 'Geomanist_r', sans-serif;
    color: #757575;
    font-size: 16px;
    font-weight: normal;
}

.card-body-actircle{
    padding: -30px 20px 20px 20px;
}

.card-body-actircle-mobile{
    display: none;
}

@media(max-width: 530px){
    .blog-card-actircle{
        background-color: white;
        border-radius: 1px;
        /*box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.75);*/
        max-width: 100%;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .card-body-actircle-mobile{
        display: block;
    }

    .card-body-actircle-text{
        text-align: left;
    }
}

@media (max-width: 767px) {
    .InnovationPG .wrap { overflow: hidden;}
}

@media (max-width: 767px) {
    .HomePG .wrap { overflow: hidden;}
	
}



@media (min-width: 992px) {
  .slider_newnew, .slide_new_123 {
    width: 100vw;
    height: 100vh;
  }
}

.slide_new_123 {
  position: relative;
  transition: 1s;
}
.slide_new_123 .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide_new_123 .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide_new_123 .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}
.slide_new_123 .slide__content {
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
}
.slide_new_123 .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}
.slide_new_123 .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}
.slide_new_123 .slide__content--headings {
  color: #FFF;
}
.slide_new_123 .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slide_new_123 .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slide_new_123 .slide__content--headings .top-title {
  font-family: "Playball", cursive;
  font-size: 2.5rem;
}
.slide_new_123 .slide__content--headings .title {
  font-size: 3.5rem;
}
.slide_new_123 .slide__content--headings .button-custom {
  text-decoration: none;
  color: #333;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
}

.slider_newnew [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
  transition: 1s;
}

.slick-nav {
  --active: #fff;
  background-color: #e5e5e5;
  transition: all 0.5s, opacity 0.5s;
  width: 55px;
  height: 55px;
  position: absolute;
  cursor: pointer;
  top: calc(64% - 100px);
  border-radius: 10%;
  border: none;
  
}

.slick-nav:hover{
    background-color: #b2b2b2;
    transition: all 0.5s, opacity 0.5s;
}

.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}

/*.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
          animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}*/

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@media (min-width: 901px) {
    .slider_new_desktop{
        display: block;
    }

    .slider_new_mobile{
        display: none;
    }
}

@media (max-width: 900px) {
    .slider_new_mobile{
        display: block;
    }

    .slider_new_desktop{
        display: none;
    }
}