@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto: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=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Nunito", sans-serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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

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

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@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: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Nunito", sans-serif;
    font-size: 65px;
    color: #000;
    font-weight: 900;
    margin: 0 0 15px;
    text-transform: uppercase;
    line-height: 1.1;
}

h2 {
    font-family: "Nunito", sans-serif;
    font-size: 56px;
    color: #000;
    font-weight: 900;
    margin: 0px 0 10px;
    text-transform: uppercase;
    line-height: 1.1;
}

h3 {
    font-family: "Nunito", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 23px;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
}

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

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 74%;
    margin: 0 0 0 auto;
}

.menusection-button {
    text-align: end;
}

.theme-btn-1 {
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    background: #131921;
    color: #fff;
    padding-left: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    width: fit-content;
    box-shadow: 0 0 10px 0 #00000033;
}

.theme-btn-1 span {
    background: #232f3e;
    margin-left: 12px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
}

.menusection-button a {
    margin: 0 0 0 auto;
}

.theme-btn-1 span img {
    width: 10px;
    height: 12px;
    object-fit: contain;
}

.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: #222222;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}


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

.p-r-0 {
    padding-right: 0 !important;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.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;
    right: 7%;
    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;
}


/* Header Ends */


/* Main Banner Start */

.main-banner-images-silder-items img {
    width: 100%;
    height: 675px;
    object-fit: cover;
    filter: grayscale(1);
}

.main-banner-text-silder-items p {
    margin-bottom: 20px;
    width: 75%;
}

.main-banner-images-silder .slick-slide {
    margin: 0px 0px;
}

.main-banner-text-silder .slick-slide {
    margin: 20px 0px;
}

.main-banner-text-silder-items strong {
    color: #494a44;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.main-banner-text-silder-items h1 span {
    display: block;
    background: #fff;
}

.main-banner-text-silder {
    width: 600px;
    position: relative;
    z-index: 9;
}

.header-banner-box {
    position: relative;
}

.header-banner-box:before {
    content: "";
    position: absolute;
    background-image: url(../images/main-banner-before.png);
    width: 1035px;
    height: 815px;
    right: 0;
    top: 0;
    background-size: cover;
    z-index: -2;
}
.menusection-button a {
    border: 1px solid #fff;
}
.menusection-button a span {
    height: 47px;
}

.services-detail-button {
    margin-top: 20px;
}

.header-banner-box:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 83%;
    height: 90%;
    left: 0;
    top: 0;
    z-index: -1;
}


.main-banner-sec:before {
    content: "";
    position: absolute;
    background: #232f3ef0;
    width: 1035px;
    height: 822px;
    top: -130px;
    right: 0;
    z-index: -1;
}

.main-banner-sec {
    position: relative;
}

/* Main Banner Ends */


/*About Us Start*/


.about-us-images img {
    width: 100%;
    height: 685px;
    object-fit: cover;
    filter: grayscale(1);
}

.about-us-images {
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative;
}

.about-us-images:before {
    content: "";
    position: absolute;
    background: #232f3e;
    width: 100%;
    height: 50%;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.section-main-heading {
    background: #232f3e;
    text-align: center;
    padding: 15px 0;
}

.section-main-text {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
}

.about-us-sec .section-main-heading {
    margin-bottom: 55px;
}

.section-main-text p {
    margin-bottom: 0;
}


.section-main-heading h2 {
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 0;
}

.about-us-text strong {
    color: #494a44;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 8px;
    margin-bottom: 10px;
    display: block;
}

.about-us-text p {
    line-height: 25px;
    color: #222222;
    width: 100%;
}

.about-us-text h2 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #494a44;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 25px;
}

.about-us-text ul {
    background: #232f3e;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 5px;
    margin-bottom: 30px;
    margin-top: 35px;
}

.about-us-text ul li h2 {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 8px;
}

.about-us-text ul li p {
    margin-bottom: 0;
    color: #91979f;
    line-height: 20px;
    font-weight: 600;
    width: 80%;
    font-size: 13px;
}

