@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
body {
  outline: 0px;
  font-family: 'Roboto', sans-serif; }

li.active-menu a:before {
  width: 100% !important; }

/* .option-given{
     .slide-des{
         position: relative !important;
         left: 0px !important;
 		bottom: 10px !important;
 		opacity: 0;
 		&.animated{
 			opacity: 1;
 		}
         h1{
             background: transparent !important;
             color: #121617 !important;
             font-size: 2.0em !important;
         }
         h3{
             background: transparent !important;
             color: #121617 !important;
         }
     }
     .slick-dots{
         bottom: 12pc !important;
     }
 }*/
.image-pop {
  height: 250px;
  width: 100%;
  object-fit: cover;
  margin: 15px 0px; }

.position-top-sticky {
  position: sticky;
  top: 30px; }
  @media (max-width: 991px) {
    .position-top-sticky {
      position: static; } }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 750px;
  margin: 40px auto; }

.mfp-title {
  position: absolute;
  color: #414141;
  background: white;
  width: 100%;
  padding: 15px;
  line-height: 1.6;
  text-align: justify; }

.image-header {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0px; }
  .image-header .image-title {
    display: inline-block;
    padding: 10px 15px; }
    .image-header .image-title .text-title {
      font-weight: 800;
      color: black;
      margin: 0px;
      font-size: 2.3em;
      position: relative; }
      .image-header .image-title .text-title:after {
        content: '';
        position: absolute;
        left: calc(50% - 40%);
        width: 80%;
        height: 1px;
        background: #ee312c;
        bottom: -10px; }
  .image-header .title-image {
    margin: 45px 0px;
    width: 100%;
    height: 300px; }
    .image-header .title-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }

.overlay-grad {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: .5; }

.page-header {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
  /*background: $light-red;*/
  /*border-top: 1px solid $red;*/
  /*border-bottom: 1px solid $red;*/ }
  .page-header .header-text {
    color: #b7bfc4;
    font-size: 1.0em;
    font-weight: 200;
    margin-bottom: 0px;
    font-style: italic; }

.footer-button {
  background: #ee312c;
  padding: 8px;
  color: white; }

#date-events {
  display: flex;
  margin-top: 30px; }
  #date-events .date-time {
    margin-right: 30px; }
    @media (max-width: 767px) {
      #date-events .date-time .icon {
        margin-right: 5px; } }
    @media (max-width: 767px) {
      #date-events .date-time {
        margin-right: 15px; } }
    #date-events .date-time h5 {
      font-weight: normal; }
      @media (max-width: 767px) {
        #date-events .date-time h5 {
          font-size: .9em; } }

.inner-image {
  margin-bottom: 45px;
  position: relative; }
  .inner-image img {
    width: 100%;
    height: 200px;
    object-fit: cover; }
    @media (max-width: 767px) {
      .inner-image img {
        height: 130px; } }
  .inner-image .inner-img-title {
    position: absolute;
    top: 0px;
    text-align: center;
    color: #fff;
    height: 200px;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #000000b8;
    align-items: center; }
    @media (max-width: 767px) {
      .inner-image .inner-img-title {
        height: 130px; } }
    .inner-image .inner-img-title h1 {
      padding: 15px;
      margin: 0px;
      font-size: 4em;
      font-weight: 600;
      letter-spacing: 3px; }
      @media (max-width: 767px) {
        .inner-image .inner-img-title h1 {
          font-size: 2em; } }

.section-title {
  text-align: center; }
  .section-title h3 {
    text-align: center;
    margin: 45px 0px;
    color: #4a4f54;
    font-size: 2.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    display: inline-block;
    position: relative;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .section-title h3 {
        font-size: 2em; } }
    .section-title h3:after {
      content: '';
      width: 40%;
      height: 3px;
      position: absolute;
      left: 30%;
      background: #ee312c;
      bottom: -10px;
      opacity: 0.8; }

.side-widget {
  background-color: #ddd;
  height: 350px; }
  @media (max-width: 991px) {
    .side-widget {
      display: none; } }

.date-box span {
  margin-right: 15px;
  color: #666666; }
  @media (max-width: 991px) {
    .date-box span {
      margin-right: 5px; } }
  .date-box span .icon {
    margin-right: 8px;
    color: #0094da; }
    @media (max-width: 991px) {
      .date-box span .icon {
        margin-right: 5px; } }

.btn-btn button {
  background: #08c;
  border: none;
  box-shadow: none;
  font-size: 1.2em;
  font-weight: 400;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff !important; }

/*NAVIGATION STARTS*/
.upper-nav {
  background-color: #d81b18; }
  @media (max-width: 991px) {
    .upper-nav {
      display: none; } }
  .upper-nav .language {
    margin: 6px 0px; }
    .upper-nav .language .form-control {
      height: 28px;
      padding: 0px 15px;
      position: relative; }
  .upper-nav .top-info {
    padding: 5px;
    /*.social-icon
    {
    	text-align: right;
    	@include max(767px)
    	{
    		float: none !important;
    		margin: 5px 0px;
    	}
    	}*/ }
    .upper-nav .top-info .top-info-side {
      display: flex;
      align-items: center;
      padding: 0px;
      text-align: right;
      margin: 0px; }
      .upper-nav .top-info .top-info-side li {
        list-style: none;
        padding: 0px;
        /*	font-size: 1.2em;*/
        color: #eee;
        margin-right: 15px; }
        .upper-nav .top-info .top-info-side li i {
          margin-right: 5px;
          color: #fff; }
      .upper-nav .top-info .top-info-side .social-icons a {
        margin-right: 8px;
        font-size: 1.2em; }

.top-nav {
  background-color: #fff;
  /*border-top: 15px solid #990000;*/ }
  @media (max-width: 767px) {
    .top-nav {
      text-align: center; } }
  .top-nav .logo-right {
    display: flex;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .top-nav .logo-right {
        display: none; } }
    .top-nav .logo-right .contact-btn button {
      background: #0094da;
      border: none;
      padding: 10px 15px;
      color: #fff;
      font-weight: 600;
      letter-spacing: 1px;
      border-radius: 20px; }

.nav-logo {
  width: 60%;
  padding: 30px 15px; }
  @media (max-width: 767px) {
    .nav-logo {
      width: 100%; } }
  .nav-logo img {
    width: 100%; }

.navigation {
  background-color: white;
  border-bottom: 1px solid #dbdbdb; }
  @media (max-width: 991px) {
    .navigation {
      padding-bottom: 10px;
      height: 84px; } }
  .navigation .navigation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 991px) {
      .navigation .navigation-wrapper {
        display: block;
        padding: 0px !important; } }
    .navigation .navigation-wrapper .logo-wrapper {
      height: 130px;
      display: block;
      position: relative;
      z-index: 9999;
      padding: 20px; }
      @media (max-width: 991px) {
        .navigation .navigation-wrapper .logo-wrapper {
          width: 90px;
          height: 51px;
          padding: 0px;
          top: 10px;
          left: 20px; } }
      .navigation .navigation-wrapper .logo-wrapper img {
        height: 100%; }
  .navigation #cssmenu.small-screen #menu-button.menu-opened::before {
    background: black; }
  .navigation #cssmenu.small-screen #menu-button.menu-opened::after {
    background: black; }
  .navigation #cssmenu.small-screen {
    top: -2px; }
    @media (max-width: 991px) {
      .navigation #cssmenu.small-screen #menu-button {
        top: -30px !important; } }

