/*-----------------------------------------------------------------------------------

 Theme Name: ismoderna


-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------

 == Table Of Content

    01 Basics
        - Typography
        - Sticky-header
        - Preloader
        - Button-bottom-to-top
  02 Navbar
  03 Main Div
  04 Blog
  05 Footer
  06 Blog-Detail
  
  

---------------------------------------------------------------- */

/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/


/*----------- Typography -------------*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
nav ul{
  list-style: none;
}
html,
body {
  color: #101329;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #616575;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a{
  text-decoration: underline;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

span,
a,
a:hover ,
a:focus {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #212121;
}

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: 'Poppins', sans-serif;
}

h1 {
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  color: #212121;
}

h2 {
  line-height: 1.4;
  font-weight: 700;
  color: #212121;
}

h3 {
  line-height: 1.4;
  margin-bottom: 0px;
}

h4 {
  line-height: 1.4;
  font-weight: 600;
}

h5 ,h6{
  line-height: 1.4;
  margin-bottom: 0px;
}

.bg-gray {
  background-color: #fafafa;
}

span {
  font-family: 'Poppins', sans-serif;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 25px;
}

small {
  font-size: 18px;
}

ul li {
  font-family: 'Poppins', sans-serif;
}

ul {
  margin: 0;
}

.text-theme {
  color: #585858;
}

.bor-none {
  border: none !important;
}

.center-title {
  text-align: center;
  padding-bottom: 60px;
}

.center-title .title {
  text-transform: capitalize;
  padding-bottom: 30px;
}

.center-title .sub-title {
  font-family:  'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  max-width: 750px;
  margin: 0 auto;
  font-weight: 500;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #F05036 url(../images/loder.gif) no-repeat center center;
}


/*-------------- title-spacing -------------*/

.same-section-spacing {
  padding: 0 0 90px 0;
}

.ws-section-spacing {
  padding: 100px 0 70px;
}

.section-spacing {
  padding: 70px 0 40px;
}
.footer-section-spacing{
 padding: 70px 0 0px;
}

.title-bottom-spacing {
  margin-bottom: 60px;
}

.sub-title {
  font-weight: 400;
  font-style: italic;
  margin-bottom: 5px;
}

.title {
  margin-bottom: 60px;
}

.sub-heading {
  color: #b7b7b7;
  margin-bottom: 15px;
}


/* ----------------------------------------------------------------
     [ 02 Start Navbar ]
-----------------------------------------------------------------*/
.topbar {
    background: #f05036;
    padding: 10px;
}
.top-socail ul {
    padding-top: 4px;
}
.top-info li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding-right: 15px;
}
.top-info i {
    padding-right: 6px;
}
.top-socail li {
    display: inline-block;
    color: #fff;
    padding-left: 15px;
}
.top-socail {
    text-align: right;
    float: right;
}
.top-socail li a.active {
    color: #212121;
}
.top-socail li a:hover,
.top-socail li a:focus {
    color: #212121;
}
.top-content {
    width: 100%;
}
.selec-lang {
    display: inline-block;
}
.lang-drop.eng {
    margin-right: 10px;
}
.lang-drop select option {
    color: #000;
}
.mid-bar {
    background: #fff;
    padding: 45px 0 40px;
    vertical-align: middle;
}
.lang-drop {
    position: relative;
    display: inline-block;
}
.header-fixed.stick .lang-drop:before {
    line-height: 1.2;
}
.lang-drop:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 31%;
    z-index: 1;
    line-height: 1;
    color: #fff;
}
.lang-drop.eng:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    line-height: 0.9;
    z-index: 1;
    top: 32%;
    color: #fff;
}
.stick .selec-lang {
    margin-left: auto;
    margin-top: 10px;
}
.lang-drop select {
    border: none;
    -webkit-appearance: inherit;
    width: 100%;
    position: relative;
    z-index: 99;
    font-weight: 500;
    background: none;
    display: block;
    padding: 5px 20px 0 10px;
    color: #fff;
}
/* ----------------------------------------------------------------
     [ 02 Start Navbar ]
-----------------------------------------------------------------*/