.about-us-text {
    margin-left: 18px;
}

.about-us-text ul li span {
    margin: 0 !important;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
}


/*About Us Ends*/


/*Our Services Start*/


.our-services-silder .slick-active {
    opacity: 1.5;
}

.our-services-silder .slick-slide {
    margin: 0px 18px;
}

.our-services-silder-items-img img {
    width: 100%;
    height: 475px;
    object-fit: cover;
    filter: grayscale(1);
}

.our-services-silder-items {
    position: relative;
    margin-top: 40px;
}


.our-services-silder-items-text {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #fff;
    width: 95%;
    padding: 22px 15px;
    text-align: center;
}

.our-services-silder-items-text h2 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}

.our-services-silder-items-text p {
    color: #0f0e0e;

}

.our-services-silder-items-text a {
    margin: 0 auto;

}

.our-services-silder .slick-slide.slick-current.slick-active.slick-center .our-services-silder-items-img {
    filter: grayscale(1);
}

.our-services-silder .slick-slide.slick-current.slick-active.slick-center .our-services-active {
    display: block;
}

.our-services-active {
    margin-top: 10px;
}

.our-services-active {
    display: none;
    transition: 0.5s;
}

.our-services-silder .slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.our-services-silder .slick-dots li {

    width: 20px;
    height: 20px;
    margin: 0 0px;

}

.our-services-silder .slick-dots li button:before {

    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';

    background: #d2d2d2;
    border-radius: 50%;
}

.our-services-silder .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background: #232f3e;
    width: 30px;
    border-radius: 50px;
}

.our-services-silder li.slick-active {
    margin: 0 20px;
}


/*Our Services Ends*/


/*Why Choose Vercleaner Start*/

.why-choose-vercleaner-sec {
    margin: 120px 0;
}

.why-choose-vercleaner-sec .row {
    position: relative;
    padding: 100px 70px 0px;
}

.why-choose-vercleaner-images {
    padding-left: 10px;
    position: relative;
}

.why-choose-vercleaner-images:before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
}

.why-choose-vercleaner-sec .row:before {
    content: "";
    position: absolute;
    background: #232f3e;
    width: 100%;
    height: 85%;
    z-index: -1;
    top: 0;
    left: 0;
}

.why-choose-vercleaner-images img {
    width: 100%;
    height: 740px;
    object-fit: cover;
    filter: grayscale(1);
}

.why-choose-vercleaner-text h2 {
    color: #ffffff;
}

.why-choose-vercleaner-text p {
    color: #91979f;
    margin-bottom: 18px;
    margin-top: 10px;
}

.why-choose-vercleaner-button {
    margin-top: 25px;
}

.why-choose-vercleaner-button a {
    border: 1px solid #ffffff;
}

.why-choose-vercleaner-button a span {
    height: 48px;
}

.why-choose-vercleaner-text strong {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
}


/*Why Choose Vercleaner Ends*/

/*Latest Blogs Start*/


.latest-blogs-heading h2 {
    margin-bottom: 5px;
}

.latest-blogs-heading p {
    margin-bottom: 0;
    width: 90%;
}

.latest-blogs-silder-items-text h2 {
    font-size: 20px;
}

.latest-blogs-silder .slick-active {
    opacity: 1.5;
}

.latest-blogs-silder-items {
    position: relative;
    margin-top: 35px;
}

.latest-blogs-silder .slick-list {
    margin-left: -20px;
}

.latest-blogs-silder-items-img img {
    width: 100%;
    height: 455px;
    object-fit: cover;
    filter: grayscale(1);
}

.latest-blogs-silder-items-text {
    background: #fff;
    padding: 20px 10px;
    position: absolute;
    width: 83%;
    bottom: 0;
    left: -1px;
}

.latest-blogs-silder-items-text p {
    margin-bottom: 0;
    color: #262626;
}

.latest-blogs-silder-items-text h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
}

.latest-blogs-silder-items-text ul li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 10px;
    color: #2d2d2d;
    font-weight: 600;
    font-size: 14px;
}

