@charset "UTF-8";
@font-face {
  font-family: "helveticaregular";
  src: url("../fonts/helvetica.woff2") format("woff2"), url("../fonts/helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helveticabold";
  src: url("../fonts/helvetica-bold.woff2") format("woff2"), url("../fonts/helvetica-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.navMenu {
  background-color: #F38030;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
.navMenu ul li a {
  color: #fff;
  font-size: 21px;
  font-family: "Lato", serif;
  line-height: 48px;
  text-decoration: none;
  padding: 0 20px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 991px) {
  .navMenu ul li a {
    border-bottom: 1px solid #FFFFFF;
  }
}
.navMenu ul li:last-child a {
  border: 0;
}

.pert-3 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.bx {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
  padding: 5px;
  margin: 20px 0 10px;
  border-radius: 7px;
}
.bx img {
  max-width: 90%;
  max-height: 60px;
  width: auto !important;
  display: inherit !important;
}

.p-3-top {
  width: 100%;
  height: auto;
  margin: 30px 0 50px 0;
}

.p-3-top h5 {
  font-size: 64px;
  font-weight: 700;
  line-height: 60px;
  margin: 0px 0 0px 0;
  color: #000;
  font-family: "Lato", serif;
}

.p-3-top h2 {
  font-size: 74px;
  font-weight: 900;
  line-height: 80px;
  margin: 0px 0 10px 0;
  color: #000;
  text-transform: uppercase;
}

.p-3-top p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px 0 10px 0;
  color: #000;
}

.p-3-box {
  width: 120%;
  min-height: 500px;
  background: #CF1E2E;
  position: relative;
  padding: 50px 0 50px 30px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.p-3-box:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: url("../images/line.png") repeat;
  top: 0;
  left: 0;
  background-size: 50% 100%;
  z-index: 0;
}

.p-3-box-fl {
  width: auto;
  height: auto;
  margin: 0 50px 30px 0;
  position: relative;
  z-index: 1;
}

.p-3-box-fl-text {
  width: 100%;
  height: auto;
  padding: 0 0 0 20px;
}

.p-3-box-fl-text h6 {
  font-size: 54px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 0 0;
  font-family: "Lato", serif;
}

.p-3-box-fl-text p {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 0px 0 0 0;
  color: #fff;
  font-family: "Lato", serif;
}

.p-3-slider-1 {
  width: 100%;
  height: auto;
  margin: 0 0 0px 0;
}

.appl a {
  background: #CF1E2E;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
}

.bottomOfPage {
  padding: 40px 0 0;
}
.bottomOfPage h4 {
  font-family: "Lato", serif;
  font-weight: 800;
}
.bottomOfPage .imgWidth {
  width: 55%;
}
.bottomOfPage .theMaheFactor {
  font-weight: 500;
  font-family: "Lato", serif;
}
.bottomOfPage .theMaheFactor span {
  font-weight: 900;
}
.bottomOfPage .btn-tertiary {
  font-family: "Lato", serif;
  font-weight: 600;
}

.btn-tertiary {
  background-color: #ED4B00;
  border-color: #ED4B00;
  color: #ffffff;
}

.pert-11 {
  width: 100%;
  height: auto;
  padding: 50px 0 0;
  position: relative;
}

.p-11-pic {
  text-align: center;
}

.pert-11:before {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(237, 75, 0, 0) 0%, #ED4B00 100%);
}

.p-11-left {
  max-width: 90%;
}

.p-11-left p {
  font-size: 26px;
  color: #818181;
  margin: 20px 0 0 0;
}

.p-11-right ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.p-11-right ul li {
  list-style: none;
  width: 50%;
  height: auto;
  padding: 0 10px 10px 0;
}

.p-11-right h4 {
  font-size: 54px;
  font-family: "helveticabold";
  color: #000;
  margin: 0 0 10px 0;
}

.p-11-right p {
  font-size: 18px;
  color: #000;
  margin: 0 0 0 0;
}

.p-11-mob {
  display: none;
}

img {
  max-width: 100%;
}

body {
  font-family: "helveticaregular";
  color: #000000;
}

.headerStyle {
  padding: 20px 0 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #FFF;
  z-index: 11;
}

.whereLegacySection {
  background: url(../images/gradBg.jpg) 0 0 repeat-x;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "helveticabold";
}

.orangeText {
  color: #ED4B00;
}

.sectionTitle {
  line-height: 1.1;
  font-weight: 700;
}

.blockTitle {
  line-height: 1;
}

.paraText {
  line-height: 1.5;
}

.videoBox {
  max-width: 1469px;
  margin-left: auto;
  margin-right: auto;
}

.bannerContent {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #FFFFFF;
}

.bannerTopText {
  color: #FFF;
  position: absolute;
  z-index: 1;
  top: 50px;
}

.formBox {
  width: 30vw;
  background-color: #FFFFFF;
  border-radius: 10px;
  min-height: 30vh;
}

.bannerMobileCounts {
  position: absolute;
  color: #FFFFFF;
  z-index: 1;
  top: 200px;
  left: 0;
  right: 0;
  text-align: center;
}
.bannerMobileCounts .borderBtm {
  border-bottom: 1px solid #FFFFFF;
}
.bannerMobileCounts h4 {
  font-size: 2.8rem !important;
  margin-top: 20px;
}
.bannerMobileCounts .font38 {
  font-size: 1.8rem !important;
}
.bannerMobileCounts .font24 {
  font-size: 1.3rem !important;
}

.admissionBtn {
  border-radius: 34px;
  background: linear-gradient(90deg, #EE652B 0%, #F48436 100%);
  padding: 10px 40px;
  font-family: "helveticabold";
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
}

.bannerTextImg {
  max-width: 80vw;
}

.orangeDivider {
  width: 4px;
  height: 152px;
  background-color: #ED4B00;
}

.maxW50vw {
  max-width: 50vw;
}

.facaltyItemWrap {
  gap: 10px;
}

.eExplore {
  font-size: 16px;
  background-color: #FFFFFF;
  border-radius: 35px;
  text-decoration: none;
  color: #ED4B00;
  padding: 5px 20px;
  display: inline-block;
}

.cricleBtn {
  color: #ED4B00;
}

.facaltyItem {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.244) 100%);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 21px;
  width: 176px;
  min-height: 228px;
  height: 100%;
  padding-left: 18px;
  padding-right: 10px;
  font-size: 12px;
}
@media (max-width: 899px) {
  .facaltyItem {
    width: 160px;
  }
}
.facaltyItem .font18 {
  font-size: 18px;
  word-break: break-word;
  padding-bottom: 10px;
}
.facaltyItem .facaltyItemIcon {
  height: 47px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.campusItem {
  background: url("../images/bg1.jpg") 0 0 no-repeat;
  background-size: cover;
  color: #FFFFFF;
}
.campusItem .maxW580 {
  max-width: 580px;
}
.campusItem .owl-nav button {
  color: #ED4B00;
}

.campusItem2 {
  background-image: url("../images/bg2.png");
}
.campusItem2 .owl-nav button,
.campusItem2 .cricleBtn,
.campusItem2 .eExplore {
  color: #EE5295;
}

.campusItem3 {
  background-image: url("../images/bg3.jpg");
}
.campusItem3 .owl-nav button,
.campusItem3 .cricleBtn,
.campusItem3 .eExplore {
  color: #3D803F;
}
@media (min-width: 1200px) {
  .campusItem3 .owl-nav button {
    display: none !important;
  }
}

.campusItem4 {
  background-image: url("../images/bg4.png");
}
@media (min-width: 899px) {
  .campusItem4 .owl-nav button {
    display: none !important;
  }
}
.campusItem4 .owl-nav button,
.campusItem4 .cricleBtn,
.campusItem4 .eExplore {
  color: #056783;
}

.btn2top .sticky-btn {
  position: fixed;
  bottom: 200px;
  right: -80px;
  background: dodgerblue;
  opacity: 0;
  transition: all 0.9s ease;
  z-index: 99;
  rotate: 90deg;
}

.btn2top .sticky-btn.revealed {
  right: -50px;
  opacity: 1;
}

.btn2top a.sticky-btn {
  display: block;
  transition: all 0.3s ease;
  text-decoration: none;
  background: #b84244;
  padding: 10px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .btn2top .sticky-btn {
    bottom: 0;
    rotate: 0deg;
    right: 0px;
  }
  .btn2top .sticky-btn.revealed {
    bottom: 0;
    width: 100%;
    text-align: center;
    border-radius: 5px 5px 0 0;
    right: 0px;
  }
}
.responsiveSlider {
  width: 1320px;
  position: relative;
}
@media (max-width: 1499px) {
  .responsiveSlider {
    width: 940px;
  }
}
@media (max-width: 1199px) {
  .responsiveSlider {
    width: 560px;
  }
}
@media (max-width: 899px) {
  .responsiveSlider {
    width: 340px;
  }
}
.responsiveSlider .owl-stage-outer {
  overflow: hidden;
}
.responsiveSlider .owl-stage {
  display: flex;
}
.responsiveSlider .owl-nav {
  position: absolute;
  right: 15px;
  top: 110%;
  display: flex;
  gap: 10px;
}
@media (max-width: 599px) {
  .responsiveSlider .owl-nav {
    right: 10px;
    flex-direction: row;
    bottom: -65px;
    top: auto;
  }
}
.responsiveSlider .owl-nav button {
  width: 49px;
  height: 49px;
  background-color: #FFF;
  border: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
.responsiveSlider .owl-nav button.disabled {
  opacity: 0.5;
}
.responsiveSlider .owl-nav button::before {
  content: "→";
  font-size: 30px;
}
.responsiveSlider .owl-nav button.owl-prev::before {
  content: "←";
}
.responsiveSlider .owl-item {
  float: left;
}
.responsiveSlider .owl-dots {
  display: none;
}

.gallerySection {
  padding: 40px 0;
}
.gallerySection h5 {
  font-size: 45.33px;
  font-weight: 400;
  line-height: 49.97px;
}
@media (max-width: 1280px) {
  .gallerySection h5 {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (max-width: 1280px) {
  .gallerySection h5 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.gallerySection h2 {
  font-size: 128px;
  line-height: 141.08px;
  color: #000000;
}
@media (max-width: 1280px) {
  .gallerySection h2 {
    font-size: 80px;
    line-height: 1.3;
  }
}
@media (max-width: 1280px) {
  .gallerySection h2 {
    font-size: 64px;
    line-height: 1.3;
  }
}
.gallerySection .gallerySectionInner {
  margin-top: 40px;
  gap: 1rem;
}
.gallerySection .gallerySectionInner .smallContent, .gallerySection .gallerySectionInner .bigContent {
  height: 100%;
  gap: 1rem;
}
.gallerySection .gallerySectionInner .smallContent .innerDiv66 {
  height: 65%;
}
.gallerySection .gallerySectionInner .smallContent .innerDiv33 {
  height: 32.33%;
}
.gallerySection .gallerySectionInner .innerBlock {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .gallerySection .gallerySectionInner .innerBlock {
    padding: 1rem;
  }
}
.gallerySection .gallerySectionInner .innerBlock h4 {
  font-size: 64px;
  font-weight: 700;
  line-height: 74.04px;
}
@media (max-width: 1440px) {
  .gallerySection .gallerySectionInner .innerBlock h4 {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 1280px) {
  .gallerySection .gallerySectionInner .innerBlock h4 {
    font-size: 29px;
    line-height: 1.2;
  }
}
.gallerySection .gallerySectionInner .innerBlock p {
  font-size: 20px;
  font-weight: 400;
  line-height: 33.4px;
}
@media (max-width: 1440px) {
  .gallerySection .gallerySectionInner .innerBlock p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .gallerySection .gallerySectionInner .innerBlock p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.gallerySection .gallerySectionInner .innerDiv100 {
  height: 100%;
}

.bg-orange {
  background-color: #ED4B00;
}

.bg-red {
  background-color: #CF1E2E;
}

.text-orange {
  color: #ED4B00;
}

.VoicesOfTitle {
  font-family: "Lato", serif;
  font-weight: 500;
}

@media (max-width: 767px) {
  .p-11-pic {
    display: none;
  }
  .p-11-mob {
    display: block;
  }
  .pert-11::before {
    display: none;
  }
  .mob-owner {
    width: 100%;
    height: auto;
  }
  .mob-owner ul {
    padding: 0;
    margin: 0;
  }
  .mob-owner ul li {
    list-style: none;
    text-align: center;
    border-bottom: 3px solid #ccc;
    padding: 20px 0 0px 0;
  }
}
@media (max-width: 1199px) {
  .admissionBtnWrap {
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 1023px) {
  .bannerTextTopLeft {
    text-align: center;
    width: 100%;
  }
  .bannerTextTopLeft .font38 {
    font-size: 24px;
    line-height: 1.2;
  }
  .container {
    max-width: 100%;
  }
}
.imgWidth1 {
  max-width: 100%;
}

.textImg1 {
  margin-left: -1vw;
  max-width: 40vw;
  margin-top: -1vw;
}

.videoIframe {
  height: 300px;
}

.youtubeVideoLinks {
  height: 250px;
}

.researchSection {
  background: url("../images/researchBg.jpg") 0 0 no-repeat;
  background-size: cover;
  color: #FFFFFF;
  position: relative;
}
.researchSection::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(269deg, rgba(0, 0, 0, 0.0417275) 0%, #ED4B00 71%);
}

.memberGrid {
  display: flex;
  flex-wrap: wrap;
  background-color: #B4B4B4;
  gap: 1px;
}
.memberGrid .memberItem {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.memberGrid .col1 {
  width: calc(20% - 1px);
}
.memberGrid .col2 {
  width: calc(20% - 1px);
}
.memberGrid .col3 {
  width: calc(18% - 1px);
}
.memberGrid .col4 {
  width: calc(22% - 1px);
}
.memberGrid .col5 {
  width: 20%;
}
@media (max-width: 767px) {
  .memberGrid .memberItem:nth-child(odd) {
    width: calc(50% - 1px);
  }
  .memberGrid .memberItem:nth-child(even) {
    width: 50%;
  }
}

.tabsStyle {
  border: 0;
}
.tabsStyle .nav-link {
  background-color: #E2E2E2;
  border: 0;
  border-radius: 53px;
  color: #000000;
}
@media (min-width: 768px) {
  .tabsStyle .nav-link {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.tabsStyle .nav-link.active {
  color: #FFF;
  background-color: #ED4B00;
}

.rankingGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  background-color: #ED4B00;
  font-family: "helveticabold";
}
.rankingGrid .rankItem {
  width: calc(20% - 1px);
  background: #FFF;
  display: flex;
  padding: 20px;
}
.rankingGrid .col5 {
  width: 20%;
}
@media (min-width: 1024px) {
  .rankingGrid .col5 {
    padding-right: 0;
  }
}
.rankingGrid .col3 {
  width: 60%;
}
.rankingGrid .col3.noLine {
  width: 100%;
}
.rankingGrid .col2 {
  width: calc(40% - 1px);
}
.rankingGrid .col2.noLine {
  width: 100%;
}
@media (max-width: 767px) {
  .rankingGrid .rankItem:nth-child(odd) {
    width: calc(50% - 1px);
  }
  .rankingGrid .rankItem:nth-child(even) {
    width: 50%;
  }
  .rankingGrid .rankItem.col5,
.rankingGrid .rankItem.col4,
.rankingGrid .rankItem.col3,
.rankingGrid .rankItem.col2 {
    width: 100%;
  }
}

.globalPartners {
  background-color: #000;
  color: #FFF;
}
.globalPartners .bx {
  background-color: #FFFFFF;
  height: 131px;
  border-radius: 19px;
}

.gridStruc {
  display: flex;
  flex-wrap: wrap;
}
.gridStruc .gridItem {
  width: 20%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .gridStruc .gridItem {
    width: 50%;
  }
}

.ScholarshipSection {
  position: relative;
}
.ScholarshipSection .ScholarshipContent {
  position: relative;
  z-index: 1;
}
.ScholarshipSection .ScholarshipFooter {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
.ScholarshipSection .ScholarshipFooter .whiteTextImg {
  max-width: 70%;
}
.ScholarshipSection::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36vw;
  min-height: 340px;
  background: linear-gradient(180deg, rgba(243, 127, 32, 0) 0%, #ED4B00 52%);
  width: 100%;
}

@media (min-width: 1024px) {
  .rankingGrid .rankItem {
    padding: 2vw;
  }
  .innovImageW {
    min-width: 120%;
  }
  .w20vw {
    width: 20vw;
  }
  .youtubeVideoLinks {
    width: 100%;
    height: 33vw;
  }
  .imgWidth1 {
    max-width: 35vw;
  }
  .font96,
.sectionTitle {
    font-size: 5vw;
  }
  .blockTitle {
    font-size: 2.1vw;
  }
  .paraText {
    font-size: 1.05vw;
  }
  .font24 {
    font-size: 1.25vw;
  }
  .font31 {
    font-size: 1.65vw;
  }
  .font32 {
    font-size: 1.67vw;
  }
  .font34 {
    font-size: 1.8vw;
  }
  .font36 {
    font-size: 1.9vw;
  }
  .font38 {
    font-size: 2vw;
  }
  .font40 {
    font-size: 2.1vw;
  }
  .font52 {
    font-size: 2.7vw;
  }
  .font64 {
    font-size: 3.34vw;
  }
  .font128 {
    font-size: 6.68vw;
  }
  .videoIframe {
    min-height: 43vw;
  }
  .whereLegacySection {
    padding-top: 10vw;
  }
  .bannerTextImg {
    max-width: 50vw;
  }
}
@media (min-width: 1024px) {
  .font18 {
    font-size: calc(14px + 0.25vw);
  }
}
@media (max-width: 991px) {
  .campusAtSection {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 5000px) {
  .container-fluid {
    max-width: 1750px;
  }
}
.navbar {
  padding: 0rem 1.4rem !important;
  margin-top: 10px;
  background: #f15a2b;
}

.sticky .nav-item {
  padding: 0 20px !important;
}

.sticky .navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 20px !important;
}

header .navbar-expand-lg .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: center;
}

/*** Thank you page css ***/
.tankyou {
  background: url(../images/thankyou.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thank-text {
  height: auto;
  width: 100%;
  text-align: center;
}

.thank-text h2 {
  color: #FFF;
  font-family: Helvetica;
  font-size: 135.149px;
  font-style: normal;
  font-weight: 700;
  line-height: 99%;
  /* 133.797px */
  text-transform: uppercase;
}

.thank-text h4 {
  color: #FFF;
  font-family: Helvetica;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 99%;
  /* 39.6px */
}

.thank-text h5 {
  color: #fff;
  font-size: 28px;
}

.social-link {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}

.social-link a {
  padding: 18px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px;
  border-radius: 50%;
  color: red;
  background: #fff;
}

.thank-text h6 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 0px 0;
}

.thank-text h6 a {
  text-decoration: none;
  color: #fff;
}

/*** Header css end ***/
.btn2top .sticky-btn {
  position: fixed;
  bottom: 200px;
  right: -80px;
  background: dodgerblue;
  opacity: 0;
  transition: all 0.9s ease;
  z-index: 99;
  rotate: 90deg;
}

.btn2top .sticky-btn.revealed {
  right: -50px;
  opacity: 1;
}

.btn2top a.sticky-btn {
  display: block;
  transition: all 0.3s ease;
  text-decoration: none;
  background: #f15a2b;
  padding: 10px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .btn2top .sticky-btn {
    bottom: 0;
    rotate: 0deg;
    right: 0px;
  }
  .btn2top .sticky-btn.revealed {
    bottom: 0;
    width: 100%;
    text-align: center;
    border-radius: 5px 5px 0 0;
    right: 0px;
  }
}
.frm {
  width: 100%;
  height: auto;
  max-width: 450px;
  top: 40px;
  right: 50px;
  position: absolute;
}

@media only screen and (min-width: 1700px) and (max-width: 5000px) {
  .frm {
    max-width: 450px;
    top: 130px;
    right: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .frm {
    position: relative;
    right: 0;
    margin: 0px auto;
    box-shadow: 0 5px 5px #ccc;
  }
}
header {
  padding: 10px 0 0;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.top-flex {
  display: flex;
  justify-content: space-between;
}

.top-left {
  width: auto;
  height: auto;
  margin: 0px 0 0 0;
}

.top-left img {
  max-width: 235px;
}

.top-right {
  width: auto;
  height: auto;
  margin: 13px 0 0 0;
}

.top-right img {
  max-width: 100%;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: rgb(255, 255, 255);
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
/*# sourceMappingURL=style.css.map */