.social {
  margin-bottom: 0px;
  border-right: 5px solid #0094da;
  margin-right: 15px;
  padding-right: 15px; }
  @media (max-width: 991px) {
    .social {
      display: none; } }
  .social li {
    margin: 3px;
    background: white;
    padding: 8px 12px; }
    .social li:hover i {
      transform: rotate(360deg); }
    .social li i {
      color: #fff;
      font-size: 1.1em;
      transition: .6s ease-in-out; }
  .social .fb {
    background-color: #4267b2; }
  .social .inst {
    background-color: #C13584; }
  .social .twit {
    background-color: #1da1f2; }

#cssmenu {
  position: relative !important;
  z-index: 99;
  background-color: white; }
  #cssmenu .navbar-left a {
    font-size: 1em !important;
    font-family: "Work Sans", sans-serif !important;
    color: #3e3e3e; }
    #cssmenu .navbar-left a:hover {
      /*color: $red;*/ }
  #cssmenu .navbar-left > li > a {
    position: relative; }
    #cssmenu .navbar-left > li > a:before {
      content: '';
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 2px;
      background: #ee312c;
      left: 0px;
      width: 0px;
      transition: .5s all; }
    #cssmenu .navbar-left > li > a:hover {
      color: black !important; }
      #cssmenu .navbar-left > li > a:hover:before {
        width: 100%; }
  #cssmenu .navbar-left .has-sub ul {
    background-color: white !important; }
    #cssmenu .navbar-left .has-sub ul li {
      height: auto !important; }
      #cssmenu .navbar-left .has-sub ul li a {
        background-color: white;
        border: 1px solid #eee !important; }
        #cssmenu .navbar-left .has-sub ul li a:before {
          top: calc(50% - 4px); }
        #cssmenu .navbar-left .has-sub ul li a:after {
          top: calc(50% - 1px); }
        #cssmenu .navbar-left .has-sub ul li a:hover {
          color: #ee312c; }

#cssmenu > ul > li.has-sub > a::before {
  display: none; }

#cssmenu > ul > li.has-sub > a::after {
  background: transparent;
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: calc(50% - 8px); }

#cssmenu > ul > li:hover > a, #cssmenu ul ul li:hover > a {
  color: #ee312c !important; }

/*NAVIGATION ENDS*/
#slider .slick-dots {
  bottom: 30px;
  right: 30px;
  text-align: right; }
  #slider .slick-dots button:before {
    color: white;
    font-size: 13px; }
  #slider .slick-dots li.slick-active button::before {
    background: #ee312c; }
  #slider .slick-dots li button::before {
    border: 2px solid #ee312c;
    border-radius: 50%;
    content: ' ';
    height: 15px;
    width: 15px; }
#slider .slide-img {
  position: relative; }
  #slider .slide-img img {
    padding: 0px;
    border-radius: 0px;
    width: 100%;
    height: 70vh;
    object-fit: cover; }
    @media (max-width: 991px) {
      #slider .slide-img img {
        height: 60vh; } }
  #slider .slide-img .slide-des-wrapper {
    background: rgba(74, 79, 84, 0.3);
    position: absolute;
    bottom: 0px;
    height: 150px;
    width: 100%; }
  #slider .slide-img .slide-des {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: white;
    opacity: 0; }
    @media (max-width: 1292px) {
      #slider .slide-img .slide-des {
        position: relative;
        width: 100%; } }
    @media (max-width: 768px) {
      #slider .slide-img .slide-des {
        width: 100%; } }
    @media (max-width: 767px) {
      #slider .slide-img .slide-des {
        width: 100%;
        /*text-align: center;*/ } }
    @media (max-width: 500px) {
      #slider .slide-img .slide-des {
        top: calc(50% - 128px); } }
    #slider .slide-img .slide-des h1 {
      margin-bottom: 5px;
      color: #fff;
      font-size: 2.0em;
      font-weight: 600;
      text-transform: capitalize;
      line-height: 1.3;
      padding: 5px;
      /*	@include max(767px)
      	{
      		font-size: 1.2em;
      		}*/ }
      @media (max-width: 1292px) {
        #slider .slide-img .slide-des h1 {
          font-size: 3em; } }
      @media (max-width: 991px) {
        #slider .slide-img .slide-des h1 {
          font-size: 1.6em; } }
    #slider .slide-img .slide-des h3 {
      margin-bottom: 25px;
      margin-top: 0px;
      color: #fff;
      font-size: 1.5em;
      display: inline-block;
      padding: 5px;
      font-size: 1.2em; }
    #slider .slide-img .slide-des p {
      font-size: 1.2em;
      color: #ddd; }

/*NEWS & UPDATES*/
#programs {
  background: linear-gradient(rgba(236, 235, 235, 0), rgba(236, 235, 235, 0.9));
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 30px; }
  #programs button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #programs .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px; }
  #programs .prev-arrow {
    left: -40px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid #ee312c;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }
  #programs .next-arrow {
    right: -40px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid #ee312c;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }
  #programs .slick-dots {
    text-align: center; }
    #programs .slick-dots button:before {
      color: white;
      font-size: 13px; }
    #programs .slick-dots li.slick-active button::before {
      background: #ee312c; }
    #programs .slick-dots li button::before {
      border: 2px solid #ee312c;
      border-radius: 50%;
      content: ' ';
      height: 15px;
      width: 15px; }
  #programs .blog-img.slick-slide.slick-current.slick-active.slick-center {
    border-left: 1px solid #939ea7;
    border-right: 1px solid #939ea7; }
  #programs .blog-img {
    padding: 5px;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.3s ease 0s;
    /*height: 475px;*/
    cursor: pointer;
    /*	@include max(768px)
    	{
    		width: 70%;
    		top: 200px;
    		}*/ }
    #programs .blog-img img {
      width: 100%;
      height: 200px;
      object-fit: cover; }
      @media (max-width: 991px) {
        #programs .blog-img img {
          height: 140px; } }
      @media (max-width: 767px) {
        #programs .blog-img img {
          height: auto; } }
    #programs .blog-img:hover {
      box-shadow: 0 8px 10px 0 #8f8f8f;
      -webkit-transform: translateY(-3px);
      -moz-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      -o-transform: translateY(-3px); }
    #programs .blog-img .blog-des {
      padding: 25px 15px; }
      #programs .blog-img .blog-des h4 {
        line-height: 1.4;
        margin: 15px 0px;
        color: #111517;
        font-weight: 600;
        text-decoration: none; }
        @media (max-width: 991px) {
          #programs .blog-img .blog-des h4 {
            font-size: 1.2em; } }
        #programs .blog-img .blog-des h4:hover {
          color: #ee312c; }
      #programs .blog-img .blog-des p {
        color: #717171;
        font-size: 1.2em; }
  #programs .btn-btn {
    text-align: left; }
    #programs .btn-btn button {
      background-color: #ee312c;
      color: #fff;
      padding: 6px 21px;
      border-radius: 0px;
      margin-top: 10px; }

