/*
* 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
*
*/

html {
	font-size: 100%;
}

.header_logo .logo {
    width: auto;
    height: 100%!important;
}

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;
}

#maincontainer{
    background: #F2F6F8;
}

#maincontainer .left-content, #maincontainer .right-content{
  background: #fefefe;
  border-radius: .25rem;
}

body #maincontainer p{
  color: rgb(32, 32, 32);
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
  text-align: justify;
}

@media (min-width: 768px){

  #navbar{
    text-align: center;
  }

  .navbar-nav {
      margin: 0;
      display: inline-block;
      float: none;
      vertical-align: top;
  }
}

@media(max-width: 767px){
  #maincontainer{
    padding-left: 0px;
    padding-right: 0px;
  }

    body #maincontainer p{
        text-align: left;
    }
}

body ul.navbar-nav li a{
  font-size: 18px;
}

body a{
    background-color: transparent;
    line-height: inherit;
    color: #fe570e !important;
    cursor: pointer;
}

body .side-menu-menu-button{
  color: #FFF !important;
}

body h1, .h1 {
    font-size:  26px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.1;
    color: #fe570e;
    text-transform: initial !important;
}

body h2, .h2{
  font-size: 24px !important;
  font-weight: 500 !important;
  text-transform: initial !important;
}

body h3, .h3{
  font-size: 20px !important;
  font-weight: 500 !important;
  text-transform: initial !important;
}

#toc_container p.toc_title+ul.toc_list{
  list-style-position: inside;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.entry-content iframe {
  max-width: 100%;
}

.clearboth
{
  clear:both;
}

a:focus {
  outline: unset !important;
}

.breadcrumb > li + li::before {
  content: "\f101" !important;
  font-family: fontawesome !important;
  color: #757575 !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: 0px
}

.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: 0px
}

.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
}

/* if browser width is greater than 980px, below rules will come in action. */
@media (min-width: 993px)
{
  .fl_right_header_spsl
  {
    float:right;
  }
}

/* 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
*/


.bgtoph-icon-clr {
  border-radius: 1px;
  padding: 3px;
}

.iconouter a {
  padding-left: 5px;
}

.bgtoph-icon-clr
{
  border: 1px solid;
}

.headerimg {
  height: auto;
  width: 100%;
}

.custom-logo {
  height: auto;
}


/* search form top bar */
.scp-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(18, 23, 56, 0.9);
  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);
}


@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;
}

.scp-search__input, .scp-btn, .scp-search__info {
  color: #337ab7;
}

/* search form top bar */

/*
* Header Class END
*/


/*
* Menu Class
*/
#navbarouter {
  z-index: 999;
  width:100%;
}

#navbar {
    border-radius: 0;
}

/* this id for mega menu plugin free version */
.mega-menu-wrap
{
  z-index: 1;
}

.navbar {
  border: 1px solid transparent !important;
  border-bottom: 2px solid orange!important;
  margin-bottom: 0px;
}

.seopress_sticky_menu_top {
  position: fixed !important;
  top: 0 !important;
}

#navbar ul li,
#navbar ul li a {
  -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: unset;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}


/* 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-transition: 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;
    }

}


/* 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 0px;
    position: relative;
    border: none;
    border-radius: 0px;
  }

  #navbar ul li a .caret {
    display: none;
  }

  .dropdowntoggle {
    color: #000000;
    position: absolute;
    top: 10px;
    right: 18px;
    cursor: default;
    font-size: 20px;
  }

  #navbar ul li.dd-this-open > ul {
    display: block !important;
  }

  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }

}


/*
* 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;
  background-color: #337ab7;
  color: #ffffff;
}

.side-menu-menu-button:hover {
  background-color: #286090;
  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%;
  background: #dce2e6;
}

.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);
  background-color: rgba(52, 122, 183, 0.80);
}

.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;
}

.side-menu-menu-wrap ul li a {
  color: #d5d5d5;
}

.side-menu-menu-wrap ul li a:hover, .side-menu-menu-wrap ul li.current_page_item a, .side-menu-menu-wrap ul li.current-menu-item a {
  color: #ffffff;
}

/*
* breadcrumb class
*/

.breadcrumb {
    margin: 0 14px
}

