html,
body {
    font-family: arial, sans-serif;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#skiptocontent {
    position: absolute;
}

    #skiptocontent a {
        padding: 0.5em 1em;
        position: absolute;
        top: 0px;
        left: -250px;
        color: #000;
        border: 1px solid #fff;
        border-bottom-right-radius: 8px;
        background: #0084c5;
        -webkit-transition: left 1s ease-out;
        transition: left 1s ease-out;
        z-index: 100;
        outline: 0;
        min-width: 150px;
        border-left: 0;
        font-size: 1.2em;
    }

        #skiptocontent a:focus {
            position: absolute;
            left: 0px;
            top: 0px;
            outline-color: transparent;
            -webkit-transition: top .1s ease-in;
            transition: top .1s ease-in;
        }

@media (prefers-reduced-motion: reduce) {
    #skiptocontent a {
        transition-duration: 0.001ms !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

h1, h2, h3, h4 {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    color: #2c3f56;
}

h1 {
    font-size: 2em;
    line-height: 1;
}

h2 {
    font-size: 1.4em;
    line-height: 1;
}

h3 {
    font-size: 1.4em;
    line-height: 1;
}

h4 {
    font-size: 1.2em;
    line-height: 1;
}

p {
    font-size: 0.9em;
    line-height: 1.3;
}

ul, ol {
    font-size: 0.9em;
    line-height: 1.5;
    margin: 10px 0;
}

.head-3 {
    font-size: 1.2em;
}

.txt-dgry {
    color: #575757;
}

.txt-dblue {
    color: #06276e;
}

.txt-magenta {
    color: #e70870;
}

.txt-wht {
    color: #fff;
}

.arcCanvas {
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
}

.BG-blue-fade {
    background-image: linear-gradient(90deg,#3eacde,#3b748e,#3eacde)
}

.BG-lblue-flat {
    background-color: #b2daed;
}

.BG-blue-lblue-fade {
    background-image: linear-gradient(90deg,#067cb7,#067cb7,#b2daed,#b2daed,#b2daed)
}

.BG-blue-flat {
    background-color: #57A4D8;  /*#067cb7;*/
}

.BG-dblue-fade {
    background-image: linear-gradient(90deg,#3b748e,#0084c5,#3b748e)
}

.BG-grey-flat {
    background-color: #cecece;
}

.BG-bluebanner-fade {
    background-image: linear-gradient(100deg,#067cb7,#067cb7,#00a2e2,#00a2e2,#00a2e2)
}

/******** Carousels **********/

.homeHead.Show-Block {
    display: none;
}

.homeHead.Hide-Block {
    display: block !important;
}

p.head-conf,
p.head-lbf,
p.head-work,
p.head {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.1;
}
/*.carousel-item p {font-size: 1em;line-height: 1.4;}*/

/*.carousel-item {min-height:278px;}*/
.carousel-caption {
    right: initial;
    left: 20px;
    top: 0;
    text-align: left;
}

.carousel-control-next {
    right: 0;
    justify-content: right !important;
}

.carousel-control-next, .carousel-control-prev {
    justify-content: left;
    width: 6%;
}

.carousel-indicators {
    bottom: 0px;
}

    .carousel-indicators li {
        width: 8px;
        height: 8px;
        margin-right: 6px;
        margin-left: 6px;
        border-radius: 5px;
    }

.carousel-item .headBg-blue {
    background-color: rgba(0,120,190,0.75);
    display: inherit;
    padding: 0.2em 0.2em 0.2em 30px;
}
/* Buttons */


a.plsBtn, div.plsBtn {
    border: 2px solid #c2c2c2;
    display: inline-block;
    border-radius: 8px 3px;
    overflow: hidden;
    outline: 0;
}

    a.plsBtn div, div.plsBtn button {
        color: #00a2e2;
        background-color: #fff;
        padding: 6px 20px;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        border: 0;
        outline: none;
    }


    a.plsBtn.bgb-bt {
        border-color: transparent;
    }

        a.plsBtn.bgb-bt div {
            background-color: #00a2e2;
            color: #fff;
        }

    a.plsBtn.bgw-bw {
        border-color: #fff;
    }

        a.plsBtn.bgw-bw div {
            background-color: transparent;
            color: #00a2e2;
        }

    a.plsBtn.bgt-bw {
        border-color: #fff;
    }

        a.plsBtn.bgt-bw div {
            background-color: transparent;
            color: #fff;
        }

.plsBtn.bgt-bb {
    border-color: #00a2e2;
}

    .plsBtn.bgt-bb div,
    .plsBtn.bgt-bb button {
        background-color: transparent;
    }

a.plsBtn.bgw-bn {
    border-color: #2c3f56;
}

    a.plsBtn.bgw-bn div {
        background-color: #fff;
        color: #2c3f56;
    }

a.plsBtn.btn-to div {
    color: #f26522;
}

a.plsBtn.btn-tg div {
    color: #126c3d;
}

a.plsBtn.btn-tp div {
    color: #8700b9;
    color: #f26522;
}

a.plsBtn.btn-tn div {
    color: #2c3f56;
}

a.plsBtn:hover div, div.plsBtn:hover button {
    background-color: #00a2e2;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.plsBtn:hover, div.plsBtn:hover {
    border-color: #00a2e2;
}

a.plsBtn.btn-hw:hover {
    border-color: #fff;
}

    a.plsBtn.btn-hw:hover div {
        background-color: #fff;
        color: #067cb7;
    }

a.plsBtn.btn-hg:hover {
    border-color: #126c3d;
}

    a.plsBtn.btn-hg:hover div {
        background-color: #126c3d;
    }

a.plsBtn.btn-ho:hover {
    border-color: #f26522;
}

    a.plsBtn.btn-ho:hover div {
        background-color: #f26522;
    }

a.plsBtn.btn-hp:hover {
    border-color: #8700b9;
    border-color: #f26522;
}

    a.plsBtn.btn-hp:hover div {
        background-color: #8700b9;
        background-color: #f26522;
    }

a.plsBtn.btn-hn:hover {
    border-color: #2c3f56;
}

    a.plsBtn.btn-hn:hover div {
        background-color: #2c3f56;
    }

.in div.plsBtn.btn-hr {
    top: 2px;
    position: relative;
    border-color: transparent;
}

    .in div.plsBtn.btn-hr button {
        padding: 2px 10px;
    }

    .in div.plsBtn.btn-hr:hover {
        border-color: transparent;
    }

        .in div.plsBtn.btn-hr:hover button {
            background-color: #f22623;
        }


a.plsBtn:focus div, .plsBtn button:focus {
    background-color: #0084c5;
    color: #fff;
}

/* Login Details */
.siteMembershipBox {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

    .siteMembershipBox.in {
        position: initial;
        margin-bottom: -10px;
        text-align: right;
    }

.loginbutton a.plsBtn span {
    display: none;
}

.siteMembershipBox .username,
.siteMembershipBox a.serviceLink {
    display: inline-block;
    border-right: 1px solid gray;
    font-size: 14px;
    color: gray;
    padding: 0 12px 0 0;
    vertical-align: top;
    margin: 7px 0 0;
}

    .siteMembershipBox .username span {
        font-weight: bold;
        color: black;
    }

.siteMembershipBox a.serviceLink {
    color: #019ed1;
    padding-left: 12px;
    outline: 0;
}

    .siteMembershipBox a.serviceLink span {
        /*background-color: #019ed1;*/
        height: 1.5rem;
        width: 1.5rem;
        display: inline-block;
        margin-right: 0.5rem;
        vertical-align: middle;
    }

    .siteMembershipBox a.serviceLink.pc {
        color: #f26522;
    }

        .siteMembershipBox a.serviceLink.pc span {
			background-image: url(../media/2069/plsorange.png);
            background-size: 100%;
        }

    .siteMembershipBox a.serviceLink.am {
        color: #126c3d;
    }

        .siteMembershipBox a.serviceLink.am span {
			background-image: url(../media/2076/plsgreen.png);
            background-size: 100%;
        }

    .siteMembershipBox a.serviceLink:focus {
        background-color: #0084c5;
        color: #000;
    }

/*.loginbutton .plsBtn span{}
.loginbutton a.plsBtn:hover span{}*/

/* Tablet menu button */
.navbar-toggler {
    position: absolute;
    right: 0px;
    top: 52px;
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}

/* Navigation */
nav {
    z-index: 999;
}

.navBox {
    border-bottom: 1px solid #b2daed;
    font-size: 1.5em;
}

    .navBox .arcPage {
        padding-bottom: 0;
        padding-top: 10px;
    }

ul.level-2 {
    margin-bottom: 1em;
}

.level-2 {
    width: 100%;
    display: inline-block; /*margin-bottom:2rem;*/
}

    .level-2 > li.nav-item {
        width: 100%;
        display: inline-block;
    }

.navbar-nav span {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0rem;
    top: 0;
    background-color: #fff;
}

    .navbar-nav span:hover,
    .navbar-nav span.open {
        background-color: #019ed1;
        fill: #fff;
    }

    .navbar-nav span svg {
        display: inline-block;
        height: 4px;
        width: 8px;
        position: absolute;
        top: 48%;
        left: 40%;
    }

.dropdown-menu .level-3 a.nav-link:hover {
    background-color: #019ed1;
}

.navbar-nav li.has-child .nav-link {
    padding-right: 3rem !important;
}

.navbar .navbar-nav a.nav-link {
    padding: 1rem 1.6rem;
    outline: 0;
}

.navbar-nav .level-3 a.nav-link {
    font-size: 1.15em !important;
    color: #fff;
    padding-left: 3em;
}

.nav-link:hover, .nav-item.open,
li.nav-item:hover .nav-link {
    background-color: #005081;
    color: white !important;
}

.nav-link.open {
    background-color: #005081;
    color: #fff !important;
}


.dropdown-menu {
    background-color: #005081;
    border: 2px solid #005081;
    border-radius: 0 0 6px 6px;
    min-width: 210px;
    padding: 0;
    left: 0;
    margin-top: -2px;
    width: 100%;
}

    .dropdown-menu.open {
        display: block;
    }

#PLSHomeVideo {
    background-image: url(/img/main/slides/pls-expo-bg.jpg);
    /* background-attachment: fixed;*/
    background-size: cover;
}

/***** CONTENT AREA *****/

.loginBox {
    padding: 20px;
    background-color: #ececec;
    border-radius: 14px;
}

.content {
    min-height: 60vh;
    border-top: 6px solid #ced9e1;
    font-size: 1.6em;
}

.arcPage {
    background-color: transparent;
    box-sizing: border-box;
    padding: 30px 0;
    margin: 0 auto;
}

#About {
    /*background-image: url(/media/1376/banner-2400x600-blue.png);*/
    background-size: cover;
    background-position: right;
}

    #About .arcPage {
        padding: 30px;
        background: url(/media/2208/bannerpls-home-2400x600.png);
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
        padding: 30px;
        /*background-image: url(/media/1438/banner-2500x900-books-layer.png),url(/media/1460/banner-2500x900-copyright-c-layer2.png);
        */
        background-size: contain, cover;
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: 3em, center;
    }

        #About .arcPage.pic1 {
            background-image: url(/media/1342/example-image1.png);
        }

        #About .arcPage.pic2 {
            background-image: url(/media/1341/example-image2.png);
        }

        #About .arcPage.pic3 {
            background-image: url(/media/1344/example-image3.png);
        }

        #About .arcPage.pic4 {
            background-image: url(/media/1343/example-image4.png);
        }

    #About h1 {
        color: #fff;
        margin-bottom: 20px;
    }

