.text-center {
    text-align: center!important
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}


.icon-team:before {
    content: "\e9a3"
}

.icon-team-1:before {
    content: "\e9c6"
}

.icon-team1:before {
    content: "\e9c7"
}

.icon-team2:before {
    content: "\ea8a"
}

.icon-team-join:before {
    content: "\e93b"
}

.icon-team-member:before {
    content: "\e93c"
}

.xs-single-team.media .team-header {
    max-width: 200px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px
}

.xs-single-team.media .team-body {
    margin-left: 40px;
    padding-right: 80px
}

.xs-single-team .team-header {
    position: relative;
    overflow: hidden
}

.xs-single-team .team-header>img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.xs-single-team .team-header .hover-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 20px 15px;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.xs-single-team .team-body .team-info {
    margin-bottom: 18px
}

.xs-single-team .team-info .team-title {
    font-size: 22px;
    margin-bottom: 5px
}

.xs-single-team .team-info .team-bio {
    font-size: 18px;
    color: #8d8d8d;
    font-weight: 400;
    margin-bottom: 0
}

.xs-single-team:hover .team-header>img {
    opacity: .9
}

.xs-single-team:hover .team-header .hover-content {
    bottom: 0
}

.profile-card {
    background-color: #fff;
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    padding: 40px 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative
}

.profile-card.text-center .profile-header {
    margin-left: auto;
    margin-right: auto
}

.profile-card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3)
}

.profile-card:hover .profile-header>img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.profile-card:hover .profile-body .profile-title {
    color: #2575fc
}

.profile-body {
    padding-bottom: 20px
}

.profile-body .profile-title {
    font-size: 22px;
    color: #000
}

.profile-body .profile-title>a {
    color: inherit
}

.profile-body .profile-designation {
    color: rgba(0, 0, 0, .5);
    font-size: 13px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 15px
}

.profile-header {
    margin-bottom: 38px;
    position: relative;
    overflow: hidden;
    display: inline-block
}

.profile-header>img {
    width: 160px;
    height: 160px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.profile-image-card {
    position: relative;
    overflow: hidden
}

.profile-image-card::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all .4s ease .2s;
    -o-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden
}

.profile-image-card .hover-area {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    z-index: 2;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.profile-image-card .hover-area .profile-title {
    color: #fff
}

.profile-image-card .hover-area .profile-designation {
    color: #fff
}

.profile-image-card:hover .hover-area {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    transition: all .3s ease .1s
}

.profile-image-card:hover::before {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s ease 0;
    -o-transition: all .4s ease 0;
    transition: all .4s ease 0
}

.image-card-v2 .profile-image-card::before {
    background: #123075;
    background: -webkit-linear-gradient(125deg, #123075 0, #092056 100%);
    background: -o-linear-gradient(125deg, #123075 0, #092056 100%);
    background: linear-gradient(-35deg, #123075 0, #092056 100%);
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    height: auto;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0
}

.image-card-v2 .profile-image-card:hover::before {
    opacity: .93;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.image-card-v2 .profile-image-card .hover-area {
    padding-left: 50px;
    padding-right: 50px
}

.image-card-v2 .profile-image-card .profile-body .profile-designation {
    margin-bottom: 12px
}

.image-card-v2 .profile-image-card .profile-body .border-hr {
    background-color: rgba(255, 255, 255, .6);
    margin-bottom: 25px
}

.image-card-v2 .profile-image-card .profile-body .profile-content {
    color: #fff
}

.image-card-v2.style-circle .profile-image-card {
    width: 350px;
    height: 350px
}

.image-card-v2.style-circle .profile-image-card::before {
    border-radius: inherit
}

.image-card-v2.black-overlay .profile-image-card::before {
    background: #000;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px
}

.image-card-v2.black-overlay .profile-image-card:hover::before {
    opacity: .7
}

.image-card-v3 .profile-image-card::before {
    display: none
}

.image-card-v3 .profile-image-card:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #111;
    background: -webkit-gradient(linear, left bottom, left top, from(#111), color-stop(60%, rgba(9, 32, 86, 0)));
    background: -webkit-linear-gradient(bottom, #111 0, rgba(9, 32, 86, 0) 60%);
    background: -o-linear-gradient(bottom, #111 0, rgba(9, 32, 86, 0) 60%);
    background: linear-gradient(0deg, #111 0, rgba(9, 32, 86, 0) 60%);
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    pointer-events: none
}

.image-card-v3 .profile-image-card .hover-area {
    top: inherit;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.image-card-v3 .profile-image-card .profile-body {
    padding-bottom: 25px
}

.image-card-v3 .profile-image-card:hover .hover-area {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.image-card-v3 .profile-image-card:hover::after {
    opacity: .8
}

.image-card-v3.small-gutters {
    margin-left: -5px;
    margin-right: -5px
}

.image-card-v3.small-gutters>[class^=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.image-card-v3.tiny-gutters {
    margin-left: -3px;
    margin-right: -3px
}

.image-card-v3.tiny-gutters>[class^=col-] {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px
}

.profile-square-v .profile-card {
    padding: 20px 20px 40px;
    z-index: 1
}

.profile-square-v .profile-card::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #123075;
    background: -webkit-gradient(linear, left bottom, left top, from(#123075), to(#092056));
    background: -webkit-linear-gradient(bottom, #123075 0, #092056 100%);
    background: -o-linear-gradient(bottom, #123075 0, #092056 100%);
    background: linear-gradient(0deg, #123075 0, #092056 100%);
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
    background-size: 101% 102%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.profile-square-v .profile-card .profile-header {
    width: 100%;
    height: 100%;
    border-radius: 0
}

.profile-square-v .profile-card .profile-content {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.profile-square-v .profile-card:hover::before {
    opacity: 1
}

.profile-square-v .profile-card:hover .profile-body .profile-designation,
.profile-square-v .profile-card:hover .profile-body .profile-title {
    color: #fff
}

.profile-square-v .profile-card:hover .profile-content {
    color: #fff
}

.profile-square-v.square-v2 .profile-card::before {
    display: none
}

.profile-square-v.square-v2 .profile-card:hover {
    background-color: #fff
}

.profile-square-v.square-v2 .profile-card:hover .profile-body .profile-title {
    color: #2575fc
}

.profile-square-v.square-v2 .profile-card:hover .profile-body .profile-designation {
    color: #656565
}

.profile-square-v.square-v3 .profile-card:hover {
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1)
}

.profile-square-v.square-v4 .profile-card {
    padding: 0;
    max-height: 380px;
    overflow: hidden
}

.profile-square-v.square-v4 .profile-card::before {
    display: none
}

.profile-square-v.square-v4 .profile-card .profile-header {
    margin-bottom: 0;
    max-height: 250px
}

.profile-square-v.square-v4 .profile-card .profile-body {
    margin-bottom: 0;
    padding: 35px 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative
}

.profile-square-v.square-v4 .profile-card .profile-body::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #123075;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
    background-size: 101% 102%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.profile-square-v.square-v4 .profile-card .profile-body .epress-team-social-list {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0;
}
.profile-card .profile-body .epress-team-social-list li a{
    display: block;
}
.profile-square-v.square-v4 .profile-card .profile-designation {
    margin-bottom: 25px
}

.profile-square-v.square-v4 .profile-card:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.profile-square-v.square-v4 .profile-card:hover .profile-body {
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px)
}

.profile-square-v.square-v4 .profile-card:hover .profile-body::before {
    opacity: 1
}

.profile-square-v.square-v4 .profile-card:hover .profile-body .epress-team-social-list {
    opacity: 1;
    visibility: visible
}
.profile-card:hover .profile-body .profile-title{
    margin-top: 0;
}

.profile-square-v.square-v5 .profile-card {
    padding-bottom: 50px
}

.profile-square-v.square-v5 .profile-card .profile-body,
.profile-square-v.square-v5 .profile-card .profile-header {
    padding-bottom: 0
}

.profile-square-v.square-v5 .profile-card .profile-body {
    padding: 32px 60px
}

.profile-square-v.square-v5 .profile-card .profile-designation {
    margin-bottom: 30px
}

.profile-square-v.square-v6 .profile-card {
    padding-bottom: 35px
}

.profile-square-v.square-v6 .profile-card::before {
    background: #fff
}

.profile-square-v.square-v6 .profile-card::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #2965f1;
    background: -webkit-gradient(linear, left top, right top, from(#2965f1), to(#264de4));
    background: -webkit-linear-gradient(left, #2965f1 0, #264de4 100%);
    background: -o-linear-gradient(left, #2965f1 0, #264de4 100%);
    background: linear-gradient(90deg, #2965f1 0, #264de4 100%);
    opacity: .2;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.profile-square-v.square-v6 .profile-card .profile-body,
.profile-square-v.square-v6 .profile-card .profile-header {
    margin-bottom: 0
}

.profile-square-v.square-v6 .profile-card .profile-body {
    padding: 40px
}

.profile-square-v.square-v6 .profile-card .profile-designation {
    margin-bottom: 30px
}

.profile-square-v.square-v6 .profile-card:hover {
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1)
}

.profile-square-v.square-v6 .profile-card:hover::after {
    opacity: 1
}

.profile-square-v.square-v6 .profile-card:hover .profile-body .profile-title {
    color: #2575fc
}

.profile-square-v.square-v6 .profile-card:hover .profile-body .profile-content,
.profile-square-v.square-v6 .profile-card:hover .profile-body .profile-designation {
    color: inherit
}

.profile-square-v.square-v6.square-v6-v2 .profile-card::after {
    display: none
}

.profile-square-v.square-v6.square-v6-v2 .profile-card::before {
    background: #f2709c;
    background: -webkit-linear-gradient(125deg, #f2709c 0, #fe8f75 100%);
    background: -o-linear-gradient(125deg, #f2709c 0, #fe8f75 100%);
    background: linear-gradient(-35deg, #f2709c 0, #fe8f75 100%);
    opacity: 0;
    background-size: 101% 101%
}

.profile-square-v.square-v6.square-v6-v2 .profile-card:hover::before {
    opacity: 1
}

.profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-title {
    color: #fff
}

.profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-content,
.profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-designation {
    color: #fff
}

.team-slider {
    padding: 0 95px;
    overflow: hidden
}

.team-slider .owl-stage-outer {
    padding: 100px 15px;
    overflow: visible
}

.team-slider .owl-item {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    visibility: hidden
}

.team-slider .owl-item.active {
    opacity: 1;
    visibility: visible
}

.team-slider.owl-carousel .owl-nav .owl-prev {
    left: 22px
}

.profile-info-text {
    padding-right: 30px
}

.profile-info-text .info-title {
    font-size: 48px;
    margin-bottom: 23px
}

.profile-info-text p {
    margin-bottom: 37px
}

.small-gutters .profile-card {
    padding: 10px 10px 40px
}

.no_gutters .profile-card {
    padding: 0
}

.fullwidth-profile-card {
    background-color: #fff;
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    padding: 40px;
    position: relative
}

.fullwidth-profile-card:not(:last-child) {
    margin-bottom: 50px
}

.fullwidth-profile-card .profile-designation {
    margin-bottom: 30px
}

.fullwidth-profile-card .profile-img {
    display: inline-block
}

.fullwidth-profile-card .profile-entry-content {
    padding-left: 60px;
    padding-right: 50px
}

.fullwidth-profile-card .popup-arrow {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0
}

.fullwidth-profile-card .popup-arrow>a {
    background: #123075;
    background: -webkit-linear-gradient(125deg, #123075 0, #092056 100%);
    background: -o-linear-gradient(125deg, #123075 0, #092056 100%);
    background: linear-gradient(-35deg, #123075 0, #092056 100%);
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 25px;
    color: #fff
}

.style-circle .profile-image-card {
    width: 255px;
    height: 255px;
    border-radius: 50%
}

.style-circle .profile-image-card.text-center {
    margin-left: auto;
    margin-right: auto
}

.card-style-shadow .profile-image-card {
    border: 20px solid #fff;
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1
}

.card-style-shadow .profile-image-card:hover {
    -webkit-box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
    z-index: 2
}

.image-card-v4 .profile-image-card::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.image-card-v4 .profile-image-card:hover::before {
    opacity: .7
}

.text-center .profile-header {
    margin-left: auto;
    margin-right: auto
}

.profile-image-card-group>li {
    float: left
}

.profile-image-card-group.five-col>li {
    width: calc(100% / 5)
}

.profile-image-card-group.four-col>li {
    width: calc(100% / 4)
}

.vintage-style-2 .vintage-profile-card {
    margin-bottom: 30px;
    max-height: 220px;
    overflow: hidden
}

.vintage-style-2 .vintage-profile-card .profile-header {
    width: auto;
    height: auto;
    border-radius: 0;
    border: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.vintage-style-2 .vintage-profile-card .profile-header+.profile-group {
    padding-top: 47px;
    margin-top: 0
}

.vintage-style-2 .vintage-profile-card .profile-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 220px);
    flex: 0 0 calc(100% - 220px);
    height: 100%;
    padding: 60px 50px;
    position: relative
}

.vintage-style-2 .vintage-profile-card .profile-group::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -20px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    color: #fd8d78;
    border-left: 20px solid currentColor;
    border-bottom: 20px solid currentColor;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent
}

.vintage-profile-card {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.vintage-profile-card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.vintage-profile-card .profile-header {
    margin-bottom: 0;
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    border: 10px solid #fff
}

.vintage-profile-card .profile-header+.profile-group {
    padding-top: 125px;
    margin-top: -80px
}

.vintage-profile-card .profile-body .profile-designation,
.vintage-profile-card .profile-body .profile-title {
    color: #fff
}

.vintage-profile-card .profile-group {
    background-size: 101% 101%!important;
    background: #f2709c;
    background: -webkit-linear-gradient(125deg, #f2709c 0, #fe8f75 100%);
    background: -o-linear-gradient(125deg, #f2709c 0, #fe8f75 100%);
    background: linear-gradient(-35deg, #f2709c 0, #fe8f75 100%);
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    padding: 40px 20px
}

.vintage-profile-card.gradient-1 .profile-group {
    background: #82e182;
    background: -webkit-linear-gradient(125deg, #82e182 0, #0acbf5 100%);
    background: -o-linear-gradient(125deg, #82e182 0, #0acbf5 100%);
    background: linear-gradient(-35deg, #82e182 0, #0acbf5 100%)
}

.vintage-profile-card.gradient-1 .profile-group::before {
    color: #14cdeb
}

.vintage-profile-card.gradient-2 .profile-group {
    background: #fad470;
    background: -webkit-linear-gradient(125deg, #fad470 0, #f96933 100%);
    background: -o-linear-gradient(125deg, #fad470 0, #f96933 100%);
    background: linear-gradient(-35deg, #fad470 0, #f96933 100%)
}

.vintage-profile-card.gradient-2 .profile-group::before {
    color: #f97439
}

.vintage-profile-card.gradient-4 .profile-group {
    background: #b18cfe;
    background: -webkit-linear-gradient(125deg, #b18cfe 0, #9460ff 100%);
    background: -o-linear-gradient(125deg, #b18cfe 0, #9460ff 100%);
    background: linear-gradient(-35deg, #b18cfe 0, #9460ff 100%)
}

.vintage-profile-card.gradient-4 .profile-group::before {
    color: #9664ff
}

.popup-modal {
    display: inline-block
}

.elementpress-portfolio-thumb img {
    width: 100%
}

.modal-content .modal-header span {
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.modal-content .modal-header .close.right {
    margin-left: auto
}

.modal-content .modal-header .close.left {
    margin-right: auto;
    margin-left: 0
}

.modal-content .modal-header .close.center {
    margin: 0 auto;
    padding: 0
}

.elementpress-blog-block-post {
    padding: 50px;
    background-color: #fff;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    border-radius: 10px
}

.elementpress-blog-block-post .elementpress-entry-thumb {
    border-radius: 10px
}

.elementpress-blog-block-post .entry-title {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 0
}

.elementpress-blog-block-post .entry-title a {
    color: #000
}

.elementpress-blog-block-post .entry-title a:hover {
    opacity: .8
}

.elementpress-blog-block-post .elementpress-entry-thumb {
    display: block;
    -webkit-box-shadow: 29.698px 29.698px 60px 0 rgba(0, 0, 0, .2);
    box-shadow: 29.698px 29.698px 60px 0 rgba(0, 0, 0, .2);
    width: 100%
}

.elementpress-blog-block-post .elementpress-entry-thumb>img {
    width: 100%
}

.elementpress-blog-block-post .elementpress-entry-header {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px
}

.elementpress-blog-block-post .elementpress-entry-header .post-meta-list {
    margin-bottom: 15px
}

.elementpress-blog-block-post .elementpress-entry-header .post-meta-list .meta-cat,
.elementpress-blog-block-post .elementpress-entry-header .post-meta-list .meta-date {
    margin-right: 40px
}

.elementpress-blog-block-post .elementpress-post-footer>p {
    color: #8d8d8d;
    margin-bottom: 35px
}

.elementpress-blog-block-post:hover .elementpress-entry-thumb>img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8
}

.elementpress-post-card {
    background-color: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #123075;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    padding: 60px 40px;
    border-radius: 6px
}

.elementpress-post-card .elementpress-post-body {
    color: #a6aabb
}

.elementpress-post-card .elementpress-entry-header .entry-title a {
    color: #fff
}

.elementpress-post-card .post-author .author-name {
    color: inherit
}

.elementpress-post-card .elementpress-border-hr {
    background-color: #8692af
}

.elementpress-post-card .elementpress-entry-header .post-meta-list {
    margin-bottom: 17px
}

.elementpress-post-card .elementpress-entry-header .entry-title {
    font-size: 18px;
    line-height: 1.333
}

.elementpress-post-card .elementpress-entry-header .entry-title a {
    color: #000
}

.elementpress-post-card .elementpress-entry-header .entry-title a:hover {
    opacity: .9
}

.elementpress-post-card .elementpress-entry-header .elementpress-border-hr {
    margin-top: 25px;
    margin-bottom: 22px
}

.elementpress-post-card .elementpress-post-body {
    color: #8d8d8d
}

.elementpress-post-card .elementpress-post-body p {
    margin-bottom: 35px
}

.elementpress-post-card:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.elementpress-post-image-card {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff;
    border-radius: 10px;
    background: #123075;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1)
}

.elementpress-post-image-card:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.elementpress-post-image-card:hover .elementpress-entry-thumb>img {
    -webkit-transform: scale(1.05) rotate(2deg);
    -ms-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8
}

.elementpress-post-image-card:hover .post-author .author-img>img {
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .3);
    box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .3)
}

.elementpress-post-image-card .elementpress-post-body {
    padding: 20px 40px 40px
}

.elementpress-post-image-card .elementpress-post-body>p {
    color: #fff
}

.elementpress-post-image-card .elementpress-entry-thumb {
    border-radius: 10px
}

.elementpress-post-image-card .elementpress-entry-header {
    padding: 20px;
    position: relative
}

.elementpress-post-image-card .elementpress-entry-header .elementpress-entry-thumb {
    position: relative;
    overflow: hidden;
    display: block
}

.elementpress-post-image-card .elementpress-entry-header .elementpress-entry-thumb.box-shadow {
    -webkit-box-shadow: -3.473px 19.696px 25px 0 rgba(0, 0, 0, .2);
    box-shadow: -3.473px 19.696px 25px 0 rgba(0, 0, 0, .2)
}

.elementpress-post-image-card .elementpress-entry-header .elementpress-entry-thumb>img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%
}

.elementpress-post-image-card .elementpress-post-footer {
    margin-top: 16px
}

.elementpress-post-image-card .elementpress-post-footer .btn-wraper {
    margin-top: 25px
}

.elementpress-post-image-card .entry-title a {
    color: #fff
}

.elementpress-post-image-card .post-meta-list {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .5)
}

.elementpress-post-image-card .post-meta-list>span a {
    color: inherit
}

.elementpress-post-image-card .entry-title {
    font-size: 18px;
    margin-bottom: 28px
}

.elementpress-post-image-card .post-author .author-name {
    color: inherit
}

.elementpress-post-image-card.modern {
    margin-top: 40px
}

.elementpress-post-image-card.modern:hover .elementpress-entry-thumb>img {
    opacity: 1
}

.elementpress-post-image-card.modern .elementpress-entry-header .elementpress-entry-thumb {
    margin-top: -60px
}

.image-card-2 .elementpress-post-body .post-meta-list {
    margin-bottom: 15px
}

.image-card-2 .elementpress-post-body .entry-title {
    margin-bottom: 0
}

.image-card-3 .elementpress-entry-header {
    padding: 0
}

.image-card-3 .elementpress-post-body {
    padding-top: 40px
}

.style-border:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.style-border .elementpress-post-body {
    border: 1px solid #f5f5f5;
    border-top: 0
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}


.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.round-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    background-color: #53f995;
    color: #000;
    font-size: 50px
}

.round-icon.white-v {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.round-icon.border-v {
    border: 1px solid #e7e7e7;
    background-color: transparent
}

.round-icon.box-shadow {
    background-color: #fff;
    -webkit-box-shadow: 19.799px 19.799px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 19.799px 19.799px 40px 0 rgba(0, 0, 0, .1)
}

.xs-team-popup.mfp-bg {
    background-color: #555
}

.xs-team-popup.mfp-bg.mfp-ready {
    opacity: 1
}

.xs-team-popup .mfp-container {
    width: 1170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.xs-team-popup button.mfp-arrow {
    line-height: 90px
}

.xs-team-popup button.mfp-close {
    color: #fff;
    margin: 0
}

.xs-team-popup .mfp-arrow:after {
    font-family: elementpress;
    margin-top: 0;
    border: 0;
    color: #fff;
    font-size: 28px
}

.xs-team-popup .mfp-arrow::before {
    display: none
}

.xs-team-popup .mfp-arrow-right::after {
    content: "\e991"
}

.xs-team-popup .mfp-arrow-left:after {
    content: '\e992'
}

.modal-img {
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1)
}

.modal-img>img {
    width: 100%
}

.xs-modal-content {
    padding-left: 20px;
    padding-right: 25px
}

.xs-modal-content .xs-modal-header {
    margin-bottom: 35px
}

.xs-modal-content .xs-modal-header .person-title {
    font-size: 22px;
    margin-bottom: 8px
}

.xs-modal-content .xs-modal-header .perosn-designation {
    font-size: 13px;
    color: rgba(0, 0, 0, .5)
}

.xs-modal-content .xs-modal-body {
    margin-bottom: 22px
}

.xs-modal-content .xs-modal-body p:not(:last-child) {
    margin-bottom: 28px
}

.xs-modal-content .border-lists {
    margin-bottom: 25px
}

.xs-modal-content .epress-team-social-list>li>a {
    line-height: 34px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.border-lists>li {
    padding: 19px 0;
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .05)
}

.border-lists>li:last-child {
    border-top: 0 solid #000
}

.border-lists>li strong {
    font-weight: 700;
    padding-right: 18px
}

.border-lists>li a {
    color: #656565
}

.border-lists>li a:hover {
    color: #2575fc
}

.elementpress-team-popup .modal-dialog {
    max-width: calc(100% - 95px * 2);
    margin-left: auto;
    margin-right: auto
}

.elementpress-team-popup .modal-content {
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border: 0;
    border-radius: 0
}

.elementpress-team-popup .modal-body {
    padding: 60px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementpress-team-popup .modal-body .modal_image_wraper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 15px;
    padding-right: 15px
}

.elementpress-team-popup .modal-body .modal_content_wraper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px;
    padding-right: 15px
}

.elementpress-team-sidebar {
    padding-right: 0!important
}

.elementpress-team-sidebar.elementpress_sidebar_left .elementpress-modal-dialog {
    margin-right: auto
}

.elementpress-team-sidebar.elementpress_sidebar_left.fade .elementpress-modal-dialog {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.elementpress-team-sidebar.elementpress_sidebar_left.show .elementpress-modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.elementpress-team-sidebar.elementpress_sidebar_right .elementpress-modal-dialog {
    margin-left: auto
}

.elementpress-team-sidebar.elementpress_sidebar_right.fade .elementpress-modal-dialog {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

.elementpress-team-sidebar.elementpress_sidebar_right.show .elementpress-modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.elementpress-team-sidebar.elementpress_sidebar_right .elementpress-modal-header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementpress-team-sidebar .elementpress-modal-dialog {
    margin: 0;
    max-width: 380px;
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    -o-transition: transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out;
    background-color: #fff;
    pointer-events: auto
}

.elementpress-team-sidebar .elementpressmodal-body {
    padding: 40px
}

.elementpress-team-sidebar .elementpress-modal-header {
    background-color: #fff;
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementpress-team-sidebar .elementpress-modal-header .close {
    float: none
}

.admin-bar .elementpress-team-sidebar {
    top: 32px
}

.glow-btn {
    position: relative
}

.glow-btn::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: button-pulse 2s infinite cubic-bezier(.4, 0, 1, 1) both;
    animation: button-pulse 2s infinite cubic-bezier(.4, 0, 1, 1) both;
    color: red
}

.xs-team-sidebar:not(.mfp-bg) {
    width: 380px;
    background-color: #fff;
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1)
}

.xs-team-sidebar.mfp-bg {
    background-color: #444
}

.xs-team-sidebar.mfp-bg.mfp-ready {
    opacity: 1
}

.xs-team-sidebar .mfp-content .mfp-close {
    margin: 0;
    top: -44px;
    font-size: 0;
    width: auto;
    height: auto;
    line-height: unset;
    border: 0 solid #000;
    opacity: 1;
    left: 22px
}

.xs-team-sidebar .mfp-content .mfp-close:hover {
    background-color: transparent;
    color: #656565
}

.xs-team-sidebar .mfp-content .mfp-close::before {
    content: "\e870";
    font-size: 15px;
    font-family: elementpress
}

.xs-team-sidebar .mfp-container {
    padding: 0
}

.xs-team-sidebar .mfp-container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    height: 60px;
    width: 100%
}

.xs-team-sidebar .mfp-arrow {
    opacity: 1;
    top: 0;
    margin-top: 15px;
    width: auto;
    height: auto;
    font-size: 15px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.xs-team-sidebar .mfp-arrow::after {
    display: none
}

.xs-team-sidebar .mfp-arrow::before {
    font-family: elementpress;
    margin: 0;
    border: 0
}

.xs-team-sidebar .mfp-arrow-left {
    left: calc(100% - 67px)
}

.xs-team-sidebar .mfp-arrow-left::before {
    content: "\e875"
}

.xs-team-sidebar .mfp-arrow-right {
    right: 35px
}

.xs-team-sidebar .mfp-arrow-right::before {
    content: "\e876"
}

.xs-team-sidebar.right-sidebar {
    right: 0;
    left: inherit
}

.xs-team-sidebar.right-sidebar .mfp-arrow-left {
    right: inherit;
    left: 25px
}

.xs-team-sidebar.right-sidebar .mfp-arrow-right {
    right: inherit;
    left: 47px
}

.xs-team-sidebar.right-sidebar .mfp-content .mfp-close {
    left: inherit;
    right: 22px
}

.xs-modal-sidebar {
    padding: 40px;
    margin-top: 60px
}

.xs-modal-sidebar .modal-img {
    margin-bottom: 38px
}

.xs-modal-sidebar .xs-modal-content {
    padding-left: 0;
    padding-right: 0
}

.xs-modal-sidebar .modal-img {
    -webkit-box-shadow: none;
    box-shadow: none
}

.epress_animation {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.epress_animation .epress_motion_text {
    white-space: pre-wrap
}

.epress_animation.epress_char_based .epress-letter {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

.elementpress-team-popup .modal-dialog {
    max-width: calc(100% - 95px * 2);
    margin-left: auto;
    margin-right: auto
}


