/*-----------------------------------------------------------
    Theme Name: AlveOne
    Theme URI: http://templatehouse.net/AlveOne/
    Description: One Page Parallax HTML5 Template
    Author: templatehouse
    Author URI: https://themeforest.net/user/templatehouse_net
    Version: 1.0
-------------------------------------------------------------*/


/*-----------------------------------------------------------
    1  General Styles
    2  Typography
    3  Header
	4  Banner
	5  About us
	6  Services
	7  team
	8  testomonial
	9  Blog
	10 Contact
	11 Footer
-------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
body {
	font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #222222;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	letter-spacing: .025em;
	line-height: 1.6;
	font-family: 'Poppins', sans-serif;
}
/*------------------
  Preloader
--------------------*/


.preloader {
	width: 100%;
	position: fixed;
	overflow: hidden;
	height: 100%;
	background: #0D4B85;
	left: 0;
	top: 0;
	z-index: 99999;
}
.circle {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background: #fff;
}
.circle:after {
	content: "ActiveServe";
	position: absolute;
	top: 100px;
	width: 300px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 5px;
	line-height: 30px;
 -webkit-animation: fadeinout .5s ease-in-out alternate infinite;
 animation: fadeinout .5s ease-in-out alternate infinite;
}
.circle:before {
	content: "";
	position: absolute;
	top: 125px;
	left: -1px;
	width: 252px;
	height: 126px;
	background-color: #0D4B85;
}
.circle-inner {
	position: relative;
	top: 30px;
	left: 30px;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background-color: #0D4B85;
 -webkit-animation: inneranim .5s ease-in-out alternate infinite;
 animation: inneranim .5s ease-in-out alternate infinite;
}
.circle-cutter {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	-webkit-transform-origin: top top;
	-webkit-animation: animrotate 1s ease-in-out alternate infinite;
	transform-origin: top top;
	animation: animrotate 1s ease-in-out alternate infinite;
}
.circle-cutter:after {
	content: "";
	position: absolute;
	top: 125px;
	left: -1px;
	width: 252px;
	height: 126px;
	background-color: #0D4B85;
}
@-webkit-keyframes inneranim {
 0% {
 top: 30px;
 left: 30px;
 width: 190px;
 height: 190px;
}
 100% {
 top: 3px;
 left: 3px;
 width: 244px;
 height: 244px;
}
}
@-webkit-keyframes animrotate {
 0% {
 -webkit-transform: rotate(160deg);
}
 100% {
 -webkit-transform: rotate(-160deg);
}
}
@-webkit-keyframes fadeinout {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/*------------------
  Header Style 1
--------------------*/
.HeaderStyle-1 .navbar {
	/*padding: 5px 0px;*/
	transition: all 0.3s ease-in-out;
}
.HeaderStyle-1 .navbar .navbar-nav .nav-item .nav-link {
	color: rgba(255, 255, 255, 0.65);
	font-size: 14px;
	padding: 8px 16px;
	font-weight: 500;
}
.HeaderStyle-1 .navbar .navbar-nav .nav-item .nav-link:hover, .HeaderStyle-1 .navbar .navbar-nav .nav-item .nav-link:focus, .HeaderStyle-1 .navbar .navbar-nav .nav-item .nav-link.active {
	color: #0D4B85;
}

.HeaderStyle-1 .navbar .navbar-toggler {
	border: none;
	padding: 0px;
	color: #052f61;
}
.HeaderStyle-1 .navbar .navbar-toggler:focus {
	outline: none;
}
.HeaderStyle-1 .navbar .navbar-brand .logo-dark {
	display: none;
}
.HeaderStyle-1 .navbar .navbar-brand .logo-light {
	display: block;
}
.HeaderStyle-1 .nav-sticky {
	background-color: #B0DA2D;
	padding: 2px 0px;
	box-shadow: 0px 4px 20px rgba(5, 47, 97, 0.08);
}
.HeaderStyle-1 .nav-sticky .navbar-nav .nav-item .nav-link {
	color: #74788d;
}
.HeaderStyle-1 .nav-sticky .navbar-brand .logo-dark {
	display: block;
}
.HeaderStyle-1 .nav-sticky .navbar-brand .logo-light {
	display: none;
}
.HeaderStyle-1 .navbar-light {
	background-color: #ffffff;
}
.HeaderStyle-1 .navbar-light .nav-item .nav-link {
	color: #74788d !important;
}
.HeaderStyle-1 .navbar-light .nav-item .nav-link:hover, .HeaderStyle-1 .navbar-light .nav-item .nav-link:focus, .HeaderStyle-1 .navbar-light .nav-item .nav-link.active {
	color: #106fde !important;
}
.HeaderStyle-1 .navbar-light .navbar-brand .logo-dark {
	display: block;
}
.HeaderStyle-1 .navbar-light .navbar-brand .logo-light {
	display: none;
}
 @media (max-width: 768px) {
 .HeaderStyle-1 .navbar {
 background-color: #ffffff;
 box-shadow: 0px 4px 20px rgba(5, 47, 97, 0.08);
 padding: 10px 0px;
}
 .HeaderStyle-1 .navbar .navbar-nav .nav-item .nav-link {
 padding: 8px 0px;
 color: #74788d;
}
 .HeaderStyle-1 .navbar .container {
 width: 90%;
}
 .HeaderStyle-1 .navbar .navbar-brand .logo-dark {
 display: block;
}
 .HeaderStyle-1 .navbar .navbar-brand .logo-light {
 display: none;
}
}
.HeaderStyle-1 .navbar .navbar-nav .nav-item .nav-link {
	color: #fff;
	padding: 8px 16px;
	font-weight: 500;
	font-size: 16px;
}


.HeaderStyle-1 .nav-sticky .nav-item.active .nav-link {
    color: #0D4B85 !important;
}


.HeaderStyle-1 .nav-sticky .btn-primary.btn-shadow {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(0 138 255);
}
.HeaderStyle-1 .nav-sticky .btn-primary {
    color: #fff;
    background-color: #0D4B85;
    border-color: #0D4B85;
    box-shadow: none;
}



.HeaderStyle-1 .sticky .nav-item.active .nav-link {
	color: #0D4B85 !important;
}

.HeaderStyle-1 .nav-sticky .nav-item .nav-link {
	color: #fff !important;
}
.HeaderStyle-1 .nav-sticky .nav-item .nav-link:hover {
	color: #0D4B85 !important;
}
.HeaderStyle-1 .navbar .navbar-toggler {
	color: #ffffff;
	font-size: 38px;
}
 @media (max-width: 991px) {
.HeaderStyle-1 .navbar {
 background-color: #000;
 box-shadow: 0px 4px 20px rgb(245 246 248 / 8%);
 padding: 10px 0px;
}
.HeaderStyle-1 .navbar .navbar-nav .nav-item .nav-link {
 background: #000;
 text-align: right;
 padding: 8px 12px;
 margin:1px 0;
}
.HeaderStyle-1 ul.navbar-nav.ml-auto {
 margin: 12px 0;
}
.HeaderStyle-1 button.btn.btn-primary.btn-shadow.ml-auto {
 margin: 0 auto;
 display: block;
 width: 100%;
}
}
.HeaderStyle-1 .btn-icon {
	margin: 0 0 0 15px;
}
.HeaderStyle-1 .ml-auto, .HeaderStyle-1 .mx-auto {
    margin-left: auto!important;
    margin-right: 0 !important;
}
.HeaderStyle-1 .navbar .navbar-brand .logo-light {
	max-width: 120px;
}
.HeaderStyle-1 .navbar .navbar-brand .logo-dark {
	max-width: 120px;
}
.btn-outline-danger {
	border: none;
	color: #fff;
	font-size: 22px;
}
.nav-sticky .btn-outline-danger {
	color: #000;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: transparent;
	border: none;
}
.HeaderStyle-1 .btn-icon {
	margin: 0 0 0 0;
	border: none;
	color: #fff;
}
.nav-sticky .btn-icon {
	margin: 0 0 0 0;
	border: none;
	color: #fff;
}

.HeaderStyle-1 .btn-primary {
    border-color: #3452ff !important;
background-color: #3452ff;
}
.btn-primary.btn-shadow {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(1 96 177);
}

.HeaderStyle-1 .nav-sticky .nav-item.active .nav-link {
    color: #0D4B85 !important;
}
.btn-accent {
    color: #fff;
    background-color: #0D4B85;
    border-color: #0D4B85;
    box-shadow: none;
}


/*------------------
  Block - 54
--------------------*/


.block-54 .skill-image-area {
	margin-right: 0;
}
.block-54 .about-image-area {
	position: relative;
	z-index: 9;
	height: 100%;
	margin-right: 45px;
}
.block-54 .right-0 {
	right: 0!important;
}
.block-54 .about-image-area.right-0 .about-image {
	right: 0;
}
.block-54 .about-image-area .about-image {
	position: relative;
	top: 0;
	right: 45px;
	float: right;
	z-index: 9;
}
.block-54 .about-image-area .about-image:nth-child(2) {
 position: absolute;
 top: 70px;
 left: 0;
 z-index: 8;
 float: left;
 text-align: left;
}
.block-54 .about-image-area.right-0 .about-image {
	right: 0;
}
.block-54 .skill-image-area .shape-1 {
	top: auto;
	bottom: 60px;
	right: -35px;
	z-index: -1;
}
.block-54 .skill-image-area .shape {
	position: absolute;
	z-index: 1;
}
.block-54 about-image-area .about-image img {
 border-radius: 5px;
 -webkit-box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 5%), 0 1.5rem 2.2rem rgb(0 0 0 / 10%);
 box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 5%), 0 1.5rem 2.2rem rgb(0 0 0 / 10%);
 -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
 -o-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
 transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}
