@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900");
/*----------------------------------------*/
/* 01. Theme default CSS/*----------------------------------------*/
/*-- Google Font --*/
 /*-- Common Style --*/
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    background-color: #ffffff;
    line-height: 22px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    font-family: "Montserrat", sans-serif;
    color: #666666;
}

h1, h2, h3, h4, h5, h6 {
    color: #006600;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-top: 0;
}
h1 {
    font-size: 36px;
    line-height: 42px;
}
h2 {
    font-size: 30px;
    line-height: 36px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
}
h5 {
    font-size: 14px;
    line-height: 18px;
}
h6 {
    font-size: 12px;
    line-height: 14px;
}
p: last-child {
    margin-bottom: 0;
}
a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
a, button, img, input, span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
*:focus {
    outline: none !important;
}
a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #006600;
}
button, input[type="submit"] {
    cursor: pointer;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
/*-- - Common Classes-----------------------------------------*/
.fix {
    overflow: hidden;
}
.hidden {
    display: none;
}
.clear {
    clear: both;
}
.section {
    float: left;
    width: 100%;
}
@media only screen and (max-width: 560px) {
    .container {
    /*width: 320px;
    */
 width: 90%;
}
 }
@media only screen and (max-width: 480px) {
    .container {
    /*width: 320px;
    */
 width: 100%;
}
 }
.capitalize {
    text-transform: capitalize;
}
.uppercase {
    text-transform: uppercase;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}
/*-- - Background color-----------------------------------------*/
.bg-white {
    background-color: #ffffff;
}
.bg-light-blue {
    background-color: #F2FAFC;
}
.bg-grey {
    background-color: #666;
}
.bg-dark {
    background-color: #191919 !important;
}
.bg-dark-grey {
    background-color: #222222;
}
.bg-green {
    background-color: #006600;
}
.bg-dark-blue {
    background-color: #282165;
}
/*-- - Text color-----------------------------------------*/
.primaryblue {
    color: #282165 !important;
}
.primaryred {
    color: #006600 !important;
}
/*-- - Custom Row-----------------------------------------*/
.row-10 {
    margin-left: -10px;
    margin-right: -10px;
}
 .row-10 > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}
