@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
@import "../css/font-awesome.min.css";
@import "../css/bootstrap.min.css";
@import "../css/plugins.css";
@import "../news/news_slider.css";
/* start  mixin  */
/* end  mixin */
/*----------------------------------------*/
/*  Global CSS
/*----------------------------------------*/
:root {
  --yellow_color:#ffb050;
  --dark_blue_color:#2d315f;
}

html {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}

body {
  height: 100%;
  top: 0 !important;
}

a:focus,
button:focus {
  outline: 0px solid;
}

input:focus,
textarea {
  box-shadow: 0;
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.fix {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #62b1bf;
  text-decoration: none;
}
a:active, a:hover, a:focus {
  outline: 0 none;
  text-decoration: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

body {
  color: #222222;
  font-family: "Nunito Sans", sans-serif;
  line-height: 26px;
  text-align: left;
  background: #fff;
}

.btn-group {
  margin-left: 5px;
}

.main-content-wrapper,
.wrapper-wide {
  background: #fff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.block {
  display: block;
}

.blue-color {
  color: #454b8a;
}

/*----------------------------------------*/
/*  Header Top
/*----------------------------------------*/
.header-top {
  background: #454b8a;
  color: #fff;
  font-size: 13px;
  position: relative;
}
.header-top:before {
  content: "";
  height: 36px;
  background: var(--yellow_color);
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 25%;
}

.header-top-right {
  position: relative;
}
.header-top-right:before {
  content: "";
  height: 36px;
  position: absolute;
  background: var(--yellow_color);
  right: 0;
  bottom: -2px;
  width: 100%;
}
.header-top-right:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 18px 20px;
  border-color: rgba(0, 0, 0, 0) var(--yellow_color) var(--yellow_color) rgba(0, 0, 0, 0);
  content: "";
  height: 5px;
  position: absolute;
  right: 100%;
  bottom: -2px;
  width: 0px;
}

.header-top span {
  padding-top: 5px;
  display: inline-block;
}

.bilingual {
  display: inline-block;
  position: relative;
}
.bilingual > ul.sub-menu {
  background: #454b8a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  left: 0px;
  margin: 0;
  padding: 14px 21px 16px;
  position: absolute;
  text-align: left;
  top: 100%;
  width: auto;
  z-index: -99;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.bilingual:hover > ul.sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9999;
}

.bilingual .sub-menu > li > a {
  color: #fff;
}

.bilingual .sub-menu > li > a:hover {
  color: var(--yellow_color);
}

.header-top-right {
  float: right;
  padding-top: 15px;
}
.header-top-right > .content {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.header-top-right > .content > a {
  color: #fff;
  padding-top: 2px;
  display: inline-block;
  /* margin-left: 10px; */
  padding: 0px 6px;
  /* padding-left: 10px; */
  margin: 0px 3px;
}
.header-top-right .content:hover > a {
  color: #2d315f;
}
.header-top-right > .content i {
  font-size: 14px;
  margin-right: 8px;
}
.header-top-right > .content:after {
  background: rgba(255, 255, 255, 0.3098039216) none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: -2px;
  position: absolute;
  top: 1px;
  width: 1px;
}
.header-top-right > .content:first-child:after {
  display: none;
}
.header-top-right > .content .account-dropdown {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding: 5px 19px 6px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 125px;
  z-index: -99;
}
.header-top-right > .content:hover .account-dropdown {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9999;
}

.account-dropdown a {
  color: var(--yellow_color);
  display: block;
  padding: 5px 0;
}
.account-dropdown li {
  display: block;
}

/*----------------------------------------*/
/*  Header Logo Menu
/*----------------------------------------*/
.header-logo-menu.stick {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  margin: auto;
  padding: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 999;
}

.bg-dark.header-logo-menu.stick {
  background: #3F5771;
}

.as-mainwrapper.wrapper-boxed .header-logo-menu.stick {
  width: 1200px;
}

/*----------------------------------------*/
/*  Header Logo
/*----------------------------------------*/
.logo > a {
  display: inline-block;
  position: relative;
  z-index: 8;
  display: flex;
}

.top_logo_name {
  display: block;
  font-size: 27px;
  color: #e68100;
  padding-top: 21px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.bottom_logo_name {
  font-size: 18px;
  color: #454b8a;
  font-weight: 600;
}

.header-logo-menu {
  padding: 5px 0px;
}

.logo img {
  margin-right: 10px;
  width: 80px;
}

.header-logo-menu.stick .logo {
  padding: 5px 0;
}

/*----------------------------------------*/
/* Header Mainmenu
/*----------------------------------------*/
.mainmenu {
  display: inline-block !important;
  position: relative;
  z-index: 99;
}

.mainmenu-area {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mainmenu-area .border-top {
  border-top: 0 !important;
}

.header-logo-menu.stick .mainmenu-area {
  padding: 0;
  margin: 0;
}
.header-logo-menu.stick .mainmenu-area .mainmenu ul#nav > li > a {
  line-height: 96px;
}

.mainmenu ul#nav > li {
  display: inline-block;
  margin-right: 7px;
  position: relative;
}
.mainmenu ul#nav > li.home i {
  font-size: 18px;
}
.mainmenu ul#nav > li > a {
  color: #000;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 82px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-weight: 500;
}
.mainmenu ul#nav > li > a:after {
  bottom: 30px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mainmenu ul#nav.menu-white > li > a:after {
  bottom: 30px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-logo-menu.stick .mainmenu ul#nav > li > a:after {
  bottom: 38px;
}

.mainmenu ul#nav.menu-white > li:hover > a:after {
  background: var(--yellow_color);
}
.mainmenu ul#nav.menu-white > li:hover > a:after {
  width: 21px;
}
.mainmenu ul#nav.menu-white > li > a {
  color: red;
}
.mainmenu ul#nav > li:hover > a:after {
  width: 21%;
  background: var(--yellow_color);
}

.header-logo-menu.stick .mainmenu ul#nav.menu-white > li > a,
.mainmenu ul#nav.menu-white > li:hover > a,
.stick .mainmenu ul#nav.menu-white > li:hover > a {
  color: var(--yellow_color);
}

.mainmenu li > a > i {
  margin-left: 6px;
  position: relative;
  top: -1px;
}

.lg-space .mainmenu ul#nav > li {
  margin-right: 36px;
}

.mainmenu ul#nav.border-full > li:hover > a:after {
  width: 100%;
}
.mainmenu ul#nav.border-top > li > a:after {
  bottom: auto;
  top: 30px;
}
.mainmenu ul#nav.border-top-2 > li > a:after {
  bottom: auto;
  top: -9px;
}

.padding-small .logo {
  padding-top: 20px;
}
.padding-small .mainmenu ul#nav > li > a {
  line-height: 82px;
}

/*------------------------------------------*/
/*  Dropdown Menu
/*------------------------------------------*/
.mainmenu ul.sub-menu {
  background-color: #454b8a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  left: -23px;
  margin: 0;
  padding: 14px 21px 16px;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 230px;
  z-index: -99;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.mainmenu ul.sub-menu ul.inside-menu {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  left: -23px;
  margin: 0;
  padding: 14px 21px 16px;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 190px;
  z-index: -99;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.mainmenu ul#nav li ul.sub-menu > li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.mainmenu ul#nav li ul.sub-menu > li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 33px;
  text-transform: capitalize;
}
.mainmenu ul#nav li ul.sub-menu > li a i {
  float: right;
  font-size: 17px;
  top: 10px;
}

.mega-menu a {
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 33px;
  text-transform: capitalize;
}

.mainmenu ul#nav li:last-child {
  margin-right: 0;
}

.header-two .mainmenu ul#nav li:last-child {
  margin-right: 0;
}

