/* Theme Name: DQMetal
   Author:Danial Quinn
   Author e-mail: dqsdeveloper@gmail.com
   Version: 1.0.0
   Created:November 2016
*/

/* TABLE OF CONTENTS
	1) Reset
	2) Help classes
	3) Parallax
	4) Pre-loader
	5) Navigation
	6) Home
	7) About-us
	8) Fun-facts
	9) Portfolio
	10) inner (Info)
	11) Team / Skills
	12) Services
	13) Testimonials
	14) Partners
	15) Contact
	16) Footer
	17) Back-to-top
	18) Responsive
*/



/* 1 Reset
----------------------------------------------------------------------------- */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #535353;
}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
iframe {
    border: none;
    width:100%;
}
a {
    color: inherit;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
a:hover,a:focus,a:active {
    text-decoration: none;
    color: #dec18c;
}
p {
    color: #737373;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p {
    font-family: 'Roboto', sans-serif;
}
textarea {
    max-width: 100%;
    resize: none;
}
hr {
	margin: 10px 0px;
}
address {
	margin-bottom: 0px;
}
.btn {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
}
.btn:focus,.btn:active {
    outline: none;
    color: #ffffff;
}
.btn-custom{
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
}
.btn-custom:hover,.btn-custom:focus{
    color: #fff;
}
.btn-custom-outline {
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
	background-color: transparent;
	border-color: #ffffff;
}
.btn-custom-outline:hover,.btn-custom-outline:focus{
	color: #ffffff;
	background-color: rgba(255,255,255,.5);
}
.btn-bar a{
	margin-right: 10px;
}
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 3px;
	height: 38px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
/* 2 Helper classes
----------------------------------------------------------------------------- */
.margin-t-md {
	margin-top: 30px;
}
.margin-b-md {
	margin-bottom: 30px;
}
.title {
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}
.slog {
	font-size: 16px;
	max-width: 420px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.bg-dark {
	background: #f4f4f4;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.navbar-center {
	display: block;
    float: none;
    text-align: center;
}
.navbar-center li{
	float: none;
    display: inline-block;
}
.tempo-header-mask {
    background: rgba(60,65,80,0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.edge-bottom {
    position: absolute;
    bottom: -60px;
    left: 0;
    height: 95px;
    width: 100%;
    margin-left: -1px;
    transform: rotate(2deg);
    background: #fff;
}
.edge-top {
    position: absolute;
    top: -60px;
    left: 0;
    height: 95px;
    width: 100%;
    margin-left: 2px;
    transform: rotate(2deg);
    background: #fff;
}
/* 3 Parallax
----------------------------------------------------------------------------- */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}


/* 5 Topbar / Navigation
----------------------------------------------------------------------------- */
/* -- Topbar -- */
.header-top {
    list-style: none;
    padding: 15px;
    background-color: #f5f5f5;
	color: #767676;
	font-size: 16px;
	font-weight: 500;
}
.header-top .socials {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top .socials li{
	margin-right: 10px;
}

/* -- Brand -- */
.site-branding {
    padding: 40px 0;
    text-align: center;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
}
.site-branding img {
    max-width: 250px;
}


.sticky-wrapper {
    height: 0 !important;
    position: relative;
    top: 0px;
}
.sticky-wrapper.is-sticky .navbar-custom, .sticky.active {
    background-color: rgba(48, 54, 60, 0.95);
    border: none;
}
.sticky-wrapper.is-sticky .navbar-custom .navbar-brand img {
    max-width: 65px;
    padding-top: 3px;
    transition: all .3s;
}
/* -- Navbar -- */
.navbar-custom {
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    position: absolute;
    z-index: 1000;
    border: none;
    height: 40px;
}
.navbar-custom li a:hover, .navbar-custom li a:focus {
	color: #61aade !important;
}
.navbar-custom .navbar-brand {
    top: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    height: initial;
}
.navbar-custom .navbar-brand img {
    max-width: 125px;
    padding-top: 5px;
    transition: all .3s;
}
.navbar-custom .navbar-brand:hover {
	color: #888;
}
.navbar-custom .nav {
	padding: 0;
}
.navbar-custom .navbar-nav>li>a {
    color: #ddd;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.1s;
    font-family: 'Roboto', sans-serif;
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus {
	background-color: transparent;
}
.navbar-custom .container {
	position: relative;
}
.navbar-phones {
    float: right;
    display: inline-block;
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0px;
    color: #ddd;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.1s;
    font-family: 'Roboto', sans-serif;
}
.navbar-phones img {
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.navbar-nav>li>.dropdown-menu {
    background: #2f363c;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    padding: 20px 0;
    margin-top: 10px;
    border-radius: 4px;
    left: -10px;
    min-width: 260px;
}
.navbar-nav .dropdown-menu li {
    width: 100%;
}
.dropdown-menu>li>a {
    color: #dcddde;
    font-size: 15px;
    transition: all 0.1s;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
    width: 80%;
}
.dropdown-menu>li>i {
    width: 10%;
    display: inline-block;
    line-height: 10px;
    position: relative;
    font-size: 9px;
    color: #dcddde;
    padding-left: 5px;
    margin-left: 5px;
}
.navbar-nav .dropdown ul:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: -10px;
    z-index: 200;
    width: 0;
    left: 50%;
    margin-left: -10px;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #2f363c transparent;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #f39c12;
    transition: all 0.1s;
	background: transparent;
}
/* 6 Home
----------------------------------------------------------------------------- */
.carousel-section {
    background: url(img/head4.jpg);
    background-size: cover;
    min-height: 800px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.head-info {
    position: relative;
    z-index: 2;
}
.head-info h1 b {
	font-weight: 600;
}
.carousel-section .buttoncar {
    padding: 10px 20px;
    border: 2px solid #1a98f3;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-right: 10px;
    background: #1a98f3;
    border-radius: 3px;
}
.carousel-section .buttoncar.bt2 {
	background: transparent;
}
.carousel-section h1 {
    margin-top: 7%;
    color: #fff;
    font-weight: 300;
    font-size: 55px;
    font-family: 'Raleway';
    text-transform: uppercase;
}
.carousel-section h1 span {
    color: #1a98f3;
    font-weight: 500;
}
.carousel-section h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    margin-top: 5px;
    font-family: 'Raleway';
}
.carousel-section h3 {
	font-size: 20px;
    color: #e6e6e6;
    margin-top: 15px;
    font-weight: 400;
    margin-bottom: 50px;
    font-family: 'Raleway';
}
.stats {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.stats h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
    font-family: 'Raleway';
    margin-bottom: 15px;
}
.stats span {
    font-size: 18px;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 200;
}
.carousel-section .buttons {
    margin-top: 25px;
}
/* 7 About-us|feature
----------------------------------------------------------------------------- */
#features {
    padding: 0;
    background: #e7f0f3;
}
#features .info-block {
    padding: 50px 0 100px;
}
#features .info-block h2 {
	font-size: 35px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 36px;
    color: #2e566e;
    font-family: 'Raleway';
}
#features .info-block h2:after {
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 48px;
    height: 4px;
    background: #09a0f7;
}
#features .info-block p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
    padding: 0 10%;
    font-family: 'Raleway';
}

