body.page-home {
    background-image: url(http://kobletrade.com/images/bg.png);
    color: #000;
}
body {
    background-image: none!important;
   
}
 #campaigns h2{font-size:30px;margin-bottom: 40px;}
       #campaigns h3{font-size:20px;margin-top: 25px;
margin-bottom: 40px;}
#work-tab-1 ul{list-style:none;}
#work-tab-1 a{font-size: 20px;
color: #333;margin-left:7px;}
#work-tab-1 .fa{font-size:20px;}
li.home-link{float:none;padding: 5px 54px;text-align: center;color: #333;margin-left: 20px;}
li.home-link a{float:none;background-image: none;color: #333;font-size:16px;}
.list-2 li{list-style:none;    line-height: 34px;}
hr{border-top: 1px solid #cbcbcb;}
ul.list-2{padding-left:0;}
ul.list-2 a{text-transform: capitalize;
font-size: 24px;
color: #333;
font-weight: 600;
font-family: 'Khand';}
ul.list-2 a:hover {
    color: #96c83d;
}

#campaigns .image-pane{position:relative;margin-bottom: 20px;}

#campaigns .caption.overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
}
#campaigns .caption.overlay:hover {
    background: rgba(18, 21, 13, 0.58);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#campaigns .caption h3 {
    opacity: 0;
    color: white;
    top: 53%;
    left: 5%;
    text-align: center;
    right: 5%;
    font-size: 24px;
    margin-top: 10px;
    color: transparent;
    position: absolute;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;}
#campaigns .caption.overlay:hover h3 {
    opacity: 1;
    color: rgba(138, 206, 11, 0.74);
    top: 53%;
    left: 5%;
    text-align: center;
    right: 5%;
  font-size: 24px;
    margin-top: 0px;
    position: absolute;
    webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
footer h4 {
    font-family: 'Khand';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #7fb912;
}
footer i {
    position: relative;
    left: -25px;
    font-size: 20px!important;
    top: 6px;
    margin-left: -13px;
    color: #7fb912;
}

footer .media-links ul,footer .services ul{    list-style-type: none;
    padding-left: 0;}
  footer .media-links li{  
    text-transform: capitalize;
    font-size: 14px;
    color: #333;}
    
    
    
footer .media-links li a, footer .services li a{    color: #444;    font-size: 13px;}
footer .media-links li a:hover, footer .services li a:hover{color: #7fb912;}

li.topbar-contact{font-size:14px;border-radius: 23px;padding: 5px 10px;}
.social-follow-links{text-align:left;}
.topbar-contact i{margin-right: 7px;
    font-size: 16px;}
    
    .social-follow-links li.topbar-contact a{background-image:none!important;line-height: 32px;
    text-align: center;
    background-color: #444444;
    color: #ffffff;
    border-radius: 50%;}
    
    .topbar-contact .fa-facebook{margin-right:0;}
    #banner-menu li {
    display: block;
    font-size: 56px;}
    #banner-menu li a:hover {
    font-size: 60px;}
    /*GALLARY*/
#gallery img {
  opacity: 1;
  transition: opacity 0.3s;
    transition: .3s ease-in-out;
}

#gallery img[data-src] {
  opacity: 0;
}

#gallery{padding-top: 130px;}
#gallery .design-names h3 {
    margin: 15px 0;
    font-size: 17px;
    font-family: 'gothammedium';
    text-align: center;
    font-weight: normal;
    color: #575757;
   
 padding: 15px 0;

}
#gallery .gallary li a {
    color: #222222;
    text-transform: uppercase;
    position: relative;
}
#gallery .categories {
    padding-bottom: 50px;
}
.gallary li a.active {
   
    background-color: transparent;
    color: grey;
    border: 2px solid #a1c660 !important;
    border-bottom: 0 !important;
}

#gallery .gallary .list-1 li {
    text-align: left;
}


