@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}

span {
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: "Oswald", sans-serif;
    font-size: 108px;
    line-height: 1.05;
    color: #000;
    font-weight: 500;
    margin: 0 0 23px;
}

h2 {
    font-family: "Oswald", sans-serif;
    font-size: 62px;
    line-height: 1;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    line-height: 1.1;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #2f2e2c;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #2f2e2c;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.site-btn {
    border: 1px solid #2f2e2c;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
    gap: 30px;
    padding: 6px 7px 6px 35px;
    color: #2f2e2c;
    font-size: 14px;
    font-weight: 500;
    box-shadow: inset 0px 0px 5px 1px #2f2e2c;
}

.site-img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2f2e2c;
    border-radius: 50%;
}


/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 7px 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 6px;
    font-size: 14px;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #2f2e2c;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.topbar-contact ul {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 105px;
    position: relative;
    padding: 6px 0;
}

.topSec {
    background-color: rgb(47, 46, 44);
    padding: 7px 0;
}

.container-fluid {
    padding: 0 5%;
}

.topbar-text {
    position: relative;
    left: 21%;
}

.topbar-contact a {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #eeeeee;
    font-size: 14px;
    opacity: 70%;
}

.topbar-socail {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.topbar-socail a {
    padding: 6px 18px;
}

.topbar-contact ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 46%;
    background: #fff;
    width: 1px;
    height: 100%;
    opacity: 50%;
}

.topbar-socail:before {
    content: '';
    position: absolute;
    right: 34%;
    top: 0;
    background: #fff;
    width: 1px;
    height: 100%;
    opacity: 50%;
}

.header-logo img {
    width: 190px;
    height: auto;
    object-fit: contain;
}

.topbar-socail a i {
    color: #fffefb;
    opacity: 65%;
    font-size: 17px;
    transition: 0.5s all;
}

.header-btns {
    text-align: end;
}

.header-btns a {
    margin: 0 0 0 auto;
}

.topbar-text p {
    color: #ffffff;
    text-transform: uppercase;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.slick-slide {
    opacity: 1;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    position: relative;
    background-color: #c1bfc2;
    background-image: url(../images/baner-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 935px;
    background-position: center;
    padding-bottom: 50px;
    margin-bottom: 100px;
}

.banner-sec.inner {
    height: 550px;
    min-height: 500px;
    align-content: center;
}

.banner-sec.inner .row {
    padding-top: 10%;
}

.banner-text.iner {
    text-align: center;
    margin: 0;
}

.banner-sec .row {
    padding-top: 13%;
}

.banner-image {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 40px;
}

img.bnr-one {
    border-radius: 172px;
    background-color: rgb(0, 0, 0);
    width: 350px;
    height: 629px;
    object-fit: cover;
}

img.bnr-two {
    border-radius: 176px;
    width: 358px;
    height: 721px;
    object-fit: cover;
}

.banner-text span {
    font-size: 18px;
    color: #000;
    display: block;
    margin-bottom: 5px;
}

.banner-text p {
    margin-top: 8px;
}

.banner-text h1 span {
    font-size: 75px;
    font-family: 'Oswald';
}

.banner-text {
    margin-bottom: 27%;
}

.banner-form {
    left: 0;
    right: 0;
    bottom: 15%;
    margin: auto;
    max-width: 1450px;
    padding: 30px 30px;
    position: absolute;
    background: #fff;
    border-radius: 10px;
}

.banner-form input,
.banner-form select {
    border: 1px solid rgb(0 0 0 / 36%);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.08);
    width: 215px;
    height: 60px;
    padding: 10px 18px;
    color: #000;
}

.banner-form form {
    display: flex;
    gap: 24px;
    align-items: center;
}

.banner-form button {
    border-radius: 5px;
    background-color: rgb(47, 46, 44);
    width: 209px;
    height: 62px;
    border: unset;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-images {
    display: flex;
    margin-right: 10px;
    gap: 17px;
}

img.about-two {
    height: 267px;
}

img.about-four {
    height: 324px;
}

img.about-one {
    height: 324px;
    margin-bottom: 18px;
}

img.about-three {
    height: 266px;
    margin-bottom: 18px;
}

.about-images img {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
}

.about-sec {
    margin-bottom: 100px;
}

.abt-frtimg {
    width: 100%;
}

.abt-scndimg {
    width: 100%;
}

.about-text ul {
    column-count: 2;
    margin: 18px 0 15px;
}

.about-text ul li {
    margin-bottom: 15px;
}

.about-text h2 {
    margin-bottom: 14px;
}

.about-text p {
    opacity: 70%;
}

.about-text ul li h5 {
    font-size: 29px;
    margin-bottom: 8px;
}

.about-text a {
    background-color: rgb(193, 191, 194);
    box-shadow: unset;
    border: unset;
    box-shadow: 0px 0px 4px 1px #c1bfc2;
}

.about-text {
    margin-left: 10px;
}

.about-text ul li p {
    width: 90%;
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Program Section Start ------------------------------------------------------------- */

.program-sec {
    padding: 80px 0 90px;
    background: #c1bfc2;
    margin-bottom: 100px;
}

.program-head {
    text-align: center;
    margin-bottom: 29px;
}

.program-head p {
    width: 48%;
    margin: 20px auto 0;
    opacity: 70%;
}

.program-main {
    display: flex;
    overflow: hidden;
    align-items: center;
    border-radius: 20px;
}

.slider-counter {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    width: 450px;
    margin: 70px auto 0;
}

.current,
.total {
    font-family: 'Oswald';
    font-size: 38px;
    font-weight: 600;
    color: #2f2e2c;
}

.progress-wrap {
    flex: 1;
    height: 2px;
    background: #878587;
    position: relative;
}

.progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #2f2e2c;
    transition: all .4s ease;
}

span.total {
    font-size: 18px;
    color: #051779;
    opacity: 50%;
}

.program-image img {
    width: 100%;
    height: 383px;
    object-fit: cover;
    transition: 0.5s all;
}

.program-image {
    width: 100%;
    overflow: hidden;
    border-radius: 22px;
}

.program-text {
    background: #fff;
    height: 100%;
    padding: 57px 35px;
    width: 100%;
}

.program-slider .slick-list.draggable {
    margin-left: -15%;
    margin-right: -15%;
}

.program-sec .container-fluid {
    padding: 0;
}

.program-text p {
    margin: 18px 0 18px;
    opacity: 70%;
}

.program-text .site-btn {
    background: #c1bfc2;
    box-shadow: 0px 0px 5px 1px #c1bfc2;
    border-color: #c1bfc2;
}

.program-text .site-btn img {
    object-fit: scale-down;
}

.slick-arrow {
    top: auto;
    left: 31%;
    bottom: -90px;
}

.slick-next {
    left: unset;
    right: 33%;
}

.slick-arrow:before {
    content: '';
    background-image: url(../images/prgm-arw.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 65px;
    height: 50px;
    display: block;
    opacity: 1 !important;
}

.slick-next:before {
    background-image: url(../images/prgm-arw-R.png);
}

.program-sec.inner {
    padding: 0;
    margin-bottom: 50px;
    background: transparent;
}

.program-sec.inner .container-fluid {
    padding: 0 5%;
}

.program-sec.inner .program-main {
    margin-bottom: 50px;
    box-shadow: 0 0 10px 1px #00000038;
}

.program-main:hover .program-image img {
    transform: scale(1.2);
    filter: brightness(0.5);
}

.program-sec.detail {
    padding: unset;
    margin-bottom: 80px;
    background: transparent;
}

.program-main.detail {
    display: unset;
}

.program-sec.detail .container-fluid {
    padding: 0 5%;
}

.program-image.detail img {
    height: 550px;
    border-radius: 21px;
}

.program-text.detail {
    position: relative;
    z-index: 5;
    width: 90%;
    margin: -60px auto 0;
    height: unset;
    box-shadow: 0 0 9px 1px #00000036;
    border-radius: 22px;
}


/*---------------------------------------------------- Program Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Why Choose Section Start ------------------------------------------------------------- */

.whychoose-point {
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 11.28px 0.72px rgba(0, 0, 0, 0.12);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-left: 6px solid #000;
    margin: 35px 0 33px;
    padding: 15px 80px 15px 20px;
    width: max-content;
}

.whychoose-text h2 {
    margin-bottom: 25px;
}

.whychoose-text p {
    opacity: 70%;
    width: 90%;
}

.whychose-point-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.whychose-point-img img {
    width: 240px;
    object-fit: cover;
    border-radius: 14px;
    height: 140px;
}

.whychose-point-text ul li:Last-child {
    margin-bottom: 0;
}

.whychose-point-text ul li p {
    opacity: 1;
}

.whychose-buttons {
    display: flex;
    align-items: center;
    gap: 40px;
}

.whychoose-sec .container-fluid {
    padding: 0 0 0 9%;
}

.whychoose-image-main img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 290px;
}

.experience-whychose {
    border-width: 8px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 50%;
    background-color: #2f2e2c;
    width: 215px;
    height: 215px;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    align-content: center;
}

.whychoose-image-main {
    position: relative;
}

.counter-whchse {
    font-family: 'Oswald';
    font-size: 57px;
    color: #fff;
    display: block;
    line-height: 1;
}

.whychoose-sec {
    margin-bottom: 100px;
}

.experience-whychose span {
    color: #fff;
    font-size: 16px;
    display: block;
    width: 70%;
    margin: 10px auto 0;
}

.click-talk {
    display: flex;
    align-items: center;
    gap: 17px;
}

.click-talk img {
    background: #2f2e2c;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: scale-down;
}

.click-talk span {
    display: block;
    font-size: 15px;
    opacity: 66%;
    color: #000;
}

.click-talk a {
    font-size: 20px;
    color: #2f2e2c;
    font-weight: 500;
}

.whychose-buttons .site-btn {
    background-color: #2f2e2c;
    color: #fff;
    box-shadow: 0px 0px 5px 1px #2f2e2c;
}

.whychose-buttons .site-btn .site-img {
    background: #fff;
}

.whychose-buttons .site-btn .site-img img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(4%) saturate(570%) hue-rotate(2deg) brightness(95%) contrast(89%);
}


/*---------------------------------------------------- Why Choose Section End ------------------------------------------------------------- */

/*---------------------------------------------------- How It Work Section Start ------------------------------------------------------------- */

.how-it-works-sec {
    margin-bottom: 100px;
    background-image: url(../images/work-back.png);
    background-color: #c1bfc2;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 0;
    background-position: bottom;
}

.how-it-works-sec:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 65%;
    height: 30px;
    z-index: -1;
}

