@font-face {
  font-family: 'Balooda-Regular';
  src: url('fonts/BalooDa/BalooDa2-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Balooda-Medium';
  src: url('fonts/BalooDa/BalooDa2-Medium.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Balooda-Semi-Bold';
  src: url('fonts/BalooDa/BalooDa2-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Balooda-Bold';
  src: url('fonts/BalooDa/BalooDa2-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Balooda-Extra-Bold';
  src: url('fonts/BalooDa/BalooDa2-ExtraBold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body.boxed-style {
  /* background-repeat: no-repeat; */
  background-attachment: fixed;
}

body.boxed-style #container {
  /*max-width: 1190px;*/
  max-width: 1298px;
  margin: 0 auto;
  background: #fff;  
  border: 0;
  box-shadow: 0 0 10px #222222;
  -webkit-box-shadow: 0 0 10px #222222;
  -moz-box-shadow: 0 0 10px #222222;
  -o-box-shadow: 0 0 10px #222222;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .container {
    /*max-width: 1140px;*/
    max-width: 1248px;
  }
}

@media only screen and (max-width: 600px) {
  body.md-show, body.right-bar-enabled, body.post-list-enabled, body.settings-list-enabled {  
    overflow: hidden;
  }
}

@media only screen and (min-width: 600px) {
  body.md-show, body.right-bar-enabled, body.post-list-enabled, body.settings-list-enabled {  
    overflow: hidden;
    padding-right: 17px;
  }
}

@media (max-width: 992px) {
  .sidebar {
    padding-left: 0;
  }
}

/* h1 clickiable clink color and hover */
/*h1 a{
  color: white;
}
h1 a:hover{
  color: #008690;
  cursor: pointer;
}*/
/* end */
a {
  color: #00a7b3;
}

a:hover {
  color: #008690;
}

.form-check-input {
  margin-top: 2px;
}

.top-line {
  background: #232323;
  border-bottom: 1px solid rgba(0,0,0,.03);   
}

@media only screen and (max-width: 600px) {
  .top-line {
    top: 72px;
    right: 0;
    left: 0;
    z-index: 10;
    /*position: fixed;*/
    position: relative;
    margin-bottom: 72px;
  }
}

.btn {
  color: #fff;  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  /*display: block;*/
  margin: 0;   
  padding: 12px 25px;
  font-family: 'Balooda-Regular'!important;
}

.from-button {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans",sans-serif;
  padding: 12px 25px;
  background: #00a7b3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  margin: 0;
  border: none;
  outline: 0;
}

.from-button:hover {
  color: #fff;
  opacity: .85;
  cursor: pointer;
}

.form-control, label {
  font-family: 'Balooda-Regular'!important;
}

#login-form input[type=password], #login-form input[type=text], #login-form textarea, 
#register-form input[type=password], #register-form input[type=text], #register-form textarea, 
#contact-form input[type=password], #contact-form input[type=text], #contact-form textarea {
  margin: 0;
}

#login-form .form-group,
#register-form .form-group,
#contact-form .form-group {
  margin-bottom: 30px;
}

.ui-datepicker {
  z-index: 2001!important;
}

.html-code {
  margin-bottom: 30px;
}

ins {
  text-decoration: none;
  background-color: #f7f7f7;
  color: #212121;
}

/* sweet alert */
.swal2-container {
  z-index: 9999;
}
/* sweet alert */

/* parsley validation */
.parsley-error {
  border-color: #f46a6a;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list>li {
  font-size: 12px;
  list-style: none;
  color: #f46a6a;
  margin-top: 5px;
  font-family: 'Balooda-Regular'!important;
}
/* parsley validation */

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}  

.spinner-border-small {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.header-banner-place .advertisement {
  text-align: initial;
}

/*.btn-primary:disabled {
  background-color: #565656;
}

.btn-primary {  
  background-color: #00a7b3;
}

.btn:not(:disabled):hover, .btn:not(:disabled):active, .btn:not(:disabled):focus {
  opacity: 1;
}*/

/*.btn-primary:not(:disabled):hover, .btn-primary:not(:disabled):active, .btn-primary:not(:disabled):focus {
  background-color: #00a7b3;
  opacity: .85;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00a7b3;
}*/

/* toggle menu */
.navbar {
  z-index: 1000;
}

.navbar-mobile { 
  padding: 36px 15px;
  background: #232323!important;
  width: 100%;
  height: 72px;  
  top: 0;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99999;
}

.navbar-mobile img {
  position: absolute;
  top: 15px;
}

#mobile-navbar {
  background: #343434;
  position: fixed;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; 
  z-index: 10000;
  float: right!important;
  padding-top: 72px;
  bottom: 0;
  width: 100%;
  right: -100%;
  overflow-y: scroll;
  height: 100%;
}

#mobile-navbar ul {
  width: 100%;
}

#mobile-navbar ul.dropdown li {
  padding-left: 25px;
}

#mobile-navbar #mobile-search-form {
  background: #232323;
  padding: 7px 15px;
}

#mobile-navbar #mobile-search-form .form-inline input.form-control {
  width: 100%;
}

.header-menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: montserrat-regular,sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .header-menu-toggle {
    display: block;
  }
}