.latest-blogs-silder .slick-dots {

    bottom: -55px;

}

.latest-blogs-silder li.slick-active {
    margin: 0 20px !important;
}

.latest-blogs-silder .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 0px;
}

.latest-blogs-silder .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background: #232f3e;
    width: 30px;
    border-radius: 50px;
}

.latest-blogs-silder .slick-dots li button:before {
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    background: #d2d2d2;
    border-radius: 50%;
}


/*Latest Blogs Ends*/


/*Testimonail Start*/

.slick-active {
    opacity: 1.5;
}

.testimonial-silder-items h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 2px;
}

.testimonial-silder-items p {
    color: #adaaa9;
    margin-top: 20px;
    font-weight: 500;
    width: 80%;
    margin-bottom: 5px;
}

.testimonial-silder-items ul li img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 #000000ad;
}

.testimonial-silder-items {
    border-right: 1.5px solid #d3d3d3;
    padding: 20px 0;
    margin-top: 50px;
}

.testimonial-silder-items ul li i {
    color: #f39f1e;
    font-size: 14px;
}

.testimonial-silder-items span {
    font-size: 14px;
    color: #353534;
    font-weight: 700;
    text-decoration: underline;
}

.testimonial-silder-items ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

/*Testimonail Ends*/


/*Get In Touch Start*/


.row.back {
    position: relative;
    padding: 40px 30px;
}

.row.back:before {
    content: "";
    position: absolute;
    background: #232f3e;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.get-in-touch-form h2 {
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 10px;
}

.get-in-touch-form p {
    color: #91979f;
}

.get-in-touch-form input {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    border-radius: 5px;
    background: none;
    border: 2px solid #49535f;
    font-size: 14px;
    font-weight: 600;
    color: #9ca1a8;
    margin-bottom: 25px;
}

.get-in-touch-form select {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    border-radius: 5px;
    background: none;
    border: 2px solid #49535f;
    font-size: 14px;
    font-weight: 600;
    color: #9ca1a8;

}

.get-in-touch-form form {
    margin-top: 25px;
}

.get-in-touch-form input::placeholder {
    color: #9ca1a8;
    font-family: "Nunito", sans-serif;
}

.get-in-touch-select {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.get-in-touch-icon {
    position: absolute;
    right: 15px;
    pointer-events: none;
}

.get-in-touch-icon i {
    color: #fff;
    font-size: 14px;
}

.get-in-touch-form textarea {
    width: 100%;
    height: 155px;
    padding: 15px 15px;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    border-radius: 5px;
    background: none;
    border: 2px solid #49535f;
    font-size: 14px;
    font-weight: 600;
    color: #9ca1a8;
    margin-bottom: 25px;
    resize: none;
}

.get-in-touch-form textarea::placeholder {
    color: #9ca1a8;
    font-family: "Nunito", sans-serif;
}

.get-in-touch-form button {
    border: 1px solid #ffffff;
}

.get-in-touch-form button {
    border: 1px solid #ffffff;
    padding: 0;
    padding-left: 30px;
}

.get-in-touch-form button span {
    margin-left: 25px;
    height: 48px;
}

.get-in-touch-quick-contacts-box {
    background: #131921;
    padding: 40px 30px;
    width: 98%;
    margin: 0 0 0 auto;
    position: relative;
}

.get-in-touch-quick-contacts-box:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 4px;
    height: 80%;
    left: 0px;
    border-radius: 50px;
    top: 50px;
}

.get-in-touch-quick-contacts-box h2 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 15px;
}

.get-in-touch-quick-contacts-box p {
    color: #b9babd;
    font-size: 14px;
    margin-bottom: 35px;
}

.get-in-touch-button button {
    width: 30%;
    height: 50px;
    border: 1px solid #ffffff;
    background: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.get-in-touch-quick-contacts-box ul li i {
    color: #eff0f0;
    font-size: 18px;
}

.get-in-touch-quick-contacts-box ul li a {
    color: #eff0f0;
    font-size: 14px;
    font-weight: 600;
}

.get-in-touch-quick-contacts-box ul li i {
    color: #eff0f0;
    font-size: 17px;
}

.get-in-touch-quick-contacts-box ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 45px;
}

