@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*========= 
table of content start

  Template Name: Bitcare
  Template URL: https://theme.bitspecksolutions.com/bitcare/
  Author: Bitspeck Solutions

==========================

*Common CSS

==============================

preloader CSS

===============================

1. Global 
2. Header
3. Banner 
4. About  
5. Service
6. Pricing 
7. Register 
8. Individual
9. Partner
10. Offer
11. Blog
12. Ctu
13. Footer

others pages::
  About page
  Product Page
  Shop Page
  Blog Page
  Contact Page



==================================

=================================

Index Page

==================================

============== table of content end*/


/*====================================
 global area - start
====================================*/

*{
  padding: 0;
  margin: 0;  
  outline: 0px;
  scroll-behavior: smooth;
}
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5rem;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #848fa8;
}
html, body, .wrapper {
  height: 100%;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.7rem;
  font-family: 'Roboto', serif;
  letter-spacing: 0;
  margin: 0;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}
label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}
a img,
button,
iframe {
  border: none;
  text-decoration: none !important;
}
p {
  color: #232323;
  line-height: 1.5rem;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 14px;
}
input:focus, textarea:focus, 
select:focus {
  outline: none;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
}
ul,li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #1a1a1a;
}
b, strong {
  font-weight: 900;
}
.btn.focus, 
.btn:active:focus, 
.btn:active:hover, 
.btn:focus, 
.btn:hover {
  outline: 0;
}
input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  min-height: 50px;
}
button{
  cursor: pointer;
}
span{
  font-size: 13px;
}
::selection {
  background: #2D3954;
  color: #ffffff;
}

/*====================================
 global area - end
====================================*/




/*common css start*/

section{
  padding: 100px 0px;
}
.common{
  margin-bottom: 60px;
}
.common h2{
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 30px;
}
.common span{
  font-size: 31px;
  font-weight: 600;
  color: #b75f2d;
}
.common p{
  padding: 0px 180px;
  font-size: 16px;
  font-weight: 400;
  color: #848fa8;
}

/*common css end*/

/*start preloader css*/

#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  overflow: visible;
  background: #fff url('../img/preloder.gif') no-repeat center center;
  animation: loader 5s infinite ease;
}

/*end preloader css*/



/*header css start*/

.header-section{
	position: fixed;
	z-index: 9999;
	width: 100%;
	border-bottom: 1px solid #e9e9e936;
}
.sticky-header:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  border-bottom: 1px solid #3e7e8061;
  background-color: transparent;

}
.sticky-header.stuck:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -webkit-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -moz-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -ms-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -o-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  background-color: #0a2038;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.sticky-header.stuck
.menu-sticky .navbar-collapse .navbar-nav li a{
  color: #49546d;
}

.display-none{
  display: none;
  transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  opacity: 0;
}

