/*-- Font Face --*/
@font-face {
    font-family: 'Inter 28pt';
    src: url('../font/Inter28pt-Bold.woff2') format('woff2'),
        url('../font/Inter28pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 28pt';
    src: url('../font/Inter28pt-ExtraBold.woff2') format('woff2'),
        url('../font/Inter28pt-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 28pt';
    src: url('../font/Inter28pt-Black.woff2') format('woff2'),
        url('../font/Inter28pt-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 28pt';
    src: url('../font/Inter28pt-ExtraLight.woff2') format('woff2'),
        url('../font/Inter28pt-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 28pt';
    src: url('../font/Inter28pt-Light.woff2') format('woff2'),
        url('../font/Inter28pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 28pt';
    src: url('../font/Inter28pt-Medium.woff2') format('woff2'),
        url('../font/Inter28pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 28pt';
    src: url('../font/Inter28pt-Regular.woff2') format('woff2'),
        url('../font/Inter28pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 28pt';
    src: url('../font/Inter28pt-SemiBold.woff2') format('woff2'),
        url('../font/Inter28pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 28pt';
    src: url('../font/Inter28pt-Thin.woff2') format('woff2'),
        url('../font/Inter28pt-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-Bold.woff2') format('woff2'),
        url('../font/Lora-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-BoldItalic.woff2') format('woff2'),
        url('../font/Lora-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-Italic.woff2') format('woff2'),
        url('../font/Lora-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-Medium.woff2') format('woff2'),
        url('../font/Lora-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-MediumItalic.woff2') format('woff2'),
        url('../font/Lora-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-Regular.woff2') format('woff2'),
        url('../font/Lora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-SemiBoldItalic.woff2') format('woff2'),
        url('../font/Lora-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-SemiBold.woff2') format('woff2'),
        url('../font/Lora-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a, a:hover{
  text-decoration: none;
}
body {font-family: 'Inter 28pt';font-size: 16px;font-weight: 400;line-height: 1.5;color: #000000;}

a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
  color: #000000;
}
img{
  height: auto;
}
.dg-pd-top {
padding-top: 90px;
}

.dg-pd-bottom {
padding-bottom: 90px;
}
.dg-both {
padding: 90px 0;
}
.dg-show-desktop{
  display: block !important;
}
.dg-show-mobile{
  display: none !important;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Inter 28pt';
}
h1 {
  font-size: 42px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}
.container{
    max-width: 1300px;
}
/*-- Header Start --*/
.headersec {
    padding: 10px 0px;
    background-position: center;
    border-top: 1px solid #d2d2d2;
    background: #fff;
    position: relative;
    z-index: 1;
}

.headerlogo img {
    max-width: 200px;
    height: auto;
}
.header-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-content span a {
    display: inline-block;
    font-weight: 600;
}

.header-content i {
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    background: #f3723d;
}
.headerlogo {
    text-align: left;
}
.headersingleinfo {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: right;
}
.header-reightbox .header-content {
    justify-content: right;
    flex-direction: row-reverse;
}
.main-headerbox {
    position: relative;
}

.annusmentbar {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.locationlist ul {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 5px 0px;
}

.locationlist ul li {
    border: 1px solid #d2d2d2;
    padding: 5px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    background: #fff;
}

.locationlist ul li i {
    color: #f3723d;
}

.hdrloctext {
    font-weight: 600;
    background: #214c7f;
    color: #fff;
    padding: 13px 15px;
}
.main-headerbox .container {
    position: relative;
    z-index: 1;
}
.main-headerbox:after {
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #f3723d;
    display: block;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 24% 99%);
}
/*-- Banner Start --*/
.banner-img img.bannerimg {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 20px;
}
.shapeboxbanner {
    background: #fff;
    left: -1px;
    border-radius: 0px 0px 30px 0px;
    display: flex;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -1px;
    right: 0;
     /* same as page bg */
    z-index: 1;
}
.form-boxarea .headingbox h2 {
    font-weight: 600;
    color: #214c7f;
    margin-bottom: 25px;
}
.shapeboxbanner .shap1 {
    border-style: solid;
    border-width: 20px 0px 0px 20px;
    border-color: #ffffff;
    border-radius: 120px 0px 0px 0px;
    width: 55px;
    position: absolute;
    top: -20px;
    right: -35px;
     /* same as page bg */
    border-bottom-left-radius: 100%;
    height: 50px;
}
.shapeboxbanner .shap2 {
    border-style: solid;
    border-width: 20px 0px 0px 20px;
    border-color: #ffffff;
    border-radius: 120px 0px 0px 0px;
    width: 55px;
    position: absolute;
    bottom: -30px;
    left: -20px;
    border-bottom-left-radius: 100%;
    height: 50px;
}
.banner-img {
    position: relative;
    border-radius: 20px;
    max-width: 1920px;
    margin: 0 auto;
}
.bannersec {
    position: relative;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
}
.bannertext {
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 2;
    max-width: 600px;
}
.banner-img:after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    background-image: linear-gradient(to right, #214c7f, #ffffff00);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 20px;
}
.bannertext h1 {
    color: #fff;
}
.bannertext h1 span {
    font-family: 'Lora';
    font-style: italic;
    color: #f3723d;
    font-weight: bolder;
}
.bannertext h3 {
    color: #fff;
    margin-bottom: 20px;
}
.bannertext p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.btn-standard.btn-secondary {
    background: #214c7f;
    font-weight: 600;
    padding: 7px 7px 7px 15px;
    border-radius: 60px;
    font-size: 16px;
}
.btn-standard:not([class*=btn-outline-]) {
    border: 0;
    color: #fff;
}
.btn-standard {
    --bs-btn-padding-x: 18px;
    --bs-btn-padding-y: 10px;
    --bs-btn-line-height: 1.75;
    --bg-deg: 166.64deg;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-standard.btn-secondary span.btn-icon {
    background: #f3723d;
    padding: 10px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    height: 38px;
    width: 38px;
    margin-left: 10px;
}
.bcobx h1 {
    font-size: 20px;
    margin: 0px;
    font-family: 'Inter 28pt';
    color: #000;
    font-weight: 700;
}

.bcobx h1 {
    font-size: 20px;
    font-weight: 700;
}
.bannersec .container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1400px;
    display: flex;
    align-items: center;
}
.bcobx .btn-standard.btn-secondary{
  background: conic-gradient(from 166.64deg at 21.67% 70.54%, #2462c1 0deg, #1b509d 360deg);
  color:#fff;
}
.bannerpointlist ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px;
}

.bannericon img {
    width: 100%;
}

.bannericon {
    height: 60px;
    width: 60px;
    background: linear-gradient(135deg, #1b4f9b, #2563c4);
    padding: 10px;
    border-radius: 100%;
}

.bannerpointlist ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 60px;
    padding: 5px;
    background: #fff;
    padding-right: 30px;
}

.bannerpointlist ul li h4 {
    color: #000000;
    font-size: 16px;
    margin: 0px;
}

.bannerpointlist {
    position: absolute;
    bottom: 30px;
    width: 60%;
}
.form-boxarea {
    padding: 30px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    max-width: 550px;
    z-index: 2;
    border-radius: 20px;
}

.form-boxarea .headingbox .h2 {
    text-align: center;
    margin-bottom: 20px;
}

#contact-form .form-group input, #contact-form .form-group textarea, #contact-form .form-group select {
    width: 100%;
    background: #fff;
    box-shadow: none;
    outline: none;
    border-radius: 100px;
    padding: 10px 20px;
    color: #000000;
    padding-left: 45px !important;
    border: none;
    height: 51px;
    border: 1px solid #214c7f;
}

#contact-form .form-group textarea {
    height: 110px;
    border-radius: 20px;
}
#contact-form .form-group input::placeholder,
#contact-form .form-group textarea::placeholder {
  color:#5a564d;
  opacity: 1; /* Firefox */
}
#contact-form .form-group input::-ms-input-placeholder,
#contact-form .form-group textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #5a564d;
}
#contact-form .form-group {
    position: relative;
    margin-bottom: 12px;
}

#contact-form .form-group i {
    position: absolute;
    left: 10px;
    top: 11px;
    color: #fff;
    background: #f3723d;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 14px;
}
#banner-contact-form .form-group input, #banner-contact-form .form-group textarea, #banner-contact-form .form-group select {
    width: 100%;
    background: #fff;
    box-shadow: none;
    outline: none;
    border-radius: 100px;
    padding: 10px 20px;
    color: #000000;
    padding-left: 45px !important;
    border: none;
    height: 51px;
    border: 1px solid #214c7f;
}

#banner-contact-form .form-group textarea {
    height: 110px;
    border-radius: 20px;
}
#banner-contact-form .form-group input::placeholder,
#banner-contact-form .form-group textarea::placeholder {
  color:#5a564d;
  opacity: 1; /* Firefox */
}
#banner-contact-form .form-group input::-ms-input-placeholder,
#banner-contact-form .form-group textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #5a564d;
}
#banner-contact-form .form-group {
    position: relative;
    margin-bottom: 12px;
}

