html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
	text-decoration-line: none;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');



*,
*:before,
*:after {
	text-decoration: none;
	text-decoration-line: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

h1,
h2,
p,
a {
	font-family: "Poppins", serif;
	cursor: pointer !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

img {
	vertical-align: middle;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

.img-hover-container {
	position: relative;
	display: inline-block;
}

.img-hover-container .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	/* semi-transparent background */
	color: #fff;
	padding: 10px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.img-hover-container:hover .overlay {
	opacity: 1;
	visibility: visible;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href],
label[for],
select,
input[type=checkbox],
input[type=radio] {
	cursor: pointer;
}

button,
input[type=button],
input[type=image],
input[type=reset],
input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th,
td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address,
cite,
dfn {
	font-style: normal;
}

abbr,
acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	overflow: auto;
}


#about .about_area {
	gap: 30px;
}

#about .about_area .about_text {
	display: flex;
	flex-direction: column;

}


.contact-btn:hover {
	background-color: var(--main-blue) !important;
	color: #fff !important;
}


#about .about_area {
	justify-content: space-between;
}

#about .about_area .about_text .container {
	padding: 0px;
}

#about .about_area .about_img {
	width: 50%;
}

#about .about_area .about_text {

	width: 50%;
	height: 100%;
}

.about_text p {
	text-align: justify;
}

.about_text h2:after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #1d3658;

	/* margin: 10px; */
}

.signature-box figure {
	/* display: flex; */
	margin: 0 auto;
}

.posts .container h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #376284;
	left: 48%;
	margin-top: 10px;
}

#research-innovations .container h2::after,
.news .container h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #1d3658;
	left: 48%;
}

.testimonial-section .container h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #1d3658;
	left: 48%;
}

.about_text h2 {
	margin-bottom: 30px;
}


#about .about_area .about_img img {
	width: 100%;

}

h2 {
	font-weight: 700 !important;
	font-size: 54px !important;
	line-height: 60px;
	margin-bottom: 20px;
	text-align: left;
	color: #333;
}

.ques {
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Sual Ver (ques) Hissəsi */
.ques {
	border-radius: 12px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	background: linear-gradient(135deg, #eaf1f8, #ffffff);
	padding: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ques:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.ques h5 {
	font-size: 20px;
	color: #007bff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.ques .form-label {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.ques .form-control {
	border: 1px solid #ced4da;
	border-radius: 8px;
	padding: 10px;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ques .form-control:focus {
	border-color: #007bff;
	box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}

.ques button {
	background-color: #007bff;
	border: none;
	color: white;
	font-size: 16px;
	padding: 10px;
	border-radius: 8px;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.ques button:hover {
	background-color: #0056b3;
	transform: scale(1.05);
}

.ques button:focus {
	box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}


/* Main Section */



.main .slider-container {
	position: relative;
	max-width: 100%;

	margin: 0px auto;
	overflow: hidden;
}

.main .slider-wrapper {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.main .slide {
	min-width: 100%;
	height: 650px;
	transition: opacity 0.5s ease-in-out;
}

.main .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.main .slider-controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	z-index: 10;
}

.main .slider-controls button {
	background-color: var(--main-blue);
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 18px;
	cursor: pointer;
	opacity: 0.8;
	transition: opacity 0.3s ease;
}

.main .slider-controls button:hover {
	opacity: 1;
}

/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 16px/30px Arial, Helvetica, sans-serif;
	color: #6f7784;
	background: #fff;
}

input,
textarea,
select,
button {
	outline: none;
}

a,
a:visited,
a:focus,
a:active {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}


/* Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}


.services-boxes .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(235, 247, 255, 1);
}


.box .box-text {
	margin-right: 142px;
}

.reverse .box-text {
	padding-left: 142px;
	width: 532px;
	height: 426px;
	overflow: hidden;

}

.box-text h3 {
	font-weight: 900;
	font-size: 36px;
	line-height: 47.99px;
	color: rgba(34, 34, 34, 1);
	margin-bottom: 36px;
}

.box-text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

.services-boxes .box .box-img {
	width: 50%;
	height: 550px;
}

.services-boxes .box .box-img img {
	width: 100%;
	height: 100%;

}

.box-text {
	width: 532px;
	height: 352px;
}

.learn-more a {
	display: flex;
	align-items: center;
	gap: 5px;
	color: rgba(0, 108, 182, 1);
	font-weight: 600;
	font-size: 16px;
	line-height: 19.5px;
}



/* main-content
------------------------------------------------------------------------------*/
#sidebar .sidemenu li.active {
	background-color: #f0f0f0;
	font-weight: bold;
}



.content {
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 20px;
}

.main-content {
	float: left;
	width: 66%;
	padding: 0 15px;
}

/* .main-content>div {
	display: none;
} */

.divider {
	background: #5372F0 url(../images/bg_white_arrow.png) no-repeat 50% 0;
	height: 80px;
	position: relative;
	margin-top: 3px;
	margin-bottom: 37px;
}

.divider:after {
	background: url(../images/bg_white.png) no-repeat 50% 0;
	height: 30px;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
}

.posts-con article {
	border-bottom: 1px solid #d8dbe1;
	padding-bottom: 40px;
	margin-bottom: 41px;

}

.slider-con {
	padding: 9px 0 77px 0 !important;
	margin-right: -20px;
}

.posts-con a {
	text-decoration: none;
	font-size: 22px;
}

.slider-con .slide li {
	padding: 0 19px 19px 0;
	float: left;
}

.slider-con .slide li img {
	border-radius: 6px;
}

.slider-con .bx-pager {
	text-align: center;
	padding-top: 18px;
	padding-right: 20px;
}

.slider-con .bx-pager-item {
	display: inline-block;
	padding: 0 2px;
}

.slider-con .bx-pager-item a {
	width: 16px;
	text-indent: -999em;
	height: 17px;
	display: block;
	background: url(../images/bg_slider_nav_2.png) no-repeat;
}

.slider-con .bx-pager-item a.active,
.slider-con .bx-pager-item a:hover {
	background-position: -16px 0;
}

.slider-con .bx-controls-direction {
	display: none;
}

.posts-con article.last {
	border-bottom: none;
}

.posts-con .current-date {
	margin-top: 9px;
}

.posts-con h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	padding-top: 4px;
	padding-bottom: 22px;
}

.posts-con .info {
	overflow: hidden;
}

.posts-con .info-line {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
}

.posts-con .info-line .time {
	padding: 0 20px 0 25px;
	background: url(../images/ico_time.png) no-repeat 0 3px;
	display: inline-block;
}

.posts-con .info-line .place {
	padding: 0 20px 0 25px;
	background: url(../images/ico_place.png) no-repeat 0 3px;
	display: inline-block;
}

h1.single {
	margin: 0 15px 0 15px;
}

/* sidebar
------------------------------------------------------------------------------*/

#sidebar {
	width: 33.3%;
	float: right;
	padding: 0 15px;
}

#sidebar h2 {

	padding-bottom: 27px;
}

#sidebar .widget {
	padding-bottom: 85px;
}

#sidebar .sidemenu {
	padding-top: 9px;
}

#sidebar .sidemenu a {
	border: 1px solid #d7dbe1;
	border-radius: 4px;
	display: block;
	margin-bottom: 8px;
	height: 45px;
	line-height: 43px;
	padding: 0 0 0 15px;
	color: #7e8798;
	font-size: 24px;
	position: relative;
}

