/*
* The Index of file
* 
* 1:- Quick Common class - for quick and global class
* 2:- Header class - till above menu
* 3:- Menu Class - will not for mega menu
* 4:- Breadcrumb class
* 5:- Left / Main container class
* 6:- widget / right sidebar class
* 7:- Comment class
* 8:- Footer class
* 
*/

body.elementor-page #maincontainer {
  padding-left: 0px;
  padding-right: 0px;
}

body.elementor-page #maincontainer div.container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

body{
  overflow-x: hidden;
  overflow-y: auto;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.entry-content iframe {
  max-width: 100%;
}

a:focus {
  outline: unset !important;
}

/*
* Quick Common class
*/

.displaynon {
  display: none;
}

.mr0 {
    margin: 0
}

.mr5 {
    margin: 5px
}

.mr10 {
    margin: 10px
}

.mr15 {
    margin: 15px
}

.mr20 {
    margin: 20px
}

.mrt5 {
    margin-top: 5px
}

.mrt10 {
    margin-top: 10px
}

.mrt15 {
    margin-top: 15px
}

.mrt20 {
    margin-top: 20px
}

.mrr5 {
    margin-right: 5px
}

.mrr10 {
    margin-right: 10px
}

.mrr15 {
    margin-right: 15px
}

.mrr20 {
    margin-right: 20px
}

.mrb5 {
    margin-bottom: 5px
}

.mrb10 {
    margin-bottom: 10px
}

.mrb15 {
    margin-bottom: 15px
}

.mrb20 {
    margin-bottom: 20px
}

.mrl5 {
    margin-left: 5px
}

.mrl10 {
    margin-left: 10px
}

.mrl15 {
    margin-left: 15px
}

.mrl20 {
    margin-left: 20px
}

.pd0 {
    padding: 0
}

.pd5 {
    padding: 5px
}

.pd10 {
    padding: 10px
}

.pd15 {
    padding: 15px
}

.pd20 {
    padding: 20px
}

.pdt5 {
    padding-top: 5px
}

.pdt10 {
    padding-top: 10px
}

.pdt15 {
    padding-top: 15px
}

.pdt20 {
    padding-top: 20px
}

.pdr5 {
    padding-right: 5px
}

.pdr10 {
    padding-right: 10px
}

.pdr15 {
    padding-right: 15px
}

.pdr20 {
    padding-right: 20px
}

.pdb5 {
    padding-bottom: 5px
}

.pdb10 {
    padding-bottom: 10px
}

.pdb15 {
    padding-bottom: 15px
}

.pdb20 {
    padding-bottom: 20px
}

.pdl5 {
    padding-left: 5px
}

.pdl10 {
    padding-left: 10px
}

.pdl15 {
    padding-left: 15px
}

.pdl20 {
    padding-left: 20px
}

.fl {
    float: left
}

.fr {
    float: right
}

.alignl {
    text-align: left
}

.alignc {
    text-align: center
}

.alignr {
    text-align: right
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}


/* Extra responsive */
.fr-spsl
{
	float: right;
}
.alignc-spsl
{
    text-align: center;
}

.alignr-spsl
{
    text-align: right;
}

/* if browser width is less than 990px, below rules will come in action. */
@media (max-width: 990px)
{
	.fr-spsl
	{
		float: left;
	}
	.alignc-spsl
	{
		text-align: left;
	}
	.alignr-spsl
	{
		text-align: left;
	}
}
/* Extra responsive END */


/*
* Quick Common class END
*/

/*
* Header Class
*/

#navbar {
  z-index: 999;
  margin: 0px;
  padding: 10px 0px;
  width:100%;
  border-radius: unset;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbarr_sticky {
  padding: 5px 0px !important;
  position: fixed;
  top: 0;
}

#logoastext {
  font-size: 22px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: bold;
}

@media (min-width: 768px) {
  #logoastext {
    position: relative;
    top: 15px;
  }
}

.logoastext_sticky {
  position: relative;
  top: 0px !important;
}

#logoasimg .custom-logo {
  height: 82px;
  width: 325px;
  -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.logoasimg_sticky {
  height: 50px !important;
  width: 222px !important;
}

.bgtoph-icon-clr {
  border-radius: 1px;
  padding: 3px;
}

.iconouter a {
  padding-left: 5px;
}

.bgtoph-icon-clr
{
	border: 1px solid;
}

