/*Common Section*/
@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

body {

    transition: .9s ease-in;
    margin: 0px;
    background-color: var(--bgColor);
    padding: 0px;
}

html {
    scroll-behavior: smooth;
}

:root {
    --themeColor: rgba(139, 109, 85, 1);
    --secondaryColor: rgba(255, 232, 213, 1);
    --bgColor: #FFFFF0;
    --primaryTextColor: #171717;
    --secondaryTextColor: #535558;
    --font-family: 'Poppins';
    --font-weight-bold: 700;
    --font-weight-regular: 400;
    --line-height: 1.5;
    --color-white: white;
    --line-height-titles: 1.2;
    --grid-gap: 40px 60px;
    --box-shadow10: 1px 5px 10px 0px #DEECFF;
    --box-shadow20: 1px 5px 20px 0px #DEECFF;
    --box-shadow40: 0 .5rem 2rem rgba(0, 0, 0, .1);
    --box-shadow50: 0 .5rem 2rem rgba(0, 0, 0, .2);
    --themeColorRGBA01: rgba(139, 109, 85, 0.1);
    --themeColorRGBA02: rgba(139, 109, 85, 0.2);
    --themeColorRGBA03: rgba(139, 109, 85, 0.3);
    --themeColorRGBA04: rgba(139, 109, 85, 0.4);
    --themeColorRGBA05: rgba(139, 109, 85, 0.5);
    --themeColorRGBA06: rgba(139, 109, 85, 0.6);
    --themeColorRGBA07: rgba(139, 109, 85, 0.7);
    --themeColorRGBA08: rgba(139, 109, 85, 0.8);
    --themeColorRGBA09: rgba(139, 109, 85, 0.9);
    --Approved: #239B56;
    --New: #B03A2E;
    --InProgress: #F39C12;
    --OnHold: #FF5733;
    --Closed: #2ECC71;
    --Assigned: #0096CC;
    --backgroundImage: linear-gradient(to right bottom, #8b6d55, #a78a73, #c4a892, #e1c8b3, #ffe8d5);
}

h1,
h2,
h3 {
    color: var(--primary-text-color);
    font-family: var(--font-family);
}

h4,
h5,
h6,
p {
    color: var(--secondary-text-color);
    font-family: var(--font-family);
}

.sectionPrivacyCom h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: var(--primaryTextColor);
}

.sectionPrivacyCom h4 {
    font-size: 1em;
    color: var(--secondaryTextColor);
    line-height: 25px;
}

.sectionPrivacyCom h5 {
    font-size: 1em;
    color: var(--primaryTextColor);
    line-height: 25px;
}

/*Common Section*/

/*NAVBAR*/


.navbar {
    margin-bottom: 0;
    background-color: white;
    z-index: 9999;
    border: 0;
    position: fixed;
    width: 100%;
    box-shadow: var(--box-shadow40);
    margin: 0px;
    padding: 0px;
    font-family: var(--font-family);
    line-height: 1.42857143 !important;
    letter-spacing: 1.2px;
    border-radius: 0;
}

.navbar-nav {
    float: right;
}

.navbarBrand {
    padding: 20px 65px 10px 25px;
    margin-top: -8px;
    color: white;
    margin-left: -15px;
    position: absolute;
}

.navbarBrand h2 {
    font-size: 1em;
    margin: 0px;
    padding: 10px;
    color: var(--primary-color);
    padding-left: 40px;
    font-weight: 100;

}

.navbarBrand:hover h2 {
    color: white;
}

.navbar-nav li a {
    color: var(--primaryTextColor);
    font-size: 0.9em;
    transition: 0.5s ease-in;
}

.navbar-nav li a:hover {
    background-color: transparent;
    font-weight: 600;
    transition: 0.5s ease-in;
}

.brandImage img {
    height: 55px;
    padding: 0px;
    margin-top: 5px;
    margin-left: 45px;
    margin-bottom: 5px;
}

/*NAVBAR*/

/*Common Styles*/
.sectionHeader .sectionSubHead h1 {
    text-align: center;
    font-size: 2.5em;
    margin: 0px;
    font-weight: 600;
    padding: 0px 0px 5px 0px;
    color: var(--primaryTextColor);
}

.sectionHeader .sectionSubHead h5 {
    text-align: center;
    font-size: 1.2em;
    color: var(--themeColor);
}