.mac #sidebar .sidemenu a {
	padding: 3px 0 0 15px;
}

#sidebar .sidemenu a:hover:after,
#sidebar .sidemenu .current a:after {
	position: absolute;
	content: "";
	left: -8px;
	top: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 7px 7.5px 0;
	border-color: transparent #008cc4 transparent transparent;
}

#sidebar .sidemenu .current a,
#sidebar .sidemenu a:hover {
	border: 1px solid rgba(0, 108, 182, 1);
	color: #fff;
	background: rgba(0, 108, 182, 1);
	text-decoration: none;
}

#sidebar .sidemenu .current a .nr,
#sidebar .sidemenu a:hover .nr {
	background: #5372F0;
}

#sidebar .sidemenu a .nr {
	height: 27px;
	width: 47px;
	display: block;
	border-radius: 3px;
	float: right;
	background: #e7e8ec;
	line-height: 27px;
	font-size: 15px;
	margin: 8px;
	text-align: center;
}

.mac #sidebar .sidemenu a .nr {
	margin: 5px 8px 8px 8px;
}

#sidebar .calendar .head {
	overflow: hidden;
	height: 45px;
	line-height: 43px;
	border-radius: 4px;
	border: 1px solid #d8dbe1;
	text-align: center;
	font-size: 24px;
	padding: 0 15px;
	margin-bottom: 7px;
}

#sidebar .calendar .head .next,
#sidebar .calendar .head .prev {
	background: url(../images/bg_arrow_nav.png) no-repeat;
	height: 17px;
	width: 26px;
	display: block;
	float: left;
	margin: 13px 0 -30px 0;
}

#sidebar .calendar .head .next {
	float: right;
	background-position: -26px 0;
}

.mac #sidebar .calendar .head h4 {
	padding-top: 4px;
}

#sidebar .calendar .table {
	margin: 0 -3px;
}

#sidebar .calendar table {
	width: 100%;
}

#sidebar .calendar table tr {}

#sidebar .calendar .calendar-days {
	font-size: 18px;
	line-height: 24px;
	color: #a8adb7;
	text-align: center;
	padding-bottom: 3px;
}

#sidebar .calendar td {
	font-size: 24px;
	line-height: 46px;
	color: #7e8798;
	font-weight: bold;
	text-align: center;
}

#sidebar .calendar td.disable {
	color: #c5c9d1;
}

#sidebar .calendar td.archival>div {
	background: #e6e8ec;
	border-color: #e6e8ec;
	border: 1px solid #e6e8ec;
}

#sidebar .calendar td.upcoming>div {
	background: rgba(0, 108, 182, 1);
	color: #fff;
	border: 1px solid rgba(0, 108, 182, 1);
}

#sidebar .calendar td.upcoming>div.hover {
	background: #5372F0;
	border: 1px solid #5372F0;
}

#sidebar .calendar td>div {
	border-radius: 4px;
	border: 1px solid #d8dbe1;
	margin: 3px;
	display: block;
}

.mac #sidebar .calendar td>div {
	padding-top: 4px;
}

#sidebar .calendar .tooltip {
	position: relative;
	z-index: 2;
}

#sidebar .calendar .tooltip .holder {
	display: none;
	position: absolute;
	top: -72px;
	left: -382px;
	border-radius: 4px;
	background: #2b4167;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	width: 375px;
	padding: 14px 20px 13px 20px;
	font-weight: normal;
}

#sidebar .calendar .tooltip .holder:after {
	position: absolute;
	top: 91px;
	right: -4px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #5372F0;
}

#sidebar .calendar .tooltip h4 {
	font-weight: bold;
	padding-bottom: 10px;
}

#sidebar .calendar .tooltip .info-line {
	color: #899ec4;
	padding-bottom: 9px;
}

#sidebar .calendar .tooltip .time {
	padding: 0 29px 0 23px;
	background: url(../images/ico_time_2.png) no-repeat 0 3px;
	display: inline-block;
}

#sidebar .calendar .tooltip .place {
	padding: 0 20px 0 22px;
	background: url(../images/ico_place_2.png) no-repeat 0 3px;
	display: inline-block;
}

#sidebar .calendar .note {
	padding: 37px 0 0 0;
}

#sidebar .calendar .note p {
	position: relative;
	padding-left: 34px;
	padding-right: 44px;
	float: left;
}

#sidebar .calendar .note p:after {
	position: absolute;
	background: rgba(0, 108, 182, 1);
	content: "";
	height: 22px;
	width: 22px;
	display: block;
	border: 4px solid #fff;
	box-shadow: 0 0 0 1px #d8dbe1;
	top: 5px;
	left: 1px;
	border-radius: 4px;
}

#sidebar .calendar .note .archival-note:after {
	background: #ced0d5;
}

#sidebar .list ul {
	margin-right: -25px;
}

#sidebar .list li {
	float: left;
	padding: 0 19px 19px 0;
}

#sidebar .list li img {
	border-radius: 6px;
}

#sidebar .list .btn {
	padding: 0 26px;
}

#sidebar .btn-holder {
	padding-top: 4px;
}

/* slider
------------------------------------------------------------------------------*/

.slider {
	height: 600px;
	position: relative;
	overflow: hidden;
	margin-bottom: 94px;
}



.slider .info {
	float: right;
	padding: 122px 15px 0 0;
}

.slider .info h2 {
	color: #fff;

	font-weight: 300;
	font-size: 72px;
	line-height: 84px;
	padding-bottom: 110px;
	text-align: left;
}

.slider .info h2 span {
	color: #fff;
	font-weight: 700;
	font-size: 84px;
	line-height: 101px;
	border-radius: 4px;
	background: rgba(0, 108, 182, 1);
	padding: 1px 23px 5px 23px;
	display: inline-block;
}

.mac .slider .info h2 span {
	line-height: 81px;
	padding-top: 20px;
}

.slider .info a {
	color: #fff;

	font-size: 40px;
	line-height: 48px;
	font-weight: 300;
	padding-right: 63px;
	background: url(../images/bg_arrow.png) no-repeat 100% 50%;
}

.slider:after {
	position: absolute;
	background: url(../images/bg_white_arrow.png) no-repeat;
	height: 30px;
	width: 117px;
	top: 0;
	left: 50%;
	margin: 0 0 0 -59px;
	content: "";
}

.slider .bg-bottom {
	position: absolute;
	background: url(../images/bg_white.png) no-repeat;
	height: 30px;
	width: 1920px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -960px;
	content: "";
}

.slider .bx-controls-direction {
	display: none;
}

.slider .bx-pager {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 999;
}

.slider .bx-pager-item {
	display: inline-block;
	padding: 0 2px;
}

.slider .bx-pager-item a {
	display: block;
	background: url(../images/bg_slider_nav.png) no-repeat;
	height: 13px;
	width: 12px;
	text-indent: -999em;
}

.slider .bx-pager-item a.active,
.slider .bx-pager-item a:hover {
	background-position: -12px 0;
}



.about_section {
	overflow: hidden;
	padding: 57px 0 70px 0;
	background-color: #5372F0;
}

.about_section .kol_about {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

	width: 100%;
}