.mainmenu > nav > ul#nav > li:hover ul.sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9999;
}
.mainmenu ul.sub-menu li:hover ul.inside-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9999;
}
.mainmenu ul.sub-menu ul.inside-menu {
  left: 169px;
  top: -2px;
  width: 195px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.mainmenu ul.sub-menu li:hover ul.inside-menu {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  z-index: 9999;
}

.fixed {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}

/*----------------------------------------*/
/*  Mobile Menu
/*----------------------------------------*/
.mobile-menu-area {
  background: #454b8a;
  display: none;
}

.mean-container .mean-bar:after {
  display: none;
}
.mean-container .mean-nav ul li a:hover {
  background: #fff;
}
.mean-container a.meanmenu-reveal span {
  background: #fff none repeat scroll 0 0;
}
.mean-container .mean-nav ul li {
  background: transparent;
}
.mean-container .mean-nav ul li a {
  color: var(--yellow_color);
  display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
  background: none;
  top: -4px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: none;
}
.mean-container a.meanmenu-reveal:hover span {
  background: #fff;
}

.mobile-menu-area .mean-nav {
  background: var(--yellow_color) none repeat scroll 0 0;
}

.mean-last {
  margin-bottom: 20px;
}

.mobile-menu {
  position: relative;
}

.mean-container .mean-bar:before {
  color: #fff;
  content: "MENU";
  font-size: 18px;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 13px;
}

/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/
.nivo-caption {
  z-index: 9;
}

.banner-content {
  height: 100%;
  margin: auto;
}
.banner-content .container,
.banner-content .row,
.banner-content .col-md-12,
.banner-content .text-content-wrapper,
.banner-content .text-content {
  height: 100%;
  margin: auto;
}
.banner-content .text-content-wrapper {
  display: table;
  float: right;
  margin-right: -23px;
}
.banner-content .text-content-wrapper.full-width {
  float: none;
  margin: auto;
  z-index: 9;
  position: relative;
}

.slider-area .text-content,
.background-area .text-content,
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.banner-content h1 {
  color: #fff;
  font-size: 60px;
  line-height: 64px;
  padding-bottom: 41px;
  position: relative;
}

.slider-area .banner-content h1 {
  -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInUp;
  animation: 1500ms ease-in-out 0s normal none 1 running fadeInUp;
}

.banner-content h1:after {
  background: #fff none repeat scroll 0 0;
  bottom: 15px;
  content: "";
  height: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 66%;
}
.banner-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}

.button-default {
  background: var(--yellow_color) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 15px 35px;
  text-transform: uppercase;
}
.button-default:hover {
  color: #fff;
}

.banner-readmore {
  clear: both;
  display: inline-block;
  line-height: 48px;
}

.button-green:hover {
  background: var(--yellow_color);
}

.nivo-directionNav {
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.preview-2 .nivo-controlNav,
.slider-three .preview-2 .nivo-directionNav {
  display: none;
}

.banner-content.static-text {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9;
}

.background-area .button-default {
  display: inline;
}

.no-animation.background-area:after, .no-animation.overlay-light-fullwidth:after, .no-animation.overlay-light-2-fullwidth:after, .no-animation.overlay-dark-2-fullwidth:after {
  animation: none;
}

.banner-content h1.text-center::after {
  right: 0;
  margin: auto;
}
.banner-content h1.border-none::after {
  display: none;
}

.background-area.overlay-none::after {
  display: none;
}

.text-content-wrapper.full-width {
  margin: auto;
  float: none;
}

.preview-2 {
  position: relative;
}
.preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav, .preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
  font-size: 0;
}
.preview-2 .nivo-directionNav a.nivo-prevNav::before, .preview-2 .nivo-directionNav a.nivo-nextNav::before {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  content: "\f104";
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 30px;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 300ms ease-in 0s;
  width: 50px;
  z-index: 9;
}
.preview-2 .nivo-directionNav a.nivo-prevNav:hover::before {
  color: #fff;
}
.preview-2 .nivo-directionNav a.nivo-nextNav:hover::before {
  color: #fff;
}
.preview-2 .nivo-directionNav a.nivo-nextNav::before {
  content: "\f105";
  left: auto;
}
.preview-2 .nivo-directionNav a.nivo-prevNav {
  position: absolute;
  top: 45%;
  left: 1%;
}
.preview-2 .nivo-directionNav a.nivo-nextNav {
  position: absolute;
  top: 45%;
  right: 5%;
}
.preview-2 .nivo-controlNav {
  bottom: 26px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: inherit;
  z-index: 99;
  display: none;
}
.preview-2 .nivo-controlNav a {
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 12px;
  line-height: 10px;
  margin: 0 17px;
  position: relative;
  text-indent: -9999px;
  width: 12px;
}
.preview-2 .nivo-controlNav a::before {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  content: "";
  height: 25px;
  left: -17px;
  margin: auto;
  position: absolute;
  right: -17px;
  top: -7px;
  width: 46px;
}
.preview-2:hover .nivo-controlNav a {
  opacity: 1;
  z-index: 999999;
}

.nivo-controlNav a.active:before, .nivo-controlNav a:hover:before {
  border-color: #fff;
}

.slider-two .preview-2 .nivo-controlNav,
.slider-three .preview-2 .nivo-controlNav {
  display: inline-block;
}

.slider-area.no-overlay:after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

/*----------------------------------------*/
/*  4. About Area
/*----------------------------------------*/
.about-area p {
  line-height: 26px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* min-height: 75px; */
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.about-area .button-default {
  padding: 9px 41px;
}

.about-container > .button-default:hover {
  background: #fff none repeat scroll 0 0;
  color: var(--yellow_color);
}

/*----------------------------------------*/
/*  innerpage css
/*----------------------------------------*/
.list-group a {
  background-color: #f5f5f5;
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: -1px;
}

.list-group a:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group a:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group a:hover {
  background: #dadfdf;
  color: #000;
}

.list-group a.active::before {
  content: "";
  position: absolute;
  right: -16px;
  top: 15px;
  border: 8px solid transparent;
  border-left-color: #454b8a;
}

.list-group a.active,
.list-group a.active:hover {
  background-color: #454b8a;
  border-color: #454b8a;
  color: #fff;
}

.list-group a span {
  background: #dedede;
  display: table;
  width: auto;
  /* color: #2e3583; */
  font-size: 12px;
  margin-bottom: 0;
  line-height: normal;
  padding: 2px 6px;
  font-weight: bold;
  border-radius: 2px;
}

.list-group a.active span {
  /* background: #bcc0f0; */
  background: #6e75c8;
  color: #fff;
  /* color: #2e3583; */
}

.banner-area {
  position: relative;
  background-size: cover;
}

.banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #295e66;
  opacity: 0.6;
}

.banner-area .breadcrumb {
  background: transparent;
  padding: 0;
}

.breadcrumb-item a {
  background: var(--white);
  padding: 3px 7px;
  border-radius: 2px;
  color: #141c71;
  font-size: 13px;
}

.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

td strong {
  color: var(--yellow_color);
}

.chairmen_list {
  background: #f5f5f5;
  height: 100%;
}

.chairmen_list h4 {
  font-size: 1.05rem;
  font-weight: 600;
  padding: 8px 10px;
  color: #2e5490;
  border-bottom: 1px solid #dcdada;
}

