@charset "utf-8";
/***** Design By Manjeet 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("flaticon.css");
@import url("fontawesome-all.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Quicksand:wght@300..700&display=swap');

/* CSS Document */

body {
    background: #fff;
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;

}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {

    text-decoration: none !important;
    font-family: "DM Sans", sans-serif;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "DM Sans", sans-serif;
}

p {
    font-family: "Quicksand", sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #1265ff;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #2049ff;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #ffa329;
}

/****sytle your  designe****/
.socail-top {
    display: flex;
    align-items: center;
    justify-content: end;
}

.top-head {
    background-color: #00adff;
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

.socail-top a {
    color: #fff;
    margin-left: 10px;
    margin-left: 10px;

}

.top-location-index {
    display: flex;
    align-items: center;
    justify-content: start;
}

.top-location-index p {
    margin: 0px;
    color: #fff;
}

.top-location-index i {
    margin-right: 5px;
}

.top-location-index p:nth-child(2) {
    margin-left: 20px;
}

.top-location-index p:nth-child(3) {
    margin-left: 20px;
}

/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #bbb4b4;
    z-index: 999;
    height: 70%;
}


.headerpart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 24px 16px;
    display: block;
    text-decoration: none;
    color: #111111;
    font-size: 16px;
    transition: .6s linear;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}

.headerf-0flex li a:hover {
    color: #00bac4;
}

.header {
    display: flex;
    align-items: center;
}

.hide {
    display: none;
}

.hide:checked~.dropdoqwn {
    display: block;
}

.hide:checked~.dropdoqwn2 {
    display: block;
}

.hide:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
    top: 98px;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .2s;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 8px 15px;
    min-width: 220px;
    text-align: left;
    border-radius: 0px;
    color: #ffffff;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #4726ed;
}

.dropdoqwn li a:hover {
    background-color: #00bcc4;
    color: #fff;
}

.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;

}

.myheaderlist ul {
    overflow-x: scroll;
}



#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}



.logo-m {
    display: none;
}

.logo img {
    width: 160px;
}

header .darkHeader {
    background-color: #fff;
}

.darkHeader .header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
    top: 70px;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #000;
    padding: 0px 100px;
}

.darkHeader .logo img {
    width: 150px;
}

.phone_h {
    align-items: center;
    margin-left: 10px;
}

.phone_h a {
    display: block;
    color: #000000;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 600;
}

.phone_h span {
    display: inline-block;
    padding-left: 10px;
    color: #444;
    font-size: 12px;
}

.phone_h i {
    height: 37px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    padding-bottom: 5px;
}


.counter-Txt {
    font-size: 46px;
    font-weight: 800;
    color: #52ae01;
    margin-right: 22px;
}

.demo1 {
    display: flex;
    align-items: center;
}

.demo1 strong {
    font-size: 20px;
    position: relative;
    top: -7px;
    line-height: 25px;
}

.group_flex {
    display: flex;
}


.indexfrom {
    margin-top: -42px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff !important;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 600;

}

.nav-link {
    color: #fff;
    background: #52ae01 !important;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
    background: #52ae01 !important;
}

.tab-content>.active {
    display: block;
    padding: 20px 50px 30px;
    border-top: none;
    background: #fff;
    box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    border-radius: 0px 0px 6px 6px;
}

.contact-index a {
    background: #13283d;
    padding: 8px 22px 10px;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 500;
    margin-left: 40px;
}

/***banner***/
.ws_controls {
    display: none;
}