.about_section .img {

	width: 500px;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about_section .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.about_section .text {
	flex: 2;
}

.about_section .text h2 {
	margin: 0 0 10px;
	font-size: 1.8rem;
	color: #333;
}

.about_section .text p {
	margin: 0;
	font-size: 1rem;
	color: #555;
	line-height: 1.6;
}



/* About Section Styling */
#about {
	/* background: var(--main-blue); */
	/* background: #f8f9fa; */
	padding: 60px 20px;
}

#about .card {
	border-radius: 15px;
}

#about h2 {

	font-weight: 900;
	font-size: 54px;
	/* line-height: 95.98px; */

	/* margin-bottom: 20px; */
	text-align: left;
	color: #1d3658;
}

#about p {
	font-size: 1rem;
	color: #081d3b;
}

/* Card Styles */
.card {
	border-radius: 10px;
	transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.card-title {
	font-size: 1.5rem;
	color: #008bc3;
}

.card-text {
	font-size: 1rem;
	color: #008bc3;
}

/* Statistics */
#about .fw-bold.text-primary {
	font-size: 2rem;
	margin-bottom: 10px;
	color: #008bc3;
}

#about .btn-primary {
	border-radius: 25px;
	padding: 10px 30px;
	font-size: 1rem;
}

/* why choose us
------------------------------------------------------------------------------*/
/* Why Choose Us Section Styles */
#why-choose-us {
	background: #5372F0;
	padding: 60px 20px;
}

#why-choose-us h2 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: #333;
}

#why-choose-us p {
	font-size: 1rem;
	color: #081d3b;
}

/* Card Styles */
#why-choose-us .card {
	border-radius: 10px;
	transition: transform 0.3s, box-shadow 0.3s;
}

#why-choose-us .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

#why-choose-us .card-body i {
	color: #007bff;
}

#why-choose-us .card-body h5 {
	font-size: 1.2rem;
	color: #333;
	margin-top: 10px;
	margin-bottom: 15px;
}

#why-choose-us .card-body p {
	font-size: 1rem;
	color: #081d3b;
}


/* Professions */
/* ------------------------------------------------------------------------------*/
.professions h2 {
	color: #1d3658;
}


/* Research and Innovations Section */
/* ------------------------------------------------------------------------------*/

#research-innovations {
	background: #f8f9fa;
	padding: 60px 20px;
}

#research-innovations h2 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: #1d3658;
}

#research-innovations p {
	font-size: 1rem;
	color: #081d3b;
}

/* Card Styles */
#research-innovations .card {
	height: 350px;
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.3s, box-shadow 0.3s;
}

#research-innovations .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

#research-innovations .card-img-top {
	height: 200px;
	object-fit: cover;
}

#research-innovations .card-title {
	font-size: 1.2rem;
	margin-top: 15px;
	color: #007bff;
}

#research-innovations .card-text {
	font-size: 1rem;
	color: #081d3b;
}

#research-innovations .btn-primary {
	border-radius: 25px;
	font-size: 1rem;
	padding: 10px 30px;
}



.majors-section {
	padding: 60px 0;
	background-color: #f9f9f9;
}

.majors-section .section-title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
}

.majors-section .section-description {
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
	color: #555;
}

.majors-section .row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	/* Aradakı məsafə */
}

.majors-section .col-md-4 {

	display: flex;
}

.majors-section .card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	/* Kartın tam genişlikdə olması */
}

.majors-section .card-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.majors-section .card:hover {
	transform: translateY(-10px);
}

.majors-section .card-img-top {
	border-radius: 15px;
	max-height: 250px;
	object-fit: cover;
}

.majors-section .card-text {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	/* Maksimum 5 sətr */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/* Üç nöqtə əlavə olunur */
}

.majors-section ul {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	/* Maksimum 1 sətir */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/* Üç nöqtə əlavə olunur */
}



.majors-section .card-title {
	font-size: 22px;
	font-weight: bold;
	color: #1d3658;
	margin-bottom: 15px;
}

#majors {
	background-color: #5372F0;
}

.card-text {
	font-size: 16px;
	color: #555;
	margin-bottom: 20px;
}

ul {
	list-style: none;
	padding: 0;
}

ul li {
	font-size: 14px;
	color: #777;
	margin-bottom: 5px;
}

@media (max-width: 768px) {
	.majors-section .row .col-md-4 {
		margin-bottom: 20px;
	}

	.calendar-dates div {
		padding: 5px;
	}

	.main-content {
		padding: 2px;
	}

	.posts-con h3 {
		font-size: 13px !important;
	}

	.main-content {
		width: 100% !important;
	}

	.articles {
		flex-direction: column;
	}

	.posts article {
		width: 100% !important;
	}

	.about_container {
		flex-direction: column;
	}

	#about .about_area .about_text,
	.about_img {
		width: 100%;
	}
}

.features-section {
	text-align: center;
	padding: 50px 20px;
}

.features-section h2 {
	font-size: 2rem;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.features-section h2::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #0047AB;
}

.features-container {
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
}

.features-container {
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
}

.feature-box {
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 20px;
	text-align: center;
	width: 22%;
	min-width: 250px;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	height: 350px;
}

.sub-department-logo {
	width: 30%;
	position: absolute;
	top: -40px;
}

.sub-department-logo img {
	width: 100%;
}

.feature-box p {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	/* 5 satırla sınırla */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.toggle-btn {
	position: absolute;
	background: #007bff;
	color: white;
	border: none;
	padding: 5px 10px;
	border-radius: 4px;
	cursor: pointer;
	bottom: 45px;
	margin-top: auto;
	text-decoration: None;
	/* Butonu en alta hizalar */
}


.toggle-btn:visited {
	color: white;
}

.toggle-btn:hover {
	background: #0056b3;
}

.feature-box {
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 20px;
	text-align: center;
	width: 22%;
	min-width: 250px;
	min-width: 250px;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	height: 250px;
}

.feature-box p {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.5;
	/* Satır yüksekliği */
	display: -webkit-box;
	/* Webkit tabanlı tarayıcılar için kutu modeli */
	-webkit-line-clamp: 5;
	/* Maksimum 5 satır göster */
	-webkit-box-orient: vertical;
	/* Dikey kutu yönü */
	overflow: hidden;
	/* Taşan metni gizle */
	text-overflow: ellipsis;
	/* Gizlenen kısma "..." ekle */
}



.feature-box .text {
	height: 100%;
	padding: 20px;
	position: absolute;
	top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: start;
}

.feature-box i {
	font-size: 2.5rem;
	color: #0047AB;
	margin-bottom: 15px;
}

.feature-box h3 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	color: #1d3658;
	text-align: center;
}

.feature-box p {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.features-container {
		flex-direction: column;
		align-items: center;
	}

	.feature-box {
		width: 80%;
	}
}

/* Ixtisaslar bölməsi */
.ixtisas-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.ixtisas-card {
	background-color: #fff;
	text-align: justify;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	width: 350px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease;
	text-align: center;
	display: flex;
	flex-direction: column;
	height: 350px;
	justify-content: first baseline;
	gap: 30px;
}

.ixtisas-card:hover {
	transform: scale(1.05);
}

.ixtisas-card i {
	font-size: 40px;
	color: #007bff;
	margin-bottom: 15px;
}

.ixtisas-card h3 {
	margin: 0 0 10px;
	color: #007bff;
}