.sectionHeader .sectionSubHead p {
    text-align: center;
    font-size: 1.2em;
    color: var(--secondaryTextColor);
}

.subHeadingComp {
    background-color: var(--secondaryColor);
    padding: 5px;
    border-radius: 40px;
}

/*Common Styles*/

/*================= INDEX PAGE STARTS ======================*/

/* ------------- LandingSection STARTS ----------------*/
#LandingSection {
    background-image: url(../image/bgLand01.jpg);
    top: 0;
    width: 100%;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(100% + 50px);
    background-color: var(--primaryTextColor);
}

.contentLandComp .BtnServices {
    text-align: center;
    background-color: var(--themeColor);
    padding: 12px 25px;
    border-radius: 5px;
    color: white;
    width: 100%;
    background-repeat: no-repeat;
    margin-top: 25px;
    font-size: 1em;
    border: none;
}

.contentLandComp .BtnBookAppoint {
    text-align: center;
    background-color: var(--secondaryColor);
    padding: 12px 25px;
    border-radius: 5px;
    color: var(--primaryTextColor);
    width: 100%;
    margin-top: 25px;
    font-size: 1em;
    letter-spacing: 1px;
    border: none;
}

.contentLandComp {
    padding-top: 1%;
}

.contentLandComp h1 {
    font-size: 3.2em;
    color: var(--bgColor);
    letter-spacing: 2px;
    font-weight: 800;
}

.contentLandComp h2 {
    font-size: 2em;
    color: var(--themeColor);
    line-height: 75px;
    font-weight: 900;
}

.contentLandComp h4 {
    font-size: 1.2em;
    padding-top: 4%;
    color: var(--secondaryColor);
    font-weight: 500;
}

.contentLandComp h5 {
    font-size: 1.1em;
    line-height: 25px;
    color: white;
}

.userFromEvent .well {
    background-color: white;
    padding: 0px;
    margin-left: 25px;
    box-shadow: var(--box-shadow40);
    border-radius: 15px;
    overflow: hidden;
    margin-top: 55px;
    transition: 0.5s ease-in;
}

/* ------------- LandingSection ENDS ----------------*/

/* ------------- inHowItWorks STARTS ----------------*/
.HowItWorks .well {
    background-color: white;
    border-radius: 10px;
    box-shadow: none;
    margin-top: 25px;
    box-shadow: var(--box-shadow40);
    padding: 35px 75px 35px 35px;
    transition: 0.5s ease-in;
}

.HowItWorks .well h1 {
    font-size: 10em;
    position: absolute;
    right: 20px;
    color: var(--secondaryColor);
    top: 5px;
    transition: 0.2s ease-in;
    font-weight: bold;
}

.HowItWorks .well:hover h1 {
    font-size: 9em;
    transition: 0.3s ease-in;
    color: var(--themeColor);
    top: 10px;
}

.HowItWorks .well h3 {
    margin: 0px;
    font-size: 1.5em;
    font-weight: bold;
    transition: 0.5s ease-in;
    padding: 0px;
}

.HowItWorks .well h5 {
    line-height: 24px;
    padding-top: 20px;
    transition: 0.5s ease-in;
    color: var(--secondaryTextColor);
}

/* ------------- inHowItWorks ENDS ----------------*/


/* ------------- inOurSolutions STARTS ----------------*/

#inOurSolutions {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../image/bgServices.jpg);

}



.servicesComp .well {
    background-color: white;
    padding: 0px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 35px;
    transition: 0.5s ease-in;
}

.servicesComp .well:hover {
    box-shadow: var(--box-shadow40);
    transition: 0.5s ease-in;
    border: 1px solid var(--themeColor);
}

.servicesComp .well h2 {
    font-size: 1.5em;
    font-weight: 600;
    padding: 10px 0px 0px 0px;
}

.servicesDiveder {
    width: 100%;
    height: 1px;
    background-color: rgba(29, 40, 100, 0.1);
}

.ourSolContent {

    padding: 6%;
}


