/*
Theme Name: Zakra Child
Theme URI: https://zakratheme.com/
Template: zakra
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Zakra is flexible, fast, lightweight and modern multipurpose theme that comes with many starter free sites (currently 10+ free starter sites and more will be added later) that you can use to make your site beautiful and professional. Check all the starter sites at https://zakratheme.com/demos. Suitable for personal blog, portfolio, WooCommerce stores, business websites and niche-based sites (like Cafe, Spa, Charity, Yoga, Wedding, Dentist, Education etc) as well. Works with Elementor plus other major page builders so you can create any layout you want. The theme is responsive, Gutenberg compatible, SEO friendly, translation ready and major WordPress plugins compatible.
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-logo,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments,translation-ready,blog,news,e-commerce,rtl-language-support
Version: 1.4.0.1588332101
Updated: 2020-05-01 11:21:41

*/

body {
  font-family: 'Fira Sans', sans-serif !important;
  font-weight: 350;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292929;
  font-family: 'Fira Sans', sans-serif !important;
}
b,
strong {
  font-weight: 500;
}
p {
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}
h1 {
  font-weight: 400 !important;
}

h3 {
  font-size: 24px;
  line-height: 31px;
}

.tg-container {
  max-width: 1032px;
}

/* Header */
.tg-site-header-top {
  padding: 0.5em 0;
  background-color: #ffde54;
  text-align: center;
}
.tg-header-top-left-content,
.tg-header-top-left-content a {
  font-size: 14px;
  color: #51585f;
  line-height: 1.8;
  font-weight: 400;
  width: 100% !important;
}
.tg-header-top-left-content a:hover {
  color: #269bd1;
}

.tg-site-header {
  background-color: #000;
}
.site-branding .site-title {
  font-size: 28px;
  color: #fff !important;
  font-weight: 600;
  line-height: 32px;
}
.site-branding .site-title a {
  color: #fff;
}
.site-branding .site-description {
  color: rgba(255, 255, 255, 0.7);
  line-height: 18px;
  font-size: 14px;
}
#site-navigation ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
}
#site-navigation ul li a:hover {
  color: rgba(255, 255, 255, 1);
}
#site-navigation ul li.current-menu-item a {
  color: #fff;
}
.tg-primary-menu.tg-primary-menu--style-underline
  > div
  > ul
  > li.current-menu-item
  > a::before {
  content: '';
  position: absolute;
  background-color: #fee151;
  bottom: -5px !important;
  height: 2px !important;
}
#header-action {
  display: none;
}
header .menu-social-media-menu-container {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 15px;
  padding-left: 5px;
  margin-top: 7px;
}
header .menu-social-media-menu-container ul li {
  padding: 2px 6px 4px 10px !important;
  margin: 0 !important;
}
header .menu-social-media-menu-container ul li a {
  color: #fff !important;
  font-size: 21px !important;
}
.tg-site-header-bottom {
  padding-top: 7px;
  padding-bottom: 12px;
}
#site-navigation .menu {
  display: inline-block;
  vertical-align: top;
}
#site-navigation .menu-social-media-menu-container {
  vertical-align: top;
  display: inline-block;
}
#site-navigation #menu-social-media-menu li {
  display: inline-block;
  padding-top: 4px;
  margin-right: 0;
  vertical-align: middle;
}
.tg-menu-item-search {
  margin: 3px 0 0 10px !important;
}
.tg-icon.tg-icon-search {
  color: #fff;
  font-size: 18px;
}

.home .entry-header h1.entry-title.tg-page-content__title {
  display: none;
}

/* Home page text styling */

.home-page-articles-header {
  margin-bottom: 44px;
  font-size: 24px;
  line-height: 31px;
}

.has-text-align-center {
  text-align: center;
}

.bodyToptext p {
  font-size: 18px !important;
  line-height: 24px;
  font-weight: 300;
}
.bodyToptext {
  padding: 0 0 20px;
  border-bottom: 4px solid #333 !important;
  margin: 0 0 50px;
}

