/* FONTS */

@font-face {
    font-family: poppins;
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Open Sans Semibold;
    src: url('../fonts/OpenSans-SemiboldItalic.html') format('truetype');
}

@font-face {
    font-family: Poppins Light;
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: Open Sans;
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}


/* Styles */

.wave-display {
	display: none;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 17px;
    border-radius: 50%;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    /*background: #e6202d;*/
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border: 0;
}

.scroll-icon {
    width: 52px;
}
    .scroll-top span {
        padding-top: 8px;
    }

    /*.scroll-top span:before {
        font-size: 16px;
    }*/

    .scroll-top:after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    }

.logo-img {
    width: 100%;
    display: table;
}

.logo-img div {
    display: table-cell;
    vertical-align: top;
}

.logo-img div:nth-child(1) {
    width: 22%;
}

.logo-img div:nth-child(2) {
    width: 78%;
}

body {
    color: #151515;
    line-height: 28px;
}

/*.main-logo {
    width: 70px;
    margin-top: 0px;
}*/

.main-logo {
	width: 140px;
	height: 135px;
	margin-top: 38px;
	margin-left: 10px;
}

.main-logo-text {
    padding-top: 58px !important;
    margin-left: 10px !important;
    width: 190px;
}

.header-bg {
    height: 700px;
}

.navbar {
    font-family: poppins;
	position: static;
}

.b1 {
    font-family: poppins;
}

.nav-link {
    padding: 0px 14px !important;
    color: #ffffff !important;
    letter-spacing: 1px;
    font-size: 14px;
}

.navbar-brand {
    margin-right: 35px !important;
}


/* .nav-link li {} */


/* .new-c-1 {
    padding-left: 40px;
} */

.z2 {
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

.z10 {
    font-family: "Open Sans";
    font-size: 15px;
    text-align: justify;
}

.t-1 {
    font-style: italic;
    font-family: Open Sans Semibold;
}


/* nav li {} */

#myVideo {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
    /* Center the video */
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}


.new-c-2 {
    position: relative;
    margin-top: 40px;
}

/*.new-c-2 h4 {
    text-align: center;
    color: white;
    font-size: 60px;
    font-family: poppins;
    font-weight: bold;
}*/

    .new-c-2 h4 {
        text-align: center;
        color: white;
        font-size: 55px !important;
        font-family: poppins;
    }

.sub-content p {
    text-align: center;
    color: white;
    line-height: 1.8;
    font-size: 20px;
    font-family: poppins;
    margin-bottom: 5px !important;
}

.b1 {
    background-color: #0eb3d6;
    border: 1px solid #0eb3d6;
    color: white;
    padding: 3px 18px;
}

.n-c-3 {
    margin-top: 2em;
}

.n-c-3 h5 {
    font-family: poppins;
    font-weight: 600;
    font-size: 27px;
}

.n-c-4 {
    margin-top: 6em;
}

.c1 {
    font-style: italic;
    font-family: Open Sans Semibold;
    font-size: 15.8px;
    line-height: 1.8;
    text-align: justify;
}

#welcome-section {
    margin-bottom: 30px;
}

.a1 h5 {
    text-align: center;
    /* margin-bottom: 20px; */
        font-family: poppins;
        color: white;
        margin-top: 1em;
        font-size: 25px;
    }

.page-link:hover {
    background: #feb005;
    border-color: #feb005;
}

.a1 p {
    text-align: center;
    font-size: 17px;
    font-family: poppins;
    margin-top: 1em;
    color: white;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.slick-arrow {
    display: none !important;
}

.slick-dots li button::before {
    font-size: 10px !important;
}

.slick-dots li.slick-active button::before {
    opacity: 1 !important;
    color: #feb005 !important;
}

.slick-dots li button::before {
    opacity: 1 !important;
    color: #D6D6D6 !important;
}

.slick-dots {
    bottom: -40px !important;
}

.slider-nav img {
    margin: 0 auto;
    display: block;
}

.group-1 {
    /* width: 60em;
    border: 3px solid #0eb3d6; */
}

.group-3 {
    /* width: 60em; */
    /* border: 3px solid #0eb3d6; */
    /* height: 198px; */
}

.a2 h5 {
    /* margin-bottom: 30px; */
    font-family: poppins;
    font-weight: 900;
    font-size: 24px;
}

#services-section {
    background-image: url('../images/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
	/*position: relative;*/
}

/*#services-section:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}*/

.img-1 {
    width: 330px;
}

.a3 h5 {
    /* margin-bottom: 30px; */
    font-family: poppins;
    font-weight: 900;
    font-size: 24px;
}

.a3 img {
    margin-bottom: 20px;
}

.a3 a {
    color: #0eb3d6;
    margin-bottom: 30px;
}

#main-footer {
    background: black;
    font-family: Poppins Light;
}

.a5 img {
    margin-top: 3em;
    margin-bottom: 20px;
    width: 80%;
}

.a5 p {
    color: white;
    font-size: 14px;
    margin-bottom: 2em;
}

.f-li {
    list-style-type: none;
}

.footer-1 h5 {
    margin-top: 3em;
    color: #0da7c8;
    margin-bottom: 20px;
    font-weight: 900;
}

.f-li a {
    color: white;
    padding: 7px;
}

.f-1 {
    line-height: 1.7;
}

.f-li {
    color: white;
    font-size: 14px;
    line-height: 2;
}

.social-links {
    display: inline-flex;
    margin-top: 15px;
}

.social-img {
    width: 30px;
}

.c-1 {
    font-family: poppins;
    margin-top: 1em;
    font-size: 13px;
}

#copyright-section {
    background: #121212;
    color: #878686;
}

.z1 {
    color: #0da7c8;
}

#values-section {
    margin-bottom: 30px;
}

