html,
body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}


/*----------------------------------------------------------------------------------------------------------------
	Global
----------------------------------------------------------------------------------------------------------------*/

h1,
h2,
h4,
h6 {
    color: #071e70;
}

h5 {
    color: #0055a4;
    text-transform: uppercase;
    font-weight: 600;
}

h3 {
    color: #00a649;
    font-weight: 600;
}

p {
    color: #676767;
}

a:hover {
    text-decoration: none;
}

li {
    list-style-type: none;
}

.c-btn {
    background-color: #071e70;
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 10px;
}

.c-btn:hover {
    color: #fff;
    background-color: #04113e;
}

.mr0 {
    margin: 0;
}

.pd0 {
    padding: 0;
}

.mrt10 {
    margin-top: 10px;
}

.mrt20 {
    margin-top: 20px;
}

.mrt30 {
    margin-top: 30px;
}

.mrt40 {
    margin-top: 40px;
}

.mrb10 {
    margin-bottom: 10px;
}

.mrb20 {
    margin-bottom: 20px;
}

.mrb30 {
    margin-bottom: 30px;
}

.mrb40 {
    margin-bottom: 40px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.section-entry {
    padding: 5rem 0;
}

.side-space {
    background-color: #00a649;
}

.side-space1 {
    margin-bottom: 4rem;
}

.page-section {
    padding: 2rem 0;
}

.relative {
    position: relative;
}

.width100 {
    width: 100%;
}

.txtct {
    text-align: center;
}

.txtrt {
    text-align: right;
}

.txtupr {
    text-transform: uppercase;
}

.dflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


/*---------------------------------------------------------------------------------------------------------------------
	Navbar
---------------------------------------------------------------------------------------------------------------------*/
.back-top {
    height: 100%;
    background: #00a649;
    width: 100%;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    position: relative;
    top: 8px;
}

.back-top p {
    color: #fff;
    font-weight: 500;
}

.fixed-top-nav {
    position: relative;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.header-social-list {
    padding: 0;
    display: flex;
}

.header-social-list li i {
    color: #000000;
    width: 25px;
    height: 25px;
    font-size: 18px;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
    transition: all 0.3s;
    background: #fff;
}

.navbar {
    background-color: transparent !important;
    -webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../img/toggler.png');
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: transparent;
}

.logo-img {
    width: 230px;
}

.nav-item {
    padding-left: 2rem;
}

.nav-link {
    color: #000000 !important;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-dark .navbar-toggler {
    border: 2px solid #fff;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
}

.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #00a649;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    line-height: 40px;
}

/* add your custome hamburger icon */
.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/toggler.png);
}

.navbar-dark .navbar-toggler:focus {
    outline: none;
}

.customNav {
    background-color: #ee3739 !important;
    -webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
    animation: navSlide 1s ease forwards;
}

