/*
Theme Name: WebAlive
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: https://www.webalive.com.au/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*start*/
body {
    color:#545760;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.inner-page-content{
    background-color: #fff;
    background-image: url("images/innder-body-bg.jpg");
    background-position:center 0;
    background-repeat: no-repeat;
}

.clear {
    clear: both;
    padding: 0;
    margin: 0;
}
h1 {
    color: #4D4E4F;
    font-size: 35px;
    line-height: 35px;
    font-weight: 900;
    margin: 0;
    padding: 0 0 15px 0;
    text-align: left;
    position: relative;
    font-family: 'Dosis', sans-serif;
}
h2 {
    color: #4D4E4F;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 15px 0;
    margin: 0;
    position: relative;
    font-family: 'Dosis', sans-serif;
}

h3 {
    color: #4d4e4f;
    font-size: 22px;
    font-weight:400;
    line-height: 28px;
    margin: 0;
    padding:15px 0 5px;
    position: relative;
    text-align: left;
}
h4 {
    color: #354f9b;
    font-size: 18px;
    text-align: left;
    padding:0 0 8px 0;
    margin: 0;
    position: relative;
    font-family: 'Dosis', sans-serif;
}
h5 {
    color:#4D4E4F;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: left;
    padding:0 0 8px 0;
    margin: 0;
    font-family: 'Dosis', sans-serif;
}
h6 {
    color: #3c3c3c;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
    padding: 0;
    margin: 0;
}
p {
    color: #555960;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0 0 20px;
    text-align: left;
}
.footer-content p {
    padding: 0;
}
p a {
    color: #d3040e;
}
p a:hover {
    color: #354f9b;
}
a {
    color: #d3040e;
    text-decoration: none;
}
a:hover, a:focus {
    color: #21263a;
    text-decoration: none;
}
ul, ol {
    margin: 0;
    padding: 0;
}
ul li {
    color: #3c3c3c;
    font-size: 15px;
    line-height: 24px;
    list-style: outside none none;
    text-align: left;
    margin: 0 0 6px;
    padding: 0 0 0 20px;
    position: relative;
}
.inner-page-content ul li::before {
    background: none repeat scroll 0 0 #aaa;
    border-radius: 9px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 6px;
}
ul li a {
    color:#d3040e;
}
ul li a:hover {
    color: #21263a;
}
ol li {
    margin: 0 0 5px 25px;
    padding: 0;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
ol li a {
    color: #000;
}
input[type="text"], input[type="tel"], input[type="password"], input[type="email"], input[type="url"] {
    border: 1px solid #d5d8d9;
    border-radius: 0;
    color: #9a9f9f;
    height: 34px;
    padding: 5px 10px;
    width: 100%;
}
input:focus {
    border: 1px solid #000;
}
textarea {
    border: 1px solid #d5d8d9;
    border-radius: 0;
    color: #9a9f9f;
    min-height: 90px;
    resize: vertical;
    padding: 5px 10px;
    width: 100%;
}
button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 2px solid #000;
    color: #000;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 0;
    min-width: 100px;
    font-size: 16px;
    text-transform: uppercase;
}
button:hover, button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #000;
    color: #fff;
}
button:active, .button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    background-color: #293586;
}
/*end*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    max-width: 100%;
}


address {
    font-style: italic;
    margin-bottom: 24px;
}
abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}
b, strong {
    color:#354f9b;
    font-weight:300;
}
cite, dfn, em, i {
    font-style: italic;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
code, kbd, tt, var, samp, pre {

    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}
pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
blockquote {
    color: #767676;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2631578947;
    margin-bottom: 24px;
}
blockquote cite, blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote strong, blockquote b {
    font-weight: 400;
}
small {
    font-size: smaller;
}
big {
    font-size: 125%;
}
sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
dl {
    margin-bottom: 24px;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 24px;
}
ul, ol {
    list-style: none;
    margin: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul, li > ol {
    margin: 0 0 0 20px;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}
legend {
    white-space: normal;
}
button, input, select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
button, input {
    line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}
td {
    border-width: 0 1px 1px 0;
}
del {
    color: #767676;
}
hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}

::selection {
    background: #354f9b;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #354f9b;
    color: #fff;
    text-shadow: none;
}


.search-field {
    width: 100%;
}
.search-submit {
    display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #939393;
}

:-moz-placeholder {
    color: #939393;
}

::-moz-placeholder {
    color: #939393;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #939393;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}
.hide {
    display: none;
}
.footer-sidebar:before, .footer-sidebar:after, .hentry:before, .hentry:after, .gallery:before, .gallery:after, .slider-direction-nav:before, .slider-direction-nav:after, .contributor-info:before, .contributor-info:after, .search-box:before, .search-box:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {
    content: "";
    display: table;
}
.footer-sidebar:after, .hentry:after, .gallery:after, .slider-direction-nav:after, .contributor-info:after, .search-box:after, [class*="content"]:after, [class*="site"]:after {
    clear: both;
}
/* Genericons */

