body {
    margin: 0;
    background: #000;
    font-family: 'Gilroy';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    overflow-x: hidden;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18"><polygon fill="%23DFE0CC" fill-rule="evenodd" points="0 0 13.241 11.035 5.09 11.035 0 17.655" opacity=".99"/></svg>'), auto;
}

input, textarea, select {
}

a {
    text-decoration: none;
    color: #ee2f4c;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
}

input:focus, textarea:focus, select:focus, a:focus, button:focus {
    outline: none;
    box-shadow: none;
}

header.header {
    padding: 60px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

section {
    height: auto;
    overflow: hidden;
}

footer {
    height: auto;
    overflow: hidden;
    background: #161517;
}

.logo img {
    width: 60px;
}

.top {
}

.head {
}

#searchform input[type="submit"] {
}

#searchform input[type="text"] {
}

#searchform label {
    display: none;
}

.main {
    height: auto;
    overflow: hidden;
}

.copy {
    height: auto;
    overflow: hidden;
    padding: 30px 0 30px;
    width: 100%;
    text-align: center;
    background: #111;
}

footer a {
    color: rgb(255 255 255 / 50%);
}

.copy .right {
    text-align: right;
}

footer .widgets {
    height: auto;
    overflow: hidden;
    padding: 80px 0;
    font-weight: 700;
}

.social {
}

.social a {
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    width: 40px;
}

.dskbtn {
    display: inline-flex;
    white-space: nowrap;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: auto;
    text-align: center;
    padding: 20px 65px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-size: 24px;
    letter-spacing: 0.4px;
    line-height: 30px;
    border-radius: 40px;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0 0 0 0 transparent;
}

div#access {
    display: inline-block;
    margin-left: 200px;
}

#access > div > ul > .current-menu-item.current_page_item > a, #access > div > ul > li:hover > a {
    color: #ee2f4c;
    text-shadow: 0 0 10px #ee2f4c;
}

#access .menu-header ul, div.menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#access .menu-header li, div.menu li {
    float: left;
    position: relative;
}

#access > div > ul > li > a {
    color: #fff;
    transition: all ease .4s;
    padding: 0;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 0 40px;
}

#access ul ul {
    float: left;
    position: absolute;
    z-index: 99999;
    left: 30px;
    background: #fff;
    min-width: 310px;
    box-shadow: 0 0 20px rgb(0 0 0 / 3%);
    border-bottom: 5px solid #4285f4;
    visibility: hidden;
    opacity: 0;
    transition: all ease .4s;
    top: 75px;
}

#access ul ul li {
    min-width: 100%;
}

#access ul ul ul {
    left: 100%;
    top: 0;
}

#access ul ul a {
    transition: all ease .4s;
    border: medium none;
    height: auto;
    line-height: 1em;
    width: 100%;
    display: block;
    color: #4285f4;
    font-size: 14px;
    text-align: left;
    padding: 15px 15px;
    border-bottom: 1px solid #f1f1f1;
}

#access ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 55px;
}

.head .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-text > h1 {
    font-size: 140px;
    letter-spacing: -4.5px;
    line-height: 140px;
    text-align: center;
    white-space: pre-line;
    display: inline-block;
    font-weight: 700;
}

.home-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-text > h2 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.2px;
    line-height: 38px;
    margin-top: 35px;
    text-align: center;
    margin-bottom: 60px;
    display: inline-block;
}

.dskbtn:hover {
    color: white;
    box-shadow: 0 0 30px 0 rgb(238 47 76 / 50%);
    background-color: #ee2f4c;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.dskbtn:hover:before {
    -webkit-animation: shine 0.5s 0s linear;
    -moz-animation: shine 0.5s 0s linear;
    animation: shine 0.5s 0s linear;
}

.dskbtn:active {
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}