/* Blog post category & home page blog losting */
.blog__posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Pre-render the bigger shadow, but hide it */
.blogsingleseccls {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-bottom: 40px;
  padding-bottom: 5px;
  position: relative;
  box-shadow: 0 1px 2px transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogsingleseccls .blogsinglelink {
  display: inline-block;
  height: 100%;
}

.blogsingleseccls:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.blogsingleseccls .pimage {
  margin-bottom: 22px;
  height: 160px;
  overflow: hidden;
}
.blogsingleseccls .pimage img {
  width: 100%;
}
.blogsingleseccls h2 {
  margin: 0 0 12px;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
  color: #292929;
  line-height: 28px;
  display: block;
}
.blogsingleseccls p {
  font-size: 17px;
  line-height: 24px;
	padding-bottom: 15px;
	color: #757575 !important;
  text-decoration: none !important;
  font-weight: 400;
}
.blogcontentseccls {
  padding-bottom: 5px;
}
.blogcontentareacls {
  padding: 0 8px;
}
.blogcontentareacls p {
  color: #757575;
  font-weight: 400;
}
.authorseccls .authorimgsec img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #666;
  padding: 3px;
}
.authorseccls .authorimgsec {
  display: inline-block;
  vertical-align: top;
}
.authordescribeseccls {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.authordescribeseccls h5 {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
  color: #757575;
}

/* Footer */
footer {
  background: #292929;
}
.postdatesec {
  color: #757575;
}
footer p,
footer a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin: 0 !important;
  text-align: center;
  font-weight: 400;
}
.tg-footer-widget-container {
  padding: 20px 0 0 !important;
}
footer .widget {
  margin: 0;
}
.tg-site-footer .tg-site-footer-bar {
  padding-bottom: 30px;
  padding-top: 30px;
  color: rgba(255, 255, 255, 0.7);
}
.tg-site-footer .tg-site-footer-bar p,
.tg-site-footer .tg-site-footer-bar p a {
  font-size: 13px;
}
footer .tg-footer-widget-container {
  display: block !important;
  text-align: center;
  padding: 30px 0 0 !important;
}
footer .tg-footer-widget-container .tg-footer-widget-area {
  display: inline-block;
  width: auto !important;
  vertical-align: middle;
  padding: 0 5px;
}
.tg-footer-widget-area.footer-sidebar-1 {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 15px;
  padding-right: 10px !important;
}
footer .menu-social-media-menu-container ul li a {
  color: #fff;
  font-size: 21px;
  line-height: 20px;
}
#menu-footer-menu {
  text-align: right;
}
#menu-footer-menu li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  border: none;
}
#menu-footer-menu li a {
  padding: 0;
}
footer .menu-social-media-menu-container ul li {
  display: inline-block;
  padding: 0 10px;
  border: none;
  vertical-align: top;
}

.tg-site-footer .tg-site-footer-widgets {
  border-top: none;
}

.tg-site-footer-widgets {
  background: #292929 !important;
}

/* Category page */
.blogsingleseccls:first-child {
  width: 100%;
  display: block;
  padding-bottom: 0;
  margin-bottom: 40px;
  max-height: 360px;
}
.blogsingleseccls:first-child .pimage {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-bottom: 0;
}

.blogsingleseccls:first-child .pimage img {
  height: auto;
  max-height: 100%;
}

.blogsingleseccls:first-child .blogcontentareacls {
  display: inline-block;
  width: 39%;
  vertical-align: top;
  padding: 8px 16px;
}

.archive .blogsingleseccls:nth-child(2) {
  width: 100%;
	display: block;
	margin-bottom: 40px;
  padding-bottom: 0;
  max-height: 360px;
}

.archive .blogsingleseccls:nth-child(2) .pimage {
  width: 60%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}

.archive .blogsingleseccls:nth-child(2) .pimage img {
  height: auto;
  max-height: 100%;
}

.archive .blogsingleseccls:nth-child(2) .blogcontentareacls {
  display: inline-block;
  width: 39%;
  vertical-align: top;
  padding: 8px;
}

.archive .blogsingleseccls:nth-child(2) .post-thumbnail {
  width: 60%;
  height: auto;
  display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}
.archive .blogsingleseccls .entry-meta {
  display: none;
}
.archive .blogsingleseccls .entry-content {
  margin-bottom: 0;
}

.archive .blogsingleseccls .tg-read-more {
  display: none;
}
.blogsingleseccls .tg-read-more:hover {
  background: #000;
}
.breadcrumb-trail.breadcrumbs {
  display: none;
}
.site-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
.content-area {
  width: 100% !important;
  padding-right: 0 !important;
}
.comment-form #submit {
  background: #333;
}
.comment-form #submit:hover {
  background: #666;
}
.subscribeseccls {
  background: #666;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
}
.subscribeseccls h4 {
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
}
.subscribeseccls .wpcf7-form-control-wrap.your-email {
  width: 400px;
  display: inline-block;
  vertical-align: top;
}
.subscribeseccls input {
  width: 100%;
  border: none;
  font-size: 16px;
  height: 44px;
}
.subscribeseccls input[type='submit'] {
  width: 120px;
  margin-left: -5px;
  text-transform: uppercase;
  font-weight: 600;
}
/*.entry-content p { font-size: 17px; line-height: 24px; color: #000000; font-weight:400; }*/
.entry-content p a {
  color: #292929;
  text-decoration: underline;
}
.tg-site-layout--right .site-content .type-page .entry-content h1,
.tg-site-layout--right .site-content .type-page .entry-content h2 {
  font-weight: 600;
  font-size: 24px;
}
a.a2a_dd.addtoany_share_save.addtoany_share {
  display: none;
}
.bsf-rt-reading-time .bsf-rt-display-label {
  display: none;
}