.header-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  left: 9px;
  top: 50%;
  right: auto;
  bottom: auto;
  background-color: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.header-menu-toggle span::before {
  top: -9px;
}

.header-menu-toggle span::after {
  bottom: -9px;
}

.header-menu-toggle span::after, .header-menu-toggle span::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.header-menu-toggle.is-clicked span {
  background-color: rgba(255,255,255,0);
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.header-menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after, .header-menu-toggle.is-clicked span::before {
  background-color: #fff;
}

.header-menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
/* toggle menu */

.title-section {
  margin-bottom: 16px;
}

.header-banner-place {
  background: #343434;
}

.wide-news-heading {
  background: #232323;
}

.header-banner-place a.navbar-brand {
  padding-top: 0;
}

.navbar-brand {
  padding: 0; 
  margin: 0;
}

.header-banner-place a.navbar-brand img {
  margin-bottom: 0;
}

.header-banner-place {
  padding: 25px 0;
}

.navbar-nav > li > a, .navbar-nav > li.active > a {  
  padding: 18px 25px!important;
}

.navbar-nav > li > a.balooda, .navbar-nav > li.active > a.balooda {  
  padding: 20px 20px 16px 20px!important;  
}

#login-form p {
  color: #fff; 
}

a.category.block {
  width: 100%;
  margin-bottom: 10px;
  font-family: 'Balooda-Medium'!important;
  font-size: 14px;
  font-weight: 500;
  padding-top: 5px;
}

/* set bengali font */
.navbar-nav > li > a.balooda {
  font-family: 'Balooda-Medium'!important;
  font-size: 17px;
  line-height: 17px;
}

.title-section > h1, .sidebar h1 {
  font-family: 'Balooda-Semi-Bold'!important;
  font-size: 20px;
  line-height: 20px;
}

.single-post > h1.balooda {
  font-family: 'Balooda-Semi-Bold'!important;
}

.single-post .format-post-video iframe {
  width: 100%;
  /*height: 494px;*/
  margin-bottom: 24px;
}

.slider-widget .slider-caption h2/*, .tags-widget ul.tags-list li a*/ {
  font-family: 'Balooda-Medium'!important;
}
/* set bengali font */

.flexslider ul.slides {
  margin-top: 0;
}

.dropdown > li > a {
  font-size: 13px;
}

.dropdown > li > a:hover {
  color: #fff;
}

.dropdown > li > a.balooda {
  font-family: 'Balooda-Regular'!important;
  font-size: 14px;
  display: block;
}

.dropdown > li {
  border-bottom: none;
  border-top: 1px solid rgb(255 255 255 / 0.20);
  
}

.title-section h1 {
  color: #565656;
}

.title-section h1, .sidebar h1 {
  padding-bottom: 7px;
  border-bottom: 2px solid #f1f1f1;
}

.dropdown.cyan > li:hover, .dropdown.cyan > li.active {
  background: #00a0b0;
}

.dropdown.cyan {
  border-top: 2px solid #00a0b0;
}

.dropdown.teal > li:hover, .dropdown.teal > li.active {
  background: #32b47b;
}

.dropdown.teal {
  border-top: 2px solid #32b47b;
}

.dropdown.green > li:hover, .dropdown.green > li.active {
  background: #7eb943;
}

.dropdown.green {
  border-top: 2px solid #7eb943;
}

.dropdown.orange > li:hover, .dropdown.orange > li.active {
  background: #ff7e00;
}

.dropdown.orange {
  border-top: 2px solid #ff7e00;
}

.dropdown.blue > li:hover, .dropdown.blue > li.active {
  background: #436feb;
}

.dropdown.blue {
  border-top: 2px solid #436feb;
}

.bg-cyan, .bg-cyan-hover:hover, a.category-cyan, .navbar-nav > li > a.cyan:before, .navbar-nav > li:hover > a.cyan, .navbar-nav > li.active > a.cyan {
  background: #00a0b0!important;
}

.sidebar h1 span, h1.cyan span {
  border-bottom: 2px solid #00a0b0!important;
}

.sidebar h1 {
  margin-bottom: 16px;
}

#mobile-navbar .nav-item.cyan {
  background: #00a0b01a;
}

.bg-blue, .bg-blue-hover:hover, a.category-blue, .navbar-nav > li > a.blue:before, .navbar-nav > li:hover > a.blue, .navbar-nav > li.active > a.blue {
  background: #436feb!important;
}

h1.blue span {
  border-bottom: 2px solid #436feb!important;
}

#mobile-navbar .nav-item.blue {
  background: #436feb1a;
}

.bg-red, .bg-red-hover:hover, a.category-red, .navbar-nav > li > a.red:before, .navbar-nav > li:hover > a.red, .navbar-nav > li.active > a.red {
  background: #f44336!important;
}

h1.red span {
  border-bottom: 2px solid #f44336!important;
}

#mobile-navbar .nav-item.red {
  background: #f443361a;
}

.bg-orange, .bg-orange-hover:hover, a.category-orange, .navbar-nav > li > a.orange:before, .navbar-nav > li:hover > a.orange, .navbar-nav > li.active > a.orange {
  background: #ff7e00!important;
}

h1.orange span {
  border-bottom: 2px solid #ff7e00!important;
}

