/* fontawsome icon */
@import url("https://use.fontawesome.com/releases/v5.0.7/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

@font-face {
    font-family: 'Sweet Sans Pro';
    src: url('../font/SweetSansPro-Regular.woff2') format('woff2'),
        url('../font/SweetSansPro-Regular.woff') format('woff'),
        url('../font/SweetSansPro-Regular.ttf') format('truetype'),
        url('../font/SweetSansPro-Regular.svg#SweetSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../font/FuturaBT-Medium.woff2') format('woff2'),
        url('../font/FuturaBT-Medium.woff') format('woff'),
        url('../font/FuturaBT-Medium.ttf') format('truetype'),
        url('../font/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}


body {
    font-family: 'Sweet Sans Pro';
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

body::-webkit-scrollbar {
    width: 0px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #495057 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #495057 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #495057 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #495057 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background: transparent;
}

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 40px;
    color: #000;
    font-weight: normal;
    line-height: 52px;
}
h3{
    font-weight: bold;
}

h2 span{
    font-weight: bold;
}

p {
    font-size: 15px;
    color: #000;
    line-height: 28px;
    margin: 0;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: auto;
    max-width: 100%;
}

ul,
ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: #555;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a:hover,
a:focus {
    -webkit-transition: color 300ms ease 0s,
        background-color 300ms ease 0s;
    transition: color 300ms ease 0s,
        background-color 300ms ease 0s;
    text-decoration: none;
}

a:focus {
    outline: medium none;
    outline-offset: 0;
}

a:hover {
    color: #f5c421;
}

button:focus,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    background: #86c443;
    border-color: #86c443;
}

/* #Navigation
================================================== */
header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 8px 0;
    background-color: rgb(255 255 255 / 0%);
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    background-color: #fff;
    padding: 8px 0;
    border-bottom: 1px solid #1e386b17;
}

.header-wrapper {
    position: relative;
    width: calc(100% - 100px);
    margin-left: 50px;
    z-index: 1;
}

.navbar-light.bg-light {
    background: transparent !important;
    padding: 0;
}

.navbar-light .navbar-nav li {
    margin: 0 30px;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: capitalize;
    color: #000;
    position: relative;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Sweet Sans Pro';
    position: relative;
    padding:10px 0;
}

.navbar-light .navbar-nav li.nav-item a:after {
    position: absolute;
    content: '';
    top: 100%;
    margin-top: -1px;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    background: #1e386b;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.navbar-light .navbar-nav li.nav-item a:hover:after {
    height: 1px;
    opacity: 1;
    left: 0;
    width: 100%;
}

.navbar-light .navbar-nav li.nav-item a:hover {
    color: rgb(30 56 107 / 100%);
}

.dropdown-toggle::after {
    border: none;
}

.navbar-light .navbar-nav .dropdown-menu {
    border: none;
    background: #fff;
    padding: 0;
    top: 40px;
}

.navbar-light .navbar-nav .dropdown-item {
    border-radius: 0px;
    font-size: 13px;
    padding: 10px 15px;
}

.getintuch a {
    color: #1e386b;
    position: relative;
    font-size: 16px;
    padding-bottom: 5px;
}

.getintuch a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 102px;
    height: 1px;
    background: #4db848;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.getintuch a:hover:after {
    width: 100%;
}

.hero {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    color: #fff;
    max-width: 1140px;
    margin: auto !important;
    right: 0;
}

.fade-carousel .carousel-inner .carousel-item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .carousel-item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.hero h4 {
    font-size: 19px;
    color: #4db848;
}

.hero h1 {
    font-size: 72px;
    color: #fff;;
    padding: 45px 0;
}

.hero a.btn-hero {
    border: 1px solid #4db848;
    background: transparent;
    font-size: 19px;
    color: #fff;
    width: 245px;
    height: 65px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hero a.btn-hero:hover {
    background: #4db848;
    color: #000;
}

#carouselExampleIndicators .carousel-indicators {
    display: block;
    position: absolute;
    bottom: 50%;
    right: 50px;
    z-index: 99999;
    width: 20px;
    left: auto;
    margin: 0;
}

