*,
*::after,
*::before {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    font-size: 15px;
    line-height: 30px;
    font-family: "Poppins", sans-serif
}

html {
    scroll-behavior: smooth;
    height: 100%
}

section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

::-webkit-input-placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 14px
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 14px
}

button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

html,
body,
div,
span,
applet,
object,
iframe,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: baseline
}

input,
textarea {
    outline: none
}

input:focus,
textarea:focus {
    border-color: #6c7ded !important
}

body.overflow {
    overflow: hidden
}

body.overflow:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5803921569);
    z-index: 999;
    left: 0;
    top: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

button {
    background: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    cursor: pointer
}

img {
    max-width: 100%
}

a {
    text-decoration: none;
    color: #6c7ded
}

p {
    color: #666;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400
}

p:last-child {
    margin-bottom: 0
}

.btn {
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    overflow: hidden;
    border-radius: 0px;
    font-size: 16px;
    border: none;
    min-width: 175px;
    padding: 14px 20px;
    background: #6c7ded;
    color: #fff;
    position: relative
}

.btn span {
    position: relative;
    z-index: 2
}

.btn:after {
    content: "";
    position: absolute;
    left: -98%;
    width: 100%;
    height: 100%;
    background: #555abf;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.btn:hover {
    background: #6c7ded;
    color: #fff
}

.btn:hover:after {
    left: 0%
}

@media screen and (max-width: 991px) {
    .btn {
        min-width: 150px;
        padding: 10px 16px
    }
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px
}

@media screen and (max-width: 767px) {
    .site-heading {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 575px) {
    .site-heading {
        margin-bottom: 30px
    }
}

.site-heading h4 {
    color: #6c7ded;
    text-transform: uppercase;
    margin-bottom: 0
}

.site-heading h2 {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 0;
    position: relative;
    letter-spacing: 1px;
    line-height: 1.4;
    font-size: 32px
}

@media(max-width: 1199px) {
    .site-heading h2 {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .site-heading h2 {
        font-size: 26px
    }
}

@media(max-width: 480px) {
    .site-heading h2 {
        font-size: 24px
    }
}

.site-heading h2::before {
    background: #6c7ded none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px
}

.site-heading h2::after {
    background: #6c7ded none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px
}

.default-padding {
    padding: 120px 0
}

@media screen and (max-width: 1199px) {
    .default-padding {
        padding: 100px 0
    }
}

@media screen and (max-width: 1024px) {
    .default-padding {
        padding: 80px 0
    }
}

@media screen and (max-width: 767px) {
    .default-padding {
        padding: 60px 0
    }
}

@media screen and (max-width: 575px) {
    .default-padding {
        padding: 40px 0
    }
}

.slick-dots {
    margin-top: 30px;
    bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-dots li {
    padding: 0 5px
}

.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #3b566e;
    border-radius: 25px;
    opacity: .6;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.slick-dots li.slick-active button {
    background: #6c7ded;
    opacity: 1;
    width: 22px
}

.breadcrumb-wrapper {
    background: linear-gradient(295deg, rgb(85, 90, 191) 6%, rgb(103, 114, 229) 30%, rgb(119, 149, 248) 85%);
    position: relative;
    padding: 60px 0
}

@media screen and (max-width: 767px) {
    .breadcrumb-wrapper {
        padding: 50px 0
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb-wrapper {
        padding: 40px 0
    }
}

.breadcrumb-wrapper .site-heading {
    margin-bottom: 0;
    position: relative;
    z-index: 6
}

.breadcrumb-wrapper .site-heading h2 {
    color: #fff
}

.breadcrumb-wrapper .site-heading h2::after,
.breadcrumb-wrapper .site-heading h2::before {
    background: #fff
}

.breadcrumb-wrapper .site-heading ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.breadcrumb-wrapper .site-heading ul li {
    color: #fff
}

.breadcrumb-wrapper .site-heading ul li::after {
    content: "/";
    margin: 0 8px
}

.breadcrumb-wrapper .site-heading ul li:last-child::after {
    content: none
}

.breadcrumb-wrapper .site-heading ul li a {
    color: #fff;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.breadcrumb-wrapper .site-heading ul li a:hover {
    color: #000
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media screen and (max-width: 991px) {
    header .navbar-collapse .navbar-nav {
        max-height: 480px;
        overflow: auto
    }
}

@media screen and (max-width: 991px) {
    header .navbar-collapse .nav-item .dropdown-menu {
        display: none
    }

    header .navbar-collapse .nav-item .dropdown-menu.show {
        display: block
    }
}

header .start-header {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 20px 0;
    -webkit-box-shadow: 0 10px 30px 0 rgba(138, 155, 165, .15);
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, .15);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

header .start-header.scroll-on {
    -webkit-box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

header .navbar {
    padding: 0
}

header .navbar-brand img {
    height: 28px;
    width: auto;
    display: block;
    -webkit-filter: brightness(10%);
    filter: brightness(10%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

header .navbar-toggler {
    float: right;
    border: none;
    padding-right: 0
}

header .navbar-toggler:active {
    outline: none
}

header .navbar-toggler:focus {
    outline: none
}

header .navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

header .navbar-light .navbar-toggler-icon:after {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    top: 8px
}

header .navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    border-color: rgba(0, 0, 0, 0)
}

header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg)
}

header .nav-link {
    color: #3b566e !important;
    font-weight: 500;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    position: relative;
    padding: 5px 0 !important;
    display: inline-block
}

header .nav-item {
    position: relative;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

header .nav-item:hover .nav-link,
header .nav-item.active .nav-link {
    color: #6c7ded !important
}

header .nav-item:hover:after,
header .nav-item.active:after {
    bottom: 0;
    opacity: 1
}

header .nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #6c7ded;
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

header .nav-item .dropdown-menu {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

header .nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0)
}

@media screen and (max-width: 991px) {
    header .nav-item .show.dropdown-menu {
        opacity: 1;
        visibility: visible;
        max-height: 999px;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0)
    }
}

@media(min-width: 992px) {
    header .nav-item:last-of-type:after {
        display: none
    }
}

@media(min-width: 992px) {
    header .nav-item:last-of-type .nav-link {
        background: #6c7ded;
        color: #fff !important;
        padding: 5px 15px !important;
        display: inline-block
    }
}

@media(min-width: 992px) {
    header .nav-item:last-of-type .nav-link:hover {
        background: #555abf;
        color: #fff !important
    }
}

header .dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #3b566e;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

header .dropdown-menu .dropdown-item.active,
header .dropdown-menu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #6c7ded
}

header .dropdown-toggle::after {
    display: none
}

header .dropdown-item {
    padding: 3px 15px;
    color: #3b566e;
    border-radius: 2px;
    margin-bottom: 1px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

header .dropdown-item:last-child {
    margin-bottom: 0
}

header .dropdown-item:hover {
    color: #fff;
    background-color: #6c7ded
}

header .dropdown-item:focus {
    color: #fff;
    background-color: #6c7ded
}

header .logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear
}

header .logo img {
    height: 26px;
    width: auto;
    display: block;
    -webkit-filter: brightness(10%);
    filter: brightness(10%);
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear
}

@media(max-width: 991px) {
    header .nav-item:after {
        display: none
    }

    header .nav-item::before {
        position: absolute;
        display: block;
        top: 19px;
        left: -24px;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0
    }

    header .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 14px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear
    }

    header .dropdown-toggle[aria-expanded=true]::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    header .dropdown-toggle[aria-expanded=true]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important
    }

    header .dropdown-menu {
        padding: 0 !important;
        background-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear
    }
}

@media(max-width: 767px) {
    header .nav-item::before {
        top: 19px;
        left: 0
    }

    header .dropdown-toggle::after {
        top: 14px;
        left: -23px
    }
}

.banner-area.auto-height {
    height: auto;
    background: linear-gradient(295deg, rgb(85, 90, 191) 6%, rgb(103, 114, 229) 30%, rgb(119, 149, 248) 85%);
    position: relative
}

.banner-area.auto-height .item {
    position: relative;
    z-index: 5
}

.banner-area.auto-height .content {
    padding: 150px 0;
    color: #fff
}

.banner-area.auto-height .content h4 {
    margin-bottom: 15px
}

.banner-area.auto-height .content h2 {
    font-size: 46px;
    margin-bottom: 25px
}

.banner-area.auto-height .content strong {
    color: #fff
}

.banner-area.auto-height .content p {
    color: #fff;
    opacity: .7
}

.banner-area.auto-height .content .btn_block {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-area.auto-height .content .btn_block .btn {
    background: #fff;
    color: #3b566e
}

.banner-area.auto-height .content .btn_block .btn:hover {
    color: #fff
}

.banner-area.auto-height .content .btn_block .link {
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    -webkit-transition: color .5s ease;
    transition: color .5s ease
}

.banner-area.auto-height .content .btn_block .link:hover {
    color: #3b566e
}

.banner-area.auto-height .thumb {
    font-size: 0;
    line-height: 0
}

@media screen and (max-width: 1199px) {
    .banner-area.auto-height .content {
        padding: 40px 0
    }

    .banner-area.auto-height .content h2 {
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 25px
    }

    .banner-area.auto-height .content .btn_block {
        margin-top: 30px
    }
}

@media screen and (max-width: 991px) {
    .banner-area.auto-height .content {
        padding: 40px 0
    }

    .banner-area.auto-height .content h4 {
        margin-bottom: 10px;
        font-size: 20px
    }

    .banner-area.auto-height .content h2 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 15px
    }

    .banner-area.auto-height .content .btn_block {
        margin-top: 20px
    }

    .banner-area.auto-height .content p {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .banner-area.auto-height div {
        position: relative;
        z-index: 2
    }

    .banner-area.auto-height .content {
        text-align: center;
        padding: 40px 0
    }

    .banner-area.auto-height .content .btn_block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .banner-area.auto-height .thumb {
        margin-top: -100px;
        z-index: 1
    }
}

.area {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 4
}

.area .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.area .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, .2);
    -webkit-animation: animate 25s linear infinite;
    animation: animate 25s linear infinite;
    bottom: -150px
}

