/**
---------STYLES INCLUDED-----------

1 -)  GLOBALS
2 -)  HEADER SECTION
3 -)  BUTTONS
4 -)  SERVICES SECTION
5 -)  PORTFOLIO SECTION
6 -)  ABOUT SECTION
7 -)  TESTIMONIAL SECTION
8 -)  COUNTER SECTION
9 -)  PRICING SECTION
10-)  TEAM SECTION
11-)  CONTACT
12-)  MAP
13-)  FOOTER SECTION

---------STYLES INCLUDED-----------
**/

body {
overflow-x: hidden;
font-family: "Open Sans","Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 24px;
color: #666;
background-color: #fff;
}
h2 {
font-size: 30px;
margin-bottom: 20px;
}
section .text-center h2 {
font-size: 40px;
}
section {
padding: 45px 0;
}
.heading {
font-size: 14px;
padding-bottom: 45px;
}
.heading h2 {
font-size: 26px;
} 
.seperator {
	background-color: #e41919;
	width: 15%;
	height: 6px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.form-control:focus {
border-color: #e95a44;
box-shadow: inset 0 1px 1px rgba(233, 90, 68, 0.075), 0 0 8px rgba(233, 90, 68, 1);
}
#map {
width: 100%; height: 400px; margin-top: 40px; margin-bottom: 40px;
}
.navbar-custom {
background-color: #222222;
border-color: transparent;
}

