* {
    padding: 0;
    margin: 0
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #fff;
    color: #666
}

html,
body,
.wrapper {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-weight: 400;
    line-height: 1.2;
    font-family: inter, sans-serif;
    letter-spacing: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 27px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 14px
}

img {
    border: none;
    outline: none;
    max-width: 100%
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 5px;
    max-width: 100%
}

a,
.btn,
button {
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    outline: medium;
    font-family: inter, sans-serif
}

a img,
iframe {
    border: none
}

p {
    color: #666;
    margin: 0 0 15px;
    text-transform: none
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit
}

ul {
    margin: 0;
    list-style-type: none
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: #0e2b3d
}

a:hover {
    color: #0e2b3d
}

a {
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    text-decoration: none;
    font-family: inter, sans-serif;
    font-weight: 600
}

b,
strong {
    font-weight: 600
}

.btn.active,
.btn:active {
    background-image: inherit !important
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
    outline: 0
}

.btn.circle {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px
}

.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px
}

.container-medium {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px
}

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px
}

.container-fill {
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
    padding: 0
}

@media(min-width:576px) {
    .container-medium {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container-medium {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container-medium {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container-medium {
        max-width: 1400px;
        width: 80%
    }
}

@media(min-width:576px) {
    .container-full {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container-full {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container-full {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container-full {
        max-width: 1400px;
        width: 90%
    }
}

@media(min-width:576px) {
    .container-fill {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container-fill {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container-fill {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container-fill {
        width: 100%;
        max-width: 100%
    }
}

@media(max-width:1199px) {
    .container-fill {
        padding: 0 15px
    }
}

.fixed-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.bg-cover {
    background-position: center center;
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover
}

.bg-gray {
    background-color: #f3f7fd
}

.bg-light {
    background-color: #fff
}

.bg-theme {
    background-color: #104cba
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
    color: #fff
}

.shadow {
    position: relative;
    z-index: 1;
    box-shadow: inherit !important
}

.shadow.dark::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shadow.dark-hard::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shadow.dark-small::after {
    background: #104cba none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shadow.light::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shadow.theme::after {
    background: #104cba none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shadow.theme-hard::after {
    background: #104cba none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
    position: relative;
    z-index: 1
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

.default-padding-top {
    padding-top: 120px
}

.default-padding-bottom {
    padding-bottom: 120px
}

.default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px
}

.default-padding-bottom.bottom-less {
    margin-bottom: -30px
}

.default-padding-top.bottom-less {
    margin-bottom: -30px
}

.default-padding.bottom-less
{
    padding-bottom: 50px;
}
.top-border {
    border-top: 1px solid #e7e7e7
}

.align-center {
    align-items: center
}

.btn {
    display: inline-block;
    font-family: inter, sans-serif;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
    font-size: 16px
}

.btn-md {
    padding: 15px 40px
}

.btn-sm {
    padding: 10px 35px;
    font-size: 14px
}

.btn-border-light {
    border: 2px solid #fff
}

.btn-dark {
    background-color: #0e2b3d;
    color: #fff;
    border: 2px solid #0e2b3d
}

.btn-dark.border {
    background-color: transparent;
    color: #0e2b3d;
    border: 2px solid #0e2b3d !important
}

.btn-dark.border:hover {
    background-color: #0e2b3d;
    color: #fff !important;
    border: 2px solid #0e2b3d !important
}

.btn-gray.border {
    background-color: transparent;
    color: #104cba;
    border: 2px solid #e7e7e7 !important
}

.btn-gray.border:hover {
    background-color: #104cba;
    color: #fff !important;
    border: 2px solid #104cba !important
}

.btn-gray.effect {
    background: #fafafa;
    border: 1px solid #e7e7e7 !important
}

.btn.btn-light {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #0e2b3d
}

.btn.btn-light.border {
    background: 0 0;
    border: 2px solid #fff !important;
    color: #fff
}

.btn.btn-light.border:hover {
    background: #fff none repeat scroll 0 0 !important;
    border: 2px solid #fff !important;
    color: #0e2b3d !important
}

.btn-animate {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: 0 0;
    padding: 0
}

.btn-animate {
    width: 12rem;
    height: auto
}

.btn-animate .circle {
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3.2rem;
    height: 3.2rem;
    background: #104cba;
    border-radius: 1.625rem
}

.btn-animate .circle .icon {
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff
}

.btn-animate .circle .icon.arrow {
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    left: .625rem;
    width: 1.125rem;
    height: .125rem;
    background: 0 0
}

.btn-animate .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -.25rem;
    right: .0625rem;
    width: .625rem;
    height: .625rem;
    border-top: .125rem solid #fff;
    border-right: .125rem solid #fff;
    transform: rotate(45deg)
}

.btn-animate .button-text {
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .75rem 0;
    margin: 0 0 0 1.85rem;
    color: #104cba;
    line-height: 1.8;
    text-align: center;
    text-transform: uppercase
}

.btn-animate:hover .circle {
    width: 100%
}

.btn-animate:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0)
}

.btn-animate:hover .button-text {
    color: #fff
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
    color: #fff
}

.btn-dark:hover,
.btn-dark:focus {
    color: #0e2b3d !important;
    background: 0 0
}

.bg-dark {
    background: #101c3d !important
}

.bg-dark-hard {
    background: #08111e
}

.bg-gradient {
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 16, 45, 1) 0%, rgb(27, 27, 27) 56%)
}

.btn-theme {
    background-color: #104cba;
    color: #fff !important;
    border: 2px solid #104cba
}

.btn-theme.border {
    background-color: transparent;
    color: #0e2b3d !important;
    border: 2px solid #104cba !important
}

.text-light .btn-theme.border {
    color: #fff !important
}

.btn-theme.border:hover {
    background-color: #104cba;
    color: #fff !important;
    border: 2px solid #104cba
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
    background: #104cba none repeat scroll 0 0;
    border: 2px solid #104cba;
    color: #fff
}

.btn.btn-sm-lm {
    font-size: 12px;
    padding: 4px 35px
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
    border: 2px solid #fff;
    color: #fff
}

.btn-gradient,
.btn-gradient:focus {
    position: relative;
    z-index: 1;
    color: #fff !important
}

.btn-gradient:hover {
    color: #fff
}

.btn-gradient::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 16, 45, 1) 0%, rgba(0, 89, 252, 1) 56%);
    transition: all .35s ease-in-out;
    z-index: -1
}

.btn-gradient i {
    display: inline-block;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    margin-left: 5px
}

.btn-gradient.icon-normal i {
    border: none;
    background: 0 0;
    font-size: 20px;
    line-height: inherit;
    position: relative;
    top: 2px;
    margin-right: 0;
    height: auto;
    width: auto
}

.btn-gradient.icon-left i {
    margin-left: 0;
    margin-right: 5px
}

.inc-icon i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    margin-left: 5px;
    border: 1px dashed rgba(255, 255, 255, .5)
}

.btn-gradient.btn-sm {
    padding: 10px 30px
}

.btn.btn-transparent.border {
    border: 1px solid rgba(255, 255, 255, .3) !important
}

.btn.btn-transparent.border:hover {
    border: 1px solid rgba(255, 255, 255, .5) !important;
    background: rgba(255, 255, 255, .07);
    color: #fff !important
}

.relative {
    position: relative;
    z-index: 1
}

.bg-fixed {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important
}

.bg-cover {
    background-position: center center !important;
    background-size: cover !important
}

.overflow-hidden {
    overflow: hidden
}

button,
button:focus {
    border: none !important;
    box-shadow: inherit !important;
    outline: inherit !important
}

header {
    position: relative
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
    position: relative;
    z-index: 1;
    margin-left: 3px
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
    border: medium
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
    background: #fff none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
    width: 100%
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
    width: 0
}

.attr-nav .social.right li {
    margin-left: 20px
}

.attr-nav .social li a {
    font-size: 16px
}

nav.bootsnav.navbar-default.info-topbar .navbar-header {
    display: none
}

nav.bootsnav.navbar-default.info-topbar ul li a {
    margin-right: 30px;
    padding: 35px 0
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
    margin-right: 0;
    padding: 35px 20px
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
    background: #104cba none repeat scroll 0 0;
    border: 2px solid #104cba;
    color: #fff !important
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
    margin-right: 30px;
    padding: 35px 0
}

.attr-nav.social li {
    display: inline-block;
    padding: 25px 0 !important;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out
}

.attr-nav.social li a {
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #104cba;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0 !important;
    text-align: center;
    width: 40px
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
    display: inline-block;
    padding: 20px 0 !important
}

body.overflow {
    z-index: 1;
    height: 100%;
    position: fixed
}

body.overflow::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #104cba;
    z-index: 1;
    transition: all .35s ease-in-out;
    opacity: .9
}

header.ofcanvas-nav {
    position: relative
}

header.ofcanvas-nav .logo {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 9
}

.nav-indicator {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: #104cba;
    color: #fff;
    padding: 50px
}

.nav-indicator.clicked {
    position: fixed
}

.nav-indicator span {
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1.5px;
    color: #fff
}

.nav-indicator span,
.nav-indicator span::before,
.nav-indicator span::after {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.nav-indicator span::before,
.nav-indicator span::after {
    position: absolute;
    content: ""
}

.nav-indicator span::before {
    top: -9px
}

.nav-indicator span::after {
    top: 9px
}

.nav-indicator.clicked span {
    background-color: transparent
}

.nav-indicator.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg)
}

.nav-indicator.clicked span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg)
}

.nav-indicator.clicked span:before,
.nav-indicator.clicked span:after {
    background-color: #fff
}

.nav-indicator:hover {
    cursor: pointer
}

nav.navbar.off-canvas-nav {
    background-color: #fff;
    position: fixed;
    z-index: 9;
    top: 0;
    right: -18px;
    height: 100%;
    max-width: 515px;
    width: 100%;
    padding: 100px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform .55s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: transform .55s cubic-bezier(.785, .135, .15, .86);
    -o-transition: transform .55s cubic-bezier(.785, .135, .15, .86);
    transition: transform .55s cubic-bezier(.785, .135, .15, .86);
    overflow-y: auto;
    box-shadow: 0 15px 40px -5px rgb(0 0 0/10%);
    border-radius: inherit
}

nav.navbar.off-canvas-nav.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

nav.navbar.off-canvas-nav.show ul.main li {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1
}

nav.navbar.off-canvas-nav.show ul.main li:nth-child(1) {
    transition-delay: .15s
}

nav.navbar.off-canvas-nav.show ul.main li:nth-child(2) {
    transition-delay: .3s
}

nav.navbar.off-canvas-nav.show ul.main li:nth-child(3) {
    transition-delay: .45s
}

nav.navbar.off-canvas-nav.show ul.main li:nth-child(4) {
    transition-delay: .6s
}

nav.navbar.off-canvas-nav.show ul.main li:nth-child(5) {
    transition-delay: .75s
}

nav.navbar.off-canvas-nav.show ul.main li:nth-child(6) {
    transition-delay: .9s
}

nav.navbar.off-canvas-nav.show ul.main li:nth-child(7) {
    transition-delay: 1.05s
}

nav.navbar.off-canvas-nav.show ul.main li:nth-child(8) {
    transition-delay: 1.2s
}

nav.navbar.off-canvas-nav.show ul.main li:nth-child(9) {
    transition-delay: 1.35s
}

nav.navbar.off-canvas-nav ul.main {
    list-style-type: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

nav.navbar.off-canvas-nav ul.main li {
    margin-bottom: 30px;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

nav.navbar.off-canvas-nav ul.main li:last-child {
    margin-bottom: 0
}

nav.navbar.off-canvas-nav.show ul.main li a {
    font-size: 40px;
    font-weight: 800;
    color: #666
}

nav.navbar.off-canvas-nav.show ul.main li a:hover {
    color: #104cba
}

header.ofcanvas-nav .logo-responsive {
    display: none
}

@media only screen and (max-width:767px) {
    nav.navbar.off-canvas-nav.show ul.main li {
        margin: 20px
    }
    nav.navbar.off-canvas-nav.show ul.main li a {
        font-size: 16px;
        font-weight: 600
    }
    nav.navbar.off-canvas-nav {
        max-width: 300px;
        padding: 100px 30px
    }
    header.ofcanvas-nav {
        position: relative;
        background: #fff;
        height: 100px
    }
    header.ofcanvas-nav .logo-responsive {
        display: inline-block
    }
    header.ofcanvas-nav .logo-desktop {
        display: none
    }
    header.ofcanvas-nav .logo {
        top: 20px
    }
    body.overflow {
        position: inherit
    }
    body.overflow::after {
        display: none
    }
    nav.navbar.off-canvas-nav ul.main {
        position: inherit;
        top: 0;
        transform: inherit
    }
}

.site-heading h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #104cba;
    font-size: 16px;
    position: relative;
    z-index: 1;
    display: inline-block
}

.site-heading p {
    margin: 0;
    margin-top: 10px
}

.site-heading.light p {
    color: #fff
}

.site-heading h2 {
    display: block;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    line-height: 1.2;
    padding: 0 14%
}

.site-heading.light h2 {
    color: #fff
}

.site-heading .devider {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #104cba;
    position: relative;
    z-index: 1;
    left: 10px
}

.site-heading.text-light .devider {
    background: #fff
}

.site-heading.light .devider {
    background: #fff
}

.site-heading .devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: #104cba
}

.site-heading.light .devider:before {
    background: #fff
}

.heading-divider {
    display: inline-block;
    position: relative;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #104cba;
    width: 90px;
    overflow: hidden
}

.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #fff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: infinite-move;
    animation-name: infinite-move
}

.bg-gray .heading-divider:after {
    background-color: #f3f7fd
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px
}

.carousel-shadow .owl-stage-outer {
    margin: -15px;
    padding: 15px
}

@media only screen and (min-width:1100px) {
    .left-border::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 70px;
        background: #edf5ff;
        z-index: -1
    }
    .bg-gray.left-border::before {
        background: #fff
    }
}

.carousel-shadow .owl-stage-outer {
    margin: -15px;
    padding: 15px
}

.heading-left {
    margin-bottom: 60px
}

.heading-left .left-info {
    padding-right: 50px;
    border-right: 1px solid #ddd
}

.heading-left .right-info {
    padding-left: 50px
}

.heading-left h5 {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #104cba;
    font-size: 16px
}

.heading-left p {
    margin-top: -5px;
    margin-bottom: 0
}

.heading-left h2 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0
}

.heading-left a {
    margin-top: 10px
}

.fixed-shape-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1
}

.fixed-shape-bottom img {
    width: 100%
}

.top-bar-area.bg-gradient .social li a:hover {
    color: #fff
}

.language-switcher .dropdown-toggle {
    background: 0 0;
    border: none;
    color: #666;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px;
    text-transform: capitalize
}

.language-switcher img {
    padding: 3px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 50%;
    height: 45px;
    width: 45px
}

.language-switcher .dropdown-toggle li {
    display: block
}

