/*
Theme Name: Devfly
Theme URI: 
Author: Devfloat
Author URI: http://devfloat.net
Description: With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: devfly
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, theme-options, threaded-comments
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
body, html {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
}



*{list-style:none;}

h1 {
	text-transform: uppercase;
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 30px;
	margin: 0;
}
h3 {
	font-size: 18px;
	font-weight: 900;
}
h4 {
	text-transform: uppercase;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Roboto', sans-serif;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
}
a {
	color: #00d3f3;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
.section-title hr {
	border-color: #000;
	border-width: 1px;
	width: 60px;
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
/* Navigation */
#tf-menu {
	padding-bottom: 20px;
	transition: all 0.8s;
	border-top: 4px #00d3f3 solid;
}
#tf-menu.navbar-default {
	background-color: rgba(255, 255, 255, 1);
}
#tf-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
	font-weight: 900;
}
#tf-menu.navbar-default .navbar-nav {
	margin-left: 80px;
}
#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
}
.on {
	background-color: #00d3f3 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #Fff !important;
	background-color: #00d3f3;
	font-weight: 700;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default {
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #FCAC45;
	border-color: #FCAC45;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	padding-left: 15px;
	padding-right: 15px;
}
/* Home Style */
#tf-home {
	color: #cfcfcf;
}
#tf-home .overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(17%, rgba(0,0,0,0.73)), color-stop(35%, rgba(0,0,0,0.66)), color-stop(62%, rgba(0,0,0,0.55)), color-stop(100%, rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000', GradientType=0 ); /* IE6-9 */
	height: 750px;
	background-attachment: fixed;
}
#tf-home p.lead {
	color: #e3e3e3;
}
.content {
	position: relative;
	padding: 20% 0 0;
}
.color {
	color: #fcac45;
}
a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 200px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover {
	background: #fcac45;
	color: #ffffff;
	border: 2px solid #fcac45;
}
#tf-home .entry-header span {
	display: block;
	margin: 10px 0;
}
#tf-home .entry-header span .author a {
	display: block;
	margin-top: 10px;
}
#tf-home .entry-header .posted-on {
	opacity: 0.9;
}
#tf-home .entry-header .posted-on a {
	color: #fff;
}
#tf-home p {
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	text-align: center;
}
#tf-home .wp-caption-text {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	line-height: 1.6;
	font-style: italic;
}
#tf-home .heading {
	padding: 20px;
}
#tf-home h1 {
	font-size: 5vw;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	text-shadow: none;
}
#tf-home .carousel-control {
	font-size: 26px;
}
#tf-home .carousel-caption {
	top: 20%;
	bottom: 0;
}
#tf-home .item {
	background: #000;
	height: 100vh;
}
#tf-home .item .btn {
	background: none;
	border: 3px #00d3f3 solid;
	color: #fff;
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 20px;
	text-transform: uppercase;
	padding: 10px 20px;
}
#tf-home .item img {
	opacity: 0.6;
	height: 100vh;
	width: 100%;
	object-fit: cover;
}
#tf-home .item .vcard img {
	opacity: 1;
	width: 80px;
	height: 80px;
}
#tf-home .item .vcard a {
	color: #fff;
	text-transform: uppercase;
}
#tf-home .carousel-control.left {
	background-image: none;
	top: auto;
	bottom: 45%;
	font-weight: 100;
	left: 15%;
}
#tf-home .carousel-control.right {
	background-image: none;
	top: auto;
	bottom: 45%;
	right: 15%;
}
.m-x-auto {
	margin-right: auto!important;
	margin-left: auto!important;
}
.d-block {
	display: block!important;
}




/*scroll down button*/

@-webkit-keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 29%;
}
 15% {
 opacity: 1;
 top: 50%;
}
 50% {
 opacity: 0;
 top: 50%;
}
 100% {
 opacity: 0;
 top: 29%;
}
}
@-moz-keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 29%;
}
 15% {
 opacity: 1;
 top: 50%;
}
 50% {
 opacity: 0;
 top: 50%;
}
 100% {
 opacity: 0;
 top: 29%;
}
}
@keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 29%;
}
 15% {
 opacity: 1;
 top: 50%;
}
 50% {
 opacity: 0;
 top: 50%;
}
 100% {
 opacity: 0;
 top: 29%;
}
}
.scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -12%;
	margin-left: 22px;
	text-align: center;
}
.scroll-btn p {
	margin-left: -55px;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *:active, .scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
#tf-home .carousel-indicators li {
	width: 15px;
	height: 15px;
}
.carousel-indicators .active {
	width: 15px;
	height: 15px;
}
/*search imput*/