.chairmen_list p {
  padding: 8px 10px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.chairmen_list p i {
  font-size: 14px;
  color: #e68100;
}

.chairmen-all {
  flex-flow: wrap;
  column-gap: 10px;
}

.chairmen-all li {
  width: 24%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1100px) {
  .chairmen-all li {
    width: 32%;
  }
}
@media only screen and (max-width: 991px) {
  .chairmen-all li {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .chairmen-all li {
    width: 99%;
  }
}
.pdf-download {
  background: #fff;
  padding: 0 5px;
  line-height: 27px;
  border: 1px solid #454b8a;
  border-radius: 2px;
}

.pdf-download i {
  color: rgba(242, 39, 26, 0.9882352941);
}

.pdf-download:hover {
  background: var(--dark_blue_color);
  color: #fff;
}

.pdf-but span {
  display: block;
  color: var(--yellow_color);
}

.border-s {
  border-left: 3px solid var(--yellow_color);
}

.border-s i {
  height: 36px;
  width: 36px;
  font-size: 18px;
  border: 2px solid var(--yellow_color);
  border-radius: 50%;
  line-height: 32px;
  color: var(--dark_blue_color);
}

.form-control {
  border-radius: 1px;
}
.form-control .form-control:focus {
  border-color: var(--yellow_color);
  outline: 0;
  box-shadow: none;
}

/*----------------------------------------*/
/*  Footer Widget Area
/*----------------------------------------*/
.footer-widget-area {
  background: #2d315f;
  color: #fff;
}

.footer-logo {
  margin-bottom: 24px;
}
.footer-logo > a {
  display: inline-block;
}

.social-icons {
  margin-top: 27px;
}
.social-icons a {
  background: #fff none repeat scroll 0 0;
  color: var(--yellow_color);
  display: inline-block;
  font-size: 20px;
  height: 31px;
  line-height: 30px;
  margin-right: 11px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 31px;
}
.social-icons > a:last-child {
  margin-right: 0;
}
.social-icons > a:hover {
  color: #62b1bf;
}

.single-footer-widget > h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 19px;
  margin-bottom: 20px;
  padding-top: 12px;
  text-transform: uppercase;
}
.single-footer-widget > span {
  display: block;
  margin-bottom: 11px;
  padding-left: 30px;
  position: relative;
}
.single-footer-widget > span i {
  font-size: 18px;
  width: 30px;
  left: 0;
  position: absolute;
}

.faamc-accordion .h_design .fa {
  position: absolute;
  right: 28px;
  top: 10px;
  font-size: 15px;
  background: var(--orange);
  color: var(--white);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 32px;
}
.faamc-accordion [data-toggle=collapse].collapsed i:before {
  content: "\f067";
}
.faamc-accordion .card {
  margin-bottom: 10px;
}
.faamc-accordion .card .card-header {
  background-color: rgba(236, 238, 255, 0.29);
  border-bottom: 1px solid rgb(236, 238, 255);
  padding-top: 10px;
  padding-bottom: 0px;
}
.faamc-accordion .card .card-header .sp_heading {
  font-size: 23px;
}
.faamc-accordion .card .card-body {
  background-color: rgba(253, 126, 20, 0.1098039216);
  margin: 10px;
  position: relative;
  overflow: hidden;
}
.faamc-accordion .card .card-body .Programs-devider {
  position: absolute;
  width: 100%;
  height: 150%;
  background-color: rgba(253, 126, 20, 0.0901960784);
  left: -40%;
  transform: rotate(33deg);
  top: -10%;
  bottom: -10%;
}
.faamc-accordion .card .card-body .programs-image.gap-1 {
  gap: 10px;
}
.faamc-accordion .card .card-body .programs-image img {
  width: 100px;
  height: 75px;
  object-fit: cover;
  object-position: top;
}
.faamc-accordion .card .card-body .pdf-download.bg-trans {
  background: transparent;
}
.faamc-accordion .card .card-body .pdf-download.bg-trans:hover {
  background: var(--dark_blue_color);
  color: #fff;
}
.faamc-accordion .single-footer-widget ul li span i {
  color: var(--orange);
}

.footer-list a {
  color: #fff;
  line-height: 25px;
}

.instagram-image {
  padding-top: 5px;
}

.footer-img {
  display: inline-block;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}

.instagram-image .footer-img:nth-child(3), .instagram-image .footer-img:nth-child(6) {
  margin-right: 0;
}

.footer-img a {
  display: inline-block;
  position: relative;
}
.footer-img a:before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.footer-img:hover a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.footer-img a:after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  content: "+";
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  height: 18px;
  left: 0;
  margin: -9px auto 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 18px;
}
.footer-img:hover a:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/* Start Sitemap area */
.tree ul {
  padding-left: 40px;
}

.tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}

.tree li::before,
.tree li::after {
  content: "";
  left: -20px;
  position: absolute;
  right: auto;
}

.tree li::before {
  border-left: 2px solid #000;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}

.tree li::after {
  border-top: 2px solid #000;
  height: 20px;
  top: 25px;
  width: 25px;
}

.tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #000;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  cursor: pointer;
}

.tree > ul > li::before,
.tree > ul > li::after {
  border: 0;
}

.tree li:last-child::before {
  height: 27px;
}

.tree li span:hover {
  background: var(--yellow_color);
  border: 2px solid #94a0b4;
}

/* End Sitemap area */
/*----------------------------------------*/
/*  Footer Area
/*----------------------------------------*/
.footer-area {
  font-size: 12px;
  padding: 18px 0;
  background: #232650;
  color: #fff;
}

.column-right {
  float: right;
}

.footer-area span a {
  color: #fff;
}
.footer-area span a:hover {
  border-bottom: 1px solid #fff;
}

.single-footer-widget > a {
  color: #fff;
  display: block;
  margin-bottom: 11px;
}
.single-footer-widget > a:hover i {
  color: #fff;
}
.single-footer-widget > a i {
  font-size: 18px;
  width: 30px;
}

/*----------------------------------------*/
/*  26. Scrollup
/*----------------------------------------*/
#scrollUp {
  bottom: 45px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 28px;
  height: 40px;
  line-height: 37px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 40px;
  z-index: 9999;
  background: var(--yellow_color);
}
#scrollUp:hover {
  background-color: #62b1bf;
}

/*----------------------------------------*/
/*  important link
/*----------------------------------------*/
.impo-links-sec ul {
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  justify-content: center;
  align-items: center;
}
.impo-links-sec ul li {
  background: #fff;
  width: 24.7%;
}
.impo-links-sec ul li a {
  text-align: center;
  padding: 10px;
  display: block;
  color: #2d3f95;
  font-weight: 700;
  min-height: 130px;
}
.impo-links-sec ul li a span {
  display: inline-block;
  width: 100%;
}
.impo-links-sec ul li a img {
  width: 60px;
  margin-bottom: 5px;
}

/*----------------------------------------*/
/*  27. Additional CSS
/*----------------------------------------*/
/* heading design */
.new_top {
  position: relative;
  z-index: 9;
}
.new_top:after {
  position: absolute;
  content: "";
  background: #515898;
  top: 35%;
  bottom: 35%;
  right: -9px;
  width: 19px;
  height: 30%;
}
.new_top a.btnUp {
  top: 16%;
  z-index: 11;
  position: absolute;
  right: -3%;
  padding: 0px;
  cursor: pointer;
  font-size: 30px;
  color: var(--yellow_color);
}
.new_top a.btnDown {
  z-index: 11;
  position: absolute;
  right: -3%;
  padding: 0px;
  cursor: pointer;
  font-size: 30px;
  color: var(--yellow_color);
}
.new_top a:hover.btnUp {
  color: #fff;
}
.new_top a:hover.btnDown {
  color: #fff;
}
.new_top .btnDown {
  bottom: 16%;
}

.sp_heading {
  color: #454b8a;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 800;
  position: relative;
}
.sp_heading:before {
  position: absolute;
  content: "";
  background: var(--yellow_color);
  bottom: 0px;
  left: 0px;
  width: 60px;
  height: 2px;
}

.sub-sp_heading {
  color: #454b8a;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 800;
  position: relative;
}
.sub-sp_heading:before {
  position: absolute;
  content: "";
  background: var(--yellow_color);
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 2px;
}

.card-fox {
  background-color: #f5f5f5;
  margin-top: 100px;
}

.card-header-blue {
  width: 50%;
  position: relative;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  text-shadow: 3px 3px 0px rgb(6, 47, 85);
  margin-top: -95px;
}
.card-header-blue::before {
  content: "";
  position: absolute;
  right: -53px;
  background-color: #224769;
  top: 22px;
  width: 105px;
  height: 105px;
  transform: rotate(45deg);
  box-shadow: 7px -7px 1px rgba(0, 0, 0, 0.12);
}
.card-header-blue .img-tag {
  border: 2px solid #ffb050;
  width: 132px;
  padding: 5px;
  margin: 5px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.card-header-blue .sp_heading-chairmen {
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  padding: 10px 0 0;
  text-transform: uppercase;
  line-height: 40px;
}
.card-header-blue .sp_heading-chairmen b {
  color: #fff;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
}
.card-header-blue .sp_heading-chairmen span {
  font-size: 20px;
  color: var(--yellow_color);
  display: flex;
  width: max-content;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 0;
  font-weight: 600;
  margin-top: 5px;
  /* background: #072540; */
  font-style: italic;
  text-transform: capitalize;
  line-height: normal;
  text-shadow: none;
}

.chairman-but {
  position: absolute;
  right: 0;
  top: -90px;
}

/* .mt-neg-50{margin-top:-100px;} */
.header-top:after,
.about-area:after {
  border-color: rgba(0, 0, 0, 0) var(--yellow_color) var(--yellow_color) rgba(0, 0, 0, 0);
}

.header-top:before {
  background: var(--yellow_color);
}

.public_fig_wrap {
  display: flex;
}

.upurdu-text {
  padding-left: 20px;
  width: 70%;
}

.public_fig_wrap .sm-thumb img {
  padding: 5px;
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: top;
  background-color: #fff;
}
.public_fig_wrap .upurdu-text h5 {
  font-size: 19px;
  line-height: 20px;
  color: var(--yellow_color);
  text-transform: uppercase;
}
.public_fig_wrap .upurdu-text p {
  color: #fff;
}

.bg_colo1 {
  background: #f5f5f5;
}

.bg_colo4 {
  background: #224769;
}

.about-area {
  position: relative;
  z-index: 1;
}

.bg_colo2 {
  /* background: #ffedd7; */
  background: var(--yellow_color);
}

.bg_colo3 {
  /* background: #d7f2ff; */
  background: #454b8a;
}

/* .about-area { */
/* background: #f5fcff; */
/* } */
.sub-heading {
  font-size: 25px;
  font-weight: 800;
  padding-bottom: 13px;
  font-family: "Nunito Sans", sans-serif;
}

.hone-heading {
  font-size: 32px;
}

.message-area {
  position: relative;
}
.message-area::before {
  content: "";
  position: absolute;
  font-size: 105px;
  color: #fff;
  top: -18px;
  left: -62px;
  font-family: inherit;
  background: url(../images/quote-1.png);
  width: 50px;
  height: 37px;
  background-position: center;
  background-size: cover;
}
.message-area p {
  font-size: 19px;
  font-weight: 600;
  margin-top: 6px;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
}

.imp-links .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0px;
  top: 20px;
  position: absolute;
}