.servicesComp .well .serviceCounter {
    background-image: linear-gradient(to right, #0f5c97, #0076ac, #0091bb, #00abc4, #27c4ca);
    height: 45px;
    width: 55px;
    color: white;
    padding-left: 20px;
    border-radius: 50px 30px 0px 50px;
    right: 15px;
    top: 25px;
    position: absolute;
}

.servicesComp .well .serviceCounter h5 {
    font-size: 1.5em;
}

.servicesComp .well h4 {
    font-size: 1.1em;
    text-align: center;
    line-height: 30px;
    padding: 10px 25px 0px 25px;
}

.ourSolution .ButtonDark {
    position: absolute;
    bottom: 20px;
    color: var(--primaryTextColor);
    background-color: white;
}



.inServicesFeatures .sectionSubHead h1 {
    text-align: left;
    font-size: 3em;
    margin: 0px;
    font-weight: 600;
    padding-bottom: 20px;
    color: var(--themeColor);
}

.inServicesFeatures .sectionSubHead h5 {
    text-align: left;
    font-size: 1.5em;
    color: var(--secondaryColor);
}

.inServicesFeatures .sectionSubHead p {
    font-size: 1.1em;
    border-radius: 15px;
    line-height: 27px;
    color: var(--secondaryTextColor);
}

.ratingWell .well {
    background-color: white;
    padding: 20px 10px;
    border-radius: 20px;
}

span.RatingPhone {
    position: absolute;
    background-color: var(--themeColor);
    border-radius: 50%;
    height: 65px;
    width: 65px;
    left: -20px;
    top: 20px;
    color: white;
    font-size: 1.7em;
    padding-top: 12px;
    padding-left: 17px;
    border: 5px solid var(--secondaryColor);
}

.ratingWell .callNowComp .well {
    border-right: 7px solid var(--secondaryColor);
    border-radius: 25px;
}

.ratingWell .callNowComp .well h1 {
    font-size: 2em;
    font-weight: 600;
    margin: 0px;
    padding-right: 25px;
    text-align: right;
}

.ratingWell .callNowComp .well h5 {
    font-size: 1em;
    padding-right: 25px;
    text-align: right;
}

.ratingWell .ratingComp .well h4 {
    font-size: 1em;
    padding-right: 25px;
    text-align: right;
}

.ratingWell .ratingComp .well {
    border-right: 7px solid var(--secondaryColor);
    border-radius: 25px;
}

.ratingWell .ratingComp .well .ratingNum {
    font-size: 1em;
    padding-right: 25px;
    display: flex;
    justify-content: end;
}

.ratingWell .ratingComp .well .ratingNum span {
    font-size: 1.5em;
}

.ratingWell .ratingComp .well .fa-star,
.ratingWell .ratingComp .well .fa-star-half {
    font-size: 1.2em;
    padding: 5px;
    color: var(--themeColor);
}

.ratingWell .ratingComp .well {
    padding-bottom: 25px;
}

span.RatingGoogle {
    position: absolute;
    background-color: var(--themeColor);
    border-radius: 50%;
    height: 65px;
    width: 65px;
    color: white;
    font-size: 1.7em;
    padding-top: 12px;
    padding-left: 17px;
    border: 5px solid var(--secondaryColor);
}

.serveImage img {

    position: relative;
    animation: myfirst 10s infinite;
    animation-direction: alternate;
}


.serveRound {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    z-index: 0;
    right: 0px;
    top: 250px;
    animation: serveRound 8s infinite;
    animation-direction: alternate;
}


.inServeComp {
    z-index: 5;
    position: relative;
}

/* ------------- inOurSolutions ENDS ----------------*/

/* ------------- inAboutUs ENDS ----------------*/


.inSmallAboutContent h2 {
    font-size: 3em;
    font-weight: bold;
    padding-top: 0%;
    line-height: 55px;
}

.inSmallAboutContent h5 {
    line-height: 25px;
}

.imageOuter {
    border: 10px solid var(--themeColor);
    border-radius: 45px 45px 45px 45px;
    overflow: hidden;
}

#inAboutUs .ButtonDark {
    margin-top: 20px;
}

/* ------------- inAboutUs STARTS ----------------*/

/* ------------- inProducts STARTS ----------------*/
#inProducts {
    background-image: url(../image/bgProducts.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#inProducts .OurProducts .well {
    background-color: white;
    box-shadow: var(--box-shadow40);
    border-radius: 15px;
    padding: 5px;
    margin-top: 05px;
    border: 1px solid white;
    overflow: hidden;
    transition: 0.5s ease-in;
}

