/*
    Theme Name: Baker
    Theme URL: https://bootstrapmade.com/baker-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.section-padding
{
    padding: 15px 0px 20px 0px;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

/***********************************
************************************
HEADER 
************************************
***********************************/
.header{
    background-attachment:fixed;
    /*background: url('../img/mainBanner2.jpg') no-repeat fixed;*/
    /*background-size: cover;
    min-height: 650px;
    position: relative;
    background-position: center top;*/
}
.bg-color
{
    background-color: rgba(0, 0, 0, 0.23);
    min-height: 650px;
}
#main-header
{
}
.navbar-default {
    /*background-color: transparent;*/
    border-bottom:1px solid #ECEFF7;
    padding: 5px 0; 
    transition: all 0.3s;
    background-color:white
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover
{
    color: #002F2F;
}

.top-nav-collapse {
    padding: 0; 
    background: rgb(255, 255, 255);
}

.logo-dec
{
    color: #be9e21;
}
.navbar-default .navbar-brand {
    color: #fff;
    font-family: Tahoma, 'Raleway', sans-serif;
    font-weight: 700;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
{
    color: #fff;
}
.navbar-brand {
    padding: 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 0px;
    margin-top: 6px;
}
.navbar-default .navbar-nav > li > a
{
    color:#585858;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 54px;
    font-weight: 400;
    text-transform: uppercase;
    /*background: transparent;*/
    /*color: #fff;*/
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    font-weight:500
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
    /*background-color: transparent;*/
    background-color: #00adef;
    border-bottom: 3px solid #f7931d;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    /*background-color: transparent;*/
    color: #f7931d;
}
.banner-info
{
    padding-top: 280px;
    color: #fff;
}
.bnr-title, .bnr-sub-title
{
    /*font-family: 'Roboto', sans-serif;*/
}
h1.bnr-title
{
    /*color:#f7931d;*/
    /*font-family:'Roboto', sans-serif;*/
    font-weight:normal;
    font-size: 25px;
    /*text-transform: uppercase;*/
    /*letter-spacing: 2px;*/
}
h2.bnr-sub-title
{
    font-size: 45px;
    text-transform: uppercase;
    padding: 20px 0px;
    font-weight: 700;
}
.bnr-para
{
    font-weight: 300;
}
.btn-download, .btn-more, .btn-download:hover, .btn-download:focus, .btn-more:focus
{
    text-transform: uppercase;
    margin-top: 50px;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 30px;
    border-radius: 60px;
    margin: 50px 10px 0 0;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}


.btn-download
{
    background-color: #00adef;
}
.btn-more, .btn-more:focus
{
    margin-left: 15px;
    border: 1px solid #00adef;
    color: #00adef;
}

.btn-more:hover {
    background: #00adef;
    color: #fff;
}

.overlay-detail a i{
   text-align: center;
   position: absolute;
   bottom: 25px;
   font-size: 38px;
   color: #fff;
}

.overlay-detail2 a {
   
}
/***********************************
************************************
features
************************************
***********************************/
.title, .service-title
{
    font-family: Tahoma,'Fira Sans', sans-serif;
    font-size: 35px;
    font-weight:normal;
    color:#00adef
    /*text-transform: uppercase;*/
}
.item-img
{
    margin-top:15px;
    margin-bottom: 15px;
    font-size: 40px
}
.sub-title
{
    font-size: 16px;
    /*font-family: 'Roboto', sans-serif;*/
}
.bottom-line
{
    margin-top: 15px;
    margin-bottom: 30px;
    border: 0;
    border-top: 0px;
    height: 3px;
    width: 80px;
    background-color: #00adef;
}

.wrap-item {
    margin:15px 0px 15px 0px;
    border: 2px solid #e5e5e5;
    /*border-radius: 3px;*/
    /*padding: 18px;*/
}

.wrap-item i {
    color:#00adef
}

.wrap-item p {
    font-size: 10.5pt;
    font-family: 'Roboto', sans-serif;
    line-height:18pt;
}


.wrap-item:hover{
    /*border: 1px solid rgb(116, 128, 151);*/
    /*background-color: #00adef;*/
    border-color: #00adef;
    color:#00adef;
    /*background-color:#00adef*/
    
}

.wrap-item h3 {
    font-size: 18px;
    line-height: 25px;
    /*font-family: 'Roboto', sans-serif;*/
}

.item-text
{
    width: 100%; background-color: #e5e5e5; padding: 15px 18px 18px 18px;
}

.pad-bt15 {
    padding-bottom: 15px;
}
.sec-sub-title
{
    padding-top: 30px;
}
.sec-sub-title {
    font-size: 16px;
    font-weight: bold;
    color: #002F2F;
    text-transform: uppercase;
    margin: 25px 0px;
    line-height: 1.7;
}
#service
{
    background-color: #F3F4F8;
}



ul.service-list li i
{
    color: #002F2F;
    padding-right: 10px;
}
.learn-more, .learn-more:hover, .learn-more:focus {
    height: 50px;
    width: 175px;
    background: #046380;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 45px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.visit-portfolio, .visit-portfolio:hover, .visit-portfolio:focus {
    height: 50px;
    width: 175px;
    display: inline-block;
    text-align: center;
    color: #495376;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #838aa1;
    margin-top: 45px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.bx-wrapper img {
    width: 70px;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #fff;
    margin-bottom: 15px;
}
.service-item h3 span
{
    /*opacity: 0.7;*/
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -5px;
    font-weight: 700;
    padding-right: 6px;
}
.service-item h3
{
    font-weight: 700;
    font-size: 20px;
    padding-left:5px;
    font-family: 'Roboto', sans-serif;
}
.service-item p
{
    /*opacity: 0.6;*/
    color: inherit;
    padding: 10px 5px 10px 5px;
    text-align:justify;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
.service-item a
{
    color: #f7931d;
}
.mr-btn-15
{
    margin-bottom: 15px;
}
.padding-right-zero
{
    padding-right: 0px !important;
}
.bx-wrapper {
    margin: 0 auto 35px;
}
.portfolio-item
{
    position:relative;
    overflow:hidden;
}
.portfolio-item figure
{
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
}
.portfolio-item figure img {
    display:block;
    position:relative;
    z-index:10;
    margin:-15px 0
}
.portfolio-item figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

}
.portfolio-item figure h2 {
    font-family: 'Fira Sans', sans-serif;
    color:#fff;
    font-size:20px;
    text-align:left;
    padding-bottom:15px;
}
.portfolio-item figure p {
    display:block;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}
.portfolio-item figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding: 59px 30px;
    background-color: #00adef;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
    text-align: center;

    opacity:0.0;
}
.portfolio-item figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.portfolio-item figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg);

    opacity:0.1;
}
.portfolio-item figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0);

    opacity:1;
}
/***********************************
************************************
TESTIMONIAL
************************************
***********************************/
#testimonial
{
    /*background: url('../img/bg.jpg') no-repeat;*/
    background-size: cover;
    min-height: 300px;
}
.bg-testicolor{
    background-color: rgba(52, 152, 219, 0.82);
    min-height: 200px;
    background-image: url(../img/14.png);
    background-repeat: no-repeat;
}
.white
{
    color: #fff !important;
}