.dskbtn:before {
    content: "";
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: white;
    box-shadow: 0 0 15px 3px white;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.home-section-1 {
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    background: #000;
    background-image: url(../images/bg21.jpg);
    background-position: center;
    background-size: cover;
}
.home-section-1.scene:before {
    content: "";
    background: rgb(0 0 0 / 18%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.home-top-portfolio {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
}

.home-top-portfolio > img {
    width: 20%;
    height: auto;
    margin: 0 0px;
    transform: scale(0.8);
    position: relative;
    z-index: 0;
    left: -80px;
}

.home-top-portfolio > img.left-3-img {
    transform: scale(1.2);
    z-index: 2;
    left: auto;
}

.home-top-portfolio > img.left-2-img,.home-top-portfolio > img.left-4-img {
    transform: scale(1);
    left: auto;
    z-index: 1;
}

.home-top-portfolio > img.left-1-img {
    left: auto;
    right: -80px;
}

.home-section-2 {
    padding: 200px 0 0;
    overflow: hidden;
    max-height: 700px;
    background: linear-gradient(transparent 0%, black 20%);
}

.home-section-3 {
    background-image: url(../images/sec-web-bg.jpg);
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-section-3 .col-md-12 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    min-height: calc(100vh - 120px);
}

.home-web-dev-image {
    mix-blend-mode: darken;
    width: 40%;
}

.home-web-dev {
    width: 60%;
}

.home-web-dev > h2 {
    font-size: 100px;
    letter-spacing: -3.15px;
    line-height: 96px;
    white-space: pre-line;
    opacity: 0.9;
    font-weight: 700;
    margin: 0 0 50px 0;
}

.home-web-dev > p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: pre-line;
    max-width: 630px;
    margin-bottom: 60px;
    font-weight: 600;
}

.home-web-dev-image > img {
    width: 100%;
    height: auto;
}

.home-section-4 {
    background: #fff;
    padding: 70px 0 80px 0;
}

.home-client-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-client-logos img {
    transition: all ease .4s;
    filter: grayscale(1);
}

.home-client-logos img:hover {
    filter: grayscale(0);
}

.home-section-5 {
    background-image: url(../images/sec-mob-bg.jpg);
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-section-5 .home-web-dev-image {
    position: absolute;
    mix-blend-mode: soft-light;
    right: 0;
    width: 80%;
}

.home-section-5 .col-md-12 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    min-height: calc(100vh - 120px);
    justify-content: flex-end;
    position: relative;
}

.home-section-7 {
    background-image: url(../images/sec-seo-bg.jpg);
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-section-7 .col-md-12 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100vh;
    justify-content: flex-end;
    position: relative;
}

.home-section-7 .home-web-dev-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
    mix-blend-mode: soft-light;
}

.home-section-8 {
    background-image: url(../images/sec-expert-bg.jpg);
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-section-8 .col-md-12 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100vh;
    justify-content: flex-end;
    position: relative;
}

.home-section-8 .home-web-dev-image {
    mix-blend-mode: soft-light;
    width: 100%;
}

.home-section-9 {
    background-image: url(../images/sec-yello-bg.jpg);
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #000;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.home-section-9 .col-md-12 {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}

.home-about-left-title {
    width: 40%;
}

.home-about-right-content {
    width: 60%;
}

.home-about-left-title > h2 {
    font-size: 100px;
    letter-spacing: -3.15px;
    line-height: 96px;
    white-space: pre-line;
    opacity: 0.9;
    font-weight: 700;
    margin: 0 0 50px 0;
}

.home-about-right-content > p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: pre-line;
    font-weight: 600;
}

.home-about-right-content > p:last-child {
    margin: 0;
}

.home-section-10 {
    background: #000;
    background-image: url(../images/sec-gd-bg.jpg);
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.clients-reviews-title > h2 {
    font-size: 100px;
    letter-spacing: -3.15px;
    line-height: 96px;
    white-space: pre-line;
    opacity: 0.9;
    font-weight: 700;
    margin: 0 0 70px 0;
    text-align: center;
}

.single-testimonial > p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: pre-line;
    font-weight: 600;
    max-width: 880px;
    margin: 0 auto;
}

.single-testimonial {
    text-align: center;
}

.single-testimonial > h2 {
    font-size: 40px;
    letter-spacing: -2px;
    opacity: 0.9;
    font-weight: 700;
}

.single-testimonial > h4 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: pre-line;
    font-weight: 600;
}

.single-testimonial > .img-thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-position: center;
    background-size: contain;
    margin: 40px auto 20px;
    border: 0;
}

