/*
Template Name: Feez - One page HTML5 Template
Version      : 1.0
*/


/****** Table Of Content ***************
=================================================
#1.  Theme Default
#2.  Header And Menu section 
#3.  About us section
#4.  Service section
#5.  priceing section
#6.  portfolio section 
#7.  Team Section
#8.  Client logo Section
#9.  Fun fact section
#10. Contact Section
#11. Footer widget section
#12. Footer Section

=================================================
*/



/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
body {
	position: relative;
    overflow-y: auto;
}
h3,h4,h5,h6 {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
a {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    text-decoration: none;
}
a:active,
a:hover,
a:focus {
    outline: 0 none;
    text-decoration: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.ordernow-button {
    background: #f95858 none repeat scroll 0 0;
    border: 1px solid #f95858;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 36px;
}

.link-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #f95858;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 36px;
}
.link-button:hover {
    background: #f95858 none repeat scroll 0 0;
    color: #fff;
}

.add-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #f95858;
    border-radius: 5px;
    color: #f95858;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    padding: 2px 9px;
}
.add-button:hover {
    background: #f95858 none repeat scroll 0 0;
    color: #fff;
}

.submit-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #f95858;
    border-radius: 5px;
    color: #f95858;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 36px;
}
.submit-button:hover {
    background: #f95858 none repeat scroll 0 0;
    color: #fff;
}

.area-wrapper {
    padding: 40px 0 60px;
    overflow: hidden;
}
.area-head {
    margin: 10px 0 35px;
    text-align: center;
    overflow: hidden;
}
.area-head .heading {
    font-weight: 800;
    font-size: 32px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 15px;
    color: #363636;
}
.area-head .heading1 {
    font-weight: 800;
    font-size: 26px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 15px;
    color: #363636;
}
.area-head .head-para {
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    color: #5c5c5c;
}
.pad-b-50{padding-bottom: 50px;}