/*-- - Margin & Padding-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-105 {
    margin-top: 105px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-115 {
    margin-top: 115px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-125 {
    margin-top: 125px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-135 {
    margin-top: 135px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-145 {
    margin-top: 145px;
}
.mt-150 {
    margin-top: 150px;
}
.mt-155 {
    margin-top: 155px;
}
.mt-160 {
    margin-top: 160px;
}
.mt-165 {
    margin-top: 165px;
}
.mt-170 {
    margin-top: 170px;
}
.mt-175 {
    margin-top: 175px;
}
.mt-180 {
    margin-top: 180px;
}
.mt-185 {
    margin-top: 185px;
}
.mt-190 {
    margin-top: 190px;
}
.mt-195 {
    margin-top: 195px;
}
.mt-200 {
    margin-top: 200px;
}
/*-- Margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-105 {
    margin-bottom: 105px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-115 {
    margin-bottom: 115px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-125 {
    margin-bottom: 125px;
}
.mb-130 {
    margin-bottom: 130px;
}
.mb-135 {
    margin-bottom: 135px;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-145 {
    margin-bottom: 145px;
}
.mb-150 {
    margin-bottom: 150px;
}
.mb-155 {
    margin-bottom: 155px;
}
.mb-160 {
    margin-bottom: 160px;
}
.mb-165 {
    margin-bottom: 165px;
}
.mb-170 {
    margin-bottom: 170px;
}
.mb-175 {
    margin-bottom: 175px;
}
.mb-180 {
    margin-bottom: 180px;
}
.mb-185 {
    margin-bottom: 185px;
}
.mb-190 {
    margin-bottom: 190px;
}
.mb-195 {
    margin-bottom: 195px;
}
.mb-200 {
    margin-bottom: 200px;
}
/*-- Margin Left --*/
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-55 {
    margin-left: 55px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-65 {
    margin-left: 65px;
}
.ml-70 {
    margin-left: 70px;
}
.ml-75 {
    margin-left: 75px;
}
.ml-80 {
    margin-left: 80px;
}
.ml-85 {
    margin-left: 85px;
}
.ml-90 {
    margin-left: 90px;
}
.ml-95 {
    margin-left: 95px;
}
.ml-100 {
    margin-left: 100px;
}
.ml-105 {
    margin-left: 105px;
}
.ml-110 {
    margin-left: 110px;
}
.ml-115 {
    margin-left: 115px;
}
.ml-120 {
    margin-left: 120px;
}
.ml-125 {
    margin-left: 125px;
}
.ml-130 {
    margin-left: 130px;
}
.ml-135 {
    margin-left: 135px;
}
.ml-140 {
    margin-left: 140px;
}
.ml-145 {
    margin-left: 145px;
}
.ml-150 {
    margin-left: 150px;
}
.ml-155 {
    margin-left: 155px;
}
.ml-160 {
    margin-left: 160px;
}
.ml-165 {
    margin-left: 165px;
}
.ml-170 {
    margin-left: 170px;
}
.ml-175 {
    margin-left: 175px;
}
.ml-180 {
    margin-left: 180px;
}
.ml-185 {
    margin-left: 185px;
}
.ml-190 {
    margin-left: 190px;
}
.ml-195 {
    margin-left: 195px;
}
.ml-200 {
    margin-left: 200px;
}
/*-- Margin Right --*/
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-55 {
    margin-right: 55px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-65 {
    margin-right: 65px;
}
.mr-70 {
    margin-right: 70px;
}
.mr-75 {
    margin-right: 75px;
}
.mr-80 {
    margin-right: 80px;
}
.mr-85 {
    margin-right: 85px;
}
.mr-90 {
    margin-right: 90px;
}
.mr-95 {
    margin-right: 95px;
}
.mr-100 {
    margin-right: 100px;
}
.mr-105 {
    margin-right: 105px;
}
.mr-110 {
    margin-right: 110px;
}
.mr-115 {
    margin-right: 115px;
}
.mr-120 {
    margin-right: 120px;
}
.mr-125 {
    margin-right: 125px;
}
.mr-130 {
    margin-right: 130px;
}
.mr-135 {
    margin-right: 135px;
}
.mr-140 {
    margin-right: 140px;
}
.mr-145 {
    margin-right: 145px;
}
.mr-150 {
    margin-right: 150px;
}
.mr-155 {
    margin-right: 155px;
}
.mr-160 {
    margin-right: 160px;
}
.mr-165 {
    margin-right: 165px;
}
.mr-170 {
    margin-right: 170px;
}
.mr-175 {
    margin-right: 175px;
}
.mr-180 {
    margin-right: 180px;
}
.mr-185 {
    margin-right: 185px;
}
.mr-190 {
    margin-right: 190px;
}
.mr-195 {
    margin-right: 195px;
}
.mr-200 {
    margin-right: 200px;
}
/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-105 {
    padding-top: 105px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-125 {
    padding-top: 125px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-135 {
    padding-top: 135px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-145 {
    padding-top: 145px;
}
.pt-150 {
    padding-top: 150px;
}
.pt-155 {
    padding-top: 155px;
}
.pt-160 {
    padding-top: 160px;
}
.pt-165 {
    padding-top: 165px;
}
.pt-170 {
    padding-top: 170px;
}
.pt-175 {
    padding-top: 175px;
}
.pt-180 {
    padding-top: 180px;
}
.pt-185 {
    padding-top: 185px;
}
.pt-190 {
    padding-top: 190px;
}
.pt-195 {
    padding-top: 195px;
}
.pt-200 {
    padding-top: 200px;
}
/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-105 {
    padding-bottom: 105px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-125 {
    padding-bottom: 125px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-135 {
    padding-bottom: 135px;
}
.pb-140 {
    padding-bottom: 140px;
}
.pb-145 {
    padding-bottom: 145px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pb-155 {
    padding-bottom: 155px;
}
.pb-160 {
    padding-bottom: 160px;
}
.pb-165 {
    padding-bottom: 165px;
}
.pb-170 {
    padding-bottom: 170px;
}
.pb-175 {
    padding-bottom: 175px;
}
.pb-180 {
    padding-bottom: 180px;
}
.pb-185 {
    padding-bottom: 185px;
}
.pb-190 {
    padding-bottom: 190px;
}
.pb-195 {
    padding-bottom: 195px;
}
.pb-200 {
    padding-bottom: 200px;
}
/*-- Padding Left --*/
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-55 {
    padding-left: 55px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-65 {
    padding-left: 65px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-75 {
    padding-left: 75px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-85 {
    padding-left: 85px;
}
.pl-90 {
    padding-left: 90px;
}
.pl-95 {
    padding-left: 95px;
}
.pl-100 {
    padding-left: 100px;
}
.pl-105 {
    padding-left: 105px;
}
.pl-110 {
    padding-left: 110px;
}
.pl-115 {
    padding-left: 115px;
}
.pl-120 {
    padding-left: 120px;
}
.pl-125 {
    padding-left: 125px;
}
.pl-130 {
    padding-left: 130px;
}
.pl-135 {
    padding-left: 135px;
}
.pl-140 {
    padding-left: 140px;
}
.pl-145 {
    padding-left: 145px;
}
.pl-150 {
    padding-left: 150px;
}
.pl-155 {
    padding-left: 155px;
}
.pl-160 {
    padding-left: 160px;
}
.pl-165 {
    padding-left: 165px;
}
.pl-170 {
    padding-left: 170px;
}
.pl-175 {
    padding-left: 175px;
}
.pl-180 {
    padding-left: 180px;
}
.pl-185 {
    padding-left: 185px;
}
.pl-190 {
    padding-left: 190px;
}
.pl-195 {
    padding-left: 195px;
}
.pl-200 {
    padding-left: 200px;
}
/*-- Padding Right --*/
.pr-5 {
    padding-right: 5px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-55 {
    padding-right: 55px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-65 {
    padding-right: 65px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-75 {
    padding-right: 75px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-85 {
    padding-right: 85px;
}
.pr-90 {
    padding-right: 90px;
}
.pr-95 {
    padding-right: 95px;
}
.pr-100 {
    padding-right: 100px;
}
.pr-105 {
    padding-right: 105px;
}
.pr-110 {
    padding-right: 110px;
}
.pr-115 {
    padding-right: 115px;
}
.pr-120 {
    padding-right: 120px;
}
.pr-125 {
    padding-right: 125px;
}
.pr-130 {
    padding-right: 130px;
}
.pr-135 {
    padding-right: 135px;
}
.pr-140 {
    padding-right: 140px;
}
.pr-145 {
    padding-right: 145px;
}
.pr-150 {
    padding-right: 150px;
}
.pr-155 {
    padding-right: 155px;
}
.pr-160 {
    padding-right: 160px;
}
.pr-165 {
    padding-right: 165px;
}
.pr-170 {
    padding-right: 170px;
}
.pr-175 {
    padding-right: 175px;
}
.pr-180 {
    padding-right: 180px;
}
.pr-185 {
    padding-right: 185px;
}
.pr-190 {
    padding-right: 190px;
}
.pr-195 {
    padding-right: 195px;
}
.pr-200 {
    padding-right: 200px;
}
/*-- - Input Placeholder-----------------------------------------*/
.summary350 {
    width: 350px;
    margin: auto auto;
}
@media only screen and (max-width: 560px) {
    .summary350 {
    width: 300px;
}
}
/*-- - Input Placeholder-----------------------------------------*/
input: -moz-placeholder, textarea: -moz-placeholder {
    opacity: 1;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:: -webkit-input-placeholder, textarea:: -webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:: -moz-placeholder, textarea:: -moz-placeholder {
    opacity: 1;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input: -ms-input-placeholder, textarea: -ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*-- - Overlay------------------------------------------*/
[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
 [data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}
/*-- Overlay Color --*/
[data-overlay="light"]::before {
    background-color: #ffffff;
}
[data-overlay="black"]::before {
    background-color: #000000;
}
[data-overlay="red"]::before {
    background-color: #006600;
}
[data-overlay="dark-blue"]::before {
    background-color: #2d3e50;
}
/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
    opacity: 0.1;
}
[data-opacity="1.5"]::before {
    opacity: 0.15;
}
[data-opacity="2"]::before {
    opacity: 0.2;
}
[data-opacity="2.5"]::before {
    opacity: 0.25;
}
[data-opacity="3"]::before {
    opacity: 0.3;
}
[data-opacity="3.5"]::before {
    opacity: 0.35;
}
[data-opacity="4"]::before {
    opacity: 0.4;
}
[data-opacity="4.5"]::before {
    opacity: 0.45;
}
[data-opacity="5"]::before {
    opacity: 0.5;
}
[data-opacity="5.5"]::before {
    opacity: 0.55;
}
[data-opacity="6"]::before {
    opacity: 0.6;
}
[data-opacity="6.5"]::before {
    opacity: 0.65;
}
[data-opacity="7"]::before {
    opacity: 0.7;
}
[data-opacity="7.5"]::before {
    opacity: 0.75;
}
[data-opacity="8"]::before {
    opacity: 0.8;
}
[data-opacity="8.5"]::before {
    opacity: 0.85;
}
[data-opacity="9"]::before {
    opacity: 0.9;
}
[data-opacity="9.5"]::before {
    opacity: 0.95;
}
/*-- - Custom Row------------------------------------------*/
.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}
 .row-5 > [class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}
/*-- Scroll Up -----------------------------------------*/
#scrollUp {
    width: 40px;
    height: 40px;
    background-color: #006600;
    color: #ffffff;
    right: 20px;
    bottom: 35%;
    text-align: center;
    overflow: hidden;
}
 @media only screen and (max-width: 767px) {
    #scrollUp {
    display: none !important;
}
 }
 #scrollUp i {
    display: block;
    line-height: 40px;
    font-size: 24px;
}
 #scrollUp:hover i {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/*-- - Main Wrapper-----------------------------------------*/
.main-wrapper {
    overflow: hidden;
}
.main-wrapper.header-transparent {
    padding: 0 !important;
    margin: 0 !important;
}
/*-- - Section Title-----------------------------------------*/
.section-block, .section-block2, .section-block2 {
    position: relative;
}
.section-block:after {
    border-bottom: 200px solid white;
    border-right: 3000px solid transparent;
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
}
.section-block2:after {
    border-top: 200px solid white;
    border-left: 3000px solid transparent;
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: 0;
    right: 0;
    width: 100%;
}
.section-block3:after {
    border-top: 200px solid white;
    border-left: 3000px solid transparent;
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: -100px;
    right: 0;
    width: 100%;
}
.title-block, .title-block3 {
    width: 350px;
    margin: 30px auto;
    position: relative;
}
.title-block2 {
    width: 300px;
    margin: 30px auto;
    position: relative;
}
.title-block4 {
    width: 450px;
    margin: 30px auto;
    position: relative;
}
.title-block span {
    width: 350px;
    top: -185px;
}
.title-block2 span {
    width: 300px;
    top: -5px;
}
.title-block3 span {
    width: 350px;
    top: -160px;
}
.title-block4 span {
    width: 450px;
    top: -185px;
}
.title-block span,.title-block2 span,.title-block3 span,.title-block4 span {
    background: #FD0100;
    position: absolute;
    display: block;
    left: 0;
    z-index: 2;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1.2px;
    padding: 25px 10px;
    font-size: 2em;
    line-height: 1.1;
    border-radius: 10px;
    text-align: center;
    box-shadow: 10px 10px 9px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    transform: skew(-200deg);
}
.title-block4 span {
    font-size: 1.6em;
}
.section-title h1 {
    font-size: 48px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #006600;
    line-height: 30px;
    margin: 0;
    text-transform: capitalize;
}
 .section-title h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #FD0100;
    line-height: 15px;
    font-weight: 800;
    text-transform: uppercase;
}
 @media only screen and (max-width: 767px) {
    .section-title h1 {
    font-size: 30px;
    line-height: 36px;
}
 }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .title-block span, .title-block4 span {
    top: -215px;
}
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .title-block span, .title-block4 span {
    top: -215px;
}
 }
@media only screen and (max-width: 767px) {
    .title-block span, .title-block3 span {
    top: -120px;
    width: 270px;
    font-size: 1.3em;
}
 .title-block, .title-block3 {
    width: 270px;
}
 .title-block4 span {
    top: -120px;
    width: 350px;
    font-size: 1.3em;
}
 .title-block4 {
    width: 350px;
}
 .section-block:after {
    border-bottom: 100px solid white;
}
 .section-block2:after, .section-block3:after {
    border-top: 100px solid white;
}
 .pt-200-sm {
    padding-top: 150px !important;
}
}
@media only screen and (max-width: 560px) {
    .title-block4 span {
    top: -90px;
    width: 280px;
    font-size: 1.0em;
}
 .title-block4 {
    width: 280px;
}
}
/*--------------------------------------------------------------AUCTION--------------------------------------------------------------*/
.auction-filter {
    padding-left: 0;
    text-align: center;
}
.auction-filter li {
    display: inline-block;
    padding: 12px 25px;
    text-align: center;
    margin: 0 10px;
    border: 3px solid #006600;
    border-radius: 25px;
    color: #006600;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: .3s all ease-in-out;
}
.auction-filter li.active,.auction-filter li:hover {
    background-color: #006600;
    color: #fff;
}
.auc_box {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    transition: .3s all ease-in-out;
}
.auc_box:hover {
    box-shadow: none;
    border: 1px solid #006600;
}
.bronze_section h3,.gold_section h3,.bronze_section .auc_bid_num li,.gold_section .auc_bid_num li {
    color: #006600;
}
.bronze_section .progress-bar,.bronze_section .auc_price,.gold_section .progress-bar {
    background-color: #006600;
}
.silver_section h3,.silver_section .auc_bid_num li {
    color: #01DBFE;
}
.silver_section .progress-bar,.silver_section .auc_price {
    background-color: #01DBFE;
}
.auc_left {
    width: 50%;
    justify-content: left;
    position: relative;
}
.auc_thumb {
    height: 250px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #fff;
}
.auc_thumb img {
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: contain;
}
.auc_right {
    width: 50%;
    justify-content: right;
    padding-left: 15px;
}
.auc_summary {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    margin: -6px 0 7px;
}
.auc_winner_no {
    border-bottom: 1px solid #ccc;
    padding: 2px 0 8px;
    margin: 0 0 7px;
}
.auc_right span,.auc_gold_time span {
    background-color: #f1f1f1;
    padding: 4px 2px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}
.auc_bid_num {
    display: flex;
}
.auc_bid_num li {
    width: 50%;
    font-size: 12px;
}
.auc_bid_num li:last-child {
    text-align: right;
}
.auc_bid_num li: last-child {
    justify-content: right;
    text-align: right;
}
.auc_price {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    text-align: center;
    padding: 25px 0 20px;
    color: #fff;
    position: absolute;
    top: -50px;
    left: -50px;
    font-size: 12px;
    line-height: normal;
}
.auc_price span {
    font-weight: bold;
    font-size: 16px;
}
.auc_box_gold {
    background-color: #fff;
    padding: 15px 25px 25px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    transition: .3s all ease-in-out;
    margin-bottom: 25px;
}
.auc_box_gold_inner {    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}
.auc_box_gold2 {
    background-color: #f1f1f1;
    padding: 15px 25px 25px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    transition: .3s all ease-in-out;
}
.auc_box_gold:hover,.auc_box_gold2:hover {
    box-shadow: none;
    border: 1px solid #006600;
}
.auc_box_gold2 .progress,.auc_box_gold2 .auc_gold_time span {
    background-color: #fff;
}
.auc_gold_price {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 8px;
    color: #FD0100;
    background-color: transparent;
    border: #ccc 1px solid;
    border-top: none;
    margin-bottom: 20px;
    border-radius: 0 0 12px 12px;
}
.auc_gold_price2 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 8px;
    color: #fff;
    color: #006600;
    background-color: transparent;
    border: #ccc 1px solid;
    border-top: none;
    margin-bottom: 20px;
    border-radius: 0 0 12px 12px;
}
.auc_box_gold2 .retailp, .auc_box_gold .retailp {
    display: block;
    margin-bottom: 10px;
}
.gold_section {
    height: 1000px;
    position: relative;
}
.gold_section_inner {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .auc_box_gold h3, .auc_box_gold2 h3, .auc_box h3 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gold_section {
        height: 1500px;
    }
    .auction-filter li {
        padding: 10px 20px;
        margin: 0 10px;
    }
     .auc_box_gold h3, .auc_box_gold2 h3, .auc_box h3 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px;
    }
     .auc_box {
        padding: 20px;
        display: block !important;
    }
    .auc_box_gold_inner {
        display: block !important;
    }
     .auc_left, .auc_right {
        width: 100%;
    }
     .auc_thumb {
        height: 280px;
    }
    /* .auc_box_gold2 .auc_thumb {
        height: 170px;
        border-radius: 10px;
    }
     .auc_gold_price2 {
        font-size: 11px;
        padding: 6px 0;
        margin-bottom: 6px;
        border-radius: 8px;
        line-height: normal;
    }*/
}
@media only screen and (max-width: 767px) {
    .auction-filter li {
        padding: 7px 12px;
        margin: 2px 1px 4px;
        font-size: 12px;
    }
     .auc_box_gold h3, .auc_box h3 {
        font-size: 20px;
    }
     .auc_box {
        padding: 20px;
        display: block !important;
    }

    .auc_box_gold_inner {
        display: block !important;
    }
     .auc_box, .auc_box_gold, .auc_box_gold2 {
        margin-bottom: 25px;
    }
     .auc_left, .auc_right {
        width: 100%;
    }
     .auc_thumb {
        height: 250px;
    }
     .auc_price {
        width: 75px;
        height: 75px;
        padding: 20px 0 15px;
        top: -30px;
    }
    .auc_gold_price, .auc_gold_price2 {
        font-size: 12px;
        padding: 6px 0;
        margin-bottom: 12px;
        border-radius: 8px;
        line-height: normal;
    }
     .gold_section {
        height: 1600px;
    }
    .auc_bid_num li {
        width: 40%;
    }
    .auc_bid_num li:last-child {
        width: 60%;
    }
     .winner-header-hero {
        min-height: 250px;
    }
 }
@media only screen and (max-width: 767px) {
    .section-block3::after {
        border-top: 100px solid white;
        top: 0;
    }
}
/*--------------------------------------------------------------WINNERS--------------------------------------------------------------*/
.winner-header-hero {
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
}
.win_box {
    background-color: #fff;
    padding: 0 0 20px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    transition: .3s all ease-in-out;
    margin: 10px 15px;
}
.win_box:hover {
    box-shadow: none;
    border: 1px solid #006600;
}
.win_thumb {
    height: 250px;
    margin-bottom: 15px;
    overflow: hidden;
}
.win_thumb img {
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: contain;
}
.win_box h4, .win_box span {
    color: #006600;
}
.winner-slider .slick-dots {
    margin: 5px auto;
    text-align: center;
}
.winner-slider .slick-dots li button {
    background-color: #ccc;
    border: none;
    font-size: 0;
}
.winner-slider .slick-dots li.slick-active button {
    background-color: #170666;
}
.winner-slider .slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.winner-slider .slick-dots li button,.winner-slider .slick-dots li button {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    padding: 5px;
    opacity: .5;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    margin-right: 5px;
}
.winner-slider .slick-dots li.slick-active button {
    opacity: .8;
}
.winner-slider-control, .product-slider-control {
    background: #006600;
    color: #fff;
    width: 100px;
    height: 50px;
    margin: 20px auto 50px;
    border-radius: 10px;
    position: relative;
    box-shadow: 10px 10px 9px rgba(0, 0, 0, 0.2);
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    transform: skew(-200deg);
}
.winner-slider-control .control-inner, .product-slider-control .control-inner {
    position: absolute;
    width: 40px;
    left: 30px;
    top: 0;
    z-index: 1;
    height: 50px;
    padding: 15px 0;
    font-size: 1.5em;
    -webkit-transform: skew(200deg);
    -moz-transform: skew(200deg);
    transform: skew(200deg);
    cursor: pointer;
}
.winner-slider-control .slick-prev, .product-slider-control .slick-prev {
    text-align: left;
    display: inline-block;
}
.winner-slider-control .slick-next, .product-slider-control .slick-next {
    display: inline-block;
    float: right;
}
.winner-paginate .pgitem {
    padding: 5px 6px;
    background-color: #f1f1f1;
}
.winner-paginate .nextlast {
    background-color: #006600;
    color: #fff;
    transition: .2s ease-in-out all;
}
.winner-paginate .nextlast:hover,
.winner-paginate .pgitem:hover {
    background-color: #FD0100;
    color: #fff;
}
.winner-btn {
    background-color:#FD0100;
    padding: 11px 15px; 
    border-radius:10px;
    color:#fff; 
    font-size:16px; 
    font-weight: bold;  
    width:140px; 
    text-align:center; 
    display:block;
    text-transform: uppercase;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    transform: skew(-200deg);
}
 @media only screen and (max-width: 767px) {
    .winner-header-hero {
        min-height: 300px;
    }
}

/*--------------------------------------------------------------ACCOUNT MANAGEMENT--------------------------------------------------------------*/
.custom_body #myTab {
    width: 100%;
}
.custom_body .my-tab {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    #myTab li > a {
        padding: 10px 10px !important;
        font-size: 13px !important;
    }
    
    .auctions-partd-table {
        width: 100%;
    }
    .auctions-partd-table #cl2 {
        width: 50%;
        float:left;
    }
    .auctions-partd-table #cl1 {
        width: 50%;
        float: right;
    }
    .auctions-partd-table table th, .auctions-partd-table table td {
        display: block;
        height: 35px;
    }
}
@media only screen and (max-width: 600px) {
    .auctions-balance-table {
        overflow-x: auto;
        width: 100%;
    }
}
@media only screen and (max-width: 560px) {
    #myTab li {
        width: 25%;
    }
    #myTab li > a {
        padding: 10px 6px !important;
        font-size: 12px !important;
        min-height: 50px;
        text-align: center;
        line-height: normal;
    }
}
@media only screen and (max-width: 480px) {
    #myTab li > a {
        padding: 10px 4px !important;
        font-size: 12px !important;
        min-height: 50px;
    }
}
@media only screen and (max-width: 360px) {
    #myTab li > a {
        padding: 10px 2px !important;
        font-size: 12px !important;
        min-height: 50px;
    }
}


/*--------------------------------------------------------------How to Play Section--------------------------------------------------------------*/
.bottomsection {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 500px;
}
.play-icon {
    width: 60px;
    height: 60px;
    background-size: 60px !important;
    position: relative;
}
.play-icon span {
    color: #fff;
    font-size: 48px;
    font-weight: bolder;
    opacity: .5;
    position: absolute;
    right: -35px;
    bottom: 20px;
}
.bottomsection p {
    color: #fff;
    padding-right: 30px;
}
.bottomsection::before {
    position: absolute;
    top: -20px;
    left: -100px;
    width: 200px;
    height: 200px;
    content: '';
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
    z-index: 1;
}
.bottomsection::after {
    position: absolute;
    bottom: -20px;
    right: -300px;
    width: 700px;
    height: 700px;
    content: '';
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
    z-index: 1;
}
.bottomsection-img {
    width: 100%;
    width: 400px;
    height: 400px;
    background-size: 400px !important;
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bottomsection-img {
    width: 350px;
    height: 350px;
    background-size: 350px !important;
    right: 0;
    top: auto;
    bottom: 0;
}
 .bottomsection p {
    padding-right: 10px;
}
}
@media only screen and (max-width: 767px) {
    .bottomsection-img {
    display: none;
}
 .bottomsection::before {
    position: absolute;
    top: -20px;
    left: -50px;
    width: 100px;
    height: 100px;
}
}
/*-- - Inner Pages-----------------------------------------*/
.product-thumb {
    height: 300px;
    border: 1px solid #006600;
    overflow: hidden;
    padding: 20px;
    margin-right: 2px;
}
.winner-row .product-thumb {
    height: 200px;
    margin-top: 30px;
}
.product-thumb img {
    max-height: 100%;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.auc-single-btn-wrap {
    display: flex;
    margin-bottom: 15px;
    margin-top: 10px;
}
.auc-single-btn-wrap2 {
    margin-bottom: 15px;
}
.auc-single-btn-wrap input {
    width: 70px;
    padding: 10px;
    margin-right: 15px;
    border-radius: 10px;
    border: 1px solid #006600;
    height: 45px;
}
.auc-single-price-result {
    width: 200px;
    padding: 10px;
    height: 45px;
    margin-right: 15px;
    border-radius: 10px;
    text-align: center;
    color: #006600;
    border: 1px solid #006600;
    font-weight: bold;
}
.auc_single_table table {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}
.auc_single_table tr {
    border-bottom: 1px solid #ccc;
}
.auc_single_table td {
    padding: 5px;
    background-color: #f9f9f9;
}
.auc_single_table td:first-child {
    background-color: #f1f1f1;
    width: 40%;
    font-weight: bold;
}
.auc_single_table .progress-bar {
    background-color: #006600;
}
.aucp_noshow {
    display: none;
}
.auc_policy {
    border: 1px solid #ffd499;
    background-color: #fff4e5;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px 50px 0px;
    font-size: small;
    font-style: italic;
}

.auc_box .btn.btn-greenbg {
    background-color: green;
}

.winner-row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.winner-thumb {
    height: 150px;
    width: 150px;
    border: 1px solid #006600;
    overflow: hidden;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.winner-thumb img {
    min-width: 100%;
    min-height: 100%;
    max-width: 150px;
    object-fit: cover;
}
.winner-thumb span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(images/winner_label.png) no-repeat;
        background-size: auto;
    width: 150px;
    height: 40px;
    display: block;
    background-size: 150px;
}

.auction-media {
    width: 80%;
    margin: 0 auto 70px;
    height: 550px;
    overflow: hidden;
}
.xs_mobshow {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product-thumb {
        height: 200px;
        margin-right: 0;
    }
    .winner-row .product-thumb {
        height: 150px;
    }
    .auction-media {
        margin: 0 auto 50px;
        height: 500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-thumb {
        height: 200px;
        margin-right: 0;
    }
     .auc_single_table h4 {
        margin-top: 40px;
    }
    .winner-row .auc_single_table h4 {
        margin-top: 0;
    }
    .winner-row .product-thumb {
        height: 100px;
    }
    .auction-media {
        margin: 0 auto 50px;
        height: 470px;
    }
}
@media only screen and (max-width: 767px) {
    .product-thumb {
        height: 350px;
        margin-right: 1px;
    }
     .auc_single_table h4 {
        margin-top: 40px;
    }
    .winner-row .auc_single_table h4 {
        margin-top: 0;
    }
     .auc-single-btn-wrap2 .btn {
        padding: 12px 20px;
        font-size: 12px;
    }
    .winner-row .product-thumb {
        height: 100px;
        padding: 10px;
    }
    .winner-thumb {
        height: 80px;
        width: 80px;
    }
    .winner-thumb img {
        max-width: 80px;
    }
    .winner-thumb span {
        width: 80px;
        height: 20px;
        background-size: 80px;
    }
    .winner-row .auc_single_table td {
        font-size: 12px;
        padding: 2px 5px;
    }
    .winner-row .auc_single_table td:first-child {
        width: 55%;
    }
    .winner-row .auc_bid_num li {
        width: 44%;
    }
    .winner-row .auc_bid_num li:first-child, .winner-row .auc_bid_num li:last-child {
        width: 28%;
    }

    .auction-media {
        margin: 0 auto 50px;
        height: 470px;
    }
}
@media only screen and (max-width: 560px) {
    .product-thumb {
        height: 300px;
        margin-right: 1px;
    }
     .auc_single_table h4 {
        margin-top: 30px;
    }
    .winner-row .auc_single_table h4 {
        margin-top: 0;
        font-size: 16px;
    }
     .auc-single-btn-wrap2 .btn {
        padding: 12px 20px;
        font-size: 12px;
    }
    .winner-row .product-thumb {
        height: 100px;
        padding: 10px;
        width: 95%;
        margin-left: 5%;
    }
    .winner-thumb {
        height: 60px;
        width: 60px;
    }
    .winner-thumb img {
        max-width: 60px;
    }
    .winner-thumb span {
        width: 60px;
        height: 16px;
        background-size: 60px;
    }

    .auction-media {
        height: 470px;
    }
}
@media only screen and (max-width: 480px) {
    .product-thumb {
        height: 250px;
        margin-right: 1px;
    }
    .winner-row .auc_single_table td:first-child {
        width: 56%;
    }
    .winner-row .auc_single_table td {
        line-height: normal;
        padding: 3px 5px;
    }
    .winner-row .auc_single_table h4 {
        font-size: 14px;
        line-height: normal;
    }
    .auction-media {
        width: 100%;
        height: 470px;
    }
}
@media only screen and (max-width: 400px) {
    .winner-row .col-2 {
        -ms-flex: 0 0 32% !important;
        flex: 0 0 32% !important;
        max-width: 32% !important;
    }
    .winner-row .col-6 {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }
    .winner-row .col-4 {
        display: none;
    }
    .winner-row .auc_single_table h4 {
        font-size: 13px;
    }
    .winner-row .product-thumb {
        height: 100px;
        padding: 10px;
        width: 95%;
        margin-left: 5%;
    }
    .winner-thumb {
        height: 80px;
        width: 80px;
    }
    .winner-thumb img {
        max-width: 80px;
    }
    .winner-thumb span {
        width: 80px;
        height: 22px;
        background-size: 80px;
    }
    .xs_mobshow {
        display: block;
        margin-top: 5px;
    }
    .winner-row .product-thumb {
        height: 70px;
        padding: 5px;
        width: 80px;
        margin-left: 0;
        margin-top: 10px;
        border-radius: 10px;
    }
}
/*-- - Page Banner-----------------------------------------*/
.page-banner-section {
    padding-top: 120px;
    min-height: 400px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-section {
    padding-top: 50px;
}
 }
 @media only screen and (max-width: 767px) {
    .page-banner-section {
    padding-top: 50px;
    min-height: 300px;
}
 }
 @media only screen and (max-width: 560px) {
    .page-banner-section {
    min-height: 200px;
}
 }
.page-banner {
    padding-bottom: 30px;
    padding-top: 50px;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .page-banner {
    padding-bottom: 30px;
    padding-top: 50px;
}
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner {
    padding-bottom: 30px;
    padding-top: 50px;
}
 }
 @media only screen and (max-width: 767px) {
    .page-banner {
    padding-bottom: 50px;
    padding-top: 50px;
}
 }
.page-title {
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    text-align: left;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .page-title {
    font-size: 24px;
    line-height: 30px;
}
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title {
    font-size: 16px;
    line-height: 42px;
}
 }
 @media only screen and (max-width: 767px) {
    .page-title {
    font-size: 16px;
    line-height: 26px;
}
 }
 @media only screen and (max-width: 479px) {
    .page-title {
    font-size: 14px;
    line-height: 20px;
}
 }
.page-breadcrumb,.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-breadcrumb, .breadcrumbs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
}
 }
 @media only screen and (max-width: 767px) {
    .page-breadcrumb, .breadcrumbs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
}
 }
 .page-breadcrumb li, .breadcrumbs li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}
 @media only screen and (max-width: 767px) {
    .page-breadcrumb li, .breadcrumbs li {
    font-size: 12px;
}
 }
 .page-breadcrumb li::after, .breadcrumbs li::after {
    content: "/";
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    margin: 0 12px;
}
 .page-breadcrumb li: last-child::after, .page-breadcrumb li.active::after, .breadcrumbs li: last-child::after, .breadcrumbs li.active::after {
    display: none;
    margin: 0;
}
 .page-breadcrumb li a {
    display: block;
}
 .page-breadcrumb li a:hover {
    color: #006600;
}
/* INNER PAGES TEXTS */
.inner-pages-texts h3 {
    display: block;
    margin-top: 20px;
    width: 100%;
}
.inner-pages-texts ul {
    list-style: circle;
    padding-left: 15px;
}
/* LOGIN / REGISTER POPUPS */
.kl-fw-input {
    width: 100%;
}
.loginbox-popup .kl-fancy-form {
    margin-bottom: 15px;
}
.loginbox-popup .kl-fancy-form .form-control {
    padding: 26px 15px 6px 15px;
}
.auth-popup-panel {
    padding: 45px;
}
.auth-popup-title {
    font-size: 20px !important;
    font-weight: 400;
    color: #FD0100;
    margin-bottom: 20px;
    line-height: 1.9;
    text-shadow: none;
}
.auth-popup-createacc {
    margin-right: 8px;
    background: none !important;
}
.auth-popup-createacc + .auth-popup-sep {
    margin-right: 8px;
    border-left: 1px solid #ccc;
}
.auth-popup-links {
    margin-top: 20px;
    color: #4A4A4A;
    font-size: 10px;
    font-weight: 600;
}
.auth-popup-link {
    font-size: 13px;
    font-weight: 400;
    color: #898989;
}
.auth-popup-link:hover {
    color: #585858;
}
.auth-popup-remember {
    margin: 0 0 20px;
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 11px;
    text-shadow: none;
}
.auth-popup-remember-chb {
    margin: 0;
}
.mfp-bg.mfp-fade.mfp-bg-lighter {
    background: #000;
}
.mfp-bg.mfp-fade.mfp-bg-lighter.mfp-ready {
    opacity: .75;
}
.auth-popup .mfp-close {
    color: #828282;
}
.auth-popup {
    width: 420px;
    margin: 0 auto;
    border: 1px solid #fff;
    background: #f9f9f9;
    box-shadow: 0 0 20px #000;
    border-radius: 2px;
    position: relative;
}
.register-popup {
    width: 420px;
}
.btn-fullcolor:focus {
    background-color: #006600;
    color: #fff;
}
.btn-fullcolor:hover {
    color: #fff;
    background-color: #006600;
}
/* FANCYFORMS */
.kl-fancy-form {
    position: relative;
    margin-bottom: 20px;
}
.kl-fancy-form-label {
    color: #969696;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    left: 16px;
    cursor: text;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.kl-fancy-form-input:focus + .kl-fancy-form-label,.kl-fancy-form-textarea:focus + .kl-fancy-form-label {
    color: #c0c0c0;
}
.kl-fancy-form .form-control {
    padding: 26px 16px 6px 9px;
    height: auto;
}
/*-- - Page Pagination------------------------------------------*/
.page-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
 .page-pagination ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
 .page-pagination ul li {
    display: block;
    float: left;
    margin: 0 5px;
}
 .page-pagination ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #404040;
    color: #404040;
    text-align: center;
    border-radius: 50px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
 .page-pagination ul li a i {
    display: block;
    line-height: 38px;
    font-size: 18px;
}
 .page-pagination ul li a:hover {
    color: #ffffff;
    background-color: #006600;
    border-color: #006600;
}
 .page-pagination ul li.active a {
    color: #ffffff;
    background-color: #006600;
    border-color: #006600;
}
/*-- - Faq Style------------------------------------------*/
.faqs .title {
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 800;
    line-height: 1.25;
}
 .faqs .title:first-child {
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .faqs .title {
    font-size: 18px;
}
 }
/*-- - Button Style------------------------------------------*/
.btn {
    display: inline-block;
    border: none;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 20px;
    background-color: #FD0100;
    padding: 12px 34px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}
.btn-line {
    display: inline-block;
    border: 3px solid #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 20px;
    background-color: none;
    padding: 12px 34px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}
 .btn-line:hover {
    border: 3px solid transparent;
}
 .btn-line::before {
    border-radius: 25px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #006600;
    width: 0;
    right: 0;
    left: auto;
}
 .auc-single-btn-wrap2 .btn-line {
    padding: 10px 15px;
    font-size: 12px;
    margin-left: 10px;
}
 .header-bottom.is-sticky .btn-line, .auc-single-btn-wrap2 .btn-line {
    border: 3px solid #006600;
    color: #006600;
}
 .header-bottom.is-sticky .btn-line::before, .auc-single-btn-wrap2 .btn-line::before {
    background-color: #fff;
}
 .header-bottom.is-sticky .btn-line:hover::before, .auc-single-btn-wrap2 .btn-line:hover::before {
    background-color: #006600;
}
 .header-bottom.is-sticky .btn-line:hover, .auc-single-btn-wrap2 .btn-line:hover {
    color: #006600;
    border: 3px solid transparent;
    color: #fff;
}
 @media only screen and (max-width: 767px) {
    .btn {
    padding: 8px 20px;
    font-size: 10px;
}
 }
 .btn::before {
    border-radius: 25px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #006600;
    width: 0;
    right: 0;
    left: auto;
}
 .btn:hover, .btn-line:hover {
    color: #ffffff;
}
 .btn:hover::before, .btn-line:hover::before {
    width: 100%;
    left: 0;
}
 .btn.btn-dark {
    background-color: #191919;
    color: #ffffff;
}
 .btn.btn-red {
    background-color: #FD0100;
    color: #ffffff;
}
 .btn.btn-hover-dark::before {
    background-color: #191919;
}
 .btn.btn-hover-green::before {
    background-color: #006600;
}
 .btn.btn-hover-dark-red::before {
    background-color: #de1125;
}
 .btn.btn-blue {
    background-color: #282165;
    color: #ffffff;
}
 .btn.btn-white {
    color: #282165;
    background-color: #ffffff;
}
 .btn.btn-white::before:hover {
    color: #fff !important;
}
 .btn.btn-sm {
    padding: 8px 20px;
    font-size: 10px;
}
 .btn.btn-lg {
    padding: 20px 40px;
    font-size: 14px;
}
 @media only screen and (max-width: 767px) {
    .btn.btn-lg {
    padding: 12px 30px;
    font-size: 12px;
}
 }
 @media only screen and (max-width: 479px) {
    .btn.btn-lg {
    padding: 8px 20px;
    font-size: 10px;
}
 }
/*-- - Social Color------------------------------------------*/
.facebook {
    background-color: #3B5997;
    color: #ffffff;
}
 .facebook:hover {
    background-color: #3B5997;
    color: #ffffff;
}
.twitter {
    background-color: #1DA1F2;
    color: #ffffff;
}
 .twitter:hover {
    background-color: #1DA1F2;
    color: #ffffff;
}
.linkedin {
    background-color: #0077B5;
    color: #ffffff;
}
 .linkedin:hover {
    background-color: #0077B5;
    color: #ffffff;
}
.pinterest {
    background-color: #BD081C;
    color: #ffffff;
}
 .pinterest:hover {
    background-color: #BD081C;
    color: #ffffff;
}
.google-plus {
    background-color: #D11718;
    color: #ffffff;
}
 .google-plus:hover {
    background-color: #D11718;
    color: #ffffff;
}
.behance {
    background-color: #005CFF;
    color: #ffffff;
}
 .behance:hover {
    background-color: #005CFF;
    color: #ffffff;
}
.dribbble {
    background-color: #E84C88;
    color: #ffffff;
}
 .dribbble:hover {
    background-color: #E84C88;
    color: #ffffff;
}
.github {
    background-color: #323131;
    color: #ffffff;
}
 .github:hover {
    background-color: #323131;
    color: #ffffff;
}
.instagram {
    background-color: #DC3472;
    color: #ffffff;
}
 .instagram:hover {
    background-color: #DC3472;
    color: #ffffff;
}
.medium {
    background-color: #00AB6C;
    color: #ffffff;
}
 .medium:hover {
    background-color: #00AB6C;
    color: #ffffff;
}
.reddit {
    background-color: #FF4501;
    color: #ffffff;
}
 .reddit:hover {
    background-color: #FF4501;
    color: #ffffff;
}
.skype {
    background-color: #00AFF0;
    color: #ffffff;
}
 .skype:hover {
    background-color: #00AFF0;
    color: #ffffff;
}
.slack {
    background-color: #63C1A0;
    color: #ffffff;
}
 .slack:hover {
    background-color: #63C1A0;
    color: #ffffff;
}
.snapchat {
    background-color: #FFFC00;
    color: #ffffff;
}
 .snapchat:hover {
    background-color: #FFFC00;
    color: #ffffff;
}
.tumblr {
    background-color: #01273A;
    color: #ffffff;
}
 .tumblr:hover {
    background-color: #01273A;
    color: #ffffff;
}
.vimeo {
    background-color: #00ADEF;
    color: #ffffff;
}
 .vimeo:hover {
    background-color: #00ADEF;
    color: #ffffff;
}
.youtube {
    background-color: #FE0002;
    color: #ffffff;
}
 .youtube:hover {
    background-color: #FE0002;
    color: #ffffff;
}
/*--------------------------------------- 02. Header-----------------------------------------*/
.header-section {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
/*---- 2.2 Header Bottom-----------------------------------------*/
.header-bottom {
    position: relative;
    background-color: rgba(255,255,255,0);
    /*---- Sticky Header ----*/
 }
 .header-bottom.is-sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 99999;
}
 .header-bottom.is-sticky .main-menu nav > ul > li > a {
    line-height: 80px;
    color: #006600;
}
 .header-bottom > .container, .header-bottom > .container-fluid {
    position: relative;
}
 .header-bottom > .container > .row, .header-bottom > .container-fluid > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 .header-bottom > .container > .row > .col, .header-bottom > .container > .row > [class*="col"], .header-bottom > .container-fluid > .row > .col, .header-bottom > .container-fluid > .row > [class*="col"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    position: static;
}
 .header-bottom > .container > .row > .col:first-child, .header-bottom > .container > .row > [class*="col"]:first-child, .header-bottom > .container-fluid > .row > .col:first-child, .header-bottom > .container-fluid > .row > [class*="col"]:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-bottom > .container > .row > .col:first-child, .header-bottom > .container > .row > [class*="col"]:first-child, .header-bottom > .container-fluid > .row > .col:first-child, .header-bottom > .container-fluid > .row > [class*="col"]:first-child {
    margin-right: 0 !important;
}
 .header-bottom > .container > .row > .col: nth-last-child(2), .header-bottom > .container > .row > [class*="col"]: nth-last-child(2), .header-bottom > .container-fluid > .row > .col: nth-last-child(2), .header-bottom > .container-fluid > .row > [class*="col"]: nth-last-child(2) {
    margin-right: 50px;
}
 .header-bottom > .container > .row > .col {
    margin-right: 50px !important;
}
 }
 @media only screen and (max-width: 767px) {
    .header-bottom > .container > .row > .col:first-child, .header-bottom > .container > .row > [class*="col"]:first-child, .header-bottom > .container-fluid > .row > .col:first-child, .header-bottom > .container-fluid > .row > [class*="col"]:first-child {
    margin-right: 0 !important;
}
 .header-bottom > .container > .row > .col: nth-last-child(2), .header-bottom > .container > .row > [class*="col"]: nth-last-child(2), .header-bottom > .container-fluid > .row > .col: nth-last-child(2), .header-bottom > .container-fluid > .row > [class*="col"]: nth-last-child(2) {
    margin-right: 50px;
}
 .header-bottom > .container > .row > .col {
    margin-right: 50px !important;
}
 .header-bottom.is-sticky {
    top: -200px;
}
 }