.headerimg {
  height: auto;
  width: 100%;
}

/* search form top bar */
.scp-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}

.scp-search::before {
  top: 0;
  left: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}

.scp-search::after {
  right: 0;
  bottom: 0;
  border-top-width: 0;
  border-left-width: 0;
}

.scp-btn--search-close {
  font-size: 2em;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  display: block;
}


.scp-search__form {
  margin: 5em 0;
}

.scp-search__input {
  font-family: inherit;
  font-size: 10vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  padding: 0.05em 0;
  border-bottom: 2px solid;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  border-top: none;
  border-left: none;
  border-right: none;
}


.scp-search__input:focus {
  outline: none;
}

.scp-search__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.3;
  color: #060919;
}

.scp-search__input::-moz-placeholder {
  opacity: 0.3;
  /* Mozilla Firefox 19+ */
  color: #060919;
}

.scp-search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.3;
  color: #060919;
}

.scp-search__input::-webkit-search-cancel-button,
.scp-search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.scp-search__input::-ms-clear {
  display: none;
}

.scp-search__info {
  font-size: 90%;
  font-weight: bold;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
}


/************************/
/* Transitions      */
/************************/

.scp-search--open {
  pointer-events: auto;
  opacity: 1;
}

/* Border */
.scp-search::before,
.scp-search::after {
  transition: transform 0.5s;
}

.scp-search::before {
  transform: translate3d(-15px, -15px, 0);
}

.scp-search::after {
  transform: translate3d(15px, 15px, 0);
}

.scp-search--open::before,
.scp-search--open::after {
  transform: translate3d(0, 0, 0);
}

/* Close button */
.scp-btn--search-close {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}

.scp-search--open .scp-btn--search-close {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* Search form with input and description */
.scp-search__form {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}

.scp-search--open .scp-search__form {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}



.popupSec{margin: 0 auto;
position: fixed;
width: 100%;
top: 18%;
z-index: 99999;}

.popupSecSub{max-width: 490px; width: 100%; margin: 0 auto; padding: 15px; background: #fff; border-radius: 10px;
	box-shadow: 0 0px 3px 4px rgba(185, 187, 187, .5);}
.popupSecSub img{width: 100%;}
.popupSecSub .popupCloseHom{padding: 5px 7px;
margin: 0;
  margin-top: 0px;
  margin-right: 0px;
background: #000;
color: #fff;
font-size: 13px;
border: none;
line-height: 10px;
border-radius: 50px;
float: right;
margin-right: -6px;
height: 26px;
width: 26px;
margin-top: -6px;}


@media screen and (max-width:40em) {
  .scp-search__form {
    margin: 5em 0 1em;
  }
  .scp-btn--search-close {
    font-size: 1.25em;
    top: 1.5em;
    right: 1.5em;
  }
  .scp-search__info {
    text-align: left;
  }

}


/* Buttons */

.scp-btn {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

.scp-btn:focus {
  outline: none;
}

.scp-btn--search {
  font-size: 1.5em;
}

.scp-btn--hidden {
  pointer-events: none;
  opacity: 0;
}

/* search form top bar */

/*
* Header Class END
*/


/*
* Menu Class
*/

a.navbar-brand:focus {
  outline: thin none;
}

.navbar-default {
  background-color: transparent;
  border: transparent; 
}

.nav.navbar-nav.navbar-right {
  padding: 16px 0px;
}

.navbar_sticky {
  padding: 0px !important;
}


/* if browser width is greater than 765px, below rules will come in action. */
@media (min-width: 765px) {
	
    #navbar ul li ul.dropdown-menu {
        opacity: 0;
        visibility: hidden;
        display: block;
        margin-top: 20px;
        -webkit-ransition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    #navbar ul li:hover ul.dropdown-menu {
      margin-top: 0px !important;
      opacity: 1 !important;
      visibility: visible !important;
    }

    .dropdowntoggle {
      display: none;
    }

  	#navbar .dropdown-menu {
  	  padding: 0;
  	}

  	#navbar .dropdown-menu li {
  	  border-bottom: 1px solid #eeeeee;
  	}
  	
  	#navbar .dropdown-menu li a {
  	  padding: 7px 17px 4px;
  	}
    
}