/* Blog post page */
.single.single-post .site-main {
  width: 50%;
  margin: 20px auto;
}
.innerauthoeareaseccls {
  clear: both;
  margin-bottom: 30px;
}
.authorseccls {
  display: inline-block;
  vertical-align: top;
}
.shareseccls {
  float: right;
}
.single.single-post .site-main h1 {
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 5px;
}
.single.single-post .site-main h2 {
  font-size: 34px;
  font-weight: 500;
  margin-top: 1.95em;
  margin-bottom: 0;
}
.single.single-post .site-main h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 1.72em;
  margin-bottom: 0;
}
.single.single-post .site-main h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 1.45em;
  margin-bottom: 0;
}
.single.single-post .site-main figcaption {
  text-align: center;
  font-weight: 250;
}
.single.single-post .site-main blockquote {
  border-left: 3px solid #000;
  margin-left: -20px;
  padding-top: 0;
  padding-bottom: 3px;
  font-style: italic;
  padding-left: 20px;
}	
span.wpcf7-not-valid-tip {
  color: #fff;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background: #fff;
}
.single.single-post .site-main p a {
  color: #575757;
}
.single.single-post .site-main .entry-meta {
  display: none;
}
span.a2a_svg.a2a_s__default {
  background: #000 !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 4px;
}
.entry-content a {
  text-decoration: none;
}
.blogsingleseccls .post-thumbnail {
  height: 160px;
  overflow: hidden;
}
.tg-primary-menu > div ul li.tg-menu-item-search .search-form {
  top: 0;
  width: 550px;
}
.tg-primary-menu > div ul li.tg-menu-item-search .search-form label {
  display: block;
  width: 100%;
}
.search-form .search-field {
  background: #292929;
  border: 1px solid #292929;
  color: #fff !important;
  font-style: italic;
  font-size: 16px;
}
.firstblogseccls h2 {
  font-size: 28px;
  line-height: 36px;
}
.single.single-post header.tg-page-header.tg-page-header--left {
  padding-bottom: 0;
}
.single.single-post .site-content {
  margin-top: 15px;
}
.single.single-post .entry-content p a {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.84);
}
.single.single-post .entry-content p,
.single.single-post .entry-content li {
  font-size: 19px;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
}
.archive .blogsingleseccls:nth-child(2) .blogcontentareacls h2 a {
  font-size: 28px;
  line-height: 36px;
}
.posts-navigation,
.post-navigation {
  display: none;
}
.progress-container-bottom {
  display: none;
}
.single .progress-container-bottom {
  display: block;
}
.main-navigation.tg-primary-menu{
  flex: none;
}