.get-in-touch-sec {
    margin: 10px 0 100px;
}

/*Get In Touch Ends*/


/*Footer Start*/

.footer-links.footer-links-contact li {
    margin: 20px 0;
    gap: 20px;
    display: flex;
    align-items: center;
}

.footer-links.footer-links-contact li a {
    font-family: 'Montserrat';
    color: #6d7075;
    font-weight: 500;
    font-size: 14px;
}


.footer-links.footer-links-contact li i {
    color: white;
}

footer {
    background: #131921;
    padding-top: 2%;
    position: relative;
}

.copy_right-button {
    position: absolute;
    right: 0;
    top: 0;
}

.copy_right-button a {
    color: #ffffff;
    font-size: 18px;
}

.copy_right-button a {
    background: #232f3e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 72px;
}

.ftr_logo {
    width: 90%;
}


footer .add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}


footer .bar {
    display: block;
    margin: 0 0 30px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 0 25px 0;
    position: relative;
    font-family: "Nunito", sans-serif;
}

footer .bar::before {
    content: "";
    position: absolute;
    background: #474c52;
    width: 100%;
    height: 1px;
    bottom: 0;
}

.ftr_box {
    margin-top: 55px;
    width: 75%;
}

.ftr_logo p {
    width: 90%;
    font-weight: 600;
    color: #7b7e83;
    margin-top: 30px;
    font-size: 13px;
}

.bar::after {
    content: "";
    position: absolute;
    background: #4f4f4f;
    width: 8px;
    height: 8px;
    bottom: -3px;
    right: 0;
}

.ftr_logo a {
    width: 100%;
    padding-bottom: 30px;
}

.ftr_logo h5 {
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 45px;
}

.footer-logo {
    position: relative;
}

.footer-logo:before {
    content: "";
    position: absolute;
    background: #474c52;
    width: 100%;
    height: 1px;
    bottom: 0;
}

.footer-logo img {
    width: 87px;
    height: 73px;
    object-fit: contain;
}


ul.footer_social {
    display: flex;
    align-items: center;
    gap: 8px;
}


ul.footer_social li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #232f3e;
    transition: 0.3s ease-in-out;
    padding: 0;
}

.footer-logo:after {
    content: "";
    position: absolute;
    background: #4f4f4f;
    width: 8px;
    height: 8px;
    bottom: -3px;
    right: 0;
}


ul.footer_social li a:hover {
    background: #fff;
    transition: 0.3s ease-in-out;

}

ul.footer_social li a:hover i {
    color: #116139;
    transition: 0.3s ease-in-out;
}

ul.footer_social li a i {
    color: #fff;
    font-size: 15px;
}


.ftr_box a {
    font-size: 14px;
    font-family: 'Montserrat';
    display: block;
    margin: 9px 0;
    color: #6d7075;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.get-in-touch-box {
    margin-top: 55px;
}

.ftr_box a:hover {
    color: #fdfcfc;
    transition: 0.3s ease-in-out;
    margin-left: 10px;
    opacity: 1;
}

.footer-links.footer-links-contact li a:hover {
    color: #fff;
    transition: 0.3s ease-in-out;
    opacity: 1;
}

.footer-links.footer-links-contact ul li img {
    object-fit: scale-down;
    width: auto;
    opacity: 50%;
}

.copy_right {
    margin: 50px 0 0 0;
    padding: 25px 0;
    text-align: left;
    border-top: 1px solid #3f444b;
    position: relative;
}

.copy_right p {
    color: #898c90;
    margin: 0;
    font-weight: 500;
}


ul.our-happy-box-ul img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1px 1px 7px 4px #00000029;
}

h4.bar.full::before {
    width: 90%;
}

.copy_right-image.wow.slideInRight {
    display: flex;
    justify-content: end;
}

/*Footer Ends*/

/*Inner About Us Start*/

.main-banner-text-silder.inner .main-banner-text-silder-items h1 {
    font-size: 70px !important;
}

