.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

/***
=====================================================
    Features One
=====================================================
***/
.features-one {
    position: relative;
    display: block;
    background: #f1f5f9;
    padding: 90px 0px 90px;
    z-index: 1;
}

.features-one__single {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 2.5px 4.33px 70px 0px rgb(0, 80, 159, 0.06);
    padding: 22px 21px 26px;
    margin-bottom: 30px;
    z-index: 1;
}


.features-one__single .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.features-one__single:hover .layer-outer {
    transform: scaleY(1.0);
}

.features-one__single .layer-outer::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(39 40 44 / 71%);
    content: "";
}

.features-one__single::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #ffa500;
    transform: scaleX(1);
    transition: all 500ms ease;
    content: "";
}

.features-one__single:hover:before {
    transform: scaleX(0);
}

.features-one__single-inner {
    position: relative;
    display: block;
    padding-left: 54px;
}

.features-one__single-inner .icon-box {
    position: absolute;
    top: 0;
    left: 0;
}

.features-one__single-inner .icon-box span::before {
    position: relative;
    display: inline-block;
    top: 8px;
    color: #000;
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.features-one__single:hover .features-one__single-inner .icon-box span::before {
    color: #ffffff;
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.features-one__single-inner .content-box {
    position: relative;
    display: block;
}

.features-one__single-inner .content-box h2 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: 0.015em;
    margin-bottom: 3px;
}

.features-one__single-inner .content-box h2 a {
    color: #27282c;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.features-one__single:hover .features-one__single-inner .content-box h2 a {
    color: #ffffff;
}

.features-one__single-inner .content-box p {
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 14px;
    line-height: 20px;
}

.features-one__single:hover .features-one__single-inner .content-box p {
    color: #ffffff;
}
.features-one__single:hover .features-one__single-inner .content-box h2 {
  color: #ffffff;
}

.features-one__single-inner .content-box .btn-box {
    position: relative;
    display: block;
    margin-top: 8px;
}

.features-one__single-inner .content-box .btn-box a {
    color: var(--thm-base);
    font-size: 17px;
    line-height: 29px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.015em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.features-one__single:hover .features-one__single-inner .content-box .btn-box a {
    color: #ffffff;
}

.features-one__single-inner .content-box .btn-box a span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.features-one__single:hover .features-one__single-inner .content-box .btn-box a span:before {
    color: #ffffff;
}

/***
=====================================================
    Testimonials One
=====================================================
***/
.testimonials-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 180px;
    z-index: 1;
}

.testimonials-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: -1;
}

.testimonials-one__single {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 43px 0px 44px;
    padding-left: 30px;
    padding-right: 20px;
    box-shadow: 0px 0px 7px 0px rgb(0, 0, 0, 0.07);
    z-index: 1;
}

.testimonials-one__single::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 1s;
    transform: scaleX(.8);
    opacity: 0;
}

.testimonials-one__single:hover:before {
    transform: scaleX(1);
    opacity: 1;
}

.testimonials-one__single-icon {
    position: relative;
    display: block;
    margin-bottom: 4px;
}