.indicators {
  background: radial-gradient(circle at 5% 0%, rgba(216, 239, 85, 0.2) 15%, rgba(255, 255, 255, 0) 35%), radial-gradient(circle at 0% 0%, rgba(144, 222, 251, 0.32) 9%, rgba(255, 255, 255, 0.1803921569) 16%), radial-gradient(circle at 100% 50%, rgba(216, 239, 85, 0.25) 5%, #245860 30%), radial-gradient(circle at 100% 50%, rgba(144, 222, 251, 0.25) 8%, rgba(255, 255, 255, 0.4196078431) 20%), radial-gradient(circle at 5% 81%, rgba(216, 239, 85, 0.13) 11%, rgba(255, 255, 255, 0.2705882353) 24%), radial-gradient(circle at 0% 84%, rgba(144, 222, 251, 0.4) 2.5%, transparent 14%);
  border-top: 0 solid #d4d4d4;
  position: relative;
  background-size: cover;
  background-position: 0% 50%;
}
.indicators.pd-50:before {
  content: "";
  position: absolute;
  background: rgba(83, 238, 247, 0.2196078431);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-slide img {
  background: #fff;
  border: 1px solid var(--yellow_color);
  padding: 10px;
}

.sin-testiText {
  outline: none;
}
.sin-testiText p {
  margin-top: 22px;
  color: #fff;
  line-height: 24px;
}

.slick-prev,
.slick-next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  font-size: 0;
  z-index: 9;
  height: 25px;
  outline: medium none;
  padding: 0;
  position: absolute;
  top: 34.6%;
  width: 16px;
}

.slick-prev {
  left: -31px;
}
.slick-prev:before {
  left: -3px;
  height: 30px;
  width: 30px;
  top: 0;
  position: absolute;
  color: #fff;
  content: "\f104";
  font-family: "FontAwesome";
  background: var(--yellow_color);
  font-size: 30px;
  line-height: 30px;
  border-radius: 50%;
}
.slick-prev:hover:before {
  background: #62b1bf;
}

.slick-next {
  right: -31px;
}
.slick-next:before {
  height: 30px;
  width: 30px;
  top: 0;
  position: absolute;
  color: #fff;
  content: "\f104";
  font-family: "FontAwesome";
  background: var(--yellow_color);
  font-size: 30px;
  line-height: 30px;
  border-radius: 50%;
  right: 0;
  content: "\f105";
}
.slick-next:hover:before {
  background: #62b1bf;
}

.bg_colo4,
.bg_colo3,
.bg_colo2,
.bg_colo1 {
  flex: 1;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.flex-item {
  flex-grow: 1.2;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-0 {
  padding-right: 0px;
}

.white_color {
  color: #fff;
}

.btn-define {
  color: #fff;
  border: 0;
  border-bottom: 2px solid var(--yellow_color);
  font-size: 15px;
  padding-bottom: 5px;
  background: #454b8a;
  padding: 7px 15px;
}

/*start photo gallery*/
.photo-image {
  border: 1px solid #ffb050;
}
.photo-image a {
  height: 230px;
  display: block;
}
.photo-image a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.photo-image a .video-play {
  position: absolute;
  top: 40%;
  left: 42%;
  font-size: 20px;
  color: #fffbf6;
  /* box-shadow: 3px 3px 20px rgb(0 0 0 / 22%); */
  border: 7px double #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

/* start political section */
.political-block {
  width: 300px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.political-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #295e66;
  height: 175px;
  z-index: -1;
  border-radius: 10px;
  border-bottom: 5px solid var(--yellow_color);
}

.political-img {
  width: 150px;
  height: 150px;
  transform: rotate(45deg);
  background: #fff;
  /* box-shadow: 1px 1px 13px 7px #00000024; */
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid var(--yellow_color);
}

.political-img img {
  width: 170px;
  height: 172px;
  transform: rotate(-45deg);
  object-fit: cover;
}

/* end political section */
/* start responsive css */
/* Large desktop :1920px. */
@media (min-width: 1920px) {
  .container {
    width: 1230px;
  }
  .as-mainwrapper .container {
    width: 1200px;
  }
  .header-top::before {
    width: 44%;
  }
  .header-top::after {
    right: 44%;
  }
  .slider-area::after {
    width: 63%;
  }
  .as-mainwrapper.wrapper-boxed .slider-area::after {
    width: 65%;
  }
  .banner-content h1 {
    font-size: 62px;
  }
  .form-container {
    padding: 38px 77px;
  }
  .single-course-details .single-item-content {
    padding-top: 41px;
  }
  .single-latest-text {
    padding: 30px 10px 27px 25px;
  }
  .newsletter-area::before {
    width: 46.5%;
  }
  .newsletter-area::after {
    left: 46.5%;
  }
  .single-sidebar-widget .tags li a {
    margin-right: 10px;
  }
  .as-mainwrapper.wrapper-boxed .slider-area.slider-two::after {
    width: 100%;
  }
  .video-wrapper,
  .video-banner {
    height: 630px;
  }
  .form-container > button {
    padding: 0 22px;
  }
  .select.large {
    width: 247px;
  }
}
@media only screen and (max-width: 1000px) {
  .programs-image img {
    width: 100px;
    height: 50px;
  }
  .programs-image.text-center.justify-content-end {
    justify-content: start;
  }
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .header-logo-menu .container {
    max-width: 1200px;
  }
  .impo-links-sec ul li {
    width: 24.5%;
  }
  .container {
    max-width: 1100px;
  }
  .slick-slide img {
    padding: 4px;
  }
  .impo-links-sec ul li a {
    padding: 6px;
  }
  .card-header-blue .sp_heading-chairmen {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding: 10px 0 0;
    text-transform: uppercase;
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .mobile-menu-area {
    display: block;
  }
  .mainmenu {
    display: none !important;
  }
  .header-logo-menu {
    padding: 5px 0 0;
  }
  .container {
    width: 970px;
  }
  .as-mainwrapper.wrapper-boxed {
    width: 970px;
  }
  .as-mainwrapper.wrapper-boxed .header-logo-menu.stick {
    width: 970px;
  }
  .header-top::before {
    width: 53%;
  }
  .header-top::after {
    right: 53%;
  }
  .slider-area::after {
    width: 77%;
    transform: rotate(21.5deg) scale(1.7);
  }
  .banner-content .text-content-wrapper {
    margin-right: -15px;
  }
  .banner-content h1 {
    font-size: 52px;
    line-height: 57px;
  }
  .single-item {
    padding: 0 20px;
  }
  .single-latest-text {
    padding: 22px 0 16px 11px;
  }
  .single-latest-text > h3 {
    font-size: 19px;
  }
  .single-product-text {
    padding: 23px 15px 22px;
  }
  .single-event-text {
    padding: 29px 10px 35px;
  }
  .single-event-item .single-item-comment-view span {
    margin-right: 3px;
  }
  .newsletter-area::before {
    width: 42%;
  }
  .newsletter-area::after {
    left: 42%;
  }
  .subscribe-form {
    width: 452px;
  }
  .social-icons a {
    margin-right: 8px;
  }
  .single-footer-widget > span i {
    width: 24px;
  }
  .footer-img {
    height: 59px;
    width: 59px;
  }
  .footer-img a::after {
    margin: -13px auto 0;
  }
  .select {
    margin-right: 7px;
  }
  .select.large {
    width: 178px;
  }
  .select.medium {
    width: 150px;
  }
  .select.small {
    width: 130px;
  }
  .course-page {
    padding: 120px 0 100px;
  }
  .course-page .single-item {
    margin-bottom: 130px;
  }
  .teachers-area {
    padding: 0 0 120px;
  }
  .single-sidebar-widget .single-item {
    padding: 0 8px;
  }
  .single-item-text-info span {
    margin-right: 8px;
  }
  .single-sidebar-widget {
    margin-bottom: 35px;
  }
  .sidebar-widget .single-teacher-text > p,
  .single-sidebar-widget .single-item-text > p {
    font-size: 14px;
  }
  .single-course-details .single-item-text h4 {
    padding-top: 0;
  }
  .single-course-details .single-item-text-info {
    margin-bottom: 10px;
  }
  .newsletter-two .subscribe-form > input {
    width: 304px;
  }
  .newsletter-two .subscribe-form > button {
    margin-left: 7px;
    width: 142px;
  }
  .news-details-content .single-latest-text {
    padding: 35px 27px 0;
  }
  .product-details-content {
    margin: 0 26px;
    padding: 3px 0 0;
  }
  .testimonial-text-slider {
    width: 72%;
  }
  .mailchimp-alerts {
    padding-left: 85px;
  }
  .subscribe-container {
    padding: 16px 27px 21px;
  }
  .gallery-img h2 {
    margin: 47px auto 10px;
  }
  .gallery-img p {
    margin: 0;
  }
  .slider-two .banner-content h1 {
    font-size: 46px;
    line-height: 46px;
    padding-bottom: 7px;
  }
  .slider-two .banner-content h1::after {
    display: none;
  }
  .slider-two .banner-content p {
    padding-bottom: 0;
  }
  .padding-small .mainmenu ul#nav > li > a {
    line-height: 66px;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .row-sm {
    flex-direction: column;
  }
  .bg_colo4, .bg_colo3, .bg_colo2, .bg_colo1 {
    margin-bottom: 10px;
  }
  .container {
    max-width: 750px;
  }
  .as-mainwrapper.wrapper-boxed {
    width: 750px;
  }
  .header-logo-menu {
    padding: 5px 0 0;
  }
  .mobile-menu-area {
    display: block;
  }
  .search {
    top: -10px;
  }
  .mainmenu {
    display: none !important;
  }
  .as-mainwrapper.wrapper-boxed .header-logo-menu.stick {
    width: 750px;
  }
  .header-logo-menu.stick, .header-logo-menu.sticker.fixed {
    position: inherit;
  }
  .header-top::before {
    width: 48%;
  }
  .header-top::after {
    right: 48%;
  }
  .logo {
    text-align: center;
  }
  .slider-area::after {
    width: 100%;
    transform: rotate(0) scale(1);
  }
  .banner-content .text-content-wrapper {
    margin-right: 0;
    float: none;
    margin: auto;
    text-align: center !important;
  }
  .slider-two .banner-content .text-content-wrapper {
    float: none;
    margin: auto;
    text-align: center !important;
  }
  .banner-content h1 {
    margin-bottom: 14px;
  }
  .banner-content h1::after {
    right: 0;
  }
  .about-area {
    background-position: left top;
    margin-top: 100px;
  }
  .about-container {
    margin-left: 0;
  }
  .course-area .container .row .col-lg-4:nth-child(3) .single-item {
    margin-top: 80px;
  }
  .single-latest-text {
    padding: 30px 10px 48px 35px;
  }
  .section-title-wrapper {
    margin-bottom: 70px;
  }
  .course-area .section-title-wrapper {
    margin-bottom: 105px;
  }
  .section-margin {
    margin: 80px 0 100px 0;
  }
  .section-padding {
    padding: 80px 0;
  }
  .section-bottom-padding {
    padding: 0 0 80px;
  }
  .fun-factor-area {
    padding: 70px 0;
  }
  .latest-area .col-md-6:last-child .single-latest-item:last-child {
    margin: 0;
  }
  .product-area .container .row .col-md-6:nth-child(1) .single-product-item, .product-area .container .row .col-md-6:nth-child(2) .single-product-item {
    margin-bottom: 30px;
  }
  .teachers-area .container .row .col-md-6:nth-child(1) .single-teacher-item, .teachers-area .container .row .col-md-6:nth-child(2) .single-teacher-item {
    margin-bottom: 30px;
  }
  .single-product-text .button-default {
    margin-left: 5px;
  }
  .button-large.button-default {
    margin-top: 70px;
  }
  .event-area .container .row .col-md-6:nth-child(3) .single-event-item {
    margin-top: 30px;
  }
  .event-area.event-page .container .row .col-md-6:nth-child(3) .single-event-item {
    margin-top: 0px;
  }
  .instagram-image .footer-img:nth-child(3), .instagram-image .footer-img:nth-child(6) {
    margin-right: 15px;
  }
  .single-event-item .single-item-comment-view span {
    margin-right: 6px;
  }
  .newsletter-content h3 {
    font-size: 21px;
  }
  .newsletter-content h2 {
    font-size: 25px;
  }
  .subscribe-form {
    width: 335px;
  }
  .footer-img {
    height: 62px;
    width: 62px;
  }
  .footer-img a::after {
    margin: -13px auto 0;
  }
  .single-footer-widget {
    margin-bottom: 30px;
  }
  .teachers-area.padding-top {
    padding: 80px 0 100px;
  }
  .skill-image {
    margin-top: 40px;
  }
  .link-social,
  .contact-text {
    margin-bottom: 60px;
  }
  .select.large {
    width: 170px;
  }
  .select.medium {
    width: 130px;
  }
  .select.small {
    width: 126px;
  }
  .form-container > button {
    padding: 0 15px;
  }
  .course-page {
    padding-top: 110px;
  }
  .course-page .single-item {
    margin-bottom: 110px;
  }
  .course-page .col-md-4:nth-child(4) .single-item {
    margin-bottom: 110px;
  }
  .course-page .col-md-4:nth-child(5) .single-item, .course-page .col-md-4:nth-child(6) .single-item {
    margin-bottom: 50px;
  }
  .course-page.course-area .container .row .col-lg-4:nth-child(3) .single-item {
    margin-top: 0px;
  }
  .teachers-area {
    padding: 0 0 110px;
  }
  .newsletter-two .subscribe-form > input {
    width: 237px;
  }
  .newsletter-two .subscribe-form > button {
    margin-left: 8px;
  }
  .latest-page .col-md-6:last-child .single-latest-item:last-child {
    margin-bottom: 30px;
  }
  .news-details-content .single-latest-text {
    padding: 35px 30px 0;
  }
  .news-details-area .sidebar-widget {
    margin-top: 30px;
  }
  .product-details-content {
    margin: 0;
    padding: 0;
  }
  .qty {
    margin-top: 12px;
  }
  .product-details-content .button-default {
    margin: 10px 0;
  }
  .product-details-content .p-price {
    font-size: 30px;
    padding-top: 10px;
  }
  .section-top-padding {
    padding: 80px 0 0;
  }
  .shop-grid-area .col-md-3:nth-child(9) .single-product-item {
    margin-bottom: 60px;
  }
  .pagination-content.number .pagination {
    margin: 60px 0 20px;
  }
  .shortcode-area {
    padding: 35px 0 80px;
  }
  .course-details-content {
    margin: 0;
  }
  .course-details-area a img {
    margin: 0;
    width: 100%;
  }
  .course-details-content .single-course-details {
    padding: 30px;
  }
  .course-details-area .sidebar-widget {
    margin-top: 45px;
  }
  .testimonial-text-slider {
    width: 90%;
  }
  .mailchimp-alerts {
    padding-left: 85px;
  }
  .subscribe-container {
    padding: 13px 20px 15px;
  }
  .angle .mailchimp-alerts {
    padding-left: 83px;
  }
  .gallery-img h2 {
    margin: 67px auto 10px;
  }
  .slider-two .banner-content h1 {
    font-size: 46px;
    line-height: 46px;
    padding-bottom: 7px;
  }
  .slider-two .banner-content h1::after {
    display: none;
  }
  .slider-two .banner-content p {
    padding-bottom: 0;
  }
  .slider-three .banner-content h1 {
    font-size: 48px;
    line-height: 53px;
    margin: 0;
    padding-bottom: 14px;
  }
  .banner-content h1.mt-60 {
    margin-top: 10px;
  }
  .header-logo-menu.fixed {
    position: inherit;
  }
  .card-header-blue .sp_heading-chairmen {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 8px;
    font-size: 23px;
    font-weight: 600;
    position: relative;
    padding: 10px 0 0;
    text-transform: uppercase;
    line-height: 30px;
  }
  .card-header-blue::before {
    content: "";
    position: absolute;
    right: -49px;
    background-color: #224769;
    top: 21px;
    width: 98px;
    height: 98px;
    transform: rotate(45deg);
    box-shadow: 7px -7px 1px rgba(0, 0, 0, 0.12);
  }
}
/* small mobile :320px. */
@media (max-width: 767px) {
  .card-header-blue {
    width: 85%;
    margin-top: 0;
  }
  .card-header-blue .sp_heading-chairmen {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding: 10px 0 0;
    text-transform: uppercase;
    line-height: 30px;
  }
  .row-sm {
    flex-direction: column;
  }
  .mean-container .mean-nav ul li a {
    color: #000000;
  }
  .header-top:after {
    border-width: 13px 20px;
    top: 0px;
    width: 0px;
  }
  .header-top-right {
    padding-top: 0;
  }
  .about_sec .political-block {
    width: 100%;
  }
  .bg_colo4, .bg_colo3, .bg_colo2, .bg_colo1 {
    margin-bottom: 10px;
  }
  .as-mainwrapper.wrapper-boxed {
    width: 300px;
  }
  .mobile-menu-area {
    display: block;
  }
  .mainmenu {
    display: none !important;
  }
  .as-mainwrapper.wrapper-boxed .header-logo-menu.stick {
    width: 300px;
  }
  .header-logo-menu.stick,
  .as-mainwrapper.wrapper-boxed .header-logo-menu.stick,
  .header-logo-menu.sticker.fixed {
    position: inherit;
  }
  .btn {
    margin-bottom: 10px;
    padding: 6px 10px;
  }
  .header-top-right > .content {
    margin-left: 1px;
    padding-left: 0;
    z-index: 9;
  }
  .header-top-right > .content:first-child {
    margin: 0;
    padding: 0;
  }
  .header-top::after {
    right: 91%;
  }
  .header-top-right > .content i {
    margin-right: 4px;
  }
  .header-top-right > .content::after {
    display: none;
  }
  .nivo-directionNav,
  .slider-two .preview-2 .nivo-controlNav,
  .banner-content h1::after,
  .subscribe-form::before,
  .header-two .header-top-right span:first-child,
  .slider-three .preview-2 .nivo-controlNav {
    display: none;
  }
  .banner-content h1 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 5px;
    margin: 0;
  }
  .banner-content .text-content-wrapper {
    float: none;
    margin: auto;
    text-align: center !important;
  }
  .slider-two .banner-content .text-content-wrapper {
    float: none;
    margin: auto;
    text-align: center !important;
  }
  .button-default {
    padding: 10px 20px;
  }
  .slider-area::after {
    width: 100%;
    transform: rotate(0) scale(1);
  }
  .logo {
    padding: 5px 0 5px;
  }
  .logo img {
    width: 60px;
    height: 60px;
  }
  .pd-50 {
    padding: 20px;
  }
  .top_logo_name {
    padding-top: 8px;
    font-size: 20px;
  }
  .bg_colo3,
  .bg_colo2,
  .bg_colo1 {
    flex: auto;
  }
  .impo-links-sec ul li {
    width: 49.4%;
  }
  .galler-block {
    margin-top: 30px;
  }
  .public_fig_wrap .sm-thumb img {
    padding: 3px;
  }
  .about-container {
    margin-left: 0;
  }
  .single-latest-text {
    padding: 30px 17px;
  }
  .section-title-wrapper {
    margin-bottom: 60px;
  }
  .section-title h3 {
    font-size: 25px;
  }
  .course-area .section-title-wrapper {
    margin-bottom: 80px;
  }
  .section-padding {
    padding: 60px 0;
  }
  .section-margin {
    margin: 60px 0 80px 0;
  }
  .section-bottom-padding {
    padding: 0 0 60px;
  }
  .course-page {
    padding-top: 80px;
  }
  .about-area::before {
    width: 74%;
  }
  .about-area::after {
    left: 74%;
  }
  .single-item {
    margin-bottom: 80px;
    padding: 0 16px;
  }
  .single-item-image {
    top: -20px;
  }
  .button-large.button-default {
    margin-top: 5px;
  }
  .fun-factor-area {
    padding: 60px 0 20px;
  }
  .single-fun-factor {
    margin-bottom: 45px;
  }
  .single-latest-image {
    float: none;
    text-align: center;
  }
  .single-latest-image a,
  .single-latest-image img {
    width: 100%;
  }
  .latest-area .col-md-6:last-child .single-latest-item:last-child,
  .product-area .col-md-3:last-child .single-product-item:last-child {
    margin: 0;
  }
  .single-product-item,
  .single-event-item {
    margin-bottom: 40px;
  }
  .single-event-text {
    padding: 29px 8px 35px;
  }
  .event-area .col-md-4:last-child .single-event-item:last-child {
    margin-bottom: 15px;
  }
  .newsletter-area::before {
    width: 69%;
  }
  .newsletter-area::after {
    left: 69%;
  }
  .newsletter-content > h2 {
    font-size: 22px;
  }
  .subscribe-form {
    height: 45px;
    margin-top: 50px;
    width: 100%;
  }
  .subscribe-form > button {
    width: 33%;
  }
  .newsletter-form {
    padding: 36px 0 0;
  }
  .single-footer-widget > h3 {
    padding-top: 40px;
  }
  .footer-area {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .column-right {
    float: none;
  }
  .footer-widget-area {
    padding: 60px 0 40px;
  }
  .breadcrumb-banner-area {
    padding: 60px 0;
  }
  .skill-image {
    margin-top: 30px;
  }
  .skill-and-experience-area .col-md-6:last-child .skill-bar-item:first-child {
    margin-top: 25px;
  }
  .teachers-area.padding-top {
    padding: 60px 0 40px;
  }
  .single-teacher-item {
    margin-bottom: 35px;
  }
  span.c-icon i {
    width: 21px;
  }
  .contact-text {
    margin-bottom: 40px;
  }
  h4.contact-title {
    font-size: 22px;
  }
  .link-social {
    margin-bottom: 45px;
  }
  .breadcrumb-text h1 {
    line-height: 37px;
    font-size: 32px;
  }
  .form-container {
    margin: -35px 0 0;
    padding: 40px 30px;
  }
  .select.large, .select.medium, .select.small {
    margin-bottom: 12px;
    width: 100%;
  }
  .form-container > button {
    width: 100%;
  }
  .course-page .single-item {
    margin-bottom: 80px;
  }
  .course-page .col-md-4:nth-child(4) .single-item, .course-page .col-md-4:nth-child(5) .single-item, .course-page .col-md-4:nth-child(6) .single-item {
    margin-bottom: 57px;
  }
  .single-item-text-info span {
    margin-right: 8px;
  }
  .teachers-area {
    padding: 0 0 50px;
  }
  .course-details-content {
    margin-left: 0;
  }
  .course-details-area a img {
    margin: 0;
    width: 100%;
  }
  .single-course-details {
    margin-bottom: 50px;
    padding: 0 0 30px;
  }
  .single-course-details .col-md-6:first-child {
    padding-right: 15px;
  }
  .single-course-details .single-item-text {
    padding: 0 10px;
  }
  .single-course-details .single-item-text h4 {
    font-size: 22px;
  }
  .course-duration .text span {
    width: 40%;
  }
  .course-duration .text span.text-right {
    width: 60%;
  }
  .comments {
    padding: 50px 0 20px;
  }
  .author-image {
    margin-right: 8px;
  }
  .author-info > h4 {
    display: block;
  }
  .comment-time {
    float: none;
    font-size: 12px;
  }
  .single-comment.comment-reply {
    padding-left: 10px;
  }
  .single-sidebar-widget {
    margin-bottom: 35px;
  }
  .single-sidebar-widget:last-child {
    margin-bottom: 0;
  }
  .event-details-content .single-event-item {
    padding: 0;
  }
  .event-details-content .single-event-text {
    padding: 32px 10px 0;
  }
  .event-details-content .single-event-text h3 {
    font-size: 23px;
  }
  .event-details-content .single-event-image a > span {
    height: 65px;
    line-height: 22px;
    padding-top: 10px;
    width: 65px;
  }
  .event-details-content .single-event-image span {
    font-size: 25px;
  }
  .event-details-content .comments {
    padding: 10px 0 35px;
  }
  .header-two .header-top-right {
    float: none;
    text-align: center;
  }
  .newsletter-two .subscribe-form {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
  }
  .newsletter-two .subscribe-form > input {
    height: 40px;
    margin: 0 auto 15px;
    width: 100%;
  }
  .newsletter-two .subscribe-form > button {
    float: none;
    height: 45px;
    margin: auto;
    text-align: center;
    width: 100%;
  }
  .newsletter-two .newsletter-form {
    padding-top: 30px;
  }
  .latest-page .col-md-6:last-child .single-latest-item:last-child {
    margin-bottom: 30px;
  }
  .news-details-content .single-latest-text {
    padding: 21px 13px 0;
  }
  .news-details-content .single-latest-text > h3 {
    margin-bottom: 15px;
  }
  .quote-section {
    margin: 20px 0 25px;
    padding: 17px 0 0 10px;
  }
  .tags-and-links {
    padding-top: 0;
  }
  .news-details-content .social-links {
    display: block;
    float: left;
    margin: 0;
  }
  .news-details-content .comments {
    padding: 25px 0 40px;
  }
  .product-details-content {
    margin: 0;
    padding: 0;
  }
  .qty {
    margin-top: 12px;
  }
  .product-details-content .button-default {
    margin: 10px 0;
  }
  .section-top-padding {
    padding: 50px 0 0;
  }
  .product-details-content h2 {
    font-size: 27px;
    padding: 20px 0 10px;
  }
  .shop-grid-area .col-md-3:nth-child(9) .single-product-item, .shop-grid-area .col-md-3:nth-child(10) .single-product-item, .shop-grid-area .col-md-3:nth-child(11) .single-product-item {
    margin-bottom: 60px;
  }
  .pagination-content.number .pagination {
    margin: 50px 0 20px;
  }
  .shortcode-area {
    padding: 20px 0 50px 0;
  }
  .breadcrumb-bar li {
    line-height: 22px;
  }
  .testimonial-text-slider {
    width: 100%;
  }
  .testimonial-area {
    background-size: cover;
    padding: 55px 0 42px;
  }
  .testimonial-text-slider h2 {
    font-size: 25px;
  }
  .sin-testiText p {
    line-height: 22px;
    margin-top: 15px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .mailchimp-alerts {
    padding-left: 0px;
  }
  .text-area {
    padding: 60px 0 80px;
  }
  .text-area p {
    line-height: 25px;
  }
  .subscribe-container {
    padding: 16px 20px 20px;
  }
  .footer-info-container {
    padding-bottom: 50px;
    padding-top: 80px;
  }
  .footer-info > span {
    margin: 15px 0 0;
  }
  .single-footer-widget {
    margin-bottom: 27px;
  }
  .footer-container {
    padding: 30px 0 25px;
  }
  .footer-container .social-links-three {
    float: none;
    margin-top: 12px;
    text-align: center;
  }
  .footer-container span {
    display: block;
    text-align: center;
  }
  .newsletter-four .subscribe-form {
    margin-bottom: 24px;
    margin-top: 0;
  }
  .footer-widget-four .single-footer-widget > h3 {
    padding-top: 10px;
  }
  .angle .mailchimp-alerts {
    padding-left: 0;
  }
  .gallery-img h2 {
    margin: 33px auto 10px;
  }
  .gallery-area .col-md-4 {
    margin-bottom: 30px;
  }
  .gallery-area .col-md-4:last-child {
    margin: 0;
  }
  .video-wrapper,
  .video-banner {
    height: 280px;
  }
  .header-logo-menu.fixed {
    position: inherit;
  }
  .subscribe-form > button {
    padding: 0 7px;
    width: auto;
  }
  .subscribe-form > input {
    padding-left: 7px;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 6px 14px;
  }
  .mainmenu-area {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .header-search .search-menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  }
  .search {
    left: -16px;
    margin: auto;
    top: 37px;
    width: 100%;
  }
  .header-search {
    position: absolute;
    right: 48px;
  }
  .header-logo-menu {
    position: relative;
  }
  .important_link_slider .slick-prev:before {
    left: -23px;
  }
  .important_link_slider .slick-next:before {
    right: -23px;
  }
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-item {
    margin: 0 14px 56px;
    padding: 0 47px;
  }
  .as-mainwrapper.wrapper-boxed {
    width: 450px;
  }
  .banner-content h1 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 22px;
  }
  .single-event-text {
    padding: 29px 21px 35px;
  }
  .footer-img {
    height: 59px;
    width: 59px;
  }
  .footer-img a::after {
    margin: -13px auto 0;
  }
  .event-details-content .single-event-image a > span {
    height: 80px;
    line-height: 29px;
    padding-top: 10px;
    width: 80px;
  }
  .sin-testiImage.slick-current img {
    height: 120px;
    margin-top: 17px;
    width: 120px;
  }
  .gallery-img h2 {
    margin: 83px auto 10px;
  }
  .video-wrapper,
  .video-banner {
    height: 320px;
  }
}
@media only screen and (max-width: 560px) {
  .card-header-blue {
    width: 100%;
  }
  .card-header-blue::before {
    content: none;
  }
  .card-header-blue .sp_heading-chairmen {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 10px 0 0;
    text-transform: uppercase;
    line-height: 20px;
  }
  .card-header-blue .sp_heading-chairmen span {
    font-size: 16px;
  }
}
/* end responsive css */
.high-contrast.dark {
  background: url(../ft_resizer/ico-themes.png) 50% 50% no-repeat;
  color: transparent !important;
}

.high-contrast.light {
  background: url(../ft_resizer/ico-themes-light.png) 50% 50% no-repeat;
  color: transparent !important;
}

.gallery-icon img {
  width: 100px;
}

.img-layer {
  background-color: #e3e5f7;
  /* height: 10px; */
  padding: 12px;
  margin: 0px 41px;
}

.galler-block a {
  height: 310px;
  display: block;
}
.galler-block a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-layer:before, .img-layer:after {
  content: "";
  width: auto;
  height: 5px;
  position: absolute;
}

.img-layer:before {
  top: 14px;
  left: -30px;
  right: -30px;
  background-color: #999fe3;
  height: 10px;
  z-index: 1;
}

.img-layer:after {
  top: 6px;
  left: -20px;
  right: -20px;
  background-color: #c9cdf5;
  height: 10px;
}

.galler-block img {
  border-bottom: 5px solid var(--yellow_color);
}

.gallery-btn span {
  border: 2px solid #c9cdf5;
  background: #454b8a;
  color: #fff;
  border-radius: 50px;
  margin-top: 10px;
  width: fit-content;
  margin: auto;
  display: block;
  padding: 5px 20px;
}

.gallery-btn.position-relative {
  z-index: 1;
}

.gallery-btn::before {
  content: "";
  top: 20px;
  width: 100%;
  background: linear-gradient(45deg, transparent, #ffffff, rgba(0, 0, 0, 0));
  height: 1px;
  position: absolute;
  z-index: -1;
}

/* Start auto incriment table */
.auto_inc_table {
  /* Set "my-sec-counter" to 0 */
  counter-reset: my-sec-counter;
}

.auto_inc_table table tr td:first-child:before {
  /* Increment "my-sec-counter" by 1 */
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ".";
}

/* End auto incriment table */
#google_translate_element select {
  background: var(--yellow_color);
  color: #fff;
  border: none;
  border-radius: 1px;
  padding: 0px;
}
#google_translate_element select:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  z-index: 9724790009779 !important;
  top: 0;
  left: unset;
  right: -5px;
  display: none !important;
  border-radius: 50%;
  border: 2px solid gold;
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
  width: 80px;
  height: 80px;
}

.goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt- {
  display: none !important;
}

.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}

iframe.skiptranslate,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none !important;
}

.numbered-list {
  margin: 0;
  padding: 0 15px;
}
.numbered-list li {
  list-style-type: decimal;
  padding: 5px 10px;
}

#text-cog {
  display: block;
}

#img-cog {
  display: none;
}