/*-- Sticky Animation --*/
@-webkit-keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
 to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
 }
@keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
 to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
 }
/*---- Header Button ----*/
@media only screen and (max-width: 479px) {
    .header-button {
    display: none;
}
 }
/*---- Header Logo ----*/
.logo {
    line-height: 50px;
    position: relative;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo {
    margin: 12px 0;
}
 }
 @media only screen and (max-width: 767px) {
    .logo {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 130px;
    margin: 10px 0;
}
 }
 @media only screen and (max-width: 479px) {
    .logo {
    width: 120px;
}
 }
 .logo img {
    /*max-width: 100%;
    */
 height: 55px;
    /*---- Sticky Logo ----*/
 }
 .logo img.sticky-logo {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
 .header-button-login:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    margin-top: 0px;
    top: 50px;
    right: 20px;
    text-align: right;
    width: 220px;
    padding: 15px 0;
    border-radius: 25px;
    margin-left: -20px;
    margin-top: 20px;
}
 .header-bottom.is-sticky .header-button-login:hover .sub-menu {
    top: 50px;
}
 @media only screen and (max-width: 991px) {
    .header-button-login:hover .sub-menu {
    right: 70px;
}
 }
/*---- Main Menu ----*/
.main-menu nav > ul > li {
    display: block;
    float: left;
    margin-right: 30px;
    /*-- Arrow For Sub Menu --*/
 }
 .main-menu nav > ul > li: last-child {
    margin-right: 0;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-menu nav > ul > li {
    margin-right: 18px;
}
 }
 .main-menu nav > ul > li > a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 90px;
    position: relative;
}
 .main-menu nav > ul > li:hover > a {
    color: #006600;
}
 /*.main-menu nav > ul > li.active a {
    position: relative;
}
 .main-menu nav > ul > li.active a::before {
    position: absolute;
    right: 0;
    content: "";
    bottom: 10px;
    width: 5px;
    height: 5px;
    text-align: center;
    background-color: #006600;
    border-radius: 100%;
}
*/
 .main-menu nav > ul > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    margin-top: 0px;
}
 .main-menu nav > ul > li.menu-item-has-children > a {
    padding-right: 15px;
}
 .main-menu nav > ul > li.menu-item-has-children > a::before {
    position: absolute;
    right: 0;
    font-family: 'Fontawesome';
    content: "\f107";
    top: 0;
    line-height: inherit;
}
/*---- Sub Menu ----*/
.sub-menu {
    position: absolute;
    top: 70px;
    background-color: #ffffff;
    width: 220px;
    -webkit-box-shadow: 0 7px 15px rgba(25, 25, 25, 0.2);
    box-shadow: 0 7px 15px rgba(25, 25, 25, 0.2);
    padding: 15px 0;
    border-radius: 25px;
    margin-left: -20px;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    opacity: 0;
    z-index: -999;
}
 .sub-menu li {
    padding: 0 25px;
    position: relative;
    /*-- Arrow For Other Sub Menu --*/
 /*-- Sub Menu Multi Level --*/
 /*-- Level 2 --*/
 }
 .sub-menu li a {
    display: block;
    line-height: 24px;
    padding: 3px 0;
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
    color: #404040;
    position: relative;
    font-family: "Montserrat", sans-serif;
}
 .sub-menu li:hover > a {
    color: #006600;
    padding-left: 5px;
}
 .sub-menu li.active > a {
    color: #006600;
}
 .sub-menu li.menu-item-has-children > a {
    padding-right: 15px;
}
 .sub-menu li.menu-item-has-children > a::before {
    position: absolute;
    right: 0;
    font-family: 'Fontawesome';
    content: "\f105";
    top: 0;
    line-height: 36px;
    opacity: 0.5;
}
 .sub-menu li .sub-menu {
    left: 100%;
    top: -10px;
    margin-top: 0 !important;
    margin-left: 0;
    /*-- Level 3 --*/
 }
 .sub-menu li .sub-menu .sub-menu {
    left: -100%;
    /*-- Level 4 --*/
 }
 .sub-menu li .sub-menu .sub-menu .sub-menu {
    left: 100%;
    /*-- Level 5 --*/
 }
 .sub-menu li .sub-menu .sub-menu .sub-menu .sub-menu {
    left: -100%;
    /*-- Level 6 --*/
 }
 .sub-menu li .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
    left: 100%;
}
 @media only screen and (min-width: 992px) {
    .header-bottom.is-sticky .sub-menu {
    border-radius: 0 0 20px 20px;
    top: 80px;
}
 }
