@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800&amp;family=Roboto:ital@1&amp;family=Archivo:wght@100;300;400;500;600;700;800&amp;family=Mulish:wght@300;400;500;600;700;800&amp;family=Poppins:wght@300;400;500;600;700;800&amp;family=Montserrat:wght@300;400;500;600;700;800&amp;display=swap");
@font-face {
  font-family: plR;
  src: url("../../../fonts/palatino-linotype/pala.ttf");
}
@font-face {
  font-family: plB;
  src: url("../../../fonts/palatino-linotype/palab.ttf");
}
@font-face {
  font-family: plI;
  src: url("../../../fonts/palatino-linotype/palai.ttf");
}
@font-face {
  font-family: popR;
  src: url("../../../fonts/poppins/Poppins-Regular.otf");
}
@font-face {
  font-family: popI;
  src: url("../../../fonts/poppins/Poppins-Italic.otf");
}
@font-face {
  font-family: popB;
  src: url("../../../fonts/poppins/Poppins-Bold.otf");
}
@font-face {
  font-family: popBI;
  src: url("../../../fonts/poppins/Poppins-BoldItalic.otf");
}
@font-face {
  font-family: latoR;
  src: url("../../../fonts/lato/Lato-Regular.ttf");
}
@font-face {
  font-family: latoI;
  src: url("../../../fonts/lato/Lato-Italic.ttf");
}
@font-face {
  font-family: latoB;
  src: url("../../../fonts/lato/Lato-Bold.ttf");
}
@font-face {
  font-family: latoBI;
  src: url("../../../fonts/lato/Lato-BoldItalic.ttf");
}
.f-plR {
  font-family: plR;
}

.f-plB {
  font-family: plB;
}

.f-plI {
  font-family: plI;
}

.f-popR {
  font-family: popR;
}

.f-popB {
  font-family: popB;
}

.f-popI {
  font-family: popI;
}

.f-popBI {
  font-family: popBI;
}

.f-latoR {
  font-family: latoR;
}

.f-latoB {
  font-family: latoB;
}

.f-latoI {
  font-family: latoI;
}

.f-latoBI {
  font-family: latoBI;
}

.truncate-string-2 {
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-string-3 {
  display: -ms-flexbox;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Philosopher';margin: 0px;
}

p {
  margin: 0px; 
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}

dl,
ol,
ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
  display: inline;
}

.menu-top-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

.max-width-600 {
  max-width: 600px;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.mb-8 {
  margin-bottom: 6rem !important;
}

.section-padding-top {
  padding-top: 50px;
}

.section-padding-bottom {
  padding-bottom: 50px;
}

.container-custome {
  width: 95%;
  margin: auto;
}

body {
  font-family: "Heebo", sans-serif;
}

.header-top-area {
  display: none;
}

.text-truncate-2 {
  overflow: hidden;
  display: -o-box;
  display: -moz-box;
  display: -webkit-box;
  -o-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-line-clamp: 2;
  -o-box-orient: vertical;
  -webkit-box-orient: vertical;
}

.text-truncate-3 {
  overflow: hidden;
  display: -o-box;
  display: -moz-box;
  display: -webkit-box;
  -o-line-clamp: 3;
  -moz-line-clamp: 3;
  -webkit-line-clamp: 3;
  -o-box-orient: vertical;
  -webkit-box-orient: vertical;
}

select {
  -webkit-appearance: none !important;
  background-color: rgba(224, 231, 255, 0.06) !important;
  background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22svg-inline--fa%20fa-chevron-down%20fa-w-14%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%20style%3D%22height%3A14px%22%3E%3Cpath%20d%3D%22M443.5%20162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17%200L224%20351%2028.5%20155.5c-4.7-4.7-12.3-4.7-17%200l-7.1%207.1c-4.7%204.7-4.7%2012.3%200%2017l211%20211.1c4.7%204.7%2012.3%204.7%2017%200l211-211.1c4.8-4.7%204.8-12.3.1-17z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-size: 33px 12px !important;
  padding-right: 1.5em !important;
}

.page-body p {
  font-size: 16px !important;
  color: black !important;
  font-weight: 400 !important;
}
.page-body ul li {
  font-size: 16px !important;
  color: black !important;
  font-weight: 400 !important;
}
.page-body ul li a {
  font-size: 16px !important;
  color: black !important;
  font-weight: 400 !important;
}

.menu-area li:after {
  display: none !important;
}

.main-menu {
  display: none;
}
.main-menu .menu-see-all {
  margin-top: 5px;
  display: block;
}
.main-menu .menu-see-all > a {
  background: #095dc7;
  border-radius: 20px;
  width: 91px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: small;
  color: #fff;
  padding: 6px 15px;
  font-weight: bold;
}

.img {
  width: 100%;
  height: 100%;
}
.img img {
  width: 100%;
  height: 100%;
}

.banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-header-top-area {
  background-color: #170066;
}
.mobile-header-top-area .mobile-header-top ul li a {
  font-family: "Poppins", sans-serif;
  padding: 4px 0px;
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
}

.mobile-main-menu {
  position: relative;
  padding: 10px 0px;
}
.mobile-main-menu .logo {
  width: 129px;
  height: 32.75px;
  margin: auto;
}
.mobile-main-menu .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-main-menu .breadcrumb {
  position: absolute;
  top: 34%;
  right: 0%;
  width: 19px;
  height: 11.69px;
}
.mobile-main-menu .breadcrumb img {
  width: 100%;
  height: 100%;
}

.nav-content {
  width: 50px;
  font-family: "Archivo", sans-serif;
  background: #ffffff;
  position: fixed;
  top: 0px;
  left: -10000px;
  height: 100vh;
  z-index: 999;
  width: 79%;
  transition: 0.5s;
  overflow-y: auto;
}
.nav-content a {
  display: block;
}
.nav-content > ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 23px;
  margin-top: 45px;
  margin-right: 20px;
}
.nav-content > ul > li > a {
  border-bottom: 0.4px solid rgba(17, 17, 17, 0.1);
  padding: 10px 5px;
  display: block;
  transition: color 0.1s;
  font-weight: bold;
}
.nav-content .dropdown-btn svg,
.nav-content .dropdown-btn i {
  float: right;
  color: rgba(17, 17, 17, 0.44);
}
.nav-content .dropdown-container {
  display: none;
  margin-left: 10px;
  margin-left: 16px;
}
.nav-content .dropdown-container li a {
  border-bottom: 0.4px solid rgba(17, 17, 17, 0.1);
  padding: 10px 5px;
  display: block;
  transition: color 0.1s;
}
.nav-content .dropdown-container li a:hover {
  color: #bf7497;
}
.nav-content .dropdown-container li:hover a {
  color: #bf7497;
}
.nav-content .mobile-menu-active {
  color: #095dc7;
  font-weight: bold;
}
.nav-content .mobile-menu-active svg,
.nav-content .mobile-menu-active i {
  float: right;
  color: #095dc7;
}
.nav-content .mobile-search {
  font-family: "Mulish", sans-serif;
  margin-top: 50px;
  position: relative;
}
.nav-content .mobile-search input {
  border: 1px solid rgba(192, 191, 191, 0.8);
  width: 100%;
  outline: none;
  border-radius: 25px;
  padding: 12px 24px;
}
.nav-content .mobile-search i,
.nav-content .mobile-search svg {
  color: #ffffff;
  position: absolute;
  right: 14px;
  top: 9px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #095dc7;
  font-size: -10px;
  padding: 9px;
}

footer {
  background-color: #002138;
  color: #ffffff;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
footer .square-shape {
  display: none;
  position: absolute;
  bottom: 99px;
  left: 106px;
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: 108px;
}
footer .square-shape2 {
  display: none;
  position: absolute;
  top: 114px;
  right: 107px;
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: 108px;
}
footer .footer-contact-us i,
footer .footer-contact-us svg {
  font-size: 20px;
  margin-top: 5px;
}
footer .footer-contact-us p {
  padding-left: 10px;
  color: white;
}
footer .footer-contact-us p a {
  color: white;
}

.footer-top-area {
  color: rgba(0, 33, 56);
}
.footer-top-area h4 {
  margin-bottom: 37px;
  position: relative;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
}
.footer-top-area h4::after {
  content: "";
  background: #3A6DB3;
  position: absolute;
  top: 36px;
  left: 0;
  height: 4px;
  width: 61px;
}
.footer-top-area p {
  font-weight: 500;
}
.footer-top-area .important-link li a {
  font-weight: 500;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  text-transform: capitalize;
}
.footer-top-area .important-link li a:visited {
  color: rgba(255, 255, 255, 0.8);
}
.footer-top-area .important-link li a:active {
  color: rgba(255, 255, 255, 0.8);
}
.footer-top-area ul li img {
  width: 35px;
  height: 35px;
}

.footer-logo {
  width: 100px;
}
.footer-logo img {
  width: 200%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-slider-area .main-slider-content-area {
  position: relative;
}
.main-slider-area .main-slider-content-area .owl-dots {
  position: absolute;
  top: 77%;
  left: 35%;
}
.main-slider-area .main-slider-content-area .main-slider .box-shadow {
  background-color: rgba(15, 33, 55, 0.06);
}
.main-slider-area .main-slider-content-area .main-slider .slider-img {
  height: 172px;
}
.main-slider-area .main-slider-content-area .main-slider .slider-img img {
  width: 100%;
  height: 100%;
}
.main-slider-area .main-slider-content-area .main-slider .slider-content {
  position: absolute;
  top: 10%;
  left: 0%;
  z-index: 999;
  color: black;
  width: 100%;
}
.main-slider-area .main-slider-content-area .main-slider .slider-content .slider-header h1 {
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 0px 116px 0px 0px;
  color: #ffffff;
}
.main-slider-area .main-slider-content-area .main-slider .slider-content .slider-header h1 span {
  text-transform: uppercase;
  color: #ff9d00;
}
.main-slider-area .main-slider-content-area .main-slider .slider-content .slider-description {
  display: none;
}
.main-slider-area .main-slider-content-area .main-slider .slider-content .slider-button {
  margin-top: 16px;
}
.main-slider-area .main-slider-content-area .main-slider .slider-content .slider-button a {
  font-size: 11px;
  text-transform: capitalize;
  padding: 13px 27px;
  border-radius: 25px;
  background-color: #00a651;
  color: white;
}
.main-slider-area .main-slider-content-area .main-slider .slider-content .slider-button a:nth-child(2) {
  background-color: white;
  color: black;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 8px;
}
.social-icon ul li a {
  color: white;
  background-color: rgba(196, 205, 213, 0.13);
  width: 35px;
  height: 35px;
  display: block;
  /*padding: 6px 10px;*/
  border-radius: 50%;
}
.social-icon ul li a:hover {
  background-color: #0077b5;
}
.social-icon ul li:nth-child(2) a {
  background-color: rgba(196, 205, 213, 0.13);
}
.social-icon ul li:nth-child(2) a:hover {
  background-color: #0077b5;
}
.social-icon ul li:nth-child(3) a {
  background-color: rgba(196, 205, 213, 0.13);
}
.social-icon ul li:nth-child(3) a:hover {
  background-color: #0077b5;
}
.social-icon ul li:nth-child(4) a {
  background-color: rgba(196, 205, 213, 0.13);
}
.social-icon ul li:nth-child(4) a:hover {
  background-color: #1da1f2;
}

.share-social-icon ul li {
  display: inline-block;
  margin-right: 8px;
}
.share-social-icon ul li h5 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #0f2137;
}
.share-social-icon ul li a {
  color: #170066;
  width: 35px;
  height: 35px;
  display: block;
  padding: 6px 10px;
  border-radius: 50%;
}

.share-social-icon ul li a img {
  
  width: 100%;
  height: 100%;

}

.share-social-icon ul li a:hover {
  color: white;
  background-color: #3b5998;
}
.share-social-icon ul li:nth-child(2) a:hover {
  color: white;
  background-color: #4d76a1;
}
.share-social-icon ul li:nth-child(3) a:hover {
  background-color: #55acee;
}
.share-social-icon ul li:nth-child(4) a:hover {
  background-color: #007ab9;
}

.publication-info p,
.publication-info a {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #170066;
}

.publication-text h3 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  text-transform: capitalize;
  color: #02073e;
}
.publication-text .content {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 29px;
  color: #4f596a;
}
.publication-text .content p {
  margin-bottom: 16px;
}

