/*ENglish*/
/* Arabic */
@font-face {
  font-family: loew-xb;
  font-weight: 800;
  src: url("../../fonts/Loew/ArbFONTS-Loew-Next-Arabic-ExtraBold.otf");
}

@font-face {
  font-family: loew-b;
  font-weight: 700;
  src: url("../../fonts/Loew/ArbFONTS-Loew-Next-Arabic-Bold.otf");
}

@font-face {
  font-family: loew-black;
  src: url("../../fonts/Loew/ArbFONTS-Loew-Next-Arabic-Black.otf");
}

@font-face {
  font-family: loew-m;
  src: url("../../fonts/Loew/ArbFONTS-Loew-Next-Arabic-Medium.otf");
  font-weight: 600;
}

@font-face {
  font-family: loew-h;
  src: url("../../fonts/Loew/ArbFONTS-Loew-Next-Arabic-Heavy.otf");
  font-weight: bold;
}

/* Fonts  Vars*/
/***************

// == Colors //

/*Blue */
/*#Light Green*/
/*Green */
/*Red*/
/*Teal*/
/*grey*/
/*Basic Spacing*/
/********************************************/
/*===================================== 
	-- initialization --
=====================================*/
/*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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    @extend .clear-styles;
}*/
body::-webkit-scrollbar,
.main_header.pages_header .navbar-light .navbar-nav::-webkit-scrollbar,
.select_university .last-news .home_blog::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-thumb,
.main_header.pages_header .navbar-light .navbar-nav::-webkit-scrollbar-track,
.select_university .last-news .home_blog::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

body::-webkit-scrollbar-thumb,
.main_header.pages_header .navbar-light .navbar-nav::-webkit-scrollbar-thumb,
.select_university .last-news .home_blog::-webkit-scrollbar-thumb {
  background-color: #326390;
  border-radius: 20px;
}

::-moz-selection {
  background: #7e1331;
  color: #fff;
}

::selection {
  background: #7e1331;
  color: #fff;
}

/* Safari */
::-moz-selection {
  background: #7e1331;
  color: #fff;
}

.zero {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  direction: ltr;
  color: #000;
  font-family: loew-m;
  font-size: 16px;
  overflow: auto;
  overflow-x: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Firefox */
:-moz-placeholder,
.form-control::-moz-placeholder {
  color: #d1d1d1;
}

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #d1d1d1;
}

:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #d1d1d1;
}

a,
a:hover,
a:link,
a:active,
a:focus,
a:visited {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: inherit;
  line-height: normal;
  margin: 0;
}

*:focus {
  outline: none;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

li.dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0;
}

li.dropdown .drop-link,
li.dropdown .dropdown-item {
  display: block;
  text-align: center;
  padding: 15px 10px;
  background-color: #FFF;
  border-bottom: 1px solid #E9E9E9;
}

li.dropdown .drop-link:hover,
li.dropdown .dropdown-item:hover {
  background-color: #176087;
  color: #FFF;
}

li.dropdown .drop-link:hover span,
li.dropdown .dropdown-item:hover span {
  color: #7e1331;
}

li.dropdown .drop-link:last-of-type,
li.dropdown .dropdown-item:last-of-type {
  border-color: transparent;
}

li.dropdown .drop-link span,
li.dropdown .dropdown-item span {
  line-height: 29px;
  font-size: 15px;
  color: #000;
  margin-right: 10px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.shared {
  border-radius: 6px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 45px;
  min-width: 130px;
}

.primaryBtn {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #fff;
}

.primaryBtn:hover {
  background-color: #7e1331;
  border-color: #7e1331;
  color: #fff;
}

.primaryBtnBg {
  border: 1px solid transparent;
  background-color: #7e1331;
  color: #fff;
}

.primaryBtnBg:hover {
  color: #7e1331;
  background-color: #fff;
}

.submitBtn {
  background-color: #176087;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  height: 45px;
  border-radius: 6px;
}

.submitBtn img {
  width: 20px !important;
  height: 20px;
}

.submitBtn:hover {
  background-color: #7e1331;
  color: #fff;
}

.submitBtn span {
  margin-left: 10px;
}

.submitBtn.light {
  background-color: transparent;
  border-color: #326390;
  color: #326390;
}

.submitBtn.light:hover {
  background-color: #326390;
  color: #fff;
}

.submitBtn.light:hover img {
  -webkit-filter: brightness(55);
          filter: brightness(55);
}

.proForm .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.proForm .form-group {
  position: relative;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .proForm .form-group {
    margin-bottom: 15px;
  }
}

.proForm .control-label {
  font-size: 16px;
  font-family: loew-b;
  color: #262626;
  margin-bottom: 10px;
}

.proForm .form-control::-moz-placeholder {
  font-size: 14px;
  color: #989898;
}

.proForm .form-control {
  font-size: 14px;
  background-color: #f6f6f6;
  border-radius: 6px;
  border-color: transparent;
  outline: 0;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 20px;
}

.proForm .form-control:focus, .proForm .form-control:hover, .proForm .form-control:active {
  border-color: #7e1331;
}

.proForm .form-control.textarea {
  min-height: 100px;
  max-height: 100px;
  resize: none;
}

.proForm .icon {
  position: absolute;
  bottom: 12px;
  right: 17px;
}

.proForm textarea {
  min-height: 120px;
  max-height: 120px;
}

.proForm .select2-container {
  direction: ltr;
  width: 100% !important;
}

.proForm .select2-container .select2-selection--single {
  height: 50px;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

.proForm .select2-container .select2-selection--single .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
  height: 50px;
  font-size: 13px;
}

.proForm .select2-container .select2-selection--single .select2-selection__arrow {
  left: auto;
  right: 12px;
  top: 13px;
}

.proForm .select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: url("../../images/arrowDown.png");
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: transparent;
  border: none !important;
  height: 20px !important;
  width: 20px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}

.keyWords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.keyWords .keyword {
  padding: 10px;
  color: #7e1331;
  font-size: 12px;
  border-radius: 6px;
  background-color: #f6f6f6;
  margin-right: 7px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  margin-bottom: 5px;
}

.keyWords .keyword:hover {
  background-color: #176087;
  color: #fff;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  background: #176087;
  border-radius: 50%;
  border: 1px solid #176087;
  margin: 5px 8px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff;
  border-color: #fff;
  color: #176087;
  text-decoration: none;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 0;
}

.sec_title {
  text-align: center;
}

.sec_title.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec_title.head .main_title {
  margin: 0;
}

@media screen and (max-width: 376px) {
  .sec_title.head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_title.head .main_title {
    margin-bottom: 7px;
  }
}

.sec_title .main_title {
  font-size: 30px;
  color: #000;
  font-family: loew-b;
}

@media screen and (max-width: 991px) {
  .sec_title .main_title {
    font-size: 19px;
  }
}

.sec_title .main_title span {
  color: #7e1331;
}

.sec_title .sub_title {
  font-size: 16px;
  color: #989898;
  font-family: loew-m;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
  direction: ltr;
}

.select2-container--open .select2-dropdown--below .select2-results__option {
  font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #7e1331;
}

/* top top*/
.back-to-top-btn {
  position: fixed;
  bottom: 30px;
  left: 28px;
  cursor: pointer;
  display: none;
  z-index: 60;
}

.back-to-top-btn i {
  background: #7e1331;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-shadow: 0 0 14px 0 #7e1331;
  box-shadow: 0 0 14px 0 #7e1331;
}

.back-to-top-btn i:hover {
  background-color: #176087;
  color: #fff;
  -webkit-box-shadow: 0 0 14px 0 #176087;
  box-shadow: 0 0 14px 0 #176087;
}

.load-section {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 15;
  background-color: rgba(255, 255, 255, 0.6);
  color: #176087;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
}

.loading:before {
  content: "";
  position: absolute;
  top: 30%;
  text-align: center;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-animation: loading 2s infinite;
          animation: loading 2s infinite;
  background: url("../../images/favicon.png") no-repeat;
  display: block;
  width: 100%;
  height: 209px;
  background-position: center;
  background-size: 10%;
}

@media screen and (max-width: 768px) {
  .loading:before {
    background-size: 20%;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.whatsAppFixed {
  right: 28px;
  display: block !important;
  position: fixed;
  bottom: 30px;
  cursor: pointer;
  z-index: 10000;
}

.whatsAppFixed i {
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-shadow: 0 0 14px 0 #176087;
  box-shadow: 0 0 14px 0 #176087;
  background: #25d366;
}

.whatsAppFixed i:hover {
  background: #7e1331;
  color: #fff;
  -webkit-box-shadow: 0 0 14px 0 #7e1331;
  box-shadow: 0 0 14px 0 #7e1331;
}

.whatsAppFixed.search {
  bottom: 100px;
}

.whatsAppFixed.search i {
  background: #176087;
}

.whatsAppFixed.search i:hover {
  background: #7e1331;
}

.searchModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: #000000f0;
  z-index: 99999;
}

.searchModal.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.searchModal .content {
  width: 70%;
  margin: auto;
}

.searchModal .content input {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #176087;
  border-width: 0 0 2px 0;
  color: white;
  padding: 1.5rem 0;
  font-size: 2rem;
  font-weight: 100;
}

.searchModal .content input:focus {
  outline: none;
}

.searchModal .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.searchModal .content ul li {
  position: relative;
  color: #949494;
  font-size: 1.15rem;
  padding: 20px 30px;
  cursor: pointer;
}

.searchModal .content ul li a {
  color: #949494;
}

.searchModal .content ul li:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  left: 0.5rem;
  margin-top: -4px;
  display: block;
  height: 8px;
  width: 8px;
  border: 2px solid white;
  border-radius: 100%;
}

