@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans+Gothic&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  list-style: none !important;
  text-decoration: none !important;
}

ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
body {
  font-size: 14px;
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}
/* .container {
    max-width: 1220px;
  } */
::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #130e0b;
}
::-webkit-scrollbar:horizontal {
  height: 7px;
}
::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5);
}

/* top-header */

.top-header {
  padding: 10px;
  /* position: sticky; */
  top: 0;
  display: flex;
  align-items: center;
  background: aliceblue;
}

/* .top-header {
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 999;
  background: white; Ensure visibility
  display: flex;
  align-items: center;
  transition: top 0.3s ease-in-out;
} */

.content-icon i {
  font-size: 20px;
  color: #3064a4;
  padding: 9px 10px;
  background-color: #fff;
  border: 1px solid #3064a4;
  margin: 0 10px;
  border-radius: 5px;
}

.top-header-content {
  display: flex;
  align-items: center;
}

.icons-content h5 {
  font-weight: 500;
  font-size: 16px;
  color: #3064a4;
  font-weight: bold;
}

.icons-content p a {
  font-size: 14px;
  color: #000;
}

.top-header-right {
  display: flex;
  justify-content: end;
}

.top-header-inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menus {
  display: flex;
  justify-content: center !important;
}

.header_menu {
  width: 100%;
  background-color: #2d61a3;
}

nav.main-nav ul li a:hover {
  background-color: #fff;
  color: #000 !important; /* optional: to ensure text is visible */
}

nav.main-nav ul li a.active {
  background-color: aliceblue;
  color: #000 !important; /* optional: to ensure text is visible */
  /* optional: for rounded edges */
  /* optional: to give it space */
}

.carousel-indicators {
  bottom: 30px;
}
#slider {
  margin-right: 0;
  margin-left: 0;
  margin-top: 83px;
}
.carousel-caption {
  top: 50%;
  left: 7%;
  right: 100%;
  bottom: 0;
  opacity: 0;
  transition: all 800ms linear;
  text-align: left;
  padding: 0px;
  width: 700px;
  transform: translate(0%, -40%);
}
.carousel-item.active .carousel-caption {
  opacity: 1;
  /*right: 13%;*/
  transform: translate(0%, -50%);
}
.carousel-caption img {
  filter: brightness(0.9);
}
.carousel-caption p {
  color: #fff;
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 3.9px;
  word-wrap: break-word;
  text-shadow: 2px 2px 7px #00000059;
}
.carousel-caption h5 {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 35px;
  word-wrap: break-word;
  text-shadow: 2px 2px 7px #00000059;
}
.carousel-caption a {
  background: #ec3338;
  padding: 8px 25px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.5s ease-out !important;
  color: #fff;
  border: 2px solid transparent;
  margin-top: 10px;
  box-shadow: 0 20px 40px rgb(0 0 0 / 40%);
}
.carousel-caption a:hover {
  border: 2px solid #ec3338 !important;
  color: #ec3338 !important;
  background: #fff !important;
}
/**/

#carousel {
  overflow: hidden;
}
#carousel .carousel-control {
  background: none;
  top: 45%;
  font-size: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}
#carousel .carousel-control-right {
  right: 4%;
}
#carousel .carousel-control-left {
  left: 0;
}
#carousel .carousel-control-right span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel .carousel-control-left span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel:hover .carousel-control-right span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel:hover .carousel-control-left span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel .carousel-control span {
  color: #fff;
  background-color: rgb(50 52 51 / 50%);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}
