<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


@import url('flaticon-2.css');



/** css for home-13,14,15 **/


/** header-style-13 **/

.header-style-13{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
}

.header-top-13{
	position: relative;
	background-color: rgba(255, 255, 255, 0.60);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
}

.header-top-13 .info-box{
	position: relative;
	padding-left: 30px;
}

.header-top-13 .info-box .icon-box{
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: 22px;
	font-weight: 700;
}

.header-top-13 .info-box h6{
	font-size: 16px;
	line-height: 30px;
	color: #363a3d;
	font-weight: 600;
}

.header-top-13 .info-box h6 a{
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 18px;
	color: #363a3d;
	transition: all 500ms ease;
}

.header-top-13 .info-box h6 a:hover{

}

.header-top-13 .info-box h6 a i{
	position: relative;
	font-size: 24px;
	font-weight: 400;
	margin-right: 8px;
	top: 4px;
}

.header-top-13 .top-left{
	position: relative;
	padding: 11px 0px;
	float: left;
	padding-right: 30px;
}

.header-top-13 .top-left:before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 5000px;
	height: 100%;
	top: 0px;
	right: 0px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.header-top-13 .top-right{
	position: relative;
	float: right;
	padding: 11px 0px;
}

.header-top-13 .top-right .social-links,
.header-top-13 .top-right .support-box{
	position: relative;
	display: inline-block;
	float: left;
}

.header-top-13 .top-right .social-links{
	margin-right: 10px;
}

.header-top-13 .top-right .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.header-top-13 .top-right .social-links li:last-child{
	margin-right: 0px;
}

.header-top-13 .top-right .social-links li a{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	font-size: 15px;
	color: #363a3d;
	text-align: center;
	border-radius: 50%;
	transition: all 500ms ease;
}

.header-top-13 .top-right .social-links li a:hover{
	color: #fff;
}

.header-top-13 .top-right .support-box{
	position: relative;
	display: inline-block;
	background-color: #fff;
	border-radius: 30px;
	padding-right: 15px;
}

.header-top-13 .top-right .support-box h6{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	padding-left: 40px;
}

.header-top-13 .top-right .support-box h6 a{
	display: inline-block;
	color: #363a3d;
	transition: all 500ms ease;
}

.header-top-13 .top-right .support-box h6 a:hover{

}

.header-top-13 .top-right .support-box h6 i{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}

.header-style-13 .outer-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.btn-style-seven {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
    background-size: 200% auto;
}

.btn-style-seven .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 15px 43px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    overflow: hidden;
}

.btn-style-seven:hover .btn-title {
    color: #ffffff;
}

.btn-style-seven .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-seven:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.header-style-13 .outer-box .logo-box{
	float: none;
	padding: 25px 0px;
}

.header-style-13 .nav-outer{
	float: none;
}

.header-style-13 .nav-right .search-btn{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.header-style-13 .nav-right .search-btn button{
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: #393d40;
	background-color: #fff;
	font-weight: 700;
	width: 42px;
	height: 42px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	transition: all 500ms ease;
}

.header-style-13 .nav-right .search-btn button:hover{
	color: #fff;
}

.header-style-13 .nav-right .btn-box{
	position: relative;
	display: inline-block;
	float: left;
}

.header-style-13 .nav-right .btn-box .btn-style-seven .btn-title{
	padding: 6px 18px;
}

.header-style-13 .header-upper .logo-box .logo{
	padding: 0px;
}

.header-style-13 .main-menu .navigation&gt;li&gt;a{
	color: #fff;
	padding: 0px 0px;
}

.header-style-13 .main-menu .navigation&gt;li.dropdown&gt;a:after{
	display: none;
}

.header-style-13 .main-menu .navigation&gt;li{
	margin-right: 30px;
}

.header-style-13 .header-upper{
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	border-top: none;
}

.header-style-13 .main-menu .navigation{
	margin: 0px;
}

.header-style-13 .sticky-header{
	background-color: #CC0839;
}

.header-style-13 .sticky-header .btn-style-seven .btn-title::before{
	background-color: #fff;
}

.header-style-13 .sticky-header .btn-style-seven .btn-title:hover{
	
}



/** banner-section-home13 **/


.banner-section-home13 .banner-carousel .content-box{
	padding-top: 287px;
	padding-bottom: 180px;
}

.banner-section-home13 .banner-carousel .slide-item:before{
	position: absolute;
	content: '';
	background-color: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.40;
	z-index: 1;
}

.banner-section-home13 .banner-carousel .content-box h2:before,
.banner-section-home13 .banner-carousel .content-box h2:after{
	display: none;
}

.banner-section-home13 .banner-carousel .content-box h2{
	padding-bottom: 0px;
	margin-bottom: 35px;
	font-size: 60px;
	line-height: 72px;
	font-weight: 600;
	text-transform: capitalize;
}

.banner-section-home13 .banner-carousel .content-box{
	min-height: auto;
}

.banner-section-home13 .banner-carousel .content-box .btn-box .theme-btn{
	margin: 0px;
}

.banner-section-home13 .owl-theme .owl-nav .owl-prev::after{
	content: "\f101";
}

.banner-section-home13 .owl-theme .owl-nav .owl-next::after{
	content: "\f101";
}

.banner-section-home13 .owl-theme .owl-nav .owl-prev:hover::after,
.banner-section-home13 .owl-theme .owl-nav .owl-next:hover::after{
	color: #fff;
}


/** about-section-home13 **/

.about-section-home13{
	position: relative;
	padding: 120px 0px 120px 0px;
}

.sec-title-two{
	position: relative;
	display: block;
	margin-bottom: 33px;
}

.sec-title-two h6{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 17px;
	padding-left: 20px;
}

.sec-title-two h6:before{
	position: absolute;
	content: '//';
	left: 0px;
	top: 0px;
	font-size: 12px;
	font-weight: 800;
	font-family: 'Fira Sans', sans-serif;
}

.sec-title-two.text-center h6{
	padding-right: 20px;
}

.sec-title-two.text-center h6:after{
	position: absolute;
	content: '//';
	right: 0px;
	top: 0px;
	font-size: 12px;
	font-weight: 800;
	font-family: 'Fira Sans', sans-serif;
}

.sec-title-two h2{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: #202327;
	margin-bottom: 0px;
}

.sec-title-two.light h2{
	color: #fff;
}

.about-section-home13 .content-box{
	position: relative;
	display: block;
	margin-right: 50px;
}

.about-section-home13 .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 33px;
}

.about-section-home13 .content-box .text h3{
	display: block;
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	color: #202327;
	margin-bottom: 18px;
}

.about-section-home13 .content-box p{
	font-size: 18px;
	line-height: 28px;
	color: #717070;
	margin-bottom: 0px;
}

.about-section-home13 .content-box .inner-box{
	position: relative;
	display: block;
	margin-bottom: 33px;
}

.about-section-home13 .content-box .inner-box .single-item .icon-box{
	position: relative;
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 13px;
}

.about-section-home13 .content-box .inner-box .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	color: #202327;
	margin-bottom: 7px;
}

.about-section-home13 .image-box{
	position: relative;
	display: block;
}

.about-section-home13 .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
}

.about-section-home13 .image-box .image img{
	width: 100%;
}

.about-section-home13 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg); 
}

.about-section-home13 .image-box:hover .image:before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

.about-section-home13 .image-box .counter-column{
	position: relative;
	float: left;
	width: 50%;
	padding: 25px 20px 22px 20px;
}

.about-section-home13 .image-box .counter-column:last-child{
	background-color: #202327;
}

.about-section-home13 .image-box .counter-column .count-outer{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 50px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 700;
	margin-bottom: 8px;
}

.about-section-home13 .image-box .counter-column h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}


/** service-section-home13 **/

.service-section-home13{
	position: relative;
	padding: 115px 0px 120px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.service-section-home13:before{
	position: absolute;
	content: '';
	background-color: #202327;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.95;
}

.service-section-home13 .single-item .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.service-section-home13 .single-item .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.service-section-home13 .single-item .inner-box .image-box:before{
	position: absolute;
	content: '';
	border: 2px solid #fff;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	left: 10px;
	top: 10px;
	transform: scale(0,0);
	z-index: 1;
	transition: all 500ms ease;
}

.service-section-home13 .single-item .inner-box:hover .image-box:before{
	transform: scale(1,1);
}

.service-section-home13 .single-item .inner-box .image-box img{
	width: 100%;
}

.service-section-home13 .single-item .inner-box .icon-box{
	position: absolute;
	left: 50%;
	top: 32%;
	transform: translate(-50%,-50%);
	width: 110px;
	height: 110px;
	line-height: 120px;
	background-color: #fff;
	font-size: 60px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.50);
	z-index: 2;
	transition: all 500ms ease;
}

.service-section-home13 .single-item .inner-box:hover .icon-box{
	transform: translate(-50%,-50%) scale(0,0);
}

.service-section-home13 .single-item .inner-box .text{
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: calc(100% - 60px);
	background-color: #fff;
	padding: 21px 15px 18px 15px;
	text-align: center;
	z-index: 2;
}

.service-section-home13 .single-item .inner-box .text h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 1px;
	color: #202327;
}

.service-section-home13 .single-item .inner-box .text h3 a{
	display: inline-block;
	color: #202327;
	transition: all 500ms ease;
}

.service-section-home13 .single-item .inner-box .text h3 a:hover{

}

.service-section-home13 .single-item .inner-box .text p{
	font-size: 18px;
	line-height: 28px;
	color: #717070;
	margin-bottom: 0px;
}

.service-section-home13 .sec-title-two{
	margin-bottom: 50px;
}


/** chooseus-home13 **/

.chooseus-section-home13{
	position: relative;
	background-color: #f8f7f7;
	padding: 111px 0px 75px 0px;
}

.chooseus-section-home13 .single-item .inner-box{
	position: relative;
	display: block;
	margin-bottom: 37px;
}

.chooseus-section-home13 .single-item .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #21242d;
	padding-left: 30px;
	margin-bottom: 14px;
}

.chooseus-section-home13 .single-item .inner-box h3:before{
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	left: 0px;
	top: 7px;
    clip-path: polygon(0% 0%, 50% 0%, 150% 100%, -50% 100%, 50% 0%);
}

.chooseus-section-home13 .single-item .inner-box p{
	font-size: 18px;
	line-height: 28px;
	color: #717070;
	margin-bottom: 17px;
}

.chooseus-section-home13 .single-item .inner-box h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #21242d;
	text-transform: uppercase;
	font-weight: 600;
}

.chooseus-section-home13 .single-item .inner-box h6 a{
	position: relative;
	display: inline-block;
	color: #21242d;
	padding-left: 30px;
	transition: all 500ms ease;
}

.chooseus-section-home13 .single-item .inner-box h6 a:hover{

}

.chooseus-section-home13 .single-item .inner-box h6 a i{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 24px;
	font-weight: 400;
}


/** project-section-home13 **/

.project-section-home13{
	position: relative;
	padding: 111px 0px 120px 0px;
}

.project-section-home13 .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.project-section-home13 .owl-carousel{
	max-width: 975px;
	width: 100%;
	margin: 0 auto;
}

.project-section-home13 .project-block .inner-box{
	position: relative;
	display: block;
}

.project-section-home13 .project-block .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-section-home13 .project-block .inner-box .image-box img{
	width: 100%;
}

.project-section-home13 .project-block .inner-box .image-box:before{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, rgba(32,35,39,0.20) 50%, rgba(32,35,39,0.95) 100%);
    top: 0px;
    right: 0px;
    z-index: 1;
}

.project-section-home13 .project-block .inner-box .text{
	position: absolute;
	display: block;
	left: 60px;
	bottom: 0px;
	width: calc(100% - 120px);
	z-index: 2;
	opacity: 0;
	transition: all 500ms ease;
}

.project-section-home13 .owl-item.active .project-block .inner-box .text{
	opacity: 1;
	bottom: 35px;
}

.project-section-home13 .project-block .inner-box .text .btn-box{
	position: absolute;
	right: 0px;
	bottom: 10px;
}

.project-section-home13 .project-block .inner-box .text .btn-box a{
	position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 15px 46px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    vertical-align: middle;
}

.project-section-home13 .project-block .inner-box .text .btn-box a:hover{
	color: #fff;
}

.project-section-home13 .project-block .inner-box .text p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 7px;
}

.project-section-home13 .project-block .inner-box .text p i{
	margin-right: 8px;
}

.project-section-home13 .project-block .inner-box .text h2{
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
}

.project-section-home13 .project-block .inner-box .text h2 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.project-section-home13 .project-block .inner-box .text h2 a:hover{

}

.project-section-home13 .owl-theme .owl-dots {
    display: none;
}

.project-section-home13 .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.project-section-home13 .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -89px;
    top: 0px;
    height: 64px;
    width: 64px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    background: #f8f7f7;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.project-section-home13 .owl-theme .owl-nav .owl-prev::after {
    font-family: Flaticon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    left: 0px;
    color: #737272;
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.project-section-home13 .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -89px;
    top: 0px;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0);
    background: #f8f7f7;
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.project-section-home13 .owl-theme .owl-nav .owl-next::after {
    font-family: Flaticon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    right: 0px;
    color: #737272;
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
}

.project-section-home13 .owl-theme .owl-nav button:hover {
    
}

.project-section-home13 .owl-theme .owl-nav button:hover:after {
    color: #fff;
}