/*-- Mobile Menu --*/
.mobile-menu {
    float: left;
    width: 100% !important;
    position: relative !important;
}
 .mobile-menu .mean-bar {
    position: relative;
    /*---- Mean Nav ----*/
 }
 .mobile-menu .mean-bar .meanmenu-reveal {
    position: absolute;
    top: -45px;
}
 @media only screen and (max-width: 767px) {
    .mobile-menu .mean-bar .meanmenu-reveal {
    top: -42px;
}
 }
 .mobile-menu .mean-bar .meanmenu-reveal span {
    position: relative;
    /*---- Menu Open ----*/
 /*---- Menu Close ----*/
 }
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
    height: 2px;
    width: 26px;
    background-color: #fff;
    display: block;
    margin: 8px 0;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
    top: -8px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
    bottom: -8px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
    height: 2px;
    width: 26px;
    background-color: transparent;
    display: block;
    margin: 8px 0;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 .header-bottom.is-sticky .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar, .header-bottom.is-sticky .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before, .header-bottom.is-sticky .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
    background-color: #006600;
}
 .header-bottom.is-sticky .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before, .header-bottom.is-sticky .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
    background-color: #006600;
}
 .mobile-menu .mean-bar .mean-nav {
    background-color: #ffffff;
}
 .mobile-menu .mean-bar .mean-nav > ul {
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    overflow-x: hidden;
}
 @media only screen and (max-width: 767px) {
    .mobile-menu .mean-bar .mean-nav > ul {
    max-height: 180px;
    overflow-y: auto;
}
 }
 @media only screen and (max-width: 479px) {
    .mobile-menu .mean-bar .mean-nav > ul {
    max-height: 350px;
    overflow-y: auto;
}
 }
 .mobile-menu .mean-bar .mean-nav > ul > li:first-child > a:first-child {
    border-top: 0px solid transparent;
}
 .mobile-menu .mean-bar .mean-nav > ul li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    /*---- Sub Menu & Mega Menu ----*/
 }
 .mobile-menu .mean-bar .mean-nav > ul li a {
    font-size: 13px;
    display: block;
    color: #666666;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 44px;
    position: relative;
    border-top: 1px solid #eeeeee;
    padding: 0 40px 0 20px;
    /*---- Menu Expand For Sub Menu ----*/
 }
 .mobile-menu .mean-bar .mean-nav > ul li a:hover {
    color: #006600;
    padding-left: 25px;
}
 .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
    border: 1px solid #eeeeee;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    right: -1px;
    top: 0;
    font-size: 20px !important;
    color: #666666 !important;
    line-height: 44px;
    height: 46px;
    width: 40px;
    text-align: center;
    padding: 0;
}
 .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
    line-height: 40px;
}
 .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand:hover {
    color: #006600 !important;
}
 .mobile-menu .mean-bar .mean-nav > ul li.active > a {
    color: #006600;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
    position: static;
    background-color: rgba(0, 0, 0, 0.03);
    margin: 0;
    padding: 0 !important;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    display: none;
    float: left;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li, .mobile-menu .mean-bar .mean-nav > ul li ul li {
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-right: 0px solid transparent;
    width: 100%;
    display: block !important;
    float: left;
    width: 100%;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li a {
    font-size: 12px;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li ul li a::before {
    display: none;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul {
    background-color: rgba(0, 0, 0, 0.04);
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
    border-top: 1px solid #dddddd;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
    border: 1px solid #dddddd;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
    background-color: rgba(0, 0, 0, 0.05);
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
    border-top: 1px solid #eeeeee;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
    border: 1px solid #eeeeee;
}
/*--------------------------------------- 03. Hero-----------------------------------------*/
/*-- Hero Slider --*/
.hero-slider {
    /*-- Arrow --*/
 /*-- Dots --*/
 }
 .hero-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 9999;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: none;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 45px;
}
 .hero-slider .slick-arrow i {
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    font-size: 30px;
    display: block;
    line-height: 70px;
}
 .hero-slider .slick-arrow.slick-next {
    right: 30px;
}
 .hero-slider .slick-arrow.slick-prev {
    left: 30px;
}
 .hero-slider .slick-arrow:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
 .hero-slider .slick-dots {
    position: absolute;
    right: 65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-slider .slick-dots {
    right: 40px;
}
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider .slick-dots {
    right: 30px;
}
 }
 .hero-slider .slick-dots li {
    padding: 14px 0;
    position: relative;
}
 .hero-slider .slick-dots li:before {
    position: absolute;
    width: 2px;
    height: 18px;
    content: '';
    background-color: #ffffff;
    left: 50%;
    margin-left: -1px;
    top: 100%;
    margin-top: -9px;
}
 .hero-slider .slick-dots li: last-child::before {
    display: none;
}
 .hero-slider .slick-dots li button {
    border: none;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    padding: 0;
}
 .hero-slider .slick-dots li button::before {
    content: '0';
}
 .hero-slider .slick-dots li.slick-active button {
    color: #006600;
}
/*-- Hero Item --*/
.hero-item {
    padding-top: 170px;
    /*-- Image --*/
 /*-- Content --*/
 /*-- Active Content --*/
 }
 .hero-item .hero-image img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    float: right;
    margin-right: 0;
    width: 370px;
    position: absolute;
    right: 0;
    bottom: 0;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-item .hero-image img {
    width: 300px;
    margin-right: 0;
}
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-item .hero-image img {
    width: 250px;
    margin-right: 0;
}
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-item .hero-image img {
    max-width: 300px;
    margin-right: 0;
}
 }
 @media only screen and (max-width: 767px) {
    .hero-item .hero-image img {
    max-width: 200px;
    width: 100%;
    margin: auto;
    float: left;
}
 }
 .hero-item .hero-content {
    padding-bottom: 150px;
    padding-top: 100px;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-item .hero-content {
    padding: 50px 15px;
}
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-item .hero-content {
    padding: 50px 15px;
}
 }
 @media only screen and (max-width: 767px) {
    .hero-item .hero-content {
    padding: 30px 10px;
}
 }
 .hero-item .hero-content > div {
    overflow: hidden;
}
 .hero-item .hero-content > div * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
 .hero-item .hero-content > div.title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
 .hero-item .hero-content > div.title-2 * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
 .hero-item .hero-content > div.sub-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
 .hero-item .hero-content > div.button * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
 .hero-item .hero-content h1 {
    font-size: 72px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    line-height: 1;
    margin: 0;
    padding-bottom: 13px;
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-item .hero-content h1 {
    font-size: 80px;
}
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-item .hero-content h1 {
    font-size: 50px;
    padding-bottom: 8px;
}
 }
 @media only screen and (max-width: 767px) {
    .hero-item .hero-content h1 {
    font-size: 50px;
    padding-bottom: 8px;
}
 }
 @media only screen and (max-width: 767px) {
    .hero-item .hero-content h1 {
    font-size: 40px;
}
 }
 .hero-item .hero-content h3 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 16px;
    margin-bottom: 0;
    padding-bottom: 5px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-item .hero-content h3 {
    font-size: 20px;
    margin-top: 10px;
}
 }
 @media only screen and (max-width: 767px) {
    .hero-item .hero-content h3 {
    font-size: 18px;
    margin-top: 10px;
    line-height: 22px;
}
 }
 .hero-item .hero-content .btn {
    margin-top: 45px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-item .hero-content .btn {
    padding: 15px 34px;
    font-size: 12px;
    margin-top: 30px;
}
 }
 @media only screen and (max-width: 767px) {
    .hero-item .hero-content .btn {
    margin-top: 20px;
}
 }
 .hero-item.slick-active .hero-image img {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
 .hero-item.slick-active .hero-content > div * {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
 .hero-item.slick-active .hero-content > div.title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
 .hero-item.slick-active .hero-content > div.title-2 * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
 .hero-item.slick-active .hero-content > div.sub-title * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
 .hero-item.slick-active .hero-content > div.button * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
/*--------------------------------------------------------------Front Hero--------------------------------------------------------------*/
.front-hero {
    position: relative;
    width: 100%;
    min-height: 900px;
    overflow: hidden;
}
.hero-inner {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    color: #fff;
}
.hero-inner h1 {
    font-size: 68px;
    color: #fff;
    line-height: 78px;
}
.hero-inner h1 span {
    font-size: 80px;
}
.hero-inner h3 {
    color: #fff;
}
.hero-inner p {
    font-size: 16px;
    margin-top: 20px;
}
.hero-icon {
    width: 100%;
    min-height: 600px;
    background-size: 500px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-inner h1 {
    font-size: 56px;
    line-height: 60px;
}
 .hero-inner h1 span {
    font-size: 64px;
}
 .hero-icon {
    width: 100%;
    min-height: 600px;
    background-size: 300px !important;
}
 .hero-inner {
    top: 120px;
}
 .front-hero {
    min-height: 850px;
}
}
@media only screen and (max-width: 768px) {
    .hero-inner h1 {
    font-size: 56px;
    line-height: 60px;
}
 .hero-inner h1 span {
    font-size: 64px;
}
 .hero-icon {
    display: none;
}
 .hero-inner {
    top: 120px;
}
 .front-hero {
    min-height: 650px;
}
}
@media only screen and (max-width: 560px) {
    .hero-inner h1 {
    font-size: 36px;
    line-height: 40px;
}
 .hero-inner h1 span {
    font-size: 48px;
}
 .hero-inner h3 {
    font-size: 16px;
}
 .hero-inner {
    top: 100px;
}
 .front-hero {
    min-height: 520px;
}
}
/*--------------------------------------------------------------Video Slider--------------------------------------------------------------*/
.slide-wrap {
    width: 100%;
    height: 600px;
    margin-top: 50px;
}
.slider-caption {
    position: absolute;
    width: 80%;
    height: auto;
    left: 10%;
    top: 120px;
    z-index: 100;
}
.slider-caption h1 {
    position: relative;
    text-align: center;
    color: #fff;
    line-height: 45px;
}
.slider-caption h1::before {
    position: absolute;
    width: 20%;
    left: 40%;
    top: -25px;
    height: 3px;
    background-color: #529119;
    content: '';
}
.slider-caption span {
    padding: 6px 7px;
    font-size: 15px color: #fff;
    text-align: center;
    border-radius: 100% !important;
    border: #fff 1px solid;
}
/* Video Overlay */
#overlay {
    background-color: rgba(0,0,0,.65);
    height: 600px;
    left: 0;
    position: relative;
    top: 0;
    transition: background-color 300ms ease;
    width: 100%;
}
.fade {
    background-color: rgba(0,0,0,.85) !important;
}
/* Hero Video + Fallback */
#hero-vid {
    background: url("http: //www.markhillard.com/sandbox/media/polina.jpg") no-repeat scroll 0 0 #000;
    background-size: cover;
    top: 50px;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    perspective: 1000;
    position: fixed;
    right: 0;
    width: auto;
    z-index: -1;
}
#hero-pic {
    display: block;
    height: auto;
    width: 100%;
}
#state {
    bottom: 0;
    cursor: pointer;
    font-size: 2.25rem;
    left: 0;
    line-height: 1;
    padding: 2rem 2.5rem 1.65rem;
    position: absolute;
}
.slide-wrap {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    perspective: 1000;
    width: 100%;
}
.vid_button .first {
    display: none;
}
.modal video {
    width: 100%;
}
/*--------------------------------------- 04. About-----------------------------------------*/
/*---- 4.1 Mission Section-----------------------------------------*/
.jqvmap-pin {
    z-index: 999;
}
.vmap-pin {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    background-color: #ffffff;
    border: 3px solid #006600;
    border-radius: 50%;
}
/*-- Mission Map Content --*/
.vmap-pin-text {
    position: absolute;
    left: 50%;
    bottom: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 10px rgba(25, 25, 25, 0.3);
    box-shadow: 0 5px 10px rgba(25, 25, 25, 0.3);
    text-align: center;
    padding: 10px;
    width: 200px;
    display: none;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
 .vmap-pin-text::before {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
}
 .vmap-pin-text.open {
    display: block;
    opacity: 1;
}
 .vmap-pin-text h4 {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 5px;
}
 .vmap-pin-text p {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    line-height: 18px;
}
/*---- 4.2 About Candidate Section-----------------------------------------*/
/*-- Candidate Content --*/
.candidate-content h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #006600;
    line-height: 18px;
    font-weight: 600;
}
.candidate-content h1 {
    color: #2d3e50;
    font-size: 50px;
    line-height: 55px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}
 @media only screen and (max-width: 767px) {
    .candidate-content h1 {
    font-size: 36px;
    line-height: 44px;
}
 }
 @media only screen and (max-width: 479px) {
    .candidate-content h1 {
    font-size: 30px;
    line-height: 36px;
}
 }
