/*
	[Layout]
	- Section Header
	- Rotation
	- Carousel
	- Slider Section
	- Introduction Section
	- No Icon : WhyChoose Us Section
	- Call to Action Section
	- About Us Section
	- Call Us
	- WhyChoose
	- Skill Section
	- Service Section
	- Featured Section
	- Quotes Section
	- Team Member
	- Single Team Page
	- Our Template Section
	- Our Facts Section
	- TimeLine Section
	- Call to Action-2
	- Portfolio Section
	- Single Portfolio
	- Client Section
	- Work Section
	- Partners Section
	- Pricing Section
	- Contact Section
	- Contact Form
	- Footer Section
	- Header Setting
	- Blog Section
	- BlogStyle 2
	- BlogStyle 3
	- Author
	- Entry Meta
	- Comment Area
	- Widgets
	- Site Loader
	- Contact Map
	- GOTO Next
	- Back to Top
	- Time Line Section
	- Superslides navigation
	
	## Responsive
		- Min-width: 992
		- Min-width: 768
		- Min Width: 992 to Max Width: 1200
		- Min Width: 768 to Max Width: 991
		- Max-width: 991
		- Min-width: 601 to Max-width: 782
		- Max Width: 767
		- Max-width: 600
		- Max-width: 639
		- Max-width: 479
		- Max-width: 400
		- max-width: 360
*/

.ci {
    background-repeat: no-repeat;
    background-size: cover;
}

/* ## Layout */
/* - Section Header */
.section-header {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 15px;
	padding: 0 15px;
	display: inline-block;
	width: 100%;
}
.section-sub-title,
.title {
    text-transform: uppercase;
}
.section-sub-title {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
	text-transform: uppercase;
	word-wrap: break-word;
	line-height: 24px;
}
.section-title {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    display: block;
    text-align: center;
    background-image: url("/wp-content/themes/flibz/images/section/title-background.png");
    background-position: bottom center;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 22px;
    margin: 0 0 12px;
	line-height: 42px;
	text-transform: uppercase;
}
.sc_description {
    display: inline-block;
    max-width: 55%;
    text-align: center;
    color: #666;
	line-height: 22px;
	margin-bottom: 25px;
}
.ow-section {
    padding-bottom: 50px;
}
.no-section-header {
    padding-top: 50px;
    padding-bottom: 50px;
}
.no-section-header .ow-section {
    padding-bottom: 0;
}

.pricing-section .ow-section {
    padding-bottom: 30px;
}

/* - Rotation */
.intro-icon.a span i,
.about-icon,
.why-choose-us-icon i,
.service-tab-system .nav-tabs > li.active > a > i,
.service-tab-system li > a > i,
.service-icon i,
.featured-section .tab-system .nav-tabs li a .featured-icon.a i,
.testimonial-item img {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.service-icon:hover i,
.intro-icon.a:hover span i,
.about-icon:hover,
.why-choose-us-icon:hover i,
.featured-section .tab-system .nav-tabs li a:hover .featured-icon.a i,
.testimonial-item img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
	transform: rotate(360deg);
}

/* - Carousel */
.quotes-section .carousel-inner > .item > img,
.quotes-section .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.quotes-section .carousel-inner > .item > img {
    top: 0;
}
.quotes-section .carousel-caption {
    z-index: 10;
    width: 95%;
}
.quotes-section .carousel-control {
    width: 31px;
    height: 31px;
    position: relative;
    font-size: 15px;
    border: 1px solid #00c1ef;
    color: #00c1ef;
    padding: 0;
    display: inline-block;
	text-shadow: none;
	line-height: 31px;
}
.quotes-section .carousel-control.right {
    right: -5px;
	background: none;
}
.quotes-section .carousel-control.left {
    left: -5px;
	background: none;
}
.quotes-section .carousel-control:hover,
.quotes-section .carousel-control:focus {
    background-color: #00c1ef;
    text-shadow: none;
    background-image: none;
    color: #fff;
}
.links-button {
    display: block;
    height: 49px;
    float: none;
    line-height: 49px;
    border: 1px solid #dfdfdf;
    color: #444444;
    margin: 30px 15px;
    text-align: center;
}

/* - Slider Section */
.slider-section {
    color: #fff;
    position: relative;
}
.slide-item {
    text-align: center;
	position: relative;
}
.slide-item .container {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.slide-title {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    display: block;
    margin-top: 0;
    position: relative;
    top: 50px;
	text-transform: uppercase;
}
.slide-title-border {
    border-top: 1px solid #fff;
    width: 18%;
    display: inline-block;
    position: absolute;
    top: 12px;
}
.slide-title-border.after {
    left: 21.25%;
}
.slide-title-border.before {
    right: 21.3%;
}
.slide-sub-title {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    color: #00c1ef;
    padding: 42px 48px;
    position: relative;
    z-index: 1;
	text-transform: uppercase;
	margin-bottom: 81px;
	min-width: 656px;
}
.slide-sub-title img {
    height: auto !important;
    margin: 0 !important;
    position: relative !important;
    top: auto !important;
    width: auto !important;
    left: auto !important;
}
.slide-item p {
    display: inline-block;
    width: 70%;
    font-size: 17px;
    margin-top: 70px;
	margin: 0 auto;
}
.carousel-indicators {
    bottom: 40%;
}
.carousel-indicators li {
    background-image: url("/wp-content/themes/flibz/images/icon/slider-indicator.png");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 12px;
    height: 14px;
    border: none;
    border-radius: 0px;
}
.carousel-indicators .active {
    background-image: url("/wp-content/themes/flibz/images/icon/slider-indicator-active.png");
    background-color: transparent;
    border: none;
    width: 11px;
    height: 14px;
}
.slide-item:before {
    background-image: url("/wp-content/themes/flibz/images/gridtile.png");
    background-repeat: repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.arrow {
    color: #00C1EF;
    font-size: 40px;
}

/* - Introduction Section */
.iphone {
    text-align: right;
}
.introduction-section .tab-system {
    display: block;
}
.introduction-section .tab-system .nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
    position: relative;
}
.introduction-section .tab-system .nav-tabs {
    border: none;
    margin-top: 30px;
}
.introduction-section .tab-system .nav li:last-of-type .intro-icon  a img {
	display: none;
}
.intro-icon {
    width: 60px;
    height: 40px;
    position: relative;
    background: #ddd;
    display: inline-block;
}
.intro-icon:before,
.intro-icon:after {
    content: "";
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
}
.intro-icon:before {
    top: -16px;
    border-bottom: 16px solid #ddd;
    left: 0;
}
.intro-icon:after {
    bottom: -16px;
    border-top: 16px solid #ddd;
    left: 0;
}
.intro-icon.a {
    background-color: #fff;
    -webkit-transform: scale(0.98, 0.98);
    -moz-transform: scale(0.98, 0.98);
    -ms-transform: scale(0.98, 0.98);
    transform: scale(0.98, 0.98);
    z-index: 1;
}
.intro-icon.a:before {
    border-bottom: 16px solid #fff;
    top: -16px;
}
.introduction-section .tab-system .nav-tabs > li.active .intro-icon.a,
.introduction-section .tab-system .nav-tabs > li.active:hover .intro-icon.a,
.introduction-section .tab-system .nav-tabs > li.active:focus .intro-icon.a,
.introduction-section .tab-system .nav-tabs > li a:hover {
    background-color: #00C1EF;
    color: #fff;
    border: none;
}
.introduction-section .tab-system .nav-tabs > li.active .intro-icon.a:before,
.introduction-section .tab-system .nav-tabs > li.active:hover .intro-icon.a:before,
.introduction-section .tab-system .nav-tabs > li.active:focus .intro-icon.a:before,
.intro-icon.a:hover:before {
    border-bottom-color: #00C1EF;
}
.intro-icon.a:after {
    border-top: 16px solid #fff;
    bottom: -15px;
}
.introduction-section .tab-system .nav-tabs > li.active .intro-icon.a:after,
.introduction-section .tab-system .nav-tabs > li.active:hover .intro-icon.a:after,
.introduction-section .tab-system .nav-tabs > li.active:focus .intro-icon.a:after,
.intro-icon.a:hover:after {
    border-top-color: #00C1EF;
}
.intro-icon.a:hover:after {
    bottom: -15px;
}
.intro-icon.a span {
	position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    color: #000;
}
.introduction-section .tab-system .nav-tabs > li.active .intro-icon.a span,
.introduction-section .tab-system .nav-tabs > li.active:hover .intro-icon.a span,
.introduction-section .tab-system .nav-tabs > li.active:focus .intro-icon.a span,
.intro-icon.a:hover span {
    color: #fff;
}
.introduction-section .tab-system .tab-detail {
    display: inline-block;
    width: 80%;
    margin: 0 0 0 20px;
}
.introduction-section .tab-system .tab-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
    text-transform: uppercase;
	line-height: 22px;
	color: #333;
}

/* - Call to Action Section */
.call-to-action {
    text-align: center;
    color: #fff;
}
.call-action-subtitle,
.call-action-title {
    display: block;
}
.call-action-subtitle {
    font-size: 16px;
	text-transform: uppercase;
	word-wrap: break-word;
	line-height: 24px;
	margin-top: 0;
}
.call-action-title {
    font-size: 38px;
    font-weight: 900;
    color: #00c1ef;
	line-height: 49px;
	word-wrap: break-word;
}
.call-to-action .call-action-sc_description {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	text-align: center;
	width: 80%;
}
.call-to-action .call-action-sc_description p {
	color: #fff;
}
.get-started {
    display: inline-block;
    border: 1px solid #fff;
	margin: 15px auto 0 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
	padding: 14px 15px;
	text-transform: capitalize;
	text-decoration: none;
	text-decoration: none;
}
.get-started:focus,
.get-started:hover {
    color: #fff;
    background-color: #00c1ef;
    text-decoration: none;
    border: 1px solid transparent;
}
.call-us .get-started:focus,
.call-us .get-started:hover {
    background-color: #000;
}