/* Mətni 3 sətirdə kəsmək üçün */
.ixtisas-card p {
	margin: 0 0 10px;
	line-height: 1.6;
	color: #555;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* 3 sətir göstərəcək */
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

/* "Daha çox" linki tərtibatı */
.ixtisas-card a {
	color: #007bff;
	text-decoration: none;
	font-weight: bold;
}

.ixtisas-card a:hover {
	text-decoration: underline;
}

/* Responsivlik */
@media (max-width: 768px) {
	.ixtisas-card {
		width: 100%;
		height: auto;
		/* Mobil üçün hündürlüyü avtomatik qur */
	}

	#sidebar h2 {
		text-align: center !important;
	}

	.logo_text p {
		font-size: 14px;
		width: 190px;
	}


	.ixtisas-card p {
		white-space: normal;
		/* Mobildə mətni sığdır */
		height: auto;
		/* Mətni kəsiləcək şəkildə təyin etmə */
	}
}

/* posts
------------------------------------------------------------------------------*/

.posts {
	overflow: hidden;
	padding-bottom: 91px;
	/* background-color: var(--main-blue); */
}

.articles {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;

}

.ixtisaslar {
	background-color: #5372F0;
}

.articles .article:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.posts h2,
.posts .text-muted {
	/* color: #fff !important; */
	color: #376284 !important;
}

.posts article {
	width: calc((100% - 20px)/2);
	height: 150px;
	float: left;
	padding: 15px;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s ease;
	background-color: #fff;
	transition: transform 0.3s, box-shadow 0.3s;
}

.posts .pic {
	float: left;
	margin-right: 30px;

}

.testimonial-section .info {
	display: flex;
	flex-direction: column;
	text-align: left;
}

.testimonial-section .info p {
	height: 99px;
}

.testimonial-section .info a,
a:visited {
	color: #fff;
	text-decoration: none !important;
}

.posts .info {
	overflow: hidden;
	padding-right: 10px;
}

.posts .info h3 {
	overflow: hidden;
	color: #376284;
	font-weight: 900;
	font-size: 22px;

}

/* news
------------------------------------------------------------------------------*/

.news {
	overflow: hidden;
	background: #f8f9fa;
	padding: 57px 0 70px 0;
}

.news .badges {
	display: flex;
	justify-content: space-between;
}


h1,
h2 {
	color: rgba(34, 34, 34, 1);
	font-size: 72px;
	font-weight: 900;
	text-align: center;

}

h1 {
	text-align: left;
	padding-bottom: 25px;
}



