* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/OverpassLight.eot');
    src: url('../fonts/OverpassLight.eot') format('embedded-opentype'),
        url('../fonts/OverpassLight.woff2') format('woff2'),
        url('../fonts/OverpassLight.woff') format('woff'),
        url('../fonts/OverpassLight.ttf') format('truetype'),
        url('../fonts/OverpassLight.svg#OverpassLight') format('svg');
    font-weight: 300;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/OverpassSemiBold.eot');
    src: url('../fonts/OverpassSemiBold.eot') format('embedded-opentype'),
        url('../fonts/OverpassSemiBold.woff2') format('woff2'),
        url('../fonts/OverpassSemiBold.woff') format('woff'),
        url('../fonts/OverpassSemiBold.ttf') format('truetype'),
        url('../fonts/OverpassSemiBold.svg#OverpassSemiBold') format('svg');
    font-weight: 600;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/OverpassBold.eot');
    src: url('../fonts/OverpassBold.eot') format('embedded-opentype'),
        url('../fonts/OverpassBold.woff2') format('woff2'),
        url('../fonts/OverpassBold.woff') format('woff'),
        url('../fonts/OverpassBold.ttf') format('truetype'),
        url('../fonts/OverpassBold.svg#OverpassBold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'Gotham';
    src: url('..fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot') format('embedded-opentype'),
        url('../fonts/GothamBold.woff2') format('woff2'),
        url('../fonts/GothamBold.woff') format('woff'),
        url('../fonts/GothamBold.ttf') format('truetype'),
        url('../fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot') format('embedded-opentype'),
        url('../fonts/GothamLight.woff2') format('woff2'),
        url('../fonts/GothamLight.woff') format('woff'),
        url('../fonts/GothamLight.ttf') format('truetype'),
        url('../fonts/GothamLight.svg#GothamLight') format('svg');
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamMedium.eot');
    src: url('../fonts/GothamMedium.eot') format('embedded-opentype'),
        url('../fonts/GothamMedium.woff2') format('woff2'),
        url('../fonts/GothamMedium.woff') format('woff'),
        url('../fonts/GothamMedium.ttf') format('truetype'),
        url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: 400;
}





@font-face {
    font-family: 'Overpass';
    src: url('../fonts/OverpassRegular.eot');
    src: url('../fonts/OverpassRegular.eot') format('embedded-opentype'),
        url('../fonts/OverpassRegular.woff2') format('woff2'),
        url('../fonts/OverpassRegular.woff') format('woff'),
        url('../fonts/OverpassRegular.ttf') format('truetype'),
        url('../fonts/OverpassRegular.svg#OverpassRegular') format('svg');
    font-weight: 400;
}


@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBook.eot');
    src: url('../fonts/GothamBook.eot') format('embedded-opentype'),
        url('../fonts/GothamBook.woff2') format('woff2'),
        url('../fonts/GothamBook.woff') format('woff'),
        url('../fonts/GothamBook.ttf') format('truetype'),
        url('../fonts/GothamBook.svg#GothamBook') format('svg');

}

html {
    scrollbar-color: #000 #1c2e4d;
    scrollbar-width: thin;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #1c2e4d;
}

body::-webkit-scrollbar-thumb {
    background: #000;
}

body::-moz-scrollbar {
    width: 8px;
}

body::-moz-scrollbar-track {
    background: #1c2e4d;
}

body::-moz-scrollbar-thumb {
    background: #000;
}

body::-o-scrollbar {
    width: 8px;
}

body::-o-scrollbar-track {
    background: #1c2e4d;
}

body::-o-scrollbar-thumb {
    background: #000;
}

body::-ms-scrollbar {
    width: 8px;
}

body::-ms-scrollbar-track {
    background: #1c2e4d;
}

body::-ms-scrollbar-thumb {
    background: #000;
}

section {
    padding: 60px 0;
}

.main-container {
    max-width: 1580px;
    padding: 0 80px;
    width: 100%;
    margin: 0 auto;
}

option {
    background-color: #0068B1;
}

#home {
    transition: all 0.3s ease-in-out;
}


#toTop {
    text-indent: 100%;
    text-indent: -9999px;
}

#toTop {
    position: fixed;
    display: none;
    text-decoration: none;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    z-index: 999;
    text-indent: -9999px;
    background-size: 100%;
    border: 1px solid transparent;
}

#toTop::before {
    content: "";
    width: 40px;
    height: 40px;
    background: #fff;
}

#toTop::after,
#toTop::before {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#toTop {
    background: #f0513a !important;
    border-radius: 100px;
    text-indent: 100%;
    text-indent: -9999px;
    display: none;
}


