@charset "UTF-8";
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*==================================
        1. Theme default css
===================================*/
* {
  font-family: sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5rem;
}

:root {
  --btn-bg-pink: #CF3CAF;
  --btn-hover-blue: #14428D;
  --text-white: #ffffff;
  --text-black: #000000;
  --text-color-black: #4b4b4b;
  --bckground-dark: #201E1F;
  --font-family-body: "Poppins", sans-serif;
  --font-family-titile: "Playfair Display", sans-serif;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color-black);
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-sans-serif);
  font-weight: 700;
  color: var(--text-color-black);
  margin: 0.5rem 0;
}

h1 {
  font-size: 36px;
  line-height: 3rem;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
}
.about img {}
.about p {padding-bottom:20px;}
i,
span,
a {
  display: inline-block;
  text-decoration: none;
}

/*===========================
    All Title Style
===========================*/
.title {
  color: var(--text-black);
  font-family: var(--font-family-titile);
}

.dec {
  color: var(--text-color-black);
  font-family: var(--font-family-body);
}

/*===========================
    all icons Style
===========================*/
i {
  color: var(--btn-bg-pink);
}

/*===========================
    All Button Style
===========================*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #CF3CAF;
  font-family: var(--font-family-body);
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: var(--btn-bg-pink);
  color: var(--text-white);
}
.main-btn i {
  color: var(--text-white);
}

.main-btn:hover {
  color: var(--text-white);
  background: var(--btn-hover-blue);
  border-color: var(--btn-hover-blue);
}

/*====================================================
                        Header CSS
====================================================*/
/*========= Header-Top CSS =============*/
.header-top {
  height: 40px;
  background: var(--bckground-dark);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-top .contact {
  height: 40px;
}
.header-top .contact ul li a {
  font-size: 14px;
  color: var(--text-white);
  padding-right: 30px;
  font-family: var(--font-family-body);
}
.header-top .links {
  height: 40px;
}
.header-top .links ul li a {
  padding-right: 20px;
}
.header-top .links ul li a i {
  color: var(--text-white);
}

/*========= Header-main CSS =============*/
.header-main {
  height: 100px;
}
.header-main .company-logo {
  width: 100px;
  height: 100px;
}
.header-main .company-logo img {
  height: 80px;
}
.header-main .navbar-expand-lg {
  height: 100px;
  padding: 15px 0;
}
.header-main .navbar-expand-lg .navbar-nav .nav-link {
  padding: 38px 0 38px 30px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: var(--font-family-body);
  font-weight: 700;
}
.header-main .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--btn-bg-pink);
}
.header-main .navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item {
  text-transform: uppercase;
}
.header-main .navbar-expand-lg .navbar-nav .active {
  color: var(--btn-bg-pink);
}
.header-main .navbar-expand-lg .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

/*========= Recent-news CSS =============*/
.recent-news {
  height: 60px;
  background: rgba(207, 60, 175, 0.05);
}
.recent-news .recent-box {
  height: 60px;
  background: rgba(207, 60, 175, 0.09);
}
.recent-news .recent-box span {
  font-family: var(--font-family-body);
  font-weight: bold;
}
.recent-news p{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recent-news p a {
    display:inline;
  color: var(--text-color-black);
}
.recent-news .date {
  font-size: 14px;
  font-family: var(--font-family-body);
}

/*========= Hero-slider CSS =============*/
.hero-text {
  overflow: hidden;
}

.hero-text .hero {
  position: relative;
}

.hero-text .hero .hero-slide a:hover span {
  color: #033a71;
}

.hero-text .hero .hero-slide {
  width: 100%;
  height: 700px;
  position: relative;
}

.hero-text .hero .hero-slide .black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: rgba(0, 0, 0, 0.5);
}

.hero .hero-slide img {
  width: 100%;
  height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}

