/*************************************   imported sass files  ********************************************/
/*************************************   mixed properties   ********************************************/
.universityCard .UniCardBody .txt2University, .universityCard .UniCardBody txt1University, .txt1InBox, .txt2News, .box1news p, .cardAboutUs .card-body .txt2AboutUs {
  font-size: 17px;
  color: #1a1a1a;
}

.registerForm .mobileCountry, .contactForm .identityQ2 {
  max-width: 129px;
  width: 100%;
}

.universityCard .btnApply, .btnFind button {
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  background-color: #0068af;
  padding: 12px 2px 11px;
  width: 100%;
  max-width: 222px;
  border: none;
  cursor: pointer;
}

.btnRegister button {
  max-width: 196px;
  width: 100%;
  padding: 7px 0 6px;
  border-radius: 5px;
  border: solid 1px #0068af;
  background-color: #0273b5;
  font-size: 17px;
  font-weight: bold;
  color: #f6f6f6;
  cursor: pointer;
}

.universityCard .btnApply {
  font-weight: bold;
  color: #000000;
  border: solid 1px #e79800;
  max-width: 139px;
  background-color: #ffffff;
}

/*************************************   Basic elements style  ********************************************/
.carousel-indicators {
  z-index: 2 !important;
}

body {
  font-family: "Almarai", sans-serif !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

a:hover {
  text-decoration: none !important;
}
a:focus {
  box-shadow: none !important;
}

.form-control:focus {
  box-shadow: none !important;
}

/*************************************  Content Style   ********************************************/
.boxPosition {
  position: relative;
}

.imgProf {
  border-radius: 50%;
  border: solid 1px #e79800;
}

html:not([data-scroll="0"]) header {
  position: fixed;
}
html:not([data-scroll="0"]) header .navBarHeader {
  background-color: #f3f2f2;
}
html:not([data-scroll="0"]) header .logoHeader {
  background-image: url("../img/gg.png");
  background-color: #0068af;
}
html:not([data-scroll="0"]) header .navItems li a {
  color: #132d68;
}
html:not([data-scroll="0"]) header .navItems li a:hover {
  color: #e79800;
}
html:not([data-scroll="0"]) header .navItems li a:after {
  display: none;
}

.headerR2 {
  padding: 10px 0;
  background-color: #e3e3e3;
}

.headerR1 {
  padding: 4px 0;
  background-color: #0273b5;
}

.txtLogin {
  font-size: 18px;
  color: #ffffff;
  margin-right: 10px;
}

header {
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  z-index: 9;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0.01));
}

.logoHeader {
  padding: 15px 0;
}

.navBarHeader {
  padding: 6px 0;
}

.header1 a {
  font-size: 18px;
  text-decoration: none;
}
.header1 a:hover {
  color: #ff9800;
}
.header1 .langAR {
  font-weight: bold;
  color: #eeecec;
  margin-left: 15.5px;
}
.header1 .searchIcon {
  margin-left: 15.2px;
}
.header1 .searchIcon a {
  color: #ffffff;
}
.header1 .loginLink {
  color: #ffffff;
}
.header1 .registerLink:before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 7px;
}
.header1 .logoutLink {
  color: #e79800;
}
.header1 .logoutLink2 {
  margin-right: 10px;
}

.navItems {
  padding-right: 0;
}
.navItems li {
  padding-left: 35px;
}
.navItems li:last-child {
  padding-left: 0;
}
.navItems li a {
  padding: 0;
  color: #ffffff;
  font-size: 18px;
}
.navItems li a:focus, .navItems li a:hover {
  background-color: transparent;
  outline: none;
}
.navItems li a:hover:after {
  border-bottom: 1px solid #e79800;
}
.navItems li a:after {
  content: "";
  width: 25px;
  display: block;
  margin: auto;
  padding-bottom: 5.5px;
  border-bottom: 1px solid transparent;
}
.navItems li a.active:after {
  border-bottom: 1px solid #e79800;
}

.headerResponsive {
  display: none;
}

.btnResponsive button {
  background: transparent;
}
.btnResponsive button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.collapseLines span {
  width: 24.8px;
  height: 2.9px;
  display: block;
  background-color: #0273b5;
  margin: 5px;
}