.values-li {
    font-family: Open Sans;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.a3-right {
    font-style: italic;
    /* font-weight: 700; */
    font-family: Open Sans Semibold;
    font-size: 15.8px;
    /* line-height: 1.8; */
}


/* .values-ul {
    margin-left: -40px;
} */

.more-link {
    border-radius: 3px;
    margin: 0 0.15rem;
    background-color: #ffffff;
    border: 1px solid #0eb3d6;
    color: #999;
    padding: 3px 18px;
    font-family: "Whitney SSm A", "Whitney SSm B", "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
    font-size: 13px;
    line-height: 26px;
}

.more-link-small {
    position: absolute;
    border: none;
    color: #12a9c9;
    padding: 1px 10px;
    font-family: "Whitney SSm A", "Whitney SSm B", "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
    font-size: 12px;
    line-height: 19px;
    margin-left: 3px;
    margin-top: -9px;
    right: 0px;
}

.download-link-small {
    position: absolute;
    border: none;
    background-color: #ffffff;
    color: #12a9c9;
    padding: 1px 10px;
    font-family: "Whitney SSm A", "Whitney SSm B", "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
    font-size: 12px;
    margin-left: 3px;
    right: 0px;
}

/* 18-10-18 */

.line {
    width: 150px;
    height: 20px;
    border-bottom: 4px solid #0da7c8;
    /* position: absolute; */
    margin-left: 14px;
}

.line-d {
    width: 60px;
    height: 20px;
    border-bottom: 1px solid #b6b6b6;
    margin-left: 16px;
}

.line-b {
    width: 150px;
    height: 20px;
    border-bottom: 2px solid #0da7c8;
}

.line-a {
    width: 60px;
    height: 20px;
    border-bottom: 1px solid #b6b6b6;
}

.line-c {
    width: 60px;
    height: 20px;
    border-bottom: 1px solid #b6b6b6;
}

.line-e {
    width: 60px;
    height: 20px;
    border-bottom: 1px solid #b6b6b6;
}

.line-2 {
    width: 60px;
    height: 20px;
    border-bottom: 1px solid #b6b6b6;
    /* position: absolute; */
    /* margin-left: 14px; */
}

a.nav-link:hover {
    color: #feb005;
}

.active-nav {
    color: #FFEB3B !important;
    border-bottom: 2px solid !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #FFEB3B !important;
    border-bottom: 2px solid !important;
}

li.nav-item:hover {
    color: #feb005;
}

.line-3 {
    width: 85px;
    height: 20px;
    border-bottom: 2px solid #0da7c8;
    /* position: absolute; */
    margin-left: 14px;
}

.line-4 {
    width: 195px;
    height: 20px;
    border-bottom: 1px solid #b6b6b6;
}

.values-li {
    list-style-type: none;
}

/* .values-li::before {
    content: "•";
    color: #feb005;
    float: left;
    font-size: 25px;
    margin-left: -33px;
} */

.values-li p {
    padding-left: 30px;
}

.page-link {
    position: relative;
    display: block;
    padding: 4px 4px;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    /* letter-spacing: 2px; */
}


/* .page-item {} */

.bg-c {
    background: #685d74;
    border-color: #686d74;
}

.nav-item:hover {
    color: red;
}


/* Animations */

.fadeInLeft {
    animation-name: fadeInLeft;
}

.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.footer-1 {}

#copyright-section {
    background: #121212;
}


/* 19-10-18 */

.company-1 {
    font-family: Open Sans;
    font-size: 15px;
}

.company-1 h5 {
    font-family: poppins;
    font-weight: 900;
    font-size: 24px;
}

.company-1 p {
    margin-bottom: 30px;
    text-align: justify;
}

.specs-li::before {
    content: "•";
    color: #feb005;
    /* float: left; */
    font-size: 20px;
    line-height: 0.8;
    letter-spacing: 6px;
}

.specs-ul {
    list-style-type: none;
    margin-left: -42px;
}

.btm-2 {
    margin-bottom: 30px;
}

.more-1 {
    font-style: italic;
    font-family: Open Sans Semibold;
    color: black;
    text-decoration: underline;
    padding-left: 13px;
}

.c-5 h6 {
    color: #0da7c8;
    font-family: poppins;
    font-size: 18px;
}

.specs-li {
    font-family: Open Sans;
    font-size: 15px;
    padding-bottom: 15px;
}

.zz-1 {
    margin-bottom: 40px;
}

.featured-specs h5 {
    font-family: poppins;
    font-weight: 900;
    font-size: 24px;
}

.new1-right {}

.dr-1 {
    line-height: 0.5;
    margin-bottom: 30px;
}

.a3 img {
    margin-bottom: 35px;
    border: 1px solid #0da7c8;
}

.a4-right {
    font-family: poppins;
    font-size: 15.8px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

#specs-section {
    margin-bottom: 30px;
}

.business-sectors h5 {
    font-family: poppins;
    font-weight: 900;
    font-size: 24px;
}

.achievements h5 {
    font-family: poppins;
    font-weight: 900;
    font-size: 24px;
}

.business-sectors p {
    font-family: "Open Sans";
    font-size: 15px;
}

.achievements p {
    font-family: "Open Sans";
    font-size: 15px;
    margin-bottom: 60px;
}

.new1-right {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 900;
    font-size: 13px;
}

.x-1 a {
    color: #0da7c8;
}

.x-1 {
    font-family: poppins;
    float: right;
    margin-top: 1em;
    font-size: 13px;
}


/* .f-1{
    padding: 0;
} */


/* 22-10-2018 */

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}

.drop-main {
    font-family: poppins;
}

.drop-a {
    font-family: poppins;
}

.drop-a:hover {
    color: #feb005;
}

.new-ul {
    padding: 0;
}

.values-ul {
    padding: 0;
}


/* carousel */

.carousel-indicators {
    margin-top: 7em;
    position: absolute;
    right: 0;
    top: 13em;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.sectors-img {
    margin-bottom: 30px;
	-webkit-filter: drop-shadow(3px 3px 3px #222 );
	filter: drop-shadow(3px 3px 3px #222);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #feb005;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    line-height: 2;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: white !important;
    text-decoration: none;
    background-color: #3c7d97;
    font-size: 14px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    line-height: 2.5 !important;
    font-size: 14px;
}


/* .custom-new-img {
    
} */


/* new */


/* #owl-demo .item {
    background: #42bdc2;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
} */


/* .owl-dot.active span {}

.owl-theme .owl-dots .owl-dot span:hover {
    background: #feb005;
} */

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -15px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #feb005;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: -1em;
}

.drop-a :hover {
    color: white;
}

/*.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #feb005;
}*/

#myVideo1 {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    display: none;
}

.animated {
    animation-duration: 2s !important;
}

.banner-para1 {
    animation-delay: 1s;
}

.banner-para2 {
    animation-delay: 2s;
    color: #FFEB3B !important;
}

.home-slider img {
    border: 2px solid #0da7c8;
}

.featured-specs img {
    border-radius: 50%;
	 -webkit-filter: drop-shadow(3px 3px 3px #222 );
	  filter: drop-shadow(3px 3px 3px #222);
}

.navbar-light .navbar-brand {
    color: #fff !important;
}

.logo-text p {
    margin-bottom: 0px !important;
    font-size: 12px;
    text-align: right;
    line-height: 18px;
    text-align: left;
    color: #FFEB3B;
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.logo-text h4 {
    font-size: 13px;
    text-align: right;
    margin-bottom: 1px !important;
    text-align: left;
}

.logo-text h3 {
    margin-bottom: 0px;
    text-align: right;
    line-height: 30px;
    text-align: left;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99999999;
}

    .sticky .logo-img {
        width: 25%;
        margin-top: -42px;
        margin-left: 32px;
        color: black !important;
    }

    .sticky .logo-text h3 {
        line-height: 18px;
        font-size: 15px !important;
    }

.sticky .logo-text h4 {
    font-size: 9px;
}

    .sticky .logo-text p {
        font-size: 11px;
        margin-top: -11px !important;
        color: #275884;
    }

.sticky .logo-img div:nth-child(1) {
    width: 25%;
}

.sticky .logo-img div:nth-child(2) {
    width: 75%;
    padding-bottom: 5px;
}

.sticky .navbar-brand {
    margin-right: 115px !important;
    margin-left: -22px !important;
}

    .sticky .main-logo {
        width: 102px !important;
        margin-top: 0px !important;
        margin-left: 14px !important;
        height: 96px !important;
    }

    .sticky #navbarNav ul li a {
        color: black !important;
        background: transparent;
        top: 12px;
    }

    .sticky #navbarNav ul li .active-nav {
        color: #2196f3 !important;
    }

    .sticky #navbarNav ul li a:hover {
        color: #2196f3 !important;
    }

    .sticky #navbarNav {
        background-color: transparent !important;
        margin-top: 8px !important;
    }

    /* 27-10-2018 */
    .z-1 {
        width: 100%;
        float: left;
    }

