﻿@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800");
@import url(/css/bootstrap.min.css);
@import url(/css/font-awesome.min.css);
@import url(/css/flaticon.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body, html {
        overflow-x: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
   font-family: 'Josefin Sans', sans-serif !important;
	-webkit-font-smoothing: antialiased !important;
	font-smoothing: antialiased !important;
    /*letter-spacing:0.5px;*/
     }
.div-block {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    clear: both;
    font-size:18px !important;
}
.div-content-block {
    margin: 0px;
    padding: 0%;
    width: 100%;
    display: block;
    clear: both;
}
h1, h2, h3, h4, h5, h6 {
    /*color: #616262 !important;*/
    margin-top: 20px !important;
    margin-bottom:20px !important;
    text-transform:capitalize;
     font-family: 'Fjalla One', sans-serif !important;
     letter-spacing:0.005em;
    
}
p{ margin-left:10px !important; margin-right:10px !important;}
a {
    color: #5C5C5C;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
}

    a:hover, a:focus {
        color: #24b000;
        text-decoration: none;
        outline: none;
    }
    .bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
.primary-color {
    color: #24b000;
}

.white-color {
    color: #FFF;
}

.font-weak {
    font-weight: 400;
}

strong {
    color: #5C5C5C;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-color: #DADADA;
}

/*----------------------------*\
	Buttons
\*----------------------------*/

.main-btn, .primary-btn {
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.icon-btn.main-btn, .icon-btn.primary-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px;
    border: none;
}

.main-btn {
    color: #5C5C5C;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
}

    .main-btn:hover, .main-btn:focus {
        color: #24b000;
        -webkit-box-shadow: 0px 0px 0px 1px #24b000 inset, 0px 0px 0px 0px #24b000;
        box-shadow: 0px 0px 0px 1px #24b000 inset, 0px 0px 0px 0px #24b000;
    }

.primary-btn {
    color: #FFF;
    background-color: #434343;
    -webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;transition:.8s;
}

    .primary-btn:hover, .primary-btn:focus {
        color: #FFF;
        background-color: #24b000;
        -webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);
    }

.searchprimary-btn {
    color: #FFF;
    background-color: #24b000;
    display: inline-block;
    padding: 8px 18px 8px 18px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    margin-top: 5px;
}

    .searchprimary-btn:hover, .primary-btn:focus {
        color: #FFF;
        background-color: #5C5C5C;
    }
/*----------------------------*\
	Inputs
\*----------------------------*/

.input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

    .input:focus {
        -webkit-box-shadow: 0px 0px 0px 1px #24b000 inset, 0px 0px 0px 0px #24b000;
        box-shadow: 0px 0px 0px 1px #24b000 inset, 0px 0px 0px 0px #24b000;
    }

textarea.input {
    padding: 15px;
}

.input-checkbox .caption {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s max-height;
    transition: 0.3s max-height;
}

.input-checkbox > label {
    color: #5C5C5C;
}

.input-checkbox input[type="checkbox"]:checked + label + .caption, .input-checkbox input[type="radio"]:checked + label + .caption {
    max-height: 800px;
}

/*----------------------------*\
	Lists
\*----------------------------*/

.list-links .list-links-title {
    text-transform:capitalize;
    margin-bottom: 10px;
   
    
}

