/*Common Section*/
@font-face {
    font-family: 'NotoSans';
    src: url(../fonts/notosans/NotoSans-Regular.ttf);
}

body {

    transition: background-color .5s;
    margin: 0px;
    padding: 0px;
}

html {
    scroll-behavior: smooth;
}

:root {
    --themeColor: rgba(153, 50, 43, 1);
    --secondaryColor: rgba(255, 232, 213, 1);
    --bgColor: #FFFAFA;
    --primaryTextColor: #34312C;
    --secondaryTextColor: #535558;
    --secLightTextColor: #CDCED0;
    --font-family: 'NotoSans';
    --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);
    --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(--primaryTextColor);
    font-family: var(--font-family);
}

h4,
h5,
h6,
p {
    color: var(--secondaryTextColor);
    font-family: var(--font-family);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#comPaggigComp {}

#comPaggigComp .container-fluid {
    padding: 4.5% 12% 0.4% 12%;
    background-color: var(--secondaryColor);
    z-index: 5555;
    width: 100%;
    position: fixed;
}

#comPaggigComp h3 {
    font-size: 0.9em;
    text-align: left;
    font-weight: 700;
    color: var(--primaryTextColor);
}

#comPaggigComp h3 a {
    font-size: 1em;
    text-align: left;
    font-weight: 500;
    color: var(--themeColor);
}

#bodyWrapper .container-fluid {
    padding: 1% 12%;
}

.DarkBack .sectionHeaderTop h2 {
    color: #B6B6B6;
}

.DarkBack .sectionHeaderTop h3 {
    color: white;
}

.DarkBack .sectionHeaderTop h5 {
    color: #CECDCD;
}



/*Common Section*/

/*NAVBAR*/

/*NAVBAR*/
/*Common Styles*/

.lineDividerLong {
    margin: 15px 0px 20px 0px;
    background-color: rgba(153, 50, 43, 0.5);
    height: 1px;
}

.squareBoxLeft {
    height: 10px;
    width: 10px;
    background-color: var(--themeColor);
    border-radius: 0px;
    position: absolute;
}

.squareBoxRight {
    height: 10px;
    width: 10px;
    background-color: var(--themeColor);
    right: 15px;
    bottom: 0px;
    border-radius: 0px;
    position: absolute;
}

#hiddenSection {
    height: 65px;
}

#bodyWrapper .container-fluid {
    padding: 0% 11% 4% 11%;
}

#bodyWrapper .containerTopHead {
    padding: 2% 10% 5% 11%;
    text-align: left;
    background-image: url(../image/frameOtherPage.svg);
    background-size: cover;
    background-position: center;
}

.paggigSmallDevice h1 {
    font-size: 2.5em;
    font-weight: bold;
    padding: 25px 0px 0px 0px;
    letter-spacing: 1px;
    color: white;
}

.paggigSmallDevice h5 {
    font-size: 0.9em;
    line-height: 22px;
    padding: 0px 0px 25px 0px;
    letter-spacing: 0px;
    color: white;
}

.paggigSmallDevice h3 {
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
}

.paggigSmallDevice a {
    font-size: 0.9em;
    font-weight: lighter;
}

.paggigSmallDevice a:hover {
    color: white;
}

#bodyWrapper .sectionHeaderTop h3 {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    line-height: 35px;
    color: white;
}

#bodyWrapper .sectionHeaderTop h5 {
    margin: 0px;
    color: white;
    font-size: 1em;
    letter-spacing: 1px;
    text-align: left;
    line-height: 25px;
    padding: 10px 0px 20px 0px;
}

#sectionOurServices .container-fluid{
    background-image: url(../image/bgBox03.png);
    background-size: cover;
    background-position: center;
}
#sectionOurServices .containerHeader h2 {
    text-align: left;
    font-weight: 100;
}

#sectionOurServices .containerHeader h2 span {
    text-align: center;
    font-weight: 1000;
    color: var(--themeColor);
}

#sectionOurServices .containerHeader h5 {
    text-align: center;
    font-weight: 400;
}

/*Common Styles*/

/*LANDING SECTION STARTS*/


.sliderComp {
    background-color: var(--themeColor);
    background-image: url(../image/houselanding02.png);
    background-position: left;

}

.sliderComp .ButtonDark {
    margin: 0px;
    color: var(--themeColor);
    font-size: 0.9em;
    padding: 12px 15px;
    text-transform: uppercase;
    background-color: white;
    transition: 0.2s ease-in;
}