.field {
	display: flex;
	position: absolute;
	margin-top: -30%;
	z-index: 9999;
	width: 95%;
}
.field>input[type=text], .field>button {
	display: block;
	font: 1.2em Myriad Pro;
}
.field>input[type=text] {
	flex: 1;
	padding: 0.8em;
	border: 0.2em;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.field>button {
	padding: 0.8em 0.8em;
	background-color: #fe9c46;
	color: white;
	border: none;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.field>button:hover {
	cursor: pointer;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus {
	outline: 0px !important;
}
/* About Section */
#tf-about {
	padding: 100px 0;
}
.section-title p {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
	line-height: 1.5;
}
.section-title h2 {
	font-size: 32px;
	color: #454553;
	font-weight: 800;
}
ul.about-list {
	margin: 30px 0 0;
}
ul.about-list li {
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
}
ul.about-list li span {
	margin-right: 10px;
}
#tf-about .side-image {
	padding-left: 0;
	padding-right: 0;
}
#tf-about .side-image img {
	width: 100%;
	height: 100%;
	max-height: 514px;
	min-height: 514px;
	object-fit: cover;
	overflow: hidden;
}
#tf-about .content-box {
	background: #eeeeee;
	padding: 80px;
	max-height: 514px;
	min-height: 514px;
}
#tf-about .nav-tabs {
	border: none;
	margin-top: 5%;
}
#tf-about .nav-tabs li {
	float: none;
	display: inline-block;
	width: 33%;
}
#tf-about .nav-tabs li a {
	text-align: center;
	box-sizing: border-box;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #7d7e87;
	border: none;
	border-bottom: 4px #fff solid;
}
#tf-about .nav-tabs li a:hover {
	background: none;
}
#tf-about .nav-tabs li:hover {
	background: none;
	border-bottom: 4px #00d3f3 solid;
}
#tf-about .nav-tabs > li:focus {
	border-bottom: 4px #00d3f3 solid;
}
.nav-tabs > li.active {
	border-bottom: 4px #00d3f3 solid;
}
#tf-about .tab-pane {
	background: #eeeeee;
	margin-top: 3%;
}
#tf-about h3 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	padding-bottom: 30px;
	margin-top: 30px;
}
#tf-about .content-box p {
	font-size: 14px;
	color: #8b8b9f;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	line-height: 1.8;
}
#ab-content {
	margin: 0 auto
}
#ab-content .item {
	padding: 0;
	margin: 15px;
	padding: 80px;
	color: #FFF;
	text-align: center;
}
#fr-content {
	margin: 0 auto
}
#fr-content .item {
	padding: 0;
	margin: 15px;
	padding: 80px;
	color: #FFF;
	text-align: center;
}
#de-content {
	margin: 0 auto
}
#de-content .item {
	padding: 0;
	margin: 15px;
	padding: 80px;
	color: #FFF;
	text-align: center;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#tf-about .item .thumbnail:hover>img.img-circle.team-img {
	border: 4px solid #FCAC45;
}
#tf-about .thumbnail {
	background: transparent;
	border: 0;
}
#tf-about .thumbnail .caption {
	padding: 9px;
	color: #F2F2F2;
}
#tf-about .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 20px;
	border-radius: 15px;
	background: #d5d5d7;
	transition: all 0.5s;
}
#tf-about .owl-theme .owl-controls .owl-page.active span,  #tf-about .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #a0a0a7;
}
#tf-about .owl-theme .owl-controls .owl-page.active span {
	background: #a0a0a7;
}
#tf-about .owl-theme .owl-controls {
	text-align: left;
	margin-left: 15px;
	position: absolute;
	bottom: 30px;
	left: 48px;
}
/* Feature Section */

#tf-features {
	background: #00d3f3;
}
#tf-features .box {
	padding: 80px 25px;
}
#tf-features .box:hover {
	background: #00c7e5;
	transition: all ease-in-out 400ms;
	-moz-transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
}
#tf-features .box:hover a {
	transition: all ease-in-out 400ms;
	-moz-transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
	opacity: 1;
}
#tf-features .box h4 {
	font-size: 24px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	padding: 25px 0 30px 0;
}
#tf-features .box p {
	font-size: 14px;
	color: #fff;
	line-height: 1.7;
	font-weight: 300;
	text-align: center;
	padding-bottom: 30px;
}
#tf-features .box a {
	background: #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #00c7e5;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 40px;
	opacity: 0;
}
#tf-features .box img {
	height: 140px;
	width: 190px;
	object-fit: none;
	object-position: 0 0;
	transition: all .2s ease;
}
.box .option-icon {
	object-position: -30px 0 !important;
}
.box .phone-icon {
	object-position: -412px 0 !important;
}
.box .desktop-icon {
	object-position: -805px 0 !important;
}
/* Portfolio Section */


#tf-portfolio {
	padding: 100px 0;
	background: #eee;
}
#tf-portfolio .portfolio-img {
	height: 100%;
	max-height: 380px;
	min-height: 380px;
	object-fit: cover;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}