.language-switcher .dropdown-menu li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #e7e7e7
}

.language-switcher .dropdown-menu li:last-child {
    border: none
}

.language-switcher .dropdown-menu {
    margin: 0;
    min-width: 200px;
    border-radius: inherit;
    border: 1px solid #e7e7e7;
    left: auto !important;
    right: 0
}

.nav-box .language-switcher .dropdown-menu {
    top: 58px
}

@media(min-width:1024px) {
    .nav-box .language-switcher .dropdown-menu {
        top: 80px
    }
}

.language-switcher .dropdown-menu.show {
    display: block !important
}

.language-switcher .dropdown-menu li a {
    padding: 7px 15px;
    text-transform: capitalize;
    display: block;
    font-weight: 600
}

.top-bar-area.transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.top-bar-area.transparent i {
    color: #fff !important
}

.top-bar-area.inc-border {
    border-bottom: 1px solid #e7e7e7
}

.top-bar-area li {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 1
}

.top-bar-area li:first-child {
    margin: 0;
    padding: 0;
    border: none
}

.top-bar-area p {
    margin: 0;
    font-weight: 500
}

.top-bar-area p a {
    text-decoration: underline;
    font-weight: 600
}

.top-bar-area.inc-border {
    border-bottom: 1px solid #e7e7e7
}

.top-bar-area .button a {
    display: inline-block;
    padding: 6px 25px;
    color: #fff;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, .5)
}

.top-bar-area li::after {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    height: 19px;
    width: 1px;
    border-left: 1px solid #ddd
}

.top-bar-area.transparent li::after {
    border-left: 1px solid rgba(255, 255, 255, .3);
    height: 80px;
    top: -30px
}

.top-bar-area li:first-child::after {
    display: none
}

.top-bar-area .item-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.top-bar-area .social ul {
    margin-left: 30px
}

.top-bar-area .social ul li::after {
    display: none
}

.top-bar-area .social li {
    margin-left: 10px
}

.top-bar-area.inc-pad {
    padding: 15px 0
}

.top-bar-area.inc-padding {
    padding: 10px 0
}

.top-bar-area .button i {
    margin-right: 5px
}

.top-bar-area .info li i {
    margin-right: 5px;
    color: #104cba
}

.top-bar-area.fixed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9
}

.top-bar-area.fixe .row {
    align-items: center
}

.top-bar-area.fixed {
    padding: 20px 0
}

.top-bar-area .address-info li {
    text-align: left
}

.top-bar-area .address-info li .icon,
.top-bar-area .address-info li .info {
    display: inline-block
}

.top-bar-area .address-info li .icon i {
    margin-right: 10px
}

.top-bar-area .info a {
    margin-left: 20px
}

.top-bar-area.fixed .container {
    padding-right: 30px
}

.top-bar-area.bg-dark .info li i,
.top-bar-area.bg-theme .info li i,
.top-bar-area.bg-gradient .info li i {
    color: #fff
}

.top-bar-area.inc-logo {
    padding: 15px 0
}

.top-bar-area .info-colums ul {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.top-bar-area .info-colums ul .info span {
    display: block;
    font-weight: 600;
    text-transform: uppercase
}

.top-bar-area .info-colums li i {
    font-size: 35px
}

.top-bar-area .info-colums ul .info {
    font-size: 14px;
    text-align: left
}

.top-bar-area .info-colums .info,
.top-bar-area .info-colums .icon {
    display: inline-block
}

.top-bar-area .info-colums ul li {
    text-align: left
}

.top-bar-area .info-colums ul li .info {
    line-height: 24px
}

.top-bar-area .info-colums ul li .icon {
    margin-right: 15px
}

.top-bar-area .info-colums ul li::after {
    height: 90%;
    top: 5%
}

.top-bar-area.bg-theme .info-colums ul li::after {
    border-left: 1px solid rgba(255, 255, 255, .3)
}

.top-bar-area .info-colums ul li .icon i {
    color: #104cba
}

.top-bar-area.bg-theme .info-colums ul li .icon i {
    color: #fff
}

.top-bar-area.bg-theme {
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.breadcrumb-area {
    padding: 150px 0
}

.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0
}

.breadcrumb-area h2 {
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 40px;
    margin-top: -10px
}

.breadcrumb>li+li::before {
    content: "\f105";
    font-family: "font awesome 5 free";
    font-weight: 600;
    padding: 0 5px;
    color: #fff;
    display: none
}

.breadcrumb-area .breadcrumb li i {
    margin-right: 5px
}

.breadcrumb-area .breadcrumb li {
    padding: 0 12px;
    position: relative;
    z-index: 1;
    display: inline-block
}

.breadcrumb-area .breadcrumb li::after {
    color: #fff;
    content: "/";
    font-weight: 600;
    position: absolute;
    right: -5px;
    height: 100%
}

.breadcrumb-area .breadcrumb li:last-child::after {
    display: none
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff
}

.breadcrumb-area .breadcrumb li.active {
    color: #fff;
    text-decoration: underline
}

.breadcrumb-area.less-background::after {
    display: none
}

.breadcrumb-area.less-background {
    background: linear-gradient(90deg, rgba(0, 16, 45, 1) 0%, rgba(0, 89, 252, 1) 56%);
    position: relative;
    z-index: 1;
    overflow: hidden
}

.breadcrumb-area.less-background::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 500px;
    width: 500px;
    background: #fff;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    opacity: .08
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.fixed-shape-top {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.fixed-shape-top img {
    width: 100%
}

body,
.banner-area,
.banner-area div {
    height: 100%
}

.banner-area.auto-height,
.banner-area.auto-height div {
    height: auto
}

.banner-area.auto-height .content {
    padding: 150px 0
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.banner-area .box-table {
    display: table;
    width: 100%
}

.banner-area .box-cell,
.banner-area .box-cell div {
    height: auto
}

.banner-area {
    position: relative;
    overflow: hidden;
    height: 100vh
}

.banner-area .wavesshape {
    bottom: -2px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%
}

.banner-area .wavesshape.shape {
    bottom: -50px;
    height: auto
}

.banner-area .content {
    position: relative;
    z-index: 9
}

.banner-area.wavesshape {
    position: relative;
    z-index: 1
}

.banner-area.triangle-shadow {
    position: relative;
    z-index: 1
}

.banner-area.triangle-shadow::before {
    border-bottom: 0 solid transparent;
    border-right: 100vw solid #fff;
    border-top: 80px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 101
}

.banner-area.shadow-inner .content {
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.banner-area.content-double .double-items {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    vertical-align: middle
}

.banner-area .banner-carousel .owl-item.center img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.banner-area .banner-carousel .owl-item img {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9)
}

.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
    animation-delay: .5s
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
    animation-delay: .7s
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
    animation-delay: .9s
}

.banner-area .item p {
    animation-delay: .5s
}

.banner-area .item ul {
    animation-delay: .6s
}

.banner-area .item a,
.banner-area .item button {
    animation-delay: .7s
}

.banner-area.bg-gradient .content h2 {
    line-height: 1.2
}

.banner-area .content p {
    padding-right: 15%
}

.vc_row {
    margin: 0 !important
}

.vc_column_container>.vc_column-inner {
    padding: 0 !important
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
    z-index: 2
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1)
    }
    to {
        -webkit-transform: scale(1.2, 1.2)
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1)
    }
    to {
        -moz-transform: scale(1.2, 1.2)
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1)
    }
    to {
        -o-transform: scale(1.2, 1.2)
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1)
    }
    to {
        transform: scale(1.2, 1.2)
    }
}

.carousel-inner .item>.slider-thumb {
    -webkit-animation: zoom 20s;
    animation: zoom 20s
}

.banner-area .carousel-zoom .slider-thumb {
    height: 100%;
    position: absolute;
    width: 100%
}

#particles-js,
#ripple {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.banner-area .carousel-control {
    background: transparent none repeat scroll 0 0;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 70px;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
    text-align: center
}

.banner-area .carousel-control.shadow {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-shadow: inherit;
    top: 50%;
    width: 50px;
    z-index: 1
}

.banner-area .carousel-control.shadow::after {
    background: #1e2726 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.banner-area .carousel-control.left {
    left: -80px
}

.banner-area:hover .carousel-control.left {
    left: 10px
}

.banner-area:hover .carousel-control.shadow.left {
    left: 20px
}

.banner-area .carousel-control.right {
    right: -80px
}

.banner-area:hover .carousel-control.right {
    right: 10px
}

.banner-area:hover .carousel-control.shadow.right {
    right: 20px
}

.banner-area .carousel-indicator {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%
}

.banner-area .carousel-indicators {
    position: absolute;
    right: 40px;
    left: auto;
    width: auto;
    height: auto;
    top: 50%;
    transform: translate(10px, -50%);
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    bottom: auto;
    margin: 0;
    display: block
}

.banner-area .carousel-indicators li {
    display: block;
    height: 20px;
    width: 20px;
    margin: 10px 0;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: 0 0;
    position: relative;
    z-index: 1
}

.banner-area .carousel-indicators li.active {
    border: 2px solid #fff
}

.banner-area .carousel-indicators li::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.banner-area.video-bg-live .mbYTP_wrapper {
    z-index: 1 !important
}

.double-items>.row div {
    height: auto
}

.banner-area .item .row div {
    height: auto
}

.banner-area .bg {
    position: absolute;
    left: 0;
    top: 90px;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center left
}

.banner-area.content-bg.circle-shape::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: url(../img/shape/5.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: .2
}

.banner-area.content-bg .content {
    padding: 100px 50px;
    background: #fff;
    margin-top: 100px
}

.banner-area .bottom-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.banner-area .bottom-shape img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.banner-area .content {
    z-index: 9
}

.banner-area .content h4 {
    margin-bottom: 25px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500
}

.banner-area .content h2 {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 600
}

.banner-area .content h2 strong {
    display: block
}

.banner-area .content a {
    margin-top: 15px
}

.banner-area .content a.video-play-button {
    top: 55px
}

.banner-area.text-large .content h2 {
    font-size: 40px;
    line-height: 1.1
}

.banner-area.text-center .content p {
    padding: 0 10%
}

.banner-area.top-pad-80 .content {
    padding-top: 80px
}

.banner-area .background-move {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: .3
}

@media(min-width:1300px) {
    .banner-box {
        padding: 50px;
        padding-top: 95px;
        border-radius: 8px
    }
}

.banner-area .fixed-shape-bottom {
    z-index: -1;
    opacity: .1
}

.banner-area.inc-shape .box-cell {
    position: relative;
    z-index: 1
}

.banner-area.inc-shape .box-cell::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/bg-2.png);
    background-size: cover;
    background-position: bottom;
    z-index: 1
}

.banner-area .appoinment-box {
    padding: 50px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .57);
    position: relative;
    z-index: 1
}

.banner-area .appoinment-box::after {
    position: absolute;
    right: -100px;
    top: -100px;
    height: 400px !important;
    width: 400px;
    background: url(../img/shape/1-light.png);
    content: "";
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: -1;
    opacity: .15
}

.banner-area .appoinment-box h4 {
    color: #232323;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px
}

.banner-area .appoinment-box p {
    color: #666;
    margin-bottom: 0
}

.banner-area .appoinment-box .heading {
    margin-bottom: 30px
}

.banner-area .appoinment-box input {
    background: #f1f1f1;
    border: none;
    border-radius: 30px;
    padding: 30px
}

.banner-area .appoinment-box .nice-select {
    background: #f1f1f1;
    border: none;
    border-radius: 30px;
    padding: 5px 30px
}

.banner-area .appoinment-box .nice-select:after {
    right: 25px
}

.banner-area .appoinment-box button {
    background: #104cba;
    color: #fff;
    padding: 15px 30px;
    width: 100%;
    border-radius: 30px;
    font-weight: 600
}

.banner-area .content .button a.video-play-button {
    top: 40px;
    margin-left: 25px
}

.banner-area .content .button {
    margin-top: 30px
}

.banner-area.text-uppercase .content h2 {
    font-weight: 800;
    letter-spacing: 1px
}

.banner-area.text-uppercase .content h2 strong {
    font-size: 60px;
    font-weight: 100;
    margin-top: 15px
}

.item-animated {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px)
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px)
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes infinite-move {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }
}

@-webkit-keyframes infinite-move {
    from {
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -ms-transform: translateX(88px);
        transform: translateX(88px)
    }
}

@keyframes infinite-move {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }
}

@-webkit-keyframes zoomeffect {
    0% {
        background-position: center;
        transform: scale(1, 1)
    }
    50% {
        background-position: center;
        transform: scale(2, 2)
    }
    100% {
        background-position: center;
        transform: scale(1, 1)
    }
}

@keyframes zoomeffect {
    0% {
        background-position: center;
        transform: scale(1, 1)
    }
    50% {
        background-position: center;
        transform: scale(2, 2)
    }
    100% {
        background-position: center;
        transform: scale(1, 1)
    }
}

.video-play-button {
    color: #104cba;
    font-size: 30px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1
}

.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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

.video-play-button.theme:before,
.video-play-button.theme:after {
    background: #104cba repeat scroll 0 0
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
    background: #ff5621 repeat scroll 0 0
}

.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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms
}

@-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
    }
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    color: #104cba
}

.video-play-button.theme i {
    color: #fff
}

.video-play-button.relative {
    position: relative;
    display: inline-block;
    left: 30px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    margin-top: 0 !important;
    top: 45px;
    margin-left: 10px
}

.video-play-button.relative::before,
.video-play-button.relative::after {
    height: 65px;
    width: 65px;
    line-height: 65px
}

.video-play-button.relative i {
    line-height: 68px;
    font-size: 20px
}

.video-play-button.relative span {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    left: 100%;
    min-width: 200%;
    text-transform: uppercase;
    margin-top: -7px;
    margin-left: 20px
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
    color: #0e2b3d
}

.nice-select .current {
    color: #666
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    width: 100%
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    margin: 0
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.services-details-items h2,
.services-details-items h3,
.services-details-items h4,
.services-details-items h5,
.services-details-items h6 {
    font-weight: 600
}

.services-details-items .services-sidebar .single-widget {
    margin-top: 50px
}

.services-details-items .services-sidebar .single-widget:first-child {
    margin-top: 0
}

.services-details-items .services-sidebar .widget-title {
    font-weight: 800;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 15px
}

.services-details-items .services-sidebar .widget-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 50px;
    border-bottom: 2px solid #086ad8
}

.services-details-items .services-sidebar .services-list a {
    display: block;
    padding: 18px 25px;
    background: #fff;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    overflow: hidden;
    border: 3px solid #e7e7e7;
    border-radius: 5px
}

.services-details-items .services-sidebar .services-list a::after {
    position: absolute;
    right: 25px;
    top: 50%;
    content: "\f105";
    font-family: "font awesome 5 free";
    font-weight: 600;
    transform: translateY(-50%);
    font-size: 20px
}