.main-navigation ul li {
  margin-bottom: 0 !important;
  margin-top: 4px !important;
}
.search-results .site-main .tg-container {
  max-width: 640px;
  margin: 40px auto 0;
  padding-left: 20px;
  padding-right: 20px;
}
.search-results .site-main header .tg-page-header__title {
  border-bottom: 1px solid #ccc !important;
  display: block;
  width: 100%;
  padding-bottom: 15px;
}
.search-results .site-main .tg-container .has-post-thumbnail {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.search-results .site-main .site-content {
  margin-top: 0;
}
.search-results .site-main .tg-container .has-post-thumbnail h2.entry-title {
  font-size: 27px;
  line-height: 34px;
  padding-top: 15px;
}
.search-results .site-main .tg-container .has-post-thumbnail p {
  font-size: 18px;
  line-height: 30px;
  color: #292929;
  margin-bottom: 10px;
}
.single.single-post .entry-content li {
  padding-bottom: 20px;
}
.bsf-rt-display-postfix {
  position: relative;
  width: 25px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.bsf-rt-display-postfix::before {
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 18px;
  background: #fff;
  position: absolute;
}
footer .menu-social-media-menu-container ul li .fa-linkedin {
  font-size: 18px;
}
.site-content {
  margin-top: 10px;
}
.home .site-content {
  margin-top: 40px;
}
.search-results .authorseccls {
  padding-bottom: 30px;
}

.single.single-post .entry-content .wp-block-image {
  margin: 40px 0;
  text-align: center;
}
.single.single-post .entry-content p {
  margin-top: 2em;
  margin-bottom: 0;
}
.single.single-post .entry-content ol {
  margin-bottom: 0;
}
.single.single-post .entry-content ol li {
  padding: 20px 0 0;
}
.single.single-post .innerauthoeareaseccls {
  margin-bottom: 0;
}

.page-template-archive-template h1.tg-page-header__title,
.archive h1.tg-page-header__title {
  display: none;
}
.category h1.tg-page-header__title {
  display: block;
}
.toparchivetitlecls {
  color: rgba(0, 0, 0, 0.84);
  line-height: 1.3;
  font-size: 16px !important;
  letter-spacing: 0;
  margin-bottom: 25px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 10px;
}
.archiveseccls {
  float: left;
  width: 66%;
}
.archivesidebar {
  float: right;
  width: 29%;
  padding-right: 9%;
}
.archivesidebar .harbott-widget {
  padding-bottom: 25px;
}
.archivesidebar h2.harbott-title {
  color: rgba(0, 0, 0, 0.84);
  font-size: 16px !important;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 10px;
}
.archivesidebar h4 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.84);
  margin-bottom: 15px;
}
.archivesidebar p {
  margin: 0 0 15px;
  color: rgba(0, 0, 0, 0.68) !important;
}
.archivesidebar p a {
  color: rgba(0, 0, 0, 0.68) !important;
}
.archivesidebar a {
  display: block;
  text-transform: capitalize;
  margin: 0 0 22px;
}
.archivesidebar h5 {
  margin-top: 12px;
}
.archiveseccls select#sortbox {
  float: right;
  width: 165px;
  border: none;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.68) !important;
}
.archiveheadersec {
  padding-bottom: 25px;
  float: left;
  width: 60%;
}
.archiveheadersec ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 75%;
  line-height: 32px;
}
.archiveheadersec ul li {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  font-size: 14px;
}
.archiveheadersec ul li a {
  color: rgba(0, 0, 0, 0.68) !important;
}
.archiveheadersec ul:first-child li {
  font-size: 16px;
  position: relative;
  padding-right: 40px;
}
.archiveheadersec ul:first-child {
  width: auto;
}
.archiveheadersec ul:first-child li::after {
  position: absolute;
  right: 20px;
  top: 11px;
  content: '';
  height: 9px;
  width: 9px;
  border-right: 1px solid rgba(0, 0, 0, 0.68);
  border-top: 1px solid rgba(0, 0, 0, 0.68);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.archiveblogsec {
  clear: both;
}
.archiveblogsec .blogsingleseccls {
  width: 100% !important;
  display: block !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  margin-top: 20px;
  padding: 15px 20px;
}
.archiveblogsec .blogsingleseccls .authorseccls {
  display: block !important;
  padding: 6px 0 15px;
}
.archiveblogsec .blogsingleseccls .pimage {
  display: block !important;
  width: 100%;
  height: auto !important;
  margin-bottom: 30px !important;
}
.archiveblogsec .blogsingleseccls .blogcontentareacls {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}
.archiveblogsec .blogsingleseccls .blogcontentseccls p {
  margin-bottom: 0;
}
.archiveblogsec .blogsingleseccls h2 a {
  font-size: 24px;
}
.bottoncontentseccls {
  color: rgba(0, 0, 0, 0.68) !important;
  padding-top: 70px;
}
.bottoncontentseccls a {
  color: rgba(0, 0, 0, 0.68) !important;
  position: relative;
}
.bottoncontentseccls a::after {
  content: ',';
}
.bottoncontentseccls a:last-child::after {
  content: '.';
}
.tag.tag-digital h1.tg-page-header__title {
  display: block !important;
}
.archiveblogsec .blogsingleseccls .post-thumbnail {
  height: auto;
  width: 100% !important;
  display: block !important;
}

.archive .archiveheadersec ul {
  width: 54%;
}
.archive .archiveheadersec ul:nth-child(2) li {
  position: relative;
  padding-right: 40px;
  font-weight: 600;
}
.archive .archiveheadersec ul:nth-child(2) {
  width: auto;
}
.archive .archiveheadersec ul:first-child {
  width: auto;
}
.archive .archiveheadersec ul:nth-child(2) li::after {
  position: absolute;
  right: 20px;
  top: 11px;
  content: '';
  height: 9px;
  width: 9px;
  border-right: 1px solid rgba(0, 0, 0, 0.68);
  border-top: 1px solid rgba(0, 0, 0, 0.68);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.archive .archiveheadersec ul li.list-group-item {
  width: 32%;
  padding-right: 5px;
}

.yearpagignationseccls {
  padding: 35px 0 15px;
  clear: both;
}
.yearpagignationseccls a {
  color: rgba(0, 0, 0, 0.54);
}
.previousyearcls a {
  float: left;
  position: relative;
  padding-left: 18px;
}
.previousyearcls a::after {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  height: 10px;
  width: 10px;
  border-right: 1px solid rgba(85, 85, 85, 0.4);
  border-top: 1px solid rgba(85, 85, 85, 0.4);
  transform: rotate(-136deg);
  -webkit-transform: rotate(-136deg);
}
.nextyearcls a {
  float: right;
  position: relative;
  padding-right: 20px;
}
.nextyearcls a::after {
  position: absolute;
  right: 0;
  top: 8px;
  content: '';
  height: 9px;
  width: 9px;
  border-right: 1px solid rgba(51, 51, 51, 0.5);
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*Sub list styles*/
.sublist ul > li > ul {
  border-radius: 5px;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 10px;
  margin-left: 0;
  border-left: 3px solid #f6f6f6;
}
.sublist ul > li{
  padding: 10px 0 !important;
}

/*Fix tag/author page image height issue*/

.tagsseccls .blogsingleseccls:nth-child(2) a.post-thumbnail{
  height: 360px;
}

.tagsseccls .blogsingleseccls:nth-child(2) a.post-thumbnail img{
  max-height: 100%;
}

/*Front page banner Styles*/
.bodyTopheading  {
  padding-top: 80px;
  max-width: 634px;
}

.bodyTopheading h1 {
  color: white;
  font-weight: 400;
  font-size: 35px;
  position: relative;
}

.bodyTopheading h1::after {
  content: "";
  position: absolute;
  background-image: url('assets/img/front-page-banner-middle-arrow-1024.png');
  background-size: 580px 400px;
  background-repeat: no-repeat;
  width: 580px;
  height: 400px;
  bottom: -216px;
  left: initial;
}

.front-page-banner {
  min-height: 640px;
  background-color: #0B57A2;
  padding: 0 32px 0 60px;
  position: relative;
}

.front-page-banner::after{
  content: "";
  background-image: url('assets/img/front-page-banner-bottom-arrow.png');
  position: absolute;
  width: 65px;
  height: 51px;
  background-size: 65px 51px;
  background-repeat: no-repeat;
  bottom: 14px;
  transform: translate(-50%, 0);
  left: calc(50% - 32px);
}
.front-page-banner-bg {
  position: relative;
}

.front-page-banner-bg::after  {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-image: url('assets/img/top-banner-bg-1024-4x.png');
  background-size: 410px 400px;
  width: 410px;
  height: 400px;
  top: 16px;
  right: 0;
}

.front-page-banner-max-width {
  max-width: 1034px;
  margin: 0 auto;
}

.front-page-banner-newsletter h4 {
  color: white;
  font-weight: 300;
  font-size: 23px;
  line-height: 28px;
  margin-top: 137px;
  margin-left: 89px;
}

.front-page-banner-newsletter .mc-field-group {
  position: relative;
}

.front-page-banner-newsletter .mc-field-group::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: -200px;
  height: 240px;
  width: 250px;
  background-image: url('assets/img/front-page-banner-left-arrow.png');
  background-repeat: no-repeat;
  background-size: 250px 240px;
}

.front-page-banner-newsletter h5 {
  font-weight: 300;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  color: #FDFDFDCC;
  margin: 32px auto;
  max-width: 438px;
}

.front-page-readme-on {
  min-height: 255px;
  padding: 20px 10px;
  background: #fff url('assets/img/readme-on-white-bg.gif');
  position: relative;
}

.front-page-readme-on-max-width {
  max-width: 880px;
  margin: 0 auto;
}

.front-page-readme-on::before {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  width: 100%;
  box-shadow: 0 3px 10px 3px rgba(167, 167, 167, 0.1);
}

.front-page-readme-on::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  box-shadow: 0 -3px 10px 3px rgba(167, 167, 167, 0.1);
}

.front-page-readme-on h3, .front-page-readme-on .h3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 31px;
}

