@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box
}
@font-face {
  font-family: 'CircularStd-Book';
  src:url('/wp-content/themes/custom/fonts/FontsFree-Net-Circular-Std-Book.woff') format('woff'),
        url('/wp-content/themes/custom/fonts/FontsFree-Net-Circular-Std-Book.woff2') format('woff2'),
        url('/wp-content/themes/custom/fonts/FontsFree-Net-Circular-Std-Book.svg#FontsFree-Net-Circular-Std-Book') format('svg'),
        url('/wp-content/themes/custom/fonts/FontsFree-Net-Circular-Std-Book.eot'),
        url('/wp-content/themes/custom/fonts/FontsFree-Net-Circular-Std-Book.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/custom/fonts/FontsFree-Net-Circular-Std-Book.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
    font-size: 14px;
    color: #3f4046;
    background-color: white; /*#f7f7f8*/
    font-style: normal;
    line-height: 22px;
	overflow-x: hidden;
    font-family: CircularStd-Book;
}
h1{
    font-family: 'DM Serif Display', serif;
}
h2,h3,h4,h5{
    font-family: 'DM Serif Display', serif;
    font-size: 2rem;
	/*font-weight: normal;*/
	font-weight: 600;
}
element.style {
}

a:link,
a:visited,
a:active {
    color: #4374b7;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}
summary {
    cursor: pointer;
    transition: ease all 1s;
    border-top: 1px solid;
    padding: 2% 0;
}
summary:last-child{
    border-bottom: 1px solid;
}
input,
textarea {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #3f4046
}
.header-menu li a:hover>.sub-menu {
    display: flex;
}
.header-menu li, .sub-menu li{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header-menu li a:hover, .sub-menu li a:hover{
	text-decoration: underline;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul#menu-main-menu {
    display: flex;
}
.header-menu li:target, .header-menu li:visited, .header-menu li:active, .header-menu li:focus, .header-menu li:hover{
	background: none
}
.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 200px;
    top: 47px;
    padding: 2% 0;
    color: #fff;
    margin: 0;
    z-index: 999;
    border-radius: 5px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.stat-img {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -10%;
	max-width: 800px;
}

.stat-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.header-menu .sub-menu li a {
    font-size: 0.8rem;
    font-weight: 400;
}

.header {
    display: flex;
    height: 72px;
    background-color: #f7f7f8;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    box-shadow: 0 0 5px gray;
}

.header .body {
    display: block;
    margin: 0 auto;
    max-width: 1170px
}

.header-menu {
    display: inline;
    list-style-type: none
}
.body.items-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header-menu li {
    padding: 0;
    font-size: 1rem;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header-menu li a {
    display: inline-block;
    color: #181a1b;
    padding: 18px 0;
    margin-right: 46px;
    text-decoration: none;
}
.btn a {
    color: #ffffff;
    text-decoration: none;
    padding: 12px;
    font-size: 1rem;
    border-radius: 10px;
    background: #22b14c;
    font-family: Arial;
}
.btn a:hover{
    background-color: #399654;
}
.over {
    overflow-x: scroll;
}
.header .body ul li:last-child a {
    margin-right: 0
}

.header .body ul li a:hover,
.header .body ul li.active a {
    color: #050505;
}


.header .body a.menu {
    display: none
}

.page {
    display: block;
    margin-top: 73px;
}
.title-info {
    background: #00143d;
    color: #fff;
    height: 280px;
    text-align: center;
}

.title-info h1 {
    padding-top: 4%;
    font-size: 2.5rem;
    max-width: 800px;
    margin: 0 auto;
}
.logo {
    display: flex;
}
.page .body {
    display: block;
    margin: 0 auto;
}

.page .body ul.breadcrumbs {
    list-style-type: none;
    font-size: 13px;
    margin: 30px 0 32px 0
}

.page .body ul.breadcrumbs li {
    display: inline;
    color: #262525
}

.page .body ul.breadcrumbs li a {
    display: inline-block;
    color: #7b7b7d;
    text-decoration: none
}

.page .body ul.breadcrumbs li a:after {
    content: ">";
    color: #262525;
    margin: 0 7px 0 9px
}
td {
    border: 1px solid;
    padding: 4px;
}
th {
    border: 1px solid;
	background-color: #DCDCDC;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.page .body .sidebar {
    width: 270px;
    float: right;
    padding-bottom: 30px
}
.posts .postcontent h3 {
    font-size: 24px;
    font-weight: 800;
}




.page .body .posts {
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}

.page .body .posts .comments {
    margin-top: 53px
}

.page .body .posts .comments:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d7e2ec;
}

.page .body .posts .comments ul {
    display: block;
    list-style-type: none
}

.page .body .posts .comments ul li ul {
    margin-top: 22px
}

.page .body .posts .comments ul li {
    display: block;
    border-top: 1px solid #ecf1f7;
    padding-top: 17px;
    margin: 2px 0 22px 0
}

.page .body .posts .comments ul li ul li {
    margin-left: 35px
}

.page .body .posts .comments ul li img {
    float: left;
    margin: 0 20px 0 0;
    border: 0
}

.page .body .posts .comments ul li .date {
    display: inline-block;
    font-size: 13px;
    color: #a8bbda
}

.page .body .posts .comments ul li .replay {
    color: #4374b7;
    font-size: 13px
}

.page .body .posts .comments ul li .comment {
    margin-top: 13px
}

.page .body .posts .comments form {
    display: block;
    border-top: 1px solid #ecf1f7;
    margin-top: 3px;
    padding: 28px 0 0 0
}

.page .body .posts .comments li form {
    border: 0
}

.page .body .posts .comments form h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 28px
}

.page .body .posts .comments form input {
    display: inline-block;
    width: 227px;
    height: 38px;
    padding: 0 10px 0 24px;
    background-color: #f0f3f8;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 14px 14px 0
}

.page .body .posts .comments form textarea {
    display: inline-block;
    width: 100%;
    height: 140px;
    padding: 19px 10px 0 24px;
    background-color: #f0f3f8;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 14px 14px 0;
    resize: none
}

.page .body .posts .comments form input[type=submit] {
    cursor: pointer;
    width: 229px;
    height: 40px;
    border: 0;
    text-align: center;
    padding: 0;
    color: white;
    background-color: #4374b7
}

.page .body .posts .post {
    float: left;
    width: 100%;
    padding: 40px 0 40px 0;
    border-bottom: 2px solid #d7e2ec
}

.page .body .posts .post img {
    float: left;
    margin-right: 30px;
    border: 0
}

.page .body .posts .post .h2 {
    font-size: 24px;
    color: #252c33;
    font-weight: 500;
}

.page .body .posts .post a {
    color: #252c33;
    text-decoration: none
}


.page .body .posts .post .meta div span {
    color: #a8bbda
}

.page .body .pagination {
    float: left;
    width: 100%;
    padding-top: 33px;
    text-align: center
}

.page .body .pagination a,
.page .body .pagination span {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #4374b7;
    color: white;
    text-decoration: none;
    font-weight: 700;
    margin: 0 5px 0 5px
}

.page .body .pagination span,
.page .body .pagination a:hover {
    background-color: #d7e2ec
}

.description {
    display: block;
    padding: 35px 0 36px 0;
    background-color: white;
    border-bottom: 1px solid #ecf1f7
}

.description .body {
    display: block;
    margin: 0 auto;
    max-width: 1170px
}

.posts .postcontent {
    padding: 32px 0 0 0;
    font-size: 16px;
    line-height: 27px
}
#menu__toggle {
opacity: 0;
}
#menu__toggle:checked~.menu__btn>span {
transform: rotate(45deg);
}
#menu__toggle:checked~.menu__btn>span::before {
top: 0;
transform: rotate(0);
}
#menu__toggle:checked~.menu__btn>span::after {
top: 0;
transform: rotate(90deg);
}
.menu-mob {
    display: none;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 32px;
    border: 1px solid;
    height: 32px;
}
.menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 21%;
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 1;
    left: 21%;
}
ul.footer-menu li {
    list-style: none;
    display: flex;
    width: 100%;
    margin: 4% 0;
}