.searchModal .content ul li:hover, .searchModal .content ul li:focus {
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.searchModal .content ul + h2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  margin-top: 1rem;
}

.searchModal .content .tag-results .selected-tag {
  display: block;
  position: absolute;
  left: 3rem;
  background: #0288d1;
  color: white;
  padding: 0.5rem 1rem;
}

.searchModal .content .tag-results > ul {
  margin-left: 35%;
  width: 60%;
}

.searchModal .content .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
}

.searchModal .content .back i {
  font-size: 1.5rem;
}

.searchModal .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.searchModal ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 100;
  font-family: "Roboto";
}

.searchModal :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 100;
  font-family: "Roboto";
}

.searchModal ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 100;
  font-family: "Roboto";
}

.searchModal ::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 100;
  font-family: "Roboto";
}

.allowSelect {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

/* SCSS 1. ADD VENDOR PREFIXES TO ANY CSS PROPERTY */
/* SCSS 2. VERTICAL CENTERING*/
/* SCSS 3. ABSOLUTE POSITIONING */
/* SCSS 4. TEXT SHORTENING*/
/*components*/
.main_header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0 25px;
  z-index: 20;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*header 2*/
}

.main_header.header-fixed {
  position: fixed;
  background-color: #326390;
  padding: 14px 0 0;
  -webkit-box-shadow: 0 5px 5px -5px #ccc;
          box-shadow: 0 5px 5px -5px #ccc;
}

.main_header.header-fixed .logo img {
  width: 94px;
  height: 56px;
  display: none;
}

.main_header.header-fixed .logo img.second {
  display: block;
}

.main_header .logo img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  width: 152px;
  height: 90px;
}

.main_header .logo img.second {
  display: none;
}

@media screen and (max-width: 480px) {
  .main_header .logo img {
    width: 107px;
  }
}

@media screen and (max-width: 360px) {
  .main_header .logo img {
    width: 93px;
  }
}

.main_header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_header .header_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_header .header_btns .dropdown .dropdown-toggle {
  background-color: transparent;
  border: 0;
}

.main_header .header_btns .dropdown .dropdown-toggle img {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  .main_header .header_btns .dropdown .dropdown-toggle img {
    width: 20px;
  }
}

@media screen and (max-width: 360px) {
  .main_header .header_btns .dropdown .dropdown-toggle img {
    display: none;
  }
}

.main_header .header_btns .dropdown .dropdown-toggle .lang {
  margin: 0 10px;
  font-size: 17px;
}

@media screen and (max-width: 480px) {
  .main_header .header_btns .dropdown .dropdown-toggle .lang {
    margin: 0 3px;
  }
}

.main_header .header_btns .dropdown .dropdown-toggle::after {
  border: 13px solid #ffffff;
  border-width: 0 0 3px 3px;
  width: 8px;
  height: 8px;
  line-height: 0;
  font-size: 0px;
  margin: 0;
  margin-bottom: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main_header .header_btns .dropdown .dropdown-menu {
  padding: 0;
  border: 0;
}

.main_header .header_btns .dropdown .dropdown-menu li .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 10px;
  border-radius: 5px;
}

.main_header .header_btns .dropdown .dropdown-menu li .dropdown-item img {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.main_header .header_btns .dropdown .dropdown-menu li .dropdown-item.active, .main_header .header_btns .dropdown .dropdown-menu li .dropdown-item:active {
  background-color: #7e1331;
}

.main_header .header_btns .dropdown .dropdown-menu li:last-of-type .dropdown-item {
  border-bottom: 0;
}

.main_header .header_btns .shared {
  padding: 0 6px;
}

@media screen and (max-width: 991px) {
  .main_header .header_btns .shared {
    min-width: 90px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .main_header .header_btns .shared {
    min-width: 79px;
    font-size: 10px;
  }
}

.main_header .header_btns .primaryBtnBg {
  margin-right: 10px;
  margin-left: 19px;
}

@media screen and (max-width: 480px) {
  .main_header .header_btns .primaryBtnBg {
    margin-right: 7px;
    margin-left: 3px;
  }
}

.main_header.pages_header {
  padding: 25px 0;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
}

@media screen and (max-width: 1440px) {
  .main_header.pages_header {
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .main_header.pages_header .header_btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 7px 0;
  }
}

.main_header.pages_header .header_btns .dropdown .dropdown-toggle::after {
  border-color: #000;
}

.main_header.pages_header .header_btns .dropdown .dropdown-toggle .lang {
  color: #000;
}

.main_header.pages_header .social ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .main_header.pages_header .social ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .main_header.pages_header .social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main_header.pages_header .social ul li a {
  background-color: #d6d6d6;
  color: #fff;
}

.main_header.pages_header .social ul li a:hover {
  background-color: #326390;
}

.main_header.pages_header .primaryBtn {
  border-color: #7e1331;
  color: #7e1331;
}

.main_header.pages_header .primaryBtn:hover {
  color: #fff;
}

.main_header.pages_header .primaryBtnBg:hover {
  border-color: #7e1331;
}

@media screen and (max-width: 991px) {
  .main_header.pages_header .header_Navbar {
    text-align: right;
  }
}

.main_header.pages_header .header_Navbar .hamburger {
  display: none;
}

@media screen and (max-width: 991px) {
  .main_header.pages_header .header_Navbar .hamburger {
    display: inline-block;
  }
}

.main_header.pages_header .header_Navbar .hamburger:hover {
  cursor: pointer;
}

.main_header.pages_header .header_Navbar .hamburger.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main_header.pages_header .header_Navbar .hamburger.is-active .line:nth-child(2) {
  width: 0px;
}

.main_header.pages_header .header_Navbar .hamburger.is-active .line:nth-child(1), .main_header.pages_header .header_Navbar .hamburger.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main_header.pages_header .header_Navbar .hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  transform: translateY(13px);
}

.main_header.pages_header .header_Navbar .hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

.main_header.pages_header .header_Navbar .hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #326390;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main_header.pages_header .navbar-light {
  padding: 0;
  padding-top: 26px;
}

@media screen and (max-width: 1440px) {
  .main_header.pages_header .navbar-light {
    padding-top: 18px;
  }
}

@media screen and (max-width: 991px) {
  .main_header.pages_header .navbar-light {
    padding-top: 0;
  }
}

.main_header.pages_header .navbar-light .navbar-brand img {
  position: absolute;
  top: -62px;
}

@media screen and (max-width: 1440px) {
  .main_header.pages_header .navbar-light .navbar-brand img {
    top: -6px;
    width: 106px;
  }
}

@media screen and (max-width: 991px) {
  .main_header.pages_header .navbar-light .navbar-collapse {
    position: fixed;
    height: 100%;
    top: 0;
    left: -100%;
    width: 40%;
    height: 100vh;
    border-radius: 0;
    background: #fff;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .main_header.pages_header .navbar-light .navbar-collapse.show {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .main_header.pages_header .navbar-light .navbar-collapse {
    width: 60%;
  }
}

@media screen and (max-width: 576px) {
  .main_header.pages_header .navbar-light .navbar-collapse {
    width: 60%;
  }
}

.main_header.pages_header .navbar-light .navbar-nav links-page .nav-item.dropdown {
  cursor: pointer;
}

.main_header.pages_header .navbar-light .navbar-nav links-page .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

.main_header.pages_header .navbar-light .navbar-nav links-page .nav-item.dropdown .dropdown-menu {
  min-width: 200px;
}

.main_header.pages_header .navbar-light .navbar-nav links-page .nav-item.dropdown .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 10px;
  border-radius: 5px;
}

.main_header.pages_header .navbar-light .navbar-nav links-page .nav-item.dropdown .dropdown-item img {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.main_header.pages_header .navbar-light .navbar-nav links-page .nav-item.dropdown .dropdown-item.active, .main_header.pages_header .navbar-light .navbar-nav links-page .nav-item.dropdown .dropdown-item:active {
  background-color: #7e1331;
}

.main_header.pages_header .navbar-light .navbar-nav links-page .nav-item.dropdown .dropdown-item:last-of-type {
  border-bottom: 0;
}

.main_header.pages_header .navbar-light .navbar-nav .nav-link {
  font-size: 15px;
  padding: 0 10px;
  color: #000;
}

@media screen and (max-width: 1400px) {
  .main_header.pages_header .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    padding: 0 9px;
  }
}

@media screen and (max-width: 1200px) {
  .main_header.pages_header .navbar-light .navbar-nav .nav-link {
    font-size: 11px;
    padding: 0 6px;
  }
}

@media screen and (max-width: 991px) {
  .main_header.pages_header .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    text-align: center;
    padding: 17px 0;
    color: #000;
  }
}

.main_header.pages_header .navbar-light .navbar-nav .nav-link.active, .main_header.pages_header .navbar-light .navbar-nav .nav-link:hover {
  color: #7e1331;
}

@media screen and (max-width: 991px) {
  .main_header.pages_header .navbar-light .navbar-nav {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-top: 50px;
  }
}

