﻿ * {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px; 
}
body {
    -webkit-overflow-scrolling: touch; /* for smooth scrolling in touch pad */
}

html, body {
    height: 100%;
}
.header-logo {
    z-index: 2;
    width: 100%;
}

.header {
    /*min-height: 100vh;*/
    width: 100%;
    /*background-image: linear-gradient(rgba(4,9,30,0.3),rgba(4,9,30,0.3)),url("../images/ATL_Fluid_Cis_bg.jpg");*/
  /*  background-image: linear-gradient(rgba(4,9,30,0.3),rgba(4,9,30,0.3)),url("../images/shutterstock_102.png");
    background-position: center;
    background-size: cover;*/
    /*position: relative;*/
}
#buttonup, #buttondown {
    display: inline-block;
    /*background-color: #f25822;*/
    background-color: #f2582291;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 85px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #cc3a07;
}
#buttondown {
    right: 30px;
}
    #buttonup::after{
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }
 #buttondown::after {
        content: "\f078";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #buttonup:hover,#buttonup:hover {
        cursor: pointer;
        background-color: #333;
    }

    #buttonup:active,#buttondown:active {
        background-color: #555;
    }

    #buttonup.show,#buttondown.show {
        opacity: 1;
        visibility: visible;
    }

.sticky {
    position: fixed !important;
    /*background: rgba(4,9,40,0.9);*/
    background: rgb(255 233 168 / 65%);
    transition: 0.2s;
    /*margin-top: -50px;*/
    /*background-image: linear-gradient(rgba(4,9,30,0.8),rgba(4,9,30,0.8)),url(../images/pasted-svg-1463293x671.svg);*/
    background-size: contain;
    background-blend-mode: color;
}

.sticky-link-buttons {
    position: fixed !important;
    z-index: 2;
    transition: 1s;
    width: 105%;
    top: -2px !important;
}

nav {
    display: flex;
    padding: 0.3% 6% 0 6%;
    justify-content: space-between;
    align-items: center;
}

    nav img {
        width: 160px;
        height:111px;
    }

.nav-links {
    flex: 1;
    text-align: right;
}
.footerlogo {
    margin-left: 48%;
}
.footer-links {
    padding-top: 20px;
    text-align: center !important;
}
    .nav-links ul li, .footer-links ul li {
        list-style: none;
        display: inline-block;
        padding: 8px 12px;
        position: relative;
    }

        .nav-links ul li a, .footer-links ul li a {
            color: #140500;
            text-decoration: none;
            font-size: 16px;
            font-weight: 551;
        }

        .nav-links ul li::after, .footer-links ul li::after {
            content: '';
            width: 0%;
            height: 2px;
            background: #f44336;
            display: block;
            margin: auto;
            transition: 0.5s;
            z-index: 2;
        }

        .nav-links ul li:hover::after, .footer-links ul li:hover::after {
            width: 100%;
        }

.text-box {
    width: 50%;
    color: #000;
    position: relative;
    margin: auto;
    text-align: center;
    /*background: rgba(4,9,30,0.8);*/
    background: rgb(255 193 7 / 35%);
    border: 1px solid #FF9800;
    /*border: 1px solid rgba(4,9,30,0.9);*/
    /*border-top-right-radius: 100px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 10px;*/
    border-radius: 10px;
    font-family: filson-soft, sans-serif;
    padding: 50px;
    margin-top: 50px;
    /*box-shadow: 0 0 20px 0px rgba(4,9,30,0.8);*/
    box-shadow: 0 0 20px 0px rgb(255 235 59 / 38%);
}
     
    .text-box p {
        margin: 10px 0 40px;
        font-size: 40px;
        color: #000;
        font-weight: lighter;
    }

    .text-box span {
        margin: 10px;
        display: block;
        font-weight: 300;
    }

.text-box-buttons {
    /* width: 50%;*/
    color: #fff;
    text-align: center;
    font-family: filson-soft, sans-serif;
    margin: auto; 
    padding-top:80px;
}

.text-box-buttons-link {
    display: inline-flex;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    background: #f25822 ;
    /* background-image: linear-gradient(to right, #43cea2 0%, #185a9d 51%, #43cea2 100%);*/
    border: 1px solid #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 40px;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    margin-right: 50px;
    /*box-shadow: 0 0 20px 0px rgba(4,9,30,0.8);
    background-image: url("../images/logo.png");
    background-size: 40px 20px;
    background-position: left;
    background-repeat: no-repeat;*/
    border-radius: 4px;
    background-size: 200% auto;
}

    .text-box-buttons-link:hover {
        /*background: linear-gradient(45deg, #49a09da6, #5f2c82b8);
             background-position: right center;*/
        background: #ff9d00;
        border: 1px solid rgba(4,9,30,0.8);
        transition: 0.5s; 
    }
      

