/* ----------------------------------------------------------------------------------------
* Author        : Ruben Vaes
* Template Name : Belgoglass
* File          : Belgoglass main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */


/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. About area css

05. Service area css

06. Portfolio/work area css

07. Team Area Css

08. Fun facts area css

09. Pricing area css

10. Testimonial area css

11. News area css

12. Video area css

13. Clients area css

14. Subsicribe area css

15. Contact area css

16. Google map area css

17. footer area css

-------------------------------------------------------------------------------------- */


/* Google Fonts Montserrat and Poppins */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');
/*
	
$darkBlue: #0D487B
$lightBlue: #0A96D3	
*/

/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: #666;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    letter-spacing: 0.6px;
}

h2 {
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
}

h3 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 25px;
}

h3.subtitle {
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
}

h3.subtitle:before {
    content: '';
    position: absolute;
    background-color: #aaa;
    width: 100px;
    height: 1px;
    bottom: 0;
    left: 0;
} 

h4 {
    font-size: 19px;
}

p {
}

a {
    color: #0A96D3;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #0A96D3;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn, input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    font-weight: 400;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background: #0A96D3;
    border: none;
    font-weight: 700;
    letter-spacing: 1px;
}
.btn.btn-trnsp {
    background: #fff;
    color: #666;
}

.btn-big {
    border: 2px solid #000;
    font-size: 20px;

}

.btn.btn-trnsp:hover {
    border-color: #0A96D3;
    background: #0A96D3;
    color: #fff;
}

.btn.btn-reverse {
    background: #333;
    color: #fff;
}
.btn.btn-reverse:hover {
    background: #0A96D3;
}

.btn.btn-dark {
    background: #666;
    color: #fff;
}
.btn.btn-dark:hover {
    color: #666;
    background: #fff;
}

.section-big {
    padding: 80px 0px;
}

.section-small {
    padding: 35px 0px;
}

.section-title {
    max-width: 700px;
    margin: auto;
    margin-bottom: 60px;
}

.section-title h2 {
    letter-spacing: 1px;
    margin-top: 0px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
    display: inline-block;
}

.section-title.white h2 {
    color: #fff;
}

.section-title p {
}
.section-block-parallax{
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
	padding: 70px 0px 70px 0px;    
}	
/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width: 100%;
}

i.fa {
    color: #0A96D3;
}

[class*=' imghvr-'] figcaption, 
[class^=imghvr-] figcaption {
    background-color: #0A96D3;
}



/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.top-bar {
    height: 50px;
    line-height: 50px;
    background: #0D487B;
    color: #fff;
    font-size: 13px;
}

.top-bar i.fa {
    font-size: 1.2em;
    margin-right: 5px;
    color: #0A96D3;
}

.tmail, .tphone, .tlocation {
    float: left;
    margin-right: 30px;
}

.tlang {
    float: right;
    text-align: right;
}
.tlang .nav {
    float: left;
    margin: 0;
}
.tlang .navbar-nav > li > a {
	color: white
}
.tlang .dropdown-menu {
	min-width: 100px;
}

.tsocial {
    float: right;
    text-align: right;
}

.top-bar a {
    color: inherit;
}

.tsocial a:hover {
    color: #0A96D3;
}

.tsocial a i.fa {
    font-size: 16px;
    margin-left: 10px;
}


.menu-holder {
    height: 95px;
}

.menu-area {
    background: #fff;
    height: 95px;
    z-index: 99;    
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.menu-area.sticky-menu {
    top: 0px;
    height: 65px;
    width: 100%;
    position: fixed;
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;

}

.mainmenu {
    padding-top: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.mainmenu .dropdown-menu {
	min-width: 200px;
}
.sticky-menu .mainmenu {
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    margin-top: 13px;
}

.sticky-menu .navbar {
    margin-top: 8px;
}

.navbar-brand img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    max-height: 70px;
}

.sticky-menu .navbar-brand img {
    margin: 9% 0;
    height: auto;
    max-height: 50px;
}

.navbar-brand {
    padding: 0;
    margin-top: -9px;
}

.navbar-brand:hover {
    color: #0A96D3;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
    position: relative;
}

.navbar-nav li a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}

