body {
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
    color: #2e2d2c;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    overflow-x: hidden;
}

::selection {
    background: #006a9e; /* Safari */
    color: #fff;
}
::-moz-selection {
    background: #006a9e; /* Firefox */
    color: #fff;
}

ol, ul {
	list-style: disc;
}

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;
    margin-bottom: 0px;
}

.h3, h3 {
    margin-bottom: 10px;
}

.h4, h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
    
.section-padding
{
    padding: 60px 0px 100px 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 #006a9e;
  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{
    background: url('../img/header.jpg') no-repeat fixed;
    background-size: cover;
    background-position: top;
    min-height: 800px;
    position: relative;
}
.bg-color
{
    background-color: rgba(0, 0, 0, 0.33);
    min-height: 800px;
}

.navbar-default {
    background: rgba(255,255,255, 0.9);
    border: 0px;
    padding: 0px 0; 
    transition: all 0.3s;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover
{
    color: #2e2d2c;
}

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

.logo-dec
{
    color: #2e2d2c;
}
.navbar-default .navbar-brand {
    color: #2e2d2c;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
{
    color: #006a9e;
}
.navbar-brand {
    padding: 0px;
    font-size: 24px;
    text-transform: none;
    padding: 16px 0px;
    margin-top: 0px;
}
.navbar-default .navbar-nav > li > a
{
    padding: 30px 10px;
    font-size: 12px;
    line-height: 54px;
    font-weight: 500;
    text-transform: none;
    background: transparent;
    color: #3C3C3B;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #006a9e;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #006a9e;
}
.banner-info
{
    padding-top: 90px;
    color: #fff;
}
.bnr-title, .bnr-sub-title
{
    text-transform: none;
}

h1.bnr-sub-title
{
    font-size: 45px;
    text-transform: none;
    padding: 140px 0px 0px 0px;
    font-weight: 700;
    text-shadow: 0 1px 10px rgba(0,0,0,.2);
}
.bnr-para
{
    font-weight: 300;
    text-shadow: 0 1px 4px rgba(0,0,0,.5);
}
.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: #006a9e;
}
.btn-more, .btn-more:focus
{
    margin-left: 15px;
    border: 1px solid #006a9e;
    color: #006a9e;
}

.btn-more:hover {
    background: #006a9e;
    color: #fff;
}

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

.title, .service-title {
    font-family: 'Lusitana', serif;
    font-size: 40px;
    text-transform: none;
    color: #006a9e;
    margin-top: 80px;
}

.item-img
{
    margin-bottom: 15px;
}
.sub-title
{
    font-size: 18px;
}
.bottom-line
{
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 0px;
    height: 3px;
    width: 40px;
    background-color: #b60919;
}
.wrap-item h3 {
    font-size: 24px;
    line-height: 25px;
}
.pad-bt15 {
    padding-bottom: 15px;
}
.sec-sub-title
{
    padding-top: 30px;
}
.sec-sub-title {
    font-size: 16px;
    font-weight: bold;
    color: #2e2d2c;
    text-transform: uppercase;
    margin: 25px 0px;
    line-height: 1.7;
}
#service
{
    background-color: #F3F4F8;
}
ul.service-list li i
{
    color: #2e2d2c;
    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: 130px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 15px;
}
.service-item h3
{
    font-size: 21px;
    line-height: 1;
    text-transform: none;
    font-weight: 900;
}
.service-item h3
{
    font-weight: 700;
}
.service-item p
{
    opacity: 0.6;
    color: inherit;
    padding: 10px 0px;
}
.service-item a
{
    color: #006a9e;
}
.mr-btn-15
{
    margin-bottom: 15px;
}

#image1
{
    background: url('../img/dream-big.jpg') no-repeat fixed;
    background-size: cover;
    min-height: 400px;
}

#testimonial
{
    background: url('../img/planning.jpg') no-repeat;
    background-size: cover;
    min-height: 300px;
    background-attachment: fixed;
}
.bg-testicolor{
    min-height: 450px;
}
#bg2
{
    background: url('../img/dream-big.jpg') no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 300px;
}
.white
{
    color: #fff !important;
}

#contact
{
    background-color: #006a9e;
}
.btn-submit, .btn-submit:hover, .btn-submit:focus
{
    background-color: transparent;
    border-radius: 60px;
    color: #006a9e;
    font-weight: 400;
    border: 1px solid #006a9e;
    font-size: 14px;
    padding: 6px 20px;
}

.person {
    width: 100%;
}
.form-control
{
    background-color: transparent;
    border-radius: 0px;
    color: #006a9e !important;
    border-color: #006a9e;
}
.form-control:focus {
    border-color: #006a9e;
    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: #ffffff;
}

#footer
{
    padding: 20px 0px;
}
.scrollToTop {
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: #006a9e;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
}
.white-bg
{
    background-color: #fff;
}
#footer a{
    color: #006a9e;
    font-weight: 400;
}

.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;
}

@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;
}
.padding-right-zero {
    padding-right: 15px !important;
}
}

@media (min-width: 20px) and (max-width: 767px) {

	.navbar-default {
    background: rgba(255,255,255, 1.0);
    border: 0px;
    padding: 0px 0; 
    transition: all 0.3s;
}
.navbar-default .navbar-brand {
    padding-left: 4px;
    margin-top: 0px;
}
.navbar-default .navbar-brand img {
    width: 210px;
}
.banner-info {
    padding-top: 40px;
}

.navbar-default .navbar-nav > li > a {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 54px;
    font-weight: 500;
    text-transform: none;
    background: rgba(255,255,255, 1.0);
    color: #cecece;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
    
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #006a9e;
    background: rgba(255,255,255, 0.9);
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background: rgba(255,255,255, 0.9);
    color: #006a9e;
}
    
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}
.navbar-header {
    background: rgba(255,255,255, 1.0);
    margin-right: 15px;
    margin-left: 15px;

}
.navbar-default .navbar-toggle {
    border-color: #006a9e;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 34px;
    margin-right: 15px;
    margin-bottom: 20px;
    background-color: #006a9e;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
        border-top-color: transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

h1.bnr-title {
    font-size: 16px;
}
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: 18px;
}
.title, .service-title {
    font-size: 28px;
}
.sub-title {
    font-size: 15px;
}
.service-item, .blog-sec, .wrap-item, .loction-info{
    margin-bottom: 15px;
}
.loction-info{
    padding: 0px 15px;
}
.portfolio-item figure figcaption {
    padding: 30px 30px;
}
.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;
}

#image1 {
    background: url('../img/dream-big.jpg') no-repeat fixed;
    background-size: cover;
    min-height: 400px;
}

#testimonial {
    background: url('../img/planning.jpg') no-repeat;
    background-size: cover;
    min-height: 300px;
    background-attachment: fixed;
}
.bg-testicolor{
    min-height: 450px;
}
#bg2 {
    background: url('../img/dream-big.jpg') no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 300px;
}
}



.carousel-showmanymoveone .carousel-control {
  width: 10%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.img-logo-cover {
    background-position: cover;
    border-radius: 50%;
}