.header{ background: url(../images/header-bg.jpg) center top; font-family: 'Roboto', sans-serif; color: #fff;}
.header h3 {
    margin: 0;
    font-weight: 400;
    margin-top: 40px;
    text-align: right;
}

.header span {
    text-align: right;
    display: block;
    font-weight: 400;
}
.logo-wrapper {
    padding: 12px 0px;
}
.welcome-note{ text-align: center; padding: 53px 0px;}

.welcome-note p {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    line-height: 24px;
    color: #646464;
}

.welcome-note h3 {
    font-size: 29px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #787878;
}

.welcome-note h3 span {
    color: #FF740E;
}
.navbar-nav>li.line>a {
    border-left: 1px solid #2D2E5F;
}
.services{ background: url(../images/green_pattern.jpg) center; font-family: 'Roboto', sans-serif;}
.list{ text-align: center;}

.services .container {
    background: rgba(213, 237, 223, 0.69);
    padding: 55px 10px;
}
.services h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #40604d;
    font-weight: 600;
}
.services p {
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    margin-bottom: 16px;
    width: 81%;
}

.services button.btn.btn-default {
    background: #718E7D;
    color: #fff;
    border: 0;
    border-radius: 46px;
    padding: 6px 21px;
}
.clients{ padding: 40px 0px 0px 0px;}
.clients .container{ border-bottom: 5px solid #ddd; padding-bottom: 40px;}
.testimonials {
    font-family: 'Roboto', sans-serif;
    padding: 10px 0px 42px 0px;
    position: relative;
}

.testimonials h3 {
    font-size: 18px;
    font-weight: 400;
    color: #6b6b6b;
}

.testimonials h3 i {
    font-size: 13px;
    margin-right: 7px;
}
.testimonials .row {
    padding: 0px 40px;
    margin-top: 30px;
}

.testimonials .media-body p {
    margin: 0px 7px;
    font-size: 14px;
    font-style: italic;
    width: 80%;
    color: #6F6F6F;
}

.testimonials .media-body p b {
    margin-top: 6px;
    float: left;
    font-style: normal;
}

.projects{ background: #F0FCFF; border-top: 5px solid #E2EEF0; font-family: 'Roboto', sans-serif; padding: 40px 0px;}
.projects h3 {
    font-size: 18px;
    color: #6b6b6b;
    text-decoration: underline;
    margin-bottom: 31px;
    margin-top: 0px;
}

.projects span {
    font-size: 12px;
    color: #6b6b6b;
}

.projects span i {
    margin-right: 6px;
}

.projects h4 {
    font-size: 18px;
    color: #6b6b6b;
    margin-bottom: 3px;
}

.projects p {
    margin-left: 0;
    font-size: 14px;
    margin-bottom: 12px;
}
button.btn.btn-default.click {
    background: #002A66;
    margin: 20px 15px;
    border: 0;
    color: #fff;
    border-radius: 0px;
    -webkit-transform: skew(-15deg, 0deg);  -moz-transform: skew(-15deg, 0deg);  -o-transform: skew(-15deg, 0deg);  -ms-transform: skew(-15deg, 0deg);  transform: skew(-15deg, 0deg);
}
.container-fluid.footer {
  background: rgb(40, 60, 117);
  padding: 47px 0px;
  text-align: center;
}
 
 .container-fluid.footer a {
    color: #fff;
}

.container-fluid.footer a i {
    font-size: 16px;
    margin: 0px 9px;
    opacity: .7;
}

.container-fluid.footer a i:hover {
    opacity: 1;
    text-decoration: none;
}

.container-fluid.footer a:hover {
    text-decoration: none;
}

.container-fluid.footer p {
    font-size: 13px;
    margin-top: 7px;
    color: #fff;
    opacity: .7;
}
.pro-img-gla {
    margin: 0px;
}

.pro-img-gla .item {
    padding: 16px 7px;
    overflow: hidden;
    max-height: 157px;
}

.pro-img-gla .item img {
    width: 100%;
}
.testimonials span {
    content: "";
    width: 1px;
    height: 57%;
    background: #FFFFFF;
    position: absolute;
    left: -29px;
    right: 0;
    margin: 0 auto;
    top: 29px;
}
.subpage .carousel-caption {
    padding-bottom: 90px;
}
h3.sub_head {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #FF740E;
    padding: 8px 0px 11px 0px;
}
.container-fluid.sub p {
    text-align: justify;
    line-height: 24px;
    font-size: 15px;
    color: #666;
}

.container-fluid.sub {
    padding-bottom: 30px;
}
h3.sub_head.sd {
    margin: 0;
    font-size: 18px;
    color: #777;
}

/*services*/

.c-ser img {
    width: 100%;
}

.c-ser h1 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 21px;
    color: #DF4C00;
    font-family: 'Roboto Condensed', sans-serif;
}

.container.ser {
    margin-top: 22px;
}

.c-ser p {
    font-size: 14px !important;
}

.c-ser {
    margin-bottom: 7px;
    padding: 31px; 
 -webkit-transform: perspective(500px) translate(0px, 0px);
-moz-transform: perspective(500px) translate(0px, 0px);
-o-transform: perspective(500px) translate(0px, 0px);
-ms-transform: perspective(500px) translate(0px, 0px);
transform: perspective(500px) translate(0px, 0px);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;


 
}

.c-ser button.btn {
    background: #069AE0;
    border: 0px;
    padding: 5px 17px;
    color: #fff;
}
.c-ser:hover {
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
 -webkit-transform: perspective(500px) translate(0px, -10px);
-moz-transform: perspective(500px) translate(0px, -10px);
-o-transform: perspective(500px) translate(0px, -10px);
-ms-transform: perspective(500px) translate(0px, -10px);
transform: perspective(500px) translate(0px, -10px);


}

.modal-body.c-ser:hover{  box-shadow: none;
    border-radius: 0px;
 -webkit-transform: perspective(500px) translate(0px, 0px);
-moz-transform: perspective(500px) translate(0px, 0px);
-o-transform: perspective(500px) translate(0px, 0px);
-ms-transform: perspective(500px) translate(0px, 0px);
transform: perspective(500px) translate(0px, 0px);}
.c-ser p {
    height: 142px;
    overflow: hidden;
    margin-bottom: 20px;
}

.pop-c-ser img {
    width: 100%;
}

.pop-c-ser h1 {
    text-transform: uppercase;    font-weight: 200;    
    font-size: 22px;    color: #DF4C00;    font-family: 'Roboto Condensed', sans-serif;
    padding: 0px 38px;
}

.modal-body.pop-c-ser {
    padding: 0px 0px;
}

.modal-body.pop-c-ser p {
    padding: 0px 38px;
}
/*services*/

div#map_canvas {
    width: 100%;
    height: 450px;
}

