/*
Theme Name: Eumar Technologies
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk/
Description: Another custom theme for a happy customer!
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2022.1
Requires at least: 5.2
Requires PHP: 7.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input,input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}


/* * { 
    outline: 1px solid red;
    outline-offset: -1px;
  } */


* {
  font-family: 'Avenir',montserrat,sans-serif;
}



/* LAYOUT ************************************************/

section, article, main {
    display:grid;
    grid-template-columns: repeat(16, 1fr); 
    grid-column:  1 / 17; 
}

.main-grid-layout {
    display:grid;
    grid-template-columns: repeat(16, 1fr);
    padding: 0;
    margin: 0;
}

.blue-button {
    background: #009CDE;
    border: 2px solid #009CDE; 
    padding: 0.5em 40px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    align-items: center;
    letter-spacing: 0.1em;
    margin: 2% 0;
    border-radius: 10px;
}

.blue-button:hover {
    background: white;
    color: #009CDE;
}

.green-button {
    background: white;
    border: 2px solid #95A24B; 
    padding: 0.5em 40px;
    color: #95A24B;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    align-items: center;
    letter-spacing: 0.1em;
    margin: 2% 0;
    border-radius: 10px;
}

.green-button:hover {
    background: #95A24B;
    color: white;
    border: 2px solid white; 
}

p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
    padding-bottom: 25px;
    max-width: 764px;
    text-align: left;
}

a {
    text-decoration: none;
    color: #002058;
}


h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #002058; 
    padding-bottom: 25px;
    text-transform: uppercase;
}

img {
    vertical-align: bottom;
}

@media only screen and (max-width: 600px) {
/* 
    h2 {
        font-size: 22px;
        line-height: 24px;
    } */

    .blue-button, .green-button {
        font-weight: 500;
        font-size: 20px;
    }
    
}


/* HEADER BAR *************************************************/
.header-bar {
    background: #fff;
    display:grid;
    grid-template-columns: 1fr 50% 10%;
    grid-column:  1 / 17; 
    align-self: center;
    padding: 2% 2em;
    width: 100%;
    z-index: 10;
}

.logo-header {
    width: 366px;
    object-fit: cover;
}

.header-menu {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.header-menu ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr); 
}



/* MENU BAR *************************************************/

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

    #hamburger-input:checked, #hamburger-menu #sidebar-menu {
      display: none;
    }

    .logo-header-mobile {
        width: 80%;
        max-width: 366px;
    }

    .grid-header {
      width: 100%;
      height: 52px;
      display: grid;
      grid-template-columns: repeat(16, 1fr);
      z-index: 5;
    }

    .grid-header-logo-sec-2 {
        grid-column: 6 / 16;
        align-self: center;
    }

    .grid-header-logo-sec-2 a {
        font-weight: 800;
        font-size: 20px;
        line-height: 26px;
        text-decoration: none;     
      }

    .menu-item a {
        font-weight: 600;
        font-size: 16px;
        line-height: 25px;
        align-items: center;
        letter-spacing: 0.1em;
        color: #002058;
    }

    .menu-item a:hover {
        color: #009CDE;
        text-decoration: underline;
    }

    .menu-item a:active {
        color: #009CDE;
        text-decoration: underline;
    }

    #hamburger-input, .overlay, #hamburger-menu, #sidebar-menu {
        display: none;
    }

    .menu-item .sub-menu {
        display: none;
    }

    .menu-item:hover .sub-menu {
        display: grid;
        grid-template-columns: 1fr;
        background-color: #FBF8F8;
        padding: 1%;
        text-align: left;
        z-index: 5;
        max-width: 1000px; 
        position: absolute;
        font-weight: 800;
        font-size: 20px;
        line-height: 26px;
        color: #002058;   
        border-radius: 10px;    
    }

    .menu-item a:hover .sub-menu .sub-menu {
        display: grid;
        background-color: #FBF8F8;
        padding: 3% 0;
        text-align: left;
        z-index: 5;
        position: absolute;       
    }

    .menu-item:hover .sub-menu .menu-item a{
        font-weight: 600;
        font-size: 16px;
        line-height: 35px;
        align-items: center;
        letter-spacing: 0.1em;
        color: #000000;
    }

    .menu-item:hover .sub-menu .menu-item a:hover{
        color: #009CDE;
    }

}
    



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

    .header-bar {
        display:grid;
        grid-template-columns: 1fr 10% 20%;
        grid-column:  1 / 17; 
        align-self: center;
        padding: 5% 2em;
        background: #fff;
        width: 100%;
        z-index: 10;
    }

    .responsive-menu {
        align-self: center;
    }

    .logo-header {
        width: 100%;
        object-fit: cover;
    }

    .logo-header-mobile {
        width: 60%;
    }

    .menu-icon {
        width: 30px;
        height: 2px;
        background-color: black;
        margin: 2.5px 0;
    }

    .overlay{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        background: white;
    }

    .call-us-mobile {
        display: flex;
    }

    .phone_icon_mobile {
        width: 23px;
        object-fit: cover;
        margin-right: 3%;
    }
            
    #hamburger-input{
        display: none;
    }
    
    #hamburger-menu {
        grid-column: 13 / 16;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #hamburger-menu #sidebar-menu {
        visibility: hidden;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #D9D9D9, #D9D9D9), #D9D9D9;
        transition: 0.3s;
        padding: 0px 20px;
        box-sizing: border-box;
        color: black;
        z-index: 5;
    }

    .sidemenu {
        padding-top: 10px;
    }

    #hamburger-menu ul {
        padding-right: 0px;
    }

    #hamburger-menu li {
        list-style-type: none;
        padding: 5% 0;
        border-bottom: 1px solid #000000;
        width: 80%;
    }

    #hamburger-menu a {
        font-weight: 450;
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0.1em;
        color: #000000;
        text-decoration: none;
        transition: transform 0.5s;
    }

    #hamburger-menu a:hover {
        font-weight: 800;
    }

    #hamburger-menu a:active{
        -ms-transform: translateX(30px); /* IE 9 */
        -webkit-transform: translateX(30px); /* Safari 3-8 */
        transform: translateX(3px);
    }

    #hamburger-input:checked + #hamburger-menu #sidebar-menu {
        visibility: visible;
        right: 0;
    }

    .header-menu, .search {
        display: none;
    }

    #hamburger-menu .menu-login-color{
        color: #FE0000;
        text-transform: uppercase; 
    }

    #hamburger-menu li .sub-menu li {
        border-bottom: none;
        padding-left: 10%;
    }

}

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

    .logo-header-mobile {
        width: 80%;
    }
}