.services-details-items .services-sidebar .services-list li.current-item a,
.services-details-items .services-sidebar .services-list li a:hover {
    border: 3px solid #086ad8
}

.services-details-items .services-sidebar {
    padding-right: 35px
}

.services-details-items .services-sidebar .single-widget.quick-contact {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center
}

.services-details-items .services-sidebar .single-widget.quick-contact::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #232323;
    opacity: .7
}

.services-details-items .services-sidebar .single-widget.quick-contact .content {
    padding: 50px 30px;
    position: relative;
    z-index: 1
}

.services-details-items .services-sidebar .single-widget.quick-contact .content i {
    display: inline-block;
    font-size: 25px;
    color: #fff;
    margin-bottom: 35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #086ad8;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    text-align: center
}

.services-details-items .services-sidebar .single-widget.quick-contact .content i::after {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: #086ad8;
    z-index: -1;
    border-radius: 50%;
    opacity: .3
}

.services-details-items .services-sidebar .single-widget.quick-contact .content p {
    color: #ffffffd1
}

.services-details-items .services-sidebar .single-widget.quick-contact .content h2 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-top: 25px
}

.services-details-items .services-sidebar .single-widget.brochure ul {
    margin-top: 15px
}

.services-details-items .services-sidebar .single-widget.brochure a {
    display: flex;
    align-items: center;
    margin-top: 15px;
    background: #086ad8;
    color: #fff;
    padding: 20px 30px;
    text-transform: uppercase;
    font-size: 13px
}

.services-details-items .services-sidebar .single-widget.brochure a i {
    font-size: 20px;
    font-weight: 600;
    margin-right: 16px
}

.services-details-items .services-sidebar .single-widget.brochure li:first-child a {
    margin-top: 0
}

.services-details-items .services-sidebar .single-widget.brochure li:last-child a {
    background: #060816
}

.services-details-items .services-sidebar .single-widget.brochure a:hover,
.services-details-items .services-sidebar .single-widget.brochure li:last-child a:hover {
    background: #086ad8
}

.services-details-items .services-single-content h2 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 25px
}

.services-details-area .features .col-lg-6 {
    display: flex
}

.services-details-area .features i {
    display: inline-block;
    font-size: 50px;
    color: #086ad8;
    margin-right: 25px
}

.services-details-area .features h4 {
    font-weight: 600
}

.services-details-area .features p {
    margin: 0
}

.services-details-area .features {
    margin: 40px 0
}

.services-details-area .services-single-content ul {
    list-style: disc;
    margin-left: 20px
}

.services-details-area .services-single-content ul li {
    line-height: 30px
}

.services-area {
    position: relative;
    z-index: 1
}

.services-area.half-bg::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/bg-5.png);
    z-index: -1;
    background-size: cover;
    background-position: left
}

.services-area.half-bg {
    position: relative;
    z-index: 1
}

.services-area .fixed-shape-left {
    position: absolute;
    left: -10%;
    top: 20%;
    z-index: -1;
    opacity: .03
}

.services-area .services-items .item-grid:nth-child(2) {
    margin-top: 50px
}

.services-area .services-items .single-item {
    margin-bottom: 30px
}

.services-area .services-items .item {
    padding: 50px 30px;
    background: #fff;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08);
    border-radius: 5px;
    position: relative;
    display: flex;
    overflow: hidden
}

.services-area .services-items .item i {
    display: inline-block;
    font-size: 50px;
    position: relative;
    z-index: 1;
    color: #104cba
}

.services-area .services-items .single-item:nth-child(2n) .item i {
    color: #8a49a1
}

.services-area .services-items .item-grid:last-child .single-item:first-child .item i {
    color: #57b957
}

.services-area .services-items .item-grid:last-child .single-item:nth-child(2n) .item i {
    color: #29b2fe
}

.services-area .services-items .item h4 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px
}

.services-area .services-items .item h4 a:hover {
    color: #104cba
}

.services-area .services-items .item span {
    color: #888;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px
}

.services-area .services-items .item p {
    margin: 0
}

.services-area .services-items .item .icon {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 95px;
    border-radius: 5px;
    text-align: center;
    min-width: 90px;
    margin-right: 25px;
    position: relative;
    z-index: 1
}

.services-area .services-items .item .icon::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(8, 106, 216, .07);
    border-radius: 50%;
    transition: all .35s ease-in-out
}

.services-area .services-items .item:hover .icon::after {
    left: 0;
    width: 100%;
    border-radius: 50%;
    transform: inherit;
    margin-left: 0
}

.bottom-content {
    margin-top: 20px
}

.bottom-content a {
    text-decoration: underline
}

.bottom-content a:hover {
    color: #104cba
}

.bottom-content p {
    margin-bottom: 0
}

.services-area .services-box .single-item {
    margin-bottom: 30px
}

.services-area .services-box .item {
    padding: 60px 30px;
    transition: all .35s ease-in-out;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08);
    background: #fff
}

.services-area .services-box .item h4 {
    font-size: 20px
}

.services-area .services-box .item i {
    display: inline-block;
    font-size: 55px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    color: #086ad8
}

.services-area .services-box .item i::after {
    position: absolute;
    left: -20px;
    top: -10px;
    content: "";
    height: 40px;
    width: 40px;
    background: #104cba;
    z-index: -1;
    opacity: .1;
    border-radius: 50%;
    transition: all .35s ease-in-out
}

.services-area .services-box .item p {
    margin: 0
}

.services-area .services-content .single-item {
    margin-bottom: 30px
}

.services-area .services-content .item {
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08);
    padding: 50px 25px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
    border: 2px solid #e7e7e7;
    overflow: hidden
}

.services-area .services-content .item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -100%;
    content: "";
    height: 100%;
    width: 100%;
    background: #47a2d9;
    transition: all .35s ease-in-out;
    z-index: -1
}

.services-area .services-content .item:hover::before {
    bottom: 0
}

.services-area .services-content .item:hover a,
.services-area .services-content .item:hover p {
    color: #fff
}

.services-area .services-content .item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../images/7.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .04;
    background-position: left top
}

.services-area .services-content .item:hover::after {
    background: url(../images/7-light.png);
    opacity: .1;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat
}

.services-area .services-content .item img {
    margin: auto auto 30px;
    height: 120px;
}

.services-area .services-content .item p {
    margin: 0
}

.services-area .services-content .item a,
.services-area .services-content .item p {
    transition: all .35s ease-in-out
}
/* .services-area .services-content .item p{
    font-weight: lighter;
    padding: 0px 15px;
    line-height: 20px;
    padding-bottom: 20px;
}
.services-area .services-content .item h5{
    padding: 0px 15px;
    font-weight: bolder;
    color: #47a2d9;
} */
.service-area .service-box .single-item {
    margin-bottom: 30px
}

.service-area .service-box .single-item .item {
    padding: 0 30px
}

.service-area .service-box .item .thumb {
    display: inline-block;
    background: #fff;
    height: 200px;
    width: 200px;
    line-height: 200px;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    box-shadow: 0 0 38px 0 rgb(0 0 0/8%);
    margin-bottom: 30px
}

.service-area .service-box .item img {
    height: 80px
}

.services-details-area .wpb_text_column.wpb_content_element:last-child {
    margin-bottom: 0
}

.about-area .thumb {
    position: relative;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px
}

.about-area .thumb img {
    border-radius: 50%;
    border: 15px solid #fff;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08)
}

.about-area .thumb::after {
    position: absolute;
    left: -50px;
    top: 40px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../images/9.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1
}

.about-area .info {
    padding-left: 35px
}

.about-area .info h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #104cba;
    margin-bottom: 25px
}

.about-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px
}

.about-area .info a {
    margin-top: 10px
}

.about-area ul.achivement {
    margin-top: 30px
}

.about-area ul.achivement li {
    display: inline-block;
    margin-right: 40px;
    border-right: 1px solid #e7e7e7;
    padding-right: 40px;
    float: left
}

.about-area ul.achivement li:last-child {
    padding: 0;
    margin: 0;
    border: none
}

.about-area ul.achivement li .counter {
    position: relative
}

.about-area ul.achivement li .counter {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: 600;
    color: #232323;
    line-height: 1;
    font-family: inter, sans-serif
}

.about-area ul.achivement li .counter .operator {
    font-size: 36px;
    margin-left: 2px
}

.about-area ul.achivement li .medium {
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px;
    display: block
}

.about-area .fixed-shape {
    position: absolute;
    left: -10%;
    top: 80%;
    opacity: .03
}

.about-area .thumb-box {
    position: relative;
    z-index: 1
}

.about-area .thumb-box img {
    padding-right: 40%
}

.about-area .experience {
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08);
    padding: 50px;
    background: #fff;
    text-align: center;
    border-radius: 8px
}

.about-area .experience h1 {
    font-size: 120px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    line-height: 100px
}

.about-area .experience h1 span {
    font-size: 40px;
    line-height: normal;
    position: relative;
    top: -20px;
    margin-left: 5px
}

.about-area .experience h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0
}

.about-area .info.left {
    padding-left: 0
}

.about-area .info.left ul.achivement li {
    width: 50%;
    margin: 0;
    padding: 0 30px
}

.about-area .info.left ul.achivement {
    margin: 0 -15px;
    margin-top: 0
}

.about-area ul.achivement li .fun-fact {
    position: relative
}

.about-area ul.achivement li .fun-fact i {
    position: absolute;
    right: 0;
    opacity: .5
}

.about-area ul.achivement li .fun-fact i.fas.fa-gem,
.about-area ul.achivement li .fun-fact i.fas.fa-building {
    font-weight: 500
}

.about-area ul.achivement li .fun-fact p {
    margin-bottom: 0;
    margin-top: 20px
}

.about-area .info .progress-box .progress {
    height: 5px;
    overflow: inherit
}

.about-area .info .progress-box h5 {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: #232323;
    margin-bottom: 15px
}

.about-area .info .progress-box {
    margin-top: 30px;
    overflow: inherit;
    text-align: left
}

.about-area .info .progress-box:first-child {
    margin-top: 0
}

.about-area .info .progress-box .progress .progress-bar {
    position: relative;
    overflow: inherit;
    background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%)
}

.about-area .info .progress-box .progress .progress-bar span {
    position: absolute;
    right: 0;
    bottom: 15px;
    background: #104cba;
    padding: 0 8px;
    font-weight: 600;
    font-size: 12px
}

.about-area .info .progress-box .progress .progress-bar span::after {
    position: absolute;
    left: 5px;
    bottom: -5px;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #104cba
}

.about-area .thumb-items {
    position: relative;
    z-index: 1
}

.about-area .thumb-items .video {
    display: inline-block;
    position: absolute;
    left: -30px;
    bottom: 30px;
    background: #fff;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08);
    border-radius: 5px
}

.about-area .thumb-items .video a {
    display: block;
    padding: 30px
}

.about-area .thumb-items .video .relative.video-play-button.item-center {
    top: 32px;
    margin-right: 20px
}

.about-area .thumb-items .video span {
    position: relative;
    top: -3px
}

.about-area .about-content .info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 65px
}

.about-area .about-content .item .title {
    display: flex;
    align-items: center
}

.about-area .about-content .item h4 {
    font-weight: 600;
    margin: 0
}

.about-area .about-content .item p {
    margin-bottom: 0
}

.about-area .about-content .item .title {
    margin-bottom: 20px
}

.about-area .about-content .item i {
    display: inline-block;
    font-size: 45px;
    margin-right: 15px;
    color: #104cba
}

.about-area .about-content .top-info .col-lg-6:last-child i {
    color: #57b957
}

.about-area .about-content .bottom-info {
    border-top: 1px dashed #ddd;
    margin-top: 30px;
    padding-top: 30px;
    position: relative
}

.clients-carousel-3-col .owl-item img {
    width: auto;
    margin: auto
}

.about-area .about-content .bottom-info.inc-bg {
    position: relative;
    z-index: 1;
    border: none
}

.about-area .about-content .bottom-info.inc-bg::after {
    position: absolute;
    top: 0;
    left: -200%;
    content: "";
    height: 1000px;
    width: 600%;
    background: #f3f7fd;
    z-index: -1
}

.about-area.version-three .thumbs {
    position: relative;
    left: -10%;
    padding-right: 35px
}

.about-area.version-three .thumbs img {
    max-width: 140%
}

.about-area.version-three ul li {
    color: #232323;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    padding-left: 65px
}

.about-area.version-three ul li:last-child {
    margin-bottom: 0
}

.about-area.version-three ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f12a";
    font-family: flaticon;
    font-weight: 600;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #086ad8;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px
}

.about-area.version-three ul li h4 {
    text-transform: inherit;
    font-weight: 600;
    color: #232323;
    margin-bottom: 10px;
    font-size: 18px
}

.about-area.version-three ul {
    overflow: hidden;
    margin-top: 30px
}

.faq-area .thumb {
    position: relative;
    z-index: 1
}

.faq-area .thumb::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 400px;
    width: 400px;
    border: 50px solid #104cba;
    z-index: -1;
    border-radius: 50%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    margin-left: -200px;
    margin-top: -200px
}

.faq-area .faq-content {
    padding-left: 35px
}

.faq-area .faq-content h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #104cba
}

.faq-area .faq-content h2 {
    font-weight: 600;
    margin-bottom: 40px
}

.accordion .card-header h4:after {
    font-family: "font awesome 5 free";
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600
}

.accordion .card-header h4.collapsed:after {
    content: "\f105";
    font-weight: 600;
    color: #999
}

.faq-area .faq-content .card {
    border: none;
    margin-bottom: 5px;
    overflow: inherit;
    background: 0 0;
    border-radius: 5px;
    padding: 0
}

.faq-area .faq-content .card:last-child {
    margin-bottom: 0
}

.faq-area .faq-content .card .card-header {
    border: none;
    background: 0 0;
    padding: 0;
    background: #ccc;
    padding: 10px;
}

.faq-area .faq-content .card .card-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    padding-right: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center
}

.faq-area .faq-content .card .card-body {
    padding-left: 30px;
    padding: 0;
    /* padding-top: 15px; */
    border-top: 1px solid #e7e7e7;
    margin-top: 20px
}

.faq-area .faq-content .card .card-body p:last-child {
    margin-bottom: 0
}

.faq-area .faq-content .card .card-header h4 strong {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #104cba;
    color: #fff;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    min-width: 40px
}

.faq-area .faq-content .card .card-header h4 strong::after {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: #104cba;
    z-index: -1;
    border-radius: 50%;
    opacity: .3
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .technology-area .single-item {
        max-width: 33.333333%;
        flex: 0 0 33.333333%
    }
}
.about-content h1{
    color: #fff;
    font-weight: bolder;
}
.about-content h2{
    color: #fff;
    font-weight: lighter;
    font-size: 20px;
}
.about-content p{
    color: #fff;
    font-weight: lighter;
}
.technology-area .fixed-shape-bottom,
.services-area .fixed-shape-bottom{
    z-index: -1;
    opacity: .2
}