#Services {
    margin-top: 1px;
}

    #Services .arcPage {
        padding: 0px;
    }

    #Services .serviceBox {
        padding: 35px 30px 60px;
        outline: 0;
    }

        #Services .serviceBox > div.box {
            border-bottom: 3px solid transparent;
            outline: 0;
            padding: 35px 30px 60px;
            margin-top: 3px;
        }

        #Services .serviceBox h2 {
            font-size: 1.6em;
            padding-right: 20px;
            display: inline-block;
            vertical-align: top;
            margin-top: 6px;
        }

        #Services .serviceBox p {
            padding: 5px 0;
            margin: 0px;
        }

    #Services .serviceRow > a {
        color: #000;
        text-decoration: none;
        padding: 0;
    }
        /*#Services .serviceRow > a:hover > div {border-bottom-color:#00a2e2;}*/
        #Services .serviceRow > a:hover .boxBar-2 {
            background-color: #00a2e2;
        }

    #Services p a {
        outline: 0;
    }

        #Services p a:focus {
            background-color: #0084c5;
            color: #000;
        }

#rightsLink.serviceBox .imgBlock {
    display: none;
}

.boxBar-2, .boxBar-4 {
    position: absolute;
    height: 3px;
    background: #e7e3e4;
    top: 0;
}