.news article {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.news .pic {
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 25px;
	margin-top: 4px;
}

.news .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.news .info {
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.news .info h4 {
	color: #8ed3ef;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.news .info .date {
	color: #899ec4;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
}

.news .info p {
	padding-bottom: 11px;
}

.news h2 {
	color: #1d3658;
}

.news .more {
	padding-right: 23px;
	background: url(../images/bg_arrow_blue.png) no-repeat 100% 50%;
	color: #8ed3ef;
}

.more {
	padding-right: 23px;
	background: url(../images/bg_arrow_blue_dark.png) no-repeat 55% 50%;
	color: rgba(0, 108, 182, 1);
}

.btn-holder {
	text-align: center;
	clear: both;

}

a.btn,
.btn {
	color: #7d8797;
	border-radius: 4px;
	background: #fff;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	padding: 0 21px;
	border: none;
}

a.btn.blue,
.btn.blue {
	background: rgba(0, 108, 182, 1);
	color: #fff;
}

/* events
------------------------------------------------------------------------------*/

.events {
	padding: 57px 0 100px 0;
}

.events article {
	width: 25%;
	float: left;
	padding: 0 15px;
	font-size: 14px;
	line-height: 20px;
}

.current-date {
	width: 100px;
	float: left;
	border-radius: 4px;
	background-color: var(--main-blue);
	margin-right: 20px;
	margin-top: 4px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 8px;
	line-height: 20px;

}

.current-date .date {
	background-color: #fff;
	color: var(--main-blue);
	font-size: 40px;
	border-radius: 4px;
	line-height: 49px;
	margin-top: 3px;
	font-weight: bold;
	padding: 8px;
}

.events .info {
	overflow: hidden;
}

.today-on-web h2 {
	color: #1d3658;
}

.events .info p {
	padding-bottom: 13px;
	min-height: 153px;
}


.XEB .btn-text {
	font-weight: 700;
	font-size: 16px;
	line-height: 19.5px;
	border-bottom: 3px solid rgba(0, 108, 182, 1);
	display: inline-block;
	padding-bottom: 3px;
	margin-top: 30px;
	color: rgba(0, 108, 182, 1);
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}

.pagination .step-links {
	display: flex;
	gap: 10px;
	/* Add spacing between items */
}

.pagination a {
	text-decoration: none;
	color: #007BFF;
	/* Blue color for links */
	font-weight: bold;
	padding: 5px 10px;
	border: 1px solid #007BFF;
	/* Border to give button-like appearance */
	border-radius: 5px;
	transition: all 0.3s ease;
	/* Smooth transitions for hover effects */
}

.pagination a:hover {
	background-color: #007BFF;
	/* Blue background on hover */
	color: white;
	/* White text on hover */
	text-decoration: none;
	/* Ensure no underline */
}

.pagination .current {
	font-weight: bold;
	color: #555;
	/* Gray text for the current page */
	padding: 5px 10px;
	border: 1px solid #ddd;
	/* Light border for consistency */
	border-radius: 5px;
	background-color: #f8f9fa;
	/* Light gray background */
}

/* info-request
------------------------------------------------------------------------------*/
/* Genel düzen */
/* Genel düzen */
.info-request {
	display: flex;
	align-items: center;
	justify-content: space-between;

	color: #fff;
	text-decoration: none;
	padding: 15px 20px;
	border-radius: 8px;
	height: 134px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
}

/* İkon (sol taraf) */
.info-request .icon {
	font-size: 50px;
	margin-right: 15px;
	color: #fff;
}

.b-goal-area {
	height: 50vh;
}

.b-goal-area .b-goal-content {
	width: 100%;
	height: 233px;
	background-color: #D6EEFF;
	display: flex;
	justify-content: space-around;
	align-items: center;

}

.b-goal-area .container {
	position: relative;
}

.b-goal-area .b-goal-content .b-goal-text {
	width: 380px;
	height: 116px;
}

.b-goal-area .b-goal-content .b-goal-text h4 {
	font-weight: 900;
	font-size: 42px;
	line-height: 37.32px;
	color: #222222;
}

.b-goal-area .b-goal-content .b-goal-text p {
	color: rgba(0, 108, 182, 1);
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	padding-top: 16px;
}

.b-goal-area #gr-2 {
	position: absolute;
	right: 0;
	top: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Also handle focus and active states if needed */
a:focus,
a:active {
	text-decoration: none;
}

.b-goal-area #gr-1 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.b-goal-content .btn {
	width: 210px;
	height: 60px;
	padding: 16px, 36px, 16px, 36px;
	background-color: rgba(0, 108, 182, 1);
	color: rgba(255, 255, 255, 1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.b-goal-content .btn .btn-txt {
	width: 138px;
	height: 28px;
	gap: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.b-goal-content .btn .btn-txt span {
	font-size: 16px;
	font-weight: 600;
	line-height: 19.5px;
}

.btn img {
	transition: transform 0.3s ease;
}

/* Metin alanı */
.info-request .holder {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.info-request .title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
}

.info-request .text {
	font-size: 14px;
	color: #e0e0e0;
}

/* Arrow (sağ taraf) */
.info-request .arrow {
	margin-left: 15px;
	transition: transform 0.3s ease;
}

.info-request .arrow svg {
	fill: #fff;
}

/* Hover efekti */

.info-request:hover .arrow {
	transform: translateX(10px);
	/* Ok sağa kayar */
}




/* Content
------------------------------------------------------------------------------*/

#content {
	float: right;
	width: 760px;
}


/* Footer
------------------------------------------------------------------------------*/

.footer-section {
	background-color: #2b2c48;
	/* Dark background */
	color: #fff;
	/* White text */
	padding: 40px 0;
	position: relative;
	background-image: url('/static/images/background/background.png');
	/* Add your background pattern */
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-section .container {
	max-width: 1200px;
	margin: 0 auto;
}

.footer-section .contact-info {
	text-align: left;
}

.footer-section .info-list {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

.footer-section .info-list li {
	margin-bottom: 15px;
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #fff;
}

.footer-section .info-list i {
	font-size: 18px;
	margin-right: 10px;
	color: #e2e2e2;
}

.footer-section .social-icons {
	display: flex;
	gap: 15px;
	margin-bottom: 12px;
}


.footer-section .social-icons i {
	font-size: 20px;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
}

.footer-section .social-icons i:hover {
	color: #ffc107;
	/* Highlight color */
}

.footer-section .useful-links {
	text-align: left;
}

.footer-section .useful-links h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-section .useful-links ul {
	list-style: none;
	padding: 0;
}

.footer-section .useful-links li {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.footer-section .useful-links li a {
	color: #fff;
	text-decoration: none;

}

.footer-section .useful-links li i {
	font-size: 14px;
	margin-right: 10px;
	color: #ffc107;
}



/* #footer {
	clear: both;
	background: #333 url(../images/bg_white_arrow.png) no-repeat 50% 0;
	overflow: hidden;
	padding: 91px 0 0 0;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

#footer article {
	float: left;
	width: 25%;
	padding: 0 15px;
}

#footer h3 {
	color: #fff;
	font-weight: 900;

	line-height: 40px;
	font-size: 36px;

	line-height: 52px;
	display: block;
	padding-bottom: 30px;

}

#footer a {
	color: #fff;
	margin: 20px 0px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: rgba(255, 255, 255, 1);
}

#footer .col-1 li {
	border-bottom: 1px solid #3c5177;
	padding-top: 1px;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

#footer .col-1 li a {
	padding-left: 52px;
	display: block;
	position: relative;
}

#footer .col-1 li a:after {
	background: url(../images/ico_contacts.png) no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
}

#footer .col-1 .mail {
	padding-bottom: 21px;
	margin-bottom: 25px;
}

#footer .col-1 .mail a:after {
	background: url(../images/ico_contacts.png) no-repeat 0 -32px;
	height: 22px;
	top: -1px;
}

#footer .col-1 .phone a:after {
	background: url(../images/ico_contacts.png) no-repeat 0 -54px;
	height: 32px;
	top: -6px;
}

#footer .last {
	border: none !important;
}

#footer .col-2 li {
	border-bottom: 1px solid #3c5177;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

#footer .col-2 li a {
	padding-left: 20px;
	background: url(../images/bg_arrow_blue.png) no-repeat 0 50%;
}

#footer .col-2 li.last {
	margin-bottom: 0;
}

#footer article p {
	padding-bottom: 17px;
}

#footer .col-3 li {
	padding: 0 10px 10px 0;
	float: left;
}

#footer .col-3 li a {
	background: #8ed3ef;
	display: block;
	width: 119px;
	height: 35px;
	line-height: 35px;
	color: #46788d;
	font-size: 14px;
	border-radius: 4px;
	padding-left: 35px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#footer .col-3 li a:after {
	background: #81c6e2 url(../images/ico_social.png) no-repeat 9px 8px;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	width: 35px;
}

#footer .col-3 .google-plus a:after {
	background-position: -26px 8px;
}

#footer .col-3 .twitter a:after {
	background-position: 9px -27px;
}

#footer .col-3 .pinterest a:after {
	background-position: -26px -27px;
}

#footer input {
	border-radius: 4px;
	background-color: #1e2d49;
	height: 52px;
	padding: 16px 20px;
	width: 100%;
	color: #fff;
	border: none;
	font-size: 14px;
	margin-bottom: 10px;
}

#footer button {
	border-radius: 4px;
	background: #fff;
	height: 52px;
	line-height: 52px;
	padding: 0 20px;
	width: 100%;
	color: #7e8798;
	border: none;
	font-size: 16px;
	margin-bottom: 10px;
}

#footer input::-webkit-input-placeholder {
	color: #fff;
}

#footer input::-moz-placeholder {
	color: #fff;
}

#footer .copy {
	display: block;
	text-align: center;
	clear: both;
	color: #899ec4;
	padding: 34px 0 26px 0;
} */


/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #000;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 8040;
	background: url(../images/ico_close.png) no-repeat;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/bg_blue.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

#fancy {
	display: none;
	padding: 19px 22px 26px 22px;
}

#fancy h2 {
	font-size: 48px;
	line-height: 48px;
	padding-bottom: 33px;
}

#fancy .left {
	float: left;
	padding: 0 4px;
}

#fancy .right {
	float: right;
	padding: 0 4px;
}

#fancy fieldset {
	width: 370px;
	background: #e6e8ec url(../images/ico_form.png) no-repeat 21px 19px;
	border-radius: 4px;
	height: 52px;
	margin-bottom: 8px;
}

#fancy .name {
	background-position: 21px -33px;
}

#fancy .subject {
	background-position: 21px -85px;
}

#fancy .question {
	background-position: 21px -137px;
	height: 172px;
}

#fancy input {
	height: 52px;
	font-size: 14px;
	color: #7e8798;
	border: none;
	background: none;
	width: 100%;
	padding: 16px 10px 16px 60px;
}

#fancy textarea {
	height: 172px;
	font-size: 14px;
	color: #7e8798;
	border: none;
	background: none;
	width: 100%;
	padding: 18px 10px 18px 60px;
	resize: none;
}

#fancy textarea::-webkit-input-placeholder,
#fancy input::-webkit-input-placeholder {
	color: #7e8798;
}

#fancy textarea::-moz-placeholder,
#fancy input::-moz-placeholder {
	color: #7e8798;
}

#fancy .btn-holder {
	padding-top: 32px;
}

#fancy .btn {
	width: 230px;
	height: 52px;
	line-height: 52px;
}

.crf-s {
	outline: none;
	line-height: 20px;
	margin: 0 0 8px 0;
	position: relative;
	cursor: pointer;
	height: 52px;
	font-size: 14px;
	color: #7e8798;
	border: none;
	background: none;
	width: 100%;
	display: block;
	padding: 16px 10px 16px 60px;
}

.crf-s:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	width: 52px;
	border-left: 1px solid #d0d2d5;
	background: url(../images/bg_arrow_select.png) no-repeat 19px 23px;
}