/* if browser width is less than 767px, below rules will come in action. */
@media (max-width: 767px) {
  #navbar ul li ul.dropdown-menu
	{
	  box-shadow: none;
	  display: none;
	  float: none;
	  padding: 3px 0 3px 10px;
	  position: relative;
	}

  #navbar ul li a .caret {
    display: none;
  }

  .dropdowntoggle {
    position: absolute;
    top: 10px;
    right: 18px;
    cursor: default;
    font-size: 20px;
  }

  #navbar ul li.dd-this-open > ul {
    display: block !important;
  }
	
	#navbar .navbar-collapse {
	  padding-left: 15px;
	  padding-right: 15px;
	}

}

	
/* if browser width is less than 768px, below rules will come in action. */
@media (max-width: 768px)
{
  #navbar .navbar-nav > li > .dropdown-menu {
    border: none !important;
  }
  
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}


/*
* Menu Class END
*/


/**
 *
 * Sidebar menu
 *
 */

/* Menu Open Button */
.side-menu-menu-button {
  border-radius: 2px;
  cursor: pointer;
  height: 35px;
  line-height: 31px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  text-align: center;
  text-decoration: none;
  width: 35px;
  z-index: 99999;
}

.side-menu-menu-button:hover {
  color: #ffffff;
}

/* Close Button */
.side-menu-close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

.side-menu-close-button::before,
.side-menu-close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
}

.side-menu-close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-menu-close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Menu */
.side-menu-menu-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999;
  width: 280px;
  height: 100%;
  padding: 2.5em 1.5em 0;
  font-size: 1.15em;
  -webkit-transform: translate3d(-320px,0,0);
  transform: translate3d(-320px,0,0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.side-menu-menu, 
.side-menu-icon-list {
  height: 100%;
}

.side-menu-icon-list {
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.side-menu-icon-list a {
  display: block;
  padding: 0.8em;
  -webkit-transform: translate3d(0,500px,0);
  transform: translate3d(0,500px,0);
}

.side-menu-icon-list,
.side-menu-icon-list a {
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.side-menu-menu-wrap ul {
  list-style-type: none;
  position: relative;
  right: 10px;
  top: 10px;
}

.side-menu-menu-wrap ul li {
  position: relative;
  left: 0px;
}

.side-menu-menu-wrap ul li:hover {
  left: 2px;
}

.side-menu-menu-wrap ul li a {
  padding: 10px 0px;
}

.side-menu-menu-wrap ul li a::before {
  content: "\f101";
  font-family: fontawesome;
  font-weight: bold;
  left: -4px;
  position: relative;
}


/* Shown menu */
.side-menu-show-menu .side-menu-menu-wrap {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.side-menu-show-menu .side-menu-icon-list,
.side-menu-show-menu .side-menu-icon-list a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.side-menu-show-menu .side-menu-icon-list a {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}


/*
* title bar class
*/


.title-bar {
  min-height: 50px;
  padding: 20px 0;
  position: relative;
  text-align: left;
}

.title-bar .breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin: -3px 0 0;
  padding: 0;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: fontawesome;
}

.title-bar h3 {
  display: inline-block;
  line-height: 46px;
  margin: 0 0 -25px;
  min-height: 37px;
  padding: 0 0 17px;
}

/*
* title bar class END
*/



/*
* Left / Main container class
*/

.left-content {
  min-height: 400px;
}

@media (min-width: 992px) {
  .layoutleftsidebar {
    float: right !important;
  }
}

figure .wp-caption-text {
    padding: 15px 0 1px
}

table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}



.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-icon img {
    margin: 0 auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.gallery-caption {
  line-height: 1.5;
  text-align: center;
}

.sticky {
	
}


.bypostauthor>article .fn:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: Genericons;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top
}


.content-third {
  padding: 10px;
}

.left-content blockquote {
    background-color: #f5f5f5
}

.left-content ol li,
.left-content ul li {
    padding-bottom: 5px
}


.singletags a::before {
  border-bottom: 10px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid transparent;
  content: "";
  height: 0;
  left: -8px;
  position: absolute;
  top: 0;
  width: 0;
}

.singletags a::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: -2px;
  position: absolute;
  top: 8px;
  width: 4px;
}


.singletags a {
  border-radius: 0 2px 2px 0;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.27273;
  margin: 2px 4px 2px 10px;
  padding: 3px 7px;
  position: relative;
  text-transform: uppercase;
}


.left-content .pagelinks {
  padding-top: 20px;
}

.left-content .pagelinks .pagelinksa {
  border: 1px solid;
  border-radius: 6px;
  padding: 4px 10px;
}

.pagercon .previous>a,
.pagercon .previous>span {
    float: right
}


.wp-caption {
    text-align: center
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none
}


.content-first .content-second h3.the-title {
  border-left: 3px solid;
  margin: 0;
  padding: 9px 14px;
}

.left-content .postsloop {
  margin: 19px 0;
}


.content-first .content-second h1.the-title {
  border-left: 3px solid;
  padding: 9px 14px;
}


.select2-container .select2-choice > .select2-chosen {
  padding: 3px 0;
}

.bpressbtn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}