.boxBar-4 {
    height: 6px;
}

.barL, .barR {
    left: 0;
    right: 0;
}

.c-purple .boxBar-2,
.c-purple .boxBar-4 {
    background-color: #8700b9;
    background-color: #f26522;
}

.c-purple h2 {
    color: #8700b9;
    color: #f26522;
}

#Services > .boxBar-4 {
}

.c-green .boxBar-2,
.c-green .boxBar-4 {
    background-color: #126c3d;
}

.c-green h2 {
    color: #126c3d;
}
/*#Services a.serviceBox:focus > div {border-color:#0084c5;}*/
#Services .serviceBox:focus .boxBar-4,
#Services .serviceBox:focus .boxBar-2 {
    background-color: #0084c5;
}

.imgBlock {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 5px 0 0;
}

    .imgBlock img {
        height: 100%;
    }

#Services .imgBlock {
    width: 1.7em;
    margin-top: 0em;
}

span.RightsAmp {
    margin: 0;
    text-indent: -900em;
    display: inline-block;
    height: 1.2em;
    width: 1em;
    top: -5px;
    position: relative;
    background-image: url(../img/main/RightsAmp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


#RevenueHolding {
    padding: 3px 0 !important;
    text-align: center;
    /*background-image: linear-gradient(180deg,#067cb7 0,#067cb7 40%,#b2daed 50%,#b2daed);*/
	background-image: none;
    background-color: #002a68;
}

    #RevenueHolding .row > div:first-child {
        background-color: transparent;
        border-bottom: 1px solid #fff;
    }

    #RevenueHolding .bannerStyle {
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
    }

    #RevenueHolding h2 {
        font-size: 2.5em;
        margin-bottom: 20px;
    }

    #RevenueHolding p {
        font-weight: bold;
        margin-bottom: 20px
    }