/*
* breadcrumb 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 .entry-date {
    display: none
}

.sticky {
  background-color: #f7f7f7;
}

.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;
  margin-left: 5px;
  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: 0px 14px;
}

.left-content .postsloop {
  margin: 19px 0;
}


.content-first .content-second h1.the-title {
  border-left: 3px solid;
  padding: 0px 14px;
}


.select2-container .select2-choice > .select2-chosen {
  padding: 3px 0;
}

.seopressbtn {
  -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;
}


.seopress-entry-meta .vcard.author, .seopress-entry-meta .categoryurl, .seopress-entry-meta .post-date.updated  {
  padding-right: 10px;
}


.seopress-entry-meta .authorurl::before {
  content: "\f007  ";
  font-family: fontawesome;
  font-size: 15px;
}

.seopress-entry-meta .categoryurl a:first-child::before {
  content: "\f00a  ";
  font-family: fontawesome;
  font-size: 15px;
}

.seopress-entry-meta .post-date.updated::before {
  content: "\f073  ";
  font-family: fontawesome;
  font-size: 15px;
}

.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 | Apply css rules to only core widgets and woo widget_product_categories ul li
*/

.right-content {
  overflow: hidden;
}

.widget_sidebar_main .right-widget-title {
  border-left: 3px solid;
  padding: 0px 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;
}

.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;
}


.seopress_social_widget a {
  line-height: 41px;
  margin-left: 6px;
  padding: 8px 6px 6px;
}

.social_profile-icon-clr {
  font-size: 18px;
  padding: 3px;
}

.widget_sidebar_main.widget_recent_entries ul li span, .widgets_footer.widget_recent_entries ul li span {
  display: block;
  margin-left: 12px;
}

/*
* 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:2px 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;
  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 select {
  color: #000000;
}

.widgets_footer select {
  padding: 10px 5px;
  width: 100%;
}


.widgets_footer, .widget_sidebar_main {
  overflow: hidden;
}

/*
* Footer class END
*/

/*
* The colors
*/

.widget_sidebar_main .right-widget-title {
  color: rgb(32, 32, 32);
}

.content-first .content-second h3.the-title {
  color: rgb(32, 32, 32);
}

.content-first .content-second h3.the-title a {
  color: rgb(32, 32, 32);
}

.content-first .content-second h1.the-title {
  color: #fe570e;
  font-size: 30px;
  font-weight: 600;
  text-transform: initial;
}

.widget_sidebar_main .right-widget-title {
  background: none;
}

.content-first .content-second h3.the-title {
  background: none;
}

.content-first .content-second h1.the-title {
  background: none;
}

.widget_sidebar_main .right-widget-title {
  border: none;
}

.content-first .content-second h3.the-title {
  border: none;
}

.content-first .content-second h1.the-title {
  border: none;
}

.seopressbtn {
  color: #ffffff;
}

.tagcloud a {
  color: #ffffff !important;
}

.singletags a {
  color: #ffffff;
}

.singletags a:hover {
  color: #ffffff;
}

#back-to-top, .social_profile-icon-clr {
  color: #ffffff;
}


.seopressbtn {
  background-color: #337ab7;
}

.tagcloud a {
  background-color: #337ab7;
}

.tagcloud a::before {
  border-right-color: #337ab7;
}

.singletags a {
  background-color: #337ab7;
}

.singletags a::before {
  border-right-color: #337ab7;
}

#back-to-top, .seopress_social_widget a {
  background-color: #337ab7;
}


.seopressbtn:hover {
  background-color: #286090;
}

.tagcloud a:hover {
  background-color: #286090;
}

.tagcloud a:hover::before {
  border-right-color: #286090;
}

.singletags a:hover {
  background-color: #286090;
}

.singletags a:hover::before {
  border-right-color: #286090;
}

#back-to-top:hover, .seopress_social_widget a:hover {
  background-color: #286090;
}

#navbar ul li a {
   color: #0a0a0a;
}

#navbar ul.dropdown-menu li a {
    color: #0a0a0a;
}

#navbar ul li:hover a, #navbar ul li.current-menu-parent a {
  color: #000000;
}

#navbar ul.dropdown-menu li:hover a, #navbar ul.dropdown-menu .current-menu-item a, #navbar .current-menu-item a, #navbar .current_page_item a {
  color: #000000 !important;
}

#navbar, #navbar ul.dropdown-menu {
  background-color: #FFF;
}

#navbar ul.dropdown-menu li:hover a, #navbar ul.dropdown-menu .current-menu-item a {
  background-color: #e7e7e7 !important;
}

#navbar .current-menu-item, #navbar .menu-item-type-custom:hover, #navbar .menu-item-type-post_type:hover, #navbar .menu-item-type-taxonomy:hover, #navbar ul li.current-menu-parent {
  background-color: #e7e7e7;
}

.headermain {
  background-color: #ffffff;
}