.related-title {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
  color: #02073e;
}

.about-us-area {
  background-color: #fdfdfd;
  font-family: "Mulish", sans-serif;
}
.about-us-area .heading h5 {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.about-us-area .description p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #737373;
  text-align: justify;
}

.counter-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.counter-area::after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 63, 117, -0.95);
  z-index: 111;
}
.counter-area .col-xl-3:nth-child(4) .counter {
  border-right: 3px solid transparent;
}

.counter {
  position: relative;
  text-align: center;
  border-right: 3px solid transparent;
  transition: 0.5s;
  padding: 40px 0px;
  border-radius: 10px;
  z-index: 999;
  color: white;
}
.counter .counter-icon {
  position: relative;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.counter .counter-icon .img {
  position: absolute;
  top: -2px;
  left: -2px;
  background-color: #ffffff;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: 0.3s;
}
.counter .counter-icon .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}
.counter:hover .counter-icon .img {
  top: 9px;
  left: 15px;
}
.counter .counter-content h1 {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 3px;
}
.counter .counter-content p {
  color: #ffffff;
  font-size: 18px;
}

.com-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 250px;
  width: auto;
  z-index: 2;
}

.com-right {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 300px;
  width: auto;
  z-index: 2;
}

.committee-area .committee .committee-button {
  text-align: left;
}
.committee-area .committee .committee-button a {
  color: #170066;
  border: 1px solid #170066;
  padding: 8px 16px;
  border-radius: 25px;
  margin-right: 24px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-top: 14px;
  transition: 0.3s;
}
.committee-area .committee .committee-button a:hover {
  background-color: #170066;
  color: #ffffff;
}

.committee-card-area {
  background-color: #fff;text-align: center;padding-bottom: 5px;box-shadow: 0px 0px 2px #ccc7c7;
}

.committee-card-area .committee-card-img {
  border: 1px solid #dbdbdb;
  box-shadow: 0px 4px 15px #eaeffc;
  margin-bottom: 20px;
  border-radius: 5px;
}
.committee-card-area .committee-card-img .img img {
  border-radius: 5px;
}
.committee-card-area .committee-card-content h2 {
  font-weight: 700;
  font-size: 20px; background-color: d9f9fc;
}

.facilities-border {
  overflow-x: hidden;
  width: 95%;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 25px 100px rgba(69, 88, 157, 0.08);
  border-radius: 10px;
}
.facilities-border img {
  max-width: 350px;
}
.facilities-border div h5 {
  color: #252b42;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 57px;
  letter-spacing: 0.2px;
  text-align: center;
}
.facilities-border div ul p .bulet {
  color: #170066;
  font-size: 10px;
  margin-right: 6px;
}
.facilities-border div .btn-read-more {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17.5px;
  border: 2px solid #170066;
  background-image: linear-gradient(180deg, rgba(9, 93, 199, 0) 26.56%, #095dc7 99.99%, rgba(9, 93, 199, 0.5625) 100%);
}
.facilities-border .apply-now h4 {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 34px;
  line-height: 36px;
  color: #095dc7;
}
.facilities-border .apply-now h3 {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #252b42;
}
.facilities-border .apply-now button {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  background-color: #e70404;
}

.fes-image {
  display: none;
}

.member-pattern {
  position: absolute;
  margin-top: -200px;
}
.member-pattern img {
  width: 90px;
}

.events-area {
  padding-bottom: 100px;
  overflow: hidden;
}
.events-area .events-tab-area .nav-pills .active {
  background-color: #170066;
}
.events-area .events-tab-area .has-event {
  border: 2px solid #6691cc;
}
.events-area .events-tab-area .has-event::after {
  content: none !important;
}
.events-area .events-tab-area ul {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  justify-content: center;
}
.events-area .events-tab-area ul li .active {
  color: #ffffff !important;
}
.events-area .events-tab-area ul li .nav-link {
  border-radius: 25px 0px 0px 25px;
  padding: 10px 13px;
  border: 1px solid #e3e3e3;
  color: #360f1c;
}
.events-area .events-tab-area ul li:nth-child(2) .nav-link {
  border-radius: 0px 25px 25px 0px;
  border: 1px solid #e3e3e3;
}
.events-area .events-tab-area .event-national-area {
  padding: 26px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 25px 100px rgba(69, 88, 157, 0.08);
}
.events-area .events-tab-area .event-national-area .event-img {
  width: 100%;
  height: auto;
}
.events-area .events-tab-area .event-national-area .event-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-area .events-tab-area .event-national-area .event-national-content h3 {
  font-weight: bold;
}
.events-area .events-tab-area .event-national-area .event-national-content p {
  padding-right: 10%;
  text-transform: capitalize;
  color: #666666;
}
.events-area .events-tab-area .event-national-area .event-national-content a {
  color: #170066;
  border: 1px solid #170066;
  padding: 8px 16px;
  border-radius: 25px;
  margin-right: 24px;
  font-size: 14px;
  font-weight: bold;
}
.events-area .events-tab-area .event-national-area .event-national-content a:hover {
  background-color: #170066;
  color: #ffffff;
}
.events-area .events-tab-area .event-national-calender-area .calendar-container {
  border-radius: 10px;
  box-shadow: 0px 25px 100px rgba(69, 88, 157, 0.08);
  background-color: #ffffff;
}
.events-area .events-tab-area .event-national-calender-area .calendar-container .calendar .event {
  cursor: pointer;
}
.events-area .events-tab-area .event-national-calender-area .calendar-container .calendar header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #170066;
  padding: 50px 0px;
  position: relative;
}
.events-area .events-tab-area .event-national-calender-area .calendar-container .calendar header::after {
  content: " ";
  position: absolute;
  width: 256.47px;
  height: 356.62px;
  right: -181px;
  top: -122px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0.2;
  border-radius: 60px;
  transform: rotate(45deg);
}
.events-area .events-tab-area .event-national-calender-area .calendar-container .calendar header h2 {
  color: #ffffff;
  font-weight: bold;
}
.events-area .events-tab-area .event-national-calender-area .calendar-container .calendar header a {
  top: 40px;
  z-index: 222;
  background-color: #5484d4;
  border: 1px solid transparent;
}
.events-area .events-tab-area .event-national-calender-area .calendar-container .calendar header h2 + a {
  left: 30px;
}
.events-area .events-tab-area .event-national-calender-area .calendar-container .calendar header a + a {
  right: 30px;
}
.events-area .events-tab-area .event-national-calender-area .calendar-container .calendar table {
  min-height: 384px;
}
.events-area .events-tab-area .event-national-calender-area .calendar-container .calendar table td {
  padding: 0px;
}
.events-area .events-tab-area .event-national-calender-area .calendar-container .calendar .event-container {
  z-index: 999;
}

.short-able-content h5 {
  font-size: 18px;
}

.our-gallery-area .short-able-item {
  -moz-columns: 1;
       columns: 1;
}
.our-gallery-area .short-able-item .short-able-content-area {
  position: relative;
}
.our-gallery-area .short-able-item .short-able-content-area .short-able-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.our-gallery-area .short-able-item .short-able-content-area .short-able-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-gallery-area .short-able-item .short-able-content-area .short-able-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  width: 100%;
  height: 100%;
  background: linear-gradient(1.15deg, #020718 0.72%, rgba(255, 255, 255, 0) 41.15%);
  border-radius: 8px;
}
.our-gallery-area .short-able-item .short-able-content-area .short-able-content .short-able-content-item {
  position: absolute;
  left: 30px;
  bottom: 15px;
}
.our-gallery-area .short-able-item .short-able-content-area .short-able-content h5 {
  font-weight: 400;
  margin-bottom: 5px;
}
.our-gallery-area .short-able-button ul {
  display: flex;
  justify-content: center;
}
.our-gallery-area .short-able-button ul li a {
  color: #170066;
  border: 1px solid #170066;
  padding: 11px 22px;
  border-radius: 25px;
  margin-right: 24px;
  font-size: 11px;
}
.our-gallery-area .short-able-button ul li a:hover {
  background-color: #170066;
  color: #ffffff;
}

