@charset "UTF-8";
/*!
Theme Name: Discover Writing Theme
Theme URI: http://underscores.me/
Author: discover-writing
Description: Best Discover Writing Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: discover-writing
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

Discover Writing Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  background-color: #012799; }

h1 {
  font-size: 66px;
  line-height: 70px; }

h2 {
  font-size: 34px;
  line-height: 50px; }

h3 {
  font-size: 26px;
  line-height: 40px; }

h4 {
  font-size: 20px;
  line-height: 25px; }

h5 {
  font-size: 18px;
  line-height: 30px; }

h6 {
  font-size: 16px;
  line-height: 30px; }

h1, h2, h3, h4, h5, h6 {
  color: #fff; }

p {
  margin: 0 0 25px 0; }

@media (max-width: 992px) {
  h1 {
    font-size: 60px;
    line-height: 70px; }
  h2 {
    font-size: 34px;
    line-height: 50px; }
  h3 {
    font-size: 26px;
    line-height: 40px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 50px; }
  h2 {
    font-size: 26px;
    line-height: 40px; }
  h3 {
    font-size: 20px;
    line-height: 30px; } }

.goHome {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 30px;
  font-size: 40px;
  font-weight: bold;
  border-radius: 5px;
  color: #012799;
  background-color: #fff;
  opacity: 0.8;
  z-index: 3; }
  .goHome:hover {
    background-color: #fff;
    opacity: 1; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  position: relative;
  margin-bottom: 90px; }
  header .blueBg {
    background-color: #0133C7;
    position: relative;
    z-index: 2; }
  header .navbar-fixed nav {
    background-color: #0133C7; }
  header .blueBgLine {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 0 0 50% 50%;
    background-color: #0133C7;
    position: relative;
    z-index: 1;
    margin: -100px 0 0 0; }
  header .man {
    background-image: url("img/man-l.svg");
    background-size: auto 100%;
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 717px;
    padding: 50px 0 0 0px; }
    header .man h1 {
      max-width: 693px; }
  header .hand {
    background-image: url("img/hand.svg");
    background-size: 1064px 729px;
    background-position: right 0 top 100px;
    background-repeat: no-repeat;
    min-height: 717px;
    padding: 50px 0 0 0px;
    position: relative;
    z-index: 1; }
    header .hand .hand-preview {
      position: absolute;
      top: 100px;
      right: 0;
      width: 391px;
      height: 391px;
      border-radius: 50%;
      z-index: 1; }
    header .hand h1 {
      max-width: 693px;
      position: relative;
      z-index: 2; }
  header .desc {
    font-size: 34px;
    line-height: 50px;
    max-width: 410px; }
  header .breadcrumbs {
    line-height: 20px; }
    header .breadcrumbs .home {
      display: inline-block;
      width: 22px;
      height: 20px;
      line-height: 20px;
      background-image: url("img/home.svg");
      background-size: auto;
      background-repeat: no-repeat; }
    header .breadcrumbs .current {
      text-transform: capitalize;
      line-height: 20px; }
    header .breadcrumbs span {
      display: inline-block;
      color: #82ACFF; }

nav,
nav .nav-wrapper i,
nav a.sidenav-trigger,
nav a.sidenav-trigger i {
  height: 50px;
  line-height: 50px; }

nav {
  background-color: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #3260DC;
  margin-bottom: 0px; }
  nav .sub-menu {
    display: none;
    z-index: 2; }
  nav ul li.menu-item-has-children:hover ul.sub-menu {
    display: block; }
  nav ul li ul.sub-menu {
    position: absolute;
    background-color: #012799; 
    max-height: 500px;
    font-size:13px;
overflow: auto;  
min-width: 280px;
  }
    nav ul li ul.sub-menu li {
      width: 100%; }
  nav ul li a {
    font-size: 14px;
    padding: 0 20px; }
  nav a.sidenav-trigger {
    float: right;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    font-size: 23px; }

@media (max-width: 1140px) {
  header .hand {
    background-image: url("img/hand-small.svg");
    background-size: 591px 326px;
    background-position: left bottom;
    background-repeat: no-repeat;
    min-height: 670px;
    padding: 50px 0 0 0px;
    position: relative;
    z-index: 1; }
    header .hand .hand-preview {
      position: absolute;
      bottom: 72px;
      top: unset;
      left: 417px;
      width: 226px;
      height: 226px;
      border-radius: 50%; }
    header .hand h1 {
      max-width: 100%; } }

@media (max-width: 992px) {
  header .blueBgLine {
    display: block;
    height: 100px;
    margin: -50px 0 0 0; }
  header .man {
    background-image: url("img/man-m.svg");
    min-height: 590px; }
    header .man h1 {
      max-width: 630px;
      padding: 2.8rem 0 1.68rem 0;
      margin: 0; }
  header .desc {
    font-size: 34px;
    line-height: 50px; } }

@media (max-width: 767px) {
  header .blueBgLine {
    display: block;
    height: 50px;
    margin: -25px 0 0 0; }
  header .man {
    background-image: url("img/man-s.svg");
    min-height: 344px;
    padding: 0px 0 0 0px; }
    header .man h1 {
      max-width: 355px;
      padding: 2rem 0 1rem 0;
      margin: 0; }
  header .hand {
    min-height: 550px;
    background-position: right 40px bottom 0; }
    header .hand .hand-preview {
      right: 0;
      left: unset; }
  header .desc {
    font-size: 26px;
    line-height: 40px;
    max-width: 315px; } }

#mobile-menu {
  background-color: #012799;
  padding: 15px 0 25px 0; }
  #mobile-menu .sidenav-close {
    color: #fff;
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-right: 15px; }
    #mobile-menu .sidenav-close:hover {
      color: #eee; }
  #mobile-menu li {
    margin: 0 15px 5px; }
    #mobile-menu li.mobile-brand-logo-li {
      margin-right: 55px; }
      #mobile-menu li.mobile-brand-logo-li a {
        background-color: unset; }
    #mobile-menu li .mobile-brand-logo {
      margin-bottom: 15px;
      line-height: 35px;
      height: 35px; }
      #mobile-menu li .mobile-brand-logo img {
        width: auto;
        height: 30px; }
    #mobile-menu li a {
      color: #fff;
      font-size: 14px;
      text-align: left;
      height: 46px;
      line-height: 46px;
      padding: 0 5px; }

@media (max-width: 600px) {
  header .hand {
    min-height: 475px;
    background-size: 276px auto;
    background-position: right 17px bottom 0px; }
    header .hand .hand-preview {
      left: unset;
      width: 102px;
      height: 102px;
      bottom: 35px; } }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  margin-top: 50px;
  font-size: 13px;
  text-align: center; }
  footer .blueBg {
    background-color: #0133C7;
    position: relative;
    z-index: 2;
    min-height: 100px; }
  footer .blueBgLine {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 50% 50% 0 0;
    background-color: #0133C7;
    position: relative;
    z-index: 1;
    margin: 0 0 -100px 0; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #039be5; }

@media (max-width: 1025px) {
  footer .blueBgLine {
    display: block;
    height: 100px;
    margin: 0 0 -50px 0; } }

@media (max-width: 767px) {
  footer .blueBgLine {
    display: block;
    height: 50px;
    margin: 0 0 -25px 0; } }

/*--------------------------------------------------------------
# Table Review
--------------------------------------------------------------*/
.tableReview {
  margin: 30px 0; }
  .tableReview .tableRow {
    border-bottom: 1px solid #3260DC; }
    .tableReview .tableRow:last-of-type {
      border: none; }
    .tableReview .tableRow:after {
      content: '';
      clear: both;
      display: block; }
    .tableReview .tableRow.tableTitle {
      font-size: 14px;
      text-align: center;
      line-height: 30px; }
      .tableReview .tableRow.tableTitle .tableCol {
        min-height: unset; }
  .tableReview .tableCol {
    width: 20%;
    float: left;
    padding: 10px;
    text-align: center;
    min-height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .tableReview .tableCol a {
      font-size: 12px;
      color: #82ACFF; }
    .tableReview .tableCol .whiteBlock {
      margin: 0 auto;
      background-color: #fff;
      width: 150px;
      height: 120px;
      text-align: center;
      line-height: 15px;
      border-radius: 10px; }
      .tableReview .tableCol .whiteBlock div {
        width: 150px;
        height: 90px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .tableReview .tableCol .whiteBlock img {
        max-width: 110px;
        max-height: 90px;
        margin: 0 auto;
        width: auto;
        height: auto; }
      .tableReview .tableCol .whiteBlock a {
        color: #012799;
        text-decoration: none;
        font-size: 12px; }

.imgWithH4 {
  margin-bottom: 10px; }
  .imgWithH4 img {
    float: left;
    height: 50px; }
  .imgWithH4 h4 {
    line-height: 50px;
    margin: 0 0 0 70px; }

.img2WithH4 {
  margin-bottom: 10px; }
  .img2WithH4 img {
    float: left;
    max-height: 30px; }
  .img2WithH4 h4 {
    line-height: 30px;
    margin: 0 0 0 40px; }

@media (max-width: 767px) {
  .tableReview .tableCol {
    width: 100%;
    min-height: unset; }
  .tableReview .tableRow.tableTitle {
    display: none; } }

ul.accordion-faq {
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  margin: 30px 0 50px; }
  ul.accordion-faq li {
    border-bottom: 1px solid #3260DC; }
    ul.accordion-faq li .collapsible-header:before {
      content: "+";
      color: #FF5D9E;
      position: absolute;
      font-size: 20px;
      top: 15px;
      right: 0; }
    ul.accordion-faq li.active .collapsible-header:before {
      content: "–"; }
    ul.accordion-faq li .collapsible-header,
    ul.accordion-faq li .collapsible-header:active,
    ul.accordion-faq li .collapsible-header:focus {
      font-size: 26px;
      color: #fff;
      background-color: unset;
      border: unset !important;
      padding: 15px 0;
      line-height: 50px;
      position: relative; }
    ul.accordion-faq li .collapsible-body {
      padding: 0;
      font-size: 16px;
      border: unset !important; }
    ul.accordion-faq li.active {
      border: unset !important; }
      ul.accordion-faq li.active .collapsible-header {
        border: unset; }
      ul.accordion-faq li.active .collapsible-body {
        border-bottom: unset; }

/*--------------------------------------------------------------
# MAIN
--------------------------------------------------------------*/
main article img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block; }

main .button_in_article {
  text-align: center;
  margin: 30px 0; }
  main .button_in_article .button_in_article_btn {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    background-color: #EA5F8B;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
    min-width: 300px; }
    main .button_in_article .button_in_article_btn:hover {
      background-color: #FF5D9E; }

main .rating {
  max-width: 390px;
  width: 100%;
  margin: 30px auto;
  text-align: center; }
  main .rating .rating-title {
    border-bottom: 1px solid #3260DC; }
    main .rating .rating-title:after {
      content: "";
      display: block;
      clear: both; }
    main .rating .rating-title div {
      width: 50%;
      float: left;
      min-height: 35px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  main .rating .rating-row {
    border-bottom: 1px solid #3260DC; }
    main .rating .rating-row:after {
      content: "";
      display: block;
      clear: both; }
    main .rating .rating-row div {
      width: 50%;
      float: left;
      min-height: 100px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }

.footer-menu {
  margin-bottom: 30px; }
  .footer-menu li {
    width: 25%;
    padding: 0 1%;
    float: left;
    text-align: center; }
  .footer-menu:after {
    content: '';
    display: block;
    clear: both; }

@media (max-width: 1200px) {
  .footer-menu li {
    width: 33%; } }

@media (max-width: 992px) {
  .footer-menu li {
    width: 50%; } }

@media (max-width: 767px) {
  .footer-menu li {
    width: 100%; } }