/* header */

.header-cta {
    display: grid;
    grid-template-columns: 1fr;
    padding: 17em 0 12em 0;
    background: rgba(217, 217, 217, 0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -7em;
}

.header-text-cta {
    display: grid;
    text-align: center;
}

.header-text-cta a.blue-button{
    justify-self: center;
}

.header-text-cta h1 {
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    align-items: center;
    letter-spacing: 0.05em;
    justify-self: center;
    max-width: 760px;
    color: #002058;
    text-transform: uppercase;
}

.header-text-cta p {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
    padding: 2% 30%;
    margin: 2% 0;
    justify-self: center;
    max-width: 100%;
    text-align: center;
}



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


    .header-text-cta h1 {
        font-size: 24px;
        padding: 2% 10%;
    }
    
    .header-text-cta p {
        font-size: 20px;
        padding: 2% 10% 10% 10%;
    }

    .header-cta {
        padding: 13em 0 8em 0;
    }
    
    
}




/* misty header */

.misty-header-cta {
    display: grid;
    grid-template-columns: 1fr;
    padding: 10em 0;
    background: rgba(217, 217, 217, 0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.misty-header-text-cta {
    text-align: center;
    padding: 3% 0 ;
}

.misty-header-text-cta h1 {
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    align-items: center;
    letter-spacing: 0.05em;
    color: #002058;
    text-transform: uppercase;
    text-align: left;
    padding-left: 10%;
}

.misty-header-text-cta p {
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
    padding: 8px 0 0 10%;
    text-align: left;
    max-width: 100%;
}



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


    .misty-header-text-cta h1 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 10%;
    }
    
    .misty-header-text-cta p {
        font-size: 20px;
        padding: 2% 10%;
    }
    
}










/* Text area */

.text-area {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 4 / 14;
    padding: 5% 0;
    justify-self: center;
}

.text-area_inner {
    text-align: left;
    align-self: center;
}

.text-area_inner strong{
    font-weight: 800;
    font-size: 24px;
    line-height: 25px;
    align-items: center;
    letter-spacing: 0.1em;
    color: #002058;
    text-transform: uppercase;
}

.text-area_inner-home strong {
    font-weight: 800;
    font-size: 26px;
    line-height: 25px;
    align-self: center;
    letter-spacing: 0.05em;
    color: #002058;
}

.text-area_inner h2{
    text-align: left;
}

.text-area_inner li{
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
    text-align: left;
}

.text-area_inner li:last-of-type{
    padding-bottom: 25px;
}

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

    .text-area {
        grid-column: 2 / 16;
        padding: 15% 0;
    }
}




/* Service area */

.services-area {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    padding: 5% 0;
    background: #F5F5F5;
}

.services-area_inner {
    text-align: center;
}

.services-area_inner p {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #002058;
    padding: 0 30%;
}

.service-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column: 4 / 14;
    gap: 2em;
    padding: 5%;
}

.service-boxes img{
    width: 141px;
    object-fit: cover;
}

.service-boxes h3{
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #002058;
    padding: 5% 0 0 0;
}

.service-boxes p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #002058;
    padding: 0 0 5% 0;
}


@media only screen and (max-width: 1000px) {
    
    .service-boxes {
        grid-template-columns: repeat(1, 1fr);
        gap: 4em; 
        padding: 20% 5%;
    }
    
    .services-area_inner p {
        padding: 0 10%;
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
    }

    .service-boxes img{
        width: 73px;
    }
    
}




/* cta */
.cta-outer {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    padding: 5% 0;
}

.cta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 15% 5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-cta {
    text-align: left;
}