.containerBack:hover .ButtonDark {
    margin: 0px;
    color: var(--bgColor);
    font-size: 0.9em;
    text-transform: uppercase;
    background-color: transparent;
    transition: 0.5s ease-in;
}

.constructionSliderBox h4 {
    font-size: 1em;
    text-transform: uppercase;
    color: var(--bgColor);
    padding: 0px 15px;

}

.constructionSliderBox h2 {
    font-weight: bold;
    color: var(--bgColor);
    -webkit-animation: moveRightH2 2s ease-out;
    animation: moveRightH2 2s ease-out;

}

.constructionSliderBox h5 {
    font-size: 1em;
    color: var(--bgColor);
    line-height: 22px;
    padding: 0px 15px 15px 15px;
    -webkit-animation: moveRightH5 2s ease-out;
    animation: moveRightH5 2s ease-out;
}


.arrow-right {
    width: 0;
    height: 0;
    left: 610px;
    z-index: 5555;
    position: absolute;
    border-top: 00px solid transparent;
    border-bottom: 700px solid transparent;
    border-left: 200px solid var(--themeColor);
}

.indicatorLanding .carousel-indicators {
    display: flex;
    justify-content: start;
    width: 100%;
    bottom: -80px;
    position: absolute;
}

.indicatorLanding .carousel-indicators .active {
    background-color: var(--themeColor);
    border: 1px solid var(--themeColor);
    border-radius: 0px;
    padding: 3px;
    height: 10px;
    width: 20px;
    margin: 10px;
    z-index: 1;
}

.indicatorLanding .carousel-indicators li {
    background-color: transparent;
    height: 10px;
    width: 10px;
    margin: 10px 5px;
    border-radius: 0px;
    border: 1px solid var(--themeColor);
    z-index: 1;
}

/*LANDING SECTION ENDS*/

/*inSmallAbout starts*/
#inSmallAbout .container-fluid{
    background-image: url(../image/inSmallAbout.png);
    background-position: center;
    background-size: cover; 
}

.aboutWorkImg .yearsofExp {
    background-color: var(--themeColor);
    padding: 10px;
    text-align: center;
    right: 15px;
    position: absolute;
}

.aboutWorkImg .yearsofExp h1 {
    color: white;
    font-weight: 2em;
    font-weight: bold;
}

.aboutWorkImg .yearsofExp h4 {
    color: white;
    line-height: 22px;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sectionHeadComp h2 {
    font-size: 2.5em;
    line-height: 55px;
    font-weight: bold;
    padding: 15px 0px;
    color: var(--primaryTextColor);
}

.sectionHeadComp h5 {
    font-size: 1em;
    text-transform: uppercase;
}

.sectionHeadComp i {
    padding-right: 8px;
    color: var(--themeColor);
    font-size: 0.6em;
}

.aboutCompany h6 {
    line-height: 25px;
    color: var(--secondaryTextColor);
    padding-bottom: 10px;
}

.missioVisionComp .well {
    background-color: var(--primaryTextColor);
    border-radius: 0px;
    background-image: url(../image/bgBox02.png);
    background-repeat: no-repeat;
    background-position: center;
}

.missioVisionComp .well h4 {
    color: var(--secLightTextColor);
    font-size: 0.9em;
    line-height: 23px;
}

.missioVisionComp .well h5 {
    color: white;
}

/*inSmallAbout ends*/

/* inCompanySince starts */
#inCompanySince {
    background-image: url(../image/Low-Cost-House-Construction01.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.companyComp .well {
    border-radius: 0px;
    padding: 25px 15px;
    background-color: white;
    box-shadow: none;
    border: none;
    transition: 0.2s ease-in;
    border-top: 5px solid transparent;
}

.companyComp .well:hover {
    background-color: var(--primaryTextColor);
    transition: 0.3s ease-in;
    border-top: 5px solid var(--themeColor);
    background-image: url(../image/stroke-house.png);

}

.compImghead {
    display: flex;
    justify-content: center;
}

.compImghead img {
    height: 70px;
}

.companyComp .well h3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 15px;
    transition: 0.2s ease-in;
}

.companyComp .well h5 {
    font-size: 0.9em;
    text-align: center;
    color: var(--secondaryTextColor);
    line-height: 22px;
    transition: 0.2s ease-in;
}

.companyComp .well:hover h3 {
    color: white;
    transition: 0.3s ease-in;
}

.companyComp .well:hover h5 {
    color: white;
    transition: 0.3s ease-in;
}

.WorkCounter {
    padding-top: 25px;
}

.WorkCounter h3 {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 30px;
    padding-top: 5px;
    color: var(--secondaryTextColor);
}

.WorkCounter h1 {
    font-size: 3em;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 35px;
    text-align: center;
    color: var(--themeColor);
}

/* inCompanySince ends */

/*inServiceTypes*/
#inServiceTypes {
    background-image: url(../image/housing.png);
    background-repeat: no-repeat;
    background-size: cover;
}


