

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: auto;
    position: relative;
    color: #000;
    transition: all 0.5s;
    z-index: 997;
}

.navbar-bottom {
    height: 70px;
}

.nav-menu a {
    padding: 0 20px 0px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
}

#mobile-nav ul li a {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.nav-menu li:last-child a {
    padding-right: 0px;
}

.top-bar {
    margin-top: 0px;
    padding: 1px;
    margin-bottom: 0px;
}

div#logo {
    padding-top: 6px;
}

div#logo a:hover img {
    opacity: 1;
}

div#logo a img {
    width: 85px;
}

nav#nav-menu-container {
    padding-top: 22px;
}

.top-bar span {
    font-size: 15px;
    font-weight: 500;
    padding-right: 2px;
}

.top-bar a {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 0 0px 5px 15px;
}

.navbar-top {
    background: #3F4F5E;
    color: #fff;
}

.carousel-content h1 {
    letter-spacing: 2px;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.carousel-content span {
    color: #fff;
}

.carousel-content p {
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
}

.carousel-content p strong {
    color: #195176;
    font-family: 'Poppins', sans-serif;
}

#intro .btn-get-started {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #195176;
    text-transform: capitalize;
    transition: all .4s ease-in;
}

#intro .carousel-item::before {
    background-color: rgba(0, 0, 0, 0);
}

.carousel-item img {
    width: 100%;
    height: 100vh;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 4px solid #000;
    background: transparent;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
    color: #186C85;
}

@media only screen and (min-width:769px) {
    .navbar-bottom .nav-menu li a:after {
        position: absolute;
        left: 50%;
        bottom: -9px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #186C85;
        content: "";
        text-align: center;
        margin: 0 auto;
        transform: translateX(-2000%);
        opacity: 0;
        visibility: hidden;
        transition: all .4s ease;
    }

    .navbar-bottom .nav-menu li:hover a:after,
    .navbar-bottom .nav-menu .menu-active a:after {

        transform: translateX(-50%);
        opacity: 1;
        visibility: visible;
    }

}



.navbar-top li:hover > a,
.navbar-top > .menu-active > a {
    color: #fff;
}




#intro .btn-get-started:hover {
    background: #fff;
    color: #000;
}

div#sticky-wrapper .navbar-bottom {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.sticky-wrapper.is-sticky #mobile-nav-toggle {
    right: 10px;
    top: 16px;
    z-index: 999;
}







.about-left .section-header h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-top: 30px;
}

.about-left .section-header h3::before {
    background: #ddd;
    left: 0;
}

.about-left .section-header h3::after {
    left: 0;
    background: #000;
}

.about-left p {
    font-size: 14.5px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    margin-top: 30px;
}



#about .about-col h2 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    margin: 14px 0px;
    transition: all .3s ease-in;
}


#about .about-col p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0;
    text-align: justify;
}

.about-left {
    background: #097B8F;
    color: #fff;
    padding: 30px 40px;
    position: absolute;
    top: -100px;
    left: 0px;
}


.about-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 210px;
    margin-bottom: 30px;
    padding: 20px 20px 40px;
    transition: all .3s ease-in;
    cursor: pointer;
}

#about .about-col:hover h2 a {
    transition: all .3s ease-in;
}

#about .about-col h2 i {
    display: inline-block;
    padding-bottom: 0px;
    color: #000;
    margin-top: 0px;
    padding-right: 11px;
    text-align: left;
    transition: all .3s ease-in;
}

#about .about-col:hover h2 a,
#about .about-col:hover h2 i {
    color: #186C85;
}
.card {
    transition: all .4s;
}
#about .about-col,
.card{
    border-bottom: 1px solid transparent;
}
#about .about-col:hover,
.card:hover{
    -webkit-box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid #186C85;
}

#new-contact .carousel-item img {
    height: 100%;
    width: 100%;
}







.section-header h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
}



.section-header h3::after {
    background: #097B8F;
}

.section-header p {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 15px;
}

.home_single_service h4,
.home_single_other h6 {
    font-size: 17px;
    margin: 12px 0px;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

.home_single_service {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px;
    height: 350px;
    align-items: center;
    border-radius: 4px;
    -webkit-box-shadow: 5px 0px 40px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 0px 40px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.home_single_service p,
home_single_other p {

    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0;
}

.home_single_service:hover {
    background: #186C85 none repeat scroll 0 0;
}

.home_single_service:hover h4,
.home_single_service:hover p {
    color: #fff;
}

.home_single_other {
    background: #fff;
    padding: 20px;
    height: 350px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.home_single_other .text-right {
    position: absolute;
    left: 18%;
    bottom: 15px;
}

.home_single_other h6 {
    margin-bottom: 20px;
}

.btn-blue {
    background: #186C85;
    color: #fff;
}

.btn-gray {
    background: #185075;
    color: #fff;
}

.btn-black {
    background: #000;
    color: #fff;
}

#call-to-action {
    background: linear-gradient(rgba(24, 80, 117, .1), rgba(24, 108, 133, .1)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 60px 0;
}

#call-to-action h3 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}

#call-to-action p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

#call-to-action .cta-btn {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .5px;
    display: inline-block;
    padding: 6px 24px;
    margin-top: 10px;
    border: 1px solid #fff;
}

#call-to-action .cta-btn:hover {
    background: #186C85;
    border: 1px solid #186C85;
}


#facts .counters p {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-top: 0px;
}

