/* 
    Document   : Creativa
    Version    : V1.0
*/
/* ---------------------------------------------------------------------- */
/*	Import Google Fonts
/* ---------------------------------------------------------------------- */

/* COLOR = FC1505 */

@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,700);

/********************************************************/
/*--------FONT FACE--------*/
/********************************************************/

@font-face {
    font-family: 'ITCLubalinGraphStdDemi'; /* demi bold */
    src: url('lubalingraphstd-demi-webfont.eot');
    src: url('lubalingraphstd-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('lubalingraphstd-demi-webfont.woff') format('woff'),
         url('lubalingraphstd-demi-webfont.ttf') format('truetype'),
         url('lubalingraphstd-demi-webfont.svg#ITCLubalinGraphStdDemi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITCLubalinGraphStdBook'; /* book std */
    src: url('lubalingraphstd-book-webfont.eot');
    src: url('lubalingraphstd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('lubalingraphstd-book-webfont.woff') format('woff'),
         url('lubalingraphstd-book-webfont.ttf') format('truetype'),
         url('lubalingraphstd-book-webfont.svg#ITCLubalinGraphStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
}




/********************************************************/
/* general *****/
/********************************************************/




body { 
    font-family: 'Arial' ; /*Raleway*/
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;	
    cursor:default;
    color: #111111;
    font-size: 14px;
    line-height: 24px;
    background-color: #ffffff;
    font-weight: 10;
}

/*
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}

iframe {
    border: none;
    width:100%;
}
::selection {
    background: #fefac7; /* Safari */
    color: #333333;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #333333;
}

strong,b{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

span.text-bg{
    padding: 0px 5px;
    background-color: #FC1505;
    color:#fff;
    line-height: 10px;
}

span.text-color{
    color:#FC1505;
}

label{
   font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color:#777;
}

p.dropcap:first-letter{
    display: block;
    float: left;
    font-size: 50px;
    line-height: 51px;
    margin: -1px 8px -2px 0; 
    color:#FC1505;
   font-family: 'Raleway', sans-serif;
}

a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    font-family: 'Raleway', sans-serif;
}

a:hover, a:focus {
    color: #FC1505;
    text-decoration: none;
}


.text-color{
    color:#FC1505;
}

.text-black{
    color:#000;
}

.text-grey{
    color:#333;
}

.text-white{
    color:#FFF;
}

.text-red {
    color: #FF0000;
}


.text-bold{
    font-weight: 600;
}

.text-shadow{
    text-shadow: 2px 2px 2px rgba(100,100,100,0.4);
}


.text-success{
    color:#08C838;
}

.text-fail{
    color:#FF0000;
}

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

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

/* Headings */

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-family: 'ITCLubalinGraphStdDemi';
	display: block ;
    margin-bottom: 10px;
    color: #222;
    font-weight: 300;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3)

}


h1 { font-size: 38px; line-height: 1.8em; }
h2 { font-size: 34px; line-height: 1.7em; }
h3 { font-size: 28px; line-height: 1.6em; }
h4 { font-size: 24px; line-height: 1.5em; }
h5 { font-size: 20px; line-height: 1.4em; }
h6 { font-size: 18px; line-height: 1.3em; }
h7 { font-size: 16px; line-height: 1.2em; margin-bottom: 8px; }
h8 { font-size: 14px; line-height: 1.2em; margin-bottom: 8px; }



h1, h2, h3, h4, h5, h6 .bold {
	font-family: 'ITCLubalinGraphStdDemi'; /* BOLD */
	-font-family: 'Raleway'; /* REG */
    font-weight: 500;
}



/*use in section headings*/
h3.heading{
    border-bottom: 1px solid #E5E5E5;
    color: #4e4e4e;
    font-size: 16px;
    margin: 0 0 25px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
}
h3.heading:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #FC1505;
    width: 90px;
    bottom: -1px;
    left: 0px;
}


/*parahraphs*/
p {
    line-height: 24px;
    margin: 0 0 20px;
}




/*********top bar************/
.top-bar-wrap{
    padding: 6px 0;
    background-color: #333;

}
.top-bar{
    min-height: 20px;
    line-height: 20px;
}
.top-bar a{
    font-size: 12px;
    color:#fff;
}
.top-bar .social-1 li a i{
    width:20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
}


