/*
	Genel 
*/



body {
    font-family: 'Space Grotesk', sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    /*color: #051F91;
	font-weight: 600;*/
}

.button1, .button2, .button3 {
    /*height: 50px;*/
    padding: 13px 25px;
    border-radius: 15px;
    color: #ffffff;
    margin: 20px 30px;
}

.button1, .button2:hover {
    background-color: #6DDB17;
}
.button1:hover {
    color: #ffffff;
}

.button2, .button3, .button1:hover {
    background-color: #051F91;
}

.button3:hover {
    background-color: #ffffff;
    color: #051F91;
}

.title-big h3 {
    font-size: 75px !important;
    color: #051F91;
    font-weight: 700;
	}

.title-small {
    font-size: 35px;
    font-weight: 700;
    color: #051F91;
}

.text-color1 {
    background: -webkit-linear-gradient(180deg, #051F91 26.56%, #6DDB17 97.51%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-color2 {
    background: -webkit-linear-gradient(180deg, #FFFFFF 0%, #6DDB17 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-default {
    color: #051F91;
}

.text-p {
    padding: 0px 165px 50px;
}


.dot3 {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    position: absolute;
    left: calc(50% - 50px);
}

.fs-25 {
    font-size: calc(20px + 1.5vw) !important
}

.bg-color1 {
    background: #051F91 !important;
}

.bg-color2 {
    background: #6DDB17 !important;
}

.bg-color3 {
    background: #5BD8FF !important;
}

.content-text {
	/*
		font-size: 18px;
		color: #051F91;
		text-align: justify;
	*/
    font-size: 25px;
    color: #051F91;
    text-align: justify;
	line-height: 35px;
	font-weight: 500;
	
	
}
.content {
	padding-top: 20px;
    color: #051F91;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
section {
    /*padding-top: 110px;*/
    display: block;
}
.modal {
    background-color: #334483b8;
}
.modal-content {
	padding-top: 30px;
    font-size: 20px;
    /*height: 300px;
		left: -249px;
		width: 990px;
	top: 285px;*/
    opacity: 0.9;
    background-color: #051f91;
    color: #ffffff;
    border-radius: 30px;
}
/*
	Nav Menu
*/
.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    width: 100%;
    padding: 1rem;
}

.site-navbar .first{
	margin-top: 30px;
    display: inline-flex;
    list-style: none;
    margin-left: 50px;	
}

.site-navbar .first li:first-child{
	margin-left: 10px;
}
.site-navbar .first li:nth-child(2){
	margin-left: 30px;
}
.site-navbar .first li:nth-child(3){
    margin-right: 16px;
    margin-top: -7px;
    margin-left: 20px;
}
.site-navbar .first li:nth-child(3) img,
.site-navbar .first li:nth-child(4) img{
	margin-top:-4px;
}
.site-navbar .first li:nth-child(4){
	margin-top:-7px;
}
.site-navbar .second {
	margin-top:30px;
	margin-left: 95px;
    display: inline-flex;
    list-style: none;	
	float:right;
}
.site-navbar .second li {
	margin-left: -40px;
}
.site-navbar .second li:nth-child(2),
.site-navbar .second li:nth-child(3) {
    margin-top: -5px;
    margin-left: 10px;
}


.site-navbar .toggle-button {
    position: absolute;
    /*right: 0px;*/
    left: 90%;
}

.site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}
.site-navbar .site-logo img{
	width: 65%;
    margin-top: 1px;
}

.site-navbar .site-navigation {
    padding-left: 220px;
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    /*position: relative;*/
}

.site-navbar .site-navigation .site-menu .active {
    color: #007bff !important;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
    margin-right: 20px;
    padding: 20px 0px;
    color: #051F91 !important;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 18px;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children {
    /*position: relative;*/
}

.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 5px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icomoon";
}

.site-navbar .site-navigation .site-menu .has-children  > a.lang:before {
    right: 13px;
}
.lang-menu:before {
    right: 5px !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
	
    position: absolute;
    text-align: left;
    border-top: 2px solid #007bff;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    background-color: #051F91;
    /*width: 400px;*/
    border-radius: 30px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #007bff !important;
    background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 135px;
    list-style: none;
    /*padding: 0 25px;*/
    margin: 0;
    border-radius: 10px;
    /*width: 500px;*/
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.mega-menu > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 135px;
    list-style: none;
    padding: 0 25px;
    margin: 0;
    border-radius: 10px;
    width: 400px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 12px 10px;
    display: block;
    margin: 10px 15px;
}

.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li
> a:hover {
    background: #6DDB17;
    color: #051F91 !important;
    font-weight: 600;
    border-radius: 10px;
}

.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children
> a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children
> .dropdown,
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children
> ul {
    left: 375px;
    top: -2px;
    /*border-radius: 0 20px 20px 0 !important;*/
}

.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children:hover
> a,
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children:active
> a,
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children:focus
> a {
    background: #6DDB17;
    color: #051F91 !important;
    font-weight: 600;
    border-radius: 10px;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
	
}

.site-mobile-menu {
    width: 100%;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #051f91;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
	color:#ffffff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
	color:#ffffff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #8fb9e36b;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar {
    background: #fff;
}

.sticky-wrapper .site-navbar .site-logo a {
    color: #fff;
}

.sticky-wrapper .site-navbar ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
    color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #007bff !important;
}

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.mymenu a {
    color: #051F91 !important;
	
}

.mymenu img {
    width: 20px;
    margin-right: 5px;
}

.lang-menu {
    background-color: #6DDB17;
    padding: 7px 30px 7px 16px !important;
    border-radius: 10px;
}

.lang-menu img {
    width: 20px;
    margin-right: 5px;
}


.menu-button {
    border: 1px solid #051F91;
    padding: 4px 10px !important;
    border-radius: 10px;
}

.menu-button:hover {
    background-color: #6DDB17;
    border: 1px solid #ffffff;
}

/*
	Nav Menu
*/


/************************************ 
	Module 02
*************************************/

.module1 {
    /*padding-top: 120px;*/
}

.module1 .title {
    letter-spacing: -7px;
}
.module1 .title2 {
	position: relative;
    top: -40px;
	
}
.module1 .title2 h3{
	padding-top: 15px;
    font-size: 100px;
	line-height: 105px;
    color: #051F91;
	font-weight:700;
	letter-spacing: -7px;
}
.module1 .title h3,
.module1 .title h1{
	font-weight: 300;
    font-size: 95px;
    color: #051F91;
}

.module1 .content {
	
	color: #051F91;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
	
    /*
		font-size: 35px;
	line-height: 45px;*/
}

.module1 .buttons .button1 {
    margin: 20px 30px 20px 0;
	
}

.module1 .left {
    padding-right: 50px;
	
}

.module1 .right {
    padding-left: 50px;
	
}
.module1 .image {
	align-items: flex-start;
    display: flex;
    position: relative;
    flex-direction: column;
	
}

.module1 img {
	margin-top:auto;
    border-radius: 50px;
    width: 100%;
    /*height: 100%;
	object-fit: fill;*/
    /*object-fit: cover;*/
}

/************************************ 
	Module 02
*************************************/
.module2 {
    /*padding-top: 150px;*/
}

.module2 .title h3 {
    font-size: 80px;
    color: #051F91;
}

.module2 .logos {
    display: flex !important;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    flex-direction: row;
}

.module2 .partner {
    width: 250px;
    height: 145px;
    border-radius: 35px;
}

.module2 .partner img {
    width: 100%;
    height: 100%;
}


/************************************ 
	Module 03
*************************************/
.module3 {
    /*padding-top: 100px;*/
}

.module3 .title h3 {
    font-size: 70px;
    color: #051F91;
}