#carousel .carousel-control span:hover {
  background-color: #1e1e1e;
}
#carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}
.carousel-indicators {
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 20px;
  right: auto;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
.carousel-indicators li {
  height: 4px;
  background-color: rgb(255 255 255 / 30%);
}
.carousel-indicators .active {
  background-color: rgb(19 165 155);
}

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

#main-slider {
  /* margin-top: 70px; */
}
.desktop_slider {
  display: block;
}
.mobile_slider {
  display: none;
}
#main-slider .carousel-inner {
  position: relative;
}
.carousel-control-prev {
  background-color: rgb(38 75 143);
  height: 60px;
  width: 40px;
  z-index: 121;
  text-align: center;
  top: 40%;
  bottom: 0;
  opacity: 1;
  border-radius: 50px;
  left: 2%;
  outline: none;
  border: none;
}
.carousel-control-next {
  background-color: rgb(38 75 143);
  height: 60px;
  width: 40px;

  z-index: 121;
  text-align: center;
  position: absolute;
  top: 40%;
  opacity: 1;
  right: 2%;
  border-radius: 50px;
  border: none;
  outline: none;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 1.2rem;
  height: 1.2rem;
}
#main-slider .carousel-item img {
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 576px) {
  #main-slider .carousel-item .mob_slide {
    display: none !important;
  }
}
#main-slider .carousel-item img {
  width: 100%;
  margin: auto;
}
#main-slider .carousel-caption {
  height: fit-content;
  height: -moz-fit-content;
  left: 50%;
  right: 0;
  bottom: 0px;
  text-align: center;
  z-index: 99;
  background: rgb(0 0 0 / 47%);
  top: 45%;
  transform: translate(-50%, -50%);
  padding: 25px 0;
}
#main-slider .carousel-caption .caption {
  font-size: 16px;
  color: white;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 1px;
}
#main-slider .carousel-caption .caption span {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

/* counter starts */

.about-us {
  padding: 80px 0;
  position: relative;
}

.single-counter {
  /* border: 5px solid #000; */
  padding: 10px;
  margin: 10px;
  background-color: #f0f8ff;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #2d61a3;
}

.single {
  border: 5px solid #2d61a3;
  border-radius: 20px;

  position: relative;
  overflow: hidden;
}

.single::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #838383;
  top: 0;
  z-index: -1;
  right: 0;
}

.single::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #838383;
  bottom: 0;
  z-index: -1;
  left: 0;
}

.about-us-left {
  position: relative;
}
.about-us-left::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2d61a3;
  top: 0;
  transform: rotate(5deg);
  z-index: -1;
  padding: 50px;
}

.about-us-left video {
  border: 1px solid #f7f7f7;
}

.about-us-right {
  padding: 0 0 0 25px;
}

.about-us-right span {
  font-size: 18px;
  font-weight: bold;
}

.about-us-right h2 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2d61a3;
  padding: 5px 0 15px 0;
}

.about-us-right p {
  text-align: justify;
}
/* 
.about-us::before{
    content: " ";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 280px;
    background-color: #f0f8ff;
    z-index: -1;
    left: 0;
} */

.about-btn {
  --color: #2d61a3;
  font-family: inherit;
  display: inline-block;
  /* width: 8em; */
  /* height: 2.6em; */
  /* line-height: 2.5em; */
  margin: 15px 0 0 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--color);
  padding: 5px 15px;
}

.about-btn a {
  color: #2d61a3;
  font-size: 14px;
}

.about-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.about-btn:hover a {
  color: #fff;
  transition: 0.5s;
}

.about-btn:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.about-btn:hover:before {
  top: -30px;
  left: -30px;
}

.about-btn:active:before {
  background: #2d61a3;
  transition: background 0s;
}

/* why choose us */

.why-choose-us {
  padding: 50px 0;
  background: aliceblue;
}

.why-choose-main {
  width: 100%;
  min-height: 300px;
  background-color: #2761a0;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-main:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 200px;
  background-color: #f0f8ff;
  left: 0;
  border-radius: 0 20px 20px 0;
}

.why-choose-main:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 200px;
  background-color: #f0f8ff;
  right: 0;
  border-radius: 20px 0 0 20px;
}

.why-choose-main-left {
  padding: 25px;
}

.why-choose-main-left span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.why-choose-main-left h1 {
  font-size: 30px;
  color: #fff;
}

.why-choose-box {
  background-color: #fff;
  padding: 17px;
  border-radius: 15px;
  position: relative;
  height: 226px;
  overflow: hidden;
}

.why-choose-box-effect {
  position: absolute;
  /* top: 0; */
  font-size: 99px;
  bottom: -33px;
  right: 6px;
  z-index: 1;
  font-style: italic;
  font-family: "FontAwesome";
  color: #2d61a361;
}

.why-choose-box .why-choose-box-title {
  font-size: 17px;
  font-weight: 600;
  color: #2d61a3;
}

.why-choose-box p {
  font-size: 14px;
  padding: 8px 0 0 0;
}

/* footer */

/* 

/*====================
50. Footer css 
======================*/
.footer-area {
  width: 100%;
  min-height: 400px;
  background-color: #3064a4;
  padding: 50px 0;
  position: relative;
  justify-content: center; /* has no effect without display:flex */
  overflow: hidden;
}