.navbar-custom .navbar-brand {
color: white;
font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
background-color: #e41919;
border-radius: 3px;
color: white;
}
.navbar-custom .navbar-brand:focus{
color: white;
}
.navbar-custom .navbar-collapse {
border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
background-color: #e41919;
border-color: #e41919;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: white;
font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
background-color: #e41919;
}
.navbar-custom .nav li a {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 1px;
color: white;
}
.navbar-custom .nav li a:focus {  
color: white;
outline: none;
border-radius: 3px;
}
.navbar-custom .nav li a:hover {
color:#e41919;
border-radius: 3px;
}
.navbar-custom .navbar-nav > .active > a {
border-radius: 0;
color: white;
background-color: #e41919;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
color: white;
background-color: #e41919;
}
@media (min-width: 768px) {
.navbar-custom {
background-color: transparent;
padding: 25px 0;
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
border: none;
}
.navbar-custom .navbar-brand {
font-size: 2em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.navbar-custom .navbar-nav > .active > a {
border-radius: 3px;
}
}

@media (min-width: 768px) {

.navbar-custom.affix {
background-color: rgba(34, 34, 34, 0.99);
background-color: #222222;
padding: 10px 0;
}
.navbar-custom.affix .navbar-brand {
font-size: 1.5em;
}
}

/*============================
HEADER SECTION STYLES
==============================*/
header .intro-text {
padding-top: 100px;
padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 22px;
line-height: 22px;
margin-bottom: 25px;
}
header .intro-text .intro-heading {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 50px;
line-height: 50px;
margin-bottom: 25px;
}
@media (min-width: 768px) {
header .intro-text {
padding-top: 300px;
padding-bottom: 200px;
}
header .intro-text .intro-lead-in {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 40px;
line-height: 40px;
margin-bottom: 25px;
}
header .intro-text .intro-heading {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 75px;
line-height: 75px;
margin-bottom: 50px;
}
}

/*============================
 /.HEADER SECTION STYLES
==============================*/
/* ==============================
BUTTON STYLES
============================== */

.btn-mod,
a.btn-mod{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 4px 13px;
color: #fff;
background: rgba(34,34,34, .9);
border: 2px solid transparent;
font-size: 11px;
font-weight: 400;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;

-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;

-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
-moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
-o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
-ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus{
font-weight: 400;
color: rgba(255,255,255, .85);
background: rgba(0,0,0, .7);
text-decoration: none;
outline: none;
border-color: transparent;    
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-mod:active{
cursor: pointer !important;
outline: none !important;
}

.btn-mod.btn-large{
height: auto;
padding: 12px 45px;
font-size: 17px;
} 

.btn-mod.btn-border-w{
color: #fff;
border: 2px solid rgba(255,255,255, .75);
background: transparent;
}
.btn-mod.btn-border-w:hover,
.btn-mod.btn-border-w:focus{
color: #111;
border-color: transparent;
background: #fff;
}


.btn-mod.btn-red{
color: #fff;
border: 2px solid rgba(255,255,255, .75);
background: transparent;
}
.btn-mod.btn-red:hover,
.btn-mod.btn-red:focus{
color: #fff;
background: #e41919;
}

.btn-mod.btn-blue{
color: #fff;
border: 2px solid rgba(255,255,255, .75);
background: transparent;
}
.btn-mod.btn-blue:hover,
.btn-mod.btn-blue:focus{
color: #fff;
background: #2000FF;
}

.btn-mod.btn-circle{
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.btn-mod.btn-round{
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
/* ==============================
 /.BUTTON STYLES
============================== */

/*============================
SERVICES SECTION STYLES
==============================*/
#services .seperator {
margin-bottom: 15px;
}

.service-icon {
background-color:#e95a44;;
border-radius: 4px;
color: #fff;
display: inline-block;
font-size: 36px;
height: 90px;
line-height: 90px;
width: 90px; 
font-size: 30px;
height: 65px;
line-height: 62px;
width: 65px; 
-webkit-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}

.our-services .col-sm-4:hover .service-icon {
background-color: #333;
}

.our-services .col-sm-4 {
border-right:1px solid #f2f2f2;
border-bottom:1px solid #f2f2f2;
padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
border-bottom:0;
padding-top: 60px;
padding-top: 0;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
border-right:0;
}

.service-info h3 {
margin-top: 35px;
font-size: 20px;
}
.our-services .col-sm-4 {
margin-bottom: 32px;
padding-bottom: 20px;
}

.our-services .col-sm-4:hover .service-icon:before {
height: 90px;
width: 90px;
}
/*============================
PORTFOLIO SECTION STYLES
==============================*/
.work {
background: #EFEFEF;
}
#portfolio .container{
position: relative;
margin: 0 auto; 
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;  
font-size:12px;
font-family: Helvetica, Arial, Verdana;
}
.work-inner .mix {
display: none;
}

ul.work {
padding: 0;
list-style: none;
margin-top: 30px;
margin-left: 8px;
margin:1%;
}

ul.work li {   

margin: 0 8px;
text-transform: uppercase;
font-size: 16px;
font-weight: 500;   
border: none;
cursor: pointer;
font-family: "Montserrat", sans-serif;
float:left;
display: block;
padding:5px 20px;   
text-decoration:none;
color:#666;
}

ul.work li:hover {
color: #FF5252;
border: none;
}

ul.work li.active {
background: #e95a44;
color:#fff;
border: none;

}

.work .item {
margin-top: 30px;
position: relative;
}

.work .item img {
width: 100%;
}

.portfolio-caption {
color: #FF5252;
}

.portfolio-caption {
position: absolute;
left: 0;
top: 0;
text-align: center;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, .8);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}

.portfolio-caption h4 {
margin-top: 140px;
}

.work .item:hover .portfolio-caption {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}

#portfolio h1, h2, h3, h4, h5, h6 {
font-weight: 700;
font-family: "Montserrat", sans-serif;
letter-spacing: 3px;
text-transform: uppercase;
}

/*============================
 /.PORTFOLIO SECTION STYLES
==============================*/
/*============================
ABOUT SECTION STYLES
==============================*/
.about-btn {
margin-top: 13px;
background-color: #e41919;
color:#fff;      
}

.about-btn:hover {
background-color:#B30B0B;
 color:#fff;
}


.about-btn::focus {
background-color:#B30B0B;
 color:#fff;
}
/*============================
 /.ABOUT SECTION STYLES
==============================*/

/*============================
TESTIMONIAL SECTION STYLES
==============================*/
.testimonials {
background-image: url(../img/testimonial/bg.png);
background-attachment: fixed;
padding: 50px 0;
position: relative;
}
.testimonial-meta {
text-align: center;
}
.star i {
color: yellow;
}
.testimonials-text::after {
content: '\201D';
font-size: 40px;
vertical-align: middle;
margin-left: 10px;
}
.testimonials-text::before {
content: '\201C';
font-size: 40px;
vertical-align: middle;
margin-right: 10px;
}
.customer-meta {
color: #ddd;
margin: 0;
}
.testimonials-overlay {
background: rgba(34, 34, 34, 0.71);
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.testimonials-image {
padding: 30px 0;
}
.testimonials-image img {
margin: auto;
display: block;
border-radius: 50%;
height: auto;
width: 80px;
}
p.testimonials-text {
text-align: center;
color: #fff;
padding: 0 5%;
font-size: 18px;
line-height: 30px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
filter: Alpha(Opacity=100);
opacity: 1;
background: #ffffff;
}
.owl-theme .owl-controls .owl-page span {
display: block;
width: 10px;
height: 10px;
margin: 5px 4px;
filter: Alpha(Opacity=50);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border: 1px solid white;
border-radius: 20px;
background: rgba(134, 151, 145, 0);
}
/*============================
 /.TESTIMONIAL SECTION STYLES
==============================*/
/*============================
COUNTER SECTION STYLES
==============================*/
.number-icon i {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.counter-hover:hover i {
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.number-icon i {
color: #fff;
font-size: 55px;
}
hr.number-line {
border: 1px solid white;
max-width: 50px;
}
.number-number {
color: #fff;
font-weight: 700;
font-size: 40px;
margin: 10px 0 -10px 0;
}
.number-desc {
color: #fff;
font-weight: 700;
margin-top: -10px;
margin-bottom: 0;
}
.number {
text-align: center; 
}
.counter {
text-align: center;
}
.counter-box-1 {
display: inline-flex;
align-items: center;
height: 300px;
background-color: #FF7474;
}
.counter-box-2 {
display: inline-flex;
align-items: center;
height: 300px;
background-color: #EF4848
}
.counter-box-3 {
display: inline-flex;
align-items: center;
height: 300px;
background-color: #B30B0B
}
.counter-box-4 {
display: inline-flex;
align-items: center;
height: 300px;
background-color: #8C0000
}
.counter-items {
margin: auto;
}
/*IE9 Hack*/
:root .counter-items {
margin-top: 82px \ ;
}
/*============================
 /.COUNTER SECTION STYLES
==============================*/
/*============================
PRICING SECTION STYLES
==============================*/
.pricing {
	display: -webkit-flex;
	display: flexbox;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}
.pricing-item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}
.pricing-feature-list {
	text-align: left;
}
.pricing-action {
	color: inherit;
	border: none;
	background: none;
}

.pricing-action:focus {
	outline: none;
}
.pricing-umg .pricing-item {
	font-family: 'Alegreya Sans', sans-serif;
	padding: 2em 3em;
	margin: 1em;
	color: #262b38;
	background: #fff;
	cursor: default;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.57);
}
.pricing-umg .pricing-item:hover {
	color: #ffffff;
	background: #D0D0D0;
}

@media screen and (min-width: 66.250em) {
	.pricing-umg .pricing-item {
		margin: 1.5em 0;
	}
	.pricing-umg .pricing-item--featured {
		z-index: 10;
		margin: 0;
		font-size: 1.15em;
	}
}

.pricing-umg .pricing-title {
	font-size: 2em;
	margin: 0.5em 0 0;
	
	border-bottom: 3px solid;
	padding: 0 0 0.5em;
}

.pricing-umg .icon {
	display: inline-block;
	min-width: 2em;
	color: #8A9790;
	vertical-align: middle;
}

.pricing-umg .pricing-price {
	font-size: 5em;
	font-weight: 800;
	color: #E06060;
	position: relative;
	z-index: 100;
}

.pricing-umg .pricing-currency {
	font-size: 0.5em;
	vertical-align: super;
}

.pricing-umg .pricing-period {
	font-size: 0.25em;
	display: inline-block;
	padding: 0 0 0 0.5em;
	color: #CEDED6;
}

.pricing-umg .pricing-sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 1.5em 0 0.75em;
	color: #E06060;
}

.pricing-umg .pricing-feature-list {
	font-size: 0.95em;
	margin: 0;
	padding: 1.5em 0.5em 2.5em;
	list-style: none;
}

.pricing-umg .pricing-feature {
	padding: 0.15em 0;
}

.pricing-umg .pricing-action {
	font-weight: bold;
	margin-top: auto;
	padding: 1em 2em;
	color: #fff;
	border-radius: 5px;
	background: #E06060;	
	padding: 0.75em 2em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}
.pricing-umg .pricing-item:hover .pricing-action {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pricing-umg .pricing-action:hover,
.pricing-umg .pricing-action:focus {
	background-color: #BD3C3C;
}
/*============================
 /.PRICING SECTION STYLES
==============================*/
/*============================
TEAM SECTION STYLES
==============================*/


.team-wrapper {
overflow-x: hidden;
position: relative;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transform: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
margin-bottom:30px;
}
.team-wrapper:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.team-wrapper .team-inner {
background-size: cover;
background-position: center;
-moz-background-size: cover;
-webkit-background-size: cover;
padding: 150px 0 10px;
/*background-image: url('../img/girl-big.jpg');*/
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-radius: 10px 10px 0px 0px;
}

.team-wrapper > .team-inner > a {
color: rgb(228, 79, 79);
width: 80px;
height: 80px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
margin: 0 auto -50px;
display: block;
color: rgb(228, 79, 79);
z-index: 999;
font-size: 40px;
padding: 15px 22px;
background-color: #fff;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

.team-wrapper > .team-inner > a:hover {
color: #fff;
text-decoration: none;
background-color: rgb(228, 79, 79);
}


.team-wrapper .description {
padding: 30px 20px 20px;
text-align: center;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff; 
}

.team-wrapper .description h5 {
color: rgb(228, 79, 79);
}

#team .heading {
padding-bottom: 45px;
}
/*============================
 /.TEAM SECTION STYLES
==============================*/

/*============================
CONTACT SECTION STYLES
==============================*/
#contact .fa {
color: #e95a44;
}

#contact .btn-primary {
color: #fff;
background-color: #e95a44;
border-color: #ef533c;
}

#contact .btn-primary:hover {
color: #fff;
background-color: #d2402a;
border-color: #ef533c;
}
/*============================
 /.CONTACT SECTION STYLES
==============================*/


/*============================
MAP SECTION STYLES
==============================*/
#section-map {
padding:0px 0;
}
#map {
margin-bottom: 0px;
}

/*============================
 /.MAP SECTION STYLES
==============================*/

/*============================
FOOTER SECTION STYLES
==============================*/
#footer {
padding-top: 30px;
padding-bottom: 30px;
color: #fff;
background: #2e2e2e;
}
#footer a {
color: #fff;
}
#footer a:hover {
color: #d2402a;
}
#footer ul {
list-style: none;
padding: 0;
margin: 0 -7.5px;
}
#footer ul>li {
display: inline-block;
margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
#footer .social-icons {
    float: right;
}
}
.form-control {
box-shadow: none;
-webkit-box-shadow: none;
}
/*============================
 /.FOOTER SECTION STYLES
==============================*/