.text-cta h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #002058;
    text-transform: uppercase;
    text-align: left;
}

.text-cta p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
    text-align: left;
    padding: 0 0 4% 0;
}

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

    .cta {
        grid-template-columns: 1fr;
        grid-column: 1 / 17;
        padding: 45% 5%;

    }

    .text-cta h2, .text-cta p, .text-cta  {
        text-align: center;
    }

    .cta-button {
        justify-items: center;
    }
    
}




/* Icon area */

.icon-area {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    padding: 5% 0;
}

.icon-area h2 {
    text-align: center;
}

.icon-area_inner {
    text-align: center;
}

.icon-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column: 4 / 14;
    gap: 2em;
    padding: 2% 0;
}

.icon-area h2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 4 / 14;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0.05em;
    color: #002058;
}

.icon-box {
    text-align: center;
}

.icon-box img {
    width: 73px;
    object-fit: cover;
}

.icon-box h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #002058;
    min-height: 25%;
    padding: 5% 0 0 0;
    text-transform: uppercase;
}

.icon-box p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #002058;
    padding: 0 0 5% 0;
}


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

    .icon-boxes {
        grid-template-columns: repeat(2, 1fr);
    }

}

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

    .icon-boxes {
        grid-template-columns: 1fr;
    }

    .icon-area {
        padding: 20% 0;
    }

    .icon-area h2 {
        padding: 5% 0 15% 0;
    }

}



/* Blog area */

.blog-area {
    display: grid;
    grid-column: 2 / 16;
    padding: 5% 0;
}

.blog-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column: 2 / 16;
    gap: 1em;
    padding: 2% 0;
}

.blog-box {
    background-color: #E3EEF8;
    border-radius: 10px;
}

.blog-area img {
    width: 100%;
    object-fit: cover;
    height: 274px;
    border-radius: 10px 10px 0 0;
}

.blog-image {
    /* align-self: center; */
}

.blog-image img{
    max-width: 100%;
    border-radius: 10px;
}

.blog-box-inner {
    background: #E3EEF8;
    padding: 2% 5% 5% 5%;
}

.blog-box-inner a h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 25px;
    align-items: center;
    letter-spacing: 0.1em;
    color: #002058;
    text-transform: uppercase;
    padding-bottom: 2%;
    text-align: left;
}

.blog-box-inner p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
    padding-bottom: 2%;
}

.date-cat {
    display: grid;
    grid-template-columns: 30% 1fr;
    background: #E3EEF8;
    padding: 5%;
    align-items: center;
}

.category {
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
    margin-left: 1em;
}

.date {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
}

.entry-image  {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
}

.entry-content ul li{
    list-style: disc;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: left;
    padding-bottom: 25px;
    margin-left: 18px;
}

.entry-content ol li{
    list-style: decimal;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: left;
    padding-bottom: 25px;
    margin-left: 20px;
}

.entry-image h2 {
    text-align: left;
}

.entry-image a img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    margin-bottom: 2%;
}


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

    .blog-boxes {
        grid-template-columns: 1fr;
    }
}


@media only screen and (max-width: 650px) {
 
    .date-cat {
        grid-template-columns: 50% 1fr;
    }

    .blog-box-inner a h2 {
        font-size: 20px;
        line-height: 20px;
    }

}

/* feature area single */

.feature-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 2 / 16;
    margin: 5% 0;
    background: #F5F5F5;
    border-radius: 10px;
}

.feature-area-image img{
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.feature-area-text {
    background: #F5F5F5;
    padding: 5%;
    align-self: center;
    border-radius: 10px;
}

.feature-icon-logo {
    display: flex;
    padding: 3% 0;
}

.feature-icon-logo img {
    width: 41px;
    object-fit: cover;
    padding: 0 2% 0 0;
}

.feature-icon-logo h2 {
    display: grid;
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0.05em;
    color: #002058;
    padding: 0;
    text-align: left;
}

.feature-area-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
    text-align: left;
}




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

    .feature-area {
        grid-template-columns: 1fr;
    }

    .feature-icon-logo img {
        width: 22px;
        object-fit: contain;
    }

    .feature-area-image img{
        width: 100%;
        object-fit: cover;
        height: 100%;
        border-radius: 10px 10px 0 0;
    }
    
}




/* feature area multiple*/

.feature-area-multiple {
    display: grid;
    grid-template-columns: 48% 1fr;
    grid-column: 2 / 16;
    margin: 5% 0;
    background: #F5F5F5;
    border-radius: 10px;
}

.feature-area-multiple:nth-child(odd) {
    display: grid;
    grid-template-columns: 1fr 48%;
    grid-column: 2 / 16;
    margin: 5% 0;
    background: #F5F5F5;
    border-radius: 10px;
}

.feature-area-multiple:nth-child(odd) .feature-area-multiple-image {
    order: 2;
}

.feature-area-multiple:nth-child(odd) .feature-area-multiple-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 0 10px 10px 0;
}

.feature-area-multiple-image img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.feature-area-multiple-text {
    background: #F5F5F5;
    padding: 5%;
    align-self: center;
    border-radius: 10px;
}

