@import url("../fonts/fontawesome/css/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");

/* ##############################
---------------------------------
COLOR
---------------------------------
############################## */

:root {
  --white: #fff;
  --black: #000;
  --primary-lightest2: #f5f5f9;
  --dark-gray: #999999;
  --light-gray: #f8f8f8;
  --red: #b62022;
  --text-color: #585858;
  --primary: #302f94;
}

/* ##############################
---------------------------------
GLOBAL
---------------------------------
############################## */

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  /* background: var(--primary-lightest2); */
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a,
p,
img,
div,
ul,
li,
span,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
hr,
header,
footer,
section,
article,
nav,
iframe {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  background: none;
  border: none;
}

.bold {
  font-weight: 700;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  /* font-family: "Poppins", sans-serif; */
}

.ml-auto {
  margin-left: auto !important;
}

a {
  color: var(--black);
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  color: var(--red);
  transition: 0.3s ease;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.navbar-nav {
  align-items: center;
}

.form-check-input:checked {
  background-color: var(--red);
  border-color: var(--red);
}

.btn {
  background: var(--red);
  text-transform: uppercase;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 0;
  padding: 25px 30px;
  margin: 0;
  transition: 0.3s ease;
  border: 2px solid var(--red);
}

.btn-small {
  padding: 20px 15px;
}

.btn:hover {
  color: var(--red);
  background-color: var(--light-gray);
  border: 2px solid var(--red);
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.errorMsg {
  position: absolute;
  bottom: -20px;
  color: var(--red);
  font-size: 12px;
}

.text-right {
  text-align: right;
}

/* --- Header CSS --- */

header {
  margin: 0;
  padding: 0;
}
/* header {
  position: absolute;
  z-index: 9;
  width: 100%;
} */

header .topbar {
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
  background: var(--red);
}

header .topbar ul {
  margin: 0;
  padding: 0;
}

header .topbar ul li {
  display: inline-flex;
  float: none;
  padding: 0;
  margin-right: 15px;
  font-size: 14px;
  line-height: 14px;
  color: var(--white);
}

header .topbar ul li:last-child {
  margin-right: 0;
}

header .topbar ul li i {
  color: var(--white);
  font-size: 14px !important;
  vertical-align: middle;
  margin-right: 5px;
}

header .topbar ul li span,
header .topbar ul li span a {
  padding-right: 5px;
  color: var(--white);
}

/* header .topbar ul li span a:hover {
  transition: 0.3s ease;
  color: var(--red);
} */

header .navbar {
  color: #222222;
  padding: 10px 0 !important;
  /* font-family: 'Gayathri', 'Open Sans', Arial, Helvetica, sans-serif !important; */
  font-family: "Roboto", sans-serif;
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: 400;
  background: #ffffffc7;
}

.sticky ~ .sticky-align {
  height: 90px;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

header .navbar .navbar-brand img {
  width: auto;
  height: 110px;
  width: 150px;
  object-fit: contain;
}

header .navbar .nav-link {
  padding: 0 12px !important;
  color: var(--black);
}

header .navbar .nav-link:hover {
  color: var(--red);
}

.nav-link i {
  color: var(--red);
}

header .navbar .dropdown-menu {
  min-width: 250px;
  padding: 15px;
  margin: 0;
  color: var(--black);
  background: var(--white);
  border: none;
  border-radius: 0;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

header .navbar .dropdown-menu .dropdown-item {
  display: block;
  margin: 0 !important;
  padding: 10px 15px 10px 15px !important;
  color: var(--black);
  font-size: 16px !important;
  line-height: 14px !important;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

header .navbar .dropdown-menu .dropdown-item:hover {
  color: var(--red);
  background: transparent;
}

.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  line-height: auto;
  background-color: #231f20;
  border: 1px solid #231f20;
  border-radius: 0;
  outline: none;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler i {
  color: #fff;
  text-decoration: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 8%);
  background: #fff !important;
}

.sticky + .content {
  padding-top: 34px;
}

img {
  max-width: 100%;
}

.section-padding {
  padding: 60px 0;
}

.mb-30 {
  margin-bottom: 30px;
}

/*footer css*/

.footer-area {
  background: var(--light-gray);
}

.footer-area .footer-logo {
  margin-bottom: 40px;
  max-width: 180px;
}

.footer-area .footer-pera p {
  color: var(--black);
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 1.5;
  text-align: justify;
  margin-right: 20px;
}

.footer-area .footer-tittle h4 {
  color: var(--red);
  font-size: 20px;
  margin-bottom: 29px;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-area .footer-tittle ul li {
  color: var(--black);
  margin-bottom: 15px;
}
.footer-area .footer-tittle ul li i {
  color: var(--red);
}
.footer-area .footer-tittle ul li a {
  color: var(--black);
}

.footer-area .footer-tittle ul li a:hover {
  color: var(--red);
}

.footer-area .info.error {
  color: var(--red);
}

.ml-n-4vw {
  margin-left: -4vw;
}

.footer-area .footer-social a i {
  color: var(--dark-gray);
  margin-right: 12px;
  font-size: 22px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer-area .footer-social a i:hover {
  color: var(--red);
  box-shadow: 0 -3px 0 0 rgba(24, 24, 24, 0.15) inset,
    0 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.footer-bottom-area {
  background: var(--red);
}

.footer-bottom-area .footer-border {
  /* border-top: 1px solid #d3e5fd; */
  padding: 20px 0 5px;
}

.footer-list li a span {
  padding-right: 5px;
}

@media (max-width: 767px) {
  .footer-bottom-area .footer-border {
    padding: 35px 0 20px;
  }
}

.footer-bottom-area .footer-copy-right p {
  color: var(--white);
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

.footer-bottom-area .footer-copy-right p i {
  color: var(--black);
}

.footer-bottom-area .footer-copy-right p a {
  color: var(--white);
}

.footer-padding {
  padding-top: 140px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-padding {
    padding-top: 90px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

/* header image css starts here*/

.heading-style span {
  color: var(--red);
  font-size: 18px;
}

.heading-style h3,
.heading-style-left h3 {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: 800;
}
/* .heading-style h3 p,
.heading-style-left h3 p {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
} */
/* .heading-style h3::before,
.heading-style-left h3::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 3px;
  background: var(--red);
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.heading-style-left h3::before {
  left: 0;
  transform: none;
} */
.colorRed {
  color: var(--red);
}
.colorblue {
  color: var(--primary);
}
.header-image {
  background-image: url("../imgs/bg/sub-banner.jpg");
  min-height: 350px;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  position: relative;
  align-items: center;
}

.heading-line h2 {
  font-size: 50px;
  letter-spacing: 3px;
  line-height: 55px;
  margin-bottom: 25px;
  font-weight: 600;
  /* margin-top: 110px; */
  position: relative;
  color: #fff;
}

.heading-line span {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  color: var(--light-gray);
}

.heading-line p {
  font-size: 22px;
  margin-top: 25px;
  color: var(--red);
}
.img-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -75px;
  max-width: 150px;
}
/* .heading-line h2::before {
    content: "";
    position: absolute;
    width: 270px;
    height: 4px;
    background: var(--red);
    left: 0;
    bottom: -10px;
} */

/* header image css ends here*/

/* first section starts here */

.save-main-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.save-main-card img {
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
}

.save-main-card:hover img {
  /* img zoom in on hover (x, y): */
  transition: all 0.5s ease;
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.save-text {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

.save-text span {
  color: var(--red);
  font-size: 20px;
  font-weight: 500;
}

.save-text h2 {
  font-size: 55px;
  font-weight: 700;
}

/* first section ends here */

/* services css starts here */
.service-box {
  margin-bottom: 15px;
  text-align: center;
}

.service-box i {
  background-color: #fff;
  font-size: 35px;
  margin-bottom: 16px !important;
  color: var(--red);
  box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 15%);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
}

.service-box h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}

.service-text p {
  color: var(--dark-gray);
}

/* services css ends here */

/* blogs css starts here */
.blogs-card {
  margin-bottom: 15px;
}
.blogs-card img {
  width: 100%;
  min-height: 230px;
  max-height: 230px;
  object-fit: cover;
}

.blog-text {
  font-size: 14px;
  margin-bottom: 10px;
  min-height: 130px;
}
/* blogs css ends here */

/* owl-carousel */

.owl-carousel .owl-item img {
  width: auto !important;
}

.owl-theme .owl-dots {
  display: none !important;
}

.owl-prev,
.owl-next {
  background: none !important;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  font-size: 35px !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  display: none !important;
}
#mixedSlider {
  /* height: calc(100vh - 200px); */
  height: 100vh;
}

.owl-nav > button {
  background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 45%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 6;
}

.owl-next {
  right: 0px;
}

.lc-item-content {
  /* height: calc(100vh - 100px); */
  height: 100vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
  display: flex;
  align-items: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  padding: 0 10px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  padding: 0 10px !important;
}

.ac-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
}

.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
}

.h4,
h4 {
  font-size: 1rem;
}

hr {
  background-color: var(--dark-gray);
  margin: 10px 0;
}

.disFlex {
  display: flex;
  align-items: center;
}

.card-header h4 a {
  color: var(--red) !important;
}

.text-primary {
  color: var(--red) !important;
}
.text-secondary {
  color: var(--primary) !important;
}

/* register section starts here */

section.register-s {
  margin: 0 0 80px;
}

.register-box {
  padding: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

p.register-text {
  font-size: 26px;
  margin-bottom: 25px;
  color: var(--red);
  font-weight: 600;
  line-height: 35px;
}

.circle {
  width: 150px;
  height: 150px;
  position: absolute;
  background-color: #e6373d0f;
  border-radius: 50%;
}

.boxx1 {
  top: -20%;
  left: -5%;
}

.boxx2 {
  bottom: -28%;
  right: 2%;
}

.boxx3 {
  top: 5%;
  left: 50%;
}

.boxx4 {
  left: 13%;
  bottom: -7%;
}

.faq-list {
  padding: 15px;
}

.faq-list li {
  list-style: disc;
}

.ac-card .card-body a {
  color: var(--red);
}

.item.lc-single-item-main:before,
/* .header-image::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: .5;
    background: #000;
    position: absolute;
} */

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: #333;
}

.form-control {
  height: 45px;
}

.form-control:focus {
  border-color: var(--red);
  box-shadow: 0 0 10px 0px var(--red);
}

.shadow-lgg {
  box-shadow: 0px 4px 30px 1px rgb(0 0 0 / 20%);
}

.nd-shadow {
  box-shadow: 0px 1px 10px 2px #eee !important;
}

.bg-blue {
  background: #0d2774;
}

.sticky-widget-mobile {
  display: none;
}

.social-widget-mobile {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.social-widget-mobile a {
  flex-basis: 33.33%;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 20px;
}

.social-widget-mobile a:nth-child(2) {
  background: var(--red);
}

.blank-space {
  height: 50px;
  background-color: var(--light-gray);
  margin-bottom: 25px;
}

.experience-section {
  background: radial-gradient(
    circle,
    rgb(182 32 34 / 84%) 0%,
    rgb(48 47 144 / 69%) 100%
  );
  min-height: 220px;
}

.pin-image {
  margin-top: -100px;
  z-index: 1;
  position: relative;
}

/*---about us page ----*/
.side-content.left {
  padding-right: 100px;
  margin-bottom: 15px;
}
.side-content.right {
  padding-left: 100px;
}
.side-content.light {
  color: #fff;
}
.side-content.light .small-t {
  color: #fff;
}
.side-content .small-t {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-family: "Brookline";
  letter-spacing: 1px;
  color: #f8669e;
}
.side-content .medium-t {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 800;
}
.side-content .big-t {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 800;
}
.side-content p {
  width: 100%;
  margin-bottom: 25px;
  text-align: justify;
}
.side-content strong {
  font-weight: 600;
}

.modeltheme-breadcrumbs {
  background: var(--light-gray);
  /* background: rgb(244, 244, 244) none repeat scroll 0 0; */
  padding: 10px 0;
}

.modeltheme-breadcrumbs .page-title {
  color: var(--red);
  opacity: 0.8;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 24px 0;
}

.modeltheme-breadcrumbs .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 24px 0;
}

.breadcrumb {
  color: #ccc;
}

.breadcrumb.pull-right li {
  font-weight: 500;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb .active {
  margin-left: 3px;
  color: var(--red);
}

.breadcrumb.pull-right li a {
  color: #223441;
  font-weight: 500;
  transition: all 300ms ease;
}

.pull-right {
  float: right !important;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > li {
  display: inline-block;
}

.title h1,
.title h2 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
  font-weight: 300;
}

.title h1 span,
.title h2 span {
  font-weight: bold;
  color: var(--red);
}

.title h1:before,
.title h2:before {
  content: "";
  background: var(--red);
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.about_right-about {
  text-align: justify;
}

.section-padding {
  padding-top: 60;
  padding-bottom: 100px;
}

.about-page-logo {
  text-align: center;
}

.about-page-list li {
  font-weight: 500;
  margin-left: 15px;
  list-style-type: circle;
  padding: 5px 0;
}

/*--------- our team ----------*/
.team-photo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-photo img {
  width: 100%;
  max-width: 350px;
  max-height: 350px;
  object-fit: cover;
  object-position: top;
}

.team-name {
  font-size: 24px;
  color: var(--red);
  font-weight: bold;
}
.team-title {
  font-size: 14px;
  color: var(--black);
}
.mb-6 {
  margin-bottom: 3.5rem;
}

/* focus section */
.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
.blog-card a {
  color: inherit;
}
/* .blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
} */
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
.blog-card .details a {
  -webkit-text-decoration: dotted underline;
  text-decoration: dotted underline;
}
.blog-card .details ul li {
  display: inline-block;
}
.blog-card .details .author:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}
.blog-card .details .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}
.blog-card .details .tags ul:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 10px;
}
.blog-card .details .tags li {
  margin-right: 2px;
}
.blog-card .details .tags li:first-child {
  margin-left: -4px;
}
.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-card .description h1,
.blog-card .description h2 {
  font-family: Poppins, sans-serif;
}
.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: var(--red);
}
.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: var(--red);
  display: inline-block;
  position: relative;
}
.blog-card .description .read-more a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 1rem 0 0;
  display: -webkit-box;
  text-align: justify;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}
.blog-card:hover .details {
  left: 0%;
}
@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 700px;
  }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
  .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}

