@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/***** General CSS *****/
body {
    word-break: break-word;
    font: 15px / 25px "Poppins", sans-serif;
    color: #000;
    overflow-x: hidden;
    overflow-y: scroll;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ffff;
}

a:hover {
    transition: all 0.2s ease-in-out;
}

img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    transition: all 0.5s ease;
    outline: none;
}

select,
input,
textarea {
    appearance: none;
}

/***** Font Files *****/

@font-face {
    font-family: "Trajan";
    src: url(../fonts/Trajan.otf);
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

/***** Custom Classes *****/
select {
    background: #fff url("../images/select-dropdown.png") no-repeat right;
    padding: 0 40px 0 30px;
    background-size: 12px;
    background-position: 91% center;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #575757;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
    padding: 80px 0;
}

.flexRow,
.flexCol {
    display: flex;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Trajan";
    text-transform: uppercase;
    margin: 0 0 10px;
}

h1 {
    font-size: 66px;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
}

h2 {
    font-size: 60px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
}

h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
}

h4 {
    font-size: 26px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
}

h5 {
    font-size: 25px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
}

h6 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

p {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    font-family: "Montserrat", serif;
    opacity: 0.7;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.blue {
    color: #018abf;
}

.montserrat {
    font-family: "Montserrat", serif;
}

/* Menu */
.nav ul {
    list-style: none;
    text-align: center;
    justify-content: end;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10px;
}

.nav ul li a {
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    transition: all 0.5s;
    position: relative;
    color: #000;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
    padding: 10px 30px;
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

section.header .nav.stroke {
    display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    width: 100%;
    content: ".";
    color: transparent;
    background: #3f95c6;
    height: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.nav.stroke ul li a:hover:after {
    height: 100%;
}

.nav.stroke ul li a.active:after {
    height: 100%;
}

.nav.stroke ul li a.active::before {
    height: 100%;
}

.nav.stroke ul li a.active {
    color: #fff !important;
}

.nav.stroke ul li a:hover {
    color: #fff !important;
}

/* Buttons Css Start*/
.theme-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 15px 35px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    transition: 0.5s ease-in-out;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    overflow: hidden;
    gap: 15px;
    opacity: 1;
    font-family: "Montserrat";
    font-weight: 600;
}

.theme-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    transition: 0.3s ease-in-out;
    background: #0092ca;
}

.theme-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    content: "";
    transition: 0.3s ease-in-out;
}

/* Buttons Css End*/

/* Loader start */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: all 1s ease;
    flex-direction: column;
    gap: 5px;
}

#loader.hide {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

img.loader {
    width: 10vw;
}

/* Loader end */

/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
    background-color: #018abf;
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent);
}

.scrollbar {
    overflow-y: scroll;
}

/* Custom Scrollbar  */

/* Home Page start*/

/* Header */
.hdr_logo a img {
    object-fit: scale-down;
    padding: 20px 0;
    display: block;
    width: fit-content;
}

.top-bar {
    background: #0092ca;
    padding: 10px 0;
}

ul.header-contact-list {
    display: flex;
    align-items: center;
    gap: 30px;
    width: fit-content;
    position: relative;
    z-index: 1;
    padding: 1px 0;
}

ul.header-contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.header-contact-list li a {
    color: #fff;
    font-family: "Montserrat";
}

ul.header-contact-list li i {
    color: #fff;
}

ul.header-social-list {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

ul.header-social-list li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #ffff;
    position: relative;
    z-index: 1;
    opacity: 0.7;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

ul.header-social-list li a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    background: #ffff;
    height: 0;
    transition: 0.3s ease-in-out;
}

ul.header-social-list li a:hover::before {
    height: 100%;
    transition: 0.3s ease-in-out;
}

ul.header-social-list li a:hover {
    opacity: 1;
    color: #2d94c8;
}

/* Header end*/

/* Banner */
/* Home Page end*/

/* Video Modal Styles */
.video-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.video-modal-content {
    background-color: #000;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.close-video-modal {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 1;
    line-height: 1;
}