.feature-multiple-icon-logo {
    display: flex;
    padding: 3% 0;
}

.feature-multiple-icon-logo img {
    width: 41px;
    object-fit: cover;
    padding: 0 2% 0 0;
}

.feature-multiple-icon-logo h2 {
    display: grid;
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0.05em;
    color: #002058;
    padding: 0;
    text-align: left;
}

.feature-area-multiple-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
    text-align: left;
}

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

    .feature-area-multiple, .feature-area-multiple:nth-child(odd) {
        grid-template-columns: 1fr;
    }

    .feature-area-multiple:nth-child(odd) .feature-area-multiple-text {
        order: 2;
    }

    .feature-area-multiple:nth-child(odd) .feature-area-multiple-image img {
        border-radius: 10px 10px 0 0;
    }
    
    .feature-area-multiple-image img{
        width: 100%;
        object-fit: cover;
        height: 100%;
        border-radius: 10px 10px 0 0;
    }
   
}

@media only screen and (max-width: 500px) {
    .feature-multiple-icon-logo img {
        width: 22px;
        object-fit: contain;
    }
}





/* video area */

.video-area {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 4 / 14;
    padding: 5% 0;
}

.video-area-text {
    text-align: center;
}

.video {
    width: 100%;
    object-fit: cover;
}

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-iframe-container iframe, .responsive-iframe-container object, .responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


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

    .video-area {
        grid-column: 2 / 16;
        padding: 20% 0;
    }

}








/* feature area */

.testimonials {
    padding: 5% 0;
}

.testimonials h2{
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    text-align: center;
}

.testimonials-area-test {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
    grid-column: 2 / 16;
    padding: 2% 0;
}

.testimonials-area:nth-child(odd) {
    background: #E3EEF8;
    border-radius: 10px;
}

.testimonials-area:nth-child(even) {
    background: #F5F5F5;
    border-radius: 10px;
}

.testimonials-area {
    padding: 10%;
}

.testimonials-area h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0.05em;
    color: #009CDE;
    padding: 0;
    text-transform: capitalize;
}

.testimonials-area h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0.05em;
    color: #002058;
}

.testimonials-area-image img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.testimonials-area-text {
    text-align: center;
    background: #F5F5F5;
    padding: 5%;
}


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

    .testimonials-area-test {
        grid-template-columns: 1fr;
    }

}






/* CONTACT *************************************************/

.info-contact {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column: 2 / 16;
    padding: 2%;
    background: #F5F5F5;
    border-radius: 10px;
}

/* contact info */
.inner-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 3 / 15;
    gap: 2em;
    background: #F5F5F5;
    padding: 3%; 
    border-radius: 10px;
}

.contact-us-info {
    grid-template-columns: auto;
    text-align: left;
    align-self: center;
    width: 100%;
    padding: 5%;
}

.contact-us-info h3{ 
    font-weight: 800;
    font-size: 20px;
    line-height: 40px;
    align-items: center;
    letter-spacing: 0.05em;
    color: #002058;
    padding: 0;
    text-transform:none;
}

.contact_icons {
    object-fit: cover;
    width: 55px;
}

.contact-icon-list {
    display: grid;
    padding: 3% 0 0 0;
    align-items: center;
}

.contact-icon-list p{
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    align-items: center;
    letter-spacing: 0.05em;
    color: #002058;
}

/* contact form */
.contact {
    display: grid;
    grid-template-columns: auto;
    align-self: center;
    width: 100%;
    padding: 5%;
}

.contact-forms {
    max-width: 386px;
    justify-self: center;
    text-align: center;
}


.contact-form input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #000000;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    text-align: center;
    background: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
}

.blue-button-submit {
    background: #009CDE;
    border: 2px solid #009CDE; 
    padding: 10px 20%;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    align-items: center;
    letter-spacing: 0.1em;
    margin: 2% 0;
    border-radius: 10px;
}

.blue-button-submit:hover {
    background: white;
    color: #009CDE;
}

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

    /* contact info */
    .inner-contact {
        grid-template-columns: repeat(1, 1fr);
        grid-column: 1 / 167;
    }

    .contact-us-info {
        order: 2;
    }

    .contact-us-info h2{ 
        font-size: 32px;
        line-height: 41px;
    }

    .contact-info-p {
        font-size: 20px;
        line-height: 21px;
     }   

     .info-contact {
        padding: 5% 0;
    }

    .contact-icon-list, .contact-icon-list p {
        justify-items: center;
        text-align: center;
    }

    .blue-button-submit {
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
    }
    
}




/* FAQ ELEMENT ************************************************/

.faq {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 5 / 13;
    padding: 0 0 2% 0;
}

.faq-container {
    grid-template-columns: auto;
    text-align: left;
    align-self: center;
    width: 100%;
    height: 100%;
    padding: 10% 8%;
}

.faq-heading{
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    align-items: center;
    text-align: center;
    color: #002058;    
    padding: 2% 0 6% 0;
}

.faq-one {
    border-bottom: 3px solid #84D0F5;
}

.faq-page {
    color: black;
    cursor: pointer;
    padding: 3% 0;
    outline: none;
    transition: 0.4s;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    align-items: center;
    color: #002058;
}

