
html, body, div, span, hr, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
input, select, textarea{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	vertical-align:middle
}
a:focus {
	outline: none;
}
:focus {
	outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
.clearfix:before, .clearfix:after, .container:before, .container:after {
	display: table;
	content: " ";
}
[hidden] {
	display: none;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
.page-loader {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: #fff;
}
.loader-in {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
}
.status {
    position: relative;
    z-index: 0;
    width: 60px;
    height: 60px;
}
.status span {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border: 6px solid #d9d9d9;
    border-radius: 50%;
}

.status .spin {
    z-index: 1;
    border-color: #262626;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        opacity: 0.4;
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 0.4;
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.center{
	text-align:center
}
.bold{
	font-weight:bold
}
.tbl{
	width:50%;
	margin:40px auto
}
.link-img{
	position: relative;
	display:block
}
.large-head{
	margin-top:20px;
	font-size:55px;
	font-weight:900;
	text-transform:uppercase;
	margin-bottom:20px
}
.links{
	display:table;
	margin:auto;
	text-align:center;
}
.links .link a{
	display:block;
	text-align:center;
	margin-bottom:80px;
	background: none;
	position:relative
}
.links .link img{
	position:relative;
	/*margin-bottom:-5px*/
}
.links .link:hover img{
	opacity:0.5
}
.links .link a span{
	display:table;
	color:#555;
	font-size: 15px;
	margin:0 auto;
	/*padding:0 30px;*/
	position:absolute;
	height:30px;
	line-height:30px;
	/*bottom:-40px;*/
	left:5%;
	width:90%;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;

}
.links .link a:hover span{
	background:#bd3715;
	color:#fff
}
.links .demo-option a
{
	background: #333;
	padding: 7px;
	color: #fff;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	border-radius: 5px;
	text-decoration: none;
}
.links .demo-option-dark a
{
	background: #0990CF;
	padding: 7px;
	color: #fff;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	border-radius: 5px;
	text-decoration: none;
}
.links .demo-option a:hover
{
	background: #0990CF;
	text-decoration: none;
}
.links .demo-option a:focus
{
	text-decoration: none;
}
.links .demo-option-dark a:hover
{
	background: #333;
	text-decoration: none;
}
.links .demo-option-dark a:focus
{
	text-decoration: none;
}
.intro{
	height:100%;
	background:#333 url(../../img/client/intro_bg.jpg);
}
.light{
	background:#f4f4f4
}
.dark{
	background:#333
}
.dark .links .link a span{
	color:#fff
}
.logo{
	width:252px;
	height:156px;
	z-index:9999;
	display:table;
	margin:auto
;
	padding-top: 17%;
}
.top-btns{
	z-index:9999;
	margin-top:40px;
	width:100%
}
.top-btns .nav{
	display:table !important;
	margin:auto
}
.nav li{
    /*margin: 10px 0 0;*/
}
.top-btns .btn{
	border-radius:5px
}
.menu{
	border-bottom: 3px #E6E6E6 solid;
	overflow:hidden;
	z-index:1;
	display:none;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.menu .nav{
	margin:auto;
	display:table
}
.sticky{
	background:#fff;
	position:fixed;
	left:0;
	top:60px;
	width:100%;
}
.sticky .nav li{
	float:left
}
.wit-bg{
	background:#fff;
	color:#0990CF !important;
}
#demos,#benifits,#features{
	background:#fff;
	position:relative
}
.features-ipad
{
	display: none;
}
.menu li a{
	background:#fff;
	color:#0990CF;
	border-radius: 0;
}
.menu li.current a {
	background:#0990CF;
	color:#fff;
	border-radius: 0;
}
.padd-top-120{
	padding-top:120px;
	overflow:hidden
}
.padd-top-140{
	padding-top:140px;
	overflow:hidden
}
.padd-top-55{
	padding-top:55px;
	overflow:hidden
}
.block-head {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 15px;
	border-bottom: 1px #e2e2e2 solid;
	font-weight:bold;
	text-transform:capitalize;
	font-size:25px;
	color:#999 !important
}
.block-head:before{
	position: absolute;
	bottom: -3px;
	left: 20px;
	width: 60px;
	height: 5px;
	content: "";
	display:inline-block;
}
.block-head:after{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 200px;
	height: 1px;
	content: "";
	display:inline-block;
}
.block-head.center{
    margin-left:auto;
    margin-right:auto;
    display:table;
    padding-right:120px;
    padding-left:120px
}
.block-head.center:before{
	left: 50%;
    margin-left:-30px
}
.block-head.center:after{
	left: 50%;
	margin-left: -100px;
}
.rad{
	border-radius:5px;
	font-size:22px
}


.sale:before{
	border-color: transparent #e7512f transparent transparent;
}

.nav-3 .top-nav > ul > li.hasChildren > a:after {
	border-color: transparent transparent #e7512f transparent;
}
.head-style3 .login-btn .tri{
	border-color: #e7512f transparent transparent transparent;
}
.alter-border {
	border: 1px #e1e1e1 solid !important;
	color: #777;
}
.nav-3 .top-nav > ul > li.current > a, .nav-3 .top-nav > ul > li > a:hover, .nav-3 .top-nav > ul > li > a:hover, .nav-3 .top-nav > ul > li.selected > a {
	border-top-color: #e7512f;
}
.item-box:hover .item-title {
	border-top: 1px #e7512f solid;
}
.tabs-pane {
	border-top: 2px #e7512f solid;
}
blockquote {
	background: #f9f9f9;
	border-left: 2px #e7512f solid;
}
.level-out .tr {
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
	border-left: 6px solid #e7512f;
	border-bottom: 6px solid #e7512f;
}
.service-box-1:hover h3, .clients > div a:hover,.sticky {
	border-bottom-color: #0990CF !important;
}
.icon-middle, .product-img li a.active img {
	border: 2px #e7512f solid;
}
.title-3 {
	background-color: #41a1b7;
}
.tri-col, .icon-cont:after {
	border-color: #e7512f transparent transparent transparent;
}
.head-style3 .top-bar {
	border-top: 5px #e7512f solid;
}
.steps li.selected span:after {
	border-left: 16px solid #e7512f;
}
.item-title {
	border-top: 1px #777 solid;
}
.product-specs a.btn.selected {
	border: 1px #777 solid !important;
}
header.top-head .logo a, .foot-logo {
	background: transparent url('images/logo-2.png') no-repeat 50% 50%;
}
.head-style2 .top-head .logo a, .head-style3 .logo a {
	background: transparent url('../../img/logo-white.png') no-repeat 50% 0 !important;
}
.head-style2 .logo a, .head-style3 .logo a {
	background-position: 50% 50% !important;
}
.accordion li.active h3 u,.accordion li.active h3 a {
	border-color: #e7512f;
}
.post-image a .mask {
	background: rgba(232,82,74,0.5);
}
.pricing-table.selected,.cart-popup {
	border-color: #e7512f;
}
.list-grid a.selected:after {
	border-color: #e7512f transparent transparent transparent;
}
.continue-btn .btn.right:after {
	border-left: 15px solid #e7512f;
}
.continue-btn .btn.right:hover:after {
	border-left: 15px solid #c13715;
}
.continue-btn .btn.left:after {
	border-right: 15px solid #777;
}
.continue-btn .btn.left:hover:after {
	border-right: 15px solid #666;
}
.accordion-horizontal li.active > h3 i.fa, .item-box:hover .item-title a, .breadcrumbs .line-separate {
	color: #fff;
}
.top-nav li li {
	border-bottom: 1px #d03d17 solid;
}
.top-nav li li a:hover, .top-nav li li.selected > a, .top-nav li li.current > a, .responsive-nav ul li a:hover, .top-nav > ul > li:hover:after, .top-nav > ul > li.current:after {
	background: #c13715 !important;
	color: #fff;
}
.wit-bg:hover{
	background-color:#666 !important;
	color:#fff !important;
}


.service-box-3 {
	margin-bottom: 30px;
	text-align: center;
}
.service-box-3 .box-head {
	clear: both;
	margin-bottom: 15px;
}
.service-box-3 h3 {
	position: relative;
	overflow: hidden;
	height: 26px;
	font-weight: bold;
	font-size:19px
}
.service-box-3:hover h3 {
	color: #4e4e4e;
}
.service-box-3 h3 span {
	position: relative;
	display: inline-block;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.service-box-3 h3 span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.service-box-3 p.mediumFont {
	overflow: hidden;
	max-height: 110px;
}
.service-box-3 .icon {
	display: table;
	margin: 0 auto 25px;
	width: 150px;
	height: 150px;
	border: 1px #DADADA solid;
	border-radius: 50%;
	background-color: #DADADA;
	box-shadow: inset 0 0 0 3px #fff;
	color: #777;
	text-align: center;
	font-size: 50px;
	line-height: 150px;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.service-box-3:hover span, .service-box-3:focus span {
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.service-box-3 .r-more {
	position: relative;
	display: table;
	margin: 15px auto 0;
	padding: 8px 15px;
	background: #eee;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.service-box-3 .r-more:after {
	display: inline-block;
	margin-left: 8px;
	content: "+";
	font-size: 14px;
}

#benifits{
	background:transparent url('../images/bg1.jpg')
}

.footer{
	background: #E5E5E5;
    margin: 0 0 0;
    padding: 25px 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.5em;
}
.footer-bottom {
	background: #3d3d3d;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
}
#contact-more h6 {
    margin-bottom: .33em;
    margin-top: 0;
    color: #333333;
    font-size: 1.125em;
    font-weight: 700;
}
#contact-more address {
	font-size: 14px;
	color: #666666;
}
#contact-more address a {
	color: #666666;
}
#contact-more a:hover {
    color: #818e98 !important;
}
#contact-more .flag_img {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
#contact-more address {
    margin-bottom: 0;
}