.front-page-readme-on-grid {
  text-align: center;
}

.front-page-readme-on-grid .readme-on-grid-item {
  text-align: center;
  display: inline-block;
  margin: 15px 10px;
  vertical-align: middle;
}

.front-page-readme-on-grid img {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}
/*News letter section*/

.newsletter-form {
  display: none;
}

.newsletter-form input{
  padding: 1rem 1rem;
  min-height: 60px;
}

.newsletter-form button[type='submit'] {
  background-color: #ffde54;
  color: #292929;
  font-weight: 500;
  border-radius: 2px;
  width: 100%;
  margin-top: -1rem;
}

.home-news-letter-desc, .newsletter-form {
  max-width: 60%;
  margin: 0 auto;
 }

.footer-news-letter{
  background-color: #0B57A2;
  min-height: 360px;
  padding: 72px 24px 56px 24px;
  text-align: center;
}

.footer-news-letter h3 {
  margin: 0 auto 56px;
  max-width: 716px;
  color: white;
  font-weight: 300;
  font-size: 23px;
  line-height: 28px;
}

.footer-news-letter h5 {
  color: #FDFDFDCC;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  margin: 32px auto 0;
  max-width: 438px;
}

.footer-news-letter .mc_embed_signup, .news-letter .mc_embed_signup{
  margin: 0 auto;
}