#inServiceTypes .sectionHeadComp h2 {
    font-size: 2.5em;
    line-height: 45px;
    font-weight: bold;
    padding: 0px 0px;
    color: var(--primaryTextColor);
}

#inServiceTypes .sectionHeadComp h3 {
    font-size: 1em;
    text-transform: uppercase;
}

#inServiceTypes .sectionHeadComp h5 {
    font-size: 1em;
    text-transform: uppercase;
}

#inServiceTypes .sectionHeadComp h4 {
    font-size: 1em;
    line-height: 20px;
}

#inServiceTypes .sectionHeadComp i {
    padding-right: 8px;
    color: var(--themeColor);
    font-size: 0.6em;
}

.servicesSliderComp {
    padding: 4% 0% 0% 0%;
}

.serviceTypeBox {
    background-color: var(--themeColor);
    height: 60px;
    width: 60px;
    border-radius: 0px;
    padding: 5px;
    position: relative;
    margin-bottom: -45px;
    margin-left: 15px;
}

.serviceSlider .well {
    padding: 0% 0% 5% 0%;
    background-color: white;
    border-radius: 0px;
    border: 1px solid rgba(213, 34, 18, 0.2);
    cursor: pointer;
    box-shadow: none;
    transition: 0.3s ease-in;
}

.serviceSlider .well:hover {
    border-right: 2px solid var(--themeColor);
    border-bottom: 2px solid var(--themeColor);
    border-top: 0px solid white;
    border-left: 0px solid white;
    transition: 0.2s ease-in;
}


.serviceSlider .well h3 {
    font-size: 1.4em;
    padding: 10px 15px 5px 15px;
    font-weight: bold;
    margin: 0px;
    line-height: 30px;
}

.serviceSlider .well h5 {
    font-size: 1em;
    margin: 0px;
    padding: 0px 15px;
    line-height: 25px;
}

.serviceSlider .well h6 {
    margin-top: 30px;
}

.serviceSlider .well h6 a {
    font-size: 0.9em;
    margin-left: 15px;
    padding: 10px 25px;
    color: var(--themeColor);
    background-color: var(--bgColor);
    border: 1px solid var(--themeColor);
    transition: 0.2s ease-in;
}

.serviceSlider .well:hover h6 a {
    background-color: var(--themeColor);
    color: var(--bgColor);
    transition: 0.4s ease-in;
}

.serviceSlider .well i {
    color: var(--themeColor);
    transition: 0.2s ease-in;
}

.serviceSlider .well:hover i {
    color: var(--bgColor);
    transition: 0.5s ease-in;
    transform: rotate(-45deg);
}

.servicesSliderComp .carousel-control {
    height: 60px;
    opacity: 1;
    color: white;
    background-color: var(--primaryTextColor);
    box-shadow: none;
    transform: rotate(90deg);
    position: absolute;
    top: 250px;
    border-radius: 0px;
    margin-right: -35px;
    width: 60px;
}

.servicesSliderComp .carousel-control .glyphicon-chevron-left {
    transform: rotate(-90deg);
    margin-top: -15px;
    font-size: 1em;
    margin-left: -10px;
}

.servicesSliderComp .carousel-control .glyphicon-chevron-right {
    transform: rotate(-90deg);
    margin-top: -15px;
    font-size: 1em;
    margin-right: -20px;
}

/*inServiceTypes*/

/*inToTheFiled*/
#inToTheFiled .container-fluid {
    background-image: url(../image/intoTheFiled.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#inToTheFiled .container-fluid {
    background-color: var(--primaryTextColor);
}

.navTabs {
    display: flex;
    justify-content: start;
    position: absolute;
    top: 80px;
}