nav .fa {
    display: none;
}
#aboutus {
    text-align: center;
    min-height: 100vh;
    width: 100%;
    background-image: url("../images/pics1.jpg");
    /*background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url("../images/pics1.jpg");*/
    background-position: center;
    background-size: cover;
}
    #aboutus h1 {
        line-height: 40px;
        font-size: 27px;
        color: #FF5722;
        margin-bottom: 10px;
        /*padding-top: 130px;*/
        text-align: center;
    }
    #aboutus li {
        margin-bottom: 30px;
        font-size: 16px;
        list-style-type:none;
    }
.aboutus {
    /*position: relative;*/
    /*padding: 100px 0;*/
    padding-top: 200px;
    align-items: center;
    flex-wrap: wrap;
}
.about-left-col {
    flex-basis:50%;
}
.about-left-col img{
    width:100%;
}
.about-right-col {
    width: 75%;
    text-align: center;
    color: #000;
    margin-left: 58.5%;
    max-width: 600px;
    border-radius: 20px 0 20px 0;
}
.about-content {
    text-align: justify;
    background: rgb(255 193 7 / 35%);
    border: 1px solid #FF9800;
    /*border-top-right-radius: 100px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 10px;*/
    border-radius: 20px 0 20px 0;
    font-family: filson-soft, sans-serif;
    font-size: 35px;
    padding: 50px;
    box-shadow: 0 0 20px 0px rgba(4,9,30,0.8);
}




#ourinnovation {
    text-align: center;
    min-height: 100vh;
    width: 100%;
    /*background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url("../images/shutterstock_60376261.png");*/
    background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url("../images/shutterstock_101.png");
    background-position: center;
    background-size: cover;
}

    #ourinnovation h1 {
        /*line-height: 40px;*/
        font-size: 60px;
        color: #00415D;
        /*margin-bottom: 10px;*/
        padding-top: 130px;
    }

.ourinnovation {
    /*position: relative;*/
    /*padding: 100px 0;*/
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ourinnovation-left-col {
    flex-basis: 50%;
}

    .ourinnovation-left-col img {
        width: 100%;
        background: #f5f5f5a6;
        border: 1px solid black;
        border-radius: 10px;
    }

.ourinnovation-right-col {
    flex-basis: 45%;
    text-align: center;
    color: #fff;
}

.ourinnovation-content {
    text-align: center;
    background: rgba(4,9,30,0.7);
    border: 1px solid rgba(4,9,30,0.8);
    /*border-top-right-radius: 100px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 10px;*/
    border-radius: 10px;
    font-family: filson-soft, sans-serif;
    font-size: 35px;
    padding: 50px;
    box-shadow: 0 0 20px 0px rgba(4,9,30,0.8);
}








.whyardenttide {
    /*position: relative;*/
    text-align: center;
    min-height: 100vh;
    width: 100%;
    /*background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url("../images/shutterstock_60376261.png");*/
    background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url("../images/shutterstock_101.png");
    background-position: center;
    background-size: cover;
}

    .whyardenttide img {
        width: 250px;
        height: 130px;
    }
.whyardenttide-box {
    color: #fff;
    flex-basis: 45%;
    background: rgba(4,9,30,0.7);
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    margin: auto;
}
 
.whyardenttide p {
    width: 50%;
    color: #fff;
    position: relative;
    margin: auto;
    text-align: center;
    background: rgba(4,9,30,0.7);
    border: 1px solid rgba(4,9,30,0.8);
    /*border-top-right-radius: 100px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 10px;*/
    border-radius: 10px;
    font-family: filson-soft, sans-serif;
    font-size: 35px;
    padding: 50px;
    box-shadow: 0 0 20px 0px rgba(4,9,30,0.8);
}

    .whyardenttide h1 {
        /*line-height: 40px;*/
        font-size: 60px;
        color: #00415D;
        margin-bottom: 10px;
        padding-top:130px;
    }

#easytrasition {
    min-height: 100vh;
    width: 100%;
    background-image: url("../images/shutterstock_597444164.jpg");
    background-position: center;
    background-repeat: no-repeat;
    /*position: relative;*/
    background-color: #009288;
    background-size: cover;
}

.easytrasition-hands {
    width: 100%;
    background-image: url("../images/transition.png");
    background-repeat: no-repeat;
    min-height: 100vh;
    /*width: 100%;
    position: relative;
    margin: auto;
    line-height: 2;
    text-align: center;*/
    background-position: bottom;
}
    .easytrasition-hands h1 {
        font-size: 80px;
        padding-top: 190px;
        color: #00415D;
        text-align:center;
    }