#carouselExampleIndicators .carousel-indicators > li {
    height: 11px;
    width: 11px;
    border-radius: 0;
    border: none;
    opacity: 100;
    background-color: #000;
    margin: 0 0 8px;
    border: 1px solid #000;
}

#carouselExampleIndicators .carousel-indicators > li.active {
background: #1e386b;
    border: 1px solid #1e386b;
}

video {
    width: 100%;
}

.down-arrow {
    position: absolute;
    z-index: 1;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 10px;
    height: 80px;
    margin: auto;
    display: none;
}

a.ca3-scroll-down-arrow {
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}

@keyframes ca3_fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }
}


.homeSite-slider {}

.bannerAyika {
    background-image: url(../images/world-bac-1.jpg);
    background-repeat: repeat-x;
    background-size: cover;
    background-color: #eeeeee;
    height: 750px;
    padding-top: 20px;
    overflow: hidden;
}

.bannerAyika1 {
    background-image: url(../images/hero/home-banner2.jpg);
    background-color: #eeeeee;
    height: 750px;
    overflow: hidden;
    background-position: center;
}

.bannerAyika2 {
    background-image: url(../images/hero/home-banner4.jpg);
    background-color: #eeeeee;
    height: 750px;
    overflow: hidden;
    background-size: cover;
    background-position: 90%;
}
.bannerAyika2.bannerAyika3 {
    background-image: url(../images/hero/home-banner5.jpg);
    }
.BannerContent {
    position: absolute;
    top: 30%;
    max-width: 1140px;
    margin: auto;
    left: 0;
    right: 0;
}
.AykaCT{
    max-width: 700px;
}
.AykaCT.hombnnr h2{
    color: #fff;
}
.AykaCT p{
    font-size: 16px;
    margin-top: 20px;
}
.AykaCT p.bn_txt1 {
   font-size: 36px;
    color: #fff;
    line-height: 46px; 
}
.AykaCT ul{
    margin-top: 20px;
}
.AykaCT ul li{
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    list-style: inside;
}

.tp-banner-container {
    max-width: 1340px;
    margin: auto;
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 0;
}

.animation_image1 {
    width: 100%;
    position: relative;
    margin-top: 8%;
}

.animation_image1 img:nth-child(2) {
    margin-top: 10%;
}

.animation_image2 {
    width: 100%;
    position: relative;
}

.animation_image2 img:nth-child(2) {
    max-width: 170px;
    position: absolute;
    top: 60px;
    left: 60px;
}

.animation_image2 img:nth-child(3) {
    top: 165px;
    max-width: 145px;
    left: 28%;
}

.animation_image3 {
    width: 100%;
    position: relative;
    margin-top: -35px;
    padding-left: 60px;
}

.animation_image4 {
    width: 100%;
    position: relative;
    margin-top: 7%;
}

.animation_image4 img:nth-child(1) {
    max-width: 350px;
    margin-top: 10%;
    left: 10%;
}

.animation_image4 img:nth-child(2) {
    max-width: 250px;
}

.animation_image1 img,
.animation_image2 img,
.animation_image3 img,
.animation_image4 img {
    position: absolute;
}