/*----------------------------------------*/
/*  2.  Header and Menu Area CSS
/*----------------------------------------*/
.main-navigation {
    position: absolute;
    background-color: white;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.stick.main-navigation {
    background: white none repeat scroll 0 0;
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    -moz-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    position: fixed !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.navbar {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.navbar-toggle {
	padding: 16px 10px;
}
.navbar-brand {
    padding: 0px;
}
.navbar-brand img {
    width: 100%;
    padding-top: 20px;
}

.navbar .navbar-nav li a {
    background: transparent;
    padding: 23px 38px;
    color: black;
    font-weight: 600;
    font-size: 14px;
    display: block;
    
}
.navbar .navbar-nav li.active a,
.navbar .navbar-nav li a:hover {
    background: #fb625c;
}

.hero-image {
    background-image: url("img/slider1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
    position: relative;
}
.hero-image::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.hero_wrapper {
    display: table;
    height: 800px;
    width: 100%;
}
.hero_contain {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}
.hero_contain h1.hero-heading {
    margin-bottom: 40px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 42px;
    color: #fff;
}
.hero_contain p.hero-text {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 55px;
    padding: 0 190px;
}


/*----------------------------------------*/
/*  3.  About us section CSS
/*----------------------------------------*/
.about-content {
    overflow: hidden;
}
.inner-heading {
	font-size: 16px;
	margin: 0px 0 15px;
	text-transform: uppercase;
	font-weight: 700;
    color: #363636;
}
.inner-para {
    color: #767676;
}
.about-us span {
    text-align: center;
    display: block;
}
.about-us span .link-button {
    color: #5c5c5c;
    margin-top: 40px;
}
.about-us span .link-button:hover {
    color: #fff;
}
.about-image {
	text-align: center;
}

/*----------------------------------------*/
/*  4.  Service section  CSS
/*----------------------------------------*/
.services {
    overflow: hidden;
    background: #f6f6f6 none repeat scroll 0 0;
}
.services .inner-con-wrapper {
    margin-top: 20px;
    overflow: hidden;
}
.single-service {
    cursor: pointer;
    padding: 45px 25px 20px;
    margin: 0 auto 20px;
    text-align: center;
    border: 1px solid #949494;
}
.sin-ser-icon {
	height: 40px;
}
.sin-ser-content h3 {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}
.single-service:hover .sin-ser-content h3 {
    color: #e64b44;
}
.sin-ser-icon i {
	font-size: 25px;
	color: #e64b44;
}
/*----------------------------------------*/
/*  5.  Pricing section  CSS
/*----------------------------------------*/
.pricing {
    padding-bottom: 0;
}
.price-list {
    background: #f0f0f0;
    padding: 40px 0;
}
.single-price {
    background: #fff;
    padding: 35px 15px;
    color: #242121;
    font-weight: 300;
    text-align: center;
    transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}
.single-price h4 {
	color: #f95858;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.single-price .single-price-rate {
    margin: 0 auto;
    display: table;
}
.single-price-rate span {
	display: table-cell;
	padding-right: 5px;
	padding-left: 5px;
}
.single-price-rate .currency {
	vertical-align: top;
	font-size: 38px;
    padding-top: 5px;
}
.single-price-rate .rate {
	vertical-align: middle;
	font-size: 40px;
    font-weight: 700;
}
.single-price-rate .duration {
	vertical-align: bottom;
	font-size: 26px;
	padding-bottom: 13px;
}
.single-price ul {
    margin-top: 8px;
}
.single-price ul li {
	padding: 7px 0;
	font-size: 16px;
}
.single-price .link-button {
    font-weight: 400;
    font-size: 14px;
    color: #242121;
    text-transform: uppercase;
    margin: 33px 0 0;
}
.single-price .link-button:hover {
    background: #fff;
    color: #242121!important;
}
.single-price:hover {
    background: #fb625c;
    color: #fff;
}
.single-price:hover h4 {
    color: #fff;
}
.single-price:hover .link-button {
    border-color: #fff;
    color: #fff;
}

/*----------------------------------------*/
/*  6.  portfolio section  CSS
/*----------------------------------------*/
.work .area-head {
	margin-bottom: 20px;
}
.work {
    background: #f6f8fa none repeat scroll 0 0;
}
.work-filter {
    text-align: center;
}
.mixitup-button {
    display: inline-block;
    margin-bottom: 50px;
}
.mixitup-button li {
    display: inline;
    margin: 0 4px;
}
/*.mixitup-button li:first-child {
    margin-left: 0;
}
.mixitup-button li:last-child {
    margin-right: 0;
}*/

.mixitup-button li span {
    font-size: 14px;
    font-weight: 600;
    color: #5c5c5c;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	padding: 10px 24px;
	text-transform: uppercase;
	border-radius: 40px;
    display: inline-block;
}
.mixitup-button li span:hover,
.mixitup-button li.active span {
    color: #fff;
    background: #fb625c;
}
.mixitup-content {
    overflow: hidden;
}
.mix {
    margin: 0;
    padding: 0;
}
.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: #e64b44;
    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: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 52px;
    line-height: 50px;
    margin: 0 7px;
    text-align: center;
    width: 52px;
}
.mix .mix-wrapper:hover .overlay::before {
    opacity: 0.6;
}
.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 {
    background: #fff none repeat scroll 0 0;
    color: #e64b44;
}

/*----------------------------------------*/
/*  7.  Team section  CSS
/*----------------------------------------*/
.team-area {
    padding-bottom: 55px;
}
.team-area .area-head {
	margin-bottom: 75px;
}
.team-area .inner-heading {
	text-align: center;
}
.team-area .team-text {
    color: #4a4a4a;
}
.barbar {
	margin-top: 25px;
}
h5.skill-name {
    padding: 15px 0 10px;
    text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
    color: #4a4a4a;
    display:inline-block;
    z-index: 99!important;
}
.progress{
    height: 7px;
    background: #000;
    border-radius: 3px;
    overflow:visible;
    margin: 0;
}
.progress-bar{
    position: relative;
    background: #fb625c;
    border-radius: 3px;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition:all 1.5s ease-in-out;
    transition:all 1.5s ease-in-out;
}
.progress-bar::after {
	position: absolute;
	content: "";
	right: -3px;
	top: -8px;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #e9e9e9;
}
.progress-bar .skill-per {
	position: absolute;
	background-color: #e9e9e9;
	padding: 0;
	color: #000;
	font-weight: 600;
	font-size: 10px;
	border-radius: 3px;
	text-align: center;
	bottom: 15px;
	right: -13px;
	width: 32px;
	line-height: 16px !important;
}
.team-area .inner-con-wraper {
    margin-top: 65px;
}
.sin-team {
    margin-top: 55px;
    text-align: center;
}
.sin-team-img {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.sin-team-img img {
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.sin-team-img .overlay::before {
    background-color: #FB625C;
    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;
}
.sin-team-img:hover .overlay::before {
    opacity: 1;
}
.team-social {
	margin-bottom: -13px;
	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%;
}
.sin-team-img:hover .team-social {
    opacity: 1;
    bottom: 50%;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
}
.team-social a  {
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    font-size: 22px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.team-social a:hover {color: #555;}

.sin-team-det h2 {
    color: #363636;
    font-size: 12px;
    font-weight: 700;
    margin: 14px 0 2px;
    text-transform: uppercase;
}
.sin-team-det span {
    color: #767676;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize;
}

/*----------------------------------------*/
/*  8.  Client logo section CSS
/*----------------------------------------*/
.client-area {
    background: #f0f0f0 none repeat scroll 0 0;
    padding-bottom: 50px;
}
.client-area .sin-cl {
    text-align: center;
    padding: 30px 0;
}

/*----------------------------------------*/
/*  9.  Fun fact section CSS
/*----------------------------------------*/

.fun-fact {
    background: url(img/1.jpg)no-repeat scroll center center;
    background-size: cover;
    padding: 60px 0px;
}
.fun-icon a {
  color: #fff;
  display: inline-block;
  font-size: 30px;
}

.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: 32px;
	font-weight: bold;
	margin-bottom: 6px;
}
.single-fun-fact h5 {
  color: #fff;
  display: inline-block;
  line-height: 16px;
  margin-bottom: 0;
  margin-top: 8px;
  text-transform: uppercase;
}
.fun-icon {
    margin-bottom: 10px;
}

/*----------------------------------------*/
/*  10.  Contact section CSS
/*----------------------------------------*/
.contact-area {
    background: #f1f1f1;
    padding-bottom: 0;
}
.contact-info-area {
    background: #f7f7f7;
}
.contact-detail {
    margin-bottom: 75px;
}
.contact-wrapper {
	padding-top: 75px;
	padding-left: 15%;
	padding-right: 15%;
}
.contact-wrapper .contact-form {
    overflow: hidden;
    text-align: center;
}
.contact-wrapper form input {
    background: transparent;
    border: 1px solid #b9b9b9;
    margin-bottom: 20px;
    padding: 5px 12px;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #a1acb5;
    font-size: 12px;
    font-weight: 600;
    /*text-transform: uppercase;*/
}
:-moz-placeholder { /* Firefox 18- */
    color: #a1acb5;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #a1acb5;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #a1acb5;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-wrapper form input:focus, .contact-wrapper textarea:focus {
	border-color:#fb625c;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.contact-wrapper textarea {
    background: transparent;
    border: 1px solid #b9b9b9;
    height: 200px;
    margin-bottom: 27px;
    padding: 5px 12px;
    width: 100%;
}
textarea::-webkit-input-placeholder {
    text-transform: capitalize;
}
textarea:-moz-placeholder {
    text-transform: capitalize;
}
textarea::-moz-placeholder {
    text-transform: capitalize;
}
textarea:-ms-input-placeholder {
    text-transform: capitalize;
}

.contact-wrapper form .submit-btn {
	background: #828282 none repeat scroll 0 0;
	border: 1px solid transparent;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 49px;
	text-transform: uppercase;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	border-radius: 25px;
	margin: 0 auto;
	display: inline-block;
}
.submit-btn:hover {
	background: #FB625C !important;
}
#map {
    height: 400px;
}

/*----------------------------------------*/
/*  11.  Footer widget section  CSS
/*----------------------------------------*/
.footer-widget {
    background: #303030;
    border-bottom: 1px solid #454545;
    padding: 30px 0;
}
.footer-logo img {
    margin-bottom: 10px;
}
.footer-logo-para {
    font-size: 10px;
    color: #767676;
}
.footer-links {
    margin-top: 43px;
    padding-left: 75px;
}
.footer-menu {
    float: left;
    width: 50%;
}
.footer-menu li {
	padding-bottom: 10px;
}
.footer-menu li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.footer-menu li a:hover {
    color: #FB625C;
}
.footer-address-area {
    border-left: 1px solid #454545;
    color: #fff;
    padding-top: 5px;
    padding-left: 50px;
}
.avail-time {
    display: table;
}
.avail-time h4 {
    vertical-align: bottom;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
}
.footer-address .address-heading h4{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
}
.footer-address .address h5, .footer-address .phone h5 {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 20px;
}
.subscribe-link {
    padding: 30px 0;
}

.subscribe-link input {
    background: transparent;
    border: 1px solid #979797;
    padding: 5px 10px;
    color: #fff;
    width: 80%;
}

.subscribe-link ::-webkit-input-placeholder {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    text-transform: none;
}
.subscribe-link :-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    opacity: 1;
    text-transform: none;
}
.subscribe-link ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    opacity: 1;
    text-transform: none;
}
.subscribe-link :-ms-input-placeholder {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    text-transform: none;
}
.subscribe-link .submit-btn {
	background: transparent;
	border: 1px solid #979797;
    padding: 8px 10px;
	color: #fff;
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
    float: right;
}
.submit-btn:hover {
	background: #FB625C !important;
    border-color: #FB625C;
}

/*----------------------------------------*/
/*  12.  Footer section  CSS
/*----------------------------------------*/
.footer-area {
    background: #303030 none repeat scroll 0 0;
    padding: 10px 0;
}
.footer-area .copyright-text p {
    margin: 0;
    padding: 15px 0;
    color: #fff;
}
.footer-social ul {
    margin-left: 44px;
}
.footer-social li {
    display: inline-block;
    margin: 4px 6px;
}
.footer-social a {
	border-radius: 50%;
    border: 1px solid #716767 ;
	color: #ffffff;
	font-size: 20px;
	height: 42px;
	line-height: 40px;
	width: 42px;
    text-align: center;
	display: inline-block;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.footer-social a.fc-fb:hover {
    background: #5D82D1;
    border-color: #5D82D1

}
.footer-social a.fc-tw:hover {
    background: #40BFF5;
    border-color: #40BFF5

}
.footer-social a.fc-gp:hover {
    background: #EB5E4C;
    border-color: #EB5E4C

}
.footer-social a.fc-yt:hover {
    background: #CC181E;
    border-color: #CC181E

}
.footer-social a.fc-li:hover {
    background: #238CC8;
    border-color: #238CC8

}


/*----------------------------------------*/
/*  13.  Mobile section  CSS
/*----------------------------------------*/
.navbar-toggle .icon-bar {
    background: #e64b44 none repeat scroll 0 0;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

/*------Style for back to top button------*/
#scrollUp {
    background-color: #e64b44 ;
    bottom: 10px;
    color: #ffffff !important;
    display: block;
    font-size: 25px;
    height: 45px;
    line-height: 42px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 1);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 1);
    width: 45px;
    z-index: 1000;
    border-radius: 50px;
    opacity: .8;
}

.callout {
  position: relative;
  margin: 0 0 0 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0px;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #ffcfcd;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #FBFCFC;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #fcd6d6;
    color: #0a0a0a; }
  .callout.success {
    background-color: #fb625c;
    color: white; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.body-font {
    background-color: #dedede;
    color: #0a0a0a; }
  .callout.header {
    background-color: #dedede;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }