
/* 1 - Google Font
------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,cyrillic);

/* 1 - Google Font End 
------------------------------------------------------------------------*/


/* 2 - General styles
------------------------------------------------------------------------*/
html,
body {
	font-family: 'Roboto Condensed', sans-serif;
	color: #666666;
	font-size: 16px;
}
a {
	color:#c33;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
a:focus {
	outline:none;
	outline-offset:0;
}
a:hover {
	color: #972222;
	text-decoration: none;
}
p {
	color: #545454;
	font-size: 1.175rem;
	font-weight: 400;
	line-height: 25px;
	padding-bottom: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p a:hover {
	border-bottom: 1px dotted #c33;
}
mark {
	background: #c33;
	color:#ffffff;
	padding: 1px 3px;
}
mark.black {
	background: #262626;
}
img {
	max-width: 100%;
	height: auto;
}
iframe,
audio {
	width: 100%;
	border: none;
}
.page-top-height {
	height: 80px;
}
.light-blue {
	color: #c33;
}
.next-section {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.pattern {
	background-color: rgba(0,0,0,.5);
	background-image: url(/assets/images/pattern.png);
}
.white-bg {
	background-color: #ffffff;
}
.gray-bg {
	background-color: #f1f2f7;
}

.carousel-indicators li {
	border-radius: 0;
}

.carousel-indicators .active {
	background-color: #c33;
	border: none;
}
.page {
	padding-top: 150px;
	padding-bottom: 80px;
}


/* 2.1 - Headings 
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #262626;
	font-weight: 800;
	text-transform: uppercase;
	margin: 15px 0;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2.125em;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.375em;
}
h5 {
	font-size: 1.125em;
}
h6 {
	font-size: 0.875em;
}
/* 2.1 - Headings End
--------------------------------------------- */


/* 2.2 - Block Quote 
--------------------------------------------- */
blockquote {
	border: none;
	position: relative;
}
/* 2.2 - Block Quote 
--------------------------------------------- */


/* 2.3 - Buttons
--------------------------------------------- */
.btn {
	color: #262626;
	font-weight: 900;
	text-transform: uppercase;
	border-radius: 0;
	margin: 10px;
	position: relative;
	z-index: 0;
}
.btn,
.btn-effect:after {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-effect.btn-bg:hover:after,
.btn-effect:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	z-index: -1;
}
.btn-effect.btn-bg:after,
.btn-effect:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn-effect,
.btn-effect:hover,
.btn-effect.btn-bg:hover:after {
	background: transparent !important;
}
.btn:focus, 
.btn:active:focus, 
.btn.active:focus {
	outline:0px;
	outline-offset:0px;
}
.btn-lg {
	font-size: 20px;
	line-height: 68px;
	height: 70px;
	padding: 0 50px;
}
.btn-md {
	font-size: 17px;
	line-height: 58px;
	height: 60px;
	padding: 0 40px;
}
.btn-sm {
	font-size: 14px;
	font-weight: 800;
	line-height: 48px;
	height: 50px;
	padding: 0 30px;
}
.btn-xs {
	font-size: 13px;
	font-weight: 800;
	height: 36px;
	line-height: 34px;
	padding: 0 25px;
}

/* 2.3.1 - Default */
.btn-default {
	border:2px solid #c33;
	background: transparent;
}
.btn-default:hover {
	color: #ffffff;
	background: #c33;
	border:2px solid #c33;
}
.btn-default.btn-effect:hover{
	background:transparent;
}
.btn-default.btn-bg {
	color: #ffffff;
	background: #c33;
}
.btn-default.btn-effect:hover:after,
.btn-default.btn-bg.btn-effect:after{
	background: #c33;
}

/* 2.3.2 - Light Yellow */
.btn-light-yellow {
	border:2px solid #e0c124;
	background: transparent;
}
.btn-light-yellow:hover {
	color: #ffffff;
	background: #e0c124;
	border:2px solid #e0c124;
}
.btn-light-yellow.btn-bg {
	color: #ffffff;
	background-color: #e0c124;
}
.btn-light-yellow.btn-effect:hover:after,
.btn-light-yellow.btn-bg.btn-effect:after {
	background: #e0c124;
}

/* 2.3.3 - Light Red */
.btn-light-red {
	border:2px solid #e12444;
	background-color: transparent;
}
.btn-light-red:hover {
	color: #ffffff;
	background: #e12444;
	border:2px solid #e12444;
}
.btn-light-red.btn-bg {
	color: #ffffff;
	background: #e12444;
}
.btn-light-red.btn-effect:hover:after,
.btn-light-red.btn-bg.btn-effect:after {
	background: #e12444;
}

/* 2.3.4 - Light Green */
.btn-light-green {
	border:2px solid #1fb538;
	background: transparent;
}
.btn-light-green:hover {
	color: #ffffff;
	background: #1fb538;
	border:2px solid #1fb538;
}
.btn-light-green.btn-bg {
	color: #ffffff;
	background: #1fb538;
}
.btn-light-green.btn-effect:hover:after,
.btn-light-green.btn-bg.btn-effect:after {
	background: #1fb538;
}
.btn-default.btn-bg:hover,
.btn-light-yellow.btn-bg:hover,
.btn-light-red.btn-bg:hover,
.btn-light-green.btn-bg:hover {
	color: inherit;
	background: transparent;
}

/* 2.3.5 - Parallax Style */
.parallax-style .btn {
	border-color: #ffffff;
	color: #ffffff;
	font-weight: 600;
}
.parallax-style .btn:hover{
	border-color: transparent;
}
.button-container .btn {
	text-align: center;
}

/* 2.3.6 - Full Widht */
.full-width.btn {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

/* 2.3 - Buttons End
--------------------------------------------- */



/* 2.4 - Pricing Table
--------------------------------------------- */
.pricing-table {
	text-align: center;
	box-shadow: 0 0 1px 0px rgba(0,0,0,.15);
	position: relative;
	max-width: 480px;
	margin: 0 auto;
}
.pricing-table:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 0px;
}
.pricing-table:hover:before {
	height: 20px;
	top: -20px;
}
.pricing-table .package-name,
.pricing-table:before {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.pricing-table .table-head {
	background-color: #c33;
	position: relative;
	min-height: 160px;
}
.pricing-table .package-name {
	color: #ffffff;
	font-size: 22px;
	font-weight: 800;
	line-height: 40px;
	text-align: center;
	padding: 15px;
	position: relative;
	z-index: 0;
}
.pricing-table:hover .package-name {
	padding-top: 5px;
	padding-bottom: 25px;
}
.pricing-table .package-name:before,
.pricing-table .package-name:after {
	content: "";
	position: absolute;
	height: 0;
	width: 220px;
	left: 50%;
	margin-left: -110px;
	z-index: 1;
}
.pricing-table .package-name:before {
	bottom: 0;
	border-bottom: 1px solid #0e9f96;
}
.pricing-table .package-name:after {
	bottom: -1px;
	border-bottom: 1px solid #2dc0b7;
}
.pricing-table .package-price {
	color: #ffffff;
	position: relative;
	display: inline-block;
}
.pricing-table .package-price .price {
	font-size: 55px;
	font-weight: 800;
	line-height: 62px;
	padding-right: 25px;
}
.pricing-table .package-price .currency {
	position: absolute;
	top: 25px;
	left: -10px;
}
.pricing-table .package-price .price-decimal {
	position: absolute;
	top: 10px;
	right: 0;
}
.pricing-table .package-price .duration {
	position: absolute;
	top: 40px;
	right: -30px;
}
.pricing-table .package-description {
	font-size: 0.9375em;
	margin: 30px 0 20px 0;
	padding: 0;
}
.pricing-table .package-description span {
	font-weight: 700;
}
.pricing-table .package-description li {
	list-style: none;
	line-height: 38px;
}
.pricing-table  .package-footer {
	padding-bottom: 40px;
}

/* 2.4.1 - default */
.pricing-table.default:before,
.pricing-table.default .table-head {
	background-color: #c33;
}
.pricing-table.default .package-name:before {
	border-bottom: 1px solid #0e9f96;
}
.pricing-table.default .package-name:after {
	border-bottom: 1px solid #2dc0b7;
}

/* 2.4.2 - light-yellow */
.pricing-table.light-yellow:before,
.pricing-table.light-yellow .table-head {
	background-color: #e0c124;
}
.pricing-table.light-yellow .package-name:before {
	border-bottom: 1px solid #d2b317;
}
.pricing-table.light-yellow .package-name:after {
	border-bottom: 1px solid #f0d030;
}

/* 2.4.3 - light-red */
.pricing-table.light-red:before,
.pricing-table.light-red .table-head {
	background-color: #e12444;
}
.pricing-table.light-red .package-name:before {
	border-bottom: 1px solid #d41636;
}
.pricing-table.light-red .package-name:after {
	border-bottom: 1px solid #ec3151;
}

/* 2.4.4 - light-green */
.pricing-table.light-green:before,
.pricing-table.light-green .table-head {
	background-color: #1fb538;
}
.pricing-table.light-green .package-name:before {
	border-bottom: 1px solid #0e9e26;
}
.pricing-table.light-green .package-name:after {
	border-bottom: 1px solid #2ebf46;
}

/* 2.4 - Pricing table End
--------------------------------------------- */


/* 2.5 - Tabs
--------------------------------------------- */
.tabs-container {
	border:3px solid #f1f2f7;
	margin-bottom: 15px;
}
.nav-tabs {
	border-bottom: none;
	background-color: #f2f2f2;
}
.nav-tabs>li>a {
	color: #262626;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 50px;
	border-radius: 0;
	border-color: transparent;
	border-right-color: #ffffff;
	margin-right: 0;
	padding: 0 50px;
	height: 50px;
}
.nav-tabs>li:last-child>a {
	border-right-color: transparent;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
	color: #c33;
	border-color: #ffffff;
	position: relative;
}
.nav-tabs>li.active>a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #c33;
	top: -4px;
	left: 0;
}
.nav-tabs>li>a:hover {
	border-color: #ffffff;
	background-color: #ffffff;
}
.tab-content {
	padding: 20px;
}

/* 2.5.1 - Vertical Style */
.vertical .nav-tabs {
	width: 160px;
	float: left;
}
.vertical .nav-tabs>li {
	float: none;
}
.vertical .nav-tabs>li>a {
	padding: 0 30px;
}
.vertical .tab-content {
	margin-left: 160px;
}

/* 2.5 - Tabs End
--------------------------------------------- */


 /* 2.6 - Progress Bar
 --------------------------------------------- */
 .progress {
 	border-radius: 0;
 	-webkit-box-shadow:none;
 	box-shadow:none;
 	background-color: #e0e1e6;
 }
 .progress .progress-bar {
 	text-align: left;
 	font-size: 14px;
 	font-weight: 700;
 	line-height: 37px;
 	padding-left:15px;
 	position: relative;
 }
 .progress.bold {
 	height: 37px;
 }
 .progress.thin {
 	height: 10px;
 	margin-top: 35px;
 	margin-bottom: 70px;
 	overflow: visible;
 }
 .progress.thin .progress-text {
 	color: #262626;
 	line-height: 1px;
 	position: absolute;
 	display: inline-block;
 	top: -30px;
 	left: 0;
 }
 .progress.thin .progress-percent {
 	background-color: #262626;
 	text-align: center;
 	font-size: 13px;
 	font-weight: 400;
 	line-height: 25px;
 	display: inline-block;
 	padding: 0 3px;
 	border-radius: 4px;
 	position: absolute;
 	top: -35px;
 	right: -15px;
 }
 .progress.thin .progress-percent:after {
 	content: "";
 	display: block;
 	width: 0;
 	height: 0;
 	border-width: 7px;
 	border-style: solid;
 	border-color: #262626 transparent transparent transparent;
 	position: absolute;
 	top: 25px;
 	right: 8px;
 }
 .progress-bar.default-bar {
 	background-color: #c33;
 }
 .progress-bar.light-yellow-bar {
 	background-color: #e0c124;
 }
 .progress-bar.light-red-bar {
 	background-color: #e12444;
 }
 .progress-bar.light-green-bar {
 	background-color: #1fb538;
 }
 .progress-bar.light-pink-bar {
 	background-color: #9c1fb5;
 }
 .progress-bar.light-blue-bar {
 	background-color: #24e0e0;
 }

/* 2.6 - Progress Bar End
--------------------------------------------- */


/* 2.7 - Form Elements 
---------------------------------------------*/

/* 2.7.1 - Form Control
-------------------------------*/
.form-control{
	min-height: 50px;
	margin: 0 0 20px 0;
	border:2px solid #e6e6e6;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
} 
textarea.form-control{
	min-height: 120px;
}
.form-control:focus{
	border:2px solid #c33;
}
.form-control,
.form-control:focus {
	border-radius: 0;
	outline-style: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}
/* 2.7.1 - Form Control End
-------------------------------*/



/* 2.7.2 - Checkbox Button
-------------------------------*/
.checkbox-btn + label {
	font-weight: normal;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	z-index: 0;
}
input[type="checkbox"].checkbox-btn{
	display: none;
}
input[type="checkbox"].checkbox-btn + label:after{
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 2px solid #e6e6e6; 
	z-index: 1;
}
input[type="checkbox"].checkbox-btn + label:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 4px;
	color: #afacac;
	z-index: 2;
	font-size: 20px;
}
.checkbox-btn.checkbox-lg + label {
	padding-left: 35px;
	line-height: 35px;
}
input[type="checkbox"].checkbox-btn.checkbox-lg + label:after{
	width: 25px;
	height: 25px;
}
input[type="checkbox"].checkbox-btn.checkbox-lg + label:before{
	top: -8px;
	left: 8px;
	font-size: 30px;
}
input[type="checkbox"].checkbox-btn:checked + label:before {
	content: "\2713";
}
input[type="checkbox"].checkbox-btn:checked + label:after{
	border-color: #e6e6e6;
}
input[type="checkbox"].checkbox-btn.light-blue:checked + label:before {
	color: #c33;
}
input[type="checkbox"].checkbox-btn.light-blue:checked + label:after{
	border-color: #c33;
}
input[type="checkbox"].checkbox-btn.light-red:checked + label:before {
	color: #e12444;
}
input[type="checkbox"].checkbox-btn.light-red:checked + label:after{
	border-color: #e12444;
}
input[type="checkbox"].checkbox-btn.light-green:checked + label:before {
	color: #1fb538;
}
input[type="checkbox"].checkbox-btn.light-green:checked + label:after{
	border-color: #1fb538;
}
/* 2.7.2 - Checkbox Button End
-------------------------------*/


/* 2.7.3 - Radio Button
-------------------------------*/
.radio-btn + label {
	font-weight: normal;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	z-index: 0;
}
input[type="radio"].radio-btn{
	display: none;
}
input[type="radio"].radio-btn + label:after{
	content: "";
	position: absolute;
	border-radius: 100%;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 2px solid #e6e6e6; 
	z-index: 1;
}
input[type="radio"].radio-btn + label:before {
	content: "";
	border-radius: 100%;
	background: transparent;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 7px;
	left: 4px;
	color: #afacac;
	z-index: 2;
}
.radio-btn.radio-lg + label {
	padding-left: 35px;
	line-height: 35px;
}
input[type="radio"].radio-btn.radio-lg + label:after{
	width: 25px;
	height: 25px;
}
input[type="radio"].radio-btn.radio-lg + label:before{
	width: 15px;
	height: 15px;
	top: 8px;
	left: 5px;
}
input[type="radio"].radio-btn:checked + label:before{
	background: #afacac;
}
input[type="radio"].radio-btn:checked + label:after{
	border-color: #e6e6e6;
}
input[type="radio"].radio-btn.light-blue:checked + label:before {
	background: #c33;
}
input[type="radio"].radio-btn.light-blue:checked + label:after{
	border-color: #c33;
}
input[type="radio"].radio-btn.light-red:checked + label:before {
	background: #e12444;
}
input[type="radio"].radio-btn.light-red:checked + label:after{
	border-color: #e12444;
}
input[type="radio"].radio-btn.light-green:checked + label:before {
	background: #1fb538;
}
input[type="radio"].radio-btn.light-green:checked + label:after{
	border-color: #1fb538;
}

/* 2.7.3 - Radio Button End
-------------------------------*/
/* 2.7 - Form Elements End
---------------------------------------------*/



/* 2.8 - Parallax 
---------------------------------------------*/
.parallax-style,
.no-parallax-style {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.parallax-style {
	position: relative;
	z-index: 1;
}
.no-parallax-style {
	background-attachment: inherit;
}
.parallax-overlay {
	background-color: rgba(0,0,0,.3);
}
#top-section-sout {
	background: url(/images/background/sout.jpeg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#top-section-pk {
	background: url(/images/background/pk.jpeg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#top-section-opr {
	background: url(/images/background/opr.jpeg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-about {
	background: url(/images/background/17_obrazovanie-tonkosti-fundamentalnogo-analiza.png) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-centr-ohrany-truda {
	background: url(/images/background/1m3Z8G0iZk4XK02G272x.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-obuchenie {
	background: url(/images/background/oxrana_truda-1536x864-1.jpeg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-sout {
	background: url(/images/background/sout.jpeg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-sistema-upravleniya-ohranoj-truda {
	background: url(/images/background/ohrana-truda-scaled-1.jpeg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-proizvodstvennyj-kontrol {
	background: url(/images/background/portada-petroleo-09-1.jpeg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-ocenka-professionalnyh-riskov {
	background: url(/images/background/17_obrazovanie-tonkosti-fundamentalnogo-analiza.png) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-razrabotka-dokumentacii {
	background: url(/images/background/QNpaZc35eKXGpGGwf9t3.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-obuchenie-ohrane-truda {
	background: url(/images/background/zWX96F4E32V2FpzvJZg5.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-obuchenie-po-pervoj-pomoshhi {
	background: url(/images/background/noroot2.png) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-obuchenie-po-elektrobezopasnosti {
	background: url(/images/background/55075365_2.png) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-obuchenie-po-promyshlennoj-bezopasnosti {
	background: url(/images/background/5186609cdbadfda929f0a544ad78c9962.jpeg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-obuchenie-po-pozharnoj-bezopasnosti {
	background: url(/images/background/ptm.jpeg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-obuchenie-po-go-chs {
	background: url(/images/background/podsistemy-rschs9.jpeg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-obuchenie-po-rabochim-specialnostyam {
	background: url(/images/background/obuchenie-rabochim-professiyam-1.jpeg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#page-name-not-found {
	background: url(/images/background/98K9GFOwmN78pUOc5m23/404.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}

#page-name-sec {
	background: url(/images/background/page-name-bg.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#video-section {
	background: url(/images/background/kyUdF9q3SfF60uIcH290/zWX96F4E32V2FpzvJZg5.jpeg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#quality {
	background: url(/images/background/kyUdF9q3SfF60uIcH290/8weHhPfb883Kf6Mn7M8b.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#calculate {
	background: url(/images/background/kyUdF9q3SfF60uIcH290/7HP1PWYeq26ZHbWHHYSz.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#testimonial {
	background: url(/images/background/testimonial-bg.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#quote {
	background: url(/images/background/page-name-bg.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#subscribe {
	background: url(/images/background/kyUdF9q3SfF60uIcH290/1m3Z8G0iZk4XK02G272x.jpeg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#callback {
	background: url(/images/background/kyUdF9q3SfF60uIcH290/0ef7dt6yFFu78SoLp822.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}
#footer-section {
	background-color: #f1f2f7;
}
/* 2.8 - Parallax  End
---------------------------------------------*/

/* 2.9 - Dropcaps
--------------------------------------------- */
.dropcap {
	line-height: 40px;
	display: inline-block;
	font-weight: 800;
	float: left;
	width: 40px;
	height: 40px;
	margin: 8px 10px 0 0;
}
.dropcap.default {
	font-size: 3.4375em;
	color: #262626;
}
.dropcap.box {
	font-size: 2.45em;
	color: #fff;
	background-color: #c33;
	text-align: center;
}
.dropcap.round {
	font-size: 2.45em;
	color: #fff;
	background-color: #262626;
	border-radius: 100%;
	text-align: center;
}
/* 2.9 - Dropcaps End
--------------------------------------------- */


/* 2.10 - Accordions 
--------------------------------------------- */
.panel-group .panel {
	border-radius: 0;
	border-width: 0px;
	border-color: transparent !important;
}
.panel-default>.panel-heading {
	background-color: transparent;
	min-height: 50px;
	padding: 0;
}
.panel-title {
	text-transform: inherit;
}
.panel-title a {
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 50px;
	display: inline-block;
	padding: 0 15px;
	background-color: #c33;
	border:2px solid #c33;
	width: 100%;
	position: relative;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.panel-title a.collapsed {
	background-color: transparent;
	border-color: #f1f2f7;
	color: #262626;
}
.panel-title a.collapsed:hover{
	color: #c33;
}
.panel-group .panel-title a:before {
	position: absolute;
	top: 0;
	right: 12px;
	font-family: FontAwesome;	
	content: "\f0d7"; 
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.panel-group .panel-title a.collapsed:before {
	position: absolute;
	top: 0;
	right: 12px;
	font-family: FontAwesome;	
	content: "\f0da";
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.style-1 .panel-title a:before {
	content: "\f139"!important;
}
.style-1 .panel-title a.collapsed:before {
	content: "\f13a"!important;
}
.style-2 .panel-title a:before {
	content: "\f056"!important;
}
.style-2 .panel-title a.collapsed:before {
	content: "\f055"!important;
}
.style-3 .panel-title a:before {
	content: "\f068"!important;
}
.style-3 .panel-title a.collapsed:before {
	content: "\f067"!important;
}
.panel-body {
	font-size: 0.9375rem;
	line-height: 25px;
	border:2px solid #f1f2f7;
	border-top-color: transparent;
}
/* 2.10 - Accordions End
--------------------------------------------- */



/* 2.11 - Section Headings and Description 
--------------------------------------------- */
.sec-head-container {
	margin-top: 150px;
	margin-bottom: 120px;
	overflow: hidden;
}
.sec-head-container  .sec-head-style {
	position: relative;
	max-width: 1170px;
	display: table;
	margin: auto;
	padding: 0 15px;
}
.sec-head-container  .sec-head-style:after {
	content: "";
	height: 140px;
	width: 200%;
	background-color: #c33;
	position: absolute;
	top: 0;
	left: -200%;
	margin-left: -15px;
}
.section-title {
	color: #1a1a1a;
	font-size: 4.35em;
	font-weight: 900;
	text-align: right;
	text-transform: uppercase;
	line-height: .9em;
	-webkit-text-stroke: 0.3px;
	padding: 0;
	margin: 0;
	float: left;
	width: 300px;
	padding-top: 10px;
}
.section-title-small {
    font-size: 4.025em !important;
}
.content-title {
	margin-top: 0;
	padding-top: 0;
}
.section-title span {
	color: #c33;
}
.plx-section-title {
	color: #ffffff;
	font-size: 2.1875em;
	-webkit-text-stroke: 0.2px;
}
.section-description {
	color: #404040;
	font-size: 1.375em;
	font-weight: 300;
	line-height: 40px;
	margin:0;
	margin-left: 360px;
	padding-top: 10px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 0.2px;
}
.parallax-style .subscribe-description {
	color: #ffffff;
}
/* 2.11 - Section Headings and Description End
---------------------------------------------*/


/* 2.12 - Owl Slider
---------------------------------------------*/
.owl-controls {
	text-align: center;
	margin-top: 45px;
}
.owl-page {
	background-color: transparent;
	border:1px solid  #c33;
	border-radius: 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 2px;
}
.owl-page.active {
	background-color: #c33;
	border:1px solid  #c33;
}
/* 2.12 - Owl Slider End
---------------------------------------------*/

.icon,
.texts {
	display: inline-block;
	height: auto;
}
.alert {
	overflow: hidden;
}
.short-code-title {
	padding-top: 85px;
	padding-bottom: 35px;
}
#shortcodes {
	margin-bottom: 80px;
}

/* 2 - General styles End
---------------------------------------------------------------------- */



/* 3 - Index Top Section
---------------------------------------------------------------------- */
.top-section {
	color: #ffffff;
	background-color: rgba(0,0,0,.55);
	padding: 70px 0;
}
.top-headings {
	text-align: center;
}
.top-headings span {
	color: #c33;
}
[class^="top-heading-"], 
[class*=" top-heading-"] {
	color: #ffffff;
	font-weight: 900;
}
.top-heading-1 {
	font-size: 5em;
	line-height: 80px;
	margin-bottom: 78px;
}
.top-heading-2 {
	font-size: 3.4375em;
	line-height: 60px;
}
.top-heading-3 {
	font-size: 2.8125em;
	line-height: 60px;
}
.button-container,
.next-section {
	text-align: center;
}
.top-carousel-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 75px;
	margin-bottom: 15px;
}
.top-carousel-container .slide-nav {
	color: #ffffff;
	font-size: 1.5625em;
	background: rgba(52, 152, 219, 0.74);
	display: inline-block;
	line-height: 100px;
	text-align: center;
	width: 60px;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	opacity: .6;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.top-carousel-container .slide-nav.left {
	left: -60px;
	border-radius: 0 3px 3px 0;
}
.top-carousel-container .slide-nav.right {
	right: -60px;
	border-radius: 3px 0  0 3px;
}
.top-carousel-container .slide-nav:hover {
	background: #c33;
	opacity: 1;
}
.top-carousel-container:hover .slide-nav.left {
	left: 0px;
}
.top-carousel-container:hover .slide-nav.right {
	right: 0px;
}
.top-carousel-container .carousel-indicators {
	bottom: 0px;
}
.next-section .btn {
	color: #ffffff;
	background: transparent;
	border-color: transparent;
	font-size: 1.5em;
	margin: 0;
}
.next-section .btn:hover {
	color: #c33;
}
/* 3 - Index Top Section End
---------------------------------------------------------------------- */


/* 4 - Menu Section
---------------------------------------------------------------------- */
.main-menu-continer {
	min-height: 80px;
}
#main-menu h1 {
	margin: 0;
}
.navbar {
	min-height: 80px;
	border:none;
	margin-bottom:0;
}
.navbar-default {
	background: #ffffff;
	box-shadow: 0 0px 10px rgba(0,0,0,.2);
	border-color:#ffffff;
	border-radius: 0;
	clear: both;
}
.navbar-brand {
	height: 80px;
	font-size: 2rem;
	font-weight: 900;
	padding:0 15px; 
	line-height: 80px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 0.2px;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus {
	color: #000000;
	text-transform: uppercase;
}
.navbar-default .navbar-brand span {
	color: #c33;
}
.navbar-nav>li{
	position: relative;
}
.navbar-nav>li>a {
	font-size: 0.9375em;
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.navbar-nav>li>a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 0px;
	background:transparent;
}
.navbar-nav>li>a:hover:after {
	height: 4px;
	background:#c33;
}
.navbar-nav>li.menu-item-has-children>a:after{
	height: 0!important;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
	color: #c33;
	background: transparent;
}
.navbar-default .navbar-nav>li>a{
	color: #262626;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus,
.navbar-nav>li.menu-item-has-children:hover:before {
	color: #c33;
}
.navbar-nav>li .sub-menu,
.navbar-nav>li .sub-menu>li>a,
.navbar-nav>li .sub-menu>li .sub-menu,
.navbar-nav>li>a:after {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.navbar-nav>li.menu-item-has-children{
	padding-right: 15px;
}
.navbar-nav>li.menu-item-has-children:before,
.sub-menu>li.menu-item-has-children:before {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 15px;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.navbar-nav>li.menu-item-has-children:before {
	content: "\f0d7";
	color: #262626;
}
.sub-menu>li.menu-item-has-children:before{
	content: "\f0da";
	color: #ffffff;
}
.sub-menu>li.menu-item-has-children:hover:before {
	color: #262626;
}
.navbar-nav>li .sub-menu{
	position: absolute;
	list-style: none;
	padding: 0;
	top: 130%;
	left: 0;
	min-width: 350px;
	height:0;
	overflow: hidden;
	opacity: 0;
	z-index: 999;
}
.navbar-nav>li:hover .sub-menu{
	height: auto;
	opacity: 1;
	overflow: visible;
	top: 100%;
}
.navbar-nav>li .sub-menu>li>a {
	background: #c33;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.9375em;
	display: inline-block;
	min-width: 100%;
	line-height: 25px;
	padding:15px;
}
.navbar-nav>li .sub-menu>li>a:hover{
	background: #8b1f1f;
	color: #262626;
} 
.navbar-nav>li .sub-menu>li{
	position: relative;
}
.navbar-nav>li .sub-menu>li .sub-menu{
	position: absolute;
	list-style: none;
	padding: 0;
	top: 0;
	left: 130%;
	width: 0;
	height:auto;
	opacity: 0;
}
.navbar-nav>li .sub-menu>li:hover .sub-menu{
	opacity: 1;
	overflow: visible;
	width: 160px;
	left: 100%;
}
.toggle_nav_button {
	display: none;
}
.phone-header{
	margin-right: 0;
	margin-left: 0;
	display: inline-block;
	font-size: 1.1375em;
	font-weight: 700;
	padding-left: 20px;
	padding-top: 32px;
	padding-bottom: 30px;
	position: relative;
}
.phone_header{
	padding-right: 5px;
}
.phone-header a{
	color:#c33;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
.phone-header a:hover{
	color: #545454;
	text-decoration: none;
}
/* 4 - Menu Section End
---------------------------------------------------------------------- */



/* 5 - About Us Section
---------------------------------------------------------------------- */
.about-us-section {
	padding-bottom: 70px;
}
.over-view {
	padding: 40px 0;
}
.over-view-circle {
	background-color: #ffffff;
	text-align: center;
	width:200px;
	height: 200px;
	border-radius: 100%;
	border:5px solid #d4d4d4;
	margin: 20px auto;
}
.over-view-circle .value {
	color: #c33;
	font-size: 3.6875em;
	font-weight: 800;
	line-height: 90px;
	display: inline-block;
	width: 100%;
	padding-top: 0;
}
.over-view-circle .cat-name {
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
}
.over-view-circle .cat-name-top {
	font-size: 1.0em;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 25px;
	display: inline-block;
}
/* 5 - About Us Section End
---------------------------------------------------------------------- */




/* 6 - Video Section
---------------------------------------------------------------------- */
.video-section .pattern {
	padding: 60px 0;
}
.video-section .video-title {
	color: #ffffff;
	font-size: 3.4375em;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
}
.video-section .play-video {
	text-align: center;
}
.video-section .play-now {
	cursor: pointer;
}
.video-section .play-btn {
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 100%;
}
.video-section .play-btn:hover {
	border: 0px solid transparent !important;
}
.video-section .play-btn:after {
	content: "";
	border-radius: 100%;
	position: absolute;
	top: 25%;
	left: 25%;
	right: 25%;
	bottom: 25%;
	background: -webkit-radial-gradient(#c33, transparent);
	background: -moz-radial-gradient(#c33, transparent);
	background: -ms-radial-gradient(#c33, transparent);
	background: -o-radial-gradient(#c33, transparent);
	background: radial-gradient(#c33, transparent);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.video-section .play-btn:hover:after {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	opacity: 1; 
}

/* 6 - Video Section End
---------------------------------------------------------------------- */




/* 7 - Team Section
---------------------------------------------------------------------- */
.team-section {
	padding-bottom: 80px;
}
.member-container {
	text-align: center;
	width: 245px;
	height: 410px;
	margin: 10px auto;
	position: relative;
	z-index: 0;
}
.member-container:after {
	content: "";
	background: #2A72A2;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -10px;
	bottom: -10px;
	z-index: -1; 
}
.member-container .inner-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.member-container .member-details {
	background: #c33;
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: -114px;
}
.member-container:hover .member-details {
	bottom: 0;
}
.member-container .name {
	color: #ffffff;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1em;
	text-transform: capitalize;
	margin:30px 0 0 0;
}
.member-container p{
	color: #ffffff;
	padding: 0;
}
.member-container .designation {
	font-size: 14px;
	line-height: 22px;
}
.member-social-link {
	margin-top: -3px;
}
.member-social-link a{
	color: #ffffff;
	display: inline-block;
	position: relative;
	z-index: 0;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin: 0 2px;
}
.member-social-link a:after{
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	right: -7px;
	bottom: -7px;
	background: transparent;
	z-index: -1;
}
.member-social-link a:hover:after {
	background: #ffffff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.member-social-link a:hover {
	color: #04635d;
}
.member-social-link .vk-btn:hover {
	color: #07f;
}
.member-social-link .instagram-btn:hover {
	color: #f601c3;
}
.member-social-link .twitter-btn:hover {
	color: #55ACEE;
}
.member-social-link .facebook-btn:hover {
	color: #3B5998;
}
.member-social-link .dribbble-btn:hover {
	color: #ea4c89;
}
.member-social-link .google-plus-btn:hover {
	color: #db514f;
}
.member-social-link .linkedin-btn:hover {
	color: #0077b5;
}
.member-container:after,
.member-container .member-details, 
.member-social-link a, 
.member-social-link a:after {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

/* 7 - Team Section End
---------------------------------------------------------------------- */




/* 8 - Top Skills Section
---------------------------------------------------------------------- */
.top-skills {
	padding: 60px 0 10px 0;
}
.top-skills-title {
	margin-bottom: 45px;
}
/* 8 - Top Skills Section End
---------------------------------------------------------------------- */





/* 9 - Quality Section
---------------------------------------------------------------------- */
.quality-section .pattern {
	padding-top: 115px;
	padding-bottom: 115px;
}
.quality-title {
	color: #ffffff;
}
.quality-description {
	color: #ffffff;
	max-width: 820px;
	margin: auto;
	padding-top: 10px;
}
.quality-section .button-container {
	padding-top: 30px;
}
.quality-product-img {
	padding-top: 70px;
}

/* 9 - Quality Section End
---------------------------------------------------------------------- */


/* 10 - We Do Section
----------------------------------------------------------------------*/
.we-do-section {
	padding-bottom: 70px;
}
.service-container {
	margin: 0;
	padding: 0;
}
.service-container li {
	list-style: none;
	text-align: center;
	padding: 35px 15px;
	position: relative;
	overflow: hidden;
}
.service-container li:before {
	content: "";
	height: 40px;
	width: 40px;
	border-width: 20px;
	border-style: solid;
	border-color: #ffffff #ffffff #2A72A2 #2A72A2;
	position: absolute;
	top: -40px;
	right: -40px;
}
.service-container li .service-icon {
	color: #c33;
	font-size: 2.15em;
}
.service-container li .item-title {
	font-weight: 800;
	font-size: 1.15em;
	padding-top: 6px;
}
.service-container li:nth-child(odd) {
	background-color: #f7f7f7;
} 
.service-container li:nth-child(even) {
	background-color: #f2f2f2;
}
/*!
.service-container li:nth-child(2n+5) {
	background-color: #f2f2f2;
} 
.service-container li:nth-child(2n+6) {
	background-color: #f7f7f7;
}
.service-container li:nth-child(2n+9) {
	background-color: #f7f7f7;
}
.service-container li:nth-child(2n+10) {
	background-color: #f2f2f2;
} 
 */
.service-container li, 
.service-container li:before,
.service-container li .service-icon, 
.service-container li .item-title,
.service-container li .item-description{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.service-container li:hover {
	background-color: #c33!important;
}
.service-container li:hover:before {
	top: 0;
	right: 0;
} 
.service-container li:hover .service-icon, 
.service-container li:hover .item-title,
.service-container li:hover .item-description {
	color: #ffffff;
}

/* 10 - We Do Section End
----------------------------------------------------------------------*/




/* 11 - Pricing Table Section
----------------------------------------------------------------------*/

#pricing-table .title {
	padding: 80px 0 50px 0;
}
.pricing-table-section {
	padding-bottom: 70px;
}
#pricing-table-slider .item {
	padding-top: 20px;
	padding-bottom: 5px;
}
/* 11 - Pricing Table Section End
----------------------------------------------------------------------*/




/* 12 - Testimonial Section
----------------------------------------------------------------------*/
.testimonial-section {
	overflow: hidden;
}
.testimonial-section .pattern {
	overflow: hidden;
	padding-bottom: 60px;
}
.content_slider_text_block_wrap a {
	color: #ffffff;
}
.content_slider_text_block_wrap a:hover {
	color: #c33;
}
.testimonial-section .title{
	padding: 80px 0 50px 0;
	color: #ffffff;
}
.testimonial-section  .client-says,
.testimonial-section .clients-details {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0 15px;
}
.testimonial-section  .client-says {
	color: #ffffff;
	font-size: 1.125em;
	font-weight: 300;
	line-height: 30px;
	font-style: italic;	
	position: relative;
	margin-top: 20px;
	padding: 10px 50px 20px 50px;
}
.testimonial-section  .client-says:after,
.testimonial-section  .client-says:before {
	position: absolute;
	top: 0;
	font-size: 3em;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.testimonial-section  .client-says:before {
	content: "\f10d";
	left: 0;
}
.testimonial-section  .client-says:after {
	content: "\f10e";
	right: 0;
}
.testimonial-section .clients-details .name{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
}
.testimonial-section .clients-details .website:before {
	content: "-";
}
.testimonial-section .clients-details .social-btn {
	margin-top: 20px;
}
.social-btn.client-social-btn .twitter-btn,
.social-btn.client-social-btn .facebook-btn,
.social-btn.client-social-btn .google-plus-btn,
.social-btn.client-social-btn .dribbble-btn,
.social-btn.client-social-btn .linkedin-btn {
	color: #cdcdcd;
}
/* 12 - Testimonial Section End
----------------------------------------------------------------------*/



/* 13 - Works Section  
----------------------------------------------------------------------*/
.works-item figure {
	background-color: #f1f2f7;
	margin: 0;
	overflow: hidden; 
}
.works-item figure {
	background: #ffffff;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.works-item figure img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.works-item a {
	-webkit-transition: all .3s  ease;
	-moz-transition: all .3s  ease;
	-ms-transition: all .3s  ease;
	-o-transition: all .3s  ease;
	transition: all .3s  ease;
}
.works-item figure img {
	width: 100%;
	max-width: inherit;
	border: transparent;
	-webkit-transition: -webkit-transform .3s  ease;
	-moz-transition: -moz-transform .3s  ease;
	-ms-transition: -ms-transform .3s  ease;
	-o-transition: -o-transform .3s  ease;
	transition: transform .3s  ease;
}
.works-item .item-w2 {
	background: #ED9393;
	width: 60%;
}
.works-item .item-h2 {
	background: #7CB744;
	height: 680px;
}
.works-item .item-h3 {
	background: #38B5E5;
}
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;

	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.portfolioFilter {
	clear: both;
	margin:auto;
	padding-bottom: 60px;
	text-align: center;
	width: auto;
}
.portfolioFilter a {
	border: 2px solid #f1f2f7;
	color: #262626;
	display: inline-block;
	font-weight: 500;
	font-size: 0.8125em;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0 5px 10px 5px;
	padding: 0 15px;
	cursor: pointer;
}
.portfolioFilter a:focus,
.portfolioFilter a:hover,
.portfolioFilter .current {
	color: #c33;
	text-decoration: none;	
}
.portfolioFilter .current {
	color: #c33;
	border: 2px solid #c33;
}
.works-item figure {
	position: relative;
	z-index: 0;
}
.portfolioFilter a,
.works-item figure:after,
.works-item figure .portfolio-caption {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.works-item figure:after {
	background-color: #c33;
	content: "";
	display: inline-block;
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	top:-50%;
	left: -100%;	
	-webkit-transform: rotate(-90deg) scale(1.2,1.2);
	-moz-transform: rotate(-90deg) scale(1.2,1.2);
	-ms-transform: rotate(-90deg) scale(1.2,1.2);
	-o-transform: rotate(-90deg) scale(1.2,1.2);
	transform: rotate(-90deg) scale(1.2,1.2);
	z-index: 1;
}
.works-item figure:hover:after {
	opacity: 1;
	top: 0;
	left: 0;	
	-webkit-transform: rotate(0deg) scale(1.2,1.2);
	-moz-transform: rotate(0deg) scale(1.2,1.2);
	-ms-transform: rotate(0deg) scale(1.2,1.2);
	-o-transform: rotate(0deg) scale(1.2,1.2);
	transform: rotate(0deg) scale(1.2,1.2);
}
.works-item figure a {
	position: absolute;
	padding: 8% 0 0 10%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.works-item figure .portfolio-caption{
	position: relative;
}
.works-item figure .protfolio-title,
.works-item figure .protfolio-cat,
.works-item figure .protfolio-icon,
.more-works a,
.more-works a:before {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.works-item figure .protfolio-title,
.works-item figure .protfolio-cat{
	color: #ffffff;
	line-height: 20px;
	text-transform: capitalize;
	display: inline-block;
	position: absolute;
	left: 100%;
	width: 100%;
}
.works-item figure .protfolio-title{
	font-size: 1em;
	font-weight: 700;
	top: 0;
	-webkit-transition-delay: .25s; 
	-moz-transition-delay: .25s;
	-ms-transition-delay: .25s; 
	-o-transition-delay: .25s;  
	transition-delay: .25s;
}
.works-item figure .protfolio-cat {
	font-size: 0.8125em;
	top: 20px;
	-webkit-transition-delay: .35s; 
	-moz-transition-delay: .35s;
	-ms-transition-delay: .35s; 
	-o-transition-delay: .35s;  
	transition-delay: .35s;
}
.works-item figure .protfolio-icon {
	position: absolute;
	bottom: -50%;
	right: 10%;
	color: #ffffff;
	font-size: 1.25em;
	-webkit-transition-delay: .4s; 
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s; 
	-o-transition-delay: .4s;  
	transition-delay: .4s;
}
.works-item figure:hover .protfolio-title,
.works-item figure:hover .protfolio-cat {
	left: 0;
}
.works-item figure:hover .protfolio-icon {
	bottom: 10%;
}
.more-works {
	text-align: center;
	margin: 80px;
}
.more-works a {
	position: relative;
	background: #f1f2f7;
	color: #c33;
	font-size: 2em;
	line-height: 55px;
	display: inline-block;
	height: 66px;
	width: 66px;
	border-radius: 100%;
	z-index: 0;
}
.more-works a span {
	z-index: 1;
}
.more-works a:before {
	content: "";
	position: absolute;
	background: #c33;
	display: block;
	height: 80px;
	width: 80px;
	border-radius: 100%;
	top: -7px;
	left: -7px;
	opacity: 0;
	z-index: -1;
}
.more-works a,
.more-works a:before {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.more-works a:hover {
	background: transparent;
	color: #ffffff;
}
.more-works a:hover span {
	color: #ffffff;
}
.more-works a:hover:before {
	opacity: 1;
	left: 0;
	top: 0;
	height: 66px;
	width: 66px;
}
/* 13 - Works Section End
----------------------------------------------------------------------*/



/* 14 - Our Clients Section 
----------------------------------------------------------------------*/
.our-clients-section {
	padding: 60px 0 80px 0;
}
.our-clients-section .title {
	padding-bottom: 55px;
}
.clients-logo-slider img {
	display: table;
	margin: auto;
	opacity: 0.4;
	-webkit-transition: all .25s  ease;
	-moz-transition: all .25s  ease;
	-ms-transition: all .25s  ease;
	-o-transition: all .25s  ease;
	transition: all .25s  ease;
}
.clients-logo-slider img:hover {
	opacity: 1;
}

/* 14 - Our Clients Section End
----------------------------------------------------------------------*/


/* 15 - Quote Section 
----------------------------------------------------------------------*/
.quote-area {
	min-height: 400px;
	text-align: center;
}
.quote-area blockquote {
	background-color: transparent;
}
.quote-area .quote-description {
	color: #ffffff;
	padding-top: 125px;
	font-size: 2em;
	line-height: 50px;
}
.quote-area .quote-author {
	color: #ffffff;
	font-size: .95em;
	padding-bottom: 115px;
	padding-top: 15px;
}
/* 15 - Quote Section End
----------------------------------------------------------------------*/



/* 16 - Blog Section  
----------------------------------------------------------------------*/
.blog-section {
	padding-bottom: 80px;
}
.blog-section .post-content {
	max-width: 500px;
	margin: auto;
}
.blog-section .owl-controls {
	margin-top: 0;
}
.post-content .featured-img img {
	max-width: inherit;
	width: 100%
}
.post-content .post-container {
	background-color: #f7f7f7;
	padding: 20px;
}
.post-content  .post-meta {
	font-size: 0.875em;
	font-weight: 500;
	width: 100%;
	display: inline-block;
}
.post-content {
	padding-bottom: 60px;
}
.post-content .post-title {
	color: #262626;
	font-size: 1.25em;
	font-weight: 800;
	line-height: 26px;
	margin-top: 0;
}
.post-content .post-title a {
	color: #262626;
}
.post-content .post-title a:hover {
	color: #c33;
}
.post-content .entry-meta span{
	padding-left:20px; 
}
.post-content .entry-date ,
.post-content .comments-link a {
	color: #8c8c8c;
}
.post-content .comments-link a:hover{
	color: #c33;
}
.post-content .continue-reading a {
	border-bottom: 1px dotted transparent;	
}
.post-content .continue-reading a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #c33;
}
/* 16 - Blog Section End
----------------------------------------------------------------------*/


/* 17 - Tweet Section 
----------------------------------------------------------------------*/
.tweet-section {
	padding: 70px 0 80px 0;
	text-align: center;
}
.tweet-icon {
	font-size: 2.5em;
	padding-bottom: 15px;
}
.tweet-description {
	font-size: 1.2em;
	padding: 0 100px;
}
.tweet-description a {
	color: #c33;
}
.tweet-slider {
	position: relative;
	overflow: hidden;
}
.tweet-slider .slide-nav{
	opacity: 0;
	color: #262626;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 1.5em;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.tweet-slider:hover .slide-nav {
	opacity: 1;
}
.tweet-slider .slide-nav:hover {
	color: #c33;
}
.tweet-slider .slide-nav.left {
	left: 10%;
}
.tweet-slider:hover .slide-nav.left {
	left: 0;
	margin-right: -10px;
}
.tweet-slider .slide-nav.right {
	right: 10%;
}
.tweet-slider:hover .slide-nav.right {
	right: 0;
	margin-left: -10px;
}
/* 17 - Tweet Section End
----------------------------------------------------------------------*/



/* 18 - Subscribe Section
---------------------------------------------------------------------- */
.subscribe-details {
	padding: 110px 0 140px 0;
}
.subscribe-details .subscribe-description {
	font-size: 1.15em;
	padding: 15px 100px 0px 100px;
}
.subscribe-form {
	max-width: 710px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-top: 45px;
}
.subscribe-form form {
	position: relative;
}
.subscribe-form input {
	max-width: 510px;
	position: relative;
	padding: 5px 27px;
}
.subscribe-form .form-control {
	border-radius: 0;
	border: none;
	background-color: rgba(255, 255, 255, 0.48);
	color: #ffffff;
	font-size: 1.2em;
	font-style: italic;
	height: 55px;
}
.subscribe-form button {
	background-color: #c33;
	color: #ffffff;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 33px;
	margin: 0;
}
.subscribe-form .btn {
	border-color: #c33;
	height: 55px;
}
.subscribe-form .btn:hover {
	border-color: #e12444;
	background-color: #e12444;
}
.subscribe-form .form-control::-webkit-input-placeholder {
	color: #ffffff;
}
.subscribe-form .form-control:-moz-placeholder { 
	color: #ffffff;  
}
.subscribe-form .form-control::-moz-placeholder { 
	color: #ffffff;  
}
.subscribe-form .form-control:-ms-input-placeholder {  
	color: #ffffff;  
}
/* 18 - Subscribe Section End
---------------------------------------------------------------------- */




/* 19 - Contact Section  
---------------------------------------------------------------------- */

/* 19.1 - Contact Form
--------------------------------------------- */
.contact-form-section {
	padding-bottom:80px;
}
.contact-form-container .btn{
	margin-top: 0;
	margin-bottom: 20px;
}
.contact-form-container .form-control:focus{
	border-color: transparent;
	box-shadow: 0px 0px 1px 2px rgba(31, 181, 172, 0.64);
}
/* 19.1 - Contact Form End
--------------------------------------------- */

/* 19.2 - Contact Details
--------------------------------------------- */
.contact-details {
	text-align: center;
	padding: 40px 0;
}
.contact-details .title {
	padding-top: 20px;
}
.contact-details .contact-info-box{
	margin-bottom: 40px;
}
.contact-info {
	padding-top: 40px;
}
.contact-details .icon {
	font-size: 2.5em;
	color: #ffffff;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	line-height: 115px;
	position: relative;
	z-index: 0;
}
.contact-details .icon,
.contact-info-box .icon:after,
.contact-details .icon i{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.contact-info-box .icon:after {
	content: "";
	top: -4%;
	left: -4%;
	position: absolute;
	z-index: -1;
	box-shadow: 3px 3px transparent;
	width: 107%;
	height: 107%;
	border-radius: 50%;
	padding: 15px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.contact-info-box:hover .icon:after {
	box-shadow: 3px 3px #c33;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.contact-info-box:hover .map-marker:after {
	box-shadow: 3px 3px #c33;
}
.contact-info-box:hover .envelope:after {
	box-shadow: 3px 3px #e12444;
}
.contact-info-box:hover .phone:after {
	box-shadow: 3px 3px #e0c124;
}
.contact-info-box:hover .skype:after {
	box-shadow: 3px 3px #1fb538;
}
.contact-info-box:hover .whatsapp:after {
	box-shadow: 3px 3px #44c653;
}

.contact-details-title {
	font-size: 1.2em;
	font-weight: 800;
	padding-top: 15px;
}
.contact-details .texts {
	font-size: .95em;
}
.contact-details a{
	color: #545454;
}
.map-marker {
	background-color: #c33;
}
.envelope {
	background-color: #e12444;
}
.phone {
	background-color: #e0c124;
}
.skype {
	background-color: #1fb538;
}
.whatsapp {
	background-color: #44c653;
}

/* 19.2 - Contact Details End
--------------------------------------------- */

/* 19 - Contact Section End
---------------------------------------------------------------------- */




/* 20 - Page Name Section
---------------------------------------------------------------------- */
.page-name-sec .pattern {
	min-height: 270px;
}
.page-name-sec .page-name {
	margin: 110px 0 25px 0;
	color: #ffffff;
	font-size: 2.575em;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}
@media (max-width: 980px) {
	.page-name {
		font-size: 2.05em;
		font-weight: 900;
	}
}
@media (max-width: 790px) {
	.page-name {
		font-size: 1.95em;
		font-weight: 900;
	}
}
.page-location {
	margin-bottom: 60px
}
.page-location,
.page-location a {
	color: #ffffff;
	text-align: center;
}
.page-location a{
	display: inline-block;
	padding: 0;
	margin-right:20px; 
	position: relative;
}
.page-location a:before,
.page-location a:after {
	position: absolute;
	content: "";
	background: #c33;
}
.page-location a:before {
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0px; 
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.page-location a:hover {
	border-bottom: none;
}
.page-location a:hover:before {
	bottom: 100%;
}
.page-location a:after {
	width: 4px;
	height: 4px;
	right: -13px;
	top:11px;
}
/* 20 - Page Name Section End
---------------------------------------------------------------------- */



/* 21 - Google Map
------------------------------------------------------------------------*/
.map-container img {
	max-width: inherit;
	height: inherit;
}
.google-map-container {
	width:100%; 
	height:400px;
	background: #dddddd;
}
/* 21 - Google Map End 
------------------------------------------------------------------------*/




/* 22 - Footer Section
---------------------------------------------------------------------- */
.footer-section .pattern{
	background-image: none;
	text-align: center;
	min-height: 270px;
	padding: 110px 0 80px 0;
}
.copyrights{
	color: #262626;
	background-color: #ffffff;
	text-align: left;
	min-height: 120px;
	width:100%;
	margin: 0;
	padding-top: 50px;
}
.copyrights p{
	font-size: 0.9375rem !important;
}
.copyrights a{
	color: #262626;
	-webkit-text-stroke: 0.1px;
}
.copyrights a:hover{
	color: #c33; 
}

/* 22.1 - Footer Social Buttons
---------------------------------------------*/
.footer-social-btn{
	padding-bottom: 30px;
}
.footer-social-btn a{
	color: #ffffff !important;
	background-color: rgba(255,255,255,.4);
	font-size: 1.625em;
	line-height: 59px;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: 5px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	position: relative;
	z-index: 0;
}
.footer-social-btn a:hover{
	background-color: transparent;
}
.footer-social-btn a:after{
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	top: -10px;
	left: -10px;
	background-color: transparent;
	opacity: 0;
	display: block;
	border-radius: 100%;
	z-index: -1;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
.footer-social-btn a:hover:after{
	background-color: #c33;
	width: 50px;
	height: 50px;
	top: 0px;
	left: 0px;
	opacity: 1;
}
.footer-social-btn a.vk-btn:hover:after{
	color: #07f;
}
.footer-social-btn a.instagram-btn:hover:after{
	color: #f601c3;
}
.footer-social-btn a.mymail-btn:hover:after{
	color: #f601c3;
}
.footer-social-btn a.twitter-btn:hover:after{
	background-color: #55ACEE;
}
.footer-social-btn a.facebook-btn:hover:after{
	background-color: #3B5998;
}
.footer-social-btn a.dribbble-btn:hover:after{
	background-color: #ea4c89;
}
.footer-social-btn a.linkedin-btn:hover:after{
	background-color: #0077b5;
}
.footer-social-btn a.pinterest-btn:hover:after{
	background-color: #20B8E5;
}
.footer-social-btn a.google-plus-btn:hover:after{
	background-color: #db514f;
}
.footer-social-btn a.youtube-btn:hover:after{
	background-color: #cc181e;
}
.footer-social-btn a.rss-btn:hover:after{
	background-color: #da5700;
}
/* 22.1 - Footer Social Buttons
---------------------------------------------*/
/* 22 - Footer Section End
---------------------------------------------------------------------- */



/* 23 - Blog Page
---------------------------------------------------------------------- */
.blog-sidebar {
	overflow: hidden;
}
article.post {
	background-color: #f7f7f7;
	margin-bottom: 80px;
}
.post .post-thumbnail img {
	width: 100%;
	height: auto;
}
.post .post-content {
	padding: 40px;
}
.post .post-title {
	font-size: 1.5em;
	padding-bottom: 15px;
}
.post .entry-meta,
.post .entry-meta a {
	color: #b3b3b3;
}
.post .entry-meta a:hover {
	color: #c33;
}

/* 23.1 - Post Blockquote
---------------------------------------------*/
blockquote.post-blockquote {
	background: #c33;
	color: #ffffff;
	font-size: 3.125em;
	font-style: inherit;
	padding: 95px 65px 65px 65px;
	border: none;
	line-height: 57px;
	font-weight: 800;
	letter-spacing: 0px;
	margin: 0;
	position: relative;
	z-index: 1;
}
blockquote.post-blockquote .quot-author{
	font-size: 1rem;
	font-family: serif;
	font-weight: 400;
	display: block;
}
blockquote.post-blockquote:before{
	position: absolute;
	left: 40px;
	top: 85px;
	font-size: 3em;
	color: rgba(255,255,255,.15);
	content: "\f10d";
	display: block;
	font-family: FontAwesome;
	z-index: -1;
}
/* 23.1 - Post Blockquote End
---------------------------------------------*/


/* 23.2 - Attachment Link
---------------------------------------------*/
.attachmentlink{
	background-color: #e12444;
	padding: 40px;
	color: #ffffff;
	font-size: 2em;
	line-height: 35px;
	font-weight: 700;
	letter-spacing: 0px;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.attachmentlink span {
	font-weight: 800;
}
.attachmentlink:before{
	position: absolute;
	left: 0px;
	top: 16px;
	font-size: 2.5em;
	font-weight: 400;
	color: rgba(255,255,255,.15);
	content: "\f0c1";
	display: block;
	font-family: FontAwesome;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
.attachmentlink .attach-link{
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	display: block;
}
/* 23.2 -  Attachment Link End
---------------------------------------------*/


/* 23.3 -  Pagination
---------------------------------------------*/
.paging-navigation {
	text-align: center;
}
.paging-navigation a,
.paging-navigation a:after {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.paging-navigation a {
	background: #f2f2f2;
	color: #8c8c8c;
	display: inline-block;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 32px;
	height: 35px;
	min-width: 35px;
	padding: 0 10px;
	margin: 5px 0px;
	position: relative;
}
.paging-navigation a.active {
	background: #c33;
	color: #ffffff;
}
.paging-navigation a.prev,
.paging-navigation a.next {
	line-height: 45px;
	height: 45px;
	width: 45px;
	margin: 0;
}
.paging-navigation a:hover {
	color: #ffffff;
	background: transparent;
}
.paging-navigation a:after { 
	content: "";
	position: absolute;
	top: 10%;
	left: 10%;
	right: 10%;
	bottom: 10%;
	background: transparent;
	z-index: -1;
}
.paging-navigation  a:hover:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #c33;
}
/* 23.3 -  Pagination End
---------------------------------------------*/

/* 23 - Blog Page End
---------------------------------------------------------------------- */




/* 24 - Single Page
---------------------------------------------------------------------- */
.single-page .post-container {
	background-color: #f7f7f7;
	padding-bottom: 40px;
}
.single-page article.post {
	margin-bottom: 0;
}
.type-page .entry-meta span,
.type-post .entry-meta span {
	padding-left: 0;
	padding-right: 20px;
}
.type-page blockquote,
.type-post blockquote {
	color: #c33;
	border-left: 3px solid #c33;
	font-style: italic;
	line-height: 30px;
	margin-left: 20px;
	padding: 5px 20px;
}


/* 24.1-  Page Social Share
---------------------------------------------*/
.page .social-share span{
	color: #8c8c8c;
	font-weight: 600;
}
.page .social-share a,
.page .social-share a:after {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.page .social-share a{
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin-left: 5px;
	position: relative;
	z-index: 0;
}
.page .social-share a:after{
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	right: -7px;
	bottom: -7px;
	background-color: transparent;
	z-index: -1;
}
.page .social-share a.twitter-btn{
	background-color: #55ACEE;
}
.page .social-share a.facebook-btn{
	background-color: #3B5998;
}
.page .social-share a.google-plus-btn{
	background-color: #db514f;
}
.page .social-share a.pinterest-btn{
	background-color: #20B8E5;
}
.page .social-share a:hover{
	background-color: transparent;
}
.page .social-share a:hover:after{
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #c33;
}
/* 24.1 -  Page Social Share End
---------------------------------------------*/


/* 24.2 -  Author Bio
---------------------------------------------*/
.author-bio-container {
	margin: 0 40px 40px 40px;
	border:2px solid #e6e6e6;
	background-color: #f2f2f2;
}
.author-bio {
	padding: 30px;
}
.author-bio .box-title {
	color: #8c8c8c;
	padding-bottom: 15px;
}
.author-bio .box-title i{ 
	color: #b3b3b3;
}
.author-bio .about-author {
	display: inline-block;
	width: 100%;
}
.author-bio .author-avatar {
	width: 135px;
	height: 135px;
	float: left;
}
.author-bio .author-name {
	margin-top: 0;
	font-size: 0.9375em;
	line-height: 1em;
}
.author-bio .author-details {
	margin-left: 160px;
}
.author-bio .author-details p {
	line-height: 23px;
	margin-bottom: 5px;
}

/* 24.2.1 -  Author Bio Social
-------------------------------*/
.author-bio  .social-btn a,
.author-bio  .social-btn a:after {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.author-bio  .social-btn a{
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	position: relative;
	z-index: 0;
}
.author-bio  .social-btn a:hover {
	color: #ffffff;
}
.author-bio .twitter-btn {
	color:  #55ACEE;
}
.author-bio .facebook-btn{
	color:  #3B5998;
}
.author-bio .google-plus-btn{
	color:  #db514f;
}
.author-bio .dribbble-btn{
	color:  #ea4c89;
}
.author-bio .linkedin-btn{
	color:  #20B8E5;
}
.author-bio  .social-btn a:after{
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	right: -7px;
	bottom: -7px;
	background-color: transparent;
	z-index: -1;
}
.author-bio  .social-btn a:hover:after{
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.author-bio .twitter-btn:hover:after {
	background-color:  #55ACEE;
}
.author-bio .facebook-btn:hover:after{
	background-color:  #3B5998;
}
.author-bio .google-plus-btn:hover:after{
	background-color:  #db514f;
}
.author-bio .dribbble-btn:hover:after{
	background-color:  #ea4c89;
}
.author-bio .linkedin-btn:hover:after{
	background-color:  #20B8E5;
}

/* 24.2.1 - Author Bio Social End
-------------------------------*/

/* 24.2 -  Author Bio End
---------------------------------------------*/



/* 24.3 -  Post Navigation
---------------------------------------------*/
.post-navigation .nav-links {
	border-top: 2px solid #e6e6e6;
	background-color: #f2f2f2;
}
.post-navigation .nav-links a,
.post-navigation .nav-icon {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.post-navigation .nav-links a {
	color: inherit;
	display: inline-block;
	border-bottom: 2px solid #e6e6e6;
	width: 100%;
	padding: 15px 30px;
}
.post-navigation .nav-links a:hover {
	color: #c33;
}
.post-navigation .nav-links .meta-nav {
	color: #262626;
	font-size: 0.875em;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}
.post-navigation .nav-links .meta-nav:hover {
	color: #262626;
}
.post-navigation .nav-icon {
	display: none;
}
@media screen and (min-width: 1250px) {
	.post-navigation {
		display: none;
	}
	.post-navigation .nav-links {
		border-top: 0px solid transparent;
		background-color: transparent;
	}
	.post-navigation .nav-links a {
		color: #ffffff;
		background-color: #8b1f1f;
		border-radius: 5px;
		border: 2px solid #8b1f1f;
		position: fixed;
		width: 700px;
		height: 110px;
		top: 50%;
		margin-top: -55px;
		padding: 30px 80px;
		z-index: 10;
	}
	.post-navigation .nav-links a:hover{
		color: #ffffff;
	}
	.post-navigation .nav-links a.prev {
		left: -640px;
		padding-right: 60px;
	}
	.post-navigation .nav-links a.next {
		right: -640px;
		padding-left: 60px;
	}
	.post-navigation .nav-links a.prev:hover {
		left: -30px;

	}
	.post-navigation .nav-links a.next:hover {
		right: -30px;
	}
	.post-navigation .nav-icon {
		display: block;
		position: absolute;
		top: 20px;
		font-size: 45px;
	}
	.post-navigation .prev .nav-icon{
		right: 17px;
	}
	.post-navigation .next .nav-icon{
		left: 17px;
	}
} 
/* 24.3 -  Post Navigation End
---------------------------------------------*/



/* 24.4 -  Comments Area
---------------------------------------------*/
.comments-area {
	padding: 40px 40px 10px 40px;
}
.comments-area .comment-list {
	margin-top: 25px;
	margin-bottom: 25px;
	display: inline-block;
}
.comments-area .comment-body {
	margin: 25px 0;
	display: inline-block;
	width: 100%;
}
.comments-area .comment-list,
.comments-area .children {
	list-style: none;
	padding-left: 0;
}
.comments-area .children {
	padding-left: 30px;
}
.comments-area .parent {
	position: relative;
	display: inline-block;
	width: 100%;
}
.comments-area .parent:before {
	position: absolute;
	content: "";
	top:25px;
	left: -40px;
	bottom: 40px;
	width: 2px;
	background-color: #c33;
}
.comments-area .comment-meta {
	float: left;
	width: 100px;
	height: 100px;
}
.comments-area .avatar {
	border-radius: 100%;
}
.comment-metadata,
.comment-content {
	margin-left: 120px;
}
.comment-metadata {
	margin-bottom: 10px;
}
.comment-author {
	margin: 0;
	color: #262626;
}
.comment-author a {
	color: #262626;
}
.comment-metadata time {
	margin: 10px 0;
	display: inline-block;
}
.comment-metadata a time,
.comment-metadata time {
	font-size: 13px;
	color:#666666; 
}
.comment-author a:hover,
.comment-metadata a time:hover {
	color: #c33;
}
.comment-metadata a time,
.comment-metadata time,
.comments-area .reply a,
.comments-area .reply a:after {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.comments-area .reply a {
	border:2px solid #d9d9d9;
	color: #c33;
	font-size: 0.75em;
	line-height: 25px;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	padding: 2px 15px 0 15px;
	position: relative;
	z-index: 0;
}
.comments-area .reply a:hover {
	color: #ffffff;
	border:2px solid #c33;
}
.comments-area .reply a:after{
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	right: -7px;
	bottom: -7px;
	background-color: transparent;
	z-index: -1;
}
.comments-area .reply a:hover:after{
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #c33;
}
.comments-area p{
	margin-bottom: 0px;
}
.comment-respond .comment-reply-title {
	margin: 60px 0;
}
.comment-respond .form-control,
.comment-respond .btn {
	border-width: 3px;
}
/* 24.4 -  Comments Area End 
---------------------------------------------*/

/* 24 - Single Page End
---------------------------------------------------------------------- */




/* 25 - Portfolio Page
---------------------------------------------------------------------- */

.portfolio-page  .item{
	border: 1px solid #ffffff;
}
.portfolio-page .more-works{
	margin-bottom: 0;
}

/* 25  Portfolio Page End
---------------------------------------------------------------------- */





/* 26 - Portfolio Single Page
---------------------------------------------------------------------- */
/* 26.1 Project Widget
---------------------------------------------*/
.widget.project-details ul {
	list-style: none;
	margin:0;
	padding: 0;
}
.widget.project-details li { 
	padding-left: 10px;
	line-height: 25px;
}
.widget.project-details li:before { 
	font-family: FontAwesome;
	font-size: 14px;
	margin-right: 6px;
	color: #cccccc;
	display: inline-block!important;
	width: 1em;
	text-align: center;
}
.widget.project-details .btn {
	margin-left: 0;
}
/* 26.1 Project Widget
---------------------------------------------*/


/* 26.2 Similar Project
---------------------------------------------*/
.similar-project {
	padding-top: 60px;
	padding-bottom: 120px;
}
.similar-project-head {
	font-size: 1.25em;
	margin-bottom: 40px;
	margin-top: 0;
}

/* 26.2 Similar Project End
---------------------------------------------*/

/* 26 - Portfolio Single Page End
---------------------------------------------------------------------- */




/* 27 - 404 Page
---------------------------------------------------------------------- */
.page-not-found .widget_search{
	overflow: hidden;
}
.error-icon {
	position: relative;
	width: 150px;
	height: 150px;
	margin:15px auto;
	background: #c33;
	border-radius: 10px;
}
.error-icon span{
	display: inline-block;
	position: absolute;
}
.error-icon .icon-eye{
	top: 30px;
	width: 30px;
	height: 30px;
	background:#fff; 
	border-radius: 100%;
}
.error-icon .icon-eye.left{
	left:30px;
}
.error-icon .icon-eye.right{
	right:30px;
}
.error-icon .icon-lip {
	border-top: 5px solid #fff;
	width: 80px;
	height:80px;
	top: 90px;
	right: 20px;
	border-radius: 100%;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
/* 27 - 404 Page End
---------------------------------------------------------------------- */




/* 28 - Widget
---------------------------------------------------------------------- */
.widget {
	padding-bottom: 80px;
	display: inline-block;
	width: 100%;
}
.widget-title {
	font-size: 1.25em;
	margin-top: 0;
	line-height: 1em;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	list-style: none;
}

/* 28.1 - Search Widget
---------------------------------------------*/
.widget_search>form {
	position: relative;
	width: 100%;
	height: 50px;
	border-bottom: 3px solid #e6e6e6;
	z-index: 0;
}
.widget_search>form input:focus,
.widget_search>form input {
	border:none;
	outline: none;
}
.widget_search>form input {
	background-color: transparent;
	line-height: 25px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 12px 15px 12px 62px;
	z-index: -1;
}
.widget_search>form .btn,
.widget_search>form .btn:before {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.widget_search>form .btn {
	background-color: transparent;
	color: #b8b8b8;
	font-size: 1.25em;
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.widget_search>form .btn:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	height: 30px;
	width: 30px;
	background-color: transparent;
	opacity: 0;
	z-index: -1;
}
.widget_search>form .btn:hover:before {
	background-color: #c33;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 50px;
	opacity: 1;
}
.widget_search>form .btn:hover {
	color: #ffffff;
}
/* 28.1 - Search Widget End
---------------------------------------------*/



/* 28.2 - widget_img 
---------------------------------------------*/
.widget_img a,
.widget_img a>img,
.widget_img a:after,
.widget_img a:after,
.widget_img a:before,
.widget_img .overlay {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.widget_img {
	float: left;
}
.widget_img a {
	width: 70px;
	height: 70px;
	margin: 0 5px 5px 0;
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}
.widget_img a>img {
	width: 100%;
	height: 100%;
}
.widget_img a:hover>img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.widget_img a:after,
.widget_img a:before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: transparent;
	position: absolute;
	top:50%;
	left: 0%;
	z-index: 2;
}
.widget_img a:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.widget_img a:hover:after,
.widget_img a:hover:before {
	background-color: #ffffff;
	width: 40%;
	left: 30%;
}
.widget_img .overlay{
	position: absolute;
	background-color: rgba(52, 152, 219, 0);
	top: 35%;
	left: 35%;
	bottom: 35%;
	right: 35%;
	z-index: 1;
}
.widget_img a:hover .overlay{
	background-color: rgba(52, 152, 219, .6);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* 28.2 - widget_img End
---------------------------------------------*/


/* 28.3 - Categories & Archive Widget
---------------------------------------------*/
.widget_categories li a,
.widget_categories li:before,
.widget_categories li:after,
.widget_archive li:before,
.widget_archive li:after {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.widget_categories li,
.widget_archive li {
	padding: 5px 0 5px 40px;
	position: relative;
}
.widget_categories li a,
.widget_archive li a{
	color: #545454;
	display: inline-block;
	width: 100%;
}
.widget_categories li a:hover,
.widget_archive li a:hover {
	color: #c33;
}
.widget_categories li:after,
.widget_archive li:after, 
.widget_categories li:before,
.widget_archive li:before {
	content: "\f054";
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	display: inline-block!important;
	position: absolute;
	top: 7px;
	left: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.widget_categories li:before,
.widget_archive li:before {
	background-color: #5f5f5f;
	opacity: 1;
}
.widget_categories li:after,
.widget_archive li:after {
	background-color: #c33;
	left: -10px;
	opacity: 0;
}
.widget_categories li:hover:before,
.widget_archive li:hover:before {
	opacity: 0;
}
.widget_categories li:hover:after,
.widget_archive li:hover:after {
	opacity: 1;
	left: 10px;
}

/* 28.3 - Categories & Archive Widget End
---------------------------------------------*/

/* 28.4 - Recent Post Widget 
---------------------------------------------*/
.widget_recent_entries a {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.widget_recent_entries li {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.widget_recent_entries a {
	color: #545454;
}
.widget_recent_entries a:hover {
	color: #c33;
}
.widget_recent_entries img {
	width: 70px;
	height: 70px;
	float: left;
}
.widget_recent_entries .fa{
	color: #cccccc;
}
.widget_recent_entries .recent-post-details {
	margin-left: 85px;
}
.widget_recent_entries .recent-post-details .post-title {
	font-size: 0.875em;
	font-weight: 700;
	text-transform: uppercase;
}
.widget_recent_entries time {
	padding-right: 15px;
}
/* 28.4 - Recent Post Widget End
---------------------------------------------*/


/* 28.5 - Tag Widget
---------------------------------------------*/
.widget_tagcloud  a,
.widget_tagcloud  a:after {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.widget_tagcloud  a {
	display: inline-block;
	color: #8c8c8c;
	font-size: 0.875em;
	border:2px solid #e6e6e6;
	padding: 5px 15px;
	margin: 0 5px 7px 0;
	position: relative;
}
.widget_tagcloud  a:hover {
	border-color: #c33;
	color: #ffffff;
}
.widget_tagcloud  a.active {
	background-color: #c33;
	color: #ffffff;
	border-color: #c33;
}
.widget_tagcloud  a:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	background-color: transparent;
	z-index: -1;
}
.widget_tagcloud  a:hover:after {
	top: 0;
	left: 0;
	bottom: 0;
	right:0;
	background-color: #c33;
}

/*  28.5 - Tag Widget End
---------------------------------------------*/


/* 28.6 - Calendar Widget
---------------------------------------------*/
.widget_calendar td a,
.widget_calendar td a:after {
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-ms-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.widget_calendar table {
	width: 100%;
	text-align: center;
}
.widget_calendar caption {
	color: #262626;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	font-size: 1.25em;
	height: 40px;
	border: 2px solid #e6e6e6;
	border-bottom: none;
	border-bottom: none;
}
.widget_calendar tbody{
	border: 1px solid #e6e6e6;
	border-top: none;
}
.widget_calendar th {
	color: #ffffff;
	height: 40px;
	text-align: center;
	border: 2px solid #c33;
	background-color: #c33;
}
.widget_calendar td {
	height: 40px;
	text-align: center;
	border: 2px solid #e6e6e6;
}
.widget_calendar td a{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 38px;
	position: relative;
	z-index: 0;
}
.widget_calendar td a:after{
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	bottom: 8px;
	right: 8px;
	background-color: transparent;
	z-index: -1;
}
.widget_calendar td a:hover{
	color: #ffffff;
}
.widget_calendar td a:hover:after {
	top: -2px;
	left: -2px;
	bottom: -2px;
	right:-2px;
	background-color: #c33;
}

/* 28.6 - Calendar Widget End
---------------------------------------------*/


/* 28 - Widget End
---------------------------------------------------------------------- */




/* 29 - Scroll Top Section
---------------------------------------------------------------------- */
#scroll-to-top {
	background-color: #c33;
	color: #ffffff;
	font-size: 1.5em;
	position: fixed;
	right: 50px;
	bottom: 40px;
	cursor: pointer;
	display: none;
	opacity: .7;
	z-index: 99999;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 3px;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#scroll-to-top:hover {
	opacity: 1;
}

/* 29 - Scroll Top Section End
---------------------------------------------------------------------- */



/* 30 - Email Validator
---------------------------------------------------------------------- */
.error { 
	display: none; 
	padding:10px; 
	margin:0 0 5px 0;
	color: #D8000C; 
	font-size:12px;
	background-color: #FFBABA;
}
.success { 
	display: none; 
	padding:10px; 
	color: #044406; 
	font-size:12px;
	background-color: #B7FBB9;
}
.error img,
.success img {
	margin-right: 10px;
}
/* 30 - Email Validator End
---------------------------------------------------------------------- */


/*  - Style Section
---------------------------------------------------------------------- */
.FilePDF {
    background: url(data:image/png;base64,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) no-repeat scroll left;
    display: block;
    height: 80px;
    padding: 16px 60px;
}
.FileDOCX {
    background: url(data:image/png;base64,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) no-repeat scroll left;
    display: block;
    height: 80px;
    padding: 16px 60px;
}

.statistics{display:none;visibility:hidden;}

/*  - Style Section End
---------------------------------------------------------------------- */