@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&family=Raleway:wght@500;700&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");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

body {
    position: relative;
    font-family: "Roboto", sans-serif;
    background: #fff;
    overflow-x: hidden;
}

:root {
    --primary: #ffc815;
    --white: #fff;
    --black: #000;
}

p {
    font-size: 1.375rem;
    color: #000;
    line-height: 1.7;
    margin: 0;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1366px;
    }
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

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

figure {
    margin: 0;
}

.themeBtn {
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    font-size: 1rem;
    background-color: var(--primary);
    color: var(--black);
    font-weight: 500;
    border-radius: 5px;
    padding: 0.75rem 1.25rem;
}

.themeBtn:hover {
    border-radius: 0px 3.75rem 0px 3.75rem;
    color: var(--white);
}

section {
    position: relative;
    padding: 8em 0;
}

/* loder */

.preLoader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
}

.preLoader.black {
    background-color: #000;
    z-index: 30;
}

.preLoader.white {
    z-index: 20;
    background-color: var(--primary);
}

/* .socials {
  margin-top: 20px;
  display: flex;
  gap: 1rem;
}

.socials img {
  width: 25px;
  height: 25px;
} */

/*header css*/

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
}

.navbar-nav {
    gap: 1rem 1.125rem;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link.active {
    color: var(--white);
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.125rem;
}

.navbar-nav .nav-link:hover {
    color: var(--primary);
}

/*main slider*/

.sliderMain {
    padding: 0;
}

.sliderMain.-type-1 .sliderMain__subtitle {
    margin: 0;
    font-size: 2rem;
}

.sliderMain.-type-1 .js-title p {
    font-size: 1.375rem;
    font-weight: 400;
    margin-top: -1.875rem;
}

.callBtn i {
    width: 3.5rem;
    background-color: var(--black);
    height: 3.5rem;
    border-radius: 50px;
    display: grid;
    place-content: center;
    color: var(--primary);
    font-size: 1.125rem;
    transition: 0.5s ease-in-out;
}

.callBtn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.375rem;
    color: var(--white);
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}

.sliderMain__button {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.callBtn i:hover {
    background-color: var(--primary);
    color: var(--white);
}

.callBtn:hover {
    color: var(--primary);
}

/* Banner Css End */

/* About Css Start */

.aboutSec {
    margin-bottom: -5.5rem;
}

.aboutSec figure {
    position: relative;
}

.aboutSec figure:before {
    content: "";
    position: absolute;
    border: 15px solid var(--primary);
    width: 100%;
    height: 100%;
    right: 3rem;
    top: 3rem;
    z-index: -1;
}

.abtContent {
    padding-left: 1.5rem;
    margin-top: 7rem;
}

.secHeading {
    font-size: 3.75rem;
}

.abtContent p {
    width: 91%;
}

.abtContent .themeBtn {
    margin: 1rem 0 2.5rem 0;
}

.overlay {
    position: relative;
}

.overlay i {
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3.5rem;
    width: 3.5rem;
    display: grid;
    place-content: center;
    border-radius: 3.125rem;
    transform: translate(-50%, -50%);
    font-size: 0.875rem;
}

.aboutBg {
    position: absolute;
    bottom: -1.7rem;
    left: 0.125rem;
    z-index: -999;
    width: 18%;
}

/* About Css End */

/* Service Css Start */

.serviceSec {
    padding-bottom: 0;
}

.servBox {
    position: relative;
    overflow: hidden;
}

.servBox .servContent {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    transition: 0.3s ease-in-out;
    transform-origin: center;
    transform: scale(0);
    padding: 1rem;
}

.servBox:hover .servContent {
    transform: scale(1);
}

.servBox .servContent h3 {
    font-size: 2.6875rem;
    color: var(--white);
}

/* Service Css End */

/* Contact Css Start */

.contactSec {
    background: url(../images/contactBg.jpg) center/cover no-repeat;
    padding: 4rem 0;
}

.contactSec h2 {
    font-size: 5rem;
    color: var(--black);
}

.contactSec h3 {
    font-size: 3.125rem;
    color: var(--black);
    font-weight: 300;
}

.contactSec .callBtn {
    font-size: 2.5rem;
    color: var(--black);
    margin-bottom: 1.5rem;
}

.contactSec .themeBtn {
    background-color: var(--black);
    color: var(--white);
}

/* Contact Css Start */

/* Testimonial Css Start */

.testimonialSec {
    background: var(--black) url(../images/testimonialBg.png) center/cover no-repeat;
}

.testimonailSlider {
    padding: 0 0 2rem;
}

.testimonialSec h2 {
    color: var(--white);
}

.testimonialContent {
    text-align: center;
}

.testimonialContent ul {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin: 2.3rem 0 1.3rem 0;
}

.testimonialContent ul li i {
    color: var(--white);
}

.testimonialContent p {
    font-size: 1.375rem;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    color: var(--white);
}

.user {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    gap: 1rem;
}

.user h6 {
    font-size: 1.0625rem;
    color: var(--white);
    font-family: "Poppins", sans-serif;
}

/* Testimonial Css End */

/* Blog Css Start */

.blogSec {
    background-color: #f5f5f5;
    padding-bottom: 9rem;
}

.blogContent {
    background-color: var(--white);
    padding: 1.5625rem 1.875rem 1rem 1.875rem;
    box-shadow: 0px 3px 20px rgb(251 251 251);
    transition: 0.5s ease-in-out;
}

.blogBox:hover .blogContent {
    background-color: var(--primary);
}

.blogContent h6,
.blogContent p,
.blogContent a {
    font-family: "Montserrat", sans-serif;
}

.blogContent h6 {
    font-size: 1.375rem;
    font-weight: 500;
    color: var(--black);
    line-height: 1.4;
}

.blogContent p {
    font-size: 1rem;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
}

.blogContent a {
    color: var(--black);
    display: block;
    margin-top: 1rem;
    text-align: right;
}

.blogContent a i {
    font-weight: 300;
    padding-left: 5px;
}

.rightImg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 25%;
}