.navbar-expand-lg{
  border-bottom: 30px;
  padding: 5px 10px;
}
.navbar .navbar-nav .nav-item {
  padding: 0px 15px;
}
.navbar .navbar-nav .nav-item .nav-link{
  color: #ffff;
  padding: 0px 0px;
}
.navbar .navbar-nav .nav-item:hover  .nav-link,
.navbar .navbar-nav .nav-item.active  .nav-link{
  color: #b75f2d;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0px; 
  padding-left: 0px; 
}
.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-menu{
  padding: 0px 0px;
  top: 20px;
  border-radius: 0px;
}
.dropdown-menu .dropdown-item{
  padding: 5px 10px;
  transition: all 0.5s ease-in-out;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active{
  background-color: #b75f2d;
  color: #ffffff;
}

.mobile-menu{
  display: none;
}
.side-menu-nav{
  display: none;
}

/*header css end*/


/*banner start*/

.overlay-sliderimg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(19,42,72,0.6166841736694677) 100%, rgba(255,255,255,0.7679446778711485) 100%);
  background-color: rgba(0, 0, 0, 0.3);
}
.carousel-item img {
  position: relative;
  height: 100vh;
}
.slider-content{
  position: absolute;
  top: 55%;
  text-align: center;
  left: 50%;
  transform: translate(-50%,-50%);
}
.slider-content .slider-title h1{
	color: #fff;
  font-size: 51px;
  font-weight: 700;
  margin-bottom: 40px;
}
.slider-content .slider-pera p{
	color: #ffff;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}
.slider-btn .btn1{
  color: #ffff;
  background-color: #b75f2d;
  padding: 10px 20px;
  cursor: pointer;
  margin: 5px;
  border-radius:  25px;
  transition: 0.7s;
}
.slider-btn .btn2{
	color: #ffff;
	border: 2px solid #ffff;
	padding: 10px 20px;
	cursor: pointer;
	background: transparent;
	margin: 5px;
	border-radius:  25px;
	transition: 0.7s;
}
.slider-btn{
	justify-content: center;
}
.slider-btn .btn1:hover{
  color: #ffff;
}
.slider-btn .btn2:hover{
  background-color: #b75f2d;
  color: #ffff;
}

/*banner end*/


/*service start*/

.service-content{
	transition: all 0.5s ease-in-out;
}
.badge-secondary{
  color: #fff;
  background-color: #0090ec;
}
.service-content{
  padding: 60px 30px;
  text-align: center;
  background-color: #f3f3f3;
  box-shadow: 0px 10px 20px -14px #8b8b8b;
  transition: all .4s ease-in-out;
}
.service-content .icon{
  margin-bottom: 30px;
  border: 1px solid #9d3535;
  padding: 7px;
  width: 60px;
  height: 60px;
  display: inline-block;
  transition: all .4s ease-in-out;
}
.service-content:hover .icon{
  border: 1px solid #ffffff;
}
.service-content:hover .icon i{
	color: #ffffff;
}
.service-content .section-heading h4{
  font-size: 22px;
  color: #9d3535;
  font-weight: 500;
  margin-bottom: 20px;
  transition: all .4s ease-in-out;
}
.service-content:hover .section-heading h4{
  color: #ffffff;
}
.service-content .section-heading p{
  font-size: 14px;
  font-weight: 500;
  color: #848fa8;
  transition: all .4s ease-in-out;
}
.service-content:hover .section-heading p{
  color: #ffffff;
}
.col-service{
  margin-bottom: 30px;
}
.service-content .icon i{
  color: #b75f2d;

  transition: all 0.5s ease-in-out;
}
.service-content:hover .icon i{
  color: #fff;
}
.service-hover:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  cursor: pointer;
  background-color: #b75f2d;
}

/*service end*/


/*Project start*/

.section-title {
  text-align: center;
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
  margin-top: -180px;
}
.one-third a figure img{
	border-style: none;
  width: 100%;
  height: 100%;
}
.img-caption img {
  position: initial;
}
a.img-caption {
  margin: 0 0 40px;
  display: block;
}
.img-caption img {
  position: relative
}
.img-caption figure {
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}
.img-caption:hover .project-content {
    background: #b75f2d;
}
.img-caption .project-content {
  background: rgba(0, 0, 0, .4);
  position: absolute;
  padding: 20px;
  bottom: 0;
  display: block;
  width: 100%;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
.img-caption:hover .project-content {
  background: #b75f2d;
}
.project-content p{
	display: none;
}
.project-contet .icon{
  display: none;
}
.img-caption .project-content h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.mega .img-caption .project-content h3 {
  font-size: 14px;
  line-height: 20px;
}
.mega .img-caption .project-content p {
  font-size: 14px;
  line-height: 14px;
}
.mega .img-caption .project-content {
  padding: 10px 20px;
}
.img-caption .project-content p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  display: block;
  opacity: 0;
  max-height: 0;
  padding: 0;
  margin-bottom: 10px;
  -webkit-transition: max-height .2s ease-in-out, opacity .2s ease-in-out, padding .2s ease-in-out;
  -moz-transition: max-height .2s ease-in-out, opacity .2s ease-in-out, padding .2s ease-in-out;
  -ms-transition: max-height .2s ease-in-out, opacity .2s ease-in-out, padding .2s ease-in-out;
  -o-transition: max-height .2s ease-in-out, opacity .2s ease-in-out, padding .2s ease-in-out;
  transition: max-height .2s ease-in-out, opacity .2s ease-in-out, padding .2s ease-in-out;
}
.img-caption:hover .project-content p {
  max-height: 50px;
  opacity: 1;
  padding: 5px 0 4px;
  line-height: 1.3em;
  word-spacing: 1px;
  margin-bottom: 20px;
}
.icon i{
	font-size: 26px;
  padding: 5px;
  margin-right: 5px;
  margin-left: 2px;
  color: #fff;
}

/*Project end*/


/*Pricing start*/

