/*====== banner section ========*/
.banner-header.middle-height {
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
[data-overlay-dark] {
    position: relative;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
	background: #000;
	opacity: 0.3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	z-index: 9;
}
.page-id-623 .v-middle {
	top: 40%;
}
[data-overlay-dark] .container {
	position: relative;
	z-index: 2;
}
.banner-header[data-overlay-dark] h6, .banner-header h6 {
	position: relative;
	font-family: "Poppins", serif;
	font-weight: 400;
	color: #fff;
	font-size: 17px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	display: flex;
	display: inline-flex;
	align-items: center;
	padding-left: 15px;
	text-transform: uppercase;
}
.banner-header[data-overlay-dark] h6::after, .banner-header h6::after {
	content: '';
	width: 6px;
	height: 6px;
	background: var(--color-primary);
	position: absolute;
	left: 0px;
	top: 36%;
	border-radius: 100%;
}
.banner-header h1 {
	font-size: 48px;
	color: #fff;
	position: relative;
	line-height: 1.25em;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.section-subtitle {
    position: relative;
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #101010;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
}
.section-subtitle:after {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--color-primary);
    position: absolute;
    left: 0px;
    top: 40%;
    border-radius: 100%;
}
.section-subtitle.icon-white:after {
    background: #fff;
}
.section-subtitle.text-white {
    color: #fff;
}
.section-title {
    font-size: 45px;
    font-family: "Poppins", sans-serif;
    color: #101010;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
 .mb-30 {
    margin-bottom: 30px !important;
}
.button-1 {
    display: inline-block;
    height: auto;
    padding: 12px 36px;
    border: 1px solid var(--color-primary);
    border-radius: 40px;
    background-color: var(--color-primary);
    color: white;
    text-align: center;
    font-family: "Poppins", serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-1:hover { 
    transform: translate3d(0px, -6px, 0.01px);
}
.section-subtitle:after {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--color-primary);
    position: absolute;
    left: 0px;
    top: 40%;
    border-radius: 100%;
}
p {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #727272;
    margin-bottom: 15px;
}
.about .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}
.about .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.about .item:hover img {
    transform: scale(1.05);
}
.bottom-fade {
    width: 100%;
    top: 0.5px;
    height: 100%;
    float: left;
    position: absolute;
    background: linear-gradient(to top, #000 0%, rgba(0,0,0, 0.738) 19%, rgba(0,0,0, 0.541) 34%, rgba(0,0,0, 0.382) 47%, rgba(0,0,0, 0.278) 56.5%, rgba(0,0,0, 0.194) 65%, rgba(0,0,0, 0.126) 73%, rgba(0,0,0, 0.075) 80.2%, rgba(0,0,0, 0.042) 86.1%, rgba(0,0,0, 0.021) 91%, rgba(0,0,0, 0.008) 95.2%, rgba(0,0,0, 0.002) 98.2%, transparent 100%);
    z-index: 0;
    border-radius: 20px 20px 0 20px;
}
.about .item .title {
    position: absolute;
    bottom: 20px;
    padding: 0;
    z-index: 1;
    left: 105px;
}
.portfolio-home .portfolio-home-carousel {
    position: relative;
    display: block;
    max-width: 900px;
    margin: 0 auto;
}
.portfolio-home {
    position: relative;
    overflow: hidden;
}
.portfolio-home .portfolio-home-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}
.portfolio-home .item {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.portfolio-home .item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.portfolio-home .item .con {
    position: relative;
    z-index: 2;
    opacity: 0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 85% 15%;
    align-items: center;
}
.portfolio-home .item .con.opacity-1 {
    opacity: 0;
}
.portfolio-home .item .con .title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 20px 25px;
    margin-right: 100px;
    width: auto;
    border-radius: 20px;
}
.portfolio-home .item .con .title h3 {
    color: #101010;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgba(255,255,255, 0.7);
    padding: 10px 15px;
    border-radius: 0 10px 10px 10px;
}
.portfolio-home .item .con .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}
.portfolio-home .item .con .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.portfolio-home .item .con .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.portfolio-home .item .con .icon .arrow {
    position: absolute;
    background: var(--color-primary);
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
}
.portfolio-home .owl-item.active .item .con {
    visibility: visible;
    opacity: 1;
}
.portfolio-home .item:hover .con .icon .arrow {
    transform: scale(1.05);
}
.portfolio-home .item:hover .img img {
    transform: scale(1.05);
}
 