.leftImg {
    bottom: 6px;
    left: 24px;
    width: 17%;
}

/* Blog Css End */

/* Footer Css Start */

footer {
    background-color: var(--black);
    padding-top: 7rem;
}

footer a,
footer h4,
footer p {
    color: var(--white);
}

.footIcon ul {
    display: flex;
    gap: 12px;
    margin-top: 1.5rem;
}

.footIcon ul li a i {
    background-color: var(--white);
    width: 3.5rem;
    height: 3.5rem;
    display: grid;
    place-content: center;
    border-radius: 3.125rem;
    color: var(--black);
    font-size: 1.125rem;
    transition: 0.5s ease-in-out;
}

.footIcon ul li a i:hover {
    background-color: var(--primary);
    color: var(--white);
}

footer h4 {
    font-size: 1.5rem;
    margin-bottom: 1.375rem;
}

.footerLinks ul li + li {
    padding-top: 1.25rem;
}

footer p {
    font-size: 1rem;
}

.subscribe input {
    background: transparent;
    border: 1px solid #707070;
    height: 60px;
    border-radius: 0;
    margin: 0.875rem 0 0.875rem 0;
}

.subscribe input::placeholder {
    padding-left: 1rem;
    color: rgb(255 255 255 / 20%);
}

.subscribe .themeBtn {
    width: 100%;
    border-radius: 0;
    padding: 1.25rem 1.25rem;
    background-color: #ffab00;
    text-align: center;
    border: unset;
}

.subscribe .themeBtn:hover {
    border-radius: 0px 3.75rem 0px 3.75rem;
}

