@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: 'American-Captain';
    src: url(../font/American\ Captain.otf);
}

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

h1 {
    font-family: 'American-Captain';
    font-size: 78px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'American-Captain';
    font-size: 60px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

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

h4 {
    font-family: 'American-Captain';
    font-size: 31px;
    line-height: 1.2;
    color: #000;
    font-weight: 400;
    margin: 0;
}

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

h6 {
    font-family: 'American-Captain';
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/down-sell.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 ----------------------------------------------------------- */


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

.p-btn {
    background-color: #578795;
    border-radius: 45px;
    padding: 0px 5px 0px 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", serif;
    height: 55px;
    width: max-content;
}

.p-btn img {
    width: auto;
    transition: 0.6s;
}

.p-btn:hover img {
    transform: rotate(360deg);
}

.p-btn:hover {
    background-color: #000;
}

.p-btn:hover span {
    color: #fff;
}

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

.p-btn span {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
}

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

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

.menuSec {
    padding: 15px 0;
}

.menuSec img {
    margin: 0;
}

.srch {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    transition: 0.7s ease all;
}

.srch:hover {
    background: #578795e8;
}

.srch:hover a i {
    color: #fff;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    text-align: end;
}

.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 38px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.5s ease all;
}

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

.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 li a:before {
    right: 0;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #799faa;
    width: 0;
    height: 1px;
    margin: 0 auto;
    transition: 1s ease all;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #578795;
    width: 80%;
    right: 0;
    height: 0;
    margin: 0 auto;
    z-index: -1;
    opacity: 80%;
    transition: 1s ease all;
}

.menuSec ul li a:hover:after {
    height: 100%;
}

.menuSec ul li a:hover:before {
    width: 80%;
}


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

.srch-call-head {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: end;
    padding-right: 5px;
}

.cal-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cal-menu-txt h6 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
}

.cal-menu-txt a {
    font-family: 'American-Captain';
    font-size: 19px;
}

.cal-menu i {
    width: 50px;
    height: 45px;
    display: flex;
    align-items: center;
    background: #578795;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

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

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

.footerSec {
    padding: 5% 0 1.5%;
    background: #3c5e71;
    position: relative;
}

ul.ftr-list li:hover p {
    color: #fff;
}

ul.ftr-list li:hover i {
    color: #fff;
}

.footer-logo h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 49.02px;
    line-height: 40.85px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
    border: 1px solid #ffffff;
    border-radius: 9px;
    text-align: center;
}

.footer-logo p {
    margin: 8% 0 4%;
    color: #ffffffb0;
    font-family: 'Montserrat';
    font-weight: 400;
}

.footer-logo ul li a {
    color: #ffffff;
    background-color: #067c8a;
}

.footerSec h5 {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10%;
    border-bottom: 1px solid #ffffffb0;
    padding-bottom: 20px;
    width: fit-content;
}

.foot-links ul li a {
    font-size: 14px;
    line-height: 36px;
    color: #92a5af;
    font-family: 'Montserrat';
    font-weight: 400;
}

.foot-links ul li a:hover {
    color: #fff;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    padding: 0 0 13px;
}

.footer-contact ul li a {
    color: #ffffff;
}

.footer-contact ul li a:hover {
    color: #067c8a;
}

.footer-contact ul li i {
    color: #ffffff;
    padding-right: 9px;
}

.footer-contact ul li p {
    color: #ffffff;
    margin: 0;
}

.news-letter p {
    color: #92a5af;
    line-height: 50px;
    margin-bottom: 0;
    font-size: 12px;
    font-family: 'Montserrat';
    line-height: 26px;
}

.news-letter input {
    height: 60px;
    width: 95%;
    border: 0;
    border-radius: 31px;
    padding-left: 20px;
    background: transparent;
    border: solid white 0.5px;
    color: white;
}

.news-letter ::placeholder {
    color: #fff;
}

.news-letter button.btn-theme {
    border: 0;
    border-radius: 12px;
    margin-top: 20px;
}

.footer-btm .row {
    padding: 27px 0 0px;
}

.copy-txt p {
    line-height: 25px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
}

.news-btn a.btn1 {
    margin-top: 10px;
    border-radius: 67px;
    background: #58c749;
    height: 50px;
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

ul.footer_social {
    display: flex;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

ul.footer_social li {
    margin-right: 10px;
}

ul.footer_social li a {
    line-height: 49px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
}

ul.footer_social li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.col-f1 {
    background-color: #3b5998;
}

.col-f2 {
    background-color: #0e76a8;
}

.col-f3 {
    background-color: #2296f9;
}

.col-f4 {
    background-color: #cd1f29;
}

.footer-socials h6 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 20px;
}

.footer-socials {
    margin: 40px 0 0;
}

.footer-socials ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}