ul.footer-menu {
    width: 35%;
    border-top: 1px solid;
}
.menu__btn>span, .menu__btn>span::before, .menu__btn>span::after {
display: block;
position: absolute;
width: 100%;
height: 2px;
background-color: #686868;
transition-duration: .25s;
}
.menu__btn>span::before {
content: '';
top: -8px;
}
.menu__btn>span::after {
content: '';
top: 8px;
}
.posts .postcontent .share {
    display: flex;
}

.posts .postcontent .share .pluso {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.description {
    font-size: 16px;
    line-height: 27px
}

.description .body p, .posts .postcontent p {
    padding: 1.5% 0;
    font-size: 18px;
    line-height: 1.75;
}

.description .body ul,
.description .body ol,
.posts .postcontent ul,
.posts .postcontent ol {
    padding: 1.5% 0;
    list-style-type: none
}

.description .body ul li,
.posts .postcontent ul li {
    margin: 0 0 8px 25px
}

.description .body ol,
.posts .postcontent ol {
    counter-reset: myCounter
}

.description .body ol li,
.posts .postcontent ol li {
    margin: 0 0 8px 25px
}

.description .body ol li:before,
.posts .postcontent ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background-color: #4374b7;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    font-size: 15px
}

.description .body ul li:before,
.posts .postcontent ul li:before {
    content: "";
    display: inline-block;
    background-color: #4374b7;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    margin-right: 15px;
    vertical-align: middle
}

