.main-banner .owl-nav@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');;

* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  background: #ffffff;
  scroll-behavior: smooth;
  font-family: "Open Sans";
  /*overflow-x: hidden;*/
}

img {
  width: 100% !important;
  height: auto;
}

.text-link {
  color: rgba(243, 37, 76, 1);
}

button.owl-dot {
  outline: none !important;
}

/* header */
.header {
  width: 100%;
  background: #003150;
  padding: 0px 0px;
  position: sticky;
  top: 0;
  z-index: 9;
}

ul,
ol {
  padding: 0;
}

ul li {
  list-style: none;
}

.btn-primary:focus {
  box-shadow: none;
}

.navbar {
  padding: 10px 0px !important;
}

.nav-section .navbar-nav .nav-item {
  padding: 0px 12px;
  outline: none !important;
  position: relative;
}

.nav-section .navbar-nav .nav-item:after {
  content: "";
  background: #fff;
  height: 10px;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.nav-section .navbar-nav .nav-item:last-of-type:after {
  display: none;
}
.nav-section .navbar-nav .nav-item:nth-last-child(2):after {
  display: none;
}

.nav-section .navbar-nav .nav-item a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  outline: none !important;
  color: #ffffff90;
  border: 1px solid transparent;
  padding: 5px 4px;
  text-decoration: none;
}

.login-alumni {
  text-decoration: underline;
}

.nav-section .navbar-nav .nav-item > a:hover,
.nav-section .navbar-nav .nav-item > a:active {
  color: #fff;
  border-bottom: 1px solid #ed1a3a;
}

.nav-section .navbar-nav .nav-item .dropdown-item:active {
  color: #003150;
  background-color: #fff;
}

.nav-section .navbar-nav .nav-item .dropdown-menu {
  background: #fff;
  position: absolute;
  top: 70px;
  padding: 10px;
  border-radius: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.2s;
  transform: translate(-50%, 0);
  left: 50%;
  width: calc(40vw - 10px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2px 10px;
}

.nav-section .navbar-nav .nav-item:last-child .dropdown-menu {
  width: auto;
}

.nav-section .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px solid #ffffff;
    width: 47%;
    position: relative;
}
.nav-section .navbar-nav .nav-item .dropdown-menu li:has(.new-training) {
    padding-right: 42px;
}

.nav-section .navbar-nav .nav-item:last-child .dropdown-menu li {
  width: 100%;
}

.nav-section .navbar-nav .nav-item .dropdown-menu li a {
  padding: 5px 10px;
  color: #818181;
  transition: all linear 0.2s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  text-wrap: wrap;
}
.nav-section .navbar-nav .nav-item .dropdown-menu li .nav-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2f1f9;
    border-radius: 40px;
    padding: 5px;
    margin-right: 10px;
    min-width: 36px;
}
.nav-section .navbar-nav .nav-item .dropdown-menu li .new-training {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ea1439;
    max-height: fit-content;
    margin: auto;
    padding: 0px 7px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 0;
}

.nav-section .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: #003150;
  color: #fff;
}

.nav-section .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 45px;
max-height: 400px;
overflow-x: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}

.header .navnar .main-logo img {
  max-width: 100%;
}

.header .navnar .main-nav ul {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.header .navnar .main-nav ul li {
  list-style: none;
  padding: 2px 20px;
  /* border-right: 1px solid #C8C8C8; */
  height: auto;
  position: relative;
}

.header .navnar .main-nav ul li:after {
  content: "";
  background: #fff;
  height: 10px;
  width: 1px;
  background: #fff;
  position: absolute;
  /* right: -26px; */
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.header .navnar .main-nav ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
}

/* dropdown */
ul.sub-menu-down {
  position: absolute;
  border: 1px solid red;
  width: 170px;
  left: -45px;
  right: auto;
  top: 57px;
  z-index: 111;
  display: block !important;
  background: #ffffff;
  display: none;
}

ul.sub-menu-down li {
  border-bottom: 1px solid;
}

.main-content {
  padding: 40px 0px 0px;
  min-height: 500px;
  /*min-height: calc(100vh - 300px - 400px);*/
}

.main-banner .item img {
  height: calc(100vh - 135px - 73px);
  object-fit: cover;
}

.main-banner .owl-nav {
  position: absolute;
  top: 40%;
  bottom: auto;
  display: none !important;
}

.main-banner .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.main-banner {
  position: relative;
}

.main-banner .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.main-banner .banner-content {
  margin: 0px auto 40px;
  width: 500px;
  padding: 5px 10px 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
}

.main-banner .banner-content h1 {
  font-weight: 900;
  font-size: 22px;
  line-height: 36px;
  color: #545454;
  text-align: center;
  margin: 0;
}

.main-banner .owl-dots button.owl-dot {
  background-color: transparent !important;
}
.main-banner .owl-dots button.owl-dot span {
  margin: 0px !important;
  width: 8px !important;
  height: 8px !important;
}
.main-banner .owl-dots button.owl-dot.active span {
  background-color: #ed1a3a !important;
}

/*.banner-logo .container {*/
/*    max-width: 950px;*/

/*}*/
.banner-logo-bottom .heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #00446e;
  margin-bottom: 0px;
  font-family: open Sans;
  width: 40%;
}

section.banner-logo {
  background-color: #f1eee8;
}

.banner-logo-bottom {
  /*border-bottom: 2px solid rgba(222, 222, 222, 1);	*/
  padding: 10px 32px;
  background-color: #f1eee8;
  border-radius: 16px;
  margin: 0;
}

.banner-logo-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  width: 50%;
}

.banner-logo-bottom ul li {
  text-align: center;
  position: relative;
  padding: 0 15px;
}

.banner-logo-bottom ul li:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #c8c8c8;
  position: absolute;
  bottom: 7px;
  right: -12%;
  margin: auto;
}

.banner-logo-bottom ul li:first-child {
  padding-left: 0;
}

.banner-logo-bottom ul li:last-child {
  padding-right: 0;
}

.banner-logo-bottom ul li:last-child:after {
  display: none;
}

.banner-logo-bottom ul li .sec-img img {
  border-radius: 10px;
  width: auto;
}

.img-box {
  width: 130px !important;
}

.text,
p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #545454;
  max-width: 100%;
  margin: auto;
}

.half-section .right-part .text,
.half-section .right-part p {
  max-width: inherit;
}

.read-more-btn {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 0px;
}

.heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 30px;
  color: #003150;
}

.small-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 0px;
  color: #ffffff;
}

.sub-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #003150;
  margin-bottom: 20px;
}

h1 {
  font-weight: 500;
  font-size: 3rem;
  line-height: 76px;
  color: #545454;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 76px;
  color: #545454;
}

/* abouts */
.abouts-sec {
  padding: 40px 0px;
  background: #ffffff;
}

section.abouts-sec .text {
  max-width: 950px;
}

.abouts-sec .heading h2,
.principal-components .heading h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #003150;
}

