

:root,
:root.red {
  --bg-color: #fff;
  --text-color: #ffa500;
}


.carousel.pointer-event {
    touch-action: pan-y;
    margin-top: 0px;
}
#carouselExampleCaptions .carousel-indicators .active:before {
    background: var(--primary-color);
    width: 7px;
    height: 7px;
}
#carouselExampleCaptions .carousel-indicators button:before {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 7px;
    height: 7px;
    left: 7px;
    border-radius: 100px;
    top: 6px;
}
#carouselExampleCaptions .carousel-indicators [data-bs-target] {
    width: 8px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 18px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    transition: .6s;
    padding: 5px 0 9px;
    background: 0 0;
    border: 1px solid #fff0;
    box-shadow: none;
    border-radius: 106px;
    position: relative;
    opacity: 1;
}
#carouselExampleCaptions .carousel-indicators {
    left: 0;
    bottom: 18%;
    display: inline;
    margin-left: 4.8rem;
}

.toggle-container {
  position: relative;
}

.theme-btn {
  width: 6em;
  height: 6em;
  padding: 0.5em;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.theme-btn img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

a#Dot1 {
    color: #115f31;
}
.dark .theme-btn.light {
  display: block;
}
.main-banner-caption h6 {
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-size: 16px;
}
.main-banner-caption {
    position: absolute;
    top: 30%;
    z-index: 99;
    left: 5.3rem;
    width: 42%;

    & h2 {
	    font-size: 55px;
	    color:  var(--white-color);
    	font-family: var(--primary-font);
        margin-bottom: 0px;
        font-weight: bold;
	}

	& h2 span{
		color: var(--primary-color);
	}
	
	& p {
    color: #fff;
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-300);
    margin: 10px 0 25px;
}
	
}

.main-banner-item a img {
    position: absolute;
    right: 6px;
    top: 3px;
}




.contact-icon-text {
    display: flex;
    margin-bottom: 40px;
}
.contact-icon {
    margin-right: 15px;
}
.contact-text h3{
    color:var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}
.contact-text p {
    color: #666666;
    font-size: 15px;
    margin: 0;
}

.form-inputs label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.form-inputs{
    margin-bottom: 30px;
    position: relative;
}
.form-inputs input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
    font-size: 14px;
    color: #fff;
}
.form-inputs input:focus-visible{
    outline: none;

}
.form-inputs input::placeholder{
    color: #fff;
}
.errormsg {
    position: absolute;
    bottom: -22px;
    left: -5px;
    padding: 1px 5px;
    display: none;
    font-size: 13px;
    color: var(--primary-color);
}
.submit-btn {
    text-align: left;
    margin-top: 5px;
}
.submit-btn .primary-cta-btn {
    padding: 10px 55px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.contact-section {
    padding: 20px 0 40px;
}
.contact-section h2{
    color:var(--primary-color);
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 30px;
}
.explore-text-image {
    position: relative;
}
.explore-text {
    position: absolute;
    top: 0px;
    z-index: 99;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.explore-text-btn {
    background: #FA8113;
    color: #fff;
    padding: 55px 100px;
    text-align: center;
}
.explore-text-btn h2 {
    margin-bottom: 30px;
    font-size: 36px;
}
.explore-text-btn .primary-cta-btn {
    color: var(--white-color);
    background: #1EDBA4;
    padding: 10px 35px;
    border-radius: 0;
    display: inline-block;
    text-decoration: none;
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-500);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: none;
}

.explore-text-btn .primary-cta-btn::before {
    z-index: -1;
    content: "";
    height: 100%;
    width: 0;
    background-color: #3931ca;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.contact-pathforce-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../images/home/cta-btn-bg.jpg);
    background-size: 100%;
    padding: 37px 50px;
    background-repeat: no-repeat;
}
.contact-pathforce-paragraph h2 {
    color: #fff;
    font-weight: 600;
    font-size: 33px;
}
.contact-pathforce-section{
    margin: 30px 0;
}
.margin-minus-top{
    margin-top: -250px;
    z-index: 999;
    position: relative;
}


.errormsg {
    position: absolute;
    bottom: -20px;
    left: 0px;
    padding: 1px 5px;
    display: none;
    font-size: 12px;
    color: #fff;
    background: var(--primary-color);
    color: #fff;
}
.errormsg:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 8px solid var(--primary-color);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
}