/* 8 Pros
----------------------------------------------------------------------------- */
#pros {
	background: #e5eaed;
}
#pros .main-heading {
	font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 36px;
    color: #2e566e;
}
#pros .main-heading small {
    display: block;
    color: #8d9ba4;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    margin-top: 5px;
}
#pros .main-heading:after {
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 48px;
    height: 4px;
    background: #09a0f7;
}
.services {
	text-align: center;
}
.service {
	width: 33.33%;
	float: left;
	color: #5a6466;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	padding: 0 60px;
	padding-top: 45px;
	border-right: 1px solid #ddd;
	margin-top: 32px;
}
.service:last-of-type {
	border-right: none;
}
.service .icon {
    display: inline-block;
    font-size: 40px;
    color: #2e566e;
    position: relative;
    margin-bottom: 18px;
}
.service .sub-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 51px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    top: -45px;
    right: -45px;
}
.service.yellow .sub-icon {
	background: #f7c709;
}
.service.orange .sub-icon {
	background: #f79b09;
}
.service.green .sub-icon {
	background: #64c12b;
}
.service .line {
	display: block;
	width: 48px;
	height: 4px;
	margin: 0 auto;
}
.service.yellow .line {
	background: #f7c709;
}
.service.orange .line {
	background: #f79b09;
}
.service.green .line {
	background: #64c12b;
}
.service h5 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 16px;
    font-family: 'Raleway';
}
@media all and (max-width: 768px) {
	.service {
		width: 100%;
		float: none;
		border-right: none;
	}
}