.contact-bottom {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    height: 100px;
    text-align: center;
}
.contact-bottom .site-info p.site-info-text {
    color: #999999;
    font-size: 14px;
    text-align: center;
    text-transform: initial;
    margin: 0;
    line-height: 20px;
}
.contact-bottom .site-info p.site-info-text span {
    display: block;
}
.fullwidth-section {
position: relative;
padding-top: 80px;
padding-bottom: 20px;
background-size: 100% auto;
background-position: center center;
background-attachment: fixed;
background-repeat: repeat;
background-size: 100% auto;
}
.padd-top-35{
	padding-top:35px
}
.list
{
	border-right: 1px solid #E8E8E8;
}
.list.last
{
	border-right: none;
}
.list li{
	padding:13px 0;
	font-size: 15px;
	color: #555;
	border-bottom:1px #f4f4f4 solid;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.list li:hover i{
	background:#0990CF
}
.list li:hover{
	color:#0990CF
}
.list li i{
	margin-right: 12px;
	color: #fff;
	padding: 8px;
	background: #ccc;
	border-radius: 50%;
	font-size: 11px;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;

}
.list li li{
	margin-left:40px;
	font-weight:lighter;
	font-size:13px;
	padding:3px 0;
	border-bottom:0
}
#fowd{
	display:none !important
}



