:root {
	--site-font: "Open Sans", sans-serif;
    --main-color: #18511B;
    --secound-color: #F49F2F;
	--gree-light: #5E7F67;
    --white-color: #ffffff;
    --black-color: #000000;
	--content-color: #555555;	
}
html{
	overflow-x: hidden;
}
body{
	font-family: var(--site-font);
}
.uagb-container-inner-blocks-wrap{
	width: 1080px !important;
	max-width: 80% !important;
}
.container{
	width: 80%;
	max-width: 1080px;
}

header{
	position: fixed;
	top: 0;
	z-index: 99;
}
header .site-top-bar{
	background: #2EA3F2;
	color: #fff;
}
header .site-top-bar ul{}
header .site-top-bar ul li{
	display: inline-block;
	margin-right: 13px;
}
header .site-top-bar ul li:last-child{
	margin-right: 0;
}
header .site-top-bar ul li a{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 7px 0 6px 0;
}
header .header-bottom{
	background: #006eaa;
	color: #fff;
	transition: 0.3s ease;
}
header .header-bottom .logo{
	margin: 5px 0 !important;
}
header .header-bottom .logo img{
	height: 65px;
	width: auto;
	transition: 0.3s ease;
}
header .header-bottom .search-btn {
	padding: 0;
	transform: rotate(90deg);
	margin: 30px 0 0 24px;
	cursor: pointer;
	font-size: 17px;
	transition: 0.3s ease;
	opacity: 1;
}
header .header-bottom .mm-btn{
	display: none;
	font-size: 22px;
    margin: 28px 0 0 24px;
	cursor: pointer;
}
header.fixed .header-bottom .search-btn{
	margin-top: 20px;
}
header .header-bottom .search-btn.click-hide{
	transition: 0.3s ease;
	opacity: 0;
}
header .site-menu-wrap{
	position: relative;
}
header .site-menu-wrap .over-hide{
	overflow: hidden;
}
header .site-menu-wrap.active-search .search-form{
	transition: 0.3s ease;
	transform: translateY(0%);
	opacity: 1;
    visibility: visible;
}
header .site-menu-wrap .search-form{
	transition: 0.3s ease;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-43%);
    opacity: 0;
    visibility: hidden;
}
header .site-menu-wrap .search-form form{
	height: 76px;	
	display: flex;
	align-items: center;
}
header .site-menu-wrap .search-form form ::placeholder{
	color: #fff;
}
header .site-menu-wrap .search-form form input{
	width: 100%;
	border: 0;
	color: #fff;
	background: transparent;
	border: 0;
	outline: none;
	box-shadow: none;
}
header .site-menu-wrap .search-form form .close-search{
	cursor: pointer;
}
header .site-menu-wrap.active-search .site-menu{
	transform: translateY(63%);
    opacity: 0;
    visibility: hidden;
	transition: 0.3s ease;
}
header .header-bottom .site-menu{
	position: relative;
	transform: translateY(0%);
	opacity: 1;
    visibility: visible;
	transition: 0.3s ease;
}
header .header-bottom .site-menu .menu-main-menu-container{
	float: left;
}
header .header-bottom .site-menu .menu-main-menu-container .menu{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
header .header-bottom .site-menu .menu-main-menu-container .menu > li{
	float: left;
	color: #efefef;
	font-size: 17px;
	font-weight: 600;
	padding-right: 22px;
}
header .header-bottom .site-menu .menu-main-menu-container .menu > li.menu-item-has-children a:after{
	font-family: 'FontAwesome';
	content: '\f107';
	font-size: 13px;
	margin-left: 6px;
}
header .header-bottom .site-menu .menu-main-menu-container .menu > li:last-child{
	padding-right: 0;
}
header .header-bottom .site-menu .menu-main-menu-container .menu > li > a{
	float: left;
	color: #efefef;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	height: 76px;
	line-height: 76px;
	transition: 0.3s ease;
}

header .header-bottom .site-menu .menu-main-menu-container .menu > li:hover ul{
	visibility: visible;
    opacity: 1;
	transition: 0.3s ease;
}
header .header-bottom .site-menu .menu-main-menu-container .menu > li ul{
	padding: 20px 0;
    z-index: 9999;
    width: 240px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transform: translateZ(0);
    text-align: left;
    position: absolute;
    top: 100%;
    list-style: none;
	transition: 0.3s ease;
}
header .header-bottom .site-menu .menu-main-menu-container .menu > li ul li{
	padding: 0 20px;
	margin: 0;
	color: rgba(0, 0, 0, 0.7);
	display: block;
}
header .header-bottom .site-menu .menu-main-menu-container .menu > li ul li a:after{
	display: none !important;
}
header .header-bottom .site-menu .menu-main-menu-container .menu > li ul li a{
	padding: 6px 20px;
	color: rgba(0, 0, 0, 0.7);
	text-decoration: none;
	display: block;
	width: 100%;
}
header .header-bottom .site-menu .menu-main-menu-container .menu > li ul li a:hover{
	background: rgba(0,0,0,.03);
	opacity: .7;
}


header.fixed .header-bottom{
	background: #fff;
	transition: 0.3s ease;
}
header.fixed .header-bottom .logo img{
	height: 45px;
	transition: 0.3s ease;
}
header.fixed .header-bottom .site-menu .menu-main-menu-container .menu > li > a{
	height: 55px;
	line-height: 55px;
	transition: 0.3s ease;
	font-size: 15px;
}


.site-wrap{
	padding-top: 107px;
}

figure{
	margin: 0 !important;
}



.progress-wrap{
	float: left;
	width: 100%;
}
.progress-wrap h3{
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}
.progress-wrap .p-bar{
	float: left;
	width: 100%;
	height: 50px;
	background-image: linear-gradient(180deg, #353535 0%, #3f3f3f 100%);
}
.progress-wrap .p-filled-bar{
	font-family: var(--site-font) !important;
	font-size: 24px;
	font-weight: 600 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	
}




.category-posts-wrapper{
	float: left;
	width: 100%;
	font-family: var(--site-font) !important;
}
.category-posts-wrapper .category-post-item{
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.category-posts-wrapper .category-post-item:last-child{
	margin-bottom: 0;
}
.category-posts-wrapper .category-post-item .post-title{
	float: left;
	width: 100%;
	color: #333;
	font-size: 26px;
	padding-bottom: 5px;
	line-height: 1em;
	font-weight: 500;
}
.category-posts-wrapper .category-post-item .post-title a{
	float: left;
	width: 100%;
	color: #333;
	font-size: 26px;
	text-decoration: none;
}
.category-posts-wrapper .category-post-item .post-meta{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #666;
}
.category-posts-wrapper .category-post-item .post-meta a{
	color: #666;
	text-decoration: none;
}
.category-posts-wrapper .category-post-item .post-excerpt{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #666;
}

.category-pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.category-pagination .page-numbers{
	width: 35px;
	height: 35px;
	border: solid 1px rgba(0,0,0,.18);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.category-pagination .page-numbers.current{
	background: #2EA3F2;
	color: #fff;
	border-color: #2EA3F2;
}
.category-pagination .page-numbers:hover{
	border-color: #2EA3F2;
}


.single-page{
	padding-top: 130px !important;
}
.single-page .main-title{
	font-size: 30px;
	color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 400;
	font-family: var(--site-font);
}
.single-page .post-meta{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #666;
}
.single-page .post-meta a{
	color: #666;
	text-decoration: none;
}
.single-page .p-content{
	font-family: Open Sans, Arial, sans-serif;
    color: #666;
}

.single-extra-section{
	position: relative;
	padding-left: 30px;
}
.single-extra-section:before{
	content: "";
	position: absolute;
	top: -80px;
	left: 0;
	bottom: 0;
	width: 1px;
	background-color: #e2e2e2;
}
.single-extra-section .single-search{
	margin-bottom: 30px;
}
.single-extra-section .single-search form{
	float: left;
	width: 100%;
}
.single-extra-section .single-search form div{
	float: left;
	width: 100%;
}
.single-extra-section .single-search form div input#s{
	padding: .7em 71px .7em .7em;
	height: 40px !important;
	margin: 0;
	font-size: 14px;
	line-height: normal !important;
	border: 1px solid #ddd;
	color: #666;
	width: 100%;
	background-color: #fff;
    border-radius: 3px;
	outline: none;	
}
.single-extra-section .single-search form #searchsubmit{
	background-color: #ddd;
	padding: .7em;
	height: 40px !important;
	margin: 0;
	font-size: 14px;
	line-height: normal !important;
	border: 1px solid #ddd;
	color: #666;
	position: absolute;
    right: 0;
    top: 0;
}
.single-extra-section h3{
	font-size: 18px;
	float: left;
	width: 100%;
	color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 400;
}
.single-extra-section ul{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
}
.single-extra-section ul li{
	float: left;
	width: 100%;
	text-decoration: none;
    color: #666;
	margin-bottom: .5em;
}
.single-extra-section ul li a{
	float: left;
	width: 100%;
	text-decoration: none;
    color: #666;
}
.single-extra-section ul li a:hover{
	color: #82c0c7;
}





.frm-fluent-form input{
	height: 50px !important;
	   -webkit-appearance: none;
    background-color: #eee !important;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 0 16px !important;
	border-radius: 0 !important;
		border: 0 !important;
}
.frm-fluent-form textarea{
	height: 50px !important;
	   -webkit-appearance: none;
    background-color: #eee !important;
    width: 100%;
	height: 150px !important;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
	resize: none !important;
    padding: 16px !important;
	border-radius: 0 !important;
		border: 0 !important;;
}
.frm-fluent-form .half{
	width: calc(50%  - 10px);
	float: left;
}
.frm-fluent-form .half.right{
	float: right;
}
.frm-fluent-form .ff-btn-submit{
	color: #0c71c3 !important;
    border-width: 2px !important;
    border-color: #0c71c3;
    border-radius: 10px;
    font-size: 20px;
	background: transparent !important;
}




@media (min-width: 992px) and (max-width: 1049px) {
	header{
		position: relative !important;
	}
	header .header-bottom .mm-btn{
		display: block;
		
	}
	header .site-menu-wrap{
		position: unset;
	}
	header .header-bottom .site-menu{
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		background: #006eaa;
		border-top: 3px solid #2ea3f2;
		right: 0;
		max-width: 80%;
		margin: auto;
		padding: 5%;
		transition: none !important;
	}
	header .header-bottom .site-menu .menu-main-menu-container,
	header .header-bottom .site-menu .menu-main-menu-container ul,
	header .header-bottom .site-menu .menu-main-menu-container ul li,
	header .header-bottom .site-menu .menu-main-menu-container ul li a{
		width: 100%;
	}
	header .header-bottom .site-menu .menu-main-menu-container ul li a{
		padding: 10px 5%;
		height: auto !important;
		line-height: normal !important;
	}
	header .header-bottom .site-menu .menu-main-menu-container ul li a:after{
		display: none;
	}
	header .header-bottom .site-menu .menu-main-menu-container ul li ul{
		display: block;
		padding-left: 5% !important;
		position: relative !important;
		opacity: 1 !important;
		visibility: visible !important;
		background: transparent !important;
		width: 100% !important;
		border: 0 !important;
		box-shadow: none !important;
		float: left;
	}
	header .header-bottom .site-menu .menu-main-menu-container .menu > li ul li,
	header .header-bottom .site-menu .menu-main-menu-container .menu > li ul li a{
		color: #fff;
	}
	
	.site-wrap{
		padding-top: 0 !important;
	}
}





@media (min-width: 768px) and (max-width: 991px) {
	header{
		position: relative !important;
	}
	header .header-bottom .mm-btn{
		display: block;
		
	}
	header .site-menu-wrap{
		position: unset;
	}
	header .header-bottom .site-menu{
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		background: #006eaa;
		border-top: 3px solid #2ea3f2;
		right: 0;
		max-width: 80%;
		margin: auto;
		padding: 5%;
		transition: none !important;
	}
	header .header-bottom .site-menu .menu-main-menu-container,
	header .header-bottom .site-menu .menu-main-menu-container ul,
	header .header-bottom .site-menu .menu-main-menu-container ul li,
	header .header-bottom .site-menu .menu-main-menu-container ul li a{
		width: 100%;
	}
	header .header-bottom .site-menu .menu-main-menu-container ul li a{
		padding: 10px 5%;
		height: auto !important;
		line-height: normal !important;
	}
	header .header-bottom .site-menu .menu-main-menu-container ul li a:after{
		display: none;
	}
	header .header-bottom .site-menu .menu-main-menu-container ul li ul{
		display: block;
		padding-left: 5% !important;
		position: relative !important;
		opacity: 1 !important;
		visibility: visible !important;
		background: transparent !important;
		width: 100% !important;
		border: 0 !important;
		box-shadow: none !important;
		float: left;
	}
	header .header-bottom .site-menu .menu-main-menu-container .menu > li ul li,
	header .header-bottom .site-menu .menu-main-menu-container .menu > li ul li a{
		color: #fff;
	}
	
	.site-wrap{
		padding-top: 0 !important;
	}
}



@media (min-width: 1px) and (max-width: 767px) {
	
	.container{
		width: 100% !important;
	}
	
	header{
		position: relative !important;
	}
	header .header-bottom .mm-btn{
		display: block;
		margin: 28px 0 28px 24px;
	}
	header .site-menu-wrap{
		position: unset;
	}
	header .header-bottom .site-menu{
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		background: #006eaa;
		border-top: 3px solid #2ea3f2;
		right: 0;
		max-width: 80%;
		margin: auto;
		padding: 5%;
		transition: none !important;
	}
	header .header-bottom .site-menu .menu-main-menu-container,
	header .header-bottom .site-menu .menu-main-menu-container ul,
	header .header-bottom .site-menu .menu-main-menu-container ul li,
	header .header-bottom .site-menu .menu-main-menu-container ul li a{
		width: 100%;
	}
	header .header-bottom .site-menu .menu-main-menu-container ul li a{
		padding: 10px 5%;
		height: auto !important;
		line-height: normal !important;
	}
	header .header-bottom .site-menu .menu-main-menu-container ul li a:after{
		display: none;
	}
	header .header-bottom .site-menu .menu-main-menu-container ul li ul{
		display: block;
		padding-left: 5% !important;
		position: relative !important;
		opacity: 1 !important;
		visibility: visible !important;
		background: transparent !important;
		width: 100% !important;
		border: 0 !important;
		box-shadow: none !important;
		float: left;
	}
	header .header-bottom .site-menu .menu-main-menu-container .menu > li ul li,
	header .header-bottom .site-menu .menu-main-menu-container .menu > li ul li a{
		color: #fff;
	}
	
	header .header-bottom .logo{
		margin: 24px 0 !important;
	}
	header .header-bottom .logo img{
		height: 30px;
	}
	
	.uagb-container-inner-blocks-wrap{
		max-width: 100% !important;
	}
	
	.site-wrap{
		padding-top: 0 !important;
	}
	
	.single-page{
		padding-top: 30px !important;
	}
	
	.single-extra-section{
		padding-left: 0 !important;
	}
	.single-extra-section:before{
		display: none !important;
	}
}