.navTabs .navbars {
    background-color: rgba(213, 34, 18, 0.1);
    padding: 10px 15px;
    font-size: 0.9em;
    margin: 0px 10px;
    transition: 0.3s ease-in;
    border-bottom: 3px solid var(--themeColor);
}

.navTabs .navbars:hover {
    background-color: var(--themeColor);
    color: white;
    transition: 0.4s ease-in;
}

.navTabs .navbars a {
    color: white;
    text-decoration: none;
}

.navTabs .navbars:hover a {
    color: white;
    text-decoration: none;
}

#inToTheFiled .sectionHeadComp {
    padding: 0% 0% 5% 0%;
}

#inToTheFiled .sectionHeadComp h2 {
    font-size: 2em;
    line-height: 45px;
    font-weight: bold;
    padding: 0px 0px;
    color: white;
}

#inToTheFiled .sectionHeadComp h3 {
    font-size: 1em;
    text-transform: uppercase;
}

#inToTheFiled .sectionHeadComp h5 {
    font-size: 1em;
    color: white;
    text-transform: uppercase;
}

#inToTheFiled .sectionHeadComp i {
    padding-right: 8px;
    color: var(--themeColor);
    font-size: 0.6em;
}

.intoTheFiledImg {
    overflow: hidden;
}

.intoTheFiledImg img {
    height: 100%;
    width: 100%;
}

.intoThefiledNav h3 {
    font-size: 2.5em;
    font-weight: bold;
    padding-bottom: 0%;
    letter-spacing: 1px;
    padding-top: 1%;
    color: white;
    line-height: 55px;
    padding-left: 10px;
}

.intoThefiledNav p {
    line-height: 25px;
    padding-top: 25px;
    color: var(--secLightTextColor);
    text-align: justify;
    padding-left: 10px;
}

.intoThefiledNav .ButtonDark {
    background-color: var(--themeColor);
    color: white;
    text-transform: uppercase;
    font-size: 0.9em;
    border: none;
    padding: 12px 25px;
    margin-left: 10px;
    margin-top: 25px;
    transition: 0.4s ease-in;
}

.intoThefiledNav:hover .ButtonDark {
    background-color: white;
    color: var(--themeColor);
    transition: 0.2s ease-in;
}

/*inToTheFiled*/
/*inTestimonials*/
.testimonialComp .sectionHeadComp h2 {
    font-size: 2.5em;
    line-height: 45px;
    font-weight: bold;
    padding: 0px 0px;
    color: var(--primaryTextColor);
}

.testimonialComp .sectionHeadComp h3 {
    font-size: 1em;
    text-transform: uppercase;
}

.testimonialComp .sectionHeadComp h5 {
    font-size: 1em;
    text-transform: uppercase;
}

.testimonialComp .sectionHeadComp h4 {
    font-size: 1em;
    line-height: 20px;
}

.testimonialComp .sectionHeadComp i {
    padding-right: 8px;
    color: var(--themeColor);
    font-size: 0.6em;
}


#inTestimonials .carousel-control {
    height: 60px;
    opacity: 1;
    color: white;
    background-color: var(--primaryTextColor);
    box-shadow: none;
    transform: rotate(90deg);
    position: absolute;
    top: 310px;
    border-radius: 0px;
    margin-right: -35px;
    width: 60px;
}

#inTestimonials .carousel-control .glyphicon-chevron-left {
    transform: rotate(-90deg);
    margin-top: -15px;
    font-size: 1em;
    margin-left: -10px;
}

#inTestimonials .carousel-control .glyphicon-chevron-right {
    transform: rotate(-90deg);
    margin-top: -15px;
    font-size: 1em;
    margin-right: -20px;
}

#inTestimonials .lineDividerLong {
    margin-top: 5px;
}

#inTestimonials h3 {
    font-size: 1em;
    margin: 0px;
    padding: 0px;
}

#inTestimonials h5 {
    font-size: 0.8em;
    margin: 0px;
    padding: 5px 0px;
}

.happyClients {
    position: absolute;
    background-color: var(--primaryTextColor);
    top: 0px;
    right: 15px;
    padding: 15px;
}

.happyClients h2 {
    font-size: 2em;
    text-align: center;
    padding: 0px 35px 0px 0px;
    margin: 0px;
    font-weight: 600;
    color: var(--secondaryColor);
}

.happyClients h5 {
    line-height: 25px;
    margin: 0px;
    color: white;
    padding: 5px 0px;
}

#myCarouselTestimonial .item {
    height: 100%;
    padding: 5% 0%;
}