#mobile-navbar .nav-item.orange {
  background: #ff7e001a;
}

.bg-green, .bg-green-hover:hover, a.category-green, .navbar-nav > li > a.green:before, .navbar-nav > li:hover > a.green, .navbar-nav > li.active > a.green {
  background: #7eb943!important;
}

h1.green span {
  border-bottom: 2px solid #7eb943!important;
}

#mobile-navbar .nav-item.green {
  background: #7eb9431a;
}

.bg-purple, .bg-purple-hover:hover, a.category-purple, .navbar-nav > li > a.purple:before, .navbar-nav > li:hover > a.purple, .navbar-nav > li.active > a.purple {
  background: #aa35d6!important;
}

h1.purple span {
  border-bottom: 2px solid #aa35d6!important;
}

#mobile-navbar .nav-item.purple {
  background: #aa35d61a;
}

.bg-teal, .bg-teal-hover:hover, a.category-teal, .navbar-nav > li > a.teal:before, .navbar-nav > li:hover > a.teal, .navbar-nav > li.active > a.teal {
  background: #32b47b!important;
}

h1.teal span {
  border-bottom: 2px solid #32b47b!important;
}

#mobile-navbar .nav-item.teal {
  background: #32b47b1a;
}

.navbar-nav > li > a:before {
  z-index: -1;
}

.navbar-nav > li:hover > a:before {
  height: 100%;
}

.post-image {
  overflow: hidden;
}

.post-image img, .image-post img {
  width: 100%;
  height: auto;
  transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.post-image:not(.animated):hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.post-image.animated img.animated {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;  
  height: 100%;
  object-fit: contain;
} 

.post-image.animated:hover img.animated {
  display: inline;
}

@media only screen and (max-width: 600px) {
  .post-image.animated.hover img.animated {
    display: inline;
  }

  .post-image.hover:not(.animated) img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}

.single-post figure {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.single-post figure > img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.single-post .format-post-video {
  display: flex;
}

.single-post .format-post-video iframe {
  width: 100%;
  margin-bottom: 0;
}

.single-post figure > figcaption {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-family: 'Balooda-Semi-Bold'!important;
  color: #545454;
  word-spacing: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 24px;
}

.sidebar .tabs-widget .tab-content, .sidebar .search-widget input[type=search] {  
  background: #f7f7f7;
  border: 1px solid #f3f3f3;
  font-family: 'Balooda-Regular'!important;
}

#content-section .more-from-news {
  margin-top: 0px;
}

#content-section .more-from-news > h1 {
  font-family: 'Balooda-Semi-Bold'!important;
  font-size: 20px;
  line-height: 20px;
}

#content-section .more-from-news > h1 > a {
  color: #565656;
}

div.search-box {
  padding: 0px;
}

.error-banner {
  margin-bottom: 16px;
}

.single-post > h1 {
  padding: 0px;
  text-align: justify;
}

.single-post ul.post-tags {
  padding: 0px;
}

@media only screen and (max-width: 600px) {
  .single-post ul.post-tags {
      margin-bottom: 10px;
  }
}

.single-post .text-boxes {
  padding: 0px;
  text-align: justify;
}

.single-post .share-post-box {
  padding: 0px;
}

.contact-form-box #comment-form {
  margin: 0 0 30px;
}

/*.paragraph, p, .comment-area-box>ul li .comment-box .comment-content p {
  text-align: justify;
}*/

.standart-post h2 a:hover {
  color: #00a7b3!important;
}

.standart-post .post-image a.category, .article-post .post-image a.category, .hover-box a.category, .slider-caption a.category, ul.post-tags li a.category {
  font-family: 'Balooda-Medium'!important;
  font-size: 14px;  
  font-weight: 500;
  padding-top: 5px;
  z-index: 1;
}

.sidebar .tabs-widget .nav-tabs a.nav-item {
  background: #343434;

  text-transform: uppercase;
}

.sidebar .tabs-widget .nav-tabs a.nav-item.active, .tags-widget ul.tags-list li a:hover, footer .down-footer a.go-top:hover {
  background: #00a0b0!important;
}

.sidebar .tabs-widget.blue .nav-tabs a.nav-item.active, .tags-widget.blue ul.tags-list li a:hover, footer.blue .down-footer a.go-top:hover {
  background: #436feb!important;
}

.sidebar .tabs-widget.red .nav-tabs a.nav-item.active, .tags-widget.red ul.tags-list li a:hover, footer.red .down-footer a.go-top:hover {
  background: #f44336!important;
}

.sidebar .tabs-widget.orange .nav-tabs a.nav-item.active, .tags-widget.orange ul.tags-list li a:hover, footer.orange .down-footer a.go-top:hover {
  background: #ff7e00!important;
}

.sidebar .tabs-widget.green .nav-tabs a.nav-item.active, .tags-widget.green ul.tags-list li a:hover, footer.green .down-footer a.go-top:hover {
  background: #7eb943!important;
}

.sidebar .tabs-widget.purple .nav-tabs a.nav-item.active, .tags-widget.purple ul.tags-list li a:hover, footer.purple .down-footer a.go-top:hover {
  background: #aa35d6!important;
}

.sidebar .tabs-widget.teal .nav-tabs a.nav-item.active, .tags-widget.teal ul.tags-list li a:hover, footer.teal .down-footer a.go-top:hover {
  background: #32b47b!important;
}

