/*
 Theme Name:   Piecia Child Theme
 Template:       piecia
Theme URI: http://themeforest.net/user/peelone
Author: PeElOne
Author URI: http://themeforest.net/user/peelone
Tags: gray,white,two-columns,light,responsive-layout,custom-background,custom-header,sticky-post,theme-options
Description: Piecia is not an ordinary template available on themeforest. It’s tailored landing page which perfect suit for many industries. In our package we have included many variants to get the best result for our clients. You wont find revolution slider, many scripts etc. It’s simple and lightweight template but have strong sections important to landing pages.
Version: 1.0
License: Proprietary
License URI: http://themeforest.net
Text Domain:  piecia-child

*/


 
/* =Theme customization starts here
------------------------------------------------------- */

body {
	padding-top: 136px;
}

.nopadding {
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #283555;
}
.clear {
	clear: both;
}
.btn.btn-blue {
    background: #283555;
}

.contact-row:before, .contact-row:after {
	content: '';
	display: block;
	clear: both;
}

#header {
    height: 136px;
}

#top-header {
    background-color: #283555;
    color: #ffffff;
}
#menu-main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu-main-menu li {
    display: inline-block;
    padding: 8px 10px;
}
#menu-main-menu a {
    font-size: 14px;
    color: #fff;
    font-family: sans-serif;
    text-transform: uppercase;
}
#menu-main-menu li:hover, #menu-main-menu li.active {
    background-color: #DFE9E9;
}
#menu-main-menu li:hover a, #menu-main-menu li.active a {
    color: #204A60;
}
#menu-main-menu li ul.sub-menu {
    display: none;
    position: absolute;
}

button.submenu-toggle {
    padding: 0;
    font-size: 12px;
    background: transparent;
    border: 0;
    color: #dfe9e9;
}

.menuToggle {
    font-size: 16px;
    padding: 10px;
    display: none;
    cursor: pointer;
    text-align: right;
    width: 100%;
}

#header .logo {
    margin-top: 0;
    padding: 18px 0;
}

#header .logo a img {
    max-width: 220px;
}

.call-wrapper {
	float: right;
	padding: 10px 0;
}
span.phone-number {
    color: #000000;
}
span.call-now {
    padding: 6px 10px;
}

.circle-wrapper {
	position: relative;
	float: right;
	margin: 10px 0 10px 20px;
}

.prec{
    top: 22px;
    position: relative;
    font-size: 16px;
}

.circle{
    position: relative;
    top: 9px;
    left: 9px;
    text-align: center;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background-color: #ffffff;
}

.active-border{
    position: relative;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 100%;

    background-color:#fff;
    background-image:
        linear-gradient(95deg, transparent 50%, #fcd3a4 50%),
        linear-gradient(85deg, #fcd3a4 50%, transparent 50%);
    
}

section .preamble h3 {
    margin-bottom: 15px;
}

.preamble {
    margin-bottom: 40px;
}
p.lead {
    font-size: 19px;
}

#security-solutions {
    position: relative;
    padding: 40px 0;
    background: #f5f5f5;
}
#industries, #featured2, #contact {
    position: relative;
    padding: 40px 0 80px;
    background: #f5f5f5;
}
#featured, #featured2 {
    position: relative;
    padding: 80px 0 120px;
}
#four-step-alert {
    position: relative;
    padding: 80px 0;
}
#featured .preamble, #featured2 .preamble {
    margin-bottom: 60px;
}

#security-solutions .solution {
    text-align: center;
}

#security-solutions .solution-box-wrapper {
    max-width: 360px;
    margin: 0 auto 5px;
}

#security-solutions .solution-box {
    background-size:cover;
    width: 100%;
    padding-top: 67%;
}
#security-solutions .solution h4 {
    margin: 0;
    color: #f6f6f6;
    /* border: 2px solid #a9a9a9; */
    /* display: inline-block; */
    padding: 10px 0;
    background: #283555;
}

#solution-detail-wrapper {
    position: relative;
    padding: 30px 0 80px;
}

.solution-detail ul {
	padding:0;
	list-style: none;
}
.solution-detail li {
    font-size: 17px;
    line-height: 1.8em;
}
.solution-detail li:before, #featured li:before, #featured2 li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    display: inline-block;
    margin-left: -20px;
    line-height: 2.2em;
    color: #f69322;
}
.solution-detail p {
    font-size: 15px;
    line-height: 1.6em;
    text-align: justify;
}
p.descrip-text {
    font-size: 15px;
    line-height: 1.6em;
    text-align: justify;
    margin-bottom: 25px;
}
p.subd-text {
    font-size: 16px;
    line-height: 1.6em;
    text-align: center;
}

.industries-image {
	position: absolute;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}
.industries-image.active {
	visibility: visible;
	opacity: 1;
	position: relative;
}
.industries-image .industries-big-content {
    position: absolute;
    bottom: 0;
    padding: 0 20px 20px;
    background: rgba(0,0,0,0.6);
    width: 92%;
    margin: 0 4%;
}
.industries-image .industries-big-content p {
    color: #ffffff;
}
.industries-image .industries-big-content h3 {
    padding: 5px;
    border: 2px solid;
    display: inline-block;
    color: #fff;
}
.industries-column {
    position: relative;
    width: 50%;
    float: left;
    color: #fff;
	text-align: left;
	padding:10px 15px;
    cursor: pointer;
}

.industries-column span.for {
    margin-top: 10px;
    display: inline-block;
}

