/*
Theme Name: Flatworld Mortgage Pro V2.1
Theme URI:  
Description: Custom WordPress theme for FlatWorld Solutions
Author: A. Mudasssar Ahammed
Author URI: flatworldsolutions.com
version: 2.1
Tags: two-column, widget-ready , video-thumbnail-support
*/
/*-------------------------------------------------------------------------------------------*/
/* basics */
/*-------------------------------------------------------------------------------------------*/
/* @font-face {
  font-family: "Master Of Break";
  src: url("./fonts/MasterOfBreak.woff2") format("woff2"),
    url("./fonts/MasterOfBreak.woff") format("woff"),
    url("./fonts/MasterOfBreak.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
.dropdown-item.active,
.dropdown-item:active {
  background: transparent !important;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  font-family: ProximaNovaRegular, sans-serif;
}
body {
background-image: none !important;
  background: #f6f6f8;
  font-family: ProximaNovaRegular, sans-serif;
  font-size: 15px;
  margin: 0px;
  color: #383838;
}
h1 {
  font-size: 25px;
  line-height: 30px;
}
h2 {
  font-size: 22px;
  line-height: 26px;
}
h3 {
  font-size: 18px;
  line-height: 22px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h1,
h2,
h3 {
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
  padding-bottom: 12px;
}
img {
  border: none;
  padding: 0;
  max-width: 100%;
  height: auto;
}
img a {
  border: none;
}
img.left {
  float: left;
  border: none;
  padding: 6px 0 0 0;
}
img.right {
  float: right;
  border: none;
  padding: 0 0 0 6px;
}
code {
  font-family: "Courier New", Courier, monospace;
}
.clear {
  clear: both;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
/*-------------------------------------------------------------------------------------------*/
/* links s */
/*-------------------------------------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  outline: none;
  -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;
}
a:hover {
  color: #000;
}
/*-------------------------------------------------------------------------------------------*/
/* container */
/*-------------------------------------------------------------------------------------------*/
#container {
  padding: 0;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto 0px;
background: white !important;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#wrapper {
  padding: 20px 0;
}
/*-------------------------------------------------------------------------------------------*/
/*  header */
/*-------------------------------------------------------------------------------------------*/
#header {
  height: 100%;
}
.logo {
  margin-top: 5px;
  float: left;
}
.hd-ad-wrap {
  float: right;
  margin-top: 5px;
}
#head-main .head-social {
  overflow: hidden;
  margin-bottom: 8px;
}
#header #head-main {
  background: #000 !important;
}
#head-bottom {
  background: url(images/bannerline.jpg) repeat-y center 0;
  overflow: hidden;
  height: 200px;
}
.home #head-bottom {
  height: 245px;
}
.head-padd {
  padding: 15px 0;
}
.head-padd .text-input {
  height: 15px;
}
.text-follow {
  color: #db0e22;
  display: block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 7px;
}
#mobile-menu {
  display: none;
  padding: 10px;
}
#mobile-menu .mobile-menu select {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #eee;
  height: 28px;
}
.cat-list select {
  padding: 9px;
  border: 1px solid #d4d4d4;
  background: #f5f5f5;
  width: 90%;
  float: right;
}
.collapse-search {
  display: none;
}
.hdrSpcls {
  width: 485px;
  float: right;
  margin-top: 15px;
}
/*-------------------------------------------------------------------------------------------*/
/* menu */
/*-------------------------------------------------------------------------------------------*/
/*============ ESSENTIAL STYLES ===============*/
.menu-sub,
.menu-sub * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-sub {
  line-height: 1;
}
.menu-sub ul {
  position: absolute;
  top: -999em;
  width: 160px;
}
.menu-sub ul li {
  width: 100%;
}
.menu-sub li:hover {
  visibility: inherit;
}
.menu-sub li {
  position: relative;
}
.menu-sub a {
  display: block;
  position: relative;
}
.menu-sub li:hover ul,
.menu-sub li.sfHover ul {
  left: 0;
  top: 40px;
  z-index: 99;
}
ul.menu-sub li:hover li ul,
ul.menu-sub li.sfHover li ul {
  top: -999em;
}
ul.menu-sub li li:hover ul,
ul.menu-sub li li.sfHover ul {
  left: 160px;
  top: 0;
}
ul.menu-sub li li:hover li ul,
ul.menu-sub li li.sfHover li ul {
  top: -999em;
}
ul.menu-sub li li li:hover ul,
ul.menu-sub li li li.sfHover ul {
  left: 160px;
  top: 0;
}
/*============ MAIN ===============*/
#menu {
  float: none;
  text-align: center;
}
#menu .menu-sub {
  clear: left;
  float: none;
}
#menu .menu-sub li {
  float: none;
  display: inline-block;
  margin-right: 23px;
}
#menu .menu-sub li a,
#menu .menu-sub li a:visited {
  padding: 5px 2px;
  text-decoration: none;
  color: #fff;
  height: 25px;
  vertical-align: middle;
  text-transform: capitalize;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
}
#menu .menu-sub li a:hover {
  color: #d1d1d1;
}
/*============ SUB ===============*/
#sub-nav .menu-sub {
  float: left;
  clear: left;
}
#sub-nav .menu-sub li {
  background: #ccc;
}
#sub-nav .menu-sub li a {
  padding: 5px;
  text-decoration: none;
}
/*============ arrows ===============*/
.menu-sub a.sf-with-ul {
  padding-right: 36px;
  min-width: 1px;
}
.sf-sub-indicator {
  position: absolute;
  display: block;
  right: 12px;
  top: 17px;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  background: url(images/arrows-ffffff.png) no-repeat -10px -100px;
}
a>.sf-sub-indicator {
  top: 13px;
  background-position: 0 -100px;
}
a:focus>.sf-sub-indicator,
a:hover>.sf-sub-indicator,
a:active>.sf-sub-indicator,
li:hover>a>.sf-sub-indicator,
li.sfHover>a>.sf-sub-indicator {
  background-position: -10px -100px;
}
.menu-sub ul .sf-sub-indicator {
  background-position: -10px 0;
}
.menu-sub ul a>.sf-sub-indicator {
  background-position: 0 0;
}
.menu-sub ul a:focus>.sf-sub-indicator,
.menu-sub ul a:hover>.sf-sub-indicator,
.menu-sub ul a:active>.sf-sub-indicator,
.menu-sub ul li:hover>a>.sf-sub-indicator,
.menu-sub ul li.sfHover>a>.sf-sub-indicator {
  background-position: -10px 0;
}
.sf-shadow ul {
  padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
  background: transparent;
}
/*-------------------------------------------------------------------------------------------*/
/* content */
/*-------------------------------------------------------------------------------------------*/
#content-home.col-780 {
  margin-right: 0;
}
#content {
  float: left;
  width: 65%;
}
.post {
  margin: 0;
  padding: 0;
  line-height: 19px;
}
.post h2 a {
  text-decoration: none;
}
.post h2 a:hover {
  color: #777;
  text-decoration: none;
}
#main_post h2 {
  margin-top: 15px;
}
.post ul {}
.post li {}
.postmetadata {
  clear: both;
  background: #f7f7f7;
  padding: 6px;
  margin: 20px 0;
}
.navigation {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.demo-ad {
  background: #eeeeee;
  text-align: center;
  line-height: 130px;
  color: #d4d4d4;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
.home .demo-ad {
  background: #dddddd;
  color: #707274;
  line-height: 150px;
}
#sidebar .demo-ad {
  line-height: 250px;
}
.resource-service {
  margin-bottom: 20px;
  text-align: center;
}
#home-sidebar .demo-ad {
  line-height: 500px;
}
.related-post h2.title,
.related-post div.titlers {
  font-size: 25px;
  color: #222;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding: 0 0 10px 0px;
  border-bottom: 1px solid #dddddd;
}
.related-post ul {
  overflow: hidden;
  padding: 0;
}
.related-post ul li {
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.related-post ul li.entry_post h3 a {
  font-size: 15px;
  color: #67308b;
  font-family: "Open Sans", sans-serif;
}
#social-like-buttons {
  position: absolute;
  left: -80px;
  border: 2px solid #d6d6d6;
  padding: 8px 5px 0;
  text-align: center;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 58px;
  top: 0;
}
#social-like-buttons .social-like {
  margin-bottom: 10px;
}
.contact-link {
  display: none;
}
/*-------------------------------------------------------------------------------------------*/
/* Home Page */
/*-------------------------------------------------------------------------------------------*/
.entry_list .entry_post .thumb-holder img.mobile-thumb {
  display: none;
}
.content-block {
  background: #ececec;
  padding: 10px;
}
.content-block .subscribe {
  float: left;
  padding: 7px 10px 7px 0;
  border-right: 1px solid #ed4e29;
  margin-right: 10px;
}
.content-block .subscribe form input[type="text"] {
  float: left;
  font-style: italic;
  color: #696d6f;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding: 9px 7px;
  width: 195px;
}
.social-follow h2 {
  float: left;
  color: #db0e22;
}
.social-follow span.follow-text {
  font-size: 18px;
  font-weight: 700;
  float: left;
  color: #000;
  margin-right: 10px;
}
.social-follow ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.social-follow ul li {
  float: left;
  margin-right: 5px;
  list-style-type: none;
}
.social-follow li a {
  display: block;
  background: url(images/follow-button.png) no-repeat;
  width: 35px;
  height: 35px;
  text-indent: -999999px;
}
.social-follow li.twitter a {
  background-position: 0 0;
}
.social-follow li.facebook a {
  background-position: -39px 0;
}
.social-follow li.gplus a {
  background-position: -78px 0;
}
.social-follow li.pinterest a {
  background-position: -117px 0;
}
.social-follow li.youtube a {
  background-position: -156px 0;
}
.social-follow li.in a {
  background-position: -196px 0;
}
#block-right .title {
  background: #788189;
  font-size: 25px;
  color: #fff;
  padding: 10px 15px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.blog-post .entry_post {
  list-style-type: none;
  padding-right: 10px;
}
.blog-post .entry_post .fit {
  padding-right: 0;
  padding-left: 10px;
}
.blog-post .thumb-holder {
  margin-bottom: 10px;
}
.blog-post .entry_post .date {
  font-size: 12px;
  float: none;
  margin-bottom: 10px;
}
.entry_list .post-list {
  margin-bottom: 0;
}
.entry_list .post-list h2 {
  font-size: 23px;
  line-height: 28px;
  min-height: 84px;
}
.entry_list .post-list .entry_post {
  margin-bottom: 0;
}
.featured-post {
  margin-top: 20px;
}
.featured-post .blog-post .entry_post .post-share,
.popular-post .blog-post .entry_post .post-share {
  border: none;
}
.entry_post .post-share {
  margin-bottom: 15px;
}
.entry_list .post_list.blog-post .entry_post {
  margin-bottom: 30px;
  padding-right: 30px;
}
.entry_list .entry_post {
  margin-bottom: 15px;
  background: #fff;
}
.entry_post p {
  line-height: 24px;
}
.entry_post a {
  color: #9f28ee;
}
.entry_post a:hover {
  color: #222;
}
.entry_list .post_list .entry_post h2 a {
  font-weight: bold;
  line-height: 26px;
  color: #161616;
  font-family: "Open Sans", sans-serif;
}
.entry_list .post_list.blog-post .entry_post p {
  font-family: "Open Sans", sans-serif;
  color: #383838;
}
.entry_list .entry_post .inner {
  padding: 10px;
}
.thumb-holder {
  margin-bottom: 10px;
  position: relative;
}
.thumb-holder img {
  display: block;
}
.entry_list .entry_post .date {
  font-size: 10px;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/date_bg.png) repeat 0 0;
  padding: 4px 10px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
