@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@font-face {
  font-family: "Headson";
  src: url("../fonts/Headson.otf");
}
html {
  overflow-y: scroll;
}

html,
body {
  width: 100%;
}

body {
  -webkit-animation: body-fadein 1s;
  /* Safari 4+ */
  -moz-animation: body-fadein 1s;
  /* Fx 5+ */
  -o-animation: body-fadein 1s;
  /* Opera 12+ */
  animation: body-fadein 1s;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes body-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes body-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes body-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes body-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
*:focus {
  outline: none !important;
}

body {
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 1px;
  overflow-x: hidden;
}

a,
.btn {
  -webkit-transition: 0.3s ease-in-out all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in-out all;
  box-shadow: none;
  white-space: inherit;
}
a:hover,
.btn:hover {
  -webkit-transition: 0.3s ease-in-out all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in-out all;
}

select {
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
  -webkit-appearance: none;
  background-position: right 15px center;
}

.pp_header {
  padding: 15px 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: transparent;
  z-index: 9;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}
.pp_header .logo {
  width: 250px;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}
.pp_header.pp_header_sticky {
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
}
.pp_header.pp_header_sticky img {
  width: 160px;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.rs-banner {
  padding: 120px 0;
  position: relative;
  z-index: 0;
}
.rs-banner .cross_layer {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 230px solid #116075;
  border-left: 2500px solid transparent;
  bottom: -70px;
  right: 50%;
}
.rs-banner::before, .rs-banner::after {
  content: "";
  width: 50%;
  height: 100%;
  top: 0px;
  position: absolute;
  z-index: -1;
}
.rs-banner::before {
  background-color: #116075;
  left: 0;
}
.rs-banner::after {
  background-color: #F9B616;
  right: 0;
}
.rs-banner .rs-video-play {
  background-color: #F9B616;
  position: relative;
}
.rs-banner .rs-video-play::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 40px;
  background-color: #D1504A;
  top: 50px;
  left: calc(20% - 40px);
}
.rs-banner .rs-video-play .rs_video {
  width: 80%;
  height: auto;
}
.rs-banner .sr_awards {
  position: absolute;
  bottom: -40px;
  left: -105px;
  z-index: 1;
}
.rs-banner .sr_awards::before {
  content: "";
  width: 200px;
  height: 230px;
  border: 13px solid #fff;
  position: absolute;
  bottom: -30px;
  left: 68px;
  z-index: -1;
}
.rs-banner .sr_awards::after {
  content: "";
  width: 180px;
  height: 230px;
  background-color: #F9B616;
  position: absolute;
  bottom: 103px;
  left: 125px;
  z-index: -1;
}
.rs-banner .sr_awards .sr_award_content {
  background-color: #fff;
  padding: 10px 10px 10px 150px;
  position: absolute;
  bottom: 0;
  width: 580px;
  left: 139px;
  z-index: -1;
}
.rs-banner .sr_awards .sr_award_content .sr_a_conte {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

.rs_heading {
  text-align: center;
  margin-bottom: 50px;
  font-size: 42px;
}

.aboutus {
  padding: 10% 0px 10% 0px;
}
.aboutus h2 {
  color: #D1504A;
}
.aboutus .about-main {
  text-align: right;
}
.aboutus .about-main .about-image {
  position: relative;
  margin-right: 100px;
  z-index: 0;
  display: inline-flex;
}
.aboutus .about-main .about-image::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  border: 6px solid #f9b617;
  top: 30px;
  right: 30px;
  z-index: -1;
}
.aboutus .about-main .about-image::before {
  content: "";
  width: 310px;
  position: absolute;
  height: 310px;
  border-radius: 50%;
  background-color: #116075;
  top: 130px;
  right: 90px;
  z-index: -1;
}
.aboutus .about-content h4 {
  line-height: 30px;
  font-size: 18px;
}

.youtube-sec{ 
  background-color: #231f20;
  padding: 50px 0px;
}
.youtube-div{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}


.gallery {
  background-color: #231f20;
  padding: 100px 0px;
}
.gallery .gallery1 img {
  border: 5px solid #fff;
  width: 100%;
  height: auto;
}
.gallery .border-gallery {
  border: 5px solid #fff;
}

.rs_institutions {
  background-color: #f9b617;
  padding: 100px 0px 150px;
}
.rs_institutions h2 {
  color: #ea2127;
  margin-bottom: 100px;
}
.rs_institutions .institution-box {
  position: relative;
  z-index: 0;
}
.rs_institutions .institution-box::after {
  content: "";
  width: 100%;
  border: 6px solid #116075;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.rs_institutions .institution-box::before {
  content: "";
  width: 350px;
  height: 350px;
  position: absolute;
  border-radius: 50%;
  background-color: #D1504A;
  z-index: -1;
}
.rs_institutions .institution-box.institution-box1::before {
  top: -70px;
  left: -70px;
}
.rs_institutions .institution-box.institution-box1::after {
  bottom: -40px;
  left: -40px;
}
.rs_institutions .institution-box.institution-box2::before {
  bottom: -70px;
  left: -70px;
}
.rs_institutions .institution-box.institution-box2::after {
  top: -40px;
  right: -40px;
}
.rs_institutions .institution-box .inner_box_sr {
  background-color: #fff;
  padding: 50px 50px;
}
.rs_institutions .institution-box .inner_box_sr img {
  margin-bottom: 20px;
}
.rs_institutions .institution-box .inner_box_sr h4 {
  color: #231f20;
  line-height: 30px;
  font-size: 18px;
}
.rs_institutions .institution-box .inner_box_sr h5 {
  color: #D1504A;
  margin-top: 20px;
  font-weight: 600;
}

.contact {
  background-color: #ddd;
  padding: 100px 0px;
}
.contact h2 {
  text-align: center;
  color: #ea2127;
}
.contact a {
  color: #231f20;
}

.footer-part {
  font-size: 18px;
  padding: 50px 0;
}
.footer-part a {
  color: #231f20;
  font-size: 24px;
}

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

.sr_swiper_custome {
  padding: 100px 0;
  background-color: #D1504A;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sr_swiper_custome::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 32%;
  width: 0;
  height: 0;
  border-top: 500px solid #116075;
  border-right: 2000px solid transparent;
}
.sr_swiper_custome h2 {
  color: #fff;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}

.sr_swiper_custome .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}
.sr_swiper_custome .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.sr_swiper_custome .swiper-slide-active + .swiper-slide {
  opacity: 1;
  visibility: visible;
}
.sr_swiper_custome .swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
}
.sr_swiper_custome .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
}
.sr_swiper_custome .swiper-container {
  padding-bottom: 80px;
}
.sr_swiper_custome .testy_style {
  position: relative;
  z-index: 0;
  display: inline-flex;
}
.sr_swiper_custome .testy_style::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  position: absolute;
  bottom: -40px;
  left: -40px;
  z-index: -1;
}
.sr_swiper_custome .swiper-pagination-bullet-active {
  background-color: #F9B616;
}
.sr_swiper_custome .testy_content {
  position: absolute;
  left: -200px;
  bottom: -50px;
  background-color: #fff;
  font-weight: bold;
  padding: 15px;
  font-size: 18px;
  text-align: left;
}
.sr_swiper_custome .testy_content .slider-desc {
  font-size: 14px;
  font-weight: normal;
}

