.service-card {
    margin-bottom: 35px;
    display: block;
}
.service-card .services-icon-title {
   margin-top: 15px;
   font-size: 18px;
   font-weight: 600;
}
.flex-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-item h2 {
    letter-spacing: 2px;
}
.bg-blue {
    background-color: #337ab7;
    color: #fff;
}
.main-button.white-border {
    border-color: #fff;
    color: #fff;
}
.flex-item h1 {
    line-height: 1.5;
    width: 75%;
    font-size: 28px;
    letter-spacing: 2px;
}

.no-sticky {
	display: block;
}

.sticky .no-sticky {
	display: none;
}

.fixed-sticky {
	display: none;
}

.sticky .fixed-sticky {
	display: block;
}


@media only screen and (max-width: 992px) {
    .flex-item h1 {
        font-size: 24px;
    }
    .double-click i {
        float: right;
    }
}

@media only screen and (max-width: 600px) {
    .flex-item {
        flex-direction: column;
    }

    .flex-item h1 {
        font-size: 22px;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 15px;
        width: 100%;
    }
}


/* ========================= NEW CSS ==========================*/
.card.card1.blog-card .card-body .card-text {
    -webkit-line-clamp: 3;
    font-size: 14px;
    margin-bottom: 0;
}

.card.card1 img {
	height: 170px;
}

.blog-card .card-body {
    padding: 10px 11px;
    padding-top: 20px;
}

.blog-card .card-title {
    font-size: 15px;
    font-weight: 600;
}
.main-button {
    border-radius: 5px;
}

.blog-card .small-button {
    padding: 7px 0;
    margin: 0;
    display: inline-block;
    font-weight: 700;
}

.contact-parallax {
    background-image: url('../images/happy-client.jpg');
    padding-top: 70px;
}

.stat-icon img {
    width: 75px;
}

.stat-detail h1 {
    font-size: 1.6rem;
    font-weight: 800;
}

.who-are-we p {
    margin-bottom: 20px;
}

.stat-detail h5 {
    font-size: 16px;
}

.stat-main-content .stat-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.border-image {
    border-radius: 10px;
}
.feature-wrapper, .footer-service-areas li a:hover {
    border-radius: 5px;
}
.hovicon, .hovicon.effect-9:after {
    border-radius: 3px;
}

.stat-main-content {
    margin-bottom: 30px;
}

.stat-main-content .stat-main-detail {
    margin-bottom: 15px;
}

.bold {
    font-weight: 600;
}

.stat-detail-section {
    padding: 10px 30px;
}

.right-section {
    padding-left: 30px;
}

.feature-wrapper h4 {
    font-weight: 600;
    font-size: 20px;
}

.blog-button {
    padding: 6px 15px;
    font-size: 12px;
}

* Pricing Tables */
.pricing-table {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
		/* Responsive */
}