.faq-body {
    display: none;
    overflow: hidden;
}

.faq-body p{
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    align-items: center;
    color: #002058;
    padding: 2% 0 4% 0;
}

.faq-page:after {
    color: black;
    content: '\02795\fe0e';
    font-size: 13px;
    float: right;
}

.faq-page.active:after {
    color: black;
    content: "\2796\fe0e"; 
}

.faq-body a:link, .faq-body a:visited, .faq-body a:hover,.faq-body a:active {
    color: black;
    text-decoration: underline; 
}

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

    .faq-page {
        font-size: 20px;
        line-height: 21px;
    }

    .faq-heading{
        font-size: 32px;
        line-height: 41px;
    }

    .faq-container {
        padding: 20% 0;
    }

    .faq {
        grid-column: 2 / 16;
    }

  }



/* Company area */

.company-area {
    padding: 1% 0;
    background: #009CDE;
}

.company-area h2 {
    text-align: center;
}

.company-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column: 2 / 16;
    gap: 3em;
    justify-self: center;
}

.company-box img {
    width: 133px;
    object-fit: cover;
}

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

    .company-boxes {
        grid-template-columns: repeat(2, 1fr);
    }

}

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

    .company-boxes {
        grid-template-columns: 1fr;
    }

    .company-area {
        padding: 5% 0;
    }

}





/* footer */
.footer-area {
    display: grid;
    background: #F5F5F5;
    /* grid-template-columns: 1fr; */
    padding: 3% 0 1.5%;
}


.footer {
    display: grid;
    grid-template-columns: 1fr;
    background: #F5F5F5;
    padding: 3% 0;
}

.footer-logo {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    padding-bottom: 5%;
}

.footer-areas {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column: 2 / 16;
    padding: 0 0 5% 0;
}

.lower-footer-area {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column: 2 / 16;
    border-top: 3px solid #84D0F5;
}

h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    color: #002058;
    padding: 5% 0;
    text-transform: uppercase;
}

.footer-box li {
    font-weight: 500;
    font-size: 16px;
    align-items: center;
    color: #002058;
    padding: 5% 0;
}

.footer-box {
    padding: 0 30% 0 0;
}

.lower-footer, .lower-footer2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    align-items: center;
    color: #002058;
    padding-top: 3%;
}


.lower-footer2 {
    text-align: end;
}

img.footer-iso{
    height: auto;
    max-width: 150px;
    margin: 0.7em 0;
}

footer p{
    padding-bottom: 0;
}


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

    .footer-areas {
        grid-template-columns: repeat(2,1fr);
    }

}

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

    .footer-areas {
        grid-template-columns: repeat(1,1fr);
    }

    .lower-footer-area {
        grid-template-columns: repeat(1,1fr);
    }

    .lower-footer2 {
        text-align: left;
    }

    .footer-logo {
        padding: 5% 0;
    }

}




/* CASE STUDIES *************************************************/
/* CASE STUDIES *************************************************/

.swiper-section{
    display: none;
}

.timeline-tabs {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    padding: 0 0 5% 0; 
}

.timeline-titles {
    display: grid;
    text-align: center;
    grid-column: 2 / 16;
}

.timeline-titles h3{ 
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #002058;
}

.timeline-titles p{
    justify-self: center;
    width: 100%;
}

.timeline-contents {
    display: grid;
    grid-template-columns: 1fr;  
    grid-column: 2 / 16;
}

.timeline-content{ 
    padding: 2% 5%; 
    align-self: center;
    background: #E3EEF8;
}

.timeline-content h3{ 
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
    padding-bottom: 1%;
}

.timeline-content p{ 
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
}

.tab-buttons {
    display: grid;
    grid-template-columns: repeat(8, 1fr);  
    grid-column: 2 / 16;
    gap: 1em;
}

.tab {
    overflow: hidden;
    padding: 5% 0;
}

.tab button {
    cursor: pointer;
    transition: 0.3s;
    width: 258px;
    height: 45px;
    background: #575757;
    border: 2px solid #575757;
    font-weight: 800;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}
  
.tab button:hover {
    border: 2px solid #575757;
    background-color: transparent;
    font-weight: 800;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #575757;
}

.tab button.active {
    border: 2px solid #575757;
    background-color: transparent;
    font-weight: 800;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #575757;
    content: none;
}

.tab button.active:after {
    content: none; 
  }
  
  .tabcontent {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
  }
  
  @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }

.blue-box {
    display: flex;
    background: #009CDE;
    padding: 10%;
    justify-self: center;
    text-align: center;
    border-radius: 10px;
    width: 100%;
}

.blue-box.active:after {
    content: ""; 
}

div.tablinks{
    display: grid;
    cursor: pointer;
}

div.tablinks i{
    display: grid;
    font-size: 2em;
    justify-items: center;
    align-items: center;
    color: #fff;
    height: 100%;
}

.tablinks-image {
    background: #009CDE;
    border-radius: 50%;
    justify-self: center;
    width: 100px;
    height: 100px;
}

.timeline h2 {
    padding: 25px;
}

