/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  --way-family: "Raleway";
  --primary-color: #223f94 !important;
  --blue-color: #093c71;
  --secondary-color:#001448;
  --orange-color: #f28427;
}

body {
  font-family: "Open Sans" !important;
  /* font-family: fangsong !important; */
  color: #444444;
}
.orange_color {
  color: var(--orange-color) !important;
}
.bg_orange_color {
  background-color: var(--orange-color);
}
.primary_color {
  color: var(--primary-color);
}
.blue_color {
  color: var(--blue-color);
}
.way_font {
  font-family: "Raleway";
}
* {
  font-family: "Open Sans", sans-serif;
}
.align_start {
  text-align-last: start;
}
a {
  color: #f28427;
  text-decoration: none;
}

a:hover {
  color: #00123f;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18pt;
  font-weight: bold;
  /* font-family: "Raleway", sans-serif; */
  /* font-family: fangsong; */
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f28427;
  border-top-color: #00123f;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #00123f;
  height: 150px;
  font-size: 12px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -150px;
}
#topbar .col-lg-6 {
  padding-left: 200px;
  padding-right: 200px;
}
#topbar button {
  font-size: 10px;
  letter-spacing: 1px;
}
#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}
#topbar .o6o {
  margin-right: 30px;
  letter-spacing: 1px;
}
#topbar .contact-info a:hover {
  color: #1977cc;
}

#topbar .contact-info i {
  color: #1977cc;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}
#topbar .ri-search-line {
  position: relative;
  left: 30px;
  font-size: 18px;
  top: 3px;
}
#topbar .social-links a {
  color: #437099;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1977cc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*background: #f28427;*/
  transition: all 0.5s;
  z-index: 997;
  /*padding: 15px 0;*/
  /*top: 160px;*/
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  /*font-family: fangsong;*/
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 40px;
}
@media (max-width: 991px) {
  #topbar {
    background: #00123f;
    height: 220px;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;
    letter-spacing: 0px;
  }
  #topbar .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px !important;
    text-align: center !important;
  }
  #topbar .o6o {
    margin-right: px;
    letter-spacing: 1px;
    font-size: 14px;
  }
  #topbar .ri-search-line {
    display: none;
  }
  #topbar.topbar-scrolled {
    top: -220px;
  }
  #header {
    background: #f28427;
    transition: all 0.5s;
    z-index: 997;
    /*padding: 15px 0;*/
    /*top: 279px;*/
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
  }
}
@media (max-width: 1399px) {
  #topbar .col-lg-6 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  letter-spacing: 3px;
  padding: 0px 10px 8px 29px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #2c4964;
  white-space: nowrap;
  transition: 0.3s;
  padding: 10px 5px;
  font-weight: 600;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #ffffff;
  border-color: #ffffff;
  font-weight: 900;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #1977cc;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
#news-header {
  position: absolute;
  z-index: 2;
  right: 25%;
  color: white;
  top: 50px;
  margin-inline-start: 31rem;
  letter-spacing: 3px;
  opacity: 0.6;
}
@media screen and (max-width: 530px)  {
  #news-header {
    position: absolute;
    z-index: 2;
    display: none;
    color: white;
    right: 1% !important;
    top: 45rem !important;
    margin: 0 3rem  ;
    letter-spacing: 3px;
    opacity: 0.6;
  }
}
@media (min-width: 565px) and (max-width:990px) {
  #news-header {
    position: absolute;
    z-index: 2;
    display: none;
    color: white;
    right: 1% !important;
    top: 45rem !important;
    margin: 0 3rem  ;
    letter-spacing: 3px;
    opacity: 0.6;
  }
}
@media (max-width: 565px) {

  .custom_height {
    height: 500px;
  }
  .owl-carousel .owl-stage-outer .news-img-div {
    height: 300px !important;
  }
  .owl-carousel .owl-stage-outer .news-img-div img {
    height: 300px;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #1977cc;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #1977cc;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  background: url("/img/color-3243424.png") top center;
  background-size: cover;
  filter: brightness(0.5);
  /* border-bottom: 8px solid #f28427; */
}

#hero .container {
  position: relative;
}

#hero .btn-get-started {
  /*font-family: "Raleway", sans-serif;*/
  /* font-family: fangsong; */
  font-family: "Open Sans", sans-serif !important;
  /* text-transform: capitalize; */
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}

#hero .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
  }

  #hero .container {
    padding-bottom: 63px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 70vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  position: relative;
  bottom: 339px;
}

.why-us .layers {
  width: 106%;
}

.why-us .title h1 {
  /*font-size: 70px;*/
  /*font-weight: 900;*/
  /*line-height: 35px;*/
  /* text-transform: capitalize; */
  color: #ffffff;
}

.why-us .title h2 {
  color: #ffffff;
  /*font-size: 45px;*/
  /*font-weight: 900;*/
}

.why-us .title p {
  color: #ffffff;
  font-size: 32px;
}
.why-us .layer h2 {
  background: #000000;
  height: 66px;
  color: #fff;
  font-size: 26px;
  position: relative;
  display: flex;
  align-items: center;
  bottom: -219px;
  width: 94.3%;
  top: 125px;
}
.why-us .layer .title2 {
  background: #00123f !important;
}

.why-us .content {
  background: #00123fd1;
  /* border-radius: 4px; */
  color: #fff;
  position: relative;
  min-height: 614px;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 40px;
  /* text-transform: capitalize; */
  margin-bottom: 60px;
}
.why-us h2 b {
  /* text-transform: capitalize; */
}
.why-us .content p {
  margin-bottom: 80px;
  font-size: 17px;
}

