/*!
Theme Name: TrionicFoods
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trionicfoods
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TrionicFoods is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */




@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

em {
    font-style: normal;
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
    overflow-x: hidden !important;
}

/*
        Typography
*/
div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Urbanist", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

h2 {
    font-size: 42px;
    font-weight: 400;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px 0;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: .3px;
}

p span,
p strong {
    font-weight: bold;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

/*navigationBar*/
.navigationBar {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 100px;
    background: #ffffff;
    padding: 0;
}

/* .navigationBar:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/navigBg.png) no-repeat;
    background-size: 100% 100%;
    height: 64%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.85;
} */

.containerWrapper {
    display: block;
    position: relative;
    padding: 0px 35px;

}

.containerWrapper:after {
    content: '';
    display: block;
    clear: both;
}

/*navigationBarContent*/
.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 0px;
    height: auto;
    padding: 0;
    position: relative;
    top: -10px;
    left: 70px;
    transition: all 300ms;
}

.navbarbrandfixed {
    visibility: hidden;
    opacity: 0;
}

/* .navbar-brand img {
    height: 50px;
    position: relative;
    top: 15px;
    left: 70px;
} */
.navbar-brand img {
    height: 90px;
    position: relative;
    top: 17px;
    left: 0px;
    border-radius: 17px;
}
.navbar-nav {
    margin-top: 27px;
}

/* .navbar-nav {
    margin-top: 7px;
    position: relative;
    top: 18px;
} */

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/*navbar-collapse*/
.navbar-collapse>ul>li {
    margin: 0 1px;
    color: #000;
    height: 40px;
    padding: 0;
    position: relative;
    transition: all 300ms;
    transform-style: preserve-3d;
    perspective: 800px;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 15px;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 300ms;
    letter-spacing: 1px;
}

/* .navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #7AC470;
    color: #fff;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
} */

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    /*background: #7AC470 !important;
    color: #fff !important;*/
    background: transparent !important;
    color: #7AC470 !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/
.navbar-collapse>ul>li>ul {
    display: block;
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 20px;
    margin: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 8px 15px;
    color: #222;
    font-size: 16px;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #7AC470;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

/*double dropdown*/
.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    height: auto;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #7AC470;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

/*navigationBar fixed*/
.navigationBarFixed {
    position: fixed;
    height: 70px;
    border-bottom: none;
    background: rgb(255 255 255 / 80%) !important;
    z-index: 100;
}

.navigationBarFixed .navbar-brand {
    margin-top: 5px;
}

.navigationBarFixed .navbar-brand img {
    height: 65px;
    position: relative;
    top: 7px;
}

.navigationBarFixed .navbar-collapse>ul>li {
    height: 40px;
    line-height: 40px;

}

.navigationBarFixed .navbar-collapse>ul>li>a {
    height: 40px;
    line-height: 40px;
}

.navigationBarFixed .navbar-nav {
    margin-top: 10px;
}

.navigationBarFixed .navbar-collapse>ul>li>ul>li>a {
    height: auto;
    line-height: normal;
}

.navigationBarFixed:before {
    display: none;
}

/* ---------------------------------------------------------------------------------------- */



/*banner-slider-full*/
/* .banner-slider-section {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.banner-slider-full {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 5;
}
.banner-slider-full .owl-wrapper-outer,
.banner-slider-full .owl-wrapper,
.banner-slider-full .owl-item,
.banner-slider-full .item {
    height: 100%;
}
.banner-slider-full .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner-slider-section .owl-item.active .replaceImg{
    transition: all 7s;
}
.banner-slider-section .owl-item.active .replaceImg{
    transform: scale(1.1);
}

.banner-slider-full .item .replaceImg {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
}
#banner-slider .owl-controls {
    position: absolute !important;
    bottom: 30px !important;
    width: auto !important;
    right: 55px;
    margin: 0;
    z-index: 2;
}
#banner-slider .owl-controls .owl-page span {
    width: 30px !important;
    height: 4px !important;
    margin: 3px !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#banner-slider .owl-buttons {
    display: none !important;
}
.banner-slider-full .item {
    position: relative;
    z-index: 20;
}
.banner-slider-full .item {
    position: relative;
    z-index: 20;
}
.banner-slider-full .item:before {
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    z-index: 1;
}
.banner-slider-section .banner-info {
    display: block;
    width: 60%;
    position: absolute;
    bottom: 10%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    z-index: 10;
    color: #fff;
    text-align: center;
}
.banner-slider-section .banner-info p {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
font-family: poppins, Sans-serif;
    letter-spacing: 0;
    margin: 10px;
    font-weight: 300;
    letter-spacing: 3px;
    padding: 0 0 15px 0;
    color: #fff;
    position: relative;
    line-height: normal;
}
.banner-slider-section .banner-info .bannerInfoHeading {
    display: block;
    color: inherit;
    padding: 0;
    font-family: 'Cabin Sketch', cursive !important;
    font-size: 52px;
    font-weight: normal;
    margin: 0 0 5px 0;
}
.banner-slider-section .banner-info .btn-transparent {
    margin-top: 15px;
    font-size: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
}


*/






.bannersection {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
}

.banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #040803;
    opacity: 0.5;
}

