.excerpt_wraper {
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.main-title h2 {
    color: #356d9a;
    font-size: 40px;
}
.main-title {
    text-align: center;
    margin-bottom:15px;
}
.main-title p {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
.banner-social {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 30px;
  }
  .banner-social li a:hover {
    color: #356d9a;
  }
  .banner-social li a {
    color: #fff;
  }
/*=============================
    Service Page css
==============================*/
.our-services {
    padding-top:40px;
    padding-bottom: 60px;
    background: #356d9a;
}

.our-services .main-title h2 {
    color: #fff;
}
.service-holder {
    text-align: center;    
    background: #fff;
    margin-top: 25px;
}
.service-footer-content h3 a:hover {
    color: #356d9a;
}
.service-footer-content {
    padding: 15px;
}

.service-footer-content h3 {
    margin-bottom: 0;
    font-size: 21px;
}
.service-footer-content h3 a{
   color: #000;
}
.service-holder .service-img {
    overflow: hidden;
}
.service-holder .service-img img{
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.service-holder:hover .service-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.service-holder .service-herader-content h2 {
    font-size: 20px;
    font-weight: 400;
}
.service-slider .owl-nav {
    position: absolute;
    top: -33px;
    right: 0;
}
.service-slider .owl-prev i {
    background: #58c1ee;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.service-slider .owl-next i {
    background: #58c1ee;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.service-slider .owl-next i:hover{
    background: #356d9a;
}
.service-slider .owl-prev i:hover{
    background: #356d9a;
}
.bgg {
    background: #f7f7f7;
}
.service-holder .service-img img {
    object-fit: cover;
    width: 100%;
    height: 170px;
}
.service-main {
    padding-bottom: 50px;
    padding-top: 20px;
}
.services-sidebar .services-category ul li:hover a {
    color: #fff;
    background-color: #21a2da;
}
.services-sidebar .services-category ul li a:hover {
    background: #356d9a !important;
}
.services-sidebar .services-category ul li a {
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    border-bottom: 1px dotted #d9d9d9;
    display: block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background: #58c1ee;
}
.services-sidebar .services-category ul li a i {
    float: right;
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.service-detail-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.single-service-content h2 {
    font-size: 24px;
    font-weight: 600;
}
.contact-form button {
    border: none;
}
.footer-logo img {
    height: 60px;
}
.sitmapbox h4:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
}

.sitmapbox h4 {
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-top: 12px;
}
/*=============================
    about Page css
==============================*/
.about-footer-section h3 {
    font-weight: 600;
    margin-bottom: 40px;
}
.about-footer-section {
    text-align: center;
    margin-top: 50px;
}
.about-content h2 {
    color: #356d9a;
    font-size: 40px;
    font-weight: 500;
}
.home-about{
    padding-top: 60px;
    padding-bottom: 50px;
}
.about-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 15px 15px #58c1ee;
    margin-right: 50px;
}
.main-about .about-content {
    text-align: left;
}
.about-descption {
    margin-top: 40px;
}
.main-about .about-image {
    margin-right: 20px;
}
/*=============================
    partner Page css
==============================*/
.partner-items {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #eee;
}
.partner-items img {
    height: 60px;
    object-fit: contain;
}
.partner-items a {
    display: block;
}
.partner-slider .owl-prev i {
    height: 35px;
    width: 35px;
    background: #58c1ee;
    color: #fff;
    line-height: 35px;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.partner-slider .owl-prev {
    position: absolute;
    left: 0;
    top: 20%;
}
.partner-slider .owl-next i {
    height: 35px;
    width: 35px;
    background: #58c1ee;
    color: #fff;
    line-height: 35px;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.partner-slider .owl-next {
    position: absolute;
    right: 0;
    top: 20%;
}
.partner-slider .owl-next i:hover{
    background:#356d9a;
}
.partner-slider .owl-prev i:hover{
    background:#356d9a;
}
.partner-area{
    padding-top: 50px;
    padding-bottom:20px;
}
/*=============================
    clients Page css
==============================*/
.client-inner .cleint-imgs img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.client-inner .cleint-imgs {
    width: 50%;
}
.client-inner {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 20px;
}
.cleint-contents.align-rigt {
    text-align: right;
}
.cleint-boxes {
    border-right: 1px solid #eee;
}
.clients-section .col-md-6 {
    padding: 0;
}
.cleint-contents p {
    margin-bottom: 0;
    font-size: 14px;
}
.cleint-contents{
    padding-right: 20px;
}
.client-inner:last-child {
    border-bottom: none;
}
.cleint-contents h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.cleint-contents.align-lft {
    padding-left: 20px;
}
.bg{
    background: #fbfbfb;
}
.footer-widget .address .location {
    padding-left: 30px;
    position: relative;
}
.footer-widget .address li {
    padding-left:30px;
    position: relative;
    font-size: 16px;
    margin-bottom: 16px;
}
.footer-widget .address li i {
    position: absolute;
    color: #fff;
    left: 0;
    top: 2px;
    font-size: 18px;
}
ul{
    padding-left: 0;
}
.footer-widget .address li a {
    display: block;
}
ul.address li a {
    color: #fff;
}
ul.address li {
    color: #fff;
}
/*======================
.inner page banner css
========================*/

.page-title-section {
    background-size: cover;
    background-position: center;
    position: relative;
}
.page-title-content {
    display: flex;
    align-items: center;
    position: relative;
    height:250px;
}
.page-title-content nav {
    position: absolute;
    left: 0;
    bottom: 0;
}
.page-title-content nav ul {
    padding: 6px 10px;
}
.page-title-content nav ul {
    margin: 0;
    border-radius: 0;
    background: rgb(88 193 238);
}
.page-title-content .breadcrumb-item+.breadcrumb-item::before {
    content: "|";
    color: #fff;
}
.page-title-content nav ul li a:hover {
    color: #356d9a;
}
.page-title-content nav ul li a {
    color: #fff;
}
.breadcrumb-item.active {
    color: #356d9a;
}
.page-title-content h2 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
}
.page-title-section:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .30;
    position: absolute;
}

.single-client {
    text-align: center;
    background-color: #fff;
    position: relative;
    margin-top: 30px;
    margin-bottom: 165px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px
}
.single-client .quotes {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    color: #356d9a;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    -webkit-transition: all .5s;
    transition: all .5s
}
.single-client p {
    -webkit-transition: all .5s;
    transition: all .5s
}
.single-client ul li {
    display: inline-block
}
.single-client ul li i {
    font-size: 20px;
    color: #356d9a;
    -webkit-transition: all .5s;
    transition: all .5s
}


.client-img {
    position: absolute;
    left: 30px;
    bottom: -170px
}
.client-img img {
    border-radius: 10px;
    margin-bottom: 15px
}
.client-img h3 {
    margin-bottom: 0;
    font-size: 20px;
}
.client-img span {
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: #356d9a
}
.client-area-page .single-client:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.client-area-page .single-client {
    background-color: #fef4f8;
    margin-bottom: 195px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.client-area-page .single-client::before {
    border-top: 45px solid #fef4f8;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
    left: 0;
    right: 0;
    margin: auto;
}
.single-client::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 45px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 50px solid transparent;
    bottom: -24px;
    left: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.client-area-page .single-client .client-img {
    left: 0;
    right: 0;
}

/*===============================
    partner page css
=================================*/
.cleint_sect .client-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #F5F5F5;
    padding: 15px;
    margin-bottom: 25px;
}
.cleint_sect {
    padding-top: 50px;
    padding-bottom: 25px;
}
.cleint_sect .client-item .image {
    transform: scale(1);
    transition: all 0.3s ease 0s;
    margin-right: auto;
    margin-left: auto;
    display: table;
    height: 200px;
    object-fit: contain;
    padding: 15px;
}
.cleint_sect .client-item .client-content {
    position: absolute;
    padding: 0 20px;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease 0s;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.cleint_sect .client-item .client-content .desc {
    color: #ffffff;
    transform: translateY(-80px);
    transition: all 0.3s ease 0s;
}
.cleint_sect .client-item .client-content .client-button {
    transform: translateY(80px);
    transition: all 0.3s ease 0s;
}
.cleint_sect .client-item .title {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 28px 0;
    font-weight: 700;
    margin: 0;
    z-index: 2;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    opacity: 1;
}
.cleint_sect .client-item:before {
    content: "";
    position: absolute;
    background: #356d9a;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
}
.cleint_sect .client-item:hover .image {
    transform: scale(1.1);
}
.cleint_sect .client-item:hover .client-content {
    opacity: 1;
}
.cleint_sect .client-item:hover .client-content .desc,
.cleint_sect .client-item:hover .client-content .client-button {
    transform: translateY(0);
}
.cleint_sect .client-item:hover .title {
    opacity: 0;
    bottom: -100%;
}
.cleint_sect .client-item:hover:before {
    opacity: 0.8;
}
.cleint_sect .client-item:hover:after {
    opacity: 0;
}
.readon.white-btn:hover {
    border: 0 solid;
    background: #ffffff;
    border-color: #ffffff;
    color: #356d9a;
}
.readon.white-btn {
    padding: 7px 15px;
    color: #fff;
    text-transform: lowercase;
    font-size: 12px;
    font-weight: 500;
}
/*===============================
    Project page css
=================================*/
.line-barr {
    width: 30px;
    height: 2px;
    background: #356d9a;
    margin-top: 10px;
}
.author-boxs {
    display: flex;
    column-gap: 10px;
}
.author-boxs p{
    margin-bottom: 0;
}
.project-wrapper .project-content h2 {
    font-size: 20px;
    margin-bottom: 0;
}
.quote-box {
    position: absolute;
    top: -30px;
    background: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 40px;
    color: #356d9a;
    left: 35px;
}
.project-wrapper {
    background: #fff;
    padding-left: 50px;
    margin-top: 20px;
    position: relative;
    border: 1px solid #3f3f3f;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 10px;
}
.project-content {
    min-height: 250px;
}
.packge-slider .service-img a {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:480px){
.project-content {
    min-height: 450px;
}
}
@media screen and (min-width:481px) and (max-width:600px){
.project-content {
    min-height: 350px;
}
}

@media screen and (min-width:601px) and (max-width:767px){
.project-content {
    min-height: 250px;
}
}


/* .project-slider .owl-stage-outer.owl-height {
    height: 400px !important;
}
.project-slider .owl-item, .project-slider .owl-stage {
    height:100%;
}
.project-slider .owl-item{
    border:1px solid #333;
} */

.project-wrapper .project-image {
    border-radius: 6px;
    overflow: hidden;
}
.project-wrapper .project-image {
    float: right;
    width: 40%;
}
.clear{
    clear: both;
}
.project-btns {
    text-align: center;
    position: relative;
    top: 27px;
}
.project-slider .owl-prev i {
    height: 35px;
    width: 35px;
    background: #58c1ee;
    color: #fff;
    line-height: 35px;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.project-slider .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
}
.project-slider .owl-next i {
    height: 35px;
    width: 35px;
    background: #58c1ee;
    color: #fff;
    line-height: 35px;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.project-slider .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
}
.project-slider .owl-next i:hover{
    background:#356d9a;
}
.project-slider .owl-prev i:hover{
    background:#356d9a;
}
/*=================================
    gallery css
===================================*/
.single-gallery {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden;
}
.single-gallery img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.single-gallery .view-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-gallery .view-gallery span {
    background: rgb(255 255 255 / 83%);
    display: block;
    color: #356d9a;
    padding: 15px 30px;
    border-radius: 30px;
}

.gallery-section {
    padding-top: 50px;
    padding-bottom: 20px;
}
.projects-area {
    padding-top: 30px;
    padding-bottom: 50px;
}
a#loadMore {
    z-index: 1;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(50,126,174,1) 19%, rgba(74,187,229,1) 90%);
    padding: 20px 65px;
    border-radius: 15px;
    display: inline-block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    border: none;
    box-shadow: none;
}
a#loadMore::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent;
    top: 0;
    left: 0;
    border: 3px solid #356d9a;
    border-radius: 18px;
    opacity: 0;
}
a#loadMore:hover::before {
    opacity: 1;
}
a#loadMore:hover {
    color: #356d9a !important;
    border-color: #356d9a;
    background: #fff !important;
}
.packge-slider .owl-next i {
    height: 50px;
    width: 50px;
    background: transparent;
    color: #fff;
    line-height: 45px;
    font-size: 36px;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border: 2px solid #fff;
}
.packge-slider .owl-prev i {
    height: 50px;
    width: 50px;
    background: transparent;
    color: #fff;
    line-height: 45px;
    font-size: 36px;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border: 2px solid #fff;
    text-align: center;
}
.packge-slider .owl-prev {
    position: absolute;
    top: 45%;
    left: -60px;
}
.packge-slider .owl-next {
    position: absolute;
    top: 45%;
    right: -60px;
}
.product-detail-content.package-detaill p {
    margin-bottom: 4px;
}
.product-detail-content.package-detaill h2 {
    text-transform: capitalize;
}