@media screen and (min-width: 1441px) {
  .main_header.pages_header.header-fixed .navbar-light {
    padding: 0;
  }
  .main_header.pages_header.header-fixed .navbar-light .navbar-brand img {
    top: -43px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social ul li {
  display: inline-block;
  text-align: center;
  margin: 0 7px;
}

.social ul li a {
  background: #ffffff66;
  color: #001122;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.social ul li a.youtube:hover {
  background-color: #ff0000 !important;
}

.social ul li a.telegram:hover {
  background-color: #0088cc !important;
}

.social ul li a.instagram:hover {
  background-color: #c13584 !important;
}

.social ul li a.facebook:hover {
  background-color: #1877f2 !important;
}

.social ul li a.whats:hover {
  background-color: #25d366 !important;
}

.social ul li a.snap:hover {
  background-color: #fffc00 !important;
}

.social ul li a.linkedin:hover {
  background-color: #0077b5 !important;
}

@media screen and (max-width: 991px) {
  .social ul li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

.social ul li a:hover {
  background-color: #fff;
}

.over-nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 15;
}

.over-nav.is-active {
  display: block;
}

.footer {
  background-color: #326390;
  padding: 80px 0;
}

.footer_logo {
  width: 87%;
}

.footer_logo img {
  width: 168px;
  height: 100px;
}

@media screen and (max-width: 768px) {
  .footer_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

.footer_logo p {
  color: #FFF;
  line-height: 35px;
  font-size: 14px;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .footer_logo p {
    margin: 20px 0;
  }
}

.footer_logo .form-group {
  position: relative;
}

.footer_logo .form-group .form-control {
  height: 50px;
  background-color: transparent;
  border: 1px solid #ffffff85;
  font-size: 14px;
  padding-left: 55px;
  color: #FFF;
  margin-bottom: 16px;
}

.footer_logo .form-group .form-control::-webkit-input-placeholder {
  color: #FFF;
  opacity: 0.3;
}

.footer_logo .form-group .form-control:-ms-input-placeholder {
  color: #FFF;
  opacity: 0.3;
}

.footer_logo .form-group .form-control::-ms-input-placeholder {
  color: #FFF;
  opacity: 0.3;
}

.footer_logo .form-group .form-control::placeholder {
  color: #FFF;
  opacity: 0.3;
}

.footer_logo .form-group i {
  color: #FFF;
  opacity: 0.3;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer_logo .submitBtn {
  font-size: 14px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
}

.footer_links h3 {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .footer_links h3 {
    margin-bottom: 20px;
  }
}

.footer_links a {
  color: #FFF;
  margin-bottom: 15px;
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer_links a:hover {
  color: #7E1331;
}

.footer_links .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.footer_links .box .text {
  margin-left: 17px;
}

.footer_links .box .text .phons {
  color: #FFF;
}

.footer_links .box p {
  color: #FFF;
  font-family: loew-b;
  font-size: 12px;
  margin-bottom: 10px;
}

.copy_rights {
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .copy_rights {
    padding: 10px 0;
  }
}

.copy_rights .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copy_rights .terms {
  color: #989898;
}

@media screen and (max-width: 768px) {
  .copy_rights .terms {
    text-align: center;
    margin-bottom: 5px;
  }
}

.copy_rights .terms a {
  color: #989898;
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.copy_rights .terms a:hover {
  color: #7E1331;
}

.copy_rights .social ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .copy_rights .social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 8px 0;
  }
}

.copy_rights .social ul li a {
  background-color: #17608733;
  color: #FFF;
}

.copy_rights .social ul li a:hover {
  background-color: #326390;
}

.copy_rights .softera {
  text-align: center;
  color: #989898;
  font-size: 13px;
}

@media screen and (max-width: 1400px) {
  .copy_rights .softera {
    font-size: 13px;
  }
}

.copy_rights .softera img {
  width: 106px;
  height: 25px;
}

.copy_rights .softera a {
  font-size: 13px;
  color: #989898;
}

.copy_rights .softera a:hover {
  color: #7E1331;
}

main {
  overflow: hidden;
}

.main_slider {
  position: relative;
  background-image: url("../../images/header.webp");
  background-size: cover;
  background-position: center;
  height: 720px;
}

@media screen and (max-width: 768px) {
  .main_slider {
    height: auto;
    padding-bottom: 80px;
  }
}

.main_slider .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}

.main_slider .container {
  position: relative;
  z-index: 15;
}

.main_slider .body-content {
  overflow: hidden;
  text-align: center;
  position: relative;
}

.main_slider .body-content .logo-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 426px) {
  .main_slider .body-content .logo-content {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .main_slider .body-content .logo-content img {
    width: 130px;
  }
}

.main_slider .body-content .links-page {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 173px;
  z-index: 15;
}

.main_slider .body-content .links-page li {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

.main_slider .body-content .links-page li:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main_slider .body-content .links-page li:nth-child(1) {
  left: 197px;
}

@media screen and (max-width: 991px) {
  .main_slider .body-content .links-page li:nth-child(1) {
    left: 172px;
  }
}

.main_slider .body-content .links-page li:nth-child(2) {
  right: 197px;
}

@media screen and (max-width: 991px) {
  .main_slider .body-content .links-page li:nth-child(2) {
    right: 172px;
  }
}

.main_slider .body-content .links-page li:nth-child(3) {
  top: -110px;
}

.main_slider .body-content .links-page li:nth-child(4) {
  top: -110px;
}

.main_slider .body-content .links-page li:nth-child(5) {
  top: -110px;
}

.main_slider .body-content .links-page li:nth-child(6) {
  top: -110px;
}

.main_slider .body-content .links-page li:nth-child(7) {
  top: -168px;
  left: 197px;
}

@media screen and (max-width: 991px) {
  .main_slider .body-content .links-page li:nth-child(7) {
    left: 172px;
  }
}

.main_slider .body-content .links-page li:nth-child(8) {
  top: -168px;
  right: 197px;
}

@media screen and (max-width: 991px) {
  .main_slider .body-content .links-page li:nth-child(8) {
    right: 172px;
  }
}

@media screen and (max-width: 768px) {
  .main_slider .body-content .links-page li {
    position: static;
  }
}

.main_slider .body-content .links-page li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-shadow: 0px 10px 40px #1760871a;
          box-shadow: 0px 10px 40px #1760871a;
  border: 1px solid #ffffff;
  border-radius: 6px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 10;
  width: 180px;
  height: 121px;
}

@media screen and (max-width: 991px) {
  .main_slider .body-content .links-page li a {
    width: 160px;
  }
}

@media screen and (max-width: 360px) {
  .main_slider .body-content .links-page li a {
    width: 142px;
  }
}

.main_slider .body-content .links-page li a img {
  width: 50px;
  height: 50px;
}

.main_slider .body-content .links-page li a span {
  display: block;
  margin-top: 14px;
  font-family: loew-xb;
  font-size: 14px;
  line-height: 25px;
}

@media screen and (max-width: 991px) {
  .main_slider .body-content .links-page li a span {
    font-size: 12px;
  }
}

.main_slider .body-content .links-page li a:hover {
  background-color: #fff;
  color: #7e1331;
}

.main_slider .body-content .links-page li a:hover img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.main_slider::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.selectUnImage {
  position: absolute;
  left: 0;
  top: 180px;
  -webkit-animation: pulse-animation 5s infinite;
          animation: pulse-animation 5s infinite;
  z-index: -1;
}

.select_university {
  position: relative;
  padding-bottom: 120px;
  z-index: 15;
}

.select_university--box {
  padding: 60px;
  -webkit-box-shadow: 0px 0px 40px #176087c2;
          box-shadow: 0px 0px 40px #176087c2;
  border-radius: 10px;
  margin-top: -70px;
  background-color: #fff;
  position: relative;
  z-index: 5;
  margin-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .select_university--box {
    margin-bottom: 50px;
  }
}

.select_university--box .sec_title .main_title {
  text-align: left;
}

.select_university .sec_title.sub {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .select_university .sec_title.sub .main_title {
    padding-top: 25px;
  }
}

.select_university .last-news .home_blog {
  height: 400px;
  padding: 20px 6px 0;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .select_university .last-news .home_blog {
    height: 300px;
  }
}

.select_university .last-news .last-new {
  margin-bottom: 25px;
}

.select_university .last-news .last-new:hover a img {
  -webkit-transform: scale(1.1) rotate(-2deg);
          transform: scale(1.1) rotate(-2deg);
}

.select_university .last-news .last-new .img {
  overflow: hidden;
  display: block;
  border-radius: 10px;
}

.select_university .last-news .last-new .img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: 200px;
  width: 100%;
  border-radius: 10px;
}

.select_university .last-news .last-new .blog-text {
  margin-top: 20px;
}

.select_university .last-news .last-new .blog-text .title {
  font-size: 15px;
  display: block;
  color: #000;
  font-family: loew-b;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 30px;
}

.select_university .last-news .last-new .blog-text .title:hover {
  color: #7e1331;
}

.select_university .last-news .last-new .blog-text .date {
  color: #989898;
  opacity: 0.7;
  font-size: 14px;
  font-family: loew-m;
  padding: 30px 0;
}

.select_university .home_blog {
  padding-top: 20px;
}

.select_university .home_blog .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  left: 50%;
  bottom: -85px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.select_university .home_blog .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: static;
  -webkit-transform: none;
          transform: none;
}

.select_university .home_blog .blog-slide {
  position: relative;
  border-radius: 10px;
}

.select_university .home_blog .blog-slide::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.select_university .home_blog .blog-slide:hover a img {
  -webkit-transform: scale(1.1) rotate(-2deg);
          transform: scale(1.1) rotate(-2deg);
}

.select_university .home_blog .blog-slide .img {
  overflow: hidden;
  display: block;
  border-radius: 10px;
}

.select_university .home_blog .blog-slide .img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 400px;
  width: 100%;
  border-radius: 10px;
}