.abouts-sec .read-more-btn a {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #ed1a3a;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}

.abouts-sec .read-more-btn a:hover {
  color: #000000;
  border-bottom: 1px solid #ed1a3a;
}

/* principl component */
.principal-components {
  padding: 40px 0px;
  background: #f1eee8;
}

.principal-components .pri-card {
  background: #f9f7f3;
  border-radius: 4px;
  min-height: 300px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.pri-card .desc p {
  max-height: 300px;
  /* min-height: 164px; */
}

.principal-components .pri-card-img {
  position: relative;
}
.principal-components .pri-card-img .img-wrap {
  position: relative;
  overflow: hidden;
}

.principal-components .pri-card-img .img-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: radial-gradient(
    43.79% 72.31% at 10.51% 126.16%,
    #fff 0%,
    #f9f7f2 33.02%,
    rgba(249, 247, 242, 0.38) 60%
  );
}
.principal-components .pri-card-img .img-wrap img {
  transform: scale(1);
  transition: all linear 2s;
}

.principal-components .pri-card:hover .pri-card-img .img-wrap img {
  transform: scale(1.1);
}

.principal-components .pri-logo {
  width: 45px;
  position: absolute;
  top: auto;
  left: 10px;
  border-radius: 8px;
  overflow: hidden;
  bottom: 67px;
  height: 45px;
  z-index: 5;
}

.pri-logo-second {
  position: absolute;
  bottom: 44px !important;
}

.desc p span {
  color: #000;
  font-weight: 900;
  font-size: 16px;
}

.principal-components .pri-card-img h3 {
  font-weight: 600;
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  max-width: 320px;
  min-height: 49px;
  margin: 0;
  z-index: 5;
}

.principal-components .desc {
  padding: 10px 10px 50px;
  color: #545454;
}

.description .desc a {
  color: #ffbac7;
  bottom: 12px;
  border-bottom: 1px solid transparent;
  left: 12px;
}

.description .desc a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

a.ld-more {
  position: absolute;
  bottom: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ed1a3a;
  border: 1px solid transparent;
  text-decoration: none;
  background-color: transparent;
}

a.ld-more:hover {
  color: black;
  border-bottom: 1px solid #ed1a3a;
}

/* cross */
.cross-cut-sec {
  padding: 60px 0px 40px;
  background: #054269;
}

.cross-cut-sec .heading {
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
}

.cross-cut-sec-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cross-cut-sec-list li {
  width: 49%;
  display: flex;
  background-color: #1b4e6e;
  border-radius: 4px;
  overflow: hidden;
}

.cross-cut-sec .description {
  display: flex;
  background-color: #1b4e6e;
  border-radius: 4px;
  overflow: hidden;
}

.cross-cut-sec .description .side-img {
  width: 147px;
}

.cross-cut-sec .description .side-img img {
  height: 100%;
}

.description .desc {
  width: 409px;
  padding: 0px 12px;
  position: relative;
}

.cross-cut-sec .description .desc p {
  color: rgba(255, 255, 255, 0.65);
  min-height: 180px;
}

.cross-cut-sec .description .desc .small-heading {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

/* footer css */
.footer {
  padding: 20px 0px;
  background: #d7d7d7;
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.footer:before {
  content: "";
  width: 1401px;
  height: 178px;
  background: url(https://www.sarictns.org/wp-content/uploads/2024/08/footer-top-1.png)
    no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: auto;
  z-index: -1;
  /* display: none; */
}
.footer img {
  width: auto !important;
}
.footer .footer-logo {
  text-align: center;
}
.footer a {
  /* text-decoration: none; */
  color: #4a4a4a;
}
.footer .desc {
  text-align: center;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 22px;
  margin: 16px 0;
}
.footer .listing-items {
  gap: 20px;
}
.footer .listing-items li {
  position: relative;
}
.footer .listing-items li:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #4a4a4a;
  position: absolute;
  right: -10px;
  top: 3px;
}
.footer .listing-items li:last-of-type:before {
  display: none;
}
.footer .sos-media {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 22px;
  gap: 20px;
}
.footer .sos-media .sos-media-list {
  margin: 0;
  padding: 0;
  gap: 10px;
}

.footer-copy-right {
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #fff;
}

.footer-copy-right p,
.privacy {
  font-size: 14px;
  line-height: 23px;
  text-transform: capitalize;
  color: #4a4a4a;
}

/* inner banner page */
section.inner-banner {
  background: #f1eee8;
  padding: 10px 0px;
}

.inner-banner-details {
  padding-top: 13px;
}
.inner-banner-details ul li a,
.inner-banner-details ul a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #545454;
  text-decoration: none;
  padding-right: 10px;
}

.inner-banner-details ul li {
  list-style: none;
  margin: 0px 10px 0px 0px;
}

.inner-banner-details ul {
  align-items: center;
}

.inner-banner-details .inner-title .sub-heading {
  font-size: 20px;
  color: #000000;
}

/* abouts */

.half-section .content-img {
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}

.half-section .right-part {
  display: grid;
  align-items: center;
}

.half-section .right-part .content-text h2 {
  font-size: 20px;
  line-height: 24px;
  color: #003150;
  font-weight: 600;
}

.half-section .right-part .content-text p {
  text-align: justify;
  margin-bottom: 10px;
}

.inner-title .sub-heading {
  padding: 0;
  margin: 0;
}

.sub-heading h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #003150;
}

.two-card {
  margin-top: 40px;
}

.two-card .content-text {
  margin: 10px 0px;
}

/* principal component */
section.section-component {
  background: #ffffff;
  border-bottom: 1px solid #c3c3c3;
  /* padding-bottom: 40px; */
  margin-top: 40px;
}

section.half-section {
  margin: 0px 0px 30px 0px !important;
}

section.section-component:last-child {
  border: none;
}

.top-heading-logo .heading {
  /* text-transform: capitalize; */
  margin-bottom: 15px;
}

.content-frame {
  border: 1px solid #a3a3a3;
  border-radius: 8px;
  padding: 10px;
}

.listing-component {
  background: #ffffff;
  border: 1px solid #a3a3a3;
  border-radius: 8px;
  padding: 0px 20px 0px;
  margin: 10px 0px;
}

.listing-component .listing-item {
  padding: 0px 20px;
}

.listing-item {
  padding: 8px 18px;
  font-size: 16px;
}

.main-content ul {
  padding: 8px 18px;
  font-size: 16px;
}

.main-content ul li {
  font-weight: 400;
  font-size: 16px;
  padding-left: 10px;
  line-height: 24px;
  color: #545454;
}

.main-content ul li::marker {
  content: "\f00c";
  font-family: "FontAwesome";
}

.upcomming-content ul li::marker {
  content: none;
}

.upcomming-content ul {
  padding: 0px;
  margin: 0px;
}

.upcomming-content ul li {
  padding-left: 0px;
}

/* cross cutting */
.conp-detailes {
  padding-bottom: 100px;
}

.content-text {
  position: relative;
}

.conp-detailes .content-img {
  border-radius: 12px;
  overflow: hidden;
}

.conp-text-box {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80%;
  bottom: -70px;
  background: #f9f7f3;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  min-height: 156px;
}

.conp-text-box .card-icon {
  width: auto !important;
  /*position: absolute;*/
  /*top: 12px;*/
  /*left: 7px;*/
}

.conp-text-box .text {
  margin: 0px 10px 0px;
}

.conp-text-box .text p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

/* contact us */
.contact-us-sec {
  max-width: 635px;
  margin: 0 auto;
}

.content-img img {
  width: auto !important;
  margin: auto;
}

.thanku-new-class .content-img {
  max-width: 400px;
  margin: auto;
}
.thanku-new-class .content-text h2 {
  font-size: 36px !important;
  line-height: 50px !important;
}
.thanku-new-class .content-text p {
  font-size: 18px !important;
  line-height: 28px !important;
}

.thanku-new-class .content-img img {
  width: 100% !important;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 12px;
  resize: vertical;
  background: #f1eee8;
  border: none;
}

.contact-form input[type="text"]:active,
.contact-form select:active,
.contact-form textarea:active {
  border: none;
}

.contact-form input[type="submit"] {
  background: #ed1a3a !important;
  color: white !important;
  padding: 8px 12px;
  border: none;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:focus {
  background: #fff !important;
  border: 1px solid #545454 !important;
  outline: none !important;
  color: #545454 !important;
  outline-offset: none !important;
  box-shadow: none !important;
}

.contact-form label {
  color: #545454;
}

.contact-sec {
  padding-bottom: 40px;
}

.contact-sec .heading {
  margin: 0px 0px 16px 46px;
  display: none;
}

.contact.row.justify-content-between {
  padding: 15px;
}

.contact.row.justify-content-between
  .col-lg-12.col-12.justify-content-end.contact-form {
  background-image: linear-gradient(to bottom right, #003150, #ed1a3a);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 8px 8px 11px 1px;
}

.contact.row.justify-content-between
  .col-lg-12.col-12.justify-content-end.contact-form
  .contact-us-sec
  label {
  color: #fff;
}

/* traning */
.training-sec .sub-heading span {
  /* color: rgba(0, 68, 110, 1); */
  font-weight: 700;
}

.training-sec .sub-heading {
  /* color: #d60424 !important; */
  font-size: 20px;
  line-height: 24px;
  /* color: #636363; */
  /* text-decoration: underline; */
  border: 2px solid #003150;
  width: auto;
  max-width: max-content;
  margin: 0 auto 15px;
  padding: 10px;
  border-radius: 10px;
}

.training-sec .listing-item {
  padding: 0px;
}

.listing-item ul li::marker {
  content: "\f00c";
  font-family: "FontAwesome";
}

.listing-item ul li {
  font-weight: 400;
  font-size: 16px;
  padding-left: 10px;
  line-height: 24px;
  color: #545454;
}

.training-sec .listing-item ul li {
  list-style: none;
}

.training-sec .two-sec-part {
  margin-top: 20px;
}

.training-num {
  padding-top: 40px;
}

.training-new-sec .conp-detailes {
  padding: 0;
  margin: 0 !important;
  border: 1px solid rgb(241, 238, 232);
  /* min-height: 276px; */
  padding: 15px;
  height: 100%;
  border-radius: 8px;
}

.training-new-sec .conp-detailes h2 {
  color: #003150;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
}

.training-num .content-text .sub-heading {
  font-size: 15px;
  margin-bottom: 20px;
}

main.training-num .half-section .left-desc .heading {
  font-size: 24px;
}

.two-sec-part .content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #545454;
  margin-bottom: 30px;
}

/* .two-sec-new .conp-detailes {
    padding-bottom: 60px !important;
} */

/* .two-sec-part .conp-text-box {
    min-height: 100px;
    bottom: -45px;
} */

.conp-detailes .text p {
  font-size: 15px;
  line-height: 1.5;
}

.training-num .section-component {
  padding: 0px;
  margin: 0px;
}

.training-num .partnerships-recovery {
  padding: 30px 0 20px;
}

.training-num .listing-item {
  padding: 0 20px;
}

/* upcomming event section */
section.upcomming-section {
  border-top: 1px solid #c3c3c3;
  padding-top: 30px;
}

.up-left-data {
  width: 300px;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}

.up-search-box {
  max-width: 300px;
  height: 48px;
  border: 1px solid #f1eee8;
  padding: 8px 14px;
  background: #f1eee8;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/*.up-search-box {*/
/*    width: 300px;*/
/*    height: 48px;*/
/*    border: 1px solid #F1EEE8;*/
/*    padding: 8px 14px;*/
/*    background: #F1EEE8;*/
/*    border-radius: 4px;*/
/*}*/

.up-search-box input {
  width: 194px;
  border: none;
  background: #f1eee8;
  color: black;
  font-size: 18px;
  outline: none;
  padding: 0;
}

.up-search-box button {
  background: #ffffff !important;
  border: 1px solid #5b5b5b !important;
  border-radius: 4px;
  padding: 2px 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  color: #5b5b5b !important;
}

.up-mode-listing .sub-heading {
  font-weight: 600;
  color: #003150;
  margin: 30px 0px 10px;
}

.list-option input {
  margin: 14px 0px;
}

.list-option label {
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.list-option {
  width: 300px;
  max-width: 100%;
  padding: 15px;
  background: #f4f4f4;
  border-radius: 4px;
  border: none;
}

.right-content {
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 20px;
  background: #ffffff;
}

.right-content .up-img {
  width: 100%;
}

.up-right-text {
  padding: 15px 0px;
}

.up-right-text h2 {
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #404040;
  /* min-height: 75px; */
  margin: 5px 0px;
}

.up-right-text .sub-heading {
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 20px;
}

.network-date-sec .up-btn-sec {
  padding: 20px 0px;
}

.up-btn-sec {
  padding: 20px 0px;
}

.up-btn-sec button,
.up-btn-sec .reg-btn {
  padding: 8px 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #5b5b5b !important;
  border-radius: 8px;
  cursor: pointer;
  background: #ffffff !important;
  border: 1px solid #000;
  outline: none;
  text-decoration: none;
}

.up-btn-sec #a-btn {
  border: none;
  color: #ed1a3a;
  font-weight: 600;
  font-size: 15px;
  line-height: 6px;
  text-align: center;
  padding: 15px 0px;
}

.up-btn-sec #a-btn:hover {
  color: #333333;
}

.how-to-apply {
  padding-bottom: 30px;
}

.how-to-apply-sec {
  /* max-width: 564px; */
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px 15px 0px;
}

.how-to-apply-sec ul li {
  list-style: none;
  display: flex;
  /* align-items: center; */
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.notshow {
  display: none;
}

.how-to-apply-sec ul li .apply-icon::before {
  content: "";
  position: absolute;
  background-image: url(../img/apply-before-icon.png);
  bottom: -55px;
  left: 0;
  width: 30px;
  height: 80px;
  background-repeat: no-repeat;
  left: 14px;
}

.how-to-apply-sec ul li:last-child .apply-icon::before {
  display: none;
}

.how-to-apply-sec .appyl-desc {
  max-width: 550px;
  padding: 0px 31px 0px;
}

.how-to-apply-sec .heading {
  margin: 0px 0px 20px;
}

.appyl-desc .desc,
.how-to-apply .how-to-apply-sec .desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #003150;
}

.appyl-desc .text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #545454;
  text-align: left !important;
  margin: 0px;
}

section.course-section .sub-heading {
  margin-bottom: 10px;
  margin-top: 15px;
}

.left-desc {
  padding: 10px 0px;
}

.bg-red button,
.bg-red .reg-btn {
  background: #ed1a3a !important;
  color: #fff !important;
  border: none;
  outline: none;
}

button.register-bt {
  margin-right: 15px;
}

.network-date-sec .up-btn-sec button:hover,
.up-search-box button:hover,
.register-bt:hover {
  background: #ed1a3a !important;
  color: #fff !important;
  outline: none;
  border: 1px solid #ed1a3a !important;
}

.btn-primary:hover {
  background: #003150 !important;
}

.left-desc .sub-heading {
  font-size: 16px;
}

.left-desc .heading {
  font-size: 28px;
  margin-bottom: 0px;
}

.chekbor-reg {
  display: flex;
  align-items: flex-start;
}

.chekbor-reg input {
  margin-top: 5px;
}

/* reg-form */
.reg-form {
  width: 100%;
  margin: auto;
  max-width: 800px;
}

.reg-title-left .heading {
  font-size: 22px;
  margin-bottom: 0px;
}

.reg-form-sec .sub-heading,
.reg-title-left .heading {
  color: #00446e;
  font-weight: 600;
}

.reg-title-left ul li,
.event-address ul li {
  list-style: none;
  margin-right: 10px;
  padding: 0px;
  position: relative;
}

.reg-details p {
  margin-left: 30px;
}

.reg-details img {
  position: absolute;
  width: 22px !important;
  height: 22px;
  top: 2px;
  left: 0;
}

.reg-title-right .right-count-page {
  padding: 10px 10px;
  background: rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 24px;
  color: #545454;
  font-weight: 400;
}

.login-form .form-control-lg,
.reg-form .form-control-lg {
  padding: 10px 20px !important;
  margin: 0px 0px 20px;
  height: auto !important;
  font-size: 14px;
  outline: none;
  background: #f1eee8;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

/*new popup css 18-01 update start*/
.form-check-inline .form-check-input {
  position: static;
  border: 1px solid gray;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}

/* .form-step-1 .form-outline {
    margin-bottom: 22px;
} */
.form-min-item .error {
  color: red;
  position: absolute;
  font-size: 12px;
  bottom: 0px;
}

button.close {
  background: transparent !important;
  color: #000 !important;
  font-weight: 900;
  font-size: 38px;
}

button.close:hover,
button.close:active,
button.close:focus {
  border: none;
  outline: none;
}

.form-step-1 .reg-btn,
.form-step-2 .reg-btn {
  background-color: #ed1a3a !important;
  border: 1px solid #ed1a3a !important;
  font-weight: 600 !important;
}

.form-step-1 .reg-btn:hover,
.form-step-2 .reg-btn:hover {
  background-color: #fff !important;
  border: 1px solid #404040 !important;
  color: #404040 !important;
  font-weight: 600 !important;
}

/*new popup css 18-01 update end*/

.login-form .form-control-lg,
.reg-form .form-control-lg:focus {
  outline: none !important;
  border-color: #fff;
  box-shadow: none;
}

.login-form label,
.reg-form label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #545454;
}

.login-form .reg-btn,
.reg-form .reg-btn {
  background-color: #ed1a3a !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  border: 1px solid #fff;
  color: #ffffff !important;
  padding: 12px;
  border-radius: 5px;
}

input[type="submit"]:focus {
  outline: none;
}

.reg-content-sec .reg-form-sec .reg-form .reg-btn:hover,
.reg-content-sec .reg-form-sec .reg-form .reg-btn:focus {
  border: 1px solid #404040 !important;
  color: #404040 !important;
  background: #fff !important;
  outline-offset: 0px !important;
  outline: none !important;
  box-shadow: none !important;
}

.reg-form .check-box-labele {
  max-width: 679px;
  margin-left: 15px;
}

form input[type="file"] {
  padding: 6px 20px !important;
}

/* thamku */
.thanku-sec .thnku-img {
  width: 22%;
  text-align: center;
  margin: 10px auto 0px;
}

.thanku-sec .heading {
  margin-bottom: 10px;
}

.thyou-btn {
  margin: 30px 0px;
}

.thyou-btn .home-btn {
  background: #ffffff;
  border: 1px solid #ed1a3a;
  padding: 8px 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  background: #ed1a3a;
  font-weight: 600;
}

.thyou-btn .home-btn:hover {
  background: #fff;
  border: 1px solid #404040;
  color: #404040;
}

.login-form-sec {
  padding: 20px 0px;
}

.login-form .heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #003150;
  margin-bottom: 15px;
}