.footer-news-letter .mc-field-group, .news-letter .mc-field-group{
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
}

.mc-field-group.news-letter-inputs {
  min-height: 56px;
  background-color: white;
  width: max-content;
  padding-right: 4px;
  margin: 0 auto;
  position: relative;
}

.footer-news-letter .news-letter-inputs::before{
  content: "";
  position: absolute;
  left: -160px;
  top: -14px;
  height: 80px;
  width: 150px;
  background-image: url('assets/img/news-letter-right-arrow.png');
  background-repeat: no-repeat;
  background-size: 140px 80px;
}

.footer-news-letter label, .news-letter label {
  font-size: 16px;
  font-weight: 500;
  margin-right: 12px;
  margin-bottom: 0;
}

.footer-news-letter .email, .news-letter .email  {
  width: 410px;
  min-height: 56px;
  border: none;
  font-size: 23px;
  line-height: 27px;
  outline: none;
}

.footer-news-letter .button, .news-letter .button {
  min-height: 48px;
  min-width: 220px;
  border-radius: 1px;
  background-color: #f8d852;
  color: #414141;
  transition: .3s all ease;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}


.footer-news-letter .button:hover, .news-letter .button:hover{
  color: white;
}

/*Article WYSWIG styles*/
.wp-block-quote, .wp-block-quote p {
  font-weight: 500 !important;
}

@media only screen and (max-width: 1199px) {
  .site-branding .site-description {
    font-size: 12px;
  }
  #site-navigation ul li a {
    font-size: 15px;
  }
  .single.single-post .site-main {
    width: 60%;
  }
  .blogsingleseccls .pimage {
    height: 150px;
  }
  .blogsingleseccls:first-child {
    max-height: initial;
  }
  .blogsingleseccls:first-child .pimage {
    height: auto;
  }
  .blogsingleseccls .post-thumbnail {
    height: 150px;
  }
  .archive .blogsingleseccls:nth-child(2) .post-thumbnail {
    height: auto;
  }
	.home-news-letter-desc, .newsletter-form {
	  max-width: 60%;
   }
   .bodyTopheading h1::after { 
    left: 27%;
   }
}

@media only screen and (max-width: 1040px) {
  .tg-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .archivesidebar {
    padding-right: 3%;
  }
  .home-news-letter-desc, .newsletter-form {
	  max-width: 70%;
  }
  .bodyTopheading {
    max-width: 550px;
  }
  .front-page-banner-newsletter .mc-field-group::before {
    left: -128px;
    height: 240px;
    width: 150px;
    background-size: 150px 240px;
  }
}

@media only screen and (max-width: 991px) {
  .tg-primary-menu > div > ul > li {
    margin: 1em 4px;
  }
  #site-navigation ul li a {
    font-size: 13px;
  }
  .blogsingleseccls {
    width: 49%;
  }
  .blogsingleseccls:first-child {
    max-height: initial;
  }
  .blogsingleseccls:first-child .pimage {
    width: 100%;
    display: block;
  }
  .blogsingleseccls:first-child .blogcontentareacls {
    display: block;
    width: 100%;
  }

  .archive .blogsingleseccls:nth-child(2) .pimage {
    width: 100%;
    display: block;
    height: auto;
  }

  .archive .blogsingleseccls:nth-child(2) .blogcontentareacls {
    display: block;
    width: 100%;
    padding: 8px 16px;
  }
  .archive .blogsingleseccls:nth-child(2) .post-thumbnail {
    width: 100%;
    display: block;
    height: auto;
  }
  .single.single-post .site-main {
    width: 70%;
  }
  .blogsingleseccls .pimage {
    height: 180px;
  }
  .blogsingleseccls:first-child .pimage {
    height: auto;
    margin-bottom: 22px;
  }
  .blogsingleseccls .post-thumbnail {
    height: 180px;
  }
  .tg-primary-menu > div ul li.tg-menu-item-search .search-form {
    width: 390px;
  }
  .site-branding .site-title {
    font-size: 18px;
  }
  .single.single-post .site-main h1 {
    font-size: 32px;
    line-height: 38px;
  }
  header .menu-social-media-menu-container ul li a {
    font-size: 18px !important;
  }
  header .menu-social-media-menu-container ul li .fa-linkedin {
    font-size: 15px;
  }

  .bodyTopheading  {
    padding-top: 64px;
    max-width: 400px;
  }

  .bodyTopheading h1::after {
    background-image: url('assets/img/front-page-banner-middle-arrow-768.png');
    background-size: 450px 200px;
    width: 450px;
    height: 200px;
    bottom: -122px;
    left: 32%;
  }

  .front-page-banner {
    padding: 0 32px 0 60px;
  }
  .front-page-banner-bg::after  {
    background-image: url('assets/img/top-banner-bg-768-4x.png');
    background-size: 325px 396px;
    width: 325px;
    height: 396px;
    top: 16px;
  }
  
  .footer-news-letter, .news-letter {
    padding: 48px 24px 54px 24px;
  }

  .footer-news-letter .news-letter-inputs::before {
    left: -64px;
    top: 6px;
    height: 41px;
    width: 56px;
    background-size: 56px 41px;
  }
}