.close-video-modal:hover,
.close-video-modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.video-container {
    position: relative;
    padding-bottom: 61.25%;
    /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-box-button a:hover {
    color: #000;
}

.banner_sec {
    position: relative;
    z-index: 1;
    height: 900px;
}

.banner_sec::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    z-index: -2;
    content: "";
    background-image: url(../images/banner.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_sec::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(96deg, rgb(236 241 245) 0%, rgb(236 241 245) 25%, rgba(255, 255, 255, 0) 58%, rgb(236 241 245 / 36%) 100%);
}

.banner_text {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.banner-slider .slick-list {
    height: 100%;
}

.banner-slider .slick-track {
    height: 100%;
}

span.banner-subheading {
    font-size: 45px;
    display: block;
    position: relative;
    z-index: 1;
    line-height: 1.2;
    padding: 16px 20px 6px 0;
    color: #ffff;
    font-weight: 600;
    margin: 0 0 10px 0;
}

span.banner-subheading::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    content: "";
    background: #0092ca;
}

.banner-button {
    display: flex;
    align-items: center;
    gap: 20px;
}

.play-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.play-box p {
    margin: 0;
    opacity: 1;
    text-transform: uppercase;
}

.play-box-button a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffff;
    border-radius: 50%;
    font-size: 13px;
}

.play-box-button {
    padding: 10px;
    background: #3f95c6;
    border-radius: 50%;
}

/* Banner end*/

/* section ban-bot-sec start */
img.ban-bot-img {
    object-fit: scale-down;
    width: 60px;
    height: 60px;
    transition: 0.3s ease-in-out;
}

.play-box-button a:hover {
    color: #000;
}

.ban-bot-card {
    z-index: 1;
    position: relative;
    border: 1px solid #0000001f;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px 20px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    height: 210px;
    align-items: start;
    justify-content: center;
}

.ban-bot-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    content: "";
    background: #0092ca;
    transition: 0.3s ease-in-out;
}

.ban-bot-card:hover::before {
    height: 100%;
    transition: 0.3s ease-in-out;
}

.ban-bot-card:hover {
    border-radius: 10px !important;
    transition: 0.3s ease-in-out;
}

.ban-bot-card-text p {
    max-height: 50px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.ban-bot-card:hover .ban-bot-card-text p {
    max-height: 120px;
    opacity: 1;
}

.ban-bot-card:hover img.ban-bot-img {
    height: 0;
    width: 0;
    transition: 0.3s ease-in-out;
}

.ban-bot-card:hover .ban-bot-card-text * {
    color: #fff;
}

.ban-bot-card:hover .ban-bot-card-text h6 {
    font-size: 25px;
    transition: 0.3s ease-in-out;
}

section.ban-bot-sec .col-lg-3:nth-child(1) .ban-bot-card {
    border-radius: 10px 0 0 10px;
    transition: 0.3s ease-in-out;
}

section.ban-bot-sec .col-lg-3:nth-child(4) .ban-bot-card {
    border-radius: 0 10px 10px 0;
    transition: 0.3s ease-in-out;
}

/* section ban-bot-sec end */

/* section start */

img.about-img {
    height: 530px;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 #00000057;
}

.about-box {
    padding: 30px;
    background: #f3f1f0;
}

.about_text h2 {
    font-size: 52px;
}

.hdr_btn .theme-btn {
    padding: 10px 25px;
    font-size: 13px;
}

/* section end */

/* section start */

a.detail-btn {
    display: flex;
    gap: 20px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 16px;
}

a.detail-btn i {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2d94c8;
    color: #fff;
}

a.detail-btn:hover {
    color: #000;
}

.service-btn {
    display: flex;
    justify-content: end;
}

.service-btn {
    display: flex;
    justify-content: space-between;
}

.service-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 20px 0;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

img.service-card-img {
    height: 250px;
    border-radius: 10px;
}

.service-card-text {
    padding: 30px 10px;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.service-card-text::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    background: #ffff;
    z-index: -2;
    content: "";
    transition: 0.3s ease-in-out;
}

.service-card-text::after {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    background: #2d94c8;
    z-index: -1;
    content: "";
    transition: 0.3s ease-in-out;
    border-radius: 30px;
}

.service-card:hover .service-card-text::before {
    height: 100%;
    transition: 0.3s ease-in-out;
}

.service-card:hover .service-card-text::after {
    height: 2%;
    transition: 0.3s ease-in-out;
}

.service-card:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0 0px 20px 0 #0000001f;
}

