/***********GOOGLE FONT***********/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/***********CUSTOM CSS STARTS***********/
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, p, a, span{
    font-family: 'Lato', sans-serif;
}
.bg-sky{
    background-color: #e0eff0;
}
.bg-blue{
    background-color: #2799a3;
}
.bg-black{
    background-color: var(--textColor);
}
.flex-v-cen{
    display: flex;
    align-items: center;
}
.flex-cen{
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-inner .title{
    color: var(--textColor);
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: capitalize;
}
.title-inner .title-content{
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 10px 0px 20px 0px;
}
.title-inner .title-img img{
    display: block;
    margin: 0 auto;
}
.about_ourteam .item h3 {
     color: var(--textColor);
    display: table;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
	padding-top: 10px;
    font-weight: 600;
}
/*
.about_ourteam .item:hover h3{
	color: var(--primaryColor);	
}
*/
.exclusive-catalogue .title-inner {
    text-align: center;
    width: 100%;
}
.exclusive-catalogue .title-inner .title {
    font-size: 22px;
	color: var(--primaryColor)
}
.exclusive-catalogue .modal-header {
    border: none;
}
.exclusive-catalogue .modal-content {
    border:2px solid #93c121!important;
	border-radius: 10px;
}
.exclusive-catalogue .modal-header button.close {
    position: absolute;
    right: -10px;
    top: -10px;
    margin: 0;
    padding: 0;
    z-index: 9;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    background: var(--secondaryColor);
    width: 25px;
    height: 25px;
    border-radius: 50px;
    font-size: 18px;
}
.exclusive-catalogue .form-control {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.exclusive-catalogue .submit-btn {
    border: none;
    padding: 10px 26px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
	margin-left: 10px;
}
.exclusive-catalogue .submit-btn:not(:disabled) {
    background-color: var(--primaryColor);
    border: none;
	color:#fff;
}
.exclusive-catalogue .form-group.cal-group.col-md-12 {
    text-align: center;
    color: var(--secondaryColor);
    font-weight: 500;
}
.exclusive-catalogue .form-group.cal-part.col-md-12 {
    text-align: center;
    padding-top: 8px;
}
.exclusive-catalogue .cal-part input#captchaInput {
    height: 40px;
    /*border-radius: 47px;*/
    border: 1px solid #0f8f38;
	padding-left: 15px;
	padding-right: 15px;
}
.exclusive-catalogue .cal-part label#captchaText {
    font-size: 22px;
}
.search_ajaxdetails::-webkit-scrollbar {
  width: 5px;
}
.search_ajaxdetails::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 100px; 
}
.search_ajaxdetails::-webkit-scrollbar-thumb {
  background: var(--primaryColor); 
}
.search_ajaxdetails::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.search-wrap .search_ajaxdetails {
    display: none;
}
.search-wrap.active .search_ajaxdetails {
    display: block;
    background: #fff;
    border: 2px solid #eee;
    height: 400px;
    overflow: auto;
}
.is-items-search-post .left-section {
    float: left;
}
.is-items-search-post .left-section .thumbimg {
    width: 70px;
    margin-right: 10px;
}
.is-items-search-post .is-search-sections {
    display: flex;
	padding: 10px;
}
.is-items-search-post .is-search-sections .is-title a {
    font-size: 14px;
    color: var(--primaryColor);
}
.is-items-search-post .is-search-sections .meta {
    line-height: 1.25;
}
.is-items-search-post .is-search-sections .meta .search_price {
    color: #000;
    font-weight: 600;
}
.is-items-search-post.is-product {
    border-bottom: 1px solid #ddd;
}
.is-items-search-post .is-search-sections .meta .search_price ins {
    text-decoration: none;
}
.is-items-search-post .is-search-sections .meta .is-meta-category {
    font-size: 13px;
}
.is-items-search-post .is-search-sections .addto_cart a {
    background: var(--primaryColor);
    color: #fff;
    padding: 5px 10px;
    display: table;
    font-size: 14px;
    margin-top: 5px;
}
.is-items-search-post:hover{
	background: #ddd;
}
/***********CUSTOM CSS ENDS***********/


/***********BOOTSTRAP FIX STARTS***********/

@media (min-width: 576px){
    .container {max-width: none;}
    .modal-dialo {max-width: 700px;}
    .modal-sm {max-width: 400px;}
}
@media (min-width: 768px){
    .container {max-width: 740px;}
}
@media (min-width: 992px){
    .container { max-width: 960px;}
}
@media (min-width: 1200px){
    .container {max-width: 1170px;}
}
@media (min-width: 1440px){
    .container {max-width :1340px;}
}
@media (min-width: 1600px){
    .container {max-width: 1400px;}
}
@media (min-width: 1900px){
    .container {max-width: 1540px;}
}

/***********BOOTSTRAP FIX ENDS***********/






/* ********|| HEADER STARTS ||******** */
.header{
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99;
    box-shadow: rgb(0 0 0 / 10%) 0 2px 10px;
}
.header .top-header{
    border-bottom: 1px solid var(--thirdColor);
    padding: 0px 0 10px;
}
/*
.header .topPanel .nav-inner{
    display: flex;
    justify-content: space-between;
}
*/


.header .top-header .left-part{
    position: relative;
}
/* .header .top-header .left-part:after{
    position: absolute;
    content: '';
    height: 45px;
    width: 1px;
    background-color: #c9c9c9;
    top: -11px;
    left: 200px;
} */
.header .top-header .social:after{
    position: absolute;
    content: '';
    height: 45px;
    width: 1px;
    background-color: #c9c9c9;
    top: -15px;
    left: 18px;
}
.header .top-header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .top-header .left-part .item-title{
    font-family: 'Lato', sans-serif;
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.header .top-header .social{
    display: flex;
    align-items: center;
    margin-left: auto;
    position: relative;
}
.header .top-header .social .social-title {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--secondaryColor);
    font-weight: 500;
    line-height: 1;
}
.header .top-header .social .social-menu{
    padding: 0;
    margin: 0 0 0 20px;
    display: flex;
    align-items: center;
    list-style: none;
}
.header .top-header .social .social-menu > li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--fourthColor);
    padding-left: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.header .top-header .social .social-menu > li a:hover{
    color: var(--primaryColor);
}
.header .brand {
    width: 124px;
    height: 88px;
    position: relative;
    overflow: hidden;
}
.header .language {
    width: 80px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-left: 1px solid var(--thirdColor);
}
.header .language .dropdown-toggle {
    display: flex;
    align-items: center;
    background-color: transparent;
    color: var(--textColor);
}
.header .language .dropdown-toggle .flag {
    width: 20px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 2px;
    margin-right: 8px;
}
.header .language .dropdown-toggle .dropdown-label {
    width: 100%;
    max-width: calc(100% - 30px);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}
.header .language .dropdown-toggle:after {
    margin: 0;
    font-size: 12px;
}
.header .language .dropdown-menu {
    right: 0;
    top: 20px !important;
    border: 0;
    border-radius: 4px;
    margin: 7px 0px;
    width: 100%;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    min-width: 0;
}
.header .language .dropdown-toggle .flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header .language .item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #fff;
    transition: all 0.3s ease;
}
.header .language .item .flag {
    width: 20px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 2px;
    margin-right: 8px;
}
.header .language .item .flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header .language .item .label {
    width: 100%;
    max-width: calc(100% - 30px);
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.header .responsive-action {
    display: none;
}
.header .header-navigation {
    position: relative;
}
.header .header-navigation .container {
    display: flex;
    align-items: center;
}
.header .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
}
.header .navigation-menu {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: flex;
}

.header .navigation-menu > li .menu-link {
    display: flex;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    height: 44px;
    margin: 0px 2px;
    letter-spacing: 0.5px;
    color: var(--fourthColor);
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    padding: 0px 20px;
}
.header .navigation-menu > li.active .menu-link, .header .navigation-menu > li.active .menu-link span {
    color: var(--primaryColor);
}
.header .navigation-menu > li.active .menu-link:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 18px;
    background-color: var(--primaryColor);
    bottom: 30px;
}
.header .navigation-menu > li .menu-link:hover{
    color: var(--primaryColor);
}
.header .menu-overlay.active{
    opacity: 1;
    visibility: visible;
}
.header .menu-overlay{
    position: fixed;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.4s ease;
    background-color: rgba(0,0,0,0.5);
}
.header .hearder-options {
     position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
/*    margin-left: 60px;*/
}
.header .user-options {
    position: relative;
    display: flex;
}
.header .user-options .item, .header .user-options .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primaryColor);
    width: 32px;
    height: 22px;
    font-size: 22px;
    position: relative;
    text-decoration: none;
    border-left: 1px solid var(--fourthColor);
}
.header .user-options .search-wrap.active {
    transform: translateY(0%);
}
.header .user-options .close-action .close-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--fourthColor);
        width: 20px;
    height: 20px;
    font-size: 18px;
    text-decoration: none;
}
.header .user-options .search-wrap {

        position: fixed;
    top: 0px;
    right: 0px;
    z-index: 11;
    background-color: #fff;
    height: 90px;
    width: 25%;
    box-shadow: 2px 0 10px rgb(0 0 0 / 10%);
    padding: 15px;
    transform: translateY(-106%);
    transition: all 0.4s ease;
}
/* .header .search-overlay.active {
    opacity: 1;
    visibility: visible;
}
.header .search-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
} */
.header .search {
    position: relative;
    margin: auto;
}
.header .search .search-input {
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    padding: 4px;
    position: relative;
}
/* .header .search .search-input:before {
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    width: 44px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    top: 0;
    left: 0;
    color: var(--primaryColor);
} */
.header .search .search-input .form-control {
    border: 1px solid var(--primaryColor);
    height: 36px;
    min-height: 0;
    padding: 6px 16px;
    /* padding-left: 40px; */
    border-radius: 4px 0px 0px 4px;
}
.header .search .search-input .btn-search {
    border: 0;
    background-color: var(--primaryColor);
    padding: 6px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 0px 4px 4px 0px;
}
.header .search .search-input .form-control::placeholder{
    font-size: 14px;
    color: var(--fourthColor) !important;
}
.header .navigation-menu .dropdown-menu {
    background-color: #f2f2f2;
    border: none;
}
.header .top-header {
    background-color: #f2f2f2;
    padding: 10px 0;
}
.header .topPanel .heade-img {
    display: flex;
    align-items: center;
}
.header .topPanel .heade-img .img-box {
    border: 1px solid var(--trirdColor);
    border-radius: 6px;
}
.header .header-navigation .dropdown-toggle::after{
    color: var(--primaryColor);
}
.header .responsive-action .btn-menu{
    color: var(--primaryColor);
    font-size: 28px;
}
.form-control:focus {
    border-color: none;
    box-shadow: none;
}
/* ********|| HEADER ENDS ||******** */

/* ********|| NAV BAR STARTS ||******** */
/*
.topPanel .dropdown-menu{
    background-color: rgba(127, 106, 168, 0.78);
    border-radius: 16px;
    padding: 20px;
}
*/
.topPanel .dropdown-item:hover{
     color: var(--fourthColor);
}
.topPanel .dropdown-item:focus, .topPanel .dropdown-item:hover{
    background-color: transparent;
}
.topPanel .dropdown-item{
    color: #fff;
    border-bottom: 1px dotted #fff;
    transition: ease 0.3s;
}
.topPanel .dropdown-submenu.active > .dropdown-item{
/*    color: var(--fourthColor);*/
    color: #ffff;
}
.topPanel{
       padding: 10px 0px;

    box-shadow: 1px 11px 11px -10px #a7a7a7;
}   
      
.navbar-brand {
    max-width: 150px;
    padding: 15px 0;
}

.header-top-band {
    background: #c6d957;
}

.header-top-band ul li:last-child {
    background: #0a55a4;
}

.header-top-band ul li a {
    padding: 10px 15px;
    display: flex;
    color: #000;
    align-items: center;
    font-size: 15px;
}
.topPanel .nav-inner .nav-info{

    display: flex;
    justify-content: space-between;
    align-items: center;

}
.topPanel .nav-inner{

    display: flex;

    align-items: center;

    justify-content: space-between;

    }

.header-top-band ul li a > img {
    max-width: 14px;
    margin-right: 7px;
}

.header-top-band ul li a > i.fa {
    font-size: 22px;
    margin-right: 7px;
}

.header-top-band ul li a > span {
    /* white-space: nowrap; */
    /* padding-right: 13px; */
    display: inline-block;
    min-width: 165px;
    color: #fff;
}
.ctf-block .bottom > span > img, .ctf-details .bottom .left span > img {
    width: 37px;
}
/* .ctf-details .bottom .left span {
    margin: 3px 0 10px!important;
} */
.ctf-block .bottom > span {
    margin: 5px 0 10px 0!important;
}
.topPanel nav {
    padding: 0;
}
.topPanel .navbar{
    margin-bottom: 0px!important;
}
.top-band > .container-fluid {
    padding-left: 0;
}
nav[class*="navbar-expand"] .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--textColor);
    padding: 0 20px;
    position: relative;
    height: 100% !important;
    align-items: center;
    display: flex;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}
nav[class*="navbar-expand"] .navbar-nav .nav-link > span {
    text-transform: lowercase;
}

/* ANIMATED X */

.navbar-toggler.x:not(.collapsed) {
    padding: 13px 12px 13px 17px;
    transition: all 0.2s;
}

.navbar-light .navbar-toggler {
        padding: 13px 15px;
    border: none;
    background: var(--primaryColor);
    border-radius: 0;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggler .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: var(--textColor);
}
.navbar-brand{
    margin: 0;
}