.indicatorTestimonial .carousel-indicators {
    display: flex;
    justify-content: end;
    width: 80%;
}

.indicatorTestimonial .carousel-indicators .active {
    background-color: var(--themeColor);
    border: 1px solid var(--themeColor);
    border-radius: 0px;
    padding: 3px;
    height: 8px;
    width: 8px;
    margin: 10px 5px;
    z-index: 1;
}

.indicatorTestimonial .carousel-indicators li {
    background-color: white;
    height: 8px;
    width: 8px;
    margin: 10px 5px;
    border-radius: 0px;
    border: 1px solid var(--themeColor);
    z-index: 1;
}

.boxComp h4 {
    text-align: justify;
    color: var(--primaryTextColor);
    padding: 10px 0px;
    line-height: 25px;
    font-size: 1em;
}

.ratingComp {
    color: var(--themeColor);
    padding-left: 35px;
    display: flex;
    justify-content: space-between;
    font-size: 1em;
}

.testiUserComp .testiUserImg {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    margin-top: 0px;
    overflow: hidden;
    z-index: 1;
}

/*inTestimonials*/

/*inCallUsPannel*/
#inCallUsPannel {
    background-image: url(../image/bgBox02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--secondaryColor);
}


#inCallUsPannel .addressCompSmall h6 {
    font-size: 1em;
    color: white;
    text-align: center;
    line-height: 25px;
    margin-top: 8%;
    padding: 15px;
    background-color: var(--themeColor);
}

.workingSteps .well {
    background-color: white;
    box-shadow: var(--box-shadow40);
    border-radius: 0px;
    padding: 25px;
    margin-top: 4%;
    transition: 0.2s ease-in;
    border-top: 5px solid rgba(213, 34, 18, 0.1);
}

.workingSteps .well:hover {
    border-top: 5px solid var(--themeColor);
    transition: 0.3s ease-in;
}

.workingSteps .well h1 {
    font-size: 3em;
    text-align: center;
    font-weight: bold;
    color: var(--themeColor);
}

.workingSteps .well h4 {
    font-weight: bold;
    font-size: 1.1em;
    color: var(--primaryTextColor);
    text-align: center;
    line-height: 25px;
    padding: 15px 0px 0px 0px;
}

.workingSteps .well h5 {
    line-height: 22px;
    text-align: center;
    color: var(--secondaryTextColor);
    font-size: 1em;
}

#inCallUsPannel .sectionHeadComp h2 {
    font-size: 2.5em;
    line-height: 45px;
    font-weight: bold;
    padding: 0px 0px;
    color: var(--primaryTextColor);
}

#inCallUsPannel .sectionHeadComp h3 {
    font-size: 1em;
    text-transform: uppercase;
}

#inCallUsPannel .sectionHeadComp h5 {
    font-size: 1em;
    text-transform: uppercase;
}

#inCallUsPannel .sectionHeadComp h4 {
    font-size: 1em;
    line-height: 20px;
}

#inCallUsPannel .sectionHeadComp i {
    padding-right: 8px;
    color: var(--themeColor);
    font-size: 0.6em;
}

.callUsComp .callUsStatement {
    background-color: var(--themeColor);
    padding: 0px ;
    margin: 1% 0%;
}

.callUsComp .callUsStatement h1 {
    text-align: center;
    color: white;
    padding: 15px 0px 15px 0px;
    font-weight: bold;
}

.callUsComp .callUsStatement h3 {
    text-align: center;
    color: white;
    font-size: 1em;
    padding: 15px 0px 0px 0px;
    line-height: 25px;
}

.callUsComp .callUsStatement h6 {
    text-align: center;
    color: white;
    font-size: 1em;
    line-height: 25px;
}

.callUsComp .lineDividerLong {
    margin-top: 5px;
}

/*inCallUsPannel*/

/*inOurProjects*/
#inOurProjects {
    background-image: url(../image/companySince01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



#inOurProjects .sectionHeadComp h2 {
    font-size: 2.5em;
    line-height: 45px;
    font-weight: bold;
    padding: 0px 0px;
    color: var(--primaryTextColor);
}

#inOurProjects .sectionHeadComp h3 {
    font-size: 1em;
    text-transform: uppercase;
}

#inOurProjects .sectionHeadComp h5 {
    font-size: 1em;
    text-transform: uppercase;
}