.bypostauthor > article .fn:before, .comment-edit-link:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .contributor-posts-link:before, .menu-toggle:before, .search-toggle:before, .slider-direction-nav a:before, .widget_twentyfourteen_ephemera .widget-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
}
/* Separators */

.site-content span + .entry-date:before, .full-size-link:before, .parent-post-link:before, span + .byline:before, span + .comments-link:before, span + .edit-link:before, .widget_twentyfourteen_ephemera .entry-title:after {
    content: "\0020\007c\0020";
}



/*------------------------------ Projects ------------------------------------------*/
.wa_projects {
    padding-top: 0px;
}
.wa_projects img {
    width: 300px;
}
.category_projects li {
    display: inline-block;
    margin-bottom: -3px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    width: 25%;
}
.category_projects li a {
    display: inline-block;
    max-width: 100%;
}
.category_projects li .image {
    margin-right: 2px;
    overflow: hidden;
    background: url("images/go.png") no-repeat scroll center #000;
}
.category_projects li .image img {
    opacity: 1;
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.category_projects li:hover .image img {
    opacity: .7;
    -moz-transform: scale(1.5) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1.5) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.5) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.5) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.5) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.category_projects {
    margin: 0;
}
.category_projects li .title {
    height: 40px;
    left: -2px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    color: transparent;
    font-weight: 300;
    font-size: 18px;
}
.category_projects li:hover .title {
    color: #fff;
}
.category_projects li .title, .category_projects li:hover .title, .category_projects li .image img, .category_projects li:hover .image img {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.singular .project_detail_page .entry-content {
    padding-bottom: 50px;
}
#project_gallery {
    float: left;
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: none !important;
}
#project_gallery .rsSlide, #project_gallery.royalSlider {
    width: 700px;
    text-align: center;
}
#project_gallery .rsSlide img.rsImg {
    margin: 0 !important;
    width: 700px !important;
}
#project_gallery.rsFullscreen .rsSlide img.rsImg {
    max-width: 900px;
    width: 100% !important;
}
#project_gallery.royalSlider.rsFullscreen {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85) !important;
}
#project_gallery.royalSlider.rsFullscreen .rsSlide, #project_gallery.royalSlider.rsFullscreen.royalSlider {
    width: 100%;
}
.project_detail_page .col.span_4.fwImage {
    display: inline-block;
    float: left;
    padding-right: 30px;
}
.project_detail_page .description p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}
/*start:search*/
.search-toggle {
    cursor: pointer;
    float: right;
    height: 48px;
    margin: 4px 6px 0 0;
    text-align: center;
    width: 48px;
}
.search-toggle:before {
    color: #fff;
    content: "\f400";
    font-size:30px;
    margin-top:7px;
    line-height: 48px;
    text-align: center;
}
.search-toggle .screen-reader-text {
    left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}
.search-box-wrapper {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 70px;
    width: 100%;
    z-index: 999;
}
.custom-search-close-btn {
    display: none;
}
.search-box {
    background-color: #2b4292;
    display: inline-block;
    padding: 12px;
    width: 100%;
}
.search-box .search-field {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    padding: 0px 10px;
    text-align: center;
    width: 100%;
    height: 44px;
    font-weight: 300;
}
form.search-form {
    display: inline-block;
    float: left;
    width: 100%;
    height: 44px;
}
#search-container label {
    display: block;
    float: left;
    margin: 0;
    width: calc(100% - 110px);
}
#search-container label{
    display:block;
    margin:0;
}
#search-container .search-submit {
    background: none;
    border-color: #fff;
    color: #fff;
    float: right;
    height: 44px;
}
#search-container .search-submit:hover {
    background: #fff;
    color: #000;
}
#search-container  .screen-reader-text{
    display:none;
}
/*en:search*/
.entry-header {
    position: relative;
    z-index: 1;
}
.inner-page-content .entry-header {
    height: 240px;
    position: relative;
}
.entry-title {
    color: #000;
    font-size: 35px;
    font-weight: 300;
    line-height: 55px;
    margin: 0;
    padding: 110px 0 0;
    text-align: left;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.inner-page-content .entry-content {
    padding: 80px 0;
}
/*start:blog single*/
.inner-page-blog {
    padding-top: 75px;
}
.left-side-part .entry-title {
    padding: 0 0 0 80px;
    line-height: 18px;
    margin: 0;
}
.left-side-part .entry-title, .left-side-part .entry-title a {
    color: #00a2b1;
    font-size: 22px;
    line-height: 28px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.left-side-part .entry-title:hover, .left-side-part .entry-title:hover a {
    color: #000;
}
.left-side-part .read-more-container {
    display: block;
    padding-top: 15px;
}
.left-side-part .read-more-container .readmore:hover {
    background: #1e1e1e;
    color: #fff;
}
.left-side-part .author, .left-side-part .category a, .left-side-part .edit-link a {
    color: #4d4e4f;
    font-size: 13px;
    line-height: 28px;
    position: relative;
    text-align: left;
    text-transform: none;
}
.left-side-part a.post-edit-link {
    color: #00529e;
}
.left-side-part .author:first-letter {
    text-transform: capitalize;
}
.left-side-part a:after {
    display: none;
}
.left-side-part .entry-content p {
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
}
.left-side-part .entry-content {
    min-height: 100px;
    padding: 0 0 50px 0;
}
.left-side-part .date {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 60px;
    left: -50px;
    line-height: 16px;
    padding: 12px 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 60px;
}
.left-side-part .date span {
    color: #4d4e4f;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    text-transform: uppercase;
}
.left-side-part .entry-meta {
    padding: 0 0 40px 80px;
    line-height: 18px;
    margin: 0;
}
.single-post .left-side-part .hentry {
    margin: 0;
}
.left-side-part .entry-content {
    text-align: left;
}
.left-side-part .post-thumbnail img {
    height: auto;
    max-width: 100%;
}
.left-side-part .comments-link {
    margin: 10px 0 50px;
    position: relative;
    top: 1px;
    z-index: 10;
    display: inline-block;
}
.left-side-part .comments-link a {
    line-height: 30px;
    padding: 0 25px;
    border: 2px solid #000;
    display: inline-block;
    font-size: 14px;
    color: #000;
}
.left-side-part .comments-link a:hover {
    background: none repeat scroll 0 0 #000;
    color: #fff;
}
.left-side-part .entry-header {
    padding: 0;
    margin: 0;
    background: none;
}
.left-side-part .entry-title {
    padding: 0 0 0 75px;
    margin: 0;
}
.left-side-part .entry-title:after {
    display: none;
}
.right-side-part .site-description {
    display: none;
}
.left-side-part .pagination a {
    border: 1px solid #cccccc;
    color: #000000;
    padding: 1px 6px;
}
.left-side-part .pagination span {
    border: 1px solid #00529e;
    background: #00529e;
    color: #fff;
    padding: 1px 6px;
}
.left-side-part .screen-reader-text {
    font-size: 19px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.left-side-part .pagination {
    border-radius: 0;
    border-top: 1px solid #00529e;
    display: block;
    padding-top: 15px;
}
.left-side-part .navigation.paging-navigation {
    text-align: center;
}
.left-side-part .comment-notes {
    display: none;
}
.left-side-part #recaptcha_widget_div {
    float: left;
}
.left-side-part .form-submit {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.left-side-part .comment-reply-title {
    color: #354f9b;
    font-size: 23px;
    font-weight: 600;
    padding: 20px 0 7px;
}
.left-side-part .comment-reply-title:after {
    background: #354f9b;
}
.left-side-part .nav-links {
}
.left-side-part #recaptcha-submit-btn-area {
    margin: 30px 0 0;
}
.left-side-part #recaptcha_response_field {
    border: 1px solid #dddddd !important;
}
.left-side-part .post-thumbnail {
    display: block;
    margin: 0 0 10px 0;
}
.left-side-part .screen-reader-text {
    text-align: left;
}
.left-side-part .nav-links a {
    color: #00529e;
    text-align: left;
}
.left-side-part .each-blog {
    margin: 0 0 50px 0;
    padding: 0;
}
.entry-content .left-side-part {
    padding: 0;
}
.entry-content .right-side-part {
    position: relative;
    right: -15px;
}
.entry-content .left-side-part .col-md-12 {
    padding: 0;
}
#primary-sidebar .widget {
    padding: 0 0 40px;
}
.right-side-part .widget h1.widget-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    position: relative;
    text-align: left;
}
.right-side-part .widget h1.widget-title::after {
    background: none repeat scroll 0 0 #000;
    bottom: -6px;
    content: "news";
    font-size: 1px;
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 100px;
    width: 45px;
}
.right-side-part select {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    color: #666;
    font-size: 15px;
    height: 40px;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.widget ul {
    padding: 5px 0 0;
}
.widget ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px dashed #ddd;
    margin: 0 0 10px;
    padding: 0 0 6px;
}
.widget ul li:before {
    display: none;
}
.right-side-part li a {
    color: #000;
    display: block;
    line-height: 18px;
    padding: 0 0 3px;
}
.widget ul li .post-date {
    color: #999;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    line-height: 14px;
    position: relative;
    top: -4px;
}
.right-side-part li a:hover {
    color: #00529e;
}
.right-side-part #secondary {
    position: relative;
    right: -15px;
}
/*END:blog*/