.blue-bg {
    margin-top: -100px;
    z-index: 99;
}
.blue-bg p {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.blue-bg span {
    background: #3931CA;
    color: #fff;
    padding: 6px 21px;
    font-size: 13.6px;
}
.services-section {
    padding: 50px 0 0;
    margin-top: 80px;
}




.services-box {
    margin-bottom: 70px;
}
.first-box picture {
    margin-right: 130px;
}
.second-box {
    padding-left: 20px;
}

.third-box{
    padding-right: 20px;
}
.fourth-box {
    margin-left: 135px;
    margin-top: -105px;
}


.zoom-hover picture {
    position: relative;
    overflow: hidden;
    display: block;
}
.zoom-hover picture img {
    transition: 1.5s cubic-bezier(0, 0, .2, 1);
}
.zoom-hover:hover picture img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.zoom-hover picture img {
    transition: 1.5s cubic-bezier(0, 0, .2, 1);
}
.services-box picture {
    margin-bottom: 10px;
}
.service-head {
    margin-bottom: 40px;
}
.service-head h2{
    text-align: center;
    font-size: 24px;
    letter-spacing: 4px;
    color: #C4C4C4;
    text-transform: uppercase;
    font-weight: 500;
}
.services-box h3 {
    color: #6C6C6C;
    font-size: 32px;
    font-weight: 500;
}
.services-box p {
    font-size: 18px;
    margin: 0;
    color: #6C6C6C;
}

.services-box {
    margin-bottom: 70px;
}

.services-box img {
    width: 100%;
}






.promise-section{
    background: #1EDBA4;
    padding: 50px 0;
}
.promise-head h2{
    text-align: center;
    font-size: 24px;
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.promise-box {
    background: #fff;
    padding:40px 20px 20px;
    text-align: center;
    height: 100%;
}
.promise-head {
    margin-bottom: 40px;
}
.promise-box h3 {
    color: #6C6C6C;
    font-size: 24px;
    padding: 15px 0 10px;
    margin: 0;
}
.promise-box p{
    margin: 0;
    color: #6C6C6C;    
}



.products-section{
    padding: 50px;
}
.products-head {
    margin-bottom: 40px;
}
.products-head h2{
    text-align: center;
    font-size: 24px;
    letter-spacing: 4px;
    color: #C4C4C4;
    text-transform: uppercase;
    font-weight: 500;
}
.products-box {
    position: relative;
    margin-bottom: 10px;
    transition: .5s cubic-bezier(0, 0, .2, 1);
}
.products-box .products-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 210px;
    text-decoration: none;
    color: #6C6C6C;
    font-size: 18px;
    padding: 10px;
    transition: .5s cubic-bezier(0, 0, .2, 1);
    display: block;
}
.products-box a:hover span{
    visibility: visible;
    margin-left:130px;
}
.products-caption h4 {
    background: #fff;
    z-index: 99;
    position: relative;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
.products-box a span {
    position: absolute;
    top: 16px;
    visibility: hidden;
    transition: .5s cubic-bezier(0, 0, .2, 1);
    font-size: 10px;
    left: 10px;
}
.products-box a h4 {
    margin: 0;
}
.last-products-box{
    margin-top: -100px;
}
.last-products-box {
    margin-top: -148px;
}
#threestoryContactForm {
    background: #1EDBA4;
    padding: 75px 90px 82px 70px;
}


@media screen and (max-width: 1366px){
.third-box {
    padding-right: 10px;
}
.first-box picture {
    margin-right: 70px;
}
.fourth-box {
    margin-left: 70px;
    margin-top: -140px;
}
.second-box {
    padding-left: 0;
}
.services-box {
    margin-bottom: 50px;
}

#threestoryContactForm {
    background: #1EDBA4;
    padding: 40px 90px 48px 70px;
}


}

.contact-bg-image {
    position: relative;
}

.contact-caption {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    top: 25%;
}
.contact-caption h3{
    color: #fff;
    font-size: 36px;
}
.contact-caption h2{
    font-size: 36px;
    color: #fff;
    
}
.contact-details{
    text-align: center;
    margin-top: 40px;
}
.contact-details h2{    
    color: #6C6C6C;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 400;
}
.contact-details p{    
    color: #6C6C6C;
    font-size: 30px;
    margin: 0;
}
.contact-details a{    
    color: #6C6C6C;
    text-decoration: none;
    font-size: 24px;
}
.contact-details a img{
    vertical-align: text-bottom;
    margin-right: 10px;
}
.contact-details span{
    margin: 0 20px;
}
.social-icons a{
    text-decoration: none;
    display:inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.social-icons a img{
    width: 39px;
    height: 39px;
}
.footer-paragraph p {
    color: #6C6C6C;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}
footer hr {
    border: 1px solid #000000;
    margin-bottom: 25px;
}
.footer-menu ul.navbar-nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}
.footer-menu ul.navbar-nav a{
    color: #16133E;
    font-size: 16px;
}
.social-icons {
    text-align: right;
}






.thankyou-popup {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
}
.thank-you-box {
    text-align: center;
    background: #fff;
    width: 30%;
    padding: 40px 0;
    margin: auto;
    position: relative;
    top: 20%;
    z-index: 99991;
}
.thank-you-box .close-popup {
    position: absolute;
    right: 10px;
    top: 7px;
}
.thank-you-box a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}
.thank-you-box h5{
    color: #000;
    font-weight: normal;
    margin:10px 0 25px;
}
.thank-you-box .close-popup a img {
    width: 26px;
}
.thank-you-box h2 {
    color: #2F2F2F;
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 0;
}
.thank-you-box p {
    color: #2F2F2F;
    margin-top: 0;
}
.thankyou-popup:before {
    content: "";
    background: #000000d4;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11111;
}

/**/


.onload-popup {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
    right: 0;
    margin: 0 auto;
}
.onload-box {
    text-align: center;
    background: #fff;
    width: 68%;
    padding: 0px 0;
    margin: auto;
    position: relative;
    top: 15%;
    z-index: 99991;
}
.onload-box .close-popup {
    position: absolute;
    right: 10px;
    top: 7px;
}
.onload-box a {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}
.onload-box .close-popup a img {
    width: 26px;
}
.onload-box h2 {
    color: #000000;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 40px;
    line-height: 45.8px;
}
.onload-popup-text p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 25px;
}
.onload-popup-text {
    padding: 0 60px 0px 30px;
}
.onload-box h5 {
    color: #0054a6;
    font-size: 24px;
    margin-top: 0;
}
.onload-popup:before {
    content: "";
    background: #000000d4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 11111;
}
.onload-popup-text a{
    text-transform: uppercase;
}


#onLoadForm .form-inputs label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: left;
}
#onLoadForm .form-inputs input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #C4C4C4;
    background: none;
    font-size: 14px;
    color: #000;
}
.OLsubmit-btn button#OLsubbtn {
    padding: 10px 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 30px;
}
.onload-popup-text h2 span {
    color: #1EDBA4;
}
.OLsubmit-btn button#OLsubbtn {
    padding: 10px 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
}
.main-banner-caption a.primary-cta-btn {
    box-shadow: 3px 0px 6px 3px #0000001c;
}