@media only screen and (max-width: 768px) {
  #header-action {
    display: block;
  }
  header .tg-icon.tg-icon-bars {
    color: #fff;
  }
  header .menu-social-media-menu-container ul {
    margin: 0;
    padding: 0;
  }
  header .menu-social-media-menu-container ul li {
    display: inline-block;
    padding: 0 5px;
  }
  header .menu-social-media-menu-container ul li a {
    color: #fff;
  }

  .front-page-banner-bg {
    padding-bottom: 0px;
  }

  .bodyTopheading {
    max-width: 364px;
  }

  .bodyTopheading h1 {
    font-size: 28px;
  }

  .bodyTopheading h1::after {
    background-image: url('assets/img/front-page-banner-middle-arrow-768.png');
    background-size: 370px 220px;
    width: 370px;
    height: 220px;
    bottom: -146px;
  }

  .front-page-banner-newsletter h4::before {
    content: "";
    position: absolute;
    left: 50px;
    top: 265px;
    height: 215px;
    width: 150px;
    background-image: url('assets/img/front-page-banner-left-arrow.png');
    background-repeat: no-repeat;
    background-size: 150px 215px;
  }

  .front-page-banner-newsletter-txt-2 {
    margin-left: 0;
  }

  .front-page-banner-newsletter .mc-field-group::before {
    content: "";
    background-image: none;
  }

  .home-news-letter-desc, .newsletter-form {
    max-width: 100%;
  }

  .blogsingleseccls {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
  }
  #menu-footer-menu {
    text-align: center;
  }
  footer .menu-social-media-menu-container {
    text-align: center;
  }
  .subscribeseccls .wpcf7-form-control-wrap.your-email {
    width: 205px;
  }
  .tg-site-layout--right .site-content .type-page .entry-content h1,
  .tg-site-layout--right .site-content .type-page .entry-content h2 {
    font-weight: 600;
    font-size: 20px;
  }
  .single.single-post .site-main {
    width: 100%;
  }
  .blogsingleseccls .pimage {
    height: auto;
  }
  .blogsingleseccls:first-child {
    max-height: initial;
  }
  .blogsingleseccls:first-child .pimage {
    height: auto;
    margin-bottom: 22px;
  }

  .blogsingleseccls .post-thumbnail {
    height: auto;
  }
  .archive .blogsingleseccls:nth-child(2) {
    max-height: initial;
  }
  .archive .blogsingleseccls:nth-child(2) .post-thumbnail {
    height: auto;
  }
  header .menu-social-media-menu-container {
    display: none;
  }
  .search-form {
    display: none;
  }
  .tg-mobile-navigation {
    position: absolute;
    top: 65px;
    background: #000;
    width: 100% !important;
  }
  .tg-mobile-navigation-close {
    color: #fff;
  }
  .tg-mobile-navigation a {
    display: block;
    padding: 5px;
    color: #fff;
    font-size: 18px;
  }
  .menu-item.tg-menu-item.tg-menu-item-search {
    display: none;
  }
  .blogsingleseccls h2 a {
    font-size: 20px;
    line-height: 26px;
  }
  .firstblogseccls h2 a {
    font-size: 21px;
    line-height: 28px;
  }
  .site-branding .site-title {
    font-size: 20px;
  }
  .site-branding .site-description {
    font-size: 11px;
  }
  .search-results .site-main .tg-container .has-post-thumbnail h2.entry-title {
    font-size: 22px;
    line-height: 24px;
  }
  .single.single-post .site-main h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .tg-scroll-to-top {
    width: 30px;
    height: 30px;
  }
  .tg-site-footer .tg-site-footer-bar p,
  .tg-site-footer .tg-site-footer-bar p a {
    font-size: 16px;
    line-height: 22px;
  }
  .archiveseccls {
    float: none;
    width: 100%;
  }
  .archivesidebar {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-top: 25px;
  }
}