.style1::before {
    background: transparent;
}

.style1 {
    color: #28a3d2;
    border: 1px solid #28a3d2;
}

.service-card:hover .style1 {
    color: #fff;
}

.service-card:hover .style1::after {
    background: #28a3d2;
    height: 100%;
}

section.service-sec {
    background: #f8f6f6;
    margin-top: 80px;
}

video#videoFrame {
    object-fit: cover;
}

/* section end */

/* section start */

.plan-card {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.plan-card-text {
    width: 80%;
    text-align: center;
    padding: 60px 0;
    background: #f5f2f2;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}

.plan-card-price {
    padding: 70px 7px 70px 0px;
    width: 20%;
    background: #0092ca;
    display: flex;
    align-items: center;
    justify-content: end;
    border-radius: 35px 0 0 35px;
    position: relative;
}

.plan-card-text a {
    justify-self: center;
}

.plan-card-price h2 {
    writing-mode: sideways-lr;
    margin: 0;
    line-height: 1;
}

.plan-card-text h3 {
    font-weight: 100;
}

.plan-card-text::after {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    background: #2d94c8;
    z-index: -1;
    content: "";
    transition: 0.3s ease-in-out;
    border-radius: 30px;
}

.plan-card:hover .plan-card-text::after {
    height: 100%;
    transition: 0.3s ease-in-out;
}

.plan-card:hover .plan-card-text * {
    color: #ffff;
    transition: 0.3s ease-in-out;
}

.plan-card:hover .plan-card-text a::before {
    background-color: #ffff;
    transition: 0.3s ease-in-out;
}

.plan-card:hover .plan-card-text a,
.plan-card:hover .plan-card-text i {
    color: #018abf !important;
    transition: 0.3s ease-in-out;
}

/* section end */

/* section start */
img.work-img {
    height: 330px;
    border-radius: 20px;
}

.work-main-box {
    margin: 20px 0 10px 0;
}

.work-heading {
    margin: 0 0 20px 0;
}

.work-main-box.reverse .row {
    flex-direction: row-reverse;
}

/* section end */

.tes1-hadding h6 a {
    color: var(--gray-900, #18181b);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    font-family: montserrat;
    text-transform: uppercase;
}

.tes1-hadding p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
    font-family: montserrat;
    color: #000;
    text-transform: uppercase;
}

.testimonial1-bottom-hadding {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.testimonial1-bottom-img {
    margin-right: 15px;
    margin-bottom: 0;
}

.testiminial1-review-icons ul {
    margin: 0;
    padding: 0;
}

.testiminial1-review-icons ul li {
    display: inline-block;
    color: #fd6f2f;
}

.testimonial-solider-single {
    box-shadow: 0 0 19px 2px #00000024;
    background-color: #fff;
    padding: 32px 24px;
    border-radius: 0;
    margin: 0 0 30px 0;
    border: 1px solid #f1f1f1;
    position: relative;
}

.testimonial1-slider {
    cursor: move;
}

.testimonial1-pera p {
    color: #707070;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 0;
    font-family: montserrat;
}

.testimonial1-bottom-img img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
}

section.testi_sec .container-fluid {
    padding-left: 11% !important;
}

.tes1-hadding h6 {
    margin: 0;
}

.testiminial1-review-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testiminial1-review-icons img {
    object-fit: contain;
    width: 50px;
    height: 50px;
}

.testimonial1-pera {
    position: relative;
}

img.center_quote {
    position: absolute;
    width: 40%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.slick-slide.slick-current.slick-active {
    transition: all ease-in-out 0.3s;
    opacity: 1;
}

.testimonial1-slider .slick-list.draggable {
    padding-left: 0 !important;
    padding-right: 0;
}

.slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
}

.testimonial1-slider .slick-slide.slick-current.slick-active+.slick-slide {
    opacity: 1;
}

i.fa-solid.fa-star {
    color: #f39f1e;
}

ul.d-flex {
    gap: 4px;
}

ul.banner_navs {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

ul.banner_navs button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70%;
    width: 50px;
    height: 50px;
    border: none;
    background: #fff;
}

.combine-sec {
    height: auto;
    z-index: 1;
    position: relative;
}

.combine-sec::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 70%;
    content: "";
    z-index: -12;
    background-image: url(../images/testi-bg.jpg);
    background-position: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.combine-sec::before {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 70%;
    background-color: #f5f2f2f5;
    content: "";
    z-index: -11;
}

ul.banner_navs button img {
    object-fit: scale-down;
    width: auto;
}

button.next-slide {
    transform: rotate(180deg);
}

ul.banner_navs button:hover,
ul.banner_navs button:focus {
    background-color: #0092ca;
}

ul.banner_navs button:hover img,
ul.banner_navs button:focus img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7479%) hue-rotate(70deg) brightness(99%) contrast(107%);
}