.header-one {
  position: relative;
  top: inherit;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid #000;
}

.header-fixed.stick {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px rgb(122 124 136 / 31%);
  -webkit-animation: 300ms ease-in-out 0s normal none fadeInDown;
  animation: 300ms ease-in-out 0s normal none fadeInDown;
  z-index: 999;
}

.navbar {
  padding: 0px;
  margin: 20px 0;
}

.navbar-light .navbar-nav {
  position: relative;
  margin: 0 auto;
  top: 8px;
}

.navbar-light .navbar-nav .nav-link {
  color: #212121;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  display: block;
}

.navbar-light .navbar-nav .nav-link>i {
  vertical-align: middle;
  font-size: 13px;
}

a.nav-link {
    padding-left: 0 !important;
    padding-right: 40px !important;
}

.navbar-light .navbar-nav .nav-link {
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f05036;
}
.navbar-light .navbar-nav a.nav-link:after {
    content: '';
    margin-top: 6px;
    position: relative;
    top: 18px;
    display: block;
    border-bottom: 3px solid #f05036;
    width: 0;
    transition: all ease-in-out 250ms;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover:after {
    width: 100%;
}
a.nav-link {
    padding: 0;
}
nav.navbar.navbar-expand-sm.navbar-light.nav-box {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
}
.navbar-light .navbar-nav .nav-item .dropdown {
    display: block;
    background: #fff;
    padding: 0;
    position: absolute;
    top: 50px;
    margin-left: 0;
    left: -999em;
    text-align: left;
    width: max-content;
    z-index: 9999;
    border: 1px solid #f1f1f1;
}

ul.dropdown li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  padding-top: 5px;
}
.navbar-light .navbar-nav .nav-item:hover .dropdown a:after,
.navbar-light .navbar-nav .nav-item:focus .dropdown a:after {
    display: none;
}
.dropdown.megamenu {
    padding: 20px 20px 20px !important;
    box-shadow: 2px 5px 20px #00000014;
}
.dropdown.megamenu h5.menu-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #f05036;
    text-transform: uppercase;
}
.dropdown.megamenu li.nav-item {
    padding: 8px 0 !important;
}
.navbar-light .navbar-nav .nav-item:hover .dropdown ,
.navbar-light .navbar-nav .nav-item:focus .dropdown ,
.navbar-light .navbar-nav .nav-item:focus-within .dropdown {
  display: block !important;
  opacity: 1;
  visibility: visible;
  left: auto;
}
.navbar-light .navbar-nav .nav-item .dropdown .nav-item {
  padding: 8px 5px;
  border-bottom: 1px solid #eee;
  font-family: lato;
  font-weight: 600;
  display: block;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: #f05036;
    margin: 0;
}
.navbar-light .navbar-nav .nav-item .dropdown .nav-item:last-child {
  border: none;
}
.stick img.logo-1 {
  display: block;
}

.stick img.logo-2 {
  display: none;
}

.stick .navbar-light .navbar-nav .nav-item .dropdown .nav-link {
  color: #212121;
}

.stick .navbar-light .navbar-nav .nav-item .dropdown .nav-link:hover,
.stick .navbar-light .navbar-nav .nav-item .dropdown .nav-link:focus {
  color: #f05036;
}

.logo-1 {
  display: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}

.slicknav_menu .slicknav_icon-bar {
  width: 30px;
  margin-bottom: 5px;
  height: 4px;
  background: #000;
}

.slicknav_brand {
  padding: 13px 0;
}