.banner-item-content2 {
    width: 35%;
    margin-top: -50px;
}
.banner-item-content2 h1{
    color: #fff;
    margin-bottom: 20px;
    font-size: 34px;
}
.banner-item-content2 p{
    color: #fff;
}
.inner-slider .owl-prev i {
    height: 45px;
    width: 45px;
    background: transparent;
    color: #fff;
    line-height: 45px;
    font-size: 28px;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border: 1px solid #fff;
}
.inner-slider .owl-next i {
    height: 45px;
    width: 45px;
    background: transparent;
    color: #fff;
    line-height: 45px;
    font-size: 28px;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border: 1px solid #fff;
}
.inner-slider .owl-nav {
    position: absolute;
    bottom: 0;
}
.inner-slider .owl-nav {
    position: absolute;
    bottom: 20px;
    left: 65px;
}
.product-wrapper {
    border: 1px solid #5d5d5d;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    transition:0.4s all ease-in-out;
    cursor: pointer;
}
.product-listing .main-title {
    text-align: left;
    margin-bottom: 0;
}
.product-listing .product-wrapper {
    margin-bottom: 30px;
}
.product-wrapper:hover .product-content-box {
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 26%);
}
.product-content-box {
    padding: 20px 23px;
	min-height: 270px;
}
.photobooth-content-box{
	min-height: 370px;
}
.product-content-box h3::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 2px;
    background: #356d9a;
    bottom: 0;
    left: auto;
}
.product-content-box h3 a{
    color: #356d9a;
}
.product-content-box h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}
.center-block-btn {
    text-align: center;
    margin-top: 30px;
}
.package-lisitng-layout .product-image img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.product-detail-wrapper {
    background: #0189c3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.product-detail-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
}
.divider {
    width: 85px;
    height: 3px;
    background: #fff;
    margin-bottom: 20px;
}
.product-detail-content h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.product-detail-content p {
    color: #fff;
    text-align: justify;
}
.product-detail-content{
    padding-left: 20px;
}
.product-detail-content .banner-btn {
    color: #fff;
    text-transform: uppercase;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 15px 30px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
}
.package-areas .banner-item-content2 p {
    margin-bottom: 4px;
}
.ul-lisit-block ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 3px;
}
.ul-lisit-block2 ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;
}
.package-detaill .ul-lisit-block2 ul li {
    color: #fff;
}
.akpanel-box label span {
    color: red;
}
.nice-select .list {
    width: 100%;
    height: 280px;
    overflow-y: scroll !important;
}
.nice-select.form-control.form-select {
    background-image: none;
}
.nice-select:after {
    height: 8px !important;
    width: 8px !important;
}