/*start*/
.bx-wrapper{
    margin:0;
}
.bx-wrapper .bx-viewport {
    border: 0 none !important;
    box-shadow: none !important;
    left: 0 !important;
    background:none !important;
}
.bx-wrapper ul {
    margin: 0;
    padding: 0;
}
.bx-wrapper ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    background:none;
}
/*end*/

/*START:error message*/
.main-content-search {
    min-height: 300px;
    padding: 2% 0 0;
    text-align: center;
}
.error-page {
    margin: 0 auto;
    min-height: 390px;
    padding: 100px 0;
}
.error-page h1 {
    margin: 0;
    padding: 20px 0 0 0;
    color: #D0171D;
    text-align: center;
    font-weight: bold;
    font-size: 100px;
    line-height: 73px;
}
.error-page h1:after, .error-page h2:after {
    display: none;
}
.error-page h1 span {
    color: #363636;
    text-align: center;
    font-weight: bold;
    font-size: 81px;
}
.error-page h2 {
    color: #363636;
    font-size: 35px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 25px 0 0;
    text-align: center;
}
.error-page p {
    padding: 25px 0;
    margin: 0;
    text-align: center;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
}
.site-content.site-error-content {
    width: 1172px;
    margin: 0 auto;
}
/*END:error message*/



/*start*/
.header-top {
    height: 150px;
    padding: 35px 0 0;
}
.header-row-top {
    display: inline-block;
    width: 100%;
}
.header-right {
    float: right;
}
.header-right a:hover {
    color: #D0171D;
}
.company-logo {
    float: left;
    padding: 3px 0 0 0;
}
.header-right-block {
    position: relative;
    padding-left: 60px;
    box-sizing: border-box;
    float: left;
    margin-right: 20px;
    top: 12px;
}
.header-right-block:before{
    content:'';
    width:52px;
    height:48px;
    position:absolute;
    background-image:url(images/sprite_picture.png);
    background-repeat:no-repeat;
    background-position:0 0;
    left: 0;
    top: 0;
}
.header-right-block span {
    color: #9aa1aa;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
}
.header-right-block a {
    color: #000;
    display: block;
    font-family: "Dosis",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
}
.header-right-block.top-email-area a {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}
.top-email-area:before{
    content:'';
    width:52px;
    height:48px;
    position:absolute;
    background-image:url(images/sprite_picture.png);
    background-repeat:no-repeat;
    background-position:-70px 0;
}
.header-right-social {
    float: left;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    position: relative;
    width: 212px;
    border-left:1px solid #000;
}
.header-right-social ul{
    padding:0;
    margin:0;
}
.header-right-social li{
    padding:5px 0 ;
    margin:0;
    line-height:20px;
}
.header-right-social li:first-child{
    padding-top:0;
}
.header-right-social li:last-child{
    padding-bottom:0;
}
.header-right-social li a span {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    padding-left: 22px;
}
.header-right-social li a:hover {
    opacity: .5;
}
.header-right-social li a{
    transition: background 1ms;
    -moz-transition: background 1ms;
    -webkit-transition: background 1ms;
    -o-transition: background 1ms;
    display:inline-block;
    vertical-align:top;
    background-image:url(images/sprite_picture.png);
    background-repeat:no-repeat;
}
.header-right-social li a:hover{
    transition: background 300ms;
    -moz-transition: background 300ms;
    -webkit-transition: background 300ms;
    -o-transition: background 300ms;
    background-position:0 0;

}
.header-right-social  .icon_goolge_plus:hover,
.header-right-social  .icon_goolge_plus{
    width:20px;
    height:20px;
    background-position:-10px -57px;
}
.header-right-social  .icon_twitter_plus:hover,
.header-right-social  .icon_twitter_plus{
    width:20px;
    height:20px;
    background-position:-44px -57px;
}
.header-right-social  .icon_linkin_plus:hover,
.header-right-social  .icon_linkin_plus{
    width:20px;
    height:20px;
    background-position:-77px -55px;
}
/*end*/



