* {
	font-family: system-ui;
	scroll-behavior: smooth;
}

#mainNav {
	font-size: 20px;
	z-index: 999;
	box-shadow: 0px 10px 13px -7px rgba(0,0,0,0.25);
}

.imgBanner {
	margin-top: 85px;
}

.gallerySection {
	background-color: #cfecf7;
	padding:60px 0px !important;
}

.gallerySection .btn,.sectionSpace .mt-3{
    margin-top:3rem !important;
}

.gallery img{
    filter: drop-shadow(2px 2px 6px black);
}

i.fa.fa-angle-right {
    padding-right: 15px;
}
.contact-info h3{
    font-size:22px;
}
.newSection {
	background-color: #2C5E14;
	color: #ffffff;
	margin-top: 85px;
}

.sectionSpace {
	margin-top: 70px;
}

.divhead a {
	color: #ffffff;
}

.imgPoster {
	box-shadow: 5px 5px #d3d3d3;
}

.iconWeb {
	border: 1px solid #a09f9f;
	border-radius: 25px 0px;
	padding: 20px 0px;
}

.iconWeb:hover {
	
}

.aboutPoints {
	color: #218838
}

.colmail {
	background-color: #ffeb96;
}

.colcontact {
	background-color: #96bf82;
}

.link {
	color: #000000;
}

.link:hover {
	text-decoration: none;
}

#ajaxDiv {
	height: 50px;
}

.contactSection {
	background-color: #71717129;
    border-radius: 30px;
    padding: 20px;
}

.footer {
	border-top: 1px solid #a9a9a9ab;
	background-color:#f1e9e9;
}

.footer h5 {
    font-size: 17px;
    display: initial;
}

.footer p {
    padding-top: 10px !important;
}

.copyRightSec {
	background-color: #313131;
	margin-top:26px;
}

.briidea {
	color: #ffffff;
}

.briidea:hover {
	color: #218838;
}

/* Light Box */
.lightBoxRow > .lightBoxColumn {
    padding: 0 8px;
}

.lightBoxRow:after {
    content: "";
    display: table;
    clear: both;
}

.lightBoxColumn {
    float: left;
    width: 30%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    z-index: 99999;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 790px;
}

/* The Close Button */
.lightBoxClose {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.lightBoxClose:hover,
.lightBoxClose:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.prev {
    left: -50px;
}

/* Position the "next button" to the right */
.next {
    right: -50px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: -25px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.active {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Light Box End */

#div4, #div5, #div6, #div7, #div8, #div9, #div10, #div11, #div12, #div13, #div14, #div15, #div16, #div17, #div18 {
	display: none;
}

.backtop {
	color: #fff;
	font-size: 22px;
    position: fixed;
    right: 20px;
    bottom: 70px;
    height: 40px;
    width: 40px;
    background: #218838;
    text-align: center;
    z-index: 1600;
    line-height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: none;
}

.backtop:hover {
	color: #000000;
	background-color: #2fc44f;
}