.section-title {
  margin-bottom: 0px;
}
.common_item2{
  z-index: 9;
}
.common_item2 h2{
  color: #b75f2d;
}
.common_item2 h2 span{
  color: #fff;
}
.common_item2 p{
  color: #fff;
}
#pricing .block-pricing {
  background: transparent;
  border: 2px solid;
  border-radius: 20px;
}
#pricing .block-pricing .table {
  margin-bottom: 0;
  padding: 30px 0px;
  max-width: 100%;
  width: 100%;
}
#pricing .block-pricing .table h2 {
  padding-bottom: 30px;
  color: #b75f2d;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
#pricing .block-pricing h4 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 31px;
  font-weight: 600;
  margin: 30px 0px;
}
#pricing .block-pricing ul {
  list-style: outside none none;
  padding: 0;
}
#pricing .block-pricing ul li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

#pricing .block-pricing .table .table_btn a {
  background: #b75f2d;
  color: #fff;
  margin: 0;
  display: inline-block;
  font-size: 14px;
}
.padd-section{
  background-image: url('../img/pricing.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.table_btn{
  margin-top: 15px;
}

/*Pricing end*/


/* Team start */

.team {
  text-align: center
}
.section-title {
  text-align: center;
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
  margin-top:0px;
}
.team .team-item {
  text-align: left;
  margin-bottom: 30px;
}
.team .team-item figure {
  position: relative;
  overflow: hidden;
}
img {
  max-width: 100%;
}
.team .team-item figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(9, 9, 9, .6);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.team .team-item figure figcaption .info {
  position: absolute;
  color: #fff;
  float: left;
  bottom: 10px;
  left: 20px;
  margin-left: -80px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.team .team-item figure:hover figcaption {
  opacity: 1;
}
.team .team-item figure:hover figcaption .info {
  margin-left: 0;
  margin-bottom: 10px;
}
.team .team-item figure figcaption .info h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}
.team .team-item figure figcaption .info p {
  color: #dddddd;
  font-size: 14px;
}
.team .team-item figure:hover figcaption .social {
  margin-bottom: 0;
}
.team .team-item figure figcaption .social {
  position: absolute;
  float: right;
  bottom: 28px;
  margin-bottom: -80px;
  right: 20px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.team .team-item figure figcaption .social a {
  color: #fff;
  font-size: 15px;
  width: 36px;
  height: 36px;
  background: #b75f2d;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border-radius: 2px;
}

/* Team end */


/* News start */

.news-active{
	display: inline-block;
}
.section-title{
	text-align: center;
  font-size: 15px;
  position: relative;
  margin-bottom: 100px;
  margin-top: -40px;
}
.latest-news-warp{
	box-shadow: 0px 10px 15px rgba(0,0,0,10%)
}
.news-img{
	position: relative;
}
.news-img:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	content: '';
	opacity: 0;
	transform: scale(.8);
	transition: All 0.5s;
}
.latest-news-warp:hover .news-img:before{
	opacity: .5;
	transform: scale(1)
}
.latest-news-warp .news-img img{
  width: 100%;
}
.date{
  background: #b75f2d none repeat scroll 0 0;
  left: 1%;
  position: absolute;
  text-align: center;
  top: 1%;
  padding: 6px 10px;
  display: flex;
}
.date span{
	display: block;
	color: white;
	font-size: 14px;
	font-weight: 700;
  margin-right: 5px;
}
.news-content{
	padding: 15px;
}
.news-content i{
	font-size: 20px;
	display: inline-block;
}
.news-content .fa-thumbs-up{
  color: dodgerblue;
}
.news-content .fa-comment{
  color: black;
}
.news-content .fa-heart {
  color: red;
}
.news-content .fa-share-square{
  color: gray;
}
.news-content .fa{
  padding-right:15px;
  cursor: pointer;
}
.news-content p{
  padding: 20px 0px;
  color: #848fa8;
  font-weight: 400;
}
.read-button{
  background-color: #b75f2d; 
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.read-button
a, a:hover {
  text-decoration: none;
}
.read-button a{
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* News start */

/*partner start*/

.partner .owl-item img{
  padding: 0px 60px;
}

/*partner end*/

/* Contact start */

.contact_com h2{
  color: #ffffff;
}
.contact_com p{
  color: #ffffff;
  letter-spacing: 1px;
}
.map iframe{
  width: 100%;
}
#contat_section{
  padding: 100px 0px;
  letter-spacing: 2px;
}
#contat_section .form-control{
  background-color: transparent;
  border: 1px solid #ffffff;
}
.contact-submit-btn{
  background-color: transparent;
  border: 1px solid #ced4da;
  color: #495057;
}
.blog-contact-btn2{
  background-color: transparent;
}

/* Contact end */



/* footer start */

.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
	color: #b75f2d;
	font-size: 30px;
	float: left;
	margin-top: 8px;
	border-radius: 10px;
}
.cta-text {
	padding-left: 15px;
	display: inline-block;
}
.cta-text h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}
.cta-text span {
	color: #dddddd;
	font-size: 15px;
}
.footer-content {
	 position: relative;
	z-index: 2;
}
.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
  color: #7e7e7e;
	line-height: 28px;
}
.footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}
.footer-social-icon ul li{
  width: 40px;
  height: 40px;
  border: 1px solid #b75f2d;
  border-radius: 500px;
  padding: 6px 11px;
  margin-right: 10px;
}
.footer-social-icon ul li a {
	color: #b75f2d;
	font-size: 20px;
}
.footer-social-icon ul li a i {
	color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.footer-social-icon ul li:hover a i{
  color: #b75f2d;
}
.facebook-bg{
  background: #007bff;
}
.twitter-bg{
  background: #007bff;
}
.google-bg{
  background: #007bff;
}
.footer-widget-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
}
.footer-widget-heading h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: #b75f2d;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
} 
.footer-widget ul li a:hover{
  color: #b75f2d;
}
.subscribe-form {
	position: relative;
	overflow: hidden;
}
.subscribe-form input {
	width: 100%;
	background: #2E2E2E;
	border: 1px solid #2E2E2E;
	color: #fff;
  padding-left: 15px;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #b75f2d;
  padding: 13px 20px;
  top: 0;
  color: #ffffff;
}
.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
}
.copyright-area{
	background: #202020;
	padding: 25px 0;
  position: relative;
}
.copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #878787;
  text-align: center;
}
.copyright-text p a{
  color: #b75f2d;
}
.footer-menu li {
	display: inline-block;
	margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
	font-size: 14px;
	color: #878787;
}


