@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;300;400;500;600;700;800;900&display=swap");

:root {
  --primary: #ff0000;
  --color-secondary: #223a66;
  --light: #f8f9fa;

  --white: #ffffff;

  --dark: #182333;
  --h4-font-size: 24px;

  --color-primary: #ff0000;
  --color-secondary: #223a66;
  --color-success: #198754;
  --color-info: #0dcaf0;

  --color-danger: #dc3545;
  --color-light: #f4f9fc;
  --color-dark: #212529;
  --color-white: #ffffff;
  --color-black: #222222;
  --color-graydark: #555555;
  --color-graylight: #000000;
  --border-color: #eeeeee;
  --color-primary-light: #e83764;
  --color-secondary-light: #6f8ba4;
  --color-primary-dark: #ce0e3f;
  --body-bg-color: #ffffff;
  --body-text-color: #6f8ba4;

  --body-link-color: #e12454;
  --body-link-hover-color: #ce0e3f;
  --heading-color: #223a66;
  --containerbg-color: #ffffff;
  --mainnav-text-color: #222222;
  --mainnav-link-color: #222222;
  --mainnav-link-hover-color: #e12454;
  --mainnav-link-active-color: #e12454;
  --footer-bg-color: #f4f9fc;
  --footer-text-color: #6f8ba4;
  --footer-link-color: #6f8ba4;
  --footer-link-hover-color: #e12454;
  --footer-border-color: #f0f0f0;
  --footer-heading-color: #223a66;

  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.overlay-content {
  height: 100%;
 
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-blue {
  color: #223a66;
}
.top-strip {
  display: none;
}

.pretext  {
  width: 60%;
  margin: auto;
}
.portfolio-section  .pretext  {
  width: 80%;
  margin: auto;
}

.bg-blue {
  background-color: #223a66;
}

.text-primary {
  color: var(--color-primary) !important;
}

@font-face {
  font-family: "Exo-Bold";
  src: url("../fonts/Exo/Exo-Bold.ttf");
  /* IE9*/
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Exo-SemiBold";
  src: url("../fonts/Exo/Exo-SemiBold-600.ttf");
  font-display: swap;
  font-weight: 600;
}

body {
  font-size: 1.25rem;
  font-weight: 300;
}
strong {
  font-family: "Exo-SemiBold";
}

.back-to-top {
  position: fixed;
  display: none;
  left: 30px;
  bottom: 30px;
  z-index: 99;
}

.call {
  line-height: 1;
  font-size: 14px;
  color: var(--white);
}

a:link,
a:visited,
a strong {
  text-decoration: none;
  transition: all 0.3s linear 0s;
}

a strong {
  text-decoration: none;
  transition: all 0.3s linear 0s;
}

h4,
.h4 {
  font-size: var(--h4-font-size);
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.top-strip {
  background-color: var(--color-secondary);
  color: var(--white);
  padding: 10px 0px;
}

.top-strip a {
  color: var(--white);
}

.top-strip .call strong,
.top-strip .h4 {
  color: var(--white);
}

/***************************************HEADER-START*****************************************************/

header {
  background-color: var(--white);
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.05);
}

/***************************************HEADER-END*****************************************************/

/******************************HOME-PAGE-BANNER-START*********************************************************/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: start;
  background: rgba(0, 0, 0, 0.5);
}

.carousel-item {
  max-height: 500px;
  overflow: hidden;
}

.Welcome {
  color: #ffffff;
}

h1.display-2.text-blue.mb-3.slideInDown {
  font-family: "Exo-SemiBold";
  color: #ffffff;
  font-size: 375%;
  text-shadow: none;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 900;
}

.bannr_list li {
  color: #ffffff;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 4rem;
  height: 4rem;
  background-color: var(--dark);
  border: 15px solid var(--dark);
  border-radius: 50px;
}

/* Remove default Bootstrap separator */
.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}
.carousel-caption .breadcrumb-item::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-width: 12px;
  }
}

/*******************************HOME-PAGE-BANNER-END******************************************************/
/******************************aNIMATION START******************************************************/
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}

.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.animate-circle {
  overflow: hidden;
}

.animate-circle {
  position: relative;
}

.animate-circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.animate-circle:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

