@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap");
/*IE only*/
/*Fonts*/
/*colors*/
body {
  margin: auto;
  font-weight: 200;
  font-size: 16px;
  line-height: 26px;
  scrollbar-width: none;
  padding: 0 !important;
  color: #545965;
  font-family: "Nunito", sans-serif;
  background: #fbf5f2;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

p {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1.2;
  color: #000000;
}

h1 {
  font-size: 68px;
  line-height: 60px;
}

h2 {
  font-size: 52px;
  margin-bottom: 10px;
  font-weight: 900;
}

h3 {
  font-size: 36px;
  font-weight: 600;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

h6 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  color: #e86902;
}

.preloader {
  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: fixed;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

.preloader img {
  width: 100px;
  height: auto;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 15px 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  background: #ffffff;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.header .logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.header .logo .normal {
  opacity: 1;
}

.header .logo .scroll {
  opacity: 0;
  position: absolute;
  left: 0;
}

.header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.header .header-right .right-navigation {
  background: transparent;
  padding: 0;
}

.header .header-right .right-navigation .navbar {
  padding: 0;
  height: 100%;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item {
  position: relative;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding-right: 40px;
  padding-left: 0;
  color: #ffffff;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item a:hover {
  background: transparent;
  color: #e86902;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown {
  border-radius: 0;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  min-width: 240px;
  border-radius: 0;
  border: none !important;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  background: #ffffff;
  padding: 25px 35px;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a {
  color: #545965;
  padding: 10px 0 8px;
  margin-bottom: 2px;
  white-space: break-spaces;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  line-height: 22px;
  font-weight: 400;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
  background: transparent;
  color: #e86902;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.big {
  min-width: 500px;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.big div {
  width: 50%;
  float: left;
  padding-right: 20px;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.big div:last-child {
  padding-right: 0;
  padding-left: 20px;
}

.header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.header .header-right .login-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header-right .login-call .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-right .login-call .login a {
  padding: 10px 35px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 31px;
  background: #ffffff;
  color: #272b37;
  text-transform: uppercase;
}

.header .header-right .login-call .login a:hover {
  background: #f4d505;
}

.header .header-right .login-call .call {
  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;
}

.header .header-right .login-call .call a {
  background: #e86902;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}

.header .header-right .login-call .call a i {
  color: #ffffff;
}

.header .header-right .login-call .call a:hover {
  background: #f4d505;
}

.header.shrink-nav {
  color: #000 !important;
  top: 0px;
  position: fixed;
  border-bottom: none;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.header.shrink-nav::before {
  height: 100%;
}

.header.shrink-nav .right-navigation .navbar .navbar-nav .nav-item a {
  color: #545965;
}

.header.shrink-nav .logo img {
  width: 240px;
}

.header.shrink-nav .logo img.normal {
  opacity: 0;
}

.header.shrink-nav .logo img.scroll {
  opacity: 1;
}

.header.shrink-nav .header-right .login-call .login a {
  background: #fbf5f2;
}

.header.shrink-nav .header-right .login-call .login a:hover {
  background: #f4d505;
}

.header.inner-header {
  position: relative;
}

section.banner {
  background: #000000;
  position: relative;
  overflow: hidden;
}

section.home-vision-mission {
  position: relative;
  z-index: 2;
}

section.home-vision-mission .container {
  position: relative;
  margin-top: -200px;
}

section.home-vision-mission .container .vsn-box .inner {
  background: #792d03 url(../images/vision-bg.png) no-repeat right center;
  background-size: cover;
  padding: 50px 45px 150px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

section.home-vision-mission .container .vsn-box .inner::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #020024;
  background: -webkit-gradient(linear, left bottom, left top, from(#020024), color-stop(0%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(0deg, #020024 0%, rgba(0, 0, 0, 0) 0%, black 100%);
}

section.home-vision-mission .container .vsn-box .inner h4 {
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

section.home-vision-mission .container .vsn-box .inner p {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

section.home-vision-mission .container .vsn-box .inner .icon {
  position: absolute;
  bottom: -35px;
  right: -35px;
  width: 35px;
  height: 35px;
  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;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

section.home-vision-mission .container .vsn-box .inner:hover .icon {
  bottom: 0;
  right: 0;
}

section.home-vision-mission .container .vsn-box:nth-of-type(2) .inner {
  background: #5c5500 url(../images/mission-bg.png) no-repeat right center;
  background-size: cover;
}

section.home-vision-mission .container .vsn-box:nth-of-type(3) .inner {
  background: #470101 url(../images/objective-bg.png) no-repeat right center;
  background-size: cover;
}

section .sub-title {
  font-size: 13px;
  letter-spacing: 3px;
  color: #e86902;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 15px;
}

section .title {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
}

section a.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

section a.more h6 {
  padding: 18px 30px 15px;
  background: #ffffff;
  color: #000000;
  font-size: 13px;
  font-weight: 800;
  line-height: 12px;
  text-align: center;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

section a.more span {
  background: #e86902;
  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;
  width: 45px;
  color: #ffffff;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

section a:hover h6 {
  padding: 18px 35px 15px;
}

section a:hover span {
  background: #f4d505;
}

section.welcome {
  padding: 130px 0 0;
}

section.welcome .left .inner .wel-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.welcome .left .inner .wel-img-box .inner {
  position: relative;
}

section.welcome .left .inner .wel-img-box .inner::after {
  position: absolute;
  content: '';
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 110px;
  height: 110px;
  background: #bfbfbf;
  margin-left: 30px;
}

section.welcome .left .inner .wel-img-box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -100px;
}

section.welcome .left .inner .wel-img-box-bottom .inner {
  border: 10px solid #ffffff;
  position: relative;
}

section.welcome .left .inner .wel-img-box-bottom .inner::after {
  position: absolute;
  content: '';
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 110px;
  height: 110px;
  background: #e1d0c3;
  margin-right: 30px;
}

section.welcome .right {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.welcome .right .inner h4 {
  color: #000000;
}

section.welcome .right .inner h5 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

section.welcome .right .inner .title {
  color: #e86902;
  margin-bottom: 25px;
}

section.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.gallery .head {
  width: 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;
}

section.gallery .head h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.gallery .gallery-wrap {
  padding: 0;
  overflow: hidden;
  width: 100%;
}

section.gallery .gallery-wrap .row {
  width: 100%;
  display: inline-block;
}

section.gallery .gallery-wrap .row .gl-box {
  width: 20%;
  float: left;
  background: #000000;
  overflow: hidden;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

section.gallery .gallery-wrap .row .gl-box a {
  position: relative;
  width: 100%;
  height: 100%;
  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;
}

section.gallery .gallery-wrap .row .gl-box a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

section.gallery .gallery-wrap .row .gl-box a i {
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  padding: 15px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

section.gallery .gallery-wrap .row .gl-box a:hover img {
  opacity: 0.2;
}

section.gallery .gallery-wrap .row .gl-box a:hover i {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

section.author {
  padding: 100px 0;
  text-align: center;
}

section.author .owl-author {
  margin-top: 30px;
}

section.author .owl-author .item .inner {
  padding: 0 15px;
}

section.author .owl-author .item .inner .img {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

section.author .owl-author .item .inner .img img {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

section.author .owl-author .item .inner .details {
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 30px 0;
}

section.author .owl-author .item .inner .details::before {
  position: absolute;
  content: '';
  left: -15px;
  right: -15px;
  top: -50px;
  bottom: 0;
  background: #ffffff;
}

section.author .owl-author .item .inner .details h5 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

section.author .owl-author .item .inner .details h6 {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}

section.author .owl-author .item .inner .details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

section.author .owl-author .item .inner .details ul li {
  margin: 0 5px;
}

section.author .owl-author .item .inner .details ul li a {
  background: #f7f1ec;
  padding: 8px;
  font-size: 13px;
  color: #272b37;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  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;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

section.author .owl-author .item .inner .details ul li a:hover {
  background: #e86902;
  color: #ffffff;
}

section.author .owl-author .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

section.author .owl-author .owl-nav button {
  width: 35px;
  height: 35px;
  font-size: 30px;
  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;
  border: 1px solid #545965;
  margin: 0 5px;
  outline: none;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

section.author .owl-author .owl-nav button:hover {
  background: #e86902;
  color: #ffffff;
  border-color: #e86902;
}

.footer {
  background: #272b37;
  padding: 100px 0;
}

.footer .foot-wrap {
  margin: 0px auto;
  max-width: 100%;
}

.footer .foot-wrap .foot-logo {
  text-align: center;
}

.footer .foot-wrap .foot-nav {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .foot-wrap .foot-nav ul {
  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;
}

.footer .foot-wrap .foot-nav ul li {
  margin: 0 15px;
}

.footer .foot-wrap .foot-nav ul li a {
  color: #ffffff;
  font-weight: 400;
}

.footer .foot-wrap .foot-nav ul li a:hover {
  color: #e86902;
}

.footer .foot-wrap .foot-social {
  position: relative;
}

.footer .foot-wrap .foot-social::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 49%;
  width: 100%;
  height: 1px;
  background: #545965;
}

.footer .foot-wrap .foot-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.footer .foot-wrap .foot-social ul li {
  margin: 0 8px;
}

.footer .foot-wrap .foot-social ul li a {
  padding: 5px;
  width: 40px;
  height: 40px;
  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;
  border: 1px solid #686b73;
  background: #272b37;
}

.footer .foot-wrap .foot-social ul li a:hover {
  background: #e86902;
  color: #ffffff;
}

.footer .foot-wrap .foot-copy {
  margin-top: 35px;
}

.footer .foot-wrap .foot-copy p {
  color: #60646a;
  text-align: center;
  margin-bottom: 0;
}

/*========================================Inner page style=======================================*/
.inner-banner {
  background: url(../images/inner-banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.inner-banner::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.inner-banner .container {
  position: relative;
  z-index: 1;
}

.inner-banner .container h2 {
  color: #ffffff;
  margin-bottom: 50px;
  font-weight: 800;
}

.about .mission-row {
  padding-top: 130px;
}

.about .mission-row .mission-inner {
  padding: 50px;
  background: #ffffff;
  height: 100%;
}

.about .mission-row .mission-inner h5 {
  color: #000000;
  font-weight: 800;
  margin-bottom: 25px;
}

.about .mission-row .mission-inner p {
  margin-bottom: 10px;
}

.about .mission-row .mission-inner p:last-child {
  margin-bottom: 0;
}

.about .objectives-row {
  padding: 130px 0;
}

.about .objectives-row h5 {
  color: #000000;
  font-weight: 800;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.about .objectives-row h5::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 15px;
  height: 1px;
  background: #000000;
}

.about .objectives-row h5 span {
  padding: 0 15px;
  background: #fbf5f2;
  position: relative;
  z-index: 1;
}

.about .objectives-row ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.about .objectives-row ul li::after {
  position: absolute;
  content: '';
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border: 1px solid #e86902;
  border-radius: 15px;
}

/*About page E*/
.director {
  padding: 130px 0;
}

.director .director-tab {
  background: #fff;
  padding: 10px 25px;
  border: 1px solid #eae2dd;
}

.director .director-tab .nav-item span {
  padding-top: 10px;
  display: inline-block;
  padding-right: 25px;
  font-weight: 400;
  color: #000;
}

.director .director-tab .nav-item .nav-link {
  font-weight: 400;
  border: none !important;
}

.director .director-tab .nav-item .nav-link.active {
  background-color: #e86902;
  border: none !important;
  color: #ffffff;
  border-radius: 30px;
}

.director .tab-content {
  padding-top: 35px;
}

.director .tab-content .table tr {
  font-weight: 400;
}

.director .tab-content .table thead tr {
  background: #ffffff !important;
  font-weight: 600;
}

.director .tab-content .table tbody tr:nth-of-type(2n) {
  background: #fffbf8;
}

.director .tab-content .table tbody tr td {
  padding: 8px 10px;
  font-size: 14px;
}

.director .tab-content .table tbody tr td:first-child {
  max-width: 70px;
  text-align: center;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
}

.contact-us {
  padding: 130px 0;
}

.contact-us .address h6 {
  margin-bottom: 10px;
}

.contact-us .address p {
  line-height: 30px;
}

.contact-us .address .phone a {
  padding: 8px 15px;
  border: 1px solid #dadada;
  border-radius: 35px;
  margin-right: 10px;
  font-weight: 400;
  display: inline-block;
  width: 47%;
  margin-bottom: 15px;
  text-align: center;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.contact-us .address .phone a:hover {
  background: #e86902;
  color: #ffffff;
  border-color: #e86902;
}

.contact-us .address .phone a:last-child {
  pointer-events: none;
}

.contact-us .map iframe {
  height: 100%;
  border: 10px solid #ffffff !important;
}

.contact-us .form-wrap {
  margin-top: 50px;
  padding: 50px 35px 35px;
  background: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
}

.contact-us .form-wrap input {
  height: 50px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
  padding-left: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.contact-us .form-wrap input.button {
  padding: 12px 30px;
  background: #e86902;
  color: #ffffff;
  border: none;
  width: 47.5%;
  height: 70px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.contact-us .form-wrap input.button:first-child {
  color: #545965;
  background: #f1dcd1;
  margin-right: 10px;
}

.contact-us .form-wrap input.button:hover {
  background: #000000;
  color: #ffffff;
}

.contact-us .form-wrap textarea {
  height: 116px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
  padding-left: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.projects {
  padding: 130px 0;
}

.projects .pro-wrap {
  margin-bottom: 50px;
}

.projects .pro-wrap:last-child {
  margin-bottom: 0;
}

.projects .pro-wrap .pr-img {
  margin-right: -50px;
  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;
  position: relative;
  z-index: 1;
}

.projects .pro-wrap .pr-img .inner {
  margin: 50px 0;
}

.projects .pro-wrap .pr-details {
  background: #ffffff;
  padding: 50px 51px 50px 100px;
  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;
}

.projects .pro-wrap .pr-details .inner h4 {
  margin-bottom: 30px;
}

.projects .pro-wrap .pr-details .inner .more h6 {
  background: #fbf5f2;
}

.projects .pro-wrap .pr-details .inner p:last-child {
  margin-bottom: 0;
}

.projects.inner-page .pro-wrap .pr-details {
  padding: 50px;
}

.projects.inner-page .pro-wrap .pr-details .inner {
  width: 100%;
}

.projects.inner-page .pro-wrap .pr-details .inner .pr-more {
  font-weight: 400;
  color: #e86902;
}

.projects.inner-page .pro-wrap .pr-details.gal-details {
  padding: 30px;
  padding-bottom: 5px;
}

.projects.inner-page .pro-wrap .pr-details.gal-details .inner h4 {
  margin-bottom: 0;
}

.projects .pr-inner-gallery {
  padding: 0 15px 15px 15px;
  background: #ffffff;
}

.projects .pr-inner-gallery .gl-box {
  width: 20%;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px;
}

.projects .pr-inner-gallery .gl-box a {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  overflow: hidden;
}

.projects .pr-inner-gallery .gl-box a img {
  opacity: 1;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.projects .pr-inner-gallery .gl-box a i {
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  padding: 15px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.projects .pr-inner-gallery .gl-box a:hover {
  background: #000000;
}

.projects .pr-inner-gallery .gl-box a:hover img {
  opacity: 0.2;
}

.projects .pr-inner-gallery .gl-box a:hover i {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gallery {
  padding: 130px 0 0;
}

.gallery .gal-wrap {
  margin-bottom: 30px;
}

.gallery .gal-wrap:last-child {
  margin-bottom: 0;
}

.gallery .gal-wrap .gal-box {
  margin-bottom: 35px;
}

.gallery .gal-wrap .gal-box .inner {
  background: #ffffff;
  padding: 50px;
}

.gallery .gal-wrap .gal-box .inner h6 {
  margin-bottom: 5;
  padding: 0;
}

.gallery .gal-wrap .gal-box .inner h5 {
  margin-bottom: 20px;
}

.gallery .gal-wrap .gal-box .inner div {
  overflow: hidden;
}

.gallery .gal-wrap .gal-box .inner div img {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.gallery .gal-wrap .gal-box .inner:hover div img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.fancybox-skin {
  border-radius: 0;
}

.exe-wrap {
  margin-bottom: 30px;
}

.exe-wrap .inner {
  height: 100%;
  background-color: #ffffff;
}

.exe-wrap .inner .img {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.exe-wrap .inner .img img {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.exe-wrap .inner .details {
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
}

.exe-wrap .inner .details h5 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.exe-wrap .inner .details h6 {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}

.exe-wrap .inner .details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.exe-wrap .inner .details ul li {
  margin: 0 5px;
}

.exe-wrap .inner .details ul li a {
  background: #f7f1ec;
  padding: 8px;
  font-size: 13px;
  color: #272b37;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  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;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.exe-wrap .inner .details ul li a:hover {
  background: #e86902;
  color: #ffffff;
}

.gallery.inner-gallery {
  padding: 130px 0;
}

/*========================================Responsive=============================================*/
@media (max-width: 1550px) {
  .header {
    padding: 15px 30px;
  }
  .header .header-right .right-navigation .navbar .navbar-nav .nav-item a {
    padding-right: 25px;
  }
}

/*end 1550px*/
@media (max-width: 1366px) {
  .logo .inner img {
    max-width: 200px;
  }
  .header .header-right .login-call .login a {
    padding: 5px 20px;
  }
  section.gallery .gallery-wrap .row .gl-box {
    height: 250px;
  }
}

/*end 1366px*/
@media (max-width: 1199px) {
  .header .header-right {
    display: block;
  }
  .logo .inner img {
    max-width: 220px;
  }
  .header .header-right .login-call {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .header-right .login-call .login a {
    padding: 3px 15px;
    font-size: 13px;
  }
  .header .header-right .right-navigation .navbar .navbar-nav .nav-item:last-child a {
    padding-right: 0;
  }
  .flexslider li .meta h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 48px;
  }
  .flexslider li .meta p {
    padding: 2px 25px 4px;
    margin-top: 15px;
    font-size: 16px;
  }
  .flex-direction-nav {
    right: 25px;
  }
  section.welcome .left .inner .wel-img-box .inner::after,
  section.welcome .left .inner .wel-img-box-bottom .inner::after {
    display: none;
  }
  section.welcome .right {
    padding-left: 15px;
  }
  section.welcome .right .inner h5 {
    font-size: 24px;
  }
  .header .header-right .login-call .call a {
    width: 40px;
  }
  section.gallery {
    display: block;
  }
  section.gallery .head {
    width: inherit;
    padding: 0 15px;
  }
  section.gallery .head h2 {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    text-orientation: inherit;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-bottom: 50px;
  }
  .contact-us .address .phone a {
    padding: 8px 15px;
    font-size: 13px;
    margin-right: 8px;
  }
  .contact-us .form-wrap input.button {
    width: 47%;
  }
}

/*end 1199px*/
@media (max-width: 991px) {
  section.home-vision-mission .container .vsn-box .inner {
    padding: 30px;
  }
  section.home-vision-mission .container {
    margin-top: 50px;
  }
  section.home-vision-mission .container .vsn-box {
    margin-bottom: 20px;
  }
  section.home-vision-mission .container .vsn-box:last-child {
    margin-bottom: 0;
  }
  section.welcome {
    padding: 80px 0;
  }
  section.welcome .left .inner .wel-img-box-bottom {
    margin-top: 30px;
  }
  section .title {
    font-size: 38px;
  }
  section.gallery .gallery-wrap .row {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.gallery .gallery-wrap .row .gl-box {
    width: 33.33333%;
  }
  .header .logo {
    z-index: 2;
  }
  .header .header-right {
    position: absolute;
    left: 0;
    right: 0;
    padding-right: 80px;
  }
  .header .header-right .right-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: -2px;
  }
  .header .header-right .right-navigation .navbar .navbar-toggler {
    position: absolute;
    right: 30px;
    top: 2px;
    z-index: 3;
    border: 1px solid #ffffff;
    border-radius: 0;
    padding: 2px 6px;
  }
  .header .header-right .right-navigation .navbar .navbar-toggler span {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .header.shrink-nav .header-right .right-navigation .navbar .navbar-toggler {
    border: 1px solid #000000;
  }
  .header.shrink-nav .header-right .right-navigation .navbar .navbar-toggler span {
    -webkit-filter: none;
    filter: none;
  }
  .header.shrink-nav .right-navigation .navbar .navbar-nav .nav-item a {
    color: #ffffff;
  }
  .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: none;
  }
  .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu {
    display: block;
  }
  .navbar-nav.mr-auto {
    margin-top: 65px;
    padding: 20px 30px;
    background: #e86902;
  }
  .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 15px 20px 20px;
  }
  .header .header-right .right-navigation .navbar .navbar-nav .nav-item a:hover {
    color: #ffffff;
  }
  .header .header-right .right-navigation .navbar .navbar-nav .nav-item {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }
  section.welcome {
    padding: 100px 0 0;
  }
  .gallery {
    padding: 100px 0 0;
  }
  .about .mission-row {
    padding-top: 100px;
  }
  .about .objectives-row {
    padding: 100px 0;
  }
  .director {
    padding: 100px 0;
  }
  .director {
    padding: 100px 15px;
  }
  .projects {
    padding: 100px 0;
  }
  .gallery.inner-gallery {
    padding: 100px 0;
  }
  .gallery .gal-wrap .gal-box .inner {
    padding: 30px;
  }
  .contact-us {
    padding: 100px 0;
  }
  .contact-us .map iframe {
    height: 400px;
  }
}

/*end 991px*/
@media (max-width: 767px) {
  .flex-direction-nav {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 30px;
    height: 45px;
    width: 85px;
    top: inherit;
  }
  .flex-direction-nav li:first-child {
    margin-right: 20px;
  }
  section.welcome .left .inner .wel-img-box-bottom {
    margin-top: -100px;
    margin-bottom: 50px;
  }
  section.gallery .gallery-wrap .row .gl-box {
    width: 50%;
  }
  section.gallery .head h2 {
    margin-bottom: 30px;
  }
  section.author {
    padding: 50px 0;
  }
  .footer {
    padding: 50px 0;
  }
  section.welcome {
    padding: 50px 0 0;
  }
  .gallery {
    padding: 50px 0 0;
  }
  .projects {
    padding: 50px 0;
  }
  section .title {
    font-size: 30px;
  }
  section.home-vision-mission .container .vsn-box .inner h4 {
    font-size: 24px;
  }
  section.home-vision-mission .container .vsn-box {
    margin-bottom: 10px;
  }
  .about .mission-row {
    padding-top: 50px;
  }
  .welcome.about .left {
    margin-bottom: 50px;
  }
  .about .mission-row .mission-box:first-child {
    margin-bottom: 30px;
  }
  .about .objectives-row {
    padding: 50px 0;
  }
  .inner-banner .container h2 {
    font-size: 36px;
  }
  .director {
    padding: 50px 0;
  }
  .director {
    padding: 50px 15px;
  }
  .footer .foot-wrap .foot-nav ul {
    display: block;
    text-align: center;
  }
  .projects .pro-wrap .pr-img {
    background-color: #ffffff;
    padding-top: 15px;
  }
  .projects .pro-wrap .pr-img .inner {
    margin: 0;
  }
  .projects .pro-wrap .pr-details {
    padding: 30px;
  }
  .projects.inner-page {
    padding: 50px 15px;
  }
  .projects.inner-page .pro-wrap .pr-details {
    padding: 30px;
  }
  .gallery.inner-gallery {
    padding: 50px 0;
  }
  .gallery .gal-wrap .gal-box:first-child {
    margin-bottom: 30px;
  }
  .contact-us {
    padding: 50px 0;
  }
}

/*end 767px*/
@media (max-width: 575px) {
  .flexslider li .meta h1 {
    font-weight: 800;
    font-size: 34px;
    line-height: 34px;
  }
  .flexslider li .meta .inner {
    width: 100%;
    text-align: center;
  }
  .flexslider li .meta p {
    padding: 2px 14px 4px;
    font-size: 15px;
  }
  .flexslider li {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .flex-direction-nav {
    width: 70px;
  }
  .flex-direction-nav li:first-child {
    margin-right: 10px;
  }
  .footer .foot-wrap .foot-nav ul {
    display: block;
  }
  .footer .foot-wrap .foot-nav ul li {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer .foot-wrap .foot-nav ul li:last-child {
    margin-bottom: 0;
  }
  .header {
    display: block;
  }
  .header .logo {
    width: 100%;
    display: block;
  }
  .header .header-right {
    position: relative;
    margin-top: 15px;
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .logo .scroll {
    left: 0;
    right: 0;
    margin: auto;
  }
  .header {
    padding: 15px 20px;
  }
  .header .header-right .right-navigation .navbar .navbar-toggler {
    right: 0;
  }
  .exe-wrap .inner {
    text-align: center;
  }
  .contact-us .form-wrap {
    padding: 15px 0px 15px;
  }
}

/*end 575px*/
@media (max-width: 480px) {
  section.gallery .gallery-wrap .row .gl-box {
    width: 100%;
  }
  .director .tab-content .table tbody tr td {
    padding: 5px 5px;
  }
  .jquery-tab-pager-tabbar {
    display: block;
    padding: 10px 15px;
  }
  .jquery-tab-pager-tabbar p {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .contact-us .address .phone a {
    margin-right: 0;
    width: 100%;
  }
}

/*end 480px*/
/*# sourceMappingURL=main_style.css.map */