@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap");

@import url("../webfonts/govpn.css");
/* -----------------------------------
    - General Styles
------------------------------------*/
*, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.gbtn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: .8rem 2.2rem;
    border-radius: 0.4rem;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gbtn > i {
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gbtn.icon-left > i {
    margin-right: .8rem;
    margin-left: -1rem;
}

.gbtn.icon-right > i {
    margin-left: .5rem;
}

.gbtn:hover, .gbtn:focus {
    text-decoration: none;
}

.gbtn.gbtn-primary {
    color: #fff;
    background-color: #014488;
}

.gbtn.gbtn-primary > i {
    color: rgba(255, 255, 255, 0.5);
}

.gbtn.gbtn-primary:hover, .gbtn.gbtn-primary:focus {
    background-color: #01376d;
}

.gbtn.gbtn-default {
    color: #fff;
    background-color: #2C8FFF;
}

.gbtn.gbtn-default > i {
    color: rgba(255, 255, 255, 0.5);
}

.gbtn.gbtn-default:hover, .gbtn.gbtn-default:focus {
    background-color: #2579da;
}

.gbtn.gbtn-no-bg {
    color: #fff;
}

.gbtn.gbtn-no-bg > i {
    margin-top: 0;
    font-size: 12px;
    opacity: .5;
}

.gbtn.gbtn-no-bg:hover, .gbtn.gbtn-no-bg:focus {
    opacity: 0.9;
}

.gbtn.gbtn-no-bg:hover > i, .gbtn.gbtn-no-bg:focus > i {
    margin-left: 1rem;
}

.gbtn.gbtn-back {
    color: #0E346B;
}

.gbtn.gbtn-back > i {
    margin-top: 0;
    font-size: 12px;
    opacity: .5;
    margin-right: .5rem;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.gbtn.gbtn-back:hover, .gbtn.gbtn-back:focus {
    opacity: 0.9;
}

.gbtn.gbtn-back:hover > i, .gbtn.gbtn-back:focus > i {
    margin-right: 1rem;
}

::selection {
    background-color: rgba(1, 68, 136, 0.5);
    color: #fff;
}

body.inner-page .header {
    background-color: #001E42;
}

body.inner-page .navbar {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.head-title {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    text-align: center;
    background-color: #F8F8F8;
}

.head-title .page-title {
    position: relative;
    display: inline-block;
    color: #0E346B;
    font-size: 42px;
    font-weight: 300;
}

.head-title .page-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #FF0808;
    bottom: 0;
    left: 0;
}

.page-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
}

.page-content .row-holder {
    display: inline-block;
    width: 100%;
    max-width: 866px;
    text-align: left;
}

.page-content .row-title {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #0E346B;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 35px;
    color: #53476C;
    font-weight: 400;
    margin-bottom: 2rem;
}

p a {
    font-weight: 700;
}

ul {
    margin-bottom: 2rem;
}

ul li {
    font-size: 16px;
    line-height: 35px;
    color: #53476C;
    font-weight: 400;
}

ul li a {
    font-weight: 700;
}

html, body {
    height: 100%;
}

.content-404 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
    padding: 4rem 2rem;
}

.content-404 .content-holder {
    text-align: center;
}

.content-404 .logo-404 {
    width: 79px;
    margin-bottom: 4rem;
}

.content-404 .img-holder {
    margin-bottom: 1rem;
}

.content-404 .img-holder img {
    width: 140px;
    -webkit-transform: rotate(-19deg);
    -moz-transform: rotate(-19deg);
    -ms-transform: rotate(-19deg);
    transform: rotate(-19deg);
}

.content-404 .message {
    font-size: 49px;
    font-weight: 300;
    color: #D1DEF0;
}