#tf-portfolio .portfolio-content {
	padding-left: 0;
	padding-right: 0;
}
#tf-portfolio .portfolio-content h3 {
	font-size: 24px;
	text-transform: none;
	color: #333;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 15px 0 25px 0;
}
#tf-portfolio .portfolio-content p {
	text-align: left;
	line-height: 1.6;
	color: #8b8b9f;
	font-weight: 300;
}
#tf-portfolio .portfolio-content {
	background: #fff;
	padding: 40px 90px;
	min-height: 380px;
}
#tf-portfolio .portfolio-bg {
	width: 100%;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
}
#tf-portfolio .portfolio-list {
	display: inline-block;
}
#tf-portfolio .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 150px;
	height: 6px;
	margin: 5px 0px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #dadada;
	transition: all 0.5s;
}
#tf-portfolio .owl-theme .owl-controls .owl-page.active span {
	background: #00d3f3;
}
/* Team Section */
#tf-team {
	background: #fff;
	padding: 100px 0;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	font-weight: 800;
}
.section-title.center .line {
	border-top: 1px solid #000;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.section-title.center hr {
	border-top: 1px solid rgba(0, 0, 0, 1);
	width: 40px;
	text-align: center;
	margin-top: 10px;
}
#team {
	margin: 0 auto
}
#team .item {
	padding: 0;
	margin: 15px;
	color: #454553;
	margin-top: 40px;
	text-align: center;
}
img.img-circle.team-img {
	width: 180px;
	height: 180px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#tf-team .item .thumbnail:hover>img.img-circle.team-img {
	border: 4px solid #00d3f3;
	transform: rotateY(180deg);
}
#tf-team .thumbnail {
	background: transparent;
	border: 0;
}
#tf-team .thumbnail .caption {
	padding: 9px;
	color: #454553;
}
#tf-team .thumbnail .caption p {
	padding-bottom: 30px;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #CCCCCC;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #00d3f3;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #00d3f3;
}
#tf-team .thumbnail ul {
}
#tf-team .thumbnail ul li {
	list-style: none;
	display: inline-block;
}
#tf-team .thumbnail ul li a {
	background: #7d7e87;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding: 5px 8px;
	font-size: 14px;
	margin: 30px 5px 20px 5px;
	border: 1px #7d7e87 solid;
}
#tf-team .thumbnail ul li a .fa-facebook {
	padding: 0 2px;
}
#tf-team .thumbnail ul li a:hover {
	background: none;
	border: 1px #000 solid;
	color: #000;
	transition: all ease-in-out 400ms;
	-moz-transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
}
/* plan Section */
#tf-plan {
	background: #fff;
	padding: 100px 0;
}
.section-title p {
	color: #7d7e87;
}
#tf-plan .col-md-4 {
	padding: 0 40px;
	margin-top: 40px;
}
#tf-plan .plan-box {
	border: 2px #dddddd solid;
}
#tf-plan .plan-box.center-box {
	border: 2px #00d3f3 solid;
}
#tf-plan .plan-box.center-box h3 {
	color: #fff;
	background: #00d3f3;
}
#tf-plan .plan-box.center-box a {
	color: #fff;
	background: #00d3f3;
}
#tf-plan .plan-box h3 {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	color: #7d7e87;
	text-transform: uppercase;
	text-align: center;
	display: block;
	background: #ddd;
	padding: 20px 0;
	margin-top: 0;
	margin-bottom: 30px;
}
.plan-price {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: #7d7e87;
	font-family: 'Montserrat', sans-serif;
	display: block;
	border-top: 1px #ddd solid;
	padding: 20px 0;
	margin-top: 20px;
}
.plan-price span {
	font-size: 32px;
	font-weight: bold;
}
#tf-plan .plan-box ul {
}
#tf-plan .plan-box ul li {
	list-style: none;
	display: block;
}
#tf-plan .plan-box ul li span {
	font-size: 12px;
	color: #7d7e87;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 30px;
}
#tf-plan .plan-box ul li p {
	font-size: 12px;
	color: #7d7e87;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.6;
	padding: 10px 15px;
}
#tf-plan .plan-box a {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #7d7e87;
	text-transform: uppercase;
	text-align: center;
	display: block;
	background: #ddd;
	padding: 10px 0;
	margin-top: 10;
	margin-bottom: 0px;
}
#tf-plan .plan-box:hover {
	transform: perspective( 800px ) rotateY( 20deg );
	-moz-transform: perspective( 800px ) rotateY( 20deg );
	-webkit-transform: perspective( 800px ) rotateY( 20deg );
	transition: all ease-in-out 400ms;
	-moz-transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
}
/* Services Section */
#tf-services {
	padding: 80px 0;
}
.space {
	margin-top: 40px;
}
#tf-services i.fa {
	font-size: 40px;
	border: 4px solid #FCAC45;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}
#tf-services i.fa.fa-mobile {
	font-size: 50px;
	padding: 20px 25px;
}
#tf-services .service:hover>i.fa {
	background: #FCAC45;
	color: #ffffff;
}
/* Clients Section */
#tf-clients {
	background: url(../img/04.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#tf-clients .overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(17%, rgba(0,0,0,0.73)), color-stop(35%, rgba(0,0,0,0.66)), color-stop(62%, rgba(0,0,0,0.55)), color-stop(100%, rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000', GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}
#clients .item {
	padding: 0;
	margin: 35px;
	color: #FFF;
	text-align: center;
}
/* Gallery Section 
==============================*/
#tf-works {
	padding: 80px 0;
}
.categories {
	padding: 10px 0;
}
ul.cat li {
	display: inline-block;
}
#tf-works li.pull-right {
	margin-top: 10px;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after {
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after {
	content: '';
}
ol.type li a {
	color: #222222
}
ol.type li a.active {
	font-weight: 700;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#tf-works i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #FCAC45;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #FCAC45;
}
/* Testimonials Section */
#tf-testimonials {
	background: #eeeeee;
	color: #ffffff;
	padding: 100px 0;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 300;
	margin: 30px 0;
	line-height: 1.6;
	color: #7d7e87;
}
#testimonial .item .img-box {
	padding-left: 0;
	padding-right: 0;
	min-height: 219px;
	max-height: 219px;
	overflow: hidden;
	min-width: 270px;
	object-fit: cover;
}
#testimonial .item .content-box {
	background: #fff;
	text-align: left;
	min-height: 219px;
}
#testimonial .item .content-box p {
}
#testimonial .item .content-box p span {
	color: #7d7e87;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 20px;
	display: block;
}
#testimonial .item .testi-box {
	margin: 10px 0;
}
#tf-testimonials .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #CCCCCC;
	transition: all 0.5s;
}
#tf-testimonials .owl-theme .owl-controls .owl-page.active span, #tf-testimonials .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #00d3f3;
}
#tf-testimonials .owl-theme .owl-controls .owl-page.active span {
	background: #00d3f3;
}
/* subscribe Section */

#tf-subscribe {
	background: #00d3f3;
	color: #ffffff;
	padding: 60px 0 80px;
}
#tf-subscribe h3 {
	font-size: 42px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 50px;
}
#searchbox {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}
#search {
	background: #06afc9;
	border: 0 none;
	font: bold 16px Arial, Helvetica, Sans-serif;
	color: #fff;
	float: right;
	width: 90%;
	padding: 15px;
	border-radius: 30px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 1px 3px rgba(0,0,0,0.2) inset;
	-webkit-transition: all 0.7s ease 0s;
}
#search:focus {
	width: 98%;
	outline: 0;
}
 #searchbox input[type="text"]::-webkit-input-placeholder {
 color: #fff;
font-family: 'Open Sans', sans-serif;
font-weight:300;
font-size:14px;
}
#searchbox input[type="submit"] {
	background: #fff;
	color: #000;
	text-align: center;
	padding: 15px 30px;
	border-radius: 30px;
	float: right;
	border: none;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin-left: -300px;
	position: relative;
}
#searchbox input[type="submit"]:hover {
	background: #000;
	color: #fff;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
}
/* blog Section */