#banner-contact-form .form-group i {
    position: absolute;
    left: 10px;
    top: 11px;
    color: #fff;
    background: #f3723d;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 14px;
}
#popup-contact-form .form-group input, #popup-contact-form .form-group textarea, #popup-contact-form .form-group select {
    width: 100%;
    background: #fff;
    box-shadow: none;
    outline: none;
    border-radius: 100px;
    padding: 10px 20px;
    color: #000000;
    padding-left: 45px !important;
    border: none;
    height: 51px;
    border: 1px solid #214c7f;
}

#popup-contact-form .form-group textarea {
    height: 110px;
    border-radius: 20px;
}
#popup-contact-form .form-group input::placeholder,
#popup-contact-form .form-group textarea::placeholder {
  color:#5a564d;
  opacity: 1; /* Firefox */
}
#popup-contact-form .form-group input::-ms-input-placeholder,
#popup-contact-form .form-group textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #5a564d;
}
#popup-contact-form .form-group {
    position: relative;
    margin-bottom: 12px;
}

#popup-contact-form .form-group i {
    position: absolute;
    left: 10px;
    top: 11px;
    color: #fff;
    background: #f3723d;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 14px;
}
.headingbox {
    text-align: center;
}
.headingbox h2, .headingbox p{
  color: #000;
}