.crf-sm li {
	cursor: pointer;
}

.crf-sm {
	position: absolute;
	border: 1px solid #cccccc;
	display: none;
	overflow: auto;
	max-height: 300px;
	z-index: 9999;
	border: 1px solid #cbcbcb;
	background: #e6e8ec;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #555555;
	font-size: 14px;
	padding: 5px 20px;
	line-height: 24px;
}


/* Fonts
------------------------------------------------------------------------------*/

/* Media
------------------------------------------------------------------------------*/

@media (min-width: 769px) and (max-width: 1280px) {
	.posts .info h3 {
		font-size: 20px !important;
		line-height: 25px !important;
		margin-bottom: 1px !important;
	}

	.posts .articles article {
		padding: 8px !important;
	}

	.posts .pic {
		width: 80px !important;
		margin-right: 10px !important;
	}

	.posts .info p {
		font-size: 13px !important;
		line-height: 14px;
		padding-bottom: 5px;

	}
}


@media (min-width: 355px) and (max-width: 768px) {
	.posts .info h3 {
		font-size: 20px !important;
		padding-bottom: 1px !important;
	}

	.posts .info p {
		font-size: 14px !important;
		line-height: 14px;
	}

}

@media screen and (max-width: 1220px) {

	.container {
		width: 100%;
	}

	#header {
		overflow: hidden;
		padding-bottom: 60px;
		margin-bottom: -40px;
	}

	#menu {
		margin: 0 -80px;
	}

	#menu li {
		padding: 0 10px;
	}

	.slider {
		height: 400px;
		margin-bottom: 50px;
	}

	.slider .bxslider li {
		height: 400px;
	}

	.slider .info {
		float: right;
		padding: 50px 15px 0 0;
	}

	.slider .info h2 {
		font-size: 60px;
		line-height: 70px;
		padding-bottom: 50px;
	}

	.slider .info h2 span {
		font-size: 70px;
		line-height: 80px;
		display: inline-block;
	}

	.mac .slider .info h2 span {
		line-height: 61px;
	}

	.slider .info a {
		font-size: 36px;
		line-height: 40px;
	}

	.posts {
		padding-bottom: 50px;
	}


	.posts .pic {
		margin-right: 15px;
		width: 90px;
	}

	.posts .pic img {
		width: 100%;
	}

	.posts .info {
		padding-right: 0;
		font-size: 16px;
		line-height: 22px;
	}

	.posts .info h3 {
		font-size: 26px;
		line-height: 30px;
		padding-bottom: 7px;
		font-weight: 900;

	}

	.news {
		padding: 40px 0 50px 0;
	}

	h1,
	h2 {
		font-size: 50px;
		/* line-height: 60px; */
		padding-bottom: 20px;
	}

	.news article {
		width: 50%;
		margin-bottom: 20px !important;
		float: left;
		padding: 0 15px;
	}

	.news .pic {
		margin-right: 15px;
		width: 80px;
	}

	.news .pic img {
		width: 100%;
	}

	.btn-holder {
		padding: 50px 0 0 0;
	}

	.events {
		padding: 40px 0 50px 0;
	}

	.events article {
		width: 50%;
		padding-bottom: 30px;
	}

	.events article:nth-child(2n+2) {
		clear: left;
	}

	.events .info p {
		min-height: 0;
	}

	.info-request {

		height: auto;
		padding: 0;
		margin-bottom: 70px;
	}

	.info-request .holder {
		width: 100%;
		padding-bottom: 20px;
		padding-left: 138px;
	}

	.info-request .arrow {
		width: 100%;
		height: 80px;
	}

	.info-request .title {
		font-size: 50px;
		line-height: 60px;
	}

	#footer {
		padding: 50px 0 0 0;
	}

	#footer article {
		width: 50%;
		padding-bottom: 20px;
	}

	#footer article:nth-child(2n+1) {
		clear: left;
	}

	#footer h3 {
		font-size: 40px;
		line-height: 44px;
		padding-bottom: 30px;
	}

	#footer .copy {
		padding: 20px 15px 15px 15px;
	}

	#fancy .right,
	#fancy .left {
		width: 100%;
	}

	#fancy fieldset {
		width: 100%;
	}

	#sidebar {
		width: 40%;
	}

	.posts-con .current-date {
		margin-right: 15px;
	}

	.posts-con article {
		font-size: 14px;
		line-height: 22px;
	}

	.slider-con .slide li {
		width: 33.33%;
	}

	.slider-con .slide li img {
		width: 100%;
	}

	#sidebar .sidemenu a {
		font-size: 20px;
	}

}


@media (max-width: 425px) {
	.stat-divider {

		width: 5px;
		border-left: 0px solid #ddd !important;
	}

	#about {

		padding: 10px 5px !important;
	}

	h2 {
		font-size: 25px !important;
	}

	h3 {
		font-size: 24px !important;
	}

	p {
		font-size: 14px;
		line-height: 14px;
	}

	.posts .info h3 {
		font-size: 16px !important;
		line-height: 16px;
		padding-bottom: 1px;
	}

	.posts .pic {
		margin-right: 10px;
		width: 60px;
	}

	.stat-item .stat-icon {
		width: 30px !important;
		height: 30px !important;

		font-size: 20px !important;
	}

	.stat-item {
		gap: 5px !important;
	}

	.stat-item {
		padding: 5px 8px !important;
	}

	.stat-description {
		font-size: 8px;
		color: #081d3b;
	}

	.stat-item .stat {
		font-size: 12px !important;
	}
}



@media screen and (min-width: 701px) {

	#menu {
		display: block !important;
	}

	.text-overlay span {
		font-size: 40px;
	}

	.carousel-inner {
		height: 500px;
	}


}