.password {
  position: relative;
}

.password .show-hide-icon {
  position: absolute;
  top: 41px;
  right: 20px;
  font-size: 22px;
  cursor: pointer;
}

#login-ac-a {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ed1a3a;
  text-decoration: none;
  margin-left: 20px;
}

.up-btn-sec,
.modal-content .net-btn button,
.net-btn button {
  padding: 5px 0px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: bold;
}

.net-btn button,
.modal-content .net-btn button {
  padding: 0px 4px;
}

.network-sec .list-option {
  padding: 0px;
  background-color: #fff;
}

.checkbox-item {
  padding: 0px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.network-sec .right-content h2 {
  min-height: 75px;
}

.webinar-box {
  background-color: #e5feff;
  color: #3ac9d1;
}

.regional-box {
  color: #ce39d1;
  background-color: #f8e2f8;
}

.live-box {
  color: #b2842c;
  background-color: #fff3dd;
}

.meeting-box {
  color: #9747ff;
  background-color: #f2e8ff;
}

.international-box {
  color: #ed1a3a;
  background-color: #fcdee3;
}

.up-btn-sec .webbinar {
  color: #3ac9d1 !important;
  border: none;
  background-color: #c0f4f7 !important;
}

.up-btn-sec .live-event,
.modal-content .live-event {
  color: #b2842c !important;
  border: none;
  background-color: #ffe2ab !important;
}

.up-btn-sec .international,
.modal-content .international {
  color: #ed1a3a !important;
  border: none;
  background-color: #fcdee3 !important;
}

.up-btn-sec .regional {
  color: #9747ff;
  border: none;
  background-color: #fd9fff;
}

.how-to-apply .how-to-apply-sec {
  width: 100%;
  /* max-width:100%; */
}

.how-to-apply .how-to-apply-sec ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.how-to-apply .how-to-apply-sec ul li {
  display: block;
  width: 32%;
  position: relative;
  z-index: 2;
}

.how-to-apply .how-to-apply-sec .apply-icon {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.how-to-apply .how-to-apply-sec .apply-icon img {
  width: 40px !important;
  margin-right: 20px;
}

.how-to-apply .how-to-apply-sec .text {
  max-width: 330px;
  padding: 0px;
  margin: 0px;
}

.how-to-apply .how-to-apply-sec .text p {
  font-size: 16px;
  text-align: justify;
}

.how-to-fill-ul {
  position: relative;
  margin: 0px;
  padding: 20px 0px;
}

.how-to-fill-ul .apply-icon::before {
  display: none;
}

.how-to-fill-ul li::before {
  content: "";
  position: absolute;
  background-image: url(../img/how-to-arrow-icon.png);
  left: auto !important;
  width: 180px;
  height: 80px;
  background-repeat: no-repeat;
  left: 14px;
  right: -29px;
  background-size: 85%;
  top: 14px;
  z-index: -1;
}

.how-to-fill-ul li:last-child:before {
  display: none;
}

.modal-content {
  background-color: #f9f7f3;
}

.modal-btn {
  text-align: center;
}

.reg-form .modal-btn .reg-btn {
  padding: 8px !important;
}

/* new modal */
.new-modal .reg-form {
  padding: 10px 0px 30px;
}

.new-modal .modal-content {
  background-color: #fff;
}

.new-modal .modal-content .form-center {
  text-align: center;
}

.new-modal .form-min-item .form-check {
  margin: 9px 0px 0px;
  width: 44%;
}

.new-modal .form-min-item label {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #545454;
  width: 100%;
}

.new-modal .reg-form .heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #003150;
}

.modal-footer-content {
  align-items: center;
}

.modal-footer-content .left {
  width: 640px;
  margin: auto;
}

.modal-footer-content .left .listing-item ul li {
  font-size: 12px;
  font-weight: 500;
}

.modal-footer-content .right {
  width: 125px;
  margin: auto;
}

.modal-footer-content .right .right-count-page {
  background: #fff;
  border-radius: 4px;
  padding: 8px 6px;
  font-size: 14px;
}

.network-date-sec {
  max-width: 300px;
  margin-top: 30px;
  border-bottom: 1px solid black;
}

.network-date-sec .sub-heading {
  margin-bottom: 10px;
  color: #003150;
}

.by-date-picker ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px;
  padding: 0px;
}

.by-date-picker .date-picker-design {
  width: 140px;
  list-style: none;
  position: relative;
}

.by-date-picker .date-picker-design input {
  width: 100%;
  padding: 5px 8px;
  background: #f5f5f5;
  border-radius: 4px;
  border: none;
}

.date-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.data-picker-form {
  position: relative;
}

.data-picker-form input {
  margin-top: 5px !important;
}

.data-picker-form .date-icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.duration {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

ul.duration li {
  margin: 0px 20px 0px 0px;
}

ul.duration .dur-venue {
  display: flex;
  align-items: center;
}

ul.duration .dur-venue img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.dur-venue .sub-heading {
  line-height: 19px;
}

ul.duration li p {
  font-size: 16px;
  line-height: 19px;
  margin-left: 6px;
}

.error-banner-main {
  position: relative;
}

.error-banner-main .container {
  position: absolute;
  top: 90px;
  margin: auto;
  left: 0;
  right: 0;
}

.error-banner-main .container h1 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
  color: #000000;
  font-weight: 800;
  text-shadow: 0px 4px 24px rgb(255 255 255 / 40%);
}

.error-banner-main .container .heading {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #b2b2b2;
  text-shadow: 1px 5px 21px #ffffff;
}

section.error-content {
  text-align: center;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.error-content .heading {
  font-size: 55px;
  line-height: 70px;
  text-align: center;
  color: #4b4b4b;
  margin-bottom: 0px;
}

section.error-content .sub-heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #4b4b4b;
  margin-bottom: 20px;
}

a.go-to-home {
  background: #ed1a3a;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin-top: 20px;
  display: inline-block;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--form--color-text);
  outline-offset: 0px;
  outline: none;
}

input[type="radio"]:focus {
  outline-offset: 0px !important;
  outline: none !important;
}

input[type="checkbox"],
input[type="radio"] {
  border: 1px solid #545454 !important;
  width: 19px;
  height: 19px;
}

.inner-banner-details ul {
  max-width: 700px;
}

.inner-banner-details .inner-title {
  max-width: 504px;
}

.top-heading-logo .content-img img {
  width: auto !important;
  margin: auto;
  border-radius: 4px;
}

.upload-documents .reg-btn {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #fff;
  font-weight: 600;
}

.upload-documents .reg-btn:hover {
  color: #dc3545;
}

input[type="radio"]:after {
  content: "";
  opacity: 0;
  display: block;
  left: 5px;
  top: 6px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--form--color-text);
}

.select {
  appearance: auto;
}

.training-up-sec a {
  line-height: 40px;
  font-size: 18px;
  color: #212529;
  margin-left: 11px;
  font-weight: 500;
}

.sub-up-dataitem .net-btn a {
  border: 1px solid #5b5b5b;
  padding: 2px 12px;
  border-radius: 15px;
  color: #5b5b5b;
  text-decoration: none;
  cursor: pointer;
}

/* participent start css*/
section.participant-login {
  padding: 40px 0px 0px;
}

.participant-info {
  padding: 20px 0px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}

.participant-heading-top .heading {
  margin-bottom: 5px;
  color: #00446e;
  line-height: 40px;
  font-family: "SF Pro Display";
  font-style: normal;
  text-transform: capitalize;
}

.participant-heading-top-right p {
  color: #b45858;
  font-size: 16px;
  font-weight: 600;
}

.loading-file-input label {
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #468e02;
  color: #468e02;
  line-height: 26px;
}

.loading-file-input a {
  text-decoration: none;
  border-bottom: 1px solid #468e02;
  color: #468e02;
  font-weight: 600;
  line-height: 26px;
}

.loading-file-input a:hover {
  color: #b45858;
  border-bottom: 1px solid #b45858;
}

.participant-info .participant-heading-top-right {
  border: 1px solid #faf1f1;
  position: relative;
  text-align: center;
  background: #faf1f1;
  border-radius: 16px;
  padding: 8px 16px;
}