/* our team section */
.our-team {
  text-align: center;
  position: relative;
  color: #fff;
}
.our-team:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.our-team:hover:before {
  opacity: 1;
}
.our-team img {
  width: 100%;
  height: auto;
  max-height: 360px;
  min-height: 360px;
  object-fit: cover;
  object-position: top;
}
.our-team .team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: var(--red);
  transition: all 0.3s ease 0s;
}
.our-team:hover .team-content {
  bottom: 20%;
}
.our-team .team-content .name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
/* .our-team:hover .team-content .name {
  transform: translateY(30px);
  transition-delay: 0.3s;
} */
/* .our-team .team-content .post {
  font-size: 17px;
  display: block;
  transition: all 0.3s ease 0s;
  text-transform: capitalize;
}
.our-team:hover .team-content .post {
  transform: translateY(-30px);
  transition-delay: 0.3s;
} */

@media screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px !important;
  }
}
.pt-200 {
  padding-top: 180px;
}

/* contact us page */

.contact-heading {
  font-size: 30px;
  margin-bottom: 25px;
}

.form-main {
  margin-top: 60px;
  box-shadow: 0px 4px 30px 1px rgb(0 0 0 / 20%);
  padding: 0;
  margin-bottom: 50px;
}

.contact-left {
  background-color: var(--white);
  padding: 40px;
}