.portfolio-home .owl-theme .owl-nav {
	position: absolute !important;
	bottom: auto !important;
	top: 40% !important;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.portfolio-home .owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
    line-height: 58px;
    background: var(--color-primary);
    border: none;
    border-radius: 100%;
    color: #000;
    font-size: 15px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.portfolio-home .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.portfolio-home .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

/*===== contact page c=========*/
.contact-box {
	position: relative;
	margin-bottom: 0px;
	margin-top: -100px;
}
.contact-box .container {
	position: relative;
	z-index: 2;
}
/* .js .animate-box {
	opacity: 0;
} */
.contact-box .item {
	background: #f0f0f3;
	padding: 45px 30px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	line-height: 1;
	text-align: left;
	overflow: hidden;
	transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
	border-radius: 20px;
	height: 265px;
}
.contact-box .item span {
	font-size: 45px;
	color: var(--color-primary);
	line-height: 1;
	margin-bottom: 15px;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
}
.contact-box .item h5 {
	font-size: 20px;
	color: #101010;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.contact-box .item p {
	color: #727272;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}
.contact-box .item p a{
	color: inherit;
}
.contact-box .item i.numb {
	font-size: 120px;
	position: absolute;
	bottom: -20px;
	right: -30px;
	color: rgba(0, 0, 0, 0.2);
	opacity: .2;
}
.contact-box .item:hover {
	background: var(--color-primary);
	transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
}
.contact-box .item:hover span, .contact-box .item:hover p, .contact-box .item:hover h5 {
	color: #ffffff;
} 
.contact h5 {
	color: #101010;
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.contact .form-box .wpcf7-form p {
	margin: 0px;
}
.wpcf7-form-control-wrap {
	position: relative;
}
input[type="password"], input[type="email"], input[type="text"], input[type="file"], textarea {
	max-width: 100%;
	margin-bottom: 15px !important;
	padding: 18.5px 20px;
	height: auto;
	background-color: #f0f0f3;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	width: 100%;
	line-height: 1.5em;
	font-family: "Barlow", sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #727272;
	background-image: none;
	border: none;
	border-radius: 30px;
}
input[type="password"]:focus, input[type="email"]:focus, input[type="text"]:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, textarea:focus {
	outline: none;
} 
input[type="submit"] {
	display: inline-block;
	height: auto;
	padding: 19px 35px;
	border: none;
	border-radius: 0;
	background: linear-gradient(90deg, #771bde 0%, #d75770 100%);
	-webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
	transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	font-size: 17px;
	border-radius: 30px;
}

/*========= about page ========*/
.about .img2 {
	position: relative;
	overflow: hidden;
	transform: scale(1);
	transition: transform 500ms ease;
	border-radius: 20px;
}
.about .img2 img{
	-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about .img2:hover img {
	transform: scale(1.05);
}
.about .list {
	position: relative;
	display: block;
}
.about .list li {
	position: relative;
	display: flex;
	align-items: center;
}
.about .list-text {
	margin-left: 15px;
	flex: 1;
}
.about .list-icon {
	display: grid;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
	border-radius: 100%;
	text-align: center;
	align-items: center;
}
.about .list-icon span {
	font-size: 12px;
	color: #101010;
}
.about .img2 .text{
	display: none;
}
.not-found h1 {
    font-size: 160px;
    line-height: 160px;
    color: #771bde;
	font-weight: 700;
}
.not-found h3 {
    color: #101010;
    font-size: 24px; 
}
.not-found p {
    color: #727272;
}
.not-found .search-form {
    position: relative;
    max-width: 520px;
    margin: 20px auto 0;
}
.not-found .search-form form {
    position: relative;
}
.not-found .search-form .form-group {
    position: relative;
    margin: 0;
}
.not-found .search-form .form-group input[type="text"], .not-found .search-form .form-group input[type="search"], .not-found .search-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 10px 100px 10px 20px;
    height: 60px;
    display: block;
    font-size: 17px;
    background: transparent;
    color: #727272;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0, 0.1);
    transition: all 300ms ease;
    border-radius: 30px;
	    outline: none;
}
.not-found .search-form .form-group .search-button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    background: none;
    color: #fff;
    background: #101010;
    border-radius: 100%;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
	    outline: none;
}
.not-found .search-form .form-group .search-button span {
    outline: none;
}
.not-found .search-form .form-group input[type="text"]:focus, .not-found .search-form .form-group input[type="email"]:focus, .not-found .search-form .form-group input[type="search"]:focus {
    border-color:  #771bde;
	    outline: none;
}