/* ---------------Global css style here------------------*/
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}

:root {
  --primary-color: #ffffff;
  --secondary-color: #b7b8bb;
  --primary-font-color: #231f20;
  --secondary-font-color: #dfe0e1;
  --primary-button-color: #007083;
}

a {
  text-decoration: none;
}

body {
  font-family: "Ubuntu", sans-serif;
  color: var(--primary-font-color);
}
.img img {
  width: 500px;
  height: 500px;
}

/* ---------------Header css style here------------------*/
.head-nav {
  background-color: var(--primary-button-color);
  padding: 0.8rem 0rem 0.7rem 0rem;
  color: var(--primary-color);
}
.head-nav .container {
  margin-top: 0.5rem;
}
.head-nav .location p i,
.head-nav .phone p i {
  margin-right: 0.5rem;
}
.secPhone {
  margin-left: 10px;
}
.head-nav .location p {
  margin-right: 3rem;
  font-size: 1rem;
}
.head-nav .social-icons a {
  margin-right: 1rem;
  color: var(--primary-color);
  font-size: 1rem;
}
.head-nav .social-icons a:hover {
  color: var(--secondary-color);
}
.logo img {
  width: 6.5rem;
  height: 4rem;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.navItem-inner .navLink a {
  margin-right: 2rem;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--primary-font-color);
}
.navItem-inner .navLink a:hover {
  color: var(--primary-button-color);
  transition: all 0.3s ease;
}
.hamburger-btn {
  display: none;
}
.close-nav-menu {
  display: none;
}
/* ---------------Main css style here------------------*/
/* ======swiperjs css style here======  */
.slider-fill {
  width: 100%;
  height: 777px;
  position: relative;
}
.slider-text-wrapper {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1170px;
  max-width: 100%;
  padding: 30px;
}
.slider-subtitle {
  color: var(--primary-font-color);
  text-transform: uppercase;
  line-height: 70px;
  font-size: 59px;
  margin-bottom: 12px;
}
.slider-title {
  color: var(--primary-button-color);
  font-size: 80px;
  line-height: 90px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.slider-title .bangla-text {
  font-size: 45px !important;
  color: var(--primary-font-color);
}
.slider-text-wrapper p {
  font-size: 24px;
  color: var(--primary-font-color);

  line-height: 37px;
  font-weight: 300;
}
.rh-bttn {
  margin-top: 50px;
}
.rh-bttn a {
  background: var(--primary-button-color);
  color: #fff;
  display: inline-block;
  padding: 15px 46px;
  font-size: 16px;
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
}
.rh-bttn a i {
  color: #fff;
  margin-right: 5px;
  font-size: 14px;
}
.button-black {
  color: var(--primary-font-color);
}
/* ==========home about section============  */
.section-padding-m {
  padding: 100px 0px 80px 0;
}
.rh-img {
  width: 100%;
  height: auto;
}
.rh-text-block p a {
  text-decoration: none;
  color: var(--secondary-color);
}
.rh-text-block p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.home-about-area .title {
  font-size: 24px;
  color: #3c3950;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home-about-area .title span {
  font-size: 50px;
  line-height: 60px;
  color: var(--primary-button-color);
}
.home-about-area .sub-title {
  font-size: 24px;
  line-height: 37px;
  color: #5f727f;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
.home-about-area .rh-text-block {
  margin-bottom: 50px;
}
.home-about-area .rh-list-block {
  border: 1px solid rgb(223, 229, 232);
}
.home-about-area .title {
  font-size: 24px;
  color: #3c3950;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home-about-area .rh-list-block ul li {
  font-size: 16px;
  line-height: 25px;
  color: var(--primary-button-color);
  padding: 10px 25px;
  border-bottom: 1px solid rgb(223, 229, 232);
}
.home-about-area .rh-list-block ul li span {
  margin: 5px 10px 10px 0;
  background: var(--primary-button-color);
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  padding: 8px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 200;
}
/* ---------------Department section styling start ----------------- */
.our-department-area .row a {
  text-decoration: none;
  color: var(--secondary-color);
}
.card-item {
  border: 0.3px solid var(--secondary-color);
}
.section-padding-150x30 {
  padding: 80px 0 30px 0;
}
.section-heading {
  margin-bottom: 60px;
}
.section-heading .section-title {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 40px;
  color: var(--primary-font-color);
  text-transform: uppercase;
}
.section-heading .section-title {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 40px;
  color: var(--secondary-color);
  text-transform: uppercase;
}
.section-heading .section-title span {
  color: var(--primary-button-color);
}
.section-heading p {
  color: var(--secondary-color);
}
.card-item .content-area {
  padding: 15px;
}
.card-item:hover {
  background-color: var(--primary-button-color);
  color: var(--primary-color);
}
.card-item .content-area p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.card-title {
  font-size: 19px;
  line-height: 49px;
  font-weight: 700;
  color: var(--primary-font-color);
  text-transform: uppercase;
}
.our-department-area .card-item:hover .content-area {
  background: var(--primary-button-color);
  transition: 0.5s;
}
.our-department-area .card-item:hover .content-area p {
  color: var(--primary-color);
}
.our-department-area .card-item:hover .card-title {
  color: var(--primary-color);
}

/* ----------------------------animator-area------------------------ */
.animator-area {
  background-color: var(--primary-button-color);
  color: var(--primary-color);
}
.animator-countdown {
  height: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.animator-single-item {*/
/*  margin-left: 3.33%;*/
/*  width: 21.666%;*/
/*  position: relative;*/
/*}*/
.animator-single-item .count-text {
  color: var(--secondary-color);
}

.count {
  color: var(--primary-color);
  font-size: 45px;
  font-weight: 700;
  overflow: hidden;
  line-height: 30px;
  margin-right: 10px;
}
.count-text {
  font-size: 2.5rem;
  font-family: "Ubuntu", sans-serif;
}
/* ----------------bootstrap slider testimonial---------------------- */
.testimonial-bg {
  padding: 80px 70px;
  text-align: center;
  position: relative;
  height: 80vh;
  width: 100%;
}

.testimonial {
  padding: 0 15px;
}
.testimonial .description {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #848484;
  line-height: 30px;
  padding-bottom: 25px;
  margin-bottom: 15px;
  position: relative;
}
.testimonial .description:before {
  content: "";
  width: 75%;
  border-top: 1px solid #ddd;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.testimonial .description:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 25px auto;
  overflow: hidden;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .title {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  color: #848484;
  text-transform: capitalize;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 20px;
  color: #848484;
}
.owl-theme .owl-controls {
  background: #fff;
  margin-top: 10px;
  position: absolute;
  bottom: -34%;
  right: 0;
}
.owl-theme .owl-controls .owl-buttons div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: var(--primary-font-color);
  opacity: 1;
  padding: 0;
}
.owl-prev:before,
.owl-next:before {
  content: "\f104";
  font-family: "fontawesome";
  font-size: 23px;
  font-weight: 700;
  color: #fff;
}
.owl-next:before {
  content: "\f105";
}

/* ==========================================================================
	Footer 
   ========================================================================== */
.sity-by-area p {
  line-height: 34px;
  padding: 12px 0;
  margin: 0;
  color: var(--primary-color);
}
.footer-menu {
  margin: 14px 0;
}
.footer-menu ul li {
  display: inline-block;
  border-right: 1px solid var(--primary-color);
}
.footer-menu ul li:last-child {
  margin-right: 0;
  border-right: 0;
}
.footer-menu ul li a {
  color: var(--primary-color);
  display: block;
  padding: 0 15px;
  line-height: 34px;
}
.footer-menu ul li a:hover {
  color: var(--secondary-color);
}

.sity-by-area {
  background: var(--primary-button-color);
  padding: 12px 0;
}
.sity-by-area .site-by-contain p {
  color: #fff;
  line-height: 34px;
  margin: 0;
  padding: 12px 0;
}
.sity-by-area .site-by-contain a {
  color: #fff;
}
.sity-by-area .site-by-contain a:hover {
  color: var(--secondary-color);
}
.sity-by-area .site-by-contain img {
  margin-right: 5px;
}
/* ================================Contact css style here========================== */
.page-banner {
  height: 370px;
  position: relative;
  width: 100%;
}
.banner-text {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1140px;
  max-width: 100%;
}
.banner-text h1 {
  color: var(--primary-font-color);
  display: inline-block;
  font-size: 80px;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
}
.section-padding-m {
  padding: 100px 0px 80px 0;
}
.rh-list-style-default ul li {
  padding: 15px 25px;
  display: block;
  text-align: left;
}
.rh-list-style-default ul li span {
  float: right;
}
.rh-list-style-default ul li:nth-child(even) {
  background: var(--primary-color);
}
.rh-list-style-default ul li:nth-child(odd) {
  background: var(--primary-color);
}
.rh-list-icon ul li {
  margin: 15px 0;
}
.rh-list-icon ul li a i {
  font-size: 18px;
  margin-right: 10px;
  color: var(--primary-button-color);
}
/* ==========================================================================
project page   ========================================================================== */
.project-details {
  margin-top: 2rem;
}
.project-detials-inner {
  display: flex;
  justify-content: space-between;
}
.project-details-name-details {
  width: 50%;
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
  .project-detials-inner {
    /* Adjust styles for responsiveness */
    flex-direction: column;
  }

  /* Other responsive adjustments as needed */
}
/* ==================project details page enc================== */
.wrapper {
  width: 80%;
  padding: 30px 0;
  text-align: center;
}
.section-header {
  text-transform: uppercase;
  line-height: 70px;
  padding-bottom: 30px;
  font-size: 50px;
  color: #262626;
  letter-spacing: 2px;
}
.content {
  padding: 10%;
}
.content h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.content p {
  line-height: 1.5;
}
.main-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-main-content-gap: 25px;
  grid-column-gap: 15px;
}
.main-content .box {
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
  height: 250px;
  overflow: hidden;
}
.main-content .box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.main-content .box:hover:before {
  top: 0;
  right: calc(100% - 5px);
  z-index: 10;
}
.main-content .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-content .box .img-text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  right: 100%;
  transition: all 0.5s ease-in-out;
}
.main-content .box:hover .img-text {
  top: 0;
  right: 0;
}
/* ==========================================================================
	Contact Us Page
   ========================================================================== */
.branch-contact-area .card-title {
  position: relative;
}
.branch-contact-area .card-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  background: var(--primary-button-color);
  text-align: center;
  transform: translate(-50%, -50%);
  margin-top: 20px;
}

.contact-form-default .contact-form-wrapper {
  background: transparent;
  padding: 20px 30px;
}

.contact-form-default .contact-inner-subject {
  clear: both;
  margin-bottom: 15px;
}
.contact-form-default .contact-textarea {
  margin-top: 5px;
}
.contact-form-default .contact-sin-wraper {
  margin-left: -3.33%;
  overflow: hidden;
}
.contact-form-default .contact-inner {
  float: left;
  margin-bottom: 15px;
  margin-left: 3.33%;
  width: 46.66%;
}
.contact-form-default .contact-inner input[type="number"],
.contact-form-default .contact-inner input[type="text"],
.contact-form-default .contact-inner input[type="email"] {
  border: 1px solid var(--secondary-color);
  border-radius: 2px;
  padding: 10px;
  width: 100%;
  background-color: var(--primary-color);
  outline: none;
}

.contact-form-default .contact-inner-subject input[type="text"] {
  border: 1px solid var(--secondary-color);
  border-radius: 2px;
  padding: 10px;
  width: 100%;
  background-color: var(--primary-color);
}

.contact-form-default .contact-textarea textarea {
  background-color: var(--primary-color);
  width: 100%;
  height: 220px;
  resize: none;
  border-radius: 3px;
  border: 1px solid var(--secondary-color);
  padding: 10px;
  outline: none;
}
.contact-form-default .contact-submit input[type="submit"] {
  background: transparent;
  border: medium none;
  color: var(--primary-button-color);
  font-weight: 400;
  margin: 15px 0;
  padding: 15px 60px;
  display: inline-block;
  border: 1px solid var(--primary-button-color);
}
.contact-form-default .contact-submit input:hover[type="submit"] {
  cursor: pointer;
  background: var(--primary-button-color);
  color: var(--primary-color);
}

.contact-form-default ::placeholder {
  color: var(--secondary-color);
  opacity: 1; /* Firefox */
}

.contact-form-default :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5f727f;
}