.timeline .tablinks .active::after {
    color: white;
}

.timeline-icon {
    width: 100%;
    object-fit: cover;
    padding: 25px 25%;
}

.swiper {
    display: grid;
    width: 100%;
    grid-column: 2 / 16;

}

.swiper .card {
    width: 100%;
    text-align: center;
}

.swiper .thumbnail {
    width: 100%;
    height: 180px;
}

.card .description{
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
    text-align: left;   
    background: #E3EEF8;    
    padding: 10% 5%; 
    margin: 5% 0;
    border-radius: 10px;
}


@media only screen and (max-width: 1000px) { 
    
    .tab-buttons {
        grid-template-columns: repeat(4, 1fr);  
    }
}


@media only screen and (max-width: 800px) { 
    
    .tab-buttons {
        grid-template-columns: repeat(2, 1fr);  
    }
}

@media only screen and (max-width: 700px) {
    .swiper-section {
        display:grid;
        padding: 10% 0;
    }

    .timeline-tabs {
        display: none;
    }
    
    .timeline-titles label{ 
        font-size: 20px;
    }

    .timeline-titles h3{ 
        font-size: 24px;
        line-height: 29px;
        padding-bottom: 10%;
    }

    .description p{
        padding: 5%;
    }

    /* .swiper-cta-button {
        width: 230px;
        height: 45px;
        background: #575757;
        border: 2px solid #575757;  
        font-weight: 800;
        font-size: 20px;
        line-height: 19px;
        text-align: center;
        letter-spacing: 0.1em;
        color: #FFFFFF;
        text-transform: uppercase;
    } */

    .blue-box {
        padding: 10%;
        margin: 0 15%;
    }
}





/* image by image */

.image-by-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 2 / 16;
    gap: 2em;
    padding: 5% 0;
}

.image-left {
    width: 100%;
    align-self: center;
}

.image-img {
    width: 100%;
    object-fit: cover;
    height: 427px;
    border-radius: 10px;
}

@media only screen and (max-width: 800px) {
    .image-by-image {
        grid-template-columns: 1fr;
    }

    .image-img {
        height: 300px;
    }
}



/* sub areas */

.sub-areas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 2 / 16;
    gap: 2em;
    padding: 5% 0;
}

.sub-areas-boxes {
    display: grid;
    grid-template-columns: 45% 1fr;
}

.sub-box-content {
    background: #E3EEF8;
    padding: 10%;
    border-radius:0 10px 10px 0;
}

.sub-box-img {
    width: 100%; 
    object-fit: cover;
    align-self: center;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.sub-box-content p{
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;  
    padding: 4% 0 8% 0;
    text-align: left;
}

.sub-box-button {
    font-weight: 600;
    font-size: 20px !important;
    line-height: 25px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}


@media only screen and (max-width: 1200px) {
    .sub-areas {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 550px) {
    .sub-areas-boxes {
        display: grid;
        grid-template-columns: 1fr;
    }

    .sub-box-content {
        border-radius: 0 0 10px 10px;
    }
    
    .sub-box-img {
        border-radius: 10px 10px 0 0;
    }
    
}







/* Innovation/research/development  */
.innovation {
    padding: 2% 0;
}

.text-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 2 / 16;
    gap: 2em;
    background: #E3EEF8;
    padding: 5% 2%;
    border-radius: 10px 10px 0 0;
}


.img-text-option img{
    width: 100%;
    margin-bottom: 2em;

}

.inno-button {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    background: #E3EEF8;
    border-radius: 0 0 10px 10px;
}

.inno-blue-button {
    justify-self: center;
    text-align: center;    
}

.inno-icon-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
    margin: 5% 0;
}

.inno-icon-list h3{
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #002058;
}

.inno-icon-list img{
    width: 100%;
    object-fit: contain;
    padding: 15%;
}

.inno-text h3, .inno-text p {
    padding: 2%;
    text-align: left;
}

.inno-text ul li {
    list-style: disc;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
    margin-left: 10%;
}

.inno-text ol li {
    list-style:decimal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
    margin-left: 10%;
}


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

    .text-image {
        grid-template-columns: 1fr;
        padding: 10% 2%;
    }

    .inno-blue-button {
        justify-self: center;
        margin-left: 2%;
    }

}

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

    .inno-icon-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .inno-button {
        padding:  0 0 4% 0;
    }

    /* .img-text-option img{
        height: 15em;
      
    } */

    .inno-text h3{
        padding: 2% 2% 8% 2%;
        text-align: left;
    }
    
    .innovation {
        padding: 2% 0 10% 0;
    }

    .inno-icon-list {
        gap: 0;
        margin: 0;
        padding: 0 0 15% 0;
    }
}







/* sustaiability */

.sustaiability-area {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    padding: 5%;
    background-color: #95A24B;
    border-radius: 10px;
}

.sustaiability-area h2, .sustaiability-area p  {
    text-align: center;
}

.sustaiability-area p  {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    justify-self: center;
    color: white;
    text-align: left;
}

.sustaiability-area_inner {
    text-align: center;
}

.sustaiability-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 4 / 14;
    gap: 2em;
    padding: 2% 0;
}