.select_university .home_blog .blog-slide .blog-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 35px;
}

.select_university .home_blog .blog-slide .blog-text .title {
  font-size: 17px;
  display: block;
  color: #fff;
  font-family: loew-b;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 40px;
}

.select_university .home_blog .blog-slide .blog-text .title:hover {
  color: #7e1331;
}

.select_university .home_blog .blog-slide .blog-text .date {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  font-family: loew-m;
  padding: 30px 0;
}

.our_universities {
  background: #326390 url("../../images/ourUniversities.webp") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0;
}

.our_universities .sec_title .main_title,
.our_universities .sec_title .sub_title {
  color: #fff;
}

.our_universities .university-slide {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .our_universities .university-slide {
    width: 70%;
    margin: auto;
  }
}

.our_universities .university-slide a {
  text-align: center;
  color: #000;
}

.our_universities .university-slide a:hover {
  color: #7e1331;
}

.our_universities .university-slide img {
  width: 100px;
  max-height: 90px;
  margin: auto;
}

.our_universities .university-slide p {
  font-size: 15px;
  margin-top: 15px;
}

.our_universities .owl-carousel.owl-theme {
  margin-top: 70px;
}

.our_universities .owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -70px;
}

@media screen and (max-width: 1440px) {
  .our_universities .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
}

.our_universities .owl-carousel.owl-theme .owl-nav .owl-next {
  right: -70px;
}

@media screen and (max-width: 1440px) {
  .our_universities .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 0;
  }
}

.our_universities .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  border-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.our_universities .owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #326390;
  border-color: #326390;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .our_universities .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
    background-color: #176087;
    border-color: #176087;
  }
  .our_universities .owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #7e1331;
    border-color: #7e1331;
  }
}

.conferences.select_university {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0;
}