/* 8 Services
----------------------------------------------------------------------------- */

#services {
    position: relative;
    padding: 50px 0 0;
    background: #e7f0f3;
}
#services h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 80px;
    color: #2e566e;
}
#services h2 small {
    display: block;
    color: #8d9ba4;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    margin-top: 5px;
}
#services h2:after {
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 48px;
    height: 4px;
    background: #09a0f7;
}
#services .auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
#services .tabs-box{
	position:relative;
}

#services .tabs-box .tab-buttons{
	position:relative;	
}

#services .tabs-box .tab-content{
	position:relative;	
}

#services .tabs-box .tab-content .tab{
	position:relative;
	display:none;	
}

#services .tabs-box .tab-content .active{
	display:block;	
}

#services .tabs-outer {
    position: relative;
    padding: 45px;
    height: 570px;
    overflow: hidden;
}

#services .tabs-outer .circular-layer{
	position:relative;
	display:block;
	width:100%;
	height:1150px;
	border:1px solid #e0e0e0;
	border-radius:50%;	
}

#services .tabs-outer .service-tabs{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:540px;	
}

#services .tabs-outer .service-tabs .tab-buttons {
    position: static;
    border: none;
}
#services .tabs-outer .service-tabs .tab-btn {
    position: absolute;
    list-style: none;
    width: 134px;
    height: 130px;
    background: #ffffff;
    cursor: pointer;
    color: #555555;
    border: 10px solid #e7f0f3;
    border-radius: 50%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 1;
}

#services .tabs-outer .service-tabs .tab-btn .icon-box {
    position: relative;
    display: block;
    padding: 30px;
    height: 114px;
    width: 114px;
    text-align: center;
    font-size: 40px;
    line-height: 54px;
    background: #f7f7f7;
    border-radius: 50%;
}

#services .tabs-outer .service-tabs .tab-btn:hover,
#services .tabs-outer .service-tabs .tab-btn.active{
	color:#f44122;	
}

#services .tabs-outer .service-tabs .tab-btn:nth-child(1){
	left:10px;
	bottom:20px;
}

#services .tabs-outer .service-tabs .tab-btn:nth-child(2){
	left:130px;
	bottom:250px;
}

#services .tabs-outer .service-tabs .tab-btn:nth-child(3){
	left:350px;
	bottom:410px;
}

#services .tabs-outer .service-tabs .tab-btn:nth-child(4){
	right:350px;
	bottom:410px;
}

#services .tabs-outer .service-tabs .tab-btn:nth-child(5){
	right:130px;
	bottom:250px;
}

#services .tabs-outer .service-tabs .tab-btn:nth-child(6){
	right:10px;
	bottom:20px;
}

#services .tabs-outer .service-tabs .tab-content{
	position:absolute;
	left:0px;
	bottom:-50px;
	width:100%;
	height:290px;	
}

#services .tabs-outer .service-tabs .tab{
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	width:100%;	
}

#services .tabs-outer .service-tabs .tab-pane .content-box {
    position: relative;
    width: 570px;
    height: 580px;
    padding: 30px 40px 0;
    margin: 0 auto;
    background: #f7f7f7;
    border-radius: 50%;
    text-align: center;
}

#services .tabs-outer .service-tabs .tab-pane .content-box .icon-box {
    position: relative;
    font-size: 42px;
    line-height: 1em;
    margin-bottom: 15px;
    color: #09a0f7;
}