.testimonial-solider-single::before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 0;
    height: 0;
    border: 30px solid #ffffff;
    border-top-color: #00000000;
    border-bottom: 0;
    margin-left: 0;
    margin-bottom: 20px;
    transform: rotate(180deg);
    border-left-color: transparent;
    border-radius: 0 24px 0px 70px;
}

/* section end */

/* contact-sec */

.contact-box-form {
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 36.72px 14.28px rgba(0, 0, 0, 0.04);
    background: #ffff;
}

.contact-us-bg {
    padding: 50px 0px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}

.contact-us-box {
    padding-left: 25px;
    padding-right: 25px;
}

.contact-box-form h2 {
    font-size: 43px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: -2px;
}

.contact-box-form form {
    width: 95%;
    margin-top: 25px;
}

.contact-box-form form input {
    width: 100%;
    height: 60px;
    color: #00000080;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 55px;
    margin-bottom: 25px;
    border: 1px solid #e1e1e1;
    background-color: transparent;
    font-family: 'Montserrat';
    font-weight: 600;
}


.contact-box-form form select {
    width: 100%;
    height: 60px;
    color: #00000080;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 55px;
    margin-bottom: 25px;
    border: 1px solid #e1e1e1;
    background-color: transparent;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
}

.contact-box-form form input:focus,
.contact-box-form form select:focus,
.contact-box-form form textarea:focus,
.contact-box-form form input:focus-visible,
.contact-box-form form select:focus-visible,
.contact-box-form form textarea:focus-visible {
    border-color: transparent;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 38.88px 15.12px rgba(0, 0, 0, 0.07);

}

.contact-box-form form textarea {
    width: 100%;
    height: 150px;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 25px;
    margin-bottom: 25px;
    border: 1px solid #e1e1e1;
    background-color: transparent;
    color: #00000080;
    font-family: 'Montserrat';
    font-weight: 600;
}

.contact-box-form form input::placeholder,
.contact-box-form form select::placeholder,
.contact-box-form form textarea::placeholder {
    color: var(--textColor);
    text-transform: uppercase;
}

.contact-us-box h3 {
    font-weight: 300;
    font-size: 32px;
}

.contact-us-box p {
    font-weight: 500;
    margin-top: 10px;
    color: #fff;
}