#inOurProjects .sectionHeadComp i {
    padding-right: 8px;
    color: var(--themeColor);
    font-size: 0.6em;
}

.imageContainer {
    background-image: url('../image/bg-grid.jpg');
    overflow: hidden;
    padding: 10% 0% 0% 15%;
    background-color: red;
}

#inServiceTypes {
    background-image: url(../image/bgBox03.png);
    background-position: center;
    background-size: cover;
}

/*INDEX PROJECTS*/
#inOurProjects .sectionHeaderTop {
    text-align: center;
}

.navTabsProject .item {}

.navTabsProject ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.navTabsProject li {
    transition: 0.3s ease-in;
    cursor: pointer;
    background-color: white;
    color: var(--secondaryTextColor);
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 2px solid white;
}

.navTabsProject li a:hover {
    color: var(--themeColor);
    text-decoration: none;
}

.navTabsProject li.active {
    background-color: white;
    border-bottom: 2px solid var(--themeColor);
    color: var(--themeColor);
    padding: 10px 25px;
}

.navTabsProject li.active a {
    color: var(--themeColor);
    text-decoration: none;
    font-size: 1em;
}

.navTabsProject .carousel-control {
    height: 60px;
    opacity: 1;
    color: white;
    background-color: var(--primaryTextColor);
    box-shadow: none;
    transform: rotate(90deg);
    position: absolute;
    top: 00px;
    border-radius: 0px;
    margin-right: 0px;
    width: 60px;
}

.navTabsProject .carousel-control .glyphicon-chevron-left {
    transform: rotate(-90deg);
    margin-top: -15px;
    font-size: 1em;
    margin-left: -10px;
}

.navTabsProject .carousel-control .glyphicon-chevron-right {
    transform: rotate(-90deg);
    margin-top: -15px;
    font-size: 1em;
    margin-right: -20px;
}

.SliderOuteBtnComp {
    padding: 0% 8%;
}

.SliderButtonComp {
    background-color: var(--themeColor);
    padding: 10% 0% 3% 0%;
    margin-top: -8%;
    box-shadow: var(--boxShadow30);
    border-radius: 0px;
}

.SliderOuteBtnComp .ButtonDark {
    background-color: white;
    color: var(--themeColor);
    padding: 15px;
    margin-top: 20px;
    text-transform: uppercase;
}

.SliderOuteBtnComp .ButtonDark .longArrow {
    background-color: var(--secondaryColor);
    transition: 0.2s ease-in;
    margin-right: -50px;
    margin-left: 60px;
}

.SliderOuteBtnComp .ButtonDark .longArrow i {
    color: white;
}

.SliderOuteBtnComp .ButtonDark:hover .longArrow {
    background-color: var(--themeColor);
    transition: 0.5s ease-in;
}

.SliderOuteBtnComp .ButtonDark:hover .longArrow i {
    transform: rotate(0);
}

#inOurProjects .container-fluid {
    padding-bottom: 4%;
}

.sliderContent {
    position: absolute;
    bottom: 40px;
    background-color: white;
    width: 60%;
    border-radius: 0px;
    left: 55px;
    padding: 10px 20px;
    box-shadow: 10px 10px 0px 0px var(--secondaryColor);
    transition: 0.3s ease-in;
}

.sliderComponent:hover .sliderContent {
    box-shadow: 10px 10px 0px 0px var(--themeColor);
    transition: 0.5s ease-in;
}

.sliderContent h4 {
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: left;
}

.sliderContent h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: var(--themeColor);
}

.sliderContent h5 {
    font-size: 1em;
    line-height: 25px;
}

.sliderContent h6 {
    font-size: 0.9em;
    line-height: 20px;
}

.sliderContent h6 i {
    padding-right: 10px;
    color: var(--themeColor);
    font-size: 0.8em;
}

.sliderContent h6 span {
    color: var(--primaryTextColor);
}

.SliderButtonComp .ButtonDark {
    padding: 12px;
    font-size: 0.9em;
    margin-top: 10px;
}

.SliderButtonComp:hover .ButtonDark {
    background-color: transparent;
    border: 1px solid white;
    color: white;
}

.SliderButtonComp:hover .ButtonDark i {
    transform: rotate(0deg);
}

.sliderContent .ButtonDark i {
    color: white;
    transform: rotate(-45deg);
}

/*inOurProjects*/
/* footerHome  */
#footerHome {
    background-image: url(../image/inFooterMap03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--primaryTextColor);
}