/*News and update ends*/
/*Latest updates starts*/
#news-event {
  padding-bottom: 45px; }
  #news-event .main-event-wrapper .image-wrapper {
    padding: 15px;
    height: 430px;
    width: 100%; }
    @media (max-width: 991px) {
      #news-event .main-event-wrapper .image-wrapper {
        height: auto; } }
    #news-event .main-event-wrapper .image-wrapper img {
      box-shadow: 1px 1px 7px #5e5e5e;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center top; }
  #news-event .main-event-wrapper .image-detail {
    padding: 0px 15px 15px 15px;
    text-align: justify; }
    #news-event .main-event-wrapper .image-detail h4 {
      font-weight: 900;
      font-size: 22px; }
      #news-event .main-event-wrapper .image-detail h4 a {
        color: black !important; }
    #news-event .main-event-wrapper .image-detail h5 {
      font-size: 17px;
      line-height: 1.4; }
    #news-event .main-event-wrapper .image-detail p {
      font-size: 15px;
      margin-top: 0px; }
      #news-event .main-event-wrapper .image-detail p span:nth-child(1) {
        color: #ee312c;
        font-weight: 600; }
      #news-event .main-event-wrapper .image-detail p span:nth-child(2) {
        color: #88959e;
        font-weight: 600;
        font-style: italic;
        margin-left: 7px; }
  #news-event .list-wrapper .list-item-wrapper {
    padding: 5px;
    display: flex;
    align-items: center; }
    #news-event .list-wrapper .list-item-wrapper:hover .list-image img {
      box-shadow: 1px 2px 3px #777;
      transform: scale(1.03); }
    #news-event .list-wrapper .list-item-wrapper:not(:nth-child(1)) {
      border-top: 1px solid #c4c3c3; }
      #news-event .list-wrapper .list-item-wrapper:not(:nth-child(1)) .list-image {
        padding: 6px 6px 6px 6px; }
    #news-event .list-wrapper .list-item-wrapper .list-image {
      flex: 2;
      height: 130px;
      padding: 10px 6px 6px 6px; }
      @media (max-width: 991px) {
        #news-event .list-wrapper .list-item-wrapper .list-image {
          flex: 3;
          height: 150px; } }
      #news-event .list-wrapper .list-item-wrapper .list-image img {
        transition: .2s all;
        height: 100%;
        width: 100%;
        object-fit: cover; }
    #news-event .list-wrapper .list-item-wrapper .list-heading {
      flex: 3;
      padding: 10px 6px 0px 6px; }
      #news-event .list-wrapper .list-item-wrapper .list-heading h5 {
        margin-top: 0px; }
        #news-event .list-wrapper .list-item-wrapper .list-heading h5 span:nth-child(1) {
          color: #ee312c;
          font-weight: 600; }
        #news-event .list-wrapper .list-item-wrapper .list-heading h5 span:nth-child(2) {
          color: #88959e;
          font-weight: 600;
          font-style: italic;
          margin-left: 7px; }
      #news-event .list-wrapper .list-item-wrapper .list-heading h4 {
        font-size: 1.4em;
        margin: 0px;
        line-height: 1.3;
        font-weight: 800; }
        #news-event .list-wrapper .list-item-wrapper .list-heading h4 a {
          color: black; }

/*Latest updates starts*/
/*PARALLEX STARTS*/
#parallex {
  margin-top: 25px;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/slide1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 75px 0px; }
  #parallex .quote-sec {
    background-color: #fff;
    padding: 30px 45px 30px 60px;
    margin: 25px 60px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 991px) {
      #parallex .quote-sec {
        margin: 0px; } }
    @media (max-width: 500px) {
      #parallex .quote-sec {
        padding-right: 15px; } }
    #parallex .quote-sec:before {
      content: "\f10d";
      position: absolute;
      left: 0px;
      top: 0px;
      color: #fff;
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      background: #ee312c;
      padding: 5px 8px;
      font-size: 1.6em; }
    #parallex .quote-sec h4 {
      position: relative;
      color: #ee312c;
      font-size: 1.6em;
      line-height: 1.4; }
    #parallex .quote-sec .quote-author h5 {
      margin: 0px;
      position: relative;
      color: #515151; }
      #parallex .quote-sec .quote-author h5:before {
        position: absolute;
        content: "";
        left: -16px;
        top: 10px;
        background-color: #515151;
        width: 10px;
        height: 1px; }

/*Parallex ends*/
/*FOOTER STARTS*/
#footer {
  background-color: #ebebeb;
  padding: 45px 0px;
  padding-bottom: 15px; }
  #footer .btn-btn button {
    color: black;
    margin-top: 30px; }
  #footer .links-title {
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      #footer .links-title {
        margin-bottom: 15px; } }
    #footer .links-title h4 {
      color: #ee312c;
      font-size: 28px;
      font-weight: 600; }
  #footer .foot-list {
    margin-bottom: 30px; }
    #footer .foot-list .links-title-image {
      width: 120px; }
    #footer .foot-list .foot-link-list {
      padding: 0px; }
      #footer .foot-list .foot-link-list.maintitle li a {
        font-size: 28px;
        font-weight: 600; }
      #footer .foot-list .foot-link-list.maintitle li p {
        font-size: 28px;
        font-weight: 600; }
      #footer .foot-list .foot-link-list.about-list a:hover {
        text-decoration: none; }
      #footer .foot-list .foot-link-list.about-list li:nth-last-child(1) {
        display: flex;
        justify-content: space-between; }
        #footer .foot-list .foot-link-list.about-list li:nth-last-child(1) a {
          overflow: hidden; }
          #footer .foot-list .foot-link-list.about-list li:nth-last-child(1) a span:nth-child(1) {
            background: #ee312c;
            padding: 4px;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            float: left;
            margin-right: 10px; }
            #footer .foot-list .foot-link-list.about-list li:nth-last-child(1) a span:nth-child(1) i {
              color: white; }
          #footer .foot-list .foot-link-list.about-list li:nth-last-child(1) a span:nth-child(2) {
            background: #ee312c;
            padding: 4px;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center; }
            #footer .foot-list .foot-link-list.about-list li:nth-last-child(1) a span:nth-child(2) i {
              color: white; }
          #footer .foot-list .foot-link-list.about-list li:nth-last-child(1) a:nth-last-child(1) {
            color: #ee312c;
            font-weight: 600; }
      #footer .foot-list .foot-link-list li {
        list-style: none;
        margin-bottom: 10px; }
        #footer .foot-list .foot-link-list li .footer-button {
          border-radius: 8px;
          padding-left: 25px !important;
          position: relative; }
          @media (max-width: 991px) {
            #footer .foot-list .foot-link-list li .footer-button {
              display: inline-block;
              margin-top: 8px; } }
        #footer .foot-list .foot-link-list li .footer-button:nth-child(1) {
          margin-right: 10px; }
          #footer .foot-list .foot-link-list li .footer-button:nth-child(1):before {
            content: "\f095";
            transform: rotateY(180deg);
            position: absolute;
            left: 7px;
            font-family: "Font Awesome 5 Free";
            top: 8px;
            font-weight: 900; }
        #footer .foot-list .foot-link-list li .footer-button:nth-child(2):before {
          content: "\f0e0";
          position: absolute;
          left: 7px;
          font-family: "Font Awesome 5 Free";
          top: 8px; }
        #footer .foot-list .foot-link-list li a {
          color: black;
          font-size: 1.1em;
          font-weight: 600;
          text-align: justify; }
  #footer .contact-info {
    margin-bottom: 30px; }
    #footer .contact-info ul {
      padding: 0px; }
      #footer .contact-info ul li {
        color: blck;
        font-size: 1.2em;
        margin-bottom: 10px;
        list-style: none; }
        #footer .contact-info ul li .foot-icon {
          margin-right: 10px; }
  #footer .sub-form {
    margin-bottom: 30px; }
    #footer .sub-form h5 {
      color: black;
      margin-bottom: 30px;
      font-size: 1.2em; }
    #footer .sub-form .input-text {
      padding: 10px 47px 10px 22px;
      font-size: 1.2em;
      height: 50px;
      line-height: 21px;
      padding: 10px 25px;
      width: 100%;
      border: none; }