.entry_list .entry_post .entry-content p {
  line-height: 23px;
}
.entry_list .entry_post h3 a,
.entry_list .entry_post h3 a:visited {
  font-family: "Open Sans", sans-serif;
  color: #585858;
  font-size: 20px;
  font-weight: 600 !important;
}
.entry_list .entry_post h3 a:hover {
  color: #222;
}
.entry_list .entry_post .social-share {
  margin: 15px 0;
}
.social-share a.fl-right {
  font-size: 15px;
}
.social-share .twitter-tweet-button {
  width: 90px !important;
}
.entry_list .entry_post .social-share .social_share,
.entry_list .entry_post .social-share .addthis_native_toolbox {
  float: left;
}
.social_share {
  list-style: none;
}
.social_share li {
  float: left;
  margin-right: 10px;
}
.result-items .title {
  text-transform: capitalize;
  padding: 0 3px;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 27px;
}
.result-items .result-item {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 12px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  margin-bottom: 20px;
}
.result-items .result-item .fl-left {
  margin: 0 12px 0 0;
}
.result-items .result-item .fl-left img {
  display: block;
}
.result-items .result-item .page-content p {
  color: #8c8b8d;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}
.result-items .result-item .meta-date {
  font-size: 10px;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/date_bg.png) repeat 0 0;
  padding: 4px 10px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
.result-items .result-item .page-content h3 {
  line-height: 21px;
  font-weight: normal;
  color: #3c3c3c;
  margin-bottom: 5px;
  font-family: "Noto Serif", serif;
  font-weight: 700;
}
.result-items .result-item .page-content h3 a,
.result-items .result-item .page-content h3 a:visited {
  color: #67308b;
}
.result-items .result-item .page-content h3 a:hover {
  color: #222;
}
#buttons {
  overflow: hidden;
}
.title {
  color: #3c3c3c;
  color: #3c3c3c;
}
.top-rated-post .blog-post li {
  width: 283px;
}
.top-rated-post.col-220 {
  margin: 0;
  border: 1px solid #e5e5e5;
  border-width: 0 1px 0 1px;
}
.top-rated-post .entry_post .thumb-holder {}
.top-rated-post .entry_list .entry_post {
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 10px 25px;
  padding-bottom: 10px;
}
.top-rated-post .entry_list .entry_post .inner {
  padding: 0;
  overflow: hidden;
}
.top-rated-post .entry_list .entry_post h5 {
  overflow: hidden;
}
.top-rated-post .entry_post .entry-content p {
  line-height: 21px;
}
.bottom-post {
  clear: both;
}
.most-shared-posts ul li {
  float: left;
}
.blog-post li.last_item {
  margin-right: 0;
}
.contact-button {
  background: #ed4e2a;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
  width: 76px;
}
/*Tabs*/
.fatured-tabs {
  margin-bottom: 20px;
  overflow: hidden;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
}
.fatured-tabs .tab-list {
  float: left;
  width: 73%;
}
dv.tablist {
  display: none;
}
.fatured-tabs .tab-list .tablist {
  padding: 0px;
}
.fatured-tabs .tabs {
  float: left;
  width: 27%;
  border: 1px solid #bcbcbc;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  margin: 0px;
  border-radius: 0px;
}
.fatured-tabs .tabs li {
  list-style: none;
  padding: 20px 10px;
  position: relative;
  white-space: normal;
  background: none;
  border: 0px;
  margin: 0px;
  padding-bottom: 0px;
}
.fatured-tabs .ui-tabs {
  position: relative;
  padding: 0.2em;
}
.fatured-tabs .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.fatured-tabs .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.fatured-tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.fatured-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.fatured-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.fatured-tabs .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.fatured-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.fatured-tabs .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.fatured-tabs .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.fatured-tabs .tabs li.ui-tabs-active {
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #e8e8e8;
  border-radius: 0px;
  margin-top: -1px;
  box-shadow: 0px 1px 5px #a19f9f;
}
.main-tablist .fatured-tabs .tabs li a {
  padding: 0px;
  background: none;
  padding-bottom: 10px;
  min-height: 90px;
}
.fatured-tabs .tabs li.ui-tabs-active:before {
  content: "";
  border-width: 33px;
  border-color: transparent #e8e8e8 transparent transparent;
  border-style: solid;
  position: absolute;
  left: -65px;
  top: 50%;
  margin-top: -33px;
}
.main-tablist .fatured-tabs .tabs li.ui-tabs-active a {
  cursor: pointer;
}
.fatured-tabs .tabs li a {
  display: block;
  padding: 6px 10px;
  color: #161616;
  font-size: 21px;
  border-bottom: 1px solid #bcbcbc;
}
.fatured-tabs .tabs li:last-child a {
  border-bottom: none;
}
.tab-list .entry_post {
  padding: 0;
  margin: 0;
}
.onethird {
  float: left;
  width: 368px;
  margin-right: 33px;
  padding-right: 0px !important;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  min-height: 510px;
  margin-bottom: 33px !important;
}
.onethird:nth-child(3n) {
  float: left;
  margin-right: 0px !important;
}
.blockCont {
  padding: 5px 15px;
}
.bnr-holder {
  width: 568px;
  float: left;
}
.bnr-holder img {
  display: block;
}
.bnrRight {
  float: left;
  width: 530px;
  padding: 20px 20px 20px 40px;
}
.bnrshadow {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  margin-top: -80px;
}
#mc_embed_signup form {
  padding: 0px !important;
}
#mc_embed_signup .button {
  margin: 0px !important;
}
#mc_embed_signup {
  background: none !important;
}
.srchForm {
  float: left;
  width: 205px;
}
.signForm {
  float: left;
  width: 250px;
}
.signForm {
  margin-right: 20px !important;
}
#mc_embed_signup input {
  background: #fff !important;
  border-radius: 0px !important;
  width: 159px !important;
  border: 0px !important;
  padding: 12px 9px 9px 10px !important;
}
#mc_embed_signup .button {
  width: 72px !important;
  background: #ee637e !important;
  border-radius: 0px !important;
  border: 0px !important;
  font-size: 11px !important;
  padding: 0px 10px !important;
  height: 38px !important;
}
#head-bottom #searchform input[type="submit"] {
  display: none;
}
#head-bottom #searchform input[type="text"] {
  width: 196px !important;
  border: 0px !important;
  background: #fff !important;
  padding: 12px 9px 11px 10px !important;
}
#menu {
  margin-top: 45px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
h1.postTitle,
div.postTitle {
  font-size: 24px;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 12px;
}
.bnrRight h1.postTitle,
.bnrRight div.postTitle {
  font-size: 28px;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  line-height: 1.2;
}
.thumbCat {
  padding-bottom: 17px;
}
.thumbCat a,
.thumbCat a:visited,
.thumbMetas a,
.thumbMetas a:visited {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.thumbCat a:hover,
.thumbMetas a:hover {
  color: #888;
}
.bnrRight p,
.blockCont p {
  font-size: 14px !important;
  color: #383838;
  line-height: 25px !important;
}
.thumbMetas {
  padding-top: 27px;
  color: #888;
  font-size: 12px;
}
.blockCont .thumbCat {
  padding-bottom: 13px;
}
.blockCont .thumbMetas {
  padding-top: 17px;
}
.topOne {
  margin-bottom: 30px !important;
}
.blockCont h1.postTitle,
.blockCont div.postTitle {
  height: 76px !important;
  margin-bottom: 13px !important;
  overflow: hidden;
}
h2.title,
div.titlers {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #222;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.pplrPost {
  width: 570px;
  margin-right: 30px;
  float: left;
}
.tprPost {
  width: 570px;
  float: left;
}
.tprInner {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.pplPostList {
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.pplPostList .pplImg {
  width: 232px;
  height: 200px;
  float: left;
}
.pplPostList .pplCont {
  width: 275px;
  margin: 25px 0px 20px 40px;
  float: left;
}
.pplrPost .thumbCat {
  padding-bottom: 10px;
}
.pplrPost .thumbMetas {
  padding-top: 7px;
}
.pplrPost h3,
.pplrPost h3 a,
.pplrPost h3 a:visited {
  font-size: 19px;
  /* font-family: "Noto Serif", serif; */
  font-weight: 700;
  line-height: 1.2;
  color: #67308b;
  height: 56px;
  margin-bottom: 20px;
  overflow: hidden;
}
.pplrPost h3 a:hover {
  color: #888;
}
.tprPostList {
  border-bottom: solid 2px #ededed;
  width: 100%;
}
.tprImg {
  float: left;
  width: 84px;
  height: 80px;
}
h3.tprPostTtl {
  float: left;
  margin: 15px 15px 5px 30px;
  width: 420px;
  font-size: 15px;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  line-height: 1.25;
}
h3.tprPostTtl a,
h3.tprPostTtl a:visited {
  color: #67308b;
}
h3.tprPostTtl a:hover {
  color: #888;
}
.single .thumb-holders {
  width: 100%;
  margin-bottom: 30px;
}
.single .thumb-holders img {
  width: 100%;
  height: auto;
  display: block;
}
.singleBg {
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
#content {
  float: left;
  width: 840px;
  margin-right: 30px;
}
.single .thumbCat {
  padding-bottom: 10px !important;
}
.single .thumbMetas {
  padding-top: 0px !important;
  margin-top: -7px;
  padding-bottom: 27px !important;
}
#sidebar {
  width: 378px;
  float: left;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 0px;
}
/*-------------------------------------------------------------------------------------------*/
/* sidebar */
/*-------------------------------------------------------------------------------------------*/
#sidebar .widget-container {
  padding: 0px 24px 20px;
  overflow: hidden;
  margin-bottom: 23px;
}
#sidebar .widget_nav_menu {
  padding: 0;
  border-bottom: 1px solid #61ac7a;
}
#sidebar .widget-container .widget-title,
#sidebar .widget_toprated_posts .title {
  font-size: 23px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #222;
  margin-bottom: 15px;
  text-transform: capitalize;
  padding: 0;
  font-weight: bold;
  margin: 0 0px 20px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #ccc;
  line-height: 26px;
}
#sidebar .widget-container .top-rated-post h3 a {
  font-size: 15px;
  color: #67308b;
  display: block;
  font-family: "Noto Serif", serif;
  font-weight: 700;
}
.widget-container ul {
  margin: 0;
  padding: 0 17px;
}
.widget-container ul li {
  font-size: 19px;
  list-style-type: square;
  margin-bottom: 10px;
  vertical-align: middle;
}
.widget-container ul li a {
  font-size: 14px;
}
.widget-container ul ul {
  margin: 14px 0;
  padding: 0;
}
.widget-container ul ul li {
  list-style-type: none;
}
.widget-container ul ul ul {
  margin: 0;
  padding: 0;
}
.widget-container ul ul ul li {
  padding: 0 0 0 15px;
  list-style-type: square;
  color: #898989;
}
.widget_search {
  padding: 15px;
}
#sidebar-inner .menu {
  padding: 0;
}
.widget_subscribe p {
  color: #242424;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  margin: 5px 0;
}
.widget_subscribe input.text-input {
  border: none;
  float: left;
  width: 76%;
  padding: 7px;
  font-size: 12px;
  border-right: 1px solid #e4e4e4;
  background: #fff;
  color: #696d6f;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
#sidebar .widget_subscribe input.text-input {
  width: 68%;
}
.widget_subscribe input[type="submit"] {
  padding: 5px 0;
  width: 77px;
  font-family: "Open Sans", sans-serif;
}
#main-content .widget_subscribe h2,
#main-content .widget_follow_us h2 {
  display: none;
}
#sidebar .widget_text {
  border: none;
}
.widget_subscribe #social {
  margin-top: 5px;
}
.widget_subscribe #social ul {
  overflow: hidden;
}
.widget_subscribe #social li {
  float: left;
  margin-right: 5px;
}
.widget_subscribe #social li,
.widget_subscribe #social li a {
  background: url(images/social.gif) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
  height: 23px;
  width: 22px;
}
.widget_subscribe #social .rss {
  background-position: 0 0;
}
.widget_subscribe #social .twitter {
  background-position: -26px 0;
}
.widget_subscribe #social .facebook {
  background-position: -53px 0;
}
#main-content .widget_follow_us {
  background: url(images/followus_title.jpg) no-repeat 0 bottom #e4e4e4;
  padding: 20px 55px 10px;
  margin-bottom: 25px;
}
.widget_follow_us ul {
  padding: 0;
}
.widget_follow_us ul li {
  float: left;
  list-style-type: none;
}
#banner {
  padding: 85px 0;
  background: #f2f2f2;
}
#banner h1 {
  text-align: center;
  color: #bebebe;
  font-size: 25px;
}
.post-list-items li {
  list-style: none;
  overflow: hidden;
  padding: 8px 0;
}
.post-list-items li img {
  float: left;
}
.post-list-items a {
  color: #67308b;
  display: block;
  font-family: "Noto Serif", serif;
  font-weight: 700;
}
.post-list-items span {
  font-size: 12px;
  color: #333333;
  font-style: italic;
}
#sidebar .widget-container.widget_text {
  padding: 0;
}
#sidebar .widget_follow_us {
  padding: 20px;
}
#sidebar .follow-us ul {
  list-style: none;
  padding: 0;
}
#sidebar .follow-us ul li {
  float: left;
  list-style-type: none;
  margin-right: 5px;
}
#sidebar .post-list-items .entry_post .thumb-holder {
  float: left;
}
.widget-container .post-list-items {
  padding: 0;
}
.post-list-items .entry_post .thumb-holder {
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 10px;
}
.post-list-items .entry_post .inner {
  padding: 0;
  overflow: hidden;
}
#collapsible-list .widget_categories ul {
  display: none;
}
#collapsible-list .widget_categories ul {
  margin-left: 30px;
}
.subscribe-footer {
  padding: 15px;
  clear: both;
}
.subscribe-footer input.text-input {
  border-width: 1px 0 1px 1px;
  border-color: #ccc;
  padding: 10px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  float: left;
  height: 39px;
}
.subscribe-footer input.subscribe {
  color: #fff;
  border: none;
  height: 39px;
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#sidebar .widget-container.widget_quick_contact h2 {}
.widget_quick_contact form #contact-form input[type="text"],
.widget_quick_contact form #contact-form input[type="email"],
.widget_quick_contact form #contact-form textarea,
.widget_quick_contact form #contact-form input.custom-combobox-input,
.widget_quick_contact form #contact-form select {
  background: #fff;
  margin-bottom: 9px;
  color: #000;
  border: 1px solid #e2e3e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  width: 100%;
  font-size: 12px;
}
.widget_quick_contact form #contact-form textarea {
  height: 50px;
  max-width: 100%;
  min-width: 100%;
}
.widget_quick_contact form a {
  font-size: 12px;
  color: #8c8b8d;
  margin-top: 6px;
  font-family: "Open Sans", sans-serif;
}
.widget_quick_contact form .submit {
  display: block;
  border: none;
  font-size: 14px;
  color: #fff;
  float: right;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
/*-------------------------------------------------------------------------------------------*/
/* comments */
/*-------------------------------------------------------------------------------------------*/
#respond {
  clear: both;
}
#commentform {
  margin: 0;
  padding: 0;
}
#comments a {
  margin: 16px 0 0;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
}
#commentform label {
  width: 75px;
  display: inline-block;
}
#commentform p #submit {
  margin: 36px 0 0;
  cursor: pointer;
  float: right;
}
#comment {
  width: 98%;
  min-height: 255px;
  padding: 3px;
}
#commentform a {
  text-decoration: none;
}
#commentform p {
  position: relative;
  margin-bottom: 18px;
}
#commentform p .error {
  border: 1px solid #ff4343;
}
#commentform p label.error {
  color: #ff0000;
  margin-left: 15px;
  border-color: #ff4343;
  padding: 2px 5px;
  position: absolute;
  width: 125px;
}
#commentform h3 {
  margin: 0;
  padding: 0;
}
h3.add-comment {
  font-size: 30px;
  margin: 35px 0 31px;
}
.postbyauthor {
  color: #ddd;
}
#submit {
  margin: 5px 5px 0 0;
}
ol.commentlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ol.commentlist ul,
.comment-content {
  overflow: hidden;
}
ol.commentlist .avatar {
  float: right;
  margin: 0 12px 0 0;
}
ol.commentlist li {
  margin: 10px 0;
  padding: 30px;
  list-style-type: none;
  border: 1px solid #dfdfdf;
  position: relative;
}
ol.commentlist li p {
  margin: 6px 0 6px 0;
  padding: 0 12px 0 0;
  line-height: 19px;
  line-height: 22px;
}
ol.commentlist .reply a {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f9f9f9;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 5px;
}
ol.commentlist .reply {
  margin-top: 25px;
}
#content.single-post .commentmetadata a {
  text-decoration: underline;
  font-style: italic;
  font-size: 14px;
}
cite {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
}
cite a {
  text-decoration: none;
}
cite a:hover {
  text-decoration: none;
}
/*-------------------------------------------------------------------------------------------*/
/* search */
/*-------------------------------------------------------------------------------------------*/
#searchform input[type="text"] {
  border: none;
  float: left;
  width: 130px;
  padding: 9px 9px 9px 35px;
  font-size: 12px;
  border: 1px solid #d4d4d4;
  background: url(images/search-icon.gif) no-repeat 5px 4px #f5f5f5;
  color: #696969;
  font-family: "Open Sans", sans-serif;
}
/*-------------------------------------------------------------------------------------------*/
/* misc */
/*-------------------------------------------------------------------------------------------*/
.entry p {
  padding: 0 0 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.entry ol {
  margin: 0 0 20px 20px;
  padding-left: 20px;
}
.entry ul li,
.entry ol li {
  margin-bottom: 8px;
  line-height: 22px;
}
.entry ul {
  margin-bottom: 20px;
  padding: 0;
  margin-top: 0px;
}
.entry ul li {
  padding-left: 25px;
  background: url(images/list-item.png) no-repeat 0 4px;
  list-style: none;
  line-height: 23px;
}
.entry dl {
  margin-bottom: 18px;
}
.entry dd {
  margin-left: 40px;
}
.entry table {
  margin-bottom: 18px;
  border-collapse: collapse;
}
.entry table th {
  background: #ddd;
  padding: 5px;
}
.entry table td {
  border: 1px solid #ddd;
  padding: 5px;
}
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
  color: #67308b;
}
.red {
  color: #f00;
}
blockquote {
  border-left: 1px solid #a5abab;
  margin: 15px;
  padding: 0 12px 0 12px;
}
img.aligncenter,
img.alignCenter,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*border:1px solid #ddd;*/
  padding: 2px;
  margin-bottom: 8px;
}
img.alignright,
img.alignRight {
  padding: 2px;
  margin: 0 0 2px 8px;
  display: inline;
  /*border:1px solid #ddd;*/
}
img.alignleft,
img.alignLeft {
  padding: 2px;
  margin: 0 8px 2px 0;
  display: inline;
  border: 1px solid #ddd;
}
.alignright,
.alignRight {
  float: right;
}
.alignleft,
.alignLeft {
  float: left;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 0px 0px 10px 0px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  border: none;
  float: left;
  width: 205px;
  padding: 9px 9px 9px 10px;
  font-size: 12px;
  border: 1px solid #d4d4d4;
  background: #f5f5f5;
  color: #696969;
  font-family: "Open Sans", sans-serif;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="password"],