html:lang(ur) #text-cog {
  display: none;
}

html:lang(ur) #img-cog {
  display: block;
}

.bullet-design {
  margin: 10px 0;
  padding: 0;
}
.bullet-design li {
  position: relative;
  padding: 3px 0px 3px 22px;
}
.bullet-design li::before {
  content: "";
  background-color: #ffb050;
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  top: 10px;
  transform: rotate(45deg);
  border-radius: 3px;
}

.sub-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 13px;
  color: #454b8a;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.sub-title::before {
  position: absolute;
  content: "";
  background: var(--yellow_color);
  bottom: 0px;
  left: 0px;
  width: 60px;
  height: 2px;
}

.album-but {
  bottom: -19px;
  /* right: 0; */
  margin: auto;
  width: 100%;
}

.caption-core {
  position: absolute;
  background: rgba(255, 176, 80, 0.77);
  color: #000;
  width: 100%;
  bottom: 0;
  padding: 8px 20px 32px;
  text-align: center;
}
.caption-core h4 {
  font-size: 18px;
  color: #000;
}

.member-list {
  padding: 0px 0px 90px;
}
.member-list.pt-70 {
  padding-top: 70px;
}
.member-list .member-divide {
  display: flex;
  gap: 15px;
}
.member-list .member-divide .member-detail {
  background-color: #f1f4f9;
  padding: 30px 5px;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #fcae4f;
}
.member-list .member-divide .member-detail::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 4px;
  background-color: #454b8a;
  left: 32%;
  top: 0;
}
.member-list .member-divide .member-detail .icon-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  border: 4px solid #fff;
  box-shadow: 0px 7px 10px #c4c9d5;
}
.member-list .member-divide .member-detail .icon-photo img {
  width: 100%;
  height: 100%;
}
.member-list .member-divide .member-detail .caption-info {
  margin-top: 20px;
  text-align: center;
}
.member-list .member-divide .member-detail .caption-info h4 {
  font-size: 18px;
  color: #454b8a;
  width: 190px;
  margin: auto;
}
.member-list .member-divide .member-detail .caption-info p {
  font-weight: 600;
  margin-bottom: 0;
}