#copy-right {
  background-color: #ebebeb; }
  #copy-right .copy-text {
    border-top: 1px solid #a7b0b6;
    padding: 15px 0px; }
    @media (max-width: 767px) {
      #copy-right .copy-text {
        display: inherit;
        line-height: 1.6; } }
    #copy-right .copy-text p {
      font-weight: 500;
      font-size: 1em;
      color: #65696e;
      margin: 0px;
      opacity: 0.8; }

/*Initiatives starts here*/
#initiatives .initiatives-details {
  margin-top: 60px; }
  #initiatives .initiatives-details .all-wrapper {
    padding: 15px;
    display: flex; }
    #initiatives .initiatives-details .all-wrapper img {
      height: 230px;
      width: auto;
      object-fit: cover; }
    #initiatives .initiatives-details .all-wrapper .detail-wrapper {
      padding: 0px 20px; }
      @media (max-width: 991px) {
        #initiatives .initiatives-details .all-wrapper .detail-wrapper {
          margin: 15px 0px; } }
      #initiatives .initiatives-details .all-wrapper .detail-wrapper h3.detail-title {
        font-size: 2.5em;
        margin-top: 0px;
        text-transform: uppercase;
        font-weight: 600;
        color: #4a4f54; }
      #initiatives .initiatives-details .all-wrapper .detail-wrapper h5.detail-description {
        font-size: 1.3em;
        line-height: 1.5;
        text-align: justify; }
      #initiatives .initiatives-details .all-wrapper .detail-wrapper a.detail-button {
        text-transform: capitalize;
        background: white;
        font-weight: 500;
        line-height: 1.42857143;
        padding: 10px 20px;
        border-radius: 50px;
        border-color: #ee312c;
        border: 2px solid;
        text-decoration: none;
        color: #ee312c;
        font-size: 16px; }
        #initiatives .initiatives-details .all-wrapper .detail-wrapper a.detail-button:hover {
          background: #EFF2F5; }
  #initiatives .initiatives-details .row1-initiatives {
    margin-bottom: 30px; }
    #initiatives .initiatives-details .row1-initiatives .all-wrapper {
      padding-left: 0px; }
      @media (max-width: 991px) {
        #initiatives .initiatives-details .row1-initiatives .all-wrapper {
          flex-direction: column; } }
    #initiatives .initiatives-details .row1-initiatives .detail-wrapper {
      padding-right: 0px; }
  #initiatives .initiatives-details .row2-initiatives {
    margin-bottom: 30px;
    background: #e6e6e6; }
    @media (max-width: 991px) {
      #initiatives .initiatives-details .row2-initiatives {
        background: transparent; } }
    @media (max-width: 991px) {
      #initiatives .initiatives-details .row2-initiatives .all-wrapper {
        flex-direction: column-reverse; } }
    #initiatives .initiatives-details .row2-initiatives .detail-wrapper {
      padding-left: 0px; }

/*Initiatives ends here*/
/*About us starts here*/
#about-page .about-content .upper-about-wrapper {
  margin: 30px 0px; }
  #about-page .about-content .upper-about-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center top; }
  #about-page .about-content .upper-about-wrapper h3.about-detail {
    color: #88959e;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.3em;
    text-align: justify; }
#about-page .about-content .lower-about-wrapper {
  margin-bottom: 30px; }
  #about-page .about-content .lower-about-wrapper ul.nav-tabs {
    display: flex;
    justify-content: center; }
    #about-page .about-content .lower-about-wrapper ul.nav-tabs li {
      border: none; }
      #about-page .about-content .lower-about-wrapper ul.nav-tabs li a {
        border: none;
        color: black;
        font-weight: 700;
        font-size: 1.6em;
        border-bottom-style: solid;
        border-bottom-width: 4px;
        border-bottom-color: #88959e;
        transition: .3s all;
        margin-right: 0px;
        padding: 10px 40px;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          #about-page .about-content .lower-about-wrapper ul.nav-tabs li a {
            font-size: 1.4em; } }
      #about-page .about-content .lower-about-wrapper ul.nav-tabs li.active a {
        border-bottom-color: #ee312c; }
  #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .lists-wrapper .list {
    padding: 30px 15px;
    display: grid;
    grid-column-gap: 50px;
    grid-template-areas: 'myArea1 myArea1 myArea1 myArea1 myArea2 myArea2'; }
    @media (max-width: 991px) {
      #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .lists-wrapper .list {
        grid-template-areas: none;
        justify-items: center; } }
    #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .lists-wrapper .list .list-detail {
      grid-area: myArea1; }
      @media (max-width: 991px) {
        #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .lists-wrapper .list .list-detail {
          grid-area: 2 / 1; } }
      #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .lists-wrapper .list .list-detail .list-detail-head {
        font-weight: 800;
        color: #ee312c;
        font-size: 1.8em; }
      #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .lists-wrapper .list .list-detail .list-detail-des {
        color: #88959e;
        font-weight: 600;
        font-size: 1.4em;
        text-align: justify;
        line-height: 1.5; }
    #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .lists-wrapper .list .list-img {
      grid-area: myArea2;
      width: 400px;
      height: 200px;
      object-fit: cover;
      object-position: top center; }
      @media (max-width: 991px) {
        #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .lists-wrapper .list .list-img {
          grid-area: 1 / 1; } }
  #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .team-list-wrapper .team-wrapper {
    padding: 30px 15px; }
    #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .team-list-wrapper .team-wrapper .slide-arrow {
      height: 40px;
      width: 40px;
      border: 2px solid #ee312c;
      border-radius: 50%;
      position: absolute;
      top: calc(50% - 20px);
      display: flex;
      justify-content: center;
      align-items: center; }
      #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .team-list-wrapper .team-wrapper .slide-arrow img {
        width: 100%; }
      #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .team-list-wrapper .team-wrapper .slide-arrow.prev-arrow {
        left: -15px; }
      #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .team-list-wrapper .team-wrapper .slide-arrow.next-arrow {
        right: -15px; }
    #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .team-list-wrapper .team-wrapper .our-team {
      text-align: center;
      padding: 15px 45px;
      padding-top: 65px;
      position: relative; }
      #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .team-list-wrapper .team-wrapper .our-team .wrapper {
        padding: 15px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        padding-top: 80px; }
        #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .team-list-wrapper .team-wrapper .our-team .wrapper .profile-img {
          margin: auto;
          height: 130px;
          width: 130px;
          border-radius: 50%;
          border: 2px solid #ee312c;
          object-fit: cover;
          object-position: center top;
          position: absolute;
          top: 0px;
          left: calc(50% - 65px); }
        #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .team-list-wrapper .team-wrapper .our-team .wrapper .profile-name {
          font-size: 1.7em;
          font-weight: 600;
          margin-top: 10px;
          margin-bottom: 0px; }
        #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .team-list-wrapper .team-wrapper .our-team .wrapper .profile-designation {
          text-transform: uppercase;
          margin-top: 8px;
          margin-bottom: 0px;
          font-size: 1.2em; }
        #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .team-list-wrapper .team-wrapper .our-team .wrapper .profile-country {
          font-style: italic;
          margin-top: 8px; }
        #about-page .about-content .lower-about-wrapper .tab-content .tab-pane .team-list-wrapper .team-wrapper .our-team .wrapper .profile-des {
          text-align: justify;
          line-height: 1.5; }

