@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;500;600;700&display=swap");

*,
*::after,
*::before,
.offcanvas {
    transition: all 0.7s ease;
}
span {
    transition: all 0.3s !important;
}
:root {
    --primary: #710303;
    --text-font-family: "Poppins", sans-serif;
}
body {
    font-family: var(--text-font-family);
    font-size: 15px;
}
body p {
    text-align: justify;
    font-family: "Rubik", sans-serif;
}
a {
    text-decoration: none;
}
#pre-load {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999999;
}
.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border: 3px solid #ebebec;
    border-radius: 50%;
}
.loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-top: 3px solid var(--primary);
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
.loader .loader-container:before {
    border-top-color: var(--primary);
}
.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    text-align: center;
}
.loader .loader-icon img {
    -webkit-animation: loaderpulse alternate 900ms infinite;
    animation: loaderpulse alternate 900ms infinite;
    width: 100%;
}
@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.text-primary {
    color: var(--primary) !important;
}
.bg-primary {
    background-color: var(--primary) !important;
}
.btn-primary {
    color: white;
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
}
.offcanvas-backdrop.fade.show {
    display: none !important;
}
header .form-control:focus {
    box-shadow: none !important;
    border-color: rgb(113 3 3 / 0.3) !important;
}
.goog-te-gadget {
    height: 27px;
    overflow: hidden;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate {
    display: none !important;
}
header .bottombar .nav-link {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px !important;
}
header .bottombar .nav-item:hover .nav-link,
header .bottombar .nav-link.active {
    color: var(--primary) !important;
}
header .bottombar .nav-link::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) skew(-15deg);
    right: 0;
    height: 50%;
    width: 2px;
    content: "";
    background-color: rgb(0 0 0 / 0.08);
    z-index: -1;
}
header .bottombar .nav-item:last-child .nav-link::before {
    display: none;
}
.footer-bg {
    background-color: var(--primary);
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-bg p,
.footer-bg a {
    line-height: 26px;
}

.offcanvas#mobile_navbar {
    position: relative;
    top: 3px !important;
}
/* .sec-1{
	padding: 50px 0px 320px;
} */

.sec1-title {
    text-align: center;
}

.sec1-title h2 {
    font-weight: 600;
    font-size: 34px;
}
.sec1-title h2::before {
    position: absolute;
    content: "";
    right: 43%;
    top: 52px;
    width: 75px;
    height: 2px;
    background: var(--primary);
}
.sec1-title h2::after {
    position: absolute;
    content: "";
    left: 43%;
    top: 52px;
    width: 75px;
    height: 2px;
    background: var(--primary);
}

.sec1-title span {
    font-size: 15px;
    color: #01477f;
    margin-bottom: 15px;
}

.sec1-box {
    text-align: center;
    margin-top: 30px;
    position: relative;
}
.sec1-box:hover .sec1-details {
    box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
}

.sec1-box a {
    text-decoration: none;
    display: block;
}