#tf-blog {
	background: #eee;
	color: #ffffff;
	padding: 100px 0;
}
#tf-blog article {
	background: #fff;
	margin-top: 30px;
	overflow: hidden;
}
#tf-blog article:hover {
	-webkit-box-shadow: 2px 4px 11px -2px rgba(0,0,0,0.21);
	-moz-box-shadow: 2px 4px 11px -2px rgba(0,0,0,0.21);
	box-shadow: 2px 4px 11px -2px rgba(0,0,0,0.21);
	transition: all ease-in-out 400ms;
	-moz-transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
}
#tf-blog article img {
	min-height: 240px;
	overflow: hidden;
	min-width: 360px;
	object-fit: cover;
}
#tf-blog article .article-content {
	padding: 30px 25px;
}
#tf-blog article h2 {
	font-family: 'Montserrat', sans-serif;
	color: #3d3d4a;
	font-size: 20px;
	text-transform: none;
	text-align: left;
}
#tf-blog article p {
	color: #959599;
	padding: 15px 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.6;
	text-align: left;
}
#tf-blog article .btn {
	background: #dddddd;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 25px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#tf-blog article .btn:hover {
	background: #00d3f3;
	transition: all ease-in-out 400ms;
	-moz-transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
}
#tf-blog article .entry-header {
	text-align: left;
	margin-bottom: 25px;
}
#tf-blog article .entry-header img {
	min-width: 40px;
	min-height: 40px;
	max-width: 40px;
	max-height: 40px;
}
#tf-blog article .entry-header .date-article {
	text-align: right;
	color: #3d3d4a;
	font-weight: bold;
	float: right;
	display: inline-block;
	margin-top: 14px;
}
#tf-blog article .entry-header a {
	color: #3d3d4a;
	margin-left: 10px;
	font-weight: bold;
}
#tf-blog .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #CCCCCC;
	transition: all 0.5s;
	margin-top: 20px;
}
#tf-blog .owl-theme .owl-controls .owl-page.active span, #tf-blog .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #00d3f3;
}
#tf-blog .owl-theme .owl-controls .owl-page.active span {
	background: #00d3f3;
}
/* ==========================================================================
innner page about us
========================================================================== */



#top-banner {
}
#top-banner hr {
	width: 100px;
}
#top-banner p {
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	position: relative;
}
#top-banner .img-box {
	min-height: 500px;
	max-height: 500px;
	overflow: hidden;
	object-fit: cover;
}
#top-banner .content-box {
	background: #fac127;
	min-height: 500px;
}
#top-banner .content-box h1 span {
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
}
#top-banner .content-box h1 {
	color: #fff;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: center;
	margin-top: 220px;
}
.about-us-inner-bg {
	padding: 80px 0;
}
.about-us-inner-bg .nav-tabs>li {
	float: none;
	display: inline-block;
}
.about-us-inner-bg .nav-tabs>li>a {
	padding: 10px 80px;
	border-radius: 0;
	margin-bottom: 0px;
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.about-us-inner-bg .nav-tabs>li.active>a {
	border: none;
}
.about-us-inner-bg .nav-tabs {
	border-bottom: none;
	display: block;
	margin: 0 0;
}
.about-us-inner-bg .tab-content {
	padding: 100px 60px;
}
.about-us-inner-bg .tab-content h3 {
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	color: #454553;
}
.about-us-inner-bg .nav-tabs>li>a:hover {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: none;
	border: none;
}
.nav-tabs > li:hover {
	border-bottom: 4px #00d3f3 solid;
}
.about-us-inner-bg .tab-content p {
	text-align: justify;
	color: #8b8b9f;
	line-height: 1.8;
	font-size: 14px;
	font-weight: 300;
}
.about-us-inner-bg .tab-content #about img {
	float: left;
	width: 458px;
	height: 306px;
	object-fit: cover;
	margin-right: 20px;
	margin-bottom: 20px;
}
.about-us-inner-bg .tab-content .listed-inline {
}
.about-us-inner-bg .tab-content .listed-inline li {
	display: inline-block;
}
.about-us-inner-bg .tab-content .listed-inline li img {
	width: 300px;
	height: 300px;
	object-fit: contain;
	overflow: hidden;
	margin: 20px;
}
.about-images {
	display: block;
	margin-top: 50px;
}
.about-images .about-img {
	margin: 10px 0;
}
.about-images .about-img img {
	max-height: 200px;
	min-height: 200px;
	object-fit: cover;
	width: 100%;
}
.texture-overlay2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
#project-bg {
	padding: 80px 0;
	background: #eee;
}
#project-bg h2 {
	text-align: center;
	margin-top: 60px;
}
#project-bg hr {
	width: 100px;
	display: inline-block;
	border-color: #666 !important;
}
#project-bg .portfolio-img {
	height: 100%;
	max-height: 380px;
	min-height: 380px;
	object-fit: cover;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}
#project-bg .portfolio-img img {
	object-fit: cover;
	min-height: 380px;
	min-height: 380px;
}
#project-bg .portfolio-content {
	padding-left: 0;
	padding-right: 0;
}
#project-bg .portfolio-content h3 {
	font-size: 24px;
	text-transform: none;
	color: #333;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 15px 0 25px 0;
}
#project-bg .portfolio-content p {
	text-align: left;
	line-height: 1.6;
	color: #8b8b9f;
	font-weight: 300;
}
#project-bg .portfolio-content {
	background: #fff;
	padding: 40px 90px;
	min-height: 380px;
}
#project-bg .portfolio-bg {
	width: 100%;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
}
#project-bg .portfolio-list {
	display: inline-block;
	margin-top: 10px;
}
#project-bg .portfolio-list:nth-child(even) .portfolio-img {
	float: right;
}
.contact-us-inner-bg {
	padding: 150px 0;
}
.contact-us-inner-bg h2 {
	margin-bottom: 30px;
}
.contact-us-inner-bg form {
}
.contact-us-inner-bg form input[type="text"], input[type="email"] {
	padding: 25px 20px;
	background: #eeeeee;
	border: none;
}
.contact-us-inner-bg form .form-group {
	margin-bottom: 22px;
}
.contact-us-inner-bg form textarea {
	padding: 25px 20px;
	background: #eeeeee;
	border: none;
	width: 100%;
	min-height: 200px;
}
.contact-us-inner-bg form .btn {
	background: #00d3f3;
	border-radius: 25px;
	padding: 8px 30px;
	margin-top: -32px;
	float: right;
}
.contact-us-inner-bg address {
	margin-top: 15px;
	line-height: 1.8;
	color: #999;
}
/*blog*/