/*About us ends here*/
#blog-page .blog-content {
  margin-top: 45px; }
  #blog-page .blog-content .sidebar-wrapper {
    position: sticky;
    top: 15px; }
  #blog-page .blog-content .blog-wrapper {
    margin-bottom: 30px; }
    #blog-page .blog-content .blog-wrapper > img {
      height: 250px;
      width: 100%;
      object-fit: cover;
      object-position: center; }
    #blog-page .blog-content .blog-wrapper .blog-setting-wrapper {
      display: flex;
      justify-content: space-between;
      margin-top: 15px;
      padding-bottom: 8px;
      border-bottom: 1px solid #989898;
      margin-bottom: 16px; }
      #blog-page .blog-content .blog-wrapper .blog-setting-wrapper .text-wrapper {
        display: flex;
        align-items: center; }
        #blog-page .blog-content .blog-wrapper .blog-setting-wrapper .text-wrapper .img-icon {
          height: 20px;
          width: 20px; }
        #blog-page .blog-content .blog-wrapper .blog-setting-wrapper .text-wrapper .blogsetting-text {
          font-size: 1em;
          text-align: justify;
          font-style: italic;
          color: #989898;
          margin: 0px 4px; }
    #blog-page .blog-content .blog-wrapper .blog-text {
      font-weight: 900;
      line-height: 1.5; }
    #blog-page .blog-content .blog-wrapper .blog-detail {
      text-align: justify;
      line-height: 1.5; }
    #blog-page .blog-content .blog-wrapper .blog-link {
      color: #ee312c; }
      #blog-page .blog-content .blog-wrapper .blog-link:hover {
        color: #ee312c; }
  #blog-page .blog-content .head-topic {
    color: #4a4f54;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 2px; }
  #blog-page .blog-content .categories-wrapper ul.categories-list {
    list-style-type: none;
    font-size: 1.2em;
    padding: 0px; }
    #blog-page .blog-content .categories-wrapper ul.categories-list li {
      margin: 8px 0px;
      padding-left: 15px;
      color: #73777b;
      position: relative;
      cursor: pointer; }
      #blog-page .blog-content .categories-wrapper ul.categories-list li a {
        color: #73777b; }
        #blog-page .blog-content .categories-wrapper ul.categories-list li a:hover {
          text-decoration: none; }
      #blog-page .blog-content .categories-wrapper ul.categories-list li:hover {
        text-decoration: none; }
        #blog-page .blog-content .categories-wrapper ul.categories-list li:hover:before {
          left: 3px; }
      #blog-page .blog-content .categories-wrapper ul.categories-list li:before {
        content: url("../images/icons/next-grey.svg");
        position: absolute;
        transition: .2s all;
        top: 0px;
        left: 0px;
        height: 10px;
        width: 10px; }
  #blog-page .blog-content .tag-wrapper ul.tag-list {
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap; }
    #blog-page .blog-content .tag-wrapper ul.tag-list li {
      margin: 4px 10px; }
      #blog-page .blog-content .tag-wrapper ul.tag-list li button {
        background: #4a4f54;
        color: white; }

#single-initiatives .image-header {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0px; }
  #single-initiatives .image-header .image-title {
    display: inline-block;
    padding: 10px 15px; }
    #single-initiatives .image-header .image-title .text-title {
      font-weight: 800;
      color: black;
      margin: 0px;
      font-size: 2.3em;
      font-style: italic;
      position: relative; }
      #single-initiatives .image-header .image-title .text-title:after {
        content: '';
        position: absolute;
        left: calc(50% - 40%);
        width: 80%;
        height: 1px;
        background: #ee312c;
        bottom: -10px; }
  #single-initiatives .image-header .title-image {
    margin: 45px 0px;
    width: 100%;
    height: 300px; }
    #single-initiatives .image-header .title-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
#single-initiatives .filter-row {
  padding: 20px 15px;
  background: rgba(0, 0, 0, 0.02);
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  #single-initiatives .filter-row .form-group {
    margin-right: 16px; }
  #single-initiatives .filter-row .filter-button {
    color: white;
    border: none;
    border-radius: 3px;
    background: #ee312c;
    padding: 6px 10px;
    width: 100px;
    height: 35px; }
#single-initiatives .initiative-detail h3 {
  font-size: 1.3em;
  line-height: 1.5;
  text-align: justify; }