/******************************ANIMATION END******************************************************/
.service-item {
  padding: 40px 30px;
  background-color: var(--containerbg-color);
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.service-item .icon-top i {
  font-size: 50px;
}

.service-item .service-icon {
  color: var(--color-secondary);
}

.service-item h4 {
  font-size: 20px;
}

.custom_radius_btn {
  background-color: var(--color-secondary);
  color: var(--color-white);
  transition: all 0.3s linear 0s;
  line-height: 1.1;
  padding: 10px 20px !important;
  position: relative;
}

.services__section {
  margin-top: -100px;
}

/************************************** About_us_wrapper start************************************* ***/
.module-inner {
  padding: 0;
}

.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.mt-4,
p.readmore {
  margin-top: 1.5rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--heading-color);
}

.btn.btn-primary {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 20px;
  border: none;
}

section.about__wrapper {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

/************************************** About_us_wrapper end************************************* ***/

/*************************************************COUNTER START***************************************/
.counter__wrapper {
  background-image: url(../img/counter/counterbg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.counter_inner {
  background: lch(24 29.34 275.07 / 0.91);
}

#counter {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 40px 0px;
  width: 100%;
}

.counter-style {
  display: flex;
  gap: 15px;
  flex-direction: column;
  padding: 30px 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  z-index: 1;
  line-height: 1;
}

.counter-style i {
  font-size: 75px;
  display: block;
  margin-bottom: 10px;
  transition: all 0.2s linear 0s;
  color: #fff;
}

.counter-style .timer {
  font-size: 70px;
  line-height: 40px;
  color: #fff;
  font-family: "Exo-SemiBold";
  font-weight: 900;
}

.counter-style h4 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  margin: 10px 0px 0 0;
}

.counters {
  width: 100%;
  padding: 0px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  padding: 40px 0;
  position: relative;
  color: #fff;
}

/*************************************************COUNTER END***************************************/

.heading_box {
}

span.card_h_icon {
  position: relative;
  z-index: 5;
  left: 0;
  top: 0;
  font-size: 50px;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  display: grid;
  place-items: center;
  background: var(--color-white);
  border: 0;
  padding: 0;
}

.author-date {
  display: flex;
  align-items: center;
  gap: 30px;
}

.card-author i,
.card-date i {
  margin-right: 7px;
}

a.card__title {
  line-height: 40px;
  color: #000000;
  font-family: "Exo-SemiBold";
  font-weight: 900;
}

.item {
  padding: 20px;
  background-color: var(--containerbg-color);
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);

  margin: auto;
}

section.card_wrapper {
  background-color: var(--color-light) !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.card_box_wrapper {
  display: flex;
  flex-flow: column;
  gap: 50px;
}

.pretext h3 {
  line-height: 40px;
  color: #000000;
  font-family: "Exo-SemiBold";
  font-weight: 900;
  font-size: 40px;
}

.pretext h3 .first-word {
  line-height: 40px;
  color: red;
  font-family: "Exo-SemiBold";
  font-weight: 900;
  font-size: 40px;
}

.pretext p {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 3rem !important;
}

/*****************************************************************************************************************/
/**********************************************TESTIMONILA_START************************************************/

.testimonials__wrapper {
  background-color: var(--color-light) !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.testimonials {
  position: relative;
}

.testimonial-block-slide {
  background: #fff;
  position: relative;
  text-align: left;
}

.testimonial_block {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}

.testimonial_block-image {
  max-width: 100%;
  min-width: 80px;
  width: 80px;
  height: auto;
  border-radius: 100%;
  margin-right: 20px;
  border: 5px solid #eff0f3;
  overflow: hidden;
}

#customers-testimonials img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.testimonial_block-data {
  margin-top: 5px;
}

.testimonial_block-name {
  font-size: 1.3rem;
  color: var(--color-black);
  font-weight: 900;
  font-family: "Exo-SemiBold";
  margin-top: 5px;
  text-align: left;
}

.testimonial_block-position {
  color: #000000;
}

#customers-testimonials .rating span {
  color: var(--color-secondary);
}

.testimonial_block-data .social-icons {
  justify-content: center;
}

.testimonial_block::after {
  content: "\f10e";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome;
  font-size: 32px;
  margin: auto;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  opacity: 0.3;
  color: var(--color-primary);
}

#customers-testimonials .item {
  text-align: center;
  margin-bottom: 80px;
}

#customers-testimonials .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

#customers-testimonials .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#customers-testimonials {
  position: relative;
}

