@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

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;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Rajdhani-Bold';
    src: url(../fonts/Rajdhani-Bold.ttf);
}

@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
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #201bef!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 0px 30px;
    border-radius: 6px;
    width: fit-content;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    text-transform: uppercase;
}

.btn10:hover {
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #0904ea;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #0904ea !important;
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #0904ea !important;
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.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;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Rajdhani-Bold';
    font-size: 52px;
    line-height: 58px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h4 {
    font-family: 'Rajdhani-Bold';
    font-size: 24px;
    line-height: 30px;
    color: #0806e3;
    font-weight: 500;
    margin: 0 0 10px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #454545;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 20px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    text-align: left;
    text-transform: capitalize;
}

.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: #000000;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.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: #201bef;
}

.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:hover a {}

.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;
}

.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;
}


/*header css start */

.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;
}


/*banner css 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 {
    right: 120px;
    bottom: 30px;
    margin-left: 0;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 10px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #201bef;
    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: 10px;
}

.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: #00c7c5;
}

section.main_slider {
    background: #f3f1f1;
    position: relative;
}

.carousel-inner {}

.carousel-item {
    height: 120vh;
}

.banner_text h1 {
    font-size: 140px;
    line-height: 90px;
    text-transform: uppercase;
    font-family: 'Rajdhani-Bold';
    color: #000;
}

.banner_text h1 span {
    font-size: 92px;
    line-height: 60px;
}

.banner_img img {
    width: 100%;
    height: 720px;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.header-btn {
    margin-top: 30px;
}

.banner_text h1:first-letter {
    color: #0806e3;
}

.banner_img {
    position: absolute;
    top: 130px;
    right: 0;
    width: 55%;
}

.btn1 {
    background: #00c7c5 !important;
}

.banner_img:before {
    content: '';
    position: absolute;
    background: #00c7c5;
    width: 50%;
    height: 50px;
    border-radius: 5px 5px 5px 0;
    top: -20px;
    left: 0;
    animation: full 15s ease-in-out infinite;
}

.banner_img:after {
    content: '';
    position: absolute;
    background: #201bef;
    width: 50%;
    height: 50px;
    border-radius: 5px 0px 0px 5px;
    bottom: -20px;
    right: 0;
    animation: full 15s ease-in-out infinite;
}

.banner_text h1 r {
    color: #00c7c5;
}

section.main_slider:before {
    content: '';
    position: absolute;
    background-image: url(../images/banner-dot.png);
    width: 10%;
    height: 210px;
    background-repeat: no-repeat;
    top: 13%;
    left: 39%;
    animation: shake-vertical 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@keyframes shake-vertical {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }
    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

section.main_slider:after {
    content: '';
    position: absolute;
    background-image: url(../images/banner-dot.png);
    bottom: -100px;
    left: 110px;
    z-index: 11;
    background-repeat: no-repeat;
    width: 30px;
    height: 380px;
    transform: rotate(90deg);
}

@keyframes full {
    0% {
        width: 50%;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 50%;
    }
}

.banner_text ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 0;
    position: absolute;
    bottom: -30px;
}

.banner_text ul li a {
    font-size: 30px;
    color: #000;
}

.banner_text {
    position: relative;
    height: 600px;
    display: grid;
    align-content: center;
    justify-content: flex-start;
    gap: 0;
}


/*banner css end*/


/*About Start*/

section.about-sec {
    padding: 100px 0;
}

.about-img img {
    width: 100%;
    height: 562px;
    object-fit: cover;
    border-radius: 10px;
}

.about-experice {
    display: inline-flex;
    align-items: center;
    background: #00c7c5;
    padding: 10px;
    border-radius: 10px;
    margin-top: -60px;
    margin-left: 50px;
}

.about-experice h2 {
    font-size: 72px;
    line-height: 80px;
    margin: 0;
    color: #fff;
    font-family: 'Rajdhani-Bold';
}