.gallary ol {
    padding-left: 0;
}
.gallary .fa.fa-plus {
    height: 30px;
    width: 30px;
    border: 1px solid #FCAC45;
    font-size: 20px;
    padding: 5px;
    border-radius: 50%;
    color: #FCAC45;
}
.gallary ul {
    
    text-align:center;
}
.gallary ul li {
   
    list-style-type: none;
      text-align: center;
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
    
}
.gallary ol li {
    display: inline-block;
    margin-left: 25px;
}
.gallary ol li:after {
    content: ' ';
}
.gallary ol li:last-child:after {
    content: '';
}
.gallary ol li a {
    color: #222222;
}
.gallary ol li a.active {
    font-weight: 700;
}
.gallary .gallary-item {
    margin-bottom: 20px !important;
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}
.gallary .gallary-item .hover-bg {
    overflow: hidden;
    position: relative;
}
.gallary .hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.66);
    padding: 25% 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.gallary .hover-bg .hover-text>h4 {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
}
.gallary .hover-bg:hover .hover-text>h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.gallary .hover-bg .hover-text>i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}
.gallary .hover-bg:hover .hover-text>i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    z-index: 1;
    display: none;
}
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.form-container {
    background-color: #fff;
    padding: 40px 30px 50px 30px;
    margin-top: 100px;
    border-radius: 4px;
}
.btn-other {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #000;
    color: #222222;
}
#gallery .gallary li a:focus {
    text-decoration: none;
}
.gallary li a.active:focus {
    text-decoration: none;
    
}
.form-container h2 {
    margin-top: 0;
}
.form-container .more {
    margin-top: 25px;
}
.gallary .list-last li:last-child a.active::after {
    display: none;
}
.form-container .clickable {
    font-size: 14px;
    color: #333;
    border: 1px solid #c33265;
    padding: 8px 18px;
    font-family: 'gothammedium';
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.gallary .tab-content{margin-bottom:70px;}

.gallary li a{    padding: 13px 35px;
    background-color: #85b929b8;
    color: #f1eded;    color: #ffffff;}
    
    
    #corporate h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

#corporate .offer{    background-color: #efefef; min-height:150px;margin-bottom: 50px;
    padding: 20px 20px;}
    #corporate .offer h4{ccolor: #444;
    margin-top: 0;
    font-size: 20px;
        
    border-bottom: 2px solid #7fb91266;
    padding-bottom: 7px;   }
    
    #corporate h3, #corporate-clients h3{margin-bottom:30px;    margin-bottom: 35px;}
    
    #corporate  .solution img{display: inline-block;     margin-bottom: 30px;  width:70px;
    float: left;}
    
     #corporate  .solution h4{    font-size: 14px; float: left;    margin-top: 35px;
    margin-left: 10px; line-height: 22px;  }
    
     #corporate  .solution{
    margin-bottom: 30px; }
    
    #corporate h4.sub-head{    text-decoration: underline;
       font-size: 18px;}
       #corporate h4.heading{font-size:20px;padding-left: 12px; display:inline-block;}
       
       #corporate .solution-wrap{    padding: 20px;
    background-color: #fdfdfd;
    border: 1px solid #f3f3f3;
    margin-bottom: 50px;}
    
   #corporate .solution-pane img{width:500px; margin-bottom: 50px;}
    
    #corporate .solution-wrap .fa{    font-size: 24px;
    color: #7fb912;}
    
   #corporate-clients{    background-color: #f3f3f3;
    padding-bottom: 60px;    padding-top: 40px;}

/* --- Modern polish for legacy campaign pages --- */
body.legacy-page {
    background-color: #f6f8fb;
    color: #1f1f1f;
    font-family: 'Khand', "Helvetica Neue", Arial, sans-serif;
}

.legacy-navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.legacy-navbar .navbar-brand img {
    max-height: 46px;
}

.legacy-navbar .navbar-toggle {
    border-color: #96c83d;
}

.legacy-navbar .icon-bar {
    background-color: #96c83d;
}

.legacy-navbar .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #4d4d4d;
    padding: 18px 14px;
    transition: all 0.2s ease;
}

.legacy-navbar .navbar-nav > li > a:focus,
.legacy-navbar .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #96c83d;
}

.legacy-navbar .navbar-nav > .active > a,
.legacy-navbar .navbar-nav > .active > a:focus,
.legacy-navbar .navbar-nav > .active > a:hover {
    color: #ffffff;
    background-color: #96c83d;
    border-radius: 999px;
    margin: 8px 6px;
    padding: 10px 18px;
}

.legacy-hero {
    background: linear-gradient(135deg, #0f172a, #173057 60%, #96c83d);
    color: #ffffff;
    border-radius: 18px;
    padding: 48px 30px;
    margin: 30px 0 40px;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.25);
    text-align: center;
}

.legacy-hero h1 {
    font-size: 40px;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}

.legacy-hero p {
    font-size: 18px;
    max-width: 720px;
    margin: 0 auto;
    opacity: 0.9;
}

.legacy-hero .hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 12px;
    opacity: 0.75;
    display: inline-block;
    margin-bottom: 12px;
}

.legacy-hero .hero-meta {
    font-size: 16px;
    line-height: 1.6;
    text-align: right;
}

.legacy-hero .hero-meta a {
    color: #ffffff;
    font-weight: 600;
}

.legacy-hero .hero-actions {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.legacy-hero .hero-actions a {
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
}

.legacy-hero .hero-actions a:hover {
    background-color: #ffffff;
    color: #0f172a;
    text-decoration: none;
}

.legacy-page .categories {
    margin-bottom: 35px;
}

.legacy-page .categories ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.legacy-page .categories li a {
    border: 1px solid #dfe7ef;
    border-radius: 999px;
    padding: 10px 24px;
    color: #1c1c1c;
    background-color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.legacy-page .categories li a.active,
.legacy-page .categories li a:hover {
    background-color: #96c83d;
    border-color: #96c83d;
    color: #ffffff;
    text-decoration: none;
}

.legacy-page #campaigns .image-pane {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e6edf5;
    padding: 12px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.legacy-page #campaigns .image-pane img {
    border-radius: 12px;
    width: 100%;
}

.legacy-page #campaigns .caption.overlay {
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.legacy-page #campaigns .caption h3 {
    opacity: 1;
    color: #f8fafc;
    position: static;
    margin: 0;
    transition: color 0.2s ease;
}

.legacy-page #campaigns .caption.overlay:hover h3 {
    color: #96c83d;
}

.legacy-page footer {
    background: #0f172a;
    color: #d6e2ff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -20px 40px rgba(15, 23, 42, 0.4);
    padding-top: 60px;
}

.legacy-page footer h4 {
    color: #96c83d;
}

.legacy-page footer a {
    color: #f0f4ff;
}

.legacy-page footer a:hover {
    color: #96c83d;
    text-decoration: none;
}

.legacy-page .address,
.legacy-page .services,
.legacy-page .media-links {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .legacy-navbar .navbar-nav > li > a {
        padding: 12px;
    }

    .legacy-hero h1 {
        font-size: 32px;
    }

    .legacy-hero {
        padding: 40px 20px;
    }

    .legacy-hero .hero-meta {
        text-align: center;
        margin-top: 20px;
    }
}