.list-links li > a {
    position: relative;
    display: inline-block;
    text-transform:capitalize;
    padding: 5px 0px;
    /*-webkit-transition: 0.3s all;
    transition: 0.3s all;*/
    font-size: 14px;
     font-family: 'Fjalla One', sans-serif !important;
      /*color:#bcbcbc !important;*/
       background-image: linear-gradient(to right, #cfcfcf, #bcbcbc 50%, #cfcfcf 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;  
}

    .list-links li > a:before {
        content: '';
  background: #24b000;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
    }
    .list-links li > a:hover {
 background-position: 0;
}

.list-links li > a:hover::before{
  width: 100%;
}
    /*.list-links li > a:hover, .list-links li > a:focus, .list-links li.active > a {
        color: #24b000;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

        .list-links li > a:hover:before, .list-links li > a:focus:before, .list-links li.active > a:before {
            opacity: 1;
            visibility: visible;
        }*/

/*----------------------------*\
	Sections
\*----------------------------*/

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-content-page {
   padding-top: 20px;
    padding-bottom: 50px;
    background: -moz-linear-gradient(left, #fff 66.5%, #f4f4f4 33.5%);
  background: -webkit-linear-gradient(left, #fff 66.5%, #f4f4f4 33.5%);
  background: linear-gradient(to right, #fff 66.5%, #f4f4f4 33.5%);
}
@media only screen and (max-width: 480px) {
  .section-content-page {
   padding-top: 50px;
    padding-bottom: 50px;
    background: -moz-linear-gradient(left, #fff 66.5%, #fff 33.5%);
  background: -webkit-linear-gradient(left, #fff 66.5%, #fff 33.5%);
  background: linear-gradient(to right, #fff 66.5%, #fff 33.5%);
}
  
}

.section-logo-scroller {
    padding-top: 30px;
    padding-bottom: 0px;
}
.section-div-wwd {
    padding-top: 40px;
    padding-bottom: 50px;
    background: #cfcfcf;
}
.section-div-wwd h1{
    color: #5C5C5C !important;
}
    .section-div-wwd p {
        color: #5C5C5C !important;
        padding: 5px;
    }
.section-home-scroll {
    padding: 40px 20px 40px 20px;
     background: linear-gradient(to left, #000 50%, #24b000 50%);
}
@media only screen and (max-width: 480px) {
    .section-home-scroll {
    padding: 40px 20px 40px 20px;
     background: linear-gradient(to left, #000 50%, #000 50%) !important;
}
}
.section-home-scroll h2{ color: #fff !important;}
.section-home-scroll a {
    position: relative;
    display: inline-block;
    text-transform:capitalize;
    padding: 5px 0px;
    /*-webkit-transition: 0.3s all;
    transition: 0.3s all;*/
    font-size: 14px;
     font-family: 'Fjalla One', sans-serif !important;
      /*color:#bcbcbc !important;*/
       background-image: linear-gradient(to right, #fff, #f3f3f3 50%, #f3f3f3 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;  
}

    .section-home-scroll a:before {
        content: '';
  background: #cfcfcf;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
    }
 .section-home-scroll a:hover {
 background-position: 0;
}

.section-home-scroll a:hover::before{
  width: 100%;
}
.section-contactus {
    padding: 40px 0px;
    background: linear-gradient(to left, #cfcfcf 50%, #f3f3f3 50%);
}
@media only screen and (max-width: 480px) {
   .section-contactus {
    padding: 20px 0px 0px 0px;
    background: linear-gradient(to bottom, #cfcfcf 50%, #cfcfcf 50%);
}

}
.div-servhm {
            margin-top:15px;
       margin-top:15px;
       padding:20px;      
    }
 /*.div-servhm h2 {
        color: #24b000 !important;        
        font-size:2.5em;
       margin: 0px 0px 10px;
       font-weight: 700;
        text-transform:uppercase;
    }*/
 .div-servhm img {
              overflow:hidden;
         -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 60%;
  height: 300px;
  object-fit: cover;
  object-position: bottom;
    background-repeat: no-repeat;        
   
     float: left;  
  margin-right:20px;
    }
 .div-servhm1 {
            margin-top:15px;
       margin-top:15px;
       padding:20px;      
    }
 /*.div-servhm h2 {
        color: #24b000 !important;        
        font-size:2.5em;
       margin: 0px 0px 10px;
       font-weight: 700;
        text-transform:uppercase;
    }*/
 .div-servhm1 img {
              overflow:hidden;
         -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    /*width: 60%;*/
  height: 300px;
  object-fit: cover;
  object-position: bottom;
    background-repeat: no-repeat;        
   
     float: right;  
  margin-left:40px;
    }

 .div-servhm p {
            
   margin-left: 10px !important;
    margin-right: 10px !important;
    }
.div-servhm1 p {
    padding: 3px 0px 3px;
    text-align: justify !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.div-servhm1 b {
    font-size: 18PX !important;
    color: #24b000 !important;
}
     
  @media only screen and (max-width: 750px) {
     .div-servhm {
            margin-top:15px;
       margin-top:15px;
       margin-left:1.5%;
       margin-right:1.5%;
       width:98%;
    }
      .div-servhm img {
              overflow:hidden;
         -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
   width: 95%;
  height: auto;
  /*object-fit: cover;
  object-position: bottom;*/
    background-repeat: no-repeat;        
    border-radius:20px;
     float: none;  
  margin-right:10px !important;
   margin-left:10px !important;
    }
       .div-servhm p {
            
    margin-left: 15px !important;
    margin-right: 15px !important;
    }
      .div-servhm1 {
            margin-top:15px;
       margin-top:15px;
       margin-left:1.5%;
       margin-right:1.5%;
       width:98%;
    }
       .div-servhm1 img {
              overflow:hidden;
         -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 95%;
  height: auto;
  /*object-fit: cover;
  object-position: bottom;*/
    background-repeat: no-repeat;        
    border-radius:20px;
     float: none;  
  margin-right:10px !important;
   margin-left:10px !important;
    }
        .div-servhm1 p {
            padding: 3px 0px 3px;
            text-align: justify !important;
            margin-left: 15px !important;
            margin-right: 15px !important;
        }

        .div-servhm1 b {
            font-size: 18PX !important;
            color: #24b000 !important;
        }
     
  }
 .section-client {
    padding:60px 40px 60px 40px;
    background:#cfcfcf;
}
 .section-client h1 {
    margin-bottom:60px !important;
  }
 .section-grey {
    width: 100%;
    position: relative;
    background: url("/Images/bkbanner.jpg") scroll;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .section-grey::after {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 25px;
        position: absolute;
        z-index: -1;
    }

.section-grey-foter {
   background:linear-gradient(#f3f3f3, #f3f3f3, #fff, #fff);
    /*-webkit-clip-path: polygon(70% 0%, 100% 10%, 100% 100%, 100% 100%, 0% 100%, 0% 1%);
		clip-path: polygon(70% 0%, 100% 10%, 100% 100%, 100% 100%, 0% 100%, 0% 1%);*/
    /*border-top: 2px solid #24b000;*/
}
.team-title {
    position: relative;
    margin-bottom: 15px;
    margin-top: 5px;
    border-bottom: 2px solid #DADADA;
    padding-left: 15px;
}
.team-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 35%;
    background: #24b000;
}
   .team-title h2 ul {
    margin: 0px;
     font-size: 25px;
        font-weight: 600;
        
}

    .team-title h2 ul > .active {
        color: #24b000;
    }

    .team-title h2 ul > li {
        display: inline-block;
       
    }

    .team-title h2 ul li {
        color: #5C5C5C;
    }

        .team-title h2 ul li + li {
            color: #24b000;
        }


.section-title {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 2px solid #DADADA;
}

    .section-title .title {
        display: inline-block;
        text-transform: capitalize;
    }

    .section-title .title1 {
        display: inline-block;
        text-transform: capitalize;
    }
   
.title1 span {
    font-size: 19px;
    color: #24b000;
}

.section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 35%;
    background: #24b000;
}
/*.section-title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5px;
  height: 3px;
  width: 25%;
  background-color: #24b000;
}*/
.section-title ul {
    margin: 0px;
}

    .section-title ul > .active {
        color: #24b000;
    }

    .section-title ul > li {
        display: inline-block;
        font-size: 17px;
        font-weight: 600;
    }

        .section-title ul > li + li:before {
            color: #DADADA;
            content: "/\00a0";
            padding: 0 5px;
        }

        .section-title ul > li + li + li:before {
            color: #DADADA;
            content: "/\00a0";
            padding: 0 5px;
        }
    /*.section-title ul li:nth-child(odd)
{  
  color:#5C5C5C;
}
.section-title ul li:nth-child(even)
{
  color:#24b000;
}*/
    .section-title ul li {
        color: #5C5C5C;
    }

        .section-title ul li + li {
            color: #24b000;
        }

            .section-title ul li + li + li {
                color: #24b000;
            }

                .section-title ul li + li + li + li {
                    color: #5C5C5C;
                }

                    .section-title ul li + li + li + li + li {
                        color: #24b000;
                    }

#header {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*----------------------------*\
	Top header
\*----------------------------*/

#top-header {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #faf9f9;
    border-bottom:1px solid #cfcfcf;
}

    #top-header .contact-dtl ul {
        display: block;
        outline: none;
        color: #5c5c5c !important;
        font-family: 'Fjalla One', sans-serif !important;
        font-size: 14px !important;
        font-weight: lighter;
    }

        #top-header .contact-dtl ul > li {
            display: inline-block;
            outline:none;
        }

        #top-header .contact-dtl ul > li {
            margin-right: 5px;
            padding: 5px;
        }
    #top-header .menu ul {
        display: block;
        outline: none;
        color: #5c5c5c !important;
        font-family: 'Fjalla One', sans-serif !important;
        font-size: 16px !important;
        padding: 5px;
    }

        #top-header .menu ul > li {
            display: inline-block;
            outline: none;
            padding: 0px 5px;
            text-align: center;
        }
            #top-header .menu ul > li:not(:first-child):before {
                content: "|";
                vertical-align: middle;
                padding: 0px 5px;
                line-height:2px;
            }
    #top-header .top-social > li:nth-child(odd) {
        background: #24b000;
        border-radius: 5px;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
    }

    #top-header .top-social > li:nth-child(even) {
        background: #24b000;
        border-radius: 5px;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
    }
    
        #top-header .contact-dtl button {            
            outline:none;
            border:none;
        }
    #top-header .top-social > li {
        color: #faf9f9 !important;
        font-size: 14px;
        padding: 5px;
        margin: 3px;
        width: 30px;
        height: 25px;
        display: inline-block;
        text-align: center;
    }

        #top-header .top-social > li > a {
            color: #faf9f9 !important;
        }

            #top-header .top-social > li > a:hover {
                color: #fff !important;
                background:#5c5c5c;
            }

        #top-header .top-social > li:hover, #top-header .top-social > li:focus {
             color: #fff !important;
             -webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);
             background:#5c5c5c;
        }

@media (max-width: 480px) {
    #top-header .contact-dtl ul {
        display: inline-block;
        width: 100%;
    }

        #top-header .contact-dtl ul > li {
            display: block;
            text-align: left;
            width: 100%;
        }
}

.header-top-links > li {
    display: inline-block;
    padding-top: 5px;
}

    .header-top-links > li + li {
        margin-left: 15px;
    }

    .header-top-links > li > a {
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 600;
    }

.header-top-links a:hover {
    color: #24b000;
}
/*----------------------------*\
	logo
\*----------------------------*/

/*.header-logo {
  display: inline-block;
  margin-right: 15px;
}

.header-logo .logo>img {
  width: auto;
  max-height: 55px;
}*/

/*----------------------------*\
	Search header
\*----------------------------*/

.header-search {
    display: inline-block;
    padding: 15px 0px;
    max-width: 400px;
}

    .header-search > form {
        position: relative;
    }

        .header-search > form .search-input {
            padding-left: 150px;
            padding-right: 45px;
        }

        .header-search > form .search-categories {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 135px;
        }

        .header-search > form .search-btn {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 40px;
            height: 40px;
            background-color: transparent;
            border: none;
        }

/*----------------------------*\
	Account header
\*----------------------------*/