.footer-area:before,
.footer-area:after {
  content: "";
  position: absolute;
  width: 800px;
  height: 40px;
  background-color: aliceblue;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

.footer-area:before {
  top: 0%; /* Vertical center */
  border-radius: 20px;
}

.footer-area:after {
  bottom: -10%; /* Same as before */
  border-radius: 20px;
}

.footer-shape img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}

.footer-widget-box {
  margin-bottom: 20px;
}

.footer-widget-box.about-us {
  padding-right: 50px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 220px;
  margin-bottom: 18px;
}

.footer-widget-title {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  z-index: 1;
}

.footer-widget-title::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 90px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
}

.footer-widget-title::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 30px;
  height: 2px;
  background-color: var(--theme-color);
  bottom: 0;
  left: 18px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-list li a {
  color: #fff;
  transition: var(--transition);
}

.footer-list li a i {
  margin-right: 5px;
  color: var(--theme-color);
}

.footer-list li a:hover {
  padding-left: 10px;
  /* color: var(--theme-color); */
}

.footer-widget-box p {
  color: #fff;
  padding-right: 18px;
  margin-bottom: 20px;
}

.footer-widget-box .social i {
  width: 20px;
}

.footer-social {
  display: flex;
  gap: 15px;
  justify-content: end;
}

.footer-social li a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  background: var(--color-white);
  color: var(--theme-color);
  transition: var(--transition);
}

.footer-social li a i:hover {
  background: var(--color-dark);
  color: var(--color-white);
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}

.footer-contact li a {
  color: #fff;
  transition: var(--transition);
}

.footer-contact li i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  margin-right: 10px;
  border-radius: 50px;
  background: var(--theme-color);
  text-align: center;
  transition: var(--transition);
  color: var(--color-white);
}

.footer-request {
  margin-top: 20px;
}

.footer-request p {
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: 4px;
}

.footer-request .theme-btn i {
  margin-left: 12px;
}

.subscribe-form .form-group {
  position: relative;
}

.subscribe-form .form-control {
  padding: 16px 140px 16px 25px;
  border-radius: 50px;
  color: var(--color-dark);
  box-shadow: none;
  border: none;
}

.subscribe-form .form-control:focus {
  outline: 2px solid var(--theme-color);
}

.subscribe-form .form-control::placeholder {
  color: var(--color-dark);
}

.subscribe-form .theme-btn {
  position: absolute;
  padding: 10px 18px;
  right: 4px;
  top: 3px;
}

.subscribe-form .theme-btn:hover {
  color: var(--color-white);
}

.subscribe-form .theme-btn::before {
  background: var(--theme-color2);
}

.footer-widget-box.about-us .footer-newsletter p {
  font-size: 18px;
  font-weight: 500;
}

.footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

.footer-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

.footer-menu li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--theme-color);
  right: -18px;
  top: 13px;
  border-radius: 50px;
}

.footer-menu li:last-child::after {
  display: none;
}

.footer-menu li a {
  color: var(--footer-text-color);
  transition: var(--transition);
}

.footer-menu li a:hover {
  color: var(--theme-color);
}

.copyright {
  padding: 10px 0;
  border-top: 1px solid var(--border-white-color);
}

.copyright .copyright-text {
  color: var(--footer-text-color);
  margin-bottom: 0px;
  font-size: 14px;
}

.copyright .copyright-text a {
  color: var(--theme-color);
  font-weight: 500;
}

@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 991px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }

  .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }

  .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }

  .footer-menu li::after {
    right: -12px;
  }
}

@media all and (max-width: 767px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.footer-logo h5 {
  font-size: 30px;
  color: #fff;
  padding-bottom: 10px;
}

.copy-right {
  background-color: aliceblue;
}

/* */

/* product */

.product {
  width: 100%;
  min-height: 630px;
  padding: 100px 0 40px 0;
  background-color: #2d61a3;
  /* background: url(../images/bg.jpg)center no-repeat;
     background-size: cover; */
  position: relative;
  overflow: hidden;
}

.product::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  top: -52px;
  left: 0;
  right: 0;
  border-radius: 50%;
}

.product::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #fff;
  bottom: -52px;
  left: 0;
  right: 0;
  border-radius: 50%;
}