#SectionWrapPages .OurProducts .well {
    background-color: white;
    box-shadow: var(--box-shadow40);
    border-radius: 15px;
    padding: 5px;
    margin-top: px;
    border: 1px solid white;
    overflow: hidden;
    transition: 0.5s ease-in;
}

.productContentBlock .ReadMore {
    background-color: transparent;
    border: none;
    padding: 0px;
    color: var(--themeColor);
    font-weight: bold;
    font-size: 0.9em;
}

.productContentBlock .collapse h4 {
    margin: 0px;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
}

.productContentBlock .collapse h5 {
    margin: 0px;
    line-height: 22px;
    padding: 0px 0px 0px 0px;
}

.productContentBlock .fa-circle {
    font-size: 0.7em;
    color: var(--themeColor);
}

#SectionWrapPages .OurProducts .well:hover {
    transition: 0.5s ease-in;
    border: 1px solid var(--themeColor);
}

.OurProducts .well:hover {
    transition: 0.5s ease-in;
    border: 1px solid var(--themeColor);
}

.OurProducts .well img {
    border-radius: 12px 12px 5px 5px;
    opacity: 0.8;
    transition: 0.5s ease-in;
}

.OurProducts .well:hover img {
    transition: 0.5s ease-in;
    opacity: 1;
}

.productContentBlock {
    padding: 10px 10px 0px 10px;
}

.productContentBlock h3 {
    font-weight: bold;
    margin: 0px;
    line-height: 35px;
    color: var(--primaryTextColor);
}

.productContentBlock h5 {
    line-height: 22px;
    color: var(--secondaryTextColor);
}

/* ------------- inProducts ENDS ----------------*/

/* ------------- inPerformCount STARTS ----------------*/
#inPerformCount {
    background-color: var(--themeColor);
}

#inPerformCount .container-fluid {
    padding: 0% 9% 5% 12%;
}

.conterTopImgOne {

    position: absolute;
    overflow: hidden;
    height: 350px;
    width: 350px;
    z-index: 0;
    opacity: 0.4;
    animation: conterTopImgOne 10s infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}

@keyframes conterTopImgOne {
    0% {
        left: -220px;
        top: -120px;
    }

    50% {
        left: -250px;
        top: -150px;
    }

    100% {
        left: -240px;
        top: -110px;
    }
}

.conterTopImgTwo {

    position: absolute;
    overflow: hidden;
    height: 350px;
    width: 350px;
    z-index: 0;
    opacity: 0.2;
    animation: conterTopImgTwo 12s infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

@keyframes conterTopImgTwo {
    0% {
        left: -200px;
        top: -200px;
    }

    25% {
        left: -100px;
        top: -220px;
    }

    50% {
        left: -200px;
        top: -150px;
    }

    75% {
        left: -150px;
        top: -270px;
    }

    100% {
        left: -100px;
        top: -200px;
    }
}

.conterTopImgThree {

    position: absolute;
    height: 350px;
    width: 350px;
    opacity: 0.3;
    z-index: 0;
    animation: conterTopImgThree 15s infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

@keyframes conterTopImgThree {
    0% {
        left: 200px;
        top: -200px;
    }

    25% {
        left: 100px;
        top: -220px;
    }

    50% {
        left: 200px;
        top: -150px;
    }

    75% {
        left: 250px;
        top: -270px;
    }

    100% {
        left: 100px;
        top: -200px;
    }
}

#inPerformCount h1 {
    text-align: center;
    color: white;
    margin-top: 0px;
    font-size: 4em;
    padding-bottom: 25px;
    font-weight: 600;
}

#inPerformCount p {
    text-align: center;
    color: white;
    margin-top: 0px;
    font-size: 1.5em;
    padding-bottom: 25px;
}

#inPerformCount span {
    text-align: center;
    color: var(--secondaryColor);
}

#inPerformCount .counterComp {
    background-color: white;
    padding: 25px 45px;
    margin-top: 25px;
    border-left: 10px solid var(--secondaryColor);
    border-radius: 15px;
}

.counterComp h2 {
    font-weight: 600;
    font-size: 4em;
    color: var(--secondaryColor);
    text-align: center;
    transition: all .6s ease-out;
}