@media screen and (max-width: 1080px) {
    .area .circles li {
        zoom: .5
    }
}

.area .circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.area .circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s
}

.area .circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.area .circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 18s;
    animation-duration: 18s
}

.area .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.area .circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.area .circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}

.area .circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 45s;
    animation-duration: 45s
}

.area .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 35s;
    animation-duration: 35s
}

.area .circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 11s;
    animation-duration: 11s
}

@-webkit-keyframes animate {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 40%
    }

    100% {
        -webkit-transform: translateY(-1000px) rotate(720deg);
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 100%
    }
}

@keyframes animate {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 40%
    }

    100% {
        -webkit-transform: translateY(-1000px) rotate(720deg);
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 100%
    }
}

.work-process-area .item {
    border: 1px solid #e7e7e7;
    padding: 50px 20px;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.work-process-area .item:after,
.work-process-area .item:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background: #6c7ded;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.work-process-area .item:before {
    right: 0;
    top: 0
}

.work-process-area .item:after {
    left: 0;
    bottom: 0
}

.work-process-area .item .item-inner:after,
.work-process-area .item .item-inner:before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background: #6c7ded;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.work-process-area .item .item-inner::after {
    right: 0;
    bottom: 0
}

.work-process-area .item .item-inner::before {
    left: 0;
    top: 0
}

.work-process-area .item .item-inner .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 30px
}

.work-process-area .item .item-inner .icon svg {
    stroke: #6c7ded;
    fill: #6c7ded
}

.work-process-area .item .item-inner .icon span {
    position: absolute;
    top: 0;
    font-size: 100px;
    z-index: -1;
    color: #f4f4f4;
    opacity: 0;
    font-weight: 900;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px #f4f4f4;
    line-height: 50px;
    font-family: sans-serif;
    right: -20px;
    left: auto;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.work-process-area .item .item-inner h1,
.work-process-area .item .item-inner h2,
.work-process-area .item .item-inner h3,
.work-process-area .item .item-inner h4,
.work-process-area .item .item-inner h5,
.work-process-area .item .item-inner h6 {
    margin-bottom: 15px
}

.work-process-area .item .item-inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #3b566e;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

/* --- Only affects icons inside the Our Process section --- */
.work-process-area .icon {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e4697, #2b5cd6);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 20px rgba(30, 70, 151, 0.25);
    transition: all 0.3s ease;
}

.work-process-area .icon i {
    color: #fff;
    font-size: 36px;
    transition: transform 0.3s ease;
}

.work-process-area .icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(30, 70, 151, 0.35);
}

.work-process-area .icon:hover i {
    transform: scale(1.1);
}

.work-process-area .icon span {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    background-color: #ffc81f;
    color: #1e4697;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(255, 200, 31, 0.4);
}

@media screen and (max-width: 991px) {
    .work-process-area .item .item-inner a {
        margin: auto
    }
}

.work-process-area .item .item-inner a svg {
    margin-left: 10px;
    width: 16px;
    stroke: #3b566e;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-process-area .item .item-inner a:hover {
    color: #6c7ded
}

.work-process-area .item .item-inner a:hover svg {
    stroke: #6c7ded
}

.work-process-area .item:hover:after,
.work-process-area .item:hover:before {
    width: 100%
}

.work-process-area .item:hover .item-inner:after,
.work-process-area .item:hover .item-inner:before {
    height: 100%
}

.work-process-area .item:hover .item-inner .icon span {
    opacity: 1
}

.work-process-area .item.style-two {
    text-align: center
}

.work-process-area .item.style-two:after,
.work-process-area .item.style-two:before {
    width: 100%
}

.work-process-area .item.style-two .item-inner:after,
.work-process-area .item.style-two .item-inner:before {
    height: 100%
}

.work-process-area .item.style-two .item-inner .icon {
    margin-left: auto;
    margin-right: auto
}

.work-process-area .item.style-two .item-inner .icon span {
    opacity: 1
}

.work-process-area .item.style-two .item-inner a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.work-process-area .item.style-three {
    background: #6c7ded
}

.work-process-area .item.style-three:after,
.work-process-area .item.style-three:before {
    width: 100%
}

.work-process-area .item.style-three .item-inner:after,
.work-process-area .item.style-three .item-inner:before {
    height: 100%
}

.work-process-area .item.style-three .item-inner .icon svg {
    stroke: #fff;
    fill: #fff
}

.work-process-area .item.style-three .item-inner .icon span {
    opacity: 1
}

.work-process-area .item.style-three .item-inner h5 {
    color: #fff
}

.work-process-area .item.style-three .item-inner p {
    color: #fff;
    opacity: .6
}

.work-process-area .item.style-three .item-inner a {
    color: #fff
}

.work-process-area .item.style-three .item-inner a svg {
    stroke: #fff
}

@media screen and (max-width: 991px) {
    .work-process-area .item {
        padding: 30px 20px;
        margin-bottom: 30px
    }

    .work-process-area .item .item-inner {
        text-align: center
    }

    .work-process-area .item .item-inner .icon {
        margin: 0 auto 30px
    }

    .work-process-area .item .item-inner .icon span {
        font-size: 80px
    }

    .work-process-area .item a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.help-wrapper {
    background: #f3f7fd
}

@media screen and (max-width: 1199px) {
    .help-wrapper .why-us {
        text-align: center
    }
}

.help-wrapper .why-us h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-left: 45px;
    color: #6c7ded
}

.help-wrapper .why-us h5::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 2px;
    width: 30px;
    background: #6c7ded;
    margin-top: -1px
}

