@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");

* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

  -webkit-font-smoothing: antialiased;

}

html,

body {

  width: 100%;

  height: 100%;

  webkit-backface-visibility: hidden;

}

html * {

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  text-rendering: optimizeLegibility;

}

body {

  font-family: Ubuntu;

  font-size: 16px;

  color: rgba(89, 58, 29, 0.8);

  line-height: 1.4;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  letter-spacing: 0.01em;

}

h1,

h2,

h3,

h4,

h5,

h6 {

  font-weight: 700;

  color: #593a1d;

  margin-bottom: 15px;

  letter-spacing: 0.01em;

}

::selection {

  background: #593a1d;

  color: #fff;

}

a,

a:hover,

a:focus,

a:active {

  text-decoration: none;

  outline: none;

  color: #593a1d;

  -webkit-transition: all ease 0.3s;

  -moz-transition: all ease 0.3s;

  -ms-transition: all ease 0.3s;

  transition: all ease 0.3s;

}

ol,

ul {

  margin: 0;

  padding: 0;

}

ol li,

ul li {

  list-style: none;

}

img {

  height: auto;

  max-width: 100%;

  vertical-align: middle;

}

a:focus {

  outline: none !important;

}

a:hover {

  text-decoration: none;

  color: #593a1d;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  transition: all 0.5s ease;

}

input:focus,

textarea:focus {

  border-color: transparent;

  outline: none;

  box-shadow: none !important;

}

p {

  font-size: 16px;

  line-height: 28px;

  color: rgba(89, 58, 29, 0.75);

  padding: 0px 0 20px;

  margin: 0;

}

strong {

  font-weight: 600;

}

/* main css start */

.logo {

  padding: 4px 0;

}

.header-wp {

  position: relative;

  z-index: 99;

  background: #593a1d;

}

.header-wp .menu-bar {

  display: none;

}

.header-wp .navbar-toggle {

  border: 0;

  position: relative;

  padding: 0;

  margin: 0;

  cursor: pointer;

}

.header-wp .navbar-toggle .lines {

  width: 25px;

  display: block;

  position: relative;

  margin: 24px 0px 24px 20px;

  height: 18px;

}

.header-wp .navbar-toggle span {

  height: 2px;

  width: 100%;

  background-color: rgba(255, 255, 255, 0.6);

  display: block;

  margin-bottom: 5px;

  -webkit-transition: -webkit-transform 0.5s ease;

  transition: -webkit-transform 0.5s ease;

  transition: transform 0.5s ease;

  transition: transform 0.5s ease, -webkit-transform 0.5s ease;

}

.nav-sticky {

  position: fixed;

  right: 0;

  left: 0;

  top: 0;

  z-index: 999;

  transition: all 0.5s ease;

}

.header-wp nav {

  margin-left: 30px;

  border-left: 2px solid rgba(255, 255, 255, 0.1);

  padding-left: 15px;

}

nav .nav-menu {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: end;

  -ms-flex-pack: end;

  justify-content: flex-end;

}

nav .nav-menu li {

  list-style: none;

  margin: 0;

  padding: 0;

}

nav .nav-menu li a {

  display: inline-block;

  padding: 14px 0px;

  margin: 0 15px;

  font-size: 15px;

  font-weight: 500;

  line-height: 17px;

  letter-spacing: 0.02em;

  color: rgba(255, 255, 255, 0.9);

  border-radius: 4px;

}

nav .nav-menu li a:hover,

nav .nav-menu li.active a {

  border-bottom: 3px solid #fb8f00;

  color: #fb8f00;

}

nav .nav-menu li:last-child a {

  margin-right: 0;

}

#topnav .navbar-toggle {

  display: none;

}

.nav-sticky .logo img {

  max-width: 70%;

}

.nav-sticky + section {

  padding-top: 150px;

}

#navigation.open {

  display: block;

  overflow-y: auto;

}

.btn-org {

  background: #fb8f00;

  border-radius: 5px;

  padding: 10px 26px;

  font-size: 16px;

  font-weight: 500;

  color: rgba(255, 255, 255, 0.8);

  display: flex;

  align-items: center;

}