@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

	#logo {
		background-image: url(../images/logo@2x.png);
		background-size: 121px 134px;
	}

	.slider .info a {
		background-image: url(../images/bg_arrow@2x.png);
		background-size: 36px 19px;
	}

	.slider .bx-pager-item a {
		background-image: url(../images/bg_slider_nav@2x.png);
		background-size: 24px 13px;
	}

	.news .more {
		background-image: url(../images/bg_arrow_blue@2x.png);
		background-size: 10px 7px;
	}

	.more {
		background-image: url(../images/bg_arrow_blue_dark@2x.png);
		background-size: 10px 7px;
	}

	.info-request {
		background-image: url(../images/ico_information@2x.png);
		background-size: 65px 64px;

	}

	.info-request .arrow {
		background-image: url(../images/bg_arrow_information@2x.png);
		background-size: 180px 57px;
	}


	#footer .col-1 li a:after {
		background-image: url(../images/ico_contacts@2x.png) !important;
		background-size: 32px 86px !important;
	}

	#footer .col-2 li a {
		background-image: url(../images/bg_arrow_blue_dark@2x.png);
		background-size: 10px 7px;
	}

	#footer .col-3 li a:after {
		background-image: url(../images/ico_social@2x.png) !important;
		background-size: 52px 53px !important;
	}

	#footer {
		background-image: url(../images/bg_white_arrow@2x.png);
		background-size: 117px 30px;
	}

	.slider:after {
		background-image: url(../images/bg_white_arrow@2x.png);
		background-size: 117px 30px;
	}

	.slider .bg-bottom {
		background-image: url(../images/bg_white@2x.png);
		background-size: 1920px 30px;
	}

	.fancybox-close {
		background-image: url(../images/ico_close@2x.png);
		background-size: 50px 50px;
	}

	#fancy fieldset {
		background-image: url(../images/ico_form@2x.png);
		background-size: 19px 173px;
	}

	.crf-s:after {
		background-image: url(../images/bg_arrow_select@2x.png);
		background-size: 15px 7px;
	}

	.posts-con .info-line .time {
		background-image: url(../images/ico_time@2x.png);
		background-size: 17px 16px;
	}

	.posts-con .info-line .place {
		background-image: url(../images/ico_place@2x.png);
		background-size: 13px 16px;
	}

	#sidebar .calendar .head .next,
	#sidebar .calendar .head .prev {
		background-image: url(../images/bg_arrow_nav@2x.png);
		background-size: 52px 17px;
	}

	#sidebar .calendar .tooltip .time {
		background-image: url(../images/ico_time_2@2x.png);
		background-size: 17px 16px;
	}

	#sidebar .calendar .tooltip .place {
		background-image: url(../images/ico_place_2@2x.png);
		background-size: 13px 16px;
	}

	.slider-con .bx-pager-item a {
		background-image: url(../images/bg_slider_nav_2@2x.png);
		background-size: 32px 17px;
	}

	.divider {
		background-image: url(../images/bg_white_arrow@2x.png);
		background-size: 117px 30px;
	}

	.divider:after {
		background-image: url(../images/bg_white@2x.png);
		background-size: 1920px 30px;
	}

	.menu-trigger {
		background-image: url(../images/bg_menu_trigger@2x.png) !important;
		background-size: 30px 30px !important;
	}

}


#sidebar .widget .gal_item {
	width: 111px;
	height: 111px;
}

#sidebar .widget .gal_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1000px) {
	.widget.list .btn-holder {
		text-align: left;
	}
}

@media screen and (max-width: 768px) {
	.about_img {
		display: none;
	}

	#about p {
		font-size: 12px;
	}

	.stat-divider {
		width: 6px;
	}

	.slider .info {
		padding-top: 70px;
	}

	#footer {
		padding-top: 60px;
	}

	.posts {
		flex-direction: column;
	}

	.posts .container {
		width: 100% !important;
	}
}

@media screen and (max-width: 700px) {

	body {
		min-width: 320px;
	}

	#header {
		padding-bottom: 0;
		margin-bottom: -20px;
	}

	#logo {
		width: 90px;
		height: 100px;
		margin: 0 auto;
		background-size: 90px 100px;
	}

	.menu-trigger {
		background: url(../images/bg_menu_trigger.png) no-repeat;
		height: 30px;
		width: 30px;
		display: block;
		position: absolute;
		top: 15px;
		right: 10px;
		cursor: pointer;
	}

	#menu {
		display: none;
		clear: both;
		margin: 0;
		padding-bottom: 35px;
		padding-left: 15px;
		overflow: hidden;
	}

	#menu ul {
		padding: 0;
		float: left;
		clear: left;
	}

	#menu li {
		padding: 0 10px;
		display: block;
		float: left;
		clear: left;
	}

	.slider,
	.slider .bx-viewport,
	.slider .bx-viewport,
	.slider .bxslider li {
		height: 300px !important;
	}

	.slider .info {
		padding: 60px 15px 40px 15px;
	}

	.slider .info h2 {
		font-size: 40px;
		line-height: 50px;
		padding-bottom: 30px;
	}

	.slider .info h2 span {
		font-size: 40px;
		line-height: 50px;
		padding: 0 15px;
	}

	.mac .slider .info h2 span {
		line-height: 50px;
		padding-top: 10px;
	}

	.slider .info a {
		font-size: 26px;
		line-height: 30px;
		padding-right: 50px;
	}

	.posts {
		padding-bottom: 40px;
	}

	.posts article {
		width: 100%;
		padding-bottom: 30px;
	}

	.news {
		padding: 30px 0 40px 0;
	}

	h1,
	h2 {
		font-size: 40px;
		line-height: 40px;

	}


	.news article {
		width: 100%;
		padding-bottom: 30px;
	}

	.btn-holder {
		padding: 20px 0 0 0;
	}

	.events {
		padding: 30px 0 40px 0;
	}

	.events article {
		width: 100%;
		padding-bottom: 30px;
	}

	.info-request {
		background-position: 20px 40px;
		background-size: 32px 32px;
		margin-bottom: 50px;
	}

	.info-request .holder {
		padding-left: 70px;
	}

	.info-request .title {
		font-size: 40px;
		line-height: 40px;
		padding-bottom: 6px;
	}

	#footer article {
		width: 100%;
	}

	#footer h3 {
		font-size: 34px;
		line-height: 34px;
		padding-bottom: 20px;
	}

	#fancy {
		padding-left: 0;
		padding-right: 0;
	}

	.main-content,
	#sidebar {
		width: 100%;
	}

	#sidebar .calendar {
		position: relative;
	}

	#sidebar .calendar .tooltip {
		position: static;
	}

	#sidebar .calendar .tooltip .holder {
		top: 430px;
		right: 0;
		left: 0;
		width: auto;
		z-index: 99;
	}

	#sidebar .calendar .tooltip .holder:after {
		display: none;
	}

	#sidebar .sidemenu {
		padding-top: 0;
	}

	@media (-webkit-min-device-pixel-ratio: 2),
	(min-resolution: 192dpi) {

		#logo {
			background-image: url(../images/logo@2x.png);
			background-size: 90px 100px;
		}
	}
}

@media screen and (max-width: 480px) {
	#footer article {
		padding-bottom: 30px;
	}
}