.short-able-menu ul {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.short-able-menu ul li button {
  border: 1px solid #e3e3e3;
  padding: 12px 22px;
  background-color: transparent;
}
.short-able-menu ul li:first-child button {
  border-radius: 25px 0px 0px 25px;
}
.short-able-menu ul li:last-child button {
  border-radius: 0px 25px 25px 0px;
}
.short-able-menu .mixitup-control-active {
  background-color: #170066;
  color: #ffffff;
  border: 1px solid transparent;
}

.news-area {
  background-color: rgba(234, 239, 252, 0.18);
}
.news-area .news-grid-area {
  display: grid;
  grid-template-areas: "one one one one one one" "two two two two two two" "three three three three three three" "four four four four four four";
  grid-gap: 10px;
  padding: 10px;
}
.news-area .news-grid-area .news-item1 {
  grid-area: one;
}
.news-area .news-grid-area .news-item2 {
  grid-area: two;
}
.news-area .news-grid-area .news-item3 {
  grid-area: three;
}
.news-area .news-grid-area .news-item4 {
  grid-area: four;
}
.news-area .news-grid-area .news-grid {
  margin-bottom: 15px;
}
.news-area .news-grid-area .news-img-area {
  position: relative;
}
.news-area .news-grid-area .news-img-area img {
  border-radius: 10px;
}
.news-area .news-grid-area .news-img-area .black-shado {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 111;
  width: 100%;
  height: 100%;
  background: linear-gradient(1.15deg, #020718 0.72%, rgba(255, 255, 255, 0) 41.15%);
  border-radius: 10px;
}
.news-area .news-grid-area .news-img-area .news-content {
  position: absolute;
  left: 10px;
  bottom: 5%;
  color: #ffffff;
  z-index: 222;
}

.common-btn:hover {
  background-color: #095dc7;
  color: white;
  border: 1px solid #095dc7;
}

.section-header h2 {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 10px;
  text-align: center;
}
.section-header .border-img2 {
  /*width: 210px;
  display: block;
  margin: auto;*/
}
.section-header .border-img2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}



.section-header .border-img {
  width: 210px;
  display: block;
  margin: auto;
}
.section-header .border-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}



.our-partner-area {
  position: relative;
  overflow: hidden;
}
.our-partner-area .our-partner {
  padding-bottom: 100px;
}
.our-partner-area .our-partner .our-partner-content .partner-img {
  width: 76%;
  height: 148px;
  margin: auto;
  margin-bottom: 10px;
}
.our-partner-area .our-partner .our-partner-content .partner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-partner-area .our-partner .our-partner-content .partner-background-img-area {
  height: 200px;
}
.our-partner-area .our-partner .our-partner-content .partner-background-img-area .partner-background-img {
  position: absolute;
  top: 500px;
  left: 16px;
  width: 298px;
}
.our-partner-area .our-partner .our-partner-content .partner-background-img-area .partner-background-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-bottom {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  font-weight: 500;
}

.coppy-right-area ul li {
  padding: 15px 0px;
  display: inline-block;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.56);
  font-weight: 400;
  font-size: 15px;
}
.coppy-right-area ul li a {
  color: #fff;
}
.coppy-right-area ul li:nth-last-child(2) {
  display: none;
  color: rgba(255, 255, 255, 0.14);
}
.coppy-right-area ul li:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 0, 0.14);
}

.login-left {
  background: #f8fdfc;
}

.form-control {
  padding: 0.8rem 1rem;
}

.login-title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #8692a6;
}

.login-site-name {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #0f2137;
}

.btn-register {
  border: 0.5px solid #ededed;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1215686275);
  font-weight: 700;
}

.login-form {
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.log-form-container .login-btn {
  background-color: #170066;
  color: white !important;
  border-radius: 6px;
}
.log-form-container .reg p {
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #8692a6;
}
.log-form-container .reg p a {
  font-weight: 600;
  color: #0e3352;
}

.form-control {
  padding: 0.8rem 1rem;
}

.login-title {
  font-size: 20px;
  color: rgba(133, 133, 133, 0.8509803922);
  font-weight: 700;
}

.login-site-name {
  font-size: 32px;
  font-weight: 800;
}

.btn-register {
  border: 0.5px solid #ededed;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1215686275);
  font-weight: 700;
}

.login-form {
  display: flex;
  align-items: center;
}

.hf {
  height: 100vh;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.page-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.page-banner::after {
  content: "";
  display: inline-block;
  background-image: url("../images/page/Vector-plus.png");
  position: absolute;
  width: 200px;
  height: 240px;
  z-index: -1;
  opacity: 48%;
  left: 30px;
  top: 420px;
}
.page-banner .banner-color {
  background-color: rgba(0, 63, 117, 0.9);
}
.page-banner .banner-color h1 {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
.page-banner .banner-color p {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
}

.page-content .left-pattern {
  position: absolute;
  z-index: 1;
  max-width: 150px;
  height: auto;
  left: 0;
  padding-left: 10px;
}
.page-content .text-content {
  position: relative;
  z-index: 2;
  margin-left: 0px;
  margin-right: 0px;
}
.page-content .text-content h2 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: -1px;
  color: #111111;
}
.page-content .text-content p {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #666666;
}
.page-content .text-content p .web-link {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  color: #185ccc;
}
.page-content .text-content p .bold-year {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
}
.page-content .text-content .sub-point p {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.8);
}
.page-content .text-content .authentication-point {
  line-height: 40px;
}
.page-content .text-content .milestone-point {
  line-height: 25px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.8);
}
.page-content .text-content .line-space-1 {
  margin-top: 28px;
}
.page-content .text-content .line-space-2 {
  margin-top: 56px;
}
.page-content .text-content .margin-top {
  margin-top: 40px;
}

.executive-content {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px !important;
}
.executive-content .executive-top-pattern {
  position: absolute;
  left: 0;
  padding-top: 30px;
  padding-left: 0px;
  max-width: 75px;
  z-index: 1;
}
.executive-content .executive-btm-pattern-right {
  position: absolute;
  right: 0;
  max-width: 160px;
  margin-top: -183px;
  z-index: 1;
}
.executive-content .executive-box {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
  position: relative;
  min-height: 250px;
  z-index: 2;
}
.executive-content .executive-box .box-top div h2 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 45px;
  text-transform: capitalize;
  color: #111111;
  white-space: nowrap;
}
.executive-content .executive-box .box-top div select {
  margin-top: 10px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 10px;
  height: 38px;
  outline: none;
}
.executive-content .executive-box .box-top div select option {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  color: #150f11;
}
.executive-content .executive-box .box-top .right-content {
  display: inline;
}
.executive-content .executive-box .box-top .right-content .select-section {
  display: inline;
}
.executive-content .executive-box .box-top .right-content .select-section select {
  outline: none;
  height: 38px;
  margin-top: 10px;
  background-color: #f8f8f8;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 10px;
}
.executive-content .executive-box .box-top .right-content .select-section select option {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  color: #150f11;
}
.executive-content .executive-box .box-top .right-content .select-section button {
  border: none;
  height: 38px;
  color: white;
  background: #095dc7;
  border-radius: 10px;
}
.executive-content .executive-box .box-top .right-content .search {
  display: inline;
}
.executive-content .executive-box .box-top .right-content .search form {
  display: inline;
}
.executive-content .executive-box .box-top .right-content .search form input {
  background: #f8f8f8;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 10px 0px 0px 10px;
  padding: 8px;
  width: 140px;
  height: 38px;
  outline: none;
}
.executive-content .executive-box .box-top .right-content .search form button {
  position: relative;
  margin-top: 8px;
  color: #095dc7;
  border: 1px solid #e4e4e4;
  padding: 8px 12px;
  float: right;
  border-left: none;
  cursor: pointer;
  border-radius: 0px 10px 10px 0px;
  height: 38px;
  background-color: rgba(9, 93, 199, 0.09);
}
.executive-content .executive-box .middle-pattern {
  position: absolute;
  left: 0;
  left: 0;
  z-index: 3;
  width: 85%;
  padding-left: 10px;
  margin-top: 40px;
  z-index: 3;
}
.executive-content .executive-box .card-container .subline {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
  color: #170066;
}
.executive-content .executive-box .card-container .subline2 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
  color: #02073e;
}
.executive-content .executive-box .card-container .card-column .card-box {
  position: relative;
  z-index: 4;
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
}

.card-box {
  text-align: center;
}
.executive-content .executive-box .card-container .card-column .card-box .color {
  position: relative;
  z-index: 4;
  border-radius: 10px 10px 0px 0px;
}
.executive-content .executive-box .card-container .card-column .card-box .color .top-content .img-conainer {
  height: 400px;
  overflow: hidden;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  box-shadow: 0px 4px 15px #eaeffc;
}
.executive-content .executive-box .card-container .card-column .card-box .color .top-content .img-conainer img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.executive-content .executive-box .card-container .card-column .card-box .color .top-content .name {
  margin-top: 12px;
  overflow: hidden;
}
.executive-content .executive-box .card-container .card-column .card-box .color .top-content .name h3 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.04em;
  color: #02073e;
}
.executive-content .executive-box .card-container .card-column .card-box .color .top-content h5 {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
  line-height: 35px;
  color: rgba(2, 7, 62, 0.8);
  opacity: 0.9;
}
.executive-content .executive-box .card-container .card-column .card-box .color .top-content p {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #170066;
}