.help-wrapper .why-us h2 {
    font-weight: 600;
    margin-bottom: 25px
}

.help-wrapper .why-us .video-btn {
    width: 212px
}

.help-wrapper .why-us .video-btn a,
.help-wrapper .why-us .video-btn span {
    cursor: pointer
}

@media screen and (max-width: 1199px) {
    .help-wrapper .why-us .video-btn {
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.help-wrapper .why-us .video-play-button {
    color: #6c7ded;
    font-size: 30px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    position: relative;
    display: inline-block;
    left: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 0 !important;
    top: 43px;
    margin-left: 10px
}

@media screen and (max-width: 1199px) {
    .help-wrapper .why-us .video-play-button {
        -webkit-transform: inherit;
        transform: inherit;
        left: 0;
        margin: 0;
        top: 0
    }
}

.help-wrapper .why-us .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff repeat scroll 0 0;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

.help-wrapper .why-us .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff repeat scroll 0 0;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms
}

.help-wrapper .why-us .video-play-button:before,
.help-wrapper .why-us .video-play-button:after {
    background: #6c7ded repeat scroll 0 0;
    height: 60px;
    width: 60px;
    line-height: 60px
}

.help-wrapper .why-us .video-play-button span {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    left: 100%;
    min-width: 300%;
    text-transform: uppercase;
    margin-top: -7px;
    margin-left: 20px;
    text-align: left
}

@media screen and (max-width: 1199px) {
    .help-wrapper .why-us .video-play-button span {
        margin-top: -9px;
        margin-left: 14px
    }
}

.help-wrapper .why-us .video-play-button svg {
    fill: #fff;
    stroke: #fff;
    width: 15px;
    position: relative;
    z-index: 5;
    top: -1px;
    left: -2px
}

.help-wrapper .item-grid:first-child {
    margin-top: 50px
}

@media screen and (max-width: 1199px) {
    .help-wrapper .item-grid:first-child {
        margin-top: 0
    }
}

.help-wrapper .item-grid .item {
    padding: 50px 30px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    margin-top: 30px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .568627451);
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .568627451)
}

.help-wrapper .item-grid .item:before {
    content: "";
    background: rgba(255, 255, 255, .8);
    width: 60%;
    height: 100%;
    top: 0%;
    left: -125%;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
    position: absolute;
    -webkit-transition: left 500ms ease-out;
    transition: left 500ms ease-out
}

@media screen and (max-width: 1399px) {
    .help-wrapper .item-grid .item {
        padding: 30px 15px
    }
}

.help-wrapper .item-grid .item:first-child {
    margin-top: 0
}

@media screen and (max-width: 776px) {
    .help-wrapper .item-grid .item.item-sm {
        margin-top: 30px
    }
}

.help-wrapper .item-grid .item svg {
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
    stroke: #6c7ded
}

.help-wrapper .item-grid .item h1,
.help-wrapper .item-grid .item h2,
.help-wrapper .item-grid .item h3,
.help-wrapper .item-grid .item h4,
.help-wrapper .item-grid .item h5,
.help-wrapper .item-grid .item h6 {
    color: #3b566e;
    margin-bottom: 15px
}

@media screen and (max-width: 1399px) {

    .help-wrapper .item-grid .item h1,
    .help-wrapper .item-grid .item h2,
    .help-wrapper .item-grid .item h3,
    .help-wrapper .item-grid .item h4,
    .help-wrapper .item-grid .item h5,
    .help-wrapper .item-grid .item h6 {
        font-size: 18px
    }
}

@media screen and (max-width: 1399px) {
    .help-wrapper .item-grid .item p {
        font-size: 13px
    }
}

.help-wrapper .item-grid .item:hover::before {
    left: 150%
}

.image-block video {
    width: 100%
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.quick-contact .quick-contact-items {
    padding: 100px 30px 50px;
    background: linear-gradient(295deg, rgb(85, 90, 191) 6%, rgb(103, 114, 229) 30%, rgb(119, 149, 248) 85%);
    position: relative;
    overflow: hidden;
    border-radius: 15px
}

@media(max-width: 991px) {
    .quick-contact .quick-contact-items {
        padding: 50px 30px 50px
    }
}

@media(max-width: 575px) {
    .quick-contact .quick-contact-items {
        padding: 40px 20px
    }
}

.quick-contact .quick-contact-items:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.quick-contact .quick-contact-items h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    z-index: 6
}

@media screen and (max-width: 991px) {
    .quick-contact .quick-contact-items h5 {
        text-align: center
    }
}

.quick-contact .quick-contact-items h2 {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4;
    margin-bottom: -5px;
    color: #fff;
    position: relative;
    z-index: 6
}

@media screen and (max-width: 991px) {
    .quick-contact .quick-contact-items h2 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 26px
    }
}

@media screen and (max-width: 575px) {
    .quick-contact .quick-contact-items h2 {
        font-size: 20px
    }
}

.quick-contact .quick-contact-items .btn {
    background: #fff;
    color: #3b566e;
    position: relative;
    z-index: 6
}

.quick-contact .quick-contact-items .btn:after {
    background: #000
}

.quick-contact .quick-contact-items .btn:hover {
    color: #fff
}

.services {
    background: #f3f7fd;
    position: relative
}

.services::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 500px;
    right: 0;
    top: 0;
    background: #fff
}

@media(max-width: 991px) {
    .services::after {
        display: none
    }
}

.services .services-info {
    padding-right: 80px
}

@media(max-width: 991px) {
    .services .services-info {
        margin-bottom: 50px;
        padding-right: 0;
        text-align: center
    }
}

.services .services-info .title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-left: 45px;
    color: #6c7ded
}

.services .services-info .title::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 2px;
    width: 30px;
    background: #6c7ded;
    margin-top: -1px
}

.services .services-info h2 {
    font-weight: 600;
    margin-bottom: 25px
}

@media(max-width: 575px) {
    .services .services-info ul {
        text-align: start;
        padding-left: 15px
    }
}

@media(max-width: 480px) {
    .services .services-info ul {
        padding-left: 0
    }
}

.services .services-info ul li {
    margin-top: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-left: 0
}

.services .services-info ul li h5 {
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    color: #6c7ded;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 480px) {
    .services .services-info ul li h5 {
        font-size: 15px
    }
}

.services .services-info ul li h5 svg,
.services .services-info ul li h5 img {
    height: 16px;
    width: 16px;
    margin-right: 10px
}

@media(max-width: 375px) {

    .services .services-info ul li h5 svg,
    .services .services-info ul li h5 img {
        margin-right: 5px
    }
}

.services .services-info a {
    margin-top: 30px;
    padding: 15px 40px
}

.services .thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 50px
}

.services .thumb img {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1490196078)
}

.services .thumb .fun-fact {
    position: absolute;
    left: -50px;
    bottom: -50px;
    background: #fff;
    padding: 50px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .568627451);
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .568627451);
    text-align: center
}

@media(max-width: 991px) {
    .services .thumb .fun-fact {
        width: calc(100% - 100px);
        left: 50px;
        padding: 30px 15px
    }
}

.services .thumb .fun-fact .timer {
    display: inline-block;
    font-weight: 800;
    color: #0e2b3d;
    font-size: 2rem;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    margin-left: 0px
}

.services .thumb .fun-fact .medium {
    display: block;
    font-weight: 600
}