#If-blog-inn {
	padding: 40px 0 80px;
	background: #eee;
}
#If-blog-inn .single-articl .blog-article-box article {
	background: #fff;
	margin-top: 20px;
	overflow: hidden;
	padding: 0;
}
#If-blog-inn .single-articl .blog-article-box article:hover {
	-webkit-box-shadow: 2px 4px 11px -2px rgba(0,0,0,0.21);
	-moz-box-shadow: 2px 4px 11px -2px rgba(0,0,0,0.21);
	box-shadow: 2px 4px 11px -2px rgba(0,0,0,0.21);
	transition: all ease-in-out 400ms;
	-moz-transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
}
#If-blog-inn .single-articl .blog-article-box article img {
	min-height: 240px;
	overflow: hidden;
	min-width: 360px;
	object-fit: cover;
}
#If-blog-inn .single-articl .blog-article-box article .article-content {
	padding: 30px 25px;
	display: inline-block;
}
#If-blog-inn .single-articl .blog-article-box article h2 {
	font-family: 'Montserrat', sans-serif;
	color: #3d3d4a;
	font-size: 20px;
	text-transform: none;
	text-align: left;
}
#If-blog-inn .single-articl .blog-article-box article p {
	color: #959599;
	padding: 15px 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	text-align: left;
}
#If-blog-inn .single-articl .blog-article-box article .btn {
	background: #dddddd;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 25px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#If-blog-inn .single-articl .blog-article-box article .btn:hover {
	background: #00d3f3;
	transition: all ease-in-out 400ms;
	-moz-transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
}
#If-blog-inn .single-articl .blog-article-box article .entry-header {
	text-align: left;
	margin-bottom: 25px;
}
#If-blog-inn .single-articl .blog-article-box article .entry-header img {
	min-width: 40px;
	min-height: 40px;
	max-width: 40px;
	max-height: 40px;
	display: inline-block;
}
#If-blog-inn .single-articl .blog-article-box article .entry-header .author img {
	display: inline-block;
}
#If-blog-inn .single-articl .blog-article-box article .entry-header .date-article {
	text-align: right;
	color: #3d3d4a;
	font-weight: bold;
	float: right;
	display: inline-block;
	margin-top: 32px;
}
#If-blog-inn .single-articl .blog-article-box article .entry-header .byline {
	display: inline-block;
	margin-left: 20px;
}
#If-blog-inn .single-articl .blog-article-box article .entry-header a {
	color: #3d3d4a;
	margin-left: 0;
	display: inline-block;
	font-weight: bold;
}
#Itf-home .slide {
}
#Itf-home .slide .item {
	height: 80vh;
}
#Itf-home .carousel-caption {
	top: 35%;
}
#Itf-home .carousel-control.left {
	background-image: none;
	top: auto;
	bottom: 100px;
	left: 48%;
}
#Itf-home .carousel-control.right {
	background-image: none;
	top: auto;
	bottom: 100px;
	right: 30%;
}
#Itf-home .slide .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#If-blog-inn {
	padding: 80px 0;
	background: #f9f9f9;
}
.blog-slider-in .slide .item h2 {
	color: #fff;
	font-weight: 300;
	font-size: 5vw;
	text-transform: uppercase;
	display: block;
	padding: 15px 0;
	text-align: right;
}
.blog-slider-in .slide .item h2 span {
	color: #fc8f2f;
	font-weight: bold;
}
.blog-slider-in .slide .item p {
	font-size: 12px;
	;
	color: #fff;
	line-height: 1.6;
	text-align: right;
	margin-top: 15px;
}
.blog-slider-in .slide .item a {
	display: inline-block;
	padding: 10px 20px;
	margin-top: 15px;
	background: #fc8f2f;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	float: right;
	text-shadow: none;
}
#If-blog-inn h3 {
	display: inline-block;
	font-size: 30px;
	color: #000;
	border-bottom: 1px #000 solid;
	padding-bottom: 50px;
	margin-bottom: 60px;
}
#If-blog-inn article {
	margin: 40px 0;
	background: #fff;
	padding: 40px 0;
	box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.5);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.5);
}
#If-blog-inn article:hover {
	box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.5);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.5);
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#If-blog-inn .arti-cont {
	text-align: left;
	padding: 0px;
	padding-left: 15px;
}
#If-blog-inn .bt-mre {
	color: #fff;
	background: #fc8f2f;
	font-size: 14px;
	padding: 12px 34px;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: 300;
	display: block;
	width: 100%;
	box-shadow: none;
	text-shadow: none;
	border: none;
	margin-top: 10px;
}
#If-blog-inn .bt-mre:hover {
	background: #FF6600;
	color: #fff;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#If-blog-inn .arti-cont h4 {
	font-size: 22px;
	font-weight: bold;
	color: #fc8f2f;
	margin: 0;
	margin-top: 15px;
	font-family: 'Roboto', sans-serif;
}
#If-blog-inn .arti-cont p {
	color: #000;
	font-size: 14px;
	font-weight: 300;
	margin-top: 30px;
	line-height: 1.5;
	text-align: justify;
}
#If-blog-inn .usr-dtal {
	text-align: left;
}
#If-blog-inn .usr-dtal > div {
	padding-top: 3px;
}
#If-blog-inn .usr-dtal .dtal-usr-nm {
	display: inline-block;
	margin-left: 15px;
	font-weight: 700;
	color: #000;
}
#If-blog-inn .usr-dtal .shre-cmnt .fa-comments {
	color: #21af96;
}
#If-blog-inn .usr-dtal .shre-cmnt .fa-heart {
	color: #f9593a;
}
#If-blog-inn .usr-dtal .shre-cmnt .fa {
	border-radius: 50%;
	margin-left: 10px;
}
#If-blog-inn .usr-dtal .shre-cmnt .fa-facebook {
	background: #4dbbfa;
	padding: 8px 12px;
	color: #fff;
}
#If-blog-inn .usr-dtal .shre-cmnt .fa-twitter {
	background: #54dce8;
	padding: 8px 10px;
	color: #fff;
}
#If-blog-inn .usr-dtal .shre-cmnt .fa-instagram {
	background: #906839;
	padding: 8px 10px;
	color: #fff;
}
#If-blog-inn .usr-dtal .shre-cmnt i {
	margin-right: 10px;
	font-size: 16px;
	margin-top: 21px;
}
#If-blog-inn .usr-dtal .shre-cmnt i span {
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
#If-blog-inn .usr-dtal .shre-cmnt {
	text-align: left;
	padding-left: 0;
}
.arti-img {
	padding: 0;
	overflow: hidden;
}
#If-blog-inn article .arti-img img {
	max-height: 407px;
	min-height: 407px;
	overflow: hidden;
	object-fit: cover;
	min-width: 360px;
	width: 100%;
}
.arti-cont .entry-header {
	margin-top: 20px;
}
.arti-cont .entry-header .cat-links, .tag-links {
	display: none;
}
.arti-cont .entry-header .byline {
	float: left;
	margin-right: 15px;
}
.arti-cont .entry-header .byline img {
	margin-right: 15px;
}
.arti-cont .entry-header .posted-on {
	display: inline-block;
	margin-top: 10px;
}
.arti-cont .entry-header .posted-on a {
	color: #666;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
}
.arti-cont .entry-header .author a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
#If-blog-inn .arti-cont .entry-header .byline {
	display: block;
	position: absolute;
	margin-left: -154px;
	margin-top: -47px;
}
#If-blog-inn .arti-cont .entry-header .vcard img {
	display: block;
	border: 2px #fff solid;
}
#If-blog-inn .arti-cont .entry-header .vcard a {
	display: block;
	color: #fff;
}
#If-blog-inn .arti-cont .entry-header h4 {
	display: block;
}
#If-blog-inn .full-arti .entry-header .byline {
	display: block;
	position: absolute;
	margin-left: 0;
	margin-top: -55%;
}
/*comments*/