.candidate-content p {
    font-size: 16px;
    margin-bottom: 26px;
    line-height: 30px;
}
 @media only screen and (max-width: 479px) {
    .candidate-content p {
    font-size: 14px;
    line-height: 24px;
}
 }
.candidate-content img {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 30px;
}
.candidate-pix {
    width: 300px;
    height: 330px;
    overflow: hidden;
    float: right;
    margin-bottom: 25px;
}
.candidate-pix2 {
    width: 300px;
    height: 250px;
    overflow: hidden;
    float: right;
    margin-bottom: 15px;
}
.candidate-pix img, .candidate-pix2 img {
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .candidate-pix2 {
    width: 200px;
    height: 150px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.candidate-pix {
    width: 200px;
    height: 250px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.hide-on-mob {
    display: none;
}
}
@media only screen and (max-width: 767px) {
    .candidate-pix2 {
    width: 180px;
    height: 130px;
}
.candidate-pix {
    width: 180px;
    height: 200px;
}
}
@media only screen and (max-width: 480px) {
    .candidate-pix2, .candidate-pix {
    width: 100%;
    height: auto;
}
}
/*-- Candidate Video --*/
.candidate-video {
    text-align: center;
}
.candidate-video-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .candidate-video-inner {
    width: 100%;
}
 }
 @media only screen and (max-width: 767px) {
    .candidate-video-inner {
    width: 100%;
}
 }
 .candidate-video-inner img {
    max-width: 100%;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .candidate-video-inner img {
    width: 100%;
}
 }
 @media only screen and (max-width: 767px) {
    .candidate-video-inner img {
    width: 100%;
}
 }
 .candidate-video-inner a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
}
 /*12. Fancy Icons Tabs */
.tabs-style-flip {
    max-width: 1200px;
}
.tabs-style-flip nav li i {
    font-size: 22px;
}
.tabs-style-flip nav a {
    color: #2CC185;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.tabs-style-flip nav a:hover,.tabs-style-flip nav a:focus,.tabs-style-flip nav li.tab-current a {
    color: #74777b;
}
.tabs-style-flip nav li * {
    color: #ffffff;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.tabs-style-flip nav li.tab-current * {
    color: #222222;
}
.tabs-style-flip nav a span {
    text-transform: uppercase;
    font-weight: 700;
}
.tabs-style-flip nav a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
    transform: perspective(900px) rotate3d(1,0,0,90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 50% 100%;
}
.tabs-style-flip nav li.tab-current a::after {
    background-color: #fff;
    -webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
    transform: perspective(900px) rotate3d(1,0,0,0deg);
}
.tabs-style-flip .content-wrap {
    background: #f5f5f5;
}
.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    font-weight: 300;
    font-size: 1.1em;
}
.tabs nav {
    text-align: center;
}
.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    background-color: #282165;
    line-height: 75px;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tabs nav a span {
    vertical-align: middle;
    font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs nav a span {
    font-size: 12px;
}
}
@media only screen and (max-width: 767px) {
    .tabs nav ul li {
    width: 100%;
    line-height: 50px;
    text-align: center;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
    border-bottom: 1px solid #022257;
}
.tabs nav ul li: last-child {
    border-bottom: 1px solid #ccc;
}
}
.tabs nav li.tab-current a {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #74777b;
}
.tabs nav a:focus {
    outline: none;
}
/* Content */
.tabs .content-wrap {
    position: relative;
    overflow-y: initial;
}
.tabs .content-wrap section {
    display: none;
    border-top: 2px solid #ffffff;
    margin: 0 auto;
    padding: 2em;
    max-width: 1200px;
    text-align: left;
    line-height: 23px;
}
.tabs .content-wrap section h3 {
    margin-bottom: 20px;
}
.tabs .content-wrap section ul {
    padding-left: 15px;
}
.tabs .content-wrap section li {
    list-style: circle;
}
.tabs .content-wrap section.content-current {
    display: block;
}
.tab-pix-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.tab-pix {
    width: 250px;
    height: 250px;
    border-radius: 100% !important;
    overflow: hidden;
    object-fit: cover;
    float: left;
    margin-right: 30px;
}
.tab-pix img {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 500px;
}
.tab-pix:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/* Fallback */
.no-js .tabs .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}
.no-flexbox nav ul {
    display: block;
}
.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}
@media screen and (max-width: 58em) {
    .tabs nav a.icon span {
    display: none;
}
 .tabs nav a:before {
    margin-right: 0;
}
}
/*CLIENTS SLIDER*/
.clients_image_holder_inside .client_image {
    display: block;
    margin: 0 auto;
    max-width: 120px;
}
/*ACCORDIONS*/
.panel-default > .panel-heading {
    color: #666666;
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0;
    text-align: left;
    padding: 20px 50px 20px 30px;
    position: relative;
}
.panel-default > .panel-heading a {
    font-weight: 700;
}
.panel-body {
    padding: 30px;
    text-align: left;
}
.panel-group .panel ul: last-child,.panel-body p: last-child {
    margin: 0;
}
.panel-group .panel + .panel {
    margin-top: 15px;
}
.panel-group .panel {
    font-size: 16px;
}
.panel-group .panel li {
    font-weight: 300;
    margin-bottom: 2px;
}
/*---- 4.3 Timeline-----------------------------------------*/
.timeline-wrap {
    position: relative;
    z-index: 1;
}
 .timeline-wrap::before {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -3px;
    content: "";
    background-color: #505050;
    width: 6px;
    height: 100%;
    border-radius: 50px;
    z-index: -2;
}
 @media only screen and (max-width: 767px) {
    .timeline-wrap::before {
    left: 0;
    margin-left: 0;
}
 }
 .timeline-wrap .timeline-proces {
    border-radius: 50px;
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #006600;
    width: 6px;
    left: 50%;
    margin-left: -3px;
    top: 0;
}
 @media only screen and (max-width: 767px) {
    .timeline-wrap .timeline-proces {
    left: 0;
    margin-left: 0;
}
 }
.timeline {
    padding: 30px 0 20px;
}
 .timeline .date {
    text-align: right;
    padding-left: 15px;
    padding-right: 30px;
}
 @media only screen and (max-width: 767px) {
    .timeline .date {
    text-align: left;
    padding-left: 45px;
    padding-right: 15px;
    margin-bottom: 10px;
}
 }
 .timeline .date .dot {
    background-color: #3a3a3a;
    border: 6px solid #717171;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: -10px;
    left: auto;
    top: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
 @media only screen and (max-width: 767px) {
    .timeline .date .dot {
    right: auto;
    left: 7px;
}
 }
 .timeline .date h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
}
 .timeline .content {
    text-align: left;
    padding-right: 15px;
    padding-left: 30px;
}
 @media only screen and (max-width: 767px) {
    .timeline .content {
    text-align: left;
    padding-left: 45px;
    padding-right: 15px;
}
 }
 .timeline .content h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
    margin-bottom: 12px;
}
 .timeline .content p {
    color: #efefef;
    font-size: 15px;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
}
 .timeline:nth-child(2n) .date {
    text-align: left;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 15px;
    padding-left: 30px;
}
 @media only screen and (max-width: 767px) {
    .timeline:nth-child(2n) .date {
    text-align: left;
    padding-left: 45px;
    padding-right: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
 }
 .timeline:nth-child(2n) .date .dot {
    left: -10px;
    right: auto;
}
 @media only screen and (max-width: 767px) {
    .timeline:nth-child(2n) .date .dot {
    right: auto;
    left: 7px;
}
 }
 .timeline:nth-child(2n) .content {
    text-align: right;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 15px;
    padding-right: 30px;
}
 @media only screen and (max-width: 767px) {
    .timeline:nth-child(2n) .content {
    text-align: left;
    padding-left: 45px;
    padding-right: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
 }
 .timeline.hover .date .dot {
    background-color: #ffffff;
    border-color: #006600;
}
/*---- 4.4 Promise-----------------------------------------*/
.promise {
    position: relative;
}
 .promise img {
    width: 100%;
}
 .promise .content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 30px;
    background-color: rgba(239, 51, 69, 0.85);
}
 .promise .content h3 {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 22px;
    color: #ffffff;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .promise .content h3 {
    font-size: 18px;
}
 }
 @media only screen and (max-width: 479px) {
    .promise .content h3 {
    font-size: 16px;
    line-height: 24px;
}
 }