.sec1-details h3 {
    font-weight: 600;
    margin-top: 0px;
    color: #fff;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.sec1-details {
    margin: -30px 30px 0px 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: var(--primary);
    position: absolute;
    z-index: 9;
    padding: 20px 30px 35px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.sec1-details span {
    border-radius: 50%;
    width: 81px;
    height: 81px;
    line-height: 80px;
    background: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-top: -50px;
    position: relative;
    font-size: 30px;
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    top: -25px;
}

.sec1-details p {
    color: #f1f1f1;
    line-height: 24px;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.sec1-details::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sec1-box:hover .sec1-details::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.sec1-box:hover h3 {
    color: #112242;
}
.sec1-box:hover p {
    color: #555;
}
.sec1-details a.more {
    font-size: 15px;
    font-weight: 600;
    color: white;
    display: block;
    margin-top: 10px;
    opacity: 0;
    margin-top: -37px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}
.sec1-box:hover .sec1-details a.more {
    margin-top: 10px;
    opacity: 1;
    text-decoration: none;
}
.features-box {
    padding: 40px 30px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px solid;
    border-color: rgb(0 0 0 / 0.08);
    clip-path: polygon(0% 0%, 86% 0, 100% 20%, 100% 100%, 0% 100%) !important;
    box-shadow: 0 0 20px 20px rgb(0 0 0 / 7%);
}
.features-box::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid var(--primary);
    content: "";
    transform: scaleX(0);
}
.features-box:hover::before {
    transform: scaleX(1);
}
.features-box span.position-absolute {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px;
    -webkit-text-stroke-color: var(--primary);
}
.fact-counter-section:before {
    content: "";
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #0c0c0c;
}
.fact-counter-section {
    z-index: 1;
    background-size: cover;
    position: relative;
    padding-top: 70px;
    padding-bottom: 150px;
}
.sec-title.light h3 {
    color: #fff;
}
.homeChoose::before {
    background: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80%;
    width: 100%;
    content: "";
    z-index: -10;
}
.hidden {
    opacity: 0;
    visibility: hidden;
}
.sec-title h3 {
    margin: 0;
    color: #262626;
    font-weight: 600;
    font-size: 32px;
    font-family: "Poppins";
}
.fact-counter-section .progress-box p {
    color: #ffffff;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    margin-bottom: 30px;
}
.fact-counter-section .single-progress-bar .labeled-text {
    color: #fff;
    font-size: 14px;
    width: 140px;
    margin-right: 20px;
}
.fact-counter-section .single-progress-bar .progress-scale {
    width: 100%;
    max-width: 285px;
    background: #f1f1f1;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.fact-counter-section .single-progress-bar .progress-scale .inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 5px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    background: var(--primary);
}
.fact-counter-section .single-progress-bar .percent {
    color: #262626;
    font-size: 14px;
    background: #ffffff;
    line-height: 1em;
    text-align: center;
    border-radius: 3px;
    padding: 13px 9px 10px;
    margin-left: 20px;
    line-height: 0;
}

footer h5::before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    background: linear-gradient(to right, rgb(255 255 255 / 1), transparent);
    height: 2px;
    width: 50%;
}
footer h5 {
    margin: 0px 0px 15px;
}
.footer-i i {
    font-size: 10px;
}
.tab-pane.active {
    animation: opacity 2s linear !important;
}
.tab-pane.fade {
    transition: none !important;
}
.homeProducts .nav-link.active {
    background-color: var(--primary);
    color: white !important;
}
.homeProducts .nav-item {
    overflow: hidden;
}
.proCollapse {
    height: 0;
}
.homeProducts .nav-link.active ~ .proCollapse {
    height: auto;
}
.wlcm-section p {
    line-height: 26px;
}
.wlcm-section {
    background: #e4e4e4;
}

