@import url('global.css');
@import url('header.css');
@import url('footer.css');
@import url('font-awesome.css');
@import url('flaticon_kashIT-flat.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
@import url('odometer-theme-default.css');



.slider-one{
	position: relative;
	padding-top: var(--padding-top-160);
	background-color: var(--color-four);
	padding-bottom: var(--padding-bottom-100);
}

.slider-one_circle-layer{
	position: absolute;
	left: 10%;
	top: 20%;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	border:3px solid var(--main-color)
}
.slider-one_pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.slider-one_title-column{
	position:relative;
}

.slider-one_title-inner{
	position:relative;
	padding-top:var(--padding-top-155);
}

.slider-one .slide{
	position:relative;
	overflow:hidden;
}

.slider-one_heading{
	position: relative;
	color: var(--color-two);
	margin-right:-20px;
	
	opacity: 0;
	transform:translateY(100px);
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.slider-one .active .slider-one_heading{
	opacity:1;
	transform:translateY(0px);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.slider-one_text{
	position: relative;
	font-weight:500;
	opacity: 0;
	line-height: 30px;
	font-size: var(--font-18);
	color: var(--color-three);
	margin-top: var(--margin-top-25);
	transform:translateY(100px);
	padding-right:var(--padding-right-30);
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.slider-one .active .slider-one_text{
	opacity:1;
	transform:translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.slider-one_image-column{
	position:relative;
}

.slider-one_image-inner{
	position:relative;
}

.slider-one_image-inner .image{
	position:relative;
}

.slider-one_image-inner .image img{
	position:relative;
	width:auto;
	max-width:inherit;
}

.slider-one_button-box{
	position: relative;
	opacity: 0;
	transform:translateY(100px);
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	margin-top: var(--margin-top-50);
}

.slider-one_button-box .theme-btn{
	margin-right: var(--margin-right-15);
}

.slider-one_button-box .theme-btn:last-child{
	margin-right: var(--margin-zero);
}

.slider-one .active .slider-one_button-box{
	opacity:1;
	transform:translateY(0px);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.slider-one_image{
	position: relative;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

/* Video One Play */

.slider-one_play{
	position:absolute;
	left:140px;
	top:192px;
}

.slider-one_play span{
	position: relative;
	width: 130px;
	height: 130px;
	z-index:10;
	text-align: center;
	display: block;
	line-height:130px;
	border-radius:50%;
	font-size:var(--font-24);
	color: var(--white-color);
	padding-left:var(--padding-left-5);
	background-color:var(--main-color);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.slider-one_play span:hover{
	color:var(--white-color);
	background-color:var(--color-two);
}

.slider-one_play .ripple,
.slider-one_play .ripple:before,
.slider-one_play .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:130px;
	height: 130px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 146, 255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(0, 146, 255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(0, 146, 255, .3);
    -o-box-shadow: 0 0 0 0 rgba(0, 146, 255, .3);
    box-shadow: 0 0 0 0 rgba(0, 146, 255, .3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.slider-one_play .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.slider-one_play .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.slider-one .owl-dots,
.slider-one .owl-nav{
	display: none;
}

/*Sponsors*/

.sponsors-one{
	position:relative;
	padding: 30px 0px 30px;
}

.sponsors-one.style-two{
	padding: 52px 0px 52px;
	background-color: var(--color-four);
}

.sponsors-one .image-box{
	position:relative;
	margin-bottom: var(--margin-zero);
}

.sponsors-one .image-box img{
	position:relative;
	width: auto;
	
	/* opacity: 0.60; */
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	filter: grayscale(100%);
}

.sponsors-one .image-box:hover img{
	opacity: 1;
	filter: grayscale(0%);
}

.sponsors-one .owl-dots,
.sponsors-one .owl-nav{
	display:none;
}

.sponsors-one.style-three{
	padding-bottom: var(--padding-zero);
}

.sponsors-one.style-three .sponsors-outer{
	padding-bottom: var(--padding-bottom-40);
	border-bottom:1px solid rgba(var(--black-color-rgb), 0.10);
}

/*News*/

.news-one{
	position:relative;
	padding:0px 0px 90px;
}

.news-one .sec-title_heading{
	margin-top: 18px;
}

.news-one.style-two{
	padding-top: var(--padding-top-110);
}

.news-one_block{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.news-one_block-inner{
	position: relative;
	border-radius: 30px 30px 30px 30px;
	border: 1px solid rgba(var(--color-two-rgb), 0.10);
}

.news-one_block-image{
	position: relative;
	overflow: hidden;
	border-radius: 30px 30px 30px 30px;
	background-color: var(--main-color);
}

.news-one_block-image img{
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-one_block-inner:hover .news-one_block-image img{
	opacity: 0.7;
	transform: scale(1.05,1.05);
}

.news-one_block-content{
	position: relative;
}

.news-one_block-upper-box{
	position: relative;
	padding: 29px 30px 20px;
	border-bottom: 1px solid rgba(var(--color-two-rgb), 0.10);
}

.news-one_block-category{
	position: relative;
	padding: 3px 13px;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--white-color);
	background-color: var(--main-color);
}

.news-one_block-title{
	position: relative;
	font-weight: 500;
	margin-top: var(--margin-top-20);
}

.news-one_block-title a{
	position: relative;
	color: var(--color-two);
}

.news-one_block-title a:hover{
	color: var(--main-color);
}

.news-one_block-text{
	position: relative;
	line-height: 28px;
	font-size: var(--font-16);
	color: var(--color-three);
	margin-top: var(--margin-top-15);
}

.news-one_block-lower-box{
	position: relative;
	padding: 30px 25px;
}

.news-one_block-author{
	position: relative;
	font-size: var(--font-14);
	color: var(--color-three);
	padding-top: var(--padding-top-10);
	padding-left: var(--padding-left-55);
}

.news-one_block-author_image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	min-height: 40px;
	border-radius: 50%;
}

.news-one_block-author i{
	position: relative;
	font-style: normal;
	color: var(--main-color);
}

.news-one_block-date{
	position: relative;
	font-weight: 700;
	line-height: 1em;
	color: var(--color-two);
	font-size: var(--font-32);
}

.news-one_block-date span{
	position: relative;
	font-weight: 400;
	font-size: var(--font-16);
	color: var(--color-seven);
}

/*CTA */

.cta-one{
	position: relative;
	padding: 56px 0px 56px;
	background-color: var(--main-color);
}

.cta-one_text{
	position: relative;
	line-height: 34px;
	font-size: var(--font-24);
	padding-left: var(--padding-left-70);
	color: rgba(var(--white-color-rgb), 0.70);
}

.cta-one_text::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 7px;
	width: 50px;
	height: 50px;
	background: url(../images/icons/location.svg) no-repeat;
}

.cta-one .cta-logo{
	position: relative;
	z-index: 1;
}

.cta-one.style-two{
	background-color:var(--color-two);
	border-bottom:1px solid rgba(var(--white-color-rgb), 0.10);
}

.cta-one.style-two .cta-one_text::before{
	color: var(--main-color);
}

.cta-one.style-two .cta-logo::before{
	position: absolute;
	content: '';
	left: -40px;
    top: -27px;
	width: 292px;
	height: 120px;
	background:url(../images/background/logo-pattern.png) no-repeat;
}

/*Slider*/

.slider-two{
	position: relative;
}

.slider-two_circle-one{
	position: absolute;
	left: 15%;
	top: 10%;
	width: 30px;
	height: 30px;
	z-index: 2;
	border-radius: 50px;
	/* border: 5px solid var(--main-color); */
}

.slider-two_circle-two{
	position: absolute;
	left: 12%;
	bottom: 12%;
	width: 131px;
	height: 131px;
	z-index: 2;
	border-radius: 150px;
	/* 	border: 10px solid rgba(var(--white-color-rgb), 0.10); */
}

.slider-two_circle-three{
	position: absolute;
	left: 70%;
	top: 73%;
	width: 30px;
	height: 30px;
	z-index: 2;
	border-radius: 50px;
	/* border: 5px solid var(--color-nine); */
}

.slider-two_image-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	background-position: center center;
	
	/* -webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear; */
}

.slider-two_image-layer::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.70;
	
/* background-color: #1c2c37; */
}

.slider-two .active .slider-two_image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}

.slider-two_circle-layer{
	position: absolute;
	left: 10%;
	top: 20%;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	border:3px solid var(--main-color)
}

.slider-two_title-column{
	position:relative;
}

.slider-two_title-inner{
	position:relative;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.56);
	padding: 10px;
	border-radius: 30px;
	
}

.slider-two .slide{
	position:relative;
	padding: 80px 80px;
}

.slider-two_heading{
	position: relative;
	color: var(--white-color);
	
	opacity: 0;
	font-weight: 800;
	line-height: 90px;
	transform:translateY(100px);
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	font-size: var(--font-80);
	margin-top: 20px;
}

.slider-two_heading span{
	color: var(--main-color);
}

.slider-two .active .slider-two_heading{
	opacity:1;
	transform:translateY(0px);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.slider-two_text{
	position: relative;
	font-weight:500;
	opacity: 0;
	line-height: 30px;
	font-size: 30px;
	color:  #fff;
	margin-top: 20px;
	transform:translateY(100px);
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.slider-two .active .slider-two_text{
	opacity:1;
	transform:translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.slider-two_button-box{
	position: relative;
	opacity: 0;
	transform:translateY(100px);
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	margin-top: var(--margin-top-40);
}

.slider-two_button-box .theme-btn{
	margin-right: var(--margin-right-15);
}

.slider-two .active .slider-two_button-box{
	opacity:1;
	transform:translateY(0px);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

/* Video One Play */

.slider-two_play{
	position:relative;
}

.slider-two_play span{
	position: relative;
	width: 100px;
	height: 100px;
	z-index:10;
	margin: 0 auto;
	text-align: center;
	display: block;
	line-height:100px;
	border-radius:50%;
	font-size:var(--font-24);
	color: var(--white-color);
	padding-left:var(--padding-left-5);
	background-color:var(--main-color);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.slider-two_play span:hover{
	color:var(--white-color);
	background-color:var(--color-two);
}

.slider-two_play .ripple,
.slider-two_play .ripple:before,
.slider-two_play .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100px;
	height: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 146, 255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(0, 146, 255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(0, 146, 255, .3);
    -o-box-shadow: 0 0 0 0 rgba(0, 146, 255, .3);
    box-shadow: 0 0 0 0 rgba(0, 146, 255, .3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.slider-two_play .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.slider-two_play .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.slider-two .owl-dots{
	display:none;
}

.slider-two .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	opacity:0;
	right:0px;
	width:100%;
	z-index:10;
	margin-top: -35px;
	-webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.slider-two:hover .owl-nav{
	opacity:1;
}

.slider-two .owl-nav .owl-prev{
	position:absolute;
	left:30px;
	width:50px;
	height:50px;
	border-radius:50px;
	line-height:50px;
	text-align:center;
	display:inline-block;
	font-size:var(--font-20);
	color: #1c2c37;
	transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-webkit-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	-o-transition:all 250ms ease;
	font-family: 'Font Awesome 5 Pro';
	border:1px solid #1c2c37;
}

.slider-two .owl-nav .owl-next{
	position:absolute;
	right:30px;
	width:50px;
	height:50px;
	border-radius:50px;
	line-height:50px;
	display:inline-block;
	text-align:center;
	font-size:var(--font-20);
	color: #1c2c37;
	transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-webkit-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	-o-transition:all 250ms ease;
	font-family: 'Font Awesome 5 Pro';
	border:1px solid #1c2c37;
}

.slider-two .owl-nav .owl-prev:hover,
.slider-two .owl-nav .owl-next:hover{
	color: #fff;
	border-color: #1c2c37;
	background-color: #1c2c37;
}

/*Feature*/

.feature-one{
	position: relative;
	z-index: 1;
}

.feature-one.style-two{
	margin-top: -110px;
}

.feature-one.style-two .inner-container{
	background-color: var(--white-color);
	box-shadow: 0px 10px 15px rgba(0,0,0,0.10);
}

.feature-one.style-two .feature-block_one-title{
	color: var(--color-two);
}

.feature-one.style-two .feature-block_one-inner::before{
	background-color: var(--color-two);
}

.feature-one.style-two .feature-block_one-inner:hover {
    background-color: rgba(var(--main-color-rgb), 1);
}

.feature-one.style-two .feature-block_one-inner:hover .feature-block_one-title{
	color: var(--white-color);
}

.feature-one.style-two .feature-block_one-inner:hover .feature-block_one-icon{
	color: var(--white-color);
}

.feature-one.style-two .feature-block_one-icon{
	color: var(--main-color);
}

.feature-one .feature-block_one{
	width: 20%;
	float: left;
}

.feature-one .inner-container{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background-color: var(--main-color);
}

.feature-one.alternate{
	padding: 110px 0px 0px;
	margin-top: var(--margin-zero);
}

.feature-block_one{
	position: relative;
}

.feature-block_one-inner{
	position: relative;
	text-align: center;
	padding: 20px 10px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.feature-block_one-inner::before{
	position: absolute;
	content: '';
	right: 0px;
	top: 50px;
	bottom: 50px;
	width: 1px;
	opacity: 0.10;
	background-color: var(--white-color);
}

.feature-block_one:last-child .feature-block_one-inner::before{
	display: none;
}

.feature-block_one-inner:hover{
	background-color:rgba(var(--white-color-rgb), 0.10);
}

.feature-block_one-icon{
	position: relative;
	line-height: 1em;
	font-weight: normal;
	display: inline-block;
	color: var(--white-color);
	font-size: 25px;
	font-family: "Flaticon";
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	background: #2a3574;
    border-radius: 50%;
    padding: 15px;
}

.fa-hand-holding-heart{
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	border-radius: 50%;
    padding: 15px;
	background: #2a3574;

	position: relative;
	line-height: 1em;
	
	display: inline-block;
	
	font-size: 25px;
   
}


.feature-block_one-inner:hover .feature-block_one-icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.feature-block_one-title{
	position: relative;
	line-height: 30px;
	color: var(--white-color);
	margin-top: var(--margin-top-20);
	font-family: 'Barlow Semi Condensed', sans-serif;
}

/**Steps **/

.steps-two{
	position: relative;
	padding: 30px 0px 30px;
}

.steps-two .sec-title_heading{
	line-height: 42px;
	font-size: var(--font-32);
}

.steps-two_image-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}

.steps-two_image-layer::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.90;
	background-color: #1c2c37;
}

.steps-two_content-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.steps-two_content-inner{
	position: relative;
}

.step-two_block{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.step-two_block:last-child{
	margin-bottom: var(--margin-zero);
}

.step-two_block-inner{
	position: relative;
	padding-left: var(--padding-left-100);
}

.step-two_block-icon{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	line-height: 55px;
	text-align: center;
	border-radius: 50px;
	color: var(--main-color);
	font-size: var(--font-34);
	font-family: "Flaticon";
	
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.step-two_block-inner:hover .step-two_block-icon{
	color: var(--white-color);
	background-color: var(--main-color);
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.step-two_block-title{
	position: relative;
	font-weight: 500;
	color: var(--white-color);
}

.step-two_block-text{
	position: relative;
    line-height: 28px;
    font-size: var(--font-16);
    margin-top: var(--margin-top-10);
	color:  #fff;
}

.steps-two_image-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.steps-two_image-inner{
	position: relative;
	padding-left: var(--padding-left-30);
}

.steps-two_image-inner::before{
	position: absolute;
	content: '';
	left: 60px;
	top: 30px;
	right: -30px;
	bottom: -30px;
	z-index: 1;
	border-radius: 25px;
	border: 5px solid var(--main-color);
}

.steps-two_image{
	position: relative;
	border-radius: 35px;
	overflow: hidden;
	display: block;
}

.steps-two_image::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	
}
.steps-two_image img{
	position: relative;
	width: 100%;
	display: block;
}

.steps-two_image.style-two{
	transform: translateY(65px);
}
.steps-two_pattern-layer{
	position: absolute;
	left: -30px;
	top: -100px;
	right: 0px;
	opacity: 0.10;
	bottom: 0px;
	width: 721px;
	height: 481px;
}
.steps-two.style-two .step-two_block-title{
	color: var(--color-two);
}

.steps-two.style-two .step-two_block-text{
	color: var(--color-three);
}

/*header top */
.header-mail {
	color: #fff;
	margin-right: 10px;
}

.future-mar-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.step-color {
	color: #fff!important;
}

.text-project-color {
	color: #fff!important;
}

/*  about   */

.about-area{
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #f8f4f3;
}
.about-image-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    background: #0091fa;
    padding-top: 30px;
    padding-left: 60px;
    border-radius: 30px;
}
.about-image-box:before{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background-color: #f8f4f3;
    content: "";
    z-index: 1;
}
.about-image-box .inner-box{
    position: relative;
    display: block;
    z-index: 2;
}
.about-image-box .inner-box img{
    width: 100%;
    border-radius: 10px;
}
.about-image-box .inner-box .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-image-box .inner-box .overlay .box{
    display: table;
    width: 100%;
    height: 100%;
}
.about-image-box .inner-box .overlay .box .icon{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.about-image-box .inner-box .overlay .box .icon img{
    width: auto;
}


.about-image-box .text-box {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-right: 20px;
    margin-right: 60px;
    z-index: 1;
    border-radius: 10px;
}
.about-image-box .text-box:before {
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-family: 'icomoon';
   
    color: #ebebeb;
    font-size: 70px;
    line-height: 70px;
    transform: perspective(1200px) rotateX(180deg) translateZ(0px);
    z-index: -1;
}
.about-image-box .text-box p {
    color: #828282;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 17px;
}
.about-image-box .text-box h3{
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 600;
}
.about-image-box .text-box h3 span{
    color: #e9212e;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}


.about-text{
    position: relative;
    display: block;
    padding-left: 10px;
}
.about-text .sec-title {
    padding-bottom: 44px;
}
.about-text .inner-content{
    position: relative;
    display: block;    
}
.about-text .inner-content .text {
    display: block;
    padding-bottom: 26px;
}

.about-carousel-box{
    position: relative;
    display: block;
    background: #0091fa;
    padding: 20px 41px 20px;
    z-index: 1;
    border-radius: 10px;
}

@media only screen and (max-width: 667px){ 
	.about-carousel-box{
		position: relative;
		display: block;
		background: #0091fa;
		padding: 20px 0px 20px;
		z-index: 1;
		border-radius: 10px;
	}
}

.about-carousel-box:before {
    position: absolute;
    left: 40px;
    bottom: -30px;
    font-family: "Flaticon";

    /*     content: "\f103"; */
    color: #0091fa;
    font-size: 40px;
    line-height: 40px;
    transform: perspective(1200px) rotateY(180deg) translateZ(0px);
}
.about-carousel-box .single-box{
    position: relative;
    display: block;
}
.about-carousel-box .single-box .icon-holder{
    width: 90px;
}
.about-carousel-box .single-box .icon-holder span:before{
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    margin-left: 1px;
}

.about-carousel-box .single-box .icon-holder,
.about-carousel-box .single-box .text-holder{
    display: table-cell;
    vertical-align: middle;
}
.about-carousel-box .single-box .text-holder{
    padding-left: 10px;
}
.about-carousel-box .single-box .text-holder h3{
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 5px;
}
.about-carousel-box .single-box .text-holder p{
    color: #ffffff;
    margin: 10px;
    text-align: justify;
}

.about-carousel-box.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
}
.about-carousel-box .owl-dots {
    position: absolute;
    margin-top: 50px !important;
    height: 25px;
    line-height: 25px;
    left: -10px;
}
.about-carousel-box .owl-dots .owl-dot{
	background-image: none;
	width: 20px;
	height: 5px;
	margin: 0px 10px;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
	padding: 0px;
	border-radius: 0%;
	transition: all 500ms ease;
	display: inline-block;
}
.about-carousel-box .owl-dots .owl-dot span{
	display: none;	
}
.about-carousel-box .owl-dots .owl-dot.active{
	background: #0091fa;
    border-color: #0091fa;
}
/* About */
.about-two{
	position: relative;
	overflow: hidden;
	padding: 40px 0px 0px;
	background-color: var(--color-two);
}

.about-two_pattern{
	position: absolute;
	right: -200px;
	top: -100px;
	width: 542px;
	height: 663px;
	opacity: 0.10;
}

.about-two_pattern-two{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 287px;
	height: 391px;
	opacity: 0.20;
	background-repeat: no-repeat;
}

.about-two_color-layer{
	position: absolute;
	left: -100px;
	top: 50px;
	width: 320px;
	height: 370px;
	opacity: 0.05;
	border-radius: 25px;
	background-color: var(--color-six);
}

.about-two_image-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.about-two_image-inner{
	position: relative;
	text-align: right;
}

.about-two_image{
	position: relative;
	display: inline-block !important;
}

.about-two_image img{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

.about-two_image::before{
	position: absolute;
	content: '';
	left: 30px;
	top: -30px;
	bottom: 30px;
	right: -30px;
	z-index: 10;
	overflow: hidden;
	border-radius: 25px;
	border: 3px solid var(--main-color);
}

.about-two_image-two{
	position: absolute;
	left: 0px;
	/* left: 100px; */
	bottom: 0px;
	overflow: hidden;
	display: inline-block;
	border-radius: 35px;
}

.about-two_content-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.about-two_content-inner{
	position: relative;
	padding-left: 60px;
	padding-top: 30px;
}

.about-two_title{
	position: relative;
	font-weight: 500;
	letter-spacing: 0.4em;
	font-size: var(--font-14);
	text-transform: uppercase;
	color: var(--white-color);
	padding-left: var(--padding-left-40);
}

.about-two_title::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 2px;
	width: 30px;
	height: 16px;
	
	background-repeat: no-repeat;
}

.about-two_heading{
	position: relative;
	font-weight: 700;
	line-height: 44px;
	color: var(--white-color);
	font-size: var(--font-32);
	margin-top: var(--margin-top-15);
}

.about-two_text{
	position: relative;
	line-height: 28px;
	
	color: #000;
	font-size: 17px;
	margin-top: var(--margin-top-15);
	margin-bottom: 10px;
	font-weight: 700;
}

.about-two_counter{
	position: absolute;
	left: 100px;
	top: 50px;
	transform: rotate(-90deg);
}

.about-two_counter-words{
	position: relative;
	font-weight: 500;
	line-height: 1em;
	color: var(--white-color);
	font-size: var(--font-52);
}

.about-two_counter-text{
	position: relative;
	font-weight: 500;
	font-size: var(--font-14);
	color: var(--main-color);
	margin-top: var(--margin-top-5);
}

.about-block_one{
	position: relative;
	margin-bottom: 10px;
}

.about-block_one-inner{
	position: relative;
	line-height: 1.8em;
	font-size: 18px;
	
	color:  #000;
	text-align: justify!important;
}

.about-block_one strong{
	position: relative;
	display: block;
	font-weight: 500;
	line-height: 1em;
	font-size: var(--font-24);
	color: var(--white-color);
	font-family: var(--font-family-Inter);
	margin-bottom: var(--margin-bottom-15);
}

.about-one_button-box{
	position: relative;
	margin-top: var(--margin-top-20);
}

.about-one_button-box .btn-style-one:before{
	background-color: var(--white-color);
}

.about-one_button-box .btn-style-one:hover .btn-wrap .text-two{
	color: var(--black-color);
}

/* services */
.services .bord-box {
    overflow: hidden;
}

.services .box-top {
    position: relative;
    margin-top: -80px;
    z-index: 4;
}

.services .feat-top {
    padding: 100px 80px;
    position: relative;
    width: 80%;
    margin-top: -40px;
    z-index: 3;
}

.services .feat-top .notfull {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.services .feat-top .notfull.animated {
    width: 100%;
}

.services .item-bx {
    padding: 40px 40px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-right: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.services .item-bx:last-of-type {
    border-right: 1px solid #eee;
}

.services .item-bx:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.services .item-bx:hover p {
    color: #eee;
}

.services .item-bx:hover .more {
    color: #0090f5;
}

.services .item-bx .numb {
    font-size: 60px;
    margin-bottom: 10px;
    color: transparent;
    -webkit-text-stroke: 1px #0090f5;
    text-align: center;
}

.services .item-bx .icon {
    font-size: 60px;
    color: #b19777;
    margin-bottom: 30px;
}

.services .item-bx .more {
    font-size: 20px;
}

.services .item-bx.bg-img {
    position: relative;
    border: 0;
    z-index: 2;
}

.services .item-bx.bg-img:hover:after {
    background: rgba(0, 0, 0, 0.6);
}

.services .item-bx.bg-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.services .item-sm h6 {
    font-weight: 600;
    font-size: 18px;
}

.services .item-sm .numb {
    font-size: 40px;
    font-weight: 400;
    color: #b19777;
    padding-right: 70px;
    line-height: 1;
    position: relative;
}

.services .item-sm .numb:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #ddd;
    width: 50px;
    height: 1px;
}

.services.halfbg .background {
    height: 70vh;
}

.services.halfbg .ontop {
    position: relative;
    margin-top: -120px;
    z-index: 3;
}

.services.halfbg .ontop .item-bx:hover {
    background: #b19777;
}

.services.halfbg .ontop .item-bx:hover .numb,
.services.halfbg .ontop .item-bx:hover .more {
    color: #fff;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-gray {
    background-color: #f8f4f3;
}

.services-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.what-head-style {
    text-align: center;
    font-weight: 700;
	margin-top: 20px;
}
.bord-box img {
    height: 60px;
    text-align: center;
}

/*whatwedo */
.working-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 20px 0 20px;
    z-index: 1;
    
}
.working-area::before {
    background: rgba(40, 41, 46, 0.97) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
} 
.single-working-box{
    position: relative;
    display: block;
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
}
.single-working-box .img-holder{
    position: relative;
    display: block;

	background-color: #fff;
	padding: 10px 10px 10px 10px;
}
.single-working-box .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-working-box .img-holder .inner img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease 300ms;

  
}

.single-working-box:hover .img-holder .inner img{
    transform:scale(1.2) rotate(2deg);	
} 
.single-working-box .img-holder .inner .overlay-style-one{
    background-color: rgba(0, 0, 0, 0.85);
}
.single-working-box:hover .img-holder .inner .overlay-style-one{
    opacity: 1;    
}

.single-working-box .img-holder .inner:before,
.single-working-box .img-holder .inner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
    transition: all 700ms ease 500ms;
    border-radius: 0px;
    z-index: 3;
}
.single-working-box .img-holder .inner:before {
    transform: scale(0, 1);
    transform-origin: bottom center;
    border-top: 4px solid #0091fa;
    border-bottom: 4px solid #0091fa;
}
.single-working-box:hover .img-holder .inner:before {
    transform: scale(1, 1);
}
.single-working-box .img-holder .inner:after {
    transform: scale(1, 0);
    transform-origin: left center;
    border-left: 4px solid #0091fa;
    border-right: 4px solid #0091fa;
}
.single-working-box:hover .img-holder .inner:after{
    transform: scale(1, 1);    
}

.single-working-box .text-holder{
    position: relative;
    display: block;
    background: #ffffff;
    margin: 0 20px;
    margin-top: -40px;
    z-index: 5;
	border-radius: 20px;
}
.single-working-box .text-holder .plus-icon-box {
    position: absolute;
    right: 5px;
    top: -25px;
    width: 50px;
    height: 50px;
    background: #0091fa;
    border-radius: 50%;
    text-align: center;
    display: block;
    padding: 15px 0;
    transition: all 300ms ease 100ms;
}

.single-working-box:hover .text-holder .plus-icon-box {
    top: -50px;
    height: 75px;
    background: #0091fa;
    border-radius: 25px 25px 0px 0px;
    padding: 27px 0;
}

.single-working-box .text-holder .plus-icon-box span:before{
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
}

.single-working-box .text-holder .outer-box {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-top: 10px;
    
}
.single-working-box .text-holder .outer-box .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: rgb(237,237,237);
    background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(237,237,237,0) 0%, rgba(237,237,237,1) 100%, rgba(32,50,96,0) 100%, rgba(32,50,96,0.6530987394957983) 100%, rgba(80,166,253,1) 100%, rgba(93,173,253,1) 100%);
}
.single-working-box .text-holder .outer-box .icon .inner {
    display: table;
    width: 100%;
    height: 100%;
}
.single-working-box .text-holder .outer-box .icon .inner .box{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-working-box .text-holder .outer-box .icon .inner .box span:before{
    color: #0091fa;
    font-size: 35px;
    line-height: 35px;
}

.single-working-box .text-holder .outer-box .text{
    position: relative;
    display: block;
 
    text-align: center;
}
.single-working-box .text-holder .outer-box .text h3{
    color: #27282c;
    font-weight: 600;
   padding-bottom: 10px;
   font-size: 20px!important;
}
.single-working-box .text-holder .outer-box .text p{
    margin: 0;
}

.recently-project-area {
    padding-top: 30px;
    background: #283577;
}

.project-heading-style {
    font-size: 25px!important;

}
/* Testimonial */

.testimonial-one{
	position: relative;
	padding: 10px 0px 10px;
}

.testimonial-one.style-two{
	padding-top: 220px;
	margin-top: -110px;
}

.testimonial-one .owl-nav{
	display: none;
}

.testimonial-one .owl-dots{
	position: relative;
	text-align: center;
	margin-top: var(--margin-top-15);
}

.testimonial-one .owl-dots .owl-dot{
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0px 10px;
	display: inline-block;
	border-radius: 50px;
	padding: 5px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	background-color: rgba(var(--color-three-rgb), 0.30);
}

.testimonial-one .owl-dots .owl-dot:hover,
.testimonial-one .owl-dots .owl-dot.active{
	background-color: rgba(var(--main-color-rgb), 1);
}

.testimonial-one .owl-dots .owl-dot::before{
	position: absolute;
	content: '';
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	border-radius: 50px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	border:5px solid rgba(var(--color-three-rgb), 0.10);
}
.testimonial-one .owl-dots .owl-dot.active::before,
.testimonial-one .owl-dots .owl-dot:hover::before{
	border-color:rgba(var(--main-color-rgb), 0.40);
}
.testimonial-one::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.10;
	background-color: var(--color-two);
}
.testimonial-block_one{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.testimonial-block_one-inner{
	position: relative;
}
.testimonial-block_one-inner::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 50px;
	right: 0px;
	bottom: 0px;
	border-radius: 20px;
	background-color: var(--white-color);
}

.testimonial-block_one.style-two .testimonial-block_one-inner::before{
	border:1px solid rgba(var(--black-color-rgb), 0.10);
}

.testimonial-block_one-upper-box{
	position: relative;
	text-align: center;
	padding: 0px 30px 10px;
}

.testimonial-block_one-author{
	position: relative;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.10);
}
.testimonial-block_one-author img{
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
.testimonial-block_one-quote{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	z-index: 1;
	font-weight: 700;
	line-height: 30px;
	border-radius: 50px;
	color: var(--white-color);
	background-color: var(--main-color);
	font-family: 'Font Awesome 5 Pro';
}
.testimonial-block_one-text{
	position: relative;
	line-height: 30px;
	font-size: 16px;
	color: var(--color-two);
	margin-top: var(--margin-top-20);
    text-align: center;
}
.testimonial-block_one-lower-box{
	position: relative;
	padding: 10px 15px;
	text-align: center;
	border-top: 1px solid rgba(var(--black-color-rgb), 0.10);
}
.testimonial-block_one-name{
	position: relative;
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-18);
	font-family: var(--font-family-Inter);
}
.testimonial-block_one-designation{
	position: relative;
	color: var(--color-three);
	font-family: var(--font-family-Inter);
}


.services-section .item-bx {
	text-align: center;
	color: #1c2c37;
}

.about-carousel-box:before {
    position: absolute;
    left: 40px;
    bottom: -30px;
    font-family: "Flaticon";
    content: "\f103";
    color: #0091fa;
	background-color: #0091fa;
    font-size: 40px;
    line-height: 40px;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	
}

.mobile-nav-toggler img {
	max-width: 30%!important;
}


/*** 
=============================================
    Contact Info Area style
=============================================
***/
.contact-info-area {
    position: relative;
    display: block;
    background: #eaebf1;
    padding: 30px 0 30px;
}
.contact-form {
    position: relative;
    display: block;
    z-index: 3;
}
.contact-form .inner-box{
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ededed;
    padding: 49px; 
	border-radius: 10px;
	margin-bottom: 10px;
}
.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
}
.contact-form form .input-box .icon {
    position: absolute;
    top: 19px;
    left: 20px;
}
.contact-form form .input-box .icon i{
    color: #b6b6b6;
    font-size: 16px;
}
.contact-form form .input-box .icon.envelop {
    position: absolute;
    top: 16px;
    left: 20px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
    position: relative;
    display: block;   
    background: #ffffff;
    border: 1px solid #ededed;
    width: 100%;
    height: 60px;
    font-size: 15px;
    padding-left: 50px;
    padding-right: 20px;
    border-radius: 0px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}
.contact-form form textarea {
    height: 110px;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
}
.contact-form form input[type="text"]:focus{
    border-color: #1d1d1d; 
    color: #222222;
}
.contact-form form input[type="email"]:focus{
    border-color: #1d1d1d;
    color: #222222;
}
.contact-form form textarea:focus{
    border-color: #1d1d1d;
    color: #222222;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #828282;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #828282;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #828282;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #828282;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #828282;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #828282;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #828282;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #828282;
}
.contact-form form button {
    position: relative;
    display: block;
    width: 100%;
}
.contact-form-image-box {
    position: absolute;
    top: -110px;
    right: -350px;
    z-index: 1;
}
.contact-form-image-box img{
    max-width: none;
    float: left;
}


.sec-title .title {
    position: relative;
    display: block;
    color: #27282c;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.sec-title .bottom-text {
    color: #7c7e84;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-transform: none;
    margin: 13px 0 0;
    font-family: 'Rubik', sans-serif;
}

.cda-icon i {
    font-size: 35px;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #2a3574;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
}

.cda-content-inner h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

.cda-content-inner p {
    color: #000;
    margin: 10px 0;
}

.cda-content-area {
    background: #fff;
    padding: 0px 0;
    border-radius: 10px;
    margin: 0px 20px 20px 20px;
}

.cda-single-content {
    margin: 0 45px;
    padding: 10px 0 0px;
}

.contact-us .appoinment-title h3 {
    margin-bottom: 20px;
    padding-top: 35px;
    font-weight: 500;
}

.contact-us .input-box {
    color: #000;
}

.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px 15px 10px;
}

.footer-img {
	
	text-align: right;
}
.footer-img img{
	width: 100%!important;
	
  background-position: right;
}

.btn-one {
    position: relative;
    display: inline-block;
    background: #2a3574;
    color: #ffffff;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    padding: 0 30px 0;
    transition: all 500ms ease;
	border-radius: 10px;
}


.btn-one:hover {
    color: #ffffff;
    background: #27282c;
}


.ser-para-bot{
	padding-bottom: 10px;
}



/*** 
=============================================
    Why Choose Area style
=============================================
***/
.why-choose-area{
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 30px 0 30px;
    z-index: 1;
}
.why-choose-title{
    position: relative;
    display: block;
    padding-bottom: 10px;
    background: #27282c;
    max-width: 390px;
    width: 100%;
	border-radius: 10px;
}

@media only screen and (max-width: 699px) { 
	.why-choose-title{
		position: relative;
		display: block;
		padding-bottom: 10px;
		background: #27282c;
		max-width: 390px;
		width: 100%;
		border-radius: 10px;
		margin-bottom: 10px;
	}

	.accordion-box .accordion ul li,p {
		font-size: 18px !important;
		padding-left: 20px;
		margin-bottom: 10px;
		text-align: justify;
	}

	.single-working-box .text-holder .outer-box .text p {
		padding-left: 5px;
		padding-right: 5px;
	}

	.cda-content-area {
		background: #fff;
		padding: 0px 0;
		border-radius: 10px;
		margin: 10px 0px 20px 0px;
	}

	.contact-para {
		padding-left: 0px!important;
	}
	.con-para-2 {
		text-align: center;
		padding-left: 0px!important;
	}

}


.why-choose-title .sec-title {
    margin: 0;
    padding-top: 10px;
    /* padding-left: 40px; */
    padding-bottom: 10px;
}
.why-choose-title .sec-title .icon {
    position: relative;
    display: block;
    margin-bottom: 32px;
}
.why-choose-title .sec-title .title {
    color: #ffffff;
    font-size: 20px;
	text-align: center;
    line-height: 40px;
	text-transform: none;
}
.why-choose-title ul{
    position: relative;
    display: block; 
    padding-left: 40px;
}
.why-choose-title ul li{
    position: relative;
    display: block;
    padding-left: 35px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 17px;
}
.why-choose-title ul li:last-child{
    margin-bottom: 0;
}
.why-choose-title .fa-check{
   
    position: absolute;
    top: 2px;
    left: 0;
    color: #e9212e;
    font-size: 20px;
    line-height: 20px;
}
.why-choose-title .button{
    position: relative;
    display: block;
    margin-top: 52px;
    z-index: 1;
}
.why-choose-title .button:before{
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 10px;
    background: #e9212e;
    content: "";
    z-index: -1;
}
.why-choose-title .button:after {
    position: absolute;
    top: -15px;
    left: -10px;
    width: 10px;
    height: 15px;
    content: "";
    background: url(../images/icon/button-shape.png);
    z-index: -1;
}
.why-choose-title .button a {
    position: relative;
    display: block;
    background: #e9212e;
    color: #ffffff;
    line-height: 70px;
    padding: 0 40px 0;
}
.why-choose-title .button a:hover{
    background: #d51723;
}

.why-choose-content{
    position: relative;
    max-width: 780px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.why-choose-content .single-box{
    position: relative;
    display: block;
    padding: 50px 40px 42px;
    padding-right: 30px;
    width: 50%;
}
.why-choose-content .single-box.redbg{
    background: #e9212e;
}
.why-choose-content .single-box.whitebg{
    background: #ffffff;
}
.why-choose-content .single-box.blackbg{
    background: #27282c;
}

.why-choose-content .single-box .icon-holder{
    position: relative;
    display: block;
    padding: 10px;
    width: 70px;
    height: 70px;
    z-index: 1;
}
.why-choose-content .single-box .icon-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #ed4d58;
    border-radius: 50%;
    z-index: -1;
}
.why-choose-content .single-box .icon-holder span:before{
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
}

.why-choose-content .single-box .text-holder{
    position: relative;
    display: block;
    padding-top: 16px;
}
.why-choose-content .single-box .text-holder h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 18px;
}
.why-choose-content .single-box .text-holder p{
    color: #ffffff;
    margin: 0;
}
.why-choose-content .single-box.whitebg .text-holder h3{
    color: #e9212e;
}
.why-choose-content .single-box.whitebg .text-holder p{
    color: #828282;    
}
.why-choose-content .single-box.whitebg .icon-holder:before{
    background: #ffeced;
}
.why-choose-content .single-box.whitebg .icon-holder span:before{
    color: #e9212e;
}
.why-choose-content .single-box.blackbg .text-holder p{
    color: #828282;    
}
.why-choose-content .single-box.blackbg .icon-holder:before{
    background: #36373b;
}
.why-choose-content .single-box.blackbg .icon-holder span:before{
    color: #ffffff;
}

.why-para-just {
	text-align: justify;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}



/*** 
=============================================
    Faq Area style
=============================================
***/
.faq-area{
    position: relative;
    display: block;
    padding: 30px 0 30px;
	background: #f8f4f3;
}
.faq-content-box {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 0px 30px 0px;
	border-radius: 10px;
}

.faq-area li i {
	background: #000;
	color: #fff;
	border-radius: 50%;
	padding: 2px 2px 2px 2px;
}



.accordion-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.accordion-box .accordion {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.accordion-box .accordion  ul li {
	font-size: 18px !important;
	padding-left: 20px;
	margin-bottom: 10px;
}
.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background: #ffffff;
    padding-left: 40px;
    padding-right: 70px;
    padding-top: 15px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 3px 5px 2px #ededed; 
    box-shadow: 0px 3px 5px 2px #ededed;
    transition: all 500ms ease;

	border-radius: 10px;
}
.accordion-box .accordion .accord-btn h4 {
    color: #27282c;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
    font-family: "Flaticon";
    position: absolute;
    top: 22px;
    right: 40px;
    color: #b4b4b4;
    content: "\f10d";
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active{
    background: #27282c;
    transition: all 500ms ease;
	border-radius: 10px;
}
.accordion-box .accordion .accord-btn.active h4 {
    color: #ffffff;
}
.accordion-box .accordion .accord-btn.active:after{
    color: #ffffff;
}
.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-bottom: 7px;
    padding-left: 0px;
    /* padding-right: 40px; */
    display: none;
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    margin: 0;
}


.faq-img img {
	width: 100%;
	border-radius: 10px;
	padding: 10px;
	background-color: #fff;
}

.fa-para-col {
	color: #000;
}