/*--------------------------------------- 05. Feature-----------------------------------------*/
/*-- Feature --*/
.feature {
    /*-- Icon --*/
 /*-- Content --*/
 /*-- Feature Hover --*/
 }
 .feature .icon {
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    z-index: 9;
}
 .feature .icon i {
    line-height: 82px;
    display: block;
    font-size: 32px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #002868;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
 .feature .icon .shape {
    position: absolute;
    left: 3px;
    bottom: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    width: 1px;
    height: 0;
    background-color: #2d3e50;
    display: block;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}
 .feature .icon .shape::before, .feature .icon .shape::after {
    height: 0;
    width: 1px;
    background-color: #2d3e50;
    content: "";
    bottom: -10px;
    position: absolute;
}
 .feature .icon .shape::before {
    right: 7px;
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}
 .feature .icon .shape::after {
    left: 7px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
 .feature .content h4 {
    font-size: 22px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 17px;
}
 .feature .content p {
    max-width: 320px;
    margin: auto;
    line-height: 26px;
}
 .feature:hover .icon i {
    background-color: #2d3e50;
}
 .feature:hover .icon .shape {
    left: 3px;
    bottom: 3px;
    height: 115px;
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}
 .feature:hover .icon .shape::before, .feature:hover .icon .shape::after {
    height: 115px;
}
 .feature:hover .icon .shape::before {
    height: 115px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
 .feature:hover .icon .shape::after {
    height: 115px;
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}
 .valuespix {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto}
 .valuespix img {
    min-width: 100%;
    min-height: 100%;
    width: 300px}
.feature-wrapper {
    position: relative;
}
.feature-item {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 77px 0 80px 0;
}
.press-item {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 50px 20px;
}
.feature-img {
    margin-bottom: 33px;
}
.feature-img img {
}
.feature-text {
}
.feature-text h3 {
    margin-bottom: 36px;
}
.feature-text a.btn {
    border: 2px solid #282165;
    border-radius: 30px !important;
    padding: 13px 30px;
    background-color: #fff;
    color: #282165;
}
.feature-content {
    background: #282165;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s;
    opacity: 0;
    padding: 55px 0 60px 0;
    border-radius: 10px;
    height: 100%;
}
.feature-wrapper.active .feature-content {
    background: #006600 !important;
}
.feature-wrapper:hover .feature-content {
    opacity: 1;
}
.feature-wrapper.active .feature-content {
    opacity: 1;
}
.feature-wrapper:hover .feature-text a.btn {
    opacity: 0;
}
.feature-content h3 {
    color: #fff;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 31px;
}
.feature-content h3:before {
    background: #fff;
    position: absolute;
    content: "";
    height: 4px;
    width: 60px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.feature-content p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 25px;
}
.feature-content a.btn {
    padding: 14px 30px;
    background: #fff;
    border-radius: 30px;
    transition: .3s;
    margin-top: 29px;
    color: #282165;
}
.feature-content a.btn:hover {
    color: #fff;
}
.feature-text a.btn::before,.feature-content .btn::before {
    border-radius: 30px !important;
}
.feature-info {
}
.feature-info p {
    margin-bottom: 0;
    padding: 0 20%;
}
.feature-info p a {
    color: #e61937;
    border-bottom: 1px solid #e61937;
}
/*--------------------------------------- 06. Donation-----------------------------------------*/
/*-- Donation Form --*/
.donation-form input {
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .5px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    height: 50px;
    line-height: 24px;
    padding: 13px 23px;
}
 .donation-form input:: -webkit-input-placeholder {
    color: #ffffff;
}
.donation-form .btn {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 1.5px;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 24px;
    padding: 13px 23px;
}
 .donation-form input[type="submit"]:hover {
    background-color: #1A1A1A;
}
 .contiribution-section .screen-reader-response, .contiribution-section .wpcf7-not-valid-tip {
    color: #ccc;
}
 .contiribution-section .wpcf7-validation-errors {
    color: #ff0000;
}
/*---- 7.2 Single Page Campaign-----------------------------------------*/
.single-campaign {
    position: relative;
    overflow: hidden;
    /*-- Image --*/
 /*-- Content --*/
 }
 .single-campaign .image img {
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
 .single-campaign .content {
    width: 100%;
    padding: 30px 0;
    z-index: 9;
}
 .single-campaign .content h3 {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 6px;
}
 @media only screen and (max-width: 479px) {
    .single-campaign .content h3 {
    font-size: 20px;
    line-height: 26px;
}
 }
 .single-campaign .content .campaign-meta {
    padding-left: 1px;
    margin-bottom: 20px;
}
 .single-campaign .content .campaign-meta li {
    font-size: 14px;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px;
}
 .single-campaign .content .campaign-meta li i {
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    line-height: 25px;
}
 .single-campaign .content img {
    width: 100%;
}
 .single-campaign .content p {
    font-family: "Montserrat", sans-serif;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}
 .single-campaign .content .campaign-map {
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
    margin-top: 10px;
    float: left;
}
 .single-campaign .content .campaign-details-info {
    padding-left: 30px;
}
 @media only screen and (max-width: 767px) {
    .single-campaign .content .campaign-details-info {
    padding-left: 15px;
}
 }
 .single-campaign .content .campaign-details-info h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 20px;
    color: #191919;
    margin-bottom: 10px;
}
 .single-campaign .content .campaign-details-info ul li {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 5px;
}
 .single-campaign .content .campaign-details-info ul li: last-child {
    margin-bottom: 0;
}
 .single-campaign .content .campaign-details-info ul li span {
    display: block;
    font-weight: 600;
    color: #191919;
}
 .single-campaign .content .campaign-details-info ul li a:hover {
    color: #006600;
}
/*---- 7.3 Speakers-----------------------------------------*/
/*-- Speaker Wrap --*/
.speaker-wrap h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #191919;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 50px;
}
 @media only screen and (max-width: 479px) {
    .speaker-wrap h2 {
    font-size: 24px;
    line-height: 30px;
}
 }
/*-- Single Speaker --*/
.single-speaker {
    background-color: #ffffff;
    padding: 50px 20px 40px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
 .single-speaker .image {
    border: 1px solid #ededed;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 24px;
}
 .single-speaker .image img {
    width: 100%;
    border-radius: 50%;
}
 .single-speaker h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #191919;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
}
 .single-speaker span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #666666;
    margin-bottom: 9px;
}
 @media only screen and (max-width: 767px) {
    .single-speaker p {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}
 }
 .single-speaker .speaker-social a {
    color: #191919;
    margin: 0 5px;
}
 .single-speaker .speaker-social a i {
    display: block;
    line-height: 18px;
    font-size: 14px;
}
 .single-speaker .speaker-social a:hover {
    color: #006600;
}
/*---- 7.4 Campaign Sidebar-----------------------------------------*/
/*-- Sidebar Wrap --*/
.campaign-sidebar-wrap {
    padding-left: 30px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .campaign-sidebar-wrap {
    padding-left: 15px;
}
 }
 @media only screen and (max-width: 767px) {
    .campaign-sidebar-wrap {
    padding-left: 15px;
}
 }
/*-- Sidebar --*/
.campaign-sidebar {
    margin-bottom: 50px;
    float: left;
    width: 100%;
    background-color: #fbfbfb;
    border: 1px solid #e8e8e8;
    padding: 30px;
}
 .campaign-sidebar: last-child {
    margin-bottom: 0;
}
/*-- Sidebar Title --*/
.campaign-sidebar-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
/*-- Sidebar Campaign Follow --*/
.campaign-social-follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
 .campaign-social-follow a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}
 .campaign-social-follow a i {
    font-size: 14px;
    line-height: 30px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
/*-- Sidebar Campaign --*/
.sidebar-campaign {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
 .sidebar-campaign: last-child {
    margin-bottom: 0;
}
 .sidebar-campaign .image {
    float: left;
    width: 80px;
    display: block;
    margin-right: 20px;
}
 .sidebar-campaign .image img {
    width: 100%;
}
 .sidebar-campaign .content {
    display: block;
    overflow: hidden;
}
 .sidebar-campaign .content h4 {
    font-weight: 600;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    max-width: 170px;
    margin-bottom: 2px;
}
 .sidebar-campaign .content h4 a {
    color: #191919;
}
 .sidebar-campaign .content h4 a:hover {
    color: #006600;
}
 .sidebar-campaign .content .location {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    display: inline-block;
    line-height: 16px;
}
 .sidebar-campaign .content .location i {
    margin-right: 7px;
    padding-left: 1px;
    line-height: 15px;
    font-size: 13px;
    float: left;
}
/*-- Sidebar Links --*/
.campaign-sidebar-links li {
    margin-bottom: 12px;
}
 .campaign-sidebar-links li: last-child {
    margin-bottom: 0;
}
 .campaign-sidebar-links li a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}
 .campaign-sidebar-links li a::before {
    font-family: 'Fontawesome';
    content: "\f105";
    float: left;
    margin-right: 10px;
}
 .campaign-sidebar-links li a:hover {
    color: #006600;
}
/*-- Sidebar Newsletter --*/
.campaign-sidebar-newsletter {
    margin: -30px;
    padding: 30px;
    background-color: #191919;
}
 .campaign-sidebar-newsletter h4 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #ffffff;
    margin-bottom: 8px;
}
 .campaign-sidebar-newsletter p {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 22px;
    color: #ffffff;
}
.campaign-sidebar-newsletter-form label {
    display: block;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}
 .campaign-sidebar-newsletter-form label.error {
    color: red;
}
 .campaign-sidebar-newsletter-form label.success, .campaign-sidebar-newsletter-form label.valid {
    color: green;
}
.campaign-sidebar-newsletter-form input[type="email"] {
    background-color: #404040;
    color: #ffffff;
    border: none;
    line-height: 24px;
    padding: 8px 20px;
    border-radius: 4px;
    width: 100%;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}
 .campaign-sidebar-newsletter-form input[type="email"]:: -webkit-input-placeholder {
    color: #ffffff;
}
.campaign-sidebar-newsletter-form .button {
    line-height: 24px;
    padding: 8px 20px;
    width: auto;
    font-weight: 600;
    margin-bottom: 0;
}
 .campaign-sidebar-newsletter-form .button::before {
    background-color: #404040;
}
/*--------------------------------------- 08. Contiribution-----------------------------------------*/
.contiribution-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/*-- Contiribution Content --*/
.contiribution-content h4 {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 32px;
    max-width: 540px;
    margin: auto;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 34px;
}
 @media only screen and (max-width: 767px) {
    .contiribution-content h4 {
    font-size: 16px;
    line-height: 28px;
}
 }
 @media only screen and (max-width: 479px) {
    .contiribution-content h4 {
    font-size: 14px;
    line-height: 24px;
}
 }
 .contiribution-content h4::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px;
    height: 2px;
    width: 80px;
    background-color: #ffffff;
    content: "";
}
.contiribution-content h1 {
    color: #ffffff;
    font-size: 100px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
}
 @media only screen and (max-width: 767px) {
    .contiribution-content h1 {
    font-size: 80px;
}
 }
 @media only screen and (max-width: 479px) {
    .contiribution-content h1 {
    font-size: 50px;
}
 }
.contiribution-content h5 {
    color: #ffffff;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    line-height: 32px;
}
 @media only screen and (max-width: 479px) {
    .contiribution-content h5 {
    font-size: 14px;
}
 }
.contiribution-content .btn {
    margin-top: 32px;
}
 @media only screen and (max-width: 767px) {
    .contiribution-content .btn {
    padding: 17px 35px;
    font-size: 12px;
}
 }
 @media only screen and (max-width: 479px) {
    .contiribution-content .btn {
    padding: 15px 30px;
    font-size: 11px;
}
 }
/*--------------------------------------- 09. Subscribe-----------------------------------------*/
/*-- Subscribe Form --*/
.subscribe-form {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 .subscribe-form input[type="email"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 520px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 4px;
    padding: 15px 30px;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 14px;
    color: #ffffff;
}
 .subscribe-form input[type="email"]:: -webkit-input-placeholder {
    color: #ffffff;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-form input[type="email"] {
    width: 400px;
}
 }
 @media only screen and (max-width: 767px) {
    .subscribe-form input[type="email"] {
    width: 100%;
    text-align: center;
}
 }
 .subscribe-form button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 56px;
    padding: 15px 45px;
    line-height: 26px;
    font-size: 14px;
    margin-left: 30px;
}
 @media only screen and (max-width: 767px) {
    .subscribe-form button {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
 }
.mailchimp-error {
    color: #006600;
}
.mailchimp-success {
    color: green;
}
/*--------------------------------------- 10. Gallery-----------------------------------------*/
/*-- Gallery Isotop Filter --*/
.isotop-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}
 .isotop-filter button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 18px;
    text-transform: capitalize;
    color: #191919;
    margin: 0 18px 10px;
}
 .isotop-filter button.active, .isotop-filter button:hover {
    color: #006600;
}
/*-- Gallery Item --*/
.gallery {
    position: relative;
}
 .gallery::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #0b162c;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
 .gallery img {
    width: 100%;
}
 .gallery a {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin-left: -22px;
    width: 44px;
    height: 44px;
    text-align: center;
    background-color: #006600;
    color: #ffffff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
 .gallery a i {
    display: block;
    line-height: 44px;
    font-size: 14px;
}
 .gallery:hover::before {
    opacity: 0.8;
}
 .gallery:hover a {
    opacity: 1;
    visibility: visible;
    margin-top: -22px;
}
 .embed-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
 .embed-container iframe, .embed-container object, .embed-container embed {
    /*position: absolute;
    */
 top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--------------------------------------- 11. Testimonial-----------------------------------------*/
/*-- Testimonial Slider --*/
.testimonial-slider {
    text-align: center;
    padding: 150px 70px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider {
    padding: 130px 0;
}
 }
 @media only screen and (max-width: 767px) {
    .testimonial-slider {
    padding: 100px 0;
}
 }
 .testimonial-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
 .testimonial-slider .slick-dots li {
    margin: 0 5px;
}
 .testimonial-slider .slick-dots li button {
    display: block;
    border: 1px solid #2d3e50;
    background-color: transparent;
    text-indent: -99999px;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}
 .testimonial-slider .slick-dots li.slick-active button {
    background-color: #2d3e50;
}
/*-- Testimonial Item --*/
.testimonial p {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    line-height: 40px;
    color: #404040;
    margin: 0;
}
 @media only screen and (max-width: 767px) {
    .testimonial p {
    font-size: 20px;
    line-height: 32px;
}
 }
 @media only screen and (max-width: 479px) {
    .testimonial p {
    font-size: 16px;
    line-height: 26px;
}
 }
.testimonial h5 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #2d3e50;
    margin: 40px 0 0;
}
 @media only screen and (max-width: 767px) {
    .testimonial h5 {
    margin-top: 30px;
}
 }
/*--------------------------------------- 12. News-----------------------------------------*/
/*---- 12.1 News Item-----------------------------------------*/
.news {
    /*-- Image --*/
 /*-- Content --*/
 }
 .news .image {
    display: block;
    margin-bottom: 20px;
}
 .news .image img {
    width: 100%;
}
 .news .content h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
}
 @media only screen and (max-width: 479px) {
    .news .content h3 {
    font-size: 18px;
    line-height: 24px;
}
 }
 .news .content h3 a:hover {
    color: #006600;
}
 .news .content .meta {
    overflow: hidden;
    margin-bottom: 15px;
}
 .news .content .meta .meta-item {
    font-size: 13px;
    line-height: 18px;
    display: block;
    float: left;
    margin-right: 15px;
}
 .news .content .meta .meta-item i {
    float: left;
    line-height: 16px;
    margin-right: 7px;
    padding-left: 1px;
}
 .news .content p {
    margin-bottom: 20px;
}
/*---- 12.2 Single Page News-----------------------------------------*/
.single-news {
    /*-- Image --*/
 /*-- Content --*/
 /*-- News Fotter --*/
 }
 .single-news .image {
    display: block;
    margin-bottom: 30px;
}
 .single-news .image img {
    width: 100%;
}
 .single-news .content h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
}
 @media only screen and (max-width: 479px) {
    .single-news .content h3 {
    font-size: 18px;
    line-height: 24px;
}
 }
 .single-news .content .meta {
    overflow: hidden;
    margin-bottom: 20px;
}
 .single-news .content .meta .meta-item {
    font-size: 13px;
    line-height: 18px;
    display: block;
    float: left;
    margin-right: 15px;
}
 .single-news .content .meta .meta-item i {
    float: left;
    line-height: 16px;
    margin-right: 7px;
    padding-left: 1px;
}
 .single-news .content img {
    width: 100%;
    margin: 15px 0 30px;
}
 .single-news .content p {
    margin-bottom: 15px;
}
 .single-news .news-footer {
    float: left;
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    padding: 20px 0 10px;
}
 .single-news .news-footer .news-tags {
    float: left;
}
 @media only screen and (max-width: 767px) {
    .single-news .news-footer .news-tags {
    width: 100%;
}
 }
 .single-news .news-footer .news-tags a {
    display: block;
    float: left;
    border: 1px solid #acacac;
    font-size: 12px !important;
    font-family: "Montserrat", sans-serif;
    line-height: 16px;
    padding: 6px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: 500;
}
 .single-news .news-footer .news-tags a:hover {
    color: #ffffff;
    background-color: #006600;
    border-color: #006600;
}
 .single-news .news-footer .news-share {
    float: right;
}
 @media only screen and (max-width: 767px) {
    .single-news .news-footer .news-share {
    width: 100%;
    float: left;
}
 }
 .single-news .news-footer .news-share a {
    display: block;
    float: left;
    border: 1px solid #acacac;
    font-family: "Montserrat", sans-serif;
    line-height: 16px;
    padding: 6px 5px;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
}
 .single-news .news-footer .news-share a i {
    display: block;
    line-height: 16px;
    font-size: 12px;
}
 .single-news .news-footer .news-share a:hover {
    color: #ffffff;
    background-color: #006600;
    border-color: #006600;
}
/*-- Blockquote --*/
.blockquote {
    padding: 45px;
    background-color: #f1f2f3;
    position: relative;
    overflow: hidden;
    margin: 30px 0;
}
 .blockquote::before, .blockquote::after {
    position: absolute;
    font-family: 'Fontawesome';
    font-size: 60px;
    display: block;
    line-height: 0.75;
    opacity: 0.15;
}
 .blockquote::before {
    content: "\f10d";
    left: -10px;
    top: 0;
}
 .blockquote::after {
    content: "\f10e";
    right: -10px;
    bottom: -5px;
}
 .blockquote p {
    font-size: 16px;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px !important;
}
 .blockquote span {
    font-size: 12px;
    color: #006600;
    text-transform: uppercase;
    display: block;
    position: relative;
    line-height: 16px;
}
 .blockquote span::before {
    content: "";
    height: 1px;
    width: 10px;
    margin: 7px 7px 7px 0;
    float: left;
    background-color: #006600;
}
/*---- 12.3 News Sidebar-----------------------------------------*/
/*-- Sidebar Wrap --*/
.sidebar-wrap {
    padding-left: 30px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-wrap {
    padding-left: 15px;
}
 }
 @media only screen and (max-width: 767px) {
    .sidebar-wrap {
    padding-left: 15px;
}
 }