/********************************/

.footer i {
font-size: 16px;
color: #FFF;
margin-right: 3px;
margin-left: 3px;
border: 2px solid #FFF;
border-radius: 25px;
padding: 5px;
cursor: pointer;
-webkit-transition: all .25s;
-ms-transition: all .25s;
-moz-transition: all .25s;
-o-transition: all .25s;
}
.footer-bottom a, .footer-bottom a:link, .footer-bottom a:visited, .footer a, .footer a:link, .footer a:visited {
color: #DDD;
}
.footer-bottom a:active,.footer-bottom a:hover,.footer a:active,.footer a:hover {
color:#FFF;
text-decoration: none;
}
.scrollup {
width:30px;
height:30px;
border-radius:15px;
opacity:.3;
position:fixed;
bottom:20px;
right:25px;
color:#FFF;
cursor:pointer;
background-color:#000;
z-index:10;
transition:opacity .5s, background-color .5s;
-moz-transition:opacity .5s, background-color .5s;
/* Firefox 4 */
-webkit-transition:opacity .5s, background-color .5s;
}

.scrollup:hover {
background-color:#0990CF;
opacity:1;
}

.scrollup i {
font-size:13px;
position:absolute;
opacity:1;
color:#FFF;
left:50%;
top:50%;
margin-top:-7px;
margin-left:-6px;
text-decoration:none;
}

/* ================================= */
/* ========== 21. ISOTOPE FILTERING SCRIPT ========== */
/* ================================= */
.img-thumb {
position: relative;
width: 100%;
overflow: hidden;
background-repeat: no-repeat;
background-size: 100% auto;
background-position: center center;
border-top-right-radius: 2px;
border-top-left-radius: 2px;
}

