body,
html {
    font-family: 'bahij', sans-serif;    
}

.header.-type-5 {
	background: rgb(13,31,60);
	background: linear-gradient(270deg, rgba(13,31,60,1) 30%, rgba(44,168,223,1) 100%);
}
.header.-type-5 .main_header_container {
	padding-top: 40px;
    padding-bottom: 40px;
}
.header__logo {
    background: #fff;
    padding: 20px;
    border-radius: 0px 0px 40px 40px;
    position: absolute;
    top: 0px;
}
.header__logo a {
	
}
.header__logo img {
	max-width: 150px;
}
.header.-type-5 .header-menu .menu {
	background-color: #fff;
    border-radius: 0px 25px 25px 0px;
}

.header .header-menu .menu__nav > li {
    padding: 5px 0;
}
.header .header-menu .menu__nav > li:first-child {
	border-radius: 0px 25px 25px 0px;
}
.header .header-menu .menu__nav > li.active {
	background-color: #2CA8DF;
	color: #fff;
}
.header .header-menu .menu__nav > li:hover {
	 color: var(--color-blue-dark);
	
}
.header .header-menu .menu__nav > li.active a {
	
	
}
.header .header-menu .menu__nav a {
	font-size: 20px;
	font-weight: bold;
	padding: 2px 16px;
}
.header .header-search {
	    height: 210px;
}
.header .header-search__field button {
	right: auto;
	left: 0;
}
.header .header-search__field .icon {
	left: auto;
	right: 0;	
}
.mainSlider.-type-1 .mainSlider__bg::after {
	opacity: 1;
	background-color: rgba(13,31,60,0.82);
    background: linear-gradient(270deg, rgba(13,31,60,0.9) 46%, rgb(13 96 133 / 70%) 100%);
}

.mainSlider.-type-1 .mainSlider__title.second_title {
	    margin-top: 20px;
    font-size: 75px;
    font-weight: 900;
}
.mainSlider.-type-1 .mainSlider__title span {

}