.description .body h1,
.posts .postcontent h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding: 11px 0 24px 0
}

.description .body h2,
.posts .postcontent h2,
.posts .comments .title {
    font-size: 2rem;
    padding: 2% 0 1% 0;
}

.description .body h3,
.posts .postcontent h3,
.posts .comments form .title {
    font-weight: 500;
    padding: 2% 0 1% 0;
}

.description .body h4,
.posts .postcontent h4 {
    font-size: 1.7rem;
    font-weight: 500;
    padding: 2% 0 1% 0;
}

.description .body h5,
.posts .postcontent h5 {
    font-size: 14px;
    font-weight: 400;
    padding: 2% 0 1% 0;
}

.description .body h6,
.posts .postcontent h6 {
    font-size: 12px;
    font-weight: 400;
    padding: 2% 0 1% 0;
}

.posts .postcontent img {
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 10px;
}

.posts .postcontent iframe {
    width: 100%!important;
    height: 444px!important
}

.page .body .posts .postcontent .post {
    margin: 0;
    padding: 0;
    border: 0
}

.page .body .posts .postcontent .post .meta {
    margin: 0 0 24px 0
}

.posts .postcontent img.aligncenter {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px
}

.posts .postcontent img.alignleft {
    float: left
}

.posts .postcontent img.alignright {
    float: right
}

.footer {
    display: block;
    margin-top: 5%;
}

.footer .body {
    display: flex;
    margin: 0 auto;
    max-width: 1170px;
    color: #1f1f1f;
    font-weight: 500;
    justify-content: space-between;
}
.div {
    margin: 6% auto;
    width: 100%;
    text-align: center;
}