@keyframes navSlide {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

/*---------------------------------------------------------------------------------------------------------------------
	Carousel
---------------------------------------------------------------------------------------------------------------------*/

.myCarouselCaption {
    right: 50%;
    bottom: 50%;
    transform: translateY(50%);
    left: 10%;
    color: #000;
    text-align: left;
}

.myCarouselCaption h5 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.myCarouselCaption p {
    padding-right: 100px;
}



/* ...........................................................................
 Owl Carousel
..................................................................................... */

.owl-prev span,
.owl-next span {
    color: #ffffff;
    font-size: 50px;
    padding: 9px 18px;
    border-radius: 50%;
    background-color: #0055a4;
    display: flex;
    height: 50px !important;
    width: 50px;
    position: relative;
    line-height: 20px;
}

.owl-prev span:hover,
.owl-next span:hover {
    color: #fff;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

/* removing blue outline from buttons */
button:focus,
button:active {
    outline: none;
}

.owl-carousel .owl-item img {
    width: 85%;
}

.desktop-slider {
    display: block;
}

.mobile-slider {
    display: none;
}

/*---------------------------------------------------------------------------------------------------------------------
	Home
---------------------------------------------------------------------------------------------------------------------*/
.hm-about-box h3 {
    text-transform: uppercase;
}

.hm-service-wrapper {
    background-image: url('../img/hm-product-image.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0 200px 0;
}

.hm-pro-wrapper {
    position: relative;
    top: -160px;
}

.hm-service-box {
    background-color: #fff;
}

.hm-service-box h3 {
    text-align: center;
    color: #00a649;
    font-weight: 700;
    margin-bottom: 6rem;
    text-transform: uppercase;
    padding: 8px;
}

.service-img-box {
    display: flex;
    justify-content: center;
}

.service-box {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(0 166 73);
}

.hm-service-btn a {
    background-color: #00a649;
    color: #fff;
    padding: 10px;
}

/* ///////////////// video-wrapper ///////////////// */

.video-wrapper {
    margin-top: -70px;
}


.video-head h3 {
    text-align: center;
    margin-bottom: 30px;
}

/* //////////////// home-event-wrapper //////////// */

.event-wrapper {
    background-color: #e1e1e154;
}

.event-heading h3 {
    text-align: center;
    background-color: #0055a4;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 4rem;
    padding: 8px;
}

.Event img {
    width: 100% !important;
}

.event-img-box {
    display: flex;
    justify-content: center;
}

.hm-event-box img {
    border-radius: 70px 70px 0 0;
    border: 2px solid #0055a4;
}


.hm-event-txt-box {
    background-color: #fff;
    padding: 25px;
    border-radius: 0 0 70px 70px;
    border: 2px solid #0055a4;
}

.hm-event-txt-box:hover {
    background-color: #0055a4;
}

.hm-event-txt-box h4 {
    color: #0055a4;
    text-align: center;
    font-weight: 600;
}

.hm-event-txt-box:hover h4 {
    color: #fff;
}

.hm-event-txt-box h4 span {
    color: #00a649;
}

.hm-event-txt-box:hover h4 span {
    color: #fff;
}

.rusbat-wrap {
    display: flex;
    justify-content: center;
    align-items:center;
}

/* //////////// value-wrapper /////////// */

.value-wrapper {
    background-image: url(../img/mission-vision-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.value-box {
    text-align: center;
}

.value-box h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
}

.value-box p {
    color: #fff;
}

.why-box h3 {
    color: #000;
}

.why-box h3 span {
    color: #00a649;
}

.why-box h5 {
    color: #000;
}

.feature-txt-box {
    margin-top: 24px;
}

.feature-txt-box h5 {
    color: #000;
}


/*---------------------------------------------------------------------------------------------------------------------
	About
---------------------------------------------------------------------------------------------------------------------*/

.ab-heading-box h3 span {
    text-transform: uppercase;
    font-weight: 800;
}

.feature-heading-box h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    color: #fff;
}

.feature-box {
    background: #F5F5F5;
    padding: 30px;
    border-radius: 0 50px;
    text-align: center;
    height: 100%;
}

.feature-img-box {
    display: flex;
    justify-content: center;
}

.feature-img-box i {
    background-color: #00a649;
    color: #ffffff;
    padding: 15px;
    font-size: 25px;
    border-radius: 0 25px;
}

.img-resize {
    padding: 0;
}

/*---------------------------------------------------------------------------------------------------------------------
	Products
---------------------------------------------------------------------------------------------------------------------*/

.pro-info-box h3 {
    text-align: center;
    text-transform: uppercase;
}

.sub-pro-box {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 32px;
    border-radius: 15px;
    height: 100%;
}

.hm-service-btn {
    margin-top: 22px;
}

.hm-service-btn a {
    background-color: #00a649;
    color: #fff;
    padding: 10px;
}

.service-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


/*---------------------------------------------------------------------------------------------------------------------
	Events
---------------------------------------------------------------------------------------------------------------------*/

.event-main-head h3 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.event-sub-head h4 {
    color: #0055a4;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}




/*---------------------------------------------------------------------------------------------------------------------
	Contact
---------------------------------------------------------------------------------------------------------------------*/

#mail-msg-alert {
    margin-bottom: 3rem;
}

#mail-msg-alert button.btn {
    display: table;
    margin: 0 auto;
}

#mail-msg {
    color: #fff;
}

#mail-msg:hover {
    text-decoration: none;
}