.clients-reviews-title .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}

.clients-reviews-title .owl-theme .owl-nav.disabled+.owl-dots button.owl-dot > span {
    background: #ee2f4c;
    opacity: 0.5;
    margin: 0 5px;
    transition: all ease .5s;
}

.clients-reviews-title .owl-theme .owl-nav.disabled+.owl-dots button.owl-dot.active > span {
    opacity: 1;
    width: 50px;
}

.portfolio-div {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
}

.portfolio-div .laptop-image {
    width: 60%;
    position: relative;
    z-index: 1;
    margin-top: 200px;
    overflow: hidden;
}

.portfolio-div .laptop-image img {
    width: 100%;
    height: auto;
}

.home-section-6 {
    background: #1e1e1e;
    display: flex;
}

.home-section-1 .magic:before {
    content: "";
    background: linear-gradient(transparent 60%, #000 90%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.portfolio-div .portfolio-details {
    width: 40%;
}

.portfolio-div .single-portfolio {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.portfolio-info h2 {
    font-size: 100px;
    letter-spacing: -3.15px;
    line-height: 96px;
    white-space: pre-line;
    opacity: 0.9;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.portfolio-info > p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: pre-line;
    font-weight: 600;
    margin: 0 0 40px;
}

.home-client-title > h2 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 38px;
    white-space: pre-line;
    color: #000;
    font-weight: 700;
    margin: 0 0 40px 0px;
}

.portfolio-div .laptop-image .portfolio-image {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 80%;
    transform: translate(0px, -100%);
}

.portfolio-div .laptop-image .mainlaptop {
    position: relative;
    z-index: 0;
}

.home-section-bg-po {
    margin: -150px 0;
    position: relative;
    z-index: -1;
}

.home-section-1 .home-text h1,.home-section-1 .home-text h2,.home-section-1 .home-text a {
    position: relative;
    z-index: 8;
}

header.header .logo {
    position: relative;
    z-index: 2;
}

header.header .topMenusd {
    position: relative;
    z-index: 2;
}

.magic {
    position: absolute;
    top: calc(50% - 10rem);
    left: calc(50% - 10rem);
    width: 35rem;
    height: 35rem;
    border-radius: 100%;
    background: url('../images/bgtop.jpeg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.header-bg:hover .magic {
    opacity: 1;
}

a.whatsapplink {
    background: green;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
    font-size: 50px;
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
    transition: all ease .4s;
    transform: scale(0.6);
}

a.whatsapplink > svg {
    fill: #fff;
    width: 50px;
    height: auto;
    display: block;
    margin: 10px auto 0;
}

a.whatsapplink:hover {
    transform: scale(1);
}

.footersocials a svg {
    height: 21px;
    fill: #ee2f4c;
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

.flogo img {
    width: 150px;
}

.flogo a {
    display: inline-block;
    margin: 0 0 20px 0;
}

.f-about-us p {
    margin: 0 0 20px 0;
    font-size: 18px;
}

footer .widgets .col-md-7 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

footer .widgets .col-md-7 > div.footersocials {
    width: 60%;
}

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

footer .widgets .single-link-div:first-child {
    margin-bottom: 50px;
}

.copy p {
    margin: 0;
    font-weight: 700;
    line-height: 2;
}

footer .widgets ul li a {
    display: block;
    padding: 5px 0;
    font-size: 18px;
    transition: padding ease .4s;
}

footer .widgets .col-md-7 > div.footerlinks {
    width: 40%;
}

footer .widgets .col-md-7 > div.footersocials ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

footer .widgets .col-md-7 > div.footersocials ul li {
    width: 50%;
}

footer .widgets h2 {
    font-size: 30px;
    letter-spacing: -1px;
    opacity: 0.9;
    font-weight: 700;
}

.footersocials a:hover span {
    padding: 0 0 0 10px;
}

.footersocials a span {
    transition: all ease .4s;
}

footer .widgets ul li:hover a {
    color: #fff;
    padding-left: 10px;
}

footer .widgets .footersocials ul li:hover a {
    padding-left: 0;
}

.header-bg {
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

canvas#bgcan {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    filter: brightness(4) grayscale(1);
    mix-blend-mode: color-burn;
    background: #000;
}

.home-section-1 > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

.home-section-9.service-section-6 .col-md-12 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100vh;
    justify-content: flex-end;
    position: relative;
}

.home-section-10.service-section-7 .col-md-12 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100vh;
    justify-content: flex-end;
    position: relative;
}

.home-section-1.service-section-1 {
    background-image: url("../images/servicesbg.jpg");
}

.home-section-10.service-section-7 .home-web-dev-image {
    mix-blend-mode: overlay;
    opacity: 0.9;
}

.main.whitem {
    background: #fff;
    color: #000;
}

header.header.white .logo img {
    filter: invert(1);
}

header.header.white #access > div > ul > li > a {
    color: #000;
}

