/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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 {
  text-align: center;
  line-height: 50px;
  color: #132e4c;
  margin-top: 40px;
  margin-bottom: 30px;
}
h2{
  margin-top: 45px;
  margin-bottom: 20px;
  line-height: 1.6;
    border-right: 5px solid #418eb2;
    margin-right: 10px;
    padding-right: 10px;
    border-radius: 5px;
}
div.else-line h2,
div.else-line h3,
h2.butan-heading,
h2.has-text-align-center,
div#quar-mag h2{
	border:none;
}
h3{
    margin-top: 30px;
    margin-bottom: 10px;
	line-height: 1.6;
	  	border-right: 5px solid #418eb2;
		margin-right: 10px;
		padding-right: 10px;
		border-radius: 5px;
}
h4{
    margin-top: 30px;
    margin-bottom: 5px;
	line-height: 1.6;
		border-right: 5px solid #418eb2;
		margin-right: 10px;
		padding-right: 10px;
		border-radius: 5px;

}
p.has-text-align-right{
  text-align: justify !important;
}
/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/*
end normalize css
*******************************************/
/*
=reset
*******************************************/
html{
    box-sizing: border-box;
}

*,
*:before,
*:after{
    box-sizing: inherit;
}

p , a , span , b{
    font-family: paragraph;
}
a{
  font-size: 20px;
}
p{
  font-size: 20px;
  line-height: 35px;
  margin: 0;
  padding: 0;
}

.article-content p,#article-page p{
	color:#565663;
}

h1,h2,h3,h4,h5,h6{
  font-family: headings;
}

.container{
    max-width: 540px;
    margin: 0 auto;
    padding: 0 1rem;
}
/***********************************************************************************************************
 =header 
 */
.desk-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu-item > a{
    text-decoration: none;
    padding-left: 1rem;
    color: #fff;
    font-size: 14px;
    line-height: 80px;
}

.menu-item > a:hover{
    color: #54849f;
    transition:.3s;
}
.mob-menu .menu-item > a{
    line-height: 57px;
}
/*desk nav child ^ style*/
#nav .menu-item-has-children > a:after {
    content: '\e805';
}
#nav .menu-item-has-children:hover > a:after {
    content: '\e80a';
}
#nav .menu-item-has-children > a:after, #nav .menu-item-has-children.active > a:after {
    font: 12px 'fontello';
    margin-right: 10px;
}
ul.mob-menu li.menu-item-has-children{position: relative;}
ul.mob-menu li.menu-item-has-children ul {position: absolute; top: 57px; left: 0;}
ul.mob-menu li.menu-item-has-children ul.sub-menu li{
  background-color: #092c40;
}
ul.sub-menu {
    display: none;
    list-style: none;
    background-color: #d2e4fc;
    position: absolute;
    top: 80px;
    position: absolute;
    width: 250px;
    padding: 0;
    border-radius: 0 0 5px 5px;
}
li:hover > ul.sub-menu{
  display: block;
}
.sub-menu li {
    border-bottom: 1px solid #eee;
}
.sub-menu li:last-child{
    border-bottom: none;
}
.sub-menu li a {
    color: #000;
    display: block;
    padding: 0;
    padding: 20px 15px;
    line-height: 10px;
}
.sub-menu li:hover{
  background-color:#418eb2;
  transition: 0.3s;
}
.sub-menu li:hover a{
  color: #fff;
  transition: 0.3s;}
.sub-menu a{
  color: #000;
}
.sub-menu a: hover{
  color: #fff;
}

/******************************
=desk-nav-child ^ style*/
ul.mob-menu li.menu-item-has-children > a:after {
    content: '\e805';
}
ul.mob-menu li.menu-item-has-children:hover > a:after {
    content: '\e80a';
}
ul.mob-menu li.menu-item-has-children > a:after, #nav .menu-item-has-children.active > a:after {
    font: 12px 'fontello';
    margin-right: 10px;
}
/********************************
 =mobile-menu 
 */
 .header-top{
	display: none;
}
 header{
    background-color: #fff;
    height: 5rem;
    position: relative;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}
