<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');

/*-------------------
*Default CSS##
--------------------*/

a {
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

inputx:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 500;
    font-family: "Quicksand", sans-serif !important;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #000;
}


/* Remove Chrome Input Field Auto Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/**
*Helper Classes
**/

.full-height {
    width: 100%;
    height: 100vh;
}

.relative {
    position: relative;
}

.fixed,
.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed {
    position: fixed;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-padding {
    padding: 80px 0;
}

/**
*Default Background
**/

.overlay:before{
    background: #007ca7;
    background: -webkit-gradient(linear, left top, left bottom, from(#007ca7), to(#244D9E));
    background: linear-gradient(to bottom, #007ca7 0%, #244D9E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    color: #ffffff;
}

.sky-bg {
    background: #244D9E;
    color: #ffffff;
}

.gray-bg {
    background-color: #ffffff;
}

.gray-bgx {
    background-color: #ffffff;
}

.div-banner {
    background-color: #244D9E;
    background-color: #000000 !important;
}


/**
*Default Button
**/

.button {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #2f60c3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.button.white,
.button:hover {
    background-color: #ffffff;
    color: #2f60c3;
}

.button.white:hover {
    background-color: #2f60c3;
    color: #ffffff;
}

.button.home {
    background-color: #2f60c3;
    color: #FFF;
}

.button-secondary.home {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 5px;
    background-color: #FFF;
    color: #1f438b;
    border: 3px solid #1f438b !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.button.home:hover {
     background-color: #1f438b;
    color: #fff;
}

.button-secondary.home:hover {
    background-color: #eeeeee;
    color: #1f438b;
    border: 3px solid #1f438b !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 8px 30px;
    border-radius: 5px;
    font-weight: bold;
}

.button i {
    margin-left: 5px;
}

/**
*Page Title
**/

.page-title {
    margin-bottom: 25px;
}

.page-title h2 {
    position: relative;
}

.page-titlex h2:after {
    content: "\e675";
    font-family: 'themify';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 15px;
    height: 15px;
    font-size: 14px;
}
.styling-size h3, h4{
    font-size: 2.0em !important;
}
.CookieSizeDown{
    font-size: 150%;
}
.complaintssizeup h3{
    font-size: 220% !important;
}
.h2-down{
    font-size: 130% !important;
}
.uncapletters{
    text-transform: lowercase;
}
.JigsawBackground p{
    font-weight: bold !important;
}

/**
*Box (if ever used)
**/

.box {
    padding: 50px 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.box h4 {
    text-transform: uppercase;
}

.box .box-icon {
    height: 160px;
    margin-bottom: 20px;
}

.box .box-icon img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.box:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

/**
*Main Menu
**/

.mainmenu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area a {
    color: #ffffff;
    color: #244D9E; /* #This has been updated from the previous colour of #0b4861 for accessability purposes# */
}

.overlay,
.overlay a {
    color: #ffffff;
     color: #000000; /* ## */
}

.overlay-info,
.overlay-info a {
    color: #ffffff;
}

.mainmenu-area .logo {
    /*text-transform: uppercase;
    letter-spacing: 2px;*/
    height: inherit;
    margin-top: 5px;
    padding-left: 0;
}

.mainmenu-area .logo h2 {
    margin-bottom: 0;
}

.mainmenu-area #primary-menu &gt; ul &gt; li &gt; a {
    background: none;
    padding: 30px 15px;
    padding: 30px 15px; /* ## */
    padding: 30px 15px; /* ## */
    position: relative;
    border-top: 3px solid transparent;
    text-align: center;
}

.mainmenu-area #primary-menu &gt; ul &gt; li &gt; a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #ffffff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #primary-menu &gt; ul &gt; li &gt; a:hover:before,
.mainmenu-area #primary-menu &gt; ul &gt; li.active &gt; a:before {
    opacity: 1;
    top: 0;
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
    border-top: 3px solid #ffffff;
}

.mainmenu-area.affix {
    background-color: #244D9E !important; /* ## header colour */
    webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
	moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);	

}

.mainmenu-area.affix a {
    color: #fff;
}

.mainmenu-area.affix .pdcslogo {
    display: none;
}

.pdcslogo2 { display: none;}

.mainmenu-area.affix .pdcslogo2 {
    display: block;
}

/**
*Header
**/

.client-area,
.header-area {
    background: #000000 url('../images/pdcs-brolly.jpg') no-repeat scroll center center / cover;    
}
/*
.anlge-bg {
    background: url('../images/angle-bg.png') no-repeat scroll center bottom -120px / 100% auto;
}
*/
.overlay {
    position: relative;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1
}

.header-text h2 {
    margin-bottom: 20px;
    font-size: 30px;
}

.header-text .button {
    margin-top: 30px;
}


.info-area {
    backgroundx: url('../images/pdcs-eye.jpg') no-repeat scroll center center / cover;
}

/**
*Caption-slider
**/

.caption-slider .carousel-indicators {
    position: static;
    margin: 30px auto 0 auto;
    padding: 0;
    border-top: 1px solid #007CA7; /* ## */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.caption-slider .carousel-indicators li {
    float: left;
    padding-top: 20px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.caption-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 3px;
    /* background-color: #04a0d9;*/
    background-color: #244D9E; /* ## */
    opacity: 0;
}


.caption-slider .carousel-indicators li.active:before {
    opacity: 1;
}

.caption-slider .carousel-indicators li strong {
    display: block;
}

.caption-slider h2,
.why-slider h2 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 500;
}

.caption-slider .button {
    margin-top: 30px;
}

.caption-slider .caption-photo {
    display: inline-block;
  /*  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1) */
}

.caption-slider .caption-photo.two {
    margin-top: 60px;
}

.caption-slider .caption-title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.caption-slider .caption-desc {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.caption-slider .caption-button {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.caption-slider .caption-photo.one {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.caption-slider .caption-photo.two {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

/***
*Overview Area
***/

.bak-jigsaw,
.info-area {    
    background: url('../images/pdcs-jigsaw.jpg') no-repeat scroll center center / cover;
    position: relative;
    color: #ffffff;
    -moz-box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.9) inset, 0 -30px 30px -30px rgba(0, 0, 0, 0.0) inset;
    -webkit-box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.9) inset, 0 -30px 30px -30px rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.9) inset, 0 -30px 30px -30px rgba(0, 0, 0, 0.9) inset;
}

.bak-jigsaw:before,
.info-area:before,
.who-slider:before {
    opacity: 0.8
}

.who-slider {    
    position: relative;
    background-color: #555555;    
}

/**
*Accordion
**/

#accordion .panel {
    background: none;
}

#accordion .panel .panel-title {
    padding: 30px 0 30px 60px;
    padding: 28px 0 30px 60px;
    position: relative;
    font-size: 18px;
}

#accordion .panel .panel-collapse {
    padding-left: 60px;
}

#accordion .panel .panel-title a span:after,
#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 36px;
    height: 36px;
    background: #2f60c3; 
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span:after {
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

#accordion .panel .panel-title a span:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg)
}

#accordion .panel .panel-title a[aria-expanded=true] span:before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg)
}

/***
AD Accordian code
***/
#accordion-AD-Script .panel {
    background: none;
}
#accordion-AD-Script .panel .panel-title {
    padding: 30px 0 30px 0px;
    padding: 28px 0 30px 0px;
    position: relative;
    font-size: 18px;
}
#accordion-AD-Script .panel .panel-title a span:after,
#accordion-AD-Script .panel .panel-title a span:before,
#accordion-AD-Script .panel .panel-title a span {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 36px;
    height: 36px;
    background: #2f60c3; 
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#accordion-AD-Script .panel .panel-title a span:before,
#accordion-AD-Script .panel .panel-title a span:after {
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}
#accordion-AD-Script .panel .panel-title a span:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg)
}
#accordion-AD-Script .panel .panel-title a[aria-expanded=true] span:before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg)
}

/***
AD Accordian code
***/
#accordion-AD-Script .panel {
    background: none;
}
#accordion-AD-Script .panel .panel-title {
    padding: 30px 0 30px 0px;
    padding: 28px 0 30px 0px;
    position: relative;
    font-size: 18px;
}
#accordion-AD-Script .panel .panel-title a span:after,
#accordion-AD-Script .panel .panel-title a span:before,
#accordion-AD-Script .panel .panel-title a span {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 36px;
    height: 36px;
    background: #2f60c3;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#accordion-AD-Script .panel .panel-title a span:before,
#accordion-AD-Script .panel .panel-title a span:after {
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}
#accordion-AD-Script .panel .panel-title a span:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg)
}
#accordion-AD-Script .panel .panel-title a[aria-expanded=true] span:before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg)
}

/***
*Footer
***/

.footer-area {
    padding-top: 10px;
    z-index: 1;
}

.footer-bg {
    /* background: url('../images/angle-bg.png') no-repeat scroll center bottom / 100% auto; */
    z-index: -1;
}

.footer-top {
    margin-bottom: 150px;
}

.side-icon-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}

.side-icon-box a {
    color: #ffffff;
}

.side-icon-box .side-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}

.side-icon-box strong {
    display: block;
    margin-bottom: 10px;
}

.footer-middle {
    margin-bottom: 60px;
}

.footer-bottom {
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    padding-top: 10px;
    padding-bottom: 15px;
}

.sr-only
{
position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
overflow: hidden;
clip: rect(0,0,0,0); border: 0;
}

/*-----------
preloader
------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    z-index: 99999999999;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
</pre></body></html>