/*
	Theme Name: CorpoGreenAmp
	Theme URI: https://greenbdit.com/themes/Corpogreen/
	Version: 1.1
	Author: Abdul Hafiz Khasru
	Author URI: https://greenbdit.com/
	License: GNU General Public License v3 or later
	License URI: http://www.gnu.org/licenses/gpl-3.0.txt
	Text Domain: CorpoGreenAmp
	Requires at least: 5.3
	Description: CorpoGreenAmp Theme brings your site to standard AMP corporate and business theme.
	Tags: amp, amp-ready, corporate, business, news-portal, one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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 with others.
	
=====================
   table of content 
====================

1.   Typography
2.   Global Styles
3.   Header
4.   Main Menu
5.   Sidebar Menu
6.   Category
7.   Post Details
8.	 Widget Area
9.	 Pagination
11.  Footer

*/

/* Typography */
html, body{
    overflow-x: hidden;
    margin: 0;
		font-family: 'Lexend', sans-serif, "solaimanLipi";
		/*background: #efefef;*/
		--s: 56px;
    --c1: #f0efef;
    --c2: #f5f4f4;
    --_g: #0000, #dbc6c644 5%, var(--c2) 6% 14%, var(--c1) 16% 24%, var(--c2) 26% 34%, var(--c1) 36% 44%, var(--c2) 46% 54%, var(--c1) 56% 64%, var(--c2) 66% 74%, var(--c1) 76% 84%, #f3f3f3 86% 94%, #dedddd44 95%, #0000;
    background: radial-gradient(100% 50% at 100% 0, var(--_g)), radial-gradient(100% 50% at 0 50%, var(--_g)), radial-gradient(100% 50% at 100% 100%, var(--_g));
    background-size: var(--s) calc(2 * var(--s));
}
.container {
    /*width: 100%;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.content-bg {
	background: #fff;
}
@media only screen and (min-width: 1800px) {
    .container {
        width: 1150px;
    }
}
@media only screen and (min-width: 1300px) {
    .container {
        width: 1100px;
    }
}
@font-face {
    font-family: solaimanLipi;
    src: url(fonts/solaimanLipi.woff);   
}
@font-face {
    font-family: shonarb;
    src: url(fonts/shonarb.woff);   
}
/* Global Styles */
@media only screen and (max-width: 991px){
	.post-details {order: 1;}
	.content-sidebar {order: 2;}
	/*.top-news .top-news-img {order: 1;}
	.top-news .top-news-content {order: 2;}
	.top-news .top-news-extra1 {order: 3;}
	.top-news .top-news-extra2 {order: 4;}
	.top-news .top-news-sidebar {order: 5;}*/
}
h4, h5, h6, p {	
	font-family: 'Roboto', sans-serif, "solaimanLipi";
}
p {
	font-size: 16px;
	line-height: 25px;
}
a {
	text-decoration: none;
}
a.details {
	color: #464646;
}
a.details:hover {
	color: #28a745;
}
h1 {
    font-size: 40px;
    /* font-family: 'Roboto', sans-serif, "shonarb"; */
    margin: 0;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}
h2 {
    font-size: 25px;	
	/*font-family: 'Roboto', sans-serif, "shonarb";*/
	margin: 0;
	letter-spacing: 0.06rem;
}
h3 {
  font-size: 20px;
	/*font-family: 'Roboto', sans-serif, "shonarb";*/
	margin: 0;
	letter-spacing: 0.06rem;
}
h4 {
  font-size: 16px;
	margin: 10px;
}
h5 {
    font-size: 15px;
    margin: 10px;
}
h6 {
  font-size: 10px;
	margin: 10px;
}
body hr {
    background-color: #27378c;
}
body .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
body .btn-primary {
    background-color: #E5E5F7;
    opacity: 0.8;
    background: repeating-linear-gradient(325deg, #0024b9 0px, #005aff 15px, #1050ff 15px, #1889ff 30px, #068aff 30px, #0043ff 45px, #3575ff 45px, #0071ff 60px);
    border: none;
    padding: 5px 25px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
body .btn-primary::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 100%;    
    z-index: -1;
    transition: .4s;
}
body .btn-primary:hover::after {
    width: 100%;
    background-color: #ff4007;
    border-radius: 0.25rem;
}
body .btn-primary:hover {
  background: radial-gradient(circle at bottom left, transparent 25%, #ed1c24 1.5%, #ed1c2400 38%, #ed1c2400 45%, transparent 66%), radial-gradient(circle at top right, transparent 34%, #ed1c24 34.5%, #ed1c24 45.5%, ##ed1c2400 46%, #ed1c2400 100%);
  background-size: 10em 10em;
    opacity: 1;
  color: #fff;
  border-color: #0a58ca;
}



body .btn-secondary {
    background-color: #E5E5F7;
    opacity: 0.8;
    background: repeating-linear-gradient(325deg, #2d005e 0px, #7a00ff 15px, #8310ff 15px, #34006c 30px, #7d06ff 30px, #7a00ff 45px, #7a00ff 45px, #7a00ff 60px);
    border: none;
    padding: 5px 25px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
body .btn-secondary::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 100%;    
    z-index: -1;
    transition: .4s;
}
body .btn-secondary:hover::after {
    width: 100%;
    background-color: #ff4007;
    border-radius: 0.25rem;
}
body .btn-secondary:hover {
  background: radial-gradient(circle at bottom left, transparent 25%, #ed1c24 1.5%, #ed1c2400 38%, #ed1c2400 45%, transparent 66%), radial-gradient(circle at top right, transparent 34%, #ed1c24 34.5%, #ed1c24 45.5%, ##ed1c2400 46%, #ed1c2400 100%);
  background-size: 10em 10em;
    opacity: 1;
  color: #fff;
  border-color: #0a58ca;
}



body .btn-success {
    background-color: #008711;
    opacity: 0.8;
    background-image: repeating-radial-gradient(circle at 0 0, #00580b 0, #008510eb 29px), repeating-linear-gradient(#00520a55, #020202d1);
    border: none;
    padding: 5px 25px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    line-height: 32px;
    text-transform: uppercase;
}
body .btn-success::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 100%;    
    z-index: -1;
    transition: .4s;
}
body .btn-success:hover::after {
    width: 100%;
    background-color: #ff4007;
    border-radius: 0.25rem;
}
body .btn-success:hover {
  background: radial-gradient(circle at bottom left, transparent 25%, #004609 1.5%, #00460900 38%, #00460900 45%, transparent 66%), radial-gradient(circle at top right, transparent 34%, #004609 34.5%, #004609 45.5%, ##00460900 46%, #00460900 100%);
  background-size: 10em 10em;
    opacity: 1;
  color: #fff;
  border-color: #0a58ca;
}
body .btn-search {
    background-color: #27378c00 !important;
    border: none;
    padding: 5px 5px 5px 0;
    margin-bottom: 20px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: .5s ease;
    color: #a9a9a9;
}
.d-none {
	display: none !important;
}
.d-block {
	display: block !important;
}
.d-flex {
	display: flex !important;
}
.content img {
	transition: .5s ease;
}
.content img:hover {
	transform: scale(1.5);
}
.vertical-center {
  display: flex;
  align-items: center; /* Vertically centers children */
  justify-content: center; /* Optional: also centers horizontally */
  height: auto;
}
.box-wrapper {
	width: 100%;
	margin: 0 auto;
	background: transparent;
}
.box-wrapper-full {
	width: 95%;
	margin: 0 auto;
}
.content-wrapper {
	padding: 10px 13px;
}
.bg-color1 {
    background: radial-gradient(circle at bottom right, transparent 29%, #faa74f 31.5%, #c1600f00 54%, #f7ff0000 86%, transparent 69%), radial-gradient(circle at top left, transparent 27%, #ffbc74ba 23.5%, #ffecd7 56.5%, #f5c02000 226%, #ffffff00 52%);
    background-size: 169em 50em;
    opacity: 1;
    background-color: #ffdcb7 !important;
    background-repeat: no-repeat;
}
.bg-color2 {
    background: radial-gradient(circle at bottom left, transparent 12%, #c6e516 10.5%, #c1600f00 30%, #f7ff0000 70%, transparent 42%), radial-gradient(circle at top right, transparent 29%, #e2ff00 17.5%, #f0ff77 43.5%, #ffc10600 195%, #ef595900 52%);
    background-size: 60em 36em;
    opacity: 1;
    background-color: #fbff96 !important;
    background-repeat: no-repeat;
}
.bg-color3 {
    background: radial-gradient(circle at bottom left, transparent 12%, #009fbb 10.5%, #c1600f00 30%, #f7ff0000 70%, transparent 42%), radial-gradient(circle at top right, transparent 29%, #9fffdb 17.5%, #b8f3ff 43.5%, #ffc10600 195%, #ef595900 52%);
    background-size: 60em 36em;
    opacity: 1;
    background-color: #61f9dd !important;
    background-repeat: no-repeat;
}
.bg-color3 {
    background: radial-gradient(circle at bottom left, transparent 12%, #42dfff 10.5%, #c1600f00 30%, #f7ff0000 70%, transparent 42%), radial-gradient(circle at top right, transparent 29%, #91eeff 17.5%, #b8f3ff 43.5%, #ffc10600 195%, #ff474700 52%);
    background-size: 60em 36em;
    opacity: 1;
    background-color: #b8f3ff !important;
    background-repeat: no-repeat;
}
.bg-gray {
    background-color: #f1f6ff;
}
.bg-white {
    background-color: #fff;
}
.bg-RedOrange {
    background-color: #FF4500;
}
.bg-DarkOrange {
    background-color: #FF8C00;
}
.bg-GreenForest {
    background-color: #228B22;
}
.bg-DeepSkyBlue {
    background-color: #00BFFF;
}
.bg-MediumSlateBlue {
    background-color: #7B68EE;
}
.bg-MediumBlue {
    background-color: #0000CD;
}
.bg-warning {
    background: radial-gradient(circle at bottom left, transparent 25%, #a62d00 1.5%, #c1600f00 38%, #f7ff0000 45%, transparent 66%), radial-gradient(circle at top right, transparent 34%, #992e06 34.5%, #ff4500 45.5%, #ffc10600 46%, #ef595900 100%);
    background-size: 22em 10em;
    opacity: 1.35;
    background-color: #ed4000 !important;
    background-repeat: no-repeat;
}
.img-responsive {
	width: 100%;
	height: auto;	
}
a .img-style {
	/*border-radius: 5%;*/
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a .img-style:hover {
	width: 102%;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.col-md-12 {
	width: 100%;
	float: left;
	overflow: hidden;
}
.col-md-10 {
	width: 83.33333333%;
	float: left;
	overflow: hidden;
}
.col-md-9 {
	width: 75%;
	float: left;
	overflow: hidden;
}
.col-md-8 {
	width: 66.66666666%;
	float: left;
	overflow: hidden;
}
.col-md-7 {
	width: 58.33333333%;
	float: left;
	overflow: hidden;
}
.col-md-6 {
	width: 50%;
	float: left;
	overflow: hidden;
}
.col-md-5 {
	width: 41.66666666%;
	float: left;
	overflow: hidden;
}
.col-md-4 {
	width: 33.33333333%;
	float: left;
	overflow: hidden;
}
.col-md-3 {
	width: 25%;
	float: left;
	overflow: hidden;
}
.col-md-2 {
	width: 16.6666666%;
	float: left;
	overflow: hidden;
}
.col-md-1 {
	width: 8.33333333%;
	float: left;
	overflow: hidden;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
@media (min-width: 768px) {
	.col-md-3 {
	    flex: 0 0 auto;
	    width: 25%;
	}
	.col-md-4 {
	    flex: 0 0 auto;
	    width: 33.33333333%;
	}
	.col-md-6 {
	    flex: 0 0 auto;
	    width: 50%;	    
	}
}
.amp-sidebar {
    --story-page-vh: 1vh;
    position: fixed !important;
    top: 0;
    max-height: 100vh !important;
    height: 100vh;
    max-width: 45vw !important;
    background-color: #ffffff !important;
    min-width: 46px !important;
    outline: none;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    z-index: 2147483647;
    -webkit-overflow-scrolling: touch;
    will-change: transform;
}
.side-nav-top {
    padding: 0 20px 5px 20px;
    border-bottom: 1px solid #026c00;
    background: #026c00;
}
@media only screen and (max-width: 991px){
	.col-md-12, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
		position: relative;
		width: 100%;
		float: left;
		overflow: hidden;
	}	
	.col-6 {
		position: relative;
		width: 50%;
		float: left;
		display: flex;
	}
	.md-screen-mt {
		margin-top: 0;
	}
}
@media only screen and (max-width: 600px){
	.box-wrapper {
    	width: 95%;
	}
	.content-wrapper {
    	padding: 10px;
	}
}
.d-flex {
    display: flex;
    vertical-align: middle;
    justify-content: space-between;
}
.p-10 {
	padding: 10px !important;
}
.p-15 {
	padding: 15px !important;
}
.p-20 {
	padding: 20px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.pr-5 {
	padding-right: 5px !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.pl-5 {
	padding-left: 5px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pr-10 {
	padding-right: 10px !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pb-15 {
	padding-bottom: 15px !important;
}
.pr-15 {
	padding-right: 15px !important;
}
.pr-20 {
	padding-right: 20px !important;
}
.pl-15 {
	padding-left: 15px !important;
}
.pl-20 {
	padding-left: 20px !important;
}
.pl-25 {
	padding-left: 25px !important;
}
.pl-30 {
	padding-left: 30px !important;
}
.mx-2 {
	margin-right: 2px !important;
	margin-left: 2px !important;
}
.mx-3 {
	margin-right: 3px !important;
	margin-left: 3px !important;
}
.mx-5 {
	margin-right: 5px !important;
	margin-left: 5px !important;
}
.my-2 {
	margin-top: 2px !important;
	margin-bottom: 2px !important;
}
.my-3 {
	margin-top: 3px !important;
	margin-bottom: 3px !important;
}
.my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.border-light {
	border: 1px solid #00000047;
	border-radius: 5%;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.align-center {
	margin: 0 auto;
}
.content-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-flexbox {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.float-left {
	float: left;
	overflow: hidden;
}
.float-right {
	float: right;
	overflow: hidden;
}
.border-all {
	border: 1px solid #c8c7c7;
	border-image: linear-gradient(to right, #ffffff, #4e4e4e, #ffffff) 1 1;
}
.border-top {
	border-top: 1px solid #c8c7c7;
	border-image: linear-gradient(to right, #f3f0f0, #a7a7a7, #f3f0f0) 1 1;
}
.border-bottom {
	border-bottom: 1px solid #c8c7c7;
	border-image: linear-gradient(to right, #f3f0f0, #a7a7a7, #f3f0f0) 1 1;
}
.border-left {
	border-left: 1px solid #c8c7c7;
	border-image: linear-gradient(to top, #f3f0f0, #a7a7a7, #f3f0f0) 1 1;
}
.border-right: ; {
	border-right: 1px solid #c8c7c7;
	border-image: linear-gradient(to bottom, #f3f0f0, #a7a7a7, #f3f0f0) 1 1;
}
.main-logo .img-lg {
	width: 300px;
	height: 70px;
	opacity: 1;
	visibility: visible;
}
.lg-screen {
	display: block;
}
.md-screen {
	display: none;
}
.textcolor-primary {
	color: #464646;
	margin: 0;
}
.textcolor-secondary {
    color: #ff6900;
    margin: 0;
}
.textcolor-secondary:hover {
	color: #000;
}
@media only screen and (max-width: 600px){
	.sm-screen {
		display: block;
	}
}
@media only screen and (max-width: 991px){
	.lg-screen {
		display: none;
	}
	.md-screen {
		display: block;
	}
	.main-logo .img-md {
		min-width: 200px;
		height: 60px;
		opacity: 1;
		visibility: visible;
	}
	.main-logo .img-lg {
	    width: 260px;
	}
	.font-zoom-in-out ul {
	    margin: 0;
	    float: right;
	}
	.font-zoom-in-out ul li {
	    display: inline-block;
	    padding: 5px 8px;
	    border: 1px solid #c6c6c6;
	    cursor: pointer;
	}
	.font-zoom-in-out ul li:hover {
	    background: red;
	    color: #fff;
	    transition: .4s;
	}
}
/* Header */
.headerbar {
    background: #026c00;
    z-index: 1000;
}
.hamburger {
    cursor: pointer;
    color: #ffffff;
    border: 1px solid #F4511E;
    font-weight: bold;
    font-size: 30px;
    line-height: 13px;
    padding: 8px 7px 10px 7px;
    border-radius: 0 0 15px 15px;
    margin-top: 0;
    background: #F4511E;
    transition: all 1s ease;
    display: none;
}
.hamburger:hover {
	color: #ffab90;
	border: 1px solid #ffab90;
	font-weight: bold;
}
.close-sidebar {
    font-size: 1.5em;
    float: right;
    color: #fff;
    cursor: pointer;
    width: 30px;
    height: 24px;
    background: red;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    padding: 5px;
    margin: 13px 10px;
}
.close-sidebar:hover {
    background: #fff;
	color: red;
	transition: all 1s ease;
}
.header-search form {
    border: 1px solid #a99d9d00;
}
.header-search form input {
    /* border: 1px solid #a99d9d; */
    border: 1px solid #8b8b8b;
    height: 35px;
    padding: 5px 10px;
    width: 145px;
    transition: .5s ease;
}
.header-search form input:focus {    
    outline: none;
	box-shadow: none;
}
.header-search form .fa-search {
    border: 1px solid #8b8b8b00;
    height: 14px;
    padding: 9px 10px;
    background: #fff;
    cursor: pointer;
    margin-left: -1px;
    font-size: 15px;
    line-height: 13px;
}
.header-search form .fa-search:hover {
    color: green;
}
.fa-facebook-f{
	border-radius: 50%;
	font-size: 13px;
	transition: .3s;
    border: 1px solid #6a69698c;
    padding: 4px 7px;
    margin-bottom: 5px;
    color: #fff;
    background: #4267B2;
}
.fa-facebook-f:hover{    
    color: #4267B2 !important;
    background: #fff;
    border: 1px solid #4267B2;
    transition: .3s;
}
.fa-twitter{
	border-radius: 50%;
	font-size: 13px;
	transition: .3s;
    border: 1px solid #6a69698c;
    padding: 4px;
    margin-bottom: 5px;
    color: #fff;
    background: #00ACEE;
}
.fa-twitter:hover{    
    color: #00ACEE !important;
    background: #fff;
    border: 1px solid #00ACEE;
    transition: .3s;
}
.fa-youtube{
	border-radius: 50%;
	font-size: 13px;
	transition: .3s;
    border: 1px solid #6a69698c;
    padding: 4px;
    margin-bottom: 5px;
    color: #fff;
    background: #c4302b;
}
.fa-youtube:hover{
    color: #c4302b;
    background: #fff;
    border: 1px solid #c4302b;
    transition: .3s;
}
.fa-linkedin-in{
	border-radius: 50%;
	font-size: 13px;
	transition: .3s;
	border: 1px solid #6a69698c;
    padding: 4px;
    margin-bottom: 5px;
    color: #fff;
    background: #0e76a8;
}
.fa-linkedin-in:hover{
    color: #0e76a8;
    background: #fff;
    border: 1px solid #0e76a8;
    transition: .3s;
}
.fa-instagram{
	border-radius: 50%;
	font-size: 13px;
	transition: .3s;
    border: 1px solid #6a69698c;
    padding: 4px;
    margin-bottom: 5px;
    color: #fff;
    background: #8a3ab9;
}
.fa-instagram:hover{
    color: #8a3ab9;
    background: #fff;
    border: 1px solid #8a3ab9;
    transition: .3s;
}
.fa-telegram{
	border-radius: 50%;
	font-size: 13px;
	transition: .3s;
    border: 1px solid #6a69698c;
    padding: 4px;
    margin-bottom: 5px;
    color: #fff;
    background: #0088CC;
}
.fa-telegram:hover{
    color: #0088CC;
    background: #fff;
    border: 1px solid #0088CC;
    transition: .3s;
}
.fa-whatsapp{
	border-radius: 50%;
	font-size: 13px;
	transition: .3s;
    border: 1px solid #6a69698c;
    padding: 4px;
    margin-bottom: 5px;
    color: #fff;
    background: #25d366;
}
.fa-whatsapp:hover{
    color: #25d366 !important;
    background: #fff;
    border: 1px solid #25d366;
    transition: .3s;
}
.fa-facebook-messenger{
	border-radius: 50%;
	font-size: 13px;
	transition: .3s;
    border: 1px solid #6a69698c;
    padding: 4px;
    margin-bottom: 5px;
    color: #fff;
    background: linear-gradient(to right, #0072ff, #ff0073);
}
.fa-facebook-messenger:hover{
    color: #ff0073;
    background: #fff;
    border: 1px solid #0072ff;
    transition: .3s;
}
@media only screen and (max-width: 991px){
	.headerbar {
	position: fixed;
    width: 100%;
    top: 0px;
    z-index: 10000;
    display: inline-block;
    padding: 4px 0px;
	}
	.header-left {
		min-width: 50%;
	}
	.header-center {
		width: 15%;
	}
	.header-right {
		width: 35%;
		text-align: right;
	}
	.hamburger {
		display: block;
	}
	.container {
	    padding-right: 5px;
	    padding-left: 5px;
	}
}

/*Main Menu*/
.mainmenu {
    position: sticky;
	top: 0px;
	z-index: 111111;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	background-color: white;	
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.175);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.175);
}
.navbar {    
    padding-top: 0;
    padding-bottom: 0;
}
.mainmenu.navbar-expand-lg .navbar-collapse {
    display: block !important;
}
.mainmenu ul.nav-menu {
    margin: 0;
    padding-left: 0;
    background: #026c00;
}
.mainmenu ul.nav-menu > li {
    position: relative;
    height: 60px;
    float: left;
    padding: 0 15px;
    list-style: none;
}
.mainmenu ul.nav-menu > li > a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 35px;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.mainmenu ul.nav-menu > li > a:before {
    content:'';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 4px;
    background: #ffbf00;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;   
}
.mainmenu ul.nav-menu > li:hover > a:before,
.mainmenu ul.nav-menu > li.active > a:before {
    width:100%;
}
.mainmenu ul.nav-menu > li:hover > a,
.mainmenu ul.nav-menu > li.active > a {
    color: #ffbf00;
    opacity: 1;
}
.mainmenu ul.nav-menu > li.dropdown > a::after{
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: -16px;
    top: 36%;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffbf00;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    z-index: 5;
    transition: .3s;
}
.mainmenu ul.nav-menu > li.dropdown:hover > a::after {
    color: #ffbf00;
    transform: rotate(-180deg);
}
/*First Navigation Child */
.mainmenu ul.nav-menu > li > ul {
    position: absolute;
    left: -50%;
    top: 140%;
    width: 220px;
    padding: 0px;
    border-top: 4px solid #026c00;
    border-bottom: 4px solid #026c00;
    z-index: 100;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.mainmenu ul.nav-menu > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
    max-height: 300px;
}
.mainmenu ul.nav-menu > li > ul > li {
    position: relative;
    list-style: none;
    float: none;
    width: 100%;
    border-bottom: 1px solid #efefef;
}
.mainmenu ul.nav-menu > li > ul > li:last-child{
    border: none;    
}
.mainmenu ul.nav-menu > li > ul > li > a {
   position: relative;
	text-decoration: none;
	display: block;
	padding: 10px 15px 10px 30px;
	line-height: 15px;
	font-weight: normal;
	font-size: 14px;
	color: #3a3a3a;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.mainmenu ul.nav-menu > li > ul > li > a:before {
	content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 10px;    
    color: #026c00;
}
.mainmenu ul.nav-menu > li > ul > li:hover > a {
    color: #ffffff;
    background-color: #026c00;
}
.mainmenu ul.nav-menu > li > ul > li:hover > a:before {
    color: #ffffff;
}
/*Second Navigation Child */
.mainmenu ul.nav-menu > li > ul > li.dropdown > a:after{
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 10px;
    height: 20px;
    display: block;
    color: #026c00;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    z-index: 5;
    transition: .3s;
}
.mainmenu ul.nav-menu > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
    transform: rotate(90deg); 
}
.mainmenu ul.nav-menu > li > ul > li  > ul{
    position: absolute;
    right: 110%;
    top: -1px;
    width: 220px;
    padding: 0px;
    border-top: 4px solid #026c00;
    border-bottom: 4px solid #026c00;
    z-index: 100;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.mainmenu ul.nav-menu > li > ul > li:hover > ul {
    right: 100%;
    opacity: 1;
    visibility: visible; 
}
.mainmenu ul.nav-menu > li > ul > li  > ul > li {
    position: relative;
    list-style: none;
    float: none;
    width: 100%;
    border-bottom: 1px solid #efefef;
}
.mainmenu ul.nav-menu > li > ul > li  > ul > li:last-child {
    border:none;    
}
.mainmenu ul.nav-menu > li > ul > li  > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 15px 8px 30px;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #3a3a3a;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.mainmenu ul.nav-menu > li > ul > li  > ul > li > a:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 10px;    
    color: #026c00;
}
.mainmenu ul.nav-menu > li > ul > li  > ul > li:hover > a {
    color: #ffffff;
    background-color: #ff0000;
}
.mainmenu ul.nav-menu > li > ul > li  > ul > li:hover > a:before {
    color: #ffffff;
}
/*Sidebar Menu*/
amp-sidebar ul.side-menu {
	width: 300px;
	margin: 0;
	padding-left: 0;
}
amp-sidebar .side-menu .menu-item a, amp-sidebar .side-menu .menu-item h6 a {
    font-size: 16px;
    line-height: 30px;
    color: #026c00;
    font-weight: normal;
    padding-left: 15px;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
}
amp-sidebar ul.side-menu .i-amphtml-accordion-content .menu-item a {
    color: #464646;
    padding-left: 40px;
    width: 250px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
}
amp-sidebar ul.side-menu h6.i-amphtml-accordion-header::after {
    content: "\F067";
    font-family: 'Font Awesome 5 Free';
    color: #026c00;
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 30%;
    font-size: 13px;
    transform: rotate(360deg);
}
amp-sidebar ul.side-menu h6.i-amphtml-accordion-header[aria-expanded="true"]  {
    background: #026c0024;
    padding: 0;
}
amp-sidebar ul.side-menu h6.i-amphtml-accordion-header[aria-expanded="true"]::after {
    content: "\F068";
    font-family: 'Font Awesome 5 Free';
    color: #026c00;
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 39%;
    transform: rotate(360deg);
}
amp-sidebar .side-menu .i-amphtml-accordion-header {
    background-color: transparent;
    padding-right: 0;
    border: none;
}
amp-sidebar .menu-item {
	display: inline-block;
    width: 300px;
	border-bottom: 1px solid #026c0024;
    padding: 5px;    
}
amp-sidebar .menu-item:hover {
	background: #026c0024;
	transition: all 500ms ease;
}
/*
amp-sidebar .side-menu .menu-item:after,
amp-sidebar .side-menu .i-amphtml-element:after {
  content: '';
  width: 0px;
  height: 2px;
  display: block;  
  background: #026c00;
  transition: 500ms;
  cursor: pointer;
}
amp-sidebar .side-menu .menu-item:hover:after,
amp-sidebar .side-menu .i-amphtml-element:hover:after {
  width: 100%;
}
*/
amp-sidebar .side-menu .menu-item-object-category {
	display: block;
}
amp-sidebar .side-menu .i-amphtml-accordion-content a {
	padding-left: 15px;
	width: 100%;
	cursor: pointer;
}

/*Latest News*/
.latest-news {	
	margin: 0 10px;
}
.latest-news .latest-content {
	height: 400px; 
	overflow-y: scroll;
}

/* Category */
.cat-description {
	width: 80%;
	margin: 0 auto;	
}
.cat-description p {
	font-size: 20px !important;
	padding-left: 20px;
	position: relative;
}
.cat-description p:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5px;
	height: 100%;
	background: #ff0000;	

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.cat-description p:hover {
	color: #ff0000;
}
.cat-image {
	position: relative;
	text-align: center;
}
.cat-image img {
	width: 100%;
  	height: auto;
}
.cat-image h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0f6d37d9;
    padding: 15px 25px;
    color: #fff;
    -webkit-box-shadow: 0 10px 14px rgb(0 0 0 / 74%);
    box-shadow: 0 10px 14px rgb(0 0 0 / 74%);
    border-radius: 60px 10px;
    font-size: 25px;
    animation: moveAndReverse 10s linear infinite;
    /*animation: move-right 3s ease-in-out infinite alternate;*/
}
@keyframes moveAndReverse {
  0% { left: 10%; }                /* Start left */
  3.85% { left: calc(100% - 100px); } /* Move to right (5s out of 65s) */
  50.15% { left: calc(100% - 100px); }/* Pause at right */
  100% { left: 0; }              /* Reverse back to start */
}
/*@keyframes move-right {
  from {
    left: 10%;
  }
  to {
    left: calc(100% - 100px);
  }
}*/
.cat-header a {
	color: #ff0000;
	transition: all 1s ease;
}
.cat-header a:hover {
	color: #000;
}
.cat-header::after {
	content: "";
	display: block;
	height: 4px;
	width: 50px;
	background-color: #026c00;
	margin: 15px 0 0;
}
@keyframes moveAndReverse {
  0% { left: 10%; }                /* Start left */
  3.85% { left: calc(100% - 100px); } /* Move to right (5s out of 65s) */
  50.15% { left: calc(100% - 100px); }/* Pause at right */
  100% { left: 0; }              /* Reverse back to start */
}
.cat-header a:hover {
	color: #000;	
}
.cat-header::after {
	content: "";
	display: block;
	height: 4px;
	width: 50px;
	background-color: #F4511E;
	margin: 5px 0 0;
}
.sm-square-box {
    max-width: 100%;
    height: 225px;
}
.sm-square-box img {
	max-width: 100%;
    max-height: 150px;
}
.category-details p {
	font-size: 13px;
	color: #6c6b6b;
}
@media only screen and (max-width: 900px){
	.sm-square-box {
		max-width: 100%;
	    height: 220px;
	}
	.sm-square-box img {
		max-width: 100%;
	    max-height: 180px;
	}
}
@media only screen and (max-width: 700px){
	.cat-image h1 {
		font-size: 18px;
	}
	.sm-square-box {
		max-width: 100%;
	    height: 200px;
	}
	.sm-square-box img {
		max-width: 100%;
	    max-height: 160px;
	}
}
/* Post Details */
.breadcrumb {
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,.08);
}
.breadcrumb ul {
	display: inherit;
}
.breadcrumb ul li {
	padding: 5px 0;
	list-style: none;
	display: inline;
	min-width: 60px;
}
.breadcrumb ul li a {
	color: #6c6b6b;
	font-weight: bold;
}
.breadcrumb ul li a:hover {
	color: red;
}

.post-meta i {
	color: #807c7c;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  padding: 4px;
  background: #ffffff;
  font-size: 13px;
  cursor: pointer;
}
.post-meta i:hover {
	color: red;
	font-weight: bold;
}
.post-meta p {
    color: #807c7c;
    font-size: 15px !important;
    line-height: 18px !important;
    margin: 4px 0;
    padding: 0 15px;
}
.post-meta p a {
	color: #807c7c;
}
.post-details p {
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}
.featured-image-caption {
	border-bottom: 1px solid #c8c7c7;
	width: 100%;
	padding: 10px;
}
.post-zoom i {
    color: #ffffff;
    border: 1px solid #ff6900;
    border-radius: 50%;
    padding: 11px;
    background: #ff6900;
    font-size: 25px;
    cursor: pointer;
}
.post-zoom i:hover {
    color: #00ff2b;
    font-weight: bold;
}
.post-details h3 {
	color: #ff0000;
}
.post-details .post-content {
    padding: 30px 15px;
    text-align: justify;
    color: #262626;
    box-sizing: border-box;
}
.post-details .wp-block-quote {
    box-sizing: border-box;
    overflow-wrap: break-word;
    width: 100%;
}
.post-details .post-content h1 {
    font-size: 25px;
    color: #006ba1;
}
.post-details .post-content h2 {
    font-size: 22px;
    color: #006ba1;
}
.post-details .post-content h3 {
    font-size: 20px;
    color: #006ba1;
}
.post-details .post-content h4 {
    font-size: 18px;
    color: #006ba1;
}
.post-details .post-content ul li {
    font-size: 16px;
    line-height: 26px;
}
.post-details .post-content ul li::marker {
    font-size: 20px;
    color: #ff6900;
}
.post-details .tag-news h4 a {
	color: #807c7c;	
	font-size: 20px;
	padding: 10px 0 0 21px;
	position: relative;
	transition: all .5s ease;
}
.post-details .tag-news h4 a:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 14px;
	width: 5px;
	height: 20px;
	background: #ff0000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.post-details .tag-news h4 a:hover {
	color: #ff0000;
}
.post-details .tag-news h5 a {
	color: #807c7c;	
	font-size: 16px;
	padding: 10px 0 0 21px;
	position: relative;
	transition: all .5s ease;
}
.post-details .tag-news h5 a:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 10px;
	width: 5px;
	height: 20px;
	background: #ff0000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.post-details .tag-news h5 a:hover {
	color: #ff0000;
}
.post-extra-field {

}
.post-extra-field h4 {

}
.post-extra-field p {
    margin: 5px;
}
.post-extra-field i {
	
}
form.post-password-form p, form.post-password-form label, form.post-password-form input {
	font-size: 20px;
    line-height: 25px;
    color: red;
    font-weight: bold;
    text-align: center;
}
form.post-password-form input {
	height: 40px;
    border: 1px solid red;
}
.tag-news ul li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 14px;
	width: 5px;
	height: 20px;
	background: #ff0000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
@media print {
    body { background:white; color:black; margin:0; }
    .printable {display: block;}
    .non-printable { display:none; }
    .widget { display:none; }
    .mainmenu { display:none; }
    .header-left { opacity: 0; }
    .header-right { opacity: 0; }
    .col-md-9 { width: 100%; }
    .footer-wrapper p {color: #161716;}
    .breadcrumb { display:none; }
    .cat-header { display:none; }
    .tag-news { display:none; }
    .content-sidebar {display: none;}
    .post-details {width: 100%}
    .post-date {width: 100%}
}
/* Widget Area */
.widget {
	margin: 0;
    /*margin: 0 0 15px 0;*/
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #c8c7c7;
    border-image: linear-gradient(to right, #f3f0f0, #a7a7a7, #f3f0f0) 1 1;
}
.wp-block-image {
    margin: 0!important;
}
.widget table, .widget div {
	width: 100%;
	height: auto;
}
.widget h3 {
	color: #ff0000;
	margin-bottom: 15px;
    transition: all 1s ease;
}
.widget h3:hover {
	color: #000;
}
.widget h3::after {
    content: "";
    display: block;
    height: 4px;
    width: 50px;
    background-color: #F4511E;
    margin: 15px 0 0;
}
/*Pagination*/
.ts-pagination .page-numbers {
	color: #fff;
	background-color: #737373;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    line-height: 50px;
    transition: all .5s ease;
}
.ts-pagination .page-numbers:hover {
	color: #737373;
	background-color: #fff;
}
.ts-pagination .prev {
	visibility: hidden;
}
.ts-pagination .prev:after {
	visibility: visible;
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #f34444;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    transition: all .5s ease;
    font-size: 20px;
}
.ts-pagination .next {
	visibility: hidden;
}
.ts-pagination .next:before {
	visibility: visible;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #f34444;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    transition: all .5s ease;
    font-size: 20px;
}
.ts-pagination .page-numbers.current {
	color: #fff;
	background-color: #f34444;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.green-pagination li a,
.green-pagination li a:hover,
.green-pagination li.active a,
.green-pagination li.disabled {
    color: #fff;
    text-decoration:none;
} 
.green-pagination li {
    display: inline;
} 
.green-pagination li a,
.green-pagination li a:hover,
.green-pagination li.active a,
.green-pagination li.disabled {
    background-color: #737373;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
} 
.green-pagination li a:hover,
.green-pagination li.active a {
    background-color: #ff0000;
}

@media only screen and (max-width: 991px){
	.breadcrumb ul {
	    padding-left: 8px;
	}
	h1 {
		font-size: 35px;
	}
	.mainmenu {
		display: none;
	}	
	.post-meta ul.meta li a {
		font-size: 16px;
		line-height: 25px;
	}
	.post-meta ul.meta li a i {
		color: #fff;
		background: #807c7c;
		padding: 1px;
		border-radius: 25%;
	}
	.post-details p {
		font-size: 18px;
		line-height: 30px;
	}
	.pf-content {
		width: 95%;
	}
	.green-pagination li.prev-btn {
		display: block;
		margin-bottom: 35px;
	}
	.green-pagination li.next-btn {
		display: block;
		margin-top: 35px;
	}

	.ts-pagination .page-numbers {
	    padding: 8px;
	    line-height: 45px;
	}
	.ts-pagination .prev {
	    margin-left: -80px;
	}
	.ts-pagination .prev:after {
	    padding: 8px;
	    font-size: 15px;
	}
	.ts-pagination .next:before {
	    padding: 8px;
	    font-size: 15px;
	}
	.ts-pagination .page-numbers.current {
	    padding: 8px;
	    padding: 8px;
	}
}


/* GreenBD Text */
.greenbd-text {
    padding: 0 20px;
}
.greenbd-text h6 {
    color: #ff5200;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px 0;
    transition: .5s ease;
}
.greenbd-text h2 {
    font-size: 30px;
    font-weight: 404;
    margin-bottom: 20px;
    transition: .5s ease;
    text-transform: uppercase;
    color: #026c00;
}
.greenbd-text h3 {
    font-size: 22px;
    font-weight: 404;
    margin-bottom:0;
    transition: .5s ease;
}
.greenbd-text p {
    color: #686767;
    transition: .5s ease;
}
.greenbd-text strong {
    color: #ff5200;
}
.greenbd-text ul {
    list-style: none;
    padding-left: 0;
}
.greenbd-text ul li {
    padding: 5px 0;
    transition: .5s ease;
}
.greenbd-text ul li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 10px;
    color: #ff5200;
    display: inline;
}
.greenbd-text i {
    font-weight: 600;
    /*color: #ed1c24;*/
}
.greenbd-text h6:hover, .greenbd-text h2:hover, .greenbd-text h3:hover, .greenbd-text p:hover, .greenbd-text li:hover, .greenbd-text strong:hover {
	transform: translateY(-10px);
}
.fixed-slider-content {
    background-color: #fff;
    padding: 20px 10px;
    opacity: 85%;
    border-radius: 5%;
    margin: 40px 5px;
}
@media only screen and (max-width: 700px){
    .fixed-slider-content {
        background-color: #fff;
        padding: 20px 10px;
        opacity: 80%;
        border-radius: 5%;
        margin: 20px 5px;
    }
}
.price-box {
	border: 1px solid #ff450087;
	border-radius: 5%;
	padding: 10px;
}
.line-inactive {
	text-decoration: line-through red;
	cursor: not-allowed;
  	opacity: 0.4;
}
.price-box:hover {
    box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.75);
    transition: all 0.25s linear;
    transform: scale(1.06);
}
.price-header {    
    padding: 15px;
    color: #fff;
    border-radius: 5% 5% 0 0;
}
.price-header h2 {    
    font-size: 22px;
    font-weight: bold;
    padding: 5px 0;
}
.price-header h5 {    
    font-size: 17px;
    /*border-top: 1px solid #fff;*/
    padding: 5px 0;
}
.price-body {    
    padding: 15px;    
}

/*Services*/
.services-box-header {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px;
}
.services-box-header h2 {
    font-size: 30px;
    position: relative;
    color: #004609;
}
.services-box-header h2::after {
    content: '';
    position: absolute;
    left: 45%;
    bottom: -7px;
    height: 4px;
    background: #026c00;
    width: 10%;
}
.services-box-header p {
    font-size: 22px;
    text-align: center;
}
.services-box-1 {
    -webkit-box-shadow: -1px 7px 12px 2px #ababab;
    box-shadow: -1px 7px 12px 2px #ababab;
    margin: 15px;
    text-align: center;
    border-radius: 10px;
    height: 260px;
}
.services-box-1 img {
    width: 75px;
    height: auto;
    padding: 15px;
}
.services-box-1 h3 {
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
    color: #000000;
}
.services-box-1 p {
    padding: 20px;
    margin: 0;
    color: #000000;
    font-size: 18px !important;
    text-align: center;
}
.services-box-1:hover {
    background: #e7e7e7;
    transition: .5s ease;
}
/*Packages*/
.packages-box-header {
    padding: 10px;
    text-align: center;    
    margin: 20px;
}
.packages-box-header h2 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    color: #ff5200;
}
.packages-box-header h2::after {
    content: '';
    position: absolute;
    left: 45%;
    bottom: -7px;
    height: 4px;
    background: #ff5200;
    width: 10%;
}
.packages-box-header p {
    font-size: 18px;
    color: #026c00;
    text-align: justify;
}
.packages-box-1 {
    -webkit-box-shadow: -1px 7px 12px 2px #ababab;
    box-shadow: -1px 7px 12px 2px #ababab;
    margin: 15px;
    text-align: center;
    border-radius: 10px;
    height: 400px;
}
.packages-box-1 img {
    width: auto;
    height: 100px;
    padding: 15px;
}
.packages-box-1 h2 {
    text-transform: uppercase;
    font-size: 35px;
    margin: 0;
    color: var(--wp--preset--color--luminous-vivid-orange);
    padding: 10px 5px;
}
.packages-box-1 h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    color: #ffffff;
    background: #ff5200;
    padding: 15px 5px;
    border-radius: 10px 10px 0 0;
}
.packages-box-1 p {
    padding: 15px;
    margin: 0;
    color: #000000;
    font-size: 20px !important;
    text-align: center;
    line-height: 25px;
}
.packages-box-1:hover {
    background: #e7e7e7;
    transition: .5s ease;
}

/* Team Member */
.team-member {
    -webkit-box-shadow: -1px 7px 12px 2px #ababab;
    box-shadow: -1px 7px 12px 2px #ababab;
    margin: 15px;
    text-align: center;
    border-radius: 10px;
}
.team-member-header {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px;
}
.team-member-header h2 {
    font-size: 30px;
    position: relative;
    color: #004609;
}
.team-member-header h2::after {
    content: '';
    position: absolute;
    left: 45%;
    bottom: -7px;
    height: 4px;
    background: #026c00;
    width: 10%;
}
.team-member-header p, .team-member p {
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;
}
.team-member .member-image {
    position: relative;
}
.team-member .member-image img {
    width: 100%;
    height: 400px;
}
.team-member .member-social-profile {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.team-member .member-social-profile ul {
    text-align: center;
    padding-left: 0;
    margin-bottom: 25px;
}
.team-member .member-social-profile ul li {
    display: inline-block;
    transition: .5s ease-in-out;
    transform: translateY(45px);
    opacity: 0;
    visibility: hidden;
}
.team-member .member-image:hover .member-social-profile ul li {
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.team-member .member-image .member-social-profile ul li:nth-child(1) {
	transition-delay: .2s;
}
.team-member .member-image .member-social-profile ul li:nth-child(2) {
	transition-delay: .3s;
}
.team-member .member-image .member-social-profile ul li:nth-child(3) {
	transition-delay: .4s;
}
.team-member .member-image .member-social-profile ul li:nth-child(4) {
	transition-delay: .5s;
}
.team-member .member-social-profile ul li > a {
    display: block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #444;
    transition: .3s ease-in-out;
}
.team-member .member-social-profile ul li a:hover {
	background: red;
    color: #fff;
    transition: .3s ease-in-out;
}
.team-member .member-content h4 {
    color: var(--color-primary);
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 2px;
}
.team-member .member-content p {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    color: #4a4848;
}
/*FAQ*/
.faq-box {
    padding: 15px;
    width: 90%;
    margin: 0 auto;
}
.faq-box .faq-box-header {
    background: #ffaf42;
    padding: 15px;
    border: 1px solid #ffaf42;
    border-radius: 5px 5px 0 0;
    display: flex;
}
.faq-box .i-amphtml-accordion-header {
    background-color: #f9f6f2 !important;
    border: 1px solid #ffe4bf !important;
}
.faq-box amp-accordion>section[expanded]>:last-child {
    border-right: 1px solid #ffe4bf !important;
    border-left: 1px solid #ffe4bf !important;
}
.faq-box .faq-box-header img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 3px solid #2d7edb;
    border-radius: 25px;
}
.faq-box .faq-box-header h2 {
    font-size: 22px !important;
    color: #005bbb;
    line-height: 43px !important;
}
.faq-box .faq-box-body {
    border: 1px solid #d7d7d7;
}
.faq-box .faq-box-body h3 {
    color: #2d7ed9;
    font-size: 17px !important;
    padding: 15px 20px;
    background: transparent;
    letter-spacing: unset;
}
.faq-box .faq-box-body p {
    font-size: 15px !important;
    padding: 0 20px;
    line-height: 23px !important;
}

/*Footer*/
.footer-wrapper {
	background: #eff5f4;
	padding: 25px 0;
	margin-top: 8px;
}
.footer-wrapper img {
	width: 60%;
	height: auto;
}
.footer-wrapper p {
	color: #1e1e1e;
	font-size: 14px;
	line-height: 22px;
	padding: 0 20px;
	/*text-align: center;*/
}
.footer-wrapper a {
	color: #1e1e1e;
	font-size: 14px;
	line-height: 22px;
}
.footer-wrapper a:hover {
	color: #000;
	letter-spacing: 0.06rem;
}
.footer-wrapper ul {
    padding: 0 20px;
}
.footer-wrapper ul li {
	list-style: none;
}
.amp-carousel-button {
	display: none;
}



/* Scroll To Top */
:root {
  --color-primary: #005AF0;
  --color-secondary: #00DCC0;
  --color-text-light: #fff;
  --space-2: 1rem;
  --box-shadow-1: 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 1px -1px rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.scrollToTop {
  color: var(--color-text-light);
  font-size: 1.4em;
  box-shadow: var(--box-shadow-1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  outline: none;
  color: #F4511E;
  background-color: transparent;
  z-index: 9999;
  bottom: var(--space-2);
  right: var(--space-2);
  cursor: pointer;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
}
@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
.scrollToTop:hover {
  color: #fff;  
  background-color: #F4511E;
  text-decoration: none;
}
.target {
  position: relative;
}
.target-anchor {
  position: absolute;
  top: -72px;
  left: 0;
}
/* Slim Scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #026c00;
  /* background: rgba(255, 255, 255, 0.3); */
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
  background: #026c00;
}
:root{ /*Firefox*/
  scrollbar-color: #ffc107 !important;
  scrollbar-width: thin !important;
}