.con-aaaa {
    position: absolute;
    top: 0;
    z-index: 9999;
    font-family: 'Roboto', sans-serif;    background: #fff;    
       
    margin-top: 33px;    box-shadow: 0px 0px 20px #ddd;    border-bottom: 10px solid #eee;
    padding: 24px 18px;
}
.pr{ position: relative;}
.container-fluid.pr.co {
    margin-top: -26px;
}
.multi-logo {
    text-align: center;
    width: 76px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 18px;
}

.multi-logo img {
}

.head {
    text-align: center;
}
.head h3 {
    font-size: 35px;
    font-weight: 800;
    color: #2C3594;
}

.head h3 span {
    width: 100%;
    clear: both;
    font-size: 14px;
    float: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 3px;
    color: #555;
}

.head h3 b {
    font-weight: normal;
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 2px;
    color: #555;
}

.head p {
    margin-top: 54px;
    line-height: 30px;
}
.head p i {
    margin-right: 9px;
    color: #808080;
    font-size: 14px;
}
.conta-fff {
    padding: 30px 15px;
}
h1#firstHeading {
    font-size: 13px;
}
.gallery {}

.gallery .item {
    margin-bottom: 31px;
    position: relative;
    overflow: hidden;
}

.gallery .item img.img-responsive {
    box-shadow: 6px 5px 0px rgba(0, 0, 0, 0.09);
    border: 2px solid #fff;
    min-height: 198px;
}