.product-title {
  color: #fff;
}

.product-title h3 {
  font-size: 30px;
  padding: 0 0 5px 0;
}

.product-btn {
  --color: #fff;
  font-family: "Poppins";
  display: inline-block;
  /* width: 8em; */
  /* height: 2.6em; */
  /* line-height: 2.5em; */
  margin: 15px 0 0 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--color);
  padding: 5px 15px;
}

.product-btn a {
  color: #fff;
  font-size: 14px;
}

.product-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.product-btn:hover a {
  color: #2d61a3;
  transition: 0.5s;
}

.product-btn:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.product-btn:hover:before {
  top: -30px;
  left: -30px;
}

.product-btn:active:before {
  background: #2d61a3;
  transition: background 0s;
}

/* program block */

.program-block {
  position: relative;
  text-align: center;
  /* margin-bottom: 30px; */
}

.owl-theme .program-block {
  margin-bottom: 0;
  background: white;
  /* padding-bottom: 20px; */
  transition: all 700ms ease;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11);
  border: 5px solid #6a91c1;
}

.program-block .inner-box {
  position: relative;
  display: block;
  transition: all 700ms ease;
}

.program-block .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.program-block .image-box:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.program-block .image-box:hover:after {
  -webkit-animation: shine2 1s;
  animation: shine2 1s;
}

@-webkit-keyframes shine2 {
  100% {
    left: 125%;
  }
}

@keyframes shine2 {
  100% {
    left: 125%;
  }
}

.program-block .image-box .image {
  position: relative;
  display: block;
}

.program-block .image-box .image img {
  position: relative;
  display: block;
  width: 100%;
}

.program-block h3 {
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 15px;
}

.program-block h3 a {
  color: #222222;
}

.program-block h3 a:hover {
  color: #3064a4;
}

.program-block .image-box:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(45 97 163 / 66%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 2;
  transition: all 700ms ease;
}

.program-block .inner-box:hover .image-box:before {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.program-block .hover-box {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  border-bottom: 5px solid #3064a4;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 700ms ease;
  z-index: 5;
}

.program-block .inner-box:hover .hover-box {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 500ms ease 400ms;
  -moz-transition: all 500ms ease 400ms;
  -ms-transition: all 500ms ease 400ms;
  -o-transition: all 500ms ease 400ms;
  transition: all 500ms ease 400ms;
}

.program-block .hover-inner {
  position: absolute;
  display: table;
  vertical-align: middle;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.program-block .hover-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 20px;
}

.program-block .hover-inner .icon-box {
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 1em;
  margin-bottom: 10px;
}

.program-block {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.owl-dots {
  display: none !important;
}

.owl-theme .owl-nav {
  text-align: right !important;
  -webkit-tap-highlight-color: transparent;
}

/* what we serve */

.what-we-serve {
  padding: 50px;
  width: 100%;
  min-height: 500px;
  background: url(../images/bg.png) center no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}

.what-we-serve-title h3 {
  color: #3064a4;
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 4px;
}

.what-we-pro {
  text-align: center;
  background-color: aliceblue;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2), 0 2px 10px rgba(0, 0, 0, 0.2);
}

.what-we-pro::before {
  content: "";
  position: absolute;
  border: 6px solid #2d61a3;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-left: transparent;
  border-bottom: transparent;
}
.what-we-pro-img {
  position: relative;
}

.what-we-pro-heading h5 {
  padding: 10px 0;
  font-size: 14px;
}

.what-we-pro:hover.what-we-pro::before {
  content: "";
  position: absolute;
  border: 6px solid #2d61a3;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-left: transparent;
  border-bottom: transparent;
  transform: rotate(360deg);
  transition: all 0.3s ease-in;
}

.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  justify-content: space-around !important;
  flex-direction: column;
  align-items: flex-ed;
}

.owl-theme .owl-nav {
  margin-top: -187px !important;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1111;
}

.social-icon {
  display: flex;
}

.social-icon li {
  background-color: aliceblue;
  padding: 8px 12px;
  border-radius: 10px;
  margin: 10px;
}

.social-icon li a {
  color: #3064a4;
  font-size: 16px;
}

/* floting button */

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  left: 75px;
  background-color: #25d366;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.my-float {
  margin-top: 10px;
}

.calls {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  left: 18px;
  background-color: red;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  font-size: 22px;
  z-index: 100;
}