.how-it-works-sec .container-fluid {
    padding: 0 0 0 9%;
}

.work-icon {
    width: 80px;
    height: 70px;
    background: #2f2e2c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 5px auto 20px;
}

.work-how-inmain {
    text-align: center;
}

.how-work-main h2 span {
    display: block;
    font-family: 'Oswald';
}

.how-work-main h2 {
    margin-bottom: 15px;
}

.how-work-main p {
    width: 90%;
}

.step-work {
    position: relative;
}

.step-work h6 {
    font-size: 79px;
    opacity: 15%;
}

.step-work span {
    font-family: 'Oswald';
    font-size: 28px;
    font-weight: 500;
    color: #2f2e2c;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
}

.work-how-inmain h5 {
    font-size: 25px;
    font-weight: 400;
}

.how-it-works-sec .col-lg-4 {
    border-left: 1px solid #fff;
    padding: 60px 0 40px;
}

.how-it-works-sec .col-lg-9 {
    padding-left: 70px;
}

.how-work-main {
    padding: 50px 0 40px;
}

.how-work-main h2 span {
    display: block;
}

.how-work-main h2 {
    margin-bottom: 16px;
}

/*---------------------------------------------------- How It Work Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Gallery Section Start ------------------------------------------------------------- */

.latest_work_sec {
    overflow: hidden;
    padding: 0 0 100px;
}

.latest_workheading h2 {
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.latest_workheading p {
    width: 70%;
    margin: 15px auto 0;
    opacity: 70%;
}

.latest_work_slider ul li img {
    height: 600px;
    object-fit: cover;
    width: 400px;
}

.latest_work_slider {
    max-width: 100%;
    overflow: visible;
}

.slider-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: clamp(300px, 60vw, 500px);
    overflow: hidden;
}

.slider-container img {
    position: absolute;
    width: clamp(180px, 40vw, 400px);
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    transition: all 0.5s ease;
    border: 10px solid #ffffff;
    opacity: 0;
    transform: scale(0.7);
    z-index: 1;
    border-radius: 25px;
}

.latest_workheading {
    margin-bottom: 20px;
}