.top-to-bottom {
  padding: 6px 15px;
  position: fixed;
  bottom: 7%;
  right: 3%;
  background: #c9c9c9;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
.top-to-bottom a i {
  color: #b75f2d;
  font-size: 32px;
}

/* footer end */


/*==================
others pages start
====================*/

#page-breadcrumb{
  background-image: url('../img/pricing project.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 86px 0px 100px 0px;
}
#page-breadcrumb .breadcrumb-menu h3{
  color:#ffffff;
  font-weight: 600;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: .25rem;
  font-size: 26px;
}
.breadcrumb li a{
  font-size: 16px;
  color: #ffffff;
}
.breadcrumb .active a{
  color: #b75f2d;
}
#page-breadcrumb {
  height: 300px;
  position: relative;
  z-index: 1;
  background: url('../img/project.4.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.breadcrumb-menu {
  color: #1ef5ff;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: capitalize;
  text-align: center;
}
.common-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(19,42,72,0.6166841736694677) 100%, rgba(255,255,255,0.7679446778711485) 100%);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.blog-row1{
  padding: 0px 0px 30px;
}
.blog-row2{
  padding-bottom: 30px;
}
.navigation_item{
  padding-top: 30px;
}
.navigation_item .pagination{
  justify-content: center;
}
.navigation_item .page-item .page-link{
  color: #535353;
}
.navigation_item .page-item .page-link:focus{
  box-shadow: none;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #b75f2d;
  border-color: #b75f2d;
}
.see-more-btn{
  justify-content: center;
}
.see-more-btn a{
  background-color: #ededed;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #b75f2d;
  transition: all 0.5s ease-in-out;
}
.see-more-btn a:hover{
  background-color: #b75f2d;
  color: #ffffff;
}
.col-blog{
  margin-bottom: 30px;
}
.search{
  margin-bottom: 30px;
}
.search input{
  font-size: 14px;
}
.input-group-text {
  background-color: #b75f2d;
  border: 0px;
}
.input-group-text i{
  color: #ffffff;
}
.recent_post{
  margin-bottom: 30px;
}
.recent_tittle h2{
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative; 
}
.tags h2{
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative; 
}
.recent_tittle h2:before,
.tags h2:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b75f2d;
  height: 2px;
  width: 40px;
}
.recent_post,
.tags{
  padding: 20px;
  background: #f6f6f6;
}
.blog-media{
  margin-bottom: 20px;
}
.blog-media .media-body h5{
  margin-bottom: 5px;
}
.blog-media .media-body h5 a{
  font-size: 18px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
.blog-media .media-body h5 a:hover{
  color: #b75f2d;
}
.tags ul li{
  margin-bottom: 10px;
}
.tags ul li a{
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
.tags ul li a:hover{
  color: #b75f2d;
}
.blog-details-title {
  padding-bottom: 20px;
  padding-top: 20px;
}
.blog-details-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2D3954;
}
.blog-content-details p {
  color: #848fa8;
  margin-bottom: 20px;
}
.blockquote2 p {
  padding: 30px;
  background-color: #f1f1f1;
  font-weight: 400;
}
.blockquote2 p {
  padding: 30px;
  background-color: #f1f1f1;
  font-weight: 400;
}
.blog-tags-share-wrap {
  display: flex;
  padding: 40px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.blog-tags-share-wrap .blog-tags h6 {
  font-weight: 600;
  color: #2D3954;
}
.blog-tags-share-wrap .share-list a {
  background-color: #f1f1f1;
  padding: 10px 15px;
  margin-right: 5px;
  color: #2D3954;
}
.blog-social-link {
  margin-left: auto;
}
.blog-social-link ul .share {
  font-weight: 600;
  color: #2D3954;
}
.blog-social-link ul li a i {
  color: #848fa8;
  transition: all 0.5s ease-in-out;
  font-size: 20px;
}
.comment-border-title h5 {
  font-weight: 600;
  padding: 20px 0px 30px;
  color: #2D3954;
}
.blog-commenter-img {
  border-radius: 500px;
}
.blog-commenter-name h5 {
  font-size: 18px;
  font-weight: 600;
  color: #2D3954;
}
.blog-commenter-name span i {
  margin-right: 5px;
}
.blog-author-paragraph {
  margin: 10px 0px;
}
.blog-reply a {
  transition: all 0.5s ease-in-out;
}

#pricing2 .block-pricing {
  background: transparent;
  border: 2px solid #848fa8;
  border-radius: 20px;
}
#pricing2 .block-pricing .table {
  margin-bottom: 0;
  padding: 30px 0px;
  max-width: 100%;
  width: 100%;
}
#pricing2 .block-pricing .table h2 {
  padding-bottom: 30px;
  color: #b75f2d;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