/* - About Us Section */
.about-section {
    text-align: center;
}
.about .col-sm-6 {
    margin-bottom: 10px;
}
.about-icon {
    font-size: 60px;
    width: 140px;
    height: 159px;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.about-section .about p.about-box-sc_description {
	margin-bottom: 10px;
}
.about-icon-hexagone {
    width: 140px;
    height: 80px;
    position: relative;
    background: #00C1EF;
    display: inline-block;
    top: 37px;
}
.about-icon-hexagone:before,
.about-icon-hexagone:after {
    content: "";
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    position: absolute;
}
.about-icon-hexagone:before {
    top: -36px;
    border-bottom: 36px solid #00C1EF;
    left: 0;
}
.about-icon-hexagone:after {
    bottom: -36px;
    border-top: 36px solid #00C1EF;
    left: 0;
}
.about-icon-hexagone.a {
    background-color: #00C1EF;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    z-index: 1;
    top: 0;
}
.about-icon-hexagone.a a {
    color: #fff;
}
.about-icon-hexagone.a:before {
    border-bottom: 36px solid #00C1EF;
    top: -36px;
}
.about-icon-hexagone.a:after {
    border-top: 36px solid #00C1EF;
    bottom: -36px;
}
.about-icon:hover .about-icon-hexagone {
    background-color: #ddd;
}
.about-icon:hover .about-icon-hexagone.a {
    -webkit-transform: scale(0.97, 0.97);
    -moz-transform: scale(0.97, 0.97);
    -ms-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97);
}
.about-icon:hover .about-icon-hexagone:before {
    border-bottom-color: #ddd;
}
.about-icon:hover .about-icon-hexagone:after {
    border-top-color: #ddd;
}
.about-icon:hover .about-icon-hexagone.a {
    background-color: #fff;
}
.about-icon:hover .about-icon-hexagone.a a {
    color: #000;
}
.about-icon:hover .about-icon-hexagone.a:before {
    border-bottom-color: #fff;
}
.about-icon:hover .about-icon-hexagone.a:after {
    border-top-color: #fff;
}
.about-icon:hover {
    color: #000;
}
.about-box-title {
    background-image: url("/wp-content/themes/flibz/images/section/about-box-title-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 18px;
    padding: 30px 0 20px 0;
	text-transform: uppercase;
	line-height: 25px;
	margin-bottom: 0;
}
.about-box-description {
    color: #777;
    font-size: 13px;
	line-height: 20px;
}

/* - Call Us */
.call-us {
    background-color: #00c1ef;
}
.call-us-title {
    color: #fff;
    font-size: 27px;
    margin: 0;
	line-height: 36px;
	text-transform: capitalize;
}
.call-us-title span {
    display: block;
    font-size: 14px;
	text-transform: lowercase;
}
.purchase-now {
    border: 1px solid #fff;
    margin: 0;
	text-transform: uppercase;
	text-align: center;
}

/* - WhyChoose */
.why-choose-us {
    background: #f6f6f6;
    padding: 50px 0 0;
}
.why-choose-us  .section-header {
	margin-top: 0;
}
.why-choose-us .title {
    font-weight: 400;
    text-transform: none;
}
.why-choose-us .intro-icon {
    top: 17px;
}
.why-choose-us .intro-icon.a {
    top: 0px;
}
.why-choose-us .intro-icon a:hover {
    background-color: #00C1EF;
}
.why-choose-us .choose-box {
    display: inline-block;
    width: 76%;
}
.why-choose-us .choose-box-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	line-height: 23px;
	word-wrap: break-word;
}
.choose-description {
    text-align: left;
    font-size: 13px;
	line-height: 20px;
}

/* - Skill Section */
.our-skill-description {
	margin-bottom: 35px;
}
.skill-section {
    color: #fff;
}
.skill-section.no-section-header {
    padding: 100px 0;
}
.our-skill-title {
    font-size: 24px;
    font-weight: 600;
	text-transform: uppercase;
	line-height: 32px;
	word-wrap: break-word;
}
.skill-section .our-skill-description p {
    font-size: 14px;
    margin-bottom: 20px;
	line-height: 29px;
	color: #fff;
}
.skill-block {
    display: inline-block;
    max-width: 140px;
    position: relative;
    margin-right: 16px;
    margin-bottom: 20px;
	float: left;
	word-wrap: break-word;
}
.skill-block:last-child {
	margin-right: 0;
}
.skill {
    width: 90%;
    text-align: center;
    line-height: 95px;
    font-size: 38px;
    font-weight: 900;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
	left: 0;
	right: 0;
}
.skill-section .col-md-3 {
    margin-bottom: 20px;
}
.skill-block > div {
    max-height: 165px;
    overflow: hidden;
    display: inline-block !important;
}
.skill-link {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    display: block;
}
.skill-link:hover {
    color: #fff;
}
.skill-section .col-md-5 img {
    width: auto;
}

/* - Service Section */
.service-section {
    text-align: center;
}
.service-tab-system .nav-tabs,
.service-tab-system .nav-tabs > li.active > a,
.service-tab-system .nav-tabs > li.active > a:hover,
.service-tab-system .nav-tabs > li.active > a:focus {
    border-color: transparent;
}
.service-tab-system .nav > li > a:hover,
.service-tab-system .nav > li > a:focus {
    background: none;
    border-color: transparent;
}
.service-tab-system .nav-tabs > li.active > a,
.service-tab-system .nav-tabs > li.active > a:hover,
.service-tab-system .nav-tabs > li.active > a:focus {   
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 46px;
    background-color: transparent;
}
.service-tab-system li {
    text-align: center;
    min-height: 262px;
	margin-bottom: 0;
	overflow: hidden;
}
.service-tab-system li:last-child {
    margin-right: 0;
}
.service-tab-system li a span {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 36px;
	word-wrap: break-word;
}
.service-tab-system li a {
	margin-right: 0;
}
.service-tab-system li a .service-icon {
    height: 114px;
    width: 100px;
    display: inline-block;
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 35px;
    color: #000;
}
.service-tab-icon {
    width: 100px;
    height: 57px;
    position: relative;
    background: #ddd;
    display: inline-block;
    top: 25px;
}
.service-tab-icon:before,
.service-tab-icon:after {
    content: "";
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    position: absolute;
}
.service-tab-icon:before {
    top: -25px;
    border-bottom: 25px solid #ddd;
    left: 0;
}
.service-tab-icon:after {
    bottom: -25px;
    border-top: 25px solid #ddd;
    left: 0;
}
.service-tab-icon.a {
    background-color: #fff;
    -webkit-transform: scale(.98, .99);
    -moz-transform: scale(.98, .99);
    transform: scale(.98, .99);
    z-index: 1;
    top: 0;
}
.service-tab-icon.a:before {
    border-bottom: 25px solid #fff;
    top: -25px;
}
.service-tab-icon.a:after {
    border-top: 25px solid #fff;
    bottom: -25px;
}
.service-tab-system .nav-tabs > li.active > a .service-icon .service-tab-icon.a,
.service-tab-system .nav-tabs > li.active > a:hover .service-icon .service-tab-icon.a,
.service-tab-system .nav-tabs > li.active > a:focus .service-icon .service-tab-icon.a,
.service-icon:hover .service-tab-icon.a,
.phone-number-icon:hover .service-tab-icon.a {
    background-color: #00C1EF;
}
.service-tab-system .nav-tabs > li.active > a .service-icon i,
.service-tab-system .nav-tabs > li.active > a:hover .service-icon i,
.service-tab-system .nav-tabs > li.active > a:focus .service-icon i,
.service-icon:hover i {
	color: #fff;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;	
}
.service-tab-system .nav-tabs > li.active > a .service-icon .service-tab-icon.a:before,
.service-tab-system .nav-tabs > li.active > a:hover .service-icon .service-tab-icon.a:before,
.service-tab-system .nav-tabs > li.active > a:focus .service-icon .service-tab-icon.a:before,
.service-icon:hover .service-tab-icon.a:before,
.phone-number-icon:hover .service-tab-icon.a:before {
    border-bottom-color: #00C1EF;
}
.service-tab-system .nav-tabs > li.active > a .service-icon .service-tab-icon.a:after,
.service-tab-system .nav-tabs > li.active > a:hover .service-icon .service-tab-icon.a:after,
.service-tab-system .nav-tabs > li.active > a:focus .service-icon .service-tab-icon.a:after,
.service-icon:hover .service-tab-icon.a:after,
.phone-number-icon:hover .service-tab-icon.a:after {
    border-top-color: #00C1EF;
}
.service-icon:hover .service-tab-icon.a:after {
    bottom: -24px;
}
.service-tab-system li a span {
    display: block;
}
.service-tab-system .nav-tabs > li.active > a > i,
.service-tab-system li:hover > a > i {
    color: #fff;
}
.service-tab-system li:hover > a {
    border-bottom: none;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 46px;
}
.service-tab-system .tab-content > .tab-pane {
    margin: 10px 0 0 0;
    min-height: 30px;
    padding: 0 100px;
}
.service-tab-system .tab-content {
    margin: 0 auto;
}