.header-top-mobile{
      display: flex;
      justify-content:space-between;
      align-items: center;
      height: 5rem;
  }
a.desk-logo,
a.mob-logo{
    margin-top: 10px;
}
label.button {
    display: flex;
    flex-direction: column;
    width: 40px;
    cursor: pointer;
   margin-right: 10px;
}
input#check {
    display: none;
}
label.button span {
    background: #092942;
    border-radius: 10px;
    height: 4px;
    margin: 4px 0;
    transition: .4s cubic-bezier(.68,-.6,.32,1.6);
}
label.button span:nth-of-type(1) {
    width: 50%;
}
label.button span:nth-of-type(2) {
    width: 100%;
}
label.button span:nth-of-type(3) {
    width: 75%;
}
ul.mob-menu{
  
  list-style: none;
  margin: 17px 0 0 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  height: auto;
  width: 100vw;
  z-index: 3;
}
ul.mob-menu li{
  background-color: #3baed4;
    float: none;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #4fc2e8;
    line-height: 57px;
    font-size: 18px;
    listy-style: none;
}
ul.mob-menu li a{
  display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
}
ul.mob-menu li.current-menu-item a{
  color: #000;
}
/***************************
 =animation*/
label.button input[type="checkbox"]:checked ~ span:nth-of-type(1){
  transform-origin:bottom;
  transform:rotatez(45deg) translate(9px,12px)
}
label.button input[type="checkbox"]:checked ~ span:nth-of-type(2){ 
  transform-origin:top;
  transform:rotatez(-45deg)
}
 input[type="checkbox"]:checked ~ span:nth-of-type(3){
  
  transform-origin:bottom;
  width:50%;
  transform: translate(-13px,-20px) rotatez(45deg);
}
label.button input[type="checkbox"]:checked ~ ul.mob-menu{
    display: block !important;
    top: 64px;/*top: 0;*/
    height: 900px !important;
}

 /***********************************************************************************************************
 =footer
 */
 footer{
  background-color: #172536;
 }
.intro {
    width: 100%;
}
.contact-info{
  width: 100%;
}
.footer-menu{
  width: 100%;
}
.footer-block {
    margin-left: 1.5rem;
}
.footer-top-wrapper{
    display: flex;
    justify-content: space-between;
	flex-direction: column;
}
span.title {
    color: #9bb2c7;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    
}
.footer-content{
    font-size: 16px;
    line-height: 35px;
    color: #ddd!important;
    text-align: justify;
	margin-bottom: 20px;
}
a {
    color: #418eb2;
    text-decoration: none;
}
a:hover{
  color: #9bb2c7;
}
span.address {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-indent: 15px;
   
}
span.address p{
    text-indent: 0;
    padding-right: 15px;
    margin: 0;
}
.contact-line{
    color: #ddd;
    display: block;
    font-size: 16px;
    line-height: 35px;
    text-indent: 1rem;
}
.email-address{
    margin-bottom: 15px;
}
.icon-phone:before {
  content: "\e942";
}
.icon-email:before {
  content: "\e945";
}
.icon-address:before {
  content: "\e948";
}
.icon {
    float: right;
    color: #418eb2;
    margin-top: 5px;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 35px;
    padding-right: 1rem;
    width: auto;
}
ul.footer-menu a{
  font-size: 16px;
  line-height: 35px;
}
.footer-top-wrapper {
    padding-top: 60px;
}
.copyright{
  height: 35px;
}
.copyright p{
  text-align: center;
  direction: ltr;
  padding-left: 0;
  line-height: 35px;
  font-size: 16px;
  color: #888;
  border-top: 1px solid #888;
}
/*
=call & request*/
  html body div.bottom-widget-container {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
	bottom: 0;
    position: -webkit-sticky;
    position: sticky;
	background: rgba(0,0,0, .6);
    transition: opacity .25s ease;
	padding: 5px 0;
	
}
/*
=label-container*/
label.in-content {
    background-color: #d2e4fc !important;
}
  html body div.label-container {
    background-color:#fff;
	color: #000;
	border-radius:5px;
	width: 45%;
	
}
 .contact-btn{
	color: #fff;
    display: block;
	cursor: pointer;
    background: green !important;
    padding: 20px;
    border-radius: 3px;
    bottom: 0;
    position: sticky;
    position: -webkit-sticky;
    width: 45%;
	border: 1px dashed green;
	height: 50px;
	text-align: center;
}
.contact-button span {
	right: 5px;
    position: relative;
	font-size: 14px;
}
.pone a span{
	position: relative;
    top: -8px;
}
.pone a img{
	height: 30px;
	display: inline;
	vertical-align: middle;
	border: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	position: relative;
    top: -8px;
}
img.phone-img{
	height: 30px;
	display: inline;
	vertical-align: middle;
	border: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	position: relative;
    top: -10px;
}
  /* Other
   * =============================== */ 
img.modal-img {
    max-width: 250px;
    height: auto;
    float: left;
    
    border: 1px solid #888;
    border-radius: 5px;;
	margin-bottom: 15px;
  }
  .moodal-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .modal-content p{
    line-height: 24px;
    font-size: 18px;
	
  }
  ol.modal-phone{
    direction: rtl;
    text-align: right;
    font-weight: 600;
    line-height: 24px;
	padding: 0;
  }
    ol.modal-phone li{
	padding-bottom: 10px;
	list-style: square;
  }
  h2.modal-heding{
    color: #000;
	text-align: center;
	margin-top: 20px;
  }
   h2.modal-heding-call{
    color: red;
	text-align: center;
	margin-top: 0;
	border:none;
  }
  p.modal{
	  text-align: right;
	   color: #334863;
  }
  a.modal-phone{
    padding-top: 15px;
    padding-bottom: 7px;
    padding-left: 30px;
    border-radius: 5px;
  }
   a.modal-phone-box{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-radius: 5px;
  }
  a.modal-phone img{
    margin:0;
    position: relative;
    top: -4px;
	
  }

  label.contact-btn{
	  color: #fff;
	  display: block;
	  width: 45%;
    height: 50px;
}
/******************************
=label bottom the video*/
label.in-content-bottom-video{
      display: block;/*changed*/
}
/*end*/
.modal__close:after, .modal__close:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 1.5em;
    background: #f00;
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
}
.modal__close:before {
    transform: rotate(-45deg);
}
/******************************
=footer az file kili*/
html body div.pone a:first-child,
html body div.pone a:last-child{
display:none !important;
}
/*******************************
 =phone-form*/
.bottom-widget-container {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    background: rgba(0,0,0,.6);
    transition: opacity .25s ease;
    padding: 5px 0;
}
div.pone {
    color: #fff!important;
    padding: 20px;
    background-color: green;
    text-decoration: none;
    bottom: 0;
    display: block;
    border-radius: 3px;
    height: 50px;
    width: 45%;
}
div.pone a img {
    display: inline;
    vertical-align: middle;
    border: 0!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    position: relative;
    top: -8px;
}
.pone a span {
    position: relative;
    top: -8px;
}
label.in-content {
  display: flex;
  justify-content: center;
  background-color: #d2e4fc!important;
  position: unset;
  align-items: center;
    height: 50px;
    line-height: 5px;;
}
div.label-container {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    width: 45%;
}
.contact-button {
    color: green;
    display: block;
    cursor: pointer;
    background: #FFF!important;
    display: inline-block;
    padding: 20px 0;
    color: #888;
    border-radius: 3px;
    bottom: 0;
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    border: 1px dashed green;
    height: 50px;
}
.contact-button span {
    font-size: 14px;
	line-height: 7px;
	display: block;
	text-align: center;
}
.modal-state {
    display: none;
}
.modal-state:checked + .moodal {
    display: block;
  }
  
  .modal-state:checked + .moodal .modal__inner {
    top: 0;
  }
.moodal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0,0,0,.7);
    transition: opacity .25s ease;
    z-index: 2;
}
.modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.modal__inner {
    transition: top .25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 85%;
    margin: auto;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    padding: 1em 2em;
    height: 85%;
    background-color: #d2e3fc;
}
.moodal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.modal__close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}