@media screen and (max-width: 1440px) {
  .conferences.select_university {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1200px) {
  .conferences.select_university {
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .conferences.select_university {
    display: block;
    max-width: 720px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .conferences.select_university {
    width: 100%;
    padding: 40px 12px;
  }
}

.conferences.select_university .sec_title {
  width: 30%;
  text-align: left;
  margin-left: 116px;
}

@media screen and (max-width: 991px) {
  .conferences.select_university .sec_title {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .conferences.select_university .sec_title {
    text-align: center;
  }
  .conferences.select_university .sec_title .submitBtn {
    margin: auto;
  }
}

.conferences.select_university .sec_title .sub_title {
  width: 85%;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .conferences.select_university .sec_title .sub_title {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 22px;
  }
}

.conferences.select_university .home_blog {
  width: 70%;
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .conferences.select_university .home_blog {
    width: 100%;
    margin-top: 30px;
  }
}

.conferences.select_university .home_blog .owl-carousel.owl-theme .owl-nav {
  display: none;
}

@media screen and (max-width: 768px) {
  .conferences.select_university .home_blog .blog-slide {
    width: 70%;
    margin: auto;
  }
}

.conferences.select_university .home_blog .blog-slide .img img {
  height: 400px;
}

.conferences.select_university .home_blog .blog-slide .blog-text {
  -webkit-transform: translateY(190px);
          transform: translateY(190px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00000052;
  border-radius: 10px;
}

.conferences.select_university .home_blog .blog-slide .blog-text .title {
  height: 68px;
}

.conferences.select_university .home_blog .blog-slide .blog-text .title:hover {
  text-decoration: underline;
  color: #fff;
}

.conferences.select_university .home_blog .blog-slide .blog-text p {
  color: #fff;
  font-size: 11px;
  display: inline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.conferences.select_university .home_blog .blog-slide .submitBtn {
  max-width: 200px;
  margin: 25px auto 0;
}

.conferences.select_university .home_blog .blog-slide .submitBtn img {
  width: 20px;
}

.conferences.select_university .home_blog .blog-slide:hover .blog-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.conferences.select_university .home_blog .blog-slide:hover::after {
  background-color: #7e1331b0;
}

@media screen and (max-width: 768px) {
  .conferences.select_university.blogs {
    padding: 40px 0;
  }
}

.conferences.select_university.blogs .sec_title {
  width: 100%;
  text-align: left;
  margin: 0;
}

.conferences.select_university.blogs .all_blogs.home_blog {
  padding-top: 90px;
}

@media screen and (max-width: 991px) {
  .conferences.select_university.blogs .all_blogs.home_blog {
    padding-top: 40px;
    margin-top: 0;
  }
}

.our_gallery .gallery {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.our_gallery .gallery a {
  width: 19%;
  margin-left: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
  .our_gallery .gallery a {
    width: 23%;
  }
}

@media screen and (max-width: 768px) {
  .our_gallery .gallery a {
    width: 31%;
  }
}

@media screen and (max-width: 480px) {
  .our_gallery .gallery a {
    width: 45%;
  }
}

.our_gallery .gallery a img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.our_gallery .gallery a.hidden-img {
  visibility: hidden;
}

.our_gallery .gallery a:hover img {
  -webkit-transform: scale(1.1) rotate(-2deg);
          transform: scale(1.1) rotate(-2deg);
}

.testimonials {
  position: relative;
  padding: 120px 0;
}

.testimonials .testimonials_slider {
  margin-top: 70px;
}

@media screen and (max-width: 1440px) {
  .testimonials .testimonials_slider {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

.testimonials .testimonials_slider .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  left: 50%;
  bottom: -85px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.testimonials .testimonials_slider .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: static;
  -webkit-transform: none;
          transform: none;
  background-color: transparent;
  border-color: #326390;
  color: #326390;
}

.testimonials .testimonials_slider .owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #326390;
  color: #fff;
}

.testimonials .testimonials_slide {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px #1760871a;
          box-shadow: 0px 0px 8px #1760871a;
  border-radius: 10px;
  padding: 40px;
  margin: 10px;
  min-height: 447px;
  max-height: 447px;
}

@media screen and (max-width: 1440px) {
  .testimonials .testimonials_slide {
    min-height: auto;
    height: 340px;
  }
}

.testimonials .testimonials_slide img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .testimonials .testimonials_slide img {
    width: 80px;
    height: 80px;
  }
}

.testimonials .testimonials_slide .name {
  font-size: 20px;
  font-family: loew-b;
  margin: 15px 0;
}

@media screen and (max-width: 1440px) {
  .testimonials .testimonials_slide .name {
    font-size: 15px;
    margin: 7px 0;
  }
}

.testimonials .testimonials_slide .about {
  font-size: 14px;
  color: #989898;
  display: block;
}

@media screen and (max-width: 1440px) {
  .testimonials .testimonials_slide .about {
    font-size: 10px;
  }
}

.testimonials .testimonials_slide i {
  color: #326390;
  font-size: 28px;
  margin: 15px 0;
}

@media screen and (max-width: 1440px) {
  .testimonials .testimonials_slide i {
    font-size: 20px;
    margin: 9px 0;
  }
}

.testimonials .testimonials_slide .desc {
  font-size: 18px;
  line-height: 31px;
}

@media screen and (max-width: 1200px) {
  .testimonials .testimonials_slide .desc {
    font-size: 15px;
  }
}

.statistical {
  background: #326390 url("../../images/ourUniversities.webp") no-repeat;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
  color: #fff;
}

.statistical .sec_title .main_title {
  color: #FFF;
}

.statistical .sec_title .sub_title {
  color: #fff;
}

.statistical .all_statistical {
  padding-top: 90px;
}

@media screen and (max-width: 1440px) {
  .statistical .all_statistical {
    padding-top: 70px;
  }
}

@media screen and (max-width: 991px) {
  .statistical .all_statistical {
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .statistical .statistic {
    margin-bottom: 25px;
  }
}

.statistical .statistic img {
  width: 80px;
  height: 80px;
}

.statistical .statistic h4 {
  font-size: 18px;
  margin: 11px 0 7px;
}

.statistical .statistic p {
  font-size: 13px;
}

.statistical .statistic span {
  display: inline-block;
  font-size: 35px;
  position: relative;
  z-index: 10;
  margin-top: 20px;
}

.statistical .statistic span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-top: 53px solid #7e1331;
  border-left: 50px solid transparent;
}

.select_university.specialties .university_card .img {
  width: 100%;
  height: 151px;
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08) translateY(50px);
            transform: scale(1.08) translateY(50px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08) translateY(50px);
            transform: scale(1.08) translateY(50px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

.accordion-component.accordion-flush .accordion-item {
  border: 0;
  -webkit-box-shadow: 0px 0px 40px #1760871a;
          box-shadow: 0px 0px 40px #1760871a;
  margin-bottom: 18px;
  border-radius: 10px;
}

.accordion-component.accordion-flush .accordion-item .accordion-button {
  font-size: 14px;
  font-family: loew-b;
  border-radius: 10px;
  text-align: left;
}

.accordion-component.accordion-flush .accordion-item .accordion-button::after {
  position: absolute;
  right: 15px;
  background-image: url("../../images/arrowDown.svg");
}

.accordion-component.accordion-flush .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-component.accordion-flush .accordion-body p {
  font-family: loew-m !important;
  line-height: 30px !important;
}

.accordion-component.accordion-flush .accordion-body p * {
  font-family: loew-m !important;
  line-height: 30px !important;
}

.accordion-component .accordion-button:not(.collapsed) {
  background-color: #1760870f;
  color: #326390;
}

.breadCrumb {
  height: 200px;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .breadCrumb {
    height: 180px;
  }
}

@media screen and (max-width: 991px) {
  .breadCrumb {
    height: auto;
    padding: 15px 0;
  }
}

.breadCrumb::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url("../../images/overlay.png");
  opacity: 0.8;
  display: none;
}

.breadCrumb__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}

.breadCrumb__content h3 {
  font-size: 25px;
  font-family: loew-b;
  color: #FFF;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .breadCrumb__content h3 {
    font-size: 22px;
  }
}

.breadCrumb__content .breadcrumb-item {
  color: #FFF;
  position: relative;
  padding: 0 10px;
}

@media screen and (max-width: 1200px) {
  .breadCrumb__content .breadcrumb-item {
    font-size: 13px;
  }
}

.breadCrumb__content .breadcrumb-item a {
  color: #FFF;
  opacity: 0.7;
  font-family: loew-m;
}

.breadCrumb__content .breadcrumb-item a:hover {
  color: #176087;
}

.breadCrumb__content .breadcrumb-item::before {
  float: left;
  content: '';
  background-image: url("../../images/arrowDown.png");
  background-repeat: no-repeat;
  background-size: 60%;
  position: absolute;
  top: 3px;
  right: -11px;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 1200px) {
  .breadCrumb__content .breadcrumb-item::before {
    top: 0;
  }
}

.breadCrumb__content .breadcrumb-item.active a {
  opacity: 1;
}

.breadCrumb__content .breadcrumb-item.active::before {
  display: none;
}

.university_card {
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 40px #1760871a;
          box-shadow: 0px 0px 40px #1760871a;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  display: block;
}

@media screen and (max-width: 576px) {
  .university_card {
    width: 70%;
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 426px) {
  .university_card {
    width: 100%;
  }
}

.university_card .views {
  padding: 5 px;
  color: #326390;
  display: block;
  margin: auto auto 5px;
  text-align: center;
}

.university_card .views i {
  margin-right: 5px;
}

.university_card .img {
  width: 100px;
  height: 80px;
}

.university_card h3 {
  font-size: 18px;
  font-family: loew-b;
  margin: 14px 0 0 0;
  color: #000;
  overflow: hidden;
  line-height: 30px;
  height: 68px;
}

@media screen and (max-width: 1440px) {
  .university_card h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .university_card h3 {
    margin: 10px 0  0 0;
  }
}

.university_card .university_type {
  background: #326390;
  color: #fff;
  padding: 0 41px 3px;
  border-radius: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  margin: 0 0 10px 0;
}

.university_card .loaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 58px;
  overflow: hidden;
  margin-bottom: 15px;
}

.university_card .loaction img {
  width: 12px;
  height: 12px;
  margin-top: 10px;
  margin-right: 12px;
}

.university_card .loaction p {
  color: #989898;
  font-size: 14px;
  line-height: 30px;
  height: 44px;
}

@media screen and (max-width: 1440px) {
  .university_card .loaction p {
    font-size: 12px;
  }
}

.university_card .submitBtn.light {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f6f6f6;
  height: 40px;
}

@media screen and (max-width: 1440px) {
  .university_card .submitBtn.light {
    font-size: 12px;
  }
}

.university_card .submitBtn.light:hover {
  background-color: #176087;
}

.university_card.grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .university_card.grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.university_card.grid .img {
  min-width: 80px;
  max-width: 100px;
  margin-right: 18px;
}

@media screen and (max-width: 768px) {
  .university_card.grid .img {
    margin: 0 0 18px 0;
  }
}

.university_card.grid .details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.university_card.grid .details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  width: 48%;
  margin-right: 10px;
}

@media screen and (max-width: 576px) {
  .university_card.grid .details ul li {
    width: 100%;
    margin-right: 0;
  }
}

.university_card.grid .details ul li:first-of-type, .university_card.grid .details ul li.fullWidth {
  width: 100%;
}

.university_card.grid .details ul li .colored {
  font-size: 18px;
  color: #176087;
  font-weight: bold;
  font-family: loew-b;
}

.university_card.grid .details ul li p {
  margin-left: 6px;
}

@media screen and (max-width: 768px) {
  .university_card.grid .details ul li {
    width: 100%;
  }
}

.university_card.grid .details h3 {
  margin: 0;
  height: auto;
}

/*pages*/
.counUniversity {
  background: #fff;
}

.counUniversity .sec_title .main_title,
.counUniversity .sec_title .sub_title {
  color: #000;
  margin: 0;
}

.counUniversity .international_universities_slider.depts .university-slide p {
  white-space: normal;
  width: auto;
  text-overflow: initial;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
}

.counUniversity .university-slide {
  height: auto;
  padding: 0;
  margin: 7px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.counUniversity .university-slide a {
  padding: 20px;
}

.counUniversity .university-slide:hover {
  -webkit-box-shadow: 0px 0px 40px #1760871a;
          box-shadow: 0px 0px 40px #1760871a;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media screen and (max-width: 1200px) {
  .counUniversity .university-slide img {
    width: 70px;
  }
}

.counUniversity .university-slide p {
  margin: 15px 0;
  white-space: nowrap;
  width: 141px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.counUniversity .university-slide span {
  background-color: #f6f6f6;
  border-radius: 6px;
  width: 114px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #176087;
}

.counUniversity .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  border-color: #176087;
  color: #176087;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1440px) {
  .counUniversity .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
    background-color: #176087;
    color: #fff;
  }
}

.all_universities {
  margin-top: 70px;
}

@media screen and (max-width: 1440px) {
  .all_universities {
    margin-top: 50px;
  }
}

.universities {
  padding: 120px 0;
}

@media screen and (max-width: 1440px) {
  .universities {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1200px) {
  .universities {
    padding: 40px 0;
  }
}

.universities .filterSec {
  width: 85%;
}

@media screen and (max-width: 991px) {
  .universities .filterSec {
    width: 100%;
  }
}

.universities .filterSec .proForm .form-group {
  margin-bottom: 15px;
}

.universities .filterSec .submitBtn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.universities .all_universities {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .universities .all_universities {
    margin-top: 40px;
  }
}

.filterSec .sec_title {
  text-align: left;
}

.filterSec .sec_title .main_title {
  font-size: 24px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1440px) {
  .filterSec .sec_title .main_title {
    margin-bottom: 20px;
  }
}

.single_unversity.select_university .home_blog {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .single_unversity.select_university .home_blog .owl-carousel.owl-theme .blog-slide .img img {
    height: 250px;
  }
}

.single_unversity.select_university .home_blog .owl-carousel.owl-theme .owl-nav {
  bottom: 30px;
}

.single_unversity.select_university .home_blog .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  border-color: #fff;
}

.single_unversity.select_university .home_blog .owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #176087;
  border-color: #176087;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .single_unversity .details {
    margin-bottom: 20px;
  }
}

.single_unversity .details .details-text {
  margin-top: 50px;
}

.single_unversity .details .details-text * {
  font-family: loew-m !important;
  line-height: 40px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.single_unversity .details .details-text ul {
  list-style-type: disc;
  padding-left: 32px;
}

.single_unversity .details .details-text ul li {
  list-style-type: disc;
}

.single_unversity .details .details-text li {
  list-style-type: disc;
}

.single_unversity .details h4 {
  font-family: loew-b;
  font-size: 30px;
  margin: 50px 0;
}

@media screen and (max-width: 1440px) {
  .single_unversity .details h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .single_unversity .details h4 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1440px) {
  .single_unversity .details p {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .single_unversity .details p {
    font-size: 13px;
  }
}

.single_unversity .details .submitBtn {
  margin-top: 15px;
}

.single_unversity .accordion-component.accordion-flush .accordion-item .accordion-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.single_unversity table {
  font-size: 14px;
}

.single_unversity table thead th {
  color: #7e1331;
  font-family: loew-b;
}

.single_unversity table th,
.single_unversity table td {
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .single_unversity table th,
  .single_unversity table td {
    padding: 16px;
    font-size: 12px;
  }
}

.single_unversity table .dept {
  font-family: loew-b;
}

.single_unversity table .tag {
  padding: 3px 11px;
  border-radius: 15px;
  font-size: 14px;
  height: 33px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .single_unversity table .tag {
    font-size: 12px;
  }
}

.single_unversity .table > :not(:first-child) {
  border-top: 0;
}

.single_unversity .university_card h3 {
  height: auto;
}

.single_unversity .university_card--details {
  margin: 30px 0;
}

@media screen and (max-width: 991px) {
  .single_unversity .university_card--details {
    margin: 20px 0;
  }
}

.single_unversity .university_card .single_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .single_unversity .university_card .single_info {
    font-size: 12px;
  }
}

.single_unversity .university_card .single_info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 180px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .single_unversity .university_card .single_info p {
    min-width: 157px;
  }
}

.single_unversity .university_card .single_info p img {
  margin-right: 10px;
}

.single_unversity .university_card .single_info p .dot {
  position: absolute;
  right: 0;
}

.single_unversity .university_card .single_info .value {
  color: #176087;
  font-family: loew-b;
}

.single_unversity .university_card .single_info.fullWidth {
  display: block;
}

.single_unversity .university_card .single_info.fullWidth .value {
  margin-right: 30px;
}

.single_unversity .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}

.single_unversity .price p img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.single_unversity .price p span {
  font-size: 16px;
  font-family: loew-b;
}

@media screen and (max-width: 1200px) {
  .single_unversity .price p span {
    font-size: 12px;
  }
}

.single_unversity .price .old-price {
  color: #989898;
  text-decoration: line-through;
}

.single_unversity .price .old-price,
.single_unversity .price .new-price {
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .single_unversity .price .old-price,
  .single_unversity .price .new-price {
    font-size: 15px;
  }
}