.chairmen-flex {
  display: flex;
}

.chairmen-desk {
  width: 67%;
  display: flex;
  overflow: hidden;
  /* align-items: center; */
  height: 100%;
  background-color: var(--yellow_color);
  z-index: 100;
  position: relative;
}
.chairmen-desk::before {
  content: "";
  position: absolute;
  left: -53px;
  top: -50px;
  background-color: #454b8a;
  width: 60px;
  height: 180px;
  transform: rotate(39deg);
  z-index: 10;
  border-right: 5px solid #ffffff;
}
.chairmen-desk::after {
  content: "";
  position: absolute;
  left: -56px;
  top: -50px;
  background-color: #ffb050;
  width: 49px;
  height: 180px;
  transform: rotate(39deg);
  z-index: 10;
  border-right: 5px solid #ffffff;
}
.chairmen-desk .chairmen-photo {
  /* width: 46%; */

  margin-right: 10px;
  position: relative;
}
.chairmen-desk .chairmen-photo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #454b8a;
  left: 0px;
  top: 0px;
  z-index: 100;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 73% 100%, 98% 50%, 73% 0);
}
.chairmen-desk .chairmen-photo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 5px;
  top: 0px;
  z-index: -1;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.chairmen-desk .chairmen-photo img {
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  background-color: #b6d6e3;
  object-fit: cover;
  object-position: top;
}
.chairmen-desk .chairmen-message {
  width: 50%;
  position: relative;
}
.chairmen-desk .chairmen-message .chairmen-name {
  text-align: right;
}
.chairmen-desk .chairmen-message .chairmen-name h4 {
  font-size: 18px;
}
.chairmen-desk .chairmen-message .chairmen-name p {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #454b8a;
}