.copyright {
    padding-top: 0%;
}

.copyright h4 {
    font-size: 0.9em;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    text-align: center;
    color: var(--bgColor);
}

.copyright h4 a:hover {
    color: var(--bgColor);
    text-decoration: none;
}

.copyright h5 {
    font-size: 0.8em;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    color: var(--bgColor);
}

.copyright h6 {
    font-size: 0.8em;
    margin: 0px;
    color: white;
    padding: 7px 0px;
    text-align: right;
}

.copyright h6:hover a {
    color: var(--themeColor);
}

.copyright h6 i {
    color: var(--themeColor);
}

.contToTheTop {
    position: fixed;
}

.arrow {
    stroke-width: 3;
    transform: rotate(90deg) scale(0.5);
}

.progressBar {
    margin: 1rem auto;
    width: 40px;
    height: 40px;
    z-index: 9999;
    color: white;
    background-color: var(--themeColor);
    border-radius: 50%;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.progressBar svg {
    position: absolute;
    top: 0;
    left: 0;
}

.progress-bar-background {
    fill: none;
    stroke: var(--themeColor);
    stroke-width: 10;
}

.progress-bar-fill {
    fill: none;
    stroke: var(--bgColor);
    stroke-width: 10;
    transition: stroke-dasharray 0.3s ease;
}

.footerIcons {
    margin-top: 0px;
}

.footerIcons h3 {
    margin: 0px;
    font-size: 1.2em;
    padding: 55px 10px 10px 10px;
    color: white;
}

.footerIcons i {
    float: left;
    color: var(--secondaryColor);
    margin: 8px;
    border: 0px solid rgba(212, 235, 248, 0.3);
    padding: 12px 0px 0px 12px;
    border-radius: 0px;
    height: 40px;
    width: 40px;
    background-color: rgba(213, 34, 18, 0.2);
    cursor: pointer;
    font-size: 1.2em;
    transition: 0.3s ease-in;
}

.footerIcons i:hover {
    background-color: var(--themeColor);
    color: var(--secondaryColor);
    transition: 0.5s ease-in;
}

.footerArrow i {
    font-size: 0.7em;
}

.footerArrow h4:hover {
    line-height: 25px;
    color: var(--themeColor);
    font-size: 1em;
    transition: 0.2s ease-in;
}

.footerComponent .ButtonDark {
    padding: 12px;
    margin-top: 5%;
    font-size: 0.8em;
    margin-left: 10px;
    text-transform: uppercase;
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
    color: var(--secondaryColor);
}

#footerHome img {
    height: 80px;
    margin-left: 10px;
}

.readyToWork {
    padding-bottom: 0px;
}

.readyToWork h2 {
    font-size: 2.5em;
    color: white;
    padding-left: 10px;
}

.readyToWork h4 {
    color: white;
    line-height: 22px;
    font-size: 0.9em;
    padding: 10px 10px;
    letter-spacing: 0px;
}

#footerHome .readyToWork .lineDividerLong {
    background-color: rgba(153, 50, 43, 0.3);
    margin: 25px 0px;
}

.footerAddressComp h4 {
    color: white;
    padding-bottom: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}

.footerAddressComp i {
    color: var(--themeColor);
}

.footerAddressComp h5 {
    color: white;
    line-height: 22px;
    font-size: 0.9em;
    padding: 5px 0px;
}

.footerNavigation h4 {
    color: white;
    padding-bottom: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

.footerNavigation h5 {
    color: white;
    line-height: 22px;
    font-size: 0.9em;
    padding: 0px 0px;
}

.footerNavigation h5 a:hover {
    color: var(--bgColor);
    text-decoration: none;
}

.companyProfile .lineDividerLong {
    margin: 35px 0px 35px 10px;
}

.companyProfile .squareBoxLeft {
    height: 10px;
    width: 10px;
    margin-top: -40px;
    margin-left: 10px;
    background-color: var(--themeColor);
    border-radius: 0px;
    position: absolute;
}

/* footerHome  */

/* inWhyUs starts */
#inWhyUs .container-fluid {
    background-color: var(--secondaryColor);
    background-image: url(../image/inWhyUs.png);
    background-position: center;
    background-size: cover;
}



#inWhyUs .sectionHeadComp h2 {
    font-size: 2.5em;
    line-height: 45px;
    font-weight: bold;
    padding: 0px 0px;
    color: var(--primaryTextColor);
}