.contact-us-box ul {
    gap: 50px;
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.contact-us-box ul li a i {
    font-size: 25px;
    color: #fff;
}

.contact-us-box ul li a {
    gap: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.contact-us-box ul li a h6 {
    font-size: 14px;
    margin: 0;
    font-family: "Montserrat", serif;
    font-weight: 400;
}

.contact-us-box a.theme-1 {
    gap: 15px;
    padding: 20px;
    display: flex;
    font-size: 16px;
    width: fit-content;
    color: #fff;
    border-radius: 70px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 1px solid #fff;
}



.contact-us-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    content: "";
    background-image: url(../images/banner.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-us-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background: #199bcee0;
}

i.fa-solid.fa-calendar-days.position-absolute.date-icon {
    width: 14px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffff;
    top: 35% !important;
    padding: 10px;
}

i.fa-solid.fa-clock.position-absolute.time-icon {
    width: 14px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffff;
    top: 35% !important;
    padding: 10px;
}

/* contact-sec */

/* footer start */
footer {
    position: relative;
    z-index: 1;
    padding-top: 100px;
}

footer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    content: "";
    background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-size: cover;
}

footer::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-color: #000000eb;
}

.contact-box ul.header-contact-list {
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.contact-box ul.header-social-list {
    justify-content: start;
    margin: 20px 0;
}

footer h5 {
    color: #ffff;
    margin-bottom: 40px;
}

ul.link-list li a {
    color: #fff;
    font-family: "Montserrat";
    display: inline-block;
    padding: 0 0 12px 0;
    transition: 0.3s ease-in-out;
}

button.theme-btn {
    border: none;
    text-transform: capitalize;
}

.news-box p {
    color: #ffff;
    opacity: 1;
}

.footer-bottom-bar {
    padding: 10px 0;
    background: #0092ca;
    margin: 60px 0 0 0;
}

.copyright p {
    text-align: center;
    color: #fff;
    margin: 0;
    opacity: 1;
    text-transform: uppercase;
}

.contact-box ul.header-social-list li a i {
    font-size: 18px;
}

ul.link-list li a:hover {
    color: #0092ca;
    transition: 0.3s ease-in-out;
    margin-left: 10px;
}

.contact-box ul.header-contact-list li a:hover {
    color: #0092ca;
    transition: 0.3s ease-in-out;
}

.contact-us-box * {
    color: #ffff;
}

/* footer end */

/* InnerPage Aboutus start */
.inner-banner-text {
    align-items: center;
}

.inner-banner {
    height: 500px;
}

.inner-banner::after {
    background: #ecf1f5ed;
}

.inner-banner-text p {
    width: 40%;
}

img.leaf {
    z-index: 99;
    position: absolute;
    top: 14%;
    right: -26px;
    width: 50px;
}



/* InnerPage Aboutus end */

/* InnerPage Aboutus start */

.service-det-image img {
    height: 480px;
    border-radius: 20px;
}

.abt-para {
    padding: 40px 0 0 0;
}


ul.header-contact-list::before {
    position: absolute;
    top: 0;
    left: 43%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background: #ffff;
    content: '';
}

.what-text {
    margin: 60px 0 0 0;
}

.testimonial1-slider .slick-slide.slick-current.slick-active+.slick-slide {
    opacity: 1 !important;
}

.testimonial1-slider {
    width: calc(100% + 260px);
    margin-right: -260px;
}

.inner-banner::before {
    width: 100%;
}

.contact-box ul.header-contact-list::before {
    display: none;
}

.banner_text p {
    width: 60%;
}

/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

section.what-sec.sec {
    overflow: hidden;
}



/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .hdr_btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    h2 {
        font-size: 45px;
    }

    .theme-btn {
        gap: 10px;
        font-size: 12px;
        padding: 12px 20px;
    }

    .testimonial1-slider .slick-slide {
        margin: 0px 10px;
    }

    ul.header-contact-list li a {
        font-size: 12px;
    }

    ul.link-list li a {
        font-size: 12px;
    }

    footer h5 {
        font-size: 18px;
    }

    section.service-sec {
        margin-top: 70px;
    }

    .pt_8,
    .pb_8,
    .py_8,
    .sec {
        padding: 70px 0;
    }

    .contact-us-box ul li h6 {
        font-size: 16px;
    }

    .nav ul li a {
        font-size: 13px;
        padding: 10px 15px;
    }




}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 17px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    section.header .custom-order-1 {
        order: 1;
    }

    section.header .custom-order-3 {
        order: 2;
    }

    section.header .custom-order-2 {
        order: 3;
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .banner_sec {
        height: 650px;
    }

    .testimonial1-slider {
        width: calc(100% + 0px);
        margin-right: 0px;
    }

    .what-text {
        margin: 40px 0 20px 0;
    }

    .contact-box-form {
        padding: 25px;
    }

    .contact-box-form .col-sm-4,
    .contact-box-form .col-sm-6 {
        width: 100%;
    }

    .about-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-us-box h3 {
        font-size: 20px;
    }

    .contact-box-form h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    ul.header-contact-list::before {
        left: 37%;
    }

    img.work-img {
        margin-bottom: 10px;
    }

    .work-main-box {
        margin: 0;
    }

    section.service-sec {
        margin-top: 60px;
    }

    .pt_8,
    .pb_8,
    .py_8,
    .sec {
        padding: 60px 0;
    }

    .nav ul {
        justify-content: center;
    }

    .service-det-sec h3 {
        font-size: 25px !important;
        padding: 17px 0 0;
    }

    .contact-us-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-us-box ul li h6 {
        font-size: 12px;
    }

    .type-page .vc_row.wpb_row.vc_row-fluid {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .type-page .vc_row.wpb_row.vc_row-fluid .vc_col-sm-3 {
        width: fit-content;
    }
    .wpb-content-wrapper .service-det-sec h2 {
        font-size: 30px !important;
    }



}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    img.about-img {
        height: 400px;
        border-radius: 10px;
    }

    .about-box {
        padding: 15px;
    }

    h2,
    .about_text h2 {
        font-size: 30px;
    }

    h6 {
        font-size: 14px;
    }

    .theme-btn {
        gap: 10px;
        font-size: 12px;
        padding: 10px 25px;
    }

    section.service-sec {
        margin-top: 40px;
    }

    .pt_8,
    .pb_8,
    .py_8,
    .sec {
        padding: 50px 0;
    }

    ul.header-contact-list {
        gap: 10px;
        width: 100%;
        margin-bottom: 7px;
        align-items: center;
        flex-direction: column;
    }

    ul.header-social-list {
        justify-content: center;
    }

    ul.header-contact-list::before {
        display: none;
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        justify-content: center;
    }

    .banner-button {
        flex-wrap: wrap;
    }

    .banner_text p {
        width: 100%;
    }

    span.banner-subheading {
        font-size: 35px;
        line-height: 1;
        padding: 15px 10px 6px 0;
        margin: 10px 0 0px 0;
    }

    h1 {
        line-height: 1;
        font-size: 25px;
    }

    .banner_sec {
        padding: 50px 0px;
        height: fit-content;
    }

    section.ban-bot-sec.sec {
        padding: 50px 10px;
    }

    .ban-bot-card {
        gap: 10px;
        padding: 10px 20px;
        height: fit-content;
    }

    .ban-bot-card:hover .ban-bot-card-text h6 {
        font-size: 20px;
    }

    .ban-bot-card-text p,
    .ban-bot-card:hover .ban-bot-card-text p {
        max-width: fit-content;
    }

    .about_image {
        margin-bottom: 15px;
    }

    .testimonial1-slider {
        margin-right: 0px;
        width: calc(100% + 0px);
    }

    .testimonial1-slider .slick-slide {
        margin: 0px 10px;
    }

    ul.banner_navs {
        margin-bottom: 15px;
    }

    .what-text {
        margin: 0px 0 0 0;
    }

    .contact-box-form {
        padding: 20px 13px;
    }

    .contact-box-form h2 {
        font-size: 30px;
        line-height: 1.1;
    }

    .contact-us-bg {
        margin-top: 20px;
        padding: 30px 0px;
    }

    .contact-us-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .auto {
        width: 100% !important;
    }

    img.work-img {
        margin-bottom: 20px;
    }

    .work-main-box {
        margin: 0px 0 0px 0;
    }

    .hdr_logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .service-det-sec h2 {
        font-size: 30px !important;
    }

    footer h5 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .slicknav_nav a:hover {
        background: #0092ca;
        color: #fff;
    }

    .slicknav_nav a.active {
        background: #0092ca;
        color: #fff;
    }

    img.service-card-img {
        height: 350px;
    }

    .gform_wrapper.gravity-theme .ginput_container_time {
        max-width: 104px;
        min-width: 124px;
    }

    legend.gfield_label.gform-field-label.gfield_label_before_complexinput#input_1_7,
    input#input_1_6_1,
    select#input_1_5,
    select#input_1_5,
    input#input_1_4,
    input#input_1_3,
    input#input_1_1_3 {
        margin-bottom: 5px;
    }





}