#services .tabs-outer .service-tabs .tab-pane .content-box h3 {
    position: relative;
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #222222;
    font-family: 'Raleway',sans-serif;
    font-weight: 500;
}

#services .tabs-outer .service-tabs .tab-pane .content-box .text {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    max-height: 85px;
    margin-bottom: 10px;
    overflow: hidden;
}
#services .tabs-outer .service-tabs .tab-pane .content-box .text.no-link {
    max-height: 110px;
}
#services .tabs-outer .service-tabs .tab-pane .content-box a {
    margin-top: 5px;
    display: block;
    color: #34a1e0;
    text-decoration: underline;
}


/* 8 brands
----------------------------------------------------------------------------- */
#brands {
    background: #e5eaed;
}
#brands h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 80px;
    color: #2e566e;
}
#brands h2 small {
    display: block;
    color: #8d9ba4;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    margin-top: 5px;
}
#brands h2:after {
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 48px;
    height: 4px;
    background: #09a0f7;
}
.brand-items img {
    filter: grayscale(100);
    max-width: 50%;
	display: initial !important;
}
.brand-items .img-box:hover img {
    filter: grayscale(0);
}
.brand-items .img-box {
	text-align: center;
}

/* 8 Fun-facts
----------------------------------------------------------------------------- */
#portfolio {
    padding: 0;
    padding-top: 60px;
    overflow: hidden;
    background: #f7f7f7;
}
#portfolio .show-image:hover, #portfolio .show-image:focus {
	color: initial !important;
}
#portfolio .title-section h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
    color: #2e566e;
}
#portfolio .title-section h2 small {
    display: block;
    color: #8d9ba4;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    margin-top: 5px;
}
#portfolio .title-section h2:after {
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    width: 48px;
    height: 4px;
    background: #09a0f7;
}
#portfolio .title-section {
	margin-bottom: 36px
}
#portfolio .portfolio-box .portfolio-item {
	width: 25%;
	position: relative
}
#portfolio .portfolio-box .portfolio-item .tempo-header-mask {
    background: rgba(60,65,80,0.2);
}
#portfolio .portfolio-box .portfolio-item img {
	width: 100%;
	height: auto
}
#portfolio .portfolio-box .portfolio-item .hover-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, .9);
	text-align: center;
	opacity: 0;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}
#portfolio .portfolio-box .portfolio-item .hover-box .inner-hover {
	z-index: 2;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -20px
}
#portfolio .portfolio-box .portfolio-item .hover-box .inner-hover h3 {
    font-size: 21px;
    margin-bottom: 0;
    font-family: 'Raleway';
    font-weight: 300;
    color: #fff;
}
#portfolio .portfolio-box .portfolio-item .hover-box .inner-hover h3 a {
	color: #fff
}
#portfolio .portfolio-box .portfolio-item .hover-box .inner-hover h3 a:hover {
	color: #ff7761
}
#portfolio .portfolio-box .portfolio-item .hover-box .inner-hover span {
	margin-bottom: 0
}
#portfolio .portfolio-box .portfolio-item .hover-box:after {
	content: "";
	position: absolute;
	top: 21px;
	left: 21px;
	bottom: 21px;
	right: 21px;
	border: 2px solid #ff7761
}
#portfolio .portfolio-box .portfolio-item:hover .hover-box {
	opacity: 1
}
ul.filter {
    text-align: center;
    margin-bottom: 25px;
}
ul.filter li {
	display: inline-block;
	padding: 0 0 0 20px;
	margin-bottom: 20px
}
ul.filter li a {
    color: #8d9ba4;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Raleway';
    border-bottom: 2px solid transparent;
}
ul.filter li a.active, ul.filter li a:hover {
    color: #f44122;
}
ul.filter li:after {
	content: "|";
	color: #999;
	font-size: 8px;
	font-family: Merriweather, serif;
	margin-left: 20px
}
ul.filter li:last-child:after {
	display: none;
	margin-left: 0
}
ul.filter li:first-child {
	margin-left: 0
}
a.zoom, button.mfp-arrow, button.mfp-close {
	outline: none
}