footer {
  padding-top: 40px;
}

footer p, footer .down-footer p {
  color: #d6d6d6;
}

footer .up-footer .footer-widget ul.social-icons {
  text-align: center;
  max-width: 225px;
  margin: 0 auto;
}

footer .up-footer .footer-widget ul.social-icons li {
  margin-right: 0;
  width: 25%;
}

footer .up-footer .footer-widget ul.social-icons li a {
  border-radius: 50%;
}

/*footer .down-footer a.go-top {
  float: right;
  width: 35px;
  height: 35px;
  background: #333;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  margin-top: -25px;
}

footer .down-footer a.go-top {
  margin-top: -40px;
}*/

a.go-top {
  position: fixed;
  width: 35px;
  height: 35px;
  background: #f97d09;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  right: 15px;
  bottom: 15px;
  z-index: 10;  
}

footer .down-footer ul.list-footer {
  margin-bottom: 6px;
}

@media only screen and (max-width: 600px) {
  #footer-logos {
    padding: 15px 60px;
    box-sizing: border-box;
  }

  footer .down-footer ul.list-footer li {
    margin-right: 10px;
  }

  /*#content-section {
    padding: 20px 0;
  }*/

  footer .down-footer {    
    padding-bottom: 20px;
  }

  .header-banner-place {
    padding: 0;
  }

  .header-banner-place > .container {
    padding: 0;
  }
}

@media only screen and (max-width: 400px) {
  footer .down-footer p {
    font-size: 11px;  
  }
  
  footer .down-footer ul.list-footer li a {
    font-size: 10px;  
  }
}
/* editable */
.editable {
  position: relative;
}