.project-section-home13 .sec-title-two{
	margin-bottom: 50px;
}


/** video-section-home13 **/

.video-section-home13{
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 135px 0px 120px 0px;
	background-attachment: fixed;
}

.video-section-home13:before{
	position: absolute;
	content: '';
	background-color: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.1;
}

.video-section-home13 .border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255,255,255,1);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.video-section-home13 .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.video-section-home13 .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.video-section-home13 .inner-box .video-btn a{
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 96px;
	background-color: #fff;
	text-align: center;
	font-size: 30px;
	border-radius: 50%;
}

/** squares animation **/

squares{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}20%{-webkit-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-webkit-transform:scale(2.1);transform:scale(2.1);opacity:0}}
@-moz-keyframes squares{0%{-moz-transform:scale(1);transform:scale(1);opacity:0}20%{-moz-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-moz-transform:scale(2.1);transform:scale(2.1);opacity:0}}
@-o-keyframes squares{0%{-o-transform:scale(1);transform:scale(1);opacity:0}20%{-o-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-o-transform:scale(2.1);transform:scale(2.1);opacity:0}}
@keyframes squares{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}20%{-webkit-transform:scale(1.24);-moz-transform:scale(1.24);-o-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-webkit-transform:scale(2.1);-moz-transform:scale(2.1);-o-transform:scale(2.1);transform:scale(2.1);opacity:0}}



.video-section-home13 .inner-box .video-btn{
	position: relative;
	display: block;
	margin-bottom: 55px;
}

.video-section-home13 .slider-block{
	position: relative;
	display: block;
}

.video-section-home13 .slider-block h2{
	position: relative;
	display: block;
	font-size: 72px;
	line-height: 80px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 2px;
	padding-right: 20px;
}

.video-section-home13 .slider-block h3{
	position: relative;
	display: inline-block;
	font-size: 70px;
	line-height: 80px;
	color: #fff;
	font-weight: 700;
	padding-right: 25px;
}

.video-section-home13 .slider-block h3 span{
	position: absolute;
	top: -14px;
	right: 0px;
	font-size: 36px;
	font-weight: 400;
}

.video-section-home13 .sec-title-two{
	margin-bottom: 4px;
}

.video-section-home13 .owl-nav{
	display: none;
}

.video-section-home13 .owl-dots{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 32px;
}

.video-section-home13 .owl-dots button{
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	margin: 0px 7.5px;
	transition: all 500ms ease;
}

.video-section-home13 .owl-dots button.active{
	background-color: #fff;
}

.video-section-home13 .owl-dots button:before{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 2px;
	top: 2px;
	transform: scale(0,0);
	transition: all 500sm ease;
}

.video-section-home13 .owl-dots button.active:before{
	transform: scale(1,1);
}


/** team-section-home13 **/

.team-section-home13{
	position: relative;
	padding: 111px 0px 120px 0px;
}

.team-section-home13 .team-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.10);
	border: 1px solid #eaeaea;
}

.team-section-home13 .team-block .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 9px;
	border-bottom: 1px solid #eaeaea;
}

.team-section-home13 .team-block .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.team-section-home13 .team-block .inner-box .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #CC0839;
}

.team-section-home13 .team-block .inner-box:hover .image-box img{
	opacity: 0.3;
	transform: scale(1.05);
}

.team-section-home13 .team-block .inner-box .lower-content{
	position: relative;
	padding: 25px 29px 30px 29px;
}

.team-section-home13 .team-block .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}

.team-section-home13 .team-block .inner-box .lower-content h3 a{
	display: inline-block;
	color: #202327;
	transition: all 500ms ease;
}

.team-section-home13 .team-block .inner-box .lower-content h3 a:hover{

}

.team-section-home13 .team-block .inner-box .lower-content .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box:last-child{
	margin-right: 0px;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box &gt; a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #717070;
	line-height: 30px;
	border: 1px solid #eaeaea;
	padding:  5px 17.5px;
	min-width: 100px;
	transition: all 500ms ease;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box &gt; a i{
	color: #363a3d;
	margin-right: 8px;
	transition: all 500ms ease;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box &gt; a:hover i{
	color: #fff;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box &gt; a:hover{
	color: #fff;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box .share-link{
	position: absolute;
	right: 0px;
	bottom: 50px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	min-width: 127px;
	padding: 13px 0px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;

}

.team-section-home13 .team-block .inner-box .lower-content .info-box:hover .share-link{
	bottom: 60px;
	opacity: 1;
	visibility: visible;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box .share-link:before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 14px;
	height: 14px;
	right: 14px;
	bottom: -5px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 0px 0px #eaeaea;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box .share-link:after{
	position: absolute;
	content: '';
	background-color: transparent;
	width: 100%;
	height: 20px;
	left: 0px;
	bottom: -20px;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box .share-link li{
	position: relative;
	display: inline-block;
	float: left;
	width: 33.333%;
	font-size: 16px;
	line-height: 16px;
	border-right: 1px solid #eaeaea;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box .share-link li:last-child{
	border-right: none;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box .share-link li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #717070;
	line-height: 16px;
	transition: all 500ms ease;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box .share-link li a:hover{

}

.team-section-home13 .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.team-section-home13 .owl-carousel .owl-item{
	opacity: 0;
}

.team-section-home13 .owl-carousel .owl-item.active{
	opacity: 1;
}

.team-section-home13 .owl-theme .owl-dots {
    display: none;
}

.team-section-home13 .owl-theme .owl-nav {
    position: absolute;
    top: -125px;
    right: 0px;
    display: block;
}

.team-section-home13 .owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    background: #f8f7f7;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    margin-right: 10px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.team-section-home13 .owl-theme .owl-nav .owl-prev::after {
    font-family: Flaticon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    left: 0px;
    color: #737272;
    font-size: 20px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.team-section-home13 .owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0);
    background: #f8f7f7;
    font-size: 0px;
    opacity: 1;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.team-section-home13 .owl-theme .owl-nav .owl-next::after {
    font-family: Flaticon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    right: 0px;
    color: #737272;
    font-size: 20px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
}

.team-section-home13 .owl-theme .owl-nav button:hover {
    
}

.team-section-home13 .owl-theme .owl-nav button:hover:after {
    color: #fff;
}

.team-section-home13 .sec-title-two{
	margin-bottom: 50px;
}


/** testimonial-section-home13 **/

.testimonial-section-home13{
	position: relative;
	padding: 111px 0px 120px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.testimonial-section-home13:before {
    position: absolute;
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.3;
}

.testimonial-section-home13 .testimonial-block{
	padding: 0px;
	margin-bottom: 45px;
}

.testimonial-section-home13 .testimonial-block .inner-box{
	position: relative;
	display: block;
	background-color: #fff;
	padding: 40px 40px 0px 40px;
}

.testimonial-section-home13 .testimonial-block .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	border: 4px solid #fff;
	border-radius: 50%;
	color: #fff;
	margin-bottom: 26px;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}

.testimonial-section-home13 .testimonial-block .inner-box h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #222324;
	margin-bottom: 0px;
}

.testimonial-section-home13 .testimonial-block .inner-box .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 23px;
}

.testimonial-section-home13 .testimonial-block .inner-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #717070;
	margin-bottom: 33px;
}

.testimonial-section-home13 .testimonial-block .inner-box .testimonial-thumb{
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	background-color: #fff;
	padding: 4px;
	border-radius: 50%;
	margin-bottom: -52px;
}

.testimonial-section-home13 .testimonial-block .inner-box .testimonial-thumb img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-section-home13 .sec-title-two{
	margin-bottom: 50px;
}


/** news-section-home13 **/

.news-section-home13{
	position: relative;
	padding: 111px 0px 120px 0px;
}

.news-section-home13 .news-block .inner-box h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #21242d;
	text-transform: uppercase;
	font-weight: 600;
}

.news-section-home13 .news-block .inner-box h6 a{
	position: relative;
	display: inline-block;
	color: #21242d;
	padding-left: 30px;
	transition: all 500ms ease;
}

.news-section-home13 .news-block .inner-box h6 a:hover{

}

.news-section-home13 .news-block h6 a i{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 24px;
	font-weight: 400;
}

.news-section-home13 .news-block .inner-box{
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 2px 0px 20px 0px rgb(0 0 0 / 10%);
	transition: all 500ms ease;
}

.news-section-home13 .news-block .inner-box:hover{
	box-shadow: 10px 0px 40px 0px rgb(0 0 0 / 15%);
}

.news-section-home13 .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.news-section-home13 .owl-carousel .owl-stage-outer .owl-item{
	opacity: 0;
}

.news-section-home13 .owl-carousel .owl-stage-outer .owl-item.active{
	opacity: 1;
}

.news-section-home13 .news-block .inner-box .image-box{
	position: relative;
	display: block;
}

.news-section-home13 .news-block .inner-box .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #202327;
}

.news-section-home13 .news-block .inner-box .image-box .image img{
	width: 100%;
	transition: all 500ms ease;
}

.news-section-home13 .news-block .inner-box:hover .image-box .image img{
	transform: scale(1.05);
	opacity: 0.1;
}

.news-section-home13 .news-block .inner-box .image-box .category{
	position: absolute;
	left: 30px;
	top: -15px;
}

.news-section-home13 .news-block .inner-box .image-box .category a{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px 21px;
	text-align: center;
	transition: all 500ms ease;
}

.news-section-home13 .news-block .inner-box .image-box .category a:hover{
	background: #CC0839;
}

.news-section-home13 .news-block .inner-box .image-box .image a{
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	width: 54px;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	transition: all 500ms ease;
}

.news-section-home13 .news-block .inner-box:hover .image-box .image a{
	transform: translate(-50%,-50%) scale(1,1);
}

.news-section-home13 .news-block .inner-box .image-box .image a:hover{
	background-color: #fff;
}

.news-section-home13 .news-block .inner-box .lower-content{
	position: relative;
	display: block;
	border: 1px solid #eaeaea;
	padding: 21px 30px;
}

.news-section-home13 .news-block .inner-box .lower-content .post-info li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin-right: 20px;
}

.news-section-home13 .news-block .inner-box .lower-content .post-info li:last-child{
	margin: 0px !important;
}

.news-section-home13 .news-block .inner-box .lower-content .post-info li a{
	color: #717070;
	transition: all 500ms ease;
}

.news-section-home13 .news-block .inner-box .lower-content .post-info li a:hover{

}

.news-section-home13 .news-block .inner-box .lower-content .post-info li:before{
	position: absolute;
	content: '/';
	color: #717070;
	top: 0px;
	right: -12px;
}

.news-section-home13 .news-block .inner-box .lower-content .post-info li:last-child:before{
	display: none;
}

.news-section-home13 .news-block .inner-box .lower-content .post-info{
	position: relative;
	display: block;
	margin-bottom: 6px;
}

.news-section-home13 .news-block .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 15px;
}

.news-section-home13 .news-block .inner-box .lower-content h3 a{
	display: inline-block;
	color: #202327;
	transition: all 500ms ease;
}

.news-section-home13 .news-block .inner-box .lower-content h3 a:hover{

}

.news-section-home13 .sec-title-two{
	margin-bottom: 65px;
}

.news-section-home13 .owl-theme .owl-dots {
    display: none;
}

.news-section-home13 .owl-theme .owl-nav {
    position: absolute;
    top: -125px;
    right: 0px;
    display: block;
}

.news-section-home13 .owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    background: #f8f7f7;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    margin-right: 10px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.news-section-home13 .owl-theme .owl-nav .owl-prev::after {
    font-family: Flaticon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    left: 0px;
    color: #737272;
    font-size: 20px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news-section-home13 .owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0);
    background: #f8f7f7;
    font-size: 0px;
    opacity: 1;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.news-section-home13 .owl-theme .owl-nav .owl-next::after {
    font-family: Flaticon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    right: 0px;
    color: #737272;
    font-size: 20px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
}

.news-section-home13 .owl-theme .owl-nav button:hover {
    
}

.news-section-home13 .owl-theme .owl-nav button:hover:after {
    color: #fff;
}


/** faq-section-home13 **/

.faq-section-home13{
	position: relative;
	padding-top: 120px;
	background-color: #f8f7f7;
}

.faq-section-home13 .bg-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: calc(50% - 45px);
	height: calc(100% - 120px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.faq-section-home13 .content-box{
	position: relative;
	display: block;
	padding: 150px 100px 150px 0px;
}

.faq-section-home13 .content-box .content-inner{
	position: relative;
	display: block;
	padding: 50px 40px;
}

.faq-section-home13 .content-box .content-inner .icon-box{
	position: absolute;
	right: 20px;
	bottom: 40px;
}

.faq-section-home13 .content-box .content-inner .inner{
	position: relative;
	display: block;
	padding: 2px 0px 0px 90px;
	margin-bottom: 31px;
}

.faq-section-home13 .content-box .content-inner .inner .thumb-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.faq-section-home13 .content-box .content-inner .inner .thumb-box img{
	width: 100%;
	border-radius: 50%;
}

.faq-section-home13 .content-box .content-inner .inner h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.faq-section-home13 .content-box .content-inner .inner h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
}

.faq-section-home13 .content-box .content-inner .inner h2 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.faq-section-home13 .content-box .content-inner .inner h2 a:hover{
	text-decoration: underline !important;
}