/* ANIMATED X */
.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* END ANIMATED X */

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: var(--textColor);
/*        border-bottom: 1px solid var(--secondaryColor);*/
}
.activities_section {
    padding: 0 25px;
}
.activities_section .owl-nav.disabled, .activities_section .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 40px;
}
.activities_section .owl-nav button.owl-prev {
    left: -25px !important;
    position: absolute;
}
.activities_section .owl-nav button.owl-next {
    right: 25px !important;
    position: absolute;
}

@media (max-width: 991px) {
    nav[class*="navbar-expand"] .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 0px;
    }

    nav[class*="navbar-expand"] .navbar-nav li.active a:after {
        left: 10px;
        right: 10px;
    }
}

@media (min-width: 1200px) {
    .topPanel nav .h-md-100 {
        height: 100% !important;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
    .container2 {
        max-width: 100%;
    }

/*
    .topPanel nav {
        padding: 0 15px;
    }
*/
.activities_section .owl-nav button.owl-prev {
    left: -15px !important;
}
.activities_section .owl-nav button.owl-next {
    right: 30px !important;
}
}

@media (max-width: 991px) {
    .footerMenuBox .fmenuRow .fMenucol .address ul {
        display: block;
    }

    .footerMenuBox .fmenuRow .fMenucol .address ul li {
        float: none;
    }
}

@media (max-width: 767px) {
    .footerMenuBox .fmenuRow .fMenucol .address ul {
        display: block;
    }
}




/* ============================================================================= */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg) translate(0, -50%);
    position: absolute;
    right: 6px;
    top: 50%;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}



/*
.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #fff;
}
*/
.dropdown:hover .dropdown-menu{
    padding: 12px;
}

.dropdown-menu li a.dropdown-item {
    padding: 10px 15px;
    white-space: normal;
    position: relative;
}

.dropdown-menu {
    background: rgba(197, 1, 100, 0.85);
    width: 260px;
}

@media (min-width: 992px) {
    .dropdown>.dropdown-menu,
    ul.dropdown-menu>li.dropdown-submenu>.dropdown-menu {
        transition: all 0.5s;
        transform-origin: top center;
        transform: scale(1, 0);
        opacity: 0;
        display: block;
/*        width: 270px;*/
    }
    .dropdown:hover .dropdown-menu,
    ul.dropdown-menu>li:hover>.dropdown-menu {
        transform: scale(1);
        opacity: 1;
    }
}

@media (min-width: 992px) {
    
}

nav.navbar .navbar-nav>li>.dropdown-menu>li.active>a.active {
    color: #286bb1;
}

nav.navbar .navbar-nav>li.active>a.nav-link {
    color: var(--primaryColor);
}
/*
.dropdown:hover .dropdown-menu{
    position: relative;
}
*/
/*
.dropdown:hover .dropdown-menu:after{
    position: absolute;
    content: '';
    background-color: #ff6600c9;
    height: 10px;
    width: 10px;
    transform: rotate( 
45deg);
    left: 58px;
    top: -5px;
}
*/


/* ============================================================================= */


/* ********|| NAV BAR ENDS ||******** */




/* ********|| HOME PAGE STARTS ||******** */

/* ********|| BANNER STARTS ||******** */
/* .banner {
    position: relative;
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 690px;
    width: 100%;
    background-position: center;
}

.banner .head-img{
    display: flex;
    justify-content: center;
    padding-left: 250px;
    padding-top: 76px;
}
.banner .banner-style {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 600px;
    position: absolute;
    top: 260px;
    z-index: 10;
}
.banner .banner-style .banner-action .play-btn{
    color: var(--fourthColor);
    border: 2px solid var(--fourthColor);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    text-decoration: none;
}
.banner .banner-style .banner-action{
    margin: 0px 50px 0px 70px;
}
.banner .banner-style .banner-inner .banner-title{
    color: var(--textColor);
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}
.banner .banner-style .banner-inner .banner-content{
    color: #757575;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}
.banner .banner-style .banner-inner .view-action .view-btn{
    color: var(--primaryColor);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
}
.banner .mouse-img img{
    position: absolute;
    bottom: 35px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.banner.overlay:after{
    display: none;
} */

.demo {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .demo::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 80%;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  }
  
#section10 a {
    padding-top: 60px;
  }
  #section10 a span {
    position: absolute;
    bottom: 42px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #717171;
    border-radius: 50px;
    box-sizing: border-box;
    z-index: 1;
  }
  #section10 a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: var(--primaryColor);
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
  }

  @keyframes sdb10 {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
    





     /* ********|| VIDEO SECTION START ||******** */
.video-sec{
    position: relative;
}
.video-sec:after{
    position: absolute;
    content: '';
    background-color: rgb(0 0 0 / 43%);
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
}
.video-sec #myVideo{
    width: 100%;
}

.video-sec .play-box{
    position: absolute;
    top: -592px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.video-sec .banner-inner{
    position: absolute;
    top: -505px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-transform: uppercase;
    display: block;
    color: #fff;
    text-align: center;
    z-index: 9;
}
.video-sec .play-box .play-btn{
    position: relative;
     width: 60px;
    color: var(--primaryColor);
    height: 60px;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0;
    z-index: 9;
    font-size: 30px;
}
.video-sec .play-box .play-btn:after{
    position: absolute;
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.67);
    animation: 3s blink-anim infinite; 
    border-radius: 50%;
    z-index: -1;
}
.video-sec .play-box .play-btn:before{
    position: absolute;
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.67);
    animation: 3s blink-anim-2 infinite; 
    border-radius: 50%;
    z-index: -1;
}
.video-sec .banner-inner .view-action .view-btn{
    text-decoration: none;
     font-size: 16px;
     font-weight: 600;
     font-family: 'Poppins', sans-serif;
     letter-spacing: 0.5px;
     color: #fff;
     text-decoration: none;
 }
 .video-sec .banner-inner .banner-title{
    font-size: 50px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    padding-top: 20px;
 }
 .video-sec .banner-inner .banner-content{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    padding: 0px 0px 12px;
 }

@keyframes blink-anim {
    0%{
       width: 20px;
    height: 20px; 
        opacity: 1;
    }
    100%{
        width: 130px;
    height: 130px; 
        opacity: 0;
    }
}
@keyframes blink-anim-2 {
    0%{
       width: 50px;
    height: 50px; 
        opacity: 1;
    }
    100%{
        width: 150px;
    height: 150px; 
        opacity: 0;
    }
}





/*
         html {
  box-sizing: border-box;
  height: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  height: 100%;
  margin: 0;
}
.video-wrapper {
  width:100%;
  height:650px;
  overflow: hidden;
}

  video {
    object-fit: cover;
    width:100%;
  }
*/
    

/* ********|| VIDEO SECTION END ||******** */

/* ********|| BANNER ENDS ||******** */