.modal-header {
    padding: 0;
    font-size: 0px;
    position: relative;
    min-height: 0;
}

.modal-header .close {
    position: absolute;
    margin-top: 0px;
    right: 24px;
    top: 24px;
    background: #fff;
    padding: 10px;
    z-index: 9;
    opacity: 1;
    width: 35px;
    height: 35px;
    line-height: 0px;
    border-radius: 2px;
}

.modal-title {
    font-size: 0px;
}

.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 48%;
    width: 96%;
}

.ekko-lightbox-nav-overlay a.glyphicon {
    left: 30px;
    background: #fff;    padding: 10px;
    width: 35px;    height: 35px;
    line-height: 13px !important;
}

 

.ekko-lightbox-nav-overlay a.glyphicon.glyphicon-chevron-right {}

a.glyphicon.glyphicon-chevron-right {
    right: 0;
    left: auto;
    position: absolute;
}

.modal-body {
    padding: 0;
}
.modal-dialog {
    margin-top: 4%;
}
.modal-open {
  overflow: visible;
}
.modal-loading {
    padding: 270px 200px;
    text-align: center;
    background: url(../images/loading.jpg) center no-repeat ; font-size: 0px;
}

.modal-open .modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
.glyphicon:hover{ text-decoration: none;}
.container.projects.details {
    background: none;
    border: 0px;
}
 
.col-md-6.pro {
    height: 469px;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

{font-family: 'Source Sans Pro', sans-serif;}
.carousel-caption h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
    font-size: 63px;
    text-shadow: 0px 0px 27px rgba(0, 0, 0, 0.94);
    margin-bottom: 0;
}

.carousel-caption p {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
    font-weight: 600;
}
.owl-carousel .owl-item img{ display: block; margin: 0 auto;}

.clients .owl-pagination {
    position: relative;
    top: 25px;
}


.clients  .owl-theme .owl-controls .owl-page span { background:#DDDDDD;}
.owl-pagination {}

.testimonials .owl-pagination {
    display: none;
}
.testimonials .owl-buttons {
    font-size: 0px;
    margin-top: 27px;
}

.testimonials .owl-theme .owl-controls .owl-buttons div {
    font-size: 0px;
    height: 30px;
    width: 30px;
    background: #C8C8C8 url(../images/navi.png) center  no-repeat ;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-position: 9px 8px;
}

.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-position: -31px 8px;
}

.services button.btn.btn-default:hover {
    background: #FF740E;
}


div#ascrail2000-hr div {
    display: none !important;
}
 

div#ascrail2000 div {
    width: 14px !important;
    border: 0px solid #FFF !important;
    border-top-left-radius: 0px !important;  
    border-top-right-radius: 0px !important;  
    border-bottom-right-radius: 0px !important;  
    border-bottom-left-radius: 0px !important;
    right: 0px !important;
    background: #283C75 !important;
}
div#ascrail2000 {
    background: #F1F1F1;
    width: 14px !important;
}

.gallery .item:after {
    content: "";
    position: absolute;
    height: 0%;
    background: rgba(0, 0, 0, 0.48);
    left: 0;
    right: 15px;
    left: 15px;
    border-radius: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in;  
    -moz-transition: all 0.3s ease-in;  
    -o-transition: all 0.3s ease-in;  
    transition: all 0.3s ease-in;
}

.gallery .item:hover:after {
    height: 100%;
}

.gallery .item:before {
    content: "VIEW";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    text-align: center;
    height: 50px;
    top: 0;
    bottom: -290px;
    border: 3px solid #fff;
    border-radius: 50%;
    line-height: 47px;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    z-index: 2;
      -webkit-transition: all .4s ease-in;  
    -moz-transition: all .4s ease-in;  
    -o-transition: all .4s ease-in;  
    transition: all .4s ease-in;
}

.gallery .item:hover:before {
    bottom: 0;
}

.c-ser {
    min-height: 495px;
    max-height: 495px;
}

.c-ser p {
    max-height: 124px;
}