* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #fff;
}

p {
    font-size: 15px;
    line-height: 27px;
    color: #565872;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    padding: 0;
    font-weight: bold;
    color:#363636;
}

h1 {
    font-size: 40px;
    line-height: 48px;
}

h2 {
    font-size: 40px;
    line-height: 47px;
}

h3 {
    font-size: 30px;
    line-height: 35px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

a {
    color: #0a58e7;
    display: block;
    text-decoration: none !important;
    transition: ease-in-out .3s;
}

a:hover {
    color: #EF360F;
}

.mt {
    margin-top: 80px;
}

.mb {
    margin-bottom: 80px;
}

.pt {
    padding-top: 80px;
}

.pb {
    padding-bottom: 80px;
}

.m-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.p-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #f94944;
}

.container {
    max-width: 1200px;
}
.bg-grey{
    background: #f7f9fc;
}
.bg-orange{
    background: #fff8f4;
}





/* Header Top */
.ht-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ht-left ul {
    display: flex;
    align-items: center;
}

.ht-right ul {
    display: flex;
    align-items: center;
}

.header-top {
    border-bottom: 1px solid #ededed;
    padding: 5px 0;
    background: #fff;
}

.ht-left ul li +li {
    margin-left: 25px;
}

.ht-left ul li {
    color: #565872;
    font-size: 14px;
}

.ht-left ul li a {
    color: #565872;
}

.ht-left ul li i {
    font-size: 20px;
    vertical-align: middle;
    color: #ff0000;
    margin-right: 3px;
}
.ht-right ul li+li {
    margin-left: 5px;
}

.ht-right ul li a {
    font-size: 18px;
    background: #ffffff;
    width: 28px;
    height: 28px;
    display: block;
    text-align: center;
    line-height: 28px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}
.ht-right ul li.facebook a{
    color: #1877f2;
}
.ht-right ul li.twitter a{
    color: #1da1f2;
}
.ht-right ul li.linkedin a{
    color: #0077b5;
}
.ht-right ul li.instagram a{
    color: #c13584;
}
.ht-right ul li.youtube a{
    color: #ff0000;
}
.ht-wrap ul li a:hover{
    color: #079c4d;
}
.ht-right ul li a:hover{
    color: #fff;
    background: #069c4d;
    border-color: #069c4d;
}

.ht-right {
    display: flex;
    align-items: center;
}

.language {
    margin-left: 15px;
    border-left: 1px solid #ededed;
    padding-left: 15px;
}

.language img {
    width: auto;
    margin-right: 3px;
}

.language a {
    padding: 3px 5px;
    line-height: inherit !important;
    height: inherit !important;
    width: inherit !important;
    font-size: 13px !important;
    font-weight: 600;
    color: #414356;
    background: #f1f1f1 !important;
}
.language a:hover{
    color:#414356 !important;
    border-color: #dbdbdb !important;
}
/* Header Top End */







/* Header */
.logo img {
    max-width: 300px;
}
.h-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar{
    padding: 0;
    border-right: 1px solid #ededed;
    margin-right: 25px;
    padding-right: 10px;
}
.navbar-light .navbar-nav .nav-link {
    color: #414356;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
    padding: 35px 18px;
    transition: ease-in-out .3s;
}

.navbar-light .navbar-nav .nav-link:hover {
    color:#ff0000;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
    border-radius: 0;
    min-width: 12rem;
}

.dropdown-menu a {
    padding: 13px 15px;
    transition: ease-in-out .3s;
    font-size: 15px;
    font-weight: 600;
    color: #5d5d5d;
}
.dropdown-menu a:hover{
    background: #069c4d;
    color: #fff;
}