.slider-container img.active {
    opacity: 1;
    transform: translateX(0) scale(1);
    z-index: 5;
}

.slider-container img.left {
    transform: translateX(-10vw) scale(0.85);
    opacity: 1;
    z-index: 4;
}

.slider-container img.right {
    transform: translateX(10vw) scale(0.85);
    opacity: 1;
    z-index: 4;
}

.slider-container img.far-left1 {
    transform: translateX(-18vw) scale(0.7);
    opacity: 1;
    z-index: 3;
}

.slider-container img.far-right1 {
    transform: translateX(18vw) scale(0.7);
    opacity: 1;
    z-index: 3;
}

.slider-container img.far-left2 {
    transform: translateX(-25vw) scale(0.6);
    opacity: 1;
    z-index: 2;
}

.slider-container img.far-right2 {
    z-index: 2;
    opacity: 1;
    transform: translateX(25vw) scale(0.6);
}

.latest_work_sec .dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-top: 35px;
}

.latest_work_sec .dots button {
    width: 10px;
    height: 10px;
    border: none;
    margin: 5px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    padding: 0 !important;
    background: #2f2e2c;
}

.latest_work_sec .dots button.active {
    background: #2f2e2c;
    transform: scale(1.2);
    margin: 5px 10px;
}

.latest_work_sec .dots button.active::before {
    height: 20px;
    width: 20px;
    left: -5px;
    right: 0;
    top: 0;
    content: '';
    bottom: 0;
    margin: auto;
    z-index: -2;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #2f2e2c;
}

.latest_work_sec .latest_workheading h2 {
    color: #000;
    margin-bottom: 8px;
}

.latest_work_sec .dots:before {
    content: "";
    position: absolute;
    background-image: url(../images/latest-work-silder-line.png);
    width: 74px;
    height: 1px;
    right: -85px;
    top: 10px;
}

.latest_work_sec .dots:after {
    content: "";
    position: absolute;
    background-image: url(../images/latest-work-silder-line.png);
    width: 74px;
    height: 1px;
    top: 10px;
    left: -85px;
    transform: rotate(180deg);
}

/*---------------------------------------------------- Gallery Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Career Section Start ------------------------------------------------------------- */

.career-sec-home {
    padding: 100px 0;
    background-color: #c1bfc2;
    margin-bottom: 100px;
}

.career-sec-home .row {
    border-radius: 300px;
    background: #2f2e2c;
    text-align: center;
    padding: 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/career.png);
}

.career-main-home h2 {
    color: #fff;
}

.career-main-home p {
    color: #fff;
    margin: 20px auto;
    width: 60%;
}

.career-sec-home .career-btn {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.career-sec-home .career-btn .site-btn {
    border: 1px solid #a0a09f;
    box-shadow: inset 0px 0px 5px 1px #a0a09f;
    color: #fff;
}

.career-sec-home .career-btn .site-btn .site-img {
    background: #ffffff;
}

/*---------------------------------------------------- Career Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Reviews Section Start ------------------------------------------------------------- */

.review-sec {
    margin-bottom: 100px;
}

.review-head {
    text-align: center;
    margin-bottom: 30px;
}

.review-head p {
    width: 53%;
    margin: 15px auto 0;
    opacity: 70%;
}

.review-text img {
    width: max-content;
}

.review-main {
    display: flex;
    align-items: flex-start;
    background: #c1bfc2;
    padding: 46px 25px 40px;
    border-radius: 24px;
    gap: 30px;
    transition: 0.5s all;
    position: relative;
    overflow: hidden;
}

.review-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: 4px solid #fff;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.review-slider .slick-slide {
    margin: 40px 0px;
}

ul.star-review {
    display: flex;
    align-items: center;
    margin: 5px 0 10px;
}

ul.star-review i {
    font-size: 10px;
    color: #ffc107;
}

.review-text p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    width: 110%;
    margin: 10px 0 0;
}

.review-image {
    width: 250px !important;
}

.review-text {
    width: 100%;
}

.review-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000001c;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slick-current .review-main:before {
    width: unset;
}

.slick-current .review-main span {
    font-size: 13px;
    color: #fff;
}

.slick-current .review-main h6 {
    color: #fff;
    font-size: 18px;
}

.slick-current .review-main {
    background: #2f2e2c;
    transform: scale(1.2);
    z-index: 6;
}

.slick-current .review-main p {
    color: #fff;
    font-size: 14px;
}

.review-main span {
    font-size: 11px;
}

