* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'lora';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


.container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media(min-width: 576px) {

  .container {
    max-width: 540px
  }
}

@media(min-width: 768px) {

  .container {
    max-width: 720px
  }
}

@media(min-width: 992px) {

  .container {
    max-width: 960px
  }
}

@media(min-width: 1200px) {

  .container {
    max-width: 1140px
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;
  display: inline-block;
  outline: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
}

.navbar-toggler {
  padding: .25rem 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.collapse:not(.show) {
  display: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

[role=button] {
  cursor: pointer;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
  
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }

}

@media (min-width: 992px) {
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-lg-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
}

img {
  width: 100%;
  vertical-align: middle;
  border-style: none;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append {
  margin-left: -1px;
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button, input {
  overflow: visible;
}

button,
select {
  text-transform: none
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

label {
  display: inline-block;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

figure {
  margin: 0 0 1rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.p-0 {
  padding: 0 !important;
}

.position-relative {
  position: relative !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.text-decoration-none {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: 2.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

























.header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.header-section.menu-fixed {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
  -moz-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
  box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
}

@keyframes fadeInDown {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      -ms-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
  }
}

.header-bottom {
  background-color: transparent;
}

.header-section.menu-fixed .header-bottom {
  background-color: #ffffff;
}

.navbar {
  padding: 0;
  color: #fff;
}

.site-logo {
  background-color: #f9a633;
  position: relative;
  align-self: flex-start;
  z-index: 9;
  padding: 25px 10px 25px 10px;
}

.site-logo, .site-title {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #fff;
}

p, span, li {
  margin: 0;
  color: #76797e;
  line-height: 1.7;
  font-size: 16px;
}

.menu-toggle {
  position: relative;
  display: block;
  width: 35px;
  height: 20px;
  background: transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-size: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.menu-toggle:before, .menu-toggle:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -moz-transition: -webkit-transform 0.25s ease-in-out;
  -ms-transition: -webkit-transform 0.25s ease-in-out;
}

.main-menu {
  padding-left: 15px;
}

.main-menu li {
  position: relative;
}

.main-menu li a {
  text-transform: capitalize;
  font-weight: 600;
  padding: 30px 15px 25px;
  display: inline-block;
  font-size: 15px;
  color: #233d63;
  font-size: 18px;
}

.breadcrumb-area {
  padding-top: 87px;
  padding-bottom: 0;
  background-color: #f4f9ff;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

h1, h1>a, h2, h2>a, h3, h3>a, h4, h4>a, h5, h5>a, h6, h6>a {
  color: #233d63;
  line-height: 1.25;
  font-weight: 600;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.breadcrumb-inner .title {
  font-weight: 700;
  text-transform: capitalize;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-list {
  margin-top: 5px;
}

.page-list li {
  display: inline;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
}

.page-list li {
  color: #f9a633;
  text-transform: capitalize;
}

.page-list li::before {
  position: absolute;
  content: '/';
  top: -3px;
  right: -14px;
}

.page-list li a {
  font-weight: 600;
  color: #777777;
  text-transform: capitalize;
}

.page-list li+li {
  padding-left: 18px;
}

.padding-top-125 {
  padding-top: 125px;
}

.padding-bottom-125 {
  padding-bottom: 125px;
}

.post-single-item {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 32px 8px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-bottom: 65px;
}

.post-single-item .thumb {
  position: relative;
  overflow: hidden;
}

.post-single-item .thumb {
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
}

img {
  width: 100%;
  height: auto;
}

.post-single-item .thumb img {
  width: 100%;
}

.post-single-item .content {
  padding: 15px 30px 30px 30px;
  text-align: left;
}

.post-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.post-single-item .post-meta {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.post-single-item .post-meta li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.post-single-item .post-meta li::before {
  position: absolute;
  content: '';
  top: 8px;
  right: 10px;
  width: 1px;
  height: 15px;
  background-color: #e5e5e5;
}

.post-single-item .post-meta li a i {
  color: #f9a633;
  margin-right: 6px;
}

.post-single-item .post-meta li:last-child::before {
  display: none;
}

.post-single-item .post-meta li:nth-child(2) {
  padding-left: 10px;
}

.post-single-item .post-meta li a {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 85%;
}

h5, h5>a {
  font-size: 20px;
}

.post-single-item .post-title {
  font-size: 20px;
  margin-top: 15px;
}

.post-single-item .post-title a{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

h1>a:hover, h2>a:hover, h3>a:hover, h4>a:hover, h5>a:hover, h6>a:hover {
  color: #f9a633;
}

.post-single-item .content p {
  margin-top: 15px;
}

.round-post-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 32px 8px rgba(0, 0, 0, 0.08);
  color: #76797e;
  text-align: center;
  line-height: 62px;
  font-size: 22px;
  margin-bottom: -12px;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.round-post-btn i{
  font-size: 22px;
}

.round-post-btn:hover {
  background-color: #f9a633;
  color: #ffffff;
}

.post-single-item:hover {
  box-shadow: 0px 8px 32px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}

.d-pagination {
  padding: 0 15px;
  margin-top: 30px;
}

.pagination {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.page-item .page-link {
  color: #76797e;
  padding: 10px 10px;
}

.page-item.active .page-link {
  background-color: #f9a633;
  border-color: #f9a633;
}

.pagination .page-item+.page-item {
  margin-left: 10px;
}

.sidebar .widget {
  padding: 20px;
  border: 1px solid #e5e5e5;
}

h4, h4>a {
  font-size: 22px;
}

.sidebar .widget-title {
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
}

.widget-serach .widget-title {
  text-transform: unset;
}

.sidebar .widget-title::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #f9a633;
}

.sidebar .widget-body {
  margin-top: 20px;
}

.widget-search-form {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

input, textarea, select {
  font-size: 18px;
}

button:focus, input:focus, textarea:focus {
  outline: none;
}

.widget-search-form input {
  width: 100%;
  padding: 15px 50px 15px 0;
  border: none;
  background-color: #ffffff;
}

.widget-search-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 18px;
  color: #76797e;
  cursor: pointer;
  width: 35px;
  background-color: #ffffff;
}

.sidebar .widget+.widget {
  margin-top: 50px;
}

.sidebar .categories-widget ul li a {
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.sidebar .categories-widget ul li:first-child a {
  padding-top: 0;
}

.sidebar .widget .post-single-item {
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  background-color: none;
  -webkit-transform:none;
}

.sidebar .widget .post-single-item .content {
  padding: 0;
}

.recent-news-widget .post-title a {
  font-size: 18px;
  font-weight: 600;
}

.sidebar .recent-news-widget .post-title a {
  font-weight: 700;
}

.footer-top {
  padding: 100px 0;
  background: #001128;
}

h3, h3>a {
  font-size: 24px;
}

.footer-top .widget-title {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 30px;
  position: relative;
}

.footer-top .widget-title span {
  font-size: 24px;
  text-transform: uppercase;
  color: #f9a633;
  font-weight: 700;
  margin-left: 10px;
  line-height: 1;
}

.footer-top .social-links {
  margin-top: 20px;
}

.social-links li {
  display: inline;
}

.social-links li a {
  width: 39px;
  height: 39px;
  border: 1px solid #f9a633;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #f9a633;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  overflow: hidden;
}

.social-links li a i {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}

.social-links li a:hover {
  background-color: #f9a633;
  color: #ffffff;
}

.short-link-widget ul li a {
  color: #ffffff;
  font-weight: 400;
  text-transform: unset;
  position: relative;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}

.short-link-widget ul li a:hover {
  color: #f9a633;
}

footer .post-single-item{
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  -webkit-transform: none;
  margin-bottom: 25px;
}

footer .post-single-item .content {
  padding: 0;
  text-align: left;
}

.footer-top .recent-news-widget .post-title a {
  color: #ffffff;
}

.footer-top .recent-news-widget .post-title a:hover {
  color: #f9a633;
}

.subscribe-form {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}

.subscribe-form input {
  width: 100%;
  padding: 13px 65px 13px 15px;
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #ffffff;
  color: #76797e;
}

.subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  border: none;
  background-color: transparent;
  color: #f9a633;
  font-size: 22px;
}

.subscribe-btn i{
  font-size: 22px;
}

.footer-bottom {
  background-color: #001128;
}

.privacy-area {
  padding: 15px 0;
}

.privacy-area p, .privacy-area a {
  color: #ffffff;
}

/* .entry-single-content {
  padding-top: 20px;
} */

.entry-single-content .post-meta {
  justify-content: flex-start;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-top: 8px;
  margin-bottom: 20px;
}

.entry-single-content .post-meta li {
  padding-right: 25px;
  position: relative;
}

.entry-single-content .post-meta li::before {
  position: absolute;
  content: '';
  top: 7px;
  right: 13px;
  width: 1px;
  height: 15px;
  background-color: #e5e5e5;
}

.entry-single-content .post-meta li a {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
}

.entry-single-content .post-meta li a i {
  color: #f9a633;
  margin-right: 6px;
  font-size: 12px;
}

.entry-single-content .post-meta li:last-child::before {
  display: none;
}

.entry-single-content p {
  margin-bottom: 30px;
}

.block-title {
  margin-bottom: 30px;
}

.cmn-form input, .cmn-form select, .cmn-form textarea {
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 15px 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.comment-form input, .comment-form textarea, .comment-form button {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.cmn-form input:focus, .cmn-form textarea:focus, .cmn-form select:focus {
  border-color: #f9a633;
}

.comment-form textarea {
  min-height: 167px;
}

.frm-group+.frm-group {
  margin-top: 15px;
}

.fill-btn-md, .fill-btn-lg {
  min-width: 168px;
  color: #ffffff;
  background-color: #f9a633;
  padding: 15px 15px;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.fill-btn-lg {
  padding: 13px 15px;
  min-width: 178px;
}

@media (max-width: 991px) {
  .header-bottom {
      background-color: #ffffff;
  }
  .site-logo, .site-title{
    padding: 5px 0;
    font-size: 25px;
    background-color: transparent;
    color: #f9a633;
  }

  .breadcrumb-area{
    display: none;
  }

  .sidebar {
    margin-top: 45px;
}

.footer-top{
  padding: 50px 0;
}

.footer-top .row>*{
  margin-top: 20px;
}

.comment-form input[type="email"] {
  margin-top: 15px;
}

.padding-top-125 {
  padding-top: 60px;
}
}

@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.ad-div {
  margin-bottom: 50px;
  width: 100%;
  min-height: 250px;
  clear: both;
}

.t_de {
  clear: both;
  height: 0.2rem;
  width: 100%;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}