/*
    Template Name: Rooster- business consultancy template
    Author: Dreambuzz
    Author URI: 
    Description: 
    Version: 1.0
*/


/* Table of Content
==================================================
1.  Global Styles
2.  Typography
3.  Common styles
4.  Navigation
5.  HEADER AREA
6.  SECTION ABOUT
7.  SECTION FEATURES
8. SECTION TESTIMONIAL
9. SECTION CONTACT
10. SECTION FOOTER


/*========================================
	Google font
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i|Poppins:100,400,600,700,300');
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*common typography*/

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.btn:active,
.btn.active,
.progress,
.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}


/**
 * # default
 * ---------------------------------------------------------
 */

body {
	width: 100%;
	height: 100%;
	line-height: 24px;
	color: #6a6a6a;
	font-weight: normal;
}

html {
	width: 100%;
	height: 100%;
}

p {
	margin-top: 0;
	padding-left: 0px;
}

ol,
ul,
dl,
pre,
blockquote {
	margin-top: 0;
	margin-bottom: 24px;
	padding-left: 0px;
}

ul,
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

li {
	list-style-type: none;
	padding-left: 0px;
}


/* ---Typhography--- */

body {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	color: #444;
	text-transform: none;
}

h1 {
	font-size: 36px;
	line-height: 46px;
}

h2 {
	font-size: 22px;
	line-height: 32px;
}

h3 {
	font-size: 18px;
	line-height: 28px;
}

h4 {
	font-size: 16px;
	line-height: 26px;
}

h5 {
	font-size: 14px;
	line-height: 22px;
}

h6 {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
}

.lg-title {
	font-size: 62px;
	line-height: 74px;
}

a {
	color: #444;
	font-weight: 100;
}

a,
a:focus,
a:hover,
a:active {
	text-decoration: none;
}

a:hover {
	color: #BE1E2D;
}

p {
	font-size: 13px;
	line-height: 26px;
	font-weight: 100;
	font-family: "Poppins", Arial, sans-serif;
	color: #666;
	font-weight:300 !important;
}


/* ---Typhography Responsive--- */

@media(max-width:840px) {
	.title-lg {
		font-size: 48px;
		line-height: 62px;
	}
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: 100%;
}

.section-cta {
	margin-top: 30px;
}


/* ======================================
 * 07. Preloader
/* ====================================== */

#loader {
	background: #fff;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
}

#loader .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	background-image: url(../img/preloader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


/**
 * # component
 * ---------------------------------------------------------
 */

.btn {
	font-size: 1.5rem;
	text-transform: uppercase;
	text-transform: capitalize;
	border-radius: 5px;
	padding: 10px 30px;
	font-weight: 600;
	border: 1px solid transparent;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
}

.btn-grey {
	color: #212121;
	background-color: transparent;
	border: 2px solid #212121;
}

.btn-grey:hover {
	color: white;
	background-color: #3EB6FF;
	border-color: #3EB6FF;
}

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

.btn-feature {
	color: #fff;
	background-color: #BE1E2D;
	border-color: #BE1E2D;
}

.btn-feature:hover,
.btn-white {
	border-color: #fff;
	background: #fff;
	color: #333;
}

.btn-black:hover,
.btn-white:hover {
	color: #fff;
	background-color: #BE1E2D;
	border-color: #BE1E2D;
}

#contactForm .btn-feature:hover {
	border-color: #BE1E2D;
}

.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 14px;
}

.form-control:focus {
	border-color: #BE1E2D;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	color: #9e9e9e;
}

.form-control::-moz-placeholder {
	color: #9e9e9e;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #9e9e9e;
}

.form-control {
	border-color: rgba(0, 0, 0, 0.07);
}

.input-group-shadow {
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}


/*=================================
	NAVIGATION
=========================================*/

.navbar-nav > li > a,
.navbar-text {
	font-weight: 600;
	color: #fff;
}