.faq-section-home13 .content-box .content-inner .email-box{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.faq-section-home13 .content-box .content-inner .email-box p{
	position: relative;
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px;
}

.faq-section-home13 .content-box .content-inner .email-box p a{
	color: #fff;
	transition: all 500ms ease;
}

.faq-section-home13 .content-box .content-inner .email-box p a:hover{
	text-decoration: underline !important;
}

.faq-section-home13 .content-box .content-inner .info li{
	position: relative;
	display: block;
	font-size: 18px;
	color: #fff;
}

.faq-section-home13 .content-box .content-inner .info{
	position: relative;
	display: block;
	margin-bottom: 33px;
}

.faq-section-home13 .content-box .content-inner .btn-box a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 15px 46px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    text-transform: uppercase;
    vertical-align: middle;
}

.faq-section-home13 .content-box .content-inner .btn-box a:hover{
	background: #202327;
}

.faq-section-home13 .accordion-box .block{
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
}

.faq-section-home13 .accordion-box .block.active-block{
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
	border: 1px solid transparent;
}

.faq-section-home13 .accordion-box .block .acc-btn{
	color: #202327;
	border-left: 2px solid transparent;
}

.faq-section-home13 .accordion-box .block .acc-btn.active{

}

.faq-section-home13 .accordion-box .block .content .text{
	font-weight: 400;
	color: #717070;
}

.faq-section-home13 .accordion-box .block .acc-btn.active .icon-outer{

}

.faq-section-home13 .sec-title-two{
	margin-bottom: 48px;
}


/** clients-section-home13 **/

.clients-section-home13{
	position: relative;
	padding: 110px 0px 118px 0px;
}

.clients-section-home13 .clients-inner{
	position: relative;
	display: block;
	background-color: #fff;
	border: 1px solid #e9e4de;
	box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 10%);
	border-bottom: none;
	margin-bottom: 54px;
}

.clients-section-home13 .logo-list li{
	position: relative;
	display: inline-block;
	width: 25%;
	float: left;
}

.clients-section-home13 .logo-list li .clients-logo{
	position: relative;
	display: block;
	text-align: center;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-right: 1px solid #e9e4de;
	border-bottom: 1px solid #e9e4de;
}

.clients-section-home13 .logo-list li:nth-child(4) .clients-logo,
.clients-section-home13 .logo-list li:last-child .clients-logo{
	border-right: none;
}

.clients-section-home13 .logo-list img{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section-home13 .logo-list img:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.clients-section-home13 .more-links h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #21242d;
	text-transform: uppercase;
	font-weight: 600;
}

.clients-section-home13 .more-links h6 a{
	position: relative;
	display: inline-block;
	color: #21242d;
	padding-left: 30px;
	transition: all 500ms ease;
}

.clients-section-home13 .more-links h6 a:hover{

}

.clients-section-home13 .more-links h6 a i{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 24px;
	font-weight: 400;
}

.clients-section-home13 .sec-title-two{
	margin-bottom: 48px;
}


/** footer-style-13 **/

.footer-style-13{
	position: relative;
	background-color: #202327;
}

.footer-style-13 .footer-top{
	position: relative;
	background-color: #2a2e33;
	padding: 30px 40px;
}

.footer-style-13 .footer-top:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 6px;
	left: 0px;
	top: -6px;
}

.footer-style-13 .footer-top .logo-inner .footer-logo,
.footer-style-13 .footer-top .logo-inner .text{
	position: relative;
	display: inline-block;
	float: left;
}

.footer-style-13 .footer-top .logo-inner{
	position: relative;
	margin-top: 9px;
}

.footer-style-13 .footer-top .logo-inner .footer-logo{
	margin-right: 80px;
}


.footer-style-13 .footer-top .logo-inner .footer-logo:before{
	position: absolute;
	content: '';
	background-color: rgba(255, 255, 255, 0.20);
	width: 1px;
	height: 65px;
	top: -12px;
	right: -40px;
}

.footer-style-13 .footer-top .logo-inner .text h2{
	position: relative;
	font-size: 28px;
	line-height: 42px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.footer-style-13 .footer-top .subscribe-inner .form-group{
	position: relative;
	margin-bottom: 0px;
	padding-right: 180px;
}

.footer-style-13 .footer-top .subscribe-inner .form-group input[type='email']{
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 30px;
	padding: 10px 30px;
	padding-left: 70px;
	background-color: transparent;
	font-size: 16px;
	color: #9fa2a6;
	transition: all 500ms ease;
}

.footer-style-13 .footer-top .subscribe-inner .form-group input:focus{

}

.footer-style-13 .footer-top .subscribe-inner .form-group .icon{
	position: absolute;
	left: 42px;
	top: 17px;
	z-index: 1;
	font-size: 18px;
}

.btn-style-eight{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 15px 44.5px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    text-transform: uppercase;
    vertical-align: middle;
}

.btn-style-eight:hover{
	color: #fff;
}

.btn-style-eight:before{
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.btn-style-eight:hover:before{
	width: 100%;
}

.footer-style-13 .footer-top .subscribe-inner .form-group button{
	position: absolute;
	top: 0px;
	right: 0px;
}

.footer-style-13 .footer-widget .widget-title{
	position: relative;
	display: block;
	padding-bottom: 22px;
	margin-bottom: 35px;
}

.footer-style-13 .footer-widget h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.footer-style-13 .footer-widget .widget-title .decore{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 41px;
	height: 10px;
	background-repeat: no-repeat;
}

.footer-style-13 .widget-section{
	position: relative;
	padding: 95px 0px 80px 0px;
}

.footer-style-13 .about-widget .widget-content h3{
	margin-bottom: 12px;
	line-height: 32px;
}

.footer-style-13 .widget-section p{
	font-size: 16px;
	color: #9fa2a6;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
}

.footer-style-13 .about-widget p{
	margin-bottom: 33px;
}

.footer-style-13 .links-widget ul lili{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.footer-style-13 .links-widget ul li:last-child{
	margin-bottom: 0px;
}

.footer-style-13 .links-widget ul li a{
	font-size: 16px;
	color: #9fa2a6;
	font-size: 18px;
	line-height: 28px;
	padding-left: 26px;
}

.footer-style-13 .links-widget ul li a:hover{

}

.footer-style-13 .links-widget ul li a:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: 0px;
    top: 6px;
    border-radius: 0px;
    opacity: 1;
    background-color: #444950;
    transform: rotate(90deg);
    clip-path: polygon(0% 0%, 50% 0%, 150% 100%, -50% 100%, 50% 0%);
    transition: all 500ms ease;
}

.footer-style-13 .links-widget ul li a:after{
	display: none;
}

.footer-style-13 .links-widget .widget-title{
	margin-bottom: 31px;
}

.footer-style-13 .post-widget .post{
	position: relative;
	display: block;
	margin-bottom: 24px;
	padding-bottom: 22px;
	padding-left: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.footer-style-13 .post-widget .post:last-child{
	margin-bottom: 0px;
	border-bottom: none;
}

.footer-style-13 .post-widget .post .post-date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #9fa2a6;
	margin-bottom: 6px;
}

.footer-style-13 .post-widget .post h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
}

.footer-style-13 .post-widget .post h5 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.footer-style-13 .post-widget .post h5 a:hover{

}

.footer-style-13 .post-widget .more-links h6{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.footer-style-13 .post-widget .more-links h6 a{
	position: relative;
	display: inline-block;
	color: #fff;
	padding-left: 30px;
	transition: all 500ms ease;
}

.footer-style-13 .post-widget .more-links h6 a:hover{

}

.footer-style-13 .post-widget .more-links h6 a i{
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 24px;
	font-weight: 400;
}

.footer-style-13 .post-widget .post-inner{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.scroll-to-top.style-13{
	transform: rotate(0deg);
	background-color: transparent;
	font-size: 30px;
	border: solid;
	border-width: 2px;
	border-radius: 0px;
}

.footer-style-13 .footer-bottom{
	position: relative;
	width: 100%;
	background-color: #2a2e33;
	padding: 21px 0px;
	border: none;
}

.footer-style-13 .footer-bottom p,
.footer-style-13 .footer-bottom a{
	font-size: 16px;
	color: #9fa2a6;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
	transition: all 500ms ease;
}

.footer-style-13 .footer-bottom a:hover{

}

.footer-style-13 .footer-bottom .copyright{
	float: left;
}

.footer-style-13 .footer-bottom .footer-nav{
	float: right;
}

.footer-style-13 .footer-bottom .footer-nav li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.footer-style-13 .footer-bottom .footer-nav li:last-child{
	margin: 0px !important;
}

.footer-style-13 .footer-bottom .footer-nav li:before{
	position: absolute;
	content: '/';
	top: 1px;
	right: -14px;
	font-size: 18px;
	color: #9fa2a6;
}

.footer-style-13 .footer-bottom .footer-nav li:last-child:before{
	display: none;
}





/************* home-page-14 **************/



/** header-style-14 **/

.header-style-14{
	position: relative;
	background-color: #fff;
}

.header-top-14 .top-inner{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dbe3e6;
    padding: 11px 0px;
}

.header-top-14 .top-inner .info-box li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	color: #727b7f;
	text-transform: uppercase;
	margin-right: 18px;
}

.header-top-14 .top-inner .info-box li:last-child{
	margin: 0px !important;
}

.header-top-14 .top-inner .info-box li a{
	display: inline-block;
	color: #727b7f;
	font-family: 'Fira Sans', sans-serif;
	transition: all 500ms ease;
}

.header-top-14 .top-inner .info-box li a:hover{

}

.header-top-14 .top-inner .text{
	margin-bottom: 0px;
}

.header-top-14 .top-inner .text p{
	position: relative;
	display: block;
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	color: #727b7f;
	padding-left: 30px;
	margin-bottom: 0px;
}

.header-top-14 .top-inner .text p a{
	font-family: 'Fira Sans', sans-serif;
	color: #727b7f;
	transition: all 500ms ease;
}

.header-top-14 .top-inner .text p a:hover{

}

.header-top-14 .top-inner .text p i{
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 20px;
}

.header-top-14 .top-inner .language,
.header-top-14 .top-inner .search-btn{
	position: relative;
	display: inline-block;
	float: left;
}

.header-top-14 .top-inner .language li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	color: #727b7f;
	text-transform: uppercase;
	margin-right: 18px;
}

.header-top-14 .top-inner .language li a{
	font-family: 'Fira Sans', sans-serif;
	color: #727b7f;
}

.header-top-14 .top-inner .language li a.current{

}

.header-top-14 .top-inner .language li:last-child{
	margin: 0px !important;
}

.header-top-14 .top-inner .language{
	margin-right: 40px;
}

.header-top-14 .top-inner .language:before{
	position: absolute;
	content: '';
	background-color: #dbe3e6;
	width: 1px;
	height: 16px;
	top: 5px;
	right: -20px;
}

.header-top-14 .top-inner .search-btn button{
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #222;
	background: transparent;
	cursor: pointer;
	top: 3px;
	transition: all 500ms ease;
}

.header-top-14 .top-inner .search-btn button:hover{

}

.header-style-14 .header-upper{
	border-top: none;
}

.header-style-14 .outer-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;;
}

.header-style-14 .outer-box .main-menu .navigation{
	margin-top: 0px;
	margin-left: 0px;
}

.header-style-14 .logo-box .logo{
	padding: 25px 0px;
}

.header-style-14 .main-menu .navigation&gt;li.dropdown&gt;a:after{
	display: none;
}

.header-style-14 .main-menu .navigation&gt;li.current&gt;a,
.header-style-14 .main-menu .navigation&gt;li&gt;a:hover{

}

.header-style-14 .main-menu .navigation&gt;li&gt;ul&gt;li&gt;a:hover{

}

.header-style-14 .main-menu .navigation&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover{

}

.header-style-14 .nav-right .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-left: 0px !important;
}

.header-style-14 .nav-right .social-links li:last-child{
	margin: 0px !important;
}

.header-style-14 .social-links li a{
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: all 500ms ease;
}

.header-style-14 .social-links li a:hover{
	background-color: #222;
}

.header-style-14 .sticky-header{
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}


/** banner-style-14 **/

.banner-section-home14{
	position: relative;
}

.banner-section-home14 .slide-item{
	position: relative;
	padding: 120px 0px;
}

.banner-section-home14 .content-inner{
	position: relative;
	display: block;
	background-color: rgba(255, 255, 255, 0.92);
	padding: 73px 60px 80px 60px;
}

.btn-style-nine {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 0px;
    vertical-align: middle;
    background-color: transparent;
    background-size: 200% auto;
}

.btn-style-nine .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 13px 53px;
    font-weight: 600;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.btn-style-nine:hover .btn-title {
    color: #ffffff;
}

.btn-style-nine .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 0px;
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-nine:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.banner-section-home14 .content-inner h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.banner-section-home14 .content-inner h2{
	display: block;
	font-size: 60px;
	line-height: 70px;
	font-weight: 500;
	color: #133441;
	padding-bottom: 29px;
	margin-bottom: 42px;
}

.banner-section-home14 .content-inner h2:before{
	position: absolute;
	content: '';
	background-color: #133441;
	width: 80px;
	height: 3px;
	left: 0px;
	bottom: 0px;
}

.banner-section-home14 .content-inner p{
	position: relative;
	display: block;
	color: #727b7f;
	line-height: 28px;
	margin-bottom: 32px;
}