.hands-info {
    width: 60%;
    color: #fff;
    position: relative;
    margin: auto;
    text-align: center;
    /*background: rgba(4,9,30,0.3);
    border: 1px solid rgba(4,9,30,0.8);*/
    border-radius: 10px;
    font-family: filson-soft, sans-serif;
    top: 100px;
    /* font-size: 40px; 
    padding: 50px;*/
}
   
    .hands-info .hands {
        display: block;
    }

        .hands-info .hands div {
            display: inline-block;
        }

.hands div {
    color: #fff;
    margin: 44px 20px;

}

    .hands div:nth-child(1) {
        width: 65%;
    }

    .hands div:nth-child(2) {
        width: 25%;
    }

    .hands div p {
        padding: 5px 30px;
        border: 1px solid rgba(4,9,30,0.8);
        background: rgba(4,9,30,0.3);
        letter-spacing: 1px;
    }

    .hands div:nth-child(1) p {
        float: left;
    }

    .hands div:nth-child(2) p {
        float: right;
        line-height: 30px;
    }

#peaceming {
    text-align: center;
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url("../images/peacemind.jpg");
    background-position: bottom;
    background-size: cover;
}

.peaceming {
    padding: 55px;
}

.peaceming-header {
    width: 40%;
    color: #fff;
    position: relative;
    /*margin: auto;*/
    text-align: center;
    background: rgba(4,9,30,0.6);
    border: 1px solid rgba(4,9,30,0.8);
    border-radius: 10px;
    font-family: filson-soft, sans-serif;
    font-size: 40px;
    padding: 50px;
    line-height: 51px;
    box-shadow: 0 0 20px 0px rgba(4,9,30,0.8);
    top:200px;
}

    .peaceming-header h1 {
        line-height: 60px;
        font-size: 57px;
        color: #fff;
        margin-bottom: 60px;
    }



#quote {
    text-align: center;
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url("../images/pics2.jpg");
    background-image: linear-gradient(rgba(4,9,30,0.2),rgba(4,9,30,0.2)),url("../images/pics2.jpg");
    background-position: center;
    background-size: cover;
}
    #quote h1 {
        line-height: 40px;
        font-size: 27px;
        color: #FF5722;
        margin-bottom: 10px;
        /* padding-top: 130px; */
        text-align: center;
    }
.quote {
    padding-top: 120px;
    display: flex;
    justify-content: space-between;
    min-height: 100vh;
}

.quote-text-box {
    color: #fff;
    flex-basis: 45%;
    background: rgb(255 255 255);
    border: 1px solid #FF9800;
    border-radius: 20px 0 20px 0;
    margin-bottom: 5%;
    padding: 50px 30px;
    box-sizing: border-box;
    transition: 0.5s;
    margin: auto;
    width: 75%;
    text-align: justify;
    margin-right: 60%;
    max-width: 680px;
    box-shadow: 0 0 20px 0px rgb(4 9 30 / 80%);
}

    .quote-text-box:hover {
        box-shadow: 0 0 20px 0px rgba(4,9,30,0.8);
    }

    .quote-text-box p {
        margin: 13px 4px 47px;
        font-size: 16px;
        color: #000;
        /*font-weight: lighter;*/
    }

    .quote-text-box span {
        margin: 10px;
        display: block;
        font-weight: 300;
    }

#ourinnovation {
    /*position: relative;*/
    text-align: center;
    min-height: 100vh;
    width: 100%;
    background-image: url("../images/shutterstock1.png");
    background-position: center;
    background-size: cover;
}
.ourinnovation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top:10px;
}
    .ourinnovation img {
        width: 345px;
        /*height: 130px;*/
    }

    /*.ourinnovation p {
        width: 50%;
        color: #fff;
        position: relative;
        margin: auto;
        text-align: center;
        background: rgba(4,9,30,0.7);
        border: 1px solid rgba(4,9,30,0.8);*/
        /*border-top-right-radius: 100px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 10px;*/
        /*border-radius: 10px;
        font-family: filson-soft, sans-serif;
        font-size: 35px;
        padding: 50px;
        line-height: 60px;
        box-shadow: 0 0 20px 0px rgba(4,9,30,0.8);
    }*/

