body {
  font-family: univers;
}

@font-face {
  font-family: univers;
  src: url("../fonts/UniversBlack.ttf");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: univers;
  src: url("../fonts/Univers-light-normal.ttf");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: univers;
  src: url("../fonts/Univers-regular.otf");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: univers;
  src: url("../fonts/UniversLTStd-Bold.otf");
  font-style: normal;
  font-weight: 900;
}
* {
  outline: none;
}

/*NAVIGATION STARTS*/
@media (max-width: 767px) {
  #cssmenu.small-screen #menu-button:after {
    top: 27px !important;
  }
}
@media (max-width: 767px) {
  #cssmenu.small-screen #menu-button:before {
    top: 20px !important;
  }
}
@media (max-width: 767px) {
  #cssmenu.small-screen #menu-button.menu-opened:after {
    top: 30px !important;
  }
}
@media (max-width: 767px) {
  #cssmenu.small-screen #menu-button.menu-opened:before {
    top: 30px !important;
  }
}
.navigation {
  box-shadow: 0px 2px 8px -2px #00000040;
  padding: 20px 0px;
}
.navigation #cssmenu {
  background-color: transparent;
  padding: 10px 0px;
}
@media (max-width: 991px) {
  .navigation #cssmenu .navbar-right {
    margin-top: 30px;
    background-color: #FAA61A;
    position: absolute;
    z-index: 999;
  }
}
.navigation #cssmenu .navbar-right li a {
  font-family: univers !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  padding: 17px 30px;
  color: #202020;
}
@media (max-width: 991px) {
  .navigation #cssmenu .navbar-right li a {
    color: #fff;
  }
}
.navigation #cssmenu .navbar-right li a:hover {
  color: #17469E;
  font-weight: 600;
}
.navigation #cssmenu .navbar-right .has-sub ul {
  z-index: 9999;
  background-color: #fff;
}
.navigation #cssmenu .navbar-right .has-sub ul li {
  height: auto;
  background-color: #fff;
}
.navigation #cssmenu .navbar-right .has-sub ul li a {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 991px) {
  .navigation #cssmenu .navbar-right .has-sub ul li a {
    background: #000000b3;
    color: #fff;
  }
}

.main_img {
  position: relative;
}
.main_img .slick-prev {
  background-image: url(../image/left-arrow.png);
  background-repeat: no-repeat;
  top: 50%;
  left: -30px;
  height: 42px;
  width: 22px;
  z-index: 999;
}
@media (max-width: 991px) {
  .main_img .slick-prev {
    display: none;
  }
}
.main_img .slick-prev:hover {
  background-image: url(../image/left-hover-arrow.png);
}
.main_img .slick-prev:before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 34px;
  color: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
  .main_img .slick-prev:before {
    font-size: 20px;
  }
}
.main_img .slick-next {
  background-image: url(../image/main-right-arrow.png);
  background-repeat: no-repeat;
  top: 50%;
  right: -30px;
  height: 42px;
  width: 22px;
}
@media (max-width: 991px) {
  .main_img .slick-next {
    display: none;
  }
}
.main_img .slick-next:hover {
  background-image: url(../image/right-hover-arrow.svg);
}
.main_img .slick-next:before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 34px;
  color: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
  .main_img .slick-next:before {
    font-size: 20px;
  }
}
.main_img .main_wrapper {
  position: relative;
}
.main_img .main_wrapper .main_img {
  position: relative;
}
.main_img .main_wrapper .main_img img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}
@media (max-width: 991px) {
  .main_img .main_wrapper .main_img img {
    height: 60vh;
  }
}
.main_img .main_extra_content {
  position: relative;
  top: -110px;
}
.main_img .main_extra_content .ext_cnt_wrapper {
  border: 1px solid #ececec;
  padding: 10px;
  background-color: #fff;
}
.main_img .main_extra_content .ext_cnt_wrapper a
{
    text-decoration: none;
}
.main_img .main_extra_content .ext_cnt_wrapper .ex_img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .main_img .main_extra_content .ext_cnt_wrapper .ex_img img {
    height: 180px;
  }
}
.main_img .main_extra_content .ext_cnt_wrapper .ex_des {
  padding: 0px 0px 30px;
}
.main_img .main_extra_content .ext_cnt_wrapper .ex_des .ex_info {
  font-family: univers;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  background-color: #FAA61A;
  padding: 8px 15px;
  display: inline-block;
  color: #fff;
}
.main_img .main_extra_content .ext_cnt_wrapper .ex_des .ex_clr_info {
  background-color: #17469E !important;
}
.main_img .main_extra_content .ext_cnt_wrapper .ex_des .date_dt {
  font-family: univers;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #202020;
}
.main_img .main_extra_content .ext_cnt_wrapper .ex_des .ex_text {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #202020;
}