.padd-0 {
    padding: 0px !important;
}

.padd-0 p {
    text-align: justify;
    word-break: break-all;
}

.navbar-toggler:focus {
    border-color: none;
}

/**Services**/

.services-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.custom-container {
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-left: 50px !important;
}

.background-shade {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(96, 104, 138, 0.36);
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.img-border-services {
    border-top: 1px solid #15a00d;
    /*border-radius: 5px;*/
    -webkit-box-shadow: 6px 6px 19px -9px rgba(0,0,0,1);
    -moz-box-shadow: 6px 6px 19px -9px rgba(0,0,0,1);
    box-shadow: 6px 6px 19px -9px rgba(0,0,0,1);
}

/* .owl-prev i,
.owl-next i {
    transform: scale(1, 6);
    color: #ccc;
} */
@media only screen and (max-width: 1024px) {
    .nav-link {
        padding: 0px 10px !important;
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .sticky .navbar-brand {
        margin-right: 0px !important;
    }
    .sticky .logo-img div:nth-child(1) {
        width: 22%;
    }
    .sticky .logo-img div:nth-child(2) {
        width: 78%;
        padding-bottom: 0px;
    }
    .logo-text {
        width: 50%;
    }
    .navbar-brand {
        margin-right: 0px !important;
    }
    .logo-text h4 {
        font-size: 12px;
    }
    .logo-text p {
        font-size: 11px;
    }
    .logo-text h3 {
        line-height: 25px;
        font-size: 21px;
    }
    #myVideo1 {
        display: block;
    }
    .new-c-2 h4 {
        font-size: 30px !important;
    }
    .sub-content p {
        line-height: 1.8 !important;
        font-size: 16px !important;
    }
    .c-5 {
        padding: 10px;
    }
    .x-1 {
        font-size: 11px;
        float: left;
    }
    .c-1 {
        font-size: 11px;
    }
    .f-li {
        font-size: 13px;
    }
    .a5 p {
        color: white;
        font-size: 13px;
    }
    .z2 {
        text-align: center !important;
    }
    .new-c-2 {
        margin-top: 2em;
    }
    /* .header-bg {
        height: 490px;
    } */
    /* .header-bg {
        height: 575px;
    } */
    .line-4 {
        width: 103px;
    }
    .line-3 {
        width: 176px;
    }
    .zz-1 {
        margin-bottom: 0px !important;
    }
    .img-1 {
        margin-bottom: 10px !important;
    }
    .f-1 {
        padding: 0;
    }
    .footer-1 {
        margin-top: -3em;
    }
    .z10 {
        text-align: center;
    }
    .x-1 {
        margin-top: -1em;
    }
    .button-1 {
        text-align: center;
    }
    #services-section {
        height: 320px;
    }
    .navbar-light .navbar-toggler {
        border: none !important;
    }

    .margin-btm {
        margin-bottom: 25px;
    }
    button:focus {
        outline: none !important;
    }
	
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 18px;
    border-radius: 50%;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border: 0;
	bottom: 12px !important;
}

	.scroll-icon {
		width: 52px;
	}
    .scroll-top span {
        padding-top: 10px;
    }

    .scroll-top:after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    }	
	
    #navbarNav {
		margin-top: 83px !important;
		position: absolute;
		z-index: 10;
		right: 0;
	}
	.navbar {
        width: 100%;
    }
    .navbar-brand {
        width: 50%;
		padding-top: 8px !important;
		margin-left: 10px !important;		
    }
    .navbar-toggler {
		width: 23%;
		margin-top: 50px;
    }

    .main-logo {
	width: 72px;
	margin-top: 5px;
	margin-left: -10px;
	height: 72px;
    }
}

@media only screen and (min-width:768px) and (max-width: 992px) {

    #navbarNav {
		margin-top: 6px !important;
		position: absolute;
		z-index: 10;
		right: 35px;
	}
	.navbar {
        width: 100%;
    }
    .navbar-brand {
        width: 50%;
		padding-top: 8px !important;
		margin-left: 10px !important;		
    }
    .navbar-toggler {
		margin-top: 0;
		margin-left: 80px;
    }

    .new-c-2 {
        margin-top: 3em;
    }
    .c-5 {
        padding: 15px;
    }
    .dr-1 {
        line-height: 1.5;
    }
}

@media only screen and (max-width: 500px) {
    .sticky .logo-img div:nth-child(1) {
        width: 22%;
    }
    .sticky .logo-img div:nth-child(2) {
        width: 78%;
        padding-bottom: 0px;
    }
    .logo-text {
        width: 50%;
    }
    .navbar-brand {
        margin-right: 0px !important;
    }
    .logo-text h4 {
        font-size: 12px;
    }
    .logo-text p {
        font-size: 11px;
    }
    .logo-text h3 {
        line-height: 25px;
        font-size: 21px;
    }
}

@media only screen and (max-width: 400px) {
    .sticky .logo-img div:nth-child(1) {
        width: 22%;
    }
    .sticky .logo-img div:nth-child(2) {
        width: 78%;
        padding-bottom: 0px;
    }
    .logo-text {
        width: 50%;
    }
    .navbar-brand {
        margin-right: 0px !important;
    }
    .logo-text h4 {
        font-size: 8px;
    }
    .logo-text p {
        font-size: 8px;
    }
    .logo-text h3 {
		line-height: 20px;
		font-size: 15px;
    }
    .sticky .logo-text h3 {
        line-height: 23px;
        font-size: 20px;
    }
    .navbar {
        width: 100%;
    }
    .navbar-brand {
        width: 80%;
    }
    .navbar-toggler {
        width: 20%;
    }
    .ws_images {
        height: 110px !important;
    }
    #services-section {
        height: 240px;
    }
	
	.new-c-2 {
		margin-top: 0;
    }
}

@media only screen and (max-width: 380px) {
    #navbarNav {
		margin-top: 83px !important;
		right: -10px !important;
		position: absolute;
		z-index: 10;
	}
	.navbar {
        width: 100%;
    }
    .navbar-brand {
        width: 50%;
		padding-top: 8px !important;
		margin-left: 10px !important;		
    }
    .navbar-toggler {
		width: 23%;
		margin-top: 50px;
    }

    .main-logo {
	width: 72px;
	margin-top: 5px;
	margin-left: -10px;
	height: 72px;
    }
}

/*Business Sector*/

.container-border {
    /*border: 1px solid #f5f3ed;*/
    border-radius: 5px;
    padding-top: 16px;
}

.padt-10
{
	padding-top: 10px;
}

.align-center {
    text-align: center;
}

.font-color {
    color: #2196F3 !important;
}

.aboutus-home {
    border: none !important;
    margin-bottom: 24px !important;
    width: 267px;
	-webkit-filter: drop-shadow(3px 3px 3px #222 );
	filter: drop-shadow(3px 3px 3px #222);
	
}

.container-home {
  width: 100%;
  height: 80%;
  min-width: 100%;
  min-height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/final/background.jpeg) top center no-repeat fixed;
  overflow: hidden;
  background-size:cover;
}

div[class^='ripple-home-'] {
  width: 2000px;
  position: relative;
  left: 0px;
  background: url(../images/final/background.jpeg) top center no-repeat fixed;
  animation-name: water;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  background-size:cover;
}
.ripple-home-1 {
  height: 3px;
  top: 135px;
  animation-delay: -1s;
  animation-duration: 0.66s;
}

.ripple-home-2 {
  height: 6px;
  top: 136px;
  animation-delay: -1.8s;
  animation-duration: 0.57s;
}

.ripple-home-3 {
  height: 9px;
  top: 137px;
  animation-delay: -2s;
  animation-duration: 0.73s;
}

.ripple-home-4 {
  height: 12px;
  top: 138px;
  animation-delay: -1.6s;
  animation-duration: 1.14s;
}

.ripple-home-5 {
  height: 15px;
  top: 139px;
  animation-delay: -1s;
  animation-duration: 1.3s;
}

.ripple-home-6 {
  height: 18px;
  top: 140px;
  animation-delay: -1.2s;
  animation-duration: 1.46s;
}

.ripple-home-7 {
  height: 21px;
  top: 141px;
  animation-delay: -0.2s;
  animation-duration: 1.62s;
}

.ripple-home-8 {
  height: 24px;
  top: 142px;
  animation-delay: -0.8s;
  animation-duration: 1.53s;
}

.ripple-home-9 {
  height: 27px;
  top: 143px;
  animation-delay: -1s;
  animation-duration: 1.94s;
}

.ripple-home-10 {
  height: 30px;
  top: 144px;
  animation-delay: -0.2s;
  animation-duration: 1.85s;
}

.ripple-home-11 {
  height: 33px;
  top: 145px;
  animation-delay: -1.6s;
  animation-duration: 2.01s;
}

.ripple-home-12 {
  height: 36px;
  top: 146px;
  animation-delay: -0.2s;
  animation-duration: 2.17s;
}

.ripple-home-13 {
  height: 39px;
  top: 147px;
  animation-delay: -0.6s;
  animation-duration: 2.58s;
}

.ripple-home-14 {
  height: 42px;
  top: 148px;
  animation-delay: -1.6s;
  animation-duration: 2.74s;
}

.ripple-home-15 {
  height: 45px;
  top: 149px;
  animation-delay: -0.8s;
  animation-duration: 2.9s;
}

.ripple-home-16 {
  height: 48px;
  top: 150px;
  animation-delay: -1.4s;
  animation-duration: 2.81s;
}

.ripple-home-17 {
  height: 51px;
  top: 151px;
  animation-delay: -1.6s;
  animation-duration: 2.97s;
}

.ripple-home-18 {
  height: 54px;
  top: 152px;
  animation-delay: -0.4s;
  animation-duration: 3.38s;
}

.ripple-home-19 {
  height: 57px;
  top: 153px;
  animation-delay: -0.2s;
  animation-duration: 3.54s;
}

.ripple-home-20 {
  height: 60px;
  top: 154px;
  animation-delay: -0.6s;
  animation-duration: 3.45s;
}

@keyframes water {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(180deg);
  }
}

.container-contactus {
    width: 100%;
    height: 80%;
    min-width: 100%;
    min-height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/contactus/background.jpeg) top center no-repeat fixed;
    overflow: hidden;
    background-size: cover;
}

div[class^='ripple-contactus-'] {
    width: 2000px;
    position: relative;
    left: 0px;
    background: url(../images/contactus/background.jpeg) top center no-repeat fixed;
    animation-name: water;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background-size: cover;
}

.ripple-contactus-1 {
    height: 3px;
    top: 135px;
    animation-delay: -1s;
    animation-duration: 0.66s;
}

.ripple-contactus-2 {
    height: 6px;
    top: 136px;
    animation-delay: -1.8s;
    animation-duration: 0.57s;
}

.ripple-contactus-3 {
    height: 9px;
    top: 137px;
    animation-delay: -2s;
    animation-duration: 0.73s;
}

.ripple-contactus-4 {
    height: 12px;
    top: 138px;
    animation-delay: -1.6s;
    animation-duration: 1.14s;
}

.ripple-contactus-5 {
    height: 15px;
    top: 139px;
    animation-delay: -1s;
    animation-duration: 1.3s;
}

.ripple-contactus-6 {
    height: 18px;
    top: 140px;
    animation-delay: -1.2s;
    animation-duration: 1.46s;
}

.ripple-contactus-7 {
    height: 21px;
    top: 141px;
    animation-delay: -0.2s;
    animation-duration: 1.62s;
}

.ripple-contactus-8 {
    height: 24px;
    top: 142px;
    animation-delay: -0.8s;
    animation-duration: 1.53s;
}

.ripple-contactus-9 {
    height: 27px;
    top: 143px;
    animation-delay: -1s;
    animation-duration: 1.94s;
}

.ripple-contactus-10 {
    height: 30px;
    top: 144px;
    animation-delay: -0.2s;
    animation-duration: 1.85s;
}

.ripple-contactus-11 {
    height: 33px;
    top: 145px;
    animation-delay: -1.6s;
    animation-duration: 2.01s;
}

.ripple-contactus-12 {
    height: 36px;
    top: 146px;
    animation-delay: -0.2s;
    animation-duration: 2.17s;
}