.hero .hero-slide .header-content {
  top: calc(50% - 100px);
  left: calc(50% - 580px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  padding: 2rem;
}

.slide-content {
  padding: 10px 20px 10px 0;
}
.slide-content span {
  font-size: 62px;
  font-family: var(--font-family-titile);
  text-align: center;
  line-height: 4rem;
}
.slide-content p {
  text-align: center;
}

.btn-primary {
  background-color: #5302FE;
  border: #111;
  border-radius: 0;
}

/** Text Animation **/
@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  -webkit-animation-name: fadeInUpSD;
          animation-name: fadeInUpSD;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}

/* Text Animation End **/
.slick-arrow {
  position: absolute;
  display: block;
  z-index: 9;
  top: calc(50% - 25px);
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.slick-next {
  right: 30px;
  border-color: var(--text-white);
}
.slick-next i {
  color: var(--text-white);
}

.slick-prev {
  left: 30px;
  border-color: var(--text-white);
}
.slick-prev i {
  color: var(--text-white);
}

/* Media Queries */
@media (max-width: 768px) {
  .hero-text .hero .hero-slide a {
    padding-top: 0.8rem;
  }
  .hero-text .hero .hero-slide a span {
    font-size: 20px;
    margin-top: 0.5rem;
  }
  .hero .hero-slide .header-content {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .navbar-brand {
    display: none;
  }
  .navbar-toggler {
    display: none;
  }
}
/*==== About us Css ====*/
.about .about-img {
  -webkit-box-shadow: 0px 2px 5px #dddddd;
          box-shadow: 0px 2px 5px #dddddd;
}
.about .about-img img {
  height: 460px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .btn {
  margin-top: 35px;
}

/*==== Objectives Css ====*/
.objectives span {
  font-size: 32px;
  font-weight: bold;
}
.objectives .obj-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 15px;
  -webkit-box-shadow: 0 2px 5px #dddddd;
          box-shadow: 0 2px 5px #dddddd;
  height: 265px;
}
.objectives .obj-box .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(207, 60, 175, 0.09);
}
.objectives .obj-box p {
  text-align: center;
}

/*==== Message Css ====*/
.message .btn {
  margin-top: 35px;
}
.message .president-img {
  position: relative;
  width: 75%;
  height: 475px;
}
.message .president-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.message .president-img .president-name {
  position: absolute;
  background: var(--text-white);
  -webkit-box-shadow: 3px 3px 5px #dddddd;
          box-shadow: 3px 3px 5px #dddddd;
  padding: 15px 20px;
  right: -80px;
  bottom: -15px;
}
.message .president-img .president-name span {
  color: var(--btn-bg-pink);
  font-weight: bold;
  font-family: var(--font-family-body);
}

/*==== Our Projects Css ====*/
.projects p {
  text-align: center;
}
.projects .projects-slide {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px #dddddd;
          box-shadow: 0 3px 5px #dddddd;
}
.projects .projects-slide img {
  height: 400px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.projects .projects-slide .proj-box p {
  text-align: start;
}
.projects .bottom a {
  color: var(--btn-bg-pink);
}

/*==== Partners Css ====*/
.partners .partners-slide {
  margin: 0 -15px;
}
.partners .partners-slide .slick-slide {
  margin: 0 15px;
}
.partners .partners-slide .slick-slide img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.partners .partners-slide .slick-slide img:hover {
  -webkit-filter: contrast(100%);
          filter: contrast(100%);
}

/*==== News Css ====*/
.news .news-head .title {
  font-size: 32px;
  font-weight: bold;
}
.news .news-head a {
  color: var(--btn-bg-pink);
}
.news .news-slide {
  margin: 0 -15px;
}
.news .news-slide .slick-slide {
  margin: 0 15px;
}
.news .news-slide .slick-slide .title {
  font-size: 18px;
  font-weight: bold;
}

/*==== Contact ====*/
.home-contact {
  background: rgba(207, 60, 175, 0.04);
}
.home-contact .title {
  font-size: 40px;
  line-height: 3rem;
  font-weight: bold;
}
.home-contact .img {
  height: 550px;
}


/*====== working counterparts ======*/


    .profile-co{
        height: 250px;
        width: 100%;
        object-fit: contain;
    }


/*====== Footer ======*/
footer {
  background: var(--bckground-dark);
}
footer .logo img {
  height: 100px;
  width: 100px;
}
footer ul li {
  color: var(--text-white);
}
footer ul li a {
  color: var(--text-white);
}
footer .space li {
  margin-left: calc(50% - 30px);
  margin-bottom: 12px;
}
footer .copy {
  color: var(--text-white);
}
footer .social-links ul li a i {
  color: var(--text-white);
}

/*===================================
            News Page 
===================================*/
.newsin-img {
	 height: 450px;
	 object-fit: contain;
}
 .side-bar {
	 border: 1px solid #e7e7e7;
	 border-radius: 5px;
	 top: 50px;
}
 .side-bar ul li {
	 width: 100%;
	 padding: 7px 0;
	 border-bottom: 1px solid #e7e7e7;
}
 .side-bar ul li:last-child {
	 border-bottom: none;
}
 .side-bar ul li a {
     width: 100%;
	 color: var(--bckground-dark);
	 overflow: hidden;
	 white-space: nowrap;
	 text-overflow: ellipsis;
}
.side-bar ul li a i{
    font-size: 11px;
    margin-right: 5px;
}

/*===================================
            Gallery Page 
===================================*/
.gallery {
  width: 100%;
  height: 300px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.gallery .black {
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.gallery img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery .gallery-name {
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 30px;
  top: 0;
  left: 0;
  text-align: center;
}
.gallery a{
    color:#fff;
    display:block;
}
.gallery a .gallery-name  p{
  color: var(--text-white);
  display: none;
  
}
.gallery a:hover .gallery-name p{
  display: block;
  color: var(--text-white);
}

/*===================================
           SAWDF About Page 
===================================*/
.sawdf .sawdf-img {
  -webkit-box-shadow: 0px 2px 5px #dddddd;
          box-shadow: 0px 2px 5px #dddddd;
  width: 610px;
}
.sawdf .sawdf-img img {
  width: 600px;
  height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sawdf .modality {
  width: 100%;
  padding: 30px;
}
.sawdf .modality .circle {
  height: 100px;
  width: 100px;
  background: #dddddd;
}
.sawdf .modality .circle i {
  font-size: 35px;
}
.sawdf .modality p {
  text-align: center;
}

/*===================================
        President’s Profile Page 
===================================*/
.profile span {
  font-size: 18px;
  font-weight: bold;
}
.profile .profile-img {
  -webkit-box-shadow: 0px 2px 5px #dddddd;
          box-shadow: 0px 2px 5px #dddddd;
  width: 450px;
}
.profile .profile-img img {
  width: 450px;
  height: 475px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===================================
        Board Member Page 
===================================*/
.profile-card {
  -webkit-box-shadow: 0 3px 1px #dddddd;
          box-shadow: 0 3px 1px #dddddd;
  border-radius: 5px;
  padding: 30px;
  height: 440px;
}
.profile-card .profile-img {
  overflow: hidden;
  height: 150px;
  width: 150px;
}
.profile-card .profile-img img {
  -o-object-fit: contain;
     object-fit: contain;
     height: 100%;
     width: 100%;
}
.profile-card .profile-dec span {
  font-size: 18px;
  font-weight: bold;
}
.profile-card .profile-dec p {
  text-align: center;
}

.contact ul li {
  margin: 12px 0;
  padding-right: 30px;
}
.contact ul li a {
  color: var(--text-color-black);
}/*# sourceMappingURL=main.css.map */



/* News inner Css */
.newsin-img img {
  height: 400px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pro{
    max-width: 300px;
    width: 100%;
    height:auto;
}

/* ============= blog ========= */
.profile-dec .image-title {
  width: 250px;
}
.profile-dec .image-title img {
  width: 100%;
  max-width: 205px;
  height: 194px;
  -o-object-fit: contain;
     object-fit: contain;
}