@font-face {
    font-family: "futura";
    src: url('../fonts/futur.ttf');
}

@font-face {
    font-family: "futurabold";
    src: url('../fonts/Futura\ Heavy\ font.ttf');
}

@font-face {
    font-family: "futuramedium";
    src: url('../fonts/futura\ medium\ bt.ttf');
}

body {
    font-size: 15px;
    font-family: 'futura', sans-serif !important;
}

#lock {
    display: none;
}

.heading {
    font-weight: 700 !important;
    color: #b2904a !important;
    text-transform: uppercase !important;
    font-family: 'futurabold', sans-serif !important;
}

.bg {
    background-color: #000;
}

.overview .part2 img {
    border-radius: 7px;
}

h1 {
    text-transform: uppercase;
}

.abt-head {
    position: relative;
    /* width: 65%; */
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    font-family: 'futurabold', sans-serif;
    /* border-bottom: 1px solid #fff; */
}

.color-t {
    color: #fff;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
background-size: 200% 200% !important;
}
.abt-head::after {
    border-bottom: 2px solid #000;
    content: "";
    margin: 0 auto;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    /* bottom: 0; */
    width: 30%;
    z-index: 99;
}

.abt-head1 {
    position: relative;
    width: 45%;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    border-bottom: 1px solid #000;
}

.abt-head1::after {
    border-bottom: 2px solid #000;
    content: "";
    margin: 0 auto;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    /* bottom: 0; */
    width: 30%;
    z-index: 99;
}

/* ==================== Footer start ==================== */
.disclaimer {
    margin-bottom: 60px;
}

.disclaimer p {
    line-height: 17px;
    font-size: 11px;
}

/* ==================== Footer End ==================== */
/* ==================== Overview Start ==================== */
.inneroverview .overviewbtn a {
    text-decoration: none;
    background: #ff0000;
    color: #fff;
    padding: 10px 15px;
    border: 2px solid #ff0000;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.inneroverview .overviewbtn a:hover {
    background: #fff;
    border: 2px solid #ff0000;
    color: #ff0000;
}

/* ==================== Overview end ==================== */
/* ==================== Footer Form Start ==================== */

/* .footer-form {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    border-radius: 0;
}

.sticky-form {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    margin: auto;
    background-color: #08364d;
    padding: 20px 0px 25px 20px;
}

.sticky-form .enquireform input:not(.mobile) {
    background-color: transparent;
    outline: 0px;
    border: none;
    border-bottom: 1px solid #afa39b;
    height: auto;
    width: 100%;
    padding: 4px;
    color: #111111;
    border-radius: 0 !important;
}

.sticky-form .enquireform .mobile {
    background-color: transparent;
    outline: 0px;
    border: none;
    border-bottom: 1px solid #afa39b;
    height: auto;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #111111;
    border-radius: 0 !important;
}

.footer-form .form-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.footer-form .form-buttons button {
    padding: 7px 16px;
    background: #186697;
    border: 0.5px double #000;
    color: #000;
    position: relative;
}

.footer-form .form-buttons button:hover {
    padding: 7px 16px;
    background: #186697;
    border: 0.5px double transparent;
    color: #000;
}


.footer-form .form-buttons button::after {
    content: "";
    position: absolute;
    top: -10%;
    right: 0%;
    width: 0%;
    height: 0%;
    transition: all 0.5s ease-in-out;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
}

.footer-form .form-buttons button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    transition: all 0.5s ease-in-out;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.footer-form .form-buttons button:hover::after {
    content: "";
    position: absolute;
    top: -20%;
    right: 0%;
    width: 110%;
    height: 120%;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.footer-form .form-buttons button:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 120%;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

.footer-form label {
    color: #fff;
}

.footer-form label.error {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: #dc3545;
} */

/* ==================== Footer Form Start ==================== */
#inquiryForm {
    background-color: #2b59a7;
    bottom: 0px;
    -webkit-box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
    /* padding: 15px 0 20px; */
    padding: 10px 0;
    position: fixed;
    width: 100%;
    border-top: 1px solid #fff;
    z-index: 3;
}

#inquiryForm h4 {
    color: #fff;
    position: relative;
    text-align: right;
    margin-bottom: 0px;
	font-family: 'futurabold';
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    width: 100%;
    border-radius: 20px !important;
}

section,
footer {
    position: relative;
    overflow: hidden;
}