.formlist ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.formlist ul .bannericon2 {
    width: 60px;
    margin: 0 auto 10px;
}

.formlist ul .bannericon2 img {
    width: 100%;
}
.formlist ul li {
    padding: 0px 15px;
    border-right: 1px solid #e6e6e6;
}

.formlist ul li:last-child {
    border: none;
}
.ws-item-img img {
    width: 100%;
}
.ws-item-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.ws-item-img img {
    width: 100%;
}

.workspace-item {
    position: relative;
    margin-bottom: 30px;
}

.ws-item-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    max-width: 310px;
}

.ws-item-img:after {
    content: "";
    height: 100px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #f3723d, #ffffff00);
    clip-path: polygon(0 1%, 80% 0%, 100% 100%, 0% 100%);
}

.ws-item-text h3 {
    color: #fff;
    margin: 0px;
}

.ws-item-text p {
    color: #fff;
    margin: 0px;
}
.textcenter h2 {
    text-align: center;
    color: #214c7f;
    font-weight: 600;
}

.textcenter p {
    text-align: center;
}

.textcenter .divder {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 25px;
    width: 150px;
    height: 5px;
    background: #f3723d;
    border-radius: 20px;
}

.divder {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.textcenter {
    text-align: center;
}
.videobox {
    position: relative;
}

.videobox video {
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: 0px;
}
.sec3vid {
    text-align: right;
    display: flex;
    justify-content: end;
}
.w-sec3 .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

section.w-sec3 {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.listbox-est ul {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.listbox-est ul li {
    display: flex;
    align-items: center;
    width: calc(50% - 8px);
    background: #f9ede9;
    padding: 15px;
    border-radius: 60px;
    gap: 15px;
}

.listbox-est ul li .iconbox svg {
    width: 23px;
    color: #f3723d;
    fill: #f3723d;
}
.flotingbox {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    z-index: 4;
    position: relative;
}
.sec3vid .video-container {
    width: 70%;
}
.listbox-est ul li h3 {
    margin: 0px;
    font-size: 16px;
}
.triangle-box {
    width: 130px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    left: -40px;
}

/* Triangle */
.triangle {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    border-left: 50px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 80px solid #214c7f;

    /* IMPORTANT: center fix */
    transform: translate(-50%, -100%) rotate(0deg);
    animation: rotateClock 20s linear infinite;
}

/* Rotation */
@keyframes rotateClock {
    from {
        transform: translate(-50%, -100%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -100%) rotate(360deg);
    }
}

.shapebox {
    position: relative;
}

.shapebox .col-sm-12 {
    position: relative;
    z-index: 1;
}

.doteimg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 700px;
    width: 100%;
}

.doteimg img {
    width: 100%;
}


.magnific-img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.fe-imgboxarea {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.fe-itembox {
    width: 100%;
    background: #e1efff;
    border-radius: 20px;
    overflow: hidden;
}

.fe-imgboxar img {
    width: 100%;
}

.fe-content-itm {
    padding: 20px;
    text-align: center;
}

.fe-content-itm h3 {
    color: #214c7f;
}

.fe-content-itm p {
    margin-bottom: 10px;
}

.fe-content-itm .countb {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-weight: 600;
}

.fe-content-itm .countb i {
    color: #f3723d;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 30px;
}
.okh-howitworks {
  background: #eee;
  font-family: sans-serif;
  text-align: center;
}

.okh-heading {
  font-size: 36px;
  margin-bottom: 10px;
}

.okh-subtext {
  color: #666;
  margin-bottom: 50px;
}

/* Steps Layout */
.okh-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  gap: 40px;
}

/* Line */
.okh-steps::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ddd;
  z-index: 0;
  display: none;
}

/* Step */
.okh-step {
  position: relative;
  z-index: 1;
  width: calc(25% - 30px);
  border-bottom: 2px solid #214c7f;
  cursor: pointer;
  transition: all 0.4s ease;
  opacity: 1;
  transform: translateY(20px);
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.okh-step.active {
  border-bottom: 4px solid #f3723d;
  opacity: 1;
  transform: translateY(0);
}

/* Circle */
.okh-circle {
    width: 70px;
    height: 70px;
    background: #214c7f;
    border-radius: 50%;
    line-height: 70px;
    font-size: 22px;
    margin: auto;
    margin-bottom: 15px;
    color: #fff;
    
    /* Pulse Animation */
    animation: pulseCircle 2s infinite;
    z-index: 2;
    position: relative;
}

/* Keyframes */
@keyframes pulseCircle {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(33, 76, 127, 0.7);
    }
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 15px rgba(33, 76, 127, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(33, 76, 127, 0);
    }
}
/* Active effect */
.okh-step.active .okh-circle {
  background: #f3723d;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgb(243 117 66 / 31%);
  
  /* Pulse Animation */
  animation: activePulse 1.5s infinite;
}

/* Keyframes */
@keyframes activePulse {
  0% {
    transform: scale(1.1);
    box-shadow: 0 0 0 0 rgba(243, 114, 61, 0.6),
                0 10px 25px rgb(243 117 66 / 31%);
  }
  70% {
    transform: scale(1.2);
    box-shadow: 0 0 0 15px rgba(243, 114, 61, 0),
                0 10px 25px rgb(243 117 66 / 31%);
  }
  100% {
    transform: scale(1.1);
    box-shadow: 0 0 0 0 rgba(243, 114, 61, 0),
                0 10px 25px rgb(243 117 66 / 31%);
  }
}
.okh-step h4 {
    margin-bottom: 0px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}
/* Hover effect */
.okh-step:hover {
  opacity: 1;
  transform: translateY(-5px);
  border-bottom: 2px solid #f3723d;
}
.okh-step .shapeboxbanner {
    background: #eeeeee;
    width: 60px;
    height: 60px;
}
.okh-step .shapeboxbanner .shap2,
.okh-step .shapeboxbanner .shap1{
    border-color: #eeeeee;
}

.magnific-img {
  display: inline-block;
  width: calc(25% - 15px);
  position: relative;
}
a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
  position: relative;
}
body .magnific-img a.image-popup-vertical-fit{
  border:none !important;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
  display: none;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.magnific-img i {
    position: absolute;
    top: 5px;
    left: 5px;
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #ffffff;
    background: #f3723d;
    z-index: 1;
}
body .magnific-img a.image-popup-vertical-fit .shapeboxbanner {
    width: 70px;
    height: 70px;
}
.faciliti-list ul {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.faciliti-list ul li {
    width: calc(33% - 15px);
    margin-bottom: 15px;
    position: relative;
}

.faciliti-list ul li .iconbox {
    background: #f3723d;
    height: 75px;
    width: 75px;
    padding: 10px;
    border-radius: 19px;
    position: absolute;
    top: 10px;
    z-index: 1;
    left: 10px;
}
.fclistcontent ul.contentlist {
    flex-wrap: wrap;
    gap: 0px;
}

.fclistcontent ul.contentlist li {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    background: #f9ede9;
    padding: 10px 20px;
    border-radius: 50px;
}
.faciliti-list ul li .iconbox img {
    max-width: 70px;
}
.singlelocimg img {
    width: 100%;
    border-radius: 15px;
}

.faciliti-list ul li .iconbox img {
    width: 100%;
}
.singlelocimg {
    position: relative;
}
.faciliti-list ul li span {
    text-align: center;
    font-weight: 600;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background: #fff;
    width: auto;
-1: -;
    padding: 5px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #214c7f;
}
.fclistcontent {
    position: relative;
}
section.facilities-sec {
    background-color: #fff;
}
.leftalign .divder {
    left: 50px;
}

.leftalign .divder i {
    height: 50px;
    width: 50px;
    background: conic-gradient(from 166.64deg at 21.67% 70.54%, #fff5b3 0deg, #f4d501 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #000;
    position: relative;
    z-index: 1;
    border: 5px solid #ffffffbd;
    font-size: 20px;
}
.singleimg img {
    max-width: 350px;
    margin: 0 auto;
}

.singleimg {
    text-align: center;
}
.faq-container {
  max-width: 100%;
  margin: auto;
  font-family: Arial, sans-serif;
}

.fclistcontent ul.contentlist li i {
    color: #214c7f;
    margin-right: 5px;
}

.faq-question {
  width: 100%;
  padding: 15px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.faq-question.active {
  background: conic-gradient(from 166.64deg at 21.67% 70.54%, #fff5b3 0deg, #f4d501 360deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fff;
  padding: 0 15px;
  border-bottom-right-radius: 100px;
  border-bottom: 1px solid #ddd;
}

.faq-answer p {
  margin: 15px 0;
}

.icon {
  transition: 0.3s;
  background: conic-gradient(from 166.64deg at 21.67% 70.54%, #2462c1 0deg, #1b509d 360deg);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
}
.faqsec  .col-lg-4 {
    position: relative;
}

.faqsec .col-lg-4 .singleimg {
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.faq-boxcontent {
    padding-top: 10px;
    padding-bottom: 10px;
}
section.img-gallery-magnific {
    overflow: hidden;
    padding: 0px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto;
}
.faqsec .col-lg-4 .singleimg:after {
    content: "";
    height: 3px;
    width: 1000px;
    position: absolute;
    left: 0;
    background: #1e56aa;
    display: block;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-90%, 0%);
}
.shadow-effect {
  background: #e1efff;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  min-height: 290px;
  display: flex;
  a,li: c;
  align-items: center;
  justify-content: center;
}
.shadow-effect h3 strong {
    display: block;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    color: #f3723d;
}
#customers-testimonials .shadow-effect p {
  margin: 0px;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  padding: 9px 35px;
  text-align: center;
  color: #000;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
  background: conic-gradient(from 166.64deg at 21.67% 70.54%, #fff5b3 0deg, #f4d501 360deg);
  border-bottom-left-radius: 30px;
}
#customers-testimonials .item {
  text-align: center;
  padding: 0px;
  margin-bottom: 40px;
}
.testiconbox .shapeboxbanner {
    width: 80px;
    height: 80px;
}
.shadow-effect h3 {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 10px;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 40px;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 20px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #f3723d;
  transform: translate3d(0px, 0%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #214c7f;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, 0%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 100%;
}
.testimonials {position: relative;}
.whitebox h2 {
    color: #fff;
}
.whitebox .divder:after{
  background: #fff;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-box {
  background: #eeeeee;
  padding: 25px;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
  transform: scale(0.7);
  opacity: 0;
  transition: 0.3s ease;
}

/* Active state */
.popup-overlay.active {
  display: flex;
}

.popup-overlay.active .popup-box {
  transform: scale(1);
  opacity: 1;
}

.popup-close {
  position: absolute;
  top: -16px;
  right: -17px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
  background: conic-gradient(from 166.64deg at 21.67% 70.54%, #2462c1 0deg, #1b509d 360deg);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  border: 2px solid #fff;
}

/* Form styling */
.popup-box input,
.popup-box button {
  width: 100%;
}
.popup-box button{
  width: auto;
}
.ft-logobox {
    width: 170px;
    background: #fff;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    left: -20px;
}

.ft-topbox {
    text-align: center;
    margin-bottom: 30px;
}

.ft-logobox img {
    width: 100%;
}

.fttext {
    background: linear-gradient(135deg, #1b4f9b, #2563c4);
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-family: 'Inter 28pt';
    font-size: 20px;
    letter-spacing: 1px;
}

.ft-sec-item {
    text-align: center;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 10px;
    min-height: 120px;
}
.ft-sec-item i {
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    background: #214c7f;
    margin: 0 auto 20px;
}
.ft-sec-item a {
    font-weight: 600;
}
.ft-middlebox {
    padding: 30px;
    background-image: url(../img/bg-imgft.jpg);
    background-size: cover;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
footer.ft-sec:after {
    content: "";
    height: 20px;
    background: #eee;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.popup-box .headingbox  h2 {
    color: #214c7f;
    margin-bottom: 30px;
}
.ft-sec-item p {
    margin: 0px;
    font-weight: 600;
}
.ft-textcontent h3 {
    color: #fff;
}

.ft-textcontent p {
    color: #fff;
}

.ft-textcontent {
    margin-bottom: 50px;
}
.ft-topbox .shapeboxbanner{
        top: -30px;
    left: -15px;
    width: 200px;
    height: 140px;
}
.ft-map iframe {
    border-bottom-right-radius: 100px;
    border: 1px solid #2562c2;
    border-bottom-width: 5px;
    border-right-width: 5px;
}
.ft-map {
    line-height: 0px;
    position: relative;
    margin-top: 60px;
}

.ft-map .maptitle {
    line-height: normal;
    position: absolute;
    color: #000;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    background: conic-gradient(from 166.64deg at 21.67% 70.54%, #fff5b3 0deg, #f4d501 360deg);
    border-bottom-left-radius: 30px;
    margin: 0px;
    padding: 10px 30px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}
.ft-sec-iem {
    margin-top: -45px;
}
.bottombar {
    color: #000000;
    padding: 15px;
    text-align: center;
    background: #eee;
}
.footer-box{
  display: none;
}
a#menu-share {
    background-color: #25d366;
    color: #fff;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    left: 20px;
    z-index: 9;
}
footer.ft-sec {position: relative;}
.thankyou.dg-both {
    padding-bottom: 150px;
}
.ctabox{
    background-image: url(../img/ctabg.jpg);
    background-size: cover;
    padding: 30px;
    border-radius: 30px;
    background-attachment: fixed;
    background-position: top;
}
.ctabox p,
.ctabox h3{
    color: #fff;
    text-align: center;
}
.ctabox .btn-standard.btn-secondary {
    color: #214c7f;
    background: #fff;
}
.bannertext ul li {
    display: inline-block;
    width: 250px;
    border-radius: 30px;
    text-align: left;
    color: #fff;
    font-weight: 600;
}

.bannertext ul li i {
    color: #f3723d;
    margin-right: 5px;
}

.bannertext ul {
    margin: 0px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.mbrespo {
    max-width: 1550px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
/*-- Responsvie Start --*/
@media only screen and (min-width: 1920px) and (max-width: 5000px){
.videobox video {
    border-radius: 10px;
}
section.w-sec3 {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}
.banner-img{
        max-width: 1550px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1366px){ 
.form-boxarea {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    max-width: 100%;
    background: #eee;
    margin-top: 30px;
}
.mbrespo {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.bannertext {
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        top: 40px;
        left: 50%;
        width: 100%;
        text-align: center;
        max-width: 84%;
        background: #214c7fd4;
        padding: 30px;
        border-radius: 20px;
        position: absolute;
    }
    .banner-img:after{
        display: none;
    }
.bannertext ul li {
    width: 49%;
}
.banner-img .shapeboxbanner {
    display: none;
}
.banner-img img.bannerimg{
    height: 450px;
}
.headersingleinfo .header-content {
    display: none;
}
.ft-middlebox .col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.ft-topbox .shapeboxbanner {
    display: none;
}

.ft-topbox {
    text-align: center;
}

.ft-logobox {
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    border-radius: 14px;
    margin-bottom: 50px;
    left: 0px;
}

.ft-middlebox .col-lg-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.ft-sec-item {
    min-height: 140px;
}
.bannertext ul {
    max-width: 500px;
    margin: 0 auto;
}
}


@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%}
.dg-pd-top {
padding-top: 40px
}

.dg-pd-bottom {
padding-bottom: 40px
}

.dg-both {
padding: 40px 0
}
.mbrespo {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.bannertext ul li {
    width: 49%;
}
/**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
.footer-box {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        flex-wrap: wrap;
        z-index: 1;
    }
      .book-app {
        width: 50%;
        text-align: center;
    }
        .book-app a {
        width: 100%;
        padding: 10px;
        display: block;
    }
    a#menu-share{
      display: none;
    }
    .hidemb{
      display: none;
    }

.bannersec .container {position: static;-webkit-transform: none;-ms-transform: none;transform: none;flex-wrap: wrap;flex-direction: column-reverse;padding: 0px;}
.bannerpointlist {
    position: static;
    width: 100%;
}
.bannersec{
  border-bottom-left-radius: 0px;
}
.banner-text {
    position: relative;
    width: 100%;
    flex-direction: column-reverse;
    bottom: auto;
    top: 0;
    border-radius: 0px;
    border: 0px;
    text-align: center;
    flex-wrap: wrap;
}
.banner-img {
    width: 100%;
}

.doteimg {
    width: 100%;
    display: none;
}
.bcobx {
    display: block;
    padding: 10px;
}

.bannerpointlist ul {
    justify-content: center;
    padding: 20px;
}

.bannerpointlist ul li {
    border: 1px solid #ddd;
}

.form-boxarea {
    padding: 20px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    max-width: 100%;
    background: #eee;
    margin-top: 40px;
}

.videobox {
    margin-top: 0;
    border-radius: 0px;
}

.pointbox-item {
    min-height: auto;
}

.content-imgbox {
    display: none;
}

.rightboxalign .pointbox-item {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
    border-left: 4px solid #f7dc29;
    text-align: left;
}

.rightboxalign .pointbox-item h4 {
    border-left: 10px solid #f7dc29;
    padding-left: 10px;
    border-right: 0px;
    padding-right: 0px;
}
.faciliti-list ul li {
    width: calc(34% - 15px);
}

.faciliti-list ul {
    justify-content: center;
}
.magnific-img {
    width: calc(50% - 10px);
}

.ft-logobox {
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
    width: 220px;
}
.ft-map {
    margin-top: 80px;
}
.bottombar {
    margin-bottom: 40px;
}
.thankyou.dg-both {
    padding-bottom: 40px;
}
.banner-img:after {
    display: none;
}

.bannertext {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: 40px;
    left: 50%;
    width: 100%;
    text-align: center;
    max-width: 84%;
    background: #214c7fd4;
    padding: 30px;
    border-radius: 20px;
}

.banner-img img.bannerimg {
    height: 450px;
}

.bannertext h1 {
    font-size: 32px;
}

.banner-img .shapeboxbanner {
    display: none;
}

.headerlogo {
    text-align: center;
}

.main-headerbox:after {
    width: 100%;
    clip-path: none;
}
.flotingbox {
    background: #f1f8ff;
    margin-top: 40px;
}

.triangle-box {
    display: none;
}

.w-sec3 .container {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.sec3vid .video-container {
    width: 100%;
}

.sec3vid .video-container .shapeboxbanner {
    display: none;
}

.videobox video {
    border-radius: 0px;
}
.fe-itembox {
    margin-bottom: 30px;
}
.ft-sec-item {
    margin-top: 40px;
}

.ft-textcontent {
    margin-bottom: 20px;
    text-align: center;
}
.okh-step{
    width: calc(50% - 30px);
}
.ft-topbox .shapeboxbanner {display: none;}
}


@media only screen and (min-width: 320px) and (max-width: 766px){ 
.ipad{width:100%}
.dg-pd-top {
padding-top: 40px
}

.dg-pd-bottom {
padding-bottom: 40px
}

.dg-both {
padding: 40px 0
}
 .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
  .footer-box {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        flex-wrap: wrap;
        z-index: 1;
    }
      .book-app {
        width: 50%;
        text-align: center;
    }
        .book-app a {
        width: 100%;
        padding: 10px;
        display: block;
    }
    a#menu-share{
      display: none;
    }
    .hidemb{
      display: none;
    }
    .footer-box {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        flex-wrap: wrap;
        z-index: 1;
    }
      .book-app {
        width: 50%;
        text-align: center;
    }
        .book-app a {
        width: 100%;
        padding: 10px;
        display: block;
    }
    a#menu-share{
      display: none;
    }
    .hidemb{
      display: none;
    }

.bannersec .container {position: static;-webkit-transform: none;-ms-transform: none;transform: none;flex-wrap: wrap;flex-direction: column-reverse;padding: 0px;}
.bannerpointlist {
    position: static;
    width: 100%;
}
.bannersec{
  border-bottom-left-radius: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.banner-text {
    position: relative;
    width: 100%;
    flex-direction: column-reverse;
    bottom: auto;
    top: 0;
    border-radius: 0px;
    border: 0px;
    text-align: center;
    flex-wrap: wrap;
}
.banner-img {
    width: 100%;
}

.doteimg {
    width: 100%;
    display: none;
}
.bcobx {
    display: block;
    padding: 10px;
}

.bannerpointlist ul {
    justify-content: left;
    padding: 20px;
    flex-wrap: wrap;
}

.bannerpointlist ul li {
    border: 1px solid #ddd;
    width: 100%;
}

.form-boxarea {
    padding: 20px;
    border-bottom-right-radius: 50px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: #eee;
    margin-top: 40px;
}

.videobox {
    margin-top: 0;
}

.pointbox-item {
    min-height: auto;
}

.content-imgbox {
    display: none;
}

.rightboxalign .pointbox-item {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
    border-left: 4px solid #f7dc29;
    text-align: left;
}

.rightboxalign .pointbox-item h4 {
    border-left: 10px solid #f7dc29;
    padding-left: 10px;
    border-right: 0px;
    padding-right: 0px;
}
.faciliti-list ul li {
    width: 100%;
}

.faciliti-list ul {
    justify-content: center;
}
.magnific-img {
    width: calc(50% - 15px);
}
.ft-logobox {
    margin: 0 auto;
    left: 0;
    border-radius: 15px;
    padding: 10px;
    width: 200px;
}
.ft-map {
    margin-top: 20px;
}
.bottombar {
    margin-bottom: 40px;
}
.banner-img img.bannerimg {
    height: 280px;
    object-fit: cover;
}
.bcobx h1 {
    margin-bottom: 10px;
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
.formlist ul li {
    width: calc(50% - 8px);
    text-align: center;
    border: none;
}

.formlist ul {
    flex-wrap: wrap;
    gap: 15px;
}
.video-container {
    height: auto;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.video-container video {
    position: static;
    transform: none;
    width: 100%;
}
section.img-gallery-magnific {
    border-radius: 0px;
}
.shadow-effect {
    border-bottom-right-radius: 50px;
}

.faciliti-list ul li .iconbox {
    border-bottom-right-radius: 30px;
}

header.headersec {
    border-top-left-radius: 0;
}
.ft-map .maptitle {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}
.ft-middlebox {
    padding: 10px;
    padding-top: 20px;
}
.thankyou.dg-both {
    padding-bottom: 40px;
}
.banner-img:after {
    display: none;
}

.bannertext {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: 45px;
    left: 50%;
    width: 100%;
    text-align: center;
    max-width: 90%;
    background: #214c7fd4;
    padding: 30px;
    border-radius: 20px;
    z-index: 1;
}

.banner-img img.bannerimg {
    height: 510px;
}

.bannertext h1 {
    font-size: 28px;
}

.banner-img .shapeboxbanner {
    display: none;
}

.headerlogo {
    text-align: center;
}

.main-headerbox:after {
    width: 100%;
    clip-path: none;
}
.flotingbox {
    background: #f1f8ff;
    margin-top: 40px;
    padding: 20px;
}

.triangle-box {
    display: none;
}

.w-sec3 .container {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.sec3vid .video-container {
    width: 100%;
}

.sec3vid .video-container .shapeboxbanner {
    display: none;
}

.videobox video {
    border-radius: 0px;
}
.fe-itembox {
    margin-bottom: 30px;
}
.ft-sec-item {
    margin-top: 40px;
    height: auto;
    min-height: auto;
}

.ft-textcontent {
    margin-bottom: 20px;
    text-align: center;
}

.ft-topbox .shapeboxbanner {display: none;}
.hdrloctext {
    display: none;
}

.locationlist ul li {
    font-size: 14px;
    padding: 5px 12px;
    min-width: 30.333%;
    text-align: center;
}

.locationlist ul {
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}
.bannertext p {
    font-size: 16px;
}
.locationlist {
    width: 100%;
}
.ws-item-img:after {
    display: none;
}

.ws-item-text {
    position: static;
    background: #f3723d;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    max-width: 100%;
    width: 80%;
    margin: -20px auto 0;
    position: relative;
    z-index: 1;
    left: 0;
    bottom: 0;
}
.ws-item-text p{
    margin: 0px;
}
.listbox-est ul li {
    width: 100%;
}
.okh-steps::before {
    display: none;
}
.okh-step{
    width: 100%;
    margin-bottom: 0px;
}
h3{
    font-size: 20px;
}
.shadow-effect h3 strong{
    font-size: 16px;
}
.ft-topbox {
    text-align: center;
    margin-bottom: 0px;
}
body .magnific-img a.image-popup-vertical-fit .shapeboxbanner{
    width: 50px;
    height: 50px;
}
body .magnific-img a.image-popup-vertical-fit i {
    width: 35px;
    height: 35px;
    min-width: 35px;
    font-size: 13px;
}
.w-sec2 .row .col-sm-12:nth-child(6) .workspace-item,
.featured-section .row .col-lg-4:last-child .fe-itembox {
    margin: 0px;
}
.mbrespo {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.bannertext ul li {
    width: 100%;
}

}