.footer-socials ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: #578795;
    border-radius: 100px;
    color: #ffffff;
    transition: ease-out 0.2s;
}

.visa_icon {
    text-align: end;
}

ul.ftr-list li a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Montserrat';
    font-size: 14px;
}

.foot-links {
    margin-left: 25px;
    position: relative;
}

.foot-links.tw {
    margin-left: 36px;
}

.footer-logo img {
    padding-bottom: 25px;
}

ul.ftr-list li {
    margin-bottom: 30px;
}

.ft-up-btn a {
    background: #3853e8;
    padding: 20px 40px;
    float: inline-end;
    margin-top: -21px;
    margin-right: -11px;
}

ul.ftr-list li a i {
    font-size: 20px;
    color: #bcc8cf;
}

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

a.top-navigator {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 77px;
    font-size: 18px;
    color: white;
    background: #578795;
    font-family: "FontAwesome";
}

a.top-navigator:hover {
    background: #000;
}

a.top-navigator i {
    transition: 0.3s all ease-in-out;
}

.footer-btm {
    border-top: 1px solid #607b8a;
}

.footerSec .row.prt {
    margin-bottom: 5%;
}

.foot-links:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    background: #678190;
    width: 80%;
    height: 2px;
}

.news-letter {
    position: relative;
}

.news-letter:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    background: #678190;
    width: 90%;
    height: 2px;
}

.footer-logo:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    background: #678190;
    width: 90%;
    height: 2px;
}

.footer-logo {
    position: relative;
}

.footer-logo:after {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    width: 0%;
    height: 2px;
    transition: 0.5s ease all;
}

.footer-logo:hover:after {
    width: 90%;
}

.news-letter:after {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    width: 0%;
    height: 2px;
    transition: 0.5s ease all;
}

.news-letter:hover:after {
    width: 90%;
}

.foot-links:after {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    width: 0%;
    height: 2px;
    transition: 0.5s ease all;
}

.foot-links:hover:after {
    width: 80%;
}

.footer-socials ul li a i:hover {
    background: #fff;
    color: #3c5e71;
}

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

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

.about-txt {
    padding: 30px 40px;
    background: #fff;
    border-radius: 15px;
    margin-left: -165px;
    margin-bottom: 15px;
}

section.about-sec {
    margin-bottom: 180px;
    position: relative;
}

section.about-sec .row {
    align-items: end;
    justify-content: center;
    margin-left: 10px;
}

.about-img img {
    width: 100%;
    height: 670px;
    object-fit: cover;
    object-position: top;
    border-radius: 11px;
}

.about-img {
    border: 20px solid #fff;
    border-radius: 10px;
    margin-right: -120px;
}

section.about-sec:before {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 9.5%;
    background: #578795;
    width: 200px;
    height: 500px;
    border-radius: 10px;
    z-index: -1;
}

.about-txt h2 span {
    display: block;
    color: #578795;
}

.about-txt h2 {
    margin-bottom: 23px;
    line-height: 1.1;
}

.about-txt p {
    margin-bottom: 22px;
    width: 98%;
}

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

/*---------------------------------------------------- Service Section Start ------------------------------------------------------------- */

.service-head {
    margin-bottom: 70px;
    border-bottom: 1px solid #678190;
    padding-bottom: 13px;
}

.service-head p {
    width: 40%;
    color: #fff;
    opacity: 70%;
}

.service-head h2 {
    margin-bottom: 10px;
    color: #fff;
}

.service-txt {
    padding: 40px 27px 50px;
    background: #578795;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.service-txt h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 22px;
    margin-top: 7px;
    color: #fff;
}

.service-txt h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #a7c0c7;
    width: 125px;
    height: 2px;
}

.service-main:hover .service-txt h4:after {
    width: 125px;
}

.service-txt h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 0px;
    height: 2px;
    transition: 0.5s ease all;
}

.service-txt span {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.service-txt p {
    color: #a7c0c7;
}

.serv-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 0.5s ease all;
}

section.service-sec {
    padding: 100px 0;
    position: relative;
}

.service-main:hover .serv-img img {
    transform: scale(1.5);
    filter: brightness(0.5);
}

.serv-img {
    overflow: hidden;
}

