@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=Montserrat: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
}

@font-face {
    font-family: 'Excrallik';
    src: url(../font/Excrallik\ \(regular\).ttf);
}

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;
}

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: 400;
    line-height: 30px;
    margin: 0;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: 'Excrallik';
    font-size: 92px;
    line-height: 1;
    color: #1e1e1d;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'Excrallik';
    font-size: 51px;
    line-height: 1.2;
    color: #1e1e1d;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'Excrallik';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Excrallik';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Excrallik';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Excrallik';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    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;
}

.s {
    font-family: 'Poppins', Sans-Serif;
}

/*---------------------------------------------------- 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 ----------------------------------------------------------- */

.theme_btn {
    padding: 15px 35px;
    border: unset;
    border-radius: 45px;
    color: #ffffff;
    z-index: 1;
    background: #00017e;
    position: relative;
    font-size: 16px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
}

/* .theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 45px;
    background-color: #19add2;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
} */

.theme_btn:hover {
    color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

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

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

.menuSec {
    padding: 10px 0;
    background: #0f0f0f;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    text-align: 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: #fff;
    padding: 5px 20px;
    font-size: 13px;
    text-transform: uppercase;
}

.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: #f8f4eb;
}

.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;
}

.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;
}

.menu-button {
    display: flex;
    align-items: center;
    gap: 15px;
}

a.theme_btn.extra {
    background: transparent;
    border: 2px solid #00017e;
    color: #00017e;
}

.menu-button a.theme_btn.extra {
    border-color: #fff;
    color: #fff;
}

.menu-button a.theme_btn {
    font-size: 12px;
    padding: 10px 22px;
}

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

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

section.banner-sec {
    margin: 80px 0 40px;
}

.banner-image img {
    width: 73%;
    height: 550px;
    object-fit: cover;
}

.banner-image {
    text-align: center;
}

section.banner-sec .row {
    align-items: center;
}

.banner-txt strong {
    font-size: 29px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #222;
}

.banner-txt p {
    font-size: 19px;
    margin: 15px 0 20px;
    line-height: 30px;
    color: #1e1e1d;
}

.banner-txt h1 {
    margin-bottom: 12px;
}

.site-button {
    display: flex;
    align-items: center;
    gap: 30px;
}

.quote-site {
    margin-top: 50px;
    text-align: center;
}

.quote-site h5 {
    font-size: 39px;
    margin-bottom: 20px;
}

.quote-site h4 {
    font-size: 30px;
    color: #000178;
}

section.banner-sec-iner {
    text-align: center;
    margin-bottom: 100px;
    background: #f8f4eb;
    height: 60vh;
    align-content: center;
}

.banner-in-text p {
    width: 60%;
    margin: 0 auto;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
}

.banner-in-text h1 {
    font-size: 75px;
}

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

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.ft-logo p {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

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

.ft-logo a img {
    margin-bottom: 60px;
}

.ft-contact ul li i {
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 20px;
}

.ft-contact ul li {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 18px;
    color: #c1c1c3;
}

footer {
    background: #1e1e1d;
    padding-top: 90px;
    position: relative;
    overflow: hidden;
}

.f-social-icons ul li:hover {
    background: #00017e;
    border: unset;
}

.ft-contact ul {
    display: flex;
    align-items: center;
    gap: 320px;
    justify-content: center;
    margin-top: 40px;
    padding: 23px 0px;
    border-top: 1px solid #5a5a59;
    border-bottom: 1px solid #5a5a59;
}

.ft-contact ul li a {
    color: #c1c1c3;
}

.ft-btm p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #575757;
    margin-bottom: 0px;
}

.f-social-icons ul li {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s;
}

.f-social-icons ul li a {
    color: #fff;
}

.f-social-icons ul {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.ft-btm {
    padding: 13px 110px;
    background: #0f0f0f;
    margin-top: 70px;
}

.ft-btm .row {
    align-items: center;
}

footer .container-fluid {
    padding: unset;
}

.footer-plant {
    position: absolute;
    right: 0px;
    top: 20%;
    width: auto;
}

.footer-plant img {
    width: max-content;
    object-fit: scale-down;
    height: 100%;
}

footer:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0px;
    background: url(../images/footer-line.png);
    width: 310px;
    height: 140px;
    background-repeat: no-repeat;
}

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

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

section.about-sec {
    padding: 60px 0 0;
    position: relative;
    z-index: 1;
}

.about-text p {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 25px;
    width: 93%;
}

.about-text strong {
    font-size: 29px;
    color: #fff;
}

.about-text h2 {
    color: #fff;
    margin: 15px 0 23px;
}

.about-text h2 span {
    display: block;
}