.log-btn a {
  color: #212121;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.log-btn a:hover,
.log-btn a:focus
{
  color: #21ab64;
}

.navbar-brand {
  padding: 0;
}

.header-btn {
  font-weight: 600;
  width: 135px;
  height: 44px;
  text-align: center;
  background: #fff;
  line-height: 2.7;
  color: #232323;
  border-radius: 8px;
  display: block;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.header-btn:hover,
.header-btn:focus {
  background: #ff8a41;
  color: #ffffff;
  box-shadow: 0px 6px 14px 0px rgba(40, 44, 71, 0.27);
}
a.nav-user {
    font-size: 20px;
    margin-right: 30px;
    display: inline-block;
    color: #000000;
    padding: 20px 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
a.nav-user:hover,
a.nav-user:focus {
    color: #f05036;
}

/*------------- Slick-Nav ----------------*/

.slicknav_menu{
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}

.slicknav_menu .slicknav_icon-bar {
  width: 30px;
  margin-bottom: 5px;
  height: 4px;
}

.slicknav_brand {
  padding: 13px 0;
}

.log-btn a {
  color: #212121;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.slicknav_btn {
    float: none;
}
.login-2 {
    display: none;
}
.stick .login-2 {
    display: block;
}
.stick .selec-lang {
    display: none;
}
.stick .header-icon {
    width: 100%;
    text-align: right;
}
.stick .header-icon i {
    color: #ffffff;
    margin-left: 30px;
}
.stick .flaticon-icon-126486:before {
    font-size: 30px;
}
.stick .flaticon-icon-1008010:before {
    font-size: 30px;
}
img.logo {
    padding: 12px 0;
}
/*------------- Slick-Nav ----------------*/


@media (max-width: 992px) {
  .slicknav_menu {
    display: block;
    background: transparent;
    position: relative;
    z-index: 999;
  }
  .mobile-menu {
    width: 100%;
}
.header-fixed.stick .slicknav_nav a {
    text-decoration: none;
    color: #000;
    padding: 5px 0;
}
  .header-fixed.stick {
    padding: 0;
  }
  .header-fixed .navbar {
    display: none;
  }
  .header-one .navbar{
     display: none;
  }
  .slicknav_nav {
    position: relative;
    top: 0px;
    padding: 10px 0;
    background: #f05036;
    width: 100%;
  }
  .stick .slicknav_nav {
    background: #f0503600;
}
  .slicknav_btn {
    background: transparent;
  }
  .slicknav_nav a {
    font-size: 18px;
  }
  .slicknav_nav .slicknav_row:hover,
  .slicknav_nav a:hover ,
  .slicknav_nav .slicknav_row:focus,
  .slicknav_nav a:focus {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    font-weight: 600;
  }
  .slicknav_nav .slicknav_arrow {
    float: right;
  }
  .slicknav_brand {
    height: 70px;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #000;
}
.stick .slicknav_menu .slicknav_icon-bar {
    background-color: #000;
}
}



.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.slick-prev, .slick-next {
    z-index: 99;
    width: 40px;
    height: 40px;
    top: 35%;
    border-radius: 6px;
    -ms-transform: translate(0, -50%);
    background: #f05036;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}
.slick-prev:before{
   content: "\f053";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   text-align: center;
   opacity: 1;
   padding-right: 3px;
}
.slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    opacity: 1;
    padding-left: 3px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color:#fff;
    outline: none;
    background: #000;
}

.load-more {
    width: 100%;
    text-align: center;
}
.load-more .btn-6 {
    margin: 30px 0;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #e3e4e6;
}
ul.slick-dots li.slick-active button {
    background: #f05036;
}
.slick-dots li button:before{
  content: "";
}


/* ----------------------------------------------------------------
     [ Blog ]
-----------------------------------------------------------------*/
.blog-bg{
  background-color: #f1f2f6;
}
.blog-card {
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #f1f2f6;
}
.blog-img {
    position: relative;
    border: 5px solid #fff;
}
span.date {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 7px 15px;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: 500;
    left: 0;
}
.meta-tag {
    color: #000;
    display: block;
    margin-bottom: 10px;
    padding: 0;
}
.blog-content {
    padding: 25px 20px;
}
.blog-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.blog-content p {
   color: #585858;
}

a.blog-btn {
    background: #000;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
a.blog-btn.active {
    background: #f05036;
}
ul.meta-tag li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
a.blog-btn:hover,
a.blog-btn:focus{
    background: #f05036;
}
.blog-content h3 a:hover,
.blog-content h3 a:focus,
.meta-tag a:hover,
.meta-tag a:focus {
    color: #f05036;
}
.meta-tag ul li:hover,
.meta-tag ul li:focus,
footer a:hover,
footer a:focus {
    color: #f05036;
}
footer ul,footer ol{
  padding: 0;
}

/* ----------------------------------------------------------------
     [ Footer ]
-----------------------------------------------------------------*/
.footer-bg{height: auto;background: #f1f2f6;}
.footer-bg:before {
}
footer.home-footer-bg {
    background: #f1f2f6;
}
.footer-about img {
    width: 50%;
    margin-bottom: 35px;
}
footer.section-spacing.footer-bg {
    padding-bottom: 0;
}
.popular-tag li {
    font-size: 14px;
    background: #fff;
    color: #212121;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 7px;
    margin-bottom: 8px;
    margin-right: 4px;
    font-weight: 500;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.footer-about p {
    color: #000;
}
h4.footer-title {
    color: #000;
    margin-bottom: 50px;
}
.popular-tag li:hover,
.popular-tag li:focus {
    background: #f05036;
    color: #fff;
}
.popular-tag li:hover a,
.popular-tag li:focus a {
    color: #fff;
}
 .popular-tag li.active {
    background: #f05036;
    color: #fff;
}
.contact-us li {
    color: #000;
    width: 100%;
    float: right;
    margin-bottom: 15px;
}
.contact-us i {
    color: #f05036;
    width: 5%;
    margin-right: 10px;
}
.email {
    padding: 10px 10px;
    border: none;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #dee1ec;
}
button.contact-btn {
    background: #f05036;
    border: none;
    padding: 15px 20px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
}
.contact-us p {
    color: #000;
    margin-bottom: 10px;
}
.copy-right-seprater {
    border: 1px solid #dee1ec;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
}
.copy-right p {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    margin-right: auto;
    padding-top: 12px;
    margin: 0;
}
.copy-right{
  text-align: center;
  margin-bottom:10px;
}

/* ----------------------------------------------------------------
     [  About- Page ]
-----------------------------------------------------------------*/
h2.banner-title {
    font-size: 50px;
    margin-bottom: 15px;
}
.gray-bg {
    background: #f1f2f6;
}
.page-slider{
  height: 300px;
  background-repeat: no-repeat;
  overflow: hidden;
  background: #f1f2f6;
}
.hero-banner-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
ol.breadcrumb {
    background: none;
    padding: 0;
}
li.breadcrumb-item.active {
    background: none;
    color: #f05036;
    font-weight: 600;
}
 /*---navigation--*/
 .pagination .page-numbers {
    border-radius: 5px;
    color: #000000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.6;
    border: none;
    padding: 10px 20px;
}
.page-numbers:hover,
.page-numbers:focus{
  background-color: #e9ecef;
   padding: 10px 20px;
}
.page-item:first-child .page-link {
    border-radius: 5px;
    margin-right: 6px;
    background: #f1f2f6;
    color: #000;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.page-item:first-child .page-link:hover,
.page-item:first-child .page-link:focus {
   background: #f05036;
   color: #fff;
}
.page-item:last-child .page-link {
    border-radius: 5px;
    background: #f05036;
    margin-left: 6px;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.page-item:last-child .page-link:hover ,
.page-item:last-child .page-link:focus {
    background: #000000;
}
ul.pagination.justify-content-center li {
    margin: 0 3px;
}
nav.navigation-btn {
    margin: 30px 0;
}
ul.pagination.justify-content-center li.page-item.active {
    border-radius: 50%;
}
.page-numbers.current {
    background: #f1f2f6;
    color: #000;
    margin: 0 3px;
}
/*---side-bar---*/

.sidebar-Categories {
    border: 1px solid #f1f2f6;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.sidebar-Categories h5,.sidebar-Categories h2 {
    background: #f1f2f6;
    color: #212121;
    text-align: center;
    padding: 10px;
    font-size: 20px;
}
.sidebar-Categories button.btn.btn-link {
    background: none;
}
.sidebar-Categories button.btn.btn-link.collapsed {
    background: none;
    color: #212121;
}
.sidebar-Categories .card {
    background: none;
    border: none;
    padding: 0;
}
.sidebar-Categories .card-header {
    background: no-repeat;
    padding: 0;
}
.sidebar-Categories #accordion {
    margin: 10px 20px 0;
}
.sidebar-Categories .btn-link:hover,
.sidebar-Categories .btn-link:focus {
    color: #f05036;
    text-decoration: none;
    
}
button.btn.btn-link{
    color: #f05036;
    font-weight: 500;
    padding: 10px 0;
    text-decoration: none;
}
button.btn.btn-link.collapsed {
    background: #212121;
}
.sidebar-Categories .card-body ul li {
    padding-bottom: 10px;
}
.sidebar-Categories .card-body ul li:hover,
.sidebar-Categories .card-body ul li:focus {
    color: #f05036;
}
.sidebar-Categories ul li:last-child {
    border-bottom: none;
}
.sidebar-Categories ul li:first-child {
    padding-top: 0 !important;
}
.sidebar-Categories ul ,.sidebar-Categories ol,.sidebar-Categories form{
    padding: 30px 20px !important;
    padding-bottom: 0;
    list-style: none;
}
footer ul ,footer ul {
  list-style: none;
}
.sidebar-Categories ul li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f2f6;
}
.sidebar-Categories ul li span.brand-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #212121;
}
.sidebar-Categories ul li a:hover,.sidebar-Categories ol li a:hover,
.sidebar-Categories ul li a:focus,.sidebar-Categories ol li a:focus {
    color: #f05036;
}
.sidebar-Categories ul li.active {
    color: #f05036;
    font-weight: 500;
}
.sidebar-Categories ul li:hover .brand-dot,
.sidebar-Categories ul li:focus .brand-dot {
    border-color: #f05036;
}
span.brand-dot.active{
  border: 2px solid #f05036 !important;
}
.sidebar-Categories .card-body {
    padding: 10px 0 0 0;
}


/* ----------------------------------------------------------------
     [  Blog-Side-Bar-Page ]
-----------------------------------------------------------------*/

p.text-post {
    padding: 30px 20px;
    padding-bottom: 0;
}
.side-post-content h5 {
    background: none;
    color: #585858;
    text-align: left;
    padding: 0;
}

.side-post-img {
    float: left;
    display: inline-block;
    margin-right: 15px;
}
.side-post-content {
    display: inline-block;
}
.side-bar-add {
    margin-bottom: 30px;
}
.s-post {
    padding: 0 20px;
}
.side-post-content p {
    color: #212121;
    font-weight: 500;
    margin-bottom: 5px;
}

/* ----------------------------------------------------------------
     [  Blog-Detail-Page ]
-----------------------------------------------------------------*/

ul.detail-meta-tag li {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}
.blog-detail-img {
    margin-bottom: 30px;
}
h3.blog-detail-title {
    font-size: 24px;
    margin-bottom: 18px;
}
ul.detail-meta-tag li i {
    margin-right: 10px;
    color: #b7b7b7;
}
ul.detail-meta-tag li a:hover,
ul.detail-meta-tag li a:focus {
    color: #f05036;
}
ul.detail-meta-tag {
    margin-bottom: 30px;
    display: block;
    padding-left: 0;
}
.quote-text {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
}
.quote-text:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    position: absolute;
    left: 0;
    top: -52px;
    font-size: 174px;
    color: #f1f2f6;
    font-weight: 900;
    z-index: -1;
}
.side-post-content span {
    color: #f05036;
    font-size: 14px;
    font-weight: 500;
}
.quote-text:after {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    position: absolute;
    right: 0;
    top: -52px;
    font-size: 174px;
    color: #f1f2f6;
    font-weight: 900;
    z-index: -1;
}
.quote-text p {
    color: #212121;
    font-style: italic;
    font-weight: 500;
    padding: 10px 20px;
}
p.blog-detail-text {
    margin-bottom: 45px;
}
.article-img {
    float: left;
    width: 27%;
    margin-right: 25px;
}
.article-content {
    margin-left: auto;
    display: block;
    width: 73%;
}
.article-content h4 {
    margin-bottom: 15px;
}
.article {
    border-top: 1px solid #f1f2f6;
    border-bottom: 1px solid #f1f2f6;
    padding: 50px 0;
}
.blog-comment {
    margin-top: 60px;
    border-bottom: 1px solid #f1f2f6;
    margin-bottom: 60px;
}
.blog-comment h4 {
    color: #21212;
    margin-bottom: 40px;
}
.comment-user {
    float: left;
    margin-right: 20px;
    width: 15%;
    /* height: 100%; */
}
.comment {
    width: 80%;
    margin-left: auto;
    position: relative;
}
.comment span {
    color: #f05036;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    font-size: 14px;
}
.comment h5 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}
.blog-comment ul li {
    margin-bottom: 50px;
}
.comment-user img {
    border-radius: 20px;
}
li.clearfix.comment-reply {
    margin-left: 130px;
}
a.reply {
    position: absolute;
    right: 0;
    top: 0;
}
a.reply i {
    margin-right: 10px;
}
a.reply {
    position: absolute;
    right: 0;
    top: 0;
    color: #f05036;
}
.comment_form h3 {
    color: #212121;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.form-group input {
     border: 1px solid #dee1ec;
     box-shadow: none;
     padding: 25px 20px;
     display: block;
}
.form-group {
    margin-bottom: 30px;
}
textarea.form-control {
    background: #fff;
    border: 1px solid #dee1ec;
    padding: 15px;
    margin-bottom: 30px;
}
.main-btn {
    background: #f05036;
    color: #fff;
    border: none;
    display: block;
    padding: 8px 25px;
    border-radius: 5px;
    margin-left: auto;
    margin-bottom: 30px;
    font-size: 18px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.main-btn:hover ,
.main-btn:focus {
    background: #212121;
    color: #fff !important;
}


button.btn.btn-link {
    background: #f05036;
}
.btn-6:hover,
.btn-6:focus {
    background: #f05036;
    color: #fff;
}
.deal-banner-content a.btn-6 {
    margin-bottom: 0;
}
#btn-to-top {
  width: 45px;
  height: 30px;
  border-radius: 100%;
  position: fixed;
  right: 2%;
  bottom: 18%;
  transition: all 0.5s ease;
}

#btn-to-top:hover ,
#btn-to-top:focus {
  transform: scale(1.1,1.1);
  transition: all 0.5s ease;
}

#btn-to-top {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #f05036;
  text-align: center;
  position: fixed;
  bottom: 90px;
  right: 35px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: scale(1.1,1.1);
  transition: all 0.5s ease;
}
footer.footer-section-spacing button.contact-btn {
    width: 100%;
    padding: 13px 20px;
}
#btn-to-top.show {
  opacity: 1;
  visibility: visible;
}
a#btn-to-top i {
    font-size: 20px;
    color: #fff;
    line-height: 2.1;
}



 .search-box {
   transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
   width: 40px;
   height: 40px;
   border-radius: 20px;
   border: none;
   cursor: pointer;
   background: #ebebeb;
}
 .search-box + label .search-icon {
   color: black;
}
 .search-box:hover,
 .search-box:focus {
   color: white;
   background: #c8c8c8;
   box-shadow: 0 0 0 5px #3d4752;
}
 .search-box:hover + label .search-icon,
 .search-box:focus + label .search-icon {
   color: white;
}
 .search-box:focus {
   transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
   border: none;
   outline: none;
   box-shadow: none;
   padding-left: 15px;
   cursor: text;
   width: 300px;
   border-radius: auto;
   background: #ebebeb;
   color: black;
}
 .search-box:focus + label .search-icon {
   color: black;
}
 .search-box:not(:focus) {
   text-indent: -5000px;
}
 #search-submit {
   position: relative;
   left: -5000px;
}
 .search-icon {
   position: relative;
   left: -30px;
   color: white;
   cursor: pointer;
}
form.search-container label {
    display: block;
}
form.search-container {
    text-align: right;
    height: 641px;
}
table.table-responsive {
    overflow-x: auto;
    display: inline;
}