.my-call {
  margin-top: 16px;
}

/* back to top */

#button {
  display: inline-block;
  background-color: #2d61a3;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 90px;
  right: 20px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: "Merriweather", serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 12px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

/* back to top end*/

/* counter css starts */

.count {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #0009;
}
.counter-wrapper {
  background: #fff;

  background: cover;
  background-position: center center;
  /* position: relative; */
  padding: 50px 0;
}

.counter-inner {
  position: relative;
  z-index: 2;
}
.count-icon {
  font-size: 48px;
}

.conter-title {
  font-size: 16px;
  font-weight: 500;
}

/* counter css ends */

.image-box figure {
  margin: 0 !important;
}

.custom-prev,
.custom-next {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 15px;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
}

.custom-prev:hover,
.custom-next:hover {
  background-color: #555;
}

/* by vishal */
.hero-banner-main {
  background-image: url("../images/hero-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.breadcrum-box {
  margin-bottom: 15px;
}
.breadcrum-box ul {
  display: flex;
}
.breadcrum-box ul li i {
  margin: 0 9px;
  line-height: 6px;
  color: #373737;
  display: inline-block;
}
.breadcrum-box ul li a:hover {
  color: #2e61a3;
}
.breadcrum-box ul li a {
  color: #373737;
  font-weight: 500 !important;
}
.breadcrum-box ul li span {
  color: #2e61a3;
  font-weight: 600 !important;
}
.hero-heading h1 {
  font-size: 30px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: bold;
  color: #0d0d0d;
}
.hero-heading h1 span {
  color: #2d61a3;
  display: inline-block;
  padding-left: 5px;
}
/* ################### */

.inner-prod-main {
  padding: 80px 0 80px;
}
.inn_product_lst span {
  padding: 15px 15px;
  font-size: 16px;
  color: #fff;
  background: #2d61a3;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
}
.card {
  border: 1px solid #f1f1f1 !important;
  border-radius: 0;
  padding: 0;
  margin-bottom: 2px;
}
.card-header {
  padding: 0px;
  background: rgb(246 246 246);
  color: #fff;
  border-bottom: 0px;
}
.product_list ul li a {
  color: #1e1e1e;
  font-weight: 500;
}
.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}
.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
  color: #130e0b;
}
.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.list-product-btn {
  color: #130e0b;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  border-radius: 0px;
  text-decoration: none;
}
.list-product-btn:hover {
  background: #2e61a3;
}
.btn-link:hover {
  color: #fff;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.product_list {
  padding: 20px 12px;
  position: relative;
}
.product_list li a {
  color: #130e0b;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #f6f6f6;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.product_list li:first-child a {
  padding-top: 0px;
}
.product_list li a:hover {
  color: #2e61a3;
  display: block;
}

.inner-prod-grid {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.inner-prod-grid {
  background: white;
  /* padding-bottom: 20px; */
  transition: all 700ms ease;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11);
  border: 5px solid #6a91c1b7;
}

.inner-prod-grid .inner-box {
  position: relative;
  display: block;
  transition: all 700ms ease;
}

.inner-prod-grid .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.inner-prod-grid .image-box:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.inner-prod-grid .image-box:hover:after {
  -webkit-animation: shine2 1s;
  animation: shine2 1s;
}

@-webkit-keyframes shine2 {
  100% {
    left: 125%;
  }
}

@keyframes shine2 {
  100% {
    left: 125%;
  }
}

.inner-prod-grid .image-box .image {
  position: relative;
  display: block;
}

.inner-prod-grid .image-box .image img {
  position: relative;
  display: block;
  width: 100%;
}

.inner-prod-grid h3 {
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 15px;
  color: #130e0b;
  padding-inline: 20px;
}

.inner-prod-grid .image-box:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(45 97 163 / 66%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 2;
  transition: all 700ms ease;
}
.inner-prod-grid {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.read-more-prod {
  --color: #2d61a3;
  font-family: inherit;
  display: inline-block;
  /* width: 8em; */
  /* height: 2.6em; */
  /* line-height: 2.5em; */
  margin: 0px 0 10px 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--color);
  padding: 5px 15px;
}

.read-more-prod span {
  color: #2d61a3;
  font-size: 14px;
}

.read-more-prod:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.read-more-prod:hover span {
  color: #fff;
  transition: 0.5s;
}

