@import url("https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Amaranth', sans-serif; */
}

a {
  text-decoration: none !important;
  color: inherit;
}

.btn-book {
  background: linear-gradient(#ffdc6c, #f18829);
  color: white;
  outline: none;
  border: none;
  border-radius: 0;
}

/* .banner{
    background: url("../assets/banner/banner.png");
    
} */

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../assets/banner/banner.png");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: left;
  position: absolute;
  bottom: 3%;
  left: 3%;
  transform: translate(1%, -15%);
  color: white;
}
.hero-text h1 {
  font-weight: 700;
  font-family: "Amaranth", sans-serif;
  font-size: 64px;
  line-height: 68px;
}

.hero-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: white;
  background: linear-gradient(#ffdc6c, #f18829);
  text-align: center;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

.about-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
}
.abt-title{
	  font-size: 22px;
}
.abt-title span{
	color: #163172;
}


.about-text h1 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.015em;
  text-align: left;
  color: #163172;
}

.bank-locker h5 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
}
.bank-locker p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.015em;
  text-align: left;
  color: #ffaf32;
}

.director p:first-child {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  padding-left: 20px;
}

.directors {
  display: flex;
  align-items: center;
}
.directors .box-icon {
  padding: 18px 0 16px 16px;
}
.directors .box-content {
  padding: 50px 0 25px 30px;
}
.presidents {
  background-color: #d9e2ff;
  border-bottom: 1px solid #b0b0b0;
}

.box-content h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  font-family: "Poppins", sans-serif;
}
.box-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  list-style: 36px;
}
.box-content h4 span {
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  font-family: "Poppins", sans-serif;
}
/* .director-right {
  padding: 40px 0 0px 40px;
} */

.presidents ul li {
  padding: 40px;
  list-style: none;
  font-family: "Amaranth", sans-serif;
  font-size: 30px;
  line-height: 31px;
  letter-spacing: 0em;
  list-style: none;
  width: 100%;
}
.director-right {
  padding: 40px;
}
.director-right p:first-child {
  font-family: "Amaranth", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
}
small.ba {
  border-top: 3px solid #b0b0b0;
  color: black;
}
.presidents .vice li {
  display: grid;
}
.director-right ul li {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  /* font-weight: 400; */
  line-height: 31px;
  letter-spacing: 0em;
  list-style: none;
  width: 100%;
}
.presidents ul li span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;

  color: #163172;
  list-style: none;
}
.director-right ul li span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #163172;
  list-style: none;
}

.contact-info {
  padding: 40px;
}
.contact-info p:first-child {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}

.contact {
  display: flex;
  align-items: center;
  padding-top: 0px;
}

.contact-info span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  text-align: left;
}
.contact .contact-icon {
  padding-right: 20px;
}

.contact .contact-icon:nth-child(1) {
  padding-top: 10px;
  margin-bottom: 10px;
}
.contact .contact-icon:nth-child(2) {
  padding-top: 0;
}

.contact-info-right .form-label {
  font-family: "Poppins", sans-serif;
  /* font-size: 14px; */
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #163172;
}

.custom-icon-color {
  width: 32px;
  height: 32px;
  background: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-icon-color .location-icon {
  color: #163172;
}

.contact .contact-content span{
  display: block;
}

.contact-content h4 span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.footer-first span {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: white;
}
.footer-first p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.015em;
  text-align: left;
}

.navbar h1 span {
  font-family: "Amaranth", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #163172;
}
.copyright p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0px !important;
}
.btn-book-send {
  color: white;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: #163172;
}