.contactInfo .icon {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.contactInfo .icon {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

footer ul li a:hover {
    color: var(--primary);
}

.contactInfo .icon:hover {
    color: var(--primary);
}

.contactInfo .icon i {
    color: #ffab00;
}

.contactInfo .phn span {
    font-family: "Oswald", sans-serif;
    font-size: 1.375rem;
}

.copyright p {
    font-size: 1.375rem;
    text-align: center;
    margin: 1.5rem 0 1.5rem 0;
}

.copyright {
    border-top: 1px solid #707070;
    margin-top: 2.5rem;
}

/* Footer Css End */

.reveal,
.reveal2 {
    visibility: hidden;
    position: relative;
    overflow: hidden;
}

/*Inner pages Start*/
.banner {
    position: relative;
}

.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay h2 {
    font-size: 6.25rem;
    font-weight: 600;
    color: var(--white);
    text-align: left;
    text-transform: capitalize;
}

/*About page css start*/
.about-inner ul {
    font-size: 1.375rem;
    color: #000;
    line-height: 1.7;
    list-style-type: disc;
    list-style-position: inside;
    font-weight: 300;
}

.about-inner ul li {
    padding: 2rem 1rem 0;
}

.about-inner p {
    padding-top: 1rem;
}

/*About page css End*/
/*Services page css Start*/
.serviceSec {
    padding: 6rem 0;
}

.serviceSec ul li {
    line-height: 2;
    font-size: 1.325rem;
    font-weight: 500;
    color: #000;
}

.serviceSec p {
    color: #828282;
}

.serviceSec ul {
    padding-top: 2rem;
}

.serviceSec h4 {
    font-size: 1.375rem;
    text-transform: capitalize;
    padding: 1.4rem 0;
}

.serContnt ul {
    list-style-type: disc;
    list-style-position: inside;
}

.serContnt h4 {
    margin: 0;
}

.serContnt ol {
    padding: 2rem 0;
    list-style-type: decimal;
    font-size: 1.375rem;
    color: #000;
    line-height: 1.7;
    font-weight: 400;
    list-style-position: inside;
}

/*Services page css End*/
/*Reviews page css Start*/
.reviewsSec {
    padding: 4rem;
}

.reviewBox i {
    font-size: 8rem;
    color: #FFC815;
}

.reviewBox ul li i {
    font-size: 1rem;
    color: #000;
}

.reviewBox {
    text-align: center;
}

.reviewBox ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 1rem 0;
}

.reviewsSec .col-md-6 {
    margin-top: 3rem;
}

/*Reviews page css End*/
/*Contact page css Start*/
.contnt {
    display: block;
    text-align: center;
}

.contnt a {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    color: #000;
    font-weight: 500;
    padding-top: 1rem;
}

.contnt p {
    font-size: 1.125rem;
    color: #000;
    font-weight: 500;
    padding-top: 1rem;
}

.cont-brdr {
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 5rem;
}

.getForm input {
    width: 100%;
    height: 4rem;
    padding: 0 1rem;
    margin: 1rem 0;
    border: 1px solid #D2D2D2;
}

.getForm textarea {
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid #D2D2D2;
}

.getForm button {
    border: none;
    padding: 1.1rem 2.5rem;
}

/*Contact page css End*/
/*Staff Css start*/
.staffContent {
    background-color: var(--white);
    padding: 2.5625rem 1.875rem 1rem 1.875rem;
    box-shadow: 0px 3px 20px rgb(251 251 251);
    transition: 0.5s ease-in-out;
    text-align: center;
}

.staffBox .staffContent {
    background-color: #F9F9F9;
    min-height: 263px;
}

.staffBox:hover .staffContent {
    background-color: var(--primary);
}

.staffBox:hover .staffContent h5 a {
    color: #000;
}

.staffContent h2,
.staffContent h5,
.staffContent a {
    font-family: "Montserrat", sans-serif;
    transition: all 0.4s ease-in-out;
}


.staffContent h2 a {
    font-size: 2rem;
    font-weight: bold;
    color: var(--black);
    line-height: 1.4;
    text-transform: capitalize;
}

.staffContent h5 a {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary);
}


.staffContent a {
    color: var(--black);
}

.staffContent ul {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    gap: 1.6rem;
}



.teamcontent h2 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.teamcontent h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.teamcontent p {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    line-height: 2;
}

ul.teamList li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
}

.teamSection {
    padding: 9rem;
}
/*Staff Css End*/
.serviceSec h5 {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 2rem 0;
    text-transform: uppercase;
}

.serviceSec h6 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 1rem 0;
}
.serviceSec .row {
    margin: 4rem 0;
}
.homeService .reveal {
    margin: 1rem 0;
}
/*Inner pages End*/