#ourinnovation .ourinnovation-header-text {
    text-align: center;
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px;
    padding-top: 50px;
}
.peaceming-header-text {
    text-align: center;
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
    padding-top: 36px;
}
.ourinnovation-text-box {
    color: #fff;
    flex-basis: 45%;
    background: rgba(4,9,30,0.7);
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    margin: auto;
    box-shadow: 0 0 20px 0px rgba(4,9,30,0.8);
}
    .ourinnovation-text-box p {
        font-size: 35px;
        padding: 50px;
        line-height: 45px;
        
    }
    #snap {
    text-align: center;
    min-height: 70vh;
    width: 100%;
    /*background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url("../images/42 shutterstock_224875228 blur.jpg");*/
    background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url("../images/bg3.png");
    background-position: center;
    background-size: cover;
}
.snap {
    text-align: center;
    min-height: 100vh;
    width: 100%;
    background-image: url("../images/pasted svg 804139x859_poster_.png");
    background-position: center;
    background-size: 804px 859px;
    background-repeat: no-repeat;
    background-position-y: 100px;
}

#contactus {
    /*background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url("../images/atl_bg_2.jpg");*/
   /* background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url("../images/bg2.png");
    background-size: cover;*/
    padding-top: 100px;
    color: #fff;
    padding: 100px 50px;
}

.contactus {
    text-align: center;
    /*height: 50vh;
    
    */
    color: #000;
    width: 45%;
    background: rgb(255 193 7 / 35%);
    border: 1px solid #FF9800;
    /* background: rgba(4,9,30,0.7);
    color: rgba(4,9,40,2);*/
    /*background: rgba(4,9,30,0.3);*/
    border-radius: 20px 0 20px 0;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    margin: auto;
    font-size: 25px;
    padding: 50px 50px;
    font-weight: 600;
    box-shadow: 0 0 20px 0px rgb(4 9 30 / 80%);
}

        .contactus:hover {
            box-shadow: 0 0 20px 0px rgba(4,9,30,0.8);
        }

.footer {
    /*height: 22vh;*/
    background-color: white;
    background: rgba(255,196,0,0.5);
    /*position: relative;*/
}
.footer-pics {
    text-align: center;
    /*margin-top: 70px;*/
    /*position: absolute;*/
    bottom:0;
    width:100%;
    /*right:35%;*/
}
.footer-pics a {
    display:inline-flex;
    text-align:center;
}
.footer-pics1 {
    background-image: url("../images/Construction.png");
    background-size: 200px 70px;
    background-repeat: no-repeat;
    padding-top: 75px;
    width: 215px;
    background-position: center;
    background-color: rgba(255,255,255,1);
    border-radius: 10px;
}

.footer-pics2 {
    background-image: url("../images/atl_intelligent_seminars180x72_2x.png");
    background-size: 200px 70px;
    background-repeat: no-repeat;
    padding-top: 75px;
    width: 215px;
    /* height: 69px; */
    background-color: rgba(255,255,255,1);
    border-radius: 10px;
    background-position: center;
}

.footer-pics3 {
    background-image: url("../images/chg_systems_2x_2x.png");
    background-size: 78px 56px;
    background-repeat: no-repeat;
    padding-top: 75px;
    width: 195px;
    /* height: 69px; */
    background-color: rgba(255,255,255,1);
    border-radius: 10px;
    background-position: center;
}


