/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
} 
::-webkit-scrollbar-track {
    background: #e7e7e7;
}
::-webkit-scrollbar-thumb {
    background: #d1d3d5;
    border: 0;
}

/* Placeholder */
::-webkit-input-placeholder {
    color: #71737f !important;
}
::-moz-placeholder {
    color: #71737f !important;
}
:-ms-input-placeholder {
    color: #71737f !important;
}
:-moz-placeholder {
    color: #71737f !important;
}

html, body {
    margin: 0;
    height: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    font-family: 'Nunito Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
}
p, li, ul, span, input {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    list-style: none;
    line-height: 26px;
    font-family: 'Nunito Sans', sans-serif;
}
a {
    color: inherit;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    text-decoration: none !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover, a:focus, a:active {
    color: #ffd110;
    outline: none !important;
    text-decoration: none !important;
}
submit, buttom, label, input {
    font-weight: 400;
    text-decoration: none!important;
    font-family: 'Nunito Sans', sans-serif;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}
img {
    max-width: 100%;
}
.clear {
    clear: both;
}

/* Buttons Styles Start */
.btn {
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    min-width: 155px;
    font-weight: 600;
    line-height: 16px;
    padding: 16px 20px;
    background: #54c22f;
    display: inline-block;
    outline: none !important;
    text-transform: uppercase;
    border: 1px solid #54c22f;
    letter-spacing: 0 !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.btn i {
    margin-right: 4px;
}
.btn:focus, 
.btn:hover, 
.btn:active, 
.btn:active:focus,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background: #ef1717;
    border: 1px solid #ef1717;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.tp-mask-wrap .rev-btn {
    min-width: 155px !important;
    padding: 17px 20px !important;
    padding-bottom: 19px !important;
}
.tp-mask-wrap .rev-btn i {
    margin-right: 4px;
}
.tp-mask-wrap .rev-btn:focus, 
.tp-mask-wrap .rev-btn:hover, 
.tp-mask-wrap .rev-btn:active {
    color: #54c22f !important;
    background: #fff !important;
    border: 1px solid #fff !important;
}

.form-group {
    margin-bottom: 10px;
}
label {
    color: #000;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 8px;
}
.form-control {
    color: #000;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 15px;
    padding-bottom: 8px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.form-control:focus {
    border-color: #e0e0e0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
textarea.form-control { 
    resize: none;
    min-height: 155px;
}

header {
    top: 0;
    width: 100%;
    z-index: 55;
    height: 98px;
    padding: 10px 0;
    background: rgb(84 194 47 / 80%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
header .container,
header .row {
    height: 100%;
}
header .d-flex {
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
header .navbar {
    padding: 0;
    position: relative;
    width: calc(100% - 290px);
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; 
}
header .navbar-expand-lg .navbar-collapse {
    flex-grow: inherit;
}
header .navbar-brand {
    margin: 0;
    padding: 0;
}
header .navbar-nav .dropdown-menu {
    position: absolute;
    left: 15px;
}
header .navbar .navbar-nav .nav-item {
    margin-left: 1px;
    position: relative;
}
header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
    height: 100%;
    display: flex;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    background: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
header .navbar .navbar-nav .nav-item .nav-link:hover,
header .navbar .navbar-nav .nav-item.active .nav-link {
    color: #ffd110;
}
header .navbar .navbar-nav .nav-item.active .nav-link {
    font-weight: 700;
}
header .dropdown-item {
    color: #000;
    padding: 5px 15px;
}
header .dropdown-item:focus, 
header .dropdown-item:hover {
    color: #fff;
    background-color: #ef1717;
}
header .navbar-brand img {
    width: 126px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.chat-info {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.chat-info img {
    margin-right: 15px;
}
.chat-info h6 {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.chat-info h3 {
    font-size: 20px;
    font-weight: 700;
}

header.fixedHeader {
    left: 0;
    width: 100%;
    z-index: 55;
    height: 56px;
    padding: 6px 0;
    background: #ef1717;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    -moz-box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
}
header.fixedHeader .navbar-brand img {
    width: 70px;
} 
header.fixedHeader .navbar .navbar-nav .nav-item .nav-link {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
header.fixedHeader .navbar .navbar-nav .nav-item .nav-link:hover,
header.fixedHeader .navbar .navbar-nav .nav-item.active .nav-link {
    color: #ffd110;
}
header .navbar .navbar-nav .nav-item.active .nav-link::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ffd110;
    position: absolute;
    bottom: 0;
    left: 0;
}
header .navbar .navbar-nav .nav-item .dropdown-toggle::after,
header .navbar .navbar-nav .nav-item.dropdown-toggle.active .nav-link::after {
    left: auto;
    width: auto;
    bottom: auto;
    border-bottom: 0;
    position: relative;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    background: transparent;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
header .navbar .navbar-nav .nav-item .dropdown-toggle::after {
    left: auto !important;
    bottom: auto !important;
    width: auto !important;
    position: relative !important;
    background: transparent !important;
}
header .icon-bar {
    position: absolute;
    left: 10px;
    width: 25px;
    height: 2px;
    display: block;
    margin-bottom: 5px;
    background-color: #f10b00;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
header .navbar-toggler {
    border: none;
    background: #ffd110 !important; 
}
header .navbar-toggler .top-bar {
    top: 10px;
    left: 14px;
    transform: rotate(45deg);
    transform-origin: 10% 10%; 
}
header .navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0); 
}
header .navbar-toggler .bottom-bar {
    top: 24px;
    left: 14px;
    margin-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: 10% 90%; 
}
header .navbar-toggler.collapsed .top-bar {
    left: 10px;
    transform: rotate(0deg); 
}
header .navbar-toggler.collapsed .middle-bar {
    top: 18px;
    opacity: 1;
    filter: alpha(opacity=100); 
}
header .navbar-toggler.collapsed .bottom-bar {
    top: 25px;
    left: 10px;
    transform: rotate(0deg); 
}
header.fixedHeader .navbar {
    z-index: 155;
    align-items: baseline;
}

.wrapper {
    float: left;
    width: 100%;
    padding: 80px 0;
    position: relative;
}
.slide-heading {
    text-transform: none;
}
.rev_slider .tp-mask-wrap .tp-splitted.tp-linesplit {
    display: inline-block !important;
}
.rev_slider .tp-mask-wrap .slide-heading .tp-splitted.tp-linesplit:first-child {
    margin-right: 10px;
}
.rev_slider .tp-mask-wrap .slide-heading .tp-splitted.tp-linesplit:nth-child(2) {
    color: #ffd110 !important;
}
.tparrows {
    top: 57% !important;
    background: #ef1717;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.tparrows:hover {
    background: #ef1717;
}
.img-card img {
    width: 100%;
}
.data-card h3 {
    font-size: 45px;
    color: #54c22f;
    font-weight: 800;
    margin-bottom: 0;
    text-transform: uppercase;
}
.data-card h3 span {
    color: #ef1717;
    font-weight: 800;
}
.data-card h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.data-card p {
    margin-bottom: 35px;
}
.mb-d-block {
    display: none;
}
.main-content-wrapper {
    background: #f6f7f9;
}
.main-content-wrapper .common-header {
    padding: 80px 0;
}
.common-header h3 {
    color: #000;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.common-header h3 span {
    color: #349513;
    font-weight: 800;
}
.common-header h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Nunito Sans', sans-serif;
}
.common-header p + p {
    margin-top: 20px;
}
.common-header a {
    margin-top: 25px;
}
.gallery-wrapper .common-header {
    width: 100%;
    text-align: center;
}
.gallery-wrapper .common-header h4 {
    margin-bottom: 30px;
}
.gallery-card img + img {
    margin-top: 30px;
}
.gallery-card-btn {
    width: 100%;
    padding-top: 50px;
    text-align: center;
}

footer {
    float: left;
    width: 100%;
    color: #fff;
    padding: 80px 0;
    position: relative;
    padding-bottom: 30px;
    background: #349513 url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
}
footer.footer-change {
    background: #349513 url(../images/footer-bg-1.jpg) no-repeat;
    background-size: cover;
}
footer .footer-video {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
footer .footer-video::before {
    content: '';
    background: rgb(84 194 47 / 43%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
footer .footer-video iframe {
    width: 100%;
    height: 100%;
    min-width: 100%; 
    min-height: 100%; 
    object-fit: cover;
}
footer .container {
    z-index: 15;
    position: relative;
}
footer .d-flex {
    flex-direction: column;
}
footer a {
    font-weight: 600;
}
footer h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}
footer h3 span {
    color: #ffd110;
    font-weight: 800;
}
footer a:hover,
footer a:focus {
    color: #ffd110;
}
footer ul li + li {
    margin-top: 5px;
}
.footer-about p {
    font-weight: 600;
    padding-right: 15px;
}
.contact-card {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact-card i {
    font-size: 16px;
    color: #ffd110;
    margin-right: 15px;
    vertical-align: inherit;
}
.contact-card a,
.contact-card p {
    line-height: 24px;
}
.contact-card.contact-card-address {
    align-items: flex-start;
}
.contact-card-address .icon-card {
    margin-top: 2px;
}
.social-link ul {
    display: flex;
    align-items: center;
}
.social-link ul li,
.social-link ul li + li {
    margin: 0;
}
.social-link ul li + li {
    margin-left: 15px;
}
.social-link ul li a {
    font-size: 15px;
    color: #ffd110;
}
.social-link ul li a:hover,
.social-link ul li a:focus {
    color: #fff;
}
.copy-right p {
    font-weight: 600;
    text-align: center;
}
span.web-link,
.copy-right p a {
    color: #ffd110;
    font-weight: 600;
}
footer .d-flex.copy-right {
    width: 100%;
    margin-top: 40px;
    padding-top: 25px;
    align-items: center;
    flex-direction: initial;
    justify-content: space-between;
    border-top: 1px solid rgb(255 255 255 / 35%);
}
.inner-banner {
    padding: 0;
    height: 404px;
    background: #54c22f url('../images/inner-banner.jpg') no-repeat;
    background-size: cover;
}
.inner-banner .d-flex {
    height: 404px;
    padding-top: 63px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.inner-banner .d-flex h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
}
.inner-banner .d-flex h1 span {
    color: #ffd110;
    font-weight: 800;
}
.inner-banner .d-flex h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
}
.about-service-wrapper .img-card img {
    width: 100px;
    min-width: 100px;
}
.about-service-wrapper .data-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.about-service-wrapper .data-card p {
    padding-right: 0;
    margin-bottom: 0;
}
.contact-data {
    padding: 0;
    background: #fff;
    border-top: 4px solid #ffd110;
}
.map-wrapper,
.map-wrapper iframe {
    float: left;
    width: 100%;
    height: 540px;
}
.map-wrapper iframe {
    border: none;
}
.home-contact-card {
    float: left;
    width: 100%;
    height: 100%;
    color: #000;
    display: flex;
    padding-left: 50px;
    position: relative;
    background: #fff;
    flex-direction: column;
    justify-content: center;
}
.home-contact-card h3 {
    font-size: 30px;
    font-weight: 800;
    color: #ef1717;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.home-contact-card h3 span {
    color: #349513;
    font-weight: 800;
}
.home-contact-card .cn-card {
    display: flex;
    margin-bottom: 30px;
}
.home-contact-card .cn-card:last-child {
    margin-bottom: 0;
}
.home-contact-card h5 {
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.home-contact-card h5 span {
    color: #349513;
    font-weight: 700;
}
.home-contact-card p {
    margin: 0;
    font-weight: 600;
}
.home-contact-card p + p {
    margin-top: 5px;
}
.cn-card.cn-ph-card {
    align-items: center;
}
.home-contact-card .icon-card {
    margin-right: 30px;
}
.home-contact-card .icon-card i {
    font-size: 36px;
    color: #349513;
}
.get-in-touch {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
}
.get-in-touch .contact-form {
    width: 100%;
    padding-top: 50px;
}
.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}
.contact-form .input-text {
    width: 100%;
    height: 36px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    border-width: 0 0 2px 0;
    border-color: #ffd110;
}
.contact-form .input-text:focus {
    outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    transform: translateY(-24px);
}
.contact-form .label {
    position: absolute;
    left: 11px;
    bottom: 7px;
    cursor: text;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.contact-form .btn {
    margin: 0 auto;
}
.start-btn {
    margin-top: 10px !important;
}
.mandatory {
    color: #f00;
    font-size: 14px;
    font-weight: 600;
    margin-left: 4px;
    margin-right: 2px;
}
.mandatory-li {
    padding-top: 25px;
}
.mandatory-li .mandatory {
    font-size: 16px;
    vertical-align: middle;
}
.form-wrapper .common-header {
    text-align: center;
}
.inner-service-wrapper {
    background: #fff;
}
.inner-service-wrapper .common-header {
    padding: 0;
}
.inner-service-wrapper .col-lg-7 .d-flex {
    height: 100%;
    padding-right: 40px;
    align-items: center;
}
.inner-service-wrapper .col-lg-5 + .col-lg-7 .d-flex {
    padding-right: 0;
    padding-left: 40px;
}
.inner-gallery {
    padding: 0;
}
.grid {
    margin: 0;
    padding: 0;
    width: 100%;
}
.grid-item {
    margin: 0;
    float: left;
    width: 14.28%;
    overflow: hidden;
    position: relative;
}
.grid-item .content-overlay {
    background: rgba(239, 23, 23, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}  
.grid-item:hover .content-overlay {
    opacity: 1;
}
.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.grid-item:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}
.grid-item .content-details img {
    margin: 0 auto;
}
.grid-item a,
.grid-item img {
    display: block;
    max-width: 100%;
    cursor: pointer;
}
.grid:after {
    content: '';
    clear: both;
    display: block;
}
#galleryModal .modal-dialog {
    margin: 0 auto;
    max-width: 700px;
}
#galleryModal .modal-content {
    border-radius: 0;
}
#galleryModal .modal-header {
    padding: 0;
    border: none;
    border-radius: 0;
}
#galleryModal .close {
    color: #fff;
    z-index: 15;
    height: 30px;
    border: none;
    padding: 4px 0;
    font-size: 26px;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 5px;
}
#galleryModal .close span {
    line-height: 1;
    vertical-align: super;
}
#galleryModal .modal-body {
    padding: 2px;
    border-radius: 0;
}
#galleryModal .carousel-control-next-icon, 
#galleryModal .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}
#galleryModal .carousel-control-next, 
#galleryModal .carousel-control-prev,
.modal-backdrop.show {
    opacity: .75;
}
#galleryModal .carousel-control-next:focus, 
#galleryModal .carousel-control-next:hover, 
#galleryModal .carousel-control-prev:focus, 
#galleryModal .carousel-control-prev:hover {
    opacity: 1;
}
.fadeIn-top {
    top: 20%;
}
.about-wrapper {
    z-index: 1;
    text-align: center;
}
.product-wrapper {
    padding: 100px 0;
    background: #f2f2f2;
}
.product-wrapper.main-prod-wrapper {
    background: #fff;
}
.product-wrapper .d-flex,
.product-wrapper .d-flex .img-card {
    width: 100%;
}
.product-wrapper .data-card h3 {
    margin-bottom: 15px;
}
.product-wrapper .d-flex {
    height: 100%;
    align-items: center;
}
.pres-data {
    flex-wrap: wrap;
    padding-top: 80px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.pres-data h6 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
}
.top-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: url('../images/bg-top.png') repeat-x;
}
.bottom-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: url('../images/bg-bottom.png') repeat-x;
}
.vision-wrapper .pres-data {
    padding-top: 0;
}
.vision-wrapper .pres-data p {
    width: 92%;
    margin-top: 15px;
    text-align: center;
}
.vision-wrapper .pres-data h6 {
    font-size: 20px;
    font-weight: 700;
}
img.about-bg-img-left,
img.about-bg-img-right {
    position: absolute;
    top: 50px;
}
img.about-bg-img-left {
    left: 0;
}
img.about-bg-img-right {
    right: 0;
}
.inner-wrapper .data-card h3 {
    font-size: 40px;
}
.inner-wrapper .data-card p {
    margin-bottom: 25px;
}
.inner-wrapper .data-card p:last-child {
    margin-bottom: 0;
}
.inner-wrapper .img-card img {
    margin-top: 10px;
}
.vision-wrapper .data-card h3 {
    text-align: center;
    margin-bottom: 40px;
}
.pres-data ul {
    margin-top: 15px;
    padding-left: 30px;
}
.pres-data ul li {
    position: relative;
}
.pres-data ul li + li {
    margin-top: 15px;
}
.pres-data ul li::before {
    color: #54c22f;
    content: "\f067";
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: -22px;
    top: 1px;
}
.data-card h3.mb-20 {
    margin-bottom: 20px;
}
.data-card p a {
    color: #349513;
    font-weight: 600;
}
.data-card.cert-data-card {
    width: 100%;
}
.data-card.cert-data-card h5 {
    margin-bottom: 0;
}
.data-card.cert-data-card h5 span {
    font-weight: 800;
}
.product-wrapper .d-flex .img-card.iso-card {
    width: auto;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.d-flex.haccp-card {
    align-items: center;
    flex-direction: column;
}
.d-flex.haccp-card img {
    margin-bottom: 35px;
}
.d-flex.haccp-card h3 {
    margin-bottom: 20px;
}
.contact-form .form-field.text-center {
    margin-bottom: 0;
}
.main-prod-wrapper .d-flex {
    height: 100%;
    align-items: center;
}
.main-prod-wrapper h6 {
    margin: 7px 0;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}
.preperation-card {
    padding: 15px;
    background: #f4f8fb;
    border: 1px solid #d7dee5;
}
.preperation-card h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}
.preperation-card p {
    font-size: 14px;
    line-height: 24px;
}
.info-wrapper .d-flex {
    height: 100%;
    padding: 25px;
    flex-direction: column;
    border: 1px solid transparent;
    border-left-width: 5px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    -moz-box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
}
.info-wrapper .d-flex h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 7px;
}
.info-wrapper .regular-info-card {
    border-left-color: #349513;
}
.info-wrapper .regular-info-card h4 {
    color: #349513;
}
.info-wrapper .instant-info-card {
    border-left-color: #ffd110;
}
.info-wrapper .instant-info-card h4 {
    color: #ffd110;
}
.inner-wrapper.info-wrapper {
    padding-top: 0;
}
p.para-subhead {
    color: #ef1717;
    font-weight: 800;
    text-transform: uppercase;
}
.gipht-wrapper {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.gipht-wrapper iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.gipht-wrapper img {
    width: 100%;
    height: 100%;
}
.gipht-wrapper::before {
    content: '';
    background: rgb(84 194 47 / 60%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.contact-data-top {
    border-top: none;
    padding-top: 50px;
}

/* CSS Hack Only For Firefox */
@-moz-document url-prefix() { 
}

/* CSS Hack Only foe IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
}

/* Media Queries */
@media (max-width: 1299.98px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 10px 12px;
    }
}

@media (max-width: 1199.98px) {
    header .navbar {
        width: calc(100% - 218px);
    }
    header .navbar .navbar-nav .nav-item .nav-link {
        font-weight: 500;
        padding: 10px 7px;
    }
    div#rev_slider_11_1_forcefullwidth, #rev_slider_11_1_wrapper {
        height: 650px !important;
    }
    .chat-info h3 {
        font-size: 18px;
    }
    .main-content-wrapper .d-flex {
        height: 100%;
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    header {
        z-index: 55;
    }
    header .navbar-collapse {
        background: #54c22f;
        position: fixed;
        width: 100%;
        top: 98px;
        right: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    header.fixedHeader .navbar-collapse {
        top: 56px;
    }
    header .dropdown-menu {
        background-color: #fff;
    }
    header .dropdown-menu .dropdown-item + .dropdown-item {
        border-top: 1px solid #fff;
    }
    header .navbar-nav {
        margin: 0;
        padding: 0;
    }
    header .navbar {
        width: 100%;
        justify-content: flex-start; 
    }
    header .navbar .navbar-nav .nav-item {
        margin-left: 0;
        padding: 0;
        margin: 0;
    }
    header .navbar .navbar-nav .nav-item .nav-link,
    header.fixedHeader .navbar .navbar-nav .nav-item .nav-link {
        height: 35px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-align: right;
        padding: 10px 20px;
        background: #54c22f;
        border-color: #54c22f;
        justify-content: flex-end;
    }
    header .navbar .navbar-nav .nav-item .nav-link:hover, 
    header .navbar .navbar-nav .nav-item.active .nav-link,
    header.fixedHeader .navbar .navbar-nav .nav-item .nav-link:hover, 
    header.fixedHeader .navbar .navbar-nav .nav-item.active .nav-link {
        color: #ffd110;
    }
    header .navbar .dropdown-item {
        text-align: right;
    }
    header .navbar-nav .dropdown-menu {
        position: relative;
        border-radius: 0;
        margin: 0 15px;
        border: none;
        left: 0;
    }
    header .navbar .navbar-nav .nav-item.active .nav-link::after {
        display: none;
    }
    header .navbar-toggler {
        position: absolute;
        right: 0;
        top: 44px;
        width: 45px;
        height: 36px;
        padding: 10px;
        background: #ffd110;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        outline: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    div#rev_slider_11_1_forcefullwidth, #rev_slider_11_1_wrapper {
        height: 500px !important;
    }
    .chat-info {
        position: absolute;
        right: 10px;
        top: 0;
    }
    .chat-info h3 {
        font-size: 16px;
    }
    header.fixedHeader .chat-info {
        position: absolute;
        right: 75px;
        top: 5px;
    }
    header.fixedHeader .navbar-toggler {
        top: 4px;
    }
    header .navbar-toggler:focus {
        outline: none !important;
    }
    .rev_slider .tp-mask-wrap .slide-heading .tp-splitted.tp-linesplit:nth-child(2) {
        margin-right: 10px;
    }
    .rev_slider .tp-mask-wrap .tp-splitted.tp-linesplit {
        text-align: center !important;
    }
    footer {
        padding: 50px 0;
        padding-bottom: 30px;
    }
    .mb-d-none {
        display: none;
    }
    .mb-d-block {
        display: block;
    }
    .service-wrapper .col-lg-6 + .col-lg-6 {
        margin-top: 50px;
    }
    .main-content-wrapper .d-flex,
    .main-content-wrapper .d-flex .common-img {
        width: 100%;
    }
    .main-content-wrapper img {
        width: 100%;
        min-width: 100%;
        margin-bottom: 80px;
    }
    .gallery-card img + img {
        margin-top: 18px;
    }
    footer .d-flex {
        margin-bottom: 50px;
    }
    footer .footer-touch,
    footer .copy-right {
        margin-bottom: 0;
    }
    .copy-right p {
        margin-top: 0;
    }
    .home-contact-card {
        padding: 50px 25px;
    }
    .map-wrapper, 
    .map-wrapper iframe {
        height: 340px;
    }
    .inner-service-wrapper .col-lg-7 .d-flex {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .inner-service-wrapper .col-lg-5 + .col-lg-7 .d-flex {
        padding-left: 0;
    }
    .inner-service-wrapper + .inner-service-wrapper {
        padding-top: 0;
    }
    .inner-service-wrapper img {
        margin-bottom: 0;
    }
    .data-card h3 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    img.about-bg-img-left, 
    img.about-bg-img-right {
        top: auto;
        bottom: 0;
        height: 210px;
    }
    .vision-wrapper .pres-data p {
        width: 96%;
        line-height: 25px;
    }
    footer .d-flex.social-link {
        margin-bottom: 0;
    }
    header .navbar .navbar-nav .nav-item .dropdown-toggle::after,
    header .navbar .navbar-nav .nav-item.dropdown-toggle.active .nav-link::after {
        left: auto;
        width: auto;
        bottom: auto;
        border-bottom: 0;
        position: relative;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        border-top: 0.3em solid;
        background: transparent;
        display: inline-block !important;
        border-right: 0.3em solid transparent;
        border-left: 0.3em solid transparent;
    }
    header .navbar .navbar-nav .nav-item .dropdown-toggle::after {
        left: auto !important;
        bottom: auto !important;
        width: auto !important;
        position: relative !important;
        display: inline-block !important;
        background: transparent !important;
    }
    .contact-sweets .row {
        flex-direction: column-reverse;
    }
    .grid-item {
        width: 33.333%;
    }
}

@media (max-width: 767.98px) {
    header .navbar-toggler {
        right: 0;
    }
    div#rev_slider_11_1_forcefullwidth, #rev_slider_11_1_wrapper {
        height: 340px !important;
    }
    .wrapper {
        padding: 50px 0;
    }
    .service-wrapper .d-flex {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .img-card img {
        margin: 0;
        margin-bottom: 40px;
    }
    .data-card {
        text-align: center;
    }
    .main-content-wrapper .common-header {
        padding: 50px 0;
        text-align: center;
    }
    .main-content-wrapper img {
        margin-bottom: 50px;
    }
    .gallery-card img + img {
        margin-top: 13px;
    }
    footer h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .data-card p,
    .footer-about p {
        padding-right: 0;
    }
    .about-service-wrapper .data-card {
        align-items: center;
    }
    .inner-banner,
    .contact-data {
        padding: 0;
    }
    .inner-banner,
    .inner-banner .d-flex {
        height: 250px;
    }
    .inner-banner .d-flex {
        padding-top: 73px;
    }
    .inner-banner .d-flex h1 {
        font-size: 36px;
    }
    .inner-banner .d-flex h4 {
        font-size: 16px;
    }
    .map-card {
        height: 250px;
    }
    .map-wrapper, 
    .map-wrapper iframe {
        height: 200px;
    }
    .get-in-touch .contact-form {
        padding-top: 10px;
    }
    .home-contact-card p {
        text-align: left;
    }
    .home-contact-card h3 {
        font-size: 26px;
    }
    .inner-service-wrapper {
        padding-bottom: 0;
    }
    .inner-service-wrapper .common-header {
        padding: 0;
    }
    #galleryModal .modal-dialog {
        max-width: 400px;
    }
    img.about-bg-img-left, 
    img.about-bg-img-right {
        display: none;
    }
    .vision-wrapper .pres-data {
        padding-top: 50px;
    }
    .wrapper.product-wrapper {
        padding-bottom: 80px;
    }
    .wrapper.inner-gallery {
        padding: 0;
    }
    .pres-data {
        padding-top: 50px;
    }
    .inner-wrapper .data-card h3 {
        font-size: 30px;
    }
    footer .d-flex.copy-right {
        flex-direction: column;
    }
    .copy-right p {
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    header .navbar-toggler {
        top: 24px;
    }
    div#rev_slider_11_1_forcefullwidth, #rev_slider_11_1_wrapper {
        height: 300px !important;
    }
    .chat-info {
        display: none;
    }
    .tp-mask-wrap .rev-btn {
        font-size: 14px !important;
        min-width: 135px !important;
        padding: 14px 15px !important;
        padding-bottom: 16px !important;
    }
    .tparrows {
        top: 65% !important;
    }
    .tp-leftarrow.tparrows {
        left: -25px !important;
    }
    .tp-rightarrow.tparrows {
        left: auto !important;
        right: -65px !important;
    }
    .gallery-card img {
        margin-bottom: 15px;
    }
    .gallery-card img + img {
        margin-top: 0;
    }
    .gallery-card-btn {
        padding-top: 30px;
    }
    footer {
        padding-bottom: 20px;
    }
    footer .d-flex {
        margin-bottom: 30px;
    }
    footer .footer-touch,
    footer .copy-right {
        margin-bottom: 0;
    }
    .copy-right p {
        margin-top: 0;
    }
    .copy-right p {
        padding-top: 25px;
    }
    .contact-data {
        padding: 0;
    }
    .map-wrapper, 
    .map-wrapper iframe {
        height: 250px;
    }
    #galleryModal .modal-dialog {
        max-width: 94%;
    }
    .grid-item {
        width: 100%;
    }
    footer .d-flex.copy-right {
        padding-top: 0;
        margin-top: 15px;
        flex-direction: column;
    }
    footer .d-flex.social-link {
        margin-top: 10px;
    }
}

@media (max-width: 339.98px) {
    .grid-item {
        width: 100%;
    }
}