.serv-img {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


section.service-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #3c5e71;
    width: 100%;
    height: 55.5%;
    z-index: -1;
}

section.service-sec .slick-slide {
    opacity: 1;
    margin: 0 20px;
}

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

.service-slider .slick-next {
    top: -110px;
    right: 20px;
}

.service-slider .slick-prev {
    top: -110px;
    left: 91%;
}

.slick-next {
    background-color: transparent;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #788f9c;
}

.slick-prev:before {
    content: '';
    width: 22px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px;
    display: block;
    opacity: 1 !important;
    transform: rotate(180deg);
}

.slick-prev {
    transition: 0.5s ease all;
    background-color: transparent;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #788f9c;
}

.slick-prev:hover {
    background: #578795;
    border-color: #578795;
}

.slick-next:hover {
    background: #578795;
    border-color: #578795;
}

.service-slider .slick-list.draggable {
    margin-left: -20px;
}

/* INNER CSS  */

section.service-sec.inner {
    padding: unset;
    margin-bottom: 100px;
}

section.service-sec.inner:before {
    background: unset;
}

.service-main.inner {
    margin-bottom: 70px;
}

.service-head.iner h2 {
    color: #000;
}

.service-head.iner {
    text-align: center;
    border: unset;
    margin-bottom: 30px;
}


.service-main.inner p {
    margin-bottom: 20px;
}

.service-main.inner a {
    border: 1px solid #fff !important;
}

.service-head.iner p {
    color: unset;
    margin: 0 auto;
    width: 62%;
}

/*---------------------------------------------------- Service Section End ------------------------------------------------------------- */

/*---------------------------------------------------- WMS Section Start ------------------------------------------------------------- */

.about-img.wms {
    margin-left: -130px;
    margin-right: 0;
}

.about-img.wms img {
    object-position: right;
}

section.about-sec.wms:before {
    right: 8.2%;
    left: unset;
}

.about-txt.wms {
    margin-left: unset;
    margin-right: -90px;
    text-align: right;
    position: relative;
}

.about-txt.wms p {
    width: 110%;
    margin: 0 0px 15px -60px;
}

.about-txt.wms a {
    margin: 0 0 0 auto;
}

.about-txt.wms ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'American-Captain';
    font-size: 19px;
}

.about-txt.wms ul {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
    margin: 20px 0 25px;
}

.check-wms {
    background: #578795;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 25px;
}

.check-wms i {
    color: #fff;
    font-size: 12px;
}

.about-txt.wms h2 span {
    color: #000;
}

/*---------------------------------------------------- WMS Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Work Section Start ----------------------------------------------------------- */

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

.work-head {
    text-align: center;
    margin-bottom: 40px;
}

.work-head p {
    width: 70%;
    margin: 10px auto;
}

.work-main {
    text-align: center;
    padding: 44px 20px 57px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.work-txt {
    margin-top: 30px;
}

.work-txt h4 {
    margin-bottom: 10px;
    font-size: 24px;
    transition: 0.5s ease all;
}

.work-main h6 {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.5s ease all;
    background: #fff;
}

.work-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #578795;
    width: 100%;
    height: 24%;
    z-index: -1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.work-main:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    background: #3c5e71;
    width: 100%;
    height: 0;
    z-index: -2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 1s ease all;
}

.work-main:hover:after {
    height: 100%;
}

.work-main:hover h6 {
    background: #3c5e71;
    color: #fff;
}

.work-main:hover h4 {
    color: #fff;
}

.work-main:hover p {
    color: #fff;
    opacity: 75%;
}

.work-txt p {
    transition: 0.8s ease all;
}

/*---------------------------------------------------- Work Section End ------------------------------------------------------------- */

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

section.gallery-sec {
    margin-bottom: 100px;
    position: relative;
}

section.gallery-sec .row.pt {
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}

.gallery-sec img:hover {
    filter: brightness(0.5);
}

section.gallery-sec img {
    transition: 1s ease all;
}

.gallery-img-1 img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: left;
    border-radius: 6px;
    transition: 0.7s ease all;
}

.gallery-img-1 {
    margin-bottom: 25px;
}

.gallery-img-2 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 7px;
    object-position: bottom;
}

.gallery-img-3 img {
    width: 100%;
    height: 755px;
    object-fit: cover;
    border-radius: 6px;
    object-position: left;
}

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

.gallery-head p {
    width: 40%;
    margin: 5px auto;
    color: #fff;
    opacity: 70%;
}