#single-initiatives .single-initiative-details {
  margin: 30px 0px; }
  #single-initiatives .single-initiative-details ul.nav-tabs {
    display: flex;
    justify-content: flex-start; }
    #single-initiatives .single-initiative-details ul.nav-tabs li {
      border: none;
      margin-bottom: 0px; }
      #single-initiatives .single-initiative-details ul.nav-tabs li a {
        border: none;
        color: black;
        font-weight: 600;
        font-size: 1.2em;
        border-bottom-style: solid;
        border-bottom-width: 0px;
        border-bottom-color: #88959e;
        transition: .3s all;
        margin-right: 0px;
        padding: 10px 40px;
        text-transform: uppercase; }
      #single-initiatives .single-initiative-details ul.nav-tabs li.active a {
        border-bottom-width: 2px;
        border-bottom-color: #ee312c; }
  #single-initiatives .single-initiative-details .tab-content .tab-pane .overview-wrapper {
    font-size: 1.3em;
    line-height: 1.5;
    text-align: justify; }
  #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: auto auto auto auto;
    /* Style the images inside the grid */
    /* Clear floats after the columns */
    /* The expanding image container */
    /* Expanding image text */
    /* Closable button inside the expanded image */ }
    #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .btn.btn-default.dismiss {
      background: transparent;
      border-radius: 50%;
      border: none;
      position: absolute;
      right: 0;
      z-index: 5;
      color: white;
      filter: drop-shadow(1px 1px 2px black);
      box-shadow: none;
      font-size: 30px; }
    #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .column {
      float: left;
      width: 25%;
      padding: 10px; }
    #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .column img {
      opacity: 0.8;
      cursor: pointer; }
    #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .column img:hover {
      opacity: 1; }
    #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .row:after {
      content: "";
      display: table;
      clear: both; }
    #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .container {
      position: relative;
      display: none;
      width: 100%; }
    #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper #imgtext {
      position: absolute;
      bottom: 15px;
      left: 15px;
      color: white;
      font-size: 20px; }
    #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .closebtn {
      position: absolute;
      top: -12px;
      right: 23px;
      color: white;
      font-size: 35px;
      cursor: pointer; }
    #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .article-video:before {
      content: url("../images/play.svg");
      position: absolute;
      top: 10px;
      right: 10px;
      height: 25px;
      width: 25px;
      z-index: 1041;
      background: black;
      border-radius: 50%; }
    #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .article-item {
      position: relative;
      overflow: hidden;
      transition: .3s all;
      cursor: pointer;
      flex-grow: 1; }
      #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .article-item:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1/3; }
      #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .article-item:nth-child(6) {
        grid-column: 4;
        grid-row: 2/4; }
      #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .article-item:hover {
        transform: scale(1.04);
        z-index: 9999;
        filter: saturate(1.6) drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.6)); }
      #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .article-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top; }
      #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .article-item .article-detail {
        position: absolute;
        padding-bottom: 16px;
        bottom: 0px;
        color: white;
        font-weight: 700;
        font-size: 0.9em;
        padding-left: 10px;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
        top: 0px;
        margin: 0px; }
        #single-initiatives .single-initiative-details .tab-content .tab-pane .articles-wrapper .article-item .article-detail span {
          padding: 1px 5px; }

/*FOOTER Ends*/
/*Contact page */
#contact-page {
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  		/*input:focus ~ .highlight {
  		  -webkit-animation:inputHighlighter 0.3s ease;
  		  -moz-animation:inputHighlighter 0.3s ease;
  		  animation:inputHighlighter 0.3s ease;
  		}
  
  		textarea:focus ~ .highlight {
  		  -webkit-animation:inputHighlighter 0.3s ease;
  		  -moz-animation:inputHighlighter 0.3s ease;
  		  animation:inputHighlighter 0.3s ease;
  		}*/
  /* ANIMATIONS ================ */ }
  #contact-page .all-contacts {
    margin: 30px auto; }
  #contact-page .input-boxes {
    border-right: 1px solid #999999;
    padding-right: 60px; }
    @media (max-width: 991px) {
      #contact-page .input-boxes {
        border: none;
        padding-right: 15px; } }
  #contact-page .group {
    position: relative;
    margin-top: 45px;
    margin-bottom: 45px; }
  #contact-page input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575; }
  #contact-page textarea {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575; }
  #contact-page input:focus {
    outline: none;
    border-bottom: none; }
  #contact-page textarea:focus {
    outline: none;
    border-bottom: none; }
  #contact-page label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    opacity: 1;
    top: 10px;
    /*transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;*/ }
  #contact-page input:focus ~ label, #contact-page input:valid ~ label {
    /* top:-20px;
     font-size:14px;
     color:#5264AE;*/
    opacity: 0; }
  #contact-page textarea:focus ~ label, #contact-page textarea:valid ~ label {
    /* top:-20px;
     font-size:14px;
     color:#5264AE;*/
    opacity: 0; }
  #contact-page .bar {
    position: relative;
    display: block;
    width: 100%; }
  #contact-page .bar:before, #contact-page .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  #contact-page .bar:before {
    left: 50%; }
  #contact-page .bar:after {
    right: 50%; }
  #contact-page input:focus ~ .bar:before, #contact-page input:focus ~ .bar:after {
    width: 50%; }
  #contact-page textarea:focus ~ .bar:before, #contact-page textarea:focus ~ .bar:after {
    width: 50%; }
  #contact-page .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
  #contact-page .button {
    border-radius: 0px;
    background-color: #ee312c;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    width: 125px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px; }
  #contact-page .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s; }
  #contact-page .button span:after {
    content: '\f1d8';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s; }
  #contact-page .button:hover span {
    padding-right: 25px; }
  #contact-page .button:hover span:after {
    opacity: 1;
    right: 0; }
  #contact-page .hri-detail {
    padding-left: 60px;
    margin-top: 45px; }
    @media (max-width: 991px) {
      #contact-page .hri-detail {
        padding-left: 15px;
        text-align: center; } }
    #contact-page .hri-detail h4 {
      font-size: 16px; }
      @media (max-width: 767px) {
        #contact-page .hri-detail h4 {
          font-size: 14px; } }
    #contact-page .hri-detail .heading {
      font-weight: 900;
      font-size: 2.0em;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        #contact-page .hri-detail .heading {
          font-size: 23px; } }
    #contact-page .hri-detail .location {
      position: relative;
      /*left: 30px;
      &:before
      {
      	content: '\f5a0';
      	font-family: "Font Awesome 5 Free";
      	font-weight: 900;
      	position: absolute;
      	left: -30px;
      	top: 0px;
      }*/ }
    #contact-page .hri-detail .phone {
      position: relative;
      /*left: 30px;
      &:before
      {
      	content: '\f879';
      	font-family: "Font Awesome 5 Free";
      	font-weight: 900;
      	position: absolute;
      	left: -30px;
      	top: 0px;
      }*/ }
    #contact-page .hri-detail .email {
      position: relative;
      /*left: 30px;
      &:before
      {
      	content: '\f0e0';
      	font-family: "Font Awesome 5 Free";
      	font-weight: 900;
      	position: absolute;
      	left: -30px;
      	top: 0px;
      }*/ }
    #contact-page .hri-detail .icon-wrapper {
      display: flex; }
      @media (max-width: 991px) {
        #contact-page .hri-detail .icon-wrapper {
          justify-content: center;
          margin: 15px 0px; } }
      #contact-page .hri-detail .icon-wrapper h4 {
        display: flex;
        height: 45px;
        width: 45px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #ee312c;
        padding-left: 0px;
        margin: auto 8px; }
        #contact-page .hri-detail .icon-wrapper h4 i {
          color: white; }