.bannersloder img {
    width: 100%;
    object-fit: cover;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(199deg, rgb(0 18 255) 0%, rgb(0 173 255) 35%, rgb(104 137 255) 89%);
    padding: 10px 0;
    position: relative;
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    padding-left: 100%;
    animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/**about-pannel***/
.about-pannel {
    margin-top: 120px;
}

.about-top {
    text-align: center;
}

.about-top h1 {
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 50px;
}

.left-about img {
    object-fit: cover;
}

.right-about h3 {
    font-size: 30px;
    color: #2b2b2b;
}

.right-about p {
    font-size: 15px;
}

.right-about p:nth-child(2) {
    margin: 20px 0px;
    font-size: 15px;
}

.right-about a {
    color: #fff;
    background-color: #13283d;
    padding: 10px 22px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
}

/**gallery index**/
.galleryTOp-Index {
    margin-top: 120px;
    background: #112E70;
    background: linear-gradient(84deg, rgba(17, 46, 112, 1) 0%, rgba(45, 90, 149, 1) 28%, rgba(80, 146, 196, 1) 43%, rgba(108, 189, 232, 1) 69%);
    padding: 50px 0px;

}

.gallery-topindex h1 {
    text-align: center;
    font-size: 55px;
    font-weight: 400;
    color: #fff;
}

.gallery-topindex p {
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin: 5px 0px;
}

.box-gallery {
    margin-top: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.box-gallery img {
    object-fit: cover;
    width: 100%;
    height: 350px;
    transition: .3s linear;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
}

.box-gallery img:hover {
    transform: scale(1.2);
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.dicover-gallery {
    text-align: center;
    margin-top: 60px;
}

.dicover-gallery a {
    color: #000;
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}

/**gallery index**/
/***why-Choosen***/
.whyChoosen {
    margin-top: 120px;
}

.whychoosen-top h1 {
    text-align: center;
    font-size: 41px;
    color: #fff;
}

.whychoosen-top p {
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin: 5px 0px;
    margin-bottom: 66px;
}

.mainChoosen {
    background-color: #286899;
    border-radius: 35px;
    padding: 40px;
}

.quality {
    text-align: center;
}

.quality p {
    font-size: 15px;
    margin: 15px 0px 0px;
    color: #fff;
}

/***why-Choosen***/
/***contact-Index***/
.contactPannelIndex {
    margin-top: 120px;

}

.contact-top-index h1 {
    text-align: center;
    font-size: 55px;
    font-weight: 400;
}

.contact-top-index p {
    font-size: 15px;
    margin: 5px 0px;
    text-align: center;
}

.contactPro {
    display: flex;
    justify-content: center;
}

.contactPro img {
    object-fit: contain;
    margin-top: 35px;
}

.form-index-pannel {
    margin-top: 80px;

    border: 1px solid#ccc;
    padding: 22px;
    border-radius: 5px;

}

.form-index-pannel label {
    width: 100%;
    margin-top: 15px;
}

.form-index-pannel input {
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid#ccc;
    outline: none;
}

.form-index-pannel input:hover {
    border: 1px solid#1900ff;
}

.form-index-pannel textarea {
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid#ccc;
    outline: none;
    padding: 10px 15px;
}

.sumbite-1 {
    border: none;
    background: #1A3A6E;
    background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
    outline: none;
    border-radius: 5px;
    padding: 8px 22px;
    margin-top: 20px;
    color: #fff;
}

.sumbite-1:hover {
    background-color: #097cff;
    color: #ffffff;
    transition: 0.6s linear;
}

/***footer***/
footer {
    padding: 40px 0px 0px;
    background-color: #ebf7ff;
    margin-top: 50px;

}

.footer-logo img {
    width: 178px;
}

.footer-logo p {
    margin: 0px;
    margin-top: 10px;
    color: #000;
}

.footer-logo {
    text-align: center;
    margin-top: 45px;
}

.socail-footer {
    margin-top: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.socail-footer p {
    margin: 0px;
    margin-right: 10px;
    color: #000;
}

.socail-footer a {
    border: 1px solid #a3a2a2;
    padding: 2px 5px;
    color: #000;
    transition: 0.6s linear;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;


}

.socail-footer a:hover {
    background-color: #00bac4;
    color: #000;
    border: none;
}

.footer-menu h3 {
    color: #000;
    margin-top: 10px;
}

.footer-menu li {
    padding: 10px 0px;
}

.footer-menu ul a {
    color: #000;
    font-weight: 300;
    transition: 0.4s linear;
}

.footer-menu ul a:hover {
    color: #000000;
    margin-left: 5px;
}

.footer-menu ul {
    margin-top: 20px;
}

.Contact-bottom h3 {
    color: #000;
    margin-top: 10px;
}

.Contact-bottom li {
    padding: 10px 0px;
}

.Contact-bottom ul a {
    color: #000;
    font-weight: 300;
    transition: 0.6s linear;
    font-size: 15px;
}

.Contact-bottom ul a:hover {
    color: #000000;
}

.Contact-bottom ul {
    margin-top: 20px;
}

.copy-right p {
    text-align: center;
    color: #000;
    margin: 0px;
    margin-top: 10px;
    border-top: 1px solid#363636;
    padding: 15px 0px;
}



/***services-pannel***/
.services-pannel {
    margin-top: 120px;
}

.services-top {
    text-align: center;
}

.services-top p {
    font-size: 14px;
    margin: 0px;
    text-decoration: underline;
}

.services-top h1 {
    font-size: 50px;
    font-weight: 400;
    margin-top: 10px;
}

.services-top span {
    display: block;
    margin-top: 10px;
    font-size: 15px;
}

.box-services {
    margin: 60px 0px 10px;
}

.box-services img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 270px;
}

.box-services {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.box-services h3 {
    text-align: center;
    font-size: 25px;
    margin-top: 30px;
}

.box-services p {
    font-size: 15px;
    margin: 10px 0px 0px;
    text-align: center;
}

.services-pannel .owl-prev {
    display: none;
}

.services-pannel .owl-next {
    display: none;
}

/***services-pannel***/



/***whatsapp-icon***/
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 93px;
    right: 20px;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.btn-call-pulse {
    background: #053fff;
    color: rgb(255, 255, 255);
    position: fixed;
    bottom: 188px;
    right: 20px;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-call-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-call-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.btn-call-pulse:hover {
    color: #fff;
}

/***all-pages-start***/
.banner-about {
    background-image: url(../images/page-title.jpg);
    background-size: 100%;
    padding: 100px 0px;
    text-align: center;
    color: #fff;
    text-align: center;
}

.page-about {
    color: #000;
}

.page-about h2 {
    color: #000;
    font-size: 70px;
}

.Our-Vision {
    margin-top: 90px;
}

.Our-Vision h2 {
    color: #000000;
    font-size: 46px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid#000;
    padding-bottom: 10px;
}

.Our-Vision img {
    width: 50px;
    margin-right: 10px;
}

.Our-Vision p {
    margin: 15px 0px;
    display: flex;
}

.Our-Vision i {
    margin-right: 5px;
}

/**gallery**/
.galleryTOp-Indexpage {
    margin-top: 90px;

}

.gallery-topindexpage h1 {
    text-align: center;
    font-size: 55px;
    font-weight: 400;
    color: #000000;
}

.gallery-topindexpage p {
    font-size: 15px;
    text-align: center;
    color: #000000;
    margin: 5px 0px;
}

.box-gallerypage {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.box-gallerypage h3 {
    position: absolute;
    top: 79px;
    left: 65px;
    font-size: 55px;
    color: #00f179;
    text-align: center;
}

.box-gallerypage img {
    object-fit: cover;
    width: 100%;
    height: 350px;
    transition: .3s linear;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    border-radius: 10px;
}

.box-gallerypage img:hover {
    transform: scale(1.2);
    border-radius: 10px;
    border: 3px solid #ffffff;
    border-radius: 10px;
}

.box-gallerypage video {
    border: 1px solid#000;
    border-radius: 0px !important;
}

/**oursevicesPage**/
.ServicesWehave {
    margin-top: 60px;
}

.serve h1 {
    font-size: 35px;
    color: #000;
    border-bottom: 1px solid;
}

.serve p {
    margin: 10px 0px 0px;
}

.servicesDetails {
    margin-top: 21px;
}

.sericeName h1 {
    font-size: 35px;
}

.sericeName {
    margin-top: 70px;
}

.sericeName p {
    font-size: 18px;
    margin: 10px 0px 0px;
    display: flex;
}

.sericeName ul li {
    font-size: 15px;
    line-height: 30px;
    display: flex;
}

.sericeName i {
    font-size: 29px;
}

.sericeName ul {
    padding: 0px;
    margin: 10px 0px 0px;
}

.servicePump {
    overflow: hidden;
    margin-top: 70px;
}

.servicePump img {
    object-fit: cover;
    width: 100%;
    height: 266px;
    transition: .3s linear;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
}

.servicePump img:hover {
    transform: scale(1.2);
    border-radius: 10px;
    border: 3px solid #ffffff;
}