@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*font-family: "Lato", sans-serif;*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span {
	margin: 0;
	padding: 0;
}

a,
a:hover {
	transition: all 0.30s ease;
	text-decoration: none;
}

h1 {
	font-size: 47px;
	font-weight: 700;
	line-height: 60px;
	color: rgb(255, 255, 255);
}


h2 {
	font-size: 47px;
	line-height: 59px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #050d42;
}

h3 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #050d42;
	margin: 0 0 15px;
}


h3 span {
	color: #75bb75;
}


h4 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #050d42;
}


h5 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 900;
	letter-spacing: 0px;
	color: #5fd58c;
}


h6 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #7487c3;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #626262;
	margin: 0 0 15px;
}

.container {
	max-width: 1060px;
}


.btn-blue {
	border: 1px solid #5c81f3;
	border-radius: 25px;
	background: #5c81f3;
	font-size: 20px;
	font-weight: 700;
	height: 56px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px 50px 16px 50px
}

.btn-blue:hover {
	border: 1px solid #3b68f1;
	background: #3b68f1;
}

.btn-green {
	border: 1px solid #5fd58c;
	border-radius: 25px;
	background: #5fd58c;
	font-size: 20px;
	font-weight: 700;
	height: 56px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px 50px 16px 50px
}

.btn-green:hover {
	border: 1px solid #28844b;
	background: #28844b;
}


/*HEADER CSS Start*/
header.static-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 0;
	z-index: 1;
}

/* Fixed Header */