.sec-4 {
    background: url(../media/banners/sec4-bg.jpg) no-repeat center center;
    position: relative;
    display: block;
    padding: 70px 0 70px;
    background-size: cover;
    z-index: 1;
    /*  margin-top: -150px;*/
}
.sec-4::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.9);
    z-index: -1;
}
.sec4-left h4 {
    color: #d5d5d5;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-bottom: 0px;
    padding-left: 30px;
}
.sec4-left h4::after,
.sec4-left h4::before {
    position: absolute;
    content: "";
    background: var(--primary);
    height: 18px;
    bottom: 0px;
    top: 3px;
    transform: skew(-20deg);
}
.sec4-left h4::before {
    left: 2px;
    width: 8px;
}
.sec4-left h4::after {
    left: 13px;
    width: 4px;
}
.sec4-left h2 {
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 50px;
    margin-top: 3px;
    color: #fff;
}
.sec4-left p {
    color: #d5d5d5;
    line-height: 26px;
    font-size: 14px;
}
.sec4-box {
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    padding: 30px;
    margin: 15px 0;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sec4-box:hover {
    background: rgba(255, 255, 255, 0.1);
}
.sec4-box::before {
    border-left: 15px solid transparent;
    border-bottom: 15px solid var(--primary);
    bottom: 2px;
    right: 2px;
    content: "";
    z-index: 0;
    position: absolute;
    transition: 0.4s;
}
.sec4-box span {
    font-size: 30px;
    margin-bottom: 15px;
}
.sec4-box h6 {
    margin: 0px;
    font-size: 18px;
    line-height: 1.4;
}
.sec4-right p {
    color: #d5d5d5;
    line-height: 26px;
    font-size: 14px;
}
.sec-2 {
    padding: 40px 0px;
}
.sec2-left {
    padding: 40px 0px 40px 40px;
    position: relative;
}
.sec2-left::after {
    background-image: url(../media/dot.png);
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 45%;
}
.sec2-right {
    padding: 15px 25px;
}
.sec2-right h6 {
    font-size: 15px;
    color: #666;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding-left: 35px;
}
.sec2-right h6::after,
.sec2-right h6::before {
    position: absolute;
    content: "";
    background: var(--primary);
    height: 18px;
    bottom: 0px;
    top: 0px;
    transform: skew(-20deg);
}
.sec2-right h6::before {
    left: 2px;
    width: 8px;
}
.sec2-right h6::after {
    left: 13px;
    width: 4px;
}
.sec2-right h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 44px;
    color: var(--primary);
}
.sec2-right p {
    font-size: 14px;
    line-height: 27px;
    color: #666;
}
.sec2-right a {
    display: inline-block;
    border: 2px solid var(--primary);
    padding: 14px 30px;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sec2-right a:hover {
    background: var(--primary);
    color: #fff;
}
.sec2-right a span {
    position: relative;
    top: 1px;
    font-size: 16px;
    padding-left: 4px;
}
.sec2-right ul {
    margin: 20px 0px;
    padding-left: 0px;
}
.sec2-right ul li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 20px;
    height: 2px;
    background-color: var(--primary);
}
.sec2-right ul li {
    color: #333;
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.abt-year {
    padding: 30px;
    margin-right: 40px;
    background-color: var(--primary);
    position: absolute;
    max-width: 240px;
    right: -40px;
    bottom: 0px;
    z-index: 1;
    border-bottom: 5px solid #2b2a28;
    color: #fff;
}
.abt-year span {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
}
.abt-year p {
    margin: 0;
    font-weight: 500;
}

.pageBanner,
.aboutFeatures {
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(to right, rgb(0 0 0 / 60%), transparent), url(../media/banners/pageBanner.jpg);
}
.aboutFeatures {
    background-image: url(../media/banners/bg.jpg);
}
.aboutFeaturesIcon {
    height: 80px;
    width: 80px;
    background: rgb(255 255 255 / 0.2);
    text-align: center;
    box-shadow: 2px 2px 0 var(--primary);
    line-height: 80px;
}
.aboutFeaturesIcon img {
    height: 70%;
    width: 70%;
    filter: invert(1);
}
.productsPage h3{
        background: rgb(0 0 0 / 4%);
    padding: 10px 20px;
    margin-bottom: 30px;
    font-size: 35px;
    box-shadow: 0 0 5px 6px rgb(0 0 0 / 16%);
}
.aboutFeaturesBox h4::before {
    position: absolute;
    height: 2px;
    width: 30px;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    content: "";
    background: var(--primary);
}
.form-control:focus {
    /* color: var(--bs-body-color); */
    /* background-color: var(--bs-body-bg); */
    /* border-color: #86b7fe; */
    outline: 0;
    border: 1px solid var(--primary) !important;
    box-shadow: none;
}
.aboutFeaturesBox:hover img {
    transform: rotateY(180deg);
}
.aboutFeaturesBox {
    transition: 0.7s ease;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background-color: var(--primary);
    margin: 0 3px 0 0;
    color: white;
}
.owl-carousel .owl-nav button span {
    padding: 8px 10px;
    display: inline-block;
}
.dropdown:hover .dropdown-menu{
  display: block;
}

.owl-1.owl-carousel .owl-item .product-social-icons-home img, .owl-home-2.owl-carousel .owl-item .product-social-icons-home img{
width : 15%;
/*margin : auto;*/
}

@media only screen and (max-width: 992px) {
    .homeProducts .nav-item {
        flex-basis: 100%;
    }
}
@media only screen and (max-width: 576px) {
    .mb-3.proBx {
        width: 80%;
        margin: auto;
    }
}