.img-thumb:hover .img-thumb-hover {
opacity: 1;
width: 100%;
background-color: rgba(0,0,0,.4);
}
.img-thumb-hover {
position: absolute;
border-radius: 0;
width: 0;
left: 0;
height: 100%;
z-index: 1;
opacity: 0;
-webkit-transition: all .35s;
-moz-transition: all .35s;
-o-transition: all .35s;
transition: all .35s;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
}
.img-thumb-hover i {
position: absolute;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
color: #FFF;
font-size: 18px;
line-height: 0;
text-align: center;
padding-top: 18px;
border: 2px solid #FFF;
border-radius: 50px;
-webkit-transition: all .35s;
-moz-transition: all .35s;
-o-transition: all .35s;
transition: all .35s;
}
.img-thumb img.filler {
opacity: 0;
max-height: 220px;
width: 100%;
}
img.responsive {
max-width: 100%;
display: block;
height: auto;
}
.blog-wrapper {
position: relative;
background-color: #F5F5F5;
padding: 25px;
padding-bottom: 20px;
margin-bottom: 20px;
color: #555555;
border-bottom: solid 1px rgba(0,0,0,.1);
border-right: solid 1px rgba(0,0,0,.1);
border-left: solid 1px rgba(0,0,0,.1);
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.clear
{
	clear: both;
}
.blog-wrapper h4 {
font-weight: 700;
text-align: center;
margin-top: 0;
}
.blog-wrapper p
{
	text-align: center;
	margin-bottom: 0px;
	margin-top: 10px;
}
#isotope {
width:100%;
margin-top:0;
z-index: 0;
}

.isotope-item {
z-index:2;
}

.isotope-hidden.isotope-item {
pointer-events:none;
z-index:1;
}

.isotope,.isotope .isotope-item {
-webkit-transition-duration:.5s;
-moz-transition-duration:.5s;
-ms-transition-duration:.5s;
-o-transition-duration:.5s;
transition-duration:.5s;
}

.isotope {
-webkit-transition-property:height, width;
-moz-transition-property:height, width;
-ms-transition-property:height, width;
-o-transition-property:height, width;
transition-property:height, width;
}

.isotope .isotope-item {
-webkit-transition-property:0 opacity;
-moz-transition-property:0 opacity;
-ms-transition-property:0 opacity;
-o-transition-property:0 opacity;
transition-property:transform, opacity;
}

#isotope-filter {
list-style:none;
position:relative;
float:left;
/*margin-top:-60px;*/
width: 100%;
}
#isotope-filter button
{
	display: none;
}
#isotope-filter ul {
display:block;
/*visibility:hidden;*/
/*opacity:0;*/
/*height:0;*/
/*overflow:hidden;*/
transition-property:opacity;
transition-duration:.25s;
transition-delay:.25s;
/* Safari */
-webkit-transition-property:opacity;
-webkit-transition-duration:.25s;
-webkit-transition-delay:.25s;
}

#isotope-filter .dropdown-menu {
padding:0;
margin:0;
list-style:none outside none;
text-transform:none;
background-color:rgba(0,0,0,0);
color:#777;
border:0 none;
border-radius:0;
box-shadow:none;
background-clip:padding-box;
z-index: 10;
}

#isotope-filter:hover ul {
opacity:1;
visibility:visible;
height:auto;
border-radius:2px;
}

#isotope-filter li a {
background-color:#0990CF;
color:#FFF;
border:0;
outline:0;
/*padding-top:8px;
padding-bottom:8px;*/
font-size:15px;
font-weight:700;
float: left;
margin: 0 27px 50px 0;
padding: 10px;
border-radius: 5px;
}

#isotope-filter li a:hover,#isotope-filter li a:focus {
background-color:#454545;
border-radius: 5px;
text-decoration: none;
/*outline:0;*/
}
#isotope-filter li a.is-checked {
color: white;
background-color:#454545;
}
#isotope-filter li:last-child a
{
	margin-right: 0px;
}
#isotope-filter li:last-child a:hover,#isotope-filter li:last-child a:focus {
border-radius: 5px;
}

#isotope-filter li:first-child a:hover,#isotope-filter li:first-child a:focus {
border-radius: 5px;
}

#isotope .col-sm-3,#isotope .col-md-3,#isotope-masonry .col-sm-3,#isotope-masonry .col-md-3,#isotope-gallery .col-sm-3,#isotope-gallery .col-md-3 {
width:24.9%;
}

#isotope .col-sm-4,#isotope .col-md-4,#isotope-masonry .col-sm-4,#isotope-masonry .col-md-4,#isotope-gallery .col-sm-4,#isotope-gallery .col-md-4 {
width:33.3%;
}

@media (max-width: 991px) {
#isotope .col-sm-3,#isotope .col-md-3 {
width:100%;
}

#isotope .col-sm-4,#isotope .col-md-4 {
width:100%;
}
}