.headerList {
  border-top: solid 1px #c4c4c4;
  padding: 0;
  margin-bottom: 0;
}
.headerList li {
  padding: 9px 20px;
}
.headerList li a {
  font-size: 18px;
  color: #0273b5;
  text-decoration: none;
}
.headerList li a:hover {
  font-weight: bold;
  color: #e79800;
}

.collapsedMenu {
  background-color: #e3e3e3;
}

.bgHeader {
  position: relative;
}
.bgHeader img {
  width: 100%;
  filter: brightness(0.4);
  height: 522.225px;
}
.bgHeader .headerTitle {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 130px;
}
.bgHeader .headerTitle h1 {
  font-size: 33px;
  color: #ffffff;
}

footer .footer1 {
  background-image: url("../img/footer.png");
  padding: 50px 0;
}
footer .footer1 .sec1footer h3 {
  font-size: 25px;
  color: #e79800;
  margin-bottom: 15px;
}
footer .footer1 .sec1footer .txt1footer {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 66px;
}
footer .footer1 .sec1footer .socialMedia a {
  margin-left: 10px;
  display: inline-block;
}
footer .footer1 .sec1footer .socialMedia a:last-child {
  margin-left: 0;
}
footer .footer1 .sec1footer .txt2footer {
  margin-bottom: 15px;
}
footer .footer1 .sec1footer .txt2footer a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer1 .sec1footer .txt2footer:last-child {
  margin-bottom: 0;
}
footer .footer2 {
  background-color: #f3f2f2;
  padding: 10px 0;
}
footer .footer2 .txtFooter2 {
  font-size: 18px;
  color: #1a1a1a;
}

.footerHidden2 {
  display: none;
}

.bodySection {
  padding: 60px 0 160px 0;
}

.news-section {
  padding-bottom: 80px;
}

.newsTitle1 {
  font-size: 16px;
  font-weight: bold;
  color: #0273b5;
}

.newsTxt1 {
  font-size: 15px;
  color: #1a1a1a;
}

.btnNews1 {
  font-size: 15px !important;
  color: #ffffff !important;
  padding: 12px 0 11px 0 !important;
  border-radius: 15px !important;
  background-color: #0273b5 !important;
  max-width: 141px;
  width: 100%;
}
.btnNews1:hover {
  color: #ffffff;
  background-color: #e79800;
}

.newsCard {
  margin-bottom: 40px;
}

.imgNewsCard {
  border-radius: 5px;
  width: 100%;
  height: 242px;
}

.paginationItem {
  margin-left: 4px;
}
.paginationItem .paginationLink {
  border-radius: 4px;
  border: solid 1px #a8a8a8;
  color: #a8a8a8;
  padding: 10px 11px;
}
.paginationItem .paginationLink:hover {
  background-color: #0273b5;
  color: #ffffff;
}
.paginationItem .paginationLink:active {
  background-color: #0273b5;
  color: #ffffff;
}
.paginationItem .paginationLink2 {
  color: #58595b;
  padding: 10px 15px;
}

.responsivePagination {
  display: none !important;
  padding: 0;
}

.txtAboutUs {
  margin-bottom: 40px;
}

.cardAboutUs {
  padding: 30px 40px;
  margin-bottom: 30px;
  border-radius: 0 !important;
  background-color: #eeecec !important;
}
.cardAboutUs .card-header {
  height: 31.6px;
  border-radius: 5px !important;
  background-color: #0068af;
  padding: 5px 20px;
}
.cardAboutUs .card-header h2, .cardAboutUs .card-header h3 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.cardAboutUs .card-body .imgAboutUs {
  height: 249px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  border: none;
}
.box1news {
  overflow: auto;
  margin-bottom: 30px;
}
.box1news img {
  float: left;
  margin-right: 30px;
  height: 526px;
  width: 380.237px;
}
.box1news h2 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #0273b5;
}
.txt2News {
  margin-bottom: 40px;
}

.imgNewsNode {
  margin-bottom: 20px;
  width: 100%;
  height: 200px;
  border-radius: 5px;
}

.txt1InBox {
  font-weight: bold;
}

.langFilters {
  margin-bottom: 34px;
}

.searchBoxLine {
  border: none !important;
  border-bottom: solid 1px #c2c2c2 !important;
  border-radius: 0 !important;
}