.bpress-entry-meta .vcard.author, .bpress-entry-meta .categoryurl, .bpress-entry-meta .post-date.updated  {
  padding-right: 10px;
}


.bpress-entry-meta .authorurl::before {
  content: "\f007  ";
  font-family: fontawesome;
  font-size: 15px;
}

.bpress-entry-meta .categoryurl a:first-child::before {
  content: "\f00a  ";
  font-family: fontawesome;
  font-size: 15px;
}

.bpress-entry-meta .post-date.updated::before {
  content: "\f073  ";
  font-family: fontawesome;
  font-size: 15px;
}

.bpress-entry-meta {
  border-bottom: 1px solid #dfdfdf;
  font-size: 14px !important;
  padding-bottom: 5px;
}



.navigation.pagination {
  margin: 0 auto;
  display: table;
  padding: 10px 0px;
}

.navigation.pagination .nav-links .page-numbers {
  padding: 2px 17px 0px 17px;
  background-color: #F4F4F4;
  font-size: 19px;
  float: left;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.navigation.pagination .nav-links .page-numbers:hover {
  background-color: #ffffff;
}

.navigation.pagination .nav-links .page-numbers:last-child {
  border-right: 1px solid;
}


/*
* Left / Main container class END
*/


/*
* widget / right sidebar class
*/

.right-content {
  overflow: hidden;
}

.widget_sidebar_main .right-widget-title {
  border-left: 3px solid;
  padding: 9px 14px;
}


.widget_sidebar_main.widget_recent_entries ul li,
.widget_sidebar_main.widget_archive ul li,
.widget_sidebar_main.widget_categories ul li,
.widget_sidebar_main.widget_meta ul li,
.widget_sidebar_main.widget_nav_menu ul li,
.widget_sidebar_main.widget_pages ul li,
.widget_sidebar_main.widget_product_categories ul li,
.widget_sidebar_main.widget_recent_comments ul li,
.widgets_footer.widget_recent_entries ul li,
.widgets_footer.widget_archive ul li,
.widgets_footer.widget_categories ul li,
.widgets_footer.widget_meta ul li,
.widgets_footer.widget_nav_menu ul li,
.widgets_footer.widget_pages ul li,
.widgets_footer.widget_product_categories ul li,
.widgets_footer.widget_recent_comments ul li
{
  list-style-type: none;
  margin-bottom: 6px;
  margin-top: 6px;
  position: relative;
  left: -19px;
}

.widget_sidebar_main.widget_recent_entries ul li a::before,
.widget_sidebar_main.widget_archive ul li a::before,
.widget_sidebar_main.widget_categories ul li a::before,
.widget_sidebar_main.widget_meta ul li a::before,
.widget_sidebar_main.widget_nav_menu ul li a::before,
.widget_sidebar_main.widget_pages ul li a::before,
.widget_sidebar_main.widget_product_categories ul li a::before,
.widgets_footer.widget_recent_entries ul li a::before,
.widgets_footer.widget_archive ul li a::before,
.widgets_footer.widget_categories ul li a::before,
.widgets_footer.widget_meta ul li a::before,
.widgets_footer.widget_nav_menu ul li a::before,
.widgets_footer.widget_pages ul li a::before,
.widgets_footer.widget_product_categories ul li a::before
{
  content: "\f101";
  font-family: fontawesome;
  font-weight: bold;
  left: -4px;
  position: relative;
  font-size: 17px;
}

.widget_sidebar_main.widget_recent_comments ul li::before,
.widgets_footer.widget_recent_comments ul li::before
{
  content: "\f101";
  font-family: fontawesome;
  font-weight: bold;
  left: -4px;
  position: relative;
  font-size: 17px;
}

.widget_sidebar_main.widget_recent_entries ul li span, .widgets_footer.widget_recent_entries ul li span {
  display: block;
  margin-left: 12px;
}

.tagcloud a::before {
  border-bottom: 10px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid transparent;
  content: "";
  height: 0;
  left: -8px;
  position: absolute;
  top: 0;
  width: 0;
}

.tagcloud a::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: -2px;
  position: absolute;
  top: 8px;
  width: 4px;
}