#blogdetail .blog-wrapper {
  margin: 30px 0px; }
  #blogdetail .blog-wrapper > img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  #blogdetail .blog-wrapper .tag-wrapper .head-topic {
    position: relative;
    padding-left: 35px;
    font-size: 1.4em; }
    #blogdetail .blog-wrapper .tag-wrapper .head-topic:before {
      content: '\f02c';
      font-weight: 900;
      position: absolute;
      left: 0px;
      font-family: "Font Awesome 5 Free";
      font-size: 0.8em;
      top: 4px;
      transform: rotateY(180deg);
      transform-origin: 50%; }
  #blogdetail .blog-wrapper .tag-wrapper .tag-list li button {
    font-size: 0.9em; }
  #blogdetail .blog-wrapper .inContent-sliders {
    margin-top: 15px;
    padding: 0px 16px; }
    #blogdetail .blog-wrapper .inContent-sliders .slide-img {
      padding: 0px 8px; }
      #blogdetail .blog-wrapper .inContent-sliders .slide-img img {
        height: auto;
        width: 100%; }
    #blogdetail .blog-wrapper .inContent-sliders button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      #blogdetail .blog-wrapper .inContent-sliders button i {
        color: #ee312c; }
    #blogdetail .blog-wrapper .inContent-sliders .slide-arrow {
      position: absolute;
      top: 50%;
      margin-top: -15px; }
    #blogdetail .blog-wrapper .inContent-sliders .prev-arrow {
      left: 0px; }
    #blogdetail .blog-wrapper .inContent-sliders .next-arrow {
      right: 0px; }
  #blogdetail .blog-wrapper .blog-setting-wrapper {
    display: flex;
    justify-content: start;
    margin-top: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #989898;
    margin-bottom: 165x; }
    #blogdetail .blog-wrapper .blog-setting-wrapper .text-wrapper {
      display: flex;
      align-items: center;
      margin: 0px 8px; }
      #blogdetail .blog-wrapper .blog-setting-wrapper .text-wrapper .img-icon {
        height: 20px;
        width: 20px; }
      #blogdetail .blog-wrapper .blog-setting-wrapper .text-wrapper .blogsetting-text {
        font-size: 1em;
        text-align: justify;
        font-style: italic;
        color: #989898;
        margin: 0px 4px; }
  #blogdetail .blog-wrapper .blog-text {
    font-weight: 900;
    line-height: 1.5; }
  #blogdetail .blog-wrapper .blog-detail {
    text-align: justify;
    line-height: 1.8; }
    #blogdetail .blog-wrapper .blog-detail p {
      font-size: 1.1em;
      color: black; }
  #blogdetail .blog-wrapper .blog-quote {
    color: #b6b6b6;
    font-style: italic;
    padding-left: 12px;
    border-left: 2px solid #ee312c;
    margin: 24px 0px;
    line-height: 1.4; }
  #blogdetail .blog-wrapper .blog-link {
    color: #ee312c; }
    #blogdetail .blog-wrapper .blog-link:hover {
      color: #ee312c; }
#blogdetail .head-topic {
  color: #4a4f54;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 2px; }
#blogdetail .categories-wrapper {
  margin-top: 20px; }
  #blogdetail .categories-wrapper ul.categories-list {
    list-style-type: none;
    font-size: 1.2em;
    padding: 0px; }
    #blogdetail .categories-wrapper ul.categories-list li {
      margin: 8px 0px;
      padding-left: 15px;
      color: #73777b;
      position: relative;
      cursor: pointer; }
      #blogdetail .categories-wrapper ul.categories-list li a {
        color: #73777b; }
        #blogdetail .categories-wrapper ul.categories-list li a:hover {
          text-decoration: none; }
      #blogdetail .categories-wrapper ul.categories-list li:hover {
        text-decoration: none; }
        #blogdetail .categories-wrapper ul.categories-list li:hover:before {
          left: 3px; }
      #blogdetail .categories-wrapper ul.categories-list li:before {
        content: url("../images/icons/next-grey.svg");
        position: absolute;
        transition: .2s all;
        top: 0px;
        left: 0px;
        height: 10px;
        width: 10px; }
#blogdetail .tag-wrapper ul.tag-list {
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap; }
  #blogdetail .tag-wrapper ul.tag-list li {
    margin: 4px 10px; }
    #blogdetail .tag-wrapper ul.tag-list li button {
      background: #4a4f54;
      color: white; }
#blogdetail .relatedblog .related-wrapper a {
  color: black; }
#blogdetail .relatedblog .related-wrapper .list-item-wrapper {
  padding: 5px;
  display: flex;
  align-items: center; }
  #blogdetail .relatedblog .related-wrapper .list-item-wrapper:hover .list-image img {
    box-shadow: 1px 2px 3px #777;
    transform: scale(1.03); }
  #blogdetail .relatedblog .related-wrapper .list-item-wrapper:not(:nth-child(1)) {
    border-top: 1px solid #c4c3c3; }
    #blogdetail .relatedblog .related-wrapper .list-item-wrapper:not(:nth-child(1)) .list-image {
      padding: 6px 6px 6px 6px; }
  #blogdetail .relatedblog .related-wrapper .list-item-wrapper .list-image {
    flex: 2;
    height: 130px;
    padding: 10px 6px 6px 6px; }
    @media (max-width: 991px) {
      #blogdetail .relatedblog .related-wrapper .list-item-wrapper .list-image {
        flex: 3;
        height: 150px; } }
    #blogdetail .relatedblog .related-wrapper .list-item-wrapper .list-image img {
      transition: .2s all;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  #blogdetail .relatedblog .related-wrapper .list-item-wrapper .list-heading {
    flex: 3;
    padding: 10px 6px 0px 6px; }
    #blogdetail .relatedblog .related-wrapper .list-item-wrapper .list-heading p {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 8px; }
      #blogdetail .relatedblog .related-wrapper .list-item-wrapper .list-heading p img {
        height: 20px;
        width: 20px; }
      #blogdetail .relatedblog .related-wrapper .list-item-wrapper .list-heading p span:nth-child(1) {
        color: #ee312c;
        font-weight: 600; }
      #blogdetail .relatedblog .related-wrapper .list-item-wrapper .list-heading p span:nth-child(2) {
        color: #88959e;
        font-weight: 600;
        font-style: italic;
        margin-left: 7px; }
    #blogdetail .relatedblog .related-wrapper .list-item-wrapper .list-heading h4 {
      font-size: 1.4em;
      margin: 0px;
      line-height: 1.3;
      font-weight: 800; }

#career-section .career-wrapper .single-career:not(:last-child) {
  border-bottom: 2px solid #98a4ab;
  padding-bottom: 30px;
  padding-top: 30px; }