.counterComp h4 {
    font-size: 1.2em;
    color: var(--themeColor);
    text-align: center;
    padding-top: 10px;
    transition: all .6s ease-out;
}


.counterComp {
    display: block;
    background: linear-gradient(to right, var(--secondaryColor) 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.counterComp:hover {
    background-position: left bottom;
}

.counterComp:hover h2 {
    color: var(--themeColor);
}

.counterComp:hover h4 {
    color: var(--themeColor);
}

/* ------------- inPerformCount ENDS ----------------*/

/* ------------- inPremiumServices STARTS ----------------*/



.preimiumSerComp {
    padding-top: 3%;
}

.flip-box {
    width: 70px;
    height: 80px;
    overflow: hidden;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.3s;
    transform-style: preserve-3d;
}

.preimiumSerComp .well:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    color: black;
}

.flip-box-back {
    color: white;
    transform: rotateY(180deg);
}

.preimiumSerComp .well {
    padding: 0px;
    overflow: hidden;
    background-color: var(--secondaryColor);
    border-radius: 10px;
    box-shadow: var(--box-shadow40);
}



.serImageComp {
    height: 200px;
    overflow: hidden;
}

.serDetails h2 {
    font-size: 1.5em;
    line-height: 27px;
    font-weight: 600;
    margin: 0px;
    color: var(--primaryTextColor);
    padding-top: 0px;
}

.serDetails h6 {
    font-size: 1em;
    line-height: 22px;
    margin: 0px;
    color: var(--secondaryTextColor);
    padding-right: 25px;
    padding-top: 15px;
}

.serDetails .readMoreServ {
    margin: 10px 0px 0px 0px;
    background-color: var(--bgColor);
    padding: 10px 30px;
    color: var(--themeColor);
    border-radius: 10px;
    transition: 0.4s ease-in;
    border: 1px solid rgba(29, 40, 100, 0.3);
}

.preimiumSerComp .well:hover .serDetails .readMoreServ {
    background-color: var(--themeColor);
    padding: 10px 30px;
    color: white;
    transition: 0.2s ease-in;
    border-radius: 40px;
    border: 1px solid rgba(29, 40, 100, 0.3);
}

/* ------------- inPremiumServices ENDS ----------------*/


/* ------------- inProPeers STARTS ----------------*/
#inProPeers .container-fluid {
    background-color: var(--secondaryColor);
}

#inProPeers .well {
    background-color: white;
    box-shadow: var(--box-shadow40);
    border-radius: 15px;
    padding: 20px 20px 30px 20px;
    transition: 0.5s ease-in;
}

#inProPeers .well:hover {
    border: 1px solid var(--themeColor);
    transition: 0.5s ease-in;
}

.sectionTeamHead {
    padding: 2% 5% 2% 5%;
}

.sectionTeamHead h1 {
    text-align: center;
    font-size: 2.5em;
    line-height: 40px;
    font-weight: 600;
}

.sectionTeamHead h5 {
    text-align: center;
    line-height: 25px;
    font-size: 1.2em;
    margin: 0px;
    padding-bottom: 15px;
}

#inProPeers p {
    text-align: center;
    line-height: 25px;
    font-size: 1.2em;
    padding-top: 15px;
    padding-bottom: 0px;
}

#inProPeers .pathService {
    background-color: var(--themeColor);
    padding: 10px 35px;
    text-align: center;
    color: white;
    border: none;
    width: 100%;
    font-size: 1.2em;
    border-radius: 5px;
}

#inProPeers .bookVisit {
    background-color: white;
    padding: 10px 35px;
    text-align: center;
    color: var(--themeColor);
    border: 1px solid var(--themeColor);
    font-size: 1.2em;
    border-radius: 5px;
}

/* ------------- inProPeers ENDS ----------------*/

/* ------------- inTestimonials STARTS ----------------*/
#inTestimonials {
    background-image: url(../image/bgBanner02.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#inTestimonials .container-fluid {
    padding: 5% 9% 5% 12%;
}

#inTestimonials .sectionHeader h5 {
    color: white;
}

#inTestimonials .sectionHeader h1 {
    color: var(--secondaryColor);
}

#inTestimonials .sectionHeader p {
    color: white;
}

.testiCardOuter .well {
    border-radius: 15px;
    padding: 0px;
    background-color: white;
    padding: 10px 85px;
    border: none;
    margin-top: 25px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: var(--box-shadow40);
    transition: 0.3s;
}

.innerCircle {
    height: 150px;
    width: 150px;
    z-index: 0;
    background-color: var(--secondaryColor);
    border-radius: 40px;
    position: relative;
    opacity: 0.2;
    left: -100px;
    top: -100px;
    transition: 0.3s;

}

.testiCardOuter .well:hover .innerCircle {
    transform: rotate(45deg);
    transition: 0.5s;
    opacity: 1;
}

.testiCardOuter .well:hover {
    background-image: url(../image/boxGrid.png);
    background-size: cover;
    background-position: center;
    transition: 0.3s;
}

.testiInnerCard {
    display: flex;
    margin-top: -100px;
}

.testiHeadingCard h2 {
    margin: 0px;
    padding: 15px 0px 0px 15px;
    font-size: 1.4em;
    font-weight: 700;
    position: absolute;
    top: 35px;
    right: 25px;
}

.testiHeadingCard h5 {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    font-size: 0.9em;
    position: absolute;
    top: 70px;
    right: 30px;
    color: var(--secondaryTextColor);
    font-style: italic;
}

.testiFooterCard h6 {
    font-size: 1em;
    line-height: 22px;
    padding: 25px 45px 25px 45px;
    color: var(--secondaryTextColor);
    overflow: hidden;
}

.ratingComp h5 {
    font-weight: 600;
}

.ratingComp span {
    color: var(--InProgress);
}

.swiper-slide {
    text-align: center;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--bgColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--themeColor);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--themeColor);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

/* ------------- inTestimonials ENDS ----------------*/

/* ------------- inOurGallery STARTS ----------------*/
#inOurGallery .container-fluid {
    padding: 2% 9% 2% 12%;
}


/* ------------- inOurGallery ENDS ----------------*/


/* ------------- inBlogs STARTS ----------------*/

.dateStamp {
    background-color: var(--themeColor);
    position: absolute;
    padding: 0px;
    left: 30px;
    top: 0px;
    border-radius: 0px 0px 10px 10px;
}

.dateStamp h1 {
    color: white;
    text-align: center;
    margin: 0px;
    font-size: 1.7em;
    font-weight: 800;
    padding: 5px 10px;
}

.dateStamp h4 {
    color: var(--secondaryColor);
    text-align: center;
    margin: 0px;
    font-size: 0.8em;
    border-radius: 10px;
    background-color: rgba(255, 232, 213, 0.1);
    padding: 10px 15px;
}

.blogsComp {
    padding-top: 25px;
}

.featNews .well {
    padding: 0px 0px 15px 0px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--secondaryColor);
    background-color: var(--secondaryColor);
    transition: 0.5s ease-in;

}

.featNews .well:hover {
    border: 1px solid var(--themeColor);
    transition: 0.5s ease-in;
}

.featImgComp {
    height: 160px;
    overflow: hidden;
    transition: 0.5s ease-in;
}

.featImgComp img {
    transition: 0.5s ease-in;
    transform: scale(1.5);
    object-fit: contain;

}

.featNews .well:hover .featImgComp img {
    transform: scale(1.2);
    transition: 0.5s ease-in;
}

.featNews .well h2 {
    font-weight: 700;
    font-size: 1.3em;
    padding-bottom: 00px;
    line-height: 25px;
    margin: 0px;
}

.featDescp {
    padding: 20px;
    padding-bottom: 0px;
}

.hostProfile {
    height: 50px;
    width: 50px;
    padding: 2px;
    background-color: var(--themeColor);
    border-radius: 50%;
    overflow: hidden;
}

.hostProfile img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.featNews .well .hostDescp h3 {
    font-weight: 600;
    margin: 0px;
    font-size: 1em;
    padding-top: 10px;
    color: var(--primaryTextColor);
    padding-left: 05px;
}

.featNews .well .hostDescp h5 {
    margin: 0px;
    font-size: 0.8em;
    padding-left: 05px;
    color: var(--secondaryTextColor);
    padding-top: 5px;
}

.lessPaddingLine {
    height: 1px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: var(--secondaryColor);
}

.featDescp h4 {
    line-height: 20px;
    font-size: 0.9em;
    padding: 10px 0px 25px 0px;
}

