/*!
Theme Name: flyfishing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: flyfishing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

flyfishing is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin: 0 0 0 68.5px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.main-navigation a:hover{
	color: #22763B;
}
.main-navigation ul li.current-menu-item a{
	color: #22763B;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/************************************/

a,button,select,input,textarea{
	outline: none;
}
a:focus,button:focus,select:focus,input:focus,textarea:focus{
	outline: none;
}
a {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.container{
	max-width: 1530px;
	width: 100%;
}


/******************Header******************/

header.site-header {
    padding: 19px 40px 18px;
}
.hdr-wrapper {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.hdr-info {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    align-items: center;
}
.hdr-social a,
.ftr-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #22763B;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 50px;
    border: 1px solid #22763B;
}
.hdr-social a:hover,
.ftr-social a:hover{
	color: #22763B;
	background: transparent;
}

/*****************Footer*****************/

footer.site-footer {
    background: url(images/footer-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 110px;
    margin-top: 120px;
}
.ftr-row {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: space-between;
}
.ftr-col.ftr-logo {
    width: 32%;
}
.ftr-col.quick-links {
    width: 25%;
    padding-left: 50px;
}
.ftr-col.nwsletter {
    width: 22.33%;
}
.ftr-col p{
	color: #2E2E2E;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 30px 18px 0px;
}
.ftr-social a{
	margin: 0px;
}
.ftr-col h3{
	color: #22763B;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.ftr-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.quick-links ul{
	column-count: 2;
    -webkit-column-count: 2;
}
.quick-links ul li{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin: 0 0 25px;
}
.quick-links ul li a{
	color: #2E2E2E;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	text-decoration: none;
}
.quick-links ul li a:hover{
	color: #22763B;
}
.ftr-col.nwsletter form .mc4wp-form-fields {
    border: 1px solid #22763B;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.ftr-col.nwsletter form input {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 10px 20px 25px;
    background: transparent;
    border: none;
    width: 84%;
}
.ftr-col.nwsletter form input[type="submit"] {
    width: 55px;
    height: 100%;
    position: absolute;
    right: 0;
    padding: 0;
    font-size: 0;
    background: url(images/paper-airplane.svg) no-repeat;
    background-position: center;
    cursor: pointer;
}
.ftr-col.nwsletter p {
    margin-bottom: 24px;
}
.ftr-col.nwsletter form input::-webkit-input-placeholder {color:#000;}
.ftr-col.nwsletter form input:-moz-placeholder {color:#000;}
.ftr-col.nwsletter form input::-moz-placeholder {color:#000;}
.ftr-col.nwsletter form input:-ms-input-placeholder {color:#000;}

.copyright {
    border-top: 1px solid #22763B;
    padding: 22px 0;
    margin: 66px 0 0;
}
.copyright p {
    color: #2E2E2E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0;
}
.copyright p a{
	color: #22763B;
	font-weight: 500;
}

/******************Home******************/

.hero-section {
    position: relative;
}
.hero-section .owl-carousel .home_bnr_item img.mob_bnner {
    display: none;
}
.banner_caption {
    position: absolute;
    top: 47.5%;
    transform: translate(0, -50%);
    left: 15px;
    right: 15px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}
.badge-logo{
	width: 178px;
	height: 178px;
	line-height: 178px;
	background: #22763B;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto -63px;
	z-index: 2;
}
.badge-logo:after {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: 0;
    border: 1px solid rgba(255,255,255,0.55);
    border-radius: 50%;
}
.hero-section .owl-item.active .banner_caption {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 0.5s;
    visibility: visible;
    opacity: 1;
}
.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    min-height: 60px;
    max-height: 80px;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
.hero-heading{
	color: #FFF;
	text-align: center;
	text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	font-family: 'Great Vibes', cursive;
	font-size: 100px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin: 0 0 10px;
}
.banner_caption p {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.banner-btn a {
    display: inline-block;
    border-radius: 60px;
    background: #22763B;
    padding: 17px 40px;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}
.banner-btn a:hover{
	background: #000;
}
.abt-section {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 120px 0 120px;
}
.abt-section .hding-content {
    width: 47%;
    padding-left: 45px;
}
.abt-content {
    width: 44%;
    padding-right: 45px;
}
.hding-content {
    margin: 0 0 40px;
}
.hding-content h1,
.hding-content h2{
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 46px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}
.sub_hding{
	color: #2E2E2E;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	text-transform: uppercase;
	margin: 16px 0 0;
}
.abt-content p{
	color: #2E2E2E;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; 
}
a.links-btn {
    display: inline-block;
    border-radius: 60px;
    background: #22763B;
    border: 1px solid #22763B;
    padding: 17px 40px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}
a.links-btn:hover{
	color: #22763B;
	background: transparent;
}
.hding-content:after {
    content: '';
    display: block;
    width: 56px;
    height: 2px;
    background: #22763B;
    margin: 20px auto 0;
}
.abt-video {
    width: 100%;
    border-radius: 10px;
    margin: 60px 0 0;
}
.abt-video img{
	border-radius: 10px;
}
.bg-section {
    display: inline-block;
    width: 100%;
    position: relative;
    background: url(images/bg-bnr-img.jpg) no-repeat;
    padding: 108px 0 125px;
    margin-bottom: 118px;
    background-size: cover;
}
.latest-sect {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.latest-sect .tab-content {
    width: 100%;
    margin: 50px 0 0;
}
.latest-sect .hding-content {
    margin: 0;
}
ul.nav.nav-tabs {
    border: none;
}
ul.nav.nav-tabs li {
    margin: 0px 0 0 27px;
}
ul.nav.nav-tabs li a{
	display: inline-block;
	border-radius: 50px;
	background: transparent;
	padding: 12px 20px;
	color: #000;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
}
ul.nav.nav-tabs li a:hover{
	color: #fff;
	background: #22763B;
}
ul.nav.nav-tabs li a.active{
	color: #fff;
	background: #22763B;
}
.latst-item {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 26, 112, 0.07);
    padding: 20px 20px 29px;
    margin-bottom: 35px;
}
.latst-item img{
	border-radius: 10px;
	width: 100%;
}
.latst-contn strong {
    display: block;
    color: #2E2E2E;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 30px 0 10px;
}
.latst-contn p {
    color: #2E2E2E;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin: 0 30px 30px 0px;
}
.latst-contn a{	
	color: #22763B;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.latst-contn a:after {
    content: '\f061';
    color: #22763B;
    font-size: 19px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin: 0 0 0 12px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.latst-contn a:hover:after{
	margin: 0 0 0 17px;
}
.view-btn {
    width: 100%;
    text-align: center;
    margin: 17px 0 0;
}
.abt-section .hding-content h1,
.latest-sect .hding-content h2{
    text-align: left;
}
.abt-section .hding-content:after,
.latest-sect .hding-content:after{
	margin-left: 0;
}
.glry-col {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.glry-col .glry-img{
	width: calc(33.33% - 30px);
	border-radius: 10px;
	margin: 0 15px 30px;	
}
.glry-col .glry-img img{
	border-radius: 10px;
	width: 100%;
}
.abt-video iframe {
    width: 100%;
    border-radius: 10px;
}
.gallery-sect .view-btn {
    margin-top: 47px;
}
.glry-row .wplg-pagnination-wrap button.wplg_gallery_loadmore {
    margin: 37px 0 0;
    display: inline-block;
    border-radius: 60px;
    background: #22763B !important;
    border: 1px solid #22763B;
    padding: 17px 40px !important;
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    line-height: normal !important;
    text-transform: uppercase;
    height: auto !important;
}
.glry-row .wplg-pagnination-wrap button.wplg_gallery_loadmore label {
    font-size: 18px !important;
    text-transform: inherit;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.glry-row .wplg-pagnination-wrap button.wplg_gallery_loadmore:hover {
    background: transparent !important;
    color: #22763B;
}
.portfolio-wraper ul.simplefilter li {
    display: inline-block;
    border-radius: 50px;
    background: transparent;
    padding: 12px 20px;
    color: #000;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 13px;
}
.portfolio-wraper ul.simplefilter li:hover,
.portfolio-wraper ul.simplefilter li.active{
	color: #fff;
    background: #22763B !important;
}
.portfolio-wraper .filters-div {
    margin: 40px 0 0;
}

/****************Eventes********************/

.banner-section{
	position: relative;
	margin-bottom: 120px;
}
.banner-section img {
    width: 100%;
}
.caption-wrappr {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 15px;
    right: 15px;
    text-align: center;
}
.bnr-heading{
	color: #FFF;
	text-align: center;
	text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	font-family: 'Great Vibes', cursive;
	font-size: 100px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.event-list {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.event-articls .latst-item {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
}
.event-articls ul.nav.nav-tabs {
    margin: 0 0 50px;
    justify-content: center;
}

/******************Links*******************/

.links-sect {
    margin: 0 0 -30px;
}
.link-boxes {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
    margin-right: -15px;
}
.link-list {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 40px 0px rgba(0, 26, 112, 0.07);
    padding: 30px;
}
.link-list h4{
	color: #2E2E2E;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; 
	margin: 0 0 20px;
}
.link-list a{
	color: #22763B;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
	text-transform: uppercase;
	word-break: break-all;
}
.link-list a:hover{
	color: #000;
}

/******************About******************/

.abt-story {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.stroy-contn {
    width: 41%;
}
.story-image {
    width: 48.55%;
}
.page-template-about .bg-section {
    background: url(images/bg-bnr-small.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 120px;
    padding-top: 150px;
}
.constitut-sect p{
	color: #2E2E2E;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	padding: 0 10%;
}
.stroy-contn .hding-content h1 {
    text-align: left;
}
.stroy-contn .hding-content:after{
	margin-left: 0px;
}
.stroy-contn p{
	color: #2E2E2E;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
}
.officr-bdg {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.badge-box {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 40px 0px rgba(0, 26, 112, 0.07);
    padding: 10px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    align-items: center;
}
.officr-contn h4 {
    color: #2E2E2E;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 35px;
}
.officr-contn h5 {
    color: #696969;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin: 0px;
}
.officr-img {
    border-radius: 10px;
    margin: 0 38px 0 0;
}
.officr-img img{
	border-radius: 10px;
	width: 100%;
}
.club-sect {
    margin: 90px 0 -20px;
}
.club-sect ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
}
.club-sect ul li {
    width: calc(25% - 30px);
    margin: 0 15px 20px;
    padding: 0px 0px 20px 33px;
    color: #2E2E2E;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: 1px dashed #22763B;
    position: relative;
}
.club-sect ul li:before {
    content: '\f101';
    color: #22763B;
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 2px;
}

/*******************News*********************/

.news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-lft {
    width: 70.33%;
}
.news_img img {
    width: 100%;
}
.news-sidebar {
    width: 27.55%;
    border-radius: 10px;
    background: #E5F6F6;
    padding: 22px;
    height: 100%;
}
.news-sidebar > section {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    margin: 0 0 34px;
}
.news-sidebar section.widget_search {
    margin: 0;
}
.news-sidebar form.search-form {
    position: relative;
    border-radius: 25px;
    background: #FAFAFA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-sidebar form.search-form label{
	width: 80%;
	margin: 0px;
}
.news-sidebar form.search-form input {
    width: 100%;
    border-radius: 25px;
    background: #FAFAFA;
    border: none;
    padding: 17.5px 5px 17.5px 20px;
    color: #757575;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.news-sidebar form.search-form input.search-submit {
    border-radius: 0px 30px 30px 0px;
    background: #22763B url(images/search-icon.svg) no-repeat;
    width: 60px;
    position: absolute;
    right: 0;
    height: 100%;
    font-size: 0;
    padding: 0px;
    background-position: center;
    cursor: pointer;
}
.news-sidebar section h3 {
    color: #061430;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
    margin: 0 0 40px;
}
.post-items {
    margin: 0 0 25px;
}
.post-items a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
}
.post-items a img {
    width: 35%;
}
.r-post-contn {
    width: 59.5%;
}
.post-date {
    color: #4A4B5C;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 6px 0 0;
}
.post-date:before {
    content: '\f272';
    display: inline-block;
    vertical-align: top;
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
    color: #22763B;
    font-size: 14px;
    margin: 0 8px 0 0;
}
.news_img {
    border-radius: 10px 10px 0 0;
}
.news_img img{
	border-radius: 10px 10px 0 0;
}
.news_content {
    position: relative;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 58px 40px;
}
.authorised {
    border-radius: 50px;
    background: #22763B;
    padding: 3px 40px;
    position: absolute;
    top: -15px;
}
.authorised span.admin {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.news_content h2{
	color: #111;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 45px;
	margin: 0 0 15px;
}
.news_content p{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px;
}
.news_content p:last-of-type,
.news-sidebar > section:last-of-type{
	margin: 0px;
}
.nws_category{
	margin: 0 0 60px;
}
.news-wrapper .pagination {
    width: 100%;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
	border: 1px solid #22763B;
    color: #050505;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
    margin: 0 20px 0 0;
    text-decoration: none;
}
.pagination a.page-numbers:hover{
	background: #22763B;
	color: #fff;
}
.pagination span.page-numbers.current{
	background: #22763B;
	color: #fff;
}

/********************************/

.single main.site-main,
.search main.site-main{
    margin: 50px 0 0;
}
article .entry-header .entry-title,
article .entry-header .entry-title a,
header.page-header .page-title {
    color: #111;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
	line-height: 45px;
	margin: 0 0 15px;
}
article .entry-content p,
article .entry-summary p {
    color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px;
}
nav.navigation.post-navigation .nav-links a {
    color: #000;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}
.comments-area #reply-title {
    color: #111;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
}
.comments-area form.comment-form textarea, .comments-area form.comment-form input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 14px 15px;
    border-radius: 0px;
}
.comments-area form.comment-form input[type=checkbox] {
    width: auto;
}
.comments-area form.comment-form input.submit {
    display: inline-block;
    width: auto;
    border-radius: 60px;
    background: #22763B;
    border: 1px solid #22763B;
    padding: 15px 30px;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.comments-area form.comment-form input.submit:hover{
	color: #22763B;
    background: transparent;
}
article .post-thumbnail img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.search article {
    margin: 0 0 35px;
    padding: 0px 0 35px;
    border-bottom: 1px solid #E6E6E6;
}
article .comments-link a {
    display: inline-block;
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
p:empty{
	display: none;
}
.latest-sect .owl-dots {
    text-align: center;
}
.latest-sect .owl-dots button.owl-dot {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid transparent;
    margin: 0 3px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.latest-sect .owl-dots button.owl-dot span {
    display: block;
    width: 7px;
    height: 7px;
    background: #C1C1C1;
    border-radius: 50px;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.latest-sect .owl-dots button.owl-dot.active{
	border: 1px solid #22763B;
}
.latest-sect .owl-dots button.owl-dot.active span{
	background: #22763B;
}
.latest-sect .view-btn {
    display: none;
}
.page-template-events ul.nav.nav-tabs li {
    margin: 0 13.5px;
}
.post-navigation .nav-links .nav-previous {
    margin-right: 15px;
}
.post-navigation .nav-links .nav-next {
    margin-left: 15px;
}
nav.navigation.post-navigation .nav-links a span.nav-subtitle {
    font-weight: 500;
}
.lightbox .lb-dataContainer a.lb-close {
    position: absolute;
    top: 0;
    right: 15px;
    transform: translate(0, -40px);
    width: 30px;
    height: 30px;
    opacity: 1;
    background-size: 23px;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}
.tab-content .row.event-list {
    margin-left: -10px;
    margin-right: -10px;
}
.tab-content .row.event-list .col-md-3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #22763B;
    padding: 20px;
    width: calc(25% - 20px);
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin: 0 10px 20px;
}

.page-template-history .bg-section {
    margin-bottom: 0;
}
.page-template-history .bg-section .constitut-sect p{
	padding: 0;
}

/********************Responsive***********************/


@media (max-width: 1800px) and (min-width: 1441px){

.container{width: 87%;}

/***************Header*****************/

.main-navigation li{margin: 0 0 0 55.5px;}
.main-navigation a{font-size: 17px;}

/***************Footer*****************/

footer.site-footer{padding-top: 75px; margin-top: 70px;}
.ftr-col.nwsletter form input{padding: 18px 10px 18px 20px;}
.ftr-col h3{font-size: 20px; margin: 0 0 25px;}
.ftr-col.nwsletter {width: 23.33%;}
.ftr-col p{font-size: 16.5px;}
.quick-links ul li{margin: 0 0 22px;}
.quick-links ul li a{font-size: 17px;}
.ftr-col.nwsletter form input[type="submit"]{width: 45px;}
.copyright{padding: 20px 0; margin: 45px 0 0;}
.ftr-col.quick-links{padding-left: 40px;}

/******************Home********************/

.hero-heading{font-size: 65px;}
.banner_caption p{font-size: 24px;}
.banner-btn a{font-size: 16.5px;}
.hding-content h1, .hding-content h2{font-size: 35px;}
.sub_hding{font-size: 20px; line-height: 35px;}
.abt-content{width: 47%;}
.abt-content p, .stroy-contn p{font-size: 17px;}
a.links-btn{font-size: 16.5px;}
.badge-logo{width: 155px; height: 155px; line-height: 155px; margin: 0 auto -55px;}
.badge-logo img {width: 92px;}
.abt-video iframe{height: 450px;}
.abt-section{margin: 90px 0 75px;}
.bg-section{padding: 75px 0 75px; margin-bottom: 65px;}
.latst-contn strong{font-size: 18px; margin: 25px 0 10px;}
.latst-contn p{font-size: 16.5px; margin: 0 20px 23px 0px;}
.latest-sect .tab-content{margin: 40px 0 0;}
.glry-row .wplg-pagnination-wrap button.wplg_gallery_loadmore{margin: 30px 0 0;}
.glry-row .wplg-pagnination-wrap button.wplg_gallery_loadmore label{font-size: 16.5px !important;}

/********************About*********************/

.banner-section{margin-bottom: 70px;}
.bnr-heading{font-size: 65px;}
.hding-content {margin: 0 0 35px;}
.stroy-contn {width: 46%;}
.page-template-about .bg-section{margin-top: 75px; margin-bottom: 60px; padding-top: 75px;}
.constitut-sect p{font-size: 17px; padding: 0 8%;}
.officr-img{margin: 0 30px 0 0; width: 45%;}
.officr-contn {width: 45%;}
.officr-contn h4{font-size: 26px; margin: 0 0 25px;}
.club-sect {margin: 58px 0 0px;}
.club-sect ul li{font-size: 18px; margin: 0 15px 18px; padding: 0px 0px 18px 30px;}
.club-sect ul li:before{font-size: 20.5px;}

/********************Events*********************/

.event-sect {margin: 0 0 -5px;}
.event-articls ul.nav.nav-tabs{margin: 0 0 45px;}

/********************Link List*******************/

.links-sect {margin: 0;}
.link-boxes{margin-left: -12.5px; margin-right: -12.5px;}
.link-list{width: calc(25% - 25px); margin: 0 12.5px 25px; padding: 27px;}
.link-list h4{font-size: 22px; line-height: 30px; margin: 0 0 17px;}
.link-list a{font-size: 16px;}

/********************News*******************/

.news-sidebar{padding: 20px;}
.news-sidebar > section{padding: 33px 25px; margin: 0 0 30px;}
.news-sidebar section h3{font-size: 23px; margin: 0 0 28px;}
.post-date{font-size: 14px;}
.post-date:before{margin: 0 6px 0 0;}
.r-post-contn {width: 59%;}
.news_content{padding: 45px 35px;}
.news_content h2{font-size: 32px; line-height: 40px;}
.news_content p{font-size: 17px;}
.news_content a.links-btn {font-size: 16.5px; padding: 16px 40px;}
.nws_category {margin: 0 0 50px;}
.pagination a.page-numbers, .pagination span.page-numbers{width: 47px; height: 47px; line-height: 47px; font-size: 16.5px; margin: 0 17px 0 0;}

/*******************Detail Page******************/

.single main.site-main, .search main.site-main {margin: 27px 0 0;}
article .entry-header .entry-title, article .entry-header .entry-title a, header.page-header .page-title{font-size: 26.5px;}
article .entry-content p, article .entry-summary p{font-size: 16.5px;}
.comments-area form.comment-form textarea{height: 150px;}
.comments-area form.comment-form input.submit{font-size: 16px;}
.search article{margin: 0 0 30px; padding: 0px 0 30px;}

}

@media only screen and (max-width: 1440px) and (min-width: 1200px){

.container{width: 87%;}

/***************Header*****************/

.hdr-logo {width: 325px;}
.main-navigation a{font-size: 17px;}
.main-navigation li{margin: 0 0 0 38.5px;}
.hdr-social a{margin: 0 0 0 35px;}

/******************Footer*******************/

footer.site-footer{padding-top: 70px; margin-top: 70px;}
.ftr-col.quick-links{padding-left: 15px;}
.ftr-col.nwsletter {width: 28%;}
.ftr-col h3{font-size: 20px; margin: 0 0 25px;}
.ftr-col p{font-size: 16px;}
.quick-links ul li{margin: 0 0 20px}
.quick-links ul li a{font-size: 16.5px;}
.ftr-col.nwsletter form input{padding: 17px 10px 17px 18px;}
.copyright {padding: 20px 0; margin: 45px 0 0;}

/******************Home********************/

.banner_caption{top: 45%;}
.hero-heading{font-size: 52px;}
.banner_caption p{font-size: 23px;}
.banner-btn a{padding: 16px 40px; font-size: 16px;}
.badge-logo{width: 138px; height: 138px; line-height: 140px; margin: 0px auto -50px;}
.badge-logo img {width: 82px;}
.waves{min-height: 55px; max-height: 65px;}
.badge-logo:after{top: -10px; left: -10px; right: -10px;}
.abt-section{margin: 85px 0 65px;}
.abt-content {width: 46%; padding-right: 0;}
.hding-content h1, .hding-content h2{font-size: 33px;}
.sub_hding{font-size: 19px; line-height: 34px}
.abt-content p, .stroy-contn p{font-size: 16.5px;}
a.links-btn{padding: 16px 35px; font-size: 16px;}
.abt-video{margin: 50px 0 0;}
.abt-video iframe{height: 400px;}
.bg-section{padding: 70px 0 70px; margin-bottom: 60px;}
ul.nav.nav-tabs li a{font-size: 16px;}
.latest-sect .tab-content{margin: 40px 0 0;}
.latst-contn strong{font-size: 18px; line-height: 28px; margin: 25px 0 10px;}
.latst-contn p{font-size: 16px; line-height: 28px; margin: 0 12px 20px 0px;}
.latst-contn a{font-size: 16px;}
.glry-row .wplg-pagnination-wrap button.wplg_gallery_loadmore{margin: 28px 0 0; padding: 16px 40px !important;}
.glry-row .wplg-pagnination-wrap button.wplg_gallery_loadmore label{font-size: 16px !important;}

/********************About*********************/

.banner-section{margin-bottom: 65px;}
.bnr-heading{font-size: 60px;}
.hding-content {margin: 0 0 30px;}
.stroy-contn {width: 47%;}
.page-template-about .bg-section{margin-top: 65px; margin-bottom: 45px; padding-top: 70px;}
.constitut-sect p{font-size: 16.5px; padding: 0 5%;}
.officr-img{margin: 0 27px 0 0; width: 45%;}
.officr-contn {width: 45%;}
.officr-contn h4{font-size: 25px; margin: 0 0 25px;}
.club-sect {margin: 45px 0 -8px;}
.club-sect ul li{margin: 0 15px 18px; padding: 0px 0px 18px 28px; font-size: 18px;}
.club-sect ul li:before{font-size: 20px;}

/********************Events*********************/

.event-sect {margin: 0 0 -12px;}
.event-articls ul.nav.nav-tabs{margin: 0 0 45px;}

/********************Link List*******************/

.links-sect {margin: 0 0 -5px;}
.link-boxes{margin-left: -12px; margin-right: -12px;}
.link-list{width: calc(25% - 24px); margin: 0 12px 24px; padding: 25px;}
.link-list h4{font-size: 21px; line-height: 30px; margin: 0 0 15px;}
.link-list a{font-size: 15.5px;}

/********************News*******************/

.news-lft {width: 67%;}
.news-sidebar{width: 30%;}
.news-sidebar {padding: 20px;}
.news-sidebar > section{padding: 25px 20px; margin: 0 0 28px;}
.news-sidebar section h3{font-size: 22px; margin: 0 0 22px;}
.post-items a img {width: 36%;}
.post-date:before{margin: 0 5px 0 0;}
.post-items a img {width: 34%;}
.r-post-contn {width: 62.5%;}
.news-sidebar form.search-form input{padding: 16.5px 5px 16.5px 18px; font-size: 16px;}
.news-sidebar form.search-form input.search-submit{width: 50px;}
.news_content{padding: 40px 35px;}
.news_content h2{font-size: 30px; line-height: 40px;}
.news_content p{font-size: 16.5px; line-height: 30px;}
.news_content a.links-btn {padding: 15px 35px; font-size: 15.5px;}
.nws_category {margin: 0 0 45px;}
.pagination a.page-numbers, .pagination span.page-numbers{width: 46px; height: 46px; line-height: 46px; font-size: 16px; margin: 0 15px 0 0;}

/*******************Detail Page******************/

.single main.site-main, .search main.site-main {margin: 27px 0 0;}
article .entry-header .entry-title, article .entry-header .entry-title a, header.page-header .page-title{font-size: 25px;}
article .entry-content p, article .entry-summary p{font-size: 16.5px;}
.comments-area #reply-title{font-size: 20px; line-height: 40px;}
.comments-area form.comment-form textarea, .comments-area form.comment-form input{padding: 13px 15px;}
.comments-area form.comment-form textarea{height: 135px;}
.comments-area form.comment-form input.submit{font-size: 16px;}
.search article{margin: 0 0 25px; padding: 0px 0 25px;}

.tab-content .row.event-list .col-md-3{padding: 15px;}
.tab-content .row.event-list .latst-contn {width: 72%; margin: 0 0 0 7px;}

}

@media only screen and (max-width: 1199px) and (min-width: 992px){

/***************Header*****************/

header.site-header {padding: 18px 15px 18px;}
.hdr-logo {width: 300px;}
.main-navigation li{margin: 0 0 0 28.5px;}
.main-navigation a{font-size: 16px;}
.hdr-social a{width: 38px; height: 38px; line-height: 38px; margin: 0 0 0 30px;}

/******************Footer*******************/

footer.site-footer{padding-top: 65px; margin-top: 65px;}
.ftr-col.quick-links{padding-left: 15px;}
.ftr-col.nwsletter {width: 28%;}
.ftr-col h3{font-size: 19px; margin: 0 0 25px;}
.ftr-col p{font-size: 16px;}
.quick-links ul li{margin: 0 0 20px}
.quick-links ul li a{font-size: 16.5px;}
.ftr-col.nwsletter form input{padding: 17px 10px 17px 18px;}
.copyright {padding: 18px 0; margin: 35px 0 0;}

/******************Home********************/

.banner_caption{top: 45%;}
.hero-heading{font-size: 45px;}
.banner_caption p{font-size: 22px;}
.banner-btn a{padding: 15px 40px; font-size: 16px;}
.badge-logo{width: 130px; height: 130px; line-height: 133px; margin: 0px auto -45px;}
.badge-logo img {width: 78px;}
.waves{min-height: 48px; max-height: 58px;}
.badge-logo:after{top: -9px; left: -9px; right: -9px;}
.abt-section{margin: 75px 0 60px;}
.abt-section .hding-content {width: 48%; padding-left: 0;}
.abt-content {width: 47%; padding-right: 0;}
.hding-content h1, .hding-content h2{font-size: 30px;}
.sub_hding{font-size: 18px; line-height: 33px;}
.abt-content p{font-size: 16.5px;}
a.links-btn{padding: 15px 35px; font-size: 16px;}
.abt-video{margin: 45px 0 0;}
.abt-video iframe{height: 350px;}
.bg-section{padding: 65px 0 65px; margin-bottom: 55px;}
ul.nav.nav-tabs li a{font-size: 16px;}
.latest-sect .tab-content{margin: 35px 0 0;}
.latst-contn strong{font-size: 18px; line-height: 28px; margin: 25px 0 10px;}
.latst-contn p{font-size: 16px; line-height: 28px; margin: 0 12px 20px 0px;}
.latst-contn a{font-size: 16px;}
.glry-row .wplg-pagnination-wrap button.wplg_gallery_loadmore{margin: 25px 0 0; padding: 15px 40px !important;}
.glry-row .wplg-pagnination-wrap button.wplg_gallery_loadmore label{font-size: 16px !important;}

/********************About*********************/

.bnr-heading{font-size: 50px;}
.banner-section{margin-bottom: 55px;}
.hding-content {margin: 0 0 30px;}
.stroy-contn {width: 48%;}
.stroy-contn p{font-size: 16.5px; line-height: 28px;}
.page-template-about .bg-section{margin-top: 60px; padding-top: 65px; background-size: cover;}
.officr-img{margin: 0 28px 0 0; width: 40%;}
.officr-contn {width: 50%;}
.officr-contn h4{font-size: 23px; margin: 0 0 20px;}
.club-sect {margin: 35px 0 -13px;}
.club-sect ul{margin-top: 35px;}
.club-sect ul li{width: calc(33.33% - 30px); margin: 0 15px 17px; padding: 0px 0px 17px 30px; font-size: 17.5px;}
.club-sect ul li:before{font-size: 20px;}

/********************Events*********************/

.event-sect {margin: 0 0 -15px;}
.event-articls ul.nav.nav-tabs{margin: 0 0 40px;}

/********************Gallery********************/

.page-template-gallery .gallery-sect {margin: 0 0 -8px;}
.glry-col{margin-left: -12px; margin-right: -12px;}
.glry-col .glry-img{width: calc(33.33% - 24px); margin: 0 12px 24px;}

/********************Link List*******************/

.links-sect {margin: 0 0 -5px;}
.link-boxes{margin-left: -10px; margin-right: -10px;}
.link-list{width: calc(25% - 20px); margin: 0 10px 20px; padding: 23px;}
.link-list h4{font-size: 20px; line-height: 27px; margin: 0 0 15px;}
.link-list a{font-size: 15px;}

/********************News*******************/

.news-lft {width: 64%;}
.news-sidebar{width: 33%; padding: 18px;}
.news-sidebar > section{padding: 25px 22px; margin: 0 0 25px;}
.news-sidebar section h3{font-size: 21px; margin: 0 0 20px;}
.post-items a img {width: 36%;}
.post-date{font-size: 14px;}
.post-date:before{margin: 0 5px 0 0;}
.news_content{padding: 40px 30px}
.news_content h2{font-size: 28px; line-height: 40px; margin: 0 0 10px;}
.news_content p{font-size: 16px; line-height: 30px;}
.news_content a.links-btn {padding: 14px 35px; font-size: 15px;}
.nws_category {margin: 0 0 38px;}
.pagination a.page-numbers, .pagination span.page-numbers{width: 45px; height: 45px; line-height: 45px; font-size: 16px; margin: 0 15px 0 0;}

/*******************Detail Page******************/

.single main.site-main, .search main.site-main {margin: 25px 0 0;}
article .entry-header .entry-title, article .entry-header .entry-title a, header.page-header .page-title{font-size: 23px;}
article .entry-content p, article .entry-summary p{font-size: 16px; line-height: 30px;}
.comments-area #reply-title{font-size: 20px; line-height: 40px;}
.comments-area form.comment-form textarea, .comments-area form.comment-form input{padding: 12px 15px;}
.comments-area form.comment-form textarea{height: 130px;}
.comments-area form.comment-form input.submit{font-size: 15.5px;}
.search article {margin: 0 0 25px; padding: 0px 0 25px;}
.tab-content .row.event-list .col-md-3{padding: 13px;}
.tab-content .row.event-list .latst-contn {width: 72%; margin: 0 0 0 7px;}

}

@media only screen and (max-width: 991px){

/***************Header*****************/

header.site-header {padding: 15px;}
.hdr-logo {width: 250px;}
.main-navigation li{margin: 0 0 0 17px;}
.main-navigation li:first-child {margin-left: 0;}
.main-navigation a{font-size: 14px;}
.hdr-social a{width: 37px; height: 37px; line-height: 37px; margin: 0 0 0 18px;}

/******************Footer********************/

footer.site-footer{padding-top: 55px; margin-top: 55px;}
.ftr-col.quick-links {width: 35%; padding-left: 30px;}
.ftr-col.nwsletter {width: 30%;}
.ftr-col p{font-size: 16px; line-height: 28px; margin: 10px 20px 15px 0px;}
.quick-links ul li{margin: 0 0 18px;}
.quick-links ul li a{font-size: 16px;}
.ftr-col h3{font-size: 18px; margin: 0 0 25px;}
.ftr-col.nwsletter form input{padding: 15px 10px 15px 18px;}
.copyright{padding: 15px 0; margin: 35px 0 0;}

/******************Home********************/

.banner_caption{top: 40.5%;}
.hero-heading{font-size: 40px;}
.banner_caption p{font-size: 21px;}
.banner-btn a{padding: 15px 40px; font-size: 16px;}
.badge-logo{width: 115px; height: 115px; line-height: 115px; margin: 0 auto -50px;}
.badge-logo img {width: 68px;}
.badge-logo:after{top: -9px; left: -9px; right: -9px;}
.waves{min-height: 40px; max-height: 50px;}
.abt-section{margin: 85px 0 55px;}
.abt-section .hding-content {width: 48%; padding-left: 0;}
.abt-content {width: 47%; padding-right: 0;}
.hding-content h1, .hding-content h2{font-size: 28px;}
.sub_hding{font-size: 18px; line-height: 32px;}
.abt-content p{font-size: 16px; line-height: 28px;}
a.links-btn{padding: 15px 35px; font-size: 16px;}
.abt-video{margin: 40px 0 0;}
.abt-video iframe{height: 335px;}
.bg-section{padding: 55px 0 55px; margin-bottom: 50px;}
ul.nav.nav-tabs li {margin: 0px 0 0 15px;}
ul.nav.nav-tabs li a{padding: 11px 18px; font-size: 15px;}
.latest-sect .tab-content{margin: 30px 0 0;}
.latst-contn strong{font-size: 17.5px; line-height: 28px; margin: 25px 0 10px;}
.latst-contn p{font-size: 16px; line-height: 28px; margin: 0 0 18px 0px;}
.latst-contn a{font-size: 16px; line-height: 28px;}
.latst-contn a:after{font-size: 18px;}
.glry-row .wplg-pagnination-wrap button.wplg_gallery_loadmore{margin: 25px 0 0; padding: 15px 40px !important;}
.glry-row .wplg-pagnination-wrap button.wplg_gallery_loadmore label{font-size: 16px !important;}

/********************About*********************/

.bnr-heading{font-size: 45px;}
.banner-section{margin-bottom: 50px;}
.hding-content {margin: 0 0 30px;}
.stroy-contn {width: 46%;}
.stroy-contn p{font-size: 16px; line-height: 28px;}
.page-template-about .bg-section{margin-top: 30px; padding-top: 55px;}
.constitut-sect p{font-size: 16px; line-height: 28px; padding: 0 5%;}
.officr-img{margin: 0 20px 0 0; width: 43%;}
.officr-contn {width: 46%;}
.officr-contn h4{font-size: 20px; margin: 0px 0 20px;}
.officr-contn h5{font-size: 13px;}
.club-sect {margin: 30px 0 -5px;}
.club-sect ul{margin-top: 30px;}
.club-sect ul li{width: calc(33.33% - 30px); margin: 0 15px 15px; padding: 0px 0px 15px 30px; font-size: 17px;}
.club-sect ul li:before{font-size: 19px;}
.page-template-events ul.nav.nav-tabs li {margin: 0 9.5px;}

/********************Events*********************/

.event-sect {margin: 0 0 -5px;}
.event-list{margin-left: -11px; margin-right: -11px;}
.event-articls ul.nav.nav-tabs{margin: 0 0 35px;}
.event-articls .latst-item {width: calc(33.33% - 22px); margin: 0 11px 22px;}

/********************Gallery********************/

.glry-col{margin-left: -11px; margin-right: -11px;}
.glry-col .glry-img {width: calc(33.33% - 22px); margin: 0px 11px 22px;}
.portfolio-wraper .filters-div {margin: 25px 0 0;}

/********************Link List*******************/

.links-sect {margin: 0 0 -5px;}
.link-boxes{margin-left: -10px; margin-right: -10px;}
.link-list{width: calc(25% - 20px); margin: 0 10px 20px; padding: 23px;}
.link-list h4{font-size: 19px; line-height: 26px; margin: 0 0 15px;}
.link-list a{font-size: 15px;}

/********************News*******************/

.news-lft {width: 62%;}
.news-sidebar{width: 35%;}
.post-items:last-of-type {margin: 0;}
.news-sidebar form.search-form input{padding: 15.5px 5px 15.5px 18px; font-size: 16px;}
.news-sidebar form.search-form input.search-submit{width: 45px; background-size: 23px;}
.pagination a.page-numbers, .pagination span.page-numbers{width: 43px; height: 43px; line-height: 43px; font-size: 16px; margin: 0 13px 0 0;}
.news_content{padding: 35px 25px;}
.news_content h2{font-size: 27px; line-height: 38px;}
.news_content p{font-size: 16px; line-height: 30px;}
.news_content a.links-btn {padding: 14px 35px; font-size: 15px;}
.news-sidebar{padding: 15px;}
.news-sidebar > section{padding: 20px 15px; margin: 0 0 20px;}
.news-sidebar section h3{font-size: 21px; margin: 0 0 20px;}
.post-items a img {width: 100%;}
.r-post-contn {width: 100%; margin: 13px 0 0;}
.post-items {margin: 0 0 20px;}
.nws_category {margin: 0 0 35px;}

/*******************Detail Page******************/

.single main.site-main, .search main.site-main {margin: 16px 0 0;}
article .entry-header .entry-title, article .entry-header .entry-title a, header.page-header .page-title{font-size: 23px; line-height: 33px;}
article .entry-content p, article .entry-summary p{font-size: 16px; line-height: 30px;}
.comments-area #reply-title{font-size: 19px; line-height: 38px;}
.comments-area form.comment-form textarea, .comments-area form.comment-form input{padding: 12px 15px;}
.comments-area form.comment-form textarea {height: 120px;}
.comments-area form.comment-form input.submit{font-size: 15.5px;}
.search article {margin: 0 0 25px; padding: 0px 0 25px;}

}

@media only screen and (max-width: 767px){

/***************Header*****************/

html.js {padding: 0 !important;}
html body div#wprmenu_bar {top: 22.5px !important; width: 46px; height: 46px; border: 1px solid #22763b; text-align: center; border-radius: 50%; padding: 0; position: absolute; background: transparent; right: 15px; left: auto;}
#wprmenu_bar div.hamburger {padding: 0 !important; margin-top: 0px !important; float: none; width: 100%; height: 100%;}
.wprmenu_bar .hamburger-box {width: 22px; height: 16px; margin: 0 auto !important; text-align: center !important; top: 55%; transform: translate(0, -50%); right: 0; left: 0; display: block;}
.wprmenu_bar .hamburger-inner {top: 0px;}
.hamburger--slider .hamburger-inner::before {top: 6px;}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {width:22px; height: 2px;}
.hamburger--slider .hamburger-inner::after {top: 12px;}
#mg-wprm-wrap ul li, #mg-wprm-wrap ul li ul.sub-menu li {border-bottom: 1px solid rgba(255,255,255,0.3);}
#mg-wprm-wrap ul li:last-of-type, #mg-wprm-wrap ul li ul.sub-menu li:last-of-type{border-bottom: 0px;}
#wprmenu_bar .menu_title a{position: absolute; left: 0;}
#wprmenu_bar .menu_title{font-size: 0;}
html.wprmenu-body-fixed body {position: inherit !important;}
#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right {top: 0px !important; height: 100%;}
html body div#wprmenu_bar.wprmenu_bar.normalslide.left.active {left: 69%; top: 0 !important; margin-right: 0; right: auto !important; transform: translate(3px, 0px); position: fixed; width: 25px; height: 25px; background: #41BD66; border-radius: 0;}
.hamburger--slider.is-active .hamburger-inner::after {transform: translate3d(0, -12px, 0) rotate(-90deg); background: #fff !important;}
.hamburger--slider.is-active .hamburger-inner{background: #fff !important; transform: translate3d(0, 7px, 0) rotate(45deg);}
html.wprmenu-body-fixed body:after {content: ''; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.7); right: 0; height: 100%; z-index: 2;}
header.site-header {padding: 10px 15px;}
.hdr-info{display: none;}
.hdr-logo {width: 285px;}

/******************Footer********************/

footer.site-footer{padding-top: 60px; margin-top: 40px;}
.ftr-col.ftr-logo {width: 100%;}
.ftr-col.quick-links{width: 100%; padding: 0; max-width: 320px; margin: 35px 0 25px;}
.ftr-col.nwsletter {width: 100%;}
.ftr-col p{font-size: 16px; line-height: 28px; margin: 10px 0px 18px 0px;}
.ftr-col h3{font-size: 19px; margin: 0 0 20px;}
.quick-links ul li{margin: 0 0 18px;}
.quick-links ul li a{font-size: 16px;}
.ftr-col.nwsletter form input{padding: 16px 10px 16px 18px;}
.copyright{padding: 15px 0; margin: 40px 0 0;}

/******************Home********************/

.hero-section .owl-carousel .home_bnr_item img.mob_bnner {display: block;}
.hero-section .owl-carousel .home_bnr_item img.dstop_bnner{display: none;}
.banner_caption {top: 45.5%;}
.hero-heading{font-size: 34px;}
.banner_caption p{font-size: 18px; padding: 0 20px;}
.banner-btn a{padding: 15px 35px; font-size: 15px;}
.waves{min-height: 30px; max-height: 35px;}
.badge-logo{width: 100px; height: 100px; line-height: 100px; margin: 0 auto -35px;}
.badge-logo img {width: 60px;}
.badge-logo:after{top: -6px; left: -6px; right: -6px;}
.hding-content h1, .hding-content h2{font-size: 25px;}
.abt-section{margin: 65px 0 40px; text-align: center;}
.abt-section .hding-content, .abt-content {width: 100%; padding: 0;}
.abt-section .hding-content h1, .latest-sect .hding-content h2 {text-align: center;}
.abt-section .hding-content:after, .latest-sect .hding-content:after {margin-left: auto;}
.abt-video iframe{height: 310px;}
.latest-sect .hding-content {margin: 0 0 25px; width: 100%;}
ul.nav.nav-tabs{margin: 0px; width: 100%; justify-content: center;}
.hding-content {margin: 0 0 25px;}
.bg-section {padding: 45px 0 45px; margin-bottom: 40px;}
ul.nav.nav-tabs li, .page-template-events ul.nav.nav-tabs li{margin: 0 7.5px 0;}

/********************About*********************/

.banner-section{margin-bottom: 40px;}
.banner-section img {height: 200px; object-fit: cover;}
.bnr-heading{font-size: 40px;}
.abt-story{flex-direction: column-reverse;}
.stroy-contn {width: 100%;}
.story-image {width: 100%; margin: 0 0 25px;}
.page-template-about .bg-section{margin-top: 40px; padding-top: 50px; background-size: cover;}
.stroy-contn p{font-size: 16px; line-height: 28px;}
.stroy-contn p:last-of-type, .constitut-sect p:last-of-type {margin-bottom: 0;}
.constitut-sect p{font-size: 16px; line-height: 28px; padding: 0 10px;}
.badge-box{width: calc(100% - 30px);}
.badge-box{margin-bottom: 20px;}
.club-sect {margin: 25px 0 -20px;}
.club-sect ul{margin-top: 30px;}
.club-sect ul li{margin: 0 15px 15px; padding: 0px 0px 15px 30px; font-size: 17px; width: calc(50% - 30px);}
.club-sect ul li:before{font-size: 19px;}
.officr-img{margin: 0 25px 0 0;}
.officr-contn h4 br{display: none;}
.officr-contn h4{font-size: 23px; margin: 0 0 18px;}

/********************Events*********************/

.event-sect {margin: 0 0 -10px;}
.event-articls ul.nav.nav-tabs{margin: 0 0 30px;}
.event-articls .latst-item{width: calc(100% - 30px); margin: 0 15px 20px;}

/********************Gallery********************/

.page-template-gallery .gallery-sect {margin: 0 0 -10px;}
.glry-col .glry-img{width: calc(50% - 20px); border-radius: 10px; margin: 0 10px 20px;}
.glry-col{margin-left: -10px; margin-right: -10px;}
.portfolio-wraper.pfg-bootstrap .text-center {padding: 0;}
.portfolio-wraper .filters-div {margin: 20px 0 0;}
.portfolio-wraper ul.simplefilter li{padding: 10px 13px; font-size: 15.5px; margin: 0 5px;}

/********************Link List*******************/

.links-sect {margin: 0 0 -10px;}
.link-list{width: calc(50% - 30px); margin: 0 15px 20px; padding: 25px;}
.link-list h4{font-size: 20px; line-height: 25px; margin: 0 0 15px;}
.link-list a{font-size: 15px;}

/********************News*******************/

.news-lft {width: 100%; order: 2;}
.news-wrapper .pagination{order: 3; margin-bottom: -10px;}
.news_content{padding: 35px 20px;}
.news_content h2{font-size: 22px; line-height: 32px; margin: 0 0 10px;}
.news_content p{font-size: 16px; line-height: 30px;}
a.links-btn{font-size: 15px;}
.nws_category {margin: 0 0 22px;}
.news-sidebar{width: 100%; margin: 0 0 25px;}
.news-sidebar > section{padding: 20px 15px; margin: 0 0 25px;}
.news-sidebar section h3{font-size: 21px; margin: 0 0 20px;}
.post-items {margin: 0 0 20px;}
.news-sidebar form.search-form input{font-size: 15px;}
.post-items a img {width: 33%;}
.r-post-contn {width: 62.5%;}

/*******************Detail Page******************/

.single main.site-main, .search main.site-main {margin: 15px 0 0;}
article .entry-header .entry-title, article .entry-header .entry-title a, header.page-header .page-title{font-size: 21px; line-height: 32px;}
article .entry-content p, article .entry-summary p{font-size: 16px; line-height: 28px;}
.comments-area #reply-title{font-size: 19px; line-height: 35px;}
.comments-area form.comment-form textarea, .comments-area form.comment-form input{padding: 12px 15px;}
.comments-area form.comment-form textarea {height: 100px;}
.comments-area form.comment-form .comment-form-cookies-consent label {width: 93%; vertical-align: top;}
.comments-area form.comment-form input.submit{font-size: 15px; padding: 14px 25px;}
.search article{margin: 0 0 23px; padding: 0px 0 23px;}
.tab-content .row.event-list .col-md-3{width: calc(50% - 20px); -ms-flex: 0 0 calc(50% - 20px); flex: 0 0 calc(50% - 20px); max-width: calc(50% - 20px);}
}

@media only screen and (max-width: 479px){

.hdr-logo {width: 220px;}
html body div#wprmenu_bar{top: 15px !important;}
.hero-heading{font-size: 26px;}
.banner_caption p{font-size: 15px; margin-bottom: 20px; padding: 0px;}
.banner-btn a{padding: 13px 35px; font-size: 14.5px;}
.banner_caption{top: 40.5%;}
ul.nav.nav-tabs li a{padding: 10px 9px; font-size: 13px;}
.sub_hding{font-size: 16px; line-height: 30px;}
.badge-logo{width: 85px; height: 85px; line-height: 85px;}
.badge-box{flex-direction: column; padding: 10px 10px 20px;}
.officr-img{margin: 0; width: 100%;}
.officr-contn {width: 100%; text-align: center;}
.officr-contn h4{font-size: 22px; margin: 15px 0;}
.club-sect ul li{width: calc(100% - 30px);}
ul.nav.nav-tabs li, .page-template-events ul.nav.nav-tabs li {margin: 0 2px 0;}
.glry-col .glry-img{width: calc(100% - 20px); margin: 0 10px 15px;}
.link-list{width: calc(100% - 30px); margin: 0 15px 20px;}
.post-items a img {width: 100%;}
.r-post-contn {width: 100%; margin: 15px 0 0;}
article .entry-header .entry-title, article .entry-header .entry-title a, header.page-header .page-title{font-size: 20px; line-height: 30px;}
.portfolio-wraper ul.simplefilter li{padding: 12px 14px; font-size: 15px; margin: 6px 0px 0px;}

.tab-content .row.event-list .col-md-3{width: calc(100% - 20px); -ms-flex: 0 0 calc(100% - 20px); flex: 0 0 calc(100% - 20px); max-width: calc(100% - 20px);

}