/*-- Sidebar --*/
.sidebar {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
 .sidebar: last-child {
    margin-bottom: 0;
}
/*-- Sidebar Title --*/
.sidebar-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
/*-- Sidebar Search --*/
.sidebar-search {
    position: relative;
    max-width: 300px;
}
 .sidebar-search input {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 40px;
    line-height: 24px;
    padding: 7px 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #666666;
}
 .sidebar-search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 0 solid transparent;
    background-color: transparent;
    padding: 0;
    text-align: center;
}
 .sidebar-search button:hover {
    color: #006600;
}
/*-- Sidebar news --*/
.sidebar-news {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
 .sidebar-news: last-child {
    margin-bottom: 0;
}
 .sidebar-news .image {
    float: left;
    width: 80px;
    display: block;
    margin-right: 20px;
}
 .sidebar-news .image img {
    width: 100%;
}
 .sidebar-news .content {
    display: block;
    overflow: hidden;
}
 .sidebar-news .content h4 {
    font-weight: 600;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    max-width: 170px;
    margin-bottom: 2px;
}
 .sidebar-news .content h4 a {
    color: #191919;
}
 .sidebar-news .content h4 a:hover {
    color: #006600;
}
 .sidebar-news .content .author {
    font-size: 12px;
    color: #909090;
    text-transform: uppercase;
    display: inline-block;
    line-height: 16px;
}
 .sidebar-news .content .author i {
    margin-right: 7px;
    padding-left: 1px;
    line-height: 15px;
    float: left;
}
 .sidebar-news .content .author:hover {
    color: #006600;
}
/*-- Sidebar Links --*/
.sidebar-links li {
    margin-bottom: 12px;
}
 .sidebar-links li: last-child {
    margin-bottom: 0;
}
 .sidebar-links li a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}
 .sidebar-links li a::before {
    font-family: 'Fontawesome';
    content: "\f105";
    float: left;
    margin-right: 10px;
}
 .sidebar-links li a:hover {
    color: #006600;
}
/*-- Sidebar Tags --*/
.tags-cloud a {
    display: block;
    float: left;
    border: 1px solid #acacac;
    font-size: 12px !important;
    font-family: "Montserrat", sans-serif;
    line-height: 17px;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: 500;
}
 .tags-cloud a:hover {
    color: #ffffff;
    background-color: #006600;
    border-color: #006600;
}
/*--------------------------------------- 13. Comments-----------------------------------------*/
.comment-wrap h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
}
/*-- Comment List --*/
/*-- Comment Child --*/
.comment-child {
    margin-left: 80px;
}
 @media only screen and (max-width: 767px) {
    .comment-child {
    margin-left: 0;
}
 }
/*-- Comment --*/
.comment {
    margin-bottom: 40px;
    background-color: #f9f9f9;
    padding: 40px;
    /*-- Image --*/
 /*-- Content --*/
 }
 .comment .image {
    float: left;
    width: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
}
 .comment .image img {
    width: 100%;
}
 @media only screen and (max-width: 479px) {
    .comment .image {
    float: none;
    margin-bottom: 10px;
}
 }
 .comment .content {
    overflow: hidden;
}
 .comment .content .head {
    overflow: hidden;
    margin-bottom: 7px;
}
 .comment .content .head h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
}
 .comment .content .head h4 a {
    color: #404040;
}
 .comment .content .head h4 a:hover {
    color: #006600;
}
 .comment .content .head span {
    font-size: 12px;
    display: block;
    float: left;
    line-height: 24px;
    color: #909090;
}
 .comment .content .head .reply {
    float: right;
    display: block;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 24px;
    padding: 0 10px;
    background-color: #404040;
    color: #ffffff;
    font-weight: 500;
    margin-top: -15px;
}
 .comment .content .head .reply:hover {
    background-color: #006600;
}
/*-- Comment Form --*/
.comment-form .row {
    margin-left: -5px;
    margin-right: -5px;
}
 .comment-form .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.comment-form input {
    background-color: #f9f9f9;
    color: #666666;
    line-height: 24px;
    border: none;
    padding: 10px 20px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}
 .comment-form input[type="submit"] {
    width: auto;
    background-color: #191919;
    color: #ffffff;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 10px 40px;
    font-weight: 600;
}
 .comment-form input[type="submit"]:hover {
    background-color: #006600;
}
.comment-form textarea {
    background-color: #f9f9f9;
    color: #666666;
    line-height: 24px;
    border: none;
    padding: 10px 20px;
    width: 100%;
    height: 100px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    resize: none;
}
/*--------------------------------------- 14. Contact-----------------------------------------*/
/*-- Contact Info --*/
.contact-info h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #404040;
    text-transform: capitalize;
}
.contact-info span {
    display: block;
    height: 2px;
    width: 63px;
    margin: auto;
    background-color: #006600;
    margin-bottom: 16px;
    position: relative;
}
 .contact-info span::before {
    position: absolute;
    left: 50%;
    top: 4px;
    content: "";
    background-color: #006600;
    height: 2px;
    width: 32px;
    margin-left: -16px;
}
.contact-info p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: #909090;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info p {
    font-size: 14px;
}
 }
 .contact-info p a {
    display: block;
}
/*-- Contact Form --*/
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form select {
    width: 100%;
    height: 44px;
    background-color: #f1f1f1;
    line-height: 24px;
    padding: 10px 20px;
    display: block;
    border: none;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: #666666;
}
 .contact-form input[type="checkbox"], .contact-form input[type="radio"] {
    margin-right: 10px;
}
 .contact-form label {
    display: block;
}
 .contact-form input[type="submit"] {
    margin: auto;
    width: auto;
    padding: 10px 40px;
    background-color: #191919;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    border: none;
}
 .contact-form input[type="submit"]:hover {
    background-color: #006600;
}
.contact-form textarea {
    width: 100%;
    height: 100px;
    background-color: #f1f1f1;
    line-height: 24px;
    padding: 10px 20px;
    display: block;
    border: none;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: #666666;
    resize: none;
}
.contact-note {
    border: 1px solid #eeeeee;
    display: block;
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 13px;
    color: #444444;
}
.form-messege.success {
    color: green;
}
.form-messege.error {
    color: #006600;
}
/*-- Contact Map --*/
#contact-map {
    width: 100%;
    height: 520px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    #contact-map {
    height: 400px;
}
 }
 @media only screen and (max-width: 767px) {
    #contact-map {
    height: 400px;
}
 }