.contact-section-1 {
    padding: 220px 0 90px;
}

.contact-text h1 {
    font-size: 100px;
    letter-spacing: -3.15px;
    line-height: 96px;
    white-space: pre-line;
    opacity: 0.9;
    font-weight: 700;
    margin: 0 0 50px 0;
}

.contact-text p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: pre-line;
    font-weight: 600;
}

.contact-text {
    text-align: center;
}

.contact-section-2 {
    background: #F7F7FB;
    padding: 50px 0;
}

.contact-single {
    background: #fff;
    padding: 40px 40px 40px 300px;
    position: relative;
    z-index: 0;
    margin: 30px 0;
    box-shadow: 5px 5px 40px 0 rgb(0 0 0 / 5%);
    border-radius: 10px;
    min-height: 185px;
    overflow: hidden;
}

.contact-single img {
    width: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.contact-single h3 {
    font-size: 30px;
    letter-spacing: -1px;
    opacity: 0.9;
    font-weight: 700;
}

.contact-single a {
    color: #ee2f4c;
    font-size: 40px;
    letter-spacing: 0px;
    white-space: pre-line;
    font-weight: 600;
    margin: 0;
}

.contact-b-timing h3 {
    font-size: 30px;
    letter-spacing: -1px;
    opacity: 0.9;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.contact-b-timing p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: pre-line;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
    font-weight: 600;
    color: #ee2f4c;
}

.contact-b-timing {
    background: #fff;
    padding: 40px 40px 40px 300px;
    position: relative;
    z-index: 0;
    margin: 30px 0;
    box-shadow: 5px 5px 40px 0 rgb(0 0 0 / 5%);
    border-radius: 10px;
}

.contact-b-timing p strong {
    margin-right: 10px;
    font-weight: 600;
    color: #000;
}

.contact-b-timing p:last-child {
    margin: 0 auto;
}

.contact-b-timing > svg {
    position: absolute;
    top: 15px;
    left: 25px;
    width: 200px;
    height: 200px;
    fill: #dfdfdf;
    opacity: 0.5;
}

.contact-single > svg {
    position: absolute;
    top: 15px;
    left: 25px;
    width: 200px;
    height: 200px;
    fill: #dfdfdf;
    opacity: 0.5;
}

.contact-single p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: pre-line;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 0;
    font-weight: 600;
}

.contact-single.smallheading h3 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: pre-line;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0 0;
    font-weight: 600;
}

.contact-single.smallheading {
    padding: 40px 40px 40px 300px;
}

