body {
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #686868;
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	height:auto;
}
a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
}
i,
span,
a {
    display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0px;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    /* color: #0a1026; */
    color: #04052E;
    font-weight: 900;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9em;
    margin: 0px;
    font-family: "Heebo", sans-serif;
    /* margin-bottom: 20px; */
}
a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a,
a:hover {
    color: #4970b5;
}
.bg-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #4970b5;
    z-index: 99999;
}
#preloader > div {
    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;
    height: 100%;
    width: 100%;
}
#preloader > div div {
    height: 40px;
    width: 40px;
    background-color: #fff;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.main-btn {
    display: inline-block;
    padding: 0 45px;
    line-height: 65px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    background-color: #4970b5;
    color: #ffffff;
    border-radius: 32px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border: none;
}
.main-btn i {
    margin-left: 10px;
}
.main-btn:hover {
    background-color: #dddddd;
    color: #111111;
}
.main-btn.main-btn-2 {
    background-color: #fff;
    color: #222;
}
.main-btn.main-btn-2:hover {
    background-color: #C1DF1F;
}
.main-btn.main-btn-3:hover {
    background-color: #12287d;
    color: #fff;
}
.section-title h2 {
    font-size: 40px;
    line-height: 1.4em;
    padding: 30px 0;
    position: relative;
    z-index: 1;
    color: #04052E;
    font-weight: 900;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h2 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .section-title h2 {
        font-size: 26px;
    }
}
.section-title h2 span {
    font-size: 220px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    line-height: 0.7;
    color: #00000014;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #0a1026;
    opacity: 0.13;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h2 span {
        font-size: 180px;
        line-height: 0.8;
    }
}
@media (max-width: 767px) {
    .section-title h2 span {
        font-size: 120px;
        line-height: 1;
    }
}
.section-title p.title-tag {
    font-size: 18px;
    font-weight: 700;
    color: #4970b5;
}
@media (max-width: 767px) {
    .section-title p.title-tag {
        font-size: 16px;
    }
}
@media (max-width: 399px) {
    .section-title p.title-tag {
        font-size: 15px;
    }
}
.section-title.left-border p.title-tag {
    position: relative;
    padding-left: 70px;
    font-family: 'Jost', sans-serif;
}
.section-title.left-border p.title-tag::before {
    position: absolute;
    left: 0;
    top: 55%;
    width: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #4970b5;
    height: 3px;
    content: "";
}
.section-title.both-border p.title-tag {
    position: relative;
    padding: 0 70px;
    display: inline-block;
}
@media (max-width: 399px) {
    .section-title.both-border p.title-tag {
        padding: 0px 50px;
    }
}
.section-title.both-border p.title-tag::before,
.section-title.both-border p.title-tag::after {
    position: absolute;
    left: 0;
    top: 55%;
    width: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #4970b5;
    height: 3px;
    content: "";
}
@media (max-width: 399px) {
    .section-title.both-border p.title-tag::before,
    .section-title.both-border p.title-tag::after {
        width: 40px;
    }
}
.section-title.both-border p.title-tag::after {
    left: auto;
    right: 0;
}
.section-title.text-center h2 span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
body.version-two {
    padding-left: 70px;
    padding-right: 70px;
}
body.version-two .blog-nag-margin {
    margin-left: -70px;
    margin-right: -70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    body.version-two .blog-nag-margin {
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    body.version-two .blog-nag-margin {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    body.version-two .blog-nag-margin {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 767px) {
    body.version-two .blog-nag-margin {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 399px) {
    body.version-two .blog-nag-margin {
        margin-left: -5px;
        margin-right: -5px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    body.version-two,
    body.version-two .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    body.version-two {
        padding-left: 15px;
        padding-right: 15px;
    }
    body.version-two .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    body.version-two {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    body.version-two {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 399px) {
    body.version-two {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
@-webkit-keyframes ripple-white {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}
@keyframes ripple-white {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}
@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}
@keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}
.header-area .welome-text {
    text-align: center;
    background-color: #636466;
    font-size: 15px;
    height: 60px;
    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;
}
@media (max-width: 767px) {
    .header-area .welome-text {
        height: auto;
        padding: 15px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .welome-text {
        padding: 20px 0;
    }
}
@media (max-width: 399px) {
    .header-area .welome-text {
        padding: 20px 10px;
    }
}
.header-area .welome-text p {
    color: #fff;
}
@media (max-width: 399px) {
    .header-area .welome-text p {
        font-size: 14px;
    }
}
.header-area .header-nav {
    position: absolute;
    /* top: 60px; */
    right: 0;
    left: 0;
    z-index: 99;
    background: transparent;
}
@media (max-width: 399px) {
    .header-area .header-nav {
        top: 70px;
    }
}
.header-area .header-nav .navigation .navbar {
    position: relative;
    padding: 0;
}
.header-area style-two .header-nav .navigation .navbar {
    padding: 20px 0px 20px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar {
        padding-right: 70px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-nav .navigation .navbar {
        padding-right: 70px;
    }
}
.header-area .header-nav .navigation .navbar .navbar-brand {
    font-size: 30px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg {
    position: relative;
    margin-top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg {
        margin-top: -20px;
    }
    .header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg img {
        max-width: 130px;
    }
}
@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg {
        margin-top: -10px;
    }
    .header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg img {
    /* max-width: 120px; */
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg {
        margin-top: -8px;
    }
}
@media (max-width: 399px) {
    .header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg {
        margin-top: 0;
    }
    .header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg img {
        max-width: 100px;
    }
}
.header-area .header-nav .navigation .navbar .navbar-brand.sticky-logo {
    display: none;
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item {
    position: relative;
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Heebo",sans-serif;
    margin: 0 10px;
    padding: 20px 10px;
    line-height: 65px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
        margin: 0 5px;
        padding: 20px 8px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
        margin: 0;
        padding: 0 30px;
        font-size: 16px;
        line-height: 50px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
}
@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
        margin: 0;
        padding: 0 30px;
        font-size: 16px;
        line-height: 50px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link i {
    margin-left: 5px;
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link i {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link i {
        display: none;
    }
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: transparent;
    color: #fff;
    border: none;
    width: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler {
        display: block;
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler i {
        display: block;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler i.fa-minus {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler {
        display: block;
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler i {
        display: block;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler i.fa-minus {
        display: none;
    }
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler.clicked i.fa-minus {
    display: block;
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler.clicked i.fa-plus {
    display: none;
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item:first-child .nav-link {
    margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item:first-child .nav-link {
        border-top: none;
    }
}
@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item:first-child .nav-link {
        border-top: none;
    }
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    left: 0;
    top: 120%;
    width: 260px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li {
    position: relative;
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:last-child {

	    border-bottom: none!important;
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
    display: block;
    padding: 8px 18px;
    position: relative;
    color: #474747;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    margin: 0 0;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Heebo",sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        padding: 0 50px;
        line-height: 50px;
        color: #fff;
        opacity: 0.75;
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a:hover {
        background-color: transparent !important;
    }
}
@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        padding: 0 50px;
        line-height: 50px;
        color: #fff;
        opacity: 0.75;
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a:hover {
        background-color: transparent !important;
    }
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a:hover {
    background-color: #4970b5;
    color: #fff !important;
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
        display: none;
    }
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: transparent;
    color: #fff;
    border: none;
    width: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler {
        display: block;
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i {
        display: block;
        position: unset;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i.fa-minus {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler {
        display: block;
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i {
        display: block;
        position: unset;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i.fa-minus {
        display: none;
    }
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler.clicked i.fa-minus {
    display: block;
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler.clicked i.fa-plus {
    display: none;
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
    position: absolute;
    left: 100%;
    top: 100%;
    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
        position: unset;
        left: 0;
        top: 0;
        width: 100%;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        z-index: 99;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: 0;
        transition: 0;
    }
}
@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
        position: unset;
        left: 0;
        top: 0;
        width: 100%;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        z-index: 99;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: 0;
        transition: 0;
    }
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0;
        transition: 0;
        z-index: 99;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none;
    }
}
@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0;
        transition: 0;
        z-index: 99;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none;
    }
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.header-area .header-nav .navigation .navbar .navbar-toggler {
    border: 0;
    position: absolute;
    right: 0;
}
.header-area .header-nav .navigation .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.header-area .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}
.header-area .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.header-area .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #636466;
        z-index: 8;
        padding: 0;
        -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    }
}
@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #636466;
        z-index: 8;
        padding: 0;
        -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    }
}
.header-area .header-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #636466;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    z-index: 999;
    -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav.sticky .navigation .navbar {
        padding: 10px 70px 10px 0;
    }
}
@media (max-width: 767px) {
    .header-area .header-nav.sticky .navigation .navbar {
        padding: 10px 70px 10px 0;
    }
}
.header-area .header-nav.sticky .navigation .navbar .navbar-brand.main-logo {
    display: none;
}
.header-area .header-nav.sticky .navigation .navbar .navbar-brand.sticky-logo {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav.sticky .navigation .navbar .navbar-nav .nav-item .nav-link {
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .header-area .header-nav.sticky .navigation .navbar .navbar-nav .nav-item .nav-link {
        line-height: 50px;
    }
}
.header-area.header-two .header-nav {
    position: unset;
    background-color: #fff;
}
.header-area.header-two .header-nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.header-area.header-two .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
    color: #0a1026;
    line-height: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-two .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
        color: #fff;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .header-area.header-two .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
        color: #fff;
        line-height: 50px;
    }
}
.header-area.header-two .header-nav .navigation .navbar .navbar-nav .nav-item.active .nav-link {
    color: #4970b5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-two .header-nav .navigation .navbar .navbar-nav .nav-item.active .nav-link {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .header-area.header-two .header-nav .navigation .navbar .navbar-nav .nav-item.active .nav-link {
        color: #fff;
    }
}
.header-area.header-two .header-nav .navigation .navbar .navbar-toggler .toggler-icon {
    background-color: #636466;
}
.header-area.header-two .header-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    z-index: 999;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
    padding: 0 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area.header-two .header-nav.sticky {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-two .header-nav.sticky {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-two .header-nav.sticky {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .header-area.header-two .header-nav.sticky {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 399px) {
    .header-area.header-two .header-nav.sticky {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.header-area.header-two .header-nav.sticky .navigation .navbar .navbar-nav .nav-item .nav-link {
    line-height: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-two .header-nav.sticky .navigation .navbar .navbar-nav .nav-item .nav-link {
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .header-area.header-two .header-nav.sticky .navigation .navbar .navbar-nav .nav-item .nav-link {
        line-height: 50px;
    }
}
.header-area.header-two .header-top {
    padding: 25px 0;
}
@media (min-width: 1400px) {
    .header-area.header-two .header-top .col-auto.d-none {
        display: block !important;
    }
}
.header-area.header-two .header-top .language-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-area.header-two .header-top .language-box .falg img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(39, 158, 100, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(39, 158, 100, 0.2);
    height: 50px;
    width: 50px;
}
.header-area.header-two .header-top .language-box .language-select .nice-select {
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #686868;
}
.header-area.header-two .header-top .contact-info ul li {
    display: inline-block;
    padding-left: 55px;
    position: relative;
    margin: 0px 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area.header-two .header-top .contact-info ul li {
        margin: 0 5px;
        padding-left: 45px;
    }
}
.header-area.header-two .header-top .contact-info ul li .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 35px;
    color: #4970b5;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area.header-two .header-top .contact-info ul li .icon {
        font-size: 25px;
    }
}
.header-area.header-two .header-top .contact-info ul li .info-top {
    font-size: 14px;
    padding-bottom: 10px;
}
.header-area.header-two .header-top .contact-info ul li h6 {
    font-size: 18px;
    font-weight: 600;
}
.header-area.header-two .header-top .social-icon ul {
    text-align: right;
}
.header-area.header-two .header-top .social-icon ul li {
    display: inline-block;
}
.header-area.header-two .header-top .social-icon ul li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #dde4fb;
    text-align: center;
    font-size: 18px;
    color: #717fb2;
    border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area.header-two .header-top .social-icon ul li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 15px;
    }
}
.hero-section .single-hero-slide {
    position: relative;
	overflow: hidden;
    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;
    height: 925px;
    background-color: #ffffff;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
@media (max-width: 767px) {
    .hero-section .single-hero-slide {
        height: 700px;
    }
}
@media (max-width: 399px) {
    .hero-section .single-hero-slide {
        height: 600px;
    }
}
.hero-section .single-hero-slide::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
	z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 16, 38, 0.94902)), color-stop(79%, rgba(10, 16, 38, 0.47)), to(rgba(10, 16, 38, 0)));
    background: linear-gradient(-180deg, rgba(10, 16, 38, 0.94902) 0%, rgba(10, 16, 38, 0.47) 79%, rgba(10, 16, 38, 0) 100%);
}
.hero-section .single-hero-slide .hero-content {
	position: relative;
    color: #fff;
	z-index: 5;
}
.hero-section .single-hero-slide .hero-content .promo-text {
    font-size: 20px;
    padding-bottom: 10px;
    display: block;
}
@media (max-width: 767px) {
    .hero-section .single-hero-slide .hero-content .promo-text {
        font-size: 15px;
    }
}
@media (max-width: 399px) {
    .hero-section .single-hero-slide .hero-content .promo-text {
        font-size: 14px;
    }
}
.hero-section .single-hero-slide .hero-content h1 {
    color: #fff;
    font-size: 100px;
    line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .single-hero-slide .hero-content h1 {
        font-size: 78px;
    }
}
@media (max-width: 767px) {
    .hero-section .single-hero-slide .hero-content h1 {
        font-size: 40px;
    }
}
@media (max-width: 399px) {
    .hero-section .single-hero-slide .hero-content h1 {
        font-size: 32px;
    }
}
.hero-section .single-hero-slide .hero-content h1 span {
    display: block;
    font-weight: 300;
}
.hero-section .single-hero-slide .hero-content .btn-wrap {
    margin-top: 40px;
}
.hero-section .single-hero-slide .hero-content .btn-wrap .main-btn {
    margin: 0 5px;
}
@media (max-width: 767px) {
    .hero-section .single-hero-slide .hero-content .btn-wrap .main-btn {
        padding: 0 23px;
        line-height: 50px;
        font-size: 14px;
    }
}
@media (max-width: 399px) {
    .hero-section .single-hero-slide .hero-content .btn-wrap .main-btn {
        margin: 0 2px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 45px;
    }
    .hero-section .single-hero-slide .hero-content .btn-wrap .main-btn i {
        margin-left: 5px;
    }
}
.hero-section .single-hero-slide .hero-content > * {
    -webkit-transition: all 0.8s ease-out 0.5s;
    transition: all 0.8s ease-out 0.5s;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    visibility: hidden;
}
.hero-section .single-hero-slide .hero-content .promo-text {
    -webkit-transition: all 0.8s ease-out 0.5s;
    transition: all 0.8s ease-out 0.5s;
}
.hero-section .single-hero-slide .hero-content h1 {
    -webkit-transition: all 0.8s ease-out 0.7s;
    transition: all 0.8s ease-out 0.7s;
}
.hero-section .single-hero-slide .hero-content .btn-wrap {
    -webkit-transition: all 0.8s ease-out 0.9s;
    transition: all 0.8s ease-out 0.9s;
}
.hero-section .single-hero-slide.slick-active .hero-content > * {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.hero-section .slick-arrow {
    position: absolute;
    left: 4%;
    top: 50%;
    z-index: 9;
    height: 60px;
    width: 60px;
    background: #C1DF1F;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #111111;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
.hero-section .slick-arrow.next-arrow {
    left: auto;
    right: 4%;
}
.hero-section .slick-arrow:hover {
    background-color: #4970b5;
    color: #fff;
}
.hero-section:hover .slick-arrow {
    left: 8%;
    opacity: 1;
    visibility: visible;
}
@media (max-width: 767px) {
    .hero-section:hover .slick-arrow {
        opacity: 0;
        visibility: hidden;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-section:hover .slick-arrow {
        left: 5%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-section:hover .slick-arrow {
        left: 2%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section:hover .slick-arrow {
        left: 5px;
    }
}
.hero-section:hover .slick-arrow.next-arrow {
    left: auto;
    right: 8%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-section:hover .slick-arrow.next-arrow {
        right: 5%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-section:hover .slick-arrow.next-arrow {
        right: 2%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section:hover .slick-arrow.next-arrow {
        right: 5px;
    }
}
.hero-section-two {
    position: relative;
}
.hero-section-two .single-hero-slider {
    position: relative;
    height: 925px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-section-two .single-hero-slider {
        height: 700px;
    }
}
@media (max-width: 767px) {
    .hero-section-two .single-hero-slider {
        height: 600px;
    }
}

.hero-section-two .single-hero-slider .hero-content{
	position: relative;
	z-index: 5;
	font-family: 'Jost', sans-serif;
	color: #00224f;
}
.hero-section-two .single-hero-slider::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(10, 16, 38, 0.90196)), color-stop(79%, rgba(10, 16, 38, 0.45)), to(rgba(10, 16, 38, 0)));
    background: linear-gradient(90deg, rgba(10, 16, 38, 0.90196) 0%, rgba(10, 16, 38, 0.45) 79%, rgba(10, 16, 38, 0) 100%);
}
.hero-section-two .single-hero-slider .hero-content p {
    font-size: 24px;
    line-height: 1.667;
    color: #fff;
    font-family: 'Jost', sans-serif;
    /* color: #00224f; */
    font-weight: 700;
}
@media (max-width: 767px) {
    .hero-section-two .single-hero-slider .hero-content p {
        font-size: 18px;
    }
}
.hero-section-two .single-hero-slider .hero-content h1 {
    color: #fff;
    font-size: 110px;
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-section-two .single-hero-slider .hero-content h1 {
        font-size: 75px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-section-two .single-hero-slider .hero-content h1 {
        font-size: 75px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section-two .single-hero-slider .hero-content h1 {
        font-size: 64px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-section-two .single-hero-slider .hero-content h1 {
        font-size: 50px;
    }
}
@media (max-width: 574px) {
    .hero-section-two .single-hero-slider .hero-content h1 {
        font-size: 40px;
    }
}
@media (max-width: 399px) {
    .hero-section-two .single-hero-slider .hero-content h1 {
        font-size: 36px;
    }
}
.hero-section-two .single-hero-slider .hero-content h1 span {
    display: block;
    font-weight: 300;
    font-size: 100px;
    line-height: 1.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-section-two .single-hero-slider .hero-content h1 span {
        font-size: 68px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-section-two .single-hero-slider .hero-content h1 span {
        font-size: 68px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section-two .single-hero-slider .hero-content h1 span {
        font-size: 55px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-section-two .single-hero-slider .hero-content h1 span {
        font-size: 44px;
    }
}
@media (max-width: 574px) {
    .hero-section-two .single-hero-slider .hero-content h1 span {
        font-size: 34px;
    }
}
.hero-section-two .single-hero-slider .hero-content h1 span span.first-letter {
    display: inline-block;
    background-color: #4970b5;
    color: #ffffff;
    border-radius: 0 25px 25px 25px;
    line-height: 1;
    padding: 5px 10px;
    position: relative;
    margin-left: -10px;
    margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section-two .single-hero-slider .hero-content h1 span span.first-letter {
        margin-right: 4px;
    }
}
@media (max-width: 767px) {
    .hero-section-two .single-hero-slider .hero-content h1 span span.first-letter {
        margin-right: 4px;
    }
}
.hero-section-two .single-hero-slider .hero-content .btn-wrap {
    margin-top: 50px;
}
.hero-section-two .single-hero-slider .hero-content .btn-wrap .main-btn {
    margin: 0 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-section-two .single-hero-slider .hero-content .btn-wrap .main-btn {
        line-height: 53px;
        padding: 0 30px;
    }
}
@media (max-width: 574px) {
    .hero-section-two .single-hero-slider .hero-content .btn-wrap .main-btn {
        line-height: 50px;
        padding: 0 18px;
        margin: 0;
    }
}
@media (max-width: 399px) {
    .hero-section-two .single-hero-slider .hero-content .btn-wrap .main-btn {
        padding: 0 30px;
        margin: 0;
        margin-bottom: 10px;
    }
}
.hero-section-two .single-hero-slider .hero-content > * {
    -webkit-transition: all 0.8s ease-out 0.5s;
    transition: all 0.8s ease-out 0.5s;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    visibility: hidden;
}
.hero-section-two .single-hero-slider .hero-content h1 {
    -webkit-transition: all 0.8s ease-out 0.5s;
    transition: all 0.8s ease-out 0.5s;
    font-family: 'Jost', sans-serif;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.3em;
}
.hero-section-two .single-hero-slider .hero-content p {
    -webkit-transition: all 0.8s ease-out 0.7s;
    transition: all 0.8s ease-out 0.7s;
}
.hero-section-two .single-hero-slider .hero-content .btn-wrap {
    -webkit-transition: all 0.8s ease-out 0.9s;
    transition: all 0.8s ease-out 0.9s;
}
.hero-section-two .single-hero-slider.slick-active .hero-content > * {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.hero-section-two .slider-arrow {
    text-align: right;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero-section-two .slider-arrow .slick-arrow {
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    text-align: center;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 58px;
    border-radius: 50%;
    margin-left: auto;
    margin-bottom: 15px;
}
.hero-section-two .slider-arrow .slick-arrow:hover {
    background-color: #4970b5; /* #C1DF1F; */
    color: #ffffff;
    border-color: transparent;
}
.single-feature-box {
    background-color: #4970b5;
    text-align: center;
    padding: 80px 55px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-feature-box {
        padding: 50px 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-feature-box {
        padding: 55px 25px;
    }
}
@media (max-width: 767px) {
    .single-feature-box {
        padding: 50px 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-feature-box {
        padding: 50px 75px;
    }
}
.single-feature-box,
.single-feature-box a,
.single-feature-box p,
.single-feature-box i,
.single-feature-box h4 {
    color: #fff;
}
.single-feature-box h4.title {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 32px;
    line-height: 1.333;
}
@media (max-width: 399px) {
    .single-feature-box h4.title {
        font-size: 20px;
    }
}
.single-feature-box .line {
    position: relative;
    height: 3px;
    width: 60px;
    background-color: #fff;
    margin-bottom: 30px;
}
.single-feature-box .line::before,
.single-feature-box .line::after {
    position: absolute;
    left: -30px;
    top: 0;
    height: 3px;
    width: 20px;
    content: "";
    background-color: #fff;
}
.single-feature-box .line::after {
    left: auto;
    right: -30px;
}
.single-feature-box .learn-more {
    font-size: 35px;
    margin-top: 35px;
    display: inline-block;
}
.single-feature-box .icon {
    margin-bottom: 20px;
}
.single-feature-box .icon i {
    font-size: 115px;
}
.single-feature-box .feature-count {
    font-size: 80px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    line-height: 0.325;
    position: absolute;
    top: 50%;
    left: calc(-50% + 20px);
    -webkit-transform: translateY(-50%) matrix(0, -1, 1, 0, 0, 0);
    transform: translateY(-50%) matrix(0, -1, 1, 0, 0, 0);
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: 0.1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-feature-box .feature-count {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .single-feature-box .feature-count {
        font-size: 75px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-feature-box .feature-count {
        left: calc(-20% + 20px);
    }
}
@media (max-width: 399px) {
    .single-feature-box .feature-count {
        font-size: 60px;
    }
}
.single-feature-box.active {
    background-color: #636466;
}
.single-feature-box.style-two {
    background-color: transparent;
    padding: 0 25px;
    background-color: #fff;
    -webkit-box-shadow: 0px 16px 60px 0px rgba(201, 201, 201, 0.21);
    box-shadow: 0px 16px 60px 0px rgba(201, 201, 201, 0.21);
    margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-feature-box.style-two {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-feature-box.style-two {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .single-feature-box.style-two {
        padding: 0;
    }
}
.single-feature-box.style-two,
.single-feature-box.style-two a,
.single-feature-box.style-two p,
.single-feature-box.style-two i {
    color: #686868;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single-feature-box.style-two h4.title {
    letter-spacing: -1px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single-feature-box.style-two h4.title a {
    color: #0a1026;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .single-feature-box.style-two h4.title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-feature-box.style-two h4.title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-feature-box.style-two h4.title {
        font-size: 22px;
    }
}
.single-feature-box.style-two .featre-content {
    padding: 40px 12px 40px 12px;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-feature-box.style-two .featre-content {
        padding: 40px 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-feature-box.style-two .featre-content {
        padding: 40px 15px;
    }
}
@media (max-width: 767px) {
    .single-feature-box.style-two .featre-content {
        padding: 40px 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-feature-box.style-two .featre-content {
        padding: 40px 30px;
    }
}
.single-feature-box.style-two .featre-content .feature-count {
    font-size: 220px;
    line-height: 1;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.13;
    letter-spacing: -3px;
    -webkit-text-stroke: 1px #0a1026;
}
.single-feature-box.style-two .learn-more {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    padding-bottom: 4px;
}
.single-feature-box.style-two .learn-more i {
    font-size: 16px;
    margin-left: 10px;
}
.single-feature-box.style-two .learn-more::after,
.single-feature-box.style-two .learn-more::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #686868;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}
.single-feature-box.style-two .learn-more::before {
    background-color: #4970b5;
    width: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}
.single-feature-box.style-two .feature-thumb {
    overflow: hidden;
}
.single-feature-box.style-two .feature-thumb .thumb {
    background-size: cover;
    background-position: center;
    background-color: #4970b5;
    width: 100%;
    height: 255px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.single-feature-box.style-two.active h4.title a,
.single-feature-box.style-two.active .learn-more,
.single-feature-box.style-two.active i {
    color: #4970b5;
}
.single-feature-box.style-two.active .learn-more::before {
    visibility: visible;
    width: 100%;
    opacity: 1;
}
.single-feature-box.style-two.active .feature-thumb .thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.feature-section {
    position: relative;
    margin-top: -80px;
    z-index: 2;
}
.about-section .about-text,
.about-section .video-text,
.about-section .video-wrap {
    padding: 0 45px;
}
@media (max-width: 767px) {
    .about-section .about-text,
    .about-section .video-text,
    .about-section .video-wrap {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-img {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .about-section .about-img {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .video-text {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .about-section .video-text {
        margin-bottom: 40px;
    }
}
.about-section .video-text h3 {
    font-size: 30px;
    margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section .video-text h3 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .about-section .video-text h3 {
        font-size: 24px;
    }
}
@media (max-width: 399px) {
    .about-section .video-text h3 {
        font-size: 20px;
    }
}
.about-section .video-text .watch-video-link {
    position: relative;
    color: #4970b5;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 3px;
    margin-top: 40px;
    padding-right: 30px;
}
.about-section .video-text .watch-video-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 30px);
    height: 2px;
    background-color: #4970b5;
}
.about-section .video-text .watch-video-link::before {
    content: "\f144";
    position: absolute;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-section .video-bg {
    width: 100%;
    height: 260px;
    position: relative;
    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;
    z-index: 1;
}
.about-section .video-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #636466;
    opacity: 0.6;
    z-index: -1;
}
.about-section .video-bg .popup-video {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: #4970b5;
    line-height: 60px;
    text-align: center;
}
.about-section .video-bg .popup-video::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    border-radius: 50%;
}
.about-section .video-bg .popup-video::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1.5s linear infinite;
    animation: ripple-white 1.5s linear infinite;
    border-radius: 50%;
}
.about-section-two {
    background-color: #eff2f7;
}
.about-section-two .about-left {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section-two .about-left {
        margin-bottom: 100px;
    }
}
.about-section-two .about-left::after {
    position: absolute;
    content: "";
    right: -30px;
    bottom: -30px;
    width: 100%;
    height: 338px;
    background-color: #6cbe03;
    z-index: -1;
}
@media (max-width: 767px) {
    .about-section-two .about-left::after {
        right: -15px;
        bottom: -15px;
    }
}
.about-section-two .about-left .about-tag {
    position: absolute;
    left: -95px;
    top: -70px;
    z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .about-section-two .about-left .about-tag {
        left: -30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section-two .about-left .about-tag {
        left: -45px;
    }
}
@media (max-width: 767px) {
    .about-section-two .about-left .about-tag {
        left: -15px;
        top: -75px;
    }
}
.about-section-two .about-text {
    padding-left: 25px;
}
@media (max-width: 767px) {
    .about-section-two .about-text {
        margin-top: 60px;
    }
}
@media (max-width: 574px) {
    .about-section-two .about-text {
        padding-left: 0;
    }
}
.about-section-two .about-text .chart-list {
    margin-top: 30px;
}
.about-section-two .about-text .chart-list .single-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
@media (max-width: 574px) {
    .about-section-two .about-text .chart-list .single-chart {
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }
}
.about-section-two .about-text .chart-list .single-chart:last-child {
    margin-bottom: 0;
}
.about-section-two .about-text .chart-list .single-chart .chart {
    position: relative;
}
.about-section-two .about-text .chart-list .single-chart .chart .percent {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #4970b5;
}
.about-section-two .about-text .chart-list .single-chart .chart-desc {
    padding-left: 30px;
}
@media (max-width: 574px) {
    .about-section-two .about-text .chart-list .single-chart .chart-desc {
        padding-left: 0;
        padding-top: 20px;
    }
}
.about-section-two .about-text .chart-list .single-chart .chart-desc h4 {
    margin-bottom: 15px;
}
@media (max-width: 574px) {
    .about-section-two .about-text .chart-list .single-chart .chart-desc h4 {
        font-size: 18px;
    }
}
.service-section {
    padding-top: 100px;
    padding-bottom: 300px;
    background-color: #0a1026;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.service-section.service-page {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 130px;
}
.service-section.service-page .single-service {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(206, 212, 222, 0.68);
    box-shadow: 0px 10px 30px 0px rgba(206, 212, 222, 0.68);
}
.service-section .section-title.white-color h2 {
    color: #fff;
}
@media (max-width: 399px) {
    .service-section .section-title.white-color h2 {
        font-size: 21px;
    }
}
.service-section .section-title.white-color h2 span {
    -webkit-text-stroke: 1px #fff;
}
@media (max-width: 399px) {
    .service-section .section-title.white-color p.title-tag {
        padding: 0px 64px;
    }
}
.single-service {
    margin-top: 30px;
}
.single-service .service-bg {
    background-color: #3c4f5b;
    width: 100%;
    height: 280px;
    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;
    background-size: cover;
    background-position: center;
    position: relative;
}

.single-service .service-bg span.service-count {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 250px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    opacity: .65;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service .service-bg span.service-count {
        font-size: 180px;
    }
}
@media (max-width: 399px) {
    .single-service .service-bg span.service-count {
        font-size: 150px;
    }
}
.single-service .service-bg .service-link {
    position: absolute;
    right: 30px;
    bottom: -37.5px;
    width: 75px;
    height: 75px;
    z-index: 2;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: #111111;
    background-color: #4970b5; /* #C1DF1F*/
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(245, 130, 32, .5); /* rgba(255, 198, 0, 0.57); */
    box-shadow: 0px 10px 30px 0px rgba(245, 130, 32, .5); /* rgba(255, 198, 0, 0.57); */
    border: 5px solid #fff;
}
.single-service .service-content {
    padding: 30px 90px 30px 30px;
    background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-service .service-content {
        padding: 50px 30px 30px 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service .service-content {
        padding: 50px 55px 30px 30px;
    }
}
@media (max-width: 767px) {
    .single-service .service-content {
        padding: 40px 30px;
    }
}
.single-service .service-content,
.single-service .service-content p,
.single-service .service-content h4 {
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.single-service .service-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
}
.single-service.active .service-content {
    background-color: #4970b5;
}
.single-service.active .service-content p,
.single-service.active .service-content h4 {
    color: #fff;
}
.single-service-two {
    margin-top: 60px;
}
.single-service-two .service-content h4 {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.single-service-two .service-content .service-link {
    font-size: 35px;
    color: #686868;
    line-height: 0.743;
    margin-top: 30px;
    display: inline-block;
}
.single-service-two:hover .service-img img {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.single-service-two:hover .service-link,
.single-service-two:hover h4 a {
    color: #4970b5;
}
.service-details-wrap .details-content .title {
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 25px;
}
@media (max-width: 574px) {
    .service-details-wrap .details-content .title {
        font-size: 30px;
    }
}
.service-details-wrap .details-content .main-thumb {
    margin-bottom: 20px;
    padding-top: 10px;
}
.service-details-wrap .details-content .service-list li {
    padding-left: 80px;
    position: relative;
    min-height: 60px;
    margin-bottom: 20px;
}
@media (max-width: 574px) {
    .service-details-wrap .details-content .service-list li {
        padding-left: 0;
    }
}
.service-details-wrap .details-content .service-list li:last-child {
    margin-bottom: 0;
}
.service-details-wrap .details-content .service-list li p {
    margin-bottom: 0;
}
.service-details-wrap .details-content .service-list li span.icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #4970b5;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}
@media (max-width: 574px) {
    .service-details-wrap .details-content .service-list li span.icon {
        display: none;
    }
}
.service-details-wrap .details-content p {
    margin-bottom: 30px;
    /* display: none; */
}
.service-details-wrap .details-content p:last-child {
    margin-bottom: 0;
}
.service-details-wrap .details-content .sub-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #04052E;
    font-weight: 700;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-details-wrap .details-content .sub-title {
        font-size: 30px;
    }
}
@media (max-width: 574px) {
    .service-details-wrap .details-content .sub-title {
        font-size: 25px;
        margin-bottom: 20px;
    }
}
.service-details-wrap .details-content .srevice-gallery {
    margin: 15px 0;
}
.service-details-wrap .details-content .srevice-gallery .gallery-img img {
    width: 100%;
}
.service-details-wrap .details-content .srevice-gallery .gallery-img.video {
    position: relative;
}
@media (max-width: 574px) {
    .service-details-wrap .details-content .srevice-gallery .gallery-img.video {
        margin-top: 30px;
    }
}
.service-details-wrap .details-content .srevice-gallery .gallery-img.video::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #636466;
    content: "";
    opacity: 0.75;
}
.service-details-wrap .details-content .srevice-gallery .gallery-img.video .video-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.service-details-wrap .details-content .srevice-gallery .gallery-img.video .video-wrap .popup-video {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: #4970b5;
    line-height: 60px;
    text-align: center;
}
.service-details-wrap .details-content .srevice-gallery .gallery-img.video .video-wrap .popup-video::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    border-radius: 50%;
}
.service-details-wrap .details-content .srevice-gallery .gallery-img.video .video-wrap .popup-video::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1.5s linear infinite;
    animation: ripple-white 1.5s linear infinite;
    border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details-wrap .service-sidebar {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .service-details-wrap .service-sidebar {
        margin-top: 100px;
    }
}
.service-details-wrap .service-sidebar .widget {
    border: 2px solid #e5e5e5;
    padding: 50px;
    margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service-details-wrap .service-sidebar .widget {
        padding: 50px 25px;
    }
}
@media (max-width: 574px) {
    .service-details-wrap .service-sidebar .widget {
        padding: 40px 25px;
    }
}
.service-details-wrap .service-sidebar .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #04052E;
    font-weight: 900;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service-details-wrap .service-sidebar .widget .widget-title {
        font-size: 22px;
    }
}
@media (max-width: 574px) {
    .service-details-wrap .service-sidebar .widget .widget-title {
        font-size: 22px;
    }
}
.service-details-wrap .service-sidebar .widget .widget-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #4970b5;
    content: "";
}
.service-details-wrap .service-sidebar .widget.ad-widget {
    padding: 0;
    border: none;
}
.service-details-wrap .service-sidebar .widget.services-widget ul li {
    font-size: 18px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.service-details-wrap .service-sidebar .widget.services-widget ul li a {
    color: #686868;
    display: block;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #04052E;
    font-weight: 600;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
.service-details-wrap .service-sidebar .widget.services-widget ul li a:hover {
    color: #4970b5;
}
.service-details-wrap .service-sidebar .widget.services-widget ul li i {
    float: right;
    font-size: 14px;
}
.service-details-wrap .service-sidebar .widget.services-widget ul li::after {
    display: block;
    clear: both;
    content: "";
}
.service-details-wrap .service-sidebar .widget.services-widget ul li:last-child {
    margin-bottom: 0;
}
.service-details-wrap .service-sidebar .widget.services-widget ul li:hover {
    padding-left: 10px;
}
.service-details-wrap .service-sidebar .widget.about-widget {
    text-align: center;
}
.service-details-wrap .service-sidebar .widget.about-widget img {
    border-radius: 50%;
    max-width: 180px;
    max-height: 180px;
    margin-bottom: 40px;
}
.service-details-wrap .service-sidebar .widget.about-widget .widget-title {
    padding-bottom: 0;
}
.service-details-wrap .service-sidebar .widget.about-widget .widget-title::after {
    display: none;
}
.service-details-wrap .service-sidebar .widget.about-widget ul {
    margin-top: 20px;
}
.service-details-wrap .service-sidebar .widget.about-widget ul li {
    display: inline-block;
    margin: 0px 10px;
}
.service-details-wrap .service-sidebar .widget.about-widget ul li a {
    color: #686868;
}
.service-details-wrap .service-sidebar .widget.about-widget ul li a:hover {
    color: #4970b5;
}
.experience-section {
    position: relative;
    margin-top: -170px;
}
.experience-section .experience-inner {
    background-color: #4970b5;
    position: relative;
    z-index: 1;
}
@media (min-width: 1400px) {
    .experience-section .experience-inner {
        margin-left: -100px;
        margin-right: -100px;
    }
}
.experience-section .experience-inner::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: url(../img/experience-1.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
@media (max-width: 574px) {
    .experience-section .experience-inner::after {
        display: none;
    }
}
.experience-section .experience-inner .col-xl-4.custom-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36.666667%;
    flex: 0 0 36.666667%;
    max-width: 36.666667%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-section .experience-inner .col-xl-4.custom-width {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
@media (max-width: 767px) {
    .experience-section .experience-inner .col-xl-4.custom-width {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.experience-section .experience-inner .col-xl-8.custom-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.333333%;
    flex: 0 0 63.333333%;
    max-width: 63.333333%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-section .experience-inner .col-xl-8.custom-width {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
@media (max-width: 767px) {
    .experience-section .experience-inner .col-xl-8.custom-width {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.experience-section .experience-inner .experience-bg {
    height: 100%;
    background-size: cover;
    background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-section .experience-inner .experience-bg {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .experience-section .experience-inner .experience-bg {
        height: 500px;
    }
}
.experience-section .experience-inner .experience-content {
    padding-top: 55px;
    padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-section .experience-inner .experience-content {
        padding: 60px;
    }
}
@media (max-width: 767px) {
    .experience-section .experience-inner .experience-content {
        padding: 40px;
    }
}
@media (max-width: 399px) {
    .experience-section .experience-inner .experience-content {
        padding: 40px 20px;
    }
}
.experience-section .experience-inner .experience-content .section-title h2,
.experience-section .experience-inner .experience-content .section-title .title-tag {
    color: #fff;
}
.experience-section .experience-inner .experience-content .section-title .title-tag::before {
    background-color: #fff;
}
.experience-section .experience-inner .experience-content .experience-list li {
    position: relative;
    margin-bottom: 50px;
    padding-left: 90px;
}
@media (max-width: 767px) {
    .experience-section .experience-inner .experience-content .experience-list li {
        padding-left: 70px;
        font-size: 14px;
    }
}
.experience-section .experience-inner .experience-content .experience-list li:last-child {
    margin-bottom: 0;
}
.experience-section .experience-inner .experience-content .experience-list li span.icon {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 60px;
    width: 60px;
    background-color: #fff;
    color: #4970b5;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    z-index: 1;
}
@media (max-width: 767px) {
    .experience-section .experience-inner .experience-content .experience-list li span.icon {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 30px;
    }
}
.experience-section .experience-inner .experience-content .experience-list li::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background-color: #fff;
    opacity: 0.22;
    content: "";
}
@media (max-width: 767px) {
    .experience-section .experience-inner .experience-content .experience-list li::after {
        height: 40px;
        width: 40px;
    }
}
.experience-section .experience-inner .experience-content .experience-list li h4,
.experience-section .experience-inner .experience-content .experience-list li p {
    color: #fff;
}
.experience-section .experience-inner .experience-content .experience-list li h4 {
    font-size: 24px;
    line-height: 1.167;
    margin-bottom: 15px;
    font-weight: 600;
}
@media (max-width: 399px) {
    .experience-section .experience-inner .experience-content .experience-list li h4 {
        font-size: 22px;
    }
}
.experience-section-two .video-wrap .video-bg {
    width: 100%;
    height: 490px;
    position: relative;
    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;
    z-index: 1;
}
.experience-section-two .video-wrap .video-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #636466;
    opacity: 0.6;
    z-index: -1;
}
.experience-section-two .video-wrap .video-bg .popup-video {
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #fff;
    color: #4970b5;
    line-height: 80px;
    text-align: center;
}
.experience-section-two .video-wrap .video-bg .popup-video::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    border-radius: 50%;
}
.experience-section-two .video-wrap .video-bg .popup-video::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1.5s linear infinite;
    animation: ripple-white 1.5s linear infinite;
    border-radius: 50%;
}
.experience-section-two .experience-content {
    padding: 0 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-section-two .experience-content {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-section-two .experience-content {
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .experience-section-two .experience-content {
        padding: 0;
        padding-top: 50px;
    }
}
.experience-section-two .experience-content h3 {
    font-size: 40px;
    margin-bottom: 25px;
    /* font-weight: 600; */
    color: #04052E;
    font-weight: 900;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-section-two .experience-content h3 {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .experience-section-two .experience-content h3 {
        font-size: 24px;
    }
}
@media (max-width: 399px) {
    .experience-section-two .experience-content h3 {
        font-size: 22px;
    }
}
.experience-section-two .experience-content .experience-list {
    margin-top: 30px;
}
.experience-section-two .experience-content .experience-list li {
    position: relative;
    margin-bottom: 50px;
    padding-left: 90px;
}
.experience-section-two .experience-content .experience-list li:last-child {
    margin-bottom: 0;
}
.experience-section-two .experience-content .experience-list li span.icon {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 60px;
    width: 60px;
    background-color: #4970b5;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    z-index: 1;
}
.experience-section-two .experience-content .experience-list li::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background-color: #4970b5;
    opacity: 0.22;
    content: "";
}
.experience-section-two .experience-content .experience-list li h4 {
    font-size: 24px;
    line-height: 1.167;
    margin-bottom: 15px;
    font-weight: 600;
    color: #04052E;
    /* font-weight: 900; */
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
@media (max-width: 399px) {
    .experience-section-two .experience-content .experience-list li h4 {
        font-size: 20px;
    }
}
.single-member-box {
    position: relative;
    margin-bottom: 100px;
}
.single-member-box .team-img {
    overflow: hidden;
}
.single-member-box .team-img img {
    width: 100%;
}
.single-member-box:hover .team-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-member-box .team-content {
    text-align: center;
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(201, 201, 201, 0.48);
    box-shadow: 0px 10px 30px 0px rgba(201, 201, 201, 0.48);
    background-color: #fff;
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: -40px;
    top: auto;
    padding: 30px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-member-box .team-content {
        left: 20px;
        right: 20px;
        padding: 30px 10px;
    }
}
@media (max-width: 399px) {
    .single-member-box .team-content {
        left: 20px;
        right: 20px;
    }
}
.single-member-box .team-content h4 {
    font-size: 20px;
    /* letter-spacing: -1px; */
    margin-bottom: 10px;
    font-weight: 700;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-member-box .team-content h4 {
        font-size: 20px;
    }
}
.single-member-box .team-content .team-post {
    font-size: 15px;
    color: #6a6a6a;
    font-weight: 500;
    line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-member-box .team-content .team-post {
        font-size: 14px;
    }
}
.single-member-box .team-content .social-icons {
    margin-top: 20px;
    display: none;
}
.single-member-box .team-content .social-icons li {
    display: inline-block;
}
.single-member-box .team-content .social-icons li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    background-color: #e9f5ef;
    color: #4970b5;
    line-height: 35px;
    font-size: 13px;
    margin: 0px 5px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.single-member-box .team-content .social-icons li a:hover {
    background-color: #4970b5;
    color: #fff;
}
.single-project-box {
    position: relative;
}
.single-project-box .project-img {
    overflow: hidden;
}
.single-project-box .project-img img {
    width: 100%;
}
.single-project-box:hover .project-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-project-box .project-content {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: auto;
    background-color: #fff;
    padding: 35px 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-project-box .project-content {
        padding: 30px 20px;
    }
}
@media (max-width: 767px) {
    .single-project-box .project-content {
        padding: 30px 20px;
    }
}
@media (max-width: 399px) {
    .single-project-box .project-content {
        left: 10px;
        right: 10px;
    }
}
.single-project-box .project-content h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
@media (max-width: 399px) {
    .single-project-box .project-content h4 {
        font-size: 20px;
    }
}
.single-project-box .project-content .read-more-btn a {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #4970b5;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
}
.single-project-box .project-content .read-more-btn a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4970b5;
    content: "";
    bottom: 0;
}
@media (max-width: 399px) {
    .single-project-box .project-content .read-more-btn a {
        font-size: 14px;
    }
}
.single-project-box .project-content .hide-text,
.single-project-box .project-content .read-more-btn {
    display: none;
}
.single-project-box:hover .project-content {
    padding: 45px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-project-box:hover .project-content {
        padding: 30px 20px;
    }
}
@media (max-width: 767px) {
    .single-project-box:hover .project-content {
        padding: 30px 20px;
    }
}
.single-project-two {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.single-project-two::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4970b5;
    content: "";
}
.single-project-two .project-img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.single-project-two .project-content {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 2;
}
.single-project-two .project-content h4,
.single-project-two .project-content span {
    color: #fff;
}
.single-project-two .project-content h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-project-two .project-content h4 {
        font-size: 20px;
    }
}
.single-project-two .project-link {
    color: #fff;
    position: absolute;
    right: 35px;
    top: 0;
    font-size: 50px;
    color: #fff;
    z-index: 2;
    line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-project-two .project-link {
        font-size: 30px;
        right: 20px;
    }
}
.single-project-two::after,
.single-project-two .project-content,
.single-project-two .project-link {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}
.single-project-two:hover::after {
    visibility: visible;
    opacity: 0.83;
}
.single-project-two:hover .project-content {
    visibility: visible;
    opacity: 1;
    left: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-project-two:hover .project-content {
        left: 15px;
    }
}
.single-project-two:hover .project-link {
    opacity: 1;
    visibility: visible;
    top: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-project-two:hover .project-link {
        top: 20px;
    }
}
.project-filter {
    text-align: center;
    margin-bottom: 50px;
}
.project-filter ul li {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0 10px;
    cursor: pointer;
    padding: 10px;
    color: #0a1026;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .project-filter ul li {
        margin: 0 8px;
    }
}
.project-filter ul li.active,
.project-filter ul li:hover {
    color: #4970b5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-filter ul li {
        font-size: 15px;
        margin: 0;
        padding: 10px 5px;
    }
}
@media (max-width: 767px) {
    .project-filter ul li {
        display: block;
        margin: 0;
        text-align: left;
        padding: 5px;
    }
    .project-filter ul li:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-filter ul li {
        display: inline-block;
        font-size: 15px;
    }
}
.project-area .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.project-details-wrap .details-content .title {
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
}
@media (max-width: 574px) {
    .project-details-wrap .details-content .title {
        font-size: 30px;
    }
}
.project-details-wrap .details-content .project-list li {
    padding-left: 80px;
    position: relative;
    min-height: 60px;
    margin-bottom: 20px;
}
@media (max-width: 574px) {
    .project-details-wrap .details-content .project-list li {
        padding-left: 0;
    }
}
.project-details-wrap .details-content .project-list li:last-child {
    margin-bottom: 0;
}
.project-details-wrap .details-content .project-list li p {
    margin-bottom: 0;
}
.project-details-wrap .details-content .project-list li span.icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #4970b5;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}
@media (max-width: 574px) {
    .project-details-wrap .details-content .project-list li span.icon {
        display: none;
    }
}
.project-details-wrap .details-content p {
    margin-bottom: 30px;
}
.project-details-wrap .details-content p:last-child {
    margin-bottom: 0;
}
.project-details-wrap .details-content .sub-title {
    font-size: 30px;
    /* font-weight: 600; */
    margin-bottom: 30px;
}
@media (max-width: 574px) {
    .project-details-wrap .details-content .sub-title {
        font-size: 25px;
        margin-bottom: 20px;
    }
}
.project-details-wrap .details-content .project-gallery {
    margin: 45px 0;
}
.project-details-wrap .details-content .project-gallery .gallery-img img {
    width: 100%;
}
.project-details-wrap .details-content .project-gallery .gallery-img.video {
    position: relative;
}
@media (max-width: 574px) {
    .project-details-wrap .details-content .project-gallery .gallery-img.video {
        margin-top: 30px;
    }
}
.project-details-wrap .details-content .project-gallery .gallery-img.video::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #636466;
    content: "";
    opacity: 0.75;
}
.project-details-wrap .details-content .project-gallery .gallery-img.video .video-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.project-details-wrap .details-content .project-gallery .gallery-img.video .video-wrap .popup-video {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: #4970b5;
    line-height: 60px;
    text-align: center;
}
.project-details-wrap .details-content .project-gallery .gallery-img.video .video-wrap .popup-video::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    border-radius: 50%;
}
.project-details-wrap .details-content .project-gallery .gallery-img.video .video-wrap .popup-video::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1.5s linear infinite;
    animation: ripple-white 1.5s linear infinite;
    border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details-wrap .project-sidebar {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .project-details-wrap .project-sidebar {
        margin-top: 100px;
    }
}
.project-details-wrap .project-sidebar .widget {
    padding: 55px 40px;
    background-color: #f0f8f4;
    position: relative;
    margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .project-details-wrap .project-sidebar .widget {
        padding: 50px 30px;
    }
}
@media (max-width: 574px) {
    .project-details-wrap .project-sidebar .widget {
        padding: 40px 25px;
    }
}
.project-details-wrap .project-sidebar .widget::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    content: "";
    background-color: #4970b5;
}
.project-details-wrap .project-sidebar .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .project-details-wrap .project-sidebar .widget .widget-title {
        font-size: 22px;
    }
}
@media (max-width: 574px) {
    .project-details-wrap .project-sidebar .widget .widget-title {
        font-size: 22px;
    }
}
.project-details-wrap .project-sidebar .widget .widget-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 3px;
    background-color: #4970b5;
    content: "";
}
.project-details-wrap .project-sidebar .widget.project-information ul li {
    font-size: 18px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .project-details-wrap .project-sidebar .widget.project-information ul li {
        font-size: 16px;
    }
}
@media (max-width: 574px) {
    .project-details-wrap .project-sidebar .widget.project-information ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }
}
.project-details-wrap .project-sidebar .widget.project-information ul li:last-child {
    margin-bottom: 0;
}
.project-details-wrap .project-sidebar .widget.project-information ul li span {
    font-weight: 700;
    color: #0a1026;
    padding-left: 5px;
}
.project-details-wrap .project-sidebar .widget.form-widget form input,
.project-details-wrap .project-sidebar .widget.form-widget form textarea {
    width: 100%;
    height: 60px;
    background-color: #fff;
    padding-left: 30px;
    border: none;
    margin-bottom: 10px;
}
.project-details-wrap .project-sidebar .widget.form-widget form input,
.project-details-wrap .project-sidebar .widget.form-widget form textarea,
.project-details-wrap .project-sidebar .widget.form-widget form ::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.project-details-wrap .project-sidebar .widget.form-widget form input,
.project-details-wrap .project-sidebar .widget.form-widget form textarea,
.project-details-wrap .project-sidebar .widget.form-widget form :-ms-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.project-details-wrap .project-sidebar .widget.form-widget form input,
.project-details-wrap .project-sidebar .widget.form-widget form textarea,
.project-details-wrap .project-sidebar .widget.form-widget form ::-ms-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.project-details-wrap .project-sidebar .widget.form-widget form input,
.project-details-wrap .project-sidebar .widget.form-widget form textarea,
.project-details-wrap .project-sidebar .widget.form-widget form ::placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.project-details-wrap .project-sidebar .widget.form-widget form textarea {
    height: 120px;
    padding-top: 25px;
}
.project-details-wrap .project-sidebar .widget.ad-widget {
    padding: 0;
    background-color: transparent;
}
.project-details-wrap .project-sidebar .widget.ad-widget::before {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .recent-project .section-title h2 {
        font-size: 40px;
    }
}
.statistics-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 280px;
    z-index: 1;
}
@media (max-width: 767px) {
    .statistics-section {
        padding-bottom: 180px;
    }
}
.statistics-section::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    opacity: 0.87;
    background-color: #636466;
}
.statistics-section .statistics-text {
    color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .statistics-section .statistics-text {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .statistics-section .statistics-text {
        margin-bottom: 40px;
    }
}
.statistics-section .statistics-text .section-title h2,
.statistics-section .statistics-text .section-title p {
    color: #fff;
}
.statistics-section .statistics-text .section-title p.title-tag::before {
    background-color: #fff;
}
.statistics-section .statistics-text .section-title h2 span {
    -webkit-text-stroke: 1px #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .statistics-section .statistics-text .section-title h2 span {
        line-height: 1;
    }
}
.statistics-section .counter-box {
    margin-bottom: 55px;
}
.statistics-section .counter-box p {
    font-weight: 700;
    color: #fff;
    padding-left: 32px;
}
@media (max-width: 574px) {
    .statistics-section .counter-box p {
        text-align: center;
        padding-left: 0;
    }
}
.statistics-section .counter-box .counter-title {
    font-size: 50px;
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    padding-top: 35px;
    padding-left: 30px;
    text-align: left;
    font-weight: 600;
}
@media (max-width: 574px) {
    .statistics-section .counter-box .counter-title {
        text-align: center;
        padding-left: 0;
    }
}
.statistics-section .counter-box .counter-title span.box-count {
    font-size: 120px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    line-height: 0.8;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: 0.13;
    font-weight: 700;
}
@media (max-width: 574px) {
    .statistics-section .counter-box .counter-title span.box-count {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.statistics-section .counter-box .counter-title span.counter-num {
    position: relative;
    /* color: #04052E; */
    font-weight: 900;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
    font-size: 40px;
}
.statistics-section .counter-box .counter-title span.counter-num::before {
    position: absolute;
    right: -20px;
    top: -15px;
    font-size: 24px;
    content: "+";
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.statistics-section.with-video {
    padding-top: 250px;
    padding-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .statistics-section.with-video {
        padding-top: 200px;
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .statistics-section.with-video {
        padding-top: 180px;
        padding-bottom: 50px;
    }
}
@media (max-width: 574px) {
    .statistics-section.with-video {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}
.statistics-section.with-video .video {
    margin-bottom: 150px;
    text-align: center;
}
@media (max-width: 574px) {
    .statistics-section.with-video .video {
        margin-bottom: 100px;
    }
}
.statistics-section.with-video .video a {
    height: 150px;
    width: 150px;
    text-align: center;
    color: #4970b5;
    font-size: 30px;
    line-height: 150px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}
.statistics-section.with-video .video a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    border-radius: 50%;
}
.statistics-section.with-video .video a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1.5s linear infinite;
    animation: ripple-white 1.5s linear infinite;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .statistics-section.with-video .video a {
        height: 100px;
        width: 100px;
        line-height: 100px;
    }
}
.cta-section {
    position: relative;
    z-index: 1;
    margin-top: -215px;
}
@media (max-width: 767px) {
    .cta-section {
        margin-top: -115px;
    }
}
.cta-section .cta-inner {
    position: relative;
    background-color: #C1DF1F;
    padding: 120px 0;
    z-index: 1;
    text-align: center;
}
@media only screen and (min-width: 1400px) {
    .cta-section .cta-inner {
        margin-left: -100px;
        margin-right: -100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-section .cta-inner {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .cta-section .cta-inner {
        padding: 60px 0;
    }
}
.cta-section .cta-inner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/cta-bg.png);
    background-position: center;
    background-size: cover;
    z-index: -1;
    content: "";
}
.cta-section .cta-inner .cta-text span {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-section .cta-inner .cta-text span {
        font-size: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .cta-section .cta-inner .cta-text span {
        font-size: 14px;
        padding-bottom: 10px;
    }
}
.cta-section .cta-inner .cta-text h1 {
    font-size: 60px;
    font-weight: 600;
    color: #111111;
    line-height: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-section .cta-inner .cta-text h1 {
        font-size: 35px;
        line-height: 45px;
    }
}
@media (max-width: 767px) {
    .cta-section .cta-inner .cta-text h1 {
        font-size: 22px;
        line-height: 32px;
    }
}
.cta-section-two {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.cta-section-two::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    opacity: 0.79;
    background-color: #0a1026;
}
.cta-section-two,
.cta-section-two span,
.cta-section-two h1 {
    color: #fff;
}
.cta-section-two span {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px;
    /* color: #04052E; */
    font-weight: 700;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-section-two span {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .cta-section-two span {
        font-size: 14px;
        margin-bottom: 20px;
    }
}
.cta-section-two h1 {
    font-size: 60px;
    line-height: 1.167;
    margin-bottom: 40px;
    /* color: #04052E; */
    font-weight: 900;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-section-two h1 {
        font-size: 40px;
        line-height: 1.4;
    }
}
@media (max-width: 767px) {
    .cta-section-two h1 {
        font-size: 22px;
        line-height: 1.4;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta-section-two h1 {
        font-size: 34px;
        line-height: 1.4;
    }
}
@media (max-width: 767px) {
    .cta-section-two .main-btn {
        padding: 0px 40px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-section.pb-130 {
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .appointment-section.pb-130 {
        padding-bottom: 80px;
    }
}
.appointment-section .appointment-text {
    height: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 80px;
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appointment-section .appointment-text {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-section .appointment-text {
        padding: 80px;
    }
}
@media (max-width: 767px) {
    .appointment-section .appointment-text {
        padding: 40px 30px;
    }
}
@media (max-width: 399px) {
    .appointment-section .appointment-text {
        padding: 40px 20px;
    }
}
.appointment-section .appointment-text::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0a1026;
    content: "";
    z-index: -2;
    opacity: 0.85;
}
.appointment-section .appointment-text::after {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    top: 30px;
    border: 1px solid #fff;
    z-index: -1;
    content: "";
    background-color: transparent;
    opacity: 0.13;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appointment-section .appointment-text::after {
        left: 15px;
        right: 15px;
        bottom: 15px;
        top: 15px;
    }
}
@media (max-width: 767px) {
    .appointment-section .appointment-text::after {
        left: 15px;
        right: 15px;
        bottom: 15px;
        top: 15px;
    }
}
@media (max-width: 399px) {
    .appointment-section .appointment-text::after {
        left: 10px;
        right: 10px;
        bottom: 10px;
        top: 10px;
    }
}
.appointment-section .appointment-text .section-title h2,
.appointment-section .appointment-text .section-title p {
    color: #fff;
}
.appointment-section .appointment-text .section-title p.title-tag::before {
    background-color: #fff;
}
.appointment-section .appointment-text .section-title h2 span {
    -webkit-text-stroke: 1px #fff;
}
.appointment-section .appointment-text .read-more-btn a {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #C1DF1F;
    margin-top: 30px;
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
}
.appointment-section .appointment-text .read-more-btn a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C1DF1F;
    content: "";
    bottom: 0;
}
.appointment-section .appointment-form .form-title {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 35px 0;
}
@media (max-width: 767px) {
    .appointment-section .appointment-form .form-title {
        padding: 25px 0;
    }
}
.appointment-section .appointment-form .form-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #29a268;
    opacity: 0.7;
    content: "";
}
.appointment-section .appointment-form .form-title h2 {
    font-size: 40px;
    color: #fff;
    /* color: #04052E; */
    font-weight: 900;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
@media (max-width: 767px) {
    .appointment-section .appointment-form .form-title h2 {
        font-size: 24px;
    }
}
.appointment-section .appointment-form form {
    background-size: cover;
    background-position: center;
    /* background-color: #f6f8ff; */
    padding: 60px 100px 75px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appointment-section .appointment-form form {
        padding: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-section .appointment-form form {
        padding: 80px;
    }
}
@media (max-width: 767px) {
    .appointment-section .appointment-form form {
        padding: 40px 30px;
    }
}
@media (max-width: 399px) {
    .appointment-section .appointment-form form {
        padding: 40px 20px;
    }
}
.appointment-section .appointment-form form input,
.appointment-section .appointment-form form textarea,
.appointment-section .appointment-form form select,
.appointment-section .appointment-form form .nice-select {
    width: 100%;
    border-radius: 5px;
    height: 70px;
    background-color: #fff;
    border: none;
    padding-left: 30px;
    padding-right: 50px;
    line-height: 70px;
}
.appointment-section .appointment-form form .nice-select .list {
    width: 100%;
}
.appointment-section .appointment-form form .nice-select::after {
    right: 30px;
    font-size: 16px;
    border: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
    -webkit-transform: rotate(0);
    transform: rotate(0);
    height: auto;
    width: auto;
    color: #4970b5;
    line-height: 75px;
    top: 0;
    margin-top: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
.appointment-section .appointment-form form input,
.appointment-section .appointment-form form textarea,
.appointment-section .appointment-form form ::-webkit-input-placeholder,
.appointment-section .appointment-form form select {
    font-size: 16px;
    color: #686868;
}
.appointment-section .appointment-form form input,
.appointment-section .appointment-form form textarea,
.appointment-section .appointment-form form :-ms-input-placeholder,
.appointment-section .appointment-form form select {
    font-size: 16px;
    color: #686868;
}
.appointment-section .appointment-form form input,
.appointment-section .appointment-form form textarea,
.appointment-section .appointment-form form ::-ms-input-placeholder,
.appointment-section .appointment-form form select {
    font-size: 16px;
    color: #686868;
}
.appointment-section .appointment-form form input,
.appointment-section .appointment-form form textarea,
.appointment-section .appointment-form form ::placeholder,
.appointment-section .appointment-form form select {
    font-size: 16px;
    color: #686868;
}
.appointment-section .appointment-form form textarea {
    height: 165px;
    padding-right: 30px;
    padding-top: 30px;
    line-height: 1;
}
.appointment-section .appointment-form form .input-group {
    position: relative;
}
.appointment-section .appointment-form form .input-group span.icon {
    position: absolute;
    right: 30px;
    color: #4970b5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.appointment-section .appointment-form form button {
    border: none;
}
@media (max-width: 399px) {
    .appointment-section .appointment-form form button {
        width: 100%;
        padding: 0;
    }
}
.appointment-section-two {
    position: relative;
    margin-top: -215px;
    z-index: 2;
}
@media (max-width: 767px) {
    .appointment-section-two {
        margin-top: -115px;
    }
}
.appointment-section-two .form-title {
    background-color: #4970b5;
    padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-section-two .form-title {
        padding: 30px 50px;
    }
}
@media (max-width: 574px) {
    .appointment-section-two .form-title {
        padding: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .appointment-section-two .form-title {
        padding: 30px 40px;
    }
}
@media (max-width: 399px) {
    .appointment-section-two .form-title {
        padding: 20px;
    }
}
.appointment-section-two .form-title h3 {
    font-size: 40px;
    color: #fff;
    line-height: 1;
    /* color: #04052E; */
    font-weight: 900;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
@media (max-width: 574px) {
    .appointment-section-two .form-title h3 {
        font-size: 26px;
    }
}
@media (max-width: 399px) {
    .appointment-section-two .form-title h3 {
        font-size: 22px;
    }
}
.appointment-section-two .appointment-form {
    background-color: #f6f8ff;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-section-two .appointment-form {
        padding: 50px;
    }
}
@media (max-width: 574px) {
    .appointment-section-two .appointment-form {
        padding: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .appointment-section-two .appointment-form {
        padding: 40px;
    }
}
@media (max-width: 399px) {
    .appointment-section-two .appointment-form {
        padding: 30px 20px;
    }
}
.appointment-section-two .appointment-form::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    content: "";
    background-image: url(../img/app-form-map.png);
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-section-two .appointment-form::after {
        background-size: cover;
    }
}
.appointment-section-two .appointment-form form input,
.appointment-section-two .appointment-form form textarea,
.appointment-section-two .appointment-form form select,
.appointment-section-two .appointment-form form .nice-select {
    width: 100%;
    border-radius: 5px;
    height: 70px;
    background-color: #fff;
    border: none;
    padding-left: 30px;
    padding-right: 50px;
    line-height: 70px;
}
@media (max-width: 399px) {
    .appointment-section-two .appointment-form form input,
    .appointment-section-two .appointment-form form textarea,
    .appointment-section-two .appointment-form form select,
    .appointment-section-two .appointment-form form .nice-select {
        padding-left: 20px;
        padding-right: 35px;
    }
}
.appointment-section-two .appointment-form form .nice-select .list {
    width: 100%;
}
.appointment-section-two .appointment-form form .nice-select::after {
    right: 30px;
    font-size: 16px;
    border: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
    -webkit-transform: rotate(0);
    transform: rotate(0);
    height: auto;
    width: auto;
    color: #4970b5;
    line-height: 75px;
    top: 0;
    margin-top: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
@media (max-width: 399px) {
    .appointment-section-two .appointment-form form .nice-select::after {
        right: 15px;
    }
}
.appointment-section-two .appointment-form form input,
.appointment-section-two .appointment-form form textarea,
.appointment-section-two .appointment-form form ::-webkit-input-placeholder,
.appointment-section-two .appointment-form form select {
    font-size: 16px;
    color: #686868;
}
.appointment-section-two .appointment-form form input,
.appointment-section-two .appointment-form form textarea,
.appointment-section-two .appointment-form form :-ms-input-placeholder,
.appointment-section-two .appointment-form form select {
    font-size: 16px;
    color: #686868;
}
.appointment-section-two .appointment-form form input,
.appointment-section-two .appointment-form form textarea,
.appointment-section-two .appointment-form form ::-ms-input-placeholder,
.appointment-section-two .appointment-form form select {
    font-size: 16px;
    color: #686868;
}
.appointment-section-two .appointment-form form input,
.appointment-section-two .appointment-form form textarea,
.appointment-section-two .appointment-form form ::placeholder,
.appointment-section-two .appointment-form form select {
    font-size: 16px;
    color: #686868;
}
.appointment-section-two .appointment-form form textarea {
    height: 165px;
    padding-right: 30px;
    padding-top: 30px;
    line-height: 1;
}
.appointment-section-two .appointment-form form .input-group {
    position: relative;
}
.appointment-section-two .appointment-form form .input-group span.icon {
    position: absolute;
    right: 30px;
    color: #4970b5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 399px) {
    .appointment-section-two .appointment-form form .input-group span.icon {
        right: 15px;
    }
}
.appointment-section-two .appointment-form form button {
    border: none;
    width: 100%;
}
.testimonial-section {
    position: relative;
    background-color: #4970b5;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 230px;
}
@media (max-width: 767px) {
    .testimonial-section {
        padding-bottom: 130px;
    }
}
.testimonial-section::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/testimonial-bg.png);
    background-size: cover;
    background-position: center;
    content: "";
}
.testimonial-section .section-title h2,
.testimonial-section .section-title p.title-tag {
    color: #fff;
}
.testimonial-section .section-title h2 span {
    -webkit-text-stroke: 1px #fff;
}
.testimonial-section .section-title p.title-tag::before,
.testimonial-section .section-title p.title-tag::after {
    background-color: #fff;
}
.testimonial-section .single-testimonial {
    padding-left: 70px;
    padding-top: 20px;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-section .single-testimonial {
        padding-left: 45px;
    }
}
@media (max-width: 767px) {
    .testimonial-section .single-testimonial {
        padding-left: 45px;
    }
}
@media (max-width: 399px) {
    .testimonial-section .single-testimonial {
        padding-left: 25px;
        padding-top: 10px;
    }
}
.testimonial-section .single-testimonial .testimonial-author {
    padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-section .single-testimonial .testimonial-author {
        padding-left: 120px;
    }
}
@media (max-width: 767px) {
    .testimonial-section .single-testimonial .testimonial-author {
        padding-left: 80px;
    }
}
@media (max-width: 399px) {
    .testimonial-section .single-testimonial .testimonial-author {
        padding-left: 70px;
    }
}
.testimonial-section .single-testimonial .testimonial-author,
.testimonial-section .single-testimonial .testimonial-author h4 {
    color: #fff;
    font-weight: 700;
}
.testimonial-section .single-testimonial .testimonial-author h4 {
    font-size: 24px;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .testimonial-section .single-testimonial .testimonial-author h4 {
        font-size: 20px;
    }
}
.testimonial-section .single-testimonial .testimonial-author .author-pro {
    font-weight: 700;
}
@media (max-width: 767px) {
    .testimonial-section .single-testimonial .testimonial-author .author-pro {
        font-size: 13px;
    }
}
.testimonial-section .single-testimonial .testimonial-content {
    padding: 30px;
    background-color: #fff;
    margin-top: 20px;
    padding-left: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-section .single-testimonial .testimonial-content {
        padding: 60px 30px 40px;
    }
}
@media (max-width: 767px) {
    .testimonial-section .single-testimonial .testimonial-content {
        padding: 60px 30px 40px;
    }
}
.testimonial-section .single-testimonial .testimonial-content .rating {
    margin-top: 25px;
}
.testimonial-section .single-testimonial .testimonial-content .rating li {
    display: inline-block;
    margin-right: 6px;
    color: #C1DF1F;
}
.testimonial-section .single-testimonial .author-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 140px;
    width: 140px;
    z-index: 2;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.68);
    box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.68);
}
@media (max-width: 767px) {
    .testimonial-section .single-testimonial .author-img {
        width: 100px;
        height: 100px;
        border-width: 5px;
    }
}
@media (max-width: 399px) {
    .testimonial-section .single-testimonial .author-img {
        width: 85px;
        height: 85px;
    }
}
.testimonial-section ul.slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -100px;
}
@media (max-width: 767px) {
    .testimonial-section ul.slick-dots {
        bottom: -60px;
    }
}
.testimonial-section ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.testimonial-section ul.slick-dots li button {
    font-size: 0;
    height: 20px;
    width: 20px;
    border: 3px solid #fff;
    background: transparent;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .testimonial-section ul.slick-dots li button {
        height: 10px;
        width: 10px;
        border-width: 2px;
    }
}
.testimonial-section ul.slick-dots li.slick-active button {
    background: #fff;
}
.testimonial-section.style-two {
    background-color: #eff2f7;
}
.testimonial-section.style-two .section-title p.title-tag {
    color: #4970b5;
}
.testimonial-section.style-two .section-title h2 {
    /* color: #0a1026; */
    color: #04052E;
    font-weight: 900;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
    font-size: 40px;
}
.testimonial-section.style-two .section-title h2 span {
    -webkit-text-stroke: 1px #0a1026;
}
.testimonial-section.style-two .section-title p.title-tag::before,
.testimonial-section.style-two .section-title p.title-tag::after {
    background-color: #4970b5;
}
.testimonial-section.style-two .single-testimonial .testimonial-author h4 {
    color: #0a1026;
    color: #04052E;
    font-weight: 700;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
    font-size: 24px;
}
.testimonial-section.style-two .single-testimonial .testimonial-author .author-pro {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial-section.style-two .single-testimonial .author-img {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(206, 212, 222, 0.68);
    box-shadow: 0px 10px 30px 0px rgba(206, 212, 222, 0.68);
    border-radius: 50%;
}
.testimonial-section.style-two ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.testimonial-section.style-two ul.slick-dots li button {
    border-color: #4970b5;
}
.testimonial-section.style-two ul.slick-dots li.slick-active button {
    background: #4970b5;
}
.single-latest-post {
    margin-bottom: 30px;
    position: relative;
}
.single-latest-post .post-thumb {
    overflow: hidden;
}
.single-latest-post .post-thumb a {
    display: block;
}
.single-latest-post .post-thumb .thumb {
    background-size: cover;
    background-position: center;
    background-color: #3c4f5b;
    width: 100%;
    height: 270px;
    display: block;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.single-latest-post:hover .post-thumb .thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-latest-post .post-link {
    position: absolute;
    right: 30px;
    top: 270px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 75px;
    height: 75px;
    z-index: 2;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: #111111;
    background-color: #C1DF1F;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 198, 0, 0.57);
    box-shadow: 0px 10px 30px 0px rgba(255, 198, 0, 0.57);
    border: 5px solid #fff;
}
.single-latest-post .post-content {
    background-color: #fff;
    padding: 25px 40px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-latest-post .post-content {
        padding: 25px 30px 40px;
    }
}
@media (max-width: 767px) {
    .single-latest-post .post-content {
        padding: 30px 25px 40px;
    }
}
.single-latest-post .post-content a {
    color: #686868;
}
.single-latest-post .post-content .post-author i,
.single-latest-post .post-content .published-date i,
.single-latest-post .post-content .comments i {
    margin-right: 10px;
}
.single-latest-post .post-content .published-date {
    margin-right: 20px;
}
.single-latest-post .post-content h4 {
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-latest-post .post-content h4 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .single-latest-post .post-content h4 {
        font-size: 20px;
    }
}
.single-latest-post .post-content h4 a {
    color: #0a1026;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single-latest-post .post-content h4 a:hover {
    color: #4970b5;
}
.brand-section {
    position: relative;
    background-color: #4970b5;
    padding: 90px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-section {
        padding: 80px 0;
    }
}
.brand-section .shape-one {
    border-radius: 50%;
    background: linear-gradient(-137deg, #a8c40a 0%, #f87a11 100%);
    position: absolute;
    width: 153px;
    height: 153px;
    top: -76.5px;
    right: 150px;
    z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .brand-section .shape-one {
        right: 20px;
        height: 100px;
        width: 100px;
        top: -50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .brand-section .shape-one {
        width: 100px;
        height: 100px;
        top: -50px;
        right: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-section .shape-one {
        width: 100px;
        height: 100px;
        top: -50px;
        right: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brand-section .shape-one {
        width: 100px;
        height: 100px;
        top: -50px;
        right: 10px;
    }
}
@media (max-width: 767px) {
    .brand-section .shape-one {
        display: none;
    }
}
.brand-section .shape-two {
    left: 160px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(#fd983b), to(#e61c56));
    background: linear-gradient(0deg, #fd983b 0%, #e61c56 100%);
    position: absolute;
    width: 89px;
    height: 89px;
    bottom: -44.4px;
    z-index: 2;
	display:none;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .brand-section .shape-two {
        left: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .brand-section .shape-two {
        left: 20px;
        width: 50px;
        height: 50px;
        bottom: -25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-section .shape-two {
        left: 20px;
        width: 50px;
        height: 50px;
        bottom: -25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brand-section .shape-two {
        left: 20px;
        width: 50px;
        height: 50px;
        bottom: -25px;
    }
}
@media (max-width: 767px) {
    .brand-section .shape-two {
        display: none;
    }
}
.breadcrumb-area {
    padding-top:110px;
    padding-bottom:110px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #222222;
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .breadcrumb-area {
        padding-top: 280px;
        padding-bottom: 150px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
        padding-top: 250px;
        padding-bottom: 120px;
    }
}
@media (max-width: 767px) {
    .breadcrumb-area {
        padding-top: 220px;
        padding-bottom: 100px;
    }
}
.breadcrumb-area::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a1026), color-stop(79%, rgba(10, 16, 38, 0.58)), to(rgba(10, 16, 38, 0.16863)));
    background: linear-gradient(-180deg, #0a1026 0%, rgba(10, 16, 38, 0.58) 79%, rgba(10, 16, 38, 0.16863) 100%);
}
.breadcrumb-area .breadcrumb-text h1.page-title {
    font-size: 50px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area .breadcrumb-text h1.page-title {
        font-size: 70px;
    }
}
@media (max-width: 767px) {
    .breadcrumb-area .breadcrumb-text h1.page-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
}
@media (max-width: 399px) {
    .breadcrumb-area .breadcrumb-text h1.page-title {
        font-size: 34px;
    }
}
.breadcrumb-area .breadcrumb-text ul li {
    display: inline-block;
    font-size: 24px;
}
@media (max-width: 767px) {
    .breadcrumb-area .breadcrumb-text ul li {
        font-size: 16px;
    }
}
.breadcrumb-area .breadcrumb-text ul li,
.breadcrumb-area .breadcrumb-text ul li a {
    color: #fff;
}
.breadcrumb-area .breadcrumb-text ul li.sep {
    font-size: 18px;
    margin: 0 15px;
}
@media (max-width: 767px) {
    .breadcrumb-area .breadcrumb-text ul li.sep {
        font-size: 14px;
        margin: 0px 10px;
    }
}
.pricing-box {
    background-color: #fff;
    position: relative;
    padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .pricing-box {
        padding: 50px 30px;
    }
}
@media (max-width: 399px) {
    .pricing-box {
        padding: 50px 30px;
    }
}
.pricing-box,
.pricing-box .pricing-title,
.pricing-box p,
.pricing-box .price-tag {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.pricing-box .pricing-title {
    font-size: 30px;
    line-height: 1.143;
    font-weight: 600;
    color: #04052E;
    font-weight: 900;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
.pricing-box p {
    margin-bottom: 30px;
}
.pricing-box .price-tag {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 54px;
    line-height: 1;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    color: #4970b5;
    padding-left: 30px;
    /* color: #04052E; */
    font-weight: 900;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
@media (max-width: 399px) {
    .pricing-box .price-tag {
        font-size: 70px;
    }
}
.pricing-box .price-tag::after {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 40px;
    line-height: 1;
    content: "$";
    color: #4970b5;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.pricing-box .main-btn {
    margin-top: 10px;
}
.pricing-box .main-btn:hover {
    color: #4970b5;
}
.pricing-box .pricing-icon {
    position: absolute;
    right: 40px;
    top: 30px;
    opacity: 0.1;
    z-index: 1;
}
.pricing-box .pricing-icon img {
    max-width: 84px;
}
.pricing-box.active {
    background-color: #4970b5;
}
.pricing-box.active .pricing-title,
.pricing-box.active p,
.pricing-box.active .price-tag,
.pricing-box.active .price-tag::after {
    color: #fff;
}
.pricing-box.active .main-btn {
    background-color: #fff;
    color: #4970b5;
}
.pricing-boxes {
    background-color: #f0f8f4;
}
.faq-wrap {
    position: relative;
}
.faq-wrap .faq-accordion .card {
    border: none;
}
.faq-wrap .faq-accordion .card .card-header {
    background-color: transparent;
    border: none;
    position: relative;
    margin: 0;
    padding: 0;
}
.faq-wrap .faq-accordion .card .card-header button {
    font-size: 18px;
    color: #0a1026;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: left;
    padding: 22px 0;
    border-bottom: 2px solid #e2e2e2;
    padding-right: 50px;
    color: #04052E;
    font-weight: 700;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-wrap .faq-accordion .card .card-header button {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .faq-wrap .faq-accordion .card .card-header button {
        font-size: 16px;
    }
}
.faq-wrap .faq-accordion .card .card-header button .open-icon,
.faq-wrap .faq-accordion .card .card-header button .close-icon {
    position: absolute;
    height: 45px;
    width: 45px;
    right: 0;
    top: 50%;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq-wrap .faq-accordion .card .card-header button .close-icon {
    visibility: hidden;
}
.faq-wrap .faq-accordion .card .card-header button .open-icon {
    visibility: visible;
}
.faq-wrap .faq-accordion .card .card-header button.active-accordion {
    border-color: #4970b5;
    color: #4970b5;
}
.faq-wrap .faq-accordion .card .card-header button.active-accordion .close-icon {
    visibility: visible;
}
.faq-wrap .faq-accordion .card .card-header button.active-accordion .open-icon {
    visibility: hidden;
}
.faq-wrap .faq-accordion .card .card-body {
    padding: 20px 0 10px 0;
    font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-sidebar {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .faq-sidebar {
        margin-top: 100px;
    }
}
.faq-sidebar .widget {
    position: relative;
    margin-bottom: 40px;
}
.faq-sidebar .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-sidebar .widget .widget-title {
        font-size: 22px;
    }
}
@media (max-width: 574px) {
    .faq-sidebar .widget .widget-title {
        font-size: 22px;
    }
}
.faq-sidebar .widget .widget-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 3px;
    background-color: #4970b5;
    content: "";
}
.faq-sidebar .widget.form-widget form input,
.faq-sidebar .widget.form-widget form textarea {
    width: 100%;
    height: 60px;
    background-color: #fff;
    padding-left: 30px;
    border: none;
    margin-bottom: 10px;
    background-color: #f0f8f4;
}
.faq-sidebar .widget.form-widget form input,
.faq-sidebar .widget.form-widget form textarea,
.faq-sidebar .widget.form-widget form ::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.faq-sidebar .widget.form-widget form input,
.faq-sidebar .widget.form-widget form textarea,
.faq-sidebar .widget.form-widget form :-ms-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.faq-sidebar .widget.form-widget form input,
.faq-sidebar .widget.form-widget form textarea,
.faq-sidebar .widget.form-widget form ::-ms-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.faq-sidebar .widget.form-widget form input,
.faq-sidebar .widget.form-widget form textarea,
.faq-sidebar .widget.form-widget form ::placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.faq-sidebar .widget.form-widget form textarea {
    height: 120px;
    padding-top: 25px;
}
.contact-info-boxes {
    margin-bottom: 40px;
}
.contact-info-boxes .info-box {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
}
@media (max-width: 574px) {
    .contact-info-boxes .info-box {
        padding-left: 70px;
    }
}
.contact-info-boxes .info-box.location {
    padding-left: 65px;
}
@media (max-width: 574px) {
    .contact-info-boxes .info-box.location {
        padding-left: 70px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-info-boxes .info-box.location {
        padding-left: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info-boxes .info-box.location {
        padding-left: 80px;
    }
}
.contact-info-boxes .info-box .icon {
    font-size: 50px;
    color: #4970b5;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #ededed;
    text-align: center;
    line-height: 55px;
    /* color: #f54a83; */
    font-size: 22px;
    display: inline-block;
}
@media (max-width: 574px) {
    .contact-info-boxes .info-box .icon {
        font-size: 40px;
    }
}
.contact-info-boxes .info-box .title {
    font-size: 18px;
    /* font-family: "Poppins", sans-serif; */
    /* color: #686868; */
    margin-bottom: 10px;
}
@media (max-width: 574px) {
    .contact-info-boxes .info-box .title {
        font-size: 16px;
    }
}
.contact-info-boxes .info-box p.info {
    font-size: 22px;
    color: #0a1026;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1;
}
@media (max-width: 574px) {
    .contact-info-boxes .info-box p.info {
        font-size: 18px;
    }
}
.contact-info-boxes .info-box p.info a {
    color: #6c6c6c;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}
.contact-form input,
.contact-form textarea {
    height: 55px;
    width: 100%;
    padding-left: 30px;
    border: none;
    border-bottom: 2px solid #dedede;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #4970b5;
    color: #4970b5;
}
.contact-form input,
.contact-form textarea,
.contact-form ::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #0a1026;
    font-family: "Poppins", sans-serif;
}
.contact-form input,
.contact-form textarea,
.contact-form :-ms-input-placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #0a1026;
    font-family: "Poppins", sans-serif;
}
.contact-form input,
.contact-form textarea,
.contact-form ::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #0a1026;
    font-family: "Poppins", sans-serif;
}
.contact-form input,
.contact-form textarea,
.contact-form ::placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #0a1026;
    font-family: "Poppins", sans-serif;
    font-family: 'Jost', sans-serif;
}
.contact-form textarea {
    height: 120px;
    padding-top: 20px;
}
.contact-form .main-btn {
    margin-top: 10px;
    padding: 0px 100px;
}
.contact-maps {
    height: 750px;
    width: 100%;
}
.contact-maps iframe {
    width: 100%;
    height: 100%;
}
.single-blog-post {
    margin-bottom: 60px;
}

.single-blog-post .post-meta ul li {
    margin-right: 30px;
    display: inline-block;
}
@media (max-width: 767px) {
    .single-blog-post .post-meta ul li {
        margin-right: 15px;
    }
}
@media (max-width: 399px) {
    .single-blog-post .post-meta ul li {
        margin-right: 4px;
        font-size: 14px;
    }
}
.single-blog-post .post-meta ul li a {
    color: #686868;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}
.single-blog-post .post-meta ul li a i {
    margin-right: 10px;
}
@media (max-width: 399px) {
    .single-blog-post .post-meta ul li a i {
        margin-right: 5px;
    }
}
.single-blog-post .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.333;
    margin: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-post .title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .single-blog-post .title {
        font-size: 20px;
    }
}
.single-blog-post .main-btn {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .single-blog-post .main-btn {
        padding: 0px 35px;
        line-height: 55px;
    }
}
.single-blog-post .main-btn:hover {
    background-color: #12287d;
    color: #fff;
}
.single-blog-post.quote-post {
    background-color: #4970b5;
    padding: 60px 50px 60px 60px;
    position: relative;
    z-index: -1;
}
@media (max-width: 574px) {
    .single-blog-post.quote-post {
        padding: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog-post.quote-post {
        padding: 40px;
    }
}
@media (max-width: 399px) {
    .single-blog-post.quote-post {
        padding: 30px 20px;
    }
}
.single-blog-post.quote-post .title {
    color: #fff;
    margin: 0;
    letter-spacing: -1px;
}
.single-blog-post.quote-post::after {
    position: absolute;
    right: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: url(../img/quote.png);
    z-index: -1;
}
.single-blog-post.quote-post .quote-author {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    position: relative;
    padding-left: 70px;
    margin-top: 18px;
    line-height: 1;
    color: #fff;
    position: relative;
}
@media (max-width: 399px) {
    .single-blog-post.quote-post .quote-author {
        font-size: 16px;
    }
}
.single-blog-post.quote-post .quote-author::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    height: 3px;
    width: 50px;
    content: "";
}
.pagination-wrap ul li {
    display: inline-block;
}
.pagination-wrap ul li a {
    display: block;
    border: 2px solid #e5e5e5;
    color: #12287d;
    font-size: 18px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
@media (max-width: 574px) {
    .pagination-wrap ul li a {
        height: 50px;
        width: 50px;
        line-height: 48px;
        font-size: 14px;
    }
}
@media (max-width: 399px) {
    .pagination-wrap ul li a {
        height: 45px;
        width: 45px;
        line-height: 43px;
        margin-right: 5px;
    }
}
.pagination li:hover a{
    display: block;
    border: 2px solid #12287d;
    color: #859aaa;
    font-size: 18px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    /* -webkit-box-shadow: 0px 10px 49.5px 0.5px rgba(255, 198, 0, 0.78); */
    /* box-shadow: 0px 10px 49.5px 0.5px rgba(255, 198, 0, 0.78); */
    background-color: #12287d;
    color: #ffffff;
}
.pagination{
	margin-bottom:30px;
}
.pagination li .dots{
    display: block;
    border: 2px solid #e5e5e5;
    color: #859aaa;
    font-size: 18px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    margin-right: 8px;

}
.pagination li .current{
    display: block;
    border: 2px solid #259e64;
    color: #859aaa;
    font-size: 18px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    /* -webkit-box-shadow: 0px 10px 49.5px 0.5px rgba(255, 198, 0, 0.78); */
    /* box-shadow: 0px 10px 49.5px 0.5px rgba(255, 198, 0, 0.78); */
    background-color: #259e64;
    color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-sidebar {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 100px;
    }
}
.blog-sidebar .widget {
    background-color: #eeeff3;
    padding: 50px 30px;
    position: relative;
    margin-bottom: 40px;
}
.blog-sidebar .widget::before {
    position: absolute;
    content: "";
    background-color: #4970b5;
    left: 75px;
    right: 75px;
    height: 3px;
    top: 0;
}
.mrsidebar .sidebar-title {
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-weight: 700;
}
.mrsidebar .sidebar-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    content: '';
    background-color: #4970b5;
}


.widget.search-widget form {
    position: relative;
}
.widget.search-widget form input {
    width: 100% !important;
    height: 70px;
    background-color: #fff;
    padding-left: 25px;
    padding-right: 50px;
    border: none;
}
.widget.search-widget form button {
    border: none;
    background-color: transparent;
    color: #4970b5;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
}
.mrsidebar.widget ul li {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e2e2;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.mrsidebar.widget ul li:after {
    float: right;
    font-size: 14px;
	content: "\f061";
	    font-family: "Font Awesome 5 Pro";
}
.mrsidebar.widget ul li a {
    color: #686868;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.mrsidebar.widget ul li a:hover {
    color: #4970b5;
}


.mrsidebar.widget ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.mrsidebar.widget ul li:hover {
    padding-left: 10px;
}
.mrsidebar.widget ul li:hover a{
    color:#4970b5!important;
}
.mrsidebar.widget ul li:hover{
    color:#4970b5!important;
}
.blog-sidebar .widget.recent-post-widget ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-sidebar .widget.recent-post-widget ul li {
        display: block;
    }
}
@media (max-width: 574px) {
    .blog-sidebar .widget.recent-post-widget ul li {
        display: block;
    }
}
.blog-sidebar .widget.recent-post-widget ul li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget.recent-post-widget ul li .post-img {
    height: 100px;
    width: 120px;
    min-width: 120px;
    background-color: #b7b7b7;
    margin-right: 20px;
    background-position: center;
    background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-sidebar .widget.recent-post-widget ul li .post-img {
        width: 100%;
        height: 140px;
        margin-bottom: 15px;
    }
}
@media (max-width: 574px) {
    .blog-sidebar .widget.recent-post-widget ul li .post-img {
        width: 100%;
        height: 140px;
        margin-bottom: 15px;
    }
}
.blog-sidebar .widget.recent-post-widget ul li h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.blog-sidebar .widget.recent-post-widget ul li h6 a {
    color: #0a1026;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.blog-sidebar .widget.recent-post-widget ul li h6 a:hover {
    color: #4970b5;
}
.blog-sidebar .widget.recent-post-widget ul li span.date {
    font-size: 14px;
}
.blog-sidebar .widget.tag-widget {
    padding-bottom: 42px;
}
.blog-sidebar .widget.tag-widget ul li {
    margin-right: 8px;
    display: inline-block;
    margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-sidebar .widget.tag-widget ul li {
        margin-right: 3px;
    }
}
@media (max-width: 399px) {
    .blog-sidebar .widget.tag-widget ul li {
        margin-right: 3px;
    }
}
.tagcloud a {
    font-size: 14px!important;
    padding: 10px 15px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #686868;
	margin-bottom:5px;
}
.tagcloud a:hover {
    background-color: #4970b5;
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-sidebar .widget.tag-widget ul li a {
        padding: 10px;
    }
}
@media (max-width: 399px) {
    .blog-sidebar .widget.tag-widget ul li a {
        padding: 10px;
    }
}
.blog-sidebar .widget.ad-widget {
    padding: 0;
    background-color: transparent;
}
.blog-sidebar .widget.ad-widget::before {
    display: none;
}
.blog-details-wrap .post-content .post-meta {
    margin-top: 40px;
}
.blog-details-wrap .post-content .post-meta ul li {
    margin-right: 30px;
    display: inline-block;
    font-family: 'Jost', sans-serif;
}
@media (max-width: 767px) {
    .blog-details-wrap .post-content .post-meta ul li {
        margin-right: 15px;
    }
}
@media (max-width: 399px) {
    .blog-details-wrap .post-content .post-meta ul li {
        margin-right: 4px;
        font-size: 14px;
    }
}
.blog-details-wrap .post-content .post-meta ul li a {
    color: #686868;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}
.blog-details-wrap .post-content .post-meta ul li a i {
    margin-right: 10px;
}
@media (max-width: 399px) {
    .blog-details-wrap .post-content .post-meta ul li a i {
        margin-right: 5px;
    }
}
.blog-details-wrap .post-content .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.333;
    margin: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-wrap .post-content .title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .blog-details-wrap .post-content .title {
        font-size: 20px;
    }
}
.blog-details-wrap .post-content blockquote {

    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.7em;
    position: relative;
    display: block;
    border-radius: 5px;
    margin: 25px 0 25px;
    background: #12287d;
    padding: 30px;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
    padding-right: 82px!important;
}
@media (max-width: 767px) {
    .blog-details-wrap .post-content blockquote {
        font-size: 18px;
    }
}
@media (max-width: 399px) {
    .blog-details-wrap .post-content blockquote {
        padding: 40px 30px;
    }
}

.blog-details-wrap .post-content blockquote span {
    font-size: 16px;
    font-weight: 700;
    font-family: "Heebo", sans-serif;
    color: #ffffff;
    display: block;
    padding-top: 20px;
    line-height: 1;
}
@media (max-width: 767px) {
    .blog-details-wrap .post-content blockquote span {
        font-size: 14px;
    }
}
.post-tag li a{
    display: inline-block;
    font-size: 14px;
    color: #686868;
}
.post-tag {
    color: #0a1026;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.blog-details-wrap .post-content .social-share {
    text-align: right;
}
@media (max-width: 574px) {
    .blog-details-wrap .post-content .social-share {
        text-align: left;
        margin-top: 30px;
    }
}
.blog-details-wrap .post-content .social-share li {
    display: inline-block;
    margin-right: 8px;
}
.blog-details-wrap .post-content .social-share li a {
    color: #ffffff;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    font-size: 12px;
    background-color: #4e4e4e;
    line-height: 30px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.blog-details-wrap .post-content .social-share li a:hover {
    background-color: #4970b5;
    color: #fff;
}
.blog-details-wrap .post-mav a {
    background-color: #eeeff3;
    background-size: cover;
    background-position: center;
    padding: 30px 40px;
    font-family: "Poppins", sans-serif;
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-wrap .post-mav a {
        padding: 30px 20px;
    }
}
@media (max-width: 767px) {
    .blog-details-wrap .post-mav a.prev-post {
        margin-bottom: 30px;
    }
}
@media (max-width: 399px) {
    .blog-details-wrap .post-mav a {
        padding: 30px 20px;
    }
}
.blog-details-wrap .post-mav a,
.blog-details-wrap .post-mav a::after,
.blog-details-wrap .post-mav a span {
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.blog-details-wrap .post-mav a::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #02060e;
    content: "";
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.blog-details-wrap .post-mav a span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
    opacity: 0;
    visibility: hidden;
}
.blog-details-wrap .post-mav a:hover {
    color: #fff;
}
.blog-details-wrap .post-mav a:hover::after,
.blog-details-wrap .post-mav a:hover span {
    visibility: visible;
    opacity: 1;
}
.blog-details-wrap .post-mav a:hover::after {
    opacity: 0.65;
}
.blog-details-wrap .post-author {
    padding: 50px 50px 50px 215px;
    position: relative;
    border: 2px solid #eee;
}
@media (max-width: 574px) {
    .blog-details-wrap .post-author {
        padding: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-wrap .post-author {
        padding: 40px 40px 40px 200px;
    }
}
.blog-details-wrap .post-author .author-img {
    position: absolute;
    left: 50px;
    top: 50px;
}
@media (max-width: 574px) {
    .blog-details-wrap .post-author .author-img {
        position: unset;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-wrap .post-author .author-img {
        left: 40px;
    }
}
.blog-details-wrap .post-author .author-img img {
    max-width: 130px;
    max-height: 130px;
    border-radius: 50%;
}
.blog-details-wrap .post-author .about-author h5 {
    font-size: 20px;
    margin-bottom: 20px;
}
.blog-details-wrap .post-author .about-author .social-link {
    margin-top: 20px;
}
.blog-details-wrap .post-author .about-author .social-link li {
    display: inline-block;
    margin-right: 8px;
}
.blog-details-wrap .post-author .about-author .social-link li a {
    color: #686868;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    background-color: #e1e4ec;
    line-height: 30px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.blog-details-wrap .post-author .about-author .social-link li a:hover {
    background-color: #4970b5;
    color: #fff;
}
.blog-details-wrap .comments-area {
    padding-top: 25px;
}
.single-blog-title-box h2 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
}
@media (max-width: 399px) {
    .blog-details-wrap .comments-area .title {
        font-size: 26px;
    }
}
.blog-details-wrap .comments-area .title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 45px;
    content: "";
    background-color: #4970b5;
}
.blog-details-wrap .comments-area .comments-list {
    margin-top: 40px;
}
.blog-details-wrap .comments-area .comments-list li {
    position: relative;
    padding-left: 128px;
    margin-bottom: 45px;
}
@media (max-width: 574px) {
    .blog-details-wrap .comments-area .comments-list li {
        padding-left: 100px;
    }
}
.blog-details-wrap .comments-area .comments-list li:last-child {
    margin-bottom: 0;
}
.blog-details-wrap .comments-area .comments-list li .comment-author {
    position: absolute;
    left: 0;
    top: 10px;
}
.blog-details-wrap .comments-area .comments-list li .comment-author img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
@media (max-width: 574px) {
    .blog-details-wrap .comments-area .comments-list li .comment-author img {
        width: 80px;
        height: 80px;
    }
}
.blog-details-wrap .comments-area .comments-list li .comment-desc p {
    font-size: 14px;
}
.blog-details-wrap .comments-area .comments-list li .comment-desc h5 {
    font-size: 18px;
    margin-bottom: 20px;
}
@media (max-width: 574px) {
    .blog-details-wrap .comments-area .comments-list li .comment-desc h5 {
        margin-bottom: 15px;
    }
}
.blog-details-wrap .comments-area .comments-list li .comment-desc h5 span.date {
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
}
@media (max-width: 574px) {
    .blog-details-wrap .comments-area .comments-list li .comment-desc h5 span.date {
        display: block;
        padding-left: 0;
        padding-top: 8px;
    }
}
.blog-details-wrap .comments-area .comments-list li .comment-desc .reply-links {
    font-size: 14px;
    color: #686868;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}
@media (max-width: 574px) {
    .blog-details-wrap .comments-area .comments-list li .comment-desc .reply-links {
        margin-top: 10px;
    }
}
.blog-details-wrap .comments-area .comments-list li .comment-desc .reply-links i {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 12px;
    margin-left: 10px;
    visibility: hidden;
    opacity: 0;
    color: #4970b5;
}
.blog-details-wrap .comments-area .comments-list li .comment-desc .reply-links:hover {
    color: #4970b5;
}
.blog-details-wrap .comments-area .comments-list li .comment-desc .reply-links:hover i {
    visibility: visible;
    opacity: 1;
}
.blog-details-wrap .comments-area .comments-list li ul.child {
    margin-left: -68px;
}
@media (max-width: 574px) {
    .blog-details-wrap .comments-area .comments-list li ul.child {
        margin-left: -80px;
    }
}
.blog-details-wrap .comments-area .comments-list li ul.child li {
    margin-bottom: 0;
    margin-top: 45px;
}
.blog-details-wrap .comments-area form {
    margin-top: 40px;
}
.blog-details-wrap .comments-area form input,
.blog-details-wrap .comments-area form textarea {
    width: 100%;
    height: 70px;
    border: none;
    padding-left: 20px;
    padding-right: 40px;
    border: 2px solid #eee;
}
.blog-details-wrap .comments-area form input,
.blog-details-wrap .comments-area form textarea,
.blog-details-wrap .comments-area form ::-webkit-input-placeholder {
    font-size: 14px;
    color: #686868;
    font-family: "Poppins", sans-serif;
}
.blog-details-wrap .comments-area form input,
.blog-details-wrap .comments-area form textarea,
.blog-details-wrap .comments-area form :-ms-input-placeholder {
    font-size: 14px;
    color: #686868;
    font-family: "Poppins", sans-serif;
}
.blog-details-wrap .comments-area form input,
.blog-details-wrap .comments-area form textarea,
.blog-details-wrap .comments-area form ::-ms-input-placeholder {
    font-size: 14px;
    color: #686868;
    font-family: "Poppins", sans-serif;
}
.blog-details-wrap .comments-area form input,
.blog-details-wrap .comments-area form textarea,
.blog-details-wrap .comments-area form ::placeholder {
    font-size: 14px;
    color: #686868;
    font-family: "Poppins", sans-serif;
}
.blog-details-wrap .comments-area form textarea {
    height: 140px;
    padding-top: 20px;
    line-height: 1;
}
.blog-details-wrap .comments-area form .input-group {
    position: relative;
}
.icon_vitor {
    position: absolute;
    right: 30px;
    color: #4970b5;
    top: 37%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-details-wrap .comments-area form .main-btn {
    padding: 0 50px;
}
.blog-details-wrap .comments-area form .main-btn:hover {
    background-color: #4970b5;
    color: #fff;
}
footer {
    background-color: #0a1026;
    position: relative;
    z-index: 1;
}
footer .footer-widget-area p,
footer .footer-widget-area a,
footer .footer-widget-area {
    color: #a9b2d5;
}
footer .footer-widget-area .widget .widget-title {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 600;
}
footer .footer-widget-area .widget .social-link {
    margin-top: 35px;
}
footer .footer-widget-area .widget .social-link li {
    display: inline-block;
    margin-right: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    footer .footer-widget-area .widget .social-link li {
        margin-right: 4px;
    }
}
@media (max-width: 767px) {
    footer .footer-widget-area .widget .social-link li {
        margin-right: 5px;
    }
}
footer .footer-widget-area .widget .social-link li a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #273157;
    font-size: 18px;
    color: #717fb2;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
footer .footer-widget-area .widget .social-link li a:hover {
    color: #fff;
    background-color: #5798fe;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    footer .footer-widget-area .widget .social-link li a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    footer .footer-widget-area .widget .social-link li a {
        height: 40px;
        width: 40px;
        font-size: 16px;
        line-height: 40px;
    }
}
footer .footer-widget-area .widget.nav-widget ul li {
    line-height: 33px;
}
footer .footer-widget-area .widget.nav-widget ul li a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
footer .footer-widget-area .widget.nav-widget ul li a i {
    font-size: 12px;
    margin-right: 5px;
}
footer .footer-widget-area .widget.nav-widget ul li a:hover {
    color: #4970b5;
}
footer .footer-widget-area .widget .contact-info h3 {
    font-size: 30px;
    color: #dce3ff;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 25px;
}
@media (max-width: 399px) {
    footer .footer-widget-area .widget .contact-info h3 {
        font-size: 24px;
        line-height: 30px;
    }
}
footer .footer-widget-area .widget .contact-info ul li {
    font-size: 18px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    footer .footer-widget-area .widget .contact-info ul li {
        font-size: 14px;
    }
}
footer .footer-widget-area .widget .contact-info ul li i {
    color: #4970b5;
    margin-right: 10px;
}
footer .footer-widget-area .widget.instagram-widget .insta-loop {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto) [2];
    grid-template-rows: repeat(2, auto);
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .footer-widget-area .widget.instagram-widget .insta-loop {
        -ms-grid-columns: (1fr) [4];
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 574px) {
    footer .footer-widget-area .widget.instagram-widget .insta-loop {
        -ms-grid-columns: (1fr) [4];
        grid-template-columns: repeat(4, 1fr);
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .footer-widget-area .widget.instagram-widget .insta-loop {
        -ms-grid-rows: (auto) [1];
        grid-template-rows: repeat(1, auto);
        -ms-grid-columns: (1fr) [6];
        grid-template-columns: repeat(6, 1fr);
        grid-row-gap: 0;
    }
}
footer .subscribe-form .subs-inner {
    padding: 30px;
    background-color: #C1DF1F;
}
footer .subscribe-form .subs-inner form input {
    width: 100%;
    height: 80px;
    padding-left: 40px;
    background-color: #fff;
    border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .subscribe-form .subs-inner form input {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    footer .subscribe-form .subs-inner form input {
        margin-bottom: 15px;
    }
}
@media (max-width: 399px) {
    footer .subscribe-form .subs-inner form input {
        height: 60px;
        padding-left: 20px;
    }
}
footer .subscribe-form .subs-inner form input,
footer .subscribe-form .subs-inner form ::-webkit-input-placeholder {
    font-size: 16px;
    color: #686868;
}
footer .subscribe-form .subs-inner form input,
footer .subscribe-form .subs-inner form :-ms-input-placeholder {
    font-size: 16px;
    color: #686868;
}
footer .subscribe-form .subs-inner form input,
footer .subscribe-form .subs-inner form ::-ms-input-placeholder {
    font-size: 16px;
    color: #686868;
}
footer .subscribe-form .subs-inner form input,
footer .subscribe-form .subs-inner form ::placeholder {
    font-size: 16px;
    color: #686868;
}
@media (max-width: 399px) {
    footer .subscribe-form .subs-inner form input,
    footer .subscribe-form .subs-inner form ::-webkit-input-placeholder {
        font-size: 14px;
    }
    footer .subscribe-form .subs-inner form input,
    footer .subscribe-form .subs-inner form :-ms-input-placeholder {
        font-size: 14px;
    }
    footer .subscribe-form .subs-inner form input,
    footer .subscribe-form .subs-inner form ::-ms-input-placeholder {
        font-size: 14px;
    }
    footer .subscribe-form .subs-inner form input,
    footer .subscribe-form .subs-inner form ::placeholder {
        font-size: 14px;
    }
}
footer .subscribe-form .subs-inner form button {
    height: 80px;
    width: 100%;
    background-color: #4970b5;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
@media (max-width: 399px) {
    footer .subscribe-form .subs-inner form button {
        height: 60px;
        font-size: 14px;
    }
}
footer .subscribe-form .subs-inner form button i {
    margin-left: 10px;
    font-size: 12px;
}
footer .copyright-area {
    color: #9aacbb;
    font-size: 14px;
}
footer .footer-nav ul {
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid #121a38;
}
@media (max-width: 574px) {
    footer .footer-nav ul::after {
        display: block;
        clear: both;
        content: "";
    }
}
footer .footer-nav ul li {
    display: inline-block;
    margin: 0 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .footer-nav ul li {
        margin: 0px 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .footer-nav ul li {
        margin: 0px 10px;
    }
}
@media (max-width: 574px) {
    footer .footer-nav ul li {
        width: 50%;
        float: left;
        margin: 0;
        margin-bottom: 10px;
    }
    footer .footer-nav ul li::after {
        display: block;
        clear: both;
        content: "";
    }
}
footer .footer-nav ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Heebo",sans-serif;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
footer .footer-nav ul li a i {
    margin-left: 5px;
}
footer .footer-nav ul li.active a,
footer .footer-nav ul li:hover a {
    color: #4970b5;
}
footer::after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    /* background-image: url(../img/footer-shape.png); */
    content: "";
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
}
footer.footer-two::before {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/footer-map.png);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.5;
}
footer.footer-two::after {
    background-image: url(../img/footer-shape-2.png);
}
.go-top-area {
    position: relative;
    z-index: 9999;
}
.go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #4970b5;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-right: 0;
}
.go-top-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.go-top-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.go-top-area .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #4970b5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.go-top-area .go-top:focus,
.go-top-area .go-top:hover {
    color: #fff;
}
.go-top-area .go-top:focus::before,
.go-top-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}
.go-top-area .go-top:focus i:first-child,
.go-top-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top-area .go-top:focus i:last-child,
.go-top-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.go-top-area .go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}
.go-top-wrap {
    position: relative;
}
.go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #4970b5;
}
.go-top-wrap .go-top-btn i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}
.go-top-wrap .go-top-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background: #4970b5;
}
.go-top-wrap .go-top-btn:hover {
    background-color: #000;
    color: #fff;
}
/*# sourceMappingURL=style.min.css.map */





.admin-bar .header-area .header-nav.sticky {
    top: 32px;
}
.service-section.service-page h2 {
    color: #0a1026 !important;
}
.one.service-details-wrap.pt-130.pb-130 {
    padding-bottom: 0;
}
.two.service-details-wrap.pt-130.pb-130 {
    padding: 0;
}
.three.service-details-wrap.pt-130.pb-130 {
    padding: 0;
}
.four.service-details-wrap.pt-130.pb-130 {
    padding-bottom: 0;
}
.five.service-details-wrap.pt-130.pb-130 {
    padding: 0;
}
.six.service-details-wrap.pt-130.pb-130 {
    padding: 0;
}
.seven.service-details-wrap.pt-130.pb-130 {
    padding-top: 0;
}
.two.project-details-wrap.pt-130 {
    padding-top: 0;
}
.three.project-details-wrap.pt-130 {
    padding-top: 0;
}
.five.project-details-wrap.pt-130 {
    padding-top: 0;
}
.four.faq-wapper.pt-100.pb-130 {
    padding-bottom: 0;
}
.two.contact-wrap.pt-130 {
    padding-top: 0;
}

section.one.about-section.pt-130.pb-130 {
    padding-bottom: 0;
}
section.two.about-section.pt-130.pb-130 {
    padding-bottom: 0;
}
section.three.about-section.pt-130.pb-130 {
    padding-top: 0;
}
section.four.about-section.pt-130.pb-130 {
    padding-top: 0;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}






.slick-initialized .slick-slide {
    /* display: flex !important; */
}
.one.footer-two::after {
    opacity: 0;
}
.breadcrumb-area .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "/";
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    position: relative;
    left: -5px;
}
.single-blog-post .post-meta ul li span{
    color: #686868;
    font-weight: 500;
}
.single-blog-post .post-meta ul li span i {
    margin-right: 10px;
}
.mrsidebar {
    background-color: #eeeff3;
    padding:30px;
    position: relative;
    margin-bottom: 40px;
}
.mrsidebar::before {
    position: absolute;
    content: '';
    background-color: #4970b5;
    left: 75px;
    right: 75px;
    height: 3px;
    top: 0;
}
.tag-sticky-2 .single-blog-post,.sticky .single-blog-post {
    margin-bottom: 60px;
    border: 2px solid #4970b5;
    padding: 30px;
}
.trackback .comment-inner,.pingback .comment-inner {
    position: relative;
    padding-left:0px!important;
}
 .paginate_links>a{
    border: 2px solid #e5e5e5;
    color: #859aaa;
    font-size: 18px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
 .paginate_links>a:hover{

    border: 2px solid #e5e5e5;
    color: #859aaa;
    font-size: 18px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    -webkit-box-shadow: 0px 10px 49.5px 0.5px rgba(255, 198, 0, 0.78);
    box-shadow: 0px 10px 49.5px 0.5px rgba(255, 198, 0, 0.78);
    background-color: #C1DF1F;
    color: #111111;
}
.paginate_links>span{
    border: 2px solid #e5e5e5;
    color: #859aaa;
    font-size: 18px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    -webkit-box-shadow: 0px 10px 49.5px 0.5px rgba(255, 198, 0, 0.78);
    box-shadow: 0px 10px 49.5px 0.5px rgba(255, 198, 0, 0.78);
    background-color: #C1DF1F;
    color: #111111;
}
.image-box.post-thumb{
    margin-bottom: 30px;
}
.single-blog-post .post-meta ul li span {
    color: #686868;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}
.post-tag  a {
    font-weight: 400;
    margin-left: 0px;
    color: #666666;
    font-size:14px;
    border: 1px solid #edeff3;
    padding: 5px 13px;
    border-radius: 13px;
    margin-left: 5px;
}
.share_post {
    border-top: 1px solid #eeeff3;
    padding-top: 25px;
    margin-top: 50px;
}
 .commax{
    font-weight: 400;
    margin-left: 0px;
    color: #686868;
    font-size: 14px;
    display: none;
}
.share_post {
    border-bottom: 1px solid #eeeff3;
    padding-bottom: 25px;
}

#commentform .main-btn:hover {
    background-color: #12287d;
    color: #fff;
}

/** modify-css **/


.header-top{
  position: relative;
  background: #666666;
  padding: 17px 0px 16px 0px;
}

.header-top .top-left{
	position: relative;
	float: left;
}

.header-top .top-right{
	position: relative;
	float: right;
}

.header-top .top-left .info-box li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #3e3e3e;
  margin-right: 30px;
  color: #ffffff;
  font-weight: 700;
  /* padding-bottom: 24px; */
  font-family: 'Jost', sans-serif;
}

.header-top .top-left .info-box li:last-child{
  margin-right: 0px;
}

.header-top .top-left .info-box li a{
  /* color: #fff; */
}
.header-top .top-left .info-box li a:hover{
  color: #C1DF1F;
}

.header-top .top-left .info-box li i{
  margin-right: 8px;
}

.header-top .top-left .info-box li a.phone{
  font-weight: 700;
}

.header-top .top-right .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.header-top .top-right .social-links li:last-child{
  margin-right: 0px;
}

.header-top .top-right .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.header-top .top-right .social-links li a:hover{
  color: #C1DF1F;
}

.header-area .header-nav{
	position: relative;
	top: 0px;
}

.header-area.style-two .header-nav .navigation .navbar .navbar-brand.logo-mt-neg{
	margin-top: 0px;
}

.header-area.style-two .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link{
	color: #222;
	font-size: 16px;
}

.header-area.style-two .header-nav .navigation .navbar .navbar-brand{
	padding: 0px;
}

.header-area .header-nav.sticky .navigation .navbar .navbar-nav .nav-item .nav-link{
	color: #fff;
}

.header-area .header-nav.sticky .menu-right-content .cart-box a{
	background: #fff;
	color: #222;
}

.menu-right-content{
  position: relative;
}

.menu-right-content button{
	box-shadow: none;
	outline: none;
}

.menu-right-content .search-box-outer,
.menu-right-content .cart-box{
  position: relative;
  float: left;
}

.menu-right-content .cart-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: #11ab6e;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
}

.menu-right-content .cart-box a:hover{
	background: #C1DF1F !important;
	color: #fff !important;
}

.menu-right-content .cart-box a span{
  position: absolute;
  top: 4px;
  right: -18px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #0b1b58;
  border-radius: 50%;
  transition: all 500ms ease;
}

.menu-right-content .cart-box a:hover span{
  
}

/** search box btn **/

.menu-right-content .search-box-outer {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.menu-right-content .search-box-btn {
  position: relative;
  font-size: 20px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  color: #222;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: all 500ms ease;
}

.menu-right-content .search-box-btn:hover{
  color: #fff;
  background: #C1DF1F;
  border-color: #C1DF1F;
}

.menu-right-content .header-upper.dark .search-box-btn {
  color: #fff;
}

.menu-right-content .search-box-outer .dropdown-menu {
  top: 50px !important;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  background: #ffffff;
  right: 0;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.menu-right-content .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.menu-right-content .search-panel .form-container {
  padding: 30px;
}

.menu-right-content .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.menu-right-content .search-panel input[type="text"],
.menu-right-content .search-panel input[type="search"],
.menu-right-content .search-panel input[type="password"],
.menu-right-content .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid #f3f5fe;
  border-radius: 3px;
  background: #f3f5fe;
}

.menu-right-content .search-panel input:focus,
.menu-right-content .search-panel select:focus {
  border-color: #f3f5fe;
}

.menu-right-content .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: #111111;
  background: #f3f5fe;
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.menu-right-content .dropdown-toggle::after {
  display: none;
}


/** shine-animation **/

 
 #starshine {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
 }

  #starshine1 {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   overflow: hidden;
 }

  #starshine2 {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
 }
 
 .shine {
   display: block;
   position: absolute;
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100% 100%;
   overflow: hidden;
   z-index: 2;
   opacity: 0;
   width: 130px;
   height: 130px;
   -webkit-animation: glitter 6s linear 0s infinite normal;
   animation: glitter 6s linear 0s infinite normal;
   text-indent: -9999px;
 }

 .shine-two{
   background-image: url(../images/icons/glitter-2.png) !important;
 } 
 
 .shine.shine-1 {
   top: 50%;
   left: 5%;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
 }
 
 .shine.shine-2 {
   top: 65%;
   left: 40%;
   -webkit-animation-delay: 2s;
   animation-delay: 2s;
 }
 
 .shine.shine-3 {
   top: 26%;
   left: 83%;
   -webkit-animation-delay: 4s;
   animation-delay: 4s;
 }
 
 @-webkit-keyframes glitter {
     0% {
         -webkit-transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
     25% {
         -webkit-transform: scale(1) rotate(360deg);
         opacity: 1;
     }
     50% {
         -webkit-transform: scale(0.3) rotate(720deg);
         opacity: 0;
     }
     100% {
         -webkit-transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
 }
 
 @keyframes glitter {
     0% {
         -webkit-transform: scale(0.3) rotate(0deg);
         transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
     25% {
         -webkit-transform: scale(1) rotate(360deg);
         transform: scale(1) rotate(360deg);
         opacity: 1;
     }
     50% {
         -webkit-transform: scale(0.3) rotate(720deg);
         transform: scale(0.3) rotate(720deg);
         opacity: 0;
     }
     100% {
         -webkit-transform: scale(0.3) rotate(0deg);
         transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
 }
 
 @-moz-keyframes glitter {
     0% {
         -moz-transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
     25% {
         -moz-transform: scale(1) rotate(360deg);
         opacity: 1;
     }
     50% {
         -moz-transform: scale(0.3) rotate(720deg);
         opacity: 0;
     }
     100% {
         -moz-transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
 }


.hero-section .single-hero-slide .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.hero-section .single-hero-slide.slick-active .image-layer{
  -webkit-transform:scale(1.2);
  -ms-transform:scale(1.2);
  transform:scale(1.2);
}

.hero-section .single-hero-slide{
	position: relative;
}

.hero-section-two .single-hero-slider .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.hero-section-two .single-hero-slider.slick-active .image-layer{
  -webkit-transform:scale(1.2);
  -ms-transform:scale(1.2);
  transform:scale(1.2);
}

.hero-section-two .single-hero-slider{
	position: relative;
}

.single-service .service-bg span.service-count{
	transition: all 500ms ease;
}

.single-service:hover .service-bg span.service-count{
	transform: scale(0,0)
}

.single-service{
	overflow: hidden;
}

.single-service .service-bg:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.single-service:hover .service-bg:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}



.get-banner-2 {
    position: relative;
    background: #636466;
    color: #fff;
    max-width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 45px 25px 35px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 1px dashed #2c4fe6;
    outline-offset: -12px;
}
.get-banner-2:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #fec500;
    position: absolute;
    bottom: 0px;
    right: -1px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}
.get-banner-calendar {
    display: block;
    position: relative;
    margin: -75px 0;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.get-banner-calendar .calendar-cover {
    top: 60px;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.8s ease 0.1s;
    -o-transition: 0.8s ease 0.1s;
    transition: 0.8s ease 0.1s;
    position: relative;
    z-index: 1;
}

.calendar-cover-front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}
.calendar-cover-front, .calendar-cover-back {
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.get-banner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.calendar-cover-back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.get-banner-text {
    text-align: right;
    margin: 0 50px;
}

.get-banner-2 h2 {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
}

.get-banner-2 p {
    font-size: 20px;
    color: #fff;
    line-height: 1.5em;
	margin-bottom: 0px !important;
}

.get-banner-2 .get-banner-btn{
    padding: 17px 29px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    height: auto;
    background-color: #ffffff;
    color: #425d74;
    border-radius: 27.5px;
    border: 0;
    vertical-align: top;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 265px;
    text-align: center;
}

.get-banner-2 .get-banner-btn i{
  font-size: 24px;
  padding-right: 12px;
  color: #4970b5;
  transition: all 500ms ease;
}

.get-banner-2 .get-banner-btn:hover{
  color: #fff;
  background: #4970b5;
}

.get-banner-2 .get-banner-btn:hover i{
  color: #fff;
}

.get-banner-2:hover .get-banner-calendar .calendar-cover {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.get-banner-2 img {
    max-width: 100%;
    height: auto;
}

.about-section .about-img{
	position: relative;
	top: -100px;
}
.single-service .service-bg .service-link{
	transition: all 500ms ease;
}
.single-service .service-bg .service-link:hover{
	color: #fff;
}
.single-service .service-bg .service-link:before{
	position: absolute;
	content: '';
	background: #636466;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	transform: scale(0,0);
	z-index: -1;
	transition: all 500ms ease;
}

.single-service .service-bg .service-link:hover:before{
	transform: scale(1,1);
}
.single-latest-post .post-link{
	transition: all 500ms ease;
}
.single-latest-post .post-link:hover{
	color: #fff;
}
.single-latest-post .post-link:before{
	position: absolute;
	content: '';
	background: #636466;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	transform: scale(0,0);
	z-index: -1;
	transition: all 500ms ease;
}

.single-latest-post .post-link:hover:before{
	transform: scale(1,1);
}
.experience-section .experience-inner .experience-content .experience-list li::after{
	transition: all 500ms ease;
}
.experience-section .experience-inner .experience-content .experience-list li:hover::after{
	left: 20px;
	top: 20px;
}
.about-section .about-img:before {
    position: absolute;
    top: -42px;
    left: -43px;
    width: 428px;
    height: 595px;
    content: "";
    z-index: -1;
}

.single-service .service-content:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #fec500;
    position: absolute;
    bottom: 0px;
    right: 14px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}
.appointment-section .appointment-form form:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #fec500;
    position: absolute;
    bottom: 0px;
    right: 0px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}
.single-latest-post .post-content:before {
    content: '';
    width: 15px;
    height: 15px;
    /* background-color: #636466; */
    position: absolute;
    bottom: 0px;
    right: 0px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}
.calendar-cover-front {
	left:8px;
}

 .single-project-box .project-content p{
    margin-bottom: 0px!important;
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item:hover > .sub-menu:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #fec500;
    position: absolute;
    bottom: 0px;
    right: 0px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}

@media only screen and (max-width: 1200px){
	
	.header-area.header_one .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
		margin: 0 0px !important;
		padding: 20px 7px !important;
	}
	
}

@media only screen and (max-width: 991px){
	
	.get-banner-content{
		display: block;
	}
	
	.get-banner-text{
		text-align: left;
		margin: 0px;
		margin-bottom: 15px;
	}
	
	.get-banner-2{
		display: block;
	}
	
	.get-banner-calendar{
		margin: 0px;
		margin-bottom: 30px;
	}
	
	.header-area.style-two .header-nav .navigation .navbar .navbar-brand.logo-mt-neg{
		padding: 15px 0px;
	}
	
	.header-area .header-nav .navigation .navbar .navbar-toggler .toggler-icon{
		background-color: #222;
	}
	
	.header-top .top-left{
		float: none;
		display: block;
		text-align: center;
	}
	
	.header-top .top-right{
		float: none;
		display: block;
		text-align: center;
		margin-top: 10px;
	}
	
	.menu-right-content{
		margin-right: 10px;
	}
	
	.header-area.style-two .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link{
		color: #fff;
	}
	
	.header-area .header-nav .navigation .navbar .navbar-nav .nav-item:hover > .sub-menu:before{
		display: none !important;
	}
	
	.header-area .header-nav.sticky .navigation .navbar .navbar-toggler .toggler-icon{
		background-color: #fff;
	}
	
	.header-area .header-nav.sticky{
		display: none !important;
	}
	
	.about-section-two{
		padding-bottom: 0px;
	}
	
	.about-section-two .about-text{
		margin-top: 0px;
	}
	
	.header-area .header-nav .navigation .navbar .navbar-collapse {
		max-height: 350px;
        overflow-y: auto;
    }
	
	.header-area .header-nav .navigation .navbar .navbar-nav>li>a{
		padding: 10px 0px 10px 20px !important;
		line-height: 30px !important;
	}
	
	.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu{
		-webkit-transition: all 0s ease-out 0s !important;
		transition: all 0s ease-out 0s !important;
		border: none !important;
	}
	
	.header_one .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link{
		color: #fff !important;
	}
	
	.header-area.header_one .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
    	padding: 10px 0px 10px 20px !important;
	}
	
}


@media only screen and (max-width: 576px){
	
	.header-area .header-nav .navigation .navbar{
		padding-right: 75px;
	}
	
	.about-section .about-img:before{
		display: none;
	}
	
	.footer-widget-area{
		padding: 0px !important;
	}
	
	.experience-section-two{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.one.footer-two{
		padding-top: 100px;
	}
	
	.elementor-346 .elementor-element.elementor-element-1f36a86f > .elementor-element-populated{
		margin-top: 0px !important;
	}
	
	.about-section .about-img,
	.about-section .about-img{
		transform: translate(0px) !important;
	}
	
	.elementor-346 .elementor-element.elementor-element-1f36a86f > .elementor-element-populated .about-section .about-img,
	.about-section .about-img{
		top: 0px !important;
		margin: 0px !important;
	}
	
	.elementor-346 .elementor-element.elementor-element-1f36a86f > .elementor-element-populated .about-section{
		padding: 0px;
	}
	
	.pb-130 {
    padding-bottom: 70px !important;
	}
	.pt-130 {
		padding-top: 70px !important;
	}
	
	section.three.about-section.pt-130.pb-130 .row,
	section.four.about-section.pt-130.pb-130 .row{
		padding-top: 0px !important;
	}
	
	.experience-section-two .experience-content{
		padding-top: 0px !important;
	}
	
	.faq-sidebar,
	.service-details-wrap .service-sidebar{
		margin-top: 0px !important;
	}
	
	.error-section h1{
		font-size: 140px;
		line-height: 150px;
	}
	
	.elementor-494 .elementor-element.elementor-element-a403228 > .elementor-widget-container{
		margin-top: 200px;
	}
	
	.service-details-wrap .details-content .srevice-gallery{
		margin: 0px;
	}
	
	.contact-form .main-btn{
		padding: 0px 50px;
	}
	
	.menu-right-content .search-box-outer .dropdown-menu{
		right: -90px !important;
	}
	
}

@media only screen and (max-width: 399px){
	
	.menu-right-content .cart-box{
		display: none;
	}
	
	.menu-right-content,
	.menu-right-content .search-box-outer{
		margin-right: 0px;
	}
	
}
.header-area.style-two .main-logo img{
    padding: 20px 0px;
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu{
	-webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
	border-top: 3px solid #4970b5; /* #C1DF1F */
}
.header-area .header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu{
	-webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.header_one .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
}
.header_one .header-nav .navigation .navbar .navbar-brand.logo-mt-neg {
    position: relative;
    margin-top: -57px;
}
.header_one .main-btn:hover {
    background-color: #636466;
    color: #ffffff;
}
.experience-section .experience-inner .experience-bg {
    outline: 2px solid #ffffff;
    outline-offset: -20px;
}
.nav-item.active a.nav-link,.menu-item-has-children.current a.nav-link,.nav-item.active>a{
	color: #4970b5!important;
}
.error_image {
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    position: center center;
    padding-bottom: 216px;
    /* margin-top: -100px; */
    top: 0px;
    position: relative;
    height: 600px;
}
.error-section .content-box {
    padding-top: 110px;
}
.about-section .wow{
	animation:none;
}
.service-section .service-loop .wow,.latest-blog .wow{
	animation:none;
}

.statistics-section .statistics-text p {
    color: #fff;
}








.header-area.four .header-nav .navigation .navbar .navbar-brand.logo-mt-neg {
    margin-top: 0;
}
.header-area.four .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
    color: #222;
}
.header-area.four .main-btn:hover {
    background-color: #636466;
    color: #fff;
}
.header-area.four .header-nav.sticky .navigation .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
}



@media (max-width: 1200px) {
	.d-sm-block {
		display: none!important;
	}
}
@media (max-width: 991px) {
	.header-area.four .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
		color: #fff;
	}
	.header-area .header-nav .navigation .navbar .navbar-nav>li.menu-item-has-children>a:after {
		display: none!important;
	}
}
@media (max-width: 576px) {
	.d-sm-block {
		display: none!important;
	}
}
.service-details-wrap .service-sidebar .widget.services-widget ul li.active a {
    color: #4970b5;
}
.service-details-wrap .service-sidebar .widget.services-widget ul li.active {
    padding-left: 10px;
}



.blog-details-wrap .post-content .social-share li a i {
    font-family: "Font Awesome 5 Brands";
}








/** search box btn **/

.search-box-outer {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.menu-right-content .search-box-outer .search-box-btn {
  position: relative;
  font-size: 20px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  color: #222;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: all 500ms ease;
}

.search-box-outer .search-box-btn:hover{
  color: #fff;
  background: #C1DF1F;
  border-color: #C1DF1F;
}

.search-box-outer .header-upper.dark .search-box-btn {
  color: #fff;
}

.search-box-outer .dropdown-menu {
  top: 50px !important;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  background: #ffffff;
  left: 0px !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.search-box-outer .search-panel .form-container {
  padding: 30px;
}

.search-box-outer .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.search-box-outer .search-panel input[type="text"],
.search-box-outer .search-panel input[type="search"],
.search-box-outer .search-panel input[type="password"],
.search-box-outer .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid #f3f5fe;
  border-radius: 3px;
  background: #f3f5fe;
}

.search-box-outer .search-panel input:focus,
.search-box-outer .search-panel select:focus {
  border-color: #f3f5fe;
}

.search-box-outer .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: #111111;
  background: #f3f5fe;
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.search-box-outer .dropdown-toggle::after {
  display: none;
}
.service-block-one .inner-box .image-box a {
    background: #4970b5;
    overflow: hidden;
}

.header-top .top-right .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 3px;
	
}

.header-top .top-right .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background: rgb(32 32 32 / 10%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    /* padding-bottom: 24px; */
    font-family: 'Jost', sans-serif;
}
.header-top .top-right .social-links li a:hover {
    background: #4970b5;
}
.header-top .top-right .social-links li a:hover {
    color: #ffffff!important;
}
#respond h2:before{
	display:none!important;
}
#respond  .single-blog-title-box h2{
	margin-bottom:0px!important;
}

.post-tag a{
	-webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.post-tag a:hover{
background:#4970b5;
	color:#fff;
}
.mrsidebar {
    margin-left: 10px;
}
#respond .single-blog-title-box h2 {
    margin-bottom: 0px!important;
    font-size: 27px;
}
.comments_title {
    font-size: 27px;
}
@media only screen and (max-width: 991px){
.menu-right-content {
   display:none!important;
}
.header-area .header-nav .navigation .navbar .navbar-toggler {
    top: 40%;
}	
}

.service-details-wrap .details-content .main-thumb{
    margin-top: -40px;
}
.mrsidebar.widget_media_image{
	padding:0px!important;
}

.team-block-one .inner-box .content-box .inner{
		left: 0px;
		margin: 0 auto;
	}

.brand-section .slick-slide img{
	margin: 0 auto;
}






@media only screen and (max-width: 991px){
	.header-area .header-nav .navigation .navbar .navbar-toggler{
		top: 41px;
	}
	
	.header-area.style-two .main-logo img{
		padding: 0px !important;
		max-width: 100% !important;
	}
	
	.about-section .about-img{
		top: 0px;
	}
	
	.about-img.text-center.paroller{
		transform: scale(1) !important;
	}
	
	.elementor-1418 .elementor-element.elementor-element-bdc54fc > .elementor-element-populated{
		margin-top: 0px !important;
	}
	
	.about-section.pt-130.pb-130{
		padding-bottom: 0px;
	}
	
	.experience-section-two .experience-content .experience-list{
		min-height: 550px;
	}
	
	div#faqAccordion{
		padding-bottom: 260px;
	}
	
	.elementor-element.elementor-element-6edd2972.elementor-widget.elementor-widget-safem_faq .faq-wapper div#faqAccordion{
		padding-bottom: 0px;
	}
	
	.elementor-element.elementor-element-6edd2972.elementor-widget.elementor-widget-safem_faq .faq-wapper{
		padding-top: 70px;
	}
}

@media only screen and (max-width: 767px){
	.feature-ex-section{
		padding-top: 110px;
	}
	
	.testimonial-ex-section .pattern-layer{
		display: none;
	}
	
	.news-block-one .inner-box .image-box{
		width: 100%;
		height: auto;
	}
	
	.breadcrumb-area{
		padding: 100px 0px 90px 0px;
	}
	
	.cta-section-two{
		padding: 70px 0px;
	}
	
	.elementor-1418 .elementor-element.elementor-element-bdc54fc > .elementor-element-populated{
		margin-top: 0px !important;
	}
	
	.experience-section-two .experience-content .experience-list{
		min-height: 650px;
	}
	
	.experience-content{
		padding-top: 0px !important;
	}
	
	.team-singel-image-box{
		margin-bottom: 50px;
	}
	
	.appointment-section-two{
		padding-bottom: 70px;
	}
	
	.pricing-boxes{
		padding: 70px 0px 40px 0px;
	}
	
	.elementor-348 .elementor-element.elementor-element-291cbca > .elementor-element-populated{
		margin: 0px !important;
	}
	
	.faq-wapper{
		padding-top: 0px !important;
	}
	
	.coupons-section{
		padding: 70px 0px;
	}
	
	.coupons-section .owl-dots{
		display: none;
	}
	
	.services-price{
		padding: 70px 0px;
	}
	
	.six.service-details-wrap.pt-130.pb-130{
		padding-top: 0px !important;
	}
	
	.elementor-element.elementor-element-6edd2972.elementor-widget.elementor-widget-safem_faq .faq-wrap{
		padding-top: 70px;
	}
	
	.two.team-single-area{
		padding-top: 70px;
	}
	
	.elementor-494 .elementor-element.elementor-element-a403228 > .elementor-widget-container{
		margin: 180px 0px 0px 0px !important;
	}
	
	.testimonial-section .single-testimonial .testimonial-content{
		margin-top: 50px;
	}
	
	.testimonial-section ul.slick-dots{
		display: none !important;
	}
	
	.testimonial-section{
		padding: 70px 0px !important;
	}
	
	.service-section.service-page{
		padding: 40px 0px 70px 0px !important;
	}
	
	.two.service-details-wrap.pt-130.pb-130,
	.four.service-details-wrap.pt-130.pb-130,
	.six.service-details-wrap.pt-130.pb-130{
		padding: 0px !important;
	}
	
	.project-area{
		padding: 70px 0px 40px 0px;
	}
	
	.project-details-wrap .details-content .project-gallery{
		margin: 0px;
	}
	
	.project-details-wrap .project-sidebar{
		margin-top: 0px !important;
	}
	
	.five.project-details-wrap.pt-130{
		padding-top: 0px !important;
	}
	
	.two.contact-wrap.pt-130{
		padding-top: 0px !important;
	}
	
	.chooseus-ex-section .content-box .tabs-content .tabs-inner .image-box img{
		width: 100%;
	}
}


@media only screen and (max-width: 499px){
	.about-ex-section .image-box .image-2{
		margin-top: 30px !important;
	}
	
	.team-member-info-box{
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.resume .info-box{
		padding-left: 0px;
	}
	
	.resume .info-box .date{
		position: relative;
		top; 0px;
		margin-bottom: 30px;
	}
	
	.resume .info-box .title:after,
	.resume .info-box .title:before{
		display: none;
	}
	
	.resume .info-box .content{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.services-price .table td{
		padding: 16px 18px;
	}
	
	.pagination li .dots,
	.pagination li .current,
	.pagination-wrap ul li a{
		width: 40px !important;
		height: 40px !important;
		line-height: 32px;
	}
}

@media only screen and (max-width: 399px){
	.chooseus-ex-section .content-box .tabs-content .tabs-inner .image-box{
		width: 100%;
	}
	
	.testimonial-section .single-testimonial{
		padding-left: 0px !important;
	}
	
	.testimonial-section .single-testimonial .testimonial-author{
		padding-left: 100px !important;
		padding-top: 6px;
	}
}


.breadcrumb-area .breadcrumb-text h1.page-title{
    font-weight: 900;
    font-family: 'Jost', sans-serif;
}
.breadcrumb-text ul li{
    font-family: 'Jost', sans-serif;
}


.project-filter ul li {
    font-weight: 700;
    font-family: 'Jost', sans-serif;
}



.blog-details-wrap .post-content .social-share li:nth-child(1)  a{
    background-color: #4a6fbe;
}
.blog-details-wrap .post-content .social-share li:nth-child(3) a{
	background-color:#ea4c89;
}

.blog-details-wrap .post-content .social-share li:nth-child(2) a{
	background-color:#55acee;
}

.blog-details-wrap .post-content .social-share li:nth-child(4) a{
	background-color:#dd4b39;
}
.blog-details-wrap .post-content .social-share li:nth-child(5) a{
	   background-color: #04052E;	
}

blockquote:after {
    position: absolute;
    top: 30px;
    right: 19px;
    bottom: 0;
    /* right: 0; */
    border-radius: 50%;
    transition: all 500ms ease;
    transform: scale(1);
    content: "";
    z-index: 1;
    background: url(../images/quote-icon.png);
    width: 57px;
    height: 68px;
}
.main-logo img {
    width: 180px;
}