.contact-form-default ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5f727f;
}
/* =========================About page style here============================ */
.section-padding-150x160 {
  padding: 150px 0 160px 0;
}
.section-heading {
  margin-bottom: 120px;
}
.image-block {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
}
.person-content .person-name {
  color: var(--primary-font-color);
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 20px;
}
.person-single {
  padding: 40px 30px;
  border-bottom: 5px solid var(--primary-button-color);
  border-top: 1px solid #dfe5e8;
  border-right: 1px solid #dfe5e8;
  border-left: 1px solid #dfe5e8;
  margin-bottom: 30px;
}
.person-single:hover {
  cursor: pointer;
  border-bottom: 5px solid var(--primary-font-color);
}
.person-content p {
  font-size: 14px;
  color: #99a9b5;
}
.person-single .person-content .person-phone {
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 20px;
}
.person-content h2 {
  font-weight: 700;
  color: var(--primary-button-color);
}
/* =========================Gallery page style here========================== */
.section-padding {
  padding: 100px 0px;
}
.lc-gallery-single {
  height: 200px;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  display: block;
  opacity: 1;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.gallery-overley {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(0, 144, 149, 0.8);
  font-size: 38px;
  height: 100%;
  width: 100%;
}
.ovr_imag {
  background: rgba(0, 0, 0, 0) url(../img/gallery-oveley-icon.png) repeat scroll
    0 0;
  background-position: center;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ovr_imag i {
  color: #fff;
}
.lc-gallery-single:hover .gallery-overley {
  opacity: 1;
  cursor: pointer;
}
/* =========================view and focus image==================== */
#cboxOverlay {
  background: url(../assets/img/close.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity = 90);
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#colorbox {
  outline: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}
.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
}
.lb-dataContainer:after,
.lb-outerContainer:after {
  content: "";
  clear: both;
}
html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}
.lb-outerContainer:after {
  display: table;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../assets/img/left.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../assets/img/right.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  display: table;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 44px;
  height: 48px;
  background: url(../assets/img/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}
/* ===================Testimonial page review form css here====================== */
.login-box {
  /* position: absolute; */
  width: 100%;
  padding: 40px;
  background: var(--secondary-font-color);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
}

.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  pointer-events: none;
  transition: 0.5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #000;
  font-size: 12px;
}