.ripple-contactus-13 {
    height: 39px;
    top: 147px;
    animation-delay: -0.6s;
    animation-duration: 2.58s;
}

.ripple-contactus-14 {
    height: 42px;
    top: 148px;
    animation-delay: -1.6s;
    animation-duration: 2.74s;
}

.ripple-contactus-15 {
    height: 45px;
    top: 149px;
    animation-delay: -0.8s;
    animation-duration: 2.9s;
}

.ripple-contactus-16 {
    height: 48px;
    top: 150px;
    animation-delay: -1.4s;
    animation-duration: 2.81s;
}

.ripple-contactus-17 {
    height: 51px;
    top: 151px;
    animation-delay: -1.6s;
    animation-duration: 2.97s;
}

.ripple-contactus-18 {
    height: 54px;
    top: 152px;
    animation-delay: -0.4s;
    animation-duration: 3.38s;
}

.ripple-contactus-19 {
    height: 57px;
    top: 153px;
    animation-delay: -0.2s;
    animation-duration: 3.54s;
}

.ripple-contactus-20 {
    height: 60px;
    top: 154px;
    animation-delay: -0.6s;
    animation-duration: 3.45s;
}

/**Services**/

.background-service-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.container-services {
    width: 100%;
    height: 80%;
    min-width: 100%;
    min-height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/services/background.jpg) top center no-repeat fixed;
    overflow: hidden;
    background-size: cover;
}

div[class^='ripple-services-'] {
    width: 2000px;
    position: relative;
    left: 0px;
    background: url(../images/services/background.jpg) top center no-repeat fixed;
    animation-name: water;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background-size: cover;
}

.ripple-services-1 {
    height: 3px;
    top: 155px;
    animation-delay: -1s;
    animation-duration: 0.66s;
}

.ripple-services-2 {
    height: 6px;
    top: 156px;
    animation-delay: -1.8s;
    animation-duration: 0.57s;
}

.ripple-services-3 {
    height: 12px;
    top: 157px;
    animation-delay: -2s;
    animation-duration: 0.73s;
}

.ripple-services-4 {
    height: 15px;
    top: 158px;
    animation-delay: -1.6s;
    animation-duration: 1.14s;
}

.ripple-services-5 {
    height: 15px;
    top: 159px;
    animation-delay: -1s;
    animation-duration: 1.3s;
}

.ripple-services-6 {
    height: 12px;
    top: 160px;
    animation-delay: -1.2s;
    animation-duration: 1.46s;
}

.ripple-services-7 {
    height: 13px;
    top: 161px;
    animation-delay: -0.2s;
    animation-duration: 1.62s;
}

.ripple-services-8 {
    height: 14px;
    top: 162px;
    animation-delay: -0.8s;
    animation-duration: 1.53s;
}

.ripple-services-9 {
    height: 15px;
    top: 163px;
    animation-delay: -1s;
    animation-duration: 1.94s;
}

.ripple-services-10 {
    height: 12px;
    top: 164px;
    animation-delay: -0.2s;
    animation-duration: 1.85s;
}

.ripple-services-11 {
    height: 13px;
    top: 165px;
    animation-delay: -1.6s;
    animation-duration: 2.01s;
}

.ripple-services-12 {
    height: 14px;
    top: 166px;
    animation-delay: -0.2s;
    animation-duration: 2.17s;
}

.ripple-services-13 {
    height: 12px;
    top: 167px;
    animation-delay: -0.6s;
    animation-duration: 2.58s;
}

.ripple-services-14 {
    height: 12px;
    top: 168px;
    animation-delay: -1.6s;
    animation-duration: 2.74s;
}

.ripple-services-15 {
    height: 11px;
    top: 169px;
    animation-delay: -0.8s;
    animation-duration: 2.9s;
}

.ripple-services-16 {
    height: 12px;
    top: 170px;
    animation-delay: -1.4s;
    animation-duration: 2.81s;
}

.ripple-services-17 {
    height: 11px;
    top: 171px;
    animation-delay: -1.6s;
    animation-duration: 2.97s;
}

.ripple-services-18 {
    height: 12px;
    top: 172px;
    animation-delay: -0.4s;
    animation-duration: 3.38s;
}

.ripple-services-19 {
    height: 11px;
    top: 173px;
    animation-delay: -0.2s;
    animation-duration: 3.54s;
}

.ripple-services-20 {
    height: 12px;
    top: 174px;
    animation-delay: -0.6s;
    animation-duration: 3.45s;
}

.ripple-services-21 {
    height: 12px;
    top: 175px;
    animation-delay: -0.6s;
    animation-duration: 3.45s;
}

.ripple-services-22 {
    height: 12px;
    top: 176px;
    animation-delay: -0.6s;
    animation-duration: 3.45s;
}

.ripple-services-23 {
    height: 12px;
    top: 177px;
    animation-delay: -0.6s;
    animation-duration: 3.45s;
}

.ripple-services-24 {
    height: 12px;
    top: 178px;
    animation-delay: -0.6s;
    animation-duration: 3.45s;
}

.ripple-services-25 {
    height: 12px;
    top: 179px;
    animation-delay: -0.6s;
    animation-duration: 3.45s;
}