[contenteditable] {
  border: none;
  outline: none;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

[contenteditable=true] {
  background: rgb(185 185 185 / 0.25)!important; 
}

[contenteditable]:focus > style {
  display:block;
}

.editable .toolbar-actions {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  float: right;  
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  opacity: 0;
}

.editable .toolbar-actions > a {
  color: #fff;
  display: table-cell;
}

.editable .toolbar-actions > i, .editable .toolbar-actions > a > i {
  color: #fff;
  margin: 0;
  cursor: pointer;
  padding: 8px;
  background-color: #565656;  
  display: table-cell;
}

.editable:hover > .toolbar-actions {
  opacity: 1;
}

.editable > .toolbar-actions > i:hover, .editable .toolbar-actions > a:hover > i {
  background-color: #000;  
}

.editable > .toolbar-actions > i.red:hover {
  background-color: #f44336;  
}

.editable > .toolbar-actions > i.orange:hover {
  background-color: #ff7e00;
}

.editable > .toolbar-actions > i.green:hover {
  background-color: #32b47b;
}

.add-post {
  font-family: 'Balooda-Semi-Bold'!important;
  position: absolute;
  top: 0;
  right: 0;
  background: #565656;
  padding: 2px 8px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  cursor: pointer;  
}

.single-post .subheading-headline {
  font-family: 'Balooda-Semi-Bold'!important;
  font-size: 34px;
  /*text-align: justify;*/
  letter-spacing: 0px;
  word-spacing: 6px;
  text-transform: initial;
  line-height: 46px;
  margin-bottom: 12px;
  padding: 0;
}

.single-post .subheading-content {
  font-family: 'Balooda-Semi-Bold'!important;
  font-size: 20px;
  word-spacing: 4px;
}

.single-post .paragraph-content {
  /*font-family: 'Balooda-Regular'!important;*/
  font-family: 'Balooda-Medium'!important;
  /*text-shadow: 0 0 rgb(128 128 128 / 0.5);*/
  /*text-shadow: 0 0 rgb(0 0 0 / 100%);  */
  font-size: 18px;
  line-height: 27px;
  word-spacing: 2px;
  color: #545454;
  margin-bottom: 30px;
  text-align: left;
}

.single-post .quote-content {
  font-family: 'Balooda-Semi-Bold'!important;
  font-size: 22px;
  word-spacing: 4px;
  text-align: center;
}

.single-post .link-content {
  font-family: 'Balooda-Semi-Bold'!important;
  font-size: 18px;
  margin-bottom: 30px;
  word-spacing: 2px;
}

@media only screen and (min-width: 600px) {
  .single-post .link-content > a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.single-post .link-content > a > span {
  color: #212529;
  cursor: initial;
}

.single-post ul.post-tags li i {
  font-weight: 600;
  font-size: 13px;
  color: #999;
}
/* editable */

#content-section .more-from-news h1 {
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 7px;
}

.description, ul.small-posts>li h2 a, .image-post h2 a {
  font-family: 'Balooda-Semi-Bold'!important;
  word-spacing: 2px;  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
}

.large-image-post h2 a {
  font-family: 'Balooda-Regular'!important;
  line-height: 42px;
  word-spacing: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 126px;
}

@media only screen and (max-width: 400px) {
  .large-image-post h2 a {
    line-height: 30px;
  }
}

.breaking-news {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #df4661;
  font-family: 'Balooda-Medium'!important;
  font-weight: 500;
  padding-top: 3px;
  color: #fff!important;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.breaking-news > a {
  color: #fff;
}

.breaking-news:hover {
  opacity: 0.8;
}

/*padding: 52px 30px;
padding: 15px 30px;*/

.standart-post h2 a, .article-post h2 a {
  font-family: 'Balooda-Regular'!important;
  font-size: 16px;
  line-height: 24px;
  word-spacing: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 48px;
}

.featured-box.post-rows h2 a {
  -webkit-line-clamp: 1;
  max-height: 24px;
}

.featured-box.post-rows .description {
  -webkit-line-clamp: 3;
  max-height: 60px;
}

/* form builder */
.drag-element {
  background: #232323;
  padding: 8px 16px;
  width: auto;
  display: block;
  overflow: hidden;
  position: fixed;
  box-sizing: border-box;
  z-index: 10;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.form-element-list {
  border: 2px dashed transparent;
  background: none;
  position: relative;
  padding: 6px;
  margin: -8px; 
  height: auto;
  min-height: 50px;
}

.form-element-list.empty {
  border: 2px dashed #999;
  background: #f1f1f1;
  padding: 0;
  margin: 0 0 30px 0;
}

.form-element-list.ui-state-default {
  border: 2px dashed #ff7e00!important;
  background: rgb(255 126 0 / 0.25)!important;
}

.form-element-list.ui-state-default > .drag-drop-area > h1, .form-element-list.ui-state-default > .drag-drop-area > i {
  color: #ff7e00
}

.form-element-list.ui-state-hover {
  border: 2px dashed #32b47b!important;
  background: rgb(50 180 123 / 0.25)!important;  
}

.form-element-list.ui-state-hover > .drag-drop-area > h1, .form-element-list.ui-state-hover > .drag-drop-area > i {
  color: #32b47b
}

.drag-drop-area {
  width: 100%;
  padding: 32px 16px;
  box-sizing: border-box;
  text-align: center;
  color: #999;
}

.drag-drop-area > i {
  font-size: 20px;
}

.drag-drop-area > h1 {
  color: #999;
  user-select: none;
  border-bottom: none;
}

.form-builder.opened {
  right: 0;
}

.form-builder {
  width: 140px;
  right: -140px;
  position: fixed;
  top: 50%;
  margin-top: -73px;
  z-index: 99999;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #fff;
}

.form-builder-inner {
  position: relative;
  background-color: #343434;
  padding: 15px;
}

.form-builder .toggler {
  position: absolute;
  top: 0;
  left: -48px;
  display: inline-block;
  background-color: #343434;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.form-builder h4 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 13px;
}

.form-builder ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.form-builder ul li {
  padding: 5px 0;
  cursor: grabbing;
}

.form-builder ul li > i, .drag-element i {
  height: 20px;
  vertical-align: middle;
  margin-right: 4px;
}

.form-group .form-check {
  margin-bottom: 0;
}

.form-group .form-check-input {
  position: relative;
  margin-top: 0;
  margin-left: 0;
}

.form-group .form-check-inline .form-check-label {
  vertical-align: initial;
}

.form-group .form-check-label {
  padding-left: 0;
}

/*.editable .hover-box {
  position: absolute;
  width: 100%;
  padding: 60px 30px 30px;
  bottom: 30px;
  left: 0;
  text-align: center;
}*/
/* form builder */

/* Settings List */
#settings-list-toggler {
  position: fixed;
  top: 50%;
  right: 0px;
  margin-top: -169px;
  z-index: 1999;
  display: inline-block;
  background-color: #343434;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.settings-list-enabled .settings-list {
  right: 0;
}

@media only screen and (max-width: 600px) {
  .settings-list {
    width: 100%;
    right: -100%;
  }
}

.settings-list {
  background-color: #fff;  
  display: block;
  position: fixed;
  right: -500px;
  top: 0;
  bottom: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 500px;  
  z-index: 2000;
  /*float: right!important;*/
  -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
  box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);  
}

.settings-list .settings-list-title {
  padding-top: 23px!important;
  padding-bottom: 23px!important;
  background-color: #00a0b0;
}

.settings-list .settings-list-title a, .settings-list .settings-list-title h5 {
  color: #ffffff;
  font-family: 'Balooda-Regular'!important;  
}

.settings-list .settings-list-toolbar {
  background-color: #ebebee;
  padding: 12px 24px;
}

.settings-list-enabled .settings-list-overlay {
  opacity: 0.5;
  visibility: visible;
}

.settings-list-overlay {  
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* Settings List */

/* Post List */
#post-list-toggler {
  position: fixed;
  top: 50%;
  right: 0px;
  margin-top: -121px;
  z-index: 1999;
  display: inline-block;
  background-color: #343434;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.post-list-enabled .post-list {
  right: 0;
}

@media only screen and (max-width: 600px) {
  .post-list {
    width: 100%;
    right: -100%;
  }
}

.post-list {
  background-color: #fff;  
  display: block;
  position: fixed;
  right: -500px;
  top: 0;
  bottom: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 500px;  
  z-index: 2000;
  /*float: right!important;*/
  -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
  box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);  
}

.post-list .post-list-title {
  padding-top: 23px!important;
  padding-bottom: 23px!important;
  background-color: #00a0b0;
}

