/*
  1. Use a more-intuitive box-sizing model.
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
  font-family: "Lato", sans-serif;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.secondary_button a {
  background: #86ad53;
  padding: 10px 40px;
  border-radius: 40px;
  color: #fff !important;
  font-weight: 600;
}

.tertiary_button a {
  background: #fff;
  padding: 10px 40px;
  border-radius: 40px;
  border: 1px solid #60aad6;
  font-weight: 600;
  box-shadow: 0px 12px 10px rgba(29, 29, 29, 0.09);
}

input:focus {
  outline: none;
}

.owl-dots {
  display: none !important;
}

#hero {
  background: url("../img/hero.png");
  width: 100%;
  height: 500px;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#hero::after {
  content: "";
}
#hero #hero_content {
  display: flex;
  color: #fff;
  height: 500px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  padding: 30px 0;
  margin: auto;
}
#hero #hero_content .left {
  width: 58%;
}
#hero #hero_content .left h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 2px 2px #000000;
}
#hero #hero_content .left p {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 32px;
}
#hero #hero_content .right {
  width: 37%;
  height: auto;
  background: rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #86ad53;
}
#hero #hero_content .right .hero_feed {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 20px;
}
#hero #hero_content .right .hero_feed img {
  width: 140px;
  margin-bottom: 2rem;
}
#hero #hero_content .right .hero_feed h4 {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 1px;
}
#hero #hero_content .right .hero_feed h6 {
  font-size: 23px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 1px;
  color: #8bc34a;
  font-weight: 600;
}

.award_img {
  position: relative;
}
.award_img .tag {
  position: absolute;
  right: 0;
  top: 0px;
  background: #8bc34b;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  color: #000;
}

.common_button {
  color: #fff;
  padding: 12px 40px;
  border: none;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 800;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-image: linear-gradient(to left, #badc58 0%, #0077bd 100%);
  margin-top: 1rem;
  letter-spacing: 1px;
}
.common_button:hover {
  color: #fff;
  text-decoration: none;
}

.owl-prev,
.owl-next {
  width: 40px;
  height: 40px;
  background: #fff !important;
  border-radius: 50% !important;
  color: #000 !important;
  margin: 10px 1rem !important;
  box-shadow: 0px 12px 10px rgba(29, 29, 29, 0.09);
}
.owl-prev span,
.owl-next span {
  font-size: 40px;
  position: relative;
  top: -16px;
}

#popular_jobs {
  margin-top: 5rem;
  display: flex;
  height: auto;
  margin-bottom: 1rem;
}

.common_heading h4 {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 1px;
  color: #454343;
}
.common_heading p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #6b6464;
}

.common_button_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
}

.common_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common_sec .left {
  width: 47%;
}
.common_sec .left img {
  width: 100%;
}
.common_sec .right {
  width: 48%;
}
.common_sec .right h2 {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}
.common_sec .right h1 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.common_sec .right p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 2rem;
}

.common_space {
  display: flex;
  width: 100%;
  height: 5rem;
}

#article_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#article_sec #main_page {
  width: 70%;
}
#article_sec #sidebar {
  width: 30%;
  min-height: 500px;
  padding: 1rem;
}
#article_sec #sidebar ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#article_sec #sidebar ul li {
  display: flex;
}
#article_sec #sidebar ul li img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px;
  margin: 1rem 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

#objective {
  width: 100%;
  justify-content: flex-start;
  flex-direction: column;
}
#objective .title {
  position: relative;
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 700;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
#objective .title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #2a84b2;
  left: 50%;
  bottom: 15px;
}

#objective_cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}
#objective_cards .card_grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#objective_cards .card_grid .inner_card:nth-child(1) {
  background: #0277bd;
}
#objective_cards .card_grid .inner_card:nth-child(1) h3,
#objective_cards .card_grid .inner_card:nth-child(1) p {
  color: #fff;
}
#objective_cards .card_grid .inner_card:nth-child(2) {
  background: #fff;
}
#objective_cards .card_grid .inner_card {
  margin: 2rem auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #eee;
  border-radius: 10px;
}
#objective_cards .card_grid .inner_card img {
  width: 80px;
  margin: 1rem 0;
}
#objective_cards .card_grid .inner_card h3 {
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 800;
}
#objective_cards .card_grid .inner_card p {
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

#president {
  padding: 1rem;
  background: #2381b6;
}
#president .container .left {
  width: 30%;
}
#president .container .left img {
  width: 100%;
  height:100%
}
#president .container .right {
  width: 65%;
}
#president .container .right h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
#president .container .right h3 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
}
#president .container .right p {
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 27px;
  margin-bottom: 2rem;
  color: #fff !important;
}

#yt {
  background: url("../img/image 8.png");
  width: 100%;
  height: 550px;
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#yt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: -1;
}
#yt h1 {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
#yt h1 span {
  color: #9fca6e;
}
#yt p {
  width: 80%;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 31px;
  opacity: 0.8;
}
#yt h3 {
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.3rem;
}

#yt_sec {
  position: absolute;
  bottom: -4rem;
  width: 10%;
}
#yt_sec::after {
  content: "";
  background: url("../img/Arrow.png");
  position: absolute;
  width: 11px;
  height: 24px;
  top: -39px;
  background-size: cover;
  left: 45%;
}
#yt_sec img {
  width: 100%;
}

.common_heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_heading h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 2rem;
}
.common_heading h3::after {
  content: "";
  background: url("../img/common_line.png");
  position: absolute;
  width: 100%;
  height: 26px;
  left: 0;
  bottom: -26px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

#story {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}
#story .hight_1 {
  width: 75%;
  border-bottom: 4px solid #badc5a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem 0;
  min-height: 400px;
  margin: auto;
}
#story .hight_1 .ht .img_left .grid img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 1rem auto;
  border: 2px solid #afca22;
  padding: 4px;
}
#story .hight_1 .ht .txt h3 {
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 800;
}
#story .hight_1 .ht .txt p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 26px;
}
#story .hight_1 .ht .txt .readmore a {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: capitalize;
}

#conference {
  background: #f8f8f8;
  padding: 1rem 0;
}
#conference .item {
  margin-top: 5rem;
}
#conference .col_latest1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 89%;
  margin: 1rem auto;
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-top: 4rem;
  min-height: 250px;
}
#conference .col_latest1 img {
  position: absolute;
  background: #fff;
  padding: 1rem;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  top: -63px;
  z-index: 111;
}
#conference .col_latest1 .left_sec .event-name {
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 900;
  color: #0077bd;
}
#conference .col_latest1 .left_sec .date {
  position: absolute;
  right: 10px;
  left : 130px;
  top: 10px;
  color: #badc58;
  font-weight: 900;
}
#conference .col_latest1 .left_sec .location {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
}

@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
  }
}
.owl-theme .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.owl-theme .owl-nav button {
  background: #0277bd !important;
  color: #fff !important;
  position: absolute;
  margin: 0 !important;
}
.owl-theme .owl-nav .owl-prev {
  left: 0;
  top: 50%;
}
.owl-theme .owl-nav .owl-next {
  right: 0;
  top: 50%;
}

@media only screen and (max-width: 768px) {
  #hero {
    height: auto !important;
  }
  .common_space {
    height: 1rem;
  }
  #article_sec {
    flex-direction: column;
  }
  #main_page,
#sidebar {
    width: 100% !important;
  }
  #main_page ul,
#sidebar ul {
    margin: 0;
    padding: 0;
  }
  .common_sec {
    flex-direction: column;
  }
  .common_sec .left,
.common_sec .right {
    padding: 1rem 0;
    width: 100% !important;
  }
  #objective .title {
    font-size: 1.4rem;
    text-align: center;
  }
  #objective .title::after {
    display: none;
  }
  .card_grid {
    flex-direction: column;
  }
  .card_grid .inner_card {
    margin: 10px 0 !important;
    width: 100% !important;
  }
  #president .container .left,
#president .container .right {
    padding: 0 !important;
  }
  #president .container .right {
    margin-top: 1rem;
  }
  #president .container .right h2 {
    text-align: center;
    font-size: 1.4rem !important;
  }
  #president .container .right h3,
#president .container .right p {
    text-align: center;
    font-size: 14px;
    opacity: 0.8;
  }
  #president .container .right a {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
  }
  #yt {
    height: auto !important;
    padding: 1rem;
  }
  #yt h1 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #yt p {
    width: 99%;
    font-size: 14px;
  }
  #yt #yt_sec {
    position: relative;
    bottom: -0.5rem;
    width: 18%;
  }
  #yt #yt_sec::after {
    display: none;
  }
  .common_heading h3,
.common_sec .right h1 {
    font-size: 1.4rem;
  }
  #objective_cards .card_grid .inner_card h3 {
    font-size: 1.1rem;
  }
  #conference .col_latest1 img {
    border-radius: 10px;
    height: auto;
    top: -30px;
  }
  #conference .col_latest1 .left_sec .event-name {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */