.formadjustment{
    margin-top: -35%;
}

@media only screen and (max-width: 1700px) and (min-width: 1400px) {
    .formadjustment{
        margin-top: -31%;
    }
}

/* Hover Effect on Services */

.mygcontainer .title{
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .content {
    position: relative;
    width: 100%;
    /* max-width: 400px; */
    margin: auto;
    overflow: hidden;
  }
  
  .content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content-details p{
    color: #fff;
    font-size: 0.8em;
  }
  
  .fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }
/* //-Hover Effect on Services */

.booking-form {
    background-color: #006900;
    padding: 30px;
    box-shadow: 0 0 25px rgba(0,0,0,.3);
    /* background-color: #015d00;
    background-image: linear-gradient(314deg, #015d00 0%, #04bf00 74%); */
    /* background-image: linear-gradient(to right top, #fc4e04, #ff6b00, #ff8500, #ff9c00, #ffb204); */
    outline: 3px solid #015601;
    /* overflow: hidden; */
    /* position: relative; */
    outline: 1px solid white;
    outline-offset: -15px;
}
.booking-control {
    background: #fffffff0;
    border: none;
    border-radius: 5px 5px 5px 5px !important;
    border-color: #EC1A23;
    padding: 6px 10px;
    margin-top: 0px;
    width: 100%;
    height: 41px;
    color: #111111;
    font-size: 13px;
}
.booking-control:focus {
    box-shadow: none;
    border: 1px solid #111111;
    color: #111111;
    background: #fff;
}
.booking-form-btn {
    background-color: #DEE02E;
    color: #111;
    border: 0px;
    margin-top: 0px;
    border: 0px solid #ff8100;
    padding: 10px;
    font-size: 16px;
    font-weight: 800 !important;
    letter-spacing: 1px;
    height: auto;
    text-transform: uppercase;
    font-weight: 500;
    outline: 0px solid #111;
    outline-offset: -7px;
    box-shadow: 0 0 25px rgba(0,0,0,.3);
    width: 100%;
    cursor: pointer;
}
.color-dgreen{
    color: #8d0000 !important;
}
.bg-dgreen{
    background-color: #8d0000 !important;
}
.slick-prev{
    background-color: #fff !important;
    width: 25px !important;
    height: 25px !important;
}
.slick-next{
    background-color: #fff !important;
    width: 25px !important;
    height: 25px !important;
}
.slick-prev:before, .slick-next:before{
    color: #111 !important;
    line-height: 0 !important;
}