.pricing-table .plan {
	background: #FFF;
	border-radius: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.pricing-table .plan .plan-price,
.pricing-table .plan .plan-features,
.pricing-table .plan .plan-footer {
	border: 1px solid #ededed;
}

.pricing-table .plan .plan-header {
	background: #337ab7;
	padding: 15.2px 16px;
	padding: 0.95rem 1rem;
    border-right: 3px solid #eaeaea;
}

.pricing-table .plan .plan-header h3 {
	color: #FFF;
	font-size: 12.8px;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.pricing-table .plan .plan-price {
	display: flex;
	flex-direction: column;
	background: #f7f7f7;
	border-top: 0;
	border-bottom: 0;
	padding: 32px 12.8px;
	padding: 2rem 0.8rem;
	text-align: center;
}

.pricing-table .plan .plan-price .price {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 43.2px;
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 1;
	color: #212529;
}

.pricing-table .plan .plan-price .price .price-unit {
	font-size: 50%;
	line-height: 1.4;
}

.plan {
    margin-bottom: 35px !important;
}

.pricing-table .plan .plan-price .price-label {
	text-transform: uppercase;
	color: #777;
	font-size: 11.2px;
	font-size: 0.7rem;
	line-height: 1;
	margin-bottom: 0;
}

.pricing-table .plan .plan-features {
	border-top: 0;
	border-bottom: 0;
	padding: 12.8px;
	padding: 0.8rem;
	text-align: center;
}

.pricing-table .plan .plan-features ul {
	padding: 0 8px 0 8px;
	padding: 0 0.5rem 0 0.5rem;
	margin-bottom: 0;
}

.pricing-table .plan .plan-features ul li {
	border-bottom: 1px solid #ededed;
	line-height: 2.9;
	list-style: none;
	font-size: 0.9em;
}

.pricing-table .plan .plan-features ul li:last-child {
	border-bottom: 0;
}

.pricing-table .plan .plan-footer {
	border-top: 0;
	padding: 24px 12.8px 40px;
	padding: 1.5rem 0.8rem 2.5rem;
	text-align: center;
}

.pricing-table .plan.plan-featured {
	position: relative;
	box-shadow: 0px 0px 40px rgba(200, 200, 200, 0.3);
	transform: scale(1.15);
	z-index: 1;
}

.pricing-table .plan.plan-featured .plan-header h3,
.pricing-table .plan.plan-featured .plan-features ul li {
	font-size: 12.8px;
	font-size: 0.8rem;
}

.pricing-table.pricing-table-no-gap {
	margin-left: 0;
	margin-right: 0;
}

.pricing-table.pricing-table-no-gap .plan {
	margin-left: -16px;
	margin-right: -15px;
	margin-top: 0;
	margin-bottom: 0;
}

.plan-footer .main-button {
    margin: 0;
}

.nav-menu {
    font-weight: 600;
}



@media (max-width: 767px) {
	.pricing-table .plan.plan-featured {
		transform: scale(1);
	}

	.pricing-table .plan.plan-featured .plan-header h3,
		.pricing-table .plan.plan-featured .plan-features ul li {
		font-size: 0.9rem;
	}
}


.wrapper {
	height: 250px;
	position: relative;
	margin: auto;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 40px;
}


.scroll-section {
	padding: 35px 0;
}

.scroll-section .section-title {
	margin-bottom: 65px;
}


.boxes {
	position: relative;
	left: -400px;
}

.wrapper .full-link {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

.box {
	width: 20%;
	height: 250px;
	position: absolute;
	background-color: #eaeaea;
	background-size: cover;
	background-position: center;
	margin: 0 10px;
	overflow: hidden;
}

.box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wrapper2 {
	height: 250px;
	position: relative;
	margin: auto;
	overflow: hidden;
	transform: rotate(180deg);
	transform-origin: center;
	margin-bottom: 40px;
}

.boxes2 {
	position: relative;
	left: 400px;
}

.box2 {
	width: 20%;
	height: 250px;
	position: absolute;
	background: #eaeaea;
	background-size: cover;
	background-position: center;
	margin: 0 10px;
}

.box2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: rotate(180deg);
}

.service-wrapper .card {
	width: 21.5rem;
}
.service {
	border-radius: 7px;
}

.blog-index-section {
	margin-bottom: 35px;
}

.service-section {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
}

.feature-wrapper {
	background-color: #f8f9fa!important;
	border-bottom: 3px solid #f2f3f3;
	margin-bottom: 3px;
}

.about-intro-section {
	padding-left: 55px;
}

.scroll-section {
    overflow: hidden;
}
.floater {
	left: 0;
	right: auto;
}

span.icon:after {
	right: auto;
	left: 50px;
	top: -1px;
	border-radius: 5px;
	width: 140px;
	font-size: 16px;
}

span.icon {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


@media only screen and (max-width: 600px) {
    .wrapper, .wrapper2, .box, .box2 {
        height: 80px;
    }
    .section-title h2 {
        font-size: 1.6rem;
    }
}


.jacket-head {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    overflow: hidden;
}

.jacket-head .fa-times {
    position: absolute;
    top: 20px;
    right: 80px;
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
	z-index: 15;
}

.jacket-head-inner {
    display: block;
    position: absolute;
    width: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 60px;
}


@media only screen and (max-width: 600px) {
	.jacket-head-inner {
        padding: 0;
        width: 100%;
    }
    .jacket-head .fa-times { 
        color: #000;
        right: 15px;
        top: 10px;
        
    }
    
}
