/*
=============
JoraTali
=============
*/
.elementor-progress-percentage {
	margin-top: -15px;
	font-size: 16px;
}
.bigtheme-button {
    margin-top: 25px;
}
.elementor-accordion-item{
  margin-bottom: 20px;
}
.tab-content-inner h5 {
    color: #0194FC;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.tab-content-inner {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.30);
    padding-bottom: 20px;
}
.elementor-tab-title.elementor-active {
    border-bottom: 2px solid #0194FC !important;
}
.banner-list.text-white.d-flex.align-items-center a {
    display: block;
    color: #fff;
    font-weight: 500;
    font-family: 'Inter';
    margin-right: 30px;
}
.banner-list.text-white.d-flex.align-items-center a i{
	margin-right:5px;
}


/*
=============
Slick Slider
=============
*/

.single-slick{
	position: relative;
	min-height: 700px;
	z-index: 1;
}
.single-slick.style-five {
    min-height: 950px;
}
.slider-height-five .single-slick{
height:800px;
}
.slide-img, .parallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dreamit-slick-slider .slick-dots {
	bottom: 50px !important;
	position: relative;
}
.dreamit-slick-slider .hero-text-wrap h1 {
    font-size: 60px;
    
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-weight: 700;
    line-height: 1.1;
}
.dreamit-slick-slider .hero-text-wrap h4{
	font-size: 19px;
	letter-spacing: 2px;
	margin: 0 0 24px;
	border-top: 2px solid #0194FC;
	display: inline-block;
	color: #232323;
	-webkit-animation: 0.8s 0.8s fadeInUp both;
	animation: 0.8s 0.8s fadeInUp both;
}

.dreamit-slick-slider .hero-text-wrap p {
    font-size: 20px;
    margin: 25px 0 35px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}

.dreamit-slick-slider .hero-text-wrap .btn{
	font-size: 17px;
	color:#fff;
	background: #0194FC;
	padding: 12px 32px;
	-webkit-animation: 1s 2s fadeInUp both;
	animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .text-left .hero-text-wrap .btn {
    margin-right: 15px;
}
.dreamit-slick-slider .text-right .hero-text-wrap .btn {
    margin-left: 0;
    margin-right: 10px;
}
.dreamit-slick-slider .text-center .hero-text-wrap .btn {
    margin: 0 7px 0;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover{
	 background: #fff;
    color: #0194FC;
}

.btn-md.btn-animated-none.btn-two {
    background: #fff;
    color: #0194FC;
}
.btn-md.btn-animated-none.btn-two:hover {
    background: #0194FC;
    color: #fff;
}
.dreamit-slick-slider .slider-video-icon {
    padding-left: 30px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    display: inline-block;
}

.slider-single-image img {
	display: block;
	width: 660px;
}

.dreamit-slick-slider .style-two .slider-video-icon {
    padding-left: 0;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    display: block;
    margin-bottom: 50px;
}
.dreamit-slick-slider .style-two .hero-text-wrap p {
	margin: 15px 0 30px;
}
.slider-single-image {
    position: absolute;
    bottom: 0px;
    right: 10%;
}
.text-right .slider-single-image {
    left: 10%;
	right:inherit;
}
.text-center .slider-single-image {
    display:none;
}
.text-right .hero-text-wrap {
    text-align: left;
    float: right;
}
/* Slider Style Three */
.style-three .hero-text-wrap {
    position: relative;
    background: #FFF;
    WIDTH: 100%;
    PADDING: 45px 40px 45px;
    max-width: 560px;
    border-radius: 10px;
    box-shadow: 0.125rem 0.25rem 1.25rem 0.0875rem rgba(45,45,45,.13);
}
.style-three .hero-text-wrap h1 {
    font-size: 45px;
}

/* Slick Slider Style Four */
.single-slick.slider-style-four {
    min-height: 880px;
}

/* Slick Slider Style Five */
.style-five .slider-single-image {
    position: absolute;
    bottom: 171px;
    right: 8%;
}

/* Style Six */
.single-slick.style-six .slider-single-image{
    right: 2%;
}
.single-slick.style-six .slider-single-image img{
    width: 100%;
}
.single-slick.style-six .hero-text-wrap{
    position: relative;
    z-index: 1;
}
.single-slick.style-six .hero-text-wrap h1 span{
    color: #0194FC;
}
.single-slick.style-six .hero-text-wrap p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-family: "Fira Sans", Sans-serif;
}
.single-slick.style-six .hero-text-wrap .btn {
    display: inline-block;
    background: #0194FC;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: "Fira Sans", Sans-serif;
    text-transform: uppercase;
    padding: 8px 26px;
    transition: .5s;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}
.single-slick.style-six .hero-text-wrap .btn:before {
    position: absolute;
    content: "";
    background: #232323;
    height:100%;
    width:10%;
    transition: .5s;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 30px;
    opacity: 0;
}
.single-slick.style-six .hero-text-wrap .btn:hover:before{
  width: 100%;
  opacity: 1;
}
.single-slick.style-six .hero-text-wrap .btn:hover i{
  background:#0194FC;
  color:#fff;
}
.single-slick.style-six .hero-text-wrap .btn i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #f00;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    left: 17px;
    transition: .5s;
}
.single-slick.style-six .shape1{
    position: absolute;
    right: 0;
    top: 0;
}
.single-slick.style-six .shape2 {
	position: absolute;
	left: 36%;
	top: 75%;
}
.single-slick.style-six .shape3 {
	position: absolute;
	top: 0;
	left: 0;
}
.single-slick.style-six .shape4{
    position: absolute;
    right: 0;
    top: 0;
}
.single-slick.style-six .shape5 {
	position: absolute;
	top: 0;
	left: 0;
}
.single-slick.style-six .shape6 {
	position: absolute;
	top: 0;
	left: 0;
}
.single-slick.style-six .shape7 {
	position: absolute;
	top: 0;
	left: 0;
}

.shape19 {
    position: absolute !important;
    right: 43%;
    bottom: -31px;
    z-index: -1;
}