#commentform textarea {
  float: none !important;
}
input[type="submit"] {
  border: none;
  cursor: pointer;
  background: #ee637e !important;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  height: 35px;
  width: 90px;
}
#commentform p #submit {
  width: 137px !important;
}
.paginate ul li a:hover {
  background: #005ba1;
  color: #fff;
}
.paginate ul a.next.page-numbers:hover,
.paginate ul a.prev.page-numbers:hover {
  border: 0;
}
.paginate {
  padding: 0;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.paginate ul {
  list-style: none;
  overflow: hidden;
  float: left;
  padding: 0;
  margin-left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.paginate ul li.last_item {
  margin-left: auto;
}
.paginate ul li.first_item {
  margin-left: auto;
}
.paginate ul a.next.page-numbers,
.paginate ul a.prev.page-numbers {
  border: 0;
  border-radius: 35px;
  width: 94px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #333333;
  font-size: 18px !important;
}
.paginate ul li {
  float: left;
  padding: 10px 0px !important;
}
.paginate ul a.prev.page-numbers img,
.paginate ul a.next.page-numbers img {
  object-fit: cover;
  width: 26px;
  margin-top: -2px;
}
.paginate ul a.next.page-numbers img {
  margin-top: 0px;
  width: 26px;
}
.paginate ul li.last_item:not(.next_wrapper) {
  margin-left: 0;
  margin-right: auto;
}
.paginate ul li a,
.paginate ul li span {
  color: #333333;
  text-decoration: none;
  background: #fff;
  font-size: 16px !important;
  min-width: 34px;
  min-height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  font-weight: 500;
  border: 1px solid #dfdfdf;
}
.paginate ul li.odd_item.first_item.prev_wrapper {
  margin-left: 0;
  margin-right: auto;
}
.paginate ul li span.page-numbers.dots {
  background: #dde0f5;
  color: #3a3a3a;
}
.paginate ul li.last_item {
  margin-left: auto;
}
.paginate ul li span {
  color: #fff;
  background: #005ba1;
}
#sidebar .widgt-btm-mrgn {
  margin-bottom: 20px;
}
.search-inner .gridPosts .post-content>span {
  margin-bottom: 6px;
}
.search-inner section.custom-post-grid.featuredPost .post-content {
  padding: 20px;
}
.search-inner section.custom-post-grid.featuredPost .gridPosts .post-content>span a {
  font-size: 12px;
}
.search-inner section.custom-post-grid.featuredPost .post-content p {
  color: #b6b8be;
  line-height: 17px;
  font-weight: 400;
}
.featuredPost .gridPosts .post-thumbnail {
  aspect-ratio: auto !important;
}
.search-inner .gridPosts .post-thumbnail {
  aspect-ratio: 1/0.64;
}
/*-------------------------------------------------------------------------------------------*/
/* footer */
/*-------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  color: #fff;
  font-size: 12px;
  background: url(images/footerline.jpg) repeat-y center 0;
  padding: 20px 0px;
}
.push {
  height: 54px;
  clear: both;
}
#footer p {
  padding: 15px 0;
  float: left;
  font-size: 11px;
  color: #f5f5f5;
  font-family: "Open Sans", sans-serif;
}
.social-icons {
  overflow: hidden;
  padding: 15px 0;
}
.social-icons ul {
  float: right;
  margin: 0 15px;
  padding-bottom: 12px;
}
.social-icons li {
  float: left;
  margin-left: 10px;
  list-style-type: none;
}
.social-icons li a {
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -999999px;
  background-size: 26px 26px !important;
}
.social-icons li.facebook a {
  background: url(images/fb.png) no-repeat;
}
.social-icons li.twitter a {
  background: url(images/twt.png) no-repeat;
}
.social-icons li.linkedin a {
  background: url(images/linkdin.png) no-repeat;
}
.social-icons li.gplus a {
  background: url(images/gp.png) no-repeat;
}
.social-icons li.pinidr a {
  background: url(images/pin.png) no-repeat;
}
#collapsible-list,
.post-share-resp {
  display: none;
}
.widget_quick_contact .custom-combobox {
  position: relative;
  display: block;
  clear: both;
}
.widget_quick_contact .custom-combobox-toggle {
  position: absolute;
  top: 11px;
  right: 10px;
  margin: 0;
  padding: 0;
  height: 12px;
  width: 11px;
  border-radius: 0;
}
.facebook-comments {
  margin-top: 23px;
}
.facebook-comments .fb_iframe_widget,
.facebook-comments .fb_iframe_widget span,
.facebook-comments .fb_iframe_widget iframe[style] {
  width: 100% !important;
}
.ftrLogo {
  float: left;
  margin-right: 10px;
  width: 169px;
  padding-top: 17px;
}
.fl-rgt {
  float: right;
  color: #fff;
  font-size: 14px;
  padding-top: 17px;
}
.fl-rgt ul li {
  margin-left: 13px;
  float: left;
  margin-bottom: 13px;
}
.fl-rgt ul li a,
.fl-rgt ul li a:visited {
  color: #fff;
  font-size: 14px;
}
.fl-rgt ul li a:hover {
  color: #ccc;
}
/*Custom Tables in Blogs*/
.entry table.ecommerceTable {
  border-collapse: collapse;
}
.entry table.ecommerceTable td {
  vertical-align: top;
  font-size: 14px;
  width: 33%;
  position: relative;
  padding-bottom: 25px;
}
.entry table.ecommerceTable td strong {
  color: #228e1c;
  line-height: 18px;
  display: block;
}
.entry table.ecommerceTable td ul {
  margin: 0 0 15px 0px;
  font-size: 13px;
  list-style: none;
}
.entry table.ecommerceTable td ul li {
  background: url(images/list-arrow-blue.png) no-repeat 0px 2px;
  padding-left: 12px;
}
.entry table.ecommerceTable td img {
  padding: 0px;
  border: 0px;
}
.entry table.ecommerceTable td.imageTb {
  padding: 0px;
}
.entry table.ecommerceTable td .rating {
  clear: both;
  display: block;
  position: absolute;
  bottom: 5px;
  width: 98%;
}
.entry table.ecommerceTable td .rating img {
  margin-bottom: -3px;
}
.entry table.horizontalDisplay {
  background-color: #f6f6f6;
  font-size: 14px;
}
.entry table.horizontalDisplay ul {
  margin-bottom: 10px;
}
.entry table.horizontalDisplay td {
  border: 0px;
  padding: 15px 0px;
}
.entry table.horizontalDisplay h3 {
  color: #228e1c;
  font-size: 16px;
}
.entry table.horizontalDisplay td .rating {
  clear: both;
  display: block;
  position: relative;
  bottom: 5px;
  width: 50%;
}
.entry table.horizontalDisplay td .rating img {
  margin-bottom: -4px;
  margin-left: 5px;
}
.entry table.bgGreyTable {
  background-color: #f7f7f7;
  border-collapse: collapse;
}
.entry table.bgGreyTable th {
  background: #ddd;
  padding: 5px;
}
.entry table.bgGreyTable td {
  padding-left: 10px;
}
.quoteCaption {
  padding: 0px 10px;
  width: 38%;
  margin: 4px 0px 5px 10px;
  color: #b23333;
  border: 4px solid #bababa;
  border-top: 0px;
  border-bottom: 0px;
  font-style: italic;
}
.tooltip {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: url(/blog/wp-content/uploads/2014/12/question-tip.png) no-repeat 0px 0px;
}
.tooltip strong {
  line-height: 30px;
}
.tooltip:hover {
  text-decoration: none;
}
.tooltip span {
  z-index: 10;
  display: none;
  padding: 5px 15px;
  top: -45px;
  left: -54px;
  width: auto;
  line-height: 16px;
}
.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #dca;
  background: #fffaf0;
}
.tooltip span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #d2b986;
  bottom: -15px;
  left: 29%;
}
.callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px;
}
/*CSS3 extras*/
.tooltip span {
  border-radius: 4px;
  box-shadow: 5px 5px 8px #ccc;
}
.rating .tooltip span {
  width: 112px;
}
.rating p {
  display: none;
}
.photoScroll {
  margin-bottom: 20px;
  border: 1px solid #959595;
}
.photoScroll h3 {
  padding-bottom: 2px;
}
.photoScroll img {
  margin: 0px;
  padding: 0px;
}
.photoScroll .text {
  padding: 0px 10px;
}
.photoScroll p {
  font-size: 13px;
  display: none;
}
.photoScroll .text p {
  display: block;
  padding-bottom: 4px;
}
.contentsliderWrap {
  margin-bottom: 25px;
  position: relative;
}
.contentsliderWrap .bx-wrapper {
  position: relative;
}
.contentsliderWrap .bx-wrapper img {
  max-width: 100%;
  display: block;
  position: relative;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.contentsliderWrap .bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.contentsliderWrap .bx-wrapper .bx-pager .bx-pager-item,
.contentsliderWrap .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.contentsliderWrap .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.contentsliderWrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.contentsliderWrap .bx-wrapper .bx-prev {
  left: 5px;
  background: rgba(221, 221, 221, 0);
}
.contentsliderWrap .bx-wrapper .bx-prev:before {
  content: "";
  position: absolute;
  top: 40%;
  width: 26px;
  height: 46px;
  background: url(images/controls.png) no-repeat 0 -1px;
  left: 15px;
}
.contentsliderWrap .bx-wrapper .bx-next {
  right: 5px;
  background: rgba(221, 221, 221, 0);
}
.contentsliderWrap .bx-wrapper .bx-next:before {
  content: "";
  position: absolute;
  top: 40%;
  width: 26px;
  height: 46px;
  background: url(images/controls.png) no-repeat 0 -53px;
  right: 15px;
}
.contentsliderWrap .bx-wrapper .bx-prev:hover,
.contentsliderWrap .bx-wrapper .bx-next:hover {
  background: rgba(53, 55, 54, 0.26);
}
.contentsliderWrap .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0%;
  outline: 0;
  width: 10%;
  height: 100%;
  text-indent: -9999px;
  z-index: 9999;
}
.contentsliderWrap .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/*Mailchimp Forms*/
#head-box #mc_embed_signup input.email {
  width: 195px;
  float: left;
  background: #f5f5f5;
  border: 1px solid #d4d4d4;
  font-size: inherit;
  padding: 9px 9px 9px 20px;
  border-radius: 0px;
}
#head-box #mc_embed_signup form {
  padding: 0px;
}
#head-box #mc_embed_signup .button {
  background: #db0e22;
  color: #ffffff;
  float: left;
  padding: 8px 0;
  cursor: pointer;
  width: 90px;
  line-height: normal;
  height: 36px;
  border-radius: 0px;
  margin: 0px;
  clear: none;
  border: 0px solid #ccc;
}
/*Aweber Popup Forms*/
#popForm-54957357 #af-form-54957357 .bodyText p {
  margin: 0.2em 0;
  padding: 0px;
}
#popForm-54957357 #af-form-54957357 .af-body input.text,
#PopUpSubscribe #af-form-54957357 .af-body textarea {
  height: 30px;
  border-radius: 3px;
  padding-left: 2% !important;
  width: 98%;
}
#popForm-54957357 #af-form-54957357 .buttonContainer input.submit {
  width: 100%;
  height: 35px;
  text-transform: uppercase;
  border-radius: 3px;
  border: 0px;
  text-shadow: none;
}
/*Mailchimp Big Right Include Form*/
#mailchimp_formext #mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%;
}
#mailchimp_formext #mc_embed_signup {
  background: #2853a2;
  clear: left;
  font: 14px Helvetica Neue, Helvetica, Arial, sans-serif;
  border: 4px solid #fff;
  color: #fff;
  text-align: center;
}
#mailchimp_formext #mc_embed_signup input {
  border: 1px solid #abb0b2;
}
#mailchimp_formext #mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
  margin: 10px 0px;
}
#mailchimp_formext #mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}
#mailchimp_formext #mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
#mailchimp_formext #mc_embed_signup .button {
  clear: both;
  background-color: #e98003;
  border: 1px solid #efa54e;
  transition: all 0.23s ease-in-out 0s;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 10px 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: 96%;
  outline: 2px solid #e98003;
  border-radius: 0px;
}
#mailchimp_formext {
  width: 284px;
  border: 2px solid #e1e1e1;
  margin: 0 auto;
}
#mailchimp_formext h2 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
#mailchimp_formext h2 span {
  color: #e88003;
  text-transform: uppercase;
  font-size: 28px;
}
#nav-320 {
  float: right;
  position: relative;
  text-align: right;
  width: 20px;
  margin-top: 15px;
}
#nav-320 a.select-menu {
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}
#toplinks {
  background: #f1f1f1;
  border-top: 1px solid #000000;
  display: none;
  position: absolute;
  right: 0px;
  text-align: left;
  top: 30px;
  width: 200px;
  z-index: 999;
}
#toplinks ul li {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  width: 100%;
}
#toplinks ul>li>a {
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  color: #000;
  display: block;
  padding: 9px 0 9px 20px;
  position: relative;
}
#toplinks ul>li>a:before {
  font-size: 12px;
  font-weight: normal;
  left: 5px;
  position: absolute;
  top: 6px;
}
#toplinks ul>li:hover>a,
#toplinks ul>li.current-menu-item>a,
#toplinks ul>li.current-menu-ancestor>a,
#toplinks ul>li.current_page_item>a,
#toplinks ul>li.current_page_ancestor>a {
  background: #011a27;
  border-bottom: 1px solid #d6d6d6;
  color: #fff;
}
#toplinks ul ul {}
#toplinks ul ul li {}
#toplinks ul ul>li>a {
  padding: 6px 0 6px 32px;
}
#toplinks ul ul>li>a:before {
  left: 15px;
}
#toplinks ul ul ul {}
#toplinks ul ul ul li {}
#toplinks ul ul ul>li>a {
  padding: 6px 0 6px 45px;
}
#toplinks ul ul ul>li>a:before {
  left: 25px;
}
#head-main {
  border-bottom: none !important;
}
.headTop {
  display: none;
  background: #693387;
  padding: 7px 15px;
  position: relative;
}
.searchbox {
  min-width: 50px;
  width: 0%;
  height: 36px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  position: absolute;
  top: 7px;
  right: 15px;
  margin-top: 0px;
}
.searchbox-input {
  top: 23px;
  right: 0;
  border: 0;
  outline: 0;
  background: none;
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 0px 55px 0px 10px;
  font-size: 12px;
  color: #111;
  font-family: "ProximaNovaRegular", sans-serif;
  font-weight: 500;
}
.searchbox-open .searchbox-input {
  background: #ccc !important;
}
.searchbox-input::-webkit-input-placeholder {
  color: #111;
}
.searchbox-input:-moz-placeholder {
  color: #111;
}
.searchbox-input::-moz-placeholder {
  color: #111;
}
.searchbox-input:-ms-input-placeholder {
  color: #111;
}
.searchbox-icon,
.searchbox-submit {
  width: 36px !important;
  height: 36px !important;
  display: block;
  position: absolute;
  top: 0px;
  font-family: verdana;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  /* line-height: 50px; */
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
  /* background-color: #484e55; */
  background: url(images/srchicn.png) no-repeat left 0px !important;
}
.searchbox-open {
  width: 300px;
}
.searchbox-open .searchbox-submit {
  z-index: 9999;
}
.headTop #mc_embed_signup input {
  padding-bottom: 7px !important;
}
.headTop #mc_embed_signup .button {
  height: 36px !important;
}
.alm-btn-wrap .alm-load-more-btn {
  height: 50px !important;
  border-radius: 25px !important;
}
.alm-btn-wrap {
  clear: both !important;
}
.leftCont {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.midCont {
  width: 570px;
  float: left;
  margin-right: 30px;
  margin-bottom: 37px;
}
.leftCont h4 {
  font-size: 23px;
  line-height: 21px;
  padding: 3px 10px 10px 10px;
  padding-bottom: 20px;
}
.leftCont ul li {
  padding: 0px 10px 15px 10px;
  list-style: none;
  font-size: 16px;
}
/* New Header Css Starts*/
.header-new .hd-ad-wrap {
  float: none;
  display: flex;
  gap: 10px;
  align-items: center;
}
.header-new {
  display: flex;
  justify-content: space-between;
}
.header-new .header-menu .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 40px;
  margin-bottom: 0;
}
.header-btn a {
  background: #ff6c5c;
  border-radius: 8px;
  font-size: 20px;
  padding: 18px;
  color: #fff;
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 900;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
}
.header-btn a:hover {
  background-color: #333333;
}
form.searchbox-new {
  position: relative;
}
.header-new input.searchbox-submit {
  background: transparent !important;
}
.header-new .header-menu .menu a {
  color: #646464;
  font-weight: 500;
  font-family: ProximaNovaRegular, sans-serif;
  text-decoration: none;
}
.header-new .header-menu .menu a:hover {
  color: #ff5b2f;
}
.old_header_content {
  display: none;
}
body {
  /* font-family: ProximaNovaRegular, sans-serif !important; */
}
/* New Header Css Ends*/
.container {
  padding-left: 16px;
  padding-right: 16px;
}
#wrapper {
  padding: 20px 0;
}
#header #head-main {
  padding: 10px 0 !important;
  border-bottom: 2px solid #f6f6f6 !important;
}
.container {
  max-width: 1254px;
}
.logo {
  margin-top: 0;
  max-width: 283px;
  flex: 0 0 283px;
}
.header-new .header-menu .menu a {
  color: #616161;
  font-weight: 600;
  font-size: 16px;
}
.header-new .hd-ad-wrap {
  margin: 0;
  gap: 15px;
}
#menu-main-header,
#menu-services-menu,
ul.navbar-nav {
  gap: 6px;
}
#menu-main-header a.nav-link,
#menu-services-menu a.nav-link,
ul.navbar-nav a.nav-link {
  font-size: 16px !important;
  font-weight: 500;
  color: #444444;
  text-transform: capitalize;
}
#menu-main-header li .menu-item-has-children.dropdown ul.dropdown-menu.sub-menu,
#menu-services-menu li .menu-item-has-children.dropdown ul.dropdown-menu.sub-menu,
ul.navbar-nav li .menu-item-has-children.dropdown ul.dropdown-menu.sub-menu {
  left: 100%;
  top: -7px;
  border-top: 0.1875rem solid #ffbe9c !important;
}
#menu-main-header li .menu-item-has-children.dropdown a.dropdown-item,
#menu-services-menu li .menu-item-has-children.dropdown a.dropdown-item,
ul.navbar-nav li .menu-item-has-children.dropdown a.dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 17px;
  position: relative;
  color: #212529;
  display: flex;
  align-items: center;
  line-height: 1.471;
}
#menu-main-header li .menu-item-has-children.dropdown .dropdown-toggle::after,
#menu-services-menu li .menu-item-has-children.dropdown .dropdown-toggle::after,
ul.navbar-nav li .menu-item-has-children.dropdown .dropdown-toggle::after {
  display: inline-block;
  font-size: 80%;
  font-weight: 900;
  content: "";
  margin-left: auto;
  margin-right: 0.04rem;
  transition: 0.3s ease;
  border: 0px;
  background: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 448.011 448.011" style="enable-background:new 0 0 448.011 448.011;" xml:space="preserve"><g><g><path d="M438.731,209.463l-416-192c-6.624-3.008-14.528-1.216-19.136,4.48c-4.64,5.696-4.8,13.792-0.384,19.648l136.8,182.4l-136.8,182.4c-4.416,5.856-4.256,13.984,0.352,19.648c3.104,3.872,7.744,5.952,12.448,5.952c2.272,0,4.544-0.48,6.688-1.472l416-192c5.696-2.624,9.312-8.288,9.312-14.528S444.395,212.087,438.731,209.463z"/></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
  background-position: center;
  background-size: 11px;
  width: 11px;
  height: 20px;
  background-repeat: no-repeat;
}
#menu-main-header li .menu-item-has-children.dropdown:hover,
#menu-services-menu li .menu-item-has-children.dropdown:hover,
ul.navbar-nav li .menu-item-has-children.dropdown:hover {
  background-color: #f1f1f1;
}
#menu-main-header a.nav-link:hover,
#menu-services-menu a.nav-link:hover,
ul.navbar-nav a.nav-link:hover {
  color: #0b5ed7;
}
.header-service-menu {
  background-color: #5cb513;
}
.header-service-menu .service-menu {
  display: flex;
  justify-content: space-around;
  padding: 0;
}
.header-service-menu .service-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.header-service-menu .service-menu .menu-item a {
  padding: 20px;
  display: inline-block;
}
.header-service-menu ul {
  list-style: none;
}
.header-service-menu ul.sub-menu {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  background: #fff;
  z-index: 9;
  width: 100%;
  box-shadow: 0px 20px 46px 0px rgba(0, 0, 0, 0.15);
  padding-left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.header-service-menu ul.sub-menu li.first_item {
  width: 100%;
  background: #334950;
  text-align: center;
}
.header-service-menu ul.sub-menu li.first_item a {
  color: #fff !important;
  padding: 8px;
}
.header-service-menu ul.sub-menu li {
  display: inline-block;
  width: 32%;
}
.header-service-menu ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 60px;
}
.header-service-menu .service-menu ul.sub-menu li a {
  color: #00729d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
}
.header-service-menu .service-menu .menu-item:hover {
  background: #334950;
}
.header-service-menu .service-menu ul.sub-menu li:hover {
  background: transparent;
}
.header-service-menu ul.sub-menu li.first_item:hover {
  background: #334950;
}
.header-search input.searchbox-input {
  padding-left: 0;
  color: #616161;
  font-weight: 400;
  font-size: 17px;
  font-family: ProximaNovaRegular;
  padding-right: 30px;
  height: 28px;
  display: none;
}
.header-search input.searchbox-input::placeholder {
  color: #616161;
  font-weight: 400;
  font-size: 17px;
  font-family: ProximaNovaRegular;
  color: #c2c2c2;
}
.header-search span.searchbox-icon {
  display: block !important;
  background: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" fill="%23b3b3b3" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.966 56.966" style="enable-background:new 0 0 56.966 56.966;" xml:space="preserve"><path d="M55.146,51.887L41.588,37.786c3.486-4.144,5.396-9.358,5.396-14.786c0-12.682-10.318-23-23-23s-23,10.318-23,23s10.318,23,23,23c4.761,0,9.298-1.436,13.177-4.162l13.661,14.208c0.571,0.593,1.339,0.92,2.162,0.92c0.779,0,1.518-0.297,2.079-0.837C56.255,54.982,56.293,53.08,55.146,51.887z M23.984,6c9.374,0,17,7.626,17,17s-7.626,17-17,17s-17-7.626-17-17S14.61,6,23.984,6z"/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>') !important;
  background-size: 20px !important;
  background-position: center !important;
  width: 30px !important;
  height: 30px !important;
  background-repeat: no-repeat !important;
}
.header-search {
  max-width: 160px;
}
form.searchbox-new {
  display: flex;
  align-items: center;
}
span.search-icon {
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
}
.header-search .searchbox-new.show_searchbox input.searchbox-input {
  display: block;
  position: absolute;
  width: 200px;
  top: 68px;
  padding: 22px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  z-index: 9;
}
form.searchbox-new.show_searchbox:before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  border-right: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  width: 10px;
  height: 10px;
  transform: translate(-50%, 0) rotate(-45deg);
  bottom: -15px;
  background: #ffffff;
  z-index: 99;
}
.header-search.mobile input.searchbox-input {
  display: block;
}
/* post grid section start */
section.custom-post-grid {
  padding: 40px 0;
background-color: white;
}
.first-post .post-wrapper {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 1;
}
section.popular_posts_wrapper .pplPostList:last-child {
  margin-bottom: 0;
}
.first-post .post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 30px;
  z-index: 1;
}
.first-post .post-content>span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  line-height: 1.25em;
}
.first-post .post-content>span a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.first-post .post-content h2 {
  color: #fff3f3;
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 8px;
}
section.custom-post-grid .post-content>a:hover h2 {
  text-decoration: underline;
}
.first-post .post-content a {
  text-decoration: none;
}
.first-post .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.first-post .post-thumbnail {
  height: 100%;
}
.first-post .post-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.custom-post-grid .row {
  gap: 26px 0;
}
.post-wrapper .post-meta {
  display: flex;
  align-items: center;
  gap: 19px;
}
.post-wrapper .right-text {
  flex: 1;
}
.post-wrapper .post-meta img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.post-wrapper .post-meta h3 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
  padding-bottom: 0;
  text-transform: capitalize;
}
.post-wrapper .post-meta p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 17px;
  margin: 0;
}
.gridPosts .post-thumbnail {
  aspect-ratio: 1/0.65;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 19px;
}
.gridPosts .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.gridPosts .post-content>span {
  font-size: 14px;
  color: #40b8e9;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  line-height: 1.25em;
  margin-bottom: 13px;
}
.gridPosts .post-content>span a {
  color: #5cb513;
  text-decoration: none;
}
.gridPosts a {
  text-decoration: none !important;
}
.gridPosts h2 {
  font-size: 18px;
  font-weight: 700;
  color: #161616;
  line-height: 24px;
  padding: 0;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  max-width: 110%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
}
.gridPosts p {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 17px;
  margin: 0;
}
.grid-posts-new .gridPosts {
  border: 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 0;
}
.grid-posts-new .gridPosts .post-thumbnail {
  flex: 0 0 180px;
  max-width: 180px;
  aspect-ratio: 6/5;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  margin: 0;
  width: auto;
}
.grid-posts-new .gridPosts .post-content {
  flex: 1;
}
.grid-posts-new .gridPosts .post-content span a {
  font-size: 14px;
  color: #0b5ed7;
}
.grid-posts-new .gridPosts .post-content h2 {
  -webkit-line-clamp: 3;
  font-size: 20px;
  line-height: 26px;
  height: 78px;
  margin-bottom: 12px;
}
.more-posts-wrapper {
  margin-top: 30px;
}
.load-more-btn {
  text-align: center;
  margin-top: 18px;
}
#load_more_posts {
  background: #ff6c5c;
  border-color: transparent;
  border-radius: 8px;
  font-size: 16px;
  padding: 10px 25px;
  font-weight: 500;
  text-decoration: none;
  min-height: 42px;
  position: relative;
  border: 1px solid #5cb513;
  color: #fff;
}
#load_more_posts:hover {
  background: #5cb513;
  border-color: transparent;
  color: #fff;
}
#load_more_posts:hover svg path,
#load_more_posts:disabled svg path {
  fill: #fff;
}
#load_more_posts:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
  border: 1px solid #6c757d;
  color: #fff;
}
#load_more_posts .loader {
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-left: 3px solid #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: auto;
  animation: spin 1s linear infinite;
  display: none;
  /* Hidden by default */
  left: 25px;
  top: 13px;
}
#load_more_posts.loading {
  padding-left: 52px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#load_more_posts.loading .loader {
  display: block;
}
/* cta section start */
section.blog-cta-section {
  padding: 10px 0 20px 0;
  margin-bottom: 10px;
}
.cta-inner {
  background: #000;
  display: flex;
  min-height: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  gap: 76px;
  padding: 20px;
}
.cta-content-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 850px;
  align-items: center;
  margin-right: auto;
  margin-left: 8%;
}
section.blog-cta-section.bottom_cta .cta-content-wrapper {
  max-width: 750px;
}
.cta-inner .left-img {
  max-width: 33.3%;
}
.cta-inner .left-img img {
  max-height: 100%;
  width: auto;
}
.cta-inner .right-img img {
  height: 100%;
  width: auto;
}
.cta-inner .cta-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 625px;
}
.cta-content h2 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #ffffff;
  line-height: 32px;
}
.cta-content span.sub-heading {
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  margin-top: 6px;
}
.cta-btn .spe-btn {
  background: #00c2ff;
  color: #fff4f4;
  text-decoration: none;
  border-radius: 6px;
  padding: 13px 24px;
  min-height: 48px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  white-space: nowrap;
}
.cta-btn .spe-btn:hover {
  background-color: #5cb513;
}
.right-img {
  margin-right: 20%;
}
.blog-cta-section.middle-cta .cta-inner.cta-mobile,
.blog-cta-section.bottom_cta .cta-inner.cta-mobile {
  display: none;
}
/* posts section start */
.pplPostList {
  box-shadow: none;
  display: flex;
  gap: 0;
}
.pplPostList .pplImg {
  flex: 0 0 295px;
  width: auto;
  max-width: 295px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 295 / 257;
  margin-right: 22px;
}
.pplPostList .pplImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popular_posts_wrapper .container .pp_inner {
  display: flex;
  flex-flow: wrap;
  gap: 16px;
}
.popular_posts_inner.new .first-post .post-content>span {
  margin-bottom: 2px;
}
section.popular_posts_wrapper .row {
  --bs-gutter-x: 16px;
}
.popular_posts_inner {
  flex: 1;
  margin-bottom: -16px;
}
.topRatedPosts {
  max-width: 390px;
  flex: 0 0 390px;
  background: #f3f3f3;
  border-radius: 15px;
  overflow: hidden;
  padding: 25px;
}
.topRatedPosts .tprInner {
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: transparent;
}
.topRatedPosts .titlers {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #c2bdbd;
  margin-bottom: 30px;
  font-family: ProximaNovaRegular;
  line-height: 33px;
}
.popular_posts_inner .titlers {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 0;
  margin-bottom: 32px;
  font-family: ProximaNovaRegular;
}
.blog-social-icons ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.blog-social-icons ul li a svg {
  fill: #646971;
  width: 15px;
  height: auto;
}
.blog-social-icons ul li.twitter-icon a svg {
  width: 13px;
}
.blog-social-icons ul li.twitter-icon a svg {
  width: 13px;
}
.popular_posts_inner .thumbMetas {
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  gap: 10px;
}
.popular_posts_inner .pplCont h3 {
  margin: 0;
  padding: 0;
}
.popular_posts_inner .post-meta.popular-posts {
  display: flex;
  align-items: center;
  gap: 19px;
}
.popular_posts_inner .post-meta.popular-posts img {
  flex: 0 0 50px;
  max-width: 50px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.popular_posts_inner .post-meta.popular-posts h3 {
  font-size: 15px;
  color: #000000;
  margin-bottom: 8px;
  line-height: 1.35;
  padding: 0;
  font-weight: 500;
  text-transform: capitalize;
}
.popular_posts_inner .post-meta.popular-posts p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #828282;
}
.blog-social-icons ul li a:hover svg {
  fill: #000;
}
.topRatedPosts .tprPostList {
  border: 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 0;
}
section.popular_posts_wrapper .topRatedPosts .titlers {
  font-size: 28px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.topRatedPosts .tprPostList .tprImg {
  flex: 0 0 100px;
  max-width: 100px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  height: auto;
  margin: 0;
  width: auto;
}
.topRatedPosts .tprPostList .tprImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topRatedPosts h3.tprPostTtl {
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-family: ProximaNovaRegular;
  padding: 0;
  font-weight: 700;
  line-height: 20px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.topRatedPosts h3.tprPostTtl a {
  text-decoration: none;
  color: #000 !important;
}
.tr-post-meta {
  flex: 1;
}
.topRatedPosts span.post-date {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
}
.popular_posts_inner .thumbCat {
  padding-bottom: 13px;
}
.popular_posts_inner .pplPostList .pplCont {
  flex: 1;
  margin: 0;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 35px 30px;
  max-width: 100%;
  width: 100%;
  min-height: 257px;
}
.popular_posts_inner .thumbCat a {
  color: #f1352a;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 500;
}
.pplrPost .thumbCat {
  padding: 0;
  margin-bottom: 15px;
}
.pplCont h3 a {
  font-size: 24px;
  color: #191919;
  line-height: 34px;
  font-family: inherit !important;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  margin-bottom: 30px;
  font-weight: 700;
}
.popular_posts_inner .pplrPost h3 {
  height: auto;
  margin: 0;
  padding: 0;
}
section.top_rated_posts .tprPost {
  float: unset;
  width: 100%;
}
section.top_rated_posts {
  max-width: 290px;
  flex: 0 0 290px;
}
section.top_rated_posts .container {
  max-width: 100%;
  padding: 0;
}
section.popular_posts {
  flex: 1;
  max-width: 100%;
}
.popular_posts_wrapper {
  display: flex;
  flex-flow: wrap;
  padding-bottom: 20px;
  padding-top: 40px;
}
.popular_posts_wrapper .pplrPost {
  width: 100%;
  margin: 0;
  float: unset;
  clear: both;
}
section.popular_posts .container {
  padding: 0;
  margin: 0;
}
.popular_posts_inner.new .post-content h2 {
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 6px;
}
.popular_posts_inner.new .post-content a {
  text-decoration: none;
}
.popular_posts_inner.new .post-content {
  padding: 22px 16px;
}
.popular_posts_inner.new .post-box {
  margin-bottom: 16px;
}
.popular_posts_wrapper .popular_posts_inner.new .post-thumbnail {
  height: 282px;
}
.popular_posts_inner.new .post-content p {
  line-height: 18px;
}
section.popular_posts_wrapper .titlers {
  font-size: 35px;
  line-height: 39px;
  color: #212121;
  font-weight: 700;
  letter-spacing: 0;
}
/* cta section end */
/* post section black background */
section.custom-post-grid.featuredPost {
  background: #f3f3f3;
  width: 100%;
  margin: 0;
  /* font-family: ProximaNovaRegular; */
  padding: 30px 0 50px 0px;
}
section.custom-post-grid.featuredPost .titlers {
  font-size: 35px;
  line-height: 39px;
  color: #212121;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
section.custom-post-grid.featuredPost .post-content {
  padding: 25px 20px;
}
section.custom-post-grid.featuredPost .post-thumbnail {
  margin-bottom: 0;
  border-radius: unset;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
section.custom-post-grid.featuredPost .gridPosts {
  background-color: #005ba1;
  border-radius: 10px;
}
section.custom-post-grid.featuredPost h2 {
  color: #fff;
  -webkit-line-clamp: 3;
  height: 76px;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}
section.custom-post-grid.featuredPost .gridPosts .post-content>span a {
  /* color: #63d4ff; */
}
section.custom-post-grid.featuredPost .post-content p {
  color: #b6b8be;
}
section.custom-post-grid.featuredPost .row {
  align-items: flex-start;
}
section.custom-post-grid.featuredPost .first-post .post-wrapper:before {
  display: none;
}
section.custom-post-grid.featuredPost .first-post .post-content>span a {
  text-decoration: none;
  color: #2F2F33;
}
section.custom-post-grid.featuredPost .first-post h2 {
  text-decoration: none;
  font-size: 24px;
}
section.custom-post-grid.featuredPost .first-post .post-content a {
  text-decoration: none;
}
/* footer start */
div#footer {
  padding: 20px 0;
  background: #32373e;
}
div#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.ftrLogo {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.fl-left {
  flex: 0 0 253px;
  max-width: 253px;
}
#footer .footer_copyright p {
  color: #828282;
  padding: 0;
  margin: 0;
  font-family: ProximaNovaRegular;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}
div#footer .container.btm-container {
  justify-content: center;
  border-top: 1px solid #707070;
  margin-top: 18px;
  padding-top: 19px;
}
.social-icons-bottom .container {
  display: flex;
  align-items: center;
  gap: 30px;
}
.social-icons-bottom .container>span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.social-icons-bottom ul {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-icons-bottom ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f5f8;
  border-radius: 50%;
}
.social-icons-bottom ul li a:hover {
  background: #eee;
}
.social-icons-bottom ul li a svg {
  width: 18px;
  height: auto;
}
.social-icons-bottom ul li.twitter-icon a svg {
  width: 16px;
}
section.blog-cta-section.bottom_cta .cta-inner {
  min-height: 150px;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  justify-content: start;
  gap: 26px;
}
section.blog-cta-section.bottom_cta .cta-inner .cta-content {
  max-width: 575px;
}
section.blog-cta-section.bottom_cta .cta-content span.sub-heading {
  color: #005ba1;
}
section.blog-cta-section.bottom_cta .cta-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #005ba1;
  font-family: ProximaNovaRegular;
  line-height: 32px;
}
section.blog-cta-section.bottom_cta .cta-btn {
  right: 50px;
}
#menu-main-header a.nav-link,
#menu-services-menu a.nav-link,
ul.navbar-nav a.nav-link {
  /*  min-height: 60px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .logo a {
  background: transparent;
  height: auto;
  width: auto;
}
/* menu css */
#navbar .dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
#main_nav .nav-item .dropdown-menu {
  border: 0 none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0.1875rem solid #5cb513;
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#main_nav .nav-item .submenu.dropdown-menu {
  border-top: 0.1875rem solid #ffbe9c;
}
.nav-item .dropdown-menu {
  min-width: 14rem;
}
.dropdown-menu>li:hover>.submenu {
  display: block;
}
section.social-icons-bottom {
  margin-bottom: 60px;
}
/* Blog Single */
.single-post .entry ul.logolist li {
  padding-left: 80px;
  position: relative;
  background: none;
  border-bottom: 1px solid #adabab;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 300;
}
.single-post .entry ul.logolist li img {
  position: absolute;
  left: 0px;
  top: 13%;
}
.single-post .entry_list.singleBg {
  box-shadow: none;
  padding: 0;
}
.single-post .entry ol strong,
.single-post .entry ul strong {
  font-weight: 500;
}
.single-post .entry ol li {
  font-size: 19px;
  line-height: 27px !important;
  font-weight: 300;
}
.single-post .thumb-holders {
  margin-bottom: 0;
}
.single-post .thumb-holders {
  /* box-shadow: 0px 3px 6px #00000029; */
  border-radius: 20px;
  height: auto;
  overflow: hidden;
}
.single-post .thumb-holders img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .post-info h1.pagetitle {
  font-size: 44px;
  color: #1e1e1e;
  line-height: 53px;
  padding-bottom: 14px;
}
.single-post .post-info .thumbCat {
  color: #f1352a;
  padding-bottom: 5px !important;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
}
.single-post .post-info .thumbCat a {
  text-transform: none;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  color: #f1352a;
  line-height: 1;
  padding-left: 6px;
}
.single-post .post-info .thumbCat span {
  border-top: 1px solid #f83531;
  display: inline-block;
  width: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.single-post .entry p {
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  line-height: 26px;
}
.single-post .entry h2 strong,
.single-post .entry h3 strong {
  font-weight: 600;
}
.single-post figure.wp-block-image {
  margin: 10px 0 30px 0;
}
.single-post figure.wp-block-image img {
  max-width: 100%;
}
.single-post .tags_wrapper p {
  padding: 0;
  margin-bottom: 20px;
}
.single-post .tags_wrapper p a {
  font-weight: 500;
}
.single-post .entry h2 {
  color: #222222 !important;
  font-size: 32px;
  font-weight: 700 !important;
  padding: 0;
  margin-bottom: 20px !important;
  line-height: 39px;
  margin-top: 20px;
}
.single-post .entry h3 {
  color: #222222 !important;
  font-size: 24px;
  font-weight: 700 !important;
  padding: 0;
  margin-bottom: 20px !important;
  line-height: 30px;
}
.single-post .entry_post a {
  color: #005ba1;
  text-decoration: none;
}
.single-post .entry ul li {
  background: url(images/tick.png) no-repeat 0 3px;
  padding-left: 35px;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
}
.single-post .entry ul li strong {
  font-weight: 600;
}
.get_started_wrapper ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cfcdcd;
  border-radius: 25px;
  list-style: none;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 5px;
}
.single-post .get_started_wrapper ul li {
  background: transparent !important;
  list-style: none;
  position: relative;
  padding: 0 40px;
  margin-bottom: 0 !important;
}
.single-post .get_started_wrapper ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #ff5b0a;
  text-decoration: none;
}
.single-post .get_started_wrapper ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 12px;
  width: 20px;
  height: 1px;
  background: #cfcdcd;
}
.single-post .get_started_wrapper ul li h3 {
  color: #4a43d4 !important;
  font-size: 16px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.get_started_wrapper {
  margin: 25px 0;
}
.single-post .navigation {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 30px 0;
  clear: both;
  float: none;
}
.single-post .related-post div.titlers {
  border-top: 1px solid #cccccc;
  border-bottom: 0;
  padding: 30px 0 0 0;
  margin-bottom: 18px;
  margin-top: 10px;
  font-weight: 400;
  color: #333333;
  font-size: 24px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
}
.single-post .related-post .row {
  --bs-gutter-x: 23px;
}
.single-post .gridPosts .post-content>span {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Outfit", sans-serif;
}
.single-post .gridPosts h2 {
  font-size: 20px;
  line-height: 26px;
  height: 76px;
  color: #333333;
  font-weight: 500;
  -webkit-line-clamp: 3;
  font-family: "Outfit", sans-serif;
  margin-bottom: 15px;
}
.rp_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  font-family: "Outfit", sans-serif;
}
.rp_footer a {
  background-color: #5cb513;
  color: #fff;
  border-radius: 34px;
  padding: 7px 22px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Outfit", sans-serif;
}
.rp_footer a:hover,
.form-btn input[type="submit"]:hover {
  background: #0f70bb !important;
}
.rp_footer a:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 32 32" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M26.92 5.62a1 1 0 0 0-.54-.54A1 1 0 0 0 26 5H6a1 1 0 0 0 0 2h17.59L5.29 25.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0L25 8.41V26a1 1 0 0 0 2 0V6a1 1 0 0 0-.08-.38z" fill="%23ffffff" opacity="1" data-original="%23000000"></path></g></svg>');
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  margin-left: 5px;
  margin-bottom: -1px;
}
.single-post .gridPosts .rp_footer p {
  font-size: 13px;
  line-height: 16px;
  color: #818181;
  font-family: "Outfit", sans-serif;
}
.single-post ul {
  margin-bottom: 10px;
}
.no_post_found {
  color: #828282;
  font-weight: 300;
}
.single-post .entry ul li,
.single-post .entry ol li {
  margin-bottom: 20px;
}
.single-post .entry ul li:last-child,
.single-post .entry ol li:last-child {
  margin-bottom: 0px;
}
.single-post .gridPosts p {
  font-size: 13px;
  font-weight: 400;
}
.single-post .gridPosts .post-thumbnail {
  aspect-ratio: 350/213;
  margin-bottom: 20px;
}
.single-post .navigation .prev-wrap img {
  padding-right: 8px;
}
.single-post .navigation .next-wrap img {
  padding-left: 8px;
}
.single-post .navigation a {
  font-size: 15px;
  color: #333333;
  font-weight: 300;
  text-decoration: none;
}
.spe-brand-name strong {
  color: #40b8e9;
}
.single-post .superwrap {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
.single-post #content {
  width: auto;
  flex: 1;
}
.single-post #sidebar {
  box-shadow: none;
  padding-top: 0;
}
.single-post .superwrap.left-sidebar #content {
  order: 2;
  margin-right: 0;
  margin-left: 30px;
}
.single-post #wrapper {
  padding: 30px 0 60px;
}
.single-post .thumbCat a {
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 17px;
  color: #5cb513;
  line-height: 20px;
  font-weight: 500;
}
.single-post .thumbCat h1.pagetitle {
  color: #2F2F33;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 0;
  max-width: 976px;
  margin: 0 auto;
}
.single-post span.post-date-time {
  color: #a5a5a5;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  display: block;
}
.single-post .thumbCat {
  padding-bottom: 32px !important;
}
.toc-wrapper h3 {
  color: #333333;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  border-bottom: 1px solid #707070;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.toc-wrapper {}
.toc-wrapper h3 {
  color: #333333;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  border-bottom: 1px solid #707070;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
ul#tocList {
  list-style: none;
  padding: 0;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  margin-bottom: 0;
}
ul#tocList li {
  margin-top: 20px;
  position: relative;
}
ul#tocList a {
  font-size: 17px;
  line-height: 20px;
  color: #222222;
  text-decoration: none;
  display: block;
}
.toc-inner {
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  padding: 30px 25px;
  background-color: #f9f9f9;
}
ul#tocList li.active a {
  font-weight: 500;
  color: #5cb513;
}
ul#tocList li:hover a  {
  color: #5cb513;
}
ul#tocList li.active a:before {
  content: "";
  height: 36px;
  width: 2px;
  position: absolute;
  background-color: #5cb513;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
