@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: #347ab8;
}
.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: #347ab8;
}
.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: #347ab8;
  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: #347ab8;
  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: #347ab8;
  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 #4988c0;
  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: #4988c0;
  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: #347ab8;

  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: #347ab8;
}

/*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: #347ab8;
}
.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: #347ab8;
}
.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: #347ab8;
}
.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: #347ab8;
  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: #347ab8;
  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: #347ab8;
  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: #347ab8 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: #347ab8; 
  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: #347ab8;
	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 #347ab8;
  border-radius: 500px;
  padding: 6px 11px;
  margin-right: 10px;
}
.footer-social-icon ul li a {
	color: #347ab8;
	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: #347ab8;
}
.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: #347ab8;
}
.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: #347ab8;
}
.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: #347ab8;
  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: #347ab8;
}
.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: #347ab8;
  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: #347ab8;
}
#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: #347ab8;
  border-color: #347ab8;
}
.see-more-btn{
  justify-content: center;
}
.see-more-btn a{
  background-color: #ededed;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #347ab8;
  transition: all 0.5s ease-in-out;
}
.see-more-btn a:hover{
  background-color: #347ab8;
  color: #ffffff;
}
.col-blog{
  margin-bottom: 30px;
}
.search{
  margin-bottom: 30px;
}
.search input{
  font-size: 14px;
}
.input-group-text {
  background-color: #347ab8;
  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: #347ab8;
  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: #347ab8;
}
.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: #347ab8;
}
.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: #347ab8;
  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: #347ab8;
  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: #347ab8;
}
.preview-button a i{
  margin-left: 5px;
}
#preview-banner-section{
  background-color: #347ab8;
}
.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;
}

.col-privacy{
  text-align: left;
}

.h4-privacy{
  margin: 8px 0px 8px 0px;
}

.ul-privacy > li {
  color: black;
}