@media screen and (max-width: 1199px) {
    .team-wrapper .site-heading {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 767px) {
    .team-wrapper .site-heading {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 575px) {
    .team-wrapper .site-heading {
        margin-bottom: 20px
    }
}

.team-wrapper .team-member {
    padding: 15px
}

.team-wrapper .team-member .team_box {
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.team-wrapper .team-member .team_box .member-img {
    width: 100%;
    float: left;
    border-radius: 8px;
    overflow: hidden
}

.team-wrapper .team-member .team_box .member-img img {
    display: block;
    width: 100%
}

.team-wrapper .team-member .team_box .icon_box {
    overflow: hidden;
    margin-top: -80px;
    position: absolute;
    bottom: -80px;
    margin: auto;
    text-align: center;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.team-wrapper .team-member .team_box .icon_box .member-social-connection {
    margin: 0;
    padding: 0
}

.team-wrapper .team-member .team_box .icon_box .member-social-connection li {
    list-style: none;
    display: inline-block;
    font-size: 0;
    margin: 0 5px 0 0;
    position: relative
}

.team-wrapper .team-member .team_box .icon_box .member-social-connection li:last-child {
    margin: 0
}

.team-wrapper .team-member .team_box .icon_box .member-social-connection li a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-transition: all ease .5s 0s;
    transition: all ease .5s 0s;
    background: #6c7ded;
    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;
    padding: 6px
}

.team-wrapper .team-member .team_box.designTwo .icon_box {
    height: 100%;
    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;
    bottom: 0;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.team-wrapper .team-member .team_box.designTwo .icon_box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4705882353)
}

.team-wrapper .team-member .member-info {
    text-align: center
}

.team-wrapper .team-member .member-info .member-name {
    font-size: 25px;
    line-height: 30px;
    color: #3b566e;
    font-weight: 600;
    margin: 25px 0 0;
    letter-spacing: 1px;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

@media screen and (max-width: 991px) {
    .team-wrapper .team-member .member-info .member-name {
        font-size: 19px;
        line-height: 24px
    }
}

.team-wrapper .team-member .member-info .member-positon {
    font-size: 15px;
    line-height: 30px;
    color: #8898aa;
    font-weight: 500;
    margin: 5px 0 0px;
    letter-spacing: 1px
}

.team-wrapper .team-member:hover .member-info .member-name {
    color: #6c7ded
}

.team-wrapper .team-member:hover .team_box .icon_box {
    bottom: 20px
}

.team-wrapper .team-member:hover .team_box.designTwo .icon_box {
    bottom: 0;
    opacity: 1
}

.testimonials {
    background-color: #f3f7fd
}

.testimonials .testimonial-section {
    margin-right: 30px
}

@media(max-width: 1199px) {
    .testimonials .testimonial-section {
        margin-right: 20px
    }
}

@media(max-width: 991px) {
    .testimonials .testimonial-section {
        margin-right: 0;
        margin-bottom: 50px
    }
}

.testimonials .title {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-left: 45px;
    color: #6c7ded
}

@media(max-width: 991px) {
    .testimonials .title {
        padding-left: 0
    }
}

.testimonials .title::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 2px;
    width: 30px;
    background: #6c7ded;
    margin-top: -1px
}

@media(max-width: 991px) {
    .testimonials .title::after {
        display: none
    }
}

.testimonials h2 {
    font-weight: 600;
    margin-bottom: 25px
}

.testimonials h2::after,
.testimonials h2::before {
    display: none
}

@media(max-width: 991px) {

    .testimonials h2::after,
    .testimonials h2::before {
        display: inline-block
    }
}

@media(max-width: 991px) {
    .testimonials .item {
        text-align: center
    }
}

.testimonials .item .thumb {
    display: table-cell;
    vertical-align: top;
    width: 150px
}

@media(max-width: 1199px) {
    .testimonials .item .thumb {
        width: 130px
    }
}

@media(max-width: 991px) {
    .testimonials .item .thumb {
        display: block;
        margin-bottom: 20px;
        width: 100%
    }
}

.testimonials .item .thumb img {
    height: auto;
    width: 100%
}

@media(max-width: 991px) {
    .testimonials .item .thumb img {
        border-radius: 50%;
        height: 150px;
        margin: auto;
        width: 150px
    }
}

.testimonials .item .bio {
    display: table-cell;
    padding-left: 30px;
    vertical-align: top
}

@media(max-width: 991px) {
    .testimonials .item .bio {
        display: block;
        padding-left: 15px
    }
}

.testimonials .item .bio .bio-quote {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #999;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1490196078);
    width: 40px;
    border-radius: 50%;
    padding: 7px;
    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: 991px) {
    .testimonials .item .bio .bio-quote {
        margin: 0 auto 20px
    }
}

.testimonials .item .bio .bio-quote img {
    height: 20px;
    width: 20px
}

.testimonials .item .bio h4 {
    margin-bottom: 5px;
    text-transform: capitalize
}

.testimonials .item .bio span {
    color: #6c7ded;
    text-transform: uppercase
}

@media(max-width: 991px) {
    .testimonials .goal-achive {
        margin-top: 50px
    }
}

.testimonials .goal-achive .fun-fact {
    margin-bottom: 40px
}

@media(max-width: 991px) {
    .testimonials .goal-achive .fun-fact {
        text-align: center
    }
}

.testimonials .goal-achive .fun-fact img {
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-bottom: 20px
}

.testimonials .goal-achive .fun-fact .timer {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1
}

.testimonials .goal-achive .fun-fact h4 {
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    font-size: 18px
}

.testimonials .slick-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-left: 180px
}

@media(max-width: 991px) {
    .testimonials .slick-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px auto 0
    }
}

.pricing-wrapper .background_block {
    padding: 80px 30px 160px;
    background: linear-gradient(295deg, rgb(85, 90, 191) 6%, rgb(103, 114, 229) 30%, rgb(119, 149, 248) 85%);
    position: relative;
    overflow: hidden;
    margin-bottom: -160px;
    background-attachment: fixed
}

.pricing-wrapper .background_block:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.pricing-wrapper .background_block .site-heading h2 {
    color: #fff;
    margin-bottom: 20px
}

.pricing-wrapper .background_block .site-heading h2:after,
.pricing-wrapper .background_block .site-heading h2:before {
    background: #fff
}

.pricing-wrapper .background_block .site-heading p {
    color: #fff;
    opacity: .7
}

.pricing-wrapper .pricing {
    margin-top: 20px;
    margin-bottom: 20px
}

.pricing-wrapper .pricing .single-item {
    padding: 0;
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    .pricing-wrapper .pricing .single-item {
        padding: 0 15px
    }
}

.pricing-wrapper .pricing .single-item .pricing-item {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px
}

.pricing-wrapper .pricing .single-item .pricing-item .pricing-header {
    padding: 50px;
    text-align: center
}

@media screen and (max-width: 991px) {
    .pricing-wrapper .pricing .single-item .pricing-item .pricing-header {
        padding: 30px
    }
}

.pricing-wrapper .pricing .single-item .pricing-item .pricing-header h4 {
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px
}

.pricing-wrapper .pricing .single-item .pricing-item .pricing-header h2 {
    font-weight: 600;
    margin-bottom: 0;
    font-family: cursive
}

.pricing-wrapper .pricing .single-item .pricing-item .pricing-header h2 sup {
    font-weight: 400
}

.pricing-wrapper .pricing .single-item .pricing-item .pricing-header h2 sub {
    font-weight: 400;
    font-size: 15px;
    left: -5px
}

.pricing-wrapper .pricing .single-item .pricing-item .pricing-header img {
    height: 100px;
    margin-top: 30px
}

@media screen and (max-width: 991px) {
    .pricing-wrapper .pricing .single-item .pricing-item .pricing-header img {
        margin: 20px auto 0
    }
}

.pricing-wrapper .pricing .single-item .pricing-item ul {
    display: inline-block;
    text-align: left
}