.dropdown-menu li+li a {
    border-top: 1px solid #e0e0e0;
}
.search {
    margin-left: 30px;
}
.search::before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 30px;
    background-color: rgb(255 255 255 / 7%);
    content: '';
    z-index: -1;
}
.search-overlay.search-overlay-active.search-overlay {
    opacity: 1;
    visibility: visible;
}
.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
    transform: translateX(0);
}
.search-overlay .search-overlay-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out 0s;
}
.search-overlay .search-overlay-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(100%);
}
.search-overlay .search-overlay-layer:nth-child(2) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out 0.3s;
}
.search-overlay .search-overlay-layer:nth-child(3) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.9s ease-in-out 0.6s;
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
    opacity: 1;
    visibility: visible;
}
.search-overlay .search-overlay-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    transition: all 0.9s ease-in-out 1.5s;
    opacity: 0;
    visibility: hidden;
}
.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
    transform: rotate(45deg);
}
.search-overlay .search-overlay-close .search-overlay-close-line {
    width: 100%;
    height: 3px;
    float: left;
    margin-bottom: 5px;
    transition: all 500ms ease;
    background: white;
}
.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
    margin-top: -7px;
    transform: rotate(-45deg);
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
    opacity: 1;
    visibility: visible;
}
.search-overlay .search-overlay-form {
    transition: all 0.9s ease-in-out 1.4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    max-width: 500px;
    width: 500px;
}
.search-overlay .search-overlay-form form {
    position: relative;
}
.search-overlay .search-overlay-form form .input-search {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 30px;
    padding: 3px 70px 0 25px;
    font-size: 15px;
}
.search-overlay .search-overlay-form form .input-search:focus{
    border: none;
    outline: none;
    box-shadow: none;
}
.search-overlay .search-overlay-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    font-size: 24px;
    line-height: 50px;
    background: #069c4d;
    color: #fff;
}
.search-overlay .search-overlay-form form button i:before{
    font-size: 24px;
}
.search-box i {
    color: #414356;
    cursor: pointer;
}
.search-box i:before {
    font-size: 24px;
    font-weight: 600;
}
#header {
    box-shadow: 0px 7px 10px rgb(0 0 0 / 9%);
    position: sticky;
    top: 0;
    z-index: 1019;
    background: #fff;
}
.header-right {
    display: flex;
    align-items: center;
}
.h-contact {
    display: flex;
    align-items: center;
}

.h-contact-text span {
    font-size: 15px;
    color: #565872;
    display: block;
}

.h-contact-text {
    margin-left: 12px;
}

.h-contact-text h3 {
    margin-bottom: 0;
    font-size: 25px;
}
.bar {
    margin-left: 30px;
    cursor: pointer;
}

.bar i {
    font-size: 30px;
    color: #565872;
}
/* Header End */






/* Mobile Menu */
#mySidenav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1020;
    background: #fff;
    width: 280px;
    height: 100%;
    overflow-x: hidden;
}

.sidenav {
    margin-left: -280px;
    transition: ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
}

.sidenav.active {
    margin-left: 0;
    box-shadow: -5px 0px 15px 0 rgb(0 0 0 / 15%);
    opacity: 1;
    visibility: visible;
}

#menu1 li a {
    display: block;
    padding: 15px 20px;
    color: #4c4d4f;
    border-top: 1px solid #efefef;
    transition: ease-in-out .3s;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

#menu1 li a:hover {
    color: #ff0000;
}

.mobile-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%);
}
.mobile-logo img {
    max-width: 100px;
}

#close-btn {
    background: #069c4d;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 32px;
    font-size: 22px;
    border-radius: 100%;
}

#mySidenav::-webkit-scrollbar {
    width: 7px;
}

#mySidenav::-webkit-scrollbar-track {
    background: #fff;
    display: none;
}

#mySidenav::-webkit-scrollbar-thumb {
    background: rgb(208 208 208);
    border-radius: 10px;
}

.mobile-only {
    display: none;
}
.toggle-btn span {
    display: block;
    height: 5px;
    background:#069c4d;
    margin: 3px;
    width: 5px;
}
.toggle-wrap {
    display: flex;
}
.toggle-btn {
    display: none;
    cursor: pointer;
}
.header-mobile {
    display: none;
}
/* Mobile Menu End */






/* Slider */
.carousel-item {
    height: 550px;
    overflow: hidden;
}
.carousel-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.slider-point ul {
    display: flex;
}

.slider-point img {
    max-width: 60px;
    height: 50px;
    padding: 2%;
    width: auto;
}

.slider-point span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #414356;
    margin-top: 10px;
    transition: ease-in-out .3s;
}
.slider-point span:hover{
    color: #ff0000;
}