section.gallery-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #3c5e71;
    width: 100%;
    height: 37%;
    z-index: -1;
}

.gallery-head h2 {
    color: #fff;
}

/* INNER CSS  */


section.gallery-sec.inner:before {
    background: unset;
}

.gallery-head.inner h2 {
    color: #000;
}

.gallery-head.inner p {
    color: unset;
    width: 62%;
}

.gallery-head.inner {
    margin-bottom: unset;
}

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

/*---------------------------------------------------- Client Section Start ------------------------------------------------------------- */

section.client-rev-sec {
    padding: 120px 0;
    background: #3c5e71;
}

.client-txt h2 {
    color: #fff;
    margin-bottom: 10px;
}

.client-txt p {
    color: #fff;
    opacity: 70%;
}

.client-img {
    padding: 0px 9px 9px 9px;
    background: transparent;
    margin-top: 0;
    margin-bottom: 8px;
}

.client-slider .slick-slide.slick-current.slick-active .client-rev-main .client-img {
    background: #3c5e71;
}

.client-img img {
    width: 85px;
    height: 80px;
    object-fit: cover;
}

.client-user {
    display: flex;
    align-items: end;
    gap: 25px;
}

.client-rev-main {
    position: relative;
    padding: 0px 30px 30px 33px;
    border-radius: 7px;
    transition: 0.5s;
}

.client-txtx {
    margin-top: 20px;
}

.rate-star ul {
    display: flex;
    align-items: center;
    gap: 2px;
}