/*.header-btns>li {
  display: inline-block;
  vertical-align: top;
  padding: 8px 0px;
}

.header-btns>li+li {
  margin-left: 15px;
}

.header-btns>li .header-btns-icon {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #5C5C5C;
  background-color: #FFF;
  border: 1px solid #DADADA;
}

.header-btns .dropdown-toggle {
  display: block;
  cursor:pointer;
}

.header-account.dropdown .custom-menu>li>a>i {
  margin-right: 15px;
  color: #24b000;
}*/

/*----------------------------*\
	Cart header
\*----------------------------*/
header .pull-left, header .pull-right {
    /*float: none !important;*/
    margin: 3px;
}
/*.header-cart.dropdown .custom-menu {
  width: 300px;
}

#shopping-cart .shopping-cart-list {
  max-height: 260px;
  margin-bottom: 15px;
  overflow-y: scroll;
}

#shopping-cart .shopping-cart-list .product.product-widget:first-child {
  margin-top: 0px;
}

#shopping-cart .shopping-cart-list .product.product-widget:last-child {
  margin-bottom: 0px;
}

#shopping-cart .shopping-cart-btns>button {
  width: calc(50% - 2px);
}*/

/*=========================================================
	03 -> NAVIGATION
===========================================================*/

/*#navigation {
  background-color: #5C5C5C;
  width:100%;
}

#navigation .container {
  position: relative;
}*/

/*----------------------------*\
	Category nav
\*----------------------------*/

/*.category-nav {
  float: left;
  width: 270px;
}

.category-nav .category-header {
  padding: 15px;
  display: block;
  text-transform: uppercase;
  background: #24b000;
  color: #FFF;
  font-weight: 700;
}

.category-nav .category-header>i {
  float: right;
  line-height: 20px;
}

.category-nav .category-list {
  position: absolute;
  width: 270px;
  background-color: #FFF;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  z-index: 50;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.category-nav.show-on-click .category-list {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

.category-nav.show-on-click .category-list.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.category-nav .category-list>li+li {
  border-top: 1px solid #DADADA;
}

.category-nav .category-list>li.dropdown>.dropdown-toggle>i {
  float: right;
  line-height: 20px;
  padding-left:10px;
}

.category-nav .category-list>li>a {
  display: block;
  padding: 15px;
  text-transform: uppercase;
}

.category-nav .category-list>li>a:hover, .category-nav .category-list>li>a:focus, .category-nav .category-list>li.dropdown.open>a {
  color: #24b000;
}*/

/*----------------------------*\
	Menu nav
\*----------------------------*/

/*.menu-nav .menu-header {
  display: none;
  padding: 15px;
  text-transform: uppercase;
  background: #5C5C5C;
  color: #FFF;
  font-weight: 700;
}

.menu-nav .menu-header>i {
  float: right;
  line-height: 20px;
}

.menu-nav .menu-list>li {
  display: inline-block;
}

.menu-nav .menu-list>li>a {
  display: block;
  padding: 15px;
  color: #FFF;
  text-transform: uppercase;
}

.menu-nav .menu-list>li>a:hover, .menu-nav .menu-list>li>a:focus, .menu-nav .menu-list>li.dropdown.open>a {
  color: #24b000;
}*/

/*----------------------------*\
	Dropdowns
\*----------------------------*/

/*.custom-menu {
  position: absolute;
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 100;
  top: 100%;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.dropdown.open>.custom-menu {
  opacity: 1;
  visibility: visible;
}*/

/*-- Default Dropdown --*/

/*.dropdown.default-dropdown>.custom-menu {
  border-top: 2px solid #24b000;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(15px);
  -ms-transform: translateX(-50%) translateY(15px);
  transform: translateX(-50%) translateY(15px);
}

.dropdown.default-dropdown.open>.custom-menu {
  -webkit-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}

.dropdown.default-dropdown>.custom-menu>li>a {
  display: block;
  padding: 10px 0px;
  text-transform: uppercase;
}*/

/*-- Mega Dropdown --*/

/*.dropdown.mega-dropdown.full-width {
  position: static !important;
}

.dropdown.mega-dropdown>.custom-menu {
  border-top: 2px solid #24b000;
  left: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
  width: auto;
  min-width: 750px;
  max-width: 100%;
}

.dropdown.mega-dropdown.full-width>.custom-menu {
  width: 100%;
}

.dropdown.mega-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}*/

/*-- Side Dropdown --*/

/*.dropdown.side-dropdown>.custom-menu {
  border-left: 2px solid #24b000;
  left: 100%;
  top: 0;
  width: 750px;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

.dropdown.side-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}*/

/*----------------------------*\
	Mobile nav
\*----------------------------*/

/*#header .nav-toggle {
  display: none;
}*/

@media only screen and (max-width: 991px) {
    /*#header .nav-toggle {
    display: inline-block;
  }
  header .pull-left, header .pull-right {
    float: none !important;
  }
  header .pull-right {
    margin-top: 10px;
  }
  #responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 270px;
    width: 0%;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 990;
  }
  #responsive-nav.open {
    width: 100%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  #responsive-nav .dropdown .custom-menu {
    display: none;
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: 2px solid #24b000;
  }
  #responsive-nav .dropdown.open .custom-menu {
    display: block;
    min-width: auto;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .category-nav .category-list, .menu-nav .menu-list {
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(100vh - 100px);
  }
  .category-nav .category-list.open, .menu-nav .menu-list.open {
    display: block;
  }
  .menu-nav .menu-header, .category-nav .category-header {
    cursor: pointer;
  }
  .category-nav {
    float: none;
    width: 100%;
  }
  .category-nav .category-list {
    position: static;
  }
  .menu-nav .menu-header {
    display: block;
  }
  .menu-nav .menu-list {
    float: none;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
  }
  .menu-nav .menu-list>li {
    display: block;
  }
  .menu-nav .menu-list>li+li {
    border-top: 1px solid #DADADA;
  }
  .menu-nav .menu-list>li>a {
    color: #5C5C5C;
  }
  #navigation.shadow:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
  }*/

}

/*=========================================================
	04 -> BANNERS
===========================================================*/

.banner {
    display: block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .banner > img {
        width: 100%;
    }

.top-img > img {
    height: 250px;
    width: 100%;
    overflow: hidden;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.food-img > img {
    height: 250px;
    width: 100%;
    overflow: hidden;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-slnt {
    /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
   clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);*/
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 100% 95%, 50% 100%, 0% 95%, 0% 0%);
    clip-path: polygon(100% 0%, 100% 100%, 100% 95%, 50% 100%, 0% 95%, 0% 0%);
}

.banner.banner-1 .banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner.banner-2 .banner-caption {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 10%;
}

.banner h1 {
    font-size: 46px;
    text-transform: uppercase;
}

/*=========================================================
	05 -> HOME SLIDER
===========================================================*/

#home .home-wrap {
    margin-left: 0px;
}

#home-slick .banner {
    margin: 0px;
}

/*=========================================================
	06 -> PRODUCT
===========================================================*/

.product .product-old-price {
    color: #24b000;
    font-size: 70%;
}

.product .product-rating {
    display: inline-block;
}

    .product .product-rating > i {
        color: #FFB656;
    }

        .product .product-rating > i.empty {
            color: #DADADA;
        }

.product .product-label > span {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    color: #FFF;
    background-color: #5C5C5C;
    z-index: 22;
}

    .product .product-label > span.sale {
        background-color: #24b000;
    }

.product .product-countdown {
    z-index: 22;
}

    .product .product-countdown > li {
        display: inline-block;
        margin-right: -4px;
    }

        .product .product-countdown > li + li:before {
            content: ":";
            color: #FFF;
            background: #5C5C5C;
            padding: 2px;
        }

        .product .product-countdown > li > span {
            display: inline-block;
            color: #FFF;
            font-weight: 700;
            padding: 10px;
            background: #24b000;
        }

/*----------------------------*\
	Single product
\*----------------------------*/