section.about-sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/about-back.png);
    width: 160px;
    height: 610px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

section.about-sec:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background: #00017e;
    width: 100%;
    height: 630px;
    z-index: -1;
}

.about-image img {
    border-radius: 310px;
    object-fit: cover;
    width: 94%;
    height: 780px;
}

.about-image {
    /* position: absolute; */
    top: 45px;
    right: 11%;
}

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

section.what-about-sec {
    padding: 30px 0px 0;
    margin-bottom: 100px;
    position: relative;
}

section.about-sec.iner {
    padding: unset;
    margin-bottom: 80px;
}

.about-text.iner h2 {
    color: #000;
}

.about-text.iner p {
    color: #000;
    font-weight: 500;
}

section.about-sec.iner .row {
    align-items: center;
}

.about-text.iner {
    margin-top: 100px;
}


section.about-sec.iner:before {
    height: unset;
}

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

/*---------------------------------------------------- What About badji Section Start ------------------------------------------------------------- */

.what-about-txt h2 {
    font-size: 41px;
    margin-bottom: 15px;
}

section.what-about-sec.iner {
    padding: unset;

    .what-about-txt.iner h2 {
        margin-bottom: 8px;
    }

    .what-about-txt.iner span {
        font-size: 29px;
        font-family: 'Montserrat';
        color: #000;
    }

    .what-about-txt.iner h4 {
        font-size: 23px;
        color: #00017e;
        margin: 13px 0 40px 0;
    }

    ;
}

section.what-about-sec.iner:before {
    top: 40%;
}

.what-about-txt p {
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}

.what-about-txt .site-button {
    margin-top: 30px;
}

.what-about-img {
    text-align: start;
}

.what-about-img img {
    width: 100%;
    height: 580px;
    object-fit: contain;
}

section.what-about-sec .quote-site {
    margin-top: 40px;
}

section.what-about-sec .row {
    align-items: center;
}

section.what-about-sec:before {
    content: '';
    position: absolute;
    top: 42%;
    left: 0;
    background: #00017e;
    width: 40%;
    height: 80px;
    z-index: -1;
}


/*---------------------------------------------------- What About badji Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Why Badji Section Start ------------------------------------------------------------- */

section.why-badji-sec {
    padding: 100px 0;
    background: #f8f4eb;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.badji-why-txt h2 {
    font-size: 83px;
    margin-bottom: 14px;
}

.badji-why-txt h2 span {
    color: #00017e;
}

.badji-why-txt p {
    color: #1e1e1d;
    font-weight: 600;
    margin-bottom: 20px;
    width: 98%;
}

section.why-badji-sec .row {
    align-items: center;
}

.why-badji-img img {
    width: 90%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
    margin: 0 auto;
}

.why-badji-img {
    text-align: end;
}

section.why-badji-sec:before {
    content: '';
    position: absolute;
    top: -190px;
    right: -220px;
    border: 80px solid #00017e;
    z-index: -1;
    padding: 280px;
    border-radius: 340px;
    box-shadow: 0 0 3px 1px #00017e;
}

section.why-badji-sec:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -20px;
    background: url(../images/why-badjis-back.png);
    width: 300px;
    height: 260px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
}

/*---------------------------------------------------- Why Badji Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Praise Section Start ------------------------------------------------------------- */
section.praise-sec .row {
    justify-content: center;
    align-items: center;
}

.praise-image {
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 400px;
    margin: 0 auto;
    z-index: 1;
}