.btn-org i {

  display: inline-block;

  margin-left: 10px;

  font-size: 22px;

}

.btn-org:hover {

  background: #e08000;

  color: #fff;

}

.btn-org img {

  width: 26px;

  height: auto;

  display: inline-block;

  margin-left: 5px;

}

/* banner code start */

.banner-wp {

  position: relative;

  padding: 30px 0;

  background: #593a1d url(../images/bg-img1.png) 0 bottom repeat-x;

}

.banner-wave {

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  height: 100%;

  background-image: url(../images/bg-img1.png);

  background-position: bottom;

  background-size: 100%;

  background-repeat: no-repeat;

}

.banner-box {

  position: relative;

}

.banner-txt {

  background: linear-gradient(

    90deg,

    rgba(69, 16, 2, 0.95) 26.73%,

    rgba(101, 39, 1, 0.95) 42.92%,

    rgba(251, 143, 0, 0.95) 100%

  );

  box-shadow: 0px 10px 40px rgba(89, 58, 29, 0.4);

  border-radius: 20px;

  padding: 90px 65px;

  -ms-flex: 0 0 56%;

  flex: 0 0 56%;

  max-width: 56%;

}

.banner-img {

  position: absolute;

  left: 0;

  top: -60px;

  z-index: 2;

}

.banner-wp small {

  font-weight: 500;

  font-size: 20px;

  line-height: 23px;

  text-transform: uppercase;

  color: #ffffff;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  margin-bottom: 5px;

  display: block;

}

.banner-wp h1 {

  font-weight: 700;

  font-weight: bold;

  font-size: 80px;

  text-transform: uppercase;

  color: #ffffff;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  margin: 15px 0 30px;

}