.breadcrumb {
  background-color: #f5f5f5;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #f3f3f3;
}


.footer, .footer caption {
  color: #fe570e;
}

.footer {
}

.footer {
  border-color: orange;
}

.footer .widgets_footer_title {
  color: #fe570e;
}

.footer a, .widgets_footer ul li::before {
  color: #337ab7;
}

.footer a:hover, .widgets_footer ul li:hover::before {
  color: #23527C;
}

.footer-copyright {
  color: #a7a7a7;
}

.footer-copyright {
  background-color: #060606;
}

.footer-copyright a {
  color: #337ab7;
}

.footer-copyright a:hover {
  color: #23527c;
}

.bgtoph {
  color: #ffffff;
}

.bgtoph-icon-clr {
  color: #ffffff;
}

.bgtoph-icon-clr {
  border-color: #ffffff;
}

.bgtoph {
  background-color: #337ab7;
}

.bgtoph a {
  color: #ffffff;
}

.bgtoph a:hover {
  color: #ffffff;
}

ul, ol{
    margin-bottom: 5px;
    font-size: 16px;
    text-align: justify;
  }


@media (max-width: 550px) {

  .content-first .content-second h1.the-title {
        font-size: 25px!important;
      line-height: 1.3;
  }

}

@media (max-width: 400px) {

  .content-first .content-second h1.the-title {
        font-size: 20px!important;
  }

}


.header_logo {
  height: 45px;
  left: 0;
  top: 0;
  z-index: 1000;
  margin-top: 5px;
  float:left;
}

.header_logo .logo {
  width: auto;
  height:35px;

}

#navbar.has_logo {
  text-align:right;

}

#navbar.has_logo .container {
  position: relative;
}



@media (max-width: 1290px) {
  #navbar.has_logo {
    text-align: right;
  }
}



@media (max-width: 1110px) {
  #navbar.has_logo .container {
    width: calc(100% - 180px);
  }

  .header_logo {
    top: 25px;
  }
}

@media (max-width: 768px) {

  .header_logo {
    top:0;
    left: 50%;
    margin-left: -100px;
    text-align:center;
    position:absolute;
  }

    .header_logo .logo {
    margin:auto;
  }

  #navbar.has_logo {
    text-align: center;
  }

  #navbar.has_logo .container {
    float: none;
    width: 100%;
  }

}

@media (max-width: 550px) {
  .header_logo {
    left: 15px;
    margin-left: 0px;
    width:auto;
  }
}

/* RED */

body.red a{
  color: #dd0007 !important;
}

body.red .navbar,
body.red .footer{
  border-color: #dd0007 !important;
}

body.red .wpsm-thead-orange th {
    background-color: #dd0007;
}

body.re h1, body.red .h1 {
  color: #dd0007;
}

body.red .content-first .content-second h1.the-title{
      color: #dd0007;
}

body.red .footer, .footer caption {
  color: #dd0007;
}

body.red .footer .widgets_footer_title {
  color: #dd0007;
}

/* BLUE */

body.blue a{
  color: #046380 !important;
}

body.blue .navbar,
body.blue .footer{
  border-color: #046380 !important;
}

body.blue .wpsm-thead-orange th {
    background-color: #046380;
}

body.re h1, body.blue .h1 {
  color: #046380;
}

body.blue .content-first .content-second h1.the-title{
      color: #046380;
}

body.blue .footer, .footer caption {
  color: #046380;
}

body.blue .footer .widgets_footer_title {
  color: #046380;
}

/* GREEN */

body.green a{
  color: #1C8E1C !important;
}

body.green .navbar,
body.green .footer{
  border-color: #1C8E1C !important;
}

body.green .wpsm-thead-orange th {
    background-color: #1C8E1C;
}

body.re h1, body.green .h1 {
  color: #1C8E1C;
}

body.green .content-first .content-second h1.the-title{
      color: #1C8E1C;
}

body.green .footer, .footer caption {
  color: #1C8E1C;
}

body.green .footer .widgets_footer_title {
  color: #1C8E1C;
}

/* GREY */

body.grey a{
  color: #ACACAC !important;
}

body.grey .navbar,
body.grey .footer{
  border-color: #ACACAC !important;
}

body.grey .wpsm-thead-orange th {
    background-color: #ACACAC;
}

body.re h1, body.grey .h1 {
  color: #ACACAC;
}

body.grey .content-first .content-second h1.the-title{
      color: #ACACAC;
}

body.grey .footer, .footer caption {
  color: #ACACAC;
}

body.grey .footer .widgets_footer_title {
  color: #ACACAC;
}