.banner-section-home14 .banner-carousel .content-inner{
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.banner-section-home14 .banner-carousel .active .content-inner{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}


.banner-section-home14 .owl-theme .owl-dots {
    display: none;
}

.banner-section-home14 .owl-theme .owl-nav {
    position: absolute;
    right: 375px;
    bottom: 98px;
    display: block;
    top: initial;
    left: inherit;
    width: auto;
}

.banner-section-home14 .owl-theme .owl-nav .owl-prev {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: -146px;
    height: 68px;
    width: 68px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.banner-section-home14 .owl-theme .owl-nav .owl-prev::after {
    font-family: Flaticon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    left: 0px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 24px;
    border-radius: 0px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner-section-home14 .owl-theme .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0px;
    height: 68px;
    width: 68px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.banner-section-home14 .owl-theme .owl-nav .owl-next::after {
    font-family: Flaticon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    right: 0px;
    color: #fff;
    border-radius: 0px;
    border: 2px solid #fff;
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.banner-section-home14 .owl-theme .owl-nav button:hover:after {
    
}


/** feature-section-home14 **/

.feature-section-home14{
	position: relative;
	padding: 114px 0px 113px 0px;
}

.sec-title-three{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.sec-title-three h2{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #133441;
	font-weight: 500;
	margin-bottom: 10px;
}

.sec-title-three p{
	font-size: 18px;
	line-height: 28px;
	color: #727b7f;
	margin-bottom: 0px;
}

.feature-section-home14 .feature-block .inner-box{
	position: relative;
	display: block;
	padding: 0px 30px;
}

.feature-section-home14 .feature-block .inner-box .icon-box{
	position: relative;
	display: inline-block;
	font-size: 80px;
	line-height: 80px;
	color: #aab2b6;
	margin-bottom: 28px;
	z-index: 1;
	transition: all 500ms ease;
}

.feature-section-home14 .feature-block .inner-box:hover .icon-box{

}

.feature-section-home14 .feature-block .inner-box .icon-box:before{
	position: absolute;
	content: '';
	background-color: #f0f6f8;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	top: 0px;
	left: 29px;
	z-index: -1;
}

.feature-section-home14 .feature-block .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #133441;
	margin-bottom: 14px;
}

.feature-section-home14 .feature-block .inner-box h3 a{
	display: inline-block;
	color: #133441;
	transition: all 500ms ease;
}

.feature-section-home14 .feature-block .inner-box h3 a:hover{

}

.feature-section-home14 .feature-block .inner-box p{
	font-size: 18px;
	line-height: 28px;
	color: #727b7f;
	margin-bottom: 0px;
}


/** service-section-home14 **/

.service-section-home14{
	position: relative;
}

.service-section-home14 .tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.service-section-home14 .tabs-box .tab.active-tab{
  display:block;  
}

.service-section-home14 .tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.service-section-home14 .tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.service-section-home14 .tab-btns{
	position: relative;
	width: 100%;
	background-color: #133441;
	padding: 20px 20px 17px 20px;
}

.service-section-home14 .tab-btn{
	position: relative;
	display: block;
	padding: 1px 10px 0px 90px;
	cursor: pointer;
	transition: all 500ms ease;
}

.service-section-home14 .tab-btn .icon-box{
	position: absolute;
	left: 20px;
	top: 0px;
	font-size: 45px;
	line-height: 45px;
}

.service-section-home14 .tab-btn span{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.service-section-home14 .tab-btn h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.service-section-home14 .tabs-content{
	position: relative;
	width: 100%;
	padding: 80px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-section-home14 .tabs-content .content-box{
	position: relative;
	display: block;
	background-color: #fff;
	max-width: 310px;
	width: 100%;
	margin: 0 auto;
	padding: 31px 30px 32px 40px;
}

.service-section-home14 .tabs-box{
	position: relative;
	width: 100%;
}

.service-section-home14 .tabs-box .line-box{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}

.service-section-home14 .tabs-box .line-box .line{
	position: absolute;
	top: 0px;
	left: 33.333%;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.20);
	z-index: 1;
}

.service-section-home14 .tabs-box .line-box .line-2{
	left: 66.666%;
}

.service-section-home14 .tabs-content .content-box p{
	font-size: 18px;
	line-height: 28px;
	color: #727b7f;
	margin-bottom: 19px;
}

.service-section-home14 .tabs-content .content-box .list li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #727b7f;
	margin-bottom: 8px;
}

.service-section-home14 .tabs-content .content-box .list li:last-child{
	margin-bottom: 0px;
}

.service-section-home14 .tabs-content .content-box .list{
	position: relative;
	display: block;
	margin-bottom: 27px;
}

.service-section-home14 .tabs-content .content-box h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #133441;
	text-transform: uppercase;
	font-weight: 600;
}

.service-section-home14 .tabs-content .content-box h6 a{
	position: relative;
	display: inline-block;
	color: #133441;
	padding-left: 30px;
	transition: all 500ms ease;
}

.service-section-home14 .tabs-content .content-box h6 a:hover{

}

.service-section-home14 .tabs-content .content-box a i{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 24px;
	font-weight: 400;
}

.service-section-home14 .big-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 240px;
  line-height: 200px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  text-align: center;
}

.process-section-two.home-14 .process-block-two h4{
	color: #133441;
}

.process-section-two.home-14 .process-block-two p{
	color: #727b7f;
}

.process-section-two.home-14 .process-block-two .text{
	color: #727b7f;
}

.process-section-two.home-14{
	padding: 114px 0px 84px 0px;
}


/** funfact-section-home14 **/

.funfact-section-home14{
	position: relative;
}

.funfact-section-home14 .inner-container{
	position: relative;
	width: calc(100% + 100px);
	padding: 0px 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: -50px;
}

.funfact-section-home14 .counter-block{
	position: relative;
	display: block;
	padding: 56px 0px 53px 135px;
}

.funfact-section-home14 .counter-block .icon-box{
	position: absolute;
	left: 30px;
	top: 60px;
	display: inline-block;
	width: 85px;
	height: 85px;
	line-height: 92px;
	font-size: 40px;
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
}

.funfact-section-home14 .counter-block .count-outer{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	margin-bottom: 6px;
}

.funfact-section-home14 .counter-block h3{
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.funfact-section-home14 .counter-column{
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.40);
}

.funfact-section-home14 .counter-column:last-child{
	border: none;
}


/** project-section-home14 **/

.project-section-home14{
	position: relative;
	padding: 114px 0px 120px 0px;
}

.project-section-home14 .project-block{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-section-home14 .project-block .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-section-home14 .project-block .image-box img{
	width: 100%;
}

.project-section-home14 .project-block .content-box{
	position: absolute;
	left: 20px;
	top: 50px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background-color: rgba(255, 255, 255, 0.94);
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.project-section-home14 .project-block:hover .content-box{
	top: 20px;
	opacity: 1;
	visibility: visible;
}

.project-section-home14 .project-block .content-box .view-btn{
	position: absolute;
	top: 20px;
	right: 20px;
}

.project-section-home14 .project-block .content-box .view-btn a{
	position: relative;
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 50px;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	z-index: 1;
	transition: all 500ms ease;
}

.project-section-home14 .project-block .content-box .view-btn a:hover{
	background-color: #133441;
}

.project-section-home14 .project-block .content-box .text{
	position: absolute;
	bottom: 22px;
	width: 100%;
	padding-left: 30px;
	padding-right: 20px;
	margin-bottom: 0px;
}

.project-section-home14 .project-block .content-box .text p{
	position: relative;
	margin-bottom: 3px;
}

.project-section-home14 .project-block .content-box .text h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #133441;
	margin-bottom: 0px;
}

.project-section-home14 .project-block .content-box .text h3 a{
	display: inline-block;
	color: #133441;
	transition: all 500ms ease;
}

.project-section-home14 .project-block .content-box .text h3 a:hover{

}

.project-section-home14 .owl-nav{
	display: none;
}

.project-section-home14 .owl-dots{
	position: relative;
	display: block !important;
	text-align: center;
	margin-top: 30px;
}

.project-section-home14 .owl-dots button{
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid #dbe3e6;
	border-radius: 0px;
	cursor: pointer;
	margin: 0px 6px;
	transition: all 500ms ease;
}

.project-section-home14 .owl-dots button.active{
	
}


/** cta-section-home14 **/

.cta-section-home14{
	position: relative;
}

.cta-section-home14 .inner-container{
	position: relative;
	padding: 55px 0px 54px 0px;
	border-top: 1px solid #dbe3e6;
	border-bottom: 1px solid #dbe3e6;
}

.cta-section-home14 .text{
	position: relative;
	display: block;
	padding-left: 85px;
	margin-bottom: 0px;
}

.cta-section-home14 .text .icon-box{
	position: absolute;
	left: 0px;
	top: 4px;
	font-size: 60px;
	line-height: 60px;
}

.cta-section-home14 .text h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	color: #133441;
	margin-bottom: 2px;
}

.cta-section-home14 .text p{
	position: relative;
	display: block;
	font-size: 18px;
	color: #727b7f;
	margin-bottom: 0px;
}

.cta-section-home14 .btn-box{
	margin-top: 8px;
}


/** chooseus-section-home14 **/

.chooseus-section-home14{
	position: relative;
	padding: 120px 0px;
}

.chooseus-section-home14 .video-inner{
	position: relative;
	width: 100%;
	padding: 293px 0px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.chooseus-section-home14 .video-inner .video-btn a{
	position: relative;
	display: inline-block;
}

.chooseus-section-home14 .video-inner .video-btn a:before,
.chooseus-section-home14 .video-inner .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.chooseus-section-home14 .video-inner .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.chooseus-section-home14 .content-box .single-item{
	position: relative;
	display: block;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, 15%);
	padding: 36px 30px 33px 145px;
	min-height: 164px;
}

.chooseus-section-home14 .content-box .single-item:last-child{
	margin-bottom: 0px;
}

.chooseus-section-home14 .content-box .single-item .icon-box{
	position: absolute;
	left: 30px;
	top: 40px;
	width: 84px;
	height: 84px;
	line-height: 92px;
	font-size: 50px;
	color: #fff;
	text-align: center;
	z-index: 1;
}

.chooseus-section-home14 .content-box .single-item .icon-box:before{
	position: absolute;
	content: '';
	background-color: #719fb1;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.chooseus-section-home14 .content-box .single-item h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #133441;
	margin-bottom: 9px;
}

.chooseus-section-home14 .content-box .single-item p{
	font-size: 18px;
	line-height: 28px;
	color: #727b7f;
	margin-bottom: 0px;
}

.chooseus-section-home14 .content-box .sec-title-three{
	margin-bottom: 43px;
}

.chooseus-section-home14 .content-box{
	margin-top: -5px;
}


/** team-section-home14 **/

.team-section-home14{
	position: relative;
}

.team-section-home14 .team-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.team-section-home14 .team-block .inner-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #133441;
}

.team-section-home14 .team-block .inner-box .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.10) 50%, rgba(0,0,0,0.7) 100%);
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    transition: all 1500ms ease;
}

.team-section-home14 .team-block .inner-box:hover .image:before{
	opacity: 0;
}

.team-section-home14 .team-block .inner-box .image img{
	width: 100%;
	transition: all 500ms ease;
}

.team-section-home14 .team-block .inner-box:hover .image img{
	opacity: 0.1;
}