.port1IMG {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 7s ease-in-out infinite;
    animation: float 7s ease-in-out infinite;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-15px);
        transform: translatey(-15px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-15px);
        transform: translatey(-15px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

.port1IMG2 {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-5px);
        transform: translatey(-5px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-5px);
        transform: translatey(-5px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

.port1IMG3 {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-15px);
        transform: translatey(-15px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-15px);
        transform: translatey(-15px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

.fade-in {
    -webkit-animation: fadeIn1 ease 1s;
    animation: fadeIn1 ease 1s;
    opacity: 0;
}

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

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.banner_content {
    max-width: 650px;
    margin: auto;
    text-align: center;
    padding-top: 10%;
}

.banner_content p {
    font-size: 36px;
    color: #000;
    line-height: 46px;
    margin-top: 80px;
}
.banner_content p span{
    font-weight: bold;
}

.banner_content a {
    width: 285px;
    height: 58px;
    background: #111c4e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    color: #4db848;
    margin: 40px auto auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.banner_content a:hover {
    background: #4db848;
    color: #111c4e;
}

.cog1 {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    width: 280px;
    opacity: 0.6;
}

.cog2 {
    -webkit-animation: spin-reverse 10s linear infinite;
    animation: spin-reverse 10s linear infinite;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    width: 130px;
    margin-left: -30px;
    opacity: 0.6;
}

.cog3 {
    width: 184px;
    position: absolute;
    z-index: 8;
    left: 27%;
    top: 13%;
    width: 184px;
    opacity: 1;
    position: absolute;
    z-index: 8;
    left: 27%;
    top: 13%;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.cog_rotating {
    position: relative;
    text-align: center;
}

.service-icon {
    background-color: rgb(141, 198, 81);
    color: rgb(255, 255, 255);
    width: 160px;
    height: 160px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    overflow: hidden;
    border-color: rgba(177, 252, 103, 0.5);
    border-style: solid;
    border-width: 6px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 34px;
}

.service-icon.icon1 {
    background-color: rgb(0 159 231);
}

.service-icon.icon2 {
    background-color: rgb(6 31 102);
    -webkit-transform: rotate(56deg);
    transform: rotate(56deg);
}

.service-icon.icon3 {
    background-color: rgb(255 188 0);
    -webkit-transform: rotate(118deg);
    transform: rotate(118deg);
}

.padding {
    padding: 100px 0;
}

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

.read-more-btn {
    width: 200px;
    height: 60px;
    background: #111c4e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #4db848;
    margin: 70px auto auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.read-more-btn:hover {
    background: #4db848;
    color: #000;
}

.grid {
    position: relative;
    list-style: none;
    text-align: center;
    margin-top: 0px;
/*    overflow: hidden;*/
    overflow: visible;
    width: 100%;
    min-height: 450px;
}


.GridBG1{
   
    background: url(../images/products/medical-wipes.jpg) no-repeat;
    background-position: center center !important;
    background-size: contain !important;
}
.GridBG2{
    background: url(../images/products/cosmetic-wipes.png) no-repeat;
    background-position: center center !important;
    background-size: contain !important;
}
.GridBG3{
    background: url(../images/products/PET-WIPES.png) no-repeat;
    background-position: center center !important;
    background-size: contain !important;
}
.GridBG4{
    background: url(../images/products/4-img-product.jpg) no-repeat;
    background-position: center center !important;
    background-size: contain !important;
}
.GridBG5{
    background: url(../images/products/5-product-img.png) no-repeat;
    background-position: center center !important;
    background-size: contain !important;
}
.GridBGnew{
    background: url(../images/products/new-product-img.png) no-repeat;
    background-position: center center !important;
    background-size: contain !important;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    top: 50%;
    left: 50%;
    bottom: -110px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: 2;
    max-width: 300px;
}

.grid:hover .content-details {
/*    top: 60%;
    left: 50%;
    bottom: 0px;
    opacity: 1;*/
}

.grid:hover .content-details h3,
.grid:hover .content-details p{
    color: #4bb64a;
}

.content-details h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0.5em;
    background: rgb(255 255 255 / 0%);
    display: inline-block;
    padding: 20px 10px 0px 10px;
    border-radius: 30px;
}

.content-details p {
    color: #000;
    background: rgb(255 255 255);
    padding: 0;
    border-radius: 8px;
}

.fadeIn-bottom {
    top: 100%;
}

.packaging-option h3 {
    color: #000;
    font-size: 28px;
    padding: 50px 0 30px 0;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
    color: #1e386b;
    font-weight: 800;
    font-size: 14px;
    margin-top: 5px;
}

.morelink i {
    font-size: 17px;
    margin-left: 4px;
}

figure {
    margin: 0;
    overflow: hidden;
}

figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.bg-light {
    background-color: #f4fdf5!important;
}
.mt70 {
    margin-top: 70px;
}

.packaging-option a.read-more-btn {
    margin-top: 50px;
    color: #fff;
    font-size: 16px;
    background: #4db848;
}

.packaging-option a.read-more-btn:hover {
    background: #111c4e;
    color: #fff;
}

.bg-image {
    background: url(../images/pricess-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

ul.process-row {
    list-style: none;
    margin-top: 80px;
}

ul.process-row li.process.col {
    padding: 0 7.5px;
}

.pro-1,
.pro-3,
.pro-5 {
    padding-top: 41px;
}

.line-arrow {
    text-align: center;
    margin: 5px 0;
}

.process-content {
    max-width: 190px;
    min-height: 115px;
}

.process-content .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}

.process-content .icon img {
    margin-right: 8px;
}

.process-content .icon h3 {
    font-size: 18px;
}

.process-content p {
    color: #fff;
    line-height: 14px;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 25px;
    text-align: right;
}


.production-video {
    background: url(../images/product-video.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    min-height:400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.complete-pro-planing {
    background: url(../images/complete-pro-planing.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.ayika-services .service-col:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.ayika-services .service-col:hover h5 {
    color: #000;
}

.ayika-services .service-col h5 {
    font-size: 18px;
    color: #000;
    padding-top: 35px;
    font-weight: bold;
}

.packaging-option.our-usp a.read-more-btn {
    margin-left: 0;
}

.packaging-option.our-usp .padding-col {
    padding: 0 25px;
}

.packaging-option.our-usp .padding-col h3 {
    font-size: 26px;
}

.production-pro h3 {
    font-size: 28px;
    color: #111c4e;
    padding-top: 50px;
}

.capacity-content {
    max-width: 600px;
}

.capacity-content h2 {
    margin-bottom: 15px;
    font-size: 40px;
}

.capacity-content ul {
    font-size: 15px;
    color: #000;
    line-height: 28px;
    list-style: disc;
    padding-left: 20px;
}

.capacity-content a.read-more-btn {
    margin-top: 50px;
    color: #000000;
    font-size: 16px;
    background: #4db848;
    margin-left: 0;
}

section#facility3 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.capacity-content a.read-more-btn:hover {
    background: #111c4e;
    color: #4db848;
}

.contact-form label {
    font-size: 18px;
    color: #000000;
}

.contact-form input.form-control {
    border-radius: 0px;
    height: 50px;
}

.contact-form .form-control {
    border-radius: 0px;
    border: 1px solid #838697;
}

.btn-submit {
    margin-top: 20px;
    background: #4db848;
    width: 230px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 0px;
}

.btn-submit:hover {
    background: #111c4e;
    color: #fff;
}

iframe.mt-40 {
    margin-top: 35px;
}

.Social__Responsibility {
    padding: 0 20px;
}

.Social__Responsibility p {
    padding: 30px 0 0;
    color: #fff;
}

.complete-pro-planing.Social__Responsibility {
    background: url(../images/Social-Responsibility.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    min-height: 550px;
}

.licensesRow figure {
    padding: 5px 10px;
    background: #030925;
}

.complete-pro-planing.Download_Broucher {
    background: url(../images/Download_Broucher.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    min-height:300px;
}

.complete-pro-planing.Download_Broucher h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 21px;
}

.complete-pro-planing.Download_Broucher h2 img {
    margin-left: 25px;
}

.desc-text {
    border-top: 2px solid #ccc;
    padding: 50px 0 100px 0;
}

.products-images {
    min-height: 500px;
}

.products-images figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.mt-30 {
    margin-top: 30px;
}

section.latest-yearbook-area p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.latest-yearbook-area .read-more-btn {
    margin: 0 0 0 60px;
    background: #4db848;
    color: #000000;
}

section.latest-yearbook-area a.read-more-btn:hover {
    background: #111c4e;
    color: #4db848;
}

.SearchJob-location .form-control {
    border: none;
    border-bottom: 2px solid #b7b7b7;
    font-size: 22px;
    color: #000000;
    border-radius: 0px;
}

.icon-box {
    border: 3px solid #b7b7b7;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 35px 0;
}

.icon-box:hover {
    background: #4db848;
}

.icon-box h4 {
    color: #111c4e;
    font-size: 34px;
}

.job-des {
    text-align: left;
}

.job-des h6 {
    color: #858792;
    font-size: 18px;
}

.job-des p {
    color: #858792;
    font-size: 16px;
}

.job-des h4 {
    color: #111c4e;
    font-size: 28px;
}

.bannerAyika2{
    position: relative;
}
.BannerContent{

}


.subscribe-area {
    background: #272b32;
    padding: 35px 0;
    overflow: hidden;
    border-bottom: 1px solid #464646;
}

.subscribe-text {
    
}

.subscribe-text h4 {
    color: #fff;
    font-size:24px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.subscribe-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subscribe-form {
    width: 100%;
}

.subscribe2-wrapper .subscribe-form input {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 0px;
    color: rgba(0, 0, 0, 0.40);
    display: inline-block;
    font-size: 16px;
    height: 50px;
    padding-left: 30px;
    width: 60%;
    font-family: 'Poppins', sans-serif;
}

.subscribe2-wrapper .subscribe-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.40) !important;
}

.subscribe2-wrapper .subscribe-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.40) !important;
}

.subscribe2-wrapper .subscribe-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.40) !important;
}

.subscribe2-wrapper .subscribe-form input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.40) !important;
}

.subscribe2-wrapper .subscribe-form button {
    background: #ffff;
    border-radius: 0px;
    display: inline-block;
    height: 50px;
    width: 75px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-left: 1px solid #ddd;
    margin-left: -4px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #999;
}

.subscribe2-wrapper .subscribe-form button:hover {
    background: #111c4e;
    color: #4db848;
    border-color: #111c4e;
}

.subscribe2-wrapper .subscribe-form button i {
    font-size: 28px;
}

footer {
    background: #272b32;
}

footer p{
    color: #d7d7d7;
    font-size: 14px;
}
footer p a{
    color: #4db848;
}

footer h6 {
    color: #fff;
    font-size:18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 25px;
}

footer ul li a {
    font-size: 14px;
    color: #d7d7d7;
    line-height: 30px;
}

.address p,
.address p a {
    font-size: 18px;
    margin-bottom: 20px;
    color: #d7d7d7;
}

.social {
    margin-top: 35px;
}

ul.social li {
    display: inline-block;
}

ul.social li a {
    border: 2px solid #d9d9d9;
    color: #4db848;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul.social li:hover a {
    background: #4db848;
    color: #fff;
    border: 2px solid #4db848;
}

.copyright {
    background: #272b32;
    padding: 25px 0;
    border-top: 1px solid #464646;
}

.copyright p {
    font-size: 13px;
    color: #818181;
}

img.reqst_smp2 {
    position: fixed;
    right: 8px;
    bottom: 8px;
    z-index: 222;
}

#project-planning {
    background-image: url(../images/project-planning.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

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

    .animation_image2 img:nth-child(2) {
        max-width: 110px;
        position: absolute;
        top: -2px;
        left: 12px;
            height: auto;
    }

    .animation_image2 img:nth-child(3) {
        top: 97px;
        max-width: 80px;
        left: 28%;
            height: auto !important;
    }
    .animation_image1 img:nth-child(2) {
         height: auto !important;
    }
    .animation_image4 img:nth-child(1) {
        max-width: 140px;
        margin-top: 55px;
        left: -4%;
        height: auto !important;
    }
.animation_image1 img {
    height: auto !important;
}
    .animation_image3 img {
        width: 89px !important;
        top: 35px;
        height: auto !important;

    }

    .bannerAyika {
        background-position: center;
    }

    .bannerAyika .carousel-item img,
    .animation_image2 img  {
        height: auto !important;
    }

    .cog1 {
        width: 230px;
    }

    .cog3 {
        left: 18%;
        top: 12%;
        width: 150px;
    }

    .animation_image1 {
        margin-top: 30%;
    }

    .banner_content h2 {
        margin-top: -50px;
    }


}

.about-banner-content {
    text-align: left;
    max-width: 1140px;
    margin-left: 0;
}

.about-banner-content p {
    font-size: 15px;
    line-height: 24px;
}

.ayika-content .title {
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 400;
}

.ayika-content .title span{
    font-weight: bold;
}

.about-Facility {
    padding-bottom: 70px;
}

.light-back.facility-col {
    background: #d6e9d8;
}

.facility-col {
    background: #dee1f2;
    border-radius: 18px;
    margin: 0 2% 8% 0;
    padding: 50px;
    color: #fff;
    text-align: center;
    min-height: 360px;
}

.facility-col h3 {
    color: #000;
    margin-bottom: 20px;
    font-size: 24px;
}

.about-Facility {
    position: relative;
}

.about-Facility::before {
    position: absolute;
    content: "";
    top: -160px;
    right: -10px;
    background-image: url(../images/about_bg1.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 346px;
    background-size: 65px;
    z-index: -1;
}

.about-Facility::after {
    position: absolute;
    content: "";
    top: 250px;
    left: 0;
    background-image: url(../images/about_bg2.png);
    background-repeat: no-repeat;
    width: 260px;
    height: 770px;
    background-size: 260px;
    z-index: -1;
}

.sypTitle {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 36px;
}

.bAnnerT {
    font-size: 42px;
    line-height: 52px;
    max-width: 640px;
    text-align: left;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 84%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}
.drde3 label{
    color:#000;
}
.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 26px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: -15px;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #4db848;
    color: #fff;
    border-color: #1c9317;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs > li.active > a i {
    color: #1e386b;
}

.wizard .nav-tabs > li {
    width: 14%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs > li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step,
.prev-step1,
.next-step1 {
    margin-top: 30px;
    background: #4db848;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 0px;
    padding: 15px 25px;
    border:none;
}
.prev-step:hover,
.next-step:hover {
  background: #111c4e;
  color: #fff;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}
ul.list-inline.pull-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
ul.list-inline.pull-right li{
  margin: 0 10px;
}
.signup-step-container h4 {
  color: #000;
  padding-bottom: 15px;
}
.signup-step-container h6 {
  color: #000;
  font-size: 18px;
  margin-top: 20px;
}
.SYPOption{
  margin-top: 20px;
}
.SYPOption li label {
  color: #000;
  padding-left: 8px;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
}
.packaging-option figure img{
    width: 100%;
}
.packaging-option figure {
    border-radius: 20px;
}
.OURpro li {
    font-size: 15px;
    color: #000;
    line-height: 28px;
    margin: 0;
    list-style: inside;
    text-align: center;
}
.post-info h4 a{
    font-size: 21px;
    text-align: left;
    margin: 15px 0;
    color: #000;
    display: block;
}
span.post-date.d-block, .post-info h4{
    text-align: left;
}

.contact--info-area > p {
  line-height: 26px;
  margin-bottom: 33px;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.single-info h5 {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}
.single-info p {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #222;
  margin: 0;
  padding-left: 30px;
}
.single-info p a{
  color: #222;
}
.single-info p i {
  font-size: 16px;
  line-height: 22px;
  color: #4db848;
  position: absolute;
  left: 0;
  top: 0;
}
.single-info .soc i {
  border-radius: 55%;
  line-height: 18px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-info a{
  display: inline-block;
}
.contact-form.bg-grey-form {
    background: #e1e5ef;
    padding: 25px;
    border-radius: 6px;
}
p.wow.headpri {
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0 5px 0;
}
ul.OURpro.proenq li {
    list-style: none;
    display: inline-block;
    margin: 0px 10px 10px 10px;
    border: 1px dashed #0b589a;
    padding: 4px 10px;
    color: #000000;
}
#faqsrk button.btn.btn-link.btn-block.text-left {
font-size: 17px;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    background: #1e386b;
}
#faqsrk button.btn.btn-link.btn-block.text-left.collapsed {
   color: #000;
    background: #f7f7f7;
}
#faqsrk  .card-body {
    font-size: 15px;
    color: #000;
    line-height: 28px;
}
#faqsrk .card-header {
    padding: 0;
}
.selectoption {
/*    padding-bottom: 45px;*/
}
.selectoption h4 {
    display: inline-block;
        padding-right: 15px;
}
select#myselection {
    padding: 5px 15px;
    color: #1e386b;
    border: 1px solid #1e386b;
    border-radius: 4px;
}
.queryrk .wizard {
    padding-top: 50px;
}
span#selectedrk {
     -webkit-animation: fading ease-in 2s;
    animation: fading ease-in 2s;
}

@keyframes fading {
    from {
        opacity: 0;
    }
    to {
         opacity: 1;   
    }
}
select#myselection option:first-child {
    display: none;
}
figure img.abr2 {
    transform: none;
}
.hero .productnpger a.btn-hero {
    border: 0;
    justify-content: start;
    margin: 55px 0 0 0;
}
.hero .productnpger a.btn-hero:hover,
.hero .productnpger a.btn-hero:focus {
    background: #0000;
}