.about-experice h4 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    color: #fff;
    font-family: 'Rajdhani-Bold';
}

.about-txt p {
    text-align: justify;
    line-height: 25px;
}


/*About End*/


/*Service Start*/

section.service-sec {
    position: relative;
    padding: 100px 0;
}

section.service-sec:before {
    content: '';
    position: absolute;
    background-image: url(../images/service-back.jpg);
    width: 100%;
    height: 66%;
    z-index: -1;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-head h4 {
    color: #00c7c5;
}

.service-head h3 {
    color: #fff;
}

.service-head-btn {
    text-align: right;
}

.service-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.service-txt {
    background: #201bef;
    padding: 30px 20px;
    border-radius: 0 0 10px 10px;
}

.service-txt p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 0 0 10px;
}

.service-txt ul {
    margin: 0;
}

.service-slider .slick-prev:before,
.service-slider .slick-next:before {
    position: absolute;
    content: '\f060';
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #fff;
    color: #201bef;
    opacity: 1;
    font-size: 20px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
}

.service-slider .slick-next:before {
    position: absolute;
    content: '\f061';
}

.service-slider button.slick-prev.slick-arrow {
    left: 6px;
    z-index: 1;
}

.service-slider button.slick-next.slick-arrow {
    right: 32px;
}

.service-slider .slick-prev:hover:before,
.service-slider .slick-next:hover:before {
    background: #00c7c5;
}

.service-txt h3 {
    font-size: 36px;
    color: #fff;
    line-height: 42px;
    margin: 0;
}

.service-txt a {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #00c7c5;
    border-radius: 4px;
}

.service-txt a:hover {
    background: #000;
}


/*Service End*/


/*Choose Start*/

.choose-txt p {
    font-size: 14px;
    line-height: 22px;
}

.choose-list ul {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.choose-list ul li h5 {
    font-size: 22px;
    color: #000;
    margin: 0;
    font-family: 'Rajdhani-Bold';
    text-transform: uppercase;
}

.choose-list img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.choose-list ul li p {
    margin: 0;
}

section.choose-sec {
    padding: 0 0 100px;
}

.choose-img img {
    width: 90%;
    height: 545px;
    object-fit: cover;
    border-radius: 10px;
}

.choose-img {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.choose-img:before {
    content: '';
    position: absolute;
    background: #00c7c5;
    width: 100%;
    height: 90%;
    border-radius: 10px;
    z-index: -1;
    top: 5%;
    left: 0;
}

.choose-txt h4 {
    color: #00c7c5;
}


/*Choose End*/


/*company Start*/

section.company-sec {
    background-image: url(../images/company-back.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-attachment: fixed;
}

.company-txt h2 {
    font-size: 72px;
    color: #fff;
    line-height: 80px;
    text-transform: uppercase;
    font-family: 'Rajdhani-Bold';
    margin: 0 0 10px;
}


/*company End*/


/*Testi Start*/

.testi-main {
    border: 1px solid #666666;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.testi-profile-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #0806e3;
}

.testi-profile-img {
    width: 40%;
}

.testi-txt {
    width: 100%;
}

section.testi-sec {
    padding: 100px 0;
}

.testi-txt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}

.testi-txt ul li h5 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.testi-txt ul li h6 {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.testi-txt ul li img {
    object-fit: contain;
}

.star i {
    color: orange;
    font-size: 16px;
}

.star {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    gap: 3px;
}

.testi-txt p {
    color: #636262;
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
}

.testi-main:before {
    content: '';
    position: absolute;
    background: #00c7c5;
    width: 18%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 0 0 10px;
    z-index: -1;
}

.testi-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 10px;
    border-radius: 5px;
    content: '' !important;
    text-align: center;
    opacity: 1;
    background: #000;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testi-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00c7c5;
    background: #00c7c5;
}

.testi-slider .slick-active {
    opacity: 1;
}

.testi-slider .slick-dots {
    bottom: -60px;
}


/*Testi Start*/


/* Footer Section Start */

footer.footer-sec {
    position: relative;
    padding: 70px 0 0;
    background-color: #0904ea;
}

ul.footer-social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    gap: 20px;
    margin-bottom: 15px;
}

ul.footer-social-list li i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #000;
}