.main-banner-text-silder.inner {
    width: 100%;
    position: relative;
}

.main-banner-text-silder.inner .slick-slide {
    margin: 0px 0px;
}

.main-banner-text-silder.inner .main-banner-text-silder-items h1 {
    margin-bottom: 0;
}

.main-banner-text-silder.inner:before {
    content: "";
    position: absolute;
    background: #d20606;
    width: 100%;
    height: 100%;
    z-index: 1;
}

section#main-banner\ inner .main-banner-images-silder-items img {
    height: 450px;
}


section#main-banner\ inner .main-banner-sec:before {
    height: 610px;
}


.header-banner-box.inner:before {
    height: 600px;
}

.about-us-sec.inner .about-us-images img {
    height: 555px;
    object-fit: cover;
    object-position: 100% 100%;
}

.mt-10 {
    margin-top: 100px;
}

.about-us-text.mission h2 {
    font-size: 40px;
    color: #000;
}

.about-us-images.mission {
    padding-left: 0;
    padding-right: 10px;
}

/*Inner About Us Ends*/


/*Inenr Services Start*/


.our-services-silder-items.inner:hover .our-services-active {
    display: block;
    transition: 0.5s;
}

.our-services-sec.inner {
    padding: 120px 0;
}


/*Inenr Services Ends*/


/*Inner Services Detail Start*/

.services-detail-sec {
    padding: 120px 0;
}

.services-detail-images img {
    width: 100%;
    height: 951px;
    object-fit: cover;
    filter: grayscale(1);
}

.services-detail-text {
    background: #fff;
    width: 98%;
    margin: 0 auto;
    margin-top: -450px;
    position: relative;
    padding: 30px;
}

.services-detail-text h2 {
    font-size: 23px;
    font-weight: 800;
    margin-top: 15px;
}

.services-detail-text p {
    margin-bottom: 3px;
}

/*Inner Services Detail Ends*/

/*Inner Book An Appointment Start*/


.book-an-appointment-sec {
    padding: 120px 0;
}

.book-an-appointment-heading {
    text-align: center;
}

.book-an-appointment-heading h2 {
    margin-bottom: 5px;
}


.book-an-appointment-heading p {
    width: 60%;
    margin: 0 auto;
    color: #131212;
}

.book-an-appointment-sec form {
    margin-top: 25px;
}

.book-an-appointment-input select {
    width: 100%;
    height: 58px;
    border-radius: 5px;
    border: 2px solid #bdbdbd;
    padding: 0 15px;
    color: #909091;
    font-size: 15px;
    font-weight: 600;
}

.book-an-appointment-input-line img {
    width: 9px;
    height: 48px;
    object-fit: contain;
}

.book-an-appointment-input input {
    width: 100%;
    height: 58px;
    border-radius: 5px;
    border: 2px solid #bdbdbd;
    padding: 0 15px;
    color: #909091;
    font-size: 15px;
    font-weight: 600;
}

.book-an-appointment-input input::placeholder {
    color: #909091;
    font-size: 15px;
    font-weight: 600;
}

.book-an-appointment-input textarea::placeholder {
    color: #909091;
    font-size: 15px;
    font-weight: 600;
}

.book-an-appointment-input {
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
}

.book-an-appointment-input-icon {
    position: absolute;
    right: 20px;
    background: #fff;
    pointer-events: none;
}

.book-an-appointment-input-line {
    position: absolute;
    right: 50px;
}

.book-an-appointment-input-icon i {
    color: #7f7f7f;
    font-size: 18px;
}

.book-an-appointment-input textarea {
    width: 100%;
    height: 195px;
    border-radius: 5px;
    border: 2px solid #bdbdbd;
    padding: 15px 15px;
    color: #909091;
    font-size: 15px;
    font-weight: 600;
    resize: none;
}

.book-an-appointment-button {
    text-align: center;
}

.book-an-appointment-button button {
    margin: auto;
}

.book-an-appointment-button button {
    border: none;
    padding-left: 30px;
}