.carousel-caption-custom {
  position: absolute;
  right: 17%;
  bottom: 9.25rem;
  left: 5%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.card-title.underline {
  text-align: center;
  position: relative;
  /* font-size: 16px;
    letter-spacing: 0.02em; */
}
.card-title.underline::before {
  width: 188px;
  content: "";
  height: 3px;
  background: linear-gradient(#ffdc6c, #f18829);
  position: absolute;
  bottom: -5px;
  text-align: center;
}

.card-title.underline.footers {
  position: relative;
padding-left: 0px !important;
}
.card-title.underline.footers::before {
  width: 50px;
  content: "";
  height: 3px;
  background: linear-gradient(#ffdc6c, #f18829);
  position: absolute;
  bottom:-10px;
  text-align: center;
}
.card-img-one {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.custom-color {
  background-color: #163172;
}
.custom-colors {
  background: linear-gradient(
    120deg,
    #fff 60%,
    #fff 60%,
    #163172 0%,
    #163172 45%
  );
  width: 100%;
  /* height: 100px; */
  padding: 0;
}
.custom-form input {
  border: 0;
  border-bottom: 1px solid #434343;
  border-radius: 0;
  background-color: transparent;
}
.form-control:focus {
  box-shadow: none;
}
/* .card-img-custom{
    opacity: 0.2;
} */

.navbar .navbar-brand {
  position: relative;
  padding-right: 205px;
  height: 102px;
  display: flex;
  align-items: center;
  /* background-color: white !important; */
}

.about-us-right {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.015em;
  text-align: left;
  color: #163172;
}
/* .navbar .navbar-brand::after {
  position: absolute;
    content: "";
    width: 51px;
    height: 100%;
    top: -1px;
    right: -53px;
    transform: skewX(-29deg);
    background-color: #fff;
    z-index: 1030;
} */

/* .topbar-right {
    position: relative;
    background-color: red !important;
}
.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: white !important;
} */

.GFG {
  font-size: 35px;
  font-weight: bold;
  color: green;
  transform: skewX(45deg);
}

.navs ul {
  padding: 0;
  display: flex;
  list-style: none;
}
.navs li {
  transition: background 0.3s, color 0.3s;
  transform: skew(20deg); /* SKEW */
}

.navs li a {
  display: block; /* block or inline-block is needed */
  text-decoration: none;
  padding: 5px 10px;
  font: 30px/1 sans-serif;
  transform: skew(-20deg); /* UNSKEW */
  color: inherit;
}

.navs li.active,
.navs li:hover {
  background: #000;
  color: #fff;
}

.header-right {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  padding: 5px 0;
}

.header-fluid {
  position: relative;
}

/* .header-fluid::after {
  position: absolute;
  content: "";
  width: 51px;
  height: 100%;
  top: 0;
  right: 36%;
  transform: skewX(-29deg);
  background-color: #163172;
  z-index: 1030;
} */

@media only screen and (min-width: 1500px) {
  /* .header-fluid::after {
    position: absolute;
    content: "";
    width: 51px;
    height: 100%;
    top: 0;
    right: 38%;
    transform: skewX(-29deg);
    background-color: #163172;
    z-index: 1030;
  } */

  .card-img-overlay::after {
    position: absolute;
    content: "";
    width: 900px !important;
    height: 100%;
    top: 0;
    left: 50px;
    transform: skewX(-29deg);
    background-color: #163172;
    z-index: 1030;
    opacity: 0.8;
    z-index: 1;
  }
}

.card-img-overlay {
  position: relative;
  border: 0px;
}

.card-img-overlay::after {
  position: absolute;
  content: "";
  width:600px !important;
  height: 100%;
  top: 0;
  left: 50px;
  transform: skewX(-29deg);
  background-color: #163172;
  z-index: 1030;
  opacity: 0.8;
  z-index: 1;
}
.imgiss {
  border-radius: 0px !important;
  background: url("../assets/images/card-img3.png");
  width: 100%;
  height: 400px;
  background-size: cover;
}

.card-img-content {
  position: absolute;
  left: 100px;
  max-width: 500px;
  top: 100px;
  z-index: 2;
}

/* 
.g{transform: skewX(135deg);}
.g h5, .g p{transform: skewX(0deg);} */

/*============ index-style =============*/
.custom-colors .text-white p {
  color: #163172;
  text-align: center;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: normal;
  font-weight: 300;
}

.contact .contact-content p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 0;
    font-size: 15px;
}

.banner {
  background-image: url(../assets/banner/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 575px;
  display: flex;
  align-items: center;
  justify-content: center;
}

sub.babar {
    bottom: 0px;
    font-size: 18px;
    font-weight: 400;
}
.banner .banner-content h2 {
  color: #fff;
  font-family: Amaranth;
  font-size: 64px;
  font-weight: 700;
  line-height: 68px;
}
sub.babar.topnar {
    position: relative;
}
sub.babar.topnar:after {
    position: absolute;
    content: "";
    width: 100%;
    top: -2px;
    height: 3px;
    background: #464646;
    left: 0;
}


.banner .banner-content p {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  padding-top: 5px;
}

p.conbtn.d-block {
    font-size: 13px;
    font-weight: 400;
    margin: 8px 0px 0px;
}

.banner .banner-content button {
  padding: 10px 35px;
  background: var(
    --yellowish,
    linear-gradient(90deg, #ffdc6c 0%, #f18829 100%)
  );
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  border: 0;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.about-us .about-img {
  border-radius: 20px;
}
.about-content .about-title h3 {
  color: #163172;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0px;
  line-height: 45px;
}

.about-content .about-desc span {
  color: #163172;
  font-family: Poppins;
  font-size: 20 px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.375px;
}

.about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}


.about-us {
  background-color: #f3f6ff;
}

.footer .footer-logo a img {
  width: 100%;
  padding: 10px;
}

/*********** board of director ***********/
.board-of-directors .main-director {
  background-color: #163172;
}

.director-content .direct-title {
  position: relative;
}

.director-content .direct-title::before {
  width: 155px;
  content: "";
  height: 3px;
  background-color: #ffaf32;
  position: absolute;
  bottom: -5px;
  text-align: center;
}

.director-content .direct-title h3 {
  color: #fff;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.director-content .direct-name span {
  display: block;
  color: #ffaf32;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.director-content .direct-name p {
  color: #fff;
  font-family: Poppins;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.board-of-directors .director-content {
  padding: 25px 40px;
}

.side-director .side-title,
.side-content .other-direct {
  padding: 30px 0px 30px 70px;
}

.director-content .direct-name {
  padding-top: 40px;
}

.side-content .side-title span {
  display: block;
  color: #163172;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}

.side-content .side-title p {
  color: #464646;
  font-family: Amaranth;
  font-size: 29px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0px;
}

.side-content .side-title {
  background-color: #d9e2ff;
}

.side-content .other-direct span {
  display: block;
  color: #163172;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
}

.side-director .side-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: start;
}

.side-content .other-direct p {
  color: #464646;
  font-family: Amaranth;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0px;
}

.side-content .other-direct {
  background-color: #f3f6ff;
}
/************ board of director end ***************/

/*********** contact info ***********/

.contact-message .contact-form {
  position: relative;
}

.contact-message .contact-form .row {
  position: relative;
  z-index: 2;
  padding: 40px 30px 40px 30px;
}

.contact-message .contact-form::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: #f3f6ff;
  /* padding: 50px 100px; */
  width: 85%;
  height: 100%;
}

.contact-info-right h2 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: #163172;
  margin: 0px;
}
/********* contact info end *********/

.address-content .add-desc {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  padding-top: 10px;
}

.address-content .add-desc span{
  display: block;
}

.address-content .add-desc p{
  margin: 0;
}

/*========== index-style end ===========*/

/*========== responsive ==========*/

/*======== responsive end ========*/

.adde p{
	font-weight: 600 !important;
}

.mb-2.phom {
  font-size: 18px;
}
.abouttile {
  color: #25407E;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  display: inline-block;
  font-family: Amaranth;
}

.abouttile::after {
  display: block;
  background: #ffaf32;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 0;
  bottom:-5px;
  content: "";
  width: 100px;
  height: 5px;
}
.contact-info2{
	padding:25px
}
.left1 {
  margin-right: 15px;
}

.left2 {
  flex: 1;
}
.left2 p {
  color: #fff;
  font-size: 16px;
}
.left2 h4 {
  color: #fff;
  font-size: 18px;
  margin: 0px 0px 6px;
}

.left2 span {
  display: block;
}
.contin {
  text-align: left !important;
  color: #fff;
  font-size: 29px;
}

@media screen and (max-width: 992px) {
    .licens {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  padding: 0px !important;
}
.licens h1{
    display: flex;
align-items: center;
justify-content: center;
}
  .contact-message .contact-form::after {
    background: transparent;
  }
  .custom-colors{
	  background:#fff;
  }
 .navbar .navbar-brand {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  padding-right: 0px;
  margin-right: 0px !important;
  flex-direction: column;
  height:auto !important;
}
.contact-message {
  padding: 0px !important;
  margin-bottom: 50px;
}
.contact-message .contact-form .row{
	padding:0px;
}
.col-lg-8.contact-info-right .row {
  background: #f3f6ff;
  padding: 25px 25px 50px;
  width: 100%;
  margin: 0;
}

.card-img-overlay::after {

    position: absolute;
    content: "";
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0px;
    transform: skewX(0deg);
    background-color: #163172;
    z-index: 1030;
    opacity: 0.8;
    z-index: 1;

}
.card-img-content {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
}
.imgiss {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo.ps-5.me-0 {
  padding-left: 0px !important;
}
.ismo{
	width:100%;
}
.banner .banner-content h2 {
  font-size: 46px;
}
.side-director .side-title, .side-content .other-direct {
  padding: 30px 0px 30px 30px;
}
.side-content .side-title p {
  font-size: 26px;
}
.banner .banner-content p {
  font-size: 23px;
}
}
.licens{
    position: absolute;
    right: 110px;
    top:11px;
}