#News .row > div.col-md-6:last-child {
    padding-top: 0 !important;
}

#News .tweeter {
    border: 6px solid skyblue;
    max-height: 270px;
    overflow: hidden;
    outline: 0;
    border-radius: 19px;
}

    #News .tweeter:focus {
        border-color: #0084c5;
    }
/***** FOOTER *****/

.arcBar {
    padding: 6px 0;
    box-sizing: border-box;
    margin: 0 auto;
}

#footer {
    background-image: linear-gradient(0deg,#c6c7cb,#e5e6ea);
    min-height: 100px;
    font-size: 1.3em;
}

    #footer .arcPage {
        background-color: transparent;
        padding-top: 30px;
        padding-bottom: 10px;
    }

.footmeta {
    text-align: center;
}

.footlegal {
    margin-bottom: 3rem;
}

    .footlegal span {
        display: block;
    }

/* Footer Link List */
.arcFootLinks {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

    .arcFootLinks li {
        margin: 0 1%;
        display: inline-block;
        margin-bottom: 9px;
        width: 48%;
        box-sizing: border-box;
        font-size: 10px;
        ;
    }

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

        .arcFootLinks li a {
            display: inline-block;
            padding: 6px 13px;
            color: #383838;
            text-decoration: none;
            background-color: #cdcdce;
            border-radius: 6px;
            font-size: 1.3em;
            width: 100%;
            outline: 0;
            border: 2px solid #cdcdce;
        }

            .arcFootLinks li a:hover {
                background-color: #0084c5;
                color: #fff;
                border-color: #0084c5
            }
    /*.arcFoot-links li a:not([href]) {text-decoration: none;}}*/
    .arcFootLinks a:focus {
        background-color: #0084c5;
        color: #fff;
    }

.footpartners {
    display: block;
    width: 100%;
    padding: 30px 0 20px 0;
    text-align: center;
}

    .footpartners p {
        display: block;
        font-size: 1.3em;
        margin-bottom: 2.5rem;
    }

    .footpartners .partnerIcon {
        display: inline-block;
        height: 50px;
        vertical-align: top;
        margin: 0 30px 30px 0;
    }

        .footpartners .partnerIcon:last-of-type {
            margin-right: 0;
        }

        .footpartners .partnerIcon a {
            display: inline-block;
            height: 100%;
            font-size: 0;
        }



li.social {
    float: right;
}

    li.social a {
        background-color: transparent;
        border: 0;
        padding: 7px 12px;
        height: 34px;
        box-sizing: border-box;
    }

    li.social svg {
        height: 20px;
        fill: #0084c5;
    }

    li.social.sc-yt {
        height: 24px;
        margin-top: -2px;
    }

    li.social:hover svg,
    li.social a:focus svg {
        fill: #fff;
    }


.arc {
    text-align: center;
}

    .arc p {
        display: inline-block;
        width: 100%;
        color: #888;
        margin: 0;
    }

    .arc li a {
        display: inline-block;
        height: 34px;
        width: 34px;
        vertical-align: top;
        color: white;
        text-indent: -900em;
    }

    .arc a.arcBuilt {
        background-image: url(../img/main/arc-built.png);
        width: 100px;
        height: 60px;
        background-position: center 0px;
        background-repeat: no-repeat;
        margin: 0px auto 10px;
        display: inline-block;
        text-indent: -900em;
    }

        .arc a.arcBuilt:hover {
            background-position: center -160px;
        }

.forgotPassLink {
    color: #00a2e2;
    display: inline-block;
    padding: 8px 0 8px 8px;
}

@media (min-width: 400px) {
    /*level-2 > li.nav-item {width: 49%;}*/
    .loginbutton a.plsBtn span {
        display: inline-block;
    }

    #About h1, p.head {
        width: 300px;
    }

    p.head {
        font-size: 1.5em;
        width: 240px;
    }

    p.head-conf, p.head-work {
        width: 105%;
        margin-top: 3em;
        font-size: 1.1em;
    }

    p.head-lbf {
        width: 50%;
        margin-top: 0px;
        font-size: 1.1em;
    }

    #RevenueHolding h2 {
        font-size: 1.8em;
    }
}