.post-list .post-list-title a, .post-list .post-list-title h5 {
  color: #ffffff;
  font-family: 'Balooda-Regular'!important;  
}

.post-list .post-list-toolbar {
  background-color: #ebebee;
  padding: 12px 24px;
}

.post-list-enabled .post-list-overlay {
  opacity: 0.5;
  visibility: visible;
}

.post-list-overlay {  
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* Post List */

.nav-link {
  display: block;
  padding: .5rem 12px;
}

.right-bar .nav-tabs .nav-item, .post-list .nav-tabs .nav-item {
  margin-right: 10px;
  font-family: 'Balooda-Regular'!important;
}

/* right bar */
.right-bar-enabled .right-bar {
  right: 0;
}

@media only screen and (max-width: 600px) {
  .right-bar {
    width: 100%;
    right: -100%;
  }
}

.right-bar {
  background-color: #fff;  
  display: block;
  position: fixed;
  right: -500px;
  top: 0;
  bottom: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 500px;
  z-index: 2000;
  /*float: right!important;*/
  -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
  box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);  
}

.right-bar .right-bar-title {
  padding-top: 23px!important;
  padding-bottom: 23px!important;
  background-color: #00a0b0;
  font-family: 'Balooda-Regular'!important;
}

.right-bar .right-bar-title a, .right-bar .right-bar-title h5 {
  color: #ffffff;
}

.right-bar .right-bar-toolbar {
  background-color: #ebebee;
  padding: 12px 24px;
}

.right-bar-enabled .right-bar-overlay {
  opacity: 0.5;
  visibility: visible;
}

.right-bar-overlay {  
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.dropzone-wrapper input[type=file] {
  visibility: hidden;
  width: 150px;
  position: absolute;
}

.dropzone-wrapper p {
  color:#999;
}

.dropzone {
  border: 2px dashed #999;
}

.dropzone:hover, .dropzone.dragover {
  background: #e9ecef;
}

.dropzone-wrapper .progress {
  height: 20px;
}

.dropzone-wrapper .cancel-upload {
  cursor: pointer;
}

.dropzone-wrapper .cancel-upload:hover {
  color: #dc3545;
}
/* right bar */

.right-bar ul.small-posts > li:hover,
.right-bar ul.small-posts > li.active,
.post-list ul.small-posts > li:hover,
.post-list ul.small-posts > li.active,
.right-bar .post-selected {
  background-color: #f1f1f1;
} 

ul.small-posts > li {
  height: 77px;
}

ul.image-posts {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin-left: -10px;
}

ul.image-posts > li {
  display: inline-block;
  width: 20%;
  margin-bottom: 10px;
  padding-left: 10px;
}

/* selectize */
select.form-control[multiple] {
  height: auto;
}

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.selectize-input {
  border: 1px solid #ced4da;
  padding: 10px 12px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 9px 12px 4px;
}

.selectize-input {
  border: 1px solid #ced4da;
  padding: 9px 12px;
}

.selectize-input {
  min-height: 34px;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-control.multi .selectize-input > div.active {
  background: #0075ff;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-control.multi .selectize-input > div {
  margin: 0 6px 4px 0;
  padding: 2px 5px;
  background: #0075ff;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-input.focus {
  border-color: #b1bbc4;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.selectize-control.single .selectize-input:after {
  border-color: #74788d transparent transparent transparent;
  right: 12px;
}

.selectize-dropdown .active {
  background-color: #0075ff;
  color: #fff;
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header {
  padding: 6px 12px;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  width: 20px;
  font-size: 18px;
  padding: 4px 0 0 0px;
}

.selectize-control.plugin-remove_button .remove-single {
  font-size: 18px;
  font-weight: bold;
}

.selectize-control.plugin-remove_button [data-value] {
  padding-right: 18px!important;
  cursor: pointer;
}

/*.selectize-dropdown .optgroup-header {
  font-size: inherit;
  font-weight: bold;
}

.selectize-dropdown .optgroup-header {
  color: #fff;
  background: #0075ff;
}*/
/* selectize */

/* swal sweet alert */
.swal2-title {
  font-size: 25px;
}

.swal2-popup {
  border-radius: 0;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0;
  background-color: #00a0b0;  
  font-size: 1.0625em;
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0;  
  background-color: #aaa;
  font-size: 1.0625em;
}

.swal2-file, .swal2-input, .swal2-textarea {
  border-radius: 0;
}
/* swal sweet alert */

/* tooltip */
.tooltip {
  z-index: 2001;
}

.tooltip .tooltip-inner {
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  font-family: 'Balooda-Regular'!important;
  letter-spacing: 0px;
  word-spacing: 2px;
}
/* tooltip */

/* simplebar */
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit!important;
  box-sizing: inherit!important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto!important;
  height: auto!important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit!important;
  -webkit-box-sizing: inherit!important;
  box-sizing: inherit!important;
  resize: none!important;
  position: absolute;
  top: 0;
  left: 0!important;
  bottom: 0;
  right: 0!important;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box!important;
  box-sizing: border-box!important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  padding: 0!important;
}

.h-100 {
  height: 100%!important;
}
/* simplebar */

/* tagsinput */
.bootstrap-tagsinput {
  display: inline-block;
  padding: 6px 12px;
  vertical-align: middle;
  width: -webkit-fill-available;
  line-height: 28px;
  cursor: text;
}

.bootstrap-tagsinput:focus-within {
  border: 1px solid #0075ff;
}

.bootstrap-tagsinput .tag {
  color: white;
  background: #0075ff;
  padding: 0px 6px 3px 6px;    
  border-radius: 3px;
}
/* tagsinput */

/* social media icons */
@media only screen and (max-width: 1200px) {
  .share-post-box ul.share-box li a span.share-with {
    display: block;    
    padding-top: 5px;
  }

  .share-post-box ul.share-box li a span.share-on {
    display: none;
  }
}

.share-post-box ul.share-box li {
  list-style: none;
  float: left;
  width: 25%;
  text-align: center;
}

.share-post-box ul.share-box li a {
  padding: 15px 0;  
  width: 100%;
}

.share-post-box ul.share-box li a:hover {
  opacity: .9;
}

.share-post-box ul.share-box li a span {
  margin-left: 0px;
}

.share-post-box ul.share-box li a span.share-on {
  margin-left: 8px;
  vertical-align: text-bottom;
}

.share-post-box ul.share-box li a span.share-with {
  letter-spacing: .5px;
  vertical-align: text-bottom;
}

.share-post-box ul.share-box li a.facebook, .sidebar .social-widget ul.social-share li a.facebook {
  background: #1877f2;
}

.share-post-box ul.share-box li a.twitter, .sidebar .social-widget ul.social-share li a.twitter {
  background: #1da1f2;
}

.share-post-box ul.share-box li a.whatsapp, .sidebar .social-widget ul.social-share li a.whatsapp {
  background: #25d366;
}

.share-post-box ul.share-box li a.telegram, .sidebar .social-widget ul.social-share li a.telegram {
  background: #0088cc;
}
/* social media icons */

.from-button.telegram {
  font-family: 'Balooda-Regular'!important;
  background-color: #0088cc;
  font-size: 16px;
}

.search-results-banner h1 {
  font-size: 18px;
  font-family: 'Balooda-Regular'!important;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0px;
}

form.search-form input[type=text] {
  text-transform: initial;
  font-family: 'Balooda-Regular'!important;
}

/* timeline */
.tracking-item {
  border-left: 1px solid #e5e5e5;
  position: relative;
  padding: 2rem 1.5rem .5rem 2.5rem;
  font-size: .9rem;
  margin-left: 2.5rem;
  min-height: 5rem;
}

.tracking-item .tracking-icon.status-intransit {
  color: #868e96;
  border: 1px solid #e5e5e5;
}

.tracking-item .tracking-icon {
  line-height: 2.6rem;
  position: absolute;
  left: -1.3rem;
  width: 2.6rem;
  height: 2.6rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff;
}

.tracking-item .tracking-date {
  margin-bottom: .5rem;
}

.tracking-item .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: .4rem;
}

.tracking-item .tracking-content {
  padding: .5rem .8rem;
  background-color: #f4f4f4;
  border-radius: .5rem;
}

.tracking-item .tracking-content span {
  display: block;
  color: #888;
  font-size: 85%;
} 

.swal2-content .table {
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  background-color: transparent;
  font-size: 16px;
  font-weight: initial;
  text-align: initial;
  word-wrap: break-word;
  text-align: justify;
  font-family: 'Balooda-Regular'!important;
}

.swal2-content .table ins {
  text-decoration: none;
  background-color: #d4fcbc;
  color: #00771f;
}

.swal2-content .table del {
  text-decoration: line-through;
  background-color: #fbb6c2;
  color: #f90000;
}
/* timeline */

.large-image-post:hover img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}