.single_unversity .submitBtn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single_unversity .similarCards .similar-text {
  font-size: 18px;
  font-weight: loew-b;
  margin: 40px 0;
}

@media screen and (max-width: 1440px) {
  .single_unversity .similarCards .similar-text {
    margin: 20px;
  }
}

.single_unversity .similarCards .university_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.single_unversity .similarCards .university_card:hover {
  color: #176087;
}

.single_unversity .similarCards .university_card .img {
  width: 90px;
}

.single_unversity .similarCards .university_card--text {
  margin-left: 10px;
}

.v-hub iframe {
  width: 100%;
}

.v-hub .my-video-dimensions {
  width: 100%;
  height: 444px;
}

@media screen and (max-width: 1440px) {
  .v-hub .my-video-dimensions {
    height: 366px;
  }
}

@media screen and (max-width: 768px) {
  .v-hub .my-video-dimensions {
    height: 266px;
  }
}

.v-hub .video-js {
  border-radius: 10px;
}

.v-hub .video-js .vjs-poster {
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  position: relative;
}

.v-hub .video-js .vjs-poster::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

.v-hub .video-js .vjs-big-play-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 0;
  left: 50%;
  /*ar*/
  top: 50%;
  font-size: 5em;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 2em;
}

.v-hub .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  top: -18px;
  color: #176087;
  font-size: 36px;
}

.v-hub .video-js .vjs-big-play-button:hover {
  background-color: #176087;
}

.v-hub .video-js .vjs-big-play-button:hover .vjs-icon-placeholder:before {
  color: #fff;
}

.aboutUs {
  padding: 120px 0;
}

