/*!
Theme Name: FWO
Theme URI: http://146.66.92.71/~fwo94515/
Author: fwo.com
Author URI: http://146.66.92.71/~fwo94515/
Description: Bootstrap
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: FWO
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
  font-family: "CeraGR";
  src: url("./fonts/CeraGR.eot"); /* IE9 Compat Modes */
  src: url("./fonts/CeraGR.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/CeraGR.otf") format("opentype"),
    /* Open Type Font */ url("./fonts/CeraGR.svg") format("svg"),
    /* Legacy iOS */ url("./fonts/CeraGR.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("./fonts/CeraGR.woff") format("woff"),
    /* Modern Browsers */ url("./fonts/CeraGR.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CeraGR";
  src: url("./fonts/CeraGRBold.eot"); /* IE9 Compat Modes */
  src: url("./fonts/CeraGRBold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/CeraGRBold.otf") format("opentype"),
    /* Open Type Font */ url("./fonts/CeraGRBold.svg") format("svg"),
    /* Legacy iOS */ url("./fonts/CeraGRBold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("./fonts/CeraGRBold.woff") format("woff"),
    /* Modern Browsers */ url("./fonts/CeraGRBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "CeraGR";
  src: url("./fonts/CeraGRBlack.eot"); /* IE9 Compat Modes */
  src: url("./fonts/CeraGRBlack.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/CeraGRBlack.otf") format("opentype"),
    /* Open Type Font */ url("./fonts/CeraGRBlack.svg") format("svg"),
    /* Legacy iOS */ url("./fonts/CeraGRBlack.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("./fonts/CeraGRBlack.woff") format("woff"),
    /* Modern Browsers */ url("./fonts/CeraGRBlack.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 900;
  font-style: normal;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
big {
  font-size: 125%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
a,
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
ul li {
  list-style: outside;
  margin-left: 20px;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid transparent;
  background-color: #0368ab;
  color: #fff;
  font-size: 17px;
  border-radius: 4px;
  line-height: 22px;
  padding: 10px 35px 8px 22px;
  white-space: normal;
  position: relative;
  font-weight: 700;
  box-shadow: unset !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  outline: 0;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 9px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #fff;
  color: #0368ab;
  border-color: #0368ab;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid #0368ab;
  border-radius: 3px;
  padding: 10px 15px;
  width: 100%;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #dda01d;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main.posts-navigation,
.site-main.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}

/* -----HEADER css----- */
#site-header .container {
  max-width: 1300px;
}
#site-header {
  padding: 15px 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header-info {
  display: flex;
  justify-content: flex-end;
}
.header-info .header-menu ul li {
  list-style: none;
  display: inline-block;
}
.site-branding {
    float: left;
}

.header-info i {
  color: #0368ab;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-info a {
  color: inherit;
}

.header-info a:hover i {
  color: #dda01d;
}

.header-social {
  display: inline-block;
}
.header-social a:first-child {
  margin-left: 0;
}
.header-social a {
  margin-left: 10px;
  font-size: 20px;
}

.main-navigation {
    float: right;
}

.main-navigation ul {
  margin: 0;
  padding: 0;
}
.main-navigation li {
  display: inline-block;
  line-height: 30px;
  margin: 0 6px;
  padding: 0;
  position: relative;
}
.main-navigation li:last-child {
  margin-right: 0;
}
.main-navigation li a {
  color: #002b49;
  display: block;
  text-transform: capitalize;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a,
.main-navigation .current_page_item a,
.main-navigation .current_page_ancestor a,
.mobile-navigation .current-menu-item a,
.mobile-navigation .current_page_item a {
  color: #78be20;
}

.main-navigation li.login-btn a {
    border: 1px solid transparent;
    background-color: #78be20;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    line-height: 16px;
    padding: 13px 16px;
    white-space: normal;
    position: relative;
    font-weight: bold;
    box-shadow: unset !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.main-navigation li.login-btn a:hover,
.main-navigation li.login-btn a.focus {
    background-color: #fff;
    color: #78be20;
    border-color: #78be20;
}

.main-navigation li.login-btn a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    margin-left: 8px;
}
 
.main-navigation li.login-btn a.focus::after {
    content: "\f077";
    color: #78be20;
}


.main-navigation li.login-btn a:hover::after {
    color: #78be20;
}





.main-navigation ul ul {
  display: none;
  z-index: 2;
  position: absolute;
  transform: translateX(-50%);
  padding-top: 3px;
  left: 50%;
  top: 100%;
}
.main-navigation ul ul li {
  float: none;
  width: 150px;
}
.main-navigation ul ul li a:hover {
  background-color: #dda01d;
}
.main-navigation ul ul li a {
  background-color: #126eca;
  color: #fff !important;
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  margin-bottom: 5px;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation ul ul ul.sub-menu {
  left: 150%;
  top: 0;
  padding-top: 0;
}
.site-header-main {
  position: relative;
}
.mobile-navbar {
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu {
  font-weight: bold;
  font-size: 18px;
  display: block;
  padding: 8px;
  text-align: right;
}
.mobile-navigation {
  background-color: #f4f4f4;
  padding: 12px 15px 6px;
  display: none;
  position: absolute;
  right: 0;
  width: 300px;
}
.mobile-navigation li {
  list-style-type: none;
  margin-left: 0;
}
.mobile-navigation a {
  padding: 5px 0;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: inherit;
}
.mobile-navigation .menu-item-has-children {
  position: relative;
}
.mobile-navigation .menu-item-has-children .opensubmenu {
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  position: absolute;
  right: 0;
  padding: 0 0 0 15px;
  top: 5px;
  z-index: 0;
  cursor: pointer;
}
.mobile-navigation li a:hover,
.mobile-navigation li.current_page_ancestor > a,
.mobile-navigation
  ul
  > li.current_page_ancestor
  > .sub-menu
  .current-menu-item
  > a,
.mobile-navigation
  ul
  ul
  li.current_page_ancestor
  > .sub-menu
  .current-menu-item
  > a {
  color: #dda01d;
}
.header-info a {
  font-size: 15px;
  color: #002b49;
}
.header-info a:hover {
  color: #78be20;
}
/* -------FOOTER css---- */
.site-footer {
}
.footer-bottom {
  padding: 10px 0;
  background-color: #ccc;
}
.footer-info a i {
  margin-right: 5px;
  color: #0368ab;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-info a {
  display: block;
  color: #2f121c;
  margin: 5px 0;
}

/*-------common css-------*/
body {
  font-family: "CeraGR";
  background: #fff;
  color: #002b49;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-bottom: 15px;
  color: #002b49;
}

h1,
.big-title {
  font-size: 55px;
  line-height: 60px;
  font-weight: bold;
}
h1 span,
.big-title span {
  color: #dda01d;
}
h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
}
h2.big {
  font-size: 45px;
  line-height: 60px;
  font-weight: bold;
}

h2.big-x {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
  }

h2 span {
  color: #78be20;
  display: block;
  font-weight: normal;
}
h3 {
  font-size: 28px;
  line-height: 32px;
}
h3.big {
  font-size: 29px;
  line-height: 40px;
  font-weight: bold;
}
h3 span {
  color: #dda01d;
}
h4 {
  font-size: 26px;
  line-height: 60px;
  font-weight: 900;
}
h5.big {
  font-size: 24px;
  line-height: 30px;
}
h5 {
  font-size: 22px;
  line-height: 24px;
}
h6 {
  font-size: 19px;
  line-height: 23px;
}
p {
  margin-bottom: 20px;
}

a {
  color: #002b49;
  background-color: transparent;
}
a:hover {
  color: #002b49;
  text-decoration: none;
}
a:visited,
a:focus,
a:active {
  text-decoration: none;
  outline: 0;
}
.container {
  max-width: 1231px;
}
#page {
  overflow: hidden;
}
.font-weight-medium {
  font-weight: 500 !important;
}
.font-weight-semibold {
  font-weight: 600 !important;
}
.btn {
  border: 1px solid transparent;
  background-color: #78be20;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  line-height: 16px;
  padding: 13px 16px;
  white-space: normal;
  position: relative;
  font-weight: bold;
  box-shadow: unset !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #fff;
  color: #78be20;
  border-color: #78be20;
}
.btn.btn-big {
  font-size: 22px;
  padding: 20px;
}
label {
  display: block;
}
.slick-arrow {
  border: 0;
  font-size: 0;
  width: 50px;
  height: 50px;
  background-color: #0368ab;
  border: 1px solid #0368ab;
  position: absolute;
  border-radius: 6px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  outline: 0 !important;
  background-image: none !important;
  padding: 20px;
}
.slick-arrow::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  text-rendering: auto;
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 30px;
  line-height: 0;
}
.slick-prev::after {
  content: "\f104";
}
.slick-next::after {
  content: "\f105";
}
.slick-prev {
  left: -25px;
}
.slick-next {
  right: -25px;
}
.slick-dots {
  width: 100%;
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: -40px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.slick-dots li button {
  margin: 0 5px;
  font-size: 20px;
  line-height: 0;
  border-radius: 50%;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: transparent;
  background-color: transparent;
  border: 2px solid #0368ab;
  outline: 0 !important;
  position: relative;
  padding: 0;
  background-image: none;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background-color: #0368ab;
}

/*plaecholder*/
form::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
form::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
form:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
form::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
form::placeholder {
  color: #6c757d;
  opacity: 1;
}
/*end plaecholder*/

/*-- css - */
.get-que-section {
    margin-left: 80px;
}
.get-que {
  font-family: "CeraGR";
  font-size: 55px;
  line-height: 66px;
  font-weight: bold;
  color: #002b49;
}
.wrap-drop,
.wrap-drop span {
  cursor: pointer;
  position: relative;
  display: inline-block;
  color: #78be20 !important;
}
.wrap-drop span {
  border-bottom: 5px dotted;
  font-family: "CeraGR";
  font-weight: normal;
}
.wrap-drop .drop {
  background: #34a8cf;
  box-shadow: 6px 6px 8px rgba(0,0,0,.2);
  display: none;
  left: 0;
  list-style: none;
  margin-top: 0;
  opacity: 0;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  border-radius: 5px;
  text-align: left;
/*width: 230px;*/
  padding: 18px;
}
.wrap-drop .drop li {
  list-style: none;
  margin: 0;
}
.wrap-drop .drop li a {
  color: #fff;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    line-height: normal;
    font-size: 25px;
}

.wrap-drop .drop li a:hover {
  color: #74c0df;
}

.wrap-drop::after {
  display: inline-block;
    position: relative;
    top: 0;
    cursor: pointer;
    right: 0;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #78be20;
    font-size: 35px;
    margin-right: 12px;
}
.wrap-drop.active .drop {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.inline-select {
  display: inline-block;
}
.inline-select select {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  border-bottom: 4px dotted;
  color: #78be20;
}
.inline-select:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #78be20;
  font-size: 38px;
}
.top-banner h4 {
  line-height: 35px;
}
.top-banner .btn {
  margin-top: 20px;
}
.top-banner {
  background-size: cover;
  background-repeat: no-repeat;
}
.top-banner {
  padding-top: 250px;
  padding-bottom: 125px;
}
.four-boxes .row {
  margin: 0;
}

.four-boxes > .row > div {
  padding: 0;
}
.four-boxes .four-box-inner {
  padding: 45px;
  height: 100%;
}


.four-boxes .title-section {
    text-align: center;
    margin: 55px 0;
}

.four-boxes .title-section h2 {
    display: inline-block;
}

.four-boxes .title-section .btn {
    vertical-align: top;
    margin: 5px 0 0 30px;
}


.four-boxes .four-box-inner h2,
.four-boxes .four-box-inner p {
  color: #fff;
}
.four-box-inner-btn {
  margin-top: 70px;
  margin-bottom: 45px;
  display: block;
  overflow: hidden;
}
.four-box-inner-btn .btn {
  position: absolute;
  bottom: 45px;
  background-color: #fff;
  color: #002b49;
}
.fwo-charter {
  padding: 45px 0 70px 0;
}
.fwo-title-charter {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #92a1b1;
  margin-bottom: 25px;
}
.fwo-title-charter h3,
.fwo-title-charter a {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
}
.fwo-charter h5 {
  color: #002b49;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}
.fwo-charter p {
  font-size: 15px;
  margin-bottom: 10px;
}
.fwo-charter ul li {
  list-style: none;
  margin-left: 0;
}
.fwo-charter ul li a {
  color: #78be20;
  text-decoration: underline;
  font-size: 15px;
}
.fwo-charter h6 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.upcoming-webinar figure {
    margin: -20px 0 0 0;
}

.upcoming-webinar p {
  color: #89949e;
  margin-bottom: 30px;
  max-width: 600px;
}

.upcoming-webinar {
  background-color: #f1f8fb;
  position: relative;
}

.upcoming-webinar-detail {
  padding: 0 0 50px 0;
}
.single-post .site-content {
    /*margin-top: 200px;*/
  margin-top: 0px;
}
.single-post header#site-header {
    position: relative;
    padding: 20px 0 60px;
    background-image: url(http://146.66.92.71/~fwo94515/wp-content/uploads/2020/04/inner-header.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* .upcoming-webinar:before {
  content: "";
  position: absolute;
  top: 0;
  background: #fff;
  height: 30px;
  width: 100%;
  left: 0;
} */

.financial-text h6 {
  color: #000;
}
.financial-text p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 20px;
}
.financial-text .flat-btn {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  /*position: absolute;
  bottom: 25px;*/
}
.financial-text .flat-btn:hover {
    color: #78be20;
}
.financial-text {
  background-color: #fff;
  padding: 23px;
  /*min-height: 290px;*/
}
.financial-img img {
  height: 190px;
  object-fit: cover;
  width: 100%;
}
.financial-insight {
  padding: 45px 0;
  position: relative;
}
.financial-insight:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #f3f4f5;
  width: 100%;
  height: 424px;
  z-index: -1;
}
.financial-insight h3.big {
  margin-bottom: 30px;
}
.financial-insight .row {
  margin-right: -12px;
  margin-left: -12px;
}
.financial-insight .col-md-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.load-more {
  margin-top: 45px;
}

/*blog page css*/
.postpagination {
  margin-bottom: 40px;
  text-align: center;
}
.postpagination a,
.postpagination span {
  border-radius: 3px;
  padding: 10px;
  margin: 2px;
  background-color: #0368ab;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  min-width: 40px;
  max-height: 40px;
  text-align: center;
  vertical-align: top;
}
.postpagination a:hover,
.postpagination span.this-page {
  background-color: #dda01d;
}
.custom-blog .blog-image {
  margin-bottom: 20px;
}
.custom-blog .blog-image a {
  display: block;
  min-height: 200px;
  background-color: #0368ab;
}
.custom-blog .blog-image img {
  object-fit: cover;
  object-position: top;
  min-height: 200px;
  width: 100%;
  max-height: 200px;
}
.custom-blog .blog-date {
  margin-bottom: 10px;
}
.custom-blog {
  margin-bottom: 80px;
}
.custom-blog .blog-more-btn {
  border: 0;
  position: absolute;
  bottom: 25px;
  font-weight: 600;
  border: 1px solid transparent;
  background-color: #0368ab;
  color: #fff;
  font-size: 17px;
  border-radius: 4px;
  line-height: 22px;
  padding: 10px 25px;
  white-space: normal;
  box-shadow: unset !important;
  text-transform: uppercase;
}
.custom-blog .blog-more-btn:hover {
  background-color: #fff;
  color: #0368ab;
  border-color: #0368ab;
}
.get-que.acc-get-que {
  font-size: 40px;
  line-height: 45px;
}
.four-boxes form{
  display: flex;
  justify-content: center;
}

/* ====================================== */
            /* 21 - 2 - 2020  */
/* ====================================== */

header {
    z-index: 10;
}

header.focus-section {
    background: #fff;
} 

.login-hover-section {
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 70px;
    box-shadow: rgba(0, 0, 0, 0.61) 0 0 45px;
    z-index: 9;    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

.login-hover-section.open {    
    display: block;
    top: 129px;
}

.login-hover-section figure {
    min-height: 48px;
    margin: 0 0 10px 0;
}

.login-hover-section p {
    font-size: 18px;
    color: #89949e;
}


.succession-solution {
    background: #f1f8fb;
    text-align: center;
    padding: 55px 0;
}

.succession-solution h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
}

.succession-solution h3 {
    font-size: 24px;
    max-width: 1170px;
    margin: 20px auto 0 auto;
}

.solution-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.solution-list .list-item {
    width: calc(25% - 20px);
    text-align: left;
    margin: 0 10px 15px 10px;
}

.solution-list .list-item h5 {
    font-weight: bold;    
}

.solution-list .list-item p {
    font-size: 15px;
    line-height: 23px;
    color: #002b49;
}

.solution-list.accounting  .list-item h5 {
    min-height: 48px;
}

    /* our-guarantee */
.our-guarantee {
    width: 100%;
    border-bottom: #f1f8fb 1px solid;
    padding: 50px 0 25px;   
    text-align: center;
}

.our-guarantee h2 {
    margin-bottom: 40px;
}

.our-guarantee h5 {
    font-weight: bold;
}

.our-guarantee p {
    font-size: 15px;
    line-height: 23px;
    color: #002b49; 
}

.our-guarantee .content {
    max-width: 200px;
    margin: 0 auto;
    max-width: 330px;
}
.dropdown_val {
    color: #78be20 !important;
}

/** Single blog **/

.single-post .post-thumbnail img {
    width: 100%;
}
.single-post .single-blog-title-text {
    margin-top: -75px;
}
.single-post .single-blog-title-text h1 {
    background-color: #fff;
    padding: 40px 80px 30px 0;
    display: inline-block;
    z-index: 2;
    position: relative;
}
.single-post .single-blog-title-text h1:before {
    content: "";
    background-color: #fff;
    position: absolute;
    left: -100vw;
    height: 140px;
    top: 0;
    width: 100vw;
    z-index: -1;
}
.single-post .single-blog-title-text p {
    color: #89949e;
    font-size: 20px;
    line-height: 28px;
}
.post-video {
    position: relative;
    padding-bottom: 56.25%;
    margin: 30px;
}
.post-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-post .single-blog-title-text h3 {
    margin-bottom: 22px;
}
.single-post .financial-insight:after {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* Financial Insights */
.financial-insight-all {
    padding: 45px 0;
   position: relative;
}
.filter-financial {
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}
.filter-financial h6 {
    margin-bottom: 0;
    margin-right: 15px;
}
.filter-financial ul {
    display: flex;
    align-items: center;
}
.filter-financial ul li {
    list-style: none;
    margin: 0;
    display: inherit;
}
.filter-financial ul li a {
    border: 1px solid rgba(152, 152, 152, 0.4);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 10px;
    font-weight: bold;
    text-align: center;
    padding: 16px 25px;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 0 10px;
    color: rgba(33, 33, 33, 0.5);
}
.filter-financial ul li a:hover, .filter-financial ul li.active a {
    opacity: 1;
    border-color: #78be20;
    color: #002b49;
}
.financial-insight-all .financial-box .col-md-3 {
    margin-bottom: 25px;
}
.page-template-financial-insights .financial-insight-box .col-md-3 {
    margin-bottom: 30px;
}
/*.financial-insight-all:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: #f3f4f5;
    width: 100%;
    height: 80%;
    z-index: -1;
}*/
.financial-insight-all:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f3f4f5;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 30%, #fff ), color-stop( 30%, #fff ), color-stop( 30%, #f3f4f5 ) );
    background-image: -webkit-linear-gradient( top, #fff 30%, #fff 30%, #f3f4f5 30%);
    background-image: -moz-linear-gradient( top, #fff 30%, #fff 30%, #f3f4f5 30%);
    background-image: linear-gradient( #fff 30%, #fff 30%, #f3f4f5 30% );
}

/* Footer */
footer {
    padding: 45px 0 35px 0;
}


footer .footer-info {
    width: 100%;
    float: left;
    margin:30px 0 0 0;
    padding: 0;
}

footer .footer-info li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000000;
}

footer .footer-info li a {
    color: #78be20;
}

footer .footer-info li a:hover {
    color: #000;
    text-decoration: underline;
}


footer .social-links {
    float: right;
}

footer .social-links a {
    height: 37px;
    width: 37px;
    border-radius: 50%;
    background: #89949e;
    text-align: center;    
    color: #fff;  
    font-size: 18px;
    display: inline-block;
    margin-left: 7px;
    position: relative;
}

footer .social-links a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

footer .social-links a:hover {
    background: #78be20;
    color: #fff;
}


footer .footer-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45px -15px;
    padding: 0;
}

footer .footer-logos li {
    list-style: none;
    margin: 0;
    padding: 15px;
}


footer .copyright {
    font-size: 12px;
    color: #000;
}

footer .copyright a {
    color: #000;
}

footer .copyright a:hover {
   color: #78be20;
   text-decoration: underline;    
}

footer .designby {
    font-size: 12px;
    color: #000;
    float: right;
}

footer .footer-right {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end;
}

footer .designby a {
    color: #000;
}

footer .designby a:hover {
   color: #78be20;
   text-decoration: underline;    
}
footer .footer-info li:nth-child(2) a {
    display: inline-block;
    color: #000;
}
footer .footer-info li:nth-child(2) a:hover {
	color: #78be20;
}
.close-btn {
    position: absolute;
    right: 20px;
    top: 0;
    display: none;
}
.close-btn i {
    font-size: 20px;
    cursor: pointer;
}


.page-template-acccounting-taxation .get-que-links.acc-que-links, .page-template-acccounting-taxation .get-que.acc-get-que {
    display: inline-block;
    vertical-align: bottom;
}

#succ_blogpost {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#succ_blogpost .col-md-6 {
    padding: 0;
}

.single-post .financial-insight .col-md-3 {
    margin-bottom: 25px;
}
/*07-08-2020*/
.staff-list-item.even {
    background-color: #f1f8fb;
}
.staff-list-item h5 {
    color: #78be20;
    font-weight: normal;
}
.staff-list-item p {
    color: #89949e;
}
.staff-list-item p:last-child {
    margin-bottom: 0;
}
.staff-list-item p a {
    color: #78be20;
    text-decoration: underline;
}
.staff-list-item p a:hover {
  color: #000;
}
.staff-list-item figure {
    margin: -10px 0 0 0;
}
.staff-list-item:last-child .row .col-md-6 {
    padding-top: 30px;
    /*padding-bottom: 30px;*/
	padding-bottom: 0;
}
.contact-info-wrapper {
    padding: 60px 0 70px 0;
}
.contact-info-wrapper .contact-form h3,
.contact-info-wrapper .contact-info h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}
.contact-info-wrapper .contact-form p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}
.contact-info-wrapper form p label {
    font-size: 20px;
    color: #002b49;
    font-weight: normal;
    font-family: "CeraGR";
    margin: 0;
}
.contact-info-wrapper .contact-form form p {
    margin-bottom: 10px;
}
.contact-info-wrapper .contact-form form p input,.contact-info-wrapper .contact-form form p textarea {
    border: 1px solid #d9d8d8;
    background-image: none;
    font-size: 20px;
    color: #002b49;
}
.contact-form {
    max-width: 488px;
}
.contact-info-wrapper .contact-form form p textarea {
    height: 125px;
}
.contact-info-wrapper .contact-form form p input.wpcf7-submit {
    background-color: #78be20;
    display: block;
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    padding: 13px 0 13px 0;
    color: #fff;
    border: 1px solid #78be20 !important;
}
.contact-info-wrapper .contact-form form p input.wpcf7-submit:hover {
    color: #78be20;
    background-color: #fff;
    border: 1px solid #78be20;
}
.contact-info-wrapper .contact-map {position: relative;padding-top: 390px;margin-bottom: 60px;}
.contact-info-wrapper .contact-map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.contact-info-wrapper .contact-info-item h5 {
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 8px;
}
.contact-info-wrapper .contact-info-item p a {color: #78be20;}
.contact-info-wrapper .contact-info-item p a:hover {
  color: #000;
  text-decoration: underline;
}
.contact-info-wrapper .contact-info-item p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}
.page-template-contact footer#site-footer {
    border-top: 1px solid #ededed;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    margin-top: 0;
}
.blog-banner-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
/**/
/*media query*/
@media screen and (max-width: 1280px) {
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .slick-arrow::after {
    font-size: 20px;
  }
}
@media (max-width: 1299px){
  .main-navigation li a{font-size: 17px;}
  .four-boxes .four-box-inner {
      padding: 25px;
  }
  h2 {
      font-size: 30px;
      line-height: normal;
  }
  .staff-list-item h5,
  .contact-info-item h5 {
    font-size: 20px;
  }
  .staff-list-item p {
    font-size: 16px;
  }
  .contact-info-wrapper .contact-info-item p,
  .contact-info-wrapper .contact-form p {
    font-size: 20px;
    line-height: 24px;
  }
  .staff-list-item h3 {
    line-height: 30px;
  }
}

@media screen and (max-width: 1199px) {
  h1,
  .big-title {
    font-size: 44px;
  }
  .financial-text h6 {
    font-size: 17px;
  }
  .get-que-section {
    margin-left: 60px;
  }
  .get-que {
    font-size: 50px;
  }
  .top-banner {
    background-position: center;
  }
  .financial-insight:after {
	height: 425px;
  }
.filter-financial ul li a{
    padding: 12px 14px;
   font-size: 14px;
}


}

@media (max-width: 1099px){
.main-navigation li a{font-size: 15px;}
.get-que {
  font-size: 44px !important;
}
.fwo-title-charter h3, .fwo-title-charter a {
    font-size: 22px;
    line-height: 26px;
}
#acc_fq_form .btn {
    font-size: 14px;
    width: 70px;
}
.login-hover-section p {
	min-height: 69px;
}
.close-btn {
	display: block;
}
.financial-insight:after {
	height: 454px;
}
/*.page-template-financial-insights .financial-text {
    min-height: 350px;
}*/

}

@media screen and (max-width: 991px) {
  .header-info {
    display: none;
  }
  #site-header{position: relative;z-index: 0;}
  .get-que.acc-get-que {
    font-size: 32px;
    line-height: 44px;
  }
  .wrap-drop::after{font-size: 25px;}
  .upcoming-webinar-detail {
    padding: 20px 0 30px 0;
  }
  .fwo-title-charter a {
    font-size: 20px;
  }
  .fwo-title-charter h3 {
    width: 80%;
  }
  .top-banner {
    padding-top: 100px;
    padding-bottom: 75px;
  }
  .four-boxes form {
    display: block;
  }
  .single-post .site-content {
    margin-top: 0px;
  }
  .login-hover-section.open {
    top: 88px;
    box-shadow: none;
  }
  .get-que-links.acc-que-links {
    margin-top: 20px;
  }
  .get-que {
    font-size: 40px !important;
  }
  .login-hover-section p {
    font-size: 16px;
  }
  .financial-insight:after {
	height: 600px;
  }
.filter-financial ul li a{
   margin-bottom: 10px;
}
.filter-financial ul {
   flex-wrap: wrap;
}
.single-post header#site-header {
    padding: 15px 0;
background: transparent;
}
/*.page-template-financial-insights .financial-text {
    min-height: 470px;
}*/
.staff-list-item p {
    font-size: 14px;
    line-height: 18px;
}
.staff-list-item .row .col-md-6:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.single-post .single-blog-title-text h1 {
    padding: 40px 60px 10px 0;
}
.single-post .post-thumbnail img {
    min-height: 220px;
    object-fit: cover;
}
}
@media screen and (max-width: 767px) {
  body{
    font-size: 16px;
    line-height: 22px;
  }
  h1,
  .big-title {
    font-size: 36px;
    line-height: normal;
  }
  h2 {
    font-size: 28px;
    line-height: normal;
  }
  h3 {
    font-size: 20px;
    line-height: normal;
  }
  h4 {
    font-size: 18px;
    line-height: normal;
  }

  .header-info a {
    display: block;
  }
  .get-que {
    font-size: 38px;
    line-height: 50px;
  }
  .top-banner {
    padding-top: 90px;
    padding-bottom: 65px;
  }
  .four-box-inner-btn {
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
  }
  .four-box-inner-btn .btn {
    position: relative;
    bottom: 0;
  }
  .fwo-title-charter {
    display: block;
    padding: 0;
  }
  .fwo-title-charter a {
    margin: 15px 0;
    display: block;
  }
  .fwo-charter .col-md-4 {
    margin-bottom: 25px;
   }
   .fwo-charter {
    padding: 40px 0;
   }
   .fwo-title-charter h3, .fwo-title-charter a {
    font-size: 22px;
    line-height: 28px;
   }
   .btn.btn-big {
    font-size: 18px;
    padding: 16px;
  }
  .upcoming-webinar-detail {
    margin-top: 20px;
  }
  .upcoming-webinar-detail {
    padding: 0 0 30px 0;
 }
 .financial-insight {
  padding: 30px 0;
  }
  .financial-insight h3.big {
    margin-bottom: 15px;
  }
  
  .financial-text {
    padding: 20px;
    min-height: auto;
  }
  footer .social-links, footer .designby {
    float: left;
  }
  .succession-solution h2 {
    font-size: 28px;
    line-height: normal;
  }
  .succession-solution h3 {
    font-size: 18px;
  }
  .solution-list .list-item {
    width: calc(50% - 20px);
  }
  .solution-list.accounting .list-item h5 {
    min-height: auto;
    margin-bottom: 10px;
  }
  .succession-solution {
    padding: 35px 0;
  }
  .our-guarantee h2 {
    margin-bottom: 30px;
  }
  .four-boxes .title-section {
    margin: 15px;
  }
  .four-boxes .title-section .btn {
    margin: 10px 0 0 0;
  }
  .get-que-section {
    margin-left: 0;
  }
  .login-hover-section.open {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .login-hover-section .col-md-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  form#acc_fq_form {
    margin-bottom: 60px;
  }
  .login-hover-section p {
    min-height: auto;
  }
  .financial-insight:after {
    height: 100%;
  }
.single-post article.post {
    margin-top: 0;
}
.single-post article.post h1.entry-title{
    padding: 20px 0 0 0;
}
.single-post article.post .entry-content p {
    font-size: 16px;
    line-height: 22px;
}
.post-video {
    margin: 20px 0;
}
.financial-insight-all {
    padding: 30px 0;
}
.filter-financial {
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.filter-financial ul {
    margin: 0 -10px;
}
.filter-financial h6 {
    margin-right: 0;
    flex: 0 0 100%;
    margin-bottom: 10px;
}
.single-post .single-blog-title-text h1 {
    padding: 20px 20px 10px 0;
    font-size: 30px;
}
.single-post .single-blog-title-text h3 {
    margin-bottom: 15px;
}
.single-post .single-blog-title-text p {
    font-size: 14px;
    line-height: 20px;
}
.single-post .post-thumbnail img {
    min-height: 200px;
    object-fit: cover;
}
.single-post .single-blog-title-text {
    margin-top: -40px;
}
.financial-text h6, .financial-text p {
    min-height: auto !important;
}
.financial-insight-all:after {
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 10%, #fff ), color-stop( 10%, #fff ), color-stop( 10%, #f3f4f5 ) );
    background-image: -webkit-linear-gradient( top, #fff 10%, #fff 10%, #f3f4f5 10%);
    background-image: -moz-linear-gradient( top, #fff 10%, #fff 10%, #f3f4f5 10%);
    background-image: linear-gradient( #fff 10%, #fff 10%, #f3f4f5 10% );
}
.page-template-financial-insights .financial-text {
    min-height: auto;
}
.financial-text .flat-btn {
    position: relative;
    bottom: 0;
  }
  .contact-info-wrapper .contact-form h3, .contact-info-wrapper .contact-info h3 {
    font-size: 28px;
    line-height: normal;
  }
  .contact-info-wrapper .contact-info-item p, .contact-info-wrapper .contact-form p {
    font-size: 18px;
    line-height: 22px;
  }
  .contact-form {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .contact-info-wrapper {
    padding: 30px 0 30px 0;
  }
  .contact-info-wrapper .contact-map {
    margin-bottom: 30px;
  }
  .contact-info-wrapper form p label {
    font-size: 18px;
  }
  .contact-info-wrapper .contact-form form p input,.contact-info-wrapper .contact-form form p textarea {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .solution-list .list-item {
    width: 100%;
  }
footer .footer-logos {
  margin: 25px -15px;
  flex-wrap: wrap;
}
footer .footer-logos li {
  flex: 0 0 50%;
  padding: 10px;
}
.get-que {
    font-size: 29px !important;
    line-height: 36px !important;
}
.wrap-drop .drop li a {
    padding: 5px 0;
    font-size: 20px;
}
.staff-list-item h5, .contact-info-item h5 {
    font-size: 18px;
    line-height: normal;
}
}

@media screen and (max-width: 360px) {
  .get-que {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  div#noble-gases2 {
    margin-top: -10px;
    display: -webkit-box;
  }
  .wrap-drop .drop {
  	width: 200px;
  }
  .wrap-drop::after {
    font-size: 22px;
  }
}

 