.product.product-single {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border: 1px solid #dadada;
}

    .product.product-single:hover {
        -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
        box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    .product.product-single .product-thumb {
        position: relative;
        margin-bottom: 0px;
    }

        .product.product-single .product-thumb > img {
            max-width: 250px;
        }

        .product.product-single .product-thumb:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, 0.7);
            visibility: hidden;
            z-index: 0;
            -webkit-transition: 0.3s all;
            transition: 0.3s all;
        }

    .product.product-single:hover .product-thumb:after {
        opacity: 0.7;
        visibility: visible;
    }

    .product.product-single .quick-view {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
        z-index: 20;
    }

    .product.product-single:hover .quick-view {
        opacity: 1;
        visibility: visible;
    }

    .product.product-single .product-label {
        position: absolute;
        left: 0;
        top: 0;
    }

        .product.product-single .product-label > span {
            display: block;
        }

    .product.product-single .product-countdown {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
    }

    .product.product-single .product-body {
        padding: 15px;
    }

    .product.product-single .product-price {
        display: inline-block;
    }

        .product.product-single .product-price span {
            display: inline-block;
            color: #24b000;
            padding-left: 5px;
        }

    .product.product-single .product-rating {
        float: right;
        margin-top: 5px;
    }

    .product.product-single .product-name {
        font-size: 16px;
    }

    .product.product-single .product-btns {
        margin-top: 5px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .product.product-single:hover .product-btns {
        opacity: 1;
        visibility: visible;
    }

    /*-- hot product --*/

    .product.product-single.product-hot {
        border: 2px solid #dadada;
        background: #f3f3f3;
    }

        .product.product-single.product-hot .product-btns {
            opacity: 1;
            visibility: visible;
        }

/*----------------------------*\
	 Widget product
\*----------------------------*/

.product.product-widget {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .product.product-widget .product-thumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
    }

        .product.product-widget .product-thumb > img {
            width: 100%;
        }

    .product.product-widget .product-body {
        padding-left: 75px;
        padding-top: 10px;
        min-height: 60px;
    }

    .product.product-widget .product-price {
        font-size: 14px;
        margin-bottom: 5px;
    }

        .product.product-widget .product-price .qty {
            font-size: 14px;
            font-weight: 400;
        }

    .product.product-widget .product-name {
        font-size: 14px;
    }

    .product.product-widget .cancel-btn {
        position: absolute;
        right: 0px;
        top: 10px;
        background-color: transparent;
        border: none;
        color: #DADADA;
    }

        .product.product-widget .cancel-btn:hover {
            color: #5C5C5C;
        }

/*----------------------------*\
	Product slick
\*----------------------------*/

.product-slick .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/

/*----------------------------*\
	Aside
\*----------------------------*/

#aside .aside {
    margin-bottom: 30px;
}

    #aside .aside:last-child {
        margin-bottom: 0px;
    }

.aside .aside-title {
    position: relative;
    border-bottom: 1px solid #DADADA;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 15px;
    line-height: 24px;
    font-size: 18px;
}

    .aside .aside-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1.5px;
        height: 3px;
        width: 60px;
        background-color: #24b000;
    }

/*-- Filter list --*/

.filter-list {
    margin-bottom: 15px;
}

    .filter-list > li {
        display: inline-block;
        margin-right: 2px;
        margin-bottom: 6px;
    }

        .filter-list > li:last-child {
            margin-right: 0px;
        }

    .filter-list li a {
        position: relative;
        padding: 0px 5px 0px 20px;
    }

        .filter-list li a:before {
            content: "\f00d";
            font-family: FontAwesome;
            position: absolute;
            left: 4px;
            top: 5px;
            line-height: 12px;
            font-size: 9px;
            color: #FFF;
            background: #5C5C5C;
            width: 12px;
            text-align: center;
            border-radius: 50%;
            height: 12px;
        }

/*-- Price Filter --*/

#price-slider {
    margin: 60px 0px 50px;
}

.noUi-target {
    background-color: #DADADA;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
}

.noUi-connect {
    background-color: #24b000;
}

.noUi-horizontal {
    height: 4px;
}

    .noUi-horizontal .noUi-handle {
        width: 12px;
        height: 12px;
        left: -6px;
        top: -4px;
        border: none;
        background: #5C5C5C;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
    }

.noUi-handle:before, .noUi-handle:after {
    display: none;
}

.noUi-tooltip {
    border: none;
    color: #FFF;
    background: #5C5C5C;
    border-radius: 0px;
}

/*----------------------------*\
	Store
\*----------------------------*/

#store {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #DADADA;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DADADA;
}

/*-- store filter --*/

.row-filter {
    display: inline-block;
    vertical-align: top;
}

    .row-filter > a {
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        color: #FFF;
        background-color: #5C5C5C;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

        .row-filter > a:hover {
            opacity: 0.9;
        }

        .row-filter > a.active {
            background-color: #24b000;
        }

.sort-filter {
    display: inline-block;
    margin-left: 15px;
}

    .sort-filter select.input {
        width: 120px;
    }

.page-filter select.input {
    width: 90px;
}

.page-filter {
    display: inline-block;
}

.store-pages {
    display: inline-block;
    margin-left: 15px;
}

    .store-pages li {
        display: inline-block;
        margin-right: 6px;
    }

        .store-pages li a {
            display: block;
            min-width: 10px;
            text-align: center;
        }

        .store-pages li.active {
            color: #24b000;
        }

/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-view .slick-arrow {
    opacity: 0;
}

#product-main-view:hover .slick-arrow {
    opacity: 1;
}

#product-view {
    margin-top: 10px;
    margin-bottom: 15px;
}

    #product-view .product-view.slick-slide {
        opacity: 0.2;
    }

        #product-view .product-view.slick-slide.slick-current {
            opacity: 1;
            -webkit-box-shadow: 0px 0px 0px 2px #24b000 inset;
            box-shadow: 0px 0px 0px 2px #24b000 inset;
        }

    #product-view .product-view {
        padding: 7.5px;
    }

.product-view > img {
    width: 100%;
}

/*----------------------------*\
	Product details
\*----------------------------*/
.productside {
    -webkit-box-shadow: 0px 0px 0px 2px #24b000 inset;
    box-shadow: 0px 0px 0px 2px #24b000 inset;
    border: 2px solid #24b000;
}

.product-name-side {
    color: #fff;
    text-shadow: 1px 0px 2px #000;
}

.product.product-details .product-name {
    margin-top: 15px;
}

.product.product-details .product-rating {
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.product.product-details .product-options {
    padding-top: 30px;
    margin-bottom: 15px;
    border-top: 1px solid #DADADA;
    margin-top: 15px;
}

.product-options .size-option {
    margin-bottom: 15px;
}

.size-option > li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    vertical-align: top;
}

    .size-option > li:last-child {
        margin-right: 0px;
    }

    .size-option > li > a {
        display: block;
        border: 1px solid #DADADA;
        font-weight: 700;
        padding: 2px 7px 0px 8px;
    }

    .size-option > li.active a {
        color: #24b000;
        border-color: #24b000;
    }

.color-option > li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    vertical-align: top;
}

    .color-option > li:last-child {
        margin-right: 0px;
    }

    .color-option > li > a {
        display: block;
        width: 20px;
        height: 20px;
    }

    .color-option > li.active a {
        -webkit-box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #24b000;
        box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #24b000;
    }

.product.product-details .qty-input {
    display: inline-block;
}

    .product.product-details .qty-input .input {
        width: 90px;
    }

/*----------------------------*\
	Product tab
\*----------------------------*/

.product-tab {
    margin-top: 30px;
}

    .product-tab .tab-nav {
        border-bottom: 1px solid #DADADA;
        margin-bottom: 30px;
    }

        .product-tab .tab-nav li {
            display: inline-block;
        }

            .product-tab .tab-nav li + li {
                margin-left: 30px;
            }

            .product-tab .tab-nav li a {
                display: block;
                padding: 15px 0px;
                text-transform: uppercase;
                font-weight: 700;
            }

            .product-tab .tab-nav li.active {
                position: relative;
            }

                .product-tab .tab-nav li.active a {
                    color: #24b000;
                }

                    .product-tab .tab-nav li.active a:after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: -1.5px;
                        height: 3px;
                        width: 30px;
                        background-color: #24b000;
                    }