.technology-area .single-item {
    margin-bottom: 30px
}

.technology-area a {
    background: #fff;
    padding: 50px 15px;
    border: 1px solid #e7e7e7;
    display: block;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 15px;
    border-radius: 5px
}

.technology-area a i {
    display: block;
    font-size: 50px;
    color: #104cba;
    margin-bottom: 15px;
    font-weight: 500
}

.technology-area a h5 {
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    background: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    bottom: -30px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    transition: all .35s ease-in-out
}

.technology-area a h5::after {
    position: absolute;
    left: -100%;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 16, 45, 1) 0%, rgba(0, 89, 252, 1) 56%);
    z-index: -1;
    border-radius: 30px;
    transition: all .25s ease-in-out
}

.technology-area a:hover h5 {
    color: #fff;
    border: 1px solid transparent
}

.technology-area a:hover h5::after {
    left: 0
}

.fun-fact-area .fun-fact-items .counter {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    justify-content: center
}

.fun-fact-area .fun-fact-items .counter .operator {
    font-size: 40px;
    margin-left: 2px
}

.fun-fact-area .fun-fact-items .medium {
    font-weight: 600;
    margin-top: 8px;
    display: block
}

.clients-area .clients-carousel {
    position: relative
}

.clients-area .clients-carousel img {
    width: auto;
    margin: auto;
    height: 50px
}

.clients-area .clients-carousel::after {
    position: absolute;
    left: -50px;
    top: 50%;
    content: "";
    height: 200px;
    width: 200px;
    background: url(../img/shape/10.png);
    z-index: -1;
    transform: translateY(-50%);
    opacity: .5;
    background-size: contain;
    background-position: center
}

@media only screen and (min-width:1367px) {
    .work-process-area .container-full {
        margin-left: calc((100% - 1140px)/2);
        width: auto;
        min-width: auto;
        max-width: inherit
    }
}

.work-process-area .fixed-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: .03
}

.work-process-area .process-items .single-item {
    margin-bottom: 30px
}

.work-process-area .process-items .item .top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between
}

.work-process-area .process-items .item i {
    font-size: 50px;
    opacity: .3
}

.work-process-area .process-items .item span {
    font-size: 50px;
    display: block;
    font-weight: 600;
    text-shadow: -5px 5px 0 #eceefe;
    position: relative;
    line-height: 1;
    color: #104cba;
    font-family: inter, sans-serif
}

.work-process-area .process-items .single-item:nth-child(2n) .item .top {
    margin-top: 30px;
    margin-bottom: 0
}

.work-process-area .process-items .item {
    position: relative;
    padding: 60px 30px;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08);
    overflow: hidden;
    background: #fff
}

.work-process-area .process-items .item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, rgba(0, 16, 45, 1) 0%, rgba(0, 89, 252, 1) 56%);
    transition: all .35s ease-in-out
}

.work-process-area .process-items .item:hover::after {
    width: 100%
}

.work-process-area .process-items .item p {
    margin: 0
}

.work-process-area .process-items .item h5 {
    font-weight: 600
}

.choose-us-area.overflow-hidden .info .contact {
    position: relative;
    z-index: 1
}

.choose-us-area.overflow-hidden .info .contact::after {
    position: absolute;
    left: -200%;
    top: 0;
    content: "";
    height: 500%;
    width: 600%;
    background: #fff;
    z-index: -1
}

.choose-us-area .thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 50px
}

.choose-us-area.reverse .thumb {
    padding-left: 35px
}

.choose-us-area .info {
    margin-top: -50px
}

.choose-us-area .thumb .content {
    position: absolute;
    right: 0;
    bottom: -50px;
    background: url(../images/13.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 100px;
    margin-right: -100px;
    text-align: center
}

.choose-us-area .thumb .content h2 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 50px
}

.choose-us-area .thumb .content h2 span {
    font-size: 30px;
    line-height: normal;
    position: relative;
    top: -15px;
    font-weight: 600;
    left: 5px
}

.choose-us-area .thumb .content h5 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px
}

.choose-us-area .thumb img {
    border-radius: 5px;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08)
}

.choose-us-area.reverse .thumb {
    margin: 0
}

.choose-us-area.reverse .thumb img {
    box-shadow: inherit;
    max-width: 120%
}

.choose-us-area .info h5 {
    text-transform: uppercase;
    color: #104cba;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px
}

.choose-us-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px
}

.choose-us-area .info ul li {
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    padding-left: 40px
}

.choose-us-area .info ul li:last-child {
    margin-bottom: 0
}

.choose-us-area .info ul li::after {
    position: absolute;
    left: 20px;
    top: 10px;
    content: "";
    font-weight: 600;
    height: 10px;
    width: 10px;
    line-height: 30px;
    background: rgba(8, 106, 216, 1);
    text-align: center;
    border-radius: 50%;
    color: #086ad8;
    font-size: 10px

}

.choose-us-area .info ul {
    margin-top: 25px
}

.choose-us-area.inc-skill .info .contact {
    border: none;
    margin-top: 35px;
    padding-top: 0
}

.choose-us-area .info .contact {
    display: flex;
    border-top: 1px dashed #ddd;
    margin-top: 25px;
    padding-top: 25px;
    justify-content: space-between;
    align-items: center
}

.choose-us-area .info .contact p,
.choose-us-area .info .contact h4 {
    margin: 0
}

.choose-us-area .info .contact h4 {
    font-weight: 600;
    display: flex;
    align-items: center
}

.choose-us-area .info .contact i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #104cba;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    position: relative;
    margin-right: 15px;
    font-weight: 600
}

.choose-us-area .info .contact i::after {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: #104cba;
    z-index: -1;
    border-radius: 50%;
    opacity: .3
}

.choose-us-area .skill-items h5 {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: #232323;
    margin-bottom: 15px
}

.choose-us-area .skill-items .progress-box {
    margin-top: 30px;
    overflow: inherit;
    text-align: left
}

.choose-us-area .skill-items .progress-box .progress {
    height: 5px;
    overflow: inherit
}

.choose-us-area .skill-items .progress-box .progress .progress-bar {
    position: relative;
    overflow: inherit;
    background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%)
}

.choose-us-area .skill-items .progress-box .progress .progress-bar span {
    position: absolute;
    right: 0;
    bottom: 15px;
    background: #104cba;
    padding: 0 8px;
    font-weight: 600;
    font-size: 12px
}

.choose-us-area .skill-items .progress-box .progress .progress-bar span::after {
    position: absolute;
    left: 5px;
    bottom: -5px;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #104cba
}

.team-area.grid-layout .team-items .single-item:nth-child(even) .info h5,
.team-area.grid-layout .team-items .single-item:nth-child(even) .info span,
.team-area.grid-layout .team-items .single-item:nth-child(even) .info a,
.team-area.grid-layout .team-items .single-item .item:hover .info h5,
.team-area.grid-layout .team-items .single-item .item:hover .info a,
.team-area.grid-layout .team-items .single-item .item:hover .info span,
.team-area.grid-layout .team-items .owl-item .item:hover .info h5,
.team-area.grid-layout .team-items .owl-item .item:hover .info a,
.team-area.grid-layout .team-items .owl-item .item:hover .info span {
    color: #232323
}

.team-single-area .right-info {
    padding-left: 35px
}

.team-single-area .right-info h2 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px
}

.team-single-area .right-info span {
    display: block;
    color: #086ad8;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 14px
}

.team-single-area .right-info ul {
    margin-top: 25px
}

.team-single-area .right-info ul li {
    margin-top: 10px;
    color: #232323
}

.team-single-area .right-info ul li a {
    font-weight: 400
}

.team-single-area .right-info ul li a:hover {
    color: #086ad8
}

.team-single-area .right-info .social {
    display: flex;
    margin-top: 25px;
    font-weight: 600;
    align-items: center
}

.team-single-area .right-info .social h4 {
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 25px
}

.team-single-area .right-info .social ul {
    margin: 0
}

.team-single-area .right-info .social ul li {
    display: inline-block;
    margin: 0;
    margin-right: 10px
}

.team-single-area .right-info .social ul li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 47px;
    background: #e7e7e7;
    text-align: center;
    border-radius: 50%
}

.team-area .team-items .single-item {
    margin-bottom: 30px
}

.team-area.grid-layout .team-items .single-item:nth-child(even) {
    margin-top: 0
}

.team-area.grid-layout .team-items .single-item:nth-child(even) .info {
    background: #fff
}

.team-area .team-items .single-item .item .info h5,
.team-area .team-items .single-item .item .info span,
.team-area .team-items .owl-item .item .info h5,
.team-area .team-items .owl-item .item .info span {
    transition: all .35s ease-in-out
}

.team-area .team-items .single-item:nth-child(even) .info h5,
.team-area .team-items .single-item:nth-child(even) .info span,
.team-area .team-items .single-item .item:hover .info h5,
.team-area .team-items .single-item .item:hover .info span,
.team-area .team-items .owl-item .item:hover .info h5,
.team-area .team-items .owl-item .item:hover .info span {
    color: #fff
}

.team-area .team-items .single-item:nth-child(even) .info h5,
.team-area .team-items .single-item:nth-child(even) .info span,
.team-area .team-items .single-item:nth-child(even) .info a,
.team-area .team-items .single-item .item:hover .info h5,
.team-area .team-items .single-item .item:hover .info a,
.team-area .team-items .single-item .item:hover .info span,
.team-area .team-items .owl-item .item:hover .info h5,
.team-area .team-items .owl-item .item:hover .info a,
.team-area .team-items .owl-item .item:hover .info span {
    color: #fff
}

.team-area.grid-layout .team-items .single-item:nth-child(even) .info span,
.team-area.grid-layout .team-items .single-item .item:hover .info span {
    color: #999
}

.team-area.grid-layout .team-items .single-item .item:hover .info h5,
.team-area.grid-layout .team-items .single-item .item:hover .info span {
    color: #fff
}

.team-area .team-items .item .info-box {
    padding: 0 30px;
    position: relative;
    top: -50px;
    margin-bottom: -50px;
    z-index: 1
}

.team-area .team-items .item .info {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.team-area.carousel-shadow .team-items .item .info {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.team-area .team-items .item .info::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 16, 45, 1) 0%, rgba(0, 89, 252, 1) 56%);
    transition: all .35s ease-in-out;
    z-index: -1
}

.team-area .team-items .item:hover .info::after {
    height: 100%
}

.team-area .team-items img {
    border-radius: 8px
}

.team-area .team-items .item .info h5 {
    font-weight: 600;
    margin-bottom: 5px
}

.team-area .team-items .item .info span {
    color: #999;
    font-weight: 500;
    font-size: 15px;
    font-family: inter, sans-serif
}

.team-area .team-items .thumb {
    overflow: hidden;
    position: relative
}

.team-area .team-items .thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 150%) repeat scroll 0 0;
    border-radius: 5px;
    transition: all .35s ease-in-out
}

.team-area .team-items .item:hover .thumb::after {
    height: 100%
}

.team-area .team-items .thumb .social {
    position: absolute;
    left: 0;
    bottom: -30px;
    padding: 30px;
    right: 0;
    transition: all .35s ease-in-out;
    z-index: 1
}

.team-area .team-items .thumb .social ul li {
    display: inline-block;
    margin: 0 5px
}

.team-area .team-items .item:hover .thumb .social {
    bottom: 40px
}

.team-area .team-items .thumb .social ul li a {
    display: inline-block;
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 48px;
    border-radius: 50%
}

.team-area .team-items .thumb .social ul li.facebook a {
    background: #3b5998 none repeat scroll 0 0
}

.team-area .team-items .thumb .social ul li.twitter a {
    background: #1da1f2 none repeat scroll 0 0
}

.team-area .team-items .thumb .social ul li.pinterest a {
    background: #bd081c none repeat scroll 0 0
}

.team-area .team-items .thumb .social ul li.g-plus a {
    background: #db4437 none repeat scroll 0 0
}

.team-area .team-items .thumb .social ul li.linkedin a {
    background: #0077b5 none repeat scroll 0 0
}

.team-area .team-items .thumb .social ul li.instagram a {
    background: #3f729b none repeat scroll 0 0
}

.team-area .team-carousel {
    position: relative;
    z-index: 1
}

.team-area .team-carousel::after {
    position: absolute;
    left: -100px;
    top: -100px;
    content: "";
    background: url(../img/shape/10.png);
    background-size: contain;
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .5;
    transform: rotate(45deg)
}

.team-area .team-items .team-carousel.owl-carousel .owl-dots {
    margin-top: 20px
}

.team-area .team-items .team-carousel.owl-carousel .owl-dot {
    margin-bottom: -10px;
    margin-top: 20px
}

.team-area .team-items .team-carousel.owl-carousel .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
    border: 2px solid #e7e7e7
}

.team-area .team-items .team-carousel.owl-carousel .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #437eeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.team-single-area .basic-info li {
    float: left;
    width: 50%;
    padding: 0 15px;
    color: #fff;
    margin-top: 15px
}

.team-single-area .basic-info {
    clear: both;
    margin: 0 -15px;
    position: relative;
    z-index: 1;
    display: block;
    float: left;
    width: 100%;
    padding: 30px 0;
    padding-top: 15px;
    margin-top: 30px
}

.team-single-area .basic-info::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 110%;
    background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);
    z-index: -1
}

.team-single-area .basic-info li a {
    color: #fff;
    font-weight: 400
}

.team-single-area .social ul li {
    display: inline-block;
    margin-right: 7px
}

.team-single-area .social ul li a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #e9e9e9;
    text-align: center;
    border-radius: 50%;
    color: #232323
}

.team-single-area .social ul li a:hover {
    background: #086ad8;
    color: #fff
}

.team-single-area .social ul {
    margin-top: 30px;
    margin-bottom: 15px
}

.team-single-area .content h2 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px
}

.team-single-area .content>span {
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
    color: #086ad8
}

.team-single-area .about-area.reverse .info .progress-box:first-child {
    margin-top: 0
}

.team-single-area .bottom-info {
    margin-top: 50px
}

.team-single-area .bottom-info h2 {
    font-weight: 600;
    font-size: 24px
}

.team-single-area .about-area .info .progress-box h5 {
    font-weight: 700
}

.team-single-area .bottom-info p:last-child {
    margin-bottom: 0
}

.team-single-area .about-area.reverse .info {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 35px
}

.testimonials-area .testimonials-carousel::after {
    position: absolute;
    left: -100px;
    top: -100px;
    content: "";
    height: 200px;
    width: 200px;
    background: url(../img/shape/10.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1
}

.testimonials-area .testimonials-carousel .item .thumb {
    width: 150px;
    min-width: 150px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    height: 150px;
    overflow: hidden
}

.testimonials-area .testimonials-carousel .item .thumb img {
    clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%)
}

.testimonials-area .testimonials-carousel .item .thumb i {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #104cba;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px
}