.navbar-brand {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-brand img {
	margin-top: 0px;
}

.navbar-brand {
	padding: 15px 15px;
}

.navbar-nav > li > a {
	line-height: 1.86667;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.navbar-default {
	background-color: rgba(255, 255, 255, .96);
	border: none;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}

.navbar-default .navbar-nav > li > a {
	text-transform: capitalize;
	font-size: 14px;
	line-height: 24px;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #BE1E2D;
	background-color: transparent;
}

.navbar-nav > li:last-child > a {
	background: #BE1E2D;
	color: #fff;
}

@media (min-width: 992px) {
	.navbar-nav > li > a {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.navbar-lg .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.navbar-right a.btn {
	margin-top: 17px;
	padding: 10px 5px;
}

ul.navbar-nav > li.active {
	background: none;
}

ul.navbar-nav li.active > a,
ul.navbar-nav > li.active.dropdown.open {
	background: rgba(255, 4, 4, 0.75);
}

ul.navbar-nav li.active > .dropdown-menu > li.active > a {
	color: #BE1E2D;
}

.navbar-nav .dropdown-menu {
	left: 0;
	right: auto;
}

.dropdown-menu * {
	width: 100%;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.navbar-nav .dropdown-menu {
	border: 0;
	border-top: 1px solid#eee;
	box-shadow: none;
	min-width: 240px;
	display: block;
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(.43, .26, .11, .99);
	transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(.43, .26, .11, .99);
}

.navbar-nav .dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	color: #777;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.navbar-nav .dropdown-backdrop {
	visibility: hidden;
}

.navbar-nav .dropdown-menu li {
	padding: 0px 20px 0;
}

.navbar-nav .dropdown-menu li:first-child {
	border-radius: 2px 2px 0 0;
	border-bottom: 1px solid#eee;
}

.dropdown-menu li:last-child {
	border-radius: 0 0 2px 2px;
}

.dropdown-menu>li>a {
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li.active>a {
	background: none !important;
	color: #BE1E2D !important;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background: transparent;
	border: 0;
}


/**
 * common styles
 * ---------------------------------------------------------
 */

.site-header-fixed-top,
.site-header-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.site-header-fixed-top {
	top: 0;
}

.site-header-fixed-bottom {
	bottom: 0;
}

.section-padding {
	padding: 30px 0px 30px;
}

.section-heading {
	margin-bottom: 60px;
}

.section-heading p {
	width: 60%;
	margin: 0 auto;
}


/*===========================================
Banner Content
===========================================*/

#slider {
	position: relative;
	height: 550px;
}

.hero-section .container {
	height: 100%;
	
}

.slider-content {
	position: absolute;
	display: table;
	height: 100%;
	width: 100%;
	z-index: 6;
	top: 10%;
}

.slider-caption {
	color: #fff;
	text-shadow: none;
	width: 50%;
	padding: 200px 0px;
	text-align: left;
}

.slider-caption h3,
.slider-caption h2,
.slider-caption p {
	color: #fff;
}

.slider-caption h3 {
	line-height: 40px;
}

.slider-caption h2 {
	font-size: 50px;
	line-height: 60px;
	text-transform: none;
}

.slider-caption p {
	margin: 30px 0px;
}

.overlay::before {
	background-color: rgba(25, 25, 25, 0.95);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.overlay1::before {
	background-color: rgba(0, 0, 0, 0.96);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.overlay2::before {
	background-color: rgba(255, 255, 255, .80);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.bg-overlay:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: .70;
}
.bg-overlay img { max-height:634px; }


.carousel-indicators {
	bottom: 10%;
}


/*carousel slider*/

.carousel-control {
	top: 40%;
	z-index: 2;
	opacity: 1;
}

.carousel-control.left,
.carousel-control.right {
	background: transparent;
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	transition: all 0.25s ease 0s;
}

.carousel-control.left span,
.carousel-control.right span {
	font-size: 40px;
	color: #fff;
}

.carousel-control i {
	background: none;
	color: #fff;
	line-height: 56px;
	width: 56px;
	height: 56px;
	border: 1px solid #fff;
	border-radius: 100%;
	font-size: 36px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.carousel-control.left {
	left: -78px;
}

.carousel-control.right {
	right: -76px;
}


/*main slide controls*/

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
}

#main-slide:hover .carousel-control.left {
	left: -30px;
}

#main-slide:hover .carousel-control.right {
	right: -30px;
}


/*-- Animation */

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 800ms both;
	animation: bounceInLeft 1s ease-in-out 800ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 2s ease-in 800ms both;
	animation: flipInX 2s ease-in 800ms both;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: fadeInUp 1s ease-in 500ms both;
	animation: fadeInUp 1s ease-in 500ms both;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: bounceInDown 1s ease-in 800ms both;
	animation: bounceInDown 1s ease-in 800ms both;
}

.carousel .item.active .animated9 {
	-webkit-animation: fadeInDown 1s ease-in 800ms both;
	animation: fadeInDown 1s ease-in 800ms both;
}


/*=============================================
	ABOUT SECTION
==============================================*/

.header-title {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-top: 100px;
}

.header-title h2 span {
	color: #BE1E2D;
}

#section-about {
	background: #fff;
	padding-bottom: 50px;
}

.about-box {
	background: #fff;
	margin-bottom: 45px;
	text-align: center;
	margin-top: 35px;

}

.about-box,
.about-box i {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.about-box i {
	font-size: 40px;
	line-height: 50px;
	width: 90px;
	height: 90px;
	text-align: center;
	background: #e9e9e9;
	padding-top: 20px;
	border-radius: 100%;
	color: #333;
}

.about-box h4 {
	border-bottom: 1px dotted #eee;
	padding-bottom: 10px;
	text-transform: capitalize;
}

.about-box:hover i {
	color: #fff!important;
}

.about-box:hover i {
	color: #BE1E2D;
}

.about-box:hover i,
.about-box.active i {
	background: #BE1E2D;
}

.about-box.active i {
	color: #fff;
}

.about-img,
.about-img-big {
	border: 4px solid#eee;
	width: 100%;
}

.about-img-big {
	margin: 30px 0px;
}


/*==================================================
	CLIENT TESTIMONIAL
=====================================================*/

.testimonial-carousel {
	background: #FBFBFB;
}

.client-caption {
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0px 15px;
}

.clinet-box i {
	font-size: 25px;
	line-height: 25px;
	color: #555;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 2px solid#444;
	padding-top: 20px;
	margin-bottom: 0px;
}

.client-caption i,
.client-caption h4 {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.caption-inner {
	display: block;
	clear: both;
}

.client-caption p {
	margin: 20px 0px 30px 0px;
	display: block;
}

.clinet-box:hover i {
	background: #BE1E2D;
	color: #fff;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#test-swiper-slide .swiper-slide {
	opacity: .3;
	background: transparent;
}

#test-swiper-slide .swiper-slide-next {
	opacity: 1;
}


/*===============================================================================
	SECTION PRICING
=================================================================================*/

.pricing-intro {
	margin: 15px 15px;
	padding: 30px 20px;
}

.pricing-intro i {
	font-size: 70px;
	line-height: 80px;
}

.pricing-box {
	text-align: center;
	border: 1px solid#eee;
	padding-bottom: 50px;
	border-radius: 15px;
}

.pricing-box.active {
	background: #eee;
}

.price-title h3 {
	margin-bottom: 0px;
}

.price-list {
	padding: 10px 40px;
}

.price-list li {
	font-size: 16px;
	padding: 20px 40px;
	border-bottom: 1px solid#e9e9e9;
}

.price {
	padding: 15px 0px;
	margin-bottom: 30px;
}

.price span {
	font-size: 50px;
	font-weight: 700;
	color: #232323;
	font-size: 80px;
}


/*=============================================
	WHY CHOOS US
==============================================*/

#section-parallax {
	background: url("../img/bg/bg1.jpeg")fixed 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.parallax-content {
	width: 70%;
	margin: 0 auto;
}

.parallax-content h2 {
	text-transform: none;
	color: #fff;
	margin-bottom: 0px;
}

.parallax-content .btn {
	margin-top: 30px;
}

.parallax-content h2 {
	color: #fff;
	font-weight: 100;
}


/*=============================================
	SERVICE SECTION
==============================================*/

.heading-service h2 {
	margin-top: 0px;
}

.heading-service p {
	margin-top: 20px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
}

.service-inner {
	text-align: center;
	background: #FBFBFB;
	padding: 20px;
	border-bottom: 2px solid#BE1E2D;
	margin-top: 30px;
	position: relative;
}

.service-inner img {
	width: 25%;
	margin: 0 auto;
}

.service-desc h4 {
	text-transform: capitalize;
}

.service-desc h4,
.service-desc .more i {
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.service-desc .more i {
	color: #333;
	border-color: #eee;
	margin-bottom: 20px;
}

.service-desc:hover .more i {
	color: #fff;
}

.service-desc:hover h4 {
	color: #fff;
}

.service-inner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #0E2A4A;
	color: #fff;
	opacity: 0;
	top: -40px;
	left: 0px;
	z-index: 8;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-inner:hover:after {
	opacity: .2;
	top: 0px;
}


/*=====================================================
    SECTION CONTACT
==========================================================*/

.form-info {
	background: #BE1E2D;
	color: #fff;
}

.form-info h4 {
	color: #fff;
	padding: 20px;
}

#section-location {}

.contact-box {
	padding: 40px 10px;
}

.contact-inner {
	text-align: center;
}

.contact-inner i {
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 10px;
}

.contact-inner h4,
.contact-inner p,
.contact-inner i {
	color: #fff;
}

.contact-inner p {
	margin-bottom: 0px;
}

.color1 {
	background: #BE1E2D;
}

.color2 {
	background: #ED1C24;
}

.color3 {
	background: #F15723;
}


/*=====================================================
    SECTION CLIENT
==========================================================*/

#section-clients {
	background: #BE1E2D;
	padding: 40px 0px;
}

.client-img {
	background: #fff;
}


/*=====================================================
    SECTION FOOTER MAIN
==========================================================*/

#footer {
	background: url("../img/bg/bg1.jpg") fixed 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.contact-title {
	margin-bottom: 10px;
}

.footer-widget img {
	width: auto;
	margin-bottom: 20px;
}

.footer-widget ul li {
	padding: 8px 0px;
	width: 50%;
	display: inline-block;
	float: left;
}

.footer-widget ul li a {}

.footer-widget ul li a i {
	margin-right: 10px;
	color: #BE1E2D;
}

.location {
	margin-top: 40px;
}


/*=====================================================
    SECTION FOOTER
==========================================================*/

#section-footer {
	padding: 20px 0px;
}

.footer-social li a i {
	font-size: 18px;
	line-height: 25px;
	-webkit-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
}

.footer-content h4 {
	letter-spacing: 2px;
	margin: 0px 0px;
}

.footer-social {
	text-align: right;
}

.read-more {
	color: #000;
	border-bottom: 1px dotted #222;
	padding-bottom: 5px;
	margin-top: 15px;
	display: inline-block;
}