.banner-txt {
    bottom: 0;
    width: 100%;
    border: 10px;
    position: absolute;
    top: 310px;
    left: 0;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.banner-txt h1 {
    color: #ffffff;
    font-size: 53px;
}


.banner-txt p {
    padding: 2px 5px;
    font-size: 16px;
    line-height: 27px;
    padding: 0px 133px;
    color: #fff;
}

.owl-pagination {
    margin-top: -46px;
    text-align: center;
    position: relative;
    left: 0;
    bottom: 10px;
}


.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 16px !important;
    height: 16px !important;
    margin: 2px 2px !important;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #7AC470 !important;
}

/* ------------Why-1-------------------Why-1 */


.Why-1 {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    background: #7ac470;
    padding: 0px 0;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.Why-1 .container-fluid {
    padding: 0;
    margin: 0;
}

.Why-1-box .col-sm-9 {
    padding: 0;
    margin: 0;
}




.Why-1-txt {
    padding: 30px;
    text-align: left;
    justify-items: center;
    /* box-shadow: 0px 0px 31px -9px #838383; */
    position: relative;
    background: #494949;
    right: 90px;
}

.Why-1-txt p {
    text-align: left;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .3px;
}

.Why-1-img img {
    /* transform: rotate(11deg); */
}


.Why-1-img {
    position: relative;
    /* left: 30px;
    top: 30px; */
    /* filter: drop-shadow(2px 4px 6px black); */
}

.Why-1-txt h2 {
    color: #000;
    font-weight: 300;
    line-height: 1.3em;
    font-weight: 600;
}

.Why-1-txt .btn-content {
    border: 0;
    display: block;
    position: relative;
    width: max-content;
    height: auto;
    font-size: 11pt !important;
    font-weight: 600;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    letter-spacing: .3px;
    line-height: 14px;
    padding: 13px 36px !important;
    margin: 15px auto;
    background: #7AC470;
    cursor: pointer;
    overflow: hidden;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.Why-1-txt .btn-content:hover {
    background-color: #d4ad62;
}


/* ------------Why-1 2-------------------Why-1 */


.Why-12 {
    position: relative;
    width: 100%;
    clear: both;
    /* background: url(../images/attraction-bg.jpg) no-repeat; */
    background: #a2d99b;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    padding-bottom: 90px;
}

/* .Why-12:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0.7;
} */
.Why-1-box2 .subheading {

    font-size: 18px;
    color: #c79a39;
    padding: 10px 0px;
}

.Why-1-box2 .heading-line {

    font-size: 30px;
    color: #000;
    /* padding: 30px 0 15px; */
}

.Why-1-box2 .heading-line::after {
    display: block;
    content: '';
    width: 149px;
    height: 12px;
    margin: 10px auto;
    background-image: url(../images/line.png);
    font-size: 30px;
}


.Why-1-txt2 {
    padding: 0 25px 0 0;
    text-align: center;
    justify-items: center;
    /* box-shadow: 0px 0px 46px 0px; */
    /* border: 5px solid; */
    position: relative;
    top: 50px;
    left: 25px;
}

.Why-1-txt2 p {
    text-align: justify;
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .3px;
}

.Why-1-img2 {
    position: relative;
    left: 0;
    top: 30px;
    /* filter: drop-shadow(2px 4px 6px black); */
}

.Why-1-txt2 .btn-content {
    border: 0;
    display: block;
    position: relative;
    width: max-content;
    height: auto;
    font-size: 11pt !important;
    font-weight: 600;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    letter-spacing: .3px;
    line-height: 14px;
    padding: 13px 36px !important;
    margin: 15px auto;
    background: #7AC470;
    cursor: pointer;
    overflow: hidden;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.Why-1-txt2 .btn-content:hover {
    background-color: #d4ad62;
}


/* ourAttractions-container section */
.ourAttractions-container {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.service-head {
    text-align: left;
    line-height: 1.9;
}

.service-head h2 {
    color: #fff;
    font-size: 43px;
    line-height: 1.3em;
    font-weight: 900;
    border-left: 8px solid #7ac470;
    padding: 0 10px;
    margin-bottom: 20px;
}


.ourAttractions-container {
    background: url(assets/images/attractionsection-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0px;
    position: relative;

}

.ourAttractions-container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000de;
    opacity: 0.8;
}

.ourAttractions-container .container {
    position: relative;
    z-index: 10;
}

.ourAttractions-container .row {
    margin-left: 0;
    margin-right: 0;
}

.ourAttractions-container .row .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

.attractionss-btn {
    margin: 20px;
}

.serv-block,
.serv-block-side {
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.serv-block img {
    width: 100%;
}

/*serv-block-side*/
.serv-block-side {
    background: #fff;
    background-size: cover;
    color: #222;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.serv-block-side:hover {
    background: #7ac470;
    color: #000;
}

.serv-block-side img {
    display: block;
    width: 90px;
    margin: 10px auto;
}

.serv-block-desc {
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px 20px;
    display: grid;
    align-items: center;

}

.serv-block-desc h3 {
  font-size: 32px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.serv-block-desc p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #000;
}

.serv-block-desc h3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0%;
    width: 50px;
    height: 3px;
    margin: 0 auto;
    background: #7ac470;
}

.serv-block-desc a {
    font-weight: bold;
}


/*----------------gallerysection-------------------- */
.ourjourney {
    background: url(assets/images/Revolution_bg.jpg) no-repeat;
    background-size: cover;
    padding: 00px 0px;
    position: relative;
}

/* .ourjourney::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    opacity: 0.6;
} */

.ourjourney .col-sm-6 {
    padding: 0px;
}

.journey-img {
    /* box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .08); */
    position: relative;
    top: -99px;
    left: 130px;
}

.journey-img img {
    padding-top: 107px;
}

.journey-txt {
    padding: 130px 0px;
    text-align: justify;
}

.journey-txt .btn {
    background: black;
    color: #fff;
    position: absolute;
    left: 0;
    padding: 7px 18px;
    border-radius: 8px !important;
}

.journey-txt h3 {
    color: #f66244;
    font-size: 38px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 0;
    background: linear-gradient(to right, #fa5f01 0%, #faaf01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.journey-txt h2 {
    color: #000;
    font-weight: 300;
    line-height: 1.3em;
    font-weight: 600;
}

.journey-txt p {
    line-height: 1.6em;
    position: relative;
    text-align: justify;
    font-size: 20px;
    font-weight: 600;
    color: #3f3f3f;
    padding-top: 45px;
    
}




/* ---------------whyusection-section------------ */

.whyusection {
    position: relative;
    width: 100%;
    clear: both;
    background-color: #ffffff;
    padding: 50px 0px 50px;
    overflow: hidden;
    background: url(../images/bg-1.png) no-repeat scroll right top;
    /* background: url(../images/sub-green.jpeg) no-repeat scroll left top; */
}

.whyusection-content {
    display: flex;
    align-items: center;

}

.whyimg {
    position: relative;
    text-align: center;
    /* top: 30px; */
    /* filter: drop-shadow(2px 4px 6px black); */
}


.whytxt {
    padding: 00px;
    text-align: left;
}

.Why-1-box {
    display: flex;
    align-items: center;
}

.whytxt h3 {
    color: #7ac470;
    /* font-family: poppins, Sans-serif; */
    font-size: 26px;
    font-weight: 500;
    border-left: 5px solid;
    padding: 0 10px;
    height: 31px;
    margin: 0;
}

.why_bottom {
    text-align: center;
}

.whytxt h2 {
    color: #000;
    font-size: 43px;
    line-height: 1.3em;
    font-weight: 900;
    border-left: 8px solid #7ac470;
    padding: 0 10px;
    margin-bottom: 20px;
}


.whytxt p {
    line-height: 1.6em;
    position: relative;
    text-align: justify;
    font-size: 20px;
    font-weight: 600;
    color: #3f3f3f;
}


/* icon-section */
.icon-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 80px 0;
    background-color: #7ac470;
}

.icon-box {
    text-align: center;
    display: grid;
    justify-items: center;

}

.icon-box h4 {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    padding: 20px 0 0 0;
    text-transform: uppercase
}

.icon-box .img {
    padding: 0 60px;
}

.icon-img {
    width: 100px;
    height: 100px;
    background: #262b26;
    padding: 25px;
    border-radius: 50px;
}






/* ------------testimonialsection------------------------------- */
.testimonialsection {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    background-color: #efefef;
    padding: 50px 0px;
}

.testimonialsection .col-md-6 {
    /* padding: 10px 88px; */
    width: 100%;
}

.test-box {
    width: 100%;
}

.test-head {
    width: 45%;
    position: relative;
    left: 20px;
}

.test-head h5 {
    color: #7ac470;
    font-size: 26px;
    font-weight: 500;
}

.test-head h2 {
    font-size: 40px;
    color: black;
    font-weight: 600;
}

.test-box blockquote {
    background-color: #212121;
    padding: 25px 50px;
}

.test-box blockquote p {
    color: #fff;
    font-size: 17px;
}

.test-box blockquote footer {
    color: #7ac470;
    padding-top: 22px;
    font-size: 22px;
}

.test-img {
    border: 5px solid #7ac470;
    width: 22%;
    position: relative;
    top: -65px;
    left: -25px;
    float: right;
    border-radius: 100px;
}

.test-img img {
    width: 100%;
    border-radius: 100px;
}



/*footer*/
.footer {
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    color: #000000;
    background-color:#f8f8f8;
}

.footer .divider {
    top: -25px;
}

.footer .divider2 {
    top: initial;
    bottom: -25px;
}

/* .footer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #a3a3a3de;
    opacity: 0.7;
} */

.footer>.row {
    position: relative;
    z-index: 2;
}

.footer .heading,
.footer .heading-center {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.footer .heading:after,
.footer .heading-center:after {
    background: #7ac470;
}

.footer hr {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: none;
}

@media (max-width: 1366px) {
    .footer .heading {
        font-size: 16px;
    }
}

.footerUls {
    display: block;
    margin: 0 0 15px 15px;
}


.footerUls li {
    list-style-type: circle;
    padding: 4px 0;
    color: #fff;
}

.footerUls li a {
    color: inherit;
}

.footerUls li a:hover {
    text-decoration: underline;
    color: #eee;
}

/*addressInfo*/
.addressInfo {
    display: block;
    position: relative;
}

.addressInfo h4 {
    font-weight: bold;
    font-size: 28px;
}

.addressInfo p {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: normal;
    position: relative;
}

.addressInfo a {
    color: rgb(0, 0, 0);
}

.addressInfo a:hover {
    text-decoration: underline;
}

.addressInfo i {
    color: #7ac470;
    left: -3px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

/*quicklinks*/
.quicklinks {
    margin: 0 0 0 16px;
    line-height: 27px;
}

.quicklinks li {
    list-style-type: square;
    color: #fff;
}

.quicklinks li a {
    display: inline-block;
    color: inherit;
    margin-bottom: 5px;
    font-size: 15px;
}

.quicklinks li a:hover {
    text-decoration: underline;
}

/*footerStrip*/
.footerStrip {
    display: block;
    clear: both;
    background: #fff;
    text-align: center;
    padding: 15px 0;
    color: #000;
    font-weight: bold;
}

.footerStrip a {
    color: #000;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #999;
}

.footer-social {
    display: inline-block;
    margin-top: 15px;
}

.footer-social a {
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    border-radius: 100%;
}

.footer-social a:hover {
    background: #7ac470;
    border-color: #7ac470;
    color: #fff;
}

.footer-social .footerfacebookLink {
    background: #204385;
}

.footer-social .footertwitterLink {
    background: #2aa9e0;
}

.footer-social .footeryoutubeLink {
    background: #eb2429;
}

.footer-social .footerlinkedinLink {
    background: #02669a;
}

.footer-social .footerpinterestLink {
    background: #ca2128;
}

.footer-social .footergoogle-plusLink {
    background: #d3492c;
}

/*footerform*/
.footerform {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}

.footerform.row {
    margin-left: -3px;
    margin-right: -3px;
}

.footerform .col-sm-12 {
    padding-left: 3px;
    padding-right: 3px;
}

.footerform input,
.footerform textarea {
    display: block;
    border: none;
    width: 100%;
    height: 34px;
    padding: 5px 0;
    text-indent: 10px;
    background: #fff;
    margin-bottom: 6px;
    color: #222;
}

.footerform textarea {
    height: auto;
}

/* ------------------footer-strip------------------- */

.footer-strip {
    background: #15141b;
    color: #fff;
    padding: 15px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
}

.footer-strip p {
    margin: 0px auto;
    padding: 0px;
}



/*misc*/







.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 500;
}

.heading-center h2 {
    margin-bottom: 0;
}



.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #7AC470;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #7AC470;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}





.heading:after,
.heading-left:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #7AC470;
    position: absolute;
    bottom: 0;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #7AC470;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #333;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #c79a39 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-primary {
    border: none;
    background: #7AC470 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #ed2a14 !important;
    color: #fff;
}

.btn-rounded {
    border-radius: 30px !important;
    background: #7AC470 !important;
    border-color: transparent !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #7AC470;
    /* background: url(../images/up.png) no-repeat; */
    z-index: 200;
    border-radius: 7px;
}

.scrollup:hover {
    background: #000;
    opacity: 1;
    color: #fff;
}

.innertext{
	font-size:22px;
}
/*media queries*/
@media (max-width: 1366px) {
    .banner-slider-section .banner-info {
        bottom: 35%;
    }
}

@media (max-width: 1280px) {
    .banner-slider-section .banner-info {
        bottom: 10%;
    }

    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 30px;
    }
}

@media (max-width: 1220px) {
    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }

    .containerWrapper {
        padding: 0 25px;
    }
}

@media (max-width: 1024px) {
    .containerWrapper {
        padding: 0 15px;
    }

    #banner-slider .owl-controls {
        right: 15px;
    }

    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .overviewSection .containerWrapper .row {
        margin-left: -3px;
        margin-right: -3px;
    }

    .overviewSection .containerWrapper .item {
        margin: 3px;
    }

    .overviewSection .containerWrapper .item .overviewBlock {
        height: 420px;
    }
}

@media (max-width: 895px) {
    .navbar-collapse>ul>li>a {
        font-size: 16px;
        padding: 0 5px;
    }

    .section2 .sectionLeft {
        width: 75%;
    }

    .mediaGallery .col-sm-3 {
        width: 50%;
        float: left;
    }

    .addressInfo p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 32px;
    }

    .banner-slider-section {
        height: 500px;
    }

    .down-arrow-box {
        display: none;
    }

    .banner-slider-section .banner-info {
        bottom: 15%;
    }

    .banner-slider-section .banner-info p {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
    }

    .banner-slider-section:before {
        background-size: cover;
        bottom: -30px;
    }

    #banner-slider .owl-controls {
        bottom: 60px !important;
    }

    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 24px !important;
    }

    .banner-slider-section .banner-info .btn-transparent {
        padding: 6px 10px;
        font-size: 14px;
        margin-top: 5px;
    }

    .aboutusSection,
    .OverviewSection {
        padding: 30px 0;
        background-position: initial !important;
        background-attachment: initial !important;
    }

    .enquiry-form {
        margin-bottom: 30px;
    }

    .footer {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .navigationBar {
        position: relative !important;
        height: auto;
    }

    .navigationBar:before {
        display: none;
    }

    .navbar-collapse>ul>li {
        margin: 2px 0;
        border-bottom: solid 1px #ddd;
        color: #000;
    }

    .navbar-brand {
        margin: 0px 0;
        height: 80px;
        position: relative;
        top: 0px;
        left: 0px;
    }

    .navbar-brand img {
        height: 70px;
        position: relative;
        top: 5px;
        left: 0px;
    }

    .navbar-nav {
        margin: 0;
        padding-top: 20px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        padding: 0;
    }

    .navbar-toggle {
        margin-top: 0px;
    }

    .navbar-collapse>ul>li {
        height: auto;
    }

    .navbar-collapse>ul>li>ul {
        display: none;
        position: relative;
        width: 100%;
        top: 0;
        transition: none;
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    .footer .heading {
        display: block;
        margin-top: 30px;
        padding-top: 30px;
        border-top: solid 1px rgba(255, 255, 255, 0.15);
    }

    .section2 .sectionLeft {
        width: 100%;
    }

    .section2 .sectionLeft::before,
    .section2 .sectionLeft::after {
        display: none;
    }

    .section2 {
        padding: 50px 0;
    }

    .section2::before {
        opacity: 0.7;
    }

    .section2 .sectionLeft .sectionLeftInner {
        padding: 0 15px;
    }

    .mediaGallery .col-sm-3 {
        width: 100%;
        float: none;
        clear: both;
    }

    .fancybox-overlay-fixed {
        z-index: 0 !important;
    }

    .testimonialSection .testimonialBlock img {
        display: block;
        position: relative;
        margin: 15px auto;
        float: none;
        clear: both;
    }

    .testimonialSection .testimonialBlock {
        padding: 10px 0;
    }

    .testimonialSection .testimonialBlockInner {
        padding: 15px;
        margin: 0;
    }

    .scrollup {
        bottom: 0;
        right: 0;

    }
}

@media (max-width: 650px) {
    .navbar-toggle {
        margin-right: 0;
    }

    .banner-slider-section {
        height: 300px;
    }

    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 18px !important;
    }

    .banner-slider-section .banner-info {
        width: 100%;
    }

    .banner-slider-full .item::before {
        height: 120%;
    }

    #banner-slider .owl-controls {
        bottom: 0 !important;
    }

}