.success-banner {
  margin-bottom: 16px;
}

.success-banner {
  margin-bottom: 30px;
  padding: 25px 30px;
  border: 1px solid #f1f1f1;
}

.success-banner h1 {
  color: #4caf50;
  font-size: 48px;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 7px;
}

.success-banner h1 span {
  font-weight: 900;
}

.top-line ul.info-list li i {
  width: 12px;
  height: 12px;
  text-align: center;
}

/* drop down */
.drop-down {
  position: relative;
  display: inline-block;
}

.drop-down-content {
  display: none;
  position: fixed;
  background-color: #232323;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);            
  margin: 0 10px;         
  padding-top: 10px;
  z-index: 50;
}

.drop-down-content a {
  color: #fff;
  padding: 12px 10px;
  text-decoration: none;
  display: block;
  border-bottom: none;
  border-top: 1px solid rgba(0,0,0,.03);  
}

.drop-down-content a:hover {
  background-color: #161616;
}

.drop-down:hover .drop-down-content {
  display: block;
}
/* drop down */

/* date filter */
form.search-form input[type=date] {
  text-transform: initial;
  font-family: 'Balooda-Regular'!important;
  border: 1px solid #eee;
  padding: 10px;
  color: #565656;
  font-size: 11px;    
  border-radius: 2px;
  outline: 0;
  width: 100%;
  margin: 0!important;
}

/* accordian */
.card {
  background-color: #f7f7f7;
  border: none;
  border-radius: 0;  
}

.card-header:first-child {
  border-radius: 0;
}

.card-header {
  background-color: #00a0b0;
  border-bottom: 0;
}