.parti-uploadfile {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.participant-heading-top p {
  font-family: "SF Pro Display";
  font-style: normal;
}

.tab-multi-data .sub-heading,
.side-tab .sub-heading {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #00446e;
  padding: 0;
  margin: 0;
}

.side-tab .tabing-sec {
  display: inline-block;
}

.side-tab .tabing-sec li {
  margin: 15px 10px 25px;
}

.side-tab .tabing-sec li a {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #636363;
  text-decoration: none;
  font-family: "SF Pro Display";
  font-style: normal;
}

.participant-tab-main-data {
  padding: 10px 0px 50px;
}

.participant-maulti-data {
  padding-top: 15px;
}

.tab-multi-data .participant-container .pa-contant-des {
  margin-top: 25px;
}

.tab-multi-data .participant-container .personal-information {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 20px;
}

.tab-multi-data .participant-container .p-info {
  margin: 0px auto 15px;
  width: 48%;
}

.tab-multi-data .participant-container .p-info label {
  padding: 0;
  margin: 0;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: #545454;
}

.side-tab .nav-tabs {
  border: none;
}

.tab-multi-data .participant-container .p-info p {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4b4b4b;
}

.training-time li {
  margin: 0px 10px 0px 0px;
  color: rgba(84, 84, 84, 0.65);
}

.pa-contant-des .training-time span {
  color: rgba(0, 0, 0, 1);
}

.training-details .sub-heading {
  font-size: 22px;
  line-height: 24px;
  color: #003150;
  font-weight: 600;
  font-family: "Open Sans";
  margin-bottom: 15px;
}

.training-details .text {
  margin-bottom: 20px;
}

.learning-items {
  background: #f5f5f5;
  border-radius: 16px;
  overflow: auto;
}

.training-details p {
  margin-bottom: 5px;
}

.learning-items .img-sec {
  max-width: 25%;
}

.learning-items .parti-learning-data {
  max-width: 75%;
  margin-left: 10px;
}

.parti-learning-data .sub-heading {
  font-size: 20px;
  font-weight: 600;
}

.parti-learning-data p {
  line-height: 24px;
  font-size: 14px;
}

.parti-learning-data .parti-download-btn {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #ed1a3a;
  cursor: pointer;
}

.download-btn-bg-red .d-load-btn {
  background: #ed1a3a;
  border-radius: 4px;
  padding: 12px;
  font-size: 18px;
  line-height: 20px;
  font-size: #fff;
  color: #fff;
  font-weight: 600;
  outline: none;
  border: 1px solid transparent;
  cursor: pointer;
}

.download-btn-bg-red .d-load-btn:hover,
.download-btn-bg-red .d-load-btn:active {
  background-color: #fff;
  border: 1px solid #ed1a3a;
  color: #ed1a3a;
}

.feedback-input-item .feedback-input {
  width: 100%;
  background: #f1eee8;
  border-radius: 4px;
  padding: 8px 12px;
  color: #000;
  border: navajowhite;
  margin-bottom: 20px;
  outline: none;
}

.feedback-input-item label {
  font-size: 14px;
  color: #545454;
  line-height: 26px;
  margin: 0;
  font-weight: 400;
}

.feedback-input-item label span {
  color: #ed1a3a;
  font-weight: 900;
}

.side-tab .tabing-sec .active {
  color: #00446e;
  font-weight: 600;
}

.side-tab .tabing-sec li a span {
  opacity: 0;
}

.side-tab .tabing-sec li .active span {
  opacity: 1;
}

.top-heading-logo .content-img img {
  width: auto !important;
  margin: auto;
  border-radius: 4px;
}

.parti-training-sec-new .conp-detailes {
  min-height: auto;
  margin-bottom: 20px !important;
}

.participant-maulti-data {
  border: 2px solid #f3f2f2;
  /*margin-top: 10px;*/
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}

.participent-upload-right {
  max-width: 600px;
}

.upload-declaration {
  display: flex;
  margin-top: 8px;
}

.upload-declaration label {
  font-size: 14px !important;
  /*max-width: 582px;*/
  /* margin-left: 20px; */
}

.upload-declaration input[type="checkbox"] {
  border: 1px solid #545454 !important;
  width: 24px;
  height: 15px;
  margin-top: 4px;
  outline: none;
}

.upload-declaration input[type="checkbox"]:after {
  left: 3px;
  top: 0px;
  width: 7px;
  height: 10px;
}

.password-form .reg-form {
  max-width: 100%;
}

.top-sliding-banner {
  background-color: #333333;
  color: #fff;
}

.top-sliding-banner .sliding-text {
  width: 100%;
  margin: auto;
  padding: 0px;
}

/*.marquee-header .sticky{*/
/*    position: fixed;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    z-index: 99;*/
/*    left: 0;*/
/*}*/
/*header.sticky {*/
/*    position: fixed;*/
/*    top: 32px;*/
/*}*/
.sliding-text marquee {
  margin: 5px 0px;
  line-height: 20px;
}

.sliding-text marquee a {
  color: #ed1a3a;
}

/*participent end css*/

.col-md-12.anek h4 {
  text-align: center;
  font-size: 18px;
  color: red;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #003150;
  margin-bottom: 20px;
}

.col-md-12.anek p {
  font-size: 16px;
  text-align: left;
  line-height: 30px;
  font-weight: 600;
}

.col-md-12.mishra .form-outline .form-label {
  width: 100%;
  line-height: 43px;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #003150;
}

.training-part-form .form-outline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0px;
}

.training-part-form .form-outline .form-check {
  width: 150px;
}

.training-part-form .modal-btn {
  margin: 20px auto;
}

.exampleModal .reg-form {
  padding: 0px;
  margin: 0px;
}

.workplace-data-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.workplace-data-card .work-head-logo {
  border: 1px solid #003150;
  position: relative;
  padding: 20px;
  display: block;
  background: #003150;
  min-height: 70px;
  margin-bottom: 20px;
}

.workplace-data-card .work-head-logo img {
  position: absolute;
  width: 80px !important;
  height: 80px;
  left: 21px;
  bottom: -30px;
  border: 1px solid transparent;
  border-radius: 100%;
}

.workplace-data-card .work-place-des {
  padding: 15px;
}

.workplace-data-card .work-place-des .heading {
  margin-bottom: 0px;
  font-size: 23px;
}

.workplace-data-card .work-place-des .date-sec {
  font-size: 16px;
  font-weight: 600;
  color: gray;
  margin-bottom: 6px;
}

.workplace-data-card .work-place-des .date-sec span {
  margin-right: 5px;
  font-size: 18px;
  color: gray;
}

.workplace-data-card .work-place-des .invite-link a {
  color: #ed1a3a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.workplace-data-card .work-place-des p {
  font-size: 14px;
  line-height: 22px;
}

a.work-place-btn {
  text-decoration: none;
  padding: 5px 0px;
  border: 1px solid #ed1a3a;
  display: block;
  max-width: 115px;
  text-align: center;
  margin: 18px 0px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #ed1a3a;
}

.invite-link {
  margin: 10px 0px;
}

.work-blink {
  width: 200px;
  height: 50px;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  line-height: 50px;
}

#blink-text {
  font-size: 18px;
  font-family: cursive;
  color: #ed1a3a;
  animation: work-blink 5s linear infinite;
  line-height: 0;
}

@keyframes work-blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

.upload-form-new .error {
  position: absolute;
  color: red !important;
  font-size: 14px !important;
  bottom: -8px;
}

.modal .reg-title-left ul li::marker {
  content: none !important;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  outline: none;
}

.drop-down-icon-plus {
  display: none;
}

.sliding-text marquee p {
  color: white;
}

.date-heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #003150;
}

.single-networking-section .content-img {
  position: relative;
}

.hover-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
}

.single-networking-section
  .content-img.image-overlay-style:hover
  .normal-img
  i {
  opacity: 0;
  visibility: hidden;
}

.single-networking-section .content-img.image-overlay-style:hover .hover-img {
  opacity: 1;
  visibility: visible;
}

.single-networking-section .half-section.partnerships-recovery .right-part {
  width: 100% !important;
  max-width: none !important;
}
.single-networking-section .half-section .left-part {
  width: 42% !important;
  max-width: none !important;
}
.single-networking-section .half-section .right-part {
  width: 58% !important;
  max-width: none !important;
}
.single-networking-section .half-section:nth-child(even) .left-part {
  order: 2;
}
.single-networking-section .half-section:nth-child(even) .right-part {
  order: 1;
}
.single-networking-section .half-section.double-img-no-overlap .left-part {
  width: 50% !important;
  max-width: none !important;
}
.single-networking-section .half-section.double-img-no-overlap .right-part {
  width: 50% !important;
  max-width: none !important;
}

section.single-networking-section .heading {
  margin-bottom: 5px;
}

