/*
Theme Name: BigHearts Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: bighearts
Text Domain: bighearts-child
*/

/*nav bar settings*/
:root {
     --white-100: hsl(206, 5%, 100%);
     --white-200: hsl(206, 5%, 90%);
     --white-300: hsl(206, 5%, 80%);
     --white-400: hsl(206, 5%, 65%);
     --white-500: hsl(206, 5%, 50%);
     --black-100: hsl(213, 23%, 8%);
     --black-200: hsl(214, 21%, 6%);
     --black-300: hsl(210, 21%, 5%);
     --black-400: hsl(216, 22%, 4%);
     --black-500: hsl(220, 18%, 2%);
     --pink-100: hsl(326, 85%, 90%);
     --pink-200: hsl(327, 87%, 80%);
     --pink-300: hsl(329, 86%, 70%);
     --pink-400: hsl(330, 81%, 60%);
     --pink-500: hsl(333, 71%, 50%);
     --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
     --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
     --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
 }

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
#main-content p,.bd-highlight,.bd-highlight p,#main-content table tr td,#main-content table tr th,#main-content ul li{font-family:Calibri,'Quicksand','Kalpurush','Nikosh',sans-serif;color:#000;font-size:18px;line-height:1.5em;}
.blog-style-standard .wgl_col-4 .blog-post_title > a,.blog-style-standard .blog-post_text,.post_featured_bg .blog-post_title, ul.wp-block-latest-posts li a {font-family:'Quicksand','Kalpurush','Nikosh',sans-serif;}
#main .elementor-widget-container ul li{
	list-style:disc;
	  list-style-type: disc;
  text-decoration: unset;
}
main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  outline: none;
  background: none;
}
.menu-link .fa-chevron-down {
    color: #004B7B;
    font-size: 10px;
    padding: 5px 0 0 2px;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.section {
  margin: 0 auto;
  padding: 5rem 0 1rem;
}

.container {
  max-width: 75rem;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.brand {
  font-family: inherit;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: var(--pink-500);
}

.btn {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0.25rem;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-primary {
  padding: 0.75rem 2rem;
  color: var(--white-100);
  background-color: var(--pink-500);
  -webkit-box-shadow: var(--shadow-md);
          box-shadow: var(--shadow-md);
}
.btn-darken {
  padding: 0.75rem 2rem;
  color: var(--white-100);
  background-color: var(--black-200);
  -webkit-box-shadow: var(--shadow-md);
          box-shadow: var(--shadow-md);
}
.btn-neutral {
  padding: 0.75rem 2rem;
  color: var(--black-500);
  background-color: var(--white-100);
  -webkit-box-shadow: var(--shadow-md);
          box-shadow: var(--shadow-md);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  background-color: var(--white-100);
  -webkit-box-shadow: var(--shadow-md);
          box-shadow: var(--shadow-md);
    padding:5px 0px;
    width:100%;
    background:#b3e6fe;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper-left {
    /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
          */
}
.wrapper-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 992px) {
  .wrapper-left, .wrapper-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .wrapper-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (max-width: 992px) {
	.header {background:#fff}
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
            transform: translate(-100%);
    background-color: var(--white-100);
    -webkit-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  .navbar.active {
    -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
            transform: translate(0%);
  }
}
.menu-inner{
    margin:0 auto;
    padding:0;
}
.menu-header {
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-item {
  display: inline-block;
  line-height: 1.5;
  margin: 0 auto;
  padding-right: 1rem;
  position:unset;
}
.menu-link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Calibri',sans-serif;
    font-weight: 700;
    line-height: inherit;
    text-transform: uppercase;
    color: #004B7B;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
	font-size: 20px;
}
.menu-link .default_logo{
    display:inline;
    vertical-align: middle;
}
.menu-link > i.bx {
  font-size: 1.35rem;
  margin-left: 0.25rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: var(--black-500);
}
.menu-link:hover {
  outline: none;
  color: #000;
}
.menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.75rem;
  color: var(--black-500);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.menu-icon > i.bx {
  font-size: 1.45rem;
  color: inherit;
}
.menu-icon:hover {
  outline: none;
  color: var(--pink-500);
}
@media only screen and (min-width: 993px) {
  .menu-dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .menu-header {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 4rem;
    z-index: 110;
    visibility: hidden;
    background: transparent;
  }
  .menu-header.active {
    visibility: visible;
    background-color: #e1e1e1;
    line-height:64px;
    font-weight:bold;
  }
  .menu-header.active > .menu-arrow {
    display: block;
  }
  .menu-arrow {
    display: none;
    cursor: pointer;
    width: 3rem;
    height: 4rem;
    text-align: center;
  }
  .menu-arrow > i.bx {
    font-size: 1.5rem;
    line-height: 4rem;
    color: var(--black-500);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .menu-arrow > i.bx:hover {
    color: var(--pink-500);
  }
  .menu-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: inherit;
    text-transform: capitalize;
    color: var(--black-500);
  }
  .menu-inner {
    height: 100%;
    margin-top: -3rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .menu-item {
    display: block;
    line-height: 1;
    padding-inline: 0;
	  border-bottom:1px solid #e1e1e1;
  }
  .menu-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-inline: 1.25rem;
  }
  .menu-link > i.bx {
    margin-left: 0.5rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.submenu {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  padding: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 3px solid #0468B1;
  background-color: var(--white-100);
  -webkit-box-shadow: var(--shadow-md);
          box-shadow: var(--shadow-md);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.submenu-inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 15px 0 15px 0;
}
.submenu-title {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 0;
  color: var(--pink-500);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submenu-item {
  display: block;
  line-height: 1;
  margin: 0 auto;
}
.submenu-link {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  padding: 0.75rem 0;
  text-transform: capitalize;
  color: var(--black-500);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.submenu-link:hover {
  outline: none;
  color: var(--pink-500);
}
.submenu-image {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .submenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .submenu.active {
    display: block;
  }
  .submenu-inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0rem;
  }
  .submenu-list {
    margin-bottom: 1rem;
  }
  .submenu-link {
    display: block;
  }
  .submenu-image {
    margin-top: 0;
  }
}

.megamenu {
  left: 50%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
    top:83%;
}
.megamenu-column-1 {
  left: 60%;
  max-width: 14rem;
  width: 100%;
  height: auto;
}
.megamenu-column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 64rem;
  margin: 0 auto;
}
.megamenu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 64rem;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .megamenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.burger {
  position: relative;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1.75rem;
  height: 1rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
.burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border: none;
  outline: none;
  background-color: var(--black-500);
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
@media only screen and (max-width: 992px) {
  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-left: 1.25rem;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 1200px){
.wgl-site-header, .wgl-theme-header .primary-nav {
  display: block !important;
}
}
.mgtabs li,.mgtabs li:last-child {
    border-bottom: 1px solid #0A84FF4F;
    background: #fff;
    cursor: pointer;
    padding: 10px 20px;
    font-size:16px;
    font-weight:700;
    color:#000;
    text-transform:uppercase;
}
.mgtabs li:hover,.mgtabs li.active{
    background:#0468B1;
    color:#fff;
}
.mgtabs{
    margin-left:-20px;
}
.mgcontents{display:none}
.mgcontents.active{
    display:block;
}
.tabContent{
    min-height:300px;
}
.post_featured_bg .blog-post_bg_media::before {
  background-color: #000 !important;
}
.blog-post_text {
text-align:justify;
}
.wgl-carousel_wrapper .blog-post.format-standard-image .blog-post_content{
	min-height:233px;
}
/*
.elementor-1042 .elementor-element.elementor-element-8443b6f .blog-post_title {
  height: 70px;
	overflow:hidden;
}
.elementor-1042 .elementor-element.elementor-element-8443b6f .blog-post_text {
  height: 90px;
	overflow:hidden;
}
*/
/*
.fb-button{
	background: #1B74E4;
color: #fff !important;
padding: 8px;
float: left;
border-radius: 5px;
	
}
*/
.fb-button{
	background-image: linear-gradient(#0dccea, #0d70ea);
border: 0;
border-radius: 4px;
box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
box-sizing: border-box;
color: #fff !important;
cursor: pointer;
font-family: Montserrat,sans-serif;
font-size: .9em;
margin: 5px;
padding: 5px 15px;
text-align: center;
user-select: none;
float:left;
}
.youtube-button{
		background: #FF0000;
color: #fff !important;
padding: 8px 15px;
float: right;
clear: both;
border-radius: 5px;
	margin-top:10px;
	
}
.ccolumn {
            float: left;
            width: 48%;margin:1%;
        }

        
        .crow:after {
            content: "";
            display: table;
            clear: both;
        }
.bighearts-post-navigation{display:none}
#app_heading {
    color: #444;
    display: block;
    font-size: 25px;
    font-weight: lighter;
    letter-spacing: 0;
    line-height: 1.2em;
    margin: 10px 0;
    text-shadow: 0 1px 0 white, 0 -1px 0 black;
    text-transform: uppercase;
}

#tab_box {}
#dl_button {width:100%; float:left; text-align:center;}
#dl_button .button{padding-left: 10%;padding-right: 10%;}
#app_det {
	width: 95%;
	margin: auto auto 10px auto;
	padding: 5px 20px 20px 20px;
	font-size: 0.8em;
	border: 3px solid green;
	line-height:1.5em;
	overflow:hidden;
}
#det_title {font-size:1em; font-weight:bold;}
#det_inside{
	width: 345px;
	float: left;
	display: block;
	position: relative;
	font-size: 15px;
line-height: 22px;
}
#tab_box .tab {
            width: 100%;
        }

        /* Style the buttons inside the tab */
        #tab_box .tab button {
            
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            text-align: left;
            text-transform: capitalize;
            padding: 12px;
            margin: 0 0px 3px 0;
            border-radius: 4px;
            border: none;
            display: block;
            overflow: hidden;
            position: relative;
            z-index: 1;
            width: 100%;
            color:#fff;
            background:#0468B1;
        }

        #tab_box  .tab button:before, div.tab button:after {
            content: "";
            background-color: #0468B1;
            width: 50.5%;
            height: 100%;
            opacity: 0;
            transform: perspective(300px) rotateX(-100deg);
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            transition: all 0.4s ease 0s;
        }

        /* Change background color of buttons on hover */
        #tab_box .tab button:hover {
            background-color: #1C67D2;
            color: black;
        }

        /* Create an active/current "tab button" class */
        div.tab button.active {
            background-color: #444;
            color: white;
        }

        /* Style the tab content */
        #tab_box .tabcontent {
            padding: 12px 12px;
            max-width: 100%;
            width: 96%;
            margin: 0;
        }