.slider-point ul li {
    background: #fff;
    padding: 18px 10px;
    text-align: center;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    width: 145px;
}

.slider-point ul li+li {
    margin-left: 10px;
}
.slider-point {
    position: absolute;
    bottom: 50px;
    z-index: 1;
}

.slider {
    position: relative;
}
.application-btn {
    position: fixed;
    right: -67px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1020;
}

.application-btn a {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    padding: 10px 20px;
    transform: rotate(-90deg);
    font-weight: 500;
}
/* Slider End */








/* Information */
.information {
    background: #fff;
}
.inform-wrap {
    box-shadow: 0 5px 50px 0 rgb(0 0 0 / 40%);
    padding: 25px;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 0;
    border-radius: 4px;
    min-height: 375px;
}
.info__wrap {
    min-height: 425px;
}
.inform-wrap::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    border-top: 230px solid #069c4d;
    border-right: 240px solid transparent;
    opacity: .08;
    z-index: -1;
}
.inform-wrap::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    border-bottom: 230px solid #069c4d;
    border-right: 240px solid transparent;
    opacity: .08;
    z-index: -1;
}
.information .p-0 + .p-0{
    border-left: 1px solid #f5f5f5;
}
.inform-wrap i {
    font-size: 60px;
    color: #069c4d;
}

.inform-wrap h3 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #172541;
}

.inform-wrap p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 25px;
}
/* Information End */







/* Latest Product */
.latest-product{
    background-image: url('../img/bg1.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.latest-product::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: hsl(0deg 0% 100% / 70%);
    z-index: -1;
}
.main-title {
    margin-bottom: 40px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
    position: relative;
}
.main-title::before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 30px;
    background:#ff0000;
}
.main-title::after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 30px;
    height: 3px;
    width: 30px;
    background: #069c4d;
}
.main-title h3 {
    margin-bottom: 0;
    font-size: 35px;
}
.pl-content {
    background: #fff;
    padding: 20px;
    text-align: center;
}

.pl-content h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;
}

.pl-content h3 a {
    color: #172541;
}

.main-btn a {
    background: #ff0000;
    display: inline-block;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 60px;
    font-weight: 500;
    font-size: 14px;
    transition: ease-in-out .3s;
}
button {
    border: unset;
}
.main-btn a:hover{
    background: #000;
}
.main-btn i {
    margin-left: 5px;
    font-size: 18px;
    vertical-align: middle;
}
.lp-wrap {
    border: 1px solid #e3e3e3;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
    width: 35px;
    background: #069c4d !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    border-radius: 100% !important;
    border: 4px solid #fff !important;
}
.owl-nav .owl-prev{
    left: -15px;
}
.owl-nav .owl-next{
    right: -15px;
}
.hover-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #069c4d;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out .3s;
    text-align: center;
}
.lp-wrap:hover .hover-text{
    opacity: 1;
    visibility: visible;
} 
.lp-img {
    position: relative;
    height: 250px;
    overflow: hidden;
}
.hover-text h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}

.hover-text h3 a {
    color: #fff;
}

.hover-text p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.lp-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* Latest Product End */








/* Testimonials */
.testi-content {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(209 218 235);
    padding: 25px;
    margin-bottom: 40px;
    position: relative;
}
.testi-content::before{
    width: 0px;
    height: 0px;
    content: "";
    position: absolute;
    left: 55px;
    bottom: -30px;
    border-top: 30px solid transparent;
    border-left: 30px solid #ffffff;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
}
.testi-author {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.testi-img img {
    height: 70px;
    width: 70px !important;
    object-fit: cover;
    border-radius: 100%;
}

.testi-text span {
    display: block;
    font-weight: 600;
    font-size: 18px;
}

.testi-text {
    margin-left: 20px;
}

.testi-text b {
    font-weight: normal;
    font-size: 14px;
    color: #069c4d;
}
.testimonials{
    background-image: url('../img/bg2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    background-color: #f5f8ff;
}
.testimonials .owl-dots {
    margin-top: 30px !important;
}
.testimonials .owl-theme .owl-dots .owl-dot span{
    height: 8px;
    width: 30px;
    margin:5px 5px;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span{
    background: #069c4d;
}
/* Testimonials End */





/* Cta */
.cta {
    background: #fff;
}
.cta-content {
    padding-right: 120px;
}

.cta .row {
    align-items: center;
}
.cta-content h3 {
    font-size: 35px;
    line-height: 42px;
    color: #172541;
    margin-bottom: 30px;
}

.cta-content h3 a {
    color: red;
}

.cta-content h3 span {
    color: #069c4d;
}

.cta-content p {
    font-size: 18px;
    line-height: 30px;
}

.cta-content .main-btn {
    margin-top: 35px;
}
.cta .main-btn a:last-child {
    background: #069c4d;
}
/* Cta End */








/* Activities */
.activities {
    background: #fff;
}
.act-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(6 156 77 / 94%);
    padding: 25px;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out .3s;
    border-radius: 4px;
}
.activities-wrap:hover .act-hover{
    opacity: 1;
    visibility: visible;
} 

.activities-wrap {
    position: relative;
}

.act-hover h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #fff;
}

.activities-wrap:hover .act-img h3{
    opacity: 0;
    visibility: hidden;
} 

.act-hover p {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
}

.act-hover a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline !important;
    font-size: 15px;
}