ul#tocList li.active {
  padding-left: 10px;
  margin-left: 5px;
}
.toc-wrapper.fixed {
  position: sticky;
  top: 10px;
  max-width: 100%;
  width: 100%;
}
.footer-social-icons{
  display: flex;
  gap: 8px;
}
.sidebar-form-wrapper .form-inner {
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  padding: 30px;
}
.widgt-btm-mrgn {
  margin-bottom: 40px;
}
.form-heading h3 {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  line-height: 31px;
  text-align: center;
  margin-bottom: 20px;
}
.sidebar-form-wrapper .form-inner .form-field input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  font-size: 16px;
  color: #646464;
  line-height: 20px;
  padding: 8px 8px 8px 0;
}
.sidebar-form-wrapper .form-inner .form-field {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.sidebar-form-wrapper .form-inner .form-field input:focus,
.sidebar-form-wrapper .form-inner .form-field input:focus-visible,
.sidebar-form-wrapper .form-inner .form-field textarea:focus,
.sidebar-form-wrapper .form-inner .form-field textarea:focus-visible {
  outline: unset;
}
.sidebar-form-wrapper .form-inner .form-fields {
  margin-bottom: 14px;
  display: inline-block;
  width: 100%;
}
.sidebar-form-wrapper .form-inner .form-field textarea {
  width: 100%;
  height: 80px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
}
.form-btn input[type="submit"] {
  background-color: #005ba1 !important;
  border-radius: 27px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  width: 144px;
  height: 44px;
}
.form-btn {
  text-align: center;
  margin-bottom: 10px;
}
.form-policy p {
  text-align: center;
  margin-bottom: 0;
}
.form-policy p a {
  font-size: 14px;
  color: #5cb513;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
}
.sidebar-form-wrapper .form-inner .form-fields .error {
  font-size: 12px;
  color: red;
}
/* tips page start */
.search-inner div#content {
  margin-right: 56px;
  width: 725px;
}
#sidebar .topRatedPosts h3.tprPostTtl {
  font-weight: 600;
}
#sidebar .topRatedPosts .titlers {
  font-size: 24px;
}
.search-inner .container {
  display: flex;
  flex-flow: wrap;
}
.search-inner .search-heading {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 20px 0 20px 0;
}
.search-inner div#content {
  flex: 1;
}
.search-inner .search-heading h2,
.search-inner .search-heading h1.title {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-size: 34px;
  font-weight: 500;
  color: #333333;
  text-transform: capitalize;
}
.search-inner .pplPostList .pplImg {
  margin-right: 15px;
  flex: 0 0 280px;
  max-width: 280px;
  aspect-ratio: 280 / 203;
}
.search-inner .pplPostList {
  margin-bottom: 20px;
}
.search-inner .popular_posts_inner .pplPostList .pplCont {
  padding: 16px 40px 16px 23px;
  min-height: 203px;
}
.search-inner .popular_posts_inner .thumbCat a {
  font-size: 14px;
}
.search-inner .popular_posts_inner .thumbCat {
  padding-bottom: 6px;
}
.search-inner .pplCont h3 a {
  margin-bottom: 14px;
  line-height: 28px;
  -webkit-line-clamp: 3;
  min-height: 84px;
}
.search-inner .popular_posts_inner .post-meta.popular-posts img {
  flex: 0 0 35px;
  max-width: 35px;
  height: 35px;
}
.search-inner .popular_posts_inner .post-meta.popular-posts h3 {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
.search-inner .popular_posts_inner .post-meta.popular-posts p {
  font-size: 11px;
}
.search-inner {
  margin-bottom: 10px;
}
.entry .green-dot-list li {
  position: relative;
  background: none !important;
}
.entry .green-dot-list li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #69ac3c;
  background-image: none !important;
  border-radius: 50%;
  top: 7px;
  left: 3px;
}
.search-inner section.custom-post-grid.featuredPost {
  background: transparent;
}
.search-inner section.custom-post-grid.featuredPost .gridPosts {
  background-color: transparent;
  border: 1px solid #e6e6e6;
}
.search-inner section.custom-post-grid.featuredPost .gridPosts h2 {
  color: #2F2F33;
  margin-bottom: 8px;
}
.search-results .custom-post-grid .row {
  gap: 16px 0;
}
.search-results .search-inner .search-heading h2,
.search-inner .search-heading h1.title {
  font-size: 31px;
  color: #333333;
  font-weight: 600;
  font-family: ProximaNovaRegular;
}
.search-inner section.custom-post-grid.featuredPost {
  padding-top: 0;
}
.search-inner div#sidebar {
  box-shadow: unset;
  padding: 0;
}
.topRatedPosts.new.pp_sidebar {
  background-color: transparent;
  border: 1px solid #c9c9c9;
  border-radius: 15px;
}
.topRatedPosts.new.pp_sidebar .titlers {
  border-bottom: 0;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 26px;
}
.topRatedPosts.new.pp_sidebar .tprInner .tprPostList {
  border-bottom: 1px solid #c2bdbd;
  padding-bottom: 20px;
}
.topRatedPosts.new.pp_sidebar .tprInner .tprPostList:last-child {
  border-bottom: 0;
}
.sidebar-cta .sidebar-cta-inner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  aspect-ratio: 4 / 4.86;
}
.sidebar-cta .sb-cta-content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}
.sidebar-cta .sb-cta-content span {
  background-color: #fff !important;
  border-radius: 27px;
  font-size: 13px;
  line-height: 18px;
  padding: 14px 32px;
  color: #005ba1;
}
.sidebar-cta a {
  text-decoration: none;
}
.sidebar-cta .sb-cta-content {
  text-align: center;
  padding-top: 44px;
  max-width: 258px;
  margin: 0 auto;
}
.entry ul.new li {
  line-height: 23px;
  background-position: 0;
  font-weight: bold;
  display: inline-block;
}
.entry .twoCol li {
  display: inline-block;
  margin-right: 3.5%;
  vertical-align: top;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding-left: 0;
}
.entry .twoCol li {
  margin-left: 0%;
  margin-right: 0;
}
.entry .pinkList {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 20px;
}
.blog-cta-section a {
  text-decoration: none;
}
.resource-service img,
.single-post .wp-block-image img {
  width: 100%;
}
.formstatus {
  display: block;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
}
.formstatus.error {
  color: red;
}
.formstatus.success {
  color: green;
}
/* menu start */
.br-0 {
  border-right: 0px !important;
}
.header-service-menu ul.main-menu {
  justify-content: space-around;
}
.header-service-menu .ml-2,
.header-service-menu .mx-2 {
  margin-left: 0.5rem !important;
}
.header-service-menu .main-menu__link {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 21.25px 0px;
  display: inline-block;
  position: relative;
}
.header-service-menu .main-menu__item--has-child:hover>.main-menu__link>span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
.header-service-menu .main-menu__item--has-child>.main-menu__link>span::before {
  right: -10px;
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-service-menu .main-menu__item--has-child>.main-menu__link>span::after,
.header-service-menu .main-menu__item--has-child>.main-menu__link>span::before {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-service-menu .main-menu__item--has-child:hover>.main-menu__link>span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.header-service-menu .main-menu__item--has-child>.main-menu__link>span::after {
  right: -13px;
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-service-menu .main-menu__item--has-child>.main-menu__link>span::after,
.header-service-menu .main-menu__item--has-child>.main-menu__link>span::before {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  background: #fff;
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-service-menu .main-menu__item--has-child .main-menu__link span {
  position: relative;
}
.header-service-menu .main-menu__item:not(:last-of-type) {
  margin-right: 40px;
}
.header-service-menu ul {
  padding: 0;
  margin: 0;
}
.header-service-menu .sub-list--mega .container {
  background: #fff;
  padding: 24px 16px;
  border: 1px solid #f0eeee;
  border-radius: 16px;
  box-shadow: 0 16px 32px 0 rgba(53, 48, 48, 0.08);
}
.header-service-menu .main-menu__item--has-child:hover>.main-menu__sub-list {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.header-service-menu .main-menu .sub-list--mega {
  position: absolute;
  transition: 0.3s;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
}
.header-service-menu .sub-list--mega {
  padding: 0;
  background: 0 0;
}
.header-service-menu .main-menu__sub-list {
  margin: 0;
  position: absolute;
  top: 100%;
  left: -35px;
  width: 235px;
  padding: 0;
  background-color: transparent;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-service-menu .services-mega-outer {
  border-right: 1px solid #d9d9d9;
  padding-right: 15px;
  padding-left: 15px;
}
.header-service-menu .col-md-4 {
  padding-right: 15px;
  padding-left: 15px;
}
.header-service-menu .main-menu__sub-list li,
.header-service-menu .main-menu__sub-list li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #6e6e6e !important;
}
.header-service-menu #inbound-call-center-menu::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  margin-left: 7px;
  margin-top: -6px;
  background-image: url("images/inbond-call-menu-icon.webp");
  position: absolute;
  left: 0;
  top: 0;
}
.header-service-menu #inbound-call-center-menu,
#outbound-call-center-menu {
  position: relative;
  color: #106d9f;
}
.header-service-menu .title-tab span {
  font-size: 20px;
  font-weight: 700;
}
.header-service-menu span.ml-5 {
  margin-left: 3rem !important;
}
.header-service-menu .pl-3 {
  padding-left: 1rem;
}
.header-service-menu .main-menu__sub-list li {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #6e6e6e !important;
}
.header-service-menu .main-menu__sub-list li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #106d9f;
  margin-top: 4px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.header-service-menu .main-menu__sub-list li a:hover::after,
.header-service-menu .main-menu__sub-list li.item--active a::after {
  width: 40px;
}
.header-service-menu .mb-3,
.header-service-menu .my-3 {
  margin-bottom: 1rem !important;
}
.header-service-menu .mb-3,
.header-service-menu .my-3 {
  margin-bottom: 1rem !important;
}
.header-service-menu .ml-1,
.header-service-menu .mx-1 {
  margin-left: 0.25rem !important;
}
.header-service-menu .mr-1,
.header-service-menu .mx-1 {
  margin-right: 0.25rem !important;
}
.header-service-menu .blog-mega-outer {
  padding-top: 35px;
  border-top: 1px solid #d9d9d9;
}
.header-service-menu .blog-mega-outer .banner-button-wrapper {
  background: #aee5ff;
  margin: 5px;
  border: 3px solid #64b6dd;
  padding: 10px;
  color: #106d9f;
  width: auto;
}
.header-service-menu .button--contact:first-child,
.header-service-menu .page-header__logo {
  margin-left: 0;
}
.header-service-menu .banner-button-wrapper {
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-around;
  border-radius: 8px;
}
.header-service-menu .banner-button-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.header-service-menu .button--contact {
  margin-left: 50px;
  text-decoration: none;
  font-weight: 900;
  font-size: 30px;
  line-height: 28px;
  position: relative;
}
.header-service-menu .row {
  display: flex;
}
.header-service-menu {
  position: relative;
}
div#header {
  position: relative;
  z-index: 9;
}
.header-service-menu .main-menu__item .main-menu__link::before {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: #fff;
  position: absolute;
  bottom: 3px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.header-service-menu .main-menu__item:hover .main-menu__link::before {
  width: 100%;
}
.header-service-menu .text-gray {
  color: rgba(53, 48, 48, 0.4) !important;
}
.header-service-menu .case-study-desc {
  font-size: 11px;
  margin-top: 5px;
}
.header-service-menu a {
  color: #106d9f;
}
.header-service-menu .pl-2,
.header-service-menu .px-2 {
  padding-left: 0.5rem !important;
}
.header-service-menu .col-md-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.header-service-menu .text-gray-darker {
  color: #6e6e6e !important;
}
.header-service-menu a {
  text-decoration: none;
}
.header-service-menu .mb-3,
.header-service-menu .my-3 {
  margin-bottom: 1rem !important;
}
.header-service-menu .mt-3,
.header-service-menu .my-3 {
  margin-top: 1rem !important;
}
.exclusive-outbound-services {
  color: #106d9f;
  font-size: 20px !important;
  font-weight: 800;
  line-height: 24px;
}
.header-service-menu {
  color: #414a53;
}
#outbound-call-center-menu::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  margin-left: 7px;
  margin-top: -6px;
  position: absolute;
  background-image: url("images/inbond-call-menu-icon.webp");
  left: 0;
  top: 0;
}
/* menu end */
section.blog-cta-section.bottom_cta {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 992px) {
  .menu-item-has-children:hover>.dropdown-menu {
    display: block;
  }
  .menu-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  /*.container.header-new {
    max-width: 1232px !important;
  }
  .header-service-menu .container{
    max-width: 1225px !important;
  }*/
}
@media (min-width: 1200px) {
  .single-post .superwrap.left-sidebar #content {
    margin-left: 50px;
    margin-right: 0;
  }
  .single-post .superwrap #content {
    margin-right: 50px;
  }
  .container {
    max-width: 1184px !important;
  }
  .container.header-new {
    max-width: 1224px !important;
  }
}
@media (min-width: 1280px) {
  .custom-post-grid .row {
    --bs-gutter-x: 16px;
  }
  .popular_posts_wrapper .container {
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .header-btn.mobile {
    display: none;
  }
  .header-search.mobile {
    max-width: 100%;
    display: none;
  }
}
@media screen and (max-width: 1220px) and (min-width: 981px) {
  .header-service-menu .button--contact {
    font-size: 28px;
  }
  .header-btn a {
    font-size: 18px;
  }
  .header-service-menu .services-mega-outer {
    padding-left: 0;
  }
  .header-service-menu .col-md-4 {
    padding-right: 0;
  }
  .header-service-menu .main-menu__item:not(:last-of-type) {
    margin-right: 22px;
  }
  .header-service-menu .main-menu__link {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
  .container {
    width: 940px;
  }
  #menu .menu-sub li {
    margin-right: 13px;
  }
  .bnrRight {
    float: left;
    width: 415px;
    padding: 10px 5px 10px 30px;
  }
  .bnr-holder {
    width: 480px;
    float: left;
  }
  .thumbCat {
    padding-bottom: 10px;
  }
  .bnrRight h1.postTitle {
    font-size: 23px;
    height: 56px;
    overflow: hidden;
    padding-bottom: 10px;
  }
  .thumbMetas {
    padding-top: 12px;
    color: #888;
    font-size: 12px;
  }
  .onethird {
    float: left;
    width: 300px;
    margin-right: 20px;
    margin-bottom: 23px;
  }
  .pplrPost {
    width: 460px;
    margin-right: 20px;
  }
  .pplPostList .pplCont {
    width: 275px;
    margin: 15px 0px 15px 10px;
  }
  h3.tprPostTtl {
    margin: 15px 15px 5px 20px;
    width: 340px;
  }
  .tprPost {
    width: 460px;
  }
  #content {
    width: 610px;
  }
  .fl-rgt {
    width: 500px;
  }
  .leftCont {
    width: 200px;
    float: left;
    margin-right: 20px;
  }
  .midCont {
    width: 470px;
    float: left;
    margin-right: 20px;
    margin-bottom: 37px;
  }
  #sidebar.tblcsdbr {
    width: 230px;
  }
  .leftCont h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) and (min-width: 768px) {
  .container {
    width: 700px;
    /* padding: 0px !important; */
  }
  .blog-post .entry_post,
  .entry_list .entry_post .thumb-holder {
    padding: 0px !important;
  }
  .bnrshadow {
    margin-top: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .bnr-holder {
    width: 100%;
    float: left;
  }
  .blog-post .entry_post {
    padding-right: 0px;
  }
  .bnr-holder img {
    display: block;
    width: 100%;
    height: auto;
  }
  .bnrRight {
    float: left;
    width: 630px;
    padding: 20px 5px 20px 30px;
  }
  #menu .menu-sub li {
    margin-right: 13px;
  }
  .thumbCat {
    padding-bottom: 10px;
  }
  .bnrRight h1.postTitle {
    font-size: 23px;
  }
  .thumbMetas {
    padding-top: 10px;
    color: #888;
    font-size: 12px;
  }
  .onethird {
    float: left;
    width: 213px;
    margin-right: 20px;
  }
  .pplrPost {
    width: 340px;
    margin-right: 20px;
  }
  /* .pplPostList .pplImg {
    width: 102px;
    float: left;
    margin: 20px;
    height: auto;
  } */
  .pplPostList .pplCont {
    width: 180px;
    margin: 15px 0px 15px 10px;
  }
  h3.tprPostTtl {
    margin: 15px 15px 5px 20px;
    width: 340px;
  }
  .tprPost {
    width: 340px;
  }
  .pplrPost h3 {
    height: 56px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .tprImg {
    float: left;
    width: 84px;
    height: 80px;
    margin: 13px;
  }
  h3.tprPostTtl {
    margin: 15px 15px 5px 0px;
    width: 197px;
    height: 45px;
    overflow: hidden;
  }
  #content {
    width: 100%;
    float: none;
  }
  #sidebar {
    margin: 20px auto;
    float: none;
  }
  .hd-ad-wrap {
    display: block !important;
    float: none;
    margin: 0px auto;
  }
  .hd-ad-wrap:before {
    content: "";
    display: block;
    height: 1px;
    clear: both;
  }
  .hd-ad-wrap img {
    margin: 30px auto 20px;
    display: block;
  }
  #header #head-main {
    margin-bottom: 0px !important;
  }
  .headTop {
    display: block;
  }
  #sidebar {
    display: block !important;
    width: 300px !important;
    margin: 0px auto 20px;
  }
  .result-items .title {
    text-transform: capitalize !important;
    padding: 0 3px !important;
    font-size: 25px !important;
    font-weight: 600 !important;
    padding-bottom: 23px !important;
    color: #5cb513 !important;
  }
  .entry h2,
  .entry h3,
  .entry h4,
  .entry h5 {
    color: #67308b !important;
    margin-bottom: 0px !important;
  }
  .entry h1 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .entry h2 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .entry h3 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .entry h4 {
    font-size: 14px !important;
  }
  .entry h5 {
    font-size: 12px !important;
  }
  .midCont {
    width: 100%;
    float: none;
  }
  .leftCont {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .cta-content-wrapper {
    margin-left: 0;
    width: 100%;
  }
  .search-inner .pplPostList .pplImg {
    height: unset !important;
    flex: 0 0 180px;
    margin-right: 16px;
  }
  .search-inner .popular_posts_inner .pplPostList .pplCont {
    padding: 15px;
  }
  .search-inner .pplCont h3 a {
    line-height: 1.35;
    min-height: 81px;
  }
  .search-inner div#content {
    margin-right: 30px;
  }
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .header-new .header-menu .menu {
    gap: 15px;
    padding-left: 10px;
  }
  .header-new .hd-ad-wrap {
    gap: 11px;
  }
  #menu-main-header,
  #menu-services-menu,
  ul.navbar-nav {
    gap: 6px;
  }
  .header-btn a {
    padding: 10px 15px;
  }
  .header-btn {
    margin-left: 20px;
  }
  .pplCont h3 a {
    font-size: 20px;
    line-height: 1.35;
  }
  .popular_posts_inner .titlers {
    font-size: 28px;
  }
  .topRatedPosts .titlers {
    font-size: 20px;
  }
  .pplPostList .pplImg {
    flex: 0 0 200px;
  }
  .first-post .post-content h2 {
    font-size: 28px;
  }
  .cta-content h2 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 0;
  }
  .cta-content span.sub-heading {
    font-size: 20px;
    /* margin-top: -2px;
    margin-right: -30px; */
  }
  section.custom-post-grid.featuredPost .titlers {
    font-size: 28px;
  }
  section.blog-cta-section.bottom_cta .cta-content h2 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
  section.blog-cta-section.bottom_cta .cta-inner .cta-content {
    /* max-width: 320px; */
  }
  #header .logo a {
    background: transparent !important;
  }
  .container {
    --bs-gutter-x: 32px;
  }
}
@media screen and (max-width: 991px) {
  section.custom-post-grid.featuredPost .first-post .post-wrapper {
    aspect-ratio: auto;
  }
  section.custom-post-grid .gridPosts h2 {
    -webkit-line-clamp: 4;
    height: auto !important;
  }
  section.popular_posts_wrapper .first-post .post-wrapper {
    aspect-ratio: unset !important;
  }
  section.custom-post-grid.featuredPost .first-post h2 {
    height: auto;
  }
  .single-post .get_started_wrapper ul li {
    padding: 0 10px;
  }
  .single-post .get_started_wrapper ul {
    gap: 10px;
  }
  .single-post .get_started_wrapper ul li:not(:last-child)::after {
    width: 10px;
    right: -10px;
  }
  .header-btn a {
    font-size: 15px;
  }
  #menu-main-header a.nav-link,
  #menu-services-menu a.nav-link,
  ul.navbar-nav a.nav-link {
    font-size: 15px;
  }
  #menu-main-header li .menu-item-has-children.dropdown a.dropdown-item,
  #menu-services-menu li .menu-item-has-children.dropdown a.dropdown-item,
  ul.navbar-nav li .menu-item-has-children.dropdown a.dropdown-item {
    font-size: 15px;
  }
  #menu-main-header a.dropdown-item,
  #menu-services-menu a.dropdown-item,
  ul.navbar-nav a.dropdown-item {
    font-size: 15px;
  }
  .header-search input.searchbox-input {
    font-size: 15px;
  }
  .header-search input.searchbox-input::placeholder {
    font-size: 15px;
  }
  .header-search input.searchbox-input {
    border: 1px solid #dedede;
    padding: 20px 15px;
    border-radius: 50px;
    margin-bottom: 10px;
  }
  .header-search span.searchbox-icon {
    right: 10px;
    top: 6px;
  }
  .navbar .container-fluid {
    padding: 0;
  }
  .topRatedPosts {
    max-width: 100%;
    flex: 0 0 100%;
  }
  button.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0.25rem;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
    outline: unset !important;
  }
  .header-btn.mobile {
    margin-top: 20px;
    margin-left: 0;
  }
  .header-search.desktop {
    display: none;
  }
  .header-btn.desktop {
    display: none;
  }
  #header #head-main {
    padding: 0 !important;
    position: relative;
  }
  div#main_nav {
    position: absolute;
    top: 78px;
    z-index: 99;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 15px;
  }
  nav.navbar {
    position: unset;
  }
  .container.header-new {
    align-items: center;
  }
  .logo {
    max-width: 170px;
    flex: auto;
    width: 100%;
  }
  .header-search.mobile {
    width: 100%;
    max-width: 100%;
  }
  #menu-main-header a.nav-link,
  #menu-services-menu a.nav-link,
  ul.navbar-nav a.nav-link {
    min-height: unset;
    justify-content: flex-start;
  }
  #menu-main-header,
  #menu-services-menu,
  ul.navbar-nav {
    gap: 0;
  }
  #main_nav .nav-item .dropdown-menu {
    width: 100%;
  }
  #menu-main-header li .menu-item-has-children.dropdown ul.dropdown-menu.sub-menu,
  #menu-services-menu li .menu-item-has-children.dropdown ul.dropdown-menu.sub-menu,
  ul.navbar-nav li .menu-item-has-children.dropdown ul.dropdown-menu.sub-menu {
    left: 0;
    top: 100%;
  }
  .first-post .post-wrapper {
    aspect-ratio: 1/1;
  }
  .first-post .post-content h2,
  .first-post .post-content a {
    text-decoration: none;
  }
  .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .header-service-menu .service-menu {
    display: none;
  }
  button.navbar-toggler svg.close_menu {
    display: none;
  }
  button.navbar-toggler.close-icon svg.open_menu {
    display: none;
  }
  button.navbar-toggler.close-icon svg.close_menu {
    display: block;
  }
  .header-service-menu ul.sub-menu {
    visibility: visible;
    opacity: 1;
    display: none;
    box-shadow: none;
    background: transparent;
    position: relative;
    transition: none;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .header-service-menu ul.sub-menu li {
    display: inline-block;
    width: 100%;
    display: block;
  }
  .header-service-menu ul li:hover ul.sub-menu {
    top: auto;
  }
  .header-service-menu .service-menu ul.sub-menu li a {
    color: #fff;
    padding: 5px 20px;
    text-transform: none;
  }
  .header-service-menu ul.sub-menu li.first_item {
    display: none;
  }
  .header-service-menu .service-menu .menu-item:hover {
    background: transparent;
  }
  .header-service-menu .service-menu li.menu-item-has-children {
    position: relative;
  }
  .header-service-menu .service-menu li.menu-item-has-children span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #f3e5e5;
  }
  .header-service-menu .service-menu li.menu-item-has-children span {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    right: 0;
    top: 20px;
  }
  .header-service-menu .service-menu .menu-item a {
    padding: 10px 5px;
    display: inline-block;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .cta-btn {
    right: 4%;
  }
  section.blog-cta-section.bottom_cta .cta-inner .cta-content {
    margin-left: 0;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .col-6.grid-posts-new {
    width: 100%;
    flex: 0 0 100%;
  }
  .cta-content span.sub-heading {
    font-size: 18px;
  }
  .single-post .superwrap.left-sidebar {
    flex-direction: column-reverse;
  }
  .single-post #wrapper {
    padding-bottom: 0;
  }
  .search-inner {
    margin-bottom: 0;
  }
  .search-inner .search-heading {
    margin: 15px 0 15px 0;
  }
  .search-inner #sidebar {
    margin: 0;
  }
  .search-inner section.custom-post-grid.featuredPost .post-content {
    padding: 15px;
  }
  .sidebar-form-wrapper .form-inner {
    padding: 30px 15px;
  }
  .search-inner .search-heading {
    margin: 15px 0 15px 0;
  }
  .single-post .entry ul.logolist li {
    padding-left: 0;
  }
  .single-post .entry ul.logolist li img {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin-right: 10px;
  }
  .single-post .entry ol li {
    font-size: 16px;
    line-height: 1.35;
  }
  .single-post .get_started_wrapper li.odd_item.first_item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 10px 0 10px !important;
    text-align: center;
  }
  .single-post .get_started_wrapper ul {
    flex-flow: wrap;
    justify-content: center;
    gap: 0 0px;
    border-radius: 10px;
    padding-bottom: 10px;
  }
  .single-post .get_started_wrapper ul li:not(:last-child)::after {
    display: none;
  }
  .single-post .get_started_wrapper ul li {
    font-size: 11px;
    padding: 0 6px;
    margin: 0;
  }
  .single-post .get_started_wrapper ul li a {
    font-size: 14px;
  }
  .paginate ul li.odd_item.first_item.prev_wrapper {
    font-size: 0 !important;
  }
  .paginate ul a.prev.page-numbers img,
  .paginate ul a.next.page-numbers img {
    width: 14px;
    height: auto;
    margin: 0;
  }
  .paginate ul a.next.page-numbers,
  .paginate ul a.prev.page-numbers {
    gap: 0;
  }
  .paginate ul a.next.page-numbers,
  .paginate ul a.prev.page-numbers {
    font-size: 0 !important;
    width: 30px;
    min-height: 30px;
    overflow: hidden;
    height: 30px;
  }
  .paginate ul li a,
  .paginate ul li span {
    min-width: 30px;
    min-height: 30px;
    font-size: 14px !important;
  }
  .paginate ul {
    gap: 5px;
  }
  section.custom-post-grid {
    padding: 10px 0;
  }
  .first-post .post-content {
    padding: 20px;
  }
  .first-post .post-content h2 {
    font-size: 20px;
  }
  .first-post .post-content>span {
    font-size: 14px;
  }
  .post-wrapper .post-meta img {
    width: 40px;
    height: 40px;
  }
  .custom-post-grid .row {
    gap: 16px 0;
    --bs-gutter-x: 12px;
  }
  section.custom-post-grid.top-section .first-post .post-content h2 {
    margin-bottom: 10px;
    line-height: 26px;
  }
  section.custom-post-grid.top-section .post-wrapper .post-meta {
    gap: 14px;
  }
  .pplPostList .pplImg {
    height: unset !important;
    flex: 0 0 180px;
    margin-right: 16px;
  }
  .topRatedPosts {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px;
    margin-top: 20px;
  }
  .popular_posts_wrapper .container {
    gap: 0;
  }
  .popular_posts_inner .pplPostList .pplCont {
    padding: 16px;
    min-height: unset !important;
  }
  .pplPostList {
    margin-bottom: 24px;
  }
  .bnrshadow {
    margin-top: 0px;
    margin: 0px -10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .blog-post .entry_post,
  .entry_list .entry_post .thumb-holder {
    padding: 0px !important;
  }
  .bnr-holder {
    width: 100%;
    float: left;
  }
  .blog-post .entry_post {
    padding-right: 0px;
  }
  .bnr-holder img {
    display: block;
    width: 100%;
    height: auto;
  }
  .bnrRight {
    float: left;
    width: 95%;
    padding: 2.5%;
  }
  .onethird,
  .onethird:nth-child(3n) {
    float: none !important;
    width: 300px;
    margin: 0px auto 30px !important;
    padding-right: 0px !important;
  }
  .pplrPost {
    width: 300px;
    float: none;
    margin: 0px auto 60px;
  }
  .pplPostList .pplImg {
    width: 100%;
    height: auto;
    float: none;
    height: 150px;
    overflow: hidden;
  }
  .pplPostList .pplCont {
    width: 275px;
    margin: 25px 0px 0px 20px;
    float: none;
    padding-bottom: 15px;
  }
  .pplImg img {
    width: 100%;
    height: auto;
  }
  .tprPost {
    width: 300px;
    float: none;
    margin: 0px auto 60px;
  }
  .tprInner {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
  }
  h3.tprPostTtl {
    float: left;
    margin: 10px 5px 5px 10px;
    width: 195px;
    font-size: 15px;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    line-height: 1.25;
    height: 45px;
    overflow: hidden;
  }
  .tprPostList {
    border: none;
    margin-bottom: 18px;
  }
  .featuredPost {
    margin: 0px auto 40px;
    width: 300px;
  }
  .hd-ad-wrap {
    display: block !important;
    float: none;
    margin: 0px auto;
  }
  .hd-ad-wrap:before {
    content: "";
    display: block;
    height: 1px;
    clear: both;
  }
  .hd-ad-wrap img {
    margin: 30px auto 20px;
    display: block;
  }
  #wrapper {
    padding: 0px 0px 20px 0px;
  }
  #header #head-main {
    margin-bottom: 0px !important;
  }
  .headTop {
    display: block;
  }
  .social-icons {
    margin: 20px auto 10px;
    width: 250px;
    float: none !important;
  }
  .fl-rgt ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    line-height: 1.3 !important;
  }
  .fl-rgt ul li {
    float: none;
  }
  .ftrLogo {
    display: none;
  }
  .fl-left,
  .fl-rgt {
    float: none;
  }
  #sidebar {
    display: block !important;
    width: 300px !important;
    margin: 0px auto 20px;
  }
  .result-items .title {
    text-transform: capitalize !important;
    padding: 0 3px !important;
    font-size: 25px !important;
    font-weight: 600 !important;
    padding-bottom: 23px !important;
    color: #5cb513 !important;
  }
  .entry h2,
  .entry h3,
  .entry h4,
  .entry h5 {
    color: #67308b !important;
    margin-bottom: 0px !important;
  }
  .entry h1 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .entry h2 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .entry h3 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .entry h4 {
    font-size: 14px !important;
  }
  .entry h5 {
    font-size: 12px !important;
  }
  .midCont {
    width: 100%;
    float: none;
  }
  .leftCont {
    display: none !important;
  }
  .topRatedPosts h3.tprPostTtl {
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  section.blog-cta-section.bottom_cta {
    padding: 20px 0 0px 0;
  }
  section.social-icons-bottom {
    padding-bottom: 40px;
    margin: 0;
  }
  .popular_posts_wrapper {
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 20px;
  }
  .cta-inner .cta-content {
    position: unset;
    transform: none;
    padding: 0px;
  }
  .cta-inner {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background-size: cover;
    height: auto;
  }
  .cta-btn {
    position: unset;
    transform: none;
    padding: 0 0 0 10px;
  }
  section.blog-cta-section.bottom_cta .cta-content h2 {
    font-size: 20px;
  }
  .blog-cta-section.middle-cta .cta-inner.cta-mobile {
    display: flex;
    background-position: right;
  }
  .blog-cta-section.bottom_cta .cta-inner.cta-mobile {
    display: flex;
    gap: 0;
  }
  .blog-cta-section.middle-cta .cta-inner.cta-desktop,
  .blog-cta-section.bottom_cta .cta-inner.cta-desktop {
    display: none;
  }
  .middle-cta .cta-inner.cta-mobile .cta-btn {
    position: absolute;
    left: auto;
    right: auto;
    bottom: 25px;
    top: auto;
  }
  #footer .footer_copyright p {
    text-align: center;
  }
  section.custom-post-grid.featuredPost h2 {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 4px;
    height: 44px;
  }
  .gridPosts .post-content>span {
    margin-bottom: 6px;
  }
  .cta-btn .spe-btn {
    min-height: 30px;
    padding: 10px 30px;
    font-size: 16px;
  }
  section.blog-cta-section.bottom_cta .cta-inner .cta-content {
    max-width: 320px;
    text-align: center;
    margin: 0 auto;
  }
  .ftrLogo {
    display: block;
  }
  div#footer .container {
    flex-direction: column;
  }
  .fl-left {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .fl-left a img {
    max-width: 150px;
    display: inline-block;
  }
  div#footer .container {
    padding: 0 16px;
    gap: 20px;
  }
  div#footer {
    padding: 20px 0;
  }
  .footer_copyright {
    justify-content: center;
  }
  .single-post .thumb-holders {
    height: 300px;
    border-radius: 12px;
  }
  .single-post .post-info {
    padding: 30px 0 0 0;
    margin-top: 0;
    margin-bottom: 15px;
    box-shadow: none;
  }
  .single-post .post-info .thumbCat a {
    font-size: 14px;
  }
  .single-post .post-info .thumbCat {
    font-size: 14px;
  }
  .single-post .post-info .thumbCat span {
    width: 10px;
    margin: 0 5px 0 8px;
  }
  .single-post .post-info h1.pagetitle {
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 15px;
  }
  .single-post .entry p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .single-post .entry h2,
  .single-post .entry h3 {
    font-size: 22px !important;
    margin-bottom: 15px !important;
  }
  .single-post .entry ul li {
    font-size: 18px;
  }
  .single-post .navigation {
    margin: 15px 0;
  }
  .single-post .related-post div.titlers {
    font-size: 22px;
    padding: 15px 0 0;
    margin-bottom: 12px;
  }
  .single-post .gridPosts .post-content>span {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .single-post .gridPosts h2 {
    font-size: 20px;
    height: auto;
    margin-bottom: 5px;
  }
  .single-post .related-post .row {
    row-gap: 30px;
  }
  .single-post .entry_list.singleBg {
    padding: 0 0 20px 0;
  }
  .single-post #content .post {
    padding: 0;
  }
  .single-post .entry ul li {
    font-size: 16px;
  }
  section.blog-cta-section {
    padding: 20px 0 20px 0;
  }
  .more-posts-wrapper {
    margin-top: 20px;
  }
  .search-inner .pplPostList .pplImg {
    aspect-ratio: 3 / 1.8;
  }
  section.custom-post-grid {
    background: transparent;
  }
  #header #head-main {
    border-bottom: none !important;
  }
  .single-post .superwrap {
    flex-direction: column;
  }
  .single-post .superwrap #content,
  .single-post .superwrap #sidebar {
    width: 100% !important;
    margin: 0 !important;
  }
  .single-post .thumbCat h1.pagetitle {
    font-size: 30px;
    line-height: 36px;
    width: 100%;
  }
  .single-post .superwrap {
    display: flex;
    margin-top: 30px;
  }
  section.blog-cta-section.bottom_cta .cta-inner {
    background-size: cover;
    height: auto;
  }
  .toc-wrapper {
    display: none;
  }
  .search-inner div#sidebar {
    width: 100% !important;
  }
  .sidebar-cta .sb-cta-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 650px) {
  #popForm-54957357 {
    width: 100% !important;
    left: 0px !important;
    display: none !important;
  }
  #af-form-54957357 .af-body {
    background: #7986c8 !important;
  }
  #af-form-54957357 .af-standards .af-element {
    padding-left: 20px !important;
  }
  .af-form-close-button {
    left: auto !important;
    right: 0px;
  }
  .main-tablist {
    display: block;
  }
  .main-tablist .fatured-tabs {
    display: none;
  }
  .single-post .related-post {
    display: block;
  }
}
@media (max-width: 575px) {
  .cta-btn {
    padding: 0;
  }
  section.custom-post-grid.featuredPost .post-content p {
    font-size: 12px;
  }
  .grid-posts-new .gridPosts .post-thumbnail {
    flex: 0 0 140px;
    max-width: 140px;
  }
  .grid-posts-new .gridPosts .post-content h2 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .popular_posts_inner.new .post-content h2 {
    font-size: 16px;
    line-height: 1.3;
  }
  .post-wrapper .post-meta p,
  .popular_posts_inner.new .post-content p {
    font-size: 12px;
    line-height: 1.35;
  }
  .search-inner .pplCont h3 a {
    min-height: auto;
  }
  .search-inner .search-heading h2,
  .search-inner .search-heading h1.title {
    font-size: 24px;
  }
  .search-inner .pplPostList .pplImg {
    margin-right: 0 !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .search-inner div#content {
    margin-right: 0;
  }
  .pplPostList {
    flex-direction: column;
  }
  .pplPostList .pplImg {
    margin: 0;
    flex: 0 0 100%;
    height: auto !important;
    margin-bottom: 16px;
    max-width: 100%;
    aspect-ratio: 3/1.8;
  }
  .pplCont h3 a {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.15;
  }
  .topRatedPosts .titlers {
    text-align: left;
    border-bottom: 0;
    margin-bottom: 0;
  }
  section.custom-post-grid.featuredPost {
    padding: 20px 0 30px 0;
  }
  .popular_posts_inner .titlers {
    font-size: 22px;
    margin-bottom: 12px;
  }
  section.custom-post-grid.featuredPost .titlers,
  section.popular_posts_wrapper .titlers {
    font-size: 22px;
  }
  section.custom-post-grid.featuredPost .first-post h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  section.custom-post-grid.featuredPost .first-post .post-content h3 {
    text-transform: capitalize;
    font-size: 14px;
  }
  .social-icons-bottom ul li a {
    width: 32px;
    height: 32px;
  }
  .social-icons-bottom ul li a svg,
  .blog-social-icons ul li a svg {
    width: 14px;
  }
  .social-icons-bottom ul li.twitter-icon.even_item a svg,
  .blog-social-icons ul li.twitter-icon a svg {
    width: 12px;
  }
  .popular_posts_inner .post-meta.popular-posts img {
    flex: 0 0 40px;
    max-width: 40px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  .popular_posts_inner .post-meta.popular-posts {
    gap: 10px;
  }
  .popular_posts_inner .post-meta.popular-posts h3 {
    margin: 0;
    font-size: 14px;
  }
  .popular_posts_inner .thumbCat {
    padding-bottom: 4px;
  }
  .social-icons-bottom .container>span {
    font-size: 14px;
  }
  .social-icons-bottom .container {
    gap: 10px;
  }
  .cta-content h2 {
    font-size: 20px;
  }
  .cta-content span.sub-heading {
    font-size: 16px;
    line-height: 1.35;
    margin-top: 10px;
  }
  .cta-content-wrapper {
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    text-align: center;
  }
  section.custom-post-grid .gridPosts h2 {
    font-size: 16px;
  }
  .footer_copyright {
    justify-content: center;
    max-width: 232px;
  }
  #footer .footer_copyright p {
    font-size: 12px;
  }
  .single-post .thumbCat h1.pagetitle {
    font-size: 26px;
    line-height: 1.25em;
    width: 100%;
  }
  .single-post .thumbCat a {
    font-size: 12px;
  }
  .single-post span.post-date-time {
    font-size: 12px;
    margin-top: 6px;
  }
  .search-results .search-inner .search-heading h2 {
    font-size: 22px;
  }
}
@media (max-width: 374px) {
  .single-post .get_started_wrapper ul li {
    flex: 0 0 50%;
  }
  .logo img {
    max-width: calc(100% - 30px);
  }
}