.still-ine {
    background-image: url(../images/sec-mob-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.still-ine-2 {
    color: #fff;
    background-image: url(../images/sec-expert-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.still-ine, .still-ine-2 {
    text-align: center;
    min-height: 500px;
    padding: 0 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.still-ine p, .still-ine-2 p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: pre-line;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.still-ine h3, .still-ine-2 h3 {
    font-size: 30px;
    letter-spacing: -1px;
    opacity: 0.9;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.contact-section-3 .col-md-6 {
    padding: 0;
}

.about-text.contact-section-1 .contact-text {
    text-align: left;
}

.home-section-9.service-section-6 .home-web-dev-image img {
    top: 60px;
    position: relative;
}

.still-ine.Website {
    background-image: url("../images/sec-web-bg.jpg");
}

.still-ine.Corporate {
    background-image: url("../images/sec-seo-bg.jpg");
}

.still-ine.Content {
    background-image: url("../images/sec-expert-bg.jpg");
}

.still-ine.Graphic {
    background-image: url("../images/sec-gd-bg.jpg");
}

.still-ine.Video {
    background-image: url("../images/sec-yello-bg.jpg");
    color: #000;
}

.contact-section-2.services-section-2 {
    padding: 100px 0;
    background: #eee;
}

.contact-section-2.services-section-2 .contact-text p {
    margin: 0 auto 30px;
    max-width: 1000px;
}

.contact-text a:hover {
    color: #666;
}

.contact-text ul {
    font-size: 18px;
    letter-spacing: 0px;
    white-space: pre-line;
    font-weight: 600;
    line-height: 1.2;
}

.contact-text h2 {
    font-size: 36px;
    letter-spacing: -1px;
    white-space: pre-line;
    opacity: 0.9;
    font-weight: 700;
    margin: 60px 0 10px;
}

.contact-text ul li {
    margin: 0;
}

.wp-pagenavi a, .wp-pagenavi span {
    color: #000;
    width: auto;
    height: 50px;
    display: inline-block;
    text-align: center;
    border: 0;
    box-shadow: 0 0 0 2px #ee2f4c inset;
    border-radius: 6px;
    transition: all ease .4s;
    margin-right: 10px;
    line-height: 50px;
    min-width: 50px;
    padding: 0 23px;
    font-weight: 600;
    font-size: 18px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #fff;
    box-shadow: 0 0 0 40px #ee2f4c inset;
    border-radius: 6px;
}

div#nav-below {
    margin: 50px 0 30px 0;
    text-align: center;
}

article.single-post-item {
    width: 50%;
    flex: 0 0 auto;
    position: relative;
    z-index: 0;
    margin: 0 0 30px 0;
}

article.single-post-item .post-thumb a span.imgsc {
    display: block;
    height: 430px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

article.single-post-item > div > div {
    background: rgb(255 255 255 / 50%);
    backdrop-filter: blur(25px);
    overflow: hidden;
    padding: 10px;
}

article.single-post-item > div {
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

article.single-post-item > div > div .post-info {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
}

.post-info > div.post-content {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: pre-line;
    font-weight: 600;
}

.post-info > h2.post-title {
    font-size: 30px;
    letter-spacing: -1px;
    opacity: 0.9;
    font-weight: 700;
}

.post-info > a.portbtn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.post-info > h2.post-title a:hover {
    color: #000;
}

.portimg img.fullimg {
    max-width: 70%;
    height: auto;
    width: 100%;
    box-shadow: 50px 50px 100px 0 rgb(0 0 0 / 19%);
}

body.single-post .about-text.contact-section-1 {
    padding-bottom: 0;
}

.responsive-menu {
    display: none;
}

footer .widgets h2.alsoavailable {
    margin-top: 50px;
    margin-bottom: 13px;
}

footer .widgets .col-md-7>div.footersocials ul.alsoavailableul li {
    width: auto;
    margin-right: 10px;
}

footer .widgets .col-md-7>div.footersocials ul.alsoavailableul li a img {
    height: 60px;
    width: auto;
}

footer .widgets .col-md-7>div.footersocials ul.alsoavailableul li:last-child {
    margin: 0 0 0 0;
}

.contact-text a.dskbtn:hover {
    color: #fff;
}

div#gdpr-popup {
    background-image: url(../images/sec-web-bg.jpg);
    padding: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 300px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 25%);
    z-index: 100;
}

div#gdpr-popup button#gdpr-accept {
    border: 0;
    font-size: 15px;
    padding: 8px 40px;
}
div#gdpr-popup span.close-icon {
    background: #000;
    box-shadow: 0 0 0 2px #fff;
    width: 20px;
    display: block;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

div#gdpr-popup button#gdpr-accept:hover {
    box-shadow: 0 0 30px 0 rgb(228 205 1 / 22%);
    background-color: #e4cd01;
    color: #000;
}

div#gdpr-popup a {
    color: #fff;
    text-decoration: underline;
}

div#gdpr-popup p {
    color: #ffffffbf;
}