.act-hover a i {
    margin-left: 5px;
    font-size: 20px;
    vertical-align: middle;
}

.act-hover a:hover {
    color: #ff0000;
}
.act-img h3 {
    font-size: 20px;
    line-height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 15px;
    margin-bottom: 0;
    text-align: center;
    transition: ease-in-out .3s;
    background: linear-gradient(0deg, #388e3c 0%, rgba(245, 245, 245, 0) 35%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.activities-wrap::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #388e3c 0%, rgba(245, 245, 245, 0) 35%);
    border-radius: 4px;
}
.act-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.act-img {
    height: 280px;
    overflow: hidden;
    border-radius: 4px;
}

.row-list +.row-list {
    margin-top: 25px;
}
.act-videos .row-list +.row-list {
    margin-top: 20px;
}
.act-video-list iframe {
    border-radius: 4px;
}
.act-video-list +.act-video-list {
    margin-top: 20px;
}
/* Activities End */







/* Footer */
.footer {
    background: #f5f5f5;
    padding: 50px 0;
}

.footer-content img {
    width: auto;
    margin-bottom: 20px;
}

.footer-content p {
    font-size: 14px;
    line-height: 26px;
}

.footer-social {
    display: flex;
    margin-top: 25px;
}

.footer-social li a {
    height: 30px;
    width: 30px;
    display: block;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
}
.footer-social li.facebook a{
    background:#1877f2;
}
.footer-social li.twitter a{
    background: #1da1f2;
}
.footer-social li.instagram a{
    background: #c13584;
}
.footer-social li.linkedin a{
    background: #0077b5;
}
.footer-social li.youtube a{
    background: #ff0000;
}

.footer-social li+li a {
    margin-left: 10px;
}
.footer h3 {
    font-size: 20px;
    color: #172541;
    margin-bottom: 15px;
}

.footer-links ul li a {
    font-size: 14px;
    color: #565872;
    position: relative;
    padding-left: 20px;
    transition: ease-in-out .3s;
}
.footer-links ul li a:hover{
    color: #ff0000;
}

.footer-links ul li+li a {
    margin-top: 15px;
}

.footer-links ul li a::before {
    position: absolute;
    content: '\f101';
    left: 0;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 13px;
    color: #565872;
}

.footer-contact ul li {
    display: flex;
}

.footer-ct-icon {
    margin-right: 15px;
}

.footer-ct-icon i {
    font-size: 20px;
    vertical-align: middle;
}

.footer-ct-content span {
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
}

.footer-ct-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

.footer-contact ul li +li {
    margin-top: 15px;
}
.footer-logo img {max-width: 300px;}

.footer-btm-wrap {
    display: flex;
    align-items: center;
}

.fb-details ul {
    display: flex;
}

.fb-details ul li span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-bottom {
    background: #e1e1e1;
    padding: 15px 0;
}

.fb-details ul li {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #c5c5c5;
}

.fb-details ul li a {
    display: inline-block;
    color: red;
    font-weight: 500;
}
.fb-details ul li b {
    font-size: 15px;
}
.footer-content {
    padding-right: 90px;
}
.footer-ct-content a {
    color: #565872;
    font-size: 14px;
}
/* Footer End */





/* Download */
.download {
    background: #fff;
}
.download-content h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
}