#facts .counters span {
    color: #186C85;
}



#portfolio #portfolio-flters li {
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 6px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    text-transform: uppercase;
    background: #333;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: #186C85;
}

#portfolio .portfolio-item {
    height: auto;
    margin-bottom: 30px;
}

#portfolio .portfolio-item figure {
    background: #000;
    overflow: hidden;
    height: 300px;
    position: relative;
    border-radius: 4px 4px 0 0;
    margin: 0;
}

#portfolio .portfolio-item .portfolio-info {
    position: absolute;
    left: 50%;
    bottom: -100px;
    width: 92%;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
    transform: translateX(-50%);
    transition: all .4s;
    background: #186C85;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 6px;
}

#portfolio .portfolio-item .portfolio-info h4 a {

    color: #fff;
}

#portfolio .portfolio-item .portfolio-info p {
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    opacity: .9;
}

#portfolio .portfolio-item:hover .portfolio-info {
    bottom: 0px;
}

.portfolio-wrap figure {
    position: relative;
}

.portfolio-wrap figure:after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, .51);
    content: "";
    transition: all .4s;
}

#portfolio .portfolio-item:hover figure:after {
    height: 100%;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
    z-index: 999;
    transition: all .7s;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
    color: #fff;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details {
    transition: all .3s;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
    background: #186C85;
}


#portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 250px);
}

#portfolio .portfolio-item figure:hover .link-preview {
    visibility: visible;
    left: calc(50% - 38px);
}

#portfolio .portfolio-item figure .link-details {
    right: calc(50% - 298px);
}

#portfolio .portfolio-item figure:hover .link-details {
    right: calc(50% - 44px);
}

section#portfolio button {
    padding: 6px 20px;
    margin-top: 20px;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 300;
    background: #186C85;
    font-family: 'Poppins', sans-serif;
}

#clients {
    background: url(../img/default.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#contact2 {
    background: #F4F5F9;
}

#testimonials .testimonial-item p {
    color: #333 !important;
    font-size: 15px;
}

#testimonials .owl-dot {
    background-color: #000;
}

#testimonials .owl-dot.active {
    background-color: #186C85;
}


#contact .contact-about h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #186C85;
}
#contact .contact-about p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
#contact .social-links a {
    background: #fff;
    color: #186C85;
    border: 1px solid #186C85;
}
#contact .social-links a:hover {
    background: #186C85;
}
#contact .form .button-contact {
    background: linear-gradient(45deg, #186C85, #1dc8cd);
    border: 0;
    border-radius: 20px;
    padding: 8px 50px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
#contact .form input, #contact .form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}
#footer .footer-top h4::after {
    background: #186C85;
}

#footer .footer-top .footer-links ul a:hover {
    color: #186C85;
}
.footer-bottom {
    background: #262729;
    padding: 15px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.copyright strong{
   color: #186C85 
}
#contact .info i{
    
   color: #186C85 
}
#footer .footer-top .footer-links ul li {
   transition: all .3s;
}
#footer .footer-top .footer-links ul li:hover {
    padding-left: 7px;
}
#footer .footer-top .footer-links ul li:hover i,
#footer .footer-top .footer-links ul li:hover a{
    color: #186C85;
}


#about .about-col h2 img {
    max-width: 40px;
    margin-right: 10px;
}
.portfolio-wrap figure img{
    transition: all .5s;
}
.portfolio-wrap:hover figure img {
    transform: scale(1.2);
}




.preloader-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    text-align: center;
    overflow: hidden;
}

.preloader {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.preloader h2 {
    font-size: 30px;
    color: #000;
    font-family: fantasy;
    font-style: italic;
}


section#new-portfolio img {
    height: 100%;
}
/* Back to top button */
.back-testi{
  position: fixed;
  display: none;
  background: #186C85;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  left: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-testi i {
  padding-top: 12px;
  color: #fff;
}


.add-box {
    background: #186C85;
    width: 100%;
    height: 210px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #Fff;
    border-radius: 4px;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, .4);
}
.add-box2 {
    background: #186C85;
    width: 100%;
    height: 250px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #Fff;
    border-radius: 4px;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, .4);
}

.add-box a{
    color: #fff;
}
.add-box.image {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.adds-area{
    margin-top: 25px;
}
h3.add-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}

p.add-text {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 20px;
    text-align: center;
}

p.add-text2 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
    text-align: center;
}

a.add-links {
    text-transform: capitalize;
    font-size: 12px;
    background: #424242;
    padding: 6px 20px;
    border-radius: 20px;
    margin-top: 15px;
    display: block;
    text-align: center;
}
a.btn.btn-lg.btn-dark {
    background: #186C85;
    border: navajowhite;
    text-transform: uppercase;
    width: 100%;
    font-size: 18px;
}


/* Mobile Layout */

@media only screen and (max-width: 767px) {
    .carousel-content h1 {
    font-size: 24px;
}
    .about-left {
    position: relative;
    top: 0px;
    margin-bottom: 30px;
}
    #facts .counters p {
    font-size: 17px;
}
    
}


@media only screen and (min-width: 660px) and (max-width: 767px) {
    #mobile-nav-toggle {
 
    top: 45px;
}
    
}

@media only screen and (min-width: 768px) and (max-width: 830px) {
.nav-menu a {
    padding: 0 5px 0px;
}
    
}



