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

    Template Name: Spaqueen - Health & Beauty template
    Template URI: http://www.obxtheme.com/
    Description: This is html5 template
    Author: Obxtheme
    Author URI: http://www.obxtheme.com/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS
    2. Heade Css here
    03. Slider css here
    04. About css here
    05. Service css here
    06. Fun fact css here
    07. Gallery css here
    08. Feature css here
    09. Testimonial css here
    10. Pricing css here
    11. Blog css here 
    12. Special offer css here 
    13. Contact us css here
    14. Footer css here
    15. scrollup css here
    16. Breadcrumb css here
    17. About us css here
    18. Service page css here
    19. BLOG page css here
    20. Pricing page css here

/*========================
   1. Theme Default CSS
=======================*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Raleway:300,300i,400,500,600,700|Montserrat:400,700');

img{max-width: 100%}

/*----------------------------------------*/
/*  2.  Header and Menu Area CSS
/*----------------------------------------*/

.price-button{
	float: right;
    margin-top: -8px;
    color: #fff;
}	

.navbar .navbar-nav li:hover > a,.navbar .navbar-nav li.active a{
    background-color: transparent;
    color: #d5275a ;
}
.navbar .navbar-nav > li > a:focus {
    background-color: transparent
}
.navbar-brand {
    padding: 0px;
}
.nav > li {
	position: relative;
}
.navbar {
    background-color: transparent;
    border: none;
    margin: 0;
    /*text-transform: uppercase;*/
}
.navbar-nav li a {
	color: #535353;
	padding: 11px 0px;
	margin: 0 15px;
}
.navbar-header {
	padding-top: 14px;
}

.main-navigation {
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
}
.logo {
	padding: 20px 0px;
	display: inline-block;
}
.appointment-button {
	margin-top: 25px;
}
#productModal .modal-dialog{margin-top: 10%}
#productModal button.close span {
	border: 1px solid #909295;
	border-radius: 60px;
	color: #909295;
	display: block;
	height: 30px;
	line-height: 25px;
	text-align: center;
	width: 30px;
	padding-top: 1px;
}
#productModal button.close {
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 2;
	opacity: 1;
}
#productModal .get-quate-inner {
    margin-top: 0px;
}

.modal-header {
	padding: 0px;
	border-bottom: 0px;
}
.appointment-button a {
	padding: 6px 13px;
	color: #fff;
	background: #d5275a ;
	float: right;
	border: 1px solid #d5275a ;
}
.appointment-button a:hover {
	background: #fff;
	color: #d5275a ;
	border: 1px solid #d5275a ;
}
.appointment-button i {
	margin-right: 9px;
}
.drop-down {
	position: absolute;
	background: #fff;
	width: 175%;
	top: 100%;
	z-index: 999999;
	padding: 0px 0px;
	display: none;
	visibility: visible;
	box-shadow: 0 2px 10px -5px rgba(87, 97, 100, 0.35);
	border-top: 1px solid #ddd;
}
.drop-down li {
	border-bottom: 1px solid #ddd;
}
.navbar .navbar-nav li:hover > .drop-down{
    display: block;
    visibility: visible;

}
.drop-down li a {
	padding: 12px 19px;
	margin: 0;
	display: inline-block;
	font-size: 13px;
}


/*-------------------
    03. slider css here
-----------------------*/

.banner {
	width: 100%;
	height: auto;
	padding-top: 85px;
}
.banner .item{
  height:506px;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.sin-team-det2 {
    padding: 10px 24px;
    background: #eee;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    height: 40px;
}

.banner h1 {
	color: #D5275A;
	margin: 0 0 25px;
	font-size: 60px;
	font-weight: 700;
}
/*.banner p {
    color: #000;
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 35px;
    padding: 0px 60px;
}*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item .btn {
     position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}
.carousel-fade .carousel-inner .item .btn:hover {
    
  background-color: black;

}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.caption-info{
  position:absolute;
  top:40%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  width:100%;
}
.caption-info-inner h1{
  animation-delay: 0.5s;
}
.caption-info-inner p{
  animation-delay: 1.1s;
}
.caption-info-inner a{
  animation-delay: 1.6s;
}
.control{
  opacity:0;
  visibility:hidden;
  -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;
  transition:all 0.3s ease-in-out;
}
.banner:hover .control{
  visibility:visible;
  opacity:.5;
}
.control, .control:focus {
	color: #fff;
	margin: -15px 0 0;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,0.7);
	opacity: .5;
}
.control:hover {
 opacity: .7;
    color: #fff;
    background: rgba(0,0,0,1);
}
.left.control{
  left:10px;
}
.right.control {
  right:10px;
}
.btn-primary, .btn-primary:focus, .btn-primary:active {
	background: #c40b3e none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-top: 0;
	padding: 12px 20px;
	text-transform: uppercase;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-weight: 600;
	border: 0px solid;
	letter-spacing: 2px;
}
.btn-primary:hover {
    background:#6F0081;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/*-------------------
    04. About css here
--------------------*/
.about-section.ptb-100 {
padding-top: 100px;
}
.about-desc h6 {
    color: #7a7a7a;
    font-weight: 600;
    margin-bottom: 6px;
}
.about-desc h2 {
  color: #444;
  font-size: 34px;
  margin-bottom: 21px;
  text-transform: capitalize;
}
a.rounded-btn {
  border: 1px solid #d5275a ;
  border-radius: 25px;
  display: inline-block;
  font-weight: 600;
  margin-top: 7px;
  padding: 14px 35px;
  color: #d5275a ;
  text-transform: uppercase;
}
a.rounded-btn:hover {
    background: #d5275a ;
    color: #fff
}
.about-desc p.text-2 {
  margin: 24px 0;
}
.about-img img {
	width: 100%;
}
.about-carousel.owl-theme .owl-controls .owl-buttons div {
	background: #D5275A none repeat scroll 0 0;
	border: 0px solid;
	border-radius: 16px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	margin: 0;
	opacity: 1;
	padding: 0px 0px;
	width: 22px;
	height: 22px;
	margin-top: 5px;
	line-height: 21px;
}
.about-carousel.owl-theme .owl-controls .owl-buttons div:hover {
	background: #720F83 none repeat scroll 0 0;
}
.about-carousel.owl-theme .owl-controls .owl-buttons .owl-prev{margin-right: 5px}
.about-carousel.owl-theme .owl-controls {
	margin-top: 0;
	text-align: center;
}
/*-------------------
    05. Service css here
-----------------------*/
#service-area {
	background: #f9f9f9;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}
#service-area .section-title h2::after {
	background: #f9f9f9 none repeat scroll 0 0;
}
.service-left {
    text-align: center;
    position: relative;
}
.service-left h2 {
	text-align: center;
	color: #000;
	letter-spacing: 10px;
	padding-top: 50px;
    z-index: 9999
}
.img-wrapper img {
	border: 12px solid #D5275A;
}