@media only screen and (max-width: 500px) {
  h3 {
    font-size: 16px;
    line-height: 21px;
  }
  .tg-footer-widget-area.footer-sidebar-1 {
    border-right: none;
    margin-right: 0;
    padding-right: 0 !important;
    display: block !important;
    padding-bottom: 10px !important;
  }
  footer .tg-footer-widget-container .tg-footer-widget-area {
    display: block;
  }
  .tg-site-footer .tg-site-footer-bar {
    padding-top: 10px;
    padding-bottom: 45px;
  }
  .tg-scroll-to-top {
    right: 5px;
    bottom: 0;
  }
  .archiveheadersec {
    float: none;
    width: 100%;
  }
  .archiveseccls select#sortbox {
    float: none;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .blogsingleseccls:first-child {
    max-height: initial;
  }
  .blogsingleseccls:first-child .blogsinglelink .pimage{
    margin-bottom: 22px;
  }

  .front-page-banner {
    padding: 0 24px;
    position: relative;
  }

  .front-page-banner::after {
    content: none;
  }

  .front-page-banner::before {
    content: "";
    position: absolute;
    background-image: url('assets/img/front-page-banner-mobile-top-bg.png');
    background-size: 196px 196px;
    width: 196px;
    height: 196px;
    right: 0;
    top: -42px;
  }

  .front-page-banner-bg {
    padding-bottom: 244px;
  }
  .front-page-banner-max-width {
    margin-bottom: 0;
  }

  .front-page-banner-bg::after  {
    background-image: url('assets/img/top-banner-bg-500-4x.png');
    background-size: 279px 244px;
    width: 279px;
    height: 244px;
    bottom: -24px;
    top: initial;
    left: 50%;
    right: inherit;
    transform: translate(-50%, 0);
  }

  .front-page-banner-newsletter h4::before{
    content: "";
    position: absolute;
    background-image: url('assets/img/notes-insider-arrow-4x.png');
    background-size: 96px 180px;
    width: 96px;
    height: 162px;
    right: -50px;
    top: -115px;
    left: initial;
  }

  .front-page-banner-newsletter h4 {
    margin-top: 16px;
    margin-left: 0;
    max-width: 177px;
    font-size: 18px;
    line-height: 22px;
    position: relative;
  }
  .front-page-banner-newsletter h5 {
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #FDFDFDCC;
    margin-bottom: 0;
    margin-top: 24px;
  }

  .front-page-readme-on h3 {
    font-size: 16px;
    line-height: 21px;
  }

  .bodyTopheading {
    padding-top: 48px;
    max-width: 272px;
    position: relative;
  }

  .bodyTopheading h1::after {
    content: none;
    background-image: none;
  }

  .bodyTopheading::after{
    content: "";
    position: absolute;
    background-image: url('assets/img/front-page-banner-mobile-top-arrow.png');
    background-size: 70px 56px;
    width: 70px;
    height: 56px;
    right: 91px;
    bottom: -60px;
  }

  .front-page-banner-newsletter-txt-2 {
    margin-left: 32px;
  }

	.home-news-letter-desc, .newsletter-form {
		max-width: 100%;
  }
  .home-page-articles-header {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 31px;
  }

  .footer-news-letter h3 {
    font-size: 16px;
    line-height: 19px;
    margin: 0 auto 40px;
  }

  .footer-news-letter h5 {
    font-size: 11px;
    line-height: 13px;
    margin: 24px auto 0;
  }

  .mc-field-group {
    flex-direction: column;
  }

  .news-letter {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-news-letter .email, .news-letter .email {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    min-height: 40px;
  }

  .mc-field-group.news-letter-inputs {
    background-color: transparent;
    width: 90%;
  }

  .footer-news-letter .news-letter-inputs::before {
    content: none;
    background-image: none;
  }

  .footer-news-letter .submit-container, .news-letter .submit-container{
    width: 100%;
    margin-top: 16px;
  }
  .footer-news-letter .button, .news-letter .button {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 400px) {
  .subscribeseccls .wpcf7-form-control-wrap{

  }
}


@media only screen and (max-width: 375px) {
  .front-page-banner-newsletter h4::before{
    right: -40px;
    top: -104px;
  }
}

@media only screen and (max-width: 320px) {
  .front-page-banner-newsletter h4::before{
    right: -40px;
    top: -117px;
    height: 180px;
    background-size: 96px 190px;
  }
}

.safari-section-white-space:not(:root:root) { 
  margin-top: -32px;
}

.sub-menu {
	background-color: #000 !important;
}