/*-----------------------------------------------------------------------------------

    Template Name: Your template name 
    Template URI: http://bootexperts.com
    Description: This is html5 template
    Author: BootExperts
    Author URI: http://bootexperts.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

.bg-img {
  background: rgba(0, 0, 0, 0) url("img/bg-2.jpg") repeat scroll center center / cover ;
  height: 100vh;
}
.slider > img {
  width: 100%;
}


/*----- about us  ------*/
.single-count {
  text-align: center;
}

.count-icon {

}
.count-icon span{font-size: 35px;}
.count-title {

}
.count-title h2 {
  color: #464646;
  font-size: 40px;
  font-weight: 300;
  margin: 15px 0;
}
.count-title span{font-size: 16px;
letter-spacing: 1px;
margin: 0;
text-transform: capitalize;}
.{}
.{}
.{}
.hover-style {
  display: block;
  position: relative;
}
.hover-style::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.hover-style:hover::before {
  opacity: 0.95;
}


/* about */
.about-minimal{}
.about-minimal h2{}
.minimal-img > img {
  width: 100%;
}
.about-minimal{}
.about-minimal ul{}
.about-minimal ul li {
  border-top: 1px solid #f6f6f6;
  display: block;
  line-height: 1.3em;
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
  position: relative;
}
.about-minimal ul li:last-child {
  border-bottom: 1px solid #eceaeb;
}
.about-minimal ul li::before {
  color: #444;
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 12px;
  margin-left: 0;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.about-minimal a {
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 5px;
  padding: 12px 25px;
  text-transform: uppercase;
}
.about-minimal a:hover{background:#464646;color:#fff;border-color:#464646}
.single-skill-about {
  text-align: center;
}
.progress-h4 {
  font-size: 22px;
  font-weight: 400;
}






.about-us-text > p {
  color: #666;
}
.team-wrapper {
  border: 1px solid #e7e7e7;
}
.team-member {
  position: relative;
}
.team-member > img {
  filter: grayscale(100%);
  width: 100%;
}
.team-member::before {
  background: transparent none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  width: 100%;
  z-index: 1;
}
.team-wrapper:hover .team-member::before  {
  background: rgba(33, 40, 45, 0.55);
}
.team-info {
  padding: 15px 0;
}
.team-icon {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.team-icon > a {
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 36px;
  margin: 0 15px;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  width: 40px;
  border-radius:50%;
}
.team-icon > a:hover{background:#fff;color:#666}
.team-wrapper:hover .team-icon > a{opacity:1;visibility:visible;margin:0 5px}
.team-info h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.team-info span {
  color: #666;
  text-transform: uppercase;
}
.team-member > img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

/*----- pricing table  ------*/
.pricing-top {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
}
.single-pricing {
  border: 1px solid #ddd;
  padding: 50px;
  text-align: center;
}
.pricing-top h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.pricing-top h3::before {
  background: #666 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 60px;
}
.pricing-top p {
  font-family: dosis;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 28px;
}
.pricing-top p span {
  font-size: 18px;
  font-weight: normal;
}

.pricing-tex li {
  color: #333333;
  font-size: 14px;
  padding-bottom: 22px;
  text-transform: capitalize;
}
.pricing-tex li:last-child {
  padding-bottom: 0px;
}
.pricing-tex li i{
  padding-right: 10px;
}

.price-btn a {
  background-color: transparent;
  border: 1px solid #c1c1c1;
  color: #464646;
  font-size: 17px; 
  padding: 12px 100px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.price-btn a:hover{
  background-color: #464646;
  border: 1px solid #464646;
  color: #fff;
}
.pricing-tex > ul {
  padding: 40px 0;
}

.price-btn .button i {
  font-size: 14px;
  padding-left: 12px;
}


/*----- contact ------*/


#hastech2 {
  height: 402px;
  width: 100%;
}
h3.main-contact {
  font-size: 20px;
  font-weight: bold;
  /*margin-bottom: 32px;*/
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-input input {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #666;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  height: 45px;
  padding-left: 20px;
}


.text-leave2 textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #666;
  font-family: "Lato",sans-serif;
  height: 150px;
  margin-bottom: 40px;
  padding: 14px 20px;
}

.leave-form input:focus, .main-input input:focus, .text-leave textarea:focus, .text-leave2 textarea:focus {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
}
.mfp-wrap {
  z-index: 99999999;
}
.mfp-bg {
  z-index: 9999999;
}



/*............. 18. Scrollup   ................*/

#toTop {
    text-align: center;
    bottom: 72px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 12px;
    z-index: 9999;
}
#toTop i {
    background-color: black;
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 40px;
}
#toTop i:hover {
    background-color: black;
    color: #fff;
}

.conract-area-bottom {
  margin-top: 50px;
}




@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	/* Force table to not be like tables anymore */
	.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
		display: inline-block;
		padding: 0;
		text-align: left;
		white-space: normal;
		width: 100%;
	}
	 
	/* Hide table headers (but not display: none;, for accessibility) */
	.table td{
		position:relative;
	  }
	.input {
		width: 300px;
	}
	tr {
		margin: 0 0 0 0;
	}
	tr:nth-child(odd) {
		background: white;
	}
	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
	}
	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
}

@media (min-width: 48em) {
	.responsive-table tr {
		display: table-row;
	}
	.table-condensed{
	width:100%;
	}
}

.responsive-table th,
.responsive-table td {
	padding: .5em;
	vertical-align: middle;
}

