/*
Theme Name: PcWebTheme	
Theme URI: http://pcweb.services/
Author: Roberto Vargas 
Author URI: http://pcweb.services
Description: Elegant theme to make a beautiul blog on top of the awesome Bootstrap.
Tags: responsive-layout, two-columns, white, custom-menu, right-sidebar, threaded-comments, blue
Version: 1.6
Text Domain: pcwtheme

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
More information: http://codex.wordpress.org/Theme_Review#Licensing
*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h3{color:#fff;}
h1,h2,h4,h5,h6 {
    clear: both;
	color: #4d4d4d;
}

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;
    font-weight: 800 !important;
}

big {
    font-size: 125%;
}

body.admin-bar .fixed-on-top.fix-menu {
    top: 32px !important;
}

.full-width:before, .full-width:after {
    content: " ";
    display: table;
}
.full-width:after {
    clear: both;
}

section.recent-event {
    padding-bottom: 100px;
}

.container2{
background: #fff;
display:table;
width:100%;
}


/*--------------------------------------------------------------
# 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 {
    font-family: "Roboto",sans-serif;
    font-size:14px;
    
    
}
h1,h2,h3,h4,h5{
    font-family:"Domine", serif;
}
blockquote,
q {
    quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
}

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. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Top Bar
----------------------------------------------------------------*/

.topbar {
  padding: 6px 0;
  color: #5c5c5c;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 13px;
  line-height: 1;
}

.topbar .top-aside > * {
  float: left;
}

.top-contact li:first-child {
  margin-left: 0;
}
.top-contact li {
  margin-left: 25px;
  float: left;
  line-height: 1;
  list-style: none;
}
.top-contact {
  margin: 0;
    margin-bottom: 0px;
  list-style: none;
  font-size: 13px;
  line-height: 30px;
  color: inherit;
}

.topbar .top-right {
  float: right;
  max-width: 95%;
}
.topbar .top-aside {
  line-height: 30px;
}
.topbar {
  color: #5c5c5c;
  font-size: 13px;
  line-height: 1;
}


.topbar .top-left {
  float: left;
}
.topbar .top-aside {
  line-height: 30px;
}
.top-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-nav li:first-child {
  margin-left: -10px;
}
.top-nav li {
  display: inline-block;
  vertical-align: middle;
}
.topbar .top-nav li a {
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  transition: color .3s;
}
.top-nav a {
  padding: 6px 10px;
  color: inherit;
  font-size: 13px;
  line-height: 24px;
}
/*--------------------------------------------------------------
# Logo & Menu Container
----------------------------------------------------------------*/
.top_logo_menu{
    background:#fff;
    
}
.fixed-top{
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

/*--------------------------------------------------------------
# Logo
----------------------------------------------------------------*/
.logo-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display:block;
}

.logo img {
  width:330px;
}
.logo-inner{
    padding:20px 30px;
}
.numbers {
        color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    font-family: var(--alori-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-top: 15px

}
.header-top-links{
    font-family: "Domine", serif;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color:#fff;
}
.header-top-links a{
    color:#fff;
}

/*--------------------------------------------------------------
# Page Titles
----------------------------------------------------------------*/

.name-section{
    position:relative;
    background-position:center center;
}
.pgtitle_bg{

  background-color: #666;
  position: relative;
  display: block;
  min-height: 100px;
  opacity: 0.6;

}
.inner-pgtitle{
    position: absolute;
  
    width: 1160px;
    color: #fff;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
}
.ow_gallery_title{
    font-family: "Roboto", sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align:center;
}





/***
=============================================
    Main Content 
=============================================
***/

#content{
    padding:80px 0 0px;
    background-color:#fff;
}

.page-name{
    margin-top:1px;
}


.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: #332515;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 16px 45px 15px;
  border-radius: 40px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Domine", serif;
  letter-spacing: 0.025em;
  overflow: hidden;
  z-index: 1;
}


.ml-0 {
	margin-left: 0;
	padding-left: 0;

 
}
.info_sec li a{
     color:#1a2428;
     font-weight:500;
    font-family: barlow,sans-serif;
}
.info_sec li a:hover{
     color:#777
     


}
.home-page-slider,
.front-projects{
    position:relative;
    display:block;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    outline: none !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

input[type="password"] {
    padding: 3px;
    display: block;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 3px 10px;
    border-radius: 4px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #333;
}

a:visited {
}

a:hover,
a:focus,
a:active {
     color:#1e7dd8;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/

.navbar .navbar-nav .nav-link{
    background: transparent;
    text-transform: uppercase;
    color:#111;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 12px;
      padding-top: 14px;
      padding-bottom: 14px;
    transition: background 350ms, color 350ms, border-color 350ms;
    
}

/*--------------------------------------------------------------
## Our work Gallery
--------------------------------------------------------------*/

#pg_our_work{
  overflow: hidden;
  margin-bottom: 150px;

}
#pg_our_work nav {
    display: block;
    width: 100%;
}

#pg_our_work ul {
   list-style: none; 
   margin-bottom: 20px;
}

#pg_our_work nav > ul > li {
    display: inline-block;
    margin-bottom:20px;
}
#pg_our_work nav > ul > li > a {
    text-transform: uppercase;
    padding: 6px 10px;
    margin: 0px 2px;
    text-decoration: none;
    color: #0c58aa;;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #aaa;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#pg_our_work nav > ul > li > a:hover{
    color:#fff;
    border-color: #2f2f2f;
}
.hidden {
    display: none;
}

nav > ul > li > a:hover, 
#pg_our_work .current a {
    color: #fff;
    background-color: #D22027;
    border-color:#2f2f2f;
}