.overlay_img_ {
  background: linear-gradient(rgba(23, 70, 158, 0.9) 100%, rgba(23, 70, 158, 0.9) 100%), url(../image/e.png);
  background-position: cover;
  background-repeat: no-repeat;
  padding: 105px 0px;
  height: 400px;
}
@media (max-width: 991px) {
  .overlay_img_ {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .overlay_img_ {
    height: auto;
    background-size: cover;
  }
}
.overlay_img_ .overlay_text_ {
  text-align: center;
}
.overlay_img_ .overlay_text_ h2 {
  font-family: univers;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 55px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-stroke: 1px;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .overlay_img_ .overlay_text_ h2 {
    font-size: 30px;
    line-height: 36px;
    -webkit-text-stroke: 0px;
    font-weight: 900;
  }
}
.overlay_img_ .overlay_text_ .para_wdth {
  display: flex;
  justify-content: center;
}
.overlay_img_ .overlay_text_ .para_wdth p {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  width: 60%;
}
@media (max-width: 767px) {
  .overlay_img_ .overlay_text_ .para_wdth p {
    width: 90%;
  }
}
.overlay_img_ .overlay_text_ .overlay_btn a {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #FAA61A;
  text-decoration: none;
}
.overlay_img_ .overlay_text_ .overlay_btn span {
  margin-left: 10px;
}
.abt_status {
  margin: 120px 0px;
}
.abt_status .status_wrapper {
  background-color: #17469E;
  padding: 45px;
  margin-bottom: 30px;
  height: 300px;
}
@media (max-width: 991px) {
  .abt_status .status_wrapper {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .abt_status .status_wrapper {
    height: auto;
  }
}
.abt_status .status_wrapper h3 {
  font-family: univers;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 35px;
  color: #fff;
}
.abt_status .status_wrapper p {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.abt_status .st_bk_clr {
  background-color: #FAA61A !important;
}
.abt_status .st_bk_clr h3 {
  color: #202020 !important;
}
.abt_status .st_bk_clr p {
  color: #202020 !important;
}

.about_sec .pd-all {
  padding: 0px;
}
.about_sec .hover_text_ {
  position: absolute;
  bottom: 0px;
  opacity: 0;
  padding: 0px 30px;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 991px) {
  .about_sec .hover_text_ {
    text-align: center;
    top: 28%;
  }
}
.about_sec .hover_text_ h4 {
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke: 1px;
}
@media (max-width: 991px) {
  .about_sec .hover_text_ h4 {
    font-size: 24px;
    line-height: 30px;
    -webkit-text-stroke: 0px;
    text-transform: capitalize;
    text-align: center;
  }
}
.about_sec .hover_text_ p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .about_sec .hover_text_ p {
    display: none;
  }
}
.about_sec .hover_text_ .hover_btn {
  margin-top: 35px;
}
.about_sec .hover_text_ .hover_btn a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  padding: 15px 45px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
.about_sec .hover_text_ .hover_btn a:hover {
  color: #fff;
  background-color: #17469E;
}
@media (max-width: 991px) {
  .about_sec .hover_text_ .hover_btn a {
    padding: 8px 20px;
    text-transform: capitalize;
  }
}
.about_sec .abt_img {
  position: relative;
}
.about_sec .abt_img:hover:before {
  opacity: 1;
}
.about_sec .abt_img:hover img {
  filter: grayscale(0) !important;
}
.about_sec .abt_img:hover .hover_text_ {
  opacity: 1;
}
.about_sec .abt_img:hover .abt_overlay_text {
  opacity: 0;
}
.about_sec .abt_img:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  height: 100%;
  background: rgba(32, 32, 32, 0.6);
  width: 100%;
  opacity: 0;
  z-index: 999;
}
.about_sec .abt_img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  filter: grayscale(1);
}
@media (max-width: 991px) {
  .about_sec .abt_img img {
    height: 300px;
  }
}
.about_sec .abt_img .abt_overlay_text {
  position: absolute;
  bottom: 40px;
  padding: 0px 30px;
  width: 100%;
}
@media (max-width: 991px) {
  .about_sec .abt_img .abt_overlay_text {
    padding: 0px 15px;
  }
}
.about_sec .abt_img .abt_overlay_text h4 {
  font-family: univers;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke: 1px;
}
@media (max-width: 991px) {
  .about_sec .abt_img .abt_overlay_text h4 {
    font-size: 24px;
    line-height: 30px;
    -webkit-text-stroke: 0px;
    text-transform: capitalize;
  }
}