/***********bootstrap navigation overrides--*/
.navbar-default {
   	font-family: 'Raleway';
    border:none;
    border-radius: 0;
    margin-bottom: 0;
    width:100%;
    min-height: 100px;
    padding: 1px 0;
    box-shadow: 1px 4px 4px rgba(0,0,0,0.5);
    background:#fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #FC1505;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #FC1505;
    background-color: #FFF;
}
.navbar-brand{
    font-weight: 800;
    color:#000 !important;
    font-size: 48px;
    line-height: 24px;
}
.navbar-default .navbar-nav>li>a {
    padding: 40px 10px;
    color: #777;
    font-weight: 400;
    font-size: 16px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #FC1505;

}

/*navbar search form***/
.dropdown-form{
    padding: 10px 15px;
    min-width: 270px;
}
.dropdown-form .form-inline .form-control{
    height: 32px;
}



/*======dropdowm menu=========*/

.navbar .dropdown-menu {
    margin: 0;    
    background-color: #fff;
    border: none;   
}
.navbar .dropdown-menu li a{
    color:#777;
    padding: 9px 20px;
    font-weight: 400;
    font-size: 13px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}





/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/

.divide10 {
    width: 100%;
    height: 10px;
}

.divide20 {
    width: 100%;
    height: 20px;
}

.divide30 {
    width: 100%;
    height: 30px;
}

.divide40 {
    width: 100%;
    height: 40px;
}

.divide50 {
    width: 100%;
    height: 50px;
}

.divide60 {
    width: 100%;
    height: 60px;
}

.divide70 {
    width: 100%;
    height: 70px;
}

.divide80 {
    width: 100%;
    height: 80px;
}

/*margins*/
.margin10{
    margin-bottom: 10px;
}
.margin20{
    margin-bottom: 20px;
}
.margin30{
    margin-bottom: 30px;
}
.margin40{
    margin-bottom: 40px;
}


.margintop10{
    margin-top: 10px;
}
.margintop20{
    margin-top: 20px;
}
.margintop30{
    margin-top: 30px;
}
.margintop40{
    margin-top: 40px;
}


.padtop10{
    padding-top: 10px;
}

.padtop20{
    padding-top: 20px;
}

.padtop30{
    padding-top: 30px;
}

.padtop40{
    padding-top: 40px;
}

.padbot10{
    padding-bottom: 10px;
}

.padbot20{
    padding-bottom: 20px;
}

.padbot30{
    padding-bottom: 30px;
}

.padbot40{
    padding-bottom: 40px;
}



hr { 
border: 0; 
height: 1px; 
background: #333; 
background-image: linear-gradient(to right, #ccc, #333, #ccc); 
}




/************************
    - Animated bars -
************************/



.no-canvas .circular-bars {
	display:none;
}

 input {
	color:#222 !important;
	font:500 22px/1 "Raleway", sans-serif !important;
}

.circular-bars h1, .circular-bars .h1, 
.circular-bars h2, .circular-bars .h2, 
.circular-bars h3, .circular-bars .h3, 
.circular-bars h4, .circular-bars .h4, 
.circular-bars h5, .circular-bars .h5, 
.circular-bars h6, .circular-bars .h6 {
	margin-top:15px;
}


/************************
    - Progress bars -
************************/
.bar {
	clear:both;
}

.progress {
	height:12px;
	background-color:#777;
	border-radius:3px;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
			box-shadow:none;
}

.progress .progress-bar {
	width:0;
	border-radius:0 3px 3px 0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:none;
	   -moz-transition:none;
		 -o-transition:none;
			transition:none;
}
.progress-heading {
	overflow:hidden;
	margin-bottom:10px;
}

.progress-heading .progress-title {
	float:left;
	margin-top:0;
	margin-bottom:0;
	padding:0 10px;
}

.progress-heading .progress-value {
	font-family:"Raleway", sans-serif;
	color:#282828;
	text-align:right;
	margin-top:-0.22em;
	padding-right:10px;
	font-weight:500;
}





/* GOOGLE MAP */

iframe { 

  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter â€¦.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   -webkit-transition: all .6s ease;

  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
}




/*************************************************************/
/************************** Buttons **************************/
/*************************************************************/

.btn {
    font-weight: 300;
   	font-family: 'Raleway', sans-serif;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    _text-transform: capitalize;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -webkit-border-radius: 0;
    border-radius:0;
}
.btn:hover{
    color:#fff;
}

.btn-fa {
    font-weight: 300;
    background-color: #FFF;
    border: none;
}

.border-black{
    border: 2px solid #333;
    color:#333;
}
.border-black:hover{
    background-color: #333;
    border-color: #333;
}
.border-white{
    border: 2px solid #fff;
    color:#fff;
}
.border-white:hover{
    background-color: #fff;
    border-color: #fff;
    color:#333;
}

.btn-theme-bg,
.btn-theme-dark,
.btn-theme-red,
.btn-theme-green {
    background-color: inherit; /* Keep the original background colors */
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    font-weight: bold;
    min-width: 250px;
    display: inline-block; /* Ensure buttons maintain their block characteristics */
    padding: 10px 20px; /* Adjust padding as needed */
}

.btn-theme-bg {
    background-color: #DDD;
}

.btn-theme-dark {
    background-color: #555;
}

.btn-theme-red {
    background-color: #FC1505;
}

.btn-theme-green {
    background-color: #05FC3F;
}

.btn-theme-bg:hover,
.btn-theme-dark:hover,
.btn-theme-red:hover,
.btn-theme-green:hover {
    background-color: #AAA;
    color: #222;
}


/************************image hover effect*******************/

.item-img-wrap{
    position: relative;
    text-align: center;
    overflow: hidden;

}
.item-img-wrap img{
    -webkit-transition:all 200ms linear; 
    -moz-transition:all 200ms linear; 
    -o-transition:all 200ms linear; 
    -ms-transition:all 200ms linear; 
    transition:all 200ms linear; 
}
.item-img-overlay{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
}
.item-img-overlay span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/plus.png) no-repeat center center rgba(108, 168, 255, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

.item-img-wrap:hover .item-img-overlay span{
    opacity: 1;
}
.item-img-wrap:hover img{
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1); 
}