.block-54 .section-title-two {
	position: relative;
	z-index: 99;
	margin-bottom: 30px;
}
@media (min-width: 992px) {
.block-54 .mb-lg-8 {
 margin-bottom: 40px!important;
}
}
.block-54 .section-title-two .sub-title {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	color: #748494;
	position: relative;
	display: block;
	padding-left: 85px;
	margin-bottom: 25px;
}
.block-54 .section-title-two .sub-title::before {
 position: absolute;
 content: "";
 width: 70px;
 height: 2px;
 background-color: #0D4B85;
 left: 0;
 bottom: 0;
}
.block-54 .section-title-two .title {
	font-size: 32px;
	line-height: 42px;
	margin: 0;
	color: #030f27;
}
.block-54 .progress-bar--one .progress-charts {
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.block-54 .progress-charts .heading {
	font-size: 16px;
	line-height: 23px;
	color: #030f27;
	margin-bottom: 12px;
	font-weight: 400;
}
.block-54 .progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
 font-size: .75rem;
	background-color: #3f5054;
 border-radius: .25rem;
}
.block-54 .progress-charts .progress {
	height: 4px;
	overflow: visible;
	font-size: 14px;
	background-color: #748494;
	border-radius: 0;
}
.block-54 .progress-charts .progress .progress-bar.gradient-1 {
	color: #0D4B85;
	background-color: #0D4B85;
	background-image: -webkit-linear-gradient( 314deg, #0D4B85 0, #0D4B85 100%);
	background-image: -o-linear-gradient(314deg, #0D4B85 0, #0D4B85 100%);
	background-image: linear-gradient( -224deg, #0D4B85 0, #0D4B85 100%);
}
.block-54 .progress-charts .progress .progress-bar {
	overflow: visible;
	position: relative;
	background: #0D4B85;
	color: #0D4B85;
}
.block-54 .progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #1292ee;
 -webkit-transition: width .6s ease;
 -o-transition: width .6s ease;
 transition: width .6s ease;
}
.block-54 .progress-charts .progress .progress-bar::before {
 height: 28px;
 width: 28px;
 border: 1px solid currentColor;
 opacity: .3;
}
.block-54 .progress-charts .progress .progress-bar::after, .block-54 .progress-charts .progress .progress-bar::before {
 content: '';
 position: absolute;
 right: -4px;
 top: 50%;
 border-radius: 50%;
 -webkit-transform: translate(50%, -50%);
 -ms-transform: translate(50%, -50%);
 transform: translate(50%, -50%);
}
.block-54 .progress-charts .progress .progress-bar span.percent-label {
	position: absolute;
	right: -45px;
	font-size: 14px;
	font-weight: 500;
	top: -40px;
	color: #2e3280;
	line-height: 2;
}
.block-54 .progress-charts .progress .progress-bar::after {
 height: 13px;
 width: 13px;
 border: 3px solid currentColor;
 background-color: #fff;
}
.block-54 .progress-charts .progress .progress-bar::after, .block-54 .progress-charts .progress .progress-bar::before {
 content: '';
 position: absolute;
 right: -4px;
 top: 50%;
 border-radius: 50%;
 -webkit-transform: translate(50%, -50%);
 -ms-transform: translate(50%, -50%);
 transform: translate(50%, -50%);
}


/*------------------
  Block - 55
--------------------*/


.block-55 {
	padding: 120px 0;
}
.block-55 .main-tit h2 {
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}
.block-55 .content .exp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}
.block-55 .content .exp h3 {
	font-size: 100px;
	font-weight: 700;
	background: url(../images/exp.jpg) no-repeat;
	background-size: 200px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
}
.block-55 .content .exp h5 {
	padding-left: 30px;
	margin-top: -20px;
}
.block-55 .valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.block-55 h4.word {
	display: inline-block !important;
	padding: 12px 0 0 20px !important;
}
.block-55 .office {
	margin-top: 70px;
}
.block-55 .lg-padding {
	padding: 0 10px;
}
.block-55 .office .item {
	height: 400px;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 50px;
}
.block-55 .imago.animated {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.block-55 .imago {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
 -webkit-transition: all .8s;
 -o-transition: all .8s;
 transition: all .8s;
 -webkit-transition-delay: .3s;
 -o-transition-delay: .3s;
 transition-delay: .3s;
}
.block-55 .bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.block-55 .office .item .num {
	position: absolute;
	bottom: -20px;
	left: 10px;
	font-size: 60px;
	font-weight: 800;
	line-height: 1;
	z-index: 4;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(10%, transparent), to(#fff));
	background: -webkit-linear-gradient(left top, transparent 10%, #fff);
	background: -o-linear-gradient(left top, transparent 10%, #fff);
	background: linear-gradient(to right bottom, transparent 10%, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 3;
}
.block-55 .office .item .tit {
	position: absolute;
	bottom: 0px;
	right: 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 300;
	z-index: 3;
}
.block-55 .office .item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #020519;
	opacity: .2;
}



/*------------------
  Block - 104
--------------------*/


.block-104 {
	padding-top: 120px;
}
.block-104 {
	padding-bottom: 120px;
}
.block-104 {
	position: relative;
	z-index: 1;
}
.block-104 .owl-stage-outer {
	margin: -15px -15px;
	padding: 15px;
}
.block-104 .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.block-104 {
	background-color: #f3f7fd;
}
.block-104 .shape-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.block-104 .shape-bottom img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.block-104 .site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px;
}
.block-104 .text-center {
	text-align: center!important;
}
.block-104 .site-heading h5 {
	text-transform: uppercase;
	font-weight: 400;
	color: #0D4B85;
	font-size: 18px;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.block-104 .site-heading h2 {
	display: block;
	font-weight: 700;
	position: relative;
	margin-bottom: 0;
	line-height: 1.4;
	padding-bottom: 10px;
}
.block-104 .heading-divider {
	display: inline-block;
	position: relative;
	height: 5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #4154f1;
	width: 90px;
	overflow: hidden;
}
.block-104 .services-items .item, .block-104 .services-items.services-stage-carousel .item {
	box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
	border: none;
}
.block-104 .services-items .item {
	padding: 60px 37px;
	background: #ffffff;
	box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.block-104 .services-items .item .icon {
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.block-104 .services-items .owl-item:nth-child(3n) .item .icon i, .block-104 .services-items .single-item:nth-child(3n) .item .icon i {
 background: #F84E77;
 background: -webkit-linear-gradient(top left, #F84E77, #FFA3B9);
 background: -moz-linear-gradient(top left, #F84E77, #FFA3B9);
 background: linear-gradient(to bottom right, #F84E77, #FFA3B9);
}
.block-104 .services-items .item .icon i {
	display: inline-block;
	font-size: 45px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	background: linear-gradient(to bottom, #4154F1, #011CFF);
	color: #ffffff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
}
.block-104 .services-items .item::after {
 opacity: 0.5;
}
.block-104 .services-items .item::after {
 position: absolute;
 left: 0;
 bottom: 0;
 content: "";
 height: 100%;
 width: 40%;
    /* background: url(assets/img/shape/border-shape.png); */
    background-size: contain;
 background-repeat: no-repeat;
 background-position: left bottom;
 z-index: -1;
 opacity: 0.5;
}
 @media only screen and (min-width: 1367px) {
.block-104 .container-lg {
 margin-left: calc((100% - 1140px)/ 2);
 padding-right: 0;
 width: auto;
 min-width: auto;
 max-width: inherit;
}
}
 @media only screen and (min-width: 1000px) {
.block-104 .services-stage-carousel.owl-carousel .owl-stage {
 left: -100px;
}
}
.block-104 .single-item {
	margin-bottom: 30px;
}
.block-104 .services-items .item {
	padding: 40px 35px;
	background: #ffffff;
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	position: relative;
	z-index: 1;
	overflow: hidden;
    height: 100%!important;
}
.block-104 .services-items .item, .block-104 .services-items.services-stage-carousel .item {
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	border: none;
}
 .block-104 .services-items .item::after {
 position: absolute;
 left: 0;
 bottom: 0;
 content: "";
 height: 100%;
 width: 40%;
 background: url(assets/img/shape/border-shape.html);
 background-size: contain;
 background-repeat: no-repeat;
 background-position: left bottom;
 z-index: -1;
 opacity: 0.5;
}
 .block-104 .services-items .item::after {
 opacity: 0.5;
}
.block-104 .services-items .item .icon {
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
 .block-104 .services-items .item:hover .icon::after {
 height: 15px;
 width: 15px;
}
 .block-104 .services-items .single-item .item .icon::before, .block-104 .services-items .single-item .item .icon::after {
 display: none;
}
 .block-104 .services-items .item:hover .icon::before {
 height: 10px;
 width: 10px;
}
.block-104 .services-items .item .icon i {
	display: inline-block;
	font-size: 45px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	background: linear-gradient(to bottom, #4154F1, #011CFF);
	color: #ffffff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
}
.block-104 .services-items .single-item .item .icon i {
	font-size: 35px;
}
 .block-104 .services-items .single-item .icon i, .block-104 .services-items .single-item .icon i::after {
 border-radius: 50% !important;
}
.eastern-blue .services-area .services-items .item .icon i {
	background: #1BAAA0;
	background: -webkit-linear-gradient(top left, #1BAAA0, #11EBDB);
	background: -moz-linear-gradient(top left, #1BAAA0, #11EBDB);
	background: linear-gradient(to bottom right, #1BAAA0, #11EBDB);
}
 .block-104 .services-items .item .icon i::after {
 position: absolute;
 left: 0;
 bottom: 0;
 content: "";
 height: 100%;
 width: 100%;
 z-index: -1;
 border-radius: 10px;
 box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
}
.block-104 .services-items .item h4 {
	font-weight: 700;
	/*text-transform: capitalize;*/
	font-size: 20px;
}
.block-104 .services-items .item .info > a {
	text-transform: capitalize;
	padding: 10px 35px;
	position: relative;
	z-index: 1;
	margin-top: 5px;
	display: inline-block;
	font-size: 16px;
	color: #4154f1;
	float: left;
}
.block-104 .services-items .item .info > a {
	color: #1baaa0;
}
.block-104 .services-items .item .info > a {
	color: #232323;
}
.block-104 .services-items .item .info > a {
	color: #634ded;
}
.block-104 .services-items.text-center .item .info > a {
	float: none;
}
.block-104 .services-items .item .info > a i {
	margin-right: 3px;
	font-size: 12px;
}
 .block-104 .services-items .item .info > a::after {
 position: absolute;
 left: 0;
 top: 0;
 content: "";
 height: 100%;
 width: 52px;
 background: linear-gradient(-70deg, transparent, rgba(237, 245, 255, 1));
 z-index: -1;
 border-radius: 50%;
 transition: all 0.35s ease-in-out;
}
 .block-104 .services-items .item .info > a:hover::after {
 border-radius: 30px;
 width: 100%;
 color: #ffffff;
}
 .block-104 .services-items .owl-item:nth-child(1) .item .icon i, .block-104 .services-items .single-item:nth-child(1) .item .icon i {
 background: #1BAAA0;
 background: -webkit-linear-gradient(top left, #1BAAA0, #11EBDB);
 background: -moz-linear-gradient(top left, #1BAAA0, #11EBDB);
 background: linear-gradient(to bottom right, #1BAAA0, #11EBDB);
}
 .block-104 .services-items .owl-item:nth-child(2n) .item .icon i, .block-104 .services-items .single-item:nth-child(2n) .item .icon i {
 background: #653CB5;
 background: -webkit-linear-gradient(top left, #653CB5, #BB99FF);
 background: -moz-linear-gradient(top left, #653CB5, #BB99FF);
 background: linear-gradient(to bottom right, #653CB5, #BB99FF);
}
 .block-104 .services-items .owl-item:nth-child(3n) .item .icon i, .block-104 .services-items .single-item:nth-child(3n) .item .icon i {
 background: #F84E77;
 background: -webkit-linear-gradient(top left, #F84E77, #FFA3B9);
 background: -moz-linear-gradient(top left, #F84E77, #FFA3B9);
 background: linear-gradient(to bottom right, #F84E77, #FFA3B9);
}
 .block-104 .services-items .owl-item:nth-child(4n) .item .icon i, .block-104 .services-items .single-item:nth-child(4n) .item .icon i {
 background: #4154F1;
 background: -webkit-linear-gradient(top left, #4154F1, #6C7CFF);
 background: -moz-linear-gradient(top left, #4154F1, #6C7CFF);
 background: linear-gradient(to bottom right, #4154F1, #6C7CFF);
}
 .block-104 .services-items .owl-item:nth-child(5n) .item .icon i, .block-104 .services-items .single-item:nth-child(5n) .item .icon i {
 background: #FC573C;
 background: -webkit-linear-gradient(top left, #FC573C, #FB9281);
 background: -moz-linear-gradient(top left, #FC573C, #FB9281);
 background: linear-gradient(to bottom right, #FC573C, #FB9281);
}
 .block-104 .services-items .owl-item:nth-child(6n) .item .icon i, .block-104 .services-items .single-item:nth-child(6n) .item .icon i {
 background: #63BC6F;
 background: -webkit-linear-gradient(top left, #63BC6F, #A0F8AC);
 background: -moz-linear-gradient(top left, #63BC6F, #A0F8AC);
 background: linear-gradient(to bottom right, #63BC6F, #A0F8AC);
}
.block-104 .services-items.services-carousel .owl-nav {
	margin: 0;
}
.block-104 .services-items.services-carousel .owl-nav .owl-prev, .block-104 .services-items.services-carousel .owl-nav .owl-next {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
	-webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
	-o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
	box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
	color: #4154f1;
	font-size: 20px;
	height: 45px;
	left: -90px;
	line-height: 50px;
	margin-top: -23px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	width: 45px;
	opacity: 0;
}
.block-104 .services-items.services-carousel .owl-nav .owl-next {
	left: auto;
	right: -90px;
}
.block-104 .services-items.services-carousel:hover .owl-nav .owl-prev {
	left: -70px;
	opacity: 1;
}
.block-104 .services-items.services-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: -70px;
	opacity: 1;
}
.block-104 .services-stage-carousel.owl-carousel .owl-dots {
}
.block-104 .services-stage-carousel.owl-carousel .owl-dots .owl-dot {
	margin-bottom: -10px;
	margin-top: 20px;
}
.block-104 .services-stage-carousel.owl-carousel .owl-dots .owl-dot span {
	display: block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
	position: relative;
	z-index: 1;
	border: 2px solid #e7e7e7;
}
 .block-104 .services-stage-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
 position: absolute;
 left: 50%;
 top: 50%;
 content: "";
 height: 5px;
 width: 5px;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -moz-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 -o-transform: translate(-50%, -50%);
 background: #4154f1;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}


/*------------------
  Block - 151
--------------------*/

.block-151 {
	padding-bottom: 90px;
}
.block-151 {
	padding-top: 130px;
}
.block-151 .mb-50 {
	margin-bottom: 50px;
}
.block-151 .section__title-5 {
	font-size: 46px;
	font-weight: 800;
	line-height: 1.1;
}
.block-151 .mb-10 {
	margin-bottom: 10px;
}
.block-151 .section__title-wrapper-5 p {
	color: #545b65;
	font-weight: 400;
	font-size: 15px;
}
.block-151 .mb-50 {
	margin-bottom: 50px;
}
.block-151 .portfolio__menu .masonary-menu {
	padding-bottom: 2px;
	border-bottom: 2px solid #f3f3f3;
}
.block-151 .portfolio__menu button:not(:last-child) {
 margin-right: 35px;
}
.block-151 .portfolio__menu button {
	color: #011224;
	font-size: 14px;
	background: transparent;
	outline: none;
	font-weight: 600;
	position: relative;
	border: none;
}
.block-151 .portfolio__menu button::after {
 position: absolute;
 content: "";
 bottom: -4px;
 left: auto;
 right: 0;
 width: 0%;
 height: 2px;
 background: #0D4B85;
}
.block-151 .portfolio__menu button:hover, .block-151 .portfolio__menu button.active {
	color: #0D4B85;
}
.block-151 .portfolio__menu button:not(:last-child) {
 margin-right: 35px;
}
.block-151 .mb-30 {
	margin-bottom: 30px;
}
.block-151 .portfolio__thumb {
	position: relative;
}
.block-151 .portfolio__thumb img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.block-151 .w-img img {
	width: 100%;
}
.block-151 .portfolio__content {
	position: absolute;
	bottom: 0px;
	left: 18px;
	background: #ffffff;
	padding: 23px 40px;
	padding-bottom: 26px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
	visibility: hidden;
}
.block-151 .portfolio__thumb::after {
 position: absolute;
 content: "";
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(56, 81, 108, 0.3);
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 opacity: 0;
 visibility: hidden;
}
.block-151 .portfolio__content span {
	display: inline-block;
	font-size: 15px;
	color: #011224;
	font-weight: 600;
	margin-bottom: 2px;
}
.block-151 .portfolio__title {
	font-size: 18px;
	font-weight: 700;
	color: #011224;
	margin-bottom: 0;
}
.block-151 .portfolio__item:hover .portfolio__content {
	bottom: 30px;
	visibility: visible;
	opacity: 1;
}
.block-151 .portfolio__item:hover .portfolio__thumb::after {
 visibility: visible;
 opacity: 1;
}


/*------------------
  Block - 152
--------------------*/


.block-152 {
	background: #f7f7fc;
}
.block-152 {
	padding-bottom: 90px;
}
.block-152 {
	padding-top: 105px;
}
.block-152 .mb-60 {
	margin-bottom: 60px;
}
.block-152 .section__title-4-p-2 {
	padding-left: 95px;
	padding-right: 95px;
}
.block-152 .section__title-4 {
	font-size: 38px;
	color: #0f1432;
	font-weight: 700;
	margin-bottom: 15px;
}
.block-152 .section__title-wrapper-4 p {
	font-size: 15px;
	font-weight: 600;
	color: #57556a;
}
.block-152 .support__item {
	-webkit-box-shadow: 0px 3px 1px 0px rgb(11 6 70 / 8%);
	-moz-box-shadow: 0px 3px 1px 0px rgba(11, 6, 70, 0.08);
	box-shadow: 0px 3px 1px 0px rgb(11 6 70 / 8%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 25px;
    height: 100%!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-152 .white-bg {
	background: #ffffff;
}
.block-152 .support__icon {
	min-height: 70px;
}
.block-152 .mb-15 {
	margin-bottom: 15px;
}
.block-152 .support__title {
	font-size: 15px;
	color: #57556a;
	font-weight: 600;
	margin-bottom: 0;
}
.block-152 .support__item:hover {
	-webkit-box-shadow: 0px 30px 70px 0px rgb(11 6 70 / 8%);
	-moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
	box-shadow: 0px 30px 70px 0px rgb(11 6 70 / 8%);
}


/*------------------
  Block - 176
--------------------*/

section.block-176 {
    padding: 100px 0;
}


.block-176 .testimonial_item .thumb {
	margin-bottom: 30px;
	text-align: center;
}
.block-176 .testimonial_item .thumb img {
	height: 60px;
	width: 60px;
}
.block-176 .testimonial_item .details {
	margin: 0 0 0 6%;
	padding: 0 35px;
	position: relative;
	text-align: center;
}
.block-176 .testimonial_item .details h4 {
	color: #484848;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0;
}
.block-176 .testimonial_item .details .small {
	font-size: 16px;
	line-height: 1.5;
}
.block-176 .testimonial_item .details p {
	font-size: 14px;
	color: rgb(119, 119, 119);
	font-style: italic;
	line-height: 1.714;
	margin-bottom: 0;
	margin-top: 30px;
}
.block-176 .testimonialsec {
	float: left;
	position: relative;
	width: 100%;
}
.block-176 .testimonialsec:before {
	bottom: -50px;
	color: #1b2032;
	content: "\f10d";
	font-size: 270px;
	font-family: fontawesome;
	left: 0;
	margin: 0 auto;
	opacity: 0.03;
	position: absolute;
	right: 0;
	text-align: center;
}
.block-176 .tes-for {
	float: left;
	margin: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.block-176 .tes-nav {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
	left: 0;
}
.block-176 .tes-nav img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	float: none;
	height: 60px;
	margin: 0 auto;
	opacity: .6;
	width: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.block-176 li.slick-slide.slick-active:nth-child(6) img, .block-176 li.slick-slide.slick-active:nth-child(8) img {
 -webkit-transform: translate(5%, 0) scale(1.3);
 -moz-transform: translate(5%, 0) scale(1.3);
 -o-transform: translate(5%, 0) scale(1.3);
 transform: translate(5%, 0) scale(1.3);
}
.block-176 .tes-nav .slick-list .slick-track li.slick-slide.slick-active {
	margin: 20px 0 0;
}
.block-176 .tes-nav .slick-list .slick-track li.slick-slide.slick-current.slick-active.slick-center {
	margin: 0;
	width: 130px !important;
}
.block-176 .tes-nav .slick-list .slick-track li.slick-slide.slick-active:first-child img, .block-176 .tes-nav .slick-list .slick-track li.slick-slide.slick-active:last-child img {
	height: 60px;
	width: 60px;
}
.block-176 .tes-nav .slick-list .slick-track li.slick-slide.slick-active:nth-child(2) img, .block-176 .tes-nav .slick-list .slick-track li.slick-slide.slick-active:nth-child(4) img {
 height: 80px;
 width: 80px;
}
.block-176 .tes-nav .slick-slide.slick-current.slick-active.slick-center img {
	height: 100px;
	margin: 0 auto;
	opacity: 1;
	width: 100px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow:0px 1px 4px 0px rgba(41, 39, 58, 0.3);
	-moz-box-shadow:0px 1px 4px 0px rgba(41, 39, 58, 0.3);
	-o-box-shadow:0px 1px 4px 0px rgba(41, 39, 58, 0.3);
	box-shadow:0px 1px 4px 0px rgba(41, 39, 58, 0.3);
	-webkit-transform: translate(5%, 0) scale(.9);
	-moz-transform: translate(5%, 0) scale(.9);
	-o-transform: translate(5%, 0) scale(.9);
	transform: translate(5%, 0) scale(.9);
}
.block-176 .testimonial_item.home2 {
	position: relative;
	text-align: center;
	opacity: .5;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.block-176 .testimonial_item.home2 .details {
	border-radius: 5px;
	margin-bottom: 25px;
	padding: 13px 60px 35px;
	padding-left: 120px;
	text-align: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.block-176 .testimonial_item.home2 .thumb .title {
	color: #060606;
	font-size: 18px;
}
.block-176 .testimonial_item.home2 .thumb .subtitle {
	color: #2650D9;
	font-size: 13px;
	margin-bottom: 40px;
}
.block-176 .testimonial_item.home2 .details .icon {
	font-size: 40px;
	left: 50px;
	line-height: normal;
	position: absolute;
	top: 70px;
}
.block-176 .testimonial_item.home2 .thumb img {
	display: inline-block;
	margin-bottom: 25px;
}
.block-176 .testimonial_post {
	padding: 50px 75px 30px 80px;
	position: relative;
}
.block-176 .testimonial_post .details .icon {
	color: #717171;
	font-size: 100px;
	left: 60px;
	margin-bottom: 20px;
	position: absolute;
	top: 20px;
}
.block-176 .testimonial_post .details p {
	font-size: 15px;
	color: #717171;
	line-height: 1.6;
	margin-bottom: 22px;
}
.block-176 .testimonial_post .thumb {
	display: block;
	position: relative;
}
.block-176 .testimonial_post .thumb img {
	width: 70px;
	margin: 0 auto;
	border-radius: 100%;
}
.block-176 .testimonial_post .thumb h4.title {
	margin-bottom: 0;
	margin-top: 25px;
}
.block-176 .testimonial_post .thumb .client-postn {
	color: #717171;
	font-size: 15px;
	line-height: 22px;
}
.block-176 .testimonial_post .details {
	padding-top: 20px;
}
.block-176 .testimonial_slider_home1 .testimonial_post {
	margin: 0px 10px 40px;
}
.block-176 .testimonial_slider_home1 .owl-item.active .testimonial_post {
	opacity: 0.5;
}
.block-176 .testimonial_slider_home1 .owl-item.active.center .testimonial_post {
	background-color: #fafafa;
	border-radius: 15px;
	opacity: 1;
}
.block-176 .testimonial_post_home3 {
	margin-bottom: 60px;
	position: relative;
}
.block-176 .testimonial_post_home3 .details {
	background-color: #fafafa;
	margin-bottom: 20px;
	padding: 45px 55px 50px;
}
.block-176 .testimonial_slider_home3.owl-carousel.owl-theme .owl-stage-outer .owl-item {
	opacity: 0.4;
}
.block-176 .testimonial_slider_home3.owl-carousel.owl-theme .owl-stage-outer .owl-item.active {
	opacity: 1;
}
.block-176 .testimonial_slider_home3.owl-carousel.owl-theme .owl-dots .owl-dot {
	margin-right: 5px;
}
.block-176 .testimonial_post_home3 .details .client_review li {
	margin-right: 0;
}
.block-176 .testimonial_post_home3 .details .client_review li a {
	color: #FFC78B;
	font-size: 13px;
}
.block-176 .testimonial_post_home3 .details p {
	color: #717171;
	font-size: 15px;
	line-height: 26px;
}
.block-176 .testimonial_post_home3 .thumb {
	display: flex;
}
.block-176 .testimonial_post_home3 .thumb img {
	width: 70px;
	border-radius: 100%;
}
.block-176 .testimonial_post_home3 .thumb .title {
	margin-top: 20px;
	padding-left: 20px;
}
.block-176 .testimonial_slider_home1.owl-carousel.owl-theme .owl-dots .owl-dot {
	margin-right: 10px;
	vertical-align: middle;
}
.block-176 .testimonial_slider_home1.owl-carousel.owl-theme .owl-dots .owl-dot span {
	background-color: #DEDEDE;
	border-radius: 50%;
	margin: 3px;
	width: 8px;
	height: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.block-176 .testimonial_slider_home1.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
	background-color: #222222;
	border-radius: 20px;
	height: 8px;
	width: 20px;
}
.block-176 .testimonial_slider_home1.owl-carousel.owl-theme .owl-nav {
	display: none;
}
.block-176 .container.max1800 {
	max-width: 1800px;
}
.block-176 .main-title {
	position: relative;
	margin-bottom: 50px;
}
.block-176 .text-center {
	text-align: center!important;
}
.block-176 .owl-dots {
	display: none;
}

/*------------------
  Block - 126
--------------------*/

.block-126 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.block-126 {
	margin-bottom: -30px;
}
.block-126 {
	background: #fff;
}
.block-126 .align-items-end {
	align-items: flex-end!important;
}
.block-126 .section-title {
	margin-top: -20px;
}
.block-126 .text-left {
	text-align: left!important;
}
@media (min-width: 992px) {
.block-126 .text-lg-right {
 text-align: right!important;
}
}
.block-126 a.btn-transparent {
	color: #1f1f25;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding-bottom: 3px;
}
.block-126 a.btn-transparent:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #f9004d;
	opacity: .75;
}
.block-126 .mt--60 {
	margin-top: 60px!important;
}
.block-126 .blog-style--1 {
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
	border-radius: 6px;
 -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
 transition: all .3s cubic-bezier(.645, .045, .355, 1);
}
.block-126 .blog-style--1 .content {
	position: absolute;
	bottom: -92px;
	width: 100%;
	padding: 50px 35px;
	z-index: 3;
}
.block-126 .thumbnail img {
	border-radius: 5px;
	box-shadow: 0 25px 65px rgb(0 0 0 / 10%);
 -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
 transition: all .3s cubic-bezier(.645, .045, .355, 1);
}
.block-126 .blog-style--1 .thumbnail a:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc004d), to(#000));
	background: -webkit-linear-gradient(top, #fc004d, #000);
	background: linear-gradient( 180deg, #fc004d 0, #000);
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	opacity: 0;
}
.block-126 .blog-style--1 .content:before {
	position: absolute;
	content: "";
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, #000));
	background: -webkit-linear-gradient(top, transparent, #000 70%);
	background: linear-gradient( 180deg, transparent 0, #000 70%);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: -1;
 -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
 transition: all .3s cubic-bezier(.645, .045, .355, 1);
}
.block-126 .blog-style--1 .content p.blogtype {
	font-size: 14px;
	margin-bottom: 5px;
	color: #c6c9d8;
}
.block-126 .blog-style--1 .content h4.title {
	margin-bottom: 0;
}
.block-126 .blog-style--1 .content h4.title a {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}
.block-126 .blog-style--1 .content .blog-btn {
	margin-top: 35px;
 -webkit-transition: .7s;
 transition: .7s;
	opacity: 0;
	visibility: hidden;
}
.block-126 a.rn-btn, .block-126 button.rn-btn {
	padding: 0 23px;
	height: 40px;
	display: inline-block;
	line-height: 34px;
	border: 2px solid #f9004d;
	border-radius: 4px;
	font-size: 14px;
	position: relative;
	z-index: 2;
	color: #f9004d;
	letter-spacing: .2px;
	text-transform: uppercase;
}
.block-126 .blog-style--1:hover .thumbnail a img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.block-126 .blog-style--1:hover .thumbnail a:after {
	opacity: .85;
	top: 0;
}
.block-126 .blog-style--1:hover .content .blog-btn {
	opacity: 1;
	visibility: visible;
}
.block-126 .blog-style--1:hover .content:before {
	opacity: 0;
}
.block-126 .blog-style--1:hover .content {
	bottom: 0;
}
.block-126 .blog-style--1:hover .thumbnail a:after {
	opacity: .85;
	top: 0;
}
.block-126 .blog-style--1 .thumbnail a:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0D4B85), to(#000));
	background: -webkit-linear-gradient(top, #0D4B85, #000);
	background: linear-gradient( 180deg, #0D4B85 0, #000);
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	opacity: 0;
}
.block-126 .blog-style--1 .thumbnail a {
	display: block;
	position: relative;
	z-index: 1;
}
/*------------------
  Block - 66
--------------------*/

.block-66 {
	position: relative;
	z-index: 2;
}
.block-66 .pb-0 {
	padding-bottom: 0 !important;
}
.block-66 .section-padding {
	padding: 60px 0;
}
.block-66 {
	background: #11141b;
}
.block-66:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background: #151921;
	z-index: -1;
}
.block-66 .cont .logo {
	width: 155px;
	margin-bottom: 30px;
}
.block-66 .cont .con-info li {
	margin-top: 10px;
	font-weight: 300;
	color: #fff;
	font-size: 14px;
}
.block-66 .cont .con-info li span {
	margin-right: 10px;
	font-weight: 500;
}
.block-66 .cont .social-icon {
	margin-top: 40px;
}
.block-66 .simple-btn {
	position: relative;
	padding: 7px 0;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 13px;
	font-weight: 300;
}
.block-66 .cont .social-icon .social a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: rgba(255, 255, 255, 0.01);
	border-radius: 50%;
	margin-right: 5px;
	font-size: 13px;
	opacity: .6;
	display: inline-block;
	color: #fff;
}
.block-66 .mb-50 {
	margin-bottom: 50px !important;
}
.block-66 .subscribe p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
}
.block-66 .insta .insta-gallary a {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;
}
.block-66 .insta .insta-gallary a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}
.block-66 .copyrights {
	margin-top: 50px;
	padding: 30px 0;
	background: #13161d;
}
.block-66 .text-center {
	text-align: center!important;
}
.block-66 .copyrights p {
	font-size: 12px;
	color: #999;
}
.block-66 .stit {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 30px;
	color: #fff;
}
.block-66 .insta .insta-gallary a {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;
	display: inline-block;
}
.block-66 .subscribe form .form-group {
	position: relative;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.block-66 .subscribe form input, .block-66 .subscribe form textarea {
	padding: 15px;
	width: 100%;
	background: rgba(255, 255, 255, 0.01);
	border: 0;
	color: #fff;
}

.block-66 .subscribe form input:focus, .block-66 .subscribe form textarea:focus {
	padding: 15px;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	border: 0;
	color: #fff;
}

.block-66 .subscribe form button {
	border: 0;
	padding: 15px 30px;
	background: rgba(255, 255, 255, 0.02);
	color: #B0DA2D;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	z-index: 2;
	cursor: pointer;
}
.block-66 .copyrights p {
	font-size: 14px;
	color: #fff;
	margin: 0;
}
.block-66 .copyrights a {
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.btn-outline-info:hover {
    color: #2b3445;
    background-color: #0D4B85;
    border-color: #0D4B85;
}

/*------------------
  Block - 71
--------------------*/

.block-71 {
	position: relative;
	z-index: 1;
}
.block-71 {
	position: relative;
}
.block-71 .banner-carousel {
	position: relative;
	z-index: 1;
}
.block-71 .banner-carousel .slide-item {
	position: relative;
	display: block;
	color: #ffffff;
	padding: 30px 0px;
	overflow: hidden;
}
.block-71 .banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.block-71 .banner-carousel .active .slide-item .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}
.block-71 .banner-carousel .content-box {
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 900px;
	padding: 20px 0px;
	z-index: 5;
}
.block-71 .banner-carousel .content-box .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 50px 0px;
}
.block-71 .banner-carousel .content-box .inner {
	position: relative;
	display: block;
	width: 100%;
	max-width: 600px;
}
.block-71 .banner-carousel .content-box .subtitle {
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.block-71 .banner-carousel .active .content-box .subtitle {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.block-71 .banner-carousel .content-box h1 {
	display: block;
	font-size: 72px;
	line-height: 1.05em;
	color: #ffffff;
	font-weight: 700;
	opacity: 0;
	margin-bottom: 10px;
	text-transform: uppercase !important;
	letter-spacing: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform: capitalize;
}
.block-71 .banner-carousel .active .content-box h1 {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.block-71 .banner-carousel .content-box .text {
	display: block;
	font-size: 16px;
	line-height: 1.7em;
	color: #ffffff;
	font-weight: 500;
	opacity: 0;
	margin-bottom: 35px;
	max-width: 450px;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.block-71 .banner-carousel .active .content-box .text {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}
.block-71 .banner-carousel .content-box .links-box {
	position: relative;
	opacity: 0;
	z-index: 5;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.block-71 .banner-carousel .active .content-box .links-box {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}
.block-71 .banner-carousel .links-box .theme-btn {
	vertical-align: top;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	min-width: 180px;
}
.block-71 .banner-carousel .next-slide {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 650px;
	padding: 30px 80px 30px 50px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.80);
	opacity: 0;
	-webkit-transform: translateX(120px);
	-moz-transform: translateX(120px);
	-ms-transform: translateX(120px);
	-o-transform: translateX(120px);
	transform: translateX(120px);
}
.block-71 .banner-carousel .active .next-slide {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}
.block-71 .banner-carousel .next-slide .inner {
	position: relative;
	display: block;
	padding-left: 100px;
	padding-right: 30px;
}
.block-71 .banner-carousel .next-slide .count {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	font-size: 36px;
	color: #0D4B85;
	font-weight: 700;
	line-height: 60px;
}
.block-71 .banner-carousel .next-slide .count:after {
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	height: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.10);
}
.block-71 .banner-carousel .next-slide .text {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	padding: 15px 0px;
}
.block-71 .banner-carousel .next-slide .arrow {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 60px;
}
.block-71 .owl-theme .owl-nav {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -56.5px;
	width: 113px;
	background: #f1f1f1;
	height: 56px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.block-71 .owl-theme .owl-nav:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 12px;
	margin-left: -0.5px;
	height: 32px;
	border-left: 1px solid rgba(0, 0, 0, 0.10);
}
.block-71 .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	background: none;
	height: 56px;
	width: 56px;
	border: none;
	text-align: center;
	line-height: 56px;
	color: #bcbcbc;
	font-size: 20px;
	border-radius: 0;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.block-71 .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	background: none;
	height: 56px;
	width: 56px;
	border: none;
	text-align: center;
	line-height: 56px;
	color: #bcbcbc;
	font-size: 20px;
	border-radius: 0;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.block-71 .owl-nav .owl-prev:hover, .block-71 .owl-nav .owl-next:hover {
	color: #0D4B85;
	background: none;
}
.block-71 .owl-theme .owl-dots {
	display: none;
}


/*------------------
  Block - 146
--------------------*/


.block-146 {
	height: 100vh;
	position: relative;
	z-index: 1;
	text-align: center;
	background: url(../images/home-bg-sahpe.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 80px;
	padding-bottom: 40px;
}
.block-146 {
	position: relative;
	min-height: 460px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.block-146 .btn-primary {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
    box-shadow: none;
}
.block-146 .home-content {
	margin-bottom: 50px;
}
.block-146 .home-content h1 {
	font-size: 40px;
	color: #333;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.5;
}
.block-146 .home-content p {
	font-size: 16px;
	color: #000;
}
.block-146 .home-content p {
	font-size: 16px;
	color: #222;
}
.block-146 .button.home-btn-1 {
	color: #fff;
	background: #252525;
	border: 2px solid #252525;
	margin-right: 15px;
}
.block-146 .button.home-btn-1:hover {
	color: #333;
	background: transparent;
	border: 2px solid #252525;
}
.block-146 .button.home-btn-2:hover {
	color: #5764ec;
	background: transparent;
	border: 2px solid #5764ec;
}
.block-146 .button.home-btn-1 {
	color: #333;
	background: #fff;
	border: 2px solid #ffffff;
	margin-right: 15px;
}
.block-146 .button.home-btn-1:hover {
	color: #ffffff;
	background: transparent;
	border: 2px solid #ffffff;
}
.block-146 .button.home-btn-2:hover {
	color: #ffffff;
	background: transparent;
	border: 2px solid #ffffff;
}
.block-146 #particles-js {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 5;
}
.block-146 .shape-1 {
	position: absolute;
	right: 10%;
	top: 16%;
	z-index: -1;
	-webkit-animation: animationFramesOne 20s infinite linear;
	animation: animationFramesOne 20s infinite linear;
}
.block-146 .shape-2 {
	position: absolute;
	left: 8%;
	top: 30%;
	z-index: -1;
}
.block-146 .shape-2 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;
}
.block-146 .shape-3 {
	position: absolute;
	left: 5%;
	bottom: 25%;
	z-index: -1;
	-webkit-animation: animationFramesOne 20s infinite linear;
	animation: animationFramesOne 20s infinite linear;
}
.block-146 .shape-4 {
	position: absolute;
	right: 10%;
	bottom: 25%;
	z-index: -1;
	-webkit-animation: animationFramesTwo 20s infinite linear;
	animation: animationFramesTwo 20s infinite linear;
}
.block-146 .shape-5 {
	position: absolute;
	left: 50%;
	top: 35%;
	z-index: -1;
	-webkit-animation: moveLeftBounce 3s linear infinite;
	animation: moveLeftBounce 3s linear infinite;
}
.block-146 .shape-6 {
	position: absolute;
	left: 50%;
	bottom: 15%;
	z-index: -1;
	-webkit-animation: rotate3d 4s linear infinite;
	animation: rotate3d 4s linear infinite;
}
.block-146 .shape-7 {
	position: absolute;
	left: 50%;
	top: 15%;
	z-index: -1;
	-webkit-animation: moveScale 3s linear infinite;
	animation: moveScale 3s linear infinite;
}
 @-webkit-keyframes rotateMe {
 from {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}
@keyframes rotateMe {
 from {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}
@-webkit-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)
}
}
@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 animationFramesTwo {
 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)
}
}
@keyframes animationFramesTwo {
 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 rotate3d {
 0% {
 -webkit-transform:rotateY(0deg);
 transform:rotateY(0deg)
}
 100% {
 -webkit-transform:rotateY(360deg);
 transform:rotateY(360deg)
}
}
@keyframes rotate3d {
 0% {
 -webkit-transform:rotateY(0deg);
 transform:rotateY(0deg)
}
 100% {
 -webkit-transform:rotateY(360deg);
 transform:rotateY(360deg)
}
}
@-webkit-keyframes moveScale {
 0% {
 -webkit-transform:scale(.6);
 transform:scale(.6)
}
 50% {
 -webkit-transform:scale(.8);
 transform:scale(.8)
}
 100% {
 -webkit-transform:scale(.6);
 transform:scale(.6)
}
}
@keyframes moveScale {
 0% {
 -webkit-transform:scale(.6);
 transform:scale(.6)
}
 50% {
 -webkit-transform:scale(.8);
 transform:scale(.8)
}
 100% {
 -webkit-transform:scale(.6);
 transform:scale(.6)
}
}
@-webkit-keyframes moveLeftBounce {
 0% {
 -webkit-transform:translateX(0px);
 transform:translateX(0px)
}
 50% {
 -webkit-transform:translateX(20px);
 transform:translateX(20px)
}
 100% {
 -webkit-transform:translateX(0px);
 transform:translateX(0px)
}
}
@keyframes moveLeftBounce {
 0% {
 -webkit-transform:translateX(0px);
 transform:translateX(0px)
}
 50% {
 -webkit-transform:translateX(20px);
 transform:translateX(20px)
}
 100% {
 -webkit-transform:translateX(0px);
 transform:translateX(0px)
}
}
@-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)
}
}
 @media (max-width: 992px) {
.block-146 .shape-1 {
 display:none;
}
}


/*------------------
  Block - 155
--------------------*/


.block-155 {
	position: relative;
	padding: 120px 0px 90px;
	background:url(../images/pattern-11.png) center top repeat;
	color: #ffffff;
}
.block-155 .sec-title {
	margin-bottom: 30px;
}
.block-155 .sec-title h2 {
	color: #000000;
}
.block-155 .sec-title h2 {
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
}
.block-155 .sec-title h2 .dot {
	color: #ffffff;
	padding-left: 7px;
}
.block-155 .sec-title .lower-text {
	color: #999b9f;
}
.block-155 .sec-title .lower-text {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 2.125em;
	font-weight: 400;
	padding: 30px 0px 0px;
}
.block-155 .row .service-block {
	counter-increment: slides-num;
}
.block-155 .service-block {
	position: relative;
	margin-bottom: 30px;
}
.block-155 .service-block .inner-box {
	position: relative;
	display: block;
	padding: 50px 45px;
	background: #1c1e22;
	min-height: 100%;
	border-radius: 7px;
	overflow: hidden;
	transition: all 500ms ease;
}
.block-155 .row .service-block .inner-box:before {
	content: "0"counter(slides-num) "";
	position: absolute;
	left: 45px;
	top: 50px;
	font-size: 50px;
	line-height: 1em;
	color: #ffffff;
	opacity: 0.07;
	font-weight: bold;
}
.block-155 .service-block .inner-box .bottom-curve {
	position: absolute;
	right: -70px;
	bottom: 0;
	width: 100px;
	height: 80%;
	background: #000;
	opacity: 0.2;
	z-index: 0;
	transform: skewX(0deg) scaleX(0);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.block-155 .service-block .inner-box .icon-box {
	position: absolute;
	right: 45px;
	top: 50px;
	color: var(--thm-base);
	font-size: 64px;
	line-height: 1em;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.block-155 .service-block .inner-box h6 {
	position: relative;
	margin: 0;
	margin-top: 90px;
	font-size: 19px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.1em;
}
.block-155 .service-block .inner-box:hover {
	background: #0D4B85;
}
.block-155 .service-block .inner-box:hover .bottom-curve {
	transform: skewX(-35deg) scaleX(1);
}
.block-155 .service-block .inner-box h6 a {
	color: #fff;
}

/*------------------
  Global Style
--------------------*/


.app-medi-side-bar-toggle {
	z-index: 1;
	width: 70px;
	height: 70px;
	right: 240px;
	bottom: -60px;
	cursor: pointer;
	line-height: 65px;
	text-align: center;
	position: absolute;
	border-radius: 10px;
	background-color: #fff;
	border: 2px solid #70808c;
}
.app-medi-side-bar-toggle:before {
	top: 8px;
	left: 8px;
	content: "";
	width: 50px;
	height: 50px;
	z-index: -1;
	position: absolute;
	border-radius: 10px;
	background-color: #e12454;
}
.app-medi-side-bar-toggle i {
	color: #fff;
	font-size: 26px;
}
.sm-side_inner_content {
	top: 0px;
	bottom: 0;
	right: -520px;
	height: 110vh;
	z-index: 101;
	position: fixed;
	width: 500px;
	overflow-y: scroll;
	background-color: #fff;
	padding: 50px 50px;
	box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
	transition: all 0.5s;
}
.sm-side_inner_content p {
	text-align: left;
}
.sm-side_inner_content .side_inner_logo {
	margin: 30px 0px 15px 0px;
}
.sm-side_inner_content .side_contact {

	margin-bottom: 30px;
}
.sm-side_inner_content .side_contact .social_widget {
	margin-bottom: 40px;
}
.sm-side_inner_content .side_contact .social_widget h3 {
	font-size: 20px;
	font-weight: 600;
	padding: 10px 0px 10px 0px;
}
.sm-side_inner_content .side_contact .social_widget li {
	color: #fff;
	width: 30px;
	height: 30px;
	margin: 0px 3px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	background-color: #0D4B85;
}
.sm-side_inner_content .side_contact .social_widget li a {
	color: #fff;
}
.sm-side_inner_content .side_contact .social_widget li i {
	font-size: 14px;
}
.sm-side_inner_content .side_contact .app-medi-sidebar-gallary {
	margin-bottom: 25px;
}
.sm-side_inner_content .side_contact .app-medi-sidebar-gallary h3 {
	font-size: 20px;
	font-weight: 600;
	padding: 10px 0px 0 0px;
}
.sm-side_inner_content .side_contact .app-medi-sidebar-gallary li {
	float: left;
	margin: 5px 3px;
}
.sm-side_inner_content .side_copywright {
	font-size: 14px;
	text-align: left !important;
}
.sm-side_inner_content .close_btn {
	top: 30px;
	right: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	position: absolute;
	background-color: #f5f5f5;
	transition: 0.3s all ease-in-out;
}
.sm-side_inner_content .close_btn i {
	font-size: 14px;
}
.sm-side_inner_content .close_btn:hover {
	background-color: #0D4B85;
}
.sm-side_inner_content .close_btn:hover i {
	color: #fff;
}
.app-medi-sidebar-inner.wide_side_on .sm-side_inner_content {
	right: -15px;
	z-index: 99;
	transition: all 0.7s;
}
.app-medi-sidebar-inner .side_overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	width: 100%;
	z-index: 11;
	height: 110vh;
	visibility: hidden;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	transition: all 0.3s ease-in-out;
}
.body_overlay_on {
	overflow: hidden;
}
.app-medi-sidebar-inner.wide_side_on .side_overlay {
	opacity: 1;
	visibility: visible;
}
.app-medi-sidebar-gallary li {
	width: 80px;
	float: left;
	height: 80px;
	margin: 5px;
	overflow: hidden;
}
.medi-app-main-header .app-medi-mobile_menu_content {
	top: 40px;
	bottom: 0;
	right: -350px;
	height: 100vh;
	z-index: 101;
	position: fixed;
	width: 280px;
	overflow-y: scroll;
	background-color: #1b0234;
	padding: 40px 0px;
	box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
	transition: all 0.5s ease-in;
}
.medi-app-main-header .app-medi-mobile_menu_content .app-medi-mobile-main-navigation {
	width: 100%;
}
.medi-app-main-header .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav {
	width: 100%;
}
.medi-app-main-header .app-medi-mobile_menu_content .navbar-nav .dropdown-menu {
	position: static !important;
	transform: none !important;
}
.medi-app-main-header .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav li {
	width: 100%;
	display: block;
	transition: 0.3s all ease-in-out;
	border-bottom: 1px solid #36125a;
}
.medi-app-main-header .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav li:first-child {
	border-bottom: 1px solid #36125a;
}
.medi-app-main-header .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav li a {
	color: #afafaf;
	padding: 0;
	width: 100%;
	display: block;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 30px;
	text-transform: uppercase;
}
.medi-app-main-header .app-medi-mobile_menu_content .m-brand-logo {
	width: 160px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.medi-app-main-header .app-medi-mobile_menu_wrap.mobile_menu_on .app-medi-mobile_menu_content {
	right: 0px;
	transition: all 0.7s ease-out;
}
.medi-app-main-header .mobile_menu_overlay {
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	right: 0%;
	height: 120vh;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.9);
	transition: all 0.5s ease-in-out;
}
.medi-app-main-header .mobile_menu_overlay_on {
	overflow: hidden;
}
.medi-app-main-header .app-medi-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
	opacity: 1;
	visibility: visible;
}
.medi-app-main-header .app-medi-mobile_menu_button {
	right: 20px;
	top: 15px;
	z-index: 5;
	color: #e12454;
	display: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 40px;
	position: absolute;
	text-align: center;
}
.medi-app-main-header .app-medi-mobile_menu .app-medi-mobile-main-navigation .navbar-nav li a:after {
	display: none;
}
.medi-app-main-header .app-medi-mobile_menu .app-medi-mobile-main-navigation .dropdown > .dropdown-menu {
	opacity: 1;
	visibility: visible;
}
.medi-app-main-header .app-medi-mobile_menu .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav .dropdown-menu {
	border: none;
	display: none;
	transition: none;
	box-shadow: none;
	padding: 5px 0px;
	width: 100%;
	background-color: transparent;
}
.medi-app-main-header .app-medi-mobile_menu .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav .dropdown-menu li {
	border: none;
	padding: 0 20px;
	line-height: 1;
}
.medi-app-main-header .app-medi-mobile_menu .dropdown {
	position: relative;
}
.medi-app-main-header .app-medi-mobile_menu .dropdown .dropdown-btn {
	position: absolute;
	top: 6px;
	right: 10px;
	height: 30px;
	color: #afafaf;
	line-height: 22px;
	padding: 5px 10px;
	border: 1px solid #480b86;
}
.medi-app-main-header .app-medi-mobile_menu .dropdown:after {
	display: none;
}
.medi-app-main-header .app-medi-mobile_menu .app-medi-mobile_menu_close {
	color: #d60606;
	cursor: pointer;
	top: 15px;
	left: 15px;
	font-size: 20px;
	position: absolute;
}
.app-medi-sidebar-inner.wide_side_on {
	z-index: 9999;
	position: relative;
}
.app-medi-sidebar-inner .ul-li ul li {
	list-style: none;
	display: inline-block;
}
.app-medi-sidebar-inner .block-141 {
	padding:20px 0;
}
.medi-app-side-btn button {
	border: none;
	color: #abb7c0;
	font-size: 20px;
	padding: 30px 35px;
	background-color: transparent;
	border-left: 1px solid #f1f1f1;
	transition: 0.3s all ease-in-out;
}
.medi-app-side-btn button:hover {
	color: #e12454;
}
.medi-app-sticky-on {
	top: -40px;
	z-index: 10;
	width: 100%;
	position: fixed;
	background-color: #fff;
	animation-duration: 0.7s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-timing-function: ease;
	transition: 0.3s all ease-in-out;
	box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.app-medi-search-body {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	transform: scale(1, 0);
	transform-origin: bottom center;
	transition: transform 0.7s ease;
	background-color: rgba(0, 0, 0, 0.85);
}
.app-medi-search-body.app-medi-search-open {
	transform-origin: top center;
	transform: scale(1, 1);
	z-index: 9999;
}
.app-medi-search-body .app-medi-search-form {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}
.app-medi-search-body .app-medi-search-form .app-medi-search-form-area {
	width: 100%;
	z-index: 9991;
	max-width: 600px;
	position: relative;
}
.app-medi-search-body .app-medi-search-form input {
	width: 100%;
	height: 60px;
	border: none;
	padding: 0px 30px;
	background-color: #fff;
}
.app-medi-search-body .app-medi-search-form button {
	top: 0;
	right: 0;
	color: #fff;
	border: none;
	width: 120px;
	height: 60px;
	position: absolute;
	background-color: #0D4B85;
}
.app-medi-search-body .outer-close {
	top: 40px;
	right: 55px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	line-height: 50px;
	position: absolute;
	background-color: #0D4B85;
}
.app-medi-search-body .outer-close i {
	color: #fff;
}
.app-medi-search-open {
	opacity: 1;
	visibility: visible;
}

.block-94 ul {
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    padding-top: 0;
}

.block-94 .pb-40 {
    padding-bottom: 40px;
}
.block-94 .pb-40 {
    padding-bottom: 40px !important;
}
.block-94 ul li {
    flex-basis: 100%;
    position: relative;
    padding-left: 24px;
    padding-bottom: 7px;
}
.block-94 ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "\e628";
    font-family: 'themify';
    color: #2e3280;
    transition: all .5s ease;
}