#pricing2 .block-pricing h4 {
  margin-bottom: 30px;
  color: #848fa8;
  font-size: 31px;
  font-weight: 600;
  margin: 30px 0px;
}
#pricing2 .block-pricing ul {
  list-style: outside none none;
  padding: 0;
}
#pricing2 .block-pricing ul li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  padding: 12px 0;
  text-align: center;
  color: #848fa8;
  font-size: 14px;
}

#pricing2 .block-pricing .table .table_btn a {
  background: #b75f2d;
  color: #fff;
  margin: 0;
  display: inline-block;
  font-size: 14px;
}

/*==================
others pages start
====================*/


/*=============================================
=============================================
           Index page
=============================================
=============================================*/

.indexlink{
  background: #f26522;
  color: #fff !important;
}
.demo-navbar{
  padding: 20px 0px;
}
.image-container span img {
  height: auto;
  max-width: 50%;
}
.features-item{
  background-color: #eee;
  padding: 30px;
}
.features-item .title-text{
  font-size: 18px;
  margin-top: 16px;
}
#preview-section .section-tittle::before{
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #f26522;
}
.image-container a img{
  position: relative;
}
.overlay-preview{
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: rgba(21,65,126,0.44);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.overlay-preview:hover{
  background-color: rgba(21,65,126,0.88);
  cursor: pointer;
}
.overlay-preview .title-text{
  color: #fff !important;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  transform: translateY(231px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
} 
.overlay-preview:hover .title-text{
  font-size: 30px;
}
.banner-content-preview{
   transform: translateY(500px);
}
.preview-h1{
  color: #fff;
  background: none !important;
  margin-bottom: 30px;
  font-weight: 700;
}
.preview-desc p{
  color: #fff;
  font-weight: 400;
}
.preview-button{
  background-color: #ffffff;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 50px;
}
.preview-button a{
  color: #b75f2d;
}
.preview-button a i{
  margin-left: 5px;
}
#preview-banner-section{
  background-color: #b75f2d;
}
.preview-menu-sticky {
  background: #ffffff;
  border-bottom: 1px solid #15417e;
}
.navbar .navbar-collapse .demo-navbar li a {
    color: #ffffff !important;
}
.preview-content{
  padding: 180px 0px;
}
.preview-item .image-container img{
  width: 350px;
  height: auto;
}
.demo-header{
  background-color: #0a203845;
}
/*新增加的css*/
.pagination-container {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.pagination a,
.pagination span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .current {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.pagination .disabled {
  color: #aaa;
  border-color: #eee;
}

/* Theme 513 migration utilities */
.theme513-header-actions{display:inline-block;white-space:nowrap;margin-left:10px}.theme513-header-actions .theme513-auth-link{display:inline-block;width:auto!important;padding:9px 15px!important;margin-left:6px;color:#fff!important;background:#ff5e14;line-height:20px;text-align:center}.theme513-header-actions .theme513-register-link{background:#1f2532}.theme513-mobile-auth{display:inline-block;margin-left:8px;padding:10px 16px!important;background:#ff5e14;color:#fff!important}.theme513-mobile-register{background:#1f2532}.theme513-side-nav{padding:20px}.theme513-side-nav li a{display:block;padding:10px 0;color:#222}.theme513-breadcrumb{padding:120px 0 70px;background:#1f2532;color:#fff}.theme513-breadcrumb h1{color:#fff;font-size:42px;line-height:1.2}.theme513-home-hero{position:relative}.theme513-dark-panel,.theme513-form-card,.theme513-process,.theme513-phone-card,.theme513-steps .col-md-3>div{background:#fff;color:#222;border:1px solid #eee;box-shadow:0 12px 32px rgba(0,0,0,.08)}.theme513-dark-panel{background:#1f2532;color:#fff;padding:42px}.theme513-dark-panel h2,.theme513-dark-panel h3,.theme513-dark-panel p,.theme513-dark-panel li{color:#fff}.theme513-form-card{padding:38px}.theme513-form-card h3,.theme513-form-card p,.theme513-form-card span,.theme513-form-card input,.theme513-form-card textarea,.theme513-process h3,.theme513-process p,.theme513-process div,.theme513-phone-card h3,.theme513-phone-card p,.theme513-steps h4,.theme513-steps p{color:#222}.theme513-form-card input,.theme513-form-card textarea{width:100%;min-height:52px;margin-bottom:16px;padding:13px 16px;border:1px solid #ddd;background:#f8f8f8;color:#222}.theme513-form-card textarea{min-height:120px}.theme513-form-card input::-webkit-input-placeholder,.theme513-form-card textarea::-webkit-input-placeholder{color:#777}.theme513-form-card input:-ms-input-placeholder,.theme513-form-card textarea:-ms-input-placeholder{color:#777}.theme513-form-actions{font-size:0;margin-top:12px}.theme513-form-actions .btn1,.theme513-form-actions .btn2,.theme513-form-actions button.btn1,.theme513-form-actions a.btn1,.theme513-form-actions a.btn2{display:inline-block;min-width:132px;height:52px;padding:14px 22px;margin:0 12px 12px 0;border:0;font-size:15px;line-height:24px;vertical-align:top;text-align:center;cursor:pointer}.theme513-process,.theme513-phone-card{padding:34px;height:100%}.theme513-process b,.theme513-steps b{display:inline-block;color:#ff5e14;font-size:28px;margin-right:10px}.theme513-feature-img,.theme513-project-img{width:100%;max-height:420px;object-fit:cover}.theme513-download-page,.theme513-app-page,.theme513-web-page,.theme513-register-page,.theme513-auth-page,.theme513-contact{padding:90px 0}.theme513-steps{padding:70px 0}.theme513-steps .col-md-3>div{height:100%;padding:26px;margin-bottom:25px}.theme513-news-title{font-size:40px;line-height:1.25;color:#222}.theme513-meta span{display:inline-block;margin-right:16px;color:#777}.theme513-content{margin-top:25px}.theme513-sidebar{padding:28px;background:#f7f7f7}.theme513-sidebar .media{margin-bottom:18px}.theme513-sidebar img{width:90px;height:70px;object-fit:cover}.blog-content img,.single-blog-post img,.theme513-blog-thumb img{width:100%;max-height:260px;object-fit:cover}.footer-widget ul li{width:50%;float:left;margin-bottom:8px}@media(max-width:991px){.theme513-header-actions{display:block;margin:10px 0 0}.theme513-breadcrumb h1{font-size:32px}.theme513-form-card,.theme513-dark-panel{padding:26px}}