.book-an-appointment-button button span {
    margin-left: 30px;
    margin-right: -10px;
}

/*Inner Book An Appointment Ends*/


/* Inner Recruitment Start */


.applyform {

    padding: 100px 0;

}


.applyformcontent form input,
.applyformcontent form textarea,
.applyformcontent form select {
    width: 100%;
    padding: 0px 15px;
    border: 2px solid #bdbdbd;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-weight: 500;
    border-radius: 0px;
    color: #666666;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    height: 55px;
    text-transform: capitalize;
}

.recruitment-select {
    position: relative;
    display: flex;
    align-items: center;
}

.recruitment-select select {
    margin-bottom: 0 !important;
}

.recruitment-select {
    margin-bottom: 20px;
}

.recruitment-select-icon {
    position: absolute;
    right: 10px;
    pointer-events: none;
}

.recruitment-select-icon i {
    color: #232f3e;
}

.arrowone select {
    background: #fff url(../images/arrowone.png) no-repeat 97%;
}

.applyformcontent form input::placeholder,

.applyformcontent form textarea::placeholder {

    color: #666666 !important;


    font-weight: 500;

}


.applyformcontent form textarea {
    resize: none;
    min-height: 170px;
    padding: 15px 15px;
}


.applyformcontent h3 {
    font-weight: 700;
    color: #000;
    font-size: 17px;
    margin-bottom: 8px;
}


.radiobtns input {

    width: 20% !important;

    margin-bottom: 0 !important;

}


.radiobtns {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    gap: 30px;

    margin-bottom: 10px;

}


.radiobtns div {

    /* width: 15%; */

    display: inline-flex;

    align-items: center;

    justify-content: flex-start;

    gap: 10px;

}


.radiobtns label {
    margin-bottom: 0 !important;
    width: 270%;
    color: #000000;
    font-weight: 600;
}

.upld_img {
    border-radius: 0px;
    padding: 50px 0px;
    margin-bottom: 30px;
    position: relative;
    border: 2px solid #bdbdbd;
}

.uplod_imag input {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    opacity: 0;
}

.upld_img h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}

.uplod_imag img {
    width: 80px;
    height: 71px;
    object-fit: cover;
    margin-bottom: -5px;
}

.upld_img p {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
}


.main_slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 40%;
    background-image: linear-gradient(to top, #f0efeee3 50%, #d2dde1e3 50%);
}

h2.mrrigth {
    padding-right: 60px;
}

/* Inner Recruitment Ends */


/* Inenr Contact Us Start */

.contact-side-bar {
    padding-top: 0;
    margin-left: 0px;
}

.contact-info {
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    border: 1px solid #bdbdbd;
}

.contact-info:hover {
    background-color: #232f3e;
}

.contact-info .cicle-icon i {
    transition: color 0.3s ease;
    color: #232f3e;
}

.contact-info:hover * {
    color: #fff;
}

.contact-info:hover .contact_text h2 {
    color: #fff !important;
}

.contact-info:hover .cicle-icon i {
    color: #232f3e;
}

.contact-info:hover .contact_text h2 {
    color: #000000;
}

.cicle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    color: #181818;
    background: #fff;
    margin-right: 17px;
    border: 1px solid #333e4c;
}