/*****************
    - Loader - IMPORTED FROM NETRY
*****************/
.page-loader {
	background-color:#ffffff;
	
		background: url(../images/loading.png);
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:center 120px;


    overflow: hidden;
	position:fixed;
	z-index:99999;
	width:100%;
	height:auto;
}

.page-loader .content {
	text-align:center;
	position:absolute;
	margin:0 auto;
	right:0;
	left:0;
	top:50%;
	line-height:1;
	margin-top:-2px;
}

.page-loader .content .line {
	display:none;
	line-height:0;
	position:relative;
	width:100px;
	height:1px;
	background-color:rgba(0, 0, 0, 0.05);
	margin:0 auto;
	border-radius:3px;
}

.page-loader .content .line .progress {
	line-height:0;
	height:100%;
	position:relative;
	width:30px;
	left:35px;
	top:0;
	border-radius:3px;
	-webkit-animation:page-loader 1.5s infinite linear;
			animation:page-loader 1.5s infinite linear;
}

.page-loader .content .text {
	display:none;
	font-family:"Raleway", sans-serif;
	color:#282828;
	font-weight:500;
}

@-webkit-keyframes page-loader {
	0% {
	 	left:0;
	 	opacity:0;
	}
	
	50% {
	 	opacity:1;
	}
	
	100% {
	 	left:70px;
	 	opacity:0;
	}
}

@keyframes page-loader {
 	0% {
 		left:0;
 		opacity:0;
	}
	
 	50% {
 		opacity:1;
	}
	
 	100% {
 		left:70px;
 		opacity:0;
	}
}

.csstransitions .page-loader .content .line {
	display:block;
}

.no-csstransitions .page-loader .content .text {
	display:block;
}

 
 
 
 
/********************************main slider***********************/


#main-slider{
    background: url(../images/showcase-0.jpg);

    overflow: hidden;
    position: relative;
}
.main-slider{
    text-align: center;
    color:#fff;
    padding:150px 0;
}
@media(max-width:768px){
    .main-slider{
        padding: 100px 0;
    }
}
.main-slider .slides h2{
    color:#fff;
    font-size: 54px;
    line-height: 54px;
    font-weight: 300 !important;
}
.main-slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
}

.main-slider .flex-control-paging li a
{
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(255,255,255,0.8); 
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }

.main-slider .flex-control-paging li a:hover 
{ 
    background: #333;
    background: rgba(255,255,255,0.9);
}
.main-slider .flex-control-paging li a.flex-active 
{ 
    background: #FC1505;

}




/*-----------------------------------------------------------------------------------*/
/*	Section Contacts
/*-----------------------------------------------------------------------------------*/


#contacts #map {
margin-top:4px;

}

#contacts .our_office_wrap h3 {
	margin:0 0 30px;
	font-weight:700;
	line-height:20px;
	font-size:14px;
}
#contacts .our_office_wrap ul {
	margin-bottom:25px;
	padding-bottom:11px;
	border-bottom:1px solid #dce6eb;
}
#contacts .our_office_wrap li {
	padding:0 0 11px;
	line-height:20px;
	font-size:14px;
	color:#2d3134;
}
#contacts .social a {
	margin:0 10px 10px 0;
	font-size:22px;
	color:#c5ccd1;
}
#contacts .social a:hover {color:#444444;}
#contacts  input[type=text], #contacts textarea {
	width:100%;
	height:44px;
	margin:0 0 10px;
	padding:12px 20px;
	_text-align:center;
	line-height:20px;
	font-size:14px;
	color:#000;
	text-shadow:none;
	border:0;
	box-shadow:none;
	border-radius:0;
	background:#f4f4f4;
}
#contacts  textarea {
	height:130px;
	padding:18px 20px;
	resize:none;
}
#contacts  input[type="submit"] {
	width:157px;
	height:43px;
	margin:0 auto;
	line-height:20px;
	font-size:15px;
	color:#fff;
	text-shadow:none;
	border:0;
	box-shadow:none;
	background:#2d3134;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#contacts  input[type="submit"]:hover {
	background:#d74e43;
}

/* form valid style */
#contacts .contact_form .notification_error,
#contacts .contact_form .notification_ok {
    border-radius: 5px;
	-webkit-border-radius:5px;
    margin: 2px 0 13px 0;
    padding: 12px 10px 12px 35px;
	position:relative;
}
#contacts .contact_form .notification_ok {
    border: 1px #038bd4 solid;
    color: #CF0003;
	background:#d0e3ea;
}
#contacts .contact_form .notification_error {
    border: 1px #c93119 solid;
    color: #CF0003;
	background:#ffcfcf;
}



/**************** FORMS **************/

#form input[type=text], #form text,
#form input[type=email], #form email, 
#form input[type=password], #form password,
#form input[type=checkbox], #form checkbox, 
#form input[type=radio], #form radio {
color:#222 !important; /* field entry font color */
font-size:16px;
padding:10,0,0,0px;
height: 40px;
width: 100%;
margin: 15px 0 15px 0;
border:solid 1px #CCC;
/* background-color: transparent; */
	background:rgba(250,250,250,0.3);
border-radius:4px !important;
}


#form select, #form textarea
{
color:#222 !important; /* field entry font color */
font-size:18px;
padding:10,0,0,0px;
height: 40px;
width: 100%;
margin: 15px 0 15px 0;
border:solid 1px #CCC;
/* background-color: transparent; */
	background:rgba(250,250,250,0.3);
border-radius:4px !important;
font-weight: normal;
}


#form input[type=checkbox], #form checkbox, #form input[type=radio], #form radio {
height: 20px;
width: 20px;
vertical-align: middle;
position: relative;
top: -1px;
*overflow: hidden;

}


#form input:focus {
color:#666 !important; /* field entry font color */
/* border:solid 1px #FC1505; */
outline: none !important;
border-color: #FC1505;
box-shadow: 0 0 10px #FC1505;
background-color: #EEE ; 
border-radius:2px !important;
}

#form select:focus {
color:#666 !important; /* field entry font color */
/* border:solid 1px #FC1505; */
outline: none !important;
border-color: #FC1505;
box-shadow: 0 0 10px #FC1505;
background-color: #EEE ; 
border-radius:2px !important;
}

#form textarea:focus {
color:#666 !important; /* field entry font color */
/* border:solid 1px #FC1505; */
outline: none !important;
border-color: #FC1505;
box-shadow: 0 0 10px #FC1505;
background-color: #EEE ; 
border-radius:2px !important;
 -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

width: 100%;
}




::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-size:16px;
    color:    #AAA;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-size:16px;
    color:    #AAA;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size:16px;
    color:    #AAA;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size:16px;
    color:    #AAA;
}


/************************
    - TO VIDEO MINE -
************************/

video {
  width: 100%    !important;
  height: auto   !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    text-align: center;
    color:#fff;
    padding:150px 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media(max-width:768px){
    .videowrapper{
        padding: 100px 0;
    }
}
.videowrapper .slides h2{
    color:#fff;
    font-size: 54px;
    line-height: 54px;
    font-weight: 300 !important;
}




/******************contact us****************/



/***error page****/
.error-digit{
    font-size: 150px;
    text-align: center;
    line-height: 150px;
}
.error-page h3{
    font-weight: 300;
}




/*******************
    - Sections - IMPORTED FROM NETRY
*******************/
.section {
	background-color:#ffffff;
}

.section.alt-background {
	background-color:#fafafa;
}

.section header h1:last-of-type, 
.section header h2:last-of-type, 
.section header h3:last-of-type, 
.section header h4:last-of-type, 
.section header h5:last-of-type, 
.section header h6:last-of-type {
	padding-bottom:0;
	margin-bottom:0;
}

.section header .icon i {
	cursor:default;
}

.section header .icon + h1, 
.section header .icon + h2, 
.section header .icon + h3 {
	margin-top:10px;
}

.section header .icon i {
	font-size:22px;
}

.section header .icon.close i {
	cursor:pointer;
	-webkit-transition:opacity 0.15s ease-in;
	   -moz-transition:opacity 0.15s ease-in;
		 -o-transition:opacity 0.15s ease-in;
			transition:opacity 0.15s ease-in;
}

.section header .icon.close i:hover {
	opacity:0.85;
}

.section header .icon.large i {
	font-size:50px;
}

.section header .icon.largest i {
	font-size:130px;
}

.section header .info {
	margin-top:20px;
	color:#696969;
}

.section.parallax, .section.video {
	color:#ffffff;
	z-index:1;
	overflow:hidden;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	background-size:cover;
}

.section.parallax .parallax-container, 
.section.video .parallax-container {
	position:relative;
}

.section.parallax .parallax-overlay, 
.section.video .parallax-overlay, 
.section.parallax .video-overlay, 
.section.video .video-overlay {
	position:absolute;
	background-color:rgba(0, 0, 0, 0.4);
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.section.parallax .video-control, 
.section.video .video-control {
	width:70px;
	margin:0 auto 30px;
	cursor:pointer !important;
}

.section.parallax .video-control i, 
.section.video .video-control i {
	cursor:pointer !important;
	font-size:18px;
	line-height:64px;
	width:70px;
	border:3px solid #ffffff;
	border-radius:50%;
	-moz-backface-visibility:hidden;
	-webkit-transition:all 0.3s;
	   -moz-transition:all 0.3s;
		 -o-transition:all 0.3s;
			transition:all 0.3s;
}

.section.parallax .video-control i.fa-play, 
.section.video .video-control i.fa-play {
	text-indent:4px;
}

.section.parallax .video-control:hover i, 
.section.video .video-control:hover i {
	background-color:#ffffff;
	color:#282828;
	-webkit-transform:scale(1.12);
	   -moz-transform:scale(1.12);
	  	 -o-transform:scale(1.12);
		-ms-transform:scale(1.12);
			transform:scale(1.12);
}

.section.parallax header, .section.video header, 
.section.parallax i.fa, .section.video i.fa, 
.section.parallax h1, .section.video h1, 
.section.parallax .h1, .section.video .h1, 
.section.parallax h2, .section.video h2, 
.section.parallax .h2, .section.video .h2, 
.section.parallax h3, .section.video h3, 
.section.parallax .h3, .section.video .h3, 
.section.parallax h4, .section.video h4, 
.section.parallax .h4, .section.video .h4, 
.section.parallax h5, .section.video h5, 
.section.parallax .h5, .section.video .h5, 
.section.parallax h6, .section.video h6, 
.section.parallax .h6, .section.video .h6 {
	color:#ffffff;
}

.section.parallax a:hover, .section.video a:hover, 
.section.parallax a:focus, .section.video a:focus {
	text-decoration:none;
}

.section.parallax i.fa, .section.video i.fa {
	cursor:default;
}

.section.parallax a i.fa, .section.video a i.fa {
	cursor:pointer;
}

.section.video {
	position:relative;
}

.section.video .video-responsive {
	top:-40px;
}

@media (min-width:992px) and (max-width:1199px) {
	.section.video .video-responsive {
		-webkit-transform:scale(1.2);
		   -moz-transform:scale(1.2);
			 -o-transform:scale(1.2);
			-ms-transform:scale(1.2);
				transform:scale(1.2);
	}
}

@media (min-width:768px) and (max-width:991px) {
	.section.video .video-responsive {
		-webkit-transform:scale(1.4);
		   -moz-transform:scale(1.4);
			 -o-transform:scale(1.4);
			-ms-transform:scale(1.4);
				transform:scale(1.4);
	}
}

.section.video .video-container {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

/******************overlay****************/

.overlay{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	right:0;
	bottom:0;    
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%);
}

.overlay-dark{
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;    
	background:rgba(0, 0, 0, 0.8);
}

.overlay-med{
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;    
	background:rgba(0, 0, 0, 0.5);
}

.overlay-light{
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;    
	background:rgba(255, 255, 255, 0.7);
}



/******************parallax****************/
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;

}


/******************services****************/
/*service box*/
.service-box h4 i{
    margin-right: 10px;
    color:#FC1505;
    font-size: 27px;
}


/******************process rounded****************/
.process-rounded{
    background: url(../images/showcase-1.jpg);
    padding: 50px 0;
}
.process-rounded h3{
    color:#222;
    margin-bottom: 50px;
}
.process-box{
    text-align: center;
}
.process-box i{
    width:90px;
    height: 90px;
    line-height: 90px;
    font-size: 54px;
    color:#FC1505;
    margin-bottom: 20px;
    border: 2px solid #FC1505;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.process-box:hover i{
    color:#fff;
    background-color: #FC1505;
}
.process-box h4{
    color:#222;
    margin-bottom: 0px;
}
.service-box-2 {
    text-align: center;

}
.service-box-2 i{
    width:60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-bottom: 20px;
    color:#222;
    background-color: #FC1505;
    font-size: 26px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-box-2:hover i{
    background-color: #333;
    color:#FC1505;
}





/**************work and portfolio whole*******/
/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move !important;
}

.portfolio{
    padding: 60px 0;
    background-color: #f4f4f4;
}
.work-desc{
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.work-desc h5{
    margin: 0px;
    display: inline-block;
    font-size: 15px;
}
.work-desc i{
    width:32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color:#fff;
    background-color: #FC1505;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 30px;

}
.owl-spaced .owl-item > div{
    margin: 5px;
}

#grid .mix{
    opacity: 0;
    display: none;
}
.portfolio-filters{
    margin-bottom: 40px;
    margin-left: 0px;
}
.portfolio-filters li{
    padding: 4px 10px;
    background-color: #333;
    color:#fff;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.portfolio-filters li:hover{
    background-color: #FC1505; 
    color:#fff;
}
.portfolio-filters li.active{
    background-color: #FC1505;
    color:#fff;
}


/*testimonials parallax*/
.testimonials{
    background: url(../images/showcase-2.jpg);
    padding: 50px 0;
}
.testimonials h4{
    color:#fff;
    font-weight: 300;
}
.testimonials  h4 i{
    color:#FC1505;
}
.testimonials p{
    color:#FC1505;
}


/***********bootstrap collapse overrides*/
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel-default>.panel-heading {
    color: #000;
    background-color: #fff;
    border-color:#FC1505 !important;
    padding: 7px 12px;
}
.panel-title i{
    margin-right: 10px;
    color:#FC1505;
}



/************************************************* css for footers****************************************/


/*************soical icons**********/
.social-1{
    margin: 0;
    padding: 0;
}
.social-1 li{
    padding-left: 1px;
    padding-right: 1px;
}
.social-1 li a i{
    width:32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color:#fff;
    font-size: 16px;

    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.social-1 li a i:hover{
    opacity: 0.8;
}
.social-1 li a i.fa-facebook{
    background-color: #FC1505;
}
.social-1 li a i.fa-twitter{
    background-color: #FC1505;
}
.social-1 li a i.fa-google-plus{
    background-color: #FC1505;
}
.social-1 li a i.fa-pinterest{
    background-color: #FC1505;
}
.social-1 li a i.fa-dribbble{
    background-color: #FC1505;
}



/**************coming soon*************/
.soon-bg{
    background: url(../images/showcase-2.jpg);
    padding: 150px 0;
}
.soon-bg h2{
   font-weight: 300; 
}
.countdown_amount {
    display:block;
    font-size:44px;
    padding-top:25px;
    line-height:20px;
    font-weight:400; 
    color:#000;

}
.countdown_section {
    display:inline-block;
    width:120px;
    height:120px;
    padding-top: 13px;
    margin:10px;
    color:#000;
    background-color:rgba(255,255,255,0.1);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    text-align: center
}

.subscribe-form .form-control{
    height: 30px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}


.footer .to-top {
	display:inline-block;
	border-radius:3px;
	background-color:#FC1505;
	line-height:1;
	width:30px;
	height:30px;
	text-align:center;
	margin-right:20px;
	cursor:pointer;
	-webkit-transition:background-color 0.15s ease;
	   -moz-transition:background-color 0.15s ease;
		 -o-transition:background-color 0.15s ease;
			transition:background-color 0.15s ease;
}

.footer .to-top:hover {
	background-color:#444;
}

.footer .to-top i.fa {
	cursor:inherit;
	color:#ffffff;
	font-size:20px;
	margin-top:4px;
}



/****fun facts*****/
.fun-fact-wrap{
    background: url(../images/showcase-3.jpg);
    padding-top:50px;
    padding-bottom: 30px;
}
.facts-in{
    text-align: center;
    margin-bottom: 60px;
}
.facts-in h3{
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 400;
    color:#000;
}
.facts-in h3 i{
    font-size: 40px;
    margin-right: 20px;
    color:#FC1505;
}
.facts-in h4{
    margin-bottom: 0px;
}

/******owl carousel*******/
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    /* border-radius: 20px; */
    background: #FC1505 !important;
}




/*************************
    - Twitter widget -
*************************/
.twitter .twitter-feed ul {
	list-style:none;
	padding:0;
}

.twitter .twitter-feed ul .tweet_time, 
.twitter .twitter-feed ul .tweet_join, 
.twitter .twitter-feed ul .tweet_text {
	font-family:"Raleway", sans-serif;
	font-size:16px;
	line-height:2;
	font-weight:500;
}

.twitter .twitter-author {
	opacity:.6;
	color:#ffffff !important;
}





/*purchase sec*/
.purchase-section{
    padding: 20px 25px;
    background-color: #f4f4f4;
}
.purchase-section h3{
    margin: 0px;
    font-weight: 400;
}
.purchase-section .btn-theme-bg{
    float: right;
}
.purchase-section p{
    margin: 0px;
}


/**************blogs********************/
.post-wrap{
}
.post-desc{
    padding: 15px 0;
}
.post-desc p{
    margin: 10px 0;
}
/**inner pages*****/
.blog-wrap{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
}
.blog-desc h4{
    font-size: 30px;
    font-weight: 300;
}
.post-deatil li a{
    color:#FC1505;
}
.post-deatil li a:hover{
    color:#000;
}
.comments-list {
    margin: 0 0 54px;
    padding: 0;
}
.comments-list li {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.comments-list li:first-child {
    padding-top: 10px;
}
.comments-list li .avtar {
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    float: left;
    height: 84px;
    margin: 0 25px 0 0;
    width: 84px;
}
.comments-list .meta {
    color: #7f7f7f;
    font-size: 11px;
    line-height: 18px;
    margin: 0 0 4px;
}
.comments-list p{
    overflow: hidden;
}
/**about us*/
.about-us img{
    float: left;
    width:150px;
    height: 100px;
    margin-right: 20px;
}
.about-us p{
    margin: 0;
    line-height: 19px;
}
.about-us blockquote p {
    line-height: 24px;
    font-size: 16px;
}



/*******************
    - Stickers -
*******************/
.sticker {
	display:inline-block;
	text-transform:uppercase;
	font-family:"Raleway", sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#282828;
	border-radius:3px;
	line-height:1.8;
	padding:0 7px;
	vertical-align:middle;
	text-align:center;
	text-shadow:0 1px rgba(0, 0, 0, 0.1);
	margin:0 3px 0 5px;
	cursor:default;
	-webkit-transition:all 0.15s ease-in;
	   -moz-transition:all 0.15s ease-in;
		 -o-transition:all 0.15s ease-in;
			transition:all 0.15s ease-in;
}

.sticker:hover {
	background-color:#424242;
}

.sticker.green {
	background-color:#88d661;
}

.sticker.green:hover {
	background-color:#a6e189;
}

.sticker.blue {
	background-color:#5bc0de;
}

.sticker.blue:hover {
	background-color:#85d0e7;
}

.sticker.orange {
	background-color:#f0ad4e;
}

.sticker.orange:hover {
	background-color:#f4c37d;
}

.sticker.red {
	background-color:#d9534f;
}

.sticker.red:hover {
	background-color:#e27c79;
}

.sticker-icon {
	position:relative;
}

.sticker.wide {
	width:400px;
}

.sticker.thick {
	height:40px;
}

.sticker-icon .sticker {
	position:absolute;
	top:-2px;
	right:-2px;
	margin:0;
}

h1 .sticker, .h1 .sticker, 
h2 .sticker, .h2 .sticker, 
h3 .sticker, .h3 .sticker {
	margin-top:-3px;
}

h4 .sticker, .h4 .sticker, 
h5 .sticker, .h5 .sticker, 
h6 .sticker, .h6 .sticker {
	margin-top:-1px;
}


	/********************** - Google maps -**********************/
	.map {
		position:relative;
		overflow:hidden;
	}

	.map > i {
		position:absolute;
		display:block;
		left:0;
		right:0;
		-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
		   -moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
				box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
	}

	.map > i.shadow-top {
		top:-5px;
		height:5px;
	}

	.map > i.shadow-bottom {
		bottom:-5px;
		height:5px;
	}

	.map #google-map {
		height:400px;
	}

	.map #map-info {
		display:none;
	}