.universityCard {
  border-radius: 0 !important;
  margin-top: 30px;
  padding: 14px 50px 14px 36px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
}
.universityCard .universityLogo {
  width: 134px;
  height: 90.7px;
}
.universityCard .UniCardBody .txt2University {
  font-weight: bold;
  font-size: 15px;
}
.universityCard .UniCardBody .txt3Uni {
  margin: 6px 0 15px 0;
}
.universityCard .UniCardBody .txt3University {
  margin-top: 5px;
}
.universityCard .btnApply:hover {
  background-color: #e79800;
}

.flexDir {
  align-items: center;
  display: flex;
}

.flexDir2 {
  display: flex;
  align-items: flex-end;
}

.langLogo {
  margin-bottom: 21.5px;
}
.langLogo:after {
  content: "";
  display: block;
  width: 166px;
  height: 1px;
  background-color: #e79800;
  margin: auto;
}
.langLogo .universityLogo {
  margin-bottom: 20.8px;
}

.btnLang {
  margin-top: 25px;
}

.headOffice h2 {
  font-size: 25px;
  font-weight: bold;
  color: #0068af;
  margin-bottom: 5px;
}
.headOffice .txtOffice {
  font-size: 18px;
  color: #1a1a1a;
}
.headOffice .txtReach {
  font-size: 18px;
  font-weight: bold;
}
.headOffice .txtReach a {
  color: #0068af;
}
.headOffice .txtReach .changeTxtReach {
  color: #e79800;
}

.socialContact h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
}
.socialContact .socialContactBox a {
  display: inline-block;
  margin-left: 10px;
}
.socialContact .socialContactBox a:last-child {
  margin-left: 0;
}
.socialContact .socialContactBox a img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.reachOffice {
  margin: 20px 0 46px 0;
}

.imgContact {
  width: 100%;
  height: 389px;
}

.contactForm {
  margin-top: 113px;
}
.contactForm .identityQ1 {
  margin-left: 10px;
}
.contactForm .identityQ1:last-child {
  margin-left: 0;
}
.contactForm .txtLabelContact {
  font-size: 17px;
  font-weight: bold;
  color: #1a1a1a;
}

.btnContact {
  margin-top: 44px;
}
.btnContact button {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  max-width: 137px;
  padding: 12px 0 11px 0;
  border-radius: 5px;
  background-color: #0068af;
  border: none;
  cursor: pointer;
}

.btnSearch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnSearch a {
  margin-top: 16px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  max-width: 126px;
  padding: 8px 0 7px 0;
  border-radius: 5px;
  background-color: #0068af;
  border: none;
  cursor: pointer;
}

.titleFaq {
  font-size: 27px;
  color: #1a1a1a;
}

.imgRegister {
  width: 100%;
  height: 498px;
  border-radius: 4px;
}

.registerForm {
  margin-bottom: 60px;
}
.registerForm h2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #0068af;
}
.registerForm .titleRegForm {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
}
.registerForm .mobileCountry {
  margin-left: 10px;
}

.registerBox {
  flex-direction: column;
  display: flex;
}

.registerName {
  font-size: 14px !important;
}

.cardStudy {
  background-color: #f1f1f1 !important;
}
.cardStudy .txtStudy {
  font-size: 17px;
  color: #1a1a1a;
}