.contact_text h2 {
    font-size: 20px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.contact_text h2 {
    font-size: 20px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 5px !important;
    text-transform: capitalize;
}

.contact_text p {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 18px;
    color: #6b6b6b;
}

.contact_text p span,
.contact_text a {
    display: block;
    color: #6b6b6b;
    font-size: 18px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    font-family: 'Montserrat';
    font-weight: 600;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact-pag-form {
    margin-top: 0;
    padding: 0 30px;
}

.contact-pag-form form input.form-control,
.contact-pag-form form select.form-control,
.contact-pag-form form textarea.form-control {
    border: 1px solid #bdbdbd;
    box-shadow: none;
    color: #909091;
    font-weight: 500;
    background-color: transparent;
    border-radius: 10px;
    display: flex;
    font-family: 'Montserrat';
    font-size: 16px;
}

.book-an-appointment-button.contact {
    text-align: left;
    margin-top: 35px;
}

.book-an-appointment-button.contact button {
    margin: inherit;
}

.contact-pag-form form input.form-control {
    height: 65px;
    padding-left: 80px;
    margin-bottom: 20px;
}

.contact-pag-form form select.form-control {
    height: 60px;
    padding-left: 25px;
    margin-top: 20px;
}

.contact-pag-form form textarea.form-control {
    height: 200px;
    padding-left: 80px;
    padding-top: 20px;
    margin-top: 10px;
    resize: none;
    color: #000;
}

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

.contact-pag-form .form-group i {
    position: absolute;
    top: 20px;
    color: #000;
    left: 15px;
    font-size: 17px;
}

.contact-pag-form .form-group1 i {
    right: 13px;
    left: unset;
    color: #7f7f7f;
    pointer-events: none;
}

.vffdetails select {
    width: 100%;
    height: 60px;
    font-size: 15px;
    padding-left: 15px;
    border: 1px solid #bdbdbd;
    box-shadow: none;
    color: #909091;
    font-weight: 400;
    background-color: transparent;
    margin-bottom: 20px;
    display: flex;
    border-radius: 5px;
    position: relative;
}

.vffdetails::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    right: 60px;
    top: 10%;
    background-size: 10px 50px;
    background-image: url(../images/arrow_slectt.png);
    background-repeat: no-repeat;
}

.contact-pag-form button {
    margin-top: 30px;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 25px;
    color: #7e7e7e;
    left: 20px;
    font-size: 18px;
}

.contact-pag-form h2 {
    margin-bottom: 30px;
}

.contact-pag-form .form-group {
    position: relative;
}

.inner-contact-us-sec {
    padding: 120px 0;
}

.vffdetails {
    position: relative;
}

.contact-pag-form .form-group::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    left: 55px;
    top: 8px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}


/* Inenr Contact Us Ends */

/*Inner Faqs Start*/

.inner-faqs-sec {
    padding: 120px 0;
}

.inner-faqs-heading {
    text-align: center;
}

.faq-section {
    width: 100%;
    box-sizing: border-box;
}

.faq-item {
    margin-bottom: 12px;
}

.faq-question {
    width: 100%;
    background: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #b7b7b7;
    color: #212121;
    font-weight: 700;
}

.inner-faqs-heading h2 {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 700;
}

.inner-faqs-sec .icon {
    background: #2c3e50;
    color: #fff;
    padding: 0px 15px;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
    font-size: 30px !important;
}


.inner-faqs-sec .faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    padding: 0 20px;
    margin-top: 5px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.inner-faqs-sec .faq-answer.active {
    max-height: 200px;
    padding: 15px 20px;
}

.main-banner-text-silder-items.about:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 120%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
}

.main-banner-text-silder-items.about h1 {
    position: relative;
    z-index: 999;
}

.main-banner-text-silder-items.about h1 {
    margin-bottom: 0;
}

.main-banner-text-silder-items.about {
    position: relative;
}





.pricing-main-heading {
    text-align: center;
    margin-bottom: 28px;
}

.pricing-main-heading h2 {
  font-family: "Nunito", sans-serif;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 900;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pricing-main-heading p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  font-weight: 600;
  margin-bottom: 0;
}