.akpanel-box label {
    font-weight: 500;
    margin-bottom:8px;
    font-size: 16px;
}
.akpanel-box h2 {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.akpanel-box h4 {
    font-size: 18px !important;
    background: linear-gradient(0deg, rgba(50,126,174,1) 19%, rgba(74,187,229,1) 90%);
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 400;
}
.g-recaptcha {
    margin-right: auto;
    margin-left: auto;
    display: table;
    margin-top: 15px;
}
.akpanel-box {
    padding: 45px 50px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 70px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 70px 0px rgb(0 0 0 / 16%);
    margin-bottom: 50px;
    margin-top: 50px;
    border-radius: 10px;
    overflow: hidden;
}
.nice-select.form-control.form-select {
    float: none;
}
.nice-select.form-control.form-select {
    line-height: initial;
}
.akpanel-box .form-control {
    background-color: #f9f7ef;
}
.product-detail-content h6 {
    color: #fff;
}
.product-content-box h6 {
    font-weight: 600;
}
.center-block-btn .default-btn {
    padding: 20px 65px;
    border-radius: 15px;
    font-size: 20px;
}
.video-box a {
    display: block;
}
.video-box img {
    width: 100%;
}
.post-pagination li a {
    color: #707070;
    display: block;
}
.post-pagination li {
    display: inline-block;
    margin: 0 15px;
    color: #707070;
    font-size: 22px;
}
.post-pagination li a i {
    font-size: 34px;
}
.post-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.post-pagination li a i:hover{
    color: #356d9a;
}
.post-pagination li a span:hover{
    transition: all 500ms ease 0s;
    color: #356d9a;
}
.post-pagination li.active a span{
    background: #356d9a;
    color: #fff;
    position: relative;
    display: block;
    border-radius: 50%;
    font-size: 16px;
    height: 50px;
    line-height: 25px;
    width: 50px;
    padding: 13px 0;
    transition: all 500ms ease 0s;
}

.boston-compare-slider {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.boston-compare-slider img{
    width: 100%;
}
.bootom-compaer-text span {
  background: #cdcccc;
  padding: 10px 25px;
  border-radius: 30px;
  justify-content: space-between;
}
.bootom-compaer-text {
  position: absolute;
  bottom: 0;
  background: rgb(0 0 0 / 60%);
  width: 100%;
  z-index: 1;
  display: flex;
  padding: 40px 130px;
  justify-content: space-between;
}   
/*.aftr-text::before {
  content: "";
  position: absolute;
  background: #cdcccc;
  width: 385px;
  height: 4px;
  left: 115px;
  border-radius: 30px;
  top: 7px;
}
.aftr-text {
  position: relative;
}
.bfr-text::before {
  content: "";
  position: absolute;
  background: #cdcccc;
  width: 390px;
  height: 4px;
  right: 110px;
  border-radius: 30px;
  top: 7px;
}
.bfr-text {
  position: relative;
}*/
.before-after i{
    position: relative;
    top: 8px;
}
.before-after span:nth-child(1)::before {
  content: "Before";
  position: absolute;
  right: 330px;
  background: #cdcccc;
  padding: 8px 25px;
  border-radius: 30px;
  border: none !Important;
  transform: rotate(0) !Important;
  border-bottom: none !Important;
  border-right: none !Important;
  border-left: none !Important;
  top: -8px;
}

.before-after span:nth-child(1)::after {
  content: "";
  position: absolute;
  background: #cdcccc;
  width: 300px;
  height: 4px;
  right:20px;
  border-radius: 30px;
  top: 7px;
}

.before-after strong::before {
  content: "After";
  position: absolute;
  left: 330px;
  background: #cdcccc;
  padding: 8px 25px;
  border-radius: 30px;
  border: none !Important;
  transform: rotate(0) !Important;
  border-bottom: none !Important;
  border-right: none !Important;
  border-left: none !Important;
  top: -8px;
}

.before-after strong::after {
  content: "";
  position: absolute;
  background: #cdcccc;
  width: 300px;
  height: 4px;
  left:20px;
  border-radius: 30px;
  top: 7px;
}
.before-after span {
  position: absolute;
  top: 10px;
}
.before-after strong {
  position: absolute;
  top: 10px;
  font-weight: 400;
}

/*
Pricing Area Style
======================================================*/
.pricing-area {
  overflow: hidden;
}

.default-btns {
  background: #040708;
  display: block;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  text-align: center;
}
.single-pricing.overly-one.active .pricing-title {
  margin-top: 50px;
}
.akprice .default-btns {
  margin-top: 75px;
}
.single-pricing {
  margin-bottom: 30px;
  padding:60px 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  border: 1px solid #9b9999;
  border-radius: 30px;
  overflow: hidden;
  min-height: 530px;
}
.single-pricing .pricing-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.single-pricing.overly-one.active {
  border: 2px solid #084f99;
  transform: translateY(-50px);
  min-height: 620px;
}   
.single-pricing .pricing-shape-2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.uplight-title h2 {
  font-size: 28px;
}
.uplight-title {
  text-align: center;
  margin-top: 25px;
}
.video-content-box p {
  font-size: 15px;
}
.watch-video-section {
  padding-top: 35px;
}
.akkkk{
  height: 2px;
  background: #777272;
  margin-top: 20px;
}
.single-pricing .pricing-title {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing .pricing-title h3 {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
}

.single-pricing .pricing-title h2 {
  color: #e21f36;
  font-size: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 0;
}

.single-pricing .pricing-title h2 sub {
  font-size: 35px;
  position: relative;
  top: 0;
}

.single-pricing .pricing-title span {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
  margin-bottom: 0;
}

.single-pricing ul {
  padding: 30px 0;
}

.single-pricing ul li {
  padding-bottom: 10px;
  font-size: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  background-size: 14px;
  padding-left: 20px;
}

.single-pricing ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ribbion-box {
  background: #084f99;
  color: #fff;
  padding: 8px 40px;
  position: absolute;
  top: 28px;
  transform: rotate(-40deg);
  left: -41px;
  font-size: 16px;
}

/*=============================================
Contact Page Css
==============================================*/


.contact-info {
    position: relative;
    z-index: 1;
}
.contact-info h3 {
    display: block;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 600;
}
.contact-info h2 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 15px;
}
.contact-info p {
    color: #ffffff;
    margin-bottom: 20px;
}
.contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-info ul li {
    display: block;
    margin-bottom:25px;
    padding-left:25px;
    position: relative;
}
.aklis h6 {
  font-size: 20px;
  margin-top: 20px;
}
.aklis h4 {
  font-size: 22px;
}
.contact-info ul li i {
    font-size: 20px;
    color: #084f99;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 2px;
}
.contact-info ul li h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    display: block;
}
.contact-info ul li a {
    color: #000;
    display: block;
    font-weight: 400;
    font-size: 16px;
}
.aklis{
    padding-left: 0px !important;
}
.contact-info ul li span {
  color: #000;
  font-weight: 500;
  display: block;
  font-size: 18px;
}
.contact-info ul li strong {
    font-size: 15px;
    font-weight: 600;
    margin-right: 8px;
}
.contact-main-section {
  background-size: cover;
  background-position: right;
}
.contact-stripbar h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
  }
  .contact-stripbar {
    background: #040708;
    padding: 10px;
  }
  .preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #356d9a
}
.spinner {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	margin: 100px auto;
	-webkit-animation: rotate-in 1.2s infinite ease-in-out;
	animation: rotate-in 1.2s infinite ease-in-out
}
@-webkit-keyframes rotate-in {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}
@keyframes rotate-in {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}
@-webkit-keyframes moveBounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}
@keyframes moveBounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}