@media (min-width: 635px) {
    #About h1, p.head {
        width: 65%;
    }

    #RevenueHolding h2 {
    }
}

@media (min-width: 768px) {
    .siteMembershipBox.in {
        position: absolute;
        top: 2px;
    }

    .navbar .navbar-nav a.nav-link {
        padding: 1rem 0.8rem;
        font-size: 0.85em;
    }

    .navbar-nav .level-3 a.nav-link {
        font-size: 1.15em !important;
    }

    .navbar-brand img {
        height: 100px;
    }

    p.head-conf {
        width: 105%;
        margin-top: 4em;
        font-size: 1.5em;
    }

    p.head-work {
        width: 105%;
        margin-top: 2.8em;
        font-size: 1.8em;
    }

    p.head-lbf {
        width: 50%;
        margin-top: 0px;
        font-size: 1.5em;
        margin-bottom: 15px !important;
    }

    h1 {
        font-size: 2.8em
    }

    p.head {
        font-size: 2em;
        width: 47%;
    }

    #About h1 {
        width: 60%;
        margin-bottom: 30px
    }

    #Services {
        margin-top: 0;
    }

        #Services .serviceBox:first-child {
            border-right: 2px solid #e7e3e4;
        }

    .barL {
        left: 0;
        right: -1px
    }

    .barR {
        left: -1px;
        right: 0;
    }

    #Services > .boxBar-4 {
        background-image: linear-gradient(90deg,#126c3d,#126c3d,#f265220,#f26522);
    }

    #Services .serviceBox h2 {
        font-size: 1.6em;
        margin-bottom: 1.5rem;
    }

    a.plsBtn div {
        font-size: 0.8em;
    }

    #RevenueHolding {
        text-align: left;
        /*background-image: linear-gradient(90deg,#067cb7 0,#067cb7 50%,#b2daed 50%,#b2daed);*/
    	background-image: none;
        background-color: #002a68;
	}

        #RevenueHolding .row > div {
            /*
			background-image: url(../img/main/Coins-Copyright-0-15.png);
            background-position: right 110%;
            background-size: 40%;
			*/
			background-image: url(/media/2211/bg-revenue-1200x600.png);
            background-position: right top;
            background-size: 510px;
            background-repeat: no-repeat;
        }

            #RevenueHolding .row > div:first-child {
                display: block;
                border-bottom: 0px;
                /*background-color: #067cb7;
                background-image: url(../img/main/Pen-Paper-0-15.png);
                background-position: 90% 110%;
                background-size: 30%;*/
				background-image: url(/media/2210/bg-register-1200x600.png);
				background-position: right center;
        		background-size: cover;  
        		border-right: 3px solid #fff;
            }

        #RevenueHolding h2 {
            font-size: 2.4em;
        }

        #RevenueHolding .bannerStyle {
            /*background-image: url(../img/main/PLSpound-fade.png);*/
            background-repeat: repeat-y;
            background-size: 600px;
            background-position: 0 0;
        }
	
		#RevenueHolding .row > div h2,
		#RevenueHolding .row > div p {
			width: 70%;
		}

    #News .row > div.col-md-6:last-child {
        padding-top: 3rem !important;
    }

    .arcFootLinks li {
        width: inherit;
    }

    .footmeta, .footpartners {
        text-align: left;
    }

    .footpartners {
        padding-top: 20px;
    }

        .footpartners p {
            font-size: 1em;
            margin-bottom: 15px;
        }

        .footpartners .partnerIcon {
            height: 35px;
            margin: 0 5px 20px 0;
        }
    /** Makes Desktop Menu work! **/
    ul.level-2 {
        margin-bottom: 0;
    }

    .level-2 {
        width: inherit;
        display: flex;
        margin-bottom: 0;
    }

        .level-2 > li.nav-item {
            width: inherit;
        }

    .navbar-nav li.has-child span {
        display: inline-block;
        height: 4px;
        width: 8px;
        position: absolute;
        right: 1.6rem;
        top: 1.7rem;
        background-color: transparent;
    }

        .navbar-nav li.has-child span svg {
            top: 0;
            fill: silver;
        }

    li.nav-item:hover .dropdown-menu {
        display: block;
    }

    .nav-link:hover,
    .nav-item.open .nav-link,
    li.nav-item:hover .nav-link {
        background-color: #005081;
        color: white !important;
    }


    .dropdown-menu {
        background-color: #005081;
        border-color: #005081;
        box-shadow: 0px 12px 16px rgba(0,0,0,0.5);
        border-radius: 0 6px 6px 6px;
    }


        .dropdown-menu a.nav-link {
            font-size: 12px;
            padding: .25rem 1rem;
            color: #fff;
        }

        .dropdown-menu .level-3 a.nav-link:hover {
            background-color: #b2daed;
            color: #005081 !important;
        }

        .dropdown-menu a.nav-link:focus,
        .nav-item.open > a.nav-link:focus,
        .nav-link:focus {
            background-color: #005081;
            color: #fff !important;
        }

        .dropdown-menu a.nav-link:focus {
            background-color: #b2daed;
            color: #005081 !important;
        }

    #About .arcPage {
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: 0em, right;
        background-position-y: 2em, center;
    }
}