/*-- reviews --*/

.single-review {
    margin-bottom: 30px;
}

    .single-review .review-heading > div {
        display: inline-block;
    }

        .single-review .review-heading > div + div {
            margin-left: 10px;
        }

    .single-review .review-rating {
        display: inline-block;
    }

        .single-review .review-rating > i {
            color: #FFB656;
        }

            .single-review .review-rating > i.empty {
                color: #DADADA;
            }

    .single-review .review-body {
        margin-top: 10px;
    }

.reviews-pages li {
    display: inline-block;
    margin-right: 6px;
}

    .reviews-pages li a {
        display: block;
        min-width: 10px;
        text-align: center;
    }

    .reviews-pages li.active {
        color: #24b000;
    }

/*-- review form --*/

.review-form textarea.input {
    height: 90px;
}

.review-form .input-rating .stars {
    display: inline-block;
    vertical-align: top;
}

    .review-form .input-rating .stars input[type="radio"] {
        display: none;
    }

    .review-form .input-rating .stars > label {
        float: right;
        cursor: pointer;
        padding: 0px 3px;
        margin: 0px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

        .review-form .input-rating .stars > label:hover, .review-form .input-rating .stars > label:hover ~ label {
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
        }

        .review-form .input-rating .stars > label:before {
            content: "\f006";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            color: #DADADA;
            font-size: 14px;
            -webkit-transition: 0.3s all;
            transition: 0.3s all;
        }

        .review-form .input-rating .stars > label:hover:before, .review-form .input-rating .stars > label:hover ~ label:before {
            content: "\f005";
            color: #FFB656;
        }

    .review-form .input-rating .stars > input:checked label:before, .review-form .input-rating .stars > input:checked ~ label:before {
        content: "\f005";
        color: #FFB656;
    }

/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/

.terms-methods {
    margin-bottom: 30px;
}

/*-- shopping cart table --*/

.shopping-cart-table > tbody > tr > td, .shopping-cart-table > tbody > tr > th, .shopping-cart-table > tfoot > tr > td, .shopping-cart-table > tfoot > tr > th, .shopping-cart-table > thead > tr > td, .shopping-cart-table > thead > tr > th {
    padding: 15px 0px;
    vertical-align: middle;
    border-top: 1px solid #DADADA;
}

.shopping-cart-table > thead > tr > th {
    color: #5C5C5C;
    text-transform: uppercase;
    border-bottom: 1px solid #DADADA;
}

.shopping-cart-table > tbody > tr:last-child > td {
    border-bottom: 1px solid #DADADA;
}

.shopping-cart-table > tfoot > tr > td, .shopping-cart-table > tfoot > tr > th {
    color: #5C5C5C;
    border-top: 0px;
}

    .shopping-cart-table > tfoot > tr > td:not(.empty), .shopping-cart-table > tfoot > tr > th:not(.empty) {
        padding: 15px;
        background-color: #F6F7F8;
        border: 1px solid #DADADA;
    }

.shopping-cart-table > tbody > tr > .details > a {
    font-size: 18px;
    font-weight: 700;
}

.shopping-cart-table > tbody > tr > .thumb > img {
    width: 60px;
}

.shopping-cart-table > tbody > tr > .qty .input {
    width: 90px;
}

.shopping-cart-table > tbody > tr > .price {
    font-size: 18px;
}

.shopping-cart-table > tbody > tr > .total {
    font-size: 18px;
}

.shopping-cart-table > tfoot > tr > .sub-total {
    font-size: 18px;
}

.shopping-cart-table > tfoot > tr > .total {
    font-size: 24px;
    color: #24b000;
}

/*=========================================================
	10 -> FOOTER
===========================================================*/

.footer {
    margin: 10px 10px 0px 8px;
    color:#e1e0e0;
}

    .footer .footer-header {
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 15px;
        border-bottom: 2px solid #bcbcbc;
        position: relative;
        width:70%;
         font-family: 'Fjalla One', sans-serif !important;
          color:#cfcfcf !important;
    }

        .footer .footer-header:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1.5px;
            height: 2px;
            width: 25%;
            background: #24b000;
        }
        .footer p {
                /*font-family: 'Fjalla One', sans-serif !important;*/
                font-size:14px;
                color:#cfcfcf !important;
              
    }
.footer-pad {
    padding: 40px 0px 40px;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo .logo {
        display: inline-block;
    }

        .footer-logo .logo > img {
            width: auto;
            max-height: 40px;
        }
.footer-logo button {
    outline:none;
    border:none;
}
.footer-social > li {
    background: #24b000;
    border-radius:45px;
    -webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;transition:.8s;
}

.footer-social > li {
    color: #fff !important;
    font-size: 14px;
    padding: 8px;
    margin: 4px;
    width: 35px;
    height: 32px;
    display: inline-block;
    text-align: center;
}

    .footer-social > li > a {
        color: #fff !important;
    }

        .footer-social > li > a:hover {
            color: #fff !important;
        }

    .footer-social > li:hover, .footer-social > li:focus {
        background: #5C5C5C;
        color: #fff !important;
         -webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);
    }

@media (max-width: 480px) {
    .footer-social ul {
        display: block;
        width: 100%;
    }

        .footer-social ul > li {
            display: inline-block;
            text-align: center;
            width: 100%;
        }
}

.footer-social-size {
    font-size: 30px;
}

.footer-copyright {
    margin:0px;
    text-transform: capitalize;
    font-size: 13px;
    width:100%;
    padding:20px 0px 20px;
    color:#fff;
    border-top:solid #000 1px;
}
.footer-copyright a{
    margin:0px;
    text-transform: capitalize;
    font-size: 13px;   
    color:#fff;
}
.footer-copyright a:hover{    
    color:#24b000;
}
/*=========================================================
	11 -> SLICK
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    background: #5C5C5C;
    z-index: 22;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        background: #24b000;
    }

    .slick-prev:before, .slick-next:before {
        color: #FFF;
    }

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.custom-nav .slick-prev, .custom-nav .slick-next {
    display: inline-block;
    position: static;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
    width: 10px;
    height: 10px;
}

    .slick-dots li button:before {
        content: "";
        opacity: 1;
        background: #DADADA;
        border-radius: 50%;
    }

    .slick-dots li.slick-active button:before {
        background-color: #24b000;
    }

.custom-dots .slick-dots {
    position: static;
    margin: 15px 0px;
}

/*=========================================================
	12 -> RESPONSIVE
===========================================================*/

@media only screen and (max-width: 991px) {
    #home .home-wrap {
        margin-left: 0px;
    }

    #aside {
        margin-bottom: 60px;
    }

    .product-reviews {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner h1 {
        font-size: 36px;
    }

    .store-filter .pull-right, .store-filter .pull-left {
        float: none !important;
    }

    .store-filter .pull-right {
        margin-top: 10px;
    }
}
.homefixed-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url("/Images/fixbk1.jpg");
    margin-top: 25px;
    margin-bottom: 25px;
    z-index: 1;
}

    .homefixed-bg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0.5);
        z-index: 2;
    }

    /*.homefixed-bg p {
        position: absolute;
        padding: 5%;
        z-index: 3;
        color: #fff !important;
        font-size: 13px;
        text-align: center;
    }*/

.scroll-bg {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 70px;
    color: #fff;
}

.dibpmg {
    width: 100%;
    z-index: 1;
    position: relative;    
}

    .dibpmg img {
          overflow:hidden;
         -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: bottom;
    background-repeat: no-repeat; 
    left: -10px;
    right: -10px;    
        animation-name: banexample;
        animation-duration: 4s; 
        animation-iteration-count: infinite;       
    }