.accordion.blue .card-header {
  background-color: #436feb;
}

.accordion.purple .card-header {
  background-color: #aa35d6;
}

.accordion.red .card-header {
  background-color: #f44336;
}

.accordion.orange .card-header {
  background-color: #ff7e00;
}

.accordion.green .card-header {
  background-color: #7eb943;
}

.accordion.teal .card-header {
  background-color: #32b47b;
}

.card-header a {
  display: block;
}

.accordion a, .accordion a:hover {
  color: #fff;
}

.accordion .card .card-header a:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion .card .fa-angle-down {
  float: right;
}

.accordion h5 {
  font-family: 'Balooda-Semi-Bold'!important;
  font-size: 20px;
  letter-spacing: 0px;
  word-spacing: 6px;
  text-transform: initial;
  line-height: 23px;
  margin-bottom: 12px;
  padding: 0;
}
/* accordian */

.author-profile-lg img {
  width: 200px;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.author-profile-lg .author-content h4 {
  color: #212121;
  font-size: 16px;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  margin: 0 0 12px;
}

.author-profile-lg .author-content p {
  margin-bottom: 5px;
  line-height: 16px;
}

.author-profile .author-content p {
  font-family: 'Balooda-Regular' !important;
  font-size: 13px;
}
/* profile large */

/* circular progress bar */
.circle-wrap {
  position: relative;
}

.circle-wrap .circle .mask.full, .circle-wrap .circle .fill {
  animation: fill ease-in-out 3s;
  transform: rotate(45deg);
}

.circle-wrap .circle .mask {
  clip: rect(0px,150px,150px,75px);
}

.circle-wrap .circle .mask, .circle-wrap .circle .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask .fill {
  clip: rect(0px,75px,150px,0px);
  background-color: #f97d09;
}

.circle-wrap .inside-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  line-height: 130px;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
}
/* circular progress bar */

/* teams user tiles */
.team-users {
  text-align: center;
  margin-bottom: 12px;
  padding-top: 4px;
}

.team-users .container {
  background-color: #f1f1f1;
  padding: 15px;
}

.team-users .profile-pic {
  border-radius: 50%;
  height: 130px;
  width: 130px;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  color: transparent;
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.team-users .profile-pic.editable:hover {
  background-color: rgba(0, 0, 0, .5);
  z-index: 10000;
  color: rgba(250, 250, 250, 1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.team-users .profile-pic span {
  display: inline-flex;
  padding: 5px;
  padding-right: 0;
  font-size: small;
}

.team-users .fullname {
  margin: 10px 0 0 0;
  font-weight: 400;
  line-height: 20px;
  font-size: 13px;
}

.team-users .designation {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #999;
  margin: 0 0 30px;
}
/* teams user tiles */

/* management view profile modal */
.author-profile .author-box.management-view-modal {
  overflow: hidden !important;
  padding: 5px 0px 5px 0px !important;
  border: none !important;
}

.author-profile .author-box .author-content.management-content {
  margin: 0px;
}
/* management view profile modal */

/* change image */
.change-image {
  text-align: center;  
}

.change-image .background-pic {
  height: 250px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  color: transparent;
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.change-image .background-pic.editable:hover {
  background-color: rgba(0, 0, 0, .5);
  z-index: 10000;
  color: rgba(250, 250, 250, 1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.change-image .background-pic span {
  display: inline-flex;
  padding: 5px;
  padding-right: 0;
  font-size: small;
}
/* change image */

/* author info */
.author-info > img {
  width: 58px;
  height: 58px;
  margin: 0 12px 0 0;
  float: left;
}

.author-info > .user-info > li {
  padding: 4px 0px;
}
/* author info */

/* form styles */
.modal .modal-content {
  border-radius: 0;
  border: none;
}

.modal .modal-content input, .modal .modal-content textarea  {
  /*margin: 0 0 20px;*/
  border-radius: 0;
  padding: 12px 20px;
  background: 0 0;  
  font-size: 13px;  
  outline: 0;
}

.progress {
  border-radius: 0;
}
/* form styles */

/* new banner */
.watermark {
  position: absolute;  
  top: 0;
  right: 0;  
  height: 80px;
  width: 80px;  
  opacity: 0.75;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 1;
}    

/*.watermark:after {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.watermark .child{
  background: yellow;
  position: relative;
  z-index: 1;
}*/
/* new banner */

.alignTop {
  margin: -20px 0 0 0;
}

/*widget header style by Mou*/
.widget h1 a{
  color: #565656;
  font-family: 'Balooda-Semi-Bold'!important;
  font-size: 20px;
  line-height: 20px;
}

.widget h1 a:hover{
  color : #00a7b3 !important;
}

/*.item .main-news span a {
  color: #fff;
}*/

.title-section h1 a, .popular-widget h1 a{
  color: #565656;
  letter-spacing: 1px;
}

.top-line ul.info-list li {
  display: inline-flex;  
  align-items: center;
}

.drop-down-content-desktop{
  top: 40px;
  padding: 0;
}

.drop-down-content-mobile{
  position: fixed;
  top: 127px;
  padding: 0;
}

.drop-down-content a {
  padding: 5px 10px;
}

.navbar-nav > li > a.balooda {
  font-size: 14px;
}