/* 9 Mainpage-contact
----------------------------------------------------------------------------- */
#contact {
    background: #f7f7f7;
}
#contact h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 80px;
    color: #2e566e;
}
#contact h2 small {
    display: block;
    color: #8d9ba4;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    margin-top: 5px;
}
#contact h2:after {
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 48px;
    height: 4px;
    background: #09a0f7;
}
#contact input, #contact textarea {
    display: block;
    width: 100%;
    height: 52px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
    background-color: #ffffff;
    background-image: none;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: none;
    margin-bottom: 18px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    padding: 20px;
    font-family: 'Raleway';
}
#contact textarea {
	height: auto;
}
#contact input:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#contact input[type=submit] {
    width: auto;
    margin-bottom: 0;
    font-weight: 700;
    margin: 0 auto;
    width: 35%;
    line-height: 1;
    color: #fff;
    height: 40px;
    padding: 10px;
    border-radius: 4px;
    background-color: #e63946;
    text-transform: uppercase;
}

/* 14 Inner Page
----------------------------------------------------------------------------- */
.catpage .navbar-custom {
	box-shadow: none;
}
.cat-content {
    background: #fff;
    margin: 50px 0;
    border-radius: 5px;
    padding: 0;
    margin-top: 85px;
}
.post-content {
    padding: 40px 0;
}
.entry-content {
    padding: 0 30px;
}
.catpage{
	background:#f8f8f8;
}
.cat-content img {
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cat-content li{
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 25px;
}
.cat-content h1 {
    margin: 20px;
}
.cat-content p {
    font-size: 16px;
    margin: 0 0 20px;
    font-weight: 400;
    padding: 0 20px;
    line-height: 25px;
    font-family: 'Raleway';
}
.attachment-page-inner {
	display: block;
    height: auto;
    width: 100%;
}
.in-page-head {
	margin-bottom: 50px;
    background: #63c6ae;
    padding: 20px;
    color: #fff;
}
.cat-content h1, .cat-content h2, .cat-content h3, .cat-content h4, .cat-content h5, .cat-content h6 {
    padding-bottom: 15px;
    text-transform: none;
    font-weight: 500;
    color: #5d5c5c;
    font-family: 'Raleway';
}
.cat-content ul {
    list-style-type: disc
}
.cat-content ul,
.cat-content ol {
    margin: 0 0 20px 30px
}
.cat-content ul a,
.cat-content ol a {
    color: #777
}
.cat-content ul a:hover,
.cat-content ol a:hover {
    text-decoration: none;
    color: #63C6AE
}
.cat-content ol {
    list-style-type: decimal
}
.cat-content ol ol {
    list-style: upper-alpha
}
.cat-content ol ol ol {
    list-style: lower-roman
}
.cat-content ol ol ol ol {
    list-style: lower-alpha
}
.cat-content ul ul,
.cat-content ol ol,
.cat-content ul ol,
.cat-content ol ul {
    margin-bottom: 0
}
.cat-content strong {
    font-weight: 600;
}
.cat-content blockquote {
    font-style: italic;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    padding: 30px 30px 15px 26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-left: 4px solid #63c6ae;
}
.cat-content img.alignleft, .cat-content img.alignright, .cat-content img.aligncenter {
    margin-top: 20px;
    margin-bottom: 20px;
}
.cat-content .alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}
.cat-content .alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}
.cat-content .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.cat-content .wp-caption {
    margin-bottom: 20px;
    max-width: 100%;
}
.cat-content .wp-caption .wp-caption-text {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.cat-content table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 20px;
    width: 100%;
}
.cat-content th {
    border-width: 0 1px 1px 0;
    padding: 8px;
    text-transform: uppercase;
    color: #333;
    font-size: 17px;
    line-height: 24px;
}
.cat-content pre {
    background-color: #f1f1f1;
    margin-bottom: 20px;
    overflow: auto;
    padding: 30px;
}