.download-content h3 span {
    color: #069c4d;
}

.download-link {
    margin-top: 35px;
    display: flex;
    align-items: center;
}

.download-link a+a {
    margin-left: 15px;
}

.download-link a {
    display: block;
}
.download-inform {
    margin-top: 50px;
}

.di-wrap span {
    display: block;
    color: #565872;
    font-size: 14px;
    margin-top: 5px;
    transition: ease-in-out .3s;
}

.di-wrap {
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    transition: ease-in-out .3s;
    cursor: pointer;
}
.di-wrap:hover{
    background: #069c4d;
    border-color: #069c4d;
}
.di-wrap:hover i{
    color: #fff;
}
.di-wrap:hover span{
    color: #fff;
}
.di-wrap i {
    font-size: 40px;
    color: #069c4d;
    transition: ease-in-out .3s;
}
.download .row {
    align-items: center;
}
.download-img {
    padding-right: 30px;
}
/* Download End */






/* Scroll Top */
.go-top {
    position: fixed;
    cursor: pointer;
    transition: ease-in-out .5s;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1021;
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}
.pulse {
    z-index: 4;
    text-align: center;
    font-size: 27px;
    height: 40px;
    width: 40px;
    line-height: 44px;
    background: #069c4d;
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
    position: relative;
    z-index: 0;
}
.pulse:after {
    animation: ripple-white3 .8s linear infinite;
    background: rgb(11 155 77 / 30%);
    border-radius: 100%;
    content: '';
    height:60px;
    left:-11px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 60px;
    line-height: 60px;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: -1;
}
@keyframes ripple-white3 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4)
    }
}
/* Scroll Top End */







/* Contact Us Page */
.banner {
    background-color: #f7f7f7;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    z-index: 0;
}
.banner::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    z-index: -1;
}
.banner {
    text-align: center;
}

.banner h1 {
    color: #fff;
    margin-bottom: 0;
}

.breadcrumb {
    justify-content: center;
    margin-bottom: 0;
    margin-top: 15px;
}

.breadcrumb a {
    color: #ec1b24;
}

.breadcrumb-item.active {
    color: #e2e2e2;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #e2e2e2;
}
.contact-left {
    background: #ffffff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0px 3px 30px rgb(0 0 0 / 20%);
}

.contact-left .form-control {
    height: 50px;
    border: 1px solid #e0e0e0;
    font-size: 15px;
}

.contact-left .form-group {
    margin-bottom: 20px;
}

.contact-left textarea.form-control {
    height: 120px;
}

.contact-left .btn {
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    background: #221e5d;
    transition: ease-in-out .3s;
    margin-top: 10px;
}

.contact-left .btn:hover {
    background: #ec1b24;
}

.contact-right ul li {
    display: flex;
}

.contact-right ul li i::before {
    font-size: 40px;
    color: #069c4d;
}
.contact-content span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-content p {
    margin-bottom: 0;
}

.contact-right ul li +li {
    margin-top: 25px;
    border-top: 1px solid #efefef;
    padding-top: 25px;
}

.contact-content {
    padding-left: 25px;
}

.contact-right {
    padding-left: 30px;
}
/* Contact Us Page End */






/* Form Page */
.form-page p {
    font-size: 16px;
    margin-bottom: 30px;
}