#customers-testimonials .owl-next,
#customers-testimonials .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: var(--color-primary);
  background-color: #ffff;
  border: 1px solid #ddd;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(1, 15, 28, 0.1);
  transform: translate(0%, -100%);
}

#customers-testimonials .owl-prev {
  left: -110px;
}

#customers-testimonials .owl-next {
  right: 0px;
}

#customers-testimonials .owl-nav {
  top: -15px;
  right: 0px;
  position: absolute;
}

/**********************************************TESTIMONIAL END************************************************/

.experience {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 138px;
  height: 138px;
  border-radius: 100%;
  text-align: center;
  padding: 30px 15px;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 700;
  opacity: 0.95;
}

.experience::after {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 158px;
  height: 158px;
  content: "";
  border-radius: 100%;
  animation: spin 30s linear infinite;
  border: 1px dashed var(--color-primary);
}

.primary-bg {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.animate-circle {
  position: relative;
}

.fa-solid,
.fas {
  font-weight: 900;
}

.phone-number {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.animate-circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.img_btn {
  font-size: 2.5rem;

  margin: 0px;
}

span.titlespan {
  line-height: 40px;
  /* color: #000000; */
  font-family: "Exo-SemiBold";
  font-weight: 900;
  font-size: 3rem;
}

.first-word {
  color: var(--color-primary);
}

.side_form_wrapper {
 
  padding: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.service-item p{
  min-height: 130px;
}

/******************************************************Side Form start**********************************************/

/*******************************************CLIENT LOGOS START*********************************************************/

.sec-heading {
  margin-bottom: 50px;
}

.sec-heading h2 {
  text-align: center;
  font-size: 80px;
}

.clients {
  padding: 50px 0;
}

.box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 60%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
}

.box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.box:hover {
  transform: scale(1.2);
}

.client-slider-wrapper .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border-radius: 15px 15px 15px 15px;
  /* box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1); */
  border: 1px solid #f3f3f3;
}

/********************************************CLIENTS LOGOS END*******************************************************/

/******************************************************************************************************
*********************************FOR MOBILE HEADER START**********************************************/

.mobile_header .side-bar {
  background: #ffffff;
  backdrop-filter: blur(15px);
  width: 350px;

  position: fixed;
  top: 0;
  height: 106vh;
  right: -350px;
  overflow-y: auto;
  transition: 0.6s ease;
  transition-property: right;
  z-index: 999;
}

.side-bar img {
  margin: 20px;
}

.mobile_header .side-bar::-webkit-scrollbar {
  width: 0px;
}

.mobile_header .side-bar.active {
  right: 0;
}

.mobile_header .side-bar .menu {
  width: 100%;
}

.mobile_header .side-bar .menu .list__item {
  position: relative;
  cursor: pointer;
}

.mobile_header .side-bar .menu .list__item a {
  color: #000000;
  font-size: 17px;
  text-decoration: none;
  display: block;
  padding: 1px 14px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  font-weight: 500;
}
.mobile_header .side-bar .menu .list__item {
  border-bottom: 1px solid #d1d1d1;
}

.mobile_header .side-bar .menu .list__item a:hover {
  background: #ff0000;
  transition: 0.3s ease;
  color: #fff;
}
a.nsx-code {
  font-size: 15px;
  font-weight: 700;
  color: #223a66;
  text-decoration: underline;
  background: #223a661c;
  padding: 4px 10px;
  border-radius: 5px;
  line-height: 15px;
  text-align: right;
}

.mobile_header .side-bar .menu .list__item a:hover i {
  color: #fff;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  width: max-content;
}
.mix {
  position: relative;
}

.mobile_header .side-bar .menu .list__item i {
  margin-right: 10px;
  position: absolute;
  font-size: 30px;
  color: #000000;
  top: 7px;
  right: 25px;
}

.our__team .pretext {
  width:95%;
  margin: auto;
}

.mobile_header.side-bar .menu .list__item a .dropdown {
  position: absolute;
  right: 0;
  margin: 20px;
  transition: 0.3s ease;
}

.mobile_header .side-bar .menu .list__item .sub-menu {
  background: #ffffff;
  display: none;
}

.mobile_header .side-bar .menu .list__item .sub-menu a {
  padding-left: 80px;
}

.mobile_header .rotate {
  transform: rotate(90deg);
}

.mobile_header .close-btn {
  position: absolute;
  font-size: 23px;
  right: 24px;
  margin: 15px;
  cursor: pointer;
}

.mobile_header .menu-btn {
  position: absolute;
  color: rgb(255 0 0);
  font-size: 35px;
  /* margin: 25px; */
  cursor: pointer;
  right: 20px;
  top: 25px;
}

.side-bar header img {
  height: 70px;
  margin: 15px;

  margin-left: 70px;

  width: 165px;
  margin-left: 20px;
  margin-top: 22px;
}

.mobile_header {
  background: white;
  height: 100px;
  /* position: fixed; */
  width: 100%;
  z-index: 999;
  top: 0px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.mobile_header {
  display: none;
}

.main_logo img {
  width: 100px;
  margin-top: 10px;
}

/******************************************************************************************************
*********************************FOR MOBILE HEADER END**********************************************/

/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-nav .nav-link {
  margin-left: 30px;
  padding: 25px 0;
  color: var(--secondary);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 25px;
    border-top: 1px solid #eeeeee;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/

/*** Footer ***/
footer {
  color: #ffffff;
  background-color: var(--color-secondary);
}

.footer_container {
  padding-bottom: 3rem !important;
}

footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  margin-right: 10px;
}

footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

footer .copyright a {
  color: #ffffff;
}

footer p {
  color: #ffffff;
}

footer .copyright a:hover {
  color: var(--primary);
}

.back-to-top i {
  color: #ffffff;
}

.social_link i {
  color: red;
}

.social_link {
  border: 1px solid red;
}

.social_link:hover {
  background-color: red;
}

.social_link:hover i {
  color: #ffffff;
}

.menu_heading {
  background-color: var(--color-primary);
}

/*******************************************************ABOUT_US_PAGE_START******************************************/
#breadcrumbs {
  background-image: url(../img/breadcrumbs-bg.jpg);
  background-position: top center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  min-height: 250px;
}

#breadcrumbs::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

#breadcrumbs .container {
  background-color: transparent;
}

