* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

body {
    font-family: Poppins, sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 0px;
    margin: 0px;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
}

section {
    overflow-x: hidden;
}

a, .button, button {
    transition: 0.3s ease-out;
}

a:hover {
    text-decoration: none;
}

a:focus, button:focus, input:focus, textarea:focus {
    text-decoration: none;
    outline: none;
}

button {
    cursor: pointer;
}

ul, ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
    line-height: 1.3;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 30px;
    line-height: 1.5;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 24px;
}

a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: rgb(168, 168, 168);
}

.container-fluid {
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto;
    max-width: 1920px;
}

.container {
    max-width: 1230px;
    padding: 0px 15px;
    margin: 0px auto;
}

header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 18px;
    z-index: 999;
}

.nav-inner {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

nav.navagation-items ul {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

ul.sub-menu li {
    display: block;
    width: 100%;
    padding: 0px !important;
}

ul.sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: rgb(250, 249, 249);
}

nav.navagation-items ul.sub-menu li a {
    display: block;
    transition: 0.4s;
    white-space: nowrap;
    letter-spacing: 0.3px;
    position: relative;
    padding: 15px 30px 15px 15px !important;
    color: rgb(0, 0, 0) !important;
    border-bottom: 1px solid rgb(102, 102, 102) !important;
}

nav.navagation-items ul.sub-menu li a::after {
    display: none;
}

nav.navagation-items ul.sub-menu li a:hover {
    background: rgb(102, 102, 102) !important;
    color: rgb(255, 255, 255) !important;
}

nav.navagation-items li a {
    font-size: 15px;
    position: relative;
    letter-spacing: 0.45px;
    color: rgb(255, 255, 255) !important;
}

li.submenu-item {
    position: relative;
    transition: 0.5s;
}

ul.sub-menu {
    position: absolute;
    transition: 0.4s ease-out, opacity 0.1s ease-out;
    left: 20px;
    z-index: -10;
    height: 0px;
    overflow: hidden;
    top: calc(100% - 6px) !important;
}

li.submenu-item a i {
    font-size: 16px;
    display: inline-block;
    position: relative;
    left: 5px;
    top: 1px;
    font-weight: 400;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

nav.navagation-items ul li.submenu-item:hover i {
    transform: rotate(180deg);
}

li.submenu-item:hover .sub-menu {
    opacity: 1;
    z-index: 100;
    height: auto;
    overflow: visible;
    top: calc(100% + 4px) !important;
}

nav.navagation-items ul.sub-menu li:last-child a {
    border-bottom: 0px !important;
}

nav.navagation-items li a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

nav.navagation-items li a::after {
    width: 100%;
    height: 0px;
    background: rgb(255, 255, 255);
    content: "";
    position: absolute;
    transform: scaleX(0);
    left: 0px;
    border-bottom: 2px solid rgb(255, 255, 255);
    bottom: -5px;
    opacity: 0;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

nav.navagation-items li a.current-page::after {
    transform: scaleX(1);
    opacity: 1;
}

nav.navagation-items ul li {
    padding: 0px 20px;
}

.contact-button ul li a {
    background: rgb(0, 0, 0);
    padding: 17px 45px;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(0, 0, 0);
    display: block;
    margin-top: 5px;
}

.contact-button ul li a:hover {
    background: transparent;
    border-color: rgb(255, 255, 255);
}

.logo a img {
    width: 100%;
    max-width: 176px;
}

nav.navagation-items {
    padding-top: 29px;
}

.single-slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

header.sticky-header {
    background: rgb(0, 0, 0);
    padding: 12px 0px;
    z-index: 99999;
}

.humberger {
    display: none;
}

header.sticky-header .contact-button ul li a {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

nav.navagation-items header.sticky-header {
    padding-top: 20px;
}

header.sticky-header .contact-button ul li a:hover {
    background: transparent;
    color: rgb(255, 255, 255);
}

.mobile-close {
    display: none;
}

.mobile-big-btn {
    display: none;
}

li.mobile-show-icon {
    display: none;
}

.banner-area {
    position: relative;
    height: 966px;
    width: 100%;
}

.banner-content {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99;
}

.bannerSlider {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.single-slide {
    width: 100%;
    height: 100%;
}

.slick-track {
    height: 100%;
}

.slick-list {
    height: 100%;
}

.banner-area::after {
    content: "";
    background: url("../img/banner-angle.webp") 0% 0% / 100% 100% no-repeat;
    bottom: -1px;
    width: 100%;
    height: 178px;
    left: 0px;
    z-index: 999;
    position: absolute;
}

.banner-text {
    text-align: center;
    padding-top: 50px;
}

.banner-text h1 {
    color: rgb(255, 255, 255);
    position: relative;
    padding-bottom: 32px;
}

.banner-area::before {
    content: "";
    background: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 9;
    opacity: 0.5;
}

.banner-text h2 {
    color: rgb(255, 255, 255);
    padding-top: 38px;
}

.banner-text h1::after {
    content: "";
    position: absolute;
    left: 50%;
    height: 2px;
    width: 80px;
    background: rgb(255, 255, 255);
    bottom: 0px;
    transform: translateX(-50%);
}

.banner-logo {
}

.banner-logo img {
    width: 100%;
    max-width: 265px;
}

a.contact-button {
    display: inline-block;
    background: rgb(255, 255, 255);
    padding: 13px 32px;
    border-radius: 30px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    margin-top: 34px;
    border: 2px solid rgb(255, 255, 255);
}

a.contact-button:hover {
    background: transparent;
    color: rgb(255, 255, 255);
}

.row {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.col-6 {
    width: 50%;
}

.content-image img {
    width: 100%;
    height: 100%;
}

.content-box {
    padding: 45px;
    border-radius: 3px;
    margin-right: 5px;
    background: rgb(244, 244, 244) !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px !important;
}

.content-box ul li {
    list-style: inside disc;
    font-weight: 300;
}

.content-box ul {
    margin-bottom: 24px;
    margin-top: -12px;
}

.content-image {
    height: 100%;
    margin-left: 5px;
}

.content-box h2 {
    padding-bottom: 14px;
}

.content-box h4 {
    font-style: italic;
    padding-bottom: 14px;
    font-weight: 600;
}

.content-box p:last-child {
    margin-bottom: 0px;
}

section.content-section1 {
    padding-top: 33px;
    padding-bottom: 50px;
}

.services-row {
    display: grid;
    grid-template-columns: 39.5% 60%;
    gap: 10px;
}

.right-two-service {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}

.single-service a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s;
    position: relative;
    display: block;
}

.single-service {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.single-service h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: rgb(255, 255, 255);
    text-align: center;
    z-index: 999;
}

.services-wrap {
    padding: 40px;
}

.right-service {
    display: grid;
    gap: 10px;
}

.single-service a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.4;
    z-index: 9;
}

.single-service:hover img {
    transform: scale(1.1);
}

.single-service a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

section.content-section1.bg-gray {
    background: rgb(226, 226, 227);
    padding-bottom: 64px;
    padding-top: 64px;
}

section.services-section {
    padding-bottom: 20px;
}

.cta-area {
    min-height: 330px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.cta-area::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    content: "";
    opacity: 0.5;
}

.cta-text h2 {
    font-size: 38px;
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}

.cta-text {
    text-align: center;
    position: relative;
    z-index: 99;
    padding: 137px 0px;
}

.cta-text h2::after {
    content: "";
    position: absolute;
    left: 50%;
    height: 2px;
    width: 80px;
    background: rgb(255, 255, 255);
    bottom: 0px;
    transform: translateX(-50%);
}

.cta-text h3 {
    color: rgb(255, 255, 255);
    padding-top: 24px;
    padding-bottom: 32px;
}

a.custom-btn {
    display: inline-block;
    background: rgb(255, 255, 255);
    padding: 14px 59px;
    border-radius: 30px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    border: 2px solid rgb(255, 255, 255);
}

a.custom-btn:hover {
    background: transparent;
    color: rgb(255, 255, 255);
}

section.content-section1.bg-gray2 {
    background: rgb(244, 244, 245);
    padding-top: 50px;
}

.testimonial-wrap img {
    width: 100%;
    max-width: 71px;
    filter: invert(1);
    margin-bottom: 40px;
}

p.author {
    background: rgb(0, 0, 0);
    display: inline-block;
    border-radius: 30px;
    padding: 13px 22px;
    color: rgb(255, 255, 255);
    margin: 0px !important;
    font-weight: 700 !important;
}

.testimonial-area {
    position: relative;
    padding: 119px 0px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: initial !important;
    background-position: 0px 50% !important;
}

.testimonial-area::after {
    position: absolute;
    content: "";
    background: rgb(0, 0, 0);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.testimonial-wrap {
    position: relative;
    z-index: 99;
}

.single-item p {
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin-bottom: 18px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    background: none;
    border: none;
    color: rgb(255, 255, 255);
}

.slick-arrow i {
    font-weight: 400 !important;
}

button.arrow-left.slick-arrow {
    left: -44px;
}

button.arrow-right.slick-arrow {
    right: -44px;
}

.footer-wrap {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    border-bottom: 2px solid rgb(102, 102, 102);
    padding-bottom: 36px;
}

footer {
    background: rgb(51, 51, 51);
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer-logo img {
    width: 100%;
    max-width: 280px;
}

.footer-info img {
    width: 100%;
    max-width: 32px;
    filter: invert(1);
    margin-bottom: 9px;
}

.footer-info h3 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-style: italic;
    margin-bottom: 8px;
}

.footer-info p {
    color: rgb(255, 255, 255);
}

.footer-info p a {
    color: rgb(255, 255, 255);
}

.open-hours-item {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    gap: 16px;
}

.footer-info {
    text-align: center;
}

.copyright p {
    margin: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-top: 12px;
}

img.locationicon {
    max-width: 17px;
    margin-bottom: 18px;
}

img.phoneicon {
    max-width: 36px;
    margin-bottom: 8px;
}

.otherpage-banner {
    height: 440px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 0px 50% !important;
}

.otherpage-banner-content {
    position: absolute;
    left: 50%;
    bottom: 78px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 9;
}

.otherpage-banner-text h1 {
    font-size: 60px;
    color: rgb(255, 255, 255);
}

.otherpage-banner-text img {
    width: 100%;
    max-width: 255px;
    margin-bottom: 8px;
}

.otherpage-banner::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0, 0, 0);
    opacity: 0.5;
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    gap: 16px;
}

.row.reverse .content-box {
    margin-right: 0px;
}

.row.reverse .content-image {
    margin-left: 0px;
}

.row.reverse .custom-btn {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.row.reverse .custom-btn:hover {
    color: rgb(0, 0, 0);
    background: transparent;
    border-color: rgb(0, 0, 0);
}

section.content-section1.servicepage-padding {
    padding-top: 50px;
}

nav.navagation-items ul.sub-menu li a.active {
    background: rgb(102, 102, 102) !important;
    color: rgb(255, 255, 255) !important;
}

.testimonials-icon img {
    width: 100%;
    max-width: 46px;
}

.single-testimonials {
    max-width: 510px;
    padding: 20px;
    background-color: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px !important;
}

.testimonials-footer p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    margin: 0px !important;
}

.testimonials-footer h6 {
    font-size: 18px;
    font-style: italic;
}

.testimonials-icon {
    padding-top: 10px;
}

.single-testimonials p {
    margin-bottom: 14px;
}

.testimonials-section {
    padding-top: 88px;
    background: rgb(245, 245, 246);
    padding-bottom: 50px;
}

.testimonials-row {
    display: grid;
    grid-template-columns: auto auto;
    gap: 32px;
    -webkit-box-pack: center;
    justify-content: center;
}

.contact-row {
    display: grid;
    grid-template-columns: 35% 65%;
}

.map-area {
    margin-top: 106px;
}

.contactus-wrap {
    padding-bottom: 90px;
    text-align: center;
}

section.contact-us-section {
    padding-top: 65px;
}

.contactus-wrap h2 {
    font-size: 45px;
    padding-bottom: 13px;
}

.contactus-wrap h3 {
    color: rgb(0, 0, 0);
    padding-bottom: 17px;
}

.single-contact-info h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-left h3 {
    font-size: 45px;
    margin-bottom: 29px;
}

.open-hours {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 12px;
}

.map-area iframe {
    display: block;
}

.text-uppercase {
    text-transform: uppercase;
}

.service-area-inner h2 {
    text-align: center;
    padding-top: 38px;
    padding-bottom: 12px;
}

.service-area-inner ul {
    display: grid;
    grid-template-columns: auto auto auto;
    max-width: 900px;
    margin: 0px auto;
    gap: 0px 24px;
}

.service-area-inner ul li a {
    color: rgb(0, 0, 0);
    font-weight: 500;
    position: relative;
}

.service-area-inner ul li a:hover {
    color: rgb(168, 168, 168);
}

.service-area-inner ul li {
    margin-bottom: 5px;
}

.service-area-inner {
    padding: 0px 15px 37px;
}

.service-area-inner ul li a::after {
    content: "";
    width: 5px;
    height: 5px;
    background: rgb(51, 51, 51);
    left: -10px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.service-area-inner ul li a:hover::after {
    background: rgb(168, 168, 168);
}

.article-overlay {
    background: rgba(255, 255, 255, 0.65);
    max-width: 620px;
    margin: 0px auto 20px;
    padding: 24px 32px;
}

.article-overlay p {
    color: rgb(181, 15, 3);
    font-weight: 500;
    margin: 0px;
    font-size: 16px;
}

.article-overlay a {
    color: rgb(181, 15, 3);
    font-weight: 500;
    border: 2px solid rgb(181, 15, 3);
    padding: 2px 16px;
    margin-top: 12px;
    display: inline-block;
    transition: 0.5s;
}

.article-overlay a:hover {
    background: rgb(181, 15, 3);
    color: rgb(255, 255, 255);
}

.homepage-banner .banner-text h1 {
    padding-bottom: 20px;
    font-size: 67px;
}

.homepage-banner .banner-logo img {
max-width: 277px;
}
.homepage-banner .banner-text h2 {
    padding-top: 26px;
    font-size: 28px;
}
.homepage-banner a.contact-button {
    margin-top: 22px;
    }
.homepage-banner {
    height: 1032px;
    width: 100%;
}
.wink-video {
    display: flex;
    max-width: 620px;
    margin: 72px auto 30px;
}

.left-image img {
    width: 100%;
    display: block;
}

.left-image {
    max-width: 260px;
}

.right-description p {
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: 13px;
    margin-bottom: 9px;
    font-weight: 400;
}

.right-description a {
    display: inline-flex;
    border: 2px solid rgb(255, 255, 255);
    padding: 5px 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-transform: uppercase;
    align-items: center;
    gap: 4px;
}

.right-description {
    background: rgb(41, 40, 136);
    padding: 11px 11px 11px 15px;
    text-align: left;
    position: relative;
}

p.sub-desc {
    font-size: 10.4px;
    text-transform: uppercase;
    margin: 7px 0px 0px;
    font-weight: 400;
}

.right-description a:hover {
    background: rgb(255, 255, 255);
    color: rgb(18, 52, 160);
}

.right-description::after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: -11px;
    background: url("../img/wink-investigates.jpg") 0% 0% / contain no-repeat;
    width: 164px;
    height: 90px;
    opacity: 0.14;
}

.right-description .highlight {
    color: rgb(255, 217, 110);
    font-weight: 600;
}

.right-description p strong {
    font-weight: 600;
}

@media (max-width:767px) {
  .homepage-banner.banner-area {
    height: 1260px;
    width: 100%;
}
.homepage-banner .banner-text h1 {
    font-size: 45px;
}
.homepage-banner .banner-text h2 {
    padding-top: 18px;
    font-size: 20px;
}
.homepage-banner .banner-logo img {
    max-width: 132px;
}
  .wink-video {
    flex-direction: column;
}

.left-image {
    max-width: 100%;
}

.right-description {
    text-align: center;
    padding-bottom: 70px;
    padding-top: 16px;
}

.right-description p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 13px;
}

.right-description::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
}
    .right-description a {
    font-size: 14px;
}

p.sub-desc {
    font-size: 11px;
}
}