.secretary-chair {
  padding: 0;
  min-height: 270px;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 32%;
  background: #454b8a;
  margin-left: 12px;
  flex-direction: column;
  position: relative;
  border-bottom: 5px solid #ffb050;
}
.secretary-chair::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3c4386;
  left: 0;
  top: 0;
  z-index: 100;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: 0;
}
.secretary-chair .photo-icon {
  width: 175px;
  position: relative;
  margin: 0 auto 30px;
  z-index: 1;
}
.secretary-chair .photo-icon::before {
  content: "";
  position: absolute;
}
.secretary-chair .photo-icon img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 7px -8px 0px 1px rgb(255, 176, 80);
}
.secretary-chair .caption-call {
  padding: 0;
  color: #fff;
  z-index: 1;
}
.secretary-chair .caption-call h4 {
  font-size: 18px;
  color: #ffb050;
}
.secretary-chair .caption-call p {
  font-size: 16px;
  font-style: italic;
  color: #fff;
}

.ord1 {
  order: 1;
}

.ord2 {
  order: 2;
}

.news_tender {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_tender .inner_content .date {
  color: #454b8a;
  position: relative;
  font-weight: 700;
}
.news_tender .inner_content .date i {
  width: 20px;
  color: #454b8a;
}
.news_tender .inner_content .title_p a:hover {
  color: black;
}
.news_tender .pdf_link {
  width: 110px;
}
.news_tender .pdf_link a {
  background-color: #454b8a;
  padding: 6px 10px;
  color: #fff;
  border-radius: 3px;
}
.news_tender .pdf_link .pdf-size {
  font-size: 13px;
}
.news_tender.border-s i {
  border: unset;
  color: #ffffff;
  width: 17px;
}

/** news **/
.table_news .table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.table_news td, .table_news th {
  border: 1px solid #dddddd;
  padding: 8px;
}
.table_news tr th:nth-child(1) {
  width: 4%;
}
.table_news tr th:nth-child(4) {
  width: 13%;
  text-align: center;
}
.table_news tr td:nth-child(1) {
  text-align: center;
}
.table_news tr td:nth-child(4) {
  text-align: center;
}
.table_news tr td:nth-child(4) a {
  background-color: #ffffff;
  padding: 7px 11px;
  box-shadow: 1px 1px 6px 0px rgba(215, 215, 215, 0.4784313725);
}
.table_news tr th:nth-child(3) {
  width: 18%;
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .member-list .member-divide {
    gap: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .member-list .member-divide {
    display: block;
    text-align: center;
  }
  .member-list .member-divide li {
    width: 24%;
    display: inline-block;
    margin-bottom: 20px;
  }
  .member-list .member-divide li .member-detail .caption-info h4 {
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .ord1 {
    order: 2;
  }
  .ord2 {
    order: 1;
  }
  .new_top a.btnDown {
    right: -1%;
  }
  .new_top a.btnUp {
    right: -1%;
  }
  .chairmen-flex {
    display: block;
  }
  .chairmen-flex .chairmen-desk {
    display: block;
    width: 100%;
    background-color: transparent;
  }
  .chairmen-flex .chairmen-desk .chairmen-photo {
    width: 100%;
    margin-bottom: 10px;
  }
  .chairmen-flex .chairmen-desk .chairmen-photo::before {
    content: none;
  }
  .chairmen-flex .chairmen-desk .chairmen-photo::after {
    content: none;
  }
  .chairmen-flex .chairmen-desk .chairmen-photo img {
    clip-path: none;
  }
  .chairmen-flex .chairmen-desk .chairmen-message {
    width: 100%;
    margin-left: 0;
    padding-left: 50px;
  }
  .secretary-chair {
    width: 100%;
    margin-left: 0;
  }
  .member-list .member-divide.w-25 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 776px) {
  .news_tender {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .new_top a.btnDown {
    right: -1.5%;
  }
  .new_top a.btnUp {
    right: -1.5%;
  }
  .member-list .member-divide {
    display: block;
    text-align: center;
  }
  .member-list .member-divide li {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
  .member-list .member-divide.w-25 {
    width: 100% !important;
  }
}

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