.praise-image img {
    background: #f8f4eb;
    width: 350px;
    height: 350px;
    object-fit: contain;
    padding: 0px 40px;
    border-radius: 400px;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

section.praise-sec {
    margin-bottom: 100px;
}

.praise-head h2 {
    font-size: 72px;
}

.praise-head {
    text-align: center;
    margin-bottom: 50px;
}

.praise-image:before {
    content: '';
    position: absolute;
    width: 422px;
    height: 412px;
    border: 2px solid #242590;
    border-radius: 200px;
    top: 0;
    bottom: 0;
    left: -1px;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
}

.praise-image:after {
    position: absolute;
    content: '';
    width: 293px;
    height: 420px;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
    z-index: -2;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.praise-text {
    padding-left: 30px;
}

.praise-text h4 {
    color: #00017e;
    font-size: 20px;
}

.praise-text span {
    font-size: 13px;
    font-family: 'Montserrat';
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.praise-text p {
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    font-weight: 500;
}

/*---------------------------------------------------- praise Section End ------------------------------------------------------------- */


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

.contact-form input {
    width: 100%;
    height: 40px;
    background: transparent;
    border: unset;
    border-bottom: 1px solid #a8a6a1;
    margin-bottom: 33px;
}

.contact-form textarea {
    width: 100%;
    height: 180px;
    align-content: end;
    border: unset;
    border-bottom: 1px solid #a8a6a1;
    resize: none;
    background: transparent;
    margin-bottom: 30px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #767676;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.contact-form {
    padding: 90px 50px;
    background: #f8f4eb;
    position: relative;
}

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

.contact-form button.theme_btn {
    width: max-content;
}

.contact-form:before {
    position: absolute;
    content: '';
    bottom: -35px;
    right: 18%;
    background: #00017e;
    width: 3px;
    height: 95px;
    z-index: 1;
}

.contact-form:after {
    content: '';
    position: absolute;
    top: -28px;
    left: 0;
    background: url(../images/contact-curved.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 210px;
    height: 100px;
}

section.contact-sec .row {
    align-items: center;
}

.contact-head h2 {
    font-size: 86px;
    line-height: 1.3;
}

.contact-head {
    padding: 0 30px;
}

.contact-head h2 span {
    color: #00017e;
}

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

/*---------------------------------------------------- Intro Section Start ------------------------------------------------------------- */

.intro-about p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 32px;
}

.intro-about h2 {
    color: #000;
    margin-bottom: 10px;
}

.intro-about h4 {
    color: #000;
    font-size: 34px;
    margin-bottom: 7px;
}

.intro-about span {
    color: #000;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
}

.intro-about h6 {
    color: #00017e;
    font-size: 24px;
    margin: 10px 0 30px;
}

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

.intro-about p {
    padding-left: 10px;
}

/*---------------------------------------------------- Intro Section End ------------------------------------------------------------- */


section.order-book-sec {
    margin-bottom: 100px;
}

.intro-order h4 {
    font-size: 30px;
    color: #00017e;
    margin-bottom: 20px;
}

.intro-order ul li {
    font-family: 'Montserrat';
    font-size: 24px;
    color: #000;
    margin-top: 15px;
    font-weight: 500;
}

.intro-order .site-button {
    margin-top: 30px;
    gap: 20px;
}




/*-------------------------------------------------------- Contact Us Page Start --------------------------------------------------------------------*/

section.contact-us {
    margin: 40px 0;
    padding: 100px 0px;
}

.contct-info {
    padding-left: 30px;
}

.cntct-head h2 {
    margin-bottom: 12px;
}

.contact-input {
    position: relative;
}

.contact-input::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 45px;
    top: 2px;
    left: 55px;
    background: url(../images/contact-line.png) no-repeat;
}

.contact-input input {
    width: 100%;
    height: 57px;
    border: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding: 10px 20px 10px 80px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border-radius: 10px;
}

.contact-input textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding: 12px 20px 12px 80px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border-radius: 10px;
    resize: none;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #909091;
}

.contact-input i {
    position: absolute;
    top: 16px;
    left: 20px;
    color: #00017e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.send-btn {
    background-color: var(--lblue);
    padding: 0 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    text-transform: uppercase;
    width: 22%;
    border: 0;
}

.send-btn .image {
    background: #fffbff;
    padding: 12px 12px;
    border: 2px solid #e1e1e1;
}

.send-btn:hover img {
    transform: translateX(8px);
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 34px 30px;
    border: 1px solid #c1c1c1;
    margin: 10px 0;
    border-radius: 10px;
}

.cntct-info-icon {
    width: 60px;
    height: 60px;
    border: 2px solid #00017e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cntct-info-icon i {
    font-size: 28px;
    color: var(--lblue);
    transition: 0.5s all;
}

.contact-info-item:hover i {
    transform: rotate(360deg);
    transition: 0.5s all;
}

.contact-info-item-details h5 {
    margin: 0;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
}

.contact-info-item-details a,
.contact-info-item-details p {
    color: #8b8b8b;
    font-size: 15px;
    font-family: 'Montserrat';
    line-height: 25px;
}

.contact-input-btn button {
    border: 0;
}

.login-btn button {
    border: 2px dotted #000;
    padding: 12px 23px;
    background: #ffa200;
    color: #fff;
    border-radius: 40px;
    text-transform: uppercase;
}

.cntct-info-icon i {
    font-size: 28px;
    color: var(--lblue);
    transition: 0.5s all;
}

.cntct-info-icon i {
    color: #00017e;
}

.contact-info-item-details.tt {
    width: 60%;
}

.contact-info-item-details h5 {
    font-size: 19px;
}

.contact-info-item-details.rt a {
    font-size: 23px;
}

h2.info {
    padding-left: 20px;
}

/*--------------------------------------------------------* Contact Us Page End --------------------------------------------------------------------*/