.members .team-member {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.members .team-member:hover {
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	/* Slightly bigger shadow on hover */
	transform: translateY(-5px);
	/* Elevate the card a bit on hover */
}

.members .member-img {
	width: 100%;
	height: 230px;
	/* Set fixed height */
	overflow: hidden;
	/* Hide excess part of the image */
	display: flex;
	justify-content: center;
	align-items: center;
}

.members .member-img img {
	width: 100%;
	/* Ensure the image takes full width */
	height: 100%;
	/* Ensure the image takes full height */
	object-fit: cover;
	/* Ensure the image covers the area without distortion */
	border-radius: 10px;
	/* Make the image rounded */
}

.member-info {
	padding: 20px;
	text-align: center;
}

@media (max-width: 991px) {
	.members .col-lg-3 {
		/* For tablets and mobile, show 2 items per row */
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 575px) {
	.members .col-md-6 {
		/* For smaller screens, show 1 item per row */
		flex: 0 0 100%;
		max-width: 100%;
	}
}


.centred {
	text-align: center;
}

section,
.section {
	color: var(--default-color);
	background-color: var(--background-color);
	padding: 20px 0;
	scroll-margin-top: 90px;
	overflow: clip;
}

.auto-container {
	position: static;
	width: 100%;
	padding: 0px 15px;
	margin: 0 auto;
}

.testimonial-section .three-item-carousel {
	display: flex;
	align-items: center;
	justify-content: space-between;

}


.testimonial-section {
	margin-top: 50px;
	position: relative;
	padding: 15px 0px 15px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.testimonial-section .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 60px;
}

.testimonial-section:before {
	position: absolute;
	content: '';
	background: #ffffff;
	/* 252638 */
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.95;
}




.testimonial-section .three-item-carousel {
	display: flex;
	align-items: center;
	justify-content: space-between;

}


.testimonial-block-one .inner-box {
	position: relative;
	display: block;

}


.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
	display: none !important;
}


.stats-section {
	/* margin: 0 auto; */
}

.bg-slate-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.stat-item {
	font-size: 36px;
	font-weight: bold;
	color: #212529;
	display: flex;
	gap: 25px;
	text-align: center;
	background-color: #ffffff;
	padding: 15px 20px;
	border-radius: 10px;
	transition: transform 0.3s ease-in-out;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}

.stat-item .stat {
	font-size: 20px;
}

.stat-item .stat-icon {
	--tw-bg-opacity: 0.75;
	width: 40px;
	height: 40px;
	background-color: var(--stat-icon-backgroundcolor);
	border-radius: 50%;
	font-size: 25px;

}

.stat-item .stat-icon i {
	color: #ffffff;

}

.stat-description {
	font-size: 12px;
	color: #081d3b;

}

.stat-divider {
	border-left: 2px solid #ddd;
	height: 60px;
	/* width: 20px; */
}

.stat-iteams {
	margin: 0 auto !important;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.image-wrapper {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.image-wrapper img {
	width: 100%;
	height: auto;
}

.icon-overlay {
	position: absolute;
	top: 10%;
	right: 10%;
	background-color: #ffd700;
	padding: 10px;
	border-radius: 50%;
}

.hidden-section {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.visible-section {
	opacity: 1;
	transform: translateY(0);
}


.loader-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	/* Azca şəffaf ağ fon */
	z-index: 9999;
	/* Ən üst səviyyədə görünməsi üçün */
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Spinner (GIF) */
.spinner {
	width: 150px;
	/* GIF-in genişliyi */
	height: auto;
	/* Proporional olaraq ölçüləndirilməsi */
}

.sub-department-logo {
	width: 30%;
	position: absolute;
	top: -36px;
}

.sub-department-logo img {
	width: 100%;
}

.logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-container .sitename {
	font-size: 16px;
	align-items: center;
	justify-content: center;
}


.contact-faq-section {
	padding: 40px 0;
	background-color: #f8f9fa;
	/* Light background */
}

.contact-faq-section .form-card,
.contact-faq-section .faq-card {
	background: #fff;
	/* White card background */
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* Subtle shadow */
	padding: 20px;
}

.contact-faq-section .section-title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #343a40;
	/* Dark gray */
}

.contact-faq-section .form-label {
	font-weight: 600;
	font-size: 0.9rem;
}

.contact-faq-section .form-control {
	background-color: #e9ecef;
	/* Light gray input background */
	border: none;
	border-radius: 6px;
	padding: 10px;
}

.contact-faq-section .form-control:focus {
	outline: none;
	box-shadow: 0 0 4px rgba(0, 123, 255, 0.5);
	/* Blue focus shadow */
}

.contact-faq-section .btn-primary {
	background-color: var(--main-blue);
	border: none;
	border-radius: 6px;
	padding: 10px 15px;
	font-size: 1rem;
	font-weight: 600;
}

.contact-faq-section .btn-primary:hover {
	background-color: var(--main-blue);
}

.contact-faq-section .accordion-button {
	font-size: 1rem;
	font-weight: 600;
}

.contact-faq-section .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: var(--main-blue);
}

.contact-faq-section .accordion-body {
	font-size: 1rem;
	color: #495057;
	/* Muted text */
}




/* Initial animation for the articles */
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Existing animations and transitions */
.posts .articles article {
	opacity: 0;
	animation: fadeInUp 0.5s forwards;
	animation-delay: 0.3s;
	transition: transform 0.3s ease, box-shadow 0.3s ease, scale 0.3s ease, background-color 0.3s ease, color 0.3s ease;
	/* Added background-color and color transitions */
}

/* Delay for each article's animation */
.posts .articles article:nth-child(1) {
	animation-delay: 0.3s;
}

.posts .articles article:nth-child(2) {
	animation-delay: 0.5s;
}

.posts .articles article:nth-child(3) {
	animation-delay: 0.7s;
}

.posts .articles article:nth-child(4) {
	animation-delay: 0.9s;
}

.posts .articles article:nth-child(5) {
	animation-delay: 1.1s;
}

.posts .articles article:nth-child(6) {
	animation-delay: 1.3s;
}

/* Hover effect: Scale, rotate, and color change */
.posts .articles article:hover {
	cursor: pointer;
	transform: scale(2.05);
	box-shadow: 0 8px 15px rgba(184, 196, 202, 0.2);
	/* More prominent shadow */

	border: 2px solid #fff;
	/* Change card color on hover */

	/* Change text color on hover */
}

/* Ensure text and icons adapt to hover color */
.posts .articles article:hover h3,
.posts .articles article:hover p {

	/* Ensure text is visible on hover */
}

.posts .articles article:hover .pic img {
	/* filter: brightness(0) invert(1); */
	/* Optional: Invert icon color */
}

/* Ensuring the section becomes visible when scrolled into view */
.hidden-section {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1s ease, transform 1s ease;
}

.hidden-section.visible {
	opacity: 1;
	transform: translateY(0);
}



/* Ensure styles are scoped within .news-section */


.news-section {
	margin-top: 20px;
}

.news-section .news-card {
	position: relative;
	border: none;
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-section .news-card:hover {
	transform: translateY(-5px) scale(1.02);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.news-section .card-img-top {
	height: 200px;
	object-fit: cover;
}

.news-section .badge {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
}

.news-section .video-badge {
	background-color: #28a745;
	/* Green */
}

.news-section .photo-badge {
	background-color: #dc3545;
	/* Red */
}

.news-section .updated-badge {
	background-color: #ffc107;
	/* Yellow */
}

.news-section .card-meta {
	font-size: 12px;
	color: #081d3b;
	margin-bottom: 10px;
}

.news-section .card-title {
	font-size: 16px;
	font-weight: bold;
	color: #081d3be6;
	margin-bottom: 10px;
}

.news-section .card-category {
	font-size: 14px;
	color: #007bff;
	font-weight: bold;
	text-transform: uppercase;
}

.news-section .card-stats {
	font-size: 12px;
	color: #081d3b;
}

.news-section .card-stats span {
	margin-right: 15px;
}

.news-section .card-stats i {
	margin-right: 5px;
	color: #333;
}

.featured-news {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.featured-content h2 {
	font-size: 25px !important;
}



.featured-content {
	padding: 20px;
}

.featured-meta {
	color: #777;
	font-size: 0.9rem;
}

.featured-description {
	font-size: 1rem;
	line-height: 1.5;
}


/* Latest News Section */
.latest-news {
	margin-top: 20px;
}

.latest-news .section-title {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0px;
	text-transform: uppercase;
}


.email-form .error-message {
	display: none;
	background: #df1529;
	color: #ffffff;
	text-align: left;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}

.email-form .sent-message {
	display: none;
	color: #ffffff;
	background: #059652;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}

.email-form .loading {
	display: none;
	background: var(--surface-color);
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
}

.email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid var(--accent-color);
	border-top-color: var(--surface-color);
	animation: email-form-loading 1s linear infinite;
}

@keyframes email-form-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}