/* Add here all your CSS customizations */
#header .header-nav-top .nav > li + .nav-item-left-border:after {
    background: rgba(206, 206, 206, 0.4);
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    left: 0;
}

.payments ul {
    list-style: none;
    float: left;
    width: 230px;
    /*margin-left: 45px;*/
    padding-left: 0;
    padding-right: 0;
    
}
.payments li {
    float: left;
    margin-left: 10px;
    margin-bottom: 5px;
}
.custom-notif {
    top: 5% !important;
    width: 20% !important;
}

.wrap {  height:350px; width:100%; margin: 0 auto;}
#map-canvas { height: 350px; }
.iw_title{
    font-weight: bold;
}
.main{
    background: #fdfbfb;
}

#header .header-top-submenu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
    background-color: rgb(247, 247, 247);
    height: 35px;
    min-height: 0px;
    overflow: visible;
}
.tp-bullets.bullets-style-1 .tp-bullet {
	width: 18px;
	height: 18px;
	border-radius: 100%;
}

.tp-bullets.bullets-style-2 .tp-bullet {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #78888D;
}

@media (max-width: 575px) {
    .header-top-submenu{
        display: none;
    }
    .d-none-custon{
        display: none;
      
    }
    .no-diplay-phone{
        display: none;
    }
    
}

@media (max-width: 875px) {
    .no-diplay-tablet{
        display: none;
    }
}

.header-logo-custon{
    width: 100px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-container-custon{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: ease height 300ms;
    transition: ease height 300ms;
}
.whatsapp-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

.whatsapp-link  .fa-whatsapp {
    margin-top: 16px;
    color: #fff;
}
 /*.captcha {
    clear: both;
    overflow: hidden;
    background: #d8d4d4;
    text-align: center;
    margin-bottom: 20px;
    max-width: 160px;
    height: 44px;
    position: relative;
}*/

.captcha {
    clear: both;
    overflow: hidden;
    background-color: #F2F2F2;
    text-align: center;
    margin-bottom: 0px;
    max-width: 160px;
    height: 44px;
    position: relative;
}
.captcha-text {
    float: left;
    position: relative;
    top: 5px;
    left: 10%;
    font-size: 2em;
    color: #afafaf;
    padding-top: 0px;
    padding-left: 5px;
    margin-top: -15px;
}

.captcha-input {
	position: relative;
	top: 0px;
	font-size: 14px;
}

.page-header {
    background-color: #212529;
    margin: 0 0 5px 0;
    padding: 30px 0;
    position: relative;
    text-align: left;
}
.custom-section-padding {
    padding: 60px 0px;
}

#header .header-logo {
    margin: 0px 0px; 
    margin: 0px; 
    position: relative;
    z-index: 1;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    width: 100%;
    height: auto;
}
.text-md-right{
    text-align: right;
}
.social-icons li a {
    transition: all 0.2s ease;
    border-radius: 100%;
    display: block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
    font-size: 1.5rem;
}

.fa-facebook, .fa-instagram, .fa-whatsapp, .fa-linkedin, .fa-youtube, .fa-twitter {
	color: white;
}

.social-icons li.social-icons-facebook a {
	background: #3b5a9a !important;
}

.social-icons li:hover.social-icons-facebook a {
	background: #356ee2 !important;
}

.social-icons li.social-icons-whatsapp a {
	background: #25d366 !important;
}

.social-icons li:hover.social-icons-whatsapp a {
	background: #02fc5f !important;
}

.social-icons li.social-icons-instagram a {
	background: #ff0053 !important;
}

.social-icons li:hover.social-icons-instagram a {
	background: #d30548 !important;
}

.social-icons li.social-icons-youtube a {
	background: #C3191E !important;
}

.social-icons li:hover.social-icons-youtube a {
	background: #AD161B !important;
}

.social-icons li.social-icons-linkedin a {
	background: #0073B2 !important;
}

.social-icons li:hover.social-icons-linkedin a {
	background: #005380 !important;
}

/* fix bug collapse */
.collapse.in {
    display: block;
}
/* end  fix bug collapse */
article.post-large .post-image, article.post-large .post-date {
    margin-left: 0px;
}