.mainmenu li.current-menu-item a,
.mainmenu .nav > li > a:hover {
    color: #0A96D3;
}

/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #0A96D3;
}

/*Dropdown Css*/
/*.navbar-nav > li.dropdown:hover > a, 
.navbar-nav > li.dropdown:hover > a:hover,
.navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}*/

@media (min-width: 768px) {
    li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.navbar-nav .dropdown-menu li a {
    padding: 10px;
}






/* -----------------------------------------------------------------------------------
*                               03. Slider area css
* ----------------------------------------------------------------------------------- */

#slider {
    height: 400px;
    max-height: 400px;
}

#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item {
    height: 100%;
    min-height: 400px;
}

#slider .main-container {
  padding: 0;
}

#slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 0px;
    background: transparent;
    margin: 0px;
    background: #fff;
    margin-left: 7px;
}

#slider .carousel-indicators li.active {
    border-color: #0A96D3;
    background: #0A96D3;
}

#slider .carousel-control.right,
#slider .carousel-control.left {
    background-image: none;
}

#slider .carousel .item {
    min-height: 425px;
    height: 100%;
    width:100%;
}

#slider .carousel .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: rgba(255, 255, 255, 0.25);*/
}

#slider .carousel-control {
    width: 6%;
    text-shadow: none;
}

.right.carousel-control img,
.left.carousel-control img {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -26px;
    padding: 20px 10px;
}

.carousel-control img:hover  {
    background: #0A96D3;
}

.left.carousel-control img {
    left: 10px;
}

.right.carousel-control img {
    right: 10px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

#slider .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}


.intro-text {
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: auto;
}

.intro-text h2 {
    color: inherit;
    font-size: 50px;
    font-weight: 700;
}

.intro-text p {
    margin-bottom: 25px;
    font-size: 1.2em;
}

.intro-text .btn {
    margin: 0 10px;
}




/* Slider text animation */

.intro-text h2 {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
    font-family: 'Nunito', sans-serif; font-weight: 300;
}
.item.active .intro-text h2 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.intro-text .btn {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
}
.item.active .intro-text .btn {
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
}
.intro-text p {
    transform: scale(0.5);
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
    opacity: 0;
}
.item.active .intro-text p {
    transform: scale(1);
    opacity: 1;
    margin-bottom: 35px;
}


/* ----------------------------------------------------------------------------
*                               04. About area css
* ----------------------------------------------------------------------------*/

.about-area {
    background: #fff;
}

.about-text h2 {
    margin-top: 0px;
    display: inline-block;
}

.about-text ul {
    margin-top: 10px;
    margin-left: 30px;
    list-style: none;
}

.about-text ul li {
    line-height: 30px;
    position: relative;

}

.about-text ul li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: -30px;
    top: 50%;
    margin-top: -5px;
    border: 2px solid #777;
}

.about-text .btn {
    margin-top: 15px;
}

.about-img img {
    width: 100%;
}

/* about box */
.about-box {
    margin-top: 10px;
}

.about-box i.fa {
    font-size: 25px;
    float: left;
    width: 40px;
    height: 50px;
}

.about-box {
    float: left;

}

.about-box h4 {
    margin-top: 0px;
}

.about-box p {
    overflow: hidden;
}




/* --------------------------------------------------------------------------------
*                                   08. Fun facts area css
* ------------------------------------------------------------------------------- */
.fun-fact-area {
    padding-top: 50px;
    display: none;
}