@media (min-width: 992px) {
    .navbar .navbar-nav a.nav-link {
        padding: 1rem 1rem;
        font-size: 0.8em;
    }

    h1, p.head {
        font-size: 3em
    }

    p.head-conf {
        width: 100%;
        margin-top: 5em;
        font-size: 1.8em;
    }

    p.head-work {
        width: 108%;
        margin-top: 3.2em;
        font-size: 2.5em;
    }

    p.head-lbf {
        width: 50%;
        margin-top: 0px;
        font-size: 2em;
        margin-bottom: 15px !important;
    }

    #Services .serviceBox h2 {
        font-size: 2em;
        margin-bottom: 0.5rem;
    }

    a.pls#RevenueHolding h2 {
        font-size: 3.2em;
    }

    Btn div {
        font-size: 1em;
    }

    .footpartners .partnerIcon {
        height: 40px;
        margin: 0 20px 20px 0;
    }

    #About .arcPage {
        background-position-y: 1em,center;
        background-size: cover;
    }
}

@media (min-width: 1200px) {
    #About h1, p.head {
        width: 40%;
    }

    p.head-conf {
        margin-top: 6.2em;
    }

    p.head-work {
        margin-top: 4.2em;
    }

    #About .arcPage {
        background-position-y: center;
    }

    .navbar .navbar-nav a.nav-link {
        font-size: 0.9em;
    }
}

p.head-2 {
	font-size: 1.2em;
    width: 75%;
    font-weight: bold;
    margin: 0;
	font-family: Roboto, sans-serif;
}
@media (min-width: 768px) {
    p.head-2 {
        font-size: 1.7em;
		width: 67%;
		line-height: 1.3;
		margin: 0.6em;
    }
}
@media (min-width: 992px) {
    p.head-2 {
		margin: 0.4em;
        font-size: 2.5em;
    }
}
@media (min-width: 1200px) {
    p.head-2 {
		font-size: 2.8em;
        margin: 0.6em;
    }
}

.Hide-Block,
.Hide {
    display: none !important;
}