.sustaiability-area h2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 4 / 14;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0.05em;
    color: white;
}

.sustaiability-box {
    text-align: center;
    display: grid;
    grid-template-columns: 90px 1fr;
}

.sustaiability-box i{
    align-self: center;
    color: #fff;
    font-size: 2em;
}

.sustaiability-box img {
    max-width: 100%;
    object-fit: contain;
    padding-right: 20%;
    align-self: center;
}

.sustaiability-box h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: white;
    min-height: 25%;
    padding: 5% 0 0 0;
    text-transform: uppercase;
}

.sustaiability-box p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: white;
    align-self: center;
    text-align: left;
    padding: 0;
    justify-self: start;
}


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

    .sustaiability-boxes {
        grid-template-columns: 1fr;
    }

    .sustaiability-area {
        padding: 10% 5%;
    }

    
}





/* expertise area Grey */

.expertise-area {
    display: grid;
    grid-template-columns: 48%  1fr;
    grid-column: 2 / 16;
    margin: 5% 0;
    background: #F5F5F5;
    border-radius: 10px;
}


.expertise-area:nth-child(odd) {
    display: grid;
    grid-template-columns: 1fr 48%;
    grid-column: 2 / 16;
    margin: 5% 0;
    background: #F5F5F5;
    border-radius: 10px;
}

.expertise-area:nth-child(odd) .expertise-area-image {
    order: 2;
}

.expertise-area:nth-child(odd) .expertise-area-image img {
    width: 100%;
    object-fit: cover;
    height: 427px;
    border-radius: 0 10px 10px 0;
}

.expertise-area-image img{
    width: 100%;
    object-fit: cover;
    height: 427px;
    border-radius: 10px 0 0 10px;
}

.expertise-area-text {
    background: #F5F5F5;
    padding: 5% 5% 10% 5%;
    border-radius: 0 10px 10px 0;
    align-self: center;
}

.expertise-area-text h2 {
    display: grid;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0.05em;
    color: #002058;
    padding: 0;
    text-align: left  !important;
}

.expertise-area-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
    text-align: left;
    padding: 4% 0 6% 0;
    align-items: center;
}


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

    .expertise-area {
        grid-template-columns: 1fr;
    }

    .expertise-area-text p {
        padding: 10% 0;
    }

    .expertise-area-image img{
        border-radius: 10px 10px 0 0;
        height: 200px;
    }

    .expertise-area-text {
        border-radius: 0 0 10px 10px;
    }

    .expertise-area, .expertise-area:nth-child(odd) {
        grid-template-columns: 1fr;
    }

    .expertise-area:nth-child(odd) .expertise-area-text {
        order: 2;
    }

    .expertise-area:nth-child(odd) .expertise-area-image img {
        border-radius: 10px 10px 0 0;
        height: 200px;
    }

    .expertise-area-text h2 {
        padding: 5% 0 0 0;
    }

}



/* Process area */
.process-area {
    display: grid;
    grid-column: 2 / 16;
    padding: 5% 0;
}

.process-area_inner {
    text-align: center;
}

.process-boxes {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column: 4 / 14;
    gap: 2em;
    padding: 2% 0;
}

.process-line {
    align-self: center;
}

.process-line hr{
    border: 2px solid #002058;
}

.process-line:nth-child(8) {
    display: none;
}

.process-area h2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0.05em;
    color: #002058;
    text-align: center;
}

.process-box {
    text-align: center;
}

.process-box img {
    width: 73px;
    object-fit: cover;
}

.process-box h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #002058;
    min-height: 25%;
    padding: 5% 0 0 0;
    text-transform: uppercase;
}


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

    .process-boxes {
        grid-template-columns: repeat(1, 1fr);
    }

    .process-line hr{
        display: none;
    }
    

}

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


    .process-area {
        padding: 20% 0;
    }

    .process-area h2 {
        padding: 5% 0 15% 0;
    }

}






/* Services Icons */

.services-icons {
    display: grid;
    grid-column: 2 / 16;
    padding: 5% 0;
}

.services-icons-box-outer{
    display: grid;
    background-color: #009CDE;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    justify-self: center;
}

.services-icons-box p{
    font-size: 16px;
}

div.services-icons-box-outer i {
    display: grid;
    font-size: 2em;
    justify-items: center;
    align-items: center;
    color: #fff;
    height: 100%;
}

.services-icons-boxes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column: 4 / 14;
    gap: 2em;
    padding: 2% 0;
}

.services-icons-area h2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0.05em;
    color: #002058;
    text-align: center;
}

.services-icons-box {
    text-align: center;
    display: grid;
    justify-self: center;
}

.services-icons-box img {
    width: 73px;
    object-fit: cover;
}

.services-icons-box h3 {
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #002058;
    min-height: 70px;
    padding: 5% 0 0 0;
    text-transform: uppercase;
}

.services-icons-box p {
    text-align: center;
}


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

    .services-icons-boxes {
        grid-template-columns: repeat(1, 1fr);
    }
}

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


    .services-icons {
        padding: 20% 0;
    }

    .services-icons h2 {
        padding: 5% 0 15% 0;
    }

}






