/*--------------------------------------------------------------

    Template Name: Drubo
    Template URI: https://devitems.com/html/drubo-preview/
    Description: This is html5 template
    Author: HasTech
    Author URI: https://devitems.com/
    Version: 1.0 

    Note: This is Short code style file. All Short code related style included in this file. 

---------------------------------------------------------------*/

/* ----------------------------------------------------
    You can put your custom css code here: 
-------------------------------------------------------*/
body, 
.main-menu ul > li > a,
.main-menu ul li ul > li > a,
.mean-container .mean-bar,
.pos_description .title1 .txt,
.pos_description .title2 .txt,
.quick-link ul li a {
    /*font-family: Geneva, Arial, Helvetica, sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}

h1, h2 {
    display: inline-block;
    font-family: raleway;
    padding-bottom: 5px;
    font-weight: 200;
}

.title1 h1 {
    color: #fff;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section-title h4 {
    font-weight: 300;
}

h6 {
  line-height: 1.8;
}

h6 span {
    /*color: #14b1bb;*/
}

li {
    color: #606060;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.about-content,
.text-content {
    text-align: justify;
}

.help-block-error {
    display: none;
}

.has-success .form-control {
    border-color: #3cc8d0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control {
    border-color: #ff0500;
    -webkit-box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.52);
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.53);
}

.has-success .form-control:focus {
    border-color: #3cc8d0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 6px #3cc8d0;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 6px #3cc8d0;
}

.has-error .form-control:focus {
    border-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 6px #3cc8d0;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 6px #3cc8d0;
}

.messanger-button-area {
    /*width: 40px;*/
    height: 40px;
    position: fixed;
    /* right: 50px; */
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.messanger-button {
    display: inline-block;
    width: 40px;
    margin-left: 20px;
}

.form-single {
    height: 50px;
}

.button-white {
    font-size: 18px;
    background-color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    display: inline-block;
    margin: 15px auto;
}

.button-blue {
    font-size: 18px;
    background-color: #14b1bb;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    display: inline-block;
    /*margin: 15px auto;*/
    display: inherit;
}

a.button-blue:focus, a.button-blue:hover {
    color: #096c88;
}

.blue-bg {
    background-color: #dfc1a5;
}

.pink-bg {
    background-color: #f75f93;
}

.pink-bg h3,
.pink-bg p {
    color: #fff;
}

.pink-bg input[type="text"] {
    color: #fff;
}

.pink-bg input[type="text"]::-webkit-input-placeholder {
    color: #ccc;
} 

.pink-bg input[type="text"]::-moz-placeholder {
    color: #ccc;
}

.pink-bg button.button-blue {
    background: #3dc7d0 none repeat scroll 0 0;
    /*margin: 15px;*/
    width: 100%;
    display: inline-block;
    border: solid 1px;
}

.pink-bg .form-group {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    display: flex;
}

.blue-bg h6 {
    color: #fff;
    padding-top: 25px;
    font-size: 18px;
}

.more {
    color: #14b1bb;
    text-decoration: underline;
}

.header-about-area {
    display: none;
}

.header-about-area .pos-slideshow-readmore a {
    background: #4098ae none repeat scroll 0 0;
    font-family: roboto;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0;
    padding: 20px;
    color: #fff;
    font-size: 10px;
}

.slider-area .nivo-caption {
    top: 18%;
}

.pos_description .title2 .txt {
    font-weight: bold;
}

.pos_description .title2 .txt b {
    color: #f363b2;
}

.pos_description .title1 .txt {
    /*margin-top: 50px;*/
    animation: none;
    line-height: 1.7;
}

.pos_description .title1 .txt b {
    font-weight: 100;
    color: #f363b2;
}