/* 15 Contact Page
----------------------------------------------------------------------------- */
#feedback-top-info .template-layout li {
	list-style: none;
}
#feedback-top-info .template-layout h5 {
    margin-left: 90px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Raleway';
    color: #222222;
    line-height: 32px;
    text-transform: uppercase;
}
#feedback-top-info .template-layout span {
    float: left;
    color: #199CDB;
    padding: 0px;
    font-size: 48px;
}
#feedback-top-info .template-layout p {
    margin-left: 90px;
    text-align: left;
    color: #777;
    line-height: 25px;
    font-size: 16px;
    font-weight: 200;
}
.map {
	margin-top: 50px;
}
.feedback .navbar-custom .navbar-brand img {
    max-width: 125px;
    padding-top: 5px;
    transition: all .3s;
}
/* 16 Footer
----------------------------------------------------------------------------- */
.footer {
    background: #fff;
    padding-top: 25px;
}
.footer p {
    margin-bottom: 0px;
    padding: 20px 0px;
    color: #d4d4d4;
    font-family: 'Roboto', serif;
    font-weight: 100;
}
.footer span {
	color: #f1f1f1;
}
.footer h3 {
	font-size: 35px;
    font-weight: 300;
    color: #c5b89f;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 30px;
	font-family: 'Bad Script', cursive;
}
.footer ul {
	display: inline-block;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
.footer ul>li {
    display: inline-block;
    margin: 0 10px;
}
.footer hr {
	margin-top: 20px;
}
.footheight {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

/* 18 Responsive
----------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.navbar-custom .navbar-brand img {
		max-width: 65px;
		padding-top: 5px;
		transition: all .3s;
	}
	.navbar-phones {
		right: initial;
		text-align: center;
		width: 96%;
	}
	.navbar-custom {
		background-color: #262835;
		height: 57px;
	}
	.navbar-collapse {
		background: #333;
	}
	.navbar-custom .navbar-brand {
		color: #ffffff;
		margin-top: 5px;
		height: auto;
		padding-left: 10px;
		width: initial;
	}
	.navbar-nav .open .dropdown-menu {
		padding: 5px 0;
	}
	.brand-items img {
		max-width: 100%;
		padding: 0 20px;
	}
	ul.filter li:after {
		display: none;
	}
	ul.filter {
		padding: 0;
	}
	ul.filter li {
		padding: 0 10px;
	}
	#portfolio .portfolio-box .portfolio-item:hover .hover-box {
		opacity: 0;
	}
	.stats h3 {
		font-size: 40px !important;
	}
	#services {
		display: none;
	}
	#features .info-block p {
		font-size: 18px;
		padding: 0 15px;
	}
	.carousel-section h1 {
		font-size: 35px;
	}
	.carousel-section h2 {
		font-size: 21px;
	}
	.carousel-section h3 {
		font-size: 15px;
	}
	.dropdown-menu>li>a {
		width: 100%;
		padding: 5px 0 !important;
		margin: 0;
		text-align: center;
	}
	.dropdown-menu>li>i {
		display: none;
	}
	.navbar-custom .navbar-toggle {
		margin-top: 15px;
		z-index: 999999;
	}
	.navbar-center li {
		float: none;
		display: inline-block;
		width: 100%;
	}
	.intro-title,.intermediate-container .heading h2{
		font-size: 30px;
	}
	.features-box .col-sm-4{
		text-align: center !important;
	}
	.advanced-about .col-sm-6:first-of-type,.skill{
		margin-bottom: 30px;
	}
	.facts {
		margin-bottom: 50px;
	}
}



.btn-custom{
	background-color: #1dc6df;
	border-color: #8BE6F4;
}
.btn-custom:hover,.btn-custom:focus{
    background-color: #07ADC5;
    border-color: #1dc6df;
}
.form-control:focus {
	border-color: #1dc6df;
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus,
.intro-title span,.testi-slide p,#ajaxsuccess,#contact i,#contact h4{
	color: #f1cf4e;
	transition: all 0.1s;
}
.item-img-overlay span{
    background: url(img/plus.png) no-repeat center center rgba(29, 198, 223, 0.7);
}
.work-desc{
    border-bottom: 2px solid rgba(29, 198, 223, 0.7);
}
.back-to-top {
    background: #1dc6df;
}