/* - Featured Section */
.featured-section .tab-title {
    font-weight: 400;
    text-transform: none;
	margin-bottom: 0;
}
.featured-section .tab-system {
    display: block;
}
.featured-section .tab-system .nav li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.featured-section .tab-system .nav-tabs {
    border: none;
    margin-top: 30px;
}
.featured-section .tab-system .nav-tabs li a {
    width: 80px;
    height: 91px;
    position: relative;
    text-align: center;
    font-size: 30px;
    color: #000;
    float: left;
    line-height: 55px;
    padding: 0;
    border: none;
    background-color: transparent;
}
.featured-section .tab-system .tab-detail {
    display: inline-block;
    width: 80%;
    margin: 0 0 0 20px;
}
.featured-section .tab-system .tab-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
    text-transform: uppercase;
}
.featured-icon {
    width: 80px;
    height: 52px;
    position: absolute;
    background: #ddd;
    display: inline-block;
    top: 30px;
    left: 0;
}
.featured-icon:before,
.featured-icon:after {
    content: "";
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
}
.featured-icon:before {
    top: -20px;
    border-bottom: 20px solid #ddd;
    left: 0;
}
.featured-icon:after {
    bottom: -20px;
    border-top: 20px solid #ddd;
    left: 0;
}
.featured-icon.a {
    background-color: #fff;
    -webkit-transform: scale(.98, .99);
    -moz-transform: scale(.98, .99);
    transform: scale(.98, .99);
    z-index: 1;
    top: 0;
    left: 0;
}
.featured-icon.a:before {
    border-bottom: 19px solid #fff;
    top: -19px;
}
.featured-icon.a:hover:before {
    border-bottom-color: #00C1EF;
}
.featured-icon.a:after {
    border-top: 19px solid #fff;
    bottom: -18px;
}
.featured-icon.a:hover:after {
    border-top-color: #00C1EF;
    bottom: -18px;
}
.featured-section .tab-system .nav-tabs li a:hover .featured-icon.a {
    background-color: #00C1EF;
}
.featured-section .tab-system .nav-tabs li a:hover .featured-icon.a i {
    color: #fff;
}

/* - Quotes Section */
.quotes-section {
	background-repeat: no-repeat;
    text-align: center;
}
.quote-image {
    display: block;
    width: 60px;
    height: 68px;
    margin: 0 auto;
}
.quote-image .intro-icon.a {
    background-color: #00C1EF;
    top: 15px;
}
.quote-image .intro-icon.a:hover span i {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}
.quote-image .intro-icon.a span {
    font-size: 18px;
    color: #fff;
}
.quote-image .intro-icon.a:before {
    border-bottom-color: #00C1EF;
}
.quote-image .intro-icon.a:after {
    border-top-color: #00C1EF;
}
.quotes-section .section-title {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    width: 54%;
    display: block;
    margin: 0 auto;
}
.quotes-section .carousel-caption p {
	color: #fff;
}

/* - Team Member */
.team-member-section .team-inner {
    border: 1px solid #dfdfdf;
    display: block;
    position: relative;
}
.team-member-section .col-sm-6 {
    margin-bottom: 25px;
}
.team-member-section .team-inner img {
    cursor: pointer;
}
.team-member-section .team-inner a {
    text-align: center;
    display: block;
    padding: 28px 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 2;
}
.team-inner > .team-member-detail-show:hover > .team-member-detail {
    display: block;
}
.team-inner .team-member-detail-show:hover > a {
    color: #fff;
	background-color: #00c1ef;	
}
.team-member-detail {
    background-color: #0bc2ee;
    display: none;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    padding: 30px 0;
	max-height: 261px;
	min-height: 261px;
}
.team-member-section .no_post_thumb .team-member-detail {
	position: relative;	
}
.team-member-section .no_post_thumb  .team-inner .team-member-detail-show:hover > a {
	color: #000;
}
.team-member-heading {
    display: block;
    background-image: url("/wp-content/themes/flibz/images/team/team-member-headding.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    margin-top: 0;
    padding-bottom: 19px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #fff;
}
.team-member-section .team-member-detail p {
	color: #fff;
}
.member-description {
    display: block;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
}
.team-member-detail .social {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 18px 0;
}
.team-member-detail .social li {
    display: inline-block;
    margin: 0 2px;
}
.team-member-detail .social li a {
    color: #fff;
    padding: 0;
    font-size: 24px;
}

/* - Single Team Page */
.single-flibz_team .team-content-block {
	border-bottom: 2px solid #ddd;
	display: inline-block;
	margin-bottom: 50px;
	padding: 0 0 40px;
	width: 100%;
}
.single-flibz_team  .team-member-information {
	width: 30%;
	float: left;
}
.single-flibz_team  .member-details h3 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 28px;
}
.single-flibz_team  .member-details ul {
	padding-left: 0;
	margin-bottom: 0;
}
.single-flibz_team  .member-details ul li {
	display: inline-block;
}
.single-flibz_team .member-details ul li a {
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 34px;
	border: 1px solid #222;
	font-size: 20px;
	text-align: center;
	color: #222;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.single-flibz_team .member-details ul li a:hover {
	border-color: #00c1ef;
	background-color: #00c1ef;
	color: #fff;
}

.single-flibz_team .member-description {
	padding-left: 20px;
	width: 70%;
	float: left;
	padding-right: 15px;
}
.single-flibz_team .member-description p {
	color: #666;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
}

/* - Our Template Section */
.our-template-section {
    text-align: center;
}
.template-title {
    display: block;
    text-align: center;
    margin-top: 0px;
	line-height: 40px;
    font-weight: 600;
}
.our-template-section .purchase-now {
    display: block;
	max-width: 164px;
	padding: 14px 15px;
    float: none;
    margin: 0 auto;
    border: 1px solid #dfdfdf;
    color: #444;
}
.our-template-section .purchase-now:hover {
    background-color: #00C1EF;
    text-decoration: none;
    color: #fff;
}