/* Images compare main container */
.images-compare-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

/* Images compare front element */
.images-compare-before {
    will-change: clip;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

/* Images compare back element */
.images-compare-after {
    pointer-events: none;
}

/* Responsive image settings */
.images-compare-before img, .images-compare-after img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Separator (thin vertical blank line) */
.images-compare-separator {
    position: absolute;
    background: white;
    height: 100%;
    width: 1px;
    z-index: 4;
    left: 0;
    top: 0;
}

/* Drag handle (circle) */
.images-compare-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    z-index: 3;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.images-compare-label {
    top: auto !important;
    bottom: 0px !important;
    width: 100% !important;
    background: #00000099 !important;
    color: white !important;
    border-radius: 0px !important;
    left: 0;
}
/* Drag handle arrows */
.images-compare-left-arrow, .images-compare-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.images-compare-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.images-compare-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

/* Label */
.images-compare-label {
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 10px;
    z-index: 1;
    color: rgb(0, 0, 0);
    color: rgba(0, 0, 0, 0.4);
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 5px;
    pointer-events: none;
    display: none;
}

.images-compare-container .images-compare-label {
    display: inherit;
}
.search-result-count figure.post-thumbnail, .search-result-count figure.post-thumbnail img {
    max-height: 150px;
}
.search-result-count h2, .search-result-count a, .search-result-count p {
    color: #fff;
}
.search-result-count p {
    color: #ddd;
}
.search-result-count article{
    padding-top:25px;
    padding-bottom:25px;
    margin-bottom:15px;
}

.images-compare-after .images-compare-label {
    right: 0px !important;
    text-align: end;
}
.show_mobile_only{
    display: none;
}
.error-section {
    padding:80px 0px;
}
.error-section .content{
    text-align: center;
}

.error-section .big-text{
    margin-bottom: 30px;
}
.link-box {
    margin-top: 25px;
}
.error-section h3 {
    margin: 30px 0 0;
    position: relative;
    color: #ff0000;
    margin-bottom: 10px;
}
.product-listing #ajax-load-posts3 .product-wrapper {
    margin-bottom: 0;
}
.package-lisitng-layout .product-wrapper {
    margin-bottom: 0;
}
@media only screen and (max-width: 600px){
.show_mobile_only{
    display: block;
}
.show_desktop_only{
    display: none;
}
.big-text img {
    height: 100px;
}
} 
@media only screen and (max-width: 767px){
.photobooth-content-box {
    min-height: auto;
}
.product-content-box{
    min-height: auto;
}
}

@media only screen and (max-width: 991px){
.akpanel-box {
  margin-top: 120px;
  padding: 30px 20px;
}
section.error-section {
    padding-top: 130px;
    padding-bottom: 50px !important;
}
.page-header-banner {
    padding-top: 74px;
}
.product-detail-wrapper {
    padding-top: 120px !important;
}
}