.breadcrumbs-wrap {
  min-height: 250px;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadcrumbs-wrap .breadcrumb-item.active {
  color: #ffffff;
}

#breadcrumbs h3 {
  margin: 0;
}

.last-word {
  color: var(--color-primary);
}

.pathway span {
  color: var(--color-primary);
}

.section.breadcrumbs .breadcrumb {
  background: transparent;
  border-radius: 0;
  margin: 0;
}

.section.breadcrumbs .breadcrumb li {
  margin-right: 10px;
  color: #fff;
  padding: 0.5rem 0;
}

.float-start {
  float: left !important;
}

#services__card_box .item {
  text-align: center;
  margin-bottom: 80px;
}

#services__card_box .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

#services__card_box .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#services__card_box {
  position: relative;
}

#services__card_box .owl-next,
#services__card_box .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: var(--color-primary);
  background-color: #ffff;
  border: 1px solid #ddd;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(1, 15, 28, 0.1);
  transform: translate(0%, -100%);
}

#services__card_box .owl-prev {
  left: -110px;
}

#services__card_box .owl-next {
  right: 0px;
}

#services__card_box .owl-nav {
  top: -15px;
  right: 0px;
  position: absolute;
}

/********************************************************CONTACT_US_PAGE_START**************************************/
.contact_us_wrapper {
  padding-top: 100px;
}

.contact_us_wrapper .section-title {
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
}

.contact_us_wrapper h1 {
  font-size: 60px;
  font-style: normal;
}

.contact_us_wrapper .section-title p {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000000;
}

.contact_us_wrapper section {
  padding: 60px 0;
  min-height: 100vh;
}

 .contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

 .contact-info-icon {
  margin-bottom: 15px;
}

 .contact-info-item {
  background: #071c34;
  padding: 30px 0px;
}

 .contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}

  .contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}

  .contact-page-form.contact-form input {
  margin-bottom: 5px;
}

  .contact-page-form.contact-form textarea {
  height: 110px;
}

 .contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}

 .contact-info-icon i {
  font-size: 48px;
  color: #ff0000;
}

  .contact-info-text p {
  margin-bottom: 0px;
}

 .contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

 .contact-info-text span {
  color: #999999;
  font-size: 16px;
  
  display: inline-block;
  width: 100%;
}
textarea {
  resize: vertical;
  width: 100%;
}

 .contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;

  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.error-message{
  color: red;
  font-size: 14px;
}
 .single-input-field{
  margin-bottom: 20px;
}

 .message-input {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}

  .single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}

 .single-input-fieldsbtn input[type="submit"] {
  background: #ff0000 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}

 .single-input-fieldsbtn input[type="submit"]:hover {
  background: #071c34;
  transition: all 0.4s ease-in-out 0s;
  border-color: #071c34;
}

 .single-input-field h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}

  .contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

 .contact-page-map {
  margin-top: 36px;
}

 .contact-page-form form {
  padding: 20px 15px 0;
}

