@import "font-family.css";
@import "colors.css";

.fts-12 {
 font-size: 12px;
}

.fts-13 {
 font-size: 13px;
}

.fts-14 {
 font-size: 14px;
}

.fts-15 {
 font-size: 15px;
}

.fts-16 {
 font-size: 16px;
}

.fts-17 {
 font-size: 17px;
}

.fts-18 {
 font-size: 18px;
}

.fts-19 {
 font-size: 19px;
}

.fts-20 {
 font-size: 20px;
}

.fts-23 {
 font-size: 23px;
}


.action-bar {
 font-size: 18px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 color: var(--bs-dark);
}

.nav-set-center {
 width: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 30px;
}

.navbar-dark .navbar-nav .nav-link.active {
 color: #fff;
 border-bottom: 1px solid #000 !important;
 padding: 0px;
}

.navbar {
 padding: 0px;
 border-bottom: 1px solid var(--bg-ls);
}

.lst-1 {
 letter-spacing: 7px;
}

.lst-2 {
 letter-spacing: 5px;
}

.lst-3 {
 letter-spacing: 3px;
}

.lst-4 {
 letter-spacing: 1px;
}

.lst-banner {
 letter-spacing: 14px;
 line-height: 75px;
}

.show {
 display: block;
}

.center-l {
 display: flex;
 justify-content: center;
 align-items: center;
}

.back-to-top {
 position: fixed;
 bottom: 20px;
 right: 20px;
 background: var(--bg-ur);
 padding: 5px;
 z-index: 9999;
}

.dropdown-content {
 display: none;
 position: absolute;
 left: 0px;
 top: 100%;
 min-width: 100%;
 overflow: auto;
 border: 1px solid #000;
 z-index: 1;
 background-color: var(--bg-gg);
 font-family: 'Outfit';
}

.dropdown-content::placeholder {
 color: #fff;
}

.owl-slider .owl-dots {
 display: flex;
 justify-content: center;
 margin-top: 0;
}

.owl-slider .owl-dot {
 background-color: var(--bg-ls);
 border-radius: 50%;
 display: inline-block;
 height: 10px !important;
 margin: 5px 5px;
 width: 10px;
}

.owl-slider .owl-dot.active {
 background: var(--bg-ur) !important;
}

.ft-link a {
 color: #fff;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
 position: absolute;
 top: 50%;
 /* width: 60px;
  height: 60px; */
 border: 0px;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 20px;
}

.owl-carousel .owl-nav .owl-prev {
 position: absolute;
 left: -3%;
}

.owl-carousel .owl-nav .owl-next {
 position: absolute;
/* right: -3%;*/
}

/*
.bg-banner{
 background-image: url(../images/banner.png);
 background-size: cover;
    background-repeat: no-repeat;
}
*/

.head-set {
 font-size: var(--ff-100);
}

.set-ect {
 display: contents;
 justify-content: center;
 text-align: center;
 width: fit-content;
 padding: 0px 9%;
 font-size: 23px;
 letter-spacing: 16px;
}

.empr-img {
 position: absolute;
 left: 40px;
 top: 65%;
}

.empr-img-r {
 position: absolute;
 right: 40px;
 top: 65%;
}

/*
.title-set::before {
 content: '';
 display: block;
 position: relative;
 width: 30px;
 height: 30px;
 background-image: url('../images/Vector-top-red.png');
 background-repeat: no-repeat;
 background-size: contain;
 z-index: -1;
}
*/

.title-set,
.title-set-1 {
 position: relative;
 width: 424px;
 padding-bottom: 0px !important;
 left: 50%;
 transform: translate(-50%)
}

.title-set-1 {
 width: 490px !important;
}

.title-set::before,
.title-set-1::before {
 content: '';
 background-image: url('../images/Vector-top-red.png');
 background-size: contain;
 background-repeat: no-repeat;
 width: 32px;
 height: 32px;
 position: absolute;
 right: 0;
}

.title-set::after,
.title-set-1::after {
 content: '';
 background-image: url('../images/Vector-bottom.png');
 background-size: contain;
 background-repeat: no-repeat;
 width: 32px;
 height: 32px;
 position: absolute;
 left: 0;
 bottom: 0;
}

.row-divider {
 position: relative;
}

.row-divider::before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 top: 0;
 bottom: 0;
 border-right: 3px solid #00396F;
 height: 85%;
 margin: auto;
}

.set-img-oa {
 width: 516px;
 height: 465px;
}

.content-overlay {
 position: absolute;
 top: 0%;
 left: 0%;
 z-index: 1;
}

.contact-from div input {
 padding: 10px;
 background: #252525;
 color: #fff;
 margin: 5px 0px;
 border: 1px solid #ffff;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea#message{
 /*  padding: 10px;*/
 margin-bottom: 20px;
 border: none;
 border-radius: 0;
 background-color: transparent;
 border-bottom: 1px solid #ffffff;
 color: #ffffff;
 font-size: 16px;
 font-family: 'Poppins', sans-serif;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
textarea#message::placeholder{
 color: #ffffff;
}

.owl-carousel .gallery{
 height: 220px !important;
 overflow: hidden;
 object-fit: contain;
}

.owl-carousel .item.owl-carousel-video iframe {
  height: 185px;
  object-fit: contain;
 width: 100%;
}

iframe {
    width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

p, li, .text-start{
 text-align: justify !important;
}