.testimonials-one__single-icon span::before {
    position: relative;
    display: inline-block;
    color: #27282c;
    font-size: 40px;
    line-height: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.testimonials-one__single:hover .testimonials-one__single-icon span::before {
    color: #000;
}

.testimonials-one__single-text {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.testimonials-one__single-text p {
    line-height: 27px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 2;
}

.testimonials-one__single:hover .testimonials-one__single-text p {
    color: #797979;
}

.testimonials-one__single .client-info {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonials-one__single .client-info .img {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-one__single .client-info .img img {
    width: 100%;
}

.testimonials-one__single .client-info .text {
    position: relative;
    display: block;
    line-height: 0;
}

.testimonials-one__single .client-info .text h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0.015em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.testimonials-one__single:hover .client-info .text h2 {
    color: #000;
}

.testimonials-one__single .client-info .text p {
    line-height: 27px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.testimonials-one__single:hover .client-info .text p {
    color: #ffffff;
}


.testimonials-one__carousel.owl-theme .owl-stage-outer {
    overflow: visible;
}

.testimonials-one__carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.testimonials-one__carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

/* Footer Box */
.module_row_footer { padding:5% 0px 0px 0px; margin:0px auto; background-position: center top;}
.themify_builder .builder-parallax-scrolling {
    background-repeat: no-repeat;
    background-size: cover;
}
.foter {
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    width: auto;
    height: auto;
    text-align: center;
}
.foter-div-1 {
    padding: 0px 0px 0px 0px;
    margin: 0px 20px;
    width: 240px;
    height: auto;
    vertical-align: top;
    display: inline-block;
}
.footer-logo {
    padding: 10px;
    margin: 0px 0px;
    width: auto;
    height: auto;
    display: block;
    background: #fff;
    border-radius: 10px;
}
.footer-logo img {
    padding: 0px;
}
.f-social-media {
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: 45px;
    line-height: 20px;
    margin: 0 4px;
    padding: 0;
    width: 45px;
    background-color: #ff4e00;
    border-radius: 45px;
}
.f-social-media .fa {
    line-height: 15px;
    margin: 15px;
}
.foter-div-a {
    padding: 0px;
    margin: 5px auto;
    width: 100%;
    height: auto;
}
.foter-div-a ul {padding:0px; margin:0px auto; width:auto; height:auto; list-style-type:none;}
.foter-div-a ul li {padding:0px; margin:0px auto; width:100%; height:auto; display:inline-block; font-family: 'Open Sans', sans-serif;}
.foter-div-a ul li a {
	padding: 0px 0px 5px 0px;
	margin: 5px auto;
	width: auto;
	height: auto;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	line-height:25px;
	display: block;
	outline: none;
	transition: all 1s ease-in-out;
	border-bottom: dashed 1px #dcdada;
	display: flex;
}
.foter-div-a ul li a:hover {color:#ff4e00; border-bottom:dashed 1px #ff4e00; transition: all 1s ease-in-out;	}
.foter-div-a ul li a::before {font-family: 'FontAwesome'; content: "\f06c"; color: #FFF; margin: 0px 15px 0px 0px;}

.foter-icon {
	padding: 0px;
	margin:9px auto 15px auto;
	width: auto;
	height: auto;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
	display: block;
	outline: none;
	transition: all 1s ease-in-out;
	font-family: 'Open Sans', sans-serif;
	display: flex;
}
.foter-icon .fa { color: #FFF; line-height: 1px; margin:15px 15px 0px 0px;}
.foter-div-3 {padding:10px 0px; margin:50px auto 0px auto; width:100%; height:auto; background-color:#ff4e00 ;}
.footer-left {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    padding: 1% 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}
.footer-right {
    color: #a3a099;
    font-size:13px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    padding: 1% 0;
    text-align: right;
	font-family:Arial, Helvetica, sans-serif;
}
.clearfix{ clear: both;}
.foter-div-2-a {
    padding: 0px 0px 0px 0px;
    width: 255px;
    height: auto;
    vertical-align: top;
    display: inline-block;
}
.foter-div-2-a {
    padding: 0px 0px 0px 0px;
    width: 255px;
    height: auto;
    vertical-align: top;
    display: inline-block;
}
.foter h2 {
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 1% 0px 4% 0px;
    text-decoration: none;
    text-align: left;
}
.foter h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 1% 0px;
    text-decoration: none;
    text-align: left;
}

.working-style2-area {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 0px 0 110px;
  margin-top: 90px;
  z-index: 1;
}
.working-style2-area::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
}
.footer-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0px 0 110px;
    margin-top: 204px;
    z-index: 1;
  }
  .footer-area::before {
    /* background: rgba(0, 0, 0, 0.80) none repeat scroll 0 0; */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
  }
.working-style2-content {
  margin-top: -110px;
}
.single-working-box-style2{
    position: relative;
    display: block;
    width: 25%;
    float: left;
}
.single-working-box-style2 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-working-box-style2 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;    
}
.single-working-box-style2:hover .img-holder img {
    transform: scale(1.2);    
}
.single-working-box-style2 .static-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; 
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 500ms ease 100ms;
}
.single-working-box-style2:hover .static-content{
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 900ms ease 100ms;    
}
.single-working-box-style2 .static-content .box{
    display: table;
    width: 100%;
    height: 100%;    
}
.single-working-box-style2 .static-content .box .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;    
}
.single-working-box-style2 .icon-holder{
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto 60px;
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
.single-working-box-style2 .icon-holder span:before {
    display: block;
    color: #ffffff;
    font-size: 55px;
    line-height: 106px;
}
.single-working-box-style2 .text-holder{
    position: relative;
    display: block;
}
.single-working-box-style2 .text-holder .title{
    position: relative;
    display: block;
}
.single-working-box-style2 .text-holder .title h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 70px;
    font-weight: 600;
    z-index: 1;
}
.single-working-box-style2 .text-holder .title .count {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #2d2e32;
    font-size: 100px;
    line-height: 70px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    z-index: -1;
}
.single-working-box-style2 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    transform: translateY(100%);
    transition: all 300ms ease 100ms;
}
.single-working-box-style2:hover .overlay-content{
    opacity: 1;
    transform: translateY(-10px);
    transition: all 900ms ease 300ms; 
}
.single-working-box-style2 .overlay-content .box{
    display: table;
    width: 100%;
    height: 100%;    
}
.single-working-box-style2 .overlay-content .box .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;    
}
.single-working-box-style2 .overlay-content .icon-holder {
    margin: 0 auto 50px;
    background: #ff4e00;
}
.single-working-box-style2 .text-holder .text{
    position: relative;
    display: block;
    padding: 0 20px;
    margin-top: 34px;
}
.single-working-box-style2 .text-holder .text p{
    color: #fff;
    margin: 0;
}
.single-working-box-style2 .read-more a span:before {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #fff;
border-radius: 50%;
color: #1e1e1e;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    opacity: 0;
    transform: scale(0.5);
    transition: all 200ms ease 100ms; 
}
.single-working-box-style2:hover .read-more a span:before{
    opacity: 1.0;
    transform: scale(1.0);
    transition: all 900ms ease 900ms;     
}
.working-style-bottom{
    position: relative;
    display: block;
    padding-top: 84px;
}
.working-style-bottom p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 42px;
    font-family: 'Poppins', sans-serif;
}
.working-style-bottom a{
    padding: 0 40px;
}
.icon-holder-img{
    width: 50px !important;
    margin-top: 25px;
}
.instagram-area {
  position: relative;
  display: block;
  background: #27282c;
}
.instagram-title h3 {
    font-size: 29px;
    color: #fff;
    text-transform: none;
    margin-top: 100px;
}
.video-box{ width: 100%; margin: 0 0 0 148px;}
.video-box h3{ font-size: 48px; text-align: center; text-transform: capitalize; margin-top: 60px; font-family: Scriptina, "Great Vibes", cursive; color: #000; }
.wpb_wrapper p{ text-align: justify;}
.callus{ font-weight: bold !important; font-size: 34px !important; color: #fe4e01 !important;}
.projectLink ul{ margin: 0px; padding: 0px; text-align: center; }
.projectLink ul li{text-transform: uppercase; position: relative; display: inline-block; font-size: 17px; list-style: none; display: block;}
.projectLink ul li a{ font-size: 17px; font-weight: bold; text-transform: uppercase; display: block; padding: 8px 10px 8px; cursor: pointer; }
.projectLink ul li a.active, .projectLink ul li a:hover{ color: #1e1e1e; border-bottom: 2px dotted #000; }


.project-menu {
    padding: 0px;
    margin: 5px auto;
    width: 20%;
    height: auto;
    float: left;
}
.project-menu ul {padding:0px; margin:0px auto; width:auto; height:auto; list-style-type:none;}
.project-menu ul li {padding:0px; margin:0px auto; width:100%; height:auto; display:inline-block; font-family: 'Open Sans', sans-serif;}
.project-menu ul li a {
	padding: 0px 0px 5px 0px;
	margin: 5px auto;
	width: auto;
	height: auto;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
	line-height:25px;
	display: block;
	outline: none;
	transition: all 1s ease-in-out;
	border-bottom: dashed 1px #dcdada;
	display: flex;
}
.project-menu ul li a:hover {color:#bd9a7a; border-bottom:dashed 1px #bd9a7a; transition: all 1s ease-in-out;	}
.project-menu ul li a::before {font-family: 'FontAwesome'; content: "\f06c"; color: #000; margin: 0px 15px 0px 0px;}