.sec4box {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.sec4box:hover .imgDescription {
  visibility: visible;
}
.sec4box .imgSec4 {
  width: 100%;
  height: 256.663px;
  border-radius: 4px;
}
.sec4box .imgDescription {
  border-radius: 5px;
  margin-bottom: 0;
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: rgba(0, 84, 148, 0.86);
  color: #ffffff;
  visibility: hidden;
}
.sec4box .imgDescription h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.titleUk {
  font-size: 18px;
  font-weight: bold;
  color: #0068af;
  margin-bottom: 20px;
}

.txtUk {
  font-size: 17px;
  color: #1a1a1a;
}

.imgUk {
  width: 100%;
  height: 438px;
  border-radius: 5px;
}

.box1uk {
  margin-bottom: 40px;
}

.cardUk {
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff !important;
}
.cardUk .card-header h3 {
  font-weight: normal;
}
.cardUk .card-body {
  display: flex;
}

.img2Uk {
  margin-left: 30px;
  padding: 31px 35px !important;
  border-radius: 5px !important;
  background-color: #f6f6f6 !important;
  height: 269px !important;
  width: 100%;
  text-align: center;
  max-width: 320px !important;
}
.img2Uk img {
  width: 182px;
  height: 212px;
}

.innerBoxUk h4 {
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
}
.innerBoxUk h5 {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 10px;
  margin-bottom: 15px;
}
.innerBoxUk ul h4, .innerBoxUk ul h6 {
  font-size: 18px;
  font-weight: bold;
  color: #0068af;
  margin-bottom: 16px;
}
.innerBoxUk ul li {
  font-size: 17px;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.innerBoxUk ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e79800;
  display: inline-block;
  margin-left: 10px;
  border-radius: 50%;
}
.innerBoxUk .btnUkMore {
  position: absolute;
  bottom: 0;
  right: 0;
}
.innerBoxUk .btnUkMore button {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding: 12px 13px;
  border-radius: 5px;
  border: solid 1px #e79800;
  background-color: #ffffff;
  width: 100%;
  max-width: 127px;
}
.innerBoxUk .btnUkMore button:hover {
  background-color: #e79800;
}
.innerBoxUk .btnUkMore a {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding: 12px 13px;
  border-radius: 5px;
  border: solid 1px #e79800;
  background-color: #ffffff;
  width: 100%;
  max-width: 127px;
}
.innerBoxUk .btnUkMore a:hover {
  background-color: #e79800;
}

.cardInterested {
  border-radius: 0 !important;
}

.titleInterested {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.infoStudyBox {
  margin-bottom: 51px;
}
.infoStudyBox h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #0273b5;
}
.infoStudyBox .txtInfoStudy {
  font-size: 17px;
  color: #000000;
}
.infoStudyBox .img1infoStudy {
  width: 100%;
  height: 568.6px;
}

.listInfoStudy li {
  font-size: 18px;
  list-style-type: decimal;
  color: #0273b5;
  margin-bottom: 20px;
  margin-left: 17px;
}

.btnInfoStudy a {
  font-size: 20px;
  color: #0273b5;
  padding: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.45);
  max-width: 206px;
  width: 100%;
  border: none;
  border-right: 5px solid #0273b5;
  margin-right: 30px;
  cursor: pointer;
}
.btnInfoStudy a:hover {
  color: #e3e3e3;
  background-color: #0273b5;
  border-color: transparent;
}

.imgInstitute {
  width: 100%;
  height: 299px;
}

.cardInstitute {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 15px;
  background-color: rgba(237, 232, 232, 0.69);
}

.txt1instit {
  font-size: 17px;
  font-weight: bold;
  color: #001c54;
}

.txt2instit {
  font-size: 18px;
  font-weight: bold;
  color: #e79800;
}

.cardStudent {
  margin-top: 51px;
  padding: 30px;
  border-radius: 15px !important;
  background-color: rgba(237, 232, 232, 0.69) !important;
}

.cardStudentTxt1 {
  font-size: 20px;
  font-weight: bold;
  color: #001c54;
}

.cardStudentTxt2 {
  font-size: 16px;
  font-weight: bold;
  color: #e79800;
}

.instituteInfo {
  padding-bottom: 80px;
}

.aboutUniversity {
  background-image: url("../img/img1institute.png");
  background-repeat: no-repeat;
  padding: 106px 0 105px 0;
  background-size: 100% 100%;
  position: relative;
}
.aboutUniversity:before {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 28, 84, 0.8), rgba(0, 6, 17, 0.8));
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.aboutUniversity .innerBoxaboutUniv {
  position: relative;
}
.aboutUniversity .innerBoxaboutUniv h2 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
}
.aboutUniversity .innerBoxaboutUniv p {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 0;
}

.instituteCourses {
  padding: 91px 37px;
}
.instituteCourses h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #0068af;
}
.instituteCourses .institCourseCard {
  margin-bottom: 10px;
  padding: 12px 30px;
  border-radius: 14px;
  background-color: #0068af;
  overflow-wrap: break-word;
}
.instituteCourses .institCourseCard .institCourse {
  font-size: 18px;
  color: #ffffff;
}

.instituteAccordion {
  margin-bottom: 10px !important;
}
.instituteAccordion .card-header {
  padding: 12px 30px !important;
  border-radius: 14px !important;
  background-color: #0068af !important;
}
.instituteAccordion .card-header button {
  white-space: normal;
  background-color: transparent;
  font-size: 18px;
  color: #ffffff;
}
.instituteAccordion .card-header button .institutePlus {
  color: #e79800;
  margin-left: 20px;
}
.instituteAccordion .card-body {
  padding: 30px 41.5px 31px 41.5px;
  background-color: #eeecec;
}
.instituteAccordion .card-body ul li {
  font-size: 16px;
  color: #000000;
}
.instituteAccordion .card-body ul li .instituteminus {
  margin-left: 16px;
}
.instituteAccordion .card-body ul li .instituteminus i {
  color: #0068af;
}