/* -----------------------------------my media------------------------------------------- */

@media (max-width: 768px) {

    .navigationBar {
        background: #fff;
    }
    .navbar-toggle {
        margin-top: 14px;
        background-color: transparent;
        border: none;
    }

    .navbar-toggle:hover {
        background-color: transparent !important;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 27px;
        height: 4px;
        border-radius: 1px;
        position: relative;
        top: 5px;
        left: -5px;
    }


    .banner-txt {
        bottom: 0;
        width: 100%;
        border: 10px;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 999;
        text-align: center;
        padding: 21px 87px;
    }

    .banner-txt h1 {
        font-size: 23px;
        margin-bottom: 3px;
    }

    .banner-txt p {
        padding: 0;
        font-size: 8px;
        line-height: 11px;
    }

    .owl-theme .owl-controls .owl-page span {
        display: block;
        /* width: 10px !important; */
        height: 10px !important;
        margin: 3px 2px !important;
        opacity: 0.5;
        background: #7ac470 !important;
    }

    .owl-pagination {
        margin-top: -33px;
        text-align: right;
        position: relative;
        left: -15px;
        bottom: 0px;
    }

    .whyusection-content {
        display: grid;
        align-items: center;
    }

    .Why-1 {
        padding: 0px 0px;
    }

    .Why-1-txt {
        justify-items: center;
        top: 0;
        right: 0;
    }


    .Why-1-img {
        left: 0;
        top: 00px;
        transform: rotate(11deg);
        padding: 0px;

    }

    .Why-1-txt .space30 {
        display: none;
    }

    .Why-12 {
        position: relative;
        width: 100%;
        clear: both;
        background-color: #efefef;
        padding: 25px 25px;
        align-items: center;

        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        padding-bottom: 90px;
    }

    .Why-1-txt2 {
        padding: 0;
        text-align: center;
        justify-items: center;

        position: relative;
        top: 50px;
        left: 0;
    }
    .whyusection-content img{
        display: none;
    }
    .ourjourney {
        padding: 50px 5px;
    }

    .journey-img {
        left: 0;
        top: 50px;
        text-align: center;
    }

    .journey-img img {
        /* box-shadow: 0px -5px 15px 0px #00000030; */
        width: 42%;
    }

    .journey-txt {
        padding: 0;
    }

    .whyusection {
        padding: 50px 5px 20px;
        background: none;
    }

    .whyimg {
        left: 0;
    }

    .whytxt p {
        left: 0;
    }

    .Why-1-box {
        display: grid;
        align-items: center;
    }

    .whytxt h2 {
        color: #000;

        font-weight: 300;
        line-height: 1.3em;
        font-weight: 600;
        font-size: 32px;
    }

    .fries-boxx {
        margin-bottom: 20px;
    }

    .serv-block-desc h3 {
      font-size: 38px;
        font-weight: bold;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .serv-block-desc p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .icon-section {
        padding: 40px 0;
    }
    .icon-box {
        margin: 0 0 20px 0;
    }

    .test-head {
        width: 60%;
        position: relative;
        left: 20px;
    }

    .testimonialsection .col-md-6 {
        padding: 15px;
        width: 100%;
    }

    .test-head h5 {
        font-size: 14px;
        margin: 2px;
    }

    .test-head h2 {
        font-size: 32px;
        color: black;
        font-weight: 300;
        line-height: 1.3em;
        font-weight: 600;
    }

    .test-img {
        width: 24%;
        top: -42px;
        left: -16px;
    }

    .test-box blockquote footer {
        font-size: 18px;
    }

    .testimonialsection .space10 {
        display: none;
    }


    .footer .heading,
    .footer .heading-center {
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold;
        /* text-align: left; */
        padding-top: 17px;
    }

}




.innerBannerSection {
    width: 100%;
    height: 370px;
    position: relative;
}

.innerBannerSection:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

.innerBannerSection .innerBannerImg {
    background-size: cover !important;
    height: 100%;
}

.innerBannerSection .InnerBannerHeading {
    position: absolute;
    left: 0;
    right: 0;
   bottom: 120px;
    color: #fff;
    text-align: center;
}

/* End InnerPage Banner */

.InnerBannerHeading h1{
    font-size: 36px !important;
}
.innerBannerSection .breadcrumb{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7ac470;
    ;
    color: #fff;
    margin-bottom: 0px;
    line-height: 20px;
}
.breadcrumb_last{
    font-weight: 600;
}
.innerBannerSection .breadcrumb a{
    color: #fff
}

.innerPageSection{
    padding: 0px 0px
}
.innerbannerheding{
    position: relative;
    font-weight: 700;
    text-align: center;
   font-size: 40px;
    margin-top: 26px;
    background: transparent;
    width: max-content;
    margin: 0 auto;
    padding: 8px 30px;
}

.innerbannerheding:after {
    display: none;
  
}



/*-----------------certification-----------*/




.certification{
    padding: 50px 0;
    position: relative;
    clear: both;
    width: 100%;
}

.maindiv h2 {
    font-family: "Urbanist", sans-serif;
    font-weight: 900;
    font-size: 43px;
}


.maindiv{
    text-align: unset;
}






.imgb{
    background-color: white;
    box-shadow: 0px 1px 7px -4px;
    padding: 0px;
    margin-top: 30px;
    text-align: center;
}








@media (max-width: 1366px) {
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
    
    
       .innerBannerSection {
        height: 250px;
    }
    .imgb {

        margin-top: 25px;
    }
    
    
    .innerbannerheding {
   
    font-size: 32px;
   
}


.innerBannerSection .InnerBannerHeading {
    position: absolute;
  
    bottom: 100px;
    color: #fff;
   
}




}