.fun-fact {
    text-align: center;
    padding: 20px;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.fun-fact.last {
    border: none;
}

.fun-fact i.fa {
    font-size: 40px;
}

.fun-fact h3 {
    font-size: 36px;
    font-weight: 500;
    color: inherit;
}

.fun-fact h3,
.fun-fact p {
    position: relative;
    z-index: 2;
}




/* --------------------------------------------------------------------------------
*                                   05. Service area css
* ------------------------------------------------------------------------------- */

.service-area {
/*    background-color: #f5f5f5;*/
}

.service-box i.fa {
    font-size: 40px;
}

.news-carousel .service-box {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    margin: 3px auto;
}

.service-item {
	text-align: center;
}
.service-item img {
    margin-bottom: 15px;
}

.service-item h4 a {
    color: #222;
}

.service-item h4 a:hover {
    color: #0A96D3;
}

.service-item .btn {
    margin-top: 20px;
}
.service-item p { min-height: 75px; }
.service-item p.more { margin-top: 20px; min-height: inherit }
.service-item p.more a { border-bottom: 1px solid #0A96D3; }
.service-item p.more a:hover { color:#0D487B; }

.news-carousel .service-box i.fa {
    margin-top: 10px;
    margin-bottom: 10px;
}


/*.service-area .news-carousel .owl-buttons {
    margin: 0px 5px;
}
*/



/* Picture services area 
-------------------------------------------------------  */
.pic-single-service {
    margin-bottom: 40px;
}




/* -------------------------- */
/*      Call To Action        */
/* -------------------------- */
.action-area {
    background-color: #0A96D3;
    color: #fff;
}

.action-area p {}

.action-area h2 {
    margin-top: 0px;
    color: inherit;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 0px;
}

.action-area .btn {
    margin-top: 0px;
}




/* ----------------------------------------------------------------------------------
*                               06. Working Process area css
* --------------------------------------------------------------------------------- */
.work-precess-area { }



.f-w-tab .nav {
    width: 100%;
    text-align: center;
}
.f-w-tab .nav li{
    display: inline-block;
    background-color: #0A96D3;
    width: 20%;
    margin: 0 3px;
}
.f-w-tab .nav li:hover, 
.f-w-tab .nav li.active  {
    background-color: #333;
}
.f-w-tab li a {
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
}
.f-w-tab li i.fa {
    color: #fff;
    display: block;
    font-size: 35px;
    line-height: 60px;
}

.f-w-tab .panel-body {
    margin-top: 50px;
}
.tab-content img {
    width: 100%;
}
/* Full Width Tab */

/* Round style tab */

.f-w-tab .nav.round {}

.f-w-tab .nav.round li {
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    margin: 0 3%;
}

@media (max-width: 768px) {
    .f-w-tab .nav.round li {
        margin: 0 1%;
        margin-top: 20px;
    }
}

.f-w-tab .nav.round li:hover, 
.f-w-tab .nav.round li.active  {
    background-color: #0A96D3;
    border-color: #0A96D3;
    color: #fff;
}

.f-w-tab .round li a,
.f-w-tab .round li i.fa {
    color: inherit;
}



/* accordion */
.accordion .panel-group {
    margin-bottom: 0;
}

.accordion .panel {
    margin-top: 0px;
    box-shadow: none;
}

.panel-group .panel+.panel {
    margin: 0px;
}

.accordion .panel-heading {
    padding: 0;
    background: transparent;
}

.accordion .panel-heading a {
    display: block;
    padding: 0;
    padding-left: 15px;
    background-color: #f5f5f5;
    text-decoration: none;
    color: inherit;
    height: 40px;
}

.accordion .panel-heading a.collapsed i.fa:before {
    content: "\f067";
}

.accordion .panel-heading i.fa {
    width: 30px;
    height: 40px;
    line-height: 40px;
    float: left;
}

.accordion .panel-title {
    float: left;
    line-height: 40px;
    font-size: 17px;
    color: #333;
}
.accordion .panel-body {
    padding: 15px 0;
    margin-top: 0px;
}





/* --------------------------------------------------------------------------------
*                               06. latest-project area css
* ------------------------------------------------------------------------------- */
.latest-project-area {
	background: #f5f5f5;
}
.latest-project-area .section-title {
	margin-bottom: 35px;
}
.project-item {
    margin-top: 20px;
    text-align: center;
}

.project-item figcaption {
    display: flex;
    align-items: center;
}

.project-item figcaption .overlay {
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.project-item h3 {
    margin-top: 0px;
}

.project-item a i.fa {
    color: #fff;
    font-size: 25px;
    display: inline-block;
    margin: 10px;
}




/* ---------------------------------------------------------------------------------
*                               06. Portfolio/work area css
* -------------------------------------------------------------------------------- */
.works.section-big {
	padding-top: 60px;
}
.portfolio {
	margin-top: 40px;
}
.portfolio .mix {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.filters li {
        display: inline-block;
    margin: 0px 11px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #333;
    font-weight: 400;
    border: 1px solid #DADADA;
    padding: 8px 20px;
}

.filters li.active {
    color: #0A96D3;
}





/* ----------------------------------------------------------------------------------------
*                                   09. Pricing area css
* --------------------------------------------------------------------------------------- */
.price-item {
    padding: 0 15px 28px;
    margin: 0;
    background-color: #f1f1f1;
    text-align: center;
    position: relative;
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item.featured {
    background: #0A96D3;
    color: #fff;
}

.price-item p.level {
    font-size: 24px;
    font-weight: 800;
    line-height: 120px;
    margin: 0;
}

.price-item p.desc {
    font-size: 14px;
    margin-bottom: 0px;
}

.price-item p.price {
    background: #fff;
    margin: 0 -15px;
    line-height: 72px;
}

.price-item.featured p.price {
    color: #0A96D3;
}

.price-item p.price .dollar {
    font-size: 30px;
    position: relative;
    top: -30px;
}

.price-item p.price .number {
    font-size: 36px;
    font-weight: 800;
}

.price-item .features {
    margin: 30px 0;
}

.price-item .features li {
    padding: 5px 0;
}

.price-item a.btn {
    background: #333;
}

.price-item a.btn:hover {
    background: #0A96D3;
    color: #fff;
}

.price-item.featured a.btn {
    background: #fff;
    color: #0A96D3;
}

.price-item.featured a.btn:hover {
    background: #333;
    color: #fff;
}




/* ----------------------------------------------------------------------------------------
*                                10. Testimonial area css
* --------------------------------------------------------------------------------------- */
.testimonial-area {
    background: #f5f5f5;
}

.single-testimonial {
    position: relative;
}

.test-meta {
    margin-top: 30px;
    overflow: hidden;
}

.test-meta img {
    max-width: 80px;
    float: left;
    margin-right: 15px;
    border-radius: 100px;
}

.single-testimonial i.fa {
    font-size: 35px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
}

.single-testimonial p {
    color: inherit;
}

.single-testimonial h4 {
    color: inherit;
    margin-top: 20px;
}

.single-testimonial .desg {
    color: inherit;
    font-size: 14px;
    line-height: 16px;
}

.service-carousel .owl-item,
.news-carousel .owl-item {
    padding: 0 15px;
}

.service-carousel .owl-controls, 
.owl-slider .owl-controls, 
.news-carousel .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;    
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.service-carousel:hover .owl-controls,
.news-carousel:hover .owl-controls {
    opacity: 1;
}

.owl-slider img {
    width: 100%;
}

.owl-slider .owl-controls {
    opacity: 1;
}

.owl-buttons {
    opacity: 0.7;
}

.owl-buttons i.fa {
    font-size: 25px;
    color: #fff;
    background-color: #0A96D3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: translate(0, -50%);
}
.owl-buttons i.fa:hover {
    /*color: #333;*/
    background-color: #333;
}

.owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    border: 1px solid #fff;
    background: #fff;
    float: left;
}

.owl-pagination {
    width: 80px;
    margin: auto;
    margin-top: 40px;
}

.owl-page.active span {
    border-color: #0A96D3;
    background: #0A96D3;
}

.owl-controls .owl-buttons div {
    font-size: 25px;
    background: none;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.service-carousel .owl-buttons,
.news-carousel .owl-buttons {
    margin: 0 15px;
}

.owl-client {
    margin-top: 20px;
}



/* ----------------------------------------------------------------------------------------
*                                   11. News area css
* --------------------------------------------------------------------------------------- */
.news-area {}
.single-news {}

.news-image img {
    width: 100%;
}
.news-content .subtitle {
    text-transform: inherit;
    line-height: 28px;
}
.news-content .subtitle i.fa {
    color: #0A96D3;
}
.news-content .btn {
    margin-top: 10px;
}
.news-meta {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}

.news-meta span {
    float: left;
    margin-right: 15px;
}

.news-meta span i.fa {
    margin-right: 4px;
}

.news-meta span a:hover i.fa {
    color: #333;
}







/* ----------------------------------------------------------------------------------------
*                                   13. Client area css
* --------------------------------------------------------------------------------------- */
.owl-client .item img {
    width: auto;
    max-width: 100%;
    padding: 0 15%;
}




/* ----------------------------------------------------------------------------------------
*                                14. Subscribe area css
* --------------------------------------------------------------------------------------- */
.subscribe-area {
    background-color: #f5f5f5;
}

.newsletter-form {
    margin: auto;
    margin-top: 30px;
}
.newsletter-form input{
    display: inline-block;
    height: 50px;
    width: 80%;
    padding: 5px 10px;
    background: #fff;
    float: left;
}
.newsletter-form .mc-submit {
    height: 50px;
    width: 20%;
    font-weight: bold;
    color: #fff;
    background-color: #0A96D3;
    border: none;
    font-size: 24px;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
}
.newsletter-form .mc-submit i.fa {
    color: #fff;
}
.newsletter-form .mc-submit:hover i.fa{
    color: #333;
}
.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-alerts div {
}
.mailchimp-submitting{
}
.mailchimp-success{
    color: green;
}
.mailchimp-error{
    color: red;
}





/* ----------------------------------------------------------------------------------------
*                                   15. Contact area css
* --------------------------------------------------------------------------------------- */
.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 40px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    border: 1px solid #bbb;
    padding-left: 10px;
    margin-bottom: 15px;
}

.contact-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    line-height: 45px;
    color: #0A96D3;
    font-size: 18px;
}

.contact-form #message {
    padding-top: 10px;
    height: 150px;
}

#submitButton {}

.success {
    background: #fff none repeat scroll 0 0;
    color: #50B948;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.address-box {
    margin-bottom: 5px;
    padding-left: 40px;
}
.contact-area h3 {
    margin-top: 0px;
}
.address-box i.fa {
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 40px;
    text-align: center;
    margin-left: -50px;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info i.fa {
    font-size: 30px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.contact-info i.fa:after {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
}

.contact-info a {
    color: inherit;
}




/* ----------------------------------------------------------------------------------------
*                                   16. Google Map area css
* --------------------------------------------------------------------------------------- */
.gmap-area {
    padding-top: 0px;
}
#contactgoogleMap {
    width: 100%;
    height: 400px;
}





/* ----------------------------------------------------------------------------------------
*                                   17. Footer area css
* --------------------------------------------------------------------------------------- */
.footer-area {
    background: #333;
    padding: 50px 0px;
    color: #fff;
    font-size: 14px;
}
.footer-area a {
    color: #fff;
}
.footer-area img {
    max-width: 200px;
    max-height: 51px;
    margin-bottom: 20px;
}
.footer-area h4 {
    color: #fff;
    border-bottom: 1px solid #444;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 25px;
}
.footer-area p {}
.footer-area i.fa {
    font-size: 14px;
    width: 25px;
    margin-top: 6px;
    overflow: hidden;
    float: left;
    height: 27px;
}

.footer-area ul {
    margin-left: 20px;
}

.footer-area ul li {
    margin-bottom: 5px;
    list-style: none;
    padding-left: 0px;
}
.footer-area .q-link li:before {
  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em; /* same as padding-left set on li */
  width: 1em; /* same as padding-left set on li */
}

.q-link li {
    float: left;
    width: 50%;
}


.footer-area a:hover {
    color: #0A96D3;
}

.footer-area .social-links {
    margin-top: 30px;
    margin-left: 0px;
}

.social-links li {
    list-style: none;
    display: inline-block;
}

.social-links li a i.fa {
    color: #aaa;
    font-size: 25px;
    margin-right: 15px;
}

.social-links li a:hover i {
    color: #0A96D3;
}

.copyright-text {
    padding: 30px 0px;
    background: #000;
    color: #fff !important;
}

.copyright-text p {
    margin: 0;
}
.copyright-text a {
    color: #FFF !important;
    border-bottom: 1px solid #FFF;
}
.copyright-text a:hover {
    
    border-bottom: 1px solid #000;
}







/*  About Page Css */


/*  who we are area 
---------------------------------------------------------------- */
.page-title {
    background-image: url(../img/bg/page-title-bg.jpg);
    background-position: center center;
    position: relative;
    color: #fff;
}

.page-title:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.page-title h2 {
    font-size: 36px;
    font-weight: 700;
}

.page-title h2,
.page-title p, 
.page-title a {
    color: inherit;
    position: relative;
    z-index: 1;
}



/*  who we are area 
---------------------------------------------------------------- */

.who-we-are-area {
    /*background-color: #f5f5f5;*/
}

.who-we-are-area h2 {
}

.list-group {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list-group li {
    width: 47%;
    margin-left: 3%;
    float: left;
    line-height: 35px;
}

.list-group li i.fa {
    font-size: 0.9em;
    margin-right: 5px;
}

.video-area iframe {
    width: 100%;
    height: 320px;
    border: medium none;
}



/*  Team Area 
---------------------------------------------------------------- */
.team-area {
    background-color: #f5f5f5;
}

.team-member{
    background-color: #fff;
    text-align: left;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 30px;    
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    cursor: pointer;
}
.team-member:hover {
	opacity: 0.8;
}
.team-member:hover a {
	color: #0A96D3;
}
.team-member .member-info {
	padding: 0 5px;
}
.member-image{}

.member-image img{
    width: 100%;
    padding-bottom: 2px;
}

.member-info {
    transition: 0.3s ease-out;
}

.team-member h3{
	font-size: 16px;
    margin-bottom: 6px;
    margin-top: 12px;
    text-align: center;
    
}
.team-member h3 a {
	color: #222;
}

.member-social a{
    position: relative;
    margin: 10px 0px;
}

.member-social i.fa {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #333;
}

.member-social i.fa:hover {
    color: #0A96D3;
}



/* Blog Page 
-------------------------------------------------*/

.single-post {
    margin-bottom: 50px;
}    

.blog-content .single-post h3 {
    margin-top: 0px;
}

.featured-img {
    position: relative;
}

.featured-img img {
    width: 100%;
}

.featured-img .news-meta {
    /*position: absolute;
    left: 0;
    bottom: 0;*/
    color: #000;
    background-color: #F2F2F2; /*rgba(255,255,255, 0.8);*/
    /*line-height: 50px;*/
    width: 100%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.featured-img .news-meta h3 {
	font-size: 18px;
    margin-bottom: 15px;
    line-height: 25px;
    font-weight: normal;
    text-align: center;
}
.featured-img .main-img {
	position: relative;
    display: block;
}
.featured-img .main-img i {
	position: absolute; bottom: 10px; right: 10px; color: white; opacity: 0.5; font-size: 20px;
}
.featured-img .main-img:hover i {
	opacity: 1; 
}
.single-post p {
    margin-bottom: 20px;
}

.single-post .btn {
    margin-top: 10px;
}

.comment-form {}
.comment-form input, 
.comment-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}
.comment-form input[type=submit] {
    display: inline-block;
    width: auto;
    padding: 5px 30px;
}


/* Blog Page css 
-----------------------------------------------*/
.widget {
    margin-bottom: 40px;
}

.widget ul {
    margin-left: 20px;
}

.widget-recent-posts ul {
    list-style: none;
}
.widget a {
    color: inherit;
}
.widget a:hover {
    color: #0A96D3;
}

/* Search widget css */
.widget-search form {
    position: relative;
}

.widget-search #s {
    position: relative;
    width: 100%;
    height: 45px;
    padding: 10px 45px 10px 5px;
    box-sizing: border-box;
}

.widget-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    background-color: #0A96D3;
    background-image: url(../img/search2.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.widget-search label {
    position: absolute;
    z-index: 1;
    top: 10px;
    pointer-events:none;
    left: 10px;
    font-weight: 100;
}

.widget-search input:focus ~ label,
.widget-search textarea:focus ~ label,
.widget-search input:valid ~ label,
.widget-search textarea:valid ~ label {
    display: none;
}


/* Recent Posts Widget */
.widget-recent-posts ul li {
    margin-bottom: 20px;
}

.widget-recent-posts ul li:last-child {
    margin-bottom: 0;
}

.widget-recent-posts ul li img {
    float: left;
    margin-right: 15px;
    width: 80px;
}


.widget-recent-posts .post-details {
    font-size: 12px;
    color: #999;
}

.widget-recent-posts .post-details span {
    margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .widget-recent-posts ul li img {
        display: none;
    }
    
}

/* Pagination css */
.pagination>li>a {
    color: #0A96D3;
    font-weight: 500;
} 
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    color: #0A96D3;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #0A96D3;
    border-color: #0A96D3;
}
.pagination-lg>li:first-child>a, 
.pagination-lg>li:first-child>span,
.pagination-lg>li:last-child>a, 
.pagination-lg>li:last-child>span {
    border-radius: 0px;
}



/*
comments css
--------------------------------*/
/*------------------------------------------------------------------*/
/* 12 Blog comments */
/*------------------------------------------------------------------*/
.comments-img {
    width: 120px;
    height: 120px; 
}

.post-short-text {
    font-size: 15px;
    font-weight: bold; 
}

.comments ul {
    margin: 0;
    padding: 0; 
}
.comments ul li .comment-box {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 35px; 
}
.comments ul li .comment-box img {
    float: left;
    max-width: 125px;
    width: auto; 
}
.comments ul li .comment-box .comment-content {
    margin-left: 150px; 
}
.comments ul li .comment-box .comment-content h4 {
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}
.comments ul li .comment-box .comment-content a {
    color: #777777;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s; 
}
.comments ul li .comment-box .comment-content span {
    color: #555555;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 5px;
}
.comments ul.depth .comment-box {
    padding-left: 150px; 
}
.comments ul li {
    list-style: outside none none; 
}
.comments ul li .comment-box .comment-content a:hover {
    color: #1672D2; 
}

.blog-preview .post-content {
    padding: 25px 25px 50px; 
}

@media (max-width: 767px) {
    .comments ul.depth .comment-box {
        padding-left: 50px; 
    } 
}

.comments h2 {
    margin-bottom: 50px; 
}






/* Home 2 style */

.about-text.left {
    margin-bottom: 30px;
}

.promo-section {
    padding-top: 50px;
}

.promo-box {
    margin-top: 30px;
    max-width: 320px;
}

.promo-box i.fa {
    font-size: 30px;
    width: 50px;
    float: left;
}

.promo-box h3 {}

.process-area {
    background-image: url(../img/bg/work-bg.jpg);  
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.process-area:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
}

.process-box {
    position: relative;
    margin-bottom: 25px;
}

@media (min-width: 1200px) {
    .process-box {
        padding: 0 30px;
    }
}

.number {
    border: 1px solid #85af4b;
    color: #fff;
    background: #85af4b;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    margin-bottom: 25px;
}

.process-box:before {
    position: absolute;
    content: '';
    top: 25px;
    left: 90px;
    width: 100px;
    text-align: right;
    line-height: 3px;
    height: 3px;
    color: #85af4b;
    border-bottom: 3px dashed #85af4b;
    transform: translate( 0, -50%);
    -ms-transform: translate( 0, -50%);
    -webkit-transform: translate( 0, -50%);
}

.process-box:after {
    position: absolute;
    content: '\f0a9';
    font-family: fontAwesome;
    font-size: 30px;
    top: 25px;
    left: 50%;
    width: 170px;
    text-align: right;
    line-height: 3px;
    height: 3px;
    color: #85af4b;
    transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    -webkit-transform: translate( -50%, -50%);
}

.process-box.last:after {
    content: '\f058';
}


.section-block-parallax {
	text-align: center;
}
.section-block-parallax h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
    color: white;
}
.mt-0 { margin-top: 0px; }
h3.examples {
	    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*@media (min-width: 768px){*/
	.navbar-right .dropdown-menu {
	    left: 0;
	    right: auto;
	}
/*}*/
@media (min-width: 992px) and (max-width: 1199px){
	.team-member h3{
		font-size: 14px;	    
	}
}

.btn i.fa { color: white; }
.single-post.no-margin { margin-bottom: 0px; }
.row-type-1,.row-type-2 { padding-left: 0px; padding-right: 0px; margin: 0px;}
.row-type-1 > div,.row-type-2 > div { padding: 0px; }
.row-type-1 .col-md-8, .row-type-2 .col-md-8 { padding: 30px; }
.row-type-1 { background:#F4FAFD}
.row-type-2 { background:#0D487C; color: white; }
.row-type-2 h4, .row-type-2 p { color: white; }
.row-type-1 p a, .row-type-2 p a { text-decoration: underline; }
.row-type-1 p a:hover, .row-type-1 p a.btn, .row-type-2 p a:hover, .row-type-2 p a.btn { text-decoration: none; }

.single-post.row-0, .single-post.row-1 { margin-bottom: 30px; }
.row-type-1 .description { padding: 25px;  }
.linked-popup { display:block;margin-bottom: 30px; }
.linked-popup:hover { opacity: 0.8; }

.single-realisation .description { background: #F4FAFD }
.realitation-text { padding: 15px 15px 65px 15px; margin-bottom: 30px; background: #F4FAFD; position: relative;}
.realitation-text .btnbar { position: absolute; bottom: 15px; left: 15px; }

.action-area .btn-trnsp:hover {
    background: #0D487B !important;
}

.codedropz-upload-inner h3 {
    margin: 5px 0;
    font-size: 16px;
    color: #666;
}
.codedropz-upload-handler { margin-top: 10px; }

table.tbl-tf { width: 100%; }
table.tbl-tf th.tf-photo { width: 100px; vertical-align: middle; }
table.tbl-tf th.tf-photo img { max-width: 80px; }
table.tbl-tf td.tf-name { vertical-align: top; vertical-align: middle; font-weight: bold; }
table.tbl-tf td.tf-dl { width: 100px; text-align: center; vertical-align: middle;  }
table.tbl-tf td.tf-dl img { max-height: 25px; }
table.tbl-tf td.tf-dl a:hover { text-decoration: underline; }

@media (min-width: 992px){
    #menu-navigation-1 { margin-top: -8px; }
    .mainmenu .navbar-nav > li {
        display: table;
        float: left;
        height: 70px;
    }
    .mainmenu .navbar-nav li a {
        max-width: 140px;
        display: table-cell;
        min-height: 156px;
        vertical-align: middle;
        text-align: center;
    }
}

.page-title h1.h2 {
    font-size: 36px;
    font-weight: 700;
    color: white;
    position: relative;
    z-index: 1;
}
ul.related-references { padding-left: 0px; margin-left: 0px; margin-top: 25px; }
.related-reference a { display: inline-block; vertical-align: top; }
.related-reference a.post-title { /*font-weight: bold; color: #0a96d3;*/ width: 60%; margin-top: -3px; }
.related-reference a.ref-img { width: 30%; margin-right: 5%; }
.related-reference a.ref-img:hover { opacity: 0.8; }
.single-realisation a.moreInfo { background: #0D497B; color: white !important; }
.single-realisation a.moreInfo:hover { background: #0a96d3; }
.single-realisation span.btn.photos{ background: #0a96d3; color: white !important; }
.single-realisation span.btn.photos:hover{ background: #0D497B; color: white !important; }
.realitation-text .btn { padding-left: 12px; padding-right: 12px; }