.secretariat-area .color {
  width: 240px;
}
.secretariat-area .img-conainer {
  height: 240px;
}

.modal-dialog .executive-modal {
  background-color: #f6fdfb;
}
.modal-dialog .executive-modal .modal-header .modal-title {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #150f11;
}
.modal-dialog .executive-modal .modal-header .btn-close {
  height: 16px;
  width: 16px;
  color: #111111;
}
.modal-dialog .executive-modal .modal-body .pattern-1 {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-top: 110px;
  padding-right: 270px;
}
.modal-dialog .executive-modal .modal-body .pattern-2 {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-top: 30px;
  padding-right: 180px;
}
.modal-dialog .executive-modal .modal-body .pattern-3 {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-left: 30px;
}
.modal-dialog .executive-modal .modal-body .pattern-4 {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-left: 190px;
  padding-top: 60px;
}
.modal-dialog .executive-modal .modal-body .pattern-5 {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-left: 270px;
  padding-top: 120px;
}
.modal-dialog .executive-modal .modal-body .modal-image {
  position: relative;
  z-index: 4;
  margin-top: 30px;
  width: 160px;
  height: auto;
  border-radius: 100%;
}
.modal-dialog .executive-modal .modal-body h3 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: -0.01em;
  color: #150f11;
}
.modal-dialog .executive-modal .modal-body hr {
  opacity: 0.5;
  border: 1px solid #d9d9d9;
}
.modal-dialog .executive-modal .modal-body h5 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: rgba(17, 17, 17, 0.56);
}
.modal-dialog .executive-modal .modal-body p {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
  color: #111111;
}
.modal-dialog .executive-modal .modal-body p span {
  font-weight: 400;
  color: rgba(17, 17, 17, 0.7);
}

.gallery-container .row .photo-col .photo-card {
  position: relative;
  z-index: 9;
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(189, 189, 189, 0.25);
  border-radius: 7px;
  margin-bottom: 30px;
}
.gallery-container .row .photo-col .photo-card img {
  border-radius: 7px 7px 0px 0px;
}
.gallery-container .row .photo-col .photo-card .btm-card {
  padding: 10px 20px 20px 20px;
}
.gallery-container .row .photo-col .photo-card .btm-card .card-headline {
  margin-bottom: 5px;
  overflow: hidden;
}
.gallery-container .row .photo-col .photo-card .btm-card .card-headline a {
  text-decoration: none;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #02073e;
}
.gallery-container .row .photo-col .photo-card .btm-card .card-headline h4 {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #02073e;
}
.gallery-container .row .photo-col .photo-card .btm-card .date {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #e64a15;
}
.gallery-container .row .photo-col .photo-card .btm-card p {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #4f596a;
}

.light-gallery-link {
  width: 100%;
  display: inline-block;
}

.member-list-table thead {
  background-color: rgba(0, 63, 117, 0.1);
  border: 1px solid rgba(134, 146, 166, 0.15);
}
.member-list-table thead th {
  padding: 10px 20px;
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #02073e;
}
.member-list-table tbody {
  background-color: white;
}
.member-list-table tbody tr {
  border: 1px solid rgba(134, 146, 166, 0.15);
}
.member-list-table tbody td {
  padding: 10px 20px;
  border: 1px solid rgba(134, 146, 166, 0.15);
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #4f596a;
}
.member-list-table tbody td img {
  height: 50px;
}

.contact-details {
  margin-top: 117px;
}

.contact-us-shape .bubble1 {
  background-image: url("../images/page/Vector-green.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 9%;
  top: 463px;
  opacity: 38%;
  animation: circle 9s linear infinite;
}
.contact-us-shape .bubble2 {
  background-image: url("../images/page/Vector-red.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 46%;
  top: 431px;
  animation: circle 9s linear infinite;
}
.contact-us-shape .bubble3 {
  background: #4f52d0;
  height: 28px;
  position: absolute;
  width: 4px;
  right: 11%;
  top: 405px;
  opacity: 18%;
}
.contact-us-shape .bubble3:after {
  background: #4f52d0;
  opacity: 90%;
  content: "";
  height: 4px;
  left: -12px;
  position: absolute;
  top: 12px;
  width: 28px;
}
.contact-us-shape .bubble4 {
  background: #B81D24;
  height: 28px;
  position: absolute;
  width: 4px;
  left: 72%;
  top: 466px;
  opacity: 24%;
}
.contact-us-shape .bubble4:after {
  background: #B81D24;
  opacity: 48%;
  content: "";
  height: 4px;
  left: -12px;
  position: absolute;
  top: 12px;
  width: 28px;
}
.contact-us-shape .shape5 {
  width: 100px;
  height: 99px;
  left: 41%;
  top: 550px;
  background: #e7f6ed;
  border-radius: 50%;
  opacity: 41%;
  position: absolute;
  z-index: -1;
  animation: bounch 16s linear infinite;
}

.head-office-right {
  position: relative;
}
.head-office-right .shape6 {
  background-image: url("../images/page/Vector-plus.png");
  position: absolute;
  width: 200px;
  height: 200px;
  right: -47px;
  top: -34px;
  z-index: -1;
  opacity: 48%;
}
.head-office-right .shape7 {
  background-image: url("../images/page/Vector-plus.png");
  position: absolute;
  width: 200px;
  height: 200px;
  left: -47px;
  bottom: -34px;
  z-index: -1;
  opacity: 48%;
}

.contact-map {
  position: relative;
}
.contact-map .shape8 {
  background-image: url("../images/page/Vector-plus.png");
  position: absolute;
  width: 200px;
  height: 200px;
  right: -47px;
  top: -34px;
  z-index: -1;
  opacity: 48%;
}
.contact-map .shape9 {
  background-image: url("../images/page/Vector-plus.png");
  position: absolute;
  width: 200px;
  height: 200px;
  left: -47px;
  bottom: -34px;
  z-index: -1;
  opacity: 48%;
}

@keyframes bounch {
  0% {
    transform: rotate(0deg) translate(-165px) rotate(0deg);
  }
  to {
    transform: rotate(1turn) translate(-165px) rotate(-1turn);
  }
}
@keyframes circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.contact-details .head-office-left .head {
  font-family: "Archivo", sans-serif;
  font-size: 50px;
  font-weight: 600;
}
.contact-details .head-office-left .address {
  font-weight: 600;
  font-size: 22px;
}
.contact-details .head-office-left ul {
  color: #170066;
  font-size: 28px;
  font-weight: 600;
}
.contact-details .head-office-left ul p.mt-2.mx-3 {
  font-size: 20px;
  padding-top: 11px;
}
.contact-details .head-office-left .icon {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(175, 175, 175, 0.25);
}
.contact-details .head-office-left .icon i,
.contact-details .head-office-left .icon svg {
  font-size: 36px;
  margin: 15px;
}
.contact-details .head-office-left .social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.contact-details .head-office-left .social-icon ul li a {
  color: white;
  background-color: #095dc7;
  width: 40px;
  height: 40px;
  display: block;
  padding: 6px 9px;
  border-radius: 50%;
  font-size: 23px;
}
.contact-details .head-office-left .social-icon ul li a:hover {
  background-color: #0d4a96;
}
.contact-details .head-office-left .social-icon ul li:nth-child(2) a {
  background-color: #0077b5;
}
.contact-details .head-office-left .social-icon ul li:nth-child(2) a:hover {
  background-color: #085d8b;
}
.contact-details .head-office-left .social-icon ul li:nth-child(3) a {
  background-color: #e70404;
}
.contact-details .head-office-left .social-icon ul li:nth-child(3) a:hover {
  background-color: #b40c0c;
}
.contact-details .head-office-left .social-icon ul li:nth-child(4) a {
  background-color: #1da1f2;
}
.contact-details .head-office-left .social-icon ul li:nth-child(4) a:hover {
  background-color: #0b6ba7;
}
.contact-details .head-office-left .follow-us {
  font-size: 30px;
  font-weight: 700;
}
.contact-details .contact-map #map {
  height: 492px;
}
.contact-details .find-us .find-us-head {
  font-weight: 700;
  font-family: "Archivo", sans-serif;
}
.contact-details .find-us .branch-block .branch-name {
  font-weight: 600;
  font-family: "Archivo", sans-serif;
}

.g-top-pattern-left {
  position: absolute;
  z-index: 1;
  width: 110px;
  margin-top: 20px;
}

.page-search-area {
  padding: 20px 0px;
  z-index: 7;
}
.page-search-area h3 {
  color: #170066;
}
.page-search-area .page-header .border-img {
  width: 120px;
}
.page-search-area .page-header .border-img img {
  width: 100%;
}
.page-search-area .key-word-search {
  position: relative;
}
.page-search-area .key-word-search .search-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 41px;
  width: 54px;
  background-color: #170066;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}
.page-search-area .key-word-search .search-icon i,
.page-search-area .key-word-search .search-icon svg {
  right: 11px;
  color: white;
  font-size: 23px;
  display: block;
  margin: auto;
  margin-top: 10px;
}
.page-search-area input {
  padding: 8px 15px;
  border: 1px solid #dedede;
  width: 100%;
  outline: none;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #dedede;
}
.page-search-area input::-moz-placeholder {
  color: #dedede;
}
.page-search-area input::placeholder {
  color: #dedede;
}
.page-search-area input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
}
.page-search-area select {
  padding: 8px 15px;
  border: 1px solid #dedede;
  width: 100%;
  outline: none;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #150f11;
}
.page-search-area button {
  padding: 8px 15px;
  border: 0;
  width: 100%;
  outline: none;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #095dc7;
}
.page-search-area hr {
  opacity: 0.3;
  border: 0.5px solid #514b4b;
}