@media only screen and (min-width: 0px) and (max-width: 576px) {

    img.about-img {
        height: 400px;
        border-radius: 10px;
    }

    .about-box {
        padding: 15px;
    }

    h2,
    .about_text h2 {
        font-size: 30px;
    }

    h6 {
        font-size: 14px;
    }

    .theme-btn {
        gap: 10px;
        font-size: 12px;
        padding: 10px 25px;
    }

    section.service-sec {
        margin-top: 40px;
    }

    .pt_8,
    .pb_8,
    .py_8,
    .sec {
        padding: 40px 0;
    }

    ul.header-contact-list {
        gap: 10px;
        width: 100%;
        margin-bottom: 7px;
        align-items: center;
        flex-direction: column;
    }

    ul.header-social-list {
        justify-content: center;
    }

    ul.header-contact-list::before {
        display: none;
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        justify-content: center;
    }

    .banner-button {
        flex-wrap: wrap;
    }

    .banner_text p {
        width: 100%;
    }

    span.banner-subheading {
        font-size: 35px;
        line-height: 1;
        padding: 15px 10px 6px 0;
        margin: 10px 0 0px 0;
    }

    h1 {
        line-height: 1;
        font-size: 25px;
    }

    .banner_sec {
        padding: 40px 0px;
        height: fit-content;
    }

    section.ban-bot-sec.sec {
        padding: 40px 10px;
    }

    .ban-bot-card {
        gap: 10px;
        padding: 10px 20px;
        height: fit-content;
    }

    .ban-bot-card:hover .ban-bot-card-text h6 {
        font-size: 20px;
    }

    .ban-bot-card-text p,
    .ban-bot-card:hover .ban-bot-card-text p {
        max-width: fit-content;
    }

    .about_image {
        margin-bottom: 15px;
    }

    .testimonial1-slider {
        margin-right: 0px;
        width: calc(100% + 0px);
    }

    .testimonial1-slider .slick-slide {
        margin: 0px 10px;
    }

    ul.banner_navs {
        margin-bottom: 15px;
    }

    .what-text {
        margin: 0px 0 0 0;
    }

    .contact-box-form {
        padding: 20px 13px;
    }

    .contact-box-form h2 {
        font-size: 30px;
        line-height: 1.1;
    }

    .contact-us-bg {
        margin-top: 20px;
        padding: 30px 0px;
    }

    .contact-us-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .auto {
        width: 100% !important;
    }

    img.work-img {
        margin-bottom: 20px;
    }

    .work-main-box {
        margin: 0px 0 0px 0;
    }

    .hdr_logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .service-det-sec h2 {
        font-size: 30px !important;
    }

    footer h5 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .slicknav_nav a:hover {
        background: #0092ca;
        color: #fff;
    }

    .slicknav_nav a.active {
        background: #0092ca;
        color: #fff;
    }

    .gform_wrapper.gravity-theme .ginput_container_time {
        max-width: 104px;
        min-width: 124px;
    }

    .what-text h2 {
        font-size: 22px;
    }


    .wpb-content-wrapper .service-det-sec h3 {
        font-size: 20px !important;
    }










}


/*Media Query End*/