@media (max-height: 370px) {
    .content-404 {
        -moz-align-items: flex-start;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
}

/* -----------------------------------
    - Header Styles
------------------------------------*/
.header {
    position: relative;
    overflow: hidden;
}

.header .head-bg {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(0deg, #2C8FFF, #164880);
    background-image: -o-linear-gradient(0deg, #2C8FFF, #164880);
    background-image: linear-gradient(0deg, #2C8FFF, #164880);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scale(1.4, 1.8);
    -moz-transform: scale(1.4, 1.8);
    -ms-transform: scale(1.4, 1.8);
    transform: scale(1.4, 1.8);
    z-index: -1;
}

.header .head-bg-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header .head-bg-icons img {
    position: absolute;
    -webkit-animation: icon-animate 3s linear infinite;
    -moz-animation: icon-animate 3s linear infinite;
    -ms-animation: icon-animate 3s linear infinite;
    animation: icon-animate 3s linear infinite;
}

.header .head-bg-icons img:nth-child(1) {
    opacity: 0.1;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    left: 5%;
    top: 10%;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
}

.header .head-bg-icons img:nth-child(2) {
    opacity: 0.2;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    left: 20%;
    top: 5%;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
}

.header .head-bg-icons img:nth-child(3) {
    opacity: 0.2;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    left: 30%;
    top: 25%;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}

.header .head-bg-icons img:nth-child(4) {
    opacity: 0.1;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    left: 40%;
    top: 50%;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}

.header .head-bg-icons img:nth-child(5) {
    opacity: 0.1;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    left: 50%;
    top: 15%;
    -webkit-animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    -ms-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.header .head-bg-icons img:nth-child(6) {
    opacity: 0.2;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    left: 65%;
    top: 9%;
    -webkit-animation-delay: 3.3s;
    -moz-animation-delay: 3.3s;
    -ms-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.header .head-bg-icons img:nth-child(7) {
    opacity: 0.2;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    left: 70%;
    top: 50%;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.header .head-bg-icons img:nth-child(8) {
    opacity: 0.1;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    left: 80%;
    top: 25%;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

@-webkit-keyframes icon-animate {
    0% {
        opacity: 0;
    }

    40% {
        opacity: .1;
    }

    60% {
        opacity: .1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes icon-animate {
    0% {
        opacity: 0;
    }

    40% {
        opacity: .1;
    }

    60% {
        opacity: .1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes icon-animate {
    0% {
        opacity: 0;
    }

    40% {
        opacity: .1;
    }

    60% {
        opacity: .1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes icon-animate {
    0% {
        opacity: 0;
    }

    40% {
        opacity: .1;
    }

    60% {
        opacity: .1;
    }

    100% {
        opacity: 0;
    }
}

.navbar {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.navbar .navbar-brand img {
    width: 140px;
}

.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar .navbar-nav li {
    margin-right: 1.2rem;
}

.navbar .navbar-nav li:last-child {
    margin-right: 0;
}

.navbar .navbar-nav li a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar .navbar-nav li a.nav-download {
    background-color: rgba(255, 255, 255, 0.14);
    border-radius: 5px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus {
    opacity: 0.7;
}

.top-content {
    padding-top: 4rem;
    text-align: center;
}

.top-content .resize-container {
    display: inline-block;
    width: 100%;
    text-align: left;
    max-width: 780px;
}

.top-content .mobile-img-holder {
    text-align: center;
}

.top-content .mobile-img-holder .img-ef {
    display: inline-block;
    width: 100%;
    max-width: 230px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-11deg);
    -moz-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    transform: rotate(-11deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.top-content .mobile-img-holder .img-ef:hover {
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.top-content .content-holder {
    padding-top: 2rem;
}

.top-content .content-holder .lg-text {
    font-size: 70px;
    font-weight: 300;
    line-height: 70px;
    color: #fff;
}

.top-content .content-holder .md-text {
    font-size: 49px;
    font-weight: 300;
    color: #0E346B;
    margin-bottom: 3rem;
}

/* -----------------------------------
    - Other Styles
------------------------------------*/
.why-govpn {
    padding-top: 5rem;
    padding-bottom: 8rem;
}

.why-govpn .app-custom-img {
    position: relative;
    padding-left: 8%;
}

.why-govpn .app-custom-img .img1 {
    width: 100%;
    max-width: 542px;
}

.why-govpn .app-custom-img .img2 {
    position: absolute;
    left: 0;
    bottom: -16%;
    width: 34%;
}

.why-govpn .text-holder {
    margin-top: 7rem;
}

.why-govpn .text-holder .title {
    font-size: 49px;
    font-weight: 700;
    color: #0E346B;
    margin-bottom: 1.5rem;
}

.why-govpn .text-holder .text {
    font-size: 19px;
    color: #0E346B;
    line-height: 37px;
    text-align: justify;
    direction:rtl;    
}

.features {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.features .row-title {
    font-size: 49px;
    font-weight: 700;
    color: #0E346B;
    margin-bottom: 6rem;
}

.features .feature-box {
    position: relative;
    display: inline-block;
    text-align: right;
    width: 100%;
    max-width: 305px;
    padding: 2rem;
    margin-bottom: 2rem;
    text-align: justify;
    direction:rtl;    
}

.features .feature-box:before {
    content: "";
    position: absolute;
    background-color: #0E346B;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    opacity: 0;
    z-index: -1;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.features .feature-box .icon {
    margin-bottom: 1rem;
}

.features .feature-box .icon i {
    color: #2A89F4;
    font-size: 35px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features .feature-box .title {
    font-size: 18px;
    font-weight: 700;
    color: #0E346B;
    margin-bottom: 1.5rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features .feature-box .text {
    font-size: 16px;
    color: #0E346B;
    line-height: 37px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features .feature-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.features .feature-box:hover .icon i {
    color: #fff;
}

.features .feature-box:hover .title {
    color: #fff;
}

.features .feature-box:hover .text {
    color: #fff;
}

.download-section {
    background-color: #F8F8F8;
    padding-top: 3rem;
    padding-bottom: 5rem;
    text-align: center;
}

.download-section .img-holder {
    margin-bottom: 4rem;
}

.download-section .img-holder img {
    width: 100%;
    max-width: 935px;
}

.download-section .title {
    font-size: 49px;
    font-weight: 900;
    color: #0E346B;
    margin-bottom: 2.5rem;
    direction:rtl;    
}

.download-section .text {
    font-size: 19px;
    color: #43435A;
    line-height: 37px;
    width: 100%;
    max-width: 814px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
    direction:rtl;     
}

.download-section .btns-holder .gbtn {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.download-section .btns-holder .gbtn:last-child {
    margin-right: 0;
}

.faq-section {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    /* border-bottom: 0px solid #9EB5D8; */
}

.faq-section .resize-content {
    display: inline-block;
    width: 100%;
    max-width: 772px;
    text-align: left;
}

.faq-section .row-title {
    font-size: 49px;
    font-weight: 900;
    color: #0E346B;
    margin-bottom: 2.5rem;
}

.faq-list .card {
    border: 0;
    margin-bottom: 1rem;
}

.faq-list .card .card-header {
    position: relative;
    background: none;
    border: 0;
    padding: 0;
    border-radius: 0;
}

.faq-list .card .card-header button {
    background: none;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    color: #FF0808;
    padding: 1.19rem 1.5rem;
    padding-right: 3rem;
    width: 100%;
    text-align: center;
    outline: none;
    border: 1px solid #9EB5D8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.faq-list .card .card-header button:after {
    content: "\67";
    position: absolute;
    font-family: "govpn" !important;
    font-size: 12px;
    right: 1.4rem;
    top: 1.5rem;
    color: #0E346B;
    pointer-events: none;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.faq-list .card .card-header button.collapsed {
    color: #2C1E4B;
}

.faq-list .card .card-header button.collapsed:after {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.faq-list .card .card-header button:hover, .faq-list .card .card-header button:focus {
    border: 1px solid #788dac;
}

.faq-list .card .card-header button:hover:not(.collapsed), .faq-list .card .card-header button:focus:not(.collapsed) {
    color: #d10808;
}

.faq-list .card .card-header button:hover.collapsed, .faq-list .card .card-header button:focus.collapsed {
    opacity: 0.7;
}

.faq-list .card .card-body {
    color: #53476C;
    font-size: 16px;
    line-height: 37px;
    padding: 1.8rem;
}

.contact-section {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 8rem;
}

.contact-section .resize-content {
    display: inline-block;
    width: 100%;
    max-width: 772px;
    text-align: left;
}

.contact-section .row-title {
    font-size: 49px;
    font-weight: 900;
    color: #0E346B;
    margin-bottom: 2.5rem;
}

.contact-section .text {
    font-size: 19px;
    color: #717182;
    line-height: 37px;
    margin-bottom: 4rem;
}

.contact-section .text a {
    font-weight: 700;
    color: #717182;
}

.contact-section .form-control {
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #2C1E4B;
    padding: 1.19rem 1.5rem;
    width: 100%;
    text-align: left;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: inherit;
    border: 1px solid #9EB5D8;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-section .form-control:hover, .contact-section .form-control:focus {
    border-color: #2C1E4B;
}

.contact-section textarea.form-control {
    height: 294px;
    resize: none;
    font-weight: 400;
    padding: 1.8rem 2.2rem;
}

.contact-section .submit-btn-holder {
    text-align: right;
}

.contact-section .submit-btn-holder .gbtn {
    min-width: 200px;
}

/* -----------------------------------
    - Footer Styles
------------------------------------*/
.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #0E346B;
}

.footer .copyright {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
}

.footer-menu-holder {
    margin-bottom: 2rem;
}

.footer-menu-holder h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.8rem;
}

.footer-menu-holder ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu-holder ul li {
    margin-bottom: .5rem;
}

.footer-menu-holder ul li a {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-menu-holder ul li a:hover, .footer-menu-holder ul li a:focus {
    color: #fff;
}

/* -----------------------------------
    - Responsive Styles
------------------------------------*/
@media (max-width: 1200px) {
    .why-govpn .text-holder {
        margin-top: 3rem;
    }
}

@media (max-width: 992px) {
    .navbar-nav {
        margin-top: 2rem;
    }

    .navbar .navbar-nav li {
        margin-right: 0;
        text-align: center;
    }

    .navbar .navbar-nav li a {
        text-align: center;
        display: inline-block;
    }

    .header .head-bg {
        -webkit-transform: scale(1.4, 1.2);
        -moz-transform: scale(1.4, 1.2);
        -ms-transform: scale(1.4, 1.2);
        transform: scale(1.4, 1.2);
    }

    .header .head-bg-icons img:nth-child(2) {
        display: none;
    }

    .header .head-bg-icons img:nth-child(6) {
        display: none;
    }

    .header .head-bg-icons img:nth-child(7) {
        display: none;
    }

    .why-govpn .text-holder {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .header .head-bg {
        top: 0;
        -webkit-transform: scale(1.8, 1.2);
        -moz-transform: scale(1.8, 1.2);
        -ms-transform: scale(1.8, 1.2);
        transform: scale(1.8, 1.2);
    }

    .header .head-bg-icons {
        display: none;
    }

    .top-content {
        padding-top: 1rem;
        padding-bottom: 3rem;
    }

    .top-content .mobile-img-holder .img-ef {
        display: none;
    }

    .top-content .content-holder {
        text-align: center;
    }

    .top-content .content-holder .lg-text {
        font-size: 60px;
    }

    .top-content .content-holder .md-text {
        font-size: 42px;
    }

    .top-content .content-holder .btns-holder .gbtn {
        width: 60%;
        margin-bottom: 1rem;
    }

    .why-govpn {
        padding-bottom: 4rem;
    }

    .why-govpn .text-holder {
        margin-top: 5rem;
    }

    .why-govpn .text-holder .title {
        font-size: 40px;
        margin-bottom: 1.5rem;
    }

    .features .row-title {
        font-size: 40px;
        margin-bottom: 3rem;
    }

    .features .feature-box {
        max-width: 100%;
    }

    .download-section .title {
        font-size: 40px;
        margin-bottom: 1.5rem;
    }

    .download-section .btns-holder .gbtn {
        margin-right: 0;
        min-width: 80%;
    }

    .faq-section .row-title {
        font-size: 40px;
        margin-bottom: 1.5rem;
    }

    .contact-section .row-title {
        font-size: 40px;
        margin-bottom: 1.5rem;
    }
}

mark {
    border: solid;
    border-radius: 5px;
 /* background: blue; */
    color: white; 
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;    
    box-shadow: silver 1px 2px 6px;
}

.footer__decoration {

    box-sizing: border-box;    

position: relative;
width: 100%;
max-width: 1600px;
margin: 0 auto;
height: auto;
display: block;
    overflow: hidden;
    color: #FFFFFF;
    background:url(/images/footer-govp.png) no-repeat center bottom;
    background-size:auto 100%;
}