.payonline-btn{
    background: #ffe789;
    background: -moz-linear-gradient(top, #ffe789 1%, #ffcc00 100%);
    background: -webkit-linear-gradient(top, #ffe789 1%,#ffcc00 100%);
    background: linear-gradient(to bottom, #ffe789 1%,#ffcc00 100%);
    border-radius: 50px;
    color: #000;
    display: inline-block;
    text-align: center;
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    padding: 15px 70px;
    text-transform: uppercase;
}
.donate-btn{
        background: #ffe789;
        background: -moz-linear-gradient(top, #ffe789 1%, #ffcc00 100%);
        background: -webkit-linear-gradient(top, #ffe789 1%,#ffcc00 100%);
        background: linear-gradient(to bottom, #ffe789 1%,#ffcc00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe789', endColorstr='#ffcc00',GradientType=0 );
        border-radius: 5px;
        color: #000;
        display: inline-block;
        font-family: 'Oswald',sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 1;
        padding: 15px 20px;
        text-transform: uppercase;
}
.contact-info {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.myth-padding{
    padding: 10px 9px 10px 0px !important;
}
.bg-farmer{
    background-image: url(../images/ourfocusarea/agriculture1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    background-size: cover;
}
.btn-apply{
    background-color: #8d0000;
    padding: 16px 34px;
    color: white;
}
.btn-why {
    background-color: #f49b0d;
    padding: 16px 34px;
    color: white;
    border: 1pt solid #f49b0d;
}
.btn-why:hover,.btn-apply:hover {
    color: white;
}
.carousel-caption{
    top: 40%;
}    

.bg-youth{
    background-image: url(../images/ourfocusarea/enriching-youth1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    background-size: cover;
}
.bg-women{
    background-image: url(../images/ourfocusarea/womenempower1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    background-size: cover;
}
.bg-agriculture{
    background-image: url(../images/ourfocusarea/agriculture1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    background-size: cover;
}
.readmore-btn{
    border: 2px solid #262626;
    color: #111111;
    padding: 8px 20px;
    font-weight: 800;
}
.top-social{
    padding: 10px;
}
.top-icon{
    color: green;
    font-size: 20px;
    border: 2px solid black;
    border-radius: 50%;
    padding: 8px;
    height: 40px;
    width: 40px;
    margin-right: 10px;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.icon-social-very-small{
    text-align: right;
}
.left-bar,.left-bar .text-link-white{
    padding: 5px;
    color: white;
}

.icon-social-very-small .text-link-white{
    padding-left: 15px;
    color: white;
}
.programs .owl-nav button.owl-prev, 
.programs .owl-nav button.owl-next, 
.programs button.owl-dot {
    color: #111 !important;
    margin-left: 10px;
    /* background-color: #DEE02E !important;
    border: 1px solid #555 !important; */
    font-size: 40px !important;
    width: 38px !important;
}
.programs .owl-theme .owl-nav:hover {
    background: yellow !important;
    color: #FFF;
    text-decoration: none;
}


.ongoing-projects .owl-nav button.owl-prev, 
.ongoing-projects .owl-nav button.owl-next, 
.ongoing-projects button.owl-dot {
    color: #111 !important;
    margin-left: 10px;
    background-color: #f49b0d !important;
    border: 1px solid #f49b0d !important;
    font-size: 20px !important;
    width: 38px !important;
}


.underline{
    border-bottom: 4px solid #f49b0d;
    width: 50px;
    margin-bottom: 10px;
}

.f-14{
    font-size: 14px;
}
.f-18{
    font-size: 18px;
}
.sidebar-links{
    margin-bottom: 08px;
    border-bottom: 1px solid #ccc;
}
.sidebar-links a{
    font-size: 14px;
    font-weight: 600;
    color: black;
}

.sidebar-links i{
    font-size: 18px;
    font-weight: 600;
    color: #2a3573;
}
.transition{
    transition: 1s;
}
.transition:hover{
    transition: 1s;
}

/* .navbar-top-btm-brdr{
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
} */

.navbar-second{
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-icon{
    color: #ff0000;
    padding: 10px 10px 10px 10px;
    border: 0.2px solid #ccc;
    font-size: 30px;
    width: 100%;
    /* background-color: #f2f2f2; */
    /* height: 55px; */
    text-align: center;
}
.navbar-link{
    font-weight: 600;
    color: #2a3573;
}
.nav-border-right {
    /* border-right: 1px solid #ccc; */
    margin-left: 6px;
    margin-right: 6px;
}
.navbar-sizeing3{
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-icon-c{
    color: #dfe02d;
    font-size: 20px;
    border: 2px solid;
    border-radius: 50%;
    width: 50px;
    padding: 12px 8px;
    height: 50px;
}
.nav-transparent { 
    background-color: transparent !important;
}
.mynavzindex{
    z-index: 999;
}
.mysticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.lh-20{
    line-height: 20px;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding-right:15px;
	padding-left:unset;
	font-weight:600;
}
.section-heading .section-title{
    font-size: 30px;
    font-weight: 800;
    color: #8e2410;
}
.section-underline-red{
    border-top: 2px solid #ff0000;
    width: 13%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
}
.section-underline-blue{
    border-top: 4px solid #2a3573;
    width: 9%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -19px;
    margin-bottom: 10px;
}

.c-contact-input {
    background-color: #f2f2f2;
    border-radius: 2px;
    border: 1px solid #eeeeee;
    box-shadow: none;
    width: 100%;
    padding: 26px 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999999;
    transition: all 100ms ease-out;
}

.c-contact-input:focus {
    box-shadow: none;
    border: 1px solid #ff0000;
    color: #111111;
    background: none;
}

.color-green{
    color: #f49b0d;
}
.color-green:hover{
    color: #dfe02d;
}
.color-blue{
    color: #2a3573;
}
.color-gray{
    color: #555555;
}
.color-brown{
    color: #162619;
}
.color-ccc{
    color: #af8686;
}
.bg-footer{
    background-color: #0c0c0c;
}
.bg-copyright{
    background-color: #d35d20;
}
.bg-brown{
    background-color: #d35d20;
}
.bg-blue{
    background-color: #d35d20;
}
.bg-green{
    background-color: #f49b0d;
}
.bg-lgreen{
    background-color: #f7a9a9;
}
.bg-f2f2f2{
    background-color: #f2f2f2;
}
.bg-mynavbar{
    background-color: #ffffffd6 !important;
}
.bg-home-contact{
    background-image: url(../images/homecontact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 130px;
    position: relative;
    background-size: cover;
}

.nav-link{
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #2d2a2a !important;
}
.section{
    padding-top: 60px;
    padding-bottom: 60px;
}


.vebmark-readmore{
    padding: 10px 30px 10px 30px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 0px 0px 0px 0px;
}
.vebmark-readmore:hover{
    color: #fff;
}

.ls{
    letter-spacing: 1.5px;
}
.bg-service1-img{
    background-image: url(../images/ser1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 15px;
    position: relative;
    background-size: cover;
}
.side-border-service1{
    border: 2px solid yellow;
    padding: 160px 30px 74px 33px;
}

.bg-service2-img{
    background-image: url(../images/ser2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 15px;
    position: relative;
    background-size: cover;
}
.side-border-service2{
    border: 2px solid yellow;
    padding: 40px 31px 14px 30px;
}

.bg-service3-img{
    background-image: url(../images/ser3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 15px;
    position: relative;
    background-size: cover;
}
.side-border-service3{
    border: 2px solid yellow;
    padding: 40px 31px 14px 30px;
}
.testi-icon{
    font-size: 44px;
    width: 80px;
    height: 80px;
    padding: 14px;
    border: 1px solid black;
    border-radius: 50px;
    background-color: #021583;
    color: #fff;
}
.bg-f3f3f3{
    background-color: #f3f3f3;
}
.bg-f2f2f2{
    background-color: #f2f2f2;
}
.footer-content{
    margin-top: 09px;
}
.footer-links{
    color: #fff;
    transition: 1s;
    letter-spacing: 1px;
    font-size: 14px;
}
.footer-links:hover{
    color: #e5e5e5;
    margin-left: 10px;
    transition: 1s;
}
.footer-social-links{
    margin-top: 20px;
}
.footer-social-icon{
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 10px 11px;
    margin-right: 12px;
}
.footer-menu-links{
    color: #ccc;
    font-size: 14px;
    padding: 24px;
    letter-spacing: 1px;
}
.footer-menu-links:hover{
    color: #ccc;
}
.footer-copyright{
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
}
.myfooter{
    padding-top: 60px;
    padding-bottom: 10px;
}




.bg-banner{
    background-image: url(../images/banner/Banner-3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 240px;
    padding-bottom: 05px;
    position: relative;
    background-size: cover;
}

.vebmark-banner-btn1{
    padding: 10px 30px 10px 30px;
    background-color: #ff0000;
    font-size: 14px;
    color: #fff;
    border-radius: 03px 03px 03px 03px;
}

.vebmark-banner-btn1:hover{
    color: #fff;
}
.vebmark-banner-btn2{
    padding: 10px 30px 10px 30px;
    background-color: #021583;
    font-size: 14px;
    color: #fff;
    /* border: 1px solid;
    border-color: #ff0000;
    border-radius:  0px 0px 0px 0px; */
}
.vebmark-banner-btn2:hover{
    color: #fff;
}


.banner-heading{
    padding: 24px;
}

.service-link{
    color: #111111;
    padding-right: 16px;
    padding-left: 16px;
    border-right: 1px solid #ccc;
}
.service-link:hover{
    color: #111111;
}
.service-link-last{
    color: #111111;
    padding-right: 16px;
    padding-left: 16px;
}
.service-link-last:hover{
    color: #111111;
}

.contact-icon{
    font-size: 40px;
    color: #ff0000;
}

.footer-top-btn{
    padding: 10px 30px 10px 30px;
    background-color: #fff;
    font-size: 16px;
    color: #111111;
    border-radius:  03px 03px 03px 03px;
}
.footer-top-btn:hover{
    color: #111111;
}

/* Side me Social Icons */
.si-sticky-social {
    position: fixed;
    top: 50%;
    left: 5px;
    width: 36px;
    z-index: 100;
}


body:not(.device-touch) .i-rounded, body:not(.device-touch) .i-plain, body:not(.device-touch) .i-circled, body:not(.device-touch) .i-bordered, body:not(.device-touch) .social-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    color: #555;
    text-shadow: none;
    border: 1px solid #AAA;
    border-radius: 3px;
    overflow: hidden;
}
.i-rounded, .i-plain, .i-circled, .i-bordered, .social-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    font-style: normal;
}


.si-facebook:hover, .si-colored.si-facebook {
    background-color: #3B5998 !important;
}
.social-icon:hover {
    color: #555;
    border-color: transparent;
}
/* End Social Side Icon */



/* SIDE STICKY BAR */
.si-sticky {
    position: fixed;
    top: 50%;
    right: 5px;
    width: 80px;
    z-index: 100;
}
.si-font{
    font-size: 10px;
    font-weight: 800;
}
/* //SIDE STICKY BAR */



.about-icon{
    font-size: 50px;
    color: #021583;
    border: 2px solid #021583;
    padding: 33px;
    width: 126px;
    height: 126px;
    border-radius: 67px;
}




.service-dropdown {
    display: inline-block;
    padding: 0;
    position: relative;
}

.service-dropdown a {
    display: block;
    padding: 1rem 1rem;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    position: relative;
    font-weight: 400;
}

.service-dropdown .service-dropdown-ul {
    background: #224676 none repeat scroll 0 0;
    padding: 0px 0px;
    top: 81px;
    left: -77px;
    opacity: 0;
    position: absolute;
    text-align: left;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: 99999;
    transition: all 0.3s ease 0s;
    /* border-top: 2px solid #ff0000; */
}
.service-dropdown:hover .service-dropdown-ul {
    visibility: visible;
    transition: all 0.4s ease 0s;
    opacity: 1;
    top: 52px;
    /* width: 300%; */
}
.service-dropdown .service-dropdown-ul li {
    padding: 0% 0% 0% 0%;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 0px;
    width: 260px;
    list-style: none;
}
.service-dropdown .service-dropdown-ul li:hover {
    padding: 0% 0% 0% 0%;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 0px;
    width: 260px;
    list-style: none;
    background-color: #dfe02d;
    color: #111 !important;
}
.myimgbx{
    border: 10px solid #f49b0d;
    box-shadow: 7px 5px 20px 0px lightblue;
}

.service-dropdown .service-dropdown-ul li a {
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 120%;
    padding: 10px 10px;
    color: #fff;
    border-bottom: 1px solid #b8bbd4a6;
}

.service-dropdown .service-dropdown-ul li a:hover {
    transition: all 0.4s 0s ease;
    color: #111;
}

/* Sub-Menu Dropdown */


.sub-service-dropdown {
    display: inline-block;
    padding: 0;
    position: relative;
}

.sub-service-dropdown a {
    display: block;
    padding: 1rem 1rem;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    position: relative;
    font-weight: 400;
}

.sub-service-dropdown .sub-service-dropdown-ul {
    background: #344128 none repeat scroll 0 0;
    padding: 0px 0px;
    top: 0px;
    left: 260px;
    opacity: 0;
    position: absolute;
    text-align: left;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: 99999;
    transition: all 0.3s ease 0s;
    /* border-top: 2px solid #ff0000; */
}
.sub-service-dropdown:hover .sub-service-dropdown-ul {
    visibility: visible;
    transition: all 0.4s ease 0s;
    opacity: 1;
    top: 0px;
    /* width: 300%; */
}
.sub-service-dropdown .sub-service-dropdown-ul li {
    padding: 0% 0% 0% 0%;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 0px;
    width: 260px;
    list-style: none;
}
.sub-service-dropdown .sub-service-dropdown-ul li:hover {
    padding: 0% 0% 0% 0%;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 0px;
    width: 260px;
    list-style: none;
    background-color: #dfe02d;
    color: #111 !important;
}

.sub-service-dropdown .sub-service-dropdown-ul li a {
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 120%;
    padding: 10px 10px;
    color: #fff;
    border-bottom: 1px solid #b8bbd4a6;
}

.sub-service-dropdown .sub-service-dropdown-ul li a:hover {
    transition: all 0.4s 0s ease;
    color: #111;
}

/* //Sub Menu Dropdown */

/* Simple Image Overlay Hover Effects */

.gallery-container .title{
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}
  
.content {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: auto;
    overflow: hidden;
}
  
  .content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content-details p{
    color: #fff;
    font-size: 0.8em;
  }
  
  .fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }

/* // Simple Image Overlay Hover Effects */

.underline-yellow{
    border: 1px solid yellow;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 18px;
}

.cursor-pointer{
    cursor: pointer;
}

.fa-navbar-icon {
    background-color: #8e241091;
    font-size: 34px;
    color: #fff;
    padding: 7px;
    width: 51px !important;
    height: 50px !important;
}

.lap-hide-nav {
    display: none;
}
@media only screen and (max-width: 600px) {
    .mobile-hide-nav {
        display: none;
    }
	.volunteer-form .row{
		display:block;
	}
	.volunteer-form .row .col{
		padding-bottom:10px;
	}
    .lap-hide-nav {
        display: inherit;
    }
    .formadjustment{
        margin-top: 5%;
    }
    .slick-next {
        right: -8px !important;
    }
    .slick-prev {
        left: -10px !important;
    }
    
    .vebmark-banner-btn1 {
        padding: 3px 14px 3px 14px;
        background-color: #ff0000;
        font-size: 13px;
        color: #fff;
        border-radius: 03px 03px 03px 03px;
    }
    .vebmark-banner-btn2 {
        padding: 3px 14px 3px 14px;
        background-color: #021583;
        font-size: 13px;
        color: #fff;
        border-radius: 03px 03px 03px 03px;
    }
    .banner-heading h1{
        font-size: 24px;
    }
    .bg-banner {
        padding-top: 8px;
        padding-bottom: 28px;
    }
    .navbar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0rem 1rem;
    }
    .nav-link{
        padding-top: 08px;
        padding-bottom: 08px;
    }
    .slider-bg {
        background-image: url(../images/slider.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
        background-size: cover;
    }
    .slider-heading h1{
        font-size: 30px;
        font-weight: 800;
        color: #ff0000;
    }
}