.page-body-area .page-body {
  border: 1px solid #e8e8e8;
  box-shadow: 0px 4px 12px rgba(199, 199, 199, 0.25);
  border-radius: 10px;
  padding: 20px;
  background: #ffffff;
}
.page-body-area .page-body .date {
  margin-bottom: 8px;
}
.page-body-area .page-body .date ul li {
  color: #718096;
  font-size: 14px;
}
.page-body-area .page-body .title {
  font-family: "Archivo", sans-serif;
  margin-bottom: 10px;
}
.page-body-area .page-body .title h2 {
  font-weight: 500;
  font-size: 17px;
}
.page-body-area .page-body .venue {
  margin-bottom: 10px;
  font-family: "Mulish", sans-serif;
}
.page-body-area .page-body .venue p {
  font-size: 14px;
  color: #150f11;
}
.page-body-area .page-body .venue p span {
  color: #360f1c;
  font-weight: 800;
}
.page-body-area .page-body .description {
  font-size: 14px;
  color: #718096;
}
.page-body-area .page-body .page-body-top .content {
  margin-top: 15px;
}
.page-body-area .page-body .page-body-top .content a {
  color: #170066;
  border: 1px solid #170066;
  padding: 7px 22px;
  border-radius: 25px;
  margin-right: 24px;
  font-size: 11px;
  outline: none;
}
.page-body-area .page-body .page-body-top .content a:hover {
  background-color: #170066;
  color: #ffffff;
}
.page-body-area .page-body .page-body-bottom {
  box-shadow: 0px 0px 55px rgba(0, 95, 234, 0.11);
  border-radius: 10px;
  padding: 30px;
}
.page-body-area .page-body .page-body-bottom .page-body-left .img {
  margin-bottom: 25px;
}
.page-body-area .page-body .page-body-bottom .page-body-left .description {
  margin-bottom: 30px;
}
.page-body-area .page-body .page-body-bottom .page-body-right .date {
  margin-top: 20px;
}

.event-page .single-event {
  background: #ffffff;
  box-shadow: 0px 0px 24px rgba(79, 82, 208, 0.15);
  border-radius: 10px;
  border: none;
}
.event-page .single-event .single-event-img {
  border: none;
  padding: 0;
  height: 317px;
}
.event-page .single-event .single-event-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.event-page .single-event .card-body {
  border: none;
  height: 170px;
}
.event-page .single-event .card-body .card-title {
  font-weight: 800;
  font-size: 20px;
}
.event-page .single-event .card-body .event-date {
  border-right: 0.6px solid rgba(102, 102, 102, 0.66);
}
.event-page .single-event .card-body p {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
}
.event-page .event-content-area {
  box-shadow: 0px 0px 55px rgba(0, 95, 234, 0.11);
  border-radius: 10px;
}
.event-page .event-content-area .event-img {
  height: 250px;
}
.event-page .event-content-area .event-img .img img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-page .event-content-area .event-content {
  padding: 15px 10px;
}
.event-page .event-content-area .event-content p {
  color: #e70404;
  font-weight: 600;
}
.event-page .event-content-area .event-content h5 {
  font-weight: 700;
}
.event-page .event-content-area .event-content h5 + p {
  color: #360f1c;
  font-weight: 400;
}

.member-benifit-area {
  background-color: #f9fbfd;
}
.member-benifit-area .member-content-area .member-content-heading .border-img {
  width: 200px;
  display: block;
}

.page-single .trending-sectiion .single-img .img {
  height: 300px;
}
.page-single .trending-sectiion .single-img .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page-single .single-page-related .single-page-relese-content .img {
  height: 337px;
}
.page-single .single-page-related .single-page-relese-content .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.download-area ul li {
  display: inline-block;
}
.download-area ul li:hover {
  box-shadow: 0px 0px 24px rgba(9, 93, 199, 0.09);
}
.download-area ul li a {
  display: inline-block;
  border: 1px solid #dedede;
  padding: 7px 18px;
  border-radius: 5px;
  font-weight: 600;
}
.download-area ul li a .img {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.download-area ul li a .img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.share-on-area {
  display: flex;
}
.share-on-area .share-on {
  margin-right: 17px;
}
.share-on-area .share-on h4 {
  font-weight: 600;
  margin-top: 4px;
}

.custome-pagination .active {
  background-color: #170066 !important;
  color: #ffffff !important;
  border: 1px solid transparent !important;
}
.custome-pagination .deactive {
  background-color: rgb(145, 158, 171) !important;
  color: rgb(196, 205, 213) !important;
  border: 1px solid transparent !important;
  pointer-events: none;
}

.custome-pagination {
  text-align: center;
  display: block;
  padding-top: 20px;
}
.custome-pagination ul li {
  display: inline-block;
}
.custome-pagination ul li a {
  border: 1px solid #dfe3e8;
  color: #212b36;
  padding: 7px 17px;
  font-weight: bold;
  border-radius: 3px;
  font-size: 14px;
}

.pagination-site {
  margin-top: 20px;
}
.pagination-site .page-item {
  margin-right: 5px;
  margin-left: 5px;
}
.pagination-site .page-item .page-link {
  border-radius: 3px;
  font-weight: bold;
  color: #000;
  padding: 0.5rem 1.1rem;
}
.pagination-site .page-item.active .page-link {
  color: #fff;
}
.pagination-site .page-item.disabled .page-link {
  background-color: #dee2e6;
}

.single-notice {
  margin-bottom: 25px;
  box-shadow: 0px 0px 40px rgba(189, 189, 189, 0.25);
  -o-box-shadow: 0px 0px 40px rgba(189, 189, 189, 0.25);
  -moz-box-shadow: 0px 0px 40px rgba(189, 189, 189, 0.25);
  -webkit-box-shadow: 0px 0px 40px rgba(189, 189, 189, 0.25);
  border-radius: 7px;
  padding: 25px;
  position: relative;
  min-height: 470px;
}
.single-notice .single-notice-no {
  color: #095dc7;
  font-size: 165px;
  line-height: 1;
  font-family: "Archivo", sans-serif;
}
.single-notice .notice-title h5 {
  height: 50px;
  overflow: hidden;
}
.single-notice .notice-read-more {
  position: absolute;
  bottom: 25px;
  left: 25px;
  margin-top: 35px;
}
.single-notice .notice-read-more span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}

.notice-border {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(199, 199, 199, 0.25);
  border-radius: 10px;
}
.notice-border .top-notice {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
.notice-border .top-notice .notice-date {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #718096;
  margin: 15px 0px;
}
.notice-border .top-notice h3 {
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #111111;
}
.notice-border .top-notice .notice-file .files {
  min-height: 70px;
  display: inline-block;
}
.notice-border .top-notice .notice-file .files a {
  border: 1px solid #dedede;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 15px;
  padding-bottom: 18px;
  margin: 30px 10px;
  background-color: #ffffff;
  position: relative;
}
.notice-border .top-notice .notice-file .files a img {
  height: 32px;
}
.notice-border .top-notice .notice-file .files a span {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.16px;
  text-transform: capitalize;
  color: #150f11;
  padding-left: 5px;
}
.notice-border hr {
  opacity: 0.3;
  border-top: 1px solid rgba(81, 75, 75, 0.5);
}
.notice-border .notice-text {
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
.notice-border .notice-text p {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #666666;
}
.notice-border .notice-text a {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #095dc7;
}

.feature-blog-border {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(199, 199, 199, 0.25);
  border-radius: 10px;
  padding: 5px;
}
.feature-blog-border .feature-blog-container {
  background-color: #ffffff;
  box-shadow: 0px 0px 55px rgba(0, 95, 234, 0.11);
  border-radius: 0px 0px 10px 10px;
}
.feature-blog-border .feature-blog-container .blog-text-container small {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #718096;
}
.feature-blog-border .feature-blog-container .blog-text-container h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #111111;
}
.feature-blog-border .feature-blog-container .blog-text-container p {
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #718096;
}
.feature-blog-border .feature-blog-container .blog-text-container a {
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  text-transform: capitalize;
  border: 1px solid #095dc7;
  margin-top: 25px;
  color: #095dc7;
  padding: 10px 14px;
}
.feature-blog-border .feature-blog-container .blog-text-container a:hover {
  background-color: #095dc7;
  color: white;
}

.post-left-content .page-search-area {
  margin-top: -20px;
}
.post-left-content .post-catagory-container {
  background-color: #ffffff;
  box-shadow: 0px 0px 55px rgba(0, 95, 234, 0.11);
  border-radius: 10px;
}
.post-left-content .post-catagory-container h4 {
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 55px;
  text-transform: capitalize;
  color: #0f2137;
}
.post-left-content .post-catagory-container p {
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #4f596a;
  opacity: 0.8;
}
.post-left-content .popular-post-containerr {
  background-color: #ffffff;
  box-shadow: 0px 0px 55px rgba(0, 95, 234, 0.11);
  border-radius: 10px;
}
.post-left-content .popular-post-containerr h4 {
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 55px;
  text-transform: capitalize;
  color: #0f2137;
}
.post-left-content .popular-post-containerr h5 {
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #4f596a;
}
.post-left-content .popular-post-containerr small {
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
  color: rgba(52, 61, 72, 0.44);
  opacity: 0.8;
}
.post-left-content .popular-post-containerr small img {
  height: 10px;
  margin-top: -4px;
  margin-right: 4px;
}
.post-left-content .post-tag-container {
  background-color: #ffffff;
  box-shadow: 0px 0px 55px rgba(0, 95, 234, 0.11);
  border-radius: 10px;
}
.post-left-content .post-tag-container h4 {
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 55px;
  text-transform: capitalize;
  color: #0f2137;
}

.single-blog-container .single-blog .single-post-info {
  display: inline-block;
}
.single-blog-container .single-blog .single-post-info p {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #718096;
  opacity: 0.8;
  margin: 6px 0px;
}
.single-blog-container .single-blog .single-post-info p img {
  height: 16px;
  margin-top: -5px;
  margin-right: 8px;
}
.single-blog-container .single-blog .single-post-info p .comment-icon {
  margin-top: 0px;
}
.single-blog-container .single-blog .tex-section h2 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #0f2137;
  opacity: 0.8;
}
.single-blog-container .single-blog .tex-section p {
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #4f596a;
  opacity: 0.8;
}
.single-blog-container .single-blog .post-share p span {
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #0f2137;
}
.single-blog-container .single-blog .post-share p a {
  margin-left: 8px;
  padding: 8px;
  color: #180d57;
  border-radius: 100%;
}
.single-blog-container .single-blog .post-share p .facebook:hover {
  color: white;
  background-color: #3b5998;
  padding: 4px 8px;
}
.single-blog-container .single-blog .post-share p .linkedin:hover {
  color: white;
  background-color: #007ab9;
  padding: 6px 8px;
}
.single-blog-container .single-blog .post-share p .instagram:hover {
  color: white;
  background-color: #4d76a1;
}
.single-blog-container .single-blog .post-share p .twitter:hover {
  color: white;
  background-color: #55acee;
}