#inWhyUs .sectionHeadComp h3 {
    font-size: 1em;
    text-transform: uppercase;
}

#inWhyUs .sectionHeadComp h5 {
    font-size: 1em;
    text-transform: uppercase;
}

#inWhyUs .sectionHeadComp h4 {
    font-size: 1em;
    line-height: 20px;
}

#inWhyUs .sectionHeadComp i {
    padding-right: 8px;
    color: var(--themeColor);
    font-size: 0.6em;
}

.whyUsCompNav h3 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 30px;
    color: var(--primaryTextColor);
    margin: 0px;
}

.whyUsCompNav h4 {
    font-size: 1em;
    color: var(--primaryTextColor);
    line-height: 22px;
}

.whyUsCompNav span {
    height: 15px;
    aspect-ratio: 1;
    border-radius: 0px;
    color: white;
    font-size: 0.7em;
    padding: 2px 4px;
    background-color: var(--themeColor);
}



.whyUsImage {
    margin-top: 15px;
}

.whyUsComp {
    display: flex;
    justify-content: space-between;
}

.whyUsComp a {
    font-size: 1em;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.whyUsComp a:hover {
    color: var(--primaryTextColor);
}

.whyUsCompNav {
    padding-top: 4%;
}

.whyUsComp a:after {
    transition: all ease-in-out .2s;
    background: none repeat scroll 0 0 var(--themeColor);
    content: "";
    display: block;
    height: 3px;
    width: 0;
}

.whyUsComp a:hover:after {
    width: 100%;
}

/* inWhyUs ends */


/*CONTACT US PAGE*/
.secContactComp .well {
    margin-top: 5%;
    border-radius: 0px;
    box-shadow: none;
    background-image: url(../image/inCallBg.png);
    background-position: center;
    background-size: cover;
    background-color: var(--secondaryColor);
    background-repeat: no-repeat;
}

.secContactComp .companyAddress h3 {
    font-size: 1.1em;
    font-weight: bold;
}

.secContactComp .companyAddress h5 {
    font-size: 1em;
    line-height: 25px;
}

/*CONTACT US PAGE*/


/*POLICIES PAGE*/
.trainingOperation h2 {
    font-size: 1.2em;
    line-height: 25px;
    border-left: 5px solid var(--themeColor);
    padding: 10px;
    margin-top: 15px;
    letter-spacing: 0px;
    margin-bottom: 25px;
    font-weight: bold;
}

.trainingOperation h4 {
    font-size: 1em;
    line-height: 25px;
    color: var(--secondaryTextColor);
    font-weight: 100;
}

.trainingOperation h5 {
    font-size: 1em;
    line-height: 30px;
}

/*POLICIES PAGE*/

/* OUR SERVICES STARTS */
.containerServiceBody .well .serviceDescpIcon {
    background-color: var(--themeColor);
    transition: 0.3s ease-in;
}

.containerServiceBody .well {
    background-color: white;
    box-shadow: var(--boxShadow20);
    padding: 35px 45px;
    border-radius: 0px;
    margin-top: 5%;
    transition: 0.3s ease-in;
    overflow: hidden;
}

.containerServiceBody .well:hover {
    box-shadow: var(--boxShadow40L);
    border-radius: 0px;
    transition: 0.3s ease-in;
}

.containerServiceBody .well h5 {
    padding: 0px 0px 0px 0px;
    font-size: 1em;
    color: var(--secondaryTextColor);
    line-height: 25px;
    text-align: center;
    transition: 0.2s ease-in;
}

.containerServiceBody .well h2 {
    color: var(--themeColor);
    padding: 10px 0px 0px 30px;
    font-size: 1.5em;
    font-weight: 800;
}

.containerServiceBody .well h2 span {
    color: var(--themeColor);
    padding: 0px 0px;
    font-size: 0.4em;
}

.containerServiceBody .well h6 {
    line-height: 28px;
    font-size: 1em;
}

.ourServiceTypes {
    padding-top: 5%;
}

.ourServiceTypes .ourServiceHead h4 {
    font-size: 1.1em;
    text-transform: uppercase;
    color: var(--primaryTextColor);
}

.ourServiceTypes .ourServiceHead i {
    font-size: 0.7em;
    color: var(--primaryTextColor);
}

.ourServiceTypes .ourServiceHead h2 {
    font-weight: bold;
    padding-bottom: 25px;
    color: var(--themeColor);
}

/* OUR SERVICES ENDS */