@import url("https://fonts.googleapis.com/css2?family=Advent+Pro:wght@300;400;500;600;700&amp;family=Titillium+Web:ital,wght@0,300;0,400;0,600;0,700;1,400&amp;display=swap");

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(91.85deg, #007aea 0%, #e05b26 75%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

*::-webkit-scrollbar-track {
    background-color: rgba(black, 0.1);
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

img {
    max-width: 100%;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none !important;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.body-text a { word-break: break-all; }
input:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    display: none;
}

input::-webkit-focus-inner {
    border: 0;
    display: none;
}

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

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #7a90aa;
}

:-ms-input-placeholder {
    font-size: 14px;
    color: #7a90aa;
}

::-ms-input-placeholder {
    font-size: 14px;
    color: #7a90aa;
}

::placeholder {
    font-size: 14px;
    color: #7a90aa;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #666;
}

table {
    border-collapse: collapse;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

ul,
li {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0px;
}

form {
    position: relative;
}

.form-control:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

hr {
    margin: 0;
    padding: 0;
    border-color: #000;
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
    position: relative;
}

a,
button {
    position: relative;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: 0;
    text-decoration: none;
}

input,
textarea,
button {
    border: 0px;
}

@media (max-width: 1400px) {
    .container {
        max-width: 1350px !important;
    }
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */
/* ----------------------------------
    Template Helps Classes - Styles
 ------------------------------------ */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
    color: #fff !important;
}

.text-black {
    color: #3d5b7d !important;
}

.mlm-30 {
    margin-left: -30px;
}

/* padding left */
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-150 {
    padding-left: 150px;
}

/* padding right */
.pr-5 {
    padding-right: 5px;
}

.pr-5i {
    padding-right: 5px !important;
}

@media (max-width: 767px) {
    .pr-5i {
        padding-right: 15px !important;
    }
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-150 {
    padding-right: 150px;
}

/* padding top */
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-150 {
    padding-top: 150px;
}

/* padding bottom */
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-150 {
    padding-bottom: 150px;
}

/* margin left */
.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-150 {
    margin-left: 150px;
}

/* margin right */
.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-150 {
    margin-right: 150px;
}

/* margin top */
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

/* margin bottom */
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mmb10 {
    margin-bottom: -10px;
}

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.bg-center {
    background-position: center;
}

.bg-contain {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}

.bg-right {
    background-repeat: no-repeat;
    background-position: right;
}

.bg-left {
    background-repeat: no-repeat;
    background-position: left;
}

.bg-bottom {
    background-repeat: no-repeat;
    background-position: bottom;
}

.bg-top {
    background-repeat: no-repeat;
    background-position: top;
}

.bg-100 {
    background-size: 100% 100%;
}

.mmb-100 {
    margin-bottom: -100px;
}

.mmb-80 {
    margin-bottom: -80px;
}

.lr-9 {
    margin-left: -9px;
    margin-right: -9px;
}

.lr-9 [class*="col"] {
    padding-left: 9px;
    padding-right: 9px;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
}

.fix {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.shape {
    position: absolute;
}

@media (max-width: 1191px) {
    .shape {
        display: none;
        opacity: 0;
    }
}

.navbar-brand {
    padding: 0;
    margin-right: 0;
}

@media only screen and (max-width: 991px) {
    #scrollUp {
        font-size: 15px;
        height: 30px;
        line-height: 32px;
        right: 30px;
        width: 30px;
    }
}

button {
    border: none;
}

section {
    position: relative;
    z-index: 1;
}

section.pt-235 {
    padding-top: 225px;
}

@-webkit-keyframes sticky {
    0% {
        opacity: 0;
        margin-top: -120px;
    }

    50% {
        opacity: 0;
        margin-top: -60px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes sticky {
    0% {
        opacity: 0;
        margin-top: -120px;
    }

    50% {
        opacity: 0;
        margin-top: -60px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.equal>[class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 414px) {
    .d-none-mobile {
        display: none !important;
    }
}

.overlay {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 40%;
    opacity: 0;
    visibility: hidden;
}

.overlay.active {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000;
    z-index: 99;
    opacity: 0.5;
    visibility: visible;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes left-to-right {
    0% {
        background-position: left center;
    }

    100% {
        background-position: right center;
    }
}

@keyframes left-to-right {
    0% {
        background-position: left center;
    }

    100% {
        background-position: right center;
    }
}

@-webkit-keyframes right-to-left {
    0% {
        background-position: right center;
    }

    100% {
        background-position: left center;
    }
}

@keyframes right-to-left {
    0% {
        background-position: right center;
    }

    100% {
        background-position: left center;
    }
}

@-webkit-keyframes left-to-center {
    0% {
        background-position: left center;
    }

    100% {
        background-position: center center;
    }
}

@keyframes left-to-center {
    0% {
        background-position: left center;
    }

    100% {
        background-position: center center;
    }
}

@-webkit-keyframes right-to-center {
    0% {
        background-position: right center;
    }

    100% {
        background-position: center center;
    }
}

@keyframes right-to-center {
    0% {
        background-position: right center;
    }

    100% {
        background-position: center center;
    }
}

@-webkit-keyframes top-to-bottom {
    0% {
        background-position: center top;
    }

    100% {
        background-position: center bottom;
    }
}

@keyframes top-to-bottom {
    0% {
        background-position: center top;
    }

    100% {
        background-position: center bottom;
    }
}

@-webkit-keyframes top-to-center {
    0% {
        background-position: center top;
    }

    100% {
        background-position: center center;
    }
}

@keyframes top-to-center {
    0% {
        background-position: center top;
    }

    100% {
        background-position: center center;
    }
}

@-webkit-keyframes bottom-to-top {
    0% {
        background-position: center bottom;
    }

    100% {
        background-position: center top;
    }
}

@keyframes bottom-to-top {
    0% {
        background-position: center bottom;
    }

    100% {
        background-position: center top;
    }
}

@-webkit-keyframes bottom-to-center {
    0% {
        background-position: center bottom;
    }

    100% {
        background-position: center center;
    }
}

@keyframes bottom-to-center {
    0% {
        background-position: center bottom;
    }

    100% {
        background-position: center center;
    }
}

@-webkit-keyframes top-left-to-bottom-right {
    0% {
        background-position: left top;
    }

    100% {
        background-position: right bottom;
    }
}

@keyframes top-left-to-bottom-right {
    0% {
        background-position: left top;
    }

    100% {
        background-position: right bottom;
    }
}

@-webkit-keyframes top-left-to-center {
    0% {
        background-position: left top;
    }

    100% {
        background-position: center center;
    }
}

@keyframes top-left-to-center {
    0% {
        background-position: left top;
    }

    100% {
        background-position: center center;
    }
}

@-webkit-keyframes top-right-to-bottom-left {
    0% {
        background-position: right top;
    }

    100% {
        background-position: left bottom;
    }
}

@keyframes top-right-to-bottom-left {
    0% {
        background-position: right top;
    }

    100% {
        background-position: left bottom;
    }
}

@-webkit-keyframes top-right-to-center {
    0% {
        background-position: right top;
    }

    100% {
        background-position: center center;
    }
}

@keyframes top-right-to-center {
    0% {
        background-position: right top;
    }

    100% {
        background-position: center center;
    }
}

@-webkit-keyframes bottom-left-to-top-right {
    0% {
        background-position: left bottom;
    }

    100% {
        background-position: right top;
    }
}

@keyframes bottom-left-to-top-right {
    0% {
        background-position: left bottom;
    }

    100% {
        background-position: right top;
    }
}

@-webkit-keyframes bottom-left-to-center {
    0% {
        background-position: left bottom;
    }

    100% {
        background-position: center center;
    }
}

@keyframes bottom-left-to-center {
    0% {
        background-position: left bottom;
    }

    100% {
        background-position: center center;
    }
}

@-webkit-keyframes bottom-right-to-top-left {
    0% {
        background-position: right bottom;
    }

    100% {
        background-position: left top;
    }
}

@keyframes bottom-right-to-top-left {
    0% {
        background-position: right bottom;
    }

    100% {
        background-position: left top;
    }
}

@-webkit-keyframes bottom-right-to-center {
    0% {
        background-position: right bottom;
    }

    100% {
        background-position: center center;
    }
}

@keyframes bottom-right-to-center {
    0% {
        background-position: right bottom;
    }

    100% {
        background-position: center center;
    }
}

@-webkit-keyframes zoomIn {
    0% {
        background-position: right center;
    }

    100% {
        background-position: left center;
    }
}

@keyframes zoomIn {
    0% {
        background-position: right center;
    }

    100% {
        background-position: left center;
    }
}

.animation_left-to-right {
    background-position: left center;
}

.active .animation_left-to-right {
    -webkit-animation: left-to-right 5s ease 0s 1 normal forwards running;
    animation: left-to-right 5s ease 0s 1 normal forwards running;
}

.animation_right-to-left {
    background-position: right center;
}

.active .animation_right-to-left {
    -webkit-animation: right-to-left 5s ease 0s 1 normal forwards running;
    animation: right-to-left 5s ease 0s 1 normal forwards running;
}

.animation_left-to-center {
    background-position: left center;
}

.active .animation_left-to-center {
    -webkit-animation: left-to-center 5s ease 0s 1 normal forwards running;
    animation: left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_right-to-center {
    background-position: right center;
}

.active .animation_right-to-center {
    -webkit-animation: right-to-center 5s ease 0s 1 normal forwards running;
    animation: right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-to-bottom {
    background-position: center top;
}

.active .animation_top-to-bottom {
    -webkit-animation: top-to-bottom 5s ease 0s 1 normal forwards running;
    animation: top-to-bottom 5s ease 0s 1 normal forwards running;
}

.animation_top-to-center {
    background-position: center top;
}

.active .animation_top-to-center {
    -webkit-animation: top-to-center 5s ease 0s 1 normal forwards running;
    animation: top-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-top {
    background-position: center bottom;
}

.active .animation_bottom-to-top {
    -webkit-animation: bottom-to-top 5s ease 0s 1 normal forwards running;
    animation: bottom-to-top 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-center {
    background-position: center bottom;
}

.active .animation_bottom-to-center {
    -webkit-animation: bottom-to-center 5s ease 0s 1 normal forwards running;
    animation: bottom-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-bottom-right {
    background-position: left top;
}

.active .animation_top-left-to-bottom-right {
    -webkit-animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
    animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-center {
    background-position: left top;
}

.active .animation_top-left-to-center {
    -webkit-animation: top-left-to-center 5s ease 0s 1 normal forwards running;
    animation: top-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-bottom-left {
    background-position: right top;
}

.active .animation_top-right-to-bottom-left {
    -webkit-animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
    animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-center {
    background-position: right top;
}

.active .animation_top-right-to-center {
    -webkit-animation: top-right-to-center 5s ease 0s 1 normal forwards running;
    animation: top-right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-top-right {
    background-position: left bottom;
}

.active .animation_bottom-left-to-top-right {
    -webkit-animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
    animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-center {
    background-position: left bottom;
}

.active .animation_bottom-left-to-center {
    -webkit-animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
    animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-top-left {
    background-position: right bottom;
}

.active .animation_bottom-right-to-top-left {
    -webkit-animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
    animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-center {
    background-position: right bottom;
}

.active .animation_bottom-right-to-center {
    -webkit-animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
    animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #777;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Advent Pro", sans-serif;
    margin: 0px;
    font-weight: 600;
    color: #000;
}

h1 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -3px;
}

@media (max-width: 991px) {
    h1 {
        font-size: 2.25rem;
        line-height: 3rem;
    }
}

h1.fs-lg {
    font-size: 80px;
    line-height: 115%;
    letter-spacing: -4px;
}

@media (min-width: 767px) and (max-width: 991px) {
    h1.fs-lg {
        font-size: 42px;
    }
}

h2 {
    font-size: 36px;
    line-height: 130%;
}

h3 {
    font-size: 24px;
    line-height: 36px;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.88rem;
}

h6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

a {
    text-decoration: none;
    font-weight: 400;
    outline: none !important;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    color: white;
    font-family: "Oxygen", sans-serif;
    cursor: pointer;
    transition: .3s;
}

p {
    margin: 0px;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}
.br-15{
  border-radius: 15px;
}
.open-one{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 99999;
  height: 100vh;
  display: block;
}
.open-one .layer{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: top;
  animation:open-one 2s ease-in-out forwards;
  animation-duration: 2s;
  z-index: 99999;
}

.open-one .layer .logos{
    width: 100%;
    z-index: 99;
    height: 100vh;
    position: relative;
        display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.open-one .layer .logos svg{
    width: 300px;
    height: 300px;
}
.open-one .layer:nth-child(1){
  background-color: #fff;
  z-index: 25;
}
.open-one .layer:nth-child(2){
  background-color: #fff;
  opacity: .7;
  animation-delay: 0.3s;
  z-index: 24;
}
@keyframes open-one {
  0%{height: 100%;}
  100%{height: 0%;}
}
.progress-wrap {
    position: fixed;
    right: 40px;
    bottom: 40px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px #999;
    box-shadow: inset 0 0 0 2px #999;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media (max-width: 575px) {
    .progress-wrap {
        width: 35px;
        height: 35px;
        right: 10px;
        bottom: 10px;
    }
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f062";
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: #177ef7;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media (max-width: 575px) {
    .progress-wrap::after {
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
        text-align: center;
    }
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #177ef7;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@-webkit-keyframes playVideo {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }

    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes playVideo {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }

    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes dimond {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes dimond {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes bounceUp {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes bounceUp {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes moverightbounce {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0px;
    }
}

@keyframes moverightbounce {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0px;
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes guraguri {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes guraguri {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes move_wave {
    0% {
        -webkit-transform: translateX(0) translateZ(0) scaleY(1);
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }

    100% {
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

@-webkit-keyframes move_wave {
    0% {
        -webkit-transform: translateX(0) translateZ(0) scaleY(1);
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }

    100% {
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

/* ----------------------------------
  All Aniamtion Styles
 ------------------------------------ */
.section-padding {
    padding: 103px 0px;
}

@media (max-width: 767px) {
    .section-padding {
        padding: 70px 0px;
    }
}

.body-text {
    font-size: 16px;
    line-height: 170%;
    color: #3d5b7d;
    font-weight: 400;
    font-family: "Titillium Web", sans-serif;
}

.body-text.light {
    color: white;
}

.section-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .section-head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* ====================================================
    HEADINGS
 ====================================================== */
.heading-primary {
    font-size: 40px;
    font-weight: 600;
    line-height: 57px;
    font-family: "Advent Pro", sans-serif;
    color: #222222;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .heading-primary {
        font-size: 35px;
        line-height: 45px;
    }
}

.heading-secondary {
    font-size: 30px;
    line-height: 39px;
    font-family: "Advent Pro", sans-serif;
    color: #222222;
}

@media (max-width: 767px) {
    .heading-secondary {
        font-size: 24px;
        line-height: 30px;
    }
}

.heading-tertiary {
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .heading-tertiary {
        font-size: 20px;
        line-height: 28px;
    }
}

/* ====================================================
    BUTTONS
 ====================================================== */
.button {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
}

.button.icon-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #dae6f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #177ef7;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

@media (max-width: 575px) {
    .button.icon-button {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

.button.icon-button.active {

    background: #e05b26;
    color: white;
    border: 1px solid transparent;
}

.button.icon-button:hover {

    background: #e05b26;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
    transform: scale(.95);
      -webkit-box-shadow: 0px 0px 15px rgb(130 39 130 / 25%);
    box-shadow: 0px 0px 15px rgb(130 39 130 / 25%);
    transform: scale(.95);
}

.button.button-primary {
    color: white;
transition: .3s;
    background: #e05b26;
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
   -webkit-box-shadow: 0px 10px 15px rgb(23 126 247 / 25%);
    box-shadow: 0px 10px 15px rgb(23 126 247 / 25%);
}

.button.button-primary:hover{
  transform: scale(.95);
}

@media (max-width: 575px) {
    .button.button-primary {
        font-size: 16px;
        padding: 15px 30px;
    }
}

.button.button-minimal {
    font-size: 14px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
}

.button.button-minimal .icon {
    font-size: 14px;
    margin-left: 5px;
}





/* ====================================================
    OTHERS  
 ====================================================== */
.categories-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.categories-tags a {
    padding: 0px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-family: "Titillium Web", sans-serif;
    color: #3d5b7d;
    border: 1px solid #dae6f9;
    margin-bottom: 10px;
    transition: .45s;
}

.categories-tags a:hover {

    background: #e05b26;
    -webkit-box-shadow: 0px 10px 15px rgba(23, 126, 247, 0.25);
    box-shadow: 0px 10px 15px rgba(23, 126, 247, 0.25);
    color: white;
}

.categories-tags a:not(:last-child) {
    margin-right: 10px;
}

.widget-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    width: 100%;
}
.widget-category .cat-content{
  text-align: start;
}
.widget-category:not(:last-child) {
    margin-bottom: 5px;
}

.widget-category .cat-thumb {
    min-width: 80px;
    min-height: 70px;
    border-radius: 10px;
    margin-right: 15px;
}

.widget-category .cat-title {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    font-family: "Advent Pro", sans-serif;
    line-height: 26px;
}

.widget-social-profile {
    margin-top: 30px;
}

.widget-social-profile .social-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.widget-social-profile .heading-secondary {
    margin-bottom: 5px;
}

.widget-social-profile .social-link {
    font-size: 20px;
    min-width: 70px;
    min-height: 70px;
    color: #177ef7;
    border: 1px solid #dae6f9;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 70px;
        -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
    .widget-social-profile .social-link {
        min-width: 50px;
        min-height: 50px;
        line-height: 50px;
    }
}

.widget-social-profile .social-link:hover {

    background: #e05b26;
    color: white;
    -webkit-box-shadow: 0px 10px 15px rgba(23, 126, 247, 0.25);
    box-shadow: 0px 10px 15px rgba(23, 126, 247, 0.25);

}

.widget-social-profile .social-link:not(:last-child) {
    margin-right: 10px;
}

.gradient-bar {
    width: 100%;
    height: 10px;


    background: linear-gradient(91.85deg, #007aea 0%, #e05b26 100%);
    background: #e05b26;
    border-radius: 10px;
}

.gradient-bar.small {
    display: inline-block;
    width: 100px;
    height: 6px;
}

.widget-ad-banner {
    border-radius: 10px;
    width: 100%;
    min-height: 375px;
    position: relative;
    background-color: pink;
    margin-top: 20px;
}

.widget-ad-banner.two {
    min-height: 410px;
}

.widget-ad-banner .content {
    padding: 20px;
}

.widget-ad-banner .discount {
    display: inline-block;
    background-color: white;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 10px;
}

.widget-ad-banner p {
    margin-top: 20px;
}

.widget-ad-banner .button {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.widget-newsletter {
    margin-top: 40px;
}

.widget-newsletter input {
    background: #eef5ff;
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.widget-newsletter .button {
    width: 100%;
    margin-top: 20px;
}

.category {
    /*    background: linear-gradient(91.85deg, #007aea 0%, #e05b26 100%);*/
    /*  background:#e05b26;*/
    background: #e05b26;
    padding: 5px 10px;
    color: white;
    border-radius: 8px;
    font-size: 14px;
    text-transform: capitalize;
}

.author {
    font-size: 14px;
    color: #222222;
    margin-right: 25px;
    font-family: "Titillium Web", sans-serif;
}

.author span {
    font-weight: 600;
}

.meta-item {
    margin-right: 25px;
    position: relative;
    font-size: 14px;
}

.meta-item:not(:last-child)::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #177ef7;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-date,
.comment {
    font-size: 14px;
    color: #3d5b7d;
}

.post-button {
    color: #222222;
    font-size: 18px;
}

.post-card-content {
    width: 100%;
}

.recent-post-card {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 425px;
}


.recent-post-card a {
    overflow: hidden;
    display: block;
    isolation: isolate;
    border-radius: 10px;
}

.recent-post-card a:hover .card-thumb {
    transform: scale(1.1);
}

.recent-post-card .card-thumb {
    width: 100%;
    min-height: 200px;
    border-radius: 10px;
    transition: .45s;
}

.recent-post-card .card-content {
    margin-top: 20px;
}

.recent-post-card .card-content h3 {
    font-size: 20px;
    line-height: 26px;
    padding-right: 20px;
    margin-top: 10px;
    transition: .45s;
}

.recent-post-card .card-content h3:hover {
    color: #177ef7;
}

.widget-search-box {
    max-width: 300px;
    position: relative;
    margin-top: 20px;
}

.widget-search-box input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
}

.widget-search-box ::-webkit-input-placeholder {
    font-size: 14px;
    color: #3d5b7d;
}

.widget-search-box :-ms-input-placeholder {
    font-size: 14px;
    color: #3d5b7d;
}

.widget-search-box ::-ms-input-placeholder {
    font-size: 14px;
    color: #3d5b7d;
}

.widget-search-box ::placeholder {
    font-size: 14px;
    color: #3d5b7d;
}

.widget-search-box .search-btn {
    width: 50px;
    height: 50px;

    background: #e05b26;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 15px rgba(23, 126, 247, 0.25);
    box-shadow: 0px 10px 15px rgba(23, 126, 247, 0.25);
    color: white;
    text-align: center;
    line-height: 50px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-bredcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-bredcrumb li {
    position: relative;
}

.c-bredcrumb li:not(:last-child) {
    margin-right: 10px;
    padding-right: 15px;
}

.c-bredcrumb li:not(:last-child)::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #177ef7;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-bredcrumb li a {
    font-family: "Advent Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3d5b7d;
}

.header-wrapper {
    padding: 30px 50px;
}

@media (max-width: 1450px) {
    .header-wrapper {
        padding: 30px 20px;
    }
}

.header-wrapper .header-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1400px;
    margin: auto;
}

.header-wrapper .content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-wrapper .logo-wrapper {
    margin-right: 80px;
    max-width: 80px;
    width: 100%;
    height: 100%;
}

@media (max-width: 575px) {
    .header-wrapper .logo-wrapper {
        margin-right: 0;
    }
}

.header-wrapper .main-nav {
    position: relative;
}

@media (max-width: 991px) {
    .header-wrapper .main-nav {
        display: none;
    }

    .recent-post-card iframe {
        height: 700px;
    }

    .post-card-content {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 20px;
    }
}

.header-wrapper .main-nav .navmenu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 30px;
}
.navmenu-item.socials{
  display: flex;
    flex-direction: row;
    gap: 20px;

}
.navmenu-item.socials a{
    color: red;
    font-size: 25px;
}

.navmenu-item.socials .instagram{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*.header-wrapper .main-nav .navmenu-item:not(:last-child) {
  margin-right: 40px;
}*/
@media (max-width: 1366px) {
    .header-wrapper .main-nav .navmenu-items {
        gap: 30px;
    }

    .header-wrapper .logo-wrapper {
        margin-right: 25px;
    }

}

@media (max-width: 1280px) {
    .header-wrapper .main-nav .navmenu-items .gradient-bar {
        display: none;
    }

    .header-wrapper .main-nav .navmenu-items {
        gap: 15px;
    }
}

@media (max-width: 1200px){
      .header-wrapper .main-nav .navmenu-items {
        gap: 5px;
    }
}
@media (max-width: 1170px) {
    .header-wrapper .main-nav .navmenu-item:not(:last-child) {
        margin-right: 10px;
    }
    .header-wrapper .logo-wrapper {
    margin-right: 10px;
  }
}

@media (max-width: 1030px) {
    .header-wrapper .main-nav .navmenu-item:not(:last-child) {
        margin-right: 10px;
    }
    .navmenu-item.socials {
    gap: 10px;
  }
}

.header-wrapper .main-nav .navmenu-link {
    color: #3d5b7d;
    font-size: 14px;
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
}

.header-wrapper .main-nav .navmenu-link:hover {
    color: #177ef7;
}

.header-wrapper .content-right {
    position: relative;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.header-wrapper .content-right .header-search-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #e05b26;
    text-align: center;
    line-height: 50px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0px 10px 15px rgba(23, 126, 247, 0.25);
    box-shadow: 0px 10px 15px rgba(23, 126, 247, 0.25);
}

.header-wrapper .content-right .search-box {
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 10;
    display: none;
}

.header-wrapper .content-right .search-box input {
    min-width: 300px;
    border: 2px solid #dae6f9;
    padding: 0px 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.header-wrapper .content-right .search-box input::-webkit-input-placeholder {
    font-size: 14px;
}

.header-wrapper .content-right .search-box input:-ms-input-placeholder {
    font-size: 14px;
}

.header-wrapper .content-right .search-box input::-ms-input-placeholder {
    font-size: 14px;
}

.header-wrapper .content-right .search-box input::placeholder {
    font-size: 14px;
}

.header-wrapper .content-right .search-box .search-button {
    width: 50px;
    height: 50px;
    background: #e05b26;
    color: white;
    margin-left: -50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.header-wrapper .submenu-wrapper {
    position: relative;
    height: 100%;
    padding: 20px 0px;
}

.header-wrapper .submenu-wrapper:hover .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
}

.header-wrapper .submenu-wrapper .submenu {
    background-color: white;
    -webkit-box-shadow: 0px 10px 30px rgba(61, 91, 125, 0.15);
    box-shadow: 0px 10px 30px rgba(61, 91, 125, 0.15);
    min-width: 200px;
    padding: 10px 15px;
    position: absolute;
    z-index: 99;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header-wrapper .submenu-wrapper.langue .submenu {
    min-width: 50px;
}

.header-wrapper .submenu-wrapper .submenu .submenu-item:not(:last-child) {
    margin-bottom: 10px;
}

.header-wrapper .submenu-wrapper .submenu .submenu-link {
    color: #3d5b7d;
    font-size: 14px;
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
}

.header-wrapper .submenu-wrapper .submenu .submenu-link:hover {
    color: #177ef7;
}

.header-wrapper .mega-menu-wrapper {
    position: unset;
    padding-bottom: 30px;
    margin-bottom: -30px;
}

.header-wrapper .mega-menu-wrapper:hover .mega-menu-content {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
     pointer-events: all;
}

.header-wrapper .mega-menu-wrapper .mega-menu-content {
    min-width: 920px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 30px rgba(61, 91, 125, 0.15);
    box-shadow: 0px 10px 30px rgba(61, 91, 125, 0.15);
    position: absolute;
    z-index: 20;
    left: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    padding: 0 20px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

@media (max-width: 1250px) {
    .header-wrapper .mega-menu-wrapper .mega-menu-content {
        min-width: 800px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

#hamburger {
    color: #222222;
    font-size: 30px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 30px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    display: none;
}

.mobile-nav-one-wrapper .mobile-nav {
    position: fixed;
    left: -540px;
    top: 0;
    width: 350px;
    height: 100vh;
    scroll-behavior: smooth;
    overflow-y: scroll;
    -webkit-transition: right 0.5s ease-in;
    transition: right 0.5s ease-in;
    background-color: #222222;
    padding: 20px;
    z-index: 9999;
    -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    overflow: hidden;
    /* Vertical Menu Style */
}

@media (max-width: 767px) {
    .mobile-nav-one-wrapper .mobile-nav {
        width: 320px;
        right: -440px;
    }
}

.mobile-nav-one-wrapper .mobile-nav.show {
    right: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile-nav-one-wrapper .mobile-nav .close-nav {
    border: 0;
    background: transparent;
    color: #fff;
    border-radius: 30px;
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 10px;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav {
    margin-top: 30px;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu a {
    font-size: 16px;
    position: relative;
    display: block;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
    color: #fff;
    outline-width: 0;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul a {
    padding: 10px 15px 10px 35px;
    position: relative;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul a:hover {
    padding-left: 40px;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul a:hover::before {
    background-color: #fff;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul a::before {
    position: absolute;
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    content: "";
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul ul {
    list-style-type: circle !important;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul ul a {
    padding: 10px 15px 10px 45px;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu a:active {
    text-decoration: none;
    color: #f8f9fa;

    background: #e05b26;
}

.mobile-nav-one-wrapper .mobile-nav.show {
    left: 0;
}

.mobile-nav-one-wrapper .action-bar {
    margin-top: 30px;
    padding-left: 20px;
}

.mobile-nav-one-wrapper .action-bar a {
    color: #fff;
    display: block;
    margin-top: 12px;
}

.mobile-nav-one-wrapper .action-bar a i {
    margin-right: 10px;
}

.mobile-nav-one-wrapper .action-bar a.theme-btn {
    text-align: center;
}

.mobile-nav-one-wrapper .social-icons {
    font-size: 16px;
    cursor: pointer;
    margin: 30px 0px;
}

.mobile-nav-one-wrapper .social-icons a {
    margin-right: 20px;
}

.mobile-nav-one-wrapper .overlay.active {
    left: 0;
}

.hero-wrapper {
    position: relative;
    z-index: 9;
}

.hero-wrapper .hero-slider-wrapper {
    position: relative;
}

/*.hero-wrapper .hero-slider-wrapper .slider-item {
  max-width: 1320px;
  padding-top: 130px;
  padding-bottom: 60px;
  border-radius: 15px;
  margin: 0px 13px;
  transition: transform 0.5s linear;
  transition-delay: 0.5s;
    overflow: hidden;
    isolation: isolation;
    height: 75vh;
}*/


.hero-wrapper .hero-slider-wrapper .slider-item .content {
    max-width: 1320px;
    padding-top: 130px;
    padding-bottom: 60px;
    border-radius: 15px;
    margin: 0px 13px;
    overflow: hidden;
    isolation: isolate;
    height: 75vh;
    width: 100%;
    transition: transform 0.3s linear;
    transition-delay: 0.5s;
    position: relative;
}


.hero-wrapper .hero-slider-wrapper .slider-item .content:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0;
}

.hero-wrapper .hero-slider-wrapper .slider-item:not(.slick-current) .content {
    transform: scale(0.9);
    transition-delay: 0s;
}

@media (max-width: 1400px) {
    .hero-wrapper .hero-slider-wrapper .slider-item {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .hero-wrapper .hero-slider-wrapper .slider-item {
        padding-top: 30px;
        padding-bottom: 40px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .hero-wrapper .hero-slider-wrapper .slider-item .content {
        margin: 0;
    }
}

.hero-wrapper .hero-heading {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    color: white;

    letter-spacing: 1px;
}

@media (max-width: 1024px) {
    .hero-wrapper .hero-heading {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .hero-wrapper .hero-heading {
        font-size: 34px;
        line-height: 60px;
    }
}

.hero-wrapper .hero-content {
    width: 50%;
    margin-left: auto;
    padding-right: 35px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    height: 100%;
}

@media (max-width: 1600px) {
    .hero-wrapper .hero-content {
        width: 60%;
    }
}

@media (max-width: 1400px) {
    .hero-wrapper .hero-content {
        width: 70%;
    }
}

@media (max-width: 1200px) {
    .hero-wrapper .hero-content {
        width: 90%;
    }
}

@media (max-width: 575px) {
    .hero-wrapper .hero-content {
        width: 100%;
        padding-right: 0;
    }
}

.hero-wrapper .hero-content .post-card {
    max-width: 640px;
    background: white;
    padding: 30px;
    border-radius: 15px;
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 40px;
}

@media (max-width: 575px) {
    .hero-wrapper .hero-content .post-card {
        padding: 20px;
    }
}

.hero-wrapper .hero-content .post-card .body-text {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.hero-wrapper .hero-content .post-meta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-wrapper .hero-content .post-meta-wrapper .meta-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 375px) {
    .hero-wrapper .hero-content .post-meta-wrapper .meta-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.hero-wrapper .slider-item.bg-cover.slick-slide.slick-current.slick-active.slick-center {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .45s !important;
}

.hero-wrapper .slick-next,
.hero-wrapper .slick-prev {
    position: absolute;
    top: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
}

.hero-wrapper .slick-next .prev-icon,
.hero-wrapper .slick-prev .prev-icon {
    margin-right: 10px;
}

.hero-wrapper .slick-prev {
    left: 6%;
}

@media (max-width: 1400px) {
    .hero-wrapper .slick-prev {
        left: 9%;
    }

    .heading-primary {
        font-size: 34px;
    }
}

@media (max-width: 1366px) {

    .hero-wrapper .slick-next,
    .hero-wrapper .slick-prev {
        top: 105%;
    }
}

@media (max-height: 700px) {
    .hero-wrapper .hero-slider-wrapper .slider-item .content {
        height: 70vh;
    }

    .header-wrapper {
        padding: 20px 20px;
    }
}

@media (max-width: 991px) {
    .hero-wrapper .slick-prev {
        left: 0%;
    }
}

.hero-wrapper .slick-next {
    right: 10%;
}

@media (max-width: 1400px) {
    .hero-wrapper .slick-next {
        right: 15%;
    }
}

/*@media (max-width: 991px) {
    .hero-wrapper .slick-next {
        right: 10%;
    }
}*/

.hero-wrapper .slick-next .next-icon {
    margin-left: 10px;
}

.section-banner-wrapper {
    position: relative;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .section-banner-wrapper {
        min-height: 300px;
    }
}

.section-banner-wrapper .banner-head {
    margin-top: 0;
}

.section-banner-wrapper .banner-head h2 {
    color: white;
}

.section-banner-wrapper .banner-overlay {
    width: 100%;
    background: linear-gradient(91.85deg, #0079eaea 0%, #00c3ff70 100%);
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.section-banner-wrapper .banner-content {
    padding-top: 200px;
}

@media (max-width: 767px) {
    .section-banner-wrapper .banner-content {
        padding-top: 115px;
    }
}

.section-banner-wrapper .breadcrumb-wrap {
    margin-top: 10px;
}

@media (max-width: 575px) {
    .section-banner-wrapper .breadcrumb-wrap {
        margin-top: 10px;
    }
}

.section-banner-wrapper .breadcrumb {
    background: transparent;
    padding: 0;
}

.section-banner-wrapper .breadcrumb-item {
    font-size: 16px;
    color: white;
    font-weight: 400;
    text-transform: capitalize;
}

.section-banner-wrapper .breadcrumb-item.active {
    color: white !important;
}

.section-banner-wrapper .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.contact-wrapper {
    background-repeat: no-repeat !important;
}
.contact-wrapper .img img{
  height: 500px;
  width: 100%;
  object-fit: cover;
    border-radius: 20px;
    filter: brightness(0.6);
}
.contact-wrapper .about-img img{
  object-fit: contain;
}
.contact-wrapper .about-img p{
  text-align: center;
  margin-top: 25px;
}
.contact-wrapper .contact-profile .profile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-wrapper .contact-profile .profile-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 40px;
}

.contact-wrapper .contact-profile .name {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

.contact-wrapper .contact-profile .contact-medium .medium-item {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    position: relative;
    margin-left: 20px;
}

.contact-wrapper .contact-profile .contact-medium .medium-item:not(:last-child) {
    margin-bottom: 5px;
}

.contact-wrapper .contact-profile .contact-medium .medium-item::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #177ef7;
    position: absolute;
    left: -20px;
    top: 6px;
}

.contact-wrapper .contact-form {
    background-color: #eef5fe;
    padding: 40px 60px;
    position: relative;
    z-index: 9;
    margin-top: -200px;
    border-radius: 20px;
}

.contact-wrapper .contact-form a{
  color: #e05b26;
}

.contact-wrapper .contact-form a:hover{
  color: #177ef7;
}
@media (max-width: 767px) {
    .contact-wrapper .contact-form {
        padding: 60px 30px;
    }
}

.contact-wrapper .contact-form .form-field,
.contact-wrapper .contact-form .form-text-field {
    width: 100%;
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid #dae6f9 !important;
    resize:  none;
}

.contact-wrapper .contact-form .form-field {
    margin-bottom: 20px;
}

.contact-wrapper .contact-form .form-text-field {
    min-height: 100px;
}

.contact-wrapper .contact-form ::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.contact-wrapper .contact-form :-ms-input-placeholder {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.contact-wrapper .contact-form ::-ms-input-placeholder {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.contact-wrapper .contact-form ::placeholder {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.contact-wrapper .button {
    margin-top: 20px;
}

.contact-map-wrapper {
    position: relative;
    min-height: 780px;
    z-index: -1;
}

@media (max-width: 991px) {
    .contact-map-wrapper {
        min-height: 500px;
    }

    #hamburger {
        display: flex;
        align-items: center;
    }

    #hamburger i {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: #e05b26;
        text-align: center;
        line-height: 50px;
        color: white;
        border-radius: 10px;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 15px rgb(130 39 130 / 25%);
        box-shadow: 0px 0px 15px rgb(130 39 130 / 25%);
    }

    .header-wrapper .content-right .header-search-icon {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: #ffffff;
        text-align: center;
        line-height: 50px;
        color: #e05b26;
        border-radius: 10px;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 15px rgb(130 39 130 / 25%);
        box-shadow: 0px 0px 15px rgb(130 39 130 / 25%);
    }
}

@media (max-width: 767px) {
    .contact-map-wrapper {
        min-height: 350px;
    }
}

.contact-map-wrapper .map-marker {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ====================================================
    FEATURED TOPICS
 ====================================================== */
.featured-topics-wrapper .left-content {
    padding-right: 47px;
}

@media (max-width: 991px) {
    .featured-topics-wrapper .left-content {
        padding-right: 10px;
    }
}

.featured-topics-wrapper .widget-ad-banner {
    margin-top: 15px;
}

.featured-topics-wrapper .widget-newsletter {
    margin-top: 30px;
}

.featured-topics-wrapper .featured-topics-card {
    background: white;
    -webkit-box-shadow: 0px 10px 30px rgba(61, 91, 125, 0.15);
    box-shadow: 0px 10px 30px rgba(61, 91, 125, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 15px;
    position: relative;
    min-height: 350px;
}

@media (max-width: 767px) {
    .featured-topics-wrapper .featured-topics-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.featured-topics-wrapper .featured-topics-card:not(:last-child) {
    margin-bottom: 30px;
}

.featured-topics-wrapper .featured-topics-card .card-thumb {
    min-width: 420px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

@media (max-width: 767px) {
    .featured-topics-wrapper .featured-topics-card .card-thumb {
        min-width: 100%;
        height: 200px;
        border-radius: 15px;
    }
}

.featured-topics-wrapper .featured-topics-card .card-content {
    padding: 50px 60px;
    position: relative;
}

@media (max-width: 1180px) {
    .featured-topics-wrapper .featured-topics-card .card-content {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .featured-topics-wrapper .featured-topics-card .card-content {
        padding: 10px;
        margin-top: 20px;
    }
}

.featured-topics-wrapper .featured-topics-card .card-content h3 {
    margin-bottom: 20px;
}

.featured-topics-wrapper .featured-topics-card .card-content p {
    padding-right: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 991px) {
    .featured-topics-wrapper .featured-topics-card .card-content p {
        padding-right: 0;
    }

    .featured-topics-wrapper .profile-content {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .featured-topics-wrapper .widget-ad-banner {
        max-width: 400px;
        margin-right: 20px;
    }
}

@media (max-width: 600px) {
    .featured-topics-wrapper .profile-content {

        flex-direction: column;
    }

    .post-card-content {
        flex-direction: column;
        align-items: center;
    }
    .featured-topics-wrapper .widget-ad-banner {
    max-width: 400px;
    margin-right: 0;
    }
}

.featured-topics-wrapper .featured-topics-card .card-content h3:hover {
    color: #177ef7;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.featured-topics-wrapper .featured-topics-card .card-content .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    padding-top: 15px;
    position: relative;
}

.featured-topics-wrapper .featured-topics-card .card-content .post-meta::before {
    content: "";
    width: 60%;
    height: 1px;
    background-color: #dae6f9;
    position: absolute;
    top: 0;
    left: 0;
}

.featured-topics-wrapper .featured-topics-card .card-content .post-meta .author {
    font-size: 14px;
    color: #222222;
    margin-right: 25px;
    font-family: "Titillium Web", sans-serif;
    position: relative;
}

.featured-topics-wrapper .featured-topics-card .card-content .post-meta .author span {
    font-weight: 600;
}

.featured-topics-wrapper .featured-topics-card .card-content .post-meta .author::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #177ef7;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.featured-topics-wrapper .featured-topics-card .card-content .post-meta .post-date {
    font-size: 14px;
    color: #3d5b7d;
}

.featured-topics-wrapper .featured-topics-card .card-content .button {
    position: absolute;
    right: 60px;
    bottom: 60px;
}

@media (max-width: 1180px) {
    .featured-topics-wrapper .featured-topics-card .card-content .button {
        right: 10px;
        bottom: 10px;
    }
}

.ctg-over {
    overflow-x: auto;
    height: 345px;
}

.featured-topics-wrapper .featured-topics-card .topic-category {

    background: #e05b26;
    padding: 0px 10px;
    color: white;
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 8px;
    font-size: 14px;
    text-transform: capitalize;
}

.sidebar-widget .cat-item-link {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.sidebar-widget .cat-item {
    width: 100%;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-right: 10px;
    border: 1px solid #dae6f9;
    border-radius: 10px;
    position: relative;
}

.sidebar-widget .cat-item .cat-name {
    margin-left: 10px;
}

.sidebar-widget .cat-item .cat-button {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-widget .cat-thumb {
    min-width: 70px;
    min-height: 70px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.sidebar-widget .cat-name,
.sidebar-widget .cat-button {
    text-transform: capitalize;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
}

.sidebar-widget .cat-name span,
.sidebar-widget .cat-button span {
    font-weight: 400;
}

.sidebar-widget .cat-button {
    -ms-grid-column-align: end;
    justify-self: end;
}

/* ====================================================
   DISCUSSED POST 
 ====================================================== */
.discussed-post-wrapper {
    padding-top: 0;
}

.discussed-post-wrapper .discussed-post {
    background-color: rebeccapurple;
    border-radius: 15px;
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.discussed-post-wrapper .card-thumb {
    border-radius: 10px !important;
}

.discussed-post-wrapper .left-content {
    padding-right: 50px;
}

@media (max-width: 991px) {
    .discussed-post-wrapper .left-content {
        padding-right: 0;
    }
    .ctg-over {
      overflow-x: auto;
      height: 100%;
    }
}

.discussed-post-wrapper .post-card {
    margin: 40px;
    background: white;
    padding: 30px;
    border-radius: 15px;
    width: 55%;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (max-width: 700px) {
    .discussed-post-wrapper .post-card {
        width: 80%;
    }
}

@media (max-width: 500px) {
    .discussed-post-wrapper .post-card {
        width: 100%;
        margin: 10px;
        padding: 20px;
    }
    .header-wrapper .content-right .search-box{
      bottom: -59px;
    }
}

.discussed-post-wrapper .post-card h3 {
    margin-top: 20px;
    margin-bottom: 12px;
}

.discussed-post-wrapper .post-meta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.discussed-post-wrapper .post-meta-wrapper .meta-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 375px) {
    .discussed-post-wrapper .post-meta-wrapper .meta-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.discussed-post-wrapper .sidebar-widget {
    margin-top: 0;
}

.discussed-post-wrapper .sidebar-widget .widget-category:not(:last-child) {
    margin-bottom: 13px;
}

.discussed-post-wrapper .sidebar-widget .widget-category .cat-thumb {
    min-width: 80px;
    min-height: 80px;
    margin-right: 20px;
}

/* ====================================================
   TRENDING POST
 ====================================================== */
.trending-wrapper .container-fluid {
    padding: 0px 25px;
}

@media (max-width: 1400px) {
    .trending-wrapper .container-fluid {
        padding: 0px 10px;
    }
}

.trending-wrapper .trending-card {
    height: 100%;
    padding: 30px;
    padding-top: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.trending-wrapper .trending-card .card-content {
    z-index: 1;
}

.trending-wrapper .trending-card::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

@media (max-width: 1400px) {
    .trending-wrapper .trending-card {
        padding-top: 50px;
    }
}

.trending-wrapper .trending-card h3 {
    margin: 20px 0px;
    color: white;
}

.trending-wrapper .trending-card .author {
    font-size: 14px;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    color: white;
}

.trending-wrapper .trending-card .button {
    margin-top: 45px;
    color: white;
}

/* ====================================================
  RECENT POST
 ====================================================== */
.recent-post-wrapper .sidebar {
    min-width: 300px;
}

/*@media (max-width: 991px) {
    .recent-post-wrapper .sidebar {
        padding-right: 0;
    }
}*/

.recent-post-wrapper .main-post-card-wrapper {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .recent-post-wrapper .main-post-card-wrapper {
        margin-left: 0;
    }
}

.recent-post-wrapper .main-post-card {
    background: white;
    -webkit-box-shadow: 0px 10px 30px rgba(61, 91, 125, 0.15);
    box-shadow: 0px 10px 30px rgba(61, 91, 125, 0.15);
    position: relative;
    border-radius: 15px;
    max-width: 460px;
    margin: auto;
}

.recent-post-wrapper .main-post-card .card-thumb {
    width: 100%;
    min-height: 250px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.recent-post-wrapper.video-content .main-post-card .card-thumb{
    min-height: 220px;
    height: 220px;
}
.recent-post-wrapper .main-post-card .category {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0px 10px;
}

.recent-post-wrapper .main-post-card .card-content {
    margin-top: 15px;
    padding: 40px;
    padding-top: 0;
    padding-bottom: 30px;
}

@media (max-width: 575px) {
    .recent-post-wrapper .main-post-card .card-content {
        padding: 20px;
        padding-top: 0;
    }
}

.recent-post-wrapper .main-post-card .card-content .heading-tertiary {
    margin-top: 30px;
}

.recent-post-wrapper .main-post-card .card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #dae6f9;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

@media (max-width: 450px) {
    .recent-post-wrapper .main-post-card .card-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 450px) {
    .recent-post-wrapper .main-post-card .card-meta .meta-item::after {
        display: none;
    }
}

.recent-post-wrapper .main-post-card .card-meta .meta-item .author-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.recent-post-wrapper .main-post-card .card-meta .meta-item .author-name {
    font-size: 16px;
    font-weight: 600;
    font-family: "Advent Pro", sans-serif;
    color: #222222;
}

.recent-post-wrapper .main-post-card .card-meta .post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recent-post-wrapper .main-post-card .button {
    color: #222222;
    font-size: 30px;
    margin-top: 20px;
}

.blog-list-wrapper {
    padding-top: 35px;
}

.blog-list-wrapper .section-head {
    border-bottom: 1px solid #dae6f9;
    padding-bottom: 30px;
    margin-bottom: 38px;
}

.blog-list-wrapper .c-bredcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-list-wrapper .c-bredcrumb li {
    position: relative;
}

.blog-list-wrapper .c-bredcrumb li:not(:last-child) {
    margin-right: 10px;
    padding-right: 15px;
}

.blog-list-wrapper .c-bredcrumb li:first-child::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #177ef7;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-list-wrapper .c-bredcrumb li a {
    font-family: "Advent Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3d5b7d;
}

.blog-list-wrapper .left-content {
    padding-right: 50px;
}

@media (max-width: 991px) {
    .blog-list-wrapper .left-content {
        padding-right: 5px;
    }
}

.blog-list-wrapper .left-content .post-card {
    background-color: white;
    -webkit-box-shadow: 0px 10px 30px rgba(61, 91, 125, 0.15);
    box-shadow: 0px 10px 30px rgba(61, 91, 125, 0.15);
    border-radius: 15px;
}

.blog-list-wrapper .left-content .post-card:not(:last-child) {
    margin-bottom: 40px;
}

.blog-list-wrapper .left-content .card-thumb {
    width: 100%;
    min-height: 500px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
@media (max-width: 768px){
   .blog-list-wrapper .left-content .card-thumb{
        min-height: 400px;
    }
}
@media (max-width: 575px) {
    .blog-list-wrapper .left-content .card-thumb {
        min-height: 300px;
    }
}

.blog-list-wrapper .left-content .card-content {
    margin-top: 30px;
    padding: 40px;
    padding-top: 0;
}

@media (max-width: 575px) {
    .blog-list-wrapper .left-content .card-content {
        padding: 20px;
        padding-top: 0;
    }
    .blog-list-wrapper .left-content .card-thumb{
        min-height: 300px;
    }
}



@media (max-width: 575px) {
    .blog-list-wrapper .left-content .post-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.blog-list-wrapper .left-content .post-content h3 {
    margin-top: 0px;
}

.blog-list-wrapper .left-content .post-content p {
    margin-right: 20px;
    margin-top: 30px;
        padding-right: 20px;
  
}

@media (max-width: 575px) {
    .blog-list-wrapper .left-content .post-content p {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.blog-list-wrapper .left-content .post-content .button {
    min-width: 60px;
    min-height: 60px;
}

.blog-list-wrapper .left-content .card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dae6f9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .blog-list-wrapper .left-content .card-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 500px) {
    .blog-list-wrapper .left-content .card-meta .meta-item {
        margin-bottom: 5px;
    }
}

@media (max-width: 500px) {
    .blog-list-wrapper .left-content .card-meta .meta-item::after {
        display: none;
    }
    .blog-list-wrapper .left-content .card-meta{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.blog-list-wrapper .left-content .card-meta .meta-item .author-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

.blog-list-wrapper .left-content .card-meta .meta-item .author-name {
    font-size: 16px;
    font-weight: 600;
    font-family: "Advent Pro", sans-serif;
    color: #222222;
}

.blog-list-wrapper .left-content .card-meta .post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-list-wrapper .left-content .card-meta .category {
    padding: 0px 10px;
    margin-right: 10px;
}

.blog-list-wrapper .right-content .widget-search-box {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0px;
}

.blog-list-wrapper .right-content .widget-search-box input {
    width: 100%;
    background-color: #eef5ff;
}

.blog-list-wrapper .right-content .card-thumb {
    margin-top: 20px;
}

.blog-list-wrapper .pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.blog-list-wrapper .pagination-wrapper li:not(:last-child) {
    margin-right: 10px;
}

.blog-list-wrapper .pagination-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #dae6f9;
    border-radius: 50%;
    color: #3d5b7d;
}

.blog-list-wrapper .pagination-wrapper a.active {
    border-color: #177ef7;
    color: #177ef7;
}

.blog-list-wrapper .ad-campaign-2 {
    margin-right: 40px;
}

@media (max-width: 991px) {
    .blog-list-wrapper .ad-campaign-2 {
        margin-right: 0px;
    }
}

.single-post-wrapper {
    padding-top: 35px;
}

.single-post-wrapper .section-head {
    border-bottom: 1px solid #dae6f9;
    padding-bottom: 30px;
    margin-bottom: 38px;
}

.single-post-wrapper .left-content .post-card {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-post-wrapper .left-content .card-thumb {
    border-radius: 15px;
}

.single-post-wrapper .left-content .card-content {
    padding-left: 0;
    padding-right: 0;
}

.single-post-wrapper .left-content .card-content .heading-primary {
    margin-bottom: 30px;
}

.single-post-wrapper .left-content .body-text {
    font-size: 18px;
}

.single-post-wrapper .post-quote {
    padding: 60px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 30px rgba(61, 91, 125, 0.15);
    box-shadow: 0px 10px 30px rgba(61, 91, 125, 0.15);
    border-radius: 15px;
    position: relative;
}

@media (max-width: 575px) {
    .single-post-wrapper .post-quote {
        padding: 20px;
        padding-top: 60px;
    }
}

.single-post-wrapper .post-quote p {
    font-size: 20px;
    color: #222222;
    font-style: italic;
}

.single-post-wrapper .post-quote a {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    font-family: "Advent Pro", sans-serif;
}

.single-post-wrapper .post-quote .quote-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.single-post-wrapper .post-quote .quote-icon {
    position: absolute;
    top: -20px;
    left: 60px;
}

.single-post-wrapper .post-point {
    margin-top: 50px;
}

.single-post-wrapper .post-point p {
    margin-bottom: 20px;
}

.single-post-wrapper .post-point h3 {
    margin-bottom: 20px;
}

.single-post-wrapper .post-point .post-points {
    margin-left: 10px;
}

.single-post-wrapper .post-point .post-points li {
    margin-bottom: 20px;
}

.single-post-wrapper .tags {
    margin-top: 40px;
    border-top: 1px solid #dae6f9;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-post-wrapper .tags h3 {
    margin-right: 10px;
}

.single-post-wrapper .tags a {
    margin-bottom: 0;
}

.single-post-wrapper .author-card {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    background: #e05b26;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 15px rgba(23, 126, 247, 0.25);
    box-shadow: 0px 10px 15px rgba(23, 126, 247, 0.25);
}

@media (max-width: 575px) {
    .single-post-wrapper .author-card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-post-wrapper .author-card .card-img {
    min-height: 210px;
    max-width: 200px;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media (max-width: 575px) {
    .single-post-wrapper .author-card .card-img {
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
}

.single-post-wrapper .author-card .card-text {
    padding: 40px;
}

@media (max-width: 575px) {
    .single-post-wrapper .author-card .card-text {
        padding: 20px;
        padding-top: 40px;
    }
}

.single-post-wrapper .author-card .card-text h3 {
    margin-bottom: 20px;
    color: white;
}

.single-post-wrapper .author-card .card-text p {
    color: white;
}

.single-post-wrapper .post-navigation {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dae6f9;
    border-bottom: 1px solid #dae6f9;
    padding: 40px 0px;
}

.single-post-wrapper .post-navigation .nav-button {
    display: inline-block;
    margin-bottom: 20px;
}

.single-post-wrapper .post-navigation .nav-button span {
    margin-right: 5px;
}

.single-post-wrapper .post-navigation .nav-button {
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    font-family: "Advent Pro", sans-serif;
    text-transform: uppercase;
}

.single-post-wrapper .post-navigation .nav-next {
    text-align: right;
}

.single-post-wrapper .post-navigation .nav-next .nav-button span {
    margin-left: 5px;
}

.single-post-wrapper .post-comments {
    margin-top: 100px;
}

.single-post-wrapper .post-comments h3 {
    margin-bottom: 20px;
}

.single-post-wrapper .post-comments .comment-card {
    border: 1px solid #dae6f9;
    border-radius: 15px;
    padding: 40px;
}

.single-post-wrapper .post-comments .comment-card p {
    font-size: 16px;
}

@media (max-width: 575px) {
    .single-post-wrapper .post-comments .comment-card {
        padding: 20px;
    }
}

.single-post-wrapper .post-comments .comment-card:not(:last-child) {
    margin-bottom: 10px;
}

.single-post-wrapper .post-comments .comment-card.replay {
    background-color: #eef5ff;
    margin-left: 40px;
    border: none;
}

.single-post-wrapper .post-comments .card-meta {
    border: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.single-post-wrapper .post-comments .card-meta .meta-item .author-name {
    font-size: 18px;
}

.single-post-wrapper .post-comments .card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-post-wrapper .post-comments .card-top .button-replay {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-post-wrapper .post-comments .card-top .button-replay span {
    margin-right: 5px;
}

.single-post-wrapper .comment-box {
    margin-top: 100px;
}

.single-post-wrapper .comment-box .row>* {
    padding-right: 10px;
    padding-left: 10px;
}

.single-post-wrapper .comment-box h3 {
    margin-bottom: 20px;
}

.single-post-wrapper .comment-box .comment-form input,
.single-post-wrapper .comment-box .comment-form textarea {
    width: 100%;
    padding: 15px 20px;
    background: #eef5ff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.single-post-wrapper .comment-box .comment-form textarea {
    min-height: 120px;
}

.single-post-wrapper .comment-box .comment-form .button {
    margin-top: -10px;
}

.single-post-wrapper .ad-campaign-2 {
    margin-right: 0;
}

.ad-campaign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 200px;
    background-color: rebeccapurple;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/*.ad-campaign::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;  
  height: 100%; 
  background-color: rgba(0, 0, 0, .3);
}*/

@media (max-width: 575px) {
    .ad-campaign {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
    }
}

.ad-campaign .content-left {
    width: 45%;
    -ms-grid-column-align: end;
    justify-self: end;
    padding: 0px 40px;
    padding-left: 150px;
    z-index: 1;
}

@media (max-width: 1400px) {
    .ad-campaign .content-left {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .ad-campaign .content-left {
        padding-left: 20px;
    }
}

@media (max-width: 575px) {
    .ad-campaign .content-left {
        width: 100%;
        padding: 0;
    }
}

.ad-campaign .content-left .discount {
    display: inline-block;
    background-color: white;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 10px;
    position: relative;
}

.ad-campaign .content-left .discount::after {
    content: "";
    width: 100px;
    height: 6px;

    background: #e05b26;
    position: absolute;
    top: 50%;
    right: -120px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 15px;
}

.ad-campaign .content-right {
    width: 40%;
    -ms-grid-column-align: start;
    justify-self: start;
    padding: 0px 40px;
    z-index: 1;
}

@media (max-width: 991px) {
    .ad-campaign .content-right {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .ad-campaign .content-right {
        padding: 0;
    }
}

.ad-campaign .content-right h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    font-family: "Titillium Web", sans-serif;
}

.ad-campaign .content-right .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
}

.ad-campaign .content-right .content .button {
    min-width: 60px;
    min-height: 60px;
    margin-left: 30px;
}

@media (max-width: 575px) {
    .ad-campaign .content-right .content .button {
        min-width: 40px;
        min-height: 40px;
    }
}

.ad-campaign-2 {
    padding: 50px;
    border-radius: 15px;
}

.ad-campaign-2 .right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ad-campaign-2 .discount {
    display: inline-block;
    background-color: white;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 10px;
}

.ad-campaign-2 .button {
    min-width: 60px;
    min-height: 60px;
}

@media (max-width: 575px) {
    .ad-campaign-2 .button {
        min-width: 40px;
        min-height: 40px;
    }
}

.footer-wrapper {
    margin-top: 10px;
}

.footer-wrapper .footer-top {
    background-color: #eef5fe;
    padding: 100px 0px;
    margin: 0px 130px;
    border-radius: 15px;
}

@media (max-width: 1450px) {
    .footer-wrapper .footer-top {
        margin: 0px 10px;
    }
}

@media (max-width: 991px) {
    .footer-wrapper .footer-top {
        padding: 60px 0px;
    }
}

.footer-wrapper .footer-top .footer-heading {
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 20px;
}

.footer-wrapper .footer-top .widget-about {
    padding-right: 50px;
}

.footer-wrapper .footer-top .social-icons i {
    font-size: 20px;
}

.footer-wrapper .footer-top .social-icons a {
    color: #e05b26;
    transition: .45s;
}

.footer-wrapper .footer-top .social-icons a:hover {

    color: #177ef7;
}

.footer-wrapper .footer-bottom {
    padding: 40px 0px;
}

.footer-wrapper .footer-bottom p {
    color: #7a90aa;
    font-size: 14px;
    text-transform: capitalize;
}

.footer-wrapper .footer-bottom .bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .footer-wrapper .footer-bottom .bottom-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.footer-wrapper .footer-bottom .footer-bottom-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-wrapper .footer-bottom .footer-bottom-links a,
.footer-wrapper .footer-bottom .footer-bottom-links span {
    color: #7a90aa;
    font-size: 14px;
    text-transform: capitalize;
}

.footer-wrapper .footer-bottom .footer-bottom-links span {
    margin: 0 10px;
}

.not-found-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.not-found-wrapper .content {
    text-align: center;
}

.not-found-wrapper .content h3 {
    display: inline-block;
    text-transform: capitalize;
    margin: 20px 0px;
}

.not-found-wrapper .content .button {
    margin-top: 40px;
}
.penta-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 105px;
    line-height: 1;
    margin: auto;
}

.penta-logo .penta-logo-text {
    font-weight: 500;
    max-width: 82px;
    font-family: "Segoe UI",Tahoma,Verdana,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 5px;
    font-size: 14px;
    -webkit-transform: scale(.9) translateZ(0) translate3d(0,0,0) perspective(1px);
    -moz-transform: scale(.9) translateZ(0) translate3d(0,0,0) perspective(1px);
    transform: scale(.9) translateZ(0) translate3d(0,0,0) perspective(1px);
    text-align: right;
    -webkit-transition: .6s cubic-bezier(.77,0,.175,1) all;
    -o-transition: .6s cubic-bezier(.77,0,.175,1) all;
    -moz-transition: .6s cubic-bezier(.77,0,.175,1) all;
    transition: .6s cubic-bezier(.77,0,.175,1) all;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    will-change: max-width;

    line-height: 1.1;
}
.penta-logo .penta-logo-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.penta-logo.dark .penta-logo-text {
    color: #333;
}
.penta-logo:hover .penta-logo-text {
    opacity: 0 !important;
    max-width: 0 !important;
}
.penta-logo .penta-logo-brand .penta-logo-img {
    position: relative;
    width: 26px;
    height: 24px;
}

.penta-logo:hover .penta-logo-brand strong {
    max-width: 60px !important;
}

.penta-logo.dark .penta-logo-brand strong {
    color: #333;
}
.penta-logo .penta-logo-brand strong {
    font-weight: 500;
    overflow: hidden;
    font-size: .875rem;
    max-width: 0;
    display: block;
    font-family: "Segoe UI",Tahoma,Verdana,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 5px;
    -webkit-transform: scale(.9) translateZ(0) translate3d(0,0,0) perspective(1px);
    -moz-transform: scale(.9) translateZ(0) translate3d(0,0,0) perspective(1px);
    transform: scale(.9) translateZ(0) translate3d(0,0,0) perspective(1px);
    -webkit-transition: .6s cubic-bezier(.77,0,.175,1) all;
    -o-transition: .6s cubic-bezier(.77,0,.175,1) all;
    -moz-transition: .6s cubic-bezier(.77,0,.175,1) all;
    transition: .6s cubic-bezier(.77,0,.175,1) all;
    will-change: max-width;
    line-height: 1.1;
}
.penta-logo .penta-logo-brand .penta-logo-img .penta-logo-p {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    image-rendering: optimizequality;
}

.penta-logo .penta-logo-brand .penta-logo-img .penta-logo-y {
    width: 12px;
    height: 12px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
    position: absolute;
    left: 8px;
    top: 10px;
    -webkit-animation: penta-animation 2s linear infinite;
    -moz-animation: penta-animation 2s linear infinite;
    -o-animation: penta-animation 2s linear infinite;
    animation: penta-animation 2s linear infinite;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    image-rendering: optimizequality;
}
@media (max-width: 574px) {
  .footer-wrapper .footer-bottom .footer-bottom-links{
    justify-content: center;
  }
  .footer-wrapper .footer-bottom p{
    text-align: center;
  }
}
  @keyframes penta-animation {
    from {
      transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0)
        perspective(1px);
    }
    to {
      transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0)
        perspective(1px);
    }
  }




.custom-checkbox .field-content .field-box{
        display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 20px;
}
.custom-checkbox .radioo, .custom-checkbox .checkboxx, .custom-radio .radioo, .custom-radio .checkboxx {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 26px;
    height: 26px;
    margin-right: 15px;
}
.custom-checkbox .radioo input, .custom-checkbox .checkboxx input, .custom-radio .radioo input, .custom-radio .checkboxx input {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    margin: 0;
    z-index: 1;
}

.custom-checkbox .radioo .box, .custom-checkbox .checkboxx .box, .custom-radio .radioo .box, .custom-radio .checkboxx .box {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 0 1px #ccc;
    -moz-box-shadow: 0 0 0 1px #ccc;
    box-shadow: 0 0 0 1px #ccc;
    -webkit-transition: .25s ease box-shadow;
    -o-transition: .25s ease box-shadow;
    -moz-transition: .25s ease box-shadow;
    transition: .25s ease box-shadow;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.custom-checkbox .radioo input:hover+.box, .custom-checkbox .radioo input:focus+.box, .custom-checkbox .checkboxx input:hover+.box, .custom-checkbox .checkboxx input:focus+.box, .custom-radio .radioo input:hover+.box, .custom-radio .radioo input:focus+.box, .custom-radio .checkboxx input:hover+.box, .custom-radio .checkboxx input:focus+.box {
    -webkit-box-shadow: 0 0 0 1px #e05b26;
    -moz-box-shadow: 0 0 0 1px #e05b26;
    box-shadow: 0 0 0 1px #e05b26;
}

.custom-checkbox .radioo .box::before, .custom-checkbox .checkboxx .box::before, .custom-radio .radioo .box::before, .custom-radio .checkboxx .box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
    background-color: #e05b26;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .1s ease all;
    -o-transition: .1s ease all;
    -moz-transition: .1s ease all;
    transition: .1s ease all;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.custom-checkbox .radioo input:checked+.box::before, .custom-checkbox .checkboxx input:checked+.box::before, .custom-radio .radioo input:checked+.box::before, .custom-radio .checkboxx input:checked+.box::before {
    opacity: 1;
    visibility: visible;
}
.fancy-hidden {
    display: none;
}

.popup {
    min-width: 300px;
    max-width: 700px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 40px;
}
.popup .type{
    max-height: 500px;
        overflow-y: auto;
    padding-right: 20px;
}

    .wpcf7-response-output {
    color: white;
}

.loading {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
    .loading::after {
        content: "";
        background: unset;
        border: 3px solid rgba(146, 170, 215, 0.45);
        border-top: 3px solid #f3f3f3;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        -webkit-animation: spins 2s linear infinite;
        animation: spins 2s linear infinite;
        margin-left: 8px;
        position: absolute;
        right: 10px;
    }
@-webkit-keyframes spins {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spins {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 576px) {
    .popup{
        
    max-width: 100%;
    }
}   



.cookie-bar {
     width: fit-content;
     max-width: 100%;
     position: fixed;
     bottom: 20px;
     right: 20px;
     left: 20px;
     z-index: 100;
     margin: 0 0 0 auto;
     transition: 0.45s;
}
 .cookie-bar.hidden {
     opacity: 0;
     visibility: hidden;
     transform: translateY(10px);
}
 .cookie-bar .cookie-content {
     background: #1d1d1b;
     border-radius: 15px;
     padding: 20px;
     display: flex;
}
 .cookie-bar .cookie-content .text-field {
     display: flex;
}
 .cookie-bar .cookie-content .text-field .cookie-icon {
     margin-right: 15px;
     display: flex;
     align-items: center;
}
 .cookie-bar .cookie-content .text-field .cookie-icon path {
     fill: #fff;
}
 .cookie-bar .cookie-content .text-field .cookie-text {
     color: #fff;
     font-size: 14px;
     line-height: 1.5;
    margin: 0;
     margin-right: 15px;
     display: flex;
     align-items: center;
     width: 100%;
}
 .cookie-bar .cookie-content .button-field {
     display: flex;
}
 .cookie-bar .cookie-content .button-field .more {
     color: rgba(255, 255, 255, 0.6);
     font-size: 12px;
     white-space: nowrap;
     line-height: 1.5;
     margin-right: 15px;
     display: flex;
     align-items: center;
     transition: 0.45s;
}
 .cookie-bar .cookie-content .button-field .more:hover {
     color: #fff;
}
 .cookie-bar .cookie-content .button-field .ok {
     font-weight: bold;
     display: flex;
     align-items: center;
}
 .cookie-bar .cookie-content .button-field .ok .text {
     color: rgba(255, 255, 255, 1);
     font-size: 14px;
     white-space: nowrap;
     line-height: 1.5;
}
 .cookie-bar .cookie-content .button-field .ok .icon {
     display: flex;
     align-items: center;
     margin-left: 10px;
     transition: 0.45s;
}
 .cookie-bar .cookie-content .button-field .ok:hover .icon {
     transform: translateX(3px);
}

@media only screen and (max-width: 600px) {
  .cookie-bar .cookie-content {flex-direction: column;}
  .cookie-bar .cookie-content .text-field .cookie-text {margin-right: 0;}
  .cookie-bar .cookie-content .button-field {margin-top: 20px;}
}

@media only screen and (max-width: 425px) {
  .cookie-bar {left: 0;bottom: 0;right: 0;}
  .cookie-bar .cookie-content {border-radius: unset;}
}