@media (min-width: 30em) {
	.responsive-table th,
	.responsive-table td {
		padding: .75em .5em;
	}
	.table-condensed{
	width:100%;
	}
}

@media (min-width: 48em) {
	.responsive-table th,
	.responsive-table td {
		display: table-cell;
		padding: .5em;
	}
	.table-condensed{
	width:100%;
	}
}

@media (min-width: 62em) {
	.responsive-table th,
	.responsive-table td {
		padding: .75em .5em;
	}
	.table-condensed{
	width:100%;
	}
}

@media (min-width: 75em) {
	.responsive-table th,
	.responsive-table td {
		padding: .75em;
	}
	.table-condensed{
	width:100%;
	}
}

.input-group-addon {
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-primary {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-secondary {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* Google Map */
.maps-area{
	height: 450px;
	overflow:hidden;
}
.maps-area .main-maps{
	width: 100%;
}
.maps-area .main-maps iframe {
	border: 0;
	width: 100%;
	height: 450px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 79px;
    left: 15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float-star{
	position:fixed;
	width:60px;
	height:60px;
    bottom: 88px;
    right: 28px;
	background-color:#000000;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}
.fa-shopping-bag{
     color: black;
     font-size: 21px;
 }
 
.popup-box-on {
  display: block !important;
}
.off {
  display: none;
}
.chat_box .chat_message_wrapper ul.chat_message > li + li {
  margin-top: 4px;
}

#search.open {
  opacity: 1;
  transform: translate(0px, 0px) scale(1, 1);
}
#search {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 2000;
  
}
#search .close {
  color: black;
  font-size: 40px;
  opacity: 1;
  padding: 10px 17px;
  position: fixed;
  right: 15px;
  top: 15px;
}
button.close {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
}
.close {
  float: right;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
}

#search input[type="text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 50px;
  font-weight: 300;
  margin: -51px auto 0;
  outline: medium none;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  height: 100px;
}
#search .btn {
  left: 50%;
  margin-top: 60px;
  padding: 0px 50px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}
 
li .s-icon a {
  background: #fff none repeat scroll 0 0 !important;
  border-radius: 40px !important;
  color: black !important;
  font-size: 26px;
  height: 44px;
  margin: 3px -12px 0 0;
  padding: 7px 0 0 !important;
  text-align: center;
  width: 44px;
}
 
 
.btn-site {
  background: black none repeat scroll 0 0;
  color: #fff !important;
}


.item-slick.slick-slide.slick-current.slick-active{

	outline: none!important
}

.slider-for{ 
	margin-bottom: 15px;
	 
}

.slider-for img{  
	
		width: 100%;
		min-height: 100%;
}

 
	

.slider-nav{
	margin: auto;
}
.slider-nav .item-slick{
		max-width: 240px;
		margin-right: 15px;
		outline: none!important;
		cursor: pointer;
		 
}

  .slider-nav
	.item-slick
		img{ 
			max-width: 100%;
			background-size: cover;
			background-position: center;
	}
.slick-arrow{
  position: absolute;
	top: 50%;
	z-index: 50;
	margin-top: -12px;
}
	

/*.slick-prev{*/
/*  left: 0;*/
/*}*/
	
/*.slick-next{*/
/*  right: 0;*/
/*}*/
	
.modal {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1074;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.blog-img img {
  width: 100%;
  padding: 16px;
}

.blog-info.blog-pad {
  margin: 0;
  padding: 20px 25px;
  text-align: center;
}

.blog-info h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.blog-info > a {
  border: 0px solid #464646;
  color: #464646;
  display: inline-block;
  font-size: 12px;
  font-weight: 100;
  margin-top: 14px;
  padding: 8px 30px;
  text-transform: none;
  transition: all 0.3s ease 0s;
}
.card {
  position: relative;
  display: flex;
  width: 600px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 11px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: rgba(255, 255, 255, 0.8);   */
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  padding: 1rem;
  box-sizing: border-box;
}


.items {
  width: 90%;
  margin: 0px auto;
  margin-top: 0px
}

.slick-slide {
  margin: 10px
}

.media{
	display:block;
}
.media iframe,
.media-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, .1);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.media-content:before {
  content: '';
  position: absolute;
  height: 10%;
  width: 90%;
  left: 5%;
  bottom: 0;
  background: inherit;
  background-position-y: 100%;
  filter: blur(10px)
}

.circle .media-content:before {
  width: 40%;
  left: 30%
}


.profile-image{
  width: 100%;
  /* height: 200px; */
  /* border-top-left-radius: 11px !important;
  border-top-right-radius: 11px; */
}

.card-title {
  font-size: 19px;
  background: #d88581;
  padding: 10px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  text-align: center;
  max-width: 100px; /* Adjust the maximum width as needed */
  margin: 0 auto; /* Center the title within the card */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card-text {
  font-size: 29px;  
  padding: 10px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  text-align: center;
}


.analysis-area .row .col-md-6:nth-child(1){background:#d88581;}
.analysis-area .row .col-md-6:nth-child(2){background:#ffffff;}
.analysis-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px;
}

/*.analysis-box h2 {
  font-size: 50px;    
  font-weight: 100;
  margin-top: 0;
}

.analysis-content {
  text-align: center;
  transform: translateX(-50%);
}
*/
.quote_ico{
    font-size: 84px;
    opacity: 0.5;
}
.quote-r{
    opacity: 0.5;
}
.analysis-box h2 {
    font-size: 32px;
    font-weight: 100;
    margin-top: 0;
}


.analysis-content {
    text-align: center;
    transform: translateX(-83%);
}