header.static-header.fixed-header {
	position: fixed;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	animation: slideDown 0.35s ease-out;
	background-color: #050d42;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

/*header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100; 
    background-color: #050d42;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
    }*/

header .navSection {
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0
}

header.static-header.fixed-header .navSection {
	height: 60px;
}

.navSection .logo {
	height: 60px;
	line-height: 60px;
}

.navSection .logo img {
	height: 100%;
	width: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header.fixed-header .logo img {
	max-height: 35px;
	width: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navigation {
	align-items: center;
}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation ul li {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #ffffff;
}

.navigation ul li a {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	line-height: 60px;
	padding: 0 20px;
	white-space: nowrap;

}

.navigation ul li a.btn-num {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	line-height: 50px;
	padding: 0 20px;
	white-space: nowrap;
	background: #2b4082;
	border-radius: 100px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 20px;
}

.navigation ul li a.btn-num:hover {
	background: #4f68b9;
}

.navbar-toggler {
	padding: 0px;
	font-size: inherit;
	line-height: normal;
	color: inherit;
	border: 2px solid #000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler-icon {
	width: auto;
	height: auto;
	background-image: none;
}

.navbar-expand-lg .offcanvas {
	flex-grow: 0;
	height: 100vh;
	background-color: #0b0d31;
	border-color: #0b0d31;
	width: 250px
}

.navbar-expand-lg .offcanvas .offcanvas-header .btn-close {
	color: #ffffff
}

.humberger {
	width: 30px;
	height: 30px;
	color: #fff;
	font-weight: 400;
	position: absolute;
	right: 15px;
	display: none;
}

.humberger img {
	width: 100%;
	height: 100%
}

.navbar-expand-lg .offcanvas .humberger {
	top: 10px;
}

/*HEADER CSS END*/


.heroSection {
	background-color: rgb(5, 13, 66);
	background-image: url(../images/hero-slider-bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: calc(100vh - 20px);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 70px;
}

.heroSection .container {
	display: none;
}

.heroSection .container.show {
	display: block;
}

.heroDesc {
	padding-right: 40px
}

.heroSection h6 {
	margin-bottom: 20px
}

.heroSection h1 {
	margin-bottom: 20px
}

.heroSection .btn-green {
	margin-bottom: 32px;
	color: rgb(1, 57, 47);
}

.heroSection p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	font-weight: 400;
	color: #ffffff
}

.heroSection p strong {
	font-weight: 700;
}

.heroSection p.tagline {
	color: #5fd58c;
	margin: 50px 0 10px
}

.hero-img {
	width: 640px;
	padding-top: 15px
}

.hero-img .brndLogos ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0
}

.hero-img .brndLogos ul li .logo1 {
	width: 78px;
	height: 21px;
}

.hero-img .brndLogos ul li .logo2 {
	width: 87px;
	height: 23px;
}

.hero-img .brndLogos ul li .logo3 {
	width: 80px;
	height: 38px;
}

.hero-img .brndLogos ul li .logo4 {
	width: 116px;
	height: 56px;
}

.hero-img .brndLogos ul li .logo5 {
	width: 101px;
	height: 22px;
}

.hero-img .brndLogos ul li .logo6 {
	width: 59px;
	height: 59px;
}

/*odprto-section*/
.odprto-section {
	padding-top: 120px;
	padding-bottom: 80px;
	background-image: url(../images/finance4-section-bg1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	position: relative;
	box-sizing: border-box;
}

.odprto-section .odprto-desc {
	padding: 0 50px;
}

.odprto-section .odprto-desc h6 {
	margin: 15px 0 35px;
	color: #7487c3;
}

.odprto-section .odprto-desc h3 {
	margin: 0 0 32px;
	color: #050d42;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 1px;
}

.odprto-section .odprto-desc p {
	margin: 0 0 32px;
}

.odprto-section .odprto-desc .btn-blue {
	margin-bottom: 40px
}


.zakaj-mi-section {
	padding-top: 120px;
	padding-bottom: 80px;
	background-color: #f5f6f9;
}

.zakaj-desc {
	max-width: 880px;
	margin: 0 auto 50px
}

.zakaj-desc h6 {
	margin-bottom: 40px;
	color: #7487c3;
}

.zakaj-desc h6 img {
	margin-bottom: 30px
}

.zakaj-desc h3 {
	margin: 0 0 40px
}

.zakaj-mi-section .cardWrap {
	padding: 20px;
}

.zakaj-mi-section .cardWrap .cardWrapInner {
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	align-self: stretch;
}

.zakaj-mi-section .cardWrap .cardWrapInner .whiteCard {
	background-color: #ffffff;
	background-image: url(../images/finance4-home-column-bg1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 70px 10% 45px;
	border-radius: 10px;
	box-shadow: 0px 16px 49px 0px rgba(5, 13, 66, 0.08);
	background-size: contain;
	text-align: center;
	width: 100%
}

.zakaj-mi-section .cardWrap .cardWrapInner .blueCard {
	background-color: #607fe1;
	background-image: url(../images/finance4-home-column-bg2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 70px 10% 45px;
	border-radius: 10px;
	box-shadow: 0px 16px 49px 0px rgba(5, 13, 66, 0.08);
	background-size: contain;
	text-align: center;
	width: 100%
}

.zakaj-mi-section .cardWrap .cardWrapInner .navyCard {
	background-color: #2a336e;
	background-image: url(../images/finance4-home-column-bg3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 70px 10% 45px;
	border-radius: 10px;
	box-shadow: 0px 16px 49px 0px rgba(5, 13, 66, 0.08);
	background-size: contain;
	text-align: center;
	width: 100%
}



.whiteCard h6,
.navyCard h6 {
	padding: 35px 0
}

.blueCard h6 {
	padding: 35px 0;
	color: #ffffff;
}

.blueCard h4,
.navyCard h4 {
	color: #ffffff;
}


.kako-deluje-section {
	padding-top: 120px;
	padding-bottom: 80px;
	background-color: #192259;
	background-image: url(../images/finance4-section-bg2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: ;
	background-size: cover;
}

.kako-deluje-section .kakoDesc {
	padding-right: 0px
}

.kako-deluje-section .kakoDesc h6 {
	margin: 0 0 40px;
	color: #ffffff
}

.kako-deluje-section .kakoDesc h3 {
	margin: 0 0 40px;
	color: #ffffff
}

.kako-deluje-section .kakoDesc p {
	margin: 0 0 30px;
	color: #ffffff
}

.kako-deluje-section .kako-video .videoWrapper {
	margin-bottom: 80px
}

.kako-deluje-section .kako-video .btn-blue {
	margin-bottom: 40px;
}


.o-nas-section {
	padding-top: 120px;
	padding-bottom: 80px;
	background-image: url(../images/finance4-section-bg1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: ;
	background-size: contain;
}

.o-nas-section .brndLogos {
	padding: 40px 0
}

.o-nas-section .brndLogos ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0
}

.o-nas-section .brndLogos ul li .logo1 {
	width: 82px;
	height: 25px;
}

.o-nas-section .brndLogos ul li .logo2 {
	width: 82px;
	height: 13px;
}

.o-nas-section .brndLogos ul li .logo3 {
	width: 82px;
	height: 41px;
}

.o-nas-section .brndLogos ul li .logo4 {
	width: 82px;
	height: 25px;
}

.o-nas-section .brndLogos ul li .logo5 {
	width: 82px;
	height: 102px;
}

.o-nas-section .btn-green {
	margin-bottom: 40px;
	height: auto;
	line-height: 24px;
	text-align: center;
}

.o-nas-section .o-nas-desc {
	padding: 0 65px;
}

.o-nas-section .o-nas-desc h6 {
	margin: 15px 0 35px;
	color: #7487c3;
}

.o-nas-section .o-nas-desc h3 {
	margin: 0 0 40px;
	color: #050d42;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 1px;
}

.o-nas-section .o-nas-desc p {
	margin: 0 0 50px;
}

.o-nas-section .o-nas-desc .btn-blue {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
	line-height: 24px;
}

.o-nas-section .o-nas-desc .btn-blue .fa {
	margin-left: 30px
}


.program-section {
	padding-top: 120px;
	padding-bottom: 10px;
	background-image: url(../images/finance4-section-bg3.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.program-section .desc {
	padding: 65px 0;
	margin: 0 auto;
}

.program-section .desc h6 {
	margin-bottom: 40px;
	color: #7487c3;
}

.program-section .desc h6 img {
	margin-bottom: 30px
}

.program-section .desc h3 {
	margin: 0 0 40px
}

.program-section .desc .columnBox {
	margin-bottom: 50px
}

.program-section .desc .columnBox h5 {
	font-weight: 700;
}

.program-section .desc .maxwidth {
	max-width: 680px;
	margin: 0 auto 40px;
}

.program-section .desc .btn-green {
	height: auto;
	width: auto;
	line-height: 24px;
	text-align: center;
	display: table;
	margin: 0 auto 40px;
}

footer.footer {
	background-color: #f5f6f9;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

footer.footer .widgets_wrapper {
	padding: 70px 0;
}

footer.footer .widgets_wrapper aside h4 {
	margin-bottom: 35px
}

footer.footer .widgets_wrapper aside a {
	color: #b0b1b3;
}

footer.footer .widgets_wrapper aside a:hover {
	color: #221e24;
}

footer.footer .widgets_wrapper aside a .fa {
	margin: 0 2px
}

footer.footer .footer_copy {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 40px 0;
	text-align: center;
}

footer.footer .footer_copy .gotoTop {
	color: #b0b1b3;
	font-size: 24px;
}

.loader {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 40px;
	height: 40px;
	animation: tp-rotate 2.0s infinite linear;
}

.loader div {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: rgb(95, 213, 140);
	animation: bounce 1.4s infinite ease-in-out;
}

.dot1,
.bounce1 {
	animation-delay: -0.32s;
}

.dot2,
.bounce2 {
	animation-delay: -0.16s;
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #fff;
	border-radius: 100%;
	animation: tp-bounce 2.0s infinite ease-in-out;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.dot2 {
	top: auto;
	bottom: 0px;
	animation-delay: -1.0s;
}

@keyframes tp-bounce {

	0%,
	100% {
		transform: scale(0.0);
	}

	50% {
		transform: scale(1.0);
	}
}

@keyframes tp-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes bounce {

	0%,
	80%,
	100% {
		transform: scale(0);
	}

	40% {
		transform: scale(1);
	}
}

@keyframes tp-rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* Hide the loader */
.hidden {
	display: none;
}


/*TAblet css*/
@media all and (min-width: 991px) and (max-width: 1280px) {

	.container {
		max-width: 940px;
	}

	h1 {
		font-size: 39px;
		line-height: 40px;
	}

	h6 {
		font-size: 12px;
	}


	.btn-green,
	.btn-blue {
		height: auto;
		font-size: 17px;
		padding: 10px 40px 10px 40px;
	}

	.heroSection {
		height: auto;
		padding: 120px 0 80px
	}

	.navSection .logo {
		height: 45px;
		line-height: 45px;
		margin-left: 15px;
	}

	.hero-img {
		width: 100%;
		padding-top: 15px;
	}

	.hero-img .brndLogos ul li .logo1 {
		width: 68px;
		height: auto;
	}

	.hero-img .brndLogos ul li .logo2 {
		width: 77px;
		height: auto;
	}

	.hero-img .brndLogos ul li .logo3 {
		width: 70px;
		height: auto;
	}

	.hero-img .brndLogos ul li .logo4 {
		width: 106px;
		height: auto;
	}

	.hero-img .brndLogos ul li .logo5 {
		width: 90px;
		height: auto;
	}

	.hero-img .brndLogos ul li .logo6 {
		width: 50px;
		height: auto;
	}

	.kako-deluje-section .kako-video .videoWrapper iframe {
		width: 100%;
	}

}

@media all and (max-width: 990px) {

	h1 {
		margin: 0 0 20px;
		font-size: 23px;
	}

	h3 {
		margin: 0 0 20px;
		font-size: 30px;
		font-weight: 600;
	}


	h6 {
		font-size: 13px;
	}

	p {
		font-size: 13px;
		font-weight: 400;
		line-height: 20px;
		color: #626262;
		margin: 0 0 15px;
	}

	.btn-blue {
		border: 1px solid #5c81f3;
		border-radius: 25px;
		background: #5c81f3;
		font-size: 14px;
		font-weight: 700;
		height: auto;
		color: #ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px 20px;
	}

	.btn-blue:hover {
		border: 1px solid #3b68f1;
		background: #3b68f1;
	}

	.btn-green {
		border: 1px solid #5fd58c;
		border-radius: 25px;
		background: #5fd58c;
		font-size: 14px;
		font-weight: 700;
		height: auto;
		color: #ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px 20px;
	}

	.btn-green:hover {
		border: 1px solid #28844b;
		background: #28844b;
	}

	.navSection .logo {
		height: 50px;
		line-height: 50px;
		margin: 0 auto;
	}

	header .navSection {
		height: 60px;
	}

	.humberger {
		display: block;
	}

	.navigation {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-top: 20px;
	}

	.navigation ul {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	.navigation ul li {
		width: 100%;
	}

	.navigation ul li a.btn-num {
		margin: 0 0px 30px;
		text-align: center;
	}

	.navigation ul li a {
		font-size: 16px;
		padding: 0 10px;
	}

	.heroSection {
		height: auto;
		padding-top: 100px;
	}

	.hero-img {
		width: 100%;
		padding-top: 15px;
	}

	.hero-img .brndLogos ul {
		flex-wrap: wrap;
		padding: 10px 15px 30px
	}

	.heroSection h6 {
		text-align: center;
		font-size: 10px;
		margin-bottom: 20px;
	}

	.heroSection h1 {
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 29px;
		text-align: center;
	}

	.heroDesc {
		padding: 0 20px;
	}

	.heroSection .btn-green {
		margin-bottom: 20px;
		color: rgb(1, 57, 47);
	}

	.heroSection p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 15px;
		font-weight: 400;
		color: #ffffff;
	}

	.heroSection p.tagline {
		color: #5fd58c;
		margin: 20px 0;
	}

	.odprto-section {
		padding: 0 15px;
		padding-top: 120px;
		padding-bottom: 80px;
	}

	.odprto-section .odprto-desc {
		padding: 20px 15px;
	}

	.odprto-section .odprto-desc h3 {
		margin: 0 0 32px;
		color: #050d42;
		font-size: 19px;
		line-height: 24px;
		font-weight: 700;
		letter-spacing: 1px;
	}

	.odprto-section .odprto-desc p {
		margin: 0 0 20px;
	}

	.odprto-section .odprto-desc .btn-blue {
		margin-bottom: 20px;
		font-size: 20px;
		padding: 15px 50px
	}

	.zakaj-mi-section {
		padding: 0 15px;
		padding-top: 120px;
		padding-bottom: 80px;
	}

	.zakaj-desc h6 img {
		margin-bottom: 20px;
	}

	.zakaj-desc h3 {
		font-size: 19px;
		line-height: 24px;
		margin: 0 0 32px;
	}

	.zakaj-desc {
		margin: 0 20px 50px;
	}

	.zakaj-mi-section .cardWrap {
		padding: 10px 10px;
	}

	.zakaj-mi-section .cardWrap .cardWrapInner h4 {
		font-size: 14px;
		line-height: 20px;
		font-weight: 700;
		letter-spacing: 0px;
	}

	.kako-deluje-section {
		padding: 0 15px;
		padding-top: 120px;
		padding-bottom: 80px;
	}

	.kako-deluje-section .kakoDesc {
		padding: 0 18px;
	}

	.kako-deluje-section .kakoDesc h3 {
		font-size: 19px;
		line-height: 24px;
		margin: 0 0 32px;
	}

	.kako-deluje-section .kakoDesc p {
		margin: 0 0 20px;
	}

	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
		overflow: hidden;
	}

	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}

	.kako-deluje-section .kako-video .btn-blue {
		margin-bottom: 20px;
		font-size: 20px;
		padding: 15px 50px
	}

	.o-nas-section {
		padding: 0 25px;
		padding-top: 120px;
		padding-bottom: 80px;
	}

	.o-nas-section .brndLogos ul {
		flex-direction: column;
	}

	.o-nas-section .brndLogos ul li .logo1 {
		width: 150px;
		height: auto;
	}

	.o-nas-section .brndLogos ul li .logo2 {
		width: 310px;
		height: auto;
	}

	.o-nas-section .brndLogos ul li .logo3 {
		width: 310px;
		height: auto;
	}

	.o-nas-section .brndLogos ul li .logo4 {
		width: 310px;
		height: auto;
	}

	.o-nas-section .brndLogos ul li .logo5 {
		width: 250px;
		height: auto;
	}

	.o-nas-section .btn-green {
		margin-bottom: 20px;
		font-size: 20px;
		padding: 15px 50px
	}

	.o-nas-section .o-nas-desc {
		padding: 0 15px;
	}

	.o-nas-section .o-nas-desc h3 {
		font-size: 19px;
		line-height: 24px;
		margin: 0 0 32px;
	}

	.o-nas-section .o-nas-desc .btn-blue {
		margin-bottom: 20px;
		font-size: 20px;
		padding: 15px 50px
	}

	.o-nas-section .o-nas-desc .btn-blue .fa {
		margin-left: 20px;
	}

	.program-section {
		padding: 0 20px;
		padding-top: 120px;
		padding-bottom: 80px;
	}

	.program-section .desc h6 img {
		margin-bottom: 20px;
	}

	.program-section .desc h3 {
		font-size: 19px;
		line-height: 24px;
		margin: 0 0 32px;
	}

	.program-section .desc .columnBox h2 {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 15px
	}

	.program-section .desc .columnBox h5 {
		font-size: 13px;
	}

	.program-section .desc .btn-green {
		margin-bottom: 20px;
		font-size: 20px;
		padding: 15px 50px
	}

	.program-section .desc {
		padding-bottom: 0
	}

	footer.footer .widgets_wrapper {
		padding: 40px 0;
	}

	footer.footer .widgets_wrapper aside {
		margin: 30px 0;
	}

	footer.footer .widgets_wrapper aside h4 {
		font-size: 13px;
		margin-bottom: 25px
	}

}



.modalStyle,
.modal-backdrop {
	background: none;
}

.modalStyle .modal-dialog {
	width: 800px;
	max-width: 800px;
}

.modalStyle .modal-dialog .modal-content {
	position: relative;
	padding: 30px;
	border-color: #454545;
	border-radius: 20px;
	background-color: #F5F5F5;
}

.modalStyle .modal-dialog .modal-content .modal-body {
	padding: 0 10px
}

.modalStyle .modal-dialog .modal-content .btn-close {
	color: #5fd58c;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
}

.modalStyle .modal-dialog .modal-content h4 {
	color: #050d42;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0px;
	margin-bottom: 15px;
}

.modalStyle .modal-dialog .modal-content p {
	color: #050d42;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0px;
	margin-bottom: 15px;
}

.modalStyle .modal-dialog .modal-content p a {
	color: #5fd58c;
}

.modalStyle .modal-dialog .modal-content p a:hover {
	color: #28844b;
}

.contactForm .form-group {
	margin-bottom: 20px;
}

.contactForm .form-group .form-control {
	border-color: #EBEBEB;
	border-radius: 0;
	padding: 10px;
}

.contactForm .form-group .error {
	font-size: 14px;
	font-style: italic;
	color: #ff0000
}

.contactForm .form-group .btn-green {
	height: auto;
	width: 100%;
	padding: 10px;
}

.contactForm .loader {
	display: inline-block;
	border: 3px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	border-top-color: #3498db;
	width: 30px;
	height: 30px;
	animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.contactForm .success {
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	color: #28844b;
	font-weight: 400;
}

@media all and (max-width: 990px) {

.modalStyle .modal-dialog {
	width: auto;
	max-width: 100%;
}

.modalStyle .modal-dialog .modal-content .modal-body {
    padding: 0;
    overflow: auto;
    max-height: calc(100vh - 200px);
}

	}