#tab_box div.tab button.active {
  background-color: #444;
  color: white;
}

        
		#tab_box .tabcontent table{
		width:100%;
		max-width:100%;
		}
		#tab_box table, caption, tbody, tfoot, thead, tr, th, td{
		vertical-align:middle;
		}
        #tab_box .tabcontent table td, .tabcontent table th {
            text-align: left;
            border: 1px solid #e1e1e1;
            padding: 10px;
            font-weight: 400;
        }

        #tab_box .tabcontent table td, .tabcontent table th {
            text-align: left;
            border: 1px solid #e1e1e1;
            padding: 10px;
            font-weight: 400;
        }

        #tab_box .tabcontent table tr:nth-of-type(2n+1) {
            background-color: rgba(0, 0, 0, .05);
        } 
        #tab_box .tabcontent table td img{width:90px;height:auto;}
@media (min-width: 993px){
        .col-md-3 {
            width: 28%;
        }

        .col-md-9 {
            width: 72%;
        }

        .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
            float: left;
        }
}

        .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
            position: relative;
            min-height: 1px;
        }
.page-header{
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}
.page-header_title{
	text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.4);
}
.elementor-widget-wgl-header-search{
    position: absolute;
right: 20px;
top: 0;}

.betabadge {
height: 16px;
background: #4ec6fd;
width: 120px;
text-align: center;
font-size: 8px;
line-height: 16px;
font-family: 'Quicksand',sans-serif;
color: #444;
transform: rotate(-45deg);
top: 14px;
left: -36px;
/*box-shadow: inset 0px 0px 0px 4px rgba(255, 255, 255, 0.34);*/
position: absolute;
-webkit-box-shadow: 0 0 1px #888;
-moz-box-shadow: 0 0 1px #888;
box-shadow: 0 1px 1px #888;
}
/*
.betabadge:after {
  position: absolute;
  content: '';
  display: block;
  height: 100px;
  width: 100px;
  background: #EDF1EE;
  top: -55px;
  left: 130px;
  transform: rotate(-45deg);
  box-shadow: -115px -121px 0px 0px #EDF1EE;
}

.betabadge .left {
position: absolute;
content: '';
display: block;
top: 36px;
left: 3px;
height: 5px;
width: 8px;
background: linear-gradient(135deg, #5a926a 50%, rgba(90, 146, 106, 0) 50.1%);
}
.badge .right {
  position: absolute;
  content: '';
  display: block;
  top: 50px;
  left: 157px;
  height: 8px;
  width: 8px;
  background: linear-gradient(135deg, #5a926a 50%, rgba(90, 146, 106, 0) 50.1%);
  transform: rotate(90deg);
}
*/
@media only screen and (max-width: 992px) {
    .d-sm-none{display:none}
    .wrapper-left {
        margin: 0 auto;
        text-align: center;
    }
    .wrapper-right{
        height: 104px;
        position: absolute;
        right: 20px;
        top: 0;
    }
    .bd-highlight p{text-align:left;}
    .wgl-counter {border:none !important;}
}
@media only screen and (min-width: 993px) {
    .d-lg-none{display:none}
    .navbar{margin:0 auto;padding-left:80px}
}
.elementor-element.elementor-widget.elementor-widget-wgl-header-logo{width:100% !important}
.icon-bar {
  position: fixed;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index:2;
}