.sin-service {
cursor: pointer;
height: 284px;
padding: 20px 30px;
text-align: center;
     -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.ser-img {
	width: 50px;
	margin: 0 auto;
}
.ser-icon i {
	font-size: 45px;
}
.sin-service > h3 {
color: #555;
font-size: 22px;
font-weight: bold;
margin: 10px 0;
text-transform: uppercase;
     -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.sin-service p {
color: #555;
     -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.sin-service:hover{background: #d5275a }
.sin-service:hover h3{color: #fff}
.sin-service:hover p{color: #fff}
.sin-service:hover .ser-icon i{color: #fff }
.ab-image-one {
	width: 88%;
	margin: 0 auto;
	border: 1px solid #ddd;
	padding: 15px;
}
.ab-image-two {
	width: 80%;
	margin: 0 auto;
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: -12px;
    background: #fff;
}

.border-b{border-bottom: 1px solid #ddd}
.border-r{border-right: 1px solid #ddd}
.border-r-b{
	border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
	}

/*--------------------------
    06. Fun fact css here
--------------------*/
.fun-fact {
    background: url(images/bg/1.jpg)no-repeat scroll center center;
    background-size: cover;
}
.single-fun-fact.middle-margin {
    float: right;
    margin-right: 70px;
}
.single-fun-fact.middle-margin-left {
    float: right;
    margin-right: 5px;
}
.single-fun-fact p {
	color: #fff;
	font-size: 35px;
	font-weight: bold;
}
.single-fun-fact h5 {
	color: #fff;
	display: inline-block;
	line-height: 16px;
	margin-bottom: 0;
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 25px;
}
.fun-icon {
    margin-bottom: 30px;
}
/*----------------
    07. Gallery css here
----------------*/
.section-title h2 {
  color: #535353;
  display: inline-block;
  font-size: 30px;
  line-height: 21px;
  margin-bottom: 52px;
  position: relative;
  text-transform: uppercase;
}
.section-title h2:before {
  background: #d5275a  none repeat scroll 0 0;
  bottom: -30px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -68px;
  position: absolute;
  width: 136px;
}
.section-title.text-center > p {
	margin-bottom: 50px;
	margin-top: 9px;
}
.section-title h2:after {
    background: #fff none repeat scroll 0 0;
    bottom: -43px;
    color: #d5275a ;
    content: "\f117";
    font-family: Flaticon;
    left: 50%;
    margin-left: -16px;
    padding: 0 5px;
    position: absolute;
}
.work-filter {
  text-align: center;
  margin-top: 20px;
}
.mixitup-button {
    display: inline-block;
    margin-bottom: 50px;
    padding: 5px 66px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
}
.mixitup-button li {
	display: inline;
	padding: 4px 22px 6px;
	cursor: pointer;
    background: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.work-filter .mix {
    display: none;
}
.mixitup-button li span{
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.mixitup-button li:hover {
    color: #d5275a ;
}
.mixitup-button li.active {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    background: #d5275a;
	color: #fff;
}
.mixitup-content {
	overflow: hidden;
	padding-right: 15px;
}
.mix {
	padding-right: 0px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.mix-wrapper {
    position: relative;
    overflow: hidden;
}
.mix-wrapper img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.overlay::before {
    background-color: #720F83;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.work-icon {
  margin-bottom: -26px;
  position: absolute;
  bottom: 40%;
  transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
  opacity: 0;
  width: 100%;
}
.work-icon a {
	border: 2px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-size: 25px;
	height: 52px;
	line-height: 48px;
	margin: 0 7px;
	text-align: center;
	width: 52px;
}
.overlay::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s 0.2s;
	/* transition: opacity 0.5s 0.2s; */
	background: -moz-linear-gradient(left, rgba(255,43,88,0.8) 0%, rgba(114, 15, 131,0.8) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(255,43,88,0.8) 0%,rgba(114, 15, 131,0.8) 100%) !important;
	background: linear-gradient(to right, rgba(255,43,88,0.8) 0%,rgba(114, 15, 131,0.8) 100%) !important;

}
.mix .mix-wrapper:hover .overlay::before {
    opacity: 0.8;
}
.mix .mix-wrapper:hover .work-icon {
    opacity: 1;
    bottom: 50%;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
}
.work-icon a:hover {
   
    color: #fff;
}

/*-----------------------
    08. Feature css here
---------------------------*/
.pink{color: #d5275a }
.feature-img img {
  border-radius: 50%;
  height: 228px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 228px;
    border: 4px solid #d5275a;
}
.single-feature {
     padding-top: 25px;
}
.feature-desc h3 a,.feature-desc h3 a:hover {
  font-weight: 500;color: #d5275a
}
.feature-desc > h3 {
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
}
.feature-desc {
    margin-top: 26px;
}
.feature-desc > p {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin-top: 20px;
}
.feature-rate p {
	color: #6F0081;
	font-size: 18px;
	font-weight: 500;
}
.feature-rate {
	text-align: center;
	margin: 0 auto;
	width: 140px;
	margin-top: 11px;
}

/*-------------------
    09. Testimonial css here
------------------------*/
.testimonial {
    background-attachment: fixed;
    background-image: url("images/bg/2.jpg");
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.testimonial .testimonial_overlay {
	background: -moz-linear-gradient(left, rgba(27, 18, 20, 0.2) 0%, rgba(114, 15, 131,0.8) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(27, 18, 20, 0.2) 0%,rgba(114, 15, 131,0.8) 100%) !important;
	background: linear-gradient(to right, rgba(27, 18, 20, 0.2) 0%,rgba(114, 15, 131,0.8) 100%) !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.testimonail-list {
	margin-top: 57px;
}
.single-testimonial p {
	font-size: 15px;
	color: #fff;
}
.single-testimonial > p i {
    color: #6bc513;
    font-size: 30px;
}
.tes-img {
	text-align: center;
	margin-bottom: 30px;
}
.tes-img img {
	border: 4px solid #d5275a;
	border-radius: 100px;
}
.section-title h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
}
.single-testimonial > h3 {
color: #fff ;
font-size: 16px;
font-weight: 600;
margin: 0;
text-align: right;
text-transform: capitalize;
}
.single-testimonial p.title {
    font-style: normal;
    margin: 0;
    text-align: right;
}
.owl-theme .owl-controls .owl-page span {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #d5275a ;
  height: 16px;
  opacity: 1;
  width: 16px;
}
.owl-theme .owl-controls .owl-page.active span {
   background: #d5275a  none repeat scroll 0 0;
}
.testimonial .section-title h2::after {
	background: #f6f8fa none repeat scroll 0 0;
}


/*----------------------------------------*/
/*  10.  Priceing section  CSS
/*----------------------------------------*/
.single-price {
  padding: 53px 15px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #720f83;
}
.single-price .single-price-rate {
  margin: 0 auto;
  display: table;
  border-radius: 50px;
  padding: 17px 23px;
}
.single-price-rate span {
  display: table-cell;
  padding-right: 5px;
  padding-left: 5px;
}
.single-price-rate .currency {
  vertical-align: top;
  font-size: 30px;
  padding-top: 5px;
}
.single-price-rate .rate {
  vertical-align: middle;
  font-size: 50px;
}
.single-price-rate .duration {
  vertical-align: bottom;
  font-size: 20px;
  padding-bottom: 10px;
}
.pricing-title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
}
.single-price p {
  color: #fff;
  padding: 0 27px;
  margin-top: 13px;
  font-size: 14px;
}
.single-price a.rounded-btn {
  border: 1px solid #fff;
  border-radius: 25px;
  display: inline-block;
  font-weight: 600;
  margin-top: 7px;
  padding: 14px 15px;
  color: #fff;
  text-transform: uppercase;
}
.single-price a.rounded-btn:hover{
  border: 1px solid #d5275a ;
}

/*----------------------------------------*/
/*  11.  Blog section  CSS
/*----------------------------------------*/

.sin-blog-det h3 a {
    color: #010101;
    font-size: 20px;
    font-weight: 500;
    font-family: "Raleway",sans-serif;
}
.blog-content > p {
    font-size: 15px;
    line-height: 30px;
}
.sin-blog-det > h3 {
    margin-bottom: 12px;
}
.readmore {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    color: #333;
}
.sin-blog:hover img {
	transform: scale(1.1);
}
.blog-meta > p {
    font-size: 13px;
}
.blog-content > p {
    font-size: 15px;
    line-height: 30px;
}
.sin-blog-det {
    padding: 25px 0px;
}
.sin-blog-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.sin-blog-img {
    overflow: hidden;
    text-align: center;
}
.sin-blog:hover .sin-blog-det h3 a {
    color: #d5275a 
}
.readmore:hover {
    color: #d5275a 
}
.btn.submit-btn.btn-primary.blog-btn {
border-radius: 25px;
padding: 10px 20px;
}
/*----------------------------------------*/
/*  12.  Special offer  CSS
/*----------------------------------------*/

.fixed-bg-wrapper {
    background-attachment: fixed;
    background-image: url("images/bg/offer-bg.jpg");
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.fixed-bg-wrapper::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.fixed-bg > h2 {
  color: #fff;
  float: left;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
  text-transform: capitalize;
}
.fixed-bg a {
    background: #d5275a  none repeat scroll 0 0;
    color: #fff;
	border-radius: 25px;
	display: inline-block;
	font-weight: 600;
	margin-top: 7px;
	padding: 14px 35px;
	text-transform: uppercase;
    float: right;
    }
.fixed-bg a:hover {
    
    background: #fff;
    color: #d5275a ;
}
.fixed-bg {
    width: 60%;
    margin: 0 auto;
}
.fixed-bg span {
	font-weight: 600;
}
/*----------------------------------------*/
/*  13.  Contact section  CSS
/*----------------------------------------*/
#contact {
	background: #f9f9f9;
    border-top: 1px solid #e4e4e4;
}
#contact .section-title h2::after {
	background: #f9f9f9 none repeat scroll 0 0;
}

.contact-wraper form input {
    border: 1px solid #999;
    margin-bottom: 20px;
    padding: 10px 17px;
    width: 100%;
}
.contact-wraper form input:focus,.contact-wraper textarea:focus,.contact-wraper form input:active,.contact-wraper textarea:active{
    border-color: 1px solid #fff;
    box-shadow: none;
    outline: none;
    
}
.contact-wraper form input.input-small {
    width: 50%;
    float: left
}
.contact-wraper textarea {
    border: 1px solid #999;
    height: 120px;
    margin-bottom: 22px;
    padding: 10px 15px;
    width: 100%;
}
btn.submit-btn:hover {
    background: #333 none repeat scroll 0 0;
    border-color: #333;
    color: #fff;
}
.contact-wraper {
    padding-top: 65px;
}
.contact-address a {
  font-family: "Lato",sans-serif;
  font-weight: 400;
}
.add-icon {
    float: left;
    height: 35px;
    text-align: center;
    width: 35px;
    margin-top: 4px;
}
.sin-add p {
    overflow: hidden;
    padding-left: 15px;
    font-size: 16px;
    line-height: 26px;
}
.sin-add a {
    color: #333;
    margin-left: 8px;
}
.add-icon i {
	font-size: 21px;
	color: #D5275A;
}
.contact-wraper form input:active,.contact-wraper form input:focus,.contact-wraper form textarea:active,.contact-wraper form textarea:focus{border: 1px solid #D5275A;background: #fff }

/*----------------------------------------*/
/*  11.  Footer section  CSS
/*----------------------------------------*/

.sin-footer-head h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.sin-footer-head {
    margin-bottom: 11px;
}
.sin-footer-con > p {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}
.single-footer {
    margin-top: 25px;
}
.footer-widget {
    background: #2a2a2a none repeat scroll 0 0;
    padding-top: 11px;
    padding-bottom: 30px;
}
.footer-social li {
    display: inline-block;
    margin: 0px 3px ;
}
.footer-social a {
    background: #4d5055 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 23px;
    height: 52px;
    line-height: 52px;
    width: 52px;
    margin-top: 5px;
}
.footer-social a.f-fb {
    background: #5D82D1 none repeat scroll 0 0;
}
.footer-social a.f-pi {
    background: #4d7ae0 none repeat scroll 0 0;
}
.footer-social a.f-db {
    background: #EA4C89 none repeat scroll 0 0;
}
.footer-social a.f-tw {
    background: #1DA1F2 none repeat scroll 0 0;
}
.footer-social a.f-gp {
    background: #EB5E4C none repeat scroll 0 0;
}
.footer-social a:hover {
  

}
.footer-social > ul::before {
    background: #4D5055 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 33%;
}
.footer-social > ul::after {
    background: #4D5055 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    top: 50%;
    width: 33%;
}
.footer-social > ul {
    position: relative;
}
.sin-footer-con a {
    color: #999;
    font-size: 14px;
}
.quick-link-right {
    float: right;
    margin-right: 90px;
}
.quick-link-left {
    float: left;
}
.sin-footer-con li {
    margin-bottom: 5px;
}
.mail-send {
    background: #D5275A none repeat scroll 0 0;
    border: medium none;
    border-radius: 52px;
    color: #ffffff;
    font-size: 13px;
    padding: 9px 12px;
    width: 30%;
}
.subscribe-link > input {
	border: 1px solid #fff;
	border-radius: 23px;
	float: left;
	margin-right: 5%;
	padding: 7px 13px;
	width: 65%;
	background: #4d5055 ;
}
.subscribe-link > input{color: #999}
.subscribe-link ::-webkit-input-placeholder { /* Chrome */
  color: #999;
}
.subscribe-link :-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.subscribe-link ::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: 1;
}
.subscribe-link :-moz-placeholder { /* Firefox 4 - 18 */
  color: #999;
  opacity: 1;
}
.footer-social {
    margin-top: 0px;
    text-align: center;
}
.footer-area p {
    font-size: 12px;
    margin: 0;
    padding: 17px 0;
    text-align: center;
}
.footer-area {
    background: #191919;
    color: #fff;
}


/*--------------------
    15. scrollup css here
----------------------*/
#scrollUp {
    background: #505050 ;
    bottom: 45px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 40px;
    line-height: 37px;
    position: fixed;
    right: 30px;
    text-align: center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 40px;
    z-index: 9999;
    border-radius: 100px;
}
#scrollUp i {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#scrollUp:hover {
    background: #c51042 none repeat scroll 0 0;
}

/*-------------------
    16. Breadcrumb css here
-----------------------*/

.breadcrumb {
    position: relative;
	background: url(images/bg/ser.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 86px;
	padding: 65px 0px;
	text-align: center;
	color: #fff;
    margin-bottom: 0px;
}

.breadcrumb::before {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.breadcrumb h2 {
	color: #fff;
	font-size: 40px;
	text-transform: capitalize;
    position: relative;
}
.breadcrumb h2::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 5px;
	background: #fff;
	left: 50%;
	bottom: -17px;
	margin-left: -40px;
}
/*-------------------
    17. About us css here
-----------------------*/
.sin-team-det > h2 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.sin-team-det > span {
    font-size: 17px;
    font-weight: 300;
    text-transform: capitalize;
}
.sin-team {
    color: #222!important;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
	width: 90%;
}
.sin-team:hover .sin-team-det {
	background: #c40a3d;
	color: #fff;
}
.sin-team:hover .sin-team-det p{
	color: #fff;
}
.sin-team-img {
	/*max-height: 325px;*/
}
.sin-team:hover .sin-team-det h2 {color: #fff}
.team-area {
    background: #f9f9f9;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    display:none;
}
.sin-team-img > img {
    width: 100%;
}
.sin-team-det {
    padding: 10px 24px;
    background: #eee;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
	
}
.team-social {
	right: 10px;
	margin-left: -68px;
	position: absolute;
	top: 23%;
	z-index: 999;
}
.sin-team-img {
    overflow: hidden;
    position: relative;
}
.team-social > a {
	background: #d5275a none repeat scroll 0 0;
	border-radius: 53px;
	color: #fff;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0 2px;
	text-align: center;
	width: 35px;
    opacity: 0;
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
}
.sin-team:hover .team-social > a {
    opacity: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.get-quate-inner {
	background: #ffffff  none repeat scroll 0 0;
	overflow: hidden;
	padding-top: 23px;
	top: 5px;
	display: inline-block;
	padding: 32px 30px;
	margin-top: 40px;
}
select {

	border: 1px solid #fff;

}
.get-quate-inner p {
    color: #605c5c;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.get-quate-inner p:first-child {
	margin-bottom: 31px;
	color: #0e0e0e;
}
.selection-par {
    float: left;
    padding: 0 6px 0 30px;
    width: 50%;
}

.selection-par select {
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    color: #393d42;
    font-family: 'Lato', sans-serif;
}

.selection-par select {
    border: medium none;
    color: #393d42;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 13px;
    width: 100%;
}

.selection-button input {
    border: medium none;
    color: #393d42;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    height: 50px;
    padding-left: 15px;
    width: 100%;
}

.qbuuton {
	background: #b8193c  none repeat scroll 0 0;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	margin-top: 15px;
	padding: 8px 19px;
	text-align: left;
	margin-left: 0px;
	font-weight: 400;
	text-transform: capitalize;
	font-weight: 500;
}

.selection-button {
    float: right;
    padding: 0 30px 0 6px;
    width: 50%;
}

.quote-des {
    margin-top: 170px;
}

.qbuuton:hover {
    color: #ffffff!important;
}
.datetimepicker, .datetimepicker:focus,input,input:focus{
	border: 1px solid #fff;
    background: #eaeaea
}
.get-quate-inner input {
	    width: 48%;
    margin: 0 1%;
    margin-bottom: 15px;
    height: 40px;
    /* margin-top: 2px; */
    padding: 0 10px;
    box-shadow: 0 0 1px 0px gainsboro;
}

/*-------------------
    18. Service page css here
-----------------------*/
.service-page .sin-service {
	cursor: pointer;
	height: auto;
	padding: 20px 30px;
	text-align: center;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin: 15px;
	background: #F6F3EF;
}
.service-page .sin-service:hover {
	background: #d5275a;
}
.service-two {
	background: #f9f9f9;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}
.sinp-service h3 {
	color: #d5275a ;
	text-align: center;
	font-weight: 500;
	padding-top: 20px;
	text-transform: capitalize;
	font-size: 24px;
}
.service-img {
	border-bottom: 2px solid #720f83;
}
.get-quate-inner select {
	width: 48%;
	height: 40px;
	margin-bottom: 15px;
	margin-left: 1%;
	margin-top: 2px;
}
.price {
	float: left;
	color: #222;
	font-size: 16px;
    margin-bottom: 5px;
}
.amount {
	float: right;
	color: #222;
	font-size: 16px;
    margin-bottom: 5px;
}
.rate {
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	padding-top: 5px;
	margin-top: 37px;
}

.sinp-service .qbuuton{margin-left: 0px;margin-top: 25px;}
.ser-page.owl-theme .owl-controls .owl-page.active span {
	background: #535353 none repeat scroll 0 0;
}
.ser-page.owl-theme .owl-controls .owl-page span {
	border: 2px solid #535353;

}
.ser-page.owl-theme .owl-controls {
	margin-top: 50px;
}
/*----------------------------------------*/
/*  19.  BLOG  PAGE CSS
/*----------------------------------------*/
.blog-page-content {
padding-bottom: 80px;
}
.blog-page-content .single-blog {
  margin-top: 0;
}
.blog-page-content .blog-heading a {
font-size: 17px;
font-weight: 400;
margin-bottom: 10px;
}
.blog-wrapper {
padding: 20px 0px;
}
.blog-heading {
font-size: 19px;
font-weight: 400;
margin-bottom: 10px;
}
.blog-page-content .form-control {display: inline-block;}
.blog-page-content .shop-short-wrapper .sort label {float: right !important;}
.blog-page-content .shop-short-wrapper .form-control.show-sort {float: right !important;}
.blog-wrapper .blog-detail {
padding-right: 15px;
}
.blog-meta {font-size: 13px;}
.single-blog img {width: 100%;}
.blog-content {padding: 10px 0;}
.single-blog {
margin-bottom: 32px;
margin-top: 20px;
overflow: hidden;
}
.blog-content {
color: #7f7f7f;
font-size: 15px;
line-height: 27px;
padding: 10px 0;
}
.commentlists-div ol, .commentlists-div ul {
list-style: outside none none;
}
.commentlists {
border-bottom: 1px solid #e7e6e6;
margin-bottom: 25px;
padding-bottom: 25px;
padding-left: 0px;
}
.commentlists div.avatar {
float: left;
margin-right: 15px;
}
.commentlists .the-comment .comment-box {
margin-left: 70px;
overflow: hidden
}
.children-comment {
padding-left: 70px;
}
.commentlists .the-comment {
border-top: 1px solid #e7e6e6;
margin-top: 25px;
padding-top: 25px;
}
.com-name {
color: #777777;
font-size: 12px;
font-weight: normal;
margin-bottom: 0;
}
.comment-text {
margin-top: 26px;
color: #666;
font-weight: 300;
}
.comment-author.meta > p {
color: #777777;
font-size: 13px;
}
.sin-post .form-control {background-color: #fff;}
.comment-form .form-control {
	border: 1px solid #999;
	border-radius: 0px;
}
.form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0), 0 0 8px rgba(102, 175, 233, 0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0);
}
.btn.btn-primary.submit {border: 0 solid;}
.blog-meta span {margin-right: 6px;}
.btn.btn-primary.continue-shopping.pull-left {
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
color: #444;
}
.btn.btn-primary.continue-shopping.pull-left:hover {
background: #ddd none repeat scroll 0 0;
color: #000;
}
.blog-page-content .blog-wrapper .sin-post-image {
margin-bottom: 25px;
}
.widget-area {
padding: 20px 0px;
}
.search-box h6 {
color: #333333;
font-size: 13px;
font-weight: 700;
margin-bottom: 36px;
text-transform: uppercase;
}
.search-box .form-control {
border-color: #dddddd;
box-shadow: none;
font-size: 16px;
height: 41px;
}
.search-box .form-control:focus {
  border-color: #ddd;
  box-shadow: none;
  outline: 0 none;
}
.search-box .btn-default {
  background-color: #ffffff;
  border-color: #dddddd;
  color: #333333;
  font-size: 19px;
}
.search-box .btn-default:hover {
  background-color: #fff;
  border-color: #ddd;
  color: #333333;
}
.sin-widget h6 {
color: #333333;
font-size: 13px;
font-weight: 700;
margin-bottom: 36px;
text-transform: uppercase;
}
.sin-widget a {
  color: #333333;
  display: block;
  font-size: 15px;
  margin-top: 12px;
  padding-bottom: 1px;
  width: 100%;
    font-weight: 500;
}
.sin-widget ul i {
	float: right;
	font-size: 11px;
	margin-top: 5px;
}
.sin-widget span {
	color: #d5275a ;
	font-size: 13px !important;
}
.sin-widget {
  /*border-top: 1px solid #dddddd;*/
  margin-top: 4px;
  padding-left: 4px;
  padding-top: 10px;
}
.search-box .btn-default,.search-box .btn-default:hover {
	background-color: #d5275a ;
	border-color: #d5275a ;
	color: #fff;
	font-size: 19px;
}

.sin-widget.style-two ul i {
  display: inline-block;
  float: left;
  font-size: 11px;
  margin-right: 11px;
  margin-top: 4px;
}
.sin-widget.style-two a {
  color: #000000;
  font-size: 14px;

}
blockquote {
	border-left: 5px solid #d5275a ;
}

/*-------------------
    20. Pricing page css here
-----------------------*/

.table-body ul li {
	position: relative;
	padding: 11px 0px;
	border-bottom: 1px dashed #505050;
	font-family: roboto;
}
.table-body ul li a, .table-body ul li span {
	/*float: right;*/
	color: #c40a3d ;
}
.table-header {
	background: #c40a3d ;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	padding: 10px 20px;
	text-transform: uppercase;
}
 .table-body {
	position: relative;
	padding: 10px 24px 10px;
	font-size: 14px;
}
.sin-pricelist {
	position: relative;
	border: 1px solid #d5275a;
	margin-bottom: 46px;
}
.book {
	height: 86px;
	width: 86px;
	background: #c40a3d ;
	text-align: center;
	border-radius: 90px;
	
	margin-top: 21px;
	
    -webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    border: 2px solid #c40a3d;
}
.book:hover {
    background: #fff;
    border: 2px solid #d5275a;

}

.book a {
	color: #fff;
	line-height: 82px;
	display: block;
}
.book:hover a {
	color: #d5275a;
}
/*module css*/

#productModal button.close {
	position: absolute;
	right: -12px;
	top: -12px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 2;
	opacity: 1;
	background-image: url('images/cross.png');
	text-indent: -999999;
}
#productModal button.close span {
    border: none;
	color: #fff;
	display: block;
	height: 34px;
	line-height: 18px;
	text-align: center;
	width: 34px;
	padding-top: 1px;
	text-indent: -9999px;
}
.sub-tit {
	color: #0e0e0e  !important;
	text-align: left !important;
	font-size: 20px !important;
	padding-left: 5px;
}

/*---------preloader---------*/
#loading {
    background-color: #fcfcfc;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 9999999;
}

.spinner {
    font-size: 10px;
    height: 70px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    margin-top: -35px;
}

.spinner>.single_rect {
    background-color: #D5275A;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
/*--------end preloader style----------*/




/* Medium desktop :992px. */

@media (min-width: 1200px) and (max-width: 1500px) {
    .pb-100 {
        padding-bottom: 80px;
    }
    .galllery.item2 {
        padding: 80px 0 50px;
    }
    .boxed-layout .wrapper {
        width: 1180px;
    }
    .boxed-layout .sticky {
        width: 1180px;
    }
}


/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1199px) {
    /*  .navbar-nav > li > a {
  margin-left: 22px;
}*/
    .ptb-100 {
        padding: 70px 0;
    }
    .pt-100 {
        padding-top: 70px
    }
    .feature-img img {
        height: 190px;
        width: 190px;
    }
    .fixed-bg {
        width: 70%;
    }
    .quick-link-right {
	margin-right: 10px;
    }
}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .mean-container a.meanmenu-reveal {
	float: right;
	margin-right: 8px;
    }
    .mean-container .mean-bar {
	background: #fff none repeat scroll 0 0;
	position: fixed;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    }
    .mean-container a.meanmenu-reveal span {
	background: #000;
    }
    .mean-container a.meanmenu-reveal {
	color: #000;
    }
    .logo {
	padding: 14px 19px;
	position: fixed;
	left: 10px;
	z-index: 9999999;
	width: 146px;
	margin-top: 0px;
    }
    .main-navigation {
	position: inherit;
    }
    .banner {
	padding-top: 61px;
    }
    .mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 14px 16px 17px;
    margin-right: 25px;
    }
    .pos{position: inherit}
    .mean-container .mean-nav {
	background: #fff;
    padding: 0px;
    }
    .mean-container .mean-nav ul li a {
	color: #555;
	border-top: 1px solid #ddd;
    }
    .mean-container .mean-nav ul li li a {
	color: #555;
	border-top: 1px solid #ddd;
    opacity: 1;
    }
    .mean-container .mean-nav ul li a.mean-expand:hover {
	background: #fff;
    }
    .banner h1 {
        font-size: 37px;
    }
    .banner p {
        font-size: 20px;
    }
    .banner .item {
        height: 296px;
    }
    .service-left .img-wrapper {
	margin-bottom: 50px;
    }
    .fixed-bg {
        width: 94%;
    }
    .mixitup-button {
        padding: 5px 0px;
        font-size: 17px;
    }
    .testimonail-list {
        margin-top: 0px;
    }
    .sin-blog-det h3 a {
        font-size: 15px;
        font-weight: 500;
    }
    .single-price a.rounded-btn {
        font-weight: 500;
        padding: 11px 14px;
    }
    .single-price {
        padding: 20px 15px;
    }
    .contact-wraper {
        padding-top: 10px;
    }
    .btn.submit-btn.btn-primary {
        border-radius: 0;
        padding: 8px 19px;
    }
    .feature-img img {
	height: 175px;
	width: 175px;
    }        
    .feature-desc>h3 {
        font-size: 18px;
    }
    .feature-desc>p {
        font-size: 15px;
    }
    .title-1 h1 {
        font-size: 30px;
    }
    .about-section.ptb-100 {
        padding-bottom: 60px;
        padding-top: 35px;
    }
    .about-desc {
        margin-top: 30px;
        text-align: justify;
    }
    .single-fun-fact.middle-margin-left,
    .single-fun-fact.middle-margin {
        float: none;
        margin-right: 0;
    }
    .single-fun-fact h5 {
        font-size: 16px;
        margin-top: 0;
    }
    .single-fun-fact p {
        font-size: 30px;
    }
    .ptb-100 {
        padding: 60px 0;
    }
    .section-title {
        margin-bottom: 50px;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .pt-100 {
        padding-top: 60px;
    }
    .about-desc {
        margin-bottom: 30px;
    }
    .about-carousel {
	width: 80%;
	margin: 0 auto;
    }
    .about-us-img {
        text-align: center;
    }
    .team-area .inner-con-wraper {
        margin: 0 auto;
        width: 80%;
    }
    .sin-team {
        margin-bottom: 30px;
    }
    .appointment-button a {
	padding: 6px 5px;
	font-size: 13px;
    }
    .appointment-button i {
	display: none;
    }
    .footer-social > ul::after,.footer-social > ul::before {
	height: 1px;
	width: 27%;
    }
    .footer-widget {
	padding-top: 45px;
	padding-bottom: 65px;
    }
    
}


/* small mobile :320px. */

@media (max-width: 767px) {
    .container {
        width: 300px
    }
    a.rounded-btn {
    margin-top: 0px;
	padding: 5px 14px;
	text-transform: capitalize;
	font-size: 13px;
}
    .banner h1 {
        font-size: 29px;
        font-weight: 500;
        line-height: 29px;
    }
    .banner p {
        font-size: 15px;
        line-height: 23px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .banner .item {
        height: 144px;
    background-position: 0;
    margin: 60px 0 0 0;
    }
    .control,
    .control:focus {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .about-section.ptb-100 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .about-desc h2 {
        font-size: 20px;
    }
    .about-desc {
        margin-top: 18px;
        text-align: center;
        margin-bottom: 23px;
    }
    .about-desc p.text-2 {
	    margin: 0px 0 18px !important;
    }
    .about-desc p {
        font-size: 13px;
    }
    .about-carousel {
	    padding-bottom: 15px;
    }
    .single-fun-fact.float-left,
    .single-fun-fact.middle-margin-left,
    .single-fun-fact.middle-margin,
    .single-fun-fact.float-right {
        float: none;
    }
    .single-fun-fact.middle-margin-left,
    .single-fun-fact.middle-margin {
        margin-right: 0;
    }
    .single-fun-fact p {
        font-size: 30px;
    }
    .single-fun-fact h5 {
        font-size: 14px;
        margin-top: 0;
    }
    .fun-icon {
        margin-bottom: 21px;
    }
    .ptb-100 {
        padding: 40px 0;
    }
    .single-fun-fact {
        margin-bottom: 35px;
    }
    .fun-fact .row .col-xs-12:last-child .single-fun-fact {
        margin-bottom: 0;
    }
    .section-title h2 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 40px;
    }
    .section-title h2::before {
        bottom: -22px;
        margin-left: -68px;
    }
    .section-title h2::after {
        bottom: -32px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .feature-img img {
        height: 150px;
        width: 150px;
    }
    .testimonail-list {
        margin-top: 0px;
    }
    .pt-100 {
        padding-top: 40px;
    }
    .sin-blog-det h3 a {
        font-size: 18px;
    }
    .blog-content>p {
        font-size: 14px;
        line-height: 25px;
    }
    .sin-blog {
        margin-bottom: 15px;
        padding-bottom: 0px;
    }
    .single-gallery img {
        width: 100%;
    }
    .mixitup-button li {
        display: inline-block;
        padding: 5px 5px;
    }
    .mixitup-button {
        padding: 5px 0px;
        text-align: left;
    }
    .single-feature {
        padding: 15px 0;
        margin-bottom: 10px;
    }
    .fixed-bg>h2 {
        float: none;
        font-size: 22px;
        text-align: center;
    }
    .fixed-bg {
        width: 100%;
        text-align: center;
    }
    .fixed-bg a {
        padding: 9px 25px;
        margin-top: 18px;
    }
    .fixed-bg-wrapper {
        padding: 50px 0;
    }
    .single-price {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    .single-price .single-price-rate {
        padding-bottom: 0px;
    }
    .single-price a.rounded-btn {
        padding: 10px 14px;
        font-size: 13px;
    }
    .contact-wraper {
        padding-top: 0px;
    }
    .btn.submit-btn.btn-primary {
        padding: 6px 12px;
    }
    .fixed-bg a {
        float: none;
    }
    .fixed-bg-wrapper {
        background-attachment: inherit;
        background-position: center;
    }
    .section-title h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
    }
    .footer ul {
        text-align: center;
    }
    .footer p {
        text-align: center;
    }
    #scrollUp {
        bottom: 26px;
        right: 8px;
    }
    .navbar-nav li a {
        margin-left: 0px;
    }
    .navbar-toggle .icon-bar {
        background: #F880B4 none repeat scroll 0 0;
    }
    .banner {
        padding-top: 0px;
    }
    .sin-pricelist {
        margin-bottom: 80px;
    }
    .blog-heading {
        font-size: 18px;
    }
    .commentlists .the-comment .comment-box {
        margin-left: 50px;
    }
    .commentlists div.avatar {
        margin-right: 0px;
    }
    .children-comment {
        padding-left: 20px;
    }
    .comment-text {
        margin-top: 13px;
    }
    .search-box {
        margin-top: 50px;
    }
    .get-quate-inner input {
        width: 100%;
        margin: 0 0%;
        margin-bottom: 15px;
    }
    .get-quate-inner select {
        width: 100%;
        height: 40px;
        margin-bottom: 15px;
        margin-left: 0%;
    }
    .get-quate-inner p {
        font-size: 15px;
    }
    .qbuuton {
        margin-left: 0px;
    }
    .sin-team {
        margin-bottom: 20px;
    }
    .breadcrumb h2::before {
        height: 3px;
        bottom: -10px;
    }
    .breadcrumb h2 {
        font-size: 27px;
    }
    .breadcrumb {
        padding: 30px 0px;
        margin-top: 82px;
    }
    .mean-container a.meanmenu-reveal {
	float: right;
	margin-right: 8px;
    }
    .mean-container .mean-bar {
	background: #fff none repeat scroll 0 0;
	position: fixed;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    }
    .mean-container a.meanmenu-reveal span {
	background: #000;
    }
    .mean-container a.meanmenu-reveal {
	color: #000;
    }
    .logo {
	padding: 14px 19px;
	position: fixed;
	left: 0;
	z-index: 9999999;
	width: 146px;
	margin-top: 0px;
    }
    .main-navigation {
	position: inherit;
    }
    .mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 14px 16px 17px;
    margin: 0 auto;
    }
    .pos{position: inherit}
    .mean-container .mean-nav {
	background: #fff;
    padding: 0px;
    }
    .mean-container .mean-nav ul li a {
	color: #555;
	border-top: 1px solid #ddd;
    }
    .mean-container .mean-nav ul li li a {
	color: #555;
	border-top: 1px solid #ddd;
    opacity: 1;
    }
    .mean-container .mean-nav ul li a.mean-expand:hover {
	background: #fff;
    }
    #productModal .modal-dialog {
	margin-top: 74px;
    }
    .modal-body {
	padding: 4px;
	padding-bottom: 0px;
    }
    .sub-tit {
	font-size: 15px !important;
	padding-left: 0px;
	margin-bottom: 3px;
    }
    .get-quate-inner select {
	margin-bottom: 7px;
    }
    .get-quate-inner input {
	margin-bottom: 7px;
    }
    .border-r-b {
	border-top: 1px solid #ddd;
    }
    .border-r {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #ddd;
    }
    .sin-service {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
    }
    .service-page .sin-service {
	border-left: none;
	border-right: none;
    }
    .sin-service.bg-two {
	border-bottom: 1px solid #ddd;
    }
    .breadcrumb {
	margin-top: 0px;
    }
    .mixitup-button li.active {
	background: #fff;
	color: #d5275a;
    }
    .mixitup-button {
	padding: 0px 15px;
    }
    .section-title.text-center > p {
	margin-bottom: 30px;
        line-height:22px;
    }
    .footer-social > ul::before,.footer-social > ul::after {
    content: none;
    }
    .footer-widget {
	padding-top: 20px;
	padding-bottom: 40px;
    }
    .footer-social {
	margin-top: 35px;
    }
    .footer-social a {
	font-size: 21px;
	height: 45px;
	line-height: 45px;
	width: 45px;
    }
    .sin-service {
	height: auto;
	padding: 26px 30px;
    }
    .fun-fact {
	background-position: left;
    }
    
}


/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    .about-section.ptb-100 {
        padding-bottom: 40px;
        padding-top: 35px;
    }
    .about-desc p {
        font-size: 14px;
    }
    .ptb-100 {
        padding: 45px 0;
    }
    .section-title h2 {
        font-size: 22px;
        line-height: 20px;
    }
    .section-title h2::before {
        bottom: -23px;
    }
    .feature-img img {
        height: 180px;
        width: 180px;
    }
    .fun-fact .row .col-xs-12 {
        width: 50%;
    }
    .fun-fact .row .col-xs-12:nth-child(3) .single-fun-fact {
        margin-bottom: 0;
    }
    #scrollUp {
        bottom: 29px;
        right: 24px;
    }
    .team-area .inner-con-wraper {
        margin: 0 auto;
        width: 80%;
    }
    #buttoncss
    .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

 .btn:hover {
  background-color: black;
}
}