.pricing-wrapper .pricing .single-item .pricing-item ul li {
    line-height: 40px;
    text-transform: capitalize;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pricing-wrapper .pricing .single-item .pricing-item ul li img {
    margin-right: 15px;
    display: block
}

.pricing-wrapper .pricing .single-item .pricing-item ul li svg,
.pricing-wrapper .pricing .single-item .pricing-item ul li img {
    height: 16px;
    width: 16px;
    margin-right: 10px
}

@media(max-width: 375px) {

    .pricing-wrapper .pricing .single-item .pricing-item ul li svg,
    .pricing-wrapper .pricing .single-item .pricing-item ul li img {
        margin-right: 5px
    }
}

.pricing-wrapper .pricing .single-item .pricing-item ul li:nth-child(2n) {
    background: #f9f9f9
}

.pricing-wrapper .pricing .single-item .pricing-item .pricing-footer {
    margin-top: 40px;
    margin-bottom: 50px
}

.pricing-wrapper .pricing .single-item .pricing-item.active {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    z-index: 1
}

@media screen and (max-width: 991px) {
    .pricing-wrapper .pricing .single-item .pricing-item.active {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.blog {
    position: relative
}

.blog .item {
    padding: 15px
}

.blog .item:hover .blog-content-inner {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1490196078);
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.blog .item:hover .blog-inner-content {
    margin: 0 -15px
}

.blog .item:hover .blog-image {
    position: relative;
    overflow: hidden
}

.blog .item:hover .blog-image::before {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms ease-in-out 0s;
    transition: all 900ms ease-in-out 0s
}

.blog .item:hover .blog-image::after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms ease-in-out 0s;
    transition: all 900ms ease-in-out 0s
}

.blog .title-blog.main-title {
    text-align: center;
    margin: 0 0 25px
}

.blog .title-blog.main-title::after {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto
}

.blog .blog-content-inner {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1490196078);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    padding: 20px
}

@media(max-width: 991px) {
    .blog .blog-content-inner {
        padding: 15px
    }
}

.blog .blog-content-inner .blog-image {
    overflow: hidden;
    height: 220px
}

.blog .blog-content-inner .blog-image a {
    height: 100%;
    display: block
}

.blog .blog-content-inner .blog-image a img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.blog .blog-content-inner .blog-image::before {
    background: rgba(138, 105, 209, .2) none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    z-index: 9
}

.blog .blog-content-inner .blog-image::after {
    background: rgba(138, 105, 209, .2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    position: absolute;
    right: 50%;
    top: 0
}

.blog .blog-content-inner .bolg-details {
    padding-top: 35px
}

.blog .blog-content-inner .bolg-details .devider {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(221, 221, 221, .431372549);
    margin: 4px 0 10px
}

.blog .blog-content-inner .bolg-details .blog-title {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .025em;
    color: #3b566e;
    font-weight: 600;
    margin-bottom: 10px
}

.blog .blog-content-inner .bolg-details .blog-title a {
    color: #3b566e;
    text-decoration: none
}

.blog .blog-content-inner .bolg-details .blog-date,
.blog .blog-content-inner .bolg-details .blog-postby {
    font-size: 14px;
    line-height: 30px;
    color: #93999e;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog .blog-content-inner .bolg-details .blog-date img,
.blog .blog-content-inner .bolg-details .blog-postby img {
    height: 20px;
    width: 20px;
    margin-right: 5px
}

.blog .blog-content-inner .bolg-details .blog-date {
    margin: 0 15px 0 0
}

.blog .blog-content-inner .bolg-details .blog-desc {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .025em;
    color: #63819b;
    margin: 10px auto 15px;
    letter-spacing: .8px
}

.blog .blog-content-inner .bolg-details .block-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog .blog-content-inner .bolg-details .block-link div {
    margin: 0 7px 0 0
}

@media(max-width: 991px) {
    .blog .blog-content-inner .bolg-details .block-link div {
        margin: 0 10px 0 0
    }
}

.blog .blog-content-inner .bolg-details .block-link div a {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: .025em;
    color: #6176ef;
    padding: 6px 15px;
    border-radius: 30px;
    background: #e5e8fa;
    text-transform: uppercase;
    text-decoration: none
}

@media(max-width: 375px) {
    .blog .blog-content-inner .bolg-details .block-link div a {
        font-size: 12px;
        padding: 6px 10px
    }
}

.blog .blog-content-inner.style-two {
    padding: 0 !important
}

.blog .blog-content-inner.style-two .bolg-details {
    padding: 35px 20px
}

.faq-section {
    margin-left: 30px
}

@media(max-width: 1199px) {
    .faq-section {
        margin-left: 20px
    }
}

@media(max-width: 991px) {
    .faq-section {
        margin-left: 0
    }
}

.faq-section .myaccordion {
    position: relative;
    z-index: 1
}

.faq-section .myaccordion .card {
    counter-increment: rowNumber;
    border-radius: 0;
    border: rgba(0, 0, 0, 0);
    margin-bottom: 30px;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .0588235294);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .0588235294)
}

@media(max-width: 480px) {
    .faq-section .myaccordion .card {
        margin-bottom: 20px
    }
}

.faq-section .myaccordion .card:last-child {
    margin-bottom: 0
}

.faq-section .myaccordion .card .card-header {
    padding: 10px 20px;
    cursor: pointer;
    background: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
    border-bottom: 0;
    border-radius: 0;
    border-radius: 4px;
    position: relative;
    border-bottom: 1px solid #6c7ded
}

.faq-section .myaccordion .card .card-header.card-header-two {
    background: #6c7ded;
    color: #fff
}

.faq-section .myaccordion .card .card-header.card-header-two h2 .icon::after,
.faq-section .myaccordion .card .card-header.card-header-two h2 .icon::before {
    background: #fff
}

@media(max-width: 480px) {
    .faq-section .myaccordion .card .card-header {
        padding: 15px
    }
}

.faq-section .myaccordion .card .card-header[aria-expanded=true] {
    border-radius: 4px 4px 0 0
}

.faq-section .myaccordion .card .card-header[aria-expanded=true] h2 .icon::after {
    display: none
}

.faq-section .myaccordion .card .card-header h2 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    position: relative
}

@media(max-width: 480px) {
    .faq-section .myaccordion .card .card-header h2 {
        font-size: 15px
    }
}

.faq-section .myaccordion .card .card-header h2 .icon {
    position: relative;
    min-width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    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
}

.faq-section .myaccordion .card .card-header h2 .icon::after,
.faq-section .myaccordion .card .card-header h2 .icon::before {
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    background: #6c7ded
}

.faq-section .myaccordion .card .card-header h2 .icon::after {
    height: 12px;
    width: 2px;
    -webkit-transform: translateY(-50%);
    transform: translate(-50%, -50%)
}

.faq-section .myaccordion .card .card-header h2 .icon::before {
    width: 12px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%, -50%);
    background: #6c7ded
}

.faq-section .myaccordion .card .card-header h2 .icon img {
    -webkit-transition: .3s all;
    transition: .3s all
}

.faq-section .myaccordion .card .card-body {
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    -webkit-transition: .3s all;
    transition: .3s all;
    font-weight: 400;
    border-radius: 0 0 4px 4px;
    color: #666
}

@media(max-width: 767px) {
    .faq-section .myaccordion .card .card-body {
        font-size: 16px
    }
}

@media(max-width: 480px) {
    .faq-section .myaccordion .card .card-body {
        padding: 15px 15px 15px 15px;
        font-size: 14px
    }
}

.goal-achieve {
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
    padding: 40px 40px 0
}

@media(max-width: 991px) {
    .goal-achieve {
        margin-bottom: 0px
    }
}

.goal-achieve .fun-fact {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1490196078);
    position: relative;
    padding: 60px 20px 30px;
    background: #fff;
    text-align: center;
    border-radius: 15px
}

@media(max-width: 1199px) {
    .goal-achieve .fun-fact {
        padding: 50px 10px 20px
    }
}

@media(max-width: 991px) {
    .goal-achieve .fun-fact {
        margin-bottom: 60px
    }
}

.goal-achieve .fun-fact .goal-img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: -40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: #6c7ded
}

@media(max-width: 1199px) {
    .goal-achieve .fun-fact .goal-img {
        height: 70px;
        width: 70px
    }
}