/* - Our Facts Section */
.our-fact-section .container > [class*="col-"] {
    padding: 0 46px;
}
.our-fact-section.no-section-header {
	padding-bottom: 30px;
}
.fact-inner {
    height: 233px;
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}
.fact-inner .fa,
.fact-inner .count,
.fact-inner a {
    color: #00c1ef;
    display: block;
    text-align: center;
}
.fact-inner .fa {
    font-size: 50px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.fact-inner:hover .fa {
    color: #fff;
}
.fact-inner .count {
    color: #000;
    font-size: 46px;
    margin: 0 0 10px 0;
    line-height: 1;
}
.fact-inner:hover .count {
    color: #fff;
}
.fact-inner span,
.fact-inner a {
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
	padding: 0 8px;
	text-decoration: none;
}
.fact-inner:hover span,
.fact-inner:hover > .fa,
.fact-inner:hover > .count,
.fact-inner:hover a {
    color: #fff;
}
.fact-inner-icon {
    width: 100%;
    height: 137px;
    position: relative;
    background: #ddd;
    display: inline-block;
    top: 50px;
}
.fact-inner-icon:before,
.fact-inner-icon:after {
    content: "";
    border-left: 97px solid transparent;
    border-right: 97px solid transparent;
    position: absolute;
}
.fact-inner-icon:before {
    top: -49px;
    border-bottom: 49px solid #ddd;
    left: 0;
}
.fact-inner-icon:after {
    bottom: -49px;
    border-top: 49px solid #ddd;
    left: 0;
}
.fact-inner-icon.a {
    background-color: #fff;
    -webkit-transform: scale(.98, .98);
    -moz-transform: scale(.98, .98);
    transform: scale(.98, .98);
    z-index: 1;
    top: 0;
}
.fact-inner-icon.a:before {
    border-bottom: 49px solid #fff;
    top: -49px;
}
.fact-inner:hover .fact-inner-icon.a:before,
.fact-inner:hover .fact-inner-icon.a:before {
    border-bottom-color: #333;
}
.fact-inner-icon.a:after {
    border-top: 49px solid #fff;
    bottom: -49px;
}
.fact-inner:hover .fact-inner-icon.a:before,
.fact-inner:hover .fact-inner-icon.a:after {
    border-top-color: #333;
}
.fact-inner:hover .fact-inner-icon,
.fact-inner:hover .fact-inner-icon.a {
    background-color: #333;
}

/* - TimeLine Section */
.time-line-section .title {
    text-transform: capitalize;
}
.year {
    background-color: #333;
    width: 100px;
    height: 45px;
    display: block;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    border-radius: 3px;
	margin-bottom: 25px;
}
.year:first-of-type {
	top: -30px;
	margin-bottom: 0;
}

.timeline-year:first-of-type {
	top: -20px;
	position: relative;
}
.load-more {
    width: 60px;
    height: 68px;
    display: block;
    text-align: center;
    line-height: 68px;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
}
.load-more .intro-icon.a {
    top: -8px;
}
.load-more .intro-icon.a span {
    font-size: 36px;
}
.load-more:hover .intro-icon.a {
    background-color: #00C1EF;
}
.intro-icon.a:hover i {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

/* - Call to Action-2 */
/* - Portfolio Section */
.portfolio-section {
    padding: 0;
}
.portfolio-section .ow-section {
	padding-bottom: 0;
}
.portfolio-section .section-header {
	margin-bottom: 0;
}
.portfolio-section .portfolio-categories {
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center;
}
.portfolio-section .portfolio-categories > li {
    display: inline-block;
    margin: 0 7px;
}
.portfolio-section .portfolio-categories > li > a {
    padding-left: 0;
    padding-right: 3px;
    color: #777;
    padding-bottom: 17px;
    border-bottom: 1px solid #f0f0f0;
}
.portfolio-section .portfolio-categories > li > a:focus {
    text-decoration: none;
}
.portfolio-section .portfolio-categories > li > a:hover,
.portfolio-section .portfolio-categories > li > a.current {
    color: #000;
    text-decoration: none;
    background-image: url("/wp-content/themes/flibz/images/section/portfolio-menu-hover-bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    border-bottom: none;
}
.portfolio-image-section {
    cursor: pointer;
}
.portfolio-section .portfolio-list {
    width: 100%;
    margin-top: 45px;
    padding: 0;
    display: inline-block;
}
.portfolio-section .portfolio-list li {
    display: inline-block;
    margin-bottom: 30px;
    min-height: 202px;
}
.portfolio-section .portfolio-categories > li:after {
    padding-left: 3px;
    padding-right: 3px;
}
.portfolio-list img:hover {
    opacity: 0.7;
}
.portfolio-image-section {
    display: block;
    position: relative;
}
.portfolio-heading-section {
    padding: 18px;
    border-bottom: 1px solid #f0f0f0;
}
.portfolio-title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.portfolio-designation {
    color: #666;
    font-size: 14px;
	text-transform: capitalize;
}
.portfolio-image-section:hover > .portfolio-section-hover {
    display: block;
}
.portfolio-image-section:hover > .portfolio-heading-section {
    position: relative;
    z-index: 999;
    background-color: #00c1ef;
}
.portfolio-image-section:hover > .portfolio-heading-section .portfolio-title,
.portfolio-image-section:hover > .portfolio-heading-section .portfolio-designation {
    color: #fff;
}
.portfolio-section-hover {
    background-color: rgba(36, 31, 27, 0.8);
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.portfolio-section-hover ul {
    padding-left: 0;
    text-align: center;
    margin: 84px 0;
}
.portfolio-section-hover ul li {
    text-align: center;
    line-height: 50px;
    margin: 0px 2px;
}
.portfolio-section-hover ul li a {
    background-image: url("/wp-content/themes/flibz/images/portfolio/portfolio-polygon.png");
    background-repeat: no-repeat;
    width: 44px;
    height: 50px;
    display: block;
	color: #fff;
	position: relative;
	z-index: 999;
}
.portfolio-section-hover ul li:hover {
    background-image: url("/wp-content/themes/flibz/images/portfolio/portfolio-hover-polygon.png");
    background-repeat: no-repeat;
}
.portfolio-section-hover ul li:hover > a {
    color: #fff;
}

/* - Single Portfolio */
.portfolio-single .portfolio-image {
	margin-bottom: 30px;
}
.porfolio-gallery-img {
	margin-top: 35px;
	padding-top: 40px;
	border-top: 2px solid #ddd;
}

/* - Client Section */
.client-testimonial-section .section-title {
    background-image: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.testimonial-item {
    text-align: center;
    padding: 0 22px;
}
.testimonial-item img {
    margin-bottom: 30px;
}
.testimonial-description,
.client-post {
    font-size: 13px;
    color: #666;
}
.testimonial-description {
    margin-bottom: 35px;
	line-height: 20px;
}
.testimonial-client-name {
    background-image: url("/wp-content/themes/flibz/images/section/about-box-title-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 16px;
    padding-top: 35px;
    margin-bottom: 5px;
}

/* - Work Section */
.work-section {
    text-align: center;
    padding-bottom: 50px;
	padding-left: 25px;
	padding-right: 25px;
}
.work-section .section-title {
    background: none;
    margin: 0px auto 20px;
    padding: 0;
	max-width: 55%;
	
}
.work-section .section-header p {
    margin: 0 auto 25px;
    max-width: 55%;
    text-align: center;
}
.work-section .links-button {
    max-width: 165px;
    margin: 0 auto;
}
.work-section .links-button:hover {
    background-color: #00C1EF;
    color: #fff;
    text-decoration: none;
}

/* - Partners Section */
.partners-section {
    background-color: #f6f6f6;
}
.partners-section.no-section-header {
	padding-bottom: 35px;
}
.partners-item {
	text-align: center;
} 

/* - Pricing Section */
.pricing-section {
    color: #fff;
}
.pricing-section .section-sub-title {
	color: #fff;
}
.pricing-section .section-title {
    color: #fff;
    margin-bottom: 0;
}
.pricing-section .col-md-3 {
    margin-top: 50px;
}
.price-inner-section {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.price-inner {
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    text-align: center;
}
.price-rate {
    width: 140px;
    min-height: 159px;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.price-rate h2 {
    font-size: 60px;
    margin: 0;
    line-height: 0.8;
    font-weight: 900;
}
.price-rate span {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-top: 20px;
	text-transform: uppercase;
}
.price-title {
    font-size: 18px;
    background-image: url("/wp-content/themes/flibz/images/client/testimonail-client-name-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: 30px 0;
    padding-bottom: 30px;
    display: block;
	text-transform: uppercase;
}
.price-inner ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 10px;
    display: inline-block;
}
.price-inner ul li {
    font-size: 14px;
    margin-bottom: 10px;
	line-height: 22px;
}
.price-inner-section .links-button {
    color: #fff;
    border-radius: 3px;
	text-transform: capitalize;
}
.price-inner-section .links-button:hover {
    text-decoration: none;
}
.price-inner-section:hover {  
    background-color: rgba(119, 119, 119, 0.25);
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    margin: -25px 0 0 0;
    position: relative;
	padding-bottom: 1px;
}
.price-inner-section:hover > .price-inner {
    border: none;
}
.price-inner-section:hover > .links-button {
    background-color: #00c1ef;
    border: none;
}

/*  - Contact Section */
.contact-section {
    margin: 0 auto;
    position: relative;
}

/* - Contact Form */
.contact-form-heading {
    margin-top: 45px;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 26px;
    display: block;
    text-align: center;
	color: #000;
	line-height: 35px;
}
.contact-information {
    display: block;
    text-align: center;
    color: #777;
}
.phone-number {
    display: block;
}
.phone-number-icon {
    width: 100px;
    height: 114px;
    color: #00c1ef;
    display: block;
    line-height: 14px;
    font-size: 55px;
	margin: 0 auto;
    cursor: pointer;
}
.phone-number-icon:hover {
    color: #fff;
}
a.phone-number {
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    margin: 5px 0;
	text-decoration: none;
	color: #777;
}
.company-name {
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}
.address,
.email-contact {
    font-size: 16px;
}
.address {
    margin-bottom: 0;
}
a.email-contact {
    color: #777;
}
a.phone-number:hover,
a.email-contact:hover {
	color: #000;
}
.contact-information .social {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}
.contact-information .social li {
    display: inline-block;
    margin: 0 5px;
}
.contact-information .social li a {
    color: #ccc;
    font-size: 30px;
}
.contact-information .social li a:hover {
    color: #00C1EF;
}
.back-to-top:hover,
.back-to-top:focus {
    color: #fff;
}
.back-to-top-icon {
    width: 80px;
    height: 60px;
    position: relative;
    background: #ddd;
    display: inline-block;
    top: 20px;
}
.back-to-top-icon:before,
.back-to-top-icon:after {
    content: "";
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
}
.back-to-top-icon:before {
    top: -20px;
    border-bottom: 20px solid #ddd;
    left: 0;
}
.back-to-top-icon:after {
    bottom: -20px;
    border-top: 20px solid #ddd;
    left: 0;
}
.back-to-top-icon.a {
    background-color: #fff;
    -webkit-transform: scale(.96, .96);
    -moz-transform: scale(.96, .96);
    transform: scale(.96, .96);
    z-index: 1;
    top: 0;
}
.back-to-top-icon.a:before {
    border-bottom: 20px solid #fff;
    top: -20px;
}
.back-to-top-icon.a:hover:before {
    border-bottom-color: #00C1EF;
}
.back-to-top-icon.a:after {
    border-top: 20px solid #fff;
    bottom: -20px;
}
.back-to-top-icon.a:hover:after {
    border-top-color: #00C1EF;
}
.back-to-top:hover .back-to-top-icon.a {
    background-color: #00C1EF;
}
.back-to-top-icon.a i {
    position: relative;
    top: -15px;
}
.back-to-top:hover .back-to-top-icon.a i {
    color: #fff;
}

/* - Footer Section */
.footer-section {
    background-color: #333;
    text-align: center;
    color: #fff;
	position: relative;
	z-index: 1;
}
.footer-section.no-section-header{
	padding: 10px 0;
}
.footer-section .footer-title {
	margin: 5px 0;
	font-size: 20px;
    font-weight: 600;
}
.footer-section .footer-title a {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}
.footer-section .footer-title a:hover {
	color: #00C1EF;
}
.footer-section  p {
	margin-bottom: 0;
	line-height: 24px;
	text-transform: uppercase;
	font-size: 13px;
}
.footer-title span {
    color: #00c1ef;
    font-size: 14px;
    font-weight: normal;
    margin: 0 13px;
}
.copyrights {
    display: block;
    font-size: 11px;
    line-height: 17px;
}

/* - Header Setting: BlogPages Only */
.header-blog {
    background-color: #333;
}
.header-blog .navbar-default .navbar-nav > li > a {
    color: #fff;
}
.header-blog .navbar-default .navbar-nav > .active > a,
.header-blog .navbar-default .navbar-nav > .active > a:hover,
.header-blog .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #00c1ef;
}

/* - Blog Section */
article[class*="type-"] {
    background-image: url("/wp-content/themes/flibz/images/blog/blog-list-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 45px;
    margin-bottom: 37px;
	word-wrap: break-word;
	position: relative;
}
article[class*="type-"]:last-of-type {
	margin-bottom: 0;
}
article[class*="type-"] .entry-cover img:hover {
    opacity: 0.7;
}
article[class*="type-"].format-gallery .entry-cover img:hover,
.single-post article[class*="type-"] .entry-cover img:hover {
	opacity: 1;
}
article[class*="type-"] .entry-content-block {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 35px;
}
article[class*="type-"].format-gallery.no-post-thumbnail .entry-content-block,
article[class*="type-"].format-audio.no-post-thumbnail .entry-content-block,
article[class*="type-"].format-video.no-post-thumbnail .entry-content-block {	
	margin-top: 35px;
}
article[class*="type-"].no-post-thumbnail .entry-content-block {
	margin-top: 0;
}
article[class*="type-"] .post-format {
	width: 14%;
	float: left;
	display: inline-block;
}
article[class*="type-"] .post-formate-icon {
    border: 1px solid #ddd;
    color: #00c1ef;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 80px;
}
article[class*="type-"].entry-date {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
}
article[class*="type-"] .entry-date {
    background-color: #666;
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 400;
    width: 80px;
    text-transform: uppercase;
	word-wrap: break-word;
}
article[class*="type-"] .entry-date,
article[class*="type-"] .entry-date a {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 22px;
	font-size: 13px;
}
article[class*="type-"] .entry-date span {
    display: block;
    font-size: 34px;
    font-weight: bold;
	word-wrap: break-word;
	margin-bottom: 10px;
}
article[class*="type-"] .entrycontent_inner_block {
	width: 86%;
	display: inline-block;
}
article[class*="type-"] .entrycontent_inner_block a {
	color: #444;
}
article[class*="type-"] .entry-title,
article[class*="type-"] .entry-title a {
    font-weight: 400;
    font-size: 28px;
    color: #444;
    margin-top: 0;
	line-height: 37px;
	text-decoration: none;
}
article[class*="type-"] .entry-title a:hover {
    color: #00C1EF;   
}
article[class*="type-"] .entry-meta {
	margin-bottom: 5px;
}
article[class*="type-"] .entry-meta,
article[class*="type-"] .entry-meta a {
	color: #666;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
}
article[class*="type-"] .entry-meta a:hover {
	color: #222;
}
article[class*="type-"] .entry-meta > span::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}
article[class*="type-"] .entry-meta > span:last-of-type:after {
    content: "";
	padding: 0;
}
article[class*="type-"] .post-meta,
article[class*="type-"] .post-meta a {
	color: #fff;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}
article[class*="type-"] .post-meta em::after {
	content: "|";
	padding-left: 5px;
	padding-right: 5px;
}
article[class*="type-"] .entry-meta {
	display: inline-block;
	width: 100%;
}
article[class*="type-"] .entry-meta > [class*="post-"]{
	float: left;
}
article[class*="type-"] .entry-content {
    margin-bottom: 20px;
	display: block;
}
.entry-content p,
article[class*="type-"] .entry-content p {
    margin: 0 0 10px;
    font-size: 15px;
    color: #666;
	line-height: 24px;
}
article[class*="type-"] a.read-more {
    display: block;
    color: #222;
    font-size: 14px;
    font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}
article[class*="type-"] a.read-more:hover {
	 color: #000;
}
article[class*="type-"] a.read-more .fa {
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 23px;
}
article[class*="type-"] .read-more-icon {
    width: 44px;
    height: 25px;
    position: relative;
    background-color: #00C1EF;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
}
article[class*="type-"] .read-more-icon:before,
article[class*="type-"] .read-more-icon:after {
    content: "";
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    position: absolute;
}
article[class*="type-"] .read-more-icon:before {
    top: -11px;
    border-bottom: 11px solid #00C1EF;
    left: 0;
}
article[class*="type-"] .read-more-icon:after {
    bottom: -11px;
    border-top: 11px solid #00C1EF;
    left: 0;
}
.blog-post {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
}
.blog-post .blog-post-hover {
    display: none;
    background-image: url("/wp-content/themes/flibz/images/blog/blog-hover.png");
    background-repeat: repeat;
    height: 100%;
    left: 15px;
    max-height: 460px;
    position: absolute;
    right: 15px;
    top: 0;
}
.post-thumbnail:hover .blog-post-hover {
    display: block;
}
.blog-post .entry-title:hover {
    color: #1896ff;
}
.blog-post img {
    min-height: 460px;
}
.blog-post .entry-content > p,
.blog-post .about-author {
    line-height: 23px;
}
.blog-post .author {
    padding-top: 50px;
    margin-bottom: 60px;
}
blockquote {
	border-color: #00c1ef;
	margin: 0 0 20px;
	padding: 0 20px;
}
blockquote p {
	color: #666666;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 15px;
}

/* - BlogStyle 2 */
.post-style-2 {
    color: #fff;
    min-height: 500px;
    padding: 27px;
    border: 4px solid #444;
}
.post-style-2 .entry-content > p {
    margin-bottom: 75px;
}

/* - BlogStyle 3 */
.post-style-3 h3 {
    font-size: 16px;
    font-weight: bold;
}
.post-style-3 {
    background-color: #444;
    color: #fff;
    min-height: 435px;
    padding: 50px;
}
.content-section {
    text-align: center;
}

body.single-post .entry-meta.tags {
	margin-bottom: 30px;
}

/* - Author */
.author-box {
	margin-bottom: 10px;
	/* margin-top: 30px; */
	padding: 0 0 20px 120px;
	position: relative;
	min-height: 100px;
	display: block;
}
.author-image {
	position: absolute;
	left: 0;
	top: 0;
}
.author-box .about-author-title {
    display: block;
    font-size: 20px;
    color: #000;
	margin-top: 0;
	line-height: 28px;
	text-transform: capitalize;
}
.author-image:hover {
    opacity: 0.7;
}
.author-block p {
    line-height: 22px;
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

/* - Entry Meta */
.entry-meta a {
	font-size: 14px;
	text-decoration: none;
}
.entry-meta .post-comment a:hover,
.entry-meta a {
    color: #aaa;
}
.entry-meta a:hover {
    color: #444;
    text-decoration: none;
}
.entry-meta [class*="post-"]:after {
    content: "//";
    padding-left: 5px;
    padding-right: 5px;
    color: #00c1ef;
}
.entry-meta [class*="post-"]:last-child:after {
    content: "";
	display: none;
}
.entry-meta.tags a {
	display: inline-block;
}
.entry-meta .post-category a:after,
.entry-meta.tags a:after {
    content: ",";
    padding-right: 5px;
    color: #666666;
	font-size: 20px;
}
.entry-meta .post-category a:last-of-type:after,
.entry-meta.tags a:last-of-type:after {
	content: "";
}
.tags .fa {
    color: #00c1ef;
    font-size: 20px;
    margin-right: 10px;
}
.tags a:hover {
    color: #00c1ef;
}

/* - Comment Area */
.comment-area h2 {
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}
.comment-form .form-control {
    border-color: #eee;
    border-radius: 0;
    font-size: 13px;
    margin-bottom: 14px;
    box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.comment-form textarea.form-control {
    height: 157px;
}
.comment-form > [class*="col-"] {
    padding-left: 0;
}
.comment-form > [class*="col-"]:first-of-type > [class*="col-"] {
    padding-left: 0;
}
.comment-form > [class*="col-"]:first-of-type .form-control {
    height: 43px;
}
.comment-form .btn {
    background-color: #333;
    border: none;
    color: #fff;
    float: left;
    border-radius: 0;
    padding: 17px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.comment-form .btn:hover {
    background-color: #00C1EF;
    color: #fff;
}
.comment-form > [class*="col-"]:last-of-type {
    padding-right: 0;
}

/* - Widgets */
.comment-box {
    display: inline-block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 28px;
    padding-bottom: 17px;
}
.comment-user-name {
    font-size: 15px;
    margin-top: 0;
    text-align: left;
}
.comment-date {
    text-align: left;
    font-size: 12px;
    color: #aaa;
}
.comments-desc {
    display: inline-block;
    width: 100%;
}

/* ## Footer Widget Setting */
.footer-widget-area .container {
	border-top: 1px solid #ddd;
	padding-top: 40px;
}

/* - Line */
.line-image {
    position: absolute;
    bottom: -65px;
    left: 29px;
    right: auto;
}
.skill-block .dial {
    color: #000 !important;
}

/* - Site Loader */
.loader{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 auto;
}
.ball-triangle-path > div {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 1px solid #00c1ef;	
}
.ball-triangle-path > div:nth-of-type(1) {
	top: 50px;
}
.ball-triangle-path > div:nth-of-type(2) {
	left: 25px;
}
.ball-triangle-path > div:nth-of-type(3) {
	top: 50px;
	left: 50px; 
}
.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1031;
}
.load-complete .logo {
	color: #4C4C4C;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	font-size: 50px;
}
.load-complete .load-position h6 {
    text-align: center;
    color: #000;
    font-size: 12px;
	font-weight: 400;
	font-style: italic;
}
.load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.load-complete .loading {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.load-complete .loading-line {
    position: absolute;
    background: #eee;
    width: 100%;
    height: 2px;
}
.load-complete .loading-break {
    position: absolute;
    background: #059664;
    width: 15px;
    height: 2px;
}
.ball-triangle-path > div:nth-child(1) {
	-webkit-animation-name: ball-triangle-path-1;
	animation-name: ball-triangle-path-1;
	-webkit-animation-delay: 0;
	animation-delay: 0s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.ball-triangle-path > div:nth-child(2) {
	-webkit-animation-name: ball-triangle-path-2;
	animation-name: ball-triangle-path-2;
	-webkit-animation-delay: 0;
	animation-delay: 0s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite; 
}
.ball-triangle-path > div:nth-child(3) {
	-webkit-animation-name: ball-triangle-path-3;
	animation-name: ball-triangle-path-3;
	-webkit-animation-delay: 0;
	animation-delay: 0s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.dial {
    color: #000000 !important;
}
.fa-comp {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    position: absolute;
    z-index: 99999;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 40px;
}
.fa-comp:hover {
    background: #333;
}
.popup_wrapper {
    background: rgba(0, 0, 0, 0.6);
}
.opacity-1 {
    opacity: 1;
}
.opacity-0 {
    opacity: 0;
}
.display-none {
    display: none;
}
.tlt {
    position: absolute;
    text-align: center;
    font-weight: 400;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
    top: 47%;
    width: 100%;
    font-size: 50px;
    z-index: 9999;
}
#main-future {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 50%;
    height: 25%;
    width: 100%;
    z-index: 999;
}
.link-box {
    bottom: -98%;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 2000;
    display: block;
}
.link-box a {
    display: inline-block;
    outline-style: none;
    width: 36px;
    height: 39px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    margin: 10px 0;
    box-shadow: #FFF 0 0 1px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

/* - Contact Map */
.contact-map {
	position: relative;
}
#map {
    height: 30%;
    min-height: 427px;
    width: 100%;
    z-index: -999;
    position: absolute;
    margin: auto;
    -webkit-transition: all 2500ms ease 0s;
    -moz-transition: all 2500ms ease 0s;
    -ms-transition: all 2500ms ease 0s;
    -o-transition: all 2500ms ease 0s;
    transition: all 2500ms ease 0s;
    opacity: 0;
    top: -100%;
}
.move-top {
    opacity: 0 !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.move-down {
    margin-top: 10% !important;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.frontoff {
    -webkit-transition: all 2500ms ease 0s;
    -moz-transition: all 2500ms ease 0s;
    -ms-transition: all 2500ms ease 0s;
    -o-transition: all 2500ms ease 0s;
    transition: all 2500ms ease 0s;
    z-index: 1000 !important;
    opacity: 1 !important;
    top: 0 !important;
}
#close-map {
    left: 50%;
    height: 80px;
    margin-left: -363px;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: -120px;
    width: 400px;
    z-index: 9999;
    -webkit-transition: all 1500ms ease 0s;
    -moz-transition: all 1500ms ease 0s;
    -ms-transition: all 1500ms ease 0s;
    -o-transition: all 1500ms ease 0s;
    transition: all 1500ms ease 0s;
}
.fa-close-map {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 40px;
}
.fa-close-map:hover {
    background: #333;
	color: #fff
}
.sub-down {
    top: 0 !important;
    -webkit-transition: all 1500ms ease 0s;
    -moz-transition: all 1500ms ease 0s;
    -ms-transition: all 1500ms ease 0s;
    -o-transition: all 1500ms ease 0s;
    transition: all 1500ms ease 0s;
}
.gm-style-iw strong {
	font-size: 36px;
	line-height: 45px;
	margin-right: 10px;
}
.gm-style .gm-style-iw {
	font-size: 14px;
	font-weight: 400;
	padding: 5px 10px;
}


/* ## Components */
.color-switcher {
    width: 250px;
    position: fixed;
    left: 0;
    top: 180px;
    z-index: 999;
    padding: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	background-color: #fff;
}
.color-switcher h5 {
    font-size: 15px;
    margin-top: 0;
    padding: 0 20px 0;
}
.color-switcher p {
    font-size: 12px;
    color: #000;
    margin-bottom: 0;
    background: #fff;
    height: 40px;
    text-align: center;
    font-weight: bold;
	margin-left: 10px;
    line-height: 42px;
    text-transform: uppercase;	
}
.color-switcher ul {
    list-style: none;
    padding: 0;
	margin-left: 25px;
	display: inline-block;
	margin-bottom: 0;
}
.color-switcher ul li {
    float: left;
}
.color-switcher ul li a {
    display: block;
    width: 35px;
    height: 35px;
    outline: none;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #333;
}
.color-switcher ul li a.blue {
    background: #00c1ef;
}
.color-switcher ul li a.green {
    background: #7ec333;
}
.color-switcher ul li a.red {
    background: #d33636;
}
.color-switcher ul li a.yellow {
    background: #EAD630;
}
.color-switcher ul li a.light-green {
    background: #64e294;
}
.color-switcher ul li a.orange {
    background: #eca928;
}
.color-switcher ul li a.pink {
    background: #fd6b6b;
}
.color-switcher ul li a.black {
    background: #999;
}
.color-switcher .gray {
    background: #656565;
}
.color-switcher .black {
    background: #000;
}
.color-switcher .white {
    background: #fff;
}
.color-switcher .light {
    background: #fff;
    width: 60px;
    color: #000;
    text-align: center;
    float: left;
    border: 1px solid #666;
    margin-top: 15px;
    margin-right: 22px;
}
.color-switcher .dark {
    background: #272727;
    width: 60px;
    float: right;
    color: #fff;
    border: 1px solid #666;
    margin-top: 15px;
}
.picker_close {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
    background: #fff;
}
.picker_close i {
    font-size: 22px;
    margin-top: 9px;
}
.position {
    left: 40px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.theme-colours {
    display: none;
}
.position .theme-colours {
    display: block;
}

.theme-colours,
.layouts,
.backgrounds,
.choose-header, 
.choose-footer {
    display: none;
    text-align: left;
    padding-top: 0px;
    width: 100%;
    padding: 19px;
    background: #fff;
    padding-top: 0px;
}
.layouts a, .choose-header a, .choose-footer a {
    display: inline-block;
    text-align: center;
    width: 40%;
    margin: 0 5px 0 0;
    color: #5d5d5d;
    font-size: 15px;
    border: 1px solid #e7e7e7;
    padding: 5px 7px 2px;
}
.layouts a:hover, .choose-header a:hover, .choose-footer a:hover {
    border: 2px solid #a9a9a9;
    padding: 4px 5px 1px;
}
.styleswitcher {
    position: fixed;
    width: 120px;
    background: #ffffff;
    color: #595959;
    top: 150px;
    right: -123px;
    z-index: 999;
}
.styleswitcher p {
    color: #000 !important;
}
.styleswitcher.ackapa {
    left: 0;
}
.styleswitcher .switch {
    padding-left: 15px;
    padding-bottom: 10px;
}
.styleswitcher .switch h5 {
    margin-top: 20px;
}
.styleswitcher .switch p {
    margin-top: 10px;
}
.stylebutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 40px;
    background: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    top: 0px;
    right: -40px;
}
.styleswitcher a {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 7px;
    margin-bottom: 10px;
    position: relative;
    z-index: 99999999;
}
.color-switcher ul li {
    margin: 3px;
}

/* - GOTO Next */
.goto-next {
    text-transform: uppercase;
    position: absolute;
    bottom: 50px;
    z-index: 999;
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;
	padding: 0 15px;
}
.goto-next a {
    display: block;
    position: relative;
}
.goto-next a:hover,
.goto-next a:focus {
	color: #fff;
}
.arrow {
    position: fixed;
    bottom: -25px;
    left: 50%;
    margin-left: -20px;
    width: 25px;
    height: 14px;
    background-size: contain;
}
.bounce {
    -moz-animation: bounce 5s infinite;
    -webkit-animation: bounce 5s infinite;
    animation: bounce 5s infinite;
}

/* - Back to Top */
.back-to-top {
    width: 80px;
    height: 56px;
    display: block;
	margin: 30px auto 0;
    color: #ccc;
    text-align: center;
    line-height: 50px;
    font-size: 35px;
    bottom: 0;
}
.back-to-top:hover {
    color: #ccc;
}

/* - Time Line Section */
.time-line-section .odd {
    float: left;
    padding-right: 35px;
    position: relative;
    min-height: 170px;
}
.odd .timeline-badge {
    left: auto;
    right: -9px;
    background-color: #fff;
}
.even .timeline-badge {
    right: auto;
    left: -9px;
}
.time-line-image {
    list-style: none;
    padding-left: 0;
    margin: 10px 0;
}
.time-line-image li {
    display: inline-block;
    margin: 0 5px;
}
.timeline {
    list-style: none;
    padding: 40px;
    position: relative;
    background-image: url("/wp-content/themes/flibz/images/time-line-bg.png");
    background-repeat: repeat-y;
    background-position: center top;
    height: 100%;
    display: inline-block;
    margin-bottom: 0;
}
.timeline > li:not(.timeline-year) {   
    margin-bottom: 20px;
    width: 50%;
}
.time-line-section .even {
	float: right;
	padding-left: 35px;
	margin-top: 25px;
	min-height: 170px;
	position: relative;
}
.timeline > li .clearfix {
	clear: both;
	width: auto;
	float: none;
}
.timeline > li:hover > .timeline-panel {
    background-color: #00c1ef;
    color: #fff;
}
.timeline > li:hover > .timeline-panel p{
	color: #fff;
}

.timeline > li > .timeline-panel {
    width: 100%;
    float: left;
    padding: 20px;
    position: relative;
    background-color: #fff;
}
.timeline > li:hover > .timeline-badge {
    background-image: url("/wp-content/themes/flibz/images/icon/time-line-polygon-hover.png");
}
.timeline > li:hover > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #00c1ef;
    border-right: 0 solid #00c1ef;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li:hover > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #00c1ef;
    border-right: 0 solid #00c1ef;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 17px;
    height: 19px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 30px;
    background-color: transparent;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background-image: url("/wp-content/themes/flibz/images/icon/time-line-polygon.png");
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    width: 100%;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.time-line-title,
.timeline-title {
    font-size: 15px;
}
.timeline-heading {
	display: inline-block;
	width: 100%;
}
.time-line-title,
.timeline-title a {
    color: #333;
}
.timeline > li:hover .time-line-title,
.timeline > li:hover .timeline-title a {
    color: #fff;
}
.timeline-title .timeline_date {
    float: right;
    font-size: 13px;
    text-transform: uppercase;
}
.timeline-body > p {
    font-size: 14px;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}

/* - Superslides navigation */
.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 46%;
    width: 100%;
}
.slides-navigation a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 22px;
    margin: 0 25px;
    background-color: #00C1EF;
    text-shadow: 0 1px 1px #000;
    text-align: center;
    height: 34px;
    width: 40px;
    top: -40px;
    padding: 1px;
    border-radius: 0 5px;
    -webkit-transition: background 0.15s ease;
    -moz-transition: background 0.15s ease;
    -o-transition: background 0.15s ease;
    transition: background 0.15s ease;
}
.slides-navigation a:hover {
    background: rgba(0, 0, 0, 0.4);
}
.slides-navigation a {
    position: absolute;
    display: block;
}
.slides-navigation a.prev {
    left: 0;
}
.slides-navigation a.next {
    right: 0;
}
.slides-pagination { 
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	text-align: center;
	margin-top: 200px;
}
.slides-pagination a {
    background-color: transparent;
    background-image: url("/wp-content/themes/flibz/images/icon/slider-indicator.png");
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    height: 14px;
    width: 12px;
    font-size: 0;
    display: inline-block;
    margin: 0 4px;
	text-decoration: none;
	outline: none;
}
.slides-pagination a:hover,
.slides-pagination a.current {
    background-image: url("/wp-content/themes/flibz/images/icon/slider-indicator-active.png");
    background-color: transparent;
    width: 11px;
    height: 14px;
}

/* ## Responsive  */

/* - Min-width: 992 */
@media (min-width: 992px) {
	
	/* - About Section */
	.about-section .about [class*="col-md-"]:nth-child(4n+1){
		clear: both;
	}
	
	/* - WhyChoose US */
	.why-choose-us [class*="col-md-"]:nth-child(3n+1){
		clear: both;
	}
	.why-choose-us .ow-section [class*="col-md-"]:nth-child(n+4) {
		margin-top: 64px;
		display: inline-block;
	}
	
	/* - Service Section */
	.service-tab-system .nav-tabs li:nth-child(6n+1){
		clear: both;
	}
	
	/* - Portfolio Section */
	.portfolio-section .portfolio-list li:nth-child(3n+1){
		clear: both;
	}
	
	/* - Price Section */
	.pricing-section .ow-section [class*="col-md-"]:nth-child(4n+1) {
		clear: both;
	}
	/* - Team Section */
	.team-member-section .container [class*="col-md-"]:nth-child(4n+1) {
		clear: both;
	}	
}

/* - Min-width: 768 */
@media (min-width: 768px) {
    .slider-section, .slider-section .slide-item img {
        min-height: 900px !important;
    }
    .slider-section .slide-item img {
        top: 0 !important;
    }
    .slider-section .slide-sub-title img {
        min-height: 10px !important;
    }
}

/* - Min Width: 992 to Max Width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* Slider Section */
    .slide-title-border.after {
        left: 15.1%;
    }

    .slide-title-border.before {
        right: 15.1%;
    }
   
	/* Skill Section */
    .skill {
        max-height: 97px;
        line-height: 97px;
    }
	
	/* Fact Section */
    .our-fact-section .container > [class*="col-"] {
        padding: 0 30px;
    }

    .fact-inner-icon:before,
	.fact-inner-icon:after {
        content: "";
        border-left: 88px solid transparent;
        border-right: 88px solid transparent;
        position: absolute;
    }
	
	/* - Team Section */
	.team-member-heading {
		margin-bottom: 10px;
	}
	.work-section .section-title {
		max-width: 60%;
	}
}

/* - Min Width: 768 to Max Width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/*Slider Section */
    .slide-title-border {
        width: 23%;
    }
    .slide-title-border.after {
        left: 4.5%;
    }
    .slide-title-border.before {
        right: 4.5%;
    }
    .slides-navigation {
        top: 48%;
    }

    .goto-next {
        bottom: 200px;
    }
	
	/* Introduction */
    .tab-content > .active {
        text-align: center;
    }
	
	/* our fact section */
    .our-fact-section .container > [class*="col-"] {
        padding: 0 10px;
    }
	
	/* - Skill Section */
    .skill-section .col-md-3 {
        text-align: center;
        display: block;
    }
    .skill {
        left: 0;
        right: 0;
        width: auto;
        line-height: 90px;
    }
	
	/* Portfolio section */
    .portfolio-section-hover ul {
        margin: 40px 0;
    }
	
	/* - WhyChoose Us */	
	.why-choose-us [class*="col-md-"]:nth-child(2n+1){
		clear: both;
	}
	
	
	/* Time Line Section */
    .time-line-section .even {
        min-height: 185px;
    }
	
	/* - Pricing Section */
    .price-rate {
        background-size: 100% 100%;
        max-width: 120px;
        max-height: 100px;
    }

    .fact-inner-icon:before,
	.fact-inner-icon:after {
        content: "";
        border-left: 79px solid transparent;
        border-right: 79px solid transparent;
        position: absolute;
    }
	.service-tab-system .nav-tabs li:nth-child(3n+1){
		clear: both;
	}
	.work-section .section-title ,
	.work-section .section-header p,
	.sc_description {
		max-width: 80%;
	}
}

/* - Min Width: 319 to Max Width: 767 */
@media only screen and (min-width: 319px) and (max-width: 767px) {
	
	/*- Section Header */
    .section-title {
        font-size: 27px;
		line-height: 36px;
    }
	
	/* - Sider Section */
    .slider-section, .slider-section .slide-item img {
        height: 550px !important;
    }
    .slider-section .slide-item img {
        top: 0!important;
    }
    .slide-title {
        margin-top: 0px;
        top: 47px;
        width: 290px;
        margin: 0 auto;
    }
    .slide-sub-title {
        padding-left: 24px;
        padding-right: 24px;
        font-size: 18px;
    }
    .slider-section .slide-sub-title img {
        height: auto !important;
    }
    .slide-title-border {
        width: 15%;
    }
    .slide-title-border.after {
        left: 0;
    }
    .slide-title-border.before {
        right: 0;
    }
    .slide-description {
        font-size: 13px;
        margin-top: 0px;
    }
    .slides-pagination {
        top: 345px;
    }	
	
	/* Introduction */
    .introduction-section .nav-tabs li {
        text-align: center;
    }

    .introduction-section .tab-system .nav-tabs li a {
        display: inline-block;
        float: none;
        margin-bottom: 20px;
    }

    .iphone {
        text-align: center;
    }

    .introduction-section .tab-system .tab-detail {
        width: 100%;
        margin-left: 0;
    }

    .line-image {
        display: none;
    }
	
	/* About Section*/
    .about-section .call-us-title {
        margin-bottom: 15px;
    }
    .about-section .why-choose-us .col-md-4 {
        padding: 0;
        margin: 16px 0px;
    }

    .about-section .why-choose-us .col-md-4:last-child {
        margin-bottom: 0;
    }
	
	/* Skill Section */
    .skill-section .col-md-3 {
        text-align: center;
        display: block;
    }
    .skill {
        left: 0;
        right: 0;
        width: auto;
        line-height: 90px;
    }
    .skill-block {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
	
	/* Service-Section */
    .service-tab-system li {
        min-height: 262px;
    }

    .service-tab-system .tab-content > .tab-pane {
        padding: 0;
    }
	
	/* Featured Section */
    .featured-section .tab-system .nav-tabs li a {
        float: none;
        margin: 0 auto 20px;
    }

    .featured-section .tab-system .tab-title,
	.featured-section .tab-system .tab-detail {
        text-align: center;
		line-height: 24px;
    }

    .featured-section .tab-system .tab-detail {
        display: block;
        width: auto;
        margin-left: 0;
    }
	
	/* Quote Section */
    .quotes-section .section-title {
        width: 80%;
    }
		
	/* Fact Section */
    .fact-inner {
        max-width: 190px;
    }
	
	/* Portfolio Section */
    .portfolio-section .portfolio-list {
        text-align: center;
    }
    .portfolio-section .portfolio-list li {
        max-width: 290px;
    }
    .portfolio-categories {
        padding-left: 0;
    }
    .portfolio-categories li a {
        background-size: 100%;
        background-position: bottom center;
        display: inline-block;
        margin: 10px 0;
    }
	
	/*  - TimeLine Section */
    .time-line-section .odd,
	.time-line-section .even,
	ul.timeline > li > .timeline-panel {
        float: left;
        width: 100%;
        height: auto;
        min-height: auto;
        margin-top: 0;
    }
    .time-line-section .odd,.time-line-section .even {
        padding: 0;
    }
    .timeline > li.timeline-inverted > .timeline-panel:before,
	.timeline > li.timeline-inverted > .timeline-panel:after,
	.timeline > li.odd > .timeline-panel:before,
	.timeline > li.odd > .timeline-panel:after {
        border: none;
    }
    .timeline > li > .timeline-badge,
	.timeline > li:hover > .timeline-badge {
        background-image: none;
        background-color: transparent;
    }
	
	/* Call to Action */
    .get-started {
        margin: 20px auto;
    }
	
    .map .full-map {
        font-size: 14px;
    }	
    .comment-box .col-md-2 {
        float: left;
    }
    .comment-box .col-md-10 {
        float: right;
    }
    .childeren {
        margin-left: 0;
        padding-left: 10px;
    }
    .comment-form .col-md-12 {
        padding-right: 0;
    }	
	.slide-description {
        display: none;
    }
    .service-tab-system li {
        min-height: 282px;
    }	
	.call-to-action .call-action-sc_description {
		width: 100%;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	
	/* - Slider Section */
	.slide-description {
		width: 100%;
		padding: 0 15px;
	}	
	.slide-sub-title {
		font-size: 26px;
	}
	.slides-pagination {
		top: auto;
		margin-top: 0;
		bottom: 50px;
	}
	.slide-title-border {
		width: 10%;
	}
	.slide-title-border.after {
		left: 20%;
	}
	.slide-title-border.after {
		left: 142px;
	}
	.slide-title-border.before {
		right: 142px;
	}
	
	/* - About Section */
	.about-section .about [class*="col-md-"]:nth-of-type(2n+1){
		clear: both;
	}
	
	/* - Call Us Section */
	.purchase-now {
		margin-top: 15px;
	}
	
	/* - Skill Section */
	.skill-section .col-md-5 img {
		margin-top: 30px;
	}
	
	/* - Service Section */
	.description {
		width: 95%;
	}
	
	/* - Quote Section */
	.quotes-section .section-title {
		width: 100%;
		line-height: 28px;
		font-size: 19px;
	}
	
	/* - Team Section */
	.team-member-section .team-inner img {
		display: block;
		margin: 40px auto 0;
	}
	.team-inner > .team-member-detail-show:hover > .team-member-detail {
		padding-top: 30%;
	}
	
	/* - Single Team Page */
	.single-flibz_team .team-member-information {
		width: 40%;
	}
	.single-flibz_team .member-description {
		width: 60%;
		padding-left: 15px;
	}
	
	.why-choose-us [class*="col-md-"] {
		margin-bottom: 30px;
	}
	
	/* - Our Fact Section */
	.fact-inner .fa,
	.fact-inner .count {
		font-size: 38px;
	}
	
	/* - Time Line Section */
	.timeline-title span {
		position: relative;
		right: 0;
		top: 0;
		float: none;
	}
	.timeline-title .timeline_date {
		float: none;
	}
	.timeline-title {
		padding-top: 15px;
	}
	.timeline-title a {
		line-height: 20px;
	}
	
	/* - Price Section */
	.pricing-section .ow-section [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	
	.widget_social_icons li a {
		padding: 5px 9px;
	}	
	
	a.phone-number {
		font-size: 35px;
		margin-bottom: 5px;
	}
	
	/* - Fact Section */
	.fact-inner-icon {
		height: 120px;
	}
	.fact-inner-icon::before,
	.fact-inner-icon::after {
		border-left: 82px solid transparent;
		border-right: 80px solid transparent;
	}
	.fact-inner .fa,
	.fact-inner .count {
		font-size: 32px;
	}	
	.service-tab-system .tab-content > .tab-pane {
		padding: 0 15px;
	}	
	.slide-sub-title {
		min-width: 435px;
	}
	
	/* - Blog Single */
	article[class*="type-"] .post-format {
		width: 20%;
	}
	article[class*="type-"] .entrycontent_inner_block {
		width: 80%;
	}
	
	.team-member-detail {
		max-height: 100%;
	}	
}

/* - Min-width: 601 to Max-width: 782 */
@media only screen and (min-width: 601px) and (max-width: 782px) {
	body.admin-bar header.navbar-fixed-top {
		margin-top: 46px !important;
	}
}

/* - Max Width: 767 */
@media (max-width: 767px) {
	
	.widget-area {
		padding-top:50px;
	}
	
	/* - Time Line Section */
	.timeline {
		padding: 40px 0;
	}
	.timeline-title {
		padding-top: 10px;
	}
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
	.timeline > li:not(.timeline-year) {
		width: 100%;
	}
	.sc_description {
		width: 100%;
		max-width: 100%;
	}
	.work-section .section-title,
	.work-section .section-header p {
		max-width: 100%;
	}
	.timeline-title .timeline_date {
		display: block;
	}
	
	/* - Slider */
	.slide-title {
		font-size: 20px;
	}
	.slide-title-border.after {
		left: 5px;
	}
	.slide-title-border.before {
		right: 5px;
	}
	.slide-title-border {
		top: 5px;
	}
	.slide-sub-title {
		font-size: 18px;
		padding-left: 20px;
		padding-right: 20px;
		min-width: auto;
		margin-bottom: 40px;
		padding-bottom: 25px;
	}
	.slide-item p {
		width: 100%;
	}
	.goto-next {
		bottom: 70px;
	}
	.arrow {
		bottom: -45px;
	}
	
	/* - WhyChoose Us */
	.why-choose-us [class*="col-md-"] {
		margin-bottom: 50px;
		width: 100%;
		text-align: center;
		display: inline-block;
	}
	.why-choose-us .container [class*="col-"]:last-of-type {
		margin-bottom: 0;
	}
	.why-choose-us .choose-box {
		width: 100%;
		text-align: center;
		margin-top: 26px;
		display: inline-block;
	}
	.why-choose-us .intro-icon {
		top: 0;
	}
	.why-choose-us .choose-description,
	.why-choose-us .choose-box-title {
		text-align: center;
	}
	
	/* - Introduction Section */
	.introduction-section .tab-system .nav li {
		width: 50%;
		padding: 0 15px;
	}
	.introduction-section .tab-system .nav li:nth-child(2n+1) {
		clear: both;
	}
	
	/* - Skill Section */
	.skill-block {
		width: 50%;
		float: left;
	}
	.our-skill-description {
		margin-bottom: 30px;
	}
	
	/* - Service Section */
	.description {
		width: 100%;
		padding: 0 15px;
	}
	
	/* - Call To Action */
	.call-action-title {
		font-size: 30px;
	}
	
	.service-tab-system .nav-tabs li:nth-child(2n+1){
		clear: both;
	}
	
	/* - Blog */
	.content-sidebar {
		margin-top: 30px;
	}
	.search-icon {
		right: 15px;
	}
	
	/* - Fact Section */
	.fact-inner {
		max-width: 175px;
	}
	.fact-inner-icon::before,
	.fact-inner-icon::after {
		border-left: 87px solid transparent;
		border-right: 90px solid transparent;
	}
	
	.call-to-action .get-started {
		display: inline-block;
		margin-right: 15px;
		margin-left: 15px;
	}
	.call-us .call-us-title {
		padding-left: 0;
	}
	.call-us .purchase-now {
		margin-bottom: 0;
	}
	
	/* - Portfolio Section */
	.portfolio-section .portfolio-list li {
		max-width: 365px;
	}
	
	.entry-content-block .entry-meta .post-by {
		float: none;
	}
	
	/* - Blog Single */
	article[class*="type-"] .post-format {
		width: 16%;
	}
	article[class*="type-"] .entrycontent_inner_block {
		width: 84%;
	}
	
	.price-inner-section:hover {
		margin-top: 0;
	}
	.portfolio-section .sc_description {
		margin-bottom: 9px;
	}
	.portfolio-section .portfolio-list {
		margin-top: 8px;
	}
}

/* - Max-width: 600 */
@media (max-width: 600px) {
	body.admin-bar header.navbar-fixed-top {
		margin-top: 0 !important;
	}
	.portfolio-single .portfolio-image{
		width: 100%;
		margin-bottom: 30px;
	}
	.portfolio-single .portfolio-content{
		width: 100%;
	}
}

/* - Max-width: 639 */
@media (max-width: 639px) {
	/* - Team Section */
	.team-inner > .team-member-detail-show:hover > .team-member-detail {
		padding-top: 23%;
	}
	
	/* - Our Fact Section */
	.our-fact-section .container > [class*="col-"] {
		padding: 0 15px;
	}
	.fact-inner {
		max-width: 155px;
	}
	.fact-inner-icon::before,
	.fact-inner-icon::after {
		border-left: 81px solid transparent;
		border-right: 75px solid transparent;
	}
	.fact-inner-icon {
		height: 100px;
	}
	.fact-inner .fa,
	.fact-inner .count {
		font-size: 30px;
	}
	
	/* - Call To Action */
	.call-action-title {
		font-size: 25px;
	}
	.call-action-description {
		margin-top: 0;
	}
	
	.portfolio-section .portfolio-list,
	.portfolio-section .portfolio-list [class*="col-xs-"] {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 30px;
		float: none;
		display: block;
	}
	.intro-icon {
		margin-bottom: 20px;
	}
	
	/* - Blog Single */
	article[class*="type-"] .post-format {
		width: 20%;
	}
	article[class*="type-"] .entrycontent_inner_block {
		width: 80%;
	}
	
	.portfolio-section .portfolio-list li:last-of-type {
		margin-bottom: 0;
	}
}

/* - Max-width: 479 */
@media (max-width: 479px) {
	
	.slides-navigation {
		top: auto;
		bottom: 20px;
	}
	.slide-item .container {
		top: 45%;
	}
	
	/* - About Section */
	.about-section .about [class*="col-xs-"]{
		width: 100%;
	}
	
	/* - WhyChoose US */
	.why-choose-us [class*="col-"]{
		width: 100%;
		text-align: center;
	}
	.why-choose-us [class*="col-"]:last-of-type {
		margin-bottom: 0;
	}
	
	/* - Our Fact Section */
	.our-fact-section [class*="col-"] {
		width: 100%;
	}
	
	/* - Introduction Section */
	.introduction-section .tab-system .nav li {
		width: 100%;
	}
	
	/* - Call To Action */
	.call-action-title {
		font-size: 26px;
		line-height: 35px;
	}
	.call-action-description {
		width: 100%;
	}
	
	/* - Service Section */	
	.service-tab-system .nav-tabs li {
		width: 50%;
		float: left;
		min-height: auto;		
	}
	.service-section .service-tab-system .nav-tabs li:nth-child(2n+1) {
		clear: both;
	}
	.sc_description {
		width: 100%;
	}
	
	.skill-block:nth-child(2n){
		float: right;
	}

	/* - Quotes Section */
	.quotes-section .section-title {
		font-size: 16px;
		line-height: 24px;
	}
	
	/* - Team Section */
	.team-member-section [class*="col-xs-"] {
		width: 100%;
	}
	.team-inner > .team-member-detail-show:hover > .team-member-detail {
		padding-top: 32%;
	}
	.team-member-section .team-inner {
		max-width: 300px;
		margin: 0 auto 30px;
	}
	
	/* - Single Team Page */
	.single-flibz_team .member-description,
	.single-flibz_team .team-member-information {
		width: 100%;
	}
	.single-flibz_team .member-description {
		padding-left: 0;
		padding-right: 0;
		margin-top: 15px;
	}
	
	/* - Fact Section */
	.fact-inner {
		margin-bottom: 0;
	}
	
	/* - Our Template Section */
	.our-template-section .template-title {
		font-size: 24px;
		line-height: 32px;
	}
	
	/* - Price Section */
	.pricing-section .ow-section [class*="col-md-"] {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 50px;
		float: none;
	}
	.price-inner-section {
		max-width: 100%;
	}
	/* - Section Title */
	.section-title {
		font-size: 22px;
		line-height: 31px;
	}
	
	/* - Blog Section */
	.post-formate-icon {
		height: 60px;
		width: 60px;
		line-height: 60px;
		font-size: 20px;
	}
	.entry-date {
		width: 60px;
		padding: 5px;
	}
	.entry-date span {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.type-post .carousel-control {
		top: 34%;
	}	
	.phone-number {
		font-size: 40px;
	}	
	.footer-widget-area .row [class*="col-xs-"] {
		width: 100%;
	}
	
	/* Slider */
	.slide-title-border,
	.slide-sub-title {
		border: 0;
	}
	.slide-sub-title {
		margin-bottom: 0;
		padding-bottom:  10px;
		margin-top: 10px;
	}
	.slide-item .container {
		top: 35%;
	}
	.goto-next {
		bottom: 100px;
	}
	.slides-navigation {
		bottom: 80px;
	}
	
	.slides-pagination {
		bottom: 85px;
	}
}

/* - Max-width: 400 */
@media (max-width:400px) {
	/* - Skill Section */
	.skill-block {
		margin: 0 auto 20px;
		max-width: 100%;
		width: 100%;
	}
}

/* - max-width: 360 */
@media (max-width:360px) {
	.portfolio-section-hover ul {
		margin: 60px 0;
	}	
	.portfolio-single .porfolio-gallery-img .img-list {
		width: 100%;
	}
} 