@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto&display=swap');
body,
html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
   
    font-family: 'Open Sans', sans-serif;
    color: #231f20;
    font-weight: 300;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px; /*to match .footer height*/
    padding-top: 1.25rem;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
  
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}
.navbar .nav-item a,
li,
p,
ul {
    font-size: 18px;
}
.footer p {
    font-size: 15px;
    line-height: 20px;
}
b,
strong {
    color: #231f20;
    font-weight: 600;
}
.footer a:link,
.footer a:visited,
a:link,
a:visited {
    color: #231f20;
    border-bottom: 1px solid;
}
a:active,
a:hover {
    color: #444;
    border: none;
    text-decoration: none;
}

.btn a:link, button a:link {
    border:none;
    text-decoration: none;
}

.bg-orange {
    background-color: #ed8801;
}
.navbar .nav-item a:link, .navbar .nav-item a:visited{
    color: #f5f5f5;
}
.navbar .nav-item a:hover {
    color: #fff;
}
.navbar a:link,
.navbar-brand a:link,
.social-icons a:link {
    border: none;
    text-decoration: none;
}
.navbar-brand img {
    height: 70px !important;
}
/* Set the border color */
          
.custom-toggler.navbar-toggler {
    border-color: #f9f9f9;
}
/* Setting the stroke to green using rgb values (0, 128, 0) */
  
.custom-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(0, 0, 0, 0.5' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
header {
    overflow: hidden;
    text-align: center;
}


.header {
    position: relative;
    z-index: 0;
    height: 50vh;
    min-height: 550px;
    background-size: cover;
    color: white;
}
.header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(55, 55, 55, 0.3)), url("/img/smiling-woman.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section{
    height: 80vh;
    background-color: #fff;
    border-radius: 0 0 80% 80%;	
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    }

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
}
.centered h1,
.centered h2, .centered h3 {
    text-transform: uppercase;
    color: #ffffff;
}
.centered h2 {
    font-size: 42px;;
}
.centered a {
    color: white;
    border: none;
}

.breaking-news {
    color:white;
    background-color: #fe4066;
    padding: 0px 20px;
    font-size: 19px;
   }
   .breaking-news a {
    color:#fff;
   }
.news{
    width: 160px;
  }
.news-scroll a{
    text-decoration: none;
  }
.container {
    position: relative;
    padding: 15px;
}
.iframe-container {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
.responsive-iframe {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
.fa-fw {
    font-size: 60px;
    color: white;
    text-shadow: 1px 1px 1px #403b3b;
}
#contact a:link {
    color: #231f20;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}
img.captcha {
    max-width: 180px !important;
    max-height: 75px !important;
}
.logo img {
    width: 100px;
    height: 100px;
}
.social-icons img {
    width: 65px;
    height: 65px;
}
.ukwda img {
    width: 200px;
    height: 73px;
}
img {
    max-width: 100%;
    height: auto;
}
.image-container {
    margin: 20px;
    position: relative;
    width: 50%;
}
.image {
    display: block;
    width: 100%;
    height: auto;
}
.dots {
    position: absolute;
    z-index: -10;
    top: 20px;
    bottom: -20px;
    left: 20px;
    right: -20px;
    color: #f1f1f1;
    height: 100%;
    width: 100%;
    text-align: center;
    background-image: radial-gradient(#b6b3b3 50%, transparent 50%);
    background-size: 4px 4px;
}
.tel-number,
.tel-number a {
    color: #ffffff;
}
.jumbotron {
    margin-top: 2.4rem;
    color: #ffffff;
}

h2.section-title {
    text-transform: uppercase;
}

.card {
    padding-top: 10px;
    padding-bottom: 60px;
}

.card-body h4 {
    font-weight: 700;
}
.card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
form #ip,
form #website {
    display: none;
}

.btn {
    color: #ffffff !important;
    text-transform: uppercase;

}

.btn-primary,
.btn-primary:visited {
    background-color: #c1317a;
    border: none !important;
    box-shadow: 0 8px 8px -6px rgba(0,0,0,.5);
    color: #ffffff !important;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #aacf56;
    box-shadow: 0 8px 8px -6px rgba(0,0,0,.5);
}
.btn-primary:active {
    background-color: #aacf56 !important;
   /* box-shadow: 0 8px 8px -6px rgba(0,0,0,0);*/
   box-shadow:none;
}
.paginator {
    clear: both;
    margin-bottom: 20px;
}
.paginator [rel="prev"] {
    float: left;
}
.paginator [rel="next"] {
    float: right;
}
.paginator [rel="next"],
.paginator [rel="prev"] {
    padding: 10px;
    border-radius: 5px;
    background: #231f20;
    color: #fff;
}
.paginator {
    display: flex;
    justify-content: space-between;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding:20px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 10px 0 0 0;
    background: #3e3a3b;
    transform: translateY(100%);
    transition: all 0.5s ease-out;
    color: #ecf0f1;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}
.cookiealert a {
  
    text-decoration: none;
    color: #fff !important;
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
@media only screen and (max-width: 320px) {
    #search {
        width: 200px;
    }
}

    @media only screen and (max-width: 414px) {
        .btn-primary {
            width: 100%;
            margin: 0 5px;
        }

        .cookiealert {
            width: 100% !important;
            border-radius: 0 !important;
        }

        .section {
            border-radius: 0 0 25% 25%;	
        }
}
@media only screen and (max-width: 767.98px) {
    .logo img {
        width: 75px;
        height: 75px;
        padding-bottom: 10px;
    }
 
   
    
    .image-container {
        margin: 20px;
        position: relative;
        width: 100%;
    }
    .image {
        margin: 0 20px;
    }
    .dots {
        display: none;
    }
    .img-responsive {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
   
   .mobile {
        display: inline-block;
    }
    .desktop {
        display: none;
    }

    .section{
      
            height: 60vh;
            
     
    
        }

}
    @media only screen and (min-width: 600px) {
        .social-icons img {
            margin-right: 5px;
            width: 50px;
            height: 50px;
        }
        main img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }
    }
    @media only screen and (min-width:768px) {
        .img-responsive {
            margin: 5px;
            width: 33%;
        }
       .mobile {
            display: none;
        }
    }
    @media only screen and (max-width:1365.98px) {
       
        .header {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(55, 55, 55, 0.3)), url("/img/pexels-photo-6627589.jpeg");
            background-attachment: scroll;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
      
    }
    @media only screen and (min-width:1366px) {
      
       
}