.goal-achieve .fun-fact .goal-img img {
    height: 40px;
    width: 40px;
    display: inline-block
}

.goal-achieve .fun-fact .timer {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1
}

@media(max-width: 1199px) {
    .goal-achieve .fun-fact .timer {
        font-size: 24px
    }
}

.goal-achieve .fun-fact h4 {
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
    color: #6c7ded
}

.video_popup .modal-dialog {
    margin: 30px 10px
}

@media(min-width: 768px) {
    .video_popup .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }
}

@media(max-width: 767px) {
    .video_popup .modal-dialog {
        max-width: 100%
    }
}

.video_popup .modal-dialog .modal-content {
    border: none;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none
}

.video_popup .modal-dialog .modal-content .modal-body {
    padding: 0
}

.video_popup .modal-dialog .modal-content .modal-body .btn-close {
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #fff;
    opacity: .75;
    padding: 5px;
    background-size: 10px
}

.video_popup .modal-dialog .modal-content .modal-body .embed-responsive {
    width: 100%
}

.video_popup .modal-dialog .modal-content .modal-body iframe {
    width: 100%;
    border-radius: 10px
}

@media(max-width: 991px) {
    .grid-item {
        width: 220px !important
    }
}

@media(max-width: 500px) {
    .grid-item {
        width: 100% !important
    }
}

.about-us {
    height: auto;
    background: #f3f7fd;
    position: relative
}

.about-us .item {
    position: relative;
    z-index: 5
}

.about-us .content {
    color: #3b566e
}

.about-us .content h4 {
    margin-bottom: 15px
}

.about-us .content h2 {
    font-size: 46px;
    margin-bottom: 25px
}

.about-us .content strong {
    color: #6c7ded
}

.about-us .content p {
    color: #000;
    opacity: .7
}

.about-us .content .btn_block {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-us .content .btn_block .link {
    margin-left: 20px;
    font-size: 16px;
    color: #6c7ded;
    font-weight: 500;
    -webkit-transition: color .5s ease;
    transition: color .5s ease
}

.about-us .content .btn_block .link:hover {
    color: #3b566e
}

.about-us .thumb {
    font-size: 0;
    line-height: 0
}

@media screen and (max-width: 1199px) {
    .about-us .content h2 {
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 25px
    }

    .about-us .content .btn_block {
        margin-top: 30px
    }
}

@media screen and (max-width: 991px) {
    .about-us div {
        position: relative;
        z-index: 2
    }

    .about-us .content {
        text-align: center;
        padding: 0px 0 40px
    }

    .about-us .content .btn_block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .about-us .content h4 {
        margin-bottom: 10px;
        font-size: 20px
    }

    .about-us .content h2 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 15px
    }

    .about-us .content .btn_block {
        margin-top: 20px
    }

    .about-us .content p {
        font-size: 14px
    }

    .about-us .thumb {
        z-index: 1
    }
}

.service-page.work-process-area {
    margin-top: -40px
}

.service-page.work-process-area .item {
    margin-top: 40px
}

.contact-us-area .address-items {
    padding-right: 35px
}

@media screen and (max-width: 767px) {
    .contact-us-area .address-items {
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .contact-us-area .address-items .info {
        text-align: center
    }
}

.contact-us-area .address-items .info li {
    display: block;
    margin-bottom: 30px;
    overflow: hidden
}

.contact-us-area .address-items .info li .title {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .contact-us-area .address-items .info li .title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.contact-us-area .address-items .info li .title svg {
    margin-right: 10px
}

.contact-us-area .address-items .info li .title svg * {
    stroke: #3b566e
}

.contact-us-area .address-items .info li .title h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    color: #3b566e
}

.contact-us-area .address-items .info li:last-child {
    border: medium none;
    margin: 0;
    padding: 0
}

.contact-us-area .form-box h2 {
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
    margin-top: -5px
}

@media screen and (max-width: 767px) {
    .contact-us-area .form-box h2 {
        font-size: 22px;
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .contact-us-area .contact-form {
        margin-top: 30px
    }
}

.form-group {
    margin-bottom: 15px
}

.form-group input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    min-height: 50px
}

.form-group input:focus {
    border-color: #6c7ded;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group textarea {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    min-height: 180px;
    padding-top: 20px;
    max-height: 400px
}

.form-group textarea:focus {
    border-color: #6c7ded;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group ::-webkit-input-placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 18px
}

.form-group ::-webkit-input-placeholder,
.form-group ::-moz-placeholder,
.form-group :-ms-input-placeholder,
.form-group ::placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .form-group .btn {
        margin: auto;
        display: block
    }
}

.wrapper404 {
    background: #f3f7fd
}

.wrapper404 .flex-container {
    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: 70vh;
    color: #6c7ded
}

.wrapper404 .flex-container .text-center {
    text-align: center
}

.wrapper404 .flex-container .text-center h1,
.wrapper404 .flex-container .text-center h3 {
    margin: 10px;
    cursor: default
}

.wrapper404 .flex-container .text-center h1 .fade-in,
.wrapper404 .flex-container .text-center h3 .fade-in {
    -webkit-animation: fadeIn 2s ease infinite;
    animation: fadeIn 2s ease infinite
}

.wrapper404 .flex-container .text-center h1 {
    font-size: 8em;
    -webkit-transition: font-size 200ms ease-in-out;
    transition: font-size 200ms ease-in-out;
    border-bottom: 1px dashed #6c7ded
}

.wrapper404 .flex-container .text-center h1 span#digit1 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms
}

.wrapper404 .flex-container .text-center h1 span#digit2 {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms
}

.wrapper404 .flex-container .text-center h1 span#digit3 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms
}

@media screen and (max-width: 767px) {
    .wrapper404 .flex-container .text-center h1 {
        font-size: 5em
    }
}

.wrapper404 .flex-container .text-center .btn {
    margin-top: 30px
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.portfolio-grid-wrapper .portfolio-single {
    padding: 10px;
    -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, .1098039216);
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, .1098039216)
}

.portfolio-grid-wrapper .portfolio-single .portfolio-img {
    position: relative
}

.portfolio-grid-wrapper .portfolio-text {
    position: relative;
    text-align: center;
    font-size: 22px;
    background: #f8f8f8;
    padding: 10px 0;
    font-weight: 600
}

.portfolio-wrapper .portfolio-single {
    position: relative
}

.portfolio-wrapper .portfolio-single:hover .portfolio-text {
    visibility: visible
}

.portfolio-wrapper .portfolio-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    visibility: hidden;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.portfolio-single {
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 15px
}

.portfolio-single .portfolio-img {
    line-height: 0
}

.portfolio-single .portfolio-img:hover::before {
    opacity: .7
}

.portfolio-single .portfolio-img::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(295deg, rgb(85, 90, 191) 6%, rgb(103, 114, 229) 30%, rgb(119, 149, 248) 85%);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.portfolio-single .portfolio-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.grid {
    margin: 1rem auto
}

.grid-item {
    width: 400px;
    height: auto;
    margin-bottom: 10px
}

.grid-item img {
    width: 100%;
    height: 100%
}

@media(min-width: 768px) {
    .modal-dialog {
        max-width: 600px
    }
}

@media(min-width: 992px) {
    .modal-dialog {
        max-width: 900px
    }
}

.modal-dialog .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border: none
}

.modal-dialog .modal-content .modal-body {
    position: relative;
    padding: 0px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media(max-width: 767px) {
    .modal-dialog .modal-content .modal-body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.modal-dialog .modal-content .modal-body .close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 20px;
    color: rgba(0, 0, 0, .5)
}

@media(max-width: 767px) {
    .modal-dialog .modal-content .modal-body .close {
        color: #fff
    }
}

.modal-dialog .modal-content .modal-body .back_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    background-color: #6c7ded;
    border-radius: 4px 0px 0px 4px;
    padding: 40px 30px
}