.mersinBox {
  margin-bottom: 30px;
}

.faqCard {
  margin-top: 40px;
}
.faqCard .card-header {
  background-color: transparent;
}
.faqCard .card-header .faqCardHeader {
  justify-content: space-between;
}
.faqCard .card-header .faqCardHeader a {
  margin-bottom: 20px;
  padding: 26px 15px;
  width: 100%;
  max-width: 340px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.45);
  background-color: #0273b5;
  text-align: center;
  border-right: 5px solid transparent;
}
.faqCard .card-header .faqCardHeader a:last-child {
  margin-right: 0;
}
.faqCard .card-header .faqCardHeader a:hover {
  background-color: #e0e1e3;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.45);
  border-right: 5px solid #0273b5;
}
.faqCard .card-header .faqCardHeader a:hover .faqCardTitle {
  color: #0273b5;
}
.faqCard .card-header .faqCardHeader a.active {
  background-color: #e0e1e3;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.45);
  border-right: 5px solid #0273b5;
}
.faqCard .card-header .faqCardHeader a.active .faqCardTitle {
  color: #0273b5;
}
.faqCard .card-header .faqCardHeader a .faqCardTitle {
  font-size: 21px;
  color: #e3e3e3;
}
.faqCard .card-body {
  padding-top: 20px !important;
}

.faqAccordion {
  margin-bottom: 10px;
  border-radius: 0 !important;
  background-color: #e0e1e3 !important;
}
.faqAccordion .card-header button {
  background-color: transparent;
  width: 100%;
}
.faqAccordion .card-header button .btnFaq {
  color: #0273b5;
  font-weight: bold;
  font-size: 17px;
  float: right;
  white-space: pre-wrap;
}
.faqAccordion .card-header button .faqPlus {
  float: left;
  background-color: #e79800;
  color: #ffffff;
  padding: 4px 5px;
  border-radius: 50%;
}
.faqAccordion .card-body {
  padding: 5px 29px 33px 29px !important;
}
.faqAccordion .card-body p {
  margin-bottom: 0;
  font-size: 18px;
  color: #1a1a1a;
}

.cardServices {
  margin-bottom: 30px;
  background-color: #eeecec !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 3px solid #e79800 !important;
}
.cardServices .card-header {
  padding: 20px 25px 12px 25px;
  background-color: transparent;
  border-bottom: 0;
}
.cardServices .card-header img {
  width: 41px;
  height: 41px;
}
.cardServices .card-header h2 {
  margin-top: 20.5px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: bold;
  color: #0273b5;
}
.cardServices .card-body {
  padding: 3px 25px 20px 25px;
}
.cardServices .card-body p {
  font-size: 16px;
  margin-bottom: 0;
  color: #3d3c3b;
}

.imgServices {
  width: 100%;
  min-height: 350.9px;
  box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.39);
  margin-bottom: 30px;
}

.cardServices2 {
  border-top: 3px solid #0273b5 !important;
}

.imgLogoHeader {
  width: 100%;
  height: auto;
}

.txtHelp {
  font-size: 17px;
  color: #3d3c3b;
  margin-bottom: 32px;
}

.helpBox {
  margin-bottom: 20px;
  background-color: #eeecec !important;
  border-top: 4px solid #0273b5 !important;
  border-radius: 0 !important;
}