.industries-column h3 {
    margin-top: 10px;
}
.industries-column h3, .industries-column p {
	color: #fff;
}
.industries-row:nth-child(2n-1) .industries-column:nth-child(2n-1), .industries-row:nth-child(2n) .industries-column:nth-child(2n) {
	background-color: #264a60;
}
.industries-row:nth-child(2n-1) .industries-column:nth-child(2n), .industries-row:nth-child(2n) .industries-column:nth-child(2n-1) {
	background-color: #325c80;
}
.industries-column:hover, .industries-column.active {
    color: #204A60;
    background-color: #DFE9E9!important;
}
.industries-column:hover h3, .industries-column:hover p, .industries-column.active h3, .industries-column.active p {
    color: #204A60;
}

#featured ul, #featured2 ul {
    list-style: none;
    padding-left: 40px;
}
#featured li, #featured2 li {
    color: #777;
    font-size: 17px;
    line-height: 1.8em;
}


#four-step-alert .preamble:nth-child(1) {
    margin-bottom: 30px;
}
#four-step-alert .icon {
    text-align: center;
}
#four-step-alert .icon-image {
    font-size: 40px;
    padding: 0;
    display: inline-block;
    border: 12px solid #283555;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    padding-top: 5px;
    margin: 10px auto 30px;
    overflow: hidden;
}
/*
#four-step-alert .step-2 .icon-image {
    padding-top: 5px;
}
*/
#four-step-alert .icon-image img {
    max-width: 90%;
}
#four-step-alert .blue-banner-subhead {
    height: 70px; 
    min-height: 70px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #283555;
    margin: 20px 0 30px;
}
#four-step-alert .blue-banner-desc {
    height: 120px;
    min-height: 120px;
}

#contact > .container > .row {
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.contact-row {
	background-color: #ffffff;
}
.contact-row:nth-child(2) {
    border-bottom: 1px solid #eee;
}
.contact-row:nth-child(2) > .col-md-6:nth-child(1) {
    border-right: 1px solid #eee;
}
.contact-content-wrapper {
	padding: 20px;
}

#contact h5 {
	color: #428bca;
	display: inline-block;
}
#contact a.mail {
	color: #777;
	display: inline-block;
	margin: 10px 0;
}

#contact p.big-text {
    font-size: 54px;
    color: #283555;
    font-weight: bold;
    line-height: 1.6em;
}
#contact p.desc
{
    font-size: 17px;
    line-height: 1.6em;
    margin-top: 20px;
}
#contact .contact-testi-image.infinite {
	height: 80px;
	width: auto;
	margin: 15px 0;
}
#contact .contact-testi-image.ocus {
    height: 70px;
    width: auto;
    margin: 18px 0 22px;
}
.contact-image {
	background-size: cover;
	padding-top: 50%;
}

#footer {
    position: relative;
    padding: 10px 0;
    text-align: center;
    background: #283555;
}
#footer .social {
    margin-bottom: 0;
}
#footer .social li a {
    color: #fefefe;
}
#footer p {
    color: #f6f6f6;
}


@media (max-width:992px)
{
    .solution-detail ul {
	padding-left: 40px;
    }
}
@media (max-width:768px)
{
    body {
	padding-top: 0;
    }
    h3 {
	font-size: 20px !important;
    }
    #contact p.big-text {
	font-size: 34px;
    }
    #header {
	height: auto;
	text-align: center;
	position: relative;
    }
    .menu-main-menu-container {
	display: none;
    }
    .menuToggle {
	display: block;
    }
    #header .navigation {
	float: none;
    }
    #menu-main-menu li {
	display: block;
	text-align: left;
    }
    #four-step-alert .blue-banner-subhead {
	font-size: 16px;
	height: auto;
	min-height: 0;
	margin: 10px 0;
    }
    #four-step-alert .blue-banner-desc {
	height: auto;
	min-height: 0;
	margin: 0 0 10px;
    }
}
@media (max-width:560px)
{
    h3 {
	font-size: 18px !important;
    }
    h4 {
	font-size: 14px;
    }
    p.lead {
	font-size: 16px;
	line-height: 1.4em;
    }
    #header .logo {
	padding: 2px 0;
    }
    #header .logo a img {
	max-width: 160px;
    }
    .call-now {
	display: none;
    }
    .call-wrapper h4 {
	display: inline-block;
    }
    .circle-wrapper {
	margin: 0 0 0 10px;
    }
    .prec{
	top: 10px;
	font-size: 12px;
    }
    .circle{
	top: 6px;
	left: 6px;
	width: 38px;
	height: 38px;
    }

    .active-border{
	width: 50px;
	height: 50px;    
    }


    #header .logo {
	float: none;
    }
}
@media (max-width: 400px)
{
    .industries-column {
	width: 92%;
	float: none;
	margin: 0 auto;
    }
    .industries-row:nth-child(2n-1) .industries-column:nth-child(2n-1), .industries-row:nth-child(2n) .industries-column:nth-child(2n-1) {
	background-color: #264a60;
    }
    .industries-row:nth-child(2n-1) .industries-column:nth-child(2n), .industries-row:nth-child(2n) .industries-column:nth-child(2n) {
	background-color: #325c80;
    }
}
@media (max-height:768px)
{
    #security-solutions {
        padding: 15px 0;
    }
    #industries, #featured2, #contact {
        padding: 15px 0 80px;
    }
    #featured, #featured2 {
        padding: 30px 0 120px;
    }
    #four-step-alert {
        padding: 30px 0 80px;
    }
    
    .preamble {
	margin-bottom: 15px;
    }
    #featured .preamble, #featured2 .preamble {
	margin-bottom: 20px;
    }
    section .preamble h3 {
	margin-bottom: 5px;
    }
    #four-step-alert .preamble:nth-child(1) {
	margin-bottom: 15px;
    }
    #four-step-alert .icon-image {
	margin-bottom: 10px;
    }

}