.testimonial-item ul {
    width:auto;
    text-align: center;
    text-decoration:none
}

.testimonial-item ul li {
    width:auto;
    text-align: center;
    margin: 0px auto 0px auto;
    display: block;
    text-decoration:none
}

.testimonial-item ul li blockquote {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 1px 2px #333;
    text-align: center;
    display: block;
    /*width: 100%;*/
    /*padding: 0 80px;*/
    position: relative;
    border: 0;
    margin: 0px auto 0px auto
}
.testimonial-item ul li  small {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 1px 2px #333;
    text-align: center;
    display: block;
    position: relative;
    margin: 0px auto 0px auto
    /*width: 100%;*/
}
.bx-viewport
{
    height: 120px !important;
    background-color: transparent !important;
    border: 0px none !important;
    box-shadow: none !important;
    padding-top: 20px;
    padding-left: 0px;
    margin-left: 0px;
}
.testimonial-item ul li blockquote::before {
    /*content: '“';*/
    /*left: 0px;*/
}
.testimonial-item ul li blockquote::before, .testimonial-item ul li blockquote::after {
    position: absolute;
    font-weight: 300;
    font-size: 3em;
    font-family: Georgia, serif;
    color: #ccc;
    top: 62%;
}
.testimonial-item ul li blockquote::after {
    /*content: '”';*/
    /*right: 30px;*/
}
/***********************************
************************************
Blog
************************************
***********************************/
.blog-info h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 5px;
}
.blog-comment {
    margin-top: 12px;
    min-height: 30px;
}
.blog-info p, .blog-comment p
{
    color: #949494;
}
.blog-comment p:first-child {
    float: left;
}
.blog-comment p:last-child {
    float: right;
    margin-right: 0;
}
.blog-comment p i
{
    color: #949494;
}
.read-more {
    color: #949494;
    margin-top: 15px;
    display: inline-block;
}
.blog-img
{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    background-color:#eceff8;
    border-bottom:solid 2px white;
    
}
.blog-img:hover
{
    border-bottom:solid 2px #00adef;
}