/*start*/
.home_banner li{
    background:none;
}
.home-content {
    position: relative;
    z-index: 500;
}
.home-content .container {
    margin-top: -75px;
}
.banner-text {
    display: none;
}
.home-text {
    padding: 0 0 60px;
}
.home-left-part h1 {
    background: none repeat scroll 0 0 rgba(211, 4, 14, 0.6);
    bottom: 0;
    color: #fff;
    font-size: 28px;
    line-height: 75px;
    padding: 0 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.home-text p {
    color: #545760;
    line-height: 24px;
    padding: 20px 30px 0 0;
}
.home-left-part {
    float: left;
    width: calc(100% - 300px);
}
.home-left-part .entry-header{
    display:none;
}
.home-right-part{
    background:#2b4292;
    width: 300px;
    float: right;
}
.latest-news-single-body {
    padding: 0 0 20px;
}
.latest-news-single-body > p {
    padding: 0;
}
.latest-news-body{
    padding: 25px 25px 100px;
}
.latest-news-body .view-all {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    padding: 5px 25px;
    text-transform: uppercase;
}
.latest-news-body .view-all:hover {
    background: #fff;
    color: #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;

}
.latest-news-body h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 27px;
}
.latest-news-body h2::after {
    background: none repeat scroll 0 0 #fff;
    bottom: 4px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px;
}
.latest-news-body h3 {
    color: #fff;
}
.latest-news-body h3 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 8px;
}
.latest-news-body p {
    color: #979fc2;
    font-size: 14px;
    line-height: 16px;
}
.latest-news-body p a{
    color: #fff;
}
.latest-news-body p a:hover {
    color: #d3040e;
}
.home-project-body {
    padding-right: 40px;
}
.home-project-title {
    line-height: 44px;
    text-align: center;
    padding: 0 0 45px;
}
.home-project-title span {
    background: none repeat scroll 0 0 #2b4292;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    width: 200px;
    position: relative;
}
.home-project-title span::before {
    background: none repeat scroll 0 0 #000;
    border-radius: 50px;
    bottom: 10px;
    box-shadow: 0 0 10px 10px #000;
    content: "";
    left: 14px;
    position: absolute;
    right: 30px;
    top: 20px;
    transform: rotate(-2deg);
    z-index: -2;
}
.home-project-body .category_projects li {
    display: inline-block;
    padding-left: 25px;
    width: 33.33%;
    vertical-align: top;
    color: #818489;
    font-size: 14px;
}
.home-project-body .category_projects li.first {
    padding-left: 0px;
}
.home-project-body .category_projects li h3 {
    color: #000;
    font-family: "Dosis",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 0 20px;
    text-transform: uppercase;
}
/*end*/