@media(max-width:700px) {
     
    #buttonup, #buttondown {
        margin: 0px;
        background-color: #f2582291;
    }
    .text-box {
        width: 75%;
        padding: 25px;
        margin-top: 30px;
    }

    .sticky {
        /*margin-top: -30px;*/
        /*background: rgba(4,9,40,0.9);*/
        background: rgb(255 233 168 / 65%);
    }

    .sticky-link-buttons {
        top: -6px !important;
        z-index: 1;
    }

        .sticky-link-buttons .text-box-buttons-link {
            background: rgba(4,9,30,0.9);
        }

    .text-box p {
        font-size: 18px;
        line-height: 30px;
    }

    nav img {
        width: 170px;
        height: auto;
        /*margin-top: 30px;*/
    }

    .text-box-buttons {
        width: 100%;
    }

    .text-box-buttons-link {
        padding: 10px 6px;
        margin-bottom: 10px;
        margin-right: 0px;
        font-size: 14px;
    }

    .nav-links ul li {
        display: block;
    }

    .nav-links {
        position: absolute;
        background: rgb(255 196 0);
        height: 100vh;
        width: 200px;
        display: none;
        top: 0;
        text-align: left;
        z-index: 2;
        transition: 1s;
        right: 0;
    }

    nav .fa {
        display: block;
        color: #ff5722;
        margin: 10px;
        font-size: 22px;
    }

    .nav-links ul {
        padding: 15px;
    }

    .whyardenttide {
        padding: 0px;
    }
    
    .whyardenttide p {
        width: 75%;
        font-size: 18px;
        line-height: 30px;
        padding: 25px;
    }

        .whyardenttide h1 {
            line-height: 35px;
            font-size: 35px;
            /*padding-top: 70px;*/
        }
    .aboutus {
        padding-top: 0px;
    }
        #aboutus {
        background:none;
    }
        #aboutus h1 {
            line-height: 35px;
            font-size: 18px;
            /*padding-top: 70px;*/
            /*padding-top: 90px;*/
        }
         
    .about-left-col {
        flex-basis: 100%;
    }
    .about-right-col {
        flex-basis: 100%;
        width: auto;
        padding: 30px;
        margin-left: 0;
    }
    .about-content {
    font-size: 18px;
        line-height: 30px;
        padding:20px;
    }
    #ourinnovation h1 {
        line-height: 35px;
        font-size: 30px;
        /*padding-top: 70px;*/
        padding-top: 80px;
    }

    .ourinnovation-left-col {
        flex-basis: 100%;
    }
    .ourinnovation-right-col {
        flex-basis: 100%;
        width: 75%;
        padding: 15px;
    }
    .ourinnovation-content {
        font-size: 18px;
        line-height: 30px;
        padding: 20px;
    }
    #easytrasition {
        min-height: 100vh;
    }
    .easytrasition-hands h1 {
        font-size: 45px;
        padding-top: 150px;
        color: #00415D;
    }
    .easytrasition-hands {
        background-size: 520px;
        min-height: 100vh;
        background-position: center;
    }

    .hands-info {
        width: 100%;
        color: #fff;
        position: relative;
        margin: auto;
        text-align: center;
        border-radius: 10px;
        font-family: filson-soft, sans-serif;
        top: 80px;
        font-size: 12px;
    }

    .hands div p {
        padding: 5px 6px;
        border: none;
        background: none;
    }

    .hands div {
        color: #fff;
        margin: 10px 5px;
    }

        .hands div:nth-child(2) p {
            float: right;
            line-height: 12px;
        }

    .peaceming {
        padding: 30px;
    }

    .peaceming-header {
        width: 100%;
        padding: 40px 5px;
        line-height: normal; 
    }

        .peaceming-header h1 {
            line-height: 30px;
            font-size: 32px; 
            margin-bottom: 30px;
        }

        .peaceming-header p {
            font-size: 24px;
        }
    #quote {
        background: none;
        min-height: 0px;
    }
    #quote h1 {
        font-size: 18px;
        padding-top: 40px;
        color: #FF5722;
        text-align: center;
    }
    .quote {
        top: 15px;
        padding: 5px 30px;
        flex-direction: column;
        min-height: 0vh;
    }

    .quote-text-box {
        padding: 0px;
        /*margin-bottom: 10px;*/
        width: 100%;
        margin-left: 0;
        background: rgb(255 193 7 / 35%);
    }

        .quote-text-box p {
            font-size: 16px;
            line-height: 25px;
            padding: 20px;
            margin: 10px 0 10px;
        }
     
    .peaceming-header-text {
        text-align: center;
        font-size: 30px;
        color: #fff;
        margin-bottom: 35px;
        padding-top: 15px;
    }
    
     
    .snap {
        background-size: 400px 430px;
    }
    #contactus {
        padding:30px;
    }
    .contactus {
        width: 100%;
        font-size: 20px;
        padding: 20px 12px;
    }
    .footer {
        /*height: 25vh;*/ 
    }
    .footerlogo {
        margin-left: 37%;
    }
    .footer-links {
        padding-top: 20px; 
    }
    .footer-pics {
        /*right: 50px;*/
    }
    .footer-pics1 {
        background-size: 100px 40px;
        background-repeat: no-repeat;
        padding-top: 50px;
        width: 110px;
        background-color: rgba(255,255,255,1);
        border-radius: 10px; 
    }
    .footer-pics2 {
        background-size: 100px 40px;
        background-repeat: no-repeat;
        padding-top: 50px;
        width: 110px;
        padding-right: 6px; 
        background-color: rgba(255,255,255,1);
        border-radius: 10px;
    }
    .footer-pics3 {
        
        background-size: 40px 25px;
        background-repeat: no-repeat;
        padding-top: 50px;
        width: 95px; 
        background-color: rgba(255,255,255,1);
        border-radius: 10px; 
    }
    #cookie-consent .cc-wrap {
        min-width:auto!important;
        max-width:auto!important;
    }
    #cookie-consent button {
    padding:5px!important;
    }
}