.artic-commts a h5 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.comment-frm h5 {
	font-size: 14px;
	font-weight: 700;
	color: #000;
}
.artic-commts .comm-hd:hover {
	cursor: pointer;
}
.comment-lst ul li p .tim-dur {
	font-size: 12px;
	font-weight: 300;
	color: #959595;
	text-align: right;
	display: block;
}
/*Pagination*/

.pagination {
	margin-right: 50px;
	margin-top: 50px;
}
.pagination .page-item a {
	border: 1px #CCCCCC solid;
	border-radius: 18px;
	background-color: #f9f9f9;
	color: #ccc;
	margin: 0 5px;
}
.pagination .page-item a:hover {
	background-color: #ffd553;
	border: 1px #ffd553 solid;
	color: #fff;
	transition: all ease-in-out 500ms;
	-moz-transition: all ease-in-out 500ms;
	-webkit-transition: all ease-in-out 500ms;
}
.pagination .page-item .activeinn {
	border: 1px #fc8f2f solid;
	color: #fc8f2f;
}
#If-single-inn {
	padding: 40px 0 80px;
	background: #fff;
}
/*single articl*/
.single-articl {
	padding: 25px;
	background: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.single-articl img {
	float: left;
	margin-right: 30px;
}
.single-articl .entry-header span {
	display: block;
	margin: 10px 0;
}
.single-articl .entry-header span .author img {
	float: none;
}
.single-articl .entry-header span .author a {
	display: block;
	margin-top: 10px;
	margin-left: -20px;
}
.single-articl .entry-header .posted-on {
	opacity: 0.7;
}
.single-articl .entry-header .posted-on a {
	color: #999;
}
.single-articl p {
	font-size: 14px;
	line-height: 1.6;
	color: #6e6e6e;
	text-align: justify;
}
.single-articl .wp-caption-text {
	font-size: 12px;
	color: #00d3f3;
	text-align: center;
	margin-top: 15px;
	line-height: 1.6;
	font-style: italic;
}
.single-articl figure {
	margin: 20px 0;
}
.single-articl figure img {
	margin: 15px 0;
	max-height: 400px;
	width: 100%;
	object-fit: cover;
}
.single-articl .entry-header .entry-header {
	color: #fc8f2f;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: bold;
}
.single-articl blockquote {
	background: #00d3f3;
	padding: 30px;
	border-left: none;
	margin-top: 20px;
}
.single-articl blockquote p {
	font-size: 16px;
	color: #fff !important;
	font-weight: 700;
}
/*comments*/

#comments .comments-title {
	font-size: 20px;
}
#comments {
	margin-top: 30px;
	border-top: 1px #999999 solid;
	padding-top: 25px;
}
#comments .comment-reply-title {
	font-size: 22px;
	margin-top: 30px;
}
#comments ol {
	list-style: none;
}
#comments ol li {
	border-left: 1px #ccc solid;
	padding: 15px;
	word-wrap: break-word;
}
#comments ol li .comment-metadata {
	float: right;
}
#comments ol li ol {
	margin-left: 20px;
	border-top: 1px #ccc solid;
}
#comments ol li ol li {
	border-left: 0px #ccc solid;
}
#comments .comment-body {
	padding: 40px;
}
#respond textarea {
	width: 100%;
	border: 1px #CCCCCC solid;
}
#respond input {
	width: 100%;
	border: 1px #ccc solid;
	padding: 15px;
}
#respond input[type=submit] {
	background: #00d3f3;
	color: #fff;
	border: none;
	padding: 18px;
}
#respond input[type=submit]:hover {
	background: #fe7575;
	color: #fff;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