.tagcloud a {
  border-radius: 0 2px 2px 0;
  display: inline-block;
  font-size: 11px !important;
  font-weight: 700;
  line-height: 1.27273;
  margin: 5px 4px 2px 10px;
  padding: 3px 7px;
  position: relative;
  text-transform: uppercase;
}

.widget_sidebar_main select {
  padding: 10px 5px;
  width: 100%;
}

.widget_sidebar_main .textwidget, .widget_sidebar_main .tagcloud, .widget_sidebar_main #calendar_wrap {
  padding-left: 10px;
}

.business_press_social_widget a {
  line-height: 41px;
  margin-left: 6px;
  padding: 8px 6px 6px;
}

.social_profile-icon-clr {
  font-size: 18px !important;
  padding: 3px;
}

/*
* widget / right sidebar class END
*/


/*
* Comment class
*/

#commentcount {
  padding-top: 25px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 100%
}

#comments .depth-2, #comments .depth-3, #comments .depth-4, #comments .depth-5, #comments .depth-6, #comments .depth-7, #comments .depth-8, #comments .depth-9, #comments .depth-10 {
    margin-left: 35px
}

#comments .media-left .avatar {
  max-width: unset;
}

#comments p {
    margin: 0
}

#comments .comment, #comments .pingback {
  margin-top: 21px;
  padding: 10px;
}

#comments .alert {
    padding: 1px 5px
}

#comments .logged-in-as {
    font-size: 15px;
    padding-bottom: 10px
}

#comments .comment-notes {
    padding-bottom: 15px
}

.comment-reply-link::before {
  content: "\f064  ";
  font-family: fontawesome;
}

.comment-edit-link::before {
  content: "\f044  ";
  font-family: fontawesome;
}

.comment-edit-link {
  margin-left: 10px;
}

/*
* Comment class END
*/


/*
* Footer class
*/

.footer
{
	border-top: 3px solid;
	position:relative;
}


#back-to-top {
  border-radius: 2px;
  cursor: pointer;
  height: 35px;
  line-height: 31px;
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  width: 35px;
  display: none;
  z-index: 99999;
}

.back-to-top-show {
  display: block !important;
  opacity: 1 !important;
}

#footer .widgets_footer select {
  padding: 10px 5px;
  width: 100%;
}

#footer select {
	color: #000000;
}

#copyright {
  padding: 10px 0;
}

.widgets_footer, .widget_sidebar_main {
  overflow: hidden;
}

/*
* Footer class END
*/


/*
* Third party plugins
*/

/* bbp */

#bbp_topic_status_select, #bbp_stick_topic_select, #bbp_anonymous_author, #bbp_anonymous_email, #bbp_anonymous_website, #bbp_topic_title, #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content, #bbp_topic_tags {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

#bbp_anonymous_author:focus, #bbp_anonymous_email:focus, #bbp_anonymous_website:focus, #bbp_topic_title:focus, #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:focus, #bbp_topic_tags:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

.bbp-submit-wrapper .button {
  padding: 6px 24px;
  font-size: 15px;
  border: 1px transparent;
  border-radius: 3px;
}


#subscription-toggle a {
  position: relative;
  left: 7px;
  top: 4px;
  float: right;
}

/* bbp END */

/* contact form 7 */

.wpcf7-form label {
  display: unset;
}

.wpcf7-form .wpcf7-form-control.wpcf7-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.wpcf7-form .wpcf7-form-control.wpcf7-text:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.wpcf7-form .wpcf7-form-control.wpcf7-number {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.wpcf7-form .wpcf7-form-control.wpcf7-number:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.wpcf7-form .wpcf7-form-control.wpcf7-date {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.wpcf7-form .wpcf7-form-control.wpcf7-date:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}


/* contact form 7 END */

.g-recaptcha {
  padding: 10px 0px;
}

/*
* Third party plugins END
*/
