@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=KoHo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, div {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
	font-family: 'KoHo', sans-serif;
}
strong {
	font-weight: 700;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
a {
	font-family: 'KoHo', sans-serif;
	text-decoration: none !important;
	display: inline-block;
	cursor: pointer;
	color: #063217;
}
p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #6b6b6b;
}
h1,h2,h3,h4,h5,h6{	font-family: 'KoHo', sans-serif;}
a:focus, a:hover {
	color: #f9a34d;outline: none;
	text-decoration: underline;
}
button {
    outline: none;
}
.main-heading1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}

.main-heading {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 25px;
 
}


.subheading {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #000;
}
.main-btn {
    background: #e57c35;
    padding: 10px 35px;
    color: #fff;
    border: 1px solid #e57c35;
    font-weight: 600;
    border-radius: 75px 0 75px 0;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    transition: 0.5s all;
}
.main-btn:hover {
    background: transparent;
    color: #e57c35;
    border: 1px solid #e57c35;
    font-weight: 500;
}
.section-padding {
	padding-top: 100px;
}
.section-margin {
	margin-bottom: 100px;
}
.section-margin-row {
	margin-top: 60px;
}
.addReadMore.showlesscontent .SecSec,
    .addReadMore.showlesscontent .readLess {
        display: none;
    }

    .addReadMore.showmorecontent .readMore {
        display: none;
    }

    .addReadMore .readMore,
    .addReadMore .readLess {
        font-weight: bold;
        margin-left: 2px;
        color: blue;
        cursor: pointer;
    }

    .addReadMoreWrapTxt.showmorecontent .SecSec,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
    }
    .breadcrumb-item.active {
    color: #4f4f7a;
}
@media screen and (min-width:320px) and (max-width:767px) {


}