/*aside*/

aside {
	padding-bottom: 50px;
	border-left: 1px #eee solid;
}
aside section {
	padding: 0;
}
aside.clients img {
	margin: 50px auto
}
aside .widget_search {
	margin-bottom: 18px;
	margin-top: 27px;
}
aside .usrcptn {
	margin-top: -200px !important;
	padding: 23px;
	color: #fff !important;
	position: absolute;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 15px;
}
aside .abth {
	color: #fff;
	background: #3a3d48;
	display: block;
	padding: 15px;
	text-align: center;
}
.widget-title {
	font-size: 16px;
	font-weight: 300;
	color: #00d3f3;
	background: none;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	margin: 48px 0 20px;
	text-align: center;
	border: 1px #00d3f3 dashed;
	border-radius: 15px;
	padding: 8px;
}
.me {
	border-bottom-color: #d35400;
}
.n-lt-s {
}
.n-lt-s input[type='email'] {
	width: 100%;
	border: none;
	box-shadow: none;
	background: #ededed;
	border-radius: 0px;
}
.n-lt-s button {
	width: 100%;
	background: #d35400;
	color: #fff;
	border: none;
}
.n-lt-s label {
	font-size: 12px;
	font-weight: 300;
	color: #7f8c8d;
	text-transform: uppercase;
}
.tagcloud a {
	border: 1px #00d3f3 solid;
	border-radius: 0;
	background: #00d3f3;
	color: #fff;
	margin-left: 10px;
	border-radius: 15px;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
}
.tagcloud a:hover {
	webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	border: 1px #666 solid;
	background: #000;
	border-radius: 0;
	color: #fff;
}
.recent-po li img {
	float: left;
	width: 100%;
	max-height: 168px;
	object-fit: cover;
}
.recent-po li img:hover {
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.recent-po li a {
	display: block;
	margin-left: 0px;
}
aside .widget_search {
	margin-bottom: 18px;
	margin-top: 27px;
}
.thumb {
	display: block;
	width: 100%;
	margin: 0;
}
/* Style to article Author */
.by-author {
	font-style: italic;
	line-height: 1.3;
	color: #aab6aa;
}
/* Main Article [Module]
-------------------------------------
* Featured Article Thumbnail
* have a image and a text title.
*/
.featured-article {
	width: 482px;
	height: 350px;
	position: relative;
	margin-bottom: 1em;
}
.featured-article .block-title {
	/* Position & Box Model */
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	/* background */
	background: rgba(0,0,0,0.7);
	/* Width/Height */
	padding: .5em;
	width: 100%;
	/* Text color */
	color: #fff;
}
.featured-article .block-title p {
	margin: 0;
	color: #193f5d;
	font-size: 14px;
}
.widget .Cate .list-group-item {
	padding: 14px 0;
	color: #969dad;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	border: none;
	border-bottom: 0px #dcdde1 solid;
	margin-bottom: 1px;
}
.widget .Cate .list-group-item a {
	color: #000;
}
#recentcomments li {
	padding: 14px 0;
	color: #969dad;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	border: none;
	border-bottom: 0px #dcdde1 solid;
	margin-bottom: 1px;
	list-style: none;
}
#recentcomments li a {
	color: #000;
}
#recentcomments li a:hover {
	color: #00d3f3;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
