/*-------------------------------------------------
 =  Table of Css

 1.Isotope                              
 2.Header
    header 2
    header 3
    header 4
    header 5
    header 6                         
 3.General code                   
 4.content - home sections                              
 5.Portfolio pages                           
 6.Blog pages       
 8.Single post                               
 9.Contact page                            
 10.Home 6                            
 11.Shop Page                            
 12.Home 2                            
 13.About page                            
 14.Home 3
 15.Home 4           
 16.Home 5           
 17.Home 10           
 18.Single Project page         
 19.Footer
 20.nouislider style (used in priccing range)

-------------------------------------------------*/

/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    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 {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/


.navbar {
	margin-bottom: 0;
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: none !important;
    border-bottom: 1px solid #f6f7f7;
    border-radius: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

header.active .navbar {
    background: rgba(255,255,255,0.9);
}

.top-line {
    padding: 5px 0;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.top-menu {
    float: left;
    margin-top: 5px;
}

ul.top-menu li {
    display: inline-block;
    margin-right: 12px;
}

ul.top-menu li a {
    display: inline-block;
    color: #8e8e8e;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding-left: 15px;
    border-left: 1px solid #eeeeee;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.top-menu li a:hover {
    color: #000;
}

ul.top-menu li a i {
    color: #000;
    margin-right: 7px;
}

header.active .top-line {
    height: 0;
    padding: 0;
}

ul.social-icons {
    float: right;
}

ul.social-icons li {
    display: inline-block;
    margin-left: 10px;
}

ul.social-icons li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    border: 1px solid #eeeeee;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons li a i {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons li a:hover {
    background: #000;
    border: 1px solid #000;
}

ul.social-icons li a:hover i {
    color: #fff;
}

.navbar-brand {
    padding: 30px 15px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

header.active .navbar-brand {
    padding: 10px 15px 0;
}

.navbar-default .navbar-nav {
    margin: 0;
}

.navbar-default .navbar-nav > li {
    margin-left: 2px;
}

.navbar-default .navbar-nav > li.drop {
    position: relative;
}

.navbar-default .navbar-nav > li.drop > a:after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    color: #949494;
    font-size: 15px;
    right: 7px;
    top: 50%;
    margin-top: -10px;
    z-index: 3;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0px;
}

.navbar-default .navbar-nav > li > a {
    position: relative;
    color: #949494;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding: 44px 13px;
    text-transform: uppercase;
    z-index: 2;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.navbar-default .navbar-nav > li > a span {
    position: absolute;
    width: 100%;
    height: 10px;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.navbar-default .navbar-nav > li:hover > a span {
    height: 40px;
    top: 50%;
    margin-top: -20px;
    border: 1px solid #000;
}

header.active .navbar-default .navbar-nav > li > a {
    padding: 24px 13px;
}

header .navbar-default .navbar-nav > li.drop > a {
    padding-right: 26px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #000;
}

.navbar-default .navbar-nav > li > a.active {
    color: #000;
}

ul.drop-down {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    visibility: hidden\0/;
    opacity: 0;
    z-index: 3;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
}

.navbar-default .navbar-nav > li:hover > ul.drop-down {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      -o-transform: rotateX(0deg);
      transform: rotateX(0deg);
      -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
      -moz-transition: -moz-transform 0.4s, opacity 0.1s;
      -mos-transition: -mos-transform 0.4s, opacity 0.1s;
      -o-transition: -o-transform 0.4s, opacity 0.1s;
      transition: transform 0.4s, opacity 0.1s;
}

ul.drop-down li a {
    display: block;
    color: #646464;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    padding: 15px 18px;
    text-decoration: none;
    text-transform: capitalize;
    background: #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
    border-top: 1px solid #d5d5d5;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.drop-down li {
    position: relative;
}

 ul.drop-down.level3 {
    top: 0;
    left: 100%;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

ul.drop-down li:hover ul.drop-down.level3 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      transform: rotateY(0deg);
      -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
      -moz-transition: -moz-transform 0.4s, opacity 0.1s;
      -mos-transition: -mos-transform 0.4s, opacity 0.1s;
      -o-transition: -o-transform 0.4s, opacity 0.1s;
      transition: transform 0.4s, opacity 0.1s;
}

ul.drop-down li a:hover {
    background: #5e9dbb;
    color: #fff;
}

header.active .shop-top-line {
    height: 0;
    overflow: hidden;
    padding: 0;
}

.shop-top-line {
    background: #5e9dbb;
    overflow: hidden;
    padding: 8px 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.currency {
    float: left;
}

.currency li {
    display: inline-block;
}

.currency li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.currency li a i {
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.currency li a:hover {
    background: #fff;
}

.currency li a:hover i {
    color: #5e9dbb;
}

ul.shop-account-list {
    float: right;
}

ul.shop-account-list li {
    display: inline-block;
    margin-left: 20px;
}

ul.shop-account-list li:first-child {
    margin-left: 0px;
}

ul.shop-account-list li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.shop-account-list li a:hover {
    opacity: 0.6;
}

ul.shop-account-list li a i {
    color: #fff;
    font-size: 14px;
    margin-right: 8px;
}

.shop-navbar {
    margin-left: 24px;
    margin-top: 34px;
    margin-right: -15px;
}

header.active .shop-navbar {
    height: 0;
    overflow: hidden;
}

.shop-navbar li {
    display: inline-block;
    margin: 0;
}

.shop-navbar li a {
    display: inline-block;
    font-size: 14px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    padding: 0;
    background: none !important;
}

.shop-navbar li span {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #5e9dbb;
    text-align: center;
    margin-right: 8px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.shop-navbar li a:hover span {
    opacity: 0.7;
}

.shop-navbar li span i {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    -webkit-backface-visibility: hidden;
}

/* header2 */

header.header2 .navbar-default .navbar-nav > li > a span {
    width: 100%;
    height: 0px;
    border: none;
    z-index: -1;
}

header.header2 .navbar-default .navbar-nav > li:hover > a span,
header.header2 .navbar-default .navbar-nav > li > a.active span {
    width: 100%;
    height: 40px;
    margin-top: -20px;
    background: #5e9dbb;
}

header.header2 .navbar-default .navbar-nav > li:hover > a,
header.header2 .navbar-default .navbar-nav > li > a.active {
    color: #fff;
}

header.header2 .navbar-default .navbar-nav > li.drop:hover a:after,
header.header2 .navbar-default .navbar-nav > li.drop a.active:after {
    color: #fff;
}

/* header3 */

header.header3 .navbar-default .navbar-nav > li > a span {
    width: 100%;
    height: 0px;
    top: 0;
    margin-top: 0;
    border: none;
    z-index: -1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

header.header3 .navbar-default .navbar-nav > li:hover > a span,
header.header3 .navbar-default .navbar-nav > li > a.active span {
    height: 7px;
    background: #5e9dbb;
}

header.header3 .navbar-default .navbar-nav > li:hover > a,
header.header3 .navbar-default .navbar-nav > li > a.active {
    color: #5e9dbb;
}

header.header3 .navbar-default .navbar-nav > li.drop:hover a:after,
header.header3 .navbar-default .navbar-nav > li.drop a.active:after {
    color: #5e9dbb;
}

/* header4 */

header.header4 .navbar-default .navbar-nav > li > a span {
    width: 100%;
    height: 0px;
    border: none;
    z-index: -1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

header.header4 .navbar-default .navbar-nav > li:hover > a span,
header.header4 .navbar-default .navbar-nav > li > a.active span {
    height: 100%;
    background: #5e9dbb;
    margin-top: 0;
    top: 0;
}

header.header4 .navbar-default .navbar-nav > li:hover > a,
header.header4 .navbar-default .navbar-nav > li > a.active {
    color: #fff;
}

header.header4 .navbar-default .navbar-nav > li.drop:hover a:after,
header.header4 .navbar-default .navbar-nav > li.drop a.active:after {
    color: #fff;
}

/* header5 */

header.header5 .navbar-default .navbar-nav > li > a span {
    width: 100%;
    height: 0px;
    border: none;
    margin-top: 0;
    top: inherit;
    bottom: 0;
    z-index: -1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

header.header5 .navbar-default .navbar-nav > li:hover > a span,
header.header5 .navbar-default .navbar-nav > li > a.active span {
    height: 100%;
    background: #5e9dbb;
    height: 7px;
}

header.header5 .navbar-default .navbar-nav > li:hover > a,
header.header5 .navbar-default .navbar-nav > li > a.active {
    color: #5e9dbb;
}

header.header5 .navbar-default .navbar-nav > li.drop:hover a:after,
header.header5 .navbar-default .navbar-nav > li.drop a.active:after {
    color: #5e9dbb;
}

/* header6 */

header.header6 .navbar-default .navbar-nav > li:hover > a span,
header.header6 .navbar-default .navbar-nav > li > a.active span {
    border: 1px solid #5e9dbb;
    height: 40px;
    margin-top: -20px;
}

header.header6 .navbar-default .navbar-nav > li:hover > a,
header.header6 .navbar-default .navbar-nav > li > a.active {
    color: #5e9dbb;
}

header.header6 .navbar-default .navbar-nav > li.drop a:after {
    display: none;
}

header.header6 .navbar-default .navbar-nav > li.drop a {
    padding-right: 13px;
}

header.header6 .navbar-default .navbar-nav > li a i {
    color: #5e9dbb;
    font-size: 18px;
    margin-right: 8px;
}

/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

h1 {
	color: #000000;
	font-size: 30px;
	font-family: "Courier New", Courier, monospace;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	margin: 0;
}

h2 {
    color: #464646;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;    
}

h3 {
    color: #000000;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    margin-bottom: 22px;
}

h4 {
    color: #000000;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

h5 {
    color: #000000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

p {
    color: #9a9a9a;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 18px;
}

a.main-button {
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 12px 35px;
    background: #7ea4f5;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.main-button:hover {
    opacity: 0.8;
}

button {
    outline: none !important;
}

#container {
    padding-top: 150px;
    background: #fff;
}

#container.boxed {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.home-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('../upload/background.jpg');
}

/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/


#slider {
    background: #5e9dbb;
}

#slider.revolution-slider {
    background: none;
}

.tp-caption.large_text {
    color: #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    text-shadow: none;
}

.tp-caption.large_text span {
    font-weight: 700;
}

.tp-caption.big_white{
    color: #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
}

.tp-caption.modern_small_text_dark {
    color: #fff; 
    font-size: 14px; 
    line-height: 18px; 
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-align: center;  
}

.tp-caption.modern_medium_light {
    background: #5e9dbb;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    padding: 20px 40px;
    text-align: center;
    width: 263px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;    
}

.tp-caption.modern_medium_light i {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 14px;
}

.tp-leftarrow.default {
    z-index:100;
    cursor:pointer;
    position:relative;
    background: rgba(0,0,0,0.3);
    width:61px;
    height:61px;
}

.tp-rightarrow.default {
    z-index:100;
    cursor:pointer;
    position:relative;
    background: rgba(0,0,0,0.3);
    width:61px;
    height: 61px;
}

.tp-leftarrow.default:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    line-height: 61px;
    width: 100%;
    text-align: center;
    text-indent: 0 !important;
}

.tp-rightarrow.default:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    line-height: 61px;
    width: 100%;
    text-align: center;
    text-indent: 0 !important;
}

.flex-caption {
    background: #5e9dbb;
    margin: 20px 0;
    padding-left: 12px;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.flex-caption span {
    font-weight: 600;
}

.services-box1,
.recent-works {
    padding: 40px 0;
}

.services-box1 .services-post {
    padding: 40px 40px 32px;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

.services-box1 .services-post a {
    display: inline-block;
    width: 84px;
    height: 84px;
    border: 1px solid #000;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-box1 .services-post a i {
    display: inline-block;
    color: #000;
    font-size: 32px;
    line-height: 84px;
    -webkit-backface-visibility: hidden;
}

.services-box1 .services-post:hover a {
    background: #000;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.services-box1 .services-post:hover a i {
    color: #fff;
}

.title-section {
    text-align: center;
    margin-bottom: 25px;
    z-index: 2;
    position: relative;
}

.title-section h1 {
    line-height: 40px;
}

.title-section p {
	color: #787878;
	font-size: 17px;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}

.owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 !important;
    z-index: 9999;
    width: 100%;
    height: 0;
}

.owl-pagination {
    display: none;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    position: relative;
    zoom: 1;
    margin: 0px;
    font-size: 32px;
    border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: rgba(0,0,0,0.6);
    border: none;
    opacity: 1;
    padding: 0;
    width: 50px;
    height: 90px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.owl-theme .owl-controls {
    margin: 0;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    opacity: 0.4;
}

.owl-theme .owl-controls .owl-buttons div:before {
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 32px;
    color: #fff;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 90px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    float: left;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    float: right;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f104";
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
}

.owl-buttons {
    margin-top: -45px;
}

.project-post {
    position: relative;
}

.project-post img {
    width: 100%;
}

.hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5e9dbb;
    visibility: hidden\0/;
    opacity: 0\0/;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transform: rotateY(-90deg) scale(0.8);
    -moz-transform: rotateY(-90deg) scale(0.8);
    -ms-transform: rotateY(-90deg) scale(0.8);
    -o-transform: rotateY(-90deg) scale(0.8);
    transform: rotateY(-90deg) scale(0.8);
}

.project-post:hover .hover-box {
    visibility: visible;\0/;
    opacity: 1\0/;
    -webkit-transform: rotateY(0deg) scale(1);
    -moz-transform: rotateY(0deg) scale(1);
    -ms-transform: rotateY(0deg) scale(1);
    -o-transform: rotateY(0deg) scale(1);
    transform: rotateY(0deg) scale(1);
}

.inner-hover-box {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -63px;
    left: 0;
    width: 100%;
}

.inner-hover-box h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 28px;
}

.inner-hover-box p {
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 12px;
    line-height: 20px;
}

.inner-hover-box a {
    display: inline-block;
    width: 63px;
    height: 63px;
    border: 1px solid #fff;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.inner-hover-box a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.inner-hover-box a i {
    font-size: 18px;
    line-height: 63px;
    color: #fff;
}

.choose-tempcore {
    padding-top: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.image-sect {
    max-width: 100%;
    text-align: right;
}

.tempcore-features {
    margin-top: 15px;
}

.tempcore-features li {
    overflow: hidden;
    margin-bottom: 22px;
}

.tempcore-features li span {
    display: inline-block;
    float: left;
    width: 52px;
    height: 52px;
    background: #5e9dbb;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    margin-right: 20px;
}

.tempcore-features li span i {
    color: #fff;
    font-size: 22px;
    line-height: 52px;  
}

.tempcore-features li h4 {
    margin-top: 3px;
}

.tempcore-features li p {
    color: #787878;
    font-size: 15px;
    line-height: 22px;
    margin: 0; 
}

.tempcore-line {
    padding: 40px 0;
    background: #5e9dbb;
    position: relative;
}

.tempcore-line:after {
    position: absolute;
    content: '';
    width: 1170px;
    max-width: 100%;
    left: 50%;
    margin-left: -585px;
    top: 100%;
    z-index: 2;
    height: 53px;
    background: url('../images/shadow.png') center center no-repeat;
}

.tempcore-line p {
	margin-right: 160px;
	color: #fff;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 30px;
}

.tempcore-line p span {
    font-weight: 600;
}

.tempcore-line i {
    font-size: 38px;
    color: #fff;
    margin-right: 20px;
}

.tempcore-line a {
    display: inline-block;
    float: right;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    background: #393c40;
    width: 145px;
    height: 54px;
    line-height: 54px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