.review-main h6 {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

ul.star-review li {
    line-height: 1;
}

.career-btn .site-btn .site-img img {
    filter: brightness(0.1);
}

.review-slider ul.slick-dots {
    bottom: -60px;
    width: max-content;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.review-slider .slick-dots li {
    width: 10px;
    height: 10px;
    border: none;
    margin: 9px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    padding: 0 !important;
    background: #2f2e2c;
}

.review-slider .slick-dots li button {
    display: none;
}

.review-slider li.slick-active:before {
    height: 20px;
    width: 20px;
    left: -5px;
    right: 0;
    top: 0;
    content: '';
    bottom: 0;
    margin: auto;
    z-index: -2;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #2f2e2c;
}

.review-slider li.slick-active {
    opacity: 1;
}

.review-slider ul.slick-dots:before {
    content: "";
    position: absolute;
    background-image: url(../images/latest-work-silder-line.png);
    width: 74px;
    height: 1px;
    top: 14px;
    left: -80px;
    transform: rotate(180deg);
}

.review-slider ul.slick-dots:after {
    content: "";
    position: absolute;
    background-image: url(../images/latest-work-silder-line.png);
    width: 74px;
    height: 1px;
    right: -85px;
    top: 14px;
}

/*---------------------------------------------------- Reviews Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

footer {
    background-image: url(../images/footer.png);
    background-color: #2f2e2c;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 80px 10px 10px;
}

footer .container-fluid {
    padding: 0 0%;
}

.ftr-last {
    padding: 29px 0;
    background: #c1bfc2;
    border-radius: 9px;
    text-align: center;
    margin-top: 5%;
}

.ftr-last p {
    opacity: 60%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
}

footer h4 {
    font-family: "Merriweather", serif;
    color: #fff;
    border-left: 3px solid #fff;
    padding-left: 17px;
    margin-bottom: 30px;
}

footer * {
    color: #fff;
}

.foter-about ul {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 14px;
}

.foter-about ul a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: center;
    border: 1px solid #c1bfc2;
    background: transparent;
    transition: 0.7s all;
}

.foter-about ul a:hover {
    background: #c1bfc2;
    padding: unset;
}

.foter-quicklink {
    padding-left: 70px;
}

footer p {
    opacity: 70%;
}

.footer-contact ul li a,
.footer-contact ul li p {
    display: flex;
    gap: 20px;
    margin-bottom: 14px;
    opacity: 1;
}

footer ul li a {
    opacity: 70%;
    margin-bottom: 2px;
    display: block;
    transition: 0.5s all;
}

.ftr-cnt-txt span {
    opacity: 70%;
    font-size: 13px;
}

.ftr-cnt-txt h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

.footer-contact ul li a,
.footer-contact ul li p i {
    font-size: 19px;
}

footer ul li a:hover {
    opacity: 1;
    color: #fff;
    padding-left: 5px;
}

.foter-about ul a:hover i {
    color: #000;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-sec {
    margin-bottom: 100px;
}

.contact-image img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    border-radius: 13px;
    box-shadow: 0px 0px 80.75px 14.25px rgba(0, 0, 0, 0.16);
}

.contact-text input,
.contact-text select,
.contact-text textarea {
    width: 100%;
    height: 55px;
    padding: 10px 18px;
    border: 1px solid #cccccc;
    margin-bottom: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    border-radius: 5px;
    color: #000;
}

.contact-text textarea {
    resize: none;
    height: 150px;
}

.contact-text input::placeholder,
.contact-text textarea::placeholder {
    font-size: 14px;
    color: #7c7c7c;
}

.contact-text h3 {
    color: #2f2e2c;
    margin: 10px 0 25px;
}

.contact-image {
    margin-left: 20px;
}

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Gallery Section Start ------------------------------------------------------------- */

.gallery-head p {
    width: 50%;
    margin: 12px auto 0;
}

.gallery-image {
    overflow: hidden;
}

.gallery-image:hover img {
    filter: brightness(0.5);
    transform: scale(1.3);
}

.gallery-image.inr-new {
    margin-top: 25px;
}

.gallery-sec.inner {
    padding: 0 0 100px;
}

.gallery-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: 0.7s all;
}

.gallery-image.bottom-left img {
    height: 257px;
    object-position: 0px 41%;
}

.gallery-image.bottom-left {
    margin-top: 23px;
}

.gallery-sec {
    padding: 80px 0 100px;
}

.gallery-head {
    text-align: center;
    margin-bottom: 34px;
}

.gallery-image.right img {
    height: 700px;
}

/*---------------------------------------------------- Gallery Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Career Section Start ------------------------------------------------------------- */

.apply-form .modal-dialog {
    width: 100%;
    max-width: 100%;
}

.apply-form .modal-dialog label {
    display: block;
    color: #000;
    font-size: 20px;
    font-family: 'Poppins';
    margin-bottom: 7px;
}

.apply-form .modal-dialog input {
    width: 100%;
    padding: 13px 23px;
    border: 1px solid #787878;
    color: #000;
    margin-bottom: 25px;
    border-radius: 99px;
    height: 60px;
}

.apply-form .modal-dialog select {
    width: 100%;
    padding: 10px 24px;
    border: 1px solid #787878;
    color: #787878;
    margin-bottom: 20px;
    -webkit-appearance: auto;
    border-radius: 99px;
    height: 60px;
    -webkit-appearance: unset;
}

.upld_img.text-center h4 {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    margin: 20px 0;
}

.apply-form .modal-dialog {
    position: relative;
}

.apply-form .modal-dialog .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.apply-form .modal-dialog input[type=range] {
    -webkit-appearance: none;
    border: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 81px;
    background: transparent;
}

.apply-form .modal-dialog input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: #d6d6d6;
    border: none;
    border-radius: 3px;
}

.apply-form .modal-dialog input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #085ef3;
    border: 2px solid #fff;
    margin-top: -4px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.randebox output {
    position: absolute;
    top: -17px;
    transform: translate(-50%, -10px);
    left: 50%;
    color: #787878;
}

.randebox {
    position: relative;
}

.uplod_imag {
    position: relative;
}

.uplod_imag input {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    opacity: 0;
}

.upld_img {
    border-radius: 10px;
    padding: 35px 0px 0;
    font-family: 'Poppins';
    margin-bottom: 0;
}

.upld_img h4,
.upld_img p {
    font-family: 'Poppins';
    margin-bottom: 0;
}

.upld_img p {
    color: #000;
    font-size: 22px;
    font-family: 'Roboto';
}

.apply-form .modal-dialog .upload-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 200px;
    background: #756659;
    border: 2px solid #756659;
    color: #fff;
    margin: 0% auto;
}

.apply-form .modal-dialog .submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 200px;
    background: #756659;
    border: 2px solid #756659;
    color: #fff;
}

.apply-form .modal-dialog span.career-last {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 25px;
    font-size: 30px;
}

.apply-form .modal-dialog span.career-last::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 15%;
    background: #cccccc;
    margin-right: -20%;
}

.apply-form .modal-dialog span.career-last::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 15%;
    background: #cccccc;
    margin-left: -20%;
}

.apply-form .modal-content {
    padding: 20px 50px;
    border: 0;
    padding: 0;
}

.apply-form div#exampleModal {
    position: unset;
}

button.btn-theme.submt {
    background: #ddd;
    color: #009ef0;
}


button.btn.btn_badam1 {
    background: #0d0d0d;
    border-radius: 30px;
    padding: 14px 50px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 20px;
}

button.btn.btn_badam {
    background: #c1bfc2;
    border-radius: 40px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 20px;
    padding: 10px 30px;
}

button.btn.btn_badam img {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
}

.career-head h2 {
    text-align: center;
    margin-bottom: 70px;
    text-transform: capitalize;
}

.career-sec {
    margin-bottom: 100px;
}

.uplod_imag img {
    filter: brightness(0);
}

/*---------------------------------------------------- Career Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Booking Section Start --------------------------------------------------------------*/


div#datepicker table th,
div#datepicker table td {
    text-align: center;
}

table.ui-datepicker-calendar thead tr th {
    font-weight: 700 !important;
}

.ui-datepicker-title span {
    font-family: 'Abril Fatface', cursive;
    font-size: 20px;
    color: #000;
}

div#datepicker table .ui-state-default {
    height: 44px;
    width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 2px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid;
}

