/*! 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: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}
/***********************************************************************************************************
 =header 
 */
header{
    background-color: #092c40;
    position: relative;

}

.header-top{
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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-mobile{
  display: none;/*changed*/
 }
a.desk-logo,
a.mob-logo{
    margin-top: 10px;
}
 /***********************************************************************************************************
 =footer
 */
 footer{
  background-color: #172536;
 }
.intro {
    width: 40%;
}
.contact-info{
  width: 40%;
}
.footer-menu{
  width: 20%;
}
.footer-block {
    margin-left: 1.5rem;
}
.footer-top-wrapper{
    display: flex;
    justify-content: space-between;
}
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;
}
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;
}
/*******************************************
=footer phone-form*/
.bottom-widget-container{
    display: none;
}
label.in-content {
    display: none;
}
/******************************
=label bottom the video*/
label.in-content-bottom-video{
      display: none;/*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);
}
/***********************************************************************************************************
 =main
*/
/******************************************
=education-page(cat)*/
/*article section*/
main #quar-mag {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
}

main #articles-mag {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
main div#article-mag {
    width: 30%;
    margin-bottom: 10px;
}
main #article-mag div.article-content {
    width: 90%;
    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.blog-content-category{
	margin-top: 20px;
	margin-bottom: 50px;
}
li.categories{list-style: none;margin-bottom:10px}
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: row;
   justify-content: center;
   margin-top: 0px;
  
}
li.categories ul.children{
	display: none;
}
li.categories ul li.cat-item{
  margin: 0;
  padding: 0; 
  width: 32%; 
  text-align: center;
}
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;
}