/********************************************************CONTACT_US_PAGE_END**************************************/

/*************************************************PRIVACY PAGE START********************************************/
.space-ptb-50 {
  padding: 50px 0;
}

.dotted-overlay {
  position: relative;
  z-index: 1;
}

.colorblack {
  color: #000000;
}

.list {
  margin: 0;
  padding: 0;
}

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

.list li:last-child {
  margin-bottom: 0px;
}

.list li {
  color: #000000;
}

.icon-for-li ul li::before {
  content: "\f113" !important;
  font-family: Flaticon !important;
  font-weight: 900;
  color: #4c8b81;
  padding-right: 10px;
}

/*************************************************PRIVACY PAGE END********************************************/

/********************************************************FAQ_PAGE START**************************************/

#faq {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
  padding: 50px 0px;
}

.heading-faq {
  margin-bottom: 50px;
}

/* SCROOLBAR */
::-webkit-scrollbar {
  width: 6px;
  background: #3a0e03;
}

::-webkit-scrollbar-thumb {
  background: #f4d58d;
}

.according-title::-webkit-details-marker {
  display: none;
}

/* EXTRA CODE  */
.according:last-child {
  margin-bottom: 40px;
}

/* ACCORDING-CONTAINER STYLE */
.according-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
  gap: 20px;
}

.heading-faq {
  color: #fff;
  padding: 5px 10px;
  border-bottom: 3px solid #f4d58d;
}

/* ACCORDING STYLE */
.according {
  margin: auto;
  background-color: #223a66;
  color: #ffffff;
  box-shadow: 0 0 24px rgba(65, 0, 0, 0.4);
  width: 100%;
  padding: 20px;
}

/* ACCORDING TITLE STYLE */
.according-title {
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
}

.icon {
  justify-self: flex-end;
}

.font-size--24 {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin: 0px;
}

.number {
  color: #ffffff;
}

/* ACCORDING OPEN STYLE */
.according[open] {
  padding-bottom: 44px;
}

.according[open] .according-title {
  margin-bottom: 24px;
}

.according[open] .number {
  color: #b9532d;
}

.according-explaining {
  font-size: 16px;
  /* DEFAULT */
  line-height: 1.3;
  margin-bottom: 18px;
}

.according-info {
  margin-left: 44px;
  color: #000;
}

.according .according-info ul {
  opacity: 0.8;
  margin-left: 18px;

  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* MANAGING BACKGROUND COLOR ON CONDITION */

.according[open] {
  background-color: #fef2f2;
  color: #880d1e;
}

/* MANAGING ICONS AND CONDITIONS */
.according .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}

/* HIDE THE CLOSED SVG BY DEFAULT */
.according .icon .according-close {
  display: none;
}

/* WHEN OPENED HIDE 'OPEN' SVG AND SHOW 'CLOSE' SVG */
.according[open] .according-open {
  display: none;
}

.according[open] .according-close {
  display: inline;
}

.credit {
  font-weight: bold;
  text-decoration: none;
  color: #f4d58d;
  padding: 16px 24px;
  border: 2px solid #f4d58d;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.credit:hover {
  background: #f4d58d;
  color: #880d1e;
}

/* ANIMATIONS */
.according {
  transition: color, background-color 0.4s;
}

.according[open] {
  transition: color, background-color 0.4s;
  transition-behavior: allow-discrete;
}

.according::details-content {
  display: block;
  block-size: 0;
  overflow: hidden;
  transition: all 0.4s;
  transition-behavior: allow-discrete;
}

.according[open]::details-content {
  block-size: auto;
  block-size: calc-size(auto);
}