.related-blog h3 {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 45px;
  color: #111111;
}
.related-blog .related-blog-content .related-img {
  background-color: black;
  border-radius: 4px;
}
.related-blog .related-blog-content .related-img img {
  border-radius: 4px;
  z-index: 2;
  opacity: 0.6;
  border-radius: 4px;
}
.related-blog .related-blog-content .related-img .text-container {
  position: relative;
  z-index: 3;
  margin-top: -100px;
  height: 100px;
  overflow: hidden;
}
.related-blog .related-blog-content .related-img .text-container small {
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.related-blog .related-blog-content .related-img .text-container h3 {
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #ffffff;
}

.post-comment-container h3 {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 45px;
  color: #111111;
}
.post-comment-container .row {
  font-family: "Mulish", sans-serif;
}
.post-comment-container .row .comment-img img {
  display: none;
}
.post-comment-container .row h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 46px;
  color: #0f2137;
}
.post-comment-container .row h4 img {
  display: block;
  display: inline;
}
.post-comment-container .row small {
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  color: rgba(79, 89, 106, 0.65);
  opacity: 0.8;
}
.post-comment-container .row p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  color: #0f2137;
  opacity: 0.8;
}

.blog-comment-form h4 {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 45px;
  color: #111111;
}
.blog-comment-form .form-input input,
.blog-comment-form .form-input textarea {
  margin: 15px 0px;
  box-shadow: none !important;
  border: 1px solid #ceddff;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.7);
}
.blog-comment-form .submit-btn input {
  background: #095dc7;
  border-radius: 7px;
  color: white;
  box-shadow: none !important;
  font-weight: 600;
  font-size: 20px;
  color: #f8faff;
}

.single-publication {
  margin-bottom: 25px;
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(189, 189, 189, 0.25);
  -o-box-shadow: 0px 0px 40px rgba(189, 189, 189, 0.25);
  -moz-box-shadow: 0px 0px 40px rgba(189, 189, 189, 0.25);
  -webkit-box-shadow: 0px 0px 40px rgba(189, 189, 189, 0.25);
  border-radius: 10px;
  padding: 0;
  position: relative;
}
.single-publication .single-publication-img {
  border: none;
  padding: 0 !important;
  height: 250px;
}
.single-publication .single-publication-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.single-publication .pub_tittle {
  height: 60px;
  overflow: hidden;
  margin-bottom: 12px;
}
.single-publication .event_tittle {
  height: 30px;
  overflow: hidden;
  margin-bottom: 12px;
}
.single-publication .publication-title h5 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #02073e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
.single-publication .publication-date {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 29px;
  color: #e64a15;
}
.single-publication .publication-content {
  height: 75px;
  overflow: hidden;
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #4f596a;
  text-align: justify;
  text-justify: inter-word;
}

.member-process {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.member-process h2 {
  color: #111111;
  margin-bottom: 20px;
}
.member-process hr {
  border: 0.5px solid #514b4b;
}
.member-process .process-text {
  margin-bottom: 60px;
}
.member-process .bullet-points {
  margin-top: 60px;
  margin-bottom: 60px;
}
.member-process .bullet-points h5 {
  color: #111111;
}
.member-process .bullet-points ul {
  margin-top: 20px;
  padding-left: 0px;
  list-style-type: circle !important;
}
.member-process .bullet-points ul li {
  display: block;
}
.member-process .bullet-points ul li::before {
  content: "•";
  /* Insert content that looks like bullets */
  color: #666666;
  /* Or a color you prefer */
}
.member-process .form-sections {
  margin-top: 60px;
  margin-bottom: 60px;
}
.member-process .form-sections h5 {
  margin-bottom: 25px;
}
.member-process .form-sections a {
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 12px 25px;
}
.member-process .form-sections .doc-btn {
  color: #095dc7;
  border: 1px solid #095dc7;
}
.member-process .form-sections .pdf-btn {
  color: #ffffff;
  background: #095dc7;
}
.member-process .more-contact {
  margin-top: 60px;
  margin-bottom: 60px;
}
.member-process .more-contact p:nth-child(1) {
  margin-bottom: 20px;
}

.member-single ul {
  border-bottom: 1px solid rgb(178, 180, 181);
}
.member-single ul li .nav-link {
  color: rgb(178, 180, 181);
}
.member-single ul li .active {
  border-radius: 0px !important;
  background-color: transparent !important;
  color: #170066 !important;
  font-weight: bold;
  border-bottom: 1px solid #170066 !important;
  position: relative;
}
.member-single ul li .active::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 41%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #170066 !important;
  transform: rotate(63deg);
}

#toTopBtn {
  position: fixed;
  bottom: 26px;
  right: 39px;
  z-index: 98;
  padding: 21px;
  background-color: #00a651;
  border-radius: 50%;
}

.js .cd-top--fade-out {
  opacity: 0.5;
}

.js .cd-top--is-visible {
  visibility: visible;
  opacity: 1;
}

.js .cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
}

.cd-top {
  position: fixed;
  bottom: 20px;
  bottom: var(--cd-back-to-top-margin);
  right: 20px;
  right: var(--cd-back-to-top-margin);
  display: inline-block;
  height: 40px;
  height: var(--cd-back-to-top-size);
  width: 40px;
  width: var(--cd-back-to-top-size);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
  background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
  background-color: hsla(5, 76%, 62%, 0.8);
  background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8);
}

.main-slider-area .owl-nav {
  position: absolute;
  margin-top: -32% !important;
  width: 100%;
  font-size: 30px;
}
.main-slider-area .owl-nav .owl-prev {
  float: left;
  left: 0;
  padding: 0 !important;
  font-weight: 100 !important;
}
.main-slider-area .owl-nav .owl-next {
  float: right;
  right: 0;
  padding: 0 !important;
}
.main-slider-area .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.main-slider-area .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

.exicutive-carousel {
  height: 160px;
}
.exicutive-carousel .owl-dots {
  margin-top: 20px;
}
.exicutive-carousel .owl-dots button {
  background-color: transparent;
}
.exicutive-carousel .owl-stage-outer {
  position: relative;
}
.exicutive-carousel .owl-nav {
  position: absolute;
  bottom: 66%;
  left: auto;
  width: 100%;
}
.exicutive-carousel .owl-nav button:nth-child(1) {
  float: left;
  font-size: 50px;
}
.exicutive-carousel .owl-nav button:nth-child(1):hover {
  background: transparent;
}
.exicutive-carousel .owl-nav button:nth-child(2) {
  float: right;
  font-size: 50px;
}
.exicutive-carousel .owl-nav button:nth-child(2):hover {
  background: transparent;
}

.key-word-date-from input {
  background-color: #ffffff !important;
  color: #360f1c !important;
  width: 100% !important;
}

.key-word-search input {
  color: #360f1c !important;
  width: 100% !important;
}

.comment-profile {
  background-color: rgba(0, 0, 0, 0.4666666667);
  color: white;
  font-size: 30px;
  font-weight: 800;
  padding: 30px;
}

.about-ficci li {
  display: block;
  text-align: justify;
  text-justify: inter-word;
}
.about-ficci p {
  text-align: justify;
  text-justify: inter-word;
}
.about-ficci h2 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 50px;
  color: #170066;
}
.about-ficci .img-top {
  margin-top: 40px;
  border-radius: 8px 8px 0px 0px;
}
.about-ficci h3 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
  color: #252b42;
  margin: 20px 0px;
  margin-top: 40px;
}
.about-ficci h5 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #4f596a;
}
.about-ficci .cat-1 p {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #4f596a;
  margin-bottom: 20px;
}
.about-ficci .cat-2 li {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 29px;
  color: #4f596a;
  margin-bottom: 10px;
}
.about-ficci .benefite-member h4 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
  color: #02073e;
  margin: 20px 0px;
}
.about-ficci .benefite-member ul li {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #4f596a;
  margin-bottom: 16px;
}
.about-ficci .benefite-member p {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #4f596a;
  margin-bottom: 20px;
  margin-left: 15px;
}
.about-ficci .benefite-member .member-btn {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  background-color: #170066;
  padding: 14px 25px;
}

.common-underline {
  width: 300px;
}

.common-underline2 {
  width: 200px;
}

.about-pmessage h2 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
  color: #170066;
}
.about-pmessage .pimg {
  position: relative;
  margin-top: 30px;
  margin-bottom: 24px;
  height: 200px;
  width: 200px;
  overflow: hidden;
  z-index: 3;
}
.about-pmessage .pimg .president-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  background-color: white;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 4px 15px #eaeffc;
  border-radius: 10px;
}
.about-pmessage .vact1 {
  position: absolute;
  margin-top: 100px;
  margin-left: 12%;
  z-index: 1;
}
.about-pmessage .vact2 {
  position: absolute;
  margin-top: 250px;
  margin-left: 12%;
  z-index: 1;
}
.about-pmessage .vact3 {
  position: absolute;
  margin-top: 25px;
  margin-left: 29%;
  z-index: 1;
}
.about-pmessage .vact4 {
  position: absolute;
  margin-top: 80px;
  margin-left: 39%;
  z-index: 1;
}
.about-pmessage .vact5 {
  position: absolute;
  margin-top: 190px;
  margin-left: 30%;
  z-index: 1;
}
.about-pmessage .message p {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #4f596a;
  margin-bottom: 20px;
}
.about-pmessage .message h3 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 53px;
  color: #02073e;
}