.rate-star {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.rate-star pre {
    margin: unset;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.client-txtx p {
    color: #fff;
    opacity: 60%;
    line-height: 26px;
}

.rate-star ul li i {
    color: #f39f1e;
}

.client-user-txt h6 {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.client-user-txt span {
    font-family: 'Montserrat';
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.client-user-txt {
    line-height: 1.2;
}

.client-slider .slick-list.draggable {
    padding-right: 130px;
    margin-right: -103px;
}

.client-slider .slick-slide {
    margin: 0 10px;
    opacity: 1;
}

.client-slider button.slick-prev {
    left: -620px;
    top: 65%;
}

.client-slider button.slick-next {
    right: 160%;
    top: 65%;
}

.client-slider .slick-slide.slick-current.slick-active .client-rev-main {
    background: #578795;
}

/*---------------------------------------------------- Client Section End ------------------------------------------------------------- */

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

section.banner-sec {
    margin-bottom: 100px;
    position: relative;
}

.banner-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.banner-img {
    margin-right: -70px;
    margin-bottom: 100px;
}

section.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 54%;
    height: 100%;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    background-image: url(../images/banner-back-1.jpg);
    background-color: #3c5e71;
    background-blend-mode: multiply;
    /* या overlay, screen, soft-light try कर सकते हो */
    background-size: cover;
    background-position: center;
}

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

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

.banner-txt p {
    margin-bottom: 20px;
    color: #fff;
    opacity: 70%;
}

span.colr-1 {
    background: #578795;
    width: 45px;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50px;
    right: 0;
    margin: auto;
    bottom: 0;
    transform: skew(-17deg, 0deg);
}

span.colr-2 {
    background: #578795;
    width: 40px;
    display: block;
    height: 85.7%;
    position: absolute;
    top: 0;
    left: 60px;
    right: 0;
    margin: auto;
    transform: skew(-17deg, 0deg);
    opacity: 60%;
}

span.colr-3 {
    background: #578795;
    width: 40px;
    display: block;
    height: 85.7%;
    position: absolute;
    top: 0;
    left: 138px;
    right: 0;
    margin: auto;
    transform: skew(-17deg, 0deg);
    opacity: 30%;
}

.banner-slider {
    position: relative;
    z-index: 9;
}

.banner-txt h1:before {
    content: '';
    position: absolute;
    bottom: 39px;
    right: 80px;
    background: #657f8e;
    width: 260px;
    height: 1px;
}

.banner-txt h1:after {
    content: '';
    position: absolute;
    bottom: 39px;
    right: 80px;
    background: #fff;
    width: 130px;
    height: 2px;
}

.banner-slider .slick-slide {
    margin: 0;
}

.banner-slider button.slick-next {
    top: 120%;
    left: 236%;
    border-color: #d5d5d5;
}

.banner-slider button.slick-prev {
    top: 120%;
    left: 225%;
    border-color: #d5d5d5;
}

.banner-slider button.slick-prev:before {
    filter: brightness(0.5);
}

.banner-slider button.slick-next:before {
    filter: brightness(0.5);
}

.banner-slider button.slick-prev:hover:before {
    filter: unset;
}

.banner-slider button.slick-next:hover:before {
    filter: unset;
}


.slider-counter {
    position: absolute;
    bottom: 42px;
    left: 60%;
    display: flex;
    align-items: center;
    z-index: 10;
}

.slider-counter .current {
    font-size: 21px;
    letter-spacing: 10px;
    font-family: 'American-Captain';
    color: #000;
}

.slider-counter .sep {
    margin: 0 10px 0 3px;
    font-size: 14px;
    font-weight: bold;
}

.slider-counter .total {
    font-size: 21px;
    letter-spacing: 10px;
    font-family: 'American-Captain';
    color: #000;
}

.slider-counter::after {
    content: "";
    display: block;
    width: 230px;
    height: 1px;
    background: #cdcdcd;
    margin-left: 10px;
}

.slider-counter .big-num {
    position: absolute;
    right: -60px;
    font-size: 52px;
    color: #578795;
    opacity: 0.8;
    font-family: 'American-Captain';
}

.banner-iner-txt {
    position: relative;
}

.banner-img.inner {
    margin-bottom: unset;
}

section.banner-sec.inner:before {
    width: 55%;
}

section.banner-sec.inner span.colr-2 {
    height: 100%;
    left: 30px;
}

section.banner-sec.inner span.colr-3 {
    height: 100%;
    left: 110px;
}

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

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

section.client-rev-sec.inner {
    padding: unset;
    margin-bottom: 100px;
    background: unset;
}

.client-txt.iner {
    text-align: center;
    margin-bottom: 55px;
}

.client-txt.iner h2 {
    color: #000;
}

.client-txt.iner p {
    color: unset;
}

.client-rev-main.inner h6 {
    color: #000;
}

.client-rev-main.inner span {
    color: #000;
}

.client-rev-main.inner p {
    color: #000;
}

.client-rev-main.inner pre {
    color: #000;
}

section.client-rev-sec.inner .client-slider .slick-list.draggable {
    padding-right: 760px;
}

section.client-rev-sec.inner .client-slider .slick-slide.slick-active {
    opacity: 1;
}

section.client-rev-sec.inner .client-slider .slick-slide {
    opacity: 0.5;
}

section.client-rev-sec.inner .client-slider .slick-slide.slick-current.slick-active .client-rev-main p {
    color: #fff;
}

section.client-rev-sec.inner .client-slider .slick-slide.slick-current.slick-active .client-rev-main pre {
    color: #fff;
}

section.client-rev-sec.inner .client-slider .slick-slide.slick-current.slick-active .client-rev-main span {
    color: #fff;
}

section.client-rev-sec.inner .client-slider .slick-slide.slick-current.slick-active .client-rev-main h6 {
    color: #fff;
}

.client-txt.iner p {
    width: 62%;
    margin: 0 auto;
}

section.about-sec.iner-serv {
    margin-bottom: 140px;
}

.serv-indet p {
    margin-bottom: 15px;
}

.serv-det {
    margin-bottom: 100px;
}

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

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

section.contact-inner {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}


.inner-social-icon {
    border: 1px solid #3c5e71;
    border-radius: 10px;
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 100px;
    height: 240px;
    background: #3c5e71;
    align-content: center;
    text-align: justify;
    position: relative;
    transition: 0.5s ease all;
}

.contact-inner-head p {
    width: 52%;
    margin: 0 auto;
    opacity: 80%;
}

.contact-inner-head {
    margin-bottom: 40px;
}

.contact-inner-head h2 {
    font-size: 80px;
    text-transform: uppercase;
}

.inner-social-icon img {
    width: 17%;
    margin-bottom: 20px;
}

.inner-social-icon h4 {
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}

.inner-social-icon p {
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    opacity: 80%;
    color: #fff;
}

.inner-social-icon a {
    font-size: 15px;
    color: #fff;
    opacity: 70%;
}

.main-contact-head p {
    width: 69%;
    margin: 0 auto;
    margin-bottom: 30px;
    opacity: 80%;
    margin-top: 10px;
}

.form-text-area textarea {
    padding: 15px 20px;
    font-size: 14px;
    border: 1px solid #c5c5c5;
    width: 100%;
    resize: none;
    height: 250px;
    background-color: #fefdfc;
    font-family: "Montserrat", sans-serif;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000000bf;
    text-transform: uppercase;
}

.form-text-area label {
    text-align: start;
    color: #676767;
    font-size: 14px;
    font-family: 'Montserrat';
    margin-bottom: 5px;
}

.contact-inner-input input {
    font-size: 14px;
    border: 1px solid #c5c5c5;
    width: 100%;
    background: #fefdfc;
    border-radius: 7px;
    margin-bottom: 25px;
    height: 60px;
    padding-left: 20px;
    color: #000000bf;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.contact-inner-input {
    text-align: start;
}

.form-text-area {
    text-align: start;
}

.contact-inner-input label {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #676767;
    margin-bottom: 5px;
}

section.contact-inner .form-button .col-md-12 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 18px;
}

.inner-social-icon:before {
    content: '';
    position: absolute;
    top: 52%;
    left: 20px;
    background: #678190;
    width: 80%;
    height: 2px;
}

.inner-social-icon span {
    color: #fff;
}

.inner-social-icon:hover {
    background: #578795;
}

.contact-form button {
    margin: 0 auto;
    border: unset;
}

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


/* Book Start */

section.bookSec {
    position: relative;
    z-index: 12;
    margin-bottom: 100px;
}

section.bookSec .contact-input {
    position: relative;
}

section.bookSec .contact-input::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 45px;
    top: 5px;
    right: 55px;
    background: url(../images/contact-input-bef.png) no-repeat;
}

/* section.bookSec input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
} */

section.bookSec .contact-input input,
section.bookSec .contact-input select,
section.bookSec .contact-input textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #bdbdbd;
    margin-bottom: 20px;
    padding: 5px 80px 5px 20px;
    border-radius: 0px;
    font-weight: 500;
    color: #000;
    appearance: auto;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    border-radius: 5px;
    -webkit-appearance: unset;
}