@media screen and (max-width: 1440px) {
  .aboutUs {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1200px) {
  .aboutUs {
    padding: 40px 0;
  }
}

.aboutUs.partners {
  padding-top: 0;
}

.aboutUs.partners .ourTeam .university_card .img {
  border-radius: 0;
}

.aboutUs .about-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .aboutUs .about-prev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.aboutUs .about-prev .img {
  margin-right: 128px;
}

@media screen and (max-width: 1440px) {
  .aboutUs .about-prev .img {
    margin-right: 90px;
  }
}

@media screen and (max-width: 1200px) {
  .aboutUs .about-prev .img {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .aboutUs .about-prev .img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.aboutUs .about-prev .img img {
  height: 300px;
}

@media screen and (max-width: 1440px) {
  .aboutUs .about-prev .img img {
    height: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .aboutUs .about-prev .img img {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .aboutUs .about-prev .img img {
    width: 100%;
  }
}

.aboutUs .about-prev .about-info {
  line-height: 35px;
}

.aboutUs .about-prev .about-info p {
  font-family: loew-m !important;
  line-height: 40px !important;
}

.aboutUs .about-prev .about-info p * {
  font-family: loew-m !important;
  line-height: 40px !important;
}

.aboutUs .sec_title {
  padding: 110px 0;
}

@media screen and (max-width: 1440px) {
  .aboutUs .sec_title {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1200px) {
  .aboutUs .sec_title {
    padding: 40px 0;
  }
}

.aboutUs .sec_title .paragraph {
  font-weight: bold;
  width: 70%;
  line-height: 30px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .aboutUs .sec_title .paragraph {
    width: 100%;
  }
}

.aboutUs .about-card {
  background-color: #f6f6f6;
  border-radius: 10px;
  border: 1px solid #1760871a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 1200px) {
  .aboutUs .about-card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 480px) {
  .aboutUs .about-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.aboutUs .about-card img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 300px;
  width: 240px;
}

@media screen and (max-width: 480px) {
  .aboutUs .about-card img {
    border-radius: 10px;
    margin-top: 20px;
    height: 200px;
  }
}

.aboutUs .about-card p {
  padding: 20px 40px;
  font-family: loew-m !important;
  line-height: 40px !important;
  height: 260px;
}

.aboutUs .about-card p * {
  font-family: loew-m !important;
  line-height: 40px !important;
}

@media screen and (max-width: 1440px) {
  .aboutUs .about-card p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .aboutUs .about-card p {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .aboutUs .about-card p {
    text-align: center;
  }
}

.aboutUs .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.aboutUs .features .feature {
  width: 31%;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .aboutUs .features .feature {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .aboutUs .features .feature {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .aboutUs .features .feature img {
    width: 50px;
    height: 50px;
  }
}

.aboutUs .features .feature h5 {
  font-family: loew-b;
  font-size: 18px;
  margin: 25px 0;
}

@media screen and (max-width: 991px) {
  .aboutUs .features .feature h5 {
    font-size: 16px;
    margin: 17px 0;
  }
}

.aboutUs .features .feature p {
  font-size: 14px;
  color: #989898;
  line-height: 30px;
}

.aboutUs .ourTeam .university_card {
  margin: 7px;
}

.aboutUs .ourTeam .university_card .img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: auto;
}

@media screen and (max-width: 1440px) {
  .blogs.select_university {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 1200px) {
  .blogs.select_university {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 576px) {
  .blogs .sec_title.head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blogs .proForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blogs .proForm .form-group {
  margin-bottom: 0;
  min-width: 200px;
  margin-left: 30px;
}

@media screen and (max-width: 426px) {
  .blogs .proForm .form-group {
    margin-left: 10px;
  }
}

.blogs .proForm .control-label {
  margin-bottom: 0;
}

.blogs .blog_card {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px #1760871a;
          box-shadow: 0px 0px 40px #1760871a;
  margin-bottom: 15px;
}

.blogs .blog_card:hover .img img {
  -webkit-transform: scale(1.1) rotate(-2deg);
          transform: scale(1.1) rotate(-2deg);
}

.blogs .blog_card .img {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blogs .blog_card .img img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 250px;
}

@media screen and (max-width: 1200px) {
  .blogs .blog_card .img img {
    height: 200px;
  }
}

.blogs .blog_card .blog-details {
  padding: 25px;
}

.blogs .blog_card .blog-details span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #176087;
  font-size: 14px;
}

.blogs .blog_card .blog-details span img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.blogs .blog_card .blog-details .title {
  font-size: 18px;
  font-family: loew-b;
  line-height: 35px;
  color: #000;
  margin-top: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 68px;
}

@media screen and (max-width: 1200px) {
  .blogs .blog_card .blog-details .title {
    font-size: 16px;
  }
}

.blogs .blog_card .blog-details .title:hover {
  color: #176087;
}

.blogs .blog_card .blog-details p {
  color: #989898;
  font-size: 14px;
  line-height: 30px;
}

.blogs .blog_card .blog-details .course-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 376px) {
  .blogs .blog_card .blog-details .course-links .submitBtn span {
    font-size: 13px;
  }
}

.blogs .blog_card .blog-details .submitBtn.light {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: transparent;
  border-color: transparent;
  margin-top: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blogs .blog_card .blog-details .submitBtn.light img {
  width: 20px;
  height: 20px;
}

.blogs .blog_card .blog-details .submitBtn.light:hover {
  background-color: #176087;
}

.blogs .blog_card .blog-details .submitBtn.light:hover span {
  color: #fff;
}

.blogs .all_blogs {
  padding-top: 90px;
}

@media screen and (max-width: 1440px) {
  .blogs .all_blogs {
    padding-top: 70px;
  }
}

@media screen and (max-width: 991px) {
  .blogs .all_blogs {
    padding-top: 40px;
  }
}

.blogs .all_blogs.home_blog {
  width: 100%;
}

.blogs .all_blogs.home_blog .blog-slide {
  overflow: hidden;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .blogs .all_blogs.home_blog .blog-slide {
    width: 100%;
  }
}

.blogs.faqs .all_blogs .accordion-body p {
  font-family: loew-m !important;
  line-height: 40px !important;
}

.blogs.faqs .all_blogs .accordion-body p * {
  font-family: loew-m !important;
  line-height: 40px !important;
}

@media screen and (max-width: 768px) {
  .blogs.all_apllications .sec_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blogs.all_apllications .sec_title .main_title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 576px) {
  .blogs.all_apllications .sec_title .proForm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blogs.all_apllications .sec_title .proForm .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
}

.blogs.all_apllications table {
  margin-top: 15px;
}

.blogs.all_apllications table thead th {
  min-width: 200px;
}

.blogs.all_apllications table tr.accepted {
  background-color: #b1e0b1;
}

.single_blog {
  padding: 120px 0;
}

@media screen and (max-width: 1440px) {
  .single_blog {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1200px) {
  .single_blog {
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .single_blog .details {
    text-align: center;
  }
}

.single_blog .blog_head {
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}

.single_blog .blog_head h4 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .single_blog .blog_head h4 {
    margin: 20px 0;
  }
}

.single_blog .blog_head .visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .single_blog .blog_head .visual {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.single_blog .blog_head .visual li {
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single_blog .blog_head .visual img {
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .single_blog .blog_head .visual img {
    width: 15px;
  }
}

@media screen and (max-width: 991px) {
  .single_blog .blog_head {
    padding-bottom: 20px;
  }
}

.single_blog .blog-image {
  width: 100%;
  max-height: 500px;
}

@media screen and (max-width: 991px) {
  .single_blog .blog-image {
    max-height: 300px;
  }
}

.single_blog .text * {
  font-family: loew-m !important;
  line-height: 40px !important;
  list-style-type: disc;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.single_blog .text ul {
  list-style-type: disc;
  padding-left: 32px;
}

.single_blog .text ul li {
  list-style-type: disc;
}

.single_blog .text li {
  list-style-type: disc;
}

.single_blog .text img {
  border-radius: 10px;
  max-height: 500px;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .single_blog .text img {
    max-height: 300px;
  }
}

.single_blog .articals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 40px 0;
}

@media screen and (max-width: 991px) {
  .single_blog .articals .artical {
    text-align: left;
  }
}

.single_blog .articals .artical span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  background-color: #7e1331;
  padding: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .single_blog .articals .artical span {
    font-size: 12px;
  }
}

.single_blog .articals .artical span img {
  width: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.single_blog .articals .artical.next {
  margin-right: 20px;
}

.single_blog .articals .artical.next span {
  border-top-left-radius: 10px;
}

.single_blog .articals .artical.next span img {
  margin-right: 10px;
}

.single_blog .articals .artical.previous span {
  border-top-right-radius: 10px;
}

.single_blog .articals .artical.previous span img {
  margin-left: 10px;
}

.single_blog .articals .artical a {
  display: block;
  color: #7e1331;
  background-color: #f6f6f6;
  border-radius: 10px;
  font-family: loew-b;
  padding: 20px;
  line-height: 35px;
}

@media screen and (max-width: 1200px) {
  .single_blog .articals .artical a {
    font-size: 13px;
  }
}

.single_blog .add_comment {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px #1760871a;
          box-shadow: 0px 0px 40px #1760871a;
  padding: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .single_blog .add_comment {
    padding: 20px;
  }
}

.single_blog .add_comment h4 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 20px;
}

.single_blog .add_comment .submitBtn {
  width: auto;
}

@media screen and (max-width: 991px) {
  .single_blog .add_comment .submitBtn {
    margin: 15px auto 0;
  }
}

.single_blog .previous_comments {
  margin-top: 40px;
}

.single_blog .previous_comments h4 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 20px;
}

.single_blog .previous_comments h4 Span {
  color: #7e1331;
}

.single_blog .previous_comments .comments .comment {
  padding: 40px 0;
  border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 991px) {
  .single_blog .previous_comments .comments .comment {
    padding: 20px 0;
  }
}

.single_blog .previous_comments .comments .comment:last-of-type {
  border-bottom: 0;
}

.single_blog .previous_comments .comments .comment .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.single_blog .previous_comments .comments .comment .title .name {
  color: #176087;
  font-family: loew-b;
}

.single_blog .previous_comments .comments .comment .title .date {
  font-size: 13px;
}

.single_blog .previous_comments .comments .comment .title .date img {
  margin-right: 5px;
}

.single_blog .previous_comments .comments .comment p {
  font-size: 14px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .single_blog .previous_comments .comments .comment p {
    text-align: left;
  }
}

.single_blog .sec_title.head {
  margin-bottom: 20px;
}

.single_blog .sec_title.head.others {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .single_blog .sec_title.head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.single_blog .sec_title.head .main_title {
  font-size: 23px;
}

@media screen and (max-width: 1200px) {
  .single_blog .sec_title.head .main_title {
    font-size: 19px;
  }
}

.single_blog .keyWords {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
}

.single_blog .social ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0;
}

@media screen and (max-width: 991px) {
  .single_blog .social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.single_blog .social ul li a {
  background-color: #d6d6d6;
  color: #fff;
}

.single_blog .otherArticles .artical {
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.single_blog .otherArticles .artical a {
  font-family: loew-b;
  color: #000;
  font-size: 16px;
  display: block;
  line-height: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .single_blog .otherArticles .artical a {
    font-size: 13px;
  }
}

.single_blog .otherArticles .artical a:hover {
  color: #7e1331;
}

.single_blog .otherArticles .artical .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single_blog .otherArticles .artical span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #176087;
  font-size: 14px;
}

.single_blog .otherArticles .artical span.location {
  margin-left: 15px;
}

.single_blog .otherArticles .artical span img {
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .single_blog .otherArticles .artical span img {
    width: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .single_blog .otherArticles .artical span {
    font-size: 11px;
  }
}

.pagination {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .pagination li {
    display: none;
  }
  .pagination li:first-child, .pagination li:last-child {
    display: block;
  }
}

@media screen and (max-width: 1440px) {
  .pagination {
    padding-top: 70px;
  }
}

@media screen and (max-width: 991px) {
  .pagination {
    padding-top: 40px;
  }
}

.pagination a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e8e8e8;
  color: #989898;
  font-family: loew-b;
  font-size: 17px;
  margin-right: 7px;
}

.pagination a:hover, .pagination a.active {
  background-color: #7e1331;
  color: #fff;
}

.ourServices {
  padding: 120px 0 0;
}

@media screen and (max-width: 1440px) {
  .ourServices {
    padding: 70px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .ourServices {
    padding: 40px 0 0;
  }
}

.service {
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .service {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .service .img {
    margin-bottom: 15px;
  }
}

.service .img img {
  width: 450px;
  max-height: 400px;
  border-radius: 10px;
  position: relative;
}

.service .img img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/serviceOverlay.png");
}

.service .service-text .service-text-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service .service-text .service-text-head span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background-color: #7E1331;
  padding: 7px 15px;
  border-radius: 5px;
}

.service .service-text h2 {
  font-family: loew-b;
  font-size: 24px;
}

.service .service-text p {
  font-size: 14px;
  line-height: 30px;
  margin: 30px 0;
  font-family: loew-m !important;
}

.service .service-text p * {
  font-family: loew-m !important;
  line-height: 40px !important;
}

@media screen and (max-width: 991px) {
  .service .service-text p {
    margin: 25px 0;
  }
}

.service .service-text .submitBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.service .service-text ul {
  margin: 30px 0;
}

.service .service-text ul li {
  line-height: 40px;
  font-size: 14px;
}

.service .service-text ul li .form-check {
  padding-left: 1.5em;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service .service-text ul li .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  margin-right: 0;
  width: 24px;
  height: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.service .service-text ul li .form-check .form-check-input:checked {
  border: #7E1331;
  background-color: #7E1331;
}

.service .service-text ul li .form-check .form-check-label {
  padding-left: 10px;
  cursor: pointer;
}

.service.left .img {
  text-align: right;
}

.mfp-counter {
  direction: ltr;
}

.our_gallery .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our_gallery .nav-pills .nav-link {
  background-color: #F6F6F6;
  border-radius: 6px;
  padding: 40px;
  margin: 0 10px;
  width: 400px;
  color: #989898;
}

@media screen and (max-width: 991px) {
  .our_gallery .nav-pills .nav-link {
    padding: 20px;
    width: 200px;
    margin-bottom: 10px;
  }
}

.our_gallery .nav-pills .nav-link img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .our_gallery .nav-pills .nav-link img {
    width: 40px;
    height: 40px;
  }
}

.our_gallery .nav-pills .nav-link span {
  display: block;
  font-size: 18px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .our_gallery .nav-pills .nav-link span {
    font-size: 15px;
    margin-top: 15px;
  }
}

.our_gallery .nav-pills .nav-link.active {
  color: #FFF;
  background-color: #7E1331;
}

.our_gallery .nav-pills .nav-link.active img {
  -webkit-filter: brightness(55);
          filter: brightness(55);
}

.our_gallery .gallery a {
  position: relative;
}

.our_gallery .gallery a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#7E1331B0), to(#000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #7E1331B0 0%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.our_gallery .gallery a::before {
  content: url("../../images/resize.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 3;
}

.our_gallery .gallery a:hover:after, .our_gallery .gallery a:hover::before {
  opacity: 1;
}

.our_gallery .v-hub .my-video-dimensions {
  height: 300px;
  margin-bottom: 16px;
}

.contactUs .main_title {
  font-size: 30px;
  margin-bottom: 90px;
}

@media screen and (max-width: 1440px) {
  .contactUs .main_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .contactUs .main_title {
    font-size: 19px;
  }
}

.contactUs .image img {
  width: 90%;
  max-height: 500px;
}

.contactUs .proForm .submitBtn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.contactUs .branch {
  padding: 40px;
  -webkit-box-shadow: 0px 0px 40px #1760871A;
          box-shadow: 0px 0px 40px #1760871A;
  border-radius: 10px;
  background-color: #FFF;
}

.contactUs .branch .head img {
  width: 50px;
  height: 35px;
}

.contactUs .branch .head span {
  font-size: 18px;
  margin-left: 12px;
}

.contactUs .branch .links {
  margin: 40px 0;
}

.contactUs .branch .links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.contactUs .branch .links li img {
  margin-right: 10px;
}

.contactUs .branch .links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000;
  font-size: 15px;
}

.contactUs .branch .links li a:hover {
  color: #176087;
}

.contactUs .branch .links li .phons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactUs .branch .messageUs {
  padding: 40px 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}

.contactUs .branch .messageUs h5 {
  font-size: 18px;
  font-family: loew-b;
  margin-bottom: 30px;
}

.contactUs .branch .messageUs .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactUs .branch .messageUs .actions .submitBtn {
  min-width: 240px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #537FC1;
}

.contactUs .branch .messageUs .actions .submitBtn:hover {
  background-color: #176087;
}

.contactUs .branch .messageUs .actions .whatsapp {
  margin-right: 18px;
  background-color: #4CA12F;
}

.contactUs .branch .messageUs .social ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contactUs .branch .messageUs .social ul a {
  background-color: #D6D6D6;
  color: #FFF;
}

.contactUs .branch .messageUs.socialSec {
  border: 0;
}

.ourAgent {
  padding-bottom: 120px;
}

@media screen and (max-width: 1440px) {
  .ourAgent {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 991px) {
  .ourAgent {
    padding-bottom: 40px;
  }
}

.breadCrumb.ourAgent {
  height: 400px;
}

.formBox {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px #1760871a;
          box-shadow: 0px 0px 40px #1760871a;
  border-radius: 10px;
  padding: 105px 120px;
  margin-top: -150px;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .formBox {
    padding: 70px;
  }
}

@media screen and (max-width: 991px) {
  .formBox {
    padding: 30px;
  }
}

.formBox.register {
  padding: 60px 128px;
}

@media screen and (max-width: 1300px) {
  .formBox.register {
    padding: 60px;
  }
}

@media screen and (max-width: 991px) {
  .formBox.register {
    padding: 30px;
  }
}

.formBox .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 0 0;
  margin: 50px 0 20px;
  border-top: 1px solid #ccc;
}

.formBox .head h4 {
  font-family: loew-b;
  font-size: 20px;
}

.formBox .head span {
  font-size: 13px;
  color: #989898;
}

.formBox .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formBox .radio-box .form-check {
  padding-right: 53px;
}

.formBox .radio-box .form-check .form-check-input {
  margin-right: -27px;
  margin-top: 7px;
  border-color: #7e1331;
}

.formBox .radio-box .form-check .form-check-input:checked {
  background-color: #7e1331;
  border-color: #7e1331;
}

.formBox .submitBtn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-content {
  border-radius: 10px;
}

.modal-content .modal-body {
  text-align: center;
  padding: 50px 30px;
}

.modal-content .modal-body p {
  color: #989898;
  margin-top: 15px;
}

/*form styles*/
.register-form {
  position: relative;
  overflow: hidden;
}

.register-form fieldset:not(:first-of-type) {
  display: none;
}

.register-form fieldset.same .submitBtn {
  width: 49%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*progressbar*/
.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: step;
}

.steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.steps li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #989898;
}

.steps li p .num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #e8e8e8;
  color: #989898;
  margin-right: 10px;
  font-size: 16px;
}

.steps li p img {
  margin: 0 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.steps li.active p {
  color: #176087;
}

.steps li.active p .num {
  background-color: #176087;
  color: #fff;
}

.fil-upload.custom-file {
  height: auto;
}

.fil-upload .custom-file-input {
  display: none;
}

.fil-upload .custom-file-input,
.fil-upload .custom-file-label {
  width: 50%;
  height: 46px;
}

.fil-upload .custom-file-label {
  padding-left: 50px;
  /*en*/
  color: #989898;
  border: 0;
  background-color: #f6f6f6;
  overflow: hidden;
  border-radius: 6px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.fil-upload .custom-file-label::after {
  content: url("../../images/attahcmentIcon.png");
  border: 0;
  padding: 0;
  width: 45px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 1px;
}

.register-form .profile-pic {
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 6px;
  cursor: pointer;
}

.register-form .file-upload {
  display: none;
}

.login .formBox .radio-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login .formBox .radio-box .form-check {
  padding: 0;
}

.login .formBox .radio-box .form-check .form-check-input {
  float: none;
}

.login .formBox .radio-box .form-check .form-check-label {
  cursor: pointer;
  padding-left: 34px;
}

.login .formBox .radio-box .forgetPass {
  color: #176087;
  font-size: 14px;
}

.login .formBox .radio-box .forgetPass:hover {
  color: #7e1331;
}

.register-form.status .head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.register-form.status .head .form-group {
  width: 100%;
}

.register-form.status .form-group .form-control {
  background-color: transparent;
  border-color: transparent;
  padding-left: 0;
  color: #176087;
}

.register-form.status a.btn.submitBtn.light.shared i {
  margin: 0 5px;
  font-size: 22px;
}

.accountSetting {
  padding: 70px 0;
}

.accountSetting .account-tabs .nav-pills .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border-radius: 0;
  border-bottom: 1px solid rgba(23, 96, 135, 0.1);
  position: relative;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accountSetting .account-tabs .nav-pills .nav-link .arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.accountSetting .account-tabs .nav-pills .nav-link .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accountSetting .account-tabs .nav-pills .nav-link img {
  margin-right: 12px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.accountSetting .account-tabs .nav-pills .nav-link span {
  color: #8e8e8e;
}

.accountSetting .account-tabs .nav-pills .nav-link.active,
.accountSetting .account-tabs .nav-pills .show > .nav-link {
  background-color: transparent;
}

.accountSetting .account-tabs .nav-pills .nav-link.active img,
.accountSetting .account-tabs .nav-pills .show > .nav-link img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.accountSetting .account-tabs .nav-pills .nav-link.active span,
.accountSetting .account-tabs .nav-pills .show > .nav-link span {
  color: #176087;
  font-weight: bold;
}

.accountSetting .account-tabs .nav-pills .nav-link.active .arrow,
.accountSetting .account-tabs .nav-pills .show > .nav-link .arrow {
  opacity: 1;
  visibility: visible;
}

.accountSetting .account-tab-content {
  padding: 45px;
  background-color: #fff;
  width: 90%;
  margin: auto;
  margin-right: 0;
  -webkit-box-shadow: 0px 0px 20px #335a7e0a;
          box-shadow: 0px 0px 20px #335a7e0a;
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .accountSetting .account-tab-content {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .accountSetting .account-tab-content {
    padding: 20px;
  }
}

.accountSetting .account-tab-content .title {
  font-size: 22px;
  margin-bottom: 40px;
}

.accountSetting .account-tab-content .form-group .tag:hover {
  color: #176087;
}

.accountSetting .account-tab-content .form-group.submit button {
  width: 100%;
}

.accountSetting .account-tab-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .accountSetting .account-tab-content .content {
    display: block;
  }
}

.accountSetting .account-tab-content .content .form-group:first-of-type {
  width: 70%;
}

@media screen and (max-width: 480px) {
  .accountSetting .account-tab-content .content .form-group:first-of-type {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .accountSetting .account-tab-content .content .form-group:last-of-type {
    width: 100%;
  }
}

.accountSetting .account-tab-content .add .primaryBtn {
  margin: auto;
}

/*responvive*/
@media screen and (max-width: 1440px) {
  .shared,
  .main_header .header_btns .dropdown .dropdown-toggle .lang,
  .proForm .control-label,
  .submitBtn,
  .main_title.sub {
    font-size: 14px;
  }
  .sec_title .main_title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .select_university--box {
    padding: 25px;
  }
  .proForm .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 11px;
  }
  .select_university .last-news .last-new .blog-text {
    margin-top: 9px;
  }
  .select_university .last-news .last-new .blog-text .title {
    font-size: 14px;
  }
  .select_university .last-news .last-new .blog-text .date {
    font-size: 12px;
  }
  .select_university .last-news .accordion-flush .accordion-item .accordion-button {
    font-size: 14px;
  }
  .select_university .last-news .accordion-flush .accordion-body {
    font-size: 12px;
  }
  .select_university .home_blog .blog-slide .blog-text {
    padding: 0 15px;
  }
  .select_university .home_blog .blog-slide .blog-text .title {
    font-size: 14px;
  }
  .select_university .home_blog .blog-slide .blog-text .date {
    padding: 15px 0;
    font-size: 12px;
  }
  .our_universities,
  .testimonials,
  .footer {
    padding: 70px 0;
  }
  .our_universities .university-slide p {
    font-size: 14px;
  }
  .conferences.select_university .home_blog .blog-slide .img img {
    height: 350px;
  }
  .conferences.select_university .home_blog .blog-slide .blog-text {
    -webkit-transform: translateY(168px);
            transform: translateY(168px);
  }
  .our_universities .owl-carousel.owl-theme,
  .our_gallery .gallery {
    margin-top: 50px;
  }
  .testimonials .testimonials_slider .owl-carousel.owl-theme .owl-nav {
    bottom: -60px;
  }
  .footer_logo p,
  .footer_links a,
  .copy_rights .terms a {
    font-size: 11px;
  }
  .footer_links h3 {
    font-size: 16px;
  }
  .footer_links .box p {
    font-size: 12px;
  }
  .conferences .sec_title {
    margin-left: 60px;
  }
}

@media screen and (max-width: 1270px) {
  .our_universities,
  .testimonials,
  .footer {
    padding: 40px 0;
  }
  .conferences.select_university .home_blog .blog-slide .blog-text {
    -webkit-transform: translateY(175px);
            transform: translateY(175px);
  }
  .conferences.select_university .home_blog .blog-slide .img img {
    height: 344px;
  }
}

@media screen and (max-width: 1200px) {
  .main_slider .body-content .logo-content img {
    width: 160px;
  }
  .select_university .last-news .accordion-flush .accordion-item .accordion-button {
    font-size: 13px;
  }
  .select_university .home_blog .blog-slide .blog-text .title {
    line-height: 26px;
  }
  .conferences.select_university .home_blog .blog-slide .img img {
    height: 294px;
  }
}

/*only En*/
.main_slider .body-content .links-page li a span {
  line-height: 15px;
}

@media screen and (max-width: 1400px) {
  .main_header.pages_header .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    padding: 0 5px;
  }
}

@media screen and (max-width: 991px) {
  .main_header.pages_header .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    text-align: center;
    padding: 17px 0;
  }
}

@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.single_blog .otherArticles .artical span {
  font-size: 10px;
}

@media screen and (max-width: 426px) {
  .sec_title .main_title {
    font-size: 21px;
  }
}

.accountSetting .account-tabs .nav-pills .nav-link .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*# sourceMappingURL=layout.css.map */