.blog-img img:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*filter: grayscale(0%);*/
}
.blog-img img {
    width: 100%;
    opacity: 0.8;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    /*filter: grayscale(100%);*/
    
}
/***********************************
************************************
contact
************************************
***********************************/
#contact
{
    /*background-color: rgb(73, 84, 105);*/
}
.btn-submit, .btn-submit:hover, .btn-submit:focus
{
    background-color: transparent;
    border-radius: 60px;
    color: #f7931d;
    font-weight: 400;
    border: 1px solid #f7931d;
    font-size: 14px;
    padding: 6px 20px;
}
.form-control
{
    background-color: transparent;
    border-radius: 0px;
    color: #be9e21 !important;
    border-color: #f7931d;
}
.form-control:focus {
    border-color: #be9e21;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.contact-form input.form-control{
    color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

.loction-info p
{
    margin-bottom: 25px;
}
.loction-info p i
{
    color: #f7931d;
}
/***********************************
************************************
contact
************************************
***********************************/
#footer
{
    padding: 10px 0px;
    background-color:#00adef;
    color:white;
}
.scrollToTop {
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: #be9e21;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
}
.white-bg
{
    background-color: #fff;
}
#footer a{
    color: #be9e21;
    font-weight: 400;
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/
/***********************************
************************************
cta
************************************
***********************************/
.cta {
    background-color: rgb(73, 84, 105);
}
.cta .cta-info {
    
    width: 100%;
    float: left;
    padding: 30px 25px 30px 15px;
    border-radius: 5px;
}
.cta .cta-info .cta-txt h3 {
    font-size: 32px;
    margin-bottom: 10px;
}
.cta .cta-info .cta-btn {
    margin-top: 16px;
    background-color: rgb(190, 158, 33);
    padding: 20px 50px;
    color: #FFF;
    font-size: 22px;
    display: inline-block;
    transition: all 0.5s ease-in 0s;
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/
@media (min-width: 768px) and (max-width: 980px) {
        .service-item, .blog-sec, .wrap-item, .loction-info{
        margin-bottom: 15px;
    }
    .portfolio-item figure figcaption{
        padding: 55px 30px;
    }

    .wrap-item {
        border: 2px solid #e5e5e5;
    }

    .padding-right-zero{
        padding-right: 15px !important;
    }

    .navbar-header img
    {
        margin-left: 20px;
    }

    .sub-title
    {
        font-size: 15px;
    }

    .header {
        background-attachment: inherit;
    }

    .bx-wrapper .bx-prev{
        margin-left: 5px;
    }

    .bx-wrapper .bx-next {
        margin-right: 5px;
    }
    /*.bg-6 {
        background-attachment: inherit;
    }

    .bg-7 {
        background-attachment: inherit;
    }*/
}
@media (min-width: 451px) and (max-width: 767px) {
        .service-item, .blog-sec, .wrap-item, .loction-info{
        margin-bottom: 15px;
    }

    .navbar-header img
    {
        margin-left: 20px;
    }

    .wrap-item {
        border: 2px solid #e5e5e5;
    }

    .sub-title
    {
        font-size: 15px;
    }

    .bg-6 .col-lg-3
    {
        border-bottom: solid 1px #4f4f4f;
        margin-bottom: 20px;
    }

    .header {
        background-attachment: inherit;
    }

    .bx-wrapper .bx-prev{
        margin-left: 5px;
    }

    .bx-wrapper .bx-next {
        margin-right: 5px;
    }

    /*.bg-6 {
        background-attachment: scroll;
    }

    .bg-7 {
        background-attachment: scroll;
    }*/
}
@media (min-width: 20px) and (max-width: 450px) {
    .navbar-default .navbar-brand {
        padding-left: 5px;
        margin-top: 0px;
        font-size:15px;
    }

    .navbar-header img
    {
        margin-left: 20px;
    }

    .wrap-item {
        border: 2px solid #e5e5e5;
    }
    .sub-title
    {
        font-size: 15px;
    }

    .header {
        background-attachment: inherit;
    }

    .bx-wrapper .bx-prev{
        margin-left: 5px;
    }

    .bx-wrapper .bx-next {
        margin-right: 5px;
    }

    /*.bg-6 {
        background-attachment: inherit;
    }

    .bg-7 {
        background-attachment: inherit;
    }*/
    .banner-info {
        padding-top: 110px;
    }
    h1.bnr-title {
        font-size: 16px;
        font-family:'Roboto', sans-serif;
    }
    h2.bnr-sub-title {
        font-size: 33px;
    }
    body{
        font-size: 14px;
    }
    .btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
        font-size: 12px;
        padding: 7px 18px;
    }


    .wrap-item h3 {
        /*font-size: 15px;*/
    }

    .wrap-item {
    border: 1px solid White;
    border-radius: 5px;
    padding: 18px
    }

    .wrap-item p {
        font-size: 10.5pt;
        line-height:18pt;
    }


    .wrap-item:hover{
        /*border: 1px solid rgb(116, 128, 151);*/
        /*background-color: #00adef;*/
        border: 1px solid #00adef;
        color:#00adef
    }

    .sub-title {
        font-size: 15px;
        /*font-family: 'Roboto', sans-serif;*/

    }
    .service-item, .blog-sec, .wrap-item, .loction-info{
        margin-bottom: 10px;
    }
    .loction-info{
        padding: 0px 15px;
    }
    .portfolio-item figure figcaption {
        padding: 30px 30px;
    }

    .bg-6 .col-lg-3
    {
        border-bottom: solid 1px #4f4f4f;
        margin-bottom: 20px;
    }

    .bx-wrapper .bx-prev{
        margin-left: 5px;
    }

    .bx-wrapper .bx-next {
        margin-right: 5px;
    }
    /*.page-section-ptb { padding-bottom: 0; }*/

    /*.portfolio-item figure figcaption h2 {
        display:none;
    }

    .portfolio-item figure figcaption p {
        display:none;
    }*/

    .portfolio-item figure img {
        /*margin: 0px auto 0px auto;*/
        padding-left:0px;
    }

    .padding-right-zero{
        padding-right: 15px !important;
    }
    .portfolio-item figure p{
        font-size: 14px;
    }
    .portfolio-item figure h2{
        font-size: 18px;
    }
    .testimonial-item ul li blockquote {
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0;
        padding: 0 40px;
    }
    .navbar-default .navbar-nav > li > a{
        line-height: 22px;
        text-align: center;
    }
}

/*.item-img i:hover
{
    color:white
}*/

.button-white {
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #fff;
    color: #00a9da;
    font-size: 12px;
}

.button-white span {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    font-weight: normal;
}

.button-white i {
    padding: 13px 14px;
    width: 46px;
    font-size: 14px;
    background-color:#E8E8E8;
}

.button-black
{
        border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #444444;
    color: #00a9da;
    font-size: 12px;
}

.button-black span {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    color: #fff;
    font-weight: normal;
}

.button-black i {
    padding: 13px 14px;
    width: 46px;
    font-size: 14px;
    background-color:#2C2C2C;
    color:white;
}

.text-white{
    color: white
}


.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}