/*--------------------------------------- 15. Footer-----------------------------------------*/
#particle-canvas {
    width: 100%;
    height: 95vh;
    position: relative;
    overflow: hidden;
}
.footercontainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 0;
    z-index: 50;
    background: rgba(0,0,0,.3);
}
/*-- Footer Instagram --*/
.footer-instagram {
    max-width: 270px;
    margin-left: auto;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-instagram {
    margin-left: 0;
}
 }
 @media only screen and (max-width: 767px) {
    .footer-instagram {
    margin-left: 0;
}
 }
 .footer-instagram ul {
    margin-left: -5px;
    margin-right: -5px;
}
 .footer-instagram ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    width: 25%;
    float: left;
}
 .footer-instagram ul li a {
    display: block;
    position: relative;
}
 .footer-instagram ul li a::before {
    position: absolute;
    background-color: #006600;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
 .footer-instagram ul li a img {
    width: 100%;
}
 .footer-instagram ul li a .like {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
 .footer-instagram ul li a .like i {
    line-height: 15px;
    margin-right: 3px;
    float: left;
}
 .footer-instagram ul li a:hover::before {
    opacity: 0.8;
}
 .footer-instagram ul li a:hover .like {
    opacity: 1;
}
/*-- Footer About --*/
.footer-about img {
    max-width: 200px;
    margin: 0 auto 26px;
    display: block;
}
.footer-about p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #eeeeee;
    padding: 0 80px;
    margin-bottom: 23px;
    text-align: center;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-about p {
    padding: 0;
}
 }
 @media only screen and (max-width: 767px) {
    .footer-about p {
    padding: 0;
}
 }
/*-- Footer Newsletter --*/
.footer-newsletter {
    width: 545px;
    margin: 50px auto;
}
.footer-newsletter input[type="email"] {
    width: 400px;
    height: 50px;
    background-color: #f1f1f1;
    line-height: 24px;
    padding: 10px 20px;
    display: inline-block;
    border: none;
    font-size: 14px;
    border-radius: 25px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}
 .footer-newsletter input[type="submit"] {
    width: 140px;
    height: 50px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 25px;
    background-color: #FD0100;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    border: none;
}
 .footer-newsletter input[type="submit"]:hover {
    background-color: #006600;
}
.contact-form textarea {
    width: 100%;
    height: 100px;
    background-color: #f1f1f1;
    line-height: 24px;
    padding: 10px 20px;
    display: block;
    border: none;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: #666666;
    resize: none;
}
/*-- Footer Social --*/
.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
 .footer-social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 2px solid rgba(255, 255, 255, 0);
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
}
 .footer-social a i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 26px;
    font-size: 14px;
}
 .footer-social a:hover {
    border-color: #006600;
    color: #006600;
}
 .footer-contact {
    width: 80%;
    margin: 0 auto 50px;
}
 .footer-contact .tel, .footer-contact .email {
    position: relative;
    width: 200px;
    padding-left: 30px;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    text-transform: uppercase;
}
 .footer-contact a {
    color: #fff;
}
 .footer-contact a:hover {
    color: #006600;
}
 .footer-contact .tel::before, .footer-contact .email::before {
    position: absolute;
    background-size: 25px !important;
    left: 0;
    top: 0;
    width: 30px;
    height: 25px;
    content: "";
}
 .footer-contact .tel::before {
    background: url(images/tel.png) no-repeat;
}
 .footer-contact .email::before {
    background: url(images/email.png) no-repeat;
}
/*---- 15.2 Footer Bottom-----------------------------------------*/
/*-- Copyright --*/
.footer-copyright p {
    color: #ffffff;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
 .footer-copyright p a {
    font-weight: 500;
}
 .footer-copyright p a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.footer-copyright ul {
    line-height: 24px;
    text-align: right;
}
.footer-copyright li {
    display: inline;
    border-right: 1px solid #fff;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
}
.footer-copyright li:last-child {
    border-right: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-copyright li {
    padding: 0 7px;
    font-size: 13px;
}
 .footer-copyright p {
    font-size: 13px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
    .header-button-login span {
    display: none;
}
 #particle-canvas {
    height: 120vh;
}
 .footercontainer {
    padding: 50px 0;
}
 .footer-newsletter {
    width: 405px;
}
 .footer-newsletter input[type="email"] {
    width: 280px;
    height: 50px;
}
 .footer-newsletter input[type="submit"] {
    width: 120px;
    height: 50px;
    font-size: 13px;
}
 .footer-copyright, .footer-copyright ul {
    text-align: center;
}
 .footer-contact .tel, .footer-contact .email {
    width: 100%;
    padding-left: 0;
    margin: 5px auto;
    text-align: center;
}
 .footer-contact .tel:before, .footer-contact .email:before {
    display: none;
}
 .footer-social {
    margin-top: 5px;
}
}
/*---- 15.2 Footer Bottom-----------------------------------------*/
.fixfooterbar {
    display: none;
}
@media only screen and (max-width: 767px) {
    .fixfooterbar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255,255,255,.1);
    background-color: #006600;
    padding: 0;
    z-index: 1000;
}
 .fixfooterbar ul {
    padding-left: 0;
    list-style: none;
    width: 100%;
}
 .fixfooterbar a li {
    display: inline-block;
    padding: 10px;
}
 .fixfooterbar a {
    color: #fff;
    font-size: 14px;
    width: 24%;
    border-right: 1px solid rgba(255,255,255,.1);
    text-align: center;
    transition: all ease-in-out .3s;
}
 .fixfooterbar a:hover {
    color: #72FF63;
}
 .fixfooterbar .active {
    color: #72FF63;
    border-left: 1px solid rgba(255,255,255,.1);
}
 .fixfooterbar ul::nth-child(4n+4) a {
    border-right: none;
}
 .fixfooterbar li span {
    display: block;
    font-size: 28px;
    margin-bottom: 3px;
}
 .removeftbar {
    display: none;
}
}
@media only screen and (min-width: 561px) {
    .mobtimer {
    display: none;
}
 .login-top-show-hide {
    display: none !important;
}
 .webtimer {
    display: inline-block;
}
}
@media only screen and (max-width: 560px) {
    .header-button-login a {
    font-size: 12px;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
    background-color: rgba(0, 0, 0, 0);
}
 .header-button-login .btn-line {
    padding: 12px 15px;
}
 .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0;
    padding-left: 0;
}
 .row {
    margin-right: 0;
    margin-left: 0;
}
 /* * Margins Classes * Helper classes for side margins SMALL */
 .ml-sm-0 {
    margin-left: 0 !important;
}
.ml-sm-5 {
    margin-left: 5px !important;
}
.ml-sm-10 {
    margin-left: 10px !important;
}
.ml-sm-15 {
    margin-left: 15px !important;
}
.ml-sm-20 {
    margin-left: 20px !important;
}
.ml-sm-25 {
    margin-left: 25px !important;
}
.ml-sm-30 {
    margin-left: 30px !important;
}
.ml-sm-35 {
    margin-left: 35px !important;
}
.ml-sm-40 {
    margin-left: 40px !important;
}
.ml-sm-45 {
    margin-left: 45px !important;
}
.ml-sm-50 {
    margin-left: 50px !important;
}
.ml-sm-60 {
    margin-left: 60px !important;
}
.ml-sm-70 {
    margin-left: 70px !important;
}
.ml-sm-80 {
    margin-left: 80px !important;
}
.ml-sm-90 {
    margin-left: 90px !important;
}
.ml-sm-100 {
    margin-left: 100px !important;
}
.ml-sm-110 {
    margin-left: 110px !important;
}
.ml-sm-120 {
    margin-left: 120px !important;
}
.ml-sm-130 {
    margin-left: 130px !important;
}
.ml-sm-140 {
    margin-left: 140px !important;
}
.ml-sm-150 {
    margin-left: 150px !important;
}
 .mr-sm-0 {
    margin-right: 0 !important;
}
.mr-sm-5 {
    margin-right: 5px !important;
}
.mr-sm-10 {
    margin-right: 10px !important;
}
.mr-sm-15 {
    margin-right: 15px !important;
}
.mr-sm-20 {
    margin-right: 20px !important;
}
.mr-sm-25 {
    margin-right: 25px !important;
}
.mr-sm-30 {
    margin-right: 30px !important;
}
.mr-sm-35 {
    margin-right: 35px !important;
}
.mr-sm-40 {
    margin-right: 40px !important;
}
.mr-sm-45 {
    margin-right: 45px !important;
}
.mr-sm-50 {
    margin-right: 50px !important;
}
.mr-sm-60 {
    margin-right: 60px !important;
}
.mr-sm-70 {
    margin-right: 70px !important;
}
.mr-sm-80 {
    margin-right: 80px !important;
}
.mr-sm-90 {
    margin-right: 90px !important;
}
.mr-sm-100 {
    margin-right: 100px !important;
}
.mr-sm-110 {
    margin-right: 110px !important;
}
.mr-sm-120 {
    margin-right: 120px !important;
}
.mr-sm-130 {
    margin-right: 130px !important;
}
.mr-sm-140 {
    margin-right: 140px !important;
}
.mr-sm-150 {
    margin-right: 150px !important;
}
 .mt-sm-0 {
    margin-top: 0 !important;
}
.mt-sm-5 {
    margin-top: 5px !important;
}
.mt-sm-10 {
    margin-top: 10px !important;
}
.mt-sm-15 {
    margin-top: 15px !important;
}
.mt-sm-20 {
    margin-top: 20px !important;
}
.mt-sm-25 {
    margin-top: 25px !important;
}
.mt-sm-30 {
    margin-top: 30px !important;
}
.mt-sm-35 {
    margin-top: 35px !important;
}
.mt-sm-40 {
    margin-top: 40px !important;
}
.mt-sm-45 {
    margin-top: 45px !important;
}
.mt-sm-50 {
    margin-top: 50px !important;
}
.mt-sm-60 {
    margin-top: 60px !important;
}
.mt-sm-70 {
    margin-top: 70px !important;
}
.mt-sm-80 {
    margin-top: 80px !important;
}
.mt-sm-90 {
    margin-top: 90px !important;
}
.mt-sm-100 {
    margin-top: 100px !important;
}
.mt-sm-110 {
    margin-top: 110px !important;
}
.mt-sm-120 {
    margin-top: 120px !important;
}
.mt-sm-130 {
    margin-top: 130px !important;
}
.mt-sm-140 {
    margin-top: 140px !important;
}
.mt-sm-150 {
    margin-top: 150px !important;
}
.mt-sm-200 {
    margin-top: 200px !important;
}
.mt-sm-250 {
    margin-top: 250px !important;
}
 .mb-sm-0 {
    margin-bottom: 0 !important;
}
.mb-sm-5 {
    margin-bottom: 5px !important;
}
.mb-sm-10 {
    margin-bottom: 10px !important;
}
.mb-sm-15 {
    margin-bottom: 15px !important;
}
.mb-sm-20 {
    margin-bottom: 20px !important;
}
.mb-sm-25 {
    margin-bottom: 25px !important;
}
.mb-sm-30 {
    margin-bottom: 30px !important;
}
.mb-sm-35 {
    margin-bottom: 35px !important;
}
.mb-sm-40 {
    margin-bottom: 40px !important;
}
.mb-sm-45 {
    margin-bottom: 45px !important;
}
.mb-sm-50 {
    margin-bottom: 50px !important;
}
.mb-sm-60 {
    margin-bottom: 60px !important;
}
.mb-sm-70 {
    margin-bottom: 70px !important;
}
.mb-sm-80 {
    margin-bottom: 80px !important;
}
.mb-sm-90 {
    margin-bottom: 90px !important;
}
.mb-sm-100 {
    margin-bottom: 100px !important;
}
.mb-sm-110 {
    margin-bottom: 110px !important;
}
.mb-sm-120 {
    margin-bottom: 120px !important;
}
.mb-sm-130 {
    margin-bottom: 130px !important;
}
.mb-sm-140 {
    margin-bottom: 140px !important;
}
.mb-sm-150 {
    margin-bottom: 150px !important;
}
.mb-sm-200 {
    margin-bottom: 200px !important;
}
.mb-sm-250 {
    margin-bottom: 250px !important;
}
 /* * Padding Classes * Helper classes for side padding SMALL */
 .pl-sm-0 {
    padding-left: 0 !important;
}
.pl-sm-5 {
    padding-left: 5px !important;
}
.pl-sm-10 {
    padding-left: 10px !important;
}
.pl-sm-15 {
    padding-left: 15px !important;
}
.pl-sm-20 {
    padding-left: 20px !important;
}
.pl-sm-25 {
    padding-left: 25px !important;
}
.pl-sm-30 {
    padding-left: 30px !important;
}
.pl-sm-35 {
    padding-left: 35px !important;
}
.pl-sm-40 {
    padding-left: 40px !important;
}
.pl-sm-45 {
    padding-left: 45px !important;
}
.pl-sm-50 {
    padding-left: 50px !important;
}
.pl-sm-60 {
    padding-left: 60px !important;
}
.pl-sm-70 {
    padding-left: 70px !important;
}
.pl-sm-80 {
    padding-left: 80px !important;
}
.pl-sm-90 {
    padding-left: 90px !important;
}
.pl-sm-100 {
    padding-left: 100px !important;
}
.pl-sm-110 {
    padding-left: 110px !important;
}
.pl-sm-120 {
    padding-left: 120px !important;
}
.pl-sm-130 {
    padding-left: 130px !important;
}
.pl-sm-140 {
    padding-left: 140px !important;
}
.pl-sm-150 {
    padding-left: 150px !important;
}
 .pr-sm-0 {
    padding-right: 0 !important;
}
.pr-sm-5 {
    padding-right: 5px !important;
}
.pr-sm-10 {
    padding-right: 10px !important;
}
.pr-sm-15 {
    padding-right: 15px !important;
}
.pr-sm-20 {
    padding-right: 20px !important;
}
.pr-sm-25 {
    padding-right: 25px !important;
}
.pr-sm-30 {
    padding-right: 30px !important;
}
.pr-sm-35 {
    padding-right: 35px !important;
}
.pr-sm-40 {
    padding-right: 40px !important;
}
.pr-sm-45 {
    padding-right: 45px !important;
}
.pr-sm-50 {
    padding-right: 50px !important;
}
.pr-sm-60 {
    padding-right: 60px !important;
}
.pr-sm-70 {
    padding-right: 70px !important;
}
.pr-sm-80 {
    padding-right: 80px !important;
}
.pr-sm-90 {
    padding-right: 90px !important;
}
.pr-sm-100 {
    padding-right: 100px !important;
}
.pr-sm-110 {
    padding-right: 110px !important;
}
.pr-sm-120 {
    padding-right: 120px !important;
}
.pr-sm-130 {
    padding-right: 130px !important;
}
.pr-sm-140 {
    padding-right: 140px !important;
}
.pr-sm-150 {
    padding-right: 150px !important;
}
 .pt-sm-0 {
    padding-top: 0 !important;
}
.pt-sm-5 {
    padding-top: 5px !important;
}
.pt-sm-10 {
    padding-top: 10px !important;
}
.pt-sm-15 {
    padding-top: 15px !important;
}
.pt-sm-20 {
    padding-top: 20px !important;
}
.pt-sm-25 {
    padding-top: 25px !important;
}
.pt-sm-30 {
    padding-top: 30px !important;
}
.pt-sm-35 {
    padding-top: 35px !important;
}
.pt-sm-40 {
    padding-top: 40px !important;
}
.pt-sm-45 {
    padding-top: 45px !important;
}
.pt-sm-50 {
    padding-top: 50px !important;
}
.pt-sm-60 {
    padding-top: 60px !important;
}
.pt-sm-70 {
    padding-top: 70px !important;
}
.pt-sm-80 {
    padding-top: 80px !important;
}
.pt-sm-90 {
    padding-top: 90px !important;
}
.pt-sm-100 {
    padding-top: 100px !important;
}
.pt-sm-110 {
    padding-top: 110px !important;
}
.pt-sm-120 {
    padding-top: 120px !important;
}
.pt-sm-130 {
    padding-top: 130px !important;
}
.pt-sm-140 {
    padding-top: 140px !important;
}
.pt-sm-150 {
    padding-top: 150px !important;
}
.pt-sm-200 {
    padding-top: 200px !important;
}
.pt-sm-250 {
    padding-top: 250px !important;
}
 .pb-sm-0 {
    padding-bottom: 0 !important;
}
.pb-sm-5 {
    padding-bottom: 5px !important;
}
.pb-sm-10 {
    padding-bottom: 10px !important;
}
.pb-sm-15 {
    padding-bottom: 15px !important;
}
.pb-sm-20 {
    padding-bottom: 20px !important;
}
.pb-sm-25 {
    padding-bottom: 25px !important;
}
.pb-sm-30 {
    padding-bottom: 30px !important;
}
.pb-sm-35 {
    padding-bottom: 35px !important;
}
.pb-sm-40 {
    padding-bottom: 40px !important;
}
.pb-sm-45 {
    padding-bottom: 45px !important;
}
.pb-sm-50 {
    padding-bottom: 50px !important;
}
.pb-sm-60 {
    padding-bottom: 60px !important;
}
.pb-sm-70 {
    padding-bottom: 70px !important;
}
.pb-sm-80 {
    padding-bottom: 80px !important;
}
.pb-sm-90 {
    padding-bottom: 90px !important;
}
.pb-sm-100 {
    padding-bottom: 100px !important;
}
.pb-sm-110 {
    padding-bottom: 110px !important;
}
.pb-sm-120 {
    padding-bottom: 120px !important;
}
.pb-sm-130 {
    padding-bottom: 130px !important;
}
.pb-sm-140 {
    padding-bottom: 140px !important;
}
.pb-sm-150 {
    padding-bottom: 150px !important;
}
.pb-sm-200 {
    padding-bottom: 200px !important;
}
.pb-sm-250 {
    padding-bottom: 250px !important;
}
 .hero-inner p {
    font-size: 0.9em;
    line-height: 1.5em;
}
 .auction-filter li {
    font-size: .7em;
    padding: 6px 9px;
    margin: 2px 0 4px;
    font-size: .7em;
}
 .auction-filter li span, .auc_summary, .auc_bid_num li span, .auc_price p, .hideonsmmob, .webtimer {
    display: none;
}
 .login-top-show-hide {
    display: block;
}
.login-top-show-hide .sub-menu {
    display: block !important;
}
.login-top-show-hide .mean-expand {
    display: none !important;
}
 .auc_box_gold2 .retailp, .auc_box_gold .retailp {
    display: none !important;
}
 .mobtimer {
    display: inline-block;
}
 .auc_box {
    padding: 10px;
    padding-bottom: 15px;
    border: 1px solid transparent;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
.auc_box_gold, .auc_box_gold2 {
    padding: 12px;
    padding-bottom: 15px;
    padding-top: 15px
}
 .auc-mob-bdr {
    border-right: 1px solid #ccc;
}
 .auc_thumb {
    height: 190px;
    border-radius: 10px;
    border: none;
}
 .auc_right {
    padding-left: 0;
}
 .auc_box_gold h3, .auc_box h3, .auc_box_gold2 h3 {
    font-size: 1.1em;
    line-height: 1.3em;
}
 .progress {
    height: .6rem;
}
 .auc_price {
    border-radius: 0 0 10px;
    transition: .3s all ease-in-out;
    left: -11px;
    width: 85px;
    height: auto;
    padding: 5px;
    top: -11px;
}
 .auc_box:hover .auc_price {
    border-radius: 0 10px 0 10px;
}
 .auc_price span {
    font-size: 15px;
}
 .auc_right span, .auc_gold_time span {
    background-color: #fff;
    padding: 0 2px;
}
 .auc_box .btn {
    margin-top: -10px;
}

 .auc_left {
    margin-bottom: 5px;
}
 .auc_box_gold h3 {
    margin-top: 5px;
}
 .gold_section_inner {
    top: 100px;
}
 .auc_box_gold, .auc_box_gold2 {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
 }
.auc_box_gold .auc_gold_price, .auc_box_gold2 .auc_gold_price2 {
    border: none;
    padding: 0;
}
.win_thumb {
    height: 350px;
}
 .auc_box_gold2 .auc_gold_time span {
    background-color: transparent;
}
 .winner-header-hero {
    min-height: 150px;
}
 .section-block::after {
    border-bottom: 60px solid white;
    border-right: 1000px solid transparent;
}
 .section-block2::after, .section-block3::after {
    border-top: 50px solid white;
    border-left: 1000px solid transparent;
}
 .title-block span {
    top: -80px;
    width: 200px;
    font-size: 1.1em;
}
 .title-block {
    width: 200px;
}
 .title-block span, .title-block2 span {
    padding: 15px 8px;
}
 .section-title h1 {
    font-size: 2em;
    line-height: .7em;
}
 .section-title h5 {
    line-height: .8;
    font-size: .8em }
 .gold_section {
    /*height: 2150px;
    */
 height: 1050px;
}
 .bottomsection p {
    padding-right: 25px;
}
 .bottomsection::after {
    position: absolute;
    bottom: -50px;
    right: -125px;
    width: 350px;
    height: 350px;
}
 .pt-200-sm {
    padding-top: 80px !important;
}
 #particle-canvas {
    height: 125vh;
}
 .fixfooterbar a li {
    padding: 10px 0;
}
 .fixfooterbar a {
    font-size: 14px;
    width: 24%;
}
}
@media only screen and (max-width: 480px) {
    body {
        line-height: 1.4;
    }
    .auc_thumb {
    height: 170px;
    border-radius: 10px;
}
 .win_thumb {
    height: 250px;
}
 .gold_section {
    /*height: 1850px;
    */
 height: 1020px;
}
 .header-button-login {
    display: none;
}
 /* Login panel */
 .auth-popup {
    width: 100%;
}
 #particle-canvas {
    height: 160vh;
}
 .footer-newsletter {
    width: 100%;
}
 .footer-newsletter input[type="email"] {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
}
 .footer-newsletter input[type="submit"] {
    display: block;
    width: 150px;
    margin: 0 auto;
}
 .footer-about p {
    padding: 0 30px;
}
 .fixfooterbar a li {
    padding: 10px 0;
}
 .fixfooterbar a {
    font-size: 12px;
}
 .fixfooterbar li span {
    font-size: 20px;
}
}
@media only screen and (max-width: 360px) {
    .auc_thumb {
        height: 150px;
    }
    .win_thumb {
        height: 220px;
    }
     .gold_section {
        /*height: 1750px;
        */
     height: 1020px;
    }
    .auc_bid_num li {
        width: 35%;
        font-size: 11px;
    }
    .auc_bid_num li:last-child {
        width: 65%;
    }
    .btn {
        padding: 8px 12px;
        font-size: 10px;
        letter-spacing: 0;
    }
     .fixfooterbar a {
        font-size: 10px;
    }
     .fixfooterbar li span {
        font-size: 18px;
    }
     .bottomsection p {
        padding-right: 15px;
    }
     #particle-canvas {
        height: 170vh;
    }
}