/*start:footer content*/
.footer-content {
    background: none repeat scroll 0 0 #21263a;
    padding: 70px 0 45px;
}
.footer-copyright-right {
    float: right;
    width: 300px;
}
.footer-content ul{
    padding:0;
    margin:0;
}
.footer-content li ul{
    display:none;
}
.footer-content .call-us-area:before{
    display:none;
}
.footer-content .call-us-area{
    margin:0;
}
.footer-content .call-us-area span{
    display:none;
}
.footer-content .top-email-area:before{
    display:none;
}
.footer-content .top-email-area span{
    display:none;
}
.footer-content .top-email-area{
    margin:0;
}
.footer-content .header-right-social{
    border:none;
    margin:0;
    padding:0;
}
.footer-content .header-right-social span{
    display:none;
}
.footer-content .menu-main-container ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer-content .menu-main-container ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.footer-content .menu-main-container ul li a
{
    color: #717b9f;
    padding: 0 15px;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
}
.footer-content .menu-main-container ul li a:hover
{
    color: #fff;
}
.footer-main-container{
    width: 1170px;
    margin: 0 auto;
}

/*end:footer content*/

.header-top  .container{
    position:relative;
}

/*start:Drop Menu*/
.header-menu {
    background: none repeat scroll 0 0 #354f9b;
    min-height: 70px;
    position: absolute;
    top: 115px;
    width: calc(100%);
    z-index: 9999;
}
.header-menu ul li{
    display: inline-block;
}
.navbar-default {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 800;
}
.navbar-default .navbar-nav > li > a.dropdown-toggle{
}
.navbar-nav > li {
    margin: 0;
    padding:0 27px;
    background: none;
}
.navbar-default .navbar-nav > li > a {
    color: #78bcf0;
    font-size:18px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow:none;
    font-family: 'Dosis', sans-serif;
    line-height: 70px;
    padding: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#fff;
    z-index: 9999;
    text-shadow: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #008EB3;
    position: relative;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
}
.navbar-toggle .icon-bar {
    border-radius: 4px;
    display: block;
    height:3px;
    width:30px;
}
.navbar-toggle
{
    margin-top: 12px !important;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px !important;
}
.dropdown-menu {
    background: none repeat scroll 0 0 #D0171D;
    border: 0 none;
    border-radius: 0;
    padding: 0;
    width: 300px;
    left: 27px;
}
.header-menu ul.dropdown-menu > li {
    padding: 0;
    margin: 0;
    background: none;
    display: block;
}
.dropdown-menu > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    padding: 15px 20px;
    text-transform: uppercase;
    white-space: inherit;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li > a:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.navbar-toggle {
    border: 0;
    padding: 0;
}
.navbar-default .navbar-toggle {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radiust: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:#354f9b;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radiust: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,.navbar-default .navbar-nav > .active > a:hover{
    color:#fff;
    box-shadow: none;
    background: none;
}
.dropdown-menu > li > a:hover{
    color:#fff;
}
.footer-content .call-us-area {
    display: inline-block;
    float: left;
    width: 300px;
}
p.copyright-text, p.web-design-by{
    color: #717b9f;
    text-align: right;
}
.footer-content .call-us-area a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}
.footer-content .call-us-area a:hover {
    opacity: .8;
}
.footer-content .call-us-area a.mail-bottom {
    font-size: 16px;
    font-weight: 400;
}
.footer-bottom-social ul {
    padding-top: 10px;
}
.footer-bottom-social li {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
}
.footer-bottom-social a {
    background: url("images/sprite_picture.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
}
.footer-bottom-social a.icon_goolge_plus {
    background-position: -8px -133px;
}
.footer-bottom-social a.icon_twitter_plus {
    background-position: -39px -133px;
}
.footer-bottom-social a.icon_linkin_plus {
    background-position: -69px -133px;
}
.footer-main-container .menu-main-container {
    float: left;
    width: calc(100% - 600px);
}
.web-design-by > a {
    color: #717b9f;
    display: inline-block;
    padding-right: 7px;
}
.web-design-by > a:hover {
    color: #fff;
}
.inner_content_img_right {
    float: right;
    margin-left: 40px;
    padding: 7px 0 0;
}
.inner-page-content h3 {
    color: #000;
    font-family: "Dosis",sans-serif;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 0 0 15px;
}
.inner-page-content h3::after {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 45px;
}
.service_table {
    border: medium none;
    table-layout: fixed;
}
.service_table td {
    border: medium none;
    padding: 0px;
    vertical-align: top;
}
.service_title {
    display: inline-block;
    padding: 0 0 20px;
    width: 100%;
}
.service_no {
    background: none repeat scroll 0 0 #000;
    border-radius: 50px;
    color: #fff;
    font-family: "Dosis",sans-serif;
    font-size: 25px;
    font-weight: 900;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    float: left;
    display: none;
}
.service_title h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-left: 0px;
    padding: 4px 0 0;
}
.read_more_btn {
    border: 2px solid #000;
    color: #000;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
}
.read_more_btn:hover {
    background: #000;
    color: #fff;
}
.inner-page-content img {
    max-width: 100%;
}
.service_block {
    padding: 25px 0 0;
}
.author-image {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("images/sprite_picture.png") no-repeat 0 -200px;
    margin-right: 5px;
}
.author-name {
    padding-right: 20px;
    color: #aaa;
    font-size: 14px;
}
.author-image > img {
    display: none;
}
.category-list {
    position: relative;
    padding-left: 20px;
}
.category-list a {
    padding-left: 5px;
    color: #aaa;
    font-size: 14px;
}
.category-list a:hover {
    color: #000;
}
.category-list::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url("images/sprite_picture.png") no-repeat -20px -200px;
    position: absolute;
    left: 0;
}
.author-area {
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
    padding: 5px 0;
    width: 100%;
}
.author-area span {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    float: left;
}
.left-side-part h2 {
    font-weight: 300;
    padding: 10px 0 5px;
}
.each-blog .text-area {
    font-size: 14px;
    line-height: 21px;
    padding: 8px 0 0;
}
.contact_details {
    float: left;
}
.contact_form {
    float: right;
    width: 600px;
}
.contact_details p {
    color: #000;
    font-size: 14px;
}
.contact_details p span {
    font-style: italic;
    display: inline-block;
    padding-right: 5px;
}
.contact_details p a {
    color: #666;
}
.contact_details p a:hover {
    color: #000;
}
.inner-page-content .contact_us_page h3 {
    margin-bottom: 22px;
    padding-bottom: 10px;
}
.inner-page-content .contact_us_page h4 {
    color: #000;
    font-weight: 600;
    padding: 20px 0 14px;
}
.google_map_container {
    padding-top: 40px;
}
.form-row .label {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: normal;
    padding: 0 0 10px;
    text-align: left;
    width: 100%;
}
.form-row textarea {
    height: 125px;
}
.form-row {
    padding: 0 0 12px;
    display: inline-block;
    width: 100%;
}
.double-row .form-row {
    float: left;
    width: calc(50% - 10px);
    padding: 0;
}
.double-row .form-row.right {
    float: right;
}
.form-row.captcha_row {
    padding-top: 7px;
}
.captcha_row img {
    border: 5px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    float: left;
}
.captcha_row span {
    display: inline-block;
    float: right;
    width: calc(100% - 100px);
}
.form-row input.wpcf7-submit {
    margin-top: 10px;
    width: 100%;
}
.navigation.post-navigation {
    background: none repeat scroll 0 0 #f7f9f9;
    display: inline-block;
    margin-bottom: 20px;
    padding: 6px 14px 0;
    width: 100%;
}
.navigation.post-navigation .screen-reader-text {
    display: none;
}
.navigation .nav-links {
    display: inline-block;
    width: 100%;
}
.navigation .nav-links a {
    display: inline-block;
    float: left;
    color: #999;
    font-style: italic;
    font-size: 13px;
}
.navigation .nav-links a:hover {
    color: #000;
}
.navigation .nav-links a .meta-nav {
    color: #000;
    padding-right: 10px;
}
.navigation .nav-links a:nth-child(2),
.navigation .nav-links a:nth-child(2) .meta-nav {
    float: right;
    padding-left: 10px;
    padding-right: 0;
}
.left-side-part h2.comments-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0 30px;
}
.comment-list li {
    display: inline-block;
    margin: 0;
    padding: 0 0 25px;
    width: 100%;
}
.comment-list li:last-child {
    padding-bottom: 0;
}
.inner-page-content img {
    max-width: 100%;
}
.comment-list li .comment-author .avatar {
    display: none;
}
.comment-list li .comment-author {
    text-transform: capitalize;
}
.comment-list li .comment-author * {
    color: #000;
}
.comment-meta {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 7px;
}
.comment-metadata a {
    color: #999;
    font-size: 12px;
    font-style: italic;
}
.comment-content p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.comment-body .reply a {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}
.comment-body {
    padding: 0 0 15px;
}
.comment-body .reply {
    background: none repeat scroll 0 0 #354f9b;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    top: -15px;
}
.comment .children {
    margin: 0;
    padding: 0 0 0 50px;
}
.comment-metadata {
    display: inline-block;
}
.comment-awaiting-moderation {
    color: #999;
    display: inline-block;
    font-size: 13px;
    padding: 0 0 0 10px;
}
.container label {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: normal;
    padding: 0 0 10px;
    text-align: left;
    width: 100%;
    margin: 0;
    line-height: 16px;
}
#commentform p {
    padding-bottom: 15px;
}
#commentform {
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
}
.contact_form div.wpcf7-response-output {
    margin: 0 0 25px;
    text-align: center;
    padding: 8px;
}
.footer-content .menu-main-container ul.sub-menu {
    display: none !important;
}
body .container {
    padding: 0;
}
.home-banner-area .bx-wrapper li {
    height: 550px;
}
.home-banner-area .bx-wrapper img {
    left: 50%;
    margin-left: -1000px;
    max-width: 2000px;
    position: absolute;
}

@media only screen
and (min-device-height : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    /* your css rules for ipad landscape */
    html,body  {
        overflow-x: hidden;
        min-width: 1280px;
    }
    header,
    section,
    .inner-page-content,
    .footer-content {
        min-width: 1170px;
        width: 1280px;
    }
    .container {
        min-width: 1170px;
        width: 1170px !important;
    }
    .entry-content .left-side-part {
        width: 75%;
        float: left;
    }
    .entry-content .right-side-part {
        width: 25%;
        float: right;
    }
}
@media only screen
and (min-device-width : 768px)
and (max-device-height : 1024px)
and (orientation : portrait) {
    /* your css rules for ipad portrait */
    html,body  {
        overflow-x: hidden;
        min-width: 1280px;
    }
    header,
    section,
    .inner-page-content,
    .footer-content {
        min-width: 1170px;
        width: 1280px;
    }
    .container {
        min-width: 1170px;
        width: 1170px !important;
    }
    .entry-content .left-side-part {
        width: 75%;
        float: left;
    }
    .entry-content .right-side-part {
        width: 25%;
        float: right;
    }
    .inner-page-content .entry-content {
        min-height: 930px;
    }
}