/* Case Study  */
.case-study ul li{
    list-style: disc;
    margin-left: 7%;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
}

.case-study p{
    max-width: 100%;
}

.case-study ol li{
    list-style: decimal;
    margin-left: 8%;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
}

.case-study-text-image {
    display: grid;
    grid-template-columns: 1fr 25%;
    grid-column: 2 / 16;
    gap: 2em;
    padding: 5% 2%;
}

.case-study-img-text-option {
    background: #F5F5F5;
    padding: 5%;
    border-radius: 10px;
}

.case-study-img-text-option img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}


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

    .case-study-text-image {
        grid-template-columns: 1fr;
    }

}




/* Text area */

.text-area-images {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    padding: 5% 0;
}

.text-area-images-inner {
    padding: 0 20%;
    text-align: left;
    justify-self: center;
}

.text-area-images-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 1em;
    padding: 2% 0;
}

.text-area-images-img img{
    width: 100%;
    border-radius: 10px;
    height: 315px;
    object-fit: cover;
}

.text-area-images-icon-logo {
    display: flex;
    justify-content: center;
    padding-bottom: 2em;
}

.text-area-images-icon-logo img {
    width: 41px;
    object-fit: cover;
    padding: 0 2% 0 0;
}

.text-area-images-icon-logo h2 {
    display: grid;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0.05em;
    color: #002058;
    padding: 0;
    text-align: left;
}


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

    .text-area-images-img {
        display: grid;
        grid-template-columns: 1fr; 
        gap: 1em;
    }

    .text-area-images-inner {
        padding: 0 2%;
    }

    .text-area-images {
        padding: 10% 0;
    }
}





/*Production */

.production {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 3%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
}

.production h2{
    display: grid;
    grid-template-columns: 1fr;
    /* grid-column: 1/17; */
    text-align: left;
}

.production-outer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1 / 17;
    gap: 2em;
}

.production-text label {
    background: #95A24B;
    padding: 1%;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.production-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
    padding: 4% 0 0 0;
}

/* .image-img {
    max-width: 100%;
    object-fit: cover;
    height: 100%; 
} */

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

    .production-outer {
        grid-template-columns: 1fr;
        gap: 4em;
    }   
    
    .production {
        padding: 10% 3%;
    }
}





/* expertise area Green*/

.expertise-area-green {
    display: grid;
    grid-template-columns: 48% 1fr;
    grid-column: 2 / 16;
    margin: 5% 0;
    background: #95A24B;
    border-radius: 10px;
}

.expertise-area-green:nth-child(even) {
    display: grid;
    grid-template-columns: 1fr 48%;
    grid-column: 2 / 16;
    margin: 5% 0;
    background: #95A24B;
    border-radius: 10px;
}

.expertise-area-green:nth-child(even) .expertise-area-image-green {
    order: 2;
}

.expertise-area-green:nth-child(even) .expertise-area-image-green img {
    width: 100%;
    object-fit: cover;
    height: 427px;
    border-radius: 0 10px 10px 0;
    vertical-align: bottom;
}

.expertise-area-image-green img{
    width: 100%;
    object-fit: cover;
    height: 427px;
    border-radius: 10px 0 0 10px;
}

.expertise-area-text-green {
    background: #95A24B;
    padding: 5%;
    border-radius: 0 10px 10px 0;
    align-self: center;
}

.expertise-area-text-green h2 {
    display: grid;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0.05em;
    color: white;
    padding: 0;
    text-align: left  !important;
}

.expertise-area-text-green p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: white;
    text-align: left;
    padding: 4% 0 6% 0;
    align-items: center;
}


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

    .expertise-area-green {
        grid-template-columns: 1fr;
    }

    .expertise-area-text-green p {
        padding: 10% 0;
    }

    .expertise-area-image-green img{
        border-radius: 10px 10px 0 0;
        height: 200px;
    }

    .expertise-area-text-green {
        border-radius: 0 0 10px 10px;
    }

    
    .expertise-area-green, .expertise-area-green:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .expertise-area-green:nth-child(even) .expertise-area-text-green {
        order: 2;
    }

    .expertise-area-green:nth-child(even) .expertise-area-image-green img {
        border-radius: 10px 10px 0 0;
        height: 200px;
    }

    .expertise-area-text-green {
        padding: 5% 5% 10% 5%;
    }

}




/* Green CTA */

.green-cta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 2 / 16;
    margin: 5% 0;
    background: #95A24B;
    border-radius: 10px;
}


.green-cta-image {
    padding: 5%;
}

.green-cta-image img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}

.green-cta-text {
    background: #95A24B;
    padding: 5%;
    border-radius: 10px;
    align-self: center;
}

.green-cta-text h2 {
    display: grid;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0.05em;
    color: white;
    padding: 0;
    text-align: left  !important;
}

.green-cta-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: white;
    text-align: left;
    padding: 4% 0 6% 0;
    align-items: center;
}


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

    .green-cta {
        grid-template-columns: 1fr;
    }

    .green-cta-text p {
        padding: 10% 0 0 0;
    }

}

li{
    color: #002058;
    max-width: 764px;
}