.featDescp h4 a{
    font-weight: bold;
    color: var(--themeColor);
}
.featDescp .ReadMoreComp h5 a {
    color: var(--themeColor);
    font-size: 0.9em;
    padding: 10px 25px;
    border-radius: 5px;
    border: 1px solid var(--themeColor);
    transition: 0.5s ease-in;
}

.featNews .well:hover h5 a {
    text-decoration: none;
    background-color: var(--themeColor);
    color: white;
    transition: 0.3s ease-in;
    border: 1px solid var(--themeColor);
}

.featNews .well h5 a i {
    transition: 0.5s;
    padding-left: 10px;
}

.featNews .well:hover h5 a i {
    transition: 0.5s;
    padding-left: 10px;
    transform: rotate(-45deg);
}

.featNews .well:hover h5 a:hover i {
    padding-left: 10px;
    transition: 0.5s;
}



.blogImgComp {
    height: 400px;
    overflow: hidden;
    border-radius: 25px;
    margin: 0px 0px 10px 0px;
}

.blogContentComp h6 {
    text-align: right;
    color: var(--secondaryTextColor);
}

.publishedByComp .hostDescp h3 {
    font-weight: 600;
    margin: 0px;
    font-size: 1em;
    padding-top: 10px;
    color: var(--primaryTextColor);
    padding-left: 05px;
}

.publishedByComp .hostDescp h6 {
    margin: 0px;
    font-size: 0.8em;
    padding-left: 05px;
    color: var(--secondaryTextColor);
    padding-top: 5px;
}

/* ------------- inBlogs ENDS ----------------*/

/* ------------- inBookAppointment STARTS ----------------*/
#inBookAppointment .container-fluid {
    padding: 2% 9% 4% 12%;
    background-image: url(../image/bgBanner04.jpg);
    background-size: cover;
    background-position: center;
}


/* ------------- inBookAppointment ENDS ----------------*/


/* ------------- inLatestResearch STARTS ----------------*/
#inLatestResearch .container-fluid {
    padding: 2% 9% 8% 12%;
}


/* ------------- inLatestResearch ENDS ----------------*/

/* ------------- inFooterComp STARTS ----------------*/
/*footerHome*/
#footerHome {
    height: 100%;
    background-color: var(--secondaryColor);
    background-position: center;
    background-image: url(../image/tech003.png);
    background-size: cover;
}


.footerComponent .brandLogoFooter img {

    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 50px;
}

.footerComponent .approvalImg img {

    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 120px;
}


.footerComp {
    text-align: center;
    padding-bottom: 0%;
}

.footerNavLinks h4 {

    padding: 2px 0px 0px 0px;
    font-size: 0.9em;
    line-height: 25px;
    color: var(--secondaryTextColor);
    margin: 0px;
}

.footerNavLinks h5 {

    padding: 15px 0px 15px 0px;
    font-size: 1em;
    font-weight: bold;
    color: var(--primaryTextColor);
    margin: 0px;
}

.footerComponent h3 {
    font-size: 1.2em;
    color: var(--themeColor);
    padding: 2% 0% 2% 0%;
    font-weight: 600;
    letter-spacing: 1px;

}

.footerComponent .ButtonDark {
    margin-top: 60px;
    padding: 15px;
}


#footerHome .footerComponent .footerNavLinks a {
    line-height: 22px;
    color: var(--secondaryTextColor);
}

#footerHome .footerNavLinks a:hover {
    text-decoration: none;
    cursor: pointer;
    color: var(--primaryTextColor);
}

.footerIcons {
    margin-top: 0px;

}

.footerIcons h3 {
    margin: 0px;
    font-size: 0.9em;
    color: var(--secondaryTextColor);
    padding-bottom: 10px;
}

.footerIcons i {
    float: left;
    color: white;
    margin: 8px 5px 0px 0px;
    padding: 12px 0px 0px 14px;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    background-color: var(--themeColor);
    cursor: pointer;
    font-size: 1.1em;
    transition: 0.7s;
}

.footerIcons i:hover {
    background-color: white;
    color: var(--secondaryColor);
    transition: 0.5s;
    transform: scale(1.1);
}

.footerArrow i {
    font-size: 0.7em;
    color: var(--themeColor);
}



span.twitterIcon img {
    height: 20px;
}