@media (max-width: 1399px) {
  .why-us .content {
    background: #00123fd1;
    border-radius: 0px;
    color: #fff;
    position: relative;
    /* height: 662px; */
  }
  .why-us .content h3 {
    font-weight: 700;
    font-size: 35px;
    /* text-transform: capitalize; */
    margin-bottom: 50px;
  }
  .why-us .content p {
    margin-bottom: 90px;
    font-size: 16px;
  }
  .why-us .layer h2 {
    background: #000000;
    width: 94.3% !important;
    height: 65px;
    color: #fff;
    font-size: 26px;
    top: 195px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .why-us .content .more-btn {
    display: inline-block;
    background: #f28427;
    position: relative;
    color: #fff;
    transition: all ease-in-out 0.4s;
  }
}
.why-us .content .more-btn {
  display: inline-block;
  background: #f28427;
  position: relative;
  color: #fff;
  transition: all ease-in-out 0.4s;
  font-family: "Raleway";
  font-size: 25px;
}
@media (max-width: 765px) {
  .cu-d-sm-block{
    display: block;
  }
  .why-us .title {
    position: absolute;
    top: 0;
  }
  .why-us .layer {
    height: 360px;
    background-size: cover;
    left: 0px !important;
    position: relative;
  }
  .why-us .content {
    margin-top: 0px;
    background: #00123fd1;
    border-radius: 4px;
    color: #fff;
    position: relative;
    /* height: 900px !important; */
  }

  .why-us .content h3 {
    font-weight: 700;
    font-size: 25px;
    /* text-transform: capitalize; */
    margin-bottom: 25px;
  }

  .why-us .content p {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .why-us .title h1 {
    font-size: 30px !important;
    font-weight: 900;
    line-height: 30px !important;
    /* text-transform: capitalize; */
    color: #ffffff;
    margin-bottom: 32px;
  }

  .why-us .title h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
  }

  .why-us .title p {
    color: #ffffff;
    font-size: 25px;
  }

  .why-us .content .more-btn {
    display: inline-block;
    background: #f28427;
    position: relative;
    font-size: 14px;
    color: #fff;
    transition: all ease-in-out 0.4s;
  }

  .why-us .layer h2 {
    background: #000000;
    width: 94.3% !important;
    height: 65px;
    color: #fff;
    font-size: 26px;
    top: 195px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .custom_three_photos{
    position: static !important;
  }
  .firstImage,.secondImage,.thirdImage{
    height: 334px !important;
  }
  .why-us .row{
    margin-right: unset !important;
    margin-left: unset !important;
  }
  .faculty_title{
    display: none;
  }
}
.why-us .content .more-btn {
  display: inline-block;
  background: #f28427;
  position: relative;
  color: #fff;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #000000 !important;
  background: #fff;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
  overflow: hidden;
}
.departments .container {
  /* background-color: #00123f; */
  /* height: 660px; */
}
.departments .nav-tabs {
  background-color: #f28427;
  border: 0;
  height: 100%;
}

.departments .nav-link {
  border: 0;
  transition: 0.3s;
  color: #ffffff;
  border-radius: 0;
  font-weight: 600;
  font-size: 15px;
}

.departments .nav-link:hover {
  color: #00123f;
}

.departments .nav-link.active {
  color: #ffffff;
  background: transparent;
}

.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.departments h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.departments p {
  font-size: 14px;
  color: #ffffff;
}
.departments .pb-3 {
  margin-bottom: 20px;
}
.departments p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .container {
    /* background-color: #00123f; */
    height: 100%;
  }
  .departments .nav-tabs {
    background-color: #f28427;
    border: 0;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #00123f;
  }
}
.nav-tabs li .nav-link:hover {
  border-top: none !important;
}
.nav-tabs li .nav-link,
.nav-tabs li .nav-link:hover {
  background: #f28427 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #ffffff;
  font-size: 14px;
  background: #00123f;
  border-top: 8px solid #f28427;
  font-weight: 700;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /*font-family: "Raleway", sans-serif;*/
  /* font-family: fangsong; */
  font-family: "Open Sans", sans-serif !important;
  color: #ffffff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #f28427;
  position: relative;
  width: 150px;
  padding-bottom: 12px;
  border-bottom: 2px solid;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f28427;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #f28427;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #f28427;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #f28427;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f28427;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}

.has-search .form-control {
  padding-left: 2.375rem;
  border-radius: 40px;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.firstImage {
  background-image: url("/img/Rectangle518copy18.png");
  height: 334px;
  background-size: cover;
  position: relative;
}
.secondImage {
  background-image: url("/img/Rectangle518copy19.png");
  height: 334px;
  background-size: cover;
  position: relative;
}
.thirdImage {
  background-image: url("/img/Rectangle518copy20.png");
  height: 334px;
  background-size: cover;
  position: relative;
}
.keep-up-data {
  position: absolute;
  top: 50px;
  color: #7b90c4 !important;
  font-size: 17px;
  letter-spacing: 2px;
}

.faculty_slider.owl-carousel .owl-nav {
  top: 67%;
}

.faculty_slider.owl-carousel .owl-nav button {
  color: #fff !important;
}



/* ##############3editor input */
.editor_input{
  width: auto !important;
}
.editor_input {
  border: 0;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  width: auto;
  border: 1px solid transparent;
  outline: none;
  font-family: "Open Sans", sans-serif !important;

}
.editor_input:hover{
  border: 1px solid blue;
  border-radius: 0;
}

h1.last_word_class::last-word {
  color:#f28427;
}