p.caption.meet-up {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.half-section .content-img .normal-img img,
.half-section .content-img .hover-img img {
  width: 100% !important;
  display: block;
  border-radius: 10px;
}

/*Loged in Content*/

.myAccount {
  position: relative;
}

.logedInContent {
  display: none;
}

.logedInContent.show {
  display: flex;
  padding: 40px 0px;
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.logedInContent .innercontent {
  background: #ffffff;
  height: 100%;
  overflow-y: scroll;
  padding: 20px;
}

.logedInContent .innercontent .heading {
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 20px;
  text-align: center;
}

.logedInContent .innercontent .sub-heading {
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}

.logedInContent .innercontent p,
.logedInContent .innercontent li {
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 6px;
}

.logedInContent .innercontent ol {
  padding-left: 15px;
}

.logedInContent .innercontent li {
  color: #545454;
  font-weight: 400;
}

.logedInContent .innercontent ol li > ol li {
  list-style: lower-alpha;
}

.logedInContent .innercontent .iagree {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.logedInContent .innercontent .iagree label {
  margin-bottom: 0px;
  font-size: 14px;
}

.logedInContent .innercontent input[type="checkbox"] {
  min-width: 19px;
}

.logedInContent .innercontent a,
.participant-container a,
.personal-information p {
  word-break: break-word;
}

.up-img.img-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

/* new css page design in saric start*/
section.podcasts-inner-banner {
  min-height: 180px;
}

.podcasts-inner-text {
  position: relative;
  width: 100%;
}

.b-inner-info {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.podcasts-inner-text .images {
  width: 100%;
  position: relative;
}

.podcasts-inner-text .images:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(
    91.87deg,
    #ed1a3a 45.43%,
    rgba(237, 26, 58, 0.4) 100.78%
  );
  display: none;
}

.podcast-mobile-banner {
  display: none;
}

.b-inner-info h1 {
  font-size: 50px;
  color: #fff;
  /* font-family: SF Pro Display; */
  position: relative;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 20px;
}

.b-inner-info .pod-inner-banner h1 {
  margin-bottom: 5px !important;
}

.b-inner-info h1:before {
  position: absolute;
  content: "";
  width: 130px;
  height: 1px;
  border: 1px solid #fff;
  bottom: -9px;
}

.baner-p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.b-text {
  max-width: 800px;
  margin: auto;
}

.podcasts-main-sec {
  padding: 20px 0 40px;
}

.podcasts-info-text {
  padding: 40px 0 30px;
}

.podcasts-info-text .heading,
.podcast-featured-sec .heading {
  color: #222222;
  margin-bottom: 15px;
}

.podcasts-info-text .des p {
  margin-bottom: 10px;
}

.branding-option .podcast-b-icon {
  width: auto !important;
  height: auto;
  margin-right: 8px;
}

.brand-podcast-sec {
  border: 1px solid #0031501a;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}

.brand-option {
  margin-top: 60px;
}

.brand-option ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.brand-option ul li {
  margin: 0 15px;
}

.brand-option ul li a {
  display: flex;
  padding: 10px 20px;
  background: #0031501a;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  margin: 0;
  text-decoration: none;
  color: #003150;
  line-height: 20px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.braning-title-slip {
  position: absolute;
  left: 0;
  background: #003150;
  padding: 8px 20px;
  color: #fff;
  min-width: 400px;
  top: 10px;
}

.braning-title-slip:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-right: solid 20px #fff;
}

.featured-item-content {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 7px 5px 30px 0px #48497926;
  height: 100%;
}

.featured-ep-itm ul {
  margin: 0px;
}

.featured-item-content .des {
  padding: 20px;
}

.featured-item-content .des .heading-small {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 24px;
}

.featured-ep-itm ul li .ep-itm-au-pdf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  flex-wrap: wrap;
}
.featured-ep-itm ul li .ep-itm-au-pdf .ep-pdf {
  width: 100%;
  max-width: fit-content;
  margin: 15px auto 0;
}
.featured-ep-itm ul li img {
  width: 40px !important;
  height: 40px;
}

.audio-itm-ep {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}

.ep-details {
  margin-left: 60px;
}

.ep-audio audio {
  opacity: 0;
  /* visibility: hidden; */
}

.ep-audio {
  position: absolute;
  left: 0;
}

.ep-audio:before {
  position: absolute;
  content: "";
  left: -6px;
  top: -6px;
  z-index: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/entry-play.svg);
  background-repeat: no-repeat;
  background-size: 63px;
}

.ep-details .title {
  font-weight: 600;
  color: #ed1a3a;
  margin-bottom: 5px;
}

.ep-details .ep-des {
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}

.podcast-featured-sec {
  padding: 0px 0 20px;
}

.podcast-featured-sec .heading {
  margin-bottom: 25px;
}

.brows-btn {
  padding: 20px 0 30px;
  max-width: 90%;
  margin: auto;
  border-top: 1px solid #e6ebef;
}

.brows-btn .brows-a-btn {
  font-size: 18px;
  font-family: SF Pro Display;
  color: #908dab;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.ep-details audio {
  width: 100%;
  display: block;
}

.ep-itm-au-pdf > a {
  width: calc(100% - 150px);
  overflow: hidden;
}

/* inner page */
.pod-inner-banner .b-text {
  max-width: 100%;
  margin: 0;
}

.pod-inner-banner .podcasts-inner-text .images:before {
  background: linear-gradient(
    91.87deg,
    #ed1a3a 33.49%,
    rgba(237, 26, 58, 0.4) 100.78%
  );
}

.pod-inner-banner .brand-option ul li a {
  background: #fff;
  font-size: 14px;
  padding: 12px 15px;
}

.transcript,
.play-here {
  color: #ed1a3a !important;
}

.pod-inner-banner .branding-option .podcast-b-icon {
  width: auto !important;
  height: auto;
  margin-right: 5px;
}

.pod-inner-banner .brand-option ul li {
  margin: 0 15px 0 0;
}

.banner-ep {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.pod-inner-banner .brand-option {
  margin-top: 20px;
}

.pod-inner-banner .baner-p {
  font-size: 16px;
}

.pod-inner-banner h1 {
  font-size: 40px;
}

.pod-inner-banner h1:before {
  display: none;
}

.pod-inner-banner {
  padding-bottom: 10px;
}

.podcast-speeker-section {
  padding: 40px 0 0;
}

.pod-itm-sec {
  background: #fff;
  box-shadow: 7px 5px 30px 0px #48497926;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}

.pod-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.pod-row .images {
  width: 15%;
  position: relative;
}

.pod-row .pod-spk-des {
  width: 84%;
  padding: 10px;
}

.pod-spk-name {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  /* font-family: SF Pro Display; */
  line-height: 24px;
  margin-bottom: 8px;
}

.pod-spk-name span {
  font-size: 16px;
  color: #ed1a3a;
}

.pod-so-info ul {
  display: flex;
  margin-top: 40px;
  justify-content: flex-start;
  align-items: center;
}

.pod-social {
  margin-right: 10px;
}

.pod-social a img {
  width: 30px !important;
  height: 30px;
}

.podcast-speeker-section .heading,
.next-ep-sec .heading {
  color: #222222;
  position: relative;
  padding-left: 25px;
  /* font-family: SF Pro Display; */
}

.podcast-speeker-section .heading:before {
  position: absolute;
  content: "";
  background-image: url("../img/specker-icon.svg");
  background-size: 25px;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}

.featured-ep-itm {
  padding: 10px 20px;
}
.featured-ep-itm ul li {
  width: 33%;
  margin: 0 10px;
}

.next-ep-sec .featured-ep-itm {
  box-shadow: 7px 5px 30px 0px #48497926;
  border-radius: 10px;
  background: #ffffff;
}

.next-ep-sec .featured-ep-itm {
  padding: 0px;
}

.next-ep-sec .featured-ep-itm ul li {
  padding: 8px 20px;
  border-bottom: 1px solid #e6ebef;
}

.next-ep-sec .featured-ep-itm ul li:last-child {
  border: none;
}

.next-ep-sec {
  padding: 30px 0 20px;
}

.next-ep-sec .heading {
  padding: 0;
}

.next-ep-sec .pdf-itm img,
.ep-itm-au-pdf .pdf-itm img {
  width: 24px !important;
  height: 24px;
  margin-right: 8px;
}

.next-ep-sec .pdf-itm,
.ep-itm-au-pdf .pdf-itm {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #ed1a3a;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.podcast-a-itam {
  text-decoration: none !important;
}

.pod-so-info {
  position: absolute;
  right: 16px;
  bottom: 5px;
  padding: 5px;
  border-radius: 100px;
  background: linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(0deg, #ffffff, #ffffff);
  border: 1px solid #ed1a3a;
}

.pod-so-info img {
  width: auto !important;
  height: auto;
}

.ep-itm-au-pdf a {
  outline: none;
  text-decoration: none;
  width: 100%;
}

.pod-inner-banner p {
  color: #fff;
}

.pod-row .images img {
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.pod-inner-banner .brand-option ul li audio {
  max-width: 225px;
  height: 50px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* new css page design in saric end*/

.social-contact ul li .fa.fa-twitter-square.foo-icon {
  border: 1px solid #b8b8b8;
  position: absolute;
  display: block;
  background: #b8b8b8;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
}

.social-contact ul li .fa-twitter-square:before {
  content: "";
  background: url("http://sarictns.org/wp-content/themes/saric/img/twitter1.png");
  position: absolute;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* facebook feedback page  */
.facebook-feedback-page {
  margin-bottom: 40px !important;
  width: 100%;
  max-width: 100% !important;
}

.facebook-feedback-page .cff-visual-header.cff-has-name {
  margin-bottom: 0px !important;
  display: none;
}

.facebook-feedback-page .cff-visual-header .cff-header-hero {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.facebook-feedback-page .cff-visual-header .cff-header-hero img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin-top: 0px !important;
}

.facebook-feedback-page .cff-header-inner-wrap {
  display: flex !important;
  justify-content: space-between;
  position: relative;
  width: 100%;
  align-items: center;
}

.facebook-feedback-page .cff-visual-header.cff-has-cover .cff-header-img {
  position: relative;
  top: -40px !important;
}

.facebook-feedback-page .cff-visual-header.cff-has-cover .cff-header-text {
  padding: 0px !important;
  margin: 0px !important;
  width: calc(100% - 250px);
}

.facebook-feedback-page .cff-visual-header.cff-has-cover .cff-header-text a h3 {
  font-weight: 600;
  margin-bottom: 5px;
}

.facebook-feedback-page .cff-wrapper-ctn {
  width: 100%;
}

.facebook-feedback-page .cff-wrapper-ctn .cff-posts-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
  gap: 20px;
  width: 100% !important;
  height: 100% !important;
}

.facebook-feedback-page .cff-wrapper-ctn .cff-posts-wrap .cff-item {
  border: 1px solid rgb(221, 221, 221);
  width: 32% !important;
  margin: 0 !important;
  max-width: 100% !important;
  position: static !important;
  padding: 20px !important;
}

.facebook-feedback-page .cff-author-text .cff-page-name.cff-author-date a {
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}

.facebook-feedback-page .cff-author-text .cff-date {
  font-weight: 800 !important;
  color: #000;
}

.facebook-feedback-page .cff-wrapper-ctn .cff-likebox.cff-bottom {
  position: static !important;
  width: auto !important;
  margin: auto !important;
  padding: 0 5px 0px;
  display: none !important;
}

.facebook-feedback-page .cff-text {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #000 !important;
  font-weight: 500 !important;
}

.facebook-feedback-page .cff-text a {
  color: #000 !important;
  text-decoration: underline !important;
}

.facebook-feedback-page .cff-wrapper-ctn .cff-posts-wrap .cff-more,
.facebook-feedback-page .cff-wrapper-ctn .cff-posts-wrap .cff-less {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #ed1a3a !important;
}

.facebook-feedback-page .cff-wrapper-ctn .cff-shared-link .cff-link-title a {
  color: #000 !important;
  text-decoration: underline !important;
}

.facebook-feedback-page .cff-wrapper-ctn .cff-post-links a {
  color: #ed1a3a !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.facebook-feedback-page .cff-wrapper-ctn .cff-media-link a {
  color: #ed1a3a !important;
}
.facebook-feedback-page #cff .cff-linebreak {
  display: none !important;
}

@media (max-width: 1199px) {
  .facebook-feedback-page .cff-wrapper-ctn .cff-posts-wrap {
    justify-content: space-between;
  }
  .facebook-feedback-page .cff-wrapper-ctn .cff-posts-wrap .cff-item {
    width: 48% !important;
  }
}
@media (max-width: 767px) {
  .facebook-feedback-page .cff-wrapper-ctn .cff-posts-wrap .cff-item {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.modal-header {
  padding: 15px 15px 0px 15px !important;
}
.modal-content {
  width: 97% !important;
}

/* new-css */

/* testimonal section new */
.people-say-sec {
  padding: 40px 0;
  background-color: #f1eee7;
}

.people-say-sec .contant .people-say-testi .item .item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.people-say-sec .contant .people-say-testi .item .item-row .col-50.text-item {
  width: 100%;
  max-width: 960px;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 30px 0;
}
.people-say-sec
  .contant
  .people-say-testi
  .item
  .item-row
  .col-50.text-item::before {
  position: absolute;
  content: "";
  background: url(../img/message-icon.svg) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  left: 0px;
  top: 0px;
  display: none;
}
.people-say-sec
  .contant
  .people-say-testi
  .item
  .item-row
  .col-50.text-item::after {
  position: absolute;
  content: "";
  background: url(../img/message-icon.svg) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  right: -110px;
  bottom: 0px;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
  z-index: 111;
  display: none;
}
.people-say-sec
  .contant
  .people-say-testi
  .item
  .item-row
  .col-50.text-item
  .pepole-mess
  p {
  font-size: 20px;
  line-height: 28px;
  color: var(--black);
  font-weight: 300;
}

.people-say-sec
  .contant
  .people-say-testi
  .item
  .item-row
  .col-50.text-item
  .people-info {
  margin-top: 20px;
}

.people-say-sec
  .contant
  .people-say-testi
  .item
  .item-row
  .col-50.text-item
  .people-info
  p {
  font-size: 18px;
  font-weight: 400;
  color: #003150;
  line-height: 30px;
}

.people-say-sec
  .contant
  .people-say-testi
  .item
  .item-row
  .col-50.text-item
  .people-info
  p
  span {
  font-weight: 700;
}
.people-say-testi.owl-theme .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.people-say-testi.owl-theme .owl-nav .owl-prev,
.people-say-testi.owl-theme .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 100px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cfcfcf;
  outline: none;
  border: none;
}
.people-say-testi.owl-theme .owl-nav .owl-prev span,
.people-say-testi.owl-theme .owl-nav .owl-next span {
  font-size: 38px;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 24px;
  margin-bottom: 8px;
  color: #fff;
}
.people-say-testi.owl-theme .owl-nav .owl-prev:hover,
.people-say-testi.owl-theme .owl-nav .owl-next:hover {
  background-color: #003150;
}
.people-say-testi.owl-theme .owl-nav .owl-next {
  background-color: #003150;
}

@media screen and (max-width: 991px) {
  .people-say-sec
    .contant
    .people-say-testi
    .item
    .item-row
    .col-50.text-item
    .pepole-mess
    p {
    font-size: 16px;
  }
  .thanku-new-class .content-text p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
/* testimonal css */
/* impact css */

.impact-counter-sec {
  width: 100%;
  background-color: #fff;
  padding: 40px 0;
}

.impact-counter-sec .stats {
  text-align: center;
}
.impact-counter-sec .stats .counting {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  color: #003150;
}
.impact-counter-sec .stats .h2 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #003150;
}
/* impact css */

/* new design banner section start */

.banner-sec {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-sec .main-banner {
  /* min-height: calc(100vh - 20px); */
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.banner-sec .main-banner .sm-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
/* .banner-sec .main-banner .sm-box:first-of-type {
  border-right: 1px solid #f4f4f440;
} */
.banner-sec .main-banner .sm-box:first-of-type .secondry-box {
  height: auto;
}
/* .banner-sec
  .main-banner
  .sm-box:first-of-type
  .secondry-box:first-of-type
  .bg-img {
  display: block;
} */
/* .banner-sec .main-banner .sm-box .secondry-box:last-child {
  border-top: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f440;
} */
.banner-sec .main-banner .bg-img {
  position: absolute;
  z-index: -1;
  /* display: none; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-sec .main-banner .bg-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.banner-sec .main-banner .bg-img img {
  width: 100%;
  object-position: bottom;
  /* min-height: calc(100vh - 10px); */
  object-fit: cover;
  height: 100%;
}
.banner-sec .main-banner .text-box {
  padding: 0 80px;
  position: relative;
  z-index: 1;
}
.banner-sec .main-banner .text-box .big-txt {
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  transition: all linear 0.3s;
  opacity: 0.3;
}
.banner-sec .main-banner .text-box .sm-txt {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  transition: all linear 0.3s;
  height: 0;
  opacity: 0;
}
.banner-sec .main-banner .secondry-box {
  min-height: 425px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.banner-sec .main-banner .sm-box .secondry-box:hover {
  position: initial;
  border: 0 !important;
}
.banner-sec .main-banner .secondry-box:hover .bg-img {
  z-index: 0;
}
/* .banner-sec .main-banner .secondry-box:hover .bg-img img {
  min-height: calc(100vh - 10px);
} */
.banner-sec .main-banner .secondry-box:hover .bg-img {
  display: flex;
}
.banner-sec .main-banner .secondry-box {
  height: 100%;
}
.banner-sec .main-banner .secondry-box:hover .text-box .big-txt {
  opacity: 1;
  margin-bottom: 10px;
}
.banner-sec .main-banner .secondry-box:hover .text-box .sm-txt {
  opacity: 1;
  height: fit-content;
}

/* new design banner section end */
/* new design common section end */
.heading-wrapper {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #005285;
  margin-bottom: 20px;
}
.heading-wrapper span {
  font-size: 10px;
  line-height: 14px;
  color: #005285;
  display: block;
  text-transform: uppercase;
  /* display: none; */
}

.common-btn {
  padding: 16px 24px;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  background: #003150;
  border-radius: 100px;
  transition: all linear 0.3s;
}
.common-btn:hover {
  background: #005285;
  text-decoration: none;
  color: #ffffff;
}

/* new design aboutus  section start */
.about-sec {
  position: relative;
  padding: 80px 0;
  z-index: 1;
}
.about-sec.new-about {
  padding: 10px 0;
  background: #ffffff;
}

.about-sec.new-about .heading-wrapper {
  margin: 0;
}
.about-sec.new-about .partner-list li {
  width: 29%;
  text-align: center;
}
.about-sec.new-about .partner-list li:nth-of-type(2) {
  border-right: 1px solid #4a4a4a;
  border-left: 1px solid #4a4a4a;
}
.about-sec.new-about:before {
  display: none;
}
.about-sec .left {
  animation: animate 2s;
  transition: all linear 0.8s;
}
.about-sec .img-sec-about {
  border-radius: 32px;
  overflow: hidden;
}
.about-sec .img-sec-about img {
  transition: all linear 0.3s;
}
.about-sec .img-sec-about:hover img {
  transform: scale(1.1);
}
@keyframes animate {
  from {
    margin-left: -300%;
    opacity: 0;
  }
  to {
    opacity: 1;
    margin: 0;
  }
}
.about-sec:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #fafafa;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-sec .partner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
  flex-direction: column;
}

.about-sec .partner-list li img {
  width: auto;
  max-width: max-content;
}
.about-sec .inner-txt .txt {
  font-size: 16px;
  line-height: 22px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.about-sec .inner-txt .txt:last-of-type {
  margin: 0;
}
.about-sec .left .learn-more {
  margin-top: 50px;
}
.about-sec .right .heading-wrapper {
  text-align: center;
}

/* new design aboutus  section end */
/* new design key piller  section start */
.key-pillars-sec {
  padding: 80px 0 100px 0;
  background: #e7f6ff;
  /* background: url(https://www.sarictns.org/wp-content/uploads/2024/09/principal-componenet-bg.jpg) no-repeat;
  background-size: cover; */
}
.key-pillars-sec .key-pillers-list {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}

.key-pillars-sec .key-pillers-list .main-box .heading-wrapper {
  text-align: center;
}
.key-pillars-sec .key-pillers-list .main-box .heading-wrapper .heading-txt {
  max-width: 340px;
  font-size: 20px;
  line-height: 28px;
  padding-top: 5px;
  border-top: 1px solid #005285;
  margin-top: 10px;
}
.key-pillars-sec .key-pillers-list .key-piller-listing {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.key-pillars-sec .key-pillers-list .key-piller-listing .key-piller-item {
  /* width: 31%; */
  transition: all linear 0.3s;
  /* background: #e7f1f7;
  border-radius: 32px;
  overflow: hidden; */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  transition: all linear 0.3s;
}
.key-pillars-sec
  .key-pillers-list
  .key-piller-listing
  .key-piller-item:nth-of-type(1) {
  right: auto;
  bottom: auto;
  max-width: 350px;
}
.key-pillars-sec
  .key-pillers-list
  .key-piller-listing
  .key-piller-item:nth-of-type(1):hover {
  left: 10px;
}
.key-pillars-sec
  .key-pillers-list
  .key-piller-listing
  .key-piller-item:nth-of-type(2) {
  left: auto;
  bottom: auto;
  max-width: 350px;
}
.key-pillars-sec
  .key-pillers-list
  .key-piller-listing
  .key-piller-item:nth-of-type(2):hover {
  right: 10px;
}
.key-pillars-sec
  .key-pillers-list
  .key-piller-listing
  .key-piller-item:nth-of-type(3) {
  top: auto;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  bottom: -40px;
  left: -9%;
}
.key-pillars-sec
  .key-pillers-list
  .key-piller-listing
  .key-piller-item:nth-of-type(3):hover {
  bottom: -30px;
}
.key-pillars-sec .key-pillers-list .key-piller-listing .key-piller-item img {
  border: 1px solid #f4f4f4;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 5px;
}
.key-pillars-sec
  .key-pillers-list
  .key-piller-listing
  .key-piller-item
  .img-sec {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.key-pillars-sec .key-pillers-list .main-title {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin: 10px 0;
}

/* new design key piller  section end */
/* new design client partner section start */
.client-partner {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background: #e7f6ff;
}
.client-partner:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #01324f38;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.client-partner .heading-wrapper {
  margin: 0;
  text-align: center;
}
.client-partner .right .heading-wrapper {
  text-align: left;
}
.client-partner .right .heading-box {
  justify-content: flex-start;
}
.client-partner .right .view-all  {
  text-align: center;
  margin: 32px 0;
}
.client-partner .left {
  text-align: center;
  
}
.client-partner .left .left-main-box {
  background: #fff;
  border: 1px solid #01314f;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  min-height: 510px;
}
.client-partner .left-main-box .txt {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #000000;
}

.client-partner .right .item {
  background: #ffffff;
  overflow: hidden;
  border-radius: 32px;
}
.client-partner .right .item:hover .img-sec {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.client-partner .right .item .img-sec {
  position: relative;
  transition: all linear 0.2s;
  max-height: 195px;
  overflow: hidden;
}

.client-partner .right .item .img-sec img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  min-height: 190px;
}
.client-partner .right .item .desc {
  padding: 25px;
  position: relative;
}
.client-partner .right .item .desc:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(https://www.sarictns.org/wp-content/uploads/2024/08/inverted-comma.png)
    no-repeat;
  position: absolute;
  left: 30px;
  top: -18px;
}
.client-partner .right .item .desc .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #4a4a4a;
  margin: 10px 0px 20px 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  min-height: 130px;
}
.client-partner .right .item .desc .details {
  position: relative;
  padding-right: 30px;
}
.client-partner .right .item .desc .details .click-link {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #f4f4f4;
  border-radius: 40px;
  transition: all linear 0.2s;
}
.client-partner .right .item .desc .details .click-link:hover {
  transform: scale(1.1);
}
.client-partner .right .item .desc .details .click-link img {
  width: auto;
  transition: all linear 0.2s;
}
.client-partner .right .item .desc .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #000000;
}
.client-partner .right .item .desc .org {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #4a4a4a;
}
.client-partner .owl-dots {
  position: absolute;
  top: -38px;
  right: 18px;
  text-align: center;

}
.client-partner .owl-dots .owl-dot {
  width: 24px;
  height: 4px;
  border-radius: 10px;
  margin: 0 5px;
  background: #717171;
}
.client-partner .owl-dots .owl-dot.active {
  background: #ffffff;
}
.client-partner .left .img-sec {
  background: #01314f;
  text-align: center;
  min-height: 380px;
  display: flex;
  align-items: center;
}
.client-partner .left .img-sec img {
  width: 100%;
}
.client-partner .left .view-all  {
  margin: 30px 0;
}
.client-partner .heading-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  /* margin-bottom: 20px; */
}
.client-partner .right .listitems {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.client-partner .right .item  {
  min-height: 164px;
  gap: 40px;
}
.client-partner .smbox {
      /* background: #fff; */
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
}
.client-partner .smbox:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/story-img1.jpg) no-repeat, #fff;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.client-partner .smbox.big {
  min-height: 510px;
}
.client-partner .smbox:nth-of-type(2) {
  margin-top: 30px;
}

/* new design client partner section end */
/* new design Stats section start */
.stats {
  position: relative;
  z-index: 1;
}
.stats:before {
  content: "";
  width: 38%;
  height: 100%;
  background: #005285;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.stats .stats-listing {
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.stats .stats-listing .numaric {
  font-size: 62px;
  font-weight: 100;
  line-height: 74px;
  color: #4a4a4a;
}
.stats .stats-listing .numaric span {
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}
.stats .stats-listing .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  max-width: 125px;
}
.stats .stats-listing .item {
  width: 20%;
  padding: 10px;
}
.stats .stats-listing .item:last-of-type {
  background: #005285;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 34%;
}
.stats .stats-listing .item:last-of-type .txt {
  color: #ffffff;
  max-width: none;
}
.stats .stats-listing .item:last-of-type .numaric {
  font-size: 92px;
  font-weight: 100;
  color: #ffffff;
}
.stats .stats-listing .item:last-of-type .numaric span {
  font-size: 92px;
}
.stats .stats-listing .item:nth-of-type(3) .txt {
  max-width: 175px;
}
.stats .stats-listing .txt-sec {
  flex-wrap: nowrap;
}

/* new design Stats section end */
/* new design Strategic Approches section start */
.strategic-approches {
  padding: 60px 0 80px 0;
}
.strategic-approches .heading-wrapper {
  text-align: center;
}
.strategic-approches .item-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #000000;
  margin-bottom: 20px;
}
.strategic-approches .read-more-btn {
  margin: 30px 0;
}
.strategic-approches .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4a4a4a;
}
.strategic-approches .approch-list .item {
  overflow: hidden;
  margin-bottom: 24px;
  transition: all linear 0.3s;
  gap: 20px;
}
.strategic-approches .approch-list .item:hover {
  margin-top: -10px;
}
.strategic-approches .approch-list .item .img-sec {
  border-radius: 12px;
  overflow: hidden;
  width: 50%;
  /* max-height: 160px; */
}
.strategic-approches .approch-list .item .img-sec img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.strategic-approches .approch-list .item .txt-sec {
  width: 50%;
}
.strategic-approches .approch-list .item:nth-child(even) .img-sec {
  order: 2;
}
.strategic-approches .approch-list .item:nth-child(even) .txt {
  order: 1;
}

/* new design Strategic Approches section end */

/* new design training page start */

.training-sec {
  padding: 80px 0;
}
.training-sec .training-box {
  gap: 20px;
}
.training-sec .training-box .team-img-sec {
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.training-sec .training-box .team-img-sec .item {
  width: 48%;
}
.training-sec .training-box .team-img-sec .item .img-sec {
  border-radius: 16px;
  overflow: hidden;
}
.training-sec .training-box .team-img-sec .item .img-sec img {
  width: 100%;
  display: block;
}
.training-sec .training-box .team-img-sec .item .below-txt {
  margin-top: 10px;
  padding: 0 10px;
}
.training-sec .training-box .team-img-sec .item .below-txt .txt {
  text-align: center;
  text-decoration: wavy;
}
.training-sec .training-box.networking-inner .left-right-box {
  gap: 20;
}
.training-sec .training-box.networking-inner .left-right-box .img-sec {
  order: 1;
  width: 48%;
}
.training-sec .training-box.networking-inner .left-right-box .txt-sec {
  order: 2;
  width: 49%;
}
.training-sec .training-box img {
  width: 100%;
  display: block;
}
.training-sec .training-box .left {
  width: 30%;
  position: sticky;
  left: 0;
  top: 60px;
}
.training-sec .training-box .left .img-sec img {
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
.training-sec .training-box .left .img-sec .txt {
  /* position: absolute; */
  left: 0;
  bottom: 0;
  /* padding: 24px; */
  font-size: 22px;
  line-height: 28px;
  color: #005285;
  font-weight: 700;
  margin-top: 15px;
}
.training-sec .training-box .left .date-box {
  gap: 10px;
  margin-top: 20px;
}
.training-sec .training-box .left .date-box .date {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
}
.training-sec .training-box .left .date-box .date span {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #4a4a4a;
}
.training-sec .training-box .left .register-now {
  margin-top: 40px;
}
.training-sec .training-box .right {
  width: 70%;
}
.training-sec .training-box .right .overview-training {
  margin-bottom: 20px;
}
.training-sec .training-box .right .overview-training .img-sec {
  border-radius: 16px;
  overflow: hidden;
}

.training-sec .training-box .right .overview-training .left-sec {
  display: none;
}
.training-sec .training-box .right .overview-training .right-sec {
  width: 100%;
  padding: 10px;
  border: 1px solid #f4f4f4;
  border-radius: 16px;
}

.training-sec .training-box .right .tour-training {
  margin-bottom: 20px;
}
.training-sec .training-box .right .desc {
  margin-top: 20px;
}
.training-sec .training-box .right .txt {
  font-size: 16px;
  line-height: 20px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.training-sec .training-box .right .txt:last-of-type {
  margin: 0;
}
.training-sec .training-box .right .training-sub-heading {
  font-size: 20px;
  line-height: 24px;
  color: #005285;
  font-weight: 600;
  margin: 10px 0;
}
.training-sec .training-box .right .training-sub-heading span {
  color: #005285;
  display: block;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
}
.training-sec .training-box .right .training-sub-heading span:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(https://www.sarictns.org/wp-content/uploads/2024/09/date-icon-blu.png)
    no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.training-sec .training-box .right .arrow-listing {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  position: relative;
}
.training-sec .training-box .right .arrow-listing .item {
  font-size: 16px;
  line-height: 26px;
  color: #4a4a4a;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}
.training-sec .training-box .right .arrow-listing .item:before {
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 30px;
  border: 1px solid #4a4a4a;
  position: absolute;
  left: 5px;
  top: 4px;
}
.training-sec .training-box p {
  font-size: 16px;
  line-height: 26px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.training-sec .training-box p:last-of-type {
  margin: 0;
}
.training-sec .training-box ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  position: relative;
}
.training-sec .training-box ul li {
  font-size: 16px;
  line-height: 26px;
  color: #4a4a4a;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}
.training-sec .training-box ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 30px;
  border: 1px solid #4a4a4a;
  position: absolute;
  left: 5px;
  top: 7px;
}

/* new design training page end */

/* new design innerbanner start */

.inner-banner-sec {
  position: relative;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  overflow: hidden;
  display: none;
}
.inner-banner-sec.training-page {
  display: block;
}
.inner-banner-sec.training-page .banner-img {
  max-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-banner-sec.training-page .banner-img .desktop-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.inner-banner-sec .banner-img img {
  width: 100%;
  display: block;
}
.inner-banner-sec .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-banner-sec .banner-txt {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

/* new design innerbanner end */

.arrow-listing {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  position: relative;
}
.arrow-listing .item {
  font-size: 16px;
  line-height: 26px;
  color: #4a4a4a;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}
.arrow-listing .item:before {
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 30px;
  border: 1px solid #4a4a4a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.lower-txt.txt p {
  font-size: 16px;
  line-height: 26px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.lower-txt.txt p:last-of-type {
  margin: 0;
}

.desc.txt p {
  font-size: 16px;
  line-height: 26px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.desc.txt p:last-of-type {
  margin: 0;
}

.txt {
  font-size: 16px;
  line-height: 26px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.txt:last-of-type {
  margin: 0;
}

.training-sub-heading {
  font-size: 20px;
  line-height: 24px;
  color: #005285;
  font-weight: 600;
  margin: 10px 0;
}

/* new design aboutus start */

.overview-txt {
  padding: 80px 0;
}
.overview-txt .main-box {
  text-align: center;
}

.development-sec {
  padding-bottom: 80px;
}
.development-sec .development-box {
  overflow: hidden;
  margin-bottom: 20px;
  gap: 20px;
  flex-wrap: wrap;
}
.development-sec .development-box:nth-child(even) {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.development-sec .development-box:nth-child(even) .left {
  order: 2;
}
.development-sec .development-box:nth-child(even) .left img {
  max-height: 250px;
}
.development-sec .development-box:nth-child(even) .right {
  order: 1;
}
.development-sec .development-box .left {
  width: 49%;
  border-radius: 16px;
  overflow: hidden;
}

.development-sec.about-us .development-box:nth-child(even) .left img {
  max-height: 335px;
}
.development-sec .development-box .left img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.development-sec .development-box .right {
  width: 49%;
}
.development-sec .development-box .lower-txt {
  width: 100%;
}

.partnership-recovery {
  padding: 5px 0px 60px 0px;
}
.partnership-recovery .arrow-listing {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.partnership-recovery .arrow-listing .item {
  width: 48%;
}

.end-investment {
  padding: 20px 0px 80px 0px;
}
.end-investment .heading-wrapper {
  text-align: center;
}
.end-investment .investment-list {
  margin-top: 40px;
  gap: 20px;
  flex-wrap: wrap;
}
.end-investment .investment-list .investment-item {
  width: 49%;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
.end-investment .investment-list .investment-item:hover .details {
  font-size: 22px;
  line-height: 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #01324f 90%);
}
.end-investment .investment-list .investment-item img {
  width: 100%;
  display: block;
}
.end-investment .investment-list .investment-item .details {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 90%);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  transition: all linear 0.3s;
}

/* new design aboutus end */

/* new design principal components start */

.left-right-box {
  gap: 20px;
  margin: 20px 0;
  overflow: hidden;
  flex-wrap: wrap;
}
.left-right-box .img-sec {
  width: 49%;
  border-radius: 16px;
  overflow: hidden;
}
.left-right-box .img-sec img {
  width: 100%;
  display: block;
}
.left-right-box .txt-sec {
  width: 49%;
}
.left-right-box .more-txt {
  width: 100%;
}
.left-right-box:nth-child(even) .img-sec {
  order: 2;
}
.left-right-box:nth-child(even) .txt-sec {
  order: 1;
}
.left-right-box:nth-child(even) .more-txt {
  order: 3;
}

.components-box {
  padding: 80px 0;
}
.components-box .monitoring-evolution {
  margin-top: 20px;
}
.components-box .main-box {
  margin-bottom: 20px;
}
.components-box .main-box .title-logo {
  flex-wrap: nowrap;
  gap: 30px;
  margin-bottom: 20px;
  padding: 20px 0;
  position: sticky;
  top: 70px;
  left: 0;
  background: #ffffff;
}
.components-box .main-box .title-logo .heading-wrapper {
  margin: 0;
}
.components-box .main-box .img-sec img {
  /* max-height: 165px; */
  object-fit: cover;
  object-position: center;
}
/* new design principal components end */

/* new design networking components start */

.networking-sec {
  padding: 80px 0 20px 0;
}
.networking-sec .title-logo {
  position: sticky;
  left: 0;
  top: 70px;
  padding: 20px 0;
  background: #ffffff;
  z-index: 1;
}
.networking-sec .networking-box {
  margin-bottom: 20px;
}
.networking-sec .networking-box .img-sec {
  max-height: 370px;
  border-radius: 32px;
  overflow: hidden;
}
.networking-sec .networking-box .img-sec img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.networking-sec .networking-box .txt-sec {
  margin: 20px 0;
}
.networking-sec .left-right-box img {
  /* max-height: 200px; */
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* new design networking components end */
/* new design theme start */

.theme-sec {
  padding: 80px 0;
}
.theme-sec .main-box .title-logo {
  position: sticky;
  left: 0;
  top: 70px;
  background: #ffffff;
  padding: 20px 0;
  z-index: 1;
}
.theme-sec .main-box .title-logo .heading-wrapper {
  margin: 0;
}
.theme-sec .left-right-box {
  gap: 20px;
}
.theme-sec .left-right-box .img-sec img {
  /* max-height: 200px; */
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/* .theme-sec .theme-box .left-right-box:nth-child(odd) .img-sec {
  width: 100%;
}
.theme-sec .theme-box .left-right-box:nth-child(odd) .txt-sec {
  width: 100%;
} */
.theme-sec .commitment-box {
  margin: 30px 0;
}

/* new design theme end */
/* new design trainign page start */

.training-main-sec {
  padding: 80px 0;
}
.training-main-sec .title-logo {
  flex-wrap: nowrap;
  gap: 30px;
  margin-bottom: 20px;
  padding: 20px 0;
  position: sticky;
  top: 70px;
  left: 0;
  background: #ffffff;
  z-index: 1;
}
.training-main-sec .title-logo .heading-wrapper {
  margin: 0;
}
.training-main-sec .training-overview-txt .left-right-box .img-sec {
  width: 100%;
}
.training-main-sec .training-overview-txt .left-right-box .img-sec img {
  /* max-height: 200px; */
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.training-main-sec .training-overview-txt .left-right-box .txt-sec {
  margin-bottom: 20px;
  width: 100%;
}
.training-main-sec .training-overview-txt .list-items .left-right-box {
  gap: 20px;
  flex-wrap: nowrap;
}
.training-main-sec .training-overview-txt .list-items .left-right-box .img-sec {
  width: 49%;
}
.training-main-sec .training-overview-txt .list-items .left-right-box .txt-sec {
  width: 49%;
  margin: 0;
}
.training-main-sec .training-overview-txt .list-items {
  margin: 20px 0;
}
.training-main-sec .training-how-apply {
  margin-top: 30px;
}
.training-main-sec .training-how-apply .view-training {
  margin-top: 60px;
  text-align: center;
}

.apply-box {
  gap: 20px;
  flex-wrap: wrap;
}
.apply-box .box-sm {
  border-radius: 20px;
  width: 32%;
  border: 1px solid #e6e6e6;
  position: relative;
}
.apply-box .box-sm:nth-child(3n):before {
  display: none;
}
.apply-box .box-sm:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(https://www.sarictns.org/wp-content/uploads/2024/08/arrow-right.png)
    no-repeat;
  background-position: center center;
  border-radius: 50px;
  border: 1px solid #e6e6e6;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  padding: 18px;
  z-index: 1;
}
.apply-box .box-sm .upper-title {
  background: #fafafa;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 0px 10px 40px;
}
.apply-box .box-sm .upper-title .count {
  position: absolute;
  left: -20px;
  top: 6px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 50px;
  background: #ffffff;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.apply-box .box-sm .upper-title .icon {
  max-width: 40px;
}
.apply-box .box-sm .upper-title .icon img {
  width: 100%;
  display: block;
}
.apply-box .box-sm .upper-title .main-txt {
  font-size: 20px;
  line-height: 24px;
  color: #005285;
  font-weight: 600;
}
.apply-box .box-sm .below-txt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 200px;
}
.apply-box .box-sm .below-txt .txt {
  padding: 30px 20px;
}

.impact-stats {
  background: #f3f3f3;
  padding: 20px 0;
}
.stats.impact {
  padding: 30px 0;
  margin-bottom: 20px;
  background: url(https://www.sarictns.org/wp-content/uploads/2024/09/principal-componenet-bg.jpg)
    no-repeat;
  background-size: cover;
  border-radius: 32px;
  overflow: hidden;
}
.stats.impact:before {
  display: none;
}
.stats.impact .stats-listing .txt {
  max-width: 200px;
}
.stats.impact .stats-listing .item {
  width: 30%;
}
.stats.impact .stats-listing .item:last-of-type {
  background: transparent;
  display: block;
  width: auto;
}
.stats.impact .stats-listing .item:last-of-type .txt {
  color: #000000;
  max-width: 180px;
}
.stats.impact .stats-listing .item:last-of-type .numaric {
  font-size: 62px;
  color: #4a4a4a;
}
.stats.impact .stats-listing .item:last-of-type .numaric span {
  font-size: 22px;
  color: #4a4a4a;
}

.testimonials {
  padding: 30px 0px 80px 0px;
  /* background: #f3f3f3; */
}
.testimonials .heading-wrapper {
  text-align: center;
}
.testimonials .testimonial-slider .item {
  background: #fafafa;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 50px 25px 25px 25px;
}
.testimonials .testimonial-slider .item:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(https://www.sarictns.org/wp-content/uploads/2024/08/inverted-comma.png)
    no-repeat;
  position: absolute;
  left: 20px;
  top: 5px;
}
.testimonials .testimonial-slider .item .txt {
  min-height: 140px;
}
.testimonials .testimonial-slider .item .details {
  margin-top: 10px;
  min-height: 100px;
}
.testimonials .testimonial-slider .item .details .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #000000;
}
.testimonials .testimonial-slider .item .details .org {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #4a4a4a;
  font-weight: 600;
}
.testimonials .testimonial-slider .item .details .org span {
  font-weight: 400;
  display: block;
}
.testimonials .testimonial-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  text-align: center;
  margin: auto;
}
.testimonials .testimonial-slider .owl-dots .owl-dot {
  width: 24px;
  height: 2px;
  border-radius: 10px;
  margin: 0 5px;
  background: #717171;
}
.testimonials .testimonial-slider .owl-dots .owl-dot.active {
  background: #005285;
}

/* new design trainign page end */

ul,
ol {
  font-family: "Open Sans";
}

/* new design project page start */
.project-sec {
  padding: 80px 0;
}
.project-sec .project-main-box .title-logo {
  flex-wrap: nowrap;
  gap: 30px;
  margin-bottom: 20px;
  padding: 20px 0;
  position: sticky;
  top: 70px;
  left: 0;
  background: #ffffff;
  z-index: 1;
}
.project-sec .project-main-box .title-logo .heading-wrapper {
  margin: 0;
}
.project-sec .project-main-box .left-right-box {
  margin: 40px 0;
}
.project-sec .project-main-box .left-right-box .img-sec img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

/* new design project page end */

.half-section.login-form-sec .left-part {
  width: 48% !important;
}
.half-section.login-form-sec .right-part {
  width: 48% !important;
}
.half-section .content-img:hover .hover-img {
  opacity: 1;
  visibility: visible;
  /* margin: 0 15px; */
}
.half-section .left-part {
  max-width: 100% !important;
  width: 100% !important;
  flex: none;
  order: 1;
  margin-bottom: 20px;
}
.half-section .normal-img img,
/* .half-section .content-img:hover .hover-img img {
  max-height: 300px;
  object-fit: cover;
  object-position: center center;
} */

.half-section .right-part {
  max-width: 100% !important;
  width: 100% !important;
  flex: none;
  order: 2;
}

/* successs stories css Start */

.success-stories-main-sec {
  padding: 60px 0 20px 0;
}
.success-stories-main-sec .heading-wrapper-sec {
  margin-bottom: 30px;
}
.success-stories-main-sec .heading-wrapper-sec .name a {
  font-size: 18px;
  line-height: 26px;
  color: #01324f;
  text-decoration: none;
}
.success-stories-main-sec .heading {
  /* text-align: center; */
  position: relative;
  margin: 0;
}

.success-stories-main-sec .heading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  /* margin: auto; */
  width: 60px;
  height: 3px;
  background-color: #003150;
  bottom: -10px;
}

.listing-content {
  border-left: 5px solid #003150;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.success-stories-main-sec .listing-content p span,
.success-stories-main-sec .listing-content p a {
  color: #000;
  font-weight: 600;
}

.special-line {
  border-left: 3px solid #003150;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
}

.stories-listing-sec .row-item {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-top: 20px;
  flex-wrap: wrap;
}

.stories-listing-sec .row-item .col-item {
  width: 32%;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #fbfbfb;
  padding: 20px 0;
}

.stories-listing-sec .row-item .col-item > a {
  text-decoration: none;
}

.card-head .stories-title,
.card-head .stories-title a {
  text-align: center;
  font-size: 20px;
  color: #003150;
  font-weight: 400;
  margin-bottom: 10px;
}
.card-head {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
.card-head .stories-name {
  text-align: center;
  font-size: 24px;
  color: #003150;
  font-weight: 400;
  font-weight: 600;
  line-height: 28px;
  width: 100%;
}

.card-head .stories-name:hover {
  text-decoration: underline;
}

.stories-listing-sec .row-item .col-item .bottom-part {
  background-color: #dfe0e0;
  max-width: 300px;
  margin: 20px auto 0;
  position: relative;
  border-radius: 10px;
}

.stories-listing-sec .row-item .col-item .img-wrap.a {
  position: absolute;
}

.stories-listing-sec .row-item .col-item .img-wrap {
  width: 100%;
  margin: 0 auto 0;
  border: 15px solid #dfe0e0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}

.stories-listing-sec .row-item .col-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all linear 2.5s;
  transform: scale(1);
}

.stories-listing-sec .row-item .col-item:hover .img-wrap {
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.stories-listing-sec .row-item .col-item:hover .img-wrap.a {
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.stories-listing-sec .row-item .col-item:hover .img-wrap img {
  transform: scale(1.2);
}

.bottom-part .stories-title {
  text-align: center;
  padding: 0px 0 15px;
  font-size: 20px;
  font-weight: 500;
  color: #003150;
  text-decoration: auto;
  font-style: italic;
}

/* deatils page  */
.success-stories-details-sec {
  position: relative;
  z-index: 1;
}

.member-details-content {
  width: 75%;
  padding: 50px 0;
}

.overview-des .h3 {
  margin-top: 20px;
}

.overview-des p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  text-align: justify;
}

.overview-des p span {
  font-weight: 900;
  color: #000;
}

.overview-des p a {
  font-weight: 900;
  color: #000;
  text-decoration: underline;
}

.listing-item ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.listing-item ul li {
  width: 100%;
  font-size: 20px;
  font-size: 18px;
  line-height: 26px;
}

.success-member-img {
  width: 40%;
  position: relative;
  margin: -300px 0 20px 20px;
  float: right;
  z-index: 1;
}

.success-member-img .img-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border: 15px solid #dfe0e0;
  border-radius: 10px;
  overflow: hidden;
}

.success-member-img img {
  width: 100%;
  height: 100%;
  /* border-radius: 5px; */
  display: block;
  object-fit: cover;
  object-position: center top;
  transform: scale(1);
  transition: all linear 2s;
}
.success-member-img .img-wrap:hover img {
  transform: scale(1.1);
}

.success-member-img .results-sec {
  width: 100%;
}

.success-member-img .result-item {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.success-member-img .results-sec .result-item:last-child {
  margin-bottom: 0;
}

.success-member-img .result-item .row-item {
  justify-content: flex-start;
  gap: 15px;
  display: flex;
  align-items: center;
}

.success-member-img .result-item .h2 {
  color: #003150;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}

.success-member-img .result-item .row-item p {
  margin: initial;
  font-weight: 600;
}

.success-member-img .result-item .row-item .psent-number {
  font-size: 70px;
  line-height: 60px;
  display: flex;
  color: #01304e;
}

.comman-space-inside {
  padding: 40px 0;
}

.latest-inner-banner {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: calc(100vh - 200px);
  z-index: 1;
  padding-bottom: 40px;
}

.latest-inner-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0.87deg,
    #003150 21.43%,
    rgb(65 3 12 / 40%) 81.78%
  );
  left: 0;
  right: 0;
  margin: auto;
}

.latest-inner-banner .banner-images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  z-index: -1;
}

.latest-inner-banner .banner-images img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.latest-inner-banner .latest-inner-info {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.latest-inner-banner .latest-inner-info .b-texts {
  max-width: 500px;
}

.latest-inner-banner .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.latest-inner-banner .title-p {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.latest-inner-banner p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.latest-inner-banner .b-texts h1 {
  color: #fff;
}

/* successs stories css End */
/* map sec home page css start */

.map-sec {
  padding: 0px 0px 60px 0px;
}
.map-sec .map-box {
  position: relative;
  text-align: center;
  background: #013250;
}
.map-sec .map-box .map-details {
  padding: 0;
  margin: 0;
}
.map-sec .map-box .map-details .india .icon {
  right: 27%;
  top: 0;
}
.map-sec .map-box .map-details .pakistan .icon {
  right: 37%;
  top: -16%;
}
.map-sec .map-box .map-details .bangladesh .icon {
  right: 9%;
  top: 1%;
}
.map-sec .map-box .map-details .nepal .icon {
  right: 20%;
  top: -11%;
}
.map-sec .map-box .map-details .bhutan .icon {
  right: 8%;
  top: -8%;
}
.map-sec .map-box .map-details .maldives .icon {
  right: 38%;
  top: 60%;
}
.map-sec .map-box .map-details .sri-lanka .icon {
  right: 22%;
  top: 43%;
}
.map-sec .map-box img {
  width: auto !important;
  margin: 0 auto;
}
.map-sec .map-box .desktop-map {
  display: block;
}
.map-sec .map-box .mobile-map {
  display: none;
}
.map-sec .map-box .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: fit-content;
  max-width: fit-content;
}
.map-sec .map-box .icon.show {
  transform: scale(1.3);
  filter: brightness(0);
}
.map-sec .map-box .icon img {
  transition: all linear 0.3s;
}
.map-sec .map-box .desc {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffffff;
  display: none;
  max-width: 385px;
  padding: 10px;
  margin: 10px;
}
.map-sec .map-box .desc.active {
  display: block;
}
.map-sec .map-box .country-name {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 5px;
  font-weight: 600;
  border-bottom: 2px solid #005285;
  color: #005285;
  text-transform: uppercase;
  /* border: 1px solid #005285; */
}
.map-sec .map-box .other-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.map-sec .map-box .other-txt .title {
  font-weight: 600;
  text-align: left;
  padding: 5px;
  /* border: 1px solid #005285; */
}
.map-sec .map-box .other-txt .data {
  padding: 5px;
  text-align: left;
  /* border: 1px solid #005285; */
}
.map-sec .map-box .other-txt table td {
  vertical-align: top;
  border: 0;
}
.thanku-new-section {
  background: #ffffff !important;
}

.nav-section .navbar-nav li.nav-item.dropdown.onlyshowonmobile {
  display: none;
}

/* map sec home page css End */