.helpBody h2 {
  color: #3d3c3b;
  margin-top: 20.5px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.helpBody .txtHelp {
  color: #3d3c3b;
  font-size: 16px;
}

.helpBox2 {
  border-top: 4px solid #e79800 !important;
}

/******************************************   Responsive   *****************************************/
@media (max-width: 1199px), not all and (min-width: 1200px) {
  .imgServices {
    min-height: 398.9px;
  }

  .navItems li {
    padding-left: 22px;
  }
}
@media (max-width: 991px), not all and (min-width: 992px) {
  .cardUk .card-body {
    display: block;
  }

  .imgContact {
    margin-bottom: 20px;
  }

  .header1 a {
    font-size: 13px;
  }

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

  .socialMedia {
    display: flex;
  }

  .sec1footer h3 {
    font-size: 21px !important;
  }

  .cardAboutUs .card-body {
    display: block;
  }
  .cardAboutUs .card-body .txt2AboutUs {
    margin-top: 30px;
  }

  .uniSearchBox {
    margin-top: 20px;
  }

  .headerTitle h1 {
    font-size: 27px !important;
  }

  .socialContact {
    margin-bottom: 30px;
  }

  .imgRegister {
    margin-bottom: 30px;
  }

  .cardStudy {
    margin-bottom: 30px;
  }

  .txtUk {
    margin-bottom: 30px;
  }

  .innerBoxUk {
    margin-top: 30px;
  }
  .innerBoxUk .btnUkMore {
    position: initial;
  }

  .txtInfoStudy {
    margin-bottom: 30px;
  }

  .faqCard .card-header .faqCardHeader a {
    max-width: 100%;
    margin-right: 0;
  }

  .cardServices {
    margin-bottom: 30px;
  }

  .imgServices {
    min-height: 364.263px;
  }

  .rowReverse {
    flex-flow: column-reverse;
  }

  .bgHeader .headerTitle {
    margin-bottom: 29px;
  }
  .bgHeader .headerTitle h1 {
    font-size: 23px !important;
  }
  .bgHeader img {
    height: auto;
  }

  .navItems li a {
    font-size: 16px;
  }
}
@media (max-width: 767px), not all and (min-width: 768px) {
  .box1news img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .infoStudyBox .img1infoStudy {
    height: auto;
  }

  header {
    position: inherit;
  }

  .navBarHeader {
    display: none;
  }

  .logoHeader {
    display: none;
  }

  .headerResponsive {
    display: block;
  }

  .header1 a {
    font-size: 15px;
  }

  .footerHidden2 {
    display: block;
  }

  .footerHidden1 {
    display: none;
  }

  .footerHidden2 {
    display: block;
  }

  .sec1footer {
    margin-bottom: 70px;
  }
  .sec1footer h3 {
    font-size: 25px !important;
  }

  .txt1footer {
    font-size: 18px !important;
  }

  .bgHeader img {
    height: auto;
  }
  .bgHeader .headerTitle {
    margin-bottom: 31px;
  }
  .bgHeader .headerTitle h1 {
    font-size: 24px !important;
  }

  .flexDir {
    justify-content: center;
  }

  .flexDir2 button {
    margin-bottom: 0 !important;
    margin-top: 16px;
  }

  .UniCardBody {
    margin-top: 16px;
  }

  .imgContact {
    height: auto;
  }

  .imgRegister {
    height: auto;
  }

  .registerName {
    margin-bottom: 30px;
  }

  .sec4box {
    display: block;
  }

  .img2Uk {
    max-width: 100% !important;
  }

  .cardboxInstit {
    margin-top: 30px;
  }

  .aboutUniversity {
    background-size: cover;
  }

  .headOffice h2 {
    font-size: 20px;
  }
  .headOffice .txtReach {
    font-size: 16px;
  }
}
@media (max-width: 504px), not all and (min-width: 505px) {
  .btnInfoStudy a {
    margin-bottom: 30px;
    font-size: 15px;
    margin-right: 9px;
  }
}
@media (max-width: 426px), not all and (min-width: 427px) {
  .imgLogoHeader {
    width: auto;
  }

  .bgHeader .headerTitle {
    margin-bottom: 16px;
  }
  .bgHeader .headerTitle h1 {
    font-size: 16px !important;
  }

  .responsivePagination {
    display: flex !important;
  }

  .hiddenPagination {
    display: none !important;
  }

  .instituteAccordion .card-header {
    padding: 12px !important;
  }
  .instituteAccordion .card-header button .institutePlus {
    margin-left: 9px;
  }
  .instituteAccordion .card-body {
    padding: 20px;
  }
  .instituteAccordion .card-body ul li .instituteminus {
    margin-left: 3px;
  }
}
@media (max-width: 344px), not all and (min-width: 345px) {
  .img2Uk {
    height: auto !important;
  }
  .img2Uk img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 280px), not all and (min-width: 281px) {
  .img2Uk {
    padding: 25px 12px !important;
    max-width: 100% !important;
  }

  .btnInfoStudy a {
    padding: 16px;
    margin-right: 5px;
  }
}

/*# sourceMappingURL=style_ar.css.map */