ul.footer-social-list li i:hover {
    background: #a30000;
    transition: 1s ease-in-out;
    color: #fff;
}

.footer-text h2 {
    font-size: 30px !important;
    line-height: 30px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    font-family: 'Rajdhani-Bold';
    text-transform: uppercase;
    display: inline-block;
}

ul.footer-link li a {
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    font-weight: 400;
    font-family: 'Poppins';
    text-transform: capitalize;
    text-transform: uppercase;
}

ul.footer-link-list li i {
    font-size: 20px;
    color: #ffffffd9;
}

ul.footer-link-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    padding-right: 15px;
    margin-bottom: 20px;
}

ul.footer-link-list li p {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin: 0;
}

.footer-form {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    position: relative;
}

.footer-form input {
    width: 100%;
    height: 60px;
    padding: 15px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 16px;
    padding-left: 40px;
}

.footer-form i {
    position: absolute;
    top: 19px;
    left: 30px;
    font-size: 20px;
    color: #a30000;
}

.footr-btn button {
    justify-content: center;
    border: 1px solid #ceb19d;
}

.footer-text p {
    margin: 20px 0px 20px 0;
    color: #fff;
}

ul.footer-link {
    display: block;
    column-count: 1;
}

.footer-text {
    position: relative;
    height: 100%;
}

.footer-text img {
    width: 80%;
    margin: 0 auto;
    object-fit: cover;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

section.bottom-nav .container {
    padding: 14px;
    background: #00c7c5;
    text-transform: capitalize;
    border-radius: 6px;
    margin-top: -30px;
}

section.bottom-nav p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 0;
    font-weight: 300;
}

ul.footer-link li {
    border-bottom: 1px solid transparent;
    width: 75%;
    transition: 1s ease-in-out;
}

ul.footer-link li:hover {
    padding-left: 10px;
    border-color: #fff;
    transition: 1s ease-in-out;
    color: #999999;
}

ul.footer-link-list li {
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
    transition: 1s ease-in-out;
}

ul.footer-link-list li:hover {
    padding-left: 10px;
    border-color: #999999;
    transition: 1s ease-in-out;
    color: #0c8381;
}

.no-border:before {
    display: none;
}

.footer-text h2:before {
    content: '';
    position: absolute;
    background: #00c7c5;
    width: 100%;
    height: 3px;
    bottom: -6px;
}

section.bottom-nav {
    border-top: 1px solid #fff;
    padding-bottom: 30px;
    margin-top: 70px;
}

ul.f-book {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    gap: 20px;
}

ul.f-book li i {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0904ea;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
}

ul.f-book li h6 {
    font-size: 14px;
    line-height: 20px;
    color: #062a4d;
    font-family: 'Rajdhani-Bold';
    margin: 0;
}

ul.f-book li a {
    font-size: 24px;
    color: #062a4d;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 30px;
}