.mainSlider.-type-1 .mainSlider__items {
	padding-bottom: 80px;
    padding-top: 80px;
}
.mainSlider.-type-1 .mainSlider__items .mainSlider-item {
	background-color: rgb(45 87 156 / 38%);
    border-radius: 0px 80px 0px 80px;
    padding: 15px 30px;
    position: relative;
    width: min-content;
}
.mainSlider.-type-1 .mainSlider__items .mainSlider-item:before {
  content: '';
      width: 50%;
    height: 6px;
    background: #2CA8DF;
    position: absolute;
    top: 0px;
    left: 0px;
}
.mainSlider.-type-1 .mainSlider__items .mainSlider-item:after {
  content: '';
      width: 50%;
    height: 6px;
    background: #2CA8DF;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.mainSlider.-type-1 .mainSlider__items .mainSlider-item h4 {
	    font-size: 60px;
    word-spacing: 100vw;
    text-align: center;
    font-weight: bold;
    line-height: 70px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.home_contact {
	background: #2CA8DF;
}
.home_contact_form {
    justify-content: space-between;
    align-items: center;
    
}
.home_contact_form .form_col {

}
.home_contact_form .form_col.form_btn_col {

}
.home_contact_form .form_col.form_btn_col button{

}
.home_contact_form .form_col label {
	display: none;
}
form.home_contact_form .form_col input {
	    background-color: #fff;
    border-radius: 30px;
    font-size: 16px;
    padding: 12px 22px;
}

.get_started_section {

}
.get_started_section .sectionTitle__title{
	    font-size: 75px;
    font-weight: 800;
    line-height: 100px;
}
.get_started_section .sectionTitle__subtitle{
	font-size: 60px;
    font-weight: 800;
    line-height: 70px;
    background-image: linear-gradient(to top left, #fff 0%, #fff 78%, #2CA8DF 50%, #2CA8DF 89%);
    /* width: fit-content; */
    margin: auto;
    background-position: 370px 41px;
    background-repeat: no-repeat;
    min-height: 87px;
    padding: 0px 0px;
}
.get_started_section .sectionTitle__subtitle:after {
	 /* content: '';
    width: 100%;
    height: 60px;
    background: #2CA8DF;
    position: absolute;
    bottom: 0px;
    right: 0px;*/
}
.get_started_section .sectionTitle__text{
	font-size: 26px;
    font-weight: 600;
    line-height: 34px;
}

.pack_started_section {
	background-image:url("/images/pack_bg.png");
	    background-repeat: no-repeat;
    background-position: center;
}

.pack_started_section_inner {
	
}

.pack_started_section .sectionTitle__title{
	font-size: 75px;
    font-weight: 800;
    line-height: 100px;
}

.pack_started_section .section_body {

}
.pack_started_section .pack_started_img {

}
.pack_started_section .pack_started_img img{

}

.facts_section {
	text-align: center;
}
.facts_section .sectionTitle__title {
	    font-size: 75px;
    font-weight: 800;
    line-height: 100px;
        border-bottom: 5px solid;
    border-image-source: linear-gradient(90deg, rgba(255,255,255,1) 17%, rgba(44,168,223,1) 31%, rgba(13,31,60,1) 100%);
    border-image-slice: 1;
    border-width: 5px;
}
.facts_section .fact_item {
	border-left: 3px solid;
	border-image-source: linear-gradient(0deg, rgba(4,18,53,1) 25%, rgba(12,109,192,1) 100%);
    border-image-slice: 1;
    border-width: 3px;
}
.facts_section .fact_item:last-child {
	border-left: none;
}
.facts_section .coursesCard.-type-3 .coursesCard__icon {
	background: none;
    border-radius: 0px;
}
.facts_section .coursesCard.-type-3:hover .coursesCard__icon {
  background-color:transparent !important;
}
.facts_section .coursesCard.-type-3 .coursesCard__title {

}
.facts_section .join_button {
    margin-top: -25px;
}

.testimonials_section {

}

.testimonials_section .container{
	position: relative;
}
.testimonials_section .sectionTitle__title {
	font-size: 75px;
    font-weight: 800;
    line-height: 100px;
    
}

.testimonials_section .testimonials.-type-2 {
	border: 12px solid;
    padding: 40px;
    border-radius: 50px;
    border-color: var(--color-blue-light);
        margin: 15px;
}
.testimonials_section .testimonials.-type-2 .testimonials__icon {
	position: absolute;
    left: 50px;
    top: -33px;
    background: #fff;
    padding: 10px;
 }
 .testimonials_section .testimonials.-type-2 .testimonials__icon img {
	width: 60px;
 }
 .testimonials_section .testimonials.-type-2 .testimonials__icon_bottom {
	position: absolute;
    right: 50px;
    bottom: -33px;
    background: #fff;
    padding: 10px;
 }
 .testimonials_section .testimonials.-type-2 .testimonials__icon_bottom img {
 	width: 60px;
 }
.testimonials_section .testimonials.-type-2 .testimonials__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonials_section .testimonials__text_inner {
	width: -webkit-fill-available;
}
.testimonials_section .testimonials__author_img {
	padding-right: 30px;
}
.testimonials_section .testimonials__author_img img {
	   width: 220px;
	     border: 8px solid;
    	border-radius: 100%;
    	border-color: var(--color-blue-dark);
}

.testimonials_section .testimonials.-type-2 .testimonials__author {
	    margin-top: 20px;
}

.testimonials_bottom_img {
    position: absolute;
    bottom: -120px;
    left: 85px;
}
.testimonials_bottom_img img {
	
}

.home_banner_section {

}
.home_banner_section .home_banner_section_btn {
	
}



.footer.-type-1 .footer-header {

}

.footer.-type-1 .footer-header .footer-header__logo{
	
}

.footer.-type-1 .footer-header .footer-header__logo img{
	width: 200px;
}

.footer.-type-1 .footer-header {
	
}

.breadcrumbs {
	background-color: transparent;
}

.page-header.-type-1 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.priceCard.-type-1 {
	border-radius: 0px 80px 0px 80px;
	position: relative;
}
.priceCard.-type-1:before {
    content: '';
    width: 60%;
    height: 10px;
    background: #2CA8DF;
    position: absolute;
    top: 0px;
    left: 0px;
}
.priceCard.-type-1:after {
    content: '';
    width: 60%;
    height: 10px;
    background: #2CA8DF;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.priceCard.-type-1 .priceCard__type {
	
}
.priceCard.-type-1 .priceCard__price {
	
}
.priceCard.-type-1 .priceCard__period {
	
}
.priceCard.-type-1 .priceCard__img {
	width: 140px;
}
.priceCard_items_list {
	
}
.priceCard_items_list .priceCard_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: var(--color-blue-dark);
}
.priceCard_items_list .priceCard_item_icon {

}
.priceCard_items_list .priceCard_item_title {
	margin-left: auto;
}
.priceCard_items_list .priceCard_item_value {
    font-size: 20px;
    font-weight: 600;
}

.white_round_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
}