.single-bird {
    background-image: url(../images/services/single-bird.gif);
    background-size: auto 100%;
    width: 100px;
    height: 120px;
    will-change: background-position;
    -webkit-animation-name: fly-cycle;
    animation-name: fly-cycle;
    -webkit-animation-timing-function: steps(1);
    animation-timing-function: steps(1);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.single-bird--one {
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}

.single-bird-container {
    position: absolute;
    top: -30px;
    left: -10%;
    -webkit-transform: scale(0) translateX(-10vw);
    transform: scale(0) translateX(-10vw);
    will-change: transform;
    -webkit-animation-name: fly-right-one;
    animation-name: fly-right-one;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.single-bird-container--one {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.bird {
    background-image: url(../images/services/group-bird.gif);
    background-size: auto 100%;
    width: 120px;
    height: 120px;
    will-change: background-position;
    -webkit-animation-name: fly-cycle;
    animation-name: fly-cycle;
    -webkit-animation-timing-function: steps(1);
    animation-timing-function: steps(1);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.bird--one {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.bird--two {
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}

.bird--three {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}

.bird--four {
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.bird-container {
    position: absolute;
    top: -10px;
    left: -10%;
    -webkit-transform: scale(0) translateX(-10vw);
    transform: scale(0) translateX(-10vw);
    will-change: transform;
    -webkit-animation-name: fly-right-one;
    animation-name: fly-right-one;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.bird-container--one {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.bird-container--two {
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.bird-container--three {
    -webkit-animation-duration: 14.6s;
    animation-duration: 14.6s;
    -webkit-animation-delay: 9.5s;
    animation-delay: 9.5s;
}

.bird-container--four {
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-delay: 10.25s;
    animation-delay: 10.25s;
}

@-webkit-keyframes fly-cycle {
    100% {
        background-position: -900px 0;
    }
}

@keyframes fly-cycle {
    100% {
        background-position: -900px 0;
    }
}

@-webkit-keyframes fly-right-one {
    0% {
        -webkit-transform: scale(0.3) translateX(-10vw);
        transform: scale(0.3) translateX(-10vw);
    }

    10% {
        -webkit-transform: translateY(2vh) translateX(10vw) scale(0.3);
        transform: translateY(2vh) translateX(10vw) scale(0.3);
    }

    20% {
        -webkit-transform: translateY(0vh) translateX(30vw) scale(0.3);
        transform: translateY(0vh) translateX(30vw) scale(0.3);
    }

    30% {
        -webkit-transform: translateY(4vh) translateX(50vw) scale(0.3);
        transform: translateY(4vh) translateX(50vw) scale(0.3);
    }

    40% {
        -webkit-transform: translateY(2vh) translateX(70vw) scale(0.25);
        transform: translateY(2vh) translateX(70vw) scale(0.25);
    }

    50% {
        -webkit-transform: translateY(0vh) translateX(90vw) scale(0.2);
        transform: translateY(0vh) translateX(90vw) scale(0.2);
    }

    60% {
        -webkit-transform: translateY(0vh) translateX(110vw) scale(0.2);
        transform: translateY(0vh) translateX(110vw) scale(0.2);
    }

    100% {
        -webkit-transform: translateY(0vh) translateX(110vw) scale(0.2);
        transform: translateY(0vh) translateX(110vw) scale(0.2);
    }
}

@keyframes fly-right-one {
    0% {
        -webkit-transform: scale(0.3) translateX(-10vw);
        transform: scale(0.3) translateX(-10vw);
    }

    10% {
        -webkit-transform: translateY(2vh) translateX(10vw) scale(0.3);
        transform: translateY(2vh) translateX(10vw) scale(0.3);
    }

    20% {
        -webkit-transform: translateY(0vh) translateX(30vw) scale(0.3);
        transform: translateY(0vh) translateX(30vw) scale(0.3);
    }

    30% {
        -webkit-transform: translateY(4vh) translateX(50vw) scale(0.3);
        transform: translateY(4vh) translateX(50vw) scale(0.3);
    }

    40% {
        -webkit-transform: translateY(2vh) translateX(70vw) scale(0.25);
        transform: translateY(2vh) translateX(70vw) scale(0.25);
    }

    50% {
        -webkit-transform: translateY(0vh) translateX(90vw) scale(0.2);
        transform: translateY(0vh) translateX(90vw) scale(0.2);
    }

    60% {
        -webkit-transform: translateY(0vh) translateX(110vw) scale(0.2);
        transform: translateY(0vh) translateX(110vw) scale(0.2);
    }

    100% {
        -webkit-transform: translateY(0vh) translateX(110vw) scale(0.2);
        transform: translateY(0vh) translateX(110vw) scale(0.2);
    }
}

@-webkit-keyframes fly-right-two {
    0% {
        -webkit-transform: translateY(-2vh) translateX(-10vw) scale(0.5);
        transform: translateY(-2vh) translateX(-10vw) scale(0.5);
    }

    10% {
        -webkit-transform: translateY(0vh) translateX(10vw) scale(0.4);
        transform: translateY(0vh) translateX(10vw) scale(0.4);
    }

    20% {
        -webkit-transform: translateY(-4vh) translateX(30vw) scale(0.6);
        transform: translateY(-4vh) translateX(30vw) scale(0.6);
    }

    30% {
        -webkit-transform: translateY(1vh) translateX(50vw) scale(0.45);
        transform: translateY(1vh) translateX(50vw) scale(0.45);
    }

    40% {
        -webkit-transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
        transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
    }

    50% {
        -webkit-transform: translateY(0vh) translateX(90vw) scale(0.45);
        transform: translateY(0vh) translateX(90vw) scale(0.45);
    }

    51% {
        -webkit-transform: translateY(0vh) translateX(110vw) scale(0.45);
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }

    100% {
        -webkit-transform: translateY(0vh) translateX(110vw) scale(0.45);
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }
}

@keyframes fly-right-two {
    0% {
        -webkit-transform: translateY(-2vh) translateX(-10vw) scale(0.5);
        transform: translateY(-2vh) translateX(-10vw) scale(0.5);
    }

    10% {
        -webkit-transform: translateY(0vh) translateX(10vw) scale(0.4);
        transform: translateY(0vh) translateX(10vw) scale(0.4);
    }

    20% {
        -webkit-transform: translateY(-4vh) translateX(30vw) scale(0.6);
        transform: translateY(-4vh) translateX(30vw) scale(0.6);
    }

    30% {
        -webkit-transform: translateY(1vh) translateX(50vw) scale(0.45);
        transform: translateY(1vh) translateX(50vw) scale(0.45);
    }

    40% {
        -webkit-transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
        transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
    }

    50% {
        -webkit-transform: translateY(0vh) translateX(90vw) scale(0.45);
        transform: translateY(0vh) translateX(90vw) scale(0.45);
    }

    51% {
        -webkit-transform: translateY(0vh) translateX(110vw) scale(0.45);
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }

    100% {
        -webkit-transform: translateY(0vh) translateX(110vw) scale(0.45);
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }
}

/**Business Sector**/

.background-business-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.container-business {
    width: 100%;
    height: 87%;
    min-width: 100%;
    min-height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/business-sector/background.jpeg) top center no-repeat fixed;
    overflow: hidden;
    background-size: cover;
}

div[class^='ripple-business-'] {
    width: 2000px;
    position: relative;
    left: 0px;
    background: url(../images/business-sector/background.jpeg) top center no-repeat fixed;
    animation-name: water;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background-size: cover;
}

.ripple-business-1 {
    height: 3px;
    top: 251px;
    animation-delay: -1s;
    animation-duration: 0.66s;
}

.ripple-business-2 {
    height: 6px;
    top: 252px;
    animation-delay: -1.8s;
    animation-duration: 0.57s;
}

.ripple-business-3 {
    height: 12px;
    top: 253px;
    animation-delay: -2s;
    animation-duration: 0.73s;
}

.ripple-business-4 {
    height: 15px;
    top: 254px;
    animation-delay: -1.6s;
    animation-duration: 1.14s;
}

.ripple-business-5 {
    height: 15px;
    top: 255px;
    animation-delay: -1s;
    animation-duration: 1.3s;
}

.ripple-business-6 {
    height: 12px;
    top: 256px;
    animation-delay: -1.2s;
    animation-duration: 1.46s;
}

.ripple-business-7 {
    height: 13px;
    top: 257px;
    animation-delay: -0.2s;
    animation-duration: 1.62s;
}

.ripple-business-8 {
    height: 14px;
    top: 258px;
    animation-delay: -0.8s;
    animation-duration: 1.53s;
}

.ripple-business-9 {
    height: 15px;
    top: 259px;
    animation-delay: -1s;
    animation-duration: 1.94s;
}

.ripple-business-10 {
    height: 12px;
    top: 260px;
    animation-delay: -0.2s;
    animation-duration: 1.85s;
}

.ripple-business-11 {
    height: 13px;
    top: 261px;
    animation-delay: -1.6s;
    animation-duration: 2.01s;
}

.ripple-business-12 {
    height: 14px;
    top: 262px;
    animation-delay: -0.2s;
    animation-duration: 2.17s;
}

.ripple-business-13 {
    height: 12px;
    top: 263px;
    animation-delay: -0.6s;
    animation-duration: 2.58s;
}

.ripple-business-14 {
    height: 12px;
    top: 264px;
    animation-delay: -1.6s;
    animation-duration: 2.74s;
}

.ripple-business-15 {
    height: 11px;
    top: 265px;
    animation-delay: -0.8s;
    animation-duration: 2.9s;
}

.ripple-business-16 {
    height: 12px;
    top: 266px;
    animation-delay: -1.4s;
    animation-duration: 2.81s;
}

.ripple-business-17 {
    height: 12px;
    top: 267px;
    animation-delay: -1.6s;
    animation-duration: 2.97s;
}

.ripple-business-18 {
    height: 13px;
    top: 268px;
    animation-delay: -0.4s;
    animation-duration: 3.38s;
}

.ripple-business-19 {
    height: 14px;
    top: 269px;
    animation-delay: -0.2s;
    animation-duration: 3.54s;
}

.ripple-business-20 {
    height: 15px;
    top: 270px;
    animation-delay: -0.6s;
    animation-duration: 3.45s;
}

.img-coconut-tree-1 {
    position: absolute;
    width: 212px;
    left: 620px;
    top: 46px;
    z-index: 1;
}

.img-coconut-tree-2 {
    position: absolute;
    width: 320px;
    top: 50px;
    left: 218px;
    z-index: 1
}

/**Our Value**/

.container-ourvalue {
    width: 100%;
    height: 80%;
    min-width: 100%;
    min-height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/ourvalues/background.jpeg) top center no-repeat fixed;
    overflow: hidden;
    background-size: cover;
}

.container-imta {
    width: 100%;
    height: 80%;
    min-width: 100%;
    min-height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/imta/background.jpeg) top center no-repeat fixed;
    overflow: hidden;
    background-size: cover;
}

.container-aboutus {
    width: 100%;
    height: 80%;
    min-width: 100%;
    min-height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/aboutus/aboutus.jpg) top center no-repeat fixed;
    overflow: hidden;
    background-size: cover;
}

.container-achievements {
    width: 100%;
    height: 80%;
    min-width: 100%;
    min-height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/achievements/background.jpg) top center no-repeat fixed;
    overflow: hidden;
    background-size: cover;
}

.container-braised {
    width: 100%;
    height: 80%;
    min-width: 100%;
    min-height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/braised/background.jpg) top center no-repeat fixed;
    overflow: hidden;
    background-size: cover;
}

.container-dried {
    width: 100%;
    height: 87%;
    min-width: 100%;
    min-height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/dried/background.jpg) top center no-repeat fixed;
    overflow: hidden;
    background-size: cover;
}

.container-health {
    width: 100%;
    height: 85%;
    min-width: 100%;
    min-height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/health/background.jpg) top center no-repeat fixed;
    overflow: hidden;
    background-size: cover;
}

.container-company {
    width: 100%;
    height: 80%;
    min-width: 100%;
    min-height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/company/background.jpg) top center no-repeat fixed;
    overflow: hidden;
    background-size: cover;
}