#projects > ul > li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 23%;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
    /* Padding stays within the width */
    box-sizing: border-box;
    position: relative;
    opacity: 0.7;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#projects > ul > li:hover {
    opacity: 1;
}

.ow_gallery img {
    max-width: 100%;
    border-radius: 5px;
    height:200px;
}

.gallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    padding: 80px 10px 10px;
    display: none;
    box-sizing: border-box;
    
    text-align:center;
    z-index:999;
}

.gallery .img_gallery {
    /*max-height: 100%;
    width: auto;*/
    /*width:1200px;*/
    width: auto;
    max-height:800px;
    height:800px;
    border-radius:20px;
    border:1px solid #999;
    
}
#ow_img_item
{
  width:  75%; /*or 70%, or what you want*/
  height: 600px; /*or 70%, or what you want*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius:20px;
  border:1px solid #666;
}

.gallery .img_desc{
    text-transform:uppercase;
    color:#ddd;
    font-size:16px;
    font-weight:600;
    font-family: "Open Sans", Sans-serif;
    letter-spacing:0.1rem;
}
.close i {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
}

.bar {
    display: block;
    position: absolute;
    top: 13px;
    float: left;
    width: 30px;
    border-bottom: 4px solid #fff;
    transform: rotate(45deg);
}

.bar:first-child {
    transform: rotate(-45deg);
}



.contact_ftr_ow{
    background-color: #1863AB;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 150px;
    margin-bottom: 0px;
    padding: 10px 0px 10px 0px;

}
.contact_ftr_ow h2{ 
    color: #F3F3F3;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    padding: 30px 0px 0px 0px;
}
.contact_ftr_ow p{
    text-align: left;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding:0 0 10px 0;
}
.contact_ftr_ow a{
    margin-top:40px;
}

/*--------------------------------------------------------------
## Footer / Bottom section
--------------------------------------------------------------*/
.footer-one{
    position: relative;
    display: block;
    padding: 40px 0px 30px;
    z-index: 1;
    background-color: #232323;
}
.footer-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -1;
    /*background-image:url('images/footerbg.jpg');*/
}
/*
.footer-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('images/footer_bg_sh.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/
.footer-top{
    position:relative;
    display:block;
    padding:10px 0 30px;
}

.footer-top h2{
    color: #1e7dd8;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 12px;
    font-family: "Poppins",sans-serif;
    line-height: 1.25;
}
.footer-top ul{
    padding-left:10px;
}
.footer-top ul li{
  padding-left: 12px;
  position: relative;
  list-style: none;
  padding-bottom:8px;
}

.footer-top ul li:before,
.footer-top ul li a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  left: 0;
  margin-top: 3px;
  line-height: 16px;
  font-size: 16px;
  color: #1e7dd8;
  display: inline-block;
  transition: left .3s;
}

.footer_contact_bot{
    margin-top:20px;
    padding-left:0px !important;
}
.footer_contact_bot li:before,
.footer_contact_bot li a:before{
    content:"" !important;
    display:none !important;
    
}
.footer_contact_bot li{
    padding-left:3px !important;
    padding-bottom:3px !important;
}

.footer_contact_bot li a i{
  font-size: 21px;
  margin-right: 5px;
}


.footer-bottom{
    position:relative;
    display:block;
}
.footer-bottom-inner{
    padding:30px 0 0px;
}
.footer .widget-title{
	font-family: "Open Sans", Sans-serif;
	font-size:1.2rem;
	color:#fff;
}
.ft_bottom_1{
    background:#111;
    color:#fff;
}
.left-footer-widget,
.center-footer-widget,
.right-footer-widget
{
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;


}
.center-footer-widget h3,
.left-footer-widget h3,
.right-footer-widget h3
{
    font-size: 14px;
    font-family: "Kumbh Sans", sans-serif;
    /*font-family: "Raleway", sans-serif;*/
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    margin:15px 0 0;
}
/*
.center-footer-widget h3::after, 
.right-footer-widget h3::after,
.left-footer-widget h3::after
{
    content: "";
    width: 90px;
    height: 3px;
    background: #9C0005;
    position: absolute;
    top: 30px;
    left: 5px;
    margin: auto;
    z-index: 1;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

.left-footer-widget h3::after{
    
    top:30px;
    width:280px;
}

.right-footer-widget h3::after{
    width:123px;
}

*/


.center-footer-widget a {

    
}
.right-footer-widget p{
    margin-bottom:0px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

/*--------------------------------------------------------------
## Widgets - Footer
--------------------------------------------------------------*/

.address_widget p,
.footer-inner a,
.footer-text-sm a{
 
    color:rgba(255, 255, 255, 0.9);
}
.footer-inner a:hover,
.footer-text-sm a:hover{
   color: #1e7dd8;
}
.address_widget i{
    width:24px;
}

.footer-text-sm{
    font-size:12px;
    color:#6a6a6a;
    font-family: "Open Sans", sans-serif;
}
.footer-text-pcw,
.footer-text-pcw a{
    font-size:12px;
    color:#6a6a6a;
}
.left-footer-widget img{
    width:150px;
    opacity:0.6;
    padding:0px 0px 15px;
}


@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}
 /*------------------------------------------------------------------------------------------------------------------*/
/*   #To make Responsive   
/*------------------------------------------------------------------------------------------------------------------*/
/* 
*/


@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {
   
}
@media screen and (max-width: 768px) {
 
}
@media screen and (max-width: 710px) {

}
@media screen and (max-width: 620px) {
 
}
@media screen and (max-width: 690px) {
   
}
@media screen and (max-width: 530px) {
    .logo img {
        width: 100px;
    }

}
@media screen and (max-width: 430px) {
 

}
@media screen and (max-width: 410px) {
 
}
@media screen and (max-width: 768px) {
 
}