.read-more-prod:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.read-more-prod:hover:before {
  top: -30px;
  left: -30px;
}

.read-more-prod:active:before {
  background: #2d61a3;
  transition: background 0s;
}
.product_inner_heading h2 {
  font-size: 26px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-top: 5px;
  text-transform: capitalize;
  font-weight: 700;
  color: #130e0b;
  position: relative;
}
.product_inner_heading h2 span {
  color: #2d61a3;
}
.inner-product {
  padding: 80px 0 80px;
  background: #f9fafca8;
}
.product-cont-box {
  padding: 10px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  margin-bottom: 30px;
}
.col-md-12 .product-cont-box:last-child() {
  margin-bottom: 0px;
}
.product-content p {
  text-align: justify;
  margin-bottom: 10px;
  color: #141414;
  letter-spacing: 0.2px;
  word-spacing: 2px;
  font-size: 14px;
}
.product-image-box img {
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #ececec;
}

.prod-enquiry {
  display: block;
  margin: 25px 0 15px 0;
}
.quote-enquiry {
  display: block;
  margin: 30px 0 15px 0;
}
.prod-enquiry span,
.quote-enquiry span {
  margin-right: 10px;
}
.prod-enquiry span img,
.quote-enquiry span img {
  margin-right: 10px;
  width: 23px;
}
.prod-enquiry span a {
  color: #fff;
  border-width: 1px;
  border-color: #2d61a3;
  font-size: 15px;
  background-color: #2d61a3;
  border: 2px solid transparent;
  padding: 10px 20px 10px 15px;
  line-height: 24px;
  /* box-shadow: 6px 6px 18px 0px rgb(130 130 130 / 30%); */
  transition: all 300ms ease 0ms;
  border-radius: 35px;
  position: relative;
}
.quote-enquiry span a {
  color: #fff;
  border-width: 1px;
  border-color: #2d61a3;
  font-size: 16px;
  background-color: #2d61a3;
  border: 2px solid transparent;
  padding: 10px 25px 10px 20px;
  line-height: 24px;
  /* box-shadow: 6px 6px 18px 0px rgb(130 130 130 / 30%); */
  transition: all 300ms ease 0ms;
  border-radius: 35px;
  position: relative;
}
.prod-enquiry span a:hover {
  padding: 10px 30px 10px 10px;
}
.quote-enquiry span a:hover {
  padding: 10px 35px 10px 15px;
}
.prod-enquiry span a:after,
.quote-enquiry span a:after {
  line-height: 25px;
  content: " ";
  width: 7px;
  height: 15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -1em;
  font-style: normal;
  font-weight: 400;
  transition: all 300ms ease 0ms;
  text-shadow: none;
  background: url(../images/enquiry-arrow.svg) no-repeat;
  filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg)
    brightness(193%) contrast(102%);
}
.prod-enquiry span a:hover:after,
.quote-enquiry span a:hover:after {
  opacity: 1;
  margin-left: 15px;
}
.prod-dtl-main {
  padding: 0 0 0 20px;
}
/* by vishal end */

.hero-banner-main {
  background-image: url("../images/hero-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.breadcrum-box {
  margin-bottom: 15px;
}

.breadcrum-box ul {
  display: flex;
}

.breadcrum-box ul li i {
  margin: 0 9px;
  line-height: 6px;
  color: #373737;
  display: inline-block;
}

.breadcrum-box ul li a:hover {
  color: #2e61a3;
}

.breadcrum-box ul li a {
  color: #373737;
  font-weight: 500 !important;
}

.breadcrum-box ul li span {
  color: #2e61a3;
  font-weight: 600 !important;
}


.contact-inner-page {
  padding: 50px 0;
  position: relative;
}

.contact-inner-page-row {
  width: 100%;
  min-height: 300px;
  background-color: #2761a0;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 0 40px 0;
}

.contact-inner-page-row::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 400px;
  background-color: #fff;
  left: 0;
  border-radius: 0 20px 20px 0;
}

.contact-inner-page-row::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 400px;
  background-color: #fff;
  right: 0;
  border-radius: 20px 0 0 20px;
}

.contact-inner-page-left h3 {
  color: #fff;
  font-size: 30px;
  padding-bottom: 3px;
  text-transform: unset !important;
}

.contact-inner-page-left p {
  color: #fff;
}

.contact-detail {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin-top: 14px;
}