.container-specialisation {
    width: 100%;
    height: 80%;
    min-width: 100%;
    min-height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/specialisation/background.jpg) top center no-repeat fixed;
    overflow: hidden;
    background-size: cover;
}

.color-white {
    color: #ffffff !important;
}

.imta-main-header {
    color: #ffffff !important;
    font-size: 70px !important;
}

.imta-child-header {
    color: #ffffff !important;
    font-size: 23px !important;
}

.home-header-main {
    font-size: 70px !important;
}

.home-header-child {
    font-size: 22px !important;
}

.home-header-child_1 {
    font-size: 24px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.mgnt-0 {
    margin-top: 0 !important;
}

.mgnt-20 {
    margin-top: 20px !important;
}

.mgnt-40 {
    margin-top: 40px !important;
}

.aboutus-header-main {
    font-size: 70px !important;
    color: #ffffff !important;
}

.aboutus-header-child {
    font-size: 40px !important;
    color: #ffffff !important;
}

.imta-main-img {
    margin-top: 42px;
    border-top: 2px solid #896b23;
}

.effect1 {
    -webkit-box-shadow: 6px 6px 19px -9px rgba(0,0,0,1);
    -moz-box-shadow: 6px 6px 19px -9px rgba(0,0,0,1);
    box-shadow: 6px 6px 19px -9px rgba(0,0,0,1);
}

.img-circular-aboutus-beni {
    width: 140px;
    height: 140px;
    background-image: url('../images/aboutus/beni.jpg');
    background-size: cover;
    display: block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.title-circular-aboutus-beni {
    /*position: absolute;
    bottom: 0;*/
}

.padl-0 {
    padding-left: 0;
}

@media only screen and (min-width:1920px) {

/**Business Sector**/

.ripple-business-1 {
    height: 3px;
    top: 315px;
    animation-delay: -1s;
    animation-duration: 0.66s;
}

.ripple-business-2 {
    height: 6px;
    top: 316px;
    animation-delay: -1.8s;
    animation-duration: 0.57s;
}

.ripple-business-3 {
    height: 12px;
    top: 317px;
    animation-delay: -2s;
    animation-duration: 0.73s;
}

.ripple-business-4 {
    height: 15px;
    top: 318px;
    animation-delay: -1.6s;
    animation-duration: 1.14s;
}

.ripple-business-5 {
    height: 15px;
    top: 319px;
    animation-delay: -1s;
    animation-duration: 1.3s;
}

.ripple-business-6 {
    height: 12px;
    top: 320px;
    animation-delay: -1.2s;
    animation-duration: 1.46s;
}

.ripple-business-7 {
    height: 13px;
    top: 321px;
    animation-delay: -0.2s;
    animation-duration: 1.62s;
}

.ripple-business-8 {
    height: 14px;
    top: 322px;
    animation-delay: -0.8s;
    animation-duration: 1.53s;
}

.ripple-business-9 {
    height: 15px;
    top: 323px;
    animation-delay: -1s;
    animation-duration: 1.94s;
}

.ripple-business-10 {
    height: 12px;
    top: 324px;
    animation-delay: -0.2s;
    animation-duration: 1.85s;
}

.ripple-business-11 {
    height: 13px;
    top: 325px;
    animation-delay: -1.6s;
    animation-duration: 2.01s;
}

.ripple-business-12 {
    height: 14px;
    top: 326px;
    animation-delay: -0.2s;
    animation-duration: 2.17s;
}

.ripple-business-13 {
    height: 12px;
    top: 327px;
    animation-delay: -0.6s;
    animation-duration: 2.58s;
}

.ripple-business-14 {
    height: 12px;
    top: 328px;
    animation-delay: -1.6s;
    animation-duration: 2.74s;
}

.ripple-business-15 {
    height: 11px;
    top: 329px;
    animation-delay: -0.8s;
    animation-duration: 2.9s;
}

.ripple-business-16 {
    height: 12px;
    top: 330px;
    animation-delay: -1.4s;
    animation-duration: 2.81s;
}

.ripple-business-17 {
    height: 12px;
    top: 331px;
    animation-delay: -1.6s;
    animation-duration: 2.97s;
}

.ripple-business-18 {
    height: 13px;
    top: 332px;
    animation-delay: -0.4s;
    animation-duration: 3.38s;
}

.ripple-business-19 {
    height: 14px;
    top: 333px;
    animation-delay: -0.2s;
    animation-duration: 3.54s;
}

.ripple-business-20 {
    height: 15px;
    top: 334px;
    animation-delay: -0.6s;
    animation-duration: 3.45s;
}

/**Services**/

.ripple-services-1 {
    height: 3px;
    top: 216px;
    animation-delay: -1s;
    animation-duration: 0.66s;
}

.ripple-services-2 {
    height: 6px;
    top: 217px;
    animation-delay: -1.8s;
    animation-duration: 0.57s;
}

.ripple-services-3 {
    height: 12px;
    top: 218px;
    animation-delay: -2s;
    animation-duration: 0.73s;
}

.ripple-services-4 {
    height: 15px;
    top: 219px;
    animation-delay: -1.6s;
    animation-duration: 1.14s;
}

.ripple-services-5 {
    height: 15px;
    top: 220px;
    animation-delay: -1s;
    animation-duration: 1.3s;
}

.ripple-services-6 {
    height: 12px;
    top: 221px;
    animation-delay: -1.2s;
    animation-duration: 1.46s;
}

.ripple-services-7 {
    height: 13px;
    top: 222px;
    animation-delay: -0.2s;
    animation-duration: 1.62s;
}

.ripple-services-8 {
    height: 14px;
    top: 223px;
    animation-delay: -0.8s;
    animation-duration: 1.53s;
}

.ripple-services-9 {
    height: 15px;
    top: 224px;
    animation-delay: -1s;
    animation-duration: 1.94s;
}

.ripple-services-10 {
    height: 12px;
    top: 225px;
    animation-delay: -0.2s;
    animation-duration: 1.85s;
}

.ripple-services-11 {
    height: 13px;
    top: 226px;
    animation-delay: -1.6s;
    animation-duration: 2.01s;
}

.ripple-services-12 {
    height: 14px;
    top: 227px;
    animation-delay: -0.2s;
    animation-duration: 2.17s;
}

.ripple-services-13 {
    height: 12px;
    top: 228px;
    animation-delay: -0.6s;
    animation-duration: 2.58s;
}

.ripple-services-14 {
    height: 12px;
    top: 229px;
    animation-delay: -1.6s;
    animation-duration: 2.74s;
}

.ripple-services-15 {
    height: 11px;
    top: 230px;
    animation-delay: -0.8s;
    animation-duration: 2.9s;
}

.ripple-services-16 {
    height: 12px;
    top: 231px;
    animation-delay: -1.4s;
    animation-duration: 2.81s;
}

.ripple-services-17 {
    height: 11px;
    top: 232px;
    animation-delay: -1.6s;
    animation-duration: 2.97s;
}

.ripple-services-18 {
    height: 12px;
    top: 233px;
    animation-delay: -0.4s;
    animation-duration: 3.38s;
}

.ripple-services-19 {
    height: 11px;
    top: 234px;
    animation-delay: -0.2s;
    animation-duration: 3.54s;
}

.ripple-services-20 {
    height: 12px;
    top: 235px;
    animation-delay: -0.6s;
    animation-duration: 3.45s;
}

.ripple-services-21 {
    height: 12px;
    top: 236px;
    animation-delay: -0.6s;
    animation-duration: 3.45s;
}

.ripple-services-22 {
    height: 12px;
    top: 237px;
    animation-delay: -0.6s;
    animation-duration: 3.45s;
}

.ripple-services-23 {
    height: 12px;
    top: 238px;
    animation-delay: -0.6s;
    animation-duration: 3.45s;
}

.ripple-services-24 {
    height: 12px;
    top: 239px;
    animation-delay: -0.6s;
    animation-duration: 3.45s;
}

.ripple-services-25 {
    height: 12px;
    top: 240px;
    animation-delay: -0.6s;
    animation-duration: 3.45s;
}
}

	.container_img {

	}
	.container_img .thumbex {
    margin-top: 20px;
    -ms-flex: 1;
    overflow: hidden;
    box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
	}
	.container_img .thumbex .thumbnail {
    overflow: hidden;
    height: 252px;
    position: relative;
    backface-visibility: hidden;
    transition: all 0.4s ease-out;
	}
	.container_img .thumbex .thumbnail img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
	}

	.container_img .thumbex .thumbnail:hover {
	  backface-visibility: hidden;
	  transform: scale(1.15, 1.15);
	  opacity: 1;
	}
	.container_img .thumbex .thumbnail:hover span {
	  opacity: 0;
	}
	
	.container_img .shadowless {
    margin-top: 20px;
    -ms-flex: 1;
    overflow: hidden;
	}
	.container_img .shadowless .thumbnail {
    overflow: hidden;
    height: 252px;
    position: relative;
    backface-visibility: hidden;
    transition: all 0.4s ease-out;
	}
	.container_img .shadowless .thumbnail img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
	}

	.container_img .shadowless .thumbnail:hover {
	  backface-visibility: hidden;
	  transform: scale(1.15, 1.15);
	  opacity: 1;
	}
	.container_img .shadowless .thumbnail:hover span {
	  opacity: 0;
	}

#emphasis-section {
    margin-bottom: 20px;
}

.text-align-center {
    text-align: center;
}

.braised-style {
    color: #8b962e !important;
}