.login-box form .tsubmit {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 40px;
  letter-spacing: 4px;
  border: none;
}

.login-box .tsubmit:hover {
  background: var(--primary-button-color);
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px var(--primary-button-color),
    0 0 25px var(--primary-button-color), 0 0 50px var(--primary-button-color),
    0 0 100px var(--primary-button-color);
}

.login-box .tsubmit span {
  position: absolute;
  display: block;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

.login-box .tsubmit span:nth-child(1) {
  bottom: 2px;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-button-color));
  animation: btn-anim1 2s linear infinite;
}
.r-details {
  display: flex;
  justify-content: space-between;
}
/* Adjustments for smaller screens */
@media (max-width: 768px) {
  .r-details {
    /* Adjust styles for responsiveness */
    flex-direction: column;
  }

  /* Other responsive adjustments as needed */
}
.cssbuttons-io-button {
  display: flex;
  align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 17px;
  padding: 0.8em 1.5em 0.8em 1.2em;
  color: white;
  background: var(--primary-button-color);
  background: linear-gradient(
    0deg,
    var(--primary-button-color) 0%,
    var(--primary-button-color) 100%
  );
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em var(--primary-button-color);
  letter-spacing: 0.05em;
  border-radius: 20em;
}

.cssbuttons-io-button svg {
  margin-right: 8px;
}

.cssbuttons-io-button:hover {
  box-shadow: 0 0.5em 1.5em -0.5em rgb(149, 91, 255);
}

.cssbuttons-io-button:active {
  box-shadow: 0 0.3em 1em -0.5em rgb(160, 109, 255);
}
.cssbuttons-io-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.login-form {
  height: 100vh;
  width: 100%;
}
/* ========================testimonial page style ======================== */
.testim {
  width: 100%;
}
.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #333;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: green;
}

.testim .arrow.left {
  left: 70px;
}

.testim .arrow.right {
  right: 70px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid green;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: green;
  border-color: green;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: green;
  font-size: 1em;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #333;
  width: 70%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }
}