.form-list {
    background: #f5f8ff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

.form-list h3 {
    background: #079c4d;
    color: #fff;
    padding: 10px 30px;
    font-size: 22px;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.form-list .form-control {
    height: 50px;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #e3e3e3;
}

.form-list .form-group {
    margin-bottom: 20px;
}
.form-list +.form-list {
    margin-top: 30px;
}
.form-list label {
    font-weight: 600;
    margin-bottom: 10px;
}

.form-list .btn {
    background: red;
    border: none;
    padding: 12px 30px;
    font-weight: 500;
    transition: ease-in-out .3s;
}
.form-list .btn:hover{
    background: #000;
}
.input-files .form-control{
    height: auto;
}
/* Form Page End */



.application-btn-np {
    position: fixed;
    right: -46px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1020;
}

.application-btn-np a {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    transform: rotate(
-90deg);
    font-weight: 500;
    padding: 10px 20px;
}
.general-page-wrap img {
    width: 100% !important;
}
/* Team Section */
.team-wrap {
    background: #fff;
    margin-top: 25px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
    transition: ease-in-out .3s;
    cursor: pointer;
}
.team-wrap:hover{
    box-shadow: 0px 10px 20px rgb(0 0 0 / 35%);
    transform: translateY(-5px);
}
.team-content {
    padding: 20px;
    text-align: center;
}
.team-content span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.team-content span a {
    color: #000;
}
.team-content p {
    margin-bottom: 0;
    color: #838383;
}
.team-btn{
    text-align: center;
    margin-top: 15px;
}
.team-img {
    position: relative;
    overflow: hidden;
}
.team-img:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1b508369;
    opacity: 0;
    transition: ease-in-out .3s;
}
.team-wrap:hover .team-img:before{
    opacity: 1;
}
.social-media {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    transition: ease-in-out .3s;
}
.team-wrap:hover .social-media{
    left: 0;
}
.social-media ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    padding: 10px;
}
.social-media ul li+li {
    margin-top: 10px;
}
.social-media ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
}
.social-media ul li a:hover{
    color:#079c4d;
}
.social-media ul:before {
    position: absolute;
    content: '';
    border-top: 20px solid transparent;
    border-left: 35px solid #e70303;
    top: -20px;
    left: 0;
}
.social-media ul:after {
    position: absolute;
    content: '';
    border-bottom: 20px solid transparent;
    border-left: 35px solid #e70303;
    bottom: -20px;
    left: 0;
}
.team-list h3 {
    background: #069c4d;
    color: #fff;
    margin-bottom: 0px;
    padding: 5px 15px;
    font-size: 20px;
}
.team-list +.team-list {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #e3e3e3;
}
/* Team Section End */





/* Team Details */
.team-deatils .team-wrap {
    margin-top: 0;
    padding: 10px;
    border-radius: 4px;
    margin-right: 30px;
}

.team-deatils .team-img img {
}

.team-details-content h3 {
    margin-bottom: 15px;
}

.team-details-content span {
    display: inline-block;
    background: #079c4d;
    color: #fff;
    padding: 3px 15px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
}

.team-details-content p {
    margin-top: 20px;
}

.team-details-content ul li+li {
    margin-top: 25px;
}

.team-details-content ul li i {
    font-size: 25px;
    height: 60px;
    width: 60px;
    line-height: 56px;
    text-align: center;
    background: white;
    color: #f00;
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    vertical-align: middle;
    border: 2px solid #e7e7e7;
}

.team-details-content ul li b {
    margin-left: 15px;
    font-weight: 600;
}

.team-details-content ul {
    margin-top: 30px;
}
/* Team Details End */





/* About Us */
.general-page-wrap h3 {
    margin-bottom: 15px;
}

.about-page-img {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* About Us End */







/* Gallery Page */
.album-wrap span {
    display: block;
    margin-top: 15px;
    color: #172541;
    font-weight: 600;
}

.album-wrap span p {
    margin-bottom: 0;
}

.album-wrap p {
    margin-bottom: 0;
    font-size: 14px;
    color: #787878;
}

.album-wrap {
    margin-bottom: 25px;
}
.album-wrap img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.gallery-page.mb {
    margin-bottom: 55px;
}
/* Gallery Page End */






/* Gallery Details Page End */
.gallery-details-wrap img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: ease-in-out .5s;
}
.gallery-details-wrap li a:hover img{
    transform: scale(1.10);
}
.gallery-details-wrap span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: rgba(0,0,0,0) linear-gradient(to bottom, 
        rgba(5,5,5,0) 0, 
        rgba(0,0,0,0) 0, 
        rgba(71,71,71,0) 0,
        rgba(102,102,102,0) 0, 
        rgba(28,28,28,0) 0,
        rgba(20,20,20,.59) 32%, 
        rgba(13,13,13,1) 62%, 
        rgba(3,3,3,1) 100%) repeat scroll 0 0;
}