#footer {
  background-color: #202020;
  padding: 45px 0px 25px;
  position: relative;
}
#footer .social_media {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 991px) {
  #footer .social_media {
    margin-bottom: 30px;
  }
}
#footer .social_media li {
  border: 1px solid #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
#footer .social_media li i {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
#footer .foot-logo img {
  width: 110px;
  height: auto;
  margin-top: -5px;
  margin-bottom: 30px;
}
#footer .foot-title h3 {
  font-family: univers;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
#footer .foot-list {
  padding: 0px;
  margin-left: 0px;
}
@media (max-width: 991px) {
  #footer .foot-list {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
#footer .foot-list li {
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 15px;
  list-style: none;
  color: #fff;
}
#footer .foot-list li:hover a {
  color: #fafafa94;
}
#footer .foot-list li a {
  font-weight: 400;
  font-family: univers;
  color: #fff;
  text-decoration: none;
}
#footer .end-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #FFFFFF1A;
  padding-top: 30px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  #footer .end-footer {
    display: inherit;
  }
}
#footer .end-footer h4 {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
#footer .end-footer h4 span {
  padding: 0px 8px;
}
#footer .end-footer h4 a {
  text-decoration: none;
  color: #fff;
}

.introduction .intro_wrapper {
  margin-bottom: 30px;
}
.introduction .intro_wrapper .intro_img {
  float: left;
  margin-right: 20px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .introduction .intro_wrapper .intro_img {
    margin-bottom: 18px;
  }
}
.introduction .intro_wrapper .intro_img img {
  width: 590px;
  height: 270px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .introduction .intro_wrapper .intro_img img {
    width: 320px;
  }
}
.introduction .intro_wrapper .intro-des p {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #202020;
}

.pg_title h1 {
  font-family: univers;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: 2px;
  text-align: left;
  color: #17469E;
  margin: 80px 0px;
  text-transform: uppercase;
  text-align: center;
  -webkit-text-stroke: 3px;
}
@media (max-width: 767px) {
  .pg_title h1 {
    -webkit-text-stroke: 1px;
    font-size: 30px;
    line-height: 44px;
  }
}