div#datepicker table a.ui-state-default.ui-state-active {
    background: #2e67a0;
    color: #fff;
}

section.booking-sec {
    padding: 0px 0 100px;
}

.btn-1 {
    height: 50px;
    padding: 0 30px;
    background: #2e67a0;
    display: inline-flex;
    align-items: center;
    border-radius: 7px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
}

.btn-1:hover {
    color: #fff;
    background: #601f77;
}

div#datepicker table th {
    padding: 8px 0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    border: 1px solid;
}

.ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 18px;
    margin: 30px 0 30px;
}

.ui-datepicker-header a.ui-datepicker-next.ui-corner-all {
    order: 1;
}

.ui-datepicker-header>a {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #2e67a0;
    background: #fff;
    border: 1px solid #2e67a0;
}

div#datepicker table .ui-state-disabled .ui-state-default {
    background: transparent;
    font-weight: 200;
    color: #0000009e;
    font-size: 18px;
    font-family: 'Abril Fatface', cursive;
}

div#datepicker table a.ui-state-default:hover {
    background: #282828;
}

.containers {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
    border: 1px solid #ddd;
    max-width: 800px;
}

section.calendly-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 40px 0;
}

.calender-wrapper {
    padding: 30px;
    height: 100%;
    border-right: 2px solid #ddd;
    border: 1px solid #2a2a2a;
    background: transparent;
    border-radius: 10px;
}

.company-info {
    padding: 20px;
}

.company-info h3 {
    margin: 10px 0 20px;
}

.badges {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a9c;
    margin: 0 0 20px;
}

table.ui-datepicker-calendar {
    width: 100%;
}

.time-slot {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47%;
    border: 1px solid #2a2a2a;
    margin: 10px auto;
    border-radius: 7px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    display: inline-flex;
    margin-right: 8px;
}

.time-slot.active>span {
    background: #2e67a0;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 6px;
    color: #fff;
}

.time-slot>div {
    width: 0;
    overflow: hidden;
}

.wrapper-time {
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 10px 20px;
    background: transparent;
}

.slot-wrapper {
    text-align: center;
}

a {
    text-decoration: none;
}

div#datepicker table td {
    height: 80px;
    border: 1px solid;
}

.book-form input,
.book-form textarea {
    height: 50px;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #000;
    background: #ffffff;
}

.book-form textarea {
    height: 150px;
}

.quote-frm {
    padding-top: 40px;
}

.quote-frm h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: left;
}

.more-detai {
    margin: 0 0 20px;
}

.doct-portfolio {
    padding: 1.5rem 1.5rem 0.7rem 1.5rem;
}

.doc-details ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}

.doc-details ul li i {
    font-size: 15px;
    color: #000;
}

.doc-details ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
    justify-content: start;
}

.doc-img img {
    border-radius: 5px;
    object-fit: cover;
    height: 170px;
    width: 170px;
    margin: 0 0 0 auto;
    display: block;
    box-shadow: 0 0 8px #ccc;
    /* border-radius: 50%; */
}

.doc-wrap {
    display: flex;
    align-items: center;
    padding: 30px;
    border: 1px solid #400056;
    border-radius: 8px;
    background: transparent;
    margin: 0 0 24px;
}

.doc-wrap .doc-details {
    width: 60%;
}

.doc-wrap .doc-img {
    width: 40%;
}

.doc-details p {
    width: 96%;
    font-size: 15px;
    color: #000;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    border: 1px solid #2a2a2a;
}

.wrapper-time .btn-1 {
    width: 100%;
    text-align: center;
    justify-content: center;
    border: 0;
}

.wrapper-time .btn-1:hover {
    background: #000;
}

.calender-wrapper h3 {
    margin-bottom: 20px;
}

.pdf-redirect {
    margin-bottom: 100px;
}

.pdf-redirect img {
    width: 100%;
    object-fit: cover;
}

/*---------------------------------------------------- Booking Section End --------------------------------------------------------------*/

.site-btn:hover {
    background: #2f2e2c;
    color: #fff;
}

.site-btn:hover .site-img {
    background: #fff;
}

.site-btn:hover .site-img img {
    filter: invert(1);
}

.header-logo img {
    width: 100%;
    height: 100%;
}

section.pdf-redirect {
    display: none;
}

.banner-text span {
    font-size: 28px;
    color: #000;
    display: block;
    margin-bottom: 5px;
}

button.site-btn {
    margin-top: 10px;
}

form.hf-form.hf-form-182 .hf-fields-wrap {
    display: flex;
    gap: 24px;
    align-items: center;
}

.banner-form input,
.banner-form select {
    width: 190px !important;
    height: 78px !important;

}

.banner-form button {
    height: 75px !important;
}

.slicknav_nav a:hover {
    background: #2f2e2c;
}

html {
    overflow-x: hidden;
}