/*gmap*/
#map-canvas{
    width:100%;
    height: 300px;
}



/****************************footer************************/
#footer{
    background-color: #333;
    padding: 35px 0 40px;
    color: #969696;
    border-top: 4px solid #777;
}
.footer-col h3.heading{
    color:#fff;
    font-size: 16px;
    text-transform: capitalize;
    color:#fff;
    border-bottom-color: #666;
    margin-bottom: 20px;
}
.address-info{
    font-family: 'Raleway', sans-serif;
}
.address-info li{
    padding: 3px 0;
     color:#969696;
}
.address-info li i{
    color:#FC1505;
    margin-right: 5px;
}
.address-info li a{
    color:#969696;
}
.address-info li a:hover{
    color:#FC1505;
}
.popular-post li{
    padding-bottom: 20px;
}
.popular-img{
    float: left;
    margin-right: 10px;

}
.popular-img a img{
    width:50px;
    height: 50px;
}
.popular-desc{
    display: table;
}
.popular-desc h5{
    font-size: 17px;

}
.popular-desc h5 a{
    color:#666;
}
.popular-desc h5 a:hover{
    color:#FC1505;
}
.popular-desc h6{
    color:#777;
}
.newsletter-form .form-control{
    height: 38px;
}
.footer-work a img{
    opacity: 0.6;
    width:60px;
    height: 50px;
    display: inline-block;
    margin: 3px;
}
.footer-work a img:hover{
    opacity: 1;
}
.footer-btm{
    padding: 30px 20px;
    border-top: 1px solid #444;
    text-align: center;
}

