/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
	position: relative;
}
.main-banner .banner-text .sub-text {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
}
.main-banner .banner-text h1 {
	font-size: 60px;
	color: #ffffff;
	font-weight:600;
	margin-bottom: 10px;
	line-height: 1.3;
	text-transform: capitalize;
	padding: 10px 0;
}
.main-banner .banner-text h1 span {
	color: #daa106;
}
.main-banner .banner-text p {
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.main-banner .tp-parallax-wrap {
}
.main-banner .tp-mask-wrap {
	height: auto;
}
.main-banner .more-btn {
	background: #daa106;
	line-height: 30px;
	padding-left: 38px;
	padding-right: 38px;
	font-weight: 700;
	color: #fff;
}
.main-banner li .btn-text {
	line-height: 60px;
	padding-left: 38px;
	padding-right: 38px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 100px;
}
#wrapper .main-banner .tp-bullets {
	top: auto;
	left: 52%;
	display: block;
	visibility: visible;
	opacity: 1;
	bottom: 66px;
}
.main-banner .tp-bullet {
	width: 26px;
	height: 3px;
	background: #8f8f8f;
}
.main-banner .tp-bullet.selected {
	background: #ffaf36;
}
.tparrows.tp-leftarrow, .tparrows.tp-rightarrow {
	border: 1px solid #fff;
	z-index: 99;
	cursor: pointer;
	background: none;
	visibility: hidden;
}
.main-banner:hover .tparrows.tp-leftarrow, .main-banner:hover .tparrows.tp-rightarrow {
	visibility: visible;
}
.tparrows.tp-leftarrow:hover, .tparrows.tp-rightarrow:hover {
	background: #daa106;
	border: 1px solid #daa106;
}
.slotholder:before {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,0.69);
	content: '';
}
@media (max-width: 991px) {
	.main-banner .banner-text h1 {
		font-size: 50px;
		line-height: 50px;
	}
}

@media (max-width: 480px) {
	.main-banner .banner-text h1, .main-banner .banner-text h1 span {
		font-size: 30px;
	}
	.main-banner .banner-text p {
		line-height: 1.2;
		font-size: 15px;
	}
}

.main-banner li .btn-text {
	line-height: 44px !important;
}
.btn-text {
	font-size: 14px;
	color: #fff;
	font-family: Arial, sans-serif;
	line-height: 41px;
	border: 2px solid #da251e;
	padding: 0 22px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #da251e;
	height: 44px;
	text-align: center;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
    margin-left:20px;
}
.btn-text:hover {
	background: none;
	color: #da251e;
	text-decoration: none;
}
/*sec_tital*/
.sec-title {
	position: relative;
}
.sec-title h2 {
	position: relative;
	color: #333333;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 15px;
}
.sec-title h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	    right: 0;
    margin: 0 auto;
	width: 255px;
	border-bottom: 2px solid #e4e4e4;
}
.sec-title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	right: 0;
    margin: 0 auto;
	bottom: 0px;
	width: 70px;
	border-bottom: 5px solid #e4e4e4;
}
.left_line h2:after,
.left_line h2:before{
	right: auto;
	margin: 0;
}
/*================top_cloume===========*/
.bg-pic {
	background-size: cover;
	position: relative;
	z-index: 1;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
}
@media (max-width: 767px) {
	.bg-pic {
		border-left: none;
		border-right: none;
	}
}

.section-bar-text {
	position: relative;
	top: 0;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	padding: 0px 30px;
}
.section-bar-text:hover {
	top: -10px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.section-bar .section-bar-text {
		padding: 20px 0;
	}
}
.bg-pic-2 {

	background-size: cover;
	position: relative;
	z-index: 1;
}
.bg-pic-2:before {
	opacity: 0.9;
	transition: all 0.3s ease-in-out;
}
.bg-pic-2:hover:before {
	opacity: 1;
}
.bg-pic:before, .bg-pic-2:before {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";z-index -1;
}

.text_number {
	font-size: 40px;
	font-weight: 700;
	vertical-align: middle;
}
.section-bar-text .heading {
	position: relative;
	color: #333333;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 18px;
}

/***========Services Section===================== ***/

.services-section {
	position: relative;
	padding: 95px 0px 60px;
}

.services-block {
	position: relative;
}

.services-block .inner-box {
	position: relative;
	display: block;
	overflow: hidden;
}

.services-block .inner-box .image {
	position: relative;
	background: #333;
}

.services-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	opacity: 0.5;
}

.services-block .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	padding: 20px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: #444;
	z-index: 9;
}

.services-block .inner-box:hover .image .overlay-box {
	opacity: 1;
	top: 0;
    display: inline-flex;
    flex-flow:column;
    justify-content:space-between;
}

.services-block .inner-box .image .icon-box {
	position: absolute;
	left: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	bottom: 0px;
	top: auto;
	color: #fff;
	font-size: 28px;
	z-index: 1;
	text-align: center;
	background-color: #da251e;
	margin: 0px;
	border-radius: 0px;
	transform: inherit;
}

.services-block .inner-box .image .overlay-box .text {
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 0px;
}

.services-block .inner-box .image .overlay-box .read-more {
	color: #fff;
    padding:8px 18px;
    border:2px solid #da251e;
	font-size: 14px;
	font-family: Arial, sans-serif;
    border-radius:5px;
    transition:0.3s;
    -webkit-transition:0.3s;
    background:#da251e;
}

.services-block .inner-box .image .overlay-box .read-more:hover {
	background:transparent;
    color:#ffffff;
}