.map-wrapper {
    line-height: 0;

}

.contact-main-head-box {
    margin: 40px;
}

.contact-main-head-box h2 {
    text-align: center;
    color: #00a649;
    font-weight: 600;
}

.contact-main-head-box p {
    text-align: center;
    font-size: 20px;
}

.contact-form-wrap {
    background-color: #f3f5f4;
    padding: 30px;
}

.contact-side-wrap {
    background-color: #f3f5f4;
    padding: 40px;
}

.contact-social-list {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.contact-social-list li i {
    color: #686868;
    width: 35px;
    height: 35px;
    font-size: 23px;
    border: 1px solid #686868;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    transition: all 0.3s;
    background: #fff;
}

.address-head {
    font-weight: 700;
}

.contact-side-wrap h5 {
    color: #00a649;
    margin-bottom: 25px;
}

.contact-details-wrap {
    display: flex;
}

.contact-icon-box i {
    font-size: 25px;
    color: #00a649;
}


.contact-txt-box {
    margin-left: 20px;
}


/*---------------------------------------------------------------------------------------------------------------------
	404 page not found
---------------------------------------------------------------------------------------------------------------------*/
.page-not-found {
    display: table;
    margin: 0 auto;
    padding: 5rem 0;
    width: 50%;
    filter: drop-shadow(2px 4px 6px black);
    display: none;
}

.page-not-found-text {
    text-align: center;
    margin: 8rem 0 5rem;
}

/* oops text with fill background image */
.page-not-found-text h1 {
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 20vw;
    color: #000;
    background: url("../img/banner1.jpg") no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center;
    text-transform: capitalize;
    /*display: none; currently not visible*/
}

.page-not-found-text h6 {
    font-size: 25px;
    font-weight: bold;
}

.page-not-found-text a {
    font-weight: bold;
}

/*---------------------------------------------------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------------------------------------------------*/

.top-footer-wrapper {
    background-color: #f4f4f499;
    border-top: solid 2px #00a649;
}

.bottom-footer-wrapper {
    background-color: #071e70;
    padding: 1rem 0;
}

.footer-copyright-text {
    margin-bottom: 0;
    text-align: center;
    font-size: 0.85rem;
    color: #fff;
}

.creator-link {
    color: #39b7e6;
}

.creator-link:hover {
    color: #fff;
}


.foot-img-box {
    display: flex;
    justify-content: center;
}

.foot-img-box img {
    width: 240px;
}

.list-text {
    line-height: 33px;
    padding-left: 0;
}

.list-text li {
    color: #000000;
    font-weight: 700;
}

.list-text li a {
    color: #000;
    font-weight: 500;
}

.footer-social-list {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
}

.footer-social-list li i {
    color: #686868;
    width: 35px;
    height: 35px;
    font-size: 23px;
    border: 1px solid #686868;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    transition: all 0.3s;
    background: #fff;
}

.footer-para p {
    color: #686868;
    font-weight: 500;
}

.foot-address-head {
    color: #000000;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

.foot-icon-box i {
    text-align: center;
    font-size: 25px;
    color: #686868;
    margin-bottom: 18px;
}

.foot-info-box p a {
    color: #000;
}

.foot-info-box p {
    margin-left: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.foot-info-box {
    display: flex;
    align-items: center;
}

.bottom-footer-wrapper {
    background-color: #00a649;
    padding: 1rem 0;
}

.footer-copyright-text a {
    margin-bottom: 0;
    text-align: center;
    font-size: 0.85rem;
    color: #fff;
}

.creator-link {
    color: #ffffff;
    font-weight: 600;
}