#toTop::after {
    content: "\f176";
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: 9;
    font-size: 26px;
    font-family: FontAwesome;
    text-indent: 0;
    text-align: center;
    line-height: 35px;
    color: #fff;
}

#toTop::before {
    content: "";
    width: 40px;
    height: 40px;
    background: #f0513a !important;
    border-radius: 100px;
}

#toTop::after,
#toTop::before {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}




.banner-text h4 {
    color: #fff;
    font-size: 27px;
    padding: 20px 0;
    letter-spacing: 4px;
}

.boxwrapper {
    padding: 100px 0 60px 0;
}

.banner-text {
    max-width: 380px;
    background-color: #0068b0;
    color: #fff;
    padding: 30px 20px;
    border-radius: 15px;
}

.deskdop {
    display: block;
}

.phone {
    display: none;
}

.banner-content {
    z-index: 9;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.banner-text .form-control {
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    margin-bottom: 10px;
}
  .banner-text .form-control:focus,
  .banner-text .form-control:focus-visible{
    outline: none !important;
    box-shadow:none !important ;
    border:none !important;
    border-bottom: 1px solid #fff;
  }
.banner-text .form-control::placeholder {
    color: #fff;
}

.banner-text .form-check-label {
    text-align: left;
    font-size: 14px;
    padding-bottom: 20px;
}


.shadow-lg {
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.09) !important;
}

.banner-text .btn-primary {
    width: 100%;
    text-transform: uppercase;
    border-radius: 10px;
    color: #fff;
    background-color: #f0513a !important;
    border-color: #f0513a;
    box-shadow: none;
}

.banner-text .btn-primary:hover {
    color: #fff;
    background-color: #f0513a;
    border-color: #f0513a;
}

.phtext {
    color: #fff;
    font-size: 20px;
    padding-top: 30px;
}

.phtext i {
    color: #fff;
}

.phtext a {
    color: #fff;
}
.phtext a:hover
{
    text-decoration:none;
}
.banner-img {
    padding-bottom: 0px;
}

/*-----------faq accordian-----------*/
.faq-a {
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    background: #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    float: left;
    padding: 25px 50px 25px 25px;
    border-radius: 19px;
    position: relative;
}

.faq-a::after {
    position: absolute;
    content: "-";
    right: 0;
    top: 20px;
    right: 25px;
    font-size: 28px;
    font-weight: 200;
}

.faq-right {
    padding: 0 70px;
}

.faq-a.collapsed::after {
    content: "+";
}

.faq-content {
    float: left;
    width: 100%;
    padding: 0;
}

.faq-card {
    border: none;
    margin-bottom: 20px;
    background-color: transparent;
}

/* box slid */
.boxhead h3 {
    text-align: center;
    color: #000;
    font-weight: bold;
    padding-bottom: 30px;
    font-size: 30px;
    letter-spacing: 2px;
}