@media only screen and (max-width: 480px)
{
    .dibpmg img {
          overflow:hidden;
         -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: bottom;
    background-repeat: no-repeat; 
    left: -10px;
    right: -10px;    
        animation-name: banexample;
        animation-duration: 4s; 
        animation-iteration-count: infinite;       
    }
}
    .dibpmg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
       animation-name: banexample;
        animation-duration: 4s; 
        animation-iteration-count: infinite;       
        z-index: 2;
    }
    @keyframes banexample {
  0%   {background-color: rgba(118, 118, 118, 0.2);}
  25%  {background-color: rgba(161, 161, 161, 0.2);}
  50%  {background-color: rgba(118, 118, 118, 0.2);}
  100% {background-color: rgba(161, 161, 161, 0.2);}
}
   .top-banner {
       border-bottom:1px solid #24b000;
        width:100%;
    }

.top-banner ul {
    border: none; 
    list-style:none;
     padding:5px;
     font-size: 15px !important;
       font-weight:600;
       text-shadow:0px 0px 1px #fff;
       display:block;
}
 /* @media only screen and (max-width: 480px) {
    .top-banner ul {
    border: none; 
    margin-left: 1% !important;
     list-style:none;
     padding:5px;
     font-size: 1.15vw !important;
       font-weight:600;
       text-shadow:0px 0px 1px #fff;
       display:block;
}

}*/
    .top-banner ul > li {
         color:#5C5C5C;
         border:none;
          padding:5px;
          display:inline-block;
    }
      .top-banner ul > li:not(:first-child):before {
        color:#24b000;
       content:"/";
       vertical-align:middle;
       padding-right:3px;
    }
    .top-banner ul > li + li {
         color:#24b000;
        border:none;
        padding:5px;        
    }
     .top-banner ul > li + li + li {
         color:#5C5C5C;
        padding:5px;
        border:none;
    }
/*=========================================================
	02 -> HEADER
===========================================================*/

.prdpageimage {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    bottom: 0;
}
.Pagecategory {
        /*border: 2px solid #dadada;*/
        background: #f4f4f4;
        width:100%;
        margin-top:5px;
         font-family: 'Fjalla One', sans-serif !important;
    }