.btn-custome {
  text-align: center;
}
.btn-custome a {
  background-color: #170066;
  color: #ffffff;
  display: inline-block;
  padding: 12px 30px;
  font-size: 14px;
  border-radius: 5px;
}
.btn-custome a:hover {
  box-shadow: 0px 10px 20px rgba(116, 79, 198, 0.25);
}
.btn-custome button {
  background-color: #170066;
  color: #ffffff;
  display: inline-block;
  padding: 12px 30px;
  font-size: 14px;
  border-radius: 5px;
  width: 100%;
}
.btn-custome button:hover {
  box-shadow: 0px 10px 20px rgba(116, 79, 198, 0.25);
}
.top-content {text-align: center; padding-bottom: 10px;}
.data-container {text-align: center; padding-bottom: 10px;}
.executive-top-card .head-card .image {
  height: 370px;
  overflow: hidden;
  border-radius: 10px;
}
.executive-top-card .head-card .image img {
  min-width: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  box-shadow: 0px 4px 15px #eaeffc;
  border-radius: 10px;
  background-color: white;
  z-index: 8;
}
.executive-top-card .head-card .data-container .position1 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #e64a15;
}
.executive-top-card .head-card .data-container .name {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: -0.04em;
  color: #02073e;
}
.executive-top-card .head-card .data-container .position2 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #02073e;
}
.executive-top-card .head-card .data-container .company {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 23px;
  line-height: 36px;
  color: rgba(0, 63, 117, 0.9);
}

.president-profile .president-top div .fp1 {
  position: absolute;
  margin-left: -10px;
  z-index: 1;
}
.president-profile .president-top div .fp2 {
  position: absolute;
  margin-top: 130px;
  z-index: 1;
}
.president-profile .president-top div .fp3 {
  position: absolute;
  margin-left: 145px;
  margin-top: 18px;
  z-index: 1;
}
.president-profile .president-top .img-round {
  width: 175px;
  height: 175px;
  overflow: hidden;
  border-radius: 100%;
  background: #c4c4c4;
  border: 5px solid rgba(218, 226, 232, 0.7);
  position: relative;
  z-index: 5;
}
.president-profile .president-top .img-round img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.president-profile .president-top .former-box .former-content h3 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 59px;
  color: #02073e;
}
.president-profile .president-top .former-box .former-content p {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #4f596a;
}
.president-profile .president-top .former-box .former-content h4 {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  color: #170066;
}
.president-profile .f-content p {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  color: #4f596a;
  margin-top: 20px;
}

.about-us-home-area .btn-custome a {
  padding: 9px 30px;
  border-radius: 25px;
}

.common-button {
  text-align: left;
}
.common-button a {
  color: #170066;
  border: 1px solid #170066;
  padding: 8px 16px;
  border-radius: 25px;
  margin-right: 24px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-top: 14px;
  transition: 0.3s;
}
.common-button a:hover {
  background-color: #170066;
  color: #ffffff;
}

.all-news h3 {
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  color: #02073e;
}
.all-news .news1-container {
  background: #ffffff;
  box-shadow: 0px 0px 55px rgba(0, 95, 234, 0.11);
  border-radius: 10px;
  overflow: hidden;
}
.all-news .news1-container .image-container img {
  height: 300px;
}
.all-news .news1-container .news-text-container small {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  color: #e64a15;
}
.all-news .news1-container .news-text-container .title {
  margin: 6px 0px;
}
.all-news .news1-container .news-text-container .title h2 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #02073e;
}
.all-news .news1-container .news-text-container p {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 29px;
  color: #4f596a;
}
.all-news .news1-container .news-text-container .news-read-btn {
  padding: 8px 16px;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #170066;
  border: 1px solid #170066;
}
.all-news .news1-container .news-text-container .news-read-btn:hover {
  background: #170066;
  color: white;
}
.all-news .news2-container {
  background: #ffffff;
  box-shadow: 0px 0px 55px rgba(0, 95, 234, 0.11);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
.all-news .news2-container .image-container img {
  height: 216px;
}
.all-news .news2-container .news-text-container {
  min-height: 245px;
}
.all-news .news2-container .news-text-container small {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 29px;
  color: #e64a15;
}
.all-news .news2-container .news-text-container .title {
  margin: 3px 0px;
}
.all-news .news2-container .news-text-container .title h2 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #02073e;
}
.all-news .news2-container .news-text-container p {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 29px;
  color: #4f596a;
}
.all-news .news2-container .news-text-container .news-read-btn {
  padding: 8px 16px;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #170066;
  border: 1px solid #170066;
}
.all-news .news2-container .news-text-container .news-read-btn:hover {
  background: #170066;
  color: white;
}
.all-news .news3-container {
  background: #ffffff;
  box-shadow: 0px 0px 55px rgba(0, 95, 234, 0.11);
  border-radius: 10px;
  overflow: hidden;
}
.all-news .news3-container .image-container img {
  height: 216px;
}
.all-news .news3-container small {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  color: #e64a15;
}
.all-news .news3-container .title {
  margin: 2px 0px;
  margin-bottom: 10px;
}
.all-news .news3-container .title h2 {
  font-family: "Heebo", sans-serif;
  font-style: 500;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #02073e;
}
.all-news .news3-container .title2 {
  margin: 2px 0px;
  margin-bottom: 10px;
}
.all-news .news3-container .title2 h2 {
  font-family: "Heebo", sans-serif;
  font-style: 500;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  color: #02073e;
}
.all-news .news4-container {
  background: #ffffff;
  box-shadow: 0px 0px 55px rgba(0, 95, 234, 0.11);
  border-radius: 10px;
  overflow: hidden;
}
.all-news .news4-container .image-container img {
  height: 216px;
}
.all-news .news4-container small {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #e64a15;
}
.all-news .news4-container .title {
  margin: 3px 0px;
}
.all-news .news4-container .title h2 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #02073e;
}

.contact-us-container .contact-info .info-box {
  height: 100px;
}
.contact-us-container .contact-info span {
  margin: 0;
  position: relative;
  top: 10%;
  transform: translateY(-50%);
}
.contact-us-container .contact-info .icon1 {
  padding: 25px 22px;
  background-color: rgba(54, 153, 255, 0.15);
  border-radius: 100%;
}
.contact-us-container .contact-info .icon1 img {
  width: 30px;
  height: 44px;
}
.contact-us-container .contact-info .icon2 {
  padding: 25px 18.5px !important;
  background-color: rgba(230, 74, 21, 0.15);
  border-radius: 100%;
}
.contact-us-container .contact-info .icon2 img {
  width: 37px;
  height: 37px;
}
.contact-us-container .contact-info .icon3 {
  padding: 25px 17.5px;
  background-color: rgba(24, 92, 204, 0.15);
  border-radius: 100%;
}
.contact-us-container .contact-info .icon3 img {
  width: 39px;
  height: 27px;
}
.contact-us-container .contact-info .info-text {
  display: inline-block;
  padding-left: 20px;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 23px;
  z-index: 1;
}
.contact-us-container .contact-info .info-text h4 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #111111;
  opacity: 0.8;
}
.contact-us-container .contact-info .info-text p {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  opacity: 0.8;
}
.contact-us-container .contact-info .info-text p a {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  opacity: 0.8;
}
.contact-us-container .contact-info hr {
  border-top: 1px solid #e9edf5;
}
.contact-us-container .contact-form textarea:focus,
.contact-us-container .contact-form input:focus {
  outline: none;
}
.contact-us-container .contact-form label {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #252b42;
}
.contact-us-container .contact-form input,
.contact-us-container .contact-form select,
.contact-us-container .contact-form textarea {
  border: 1px solid #e0e7ff;
  box-sizing: border-box;
  border-radius: 5px;
  color: #666666;
}
.contact-us-container .contact-form button {
  font-family: "Heebo", sans-serif;
  background: #170066;
  border-radius: 5px;
  color: white;
  font-weight: 800;
  font-size: 16px;
}
.contact-us-container .contact-form button:hover {
  color: white;
}

.contact-top h3 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  color: #252b42;
}
.contact-top p {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 33px;
  color: rgba(2, 7, 62, 0.8);
}

.read-more-btn {
  padding: 8px 16px;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #170066;
  border: 1px solid #170066;
}
.read-more-btn:hover {
  background: #170066;
  color: white;
}

.single-news {
  z-index: 3;
}
.single-news .single-publication-img {
  background-color: rgb(0, 0, 0);
  border-radius: 4px !important;
}
.single-news .single-publication-img img {
  opacity: 0.6;
  border-radius: 4px !important;
}