.sixboxmargin {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

.sixbox {
    padding: 60px 0px;
    text-align: center;
}

.pxp-services-item {
    background-color: #fff;
    position: relative;
    border-right: 1px solid #e8e8e8;
}

/* products */
.productswrapper {
    background-image: url(../images/product-bg.webp);
    background-size: cover;
}

.productswrapper h3 {
    font-size: 32px;
    padding-bottom: 50px;
    margin: 0;
    text-align: center;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.productsmargin {
    background-color: #f5f5f5;
    padding: 20px 20px;
}

.proh {
    font-size: 28px;
    letter-spacing: 2px;
}

.products-text li {
    font-size: 15px;
    font-weight: 500;
    list-style: none;
    padding: 5px;
    color: black;
}

.toolmargin {
    margin: 0 0px 0 0;
}


.products-text h6 {
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0 0px 0;
    margin: 0;
}

.cloud-gray {
    background-color: #717374;
    padding: 10px;
    height: fit-content;
}

.fire-red {
    background-color: #c0381f;
    padding: 10px;
    height: fit-content;
}

.mud-yellow {
    background-color: #633a36;
    padding: 10px;
    height: fit-content;
}

.brick-red {
    background-color: #b49063;

    padding: 10px;
    height: fit-content;
}

.dark-green {
    background-color: #996b5f;

    padding: 10px;
    height: fit-content;
}

.brown {
    background-color: #7d8182;
    padding: 10px;
    height: fit-content;
}

.beige {
    background-color: #827d5c;
    padding: 10px;
    height: fit-content;
}

.summer-white {
    padding: 10px;
    height: fit-content;
}

.cool-gray {
    padding: 10px;
    height: fit-content;
}

.sky-blue {
    padding: 10px;
    height: fit-content;
}


.manwrapper {
    overflow: hidden;
    background-size: cover;
    background-position: top;
    background-color: #1369b0 !important;padding-top: 0;
}

.manright h5 {
    font-size: 40px;
    font-weight: 300;
    padding: 20px 30% 0px 100px;
    color: #fff;
    line-height: 46px;
    letter-spacing: 2px;
}

.manright p {
    font-size: 14px;
    font-weight: 300;
    padding: 20px 0px 0px 0px;
    color: #fff;
    line-height: 30px;
}




.manpadd {
    padding: 0;
}

.divider.divider-side {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 5vw;
    max-width: 72px;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
}

.divider.divider-side:last-child {
    right: -1px;
}

.divider {
    width: 100%;
    position: relative;
    height: 5vw;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #fff;
    background-color: rgb(255, 255, 255);
}

.bg-primary {
    background-color: #1369b0 !important;
}


.copyfooter {
    background-color: #192d35 !important;
    color: #fff;
    padding: 20px;
    font-weight: 600;
}

.copyfooter p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
}

.links-white a:hover {

    color: #fff;

}

.links-white a:not(:hover) {
    color: rgba(255, 255, 255, 0.7);
}

.links a {

    display: inline-block;
    padding: 0px 15px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 17px;
    position: relative;

}

.links {
    text-align: center;
}

.links a+a::before {
    display: inline-block;
    content: "|";
    clear: both;
    height: 0;
    color: #444;
    font-size: 11px;
    padding-left: 12px;
    position: absolute;
    left: -15px;
}

.faq-right h4 {
    font-size: 30px;
    padding-bottom: 20px;
    color: #fff;
}

.oralium-1 {
    position: absolute;
    top: 0;
    left: 50px;
    max-width: 150px;
}

.products-text {
    padding-left: 13%;
}

.products-img img {
    margin-left: -20px;
    margin-top: 100px;
}

.products-slide-box .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 35%;
    font-size: 60px;
}

.products-slide-box .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 40%;
    font-size: 60px;
}

.product-actions table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.product-actions td {
    border: 1px solid #505050;
    text-align: left;
    padding: 8px;
    font-weight: 300;
    color: #000;
    font-size: 14px;
}

.product-actions th {
    background-color: #505050;
    border: 1px solid #505050;
    text-align: left;
    padding: 8px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

/* table */

.ot-color {
    background-color: #505050;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 40px;
}

.ot-sec {
    background-color: #f0513a;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 90px;
}

.ot-sub {
    background-color: #ececec;
    color: #000;
    border: 1px solid #fff;
    padding: 10px 40px;
}

.ot-seccolor {
    background-color: #0068b0;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 90px;
}

.oralium-table-bg {
    text-align: center;
}

.oralium-table-bg td {
    font-weight: 600;
}

.oralium-table-bg h3 {
    font-size: 32px;
}

.oralium-table-bg h4 {
    font-weight: 400;
    margin-top: 20px;
    font-size: 22px;
}

.oralium-table-body {
    display: flex;
    justify-content: center;
    text-align: left;
}


.providingwrapper {
    padding: 40px 0;
    background-color: #ececec;
}

.providingleft h1 {
    font-size: 39px;
    padding-right: 21%;
    color: #000;
    padding-bottom: 50px;
}

.providingleft h2 {
    font-size: 39px;
    padding-right: 50%;
    color: #000;
    padding-bottom: 50px;
}

.providingright p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.provcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.probullet h6 {
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    color: #000;
}

.probullet h6::before {
    position: absolute;
    content: '';
    background-color: #000;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    left: 0;
    top: 8px;
}

.oralium-table {
    background-color: #ececec;
}

/* projects */
.projectwrap h6 {
    font-size: 17px;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    color: #fff;
}

.projectwrapper {
    background-color: #1369b0
}

.projectwrapper h4 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
}

.projectwrapper .owl-carousel .owl-nav.disabled {
    display: block;
}

.projectwrapper .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    font-size: 40px;
    color: #fff;
}

.projectwrapper .owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: inherit;
    font: inherit;
    font-size: inherit;
    position: absolute;
    color: #fff;
    font-size: 60px;
    top: 30%;
    left: 40px;
}

.projectwrapper .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    color: inherit;
    font: inherit;
    font-size: inherit;
    position: absolute;
    color: #fff;
    font-size: 60px;
    top: 30%;
    right: 40px;
}
.providingimg {
    width: 100%;
  }
  .providingimg img { width: 100%;}
/* responsive */
@media (min-width: 992px) {

    .products-text {
        display: block;
    }

    .colorbox {
        display: none;
    }

}

@media (max-width: 1240px) {
    .banner-img {
        padding-bottom: 200px;
    }
}