.module3 .content {
    color: #051F91;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}

.module3 .boxes {
    margin-top: 75px;
    position: relative;
}

.module3 .boxes .line {
    position: absolute;
    background: -webkit-linear-gradient(0deg, #051F91 10%, #6DDB17 50%, #5BD8FF 90%);
    height: 15px;
    z-index: -1;
    width: calc(100% - 400px);
    border-radius: 15px;
    top: -93px;
    left: 200px;
}

.module3 .boxes .box {
    background: #051F91;
    padding: 30px;
    border-radius: 70px;
    color: #ffffff;
    text-align: center;
    position: relative;
    height: 100%;
}

.module3 .boxes .box .green-dot1 {
    background: -webkit-linear-gradient(#ffffff, #6DDB17);
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    top: -55px;
    left: calc(50% - 50px);
}

.module3 .boxes .box .green-dot2 {
    background: -webkit-linear-gradient(#ffffff, #6DDB17);
    width: 150px;
    height: 150px;
    border-radius: 100px;
    position: absolute;
    top: -161px;
    left: calc(50% - 75px);
}

.module3 .boxes .box .dot3 {
    top: -130px;
    font-size: 20px;
}

.module3 .boxes .box .text .title {
    margin-top: 30px;
    font-size: 30px;
    line-height: 35px;
}

.module3 .boxes .box .text .content {
    color: #ffffff;
    font-size: 15px;
    margin-top: 30px;
    line-height: 20px;
    font-weight: 400;
}


/************************************ 
	Module 04
*************************************/
.module4 {
    /*padding-top: 150px;*/
}

.module4 .title h3 {
    font-size: 70px;
    color: #051F91;
}
.module4 .nav {
    display: flex;
    justify-content: space-around;
}

.module4 .nav-tabs .nav-link {
    width: 270px;
}
.module4 .nav-tabs .nav-link .text {
    height: 65px;
    color: #051f9166;
    font-weight: 700;
}




.module4 .content {
    color: #051F91;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}

.module4 .card {
    border: 0px solid rgba(255, 255, 255, 0.125);
}

.module4 .content-cart {
    position: relative;
    height: 500px;
    overflow: hidden;
    border-radius: 60px;
}

.module4 .content-cart img {
    position: absolute;
    border-radius: 60px;
    top: 25px;
}

.module4 .content-cart .card-image {
    border-radius: 20px;
}

.module4 .content-cart .card-body {
    position: absolute;
    top: 155px;
    background: linear-gradient(180deg, #FFFFFF -21.54%, rgba(5, 31, 145, 0.5) 18.18%, rgba(5, 31, 145, 0.5) 79.01%, #FFFFFF 129.05%);
    height: 350px;
    border-radius: 45px;
    backdrop-filter: blur(7px);
    padding: 10px 30px 0;
    width: 100%;
}

.module4 .content-cart .card-title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 28px;
	height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	
}

.module4 .content-cart .cart-btn {
    background-color: #6DDB17;
    color: #051F91;
    font-size: 20px;
    border-radius: 10px;
    display: block;
    padding: 7px 20px;
    text-align: center;
}

.module4 .content-cart .card-text img {
    position: unset;
    border-radius: 0px;
}

.module4 .content-cart .card-text .text {
    padding-left: 15px;
}

.module4 .content-cart .card-text ul {
    padding: 0px;
    height: 150px;
}

.module4 .content-cart .card-text ul li {
    list-style: none;
    color: #fff;
    padding-bottom: 15px;
    font-size: 18px;
}


.module5 {
    /*padding-top: 175px;*/
}

.module5 .title h3 {
    font-size: 70px;
    color: #051F91;
}

.module5 .box {
    margin-top: 30px;
    background: -webkit-linear-gradient(280deg, #6DDB17 25%, #ffffff 90%);
    border-radius: 50px;
    padding: 30px;
    text-align: center;
}

.module5 .box .text .title {
    font-size: 50px;
    color: #051F91;
    line-height: 55px;
    padding-bottom: 30px;
	height: 150px;
}

/************************************ 
	Module 06 
*************************************/

.module6 .title h3 {
	font-size: 90px;
    color: #051F91;
}
.module6 .content {
    color: #051F91;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.module6 .image {
	padding-bottom:50px;
}

.module6 .image img {
    border-radius:50px;
}



/************************************ 
	Module 08 
*************************************/
.module8 {
    /*padding-top: 150px;*/
}

.module8 .text {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.module8 .title h3 {
    font-size: 80px;
    color: #051F91;
}

.module8 .content {
    width: 500px;
    font-size: 20px;
    color: #051F91;
    text-align: center;
    line-height: 22px;
}

.module8 .team {
    margin-bottom: 50px;
    text-align: center;
}
.module8 .sectionTeam {
    text-align: center;
    font-size: 50px;
    color: #0e218e;
    margin-bottom: 29px;
}
.module8 .scr {
    overflow-y: scroll;
    height: 960px;
}

.module8 .team .image img {
    width: 165px;
}

.module8 .team .name {
    padding-top: 15px;
    font-size: 35px;
    color: #051F91;
font-weight: bold;
line-height: 35px;
height: 50px;
}

.module8 .team .work {
    padding-top: 15px;
    font-size: 23px;
    color: #051F91;
}


/************************************ 
	Module 09 
*************************************/
.module9 {
    /*padding-top: 120px !important;*/
}

.module9 .title h3 {
    font-size: 70px;
    color:#051F91;
}

.module9 .tab-pane .tab-pane-01 {
    margin: 20px 0;
}

.module9 .tab-pane .tab-pane-01 img {
    border-radius: 20px;
}

.module9 .tab-pane .tab-pane-01 .title {
    color: #051F91;
    font-weight: 800;
    font-size: 40px;
    padding-bottom: 20px;
}

.module9 .tab-pane .tab-pane-01 .text {
    text-align: justify;
}

.module9 .nav-tabs .nav-link-01 {
    background-color: #051F91;
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    margin: 0 15px;
    border: 0 solid #fff;
    font-weight: 500;
    font-size: 20px;
}

.module9 .nav-tabs .nav-link-01:hover {
    background-color: #47a300;
    color: #051F91;
}

.module9 .nav-tabs .nav-link-01.active {
    background-color: #6DDB17;
    color: #051F91;
}

.module9 .nav-tabs .nav-link-01.active .round {
    background: linear-gradient(180deg, rgba(5, 31, 145, 0.3) -65.62%, rgba(255, 255, 255, 0.379825) -65.61%, #051F91 41.45%);
    color: #47a300;
}

.module9 .nav-tabs .nav-link-01 .round {
    width: 30px;
    height: 30px;
    background: linear-gradient(180deg, #FFFFFF 0%, #6DDB17 100%);
    border-radius: 30px;
}

.module9 .nav-tabs .nav-link-01:hover .round {
    background: linear-gradient(180deg, rgba(5, 31, 145, 0.3) -65.62%, rgba(255, 255, 255, 0.379825) -65.61%, #051F91 41.45%);
    color: #47a300;
}


/************************************
	Module 10 
*************************************/

.module10 .title h3 {
    font-size: 70px;
    color: #051F91;
}

.module10 .image{
    position: relative;
    padding-top: 30px;
}

.module10 .image .play {
    position: absolute;
    bottom: 60px;
    left: 160px;
}

.module10 .image .img {
    border-radius: 60px;
}

.module10.text {
    font-size: 25px;
    color: #051f9166;
    line-height: 28px;
    text-align: center;
}

.module10 .text .title {
    padding-top: 15px;
    font-size: 27px;
    color: #051F91;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
	/* height: 100px;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	
}

.module10 .text .content {
    padding-top: 30px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	
	
}


/************************************ 
	Module 11
*************************************/

.module11 {
    /*padding-top: 10px;*/
}

.module11 .bar {
    box-shadow: 0px 12px 15px 2px #0000001a;
    border-radius: 30px;
    background-color: #ffffff;
}

.module11 .bar .icons {
    position: relative;
    /*width: 20%;*/
    height: 55px;
    /*padding: 0 35px;*/
    width: 175px;
}

.module11 .bar .icons::after {
	
}

.module11 .bar .icons::before {
    content: "";
    display: block;
    position: absolute;
    /* transform: translate(-68px, 16px); */
    background-color: #6DDB17;
    width: 100%;
    height: 5px;
    left: -100px;
    top: 16px;
}

.module11 .bar .icons .img {
    z-index: 2;
}

.module11 .bar .icons img {
    width: 35px;
    background-color: #6DDB17;
    padding: 5px;
    border-radius: 10px;
}

.module11 .bar .icons .text {
	line-height: 12px;
}

.module11 .bar .icons .text a {
    color: #6DDB17;
    font-weight: 600;
    font-size: 13px;
}

.module11 .bar .icons.active img {
    width: 35px;
}

.module11 .bar .icons:first-child::before, .module11 .bar .icons:last-child::after {
    content: '';
    background-color: #ffffff00 !important;
}

.icons.active {
	
}

.icons.active ~ .icons .text a {
    color: #051f91 !important;
}

.icons.active ~ .icons::before, .icons.active ~ .icons::after, .icons.active ~ .icons img {
    background-color: #051f91 !important;
}

.icons.active ~ .icons .text a {
    color: #051f91 !important;
}


/************************************
	Module 12
*************************************/
.module12 {
    /*padding-top: 175px;*/
    color: #ffffff;
}

.module12 .wyh-cart {
    padding: 50px;
    border-radius: 50px;
    min-height: 250px;
    position: relative;
    z-index: -2;
    overflow: hidden;
}

.module12 .wyh-cart .overlay {
    background-color: #051F91;
    opacity: 0.70;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	
}

.module12 .wyh-cart .title {
    background: -webkit-linear-gradient(#ffffff, #6DDB17);
    font-size: 80px;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000000;
    line-height: 85px;
    text-shadow: 0px 4px 13px #00000040;
}

.module12 .wyh-cart .text {
    font-size: 25px;
    text-align: justify;
    line-height: 30px;
}

.module12 .wyh-cart .number {
    font-size: 60px;
    font-weight: 700;
}

.module12 .wyh-cart .title-small {
    font-size: 30px;
    /*width: 275px;*/
    color: #ffffff;
}


/************************************ 
	Module 13
*************************************/
.module13 {
    min-height: 450px;
}

.module13 .image {
    min-height: 100%;
    border-radius: 40px;
    background-size: cover;
    background-position: center;
    background-color: #552f8f
}

.module13 .image img {
    border-radius: 40px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.module13 .title {
    font-size: 35px;
    font-weight: 700;
    color: #051F91;
}

.module13 .text {
    font-size: 25px;
    padding-top: 25px;
    color: #051F91;
    /* text-align: justify; */
	line-height: 35px;
}


/************************************ 
	Module 14
*************************************/
.module14 {
    /*padding-top: 175px;*/
}

.module14 .image{
    position: relative;
    padding-top: 30px;
}

.module14 .image a{
    position: absolute;
    bottom: 30%;
    left: 45%;
}

.module14 .content{
    padding-top:30px;
}

.module14 .accordion {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.module14 .accordion .accordion-item.accg {
    border: 0;
    background-color: #6fdb1b;
    color: #051F91;
}

.module14 .accordion .accordion-item.accg .accordion-button {
    border: 0;
    background: linear-gradient(180deg, #FFFFFF -23.68%, #6DDB17 100%);
	
    color: #051F91;
    font-size: 30px;
    font-weight: 700;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.module14 .accordion .accordion-item.accb {
    border: 0;
    background-color: #051F91;
    color: #ffffff;
}

.module14 .text .accordion-item.accb .accordion-button,
.module14 .accordion .accordion-item.accb .accordion-button {
    border: 0;
    background-color: #051F91;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}
.module14 .disabled-accordion{
	pointer-events:none;
    opacity:0.5;
}
.modal .purchase {
	position: absolute;
    top: 35%;
    left: 22%;
}




/************************************ 
	Module 15
*************************************/
.module15 {
    /*padding-top: 150px;*/
}

.module15 .box {
    background-color: #f2f3f9;
    border-radius: 30px;
    padding: 20px;
    margin: 20px 0;
}

.module15 .box table {
    border-collapse: separate;
    border-spacing: 20px 0;
}

.module15 .box th, .module15 .box td {
    margin: 0 10px;
    border: 0;
}

.module15 .box .th1-week td {
    background-color: #dadeef;
    border-radius: 40px 40px 0px 0px;
    text-align: center;
    height: 75px;
    padding-bottom: 25px;
    color: #051F91;
    font-size: 20px;
}

.module15 .box .th1-week .title {
    height: 75px;
    padding-bottom: 25px;
    color: #051F91;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -3px;
}

.module15 .box .title1 span {
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0px 12px 15px 2px #0000001A;
	
}

.module15 .box .th1-week span {
    background-color: #051F91;
    text-align: center;
    padding: 3px 7px;
    color: #ffffff;
    font-size: 12px;
    border-radius: 5px;
}

.module15 .box .td1-week td {
    background-color: #dadeef;
    text-align: center;
    height: 75px;
}

.module15 .box .span01 span {
    background-color: #5BD8FF;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 15px;
}

.module15 .box .span02 span {
    background-color: #6DDB17;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 15px;
}

.module15 .box .span03 span {
    background-color: #051F91;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 15px;
}

.module15 .box .td2-week td {
    background-color: #dadeef;
    text-align: center;
    border-radius: 0px 0px 40px 40px;
    height: 75px;
}

/*************************************************
	Course Detail First Module
*************************************************/

.module16 .main1 {
    display: grid;
}

.module16 .main1 .title h1 {
    font-size: 70px;
    color: #051F91;
}

.module16 .main1 .content {
    height: 300px;
    color: #051F91;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}

.module16 .main2 {
    /*display: flex;*/
    background: linear-gradient(-180deg, #FFFFFF -11.93%, #6DDB17 57.1%);
    border-radius: 50px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 25px;
    width: 97%;
    margin-top: 0;
    height: 260px;
}

.module16 .main2 .insidediv {
    padding-top: 17px;
}

.module16 .main2 .caldiv {
    padding-top: 21px;
}

.module16 .main2 .insidediv .reqdiv {
    background-color: #051f91;
    height: 225px;
    width: 284px;
    margin-left: 15px;
    border-radius: 30px;
    margin-right: 50px;
}

.module16 .main2 .insidediv .reqdiv .requirements-btn {
    display: flex;
    justify-content: center;
}

.module16 .main2 .insidediv .reqdiv .requirements-btn button {
    background-color: white;
    color: #051f91;
    font-size: 20px;
}

.module16 .main2 .insidediv .reqdiv .requirements-btn button:hover {
    background-color: #6DDB17;
    color: #051f91;
    font-size: 20px;
}

.module16 .main2 .insidediv .reqdiv .requirements-btn button:hover img {
    content: url("https://demo07.eurotechstudy.eu//assets/images/apply-now-w.svg");
}

.module16 .main2 .insidediv .reqdiv .title2 {
    height: 70%;
    display: flex;
    justify-content: center;
}

.module16 .main2 .insidediv .reqdiv .title2 h3 {
    color: white;
    text-align: center;
    margin-top: 25px;
    width: 85%;
    font-size: 20px;
    background-color: #051f91;
}

.module16 .main2 .insidediv .reqdiv .title2 h3 span {
    font-weight: lighter;
}

.module16 .tr-180 {
    transform: rotate(-180deg);
}

.module16 .main2 .text {
    margin-left: 30px;
}

.module16 .main2 .text p:first-child {
    font-size: 20px;
    font-weight: 600;
    line-height: 79%;
    letter-spacing: -0.04em;
    color: #051F91;
}

.module16 .main2 .text p:nth-child(2) {
    font-weight: 700;
    font-size: 60px;
    line-height: 70%;
    letter-spacing: -0.03em;
    color: #051F91;
}

.module16 .main2 .text p:nth-child(3) {
    font-weight: 300;
    font-size: 18px;
	line-height: 20px;
    letter-spacing: -0.05em;
    color: #051f91;
}

.module16 .main2 .apply-now {
    margin-left: 30px;
}

.module16 .main2 button {
    width: 200px;
    height: 50px;
    font-weight: 500;
    font-size: 24px;
    line-height: 94%;
    display: flex;
    text-align: center;
    letter-spacing: -0.03em;
    color: white;
    border-radius: 15px;
    background: #051f91;
    padding-top: 8px;
    padding-left: 20px;
}

.module16 .main2 button:hover {
    background-color: white;
    color: #051f91;
}

.module16 .main2 button:hover img {
    content: url("https://demo07.eurotechstudy.eu//assets/images/apply-now-w.svg");
}

.module16 .main2 button p {
    font-size: 16px;
    padding-top: 5px;
    padding-left: 10px;
}

.module16 .main3 {
    background-color: #051f91;
    border-radius: 70px;
    height: 735px;
}

.module16 .main3 .picture {
    position: relative;
}

.module16 .main3 .picture img:first-child {
	display: none;
    position: absolute;
    top: 30%;
    left: 40%;
}

.module16 .main3 .picture img:nth-child(2) {
	margin-bottom: 40px;
    width: 500px;
    border-radius: 70px;
    height: 400px;
    margin-left: 13px;
    margin-top: 13px;
}

.module16 .main4 ul {
    list-style-type: none;
    margin-top: -25px;
    font-size: 20px;
}

.module16 .main4 ul li {
    display: flex;
    margin-top: -10px;
}

.module16 .main4 ul li p span:first-child {
    color: #6DDB17;
}

.module16 .main4 ul li p span:nth-child(2) {
    color: white;
    padding-left: 10px;
}

.module16 .main4 ul li img {
    margin-bottom: 20px;
    margin-right: 10px;
}

.module16 .main3 .main5 {
    margin-top: 10px;
    display: flex;
}

.module16 .main3 .main5 button:first-child {
    width: 70%;
    background-color: #6DDB17;
    border-radius: 15px;
    margin-left: 25px;
    color: #051f91;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.module16 .main3 .main5 button:first-child:hover {
    background-color: white;
    cursor: pointer;
}

.module16 .main3 .main5 button:first-child img {
    padding-bottom: 10px;
}

.module16 .main3 .main5 button:nth-child(2) {
    margin-left: 50px;
    background-color: #6DDB17;
    border-radius: 15px;
    padding-bottom: 14px;
    height: 50px;
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 15px;
    cursor: pointer;
}

.module16 .main3 .main5 button:nth-child(2):hover {
    background-color: white;
    cursor: pointer;
}

/*************************************************
	Module End
*************************************************/


/************************************
	Module 17
*************************************/
.module17 {
    /*padding-top: 175px;*/
}

.module17 .box {
    background-color: #f2f3f9;
    border-radius: 30px;
    padding: 20px;
    margin: 20px 0;
}

.module17 .top {
    background-position: left;
    background-repeat: no-repeat;
    height: 160px;
    position: relative;
}

.module17 .top .titles {
    position: relative;
    color: #ffffff;
}

.module17 .top .titles h4 {
    position: absolute;
    top: 25px;
    color: #ffffff;
    font-size: 40px;
    width: max-content;
    font-weight: 700;
    left: 30px;
}

.module17 .top .titles span {
    position: absolute;
    top: 110px;
    width: max-content;
    left: 30px;
    font-size: 20px;
    font-weight: 700;
}

.module17 .top .button {
    position: absolute;
    top: 35px;
    right: 50px;
    background-color: #051f91;
    padding: 10px 15px;
    border-radius: 10px;
}

.module17 .top .button a {
    color: #ffffff;
}

.module17 .modules ul {
    margin-right: 20px;
    padding-left: 0;
}

.module17 .modules li {
    list-style: none;
    width: 270px;
    background-color: #6DDB17;
    padding: 10px 30px;
    margin: 10px 0px;
    border-radius: 20px;
    cursor: pointer;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
}

.module17 .modules .text li {
    list-style: auto;
    padding: 0px;
    background-color: #051f91;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    cursor: default;
}
.module17 .modules li.module-course-menu-last {
    background-color: #f2f3f9;
    height: 85px;
}

.module17 .modules li span {
    background-color: #051f91;
    border-radius: 10px;
    padding: 1px 15px;
    margin-right: 15px;
}

.module17 .modules .module-course-menu.active {
    background-color: #051f91;
    position: relative;
    height: 57px;
}

.module17 .modules .module-course-menu .afm {
    display: none;
}

.module17 .modules .module-course-menu.active .afm {
    display: block;
    position: absolute;
    width: 89px;
    left: 231px;
    height: 75px;
    top: -30px;
    border-radius: 57px;
}

.module17 .modules .module-course-menu.active .afm img {
    height: 117px;
}

.module17 .modules .module-course-menu.active span {
    background-color: #ffffff;
    color: #051f91;
}

.module17 .modules .content {
    width: 75%;
    position: relative;
    top: -40px;
    background-color: #051f91;
    border-radius: 40px;
    font-size: 25px;
}

.module17 .modules .content .module-course-content {
    display: none;
}

.module17 .modules .content .module-course-content.active {
    display: block;
    color: #ffffff;
    padding: 33px 55px;
    font-weight: 700;
}

.module17 .modules .content .number {
    font-size: 28px;
    margin-bottom: 25px;
}

.module17 .modules .content .number span {
    font-size: 18px;
    background-color: #ffffff;
    color: #000000;
    padding: 3px 18px;
    border-radius: 15px;
    margin-right: 15px;
}

.module17 .modules .content .title {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 45px;
}

.module17 .modules .content .text {
    font-size: 20px;
    font-weight: 400;
}

.module17 .modules .content .button {
    display: none;
}


/************************************ 
	Module 18
*************************************/
.module18 {
    /*padding-top: 150px;*/
}

.module18 .title {
    /*padding-bottom: 110px;*/
}

.module18 .text .title {
    padding-bottom: 10px;
}

.module18 .title h3 {
    font-size: 65px;
    color: #051F91;
}

.module18 .content {
    color: #051F91;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}

.module18 .boxes {
    margin-top: 190px;
    position: relative;
}

.module18 .boxes .line {
    position: absolute;
    background: -webkit-linear-gradient(0deg, #051F91 10%, #6DDB17 50%, #5BD8FF 90%);
    height: 15px;
    z-index: -1;
    width: calc(100% - 400px);
    border-radius: 15px;
    top: -93px;
    left: 200px;
}

.module18 .boxes .box {
    background: #051F91;
    padding: 30px;
    border-radius: 70px;
    color: #ffffff;
    text-align: center;
    position: relative;
	height: 100%;
}

.module18 .boxes .box .green-dot1 {
    background: -webkit-linear-gradient(#ffffff, #6DDB17);
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    top: -55px;
    left: calc(50% - 50px);
}

.module18 .boxes .box .green-dot2 {
    background: -webkit-linear-gradient(#ffffff, #6DDB17);
    width: 150px;
    height: 150px;
    border-radius: 100px;
    position: absolute;
    top: -161px;
    left: calc(50% - 75px);
}

.module18 .boxes .box .dot3 {
    top: -130px;
    font-size: 20px;
}

.module18 .boxes .box .text .title {
    margin-top: 30px;
    font-size: 30px;
    line-height: 35px;
}

.module18 .boxes .box .text .content {
    color: #ffffff;
    font-size: 15px;
    margin-top: 30px;
    line-height: 20px;
    font-weight: 400;
}


/************************************ 
	Module 19
*************************************/
.module19 {
    /*padding-top: 150px;*/
}

.module19 .title {
    margin-bottom: 100px;
}

.module19 .title h3 {
    font-size: 70px;
    color: #051F91;
}

.module19 .content {
    color: #051F91;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}

.module19 .boxes {
    margin-top: 75px;
    position: relative;
}

.module19 .boxes .line {
    position: absolute;
    background: -webkit-linear-gradient(0deg, #051F91 10%, #6DDB17 50%, #5BD8FF 90%);
    height: 15px;
    z-index: -1;
    width: calc(100% - 400px);
    border-radius: 15px;
    top: -93px;
    left: 200px;
}

.module19 .boxes .box {
    background: #051F91;
    padding: 30px;
    border-radius: 70px;
    color: #ffffff;
    text-align: center;
    position: relative;
	height:100%;
}

.module19 .boxes .box .green-dot1 {
    background: -webkit-linear-gradient(#ffffff, #6DDB17);
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    top: -55px;
    left: calc(50% - 50px);
}

.module19 .boxes .box .green-dot2 {
    background: -webkit-linear-gradient(#ffffff, #6DDB17);
    width: 150px;
    height: 150px;
    border-radius: 100px;
    position: absolute;
    top: -161px;
    left: calc(50% - 75px);
}

.module19 .boxes .box .dot3 {
    top: -130px;
    font-size: 20px;
}

.module19 .boxes .box .text .title {
    margin-top: 30px;
    font-size: 30px;
    line-height: 35px;
}
.module19 .boxes .box .text .title2 {
    font-size: 30px;
    line-height: 45px;
	font-weight: 700;
	
}

.module19 .boxes .box .text .content {
    color: #ffffff;
    font-size: 20px;
    margin-top: 30px;
    line-height: 25px;
    font-weight: 400;
}


/************************************ 
	Module 20
*************************************/
.module20 {
    position: relative;
    /*padding-top: 175px;*/
    min-height: 600px;
}

.module20 .top {
    position: relative;
    padding: 60px;
}

.module20 .top .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.module20 .title h3 {
    font-size: 70px;
    width: 675px;
    padding-bottom: 140px;
    line-height: 85px;
}

.module20 .url a span {
    padding-left: 25px
}

.module20 .text {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
}


/************************************ 
	Module 21
*************************************/
.module21 {
    /*padding-top: 175px;*/
}

.module21 .title {
    text-align: center;
}

.module21 .title h3 {
    font-size: 70px;
    color: #051F91;
}

.module21 .accordion {
	height:125px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.module21 .accordion .accordion-item.accb {
    border: 0;
    background-color: #051F91;
    color: #ffffff;
}

.module21 .accordion .accordion-item.accb .accordion-button {
    border: 0;
    background-color: #051F91;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
	
}
.module21 .accordion .accordion-item.accb .accordion-button .title{
	display: unset;
}
.module21 .accordion .accordion-item.accb .collapsed .title{
	display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.module21 .accordion .accordion-item.accb .collapsed {
	height: 110px !important;
}
.module22 {
    /*padding-top: 175px;*/
    min-height: 450px;
	
}

.module22 .top {
    position: relative;
}

.module22 .top .box {
    min-height: 100%;
    border-radius: 40px;
    padding: 50px 120px 50px 50px;
}

.module22 .image {
    position: absolute;
    top: 0px;
    right: 165px;
	
	
}

.module22 .image img {
    width: 400px;
}

.module22 .title h3 {
    font-size: 65px;
    font-weight: 700;
    line-height: 60px;
	
}

.module22 .text {
    font-size: 25px;
    padding-top: 25px;
    text-align: justify;
}

/************************************ 
	Module 24
*************************************/
.module24 {
    /*padding-top: 150px;*/
}

.module24 h3 {
    font-size: 70px;
    background: #0e218e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.module24 .text {
	position:relative;
}
.module24 .blog11 {
	position: absolute;
    top: 35px;
    left: 40px;
    color: white;
    font-size: 20px;
    background-color: #72dd43;
    border-radius: 15px;
    padding: 5px 15px;
}
.module24 .title12 {
    position: absolute;
    top: 260px;
    font-size: 25px;
    color: white;
    left: 52px;
	padding-right: 25px;
}
.module24 .blog1 {
	padding-left:0px;
}
.module24 .blog4 {
	height: 100%;
    background-color: #e6e9f3;
    border-radius: 40px;
    padding-left: 1px;
}
.module24 .title42 {
	font-size: 25px;
    color: #0e218d;
    font-weight: 700;
    padding: 5px 30px;
    margin-top: 29px;
}
.module24 .content43 {
	font-size: 20px;
    color: #0e218d;
    padding: 5px 30px;
    font-weight: 400;
    line-height: normal;
}
.module24 .button44 {
	display: inline-block;
    background-color: #0e218e;
    border-radius: 15px;
    padding: 10px 19px;
    font-size: 25px;
    color: white;
    margin-top: 88px;
    margin-left: 29px;
    margin-bottom: 60px;
    cursor: pointer;
    font-weight: 600;
}
.module24 .button34 {
    display: inline-block;
    background-color: white;
    border-radius: 15px;
    padding: 10px 19px;
    font-size: 25px;
    color: #0f218e;
    margin-top: 35px;
    margin-left: 66px;
    /* margin-bottom: -14px; */
    font-weight: 600;
	cursor:pointer;
}
.module24 .button34:hover {
	background-color:#72dd43;
	color:#0f218e;
}
.module24 .button44:hover {
	background-color:#72dd43;
	color:#0f218e;
}

.module24 .icon45 {
	display: none;
}
.module24 .content33 {
	color: white;
    padding-left: 75px;
    font-size: 20px;
    line-height: normal;
    padding-right: 20px;
}
.module24 .title32 {
    font-size: 25px;
    color: white;
    padding-left: 75px;
    padding-top: 40px;
    padding-bottom: 22px;
    padding-right: 20px;
}
.module24 .blog32 {
    background: #0f218e;
    margin-left: -36px;
    width: 52%;
    border-radius: 0 50px 50px 0;
}
.module24 .blog {
	padding-left: 0px;
}

/************************************ 
	Module 03
*************************************/
.why-learn {
	/*padding-top: 150px;*/
}

.why-learn .title h3 {
    font-size: 70px;
    color: #051F91;
}

.why-learn .content {
    color: #051F91;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}

.why-learn .boxes {
    margin-top: 75px;
    position: relative;
}

.why-learn .boxes .line {
    position: absolute;
    background: -webkit-linear-gradient(0deg, #051F91 10%, #6DDB17 50%, #5BD8FF 90%);
    height: 15px;
    z-index: -1;
    width: calc(100% - 400px);
    border-radius: 15px;
    top: -93px;
    left: 200px;
}

.why-learn .boxes .box {
    background: #051F91;
    padding: 30px;
    border-radius: 70px;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.why-learn .boxes .box .green-dot1 {
    background: -webkit-linear-gradient(#ffffff, #6DDB17);
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    top: -55px;
    left: calc(50% - 50px);
}

.why-learn .boxes .box .green-dot2 {
    background: -webkit-linear-gradient(#ffffff, #6DDB17);
    width: 150px;
    height: 150px;
    border-radius: 100px;
    position: absolute;
    top: -161px;
    left: calc(50% - 75px);
}

.why-learn .boxes .box .dot3 {
    top: -130px;
    font-size: 20px;
}

.why-learn .boxes .box .text .title {
    margin-top: 30px;
    font-size: 30px;
    line-height: 35px;
}

.why-learn .boxes .box .text .content {
    color: #ffffff;
    font-size: 15px;
    margin-top: 30px;
    line-height: 20px;
    font-weight: 400;
}

/************************************************
	Module 25
************************************************/

.module25 .main1 {
    list-style: none;
    margin-left: 40px;
    margin-top: 39px;
    border-radius: 40px;
    height: auto;
    background-color: #0e218e;
}

.module25 .container {
    border-radius: 40px;
    margin-top: 92px;
    background-color: #f2f4f9;
    height: 812px;
}

.module25 .main1 .title1 {
    color: #838fc6;
    line-height: 79%;
    font-weight: 400;
    font-size: 20px;
    margin-top: 31px;
    margin-left: 28px;
}

.module25 .main1 .title2 {
    margin-left: 25px;
    margin-top: 10px;
    color: white;
    font-size: 37px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -0.05em;
}

.module25 .main1 .img1:first-child {
    flex-direction: column;
    display: flex;
    margin-left: 25px;
    margin-top: 30px;
    color: white;
}

.module25 .main1 .img1:not(:first-child) {
    flex-direction: column;
    display: flex;
    margin-left: 25px;
    margin-top: 30px;
	
}

.module25 .main1 img {
    width: 30px;
    height: 30px;
}

.module25 .main1 p {
    line-height: 120%;
    width: 175px;
    display: flex;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 500;
    margin-top: -40px;
    margin-left: 40px;
}

.module25 .main1 p span {
    padding-left: 7px;
    font-weight: lighter;
}

.module25 .main1 small {
    margin-top: -20px;
    margin-left: 40px;
    color: white;
}

.module25 .main1 span:first-child {
    font-size: 25px;
    margin-top: 0;
    margin-left: 5px;
}

.module25 .main1 span:nth-child(2) {
    font-size: 25px;
    margin-top: 0;
    margin-left: 41px;
    font-weight: 900;
}

.module25 .main1 .vertical-line {
    margin-left: 25px;
    margin-top: 10px;
}

.module25 .main1 .number {
    padding-top: 20px;
    color: white;
    font-size: 25px;
    font-weight: 900;
}

.module25 .main1 .number:not(:first-child) {
    margin-top: -20px;
    margin-left: -20px;
}

.module25 .main1 .col-lg-10:not(:first-child) {
    margin-top: -20px;
}

.module25 .main1 .completed#step1 img {
    content: url("https://demo07.eurotechstudy.eu//assets/images/small-bar-01-g.svg");
}

.module25 .main1 .completed#step2 img {
    content: url("https://demo07.eurotechstudy.eu//assets/images/small-bar-02-g.svg");
}

.module25 .main1 .completed#step3 img {
    content: url("https://demo07.eurotechstudy.eu//assets/images/small-bar-03-g.svg");
}

.module25 .main1 .completed#step4 img {
    content: url("https://demo07.eurotechstudy.eu//assets/images/small-bar-04-g.svg");
}

.module25 .main1 .completed#step5 img {
    content: url("https://demo07.eurotechstudy.eu//assets/images/small-bar-05-g.svg");
}


.module25 .main1 .completed p,
.module25 .main1 .completed small,
.module25 .main1 .completed span,
.module25 .main1 .completed p span {
    color: #68d837 !important;
}

.module25 .main1 .completed {
    opacity: 1 !important;
}

.module25 .main2 {
    margin-left: 40px;
    height: 650px;
}
.module25 .main2 .btcp {
    padding: 0px 0px;
    margin-top: 40px;
}

.module25 .main2 .sl button {
	width:90%;	
}
.module25 .main2 .sl button span{
	font-size:15px;	
}
.module25 .main2 .sl a{
	font-size:15px;
	width:110%;
	white-space:normal;
}


.module25 .main2 .privacy{
	margin-bottom: -3px;
    margin-left: 27px;
}

.module25 .main2 .form-check-label{
	margin-left: 40px;
    margin-top: -23px;
}
.module25 .main2 .captcha {
	margin-top: 20px;
    margin-left: 20px;
    width: 400px;
    height: 70px;
    border-radius: 30px;
    background-color: #0e218e;
    color: white;
    font-size: 25px;
    padding-left: 21px;
}
.module25 .main2 .captcha img {
	width: 270px;
	margin:0;
}

.module25 .main2 .next {
    background-image: url('https://demo07.eurotechstudy.eu//assets/images/right_button.svg');
    width: 200px;
    height: 65px;
    border: none;
    background-repeat: no-repeat;
    color: #0e218e;
    padding-right: 60px;
    padding-bottom: 5px;
}

.module25 .main2 .order {
    color: #0e218e;
    font-size: 27px;
    font-weight: 400;
    line-height: 79%;
    margin-top: 47px;
}

.module25 .main2 .title {
	width:max-content;
	margin-bottom:25px;
    color: #0e218e;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.05em;
}
.module25 .main2 .mt15{
	margin-top:15px;
}


.module25 .main2 .backBtn {
	margin-right:10px;
	width: auto;
	float:right;
    border: solid 3px #0e218e;
    background-color: #f2f4f9;
    line-height: 79%;
    font-weight: 500;
    font-size: 20px;
    /* margin-top: 45px; 
	margin-left: 65px;*/
    color: #0e218e;
    padding: 12px 12px;
    /* border-radius: 30px; */
    height: 45px;
	
}

.module25 .main2 .backBtn:hover {
    background-color: #0e218e;
    color: white;
    border: solid 3px white;
}

.module25 .main2 .input1,
.module25 .main2 button {
	margin-top:20px;
    margin-left: 20px;
    width: 400px;
    height: 70px;
    border-radius: 30px;
    background-color: #0e218e;
    color: white;
    font-size: 25px;
    padding-left: 21px;
}

.module25 .main2 .mt {
    margin-top: 45px;
}

.img_tik {
    margin-top: -90px;
    margin-left: 375px;
}

.module25 .main2 .input1::placeholder,
.module25 .main2 button span,
.module25 .main2 textarea::placeholder {
    color: #838fc6;
    font-size: 25px;
    /*padding-left: 21px;*/
}

.module25 .main2 .input1:hover,
.module25 .main2 button:hover,
.module25 .main2 textarea:hover {
    border: solid 3px #69da37;
    color: white !important;
    font-size: 25px;
    cursor: pointer;
}

.module25 .main2 .input1:hover::placeholder,
.module25 .main2 button:hover span,
.module25 .main2 textarea:hover::placeholder {
    color: white !important;
    cursor: pointer;
}

.module25 .main2 .form-check {
    margin-top: 40px;
    margin-left: 30px;
    font-size: 25px;
}

.module25 .btn-secondary {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

.module25 .ddt1 {
    margin-top: 15px;
    margin-right: 15px;
}

.module25 .main2 .dropdown-item {
    margin-left: 0;
    margin-top: -0;
    background-color: white;
    color: #0e218e;
    border: solid 3px #0e218e;
    font-weight: 600;
}
.module25 .main2 a{
    font-size: 25px;
    padding-top: 15px;
    padding-left: 20px;
    border-radius: 30px;
    height: 70px;
    width: 250%;
    padding-right: 40px;
}



.module25 .main2 .dropdown-item:hover {
    background-color: #69da37;
    border: solid 3px #0e218e;
    color: #0e218e !important;
}

.module25 .main2 .right_button1 {
    background-color: transparent !important;
    border: none !important;
    margin-left: -55px !important;
}

.module25 .main2 .right_button1 span {
    position: absolute !important;
    margin-top: 10px !important;
    margin-left: 55px !important;
    color: #0e218e;
    font-weight: 600 !important;
}


.module25 .main2 .right_button1:hover img {
    content: url("https://demo07.eurotechstudy.eu/assets/images/right_button_b.svg");
}

.module25 .main2 .right_button1:hover span {
    border: none;
    color: white !important;
    font-weight: 600;
	cursor:pointer;
}
.module25 .main2 .right_button1:hover {
	cursor:pointer;
	color:white !important;
}

.module25 .main2 .left_button1 {
    background-color: transparent !important;
    border: none !important;
    color: white !important;
    margin-left: 0px !important;
}

.module25 .main2 .left_button1 span {
	position: absolute !important;
    margin-top: 10px;
    margin-left: 55px !important;
    color: white !important;
}
.module25 .main2 .left_button1 .mt10 {
	margin-top:35px;
}

.module25 .main2 .left_button1:hover img {
    content: url("https://demo07.eurotechstudy.eu/assets/images/left_button_g.svg");
	margin-right: 148px;
}
.module25 .main2 .left_button1 img {
	margin-right: 148px;
}

.module25 .main2 .left_button1:hover span {
	cursor:pointer;
    border: none;
    color: #0e218e !important;
    font-weight: 600;
}

.module25 .main2 .left_button1:hover {
    border: none;
	cursor:pointer;
}


.module25 .main2 .dropdown-menu {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    width: 0px;
    height: 0px;
}

.module25 .main2 textarea {
    margin-top: 20px;
    width: 98%;
    height: 160px;
    padding-top: 15px;
    padding-right: 20px;
    background-color: #0e218e;
    color: white;
    margin-left: 20px;
    border-radius: 25px;
    padding-left: 20px;
    font-size: 20px;
}

.module25 .main2 .position-relative img {
    position: absolute;
    top: 40px;
    right: 20px;
}

.module25 .main2 .s_title {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #0e218e;
}

.module25 .main2 .form-control31 {
    line-height: 70%;
    font-weight: 600;
    border: none;
    margin-left: -15px;
    margin-bottom: 11px;
    width: 210px;
    height: 42px;
    border-radius: 30px;
    background-color: #acb5d8;
    color: #0e218e;
    font-size: 15px;
	padding-right:20px;
    padding-left: 20px;
    padding-bottom: 15px;
}

.module25 .main2 .form-control31:hover {
    background-color: #0e218e;
    border: solid 3px #69da37;
    color: white;
    font-size: 15px;
    font-weight: 600;
	cursor:pointer;
}

.module25 .main2 .form-control32 {
    line-height: 94%;
    font-weight: 300;
    border: none;
    margin-left: 0px;
    width: 296px;
    height: 42px;
    border-radius: 30px;
    background-color: #0e218e;
    color: white;
    font-size: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
}

.module25 .main2 .form-control32:hover {
    background-color: #acb5d8;
    border: solid 3px #69da37;
    color: #0e218e !important;
    font-size: 15px;
    font-weight: 600;
	cursor:pointer;
}



.module25 .main2 .main22 {
    margin-top: 20px;
    padding-right: 19px;
    padding-left: 19px;
    padding-bottom: 26px;
    padding-top: 26px;
    background-color: #bac0d8;
    width: 93%;
    height: 340px;
    border-radius: 25px;
}

.module25 .main2 .main22 .btn {
	margin-bottom: 5px;
    display: flex;
    margin-top: 10px;
    line-height: 94%;
    font-weight: 300;
    border: none;
    width: 100%;
    height: 45px;
    border-radius: 30px;
    background-color: #7885c0;
    color: white;
    font-size: 17px;
    padding-left: 46px;
    text-align: left;
    flex-direction: row-reverse;
}

.module25 .main2 .main22 .btn:hover {
    background-color: #0e218e;
}

.module25 .main2 .main22 .btn:hover p:first-child {
	padding-right: 17px;
    margin-left: -38px;
    margin-top: -8px;
    padding-left: 15px;
    padding-bottom: 23px;
    background-color: white;
    color: #0e218e;
    padding-top: 10px;
}

.module25 .main2 .main22 .btn:hover img {
    content: url("https://demo07.eurotechstudy.eu/assets/images/circle_tik_g.svg");
}

.module25 .main2 .main22 .btn p:first-child {
    margin-right: 109px;
    padding-left: 15px;
    padding-bottom: 23px;
    padding-top: 10px;
    font-weight: 600;
    font-size: 20px;
    color: white;
    /* width: 19px; */
    background-color: #0e218e;
    border-radius: 17px;
    /* padding: 14px 10px; */
    margin-top: -8px;
    margin-left: -35px;
    padding-right: 17px;
}

.module25 .main2 .main22 .btn p:nth-child(2) {
    font-size: 20px;
    color: white;
    margin-top: 0px;
    margin-left: -100px;
    width: 95%;
    /* text-wrap: nowrap;*/
}
.module25 .main2 .main22 .nav-pills {
	direction: rtl;
    overflow-y: auto;
    max-height: 300px;
    flex-wrap: nowrap;
    display: flex;
}


.module25 .main2 .main22 .btn:hover + .form-check2:checked{
	content: url("https://demo07.eurotechstudy.eu/assets/images/circle_tik_b.svg");
	width: 20%;
    cursor: pointer;
    margin-top: -43px;
    margin-bottom: 15px;
    margin-left: 180px;
    width: 30px;
}

.module25 .main2 .main22 .form-check2:checked{
	content: url("https://demo07.eurotechstudy.eu/assets/images/circle_tik_g.svg");
	width: 20%;
	cursor: pointer;
    margin-top: -43px;
    margin-bottom: 15px;
    margin-left: 180px;
    width: 30px;
}


.module25 .main2 .main22 .form-check2 {
	margin-right: 15px;
    content: url(https://demo07.eurotechstudy.eu/assets/images/circle_plus_b.svg);
    width: 20%;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: -10px;
    cursor: pointer;
    margin-top: -43px;
    margin-bottom: 15px;
    margin-left: 180px;
    width: 30px;
}

.module25 .main2 .main22 .btn:hover + .form-check2 {
    content: url("https://demo07.eurotechstudy.eu/assets/images/circle_plus_g.svg");
    width: 20%;
    cursor: pointer;
    margin-top: -43px;
    margin-bottom: 15px;
    margin-left: 180px;
    width: 30px;
}

.module25 .main2 .main22 .tab-content {
	background-color: #0e218e;
	margin-left: 15px;
	width: 95%;
	height: 300px;
	border-radius: 15px;
}

.module25 .main2 .main22 .tab-content p:first-child {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
	background-color: white;
	color: #0e218e;
	padding: 0px 14px;
	border-radius: 15px;
	margin-left: 20px;
}

.module25 .main2 .main22 .tab-content p:nth-child(2) {
	font-size: 30px;
	color: white;
	font-weight: 600;
	margin-top: 13px;
	margin-left: 10px;
	margin-bottom: 0px;
}


.module25 .main2 .main22 .tab-content p:nth-child(3) {
	color: white;
	margin-left: 20px;
	margin-top: 25px;
}

.module25 .main2 .main22 .tab-content .sub_t2 {
	background-color: transparent !important;
	color: white !important;
	font-size: 20px !important;
	margin-top: 3px !important;
	margin-left: 3px !important;
	text-wrap: nowrap;
}
.module25 .main2 .main22 .tab-content .sub_t3 {
	margin-right: 0px;
	height: 161px;
	overflow-y: auto;
	font-size: 16px;
	color: white;
	padding: 13px 35px;
}




.module25 .main2 .main22 .tab-content .btn3 {
	background-color: #7885c0;
	height: 55px;
}

.module25 .main2 .main22 .tab-content .btn3:hover {
	background-color: #69da37;
	border: none;
	height: 55px;
}

.module25 .main2 .main22 .tab-content .btn3 p:first-child {
	background: transparent;
	margin-top: 5px;
	font-size: 15px;
	margin-left: -55px;
	margin-bottom: 5px;
}

.module25 .main2 .main22 .tab-content .btn3 p:nth-child(2) {
	background: transparent;
	font-size: 20px;
	color: #0e218e;
	margin-left: -35px;
	margin-top: -11px;
	margin-bottom: 5px;
}

.module25 .main2 .main22 .tab-content .mt25 {
	margin-top: -25px;
}

.module25 .main2 .main22 .btn3 .form-check-input2:checked {
	content: url("https://demo07.eurotechstudy.eu/assets/images/circle_tik_b.svg");
	width: 55%;
	cursor: pointer;
}


.module25 .main2 .main22 .btn3 .form-check-input2 {
	content: url("https://demo07.eurotechstudy.eu/assets/images/circle_plus_b.svg");
	width: 55%;
	border-radius: 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: 15px;
	margin-left: 15px;
	cursor: pointer;
}

.module25 .main2 .mt154 {
	margin-top: 130px;
}

.module25 .main2 .subtitle {
	margin-top: 40px;
	font-size: 23px !important;
	letter-spacing: -1px !important;
	color: #0e218e !important;
	font-weight: 500 !important;
}

.module25 .main2 .social {
	border-radius: 16px;
    display: flex;
    background-color: #f2f4f9;
    margin-left: -20px;
    height: 80px;
    border: none;
    font-size: 29px;
    color: #0e218e;
    font-weight: 600;
    width: 100%;
    letter-spacing: -1px;
    margin-top: 10px;
	cursor:pointer;
}

.module25 .main2 .social:hover,
.module25 .main2 .checked .social {
	background-color: #0e218e;
	color: white;
	border: none;
	padding-top:0px;
}

.module25 .main2 .scb {
	opacity: 0;
	pointer-events: none;
}

.module25 .main2 .social p {
	margin-top: 15px;
    margin-left: 15px;
}

.module25 .main2 .mt149 {
	margin-top: 127px;
}

.module25 .lastpage p:first-child {
	left: 56px;
	margin-top: 80px;
	font-style: normal;
	font-weight: 700;
	font-size: 103px;
	line-height: 96.5%;
	letter-spacing: -0.05em;
	background: linear-gradient(180deg, #051F91 0%, #FFFFFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	height: 38%;
}

.module25 .lastpage p:nth-child(2) {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 109.5%;
	letter-spacing: -0.05em;
	color: #051F91;
	margin-top: 0px;
	margin-left: 5px;
}

.module25 .lastpage button {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 94%;
	text-align: center;
	letter-spacing: -0.03em;
	color: #051F91;
	margin-left: 0px;
	margin-top: 50px;
	width: 209px;
	height: 70px;
	background: #6DDB17;
	border-radius: 22px;
	border: none;
}

.module25 .lastpage button:hover {
	background-color: #051F91;
	color: white;
}

.module25 .tab {
	display: none;
}

.module25 .step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #0e218d;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}

.module25 .step.active {
	opacity: 1;
}

.module25 .step.finish {
	background-color: #04AA6D;
}

.module25 .main2 .mt53 {
	margin-top: 53px;
}

.module25 .main2 .full:checked {
	content: url("https://demo07.eurotechstudy.eu/assets/images/uncover_tik.svg");
}

.module25 .main1 .divnew {
	display: flex;
	justify-content: space-between;
}

.module25 .main1 .divnew .imgg1 {
	justify-content: left;
	margin-left: 25px;
	margin-top: 10px;
}

.module25 .main1 .divnew .imgg2 {
	margin-top: 24px;
	line-height: 0%;
	justify-content: center;
	margin-left: -30px;
	padding-top: 17px;
	color: white;
	
}

.module25 .main1 .divnew .imgg3 {
	color: white;
	justify-content: right;
	font-size: 25px;
	font-weight: 600;
}

.module25 .main1 .vertical-line:last-child {
	margin-top: -16px;
}

.module25 .main1 .divnew .imgg2:last-child {
	padding-top: 25px;
}

.module25 .main2 .titleh3 {
	margin-top: 130px;
	font-weight: 700;
	font-size: 127px;
	line-height: 80%;
	letter-spacing: -0.05em;
	background: linear-gradient(180deg, #051F91 75.05%, rgba(5, 31, 145, 0) 105.31%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.module25 .main2 .titleh5 {
	font-weight: 600;
	font-size: 36px;
	line-height: 109.5%;
	letter-spacing: -0.05em;
	color: #051f91;
	padding-top: 20px;
}

.module25 .main2 .btncon {
	font-weight: 700;
	margin-left: 20px;
	width: 200px;
	height: 70px;
	border-radius: 20px;
	background-color: #69da37;
	color: #15238b;
	font-size: 25px;
}

/************************************************
	Module end
************************************************/

/************************************
	Module 26
*************************************/

.module26 {
	/*padding-top: 175px;*/
}

.module26 .title h3 {
	font-size: 70px;
	color: #051F91;
}

.module26 .box {
	margin-top: 30px;
	background: -webkit-linear-gradient(280deg, #6DDB17 25%, #ffffff 90%);
	border-radius: 50px;
	padding: 30px;
	text-align: center;
	
}

.module26 .box .title1 {
	font-size: 60px;
	color: #051F91;
	line-height: 65px;
	padding-bottom: 30px;
	font-weight: 700;
}

.module26 .box .title2 {
	color: #051F91;
	padding: 0 60px 30px;
}

/************************************
	Module 27
*************************************/

.module27 {
	/*padding-top: 150px;*/
}

.module27 .title {
	font-size: 50px;
	font-weight: 300;
	line-height: 152px;
	letter-spacing: -0.07em;
	text-align: left;
	padding-bottom: 30px;
}

.module27 .title h3 {
	font-size: 70px;
	color: #051F91;
}

.module27 .content {
	color: #051F91;
	font-size: 20px;
	line-height: 25px;
}

.module27 .buttons .button1 {
	margin: 20px 30px 20px 0;
	
}

.module27 .left {
	padding-right: 80px;
	
}

.module27 .right {
	padding-left: 80px;
	
}

.module27 img {
	border-radius: 50px;
	width: 100%;
	/*height: 100%;
	object-fit: cover;*/
}


/************************************
	Module 28
*************************************/

.module28 {
	/*padding-top: 175px;*/
}

.module28 .title1 h3 {
	font-size: 70px;
	color: #051F91;
}

.module28 .box {
	padding: 30px;
	text-align: center;
}

.module28 .box .title1 {
	font-size: 60px;
	color: #051F91;
	line-height: 65px;
	padding-bottom: 30px;
	font-weight: 700;
}

.module28 .box .title2 {
	color: #051F91;
	padding: 0 60px 30px;
}


/************************************
	Module 29
*************************************/

.module29 {
	/*padding-top: 175px;*/
	color: #051F91;
}

.module29 .title-big {
	text-align: center;
	padding: 0px 20px 10px;
}

.module29 .title {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
}

.module29 .title img {
	padding-right: 30px;
	width: 75px;
}

.module29 .text {
	margin: 30px 50px 40px 0;
}


/************************************
	Module 30
*************************************/

.module30 {
	color: #ffffff;
}

.module30 .title-big {
	padding-bottom: 50px;
	text-align: center;
}

.module30 .box {
	border-radius: 50px;
	padding: 20px 30px;
	margin-bottom: 40px;
	overflow: hidden;
	max-height: 450px;
	min-height: 450px;
}

.module30 .number {
	position: relative;
	border-radius: 30px;
	background: #828fc8;
	width: 50px;
	height: 50px;
	padding: 15px;
	color: #ffffff;
	left: calc(100% - 40px);
	font-size: 35px;
	font-weight: 700;
}

.module30 .title {
	font-size: 20px;
	background: -webkit-linear-gradient(280deg, #ffffff 50%, #6DDB17 95%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	line-height: 30px;
	/*padding-top: 10px;*/
}

.module30 .title img {
	padding-right: 30px;
	width: 100px;
}

.module30 .content {
	line-height: 20px;
	margin: 30px;
	color:#ffffff;
	font-size:15px;
}

.module30 .content2 {
	text-align: center;
    margin-bottom: 50px;
	color: #051F91;
	font-size: 50px;
	line-height: 25px;
}

/************************************
	Module 31
*************************************/

.module31 {
	/*padding-top: 175px;*/
	color: #ffffff;
}

.module31 .title-big {
	padding-bottom: 50px;
}

.module31 .box {
	border-radius: 50px;
	padding: 20px 30px;
	margin-bottom: 40px;
	overflow: hidden;
	max-height: 400px;
	min-height: 400px;
}
.module31 .box .text .content {
	
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	
}

.module31 .number {
	position: relative;
	border-radius: 30px;
	background: #828fc8;
	width: 50px;
	height: 50px;
	padding: 15px;
	color: #ffffff;
	left: calc(100% - 40px);
	font-size: 35px;
	font-weight: 700;
}

.module31 .title {
	font-size: 30px;
	background: -webkit-linear-gradient(280deg, #ffffff 50%, #6DDB17 95%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	line-height: 35px;
	padding-top: 10px;
}

.module31 .title img {
	padding-right: 30px;
	width: 100px;
}

.module31 .text {
	margin-top: 30px;
}

/************************************
	Module 32
*************************************/

.module32 {
	/*padding-top: 150px;*/
	position: relative;
}

.module32 .image {
	position: relative;
}

.module32 .image img {
	position: absolute;
	z-index: -1;
	width: 35%;
	right: 0px;
	top: -45px;
}

.module32 .title h3,
.module32 .title h1{
	font-size: 70px;
	color: #051F91;
	padding-right: 375px;
	line-height: 75px;
}

/************************************
	Module 33
*************************************/

.module33 {
	/*padding-top: 50px;*/
	position: relative;
	color: #6DDB17;
}

.module33 .icon {
	
}

.module33 .icon img {
	width: 75px;
	
}

.module33 .number {
	font-size: 100px;
	font-weight: 700;
}

.module33 .title {
	font-size: 30px;
	position: relative;
	top: -30px;
}


/************************************
	Module 34
*************************************/

.module34 {
	/*padding-top: 150px;*/
	position: relative;
}

.module34 .title h3,
.module34 .title h1{
	font-size: 70px;
	color: #051F91;
	padding-bottom: 50px
}

.module34 .categories {
	color: #051F91;
	background-color: #6DDB17;
	padding: 15px 10px 15px 25px;
	border-radius: 30px;
}

.module34 .categories .title {
	padding-left: 10px;
	font-size: 35px;
	font-weight: 700;
	padding-bottom: 20px;
}

.module34 .categories .title img {
	padding-right: 10px;
	width: 50px;
	height: 35px;
}

.module34 .categories .menus {
	font-size: 18px;
}

.module34 .categories .menus ul {
	padding: 0;
}

.module34 .categories .menus ul li {
	list-style: none;
	padding: 10px 0;
}

.module34 .categories .menus ul li a {
	color: #051F91;
	line-height: 30px;
	font-weight: 700;
	padding: 0 10px;
}

.module34 .categories .menus .active, .module34 .categories .menus ul li a:hover {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 10px;
}

.module34 .categories .menus ul li a img {
	width: 25px;
	height: 25px;
}

.module34 .blog {
	position: relative;
	margin-left: -17px !important;
}

.module34 .blog:hover {
	opacity: 80%;
	transition: 0.5s;
	cursor: pointer;
}

.module34 .blog .box {
	background-color: #6DDB17;
	position: absolute;
	border-radius: 28px;
	z-index: 100 !important;
	margin-left: 31px;
	margin-top: 24px;
	font-size: 18px;
	color: white;
	padding: 7px 15px;
}

.module34 .blog .title {
	position: absolute;
	z-index: 100 !important;
	color: white;
	line-height: 40px;
	letter-spacing: -1px;
	font-size: 35px;
	font-weight: 700;
	margin:-215px 35px 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.module34 .blog .image {
	border-radius: 45px;
	overflow: hidden;
	margin: 10px;
}

.module34 .blog .image img {
	object-fit: cover;
	height: 450px;
}

/************************************
	Module 35
*************************************/

.module35 {
	/*padding-top: 150px;*/
	position: relative;
}

.module35 .title h1,
.module35 .title h3{
	font-size: 70px;
	color: #051F91;
	padding-bottom: 50px
}

.module35 .nav-tabs {
	justify-content: flex-start;
}

.module35 .nav-tabs li {
	padding: 15px 0px;
}

.module35 .nav-tabs .nav-link-01 {
	background-color: #051F91;
	color: #fff;
	padding: 10px 15px;
	border-radius: 15px;
	margin: 0 15px;
	border: 0 solid #fff;
	font-weight: 500;
	font-size: 20px;
}

.module35 .nav-tabs .nav-link-01:hover {
	background-color: #47a300;
	color: #ffffff;
}

.module35 .nav-tabs .nav-link-01.active {
	background-color: #6DDB17;
	color: #ffffff;
}

.module35 .nav-tabs .nav-link-01.active .round {
	background: linear-gradient(180deg, rgba(5, 31, 145, 0.3) -65.62%, rgba(255, 255, 255, 0.379825) -65.61%, #051F91 41.45%);
	color: #47a300;
}

.module35 .nav-tabs .nav-link-01 .round {
	width: 30px;
	height: 30px;
	background: linear-gradient(180deg, #FFFFFF 0%, #6DDB17 100%);
	border-radius: 30px;
}

.module35 .nav-tabs .nav-link-01:hover .round {
	background: linear-gradient(180deg, rgba(5, 31, 145, 0.3) -65.62%, rgba(255, 255, 255, 0.379825) -65.61%, #051F91 41.45%);
	color: #47a300;
}


.module35 .tab-pane .box {
	position: relative;
}

.module35 .tab-pane .box .image {
	position: relative;
	padding-top: 30px;
}

.module35 .tab-pane .front .box .image .play {
	position: absolute;
	bottom: calc(50% - 100px);
	left: calc(50% - 100px);
}

.module35 .tab-pane .front .box .image .play img {
	width: 150px;
}

.module35 .tab-pane .front .box .title {
	position: absolute;
	bottom: -15px;
	font-size: 75px;
	color: #ffffff;
	line-height: 75px;
	font-weight: 700;
	padding: 60px;
	text-shadow: 1px 1px 0 #051F91,
	-1px 1px 0 #051F91,
	-1px -1px 0 #051F91,
	1px -1px 0 #051F91;
	opacity: 0.7;
}

.module35 .tab-pane .box .image .play {
	position: absolute;
	bottom: 60px;
	left: 160px;
}

.module35 .tab-pane .box .image img {
	border-radius: 60px;
}

.module35 .tab-pane .box .text {
	color: #051F91;
	text-align: center;
	font-size: 20px;
	padding: 20px 10px;
}

.module35 .tab-pane .box .text .title {
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 20px;
	height: 120px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.module35 .tab-pane .box .text .content {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}




.module36 {
	/*margin-top: 50px;*/
}

.module36 .container {
	position: relative;
	width: 100%;
	height: 50%;
	background: #051F91;
	border-radius: 70px;
}

.module36 .container .left {
	padding-top: 85px;
	padding-left: 75px;
	padding-right: 75px;
}
.module36 .container .left2 {
	padding-top: 85px;
	padding-left: 75px;
	padding-right: 75px;
}

.module36 .container .title h3,
.module36 .container .title h1{
	
	width: 100%;
	font-weight: 600;
	font-size: 120px;
	line-height: 83.5%;
	letter-spacing: -0.07em;
	margin-bottom: 35px;
	color: #ffffff;
	background-clip: text;
	
	
}

.module36 .input1,
.module36 button {
	text-align: left;
	width: 100%;
	height: 65px;
	border-radius: 27px;
	background-color: #1E359BFF;
	border: none;
	font-size: 20px;
	color: white;
	padding: 10px 25px;
	margin-bottom: 20px;
}

.module36 .input1::placeholder,
.module36 button {
	background-color: #1E359BFF;
	color: #8793c9;
}

.module36 .input1:hover::placeholder,
.module36 button span:hover {
	color: white;
	cursor: pointer;
}

.module36 .input1:hover,
.module36 button:hover {
	border: solid 3px #6DDB17;
	cursor: pointer;
	color: white;
	background-color: #1E359BFF;
}
.module36 .mt10{
	margin-top:10px;
}


.module36 button:hover span {
	color: white;
}

.module36 .form-check-input:checked {
	content: url("https://demo07.eurotechstudy.eu/assets/images/full_radio_button.svg");
}

.module36 .form-check-label {
	color: white;
	font-size: 24px;
	margin-top: -6px;
}

.module36 .form-check-label a u {
	color: white;
}

.module36 .form-check {
	margin-top: 45px;
}

.module36 .btn-secondary {
	display: flex;
	justify-content: space-between;
	padding-top: 16px;
}

.module36 .btn-secondary img {
	padding-top: 9px;
}

.module36 .btn-secondary .tik {
	padding-top: 6px;
}
.module36 .captcha {
    margin-top: 20px;
    padding-left: 40px;
}
.module36 .captcha img {
    width: 185px;
    margin: 0;
}
.module36 .dropdown-menu a {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    border-radius: 30px;
    height: 70px;
    padding-right: 40px;
}
.module36 .dropdown-item {
	background-color: white;
	color: #1E359BFF;
	font-weight: 500;
	margin-bottom: 0 !important;
	border: solid 3px #1E359BFF;
}

.module36 .dropdown-item:hover {
	background-color: #a0e668;
	color: #1E359BFF;
	font-weight: 500;
}

.module36 .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}

.module36 .dropdown:hover .btn-secondary {
	background-color: #1E359BFF;
}


.module36 .sgti {
	width: 38%;
	background: linear-gradient(180deg, #FFFFFF 0%, #6DDB17 100%);
	border-radius: 19px;
	text-align: center;
	border: none;
	color: #1E359BFF;
	font-weight: 900;
	margin-top: 34px;
	margin-bottom: 89px;
}


.module36 .sgti:hover {
	color: #1E359BFF !important;
	background: white;
	border: none;
	font-weight: 900;
}

.module36 .ulist {
	margin-top: 124px;
	color: white;
	list-style-type: none;
}

.module36 li {
	display: flex;
	margin-bottom: 25px;
	font-size: 20px;
}

.module36 li .ulist_content {
	align-items: center;
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 0px;
}

.module36 li .ulist_content p {
	font-size: 26px;
	margin-top: -21px;
	margin-bottom: 0;
	margin-left: -190px;
	font-weight: 600;
}

.module36 li .ulist6_span {
	margin-top: -17px;
	margin-left: 50px;
}

.module36 li .ulist6_span span {
	font-weight: lighter;
}

.module36 li p {
	padding-left: 5px;
}
.module36 textarea{
	width: 100%;
	height: 125px;
	background: #1e359b;
	border-radius: 27px;
	padding: 15px 25px;
	font-size: 25px;
	border: none;
}
.module36 textarea::placeholder{
	color: #8692c7;
	font-size: 25px;
}

.module36 textarea:hover{
	border: 3px solid #90e24e;
	padding: 15px 25px;
	cursor: pointer;
	color: white;
}
.module36 textarea:hover::placeholder {
	color: white;
}
.module36 .taimg {
	margin-top: -225px;
	margin-left: 750px;
}
/************************************
	Module End
*************************************/


/********************************************************
	CONTACT US
********************************************************/

.module37 {
	/*margin-top: 70px;*/
	margin-bottom: 70px;
}


.module37 .left {
	margin-left: -21px;
	color: #051F91;
}

.module37 .right {
	background: linear-gradient(180deg, #051F91 83.7%, rgba(5, 31, 145, 0) 150.92%);
	border-radius: 50px;
	padding: 35px 50px;
	height: 1040px;
}

.module37 .left .title h1 {
	margin-bottom: 65px;
	font-weight: 600;
	font-size: 110px;
	line-height: 110px;
	letter-spacing: -0.07em;
}

.module37 .left .info {
	margin-top: 30px;
}

.module37 .left .info .sub-title {
	font-weight: 600;
	font-size: 21px;
	margin-bottom: 15px;
}


.module37 .right .input,
.module37 .right button {
	width: 100%;
	margin-top: 5px;
	border-radius: 25px;
	font-size: 23px;
	padding: 15px 40px;
	background-color: #1e359b;
	color: white;
	cursor: pointer;
	border: 3px solid #051f91;
}


.module37 .right .input::placeholder,
.module37 .right .input span,
.module37 .right button span {
	color: #808cc5;
	
}

.module37 .right .input:hover::placeholder,
.module37 .right .input:hover span,
.module37 .right button:hover::placeholder,
.module37 .right button:hover span {
	color: #ffffff;
	
}

.module37 .right .input:hover,
.module37 .right button:hover {
	border: 3px solid #6cd917;
	color: white;
}

.module37 .right .form-check-label {
	color: white;
	font-size: 24px;
	margin-top: -6px;
}

.module37 .right .form-check {
	margin-top: 45px;
	width: 100%;
	margin-left: 0px;
}

.module37 .right .form-check-input:checked {
	content: url("https://demo07.eurotechstudy.eu/assets/images/full_radio_button.svg");
}

.module37 .right .form-check-label a u {
	color: white;
}

.module37 .btn-secondary {
	display: flex;
	justify-content: space-between;
	padding-top: 16px;
}

.module37 .right .btn-secondary img {
	padding-top: 12px;
}

.module37 .right .btn-secondary .tik {
	padding-top: 6px;
}

/* .module37 .right .dropdown-item { */
/* background-color: white; */
/* color: 	; */
/* font-weight: 500; */
/* margin-bottom: 0 !important; */
/* border: solid 3px #1E359BFF; */
/* } */

.module37 .right .dropdown-item:hover {
	background-color: #a0e668;
	color: #1E359BFF;
	font-weight: 500;
	border: solid 3px #1E359BFF;
}

/* .module37 .right .dropdown-menu { */
/* padding-top: 0; */
/* padding-bottom: 0; */
/* width: 100%; */
/* background: transparent; */

/* } */
.module37 .right .dropdown-menu a {
	border: solid 3px #0e218e;
    font-weight: 600;
    color: #1E359BFF;
    background-color: white;
    font-size: 25px;
    padding-top: 15px;
    padding-left: 20px;
    border-radius: 25px;
    height: 70px;
    width: 338%;
    padding-right: 40px;
}


/* .module37 .right .dropdown-item { */
/* margin-top: -3px; */
/* margin-left: 0px; */
/* height: 62px; */
/* width: 100%; */
/* } */

.module37 .right .btncu {
	margin-top: 20px;
	border: solid 3px #6ddb17;
	border-radius: 35px;
	width: 60%;
	font-size: 25px;
	letter-spacing: -0.03em;
	-webkit-background-clip: text;
	color: #6ddb17 !important;
	cursor: pointer;
}

.module37 .right .divcu {
	display: flex;
	justify-content: center;
}

.module37 .right .btncu:hover {
	background: #6ddb17 !important;
	border: solid 3px #ffffff;
	color: #1e359b !important;
	font-weight: 600;
}

.module37 .right .dropdown .tt1:hover,
.module37 .right .dropdown .tt3:hover,
.module37 .right .dropdown .tt4:hover,
.module37 .right .dropdown .tt5:hover {
	background: #6ddb17;
	color: #0e218e;
}

.module37 .right .hid {
	background-color:transparent;
	width: 0;
	height: 0;
	margin-top:-8px;
}
.module37 .right textarea::placeholder {
	color:#8081b9;
}

.module37 .right textarea:hover::placeholder {
	color:white;
	cursor:pointer;
}

.module37 .right textarea:hover {
	cursor: pointer;
}
.module37 .right textarea {
	padding-top: 15px;
    border: none;
    background-color: #1e359b;
    border-radius: 25px;
    width: 100%;
    margin-top: 5px;
    height: 100px;
    font-size: 25px;
    padding-left: 45px;
	color:white;
	padding-right:45px;
}
.module37 .right img#captcha {
	margin-top: 10px;
    padding-left: 28px;
    width: 175%;
}
.module37 .right .captcha {
	height: 60px;
    width: 50%;
    background-color: #0f218f;
    border-radius: 25px;
}

.module37 .right #userInput::placeholder{
	color:#8081b9;
}
.module37 .right #userInput:hover::placeholder{
	color:white;
	cursor:pointer;
}
.module37 .right #userInput{
	border: none;
    background-color: #1e359b;
    width: 100%;
    border-radius: 25px;
    height: 70px;
    padding-left: 15px;
    font-size: 25px;
    color: white;
    padding-right: 25px;
    cursor: pointer;
}
.module37 .right .dflx {
	display: flex;
}

/************************************ 
	Module 04
*************************************/
.module38 {
	/*padding-top: 150px;*/
}

.module38 .title h3,
.module45 .title h3{
	font-size: 70px;
	color: #051F91;
}



.module38 .content {
	color: #051F91;
	font-size: 25px;
	line-height: 35px;
	font-weight: 500;
}

.module38 .card {
	border: 0px solid rgba(255, 255, 255, 0.125);
}

.module38 .content-cart {
	position: relative;
	height: 500px;
	overflow: hidden;
	border-radius: 60px;
}

.module38 .content-cart img {
	position: absolute;
	border-radius: 60px;
	top: 25px;
}

.module38 .content-cart .card-image {
	border-radius: 20px;
}

.module38 .content-cart .card-body {
	position: absolute;
	top: 155px;
	background: linear-gradient(180deg, #FFFFFF -21.54%, rgba(5, 31, 145, 0.5) 18.18%, rgba(5, 31, 145, 0.5) 79.01%, #FFFFFF 129.05%);
	height: 350px;
	border-radius: 45px;
	backdrop-filter: blur(7px);
	padding: 10px 30px 0;
	width: 100%;
}

.module38 .content-cart .card-title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 28px;
	height: 70px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.module38 .content-cart .cart-btn {
	background-color: #6DDB17;
	color: #051F91;
	font-size: 20px;
	border-radius: 10px;
	display: block;
	padding: 7px 20px;
	text-align: center;
}

.module38 .content-cart .card-text img {
	position: unset;
	border-radius: 0px;
}

.module38 .content-cart .card-text .text {
	padding-left: 15px;
}

.module38 .content-cart .card-text ul {
	padding: 0px;
	height: 150px;
}

.module38 .content-cart .card-text ul li {
	list-style: none;
	color: #fff;
	padding-bottom: 15px;
	font-size: 18px;
}


/************************************
	Modul end
*************************************/



/************************************ 
	Module 43
*************************************/
.module43 {
    /*padding-top: 175px;*/
}

.module43 .highlighted {
    border: 2px solid #ff7b00;
    box-shadow: 0px 0px 10px 0px rgba(255,123,0,0.75);
    transition: border 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}

.module43 .image{
    position: relative;
    padding-top: 30px;
}

.module43 .image a{
    position: absolute;
    bottom: 30%;
    left: 45%;
}

.module43 .content{
    padding-top:30px;
	font-size: 18px;
}

.module43 .accordion {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.module43 .accordion .accordion-item.accg {
    border: 0;
    background-color: #6fdb1b;
    color: #051F91;
}

.module43 .accordion .accordion-item.accg .accordion-button {
    border: 0;
    background: linear-gradient(180deg, #FFFFFF -23.68%, #6DDB17 100%);
	
    color: #051F91;
    font-size: 30px;
    font-weight: 700;
}

.module43 .accordion .accordion-item.accb {
    border: 0;
    background-color: #051F91;
    color: #ffffff;
}

.module43 .accordion .accordion-item.accb .accordion-button {
    border: 0;
    background-color: #051F91;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}
.module43 .disabled-accordion{
	pointer-events:none;
    opacity:0.5;
}


.module43 table tr:first-child th:first-child  {
    border-top-left-radius: 10px;
}
.module43 table tr:first-child th:last-child  {
    border-top-right-radius: 10px;
}
.module43 table tr:last-child td:first-child  {
    border-bottom-left-radius: 10px;
}
    
.module43 table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.module43 table a {
    color:#000000;
	font-weight:700;
}
.module43 .table-success {
    --bs-table-bg: #ffffff;
    --bs-table-striped-bg: #ffffff;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ffffff;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ffffff;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #06a4d500;
}

.module43 .accordion-item.accb .table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: #c9c9c9;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.module43 .accordion-item.accg .table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: #c9c9c9;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}


.modal .purchase {
	position: absolute;
    top: 35%;
    left: 22%;
}

/************************************ 
	Module 44
*************************************/
.module44 {
    /*padding-top: 175px;*/
}
#module44  .container .title h3{
    width: 100%;
    font-weight: 600;
    font-size: 50px;
    line-height: 83.5%;
    letter-spacing: -0.07em;
    margin-bottom: 35px;
    color: #ffffff;
    background-clip: text;
}
#module44  .container .title h4{
    width: 100%;
    font-weight: 600;
    font-size: 35px;
    line-height: 83.5%;
    letter-spacing: -0.07em;
    margin-bottom: 35px;
    color: #ffffff;
    background-clip: text;
}

#module44 table tr:first-child th:first-child  {
    border-top-left-radius: 10px;
}
#module44 table tr:first-child th:last-child  {
    border-top-right-radius: 10px;
}
#module44 table tr:last-child td:first-child  {
    border-bottom-left-radius: 10px;
}
    
#module44 table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

#module44 table a {
    color:#000000;
	font-weight:700;
}
#module44 .table-success {
    --bs-table-bg: #ffffff;
    --bs-table-striped-bg: #ffffff;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ffffff;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ffffff;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #06a4d500;
}

#module44 .table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: #c9c9c9;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}



/************************************ 
	Module 45
*************************************/
.module45 {
    /*padding-top: 175px;*/
}

.module45 .card .card-body .card-title{
   font-size: 22px;
   height:50px;

   
}
.module45 .card .card-body .card-content{
   font-size: 16px;
   height:159px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color:#ffffff !important;
	cursor:pointer;
}
.module45 .card .card-body .cart-btn {
    margin-top: 30px;
}



/************************************ 
	Module 46
*************************************/

.module46 .box {
	border-radius:15px;
}
.module46 .content {
	padding:0px 20px 20px 20px;
	border: 0;
    color: #ffffff;
	font-size:18px;
}
.module46 .title-small {
	padding:20px 90px 25px 25px;
	border: 0;
    color: #ffffff;
}

/************************************ 
	Module 47
*************************************/
.module47 .box {
	border-radius:15px;
	margin-bottom: 15px;
}
.module47 .content {
	padding:20px;
	border: 0;
    color: #ffffff;
	font-size:18px;
}
.module47 .title-small {
	padding:20px 90px 25px 25px;
	border: 0;
    color: #ffffff;
}

/************************************ 
	Module 48
*************************************/
.module48 .box {
	border-radius:0px 15px 0px 0px;
	border-left: 5px solid #0e218e;
	background-color:#c7cdf0;
}
.module48 .box2 {
	border-radius:0px 0px 15px 0px;
	margin-bottom: 15px;
	border-left: 5px solid #69da36;
	background-color:#c2efad;
}
.module48 .content {
	padding:20px;
	border: 0;
	font-size:18px;
}
.module48 .title-small {
	padding:20px 90px 25px 25px;
	border: 0;
}



/************************************ 
	Module 49
*************************************/
.module49 {
    /*padding-top: 150px;*/
}

.module49 .content-text {
    font-size: 20px;
}

.module49 table tr:first-child th:first-child  {
    border-top-left-radius: 10px;
}
.module49 table tr:first-child th:last-child  {
    border-top-right-radius: 10px;
}
.module49 table tr:last-child td:first-child  {
    border-bottom-left-radius: 10px;
}
    
.module49 table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.module49 table tr th:nth-child(2){
	padding-left:105px;
}

.module49 table a {
    color:#000000;
	font-weight:700;
}
.module49 .table-success {
    --bs-table-bg: #6DDB17;
    --bs-table-striped-bg: #6DDB17;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #6DDB17;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #6DDB17;
    --bs-table-hover-color: #000;
    color: #ffffff;
    border-color: #06a4d500;
	font-weight:700;
	margin-top: 50px;
}

.module49 .table>:not(caption)>*>* {
	padding: 10px 40px;
    background-color: #051F91;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.module49 .table-striped>tbody>tr:nth-of-type(odd) {

    color: #000 !important;
}

.module49 tr {
    height: 60px;
    vertical-align: middle;
}

.module49 .box {
    background-color: #f2f3f9;
    border-radius: 30px;
    padding: 20px;
    margin: 20px 0;
}

.module49 .box table {
    border-collapse: separate;
    border-spacing: 20px 0;
}

.module49 .box th, .module49 .box td {
    margin: 0 10px;
    border: 0;
}

.module49 .box .th1-week td {
    background-color: #dadeef;
    border-radius: 40px 40px 0px 0px;
    text-align: center;
    height: 75px;
    padding-bottom: 25px;
    color: #051F91;
    font-size: 20px;
}

.module49 .box .th1-week .title {
    height: 75px;
    padding-bottom: 25px;
    color: #051F91;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -3px;
}

.module49 .box .title1 span {
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0px 12px 15px 2px #0000001A;
	
}

.module49 .box .th1-week span {
    background-color: #051F91;
    text-align: center;
    padding: 3px 7px;
    color: #ffffff;
    font-size: 12px;
    border-radius: 5px;
}

.module49 .box .td1-week td {
    background-color: #dadeef;
    text-align: center;
    height: 75px;
}

.module49 .box .span01 span {
    background-color: #5BD8FF;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 15px;
}

.module49 .box .span02 span {
    background-color: #6DDB17;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 15px;
}

.module49 .box .span03 span {
    background-color: #051F91;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 15px;
}

.module49 .box .td2-week td {
    background-color: #dadeef;
    text-align: center;
    border-radius: 0px 0px 40px 40px;
    height: 75px;
	width: 40%;
}



/************************************
	Module 50
*************************************/

.module50 {
	/*padding-top: 150px;*/
	position: relative;
}

.module50 .box{
	color: #051F91;
    background-color: #6DDB17;
    padding: 15px 10px 15px 25px;
    border-radius: 30px;	
}
.module50 .box .active,
.module50 .box button:hover{
	background-color: #0e218e;
	color: #fff ;
	font-weight:700;
	border-radius:20px;
}
.module50 .box button{
	color: #0e218e;
	font-weight:700;
	margin-top: 5px;
	text-align: start;
}
.module50 h3{
	text-align: center;
}
.module50 .box2 {
	padding-top:15px;
	font-size: 18px;
    font-weight: 500;
    color: #15238b;
	background-color: #fff;
}	
	

.module50 .title h3,
.module50 .title h1{
	font-size: 70px;
	color: #051F91;
	padding-bottom: 50px
}

.module50 .categories {
	color: #051F91;
	background-color: #6DDB17;
	padding: 15px 10px 15px 25px;
	border-radius: 30px;
}

.module50 .categories .title {
	padding-left: 10px;
	font-size: 35px;
	font-weight: 700;
	padding-bottom: 20px;
}

.module50 .categories .title img {
	padding-right: 10px;
	width: 50px;
	height: 35px;
}

.module50 .categories .menus {
	font-size: 18px;
}

.module50 .categories .menus ul {
	padding: 0;
}

.module50 .categories .menus ul li {
	list-style: none;
	padding: 10px 0;
}

.module50 .categories .menus ul li a {
	color: #051F91;
	line-height: 30px;
	font-weight: 700;
	padding: 0 10px;
}

.module50 .categories .menus .active, .module50 .categories .menus ul li a:hover {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 10px;
}

.module50 .categories .menus ul li a img {
	width: 25px;
	height: 25px;
}

.module50 .blog {
	position: relative;
	margin-left: -17px !important;
}

.module50 .blog:hover {
	opacity: 80%;
	transition: 0.5s;
	cursor: pointer;
}

.module50 .blog .box {
	background-color: #6DDB17;
	position: absolute;
	border-radius: 28px;
	z-index: 100 !important;
	margin-left: 31px;
	margin-top: 24px;
	font-size: 18px;
	color: white;
	padding: 7px 15px;
}

.module50 .blog .title {
	position: absolute;
	z-index: 100 !important;
	color: white;
	line-height: 40px;
	letter-spacing: -1px;
	font-size: 35px;
	font-weight: 700;
	margin:-215px 35px 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.module50 .blog .image {
	border-radius: 45px;
	overflow: hidden;
	margin: 10px;
}

.module50 .blog .image img {
	object-fit: cover;
	height: 450px;
}

.module50 .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: 0s;
}



/************************************
	Module 52
*************************************/
.module52 {
    /*padding-top: 175px;*/
}
#module52  .container .title h3{
    width: 100%;
    font-weight: 600;
    font-size: 50px;
    line-height: 83.5%;
    letter-spacing: -0.07em;
    margin-bottom: 35px;
    color: #ffffff;
    background-clip: text;
}
#module52  .container .title h4{
    width: 100%;
    font-weight: 600;
    font-size: 35px;
    line-height: 83.5%;
    letter-spacing: -0.07em;
    margin-bottom: 35px;
    color: #ffffff;
    background-clip: text;
}

#module52 table tr:first-child th:first-child  {
    border-top-left-radius: 10px;
}
#module52 table tr:first-child th:last-child  {
    border-top-right-radius: 10px;
}
#module52 table tr:last-child td:first-child  {
    border-bottom-left-radius: 10px;
}

#module52 table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

#module52 table a {
    color:#000000;
    font-weight:700;
}
#module52 .table-success {
    --bs-table-bg: #ffffff;
    --bs-table-striped-bg: #ffffff;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ffffff;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ffffff;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #06a4d500;
}

#module52 .table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: #c9c9c9;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}





/************************************ 
	Module Text 
*************************************/
.module-text {
    /*padding-top: 120px !important;*/
}
.module-text .image {
	padding-bottom: 30px;
}
.module-text .image img {
    border-radius:20px
}

.module-text .title h3,
.module-text .content h3,
.module-text .title h1{
	font-size:60px;
	font-weight: 700;
	color: #051F91;
}
.module-text .content b{
	color: #0417ab;
}
.module-text .content li{
	padding-bottom: 20px;
}

/************************************ 
	Module Image 
*************************************/
.module-image {
    /*padding-top: 120px !important;*/
}
.module-image .image img {
    border-radius:20px
}


/*********************************************************
	GET-INFO
*********************************************************/




/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fussion,
.la-ball-fussion > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-fussion {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-fussion.la-dark {
    color: #333;
}
.la-ball-fussion > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-fussion {
    width: 8px;
    height: 8px;
}
.la-ball-fussion > div {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: ball-fussion-ball1 1s 0s ease infinite;
       -moz-animation: ball-fussion-ball1 1s 0s ease infinite;
         -o-animation: ball-fussion-ball1 1s 0s ease infinite;
            animation: ball-fussion-ball1 1s 0s ease infinite;
}
.la-ball-fussion > div:nth-child(1) {
    top: 0;
    left: 50%;
    z-index: 1;
}
.la-ball-fussion > div:nth-child(2) {
    top: 50%;
    left: 100%;
    z-index: 2;
    -webkit-animation-name: ball-fussion-ball2;
       -moz-animation-name: ball-fussion-ball2;
         -o-animation-name: ball-fussion-ball2;
            animation-name: ball-fussion-ball2;
}
.la-ball-fussion > div:nth-child(3) {
    top: 100%;
    left: 50%;
    z-index: 1;
    -webkit-animation-name: ball-fussion-ball3;
       -moz-animation-name: ball-fussion-ball3;
         -o-animation-name: ball-fussion-ball3;
            animation-name: ball-fussion-ball3;
}
.la-ball-fussion > div:nth-child(4) {
    top: 50%;
    left: 0;
    z-index: 2;
    -webkit-animation-name: ball-fussion-ball4;
       -moz-animation-name: ball-fussion-ball4;
         -o-animation-name: ball-fussion-ball4;
            animation-name: ball-fussion-ball4;
}
.la-ball-fussion.la-sm {
    width: 4px;
    height: 4px;
}
.la-ball-fussion.la-sm > div {
    width: 6px;
    height: 6px;
}
.la-ball-fussion.la-2x {
    width: 16px;
    height: 16px;
}
.la-ball-fussion.la-2x > div {
    width: 24px;
    height: 24px;
}
.la-ball-fussion.la-3x {
    width: 24px;
    height: 24px;
}
.la-ball-fussion.la-3x > div {
    width: 36px;
    height: 36px;
}
/*
 * Animations
 */
@-webkit-keyframes ball-fussion-ball1 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: .35;
    }
}
@-moz-keyframes ball-fussion-ball1 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: .35;
    }
}
@-o-keyframes ball-fussion-ball1 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: .35;
    }
}
@keyframes ball-fussion-ball1 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: .35;
    }
}
@-webkit-keyframes ball-fussion-ball2 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}
@-moz-keyframes ball-fussion-ball2 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}
@-o-keyframes ball-fussion-ball2 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}
@keyframes ball-fussion-ball2 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}
@-webkit-keyframes ball-fussion-ball3 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: .35;
    }
}
@-moz-keyframes ball-fussion-ball3 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: .35;
    }
}
@-o-keyframes ball-fussion-ball3 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: .35;
    }
}
@keyframes ball-fussion-ball3 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: .35;
    }
}
@-webkit-keyframes ball-fussion-ball4 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}
@-moz-keyframes ball-fussion-ball4 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}
@-o-keyframes ball-fussion-ball4 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}
@keyframes ball-fussion-ball4 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}


















/************************************
	Blog detail
*************************************/

.blog-detail {
	padding-top: 150px;
}

.blog-detail .social-media ul {
	padding-left: 0;
}

.blog-detail .title {
	font-size: 50px;
	color: #051F91;
	font-weight: 700;
	line-height: 55px;
	padding: 30px 100px 50px 0;
	
}

.blog-detail .image {
	margin-right: 50px
}

.blog-detail .image img {
	border-radius: 30px;
	object-fit: cover;
	height: 300px;
	width: 100%;
}

.blog-detail .shot-text {
	font-size: 20px;
	color: #051F91;
}

.blog-detail .text {
	font-size: 20px;
	color: #051F91;
	padding-top: 50px;
	
}


.nav-tabs {
	border-bottom: 0px
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	
	border-color: #ffffff00 #ffffff00;
	border-bottom: 3px solid #6DDB17;
	opacity: 1;
	
}

.nav-link.active .text {
	color: #47a300;
}

.nav-tabs .nav-link {
	width: 230px;
	opacity: 0.6;
}

.nav-tabs .nav-link .text {
	height: 50px;
	color: #051f9166;
	font-weight: 700;
}

.nav-tabs .nav-link:hover {
	border-color: #ffffff00 #ffffff00;
	border-bottom: 3px solid #6DDB17;
	isolation: isolate;
	opacity: 1;
}

.nav-tabs .nav-link:hover .text {
	color: #47a300;
}


.card {
	border: 0px solid rgba(255, 255, 255, 0.125);
	
}

.content-cart {
	position: relative;
	height: 500px;
	overflow: hidden;
	border-radius: 60px;
}

.content-cart img {
	position: absolute;
	border-radius: 60px;
	top: 25px;
	
}

.content-cart .card-image {
	border-radius: 20px;
}

.content-cart .card-body {
	position: absolute;
	top: 155px;
	background: linear-gradient(180deg, #FFFFFF -21.54%, rgba(5, 31, 145, 0.5) 18.18%, rgba(5, 31, 145, 0.5) 79.01%, #FFFFFF 129.05%);
	height: 350px;
	border-radius: 45px;
	backdrop-filter: blur(7px);
	padding: 10px 30px 0;
	width: 100%;
}


.content-cart .card-title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 28px;
	height: 90px;
}

.content-cart .cart-btn,
.cart-btn{
	background-color: #6DDB17;
	color: #051F91;
	font-size: 20px;
	border-radius: 10px;
	display: block;
	padding: 7px 20px;
	text-align: center;
}

.content-cart .card-text img {
	position: unset;
	border-radius: 0px;
}

.content-cart .card-text .text {
	padding-left: 15px;
}

.content-cart .card-text ul {
	padding: 0px;
	height: 150px;
}

.content-cart .card-text ul li {
	list-style: none;
	color: #fff;
	padding-bottom: 15px;
	font-size: 18px;
}

/**** Footer ****/

.footer {
	background-color: #051F91;
	padding: 30px 100px;
	border-radius: 50px;
	min-height: 300px;
	margin-bottom: 50px;
	color: #ffffff;
	margin-top: 150px;
}

.footer .title {
	
	font-weight: 700;
	padding-bottom: 15px;
	font-size: 25px;
	
}

.footer .links ul {
	padding: 0;
	
}

.footer .links li {
	list-style: none;
	
}

.footer .links a {
	color: #ffffff;
	line-height: 30px;
	
}

.footer .links a:hover {
	color: #6DDB17;
	
}

.footer .footer-bottom .text {
	padding-left: 16px;
	border-left: 1px solid;
	margin-left: 19px;
}

.social-media ul {
	margin-bottom: 0;
}

.social-media li {
	list-style: none;
	display: inline-block;
	margin: 0 5px 0 0;
}

.social-media li img {
	height: 50px;
}


.fixed-sticky {
	position: sticky;
	z-index: 1030;
	top: 0px;
}


.capa {
	padding-top: 0px !important;
	margin-bottom: 0px;
}


.accb .accordion-button::after {
	flex-shrink: 0;
	width: 4.25rem;
	height: 2.25rem;
	margin-left: auto;
	content: "";
	background-image: url(https://demo07.eurotechstudy.eu/assets/images/accordion-icon-01.svg);
	background-repeat: no-repeat;
	background-size: 2.25rem;
	transition: transform .2s ease-in-out;
}

.accb .accordion-button:not(.collapsed)::after {
	background-image: url(https://demo07.eurotechstudy.eu/assets/images/accordion-icon-01.svg);
	transform: rotate(-180deg);
}

.accb .accordion-button::before {
	flex-shrink: 0;
	width: 4.25rem;
	height: 2.25rem;
	content: "";
	background-image: url(https://demo07.eurotechstudy.eu/assets/images/accordion-icon-07.svg);
	background-repeat: no-repeat;
	background-size: 2.25rem;
	transition: transform .2s ease-in-out;
}

.accb .accordion-button:not(.collapsed)::before {
	background-image: url(https://demo07.eurotechstudy.eu/assets/images/accordion-icon-08.svg);
}


.accg .accordion-button::after {
	flex-shrink: 0;
	width: 4.25rem;
	height: 2.25rem;
	margin-left: auto;
	content: "";
	background-image: url(https://demo07.eurotechstudy.eu/assets/images/accordion-icon-03.svg);
	background-repeat: no-repeat;
	background-size: 2.25rem;
	transition: transform .2s ease-in-out;
}

.accg .accordion-button:not(.collapsed)::after {
	background-image: url(https://demo07.eurotechstudy.eu/assets/images/accordion-icon-03.svg);
	transform: rotate(-180deg);
}

.accg .accordion-button::before {
	flex-shrink: 0;
	width: 4.25rem;
	height: 2.25rem;
	content: "";
	background-image: url(https://demo07.eurotechstudy.eu/assets/images/accordion-icon-05.svg);
	background-repeat: no-repeat;
	background-size: 2.25rem;
	transition: transform .2s ease-in-out;
}

.accg .accordion-button:not(.collapsed)::before {
	background-image: url(https://demo07.eurotechstudy.eu/assets/images/accordion-icon-06.svg);
}

.accordion-button:not(.collapsed) {
	
	box-shadow: inset 0 0 0 rgba(0, 0, 0, .125);
}


.title01 {
	padding-top: 175px;
}

.title01 .icon img {
	width: 150px;
	
}

.title01 .title-big {
	width: 400px;
	margin-left: 45px;
	line-height: 60px;
}

.title01 .title .title-big h3 {
	line-height: 60px;
}

.title01 .title-small {
	position: relative;
}

.title01 .title-small h4 {
	position: absolute;
	width: 150px;
	top: 20px;
	left: -10px;
}

.title01 .title .title-small h4 {
	position: relative;
	width: 100%;
	margin-left: 65px;
	top: -5px;
}


.mega-menu {
	background-color: #051F91;
	width: 1100px !important;
	
}

.mega {
	left: 10px;
	width: 475px;
}

.mega a {
	font-size: 15px !important;
}

.sub-mega {
	border-top: 0px solid !important;
	top: 15px !important;
	display: grid;
	grid-template-columns: 230px 230px 230px;
	padding: 10px;
	box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0) !important;
	height: -webkit-fill-available;
	cursor: auto;
}

.sub-mega .mymenu {
	height: fit-content;
}

.sub-mega .mymenu img {
	width: 210px;
	border-radius: 20px;
	height: 190px;
}

.sub-mega .mymenu .sub-mega-a {
	position: relative;
	text-align: center;
	
}

.sub-mega .mymenu .sub-mega-a span {
	position: absolute;
	top: 110px;
	left: 0px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	background-color: #051F91 !important;
	opacity: 0.7;
	height: 93px;
	padding: 10px 25px;
	width: 225px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.sub-mega > li > a:hover {
	background: none;
}

.anchor {
	margin-top: 50px;
}

.pdt-100 {
	padding-top: 100px;
}

.pdt-150 {
	padding-top: 150px;
}

.mobil {
	display: none;
}


.triangle-left {
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-right: 50px solid #555;
	border-bottom: 0px solid transparent;
}	

p{
	text-indent: 20px;
}