/* Style the icon bar links */
.icon-bar a {
display: block;
text-align: center;
padding: 10px 16px;
transition: all 0.3s ease;
color: white;
font-size: 16px;
}

/* Style the social media icons with color, if you want */

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.page-header_breadcrumbs .breadcrumbs .current{color:#999 !important}
.wgl-service-1 .wgl-service_content-wrap{background: rgba(0,0,0,.7);
padding: 6px 0;}
.elementor-185 .elementor-element.elementor-element-6ae0392 .elementor-tab-title{background:#0468B1;border-bottom: 1px solid #fff;}
.elementor-185 .elementor-element.elementor-element-6ae0392 .elementor-tab-title.elementor-active{background:#f5f5f5}
.related_posts .blog-post.format-standard-image .blog-post_content,.blog_columns-3 .blog-post.format-standard-image .blog-post_content{min-height:0px}
.podcastSeries iframe{height:304px;overflow:hidden}
.blog-posts .blog-post_title,.blog-style-standard .wgl_col-4 .blog-post_title > a,.blog-style-standard .wgl_col-6 .blog-post_title > a {line-height:28px !important;font-size:20px !important}
.post_featured_bg {margin-top:0px !important}
@media (max-width: 768px){
	  .page-header {margin-top:60px !important}
}
#main-content ul li{list-style:disc}
#header .default_logo{
	  background: #fff;
  padding: 5px;
  margin: -5px 0;
}
.header_search-button.flaticon-loupe{color:#004B7B}
.publist li{
	float:left;
	margin:10px;
	list-style:none !important;
}
.elementor-1042 .elementor-element.elementor-element-d0224e7 rs-slide:after {
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
  content: '';
  right:0;
  bottom:0;
  left:0;
  opacity: 0.8;
	height:200px;
}
.meta-data .post_author{display:none}
.elementor-1149 .elementor-element.elementor-element-161f543.elementor-view-default .elementor-icon,.elementor-1149 .elementor-element.elementor-element-bb062ea.elementor-view-default .elementor-icon,.elementor-1149 .elementor-element.elementor-element-f1e9bfa.elementor-view-default .elementor-icon {color:#fff !important}
.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 120px;
  left: 0;
	right:0;
	margin-left:auto;
	margin-right:auto;
  width: 80%;
	max-width:600px;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
top: -8px;
right: 0;
padding: 10px;
color: #EF6024;
background: none;
border: 0;
}

.modal-close:hover {
  color: #777;
	background:none;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}
.footer_top-area a:hover,.footer_top-area .hover_links a:hover{color:#fff !important}
#tab_box h3{font-size:20px;line-height:26px}

.cta {
display: inline-block;
padding: 10px 45px 0px 45px;
text-decoration: none;
font-size: 40px;
color: white;
background: rgba(255,255,255,.7);
transition: 1s;
box-shadow: 6px 6px 0 #444;
border-radius: 30px;
	line-height:65px;
}
#block-7 ul.wp-block-latest-posts li::before {
  content:"";
	display:none !important;
}
#block-7{padding-top:0px}

@media screen and (max-width: 768px) {
 
  
  #tab_box table thead,.table-new thead{
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  #tab_box table tr,.table-new tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  #tab_box table td,.table-new td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
   
	  width:100%;
  }
  
  #tab_box table td::before,.table-new td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  #tab_box table td:last-child,.table-new td:last-child {
    border-bottom: 0;
  }
}
.grecaptcha-badge { visibility: hidden; }


.single-post .page-header.page-header_align_center{
	background-color: #1C67D2 !important;
}

.single-post .page-header_title{display:none !important}
@media (max-width: 768px){
	.single-post .page-header.page-header_align_center{
	padding-top: 33px !important;
	}
}


@media print {
         .wgl-theme-header,.page-header,.sidebar-container,#footer,.related_posts,.single_post_info,.icon-bar{display:none !important}
         .wgl_col-9{width:100% !important;}
         img{max-height:400px;width:auto;
}