.contact-right {
  background-color: var(--red);
  padding: 40px;
  color: var(--white);
}

.form-group {
  position: relative;
}

.form-group input,
.form-group.medium,
.form-group select,
.form-group textarea {
  margin-bottom: 25px;
}

.form-group textarea {
  min-height: 100px;
}

.form-group label {
  margin-bottom: 6px;
}

h3.info-heading {
  font-size: 20px;
  margin-bottom: 25px;
}
.location,
.phone,
.contact-email {
  display: flex;
}

.location i,
.phone i,
.contact-email i {
  margin-right: 10px;
  margin-top: 5px;
}

.location span,
.phone span,
.contact-email span {
  display: block;
  margin-bottom: 15px;
}
.contact-email span a {
  color: #fff;
}

/* lightbox css */

.lightbox-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.lightbox-gallery > img {
  margin: 0.5%;
  display: block;
  object-fit: cover;
  width: 19%;
  height: 200px;
}

@media only screen and (max-width: 480px) {
  .lightbox-gallery {
    flex-direction: column;
    align-items: center;
  }

  .lightbox > div {
    margin-bottom: 10px;
  }
}

.lightbox {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 30px;
  box-sizing: border-box;
}

.lightbox img {
  /* display: block; */
  /* margin: auto; */
  width: 70vw;
  height: 70vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.upcoming-main img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.upcoming-content.p-4 {
  border-bottom: 2px solid var(--primary);
  min-height: 355px;
}

.nav-item > .nav-link {
  position: relative;
}
/* .nav-item > .nav-link:before {
  content: url('/imgs/bg/sun.png');
  display: none;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 50px;
  height: 50px;
  object-fit: cover;
} */

.nav-item > .nav-link:before {
  background-image: url(/imgs/bg/sun.png);
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 25px;
  content: "";
  opacity: 0;
  position: absolute;
  top: -22px;
  left: 50%;
  background-repeat: no-repeat;
  transition: all 0.5s;
  transform: translateX(-50%) rotate(19deg);
}

.nav-item > .nav-link:hover:before {
  opacity: 1;
}
.font-18 {
  font-size: 18px;
}

.upcoming-content p{
  text-align: justify;
}

.section-justify p{
  text-align: justify;
}
.donate-bank-details{
  max-width: 350px;
}
.donate-data{
  text-align: justify;
}
.donation-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.donation-icon img{
  max-width: 350px;
}
.mission-description{
  text-align: justify;
}
.bg-gray{
  background: #eee;
  padding: 15px;
}
.visible-sm{
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-pera p {
    padding-right: 95px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-pera p {
    padding-right: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-pera p {
    padding-right: 80px;
  }
}

@media (max-width: 992px) {
  .nav-item > .nav-link:before{
    top: -10px !important;
  }
  .side-content.left{
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .footer-area .footer-pera p {
    padding-right: 30px;
  }
  .team-photo{
    justify-content: left;
  }
  .side-content .big-t{
    font-size: 26px;
    margin-bottom: 15px;
  }
  .heading-style h3, .heading-style-left h3{
    font-size: 26px;
    margin-bottom: 15px;
  }
  .footer-area .footer-logo{
    text-align: center;
  }
  .donation-icon{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .donation-icon img{
      max-width: 250px;
  }
  .visible-sm{
    display: block;
  }
  .com-name{
    color: var(--primary);
    font-family: "Times New Roman", Times, serif;
    font-weight: 700;
  }
}
@media (max-width: 500px){
  .com-name{
    margin: 10px auto;
    font-size: 25px;
  }
  .navbar-brand{
    margin: auto;
  }
  .navbar-toggler{
    position: absolute;
    top: 35px;
    right: 15px;
  }
}