.intro_footer .foot_intro_img {
  margin-bottom: 30px;
}
.intro_footer .foot_intro_img img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.abot_pg .abt_tline {
  margin: 60px 0px;
}
.abot_pg .cr_mbot {
  margin-bottom: 165px;
}
.abot_pg .abt_prg {
  margin: 75px 0px;
}
.abot_pg .abt_prg p {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.abot_pg .abt_timeline {
  width: 120px;
  height: 120px;
  margin: 0px auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.abot_pg .abt_timeline h4 {
  font-size: 20px;
  font-weight: 600;
}
.abot_pg .tmblue_cr {
  background: #3D6098;
  border: 8px solid #337ab794;
  position: relative;
}
.abot_pg .tmblue_cr:after {
  content: "";
  position: absolute;
  top: 112px;
  left: calc(50% - 2px);
  background: #dddd;
  width: 4px;
  height: 100%;
}
.abot_pg .tmred_cr {
  background: #F04B4C;
  border: 8px solid #ff9c9ddb;
  position: relative;
}
.abot_pg .tmred_cr:after {
  content: "";
  position: absolute;
  top: 112px;
  left: calc(50% - 2px);
  background: #dddd;
  width: 4px;
  height: 100%;
}
.abot_pg .tmred_cr:after:nth-last-child {
  display: none;
}
.abot_pg .circl_text p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.timeline-section {
  margin: 60px 0px;
}
.timeline-section .lt_marg {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .timeline-section .lt_marg {
    margin-left: 0px;
  }
}
.timeline-section .rt_marg {
  margin-right: 60px;
}
.timeline-section .rt_marg p {
  text-align: right !important;
}
.timeline-section .tmln_color {
  background: #FAA61A !important;
  border: 8px solid #e9c280 !important;
}
.timeline-section .timeline-items {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.timeline-section .timeline-items:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 90%;
  background-color: #ddd;
  left: calc(50% - 1px);
  top: 10px;
}
@media (max-width: 991px) {
  .timeline-section .timeline-items:before {
    height: 88%;
  }
}
.timeline-section .timeline-items .timeline-item {
  margin-bottom: 150px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .timeline-section .timeline-items .timeline-item {
    margin-bottom: 30px;
  }
}
.timeline-section .timeline-items .timeline-item .timeline-dot {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border: 8px solid #8da4d05c;
  background: #3D6098;
  position: absolute;
  left: calc(50% - 60px);
  top: 10px;
}
@media (max-width: 767px) {
  .timeline-section .timeline-items .timeline-item .timeline-dot {
    width: 80px;
    height: 80px;
    font-size: 20px;
    border-width: 4px !important;
    left: 0px;
  }
}
.timeline-section .timeline-items .timeline-item .timeline-content {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .timeline-section .timeline-items .timeline-item .timeline-content {
    margin-right: 0px;
    padding: 10px;
    background: #ddd;
    margin-top: 115px;
  }
}
.timeline-section .timeline-items .timeline-item .timeline-content p {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item:nth-child(odd) {
  padding-right: calc(50% + 70px);
  text-align: right;
}

.timeline-item:nth-child(even) {
  padding-left: calc(50% + 70px);
}

/* Responsive */
@media (max-width: 767px) {
  .timeline-items::before {
    left: 0px !important;
  }

  .timeline-item:nth-child(odd) {
    padding-right: 0;
    text-align: left;
  }

  .timeline-item:nth-child(odd),
.timeline-item:nth-child(even) {
    padding-left: 37px;
  }

  .timeline-dot {
    left: 0;
  }
}
.objectives .object_wrapper .object_para {
  margin-bottom: 75px;
}
.objectives .object_wrapper .object_para p {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #202020;
}
.objectives .object_wrapper .object_list {
  padding: 15px;
}
.objectives .object_wrapper .object_list li {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #202020;
  margin-bottom: 30px;
}

.news_md_pg .nav-tabs {
  border-bottom: none;
}
.news_md_pg .nav-tabs li {
  text-align: center;
}
.news_md_pg .nav-tabs li a {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #202020;
  text-transform: uppercase;
  border: none !important;
  background-color: transparent;
  text-align: center;
}
.news_md_pg .nav-tabs li a:hover {
  color: #FAA61A !important;
  text-transform: uppercase;
  border-bottom: 4px solid #FAA61A !important;
}
.news_md_pg .nav-tabs .active a {
  color: #FAA61A;
  text-transform: uppercase;
  border-bottom: 4px solid #FAA61A !important;
}
.news_md_pg .tab_color h4 {
  background-color: #FAA61A !important;
}
.news_md_pg .tab-content {
  margin-top: 60px;
}
.news_md_pg .tab-content .tab-pane .tab_wrapper {
  margin-bottom: 30px;
}
.news_md_pg .tab-content .tab-pane .tab_wrapper .tab_date {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #202020;
  margin-top: 15px;
}
.news_md_pg .tab-content .tab-pane .tab_wrapper .tab_category h4 {
  background-color: #17469E;
  padding: 8px 15px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 14px;
}
.news_md_pg .tab-content .tab-pane .tab_wrapper .tab_category p {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #202020;
}

.single-page .news_title h2 {
  font-family: univers;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: 2px;
  text-align: left;
  color: #17469E;
  -webkit-text-stroke: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding-bottom: 45px;
  margin-bottom: 30px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .single-page .news_title h2 {
    -webkit-text-stroke: 1px;
    font-size: 30px;
    line-height: 44px;
  }
}
.single-page .news_title .date_dt {
  font-family: univers;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #202020;
}
.single-page .single_img {
  margin-top: 50px;
}
.single-page .single_img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .single-page .single_img img {
    height: 50vh;
  }
}
.single-page .social_media {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .single-page .social_media {
    margin-bottom: 30px;
  }
}
.single-page .social_media span {
  margin-right: 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.single-page .social_media li {
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border: 1px solid #202020;
}
.single-page .social_media li:hover {
  background-color: #17469E;
  border: 1px solid #17469E;
}
.single-page .social_media li:hover i {
  color: #fff;
}
.single-page .social_media li i {
  font-size: 14px;
  color: #202020;
  font-weight: normal;
}
.single-page .single_para {
  margin-top: 45px;
}
.single-page .single_para p {
  font-family: universe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #202020;
}
@media (max-width: 991px) {
  .single-page .side_wrapper {
    margin-top: 45px;
  }
}
.single-page .side_wrapper .side_title h4 {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-page .side_wrapper .side_img_wrap {
  margin-bottom: 30px;
}
.single-page .side_wrapper .side_img_wrap .side_img img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}
.single-page .side_wrapper .side_img_wrap .side_des h4 {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #202020;
  margin-top: 15px;
}
.single-page .side_wrapper .side_img_wrap .side_des .date_dt {
  font-family: univers;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #202020;
}
.single-page .photos_wrapper {
  margin-top: 100px;
  margin-bottom: 45px;
}
.single-page .photos_wrapper .photo_title h2 {
  font-family: univers;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 45px;
}
.single-page .photos_wrapper .photos_img {
  margin-bottom: 30px;
}
.single-page .photos_wrapper .photos_img img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.single-page .photos_wrapper .view_btn {
  margin-top: 45px;
}
.single-page .photos_wrapper .view_btn a {
  font-size: 14px;
  background-color: #17469E;
  text-transform: uppercase;
  padding: 15px 45px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #17469E;
}
.single-page .photos_wrapper .view_btn a:hover {
  background-color: transparent;
  color: #17469E;
}

.contact .hero_sec {
  height: 320px;
  background-color: #17469E;
  padding-top: 60px;
  position: relative;
}
.contact .hero_sec .hero_title {
  color: #fff;
  width: 100%;
  float: left;
}
.contact .hero_sec .hero_title h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 53px;
  color: #fff;
  margin-top: 0px;
}
.contact .tm_overlay {
  position: relative;
  top: -120px;
}
.contact .contact_wrapper {
  width: 68%;
  margin: 0px auto;
  background: #fff;
  padding: 70px 80px;
  box-shadow: 0px 67px 133px 0px #00000026;
}
@media (max-width: 991px) {
  .contact .contact_wrapper {
    width: 100%;
    padding: 30px 45px;
  }
}
@media (max-width: 767px) {
  .contact .contact_wrapper {
    padding: 30px 45px;
  }
}
.contact .contact_wrapper .form-group .form-control {
  line-height: 23px;
}
.contact .contact_wrapper .form-group .form-control:after {
  display: none;
}
.contact .contact_wrapper .form-group label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 18px;
}
.contact .contact_wrapper .form-group .form-control {
  border: 0.5px solid #CACACA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  height: 58px;
  margin-bottom: 30px;
  border-radius: 0px;
  box-shadow: none;
}
@media (max-width: 767px) {
  .contact .contact_wrapper .form-group .form-control {
    height: 45px;
  }
}
.contact .contact_wrapper .form-group .max-box {
  height: 340px;
  padding: 15px;
}
@media (max-width: 767px) {
  .contact .contact_wrapper .form-group .max-box {
    height: 200px;
  }
}
.contact .submit_btn a {
  background-color: #FAA61A;
  width: 260px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .contact .submit_btn a {
    font-size: 16px;
    height: 50px;
  }
}

.company_page .comp_img {
  background-color: #fff;
  padding: 60px 50px;
  box-shadow: 0px 4px 138px 0px #00000029;
}
@media (max-width: 991px) {
  .company_page .comp_img {
    padding: 15px;
  }
}
.company_page .comp_img img {
  width: 100%;
  height: 160px;
}
@media (max-width: 991px) {
  .company_page .comp_img img {
    object-fit: contain;
  }
}
.company_page .social_media {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
@media (max-width: 991px) {
  .company_page .social_media {
    margin-bottom: 30px;
  }
}
.company_page .social_media span {
  margin-right: 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.company_page .social_media li {
  border: 1px solid #17469E;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.company_page .social_media li i {
  font-size: 16px;
  color: #17469E;
  font-weight: 900;
}
.company_page .company_para p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #202020;
}
.company_page .company_para .para_marg {
  margin-top: 12px;
}
.company_page .mrg_wrapper {
  margin-top: 100px;
}
.company_page .mrg_wrapper .company_img {
  margin-bottom: 30px;
}
.company_page .mrg_wrapper .company_img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.company_page .map iframe {
  width: 100%;
  height: 500px;
}

.team_page .team_wrapper {
  margin-bottom: 45px;
}
.team_page .team_wrapper .tm_img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .team_page .team_wrapper .tm_img img {
    height: 280px;
  }
}
.team_page .team_wrapper .tm_des {
  text-align: center;
}
.team_page .team_wrapper .tm_des h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: 0em;
  text-transform: capitalize;
  color: #000;
}
.team_page .team_wrapper .tm_des h5 {
  font-size: 16px;
  color: #17469E;
  margin: 5px 0px;
}
.team_page .team_wrapper .tm_des h4 {
  font-size: 16px;
  color: #000;
}