.gallery1 {
  overflow: hidden;
}
.gallery1 img {
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gallery1 img:hover {
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sr_logo {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.pp_header_sticky .sr_logo {
  color: #231f20;
}

@media screen and (max-width: 600px) {
  .rs-banner {
    padding: 70px 20px;
    min-height: 348px;
  }

  .rs-banner .cross_layer {
    bottom: -30px;
  }

  .rs-banner .sr_awards {
    width: 100px;
    bottom: -70px;
    left: -5px;
  }
  .rs-banner .sr_awards img {
    width: 100%;
    top: 15px;
    position: relative;
  }
  .rs-banner .sr_awards::before {
    bottom: -40px;
    left: -9px;
    width: 50px;
    height: 170px;
    border: 3px solid #fff;
  }
  .rs-banner .sr_awards::after {
    display: none;
  }
  .rs-banner .sr_awards .sr_award_content {
    padding: 10px 10px 10px 98px;
    bottom: -19px;
    width: calc(100% + 237px);
    left: 4px;
  }
  .rs-banner .sr_awards .sr_award_content .sr_a_conte {
    font-size: 12px;
    line-height: 18px;
  }

  .pp_header .btn-common {
    font-size: 12px;
    padding: 4px 2px;
    
  }

  .rs_heading {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .aboutus {
    padding: 50px 0px 30px;
  }

  .aboutus .about-main .about-image {
    margin-right: 0px;
    width: 200px;
    margin: auto;
    display: block;
  }
  .aboutus .about-main .about-image::after {
    border: 4px solid #f9b617;
  }
  .aboutus .about-main .about-image::before {
    width: 200px;
    height: 200px;
    top: 100px;
    right: 70px;
    display:none;
  }
  .aboutus .about-main .about-image img {
    width: 100%;
  }

  .about-content {
    /* margin-top: 100px; */
    margin-top: 15%;
  }
  .about-content h4 {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .gallery {
    padding: 15px;
  }

  .sr_swiper_custome {
    padding: 50px 0 10px;
  }
  .sr_swiper_custome::before {
    top: 30px;
    left: 20%;
    border-top: 180px solid #116075;
  }
  .sr_swiper_custome h2 {
    font-size: 24px;
  }
  .sr_swiper_custome img {
    width: 100%;
  }
  .sr_swiper_custome .testy_content {
    font-size: 12px;
    left: 0px;
    bottom: -160px;
  }

  .rs_institutions {
    padding: 20px 0px;
  }

  .rs_institutions .institution-box .inner_box_sr {
    padding: 15px;
    margin-bottom: 60px;
  }

  .rs_institutions .institution-box .inner_box_sr h4 {
    line-height: 20px;
    font-size: 12px;
  }

  .contact {
    padding: 40px 0px;
  }
  .contact .col-sm-4 {
    margin-bottom: 15px;
  }
  .contact h5 {
    font-size: 12px;
  }

  .footer-part {
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
  }

  .sr_swiper_custome .testy_style::before {
    display: none;
  }

  .sr_video_desc {
    font-size: 12px !important;
  }

  .rs_institutions .institution-box::after {
    border: 3px solid #116075;
    bottom: -20px !important;
    left: 0px !important;
    width: 80%;
    height: 70%;
  }

  .rs_institutions .institution-box .inner_box_sr h5 {
    font-size: 16px;
  }

  .rs-banner .rs-video-play::before {
    width: 40px;
    height: 20px;
    top: 20px;
    left: calc(20% - 23px);
  }

  .sr_swiper_custome .swiper-container {
    padding-bottom: 200px;
  }

  .rs_institutions h2 {
    margin-bottom: 50px;
  }

  .rs_institutions .institution-box::before {
    width: 200px;
    height: 200px;
    top: -40px !important;
    left: -10px !important;
  }

  .rs_institutions .institution-box {
    padding: 0px 20px;
  }

  .rs_institutions .institution-box.institution-box2::before {
    bottom: -50px !important;
    left: -12px !important;
    top: inherit !important;
  }

  .rs_institutions .institution-box.institution-box2::after {
    top: -20px;
    right: 0px;
    left: inherit !important;
  }

  .sr_logo {
    font-size: 16px;
    text-align: center;
  }

  .pp_header {
    padding: 10px 0px;
  }

  .menu-align {
    text-align: center;
  }
}



/*# sourceMappingURL=P_styles.css.map */