#career-section .career-wrapper .single-career .career-detail-wrapper {
  overflow: hidden;
  margin: 30px 0px; }
  #career-section .career-wrapper .single-career .career-detail-wrapper .title {
    font-size: 1.4em;
    font-weight: 900;
    margin: 0px;
    color: #181c1d;
    padding-left: 30px;
    position: relative;
    float: left;
    margin-right: 15px; }
    #career-section .career-wrapper .single-career .career-detail-wrapper .title:after {
      content: '';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      color: #ee312c;
      left: 0px; }
  #career-section .career-wrapper .single-career .career-detail-wrapper .detail {
    font-size: 1.2em;
    margin: 0px;
    margin-left: 15px;
    color: #98a4ab;
    line-height: 1.6;
    margin-top: -3px; }
#career-section .career-wrapper .single-career .career-head h2 {
  font-size: 2em;
  font-weight: 900; }
#career-section .career-wrapper .single-career .career-deadline .title:after {
  content: '\f073'; }
#career-section .career-wrapper .single-career .career-nos .title:after {
  content: '\f508'; }
#career-section .career-wrapper .single-career .career-education .title:after {
  content: '\f19d'; }
#career-section .career-wrapper .single-career .career-experience .title:after {
  content: '\f0b1'; }
#career-section .career-wrapper .single-career .career-responsibility .title:after {
  content: '\f0ae'; }
#career-section .career-wrapper .single-career .apply-btn {
  margin-top: 0px;
  margin-bottom: 30px;
  background: #ee312c;
  color: white;
  padding: 8px;
  width: 125px;
  font-size: 18px;
  cursor: pointer;
  border: none; }

#sec-newsletter {
  margin: 30px 0px; }
  #sec-newsletter .newsletter-detail .row-wrapper .row-title {
    font-weight: 600;
    font-size: 1.8em; }
  #sec-newsletter .newsletter-detail .row-wrapper .row-detail {
    font-size: 1.1em;
    color: #65696e; }
    #sec-newsletter .newsletter-detail .row-wrapper .row-detail span {
      padding-right: 8px;
      color: black;
      font-size: 1.3em; }
  #sec-newsletter .input-wrapper .text-input-wrapper {
    overflow: hidden; }
    #sec-newsletter .input-wrapper .text-input-wrapper input {
      height: 40px;
      padding: 10px;
      width: 250px;
      border: 1px solid #9a9a9a;
      float: left; }
    #sec-newsletter .input-wrapper .text-input-wrapper button {
      height: 40px;
      width: 30px;
      display: flex;
      background: #ee312c;
      color: white;
      justify-content: center;
      align-items: center;
      float: left;
      margin-left: 5px;
      border-radius: 0px; }
  #sec-newsletter .input-wrapper .input-detail {
    line-height: 1.6;
    font-size: 1.2em; }

#event-detail .head-topic {
  color: #4a4f54;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 2px; }
#event-detail .relatedblog .related-wrapper .list-item-wrapper {
  padding: 5px;
  display: flex;
  align-items: center; }
  #event-detail .relatedblog .related-wrapper .list-item-wrapper:hover .list-image img {
    box-shadow: 1px 2px 3px #777;
    transform: scale(1.03); }
  #event-detail .relatedblog .related-wrapper .list-item-wrapper:not(:nth-child(1)) {
    border-top: 1px solid #c4c3c3; }
    #event-detail .relatedblog .related-wrapper .list-item-wrapper:not(:nth-child(1)) .list-image {
      padding: 6px 6px 6px 6px; }
  #event-detail .relatedblog .related-wrapper .list-item-wrapper .list-image {
    flex: 2;
    height: 100px;
    padding: 10px 6px 6px 6px; }
    @media (max-width: 991px) {
      #event-detail .relatedblog .related-wrapper .list-item-wrapper .list-image {
        flex: 3;
        height: 150px; } }
    #event-detail .relatedblog .related-wrapper .list-item-wrapper .list-image img {
      transition: .2s all;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  #event-detail .relatedblog .related-wrapper .list-item-wrapper .list-heading {
    flex: 3;
    padding: 10px 6px 0px 6px; }
    #event-detail .relatedblog .related-wrapper .list-item-wrapper .list-heading p {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 8px; }
      #event-detail .relatedblog .related-wrapper .list-item-wrapper .list-heading p img {
        height: 20px;
        width: 20px; }
      #event-detail .relatedblog .related-wrapper .list-item-wrapper .list-heading p span:nth-child(1) {
        color: #ee312c;
        font-weight: 600; }
      #event-detail .relatedblog .related-wrapper .list-item-wrapper .list-heading p span:nth-child(2) {
        color: #88959e;
        font-weight: 600;
        font-style: italic;
        margin-left: 7px; }
    #event-detail .relatedblog .related-wrapper .list-item-wrapper .list-heading h4 {
      font-size: 1.4em;
      margin: 0px;
      line-height: 1.3;
      font-weight: 800; }
#event-detail .event-detail-wrapper {
  margin: 45px 0px; }
  #event-detail .event-detail-wrapper .event-title {
    font-size: 1.7em;
    color: #9c9c9c;
    position: relative;
    display: inline; }
    #event-detail .event-detail-wrapper .event-title:before {
      content: '';
      position: absolute;
      width: 40%;
      height: 2px;
      background: #ee312c;
      bottom: -6px; }
  #event-detail .event-detail-wrapper .setting-top {
    margin-top: 0px;
    font-size: 1.2em;
    font-weight: 600;
    color: #9a9a9a; }
    @media (max-width: 991px) {
      #event-detail .event-detail-wrapper .setting-top {
        margin-top: 15px; } }
  #event-detail .event-detail-wrapper .blog-setting-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    padding-top: 8px;
    border-top: 1px solid #989898;
    margin-bottom: 16px; }
    #event-detail .event-detail-wrapper .blog-setting-wrapper .text-wrapper {
      display: flex;
      align-items: center; }
      #event-detail .event-detail-wrapper .blog-setting-wrapper .text-wrapper .img-icon {
        height: 20px;
        width: 20px; }
      #event-detail .event-detail-wrapper .blog-setting-wrapper .text-wrapper .blogsetting-text {
        font-size: 1em;
        text-align: justify;
        font-style: italic;
        color: #989898;
        margin: 0px 4px; }
  #event-detail .event-detail-wrapper .events-wrapper {
    margin-top: 45px; }
    #event-detail .event-detail-wrapper .events-wrapper .event-detail {
      margin-top: 20px;
      line-height: 1.6;
      font-size: 1.2em;
      text-align: justify; }
  #event-detail .event-detail-wrapper .galleries-wrapper {
    margin-top: 30px; }
    #event-detail .event-detail-wrapper .galleries-wrapper .all-gallaries {
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      #event-detail .event-detail-wrapper .galleries-wrapper .all-gallaries .gallery-img {
        margin: 5px;
        flex-grow: 1;
        width: 150px;
        cursor: pointer;
        overflow: hidden; }
        #event-detail .event-detail-wrapper .galleries-wrapper .all-gallaries .gallery-img:hover img {
          transform: scale(1.2, 1.2); }
        #event-detail .event-detail-wrapper .galleries-wrapper .all-gallaries .gallery-img img {
          width: 100%;
          height: 120px;
          object-fit: cover;
          transition: .5s all; }

/*# sourceMappingURL=main.css.map */