.gallery-details-wrap li a {
    position: relative;
    display: block;
    overflow: hidden;
}
.gallery-details-wrap li {
    margin-bottom: 30px;
}
.gallery-details.mb {
    margin-bottom: 50px;
}
#lightgallery {
    margin-right: 0;
    margin-left: 0;
}
.h-gallery {
    background: #ffffff;
}
.h-gallery .album-wrap{
    margin-bottom: 0;
    text-align: center;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
}
.h-gallery .album-wrap p{
    margin-bottom: 10px;
}
.h-gallery .main-title1:before {
    background: #fff;
}
.g-img{
    overflow: hidden;
}
.g-img img{
    transition: ease-in-out .3s;
}
.album-wrap:hover .g-img img {
    transform: scale(1.15);
}
#h-gallery .item {
    padding: 10px 0;
}
/* Gallery Details Page End */






/* Single Page */
.single-page-main h3 {
    font-size: 36px;
    line-height: 1.3;
    color: #172541;
}

.single-page-main ul {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.single-page-main ul li i {
    font-size: 25px;
    color: #069c4d;
    margin-right: 5px;
    vertical-align: middle;
}

.single-page-main ul li {
    font-size: 15px;
    color: #6a6a6a;
}

.single-page-main ul li +li {
    margin-left: 30px;
}

.single-page-img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-sidebar-wrap {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}

.single-sidebar-wrap h3 {
    background: #079c4d;
    color: #fff;
    padding: 10px 20px;
    font-size: 22px;
    margin-bottom: 10px;
}
.single-sidebar-wrap ul li {
    display: flex;
    padding: 20px;
}

.single-sidebar-img {
    flex: 2;
    height: 90px;
    overflow: hidden;
}

.single-sidebar-content {
    flex: 5;
    margin-left: 20px;
}

.single-sidebar-img a {
    height: 100%;
    width: 100%;
}

.single-sidebar-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-sidebar-content h4 {
    margin-bottom: 0;
}

.single-sidebar-content h4 a {
    color: #172541;
}
.single-sidebar-content h4 a:hover{
    color: #069c4d;
}

.single-sidebar-content span {
    display: block;
    margin-top: 5px;
    font-size: 15px;
    color: #7c7c7c;
    font-weight: 500;
}
.single-sidebar-wrap ul li+li{
    border-top: 1px solid #e5e5e5;
}
.single-page-sidebar {
    padding-left: 20px;
    position: sticky;
    top: 115px;
    z-index: 980;
}
header#header .language {
    display: none;
}

header.active .language {
    display: block !important;
}
.footer-logo {
    margin-left: 50px;
}
section.form-page.mt.mb p a {
    display: unset;
}
.services-details-desc {
    margin-top: 20px;
}

.services-details-desc h1 {
    font-size: 30px;
    line-height: 40px;
}

.services-details-image {
    margin-bottom: 20px;
}

.services-details-information {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 5px 5px #888888;
}

ul.services-list {
    padding: 5px;
}

.services-contact-info {
    padding: 5px;
}

.services-contact-info h3 {
    font-size: 20px;
}

.services-contact-info ul li a {
    font-size: 14px;
    margin-left: 10px;
}

.services-contact-info ul li {
    display: inline-flex;
}
/* Single Page End */




/* Skip Ads */
.only-mobile {
    display: none;
}

.skip-ads {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: white;
    padding: 10px 0;
    overflow-y: auto;
    margin-bottom: 10px;
}
.skip-ads::-webkit-scrollbar {
  width: 1em;
}
 
.skip-ads::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  display:none;
}
 
.skip-ads::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  display:none;
}
.skip-ads-wrap {
    height: 100vh;
    position: relative;
    max-width: 850px;
    margin: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.skip-ads-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.skip-ads-head img {
    width: auto;
    height:50px;
}

.skip-ads-head .btn {
    background:#ff0000;
    border: none;
    padding: 5px 15px;
    border-radius: 3px;
    font-weight: 500;
    font-size:14px;
}
.skip-ads-head .btn:focus{
    outline: none !important;
    box-shadow: none !important;
    background:var(--secondary-color) !important;
}
.skip-ads.active {
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out .5s;
}
/* Skip Ads End */




