body{
  overflow-x: hidden;
}
/*scroll bar*/
body ::-webkit-scrollbar {
  width: 2px;
  height: 6px;
}
/* Track */
body ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
  width: 2px;
  height: 6px;
}
/* Handle */
body ::-webkit-scrollbar-thumb {
  background: var(--primary-color); 
  border-radius: 10px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
button:focus,
.navbar-toggler:focus{
  box-shadow: none!important;
}
.alert-dismissible .close{
  bottom: 0;
}
#block-dontmissithomepage3 .col-12.text-left{
  padding: 0!important;
}
#block-mostcommentedhomepage4{
  margin-bottom: 50px;
}
.blog-with-sidebar,
.comment-lists{
  overflow: hidden;
}
.bg_clr_white{
  background-color: #ffffff;
}
.bg_clr_grey{
  background-color: #f7f7f7;
}
.bg_clr_black{
  background-color: #000000;
}
.bg_clr_black h2{
  color: #fff!important;
}
.language-icon{
  width: 20px;
  margin-right: 0;
  margin-top: -2px;
  height: 11px;
}
.language{
  margin-right: 20px;
}
.language .dropdown-menu.show{
  left: -15px!important;
  min-width: 8.5rem;
  top: 13px!important;
}
.header-2 .language .dropdown-menu.show,
.header-5 .language .dropdown-menu.show{
  top: 9px!important;
}
.header-2 .language .dropdown-toggle:after,
.header-3 .language .dropdown-toggle:after{
  display: unset;
}
.language .dropdown-item{
  padding: 0 15px;
}
.node__content{
  font-size: unset;
}
/*.header_3_active .breadcrumb-section,
.header_4_active .breadcrumb-section{
  padding-top: 10rem;
}*/
form .btn-primary{
    font-family: "Font Awesome 5 Free", "Muli", sans-serif;
    font-weight: bold;
}
/* Code Block */
.code-block {
  background-color: #f8f9fa;
  color: #333;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: normal;
  padding: 1rem 1.5rem;
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
  overflow-x: auto;
  word-wrap: break-word;
  word-break: break-word;
}
.code-block pre {
  padding: 0;
  margin-top: .65rem;
  margin-bottom: .65rem;
  white-space: pre;
  background-color: transparent;
  border: 0;
}
.code-block {
  position: relative;
}
.code-block .clipboard {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #ccc;
}
.code-block .clipboard:before {
  content: "\f0ea";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: normal;
  margin-right: 5px;
  vertical-align: middle;
}
code[class*="language-"],
pre[class*="language-"] {
    color: #393A34;
    font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    font-size: 0.95em;
    line-height: 1.2em;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
    background: #b3d4fc;
}
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
    background: #b3d4fc;
}
code[class*="language-"], pre[class*="language-"]{ line-height: 1.4em; }
.token.comment, .token.prolog, .token.doctype, .token.cdata {
    color: #c1c1c1;
}
pre[class*="language-"] {
  padding: 0;
  margin: 0;
  overflow: auto;
  border: none;
}
:not(pre) > code[class*="language-"] {
    padding: .2em;
    padding-top: 1px; padding-bottom: 1px;
    background: #f8f8f8;
    border: 1px solid #dddddd;
}
.custom-select:focus{
  box-shadow: none;
  border-color: #e6e6e6;
}
.custom-select{
    background: url(../images/arrow-24.png) no-repeat right .55rem center!important;
}
/*===============================
            HEADER  
=================================*/  
.navbar-toggler{
  padding: 0;
}
.custom-navigation{
  justify-content: flex-end;
}
#pt-header .header-1, #pt-header .header-2,
#pt-header .header-3, #pt-header .header-4,
#pt-header .header-5{
  display: none;
}
#pt-header .header-1.active, #pt-header .header-2.active,
#pt-header .header-3.active, #pt-header .header-4.active,
#pt-header .header-5.active{
  display: block;
}
/* Common Style */
body {
  /*font-family: var(--primary-font); */
  color: var(--paragraph-color);    
  font-size: 16px;
  line-height: 26px;   
}
h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-family: var(--primary-font);
  font-weight: bold;
}
h1, .h1 {
  font-size: 34px;
  line-height: 40px;
}
h2, .h2 {
  font-size: 32px;
  line-height: 38px;
}
h3, .h3 {
  font-size: 25px;
  line-height: 34px;
}
h4, .h4 {
  font-size: 1rem;
  font-weight: 700;
}
.commonpage h3{
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 34px;
}
.commonpage p{
  margin-bottom: 20px;
}
::marker {
  color: var(--primary-color);
  font-size:24px;
}
.commonpage.pt-section{
  padding-bottom: 0;
}
/*h5, .h5 {
  font-size: 18px;
  line-height: 26px;
}
h6, .h6 {
  font-size: 16px;
  line-height: 22px;
}*/
.style-1 .section-title h2{
  font-size: 30px;
  margin-bottom: 25px;
}
.style-1 .section-title p{
  margin-bottom: 0;
}
p{
  color: var(--paragraph-color);
  font-size: 16px;
  line-height: 26px;
}
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
    color: var(--primary-color);
    text-decoration: none;
}
svg {
  fill:var(--primary-color);
  stroke:var(--primary-color);
}
button:focus{
  outline: 0!important;
  box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.btn {
  /* border:none; */
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  padding: 0.6rem 1.4rem;
  outline: none;
  min-width: 135px;
  text-transform: uppercase;
  /* margin-bottom: 5px; */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-sm {
  padding: 0.5rem 1rem;
  line-height: 1.5;
  min-width: 130px;
}
.btn-md{
  min-width: 150px;
}
.btn-lg{
  min-width: 170px;
}
.btn-group-lg>.btn, .btn-lg {
  /* font-size: 1.125rem; */
  line-height: 1.8;
  padding: 0.8rem 2.05rem;
}
.btn-secondary, .btn-dark, .btn-blue{
  border-radius: 0;
}
.inner-page .btn{
  font-weight: 600;
}
.inner-page .btn-primary:not(.btn-radius){
  border-radius: 0;
}

.btn-blue {
    color: #fff;
    background-color: #4c3e86;
    border-color: #4c3e86;
}
.btn-blue:hover{
  color: #fff;
  background-color: #000;
}
.btn-primary {
  border-radius: 3px;
  font-weight: 600;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus{
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.form-control:focus{
  box-shadow: none;
}
.btn-outline-primary{
 color: var(--primary-color);
 border-color: var(--primary-color);
 border-radius: 0;
}
.btn-outline-primary:hover{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-outline-secondary,
.btn-outline-dark{
  border-radius: 0;
}
.btn-outline-blue{
 color: #4c3e86;
 border-color: #4c3e86;
 border-radius: 0;
}
.btn-outline-blue:hover{
  background-color: #4c3e86;
  border-color: #4c3e86;
  color: #fff;
}
/*Search form*/
/*.pt-search{
  position: relative;
}
.pt-search-form{
  display: none;
}
.pt-search-form{
  display: none;
}
.pt-search-icon{

}*/
.Exp-serach .js-form-type-search{
  margin-bottom: 0!important;
}
.Exp-serach .form-actions{
  display: none;
}
.Exp-serach input[type="search"]{
  border:none!important;
}
header #search-block-form{
  padding: 3.5px 6px;
}
.Exp-serach.form-control{
  border:none;
}
.Exp-serach {
    position: relative;
    width: 0%;
    min-width: 50px;
    height: 45px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.ExpInput {
    background: #fff none repeat scroll 0 0;
    width: 100%;
    z-index: 2;
}
 
input[type="search"].ExpInput {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.ExpInput::-webkit-input-placeholder {
    color: #efb480;
}
 
.ExpInput:-moz-placeholder {
    color: #A0B58D;
}
 
.ExpInput::-moz-placeholder {
    color: #A0B58D;
}
 
.ExpInput:-ms-input-placeholder {
    color: #A0B58D;
}

.ExpIcon,
.Expbtn  {
    width: 50px;
    height: 101%;
    background-color: var(--primary-color);
    color: #fff;
    z-index: 3;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.ExpIcon {
    color: #fff;
    background: var(--primary-color);
    z-index: 90;
}

.Exp-serach.Exp-serach-open,
.no-js .Exp-serach {
    width: 22.5%;
}

.Exp-serach.Exp-serach-open .ExpIcon,
.no-js .Exp-serach .ExpIcon {
    background: var(--primary-color);
    color: #fff;
    z-index: 3;
}
.header-2 .ExpIcon,
.header-2 .Expbtn
{
  background-color: #fff;
  color: #000
}
.header-2 .Exp-serach.Exp-serach-open .ExpIcon,
.header-2 .no-js .Exp-serach .ExpIcon,
.header-2  .ExpInput{
  background-color: var(--primary-color);
  color: #fff;
}
.header-4 .ExpIcon,
.header-4 .Expbtn
{
  background-color: #fff;
  color: #000
}
.header-4 .Exp-serach.Exp-serach-open .ExpIcon,
.header-4 .no-js .Exp-serach .ExpIcon,
.header-4  .ExpInput{
  background-color: #000;
  color: #fff;
}
.header-3 .ExpIcon,
.header-3 .Expbtn
{
  background-color: #323232;
  color: #fff;
}
.text-primary{
  color: var(--primary-color)!important;
}
.bg-primary{
  background-color: var(--primary-color)!important;
}
.rounded{
  border-radius: .75rem!important;
}











@import url('https://fonts.googleapis.com/css2?family=Spirax&display=swap');
@font-face { 
  font-family:Spirax;
  font-weight: normal;
  src:url(../fonts/Spirax-Regular.ttf) format("truetype")
}
@font-face { 
  font-family:Proxima Nova;
  font-weight: normal;
  src:url(../fonts/Proxima-Nova-Regular.woff2) format("woff2"),
  url(../fonts/Proxima-Nova-Regular.woff) format("woff"),
  url(../fonts/Proxima-Nova-Regular.ttf) format("truetype")
}
@font-face { 
  font-family:Proxima Nova;
  font-weight: bold;
  src:url(../fonts/Proxima-Nova-Bold.woff2) format("woff2"),
  url(../fonts/Proxima-Nova-Bold.woff) format("woff"),
  url(../fonts/Proxima-Nova-Bold.ttf) format("truetype")
}
@font-face { 
  font-family:Gelasio;
  font-weight: bold;
  src:url(../fonts/Gelasio-Bold.woff2) format("woff2"),
  url(../fonts/Gelasio-Bold.woff) format("woff"),
  url(../fonts/Gelasio-Bold.ttf) format("truetype")
}

  /* Variables */
:root {
    --primary-font: Proxima Nova;
    --secondary-font: Proxima Nova;
    --heading-color: #000;
    --paragraph-color: #323232;
    --list-color: #323232;
    --link-color: #000;
    --main-bg-color: #f7f7f7;
    --alert-bg-color: rgba(219,231,242,1);
    --alert-icon-color: #fb6a4f;
    --primary-button-color: #7189b7;
    --primary-button-hover-color: #2D3F61;
    --paragraph-font-size: 18px;
    --placeholder-color: #6A7076;
    --hover-bg: rgba(219,231,242,1);
    --skin1-color: #f70d28;
    --skin2-color: #3642fa;
    --skin3-color: #fcac0d;
    --skin4-color: #4c4084;
  }
  /*===============================
             HEADER  
  =================================*/
  /* Top Bar */
  .navbar-top {
    background: #171717;
    padding: 10px 0;
  }
  .header-2 .navbar-top {
    background: var(--secondary-color);
    padding: 5px 0;
  }
  .dropdown-item.active, .dropdown-item:active{
    background-color: transparent;
  }
  .navbar-top a {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
  }
  
  .navbar-top a:hover {
    color: var(--primary-color);
  }
  
  .navbar-top .nav li {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
  }
  
  .navbar-top .nav li:after {
    content: '';
    position: absolute;
    background:#fff;
    width: 1px;
    height: 16px;
    top:0;
    bottom: 0;
    right: 0;
    margin:auto 0;  
  }
  .nav-link{
    color: inherit;
  }
  .nav-link:hover{
    color: inherit;
  }
  .navbar-top .nav li i {
    vertical-align: middle;
  }
  
  .navbar-top .nav li:last-child {
    margin-right: 0;
    padding-left: 0;
  }
  
  .navbar-top .nav li:last-child:after {
    display: none;
  }
  .navbar-nav .dropdown-menu {
    box-shadow: none;
    padding-top: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    min-width: 9rem;
  }
  .navbar-nav .dropdown-menu .dropdown-item{
    padding: 0.5rem 1rem 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
  }
  .navbar-nav .dropdown-menu .dropdown-item:focus,
  .navbar-nav .dropdown-menu .dropdown-item:active{
    background-color: none!important;
  }
  .navbar-nav .dropdown-menu .dropdown-item:hover{
    color: var(--primary-color);
  }
  .language .dropdown-toggle {
    text-transform: uppercase;
  }
  
  .language .dropdown-item {
    color: var(--secondary-color);
  }
  .header-1 .navbar-nav .nav-link:hover,
  .header-1 .navbar-nav .nav-link:active,
  .header-1 .navbar-nav .nav-link.active{
    color: #fff;
  }
  .header-3 .navbar-toggler-icon, .header-1 .navbar-toggler-icon  {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .header-2 .navbar-top a {
    font-weight: normal;
  }

  .header-2 .navbar {
    background:#fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
  }
  .header-2 .navbar-expand-lg .navbar-nav .nav-link.active{
    color: var(--primary-color);
  }

  .header-2 .navbar-toggler-icon, .header-4 .navbar-toggler-icon, .header-5 .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }  

  .header-2 .navbar-nav .nav-item.active .nav-link, .header-2 .dropdown-item.active {
    color: var(--skin1-color) !important;
  }
  .header-2 .navigation-wrapper{
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .header-4 .navbar-nav .nav-link {
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px 42px 20px 0;
    font-family: sans-serif;
  }
  .header-4 .navbar-nav .nav-link:last-child{
    padding-right: 0;
  }
  .header-4 .navbar-expand-lg .navbar-nav .nav-link:hover{
    color: var(--primary-color);
  }
  .header-4 .navbar-expand-lg .navbar-nav .nav-link.active,
  .header-5 .navbar-expand-lg .navbar-nav .nav-link.active{
    color: var(--primary-color);
  }
  .header-4 .navbar-middle {
    background: var(--secondary-color);
  }
  .header-4 .navbar-top a:hover{
    color: var(--primary-color);
  }
  .header-4 .social-icons a{
    color: #000
  }
  .header-4 .navbar-top .nav li:after{
    background-color: #000;
  }
  .header-4 .pr-lg-5{
    padding-right: 4.5rem!important;
  }
  .header-4 .pl-lg-5{
    padding-left: 2rem!important;
  }
  .header-3 .navbar-top {
    background-color: #323232;    
  }

  .header-3 .navbar-top .nav li:after {
    background: #fff;
  }
  .header-3 .social-icons a{
    color: #fff;
  }
  .header-3 .navbar-top a {
    font-weight: normal;
  }
  .header-3 .navbar-middle{
    background-color: #000000;
    padding: 35px 0;
  }
  .header-3 .navbar-expand-lg{
    background-color: #323232;
    padding: 0;
  }
  .header-3 .navbar-nav .nav-link{
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 500;
  }
  .header-3 .navbar-nav .nav-link:hover, .header-3 .navbar-nav .nav-link:focus,
  .header-3 .dropdown-item:focus, .header-3 .dropdown-item:hover {
    color: #fff;
  }

  .header-3 .dropdown-item.active {
    color: var(--skin3-color) !important;
  }

  .header-4 .navbar-top{
    background: #fff;
    color: #000;
    border-bottom: solid 1px #cecece;
  }
  .header-4 .navbar-top a{
    color: #000;
  }
  .header-4 .navbar-expand-lg{
    padding: 0; 
    border-bottom: solid 1px #cecece;
  }
  .header-5 .navbar-top {
    padding: 5px 0;
    background:#323232;
  }

  .header-5 .navbar-top a {
    font-weight: normal;
  }

  .header-5 .language .dropdown-toggle {
    font-size: 0.9rem;
  }

  .header-5 .navbar-middle-inner {
    padding: 30px 0;
    border-bottom:1px solid #eeeeee;
  }

  .header-5 .navbar-middle {
    padding: 0;
  }

  .header-5 .navbar-brand .navbar-brand-item {
    height: 35px;
  }
  .header-5 .navbar-expand-lg .navbar-nav .nav-link{
    padding: 12px 38px 12px 0;
    font-weight: 500;
    font-family: sans-serif;
  }
  .header-5 .social-icons li a {
    font-size: 0.95rem;
  }

  .header-5 .navbar {
    padding: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
  }

  .header-5 .navbar-nav .nav-link:hover, .header-5 .navbar-nav .nav-link:focus,
  .header-5 .dropdown-item:focus, .header-5 .dropdown-item:hover, .header-5 .navbar-top a:hover,
  .header-5 .social-icons li a:hover, .header-5 .language .dropdown-toggle:hover {
    color: var(--primary-color);
  }

  .header-5 .navbar-nav .nav-item.active .nav-link, .header-5 .dropdown-item.active {
    color: var(--primary-color) !important;
  }

  .header-1 .navbar-nav .nav-link {
    color: #fff;
    position: relative;
  }

  .header-1 .navbar-nav .nav-link:hover, .header-1 .navbar-nav .nav-link:focus {
    color: #fff;
  }
  
  .header-1 .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.25);
  }
  
  .header-1 .navbar-nav .show > .nav-link,
  .header-1 .navbar-nav .active > .nav-link,
  .header-1 .navbar-nav .nav-link.show,
  .header-1 .navbar-nav .nav-link.active {
    color: #fff;
  }
  .header-1 .navbar-nav .nav-link.active:before{
    height: 3px;
    width: 40%;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  
  .dropdown-item {
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
  }
  
  .dropdown-item-text {
    font-size: 0.8125rem;
  }
  
  .dropdown-item.active {
    color: var(--primary-color) !important;
  }
  
  .dropdown-toggle:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-size: 0.6rem;
    margin-left: 0.35rem;
    font-weight: 900;
    vertical-align: middle;
    border: none;
  }
  
  .dropdown-item-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 0.875rem;
    min-width: 1rem;
    max-width: 1rem;
    margin-right: .3rem;
    margin-top:-2px;
  }
  
  .dropdown-header {
    font-weight: 600;
    padding-top: 0.5rem;
    font-size: 0.875rem;
  }
  
  .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    right: 25px;
    top: 10px;
  }
  
  .navbar-expand-lg .dropdown-toggle:after {
    vertical-align: top;
  }
  .megamenu {
    position: static;
  }
  
  .megamenu .dropdown-menu {
    width: 1110px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 1.5rem 0;
  }
  
  .social-icons li {
    display: inline-block;
  }
  
  .navbar-middle {
    padding: 20px 0;
  }
  
  .navbar-brand .navbar-brand-item {
    height: 25px;
  }
  
  .header-1 .navbar {
    background: var(--primary-color);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .35);
    z-index: 10;
    padding: 0;
  }
  /*header logo*/
  .header-1 .navbar-brand svg,
  .header-2 .navbar-brand svg,
  .header-4 .navbar-brand svg,
  .header-5 .navbar-brand svg{
    fill:#000;
    stroke: none;
  }
  .header-1 .navbar-brand text,
  .header-2 .navbar-brand text,
  .header-4 .navbar-brand text,
  .header-5 .navbar-brand text{
    fill: #fff;
    font-size: 15px;
    stroke: none;
  }
  .header-1 .navbar-brand polygon,
  .header-2 .navbar-brand polygon,
  .header-4 .navbar-brand polygon,
  .header-5 .navbar-brand polygon{
    fill: var(--primary-color);
    stroke: var(--primary-color);
  }
  .navbar-nav .nav-link {
    font-size: 0.8925rem;
    font-weight: bold;
    font-family: var(--primary-font);
    text-transform: uppercase;
    line-height: 40px;
    white-space: nowrap;
  }
  
  .navbar-right {
    /*min-width:200px;*/
  }
  
  .navbar-right form {
    width:100%;
  }
  
  .navbar-ad-banner img {
    width: 728px;
  }
  /*.search{
    position: relative;
  }
  .search-form .form-group {
    position:relative;
    width:0%;
    min-width:40px;
    height:40px;
    overflow:hidden;
    transition: width 1s;
    backface-visibility:hidden;
    margin-bottom: 0;
  }
  
  .search-form .form-group input.form-control {
    border:none;
    position:absolute;
    top:0;
    right:0;
    outline:none;
    width:100%;
    height:40px;
    margin:0;
    z-index:10;
  }
  
  .search-form input[type="text"].form-control {
    -webkit-appearence:none;
    border-radius:0;
  }
  
  .form-control-submit,
  .search-label {
    width:40px;
    height:40px;
    position:absolute;
    right:0;
    top:0;
    padding:0;
    margin:0;
    text-align:center;
    cursor:pointer;
    line-height:40px;
    background:var(--primary-color);
  }
  
  .form-control-submit {
    background:#fff; 
    opacity: 0;
    color:transparent;
    border:none;
    outline:none;
    z-index:-1;
  }
  
  .search-label {
    color: #fff;
    z-index:90;
  }
  
  .form-group.sb-search-open,
  .no-js .sb-search-open {
    width:100%;
  }
  
  .form-group.sb-search-open .search-label,
  .no-js .sb-search .search-label {
      background: #000;
      color: #fff;
      z-index: 11;
  }
  
  .form-group.sb-search-open .form-control-submit,
  .no-js .form-control .form-control-submit {
      z-index: 90;
  }*/
  
  /*Header sticky*/
  .navbar-sticky.navbar-sticky-on .navbar-expand-lg{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s;
    width: 100%;
    box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.2);
  }
  body.toolbar-fixed.user-logged-in .navbar-sticky.navbar-sticky-on .navbar-expand-lg{
    top: 78px;
  }
  .header-4.navbar-sticky.navbar-sticky-on .navbar-expand-lg,
  .header-5.navbar-sticky.navbar-sticky-on .navbar-expand-lg{
    background: #fff;
  }
  .breadcrumb-section {
    background:#f7f7f7;
    padding: 3rem 0 3rem;
    position: relative;
    z-index: 1;
  }
  .breadcrumb-section.with-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
  }
  .breadcrumb-section h1 {
    text-transform: uppercase;
    font-size: 32px;
  }
  
  .post-large .post-image {
    height: 250px;
  }
  /* Shortcodes - accordion */
  .inner-page .code-block:last-child{
    margin-bottom: 0;
  }
  .inner-page h2{
    font-size: 26px;
  }
  .pt-section, .inner-page {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pt-section .pt-section{
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

.post-content h3 a:hover{
  color: var(--primary-color)!important;
}
  .dark-blue-color .section-title h2 {
    font-size: 1.5rem;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .accordion {
    margin-bottom: 3rem;
  }

  .accordion .accordion-item {
    border:1px solid #273238;
    margin-top: -1px;
    overflow: hidden;
  }
  
  .accordion-title a {
    position: relative;
    display: block;
    padding: 25px 60px 25px 25px;
  }
  
  .accordion-title a:after {
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    line-height: 1.45;
    font-weight: bold;
    font-size: 14px;
    right: 18px;
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    background: var(--primary-color);
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .accordion-title a.collapsed:after {
    content: "\f078";
  }
  
  .accordion-content {
    padding: 5px 60px 25px 25px;
  }
  #block-leftsidebarsectionstyle4 .pt-section.left-sidebar-section{
    padding-bottom: 0!important;
  }
  .accordion-style-2 .accordion-item:first-child {
    border-radius: 10px 10px 0 0;
  }
  
  .accordion-style-2 .accordion-item:last-child {
    border-radius: 0 0 10px 10px;
  }
  
  .accordion-style-3 .accordion-item {
    border:none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    margin-bottom: 1.25rem;
  }
  
  .accordion-style-3 .accordion-item:last-child {
    margin-bottom: 0;
  }  
  .accordion-style-4 .accordion-item{
    border:none;
    border-top:4px solid var(--primary-color);
    background: #f9f9f9;
    margin-bottom: 3rem;
  }
  
  .accordion-style-4 .accordion-item:last-child{
    margin-bottom: 0;
  }
  /*error-page*/
  .error-page h1{
    font-size: 34px;
    margin-bottom: 30px;
  }
  .error-page h2{
    line-height: 260px;
    font-size: 280px;
    letter-spacing: 30px;
    color: var(--primary-color);
  }
  .error-page p{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .error-page a{
    margin: 0 8px;
  }
  .error-page .btn-outline-primary{
    border-radius: 3px;
    font-weight: 600;
    color: #000;
  }
  .error-page .btn-outline-primary:hover{
    color: #fff;
  }
  /*About page*/
  .about-us.pt-section{
    padding-bottom: 0;
  }
  .team .item{
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .team .item .profile-image{
    position: relative;
    height: 350px;
    overflow: hidden;
    border-radius: 8px;
  }
  .team .item .profile-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .team .item .social-icons{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: space-around;
    padding-left: 0;
    background: rgba(0, 0, 0, .5);
    padding: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .team .item .social-icons i{
    font-size: 24px;
    color: #fff;
  }
  .team .item .social-icons i:hover{
    color: var(--primary-color);
  }
  .team .item:hover .social-icons{
    display: flex;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .team .item .content{
    padding: 30px 0 0;
  }
  .team .item .content h3{
    font-size: 23px;
  }
  /*Author*/
  .author .profile{
  }
  .author img{
    padding: 8px;
    border: solid 1.5px #000;
    margin-bottom: 50px;    
  }
  .author h2{
    font-size: 26px;
    margin-bottom: 25px;
  }
  .author p{
    
  }
  .author .social-icons{
    display: flex;
    margin-top: 50px;
    justify-content: center;

  }
  .author .social-icons a{
    width: 40px;
    height: 40px;
    border:solid 1.5px #000;
    border-radius: 50%;
    margin:0 10px;
    line-height: 38px;
  }
  /*Search result*/
  #search_page .pagination{
    margin-bottom: 0;
  }
  #search_page h2{
    display: none;
    margin-top: 35px;
  }
  .result-border{
    border-top: solid 1px #eaeaea;
    padding: 25px 0;
  }
  .result-border:last-child{
    border-bottom: solid 1px #eaeaea;
    margin-bottom: 60px;
  }
  .result-border:first-child{
    margin-top: 60px;
  }
  .result-border p{
    margin-bottom: 0;
  }
  #search_page .search-form {
    justify-content: center;
    width: 70%;
    margin: auto;
  }
  #search_page .search-form .js-form-wrapper{
    display: flex;
    justify-content: space-between;
  }
  #search_page .search-form .js-form-wrapper label{
    display: none;
  }
  #search_page .search-form .form-type-search{
    width: 100%;
    margin-right: 20px;
    margin-bottom: 0!important;
  }
  #search_page  input[type="search"]{
    min-height: 50px;
    padding-left: .85rem;
    border: solid 1.5px #cecece;
    border-radius: 3px;
  }
  /*advertisement*/
  .advertisement .contact-form-1{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .advertisement .form-actions{
    margin-bottom: 0!important;
  }
  .advertisement .btn-primary{
    margin-top: 20px!important;
  }
  .advertisement .contact-form .form-control, .advertisement .contact-form select{
    padding: .5rem 1.35rem;
  }
  .advertisement .custom-select{
    background: none!important;/*url(../images/arrow-24.png) no-repeat right .55rem center!important*/
  }
  .advertisement .form-type-select,
  .advertisement select{
    position: relative;
    z-index: 3;
  }
  .advertisement .form-type-select::after{
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-size: 0.8rem;
    margin-left: 0.35rem;
    font-weight: 900;
    vertical-align: middle;
    border: none;
    color: #a8a8a8;
    position: absolute;
    right: 20px;
    line-height: 55px;
    z-index: 1;
  }
  /*cookies*/
  #sliding-popup{
    width: 80%!important;
    padding: 30px;
    bottom: 0px!important;
    top: 0!important;
    height: 300px!important;
    margin: auto!important;
    left: 0!important;
    right: 0!important;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 35%);
  }
  .popup-content {
    margin: auto!important;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .eu-cookie-compliance-message,
  .eu-cookie-compliance-buttons{
    text-align: center;
    margin: auto;
  }
  .eu-cookie-compliance-message {
    max-width: 80%;
  }
  .eu-cookie-compliance-banner{
    display: flex!important;
    margin:auto!important;
    height: 100%;
  }
  .eu-cookie-compliance-message h2 {
    font-size: 26px;
    font-family: unset;
    margin-bottom: 30px;
  }
  .eu-cookie-compliance-message p {
    font-size: 16px;
    font-weight: 500;
    display: inline;
  }
  .agree-button{
    margin-top: 2.5rem;
    padding: 10px 30px;
    border-radius: 3px;
    font-weight: 600;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
  }
  .agree-button:hover {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
  }
  .agree-button.focus,
  .agree-button:focus {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }
  .decline-button,
  .eu-cookie-compliance-default-button:active{
    position: absolute;
    right: -80px;
    top: -20px;
    margin: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: revert;
    padding: 0;
    font-size: 22px;
    background: #fff;
    border: none;
  }
  .decline-button:hover{
    background-color: #fff;
    background-image: none;
  }
  /*login*/
  .login .form-group{
    margin-bottom: 0;
  }
  .login .contact-form .form-control{
    padding: 12px 15px;
  }
  .login .contact-form-content {
    padding: 0rem 6.5rem 0rem 6.5rem;
  }
  .login .contact-form-content p{
    font-size: 18px;
  }
  .login .footer-form p{
    margin-top: 45px;
    padding-top: 10px;
    border-top: solid 1px #eaeaea;
  }
  .login .footer-form a{
    color: var(--primary-color);
  }
  /*maintenance_mode*/
  .maintenance_mode h2,
  .coming-soon h2{
    color: var(--primary-color);
    letter-spacing: 3px;
    font-size: 64px;
    line-height: 46px;
    margin-bottom: 40px;
  }
  .maintenance_mode p,
  .coming-soon p{
    font-size: 18px;
    margin-bottom: 0;
  }
  .maintenance_mode img{
    margin-top: 70px;
    padding-bottom: 70px;
    border-bottom: solid 1px #eaeaea;
  }
  .maintenance-footer{
    text-align: center;
  }
  .maintenance-footer .social{
    display: flex;
    justify-content: center;
  }
  .maintenance-footer .social a{
    width: 50px;
    height: 50px;
    border: solid 2px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 10px;
  }
  #clockdiv{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 50px;
    margin-top:50px;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
  }
  #clockdiv .break-point,
  .cs-date span{
    font-size: 44px;
    font-family: unset;
    font-weight: 500;
    line-height:40px;
  }
  #clockdiv .break-point{
    line-height: 60px;
    font-family: 'Proxima Nova';
  }
  #clockdiv .cs-date .smalltext{
    font-weight: 600;
    font-size: 20px;
    color: #8a8a8a;
    text-transform: uppercase;
  }
  /*categories-list*/
  .categories-list{
    overflow: hidden;
  }
  .categories-list .grid .item{
    border-bottom: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .categories-list .grid:after{
    content: '';
    height: 1px;
    width: 100%;
    background-color: #ccc;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 25px;
    z-index: 3;
  }
  .categories-list .item{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ccc;
  }
  .categories-list .col-lg-6:nth-last-of-type(2) .item,
  .categories-list .col-lg-6:nth-last-of-type(1) .item{
    margin-bottom: 0;
  }
  .categories-list .col-lg-6:nth-last-of-type(2):after,
  .categories-list .col-lg-6:nth-last-of-type(1):after{
    display: none;
  }
  .featured-stories .col-lg-4:nth-last-of-type(1) .blog-post.default.mini.style-4,
  .featured-stories .col-lg-4:nth-last-of-type(2) .blog-post.default.mini.style-4,
  .featured-stories .col-lg-4:nth-last-of-type(3) .blog-post.default.mini.style-4{
    margin-bottom: 0;
  }
  .featured-stories .col-md-6:nth-last-of-type(1) .blog-post.default.mini.style-4,
  .featured-stories .col-md-6:nth-last-of-type(2) .blog-post.default.mini.style-4{
    margin-bottom: 0;
  }
  .home-4 .btn-outline-primary{
    margin-top: 40px;
  }
  .categories-list .item img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin-bottom: 10px;
  }
  .categories-list .item h4{
    margin-bottom: 5px;
    font-size: 19px;
  }
  .categories-list .info{
    margin-bottom: 5px;
    color: #9a9a9a;
  }
  .categories-list p{
    margin-bottom: 0rem;
  }
  .categories-list .info span{
    padding-left: 10px;
    margin-left: 7px;
    border-left: solid 1px #9a9a9a;
    font-weight: 600;
    font-size: 13px;
  }
  .categories-list .info span:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .categories-list .info span i{
    font-size: 12px;
  }
  .post-link{
    font-weight: bold;
    display: block;
    margin-top: 10px;
    font-size: 14px;
  }
  .categories-list .item.list {
    display: flex;
  }
  .categories-list .item.list .post-image{
    flex: 0 0 49%;
    max-width: 49%;
    height: 250px;
    overflow: hidden;
  }
  .categories-list .item.list img{
    height: 100%!important;
    object-position: top center;
    margin-bottom: 0px;
  }
  .categories-list .item.list h3{
    font-size: 24px;
  }
  /*sidebar*/
  .sidebar-block,
  .poll{
    margin-bottom: 50px;
  }
  /*.sidebar:last-child .sidebar-block{
    margin-bottom: 0px;
  }*/
  .sidebar-block h3{
    margin-bottom: 25px;
  }
  .sidebar .ad-block{
    margin-bottom: 50px;
  }
  .sidebar-block{
    overflow: hidden;
  }
  .featured-s3 .blog-post.default .post-image{
    height: 270px; 
  }
  .featured-s3 .blog-post.default.left.style-3 h3{
    font-size: 20px
  }
  .home-2-top-half .post-item .post-image{
    height: 280px;
  }
  /*Latest block*/
  .block-style-1 .post-block{
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e1e1e1;
  }
  .block-style-1 .col-12:last-child .post-block{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .block-style-1 .post-block img{
    height: 250px!important;
    object-position: top center;
  }
  .post-block .post-content{
    padding-top: .75rem;
  }
  .post-block .post-content h3{
    font-size: 18px;
    margin-bottom: 0;
    line-height: 22px;
  }
  .post-block span{
    font-size: 11px;
    font-weight: 600;
    color: #9a9a9a;
  }
  .post-block span i{
    font-size: 10px;
  }
  .block-style-1 .post-block.list{
    position: relative;
    padding-left: 13px;
  }
  .block-style-1 .post-block.list::before{
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #9a9a9a;
    line-height: 24px;
    vertical-align: top;
    position: absolute;
    left: 0;
  }
  .block-style-1 .post-block.list h5{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: unset;
    color: var(--paragraph-color);
  }
  .block-style-2 .post-block img{
    height: 210px!important;
    object-position: center;
  }
  .block-style-2 .post-block .post-content,
  .from-author .post-block .post-content{
    margin-bottom: 13px;
  }
  /*popular-stories*/
  .popular-stories .post-block{
    margin-bottom: 15px;
    display: flex;
  }
  .popular-stories .col-12:last-child .post-block{
    margin-bottom: 0;
  }
  .popular-stories .post-block .post-image{
    position: relative;
    width: 100%;
    flex: 0 0 34%;
    max-width: 34%;
    height: 80px;
    margin-right: 12px;
  }
  .popular-stories .post-block img{
    
  }
  .popular-stories .post-block h6{
    font-weight: normal;
    font-size: 17px;
  }
  .popular-stories .post-block .post-content{
    padding-top: 0;
  }
  /*tags*/
  .categories-list-tag{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
  }
  .categories-list-tag li{
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .categories-list-tag li a{
    padding: 1px 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    display: block;
    text-transform: uppercase;
  }
  .categories-list-tag li a:hover{
    box-shadow: 0 0px 10px rgb(0 0 0 / 35%);
  }
  /*Pager*/
  .pagination{
    margin-bottom: 50px;
  }
  .page-item .page-link{
    border: solid 1px transparent!important;
    background-color: #fff;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%!important;
  }
  .page-item.is-active .page-link,
  .page-item .page-link:hover{
    color: var(--primary-color);
  }
  .page-item .page-link i{
    font-size: 15px;
  }
  .pager__item--next .page-link, .pager__item--first .page-link,
  .pager__item--last .page-link, .pager__item--previous .page-link{
    background-color: #f7f7f7;
    color: #000;
  }
  .pager__item--next .page-link:hover, .pager__item--first .page-link:hover,
  .pager__item--last .page-link:hover, .pager__item--previous .page-link:hover{
    background-color: var(--primary-color);
    color: #fff;
  }
  .page-link:focus{
    box-shadow: none;
  }
  /*Article*/
  .article-top{
    position: relative;
  }
  .image-article{
    position: relative;
  }
  .image-article .post-image{
    position: relative;
    min-height: 600px;
    overflow: hidden;
  }
  .image-article .post-image img{
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .image-article .post-content{
    /*background: rgba(0, 0, 0, .5);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 20px;
    z-index: 1;
  }
  .post-tag{
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .75rem;
    width: fit-content;
    padding: 1px 10px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    border-radius: 1px;
    text-transform: uppercase;
  }
  .image-article .post-date{
    font-size: 14.5px!important;
  }
  .image-article .post-date span:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .image-article .post-date span {
    margin-left: 10px;
    padding-left: 13px;
    border-left: solid 1px #fff;
  }
  .entity-pager-list{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: solid 1px rgb(0 0 0 / 10%);
    border-bottom: solid 1px rgb(0 0 0 / 10%);
    margin: 50px 0;
  }
  .entity-pager-list a{
    font-size: 15px;
    font-weight: 600;
  }
  .entity-pager-list a:hover i{
    background-color: var(--primary-color);
    color: #fff;
  }
  .entity-pager-list i{
    background: #efefef;
    font-size: 14px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .entity-pager-list i.fa-chevron-left{
    margin-right: 20px;
  }
  .entity-pager-list i.fa-chevron-right{
    margin-left: 20px;
  }
  /*gallery article*/
  .gallery-article .slider.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 10px 8px;
    background-color: #a9a9a9;
  }
  .gallery-article .slider.owl-carousel .owl-dots .owl-dot.active span{
    border-radius: 50%;
    color: #fff;
  }
  .gallery-article .slider.owl-carousel .owl-dots .owl-dot.active span:after{
    background: #fff;
  }
  .gallery-article{
    position: relative;
  }
  .gallery-article .slider{
    position: relative;
    z-index: unset!important;
  }
  .gallery-article .owl-controls{
    margin: unset;
  }
  .gallery-article .slider .owl-item img{
    height: 600px;
    object-position: top;
    object-fit: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .gallery-article .post-content{
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
  }
  .gallery-article .post-content .content{
    height: 600px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .gallery-article .post-date span{
    margin-left:10px;
    border-left: solid 1px #fff;
    padding-left: 10px;
  }
  .gallery-article h3{
    font-size: 1.5rem;
    line-height: 32px;
  }
  .gallery-article h3 a:hover{
    color: var(--primary-color)!important;
  }
  .gallery-article .post-date span:first-child{
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .grid-article-gallery{
    margin-top: 30px;
  }
  .grid-article-gallery img{
    margin-bottom: 30px;
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  /*add to any*/
  .share-article{
    margin-right: 30px;
  }
  .share-article a{
    font-size: 22px;
    line-height: 22px;
    padding: 0;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: solid 1px rgb(0 0 0 / 10%);
    border-bottom: none;
  }
  .share-article a:last-child{
    border-bottom: solid 1px rgb(0 0 0 / 10%);
  }
  .article-content{
    position: relative;
  }
  .article-content h3{
    font-size: 20px;
  }
  .article-content .blockquote h5 {
    font-size: 21px;
  }
  .article-content .blockquote.border-top-s1 {
    margin: 30px 0;
  }
  .article-content.image .carousel-image{
    margin-bottom: 30px;
  }
  .article-content.image .carousel-image img{
    width: 100%;
  }
  .comment-item{
    padding-bottom: 20px;
    border-bottom: solid 1px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
  }
  .indented{
    padding-left: 60px;
  }
  .comment-info h6{
    font-size: .95rem;
  }
  .comment-item a{
    font-size: 14px;
    color: rgb(0 0 0 / 40%)!important;
  }
  .comment-item .comment-reply::before{
    content: '\f075';
     display: inline-block;
     font-size: 13px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 5px;
    vertical-align: middle;
    color: rgb(0 0 0 / 60%)!important;
  }
  .comment-item .image-wrapper{
    overflow : hidden;
    margin-top: 3px;
  }
  .comment-item .image-wrapper img{
    width: 100%;
    object-position: center;
    object-fit: contain;
    border-radius: 50%;
  }
  .comment-lists{
    margin-bottom: 50px;
  }
  .comment-item .nav-link{
    padding-left: 0;
    padding-bottom: 0;
  }
  .comment-item p{
    color: var(--paragraph-color);
    margin-bottom: 0;
  }
  .form-area .comment-form{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .form-area .form-control{
    min-height: 45px;
    padding-left: .85rem;
    border: solid 1.5px #cecece;
    border-radius: 3px;
  }
  .form-area fieldset{
    margin-bottom: 0!important;
  }
  .contact-form-3 .form-group,
  .form-area label{
    color: rgb(0 0 0 / 60%);
    font-weight: 600;
  }
  .form-area .form-item-name,
  .form-area .form-actions{
    position: relative;
    width: 100%;
    margin-bottom: 1rem!important;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-area .form-actions{
    margin-top: 30px;
    margin-bottom: 40px!important;
    text-align: center;
  }
  .video-article.video-style-2 h3 {
    font-size: 1.9rem;
    line-height: 38px;
  }
  .video-article.video-style-2 .post-content .post-date,
  .gallery-article .post-content .post-date{
    font-size: 85%;
  }
  /*Pricing*/
  .pricing-box{
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    border-radius:  0 0 10px 10px;
    padding: 30px;
    border-top: solid 5px var(--primary-color);
  }
  .pricing-box.featured{
    box-shadow: none;
    border: solid 3px var(--primary-color);
    border-top:none;
  }
  .pricing .recommended{
    font-weight: bold;
    color: #fff;
    background-color: var(--primary-color);
    display: block;
    width: 100%;
    padding: 10px;
  }
  .pricing-box h3{
    font-weight: 500;
    font-family: unset;
    margin-bottom: 40px;
  }
  .pricing .amount{
    margin-bottom: 30px;
  }
  .pricing .amount h4{
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .pricing .amount span{
    display: block;
    font-size: 14px;
    color: var(--paragraph-color);
  }
  .pricing-box .btn-outline-primary {
    border-radius: 3px;
    font-weight: 600;
    color: #000;
    border-width: 1.5px;
  }
  .pricing-box .btn-outline-primary:hover {
    color: #fff;
  }
  /*Contact style 1*/
  .pt-section.contact-style-1{
    padding-bottom: 0!important;
  }
  .contact-style-1 .content h3{
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .contact-style-1 .content h3 span{
    color: var(--primary-color);
  }
  .contact-style-1  .contact-form .form-control{
    min-height: 40px;
  }
  .contact-style-1 .form-actions{
    margin-top: 20px;
    margin-bottom: 0!important;
    font-size: 15px;
    padding: 0.6rem 1.2rem;
  }
  .contact-style-1 .contact-detail i{
    font-size: 36px;
    margin-bottom: 25px;
  }
  .contact-style-1 .contact-detail a{
    font-size: 16px;
  }
  .contact-style-1 .contact-detail h3{
    margin-bottom: 15px;
  }
  .contact-style-1 .contact-detail p{
    margin-bottom: 0;
  }
  .contact-style-1 .contact-detail i.fa-envelope{
    font-size: 42px;
  }
  /*contact-style-2*/
  .contact-style-2{
    position: relative;
  }
  .contact-style-2 .container{
    position: relative;
  }
  /*.contact-style-2.pt-section{
    position: relative;
    padding-bottom: 28rem;
  }*/
  .home-4.sidebar h3{
    font-size: 19px;
    line-height: 24px;
  }
  .contact-style-2 h2{
    font-size: 28px;
    line-height:24px;
  }
  .contact-style-2 .overlay-form{
    margin: auto;
    /*position: relative;
    top: -190px;*/
    z-index: 2;
    position: absolute;
    top: -240px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .contact-style-2 h3{
    font-size: 24px;
    line-height: 40px;
  }
  .contact-style-2 .contact-form-1 .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-style-2 .details{
    padding-top: 30.5rem;
    display: flex;
    justify-content: space-between;
  }
  .contact-style-2 .item{
    display: flex;
  }
  .contact-style-2 .item p{
    margin-bottom: 0;
  }
  .contact-style-2 .item i{
    margin-right: 20px;
    font-size: 30px;
  }
  .contact-style-2 .item i.fa-phone-alt{
    font-size: 24px;
  }
  /*Subscribe*/
  .content-with-sidebar .subscribe .col-lg-10,
  .content-bottom .subscribe .col-lg-10 {
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
  }
  .content-with-sidebar .subscribe-card .block,
  .content-bottom  .subscribe-card .block {
    padding: 29px 90px;
  }
  .content-with-sidebar .subscribe-card,
  .content-bottom  .subscribe-card {
    padding: 50px 0;
  }
  .subscribe.style-1.pt-section{
    padding-top: 0!important;
  }
  .subscribe.style-1 .subscribe-card .section-title{
    margin-bottom: 0;
  }
  .content-bottom .subscribe.style-1 .subscribe-card{
    padding: 50px 15px 0;
  }
  .subscribe.style-1 .subscribe-card{
    padding: 50px 30px 0;
    border-top:solid 1px #eaeaea;
  }
  .subscribe-card .block{
    padding: 30px;
    border: solid 3px #eaeaea;
    border-radius: 3px;
  }
  .subscribe-card .block h3{
    margin-bottom: 15px;
  }
  .subscribe-card .block p{
    margin-bottom: 30px;
  }
  .subscribe-card .form-group{
    margin-bottom: 20px!important;
  }
  .subscribe-card .block fieldset,
  .subscribe-card .block .form-actions{
    margin-bottom: 0!important;
  }
  .subscribe-card .block .form-group{
    padding: .2rem;
    border: solid 1.5px #cecece;
    border-radius: 3px;
  }
  .subscribe-card .block .form-control{
    padding: 7px 12px;
    border: none;
    height: 40px;
  }
  .subscribe-card .block .form-control::placeholder{
    font-size: 14px;
    color: #cecece;
  }
  .subscribe-card .block .btn-primary{
    height: 40px;
    min-width: 170px!important;
    padding: 6px 15px!important;
    font-size: 15px!important;
  }
  .subscribe-card .note{
    display: block;
    color: var(--primary-color);
    font-size: 15px;
  }
  /* Footer */
  .site-footer{
    padding: 0;
  }
  .header-3 .navbar-brand svg,
  .footer-logo svg{
    fill: #fff;
    stroke: none;
    width: 228px;
    height: 38px;
  }
  .header-3 .navbar-brand polygon,
  .footer-logo polygon{
    fill: var(--primary-color);
    stroke: var(--primary-color);
  }
  .header-3 .navbar-brand text,
  .footer-logo text{
    font-size: 14px;
  }
  .footer {
    background: var(--secondary-color);
    padding-top: 5rem;
  }
  
  .footer-logo img {
    height: 40px;
  }
  
  .footer p {
    color: #a8a8aa;
  }
  
  .footer p, .footer li, .footer li a {
    font-size: 1rem;
  }
  .footer-top{
    margin-bottom: 4rem;
  }
  .footer h4, .footer h5, .footer h6, .footer li a {
    color: #fff;
  }
  .footer h4, .footer h6 {
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1.15rem;
  }
  .footer .social-icons li{
    padding: 0 30px;
  }
  .footer .social-icons li a {
    font-size: 1.35rem;
  }
  
  .footer .social-icons li a:hover {
    color: var(--primary-color);
  }
  
  .footer-links .nav-link {
    padding: 0;
    margin: 0 0 6px 0;
  }
  
  .footer-links .nav-link:hover {
    color: var(--primary-color);
  }
  
  .footer-links .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
  
  .footer-bottom, .footer-copyrights {
    border-top:1px solid #4a4a4a;
  }
  
  .footer-copyrights p, .footer-copyrights a {
    color: #ffffff;
    margin-bottom:0; 
  }
  
  .footer-copyrights a:hover {
    color: var(--primary-color);
  }
  .footer .available-on .images{
    display: inline-flex;
    margin: 5px 0;
  }
  .footer .available-on img{
    width: 170px;
    height: 60px;
    object-fit: contain;
    object-position: top left;
  }

  .footer-4 .social-icons li a:hover, .footer-4 .footer-links .nav-link:hover,
  .footer-4 .footer-copyrights a:hover {
    color: var(--skin4-color);
  }

  .footer-4 .btn-light:hover, .footer-4 .btn-light:focus {
    background:var(--skin4-color);
    color: #fff;
  }
  
  /* Alert */
  .alert-warning::before,
  .alert-danger::before,
  .alert-success::before{
    display: none!important;
  }
  .alert-warning,
  .alert-danger,
  .alert-success{
    border-left: 0!important;
  }
  .alert-style-1 .alert-warning{
    border-left: solid 1px #967132!important;
  }
  .alert-style-1 .alert-danger{
    border-left: solid 1px #b32f2d!important;
  }
  .alert-style-1 .alert-success{
    border-left: solid 1px #5a7052!important;
  }
  .alert-style-5 .alert-info,
  .alert-style-5 .alert-warning{
    border-left: solid 3px transparent!important;
    border-color: transparent!important;
  }
  .alert-style-5 .alert-danger{
    border-left: solid 3px transparent!important;
    border-color: transparent!important;
  }
  .alert-style-5 .alert-success{
    border-left: solid 3px transparent!important;
    border-color: transparent!important;
  }
  .alert-info {
    color: #3d75a3!important;
    background-color: #cde8f5!important;
    border-color: #3d75a3!important;
  }
  .alert-warning{
    color: #967132!important;
    background-color: #f8f3d6!important;
    border-color: #967132!important;
  }
  .alert-danger{
    color: #b32f2d!important;
    background-color: #ecc8c5!important;
    border-color: #b32f2d!important;
  }
  .alert-success {
    color: #5a7052!important;
    background-color: #def2d6!important;
    border-color: #5a7052!important;
  }
 /* .alert-box {
    padding: 0 2.35rem;
  }
  */
  .alert {
    padding-left: 70px;
  }
  
  .alert i {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .alert-style-1 .alert-info {
    border-color: #a3cfe7;
  }
  
  .alert-style-1 .alert {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .alert-style-1 .alert .close {
    font-size: 2.5rem;
    line-height: 0.85;
  }
  
  .alert-style-2 .alert {
    border-width: 0 0 5px 0;
    border-radius: 0;
  }
  
  .alert-style-3 .alert {
    border-width: 0 0 5px 0;
  }
  
  .alert-style-4 .alert {
    border:none;
    border-radius: 30px;
  }
  
  .alert-style-5 .alert {
    border:3px solid transparent;
    border-radius: 35px;
    padding-left: 70px;
  }
  
  .alert-style-5 .alert .alert-icon {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: var(--secondary-color);
    color: #ffffff;
    text-align: center;
  }
  
  .alert-style-5 .alert-info .alert-icon {
    background: #3d75a3;
  }
  
  .alert-style-5 .alert-warning .alert-icon {
    background: #967132;
  }
  
  .alert-style-5 .alert-danger .alert-icon {
    background: #b32f2d;
  }
  
  .alert-style-5 .alert-success .alert-icon {
    background: #5a7052;
  }
  
  .alert-style-5 .alert .alert-icon i {
    position: absolute;
    margin-top: -10px;
    top:53%;
    left: auto;
    transform: translateX(-50%);
  }
  
  /* Blockquotes */
  .blockquote {
    padding: 2rem 0;
  }
  
  .blockquote h5 {
    line-height: 1.5;
    font-size: 25px;
    font-family: inherit;
    font-weight: 600;
  }
  
  .blockquote.border-top-s1 {
    position: relative;
  }
  
  .blockquote.border-top-s1::before, .blockquote.border-top-s1::after {
    content: '';
    background: #e8e8e8;
    position: absolute;
    left: 0;
    right: 0;
    width: 40px;
    height: 3px;
    margin: 0 auto;
  }
  
  .blockquote.border-top-s1::before {
    top:0;
  }
  
  .blockquote.border-top-s1::after {
    bottom:0;
  }
  
  .blockquote.border-top-s1 cite {
    color: var(--primary-color);
    font-style: normal;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  .blockquote.border-primary {
    margin: 45px 0;
    border-left: 6px solid var(--primary-color)!important;
    padding-left: 6rem!important
  }
  .blockquote.border-primary svg{
   content: open-quote;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 30px;
    top: 30px;
    color: var(--primary-color);
    font-size: 82px;
  }

  .blockquote.border-primary p{
    line-height: 30px;
    font-size: 20px 
  }
  .blockquote.border-secondary {
    position: relative;
    margin: 45px 0;
  }
  
  .blockquote.border-secondary h5:before {
    content: open-quote ;
    display: inline-block;
    margin-right: 5px;
  }
  
  .blockquote.border-secondary h5:after {
    content: close-quote close-quote;
    display: inline-block;
    margin-left: 3px;
  }
  
  .blockquote.border-secondary cite {
    color: var(--primary-color);
    font-style: normal;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .blockquote.border-secondary cite {
    color: var(--secondary-color);
    font-style: normal;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  .blockquote.border-secondary {
    border-left: 8px solid;
    border-color: var(--secondary-color)!important;
  }
  /* Buttons */
  .btn-radius {
    border-radius: 5px;
  }
  
  .btn-border-dark {
    border:solid 2px;
    border-color: var(--secondary-color);
  }

  .btn-border-white {
    border-color: #fff;
  }
  
  .btn-outline-primary.btn-border-dark {
    color: var(--primary-color);
  }
  
  .btn-outline-blue.btn-border-dark {
    color: #4c3e86;
  }
  
  .btn-outline-primary.btn-border-dark:hover, .btn-outline-blue.btn-border-dark:hover {
    color: #fff;
  }
  
  /* Audio & Video */
  iframe {
    border:none;
  }
  .img-overlay .post-image::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
  }
  .video-style-2{
    position: relative;
    background-color: #ccc;
    overflow: hidden;
  }
  .video-style-2 .post-image{
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  .video-style-2 .post-content{
    position: absolute;
    bottom: 0;
    width: 60%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
  }
  .video-style-2 .video-icon{
    position: absolute;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    right: 0;
    margin: auto;
    align-items: center;
    z-index: 2
  }
  .video-style-2 .play-icon{
    color: #fff;
  }
  .video-style-2 .play-icon i{
    font-size: 3.5rem;
    position: relative;
    display: inline-block;
    border: 1px solid;
    border-radius: 50%;
    padding: 5px 5px;
  }
  .video-style-2 .badge{
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .video-style-2 .post-date span{
    margin-left:10px;
    border-left: solid 1px #fff;
    padding-left: 10px;
  }
  .video-style-2 h3{
    font-size: 1.5rem;
    line-height: 32px;
  }
  .video-style-2 h3 a:hover{
    color: var(--primary-color)!important;
  }
  .video-style-2 .post-date span:first-child{
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .heading-page h4, .heading-page .h4{
    font-size: 1.4rem;
  }
  .heading-page h2{
    font-size: 28px;
  }
  /* Divider */
  .divider-solid {
    border-top:1px solid #4a4a4a;
  }
  
  .divider-dashed {
    border-top:1px dashed #4a4a4a;
  }
  
  .divider-rounded {
    background: var(--secondary-color);
    border:0;
    border-radius: 30px;
    height: 5px;
  }
  
  .divider-dotted {
    border-top:4px dotted #4a4a4a;
  }
  
  /* Dropcaps */
  .drop-cap p::first-letter {
    float: left;
    font-size: 3.3em;
    line-height: 0.9;
    font-weight: bold;
    margin-right:8px;
    text-transform: uppercase;
  }
  
  .drop-cap-style-2 p::first-letter, .drop-cap-style-3 p::first-letter {
    background: var(--primary-color);
    color: #fff;
    padding: 0.35rem 1rem;
    margin-top: 8px;
  }
  
  .drop-cap-style-3 p::first-letter {
    border-radius: 5px;
  }
  
  /* Contact Forms */
  .contact-form .form-control,
  .contact-form select {
    min-height: 50px;
    padding: 1rem 1.35rem;
  }
  
  .text-white * {
    color: #fff !important;
  }
  
  .contact-form-content {
    min-height: 500px;
    padding: 13rem 1.5rem 6rem 1.5rem;
  }
  
  .contact-form-content h3 {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 26px;
  }

  .contact-form-content h3 span {
    font-size: 26px;
  }
  
  .form-shadow {
    box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
  }
  
  .contact-form-1 {
    padding: 6rem 6rem;
  }
  .contact-form-1 select{
    width: 100%;
  }
  .contact-form-1 .form-control,
  .contact-form-1 select {
    border-color: #e6e6e6;
    background: #fff;
    border-width: 1.5px;
    border-radius: 3px;
    font-size: 15px;
  }
  .contact-form-1{
    text-align: center;
  }
  .contact-form-1 .btn-primary{
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 14px;
    padding: 10px 15px!important;
  }
  .contact-form-1 .form-control::placeholder,
  .contact-form-1 select{
    color: #a8a8a8;
  }
  .contact-form-1 .form-control:focus {
    border-color: #e6e6e6;
    background: #fff;
  }
  
  .contact-form .btn {
    padding: 0.55rem 1rem;
  }
  
  .social-icons.border-style li a {
    display: inline-block;
    border: 1.5px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
  }
  
  .contact-form-2 {
    background: #f7f7f7;
  }
  .contact-style-2 .social-icons.border-style li a{
    margin-right: 2.5rem!important;
  }
  .contact-form label{
    font-size: 14px;
    margin-bottom: 0.4rem;
  }
  .contact-form label span{
    color: var(--primary-color);
  }
  .contact-form-3 .form-control{
    min-height: 50px;
    padding-left: .85rem;
    border: solid 1.5px #cecece;
    border-radius: 3px;
  }
  /*.contact-form-3 .form-group{
    margin-bottom: 1.5rem!important;
  }*/
  .contact-form-3 .form-control::placeholder{
    color: #a8a8a8;
  }
  /* Highlights */
  .highlight {
    padding: 0.2em;
  }
  
  /* Lists */
  .list-group-custom li {
    position: relative;
    padding: 5px 0 5px 25px;
  }
  
  .list-group-custom i {
    font-size: 8px;
    position: absolute;
    left:0;
    top:14px;
  }

  .list-group-bordered li {
    border-width: 0 0 1px;
    padding: 0 0 10px 25px;
    margin-top: 10px;
  }

  .list-group-bordered li:first-child {
    margin-top: 0;
  }

  .list-group-bordered i {
    top: 9px;
  }

  .list-group-bordered li:last-child {
    border:none;
  }

  .list-group-borderless li {
    border:none;
  }
  
  .list-group-check-icon li {
    padding-left: 40px;
  }
  
  .list-group-check-icon i {
    font-size: 20px;
    top:8px;
  }
  
  .list-group-circle-checked-icon i {
    font-size: 15px;
    top:10px; 
  }
  
  .list-group-long-arrow-icon li {
    padding-left: 40px;
  }
  
  .list-group-long-arrow-icon i {
    font-size: 22px;
    top:7px;
  }
  
  .list-group-caret-icon i {
    font-size: 16px;
    top:9px;
  }
  
 /* Tabs */
  .nav-tabs {
    border:none;
  }
  
  .nav-tabs .nav-link {
    border:none;
    position: relative;
    padding: 0.35rem 1.2rem;
  }
  
  .nav-tabs .nav-link.active {
    color: var(--primary-color);
    font-weight: bold;
  }
  
  .nav-tab-line .nav-link.active:after {
    content: '';
    background: var(--primary-color);
    border-radius: 30px;
    position: absolute;
    left:0;
    right: 0;
    bottom: 3px;
    width: calc(100% - 2rem);
    height: 5px;
    margin: 0 auto;
  }
  
  .nav-tab-bordered {
    border-bottom: 1px solid #323232;
  }
  .nav-tab-bordered.primary-top{
    border-bottom: solid 1px #ccc;
  }
  .nav-tab-bordered.primary-top .nav-link.active,
  .nav-tab-bordered.primary-top .nav-item.show .nav-link{
    border-color: var(--primary-color) #ccc #fff;
    border-top: solid 3px;
  }
  .nav-tabs .nav-link,
  .nav-tabs .nav-link.active{
    font-weight: 500
  }
  .style-7 .tab-content{
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 30px;
  }
  .nav-tab-bordered.primary-top .nav-link,
  .nav-tab-bordered.primary-top .nav-link:hover{
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
  }
  .nav-tab-bordered.primary-top .nav-link:hover{
    border-top: solid 3px var(--primary-color);
  }
  .nav-tab-bordered.primary-top .nav-link.active{
    
  }
  .nav-tab-bordered.primary-top .nav-link::first-child.active{

  }
  .nav-tab-bordered .nav-link {
    border:1px solid transparent;
    border-radius: 0;
  }
  
  .nav-tab-bordered .nav-link:hover {
    border-color: transparent;
  }
  
  .nav-tab-bordered .nav-link.active, .nav-tab-bordered .nav-item.show .nav-link {
    border-color: #323232 #323232 #fff;
  }
  
  .nav-tab-shadow .nav-link.active {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .15);
  }
  
  .tab-radius .nav-link.active {
    border-radius: 35px;
  }
   
  .nav-tab-vertical .nav-link {
    display: inline-block;
  }
  
  .table-with-boxshadow {
    border: 0;
    border-radius: 5px;
  }
  .table-with-boxshadow table {
    /* collapsed, because the bottom shadow on thead tr is hidden otherwise */
    border-collapse: collapse;
  }
  .table-with-boxshadow thead tr{
    box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
  }
  .table-with-boxshadow tbody{
    border-bottom: solid 1px #dee2e6;
    box-shadow: 0px 13px 30px -4px rgb(0 0 0 / 15%);
  }
  .table-with-boxshadow tbody tr{
    border-left: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
    background-color: #fff!important;
  }
  /*.table-with-boxshadow tbody{
    box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
  }*/
  .table-with-boxshadow tbody:before {
    /* This doesn't work because of border-collapse */
    line-height:1em;
    content:"_";
    color:white;
    display:block;
  }
  /*.table-with-boxshadow tbody tr:first-child td{
    box-shadow: 5px 5px 5px rgb(0 0 0 / 15%) inset;
  }*/
  .table-with-boxshadow thead tr th, .table-with-boxshadow tr td {
    border-right: 1px solid #dee2e6;
    background-color: #fff!important;
    color: #000!important;
  }
  
  .table-with-boxshadow thead tr th:last-child, .table-with-boxshadow tr td:last-child {
    border-right: 0;
  }
  
  .table-light thead tr th {
    border-bottom-width: 15px;
  }
  
  .table-light thead tr th, .table-light tr td {
    border-right: 1px solid #fff!important;
  }
  
  .table-light thead tr th:last-child, .table-light tr td:last-child {
    border-right: 0;
  }
  .table-light, .table-light>td, .table-light>th{
    background-color: #e6e6e6;
  }
  .table-light table tr {
    background: #e6e6e6!important;
  }
  td, th{
    text-align: center!important;
  }
  .table-with-boxshadow tr td,
  .table-with-boxshadow tr th{
    border: 1px solid #dee2e6;
  }
  .table-default thead tr th, .table-default tr td{
    background-color: #fff!important;
    color: #000!important;
  }
  .table-default thead tr th,
  .table-default tbody tr td{
    border-top: none;
    border-bottom: solid 1px #dee2e6;
  }
  .table-default tbody tr:last-child td,
  .table-default tbody tr{
    border-bottom: none!important;
  }
  .table-light thead tr th,
  .table-light tr td {
    border-right: 1px solid #dee2e6;
    background-color: #e6e6e6!important;
    color: #000!important;
  }
  /* Tooltip */
  .tooltip-text {
    color: var(--secondary-color);
    font-weight: bold;
  }
  .tooltip-inner {
    background-color: var(--primary-color);
    color: #fff;
    padding: 0 1rem;
    height: 30px;
    line-height: 28px;
  }
  
  .tooltip.bs-tooltip-right .arrow:before {
    border-right-color: var(--primary-color);
  }
  
  .tooltip.bs-tooltip-left .arrow:before {
    border-left-color: var(--primary-color);
  }
  
  .tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: var(--primary-color);
  }
  
  .tooltip.bs-tooltip-top .arrow:before {
    border-top-color: var(--primary-color);
  }
  .tooltip-arrow,
  .red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}
  /* Testimonial Carousel */
  .blockquote {
    position: relative;
  }
  .testimonial-carousel-1::after {
    color: var(--primary-color);
    content: open-quote;
    font-size: 500px;
    position: absolute;
    top:30%;
    left:0;
    right: 0;
    line-height: 0.5;
    margin:0 auto;
    z-index: -1;
    opacity: 0.9;
  }

  .owl-thumbs {
    position: relative;
    z-index: 1;
  }

  .testimonial-carousel-2 .blockquote:before {
    color: var(--primary-color);
    content: open-quote open-quote;
    font-size: 8rem;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    line-height: 0.5;
    margin:0 auto;
    letter-spacing: -10px;
  }

  .testimonial-carousel-2 cite {
    position: relative;
  }
  
  .testimonial-carousel-2 cite {
    font-style: normal;
  }

  .testimonial-carousel-2 cite:before {
    content: '';
    background: var(--primary-color);
    position: absolute;
    width: 80px;
    height: 2px;
    left:0;
    right:0;
    top:0;
    margin:0 auto;
  }

  .testimonial-carousel-2 small {
    font-size: 70%;
  }

/* Owl carousel */
.owl-thumbs {
  text-align: center;
}
.owl-thumbs button {
  background-color: transparent;
  border: none;
  opacity: 0.5;
  display: inline-block;
}
.owl-thumbs .userimg img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  transition: 0.3s;
  border-radius: 50%;
  position: relative;
  object-fit: cover;
  object-position: center;
  transform: scale(.85);
}
.owl-thumbs .owl-thumb-item.active {
  transition: 0.3s;
  opacity: 1;
}
.owl-thumbs .owl-thumb-item.active .userimg img {
  transform: scale(1);
}
/**/
.shortcodes-images .img-fluid{
  width: 100%;
}

/* Icons */
.icons li {
  display: inline-block;
  margin:0 2.5rem 2.5rem 0;
}
.icons li a {
  background: var(--primary-color);
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 62px;
  text-align: center;
}

.icons li a.font-large {
  font-size: 1.8rem;
}

.icons li a:hover {
  background: var(--secondary-color);
}

.icons li a.text-dark {
  color: var(--secondary-color) !important;
}

.icons li a.text-dark:hover {
  color: #fff !important;
}

/* Progressbar */
.progress {
  background: #f7f7f7;
  border-radius: 30px;
}

.progress-bar {
  background: #4c3e86;
  border-radius: 30px;
  position: relative;
}
.progress-bar.primary{
  background: var(--primary-color);
}
.progress-style-4 .progress-bar.primary::after{
  background: var(--primary-color);
}
.progress-header .progress-value {
  font-size: 1.25rem;
  font-weight: bold;
}

.progress-style-1 {
  box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
}

.progress-style-1 .progress, .progress-style-1 .progress-bar {
  border-radius: 0;
}

.progress-style-1 .progress {  
  height: 6px;
}

.progress-style-1 .progress-text {
  padding-left: 2rem;
}

.progress-style-1 .progress-value {
  font-size: 1rem;
  font-weight: normal;
  padding-right: 2rem;
}

.progress-wrap.progress-dark .progress-bar {
  background:#858687;
}

.progress-style-1.progress-dark .progress-text {
  padding-left: 1.25rem;
}

.progress-style-1.progress-dark .progress-value {
  padding-right: 1rem;
}

.progress-style-2 .progress {
  border-radius: 0;
  height: 14px;
}

.progress-style-2 .progress, .progress-style-2 .progress-bar {
  border-radius: 0;
}

.progress-style-3 .progress, .progress-style-4 .progress {
  height: 14px;
}

.progress-style-4 .progress, .progress-style-4 .progress-bar {
  overflow: visible;
}

.progress-style-4 .progress-bar::after { 
  content: '';
  background: #4c3e86;
  position: absolute;
  top:-10px;
  right:0;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  border:4px solid #f7f7f7;
}

.progress-style-5 .progress, .progress-style-6 .progress {
  background-image: url(../images/progress-bg.jpg);
  background-size: contain;
  height: 30px;  
}

.progress-style-5 .progress-bar, .progress-style-6 .progress-bar {
  border-radius: 0;
}

.progress-style-6 .progress-bar span {
  font-size: 1.1rem;
  font-weight: bold;
}

.progress-style-7 .progress { 
  height: 30px;
}

.progress-style-7 .progress, .progress-style-7 .progress-bar {
  overflow: visible;
}

.progress-style-7 .progress-bar { 
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.progress-style-7 .progress-bar::after {
  position: absolute;
  top: -25px;
  right: 0;
  border-radius: 7px;
  content: "\f0d7";
  font-family: 'FontAwesome';
  font-weight: bold;
  font-size: 2.5rem;
  color: #4c3e86;
}
.latest-stories-style-1 .blog-post.mini.mb-3{
  margin-bottom: .8rem!important;
}
.progress-style-8 .progress, .progress-style-9 .progress, .progress-style-10 .progress { 
  height: 30px;
}

.progress-style-9 .progress, .progress-style-9 .progress-bar {
  border-radius: 0;
}

.progress-style-9 .progress-bar {  
  border-right: 2px solid #f7f7f7;
} 

.progress-style-9 .progress-bar:last-child { 
  border-right: 0;
}

.progress-style-10 .progress {
  padding: 8px;
}
.progress-style-11 .progress{
  overflow: visible;
}
.progress-style-11 .progress-bar{
  position: relative;
  overflow: visible;
}
.progress-style-11 .progress-bar span{
  color: #000;
  font-weight: 500;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  right: -5px;
  top: -40px;
}
.progress-wraper{
  overflow: hidden;
  padding: 50px 0;
}
/* video-list */
.video-list .item{
  position: relative;
  margin-bottom: 30px;
}
.video-list .post-tag{
  margin-left: unset;
}
.video-list .carousel-content {
  background:rgba(0, 0, 0, .5);
  position: absolute;
  top:0;
  left:0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 20px;
}
.video-list .carousel-image img{
  width:100%;
  height: 300px;
  object-fit: cover;
}
.video-list .play-icon i {
  font-size: 2rem;
  position: relative;
  display: inline-block;
  border: 1px solid;
  border-radius: 50%;
  padding: 3px 3px;
  color: #fff;
}

.video-list .post-large .play-icon i {
  padding: 3px 6px;
}

.video-list .post-full-width .play-icon i {
  padding: 4px 8px;
}

.video-list .item a, .video-list .item p {
  color: #fff;
}

.video-list .item a:hover {
  color: #fff;
}

.video-list .item p {
  font-size: 80%;
}

.video-list .item h4 {
  line-height: 1.5;
  margin-bottom: 0;
}
.video-list .item a:hover{
  color: var(--primary-color);
}
.video-list .item .carousel-bottom p{
  font-size: 12px;
  font-weight: 600;
}

.video-list .item .category {
  background:var(--primary-color);
  color: #fff;
  padding: 0.2rem 1rem;
  text-transform:uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 3px;
}

.video-list .item .category:hover {
  background: #fff;
  color: var(--primary-color);
}

.video-list .play-icon {
  display: block;
  text-align: center;
  margin-bottom: 0!important;
}
/* Carousel */
.carousel-style-1 .carousel-content {
  background:rgba(0, 0, 0, .5);
  position: absolute;
  top:0;
  left:0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 10px 15px;
}
.carousel-style-1 .item .category:hover{
  color: #fff; 
}
.carousel-style-1 .carousel-image img{
  height: 300px;
  object-fit: cover;
}
.play-icon i {
  font-size: 2rem;
  position: relative;
  display: inline-block;
  border: 1px solid;
  border-radius: 50%;
  padding: 3px 3px;
  color: #fff;
}

.post-large .play-icon i {
  padding: 3px 6px;
}

.post-full-width .play-icon i {
  padding: 4px 8px;
}

.carousel-style-1 .item a, .carousel-style-1 .item p {
  color: #fff;
}

.carousel-style-1 .item a:hover {
  color: var(--primary-color);
}

.carousel-style-1 .item p {
  font-size: 80%;
}

.carousel-style-1 .item h4 {
  line-height: 1.5;
  margin-bottom: 0;
}
.carousel-style-1 .item .carousel-bottom p{
  font-size: 12px;
  font-weight: 600;
}

.carousel-style-1 .item .category {
  background:var(--primary-color);
  color: #fff;
  padding: 0.2rem 1rem;
  text-transform:uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 3px;
}

.carousel-style-1 .play-icon {
  display: block;
  text-align: center;
  margin-bottom: 0!important;
}

/*owl controls*/
.owl-carousel .owl-dots, .owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}

/*owl-carousel dots*/
.owl-carousel .owl-dots {
  /*margin-bottom: 20px;
  margin-top: 20px;*/
  position: absolute;
  justify-content: center;
  display: flex!important;
  left: 0;
  bottom: -3px;
  right: 0;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
  position: relative;
  display: block;
  float: left;
  margin: 0 10px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e7e7e7;
  transition: background 0.3s ease;
}

.owl-carousel .owl-dots .owl-dot span:after {
  outline: medium none;
  text-indent: -999em;
  border-radius: 3px;
  overflow: hidden;
  content: '';
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 0;
  background-color: #f0f1f3;
  box-shadow: 0 0 1px #f0f1f3;
  transition: width 0.3s ease;
}

.owl-carousel .owl-dots .owl-dot.active span {
  border-radius: 5px;
  width: 20px;
}

.owl-carousel .owl-dots .owl-dot.active span:after {
  width: 100%;
  background:var(--primary-color);  
}

/*dots position*/
.owl-carousel.dots-bottom .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left:0;
}

/*owl-nav*/
.owl-controls{
  margin: 65px 0;
  position: relative;
}

.owl-carousel .owl-nav{
  width: 200px;
  position: absolute;
  /*bottom: -60px;*/
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
}
.owl-carousel .owl-nav [class*="owl-"] {
  width: 20px;
  height: 25px;
  border-radius: 50%;
  line-height: 40px;
  margin: -16px 0 0;
  display: block;
  position: absolute;
  /*bottom: 0px;*/
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #323232;
  background-color: #e7e7e7;
  text-align: center;
  z-index: 200;
  box-sizing: initial;
  color: #000!important;
  display: flex;
  align-items: center;
  justify-content: center;
  /*transform: translateY(-50%);*/
}

.owl-carousel .owl-nav [class*="owl-"] i {
  color: #000;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: var(--primary-color) !important;
  color: #ffffff;
}

.owl-carousel .owl-nav [class*="owl-"]:hover i {
  color: #ffffff;
}

.owl-carousel .owl-nav .owl-next {
  right: 0px;
}

.owl-carousel .owl-nav .owl-next .ti-angle-right {
  margin-right: -2px;
  font-size: 12px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0px;
}

.owl-carousel .owl-nav .owl-prev .ti-angle-left {
  margin-left: -2px;
  font-size: 12px;
}

/*arrow-visible*/
.owl-carousel.arrow-visible .owl-next {
  left: auto;
  right: 10px;
  opacity: 1;
}

.owl-carousel.arrow-visible .owl-prev {
  right: auto;
  left: 10px;
  opacity: 1;
}

.owl-carousel.arrow-dark .owl-nav [class*="owl-"] {
  color: #ffffff;
  border-color: #343a40;
  background-color: #343a40;
}

/*arrow on hover*/
.owl-carousel.arrow-hover {
  overflow: hidden;
}

.owl-carousel.arrow-hover .owl-next {
  left: auto;
  right: -20px;
  opacity: 0;
  border-radius: 3px;
}

.owl-carousel.arrow-hover .owl-prev {
  right: auto;
  left: -20px;
  opacity: 0;
  border-radius: 3px;
}

.owl-carousel:hover.arrow-hover .owl-next {
  left: auto;
  right: 10px;
  opacity: 1;
}

.owl-carousel:hover.arrow-hover .owl-prev {
  right: auto;
  left: 10px;
  opacity: 1;
}

/*arrow-dark*/
.owl-carousel.arrow-dark .owl-nav [class*="owl-"] i {
  color: #ffffff;
}

.owl-carousel.arrow-dark .owl-nav [class*="owl-"]:hover {
  background-color: #343a40;
}

.owl-carousel.arrow-dark .owl-nav [class*="owl-"]:hover i {
  color: #ffffff;
}

/*arrow-gray */
.owl-carousel.arrow-gray .owl-nav [class*="owl-"] {
  color: #343a40;
  border: 2px solid #f7f8f9;
  background-color: #f7f8f9;
}

.owl-carousel.arrow-gray .owl-nav [class*="owl-"]:hover {
  background-color: #f7f8f9;
}

.owl-carousel.arrow-gray .owl-nav [class*="owl-"]:hover i {
  color: #343a40;
}

/*arrow-transparent */
.owl-carousel.arrow-transparent .owl-nav [class*="owl-"] {
  opacity: .7;
}

.owl-carousel.arrow-transparent .owl-nav .owl-next:hover, .owl-carousel.arrow-transparent .owl-nav .owl-prev:hover {
  opacity: 1;
}

/*arrow-round */
.owl-carousel.arrow-round .owl-nav [class*="owl-"] {
  border-radius: 50%;
}

/*arrow-border */
.owl-carousel.arrow-border .owl-nav [class*="owl-"] {
  background: transparent;
  color: #8f9397;
  border: 2px solid #8f9397;
  font-weight: bold;
}

.owl-carousel.arrow-border .owl-nav [class*="owl-"] i {
  font-weight: bold;
  color: #8f9397;
}

.owl-carousel.arrow-border .owl-nav .owl-next:hover, .owl-carousel.arrow-border .owl-nav .owl-prev:hover {
  border-color: #343a40;
  background: transparent;
}

.owl-carousel.arrow-border .owl-nav .owl-next:hover i, .owl-carousel.arrow-border .owl-nav .owl-prev:hover i {
  color: #343a40;
}

/*arrow-medium*/
.owl-carousel.arrow-medium .owl-nav [class*="owl-"] {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.owl-carousel.arrow-medium .owl-nav [class*="owl-"] i {
  line-height: 36px;
  font-size: 22px;
}

/*arrow-large*/
.owl-carousel.arrow-large .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.owl-carousel.arrow-large .owl-nav [class*="owl-"] i {
  line-height: 50px;
  font-size: 24px;
}

/*arrow-only*/
.owl-carousel.arrow-only .owl-nav [class*="owl-"] {
  border: 0;
  background: transparent;
}

/*arrow-position bottom*/
.owl-carousel.arrow-pos-bottom .owl-nav [class*="owl-"] {
  bottom: 0;
}

.owl-carousel.arrow-pos-bottom .owl-next, .owl-carousel.arrow-pos-bottom .owl-prev {
  top: auto;
}

.carousel-style-1.owl-carousel .owl-nav [class*="owl-"] {
  background:#e7e7e7;
}

.carousel-style-2 .carousel-image {
  background:#000;
}

.carousel-style-2 .carousel-image img {
  opacity: .8;
  height: 500px;
  object-fit: cover;
  object-position: top center;
}


/*.carousel-style-2.owl-carousel .owl-nav .owl-prev {
  left:40px;
}

.carousel-style-2.owl-carousel .owl-nav .owl-next {
  right:40px;
}*/

.carousel-style-3 .news-top a {
  font-size: .9rem;
  font-weight: bold;
}

.carousel-style-3 p {
  color: #989898;
}

.carousel-style-3 .posted-date {
  font-size: 80%;
  font-weight: bold;
}

.carousel-style-3 .carousel-image img {
  opacity: .8;
  height: 270px;
  object-fit: cover;
  object-position: top center;
}
.carousel-style-4 .item{
  margin:5px;
  padding: 30px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.carousel-style-4 .item:hover{
 box-shadow: 0 0 8px rgb(0 0 0 / 35%);
}
.featured-s2 .blog-post.default.style-2 .post-image{
  height: 160px;
}
.section-title.style-2{
  margin-bottom: 10px;
}
/* Home1 */
.fetured .post-item .f-75{
  font-weight: bold;
  font-size: 80%;
}
.slider-1 .owl-dots{
  bottom: 30px!important;
}
.post-item {
  position: relative;
}
.post-item .post-image{
  position: relative;
  height: 560px;
}
.post-item.half-image .post-image{
  height: 280px;
}
.post-item .post-image::after{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background:rgba(0, 0, 0, .4);
}
.post-item .post-content{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  flex-direction: column;
  text-align: center;
}
.overlay-style .carousel-indicators {
  right:10px;
  top:50%;
  transform: translateY(-50%);
  left:auto;
  margin:0;
}

.carousel-indicators li {
  background: #000;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  border: none;
  margin: 8px 5px;
  opacity: 1;
}

.carousel-indicators li.active {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
}

.overlay-style .post-block {
  position: relative;
  margin: 1px;
}

.overlay-style .post-image {
  position: relative;
  height: 250px;
}

.overlay-style .carousel .post-image, .overlay-style .post-large .post-image {
  height: 502px;
}

.overlay-style .post-image:before, .post-image.with-badge:before {
  content:'';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background:rgba(0, 0, 0, .4);
  z-index: 1;
}

.overlay-style .post-content {
  position: absolute;
  left:0;
  right:0;
  bottom: 0;
  z-index: 2;
}

.overlay-style .carousel-controls {
  position: absolute;
  right: 1px;
  bottom: 1px;
}

.overlay-style .carousel-control-prev, .overlay-style .carousel-control-next {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background:#fff;
  color: var(--secondary-color);
  opacity: 1;
}

.overlay-style .carousel-control-prev:hover, .overlay-style .carousel-control-next:hover {
  background: var(--skin1-color);
  color: #fff;
}

/* .overlay-style .carousel-control-next {
  margin-left:2rem;
} */

.badge {  
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
}

.badge-primary {
  background: var(--primary-color);
  border-radius: 3px;
  padding: .35em .4em;
}

.badge.badge-primary:hover {
  background: #000;
}

.badge.badge-danger {
  background: var(--skin1-color);
}
.badge.badge-danger:hover {
  color: #fff;
}

.badge.badge-info {
  background: var(--skin2-color);
  min-width: 70px;
  border-radius: 3px;
}

.badge.badge-info:hover {
  background:#f7f7f7;
  color: #000;
}

.badge.badge-warning {
  background: var(--skin3-color);
  text-transform: unset;
  padding: 0.25rem 0.75rem;
}

.badge.badge-warning:hover {
  background:var(--secondary-color);
  color: #fff;
}

.badge.badge-dark-blue {
  background:var(--skin4-color);
  padding: 0.25rem 1rem;
  color: #fff;
}

.badge.badge-dark-blue:hover {
  background: #fff;
  color: var(--skin4-color) !important;
}

.overlay-carousel h3 {
  font-size: 2rem;
}

.section-title {
  margin-bottom: 2rem;
}
.section-title p{
  font-size: 18px;
}
.section-title.bordered-bottom h2 {
  border-bottom: 2px solid #eeeeee;
  position: relative;
  padding-bottom: 10px;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.section-title.skin-red h2:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 2px;
  bottom: -2px;
  left:0;
  background: var(--skin1-color);
}

.section-title.skin-red h2 span {
  color: var(--skin1-color);
}

.section-title.skin-dark-blue h2 {
  color: var(--skin4-color);
}

.btn.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn.btn-black:hover {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}

.btn.btn-danger {
  background: var(--skin1-color);
  border-color: var(--skin1-color);
  color: #fff;
}

.btn.btn-danger:hover {
  background: #000;
  border-color: #000;
}

.btn.btn-outline-primary-2 {
  background: #fff;
  border:1px solid #e0e0e0;
  box-shadow: 0 0 5px rgba(0, 0, 0, .075);
  color: #000;
}

.btn.btn-outline-primary-2:hover {
  background: var(--skin1-color);
  border-color: var(--skin1-color);
  color: #fff;
}

.primary-color-2 a:hover, .primary-color-2 .footer-links .nav-link:hover, 
.primary-color-2 .footer .social-icons li a:hover {
  color: var(--skin1-color);
}

.primary-color-2 .text-white h3 a:hover {
  color: var(--skin1-color) !important;
}
.btn.btn-dark:hover {
  color: #fff;
}

.info-color .nav-tabs .nav-link.active {
  color: #000;
}

.section-title.bordered-right {
  margin-bottom: 1.2rem;
}

.section-title.bordered-right h2 {
  text-transform: uppercase;
  font-size: 0.95rem;
  margin: 0;
  position: relative;
}

.section-title.bordered-right h2:after {
  content: '';
  position: absolute;
  border-top:1px solid #dee2e6;
  left:0;
  width: 100%;
  height: 1px;
  top:0;
  bottom: 0;
  margin:auto 0;
  z-index: -1;
}

.section-title.bordered-right h2 span {
  font-weight: normal;
  background:#fff;
  padding-right: 15px;
}

.post-large h3 {
  font-size: 1.25rem;
}

.post-content .post-date {
  text-transform: uppercase;
  font-size: 70%;
  font-weight: bold;
  color:#9a9a9a;
}
.blog-default-style .post-date {
  color: var(--secondary-color);
}

.text-trancate {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  line-height: 1.3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-post, .post-image {
  position: relative;
  overflow: hidden;
}


.post-large .play-icon i {
  font-size: 2.75rem;
}

.post-custom.overlay-style .post-full-width .post-image {
  height: 500px;
}

.post-custom .post-full-width .post-content h3 {
  font-size: 2rem;
}

.post-full-width .play-icon i {
  font-size: 3.15rem;
}

.blog-post.mini {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.blog-post.mini.alternate.style-4{
  margin-bottom: 10px;
}

.blog-post.mini .post-image {
  display: inline-block;
  width: 115px;
  height: 90px;
}
.popular-style-2 .post-date i{
  vertical-align: unset;
}
.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

/* .post-image:hover img {
  transform: scale(1.1);
} */

.blog-post.mini .post-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 135px);
  margin-left: 12px;
}

.blog-post.mini h3 {
  font-size: 1rem!important;
  font-weight: 500;
  line-height: 22px;
}

.blog-post.mini .post-image .play-icon, .blog-post .post-image .play-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  z-index: 2;
}

.blog-post.mini .tag-line{
  font-weight: 600;
}

.blog-post.mini.with-overlay .post-image:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 1;
}

.blog-post.default .post-image {
  height: 180px;
}

.post-block.img-right {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.post-block.img-right .post-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 85px);
  margin-right: 15px;
}

/* .post-block.img-right .post-content h3 {
  font-size: 1.1rem;
} */

.post-block.img-right .post-image {
  width: 70px;
  height: 80px;
}

.load-more .btn {
  min-width: 250px;
}

.custom-tab {
  position: relative;
}

.custom-tab .nav-tabs {
  position: absolute;
  top:0;
  right: 0;
}

.custom-tab .nav-tabs .nav-link {
  padding: 0 1.75rem 0 0;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: #7b7b7b;
}

.custom-tab .nav-tabs .nav-link.active {
  color: var(--secondary-color);
  font-weight: normal;
}

.custom-tab .nav-tabs .nav-item:last-child .nav-link {
  padding-right: 0;
}

.post-image.with-badge .badge-overlay, .post-image .badge-overlay {
  position: absolute;
  top:0;
  left:0;
  right:0;
  height: 100%;
  margin:auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-bordered .nav-link {
  border:1px solid #e7e7e7;
  border-bottom-width: 3px;
  border-radius: 0;
}

.nav-bordered .nav-link.active, .nav-bordered .nav-item.show .nav-link {
  color: #53585c;
  font-weight: normal;
  border-bottom-color: var(--skin1-color);
}

.nav-bordered-top .nav-link {
  border:1px solid #e7e7e7;
  border-radius: 0;
  padding: 0.75rem 1.2rem;
  font-weight: bold;
  font-size: 0.95rem;
  position: relative;
}

.nav-bordered-top .nav-link.active:after, .nav-bordered-top .nav-item.show .nav-link:after {
  content: '';
  position: absolute;
  background: var(--secondary-color);
  width: 100%;
  height: 4px;
  top:0;
  left:0;
}

.post-content .post-day {
  color: #a0a0a0;
  font-size: 0.9rem;
}

.popular-stories em {
  font-size: 2rem;
  font-weight: bold;
  color: #d7d7d7;
}

.featured-content-top em {
  border-left:1px solid #d7d7d7;
}

.share {
  color: #a0a0a0;
  font-size: 0.95rem;
}

.stories-preview .featured-content {
  border-bottom: 3px solid #eeeeee;
}

.popular-stories .stories-item em {
  color: var(--secondary-color);
  background: #eeeeee;
  width: 115px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 30px;
}

.stories-item h3 {
  font-size: 1.05rem;
}

.like-most-category {
  background: #f9f9f9;
}

.progress-style-2.alternate .progress {
  background: #d8d8d8;
  height: 7px;
}

.progress-style-2.alternate .progress-bar {
  background: #bd9e81;  
}

.progress-style-2.alternate .progress-header p {
  font-size: 1rem;
  font-weight: bold;
}

.progress-footer span {
  color: #8b8b8b;
  font-size: 0.85rem;
}

.ad-block {
  background: #f5f5f5;
}
.google-ad img{
    border: solid 2px #aeaeae;
    border-radius: 3px;
}

.pagination li {
  margin:0 5px;
}

.pagination.skin-red li a {
  border-color: #eeeeee;
  color: var(--secondary-color);
}

.page-link {
  padding: 0.25rem 0.75rem;
}

.pagination.skin-red li.active a {
  background: var(--skin1-color);
  border-color: var(--skin1-color);
  color: #fff;
}

.editor-picks .post-image {
  height: 180px;
}

.editor-picks .post-date {
  color: #696969;
}

.tags a {
  border: 1px solid #c9c9c9;
  font-size: 0.95rem;
  padding: 2px 15px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #7b7b7b;
}

.tags a:hover {
  background: var(--skin1-color);
  border-color: var(--skin1-color);
  color: #fff;
}

.tags.skin-blue a {
  background: var(--skin2-color);
  border-color: var(--skin2-color);
  color: #fff;
  border-radius: 3px;
}

.tags.skin-blue a:hover {
  background: var(--secondary-color);
}

.tags.yellow-border a {
  background: #f7f7f7;
  border: 0;
  border-left: 5px solid var(--skin3-color);
}

.tags.yellow-border a:hover {
  color: #000;
}

.tags.primary-border a {
  background: #f7f7f7;
  color: #000;
  border: 0;
  border-left: 5px solid var(--primary-color);
}

.tags.primary-border a:hover {
  background: var(--primary-color);
  color: #fff;
}

.tags.skin-dark-blue a {
  background: var(--skin4-color);
  border-color: var(--skin4-color);
  color: #fff;
  font-size: 0.85rem;
  text-transform: uppercase;
  min-width: 88px;
  padding: 2px 5px;
  text-align: center;
}

.tags.skin-dark-blue a:hover {
  background: var(--secondary-color);
}

.newsletter-block {
  background: var(--main-bg-color);
  border:1px solid #eeeeee;
}

.newsletter-block .form-control {
  border-radius: 0;
}

.newsletter-block span {
  font-size: 1rem;
}

.newsletter-block.border-style {
  border:2px solid #eeeeee;
  background:#fff;
  padding: 2.5rem 2rem;
}

.newsletter-block.border-style h2 {
  font-size: 2rem;
}

.newsletter-block.border-style .form-control, .newsletter-block.border-style .btn {
  border-radius: 3px;
  height: 44px;
}

.newsletter-block.border-style .btn {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: normal;
}

.newsletter-block.border-style span {
  margin-top:2rem;
}

.newsletter-block.border-style.alternate {
  padding: 2rem 5rem;
}

.newsletter-block.border-style.alternate .form-control, .newsletter-block.border-style.alternate .btn {
  border-radius: 0;
}

.newsletter-block.skin-dark-blue {
  background: #fff;
  padding: 2rem;
  border-top:7px solid var(--skin4-color) !important;
}

.newsletter-block.skin-dark-blue i {
  color:var(--skin4-color);
  font-size: 4rem;
  padding: 1.5rem 0 2rem;
}

.newsletter-block.skin-dark-blue .form-control:focus {
  border-color:var(--skin4-color);
}

.newsletter-block.skin-dark-blue p {
  font-size: 1.15rem;
  font-weight: bold;
}

.newsletter-block.skin-dark-blue .form-control, .newsletter-block.skin-dark-blue .btn {
  height: 44px;
}

.newsletter-block.skin-dark-blue span {
  margin-top:2.5rem;
}

.btn-red {
  background: var(--skin1-color);
  color: #fff;
}

.btn-red:hover {
  background: var(--secondary-color);
  color: #fff;
}

.btn-yellow {
  background: var(--skin3-color);
  color: #000;
}

.btn-yellow:hover {
  background: var(--secondary-color);
  color: #fff;
}

.btn-dark-blue {
  background: var(--skin4-color);
  color: #fff;
  font-size: 0.95rem;
}

.btn-dark-blue:hover {
  background: var(--secondary-color);
  color: #fff;
}

.breaking-news-card{
  padding:10px 0;
}
.breaking-news-card h5{
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.breaking-news.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
}
.breaking-news-card h5 i{
  font-size: 12px;
  color: var(--primary-color);
}
.breaking-news-card p{
  margin-bottom: 0;
  font-size: 15px;
}
.breaking-news-card .owl-carousel .owl-nav{
  position: unset;
}
.breaking-news-card .owl-carousel .owl-nav [class*="owl-"]{
  width: 4px;
  height: 10px;
  bottom: 5px;
  line-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breaking-news-card .owl-carousel .owl-nav [class*="owl-"] i {
 font-size: 12px;
 line-height: 12px;
}
.breaking-news-card .owl-controls{
  margin: 0;
}
.breaking-news-card .owl-theme .owl-nav{
  margin-top: 0;
}
.breaking-news-card  .owl-carousel .owl-nav .owl-prev {
  right: 30px;
  left: unset;
}
/*Breaking news style 2*/
.breaking-news-2{
  margin: 40px auto 25px;
}
.breaking-news-2 .owl-stage-outer{
  border:solid 1px #aeaeae;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 15px;
  border-right: none;
}
.breaking-news-2.breaking-news-card h5{
  font-size: 14px;
  line-height: 10px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  background: var(--primary-color);
  padding: 15px 10px;
  color: #fff;
}
.breaking-news-2.breaking-news-card h5 i{
  color: #FFF;
}
.breaking-news-2.breaking-news-card .owl-carousel .owl-nav [class*="owl-"] {
  bottom: 1px;
  width: 32px;
  height: 31px;
  border-radius: 0;
  background-color: #fff;
}
.breaking-news-2.breaking-news-card .owl-carousel .owl-nav .owl-next{
  right: -1px;
  border-right: solid 1px #aeaeae;
  border-left: solid 1px #aeaeae;
}
.breaking-news-2.breaking-news-card .owl-carousel .owl-nav .owl-prev{
  right: 46px;
  border-left: solid 1px #aeaeae;
}
.breaking-news-2.breaking-news-card .item{
  padding-right: 120px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
.breaking-news-2.breaking-news-card .item span{
  color: #9a9a9a;
  font-size: 13px;
  font-weight: 600;
}
.footer-dark {
  background: #212121;
}

.footer-dark h4, .footer-dark h6 {
  text-transform: unset;
}

.footer-dark h4 {
  color: #f93d52;
  font-size: 1.1rem;
}

.footer-dark h6 {
  color: #a8a8aa;
}

.footer-dark .newsletter-form .form-control::placeholder {
  color: #fff;
}

.footer-dark .newsletter-form .form-control {
  background: #424242;
  color: #fff;
}

.footer-dark .btn {
  background: #f93d52;
  color: #fff;
}

.social-icons.with-dark-bg li a {
  display: inline-block;
  border-radius: 3px;
  background: #424242;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.1rem;
  text-align: center;
}
.float-tag-top-left .post-tag{
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
}
.stories-style-1 .list img,
.trending-style-1 .list img{
  height: 170px;
  object-fit: cover;
}
.stories-style-1 .list h4,
.trending-style-1 .list h4{
  font-weight: 400;
  font-size: 17px;
  letter-spacing: .5px;
}
.stories-style-1 .list .post-content,
.trending-style-1 .list .post-content {
  padding-bottom: 15px;
}
.trending-style-1 .overlay-content {
  height: 400px;
}
.overlay-content .post-content{
  position: absolute;
  width: 80%;
  margin: auto;
  bottom: 55px;
  padding: 20px 30px;
  background-color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
}
.featured-style-1.block-style-2 .post-block img{
  height: 190px!important;
}
.featured-style-1.block-style-2 .post-tag{
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
}
.featured-style-1.block-style-2 .post-block .post-content{
  margin-bottom: 25px;
}
.featured-style-1 .post-block .post-content h3{
  font-size: 17px;
}
/*.right-sidebar-section .sidebar-block h3,
.left-sidebar-section .sidebar-block h3{
  font-size: 32px;
  margin-bottom: 2.5rem;
}*/
.latest-stories-style-1 .overlay-content{
  height: 360px;
  margin-bottom: 125px;
}
.latest-stories-style-1 .overlay-content p{
  margin-bottom: 0; 
}
.latest-stories-style-1 .overlay-content .post-content {
  bottom: 20px;
}
.inline-tags .d-lg-flex{
  border-bottom: solid 1px #eaeaea; 
  border-top: solid 1px #eaeaea; 
  margin-bottom: 4rem;
  padding:2rem 0;
}
.inline-tags ul,
.inline-tags ul li{
  margin-bottom: 0;
}
.inline-tags h3{
  margin-bottom: 0;
  line-height: 27px;
}
/*.custom-filter-1 .form-select {
  padding: 0;
  background-image: none!important;
  border: 0;
  margin:auto;
}
.custom-filter-1 .form-row>fieldset{
  margin-bottom: 0!important;
  margin:auto;
}
.custom-filter-1 ul{
    list-style: none;
    display: flex;
    margin: auto auto 30px;
    padding-left: 0;
}
.custom-filter-1 li{
  padding: 0 25px;
}
.custom-filter-1 li a{
  font-size: 18px
}*/
.custom-filter-1 .form-row>fieldset{
  margin-bottom: 0!important;
  margin:auto;
}
.form-check-input[type=radio]{
  background-image: url(../images/round.png) no-repeat right .55rem center!important;
}
.custom-filter-1 .form-check-input:checked[type=radio],
.custom-filter-1 .form-check-input[type=radio]{
  display: none;
}
.custom-filter-1 .form-radios{
  display: flex;
  margin: auto auto 35px;
  padding-left: 0;
}
.custom-filter-1 .form-radios .radio{
  margin-bottom: 0;
  padding: 0 25px;
  font-size: 18px;
}
.custom-filter-1 .form-radios .radio label:hover{
  cursor: pointer;
}
.custom-filter-1 .form-check-input:checked[type=radio] + label{
  color: var(--primary-color);
  font-weight: 600;
}
.command-style-1{

}
.command-style-1 .command-item{
  margin: 0 15px 20px;
  padding: 20px;
}
.command-item {
   position: relative;
   background: #fff;
   border: 1px solid #eaeaea;
}
 .command-item:after, .command-item:before {
   position: absolute;
   content: " ";
   height: 0;
   width: 0;
   border: solid transparent;
   pointer-events: none;
}
 .command-item:after, .command-item:before {
   right: 100%;
   top: 50%;
}
 .command-item:after {
   border-right-color: #fff;
   border-width: 10px;
   margin-top: -10px;
}
 .command-item:before {
   border-right-color: #ccc;
   border-width: 11px;
   margin-top: -11px;
}
.command-style-1 .command-item p{
  font-size: 16px;
}
.command-style-1  .cmt-info span{
  color: #9a9a9a;
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
}
.command-style-1  .cmt-info img{
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%; 
  object-fit: cover;
  object-position: center;
}
/* Home2 */
.vert-dots .owl-controls .owl-dots{
  flex-direction: column!important;
}
.vert-dots .owl-controls{
  position: absolute;
  top: 50%;
  right: 30px;
}
.owl-carousel .owl-dots .owl-dot span{
  margin: 10px 5px;
}
.slider-2.owl-carousel .owl-nav{
  width: 68px;
  left: -38px;
  top: 263px;
}
.slider-2.owl-carousel .owl-nav [class*="owl-"]{
  border-radius: 0;
  padding: 8px 7px 8px 7px;
}
.slider-2.owl-carousel .owl-nav {
  top: 255px
}

.right-sidebar-section .pt-section,
.left-sidebar-section .pt-section{
  padding-top: 4rem;
}
.right-sidebar-section .pt-section:nth-child(1),
.left-sidebar-section .pt-section:nth-child(1){
  padding-top: 0rem;
}
.btn.focus, .btn:focus{
  box-shadow: none;
}
.btn-shadow{
  border: solid 1px #eaeaea;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  min-width: 200px;
  margin-right: 20px;
  margin-left: 20px;
  z-index: 3;
  background-color: #fff;
  position: relative;
}
.btn-shadow:hover{
  color: #fff;
  background-color: var(--secondary-color);
}
.shadow-btn-container {
  position: relative;
}
.shadow-btn-container:after{
  content: '';
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
}
.btn-shadow:after{
  content: '';
  width: 20px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 3;
  top: 0;
  right: -22px;
}
.btn-shadow:before{
  content: '';
  width: 20px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 3;
  top: 0;
  left: -22px;
}
.section-title.style-2 h2,
.section-title.style-2 h3{
  position: relative;
  font-size: 20px;
  line-height: 48px;
  border-bottom: solid 3px #f7f7f7;
}
.section-title.style-2 h2::after,
.section-title.style-2 h3::after{
  content: '';
  width: 40px;
  height: 3px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: -3px;
  left: 0;
}
.bg_clr_black .section-title.style-2 h2,
.bg_clr_black .section-title.style-2 h3{
  color: #fff;
}
.section-title.style-2 h2 span,
.section-title.style-2 h3 span{
  color: var(--primary-color);
}
.bg_clr_black .btn-shadow::after,
.bg_clr_black .btn-shadow::before{
  display: none;
}
.bg_clr_black .shadow-btn-container::after{
  display: none;
}
.bg_clr_black .btn-shadow{
  background-color: var(--primary-color);
  min-width: 135px;
  border-radius: 0;
  border-color: var(--primary-color);
  color: #fff;
  margin-top: 55px!important
}
.bg_clr_black .btn-shadow:hover{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.post-s2 .post-content{
  top: unset;
  padding: 30px;
  text-align: left;
}
.post-mini-s2 .post-content{
  padding: 20px 30px;
}
.post-mini-s2 .post-image{
  height: 280px;
}
.post-s2 .post-content .post-tag{
  margin-left: 0;
}
.post-large-s2 .post-content h3{
  font-size: 30px;
  line-height: 34px;
}
.post-large-s2 .post-content span{
  font-size: 75%;
}
.post-large-s2 .post-content span i{
  font-size: 70%;
}
.post-large.style-2 h3{
  font-size: 23px;
  line-height: 26px;
}
.post-large.style-2 .post-image{
  height: 260px;
}
.blog-post.default.style-2 .post-image{
  height: 150px;
}
.post-large.style-2 .post-tag{
  margin-left: 0;
  top: 0;
  position: absolute;
  z-index: 3;
}
.blog-post.default.style-2 h4{
  font-size: 17px;
  line-height: 24px;
}
.blog-post.default.style-2 .post-tag{
  margin-left: 0;
  bottom: 0;
  position: absolute;
  z-index: 3;
  margin-bottom: 0;
}
.blog-post.mini.style-2 .post-content{
  justify-content: unset;
}
.blog-post.mini.style-2 .tag-line{
  font-size: 14px;
}
.blog-post.mini.style-2 .post-content h3{
  font-size: 15px!important;
}
.blog-post.mini.style-2 .post-content h3.bold{
  font-weight: bold
}
.custom-filter-1 .form-row>fieldset{
  margin-bottom: 0!important;
  margin:auto;
}
.form-check-input[type=radio]{
  background-image: url(../images/round.png) no-repeat right .55rem center!important;
  opacity: 1;
}
.custom-filter-2 .form-check-input:checked[type=radio],
.custom-filter-2 .form-check-input[type=radio]{
  display: none;
}
.custom-filter-2 .form-radios{
  display: flex;
  margin: auto auto 35px;
  padding-left: 0;
}
.custom-filter-2 .form-radios .radio{
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 15px;
  color: #969595;
}
.custom-filter-2 .form-radios .radio:last-child{
  padding-right: 0;
}
.custom-filter-2 .form-radios .radio label:hover{
  cursor: pointer;
}
.custom-filter-2 .form-check-input:checked[type=radio] + label{
  color: var(--primary-color);
  font-weight: 600;
}
.custom-filter-2 .form-row{
  position: absolute;
  top: 4rem;
  right: 0;
}
.popular-style-2 .blog-post.full img{
  height: 250px;
  object-fit: cover;
  object-position: top;
}
.popular-style-2 .blog-post.mini.style-2 .post-date{
  line-height: 22px;
}
.popular-style-2 .blog-post.full h3{
  font-size: 20px;
  line-height: 24px;
}
.block-counter-style .post-block.default img{
    height: 180px;
    object-fit: cover;
    object-position: top;
}
.block-counter-style .post-block.default .post-content{
  padding-bottom: .75rem;
  margin-bottom: 20px;
  border-bottom: solid 1px #dedede;
}
.block-counter-style .post-block.default .info{
  display: flex;
}
.block-counter-style .post-block.default h3{
  font-size: 18px;
  margin-bottom: 0;
}
.block-counter-style .post-block.default .count{
  font-size: 36px;
  font-weight: bold;
  color: #dedede;
  line-height: 41px;
  font-family: 'Proxima Nova';
  padding-left: 15px;
  border-left: solid 1px #dedede;
}
.block-counter-style  .post-block.list{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 15px;
}
.block-counter-style .col-12:last-child .post-block.list{
  margin-bottom: 0;
}
.block-counter-style  .post-block.list .count-wrap{
  position: relative;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  max-width: 17%;
  width: 100%;
}
.block-counter-style  .post-block.list .count{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #efefef;
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
}
.block-counter-style  .post-block.list .info{
  position: relative;
  -ms-flex: 0 0 83%;
  flex: 0 0 83%;
  max-width: 83%;
  width: 100%;
  padding-left: 15px;
}
.block-counter-style  .post-block.list h5{
    font-weight: 400;
    font-size: 18px;
    color: var(--paragraph-color);
}
.sidebar-nav .nav-tab-bordered.primary-top{
  border-bottom: none;
  margin-bottom:30px;
}
.sidebar-nav  .nav-tab-bordered.primary-top .nav-link{
  border-bottom: solid 1px #ccc;
  padding: 0.35rem 2.1rem;
  font-weight: 600;
  font-size: 14px;  
}
.latest-video-s2 .video-style-2 .post-content{
  width: 100%;
  padding: 20px 30px;
  text-align: left;
}
.latest-video-s2 .video-style-2 h3{
  margin-bottom: 0;
}
.latest-video-s2 .list .post-image{
  height: 240px;
}
.full .video-style-2 .post-image{
  height: 480px;
}
.list .video-style-2 .post-content{
  padding: 15px 20px;
}
.list .video-style-2 h3{
  font-size: 18px;
  line-height: 24px;
}
.list .video-style-2 .post-tag{
  margin-bottom: .5rem;
}
.list .video-style-2 .play-icon i{
  font-size: 1.5rem;
  padding: 3px 3px;
}
.sidebar h2{
  border-bottom: none;
}
.sidebar .subscribe-card .block{
  padding: 25px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sidebar .subscribe.style-1 .subscribe-card{
  padding: 0;
  border-top: 0;
}
.sidebar .subscribe-card h2{
  text-transform: capitalize;
  margin-bottom: 10px;
 font-size: 18px;
}
.sidebar .subscribe-card p{
  font-size: 16px;
}
.sidebar .subscribe-card .block .form-group{
  border:none;
  flex-direction: column;
}
.sidebar .subscribe-card .block .form-control{
  border: solid 1px #ccc;
  margin-bottom: 15px;
}
.sidebar .subscribe-card .block .btn-primary{
  width: 100%!important;
}
.top-blog {
  background: var(--main-bg-color);
}

.top-blog .blog-post h3 {
  font-size: 0.90rem;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0;
  font-family: unset;
}

.post-block {
  overflow: hidden;
}

.overlay-style .post-content.with-dark-bg {
  background: rgba(0, 0, 0, .4);
}

.dots-bordered li {
  border:2px solid #fff;
  background: transparent;
  box-shadow: none !important;
}

.dots-bordered li.active {
  background: #fff;
}

.popular-blogs .tab-content {
  border:1px solid #e7e7e7;
}

.popular-blogs .tab-pane .blog-post {
  border-bottom: 1px solid #e7e7e7;
}

.popular-blogs .tab-pane .blog-post:last-child {
  border:none;
}

.post-meta span {
  color: #666666;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
}

.post-custom.overlay-style .post-image {
  height: 197px;
}

.post-custom.overlay-style .post-large .post-image {
  height: 400px;
}

.post-custom.overlay-style .post-image .play-icon {
  color: #fff;
  position: absolute;  
  top:30%;
  left:0;
  right:0;
  margin:0 auto;
}

.post-custom.overlay-style .post-large .post-image .play-icon {
  top: 50px;
  right: 50px;
  left:auto;
}

.post-custom .post-content h3 {
  font-size: 0.95rem;
  font-weight: normal;
}

.post-custom .post-content .post-date {
  font-size: 0.75rem;
  font-weight: normal;
}

.post-custom .post-large .post-content h3 {
  font-size: 1.15rem;
}

.post-custom .post-large .post-content .post-date {
  font-size: 0.95rem;
}
.carousel-style-1.owl-carousel .owl-dots{
  bottom: -15px;
}
/* Home3 */
.subscribe.style-3 .btn{
  border-radius: 0;
  padding: .4rem 1.4rem;
}
.subscribe.style-3 .form-control{
  border-radius: 0!important;
  border: solid 1px #ccc;
}
.subscribe.style-3 .form-control::placeholder{
    font-size: 14px;
    color: #cecece;
}
.subscribe.style-3 .note{
  font-size: 14px;
  color: var(--primary-color);
}
.breaking-news-3{
  padding: 30px 0;
}
.title-style-3 h5,
.title-style-3 h2,
.title-style-3 h3{
  font-family: unset;
 position: relative;
 text-transform: uppercase;
 font-family: unset;
 background-color: #fff;
 width: fit-content;
 z-index: 2;
}
.title-style-3 h2,
.title-style-3 h3{
  font-size: 18px;
}
.title-style-3 h5{
  line-height: 24px;
}
.title-style-3 h5 span,
.title-style-3 h3 span,
.title-style-3 h2 span{
  position: relative;
  color: var(--paragraph-color);
  font-weight: normal;
}
.title-style-3 span:after{
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.title-style-3 h5:before,
.title-style-3 h2:before,
.title-style-3 h3:before{
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  width: 15px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.title-style-3 h5 span:after{
  right: -15px;
  width: 15px;
}
.title-style-3:after{
  content: '';
  position: absolute;
  left: 0px;
  top: 49%;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 1;
}
.breaking-news-3 .item{
   display: flex;
}
.slider-3.owl-carousel .owl-dots .owl-dot span{
  width: 10px;
  height: 10px;
  border: solid 2px #fff;
  background-color: transparent;
}
.slider-3.owl-carousel .owl-dots .owl-dot.active span{
  width: 10px!important;
  background-color: #fff;
}
.slider-3.owl-carousel .owl-dots .owl-dot.active span:after{
  background-color: #fff!important;
}
.slider-3.owl-carousel .owl-dots{
  left: -30px;
  bottom: 30px;
}
.post-block.post-large.style-3{
  position: relative;
}
.post-block.post-large.style-3 .post-image {
    height: 450px;
    position: relative;
}
.post-block.post-large.style-3 .post-content{
  position: absolute;
  width: 100%;
  padding:30px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
}
.post-block.post-large.style-3 .post-content h3{
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
}
.post-block.post-large.style-3 .post-date{
  line-height: 15px;
  margin-top: 10px;
}
.block-style-1.latest-style-3 .post-block{
  margin-bottom: 0;
  border-bottom: none;
}
.block-style-1.latest-style-3 .post-block img{
  height: 200px!important;
}
.post-block.style-3 .post-image,
.blog-post.style-3 .post-image{
  position: relative;
}
.post-block.post-large.style-3 .post-tag{
  position: unset;
}
.post-block.style-3 .post-tag,
.blog-post.style-3 .post-tag{
  position: absolute;
  z-index: 3;
  top:15px;
  padding: 1px 10px;
}
.post-block.style-3 span,
.blog-post.style-3 span{
  font-size: 12px;
}
.blog-post.default.style-3 h3{
  font-size: 18px;
  margin-bottom: 0;
  line-height: 22px;
}
.post-block.list-style-3{
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  border-bottom: solid 1px #e1e1e1;
}
.post-block.list-style-3 h5{ 
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  font-family: unset;
  color: var(--paragraph-color);
}
.post-block.list-style-3 h5 a{ 
  color: var(--paragraph-color);
}
.post-block.list-style-3 h5 a:hover{
  color: var(--primary-color);
}
.post-block.list-style-3 h5:before{
  content: "\f0c8";
  font-family: 'Font Awesome 5 Free';
  display: block;
  font-size: 8px;
  font-weight: bold;
  color: #000;
  line-height: 26px;
  vertical-align: top;
  position: absolute;
  left: 0;
}
.post-block.light-version.style-3{
  margin-bottom: 20px;
}
.post-block.light-version.style-3 h3{
  font-weight: 400;
  font-family: unset;
  font-size: 14px;
  line-height: 22px;
  color: var(--paragraph-color);
}
.post-block.light-version.style-3 .post-content{
  padding-bottom: .75rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #ccc;
}
.col-12:last-child .post-block.light-version.style-3 .post-content{
  border-bottom: none;
}
.post-block.light-version.style-3 .post-image{
  height: 190px;
  overflow: hidden;
}
.btn-large{
  min-width: 210px;
  padding: 6px;
}
.video-style-2.alternate .post-content{
  width: 100%;
  text-align: left;
  padding: 20px 30px;
}
.video-style-2.alternate.large .post-image{
  height: 360px;
}
.video-style-2.alternate.mini .post-image{
  height: 175px;
}
.video-style-2.alternate.large .play-icon i{
  font-size: 2rem;
}
.video-style-2.alternate.mini .play-icon i{
  font-size: 1rem;
}
.video-style-2.alternate.mini .post-content{
  padding: 10px 15px;
}
.video-style-2.alternate.mini h3{
  font-size: 16px;
  line-height: 20px;
}
.video-style-2.alternate.large .post-tag{
  position: absolute;
    z-index: 3;
    top: 20px;
    padding: 1px 10px;
}
.video-style-2.alternate.mini .post-tag{
  position: absolute;
    z-index: 3;
    top: 15px;
    padding: 1px 10px;
}
#block-leftsidebarsectionstyle3 .pt-section{
  padding-bottom: 0;
}
.news-block-inner {
  background:#f7f7f7;
  padding: 2rem 1.5rem;
}

.badge.min-width {
  min-width: 70px;
}

.latest-videos .overlay-style .post-large .post-image {
  height: 513px;
}

.latest-videos .post-large .badge {
  font-size: 100%;
  color: var(--secondary-color);
}

.latest-videos .post-date {
  color: #cececd;
  font-weight: normal;
}

.link-text {
  color: #5b5c5d;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}

.blog-post.mini.alternate .post-image {
  width: 100px;
  height: 80px;
}

.blog-post.mini.alternate .post-content {
  width: calc(100% - 115px);
}

.blog-post.post-large .text-justify {
  line-height: 1.3;
}

.blog-post.mini.circle .post-image {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.blog-post.mini.circle .post-content {
  width: calc(100% - 85px);
}

.blog-post.mini.circle .post-content h3 {
  font-size: 1.25rem;
  font-weight: normal;
}

.blog-post.mini.circle .post-content h3 {
  font-size: 1.25rem;
  font-weight: normal;
}

.blog-post .btn-outline-secondary, .load-more-btn .btn-outline-secondary {
  border-width:1px;
  font-size: 0.85rem;
}

.like-most-category h3 {
  font-size: 1.7rem;
  font-weight: normal;
}

.banner-slider {
  position: relative;
}

.banner-slider .carousel-item {
  height: 500px;
  overflow: hidden;
}
.banner-slider .carousel-item h3 a{
  color: #fff;
}

.banner-slider .carousel-item h3 a:hover{
  color: var(--primary-color);
}
.banner-slider:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  z-index: 1;
}

.banner-slider .nav {
  counter-reset: section;
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  z-index: 10;
}

.banner-slider .nav li {
  display: flex;
  cursor: pointer;
  padding: 0 1rem;
  text-align: left;
  align-items: center;
}

.banner-slider .nav li::before {
  counter-increment: section;
  content: "0"counter(section);
  border-radius: 50%;
  width: 48px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  border:2px solid #fff;
  color: #fff;
  margin-right: .8rem;
}

.banner-slider .nav li.active::before {
  background:#fff;
  color: #000;
}

.banner-slider .carousel-content {
  position: absolute;
  left: 5%;
  z-index: 10;
  color: #fff;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  z-index: 10;
}

.banner-slider .carousel-content h3 {
  font-size: 1.75rem;
  color: #fff;
  letter-spacing: 1px;
}

.banner-slider .carousel-content .post-date span {
  font-size: 0.65rem;
  padding: 3px 10px;
}

.banner-slider .btn-border-white {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 25px;
  margin-top:2rem;
  border:solid 2px #fff;
  border-radius: 0;
}

.banner-slider .btn-border-white:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.banner-slider .nav li small {
  text-transform: uppercase;
  font-size: 65%;
  letter-spacing: 0.5px;
}

.banner-slider .nav li span {
  display: block;
  color: #e4e2e0;
  font-size: 0.95rem;
  line-height: normal;
}

.banner-slider .nav li a {
  padding: 0;
  color: #fff;
}

.breaking-news.skin-dark .news-heading {
  background:#858687;
}

.border-blog {
  border:1px solid #eaeaea;
}

.view-all .btn {
  border-radius: 3px;
  min-width: 180px;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.3rem 1rem;
  text-transform: unset;
}

.latest-news .blog-post.default em {
  font-size: 0.95rem;
}

.h-175 {
  height: 175px;
}

.post-image.h-350, .post-large .post-image .h-350 {
  height: 350px;
}

.post-image.h-125 {
  height: 125px;
}

.post-image.h-440 {
  height: 440px;
}

.post-image.h-500 {
  height: 500px;
}

.post-content em {
   font-size: 80%;
}

.featured-news .text-trancate {
  color: #4d4d4d;
}

.bg-black {
  background:#000;
}

.post-content em {
  color: #000;
}

.f-75 {
  font-size: 75%;
}

.blog-post.mini .post-image.w-70 {
  width: 70px;
  height: 70px;
}

.text-dark-blue {
  color: var(--skin4-color);
}

.blog-carousel .owl-dots {
  margin-top: 30px;
}

.blog-carousel .owl-dots .owl-dot span {
  background: var(--skin4-color);
  border-radius: 50%;
  width: 8px !important;
  height: 8px !important;
  border: none;
  margin: 8px;
  opacity: 1;
}

.blog-carousel .owl-dots .owl-dot.active span {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.blog-carousel .owl-dots .owl-dot.active span:after {
  background: var(--skin4-color);
}

.blog-carousel .post-content h3 {
  font-size: 1.25rem;
  margin-right: 2rem;
}

.blog-carousel .play-icon i {
  font-size: 3rem;
  padding: 3px 6px;
}

.primary-color .btn {
  padding: 0.5rem 0.75rem;
}
.blog-post.default.mini.style-4{
  margin-bottom: 25px;
}
.col-lg-4:nth-last-child(1) .blog-post.default.mini.style-4,
.col-lg-4:nth-last-child(2) .blog-post.default.mini.style-4,
.col-lg-4:nth-last-child(3) .blog-post.default.mini.style-4{
  margin-bottom: 0;
} 
.col-md-6:nth-last-child(1) .blog-post.default.mini.style-4,
.col-md-6:nth-last-child(2) .blog-post.default.mini.style-4,
.col-md-6:nth-last-child(3) .blog-post.default.mini.style-4{
  margin-bottom: 0;
} 
.blog-post.default.mini.style-4 .post-image{
  width: 100%;
}
.blog-post.default.mini.style-4 h3{
  font-weight: 600;
}
.title-style-4 h2,
.home-5 h3{
  font-size: 19px;
  line-height: 24px;
}
.blog-post.post-large.style-4 h3{
  font-size: 24px;
  line-height: 30px;
}
.blog-post.style-4 .post-tag{
  padding: 1px 10px;
  font-size: 11px;
  line-height: 18px;
}
.blog-post.post-large.style-4 .post-image{
    height: 260px;
}
.blog-post.style-4 .post-content .post-date{
  line-height: 18px;
  font-weight: bolder;
  font-size: 12px;  
}
.blog-post.style-4 .post-link{
  color: var(--primary-color);
}
.blog-post.style-4 .post-link:hover{
  color: var(--secondary-color);
}
.topstories-s4 .blog-post.post-large.style-4 h3{
  font-size: 20px;
  line-height: 24px;
}
.topstories-s4 .blog-post.post-large.style-4{
  margin-bottom: 15px!important;
}
.topstories-s4 .blog-post.post-large.style-4 p{
  margin-bottom: 0;
}
.topstories-s4 .blog-post.post-large.style-4 .post-image {
    height: 200px;
}
.home-4 .custom-filter-2{
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
}
.home-4 .radio{
  margin-bottom: 0;
}
.home-4 .custom-filter-2 .form-row {
    top: -10px;
}
.user-logged-in .home-4 .custom-filter-2 .form-row {
    top: -55px;
}
.home-4 .container{
  position: relative;
}
.blog-post.mini.style-4 h3{
  font-family: unset;
  font-size: 15px!important;
  color: var(--primary-color);
}
.blog-post.mini.alternate.style-4 .post-image {
    width: 105px;
    height: 80px;
}
.blog-post.mini.alternate.style-4 .post-content {
    width: calc(100% - 120px);
    justify-content: flex-start;
}
.blog-post.mini.alternate.style-4 .post-content .date{
  font-size: 14px;
  line-height: 16px;
}
.latestvideo-list .blog-post.mini.alternate.style-4 .post-image {
    width: 130px;
    height: 100px;
}
.latestvideo-list .blog-post.mini.alternate.style-4 .post-content {
    width: calc(100% - 155px);
    justify-content: flex-start;
}
#block-googleadwhitebackgroundstyle4{
  padding: 40px 0 0;
}
#block-googleadwhitebackgroundstyle4 .google-ad{
  padding-bottom: 0!important;
}
.editor-s4 .video-style-2.alternate-post.mini{
  margin-bottom: 25px!important;
}
.video-style-2.alternate-2 .post-content {
  width: 80%;
  text-align: left;
  padding: 40px 40px;
  margin-left: 0;
}
.video-style-2.alternate-2 .post-content h3{
  font-size: 1.6rem;
}
.video-style-2.alternate-2 .post-tag {
    padding: 1px 10px;
    font-size: 11px;
    line-height: 22px;
}
.video-style-2.alternate-2 .post-image{
  height: 565px;
}
.video-style-2.alternate-post.mini .post-image{
  height: 280px;
}
.video-style-2.alternate-post.mini .post-content{
  width: 80%;
  text-align: left;
  padding: 20px 30px;
  margin-left: 0;
}
.video-style-2.alternate-post.mini h3{
  font-size: 18px;
  line-height: 26px;
}
.video-style-2.alternate-post.mini .post-tag {
    padding: 0px 10px;
    font-size: 11px;
    line-height: 19px;
}
.video-style-2.alternate-post.mini .post-content .post-date{
  line-height: 19px;
  font-size: 13px;
}
.home-3.sidebar .sidebar-nav .nav-tab-bordered.primary-top{
  margin-bottom: 0;
}
.home-3.sidebar .tab-content{
  padding: 30px 15px 15px;
  border: solid 1px #ccc;
  margin: 0 1.5px;
}
/*Command*/
.comment.alternate{
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.comment.alternate:last-child{
  margin-bottom: 0;
}
.comment.alternate .post-image {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-right: 15px;
}
.comment.alternate .post-content {
    width: calc(100% - 120px);
    justify-content: flex-start;
}
.comment.alternate .post-content a:hover p{
  color: var(--primary-color)
}
.comment.alternate .post-content p{
  font-size: 14px;
  line-height: 20px;
}
.slider-4 .carousel-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slider-4 .carousel-item h3{
  font-size: 1.95rem;
  line-height: 36px;
}
.slider-4 .nav-tabs{
  padding: 40px;
}
.slider-4 .post-date{
  font-weight: bold;
  font-size: 12px!important;
}
/* Home5 */
.sidebar .subscribe-card.alter h2{
  font-size: 24px;
}
.sidebar .subscribe-card.alter svg{
  margin: 20px 0 50px;
}
.sidebar .subscribe-card.alter .block{
  border:solid 1px #ccc;
  border-radius: 0;
  border-top: solid 5px var(--primary-color);
}
.home-5 .btn-primary{
  margin: auto;
  display: table;
}
.breaking-news-5 h5{
  position: relative;
  background-color: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-size: 14px;
  letter-spacing: .75px;
}
.breaking-news-5 h5 i{
  color: #fff;
}
.breaking-news-5 h5:after {
  content: '';
  border: 19px solid transparent;
  position: absolute;
  right: -38px;
  border-left-color: var(--primary-color);
  top: 0;
}
.breaking-news-3 p{
  line-height: 20px;
}
.breaking-news-5 .bn-wrapper{
  display: flex;
  overflow: hidden;
}
.breaking-news-5 .bn-title{
  margin-right: 2.5rem;
  flex: 0 0 15%;
  max-width: 15%;
}
.breaking-news-5 .bn-content{
  flex: 0 0 81%;
  max-width: 81%;
}
.post-block.post-large.style-5 h3{
  font-weight: normal;
  font-family: unset;
  font-size: 16px;
  color: var(--paragraph-color);
}
.style-5 .post-tag {
    padding: 1px 10px;
    font-size: 11px;
    line-height: 18px;
}
.style-5 .post-date{
  line-height: 18px;
}
.blog-post.default.light-text.style-2 .post-image{
  margin-bottom: 10px;
}
.blog-post.default.light-text.style-2 h4{
  font-weight: normal;
  font-family: unset;
  font-size: 15px;
  color: var(--paragraph-color);
}
.blog-post.default.light-text.style-2 .post-date{
  font-size: 12px;
}
.post-block.post-center .post-content {
    width: 78%;
    position: relative;
    background: #fff;
    margin: -70px auto 0;
}
.blog-post.default.style-2.style-5 .post-image{
  height: 130px;
}
.style-5 .post-mini-s2 .post-content{
  padding: 10px 15px;
}
.post-item.style-5 .post-content h3{
  font-size: 16px;
  line-height: 22px;
}
.style-5 .post-mini-s2 .post-image {
    height: 200px;
}
.bg-light {
  background: #f7f7f7 !important;
}
.full.video-style-5  .video-style-2 .post-content{
  padding: 25px;
  width: 100%;
  text-align: left;
}
.full.video-style-5  .video-style-2 .post-content h3{
  font-size: 26px;
  line-height: 32px;
}
.full.video-style-5  .video-style-2 .post-content .post-date{
  font-size: 80%;
}
.full.video-style-5  .video-style-2 .post-content .post-date i{
  vertical-align: unset;
}
.small-gutter {
  padding-left:8.5px;
  padding-right:8.5px;
}
.small-gutter .col-12{
  padding-left:8.5px;
  padding-right:8.5px;
}
.video-style-5.mini .post-image{
  height: 240px;
}
.video-style-5.mini .video-icon{
  position: absolute;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  right: 0;
  margin: auto;
  align-items: center;
  z-index: 2;
}
.video-style-5 .post-tag{
  margin-bottom: 10px;
  width: fit-content;
  padding: 1px 10px;
  border-radius: 0;
}
.video-style-5.mini .post-tag{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.video-style-5.mini h3{
  font-size: 15px;
  line-height: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.video-style-5.mini h3 a:hover{
  color: var(--primary-color)!important;
}
.bg_clr_black .btn-primary:hover{
  border-color: #fff;
}
.node__content .pt-section.home-5:not(:first-child){
  padding-top: 0!important;
}
.home-5.sidebar > .contextual-region,
.home-5.sidebar .sidebar-block{
  border: solid 1px #ccc;
  padding: 15px;
}
.sidebar .ad-block img{
  width: 100%;
}
.sidebar.home-5 .ad-block,
.sidebar.home-5 .poll{
  margin-bottom: 0;
}
.sidebar.home-5 #block-subscribehomepage5,
.sidebar.home-5 #block-adblock300x250-2,
.sidebar.home-5 #block-views-block-poll-list-block-1{
  margin-bottom: 50px;
}
.home-5 .btn-primary{
  min-width: 210px;
  padding: 6px;
}
.home-5 .btn-primary::after{
  content: "\f30b";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  padding-left: 8px;
}
.home-5 h2{
  font-size: 24px;
  line-height: 24px;
}
.list-s-5 .list {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
}
.list-s-5 .list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list-s-5 .list p{
  line-height: 20px;
}
.list-s-5 .list a{
  font-weight: 400;
  color: var(--paragraph-color);
}
.list-s-5 .list a:hover{
  color: var(--primary-color);
}
.list-s-5 .list .post-date{
  font-weight: 600;
  font-size: 13px;
  color: #9a9a9a;
}
.post-date i{
  vertical-align: middle;
}
.list-s-5 .list .post-date i{
  font-size: 12px;
}
.list-s-5.with-image .list{
  display: flex;
}
.list-s-5.with-image .image{
  height: 70px;
  width: 80px;
  justify-content: flex-start;
}
.list-s-5.with-image .content{
  width: 220px;
  padding-right: 10px;
}
.list-s-5.with-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.list-post.style-5 {
  margin-bottom: 17px;
}
.list-post.style-5:after {
  content: '';
  height: 1px;
  width: calc(100% - 30px);
  background-color: #ccc;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
}
.col-12:last-child .list-post.style-5:after{
  display: none;
}
.list-post.style-5 h3{
  font-size: 16px;
  line-height: 20px;
}
.list-post.style-5 .post-image{
  height: 150px;
  position: relative;
}
.list-post.style-5 .post-tag{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.list-post.style-5 .post-date{
  font-size: 12px;
}
.video-style-2.slider .post-image{
  height: 450px;
}
.video-style-2.slider .post-content{
  width: 100%;
  padding: 20px 15px;
  text-align: left;
}
.video-style-2.slider .post-content h3{
  font-size: 17px;
  line-height: 22px;
}
.video-style-2.slider .post-tag{
  padding: 1px 10px;
  font-size: 11px;
  line-height: 18px;
}
.video-style-2.slider .post-date{
  line-height: 18px;
}
.video-style-2.slider .video-icon{
  position: absolute;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  right: 0;
  margin: auto;
  align-items: center;
  z-index: 2;
}
.slider-5.owl-carousel .owl-dots .owl-dot span{
  width: 12px;
  height: 12px;
  margin: 10px 8px;
  background-color: #d9d9d9;
}
.slider-5.owl-carousel .owl-dots .owl-dot.active span{
  width: 12px!important;
  border-radius: 50%;
}
.slider-5.owl-carousel .owl-nav {
  bottom: 12px;
}
.slider-5.owl-carousel .owl-nav [class*="owl-"]{
  width: 16px;
  height: 21px;
  line-height: 30px;
}
.slider-5.owl-carousel .owl-nav [class*="owl-"] i{
  font-size: 12px;
}
/*e-paper*/
.e-paper-filter .form-row{
  flex-direction: column;
}
.file-download::before{
  content: "\f019";
  color: #fff;
  margin-right: 8px;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
.file-download{
  padding: 8px 30px 8px 30px;
  color: #fff;
  background-color: var(--primary-color);
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  border-radius: 3px;
  margin-bottom: 18px;
}
.file-download:hover{
  color: #fff;
  background-color: var(--secondary-color);
}
.e-slider .item img{
  background: #f1f1f1;
  padding: 45px 55px;
  height: 900px;
  object-fit: cover;
}
.e-slider .owl-controls{
  margin:0;
}
.e-slider.owl-carousel .owl-nav{
  width: 100%;
  position: absolute;
  bottom: 460px;
}
.e-slider.owl-carousel .owl-nav .owl-prev{
  left: 10px;
}
.e-slider.owl-carousel .owl-nav .owl-next{
  right: 10px;
}
.e-paper-filter .form-select:focus,
.e-paper-filter .form-control:focus{
  box-shadow:none;
  border-color: var(--primary-color);
}
.e-paper-filter .form-control,
.e-paper-filter .form-select{
  position: relative;
  min-height: 43px;
}
#e-paper .form-type-select,
#e-paper .js-form-item-field-date-value{
  position: relative;
}
#e-paper .form-select{
  background-image: none;
  color: #a9a9a9;
  width: 100%;
  z-index: 2;
  background-color: transparent;
}
#e-paper .form-type-select::after {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-size: 0.8rem;
  margin-left: 0.35rem;
  font-weight: 900;
  vertical-align: middle;
  border: none;
  color: #a9a9a9;
  position: absolute;
  right: 10px;
  top:0;
  line-height: 42px;
  z-index: 1;
}
#e-paper .js-form-item-field-date-value:after{
  content: "\f133";
  font-family: 'Font Awesome 5 Free';
  font-size: 0.8rem;
  margin-left: 0.35rem;
  vertical-align: middle;
  border: none;
  color: #a9a9a9;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 42px;
  z-index: 1;
}
.slider-counter {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
}
.newslist-carousel .carousel-controls a {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: #e1e1e1;
  color: var(--secondary-color);
  opacity: 1;
}

.newslist-carousel .carousel-controls a:hover {
  background: var(--primary-color);
  color: #fff;
}

.newslist-carousel .list-group-bordered li {
  border-color: #f2f2f2;
}

.newslist-carousel li i {
  font-size: 1.1rem;
  color: #999999;
  top:1px
}

.newslist-carousel li h3 {
  font-size: 1.25rem;
}

.primary-color .text-muted {
  color: #a29494 !important;
}

.primary-color .post-block p {
  color: #3f0606;
}

.badge-link {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1rem;
}

.primary-color .blog-post.mini h3 {
  font-size: 1.1rem;
  font-weight: normal;
}

.video-block .carousel-style-1 .carousel-image {
  height: 300px;
}

.video-block .carousel-style-1 .carousel-image img {
  object-fit: cover;
  height: 100%;
}
.video-block .owl-carousel .owl-dots {
  margin:2.5rem 0 0;
}

.text-post .post-item {
  border-top: 1px solid #f2f2f2;
  padding-left: 20px;
  position: relative;
}

.text-post .post-item i {
  color: #999999;
  position: absolute;
  left:0;
}

.trending-now .post-block:not(.post-center) .post-content h3, .top-stories.alternate .post-block:not(.post-center) .post-content h3, .text-post .post-item h3 {
  font-weight: normal;
  font-size: 1.25rem;
}

.newsletter-subscribe .newsletter-form .form-control, .newsletter-subscribe .newsletter-form .btn {
  width: 50%;
}

.newsletter-subscribe .newsletter-form .btn {
  font-size: 0.95rem;
  font-weight: bold;
}

.newsletter-subscribe p {
  font-size: 1.15rem;
}

.newsletter-subscribe .newsletter-block.border-style h2 {
  font-size: 1.75rem;
}

.category-item {
  box-shadow: 0 3px 12px rgba(0, 0, 0, .10);
  padding: 0.8rem 2rem;
}

/* Custom radio button */
.radio { 
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkround {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff ;
  border-color:#969696;
  border-style:solid;
  border-width:2px;
  border-radius: 50%;
}

.radio input:checked ~ .checkround {
  background-color: #fff;
}

.checkround:after {
  content: "";
  position: absolute;
  display: none;
}

.radio input:checked ~ .checkround:after {
  display: block;
}

.radio .checkround:after {
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background:var(--primary-color);
}

.primary-color .section-title h2 {
  font-size: 1.65rem;
}

.commented-item {
  position: relative;
  background: #fff;
  border-color:#ececec !important;
}

.commented-item:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #ececec;
  transform: rotate(45deg);
  z-index: -1;
}

.commented-item em {
  color: #000;
}

.commended-author img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.commended-author span {
  color: #666666;
  font-size: 0.95rem;
  font-weight: bold;
  margin-top: 5px;
}

.overlay-style.alternate .post-block {
  margin: 0;
}

.overlay-style.alternate .post-content {
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.border-dots .owl-controls{
  margin: 0
}
.border-dots .owl-dot span {
  background: #fff!important;
  width: 8px!important;
  box-shadow: none !important;
  position: relative;
}

.border-dots .owl-dot.active span{ 
  background: #fff!important;
  width: 8px!important;
  box-shadow: none !important;
  overflow: visible;
}
.border-dots  .owl-dot.active span:after{
  background-color: transparent!important;
    border: solid 1.5px #fff;
    padding: 5.5px;
    width: 100%;
    border-radius: 50%;
    position: absolute;
    top: -3.2px;
    left: -3.2px;
}
.shadow-dots .owl-controls{
  margin: 0
}
.shadow-dots .owl-dot{
  flex-direction: column;
}
.shadow-dots .owl-dot span {
  background: #fff!important;
  width: 8px!important;
  box-shadow: none !important;
  position: relative;
}
.shadow-dots  .owl-dot.active span{
  background: #fff!important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.45) !important
}
.shadow-dots  .owl-dot.active span::after{
  background: #fff!important;
}

.overlay-style.alternate .post-image {
  height: 280px;
}

.overlay-style.alternate .post-large .post-image {
  height: 560px;
}

.primary-color .text-white h3 a:hover {
  color: var(--primary-color) !important;
}

.bg-black .btn {
  color: #fff;
}

.dark-blue-color .post-block h3 {
  font-size: 1rem;
  line-height: 1.4;
}

.dark-blue-color .post-large h3 {
  font-size: 1.45rem;
}

.border, .border-top, .border-left, .border-right, .border-bottom {
  border-color: #eaeaea !important;
}

.dark-blue-color .blog-section .post-block h3, .dark-blue-color .business-stories .post-block h3, 
.dark-blue-color .politics-stories .post-block h3, .dark-blue-color .technology-stories .post-block h3, 
.dark-blue-color .life-style-stories .post-block h3, .dark-blue-color .sports-stories .post-block h3,
.dark-blue-color .fashion-stories .post-block h3 {
  font-family:Gelasio;
}
  
  @media (max-width: 1199.98px) {
    /* .megamenu {
      width: 100%;
    } */
    .megamenu .dropdown-menu {
      width: 100%;
      background-image: none !important;
    }
    .megamenu .container {
      width: 100%;
      padding: 0;
    }
  }
  
  @media (max-width: 991.98px) { 
    body {
      font-size: 0.9rem;
    }
    .dropdown-toggle:after {
      font-size: 0.7rem;
    }
    .navbar-collapse {
      overflow-y: scroll;
      max-height: 350px;
      box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      background: #ffffff;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      z-index: 100;
    }
    .navbar-nav .nav-link {
      font-size: 0.75rem;
      padding: 0;
    }
    .navbar-nav .dropdown-menu {
      box-shadow: none;
      padding-top: 0;
    }
    .navbar-nav .dropdown-menu:before {
      content: none;
    }
    .navbar-nav .nav-item {
      border-bottom: 1px solid rgba(0, 0, 0, .075);
      padding: 0 22px;
      position: relative;
    }
    .navbar-nav .dropdown-toggle::after {
      position: absolute;
      right: 30px;
    }
    .navbar-nav .nav-item.dropdown.show > .dropdown-toggle::after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    .navbar-nav .dropdown-submenu .dropdown-menu {
      padding-left: 20px;
      padding-bottom: 0px;
    }    

    .header-1 .navbar-nav .nav-link {
      color: var(--secondary-color);
    }
    .header-1 .navbar-nav .show > .nav-link, .header-1 .navbar-nav .active > .nav-link, .header-1 .navbar-nav .nav-link.show, .header-1 .navbar-nav .nav-link.active {
      color: var(--primary-color);
    }
    .dropdown-item {
      font-size: 0.9rem;
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .close {
      line-height: 0.6;
    }
  
    .alert-style-1 .alert .close {
      line-height: 0.5;
    }
  
    .contact-form-1 {
      padding: 3rem 2.5rem;
    }
  
    .contact-form-content {
      padding: 5rem 1.5rem 4rem 1.5rem;
    }
  
    .list-group-circle-icon i {
      top: 12px;
    }
  
    .list-group-check-icon li {
      padding-left: 30px;
    }
  
    .list-group-check-icon i {
      font-size: 16px;
      top:7px;
    }
  
    .list-group-circle-checked-icon i {
      font-size: 13px;
    }
  
    .list-group-long-arrow-icon i {
      font-size: 20px;
      top:6px;
    }
  
    .list-group-caret-icon i {
      top:7px;
    }  

    .nav-tab-line .nav-link.active:after {
      bottom: 0;
    }

    .custom-tab .nav-tabs { 
      position: relative;
    }

    .arrow-md-none.owl-carousel .owl-nav [class*="owl-"] {
      display: none;
    }

    .newsletter-block.border-style.alternate {
      padding: 2rem;
    }

    .header-5 .navbar-middle {
      padding: 15px 0;
    }

    .header-5 .navbar {
      padding-bottom: 10px;
    }

    .view-all .btn {
      font-size: 0.85rem;
      padding: 0.3rem 0.6rem;
      min-width: auto;
    }

    .tags.skin-dark-blue a {
      min-width: auto;
    }

    .trending-now .post-block:not(.post-center) .post-content h3, .top-stories.alternate .post-block:not(.post-center) .post-content h3, .text-post .post-item h3 {
      font-size: 1.15rem;
    }

    .primary-color .section-title h2 {
      font-size: 1.35rem;
    }

    .checkround {
      top:1px;
    }
  }
  
  @media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
      top: 120%;
      visibility: hidden;
      opacity: 0;
      display: block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 5px 10px rgb(0 0 0 / 25%);
    }
    .navbar-nav .dropdown:hover > .dropdown-menu {
      top: 100%;
      visibility: visible;
      opacity: 1;
    }
    .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
      top: 0;
      visibility: visible;
      opacity: 1;
    }
    .dropdown-submenu {
      position: relative;
    }
    .dropdown-submenu .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
      margin-top: 0rem;
      max-height: 230px;
      overflow-y: scroll;
    }
    .header-4 .navbar-brand .navbar-brand-item {
      height: 35px;
    }

    .header-4 .navbar-middle {
      padding: 35px 0;
    }

    .top-blog .row {
      margin-left: -8px;
      margin-right: -8px;
    }

    .top-blog .blog-post .post-image {
      height: 130px;
    }

    .col-md-5th {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      padding: 0 6px;
    }

    .header-3 .navbar-nav .nav-item {
      padding-right: 1.8rem;
    }
    .header-3 .navbar-nav .nav-item.active .nav-link:before {
      content: '';
      width: 100%;
      background: var(--skin3-color);
      height: 4px;
      position: absolute;
      bottom: 0;
      left:0;
    }    

    .banner-section .row, .overlay-style.alternate .row {
      margin-left:-35px;
      margin-right:-35px;
    }
  }

  @media (min-width: 767.98px) {
    .post-custom .post-block {
      margin: 3px;
    }

    .custom-row {
      margin-left:-7px;
      margin-right:-7px;
    }

    .custom-row [class*='col-'] {
      padding-left:7px;
      padding-right:7px;
    }   
    
    .overlay-style.alternate .custom-row {
      margin-left:-5px;
      margin-right:-5px;
    }

    .overlay-style.alternate .custom-row [class*='col-'] {
      padding-left:5px;
      padding-right:5px;
    }  

    .primary-color .custom-row {
      margin-left:-10px;
      margin-right:-10px;
    }

    .custom-row [class*='col-'] {
      padding-left:10px;
      padding-right:10px;
    }   
  }

  @media (max-width: 767.98px) {
    .banner-slider .nav {
      position: relative;
      background:#000;
    }

    .banner-slider .nav li {
      flex: 50%;
    }

    .banner-slider .carousel-content {
      width: 85%;
    }

    .post-image.h-500 {
      height: 350px;
    }

    .blog-carousel .post-content h3 {
      font-size: 1.1rem;
      margin-right: 0;
    }

    .breaking-news-inner {
      display: block !important;
    }

    .breaking-news .news-content {
      padding: 5px 0;
    }
  }
  
  @media (max-width: 575.98px) { 
    .navbar-middle {
      padding: 10px 0;
    }

    .nav-tabs .nav-link {
      margin-bottom: 0.5rem;
    }

    .nav-tab-bordered .nav-link {
      margin-bottom: 0;
    }
  
    .accordion-content {
      padding-right: 25px;
    }
  
    .alert-box {
      padding: 0;
    }
  
    .alert {
      padding-left: 60px;
    }

    .post-custom .post-full-width .post-content h3 {
      font-size: 1.2rem;
    }
    
  }


  /*Extra small devices*/
  @media (max-width: 575.98px) {
    .footer .available-on img{
      margin: auto;
    }
    .footer h4, .footer h5, .footer h6, .footer li a{
      text-align: center;
    }
    .navbar-nav .dropdown-menu .dropdown-item{
      padding: 5px 0;
    }
    .header-1 .navbar-nav .nav-link:hover, .header-1 .navbar-nav .nav-link:focus{
      color: #000;
    }
    .header-2 .navigation-wrapper{
      margin-left: auto;
      justify-content: flex-end;
    }
    .header-5 .navbar-expand-lg .navbar-nav .nav-link,
    .header-4 .navbar-nav .nav-link {
      padding: 10px 0 10px 0;
      line-height: 26px;
    }
    .header-4 .navbar-expand-lg{
      padding: 15px;
    }
    .header-1 .navbar,
    .navbar-nav .nav-item,
    .header-3 .navbar-expand-lg{
      padding: 0 15px;
    }
    .header-3 .navbar-nav .nav-link{
      color: #000;
    }
    .header-3 .navbar-nav .nav-link:hover, .header-3 .navbar-nav .nav-link:focus, .header-3 .dropdown-item:focus, .header-3 .dropdown-item:hover{
      color: var(--primary-color);
    }
    .header-1 .navbar-middle,
    .header-2 .navbar-middle{
      padding:0;
    }
    .header-1 .navbar-middle-inner,
    .header-2 .navbar-middle-inner,
    .header-5 .navbar-middle-inner{
      padding: 10px 0;
      justify-content: center!important;
    }
    .header-5 .navbar{
      padding: 8px 15px;
    }
    .header-5 .navbar-middle{
      padding: 0;
    }
    .header-5 .social-icons li a:last-child{
      padding-right: 0;
    }
    .header-3 .navbar-expand-lg .container,
    .header-5 .navbar-expand-lg .container{
      margin: 0
    }
    .navbar-nav .dropdown-toggle::after{
      right: 15px;
    }
    .header-1 .navbar-nav .dropdown-toggle::after{
      right: 0;
    }
    .video-style-2 .post-content{
      width: 100%;
      padding: 0 10px;
    }
    .video-style-2 h3 {
      font-size: 20px;
      line-height: 24px;
    }
    .owl-carousel .owl-nav,
    .carousel-style-2 .owl-nav{
      width: 100px!important;
    }
    .owl-carousel .owl-dots{
      display: none!important;
    }
    .contact-style-1 .content h3,
    .contact-style-1 .contact-detail i{
      margin-top: 30px;
    }
    .subscribe-card .block .form-control{
      border:solid 1.5px #cecece;
      margin-bottom: 15px;
    }
    .subscribe-card .block .form-group{
      border: none;
      justify-content: center;
    }
    .pt-section, .inner-page {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .contact-style-2 .overlay-form{
      position: unset;
    }

    .contact-style-2 .item{
      margin-bottom: 30px;
    }
    .contact-style-2 .details{
      padding-top: 0;
    }
    .error-page h1{
      font-size: 24px;
    }
    .error-page h2{
      line-height: 130px;
      font-size: 140px;
      letter-spacing: 0px;
    }
    .error-page p{
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 40px;
      border: none;
    }
    .error-page a{
      margin: 10px;
    }
    .error-page.pt-section{
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    .team .item .profile-image{
      height: 250px;
    }
    .carousel-style-4 .item{
      padding:0;
    }
    .carousel-style-2 .carousel-image img{
      height: 200px;
    }
    .advertisement .contact-form-content{
      min-height: 200px;
    }
    .advertisement .contact-form-content p{
      margin-bottom: 0;
    }
    .pricing-box{
      margin-bottom: 30px;
    }
    .login .contact-form-content {
      padding: 3rem 1rem;
      min-height: 200px;
    }
    .maintenance_mode h2,
    .coming-soon h2{
      font-size:30px;
    }
    .maintenance-footer .contact p{
      display: flex;
      flex-direction: column;
    }
    #clockdiv{
      flex-direction: column;
    }
    #clockdiv .break-point{
      display: none;
    }
    #clockdiv .cs-date .smalltext{
      margin-bottom: 20px;
    }
    #clockdiv .cs-date:last-child .smalltext{
      margin-bottom: 0;
    }
    .share-article{
      margin-bottom: 30px;
      margin-right: 0;
    }
    .share-article a{
      border-bottom: solid 1px rgb(0 0 0 / 10%);
    }
    .content-with-sidebar .subscribe-card .block,
    .content-bottom .subscribe-card .block {
      padding: 29px 10px;
    }
    .ad-block img{
      width: 100%;
    }
    .image-article .post-image img{
      min-height: 590px;
      object-fit: cover;
    }
    .style-7 .tab-content{
      border: none;
    }
    .style-7 .nav-tab-bordered.primary-top .nav-link,
    .style-7 .nav-tab-bordered.primary-top .nav-link:hover{
      border: none;
    }
    .style-7 .nav-tab-bordered.primary-top .nav-link.active{
      border-top: solid 3px var(--primary-color);
    }
    .style-7 .nav-tabs .nav-link{
      padding: 0.5rem 1.2rem;
    }
    .nav-tab-bordered.primary-top{
      border-bottom: none;
    }
    .footer .available-on .images{
      display: flex;
      flex-direction: column;
      margin: auto;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
    .footer .available-on img{
      margin-bottom: 10px;
    }
    #search_page .search-form{
      width: 100%;
    }
    #search_page .search-form .form-type-search{
      margin-right: 0;
    }
    .Exp-serach.Exp-serach-open, .no-js .Exp-serach {
      width: 75%;
    }
    .header-2 .navigation-wrapper{
      margin-right: 0;
    }
    .entity-pager-list a{
      font-size: 13px;
    }
    .gallery-article .slider .owl-item img{
      height: 500px;
    }
    .gallery-article .post-content .content{
      height: 500px;
    }
    .article-top{
      margin-bottom: 30px;
    }
    .subscribe.style-1 .subscribe-card{
      padding: 50px 0px 0;
    }
    .categories-list .item{
      padding-bottom: 15px;
      border-bottom: solid 1px rgba(0,0,0, 30%);
    }
    .categories-list .item.list{
      flex-direction: column;
    }
    .categories-list .item.list .post-image{
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 15px;
    }
    .decline-button, .eu-cookie-compliance-default-button:active{
      right: -25px;
      top: -15px;
    }
    .inline-tags h3{
      margin-bottom: 30px;
    }
    .inline-tags ul li{
      margin-bottom: 10px;
    }
    .google-ad img{
      width: 100%;
    }
    .custom-filter-1 .form-radios{
      flex-direction: column;
      text-align: center;
      margin-bottom: 15px;
    }
    #edit-field-tags-target-id{
      padding-left: 0;
    }
    .custom-filter-1 .form-radios .radio{
      padding-bottom: 20px;
    }
    .latest-stories-style-1 .overlay-content .post-content {
      bottom: 50px;
    }
    .breaking-news-2 .pr-0{
      padding-left: 0!important;
    }
    .breaking-news-2.breaking-news-card .item{
      padding-right: 0;
      padding: 10px;
      flex-direction: column;
    }
    .breaking-news-2 .owl-stage-outer{
      padding: 0;
      border: none;
    }
    .breaking-news-2.breaking-news-card .owl-carousel .owl-nav .owl-next,
    .breaking-news-2.breaking-news-card .owl-carousel .owl-nav .owl-prev{
      border-top: solid 1px #aeaeae;
      border-bottom: solid 1px #aeaeae;
    }
    .breaking-news-2.breaking-news-card .owl-carousel .owl-nav [class*="owl-"]{
      width: 20px;
      height: 24px;
    }
    .breaking-news-2.breaking-news-card .owl-carousel .owl-nav .owl-prev{
      right: 35px;
    }
    .owl-carousel .owl-nav [class*="owl-"]{
      bottom: 0;
    }
    .slider-2.owl-carousel .owl-nav{
      left:-50px;
    }
    .owl-carousel .owl-nav .owl-prev{
      left: 12px;
    }
    .btn-shadow {
      min-width: 150px;
    }
    .custom-filter-2 .form-row{
      position: unset;
    }
    .custom-filter-2 .form-radios .radio{
      padding: 5px;
    }
    .custom-filter-2 .form-radios{
      flex-direction: column;
      text-align: center;
    }
    .custom-filter-2 .form-row>fieldset, .form-row>div{
      width: 100%;
      margin-bottom: 0!important;
    }
    .full .video-style-2 .post-image{
      height: 450px;
    }
    .slider .owl-carousel .owl-nav [class*="owl-"]{
      bottom: 0;
    }
    .post-block.list-style-3 h5:before{
      left: 15px;
    }
    .blog-post.default.style-3{
      margin-bottom: 20px;
    }
    .video-style-2.alternate{
      margin-bottom: 1rem;
    }
    .top-blog .col-md-5th{
      margin-bottom: 1rem;
    }
    .breaking-news-3 .item{
      flex-direction: column;
    }
    .video-style-2.alternate-post.mini{
      margin-bottom: 20px;
    }
    .video-style-2.alternate-2 .post-content{
      width: 100%;
      padding: 30px 25px;
    }
    .video-style-2.alternate-2.large{
      margin:15px 0;
    }
    .video-style-2.alternate-2 .post-image{
      height: 380px;
    }
    .video-style-2.alternate-2 .play-icon i{
      font-size: 2rem;
    }
    .slider-4 .nav-tabs {
      padding: 15px 15px;
      display: flex;
      flex-direction: column;
    }
    .slider-4 .nav-tabs li{
      margin-bottom: 10px;
    }
    .slider-4 .nav-tabs li:last-child{
      margin-bottom: 0;
    }
    .post-large.style-5{
      margin-bottom: 20px;
    }
    .breaking-news-5 h5:after{
      display: none;
    }
    .breaking-news-5 .bn-wrapper{
      flex-direction: column;
    }
    .breaking-news-5 .bn-title {
      margin-right: 0rem;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .slider-5.owl-carousel .owl-dots{
      display: none;
    }
    .breaking-news-5 .bn-content {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .home-5 .btn-primary{
      margin: auto;
      display: table;
    }
    .list-s-5.with-image .list {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .list-s-5.with-image .content{
      width: unset; 
    }
    .video-style-5.mini{
      margin-bottom: 15px;
    }
    .e-slider .item img{
      height: 500px;
      padding: 15px 15px;
    }
    .e-slider.owl-carousel .owl-nav{
      bottom: -50px;
    }
    .e-slider.owl-carousel .owl-nav .owl-next {
      right: 0;
    }
    .e-slider.owl-carousel .owl-nav .owl-prev {
      left: 0;
    }
    .slider-counter{
      text-align: right;
      margin-top: 20px;
    }
    .home-5.sidebar .sidebar-block{
      margin-top: 40px;
    }
    .col-md-6:nth-last-child(1) .blog-post.default.mini.style-4, .col-md-6:nth-last-child(2) .blog-post.default.mini.style-4, .col-md-6:nth-last-child(3) .blog-post.default.mini.style-4{
      margin-bottom: 10px;
    }
    .list-post.style-5 .post-image{
      margin-bottom: 10px;
    }
    .poll-question{
      margin-top: 50px;
    }
    .slider-2.owl-carousel .owl-nav .owl-next {
      right: 20px;
    }
    .slider-3 .post-block.post-large.style-3,
    .slider-1 .item,
    #block-views-block-articles-homepage-1-block-2 .item,
    #block-views-block-articles-homepage-1-block-3 .item
    {
      margin-bottom: 10px;
    }
    .slider-3  .item,
    .featured-s2 .blog-post.default .post-image{
      margin-bottom: 10px;
    }
    .gallery-article .slider .owl-dots{
      display: none!important;
    }
    .content-bottom .subscribe.style-1 .subscribe-card{
      margin-bottom: 50px;
    }
  }

  /*Small devices (landscape phones, 576px and up)*/
  @media (min-width: 576px) and (max-width: 767.98px) { 
    .footer .available-on img{
      margin: auto;
    }
    .footer h4, .footer h5, .footer h6, .footer li a{
      text-align: center;
    }
    .navbar-nav .dropdown-menu .dropdown-item{
      padding: 5px 0;
    }
    .header-1 .navbar-nav .nav-link:hover, .header-1 .navbar-nav .nav-link:focus{
      color: #000;
    }
    .header-2 .navigation-wrapper{
      margin-left: auto;
      justify-content: flex-end;
    }
    .header-5 .navbar-expand-lg .navbar-nav .nav-link,
    .header-4 .navbar-nav .nav-link {
      padding: 10px 0 10px 0;
      line-height: 26px;
    }
    .header-4 .navbar-expand-lg{
      padding: 15px;
    }
    .header-1 .navbar,
    .navbar-nav .nav-item,
    .header-3 .navbar-expand-lg{
      padding: 0 15px;
    }
    .header-3 .navbar-nav .nav-link{
      color: #000;
    }
    .header-3 .navbar-nav .nav-link:hover, .header-3 .navbar-nav .nav-link:focus, .header-3 .dropdown-item:focus, .header-3 .dropdown-item:hover{
      color: var(--primary-color);
    }
    .header-1 .navbar-middle,
    .header-2 .navbar-middle{
      padding:0;
    }
    .header-1 .navbar-middle-inner,
    .header-2 .navbar-middle-inner,
    .header-5 .navbar-middle-inner{
      padding: 15px 0;
      justify-content: center!important;
    }
    .header-5 .navbar{
      padding: 8px 15px;
    }
    .header-5 .navbar-middle{
      padding: 0;
    }
    .header-5 .social-icons li a:last-child{
      padding-right: 0;
    }
    .header-3 .navbar-expand-lg .container,
    .header-5 .navbar-expand-lg .container{
      margin: 0
    }
    .navbar-nav .dropdown-toggle::after{
      right: 15px;
    }
    .header-1 .navbar-nav .dropdown-toggle::after{
      right: 0;
    }
    .video-style-2 .post-content{
      width: 100%;
      padding: 0 10px;
    }
    .video-style-2 h3 {
      font-size: 20px;
      line-height: 24px;
    }
    .owl-carousel .owl-nav,
    .carousel-style-2 .owl-nav{
      width: 80px!important;
    }
    .owl-carousel .owl-dots{
      display: none!important;
    }
    .contact-style-1 .content h3,
    .contact-style-1 .contact-detail i{
      margin-top: 30px;
    }
    .subscribe-card .block .form-control{
      border:solid 1.5px #cecece;
      margin-bottom: 15px;
    }
    .subscribe-card .block .form-group{
      border: none;
      justify-content: center;
    }
    .pt-section, .inner-page {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .contact-style-2 .overlay-form{
      position: unset;
    }

    .contact-style-2 .item{
      margin-bottom: 30px;
    }
    .contact-style-2 .details{
      padding-top: 0;
    }
    .error-page h1{
      font-size: 24px;
    }
    .error-page h2{
      line-height: 130px;
      font-size: 140px;
      letter-spacing: 0px;
    }
    .error-page p{
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 40px;
      border: none;
    }
    .error-page a{
      margin: 10px;
    }
    .error-page.pt-section{
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    .team .item .profile-image{
      height: 250px;
    }
    .carousel-style-4 .item{
      padding:0;
    }
    .carousel-style-2 .carousel-image img{
      height: 200px;
    }
    .pricing-box{
      margin-bottom: 30px;
    }
    .login .contact-form-content {
      padding: 3rem 1rem;
      min-height: 200px;
    }
    .maintenance_mode h2,
    .coming-soon h2{
      font-size:30px;
    }
    .maintenance-footer .contact p{
      display: flex;
      flex-direction: column;
    }
    #clockdiv{
      flex-direction: column;
    }
    #clockdiv .break-point{
      display: none;
    }
    #clockdiv .cs-date .smalltext{
      margin-bottom: 20px;
    }
    #clockdiv .cs-date:last-child .smalltext{
      margin-bottom: 0;
    }
    .share-article{
      margin-bottom: 30px;
      margin-right: 0;
    }
    .share-article a{
      border-bottom: solid 1px rgb(0 0 0 / 10%);
    }
    .content-with-sidebar .subscribe-card .block,
    .content-bottom .subscribe-card .block {
      padding: 29px 10px;
    }
    .ad-block img{
      width: 100%;
    }
    .image-article .post-image img{
      min-height: 600px;
      object-fit: cover;
    }
    .style-7 .tab-content{
      border: none;
    }
    .style-7 .nav-tab-bordered.primary-top .nav-link,
    .style-7 .nav-tab-bordered.primary-top .nav-link:hover{
      border: none;
    }
    .style-7 .nav-tab-bordered.primary-top .nav-link.active{
      border-top: solid 3px var(--primary-color);
    }
    .style-7 .nav-tabs .nav-link{
      padding: 0.5rem 1.2rem;
    }
    .nav-tab-bordered.primary-top{
      border-bottom: none;
    }
    .footer .available-on .images{
      display: flex;
      flex-direction: column;
      margin: auto;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
    .footer .available-on img{
      margin-bottom: 10px;
    }
    #search_page .search-form{
      width: 100%;
    }
    #search_page .search-form .form-type-search{
      margin-right: 0;
    }
    .Exp-serach.Exp-serach-open, .no-js .Exp-serach {
      width: 75%;
    }
    .header-2 .navigation-wrapper{
      margin-right: 0;
    }
    .entity-pager-list a{
      font-size: 13px;
    }
    .gallery-article .slider .owl-item img{
      height: 500px;
    }
    .gallery-article .post-content .content{
      height: 500px;
    }
    .article-top{
      margin-bottom: 30px;
    }
    .subscribe.style-1 .subscribe-card{
      padding: 50px 0px 0;
    }
    .categories-list .item{
      padding-bottom: 15px;
      border-bottom: solid 1px rgba(0,0,0, 30%);
    }
    .categories-list .item.list{
      flex-direction: column;
    }
    .categories-list .item.list .post-image{
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 15px;
    }
    .decline-button, .eu-cookie-compliance-default-button:active{
      right: -25px;
      top: -15px;
    }
    .google-ad img, .ad-block img{
      width: 100%
    } 
    .inline-tags h3{
      margin-bottom: 30px;
    }
    .inline-tags ul li{
      margin-bottom: 10px;
    }
    .google-ad img{
      width: 100%;
    }
    .custom-filter-1 .form-radios{
      flex-direction: column;
      text-align: center;
      margin-bottom: 15px;
    }
    #edit-field-tags-target-id{
      padding-left: 0;
    }
    .custom-filter-1 .form-radios .radio{
      padding-bottom: 20px;
    }
    .latest-stories-style-1 .overlay-content .post-content {
      bottom: 50px;
    }
    .breaking-news-2 .pr-0{
      padding-left: 0!important;
    }
    .breaking-news-2.breaking-news-card .item{
      padding-right: 0;
      padding: 10px;
      flex-direction: column;
    }
    .breaking-news-2 .owl-stage-outer{
      padding: 0;
      border: none;
    }
    .breaking-news-2.breaking-news-card .owl-carousel .owl-nav .owl-next,
    .breaking-news-2.breaking-news-card .owl-carousel .owl-nav .owl-prev{
      border-top: solid 1px #aeaeae;
      border-bottom: solid 1px #aeaeae;
    }
    .breaking-news-2.breaking-news-card .owl-carousel .owl-nav [class*="owl-"]{
      width: 20px;
      height: 24px;
    }
    .breaking-news-2.breaking-news-card .owl-carousel .owl-nav .owl-prev{
      right: 35px;
    }
    .slider-2.owl-carousel .owl-nav{
      left:-50px;
    }
    .owl-carousel .owl-nav .owl-prev{
      left: 12px;
    }
    .btn-shadow {
      min-width: 150px;
    }
    .custom-filter-2 .form-row{
      position: unset;
    }
    .custom-filter-2 .form-radios .radio{
      padding: 5px;
    }
    .custom-filter-2 .form-radios{
      flex-direction: column;
      text-align: center;
    }
    .custom-filter-2 .form-row>fieldset, .form-row>div{
      width: 100%;
      margin-bottom: 0!important;
    }
    .full .video-style-2 .post-image{
      height: 450px;
    }
    .owl-carousel .owl-nav [class*="owl-"]{
      bottom: 0;
    }
    .post-block.list-style-3 h5:before{
      left: 15px;
    }
    .blog-post.default.style-3{
      margin-bottom: 20px;
    }
    .video-style-2.alternate{
      margin-bottom: 1rem;
    }
    .top-blog .col-md-5th{
      margin-bottom: 1rem;
    }
    .breaking-news-3 .item{
      flex-direction: column;
    }
    .slider-4 .nav-tabs {
      padding: 15px 15px;
      display: flex;
      flex-direction: column;
    }
    .slider-4 .nav-tabs li{
      margin-bottom: 10px;
    }
    .slider-4 .nav-tabs li:last-child{
      margin-bottom: 0;
    }
    .breaking-news-5 h5:after{
      display: none;
    }
    .breaking-news-5 .bn-wrapper{
      flex-direction: column;
    }
    .breaking-news-5 .bn-title {
      margin-right: 0rem;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .slider-5.owl-carousel .owl-dots{
      display: none;
    }
    .breaking-news-5 .bn-content {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .home-5 .btn-primary{
      margin: auto;
      display: table;
    }
    .list-s-5.with-image .list {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .list-s-5.with-image .content{
      width: unset; 
    }
    .home-5.sidebar{
      margin-top: 50px;
    }
    .video-style-5.mini{
      margin-bottom: 15px;
    }
    .e-slider .item img{
      height: 500px;
      padding: 15px 15px;
    }
    .e-slider.owl-carousel .owl-nav{
      bottom: -50px;
    }
    .e-slider.owl-carousel .owl-nav .owl-next {
      right: 0;
    }
    .e-slider.owl-carousel .owl-nav .owl-prev {
      left: 0;
    }
    .slider-counter{
      text-align: right;
      margin-top: 20px;
    }
    .home-5.sidebar .sidebar-block{
      margin-top: 40px;
    }
    .col-md-6:nth-last-child(1) .blog-post.default.mini.style-4, .col-md-6:nth-last-child(2) .blog-post.default.mini.style-4, .col-md-6:nth-last-child(3) .blog-post.default.mini.style-4{
      margin-bottom: 10px;
    }
    .list-post.style-5 .post-image{
      margin-bottom: 10px;
    }
    .poll-question{
      margin-top: 50px;
    }
    .slider-2.owl-carousel .owl-nav .owl-next {
      right: 20px;
    }
    .featured-s2 .blog-post.default.style-2 .post-image {
      height: 160px;
      margin-bottom: 10px;
    }
    .slider-3 .post-block.post-large.style-3,
    .slider-1 .item,
    #block-views-block-articles-homepage-1-block-2 .item,
    #block-views-block-articles-homepage-1-block-3 .item
    {
      margin-bottom: 10px;
    }
    .slider-3  .item,
    .featured-s2 .blog-post.default .post-image{
      margin-bottom: 10px;
    }
    .gallery-article .slider .owl-dots{
      display: none!important;
    }
    .content-bottom .subscribe.style-1 .subscribe-card{
      margin-bottom: 50px;
    }
  }

  /*Medium devices (tablets, 768px and up)*/
  @media (min-width: 768px) and (max-width: 991.98px) { 

    .content-bottom .subscribe.style-1 .subscribe-card{
      margin-bottom: 50px;
    }
    .navbar-toggler{
      padding-left: 15px;
    }
    .google-ad img, .ad-block img{
      width: 100%
    } 
    .footer .available-on img{
      margin-bottom: 30px;
    }
    .navbar-nav .dropdown-menu .dropdown-item{
      padding: 5px 0;
    }
    .header-1 .navbar-nav .nav-link:hover, .header-1 .navbar-nav .nav-link:focus{
      color: #000;
    }
    .header-5 .navbar-expand-lg .navbar-nav .nav-link {
      padding: 10px 0 10px 0;
    }
    .header-3 .navbar-nav .nav-link{
      color: #000;
    }
    .header-1 .navbar-nav .nav-link:hover, .header-1 .navbar-nav .nav-link:focus{
      color: #000;
    }
    .header-2 .navigation-wrapper{
      margin-right: unset;
      justify-content: flex-end;
    }
    .header-2 .Exp-serach.Exp-serach-open, .header-2 .no-js .Exp-serach{
      width: 100%;
    }
    .header-2 #search-block-form{
      padding: 3.5px 10px;
    }
    .header-5 .navbar-expand-lg .navbar-nav .nav-link,
    .header-4 .navbar-nav .nav-link {
      padding: 10px 0 10px 0;
      line-height: 26px;
    }
    .header-4 .navbar-expand-lg{
      padding: 15px;
    }
    .header-1 .navbar,
    .navbar-nav .nav-item,
    .header-3 .navbar-expand-lg{
      padding: 0 15px;
    }
    .header-3 .navbar-nav .nav-link{
      color: #000;
    }
    .header-3 .navbar-nav .nav-link:hover, .header-3 .navbar-nav .nav-link:focus, .header-3 .dropdown-item:focus, .header-3 .dropdown-item:hover{
      color: var(--primary-color);
    }
    .header-1 .navbar-middle,
    .header-2 .navbar-middle{
      padding:0;
    }
    .header-1 .navbar-middle-inner,
    .header-2 .navbar-middle-inner,
    .header-5 .navbar-middle-inner{
      padding: 20px 0;
      justify-content: center!important;
    }
    .header-5 .navbar{
      padding: 8px 15px;
    }
    .header-5 .navbar-middle{
      padding: 0;
    }
    .header-5 .social-icons li a:last-child{
      padding-right: 0;
    }
    .header-3 .navbar-expand-lg .container,
    .header-5 .navbar-expand-lg .container{
      margin: 0
    }
    .navbar-nav .dropdown-toggle::after{
      right: 15px;
    }
    .header-1 .navbar-nav .dropdown-toggle::after{
      right: 0;
    }
    .breaking-news-card p{
      width: 80%;
    }
    .subscribe-card .block {
      padding: 29px 120px;
    }
    .contact-style-2 .details{
      padding-top: 26rem;
    }
    .error-page.pt-section{
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
    .team .item .profile-image{
      height: 300px;
    }
    .maintenance-footer .contact p a:first-child{
      margin-right: 20px;
    }
    .popular-stories .post-block .post-image{
      height: 130px;
    }
    .block-style-1 .post-block img {
      height: 330px!important;
      object-position: center;
    }
    .pt-section.sidebar{
      padding-top: 0;
    }
    .sidebar .ad-block{
      text-align: center;
    }
    .share-article{
      margin-bottom: 30px;
      margin-right: 0;
    }
    .share-article a{
      border-bottom: solid 1px rgb(0 0 0 / 10%);
    }
    .content-with-sidebar .subscribe-card .block,
    .content-bottom .subscribe-card .block {
      padding: 30px;
    }
    .ad-block img{
      width: 100%;
    }
    .image-article .post-image img{
      min-height: 600px;
      object-fit: cover;
    }
    .footer .available-on .images{
      display: flex;
      flex-direction: column;
      margin: auto;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
    .footer .available-on img{
      margin-bottom: 10px;
    }
    .Exp-serach.Exp-serach-open, .no-js .Exp-serach{
      width: 30%;
    }
    #search_page .search-form{
      width: 100%;
    }
    #search_page .search-form .form-type-search{
      margin-right: 0;
    }
    .owl-carousel .owl-nav{
      width: 100px;
    }
    .owl-carousel .owl-nav{
      width: 100px;
    }    
    .slider-5.owl-carousel .owl-nav{
      width: 100%;
    }
    .slider-5.owl-carousel .owl-nav{
      bottom: 0;
    }
    .nav-tabs .nav-link {
      padding:0.35rem 1rem;
    }
    .gallery-article .post-content .content h2{
      width: 80%;
    }
    .login .contact-form-content{
      padding:0 20px;
    }
    .categories-list .item.list .content{
      padding-left: 30px;
    }
    .team .col-md-6:nth-last-child(1) .item{
      margin-bottom: 0;
    } 
    .team .col-md-6:nth-last-child(2) .item{
      margin-bottom: 0;
    } 
    .decline-button, .eu-cookie-compliance-default-button:active{
      right: -60px;
      top: 0px;
    }
    .custom-filter-1 .form-radios .radio{
      padding: 0 10px;
    }
    .inline-tags h3{
      margin-bottom: 30px;
    }
    .inline-tags ul li{
      margin-bottom: 10px;
    }
    .breaking-news-2 .pr-0{
      padding-left: 0!important;
    }
    .breaking-news-2 .pl-0{
      padding-right: 0!important;
    }
    .breaking-news-2 .owl-stage-outer{
      border: none;
      padding: 10px;
      padding-left: 0;
    }
    .breaking-news-2.breaking-news-card .item {
      padding-right: 140px;
    }
    .breaking-news-2.breaking-news-card .owl-carousel .owl-nav .owl-prev,
    .breaking-news-2.breaking-news-card .owl-carousel .owl-nav .owl-next{
      border-top: solid 1px #aeaeae;
      border-bottom: solid 1px #aeaeae;
    }
    .block-counter-style.dont-missit .post-block span{
      font-size: 12px;
    }
    .post-mini-s2 .post-image,
    .popular-style-2 .blog-post.full img,
    .block-counter-style .post-block.default img{
      height: 360px;
    }
    .block-counter-style .post-block.list .count-wrap{
      -ms-flex: 0 0 7.5%;
      flex: 0 0 7.5%;
      max-width: 7.5%;
    }
    .block-counter-style .post-block.list .info{
      padding-top: 3px;
    }
    .block-counter-style .post-block.default .info{
      justify-content: space-between;
    }
    .owl-carousel .owl-nav [class*="owl-"]{
      bottom: 0;
    }
    .top-blog .col-md-5th{
      margin-bottom: 1rem;
    }
    .breaking-news-3 .post-tag{
      line-height: 50px;
    }
    .post-block.list-style-3 h5:before{
      left: 10px;
    }
    .post-block.light-version.style-3 .post-content{
      border-bottom: none;
    }
    .video-style-2.alternate.large .post-image{
      height: 175px;
    }
    .video-style-2.alternate.large .post-content {
    padding: 10px 15px;
    }
    .video-style-2.alternate.large h3 {
      font-size: 16px;
      line-height: 20px;
    }
    .v-r {
      padding-right: 20px;
    }
    .video-style-2.alternate.large .play-icon i{
      font-size: 1rem;
    }
    .video-style-2.alternate-2.large{
      margin-bottom: 20px;
    }
    .banner-slider .carousel-content{
      width: 60%;
    }
    .slider-4 .nav-tabs{
      padding: 40px 20px;
    }
    .banner-slider .nav li::before{
      width: 52px;
    }
    .breaking-news-5 h5:after{
      display: none;
    }
    .breaking-news-5 .bn-wrapper{
      flex-direction: column;
    }
    .breaking-news-5 .bn-title {
      margin-right: 0rem;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .slider-5.owl-carousel .owl-dots{
      display: none;
    }
    .breaking-news-5 .bn-content {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .home-5 .btn-primary{
      margin: auto;
      display: table;
    }
    .list-s-5.with-image .list {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .list-s-5.with-image .content{
      width: unset; 
    }
    .home-5.sidebar{
      margin-top: 50px;
    }
    .video-style-5.mini{
      margin-bottom: 15px;
    }
    .topstories-5{
      display: flex;
    }
    .e-slider .item img{
      height: 700px;
    }
    .e-slider.owl-carousel .owl-nav{
      bottom: 348px;
    }
    .poll-question{
      margin-top: 50px;
    }
    .carousel-style-1.owl-carousel .owl-dots{
      display: none!important;
    }
    .slider-2.owl-carousel .owl-nav .owl-next {
      right: 0px;
    }
    .featured-s2 .blog-post.default.style-2 .post-image {
      height: 160px;
      margin-bottom: 10px;
    }
    .gallery-article .slider .owl-dots{
      display: none!important;
    }
  }

  /*Large devices (desktops, 992px and up)*/
  @media (min-width: 992px) and (max-width: 1199.98px) {  
    .footer .available-on img{
      margin-right: 30px;
    }
    .header-1 .navbar-nav .nav-link{
      padding-left: 0;
      padding-right: 1.5rem;
    }
    .header-2 .dropdown-toggle:after{
      display: none;
    }
    .header-2 .navbar-nav .nav-link {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .header-3 .social-icons a:last-child,    
    .header-5 .social-icons li a:last-child{
      padding-right: 0!important;
    }
    .header-3 .dropdown-toggle:after{
      display: none;
    }
    .contact-style-1 .content{
      padding-left: 25px;
      text-align: center;
    }
    .subscribe-card .block {
      padding: 29px 220px;
    }
    .error-page.pt-section{
      padding-top: 10rem;
      padding-bottom: 10rem;
    }
    .error-page.pt-section{
      padding-top: 10rem;
      padding-bottom: 10rem;
    }
    .my-6{
      margin-top: 4rem!important;
      margin-bottom: 4rem!important;
    }
    .px-lg-6{
      padding-left: 5rem!important;
      padding-right: 5rem!important;
    }
    .carousel-style-4 .item{
      height: 220px;
    }
    .clients.pt-section{
      padding-bottom: 6rem;
    }
    .team .item .profile-image{
      height: 350px;
    }
    .pricing-box{
      padding: 60px;
    }
    .login.register .contact-form-content {
      padding: 10rem 7.5rem 7rem 7.5rem;
    }
    .maintenance-footer .contact p a:first-child{
      margin-right: 20px;
    }
    .footer .available-on .images{
      display: flex;
      flex-direction: column;
      margin: auto;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
    .footer .available-on img{
      margin-bottom: 10px;
    }
    .gallery-article .post-content h2{
      width: 50%;
      margin-left: auto;
      margin-right: auto;
    }
    .gallery-article .owl-carousel .owl-nav{
      width: 100%;
    }
    .gallery-article .owl-carousel .owl-nav .owl-prev{
      left: 50px;
    }
    .gallery-article .owl-carousel .owl-nav .owl-next{
      right: 50px;
    }
    .gallery-article .owl-controls{
      position: absolute;
      top: 295px;
      width: 100%;
    }
    .categories-list .item.list .content{
      padding-left: 30px;
    }
    .team .col-lg-4:nth-last-child(1) .item{
      margin-bottom: 0;
    } 
    .team .col-lg-4:nth-last-child(2) .item{
      margin-bottom: 0;
    } 
    .team .col-lg-4:nth-last-child(3) .item{
      margin-bottom: 0;
    } 
    .content-with-sidebar .subscribe.style-1 .subscribe-card{
      padding: 50px 15px 0!important;
    }
    .breaking-news-2.breaking-news-card h5{
      line-height: 20px;
    }
    .breaking-news-2 .owl-stage-outer{
      padding-top: 8.5px;
      padding-bottom: 8.5px;
      border-right: solid 1px #aeaeae;
    }
    .breaking-news-2.breaking-news-card .owl-carousel .owl-nav .owl-next{
      right:0;
    }
    .breaking-news-2.breaking-news-card .owl-carousel .owl-nav [class*="owl-"]{
      height: 60px;
    }
    .breaking-news-3 .col-12{
      padding-right: 0;
      padding-left: 0;
    }
    .breaking-news-3 p{
      width: 75%;
    }
    .breaking-news-3 .post-tag {
      line-height: 45px;
    }
    .breaking-news-3 .title-style-3:after{
      display: none;
    }
    .latestvideo-list .blog-post.mini.alternate.style-4 .post-image{
      width: 115px;
    }
    .latestvideo-list .blog-post.mini.alternate.style-4 .post-content {
      width: calc(100% - 135px);
    }
    .breaking-news-5 h5{
      font-size: 11px;
    }
    .breaking-news-5 h5:after{
      display: none;
    }
    .from-author .col-12:last-child .post-content,
    .block-style-2 .col-12:last-child .post-content{
      margin-bottom: 0px;
    }
    .home-4.sidebar .sidebar-block:last-child{
      margin-bottom: 0;
    }
    .custom-filter-2 .form-radios .radio {
      padding: 0 6px;
    }
    .gallery-article .slider .owl-dots{
      z-index: 5;
      bottom: -280px;
    }
  }

  /*Extra large devices (large desktops, 1200px and up)*/
  @media (min-width: 1200px) {
    .footer .available-on img{
      margin-right: 36px;
    }
    .header-1 .navbar-nav .nav-link{
      padding-left: 0;
      padding-right: 2.5rem;
    }
    .header-2 .dropdown-toggle:after{
      display: none;
    }
    .header-2 .navbar-nav .nav-link {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .header-3 .social-icons a:last-child,    
    .header-5 .social-icons li a:last-child{
      padding-right: 5px!important;
    }
    .header-3 .dropdown-toggle:after{
      display: none;
    }
    .contact-style-1 .content{
      padding-left: 25px;
      text-align: center;
    }
    .subscribe-card .block {
      padding: 29px 220px;
    }
    .error-page.pt-section{
      padding-top: 10rem;
      padding-bottom: 10rem;
    }
    .error-page.pt-section{
      padding-top: 10rem;
      padding-bottom: 10rem;
    }
    .my-6{
      margin-top: 4rem!important;
      margin-bottom: 4rem!important;
    }
    .px-lg-6{
      padding-left: 5rem!important;
      padding-right: 5rem!important;
    }
    .carousel-style-4 .item{
      height: 220px;
    }
    .clients.pt-section{
      padding-bottom: 6rem;
    }
    .team .item .profile-image{
      height: 350px;
    }
    .pricing-box{
      padding: 60px;
    }
    .login.register .contact-form-content {
      padding: 10rem 7.5rem 7rem 7.5rem;
    }
    .maintenance-footer .contact p a:first-child{
      margin-right: 20px;
    }
    .coming-soon.pt-section,
    .maintenance_mode.pt-section{
      padding-top: 10rem;
      padding-bottom: 10rem;
    }
    .categories-list .item.list .content{
      padding-left: 30px;
    }
    .navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle::after{
         transform: rotate(-90deg);
    }
    .col-lg-4.sidebar{
      -ms-flex: 0 0 29.333333%;
      flex: 0 0 29.333333%;
      max-width: 29.333333%;
    }
    .image-article .post-content{
      width: 60%;
    }
    .header-1 .social-icons li,
    .header-2 .social-icons li,
    .header-3 .social-icons li,
    .header-4 .social-icons li,
    .header-5 .social-icons li{
      padding-left: 20px;
      font-size: 18px;
    }
    .header-1 .social-icons li a,
    .header-2 .social-icons li a,
    .header-3 .social-icons li a,
    .header-4 .social-icons li a,
    .header-5 .social-icons li a{
      font-size: 16px;
    }
    .header-2 .navbar-collapse{
      flex-grow:unset;
    }
    header .header-2 #search-block-form{
      padding: 3.5px 9px;
    }
    .shortcodes-images .img-fluid{
      width: 80%;
    }
    .header-3 .Exp-serach.Exp-serach-open, .header-3 .no-js .Exp-serach{
      width: 17.5%;
    }
    .gallery-article .post-content h2{
      width: 50%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px!important;
    }
    .gallery-article .owl-carousel .owl-nav{
      width: 100%;
    }
    .gallery-article .owl-carousel .owl-nav .owl-prev{
      left: 50px;
    }
    .gallery-article .owl-carousel .owl-nav .owl-next{
      right: 50px;
    }
    .gallery-article .owl-controls{
      position: absolute;
      top: 295px;
      width: 100%;
    }
    .author .social-icons a{
      margin: 0 20px;
    }
    .advertisement .contact-form-content{
      padding-right: 3.5rem;
      padding-left: 3.5rem;
      padding-top: 0;
      padding-bottom: 0;
    }
    .advertisement .contact-form-content h3{
      margin-bottom: 15px;
    }
    .maintenance_mode.pt-section {
      padding-bottom: 5rem;
    }
    .team .item{
    margin-bottom: 55px;
    }
    .team .col-lg-4:nth-last-child(1) .item{
      margin-bottom: 0;
    } 
    .team .col-lg-4:nth-last-child(2) .item{
      margin-bottom: 0;
    } 
    .team .col-lg-4:nth-last-child(3) .item{
      margin-bottom: 0;
    } 
    .content-with-sidebar .subscribe.style-1 .subscribe-card{
      padding: 50px 15px 0!important;
    }
    .breaking-news-1 .col-lg-2 {
      ms-flex: 0 0 12.666%!important;
      flex: 0 0 12.666%!important;
      max-width: 12.666%!important;
    }
    .breaking-news-1 .col-lg-10{
      ms-flex: 0 0 87.444%!important;
      flex:  0 0 87.444%!important;
      max-width:  0 0 87.444%!important;
    }
    .categories-list-tag{
      margin-bottom: 0;
    }
    .content-with-sidebar .pt-section.home-3{
      padding-bottom: 0;
    }
    #block-businessstoriesstyle3 .pt-section.home-3{
      padding-bottom: 0;
    }
    .v-r{
      padding-right: 20px;
    }
    .from-author .col-12:last-child .post-content,
    .block-style-2 .col-12:last-child .post-content{
      margin-bottom: 0px;
    }
    .slider-5{
      padding-bottom: 50px;
      border-bottom: solid 1px #ccc;
    }
    .video-style-5.mini h3{
      margin-bottom: 1rem!important;
    }
    .home-4.sidebar .sidebar-block:last-child{
      margin-bottom: 0;
    }
    .mb-lg-3{
      margin-bottom: 1.2rem!important;
    }
    .popular-style-2 .blog-post.mini.style-2.list.mb-3:last-child{
      margin-bottom: 0rem!important;
    }
    .latest-video-s2.no-gutters .col-lg-6{
          padding-right: 5px;
    }
    .latest-video-s2.no-gutters .col-lg-6.list:nth-last-child(1),
    .latest-video-s2.no-gutters .col-lg-6.list:nth-last-child(2){
          padding-top: 5px;
    }
    .latest-video-s2.no-gutters .col-lg-6.list:nth-last-child(1) .post-image,
    .latest-video-s2.no-gutters .col-lg-6.list:nth-last-child(2) .post-image{
          height: 235px;
    }
    .gallery-article .slider .owl-dots{
      z-index: 5;
      bottom: -280px;
    }
    .breaking-news-card.breaking-news-1 .owl-carousel .owl-nav .owl-prev {
      right: 0;
      left: unset;
    }
    .breaking-news-card.breaking-news-1 .owl-carousel .owl-nav .owl-next {
      right: -30px;
    }
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5;
    display: none;
  }
  .eu-cookie-compliance-popup-open .modal-backdrop{
    display: block !important;
  }
  .header-3 .dropdown.language .dropdown-menu a:hover{
    color:var(--secondary-color);
  }
  .header-1 > .navbar,
  .header-2 > .navbar,
  .header-4 > .navbar,
  .header-5 > .navbar,
  .header-3 > .navbar{
    position: absolute;
    left:0;
    right:0;
    z-index: 10;
  }
  .header-1 .breaking-news-card.breaking-news-1,
  .header-3 .breaking-news-card.breaking-news-1{
    padding-top:66px;
  }
  .header-2 .breaking-news-card.breaking-news-1{
    padding-top: 86px;
  }
  .header-4 > .navbar-bottom{
    padding-top: 105px !important;
  }
  .header-5 .breaking-news-card.breaking-news-1{
    padding-top: 74px;
  }
  .header-1 .breaking-news-card.breaking-news-2{
    margin-top:80px;
  }
  .header-2 .breaking-news-card.breaking-news-2{
    margin-top: 98px;
  }
  .header-3 .breaking-news-card.breaking-news-2{
    margin-top: 79px;
  }
  .header-5 .breaking-news-card.breaking-news-2{
    margin-top: 90px;
  }
  .header-1 .top-blog,
  .header-3 .top-blog{
    padding-top: 72px !important;
  }
  .header-2 .top-blog{
    padding-top: 88px !important;
  }
  .header-5 .top-blog{
    padding-top: 80px !important;
  }
  .header-1 .breaking-news-card.breaking-news-5,
  .header-3 .breaking-news-card.breaking-news-5{
    margin-top: 72px !important;
  }
  .header-2 .breaking-news-card.breaking-news-5{
    margin-top: 88px !important;
  }
  .header-5 .breaking-news-card.breaking-news-5{
    margin-top: 80px !important;
  }
  body.page-node-type-shortcodes .breadcrumb-section{
    padding-top: 104px !important;
  }
  #block-leftsidebarsectionstyle1 .col-12.col-lg-6.mx-auto.text-center{
    margin-top: 30px;
  }
  form .mb-3{
  margin-bottom: 0 !important;
  }
  .path-comment section.section{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding:100px 12px;
  }
  .path-comment section.section .btn{
    margin-top: 30px;
  }
  .path-comment section.section .col-12,
  .path-comment section.section .col-lg-6{
    padding-left: 0;
    padding-right: 0;
  }
  .subscribe.style-1.pt-section {
    z-index: -1;
    position: relative;
  }
  .subscribe.style-1 .subscribe-card{
    border-top:unset;
  }
  .sliding-popup-bottom.close-sliding-popup-bottom{
    display: none;
  }
  #clockdi {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px 50px;
    box-shadow: 0 0 8px lightgray;
}
div.coming-soon #fh5co-main-content{
  margin:30px 0;
}
.pt-section.e-paper form .mb-3{
  margin-bottom: 20px !important;
}
.path-user section.section{
  max-width:1140px;
  margin-right: auto;
  margin-left: auto;
  padding:100px 12px;
}
#check-circle-fill path{
  fill: black;
}
svg #check-circle-fill{
  stroke: black;
}
svg.bi.flex-shrink-0.me-4 {
  margin-right: 35px;
}
.alert svg {
  height: 90px;
}
.status-message button.close {
  margin-bottom: 46px;
  font-size: 45px;
}
/* Font awesome issue fixes */
.fa-far,
.fa-fas,
.fa-fab {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
.fa-far:before,
.fa-fas:before,
.fa-fab:before {
  content: var(--fa);
  font-style: normal;
}