.footer .body div a {
    color: #222222;
    margin: 0 10px 0 10px;
}
.footer-text {
    width: 35%;
    border-top: 1px solid;
    padding-top: 1%;
}
@media screen and (max-width:1169px) {
    .header .body,
    .page .body,
    .footer .body,
    .page .body .posts,
    .description .body {
        max-width: 768px
    }
    .header-menu {
     display: none; 
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
	z-index: 9999;
}
.body.items-1{
    position: relative;
}
    .header-menu li {
    display: flex;
    position: relative;
    z-index: 2;
    padding: 0px 0 3px 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
ul#menu-main-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
}
    .menu-mob{
        display: block;
    }
   .header-menu li a {
    height: 55px;
    margin: 0;
    padding: 0 0 0 14px;
    line-height: 55px;
}
.sub-menu {
    position: relative;
    display: flex;
    padding: 0;
    background: none;
    align-items: center;
    top: 0;
}

    .header .body a.menu {
        display: block;
        width: 73px;
        height: 77px;
        float: left;
        position: relative
    }
    .header .body a.menu span {
        display: block;
        position: absolute;
        left: 15px;
        top: 36px;
        width: 43px;
        height: 5px;
        border-radius: 2px;
        background-color: white
    }
    .header .body a.menu span:first-child {
        top: 22px
    }
    .header .body a.menu span:last-child {
        top: 50px
    }
    .header .body a.menu.active {
        background-color: #373e46
    }
    .header .body a.menu.active span {
        background-color: #adb9d2
    }
    .page .body ul.breadcrumbs {
        margin: 22px 0 24px 15px
    }
    .page .body .posts {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 16px
    }
    .page .body .posts .post h3 {
        font-size: 22px
    }

    .description .body h1,
    .posts .postcontent h1 {
        font-size: 30px;
        line-height: 32px;
        font-weight: 700;
        padding: 11px 0 24px 0
    }
    .description .body h2,
    .posts .postcontent h2,
	.posts .comments .title {
        font-size: 22px;
        padding: 11px 0 24px 0
    }
    .description .body h3,
    .posts .postcontent h3,
	.posts .comments form .title {
        font-size: 18px;
        font-weight: 500;
        padding: 11px 0 24px 0
    }
	.sidebar-img {
    width: 236px;
    display: inline-block;
    margin: 15px -3px 15px 15px;
    background-position: 213px center;
}
}
@media(max-width: 1080px){
	.header .body, .page .body, .footer .body, .page .body .posts, .description .body{
		width: 100%!important;
		max-width: 100%!important;
	}
	.page .body .post, .page .body .sidebar{
		width: 100%!important;
	}
	.header .body ul {
    background: none;
    left: 0;
    margin: 0;
    width: 100%;
    flex-direction: column;
}
	.page .body .posts .post:hover img{
	transform: none;
	transition: none;
}
		.stat-img img {
    width: 90%;
    height: 100%;
}
}
@media(min-width: 1080px){
	.page .body .posts .post:hover{
	border-bottom: 2px solid #4374b7;
	transition: .7s ease all;
}
.page .body .posts .post{
	cursor: pointer;
}


.page .body .posts .post:hover img{
	transform: scale(1.12);
	transition: 1s ease all;
}
.page .body .posts .post:not(:hover) img{
	transition: .3s ease all;
}
}
@media screen and (max-width:767px) {
	.page .body .posts .post img{
		width: 100%;
	}
    
.header .body ul li .sub-menu li a {
    padding: 2% 7%;
}
    .footer-text {
    width: 95%;
}
ul.footer-menu {
    width: 90%;
}
    .title-info {
    background: #00143d;
    color: #fff;
    height: 200px;
    text-align: center;
    padding: 1% 2%;
}

.title-info h1 {
    padding-top: 10%;
    font-size: 2rem;
    line-height: normal;
}
.footer-body.body {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
	
	.header .body form input{
		width: 0;
		transition: ease all 1s;
	}
	.body.items-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2%;
}
    .header {
        height: 70px
    }

	.header .body ul li a {
    color: #000;
    width: 100%;
}
    .header .body a.menu {
        display: block;
        width: 73px;
        height: 77px;
        float: left;
        position: relative
    }
    .header .body a.menu span {
        display: block;
        position: absolute;
        left: 15px;
        top: 26px;
        width: 31px;
        height: 4px;
        border-radius: 2px;
        background-color: white
    }
    .header .body a.menu span:first-child {
        top: 16px
    }
    .header .body a.menu span:last-child {
        top: 36px
    }
    .header .body a.menu {
        height: 57px;
        width: 61px
    }
	.page .body .posts .post .h2 {
    font-size: 18px;
}
    .header .body ul li a {
        padding-left: 15px;
    }
    .page .body .posts .post {
        padding: 20px 0 0 0
    }
    .page .body .posts .post img {
        max-width: 100%;
        margin: 0 0 27px 0
    }
    .page .body .posts .post p,
    .page .body .sidebar .list a.mobile {
        display: none
    }
    .page .body .sidebar {
        width: 320px
    }
    .page .body .sidebar .list a {
        width: 100%;
        background-position: 252px center
    }
    .page .body .sidebar .list .show {
        display: block;
        margin: 0 auto;
        width: 178px;
        height: 38px;
        background-color: #f0f3f8;
        border: 1px solid #edf1f5;
        border-radius: 3px;
        text-align: center;
        line-height: 38px;
        font-size: 13px;
        cursor: pointer
    }
    .page .body .sidebar .groups a {
        width: 100%;
        margin: 15px 0 0 0;
        background-position: 256px
    }
    .page .body .sidebar .groups {
        margin-bottom: 15px
    }
    .description .body ul li,
    .posts .postcontent ul li {
        margin-left: 15px
    }
    .description .body ol li,
    .posts .postcontent ol li {
        margin-left: 0
    }
    .posts .postcontent iframe {
        width: 100%!important;
        height: 215px!important
    }
    .posts .postcontent .share .pluso {
        margin-left: 0
    }
    .footer {
    height: auto;
    line-height: 36px;
    text-align: center;
    padding: 15px 0 10px 0;
    background: #fff;
}
    .footer .body div {
        float: none;
        display: block;
        margin: 0 auto
    }
    .description .body h1,
    .posts .postcontent h1 {
        font-size: 26px;
        line-height: 26px;
        font-weight: 700;
        padding: 11px 0 24px 0
    }
    .description .body h2,
    .posts .postcontent h2,
	.posts .comments form .title {
        font-size: 20px;
        padding: 11px 0 24px 0
    }
    .description .body h3,
    .posts .postcontent h3,
	.posts .comments form .title {
        font-size: 16px;
        font-weight: 500;
        padding: 11px 0 24px 0
    }
    .posts .postcontent .share {
        font-size: 14px
    }
	
}

		.subscribe{
			display: none;
			position: fixed;
		    left: 35%;
		    right: auto;
		    top: 37%;
		    box-shadow: 0 0 20px rgba(0,0,0,0.6);
		    border-radius: 10px;
		    width: 396px;
		    text-align: center;
		    padding: 20px;
		    background: linear-gradient(to right, #9dd9e3, #4374b7);
		    color: white;
		}
		.subscribe p{
			margin: 5%;
		}
		.subscribe h2{
			margin-top: 0;
			margin-bottom: 2%;
			}
		.subscribe button {
		    width: 74%;
		    padding: 2%;
		    background: #bce6ff;
		    border-radius: 5px;
		    background-color: white;
		}
		.subscribe span{
    position: absolute;
    top: 0;
    right: 12px;
    transform: rotate(45deg);
    cursor: pointer;
}
		.subscribe input {
   			width: 74%;
    			padding: 2%;
    			border-radius: 5px;
    			margin-bottom: 2%;
		}
		.subscribe input:hover, .subscribe button:hover{
			box-shadow: 0 0 5px rgba(0,0,0,.6);
		}
		.subscribe form{
			display: flex;
		    flex-direction: column;
		    justify-content: center;
		    align-items: center;
		}

@media(max-width: 768px){
	.subscribe {
    left: 25%;
	}
}
@media(max-width: 600px){
	.subscribe {
    left: 0;
		right: 0;
		width: 100%;
	}
}

.over {
    overflow-x: scroll;
}