.shape19 img {
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.shape20 {
  position: absolute !important; 
  right: 55%;
  bottom: 5%;
  z-index: -1;
}

.shape20 img {
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.shape21 {
  position: absolute !important;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.shape21 img {
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.shape22 {
  position: absolute !important;
  left: 5%;
  top: 15%;
  z-index: -1;
}

.shape22 img {
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.shape23 {
  position: absolute !important;
  left: 10%;
  bottom: 10%;
  z-index: -1;
}

.shape23 img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape24 {
  position: absolute !important;
  left: 25%;
  top: 40%;
  z-index: -1;
}

.shape24 img {
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.shape25 {
  position: absolute !important;
  left: 40%;
  bottom: 10%;
  z-index: -1;
}

.shape25 img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape26 {
  position: absolute !important;
  left: 30%;
  top: 15%;
  z-index: -1;
}

.shape26 img {
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}
/* End Saas banner */
/* Shape rotate */
.shape-rotate {
  position: absolute  !important;
  left: 13%;
  top: 23%;
  z-index: -1;
  opacity: .3;
}
@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slider-video-icon a i {
    line-height: 50px;
}
.slider-video-icon a {
	position:relative;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
	opacity: 0;
	}
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
	opacity: 0;
	}
}

.slider-video-icon a i{
	font-size: 23px;
}

.slider-video-icon a {
    background: #0194FC;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    position: relative;
    display: inline-block;
}
.slider-video-icon a{
    border-radius: 50%;
    display: block;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s
}
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.slider-shape1.rotateme {
	position: absolute;
	left: -74px;
	top: 80px;
}
.slider-shape2.rotateme {
	position: absolute;
	right: 200px;
	top: 200px;
}
.slider-shape3 {
	position: absolute;
	left: 212px;
	top: 351px;
   -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
}




/* Slider Nav & Dots Css */

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev, .slick-next {
	background-color: transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	height: 60px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	width: 60px;
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 60px;
	color: #fff;
	border: 0;
	background: rgba(0,0,0,0.4);
}
.em-slick-slider-new .slick-prev {
	left: -57px;
}

.em-slick-slider-new .slick-next {
	right: -57px;
}

.em-slick-slider-new:hover .slick-prev {
	left: 50px;
}

.em-slick-slider-new:hover .slick-next {
	right: 50px;
}

.slick-prev::before,
.slick-next::before {
	color: #fff;
	font-size: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	content: "\f104";
	font-family: FontAwesome;
}

.slick-next:before {
	content: "\f105";
	font-family: FontAwesome;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
background: #0194FC;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
}

.em-slick-slider-new .slick-dots {
	bottom: 35px;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	left: 50%;
}
.slick-dots {
    bottom: 0px !important;
    position: relative;
    text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li {
	height: 5px;
	margin: 0 3px;
	width: 20px;
}
.slick-dots li button {
	background-color: #ddd;
	border: 0 none;
	height: 13px;
	padding: 0;
	text-indent: -99999px;
	width: 13px;
	border-radius: 100%;
}
.slick-dots .slick-active button {
	background-color: #0194FC;
}

.bnrsk:after {
	background-color: rgba(0, 0, 0, 0.0);
}

.em_slick_testimonial .slick-dots li button {
	background-color: #333;
}

.em_slick_testimonial .slick-dots .slick-active button {
	background-color: #0194FC;
}

/* IMAGE SLIDER */
.em-image-sliderslick .slick-prev,
.em-image-sliderslick .slick-next,
.em-image-sliderslick .slick-dots li button {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.em-image-sliderslick:hover .slick-prev,
.em-image-sliderslick:hover .slick-next,
.em-image-sliderslick:hover .slick-dots li button {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.em-slick-slider-new.em-image-sliderslick .slick-dots {
	bottom: 20px;
	position: relative;
}

.em-slick-slider-new.em-image-sliderslick .slick-dots li button {
	background-color: #000;
}

.em-slick-slider-new.em-image-sliderslick .slick-dots .slick-active button {
	background-color: #0194FC;
}


/* testimonial slick */
.em-testi-content.slick-slide:focus,
.em-testi-content.slick-slide:active {
	color: #fff;
	background-color: #fff;
}

.em-slick-testi-wraper .slick-active .em_testi_title_ar {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.em-slick-testi-wraper .slick-active.slick-current .em_testi_title_ar {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* About Section Image Slider Css */

.about-image-slider .em-slick-slider-new .slick-prev {
	left: 0px;
}

.about-image-slider .em-slick-slider-new .slick-next {
	right: 0px;
}

.about-image-slider .em-image-sliderslick .slick-prev,
.about-image-slider .em-image-sliderslick .slick-next,
.about-image-slider .em-image-sliderslick .slick-dots li button {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.about-image-slider .slick-prev,
.about-image-slider .slick-next {
	border-radius: 0;
	height: 47px;
	line-height: 47px;
	color: #fff !important;
	background: rgba(0, 0, 0, 0.60);
}

.about-image-slider .slick-prev::before,
.about-image-slider .slick-next::before {
	color: #fff;
}

.about-image-slider .em-image-sliderslick:hover .slick-prev,
.about-image-slider .em-image-sliderslick:hover .slick-next {
	background: #0194FC;
	color: #fff;
}



/* Slick Style Two */
.single-slick.style-two {
    min-height: 860px;
}
.dreamit-slick-slider .single-slick.style-two.text-left .slider-video-icon {
    padding-left: 0;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    display: inline-block;
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
}

/*Hero Section Css */
.hero-section {
    height: 925px;
    position: relative;
}
.hero-section .text-area {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.subtitle {
    background: #062A33;
    display: inline-block;
    padding: 7px 13px 2px 28px;
    border-radius: 30px;
}
.hero-content{
    position: relative;
}
.hero-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: -31px;
    height: 100%;
    width: 1px;
    background-image: linear-gradient(#00B98E, #02383D);
}
.hero-section .text-area .subtitle h4 {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin: 0 0 4px;
}
.hero-section .text-area .subtitle h4 span {
    position: relative;
    z-index:1;
    color: #00B88E;
    left: -14px;
    height: 26px;
    width: 26px;
    border-radius: 100%;
    line-height: 26px;
    display: inline-block;
    text-align: center;
}
.subtitle{
    position: relative;
    z-index:1;
}
.subtitle:before {
    position: absolute;
    content: "";
    top: -1px;
    left: 5px;
    height: 41px;
    width: 41px;
    background: #00B88E;
    z-index: -1;
    text-align: center;
    border-radius: 100%;
}
.hero-section .text-area .subtitle h4 span:after {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    height: 26px;
    width: 26px;
    background: #fff;
    border-radius: 100%;
    z-index: -1;
}


.hero-section .text-area .title{
	margin-bottom: 13px;
}
.hero-section .text-area .title h2 {
    color: #fff;
    font-size: 62px;
    line-height: 1;
    margin: 29px 0 0;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-weight: 400;
}
.hero-section .text-area .title h3 {
    color: #fff;
    font-size: 62px;
    font-weight: 600;
    margin: 8px 0 17px;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
}
.hero-section .text-area .title h2 span{
	color: #0194FC;
}
.hero-section .text-area .description p {
    color: #919da4;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    line-height: 28px;
}
.hero-section .text-area .hero-button {
    margin-top: 38px;
    display: inline-block;
}
.hero-section .text-area .hero-button a {
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 15px 37px 15px 67px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    border-radius: 30px;
    font-weight: 600;
    border: 0;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    z-index: 1;
    background-image: linear-gradient(to left, #02383D, #00B98E);
    border-radius: 50px;
}
.hero-section .text-area .hero-button a:before {
    content: '';
    position: absolute;
    height: 96%;
    width: 98%;
    background-color: #0D192F;
    left: 1%;
    top: 1%;
    z-index: -1;
    border-radius: 50px;
    transition: .5s;
}
.hero-section .text-area .hero-button a:hover::before {
    left: 0;
    top: 0;
    bottom: 0;
    background: #00B88E;
}
.banner .icon-box.d-flex.style-one {
    animation: 1s 2s fadeInUp both !important;
}
.hero-section .text-area .hero-button a:after {
    position: absolute;
    content: "";
    top: 14px;
    left: 29px;
    height: 26px;
    width: 26px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(https://bigtheme.dreamitsolution.net/crypto/wp-content/uploads/2022/03/01_Home.png);
}

.hero-section .text-area .hero-button a i{
	margin-left:5px;
}
.hero-section .single-image {
    -webkit-animation: 0.8s 0.8s fadeInRight both;
    animation: 1.1s 1.2s fadeInRight both;
    position: absolute;
    width: 100%;
    right: -68%;
    top: 21%;
}
.hero-video-icon {
    display: inline-block;
    margin-left: 22px;
}
.hero-video-icon h6 {
    font-size: 16px;
    display: inline-block;
}
.hero-video-icon a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    border: 2px solid #333;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
}
.hero-section .clouds{
	position: absolute;
}
.hero-section .shape1 {
	position: absolute;
	right: 920px;
	top: 200px;
}
.hero-section .shape2 {
	position: absolute;
	right: 340px;
	top: 80px;
}
.hero-section .shape3{
	position: absolute;
	right: 110px;
	bottom: 100px;
}
.hero-section .shape4{
	position: absolute;
	left: 60px;
	bottom: 100px;
}
.hero-section .shape5{
	position: absolute;
	left: 60px;
	top: 100px;
}
.hero-main .container-fluid {
    padding: 0 190px;
}

/*Style Two */
.hero-section.style-two{
	text-align: center;
}
.hero-section.style-two .text-area{
	left: 0;
	right: 0;
	margin: auto;
}
.hero-section.style-two .text-area .subtitle h4{
	color: #fb4242;
	font-size: 48px;
	font-weight: 900;
	text-transform: capitalize;
}
.hero-section.style-two .text-area .subtitle h4 span{
	font-size: 50px;
}
.hero-section.style-two .container-fluid{
	padding: 0 35px;
}
.hero-section.style-two .text-area .title h3,
.hero-section.style-two .text-area .title h2 {
	color: #fff;
	font-size: 90px;
	text-transform: none;
}
.hero-section.style-two .text-area .title h3 span,
.hero-section.style-two .text-area .title h2 span{
	color: #fb4242;
}
.hero-section.style-two .text-area .description p{
	color: #fff;
}

/*Style Three */
.hero-section.style-three .text-area{
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.hero-section.style-three .text-area .subtitle h4{
	color: #fb4242;
	font-size: 48px;
	font-weight: 900;
	text-transform: capitalize;
}
.hero-section.style-three .text-area .subtitle h4 span{
	font-size: 50px;
}
.hero-section.style-three .container-fluid{
	padding: 0 35px;
}
.hero-section.style-three .text-area .title h3,
.hero-section.style-three .text-area .title h2 {
	color: #fff;
	font-size: 90px;
	text-transform: none;
}
.hero-section.style-three .text-area .title h3 span,
.hero-section.style-three .text-area .title h2 span{
	color: #fb4242;
}
.hero-section.style-three .text-area .description p{
	color: #fff;
}
.hero-section.style-three .text-area .hero-button a{
	color: #fff;
}
.hero-section.style-three .shape1 {
    position: absolute;
    right: 8%;
    top: 42%;
}
.hero-section.style-three .shape2 {
    position: absolute;
    right: auto;
    top: auto;
    left: 0;
    bottom: 35px;
}
.hero-section.style-three .shape3 {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 24%;
    top: 26%;
}
.hero-section.style-three .shape4 {
    position: absolute;
    bottom: 38%;
    left: auto;
    right: 25%;
}
.hero-section.style-three .shape5 {
    position: absolute;
    left: 60px;
    top: 40px;
}
.hero-section.style-three .shape6 {
    position: absolute;
    right: 60px;
    bottom: -120px;
}


.hero-single-slide{
    min-height: 887px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;    
}
.hero-content-left h1 {
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 800;
    line-height: 1.1;
}
.hero-content-left h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.2;
}
.hero-content-left h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.hero-content-left p {
    padding-right: 70px;
    margin-bottom: 35px;
}



.hero-shape1 {
    background: url(https://bigtheme.dreamitsolution.net/crypto/wp-content/uploads/2021/10/shape.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 972px;
    width: 825px;
    z-index: -1;
	background-repeat:no-repeat;
}
.hero-shape2 {
    position: absolute;
    top: 112px;
    left: -107%;
    right: 0;
    text-align: center;
}
.hero-shape3 {
    position: absolute;
    top: 176px;
    right: 55%;
}
.hero-shape4 {
    position: absolute;
    top: 56%;
    left: -20%;
}


/*
==============
About Section
==============
*/
.bar-value-top {
    color: #fff;
    font-size: 16px;
    margin: 0;
    text-align: left;
}
.bar-value-bottom {
    color: #fff;
    font-size: 16px;
    margin: 0 0 0 0px;
    text-align: left;
}
span.span-2 {
    margin-left: 70px;
}
span.span-3 {
    text-align: right;
    float: right;
}
span.span-5 {
    color: #fff;
    position: relative;
    left: 79px;
    font-family: Montserrat;
    text-transform: capitalize;
    font-size: 16px;
}
span.span-6 {
    float: right;
    font-size: 16px;
}
span.span-7 {
    margin-left: 100px;
}
.by-token {
    margin-top: 30px;
}
.by-token h5 {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    text-align: left;
    margin: 0;
    margin-top: 10px;
}
.by-token a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    border: 1px solid rgba(255,255,255,0.60);
    padding: 10px 36px;
    border-radius: 30px;
    text-align: right;
    float: right;
    transition: .4s;
}
.by-token a:hover {
    background:#0194FC;
	color:#fff;
	border-color:#0194FC;
}
.about-shapes{
	position:relative;
}
.img1 {
    position: absolute;
    bottom: -326px;
    z-index: 1;
    left: -54px;
}

.img2 {
    position: absolute;
    bottom: -280px;
    z-index: 1;
    right: 142px;
}
.img3 {
    position: absolute;
    top: 449px;
    z-index: 1;
    right: 85px;
}

/* ==============
Section Title
==============
*/

.section-title {
	margin: auto auto auto 0;
	width: 100%;
	text-align: left;
	position: relative;
	margin-bottom: 45px;
}
.section-title.t_center {
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 99;
    margin-bottom: 26px;
}
.section-title.t_left {
	margin: auto auto auto 0;
	width: 100%;
	text-align: left;
	position:relative;
	margin-bottom: 10px;
}

.section-title.t_right {
	margin: auto 0 auto auto;
	width: 63%;
	text-align: right;
}

.section-title.t_right .em-bar {
	margin: 0 0 5px auto;
}
.section-title.t_left .em-bar {
	margin: 0 0 5px;
}
.section-title h3, .section-title h2 {
    font-size: 38px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
}
.section-title h2 {
	font-size: 39px;
}
.section-title h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 15px;
    margin: 0 0 20px;
    color: #1db78f;
    position: relative;
    padding-left: 0;
    display: inline-block;
}
.section-title.t_left h5{
	position:relative;
}
.section-title.t_left h5:before {
    position: absolute;
    content: "";
    top: 11px;
    right: -134px;
    height: 1px;
    width: 75%;
    background-image: linear-gradient(to right, #00B98E , #02383D);
}


.hero-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: -31px;
    height: 100%;
    width: 1px;
    background-image: linear-gradient(#00B98E, #02383D);
}
.section-title p {
    margin-top: 7px;
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 500;
}
.section-title.t_center h5:before {
    position: absolute;
    content: "";
    top: 11px;
    right: -134px;
    height: 1px;
    width: 75%;
     background-image: linear-gradient(to right,  #02383D , #00B98E);
   
}
.section-title.t_center h5:after {
    position: absolute;
    content: "";
    top: 11px;
    right: -84%;
    height: 1px;
    width: 75%;
    background-image: linear-gradient(to right, #00B98E , #02383D);
    transition: .5s;
}
.section-title.t_center.section-title p {
    font-size: 16px;
    width: 51%;
    margin: 17px auto 0;
    line-height: 28px;
}

.section-title.t_center h5 {
    padding-left: 0;
}
.section-title.t_center h5:before {
    right: 107%;
	left:inherit !important;
}
.section-title.t_left p {
    margin-top: 7px;
    margin-bottom: 0;
    width: 100%;
    margin: auto;
    margin-top: 21px;
    color: #919ea4;
    line-height: 28px;
}
.bar-main {
    padding: 6px 0 1px;
    display: block;
}
.bar.bar-big {
    margin: 20px auto;
    position: relative;
}

.bar.bar-big::before {
	display: block;
	content: "";
	position: absolute;
	width: 52px;
	height: 4px;
	left: 0;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: #0194FC;
	top: auto;
}
.t_center .bar.bar-big::before {
	right: 0;
	margin: auto;
}
.t_right .bar.bar-big::before {
	left: auto;
	margin: auto;
	right: 0;
}
.section-title span {
    color: #fff;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 42px;
}

/*
============
Feature Box
============
*/
.feature-box {
    margin-bottom: 30px;
}
.default-style.feature-box {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: left;
    position: relative;
    padding: 32px 28px 2px;
    border-radius: 8px;
    background: #fff;
    background: #1e273d;
    overflow: hidden;
    margin: 0 0 8px;
    border: 1px solid#1db78f;
}
.feature-box.default-style:before {
    content: "";
    position: absolute;
    left: -85px;
    top: 25px;
    width: 84px;
    height: 1px;
    background: #0194FC;
    z-index: 99;
}
.default-style.feature-box .feature-box-content {
    float: left;
}
.feature-box-number h4 {
    font-size: 15px;
    line-height: 0.4;
    color: #1DB78F;
    font-weight: 400;
    text-transform: uppercase;
}
.default-style.feature-box .feature-box-title h3 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.default-style.feature-box .feature-box-title h2 {
    font-size: 22px;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 18px 0 2px;
    color: #fff;
}
.default-style.feature-box .feature-box-desc {
    margin-bottom: 20px;
    transition: .5s;
    color: #919da4;
}
.default-style.feature-box .feature-box-icon{
	display:inline-block;
	position:relative;
	font-size:56px;
}
.default-style.feature-box .feature-box-icon i {
    font-size: 56px;
    text-align: center;
    transition: .5s;
	color:#0194FC;
}

.default-style.feature-box .feature-btn a i {
    font-size: 23px;
}
.feature-box-desc p span {
    color: #00B88E;
}
.feature-btn a {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    display: inline-block;
    color: #616161;
    margin-top: 20px;
}
.default-style.feature-box .feature-btn a i {
	font-size: 18px;
	position: absolute;
	margin-bottom: -7px;
	right: -12px;
}
.feature-box-desc ul li {
    font-weight: 500;
    font-size: 16px;
    padding: 4px 0px;
}
.feature-box-desc ul {
    padding: 0;
    padding-left: 15px;
}
.feature-box-desc ul ::marker {
    color: #1db78f;
}
/*token*/
.token .default-style.feature-box {
    padding: 7px 28px 2px;
    border: none;
}
.token .default-style.feature-box .feature-box-title h2 {
    font-size: 18px;
    margin: 18px 0 2px;
    color: #fff;
}


/*viewall*/
.viewall .dit-button.style-one {
    text-align: center;
    justify-content: center;
    display: flex;
}
.viewall .dit-button:before {
    box-shadow: none;
}

/* Feature Style Two */
.feature-box.style-two {
    background: #F4F7FC;
    position: relative;
    display: block;
    padding: 40px 45px 0px 45px;
    transition: all 500ms ease;
    border-bottom: 5px solid #e5e5e5;
    text-align: center;
	z-index:1
}
.feature-box.style-two:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 500ms ease;
	    background: #0194FC;
		z-index:-1;
}
.feature-box.style-two:hover:after {
    height: 100%;
    top: 0px;
}
.feature-box.style-two:hover {
    padding-bottom: 40px;
    margin-bottom: -50px;
}
.style-two .feature-box-title h2 {
	font-size: 20px;
	margin: 10px 0 34px;
	position: relative;
}
.style-two .feature-box-title h2::before {
	position: absolute;
	bottom: -17px;
	left: 0;
	width: 100%;
	content: "";
	background:#ddd;
	height: 1px;
	transition:.3s;
}

.style-two.feature-box:hover .feature-box-title h2::before{
		background:rgba(255,255,255,0.3);
}
.style-two.feature-box .feature-btn a {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    display: inline-block;
    color: #fff;
    margin-top: 5px;
    opacity: 0;
    transition-delay: .5s;
}
.style-two.feature-box:hover .feature-btn a{
	opacity:1;

}
.style-two.feature-box .feature-box-icon i {
	color: #0194FC;
	font-size: 50px;
}
.feature-box.style-two:hover .feature-box-title h3,
.feature-box.style-two:hover .feature-box-title h2,
.feature-box.style-two:hover .feature-box-icon i,
.feature-box.style-two:hover .feature-box-desc{
color:#fff;
}

/* Style Two*/
.feature-box.style-four {
    background: #fff;
    padding: 40px 30px 35px;
	position:relative;
	z-index:1;
	    border-radius: 3px;
}
.feature-box.style-four::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
    background: #0194FC;
	z-index: -1;
	transition: .5s;
	    border-radius: 3px;
}
.feature-box.style-four:hover::before {
	width:100%;
}
.style-four .feature-box-title h2 {
    font-size: 22px;
    margin: 32px 0 12px;
    position: relative;
}
.style-four.feature-box .feature-box-icon i {
    background: #0194FC;
    font-size: 30px;
    width: 70px;
    height: 70px;
    color: #fff;
    display: inline-block;
    line-height: 70px;
    text-align: center;
    border-radius: 4px;
	transition:.5s;
}
.style-four.feature-box:hover .feature-box-title h3,
.style-four.feature-box:hover .feature-box-title h2,
.style-four.feature-box:hover .feature-btn a,
.style-four.feature-box:hover .feature-box-desc{
color:#fff;
}
.style-four.feature-box:hover .feature-box-icon i{
	background:#fff;
	color:#0194FC;
}


.feature-box.style-six {
    border-radius: 10px;
}
.style-six .feature-box-thumb img {
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}

.style-six .feature-box-content {
    position: relative;
    width: 90%;
    margin: auto;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,.07);
    border-radius: 10px;
    margin-top: -60px;
    background: #fff;
    padding: 0 20px 25px;
    z-index: 1;
}
.feature-box.style-six .feature-box-content{
    position:relative;
    z-index:1;
    }
.feature-box.style-six .feature-box-title h2 {
    font-size: 22px;
}
.feature-box.style-six .feature-box-content:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #0194FC;
    z-index: -1;
    border-radius: 10px;
    transition: .4s;
}
.feature-box.style-six:hover .feature-box-content:before {
    height: 100%;
}
.style-six .feature-box-icon i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #0194FC;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: 5px solid #fff;
    border-radius: 100%;
    position: relative;
    margin-top: -27px;
    margin-bottom: 20px;
}

.feature-box.style-six:hover .feature-box-icon i,
.feature-box.style-six:hover .feature-box-title h2,
.feature-box.style-six:hover .feature-box-desc {
    color: #fff;
}







.gradient .front{
	background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.gradient .flipper .back a.button {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.bigtheme_flipbox .front,
.bigtheme_flipbox .back{
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
	box-shadow: 0 5px 20px rgba(0,0,0,0.10);
}

 /* Feature Style Four */
.style-three.feature-box {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: left;
    z-index: 99;
    position: relative;
    padding: 50px 30px 39px 30px;
    box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
    border-radius: 5px;
    background: #fff;
	position: relative;
	z-index:1;
}
.feature-box.style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #f4f7fc;
    content: "";
    z-index: -1;
    border-radius: 5px;
	transition:.5s;
}
.style-three .feature-box-icon i {
    font-size: 26px;
    height: 60px;
    width: 60px;
    background: #f00;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
}
.style-three .feature-box-title h2 {
    font-size: 25px;
}
.style-three .feature-box-icon {
    margin-bottom: 20px;
}
.style-three .feature-box-number {
    position: absolute;
    top: 40px;
    right: 0;
    transform: translateX(-50%);
	left:inherit;
	bottom:inherit;
}
.style-three.feature-box:hover:before{
	width:100%;
}
 
.feature-box.style-seven {
    background: #0194FC;
    padding: 18px 40px 25px;
    position: relative;
}
.style-seven.feature-box .feature-box-icon i {
    font-size: 50px;
    color: #fff;
}
.style-seven.feature-box .feature-box-title h2 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
.style-seven.feature-box .feature-btn {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.style-seven.feature-box .feature-btn a {
    text-transform: uppercase;
    font-size: 23px;
    position: relative;
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    width: 61px;
    height: 61px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 58px;
    transition:.3s;
}
.style-seven.feature-box .feature-btn a:hover {
    color: #0194FC;
    background: #fff;
}
.style-seven.feature-box .feature-box-number h4 {
    font-size: 110px;
    line-height: 0.1;
    color: #fff;
    opacity: 0.10;
}
.style-seven.feature-box .feature-box-number {
    position: absolute;
    bottom: 24%;
    left: 50%;
    transform: translateX(-50%);
}

/* Style Eight */
.style-eight.feature-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: .3s;
}
.style-eight .feature-box-icon {
    float: right;
    margin: 0 0 0 20px;
    overflow: hidden;
    box-shadow: 0 5px 16px rgb(255 60 0 / 15%);
}
.box-right .style-eight .feature-box-icon {
    float: left;
    margin: 0 20px 0 0;
}
.style-eight .feature-box-icon i {
    font-size: 31px;
    width: 65px;
    height: 65px;
    display: inline-block;
    background: #0194FC;
    color: #fff;
    text-align: center;
    line-height: 65px;
    border-radius: 100%;
    transition: .3s;
    background: linear-gradient(90deg, rgba(71,220,168,1) 0%, rgba(0,148,251,1) 100%);
}
.style-eight .feature-box-content {
    overflow: hidden;
}
.style-eight .feature-box-title h2 {
    font-size: 21px;
    transition: .3s;
    font-size: 500;
    font-weight: 600;
}
.style-eight .feature-box-desc{
      transition:.3s;  
 }
.icon-left .style-eight .feature-box-icon {
    float: left;
    margin: 0 30px  0 -63px;
    overflow: hidden;
    box-shadow: 0 5px 16px rgb(255 60 0 / 15%);
}

.feature-box.style-eight:hover .feature-box-icon i{
    background:#48DCA8;
    color:#fff;
}

/* Style Nine */

.feature-box.style-nine {
  position: relative;
  z-index:1;
}
.feature-box.style-nine::before {
    position: absolute;
    left: 0;
    content: "";
    height: 250px;
    width: 250px;
    background: #0194FC;
    right: 0;
    bottom: 0px;
    margin: auto;
    border-radius: 50%;
    transition: .5s;
}
.feature-box.style-nine:hover::before {
    bottom: -30px;
}
.feature-box.style-nine .single-feature-box-inner {
    border: 1px solid #e9e9e9;
    padding: 50px 23px;
    transition: .5s;
    position: relative;
    z-index: 1;
    background: #fff;
}
.feature-box.style-nine .single-feature-box-inner:hover {
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
.feature-box.style-nine .feature-box-icon i {
    color: #0194FC;
    display: inline-block;
    font-size: 65px;s
}
.feature-box.style-nine  h2 {
    font-size: 25px;
    margin: 15px 0 20px;
}
.feature-box.style-nine .feature-content p {
    padding: 0 0 30px;
    margin: 0;
}
.feature-box.style-nine .btn-read-more a {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    color: #616161;
}
.feature-box.style-nine .btn-read-more a span {
  margin-left: 6px;
}

/* Style Ten */
.feature-box.style-ten {
    padding: 54px 26px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.feature-box.style-ten::before {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    height: 3px;
    width: 0%;
    background: #0194FC;
    right: 0;
    margin: auto;
    transition: .5s;
}
.feature-box.style-ten:hover::before,
.feature-box.style-ten:hover::after  {
    width: 80%;
}
.feature-box.style-ten::after  {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 0%;
    background: #0194FC;
    right: 0;
    margin: auto;
    transition: .5s;
}
.feature-box.style-ten .feature-number {
    position: absolute;
    bottom: 31%;
    left: 50%;
    transform: translateX(-50%);
}
.feature-box.style-ten .feature-number h1 {
    font-size: 280px;
    line-height: 0.4;
    color: #666;
    opacity: 0.05;
    font-weight: 400;
}
.feature-box.style-ten .feature-content  h2 {
    font-size: 25px;
    margin: 0 0 20px;
}
.feature-box.style-ten .feature-content p {
    padding: 0;
}
.feature-box.style-ten .feature-box-icon i {
    font-size: 150px;
    color: #0194FC;
}
.feature-box.style-ten .btn-read-more  a{
  color: #616161;
  font-size: 14px;
  text-transform: uppercase;
}
.feature-box.style-ten .btn-read-more  a i {
    font-size: 11px;
    font-weight: 600;
    color: #0194FC;
    margin-left: 6px;
}
.feature-box.style-ten:hover .feature-content h2,
.feature-box.style-ten:hover .feature-content p,
.feature-box.style-ten:hover .btn-read-more  a {
  color: #fff;
}


/*
============
Service Box
============
*/
/* Single Service Style Default */
.service-box {
    margin: 0 5px 10px;
    padding: 40px 28px 16px;
    background: #1e2738;
    border-radius: 7px;
    transition: .5s;
}

.em_service_content {
	overflow: hidden;
}
.service_top_text {
	display: block;
}
.service-box-icon {
	color: #333;
	font-size: 35px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.service-box .service-box-icon i {
    margin-bottom: 61px;
    display: inline-block;
    color: #fff;
    background: #f0932b;
    height: 81px;
    width: 81px;
    line-height: 81px;
    border-radius: 100%;
    transition:.5s;
}

.service-box-title {
    position: relative;
}
.service-box-title:before {
    position: absolute;
    content: "";
    top: -43px;
    right: 0;
    left: 0;
    margin: auto;
    height: 35px;
    width: 2px;
    background-image: linear-gradient(#F0932B, #02383D);
}
/*service box two*/
.two .service-box-title:before {
    background-image: linear-gradient(#00B88E, #02383D);
}
.three .service-box-title:before {
    background-image: linear-gradient(#00A2FF, #02383D);
}
.four .service-box-title:before {
    background-image: linear-gradient(#FF68E5, #02383D);
}
.five .service-box-title:before {
    background-image: linear-gradient(#00BCE3, #02383D);
}
.six .service-box-title:before {
    background-image: linear-gradient(#FF5152, #02383D);
}
/*hover opton*/
.service-box:hover:hover .service-box-icon i {
    box-shadow: 2px 25px 84px rgb(240 147 3 / 112%)!important;
}
.two .service-box-icon i{
    background: #00B88E!important;
}
.three .service-box-icon i{
    background: #00A1FF!important;
}
.four .service-box-icon i{
    background: #FF67E5!important;
}
.five .service-box-icon i{
    background: #00BBE3!important;
}
.six .service-box-icon i{
    background: #FF5152!important;
}

.two .service-box:hover:hover .service-box-icon i {
     box-shadow: 2px 10px 57px rgb(0 184 242 / 67%)!important;
}
.three .service-box:hover:hover .service-box-icon i {
    box-shadow: 2px 10px 57px rgb(0 161 255 / 67%)!important;
}
.four .service-box:hover:hover .service-box-icon i {
    box-shadow: 2px 10px 57px rgb(255 103 229 / 67%)!important;
}
.five .service-box:hover:hover .service-box-icon i {
    box-shadow: 2px 10px 57px rgb(0 187 237 / 67%)!important;
}
.six .service-box:hover:hover .service-box-icon i {
    box-shadow: 2px 10px 57px rgb(255 81 82 / 67%)!important;
}
.service-box-title h2, .service-box-title h3 {
    margin: 0 0 10px 0;
    font-size: 22px;
    position: relative;
    display: inline-block;
    padding: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-weight: 600;
    color: #fff;
}
.service-box-desc p {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
    font-size: 15px;
    color:#919da4;
}
.service-btn {
	margin-top: 15px;
}
.service-btn > a {
    border-radius: 30px;
    color: #616161;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
	text-transform:uppercase;
	font-weight:400;
}
.service-btn > a i{
	margin-left:7px;
}
.service-btn a:hover {
	color: #0194FC;
}
.service-img-icon {
    margin-bottom: 32px;
}
.slick-slide,
.slick-slider {
    outline: 0 !important;
}

/* Service Style Two */
.service-box.service-style-two {
	padding: 60px 30px 58px;
	text-align: center;
	position: relative;
	background: #fff;
	transition: .5s;
	z-index: 1;
	box-shadow: 0px 0 6px rgba(26, 46, 85, 0.10);
}
.service-box.service-style-two::before {
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	z-index: -1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #0194FC;
}
.service-box.service-style-two:hover::before{
	height:100%; 
}
.service-box:hover {
    transform: translateY(-8px);
}

.service-box.service-style-two .service-box-icon i {
	font-size: 60px;
	display: inline-block;
	color: #0194FC;
	transition: .5s;
	margin: 0;
}
.service-box.service-style-two .service-box-title h2 {
    margin: 25px 0 15px 0;
    transition: .5s;
    font-size: 20px;
    font-weight: 500;
}
.service-box.service-style-two .service-btn {
	margin-top: 0;
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	opacity: 0;
	transition:.4s;
	transform:scale(0);
}
.service-box.service-style-two:hover .service-btn{
	opacity:1;
	transform:scale(1);
}
.service-box.service-style-two .service-btn > a {
    color: #0194FC;
    display: inline-block;
}
.service-box.service-style-two .service-btn > a i {
	margin-left: 0;
	font-size: 21px;
	width: 50px;
	height: 50px;
	color: #f00;
	background: #fff;
	line-height: 50px;
	box-shadow: 0 0 4px rgba(0,0,0,0.20);
	border-radius: 100%;
}
.service-box.service-style-two .service-btn > a,
.service-box.service-style-two .service-box-desc p {
    transition:.5s;
}
.service-box.service-style-two:hover .service-box-title h2,
.service-box.service-style-two:hover .service-box-title h3,
.service-box.service-style-two:hover .service-btn > a,
.service-box.service-style-two:hover .service-box-icon i,
.service-box.service-style-two:hover .service-box-desc p {
    color:#fff;
}

/* Service Box Style Three */

.service-box.service-style-three {
	padding: 0;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.20);
	transition: .5s;
	position: relative;
	overflow: hidden;
}
.service-box.service-style-three .service-content-front {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.70);
	width: 100%;
	padding: 0;
	transition:.4s;
}
.service-box.service-style-three:hover .service-content-front{
	bottom:-100%;
}
.service-box.service-style-three .service-content-front .service-box-icon {
	color: #fff;
	font-size: 40px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	float: left;
	margin-right: 20px;
}
.service-box.service-style-three .service-content-front .service-box-icon i {
	margin-bottom: 0;
	display: inline-block;
	color: #fff;
	background: #0194FC;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
}
.service-box.service-style-three .service-content-front .service-box-title h2 {
	margin: 20px 0 0 0;
	font-size: 20px;
	padding: 0;
	color: #fff;
}
.service-box.service-style-three .service-box-desc p {
	color: rgba(255,255,255,0.85);
}
.service-box.service-style-three .service-btn {
	margin-top: 30px;
}
.service-box.service-style-three .service-btn > a {
    color: #fff;
    transition: .5s;
    background: transparent;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 4px;
    transition: all .5s;
    border: 2px solid #fff;
}
.service-box.service-style-three .service-btn > a:hover{
	background:#fff;
	color:#0194FC;
}
.service-content-back {
	position: absolute;
	top: -100%;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background: rgba(241, 42, 2,0.80);
	padding: 0 32px;
	transition:.4s;
}
.service-box.service-style-three:hover .service-content-back{
	top:0;
}
.service-content-back-inner {
    position: relative;
    top: 41%;
    transform: translateY(-50%);
}
.service-box .service-content-back .service-box-icon i {
	margin-bottom: 0;
	display: inline-block;
	color: #fff;
	font-size: 60px;
}
.service-box .service-content-back .service-box-title h2 {
	margin: 5px 0 15px 0;
	font-size: 20px;
	padding: 0;
	color: #fff;
}

/* Service Style 4 */
.service-box.style_4 {
	padding: 20px;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	margin:0 15px 30px;
}
.service-box-thumb{
	position:relative;
}
.service-box.style_4 .service-box-thumb img{
	border-radius:10px;
}
.service-box.style_4 .service-box-title h2, .service-box.style_4 .service-box-title h3 {
    margin: 0 0 20px 0;
    font-size: 23px;
    padding: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.service-box.style_4 .service-box-icon {
	position: absolute;
	right: 21px;
	bottom: -46px;
}
.service-box.style_4 .service-box-icon i {
	margin-bottom: 15px;
	display: inline-block;
	color: #0194FC;
	width: 70px;
	height: 70px;
	background: #fff;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	border-radius: 100%;
	text-align: center;
	line-height: 70px;
}
.service-box.style_4 .em_service_content {
	overflow: hidden;
	padding: 33px 20px 0;
}
.service-box.style_4 .service-btn {
	margin-top: 30px;
	position: relative;
}
.service-box.style_4 .service-btn::after {
	content: "";
	position: absolute;
	right: 20px;
	background: #fff;
	width: 29px;
	height: 2px;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
}
.service-box.style_4 .service-btn > a {
	border-radius: 0;
	color: #202020;
	display: block;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-transform: capitalize;
	font-weight: 500;
	background: #F4F7FC;
	padding: 16px 22px;
	position: relative;
	font-size: 16px;
	z-index: 1;
	overflow: hidden;
	transition:.3s;
}
.service-box.style_4 .service-btn > a::after {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	width: 23%;
	height: 100%;
	z-index: -1;
	transform: skew(-29deg);
	padding-left: 20px;
	background: #0194FC;
	transition:.3s;
}
.service-box.style_4 .service-btn > a::before {
	content: '';
	width: 0;
	height: 0;
	border-width: 5px 0 5px 7px;
	border-style: solid;
	display: block;
	right: 13px;
	border-color: transparent transparent transparent #f5f5f5;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.service-box.style_4 .service-btn > a:hover{
	background:#0194FC;
	color:#fff;
}
.service-box.style_4 .service-btn > a:hover::after{
	background:#232323;
}

/* Service Style 5 */
.service-box.style-five {
    padding: 0 20px;
}
.style-five .service-box-title h3 {
	font-size: 32px;
}
.service-box-number {
    font-size: 25px;
    font-weight: 600;
    margin-right: 50px;
    margin-top: 5px;
    display: block;
}
.service-box-number {
	color: #0194FC;
	position: relative;
}
.service-box-number::before {
    position: absolute;
    right: -40px;
    top: 16px;
    width: 30px;
    height: 1px;
    background: #0194FC;
    content: "";
}
.service-list {
    padding-left: 0;
    list-style: none;
}
.service-list li a {
	display: block;
	color: #232323;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	padding: 5px 0px;
	transition: .3s;
}
.service-list li a:hover {
	margin-left: 15px;
	color: #0194FC;
}
.service-style-five .service-btn > a {
    color: #232323;
    font-size: 13px;
    font-weight: 500;
}
.service-style-five .service-btn > a:hover {
	color: #0194FC;
}

.slick-slide.service-box{
	margin:10px 15px 30px;
}

/* Service Style 5 */
.service-cls .service_cursousel_sliderr .slick-dots{
    margin-top: 75px;
}
.service-box.style_5{
    position: relative;
    margin: 10px 15px 100px;
}
.service-box.style_5 .service-box-thumb{
    position: relative;
    overflow: hidden;
}
.service-box.style_5 .service-box-thumb::before {
	content: '';
	position: absolute;
	height: 210px;
	width: 210px;
	background: #fff;
	top: -60px;
	z-index: 1;
	transform: rotate(-35deg);
	left: -94px;
	border-radius: 20px;
}
.service-box.style_5:hover .service-box-thumb::before{
    background: #0194FC;
}
.service-box.style_5 .service-box-icon {
	position: absolute;
	top: 7px;
	z-index: 1;
	font-size: 60px;
	left: 30px;
}
.service-box.style_5 .service-box-icon i{
    margin-bottom: 0;
    transition: 0.5s;
}
.service-box.style_5:hover .service-box-icon i{
    color: #fff;
}
.service-box.style_5 .em_service_content {
	position: absolute;
	bottom: -95px;
	background: #fff;
	width: 90%;
	margin: auto;
	left: 0;
	right: 0;
	padding: 25px 20px 30px 23px;
	border-left: 5px solid #0194FC;
	transition: 0.5s;
}
.service-box.style_5:hover .em_service_content{
    bottom: -75px;
}
.service-box.style_5 .em_service_content h2{
    font-size: 24px;
    font-family: "Rubik",Sans-serif;
    margin: 0;
}
.service-box.style_5 .em_service_content h6{
    color: #0194FC;
    font-weight: normal;
}

/* Service Box Style Six */
.service-box.service-style-six {
    padding: 40px 30px 40px;
    text-align: center;
    position: relative;
    background: #fff;
    transition: .5s;
    z-index: 1;
    margin: 0 15px 30px;
    box-shadow: 0px 0 6px rgba(26, 46, 85, 0.10);
}
.service-box.service-style-six::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	z-index: -1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #0194FC;
	transform:scale(0);
}
.service-box.service-style-six:hover::before{
	transform:scale(1);
}
.service-box.service-style-six .service-box-icon i {
    margin-bottom: 15px;
    display: inline-block;
    color: #0194FC;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #0194FC;
    color: #fff;
    border-radius: 0;
    margin: 15px 0 25px;
		transition: 0.5s;
}
.service-box.service-style-six .service-box-title h2 {
    margin: 0 0 20px 0;
    font-size: 23px;
}
.service-box.service-style-six:hover .service-box-title h2,
.service-box.service-style-six:hover .service-btn > a,
.service-box.service-style-six:hover .service-box-desc p {
    color:#fff;
}
.service-box.service-style-six:hover .service-box-icon i{
	background:#fff;
	color:#0194FC;
}

/* Service Style Seven */
.service-box.style-seven {
    margin: 0 0 30px;
    padding: 50px 25px 40px;
    text-align: center;
    background: #fff;
    position: relative;
    box-shadow: 0 0 2px rgb(0 0 0 / 15%);
    z-index:1;
}
.service-box.style-seven:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.70);
    opacity: 1;
    content: "";
    z-index: -1;
    opacity: 0;
    transition:.5s;
}
.service-box.style-seven:hover:before{
    opacity:1;}
.service-box.style-seven .service-box-icon i {
    margin-bottom: 15px;
    display: inline-block;
    color: #0194FC;
    font-size: 40px;
    transition:.5s;
}
.style-seven .service-number {
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    text-align: center;
}
.style-seven .service-box-number {
    font-size: 17px;
    font-weight: 600;
    margin-right: 0;
    margin-top: 0;
    display: block;
    width: 61px;
    margin: auto;
    height: 34px;
    background: #0194FC;
    color: #fff !important;
    line-height: 34px;
    clip-path: polygon(0% 0%, 95% 0%, 62% 100%, 0% 100%);
    padding-right: 15px;
}
.style-seven .service-btn {
    margin-top: 28px;
}
.style-seven .service-btn > a {
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 46px 10px 17px;
    background: #0194FC;
    position: relative;
}
.style-seven .service-btn > a i {
    margin-left: 7px;
    width: 40px;
    height: 89%;
    position: absolute;
    background: #000;
    top: 3px;
    right: 2px;
    line-height: 36px;
    clip-path: polygon(0% 0%, 93% 0%, 94% 100%, 38% 100%);
    padding-left: 5px;
}

.service-box.style-seven:hover .service-box-title h2,
.service-box.style-seven:hover .service-box-title h3,
.service-box.style-seven:hover .service-box-desc p {
    color:#fff;
}

/* Service Style Eight */
.service-box.style-eight{
    position: relative;
    border-radius: 5px;
    padding: 96px 40px 18px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.service-box.style-eight::before {
	content: '';
	position: absolute;
	height: 210px;
	width: 210px;
	background: #f7f8f9;
	top: 0;
	clip-path: polygon(0% 0%, 95% 0%, 0% 100%, 0% 100%);
	left: 0;
}
.service-box.style-eight::after {
	content: '';
	position: absolute;
	height: 30px;
	width: 30px;
	background: #0194FC;
	top: 0;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%);
	right: 0;
}
.service-box.style-eight .service-box-icon {
	position: absolute;
	top: -47px;
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
}
.service-box.style-eight .service-box-icon i{
    color: #0194FC;
    font-size: 40px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.service-box.style-eight:hover .service-box-icon i{
    color: #fff;
	background: #0194FC;
}
.service-box.style-eight .service-content{
    position: relative;
    z-index: 1;
}
.service-box.style-eight .service-content h3{
    font-size: 24px;
    font-family: "Rubik",Sans-serif;
    font-weight: 500;
}
.service-box.style-eight .service-content p{
    color: #707070;
    font-family: 'Fira Sans', sans-serif;
    margin-bottom: 30px;
    margin-top: 16px;
}
.service-box.style-eight .service-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-box.style-eight .service-content ul li {
	color: #4c4c4c;
	margin-bottom: 10px;
}
.service-box.style-eight .service-content ul li i{
    color: #0194FC;
    margin-right: 8px;
}

/* Service Style Nine */
.service-box.style-nine {
    margin-bottom: 30px;
    border-radius: 5px;
    transition: .5s;
    background: #fff;
    box-shadow: 10px 0 40px rgb(6,48,95,0.10);
    padding: 40px 23px 20px;
}
.service-box.style-nine .service-box-icon i {
    height: 85px;
    width: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    transition: .5s;
	background: #48DCA8;
}
.service-box.style-nine .service-img-icon {
    height: 85px;
    width: 85px;
    line-height: 85px;
    border-radius: 50%;
    background: #48DCA8;
    text-align: center;
    transition: 0.5s;
    margin: auto;
}
.service-box.style-nine .single-service-icon,
.service-box.style-nine .service-img-icon {
	margin-bottom:20px;
}
.service-box.style-nine .single-service-title h2 {
    font-size: 22px;
    margin: 0 0 15px;
}
.service-box.style-nine .single-service-title h2:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -10px;
    width: 55px;
    height: 2px;
    background: #48DCA8;
    margin: auto;
}
.service-box.style-nine .single-service-title h2 {
    font-size: 22px;
    margin: 0 0 18px;
    position: relative;
}
/* Service Details */
.menu-country-menu-container ul,
.menu-visa-menu-container ul,
.menu-service-menu-container ul {
    list-style: none;
    padding: 0;
}
.menu-country-menu-container ul li,
.menu-visa-menu-container ul li,
.menu-service-menu-container ul li {
     list-style: none;
    margin-bottom: 2px;
}

.menu-country-menu-container ul li a,
.menu-visa-menu-container ul li a,
.menu-service-menu-container ul li a {
	position: relative;
	display: block;
	padding: 14px 15px 14px 18px;
	background-color: #F3F6F9;
	font-weight: 400;
	font-size: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #232323;
	font-family: Rubik;
	position:relative;
}
.menu-country-menu-container ul li a::after,
.menu-visa-menu-container ul li a::after,
.menu-service-menu-container ul li a::after {
	content: '\f0dd';
	position: absolute;
	right: 16px;
	top: 31%;
	font-size: 13px;
	font-family: 'FontAwesome';
	transform: rotate(-90deg);
	color: #8e8b8b;
}

.menu-country-menu-container ul li a:hover,
.menu-visa-menu-container ul li a:hover,
.menu-service-menu-container ul li a:hover{
	color:#fff;
	background:#0194FC;
}
.menu-country-menu-container ul li a:hover::after,
.menu-visa-menu-container ul li a:hover::after,
.menu-service-menu-container ul li a:hover::after{
	color:#fff;
}
#menu-country-menu li.current_page_item a,
#menu-visa-menu li.current_page_item a,
#menu-service-menu li.current_page_item a{
	background:#0194FC !important;
	color:#fff !important;
}


.service-call-title p {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    font-family: Muli;
    line-height: 1.4;
}
.service-pra {
    color: #fff;
}
.call-button {
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    color: #0194FC;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px;
    font-family: Muli;
}
.sidebar-btn a{
	display:block !important;
	text-align:center;
}

/* Service style Ten */
.service-box.style-ten {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.service-box.style-ten::before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    height: 3px;
    width: 80%;
    background: #ebebeb;
    bottom: 0;
    margin: auto;
    transition: .5s;
}
.service-box.style-ten:hover::before {
    background: #ef6330;
    width: 100%;
}
.service-box.style-ten .offer-thumb {
    position: relative;
}
.service-box.style-ten .offer-icon {
    position: absolute;
    left: -15px;
    top: -25px;
}
.service-box.style-ten .offer-icon i {
    font-size: 35px;
    background: #0194FC;
    height: 75px;
    width: 75px;
    display: inline-block;
    text-align: center;
    line-height: 75px;
    border-radius: 0 50px 50px 50px;
    color: #fff;
    transition: .5s;
}
.service-box.style-ten:hover .offer-icon i {
    border-radius: 50px 0 50px 50px;
}
.service-box.style-ten .offer-content {
    padding: 25px 15px 32px;
}
.service-box.style-ten .offer-content h2 {
    font-size: 22px;
    transition: all 0.5s ease 0s;
    font-weight: 600;
}
.service-box.style-ten .offer-content h2:hover {
    color: #0194FC;
}
.service-box.style-ten .offer-content .service-btn a {
    color: #616161;
    font-size: 14px;
    transition: all .5s ease 0s;
    text-transform: uppercase;
}
.service-box.style-ten .offer-content .service-btn a:hover {
    color: #0194FC;
}

.sale-parcent h1 {
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    margin: 0;
}
.sale-parcent h1 span {
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
}
.sale-parcent p {
    font-size: 13px;
    font-family:inter;
	color:#87a3f3;
	margin:0;
}
/*
==========
Sales  Box
==========
*/
.sales-box{
	margin:0 10px;
	text-align:center;
    position: relative;
    z-index: 9999;
}
.sales-box:before {
    position: absolute;
    content: "";
    top: 59px;
    left: 0;
    right: 0;
    height: 15px;
    width: 15px;
    background: #24B58E;
    border-radius: 100%;
    margin: auto;
    z-index: 99;
}
.sales-box-content {
    background: #122236;
    padding: 26px 20px 25px;
    margin-top: 120px;
    position: relative;
    border-radius: 5px;
}
.sales-box-content:before {
    position: absolute;
    left: 0;
    top: -15px;
    content: "";
    background: #122236;
    width: 30px;
    height: 30px;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}
.sales-box-content:after {
    position: absolute;
    left: 0;
    top: -37px;
    content: "";
    width: 10px;
    height: 10px;
    background: #24B58E;
    right: 0;
    margin: auto;
    border-radius: 100%;
}
.sales-box-title h3 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 31px;
    font-weight: 500;
    position: relative;
}
.sales-box-title h3:before {
    position: absolute;
    content: "";
    top: 30px;
    left: 0;
    height: 20px;
    width: 2px;
    background-image: linear-gradient(#00B98E, #02383D);
    right: 0;
    margin: auto;
}

.sales-box-subtitle h4 {
    color: #919da4;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
}
.sales-box-date h5 {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}
.sales-box-date {
    position: relative;
    background: #24B58E;
    display: inline-block;
    padding: 11px 26px;
    border-radius: 30px;
}
.sales-box-date:before {
    content: "";
    left: 1px;
    right: 0;
    margin: auto;
    height: 19px;
    width: 19px;
    border: 2px solid#fff;
    position: absolute;
    border-radius: 100%;
    top: 57px;
}
.sales-box-date:after {
    content: "";
    left: 0px;
    right: 0;
    margin: auto;
    height: 44px;
    width: 2px;
    border-right: 2px dashed#24B58E;
    position: absolute;
    border-radius: 0;
    top: 76px;
}
.sales-dashed-shape{
	position:relative;
}
.sales-dashed-shape:before {
    position: absolute;
    left: 0;
    bottom: 61px;
    background: url(https://bigtheme.dreamitsolution.net/crypto/wp-content/uploads/2022/03/01_Home-1-1.png);
    width: 100%;
    height: 5px;
    content: "";
    background-repeat: no-repeat;
}
.roadmap-line {
    position: relative;
}
.roadmap-line:before {
    position: absolute;
    content: "";
    width: 1170px;
    height: 609px;
    top: 20%;
    background-image: url(https://bigtheme.dreamitsolution.net/crypto/shape-img/bigtheme/roadmap-line.png);
    background-repeat: no-repeat;
}
/*
=============
Documents Box
=============
*/
.documents-title h2 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
	margin:0;
}
.documents-number-title h2 {
    font-weight: 600;
    font-size: 18px;
    color: #1ed5a4;
    margin: 10px 0 15px;
}
.doc-button {
    position: relative;
    margin-top: -28px;
    margin-bottom: 18px;
}
.doc-button a {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #1ED5A4;
    line-height: 50px;
    color: #fff;
    border-radius: 100%;
}
/*
==========
Flip Box
==========
*/

.flip-box .flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  transition: .5s;
}
.flip-box .flip-box-inner .flip-box-wrap {
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.flip-box .flip-box-inner .back-part,
.flip-box .flip-box-inner .front-part {
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 200px;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: .5s;
}

.flip-box .flip-box-inner .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  padding: 50px 25px 50px;
  border-radius: 8px;
  background-color: #6094da;
}
.flip-box .flip-box-inner .front-part .front-background-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.flip-box .flip-box-inner .front-part .front-content-part{
    width: 100%;
  z-index: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part {
    margin-bottom: 20px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span,
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span{
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span img,
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span img{
    width: 60px;
    height: 60px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part {
    margin-bottom: 10px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    display: inline-block;
    line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
    transition: all 0.4s ease 0s;
}

/* Back Part */
.flip-box .flip-box-inner .back-part {
    position: absolute;
    z-index: -1;
    padding: 26px 25px 26px;
    border-radius: 8px;
    background-color: #0c5adb;
}
.flip-box .flip-box-inner .back-part .back-background-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.flip-box .flip-box-inner .back-part .back-content-part{
  width: 100%;
    z-index: 1;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
    display: inline-block;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-title-part {
    margin-bottom: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
    margin-bottom: 0;
    font-size: 16px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: 1;
    padding: 10px 25px;
    background: #fff;
  font-size: 18px;
  font-weight: 500;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {
    transition: all 0.4s ease 0s;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {
    float: left;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
    margin-left: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {
    float: right;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before i {
    margin-right: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover {
    background: #1f1c51;
    color: #fff;
}
.flip-box .flip-box-inner.rs-flip-right .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right .back-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-right .back-content-part {
    right: 15px;
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right:hover .front-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-content-part {
    right: 0;
}
.flip-box .flip-box-inner.rs-flip-left .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left .back-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-left .back-content-part {
    left: 15px;
}
.flip-box .flip-box-inner.rs-flip-left:hover .front-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-content-part {
    left: 0;
}
.flip-box .flip-box-inner.rs-flip-up .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up .back-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-up .back-content-part {
    top: 15px;
}
.flip-box .flip-box-inner.rs-flip-up:hover .front-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-content-part {
    top: 0;
}
.flip-box .flip-box-inner.rs-flip-down .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down .back-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-down .back-content-part {
    bottom: 15px;
}
.flip-box .flip-box-inner.rs-flip-down:hover .front-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-content-part {
    bottom: 0;
}
.flip-box .flip-box-inner:hover .back-part {
    z-index: 1;
}
.flip-box .flip-box-inner:hover .front-part {
    z-index: -1;
}
.flip-box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}
.front-part,
.back-part {
    min-height: 250px;
}

/* Style Two */
.flip-box.style-two .front-part .front-icon i{
  background: #0c5adb;
  color: #fff;
  height: 90px;
  width: 90px;
  line-height: 90px;
  display: inline-block;
  font-size: 30px;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}

/*
========
Team
========
*/

.team-slider-style1 .team-item {
    overflow: visible;
}

.team-grid-style1 .team-item{
    overflow: visible;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.team-grid-style1:hover .team-item{
	transform: translateY(-10px);
}

.team-grid-style1 .team-item .social-icons1,
.team-slider-style1 .team-item .social-icons1 {
    text-align: center;
    margin-top: 14px;
}
.team-grid-style1 .team-item .social-icons1 a i,
.team-slider-style1 .team-item .social-icons1 a i {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 50%;
    margin: 0;
}
.team-grid-style1 .team-item .image-wrap,
.team-slider-style1 .team-item .image-wrap {
    position: relative;
    overflow: hidden;
}
.team-grid-style1 .team-item .image-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 31, 98, 0.53);
    content: "";
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0;
    border-radius: 50% 50% 0 0;
}
.team-grid-style1:hover .team-item .image-wrap:before{
	opacity: 1;
}
.team-slider-style1 .team-item .image-wrap .social-icons1{
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 50px;
    background: #030749;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
}

.team-grid-style1 .team-item .image-wrap .social-icons1 {
    position: absolute;
    right: 0;
    opacity: 1;
    transition: all 0.4s ease 0s;
    top: 131%;
    left: 0;
    margin: auto;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a, .team-slider-style1 .team-item .image-wrap .social-icons1 a {
    padding: 0;
    background: 0 0;
    display: inline-block;
    background: rgba(255,255,255,0.60);
    border-radius: 100%;
	transition:.3s;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a:hover, .team-slider-style1 .team-item .image-wrap .social-icons1 a:hover{
	background:#0194FC;
}
.team-slider-style1 .team-item .image-wrap .social-icons1 a i {
    background: 0 0;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a i {
    background: 0 0;
    color: #fff;
}
.team-grid-style1 .team-item :hover .image-wrap .social-icons1,
.team-slider-style1 .team-item :hover .image-wrap .social-icons1 {
    opacity: 1;
    visibility: visible;
	top:80%;
}
.team-slider-style1 .team-item .team-content {
    text-align: center;
    margin: 0 0 30px;
    padding: 20px 20px 25px;
    box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
    background: #030749;
    position: unset;
    opacity: 1;
}
.team-grid-style1 .team-item .team-content {
    background: #0A1F62;
    padding: 20px 20px 25px;
    text-align: center;
	position:relative;
}
.team-grid-style1 .team-item .team-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 5px;
    background: #0194FC;
	transition:.3s;
}
.team-grid-style1 .team-item:hover .team-content:before {
    width: 100%;
}
.team-grid-style1 .team-item .team-content .member-desc h3 {
    margin: 0 0 5px;
}
.team-grid-style1 .team-item .team-content .member-desc h3 a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
}
.team-grid-style1 .team-item .team-content .member-desc h3 a:hover{
	color: #0194FC;
}
.team-grid-style1 .team-item .team-content span.team-title, .team-slider-style1 .team-item .team-content span.team-title {
    color: #a2bbd2;
    font-size: 16px;
}
.team-grid-style1 .team-item .social-icons,
.team-slider-style1 .team-item .social-icons {
    display: none;
}
.team-slider-style1 .team-item .team-content {
    margin: 0;
}
.button-with-image.align-items-center.text-center{
	margin-top:50px;
}
.button-with-image.align-items-center.text-center a {
    color: #fff;
    font-weight: 500;
    margin-top: -11px;
}
.team-grid-style2 .team-inner-wrap,
.team-slider-style2 .team-inner-wrap {
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
}
.team-grid-style2 .team-inner-wrap a,
.team-slider-style2 .team-inner-wrap a {
    text-decoration: none;
}
.team-grid-style2 .team-inner-wrap .team-img-sec,
.team-slider-style2 .team-inner-wrap .team-img-sec {
    position: relative;
}
.team-grid-style2 .team-inner-wrap .wrap-text,
.team-slider-style2 .team-inner-wrap .wrap-text {
    box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
    padding: 0 40px 12px;
    background: #fff;
}
.team-grid-style2 .team-inner-wrap .wrap-text .team-desc,
.team-slider-style2 .team-inner-wrap .wrap-text .team-desc {
    margin-bottom: 0;
}
.team-grid-style2 .team-inner-wrap .team-content,
.team-slider-style2 .team-inner-wrap .team-content {
    z-index: 1;
    margin-bottom: 0;
    background: #030749;
    border-radius: 3px 3px 0 0;
    padding: 8px 0 14px;
    margin-top: -35px;
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    transition: 0.4s;
    text-align: center;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
    margin-top: 0 !important;
    line-height: 28px !important;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name a,
.team-slider-style2 .team-inner-wrap .team-content .team-name a {
    position: relative;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: capitalize;
    z-index: 111;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a i,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a i {
    height: 25px;
    width: 25px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons,
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .social-icons,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
    color: #fff;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a,
.team-grid-style2 .team-inner-wrap .team-content .team-name a,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a,
.team-slider-style2 .team-inner-wrap .team-content .team-name a {
    text-decoration: none;
    color: #fff;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a:hover,
.team-grid-style2 .team-inner-wrap .team-content .team-name a:hover,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a:hover,
.team-slider-style2 .team-inner-wrap .team-content .team-name a:hover {
    color: #f8560c;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title,
.team-slider-style2 .team-inner-wrap .team-content .team-title {
    line-height: 1.4;
    margin: 10px 0 5px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons,
.team-slider-style2 .team-inner-wrap .team-content .social-icons {
    padding-top: 2px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a {
    padding: 0 3px;
}
.team-grid-style2 .team-inner-wrap .team-content .nolink,
.team-slider-style2 .team-inner-wrap .team-content .nolink {
    pointer-events: none;
}
.team-grid-style2 .team-inner-wrap .team-content .cat-doctor,
.team-slider-style2 .team-inner-wrap .team-content .cat-doctor {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}
.team-grid-style2 .team-inner-wrap .team-content .cat-doctor a,
.team-slider-style2 .team-inner-wrap .team-content .cat-doctor a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
    margin: 18px 0 0;
    font-weight: 500;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title,
.team-slider-style2 .team-inner-wrap .team-content .team-title {
    color: #eee;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    display: block;
    text-transform: uppercase;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title a,
.team-slider-style2 .team-inner-wrap .team-content .team-title a {
    color: #eee;
    pointer-events: none;
}
.team-grid-style2 .team-inner-wrap:hover .team-content,
.team-slider-style2 .team-inner-wrap:hover .team-content {
    bottom: 0;
}
.team-grid-style2 .team-inner-wrap:hover .team-img-sec:before,
.team-slider-style2 .team-inner-wrap:hover .team-img-sec:before {
    height: 100%;
}
.icon-button a {
    background: #030749;
    color: #fff;
    padding: 3px 17px;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 25px;
    border-radius: 18px;
}
.icon-button a:hover {
    color: #fff;
    background: #0194FC;
}
.icon-button a i:before {
    font-size: inherit;
}
.blogfull .icon-button a {
    margin-bottom: 0;
}
.team-grid-style3 .team-item,
.team-slider-style3 .team-item {
    padding: 25px;
    position: relative;
}
.team-grid-style3 .team-item:after,
.team-slider-style3 .team-item:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 200px solid #0194FC;
    border-right: 200px solid transparent;
    left: 0;
    top: -10px;
}
.team-grid-style3 .team-item:before,
.team-slider-style3 .team-item:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 200px solid #0194FC;
    border-left: 200px solid transparent;
    right: 0;
    bottom: -10px;
}
.team-grid-style3 .team-item img,
.team-slider-style3 .team-item img {
    position: relative;
    z-index: 99;
}
.team-grid-style3 .team-item .team-inner-wrap,
.team-slider-style3 .team-item .team-inner-wrap {
    position: relative;
}
.team-grid-style3 .team-item .team-inner-wrap:before,
.team-slider-style3 .team-item .team-inner-wrap:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0194FC;
    left: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
    transition: all 0.4s ease 0s;
}
.team-grid-style3 .team-item .team-content,
.team-slider-style3 .team-item .team-content {
    position: absolute;
    display: block;
    left: 50%;
    width: 100%;
    top: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 110;
    color: #fff;
    padding: 15px;
    opacity: 0;
    transition: all 0.4s ease 0s;
}
.team-grid-style3 .team-item .team-content .team-name,
.team-slider-style3 .team-item .team-content .team-name {
    margin-bottom: 0;
    font-size: 20px;
}
h3.team-name {
    position: relative;
    z-index: 1;
}
h3.team-name:before {
    position: absolute;
    content: "";
    top: 65px;
    left: 0;
    height: 20px;
    width: 2px;
    background-image: linear-gradient(#00B98E, #02383D);
    right: 0;
    margin: auto;
}

.team-grid-style3 .team-item .team-content .team-name a,
.team-slider-style3 .team-item .team-content .team-name a {
    color: #fff;
}
.team-grid-style3 .team-item .team-content .team-title,
.team-slider-style3 .team-item .team-content .team-title {
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
}
.team-grid-style3 .team-item .team-content .social-icons a,
.team-slider-style3 .team-item .team-content .social-icons a {
    color: #fff;
    margin-right: 12px;
    font-size: 16px;
}
.team-grid-style3 .team-item .team-content .social-icons a:last-child,
.team-slider-style3 .team-item .team-content .social-icons a:last-child {
    margin-right: 0;
}
.team-grid-style3 .team-item .team-content .social-icons a:hover,
.team-slider-style3 .team-item .team-content .social-icons a:hover {
    opacity: 0.8;
}
.team-grid-style3 .team-item:hover .team-content,
.team-slider-style3 .team-item:hover .team-content {
    opacity: 1;
    width: 100%;
    top: 50%;
}
.team-grid-style3 .team-item:hover .team-inner-wrap:before,
.team-slider-style3 .team-item:hover .team-inner-wrap:before {
    opacity: 0.8;
}
.team-grid-style3 .team-img:after {
    top: 0;
}
.team-grid-style3 .team-img:before {
    bottom: 0;
}
.team-grid-style4 .owl-stage-outer,
.team-slider-style4 .owl-stage-outer {
    overflow-y: visible;
}
.rs-team-grid.rs-team.team-grid-style4 {
    text-align: center;
    background: rgba(10,31,98,0.70);
    padding: 30px 0 30px;
    border-radius: 8px;
}
.rs-team-grid.rs-team.team-grid-style4 {
    text-align: center;
    background: #14223C;
    padding: 40px 0 30px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.rs-team-grid.rs-team.team-grid-style4:hover{
    transform: translateY(-7px);
}


.team-grid-style4 .team-item:before, .team-slider-style4 .team-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 40%;
    width: 100%;
    background: url(https://bigtheme.dreamitsolution.net/crypto/wp-content/uploads/2022/03/imgpsh_fullsize_anim-1-1.png)!important;
    border-radius: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover!important;
}
.two .team-grid-style4 .team-item:before, .team-slider-style4 .team-item:before {
    background: url(https://bigtheme.dreamitsolution.net/crypto/wp-content/uploads/2022/03/imgpsh_fullsize_anim-2-1.png)!important;
    border-radius: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover!important;
}
.three .team-grid-style4 .team-item:before, .team-slider-style4 .team-item:before {
    background: url(https://bigtheme.dreamitsolution.net/crypto/wp-content/uploads/2022/03/imgpsh_fullsize_anim-3-2.png)!important;
    border-radius: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover!important;
}
.four .team-grid-style4 .team-item:before, .team-slider-style4 .team-item:before {
    background: url(https://bigtheme.dreamitsolution.net/crypto/wp-content/uploads/2022/03/shape-4.png)!important;
    border-radius: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover!important;
}


.team-grid-style4 .team-item .team-content,
.team-slider-style4 .team-item .team-content {

}
.team-grid-style4 .team-item .team-content .team-name, 
.team-slider-style4 .team-item .team-content .team-name {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    margin: 22px 0 0px;
}
.team-grid-style4 .team-item .team-content .team-name a,
.team-slider-style4 .team-item .team-content .team-name a {
    color: #fff;
	font-weight:600;
}
.team-grid-style4 .team-item .team-content .team-name a:hover, .team-slider-style4 .team-item .team-content .team-name a:hover {
    color: #00B78D;
}
.team-grid-style4 .team-item .team-content .team-title, 
.team-slider-style4 .team-item .team-content .team-title {
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
    display: block;
    color: #24B58E;
}
.team-grid-style4 .team-item .team-content .team-desc,
.team-slider-style4 .team-item .team-content .team-desc {
    font-size: 14px;
    margin-bottom: 0;
    color: #777;
    position: relative;
    z-index: 1;
    max-height: 0;
    opacity: 0;
    line-height: 24px;
    -webkit-transition: all 0.6s, max-height 0.5s;
    -o-transition: all 0.6s, max-height 0.5s;
    -moz-transition: all 0.6s, max-height 0.5s;
    transition: all 0.6s, max-height 0.5s;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}
.team-grid-style4 .team-item .team-content .team-desc:before,
.team-slider-style4 .team-item .team-content .team-desc:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #030749;
    top: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    margin-left: -25px;
}
.team-grid-style4 .team-item .team-content .social-icons, 
.team-slider-style4 .team-item .team-content .social-icons {
    text-align: center;
    padding-top: 43px;
    position: inherit;
    left: 0;
    right: 0;
}
.team-grid-style4 .team-item .team-content .social-icons a, .team-slider-style4 .team-item .team-content .social-icons a {
    display: inline-block;
    background: transparent;
    border-radius: 100%;
}
.team-grid-style4 .team-item .team-content .social-icons a i,
.team-slider-style4 .team-item .team-content .social-icons a i {
    color: #fff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: 0 0;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 50%;
    margin: 0;
}
.team-grid-style4 .team-item .team-content .social-icons a i:hover, .team-slider-style4 .team-item .team-content .social-icons a i:hover {
    color: #1db78f;
}
.team-grid-style4 .team-item:before,
.team-slider-style4 .team-item:before {
    background: 0 0;
}
.team-grid-style4 .team-item:hover .team-content,
.team-slider-style4 .team-item:hover .team-content {
    opacity: 1;
    top: unset;
}
.team-grid-style4 .team-item:hover .team-content .team-desc,
.team-slider-style4 .team-item:hover .team-content .team-desc {
    position: relative;
    max-height: 400px;
    opacity: 1;
    text-align: center;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.4s, max-height 1.5s;
    -o-transition: all 0.4s, max-height 1.5s;
    -moz-transition: all 0.4s, max-height 1.5s;
    transition: all 0.4s, max-height 1.5s;
    padding-top: 18px;
    margin-top: 8px;
}
.team-grid-style5 .team-inner-wrap,
.team-slider-style5 .team-inner-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    background: #fff;
    border-radius: 5px;
}
.team-grid-style5 .team-inner-wrap .image-wrap img,
.team-slider-style5 .team-inner-wrap .image-wrap img {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.team-grid-style5 .team-inner-wrap .team-content,
.team-slider-style5 .team-inner-wrap .team-content {
    height: 100px;
    width: 100%;
    top: unset;
    bottom: 0;
    opacity: 1;
    position: absolute;
    padding: 15px 20px;
    color: #444;
    text-align: center;
    overflow: hidden;
    background: #fff;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc,
.team-slider-style5 .team-inner-wrap .team-content .member-desc {
    margin: 10px 0;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name a,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name a {
    color: #222;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-title,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-title {
    font-size: 15px;
    text-transform: capitalize;
    color: #222;
    float: none;
    text-align: center;
    font-weight: 400;
}
.team-grid-style5 .team-inner-wrap .team-content .team-desc,
.team-slider-style5 .team-inner-wrap .team-content .team-desc {
    display: none;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons,
.team-slider-style5 .team-inner-wrap .team-content .social-icons {
    bottom: -100px !important;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 100;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) scale(0.5);
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    border: none;
    text-align: center;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease 0s;
    background: 0 0 !important;
    margin-right: 8px;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a i,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a i {
    transition: all 0.3s ease 0s;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a i:hover,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a i:hover {
    color: #f8560c;
}
.team-grid-style5 .team-inner-wrap .team-content:before,
.team-grid-style5 .team-inner-wrap .team-content:hover,
.team-slider-style5 .team-inner-wrap .team-content:before,
.team-slider-style5 .team-inner-wrap .team-content:hover {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #0194FC;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease;
    left: 0;
}
.team-grid-style5 .team-inner-wrap:hover .image-wrap img,
.team-slider-style5 .team-inner-wrap:hover .image-wrap img {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.team-grid-style5 .team-inner-wrap:hover .team-content,
.team-slider-style5 .team-inner-wrap:hover .team-content {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transform: translate(0, 0);
    top: unset;
    bottom: 0;
    height: 140px;
    background: #222;
}
.team-grid-style5 .team-inner-wrap:hover .team-content:before,
.team-slider-style5 .team-inner-wrap:hover .team-content:before {
    background: #222;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a {
    color: #fff;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a:hover,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a:hover {
    color: #f8560c;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-title,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-title {
    color: #fff;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc:before,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc:before {
    background: #222;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .social-icons,
.team-slider-style5 .team-inner-wrap:hover .team-content .social-icons {
    bottom: 25px !important;
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.team-grid-style6 .team-item {
    overflow: visible;
    box-shadow: 10px 0 40px rgb(0,0,0,0.05);
    border-radius: 6px;
    padding-bottom: 10px;
}
.team-grid-style6 .team-item .image-wrap {
    text-align: center;
}
.team-grid-style6 .team-item .image-wrap img {
    border-radius: 6px 6px 0 0;
}
.team-grid-style6 .team-item .social-icons {
    text-align: center;
    margin-top: 20px;
}
.team-grid-style6 .team-item .social-icons a {
    display: inline-block;
    margin: 0 3px;
}
.team-grid-style6 .team-item .social-icons a i {
    color: #B1B1B9;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: 0 0;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 3px;
    margin: 0;
    background: #F5F5F7;
}
.team-grid-style6 .team-item .social-icons a i:hover{
	background:#1ED5A4;
	color:#fff;
}
.team-grid-style6 .team-item .team-content {
    text-align: center;
    margin: 0 0 30px;
    padding: 20px 0 25px;
    position: relative;
    opacity: 1;
    margin: -26px 40px 0;
    border-radius: 7px 8px 0 0;
    background: #fff;
}
.team-grid-style6 .team-item .team-content h3.team-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.team-grid-style6 .team-item .team-content h3.team-name a {
    text-decoration: none;
    color: #081a5f;
    font-weight: 600;
    font-size: 20px;
}
.team-grid-style6 .team-item .team-content h3.team-name a:hover {
    color: #0194FC;
}
.team-grid-style6 .team-item .team-content span.team-title {
    color: #1ed5a4;
    font-weight: 500;
}

.rspopup_style1 {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    position: relative;
}
.rspopup_style1 .rsteam_content {
    padding-left: 15px;
}
.rspopup_style1 .rsteam_content .title {
    margin: 0 0 10px;
}
.rspopup_style1 .team-name {
    margin: 0 0 10px;
    color: #333;
}
.rspopup_style1 .team-heading {
    border-bottom: 1px solid #eee;
}
.rspopup_style1 .team-des,
.rspopup_style1 .team-heading {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.rspopup_style1 .team-des {
    margin-bottom: 0;
}
.rspopup_style1 .social-icons1 a {
    width: 35px;
    height: 35px;
    line-height: 40px;
    background: #030749;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.rspopup_style1 .social-icons1 a:hover {
    opacity: 0.9;
}
.rspopup_style1 .social-icons1 a:last-child {
    margin-right: 0;
    margin-left: 4px;
}
.rspopup_style1 .contact-info {
    margin-bottom: 15px;
    border-top: 1px solid #eee;
}
.rspopup_style1 .contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.rspopup_style1 .contact-info ul li {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}
.rspopup_style1 .contact-info ul li a {
    color: #4a4a4a;
}
.rspopup_style1 .contact-info ul li a:hover {
    color: #030749;
}

.mfp-hide {
  display: none !important; 
}

/* Team Style Seven */
.team-seven{
    position: relative;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.team-seven .single-team{
    text-align: center;
    padding: 20px 20px 20px;
    border-radius: 5px;
}
.team-seven .single-team::after{
    content: '';
    position: absolute;
    height: 2px;
    background: #0194FC;
    left:0;
    bottom: 0;
    transform: scale(0);
    transition: 0.5s;
}
.team-seven .single-team:hover::after{
    width: 100%;
    transform: scale(1);
}
.team-seven .single-team .team-img img{
    position: relative;
    z-index: 1;
}
.team-seven .single-team .team-img::before{
    content: '';
    position: absolute;
    height: 140px;
    width: 140px;
    background: #f7f8f9;
    top: 0;
    left: 0;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
    border-radius: 5px;
}
.team-seven .single-team .team-img::after{
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background: #0194FC;
    top: 0;
    right: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
    border-radius: 5px;
}
.team-seven .single-team .team-content{
    padding: 20px 0 0 0;
}
.team-seven .single-team .team-content .name-designation h3{
    color: #303132;
    font-size: 22px;
    font-weight: 500;
    font-family: "Rubik",Sans-serif;
    margin-bottom: 6px;
}
.team-seven .single-team .team-content .name-designation span{
    color: #0194FC;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Istok Web', sans-serif;
    opacity: 1;
    transition: 0.3s;
}
.team-seven .single-team:hover .team-content .name-designation span{
    opacity: 0;
}
.team-seven .single-team .team-content .social-icons{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    transition: 0.5s;
}
.team-seven .single-team:hover .team-content .social-icons{
    bottom: 15px;
}
.team-seven .single-team .team-content .social-icons a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background: #0194FC;
	border-radius: 50%;
}

/* Team Style Eight */
.team-slider-style8 .team-item {
    overflow: visible;
}

.team-grid-style8 .team-item{
    overflow: visible;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.team-grid-style8 .team-item .social-icons1 {
    text-align: center;
}
.team-grid-style8 .team-item .social-icons1 a i,
.team-slider-style8 .team-item .social-icons1 a i {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 50%;
    margin: 0;
}
.team-grid-style8 .team-item .image-wrap,
.team-slider-style8 .team-item .image-wrap {
    position: relative;
    overflow: hidden;
}

.team-grid-style8 .team-item .image-wrap:before{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	opacity: 0;
	border-radius: 10px;
}
.team-grid-style8:hover .team-item .image-wrap:before{
	opacity: 1;
}
.team-slider-style8 .team-item .image-wrap .social-icons1{
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 50px;
    background: #030749;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
}

.team-grid-style8 .team-item .image-wrap .social-icons1{
	position: absolute;
	right: -50px;
	width: 50px;
	padding: 12px 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease 0s;
	top: 50%;
	transform: translateY(-50%);
}

.team-grid-style8 .team-item .image-wrap .social-icons1 a {
    display: inline-block;
    color: #0194FC;
    padding: 0;
    background: #fff;
    height: 42px;
    width: 42px;
    line-height: 42px;
    margin: 4px 0;
    border-radius: 50%;
}
.team-grid-style8 .team-item .image-wrap .social-icons1 a:hover{
    color: #fff;
    background: #0194FC;
}
.team-grid-style8 .team-item .image-wrap .social-icons1 a i{
	background: 0 0;
}

.team-grid-style8 .team-item .image-wrap .social-icons1.active {
    right: 0;
    width: 80px;
    opacity: 1;
    visibility: visible;
}

.team-grid-style8 .team-item .team-content{
	position: absolute;
	padding: 30px 20px 40px;
	text-align: center;
	width: 80%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -64px;
	filter: drop-shadow(-1px 6px 3px rgba(32,46,60,.06));
}
.team-grid-style8 .team-item .team-content::before{
    content: '';
    position: absolute;
    background: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 78%);
    z-index: -1;
    border-radius: 10px;
}
.team-grid-style8 .team-item .team-content .member-desc h3{
	margin: 0 0 7px;
}

.team-grid-style8 .team-item .team-content .member-desc h3 a{
	font-size: 22px;
	font-weight: 500;
	text-decoration: none;
	text-transform: capitalize;
	font-family: "Rubik",Sans-serif;
}

.team-grid-style8 .team-item .team-content .member-desc h3 a:hover{
	color: #0194FC;
}

.team-grid-style8 .team-item .team-content span.team-title{
	color: #707070;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
}
.team-grid-style8 .team-item .social-icons,
.team-slider-style8 .team-item .social-icons {
    display: none;
}
.team-slider-style8 .team-item .team-content {
    margin: 0;
}
.team-grid-style8 .team-btn {
	position: absolute;
	background: #ff3b00;
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #fff;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	border-radius: 50%;
}

/* Style Nine */

.team-grid-style9 .single-team {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.team-grid-style9 .team-thumb {
    overflow: inherit;
    z-index: 1;
    position: relative;
}
.team-grid-style9 .team-thumb img {
    width: 65%;
}
.team-grid-style9  .team-content {
    background: transparent;
    padding: 23px 0 20px;
}
.team-grid-style9 .team-content h2 {
    color: #fff;
    font-size: 22px;
    margin: 13px 0 5px 0px;
    font-weight: 500;
}
.team-grid-style9 .team-content p {
    color: #24B58E;
    text-transform: capitalize;
    font-size: inherit;
    margin: 0;
}
.two .team-grid-style9 .team-content p{
    color:#F4AD64;
}
.three .team-grid-style9 .team-content p{
    color:#F368DF;
}
.four .team-grid-style9 .team-content p{
    color:#00B9E2;
}
.team-grid-style9 .social-icons1 {
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
    z-index: 999;
}
.team-grid-style9 .single-team:hover .social-icons1{
  bottom: 30px;
}
.team-grid-style9 .social-icons1 li{
    display: inline-block;
    margin: 0 2px;
}
.team-grid-style9 .social-icons1 li i {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #18B58D;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}
.two .team-grid-style9 .social-icons1 li i{
     background: #F4AF65;
}
.three .team-grid-style9 .social-icons1 li i{
     background: #F268E1;
}
.four .team-grid-style9 .social-icons1 li i{
     background:#00BBE3;
}

.team-grid-style9 .social-icons1 li:nth-last-child i{
    background: #F4AF65;
}
.team-grid-style9 .social-icons1 li:nth-child(3) i{
    background: #e60023;
}
.team-grid-style9 .social-icons1 li:nth-child(4) i{
    background: #e9455a;
}

/*
============
Work Process
============
*/

.work_progress {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding: 0 20px;
}
.wrok_process_thumb {
	text-align: center;
	border: 4px solid transparent;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	box-shadow: 0 0 9px 0 rgba(24,35,51,.09);
}
.work_progress:hover .wrok_process_thumb{
	border-color:#0194FC;
}
.wrok_process_thumb img {
	border-radius: 50%;
	border: 10px solid #fff;
}
.progress_content {
	text-align: center;
}

.work_progress-number {
	position: absolute;
	left: -26px;
	top: 50.5%;
	margin: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.work_progress-title {
	padding-top: 24px;
}

.work_progress-title h2 {
	font-size: 20px;
	font-weight: 700;
}

.work_progress-desc {
	padding-top: 5px;
}

.work_progress:hover .work_progress-number {
	top: 40%;
}

.work_progress-number span {
	background: #0194FC;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.work_progress-number span::before {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 60px;
	height: 60px;
	background: #0194FC;
	opacity: 0.6;
	content: "";
	margin: auto;
	border-radius: 100%;
	z-index: -1;
}

.work_progress-number span::after {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 80px;
	height: 80px;
	background: #0194FC;
	opacity: 0.4;
	content: "";
	margin: auto;
	border-radius: 100%;
	z-index: -1;
}

.process-bg-shape {
	position: relative
}

.process-bg-shape:before {
	position: absolute;
	right: 0;
	bottom: -27px;
	width: 100%;
	content: "";
	background: url(assets/images/graduation-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
}
.em_process-icon{
	position:relative;
}
.em_process-icon i {
	background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
	color: #fff;
	width: 90px;
	height: 90px;
	display: inline-block;
	line-height: 90px;
	font-size: 40px;
	border-radius: 4px;
}
.style-two .work_progress-number {
	position: absolute;
	right: 28px;
	top: auto;
	margin: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: inherit;
	left: auto;
	bottom: -16px;
	z-index: 1;
}
.style-two.work_progress:hover .work_progress-number {
	top: inherit;
}
.style-two .work_progress-number span {
	background: #0194FC;
}
.style-two .work_progress-number span:after,
.style-two .work_progress-number span:before {
	display:none;
}
.two.process-bg-shape::before {
	position: absolute;
	right: 0;
	bottom: -107px;
	width: 100%;
	content: "";
	background: url(assets/images/graduation-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
}

/*
==============
Call To Action
==============
*/

.call-to-action {
	text-align: center;
	position: relative;
}
.call-to-action-title h2 {
	margin-bottom: 12px;
	color: #fff;
	font-size: 35px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.call-to-action-title span {
	font-size: 40px;
	display: block;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 20px auto 0;
	font-weight: 700;
}
.call-to-action-btn {
	margin-top: 30px;
}
.call-to-action-btn a {
	border: none;
	display: inline-block;
	text-transform: capitalize;
	background-color: #0194FC;
	border-radius: 4px;
	color: #fff;
	padding: 12px 31px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 500;
	font-family: 'Fira Sans', sans-serif;
}
.call-to-action-btn a i{
	margin-left:8px;
}
.call-to-action-btn a:hover {
	background: #fff;
	color: #0194FC;
}
.call-to-action-desc {
	color: rgba(255,255,255,0.90);
	width: 31%;
	margin: auto;
}

.call-to-video {
	margin-bottom: 35px;
}
.call-video-link a{
    display:inline-block
}
.call-video-link a i {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 90px;
    color: #0194FC;
    border-radius: 100%;
	position:relative;
	z-index:1;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.call-video-link a {
	position:relative;
}
.call-video-link a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    background: rgba(255,255,255, 0.8);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
}
.call-to-video i {
	font-size: 23px;
}


/*
===========
Testimonial
===========
*/

.single_testimonial {
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	position: relative;
	margin-top: 10px;
	text-align: center;
}

.testi_thumb img {
	border-radius: 100%;
	width:90px;
}
.testi_content {
	margin-bottom: 30px;
}
.testi_title {
	margin-top: 10px;
}
.testi_title h2 {
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 700;
}
.testi_title h2 sup {
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;
}
.testi_title span {
    color: #0194FC;
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding-top: 5px;
}
.testi_text {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	width: 69%;
	margin: auto;
}
.testi_text.texti_style2 {
	color: #444444;
	font-style: italic;
	margin: auto;
	width: 100%;
}
.testimonial_list.curosel-style .owl-nav div{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.em_testi_degi {
	line-height: 1;
	margin-top: -4px;
}
.reviews_rating {
    margin-top: 10px;
}
.em_reviews i {
	color: #ddd;
}
.testi-star i {
	color: #ddd;
}
.testi-star i.active {
    color: #0194FC;
    font-size: 19px;
    margin: 0 1px;
}
.em_testi_country_img ul li {
    display: inline-block;
	overflow:hidden;
}
.em_testi_country_img ul li img{
	display:inline-block;
}
.country-name{
	margin-left:10px;
}
.testimonial-style-two .single_testimonial {
	text-align: center;
	background: #fff;
	padding: 30px 25px;
	border-radius: 5px;
	border: 1px solid #eee;
}

.testimonial-style-two .testi_content {
    position: relative;
    padding: 0;
    -webkit-box-shadow: 0 25px 40px 0 rgba(0,0,0,.1);
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    text-align: center;
    margin-bottom: 30px;
}
.testi_thumb img {
	border-radius: 100%;
	width: 90px;
}
.testimonial-style-two .testi_title h2 {

}
.testimonial-style-two .testi_title span {
	color: #0194FC;
	font-size: 14px;
}
.testimonial-style-two .testi_text {
	width: 100%;
	margin: auto;
	font-size: 16px;
	font-style: inherit;
	font-family: Rubik;
}
.testi_thumb {
    position: relative;
    margin: 0 0 20px;
	display:inline-block;
}
.testi_thumb:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    line-height: 50px;
    bottom: 0px;
    right: -16px;
    background-color: #0194FC;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.testimonial-style-two .testi_title {
	position: relative;
	padding-top: 20px;
}
.testimonial-style-two .testi_title::before, .testimonial-style-two .testi_title::after {
	position: absolute;
	top: 0;
	content: "";
	height: 1px;
	width: 25px;
}
.testimonial-style-two .testi_title::before {
    background-color: #0194FC;
    left: calc(50% - 25px);
}
.testimonial-style-two .testi_title::after {
    background-color: #ddd;
    left: 50%;
}
/* Testimonial Style Three */
.testimonial-style-three .single_testimonial {
    position: relative;
	text-align: left;
	background: #fff;
	margin: 0;
	padding: 30px 20px 40px 30px;
	border-radius: 5px;
}
.testimonial-style-three .single_testimonial:hover{
    background: #0194FC;
}
.testimonial-style-three .single_testimonial::before {
	content: '';
	position: absolute;
	height: 291px;
	width: 325px;
	background: #f7f8f9;
	top: 0;
	left: 0;
	clip-path: polygon(0% 0%, 100% 0%, 45% 100%, 0% 100%);
	border-radius: 5px 0 0 5px;
	transition: 0.5s;
}
.testimonial-style-three .single_testimonial:hover::before {
	background: #252525;
}
.testimonial-style-three .single_testimonial::after {
	content: '';
	position: absolute;
	height: 30px;
	width: 30px;
	background: #0194FC;
	top: 0;
	right: 0;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%);
	border-radius: 0px 5px 0px 0px;
}
.testimonial-style-three .single_testimonial:hover .testi_title h2,
.testimonial-style-three .single_testimonial:hover .testi_text{
    color: #fff;
}
.testimonial-style-three .single_testimonial .wrapper{
    position: relative;
    z-index: 1;
}
.testimonial-style-three .testi_thumb {
    float: left;
    margin-right: 20px;
}
.testimonial-style-three .testi_thumb::before{
    display: none;
}
.testimonial-style-three .testi_thumb img{
    border-radius: 0;
}
.testimonial-style-three .testi_title {
    margin-bottom: 30px;
}
.testimonial-style-three .testi_text {
    color: #fff;
}
.testimonial-style-three .testi_title h2 {
	color: #252525;
	font-size: 22px;
	font-family: "Rubik",Sans-serif;
	font-weight: 500;
}
.testimonial-style-three .testi_title h2 span{
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
}
.testimonial-style-three .testi_content {
    margin: 0;
    padding: 2px 0 27px;
    clear: both;
}
.testimonial-style-three .testi_text {
	color: #707070;
	font-size: 16px;
	width: 100%;
	font-style: normal;
	font-family: 'Fira Sans', sans-serif;
}
.testimonial-style-three .testi-star i{
    font-size: 14px;
}

/* Style Five */
.testimonial_list.style-five .single_testimonial {
	width: 71%;
	margin: auto;
	text-align: left;
	padding: 115px 50px 115px 100px;
}
.testimonial_list.style-five .single_testimonial .testi_content{
    position: relative;
}
.testimonial_list.style-five .single_testimonial .client-details{
    position: relative;
    display: flex;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_thumb{
    border: 4px solid #fff;
    border-radius: 50%;
    margin: 0 22px 0 0;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_thumb::before{
    display: none;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_title h2 {
	color: #fff;
	font-size: 22px;
	font-family: "Rubik",Sans-serif;
	font-weight: 500;
	float: left;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_title span {
	display: inline-block;
	color: rgba(255, 255, 255, 0.8);
	position: relative;
	margin: 0 12px;
	padding: 0 12px;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_title span::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background: #fff;
	left: 0px;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_title .testi-star i.active{
    color: #ffc000;
}
.testimonial_list.style-five .single_testimonial .client-details .reviews_rating{
    margin-top: 22px;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_title .testi-star i{
    font-size: 14px;
}

.testimonial_list.style-five .single_testimonial .testi_content .testi_text {
	color: #fff;
	font-style: normal;
	font-size: 17px;
	line-height: 1.8;
}
.testimonial_list.style-five .single_testimonial::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url('testimonial-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonial_list.style-five .single_testimonial .testi_text{
    width: 100%;
}







/*
==========
Case Study
==========
*/

.bigtheme-single-cases-study {
    position: relative;
	z-index:999;
}
.em-cases-study-content {
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    text-align: center;
    background: #0194FC;
    margin: auto;
    padding: 20px 30px 1px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
    width: 100%;
    opacity: 0;
}
.bigtheme-single-cases-study:hover .em-cases-study-content{
	bottom: 0;
	opacity:1;
}

.case-study-thumb{
	position:relative;
	z-index:1;
}
.case-study-thumb img {
    border-radius: 5px;
}
.case-study-thumb::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.75);
	content: "";
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 5px;
}
.bigtheme-single-cases-study:hover .case-study-thumb:before{
	opacity:1;
}
.em-cases-study-title h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px;
}
.em-cases-study-title h2 a {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color:#fff;
}
.em-cases-study-title h2 a:hover{
	color:#fff;
}
.case_category p span {
    color: #fff;
    letter-spacing: 1px;
}
/* Case Style Two */
.case_default .em-cases-study-content{
    background: transparent;
    width: 100%;
    padding: 40px 27px;
    top: inherit;
    opacity: 1;
    text-align: left;
    bottom: 0;
}
.case_default .em-cases-study-title h2 a {
    font-size: 23px;
}
.case_default .bigtheme-single-cases-study {
    margin-bottom: 30px;
}
.case_default .case-study-thumb:before {
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.30);
    opacity: 1;
}



.case_default .case-study-thumb:before {
    border-radius: 7px;
}
.case_default .em-cases-study-title h2 {
    margin: 0 0 7px;
    color: #fff;
}
.case_default .case_category span,
.case_default .cases-study-content p,
.case_default .em-case-study-button a {
    color: #fff;
}
.case_default .cases-study-content p {
    margin: 20px 0;
}
.case_default .em-cases-study-title h2 a:hover {
    color: #fff;
}
.em-case-study-button {
	margin-top: 20px;
}

/* Case Style Three */
.case-study-section .single-case-study{
    position: relative;
    margin-bottom: 30px;
}
.case-study-section .single-case-study::after{
    content: '';
    position: absolute;
    height: 2px;
    background: #0194FC;
    bottom: 0;
    transform: scale(0);
    transition: 0.5s;
}
.case-study-section .single-case-study:hover::after{
    width: 100%;
    transform: scale(1);
}
.case-study-section .single-case-study .case-study-content{
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 18px 28px 18px;
    background: #fff;
}
.case-study-section .single-case-study .case-study-content h3 a{
    color: #252525;
    font-size: 24px;
    font-weight: 500;
    font-family: "Rubik",Sans-serif;
}
.case-study-section .single-case-study .case-study-content .case-category .category-item{
    color: #0194FC;
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
}

/* Style Four */

.case_study_four .single-portfolio {
    position: relative;
    margin-bottom: 30px;
}
.case_study_four .single-portfolio::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    height: 100%;
    width: 100%;
    border: 25px solid #0194FC;
    opacity: 0;
    transition: .5s;
}
.case_study_four .single-portfolio:hover::after{
    opacity: 1;
}
.case_study_four .portfolio-thumb::before  {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background: linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.57) 40%, rgba(34, 31, 60, 0.55) 43%, rgba(34, 31, 60, 0.10) 100%);
}
.case_study_four .portfolio-content {
    position: absolute;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    bottom: -40px;
    left: 0;
    opacity: 1;
    background: transparent;
    margin: auto;
    padding: 22px 25px 30px;
    text-align: center;
    z-index: 9;
}
.case_study_four .single-portfolio:hover .portfolio-content {
    bottom: 0;
}
.case_study_four .btn-details a {
    background: transparent;
    border: none;
    font-size: 21px;
    opacity: 0;
    color: #fff;
}
.case_study_four .single-portfolio:hover .btn-details a {
   opacity: 1;
}
.case_study_four .btn-details a::before {
   display: none;
   transition: .5s;
}
.case_study_four .portfolio-content h4 a {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
}
.case_study_four .portfolio-content p{
  color: #fff;
}





/*
==========
Brand
==========
*/

.bigtheme-single-brand {
	margin-bottom: 15px;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
}
.brand-thumb  img {
	filter: gray;
	-webkit-filter: grayscale(1);
	transition:.3s;
}
.bigtheme-single-brand:hover .brand-thumb  img{
		filter: none;
	-webkit-filter: grayscale(0);
}

.bigtheme-single-brand.style2 {
    border: 0;
    padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;	    
}
.bigtheme-single-brand.style2:hover{
	margin-top: 0;
}

/*
=========
Counter
=========
*/
.single_counter {
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-bottom: 30px;
}
.counter_icon {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	float: left;
	margin-right: 20px;
}
.counter_icon i {
	font-size: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
	color: #0194FC;
}
.countr_text > h1 {
	font-size: 34px;
	display: inline-block;
	font-weight: 500;
	margin: 0;
	font-family: "Rubik",Sans-serif;
}
.countr_text > h3 {
	font-size: 34px;
	display: inline-block;
	margin: 0;
	font-family: "Rubik",Sans-serif;
	font-weight: 500;
}
.counter_title {
	padding: 0 0 0;
}
.counter_title h4 {
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 2px;
	font-weight: 300;
	letter-spacing: 0;
	font-family: "Rubik",Sans-serif;
}
.style-two .counter_icon i {
	color: #0194FC;
}
.style-two .counter_title h4,
.style-two .countr_text h3,
.style-two .countr_text h1 {
	color: #232323;
}

.no-icon .counter_icon i{
	display:none;
}



.counter-creative .single_counter {
    background: #fff;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 11.35px 22.275px 25.92px 1.08px rgba(14,62,129,.29);
    float: right;
    position: relative;
    padding: 0 40px;
}
.counter-creative .single_counter::before {
    position: absolute;
    content: "";
    right: 71px;
    top: -18px;
    height: 300px;
    width: 300px;
    background: #0194FC;
    z-index: -1;
    border-radius: 50%;
}
.counter-creative .single_counter .single_counter_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.counter-creative .single_counter .counter_title h4 {
    font-size: 24px;
    padding: 0 32px;
    font-weight: 700;
}
.counter-creative .single_counter .countr_text > h1 {
    font-size: 120px;
    line-height: 115px;
	color:#0194FC;
}
.counter-creative{
	position:relative;
	z-index:1;
}
.counter-creative::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 90px;
    width: 34px;
    height: 34px;
    background-color: #0194FC;
    border-radius: 50%;
}
.counter-creative::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #0194FC;
    border-radius: 50%;
}

.text-center .counter_icon {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
}
/* Style Two */
.style-two .single_counter  {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
    text-align: center;
    height: 250px;
    width: 250px;
    border-radius: 100%;
    background:#fff;
}
.style-two .counter_icon {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    float: none;
    margin-right: 0;
}
.style-two .single_counter_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.style-two .counter_icon i {
	color: #0194FC;
}

.skew-counter{
    transform: skew(-14deg);
}
.skew-counter .single_counter{
    margin: 0;
    transform: skew(14deg);
    text-align: center !important
}

/*
=========
Icon Box
=========
*/

.icon-box{
	padding-bottom: 5px;
}

.icon-box.style-one .icon-box-icon {
    padding-right: 13px;
    position: relative;
    top: 13px;
}
.icon-box .icon-box-content h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
.icon-box .icon-box-content .description p{
	margin: 0;
}

.icon-box-icon .icon i{
  display: inline-block;
	font-size: 45px;
	color: #fff;
  transition: 0.5s;
}

.box-shape .icon-box::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: url('shape.png');
    background-repeat: no-repeat;
}
.box-shape .icon-box .icon-box-content,
.box-shape .icon-box .icon-box-icon{
    z-index: 1;
}

.icon-box.style-two .icon-box-icon {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
}
.icon-box.style-two .icon-box-content {
    display: inline-block;
}
.icon-box.style-two .icon-box-icon .icon i {
    font-size: 25px;
}
.icon-box.style-two .icon-box-icon .icon, .icon-box-icon .icon, .img-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.icon-box.style-three {
	display: flex;
	background: #fff;
	border-radius: 5px;
	position: relative;
	padding: 15px 15px 15px 73px;
	transition: .5s;
	z-index: 1;
	margin-bottom: 15px;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.icon-box.style-three:before {
	background: #0194FC;
	position:absolute;
	content:""; 
	left:0; 
	top:0; 
	height:100%; 
	width:0;
	z-index:-1;
	border-radius:5px;
	transition:.5s;
}
.icon-box.style-three:hover:before{
	width:100%;
}
.icon-box.style-three .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 55px;
    background: #f00;
    text-align: center;
    color: #fff;
    bottom: 0;
}
.icon-box.style-three .icon i {
    line-height: 53px;
    color: #fff;
    font-size: 27px;
}
.icon-box.style-three .icon-box-content h2 {
    margin-bottom: 0;
}
.icon-box.style-three:hover .icon-box-content h2 {
    color:#fff;
}
.circle-image.rotateme {
    position: relative;
    z-index: -1;
}
.icon-box-icon .icon,
.icon-box-icon .icon, .img-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #48DCA8;
    border-radius: 100%;
    line-height: 30px;
}
.icon{
	line-height:65px;
}
.icon i {
    color: #fff!important;
}
/*contact icon*/
.contact .icon-box.style-two .icon-box-icon .icon, .icon-box-icon .icon, .img-icon {
    width: 57px;
    height: 57px;
    line-height: 57px;
    background: #00BCE3;
}
/*banner*/
.banner .icon-box.style-two .icon-box-icon .icon, .icon-box-icon .icon, .img-icon {
    width: 22px;
    height: 22px;
    line-height:22px;
    background: #00B98F;
    position: relative;
    top: 7px;
}

/* Style Four */
.icon-box.style-four{
    position: relative;
    border-right: 3px solid #ff3b00;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 38px 10px 38px 65px;
    border-radius: 10px;
    background: #fff;
    z-index: 1;
}
.icon-box.style-four .icon-box-icon{
    position: absolute;
    left: -55px;
    padding: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.icon-box.style-four .icon-box-icon::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('shape1.png');
    background-position: center;
    left: 0;
    top: 0;
}
.icon-box.style-four .icon-box-icon .icon{
    position: relative;
}
.icon-box.style-four .icon-box-icon .icon i{
    font-size: 40px;
}
.icon-box.style-four .icon-box-content{
    
}
.icon-box.style-four .icon-box-content .title h2{
    font-family: "Rubik",Sans-serif;
}

/* Style Five */
.icon-box.style-five{
    position: relative;
    border-left: 3px solid #ff3b00;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 38px 65px 38px 10px;
    border-radius: 10px;
    text-align: right;
    background: #fff;
    z-index: 1;
}
.icon-box.style-five .icon-box-icon{
    position: absolute;
    right: -55px;
    padding: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.icon-box.style-five .icon-box-icon::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('shape2.png');
    background-position: center;
    left: 0;
    top: 0;
}
.icon-box.style-five .icon-box-icon .icon{
    position: relative;
}
.icon-box.style-five .icon-box-icon .icon i{
    font-size: 40px;
}
.icon-box.style-five .icon-box-content{
    
}
.icon-box.style-five .icon-box-content .title h2{
    font-family: "Rubik",Sans-serif;
}




/*
==============
Video Box
==============
*/

.single-video {
	position: relative;
	text-align: center;
}
.single-video img {}

.single-video h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 26px;
	text-transform: capitalize;
	display: inline-block;
	margin-left: 25px;
}
.video-icon a {
	text-align: center;
	display: inline-block;
	position:relative;
	z-index:99;
}
.video-icon a {
    background: #fff;
    height: 75px;
    width: 75px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 75px;
    color: #0194FC;
    font-size: 26px;
    position: relative;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s
}
.v-overlay .video-icon a i {
	border: 0px solid #fff;
	font-size: 30px;
}
.video-icon {
	left: 50%;
	position: absolute;
	top: 51%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
}
@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(241, 42, 2, 0.3), 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3);
        box-shadow: 0 0 0 0 rgba(241, 42, 2, 0.3), 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3), 0 0 0 30px rgba(241, 42, 2, 0);
        box-shadow: 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}

.style-two .video-icon {
    left: inherit;
    position: inherit;
    top: inherit;
    transform: inherit;
    text-align: left;
}


.successful-img {
    position: absolute !important;
    left: 0;
    bottom: 0;
    text-align: left;
}
.redius-img .single-video img {
    border-radius: 0 10px 0 0;
}


/*
=========
Blog Box
=========
*/
/* Style Three */
.blog_style_three .em-blog-content-area_adn::after {
	content: '';
	position: absolute;
	height: 3px;
	background: #0194FC;
	bottom: 0;
	left: 0;
	transform: scale(0);
	transition: 0.5s;
}
.blog_style_three .single_blog_adn:hover .em-blog-content-area_adn::after{
    width: 100%;
    transform: scale(1);
}
.blog_style_three .em-blog-content-area_adn .blog-category .post-categories{
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog_style_three .em-blog-content-area_adn .blog-category .post-categories li a{
    color: #707070;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
}
.blog_style_three .em-blog-content-area_adn .blog-page-title_adn h2 a{
    color: #252525;
    font-size: 22px;
    font-family: "Rubik",Sans-serif;
    font-weight: 500;
}
.blog_style_three .blog-date {
	position: absolute;
	background: #0194FC;
	color: #fff;
	top: -34px;
	right: 30px;
	text-align: center;
	padding: 8px 18px;
	border-radius: 5px;
}
.blog_style_three .blog-date p{
    margin: 0;
}
.blog_style_three .bigtheme-single-blog_adn {
	text-align: left;
	padding: 0;
	border-radius: 5px;
}
.blog_style_three .em-blog-content-area_adn {
	padding: 25px 35px 30px;
	text-align: left;
}
.blog_style_three .em-blog-content-area_adn .blog-page-title_adn h2{
    margin: 13px 0 18px;
    line-height: 1.3;
}
.blog_style_three .bigtheme-blog-meta-left {
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	text-align: left;
	position: inherit;
	top: inherit;
	background: transparent;
	left: inherit;
	right: inherit;
	margin: 0;
}
.blog_style_three .bigtheme-blog-meta-left a, .blog_style_two .bigtheme-blog-meta-left span {
	margin: 0;
	margin-right: 25px;
}
.blog_style_three .bigtheme-blog-readmore a {
    position:relative;
    color: #0194FC;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
	padding: 0;
	border: 0;
}



/* Style Four */

.blog_style_four .blog-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.blog_style_four .blog-thumb img{
    width: 100%;
}
.blog_style_four .blog-thumb .blog-meta-top{
  position: absolute;
  top: 10px;
  left: 10px;
}
.blog_style_four .blog-thumb .blog-meta-top ul{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog_style_four .blog-thumb .blog-meta-top ul li{
  margin-right: 10px;
}
.blog_style_four .blog-thumb .blog-meta-top ul li a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    background: #1db78f;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 15px;
    letter-spacing: 1px;
    border-radius: 3px;
}
.blog_style_four .blog-content {
    text-align: left;
    padding: 25px 5px 21px 35px;
    background: rgb(36, 181, 142, 0.9);
    position: absolute;
    bottom: -101px;
    transition: .5s;
}
.blog_style_four .blog-meta span {
    color: #fff;
}
.blog_style_four .blog-content h5 {
    margin: 7px 0 15px;
}

.blog_style_four .blog-content .blog-meta span a {
    color: #fff;
}
.blog_style_four .blog-content h5 a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.blog_style_four .blog-single-carousel:hover .blog-content {
    bottom:0px;
}
.blog_style_four .blog-single-carousel .blog-meta {
    position: relative;
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.blog_style_four .blog-learn-more a {
    color: #fff;
    background: #211e3b;
    display: block;
    padding: 13px 0;
    position: relative;
    z-index: 1;
    margin: 24px 0 12px;
}
.blog_style_four .blog-learn-more a:before {
    position: absolute;
    left: 0;
    content: "";
    width: 10%;
    height: 100%;
    background: #0194FC;
    top: 0;
    transition: .5s;
    z-index: -1;
}
.blog_style_four .blog-single-carousel:hover .blog-learn-more a:before {
  width: 100%;
}
.blog_style_four .blog-single-carousel:hover .blog-content {
    background: #24B58E;
}




/*
=========
Button
=========
*/
.dit-button {
    position: relative;
    margin-top:13px;
    display: inline-block;
      z-index: 1;
}
.dit-button:before{
     position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: -15px;
    width: 39%;
    height: 24%;
    box-shadow: 12px 40px 52px #21b68f; 
}



.dit-button.style-one a {
    position: relative;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 15px 37px 15px 67px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 1;
    background-image: linear-gradient(to left, #02383D, #00B98E);
    border-radius: 50px;
    box-shadow: -47px 3px 65px 21px #044349;
}
.dit-button a::before {
    content: '';
    position: absolute;
    height: 96%;
    width: 98%;
    background-color: #0D192F;
    left: 1%;
    top: 1%;
    z-index: -1;
    border-radius: 50px; 
    transition: .5s;
}
.dit-button.style-one a:after {
    position: absolute;
    content: "";
    top: 14px;
    left: 29px;
    height: 26px;
    width: 26px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(https://bigtheme.dreamitsolution.net/crypto/wp-content/uploads/2022/03/01_Home.png);
}
.dit-button.style-one a:hover::before {
    left: 0;
    top: 0;
    bottom: 0;
    background: #00B88E;
}

.dit-button.style-one a:hover i{
  background:#0194FC;
  color:#fff;
}
.dit-button.style-one i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #f00;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    left: 17px;
    transition: 0.5s;
}

/* Style Two */
.dit-button.style-two a{
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #0194FC;
  padding: 16px 40px 16px 40px;
  border: 2px solid #0194FC;
  border-radius: 5px;
  z-index: 1;
}
.dit-button.style-two a:hover{
  color: #0194FC;
}
.dit-button.style-two a::after{
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  background: #fff;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: -1;
}
.dit-button.style-two a:hover::after{
  width: 100%;
}

/*
=========
Text Box
=========
*/
.text-box.style-one .box-wrapper {
	position: relative;
	background: #292728;
	border-radius: 7px;
	padding: 19px 28px 17px 28px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.text-box.style-one .title h4 {
    color: #fff;
    font-size: 18px;
    font-family: "Rubik",Sans-serif;
    margin: 0 0 7px;
    font-weight: 500;
    line-height: 1.6;
}
.text-box.style-one .box-wrapper:hover{
  background:#ff3b00;
  box-shadow: 0 0 27px rgb(0 0 0/20%);
}
.text-box.style-one .box-wrapper:hover .single-btn a{
  color: #fff;
}
.text-box.style-one .single-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    transform: rotate(30deg);
}
.text-box.style-one .single-btn a {
    color: #e53905;
}

/*==============================
/* bigthemeZONE COUNTDOWN AREA CSS 
===============================*/

.elementor-image-gallery {
    text-align: center;
}
.dreamit-countdown {
    text-align: center;
}
.counterdowns span {
    text-align: center;
    padding-top: 7px;
}
span.cdowns {
    width:55px;
    height:61px;
    line-height:55px;
    background: #0581EB;
    display: inline-block;
    margin: 0 4px;
    font-weight:400;
	border-radius:4px;
    position: relative;
}
span.cdowns:nth-child(1) {
    background: #0094FB;
    position: relative;
    z-index:1;
}
span.cdowns:nth-child(1):before{
    position: absolute;
    content:"";
    background: #0094FB;
    height:31px;
    width:55px;
    position: relative;
    z-index:1;
    top: 0;
    left: 0;
}
span.cdowns:nth-child(2) {
 background:#48DCA8;
}
span.cdowns:nth-child(3) {
background:#FEC107;
}
span.cdowns:nth-child(4) {
 background:#E031CA;
}
span.time-counts {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    position: relative;
}
.counterdowns p {
    color: #fff;
    font-size: 13px;
    font-weight:400;
    position: absolute;
    text-transform: uppercase;
    bottom:-64px;
    left:10px;
    
}
span.cdowns:nth-child(1) .counterdowns p{
    left: 10px;
     position: absolute;
}
div#gallery-1 {
    display: flex;
    justify-content: center;
    line-height: -4px;
}
span.span-4 {
    padding-left: 35px;
}

/* Cart JS */
.color p {
    margin: 14px 0 20px;
}
.date p {
       margin: 6px;
}
.title p {
    margin: 6px;
    font-size: 16px;
    font-weight: 500;
       opacity: 0;
}
.text {
    overflow: hidden;
    opacity: 0;
    display: none;
}
canvas#myChart-kLzFDo {
    height: 441px!important;
    width: 441px!important;
}


