/********************************************************FAQ_PAGE END**************************************/
.Creative_Design_wrapper {
  background-image: url(../img/counter/counterbg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  margin-bottom: 60px;
}

.Creative_Design_box {
  padding-top: 5rem;
  padding-bottom: 5rem;

  background: lch(24 29.34 275.07 / 0.91);
}

.about_content_box_all {
  padding: 28px;
}

.text-center {
  text-align: center !important;
}

.about_icon1 i {
  font-size: 22px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  display: inline-block;
  background: #fff;
  border-radius: 35px;
  color: #ff0000;
  box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.Creative_Design_wrapper h5,
.Creative_Design_wrapper p {
  color: #ffffff;
}

.card_group_box {
  border: 1px solid #e5e5e5;
  padding: 20px;
  background: #ff000008;
  border-radius: 9px;
}

.services-group_img {
  width: 100%;
  mix-blend-mode: multiply;
}

/**********************************************************USP__START********************************************/
.usp {
  margin-bottom: 0px !important;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  background-color: #ebf7fa !important;
  border-top-color: #ecf5f6 !important;
  border-top-style: solid !important;
  border-bottom-color: #ecf5f6 !important;
  border-bottom-style: solid !important;
}

.usp_box {
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  top: 0;
  vertical-align: top;
  padding: 120px 30px 35px 30px;
  border-radius: 8px;
  background-color: #ffffff;
}

.usp_box:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  background: none;
  border: 2px dashed #000000;
  border-radius: 4px;
  opacity: 0.1;
}

.usp_box .icon_wrapper {
  top: 35px;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  border-radius: 50%;
  left: 50%;
  margin-left: -35px;
  overflow: hidden;
  position: absolute;
  background: inherit;
}

.usp_box .icon_inner {
  display: block;
  border-radius: 50%;
  text-align: center;

  color: #ffffff;
  font-size: 36px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: none;
}

.usp_box .icon_inner:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background: none;
  border: 2px dashed #000000;
  border-radius: 50%;
  opacity: 0.1;
}

.usp_box img {
  max-width: 100%;
  height: auto;
}

.usp_box h5 {
  text-align: center;
  margin-bottom: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
}

.usp_box .iconbox_text_content {
  text-align: center;
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: 300;
}

/*********************************************************USP__END***********************************************/

/****************************************************Employee__Page__Start***************************************/
.employee {
  width: 100%;
  background-color: #022d62;
  margin: 10px auto;
  display: block;
  overflow: hidden;
  height: 400px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
}

.employee:hover > .employee-image {
  margin-top: -100px;
}

.employee-image {
  background-color: #fff;
  height: 400px;
  width: 100%;
  transition: 0.5s;
}

.employee-image img {
  height: 100%;
}

.employee-name {
  color: #fff;
  font-weight: bold;
  padding: 5px;
}

.employee-name h1 {
  font-size: 30px;
  color: #fff;
  font-family: "Exo-SemiBold";
  font-weight: 900;
}

/****************************************************Employee__Page__End***************************************/

/************************************************************************************************************/
a,
a:active,
a:focus {
  color: #6f6f6f;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.We_want {
  margin-top: 100px;
}

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #00aeef;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: #222222;

  padding-bottom: 18px;
  font-family: "Exo-SemiBold";
  font-weight: 900;
}

.sec-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #ff0000;
}

h5.text-capitalize.mt-3.font-weight-bold {
  font-family: "Exo-SemiBold";
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff2222;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
  color: #ff2222;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #ff2222;
}

.btn-style-one:hover {
  background-color: #ff2222;
  color: #ffffff;
}

.about-section {
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title {
  margin-bottom: 45px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-left: 30px;
}

.about-section .text {
  margin-bottom: 20px;

  color: #848484;
  font-size: 1.25rem;
  font-weight: 300;
}

.about-section .list-style-one {
  margin-bottom: 45px;
}

.about-section .btn-box {
  position: relative;
}

.about-section .btn-box a {
  padding: 15px 50px;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}

.about-section .image-column .inner-column .author-desc {
  position: absolute;
  bottom: 16px;
  z-index: 1;
  background: #ff2222;
  padding: 10px 15px;
  left: 96px;
  width: calc(100% - 152px);
  border-radius: 50px;
}

.about-section .image-column .inner-column .author-desc h2 {
  font-size: 21px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.about-section .image-column .inner-column .author-desc span {
  font-size: 16px;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: 400;
}

.about-section .image-column .inner-column:before {
  content: "";
  position: absolute;
  width: calc(50% + 80px);
  height: calc(100% + 160px);
  top: -80px;
  left: -3px;
  background: transparent;
  z-index: 0;
  border: 44px solid #ff2222;
}

.about-section .image-column .image-1 {
  position: relative;
}

.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
  border-radius: 46px;
}

.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
  background-color: #191e34;
}