h2.modal-heding {
    color: #000;
    text-align: center;
    margin-top: 20px;
	border: none;
}
html body .appointment input[type="text"],
 html body .appointment input[type="tel"], 
 html body .appointment textarea {
    width: 100%;
    paddin: ;
    padding: 0.6em;
}
html body .appointment .form-control {
    display: block;
    text-align: right;
    height: 34px;
    border: none;
    font-size: 14px;
    color: #000;
    line-height: 1.4;
    margin: 15px 0 0 0;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.appointment .form-control {
    display: block;
    text-align: right;
    height: 34px;
    border: none;
    font-size: 14px;
    color: #000;
    line-height: 1.4;
    margin: 15px 0 0 0;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
}
html body .appointment textarea {
    height: 76px!important;
}
.appointment .content .centr input[type="submit"] {
    display: inline-block;
    margin-top: 5px!important;
    margin-bottom: -15px!important;
    height: 47px;
    background-color: #d41818;
    border: none;
    font-weight: 700;
    font-size: 18px;
    padding: 10px auto;
}
.btn-primary {
    width: 100%;
    color: #fff !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    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: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
/***********************************************************************************************************
 =main
*/
/******************************************
=education-page(cat)*/
/*article section*/
main #quar-mag {
    display: flex;
    flex-direction: row;
    width: 100%;

}

main #articles-mag {
    width: 100%;
    margin-right: 0px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    flex-flow: row wrap;
}
main div#article-mag {
    width: 100%;
    margin-bottom: 10px;
}
main #article-mag div.article-content {
    width: 100%;
    overflow: hidden;
    height: 96%;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    padding: 20px 20px 0 20px;
    background-color: #fcfcfc;
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
main #article-mag div.article-content h2 {
    font-size: 18px !important;
	margin-top: 30px;
}
main #article-mag h2 a.post-title {
    display: inline-block;
    color: #000;
    font-weight: 900;
    line-height: 26px;
    letter-spacing: .3px;
    font-size: 22px;
    text-decoration: none;
}
main #article-mag p {
    color: #000;
    margin-bottom: 5px;
    text-align: justify;
}
main #article-mag div.article-content a.read-more {
    visibility: hidden;
}
main #article-mag a.read-more {
    color: blue;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}
/********************************
=pagination
*/
div#wp_pagenavi {
    margin-bottom: 40px;
    direction: ltr;
    text-align: right;
}
.wp-pagenavi {
    clear: both;
    /* margin: 0 auto; */
    text-align: center;
    direction: ltr;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background-color: #eee;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    padding: 10px 20px !important;
    margin: 2px;
    margin-left: 10px;
}
/*********************************
=mag category item styles
*/
div#articles-category {
    margin-bottom: 50px;
}
div.blog-content-category{
	margin-top: 20px;
	margin-top: 50px;
}
li.categories{list-style: none;}
li.categories ul li ul{list-style-image: url('images/sqpurple.gif');padding-left:0; margin-left:0;}
li.categories ul{
  list-style:none;
  margin: 0;
  padding: 0;
  /*background-color: #ccc;*/
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin-top: 0px;
  
}
li.categories ul.children{
	display: none;
}
li.categories ul li.cat-item{
  margin: 0;
  padding: 0; 
  width: 100%; 
  text-align: center;
  margin-bottom:10px
}
li.categories ul li.cat-item-56{
  background-color: #334863;  
}
li.categories ul li.cat-item-60{
  background-color: #ffba48;  
}
li.categories ul li.cat-item-57{
  background-color: #e65b5b;  
}
li.categories ul li.cat-item-55{
  background-color: #ffba48; 
}
li.categories ul li.cat-item-58{
  background-color:  #e65b5b;   
}
li.categories ul li.cat-item-59{
  background-color: #334863;    
}
li.categories ul li.cat-item a{
  text-decoration: none;
  color: #fff;  
  font-size: 18px;
  line-height: 30px;
  display: block;
  padding:10px 10px;
  cursor: pointer;
}