@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@200;300;400;500;600;700&display=swap");
body {
	margin: 0;
	padding: 0;
	font-family: "Bai Jamjuree", sans-serif;
	position: relative;
}

html {
	font-family: "Bai Jamjuree", sans-serif;
	scroll-behavior: smooth;
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
	box-sizing: border-box;
}

a {
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}
a:hover {
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}

i {
	transition: all 0.3s ease-out 0s;
}

button {
	transition: all 0.3s ease-out 0s;
}

.row-no-gutter {
	margin: 0;
}
.row-no-gutter > * {
	padding: 0;
}

.row-5-gutter {
	margin-left: -5px;
	margin-right: -5px;
}
.row-5-gutter > * {
	padding-left: 5px;
	padding-right: 5px;
}

.row-small-gutter {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.row-small-gutter > * {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.row-middle-gutter {
	margin-left: -20px;
	margin-right: -20px;
}
.row-middle-gutter > * {
	padding-left: 20px;
	padding-right: 20px;
}

.row-large-gutter {
	margin-left: -50px;
	margin-right: -50px;
}
.row-large-gutter > * {
	padding-left: 50px;
	padding-right: 50px;
}

.row-10-gutter {
	margin-left: -10px;
	margin-right: -10px;
}
.row-10-gutter > * {
	padding-left: 10px;
	padding-right: 10px;
}

header .header .header1 {
	background: url(https://dubaidedilokulu.com/wp-content/themes/ddo/assets/img/header1.jpg) no-repeat center center fixed;
	background-size: cover;
	height: 650px;
	padding-top: 25px;
	position: relative;
}
header .header .header1 .mobileMenu {
	display: none;
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 40px;
	color: #fff;
}
header .header .header1 .logo {
	display: table;
	margin: 0 auto;
}
header .header .header1 .logo img {
	height: 60px;
}
header .header .header1 .menu ul {
	margin: 0;
	padding: 0;
	display: flex;
}
header .header .header1 .menu ul li {
	list-style: none;
	margin-right: 15px;
	position: relative;
}
header .header .header1 .menu ul li a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
header .header .header1 .menu ul li a:hover {
	color: #3fa9f5;
}
header .header .header1 .menu ul li ul {
	display: none;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #3fa9f5;
	position: absolute;
	top: 40px;
	width: 200px;
	left: 0;
	z-index: 999;
	border-radius: 15px;
}
header .header .header1 .menu ul li ul li {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}
header .header .header1 .menu ul li ul li a {
	display: block;
	color: #3fa9f5;
}
header .header .header1 .menu ul li ul li:last-child {
	margin-bottom: 0px;
}
header .header .header1 .menuRight {
	display: flex;
	align-items: center;
	float: right;
	font-size: 16px;
}
header .header .header1 .menuRight .getOffer {
	margin-left: 15px;
}
header .header .header1 .menuRight .getOffer a {
	cursor: pointer;
	display: block;
	background-color: #ffa912;
	padding: 7px 30px;
	color: #fff;
	border-radius: 50px;
	font-weight: 700;
	text-transform: uppercase;
}
header .header .header1 .menuRight .getOffer a:hover {
	background-color: #3fa9f5;
}
header .header .header1 .menuRight .files {
	margin-left: 15px;
}
header .header .header1 .menuRight .files a {
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}
header .header .header1 .menuRight .files a:hover {
	color: #3fa9f5;
}
header .header .header1 .menuRight .languageBar {
	margin-left: 15px;
}
header .header .header1 .menuRight .languageBar a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}
header .header .header1 .menuRight .languageBar a:hover {
	color: #3fa9f5;
}
header .header .header1 .headerSlider {
	position: absolute;
	top: 200px;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 550px;
	border-radius: 60px;
	z-index: 9;
}
header .header .header1 .headerSlider .sliderOnButtons {
	float: right;
	display: flex;
	margin-top: -50px;
}
header .header .header1 .headerSlider .sliderOnButtons .button {
	margin-left: 20px;
}
header .header .header1 .headerSlider .sliderOnButtons .button a {
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
header .header .header1 .headerSlider .sliderOnButtons .button a:hover {
	color: #3fa9f5;
}
header .header .header1 .headerSlider .sliderOnButtons .button a i {
	color: #13e099;
}
header .header .header1 .headerSlider .headerCarousel .singleSlide img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 550px;
	border-radius: 60px;
}
header .header .header1 .headerSlider .headerCarousel .swiper-pagination {
	z-index: 99;
	bottom: 40px;
}
header .header .header1 .headerSlider .headerCarousel .swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 2px solid #3fa9f5;
	position: relative;
	z-index: 3;
}
header .header .header1 .headerSlider .headerCarousel .swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	left: 20%;
	top: 1.5px;
	background-color: #3fa9f5;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
header .header .header1 .headerSlider .headerCarousel .slideText {
	margin: 20px 75px;
	padding-bottom: 75px;
	margin-top: 120px;
}
header .header .header1 .headerSlider .headerCarousel .slideText .headerTextSlide {
	color: #003977;
	font-size: 50px;
	font-weight: 700;
	line-height: 55px;
}
header .header .header1 .headerSlider .headerCarousel .slideText .headerTextSlide2 {
	font-size: 1.1rem;
	color: #6c6c6c;
	margin-top: 25px;
}
header .header .header1 .headerSlider .headerCarousel .slideText .headerTextImage img {
	width: 100%;
}
header .header .header1 .headerSlider .headerCarousel .slideText .slideButton {
	margin-top: 40px;
}
header .header .header1 .headerSlider .headerCarousel .slideText .slideButton .offerButton a {
	cursor: pointer;
	color: #ffa912;
	text-transform: uppercase;
	font-weight: 700;
}
header .header .header1 .headerSlider .headerCarousel .slideText .slideButton .offerButton a:hover {
	color: #3fa9f5;
}
header .header .header1 .headerSlider .headerCarousel .slideText .slideButton .offerButton a:hover i {
	background-color: #3fa9f5;
}
header .header .header1 .headerSlider .headerCarousel .slideText .slideButton .offerButton a i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	background-color: #ffa912;
	color: #fff;
	border-radius: 50px;
}
header .header .header1 .headerSlider .headerCarousel .slideText .slideButton .contactButton a {
	color: #3fa9f5;
	text-transform: uppercase;
	font-weight: 700;
}
header .header .header1 .headerSlider .headerCarousel .slideText .slideButton .contactButton a:hover {
	color: #ffa912;
}
header .header .header1 .headerSlider .headerCarousel .slideText .slideButton .contactButton a:hover i {
	background-color: #ffa912;
}
header .header .header1 .headerSlider .headerCarousel .slideText .slideButton .contactButton a i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	background-color: #3fa9f5;
	color: #fff;
	border-radius: 50px;
}
header .header .header1 .otherHeader {
	position: absolute;
	top: 200px;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 426px;
	z-index: 9;
	-webkit-border-top-left-radius: 60px;
	-webkit-border-top-right-radius: 60px;
	-moz-border-radius-topleft: 60px;
	-moz-border-radius-topright: 60px;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
}
header .header .header1 .otherHeader .sliderOnButtons {
	float: right;
	display: flex;
	margin-top: -50px;
}
header .header .header1 .otherHeader .sliderOnButtons .button {
	margin-left: 20px;
}
header .header .header1 .otherHeader .sliderOnButtons .button a {
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
header .header .header1 .otherHeader .sliderOnButtons .button a:hover {
	color: #3fa9f5;
}
header .header .header1 .otherHeader .sliderOnButtons .button a i {
	color: #13e099;
}
header .header .header1 .otherHeader .corporateHeaderImage {
	padding-left: 50px;
}
header .header .header1 .otherHeader .corporateHeaderImage img {
	height: auto;
}
header .header .header1 .otherHeader .corporateHeaderText {
	color: #6c6c6c;
	font-size: 15px;
}
header .header .header1 .otherHeader .otherHeaderImage {
	position: Relative;
}
header .header .header1 .otherHeader .otherHeaderImage .otherHeaderPlay {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 70px;
	padding: 3px;
	width: 100px;
	height: 100px;
	background-color: #3fa9f5;
}
header .header .header1 .otherHeader .otherHeaderImage img {
	width: 100%;
	height: 426px;
	-o-object-fit: cover;
	object-fit: cover;
	border-top-left-radius: 60px;
}
header .header .header1 .otherHeader .otherHeaderImage img.fullRadius {
	-webkit-border-top-left-radius: 60px;
	-webkit-border-top-right-radius: 60px;
	-moz-border-radius-topleft: 60px;
	-moz-border-radius-topright: 60px;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
}
header .header .header1 .otherHeader .otherHeaderImage:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	height: 200px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #003977 99%);
}
header .header .header1 .otherHeader .otherHeaderImage .otherHeaderTitle {
	position: absolute;
	left: 50px;
	bottom: 40px;
	z-index: 99;
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
header .header .header1 .otherHeader .otherHeaderImage .otherHeaderTitle.fullCenter {
	bottom: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #121fcf;
	background: linear-gradient(to right, #3fa9f5 0%, #003977 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}
header .header .header1 .otherHeader .otherHeaderImage .otherHeaderTitle2 {
	position: absolute;
	left: 50px;
	bottom: 100px;
	z-index: 99;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
}
header .header .header1 .otherHeader .otherHeaderImage .otherHeaderTitle2 a {
	color: #fff;
}
header .header .header1 .otherHeader .otherHeaderPrice {
	background-color: #3fa9f5;
	border-top-right-radius: 60px;
	height: 600px;
	padding: 30px 0px;
}
header .header .header1 .otherHeader .otherHeaderPrice .headerPriceBig {
	font-size: 40px;
	text-align: center;
	font-weight: 700;
	color: #fff;
}
header .header .header1 .otherHeader .otherHeaderPrice .headerPriceApply {
	margin-top: 20px;
}
header .header .header1 .otherHeader .otherHeaderPrice .headerPriceApply a {
	cursor: pointer;
	display: table;
	padding: 15px 55px;
	background-color: #fff;
	color: #3fa9f5;
	margin: 0 auto;
	border-radius: 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}
header .header .header1 .otherHeader .otherHeaderPrice .headerPriceItem {
	margin-top: 30px;
	margin-left: 45px;
}
header .header .header1 .otherHeader .otherHeaderPrice .headerPriceItem ul {
	margin: 0;
	padding: 0;
}
header .header .header1 .otherHeader .otherHeaderPrice .headerPriceItem ul li {
	list-style: none;
	margin-bottom: 20px;
}
header .header .header1 .otherHeader .otherHeaderPrice .headerPriceItem ul li .label {
	font-size: 18px;
	font-weight: 700;
	color: #003977;
}
header .header .header1 .otherHeader .otherHeaderPrice .headerPriceItem ul li .value {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
header .header .header2 {
	background: url(https://dubaidedilokulu.com/wp-content/themes/ddo/assets/img/header2.jpg) no-repeat center top fixed;
	background-size: cover;
	height: 700px;
	background-position: center 20%; /* Yüksekliğinize göre değeri ayarlayabilirsiniz */
}

main {
	position: relative;
}
main.home {
	margin-top: -450px;
	color: #fff;
}
main.home .class .classTitle1 {
	display: table;
	margin: 0 auto;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	position: relative;
	background-color: #3fa9f5;
	padding: 0px 60px;
}
main.home .class .classTitle2 {
	display: table;
	margin: 0 auto;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	position: relative;
	background-color: #003977;
	padding: 0px 60px;
}
main.home .class .subClass {
	margin-top: 150px;
}
main.home .class .subClass .classItem {
	background-color: #fff;
	padding: 20px;
}
main.home .class .subClass .classItem .classImage img {
	width: 100%;
	height: 280px;
	-o-object-fit: cover;
	object-fit: cover;
}
main.home .class .subClass .classItem .className {
	color: #003977;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
}
main.home .classDetail {
	width: 700px;
	margin: 0 auto;
	margin-top: 50px;
}
main.home .classDetail .classDetailTitle {
	color: #003977;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}
main.home .classDetail .classDetailDescription {
	font-size: 16px;
	color: #6c6c6c;
	text-align: center;
	margin-top: 10px;
}
main.home .classDetail .classDetailImageContact {
	margin-top: 40px;
}
main.home .classDetail .classDetailImageContact .classDetailImage img {
	width: 100%;
	height: 60px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
main.home .classDetail .classDetailImageContact .classDetailContactButton a {
	display: block;
	height: 60px;
	width: 100%;
	background-color: #3fa9f5;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
main.home .jobs {
	background-color: #e5f4ff;
	padding: 15px 30px;
	border: 1px solid #3fa9f5;
	border-radius: 15px;
	margin-top: 50px;
}
main.home .jobs .jobTitle {
	color: #003977;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
main.home .jobs .jobDescription {
	color: #6c6c6c;
	margin-top: 10px;
	font-size: 15px;
}
main.home .services {
	background-color: #b8dffc;
	margin-top: 75px;
	padding: 40px 0px;
}
main.home .services .servicesList {
	width: 80%;
	background-color: #fff;
	padding: 25px 50px;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0px 3px 20px rgba(63, 169, 245, 0.3058823529);
	border-radius: 10px;
	cursor: pointer;
}
main.home .services .servicesList .servicesListTitle {
	color: #3fa9f5;
	font-weight: 700;
	font-size: 19px;
}
main.home .services .servicesList .servicesListDescription {
	color: #6c6c6c;
	margin-top: 15px;
	font-size: 17px;
}
main.home .services .servicesList:last-child {
	margin-bottom: 0px;
}
main.home .services .servicesImage img {
	width: 100%;
	height: auto;
}
main.home .period {
	margin-top: 40px;
}
main.home .period .periodTitle {
	font-size: 50px;
	color: #003977;
	font-weight: 700;
	text-transform: uppercase;
}
main.home .period .periodImage img {
	width: 100%;
	height: auto;
}
main.home .period .periodItem {
	margin-top: 60px;
}
main.home .period .periodItem ul {
	margin: 0;
	padding: 0;
}
main.home .period .periodItem ul li {
	list-style: none;
	color: #3fa9f5;
	font-weight: 700;
	font-size: 21px;
	display: flex;
	align-items: center;
	margin-top: 30px;
}
main.home .period .periodItem ul li .number {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 5px 10px rgba(63, 169, 245, 0.231372549);
	margin-right: 10px;
	color: #003977;
}
main.home .period .periodItem ul li .title {
	flex: 1;
}
main.home .period .periodItem ul li .title a {
	color: #003977;
}
main.home .lessonDetail {
	position: relative;
}
main.home .lessonDetail:after {
	content: "";
	background: url(https://dubaidedilokulu.com/wp-content/themes/ddo/assets/img/lesson-bg.png) no-repeat center top;
	background-size: cover;
	height: 600px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
main.home .lessonDetail .lessonsItem {
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}
main.home .lessonDetail .lessonsItem ul {
	margin: 0;
	padding: 0;
}
main.home .lessonDetail .lessonsItem ul li {
	list-style: none;
	background-color: #fff;
	color: #3fa9f5;
	display: table;
	padding: 20px 30px;
	margin-bottom: 20px;
	font-weight: 700;
	border-radius: 50px;
	font-size: 20px;
}
main.home .lessonDetail .lessonsItem ul li.mL {
	margin-left: -50px;
}
main.home .lessonDetail .lessonsItem ul li.mR {
	margin-left: 50px;
}
main.home .lessonDetail .lessonServices {
	background: url(https://dubaidedilokulu.com/wp-content/themes/ddo/assets/img/city.png) no-repeat center top;
	background-size: cover;
	margin-top: 100px;
	padding-top: 100px;
	background-size: 100%;
	position: relative;
}
main.home .lessonDetail .lessonServices .leftArrow {
	position: absolute;
	left: -300px;
	top: -100px;
}
main.home .lessonDetail .lessonServices .lessonServicesTitle1 {
	color: #003977;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
main.home .lessonDetail .lessonServices .lessonServicesTitle2 {
	color: #3fa9f5;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
main.home .lessonDetail .lessonServices .iconBox {
	width: 220px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	box-shadow: 0px 3px 6px rgba(63, 169, 245, 0.2196078431);
	background-color: #fff;
	border-radius: 50%;
	color: #3fa9f5;
	font-size: 70px;
	transition: all 0.3s ease-out 0s;
	display: table;
	margin: 0 auto;
}
main.home .lessonDetail .lessonServices .iconBox:hover {
	box-shadow: 0px 3px 6px #003977;
	transition: all 0.3s ease-out 0s;
}
main.home .lessonDetail .lessonServices .iconBox:hover svg path {
	transition: all 0.3s ease-out 0s;
	fill: #003977;
}
main.home .lessonDetail .lessonServices .iconTitle {
	color: #003977;
	margin-top: 15px;
	font-weight: 700;
	font-size: 17px;
	text-align: center;
}
main.home .lessonDetail .lessonDetailBottom {
	margin-top: -140px;
}
main.home .lessonDetail .lessonDetailBottom .lessonDetailBottomImage {
	position: relative;
}
main.home .lessonDetail .lessonDetailBottom .lessonDetailBottomImage .ballon {
	position: absolute;
	left: -250px;
	top: 35px;
}
main.home .lessonDetail .lessonDetailBottom .lessonDetailBottomImage .ballon span {
	width: 150px;
	position: absolute;
	left: 75px;
	top: 75px;
	text-align: center;
	font-size: 22px;
}
main.home .lessonDetail .lessonDetailBottom .lessonDetailBottomImage .woman img {
	border-radius: 50%;
	width: 550px;
	height: 550px;
	-o-object-fit: cover;
	object-fit: cover;
}
main.home .lessonDetail .lessonDetailBottom .lessonDetailRight .lessonDetailBottomText {
	color: #6c6c6c;
	font-size: 20px;
}
main.home .lessonDetail .lessonDetailBottom .lessonDetailRight .offerButton {
	margin-top: 20px;
}
main.home .lessonDetail .lessonDetailBottom .lessonDetailRight .offerButton a {
	cursor: pointer;
	display: table;
	font-size: 17px;
	background-color: #ffa912;
	color: #fff;
	padding: 9px 40px;
	border-radius: 50px;
	font-weight: 700;
	text-transform: uppercase;
}
main.home .lessonDetail .lessonDetailBottom .lessonDetailRight .contactButton {
	margin-top: 20px;
}
main.home .lessonDetail .lessonDetailBottom .lessonDetailRight .contactButton a {
	display: table;
	font-size: 16px;
	background-color: #3fa9f5;
	color: #fff;
	padding: 9px 40px;
	border-radius: 50px;
	font-weight: 700;
	text-transform: uppercase;
}
main .mainItem {
	position: relative;
	z-index: 99;
	margin-top: 30px;
	color: #6c6c6c;
}
main .mainItem .mobilePrice {
	display: none;
	background-color: #3fa9f5;
	color: #fff;
	width: 100%;
	padding: 30px;
	margin-bottom: 15px;
}
main .mainItem .mobilePrice .headerPriceBig {
	font-size: 40px;
	text-align: center;
	font-weight: 700;
	color: #fff;
}
main .mainItem .mobilePrice .headerPriceApply {
	margin-top: 20px;
}
main .mainItem .mobilePrice .headerPriceApply a {
	cursor: pointer;
	display: table;
	padding: 15px 55px;
	background-color: #fff;
	color: #3fa9f5;
	margin: 0 auto;
	border-radius: 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}
main .mainItem .mobilePrice .headerPriceItem {
	margin-top: 30px;
	margin-left: 25px;
}
main .mainItem .mobilePrice .headerPriceItem ul {
	margin: 0;
	padding: 0;
}
main .mainItem .mobilePrice .headerPriceItem ul li {
	list-style: none;
	margin-bottom: 20px;
}
main .mainItem .mobilePrice .headerPriceItem ul li .label {
	font-size: 18px;
	font-weight: 700;
	color: #003977;
}
main .mainItem .mobilePrice .headerPriceItem ul li .value {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
main .mainItem .map iframe,
main .mainItem .map embed {
	width: 100%;
	height: 480px;
	border-radius: 15px;
}
main .mainItem .adress {
	margin-top: 25px;
	background-color: #e5f4ff;
	border: 1px solid #3fa9f5;
	padding: 20px;
	border-radius: 15px;
	font-weight: 700;
	color: #003977;
}
main .mainItem .adress i {
	color: #003977;
}
main .mainItem .jobs {
	background-color: #e5f4ff;
	padding: 15px 30px;
	border: 1px solid #3fa9f5;
	border-radius: 15px;
	margin-top: 50px;
}
main .mainItem .jobs .jobIcon img {
	width: 100%;
	height: auto;
}
main .mainItem .jobs .jobTitle {
	color: #003977;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
main .mainItem .jobs .jobDescription {
	color: #6c6c6c;
	margin-top: 10px;
	font-size: 15px;
}
main .mainItem .contentText {
	margin-top: 30px;
}
main .mainItem .contentText .contentTextTitle {
	color: #003977;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
}
main .mainItem .contentText .contentTextDetail {
	margin-top: 30px;
	color: #6c6c6c;
	font-size: 16px;
}
main .mainItem .contentTextFeatures {
	margin-top: 50px;
}
main .mainItem .contentTextFeatures .contentFeaturesItem {
	box-shadow: 0px 3px 20px rgba(63, 169, 245, 0.3058823529);
	padding: 20px;
}
main .mainItem .contentTextFeatures .contentFeaturesItem .cfIcon {
	color: #3fa9f5;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 35px;
}
main .mainItem .contentTextFeatures .contentFeaturesItem .cfTitle {
	color: #3fa9f5;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5px;
}
main .mainItem .contentTextFeatures .contentFeaturesItem .cfDescription {
	font-size: 14px;
	color: #6c6c6c;
	text-align: center;
	margin-top: 15px;
}
main .mainItem .singleOffer {
	background-color: #ffa912;
	padding: 20px 30px;
	width: 500px;
	display: table;
	margin: 0 auto;
	margin-top: 50px;
	border-radius: 40px;
	box-shadow: 5px 5px 30px rgba(255, 168, 18, 0.5019607843);
}
main .mainItem .singleOffer .singleOfferTitle1 {
	text-align: center;
	color: #fff;
	font-weight: 700;
}
main .mainItem .singleOffer .singleOfferTitle2 {
	text-align: center;
	color: #003977;
	font-weight: 700;
	text-transform: uppercase;
}
main .mainItem .singleOffer .button a {
	cursor: pointer;
	display: block;
	background-color: #fff;
	padding: 10px;
	color: #ffa912;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border-radius: 40px;
}
main .mainItem .singleOffer .button a:hover {
	color: #3fa9f5;
}
main .mainItem .singleForm {
	background-color: #e5f4ff;
	margin-top: 50px;
	padding: 40px 55px;
	border-radius: 15px;
}
main .mainItem .singleForm .formIcon img {
	width: 100%;
	height: auto;
}
main .mainItem .singleForm .formTitle {
	color: #003977;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
main .mainItem .singleForm .singleFormDetail .singleFormInput {
	margin-bottom: 15px;
	position: relative;
}
main .mainItem .singleForm .singleFormDetail .singleFormInput .wpcf7-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}
main .mainItem .singleForm .singleFormDetail .singleFormInput input {
	background: #ffffff 0% 0% no-repeat padding-box;
	border-radius: 10px;
	width: 100%;
	padding: 10px 20px;
	outline: none;
	border: none;
	font-size: 15px;
	color: #6c6c6c;
	border: 1px solid transparent;
}
main .mainItem .singleForm .singleFormDetail .singleFormInput textarea {
	background: #ffffff 0% 0% no-repeat padding-box;
	border-radius: 10px;
	width: 100%;
	padding: 10px 20px;
	outline: none;
	border: none;
	font-size: 15px;
	color: #6c6c6c;
	height: 150px;
	border: 1px solid transparent;
}
main .mainItem .singleForm .singleFormDetail .singleFormInput button {
	background-color: #3fa9f5;
	outline: none;
	border: none;
	color: #fff;
	padding: 10px 25px;
	border-radius: 15px;
	display: table;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}
main .mainItem .singleForm .singleFormDetail .singleFormInput button:hover {
	background-color: #ffa912;
}
main .mainItem .corporateBox {
	display: flex;
	margin: 0 auto;
	margin-top: 100px;
	width: 900px;
}
main .mainItem .corporateBox .swiper {
	padding-bottom: 20px;
	margin-top: 150px;
}
main .mainItem .corporateBox .corporateBoxItem1 {
	width: 225px;
	height: 225px;
	text-align: center;
	background-color: #3fa9f5;
	color: #fff;
	border-radius: 50%;
	padding-top: 30px;
	display: table;
	margin: 0 auto;
}
main .mainItem .corporateBox .corporateBoxItem1 .corporateBoxItem1Icon {
	font-size: 45px;
}
main .mainItem .corporateBox .corporateBoxItem1 .corporateBoxItem1Text {
	font-size: 30px;
	font-weight: 700;
}
main .mainItem .corporateBox .corporateBoxItem2 {
	width: 225px;
	height: 225px;
	text-align: center;
	padding-top: 30px;
	box-shadow: 0px 3px 20px rgba(63, 169, 245, 0.3058823529);
	color: #003977;
	border-radius: 50%;
	display: table;
	margin: 0 auto;
}
main .mainItem .corporateBox .corporateBoxItem2 .corporateBoxItem1Icon {
	font-size: 45px;
}
main .mainItem .corporateBox .corporateBoxItem2 .corporateBoxItem1Text {
	font-size: 30px;
	font-weight: 700;
}
main .mainItem .corporateBox .corporateBoxItem3 {
	width: 225px;
	height: 225px;
	text-align: center;
	background-color: #ffa912;
	color: #fff;
	border-radius: 50%;
	padding-top: 30px;
	display: table;
	margin: 0 auto;
}
main .mainItem .corporateBox .corporateBoxItem3 .corporateBoxItem1Icon {
	font-size: 45px;
}
main .mainItem .corporateBox .corporateBoxItem3 .corporateBoxItem1Text {
	font-size: 30px;
	font-weight: 700;
}
main .mainItem .corporateDetail {
	margin-top: 100px;
}
main .mainItem .corporateDetail .corporatDetailImage img {
	width: 100%;
	height: auto;
}
main .mainItem .corporateDetail .corporatDetailText .title {
	font-size: 17px;
	font-weight: 700;
	color: #003977;
	text-align: center;
	text-transform: uppercase;
}
main .mainItem .corporateDetail .corporatDetailText .description {
	font-size: 15px;
	color: #6c6c6c;
	text-align: center;
	margin-top: 25px;
}
main .mainItem .corporateDetail .corporatDetailText .list {
	margin-top: 25px;
}
main .mainItem .corporateDetail .corporatDetailText .list ul {
	margin: 0;
	padding: 0;
}
main .mainItem .corporateDetail .corporatDetailText .list ul li {
	list-style: none;
	box-shadow: 0px 3px 20px rgba(63, 169, 245, 0.15);
	padding: 15px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #3fa9f5;
	text-align: center;
	font-size: 16px;
}
main .mainItem .corporateEducation {
	margin-top: 100px;
}
main .mainItem .corporateEducation .corporateEducation1Title {
	font-size: 17px;
	color: #003977;
	text-transform: uppercase;
	font-weight: 700;
}
main .mainItem .corporateEducation .corporateEducation1Description {
	margin-top: 20px;
	font-size: 15px;
	color: #6c6c6c;
}
main .mainItem .corporateEducation .corporateEducationBook img {
	width: 100%;
	height: auto;
}
main .mainItem .corporateEducation .corporateEducationBookDetail {
	position: relative;
	margin-left: 50px;
}
main .mainItem .corporateEducation .corporateEducationBookDetail .corporateEducationBookDetailImage {
	position: absolute;
	right: 0;
	top: -75px;
	z-index: -1;
}
main .mainItem .corporateEducation .corporateEducationBookDetail .corporateEducationBookDetailImage img {
	height: 270px;
}
main .mainItem .corporateEducation .corporateEducationBookDetail .corporateEducationBookDetailTitle {
	color: #003977;
	font-size: 17px;
	font-weight: 700;
	width: 400px;
	text-align: right;
}
main .mainItem .corporateEducation .corporateEducationBookDetail .corporateEducationBookDetailDescription {
	color: #6c6c6c;
	font-size: 14px;
	margin-top: 10px;
	width: 400px;
	text-align: right;
}
main .mainItem .corporateEducation .corporateEducationBookDetail .corporateEducationBookDetailButton a {
	float: right;
	margin-right: 140px;
	display: table;
	padding: 15px 45px;
	background-color: #ffa912;
	margin-top: 15px;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
}
main .mainItem .corporateCampus {
	margin-top: 50px;
}
main .mainItem .corporateCampus .campusImage1 img {
	width: 100%;
	height: 540px;
	border-radius: 10px;
	-o-object-fit: cover;
	object-fit: cover;
}
main .mainItem .corporateCampus .corporateCampusTitle {
	font-size: 17px;
	font-weight: 700;
	color: #003977;
	text-align: center;
	text-transform: uppercase;
}
main .mainItem .corporateCampus .corporateCampusDescription {
	margin-top: 15px;
	color: #6c6c6c;
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}
main .mainItem .corporateDorm {
	margin-top: 50px;
}
main .mainItem .corporateDorm .dormTitle {
	font-size: 17px;
	font-weight: 700;
	color: #003977;
	text-align: center;
	text-transform: uppercase;
}
main .mainItem .corporateDorm .dormDescription {
	margin-top: 15px;
	color: #6c6c6c;
	text-align: center;
	font-size: 16px;
}
main .mainItem .corporateDorm .dormImageButton {
	position: relative;
	margin-top: 20px;
}
main .mainItem .corporateDorm .dormImageButton img {
	width: 100%;
	height: 170px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
main .mainItem .corporateDorm .dormImageButton .button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
main .mainItem .corporateDorm .dormImageButton .button a {
	display: table;
	color: #fff;
	background-color: #3fa9f5;
	padding: 5px 35px;
	font-size: 14px;
	border-radius: 15px;
}
main .mainItem .corporateDorm .dormImageButton .button a:hover {
	background-color: #003977;
}
main .mainItem .corporateDiscover {
	margin-top: 50px;
}
main .mainItem .corporateDiscover .corporateDiscoverTitle {
	font-size: 17px;
	font-weight: 700;
	color: #003977;
	text-align: center;
	text-transform: uppercase;
}
main .mainItem .corporateDiscover .videoCarousel {
	margin-top: 30px;
}
main .mainItem .corporateDiscover .videoCarousel .corporateDiscoverItem {
	position: relative;
}
main .mainItem .corporateDiscover .videoCarousel .corporateDiscoverItem img {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 25px;
}
main .mainItem .corporateDiscover .videoCarousel .corporateDiscoverItem .playIcon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	background-color: #3fa9f5;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 30px;
	padding-top: 2px;
}
main .mainItem .corporateDiscover .videoCarousel .corporateDiscoverItemTitle {
	color: #3fa9f5;
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
	font-weight: 700;
}
main .mainItem .corporateBottomOffer {
	background-color: #3fa9f5;
	color: #fff;
	padding: 15px 30px;
	border-radius: 15px;
	margin-top: 100px;
}
main .mainItem .corporateBottomOffer .text {
	text-align: center;
	font-size: 18px;
}
main .mainItem .corporateBottomOffer .text b {
	color: #003977;
}
main .mainItem .corporateBottomOffer .userImage img {
	border: 4px solid #fff;
	border-radius: 50%;
	width: 85px;
	height: 85px;
	-o-object-fit: cover;
	object-fit: cover;
}
main .mainItem .corporateBottomOffer .offerButton a {
	cursor: pointer;
	display: table;
	font-size: 17px;
	background-color: #ffa912;
	color: #fff;
	padding: 9px 40px;
	border-radius: 50px;
	font-weight: 700;
	text-transform: uppercase;
}
main .mainItem .corporateBottomOffer .contactButton a {
	display: table;
	font-size: 16px;
	background-color: #fff;
	color: #3fa9f5;
	padding: 9px 40px;
	border-radius: 50px;
	font-weight: 700;
	text-transform: uppercase;
}
main .mainItem .jobs {
	background-color: #e5f4ff;
	padding: 15px 30px;
	border: 1px solid #3fa9f5;
	border-radius: 15px;
	margin-top: 100px;
}
main .mainItem .jobs .jobTitle {
	color: #003977;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
main .mainItem .jobs .jobDescription {
	color: #6c6c6c;
	margin-top: 10px;
	font-size: 15px;
}
main .mainItem .fixedPrice {
	display: none;
}
main .mainItem .faqPage .corporateDiscover {
	margin-top: 50px;
}
main .mainItem .faqPage .corporateDiscover .corporateDiscoverTitle {
	font-size: 17px;
	font-weight: 700;
	color: #003977;
	text-align: center;
	text-transform: uppercase;
}
main .mainItem .faqPage .corporateDiscover .videoCarousel {
	margin-top: 30px;
}
main .mainItem .faqPage .corporateDiscover .videoCarousel .corporateDiscoverItem {
	position: relative;
}
main .mainItem .faqPage .corporateDiscover .videoCarousel .corporateDiscoverItem img {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 25px;
}
main .mainItem .faqPage .corporateDiscover .videoCarousel .corporateDiscoverItem .playIcon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	background-color: #3fa9f5;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 30px;
	padding-top: 2px;
}
main .mainItem .faqPage .corporateDiscover .videoCarousel .corporateDiscoverItemTitle {
	color: #3fa9f5;
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
	font-weight: 700;
}
main .mainItem .faqPage .classDetail {
	width: 700px;
	margin: 0 auto;
	margin-top: 50px;
}
main .mainItem .faqPage .classDetail .classDetailTitle {
	color: #003977;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}
main .mainItem .faqPage .classDetail .classDetailDescription {
	font-size: 16px;
	color: #6c6c6c;
	text-align: center;
	margin-top: 10px;
}
main .mainItem .faqPage .classDetail .classDetailImageContact {
	margin-top: 40px;
}
main .mainItem .faqPage .classDetail .classDetailImageContact .classDetailImage img {
	width: 100%;
	height: 60px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
main .mainItem .faqPage .classDetail .classDetailImageContact .classDetailContactButton a {
	display: block;
	height: 60px;
	width: 100%;
	background-color: #3fa9f5;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
main .mainItem .faqPage .faqCollapse .accordion-item {
	border: none;
	margin-bottom: 10px;
}
main .mainItem .faqPage .faqCollapse .accordion-item .accordion-button {
	background-color: #e5f4ff;
	color: #003977;
	padding: 25px 40px;
	border: none;
	box-shadow: none;
}
main .mainItem .ddoYurt .ddoYurtTitle {
	color: #003977;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}
main .mainItem .ddoTabs {
	margin-top: 40px;
}
main .mainItem .ddoTabs .nav-tabs {
	border: none;
}
main .mainItem .ddoTabs .nav-tabs .nav-item {
	margin-right: 10px;
}
main .mainItem .ddoTabs .nav-tabs .nav-item .nav-link {
	border: none;
	color: #3fa9f5;
	border-radius: 25px;
	border: 2px solid #3fa9f5;
	padding: 5px 35px;
	font-size: 15px;
	font-weight: 700;
}
main .mainItem .ddoTabs .tab-content .ddoGallery {
	margin-top: 20px;
}
main .mainItem .ddoTabs .tab-content .ddoGallery .ddoGalleryItem {
	margin-bottom: 10px;
}
main .mainItem .ddoTabs .tab-content .ddoGallery .ddoGalleryItem img {
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 15px;
}

.footer {
	margin-top: 50px;
	background: transparent linear-gradient(180deg, #013977 0%, #3fa9f5 100%) 0% 0% no-repeat padding-box;
}
.footer .footerTop {
	padding: 80px 0px;
}
.footer .footerTop .footerTopTextBox .footerTopTextTitle {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.footer .footerTop .footerTopTextBox .footerTopTextList {
	margin-top: 40px;
}
.footer .footerTop .footerTopTextBox .footerTopTextList ul {
	margin: 0;
	padding: 0;
}
.footer .footerTop .footerTopTextBox .footerTopTextList ul li {
	list-style: none;
	color: #fff;
	font-size: 20px;
	margin-bottom: 35px;
	position: relative;
	padding-left: 30px;
}
.footer .footerTop .footerTopTextBox .footerTopTextList ul li:after {
	position: absolute;
	left: 0;
	top: -9px;
	content: "\ea41";
	font-family: boxicons !important;
	font-weight: 400;
	font-style: normal;
	color: #13e099;
	font-size: 30px;
}
.footer .footerTop .footerTopTextBox .footerTopTextList ul li ul {
	display: none;
}
.footer .footerTop .pricingTable {
	background-color: #fff;
	border-radius: 30px;
	padding: 40px;
	position: relative;
}
.footer .footerTop .pricingTable .info {
	font-size: 30px;
	position: absolute;
	right: 15px;
	top: 5px;
	color: #c7c7c7;
}
.footer .footerTop .pricingTable .pricingTableTitle {
	text-transform: uppercase;
	text-align: center;
	color: #3fa9f5;
	font-size: 25px;
	font-weight: 700;
}
.footer .footerTop .pricingTable .pricingTableList {
	margin-top: 35px;
}
.footer .footerTop .pricingTable .pricingTableList ul {
	margin: 0;
	padding: 0;
}
.footer .footerTop .pricingTable .pricingTableList ul li {
	list-style: none;
	background-color: #3fa9f5;
	padding: 20px;
	border-radius: 30px;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	position: relative;
}
.footer .footerTop .pricingTable .pricingTableList ul li span {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #fff;
	color: #3fa9f5;
	width: 100px;
	border-radius: 30px;
	text-align: center;
}
.footer .footerTop .pricingTable .offerButton a {
	cursor: pointer;
	display: table;
	margin: 0 auto;
	font-size: 17px;
	background-color: #ffa912;
	color: #fff;
	padding: 5px 30px;
	border-radius: 50px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 25px;
}
.footer .footerTop .pricingTable .offerButton a:hover {
	background-color: #3fa9f5;
}
.footer .footerLine {
	background-color: #1968b7;
	width: 100%;
	height: 1px;
}
.footer .footerBottom {
	padding: 40px 0px;
}
.footer .footerBottom .footerBottomMenu ul {
	margin: 0;
	padding: 0;
	display: flex;
}
.footer .footerBottom .footerBottomMenu ul li {
	list-style: none;
	margin-right: 15px;
}
.footer .footerBottom .footerBottomMenu ul li a {
	font-size: 0.9rem;
	color: #fff;
	font-weight: 600;
}
.footer .footerBottom .footerBottomMenu ul li a:hover {
	color: #3fa9f5;
}
.footer .footerBottom .footerBottomNumber {
	margin-top: 20px;
}
.footer .footerBottom .footerBottomNumber a {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.footer .footerBottom .eBulten .eBultenItem {
	background-color: #fff;
	border-radius: 50px;
}
.footer .footerBottom .eBulten .eBultenItem .ebultenInput {
	position: relative;
}
.footer .footerBottom .eBulten .eBultenItem .ebultenInput input {
	width: 100%;
	padding: 20px;
	border: none;
	outline: none;
	border-radius: 50px;
	color: #6c6c6c;
	border: 1px solid transparent;
}
.footer .footerBottom .eBulten .eBultenItem .ebultenInput .ebultenSubmit {
	position: absolute;
	right: 3px;
	top: 3px;
}
.footer .footerBottom .eBulten .eBultenItem .ebultenInput .ebultenSubmit button {
	padding: 17px;
	border: none;
	outline: none;
	background-color: #3fa9f5;
	color: #fff;
	border-radius: 50px;
}
.footer .footerBottom .eBulten .eBultenItem .ebultenInput .ebultenSubmit button:hover {
	background-color: #003977;
}
.footer .footerBottom .eBulten .eBultenItem .ebultenInput .ebultenSubmit .wpcf7-spinner {
	position: absolute;
	right: 55px;
	top: 19px;
}

.footerCopyright {
	padding: 50px 0px;
}
.footerCopyright .crMenu ul {
	margin: 0;
	padding: 0;
	display: flex;
}
.footerCopyright .crMenu ul li {
	list-style: none;
	margin-right: 15px;
}
.footerCopyright .crMenu ul li a {
	font-size: 0.9rem;
	color: #003977;
}
.footerCopyright .crMenu ul li a:hover {
	color: #3fa9f5;
}
.footerCopyright .crMenu ul li ul {
	display: none;
}
.footerCopyright .logo img {
	height: 60px;
}
.footerCopyright .cr {
	font-size: 0.9rem;
	text-align: right;
	color: #003977;
}

.custom-tooltip {
	--bs-tooltip-bg: #3fa9f5;
	--bs-tooltip-color: #fff;
}

.theme-alert {
	font-weight: 700;
	border-radius: 25px;
	font-size: 15px;
	padding: 20px 25px;
}

.z-index99 {
	z-index: 99;
}

.fixedPrice {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #3fa9f5;
	width: 100%;
	color: #fff;
	border-top: 1px solid #e5f4ff;
	padding: 15px;
}
.fixedPrice .totalPrice {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}
.fixedPrice .totalPrice span {
	margin-left: auto;
	float: right;
}
.fixedPrice .totalPrice span a {
	cursor: pointer;
	display: block;
	background-color: #003977;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 25px;
	border-radius: 25px;
}

.d404 {
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background: #121fcf;
	background: linear-gradient(to right, #3fa9f5 0%, #003977 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.d404 .button a {
	cursor: pointer;
	background-color: #ffa912;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 25px;
	font-size: 18px;
	padding: 10px 25px;
	-webkit-text-fill-color: #fff;
}
.d404 .button a:hover {
	background-color: #3fa9f5;
}

.footerPriceCarousel .swiper-button-next:after,
.footerPriceCarousel .swiper-button-prev:after {
	font-size: 15px;
}
.footerPriceCarousel .swiper-button-next,
.footerPriceCarousel .swiper-button-prev {
	color: #003977;
}

.customModal {
	max-width: 650px;
}
.customModal .modal-content {
	border-radius: 35px;
	padding: 30px;
}
.customModal .customModalTitle {
	font-size: 15px;
	background-color: #e5f4ff;
	border: 1px solid #3fa9f5;
	padding: 20px;
	border-radius: 25px;
	font-weight: 700;
	color: #003977;
	color: #003977;
}
.customModal .customModalTitle2 {
	font-size: 18px;
	font-weight: 700;
	color: #003977;
	color: #003977;
	text-align: center;
}
.customModal .customModalForm p {
	margin-bottom: 0px;
}
.customModal .customModalForm .customModalFormItem .customModalFormLabel {
	margin-top: 10px;
	color: #3fa9f5;
	font-weight: 700;
}
.customModal .customModalForm .customModalFormItem select {
	margin-top: 10px;
	background: #ffffff 0% 0% no-repeat padding-box;
	border-radius: 25px;
	width: 100%;
	padding: 15px 20px;
	outline: none;
	border: 1px solid #3fa9f5;
	font-size: 15px;
	color: #6c6c6c;
}
.customModal .customModalForm .customModalFormItem input {
	margin-top: 10px;
	background: #ffffff 0% 0% no-repeat padding-box;
	border-radius: 25px;
	width: 100%;
	padding: 15px 20px;
	outline: none;
	border: 1px solid #3fa9f5;
	font-size: 15px;
	color: #6c6c6c;
}
.customModal .customModalForm .customModalFormItem textarea {
	margin-top: 10px;
	background: #ffffff 0% 0% no-repeat padding-box;
	border-radius: 25px;
	width: 100%;
	padding: 15px 20px;
	outline: none;
	border: 1px solid #3fa9f5;
	font-size: 15px;
	color: #6c6c6c;
	height: 75px;
}
.customModal .customModalForm .submit {
	margin-top: 25px;
	position: relative;
}
.customModal .customModalForm .submit .wpcf7-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}
.customModal .customModalForm .submit button {
	background-color: #3fa9f5;
	outline: none;
	border: none;
	color: #fff;
	padding: 10px 25px;
	border-radius: 25px;
	display: table;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}

.displayNoneDesktop {
	display: none;
}

.mobileMenuOpen {
	position: fixed;
	right: -300px;
	top: 0;
	height: 100vh;
	width: 65%;
	z-index: 999;
	background-color: #3fa9f5;
	border-left: 1px solid #003977;
	padding: 25px 10px;
}
.mobileMenuOpen .closeMenu {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.mobileMenuOpen ul {
	margin: 0;
	padding: 0;
}
.mobileMenuOpen ul li {
	list-style: none;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 16px;
}
.mobileMenuOpen ul li a {
	color: #fff;
	padding: 10px;
}
.mobileMenuOpen ul li ul {
	margin-left: 15px;
	margin-top: 20px;
}
.mobileMenuOpen ul li ul li {
	font-weight: 400;
	font-size: 15px;
}

.whatsapp a {
	background: #25d366;
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index: 99;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@media only screen and (max-width: 991.5px) {
	.mobileMenuOpen {
		display: block;
	}
	.header .header1 .mobileMenu {
		display: block !important;
		cursor: pointer;
	}
	.header .header1 .logo {
		display: flex !important;
		margin-left: 15px !important;
	}
	.header .header1 .logo img {
		height: 50px !important;
	}
	.header .header1 .menu {
		display: none;
	}
	.header .header1 .menuRight {
		float: none !important;
		margin-top: 35px;
		justify-content: center;
	}
	.header .header1 .menuRight .getOffer {
		margin-left: 0px !important;
	}
	.header .header1 .headerSlider,
	.header .header1 .otherHeader {
		width: 95% !important;
		left: 2.5% !important;
		height: 460px !important;
	}
	.header .header1 .headerSlider .otherHeaderImage,
	.header .header1 .otherHeader .otherHeaderImage {
		margin-top: 25px;
	}
	.header .header1 .headerSlider .otherHeaderImage img,
	.header .header1 .otherHeader .otherHeaderImage img {
		-webkit-border-top-left-radius: 60px;
		-webkit-border-top-right-radius: 60px;
		-moz-border-radius-topleft: 60px;
		-moz-border-radius-topright: 60px;
		border-top-left-radius: 60px;
		border-top-right-radius: 60px;
	}
	.header .header1 .headerSlider .otherHeaderImage .otherHeaderTitle,
	.header .header1 .otherHeader .otherHeaderImage .otherHeaderTitle {
		position: absolute;
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
		text-align: center;
		bottom: auto !important;
	}
	.header .header1 .headerSlider .otherHeaderPrice,
	.header .header1 .otherHeader .otherHeaderPrice {
		display: none !important;
	}
	.header .header1 .headerSlider .mobileOther,
	.header .header1 .otherHeader .mobileOther {
		border: none !important;
	}
	.header .header1 .headerSlider .corporateHeaderImage,
	.header .header1 .otherHeader .corporateHeaderImage {
		display: none;
		padding-left: 0px !important;
	}
	.header .header1 .headerSlider .corporateHeaderImage img,
	.header .header1 .otherHeader .corporateHeaderImage img {
		width: 100%;
		height: auto;
	}
	.header .header1 .headerSlider .corporateHeaderText,
	.header .header1 .otherHeader .corporateHeaderText {
		padding: 20px 25px;
		margin-top: 60px;
	}
	.header .header1 .headerSlider .sliderOnButtons,
	.header .header1 .otherHeader .sliderOnButtons {
		float: none !important;
		justify-content: center;
		align-items: center;
	}
	.header .header1 .headerSlider .sliderOnButtons .button,
	.header .header1 .otherHeader .sliderOnButtons .button {
		margin-left: 0px !important;
		margin: 0px 3px !important;
	}
	.header .header1 .headerSlider .sliderOnButtons .button a,
	.header .header1 .otherHeader .sliderOnButtons .button a {
		font-size: 13px !important;
	}
	.header .header1 .headerSlider .headerCarousel .singleSlide,
	.header .header1 .otherHeader .headerCarousel .singleSlide {
		margin-top: 26px;
	}
	.header .header1 .headerSlider .headerCarousel .singleSlide img,
	.header .header1 .otherHeader .headerCarousel .singleSlide img {
		height: 460px !important;
	}
	.header .header1 .headerSlider .headerCarousel .swiper-pagination,
	.header .header1 .otherHeader .headerCarousel .swiper-pagination {
		bottom: 40px !important;
	}
	.header .header1 .headerSlider .headerCarousel .slideText,
	.header .header1 .otherHeader .headerCarousel .slideText {
		margin: 10px 30px !important;
		padding-bottom: 25px !important;
		margin-top: 75px !important;
	}
	.header .header1 .headerSlider .headerCarousel .slideText .headerTextImage,
	.header .header1 .otherHeader .headerCarousel .slideText .headerTextImage {
		display: none;
	}
	.header .header1 .headerSlider .headerCarousel .slideText .headerTextSlide,
	.header .header1 .otherHeader .headerCarousel .slideText .headerTextSlide {
		font-size: 35px !important;
		line-height: 50px !important;
	}
	.header .header1 .headerSlider .headerCarousel .slideText .headerTextSlide2,
	.header .header1 .otherHeader .headerCarousel .slideText .headerTextSlide2 {
		font-size: 17px !important;
	}
	.header .header1 .headerSlider .headerCarousel .slideButton .offerButton a,
	.header .header1 .otherHeader .headerCarousel .slideButton .offerButton a {
		cursor: pointer;
		display: block;
		background-color: #ffa912;
		padding: 7px 30px;
		color: #fff !important;
		border-radius: 50px;
		font-weight: 700;
		text-transform: uppercase;
		text-align: center;
	}
	.header .header1 .headerSlider .headerCarousel .slideButton .offerButton a i,
	.header .header1 .otherHeader .headerCarousel .slideButton .offerButton a i {
		display: none !important;
	}
	.header .header1 .headerSlider .headerCarousel .slideButton .contactButton,
	.header .header1 .otherHeader .headerCarousel .slideButton .contactButton {
		display: none !important;
	}
	main.home {
		margin-top: -600px !important;
	}
	main.home .class .subClass {
		margin-top: 30px;
	}
	main.home .class .subClass .classItem {
		margin-bottom: 20px;
		padding: 0px;
	}
	main.home .class .subClass .classItem .classImage img {
		height: 200px;
	}
	main.home .class .subClass .classItem .className {
		margin-top: 0px !important;
		padding: 10px 0px;
	}
	main.home .class .classTitle1 {
		padding: 15px 15px;
		font-size: 30px;
	}
	main.home .class .classTitle2 {
		padding: 15px 15px;
		font-size: 30px;
	}
	main.home .jobs .jobIcon {
		display: table;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	main.home .jobs .jobTitle {
		text-align: center;
	}
	main.home .jobs .jobDescription {
		text-align: center;
	}
	main.home .classDetail {
		width: 100%;
	}
	main.home .classDetail .classDetailImage {
		display: none;
	}
	main.home .classDetail .classDetailTitle {
		font-size: 25px;
	}
	main.home .classDetail .classDetailImageContact .classDetailContactButton a {
		border-radius: 50px;
	}
	main.home .services .servicesList {
		width: 100%;
	}
	main.home .services .servicesList .servicesListTitle {
		font-size: 16px;
	}
	main.home .services .servicesList .servicesListDescription {
		font-size: 15px;
	}
	main.home .period .periodImage {
		display: none;
	}
	main.home .period .periodItem {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	main.home .period .periodItem ul li {
		font-size: 15px;
		margin-top: 15px !important;
	}
	main.home .period .periodTitle {
		font-size: 25px !important;
		text-align: center;
	}

	main.home .lessonDetail .lessonServices {
		margin-top: 10px;
	}
	main.home .lessonDetail .lessonServices .leftArrow {
		display: none;
	}
	main.home .lessonDetail .lessonServices .lessonServicesTitle1 {
		font-size: 25px;
	}
	main.home .lessonDetail .lessonServices .lessonServicesTitle2 {
		font-size: 25px;
	}
	main.home .lessonDetail .lessonServices .iconBox {
		display: table;
		margin: 0 auto;
	}
	main.home .lessonDetail .lessonServices .swiper-button-next,
	main.home .lessonDetail .lessonServices .swiper-button-prev {
		color: #3fa9f5 !important;
	}
	main.home .lessonDetail .lessonsItem ul li {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin: 0 auto !important;
		margin-bottom: 20px !important;
	}
	main.home .lessonDetail .lessonDetail .lessonServices .leftArrow {
		display: none !important;
	}
	main.home .lessonDetail .lessonDetailBottom .lessonDetailRight .offerButton a {
		width: 100%;
		padding: 5px 15px;
		text-align: center;
	}
	main.home .lessonDetail .lessonDetailBottom .lessonDetailRight .contactButton a {
		width: 100%;
		padding: 5px 15px;
		text-align: center;
	}
	main.home .lessonDetail .lessonDetailBottom .lessonDetailBottomImage {
		position: relative;
	}
	main.home .lessonDetail .lessonDetailBottom .lessonDetailBottomImage .ballon {
		display: none;
	}
	main.home .lessonDetail .lessonDetailBottom .lessonDetailBottomImage .woman {
		display: table;
		margin: 0 auto;
		margin-top: 30px;
	}
	main.home .lessonDetail .lessonDetailBottom .lessonDetailBottomImage .woman img {
		height: 300px;
		width: 300px;
	}
	main.home .lessonDetail .lessonDetailBottom .lessonDetailRight {
		margin-top: 25px;
	}
	main.home .lessonDetail .lessonDetailBottom .lessonDetailRight .lessonDetailBottomText {
		font-size: 16px;
		text-align: center;
	}
	main .mainItem .map {
		margin-top: 10px;
	}
	main .mainItem .adress {
		float: none;
		text-align: center;
		margin-top: 10px;
	}
	main .mainItem .adress span {
		display: none;
	}
	main .mainItem .faqPage .classDetail {
		width: 100%;
	}
	main .mainItem .faqPage .classDetail .classDetailImage {
		display: none;
	}
	main .mainItem .faqPage .classDetail .classDetailTitle {
		font-size: 25px;
	}
	main .mainItem .faqPage .classDetail .classDetailImageContact .classDetailContactButton a {
		border-radius: 50px;
	}
	main .mainItem .ddoTabs .nav-tabs {
		border: none;
		align-items: flex-start;
		display: flex;
		flex-wrap: nowrap;
		list-style: none;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	main .mainItem .ddoTabs .nav-tabs .nav-item {
		margin-right: 10px;
		flex: 0 0 auto;
	}
	main .mainItem .ddoTabs .tab-content .ddoGallery .ddoGalleryItem img {
		height: 200px !important;
	}
	main .mainItem.mobilTop10 {
		margin-top: 10px !important;
	}
	main .mainItem .mobilePrice {
		display: block;
	}
	main .mainItem .corporateBox {
		width: 100%;
	}
	main .mainItem .corporateBox .swiper-button-next,
	main .mainItem .corporateBox .swiper-button-prev {
		color: #3fa9f5 !important;
		z-index: 99;
	}
	main .mainItem .corporateDetail .corporatDetailText {
		margin-top: 40px;
	}
	main .mainItem .corporateCampus .campusImage0 {
		display: none !important;
	}
	main .mainItem .corporateCampus .campusImage1 img {
		height: 300px;
	}
	main .mainItem .corporateCampus .corporateImage .swiper-button-next,
	main .mainItem .corporateCampus .corporateImage .swiper-button-prev {
		color: #fff !important;
		z-index: 999;
		cursor: pointer;
	}
	main .mainItem .jobs {
		margin-top: 50px;
	}
	main .mainItem .jobs .jobIcon {
		display: table;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	main .mainItem .jobs .jobTitle {
		text-align: center;
	}
	main .mainItem .jobs .jobDescription {
		text-align: center;
	}
	main .mainItem .corporateBottomOffer .userImage {
		display: table;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	main .mainItem .corporateBottomOffer .text {
		font-size: 15px;
		margin-bottom: 20px;
	}
	main .mainItem .corporateBottomOffer .offerButton {
		display: table;
		margin: 0 auto;
	}
	main .mainItem .corporateBottomOffer .contactButton {
		display: none;
	}
	main .mainItem .contentText,
	main .mainItem .contentTextDetail {
		text-align: center;
	}
	main .mainItem .singleOffer {
		width: 100%;
	}
	main .mainItem .singleOffer .button {
		margin-top: 10px;
	}
	main .mainItem .singleForm {
		padding: 25px 10px;
	}
	main .mainItem .formIcon {
		display: none;
	}
	main .mainItem .formTitle {
		font-size: 25px;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer .footerTop .footerTopTextBox .footerTopTextList ul li {
		list-style: none;
		color: #fff;
		font-size: 16px;
		margin-bottom: 20px;
		position: relative;
		padding-left: 30px;
	}
	.footer .footerBottom .footerBottomNumber {
		text-align: center;
		margin-bottom: 30px;
	}
	.footer .footerBottom .eBulten .eBultenItem .ebultenInput {
		font-size: 15px;
	}
	.footerCopyright .crMenu {
		display: none !important;
	}
	.footerCopyright .logo {
		display: table;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.footerCopyright .cr {
		text-align: center;
		float: none;
	}
} /*# sourceMappingURL=style.css.map */