.mt-40 {
    margin-top: 40px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.bg-6 {
    background: url(../img/06.jpg);
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    /*background-attachment: fixed;*/
}

.bg-opacity-black-70:before 
{  
    background: rgba(0, 0, 0, 0.7); 
    content: ""; 
    height: 100%; 
    left: 0; 
    position: absolute; 
    top: 0; 
    width: 100%; 
    z-index: 0; 

}

.counter-main b { 
    font-size: 38px; 
    display: block; 
    color: #fff; 
    font-family: 'Lato', sans-serif; 
    font-weight: bold; 
    margin: 10px 0px; 

}


.page-section-ptb { padding: 80px 0; }


.bg-7 {
    background: url(../img/port03.jpg);
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    /*background-attachment: fixed;*/
}

/*************************************
    		popup contact
**************************************/
.popup-contact { position: relative;  }
.popup-contact-box { position: absolute; bottom: 105px; left: 15px; z-index: 999; }
#contact-btn { bottom: 0; position: absolute; z-index: 99; background: #00a9da; color: #fff; width: 40px; border-radius: 3px; font-size: 18px; height: 40px; text-align: center; line-height: 40px; }
.popup-contact-box input:focus { border:1px solid; }
.popup-contact-2 #contact-btn { background: #007da1; }

/*************************************
    		Let’s Get in Touch
**************************************/
.contact-box i { background: #eceff7; width: 80px; height: 80px; text-align: center; line-height: 80px; border-radius: 5px; font-size: 34px; color: #00a9da;/* margin-bottom: 20px;*/ }
/*contact form*/
.contact-form .section-field { position: relative; width: 31.3%; margin-right: 3%; float: left; }
.contact-form .section-field:nth-child(3) { margin-right: 0px; }
.contact-form .section-field i { position: absolute; left: 0; color: #00a9da; display: inline-block; width: 45px; height: 45px; line-height: 45px; text-align: center; z-index: 99; }
.contact-form .section-field input { position: relative;  width: 100%; margin-bottom: 20px; padding-left: 45px; clear: both; }
.contact-form .section-field.textarea { width: 100%; float: left; }
.contact-form .section-field.textarea textarea { padding-left: 45px; }

 /*contact  */
.contact-add i { float: left; color: #00a9da; margin-right: 15px; line-height: 29px; }
.contact-add p { display: table; font-size:15px;}
.contact-form i { z-index: 99; }
.contact-form input { background: rgba(0, 0, 0, .5); border:none; color: #fff; }
.contact-form textarea { background: rgba(0, 0, 0, .5); border:none; color: #fff; display: block; }
.contact-form input:focus { background: rgba(0, 0, 0, 1); box-shadow: none; border:none;  }
.contact-form textarea:focus { background: rgba(0, 0, 0, 1); box-shadow: none; border:0px solid; }
.input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px black inset !important; color: inherit !important }

#formmessage { display: none; }
#formmessage-2 { display: none; }

.mb-20 { margin-bottom: 20px !important; }
.mt-15 { margin-top: 15px !important; }


button.button {
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #00a9da;
    color: #fff;
    font-size: 15px;
}


button.button span {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}

.contact-5 .contact-form i {
    z-index: 99;
}

button.button i {
    background: rgba(0, 0, 0, 0.09);
    display: block;
    float: left;
    padding: 14px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    width: 50px;
    text-align: center;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a, button, input {
    outline: medium none !important;
    color: #00adef;
}

input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-size: 14px;
    color: #626262;
    width: 100%;
}

textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-size: 14px;
}

.img-responsive
{
    margin:0px auto 0px auto;
}

.service-item2 i { float: left; margin-right: 5px; line-height: 29px; font-size:20px;}
.service-item2 p { margin-left:35px; display: table; font-size:15px;}

.portfolio-text-box {
    background-color: #f6f7f9;
    padding: 20px 20px;
    line-height: 16pt;
    display:block;
}


.bg-12 {
    background: url(../img/02.jpg);
    background-clip: initial;
    background-color: rgba(255, 255, 255, 0.9);
    background-color: #f6f7f9;
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-attachment:fixed;
    position: relative;
    z-index: 0;
}


.bg-12 .h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #363636;
}

.bg-opacity-white-90:before {
    background: rgba(255, 255, 255, 0.77);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.button-blue {
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #00a9da;
    color: #fff;
    font-size: 15px;
}

.button-blue span {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}

.button-blue i {
    background: rgba(0, 0, 0, 0.09);
    display: block;
    float: left;
    padding: 14px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    width: 50px;
    text-align: center;
}