.testimonials-area .testimonials-carousel .item {
    display: flex;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
    padding: 50px 30px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 7px
}

.testimonials-area .testimonials-carousel .item .bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
    margin-top: 20px
}

.testimonials-area .testimonials-carousel .item .bottom h5 {
    font-weight: 600;
    margin-bottom: 2px
}

.testimonials-area .testimonials-carousel .item .bottom span {
    color: #104cba;
    font-size: 14px
}

.testimonials-area .testimonials-carousel .item .bottom i {
    font-size: 14px;
    color: #104cba
}

.testimonials-area .testimonials-carousel {
    position: relative
}

.testimonials-area .testimonials-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -90px;
    margin: 0
}

.testimonials-area .testimonials-carousel .owl-nav .owl-next,
.testimonials-area .testimonials-carousel .owl-prev {
    margin: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    border: 2px solid #e7e7e7;
    color: #104cba;
    background: #fff
}

.testimonials-area .testimonials-carousel .owl-nav .owl-next:hover,
.testimonials-area .testimonials-carousel .owl-prev:hover {
    background: #fff;
    color: #104cba
}

.case-studies-area .case-carousel .item .info a:hover {
    color: #fff
}

.case-studies-area.half-bg::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 30%;
    width: 100%;
    background: #fff
}

.case-studies-area img {
    border-radius: 5px
}

.case-studies-area .case-carousel .item {
    position: relative;
    overflow: hidden
}

.case-studies-area .case-carousel .item .info {
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    padding: 30px;
    z-index: 1;
    transition: all .35s ease-in-out;
    opacity: 0
}

.case-studies-area .case-carousel .owl-item.center .item .info {
    opacity: 1;
    bottom: 0
}

.case-studies-area .case-carousel .item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 60%;
    width: 100%;
    border-radius: 0 0 5px 5px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%) repeat scroll 0 0
}

.case-studies-area .case-carousel .item .info .tags {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: inter, sans-serif
}

.case-studies-area .case-carousel .item .info .tags a {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500
}

.case-studies-area .case-carousel .owl-nav {
    margin: 0
}

.case-studies-area .case-carousel .owl-nav .owl-prev,
.case-studies-area .case-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    height: 40px;
    left: -50px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    display: inline-block;
    transition: all .35s ease-in-out;
    opacity: 0
}

.case-studies-area .case-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px
}

.case-studies-area .case-carousel:hover .owl-nav .owl-prev {
    left: 20px;
    opacity: 1
}

.case-studies-area .case-carousel:hover .owl-nav .owl-next {
    right: 20px;
    left: auto;
    opacity: 1
}

.case-studies-area.grid-items #portfolio-grid {
    margin: -15px
}

.case-studies-area.grid-items .case-items.colums-3 .pf-item {
    float: left;
    padding: 15px;
    width: 33.3333%
}

.case-studies-area.grid-items .case-items.colums-2 .pf-item {
    float: left;
    padding: 15px;
    width: 50%
}

.case-studies-area.grid-items .case-items.colums-4 .pf-item {
    float: left;
    padding: 15px;
    width: 25%
}

.case-studies-area.grid-items .case-items.colums-6 .pf-item {
    float: left;
    padding: 15px;
    width: 16.6666%
}

.case-items-area .pf-item .item {
    overflow: hidden;
    position: relative
}

.case-items-area .pf-item .item img {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.case-items-area .pf-item .item:hover .thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.case-items-area .pf-item .item .info {
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    padding: 30px;
    z-index: 1;
    transition: all .35s ease-in-out;
    opacity: 0;
    color: #fff
}

.case-items-area .pf-item .item .info h4 {
    margin-bottom: 0;
    font-size: 18px
}

.case-items-area .pf-item .item .info a {
    color: #fff
}

.case-items-area .pf-item .item:hover .info {
    bottom: 0;
    opacity: 1
}

.case-items-area .pf-item .item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 0;
    width: 100%;
    border-radius: 5px;
    transition: all .35s ease-in-out;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%) repeat scroll 0 0
}

.case-items-area .pf-item .item:hover::after {
    height: 100%;
    border-radius: 5px
}

.case-items-area .pf-item .item .info .tags a {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500
}

.case-items-area .pf-item .item .thumb {
    position: relative
}

.case-items-area .pf-item .item .thumb a {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1;
    height: 45px;
    width: 45px;
    line-height: 49px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    color: #104cba;
    overflow: inherit;
    opacity: 0;
    transition: all .45s ease-in-out
}

.case-items-area .pf-item .item:hover .thumb a {
    opacity: 1;
    right: 30px
}

.case-items-area .pf-item .item .thumb a::after {
    position: absolute;
    left: -10%;
    top: -10%;
    height: 120%;
    width: 120%;
    content: "";
    background: #fff;
    z-index: -1;
    border-radius: 50%;
    opacity: .5
}

.case-studies-area .case-carousel .owl-item .item .info h4 {
    font-size: 18px
}

.project-details-area .top-info {
    position: relative;
    margin-top: 50px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 40px;
    padding-bottom: 40px
}

.project-details-area .top-info .left-info {
    padding-right: 35px
}

.project-details-area .top-info p:last-child {
    margin-bottom: 0
}

.project-details-area .project-info h2,
.project-details-area .project-info h3,
.project-details-area .project-info h4,
.project-details-area .project-info h5 {
    font-weight: 700;
    margin-bottom: 25px
}

.project-details-area .project-info>ul li {
    font-family: inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #232323
}

.project-details-area .project-info>ul li i {
    display: inline-block;
    margin-right: 14px;
    color: #086ad8;
    font-size: 16px
}

.project-details-area .project-info>ul {
    display: inline-block;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 30px 30px
}

.project-details-area .project-info>ul li span {
    font-family: inter, sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 15px;
    display: block;
    margin-top: 2px;
    color: #666
}

.project-details-area .project-info .share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed rgba(255, 255, 255, .5);
    margin-top: 30px;
    padding-top: 30px
}

.project-details-area .project-info .share ul li {
    display: inline-block;
    margin-right: 8px
}

.project-details-area .project-info .share ul li a {
    display: inline-block;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%
}

.project-details-area .project-info .share ul li.facebook a {
    background: #3b5998 none repeat scroll 0 0
}

.project-details-area .project-info .share ul li.twitter a {
    background: #1da1f2 none repeat scroll 0 0
}

.project-details-area .project-info .share ul li.pinterest a {
    background: #bd081c none repeat scroll 0 0
}

.project-details-area .project-info .share ul li.g-plus a {
    background: #db4437 none repeat scroll 0 0
}

.project-details-area .project-info .share ul li.linkedin a {
    background: #0077b5 none repeat scroll 0 0
}

.project-details-area .project-info .share h4 {
    margin: 0;
    padding-right: 50px
}

.project-details-area .main-content {
    margin-top: 45px
}

.project-details-area .main-content h2,
.project-details-area .main-content h3,
.project-details-area .main-content h4,
.project-details-area .main-content h5 {
    font-weight: 600;
    margin-bottom: 25px
}

.project-details-area .main-content .row img {
    margin-top: 30px
}

.project-details-area .top-info h2 {
    font-weight: 600;
    margin-bottom: 25px
}

.case-overview ul {
    display: flex;
    margin-top: 45px;
    margin-bottom: 15px
}

.case-overview ul li {
    flex-basis: 0;
    flex-grow: 1;
    margin-bottom: 30px;
    margin-left: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
    border-top: 1px solid #e7e7e7;
    padding-top: 15px
}

.case-overview ul li:first-child {
    margin-left: 0
}

.case-overview ul li span {
    text-transform: capitalize;
    display: block;
    font-weight: 400;
    color: #666
}

.case-overview h2 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 32px
}

.pricing-area.half-bg {
    position: relative;
    z-index: 1
}

.pricing-area.half-bg::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 40%;
    width: 100%;
    background: linear-gradient(90deg, rgb(30, 135, 184) 0%, rgba(80, 161, 211 , 1) 56%);
    z-index: -1
}

.pricing-area.half-bg::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 40%;
    width: 100%;
    background: url(../img/shape/bg-9.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    opacity: .1
}

.pricing-area .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 40%;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.pricing-area {
    position: relative;
    z-index: 1
}

.pricing-area .pricing .single-item {
    position: relative;
    z-index: 1
}

.pricing-area .pricing .single-item::after {
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 50px;
    border-right: 1px solid #e7e7e7;
    content: ""
}

.pricing-area .pricing .single-item:last-child::after {
    display: none
}

.pricing-area .pricing .pricing-item ul {
    display: inline-block;
    text-align: left
}

.pricing-area .pricing {
    background: #fff;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08);
    border-radius: 8px
}

.pricing-area .pricing .pricing-item {
    padding: 50px;
    background: #fff
}

.pricing-area .pricing .pricing-item ul h5 {
    font-weight: 700;
    text-transform: capitalize;
    color: #666
}

.pricing-area .pricing .pricing-item ul h2 {
    font-size: 60px;
    font-weight: 600;
    padding-left: 5px;
    margin-bottom: 30px;
    line-height: 1
}

.pricing-area .pricing .pricing-item ul h2 sub {
    font-size: 16px;
    left: -22px;
    color: #666
}

.pricing-area .pricing .pricing-item ul h2 sup {
    font-size: 16px;
    top: -30px;
    right: 5px
}

.pricing-area .pricing .pricing-item a {
    margin-top: 15px
}

.pricing-area .pricing .pricing-item ul li {
    margin-bottom: 15px
}

.pricing-area .pricing .pricing-item ul li i {
    font-size: 14px;
    color: #104cba;
    margin-right: 5px
}

.pricing-area .pricing .pricing-item ul li i.fa-minus-circle {
    color: #e3306f
}

@media(min-width:768px) {
    .blog-area .blog-comments .comments-list ul.children {
        margin-left: 50px
    }
    .blog-area .blog-comments .comments-list>ul.children {
        margin-bottom: 50px
    }
    .blog-area .blog-comments .comments-list>ul.children:last-child {
        margin-bottom: 0
    }
}

.blog-area .comments-area p.no-comments {
    text-align: center;
    margin: 0;
    margin-top: 30px;
    font-family: inter, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #232323
}

.blog-area .blog-content .info form {
    margin-bottom: 30px;
    position: relative
}

.blog-area .blog-content .info form input {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 15px
}

.blog-area .blog-content .info form button {
    background: #104cba;
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px
}

.blog-area .single-item {
    margin-bottom: 30px
}

.blog-area .item {
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 8px
}

.blog-area .blog-items .item .thumb {
    position: relative;
    padding: 15px
}

.blog-area.full-blog .blog-items .item .thumb {
    padding-bottom: 0
}

.blog-area .blog-items .item .thumb .date {
    position: absolute;
    left: 30px;
    bottom: -30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08);
    padding: 15px 20px;
    font-size: 36px;
    color: #104cba;
    font-weight: 600;
    border-radius: 5px;
    line-height: 1;
    font-family: inter, sans-serif
}

.blog-area .blog-items .item .thumb .date span {
    display: block;
    font-size: 14px;
    color: #232323;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
    font-family: inter, sans-serif
}

.blog-area .blog-items .info {
    padding: 30px;
    padding-top: 50px;
    overflow: hidden
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4 {
    font-weight: 600
}

.blog-area .blog-items .info h2 a:hover,
.blog-area .blog-items .info h3 a:hover,
.blog-area .blog-items .info h4 a:hover {
    color: #104cba
}

.blog-area.full-blog .blog-items .info {
    padding-top: 30px
}

.blog-area .blog-items .item .thumb img {
    border-radius: 5px;
    height: auto;
    width: 100%
}

.blog-area .blog-items .info .meta ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    font-weight: 500;
    color: #232323;
    font-size: 13px
}

.blog-area .blog-items .info .meta ul li i {
    font-weight: 500;
    margin-right: 2px;
    color: #104cba
}

.blog-area .blog-items .info .meta ul li a:hover,
.blog-area .blog-items .info h4 a:hover,
.blog-area .btn-more:hover {
    color: #104cba
}

.blog-area.content-less .btn-more {
    color: #104cba
}

.blog-area .blog-items .info .meta {
    margin-bottom: 15px
}

.blog-area .blog-items .info .meta a {
    font-weight: 600;
    text-transform: capitalize
}

.blog-area .btn-more {
    text-transform: capitalize
}

.blog-area .btn-more i {
    position: relative;
    top: 2px;
    margin-left: 1px
}

.blog-area .blog-items .info .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    margin-top: 26px;
    padding-top: 30px
}

.blog-area .blog-items .info .bottom img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 7px;
    border: 1px solid #e7e7e7;
    padding: 3px;
    max-width: 60px
}

.blog-area.left-sidebar .blog-content {
    float: right
}

.blog-area.left-sidebar .sidebar {
    padding-right: 35px
}

.blog-area.right-sidebar .sidebar {
    padding-left: 35px
}

.blog-area .sidebar .title {
    display: block
}

.blog-area .sidebar .title h4 {
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 18px;
    display: inline-block;
    padding-bottom: 15px
}

.blog-area .sidebar .title h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 50px;
    border-bottom: 2px solid #104cba
}

.blog-area .sidebar input[type=text] {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 60px;
    border-radius: 30px
}

.blog-area .sidebar form {
    position: relative
}

.blog-area .sidebar button[type=submit] {
    background: #104cba;
    border: medium;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    min-height: 50px;
    width: 50px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    border-radius: 50%
}

.blog-area .sidebar input[type=submit]:hover {
    background: #104cba none repeat scroll 0 0
}

.sidebar-item.search form input {
    border-radius: 30px;
    min-height: 60px;
    box-shadow: inherit;
    border: 1px solid #e7e7e7;
    padding-left: 25px
}

.sidebar-item.search {
    border-radius: 30px !important;
    box-shadow: inherit !important
}

.blog-area .sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 38px 0 rgb(0 0 0/8%);
    padding: 30px;
    border-radius: 8px
}

.blog-area .sidebar .sidebar-item a {
    color: #454545;
    font-weight: 500;
    font-size: 14px
}

.blog-area .sidebar .sidebar-item.search {
    padding: 0;
    box-shadow: inherit;
    background: 0 0
}

.blog-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0
}

.blog-area .sidebar .sidebar-item.category .sidebar-info,
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
    margin-top: -5px
}

.blog-area .sidebar .sidebar-item.category li {
    display: block;
    position: relative;
    margin-top: 13px
}

.blog-area .sidebar .sidebar-item.category li a {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700;
    color: #666
}

.blog-area .sidebar .sidebar-item li a:hover {
    color: #104cba
}

.blog-area .sidebar .sidebar-item.category li a span {
    color: #b5b5b5;
    font-size: 14px;
    margin-left: 5px
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
    top: 0
}

.blog-area .sidebar .sidebar-item.category li:first-child {
    margin-top: 0;
    padding-top: 0
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
    top: 0
}

.blog-area .sidebar .sidebar-item.category li:last-child {
    border: medium;
    margin-bottom: 0;
    padding-bottom: 0
}

.sidebar-item.recent-post li a {
    color: #333;
    display: block;
    font-weight: 600
}

.sidebar-item.recent-post li a:last-child {
    display: inline-block
}

.sidebar-item.recent-post .meta-title {
    margin-top: 5px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px
}

.sidebar-item.recent-post .meta-title i {
    margin-right: 3px;
    font-weight: 500;
    color: #104cba
}

.sidebar-item.recent-post li a:hover {
    color: #104cba
}

.sidebar-item.recent-post li a span {
    display: inline-block;
    color: #002359
}

.sidebar-item.recent-post li span {
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    color: #888;
    font-weight: 500
}

.sidebar-item.recent-post .meta-title a {
    color: #999
}

.sidebar-item.recent-post li {
    color: #cdd0d3
}

.sidebar-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.sidebar-item.recent-post li:last-child {
    border: medium;
    margin: 0;
    padding: 0
}

.sidebar-item.recent-post li:last-child {
    margin: 0
}

.sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px
}

.sidebar-item.recent-post .thumb img {
    width: 100%;
    border-radius: 5px
}

.sidebar-item.recent-post li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
    padding-left: 25px;
    vertical-align: top;
    padding-top: 0 !important
}

.sidebar-item.recent-post li .info a {
    text-decoration: inherit;
    font-weight: 600
}

.blog-area .sidebar-item.gallery ul {
    margin: -7px;
    overflow: hidden
}

.sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 7px;
    width: 33.333%
}

.sidebar-item.gallery ul li img {
    min-height: 70px;
    width: 100%
}

.sidebar-item.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative
}

.sidebar-item.archives ul li:last-child {
    margin-bottom: 0
}

.sidebar-item.archives ul li a {
    display: inline-block;
    font-weight: 800;
    text-transform: capitalize;
    z-index: 1;
    padding-left: 25px;
    font-size: 14px;
    color: #666
}

.sidebar-item.archives ul li a::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\f07b";
    font-family: "font awesome 5 free";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
    font-weight: 500
}

.sidebar-item.social-sidebar ul {
    margin-bottom: -10px;
    overflow: hidden
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.sidebar-item.social-sidebar li a {
    background: #002359 none repeat scroll 0 0;
    border: medium;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    margin-bottom: 5px;
    text-align: center;
    width: 50px;
    font-size: 14px
}

.sidebar-item.social-sidebar li a:hover {
    color: #fff !important
}

.sidebar-item.social-sidebar li.facebook a {
    background: #3b5998 none repeat scroll 0 0
}

.sidebar-item.social-sidebar li.twitter a {
    background: #1da1f2 none repeat scroll 0 0
}

.sidebar-item.social-sidebar li.pinterest a {
    background: #bd081c none repeat scroll 0 0
}

.sidebar-item.social-sidebar li.g-plus a {
    background: #db4437 none repeat scroll 0 0
}

.sidebar-item.social-sidebar li.linkedin a {
    background: #0077b5 none repeat scroll 0 0
}

.sidebar-item.tags ul {
    margin-top: -8px
}

.sidebar-item.tags ul li {
    display: inline-block
}

.sidebar-item.tags ul li a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    font-weight: 800;
    margin-top: 8px;
    margin-right: 5px;
    padding: 5px 25px;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 30px;
    color: #666;
    background: #fafafa
}

.sidebar-item.tags ul li a:hover {
    color: #104cba
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 50px;
    text-align: center;
    position: relative;
    z-index: 1
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #104cba;
    z-index: -1;
    opacity: .7
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
    color: #fff;
    font-weight: 700;
    line-height: 1.4
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
    color: #fff
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
    display: inline-block;
    color: #fff;
    border: 1px dashed rgba(255, 255, 255, .7);
    padding: 10px 25px;
    margin-top: 9px
}

.blog-area .blog-items.content-less .item .info>a {
    margin-top: 10px
}

.blog-area.single .item .content-box span {
    background: #104cba none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 3px 20px;
    text-transform: uppercase
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
    font-weight: 500
}

.blog-area.single .content-box .cats {
    float: left;
    margin-right: 5px
}

.blog-area.single .content-box .meta .date {
    float: right;
    letter-spacing: 1px;
    text-transform: uppercase
}

.blog-area.single .content-box .meta {
    overflow: hidden;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0
}

.blog-area .blog-items .info>ul li {
    line-height: 32px;
    position: relative;
    z-index: 1;
    content: ""
}

.blog-area .blog-items .info>ul {
    margin-bottom: 25px;
    margin-top: 25px;
    list-style: disc !important;
    margin-left: 20px
}

.blog-area.single .item {
    margin-bottom: 0
}

.blog-area .item blockquote {
    position: relative;
    z-index: 1;
    border: none;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 85px;
    color: #232323;
    font-weight: 600;
    line-height: 37px;
    background: #fafafa;
    padding: 30px;
    padding-top: 80px
}

.blog-area .item blockquote cite {
    display: block;
    margin-top: 15px;
    color: #999;
    font-weight: 500
}

.blog-area .item blockquote::before {
    position: absolute;
    left: 0;
    top: 5%;
    content: "";
    height: 90%;
    width: 3px;
    background: #104cba
}

.blog-area .item blockquote::after {
    position: absolute;
    left: 30px;
    content: "\f10d";
    font-family: "font awesome 5 free";
    color: #104cba;
    font-size: 30px;
    top: 30px;
    font-weight: 600
}

.blog-area .item blockquote p {
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 34px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500
}

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px
}

.blog-area .blog-content .share li {
    display: inline-block;
    margin-left: 15px
}

.blog-area .blog-content .share li a {
    display: inline-block;
    color: #104cba
}

.blog-area .blog-content .share li.facebook a {
    color: #3b5998
}

.blog-area .blog-content .share li.twitter a {
    color: #1da1f2
}

.blog-area .blog-content .share li.pinterest a {
    color: #bd081c
}

.blog-area .blog-content .share li.g-plus a {
    color: #db4437
}

.blog-area .blog-content .share li.linkedin a {
    color: #0077b5
}

.blog-area .blog-content .post-tags .tags a {
    background: #f7f7f7;
    padding: 10px 15px;
    font-size: 14px;
    margin-right: 3px;
    margin-bottom: 5px;
    display: inline-block
}

.blog-area.single .post-pagi-area {
    margin-top: 50px;
    overflow: hidden
}

.blog-area.single .post-pagi-area a {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    color: #104cba;
    border-radius: 30px
}

.blog-area.single .post-pagi-area h5 {
    margin: 0;
    margin-top: 5px;
    font-weight: 500;
    font-size: 18px
}

.blog-area.single .post-pagi-area a:hover {
    color: #104cba
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
    color: #ff9800
}

.blog-area.single .post-pagi-area a:last-child {
    float: right
}

.blog-area.single .post-pagi-area a:first-child i {
    margin-right: 3px
}

.blog-area.single .post-pagi-area a:last-child i {
    margin-left: 3px
}

.comments-area .commen-item .comments-info p {
    display: block;
    margin: 0
}

.blog-area .contact-comments .submit {
    margin-bottom: 0
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blog-area .comments-form form>.col-md-12 {
    padding: 0
}

.blog-area .comments-form {
    margin-top: 50px
}

.blog-area .blog-comments .comments-list {
    margin-bottom: 50px
}

.blog-area .blog-comments .comments-list:last-child {
    margin-bottom: 0
}

.comments-list .commen-item .avatar {
    float: left
}

.comments-list .commen-item .avatar img {
    margin-right: 30px
}

.comments-list .commen-item {
    margin-bottom: 50px;
    position: relative;
    background: #f4f4f4;
    padding: 30px 40px
}

.comments-list .commen-item:last-child {
    margin-bottom: 0
}

.comments-list .commen-item.reply {
    padding-left: 80px
}

.comments-area {
    margin-top: 40px
}

.comments-list .commen-item .content .title {
    align-items: center;
    margin-bottom: 15px;
    font-weight: 700
}

.comments-list .commen-item .content .title span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #104cba
}

.comments-info a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-top: 0;
    padding: 2px 13px;
    text-transform: capitalize;
    font-weight: 600;
    background: #060816;
    position: absolute;
    right: 30px;
    top: 30px
}

.comments-info a:hover {
    color: #104cba
}

.comments-info a i {
    margin-right: 5px
}

.comments-info a:hover {
    background: #104cba;
    color: #fff
}

.comments-form input,
.comments-form textarea {
    box-shadow: inherit;
    border: none;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 5px
}

.comments-form textarea {
    min-height: 180px;
    padding: 15px
}

.blog-area.full-blog.single-blog .form-group.submit {
    margin-bottom: 0
}

.comments-form button {
    background: #104cba;
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 20px;
    padding: 15px 45px;
    text-transform: capitalize;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    border-radius: 30px
}

.comments-form button:hover {
    color: #fff;
    background-color: #104cba;
    border: 1px solid transparent
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 1.5rem
}

.blog-area .contact-comments .comments {
    margin-top: 20px
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px
}

.pagination li {
    display: inline-block;
    margin-top: 7px
}

ul.pagination {
    display: block;
    margin-top: 30px
}

.pagination li a {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 2px;
    color: #104cba;
    font-weight: 800
}

.pagination li.page-item.active a {
    background: #104cba;
    border-color: #104cba
}

.post-nav-links .post-page-numbers {
    display: inline-block;
    text-align: center;
    padding: 10px 15px;
    border-radius: 50%;
    margin: 0 2px;
    color: #104cba;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dee2e6;
    line-height: 1.25;
    min-width: 40px
}

.post-nav-links .post-page-numbers.current,
.post-nav-links .post-page-numbers.current:hover {
    background: #104cba;
    border-color: #104cba;
    color: #fff
}

.post-nav-links .post-page-numbers:hover {
    background: #f9f9f9
}

.contact-area.half-bg .content textarea {
    min-height: 220px
}

.contact-area.half-bg {
    position: relative;
    z-index: 1
}

/* .contact-area.half-bg::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 200px;
    width: 100%;
    background: #fff;
    z-index: -1
}

.contact-area.default-padding-top.half-bg::after {
    height: 100px
} */

.contact-area .item {
    display: flex
}

.contact-area .item i {
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
     margin-right: 10px; 
    color: #104cba;
    position: relative;
    text-align: center
}

.contact-area .item {
    margin-bottom: 35px
}

.contact-area .item:last-child {
    margin: 0
}

.contact-area .item h5 {
    font-weight: 600;
    text-transform: capitalize
}

.contact-area .left-info {
    padding-right: 35px
}

.contact-area .item p {
    margin: 0;
    margin-top: -7px
}

.contact-area .left-info h2 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;

}

.contact-area .left-info .content-box>h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #104cba
}

.contact-area.half-bg .content {
    padding: 60px;
    background: #fff;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08);
    margin-left: 20px;
    border-radius: 7px
}

.contact-area .content h2 {
    font-weight: 600;
    margin-bottom: 10px
}

.contact-area .content p {
    margin: 0
}

.contact-area .content .heading {
    margin-bottom: 30px
}

.contact-area .content input,
.contact-area .content textarea {
    background: #f4f4f4;
    padding: 25px;
    border: none;
    min-height: 60px
}

/* .contact-area .content .form-group {
    margin-bottom: 0
} */

.contact-area .content textarea {
    min-height: 180px
}

.contact-area .content form button {
    background: #104cba;
    color: #fff;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 5px;
    text-transform: capitalize;
    margin-top: 30px
}

.contact-area .content form img.loader {
    margin-left: 5px
}

.google-maps iframe {
    border: medium;
    height: 550px;
    margin-bottom: -10px;
    width: 100%
}

.maps-area {
    overflow: hidden
}

.error-page-area .error-box {
    position: relative;
    z-index: 1;
    margin-left: 20px
}

.error-page-area .error-box h1 {
    font-size: 160px;
    line-height: 130px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #999
}

.error-page-area .error-box h2 {
    font-weight: 600;
    margin-bottom: 25px
}

.error-page-area .error-box a {
    margin-top: 15px
}

.error-page-area .thumb {
    padding-right: 35px
}

.error-box .search {
    margin-top: 30px;
    text-align: center
}

.error-box .search form {
    width: 400px;
    position: relative;
    z-index: 1
}

.error-box .search .input-group {
    margin: auto
}

.error-box .search form input {
    box-shadow: inherit;
    border-radius: inherit;
    min-height: 60px
}

.error-box .search form button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    min-height: 60px;
    background: #104cba;
    border: none;
    padding: 0 30px;
    color: #fff
}

footer {
    position: relative
}

footer .fixed-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .05
}

footer.bg-dark .fixed-shape {
    opacity: .02
}

footer .fixed-shape img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0
}

footer .f-items {
    padding-bottom: 70px
}

/* footer .f-items .item {
    margin-bottom: 50px
} */

footer img {
    margin-bottom: 30px;
    background: #fff;
    padding: 10px;
}

footer .widget-title {
    font-weight: 600;
    margin-bottom: 30px
}

.footer-top .footer-top-content {
    padding: 50px 0;
    border-bottom: 1px solid #e7e7e7
}

footer.bg-dark .footer-top .footer-top-content {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.footer-top .footer-top-content ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    padding-left: 15px
}

.footer-top .footer-top-content ul li::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    background: #ccc;
    border-radius: 50%;
    margin-top: -3px
}

footer.bg-dark .footer-top .footer-top-content ul li::after {
    background: rgba(255, 255, 255, .3)
}

.footer-top .footer-top-content ul li a {
    color: #232323;
    font-weight: 500
}

footer.bg-dark .footer-top .footer-top-content ul li a {
    color: #c2d1e2
}

.footer-top .footer-top-content ul li a:hover {
    color: #104cba
}

footer.bg-dark .footer-top .footer-top-content ul li a:hover {
    color: #fff
}

.footer-top .footer-top-content form {
    position: relative;
    z-index: 1
}

.footer-top .footer-top-content form input {
    border: none;
    color: #232323;
    border-radius: 30px;
    min-height: 60px;
    padding-left: 20px;
    background: #f1f1f1
}

.footer-top .footer-top-content form button {
    background: linear-gradient(90deg, rgba(0, 16, 45, 1) 0%, rgba(0, 89, 252, 1) 56%);
    position: absolute;
    right: 5px;
    top: 5px;
    min-height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 50%
}

footer .item .social ul li {
    display: inline-block;
    margin-right: 16px
}

footer .item .social ul li a {
    display: inline-block;
    font-size: 16px;
    margin-right: 15px
}

footer .item .social {
    margin-top: 10px
}

footer .f-item.link li {
    margin-bottom: 10px
}

footer .f-item.link li a {
    color: #666;
    font-weight: 400
}

footer .f-item.link li a:hover {
    color: #104cba
}

footer .f-item.link li:last-child {
    margin-bottom: 0
}

footer.bg-dark .f-item.link li a {
    color: #ccc
}