@media(max-width: 1199px) {
    .modal-dialog .modal-content .modal-body .back_col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }
}

@media(max-width: 767px) {
    .modal-dialog .modal-content .modal-body .back_col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 30px 20px;
        border-radius: 4px 4px 0 0
    }
}

.modal-dialog .modal-content .modal-body .back_col .modal_title1 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600
}

.modal-dialog .modal-content .modal-body .back_col .modal_title1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(.././images/divider_white.png) no-repeat 0 0;
    width: 137px;
    height: 3px
}

.modal-dialog .modal-content .modal-body .back_col .contact_detail .address_box h3 {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 18px auto 0px
}

.modal-dialog .modal-content .modal-body .back_col .contact_detail .address_box p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .05em;
    color: rgba(255, 255, 255, .8);
    margin: 0 0 30px
}

.modal-dialog .modal-content .modal-body .white_bg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    padding: 40px 30px
}

@media(max-width: 1199px) {
    .modal-dialog .modal-content .modal-body .white_bg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

@media(max-width: 767px) {
    .modal-dialog .modal-content .modal-body .white_bg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 30px 20px
    }
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from .main-title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #3b566e;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from .main-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(.././images/divider.png) no-repeat 0 0;
    width: 137px;
    height: 3px
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from form .contact_input {
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 45px;
    padding-left: 15px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: .5px
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from form .contact_input::-webkit-input-placeholder {
    color: #999;
    opacity: .8
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from form .contact_input::-moz-placeholder {
    color: #999;
    opacity: .8
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from form .contact_input:-ms-input-placeholder {
    color: #999;
    opacity: .8
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from form .contact_input::-ms-input-placeholder {
    color: #999;
    opacity: .8
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from form .contact_input::placeholder {
    color: #999;
    opacity: .8
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from form .contact_input1 {
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    min-height: 80px;
    line-height: 40px;
    padding-left: 15px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: .5px
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from form .contact_input1::-webkit-input-placeholder {
    color: #999;
    opacity: .8
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from form .contact_input1::-moz-placeholder {
    color: #999;
    opacity: .8
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from form .contact_input1:-ms-input-placeholder {
    color: #999;
    opacity: .8
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from form .contact_input1::-ms-input-placeholder {
    color: #999;
    opacity: .8
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from form .contact_input1::placeholder {
    color: #999;
    opacity: .8
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from form .submit_btn {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .05em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-box-shadow: 2px 3px 6px 0px rgba(79, 79, 79, .5);
    box-shadow: 2px 3px 6px 0px rgba(79, 79, 79, .5);
    -webkit-transition: all ease .6s 0s;
    transition: all ease .6s 0s;
    background: #6c7ded;
    color: #fff;
    border: none
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from form .submit_btn {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all ease .5s 0s;
    transition: all ease .5s 0s
}

.modal-dialog .modal-content .modal-body .white_bg .contact_from form .submit_btn:hover {
    background: #555abf;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all ease .5s 0s;
    transition: all ease .5s 0s;
    opacity: .8
}

.blog-details-section .news_title {
    font-size: 30px;
    color: #3b566e;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px
}

.blog-details-section .news_img img {
    width: 100%;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-details-section .news_desc {
    color: #6f8ba4;
    margin: 0 0 70px;
    padding: 0 0 70px;
    border-bottom: 1px dashed #d7d7d7
}

.blog-details-section .news_desc ul {
    margin: 20px 0
}

.blog-details-section .news_desc ul li {
    text-align: left
}

.blog-details-section .news_desc ul li a {
    color: #3b566e;
    letter-spacing: 1px
}

.blog-details-section .news_desc .news_feedback {
    text-align: left;
    padding: 0;
    margin: 20px 0 15px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-details-section .news_desc .news_likes {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: .01em;
    color: #3b566e;
    margin: 0 20px 0 0
}

.blog-details-section .news_desc .news_likes img {
    margin-right: 5px
}

.blog-details-section .news_desc .news_views,
.blog-details-section .news_desc .news_comment {
    font-size: 14px;
    letter-spacing: .01em;
    color: #3b566e;
    display: inline-block;
    margin: 0 20px 0 0
}

.blog-details-section .news_desc .news_comment {
    float: right;
    margin: 0
}

.blog-details-section .comment-box {
    padding: 0 0 50px;
    margin: 0 0 70px;
    border-bottom: 1px dashed #d7d7d7
}

.blog-details-section .comment-box .site-heading h2 {
    padding-bottom: 5px
}

.blog-details-section .comment-box .site-heading h2::before {
    left: 0;
    margin-left: 0;
    width: 40px
}

.blog-details-section .comment-box .site-heading h2::after {
    left: 0;
    margin-left: 45px;
    position: absolute;
    width: 5px
}

.blog-details-section .comment-box .single-comment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

@media screen and (max-width: 575px) {
    .blog-details-section .comment-box .single-comment-box {
        display: block
    }
}

.blog-details-section .comment-box .single-comment-box .img-box {
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    border-radius: 50%;
    float: left
}

@media screen and (max-width: 575px) {
    .blog-details-section .comment-box .single-comment-box .img-box {
        float: none;
        height: 50px;
        max-width: 50px;
        min-width: 50px;
        margin-bottom: 15px
    }
}

.blog-details-section .comment-box .single-comment-box .img-box .img-fluid {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.blog-details-section .comment-box .single-comment-box .content-box {
    width: auto;
    float: none;
    overflow: hidden;
    padding: 0 0 0 30px
}

@media screen and (max-width: 575px) {
    .blog-details-section .comment-box .single-comment-box .content-box {
        padding: 0
    }
}

.blog-details-section .comment-box .single-comment-box .content-box h3 {
    font-size: 17px;
    line-height: 25px;
    color: #3b566e;
    font-weight: 600;
    margin: 0;
    float: left
}

@media screen and (max-width: 575px) {
    .blog-details-section .comment-box .single-comment-box .content-box h3 {
        font-size: 16px
    }
}

.blog-details-section .comment-box .single-comment-box .content-box p {
    width: 80%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #6f8ba4;
    margin: 10px 0 0;
    letter-spacing: .8px
}

@media screen and (max-width: 575px) {
    .blog-details-section .comment-box .single-comment-box .content-box p {
        font-size: 12px;
        line-height: 19px;
        margin: 2px 0 0
    }
}

.blog-details-section .comment-box .single-comment-box .content-box .meta-box.clearfix {
    font-size: 14px;
    line-height: 25px;
    color: #9fabb5;
    float: left;
    margin: 0 0 0 40px
}

@media screen and (max-width: 575px) {
    .blog-details-section .comment-box .single-comment-box .content-box .meta-box.clearfix {
        margin: 0 0 0 10px;
        font-size: 12px
    }
}

.blog-details-section .comment-box .single-comment-box .content-box .reply_btn {
    text-align: right
}

.blog-details-section .comment-box .single-comment-box .content-box .reply_btn a {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .075em;
    color: #3b566e;
    background: #e1e1e1;
    padding: 3px 14px 3px;
    border-radius: 50px;
    text-decoration: none
}

@media screen and (max-width: 575px) {
    .blog-details-section .comment-box .single-comment-box .content-box .reply_btn a {
        font-size: 11px
    }
}

.blog-details-section .comment-box .contact-content {
    width: 100%;
    float: left
}

.blog-details-section .form-box h2 {
    margin-bottom: 30px
}

@media(max-width: 991px) {
    .Right-column {
        margin-top: 50px
    }
}

.Right-column .box {
    width: 100%;
    float: left;
    padding: 35px 0;
    border-radius: 8px;
    -webkit-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, .3);
    box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, .3);
    margin-bottom: 40px
}

.Right-column .Search_box {
    width: 100%;
    float: left;
    margin: 0 0 40px
}

.Right-column .input-search {
    position: relative
}

.Right-column .input-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #6c7ded
}

.Right-column .input-search-btn .btn-search {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    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
}

.Right-column .input-search-btn .btn-search img {
    width: 25px
}

.Right-column .form-control.input-lg {
    position: relative;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: .075em;
    color: #9c9c9c;
    border-radius: 50px;
    padding: 11px 47px 11px 20px;
    background: #ebebeb;
    height: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.Right-column .categories_box,
.Right-column .recent_post,
.Right-column .archives_box,
.Right-column .tag_box {
    width: 100%;
    float: left
}

.Right-column .sidebar_title h5 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .1em;
    color: #3b566e;
    text-align: center;
    margin: 0 0 15px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px
}

.Right-column .sidebar_title h5::before {
    background: #6c7ded none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px
}

.Right-column .sidebar_title h5::after {
    background: #6c7ded none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px
}

.Right-column .sidebar-item ul {
    margin: 0;
    padding: 0
}

.Right-column .sidebar-item ul li {
    list-style: none;
    border-left: 3px solid rgba(0, 0, 0, 0);
    padding: 0 35px;
    margin: 0 0 5px;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(max-width: 1399px) {
    .Right-column .sidebar-item ul li {
        padding: 0 20px
    }
}

.Right-column .sidebar-item ul li::last-child {
    margin: 0
}

.Right-column .sidebar-item ul li:hover {
    border-left: 3px solid #6c7ded;
    background: #f3f7fd
}

.Right-column .sidebar-item ul li:hover a {
    color: #6c7ded
}

.Right-column .sidebar-item ul li:hover a .categories_left {
    background: #6c7ded;
    color: #fff
}

.Right-column .sidebar-item ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    color: #3b566e;
    -webkit-transition: all .3s;
    transition: all .3s
}

.Right-column .sidebar-item ul li a .categories_left {
    width: 26px;
    height: 26px;
    text-align: center;
    background: #e1e1e1;
    border-radius: 50%;
    text-align: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s;
    transition: all .3s
}

.Right-column .sidebar-item ul li .thumb a {
    height: 80px;
    width: 80px;
    display: inline-block;
    margin-right: 10px
}

.Right-column .sidebar-item ul li .thumb a img {
    height: 100%;
    width: 100%
}

.Right-column .sidebar-item ul li .info {
    width: auto;
    float: none;
    overflow: hidden;
    padding: 0px 0 0 0px
}

.Right-column .sidebar-item ul li .info a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .025em;
    color: #4b4b4b;
    text-decoration: none
}

.Right-column .sidebar-item ul li .info .meta-title .post-date {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: .01em;
    color: #8164cd
}

.Right-column .sidebar-item.recent-post ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Right-column .tags .sidebar-info {
    padding: 0 30px 0 28px
}

.Right-column .tags .sidebar-info ul li {
    width: auto;
    border: none;
    padding: 0 18px;
    margin: 5px 0;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #e1e1e1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.Right-column .tags .sidebar-info ul li:hover {
    background: #6c7ded
}

.Right-column .tags .sidebar-info ul li:hover a {
    color: #fff
}

.blog-page .blog-inner-content {
    margin-top: -40px
}

@media(max-width: 1399px) {
    .blog-page .blog-inner-content .blog-content-inner {
        padding: 15px
    }
}

.blog-page .blog-inner-content .item {
    padding: 0;
    margin-top: 40px
}

footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(295deg, rgb(85, 90, 191) 6%, rgb(103, 114, 229) 30%, rgb(119, 149, 248) 85%)
}

footer .main-footer {
    position: relative;
    z-index: 10
}

@media(max-width: 1199px) {
    footer .main-footer {
        padding: 40px 0
    }
}

footer .main-footer .footer-content {
    padding: 60px 0
}

@media(max-width: 1199px) {
    footer .main-footer .footer-content {
        padding: 0
    }
}

footer .main-footer .footer-about {
    position: relative;
    padding-right: 35px
}

@media(max-width: 1199px) {
    footer .main-footer .footer-about {
        border-right: none;
        padding-right: 0;
        text-align: center
    }
}

footer .main-footer .footer-about a {
    display: block;
    margin-bottom: 30px;
    line-height: 0
}

footer .main-footer .footer-about a img {
    max-width: 200px
}

footer .main-footer .footer-about p {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .7019607843);
    margin-bottom: 20px
}

@media(max-width: 1199px) {
    footer .main-footer .footer-about p {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 991px) {
    footer .main-footer .footer-about p {
        margin-bottom: 10px
    }
}

footer .main-footer .footer-about .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 1199px) {
    footer .main-footer .footer-about .social-icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }
}

@media(max-width: 991px) {
    footer .main-footer .footer-about .social-icons {
        margin-bottom: 10px
    }
}

footer .main-footer .footer-about .social-icons li {
    margin-right: 5px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    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: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

footer .main-footer .footer-about .social-icons li:hover {
    background: #555abf;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1490196078)
}

footer .main-footer .footer-about .social-icons li img {
    height: 15px;
    width: 15px
}

footer .main-footer .footer-links {
    margin-top: 12px
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
    footer .main-footer .footer-links {
        padding-bottom: 20px
    }
}

@media(max-width: 1199px) {
    footer .main-footer .footer-links {
        margin-top: 0
    }
}

footer .main-footer .footer-links .footer-title {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600
}

@media(max-width: 991px) {
    footer .main-footer .footer-links .footer-title {
        margin-bottom: 20px;
        font-size: 20px
    }
}

footer .main-footer .footer-links .footer-title.mob[aria-expanded=true] .footer-toggler {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

@media(max-width: 991px) {
    footer .main-footer .footer-links .footer-title.mob .footer-toggler {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
        top: 50%;
        position: absolute;
        right: 0;
        line-height: 0;
        display: block;
        border-radius: 8px 0;
        margin-left: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    footer .main-footer .footer-links .footer-title.mob .footer-toggler:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-top: -3px;
        -webkit-transition: .3s all;
        transition: .3s all
    }
}

@media(min-width: 992px) {
    footer .main-footer .footer-links .footer-title.mob .footer-toggler {
        display: none
    }
}

footer .main-footer .footer-links ul.foot-mob {
    padding-left: 20px
}

@media(min-width: 992px) {
    footer .main-footer .footer-links ul.foot-mob {
        display: block;
        padding-left: 0
    }
}

footer .main-footer .footer-links ul li {
    margin-bottom: 25px
}

@media(max-width: 991px) {
    footer .main-footer .footer-links ul li {
        margin-bottom: 10px
    }
}

@media(min-width: 992px) {
    footer .main-footer .footer-links ul li:last-child {
        margin-bottom: 0
    }
}

footer .main-footer .footer-links ul li a {
    font-size: 16px;
    line-height: 18px;
    color: rgba(255, 255, 255, .7019607843);
    -webkit-transition: .3s all;
    transition: .3s all
}

footer .main-footer .footer-links ul li a:hover {
    color: #fff
}

footer .sub-footer {
    padding: 10px 0;
    text-align: center;
    position: relative;
    border-top: 1px solid rgba(179, 179, 179, .2509803922)
}

footer .sub-footer p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, .7019607843)
}

@media(max-width: 991px) {
    footer .sub-footer p {
        font-size: 13px
    }
}

footer .sub-footer p a {
    color: #fff
}

.footer-contact ul li {
    font-size: 16px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-contact ul li .my-icon {
    margin-right: 10px;
    line-height: 0
}

.footer-contact ul li .my-icon img {
    min-width: 24px
}

.footer-contact ul li:last-child {
    margin-bottom: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-contact ul li a {
    color: rgba(255, 255, 255, .7019607843);
    -webkit-transition: .3s all;
    transition: .3s all
}

.footer-contact ul li a:hover {
    color: #fff
}

.footer-contact ul li p {
    font-size: 16px;
    color: rgba(255, 255, 255, .7019607843)
}