.service-details h4 {
  line-height: 40px;

  font-family: "Exo-SemiBold";
  font-weight: 900;
  font-size: 40px;
}

/***********************************************************************************************************/

/*****************************Corporate-Governance-Page Start*****************************************/

.corporate_wrapper {
  padding: 50px 0px;
}

.corporate_wrapper .important_links {
  background: #223a66;
  color: #fff;
  padding: 19px;
  font-size: 23px;
  text-align: center;
  border-radius: 10px;
}

.corporate_wrapper .cont {
  max-width: 400px;
  margin: 2rem auto;
}

.corporate_wrapper .product-card {
  background-color: var(--card-background);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.corporate_wrapper .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.corporate_wrapper .product-card__image {
  height: 250px;
  overflow: hidden;
}

.corporate_wrapper .product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.corporate_wrapper .product-card:hover .product-card__image img {
  transform: scale(1.05);
}

.corporate_wrapper .product-card__info {
  padding: 12px;
  background: #223a66;
  color: #fff;
  text-align: center;
}

.corporate_wrapper .product-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Exo-SemiBold";
}

.corporate_wrapper .product-card__description {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 20px;
}

.corporate_wrapper .product-card__price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.corporate_wrapper .product-card__price {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-color);
}

.corporate_wrapper .product-card__btn {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.corporate_wrapper .product-card__btn:hover {
  background-color: #c71729;
}

@media (max-width: 480px) {
  .corporate_wrapper .cont {
    max-width: 100%;
    padding: 0 20px;
  }

  .corporate_wrapper .product-card__image {
    height: 200px;
  }

  .corporate_wrapper .product-card__title {
    font-size: 1.3rem;
  }

  .corporate_wrapper .product-card__description {
    font-size: 0.8rem;
  }

  .corporate_wrapper .product-card__price {
    font-size: 1.1rem;
  }

  .corporate_wrapper .product-card__btn {
    padding: 8px 16px;
    font-size: 0.8rem;
  }
}

/*******************************Corporate-Governance-Page-End***********************************************/

/*****************************Announcement_Page_start**********************************************************/

.important_announcement_wrapper {
  padding: 100px 0px;
}

.important_announcement_wrapper a {
  color: #ffffff;
}

.important_announcement_wrapper h1 {
  text-align: center;
  margin-bottom: 10px;
}

.itemWrap {
  margin-bottom: 10px;
  background: #223a66;
  padding: 10px;
}

.itemNameWrap {
  display: flex;
  justify-content: space-between;
}

.itemName {
  font-size: 1.8em;
}

.itemMiddle {
  vertical-align: bottom;
  background-image: radial-gradient(#030202 1px, #ffffff 0px);
  background-size: 15px 1px;
  background-repeat: repeat-x;
  background-position: left 90%;
  flex-grow: 2;
}

.itemPrice {
  font-size: 1.6em;
  padding-top: 5px;
}

.itemDescription {
  font-size: 1.1em;
  font-style: italic;
}

/*****************************Announcement_Page_End**********************************************************/
.right__to__receive__documents_wrapper {
  padding: 100px 0px;
}
.right__to__receive__documents_wrapper h2 {
  background: #ff00000d;
  color: #000000;
  padding: 10px;
  font-size: 20px;

  font-family: "Exo-SemiBold";
  font-weight: 900;
}

/********************************OUR GALLERY START*******************************************************************/
.portfolio-section {
  padding: 50px 0;
}
.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.portfolio-menu {
  text-align: center;
}
.control {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #343a40;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #343a40;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  margin: 0px;
  padding: 0px;
  padding-top: 30px;
}
.pd {
  padding: 10px;
  list-style: none;
}
.pd img {
  transition: all 0.5s;
  width: 100%;
  aspect-ratio: 3 / 2;
  border: 1px solid #e5e5e5;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid red;
  border-right: 1px solid red;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid red;
  border-left: 1px solid red;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
 
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: red;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

/**********************************OUR GALLERY END************************************************************************/

/***********************************TEAM START************************************************************************/

.our__team {
  padding: 50px 0px;
}

a {
  font-style: normal;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a,
a:active,
a:focus {
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

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

img {
  max-width: 100%;
  height: auto;
}

.speakers-section-three {
  position: relative;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.speaker-block-three {
  position: relative;
  margin-bottom: 50px;
}

.speaker-block-three .inner-box {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 30px;
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speaker-block-three .inner-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.speaker-block-three .image-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0;
}

.speaker-block-three .image-box:before {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -4px;
  height: 100%;
  background-image: url(https://i.ibb.co/LSL9C6r/shape-5.png);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  content: "";
}

.speaker-block-three .image-box .image {
  position: relative;
  display: inline-block;
  height: 130px;
  width: 130px;
  overflow: hidden;
  border: 4px solid #ec7561;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speaker-block-three .inner-box:hover .image-box .image {
  border-radius: 0;
}

.speaker-block-three .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.speaker-block-three .info-box {
  position: relative;
  display: inline-block;
  padding: 10px;
  padding-right: 10px;
  background-color: #223a66;
}

.speaker-block-three .info-box:before {
  position: absolute;
  left: 0;
  right: -30px;
  background-color: #223a66;
  content: "";
  top: 0;
  height: 100%;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0;
}

.speaker-block-three .info-box .name {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500;
}

.speaker-block-three .info-box .name a {
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .info-box .name a:hover {
  color: #fff;
}

.speaker-block-three .info-box .designation {
  position: relative;
  display: block;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}

.speaker-block-three .social-box {
  position: absolute;
  top: 90px;
  transform: translateX(-50px);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speaker-block-three .social-box .social-links li {
  margin-bottom: 4px;
}

.speaker-block-three .inner-box:hover .social-box {
  transform: translateX(10px);
}

.speaker-block-two .social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.speaker-block-three .social-links li a i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .social-links li a:hover i {
  color: #fff;
  background: #223a66;
}

/*********************************************TEAM END**************************************************************/
.wrapper-1 {
  position: relative;
  height: 100vh;
}

.wrapper-2 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

 

.wrapper-2 h1 span {
  font-size: 0.6em;

}


.thanks_text {
  margin: 0;
  padding: 0;
  text-shadow: 2px 2px 8px #dbdbdb8f;
}

.thank-phone,
.thanks_text strong {
  color: red;
  font-weight: 600;
}

.character img {
  width: 200px;
  margin: auto;

}

.fa-check-circle {
  font-size: 80px;
  color: red;
  text-shadow: 2px 2px 8px #dbdbdb;
}

.btn-primary-round:hover {
  background-color: #4c8b81;
  color: #ffffff;
}

.btn-primary-round {
  color: red;

  border: 1px solid red;
  padding: 12px;
  border-radius: 100px;
}



.wrapper-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  font-family: "Archivo", sans-serif;
}

.wrapper-2 {
  padding: 30px;
  text-align: center;
}

.wrapper-1 h1 {
  font-size: 4em;
  color: red;
  margin: 0;
  font-family: "Archivo", sans-serif;
  text-shadow: 2px 2px 8px #dbdbdb;


}



.go-home {
  color: #fff;
 color: red;
  border: none;
  padding: 10px 50px;
  margin: 30px 0;
  border-radius: 30px;
  text-transform: capitalize;
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}



.section-padding{
padding:40px 0;
}

.section-bg{
background:#ffffff;
}

.service-img img{
width:100%;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.icon-box{
width:55px;
height:55px;
background:var(--color-primary);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:10px;
font-size:24px;
flex-shrink:0;
}

.service-heading{
font-weight:700;
font-size:28px;
color:#0d1b2a;
}

.service-content p{
font-size:1.25rem;
line-height:1.8;
color:#555;
margin-bottom:18px;
}


@media (max-width: 767px) {
  h1 {
    font-size: 2em !important
  }

  .fa-check-circle {
    font-size: 3em;

  }

  .character img {
    width: 8em;
    margin: auto;
  }

  .thanks_text {
    margin: 0;
    padding: 0;
    text-shadow: 2px 2px 8px #dbdbdb8f;
    font-size: .9em;
  }

  .btn-primary-round {

    margin-top: 20px;
  }

  .thank-phone,
  .thanks_text strong {

    display: block;
  }
}