footer.bg-dark .footer-bottom p a {
    color: #ccc
}

footer.bg-dark .f-item.link li a:hover {
    color: #fff
}

footer .f-item .address li strong {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #0e2b3d
}

footer .f-item .address li {
    margin-bottom: 25px;
    display: flex
}

footer .f-item .address li i {
    display: inline-block;
    font-size: 15px;
    margin-right: 16px;
    position: relative;
    top: 5px;
    color: #666
}

footer.bg-dark .f-item .address li i {
    color: #fff
}

footer .f-item .address li:last-child {
    margin-bottom: 0
}

footer.bg-dark .f-item .address li {
    color: #ccc;
    font-size: 13px;
}

footer.bg-dark .f-item .address li a {
    color: #ccc
}

footer .f-item .address li a {
    font-weight: 400;
    color: #666
}

footer.bg-dark .f-item .address li a:hover {
    color: #fff
}

footer.bg-dark .f-item .address li strong {
    color: #fff
}

footer .f-item .download h5 {
    font-weight: 600;
    margin: 0
}

footer .f-item .download {
    margin-top: 30px
}

footer .f-item .download a {
    display: inline-block;
    margin-right: 25px;
    margin-top: 15px;
    color: #666;
    font-weight: 500
}

footer.bg-dark .f-item .download a {
    color: #c2d1e2;
    font-weight: 500
}

footer .f-item .download a:last-child {
    margin-right: 0
}

footer .f-item .download a i {
    font-size: 25px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    color: #104cba
}

footer.bg-dark .f-item .download a i {
    color: #c2d1e2
}

footer .footer-bottom {
    padding: 10px 0;
    background: #e9e9e9
}

footer.bg-dark .footer-bottom {
    background: #101c3d;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

footer .footer-bottom p {
    margin: 0
}

footer .footer-bottom p a {
    color: #232323;
    font-weight: 500
}

footer.bg-dark p {
    color: #ccc
}

.no-js #loader {
    display: none
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/preloader.gif) center no-repeat #fff;
    text-align: center
}

.demo-area.demo-conten.default-padding {
    padding-bottom: 30px
}

.demo-area .single-item {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc
}

.demo-area .item {
    margin-bottom: 50px
}

.demo-area .single-item .info {
    padding: 30px 15px;
    text-align: center;
    background: #fafafa
}

.demo-area .single-item .info h4 {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    margin-top: 15px
}

.banner-area .demo-banner h1 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 46px
}

.banner-area .demo-banner h1 span {
    font-size: 36px
}

.banner-area .demo-banner img {
    height: auto;
    margin-bottom: 20px;
    max-height: 60px
}

.demo-area .def-heading h2 {
    font-weight: 600;
    margin: 30px 0;
    text-transform: uppercase;
    color: #333
}

.demo-footer {
    padding-bottom: 80px
}

.introduction-area h2 span {
    color: #fd0060
}

.introduction-area h4 {
    font-weight: 300;
    line-height: 30px
}

.introduction-area h2 {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px
}

.introduction-area h2::before {
    background: #fd0060 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 50px
}

.introduction-area h2::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 25px
}

footer.demo .copyright {
    margin-top: 15px
}

.demo-area .comming-soon.item img {
    opacity: .3
}

.banner-area.demo-banner {
    padding: 50px 0
}

.demo-area .site-heading {
    margin-bottom: 30px
}

.demo-area img {
    background: #fff none repeat scroll 0 0;
    border-radius: 8px 8px 0 0;
    padding: 10px
}

.demo-area.demo-conten .single-item a {
    position: relative;
    display: block
}

.demo-area.demo-conten .single-item a span {
    position: absolute;
    right: 15px;
    top: -14px;
    background: linear-gradient(90deg, rgba(30, 85, 189, 1) 0%, rgba(67, 126, 235, 1) 100%);
    color: #fff;
    padding: 1px 35px;
    border-radius: 30px;
    box-shadow: 0 0 10px #ccc
}

.demo-area .rtl-version a {
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: linear-gradient(90deg, rgba(30, 85, 189, 1) 0%, rgba(67, 126, 235, 1) 100%);
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    z-index: 9;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 20px
}

.demo-area .rtl-version a::after {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 120%;
    width: 120%;
    content: "";
    background: #437eeb;
    z-index: -1;
    border-radius: 50%;
    opacity: .3
}

.demo-area.default-padding {
    z-index: inherit
}

.demo-banner a.btn img {
    height: 30px;
    margin-right: 2px;
    margin-bottom: 0;
    position: relative
}

.demo-banner a.btn {
    position: relative
}

.banner-thumb {
    display: none
}

.banner-area {
    position: relative;
    overflow: hidden
}

.demo-area .site-heading h2 {
    margin-bottom: 40px
}

.demo-area .single-item .info a {
    display: inline-block;
    padding: 5px 30px;
    border-radius: 30px;
    color: #fff;
    margin: 0 5px;
    background: linear-gradient(90deg, rgba(0, 16, 45, 1) 0%, rgba(0, 89, 252, 1) 56%)
}

.demo-area .single-item .info h4 {
    margin-bottom: 25px;
    margin-top: 0
}

.banner-area .fun-fact-box {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none
}

.banner-area .fun-fact-box .fun-fact {
    display: inline-block;
    padding: 0 30px;
    position: relative
}

.banner-area .fun-fact-box .fun-fact::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .6)
}

.banner-area .fun-fact-box .fun-fact:last-child::after {
    display: none
}

.banner-area .fun-fact-box .fun-fact .timer {
    font-weight: 800;
    font-size: 30px;
    display: block;
    margin-bottom: 10px
}

.banner-area .fun-fact-box .fun-fact .medium {
    text-transform: uppercase;
    font-weight: 700
}

.demo-features .single-item {
    margin-bottom: 30px
}

.demo-features .item {
    background: #fff;
    padding: 50px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .57);
    border-radius: 8px
}

.demo-features .item img {
    height: 50px;
    width: auto;
    margin-bottom: 15px
}

.demo-features .item h5 {
    font-weight: 700;
    text-transform: capitalize
}

.navbar.navbar-transparent .attr-nav>ul>li.button {
    display: none
}

.attr-nav>ul>li.button a img {
    height: 30px
}

.blog-area .blog-items .item .thumb img {
    height: auto;
    width: 100%
}

.page-numbers {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 2px;
    color: #104cba;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dee2e6;
    line-height: 1.25
}

.blog-area .pagi-area .pagination li span {
    background: #104cba;
    border-color: #104cba;
    color: #fff
}

.page-numbers:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.dots {
    background: #fff !important;
    color: #007bff !important;
    border-color: #dee2e6 !important
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 15px
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.gallery-caption {
    font-size: 1.2rem
}

.bypostauthor {
    color: #777
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#wp-calendar {
    width: 100%
}

#wp-calendar caption {
    text-align: left;
    margin-bottom: 10px;
    caption-side: top;
    text-transform: capitalize;
    color: #232323;
    justify-content: space-between;
    font-weight: 700
}

#wp-calendar * {
    text-align: center
}

#wp-calendar #prev {
    text-align: left
}

#wp-calendar #next {
    text-align: right
}

#wp-calendar td,
#wp-calendar th {
    padding: 10px 5px
}

#wp-calendar a,
a:active,
a:focus,
a:hover {
    color: #104cba
}

.wp-calendar-nav-prev a,
.wp-calendar-nav-next a {
    color: #104cba
}

table {
    width: 100%;
    margin-bottom: 20px;
    vertical-align: top;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08)
}

table th {
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    border-top: 1px solid rgba(0, 0, 0, .08);
    border-left: 1px solid rgba(0, 0, 0, .08);
    border-right: 1px solid rgba(0, 0, 0, .08);
    color: #0e2b3d;
    font-size: 1.2rem;
    font-weight: 700
}

table td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    border-top: 1px solid rgba(0, 0, 0, .08);
    border-left: 1px solid rgba(0, 0, 0, .08);
    border-right: 1px solid rgba(0, 0, 0, .08)
}

table tr:last-child td {
    border-bottom: none
}

table .button-group {
    margin-bottom: 0
}

.section-table-title td {
    padding-top: 2px;
    padding-bottom: 0;
    background-color: #f3f3f3;
    color: #8f8f8f;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase
}

table.table-comfortable td {
    padding: 14px 10px
}

.children li {
    padding-left: 15px !important;
    padding-top: 10px !important
}

.sidebar-item .sub-menu li {
    padding-left: 15px !important;
    padding-top: 10px !important
}

.sidebar-item select {
    width: 100% !important
}

.sidebar-item .recent-post .thumb img {
    width: 80px;
    height: 80px
}

.blog-content {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.blog-area .item .info .footer-entry span {
    font-size: 1.25rem;
    color: #232323;
    font-weight: 600;
    margin-right: 10px
}

.blog-area .item .info .footer-entry a {
    display: inline-block;
    background: #f7f7f7;
    margin: 3px;
    border-radius: 5px;
    padding: 6px 24px;
    font-size: 12px;
    margin-top: 5px
}

.tagcloud a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    font-weight: 600;
    margin-top: 8px;
    margin-right: 5px;
    padding: 3px 22px;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 30px;
    background: #fafafa
}

.tagcloud a:hover {
    color: #104cba
}

.small-size-fix img {
    height: 225px !important
}

.small1-size-fix img {
    height: 348px !important
}

.blog-area .comments-form p.form-submit {
    margin: 0
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff !important
}

.post-pagi-area {
    clear: both
}

.blog-area .blog-item-box .post-nav-links {
    clear: both;
    float: left;
    width: 100%
}

.post-nav-links {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 10px !important
}

.blog-item-box img {
    max-width: 100%;
    height: auto
}

.breadcrumb-area h1 {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

input[type=submit],
.wp-block-search__button {
    width: auto !important;
    background: #104cba;
    padding: 0 10px;
    color: #fff
}

.blog-area .blog-items .info>ol li,
.commen-item .content>ol li {
    position: relative;
    z-index: 1
}

.blog-area .blog-items .info>ol,
.commen-item .content>ol {
    margin-bottom: 25px;
    margin-top: 25px;
    margin-left: 20px
}

.widget_calendar table {
    margin-bottom: 10px
}

.widget_calendar caption {
    color: #104cba
}

.widget_calendar th {
    font-weight: 700
}

.widget_calendar td,
.widget_calendar th {
    padding: 0;
    text-align: center;
    font-size: 16px;
    padding: 6px;
    border-color: #e7e7e7
}

.widget_calendar a {
    color: #104cba !important
}

.widget_calendar td a,
.widget_calendar th a {
    font-size: 16px !important;
    text-decoration: none;
    font-weight: 700 !important
}

.widget_calendar a {
    font-size: 15px !important;
    font-weight: 700 !important
}

.widget_calendar td#today {
    background: #104cba;
    color: #fff
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

.is-style-outline .wp-block-button__link {
    border: 2px solid #32373c;
    color: #32373c !important
}

.is-style-outline .wp-block-button__link:hover {
    background: #32373c;
    color: #fff !important
}

.blog-area.single .post-pagi-area h5,
.breadcrumb-area h2 {
    word-break: break-word
}

.blog-area.single .post-pagi-area {
    margin-top: 30px !important
}

.blog-area.single .post-pagi-area a {
    padding-top: 20px !important
}

.search-fix {
    display: inline-block !important
}

.button-fix {
    background: #104cba;
    border: medium;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    min-height: 50px;
    width: 50px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    border-radius: 50%;
    top: 5px
}

.search form {
    position: relative
}

.blog-area .sidebar .sidebar-item.widget_categories li {
    display: block;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    margin: 3px 0
}

.blog-area .sidebar .sidebar-item.widget_categories li:last-child {
    border: medium;
    margin-bottom: 0;
    padding-bottom: 0
}

.blog-area .sidebar .sidebar-item.widget_categories li:first-child {
    margin-top: 0;
    padding-top: 0
}

.blog-area .sidebar .sidebar-item.widget_recent_entries li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 24px
}

.blog-area .sidebar .sidebar-item.widget_recent_entries li:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.blog-area .sidebar .sidebar-item.widget_categories li>span {
    float: right
}

.blog-area .sidebar .sidebar-item.widget_categories li ul {
    overflow: hidden
}

.blog-area .sidebar .sidebar-item.widget_archive li {
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    margin: 3px 0;
    position: relative;
    display: block
}

.blog-area .sidebar .sidebar-item.widget_archive li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    padding-top: 10px !important
}

.blog-area .sidebar .sidebar-item.widget_archive li:first-child {
    margin-top: 0;
    padding-top: 0 !important
}

.blog-area .sidebar .sidebar-item.widget_pages li {
    display: block;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    margin: 3px 0
}

.blog-area .sidebar .sidebar-item.widget_pages li:last-child {
    border: medium;
    margin-bottom: 0;
    padding-bottom: 0
}

.blog-area .sidebar .sidebar-item.widget_pages li:first-child {
    margin-top: 0;
    padding-top: 0
}

.blog-area .sidebar .sidebar-item.widget_meta li {
    padding: 10px 0;
    margin: 3px 0;
    border-bottom: 1px solid #e7e7e7
}

.blog-area .sidebar .sidebar-item.widget_meta li:first-child {
    margin-top: 0;
    padding-top: 0
}

.blog-area .sidebar .sidebar-item.widget_meta li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.blog-area .sidebar .sidebar-item.widget_categories li span {
    background: #f7f7f7;
    display: inline-block;
    margin-left: 15px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 5px;
    min-width: 30px;
    text-align: center
}

.blog-area .sidebar .sidebar-item.widget_recent_comments li {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    color: #232323;
    margin: 3px 0;
    border-bottom: 1px solid #e7e7e7
}

.blog-area .sidebar .sidebar-item.widget_recent_comments li:first-child {
    margin-top: 0;
    padding-top: 0
}

.blog-area .sidebar .sidebar-item.widget_recent_comments li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.blog-area .sidebar .sidebar-item.widget_recent_comments li:last-child {
    margin-bottom: 0
}

.blog-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0
}

.blog-area .sidebar .sidebar-item.widget_nav_menu li {
    display: block;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    margin: 3px 0
}

.blog-area .sidebar .sidebar-item.widget_nav_menu li:last-child {
    border: medium;
    margin-bottom: 0;
    padding-bottom: 0
}

.blog-area .sidebar .sidebar-item.widget_nav_menu li:first-child {
    margin-top: 0;
    padding-top: 0
}

.blog-area .sidebar .sidebar-item.widget_categories .nice-select li {
    padding: 5px 15px
}

.blog-area .sidebar .sidebar-item.widget_archive .nice-select li {
    padding: 5px 15px
}

.blog-area .sidebar .sidebar-item.widget_rss li span.rss-date {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px
}

.blog-area .sidebar .sidebar-item.widget_rss li {
    padding: 10px 0;
    margin: 3px 0;
    border-bottom: 1px solid #e7e7e7
}