.team-section-home14 .team-block .inner-box .content-box{
	position: absolute;
	left: 0px;
	bottom: 10px;
	padding: 0px 30px;
	width: 100%;
	z-index: 2;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option,
.team-section-home14 .team-block .inner-box .content-box .other-option .mail-box{
	position: relative;
	display: inline-block;
	float: left;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option{
	margin-right: 10px;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-icon,
.team-section-home14 .team-block .inner-box .content-box .other-option .mail-box a{
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	transition: all 500ms ease;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-icon:hover,
.team-section-home14 .team-block .inner-box .content-box .other-option .mail-box a:hover{
	
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-links{
	position: absolute;
    left: 0px;
    bottom: 45px;
    width: 113px;
    background: #fff;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: rgb(0 0 0 / 8%) 0px 10px 50px 0px;
    box-shadow: rgb(0 0 0 / 8%) 0px 10px 50px 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option:hover .share-links{
	visibility: visible;
	opacity: 1;
	bottom: 55px;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-links:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 10px;
	height: 10px;
	left: 16px;
	bottom: -5px;
	transform: rotate(45deg);
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-links li{
	position: relative;
	display: inline-block;
	float: left;
	width: 33.333%;
	line-height: 20px;
	border-right: 1px solid #d9cec7;
	text-align: center;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-links li:last-child{
	border-right: none;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-links li a{
	font-size: 14px;
	line-height: 20px;
	color: #133441;
	transition: all 500ms ease;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-links li a:hover{

}

.team-section-home14 .team-block .inner-box .content-box .other-option{
	position: relative;
	display: block;
	padding-bottom: 25px;
	border-bottom: 1px solid #727272;
	margin-bottom: 21px;
}

.team-section-home14 .team-block .inner-box .content-box .text h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.team-section-home14 .team-block .inner-box .content-box .text h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.team-section-home14 .team-block .inner-box .content-box .text h3 a:hover{

}

.team-section-home14 .team-block .inner-box .content-box .text .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
}

.team-section-home14 .sec-title-three{
	margin-bottom: 40px;
}

.team-section-home14 .more-btn{
	margin-top: 50px;
}


/** testimonial-section-home14 **/

.testimonial-section-home14{
	position: relative;
	padding: 114px 0px 60px 0px;
}

.testimonial-section-home14 .testimonial-block{
	position: relative;
	display: block;
	background-color: #f0f6f8;
	padding: 0px 50px 43px 50px;
	border-right: 1px solid #dbe3e6;
}

.testimonial-section-home14 .theme_carousel{
	position: relative;
}

.testimonial-section-home14 .theme_carousel:before{
	position: absolute;
	content: '';
	background-color: #f0f6f8;
	width: 1px;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.testimonial-section-home14 .testimonial-block .testimonial-thumb{
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	background-color: #fff;
	padding: 4px;
	border-radius: 50%;
	margin-bottom: 19px;
	margin-top: -48px;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
}

.testimonial-section-home14 .testimonial-block .testimonial-thumb img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-section-home14 .slide{
	margin-top: 60px;
}

.testimonial-section-home14 .testimonial-block h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #133441;
	margin-bottom: 0px;
}

.testimonial-section-home14 .testimonial-block .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 16px;
}

.testimonial-section-home14 .testimonial-block p{
	font-size: 18px;
	line-height: 28px;
	color: #727b7f;
	margin-bottom: 0px;
}

.testimonial-section-home14 .sec-title-three{
	margin-bottom: 40px;
}


/** clients-section-home14 **/

.clients-section-home14{
	position: relative;
	padding-bottom: 120px;
}


.clients-section-home14 .clients-logo img{
	position: relative;
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
  filter: grayscale(100%);
  min-height: 46px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section-home14 .clients-logo img:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.clients-section-home14 .clients-logo{
	position: relative;
	display: block;
	padding: 20px 0px;
}

.clients-section-home14 .clients-logo:before{
	position: absolute;
	content: '';
	background-color: #dbe3e6;
	width: 1px;
	height: 85px;
	top: 0px;
	right: -15px;
}

.scroll-to-top.style-14{
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
	font-size: 30px;
	transform: rotate(0deg);
}

.scroll-to-top.style-14:hover{
	color: #fff;
	box-shadow: none;
}


/** footer-style-14 **/

.footer-style-14{
	position: relative;
	background-color: #133441;
}

.footer-style-14 .footer-top{
	position: relative;
	padding: 100px 0px 92px 0px;
}

.footer-style-14 .footer-bottom{
	position: relative;
	width: 100%;
	background-color: #102d38;
	padding: 21px 0px;
	border: none;
}

.footer-style-14 .footer-bottom p,
.footer-style-14 .footer-bottom a{
	font-size: 16px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
	transition: all 500ms ease;
}

.footer-style-14 .footer-bottom a:hover{

}

.footer-style-14 .footer-bottom .copyright{
	float: left;
}

.footer-style-14 .footer-bottom .footer-nav{
	float: right;
}

.footer-style-14 .footer-bottom .footer-nav li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.footer-style-14 .footer-bottom .footer-nav li:last-child{
	margin: 0px !important;
}

.footer-style-14 .footer-bottom .footer-nav li:before{
	position: absolute;
	content: '/';
	top: 1px;
	right: -14px;
	font-size: 18px;
	color: #9fa2a6;
}

.footer-style-14 .footer-bottom .footer-nav li:last-child:before{
	display: none;
}

.footer-style-14 .footer-top .upper-box{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.footer-style-14 .footer-top .upper-box .icon-box{
	position: relative;
	display: inline-block;
	font-size: 50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	margin-bottom: 25px;
}

.footer-style-14 .footer-top .upper-box h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 28px;
}

.footer-style-14 .footer-top .info-box{
	position: relative;
	display: block;
}

.footer-style-14 .footer-top .info-box:before{
	position: absolute;
	content: '';
	background-color: #214959;
	width: 1px;
	height: 50px;
	top: 4px;
	right: -15px;
}

.footer-style-14 .footer-top .info-column:last-child .info-box:before{
	display: none;
}

.footer-style-14 .footer-top .info-box h6{
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 7px;
}

.footer-style-14 .footer-top .info-box p{
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px;
}

.footer-style-14 .footer-top .info-box p a{
	color: #fff;
	transition: all 500ms ease;
}

.footer-style-14 .footer-top .info-box p a:hover{

}

.footer-style-14 .footer-top .info-inner{
	position: relative;
	display: block;
	padding-bottom: 53px;
	margin-bottom: 53px;
	border-bottom: 1px solid #214959;
}

.footer-style-14 .footer-top .footer-menu li{
	position: relative;
	display: inline-block;
	margin: 0px 20px;
}

.footer-style-14 .footer-top .footer-menu li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	transition: all 500ms ease;
}

.footer-style-14 .footer-top .footer-menu li a:hover{

}




/** header-style-15 **/

.header-style-15{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: transparent;
}

.header-style-15 .header-inner{
	position: relative;
	padding: 40px 100px 0px 100px;
}

.header-style-15 .header-inner .outer-box{
	position: relative;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 6px;
}

.header-style-15 .header-upper{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: none;
    padding: 0px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.header-style-15 .main-menu .navigation{
	margin: 0px;
}

.header-style-15 .main-menu .navigation&gt;li&gt;a{
	color: #fff;
}

.header-style-15 .header-upper .logo-box .logo{
	padding: 28px 0px;
}

.header-style-15 .nav-right .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-left: 0px !important;
}

.header-style-15 .nav-right .social-links li:last-child{
	margin: 0px !important;
}

.header-style-15 .nav-right .social-links li a{
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #131821;
	text-align: center;
	border-radius: 5px;
}

.header-style-15 .nav-right .social-links li a:hover{
	background-color: #fff;
}

.header-style-15 .header-lower {
	position: relative;
	padding: 0px 40px;
}

.header-style-15 .header-lower .left-column{
	position: relative;
	float: left;
}

.header-style-15 .header-lower .right-column{
	position: relative;
	float: right;
}

.header-style-15 .header-lower .info li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 48px;
	margin-right: 40px;
	color: #a7adb7;
	padding-left: 30px;
}

.header-style-15 .header-lower .info li:before{
	position: absolute;
	content: '';
	background-color: rgba(255, 255, 255, 0.20);
	width: 1px;
	height: 100%;
	top: 0px;
	right: -20px;
}

.header-style-15 .header-lower .info li:last-child:before{
	display: none;
}

.header-style-15 .header-lower .info li:last-child{
	margin: 0px !important;
}

.header-style-15 .header-lower .info li a{
	display: inline-block;
	color: #a7adb7;
	transition: all 500ms ease;
}

.header-style-15 .header-lower .info li i{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 20px;
}

.header-style-15 .header-lower .info li a:hover{

}

.header-style-15 .header-lower .right-column .info li i{
	top: 14px;
}

.header-style-15 .header-lower .right-column .info li a span{
	font-weight: 600;
	color: #fff;
	transition: all 500ms ease;
}

.header-style-15 .header-lower .right-column .info li a:hover span{

}

.header-style-15 .sticky-header .header-upper{
	border-bottom: none !important;
}

.header-style-15 .sticky-header{
	background-color: #131821;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.header-style-15 .nav-outer{
	position: relative;
	padding-right: 20px;
}

.header-style-15 .nav-outer .search-btn{
	position: absolute;
	top: 18px;
	right: 0px;
}

.header-style-15 .nav-outer .search-btn button{
	position: relative;
	display: inline-block;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	background-color: transparent;
	transition: all 500ms ease;
}

.header-style-15 .nav-outer .search-btn button:hover{

}

.header-style-15 .main-menu .navigation&gt;li.dropdown&gt;a:after{
	display: none;
}

.header-style-15 .main-menu .navigation&gt;li{
	margin-right: 30px;
}

.header-style-15 .main-menu .navigation&gt;li.current&gt;a,
.header-style-15 .main-menu .navigation&gt;li&gt;a:hover{

}



.btn-style-ten {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #131821;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
    background-size: 200% auto;
}

.btn-style-ten .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 13px 43px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    overflow: hidden;
}

.btn-style-ten:hover .btn-title {
    color: #ffffff;
}

.btn-style-ten .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #131821;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-ten:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}


/** banner-style-15 **/


.banner-section-home15 .banner-carousel .slide-item{
	padding: 378px 0px 207px 0px;
}

.banner-section-home15 .banner-carousel .slide-item:before{
	position: absolute;
	content: '';
	background-color: #131821;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.8;
	z-index: 1;
}

.banner-section-home15 .banner-carousel .content-box{
	position: relative;
	display: block;
	width: 100%;
	min-height: auto;
	padding: 0px;
}

.banner-section-home15 .banner-carousel .content-box h2{
	padding-bottom: 0px;
	font-size: 100px;
	line-height: 100px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 9px;
}

.banner-section-home15 .banner-carousel .content-box h2:before,
.banner-section-home15 .banner-carousel .content-box h2:after{
	display: none;
}

.banner-section-home15 .banner-carousel .content-box h3{
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 21px;
}

.banner-section-home15 .banner-carousel .content-box p{
	font-size: 18px;
	line-height: 28px;
	color: #a7adb7;
	margin-bottom: 43px;
}

.banner-section-home15 .banner-carousel .content-box h2 {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.banner-section-home15 .banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-section-home15 .banner-carousel .content-box p {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #a7adb7;
    margin-bottom: 43px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section-home15 .banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-section-home15 .owl-theme .owl-nav .owl-prev::after{
	content: "\f101";
	border-radius: 5px;
}

.banner-section-home15 .owl-theme .owl-nav .owl-next::after{
	content: "\f101";
	border-radius: 5px;
}

.banner-section-home15 .owl-theme .owl-nav .owl-prev:hover::after,
.banner-section-home15 .owl-theme .owl-nav .owl-next:hover::after{
	color: #fff;
}

.banner-section-home15 .owl-theme .owl-nav{
	top: 59%;
}


/** service-section-home15 **/

.service-section-home15{
	position: relative;
	padding: 105px 0px 110px 0px;
	background-color: #131821;
}

.sec-title-four{
	position: relative;
	display: block;
	padding-bottom: 24px;
	margin-bottom: 60px;
}

.sec-title-four h2{
	display: block;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: #131821;
}

.sec-title-four:before{
	position: absolute;
	content: '';
	width: 60px;
	height: 6px;
	left: 0px;
	bottom: 0px;
	border-radius: 3px;
}

.sec-title-four.text-center:before{
	left: 50%;
	transform: translateX(-50%);
}

.sec-title-four.light h2{
	color: #fff;
}

.service-section-home15 .service-block .inner-box{
	position: relative;
	display: block;
	border-radius: 5px;
	border: 1px solid #2b3038;
	padding: 30px 30px 21px 30px;
	overflow: hidden;
}

.service-section-home15 .service-block .inner-box .shape-1{
	position: absolute;
	top: -55px;
	right: -70px;
	width: 180px;
	height: 160px;
	background-color: #1e232c;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
    transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box .shape-2{
	position: absolute;
	top: 0px;
	right: 95px;
	width: 80px;
	height: 68px;
	background-color: #1e232c;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
    transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box .shape-3{
	position: absolute;
	top: 0px;
	right: 36px;
	width: 64px;
	height: 55px;
	opacity: 0.67;
    clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
    transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box:hover .shape-1,
.service-section-home15 .service-block .inner-box:hover .shape-2,
.service-section-home15 .service-block .inner-box:hover .shape-3{
	opacity: 0;
}

.service-section-home15 .service-block .inner-box .icon-box{
	position: relative;
	display: inline-block;
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 13px;
}

.service-section-home15 .service-block .inner-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #a7adb7;
	margin-bottom: 7px;
}

.service-section-home15 .service-block .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 29px;
	margin-bottom: 23px;
}

.service-section-home15 .service-block .inner-box h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box h3 a:hover{

}

.service-section-home15 .service-block .inner-box h3:before{
	position: absolute;
	content: '';
	border: 1px dashed #525967;
	left: 0px;
	bottom: 5px;
	width: 100%;
	height: 1px;
}

.service-section-home15 .service-block .inner-box h3:after{
	position: absolute;
	content: '';
	border: 1px dashed #525967;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
}

.service-section-home15 .service-block .inner-box .link-btn a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	color: #a7adb7;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 16px;
	transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box .link-btn a:hover{
	color: #fff;
}


.service-section-home15 .service-block .inner-box .link-btn a:hover{
	padding-left: 40px;
}

.service-section-home15 .service-block .inner-box .link-btn a:before{
	position: absolute;
	content: '';
	width: 10px;
	height: 1px;
	left: 0px;
	top: 12px;
	transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box .link-btn a:hover:before{
	width: 20px;
}

.service-section-home15 .service-block .inner-box .link-btn a i{
	position: absolute;
	left: 21px;
	top: 3px;
	font-size: 14px;
	opacity: 0;
	transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box .link-btn a:hover i{
	opacity: 1;
}

.service-section-home15 .service-block .inner-box .bg-layer{
	position: absolute;
	left: -100%;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box:hover .bg-layer{
	left: 0px;
}

.service-section-home15 .service-block .inner-box .bg-layer:before{
	position: absolute;
	content: '';
	background-color: #131821;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.94;
}

.service-section-home15 .more-text{
	position: relative;
	display: block;
	margin-top: 55px;
}

.service-section-home15 .more-text h5{
	font-size: 20px;
	line-height: 28px;
	color: #a7adb7;
}

.service-section-home15 .more-text h5 a{
	color: #a7adb7;
	border-bottom: 1px dashed #a7adb7;
	transition: all 500ms ease;
}

.service-section-home15 .more-text h5 a:hover{

}


/** about-section-home15 **/

.about-section-home15{
	position: relative;
	padding: 110px 0px;
}

.about-section-home15 .image-box{
	position: relative;
	display: block;
	padding-right: 140px;
	padding-top: 50px;
	margin-right: 20px;
}

.about-section-home15 .image-box .image{
	position: relative;
	display: block;
	border-radius: 6px;
	overflow: hidden;
}

.about-section-home15 .image-box .image img{
	width: 100%;
	border-radius: 6px;
}

.about-section-home15 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg); 
}

.about-section-home15 .image-box:hover .image:before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

.about-section-home15 .image-box .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(100% - 140px);
	height: calc(100% - 50px);
	border-radius: 6px;
}

.about-section-home15 .image-box .text{
	position: absolute;
	top: 250px;
	right: -160px;
	transform: rotate(90deg);
	margin-bottom: 0px;
}

.about-section-home15 .image-box .text h2{
	font-size: 44px;
	line-height: 50px;
	font-weight: 600;
	color: #131821;
	text-transform: uppercase;
}

.about-section-home15 .progress-box{
	position:relative;
	display:block;
	width:100%;
	padding-left: 80px;
	margin-bottom: 51px;
}

.about-section-home15 .progress-box:last-child{
	margin-bottom: 0px;
}

.about-section-home15 .progress-box .bar{
	position:relative;
	width:100%;
	height:3px;
	background:#e9e9e9;
	border-radius:0px;
	margin-bottom:20px;
}

.about-section-home15 .progress-box .bar-inner{
	position:relative;
	display:block;
	width:0px;
	height:3px;
	border-radius:3px;
	-webkit-transition:all 1500ms ease;
	-ms-transition:all 1500ms ease;
	-o-transition:all 1500ms ease;
	-moz-transition:all 1500ms ease;
	transition:all 1500ms ease;	
}

.about-section-home15 .progress-box .bar-inner:before{
	position: absolute;
	content: '';
	border: dashed;
	border-width: 3px;
	border-color: #fff;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.about-section-home15 .progress-box .bar-inner:after{
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: -5px;
	right: -3px;
	box-shadow: 0px 0px 0px 4px #ffe5b2;
}

.about-section-home15 .progress-box .count-text{
	position:absolute;
	left: 0px;
	top: 0px;
	width:54px;
	height:54px;
	font-family: 'Fira Sans', Sans-serif;
	line-height:54px;
	background: #f4f4f4;
	color: #131821;
	font-size:16px;
	font-weight:600;
	border-radius:5px;
	text-align:center;	
}

.about-section-home15 .progress-box h5{
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #131821;
	margin-bottom: 20px;
}

.about-section-home15 .progress-inner h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 27px;
}

.about-section-home15 .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.about-section-home15 .content-box .text p{
	color: #727580;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 0px;
}

.about-section-home15 .progress-inner{
	position: relative;
	display: block;
	margin-bottom: 52px;
}

.about-section-home15 .sec-title-four{
	margin-bottom: 40px;
}

.about-section-home15 .content-box .author-box{
	position: relative;
	display: block;
}

.about-section-home15 .content-box .author-box .author,
.about-section-home15 .content-box .author-box .signature{
	position: relative;
	float: left;
}

.about-section-home15 .content-box .author-box .signature{
	top: -4px;
}

.about-section-home15 .content-box .author-box .author{
	margin-right: 60px;
	padding-left: 80px;
	padding-bottom: 5px;
}

.about-section-home15 .content-box .author-box .author .author-thumb{
	position: absolute;
	left: 0px;
	top: -4px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.about-section-home15 .content-box .author-box .author .author-thumb img{
	width: 100%;
	border-radius: 50%;
}

.about-section-home15 .content-box .author-box .author h4{
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #131821;
	font-weight: 500;
	margin-bottom: 0px;
}

.about-section-home15 .content-box .author-box .author .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

.about-section-home15 .content-box .author-box .author:before{
	position: absolute;
	content: '';
	background-color: #ece9e4;
	width: 1px;
	height: 60px;
	top: -4px;
	right: -30px;
}


/** chooseus-section-home15 **/

.chooseus-section-home15{
	position: relative;
	background-color: #131821;
	padding: 105px 0px 80px 0px;
}

.chooseus-section-home15 .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(50% + 250px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.chooseus-section-home15 .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(50% - 250px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.chooseus-section-home15 .single-item{
	position: relative;
	display: block;
	border: 1px solid #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px 30px 22px 30px;
	transition: all 500ms ease;
}

.chooseus-section-home15 .single-item:hover{
	border-color: rgb(255, 255, 255, 15%);
}

.chooseus-section-home15 .single-item:before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
	transition: all 500ms ease;
}

.chooseus-section-home15 .single-item:hover:before{
	height: 0%;
}

.chooseus-section-home15 .single-item .upper{
	position: relative;
	display: block;
	padding-left: 72px;
	margin-bottom: 13px;
	min-height: 65px;
}

.chooseus-section-home15 .single-item .upper .icon-box{
	position: absolute;
	left: 0px;
	top: 4px;
	width: 52px;
	height: 52px;
	line-height: 56px;
	background-color: #131821;
	font-size: 30px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	transition: all 500ms ease;
}

.chooseus-section-home15 .single-item:hover .upper .icon-box{

}

.chooseus-section-home15 .single-item .upper h3{
	display: block;
	font-size: 22px;
	line-height: 32px;
	color: #131821;
	font-weight: 600;
	margin-bottom: 0px;
	transition: all 500ms ease;
}

.chooseus-section-home15 .single-item:hover .upper h3{
	color: #fff;
}

.chooseus-section-home15 .single-item .text{
	position: relative;
	display: block;
	margin-bottom: 0px;
}

.chooseus-section-home15 .single-item .text p{
	margin-bottom: 0px;
	color: #72757f;
	font-size: 18px;
	line-height: 28px;
	transition: all 500ms ease;
}

.chooseus-section-home15 .single-item:hover .text p{
	color: #a7adb7;
}


/** project-section-home15 **/

.project-section-home15{
	position: relative;
	padding: 105px 0px 110px 0px;
}

.project-section-home15 .project-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.project-section-home15 .project-block .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-section-home15 .project-block .inner-box .image-box img{
	width: 100%;
	filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-section-home15 .project-block .inner-box:hover .image-box img{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);

}

.project-section-home15 .project-block .inner-box .text{
	position: absolute;
	left: 20px;
	bottom: 0px;
	width: calc(100% - 40px);
	background-color: #131821;
	padding: 12px 20px;
	border-radius: 5px;
	margin-bottom: 0px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.project-section-home15 .project-block .inner-box:hover .text{
	opacity: 1;
	visibility: visible;
	bottom: 20px;
}

.project-section-home15 .project-block .inner-box .text p{
	font-size: 18px;
	line-height: 28px;
	color: #a7adb7;
	margin-bottom: 3px;
}

.project-section-home15 .project-block .inner-box h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}

.project-section-home15 .project-block .inner-box h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.project-section-home15 .project-block .inner-box h3 a:hover {

}

.project-section-home15 .more-btn{
	position: relative;
	display: block;
	margin-top: 60px;
}


/** video-section-home15 **/

.video-section-home15{
	position: relative;
	padding-top: 110px;
}

.video-section-home15 .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: calc(100% - 110px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.video-section-home15 .inner-box{
	position: relative;
	display: block;
	width: 100%;
	padding: 80px 50px 80px 50px;
	border-radius: 5px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.video-section-home15 .inner-box:before{
	position: absolute;
	content: '';
	background-color: #131821;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.95;
}

.video-section-home15 .inner-box h2{
	font-size: 46px;
	line-height: 54px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 38px;
}

.video-section-home15 .inner-box .btn-style-ten .btn-title::before{
	background-color: #fff;
}

.video-section-home15 .inner-box .btn-style-ten:hover .btn-title{
	color: #131821 !important;
}

.video-section-home15 .inner-box .video-box {
    position: relative;
    display: inline-block;
    width: 142px;
    height: 142px;
    text-align: center;
    margin-bottom: 35px;
}

.video-section-home15 .inner-box .video-box a {
    color: #fff;
}

.video-section-home15 .inner-box .play-icon {
    position: absolute;
    top: 53%;
    left: 53%;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 33px;
}

.video-section-home15 .inner-box .curved-circle {
    position: absolute;
    top: -10px;
    left: 0;
    width: 142px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--fira-sans);
    transform: rotate(180deg);
}

.video-section-home15 .inner-box .curved-circle:before{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 69px;
	bottom: 9px;
}


/** team-section-home15 **/

.team-section-home15{
	position: relative;
	padding: 105px 0px 110px 0px;
}

.team-section-home15 .team-block{
	position: relative;
	padding-right: 25px;
	text-align: center;
}

.team-section-home15 .team-block .inner-box{
	position: relative;
	display: block;
	background-color: #fff;
	max-width: 245px;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
	padding: 30px 15px 25px 15px;
}

.team-section-home15 .team-block .inner-box:before{
	position: absolute;
	content: '';
	background-color: #131821;
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	border-radius: 6px;
	transition: all 500ms ease;
}

.team-section-home15 .team-block:hover .inner-box:before{
	height: 100%;
	top: 0px;
}

.team-section-home15 .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.team-section-home15 .owl-carousel .owl-stage-outer .owl-item{
	opacity: 0;
}

.team-section-home15 .owl-carousel .owl-stage-outer .owl-item.active{
	opacity: 1;
}

.team-section-home15 .team-block .inner-box .image-box{
	position: relative;
	display: inline-block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin-bottom: 13px;
}

.team-section-home15 .team-block .inner-box .image-box img{
	width: 100%;
	border-radius: 50%;
	transition: all 500ms ease;
	filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.team-section-home15 .team-block:hover .inner-box .image-box img{
	filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.team-section-home15 .team-block .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 0px;
}

.team-section-home15 .team-block .inner-box h3 a{
	position: relative;
	display: inline-block;
	color: #131821;
	transition: all 500ms ease;
}

.team-section-home15 .team-block:hover .inner-box h3 a{
	color: #fff;
}

.team-section-home15 .team-block .inner-box .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #72757f;
	transition: all 500ms ease;
}

.team-section-home15 .team-block:hover .inner-box .designation{

}

.team-section-home15 .team-block .inner-box .other-option{
	position: absolute;
	right: -25px;
	bottom: 45px;
	background-color: #fff;
	width: 50px;
	text-align: center;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
	border-radius: 30px;
}

.team-section-home15 .team-block .inner-box .other-option &gt; li{
	position: relative;
	display: block;
	text-align: center;
	padding: 14px 0px;
	color: #b6b9c1;
	cursor: pointer;
	transition: all 500ms ease;
}

.team-section-home15 .team-block .inner-box .other-option &gt; li a{
	color: #b6b9c1;
	transition: all 500ms ease;
}

.team-section-home15 .team-block .inner-box .other-option &gt; li a:hover{

}

.team-section-home15 .team-block .inner-box .other-option &gt; li:before{
	position: absolute;
	content: '';
	background-color: #e9e9e9;
	width: 34px;
	height: 1px;
	left: 8px;
	bottom: 0px;
}

.team-section-home15 .team-block .inner-box .other-option &gt; li:last-child:before{
	display: none;
}

.team-section-home15 .team-block .inner-box .other-option .share-links{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 10px;
	right: 50px;
	width: 100px;
	padding: 5px 0px;
	background-color: #fff;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
	transition: all 500ms ease;
}

.team-section-home15 .team-block .inner-box .other-option .share-option:hover .share-links{
	visibility: visible;
	opacity: 1;
	right: 60px;
}

.team-section-home15 .team-block .inner-box .other-option .share-links:before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 10px;
	height: 10px;
	top: 14px;
	right: -4px;
	transform: rotate(45deg);
}

.team-section-home15 .team-block .inner-box .other-option .share-links li{
	width: 33.333%;
}

.team-section-home15 .team-block .inner-box .other-option .share-links li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #b6b9c1;
	transition: all 500ms ease;
}

.team-section-home15 .team-block .inner-box .other-option .share-links li a:hover{

}

.team-section-home15 .owl-theme .owl-dots {
    display: none;
}

.team-section-home15 .owl-theme .owl-nav {
    position: absolute;
    top: -115px;
    right: 0px;
    display: block;
}

.team-section-home15 .owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 56px;
    width: 56px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 8%);
    margin-right: 10px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.team-section-home15 .owl-theme .owl-nav .owl-prev::after {
    font-family: Flaticon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    left: 0px;
    color: #22262f;
    font-size: 20px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.team-section-home15 .owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0);
    background: #fff;
    font-size: 0px;
    opacity: 1;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 8%);
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.team-section-home15 .owl-theme .owl-nav .owl-next::after {
    font-family: Flaticon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    right: 0px;
    color: #22262f;
    font-size: 20px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
}

.team-section-home15 .owl-theme .owl-nav button:hover {
    
}

.team-section-home15 .owl-theme .owl-nav button:hover:after {
    
}


/** testimonial-home-15 **/

.testimonial-home-15{
	position: relative;
	background-color: #f4f4f4;
	padding: 105px 0px 110px 0px;
}

.testimonial-home-15 .inner-box{
	position: relative;
	display: block;
	background: #fff;
	padding: 46px 40px 42px 40px;
	margin-top: 45px;
	box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 8%);
	border-radius: 6px;
}

.testimonial-home-15 .inner-box .icon-box{
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 200px;
	line-height: 200px;
	color: #f4f4f4;
}

.testimonial-home-15 .inner-box .thumb-box{
	position: absolute;
	top: -45px;
	right: 40px;
	width: 90px;
	height: 90px;
	border: 4px solid #ffffff;
	border-radius: 50%;
}

.testimonial-home-15 .inner-box .thumb-box img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-home-15 .inner-box h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #131821;
	font-weight: 600;
	margin: 0px;
}

.testimonial-home-15 .inner-box .rating-box li{
	position: relative;
	display: inline-block;
	font-size: 14px;
}

.testimonial-home-15 .inner-box .rating-box{
	position: relative;
	margin-top: 4px;
	margin-bottom: 15px;
}

.testimonial-home-15 .inner-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #72757f;
	margin-bottom: 29px;
}

.testimonial-home-15 .inner-box h3 span{
	font-size: 18px;
	font-weight: 400;
}

.testimonial-home-15 .sec-title{
	margin-bottom: 38px;
}

.testimonial-home-15 .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.testimonial-home-15 .owl-carousel .owl-stage-outer .owl-item{
	opacity: 0;
}

.testimonial-home-15 .owl-carousel .owl-stage-outer .owl-item.active{
	opacity: 1;
}


/** pricing-section-home15 **/

.pricing-section-home15{
	position: relative;
	padding: 105px 0px 110px 0px;
}

.pricing-section-home15 .sec-title-four .theme-btn{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.pricing-section-home15 .pricing-table{
	position: relative;
	display: block;
	padding: 40px 30px 40px 30px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
}

.pricing-section-home15 .pricing-table .icon-box{
	position: relative;
	display: inline-block;
	margin-bottom: 26px;
}

.pricing-section-home15 .pricing-table .table-header h3{
	position: relative;
	display: block;
	font-size: 32px;
	line-height: 36px;
	color: #131821;
	font-weight: 800;
	margin-bottom: 5px;
}

.pricing-section-home15 .pricing-table .table-header span{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #72757f;
}

.pricing-section-home15 .pricing-table .table-header{
	position: relative;
	display: block;
	padding-bottom: 25px;
	margin-bottom: 33px;
}

.pricing-section-home15 .pricing-table .table-header:before{
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	left: 0px;
	bottom: 0px;
}

.pricing-section-home15 .pricing-table .table-content h2{
	position: relative;
	display: block;
	float: left;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	margin-right: 10px;
	padding-left: 20px;
}

.pricing-section-home15 .pricing-table .table-content span{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #72757f;
	float: left;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
	top: 11px;
}

.pricing-section-home15 .pricing-table .table-content h2 .symble{
	position: absolute;
	left: 0px;
	top: 10px;
	font-size: 34px;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
}

.pricing-section-home15 .pricing-table .table-content .price-box{
	position: relative;
	display: block;
	margin-bottom: 12px;
}

.pricing-section-home15 .pricing-table .table-content p{
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #131821;
	margin-bottom: 34px;
}

.pricing-section-home15 .pricing-table .table-content .pricing-btn{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Fira Sans' ,sans-serif;
	background-color: #131821;
	border-radius: 6px;
	text-align: center;
	padding: 12px 15px;
	transition: all 500ms ease;
}

.pricing-section-home15 .pricing-table .table-content .pricing-btn:hover{
	color: #131821;
}

.pricing-section-home15 .pricing-table.active{
	background-color: #131821;
}

.pricing-section-home15 .pricing-table.active .table-header h3{
	color: #fff;
}

.pricing-section-home15 .pricing-table.active .table-header span{
	color: #a5abb5;
}

.pricing-section-home15 .pricing-table.active .table-content span{
	color: #a5abb5;
}

.pricing-section-home15 .pricing-table.active .table-content p{
	color: #fff;
}

.pricing-section-home15 .pricing-table.active .table-content .pricing-btn{
	background-color: #fff;
}

.pricing-section-home15 .pricing-table.active .table-content .pricing-btn:hover{
	color: #131821;
}

.pricing-section-home15 .pricing-table .tags{
	position: absolute;
	top: 24px;
	right: -6px;
	height: 30px;
	padding: 0px 17px;
	text-align: center;
	transform: rotate(-90deg);
}

.pricing-section-home15 .pricing-table .tags h6{
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.pricing-section-home15 .pricing-table .tags .shape{
	position: absolute;
	content: '';
	background-color: #d78e00;
	width: 11px;
	height: 9px;
	right: 0px;
	top: -8px;
    clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.pricing-section-home15 .pricing-table .tags:before{
	position: absolute;
	content: '';
	width: 14px;
	height: 15px;
	left: -13px;
	top: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
}

.pricing-section-home15 .pricing-table .tags:after{
	position: absolute;
	content: '';
	width: 14px;
	height: 15px;
	left: -13px;
	bottom: 0px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}


/** news-section-home15 **/

.news-section-home15{
	position: relative;
	padding: 105px 0px 110px 0px;
	background-color: #131821;
}

.news-section-home15 .news-block .inner-box{
	position: relative;
	display: block;
	border-radius: 6px;
	background-color: #1e232c;
	border-top: solid;
	border-width: 3px;
	overflow: hidden;
	padding: 32px 30px 36px 30px;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box:before{
	position: absolute;
	content: '';
	border: solid;
	border-width: 3px;
	border-radius: 6px;
	left: 0px;
	top: -3px;
	height: 0%;
	width: 100%;
	opacity: 0;
	z-index: 1;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box:hover:before{
	height: calc(100% + 3px);
	opacity: 1;
}

.news-section-home15 .news-block .inner-box .upper{
	position: relative;
	display: block;
	margin-bottom: 30px;
	z-index: 2;
}

.news-section-home15 .news-block .inner-box .upper h2{
	position: relative;
	float: left;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
	margin-right: 13px;
}

.news-section-home15 .news-block .inner-box .upper span{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 26px;
	font-size: 'Fira Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	line-height: 20px;
	top: 5px;
}

.news-section-home15 .news-block .inner-box .post-thumb{
	position: absolute;
	top: 8px;
	right: 0px;
	border-radius: 50%;
}

.news-section-home15 .news-block .inner-box .post-thumb img{
	width: 100%;
	border-radius: 50%;
}

.news-section-home15 .news-block .inner-box .category a{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	color: #131821;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	border-radius: 5px;
	padding: 0px 22px;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box .category{
	position: relative;
	display: block;
	margin-bottom: 15px;
	z-index: 2;
}

.news-section-home15 .news-block .inner-box .category a:hover{
	background-color: #fff;
}

.news-section-home15 .news-block .inner-box .title{
	position: relative;
	display: block;
	padding-bottom: 27px;
	margin-bottom: 23px;
	z-index: 1;
}

.news-section-home15 .news-block .inner-box .title h3{
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	font-weight: 600;
}

.news-section-home15 .news-block .inner-box .title h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box .title h3 a:hover{

}

.news-section-home15 .news-block .inner-box .title .line{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 6px;
	background-size: cover;
	background-repeat: repeat-x;
}

.news-section-home15 .news-block .inner-box .lower-box .link{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	color: #a7adb7;
	font-weight: 600;
	padding-left: 16px;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box .lower-box .link:hover{
	color: #fff;
}


.news-section-home15 .news-block .inner-box .lower-box .link:hover{
	padding-left: 40px;
}

.news-section-home15 .news-block .inner-box .lower-box .link:before{
	position: absolute;
	content: '';
	width: 10px;
	height: 1px;
	left: 0px;
	top: 12px;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box .lower-box .link:hover:before{
	width: 20px;
}

.news-section-home15 .news-block .inner-box .lower-box .link i{
	position: absolute;
	left: 21px;
	top: 3px;
	font-size: 14px;
	opacity: 0;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box .lower-box .link:hover i{
	opacity: 1;
}

.news-section-home15 .news-block .inner-box .lower-box{
	position: relative;
	display: block;
	z-index: 2;
}

.news-section-home15 .news-block .inner-box .lower-box .comment{
	position: absolute;
	top: 4px;
	right: 0px;
	font-size: 16px;
	line-height: 26px;
	color: #999fa9;
	font-style: normal;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box .lower-box .comment i{
	margin-right: 8px;
}

.news-section-home15 .news-block .inner-box .lower-box .comment:hover{

}

.news-section-home15 .news-block .inner-box .bg-layer{
	position: absolute;
	left: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box .bg-layer:before{
	position: absolute;
	content: '';
	background-color: #131821;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.92;
}

.news-section-home15 .news-block .inner-box:hover .bg-layer{
	left: 0%;
}

.clients-section-home15{
	padding: 105px 0px 110px 0px;
}

.clients-section-home15 .clients-inner{
	box-shadow: none;
	margin-bottom: 0px;
}

.clients-section-home15 .text p{
	color: #72757f;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
}

.clients-section-home15 .text{
	position: relative;
	margin-bottom: 0px;
	margin-top: 10px;
}


/** contact-section-home15 **/

.contact-section-home15{
	position: relative;
	padding: 105px 0px 110px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.contact-section-home15 .form-group{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.contact-section-home15 .form-group:last-child{
	margin-bottom: 0px;
}

.contact-section-home15 .form-group label{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	color: #131821;
	margin-bottom: 5px;
}

.contact-section-home15 .form-group input[type='text'],
.contact-section-home15 .form-group input[type='email'],
.contact-section-home15 .form-group textarea{
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #f4f4f4;
	border-radius: 6px;
	border: 1px solid #f4f4f4;
	padding: 15px 20px;
	font-size: 18px;
	color: #727580;
	transition: all 500ms ease;
}

.contact-section-home15 .form-group textarea{
	display: block;
	resize: none;
	height: 207px;
}

.contact-section-home15 .form-inner{
	position: relative;
	background-color: #fff;
	padding: 45px 50px 50px 50px;
}

.contact-section-home15 .form-group .theme-btn{
	width: 100%;
}

.contact-section-home15 .form-group input:focus,
.contact-section-home15 .form-group textarea:focus{

}

.scroll-to-top.style-15 {
    background-color: transparent;
    border-radius: 5px;
    font-size: 30px;
    transform: rotate(0deg);
    border: solid;
    border-width: 1px;
}


/** footer-style-15 **/

.footer-style-15{
	background-color: #131821;
}

.footer-style-15 .footer-top{
	position: relative;
	padding: 106px 0px 100px 0px;
}

.footer-style-15 .widget-title{
	position: relative;
	display: block;
	margin-bottom: 23px;
}

.footer-style-15 .widget-title h3{
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.footer-style-15 .footer-top p{
	font-size: 18px;
	line-height: 28px;
	color: #a7adb7;
	margin-bottom: 0px;
}

.footer-style-15 .footer-top .about-widget h5{
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 7px;
	margin-top: 18px;
}

.footer-style-15 .footer-top .about-widget .email{
	position: relative;
	display: block;
	padding-left: 58px;
}

.footer-style-15 .footer-top .about-widget .email i{
	position: absolute;
	left: 0px;
	top: 8px;
	font-size: 40px;
}

.footer-style-15 .footer-top .about-widget .email p a{
	color: #a7adb7;
	transition: all 500ms ease;
}

.footer-style-15 .footer-top .about-widget .email p a:hover{

}

.footer-style-15 .links-widget .link-list li{
	position: relative;
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
}

.footer-style-15 .links-widget .link-list li a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	color: #a7adb7;
	padding-left: 17px;
	transition: all 500ms ease;
}

.footer-style-15 .links-widget .link-list li a:hover{

}

.footer-style-15 .links-widget .link-list li a:before{
	position: absolute;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	font-size: 16px;
	left: 0px;
	top: 0px;
	font-weight: 400;
	opacity: 1;
}

.footer-style-15 .gallery-widget .image-list{
	position: relative;
	display: block;
	margin: 0px -4.5px;
}

.footer-style-15 .gallery-widget .image-list li{
	position: relative;
	display: inline-block;
	float: left;
	margin: 0px 4.5px 12px 4.5px;
}

.footer-style-15 .gallery-widget .image-list li .image{
	position: relative;
	display: block;
	border-radius: 5px;
}

.footer-style-15 .gallery-widget .image-list li .image img{
	width: 100%;
	border-radius: 5px;
	transition: all 500ms ease;
}

.footer-style-15 .gallery-widget .image-list li .image:hover img{
	opacity: 0.3;
}

.footer-style-15 .gallery-widget .widget-title{
	margin-bottom: 32px;
}

.footer-style-15 .post-widget .post{
	position: relative;
	display: block;
	margin-bottom: 18px;
	padding: 0px;
}

.footer-style-15 .post-widget .post:last-child{
	margin-bottom: 0px;
}

.footer-style-15 .post-widget .post span{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #a7adb7;
	margin-bottom: 4px;
}

.footer-style-15 .post-widget .post h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.footer-style-15 .post-widget .post h5 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.footer-style-15 .post-widget .post h5 a:hover{

}

.footer-style-15 .footer-subscribe{
	position: relative;
}

.footer-style-15 .footer-subscribe:before{
	position: absolute;
	content: '';
	background-color: #1e232c;
	width: 100%;
	height: 50%;
	left: 0px;
	bottom: 0px;
}

.footer-style-15 .footer-subscribe .subscribe-inner{
	position: relative;
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	padding-left: 74px;
}

.footer-style-15 .footer-subscribe .subscribe-inner .icon-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 74px;
	height: 74px;
	line-height: 74px;
	font-size: 24px;
	color: #131821;
	text-align: center;
}

.footer-style-15 .footer-subscribe .subscribe-inner .form-group{
	position: relative;
	display: block;
	margin-bottom: 0px;
	padding-right: 300px;
}

.footer-style-15 .footer-subscribe .subscribe-inner .form-group .field-box{
	position: relative;
	width: 50%;
	float: left;
}

.footer-style-15 .footer-subscribe .subscribe-inner .form-group .field-box:first-child:before{
	position: absolute;
	content: '';
	background-color: #e9e9e9;
	width: 1px;
	height: 100%;
	top: 0px;
	right: 0px;
}

.footer-style-15 .footer-subscribe .subscribe-inner .form-group input[type='text'],
.footer-style-15 .footer-subscribe .subscribe-inner .form-group input[type='email']{
	position: relative;
	font-size: 18px;
	color: #727580;
	height: 74px;
	padding: 15px 30px;
	padding-left: 50px;
}

.footer-style-15 .footer-subscribe .subscribe-inner .form-group .field-box i{
	position: absolute;
	font-size: 16px;
	left: 20px;
	top: 29px;
	color: #727580;
	z-index: 1;
}

.footer-style-15 .footer-subscribe .subscribe-inner .message-btn{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 74px;
}

.footer-style-15 .footer-subscribe .subscribe-inner .message-btn button{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 24px 15px;
}


.footer-style-15 .footer-bottom{
	position: relative;
	width: 100%;
	background-color: #1e232c;
	padding: 32px 0px;
	border: none;
}

.footer-style-15 .footer-bottom p,
.footer-style-15 .footer-bottom a{
	font-size: 16px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
	transition: all 500ms ease;
}

.footer-style-15 .footer-bottom a:hover{

}

.footer-style-15 .footer-bottom .copyright{
	float: left;
}

.footer-style-15 .footer-bottom .footer-nav{
	float: right;
}

.footer-style-15 .footer-bottom .footer-nav li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.footer-style-15 .footer-bottom .footer-nav li:last-child{
	margin: 0px !important;
}

.footer-style-15 .footer-bottom .footer-nav li:before{
	position: absolute;
	content: '/';
	top: 1px;
	right: -14px;
	font-size: 18px;
	color: #9fa2a6;
}

.footer-style-15 .footer-bottom .footer-nav li:last-child:before{
	display: none;
}




/************* responsive-css for home-13,14,15 ***************/



@media only screen and (max-width: 1399px){
	.header-style-15 .nav-right{
		display: none;
	}
}

@media only screen and (max-width: 1200px){
	.about-section-home13 .content-box{
		margin-right: 0px;
	}

	.footer-style-13 .footer-top .logo-inner .footer-logo{
		margin-bottom: 15px;
	}

	.footer-style-13 .footer-top .logo-inner .footer-logo:before{
		display: none;
	}

	.process-section-two.home-14 .process-wrapper:before{
		display: none;
	}

	.cta-section-home14 .text,
	.cta-section-home14 .btn-box{
		float: none !important;
		display: block;
	}

	.cta-section-home14 .btn-box{
		margin-top: 20px;
	}

	.header-style-15 .nav-outer .mobile-nav-toggler{
		margin: 0px;
		background-color: #fff;
		margin-right: 15px;
	}

	.header-style-15 .header-lower{
		display: none;
	}

	.header-style-15 .header-upper{
		border-bottom: none;
	}

	.chooseus-section-home15 .pattern-layer{
		width: 100%;
	}

	.chooseus-section-home15 .bg-layer{
		display: none;
	}

	.header-style-13 .nav-outer .mobile-nav-toggler{
		margin-left: 0px;
		margin-top: 0px;
		background-color: #fff;
	}

}

@media only screen and (max-width: 991px){
	.header-top-13 .top-left{
		float: none;
		display: block;
		text-align: center;
	}

	.header-top-13 .info-box{
		display: inline-block;
	}

	.header-top-13 .top-left:before{
		right: -15px;
		border-radius: 0px;
	}

	.header-top-13 .top-right{
		float: none;
		display: block;
		text-align: center;
		padding-bottom: 5px;
	}

	.header-top-13 .top-right .social-links, .header-top-13 .top-right .support-box{
		float: none;
	}

	.header-top-13 .top-right .support-box{
		display: none;
	}

	.banner-carousel .content-box{
		display: block;
	}

	.about-section-home13 .content-box{
		margin-bottom: 30px;
	}

	.service-section-home13 .single-item .inner-box{
		margin-bottom: 30px;
	}

	.service-section-home13{
		padding-bottom: 90px;
	}

	.faq-section-home13 .content-box{
		padding: 0px;
		margin-bottom: 30px;
	}

	.faq-section-home13 .bg-layer{
		display: none;
	}

	.clients-section-home13 .logo-list li{
		width: 50%;
	}

	.footer-style-13 .footer-widget{
		margin: 0px 0px 30px 0px !important;
	}

	.footer-style-13 .widget-section{
		padding-bottom: 50px;
	}

	.banner-section-home13 .banner-carousel .content-box{
		width: 100%;
	}

	.feature-section-home14 .feature-block .inner-box{
		margin-bottom: 30px;
	}

	.feature-section-home14{
		padding-bottom: 83px;
	}

	.service-section-home14 .tab-btn{
		margin-bottom: 15px;
	}

	.service-section-home14 .tabs-box .line-box{
		display: none;
	}

	.service-section-home14 .tab-btns{
		padding-bottom: 2px;
	}

	.chooseus-section-home14 .video-inner{
		margin-bottom: 30px;
	}

	.team-section-home14 .team-block .inner-box{
		margin-bottom: 30px;
	}

	.footer-style-14 .footer-top .info-box{
		margin-bottom: 15px;
	}

	.banner-section-home15 .banner-carousel .slide-item{
		padding-top: 300px;
	}

	.service-section-home15 .service-block .inner-box{
		margin-bottom: 30px;
	}

	.about-section-home15 .image-box{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.video-section-home15 .inner-box h2 br{
		display: none;
	}

	.pricing-section-home15 .sec-title-four .theme-btn{
		position: relative;
		margin-top: 10px;
	}

	.pricing-section-home15 .pricing-table{
		margin-bottom: 30px;
	}

	.pricing-section-home15{
		padding-bottom: 80px;
	}

	.news-section-home15 .news-block .inner-box{
		margin-bottom: 30px;
	}

	.news-section-home15{
		padding-bottom: 90px;
	}

	.clients-section-home15 .text{
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.footer-style-15 .footer-widget{
		margin: 0px 0px 30px 0px;
	}

	.footer-style-15 .footer-top{
		padding-bottom: 70px;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .message-btn{
		width: 160px;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .form-group{
		padding-right: 180px;
	}

	.team-section-home15 .team-block .inner-box{
		margin: 0 auto;
	}
}


@media only screen and (max-width: 767px){
	.project-section-home13 .project-block .inner-box .text .btn-box{
		display: none;
	}

	.team-section-home13 .owl-theme .owl-nav .owl-prev{
		display: none;
	}

	.video-section-home13 .slider-block h2{
		font-size: 50px;
		line-height: 60px;
	}

	.news-section-home13 .owl-theme .owl-nav{
		display: none;
	}

	.clients-section-home13 .logo-list li{
		width: 100%;
	}

	.footer-style-13 .footer-bottom .copyright,
	.footer-style-14 .footer-bottom .copyright,
	.footer-style-15 .footer-bottom .copyright,
	.footer-style-13 .footer-bottom .footer-nav,
	.footer-style-14 .footer-bottom .footer-nav,
	.footer-style-15 .footer-bottom .footer-nav{
		float: none;
		display: block;
		text-align: center;
	}

	.footer-style-13 .footer-bottom .footer-nav li,
	.footer-style-14 .footer-bottom .footer-nav li,
	.footer-style-15 .footer-bottom .footer-nav li{
		float: none;
	}

	.funfact-section-home14 .counter-block{
		padding-bottom: 0px;
	}

	.funfact-section-home14 .inner-container{
		padding-bottom: 60px;
	}

	.project-section-home14 .owl-dots{
		display: none !important;
	}

	.header-top-14 .top-inner{
		display: block;
		text-align: center;
	}

	.header-top-14 .top-inner .text p i{
		display: none;
	}

	.header-style-15 .header-inner{
		padding-left: 15px;
		padding-right: 15px;
	}

	.team-section-home15 .owl-theme .owl-nav{
		display: none;
	}

	.about-section-home13 .content-box .inner-box .single-item{
		margin-bottom: 30px;
	}

	.header-top-14 .top-inner .language, .header-top-14 .top-inner .search-btn{
		float: none;
	}

	.header-top-14 .top-inner .search-btn{
		top: -7px;
	}

	.clients-section-home13 .logo-list li .clients-logo{
		border-right: none !important;
	}

	.contact-section-home15 .form-group:last-child{
		margin-bottom: 20px;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .form-group{
		padding-right: 0px;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .form-group .field-box{
		width: 100%;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .message-btn{
		position: relative;
		width: 100%;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner{
		padding-left: 0px;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .message-btn{
		height: auto;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .form-group input[type='text'], .footer-style-15 .footer-subscribe .subscribe-inner .form-group input[type='email']{
		width: 100%;
		z-index: 1;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .form-group .field-box i{
		z-index: 2;
	}


}


@media only screen and (max-width: 499px){
	.header-style-13 .nav-right .btn-box{
		display: none;
	}

	.footer-style-15 .links-widget .link-list li{
		width: 100%;
	}

	.header-style-13 .nav-right .search-btn{
		margin-right: 0px;
	}

	.header-style-13 .nav-outer .mobile-nav-toggler{
		margin-bottom: 0px;
	}

	.header-style-13 .nav-right .search-btn button{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.search-popup .search-form fieldset input[type="submit"]{
		position: relative;
		width: 100%;
		margin-top: 15px;
		border-radius: 7px;
	}

	.search-popup .search-form fieldset{
		border: none;
	}

	.banner-section-home13 .banner-carousel .content-box h2{
		line-height: 40px;
		font-size: 35px;
	}

	.banner-section-home13 .banner-carousel .content-box{
		padding-top: 370px;
	}

	.header-style-13 .header-upper .logo-box .logo img{
		width: 80%;
	}
	.header-style-13 .header-upper .logo-box .logo{
		text-align: left;
	}

	.about-section-home13 .image-box .counter-column h3{
		font-size: 18px;
		line-height: 26px;
	}

	.service-section-home13 .single-item .inner-box .text{
		left: 0px;
		width: 100%;
		margin-bottom: 0px;
	}

	.project-section-home13 .project-block .inner-box .text{
		left: 15px;
		width: calc(100% - 30px);
		bottom: 0px;
	}

	.project-section-home13 .owl-item.active .project-block .inner-box .text{
		bottom: 0px;
	}

	.footer-style-13 .footer-top .subscribe-inner .form-group button{
		position: relative;
		margin-top: 15px;
		width: 100%;
	}

	.footer-style-13 .footer-top .subscribe-inner .form-group{
		padding-right: 0px;
	}

	.footer-style-13 .footer-top{
		padding: 30px 30px;
	}

	.banner-section-home14 .content-inner{
		padding-left: 30px;
		padding-right: 30px;
	}

	.banner-section-home14 .content-inner h2{
		font-size: 40px;
		line-height: 50px;
	}

	.header-upper .social-links{
		display: none;
	}

	.header-top-14 .top-inner .text p{
		padding-left: 0px;
	}

	.search-popup .search-form fieldset input[type="search"]{
		padding-right: 30px;
	}

	.funfact-section-home14 .counter-block h3{
		font-size: 22px;
	}

	.chooseus-section-home14 .video-inner{
		padding: 150px 0px;
	}

	.chooseus-section-home14 .content-box .single-item{
		padding-left: 30px;
	}

	.chooseus-section-home14 .content-box .single-item .icon-box{
		position: relative;
		left: 0px;
		top: 0px;
		margin-bottom: 15px;
	}

	.header-style-15 .header-upper{
		padding: 0px 15px;
		padding-bottom: 10px;
	}

	br{
		display: none !important;
	}

	.banner-section-home15 .banner-carousel .content-box h3{
		font-size: 40px;
		line-height: 50px;
	}

	.about-section-home15 .image-box .text{
		position: relative;
		top: 0px;
		right: 0px;
		transform: rotate(0deg);
		margin-top: 15px;
	}

	.about-section-home15 .image-box{
		padding-right: 0px;
		margin-bottom: 15px;
	}

	.about-section-home15 .image-box .bg-layer{
		display: none;
	}

	.about-section-home15 .content-box .author-box .author{
		margin-bottom: 15px;
	}

	.contact-section-home15 .form-inner{
		padding-left: 30px;
		padding-right: 30px;
	}

}
</pre></body></html>