.btn-blue {

  background: linear-gradient(135deg, #6b73ff 0%, #000dff 100%);

  border-radius: 50px;

  font-weight: 400;

  font-size: 16px;

  line-height: 46px;

  text-align: center;

  letter-spacing: 0.02em;

  height: 46px;

  padding: 0px 32px;

  display: inline-block;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

  cursor: pointer;

  color: #fff;

  border: 0;

}

.line-btn span {

  display: inline-block;

  border: 2px solid rgba(254, 255, 219, 0.7);

  border-radius: 50px;

  padding: 6px 21px;

  font-size: 18px;

  line-height: 21px;

  text-transform: uppercase;

  color: #feffdb;

  margin-right: 13px;

  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.btn-blue:hover,

.btn-blue:focus {

  background: linear-gradient(135deg, #000dff 0%, #6b73ff 100%);

  color: #fff;

}

.about-wp {

  padding: 100px 0 30px;

}

.img-rd {

  border-radius: 15px;

}

.pr-50 {

  padding-right: 50px;

}

.img-bg {

  position: relative;

  display: block;

  padding: 70px 0;

}

.img-bg:after {

  content: "";

  position: absolute;

  height: 100%;

  width: 55%;

  background: #b9670d;

  border-radius: 60px 0px 0px 60px;

  right: 0;

  top: 0;

  bottom: 0;

  z-index: -1;

}

.main-hd {

  font-weight: bold;

  font-size: 50px;

  line-height: 80px;

  color: #593a1d;

  margin-bottom: 30px;

  position: relative;

}

.main-hd:after {

  content: "";

  position: absolute;

  height: 10px;

  background: #fb8f00;

  border-radius: 10px;

  left: 0;

  bottom: -10px;

  width: 40px;

}

h3.main-hd{font-size: 40px;}

.big-para {

  font-weight: 500;

  font-size: 18px;

  line-height: 30px;

  color: rgba(89, 58, 29, 0.8);

}

.faculty-wp {

  position: relative;

  background: rgba(240, 231, 223, 0.6);

  padding: 180px 0;

  overflow: hidden;

  z-index: 2;

}

.faculty-wp:before {

  content: "";

  position: absolute;

  top: -130px;

  width: 100%;

  height: 373px;

  background: url("../images/bg-2.png") 0 0 no-repeat;

  z-index: -1;

}

.faculty-wp:after {

  content: "";

  position: absolute;

  bottom: -130px;

  width: 100%;

  height: 373px;

  transform: rotate(180deg);

  background: url("../images/bg-2.png") 0 0 no-repeat;

  z-index: -1;

  background-size: cover;

}

.card-wp {

  background: #ffffff;

  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.12);

  border-radius: 0px 0px 15px 15px;

  margin: 40px 0;

}

.card-wp .sec-hd {

  background: linear-gradient(

    90deg,

    rgba(69, 16, 2, 0.95) 26.73%,

    rgba(101, 39, 1, 0.95) 42.92%,

    rgba(251, 143, 0, 0.95) 100%

  );

  border-radius: 15px;

  font-weight: bold;

  font-size: 34px;

  line-height: 32px;

  text-align: center;

  color: #ffffff;

  padding: 18px 0;

  margin-bottom: 0;

}

.card-wp .row {

  padding: 40px 56px 60px;

}

.card-wp p {

  line-height: 25px;

}

.card-wp h3 {

  font-weight: 500;

  font-size: 24px;

  line-height: 32px;

  color: rgba(89, 58, 29, 0.9);

}

.card-wp figure {

  position: relative;

  margin: 12px 0;

}

.card-wp,

.card-wp figure img {

  border-radius: 20px;

  overflow: hidden;

}

.card-wp figure p {

  font-size: 16px;

  margin-top: 10px;

}

.faq {

  margin-top: 30px;

}

.faq li {

  padding: 1.25em 0;

}

.faq li.q {

  font-weight: 500;

  font-size: 20px;

  line-height: 28px;

  cursor: pointer;

  display: flex;

  align-items: center;

  border-top: 2px solid rgba(89, 58, 29, 0.1);

}

.faq li.q i {

  font-size: 22px;

  font-weight: 600;

  margin-right: 30px;

}

.faq li.a {

  line-height: 26px;

  letter-spacing: 0.02em;

  display: none;

  padding: 0 0 20px;

}

.back-to-top {

  z-index: 99;

  position: fixed;

  bottom: 30px;

  right: 30px;

  width: 33px;

  height: 33px;

  font-size: 18px;

  line-height: 33px;

  border-radius: 50px;

  display: none;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

  background: #fff;

}

.back-to-top i {

  font-size: 18px;

}

.back-to-top:hover {

  background: #b9670d;

  color: #ffffff;

}

.pd-tb-100 {

  padding: 100px 0 50px;

}

.footer-wp {

  background: #593a1d url("../images/bg-2.png") 0 -150px no-repeat;

  background-size: cover;

  padding: 300px 0 30px;

}

.social-icon i {

  color: rgba(255, 247, 240, 0.53);

  font-size: 22px;

  display: inline-block;

  margin-right: 10px;

}

.copyrt p,

.social-icon a {

  font-size: 16px;

  line-height: 32px;

  text-align: center;

  color: rgba(255, 247, 240, 0.53);

}

.my-button-css,

.showmore-button {

  cursor: pointer;

  border: 1px solid #fb8f00;

  font-size: 14px;

  font-weight: bold;

  text-transform: uppercase;

  text-align: center;

  padding: 8px 15px 8px 15px;

  margin: 15px 0;

  border-radius: 5px;

}

.owl-item.active .slider-animated-2 small,

.banner-txt {

  -webkit-animation-delay: 1s;

  animation-delay: 1s;

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

}

.owl-item.active .slider-animated-2 h1 {

  -webkit-animation-delay: 1.3s;

  animation-delay: 1.3s;

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

}

.owl-item.active .slider-animated-2 a {

  -webkit-animation-delay: 1.6s;

  animation-delay: 1.6s;

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

}

.owl-item.active .slider-animated-2 img {

  -webkit-animation-delay: 1.6s;

  animation-delay: 1.6s;

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

}

.animated {

  animation-duration: 1s;

  animation-fill-mode: both;

}

.owl-dots {

  text-align: right;

  padding-top: 15px;

  margin: 0px auto;

  position: absolute;

  bottom: -40%;

  right: 22.5%;

  z-index: 99;

}

.owl-dots button.owl-dot {

  width: 20px;

  height: 8px;

  border-radius: 50px;

  display: inline-block;

  background: rgba(255, 255, 255, 0.6);

  margin: 0 3px;

}

.owl-dots button.owl-dot.active {

  background: #ffffff;

  width: 40px;

}

.owl-dots button.owl-dot:focus {

  outline: none;

}

#facultyslider .owl-dots {

  bottom: -30px;

  right: 0;

  left: 0;

}

#facultyslider .owl-dots button.owl-dot {

  border: 1px solid #ccc;

}

.fadeInLeft {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

@keyframes fadeInLeft {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

.fadeInLeft {

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

}

@-webkit-keyframes fadeInLeftBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

@-webkit-keyframes fadeInRight {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

@keyframes fadeInRight {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

.fadeInRight {

  -webkit-animation-name: fadeInRight;

  animation-name: fadeInRight;

}

.owl-carousel .owl-item img {

  display: block;

  max-width: 100%;

  width: auto;

}

.banner-wp .d-sm {

  display: none !important;

}

@media (max-width: 1280px) {

  .owl-dots {

    bottom: -45%;

    right: 5%;

  }

  #navigation {

    display: block;

  }

}

@media (max-width: 1024px) {

  .banner-wp {

    padding: 10px 0 0;

  }

  .banner-wp h1 {

    font-size: 70px;

  }

  .banner-txt {

    padding: 80px 40px;

  }

  .owl-carousel .owl-item .banner-img img {

    max-width: 90%;

  }

  .single-slider.py-5 {

    padding-bottom: 3rem !important;

  }

  .banner-box.mb-5 {

    margin-bottom: 2rem !important;

  }

  .line-btn span {

    padding: 5px 18px;

  }

}

@media (max-width: 991px) {

  .header-wp .menu-bar {

    display: block;

  }

  #navigation {

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    display: none;

    height: auto;

    padding-bottom: 0;

    overflow: auto;

    border-top: 1px solid #f1f3f9;

    border-bottom: 1px solid #f1f3f9;

    background-color: #ffffff;

  }

  #navigation.open {

    display: block;

    overflow-y: auto;

  }

  #topnav .navbar-toggle {

    display: block;

  }

  nav .nav-menu {

    justify-content: center;

  }

  .header-wp nav {

    margin-left: 0;

    padding-left: 0;

  }

  nav .nav-menu li a {

    font-weight: 400;

    color: #593a1d;

  }

  .banner-wp h1 {

    font-size: 55px;

  }

  .owl-carousel .owl-item .banner-img img {

    max-width: 85%;

  }

  .navbar-toggle strong {

    color: #fff;

    display: inline-block;

    padding-left: 15px;

  }

  .banner-wp small {

    font-size: 18px;

  }

  .banner-img {

    left: -60px;

  }

  .banner-txt {

    -ms-flex: 0 0 60%;

    flex: 0 0 60%;

    max-width: 60%;

    padding: 80px 70px;

  }

  .about-wp {

    padding: 30px 0;

  }

  .line-btn span {

    padding: 5px 22px;

    margin-bottom: 15px;

  }

  .owl-dots {

    bottom: -50%;

    right: 17%;

  }

  .col-md-6,

  .card-wp .col-sm-6 {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

  .pr-50 {

    padding-right: 15px;

  }

  .card-wp figure {

    margin-bottom: 30px;

  }

  .faq {

    margin-top: 0;

  }

  .about-wp img {

    text-align: center;

    margin: 0 auto;

    display: block;

    margin-bottom: 20px;

  }

  .main-hd span {

    margin-bottom: 30px;

    font-size: 16px;

  }

  .slider-content {

    margin-bottom: 20px;

  }

  .slider-singleimg-hm10 {

    text-align: center;

  }

  .slider-singleimg-hm10 img {

    max-width: 80%;

    margin: 0 auto;

  }

}

@media (max-width: 767px) {

  .header-wp .menu-bar {

    display: block;

  }

  .banner-wp h1 {

    margin-bottom: 15px;

  }

  .icon-li {

    overflow-y: scroll;

    max-height: 400px;

  }

  .banner-wp h1 {

    padding-right: 0;

    margin-bottom: 24px;

  }

  .banner-wp .d-lg {

    display: none !important;

  }

  .banner-wp .d-sm {

    display: block !important;

  }

  .banner-img {

    left: 0px;

    bottom: -120px;

    top: auto;

  }

  .owl-carousel .owl-item .banner-img img {

    max-width: 100%;

  }

  .banner-txt {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

    padding: 70px 50px 110px;

  }

  .banner-box.mb-5 {

    margin-bottom: 8rem !important;

  }

  .line-btn span {

    font-size: 16px;

    margin-right: 5px;

  }

}

@media (max-width: 567px) {

  .container {

    max-width: 92%;

    width: auto;

  }

  .single-slider.py-5 {

    padding-top: 1rem !important;

  }

  .line-btn span {

    padding: 5px 20px;

  }

  .single-slider.py-5 {

    padding-bottom: 0rem !important;

  }

  .card-wp {

    margin: 20px 15px;

  }

  nav .nav-menu {

    flex-direction: column;

    padding: 15px;

  }

  nav .nav-menu li {

    border-bottom: 1px solid #eee;

    padding: 5px;

  }

  .banner-wp {

    padding: 30px 0 0px;

  }

  .owl-dots {

    bottom: -60px;

    right: 0;

    left: 0;

    text-align: center;

  }

  .logo img {

    max-width: 90%;

  }

  .nav-sticky .logo {

    max-width: 80%;

  }

  .main-hd {

    font-size: 40px;

  }

  .card-wp .sec-hd {

    font-size: 32px;

  }

  .faculty-wp p.ml-5 {

    margin-left: 15px !important;

  }

  nav .nav-menu li a {

    display: block;

  }

  .banner-img {

    bottom: -110px;

  }

  .card-wp .row {

    padding: 40px;

  }

  iframe {

    min-height: 350px;

    height: auto;

  }

}

@media (max-width: 480px) {

  .logo img {

    max-width: 85%;

  }

 

  .btn-org span {

    /* display: none; */

    

  }

  .btn-org i {

    margin-left: 0;

  }

  .btn-org {

    padding: 8px 15px;

    margin-bottom:10px;

    margin-left:25%;

  }

  .btn-org img {

    margin-left: 0;

    height:40px;

    width:40px;

  }

  

  .faq li {

    padding: 1em 0;

  }

  .back-to-top {

    bottom: 12px;

    right: 20px;

  }

  .banner-wp {

    padding: 10px 0 0px;

  }

  .banner-txt {

    padding: 60px 50px 90px;

  }

  .banner-img {

    bottom: -90px;

  }

  .card-wp {

    margin: 20px 0px;

  }

  .banner-txt {

    padding: 60px 40px 90px;

  }

  .line-btn span {

    padding: 5px 12px;

  }

}

@media (max-width: 440px) {

  .line-btn span {

    font-size: 16px;

    margin-right: 10px;

    padding: 5px 30px;

  }

  .card-wp .sec-hd {

    font-size: 28px;

  }

  iframe {

    min-height: 300px;

    height: auto;

  }

  .banner-img {

    bottom: -70px;

  }

  .header-wp .navbar-toggle .lines {

    margin: 24px 0px;

  }

}



@media (max-width: 380px) {

  iframe {

    min-height: 250px;

    height: auto;

  }

  .card-wp .row {

    padding: 30px;

  }

}

@media (max-width: 360px) {

  .btn-org {

    padding: 10px 15px;

  }

  .line-btn span {

    padding: 5px 25px;

  }

  .banner-txt {

    padding: 40px 40px 80px;

  }

}