.blog-area .sidebar .sidebar-item.widget_rss li:first-child {
    margin-top: 0;
    padding-top: 0
}

.blog-area .sidebar .sidebar-item.widget_rss li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.blog-area .sticky .item {
    position: relative;
    z-index: 1
}

.blog-area .sticky .item .post-sticky span {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    background: #104cba;
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0 5px
}

.blog-area .gallery-item,
footer .gallery-item {
    margin: .8em 0;
    padding: 0 .8em;
    width: 100%;
    float: left
}

@media(min-width:700px) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%
    }
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }
    .gallery-columns-4 .gallery-item {
        max-width: 25%
    }
    .gallery-columns-5 .gallery-item {
        max-width: 20%
    }
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%
    }
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }
}

@media only screen and (max-width:767px) {
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        max-width: 50%
    }
}

figcaption {
    margin-top: 10px
}

.blog-area .blog-content .post-tags {
    overflow: hidden;
    width: 100%
}

.blog-area .blog-items .info ul {
    list-style: disc;
    margin-left: 20px
}

.blog-area .blog-items .info ol,
.commen-item .content ol {
    margin-left: 25px
}

.blog-area .blog-items .info ol li,
.commen-item .content ol li {
    line-height: 32px
}

.wp-block-group.has-background {
    padding: 30px;
    margin-bottom: 15px
}

.wp-block-button__link {
    padding: 15px 40px;
    margin-bottom: 30px;
    color: #fff !important;
    border: 2px solid #32373c
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 5px
}

.comments-list .commen-item .content .title h5 {
    margin: 0
}

.comments-area .comments-title h4 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 1.5rem
}

.blog-area h1,
.blog-area h2,
.blog-area h3,
.blog-area h4,
.blog-area h5,
.blog-area h6 {
    font-weight: 600
}

.comments-list .commen-item .content {
    display: block;
    overflow: hidden
}

.team-area.grid-layout .team-items .single-item .item:hover .info h5,
.team-area.grid-layout .team-items .single-item .item:hover .info h5 a {
    color: #fff !important
}

.services-area .services-box .item h4 {
    font-size: 18px
}

.blog-area .blog-items .info h4 {
    font-size: 18px;
    line-height: 24px
}

.blog-area .blog-items .info .meta ul {
    margin-left: 0;
    list-style: inherit;
    margin-top: -5px
}

.blog-area .blog-items .info h3 {
    font-size: 20px
}

.blog-area .blog-item-box .info form label input {
    border: 1px solid #e7e7e7;
    border-radius: 5px
}

.blog-area .blog-item-box .info form input[type=submit] {
    padding: 0 20px;
    font-weight: 500;
    border-radius: 5px
}

.blog-area .blog-items .info ul,
.blog-area .commen-item ul {
    list-style: disc;
    margin-left: 20px
}

.blog-area .blog-items .info ul li,
.blog-area .commen-item ul li {
    line-height: 32px
}

.blog-area .blog-items .info>ul,
.blog-area .commen-item .content>ul {
    margin-bottom: 25px;
    margin-top: 20px;
    list-style: disc;
    margin-left: 20px
}

.blog-area .blog-items .info .bottom .btn {
    padding: 10px 35px;
    font-size: 14px
}

.logo,
.f-item img {
    max-height: 100px !important;
    max-width: inherit
}

.f-item img {
    max-height: 90px !important;
    max-width: inherit
}
.blog-area a.btn.circle.btn-theme.effect.btn-md {
    padding: 10px 35px;
    font-size: 14px;
    margin-top: 7px
}

.wp-block-button__link:hover {
    background: 0 0;
    color: #32373c !important
}

.search-custom.side-bar form {
    margin-top: 30px
}

.wp-block-gallery ul {
    margin: 0 !important;
    list-style: none
}

figcaption.blocks-gallery-caption {
    margin-bottom: 15px
}

footer .f-item.about {
    padding-right: 35px
}

.f-item.address {
    padding-left: 35px
}

.blog-area .sidebar .wp-block-group__inner-container h2 {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: -5px;
    text-transform: capitalize
}

.blog-area .sidebar .wp-block-group__inner-container h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 50px;
    background: #104cba
}

.blog-area .sidebar .wp-block-search .wp-block-search__input {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    min-height: 60px;
    padding-left: 15px
}

.blog-area .sidebar .wp-block-search button {
    position: absolute;
    top: 5px;
    border-radius: 5px;
    right: 5px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 600
}

.blog-area .sidebar .wp-block-search .wp-block-search__inside-wrapper {
    position: relative
}

.blog-area .sidebar .wp-block-latest-posts__list.wp-block-latest-posts li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 24px
}

.blog-area .sidebar .wp-block-latest-posts__list.wp-block-latest-posts li:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.blog-area .sidebar .wp-block-group__inner-container .wp-block-latest-comments li {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    color: #232323;
    margin: 3px 0;
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px
}

.blog-area .sidebar .wp-block-group__inner-container .wp-block-latest-comments li:first-child {
    margin-top: 0;
    padding-top: 0
}

.blog-area .sidebar .wp-block-group__inner-container .wp-block-latest-comments li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.blog-area .sidebar .wp-block-group__inner-container .wp-block-latest-comments li:last-child {
    margin-bottom: 0
}

.blog-area .sidebar .wp-block-archives-list.wp-block-archives li {
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    margin: 3px 0;
    position: relative;
    display: block
}

.blog-area .sidebar .wp-block-archives-list.wp-block-archives li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    padding-top: 10px !important
}

.blog-area .sidebar .wp-block-archives-list.wp-block-archives li:first-child {
    margin-top: 0;
    padding-top: 0 !important
}

.blog-area .sidebar .wp-block-categories-list.wp-block-categories li {
    display: block;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    margin: 3px 0
}

.blog-area .sidebar .wp-block-categories-list.wp-block-categories li:last-child {
    border: medium;
    margin-bottom: 0;
    padding-bottom: 0
}

.blog-area .sidebar .wp-block-categories-list.wp-block-categories li:first-child {
    margin-top: 0;
    padding-top: 0
}

.blog-area .sidebar .wp-block-calendar table th {
    background: 0 0;
    font-weight: 600
}

.blog-area .sidebar .wp-block-calendar nav.wp-calendar-nav {
    text-align: left
}

.blog-area .sidebar .wp-block-calendar nav.wp-calendar-nav a {
    text-decoration: none;
    font-weight: 600;
    color: #104cba
}

.blog-area .sidebar .has-avatars.wp-block-latest-comments img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin-right: 20px
}

.blog-area .sidebar .has-avatars.wp-block-latest-comments li {
    display: flex;
    border: none
}

.blog-area .sidebar .has-avatars.wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt,
.blog-area .sidebar .has-avatars.wp-block-latest-comments li footer {
    margin-left: 0
}

.blog-area .sidebar .has-avatars.wp-block-latest-comments li footer {
    font-size: 15px;
    margin-bottom: 10px;
    color: #888
}

.blog-area .sidebar .has-avatars.wp-block-latest-comments li footer a {
    font-size: 16px;
    font-weight: 500
}

.blog-area .sidebar .has-avatars.wp-block-latest-comments li footer time.wp-block-latest-comments__comment-date {
    display: block;
    color: #104cba;
    font-weight: 400;
    font-size: 13px;
    margin-top: 5px
}

.blog-area .sidebar .has-avatars.wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px
}

.blog-area .info .gallery {
    margin: 0 -15px
}

.comments-list .commen-item .content ul,
.comments-list .commen-item .content li {
    text-align: left
}

.banner-area.auto-height.top-pad-80 .content {
    margin-top: 250px;
    padding-bottom: 200px;
    padding-top: 0;
    position: relative;
    z-index: 1
}

.banner-area.auto-height.top-pad-80 .content p {
    font-size: 18px;
    padding-right: 20%;
    font-weight: 400;
    line-height: 1.8;
    margin: 0
}

.banner-area.auto-height.top-pad-80 .content a {
    margin-top: 40px
}

.banner-area.text-default .content h2 {
    font-size: 60px;
    line-height: 1.2
}

.banner-area.text-default.content-less .content a {
    margin-top: 10px
}

.banner-area.text-default .content h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400
}

.banner-area .shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100%
}

.banner-area .shape img {
    position: absolute;
    height: auto;
    width: auto;
    z-index: 9
}

.banner-area .shape img:first-child {
    left: 0;
    top: 0
}

.banner-area .shape img:last-child {
    right: 0;
    bottom: 0;
    max-height: 60%
}

@media(max-width:1023px) {
    .banner-area .shape img {
        display: none
    }
}

.illustration-services-area .single-item {
    border-right: 1px solid #e7e7e7
}

.illustration-services-area .single-item:last-child {
    border: none
}

.illustration-services-area .single-item .item {
    padding: 0 30px
}

.illustration-services-area .single-item .item img {
    height: 200px;
    margin: auto 0 30px
}

.illustration-services-area .single-item .item h4 {
    font-weight: 600;
    font-size: 18px
}

.illustration-services-area .single-item .item p {
    margin: 0
}

.illustration-services-area .bottom-content {
    margin-top: 80px
}

.about-us-area .about-content .thumb {
    height: 100%
}

.about-us-area .about-content .thumb img:first-child {
    float: right;
    width: 70%;
    margin-bottom: 80px
}

.about-us-area .about-content .thumb img:nth-child(2) {
    position: absolute;
    left: 50px;
    width: 60%;
    bottom: 0;
    border: 10px solid #f3f7fd;
    border-left: none;
    border-bottom: none
}

.about-us-area .about-content .thumb img:nth-child(3) {
    height: 200px;
    width: 200px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -100px;
    box-shadow: 0 0 38px 0 rgb(0 0 0/8%);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.about-us-area .about-content .info {
    padding-left: 35px
}

.about-us-area .about-content .info h5 {
    font-weight: 600;
    color: #104cba;
    font-size: 18px;
    margin-bottom: 25px
}

.about-us-area .about-content .info h2 {
    font-weight: 600;
    margin-bottom: 25px
}

.about-us-area .about-content .info strong {
    font-weight: 500;
    color: #232323;
    line-height: 28px
}

.about-us-area .about-content .info a {
    margin-top: 20px
}

.banner-area.double-thumb {
    background-position: top center !important
}

.banner-area.double-thumb .single-thumb {
    margin-top: 120px
}

.banner-area.double-thumb .content a {
    margin-top: 25px
}

.default-services-area .item {
    padding: 60px 30px;
    background: #fff;
    border: 2px solid #e7e7e7
}

.default-services-area .single-item {
    margin-bottom: 30px
}

.default-services-area .item i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 30px;
    background: linear-gradient(90deg, rgba(0, 16, 45, 1) 0%, rgba(0, 89, 252, 1) 56%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.default-services-area .item h4 {
    font-size: 18px
}

.default-services-area .item p {
    margin: 0
}

.default-services-area h5 {
    text-transform: uppercase;
    color: #086ad8;
    font-weight: 600
}

.default-services-area h2 {
    font-weight: 600;
    margin-bottom: 25px
}

.default-services-area a {
    margin-top: 15px
}

.process-standard-area {
    overflow: hidden
}

.process-standard-area .item .icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 150px;
    line-height: 150px;
    width: 150px;
    border: 2px dashed rgba(255, 255, 255, .3);
    border-radius: 50%
}

.process-standard-area .item .icon i {
    font-size: 50px
}

.process-standard-area .item h4 {
    margin: 0;
    margin-top: 30px;
    font-weight: 600;
    font-size: 20px
}

.process-standard-area .item .icon span {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #086ad8;
    border-radius: 50%;
    font-weight: 900;
    font-size: 14px
}

.process-standard-area .item .icon span::after {
    position: absolute;
    left: -8px;
    top: -8px;
    content: "";
    height: 56px;
    width: 56px;
    background: #4c89fc;
    z-index: -1;
    border-radius: 50%
}

.process-standard-area .single-item:nth-child(2n) .item span {
    top: auto;
    bottom: 0
}

.process-standard-area .single-item {
    margin-top: 100px
}

.process-standard-area .single-item:nth-child(2n) {
    margin-top: 0
}

.process-standard-area .single-item::after {
    margin-left: -50px;
    position: absolute;
    left: 100%;
    top: -17px;
    content: "";
    height: 100px;
    width: 100px;
    background: url(../img/shape/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    transform: rotate(11deg);
    opacity: .15
}

.process-standard-area .single-item:last-child::after {
    display: none
}

.process-standard-area .single-item:nth-child(2n)::after {
    transform: rotate(56deg);
    top: 75px
}

.bg-gradient .site-heading h5 {
    color: #fff
}

.bg-gradient .site-heading .devider {
    background: #fff
}

.bg-gradient .site-heading .devider:before {
    background: #fff
}

.color-customizer {
    z-index: 10000;
    right: -250px;
    width: 250px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, .14)
}

.color-customizer .color-button {
    text-align: center;
    display: inline-block;
    z-index: 2;
    position: absolute;
    background: #fff;
    width: 100%
}

.color-customizer .color-chooser {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, .2);
    -moz-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, .2);
    box-shadow: 0 20px 40px 0 rgba(28, 30, 35, .2)
}

.color-customizer.opened .color-chooser {
    opacity: 1
}

.color-customizer a.opener {
    display: block;
    height: 45px;
    background: #2575fc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 45px;
    font-size: 24px;
    line-height: 45px;
    color: #fff;
    position: absolute;
    right: 250px;
    top: 0;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.color-customizer.opened a.opener {
    left: -45px;
    border-color: transparent
}

.color-customizer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0
}

.color-customizer ul li {
    width: 50px;
    height: 50px;
    border-radius: 7px;
    float: left;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 10px;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    -ms-transition: all linear .5s;
    transition: all linear .5s
}

.color-customizer ul li:nth-child(3n+3) {
    margin-right: 0
}

.color-customizer ul li.selected {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .7);
    box-shadow: 0 0 30px rgba(0, 0, 0, .7)
}

.color-customizer .text-black {
    color: #0e2b3d
}

.color-customizer .theme-default {
    background: #104cba
}

.color-customizer .theme-2 {
    background: #00c9ff
}

.color-customizer .theme-3 {
    background: #ff512f
}

.color-customizer .theme-4 {
    background: #ee1f71
}

.color-customizer .theme-5 {
    background: #05f8a1
}

.color-customizer .theme-6 {
    background: #481ea7
}

.color-customizer a.opener {
    background: #104cba
}

.color-customizer .text-theme {
    color: #104cba
}

.banner-area.content-less {
    height: 100vh
}
@media (min-width: 768px){
.navbar-right {
    float: right!important;
    margin-right: -15px;
    margin-top: 50px;
}

}
@media (max-width: 768px){

.contact-areann .item {
    display: block;
    text-align: left !important;
}
.pricing-area .pricing .single-item {
    margin-top: 30px !important;
   margin-bottom:10px;
}
.contact-area .item i {
    margin-right: 0;
    margin-bottom: 0px !important;
}
}