@media (max-width: 1199px) {
    .formwrapper {
        padding: 0 0;
    }
}

@media (max-width: 1024px) {

    .banner-img {
        padding-bottom: 270px;
    }

    .copyfooter p {
        font-size: 16px;
    }

    .manright p {
        font-size: 13px;
        padding: 0px 40px 0px 40px;
    }

    .manright {
        padding: 20px 0 0px 0;
    }
}

@media (max-width: 991px) {
    .right-2 {
        order: 2;
    }

    .right-1 {
        order: 1;
    }

    .products-img img {
        margin-left: 0px;
        margin-top: 10px;
    }

    .products-slide-box .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        right: 0;
        top: 10%;
        font-size: 60px;
    }

    .products-slide-box .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: 0;
        top: 10%;
        font-size: 60px;
    }

    .pxp-services-item {
        max-width: 100%;
        min-width: auto;
    }

    .oralium-1 {
        position: absolute;
        bottom: -50px;
        right: auto;
        max-width: 100px;
        top: auto;
        left: 20px;
    }


    .colorbox h2 {
        font-size: 17px;
        margin: 0;
    }

    .products-text {
        display: none;
    }

    .colorbox {
        display: block;
    }

    .faq-a::after {
        position: absolute;
        content: "-";
        right: 25px;
        top: 10px;
    }

    .faq-a {
        font-size: 15px;
        padding: 20px 45px 20px 10px;
    }

    .deskdop {
        display: none;
    }

    .phone {
        display: block;
    }

    .faq-right {
        padding: 0 30px;
    }

    .pxp-services-item {
        border-bottom: 1px solid #e8e8e8;
    }

    .sixbox {
        padding: 10px 0px;
    }

    .boxwrapper {
        padding: 20px 0 20px 0;
    }



    .banner-content {
        position: relative;
        padding-top: 20px;
    }

    .manright h5 {
        font-size: 27px;
        font-weight: 300;
        padding: 20px 0% 0px 40px;
        color: #fff;
        line-height: 36px;
        letter-spacing: 2px;
    }

    section {
        padding: 20px 0;
    }

    .productswrapper h3 {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .boxhead h3 {
        padding-bottom: 20px;
        font-size: 26px;
    }

    .banner-text .form-control {
        margin-bottom: 0px;
    }

    .banner-text h4 {
        font-size: 21px;
        padding: 10px 0;
    }

    .banner-text {
        max-width: 350px;
        border-radius: 15px;
    }

    .phtext {
        font-size: 15px;
        padding-top: 0px;
    }

    .banner-text h4 {
        font-size: 20px;
        padding: 8px 0;
        margin: 0;
    }

    .banner-img {
        padding-bottom: 0;
    }

    .main-container {
        max-width: 1580px;
        padding: 0 20px;
        width: 100%;
        margin: 0 auto;
    }

    .formwrapper {
        padding: 20px 0 0 0;
    }

    .products-text {
        display: none;
    }

    .color-a {
        cursor: pointer;
        font-size: 16px;
        width: 100%;
        background: #f5f5f5;
        float: left;
        padding: 5px 0px 5px 0px;
        border-radius: 19px;
        position: relative;
    }

    .color-a.collapsed::after {
        content: "+";
    }

    .color-a::after {
        position: absolute;
        content: "-";
        right: 0;
        top: 0px;
        right: 25px;
        font-size: 28px;
        font-weight: 200;
    }

    .color-a h2 {
        font-size: 17px;
    }

    .products-text {
        padding-left: 0%;
    }

    .phone-box {
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        margin-bottom: 10px;
        border-radius: 15px;
        margin-left: 15px;
        margin-right: 15px;
        padding: 10px;
        margin-top: 10px;
    }

    .providingleft h1 {
        font-size: 24px;
        padding-right: 20%;
        padding-bottom: 0px;
    }

    .providingleft h2 {
        font-size: 24px;
        padding-right: 20%;
        padding-bottom: 0px;
    }

    .ot-seccolor {
        padding: 5px 10px;
    }

    .ot-sec {
        padding: 5px 10px;
    }

    .ot-color {
        padding: 5px 10px;
    }

    .ot-sub {
        padding: 5px 10px;
    }

    .oralium-table-bg h3 {
        font-size: 25px;
    }

    .oralium-table-bg h4 {
        margin-top: 10px;
        font-size: 18px;
    }

    .paadlr {
        padding: 0;
    }

    .provcenter {
        display: block;
    }
}

@media (max-width: 767px) {


    .boxhead h3 {
        padding-bottom: 10px;
    }

    .copyfooter p {
        font-size: 14px;
        margin: 0;
    }

    .links a {
        font-size: 14px;
    }

}