.pricing-guide {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

/* top labels */
.pricing-guide-labels {
  display: grid;
  grid-template-columns: 31% 25% 24% 20%;
  align-items: end;
  margin-bottom: 16px;
  position: relative;
  z-index: 5;
}

.pricing-guide-labels .label {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
  color: #222222;
  text-transform: uppercase;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.service-label,
.frequency-label,
.rate-label {
  padding-bottom: 10px;
}

.duration-label {
  background: #223145;
  color: #ffffff !important;
  border-radius: 10px 10px 0 0;
  min-height: 155px;
  display: flex;
  align-items: flex-start;
  padding: 38px 24px 24px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  position: relative;
  top: 18px;
  z-index: 8;
}

/* main box */
.pricing-guide-box {
  position: relative;
  border: 5px solid #0f1722;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 31% 25% 24% 20%;
  overflow: hidden;
  background: #ffffff;
}

/* all columns */
.pricing-col-box {
  position: relative;
}

.pricing-col-box .pricing-item {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

/* left dark column */
.service-box {
  background: #07111d;
}

.service-box .pricing-item {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

/* white frequency */
.frequency-box {
  background: #ffffff;
}

.frequency-box .pricing-item {
  color: #3c3c3c;
  border-bottom: 1px solid #e4e4e4;
}

/* floating dark duration column */
.duration-box {
  background: #223145;
  position: relative;
  z-index: 4;
  margin-top: 0;
  margin-bottom: -1px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  border-radius: 0 0 8px 8px;
}

.duration-box .pricing-item {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 24px;
}

/* white rate */
.rate-box {
  background: #ffffff;
}

.rate-box .pricing-item {
  color: #2f2f2f;
  border-bottom: 1px solid #e4e4e4;
}

/* last row remove border */
.service-box .pricing-item:last-child,
.frequency-box .pricing-item:last-child,
.duration-box .pricing-item:last-child,
.rate-box .pricing-item:last-child {
  border-bottom: 0;
}

/* highlight row across all columns */
.service-box .highlight-item,
.frequency-box .highlight-item,
.duration-box .highlight-item,
.rate-box .highlight-item {
  background: #f1f1f1;
  color: #3a3a3a;
  position: relative;
  z-index: 10;
  border-bottom: 0;
}

/* make highlight sit over all panels more like image */
.service-box .highlight-item,
.frequency-box .highlight-item,
.rate-box .highlight-item {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.duration-box .highlight-item {
  background: #f1f1f1;
  color: #3a3a3a;
}

/*Inner Prices Ends*/

/*Inner Prices Start*/

section.pricing-section {
    padding: 120px 0 100px;
}

.pricing-box {
    border-radius: 10px;
    overflow: hidden;
}
.main-points {
    margin-bottom: 10px;
}

.pricing-row {
    border-bottom: 1px solid #898c90;
}

.pricing-row:last-child{
border-bottom:0;
}

.service {
    background: #131921;
    color: #fff;
    padding: 20px 20px;
    font-size: 18px;
}
.main-points {
    font-size: 20px;
    color: #000 !important;
    font-family: "Nunito", sans-serif;
    font-weight: 800 !important;
}


.frequency {
    background: #f8f8f8;
    color: #0c0b0b;
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 700;
}

.rate {
    background: #f8f8f8;
    color: #0c0b0b;
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 700;
}

.duration {
    background: #232f3e;
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 20px 20px;
    font-size: 18px;
}

.highlight{
background:#ffffff;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
position:relative;
z-index:3;
}
.pricing-main-heading h2 {
    font-weight: 700;
    margin-bottom: 8px;
}
.pricing-main-heading p {
    color: #222222;
    font-weight: 600;
}
.pricing-heading {
    text-align: center;
}
.pricing-heading h2 {
    font-size: 18px;
    color: #494a44;
    font-weight: 800;
    margin-bottom: 5px;
}
.pricing-heading p {
    margin-bottom: 0;
    color: #222222;
}
.prices-points-one h2 {
    font-size: 18px;
    color: #494a44;
    font-weight: 700;
    margin-bottom: 2px;
}
.prices-points-one p {
    margin-bottom: 0;
    color: #222222;
    font-weight: 600;
    font-size: 14px;
}



.prices-points-one {
    position: relative;
    padding-left: 25px;
    margin-top: 15px;
}
.prices-points-row {
    margin-top: 20px;
    position: relative;
}
.prices-points-row:before {
    content: "";
    position: absolute;
    background: #00000012;
    width: 1px;
    height: 100%;
    right: 200px;
    left: 0;
    margin: 0 auto;
}
.prices-points-one:before {
    content: "";
    position: absolute;
    background: #494a44;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.prices-points-sec {
    padding-bottom: 100px;
}


/*Inner Prices Ends*/