.services-block .inner-box .lower-box {
	padding: 4px 0px;
	border-bottom: 3px solid #da251e;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 75px;
}

.services-block .inner-box .lower-box h3 {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2em;
}

.services-block .inner-box .lower-box a {
	color: #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block .inner-box .lower-box a:hover {
	color: #da251e;
}

/***

 ====================================================================
 Work process Section
 ====================================================================

 ***/
.process-icon {
	position: relative;
	border: 1px solid #f2f2f2;
	padding: 5px;
	background-color: transparent;
	transition: all 0.2s ease-in-out;
}
.process-icon:hover {
	border: 1px solid #da251e;
	background: #da251e;
}

.process-icon h3 {
	margin: 20px 0px;
	color: #333333;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2em;
}
.process-icon p {
	margin: 0px;
}
.icon-container {
	margin-bottom: 0px;
}
.text_work {
	padding: 48px 0;
	background: #fff;
}

.process-icon .icon-number {
	color: #da251e;
	font-size: 30px;
}
/*loader*/
@-webkit-keyframes scale {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@keyframes scale {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
.ball-pulse > div:nth-child(1) {
	-webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
	-webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
	-webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse{
	position: absolute;
	top:50%;
	right:-27px;
}
.ball-pulse > div {
	    background-color: #dad6d6;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin: 1px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

@-webkit-keyframes ball-pulse-sync {
33% {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
66% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }

@keyframes ball-pulse-sync {
33% {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
66% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }

.ball-pulse-sync > div:nth-child(1) {
	-webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(2) {
	-webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(3) {
	-webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync > div {
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}
@media (max-width:767px){
	.ball-pulse{
		display:none;
	}
}

/*Choose*/

.overflow_hidden {
	overflow: hidden;
	position: relative;
}

#choose_us .creative_heading p {
	color: #323232;
}
#choose_us  .creative_heading {
	padding-right: 156px;
}
.fontsize_28 {
	font-size: 28px;
	color: #fff;
}
.choose_box {
	background: #ffffff;
	padding: 23px 17px 5px;
	margin-bottom: 17px;
}
.choose_box .media-body h4 {
	margin: 0px 0 10px;
	font-size: 15px;
	font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
	#choose_us .image_cover {
		display: none;
	}
}

.fontsize_28 {
	font-size: 28px;
	color: #da251e;
}
.choose-us h4 {
	font-size: 20px;
	margin-bottom: 0;
}
.choose-us .media {
	overflow: visible;
}

.image_cover_right {
	width: 34%;
}

.image_cover_right {
	right: 0;
	left: auto;
	background-position: right 0;
}
@media (max-width: 767px) {
	.image_cover {
		position: static;
		width: 100%;
		height: 300px;
		margin-top: 0px;
	}
}

/*testimonial*/
.client-pic {
	float: left;
	position: relative;
	width: 250px;
}
.client-name {
	    position: absolute;
    width: 100%;
    right: -100px;
    top: 99px;
    background: rgba(0, 0, 0, 0.61);
    color: #fff;
    text-align: center;
    padding: 14px 0;
}
@media (min-width: 768px) {
	.client-name {
		transform: rotate(90deg);
	}
}
.client-text {
	float: left;
	width: calc(100% - 280px);
	margin-left: 30px;
}
.client-text p {
	padding: 40px 0px 0px 10px;
	margin: 0px;
	font-style: italic;
}
.client-text p i {
	font-size: 20px;
	margin: 0px 6px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.client-text p {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.client-pic {
		width: 100%;
	}
	.client-name {
		top: auto;
		width: 100%;
		right: 0px;
		bottom: 0;
	}
	.client-text {
		width: 100%;
		margin: 0px;
	}
}
/*=======Project Section=========*/
.project__box{
	position: relative;
	overflow: hidden;
}

.project__box_details{
	position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    width: 70%;
    padding: 30px;
    transform: translateY(80px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.project__box:hover .project__box_details{
	 transform: translateY(0px);
    opacity: 1;
}
.project__box_details .more_btn__block{
	margin-top: 0;
}
/*=======Blog Section=========*/
.latest__block-post {
	padding: 20px;
	background: #f7f7f7;
	position: relative;
}
    .latest__block-post p { 
        display: -webkit-box;
       -webkit-box-orient: vertical;     
         -webkit-line-clamp: 3;
         overflow: hidden;
    }
.meta-post{
position: absolute;
    top: -22px;
    left: 0;
    background: #da251e;
    color: #fff;
    padding: 10px;	
}
.latest__block .more_btn__block {
	margin-top: 10px;
}
.latest__block-title {
	font-size: 20px;
	font-weight: 800;
}
.latest__block-title:hover a {
	color: #da251e;
}
.team__block-section .team-member {
	margin-bottom: 0;
}
.more_btn__block {
	color: #da251e;
	font-weight: bold;
	display: inline-block;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.more_btn__block {
		margin-top: 0;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* Client Logo       ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
#client-logos .container {
	position: relative;
	z-index: 1;
}
.client-logo {
	height: 100px;
	text-align: center;
}

.client-logo img {
	height: 100%;
	width: auto;
}
#client-logos .owl-stage-outer .owl-item .item .client-logo img {
	width: auto;
	display: inline-block;
}
.bg-img4 {
	background: url(../images/img-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.after-bg {
	position: relative;
}
.after-bg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(206, 206, 206, 0.84);
}
.client-style {
	background: rgba(255, 255, 255, 0.71);
	padding: 20px;
	position: relative;
}
.client-style:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid rgba(0,0,0,0.1);
	z-index: -1;
}