.Pagecategory .section-title {
      position: relative;
    margin: 5px;
     border-bottom: 2px solid #434343;
}
 .Pagecategory .section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 45%;
    background: #24b000;
}
     .Pagecategory .section-title> h3 {
        display: inline-block;
        text-transform: capitalize;
        font-size:1.25em;
        padding:5px 0px 5px;       
    }
    .Pagecategory .section-title .title1 {
        display: inline-block;
        text-transform: capitalize;
    }    
     .Pagecategory ul {
    list-style-type: none;
    text-align: left;
    margin: 15px 5px 5px 15px;
}

    .Pagecategory ul li {
        margin: 5px !important;
        padding: 5PX !important;  
       text-transform:uppercase;  
       display:block; 
    }  
    .Pagecategory ul li:not(:last-child) {        
        border-bottom:1px solid #cfcfcf;      
    }  
    .Pagecategory ul li {     
       background-image: linear-gradient(to right, #434343, #353535 50%, #787878 50%);
  background-size: 200% 100%;
  background-position: -100%;  
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
   width:98%; 
  
  
    }  
   .Pagecategory ul li :before{
  content: '';
  background: #24b000;
  /*display: block;*/
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.Pagecategory ul li :hover {
 background-position: 0;
}

.Pagecategory ul li :hover::before{
  width: 100%;
}
  



    .package-category {
        border: 1px solid #015c8c;
        background: #24b000;
        margin:25px 0px 25px;
    }
.package-category .section-title {
      position: relative;
    margin: 10px 5px 10px 5px;
     border-bottom: 2px solid #015c8c;
}
 .package-category .section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 35%;
    background: #fff;
}
     .package-category .section-title> h1 {
        display: inline-block;
        text-transform: capitalize;
        font-size:1.8em;
        padding:5px 0px 5px;   
        color:#fff;    
    }
    .package-category .section-title .title1 {
        display: inline-block;
        text-transform: capitalize;
    }
      .package-category ul {
    list-style-type: none;
    text-align: left;
    margin: 15px 5px 5px 15px;
}

    .package-category ul li {
        border-bottom: 1px solid #015c8c;
        margin-bottom: 5PX;
        padding-bottom: 5PX;
        padding-top: 5PX;
    }
      .package-category ul li .catbtn {      
       color:#fff;
    }  
    .package-category ul li .catbtn:hover, .package-category ul li .catbtn:focus {color: #d9e8f0;}
   
    .package-category ul li {
       -webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;transition:.8s;
       color:#fff;
    }  
    .package-category ul li:hover, .package-category ul li:focus {color: #d9e8f0;-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
   
       .section-title .titlecom{
        display: inline-block;
        text-transform: capitalize;
        font-size:1.8em;    
    }
   
.title1 span {
    font-size: 19px;
    color: #24b000;
}

.section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 35%;
    background: #24b000;
}

.googlemapw {
    width: 100%;
    height: 43vw !important;
    overflow: hidden;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    bottom: 0;
    margin:0px 20px 0px 0px;
}
@media only screen and (max-width: 480px) {
    .googlemapw {
        width: 100%;
        min-height: 100% !important;
        
    }
}

    .clm-row {
        width: 100%;
        height: auto;
        display: flex;
    }

    .column-div {
        -ms-flex: 1; /* IE 10 */
        flex: 1;
    }

    .gallclmstyle {
        width: 100%;
    }

    .Videosize {
        width: 100% !important;
        height: auto !important;
    }

    .Video-bk {
        background: linear-gradient(#e7e6e6,#f8f8f8, #e7e6e6);
        -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.5);
        border: 1px solid #dadada;
    }

    .banneredit {
        overflow: hidden;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 50%;
        height: 200px;
        object-fit: cover;
        object-position: bottom;
        background-repeat: no-repeat;
    }

    .adv-image, .editgallimage {
        overflow: hidden;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 80%;
        height: 125px;
        object-fit: cover;
        object-position: top;
        background-repeat: no-repeat;
    }

    .photoimage {
        width: 150px;
        height: auto;
        object-fit: cover;
    }

    .post-job {
        background: #24b000;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        font-weight: 600;
        padding: 5px;
        color: #fff;
        position: relative;
        text-decoration: none;
        -webkit-animation: flash 1500ms infinite;
        -moz-animation: flash 1500ms infinite;
        -o-animation: flash 1500ms infinite;
        animation: flash 1500ms infinite;
    }

        .post-job:hover, post-job:focus {
            background: #24b000;
            color: #fff;
        }

    @-webkit-keyframes flash {
        0% {
            background-color: #24b000;
            -webkit-box-shadow: 0 0 3px #24b000;
        }

        50% {
            background-color: #fff;
            -webkit-box-shadow: 0 0 40px #fff;
        }

        100% {
            background-color: #24b000;
            -webkit-box-shadow: 0 0 3px #24b000;
        }
    }

    @-moz-keyframes flash {
        0% {
            background-color: #24b000;
            -moz-box-shadow: 0 0 3px #24b000;
        }

        50% {
            background-color: #fff;
            -moz-box-shadow: 0 0 40px #fff;
        }

        100% {
            background-color: #24b000;
            -moz-box-shadow: 0 0 3px #24b000;
        }
    }

    @-o-keyframes flash {
        0% {
            background-color: #24b000;
            box-shadow: 0 0 3px #24b000;
        }

        50% {
            background-color: #fff;
            box-shadow: 0 0 40px #fff;
        }

        100% {
            background-color: #24b000;
            box-shadow: 0 0 3px #24b000;
        }
    }

    .fundus {
        background: #24b000;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        font-weight: 600;
        padding: 5px;
        color: #fff;
        position: relative;
        text-decoration: none;
        -webkit-animation: glowing 1200ms infinite;
        -moz-animation: glowing 1300ms infinite;
        -o-animation: glowing 1300ms infinite;
        animation: glowing 1300ms infinite;
    }

    @-webkit-keyframes glowing {
        0% {
            background-color: #24b000;
            -webkit-box-shadow: 0 0 3px #24b000;
        }

        50% {
            background-color: #fff;
            -webkit-box-shadow: 0 0 40px #fff;
        }

        100% {
            background-color: #24b000;
            -webkit-box-shadow: 0 0 3px #24b000;
        }
    }

    @-moz-keyframes glowing {
        0% {
            background-color: #24b000;
            -moz-box-shadow: 0 0 3px #24b000;
        }

        50% {
            background-color: #fff;
            -moz-box-shadow: 0 0 40px #fff;
        }

        100% {
            background-color: #24b000;
            -moz-box-shadow: 0 0 3px #24b000;
        }
    }

    @-o-keyframes glowing {
        0% {
            background-color: #24b000;
            box-shadow: 0 0 3px #24b000;
        }

        50% {
            background-color: #fff;
            box-shadow: 0 0 40px #fff;
        }

        100% {
            background-color: #24b000;
            box-shadow: 0 0 3px #24b000;
        }
    }

    .fundus:hover, fundus:focus {
        background: #24b000;
        color: #fff;
    }

    .fundus-pad {
        margin-right: 5px;
    }

    .fund-txt {
        color: #fff;
        padding-right: 5px;
    }

    .log-out {
        padding: 7px;
        color: #fff !important;
        text-decoration: none;
        font-weight: 600;
        background: #24b000;
        border-radius: 12px;
    }

        .log-out:hover, log-out:focus {
            background: #24b000 !important;
        }

    .full-page-width {
        padding: 0.5%;
        margin-top: 25px;
        margin-bottom: 25px;
        width: 99%;
    }

    .team-clm {
        display: flex;
        flex-wrap: wrap;
        column-gap: 1em;
        max-width: 49%;
        padding: 6px;
    }

    .teamddl {
        position: relative;
        min-height: 1px;
        padding-right: 8px;
        padding-left: 8px;
    }

        .teamddl select {
            line-height: 1;
            border: 1px solid #DADADA;
            height: auto;
            -webkit-appearance: listbox;
            color: #24b000;
            padding: 5px;
            outline: none;
            margin: 5px;
            width: 100%;
        }

    .donorimage {
        width: 100%;
    }


    .black-opacity {
        position: relative;
        z-index: 9999;
    }

    .banner-m-area {
        padding: 100px 0px;
        background: fixed;
    }

        .banner-m-area.black-opacity:before {
            opacity: .7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        }

    .admintopnav {
        padding-left: 3%;
    }

    .adminmain {
        padding: 3%;
        width: 96%;
        height: 100%;
        min-height: 450px;
        display: block;
    }

    .fam {
        color: #5b5b5b;
        font-weight: lighter;
    }

    .famj {
        color: #5b5b5b;
        margin-right: 5px;
    }

    .search-background {
        background: linear-gradient(#dedede, #e7e6e6);
        border: 2px solid #dadada;
        border-radius: 8px;
        padding: 5px;
        /*width:auto;*/
    }

    .grid-overlay {
        position: absolute; /* Sit on top of the page content */
        width: 100%; /* Full width (cover the whole page) */
        height: 100%; /* Full height (cover the whole page) */
        top: 0%;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5); /* Black background with opacity */
        z-index: 99999; /* Specify a stack order in case you're using a different order for other elements */
        clear: both;
        cursor: pointer; /* Add a pointer on hover */
        display: block;
    }

        .grid-overlay .close {
            position: absolute;
            top: 20px;
            right: 30px;
            width: 25px;
            height: 25px;
            transition: all 200ms;
            font-size: 20px;
            font-weight: bold;
            text-decoration: none;
            color: #fff;
            background: #000;
            padding: 2px;
            border-radius: 50%;
        }

            .grid-overlay .close:hover {
                color: orange;
            }

        .grid-overlay .frm-pad {
            margin-top: 0.5%;
        }


    .clm-ban {
        z-index: 1;
        position: relative;
    }

        .clm-ban::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            z-index: 2;
        }

        .clm-ban:hover {
            opacity: 1;
        }

        .clm-ban span {
            position: absolute;
            z-index: 3;
            top: 8%;
            left: 3%;
            right: 3%;
            color: #fff !important;
            font-size: 18px;
            text-shadow: 1px 0px 1px #000;
            text-align: center;
            font-weight: 600;
        }

        .clm-ban a {
            position: absolute;
            z-index: 3;
            bottom: 1.75%;
            left: 35%;
            color: #fff !important;
            text-align: center;
            font-size: 15px;
        }

    .clm-ban-btn {
        color: #5C5C5C;
        background-color: #fff;
        padding: 8px;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.5);
        border-top: 1px solid #dadada;
    }

        .clm-ban-btn:hover, .clm-ban-btn:focus {
            color: #24b000;
            background-color: #fff;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

    .home-intro {
        padding: 15px;
    }

    /*.home-intro p div {
        padding: 5px;
        font-size: 18px;
        text-align: justify;
    }*/

    .home-intro-border {
        border: 1px solid #dadada;
    }

    .grd-table {
        width: 100%;
    }

        .grd-table td {
            border: 1px solid #dadada;
            padding: 5px;
        }

    .callus {
        font-weight: 600;
    }

    .volunteer-bk {
        background: #ccc;
        font-weight: 600;
    }

    .shramdaan {
        color: #24b000;
    }


    .pdf-block {
        display: block;
        padding: 5px;
    }

        .pdf-block .datepdf {
            font-size: 12px;
        }

        .pdf-block .titlepdf {
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
        }

            .pdf-block .titlepdf:hover {
                font-size: 15px;
                font-weight: 600;
                text-decoration: none;
                color: #24b000;
            }

        .pdf-block ul li {
            display: inline-block;
            list-style: none;
        }

            .pdf-block ul li img {
                width: auto;
                height: 25px;
            }

    .pdf-menu {
        font-weight: 600;
        padding-right: 10px;
    }

    .user-master-content {
        min-height: 450px;
    }

    .com-logo {
        height: 100px;
        width: auto;
    }

    .div-validator {
        display: inline-block;
        text-align: right;
        float: right;
        margin-right: 2%;
        font-size: 12px;
        font-weight: 700;
        color: red;
    }


    .btnblink {
        -webkit-animation: bblink 1s linear infinite;
        -moz-animation: bblink 1s linear infinite;
        animation: bblink 1s linear infinite;
    }

    @keyframes bblink {
        0% {
            color: #24b000;
        }

        100% {
            color: #24b000;
        }
    }

    @-webkit-keyframes bblink {
        0% {
            color: #24b000;
        }

        100% {
            color: #24b000;
        }
    }

    .job-box-border ul {
        display: block;
        list-style: none;
    }

        .job-box-border ul li {
            border: 1px solid #dadada;
            padding: 15px 0px 15px;
        }

            .job-box-border ul li span {
                padding: 10px;
            }



    #wrap-container {
        width: 100%;
        height: auto;
        /*margin-top: 10px;*/
    }

        #wrap-container img {
            width: 100%;
            max-width: 250px;
            float: left;
            /*padding:0px 15px;*/
            border: 10px solid #f3f3f3;
            margin: 0px 20px 15px 0px;
            overflow: hidden;
        }

    @media only screen and (max-width: 480px) {
        [class*='col-xs'] {
            width: 100%;
        }

        #wrap-container {
            width: 100%;
            height: auto;
            margin-top: 10px;
        }

            #wrap-container img {
                width: 100%;
                max-width: 350px;
                height: auto;
                border: 10px solid #f3f3f3;
                margin: 10px;
                overflow: hidden;
            }
    }

    #wrap-page-container {
        width: 100%;
        height: auto;
    }

        #wrap-page-container img {
            width: 100%;
            max-width: 70%;
            height: auto;
            padding: 10px;
            border: none;
            border-radius: 25px;
            float: left;
            margin-right: 20px;
        }

        #wrap-page-container p {
            text-align: left|right|center|justify|initial|inherit;
            line-height: 1.5;
            padding-bottom: 20px;
        }

    @media only screen and (max-width: 480px) {
        [class*='col-xs'] {
            width: 100%;
        }

        #wrap-page-container {
            width: 100%;
            height: auto;
        }

            #wrap-page-container img {
                width: 100%;
                max-width: 350px;
                padding: 10px;
            }
    }

    .icon-box-item {
        margin-bottom: 30px;
    }

        .icon-box-item .ib-icon {
            width: 76px;
            height: 76px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 39px;
            color: #0271c9;
            border: 3px solid #0271c9;
            border-radius: 50%;
            float: left;
            margin-right: 20px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

        .icon-box-item .ib-iconfeture {
            width: 100px;
            height: 100px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 39px;
            color: #f3f3f3;
            background: #5C5C5C;
            border: 3px solid #f3f3f3;
            border-radius: 50%;
            /*float: left;*/
            margin-left: 40%;
            margin-bottom: 2px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

        .icon-box-item .ib-text {
            overflow: hidden;
            padding-top: 0px;
            height: 300px;
        }

            .icon-box-item .ib-text h5 {
                margin-bottom: 15px;
            }

        .icon-box-item:hover .ib-icon {
            background: #0271c9;
            color: #fff;
        }

        .icon-box-item:hover .ib-iconfeture {
            background: #24b000;
            color: #fff;
        }

        .icon-box-item .ib-text p {
            text-align: justify;
            padding: 0px;
        }

    @media only screen and (max-width: 480px) {
        .icon-box-item .ib-icon {
            float: none;
            margin-bottom: 20px;
        }

        .icon-box-item .ib-iconfeture {
            float: none;
            margin-bottom: 20px;
            margin-left: 35%;
        }

        .score-section .hand-img {
            display: none;
        }

        .sidebar {
            padding-top: 50px;
        }

        .icon-box-item .ib-text {
            overflow: hidden;
            padding-top: 0px;
            height: 100%;
        }
    }

    .image-row {
        padding: 0;
        margin: 0;
        list-style: none;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        background: none;
        justify-items: center;
        align-items: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .image-column {
        position: relative;
        vertical-align: central;
        justify-items: center;
        align-items: center;
        justify-content: center;
        text-align: justify;
        border-radius: 0px;
        margin: 0.5%;
        width: calc(24% - 0.5%);
        display: table;
        /*background:linear-gradient(#fff, #fff, #fff, #fff) !important;
    -webkit-box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.5);*/
        box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
        border: 1px solid #000;
    }

        .image-column img {
            overflow: hidden;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            width: 100%;
            height: 250px;
            object-fit: cover;
            object-position: top;
            background-repeat: no-repeat;
        }

    .home-image-column {
        position: relative;
        vertical-align: central;
        justify-items: center;
        align-items: center;
        justify-content: center;
        text-align: justify;
        border-radius: 0px;
        margin: 0.5%;
        width: calc(24% - 0.5%);
        display: table;
        /*background:linear-gradient(#fff, #fff, #fff, #fff) !important;
    -webkit-box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.5);*/
        box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
        border: 1px solid #000;
    }

        .home-image-column img {
            overflow: hidden;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            width: 120%;
            height: 175px;
            object-fit: cover;
            object-position: top;
            background-repeat: no-repeat;
        }

        .home-image-column .videogall {
            overflow: hidden;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            width: 100%;
            height: 175px !important;
            object-fit: cover;
            object-position: top;
            background-repeat: no-repeat;
        }

    .image-thumb {
        position: relative;
        vertical-align: central;
        justify-items: center;
        align-items: center;
        justify-content: center;
        text-align: justify;
        border-radius: 0px;
        margin: 1%;
        width: calc(46% - 2%);
        display: table;
        box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
        border: 1px solid #000;
    }

        .image-thumb img {
            overflow: hidden;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            width: 98%;
            height: 90px;
            object-fit: cover;
            object-position: top;
            background-repeat: no-repeat;
        }

    .image-row p {
        margin: 10px;
        padding: 5px;
    }

    @media only screen and (max-width: 480px) {
        .image-column {
            position: relative;
            vertical-align: central;
            justify-items: center;
            align-items: center;
            justify-content: center;
            text-align: justify;
            border-radius: 0px;
            margin: 0.75%;
            width: calc(98% - 0%);
            display: table;
            /*background:linear-gradient(#fff, #fff, #fff, #fff) !important;
    -webkit-box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.5);*/
            box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
            border: 1px solid #000;
        }

        .image-thumb {
            position: relative;
            vertical-align: central;
            justify-items: center;
            align-items: center;
            justify-content: center;
            text-align: justify;
            border-radius: 0px;
            margin: 0.75%;
            width: calc(98% - 0%);
            display: table;
            /*background:linear-gradient(#fff, #fff, #fff, #fff) !important;
    -webkit-box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.5);*/
            box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
            border: 1px solid #000;
        }

        .image-column img {
            overflow: hidden;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            height: 200px !important;
            left: 0px;
            right: 0px;
            background-repeat: no-repeat;
        }

        .image-thumb img {
            overflow: hidden;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            height: 100px !important;
            left: 0px;
            right: 0px;
            background-repeat: no-repeat;
        }

        .home-image-column {
            position: relative;
            vertical-align: central;
            justify-items: center;
            align-items: center;
            justify-content: center;
            text-align: justify;
            border-radius: 0px;
            margin: 0.5%;
            width: calc(98% - 0.5%);
            display: table;
            /*background:linear-gradient(#fff, #fff, #fff, #fff) !important;
    -webkit-box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.5);*/
            box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
            border: 1px solid #000;
        }

            .home-image-column img {
                overflow: hidden;
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
                width: 98%;
                height: auto;
                object-fit: cover;
                object-position: top;
                background-repeat: no-repeat;
            }

            .home-image-column .videogall {
                overflow: hidden;
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
                width: 98%;
                height: auto;
                object-fit: cover;
                object-position: top;
                background-repeat: no-repeat;
                ;
            }
    }

    .alazea-portfolio-filter {
        position: relative;
        z-index: 1;
        text-align: center;
        margin-bottom: 0px;
        font-family: 'Fjalla One', sans-serif !important;
    }

    .bbtn {
        cursor: pointer;
        position: relative;
        padding: 5px 10px;
        background: #fff;
        font-size: 18px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        transition: all 1s;
        outline: none;
        border: 1px solid #cfcfcf;
    }

        .bbtn:after, .bbtn:before {
            content: " ";
            width: 20px;
            height: 20px;
            position: absolute;
            border: 0px solid #fff;
            transition: all 1s;
        }

        .bbtn:after {
            top: -1px;
            left: -1px;
            border-top: 5px solid #24b000;
            border-left: 5px solid #24b000;
        }

        .bbtn:before {
            bottom: -1px;
            right: -1px;
            border-bottom: 5px solid #5C5C5C;
            border-right: 5px solid #5C5C5C;
        }

        .bbtn:hover {
            border-top-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

            .bbtn:hover:before, .bbtn:hover:after {
                width: 100%;
                height: 100%;
            }

    .ques {
        font-size: 20px;
        font-weight: 700;
        color: #24b000;
    }

    .adminlogo {
        display: block;
        width: 100%;
    }

        .adminlogo img {
            height: 80px;
            width: auto;
            padding: 5px;
        }

    @media only screen and (max-width: 750px) {
        .adminlogo img {
            height: 50px;
            width: auto;
            padding: 5px;
        }
    }
