@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Wix+Madefor+Display:wght@400..800&display=swap');
:root {
	--font-dm: "DM Sans", sans-serif;
	--font-wix: "Wix Madefor Display", sans-serif;
	--color-white: #ffffff;
	--color-primary: #034794;
	--color-darkgrey: #797979;
}
/*************************************/
/*PRE DEFINE*/
/*************************************/
.f-82-w-w {
	font-family: var(--font-wix);
	font-weight: 600;
	font-size: 68px;
	line-height: 74px;
	letter-spacing: 0%;
	color: var(--color-white);
}
.f-70-w-w {
	font-family: var(--font-wix);
	font-weight: 700;
	font-size: 70px;
	color: var(--color-white);
}
.f-52-w-b {
	font-family: var(--font-wix);
	font-weight: 700;
	font-size: 52px;
	line-height: 62px;
	color: var(--color-primary);
}
.f-42-w-b {
	font-family: var(--font-wix);
	font-weight: 700;
	font-size: 42px;
	color: var(--color-primary);
}
.f-40-d-lw {
	font-family: var(--font-dm);
	font-weight: 700;
	font-size: 40px;
	color: rgba(255, 255, 255, 0.3);
}
.f-32-w-b {
	font-family: var(--font-wix);
	font-weight: 700;
	font-size: 32px;
	color: #313131;
}
.f-28-w-b {
	font-family: var(--font-wix);
	font-weight: 700;
	font-size: 28px;
	color: var(--color-primary);
}
.f-28-w-w {
	font-family: var(--font-wix);
	font-weight: 700;
	font-size: 28px;
	color: var(--color-white);
}
.f-26-w-b {
	font-size: 26px;
	color: var(--color-primary);
	font-family: var(--font-wix);
	font-weight: 600;
}
.f-24-w-b {
	font-size: 24px;
	color: #313131;
	font-family: var(--font-wix);
	font-weight: 600;
}
.f-22-d-w {
	font-family: var(--font-dm);
	font-weight: 700;
	font-size: 18px;
	color: var(--color-white);
}
.f-18-d-w {
	font-family: var(--font-dm);
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFFC4;
}
.f-18-d-b {
	font-family: var(--font-dm);
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--color-primary);
}
.f-18-w-b {
	font-family: var(--font-wix);
	font-weight: 400;
	font-size: 18px;
	color: #313131;
}
.f-16-d-g {
	font-family: var(--font-dm);
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: var(--color-darkgrey);
}
.f-16-d-gg {
	font-family: var(--font-dm);
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #B8B7B7;
}
.f-16-d-b {
	font-family: var(--font-dm);
	font-weight: 500;
	font-size: 16px;
	color: var(--color-primary);
}
.f-16-d-w {
	font-family: var(--font-dm);
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFFEB;
}
.f-15-d-g {
	font-family: var(--font-dm);
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: var(--color-darkgrey);
}
.f-14-d-w {
	font-family: var(--font-dm);
	font-weight: 500;
	font-size: 14px;
	color: var(--color-white);
}
.set-border-top {
	border-top: 1px solid #EAEAEA;
}
.set-border-bottom {
	border-bottom: 1px solid #EAEAEA;
}
.set-border-left {
	border-left: 1px solid #EAEAEA;
}
.set-border-right {
	border-right: 1px solid #EAEAEA;
}
.set-border-top-w {
	border-top: 1px solid #FFFFFF3B;
}
.set-border-bottom-w {
	border-bottom: 1px solid #FFFFFF3B;
}
.set-border-left-w {
	border-left: 1px solid #FFFFFF3B;
}
.set-border-right-w {
	border-right: 1px solid #FFFFFF3B;
}
.set-btn-primary {
	padding: 13px 40px;
	background-color: var(--color-primary);
	border: 2px solid var(--color-primary);
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: var(--color-white);
	text-decoration: none;
	transition: .3s;
	border-radius: 50px;
}
.set-btn-primary:hover {
	background-color: transparent;
	transition: .3s;
	background-color: var(--color-white);
	color: var(--color-primary);
}
.set-btn-primary:hover svg path {
	fill: var(--color-primary);
}
.set-btn-arrow {
	height: 42px;
	width: 56px;
	border: 1px solid var(--color-primary);
	border-radius: 40px;
	background-color: var(--color-white);
	display: flex;
	justify-content: center;
	transition: .3s;
	align-items: center;
}
.set-btn-arrow:hover {
	background-color: var(--color-primary);
	transition: .3s;
}
.set-btn-arrow:hover svg path {
	fill: var(--color-white);
}
.set-mt-140 {
	margin-top: 140px;
}
.set-mt-75 {
	margin-top: 75px;
}
.set-pt-140 {
	padding-top: 140px;
}
.set-pb-140 {
	padding-bottom: 140px;
}
.set-text-primary {
	color: var(--color-primary);
}
/*************************************/
/*NAVBAR*/
/*************************************/
.set-main-nav {
	background-color: #FFFFFF05;
	border-bottom: 1px solid #FFFFFF17;
	font-family: var(--font-dm);
}
.set-main-nav .nav-item .nav-link {
	font-size: 14px;
	color: var(--color-white);
	font-weight: 500;
	transition: .3s;
}
.set-main-nav .nav-item .nav-link:hover {
	transition: .3s;
	color: var(--color-primary);
}
.set-main-nav .nav-item .nav-link.active {
	color: var(--color-primary);
}
.set-btn-search {
	background-color: transparent;
	border: none;
}
/*************************************/
/*HERO SECTION*/
/*************************************/
.set-bg-hero {
	background: linear-gradient(to bottom, #03469380, #03469380, #03469380), url('../images/hero.png') no-repeat;
	min-height: 100vh;
	display: flex;
	align-items: center;
}
/*************************************/
/*CARDS SECTION*/
/*************************************/
.set-inner-card {
	padding: 50px 25px;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.set-bar-horizontal {
	flex-grow: 3;
	height: 1px;
	background-color: var(--color-primary);
}
.set-img-overlay {
	position: absolute;
	bottom: 75%;
}
/*************************************/
/*ABOUT US SECTION*/
/*************************************/
.set-img-about img {
	border-top: 1px solid #EAEAEA;
	border-radius: 10px;
}
.set-overlay-box {
	background-color: var(--color-primary);
	position: absolute;
	border-radius: 10px;
	bottom: 84px;
	right: -20%;
	width: 332px;
	min-height: 258px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.set-rating-stars i {
	font-size: 18px;
	color: var(--color-white);
}
/*************************************/
/*FINANCE STRATEGY SECTION*/
/*************************************/
.set-bg-grey {
	background-color: #F7F7F7;
}
.set-bg-primary {
	background-color: var(--color-primary);
	border-radius: 15px;
	margin-top: -130px;
}
.set-inner-progress {
	background-image: url(../images/bg-finance.png);
}
.set-bg-gradient {
	background: linear-gradient(175.49deg, rgba(133, 166, 166, 0) 0%, #024D91 100%);
}
.set-h-4 {
	height: 4px;
}
/*************************************/
/*OUR SERVICES SECTION*/
/*************************************/
.set-square-box {
	border: 1px solid #EAEAEA;
	border-radius: 15px;
}
.set-card-services {
	padding: 32px 20px;
}
.set-bottom-right {
	position: absolute;
	bottom: 0;
	right: 32px;
}
/*************************************/
/*OUR PROCESS SECTION*/
/*************************************/
.set-bg-process {
	background-color: var(--color-primary);
	padding: 110px 0px;
}
.set-bg-img-process {
	background-image: url('../images/bg-process.png');
	background-size: cover;
}
/*************************************/
/*OUR PORTFOLIO SECTION*/
/*************************************/
.set-box-digit {
	font-family: var(--font-wix);
    font-weight: 700;
    font-size: 30px;
    color: var(--color-primary);
    padding: 5px 42px;
    flex-shrink: 0;
    border: 1px solid #024D91;
    border-radius: 10px;
    height: 60px;
    min-width: 180px;
    text-align: center;
}
.set-bg-blue {
	background-color: var(--color-primary);
}
.set-min-w-150 {
	min-width: 150px;
}

.post-slide {
    margin: 0px 10px 0px;
    border-radius: 15px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
    text-decoration: none;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i {
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.owl-controls .owl-buttons {
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev {
	height: 42px;
	width: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
    background: #fff;
    position: absolute;
    top:-45px;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
	height: 42px;
	width: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
    background: #fff;
    position: absolute;
    top:-45px;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:18px;
}
.owl-controls .owl-buttons .owl-next:after {
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
/*************************************/
/*OUR TEAM SECTION*/
/*************************************/
.set-bg-org-grey {
	background-color: #F2F4F3;
}
.set-py-140 {
	padding: 140px 0px;
}
.over-layer-img {
	width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    cursor: pointer;
    transition:all 0.50s linear;
    text-decoration: none;
}
#team-slider .post-slide, #team-slider-2 .post-slide, #team-slider-3 .post-slide {
	box-shadow: none;
}
#team-slider .owl-controls .owl-buttons .owl-prev {
	height: 40px;
	width: 65px;
	border: 1px solid #024D91;
	background-color: transparent;
	box-shadow: none;
	left: auto;
    right: 92px;
    top: -112px;
}
#team-slider .owl-controls .owl-buttons .owl-next {
	height: 40px;
	width: 65px;
	border: 1px solid #024D91;
	background-color: transparent;
	box-shadow: none;
	top: -112px;
}
#team-slider .owl-controls .owl-buttons .owl-prev:after,
#team-slider .owl-controls .owl-buttons .owl-next:after {
	color: var(--color-primary);
}
/*************************************/
/*CLIENT STORIES SECTION*/
/*************************************/
.set-bg-gradient-dark {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #024D91 58%);

}
.set-dot-blog {
	display: inline-block;
	height: 8px;
	width: 8px;
	border-radius: 50px;
	background-color: var(--color-primary);
}
/*************************************/
/*OUR BLOG SECTION*/
/*************************************/
.set-blog-show-main .set-image-area-blog img {
	transition: .5s;
}
.set-blog-show-main:hover .set-image-area-blog img {
	transform: scale(1.1);
	transition: .5s;
}
.set-image-area-blog {
	border-radius: 15px;
	overflow: hidden;
}
.set-img-overlay-blog {
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.set-btn-overlay {
	position: absolute;
	left: 30px;
	bottom: 33px;
	background-color: transparent;
	border: 1px solid #fff;
	width: 75px;
}
.set-btn-overlay svg path {
	fill: #fff !important;
}
.set-w-75 {
	width: 75px;
}
.set-list-item-ftr {
	list-style-type: none;
}
.set-list-item-ftr li {
	font-family: var(--font-dm);
}
.set-list-item-ftr li a {
	color: #ACB3B3;
	text-decoration: none;
	display: inline-block;
	margin-top: 22px;
	transition: .3s;
}
.set-list-item-ftr li a:hover {
	transition: .3s;
	color: var(--color-white);
}
.set-list-item-ftr li a i {
	font-size: 10px;
}
.set-white-round {
	width: 21px;
	height: 9px;
	background-color: var(--color-white);
	border-radius: 50px;
	display: inline-block;
}
.set-input-ftr {
	border: 1px solid #ACB3B3;
	color: #ACB3B3 !important;
	padding: 8px 22px;
	background-color: transparent;
	border-radius: 50px;
}
.set-input-ftr:focus {
	background-color: transparent;
}
.set-input-ftr::placeholder {
	color: #ACB3B3;
}
.input-group-text {
	border: 1px solid #ACB3B3;
	background-color: transparent;
	border-radius: 50px;
	cursor: pointer;
}

.crd {
	text-decoration: none;
    font-size: 15px;
	font-family: var(--font-dm);
    font-weight: 400;
    line-height: 30px;
    color: #B8B7B7;
	margin-top: 10px;
	text-align: right;
}
.set-fs-md {
	font-size: 20px !important;
	color: var(--color-white);
}
/*************************************/
/*FOOTER*/
/*************************************/
.set-btn-round {
	border: 1px solid #F5F5F5;
	color: #F5F5F5;
	font-family: var(--font-dm);
	text-decoration: none;
	padding: 5px 12px;
	border-radius: 50px;
	display: inline-block;
	font-size: 14px;
}
/*=================================================*/
/*OTHER PAGES*/
/*=================================================*/
.set-nav-other .nav-item .nav-link {
	color: #313131 ;
}
.set-bg-other {
	background-image: none;
}
.set-img-gradient {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.set-box-management.set-overlay-box {
	right: -15%;
	bottom: 25%;
}
.set-main-portfolio .post-slide .post-img img {
	height: 432px;
	object-fit: cover;
}
/*.set-bg-other {
	min-height: 70vh;
}*/
input {
	font-family: var(--font-dm) !important;
}
.set-btn-white {
	background-color: var(--color-white);
	padding: 12px 52px;
	color: #000;
	font-size: 16px;
	border: 2px solid var(--color-primary);
	display: inline-block;
	font-family: var(--font-wix);
	border-radius: 8px;
	font-weight: 500;
}
.set-list-items-all {
	list-style-type: circle;
	font-family: var(--font-dm);
}
.set-list-items-all li {
	margin-top: 12px;
}
.set-position-static {
	position: static;
}
.set-cards-blue {
	margin-top: -128px;
}
.set-main-modal-search {
	font-family: var(--font-dm);
}
.set-logo-home {
	background-color: #fff;
    border-radius: 16px;
    height: 65px;
}
/*************************************/
/*MEDIA QUERIES*/
/*************************************/
@media only screen and (max-width: 1500px) {
	.f-32-w-b {
    	font-size: 25px;
	}
	.f-24-w-b {
	    font-size: 22px;
	}
}
@media only screen and (max-width: 1024px) {
	.set-main-nav .nav-item .nav-link {
	    font-size: 13px;
	}
	.set-btn-primary {
	    padding: 10px 22px;
	}
	.f-82-w-w {
	    font-size: 60px;
	}
}
@media only screen and (max-width: 991px) {
	.set-overlay-box {
		right: 0;
	}
	.set-main-nav {
		background-color: rgba(0, 0, 0, 0.2);
	}
	.set-bg-primary {
		margin-top: 0;
	}
	.set-box-management.set-overlay-box {
	    right: 0%;
	    bottom: -30%;
	}
}
@media only screen and (max-width: 576px) {
	.f-82-w-w {
        font-size: 35px;
        line-height: 45px;
    }
    .f-42-w-b {
   		font-size: 32px;
	}
	.f-52-w-b {
	    font-size: 40px;
	    line-height: 48px;
	}
	#team-slider .owl-controls .owl-buttons .owl-prev {
		top: -94px;
	}
	#team-slider .owl-controls .owl-buttons .owl-next {
		top: -94px;
	}
	.crd {
		text-align: left;
	}
}