/* ********|| OUR STORY STARTS ||******** */
.story-sec{
    padding: 60px 0px;
}
.story-sec .title-inner .title{
        color: var(--textColor);
    font-size: 26px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: capitalize;
}
.story-sec.bg-black .title-inner .title{
        color: #fff;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: capitalize;
}
.story-sec.bg-black .story-inner .story-content{
    color: #fff;
}
.story-sec .title-inner .title-content{
    color: #dfdfdf;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 10px 0px 20px 0px;
}
.story-sec .title-inner .title-img img{
    display: block;
    margin: 0 auto;
}
.story-sec .story-inner .story-img img{
    display: block;
    margin: 0 auto;
    border-radius: 6px;
}
.story-sec .story-inner{
    padding: 0 50px;
}
.story-sec .story-inner .story-img{
    padding: 30px 0px;
}
.story-sec .story-inner .story-content{
    color: var(--textColor);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    padding-bottom: 10px;
}
.story-sec .story-inner .story-action .story-btn{
    color: var(--primaryColor);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
}
.story-sec .story-inner .story-action{
    text-align: center;
    margin-top: 20px;
}
.story-sec .title-inner .we-content{
    color: #93c121;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}
/* ********|| OUR STORY ENDS ||******** */


/* ********|| OUR PRODUCT STARTS ||******** */
.product-sec{
    padding: 60px 0px;
    background-color: #f2f2f2;
}
.product-sec .product-inner {
    background-color: #fff;
    margin-top: 40px;
    position: relative;
    height: 270px;
}
.product-sec .product-inner .pro-img{
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-left: 90px
}
.product-sec .pro-box{
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.product-sec .pro-box .product-img{
    padding-left: 10px;
    padding-top: 10px;
}
.product-sec .pro-box {
    position: absolute;
    top: 40px;
    display: flex;
    align-items: center;
  
    justify-content: space-around;
}
.product-sec .pro-box .product-info .pro-title{
    color: #454545;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}
.product-sec .pro-box .product-info{
    margin-left: 40px;
    padding-right: 20px;
}


.product-sec .pro-box .pro-action .pro-btn{
    color: var(--primaryColor);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
}
.product-sec .product-inner .pro-action{
    margin-top: 10px;
}



.product-sec .product-inner-tow{
    background-color: #e6e6e6;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: -1;
}
.product-sec .product-inner-tow:after{
    position: absolute;
    content: '';
    background-image: url(../img/flower-tow.png);
    height: 190px;
    width: 225px;
    top: 10px;
    left: 240px;
    z-index: -1;
}
.product-sec .product-inner-tow .product-info .pro-title{
    color: #454545;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}

/* .product-sec .product-inner-tow .pro-action .pro-btn{
    color: var(--primaryColor);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.product-sec .product-inner-towr .pro-action{
    margin-top: 10px; */

/* ********|| OUR PRODUCT ENDS ||******** */

/* ********|| TESTIMONIAL STARTS ||******** */
.testimonial-sec{
    background-color: #fbfbfb;
    padding: 60px 0px;
}
.testimonial-sec .testimonial-inner .client-body .client-img{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border: 1px solid #ececec;
}
.testimonial-sec .testimonial-inner{
    margin-top: 40px;
}
.testimonial-sec .testimonial-inner .client-body .quote{
    color: var(--secondaryColor);
    font-size: 45px;
    transform: rotate(180deg);
    text-align: center;       
}
.testimonial-sec .testimonial-inner .client-body .client-content{
    color: var(--fourthColor);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    padding-bottom: 10px;
}
.testimonial-sec .testimonial-inner .client-body .review i{
    color: #ffb400;
    font-size: 20px;
}
.testimonial-sec .testimonial-inner .client-body .review{
    text-align: center;
}
.testimonial-sec .testimonial-inner .client-body .client-name{
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
}
.testimonial-sec .testimonial-inner .client-body .client-position{
    color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    padding-bottom: 20px;
}
.testimonial-sec .testimonial-inner .owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid  var(--secondaryColor);
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 50%;
    margin: 5px;
}
.testimonial-sec .testimonial-inner .owl-carousel .owl-dots{
    display: block;
    text-align: center;
}

.testimonial-sec .testimonial-inner .owl-theme .owl-dots .owl-dot.active span, .testimonial-sec .testimonial-inner .owl-theme .owl-dots .owl-dot:hover span{
    background-color: var(--secondaryColor);
}

/* ********|| TESTIMONIAL ENDS ||******** */

/* ********|| ACTIVITIES STARTS ||******** */
.activities-sec{
    padding: 60px 0px;
}
/* .activities-sec .activities-inner{
    border: 1px solid #c9c9c9;
    margin-top: 40px;
} */
.activities-sec .activities-inner{
    border: 1px solid #c9c9c9;
    /* padding: 20px; */
    text-align: center;
    position: relative;
    border-radius: 6px;
/*    width: 100%;*/
    height: 484px;
    margin: 40px 18px 0px;
    
}
.activities-sec .activities-inner .activities-img{
    padding: 10px 10px 0px 10px;
    position: relative;
    height: 240px;
}
.activities-sec .activities-inner .activities-img iframe{
    width: 100%;
    height: 232px;
}
.activities-sec .activities-inner .activities-img img{
    height: 232px;
    width: 100%;
    object-fit: cover;
}
.activities-sec .activities-inner .calender {
    position: absolute;
    top: 22px;
    left: 22px;
    background-color: #fff;
    padding: 10px;
}
.activities-sec .activities-inner .calender i{
    color: var(--fourthColor);
    font-size: 18px;
    padding-right: 8px;
}
.activities-sec .activities-inner .calender span{
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: capitalize;
}
.activities-sec .activities-inner .activities-title{
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}
.activities-sec .activities-inner .activities-social{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding: 6px 0px;
    position: relative;
}
.activities-sec .activities-inner .activities-social::after{
    position: absolute;
    content: '';
    height: 38px;
    width: 1px;
    background-color: #c9c9c9;
}
.activities-sec .activities-inner .activities-social span{
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}
.activities-sec .activities-inner .activities-content{
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    padding: 10px;
}
/* .activities-sec .activities-inner .activities-action .activities-btn{
    color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
} */
.activities-sec .activities-inner .activities-action .activities-btn{
    color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    /* margin: 20px 0; */
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    padding: 0 15px 15px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

.activities-sec .activities-inner .activities-action .activities-btn i{
    padding-left: 6px;
}
.activities-sec .activities-inner .activities-action{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
}
.activities-sec .activities-inner .img-box{
    position: relative;
}
.activities-sec .activities-inner .img-box .play-icon{
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 9px);
    background-color: rgb(0 0 0 / 68%);
    top: 9px;
    left: 10px;
    color: #fff;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.activities-sec .activities-inner .img-box .play-icon i{
    color: #fff;
    font-size: 56px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.activities-sec .owl-nav{
    /*display: flex;
    justify-content: space-between;*/
    width: 100%;
    position: absolute;
    top: 36%;
    font-size: 40px;
}
.activities-sec .owl-nav button.owl-prev {
    position: absolute;
    left: 0px;
/*
    background-color: var(--primaryColor);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flexl;
    justify-content: center;
    align-items: center;
*/
}
.activities-sec .owl-nav button.owl-next {
    right: 0px;
    position: absolute;
}


/* ********|| ACTIVITIES ENDS ||******** */

/* ********|| FOOTER STARTS ||******** */

.footerMenuBox{
    background-color: #f2f2f2;
    background-size: cover;

    background-repeat: no-repeat;

    padding: 50px 0px 20px;

}
.footerMenuBox .footer-logo .heade-img{
    display: flex;
}
.footerMenuBox .footer-logo .heade-img .brand{
    width: 124px;
}



.footerMenuBox .footer-logo .brand .logo img{

        display: block;

    margin: 0 auto;

/*        border: 14px solid #fff;*/

}

.footerMenuBox .leftMenuRow ul{

    padding: 0;

     margin: 0;

    list-style: none;

}

.footerMenuBox .leftMenuRow ul li{

/*
    border-bottom: 1px dotted #bdd9ec;

    width: 80%;
*/

        padding: 4px 0px;

}

.footerMenuBox .leftMenuRow ul li .menu-link{

    color: #fff;

    font-size: 16px;

    font-weight: 500;

    font-family: 'Lato', sans-serif;

    letter-spacing: 0.5px;

    text-decoration: none;

}

.footerMenuBox .title{

    text-align: left;

    color: var(--textColor);

    padding-bottom: 10px;
    font-size: 22px;

}

.footerMenuBox .footer-contact{

    display: flex;

    justify-content: space-between;

}

.footerMenuBox .footer-contact .contact-inner .contact-title{

     color: #fff;

    font-size: 16px;

    font-weight: 600;

    font-family: 'Lato', sans-serif;

    letter-spacing: 0.5px;

}

.footerMenuBox .footer-contact .contact-inner .contact-content{

     color: #fff;

    font-size: 16px;

    font-weight: 500;

    font-family: 'Lato', sans-serif;

    letter-spacing: 0.5px;

    padding-top: 10px;

    width: 250px;

    line-height: 1.2;

}

.footerMenuBox .footer-contact .contact-inner .contact-name{

     color: #fff;

    font-size: 16px;

    font-weight: 500;

    font-family: 'Lato', sans-serif;

    letter-spacing: 0.5px;

    padding: 10px 0px;

}

.footerMenuBox .footer-contact .contact-inner .contact-info .contact-link {

     color: #fff;

    font-size: 16px;

    font-weight: 500;

    font-family: 'Lato', sans-serif;

    letter-spacing: 0.5px;

    padding: 10px 0px;

    text-decoration: none;

    transition: ease 0.3s;

}

.footerMenuBox .footer-contact .contact-inner .contact-info .contact-link:hover{

    color: var(--secondaryColor);

}

.footerMenuBox .footer-contact .contact-inner .contact-info span{

    color: #fff;

    padding: 0px 6px;

}

.footerMenuBox .leftMenuRow ul li a:hover, .footerMenuBox .leftMenuRow ul li.active a {

    color: var(--secondaryColor);

}

.footerMenuBox .leftMenuRow ul li > a {

    font-size: 14px;
    font-weight: 500;
    color: var(--textColor);
    padding: 0 25px;
    position: relative;
    height: 100% !important;
    align-items: center;
    display: flex;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-decoration: none;
    position: relative;

}
.footerMenuBox .leftMenuRow ul li > a:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background-color: var(--secondaryColor);
    left: 0;
    top: 6px;
}
.footerMenuBox .contact-inner .news-form .form-group{
    display: flex;
}
.footerMenuBox .contact-inner .news-form .form-control{
    min-height: 48px;
    background-color: var(--trirdColor);
    border: none;
    border-radius: 0;
}
.footerMenuBox .contact-inner .news-form .arrow-btn{
    background-color: #fff;
    border: none;
    padding: 0px 18px;
}
.footerMenuBox .contact-inner .news-form .arrow-btn i{
    font-size: 25px;
    color: var(--primaryColor);
    transform: rotate(
-44deg
);
}
.footerMenuBox .contact-inner .news-form {
    padding-top: 10px;
}
.footerMenuBox .contact-inner .follow-title {
    color: var(--fourthColor);
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 20px;
}

 .footerMenuBox .contact-inner .social {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 9px 0px 20px;
}
.footerMenuBox .contact-inner .social .social-menu {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.footerMenuBox .contact-inner .social .social-menu > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--fourthColor);
    padding-right: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.footerMenuBox .contact-inner .social .social-menu > li a:hover{
    color: var(--primaryColor);
}
.footerMenuBox .contact-inner .news-content{
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}
/* .footerMenuBox .footer-logo .social-icon{
    padding-top: 20px;
} */
.footerMenuBox .footer-logo .social-icon > ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footerMenuBox .footer-logo .social-icon > ul li .social-menu{
    display: flex;
    align-items: center;
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    padding-top: 10px;
    text-decoration: none;
}
.footerMenuBox .footer-logo .social-icon > ul li .social-menu i{
    color: var(--secondaryColor);
    font-size: 20px;
    border: 1px solid var(--secondaryColor);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 12px;
}
.footerMenuBox .contact-inner .heade-img{
    display: flex;
    align-items: center;
}
/* ********|| FOOTER ENDS ||******** */

/* ********|| COPYRIGHT ENDS ||******** */
.footerMenuBox .copy-sec{
    padding-top: 50px;
} 
.footerMenuBox .copy-sec .copy-inner{
    border-top: 1px solid #9b9b9b;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.footerMenuBox .copy-sec .copy-inner .design{
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.footerMenuBox .copy-sec .copy-inner .design span a{
    color: #e27603;
    text-decoration: none;
}
.footerMenuBox .copy-sec .copy-inner .copy-info{
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    
}
/* ********|| COPYRIGHT ENDS ||******** */

/* ********|| HOME PAGE ENDS ||******** */

/********************************************************/



/* ********|| ABOUT US PAGE STARTS ||******** */

/* ********|| BANNER STARTS ||******** */
.product-banner.about-banner{
    background-color: var(--primaryColor);
}

/* ********|| BANNER ENDS ||******** */

/* ********|| HISTORY STARTS ||******** */
.history-sec{
        padding: 50px 0px 60px 0px;
}
.history-sec .history-img img{
        width: 100%;
    /* height: 350px;
    object-fit: cover; */
}
.history-sec .history-img{
    padding-top: 10px;
}
.history-sec .history-inner .title-inner .title{
    text-align: left;
}
.history-sec .history-inner .title-inner .title-img img{
    margin: 0;
}
.history-sec .history-inner .history-title{
        font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    padding-top: 20px;
    color: var(--primaryColor);
    text-align: justify;
}
.history-sec .history-inner .history-content{
    color: var(--textColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    padding-top: 20px;
    text-align: justify;
}
.history-sec .history-info{
    position: relative;
    padding: 80px 0px;
}
/*
.history-sec .history-info:after{
        position: absolute;
    content: '';
    background-image: url(../img/about-box-1.png);
    width: 188px;
    height: 94px;
    display: block;
    margin: 0 auto;
    left: 0;
    bottom: 123px;
    right: 0;
}
*/
.history-sec .history-info .history-year {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    background-color: var(--primaryColor);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    border: 8px solid #e3e3e3;
    align-items: center;
    position: relative;
    margin: 76px 0px;
}
.history-sec .history-info .year-content{
    position: absolute;
    top: 0;
    color: var(--textColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    border: 1px solid var(--primaryColor);
    padding: 20px;
    border-radius: 15px;
     height: 138px;
    display: flex;
    align-items: center;
}

.history-sec .history-info .history-year:after{
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    border: solid var(--primaryColor);
    background-color: #fff;
    left: 0;
    right: 0;
    top: -33px;
    display: block;
    margin: 0 auto;
    border-width: 0 1px 1px 0;
    transform: rotate( 
45deg);
}
.history-sec .year-inner{
    padding: 80px 0px 0px;
}
.history-sec .year-inner .history-info .history-body{
    display: flex;
    justify-content: center;
}
.history-sec .history-box-img{
    position: absolute;
        top: 172px;
    left: 0;
    right: 0;
}
/*
.history-sec .year-inner .history-info .history-box-img img{
    width: 194px;
}
*/
/*2*/

.history-sec .history-info-2{
    position: relative;
    padding: 80px 0px;
}
/*
.history-sec .history-info-2:after{
        position: absolute;
    content: '';
    background-image: url(../img/about-box-1.png);
    width: 188px;
    height: 94px;
    display: block;
    margin: 0 auto;
    left: 0;
    top: 80px;
    right: 0;
    transform: rotate(
180deg);
}
*/
.history-sec .history-info-2 .history-year{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    background-color: var(--secondaryColor);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    border: 8px solid #e3e3e3;
    align-items: center;
    position: relative;
    margin: 76px 0px;
}
.history-sec .history-info-2 .year-content{
    position: absolute;
    bottom: 0;
    color: var(--textColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    border: 1px solid var(--secondaryColor);
    padding: 20px 10px;
    border-radius: 15px;
    height: 138px;
    display: flex;
    align-items: center;
}

.history-sec .history-info-2 .history-year:after{
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    border: solid var(--secondaryColor);
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: -33px;
    display: block;
    margin: 0 auto;
    border-width: 1px 0 0 1px;
    transform: rotate( 
45deg);
}
/* .history-sec .year-inner{
    padding: 80px 0px;
} */
.history-sec .year-inner .history-info-2 .history-body{
    display: flex;
    justify-content: center;
}
/*
.history-sec .year-inner .history-info-2 .history-box-img{
    position: absolute;
            top: 100px;
    transform: rotate(
180deg);
}
.history-sec .year-inner .history-info-2 .history-box-img img{
    width: 194px;
}
*/


/* ********|| HISTORY ENDS ||******** */

/* ********|| OUR MISSION STARTS ||******** */
.mission-sec{
    padding: 60px 0px;
}
.mission-sec .mission-inner{
    background-color: #f2f2f2;
    padding: 0px 30px;
/*    height: 1040px;*/
    max-height: 600px;
    overflow-y: scroll;
}

.mission-sec .mission-inner::-webkit-scrollbar {
  width: 12px;               
}
.mission-sec .mission-inner::-webkit-scrollbar-track {
  background: #cdcdcd;
/*    border: 3px solid #fff;*/
    border-radius: 20px; 
}
.mission-sec .mission-inner::-webkit-scrollbar-thumb {
  background-color: var(--primaryColor);
  border-radius: 20px;  
}

.mission-sec .mission-inner .mission-img{
        width: 165px;
    height: 165px;
    background-color: var(--primaryColor);
    display: block;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.mission-sec .mission-inner .mission-img-2{
    background-color: #0f8f38;
     display: block;
    justify-content: center;
    margin: 0 auto;
    position: relative;
         width: 165px;
    height: 165px;
    z-index: 1;
}
.mission-sec .mission-inner .mission-img-2:after{
    background-color: #0f8f38;
     position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 0;
    right: 0;
    bottom: -4px;
    display: block;
    margin: 0 auto;
    transform: rotate( 
45deg);
    z-index: -1;
}

.mission-sec .mission-inner .mission-img:after{
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background-color: var(--primaryColor);
/*    background-color: #333;*/
    left: 0;
    right: 0;
    bottom: -4px;
    display: block;
    margin: 0 auto;
    transform: rotate( 
45deg);
    z-index: -1;
}
/*
.mission-sec .mission-inner .mission-img img, .mission-sec .mission-inner .mission-img-2 img{
    width: 100%;
        display: flex;
		object-fit: cover;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    height: 100%;
}
*/
.mission-sec .mission-inner .mission-img img, .mission-sec .mission-inner .mission-img-2 img {
    width: 100px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    height: 100%;
}
.mission-sec .mission-inner .title-inner .title{
    padding-top: 20px; 
}
.mission-sec .mission-inner .title-inner .title-content{
    color: var(--primaryColor);
    width: 400px;
        margin: 0 auto;
    display: block;
        height: 90px;
}
.mission-sec .mission-inner .title-inner .title-content-2{
    width: 100%;
}
.mission-sec .mission-inner .mission-content{
    color: var(--textColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    padding-top: 10px;
    text-align: justify;
}
.mission-sec .mission-inner .mission-content p{
    text-align: justify!important;
}
/* ********|| OUR MISSION ENDS ||******** */

/* ********|| OUR TEAM STARTS ||******** */
div#owldemo3 {
    position: relative;
/*    padding: 0 20px;*/
}
 .team-sec{
    padding-bottom: 60px;
} 
.team-sec .team-img{
    border-radius: 50%;
    border: 12px solid #fff;
    overflow: hidden;
    margin: 0 auto;
    filter: grayscale(1.2);
    transition: ease 0.3s;
    height: 200px;
    width: 200px;
    object-fit: cover;
}
.team-sec h5{
    color: var(--primaryColor);
    /* display: table; */
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    text-transform: capitalize;
    font-weight: 600;
}
/*
.team-sec .team-img img{
    height: 300px;
    width: 100%;
}
*/
.team-sec .team-img:hover{
    border: 12px solid var(--primaryColor);
    filter: grayscale(0);
}
.team-sec .title-inner{
    padding-bottom: 30px;
}
.team-sec .owl-nav{
    /*display: flex;
    justify-content: space-between;*/
    width: 100%;
    position: absolute;
    top: 36%;
    font-size: 40px;
}
.team-sec .owl-nav button.owl-prev {
    position: absolute;
    left: 0px;
}
.team-sec .owl-nav button.owl-next {
    right: 0px;
    position: absolute;
}
.owl-carousel .owl-nav button.owl-next:hover{
    color: var(--primaryColor);
}
.owl-carousel .owl-nav button.owl-prev:hover{
    color: var(--primaryColor);
}
/* ********|| OUR TEAM ENDS ||******** */

/* ********|| ABOUT US PAGE ENDS ||******** */


/********************************************************/



/* ********|| PRODUCT DETAILS PAGE STARTS ||******** */

/* ********|| BANNER STARTS ||******** */
.product-banner{
    background-color: #0f8f38;
/*    height: 300px;*/
    padding: 20px 0px;
}
.product-banner .product-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-banner .product-inner img{
    width: 100%;
}
.product-banner .product-inner .product-info{
    text-align: right;
}
.product-banner .product-inner .product-info .product-title{
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    height: 60px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
}
.product-banner .product-inner .product-info .product-content{
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}






/*
.product-banner .product-inner .product-info .product-title{
    font-weight: 300;
    font-size: 50px;
    height: 60px;
}
.product-banner .product-inner .product-info .product-content{
    font-weight: 500;
}
*/
/* ********|| BANNER ENDS ||******** */

/* ********|| OUR PRODUCTS STARTS ||******** */
.our-product{
    padding: 60px 0px;
}
.our-product .product-part{
   border-bottom: 1px solid var(--primaryColor);
    padding-bottom: 60px;
}
.our-product .fabric-details{

    display: flex;

/*    justify-content: space-between;*/

    align-items: flex-start;

    padding-top: 20px;

}

.our-product .fabric-details .fabric-inner .fabric-img{

    position: relative;

    padding-right: 10px;

    padding-bottom: 10px;

}

/*

.our-product .fabric-details .fabric-inner .fabric-img:after{

    position: absolute;

    content: '';

    background-color: transparent;

    height: 200px;

    width: 200px;

    left: 0;

    top: 0;

    border-top: 10px solid var(--primaryColor);

    border-left: 10px solid var(--primaryColor);

}

.our-product .fabric-details .fabric-inner .fabric-img:before{

    position: absolute;

    content: '';

    background-color: transparent;

    height: 200px;

    width: 200px;

    right: 0;

    bottom: 0;

    border-bottom: 10px solid var(--secondaryColor);

    border-right: 10px solid var(--secondaryColor);

}

*/

/*

.our-product .fabric-details .fabric-info .fabric-action .pdf-action .pdf-btn img{

    height: 30px;

    width: 30px;

}

*/

/*

.our-product .fabric-details .fabric-info .img-box{

    display: flex;

}

*/

.our-product .fabric-details .fabric-info .img-box .img-1{

    padding-left: 10px;

}

.our-product .fabric-details .fabric-inner .title{

    text-align: left;

}

.our-product .fabric-details .fabric-info .fabric-action .email-action .email-btn{

    background-color: var(--primaryColor);

    padding: 10px 16px;

    padding: 11px 12px;

    color: #fff;

    text-transform: uppercase;

    font-size: 14px;

    font-weight: 500;

    margin-bottom: 20px;

}



.our-product .fabric-details .fabric-info .fabric-action{

    margin-bottom: 50px;

    padding-left: 10px;

}

.our-product .fabric-details .fabric-info .fabric-action .pdf-action .pdf-btn{

    background-color: var(--secondaryColor);

    padding: 10px 16px;

    padding: 11px 12px;

    color: #fff;

    text-transform: uppercase;

    font-size: 14px;

    font-weight: 500;

}

.our-product .fabric-details .fabric-info .fabric-action .pdf-action .pdf-btn img{

    padding-right: 6px;

}

.our-product .fabric-details .fabric-info .fabric-action .pdf-action, .our-product .fabric-details .fabric-info .fabric-action .email-action{

    display: flex;

    align-items: center;

}

.our-product .fabric-details .fabric-info .fabric-action .email-action .email-btn i{

    padding-right: 6px;

    font-size: 17px;

}

.our-product .fiber-inner .fiber-title{

    color: var(--primaryColor);

    font-size: 16px;

    font-weight: 600;

    font-family: 'Lato', sans-serif;

    letter-spacing: 0.5px;

    text-transform: uppercase;

    padding-bottom: 12px;

}

.our-product .fiber-inner .fiber-content{

    color: var(--textColor);

    font-size: 14px;

    font-weight: 500;

    font-family: 'Lato', sans-serif;

    transition: ease 0.3s;

    padding-bottom: 12px;

}

.our-product .fiber-inner .fiber-content:last-child {

    padding-bottom: 0px;

}

.our-product .fiber-inner{

    padding: 15px 0px;

}

.our-product .table-inner .table thead th{

    background-color: var(--secondaryColor);

    color: #fff;

    font-weight: 600;

    text-align: center;

    vertical-align: middle;

    font-size: 14px;

    font-family: 'Lato', sans-serif;

    transition: ease 0.3s;

}

.our-product .table-inner .table td, .our-product .table-inner .table th{

    padding: 10px;

    border-top: #fff;

}

.our-product .table-inner .gsm{

    width: 100px; 

}

.our-product .table-inner th{

    font-weight: 600;

     color: var(--textColor);

    font-size: 14px;

    font-family: 'Lato', sans-serif;

    transition: ease 0.3s;

}

.our-product .table-inner .gray{

    background-color: #ebebeb;

}

.our-product .table-inner .black{

    background-color: #e1e1e1;

}

.our-product .table-inner .table-bordered td, .our-product .table-inner .table-bordered th {

    border: 1px solid #ffffff;

    text-align: center;

}

.our-product .table-inner .table td, .our-product .table-inner .table th{

    vertical-align: middle;

    font-weight: 600;

}

.our-product .lead-acid{

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-bottom: 1px solid #868686;

    padding: 15px 0px;

}

.our-product .lead-acid .lead-title{

    color: var(--textColor);

    font-size: 20px;

    font-weight: 600;

    font-family: 'Lato', sans-serif;

    letter-spacing: 0.5px;

    text-transform: uppercase;

/*    width: 64%;*/

}

.our-product .lead-acid .fabric-action{

    display: flex;

    justify-content: space-between;

/*    width: 36%;*/

    padding-left: 20px;

    position: relative;

}

.our-product .lead-acid .fabric-action:after{

    position: absolute;

    content: '';

    height: 40px;

    width: 1px;

    background-color: #868686;

    left: 0;

    top: -7px;

}

.our-product .lead-acid .fabric-action .email-action .email-btn{

    background-color: var(--primaryColor);

    padding: 10px 16px;

    padding: 11px 12px;

    color: #fff;

    text-transform: uppercase;

    font-size: 14px;

    font-weight: 500;

    margin-bottom: 20px;

}
.product-part a:hover {
    color: transparent;
}
.our-product .product-part .list-title{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 74px;
}
.our-product .product-part .list-title:after{
        position: absolute;
    content: '';
    height: 73px;
    width: 100%;
/*    background-image: url(../img/tag.png);*/
    left: 0;
    z-index: -1;
    background-color: var(--primaryColor);
    clip-path: polygon(100% 0%, 100% 54%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}
/*
.our-product .product-part .list-title:before{
    position: absolute;
    content: '';
    height: 6px;
    width: 100%;
    background-color: var(--primaryColor);
}
*/
.our-product .product-part .list-inner{
    background-color: #f2f2f2;
    padding: 20px;
    margin-top: 20px;
}
.our-product .product-part .list-inner .list-img{
    width: 55px;
    display: block;
    margin: 0 auto;
}
.our-product .product-part .list-inner .list-info{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
}
.our-product .product-part .list-inner .list-info.pink{
    color: var(--primaryColor);
}
.our-product .product-part .list-inner .list-info.orange{
    color: #e3453f;
}
.our-product .product-part .list-inner .list-info.green{
    color: #0f8f38;
}
.our-product .product-part .list-inner .list-content{
    color: #686868;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
}
.our-product .product-part .why-tab .fabric-img{
    border: 1px solid #bdbdbd;
	overflow: hidden;
}
.our-product .product-part .why-tab .nav-pills .nav-link.active, .our-product .product-part .why-tab .nav-pills .show>.nav-link{
    background-color: var(--primaryColor);
    padding: 6px;
    position: relative;
    border: 1px solid transparent;
    
}
.our-product .product-part .why-tab .nav-pills .nav-link.active img{
    opacity: 100%;
}
.our-product .product-part .why-tab .nav-pills .nav-link.active:after {
       position: absolute;
    content: '';
    background-color: var(--primaryColor);
        height: 9px;
    width: 9px;
    transform: rotate( 
45deg);
    /* right: -5px; */
    left: 44%;
    top: -5px;
}
.our-product .product-part .nav-pills .nav-link {
    border-radius: 0;
    border: 1px solid #bdbdbd;
    margin-bottom: 15px;
}
.our-product .product-part .nav-pills .nav-link img{
    opacity: 70%;
}
.our-product .product-part .nav-pills .nav-link img{
    opacity: 70%;
}
.our-product .product-part .review-sec .pre-product{
    display: flex;
    justify-content: space-between;
    padding: 0 0px 30px;
}
.our-product .product-part .review-sec .pre-product .review-inner .pro-name{
    color: var(--fourthColor);
    font-size: 24px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}
.our-product .product-part .review-sec .pre-product .review-inner .review-info{
    color: #f59703;
    font-size: 24px;
}
.our-product .product-part .review-sec .pre-product .review-inner .review-info .gray{
    color: #cecece;
}
.our-product .product-part .review-sec .pre-product .review-inner .code-title{
    color: var(--primaryColor);
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}
.our-product .product-part .why-tab .fabric-inner {
    text-align: center;
}
.our-product .product-part .review-sec .pre-product .social-info{
     color: #555555;
    font-size: 18px;
}
.our-product .product-part .review-sec .pre-product .social-info i{
    padding-left: 10px;
    padding-top: 10px;
}
.our-product .product-part .review-sec .pre-product-inner .brown{
    background-color: #72290d;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 0;
    margin-right: 10px;
}
.our-product .product-part .review-sec .pre-product-inner .light-brown{
    background-color: #9d583e;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 0;
    margin-right: 10px;
}
.our-product .product-part .review-sec .pre-product-inner .gray{
    background-color: #4a4543;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 0;
    margin-right: 10px;
}
.our-product .product-part .review-sec .pre-product-inner .black{
    background-color: #000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 0;
}
.our-product .product-part .review-sec .pre-product-inner .product-color-2 .product-size{
    display: flex;
    justify-content: space-between;
}

.our-product .product-part .review-sec .pre-product-inner{
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    margin: 30px 0px;
/*    padding: 30px 0px;*/
}
.our-product .product-part .review-sec .pre-product-inner .product-color .color-title{
    color: var(--fourthColor);
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.our-product .product-part .review-sec .pre-product-inner .product-color-2 .btn-secondary{
    background-color: transparent;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 0;
    margin-right: 10px;
        color: #606060;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.our-product .product-part .review-sec .pre-product-inner .product-color-2 .btn-secondary.active{
    background-color: #d4d4d4;
/*    border: 5px solid #d4d4d4;*/
    box-shadow: 0 0 0 0.2rem rgb(130 138 145 / 50%);
    color: #000;
}
/*
.our-product .product-part .review-sec .pre-product-inner .product-color .btn-secondary.active{
    border: 5px solid #d4d4d4;
}
*/
.our-product .product-part .review-sec .pre-product-inner .active{
/*    border: 5px solid #d4d4d4;*/
   box-shadow: 0 0 0 0.2rem rgb(130 138 145 / 50%); 
}
/*
.our-product .product-part .review-sec .pre-product-inner .btn-secondary:not(:disabled):not(.disabled).active:focus, .our-product .product-part .review-sec .pre-product-inner .btn-secondary:not(:disabled):not(.disabled):active:focus, .our-product .product-part .review-sec .pre-product-inner .show>.btn-secondary.dropdown-toggle:focus{
    box-shadow: none;
}
*/
.our-product .product-part .review-sec .pre-product-inner .return-title{
    color: #1943ae;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
/*
.our-product .product-part .review-sec .pre-product-inner .product-color-2:after{
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #aaaaaa;
    left: 0;
    top: 0;
}
.our-product .product-part .review-sec .pre-product-inner .product-color-2{
    position: relative;
}
*/
.our-product .product-part .review-sec .pre-product-inner .flex-cen{
    border-left: 1px solid #aaaaaa;
}
.our-product .product-part .review-sec .pre-product-inner .product-color-2 .color-title{
    color: var(--fourthColor);
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 10px;

}
.our-product .product-part .review-sec .pre-product-inner .product-color-2 .color-chart{
    color: #1943ae;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding-bottom: 10px;

}
.our-product .product-part .review-sec .pre-product-inner .size-chart{
    height: 140px;
}
.our-product .product-part .review-sec .pre-product-inner .flex-cen:first-child{
    border: 0;
}




.our-product .offered-sec .nav-tabs {
    border: none;
    border-bottom: 2px solid #757575;
}
.our-product .offered-sec .nav-tabs .nav-link.active {
    position: relative;
    color: var(--fourthColor);
    border: 1px solid transparent;
    background-color: transparent;
}
.our-product .offered-sec .nav-tabs .nav-link {
    color: #757575;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
}
.our-product .offered-sec .nav-tabs .nav-link.active:before {
        position: absolute;
    content: '';
    background-color: var(--primaryColor);
    height: 2px;
    width: 102%;
    top: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.our-product .offered-sec .nav-tabs .nav-link.active:after {
    position: absolute;
    content: '';
    background-color: var(--primaryColor);
    clip-path: polygon(0 50%, 100% 50%, 50% 100%, 0% 50%);
    height: 15px;
    width: 15px;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.our-product .offered-sec .course-inner .details-content{
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    padding-top: 20px;
}
.our-product .offered-sec .nav-tabs .nav-link {
    color: var(--fourthColor);
    position: relative;
    text-align: center;
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
}
.our-product .offered-sec .nav-tabs .nav-link:after {
    position: absolute;
    content: '';
    background-color: #757575;
    height: 1px;
    width: 101%;
    top: 33px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}
.our-product .offered-sec .course-inner ul{
/*    padding: 0;*/
    margin: 0;
    padding-left: 25px;
    
}
.our-product .productdetails_extraimg {
    margin-top: 15px;
}
.our-product .productdetails_extraimg .new-tab-my .nav a {
    width: 20%;
    margin: 0 10px;
}
.our-product .offered-sec .course-inner ul li::marker{
    color: var(--primaryColor);
    font-size: 22px;
}
.our-product .offered-sec .course-inner ul li{
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}
.our-product .offered-sec .nav-tabs .nav-link:focus, .our-product .offered-sec .nav-tabs .nav-link:hover{
    border: 1px solid transparent;
}
.our-product .offered-sec .nav-tabs .nav-link.active:hover{
    border: 1px solid transparent;
}


/* ********|| OUR PRODUCTS ENDS ||******** */

/* ********|| RELATED PRODUCTS STARTS ||******** */
.related-sec .related-info .related-img{
    border: 1px solid #bdbdbd;
    padding: 20px 40px;
}
.related-sec .related-info .related-box .pro-box:hover{
     box-shadow: 0px 4px 8px 0px #f8f8f8;
    transition: 0.5s;
}
.related-sec .related-info .related-box{
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
/* ********|| RELATED PRODUCTS ENDS ||******** */




/*PRODUCT PART START*/
.pro-part{
/*    margin-top: 30px;*/
    padding-bottom: 60px;
}

.pro-part .pro-box .text-box{
    padding: 6px 10px;
}
.pro-part .pro-box:hover{
    box-shadow: 0px 4px 8px 0px #f8f8f8;
    transition: 0.5s;
/*    background-color: var(--primaryColor);*/
}
/*
.pro-part .pro-box .img-box{
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #bdbdbd;
        padding: 20px 30px;
    margin: 0px 20px;
}
*/
.pro-part .title-inner .title-img img{
    padding-bottom: 40px;
}
.pro-part .owl-nav{
    width: 100%;
    top: 35%;
    position: absolute;
    font-size: 35px;
    color: var(--primaryColor);
}
.pro-part .owl-carousel .owl-nav button.owl-next{
    right: 0px;
    position: absolute;
}
.pro-part .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: 0px;
}
/*
.pro-part .owl-nav i{
     border: 2px solid var(--primaryColor);
    border-radius: 50%;
        padding: 0px 13px;
}
*/


.pro-part .pro-box:hover .img-box img{
    background-color: #333;
    transition: 0.7s;
}
.pro-part .pro-box h5 a{
    color: var(--primaryColor);
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.pro-part .pro-box h5 a:hover{
    color: #56cfe1;
    transition: 0.5s;
}
.pro-part .pro-box .text-box h6{
    color: #696969;
    font-size: 14px;
    margin-bottom: 19px;
    font-family: 'Poppins', sans-serif;
    text-decoration: line-through;
    display: inline-block;
    font-weight: 400;
}
.pro-part .pro-box .text-box p{
    color: #696969;
    font-size: 14px;
    margin: 0 6px;
    font-weight: 400;
    display: inline-block;
}
.pro-part .pro-box .text-box span{
    color: #696969;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}
/*
.pro-part .pro-box:hover .img-box .btn-box{
    top: 0;
    transition: 0.5s;
    background-color: rgba(197, 1, 100, 0.85);
    height: 100%;
    padding-top: 50%;
}
*/
.pro-part .pro-box .img-box{
    position: relative;
}
.pro-part .pro-box .img-box:after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgb(197 1 100 / 84%);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.pro-part .pro-box:hover .img-box:after{
    opacity: 1;
}
.pro-part .pro-box .img-box .btn-box {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    text-align: center;
    
     opacity: 0;
    transition: all 0.3s ease;
}
.pro-part .pro-box:hover .img-box .btn-box{
    opacity: 1;
    z-index: 1;
}
.pro-part .pro-box{
    z-index: 2;
        padding: 0px 20px;
}
/*
.pro-part #owldemo2 .pro-box:hover .img-box .btn-box{
	padding-top:20%;	
}
*/
.pro-part .pro-box .img-box .btn-box .pro-name{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
}
.pro-part .pro-box .img-box .btn-box .social-icon i{
    color: #fff;
    font-size: 16px;
    margin: 20px 0px;
    padding: 0px 6px;
}
.pro-part .pro-box .img-box .btn-box .social-icon i:nth-child(2){
    border-left: 1px solid #d4699e;
    border-right: 1px solid #d4699e;
}
.pro-part .pro-box .img-box .btn-box .pro-action .pro-btn{
     color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    border: 1px solid #fff;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.pro-part .pro-box .img-box .btn-box .pro-action .pro-btn:hover{
     background-color: #fff;
    color: var(--primaryColor);
}
.pro-part .pro-box .text-box{
     color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
}





/*
.pro-part .pro-box .img-box .btn-box{
    position: absolute;
    top: -44%;
    left: 0;
    right: 0;
    text-align: center;
}
*/
.pro-part .pro-box .img-box .off-box{
    position: absolute;
    top: 16px;
    left: 14px;
    padding: 3px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  
    background-color: #ff4e00;
    
}
.pro-part .pro-box .img-box .hrt-box{
    position: absolute;
    top: 28px;
    right: 31px;
    visibility: hidden;
}
.pro-part .pro-box:hover .img-box .hrt-box{
    visibility: visible;
    transition: 0.3s;
}
.pro-part .pro-box .img-box .hrt-box a i{
    color: var(--primaryColor);
    font-size: 25px;
}
.pro-part .pro-box .img-box .off-box span{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}
.footer-part .media-part ul .fb-ani{
    height: 27px;
    width: 37px;
    overflow: hidden;
    display: inline-block;
    padding: 0px 5px;
    
}
/*
.footer-part .media-part ul li a .img-1{
transform: translate(0px, -27px);
}
.footer-part .media-part ul li a .img-2{
transform: translate(0px, -27px);
}
.footer-part .media-part ul li:hover a .img-1{
transform: translate(0px, 0px);
    transition: 0.3s;
}
.footer-part .media-part ul li:hover a .img-2{
transform: translate(0px, 0px);
    transition: 0.3s;
}
.footer-part .media-part ul li a i:hover{
   color: #fff;
   
}
*/

.pro-part .pro-box .img-box .btn-box .view-btn a i, .pro-part .pro-box .img-box .btn-box .shop-btn a i{
    padding-left: 6px;
}
.pro-part .pro-box .img-box .btn-box .view-btn{
    margin-bottom: 38px;
}
.pro-part .pro-box .img-box .btn-box .view-btn a{
    color: #222222;
    background-color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    font-weight: 400;
    
}
.pro-part .pro-box .img-box .btn-box .shop-btn a{
    color: #222222;
    background-color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    font-weight: 400;
}
/*
.pro-part .pro-box .img-box .btn-box .view-btn{
    overflow: hidden;
}
*/
.pro-part .pro-box .img-box .btn-box .view-btn a:hover, .pro-part .pro-box .img-box .btn-box .shop-btn a:hover{
    color: #ffff;
    background-color: #ff4e00;
    transition: 0.4s;
}
/*
.pro-part .pro-box .img-box .btn-box .view-btn a h5{
    transform: translate(0px, -27px);
}
.pro-part .pro-box .img-box .btn-box .view-btn a i{
    transform: translate(0px, -27px);
}
.pro-part .pro-box .img-box .btn-box .view-btn a:hover h5{
    transform: translate(0px, 0px);
    transition: 0.3s;
   display: inline-block;
}
.pro-part .pro-box .img-box .btn-box .view-btn a:hover i{
    transform: translate(0px, 0px);
    transition: 0.3s;
}
*/
.pro-part .pro-box b{
    color: var(--secondaryColor);
    font-size: 1rem;
    
}
.pro-part .m-top{
    margin-top: 30px;
}
.pro-part .load-box .lad-btn{
    margin-top: 40px;
    margin-bottom: 22px;
    text-align: center;
}
.pro-part .load-box .lad-btn a{
    color: var(--primaryColor);
    padding: 12px 25px;
    border-radius: 530px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid var(--primaryColor);
}
.pro-part .load-box .lad-btn a:hover{
    background-color: #56cfe1;
    color: #fff;
    border: 2px solid #56cfe1;
    transition: 0.4s;
}
/*PRODUCT PART end*/





/* ********|| PRODUCT DETAILS PAGE ENDS ||******** */



/***************************************************/



/* ********|| PRODUCT PAGE STARTS ||******** */
.variation-sec{
    padding: 60px 0px;
}

/*
.variation-sec .pro-box:hover{
    box-shadow: 0px 4px 8px 0px #f8f8f8;
    transition: 0.5s;
}
.variation-sec .pro-box .img-box{
    overflow: hidden;
    position: relative;
	padding: 20px;
}
.variation-sec .title-inner .title-img img{
    padding-bottom: 40px;
}
.variation-sec .owl-nav{
    display: flex;
    width: 100%;
    justify-content: space-between;
    top: 35%;
    position: absolute;
    font-size: 35px;
    color: var(--primaryColor);
   
}

.variation-sec .pro-box h5 a{
    color: var(--primaryColor);
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.variation-sec .pro-box h5 a:hover{
    color: #56cfe1;
    transition: 0.5s;
}
.variation-sec .pro-box .text-box h6{
    color: #696969;
    font-size: 14px;
    margin-bottom: 19px;
    font-family: 'Poppins', sans-serif;
    text-decoration: line-through;
    display: inline-block;
    font-weight: 400;
}
.variation-sec .pro-box .text-box p{
    color: #696969;
    font-size: 14px;
    margin: 0 6px;
    font-weight: 400;
    display: inline-block;
}
.variation-sec .pro-box .text-box span{
    color: #696969;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}
.variation-sec .pro-box:hover .img-box .btn-box{
    top: 0;
    transition: 0.5s;
    background-color: rgba(197, 1, 100, 0.85);
    height: 100%;
    padding-top: 36%;
}
.variation-sec .pro-box .img-box .btn-box{
    position: relative;
}
*/


/*1*/
.variation-sec .pro-box .img-box{
    position: relative;
}
.variation-sec .pro-box .img-box:after{
    position: absolute;
    content: '';
    height: 535px;
    width: 100%;
    background-color: rgb(197 1 100 / 84%);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.variation-sec .pro-box:hover .img-box:after{
    opacity: 1;
}
.variation-sec .pro-box .img-box .btn-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    
     opacity: 0;
    transition: all 0.3s ease;
}
.variation-sec .pro-box:hover .img-box .btn-box{
    opacity: 1;
    z-index: 1;
}
/*2*/
.variation-sec .pro-box-2 .img-box{
    position: relative;
}
.variation-sec .pro-box-2 .img-box:after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgb(197 1 100 / 84%);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.variation-sec .pro-box-2:hover .img-box:after{
    opacity: 1;
}
.variation-sec .pro-box-2 .img-box .btn-box {
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    text-align: center;
    
     opacity: 0;
    transition: all 0.3s ease;
}
.variation-sec .pro-box-2:hover .img-box .btn-box{
    opacity: 1;
    z-index: 1;
}
/*3*/
.variation-sec .pro-box-3 .img-box{
    position: relative;
}
.variation-sec .pro-box-3 .img-box:after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgb(197 1 100 / 84%);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.variation-sec .pro-box-3:hover .img-box:after{
    opacity: 1;
}
.variation-sec .pro-box-3 .img-box .btn-box {
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    text-align: center;
    
     opacity: 0;
    transition: all 0.3s ease;
}
.variation-sec .pro-box-3:hover .img-box .btn-box{
    opacity: 1;
    z-index: 1;
}
/*4*/
.variation-sec .pro-box-4 .img-box{
    position: relative;
}
.variation-sec .pro-box-4 .img-box:after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgb(197 1 100 / 84%);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.variation-sec .pro-box-4:hover .img-box:after{
    opacity: 1;
}
.variation-sec .pro-box-4 .img-box .btn-box {
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    text-align: center;
    
     opacity: 0;
    transition: all 0.3s ease;
}
.variation-sec .pro-box-4:hover .img-box .btn-box{
    opacity: 1;
    z-index: 1;
}
/*5*/
.variation-sec .pro-box-5 .img-box{
    position: relative;
}
.variation-sec .pro-box-5 .img-box:after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgb(197 1 100 / 84%);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.variation-sec .pro-box-5:hover .img-box:after{
    opacity: 1;
}
.variation-sec .pro-box-5 .img-box .btn-box {
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    text-align: center;
    
     opacity: 0;
    transition: all 0.3s ease;
}
.variation-sec .pro-box-5:hover .img-box .btn-box{
    opacity: 1;
    z-index: 1;
}











.variation-sec .pro-box .img-box .btn-box .pro-name{
        color: var(--primaryColor);
    /* text-decoration: underline; */
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    background-color: #ffffff;
    padding: 4px 18px;
    text-transform: capitalize;
    margin: 0px 25px 25px;
    line-height: 1.2;
}
.variation-sec .pro-box .img-box .btn-box .social-icon{
    display: none;
}
.variation-sec .pro-box .img-box .btn-box .social-icon i{
    color: #fff;
    font-size: 16px;
    margin: 20px 0px;
    padding: 0px 6px;
}
.variation-sec .pro-box .img-box .btn-box .social-icon i:nth-child(2){
    border-left: 1px solid #d4699e;
    border-right: 1px solid #d4699e;
}
.variation-sec .pro-box .img-box .btn-box .pro-action .pro-btn{
     color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    border: 1px solid #fff;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.variation-sec .pro-box .img-box .btn-box .pro-action .pro-btn:hover{
    background-color: #fff;
    color: var(--primaryColor);
}
.variation-sec .pro-box .text-box{
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    position: absolute;
    top: 15%;
    right: 0;
    left: 0;
    background-color: #ffffffb8;
    padding: 10px;
/*    display: block;*/
    margin: 0 auto;
    width: 180px;
    display: none;
}
.variation-sec .pro-box:hover .text-box{
    display: none;
}
.variation-sec .pro-box .img-box .variation-inner .variation-img{
    position: relative;
	height: 400px;
    text-align: center;
}
.variation-sec.searchpage_sec .pro-box .img-box .variation-inner .variation-img{
	height: 200px;
}
.variation-sec.searchpage_sec{
	padding: 10px 0px 60px;
}
.searchpage_sec .productser_name .pro-name {
    text-align: center;
}
.searchpage_sec .productser_name .pro-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    margin: auto;
}
.searchpage_sec .productser_name .pro-name a {
    color: #999;
}

.variation-sec.searchpage_sec .pro-box .img-box .btn-box .pro-action .pro-btn{
	display: table;
    margin: 20px auto 0;
}
.variation-sec.searchpage_sec .pro-box .img-box .btn-box .pro-name a {
    color: #fff;
    margin-top: 10px;
    display: block;
}
.variation-sec .pro-box .img-box .variation-inner .variation-img img{
    width: 100%;
    height: 535px;
    object-fit: cover;
    border: 1px solid #b4b4b4;
}

/*
.variation-sec .pro-box .img-box .btn-box{
    position: absolute;
    top: -44%;
    left: 0;
    right: 0;
    text-align: center;
}
*/
.variation-sec .pro-box .img-box .off-box{
    position: absolute;
    top: 16px;
    left: 14px;
    padding: 3px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  
    background-color: #ff4e00;
    
}
.variation-sec .pro-box .img-box .hrt-box{
    position: absolute;
    top: 28px;
    right: 31px;
    visibility: hidden;
}
.variation-sec .pro-box:hover .img-box .hrt-box{
    visibility: visible;
    transition: 0.3s;
}
.variation-sec .pro-box .img-box .hrt-box a i{
    color: var(--primaryColor);
    font-size: 25px;
}
.variation-sec .pro-box .img-box .off-box span{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}
.footer-part .media-part ul .fb-ani{
    height: 27px;
    width: 37px;
    overflow: hidden;
    display: inline-block;
    padding: 0px 5px;
    
}

.variation-sec .pro-box .img-box .btn-box .view-btn a i, .variation-sec .pro-box .img-box .btn-box .shop-btn a i{
    padding-left: 6px;
}
.variation-sec .pro-box .img-box .btn-box .view-btn{
    margin-bottom: 38px;
}
.variation-sec .pro-box .img-box .btn-box .view-btn a{
    color: #222222;
    background-color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    font-weight: 400;
    
}
.variation-sec .pro-box .img-box .btn-box .shop-btn a{
    color: #222222;
    background-color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    font-weight: 400;
}

.variation-sec .pro-box .img-box .btn-box .view-btn a:hover, .variation-sec .pro-box .img-box .btn-box .shop-btn a:hover{
    color: #ffff;
    background-color: #ff4e00;
    transition: 0.4s;
}

.variation-sec .pro-box b{
    color: var(--secondaryColor);
    font-size: 1rem;
    
}
.variation-sec .pro-box{
    margin-right: 8px;
    margin-left: 8px;
/*    border: 1px solid #adadad;*/
}
.variation-sec .m-top{
    margin-top: 30px;
}
.variation-sec .load-box .lad-btn{
    margin-top: 40px;
    margin-bottom: 22px;
    text-align: center;
}
.variation-sec .load-box .lad-btn a{
    color: var(--primaryColor);
    padding: 12px 25px;
    border-radius: 530px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid var(--primaryColor);
}
.variation-sec .load-box .lad-btn a:hover{
    background-color: #56cfe1;
    color: #fff;
    border: 2px solid #56cfe1;
    transition: 0.4s;
}




.variation-sec .pro-box-2:hover{
    box-shadow: 0px 4px 8px 0px #f8f8f8;
    transition: 0.5s;
/*    background-color: var(--primaryColor);*/
}
/*
.variation-sec .pro-box-2 .img-box{
    overflow: hidden;
    position: relative;
}
*/

.variation-sec .pro-box-2 h5 a{
    color: var(--primaryColor);
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.variation-sec .pro-box-2 h5 a:hover{
    color: #56cfe1;
    transition: 0.5s;
}
.variation-sec .pro-box-2 .text-box h6{
    color: #696969;
    font-size: 14px;
    margin-bottom: 19px;
    font-family: 'Poppins', sans-serif;
    text-decoration: line-through;
    display: inline-block;
    font-weight: 400;
}
.variation-sec .pro-box-2 .text-box p{
    color: #696969;
    font-size: 14px;
    margin: 0 6px;
    font-weight: 400;
    display: inline-block;
}
.variation-sec .pro-box-2 .text-box span{
    color: #696969;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}
/*
.variation-sec .pro-box-2:hover .img-box .btn-box{
    top: 0;
    transition: 0.5s;
    background-color: rgba(197, 1, 100, 0.85);
    height: 100%;
    padding-top: 36%;
}
*/
.variation-sec .pro-box-2 .img-box .btn-box .pro-name{
    color: var(--primaryColor);
    /* text-decoration: underline; */
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    background-color: #ffffff;
    padding: 4px 18px;
    text-transform: capitalize;
    margin: 0px 25px 25px;
    line-height: 1.2;
}
.variation-sec .pro-box-2 .img-box .btn-box .social-icon i{
    color: #fff;
    font-size: 16px;
    margin: 20px 0px;
    padding: 0px 6px;
}
.variation-sec .pro-box-2 .img-box .btn-box .social-icon{
    display: none;
}
.variation-sec .pro-box-3 .img-box .btn-box .social-icon{
    display: none;
}
.variation-sec .pro-box-4 .img-box .btn-box .social-icon{
    display: none;
}
.variation-sec .pro-box-5 .img-box .btn-box .social-icon{
    display: none;
}
.variation-sec .pro-box-2 .img-box .btn-box .social-icon i:nth-child(2){
    border-left: 1px solid #d4699e;
    border-right: 1px solid #d4699e;
}
.variation-sec .pro-box-2 .img-box .btn-box .pro-action .pro-btn{
     color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    border: 1px solid #fff;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.variation-sec .pro-box-2 .img-box .btn-box .pro-action .pro-btn:hover{
    background-color: #fff;
    color: var(--primaryColor);
}
.variation-sec .pro-box-2 .text-box{
     color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    position: absolute;
    top: 72%;
    right: 0;
    left: 0;
    background-color: #ffffffb8;
    padding: 10px;
/*    display: block;*/
    margin: 0 auto;
    width: 180px;
    display: none;
}
.variation-sec .pro-box-2:hover .text-box{
    display: none;
}
.variation-sec .pro-box-2 .img-box .variation-inner .variation-img{
    position: relative;
}

.variation-sec .pro-box-2 .img-box .variation-inner .variation-img img{
   width: 100%;
    height: 259px;
    border: 1px solid #b4b4b4;
    object-fit: cover;
}
.variation-sec .pro-box-3 .img-box .variation-inner .variation-img img{
    width: 100%;
    height: 259px;
    border: 1px solid #b4b4b4;
    object-fit: cover;
}
/*
.variation-sec .pro-box-2 .img-box .btn-box{
    position: absolute;
    top: -44%;
    left: 0;
    right: 0;
    text-align: center;
}
*/
.variation-sec .pro-box-2 .img-box .off-box{
    position: absolute;
    top: 16px;
    left: 14px;
    padding: 3px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  
    background-color: #ff4e00;
    
}
.variation-sec .pro-box-2 .img-box .hrt-box{
    position: absolute;
    top: 28px;
    right: 31px;
    visibility: hidden;
}
.variation-sec .pro-box-2:hover .img-box .hrt-box{
    visibility: visible;
    transition: 0.3s;
}
.variation-sec .pro-box-2 .img-box .hrt-box a i{
    color: var(--primaryColor);
    font-size: 25px;
}
.variation-sec .pro-box-2 .img-box .off-box span{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.variation-sec .pro-box-2 .img-box .btn-box .view-btn a i, .variation-sec .pro-box-2 .img-box .btn-box .shop-btn a i{
    padding-left: 6px;
}
.variation-sec .pro-box-2 .img-box .btn-box .view-btn{
    margin-bottom: 38px;
}
.variation-sec .pro-box-2 .img-box .btn-box .view-btn a{
    color: #222222;
    background-color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    font-weight: 400;
}
.variation-sec .pro-box-2 .img-box .btn-box .shop-btn a{
    color: #222222;
    background-color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    font-weight: 400;
}

.variation-sec .pro-box-2 .img-box .btn-box .view-btn a:hover, .variation-sec .pro-box .img-box .btn-box .shop-btn a:hover{
    color: #ffff;
    background-color: #ff4e00;
    transition: 0.4s;
}

.variation-sec .pro-box-2 b{
    color: var(--secondaryColor);
    font-size: 1rem;
    
}
/*3*/
.variation-sec .pro-box-3{
    margin-top: 16px;
    margin-left: 8px;
    margin-right: 8px;
}
.variation-sec .pro-box-2{
    margin-left: 8px;
    margin-right: 8px;
}

.variation-sec .pro-box-3:hover{
    box-shadow: 0px 4px 8px 0px #f8f8f8;
    transition: 0.5s;
/*    background-color: var(--primaryColor);*/
}
/*
.variation-sec .pro-box-3 .img-box{
    overflow: hidden;
    position: relative;
}
*/

.variation-sec .pro-box-3 h5 a{
    color: var(--primaryColor);
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.variation-sec .pro-box-3 h5 a:hover{
    color: #56cfe1;
    transition: 0.5s;
}
.variation-sec .pro-box-3 .text-box h6{
    color: #696969;
    font-size: 14px;
    margin-bottom: 19px;
    font-family: 'Poppins', sans-serif;
    text-decoration: line-through;
    display: inline-block;
    font-weight: 400;
}
.variation-sec .pro-box-3 .text-box p{
    color: #696969;
    font-size: 14px;
    margin: 0 6px;
    font-weight: 400;
    display: inline-block;
}
.variation-sec .pro-box-3 .text-box span{
    color: #696969;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}
/*
.variation-sec .pro-box-3:hover .img-box .btn-box{
    top: 0;
    transition: 0.5s;
    background-color: rgba(197, 1, 100, 0.85);
    height: 100%;
    padding-top: 36%;
}
*/
.variation-sec .pro-box-3 .img-box .btn-box .pro-name{
    color: var(--primaryColor);
    /* text-decoration: underline; */
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    background-color: #ffffff;
    padding: 4px 18px;
    text-transform: capitalize;    
    margin: 0px 25px 25px;
    line-height: 1.2;
}
.variation-sec .pro-box-3 .img-box .btn-box .social-icon i{
    color: #fff;
    font-size: 16px;
    margin: 20px 0px;
    padding: 0px 6px;
}
.variation-sec .pro-box-3 .img-box .btn-box .social-icon i:nth-child(2){
    border-left: 1px solid #d4699e;
    border-right: 1px solid #d4699e;
}
.variation-sec .pro-box-3 .img-box .btn-box .pro-action .pro-btn{
     color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    border: 1px solid #fff;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.variation-sec .pro-box-3 .img-box .btn-box .pro-action .pro-btn:hover{
    color: var(--primaryColor);
    background-color: #fff;
}
.variation-sec .pro-box-3 .text-box{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    position: absolute;
    top: 72%;
    right: 0;
    left: 0;
    background-color: #ffffffb8;
    padding: 10px;
/*    display: block;*/
    margin: 0 auto;
    width: 180px;
    display: none;
}
.variation-sec .pro-box-3:hover .text-box{
    display: none;
}
.variation-sec .pro-box-3 .img-box .variation-inner .variation-img{
    position: relative;
}

.variation-sec .pro-box-3 .img-box .variation-inner .variation-img img{
    width: 400px;
/*    height: 363px;*/
}
/*
.variation-sec .pro-box-3 .img-box .btn-box{
    position: absolute;
    top: -44%;
    left: 0;
    right: 0;
    text-align: center;
}
*/
.variation-sec .pro-box-3 .img-box .off-box{
    position: absolute;
    top: 16px;
    left: 14px;
    padding: 3px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  
    background-color: #ff4e00;
    
}
.variation-sec .pro-box-3 .img-box .hrt-box{
    position: absolute;
    top: 28px;
    right: 31px;
    visibility: hidden;
}
.variation-sec .pro-box-3:hover .img-box .hrt-box{
    visibility: visible;
    transition: 0.3s;
}
.variation-sec .pro-box-3 .img-box .hrt-box a i{
    color: var(--primaryColor);
    font-size: 25px;
}
.variation-sec .pro-box-3 .img-box .off-box span{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.variation-sec .pro-box-3 .img-box .btn-box .view-btn a i, .variation-sec .pro-box-3 .img-box .btn-box .shop-btn a i{
    padding-left: 6px;
}
.variation-sec .pro-box-3 .img-box .btn-box .view-btn{
    margin-bottom: 38px;
}
.variation-sec .pro-box-3 .img-box .btn-box .view-btn a{
    color: #222222;
    background-color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    font-weight: 400;
}
.variation-sec .pro-box-3 .img-box .btn-box .shop-btn a{
    color: #222222;
    background-color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    font-weight: 400;
}

.variation-sec .pro-box-3 .img-box .btn-box .view-btn a:hover, .variation-sec .pro-box-3 .img-box .btn-box .shop-btn a:hover{
    color: #ffff;
    background-color: #ff4e00;
    transition: 0.4s;
}

.variation-sec .pro-box-3 b{
    color: var(--secondaryColor);
    font-size: 1rem;
    
}

/*4*/
.variation-sec .pro-box-4{
    margin-top: 16px;
    margin-right: 8px;
    margin-left: 8px;
}
.variation-sec .pro-box-4:nth-child(2){
    margin-left: 15px;
    margin-right: 15px;
}

.variation-sec .pro-box-4:hover{
    box-shadow: 0px 4px 8px 0px #f8f8f8;
    transition: 0.5s;
/*    background-color: var(--primaryColor);*/
}
/*
.variation-sec .pro-box-4 .img-box{
    overflow: hidden;
    position: relative;
}
*/

.variation-sec .pro-box-4 h5 a{
    color: var(--primaryColor);
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.variation-sec .pro-box-4 h5 a:hover{
    color: #56cfe1;
    transition: 0.5s;
}
.variation-sec .pro-box-4 .text-box h6{
    color: #696969;
    font-size: 14px;
    margin-bottom: 19px;
    font-family: 'Poppins', sans-serif;
    text-decoration: line-through;
    display: inline-block;
    font-weight: 400;
}
.variation-sec .pro-box-4 .text-box p{
    color: #696969;
    font-size: 14px;
    margin: 0 6px;
    font-weight: 400;
    display: inline-block;
}
.variation-sec .pro-box-4 .text-box span{
    color: #696969;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}
/*
.variation-sec .pro-box-4:hover .img-box .btn-box{
    top: 0;
    transition: 0.5s;
    background-color: rgba(197, 1, 100, 0.85);
    height: 100%;
    padding-top: 36%;
}
*/
.variation-sec .pro-box-4 .img-box .btn-box .pro-name{
        color: var(--primaryColor);
    /* text-decoration: underline; */
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    background-color: #ffffff;
    padding: 4px 18px;
    margin: 0px 25px 25px;
        line-height: 1.2;
    text-transform: capitalize;
}
.variation-sec .pro-box-4 .img-box .btn-box .social-icon i{
    color: #fff;
    font-size: 16px;
    margin: 20px 0px;
    padding: 0px 6px;
}
.variation-sec .pro-box-4 .img-box .btn-box .social-icon i:nth-child(2){
    border-left: 1px solid #d4699e;
    border-right: 1px solid #d4699e;
}
.variation-sec .pro-box-4 .img-box .btn-box .pro-action .pro-btn{
     color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    border: 1px solid #fff;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.variation-sec .pro-box-4 .img-box .btn-box .pro-action .pro-btn:hover{
    color: var(--primaryColor);
    background-color: #fff;
}
.variation-sec .pro-box-4 .text-box{
     font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    position: absolute;
    top: 72%;
    right: 0;
    left: 0;
    background-color: #ffffffb8;
    padding: 10px;
    display: none;
    margin: 0 auto;
    width: 180px;
}
.variation-sec .pro-box-4:hover .text-box{
    display: none;
}
.variation-sec .pro-box-4 .img-box .variation-inner .variation-img{
    position: relative;
}

.variation-sec .pro-box-4 .img-box .variation-inner .variation-img img{
    width: 400px;
    border: 1px solid #b4b4b4;
    height: 385px;
    object-fit: cover;
}
/*
.variation-sec .pro-box-4 .img-box .btn-box{
    position: absolute;
    top: -44%;
    left: 0;
    right: 0;
    text-align: center;
}
*/
.variation-sec .pro-box-4 .img-box .off-box{
    position: absolute;
    top: 16px;
    left: 14px;
    padding: 3px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  
    background-color: #ff4e00;
    
}
.variation-sec .pro-box-4 .img-box .hrt-box{
    position: absolute;
    top: 28px;
    right: 31px;
    visibility: hidden;
}
.variation-sec .pro-box-4:hover .img-box .hrt-box{
    visibility: visible;
    transition: 0.3s;
}
.variation-sec .pro-box-4 .img-box .hrt-box a i{
    color: var(--primaryColor);
    font-size: 25px;
}
.variation-sec .pro-box-4 .img-box .off-box span{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.variation-sec .pro-box-4 .img-box .btn-box .view-btn a i, .variation-sec .pro-box-4 .img-box .btn-box .shop-btn a i{
    padding-left: 6px;
}
.variation-sec .pro-box-4 .img-box .btn-box .view-btn{
    margin-bottom: 38px;
}
.variation-sec .pro-box-4 .img-box .btn-box .view-btn a{
    color: #222222;
    background-color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    font-weight: 400;
}
.variation-sec .pro-box-4 .img-box .btn-box .shop-btn a{
    color: #222222;
    background-color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    font-weight: 400;
}

.variation-sec .pro-box-4 .img-box .btn-box .view-btn a:hover, .variation-sec .pro-box-4 .img-box .btn-box .shop-btn a:hover{
    color: #ffff;
    background-color: #ff4e00;
    transition: 0.4s;
}

.variation-sec .pro-box-4 b{
    color: var(--secondaryColor);
    font-size: 1rem;
    
}

/*5*/
.variation-sec .pro-box-5{
/*    margin-left: 15px;*/
/*    margin-right: 15px;*/
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 16px;
}

/*
.variation-sec .pro-box-5:nth-child(2){
    margin-left: 15px;
    margin-right: 15px;
}
*/

.variation-sec .pro-box-5:hover{
    box-shadow: 0px 4px 8px 0px #f8f8f8;
    transition: 0.5s;
/*    background-color: var(--primaryColor);*/
}
/*
.variation-sec .pro-box-5 .img-box{
    overflow: hidden;
    position: relative;
}
*/

.variation-sec .pro-box-5 h5 a{
    color: var(--primaryColor);
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.variation-sec .pro-box-5 h5 a:hover{
    color: #56cfe1;
    transition: 0.5s;
}
.variation-sec .pro-box-5 .text-box h6{
    color: #696969;
    font-size: 14px;
    margin-bottom: 19px;
    font-family: 'Poppins', sans-serif;
    text-decoration: line-through;
    display: inline-block;
    font-weight: 400;
}
.variation-sec .pro-box-5 .text-box p{
    color: #696969;
    font-size: 14px;
    margin: 0 6px;
    font-weight: 400;
    display: inline-block;
}
.variation-sec .pro-box-5 .text-box span{
    color: #696969;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}
/*
.variation-sec .pro-box-5:hover .img-box .btn-box{
    top: 0;
    transition: 0.5s;
    background-color: rgba(197, 1, 100, 0.85);
    height: 100%;
    padding-top: 36%;
}
*/
.variation-sec .pro-box-5 .img-box .btn-box .pro-name{
        color: var(--primaryColor);
    /* text-decoration: underline; */
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    background-color: #ffffff;
    padding: 4px 18px;
    margin: 0px 25px 25px;
    line-height: 1.2;
    text-transform: capitalize;
}
.variation-sec .pro-box-5 .img-box .btn-box .social-icon i{
    color: #fff;
    font-size: 16px;
    margin: 20px 0px;
    padding: 0px 6px;
}
.variation-sec .pro-box-5 .img-box .btn-box .social-icon i:nth-child(2){
    border-left: 1px solid #d4699e;
    border-right: 1px solid #d4699e;
}
.variation-sec .pro-box-5 .img-box .btn-box .pro-action .pro-btn{
     color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    border: 1px solid #fff;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.variation-sec .pro-box-5 .img-box .btn-box .pro-action .pro-btn:hover{
    color: var(--primaryColor);
    background-color: #fff;
}
.variation-sec .pro-box-5 .text-box{
   color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    position: absolute;
    top: 72%;
    right: 0;
    left: 0;
    background-color: #ffffffb8;
    padding: 10px;
    display: none;
    margin: 0 auto;
    width: 180px;
}
.variation-sec .pro-box-5:hover .text-box{
    display: none;
}
.variation-sec .pro-box-5 .img-box .variation-inner .variation-img{
    position: relative;
}

.variation-sec .pro-box-5 .img-box .variation-inner .variation-img img{
    width: 400px;
    border: 1px solid #b4b4b4;
    height: 385px;
    object-fit: cover;
}
/*
.variation-sec .pro-box-5 .img-box .btn-box{
    position: absolute;
    top: -44%;
    left: 0;
    right: 0;
    text-align: center;
}
*/
.variation-sec .pro-box-5 .img-box .off-box{
    position: absolute;
    top: 16px;
    left: 14px;
    padding: 3px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  
    background-color: #ff4e00;
    
}
.variation-sec .pro-box-5 .img-box .hrt-box{
    position: absolute;
    top: 28px;
    right: 31px;
    visibility: hidden;
}
.variation-sec .pro-box-5:hover .img-box .hrt-box{
    visibility: visible;
    transition: 0.3s;
}
.variation-sec .pro-box-5 .img-box .hrt-box a i{
    color: var(--primaryColor);
    font-size: 25px;
}
.variation-sec .pro-box-5 .img-box .off-box span{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.variation-sec .pro-box-5 .img-box .btn-box .view-btn a i, .variation-sec .pro-box-5 .img-box .btn-box .shop-btn a i{
    padding-left: 6px;
}
.variation-sec .pro-box-5 .img-box .btn-box .view-btn{
    margin-bottom: 38px;
}
.variation-sec .pro-box-5 .img-box .btn-box .view-btn a{
    color: #222222;
    background-color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    font-weight: 400;
}
.variation-sec .pro-box-5 .img-box .btn-box .shop-btn a{
    color: #222222;
    background-color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    font-weight: 400;
}

.variation-sec .pro-box-5 .img-box .btn-box .view-btn a:hover, .variation-sec .pro-box-5 .img-box .btn-box .shop-btn a:hover{
    color: #ffff;
    background-color: #ff4e00;
    transition: 0.4s;
}

.variation-sec .pro-box-5 b{
    color: var(--secondaryColor);
    font-size: 1rem;
    
}

/*6*/
.variation-sec .pro-box-6{
    margin-left: 15px;
/*    margin-right: 15px;*/
    margin-top: 15px;
}

/*
.variation-sec .pro-box-5:nth-child(2){
    margin-left: 15px;
    margin-right: 15px;
}
*/

.variation-sec .pro-box-6:hover{
    box-shadow: 0px 4px 8px 0px #f8f8f8;
    transition: 0.5s;
/*    background-color: var(--primaryColor);*/
}
.variation-sec .pro-box-6 .img-box{
/*    margin-bottom: 10px;*/
    overflow: hidden;
    position: relative;
}

.variation-sec .pro-box-6 h5 a{
    color: var(--primaryColor);
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.variation-sec .pro-box-6 h5 a:hover{
    color: #56cfe1;
    transition: 0.5s;
}
.variation-sec .pro-box-6 .text-box h6{
    color: #696969;
    font-size: 14px;
    margin-bottom: 19px;
    font-family: 'Poppins', sans-serif;
    text-decoration: line-through;
    display: inline-block;
    font-weight: 400;
}
.variation-sec .pro-box-6 .text-box p{
    color: #696969;
    font-size: 14px;
    margin: 0 6px;
    font-weight: 400;
    display: inline-block;
}
.variation-sec .pro-box-6 .text-box span{
    color: #696969;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}
.variation-sec .pro-box-6:hover .img-box .btn-box{
    top: 0;
    transition: 0.5s;
    background-color: rgba(197, 1, 100, 0.85);
    height: 100%;
    padding-top: 16%;
/*
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
*/
}
.variation-sec .pro-box-6 .img-box .btn-box .pro-name{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}
.variation-sec .pro-box-6 .img-box .btn-box .social-icon i{
    color: #fff;
    font-size: 16px;
    margin: 20px 0px;
    padding: 0px 6px;
}
.variation-sec .pro-box-6 .img-box .btn-box .social-icon i:nth-child(2){
    border-left: 1px solid #d4699e;
    border-right: 1px solid #d4699e;
}
.variation-sec .pro-box-6 .img-box .btn-box .pro-action .pro-btn{
     color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    border: 1px solid #fff;
    padding: 8px 16px;
    text-decoration: none;
}
.variation-sec .pro-box-6 .text-box{
        color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    position: absolute;
    top: 12%;
    right: 54px;
    /* left: 0; */
    background-color: #ffffffb8;
    padding: 10px;
    display: block;
    margin: 0 auto;
    width: 180px;
}
.variation-sec .pro-box-6:hover .text-box{
    display: none;
}
.variation-sec .pro-box-6 .img-box .variation-inner .variation-img{
    position: relative;
}

.variation-sec .pro-box-6 .img-box .variation-inner .variation-img img{
/*    width: 400px;*/
/*    height: 363px;*/
}
.variation-sec .pro-box-6 .img-box .btn-box{
    position: absolute;
    top: -44%;
    left: 0;
    right: 0;
    text-align: center;
}
.variation-sec .pro-box-6 .img-box .off-box{
    position: absolute;
    top: 16px;
    left: 14px;
    padding: 3px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  
    background-color: #ff4e00;
    
}
.variation-sec .pro-box-6 .img-box .hrt-box{
    position: absolute;
    top: 28px;
    right: 31px;
    visibility: hidden;
}
.variation-sec .pro-box-6:hover .img-box .hrt-box{
    visibility: visible;
    transition: 0.3s;
}
.variation-sec .pro-box-6 .img-box .hrt-box a i{
    color: var(--primaryColor);
    font-size: 25px;
}
.variation-sec .pro-box-6 .img-box .off-box span{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.variation-sec .pro-box-6 .img-box .btn-box .view-btn a i, .variation-sec .pro-box-6 .img-box .btn-box .shop-btn a i{
    padding-left: 6px;
}
.variation-sec .pro-box-6 .img-box .btn-box .view-btn{
    margin-bottom: 38px;
}
.variation-sec .pro-box-6 .img-box .btn-box .view-btn a{
    color: #222222;
    background-color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    font-weight: 400;
}
.variation-sec .pro-box-6 .img-box .btn-box .shop-btn a{
    color: #222222;
    background-color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    font-weight: 400;
}

.variation-sec .pro-box-6 .img-box .btn-box .view-btn a:hover, .variation-sec .pro-box-6 .img-box .btn-box .shop-btn a:hover{
    color: #ffff;
    background-color: #ff4e00;
    transition: 0.4s;
}

.variation-sec .pro-box-6 b{
    color: var(--secondaryColor);
    font-size: 1rem;
    
}
/*
.variation-sec .load-action{
    border: 1px solid var(--primaryColor);
    padding: 10px;
    margin-top: 30px;
     text-align: center;
}
*/
.variation-sec .load-action .load-btn{
        color: var(--primaryColor);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #c60266;
    background-color: transparent;
    width: 100%;
    padding: 10px;
    margin-top: 30px;
     text-align: center;
}
.postList{
    padding: 0px 7px;
}

.variation-sec .nav-pills .nav-link.active{
    color: var(--fourthColor);
    position: relative;
    background-color: transparent;
	border-bottom: 4px solid var(--primaryColor);
    border-radius: 0;
/*
    padding-left: 20px;
    padding-bottom: 3px;
*/
}
.variation-sec .nav-pills .nav-link.active:after{
    /*position: absolute;
    content: '';
    background-color: var(--primaryColor);
    height: 3px;
    width: 90px;
    left: 0;
    bottom: 0;*/
}
.variation-sec .nav-pills .nav-link{
   padding-left: 0;
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    color: #777777;
    text-transform: uppercase;
	width: max-content;
    padding-right: 0;
}
.variation-sec .eco-inner{
    background-color: #f2f2f2;
    padding: 30px;
    margin-right: 15px;
    margin-top: 30px;
}
.variation-sec .eco-inner .eco-title{
    color: #0f8f38;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.variation-sec .eco-inner .eco-content{
    color: #686868;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: justify;
}
.variation-sec .color-inner .color-info .color-button .black{
    background-color: var(--fourthColor);
    height: 15px;
    width: 15px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
}
.variation-sec .color-inner .color-info .color-button .orange{
    background-color: #fe9922;
    height: 15px;
    width: 15px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
}
.variation-sec .color-inner .color-info .color-button .yellow{
    background-color: #eec624;
    height: 15px;
    width: 15px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
}
.variation-sec .color-inner .color-info .color-button .green{
    background-color: #319f54;
    height: 15px;
    width: 15px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
}
.variation-sec .color-inner .color-info .color-button .voilet{
    background-color: #976db4;
    height: 15px;
    width: 15px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
}
.variation-sec .color-inner .color-info .color-button .sky{
    background-color: #69d4bf;
    height: 15px;
    width: 15px;
    border: 0;
    border-radius: 0;
}
.variation-sec .color-inner{
    background-color: #f2f2f2;
    padding: 30px;
    margin-right: 15px;
    margin-top: 30px;
}
.variation-sec .color-inner .color-info{
    display: flex;
    justify-content: space-between;
}

.variation-sec .color-inner .color-title{
    color: var(--primaryColor);
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.variation-sec .color-inner .color-info .color-button .active{
        box-shadow: 0 0 0 0.2rem rgb(130 138 145 / 50%);
}
.variation-sec .color-inner .color-info .color-button .btn{
    padding: 0;
}


.mobile-product{
    display: none;
}

/* ********|| PRODUCT PAGE ENDS ||******** */

/********************************************/

/* ********|| CONTACT US PAGE STARTS ||******** */

/* ********|| BANNER STARTS ||******** */
.product-banner.contact-banner{
    background-color: #93c121!important;
}

/* ********|| BANNER ENDS ||******** */

/* ********|| CONTACT STARTS ||******** */
.our-product .contact-box{
    background-color: #f2f2f2;
}
.our-product .contact-inner{
    display: flex;
    padding: 10px 16px;
/*    margin-top: 20px;*/
}
.our-product .contact-inner .contact-icon.pink i{
    color: var(--primaryColor);
    font-size: 34px;
}
.our-product .contact-inner .contact-info{
    padding-left: 14px;
}
.our-product .contact-title{
    color: var(--fourthColor);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    padding-bottom: 8px;
}
.our-product .contact-content{
    color: #686868;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    line-height: 18px;
}
.our-product .contact-inner .contact-icon.orange i{
    color: var(--secondaryColor);
    font-size: 32px;
}
.our-product .contact-inner .contact-icon.green i{
    color: #0f8f38;
    font-size: 30px;
/*    transform: rotate(-45deg);*/
}
.our-product .contact-inner .contact-info .contact-ph a{
    color: var(--fourthColor);
/*    text-transform: uppercase;*/
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.our-product .map{
    height: 100%;
}
.our-product .map iframe{
    height: 100%;
    width: 100%;
}
.our-product .form-body{
    padding-top: 60px;
}
.our-product .form-body .contact-form{
    padding-top: 60px;
}
.our-product .form-body .contact-form .form-control{
    border-width: 0px 0px 1px 0px;
    border-radius: 0!important;
    padding: 0;
    margin-bottom: 20px;
}
.our-product .form-body .contact-form .form-control::placeholder{
    color: #212529;
}
.our-product .form-body .contact-form .submit-btn{
    /*background-color: var(--primaryColor);*/
    border: none;
    padding: 10px 26px;
    border-radius: 3px;
    /*color: #fff;*/
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}
.contact-part.product-part{
    border: none!important;
    padding: 0
}
/* ********|| CONTACT ENDS ||******** */

/********************************************************/



/* ********|| GALLERY PAGE STARTS ||******** */
.gallery-part{
    padding: 60px 0px;
}
.gallery-part .project-item{
    padding-top: 40px;
}
.gallery-part .project-item .item-box img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.gallery-part .title-inner{
    padding-bottom: 30px;
}
.gallery-part .gal-action .gal-btn{
        color: var(--primaryColor);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
}
.gallery-part .gal-action{
    text-align: center;
        padding-top: 10px;
}






.gal {
	
	
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	  
	
	}	
	.gal img{ width: 100%; margin-bottom: 15px; border: 1px solid #ececec;}
@media (max-width: 500px) {
		
		.gal {
	
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	  
	
	}
		
	}
/* ********|| GALLERY PAGE ENDS ||******** */


.our-product.contact-bar .title-inner{
    padding-bottom: 30px;
}


/* ********|| CONTACT US PAGE ENDS ||******** */
/* ********|| BLOG PAGE STARTS ||******** */

/* ********|| BANNER STARTS ||******** */
.product-banner.blog-banner{
    background-color: var(--secondaryColor);
}

/* ********|| BANNER ENDS ||******** */

/* ********|| BLOG SEC STARTS ||******** */
.blog-sec{
    padding: 30px 0px;
}
.blog-sec .blog-inner .blog-info{
        padding: 40px 0px;
    border-bottom: 1px solid var(--secondaryColor);
}
.blog-sec .blog-inner .blog-info:last-child{
    border: 0;
}
.blog-sec .blog-inner .blog-info .blog-title{
    color: var(--fourthColor);
    font-size: 24px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.blog-sec .blog-inner .blog-info .blog-content p{
    margin: 0;
}
.blog-sec .blog-inner .blog-info .blog-content{
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    padding: 10px 0px;
}
.blog-sec .blog-inner .blog-info .blog-action .blog-btn{
    background-color: var(--primaryColor);
    border: none;
    padding: 10px 26px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.blog-sec .blog-inner .blog-info .blog-action{
    margin-top: 20px;
}
.blog-sec .blog-inner .blog-info .activities-img img{
        width: 100%;
    height: 280px;
    object-fit: cover;
}
.blog-sec .blog-inner .blog-info .activities-img{
    position: relative;
}
.blog-sec .blog-inner .calender {
    position: absolute;
    top: 8px;
    left: 22px;
    background-color: #fff;
/*    background-image: linear-gradient(to left, transparent, #fff);*/
    padding: 10px;
}
.blog-sec .blog-inner .calender i {
    color: var(--fourthColor);
    font-size: 18px;
    padding-right: 8px;
}
.blog-sec .blog-inner .calender span {
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: capitalize;
}
/* ********|| BLOG SEC ENDS ||******** */

/* ********|| BLOG PAGE ENDS ||******** *

/* ********|| BLOG INNER PAGE STARTS ||******** *
/* ********|| BANNER STARTS ||******** */
.product-banner.blog-details-banner{
    background-color: #93c121!important;
}

/* ********|| BANNER ENDS ||******** */

/* ********|| BLOG INNER STARTS ||******** */
.blog-inner-sec{
    padding: 60px 0px;
}
.blog-inner-sec .blog-inner-info .blog-title{
        color: var(--primaryColor);
    font-size: 22px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding-top: 40px;
    text-align: center;
}
.blog-inner-sec .blog-inner-info .blog-content{
    color: var(--fourthColor);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    padding: 10px 0px;
    text-align: center;
}
.our-product .product-part .review-sec .pre-product .jssocials .jssocials-shares {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}
.our-product .product-part .review-sec .pre-product .jssocials .jssocials-share {
    padding-right: 10px;
}
.our-product .product-part .review-sec .pre-product .jssocials .jssocials-share a.jssocials-share-link {
    width: 40px;
    display: block;
    text-align: center;
}
.our-product .product-part .review-sec .pre-product .jssocials .jssocials-share a.jssocials-share-link:hover {
    color: #fff;
}
.our-product .product-page .thumbnails{
    justify-content: center;
}

/* ********|| BLOG INNER ENDS ||******** */

/* ********|| BLOG INNER PAGE ENDS ||******** */

/*.modal-form .submit-btn{
    background-color: var(--primaryColor);
    border: none;
    padding: 10px 26px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}*/
.modal-header{
    border: none;
}
.modal-header .midal-title{
    color: var(--primaryColor);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.modal-content .close{
    color: var(--primaryColor);
    opacity: 1;
}

.modal-body .modal-form .form-control {
    border-width: 0px 0px 1px 0px;
    border-radius: 0!important;
    padding: 0;
    margin-bottom: 20px;
}


.about_histroylist .owl-nav.disabled {
    display: block !important;
}
.about_histroylist{
	 position:relative;
}
.about_histroylist button.owl-prev {
    position: absolute;
    top: 44%;
    transform: translate(0,-50%);
    left: -25px;
    font-size: 50px !important;
}
.about_histroylist button.owl-next {
    position: absolute;
    top: 44%;
    transform: translate(0,-50%);
    right: -25px;
    font-size: 50px !important;
}
.contact-form .form-group.cal-group.col-md-12 {
    color: var(--secondaryColor);
    font-weight: 500;
}
.contact-form .form-group.cal-part.col-md-12 {
    padding-top: 8px;
}
.contact-form .cal-part label#captchaText {
    font-size: 22px;
}
.contact-form .cal-part input#captchaInput {
    height: 40px;
    /*border-radius: 47px;*/
    border: 1px solid #0f8f38;
    padding-left: 15px;
    padding-right: 15px;
}
.contact-form .submit-btn {
    border: none;
    padding: 10px 26px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    margin-left: 10px;
}
.contact-form .submit-btn:not(:disabled) {
    background-color: var(--primaryColor);
    border: none;
    color: #fff;
}
.like-inner{
    display: flex;
    justify-content: space-around;
        padding: 10px 0px;
}
.like-inner .like-btn{
    color: #fff;
    background-color: var(--primaryColor);
    height: 45px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
}
.like-inner i{
    padding-right: 6px;
}
.like-inner .like{
    width: 100%;
    display: flex;
    justify-content: center;
}
.like-inner .social-icon{
    width: 100%;
    display: flex;
    justify-content: center;
}
.modal-dialog{
    margin-top: 30px;
}