section.bookSec .contact-input textarea {
    height: 180px;
    resize: none;
}

section.bookSec .contact-input i {
    position: absolute;
    top: 18px;
    right: 18px;
    color: #7e7e7e;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 4px 12px #ff521d52);
    font-size: 20px;
}

section.bookSec .contact-input.selectbox:before {
    left: unset !important;
    right: 60px;
    transform: rotateY(156deg);
}

section.bookSec .contact-input.selectbox i.fa-solid.fa-angle-down {
    position: absolute;
    right: 22px;
    left: unset !important;
    top: 16px;
    cursor: pointer;
}

section.bookSec .contact-input.selectbox i.fa-solid.fa-angle-down::before {
    content: url(../images/down-img.png);
}

section.bookSec .contact-input.textaryea:before {
    display: none;
}

section.bookSec .contact-input.textaryea textarea::placeholder {
    position: absolute;
    bottom: 20px;
}

section.bookSec .formWraper {
    width: 88%;
    margin: 0px auto;
}

section.bookSec .contact-input.nostyle:before {
    display: none;
}

section.bookSec .contact-input.nostyle input {
    padding-left: 20px;
}

section.bookSec .sitebtn .pbtn {
    border: 1px solid #ff5d269c !important;
    margin: 24px auto 0;
}

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

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

section.bookSec .heading {
    width: 70%;
    margin: 0px auto 40px;
}

section.bookSec .heading p {
    opacity: 60%;
}

img.book-pankh-img {
    position: absolute;
    right: 10px;
    top: 40%;
}

img.book-kite-img {
    position: absolute;
    bottom: 5%;
    left: 210px;
}

.heading.text-center h2 {
    margin-bottom: 10px;
}

.sitebtn button {
    margin: 0 auto;
}

.contact-input select {
    color: #9f9fa0 !important;
}

img.select-img {
    position: absolute;
    top: 3px;
    right: 45px;
}

/* Book  Start */

section.about-sec.ineer-serv-1 img {
    height: 600px;
    object-fit: cover;
}



/* Header Searcbar Start */

.header-search-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 10%;
    background: #fff;
    z-index: 99;
    transform: translateY(-80px);
    transition: 0.5s all ease;
    opacity: 0;
    pointer-events: none;
}

.header-search-form.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

body.no-scroll {
    overflow: hidden;
}

.header-search-form form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.header-search-form input {
    width: 90%;
    height: 50px;
    border: 0;
    color: #000;
    font-size: 16px;
}

.header-search-form button {
    border: 0;
    background: transparent;
    font-size: 23px;
}

.header-search-form input:focus {
    box-shadow: 0 0 0 0 #989898;
}

/* Header Searcbar End */