.single-news-text {
  position: absolute;
  z-index: 5;
  left: 0%;
  bottom: 8%;
  width: 100%;
  padding: 10px 0px;
  height: 70px;
  overflow: hidden;
}
.single-news-text p {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.single-news-text .single-news-tittle {
  height: 62px;
  overflow: hidden;
}
.single-news-text .single-news-tittle h5 {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
}

.registration-area .registration-inputs-area {
  padding: 20px;
}
.registration-area .registration-inputs-area .registration-inputs .registration-input-top {
  margin-bottom: 12px;
}
.registration-area .registration-inputs-area .registration-inputs .registration-input-top h4 {
  color: #333333;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5;
}
.registration-area .registration-inputs-area .registration-inputs .registration-input-top p {
  text-transform: uppercase;
  color: #8692a6;
  font-size: 18px;
  font-weight: normal;
}
.registration-area .registration-inputs-area .registration-inputs .registration-icon {
  padding: 10px 0px;
  border-bottom: 1px solid #e0e7ff;
  border-top: 1px solid #e0e7ff;
  border-bottom: 1px solid #e0e7ff;
  border-left: 1px solid #e0e7ff;
  border-right: 1px solid transparent;
  box-sizing: border-box;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.registration-area .registration-inputs-area .registration-inputs .registration-input {
  border-bottom: 1px solid #e0e7ff;
  border-top: 1px solid #e0e7ff;
  border-right: 1px solid #e0e7ff;
  box-sizing: border-box;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.registration-area .registration-inputs-area .registration-inputs .registration-input input {
  width: 100%;
  border: none;
  background: rgba(224, 231, 255, 0.06);
  padding: 10px 0px;
  color: #333333;
}
.registration-area .registration-inputs-area .registration-inputs .registration-input input:active {
  border: none;
}
.registration-area .registration-inputs-area .registration-inputs .registration-input input:focus {
  border: none;
  outline: none !important;
}
.registration-area .registration-inputs-area .registration-inputs .registration-input select {
  width: 100%;
  border: none;
  background: rgba(224, 231, 255, 0.06);
  padding: 10px 0px;
  color: #333333;
}
.registration-area .registration-inputs-area .registration-inputs .registration-input select:focus {
  border: none;
  outline: none !important;
}
.registration-area .registration-design-area {
  background: #e1edf6;
  padding: 20px;
}
.registration-area .registration-design-area .registration-design .registration-design-top {
  margin-bottom: 10px;
}
.registration-area .registration-design-area .registration-design .registration-design-top h4 {
  color: rgba(15, 33, 55, 0.85);
  text-transform: uppercase;
}
.registration-area .registration-design-area .registration-design .registration-design-top p {
  color: rgba(15, 33, 55, 0.69);
  text-transform: uppercase;
}
.registration-area .registration-design-area .registration-design .registration-design-top .img {
  width: 135px;
  margin-top: 26px;
}
.comment-image {
  background-color: rgba(0, 62, 117, 0.2);
  color: rgb(116, 116, 116);
  font-size: 40px;
  width: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 60px;
  line-height: 40px;
  display: block;
  margin-left: auto;
  margin-right: 0;
  border: 3px solid rgba(223, 234, 252, 0.53);
}

.comment-text {
  font-family: "Heebo", sans-serif;
}
.comment-text h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #0f2137;
}
.comment-text h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: rgba(79, 89, 106, 0.65);
  opacity: 0.8;
}
.comment-text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #4f596a;
}

.comment-btn {
  background: #170066;
  border-radius: 7px;
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #f8faff;
}
.comment-btn:hover {
  color: white;
}

.main-menu-top-area {
  display: none;
  background-color: #170066;
  color: #ffffff;
  padding: 7px 0px;
}
.main-menu-top-area a {
  color: #ffffff;
}
.main-menu-top-area ul li {
  margin-right: 10px;
}
.main-menu-top-area .main-menu-top-right ul li:nth-child(5):hover a svg {
  color: #3b5998;
}
.main-menu-top-area .main-menu-top-right ul li:nth-child(7):hover a svg {
  color: #007ab9;
}
.main-menu-top-area .main-menu-top-right ul li:nth-child(9):hover a svg {
  color: #55acee;
}
.main-menu-top-area .main-menu-top-right ul li:nth-child(11):hover a svg {
  color: #4d76a1;
}
.main-menu-top-area .main-menu-top-right ul li:nth-child(13):hover a svg {
  color: #e70404;
}

.category-link {
  margin-right: 15px;
  margin-top: 15px;
}

.category-link > a {
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border: 1px solid #E4E4E4 !important;
  background: #F8F8F8 !important;
  color: #161922;
}

.category-link > a.active {
  border: 1px solid #E4E4E4 !important;
  background: #185182 !important;
}

.category-link > a:hover {
  color: #FFF !important;
  border: 1px solid #E4E4E4 !important;
  background: #185182 !important;
}

.post-wrap .post-item {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
}

.post-wrap .post-item > a > .image {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.post-wrap .post-item > a > .image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.post-wrap .post-item > a > .content {
  width: 100%;
  padding: 25px;
}

.post-wrap .post-item > a > .content > .small-top {
  color: #E64A15;
  font-size: 18px;
}

.post-wrap .post-item > a > .content > .title {
  color: #02073E;
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
  min-height: 62px;
}

.post-wrap .post-item > a > .content > .description {
  color: #4F596A;
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
}

.post-wrap .post-item > a > .content > .link {
  color: #02073E;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 5px;
}

.post-wrap .post-item > a > .content > .author {
  display: flex;
}

.post-wrap .post-item > a > .content > .author > .user {
  width: 50%;
  flex: 1;
  color: #170066;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 5px;
}

.post-wrap .post-item > a > .content > .author > .time {
  width: 50%;
  flex: 1;
  color: rgba(22, 25, 34, 0.7);
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: right;
}

.right-wrap {
  flex-shrink: 0;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.05);
  padding: 15px;
}

.right-wrap > h4 {
  color: #02073E;
  font-size: 24px;
  font-weight: 700;
}

.right-wrap .post-item:nth-child(2) {
  border-top: none !important;
}

.right-wrap .post-item {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(134, 146, 166, 0.06);
}

.right-wrap .post-item > a {
  display: flex;
  align-items: center;
}

.right-wrap .post-item > a > .image {
  flex: 0 0 90px;
  position: relative;
  width: 90px !important;
  height: 90px !important;
  overflow: hidden;
}

.right-wrap .post-item > a > .image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.right-wrap .post-item > a > .content {
  margin: 15px;
}

.right-wrap .post-item > a > .content > .small-top {
  display: inline-block;
  line-height: 1;
}

.right-wrap .post-item > a > .content > .small-top > .category {
  color: #E64A15;
  font-size: 10px;
}

.right-wrap .post-item > a > .content > .small-top > .dash {
  color: #4F596A;
  font-size: 10px;
}

.right-wrap .post-item > a > .content > .small-top > .time {
  color: rgba(79, 89, 106, 0.6);
  font-size: 10px;
}

.right-wrap .post-item > a > .content > .title {
  color: rgba(2, 7, 62, 0.9);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

#featured-title {
  color: #02073E;
  font-weight: 700;
  font-size: 32px;
}

.featured-wrap .post-item {
  flex-shrink: 0;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

.featured-wrap .post-item > a {
  display: flex;
  align-items: center;
}

.featured-wrap .post-item > a > .image {
  position: relative;
  width: 140px !important;
  height: 140px !important;
  overflow: hidden;
}

.featured-wrap .post-item > a > .image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.featured-wrap .post-item > a > .content {
  margin: 15px;
  flex: 1;
}

.featured-wrap .post-item > a > .content > .small-top {
  display: inline-block;
  line-height: 1;
}

.featured-wrap .post-item > a > .content > .small-top > .category {
  color: #E64A15;
  font-size: 16px;
}

.featured-wrap .post-item > a > .content > .small-top > .dash {
  color: #4F596A;
  font-size: 16px;
}

.featured-wrap .post-item > a > .content > .small-top > .time {
  color: rgba(79, 89, 106, 0.6);
  font-size: 16px;
}

.featured-wrap .post-item > a > .content > .title {
  color: rgba(2, 7, 62, 0.9);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

#featured-center {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px 5px 0px 0px;
}

#featured-center > a > .image {
  position: relative;
  width: auto !important;
  height: 350px !important;
  overflow: hidden;
}

#featured-center > a > .image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#featured-center > a > .content {
  padding: 25px;
}

#featured-center > a > .content > .category {
  color: #E64A15;
  font-size: 18px;
  font-weight: 400;
}

#featured-center > a > .content > .title {
  color: #02073E;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 25px;
}

#featured-center > a > .content > .time {
  color: rgba(22, 25, 34, 0.7);
  font-size: 16px;
  font-weight: 400;
}

#pinned-wrap {
  display: block;
  background: #FFF;
  filter: drop-shadow(0px 4px 32px rgba(0, 0, 0, 0.05));
}

#pinned-image {
  border-radius: 4px;
  position: relative;
  width: auto !important;
  height: 350px !important;
  margin: 25px;
}
#pinned-image #bgeffect {
  right: -90px;
  bottom: 0px;
  position: absolute;
  width: 73px;
  height: 82px;
  -o-object-fit: initial;
     object-fit: initial;
  top: initial;
  left: initial;
  z-index: -1;
}

#pinned-image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#pinned-content {
  padding-left: 35px;
  position: relative;
}
#pinned-content #bgeffect2 {
  right: 90px;
  bottom: 0px;
  position: absolute;
  width: 73px;
  height: 82px;
  -o-object-fit: initial;
     object-fit: initial;
  top: initial;
  left: initial;
  z-index: -1;
}

#pinned-icon {
  position: absolute;
  right: 0px;
  top: 0px;
}

#pinned-category {
  color: #E64A15;
  font-size: 18px;
  font-weight: 400;
}

#pinned-title {
  color: #02073E;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 30px;
}

#pinned-author {
  padding: 5px;
}

#pinned-author span:nth-child(1) {
  color: #170066;
  font-size: 16px;
  font-weight: 400;
  padding-right: 15px;
}

#pinned-author span:nth-child(2) {
  color: #4F596A;
  font-size: 18px;
  font-weight: 300;
  border-left: 1px solid rgba(134, 146, 166, 0.5);
  padding-left: 15px;
}

#contactForm {
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.zoom {
  transition: transform 0.5s;
  /* Animation */
  position: relative !important;
  z-index: 888;
  cursor: pointer;
}

.zoom:hover {
  transform: scale(1.1) !important;
  z-index: 88888;
}
.membersection {box-shadow: 0px 0px 10px #b8b8ba; padding: 20px; border-radius: 10px;padding-top: 40px;}
.becomeamember {margin-top: 100px;text-align:center; }
.becomeamember h3 {font-size: 54px; font-weight: bold;}
.becomeamember h4 {font-size: 74px;color: #170066;font-weight: bold;}
.member-images {padding-left: 150px;}


.ddddd {margin-top: 5px;}

.news-img-area h5 {font-size: 16px;}


.socialiconimage img {height: 25px;}



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