.contact-detail-img {
  display: flex;
  align-items: center;
  /* vertically centers the icon with other content */
  justify-content: flex-start;
  /* optional, can be center if needed */
}

.contact-detail-img i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background-color: #cfe0f2;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.contact-inner-page-detail {
  margin-top: 10px;
}

.contact-detail-sec {
  color: #fff;
}

.contact-detail-sec span {
  font-weight: 600;
  font-size: 18px;
}

.contact-detail-sec p {
  font-size: 14px;
}

/* form */

.contacts-form-wrapper {
  background-color: #afc6e3;
  padding: 2.5rem;
  border-radius: 8px;
  color: #17375a;
}

.contacts-form-wrapper label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 0.9rem;
}

.contacts-form-wrapper input,
.contacts-form-wrapper textarea,
.contacts-form-wrapper select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: transparent;
  background-color: #ffffff;
  border-radius: 5px;
  color: #000000;
  margin-bottom: 1rem;
}

.contacts-form-wrapper input:focus,
.contacts-form-wrapper textarea:focus {
  outline: none;
  border-color: #fec93d;
}

.contacts-form-wrapper input::placeholder,
.contacts-form-wrapper textarea::placeholder {
  color: #aaa;
}

.btn-submit {
  background-color: #2761a0;
  color: #ffffff;
  border: none;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.btn-submit:hover {
  background-color: #337cca;
}

.about-card {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-header-custom {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.card-header-custom .icon-container {
  width: 50px;
  height: 50px;
  background-color: rgba(13, 110, 253, 0.1);
  /* Light blue background for icon */
  color: #2d61a3;
  /* Bootstrap primary blue for icon */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.card-title-text {
  font-size: 20px;
  font-weight: 600;
  color: #343a40;
  line-height: 1;
  /* Adjust line height for better alignment */
}

.card-body-text {
  line-height: 20px;
  text-align: justify;
  color: #383838;
  padding: 5px 0;
}

.team-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.team-list li {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.team-list .list-icon {
  color: #2d61a3;
  /* Bootstrap primary blue */
  font-size: 18px;
}

.inner-page-about-us {
  padding: 50px 0 10px 0;
}

.about-inner-page-video {
  border: 1px solid #0001;
  margin-bottom: 25px;
}

.dos-donts-card {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  background-color: #f8f9fa;
}

.list-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.guideline-list {
  list-style: none;
  padding-left: 0;
}

.guideline-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 24px;
}

.guideline-list .icon {
  font-size: 20px;
  margin-top: 2px;
}

.ewaste-management {
  padding: 50px 0;
}

/* Specific colors for Do's and Don'ts */
.list-title.dos {
  display: block;
  color: #198754;
  margin-bottom: 25px;
}

/* Bootstrap success green */
.guideline-list.dos .icon {
  color: #198754;
}

.list-title.donts {
  display: block;
  color: #dc3545;
  margin-bottom: 25px;
}

/* Bootstrap danger red */
.guideline-list.donts .icon {
  color: #dc3545;
}

.collection-points-section {
  margin-top: 50px;
}

.collection-intro {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: justify;
}

.collection-intro-span {
  font-weight: 600;
  font-size: 20px;
  padding: 5px 0;
  text-align: center;
  display: block;
}

.subsection-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #2d61a3;
  padding: 10px 25px;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* Table Styles */
.table-container {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  overflow: hidden; /* Ensures border-radius is respected by the table */
}

.table {
  margin-bottom: 0; /* Remove default bottom margin */
}

.table thead th {
  background-color: #2d61a3; /* Dark blue/grey header */
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 0;
  vertical-align: middle;
  text-align: center;
}

.table tbody td {
  font-size: 15px;
  color: #555;
  vertical-align: middle;
  padding: 15px 10px;
}

.table tbody tr:nth-child(even) {
  background-color: #f8f9fa; /* Alternating row color */
}

.table tbody tr:hover {
  background-color: #e9ecef; /* Hover effect for rows */
}

.our-work {
  padding: 50px 0;
}

.youtube-video {
  margin: 10px 0;
}

.product-content ul li{
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.thankyou_mg img {
    display: block;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0.3rem 1rem rgb(0 0 0 / 10%);
    border-radius: 6px 6px 0 0;
    padding: 6px;
    background: #fff;
}

.error-img {
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    padding: 8px 8px 2px 8px;
    background: #fff;
}


.modal-dialog {
	max-width: 650px;
}
.modal-body {
	padding:0px;
	background: rgb(246 246 246);
}
.modal-header {
	text-align: center;
	background: #0f75bb;
	color: #ffff;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0;
	border-radius: 0px;
}
h6.modal-title {
	color:#fff;
	font-size:20px;
	text-align:center;
	letter-spacing:0.25px;
	font-weight:500;
	padding-left:20px;
}
.modal-content .close {
	opacity:1;
	padding:0px;
	margin:0px;
	display:contents;
}
.modal-content .close span i {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0;
    color: #130e0b;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
}
.modal_lft_data {
	padding: 40px 20px;
}
.modal_lft_data {
	padding: 15px;
}
.request_form .form-group input {
    display: block;
    width: 100%;
    color: #130e0b;
    font-weight: 500;
    border: 0px;
    border: 1px solid #0f75bb;
    line-height: 24px;
    letter-spacing:0.25px;
    padding: 5px 15px;
    font-size: 14px;
    background: #fff;
    margin-bottom:20px;
}
.submit_btn {
    font-size: 14px;
    padding: 10px 25px;
    background: #130e0b;
    color: #fff;
    cursor:pointer;
    display: block;
    font-weight: 600;
    border:0px;
}
.submit_btn:hover {
	border:0px;
	color:#fff;
	background: #02395f;
}
.popup_logo {
    background:#fff;
    padding: 15px 10px;
    height: 100%;
}
.popup_logo img {
	width: 60%;
    margin: 0 auto;
    display: table;
}
.popup_link ul {
    padding-top: 10px;
}
.popup_link ul li {
    display: block;
    margin-top:20px;
}
.popup_link ul li span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #0f75bb;
    margin-right: 10px;
    display: inline-block;
}
.popup_link ul li span img {
    margin:8px auto;
    display:inline;
    width: 24px;
}
.popup_link ul li a {
    color: #130e0b;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.30px;
}
.popup_link ul li a:hover {
    color: #0f75bb;
}
.request_form .form-group textarea {
    display: block;
    width: 100%;
    color: #130e0b;
    font-weight: 500;
    border: 0px;
    border: 1px solid #0f75bb;
    line-height: 24px;
    letter-spacing: 0.25px;
    padding: 5px 15px;
    font-size: 14px;
    background: #fff;
    margin-bottom: 20px;
}
.request_form .form-group select {
    display: block;
    width: 100%;
    color: #130e0b;
    font-weight: 500;
    border: 0px;
    border: 1px solid #0f75bb;
    line-height: 24px;
    letter-spacing: 0.25px;
    padding: 5px 15px;
    font-size: 14px;
    background: #fff;
    margin-bottom: 20px;
}
.quick_connect {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999;
}
.quick_connect img {
	position: absolute;
    content: '';
    width: 55px;
    right: 15px;
    background: #fff;
    padding: 5px;
    border-radius: 9px;
    top: -40px;
    z-index: 2;
}
#quick_logo_animate {
	animation-name:stretch;
	transform-origin:center;
	animation-timing-function:ease-out;
	animation-delay:0;
	animation-direction:alternate;
	animation-duration:2.5s;
	animation-fill-mode:none;
	animation-iteration-count:infinite;
}
@keyframes stretch {
  0% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1);
  }
}

.quick_connect {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999;
}
.quick_connect img {
	position: absolute;
    content: '';
    width: 55px;
    right: 15px;
    background: #fff;
    padding: 5px;
    border-radius: 9px;
    top: -40px;
    z-index: 2;
}
#quick_logo_animate {
	animation-name:stretch;
	transform-origin:center;
	animation-timing-function:ease-out;
	animation-delay:0;
	animation-direction:alternate;
	animation-duration:2.5s;
	animation-fill-mode:none;
	animation-iteration-count:infinite;
}
@keyframes stretch {
  0% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1);
  }
}
.quick_connect h5 {
	position:relative;
	padding:15px 25px;
	background:#0f75bb;
	color:#fff;
	font-size:16px;
	border-radius:5px;
	font-weight:600;
	letter-spacing:0.50px;
	display:block;
}
.quick_connect i {
	font-size: 30px;
    color: #0f75bb;
    position: absolute;
    right: 15px;
    bottom: -10px;
}