ul.footer-media {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.footer-media li a {
    font-size: 34px;
    color: #fff;
}


/*.f-logo {
    text-align: center;
    margin: 0 auto 0;
}*/


/* Footer Section End */


/* Inner Pages Star */

ul.footer-media {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.footer-media li a {
    font-size: 34px;
    color: #fff;
}


/*.f-logo {
    text-align: center;
    margin: 0 auto 0;
}*/


/* Footer Section End */


/* Inner Pages Start */

.inner-banner {
    position: relative;
    height: 600px;
}

.inner-banner .row {
    align-items: center;
}

.inner-baner-image img {
    height: 370px;
}

.inner-baner-image {
    top: 150px;
}

.inner-baner-text h1 {
    font-size: 92px;
    color: #000;
    line-height: 100px;
    margin: 0;
}

.inner-baner-text h1:first-letter {
    color: #000;
}

.inner-banner::after {
    display: none;
}

.inner-baner-text ul {
    margin: 0 !important;
    bottom: 60px !important;
}

.inner-banner::before {
    top: 140px !important;
}


/* About Page Start */

.team-sec {
    padding: 80px 0;
}

.sec-head {
    text-align: center;
    margin-bottom: 30px;
}

.sec-head h2 {
    font-size: 52px;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Rajdhani-Bold';
    font-weight: 600;
}

.team-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.team-text {
    margin-top: 20px;
}

.team-text h4 {
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Poppins';
    margin: 0;
}

.team-text h5 {
    font-size: 18px;
    color: #5c5b5b;
    text-transform: uppercase;
    margin: 0;
}

.slick-slide {
    opacity: 1;
}

.about-bottom-text {
    margin-top: 30px;
}


/* About Page End */


/* Service Page Start */

.service-page::before {
    display: none;
}

.service-page .service-main {
    margin: 20px 0;
}


/* Service Page End */


/* Service Detail Page Start */

.service-detail-page {
    padding: 100px 0;
}

.ser-det-image img {
    position: relative;
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
    margin-bottom: 20px;
    height: 500px;
}

.ser-det-text h2 {
    font-size: 48px;
    color: #000000;
    margin: 0;
    font-family: 'Rajdhani-Bold';
    text-transform: uppercase;
}

.btn10.btn-3 {
    background: #00c7c5 !important;
    border: 0;
}

.ser-det-text p {
    text-align: justify;
}


/* Service Detail Page End */


/* contact start */

.in-banner.contact {
    width: 60%;
}

.contact-us {
    padding-top: 100px;
    padding-bottom: 90px;
}

.contact-us h3 {
    color: #010101;
    font-size: 57px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-us p {
    font-size: 17px;
    line-height: 27px;
    font-family: Poppins;
    font-weight: 400;
    width: 100%;
    color: #8b8a8a;
}

.contact-us input {
    margin-top: 20px;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    color: #9d9a9a;
    font-size: 15px;
}

 ::placeholder {
    color: #9d9a9a;
}

.contact-us textarea {
    margin-top: 20px;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    height: 120px;
    resize: none;
    font-size: 15px;
    color: #9d9a9a;
}

.contact-us button {
    padding: 15px 50px;
    margin-top: 15px;
}

.detai-s {
    margin-top: 30px;
    padding-bottom: 15px
}

.detai-s i {
    color: #fff200;
    line-height: 80px;
    font-size: 30px
}

.detai-s a {
    color: #000000b3;
    font-size: 17px;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 400
}

section.contact-us .soccail-icon {
    display: flex;
    gap: 18px;
    padding: 35px 0;
}

section.contact-us .soccail-icon i {
    /* background: #f25764; */
    color: #fff;
    font-size: 22px;
}

.detai-s img {
    height: 50px;
    line-height: 53px;
    margin-top: 20px
}

.detai-s h6 {
    margin: 0;
    color: #000;
    font-family: Poppins;
    font-weight: 600;
    font-size: 19px;
    line-height: 11px;
    text-transform: uppercase;
}

.detai-s .row {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    gap: 0
}

.detai-s i {
    color: #000;
    line-height: 80px;
    font-size: 40px;
    height: 96px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Leave-wrap {
    background: #fff;
    box-shadow: 0 0 4px #0000003d;
    padding: 40px 20px;
    /* border: 1px solid #d2d2d2; */
    border-radius: 10px;
}

.socails ul li img {
    width: 26px;
    height: 29px;
    object-fit: none
}

iframe {
    width: 100%;
    height: 600px
}

.soccail-icon a {
    width: 36px;
    height: 36px;
    background: #000;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 5px;
    transition: .5s all;
}

.soccail-icon a:hover {
    background: #fe8800;
    transform: scale(1.1);
}

 ::placeholder {
    color: #9d9a9a;
    font-size: 15px;
}

.contact-us p {
    font-size: 13px;
    line-height: 25px;
}


/* contact end */


/*Book Now Start*/

.online-restions-sec input {
    width: 100%;
    height: 65px;
    padding: 0 20px;
    margin-bottom: 5%;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    background: #f8f8f8;
}

.online-restions-sec select {
    width: 100%;
    height: 65px;
    padding: 0 21px;
    margin-bottom: 5%;
    border: 2px solid #e5e5e5;
    font-size: 16px;
    color: #333333;
    background: #f8f8f8;
    background-image: none;
    border-radius: 7px;
}

.online-restions-sec textarea::placeholder,
.online-restions-sec input::placeholder {
    font-weight: 400;
    text-transform: uppercase;
    color: #333333;
}

.online-restions-sec textarea {
    width: 100%;
    height: 200px;
    padding: 15px 20px;
    margin-bottom: 4%;
    border: 2px solid #e5e5e5;
    resize: none;
    border-radius: 7px;
    background: #f8f8f8;
}

.online-restions-sec {
    text-align: center;
    padding: 80px 0;
}

.online-restions-sec .theme_btn {
    width: 46%;
    font-size: 19px;
}

.online-restions-sec button {
    width: 40%;
}


/*Book Now End*/


/* Inner Pages End */


/* prohibited Section Start */

.prohibited-items {
    background-color: #f9f9f9;
    padding: 50px 0;
    margin-bottom: 60px;
}

.prohibited-items h2 {
    color: #000;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Rajdhani-Bold';
    font-weight: 600;
    line-height: 50px;
    margin: 0;
}

.prohibited-items ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.prohibited-items li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    width: 47%;
}

.prohibited-items li img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.prohibited-items li span {
    font-size: 18px;
    font-family: 'Rajdhani-Bold';
}

.prohibited-items p {
    margin-top: 20px;
    color: #555;
}

.prohibited-items .row {
    align-items: center;
}

.prh-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 #989898;
    padding: 60px;
    background: #fff;
}

.prh-image img {
    width: 100%;
    height: 600px;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 #989898;
    padding: 0;
    background: #fff;
}


/* prohibited Section End */


/* Inner Pages End */


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menuSec ul {
        margin: 0;
    }
    .header-btn {
        margin: 0;
        margin-left: -13px;
    }
    header .row {
        align-items: center;
    }
    .banner_text h1 span {
        font-size: 60px;
        line-height: 10px;
    }
    .banner_text h1 {
        font-size: 100px;
        line-height: 70px;
    }
    .banner_img img {
        height: 600px;
    }
    .banner_text ul {
        bottom: 40px;
    }
    .about-txt h3 {
        font-size: 36px;
        line-height: 40px;
    }
    .service-head h3 {
        font-size: 40px;
    }
    .prohibited-items h2 {
        font-size: 33px;
        line-height: 40px;
    }
    .choose-txt h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .company-txt h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .footer-text h2 {
        font-size: 26px !important;
    }
    ul.f-book {
        gap: 10px;
        padding: 10px;
    }
    .inner-baner-text h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .inner-baner-image img {
        height: 360px;
    }
    .about-txt p {
        font-size: 15px;
    }
    .sec-head h2 {
        font-size: 40px;
    }
    .service-txt {
        padding: 15px;
    }
    .service-txt h3 {
        font-size: 30px;
    }
    .service-img img {
        height: 300px;
    }
    .contact-us h3 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menuSec ul {
        margin: 0;
    }
    .header-btn {
        margin: 0;
        margin-left: -25px;
    }
    .menuSec .row {
        align-items: center;
    }
    .menuSec ul li a {
        padding: 6px 9px;
    }
    .header-btn a {
        padding: 0 15px;
    }
    .banner_text h1 {
        font-size: 70px;
        line-height: 50px;
    }
    .banner_text h1 span {
        font-size: 50px;
        line-height: normal;
    }
    .banner_img img {
        height: 440px;
    }
    .banner_text ul {
        bottom: 30px;
    }
    .about-sec {
        padding: 70px 0;
    }
    .about-txt h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .about-txt p {
        font-size: 15px;
    }
    .about-experice h4 {
        font-size: 24px;
    }
    .service-head h3 {
        font-size: 29px;
        line-height: 40px;
    }
    .service-img img {
        height: 300px;
    }
    .service-txt h3 {
        font-size: 30px;
    }
    section.service-sec {
        padding: 70px 0;
    }
    .prh-image img {
        height: auto;
        margin-bottom: 25px;
    }
    .company-txt h2 {
        font-size: 37px;
        line-height: 48px;
    }
    .inner-baner-text h1 {
        font-size: 40px;
    }
    .inner-baner-image img {
        height: 350px;
    }
    .about-bottom-text p {
        font-size: 14px;
    }
    .carousel-item {
        height: 700px;
    }
    .detai-s a {
        font-size: 14px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    header {
        position: relative;
    }
    .slicknav_menu {
        background: #201bef;
    }
    .slicknav_nav a:hover {
        background: #00c7c5;
    }
    .header-logo {
        text-align: center;
    }
    .header-btn {
        text-align: center;
        margin: 10px 0;
    }
    .banner_img {
        position: relative;
        top: 50px;
        width: 100%;
    }
    .banner_text {
        height: auto;
    }
    .inner-banner {
        height: 400px !important;
        padding: 30px 0;
    }
    .banner_img img {
        width: 100%;
        height: auto;
    }
    .banner_text h1 {
        font-size: 80px;
        line-height: 70px;
    }
    .banner_text h1 span {
        font-size: 60px;
        line-height: 50px;
    }
    section.main_slider:after {
        display: none;
    }
    section.main_slider:before {
        display: none;
    }
    .banner_text ul {
        position: relative;
        border: 0;
    }
    .carousel-indicators {
        display: none;
    }
    .banner_img:before {
        height: 30px;
        top: -10px;
    }
    .banner_img:after {
        height: 30px;
    }
    section.about-sec {
        padding: 60px 0;
    }
    .about-img img {
        height: auto;
    }
    .about-experice h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .about-experice h4 {
        font-size: 24px;
    }
    .about-txt {
        margin-top: 30px;
    }
    .about-txt h3 {
        font-size: 40px;
        line-height: 50px;
    }
    section.service-sec {
        padding: 60px 0;
    }
    .service-head h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .service-head-btn {
        margin-bottom: 10px;
    }
    .service-slider .slick-slide {
        margin: 0;
    }
    .service-img img {
        height: 250px;
    }
    .service-txt {
        padding: 15px;
    }
    .service-txt h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .service-slider .slick-prev,
    .service-slider .slick-next {
        top: 41%;
    }
    .prh-image img {
        height: auto;
        padding: 10px;
        margin-bottom: 20px;
    }
    .prohibited-items h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .prohibited-items p {
        font-size: 14px;
        line-height: 26px;
    }
    .choose-txt h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .choose-list ul li h5 {
        font-size: 19px;
    }
    .choose-img img {
        height: auto;
    }
    section.choose-sec {
        padding-bottom: 60px;
    }
    section.company-sec {
        padding: 60px 0;
    }
    .company-txt h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .footer-text {
        margin: 15px 0;
    }
    .inner-baner-text h1 {
        font-size: 50px;
    }
    .inner-baner-image {
        top: 70px;
    }
    .inner-baner-text ul {
        bottom: -20px !important;
    }
    .sec-head h2 {
        font-size: 26px;
        line-height: 40px;
    }
    .ser-det-image img {
        height: auto;
    }
    .inner-banner {
        height: auto;
    }
    .ser-det-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .service-detail-page {
        padding: 70px 0;
    }
    .contact-us h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .online-restions-sec button {
        width: 100%;
    }
    .carousel-item {
        height: 800px;
    }
}


/*Media Query End*/