/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {

    .banner-form {
        left: 0;
        right: 0;
        bottom: 5%;
        margin: auto;
        max-width: 90vw;
        padding: 30px 30px;
        border-radius: 10px;
    }

    form.hf-form.hf-form-182 .hf-fields-wrap {
        gap: 15px;
        flex-wrap: wrap;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .menuSec ul li a {
        font-size: 12px;
        padding: 10px 1px;
    }

    img.bnr-one {
        width: 250px;
        height: 500px;
    }

    img.bnr-two {
        width: 300px;
        height: 550px;
    }

    h1 {
        font-size: 75px;
    }

    .banner-text h1 span {
        font-size: 55px;
    }

    .banner-sec {
        min-height: 680px;
        margin-bottom: 70px;
        padding-bottom: 50px;
    }

    form.hf-form.hf-form-182 .hf-fields-wrap {
        gap: 10px;
        flex-wrap: wrap;
    }

    .banner-form {
        left: 0;
        right: 0;
        bottom: 5%;
        margin: auto;
        max-width: 90vw;
        padding: 30px 30px;
        border-radius: 10px;
    }

    .program-slider .slick-list.draggable {
        margin-left: 0%;
        margin-right: 0%;
    }

    h3 {
        font-size: 25px;
    }

    .slick-arrow.slick-next {
        right: 5%;
    }

    .slick-prev.slick-arrow {
        left: 2%;
    }

    .whychose-point-img img {
        width: 180px;
    }

    .whychoose-image-main {
        width: 95%;
        margin: 0px 0px 0px auto;
    }

    .how-it-works-sec .col-lg-9 {
        padding-left: 30px;
    }

    .how-it-works-sec {
        margin-bottom: 70px;
    }

    .latest_work_sec {
        padding: 0 0 70px;
    }

    .career-sec-home {
        padding: 70px 0;
        margin-bottom: 70px;
    }

    .foter-quicklink {
        padding-left: 30px;
    }

    .banner-sec.inner {
        height: 400px;
        min-height: 450px;
        margin-bottom: 70px;
    }

    section.booking-sec {
        padding: 0px 0 70px;
    }

    .gallery-sec.inner {
        padding: 0 0 70px;
    }

    .contact-sec {
        margin-bottom: 70px;
    }





}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    form.hf-form.hf-form-182 .hf-fields-wrap {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        align-items: center;
    }

    .banner-form {
        bottom: 0%;
        margin-top: 50px;
        padding: 20px 20px;
        position: relative;
    }

    .menuSec ul {
        gap: 0px;
    }

    .menuSec ul li a {
        font-size: 12px;
        padding: 10px 5px;
    }

    .header-logo a {
        width: 70px;
        display: block;
    }

    .site-btn {
        gap: 10px;
        padding: 6px 7px 6px 15px;
        font-size: 12px;
    }

    .site-img {
        width: 35px;
        height: 35px;
    }

    .banner-text {
        margin-bottom: 7%;
    }

    h1 {
        font-size: 60px;
    }

    .banner-text h1 span {
        font-size: 50px;
    }

    .banner-text span {
        font-size: 24px;
    }

    .banner-sec {
        padding-bottom: 40px;
        margin-bottom: 60px;
    }

    .about-text {
        margin-left: 0px;
        margin-top: 30px;
    }

    .about-sec {
        margin-bottom: 60px;
    }

    .program-slider .slick-list.draggable {
        margin-left: 0%;
        margin-right: 0%;
    }

    .slick-next {
        right: 7%;
    }

    .slick-arrow {
        left: 2%;
    }


    .program-sec {
        padding: 50px 0 60px;
        margin-bottom: 60px;
    }

    h2 {
        font-size: 45px;
    }

    .how-it-works-sec .col-lg-9 {
        padding-left: 0px;
    }

    .how-it-works-sec .container-fluid {
        padding: 0 0 0 6%;
    }

    .how-it-works-sec .col-lg-4 {
        padding: 10px 0 40px;
    }

    .how-work-main {
        padding: 40px 0 30px;
    }

    .whychoose-image-main {
        margin-top: 30px;
    }

    .whychoose-sec {
        margin-bottom: 60px;
    }

    .latest_work_sec {
        padding: 0 0 60px;
    }

    .how-it-works-sec {
        margin-bottom: 60px;
    }

    .career-sec-home {
        padding: 60px 0;
        margin-bottom: 60px;
    }

    .slick-current .review-main {
        transform: scale(1.0);
    }

    .review-slider .slick-slide {
        margin: 20px 5px;
    }

    .foter-quicklink {
        padding-left: 0px;
        margin-bottom: 40px;
    }

    .ftr-last {
        margin-top: 3%;
        padding: 15px 0;
    }

    .review-sec {
        margin-bottom: 60px;
    }

    .banner-form input,
    .banner-form select {
        width: 202px !important;
        height: 60px !important;
    }

    .banner-sec.inner {
        height: 400px;
        min-height: 450px;
        margin-bottom: 60px;
    }

    section.booking-sec {
        padding: 0px 0 60px;
    }

    .gallery-sec.inner {
        padding: 0 0 60px;
    }

    .contact-sec {
        margin-bottom: 60px;
    }

    .apply-form .modal-dialog input[type=range] {
        position: relative;
    }



}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .banner-sec .banner-form {
        bottom: 0;
        margin-top: 25px;
        position: relative;
        padding: 20px 20px;
        left: 0% !important;
    }

    form.hf-form.hf-form-182 .hf-fields-wrap {
        gap: 15px;
        flex-direction: column;
    }

    .program-slider .slick-list.draggable {
        margin-left: 0%;
        margin-right: 0%;
        padding: 0px !important;
    }

    .whychoose-sec .container-fluid {
        padding: 0 0 0 1%;
    }

    .banner-image {
        gap: 20px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .banner-text span {
        font-size: 18px;
    }

    h1 {
        font-size: 40px;
    }

    .banner-text h1 span {
        font-size: 35px;
    }

    .banner-text {
        margin-bottom: 10%;
    }

    .menuSec {
        position: relative;
    }

    .topbar-contact ul {
        gap: 15px;
        width: 100%;
        justify-content: center;
    }

    .topbar-contact a {
        gap: 9px;
        font-size: 12px;
    }

    .site-btn {
        gap: 10px;
        font-size: 13px;
        padding: 4px 5px 4px 19px;
    }

    .whychoose-point {
        align-items: flex-start;
        gap: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-left: 2px solid #000;
        max-width: 100vw;
    }

    h2 {
        font-size: 30px;
    }

    .whychose-buttons {
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .program-sec {
        padding: 50px 0 50px;
        margin-bottom: 50px;
    }

    .slider-counter {
        max-width: 75vw;
        margin: 10px auto 0;
    }

    .how-it-works-sec .col-lg-9 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .how-work-main {
        padding: 30px 0 10px;
    }

    .how-it-works-sec:before {
        display: none;
    }

    .slick-current .review-main {
        transform: scale(1);
    }

    .review-main {
        gap: 20px;
        border-radius: 15px;
        flex-direction: column;
        padding: 25px 15px 20px;
    }

    .review-text p {
        width: 100%;
    }

    .review-image img {
        width: 100px;
        height: 100px;
        border: 2px solid #fff;
    }

    .review-slider .slick-slide {
        margin: 0px 5px;
    }

    .review-sec {
        margin-bottom: 50px;
    }

    .career-sec-home {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .latest_work_sec {
        padding: 0 0 50px;
    }

    .how-it-works-sec {
        margin-bottom: 50px;
    }

    .how-it-works-sec .col-lg-4 {
        border-left: 0px;
        padding: 0px 0 30px;
    }

    .how-it-works-sec .container-fluid {
        padding: 0 15px 0;
    }

    .whychoose-sec {
        margin-bottom: 50px;
    }

    .whychoose-image-main img {
        height: 400px;
        border-top-left-radius: 150px;
        border-bottom-left-radius: 150px;
    }

    .experience-whychose {
        width: 155px;
        height: 155px;
        border-width: 4px;
    }

    .experience-whychose span {
        font-size: 12px;
        margin: 5px auto 0;
    }

    .counter-whchse {
        font-size: 40px;
    }

    .whychoose-image-main {
        margin-left: 15px;
    }

    .program-slider .slick-next {
        width: 35px;
        right: 10px;
        height: 30px;
    }

    .program-slider .slick-prev {
        left: 10px;
        width: 35px;
        height: 30px;
    }

    .program-slider .slick-next::before,
    .program-slider .slick-arrow::before {
        width: 100%;
        height: 100%;
    }

    .slick-arrow {
        bottom: -53px;
    }

    .banner-form input,
    .banner-form select {
        font-size: 12px;
        width: 100% !important;
        height: 45px !important;
    }

    form.hf-form.hf-form-182 .hf-fields-wrap {
        width: 100%;
        align-items: flex-start;
    }

    .g-recaptcha {
        left: -23px;
        position: relative;
        transform: scale(0.85);
    }

    .banner-form button {
        width: 170px;
        height: 55px !important;
    }

    .banner-sec {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .about-text {
        margin-top: 35px;
        margin-left: 0px;
    }

    .about-text ul {
        column-count: 1;
        margin: 15px 0 10px;
    }

    .about-text ul li h5 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .about-text ul li p {
        width: 100%;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    .about-sec {
        margin-bottom: 50px;
    }

    .program-main {
        border-radius: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .program-text {
        padding: 25px 20px;
    }

    .program-image img {
        width: 100%;
        height: 340px;
    }

    .program-image {
        border-radius: 10px 10px 0px 0px;
    }

    h3 {
        font-size: 20px;
    }

    .program-slider .slick-slide {
        margin: 0px 10px 20px;
    }

    .career-sec-home .row {
        padding: 30px 0;
        max-width: 95vw;
        margin: 0px auto;
        border-radius: 20px;
    }

    .foter-quicklink {
        margin: 25px 0px;
        padding-left: 0px;
    }

    footer h4 {
        font-size: 16px;
        padding-left: 10px;
        margin-bottom: 10px;
        border-left: 2px solid #fff;
    }

    footer ul li a {
        font-size: 12px;
    }

    .foter-serv {
        margin: 25px 0px;
    }

    .ftr-last {
        padding: 20px 0;
    }

    .topbar-socail:before,
    .topbar-contact ul:before {
        display: none;
    }

    .topbar-socail {
        justify-content: center;
    }

    .banner-sec.inner {
        height: 300px;
        min-height: 300px;
        align-content: center;
    }

    .program-text.detail {
        width: 95%;
        border-radius: 15px;
        margin: -50px auto 0;
    }

    .program-sec.detail {
        margin-bottom: 50px;
    }

    .gallery-sec.inner {
        padding: 0 0 50px;
    }

    div#datepicker table .ui-state-disabled .ui-state-default {
        font-size: 12px;
    }

    div#datepicker table .ui-state-default {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }

    div#datepicker table td {
        height: 45px;
    }

    div#datepicker table th {
        font-size: 10px;
    }

    .calender-wrapper {
        padding: 10px;
    }

    section.booking-sec {
        padding: 0px 0 40px;
    }

    .ui-datepicker-header {
        font-size: 14px;
        margin: 15px 0 15px;
    }

    .ui-datepicker-header>a {
        height: 30px;
        width: 30px;
    }

    .contact-image {
        margin-left: 0px;
        margin-top: 20px;
    }

    .contact-sec {
        margin-bottom: 40px;
    }

    .contact-image img {
        height: auto;
    }

    .upld_img p {
        font-size: 13px;
    }

    button.btn.btn_badam {
        font-size: 14px;
        padding: 9px 9px;
    }

    button.btn.btn_badam1 {
        font-size: 14px;
        margin-top: 15px;
        padding: 13px 40px;
    }

    .apply-form .modal-dialog span.career-last {
        font-size: 20px;
        margin: 20px 0 20px;
    }

    .apply-form .modal-dialog span.career-last::before {
        width: 15%;
        margin-left: -30%;
    }

    .apply-form .modal-dialog span.career-last::after {
        margin-right: -30%;
    }

    .career-sec {
        margin-bottom: 50px;
    }

    .upld_img.text-center h4 {
        margin: 15px 0;
        font-size: 20px;
    }

    .apply-form .modal-dialog input,
    .apply-form .modal-dialog select {
        height: 45px;
        font-size: 12px;
        padding: 10px 18px;
    }

    .apply-form .modal-dialog label {
        font-size: 16px;
    }

    .apply-form .modal-dialog input[type=range] {
        position: relative;
    }

    .career-head h2 {
        margin-bottom: 20px;
    }

    .apply-form .modal-dialog {
        margin: 0px;
    }

    .header-logo img {
        max-width: 100px;
    }









}

@media only screen and (min-width: 0px) and (max-width: 575px) {

    .banner-sec .banner-form {
        bottom: 0;
        margin-top: 25px;
        position: relative;
        padding: 20px 20px;
        left: 0% !important;
    }

    form.hf-form.hf-form-182 .hf-fields-wrap {
        gap: 15px;
        flex-direction: column;
    }

    .program-slider .slick-list.draggable {
        margin-left: 0%;
        margin-right: 0%;
        padding: 0px !important;
    }

    .whychoose-sec .container-fluid {
        padding: 0 0 0 1%;
    }

    .banner-image {
        gap: 20px;
        flex-direction: column;
    }

    .banner-text span {
        font-size: 18px;
    }

    h1 {
        font-size: 40px;
    }

    .banner-text h1 span {
        font-size: 35px;
    }

    .banner-text {
        margin-bottom: 10%;
    }

    .menuSec {
        position: relative;
    }

    .topbar-contact ul {
        gap: 15px;
        width: 100%;
        justify-content: center;
    }

    .topbar-contact a {
        gap: 9px;
        font-size: 12px;
    }

    .site-btn {
        gap: 10px;
        font-size: 13px;
        padding: 4px 5px 4px 19px;
    }

    .whychoose-point {
        align-items: flex-start;
        gap: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-left: 2px solid #000;
        padding: 15px 20px 15px 20px;
        flex-direction: column;
        max-width: 100vw;
    }

    h2 {
        font-size: 30px;
    }

    .whychose-buttons {
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .program-sec {
        padding: 40px 0 40px;
        margin-bottom: 40px;
    }

    .slider-counter {
        max-width: 75vw;
        margin: 10px auto 0;
    }

    .how-it-works-sec .col-lg-9 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .how-work-main {
        padding: 30px 0 10px;
    }

    .how-it-works-sec:before {
        display: none;
    }

    .slick-current .review-main {
        transform: scale(1);
    }

    .review-main {
        gap: 20px;
        border-radius: 15px;
        flex-direction: column;
        padding: 25px 15px 20px;
    }

    .review-text p {
        width: 100%;
    }

    .review-image img {
        width: 100px;
        height: 100px;
        border: 2px solid #fff;
    }

    .review-slider .slick-slide {
        margin: 0px 0px;
    }

    .review-sec {
        margin-bottom: 40px;
    }

    .career-sec-home {
        padding: 40px 0;
        margin-bottom: 40px;
    }

    .latest_work_sec {
        padding: 0 0 40px;
    }

    .how-it-works-sec {
        margin-bottom: 40px;
    }

    .how-it-works-sec .col-lg-4 {
        border-left: 0px;
        padding: 0px 0 30px;
    }

    .how-it-works-sec .container-fluid {
        padding: 0 15px 0;
    }

    .whychoose-sec {
        margin-bottom: 40px;
    }

    .whychoose-image-main img {
        height: 400px;
        border-top-left-radius: 150px;
        border-bottom-left-radius: 150px;
    }

    .experience-whychose {
        width: 155px;
        height: 155px;
        border-width: 4px;
    }

    .experience-whychose span {
        font-size: 12px;
        margin: 5px auto 0;
    }

    .counter-whchse {
        font-size: 40px;
    }

    .whychoose-image-main {
        margin-left: 15px;
    }

    .program-slider .slick-next {
        width: 35px;
        right: 10px;
        height: 30px;
    }

    .program-slider .slick-prev {
        left: 10px;
        width: 35px;
        height: 30px;
    }

    .program-slider .slick-next::before,
    .program-slider .slick-arrow::before {
        width: 100%;
        height: 100%;
    }

    .slick-arrow {
        bottom: -53px;
    }

    .banner-form input,
    .banner-form select {
        font-size: 12px;
        width: 100% !important;
        height: 45px !important;
    }

    form.hf-form.hf-form-182 .hf-fields-wrap {
        width: 100%;
        align-items: flex-start;
    }

    .g-recaptcha {
        left: -23px;
        position: relative;
        transform: scale(0.85);
    }

    .banner-form button {
        width: 170px;
        height: 55px !important;
    }

    .banner-sec {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .about-text {
        margin-top: 35px;
        margin-left: 0px;
    }

    .about-text ul {
        column-count: 1;
        margin: 15px 0 10px;
    }

    .about-text ul li h5 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .about-text ul li p {
        width: 100%;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    .about-sec {
        margin-bottom: 40px;
    }

    .program-main {
        border-radius: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .program-text {
        padding: 25px 20px;
    }

    .program-image img {
        width: 100%;
        height: 340px;
    }

    .program-image {
        border-radius: 10px 10px 0px 0px;
    }

    h3 {
        font-size: 20px;
    }

    .program-slider .slick-slide {
        margin: 0px 10px 20px;
    }

    .career-sec-home .row {
        padding: 30px 0;
        max-width: 95vw;
        margin: 0px auto;
        border-radius: 20px;
    }

    .foter-quicklink {
        margin: 25px 0px;
        padding-left: 0px;
    }

    footer h4 {
        font-size: 16px;
        padding-left: 10px;
        margin-bottom: 10px;
        border-left: 2px solid #fff;
    }

    footer ul li a {
        font-size: 12px;
    }

    .foter-serv {
        margin: 25px 0px;
    }

    .ftr-last {
        padding: 20px 0;
    }

    .topbar-socail:before,
    .topbar-contact ul:before {
        display: none;
    }

    .topbar-socail {
        justify-content: center;
    }

    .banner-sec.inner {
        height: 300px;
        min-height: 300px;
        align-content: center;
    }

    .program-text.detail {
        width: 95%;
        border-radius: 15px;
        margin: -40px auto 0;
    }

    .program-sec.detail {
        margin-bottom: 40px;
    }

    .gallery-sec.inner {
        padding: 0 0 40px;
    }

    div#datepicker table .ui-state-disabled .ui-state-default {
        font-size: 12px;
    }

    div#datepicker table .ui-state-default {
        width: 25px;
        height: 25px;
        font-size: 10px;
    }

    div#datepicker table td {
        height: 45px;
    }

    div#datepicker table th {
        font-size: 10px;
    }

    .calender-wrapper {
        padding: 10px;
    }

    section.booking-sec {
        padding: 0px 0 40px;
    }

    .ui-datepicker-header {
        font-size: 14px;
        margin: 15px 0 15px;
    }

    .ui-datepicker-header>a {
        height: 30px;
        width: 30px;
    }

    .contact-image {
        margin-left: 0px;
        margin-top: 20px;
    }

    .contact-sec {
        margin-bottom: 40px;
    }

    .contact-image img {
        height: auto;
    }

    .upld_img p {
        font-size: 13px;
    }

    button.btn.btn_badam {
        font-size: 14px;
        padding: 9px 9px;
    }

    button.btn.btn_badam1 {
        font-size: 14px;
        margin-top: 15px;
        padding: 13px 40px;
    }

    .apply-form .modal-dialog span.career-last {
        font-size: 20px;
        margin: 20px 0 20px;
    }

    .apply-form .modal-dialog span.career-last::before {
        width: 15%;
        margin-left: -30%;
    }

    .apply-form .modal-dialog span.career-last::after {
        margin-right: -30%;
    }

    .career-sec {
        margin-bottom: 40px;
    }

    .upld_img.text-center h4 {
        margin: 15px 0;
        font-size: 20px;
    }

    .apply-form .modal-dialog input,
    .apply-form .modal-dialog select {
        height: 45px;
        font-size: 12px;
        padding: 10px 18px;
    }

    .apply-form .modal-dialog label {
        font-size: 16px;
    }

    .apply-form .modal-dialog input[type=range] {
        position: relative;
    }

    .career-head h2 {
        margin-bottom: 20px;
    }

    .apply-form .modal-dialog {
        margin: 0px;
    }
















}


/*Media Query End*/