.twitterIcon {
    float: left;
    color: white;
    margin: 8px 5px 0px 0px;
    padding: 10px 0px 0px 11px;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    background-color: var(--themeColor);
    cursor: pointer;
    font-size: 1em;
    transition: 0.7s;
}

.twitterIcon:hover {
    background-color: white;
    color: var(--themeColor);
    transition: 0.5s;
    transform: scale(1.1);
}

.copyright .footerReserved h4 {
    text-align: left;
    font-size: 0.8em;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--themeColor);
}

.copyright .footerDesigned h4 {
    text-align: right;
    font-size: 0.7em;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--themeColor);
}

.tothetop {
    height: 60px;
    width: 60px;
    background-color: var(--themeColor);
    float: right;
    top: 83%;
    left: 95.5%;
    border-radius: 30px;
    position: fixed;
}

.tothetop i {
    color: var(--secondaryColor);
    font-size: 2em;
    padding-top: 15px;
    padding-left: 20px;
}

.contactFooter .well {
    background-color: var(--bgColor);
    border-radius: 15px;
    box-shadow: var(--box-shadow40);
    margin-top: 30px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.contactFooter .well h3 {
    padding-top: 10px;
    margin: 0px;
    font-size: 1em;
    text-transform: uppercase;
    color: var(----primaryTextColor);
}

.contactFooter .well .contentDescp h4 {
    padding: 5px 0px 0px 0px;
    margin: 0px;
    font-size: 0.8em;
    text-transform: uppercase;
    color: var(--primaryTextColor);
}

.contactFooter .well .contentDescp h4 a {
    color: var(--primaryTextColor);
}

.contactFooter .well .contentDescp h5 {
    padding: 5px 0px 10px 0px;
    margin: 0px;
    line-height: 22px;
    font-size: 1em;
    color: var(--themeColor);
}

.sliderUpIcon {
    height: 42px;
    aspect-ratio: 1;
    color: white;
    position: fixed;
    font-size: 1.5em;
    padding-top: 5px;
    padding-left: 13px;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 50%;
}

.ContactUsPan span {
    font-size: 1em;
    position: absolute;
    right: 15px;
    top: 10px;
    visibility: hidden;
    letter-spacing: 1px;
    transition: 0.3s ease-in;
}

.ContactUsPan i {
    font-size: 1.5em;
}

.ContactUsPan {
    padding-top: 10px;
    padding-left: 13px;
    border: 1px solid white;
    background-color: var(--themeColor);
    position: fixed;
    height: 42px;
    width: 42px;
    transition: 0.3s ease-in;
    border-radius: 50%;
    color: white;
}

.ContactUsPan:hover {
    background-color: var(--themeColor);
    width: 132px;
    border-radius: 35px;

    transition: 0.3s ease-in;
    margin-left: -90px;
}

.ContactUsPan:hover span {
    visibility: visible;
    transition: 0.3s ease-in;
}



/* ------------- inFooterComp ENDS ----------------*/

/*================= INDEX PAGE ENDS ======================*/


/*ABOUT US*/

/*ABOUT US*/

/*CONTACT US*/
#commonComponent {
    padding: 4.5% 15% 0% 15%;
}

#commonComponent h3 {
    font-size: 0.8em;
    color: var(--primaryTextColor);
    font-weight: bold;
}

#commonComponent h3 a {
    font-size: 0.9em;
    font-weight: normal;
    color: var(--secondaryTextColor);
}

#commonComponent .sectionHeaderTop h2 {
    padding-top: 2%;
    line-height: 35px;
    font-weight: bold;
}

#commonComponent .sectionHeaderTop h5 {
    font-size: 1.1em;
    line-height: 25px;
    color: var(--secondaryTextColor);
}

#SectionWrapApp .container-fluid {
    padding: 3% 10% 5% 10%;
}

.secContactComp h3 {
    font-size: 1.2em;
    font-weight: bold;
}

.secContactComp h4 {
    font-size: 1em;
    font-weight: bold;
}

.secContactComp h5 {
    font-size: 1em;
    line-height: 25px;
}

.secContactComp input {
    border: 1px solid var(--themeColor);
    padding: 25px 15px;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.secContactComp label {
    font-weight: normal;
    font-size: 0.9em;
}

/*CONTACT US*/