button#submitf {
    padding: 7px 30px;
    background: #2b59a7;
    border: 0.5px double #fff;
    color: #fff;
    position: relative;
    font-family: 'futuramedium';
}

#inquiryForm label.error {
    color: #ff0000;
    font-size: 13px;
}
label.error {
    color: #ff0000 !important;
    /* position: absolute;
    bottom: -20px;
    font-size: 13px; */
}

.form-control {
    line-height: 1;
}

/* ==================== Footer Form End ==================== */
/* ==================== Footer Form End ==================== */
/* ==================== call-number start ==================== */

#call-number {
    position: fixed;
    vertical-align: top;
    right: 0;
    top: 6%;
    z-index: 999;
}

.toll i.fa.fa-phone {
    font-size: 24px;
    /* transform: rotate(90deg); */
}

.toll {
    background-color: #000;
    color: #fff;
    right: 0;
    padding: 10px 10px 10px 15px;
    display: flex;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    top: 50px;
    border: 1.5px solid #fff;
    border-radius: 50% 0 0 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /* width: 200px; */
    z-index: 20;
    cursor: pointer;
    -webkit-animation: contactno 1s infinite;
    -moz-animation: contactno 1s infinite;
    -o-animation: contactno 1s infinite;
    animation: contactno 1s infinite;
}
.enqirediv {
    position: fixed;
    right: 0;
    bottom: 45%;
    z-index: 99;
}
#enqirebutton1 {
    transform: translate(37%, -50%) rotate(-90deg);
    padding: 7px 25px;
    border-radius: 5px;
    background-color: #2b59a7;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    border: 1.5px solid ;
    font-family: 'futurabold';
}

#call-number .content {
    position: absolute;
    top: 51px;
    color: #f8de31;
    background-color: #0d567b;
    display: inline-block;
    width: 239px;
    margin: 0 0 0 -10px;
    padding: 3.5px 23px 3.5px;
    vertical-align: top;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#call-number p {
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0 6px;
    color: #fff;
}

#call-number-mob {
    position: fixed;
    bottom: 60px;
    right: 10px;
    font-size: 20px;
}

.inner-call-mob a {
    text-decoration: none;
    font-size: 25px;
    background-color: #08364d;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 50%;
}
.pulse1 {
    animation: pulse-animation 2s infinite;
    border-radius: 30px;
  }
  
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
      transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    }
  
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
      transform: translate(-50%, -50%) scale3d(1, 1, 1);
    }
  }
/* ==================== call-number End ==================== */
/* ==================== Popup Start ==================== */
.modal-header {
    /* background-color: transparent; */
    padding: 15px;
    border: none;
    /* border-bottom: 1px solid #e5e5e5; */
    /* min-height: 16.42857143px; */
}

.modal-header {
    padding: unset;
}

.modal-dialog {
    max-width: unset;
    width: 60%;
    border: 1.5px solid #000;
    border-radius: 20px;
    /* padding: 5px; */
}

h2.modal-title {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: bold;
}

button#submitf2 {
    padding: 6px 16px;
    background: #2b59a7;
    border: 0.5px double #fff;
    color: #fff;
    position: relative;
    font-family: 'futuramedium';
}

.modal-content {
    border-radius: inherit;
    border: 2px solid #fff;
}

#popupModal .input-group {
    position: relative;
    display: table;
    text-align: center;
    margin: 4px auto;
    width: 100%;
    font-family: 'futuramedium';
}

#popupModal .inpmobile label.error {
    color: #ff0000;
    position: absolute;
    /* bottom: -20px; */
    font-size: 12px;
    /* left: 50%;
    width: 100%;
    transform: translateX(-50%); */
    text-align: left;
}

#popupModal label.error {
    color: #ff0000;
    position: absolute;
    /* bottom: -20px; */
    font-size: 12px;
    /* left: 50%;
    width: 100%; */
    text-align: left;
    /* transform: translateX(-50%); */
    display: block;
}

/* #popupModal .input-group input {
    font-size: 16px;
    border-style: solid;
    display: block;
    width: 100%;
    border-width: 2px;
    padding: 20px;
    border-color: #c8bd9e;
    background-color: transparent;
    border-radius: 0;
} */
#popupModal .input-group input:not(.mobile) {
    font-size: 16px;
    border-style: solid;
    display: block;
    width: 100%;
    border-width: 1.5px;
    padding: 10px;
    border-color: #000;
    border-radius: 20px;
    background-color: transparent;
    /* border-radius: 0; */
}

#popupModal .input-group input.mobile {
    font-size: 16px;
    border-style: solid;
    display: block;
    width: 100%;
    border-width: 1.5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #000;
    border-radius: 20px;
    background-color: transparent;
    /* border-radius: 0; */
}

.form-control:focus {
    border: inherit;
    box-shadow: none;
}

.close {
    float: right;
    font-size: 35px;
    font-weight: 700;
    line-height: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1.2;
    background: unset;
    border: none;
    position: absolute;
    right: 0px;
    top: 10px;
    padding: 0px;
}

.close:hover,
.close:focus {
    color: #000 !important;
}

.hlabel {
    color: #000;
    display: block;
    font-weight: 500;
    font-size: .75rem;
    text-transform: uppercase;
    text-align: start;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1.5;
    filter: alpha(opacity=50);
}

.pricepopupnew .iti.iti--allow-dropdown {
    width: 100% !important;
}

.footer-form .iti__selected-flag {
    height: 34px !important;
}

.footer-form .iti.iti--allow-dropdown {
    width: 100% !important;
}

.footer-form .input-group {
    display: flex;
    align-items: left;
}

.form-check-label label.error:after {
    content: " ";
    position: absolute;
    left: 1px;
    top: -8px;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid red;
  }
  
  .form-check-label {
    position: relative;
    font-family: 'futuramedium';
  }
  
  .form-check-label label.error {
    position: absolute;
    top: 20px;
    background: #fff;
    color: red;
    padding: 0px 3px;
    border: 1px solid #000;
    z-index: 9;
    left: -5px;
  }
  #popupModal .form-check-label label.error {
    position: absolute;
    top: 15px;
    background: #fff;
    color: red;
    padding: 0px 3px;
    border: 1px solid #000;
    z-index: 9;
    left: -5px;
  }
  #inquiryForm .form-check-label label.error {
    position: absolute;
    top: -9px;
    background: #fff;
    padding: 0px 3px;
    border: 1px solid #c41d0e;
    z-index: 99;
    left: -130px;
}
#inquiryForm .form-check-label label.error:after {
    content: " ";
    position: absolute;
    top: 8px;
    right: -12px;
    left: unset;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #c41d0e;
    transform: rotate(90deg);
}
/* ==================== Popup End==================== */
.tranhover:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s;
}
.tranhover {
    position: relative;
}
.tranhover:before {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 210px;
    left: 50%;
    margin-left: -105px;
    height: 34px;
    border-radius: 50%;
    transform: scale(1.15);
    background: radial-gradient(rgba(0, 0, 0, 0.1), transparent, transparent);
    transition: ease all 0.5s;
}
.abtcontent {
    text-align: center;
    background: #fff !important;
    padding: 10px;
    margin: 20px 0;
    transition: ease all 0.5s;
    border: 2px solid #d8d8d8;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.abt22 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.abt22 img {
    display: block;
    margin: 0px auto;
    width: 50px;
}
.abt22 span {
    font-size: 1.3rem;
}
.abt22 p { margin-bottom: 0rem; }


/* advantages */
.innerAdvantages { background: #f3f3f3; }
.innerAdvantages .abt-head::after { border-bottom: 2px solid #000; }
.serviceBox {
    text-align: center;
}
.serviceBox .service-icon {
    display: inline-block;
    width: 134px;
    /* height: 150px; */
    line-height: 145px;
    border-radius: 5px;
    /* background: #000; */
    /* border: 5px solid #cecece; */
    border-left: none;
    border-right: none;
    font-size: 45px;
    color: #000;
    margin-bottom: 0px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBox .title {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 5px auto;
    position: relative;
    transition: all 0.3s ease 0s;
}
.service-icon img {
    width: 104px;
    display: block;
    margin: 10px auto;
    filter: invert(0%) sepia(0%) saturate(17%) hue-rotate(302deg) brightness(0%) contrast(104%);
}

/* ContactUs */
.innerContactUs { background: #2b59a7; }
.innerContactUs label { color: #fff; }
.innerContactUs .abt-head::after { border-bottom: 2px solid #fff; }

.input-group {
    font-family: 'futuramedium', sans-serif;
}
.qrtext { font-family: 'futuramedium'; }
.disctext { font-family: 'futuramedium'; }
.pophead { font-family: 'futurabold'; }
.poppara { font-family: 'futuramedium'; }