/****************bootstrap breadcrumb overrides*****************/
.bread-wrap{
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    background-color: #f3f3f3;
}
.bread-wrap h4{
    margin: 0px;
    text-transform: capitalize;
}
ol.breadcrumb{
    margin: 0;
    padding: 0;
    background-color: transparent;
    color:#FC1505;
}
ol.breadcrumb li a{
    color:#333;
}

/**********************sidenav*********************/
.side-nav li{
    border-bottom: 1px solid #e9e9e9;
}
.side-nav li a{
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.side-nav li a.active{
    color:#FC1505;
}
.side-nav li a i{
    margin-right: 10px;
}
/*********************pricing tables****************/
.naran-pricing{
    border: 1px solid #e9e9e9;
    text-align: center;
}
.narani-price-title{
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
    background: #f9f9f9;
    position: relative;
}
.narani-price-title h3{
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    color:#000;
}
.narani-price-title h2{
    font-size: 38px;
}
.narani-price-title sup{
    color:#777;
    font-size: 16px;
    top: -20px;
}
.narani-price-title sub{
    color:#777;
    font-size: 16px;
}
.narani-price-content{
    padding: 20px 0;
}
.narani-price-content p{
    margin: 0px;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9
}
.naran-pricing-btn{
    padding-bottom: 20px;
}
span.popular-tag{
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 6px;
    color:#fff;
    background-color: #FC1505;
    font-size: 10px;
}
.narani-price-title.popular-title{
    background-color: #333;
}
.narani-price-title.popular-title h2{
    color: #fff;
}
.narani-price-title.popular-title h3{
    color: #fff;
}


/************team****************/
.default-wrap{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.img {
    background: #f2f2f2;
    display: block;
    line-height: 0;
    margin: 0;
}
.description{
    background: #f2f2f2;
    border-top-width: 1px;
    color: #505050;
    display: table;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}
.description h4{
    margin: 0px;
}
.description span{
    font-size: 11px;
}
.hover-desc{
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: rgba(249, 146, 0, 0.95);
    padding: 20px;
    color:#fff;
}
.hover-desc h4{
    color:#fff;
}
.hover-desc p{
    color:#f5f5f5;
}
.default-wrap:hover .hover-desc{
    opacity: 1;
}

/***********************sign in or sign up css****************/
.login-form{
    padding: 20px;
    background-color: #f5f5f5;
}
.login-form h3 span{
    color:#777;
    font-size: 15px;
}
.btn-fb-login{
    background-color: #3b5998;
    color:#fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.login-form form a{
    display: inline-block;
    margin-left: 5px;
}
@media(max-width:320px){
    .login-form form a{
        margin-top: 10px;
    }
}


/********************************sidebar***********************/
.sidebar-box h4{
    font-size: 16px;
    font-weight: 400;
    color:#555;
}
.search-widget{
    position: relative;
}
.search-widget i{
    position: absolute;
    top: 10px;
    right: 10px;
    color:#777;
}
.cat-list li{
    padding: 3px 0;
}
.cat-list li a{
    color:#888;
    margin-right: 10px;
}
.cat-list li i{
    color:#888;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.cat-list li:hover i{
    margin-left: 5px;
}
.cat-list li a:hover{
    color:#FC1505;
}


.grid-system span{
    display: block;
    padding: 3px 8px;
    background-color: #e5e5e5;
    margin-bottom: 5px;
}