#recentcomments li {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	text-transform: none;
}
#recentcomments li span {
	font-weight: 300;
	font-size: 14px;
}
.widget .Cate .list-group-item a:hover {
	color: #fc8f2f;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
.widget .Cate .list-group-item a:hover .badge {
	background-color: #ed6262;
	color: #fff;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
.widget .Cate .list-group-item a .badge {
	color: #999;
	background-color: #e8e9ed;
}
.recent-po ul li .media-body p {
	color: #193f5d;
	font-size: 14px;
}
.recent-po ul li .media-body p a {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	margin-left: 0px;
	margin-top: 15px;
}
.recent-po ul li .media-body p .by-author {
}
.recent-po ul li .media-body p a:hover {
	color: #fc8f2f;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
.widget_archive ul {
}
.widget_archive ul li {
	padding: 8px 0;
	color: #969dad;
	font-size: 14px;
	text-transform: none;
	font-weight: 300;
	border: none;
	border-bottom: 0px #dcdde1 solid;
	margin-bottom: 1px;
	list-style: none;
}
.widget_archive ul li a {
	color: #000;
}
.widget_archive li a:hover {
	color: #00d3f3;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
.widget_social {
	height: 140px;
}
.widget_tag_cloud .tagcloud a {
	margin-top: 5px;
}
.widget_meta ul {
	list-style: none;
}
.widget_meta li {
	padding: 8px 0;
}
.widget_meta li a {
	color: #193f5d;
	font-size: 14px;
	list-style: none;
	font-weight: 600;
}
.widget_meta li a:hover {
	color: #fc8f2f;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
.widget_meta li:hover:before {
	color: #ec6262;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
.widget_meta li:before {
	content: "-";
	padding: 0 10px 0 0;
	font-weight: bold;
	color: #bbbbbb;
}
.soci li i {
	/*background: #666;*/
	text-align: center;
	padding: 8px;
	font-size: 20px;
	/*border-radius: 50%;*/
	color: #000;
}
.soci .list-group-item {
	border: none;
	color: #000;
	display: inline-block;
}
.widget_social {
	height: 140px;
}
.widget_tag_cloud .tagcloud a {
	margin-top: 5px;
}
.widget_meta ul {
	list-style: none;
	padding-left: 0;
}
.widget_meta li {
	padding: 8px 0;
}
.widget_meta li a {
	color: #000;
	font-size: 14px;
	list-style: none;
	font-weight: 600;
}
.widget_meta li a:hover {
	color: #00d3f3;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
.widget_meta li:hover:before {
	color: #ec6262;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
.widget_meta li:before {
	content: "-";
	padding: 0 10px 0 0;
	font-weight: bold;
	color: #bbbbbb;
}
. usrdt {
 margin-top: -90px;
}
.usrdt p {
	margin: 0;
}
.usrdt .blg-dtl {
	display: block;
	margin-top: -30px;
	margin-bottom: 15px;
	text-align: center;
}
.usrdt .blg-dtl img {
	width: 180px;
	height: 180px;
	border: 10px #fff solid;
	margin-left: 145px;
}
.usrdt .blg-dtl .lg-nm {
	color: #000;
	font-size: 12px;
	font-weight: 300;
}
.usrdt .blg-dtl .blg-desig {
	color: #acacac;
	font-size: 12px;
	font-weight: 300;
}
.usrdt .blg-cnt {
	color: #acacac;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.usrdt .blg-an {
	display: block;
	padding: 15px;
	text-align: center;
	background: #3a3d48;
	color: #fff;
	margin-top: 40px;
}
.usrdt .blg-an:hover {
	background: #6ad8d5;
	transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
}
.usrdt .sc li a {
	font-size: 12px;
	color: #fff;
}
.usrdt .sc li a .fa-facebook {
	background: #2685dd;
	padding: 4px 6px;
	border-radius: 10px;
}
.usrdt .sc li a .fa-twitter {
	background: #06c0fd;
	padding: 4px 5px;
	border-radius: 10px;
}
.usrdt .sc li a .fa-instagram {
	background: #9c7e5f;
	padding: 4px 6px;
	border-radius: 10px;
}
/* Footer */
.footer-bottom {
	background: #434344;
	color: #bdc3c7;
	padding: 94px 0 41px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.footer-bottom .foot {
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 50px;
}
.footer-bottom .fnav {
	vertical-align: middle;
	letter-spacing: 1px;
	padding: 40px 0;
}
.footer-bottom ul {
	margin-bottom: 50px;
}
.footer-bottom ul li {
	display: inline-block;
	margin-right: 0px;
}
.footer-bottom p {
	font-size: 12px;
	margin-top: 10px;
}
.footer-bottom address i.fa {
	color: #fff;
	border: 0px solid #8c8c8c;
	font-size: 20px;
}
.footer-bottom i.fa {
	height: 25px;
	width: 25px;
	background: #a3a3a3;
	font-size: 14px;
	padding: 5px 7px;
	margin-top: 15px;
	border-radius: 50%;
	color: #434344;
	transition: all 0.5s;
}
.footer-bottom i.fa-facebook {
	padding: 6px 9px;
}
.footer-bottom i.fa:hover {
	background: #FCAC45;
	border-color: #FCAC45;
	color: #ffffff;
}
.footer-bottom p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
	color: #909090;
}
.footer-bottom address {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #909090;
	font-size: 12px;
	margin-top: px;
	text-transform: none;
	line-height: 1.6;
}
.footer-bottom hr {
	border-top: 1px solid #565657;
}
.footer-bottom address a {
	color: #bdc3c7;
}
footer address a:hover {
	color: #fff;
}
/*newlatter footer*/
	
.footer-bottom .info {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #bdc3c7;
	font-size: 11px;
	letter-spacing: 0;
	text-align: center;
}
.footer-bottom h4 {
	font-size: 14px;
	font-weight: bold;
	color: #bcbcbc;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
}
.footer-bottom form input:focus {
	border: 1px #00d3f3 solid;
	transition: all ease-in-out 400ms;
	-moz-transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
	box-shadow: none;
}
.footer-bottom form {
}
.footer-bottom form input {
	background: none;
	color: #999;
	border: none;
	border-radius: 10px;
	border: 1px #636466 solid;
	padding: 20px 10px;
}
.footer-bottom form .btn {
	background: #00d3f3;
	border: none;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
	display: inline-block;
	width: inherit;
	float: right;
	transition: all ease-in-out 400ms;
	-moz-transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
	padding: 10px 10px;
	margin-top: -58px;
	position: relative;
}
.footer-bottom form .btn i.fa {
	color: #fff;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin-top: 5px;
	width: inherit;
	height: inherit;
}
.footer-bottom form .btn:hover {
	background: #51cffe;
	color: #fff;
	transition: all ease-in-out 400ms;
	-moz-transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
}
.copyright {
	text-align: right;
}
.payment-icon li {
	display: inline-block;
}

/*edited */
.synved-social-resolution-single{
    display: none;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #dddddd;
	border-radius: 3px;
	color: rgba(0, 0, 0, .8);
	font-size: 14px;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #00d3f3;
	color:#fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 12px;
    padding: 7px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* My styles */
/* Video */
.video-section .pattern-overlay {
background-color: rgba(71, 71, 71, 0.59);
padding: 110px 0 32px;
min-height: 496px; 
/* Incase of overlay problems just increase the min-height*/
}
.video-section h1, .video-section h3{
text-align:center;
color:#fff;
}
.video-section h1{
font-size:110px;
font-family: 'Buenard', serif;
font-weight:bold;
text-transform: uppercase;
margin: 40px auto 0px;
text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
-moz-text-shadow: 1px 1px 1px #000;
}
.video-section h3{
font-size: 25px;
font-weight:lighter;
margin: 0px auto 15px;
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}