#team_staff .staf_wrapper {
  margin-bottom: 45px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
#team_staff .tm_img img {
  width: 100%;
  height: 185px;
}
#team_staff .company_logo {
  display: flex;
  justify-content: center;
}
#team_staff .company_logo .tm_img img {
  width: 100%;
  object-fit: none;
}

.sub_diaries {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .sub_diaries .pg_title h1 {
    margin-bottom: 30px;
  }
}
.sub_diaries .sub_title h1{
  margin-bottom: 0px;
}
.sub_diaries .slick-initialized .slick-current {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
.sub_diaries .slick-prev {
  background-image: url(../image/lef-arrow.svg);
  background-repeat: no-repeat;
  top: auto;
  left: 45%;
  height: 55px;
  bottom: -50px;
  width: 65px;
  z-index: 9999;
  background-size: contain;
}
@media (max-width: 991px) {
  .sub_diaries .slick-prev {
    width: 30px;
    height: 30px;
    right: -4px;
  }
}
.sub_diaries .slick-prev:hover {
  background-image: url(../image/lef-hov-arrow.svg);
}
.sub_diaries .slick-prev:before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 34px;
  color: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
  .sub_diaries .slick-prev:before {
    font-size: 20px;
  }
}
.sub_diaries .slick-next {
  background-image: url(../image/righ-arrow.svg);
  background-repeat: no-repeat;
  right: 45%;
  top: auto;
  height: 55px;
  bottom: -50px;
  width: 65px;
  z-index: 9999;
  background-size: contain;
}
@media (max-width: 991px) {
  .sub_diaries .slick-next {
    width: 30px;
    height: 30px;
    right: -9px;
  }
}
.sub_diaries .slick-next:hover {
  background-image: url(../image/righ-hov-arrow.svg);
}
.sub_diaries .slick-next:before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 34px;
  color: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
  .sub_diaries .slick-next:before {
    font-size: 20px;
  }
}
.sub_diaries .sub_slider .slick-list {
  padding: 100px 60px !important;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .sub_diaries .sub_slider .slick-list {
    padding: 30px 15px !important;
  }
}
.sub_diaries .sub_slider .subs_wrapper {
  padding: 15px 30px 45px;
}
.sub_diaries .sub_slider .subs_wrapper .wrapper_content h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: capitalize;
}
.sub_diaries .sub_slider .subs_wrapper .wrapper_content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #202020;
}
.sub_diaries .sub_slider .subs_wrapper .wrapper_content .sec_btn {
  margin-top: 60px;
}
.sub_diaries .sub_slider .subs_wrapper .wrapper_content .sec_btn a {
  border: 1px solid #17469E;
  text-transform: uppercase;
  padding: 15px 30px;
  color: #17469E;
  border-radius: 5px;
  font-size: 16px;
}
.sub_diaries .sub_slider .subs_wrapper a:focus {
  outline: none;
}
.sub_diaries .sub_slider .subs_wrapper a .diaries_img {
  display: flex;
  justify-content: center;
  height: 380px;
  align-items: center;
}
.sub_diaries .sub_slider .subs_wrapper a .diaries_img img {
  width: 250px;
  height: auto;
}

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