/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3/12/2018, 09:29:37 PM
    Author     : CARAVEN
*/

/********************************
    Navigation bar properties
********************************/
.navbar-brand{
    padding: 3px;
}
.navbar-brand img{
    height: 100%;
}
.navbar-toggle .icon-bar{
    background-color: white;
}
.navbar-toggle{
    background-color: #b7d7e8;
}
/*==============================*/

/******************************
    Slider area properties
******************************/
.carousel-caption h1 {
    font-family: 'Alegra Sans CC';
    font-size: 7vw;
    color:#fff;
    color: #87bdd8;
    text-transform: uppercase;
    margin-top: 50px;
}
.carousel-caption p {
    font-size: 2vw;
    color: #87bdd8;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}
.carousel-caption button {
    width: 180px;
    height: 45px;
    background: #3a9ecb;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    border: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.carousel-caption button:hover {
    background: #2a2a2a;
}
.carousel-control {
    width: 5%;
}
.carousel-inner {
    background: -webkit-linear-gradient(left, #000, blue);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #000, blue);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #000, blue);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #000, blue);
    /* Standard syntax */
}
.item {
    position: relative;
}
.carousel-caption {
    position: absolute;
    text-align: left;
    left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}
/*=========================*/

/****************************
   About-us area properties
*****************************/
.about-img img {
    width: 100%;
}
.about h2 {
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-size: 75px;
    color: #42b3e5;
    margin-top: 50px;
    text-align: center;
}
.about h4 {
    font-size: 30px;
    color: #737373;
    margin-bottom: 45px;
    text-align: justify;
    text-justify: inter-word;
    margin-left: 10px;
    margin-right: 10px;
}
.about mark{
    background-color: transparent;
    font-weight: bold;
}
.about-details {
    background: #2a2a2a;
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    height: 300px;
}
.about-details p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
    text-align: center;
    /*text-justify: inter-word;*/
}
.about-details h3 {
    font-size: 36px;
    color: #fff;
    margin-top: 0;
    text-align: center;
}
.single-about-detail {
    position: relative;
}
.single-about-detail:hover .about-details {
    background: #3a9dca;
}
.single-about-detail:hover .pentagon-text h1 {
    color: #3a9dca;
}
/***Pentagon text area***/
.pentagon-text h1 {
    font-size: 60px;
    color: #383838;
    margin-top: 0;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    position: absolute;
    left: 15%;
    width: 50px;
    top: -6%;
}
.pentagon-text {
    width: 70px;
    height: 52px;
    background: #fff;
    position: relative;
    top: -30px;
    left: 43%;
    text-align: center;
}
.pentagon-text:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #fff;
}
.pentagon-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0px;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #fff;
}
/*=========================*/

/****************************
   Services area properties
****************************/
.service {
    background: url(../images/homepage/services/pattern.jpg);
    background-repeat: repeat-y;
    margin-top: 40px;
}
.service h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 80px;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    text-transform: uppercase;
}
.service h4 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 70px;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}
.single-service-img {
    width: 150px;
    height: 125px;
    background:transparent;
    position: relative;
    left: 25%;
    margin-left: -100px;
}
.single-service-img:before {
    content: "";
    position: absolute;
    top: -42px;
    left: 0;
    width: 0;
    height: 0;
}
.single-service-img:after {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 0;
    height: 0;
    z-index: 10;
}
.service-img {
    height: 123px;
    background: transparent;
    position: relative;
    top: 1px;
    left: 2px;
}
.service-img:hover{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}
.service-img:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 0;
    height: 0;
}
.service-img:after {
    content: "";
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 0;
    height: 0;
    z-index: 999;
}
.single-service h3 {
    margin-top: 60px;
    color: #fff;
    padding-bottom: 90px;
    font-size: 20px;
}
.service-img img.heart {
    left: 20%;
    top: 15%;  
}
.service-img img.brain {
    left: 26%;
    top: 11%;
}
.service-img img.knee {
	left: 25%;
}
.service-img img.bone {
    left: 25%;
    top: 14%;
}
.service-img img {
	position: absolute;
	top: 14%;
}
/*=========================*/

/****************************
     Team area properties
****************************/
.team {
    padding-bottom: 60px;
}
.team h2 {
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-size: 80px;
    color: #42b3e5;
    margin-top: 50px;
    margin-bottom: 0;
}
.team h4 {
    font-size: 24px;
    color: #737373;
    margin-top: 0;
    margin-bottom: 45px;
}
.single-member {
	
    margin: 0;
    padding: 5px;
}
.person img {
    width: 100%;
}
.person-detail h3 {
    font-size: 30px;
    color: #fff;
}
.person-detail p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.single-member:hover {
   /*background: #2a2a2a;*/
   background: #fff;
}
.single-member:hover .arrow-top {
    /*background: #2a2a2a;*/
}
.single-member:hover .arrow-bottom {
    /*background: #2a2a2a;*/
}
/*=========================*/

/****************************
     Contact area properties
****************************/
.contact-caption {
    background: #3a9dca;
}
.contact-heading h2 {
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    font-size: 80px;
    text-transform: uppercase;
    margin-top: 50px;
}
.contact-info {
    padding-left: 40px;
}
.contact-info h3 {
    padding-left: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.contact-form h3 {
    padding-left: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.contact-info ul {
    margin: 0;
    padding: 0;
}
.contact-info ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
}
.contact-info i.fa {
    font-size: 16px;
    padding-right: 12px;
    width: 25px;
    height: 38px;
}
.contact-info ul li span {
    font-weight: bold;
}
.contact-form input {
    width: 100%;
    height: 40px;
    background: #fff;
    font-size: 13px;
    color: #084a5c;
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    border: 0;
    margin-bottom: 12px;
}
.contact-form textarea {
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    width: 100%;
    height: 140px;
    border: 0;
    margin-bottom: 12px;
}
.info-detail {
    border-top: 1px solid #53cde5;
    padding-top: 15px;
}
.form {
    border-top: 1px solid #53cde5;
    padding-top: 15px;
    text-align: right;
}
.contact-form input.submit-btn {
    width: 180px;
    height: 50px;
    float: right;
    font-size: 24px;
    color: #fff;
    background-color: #000;
    background-repeat: no-repeat;
    padding: 0;
    font-family: 'BenchNine', sans-serif;
    font-weight: bold;
}
.contact-form {
    padding-right: 40px;
}
/*=========================*/

/****************************
   Responsive configuration
*****************************/
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .about-details p {
        font-size: 12px;
    }
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  .about-details p {
        font-size: 10px;
    }
    #map {
        height: 1050px;
    }
}
/* xs */
@media (min-width: 480px) and (max-width: 767px) {
    .about-details p {
        font-size: 13px;
    }
    .service h2 {
        font-size: 60px;
    }
    .service h4 {
        font-size: 20px;
    }
    .team h2 {
        font-size: 60px;
    }
    .contact-heading h2 {
        font-size: 60px;
    }
    #map {
        height: 50px;
    }
}
/* XS Portrait */
@media (max-width: 480px) {
    /* About us */
    .about h2 {
        font-size: 50px;
        color: #42b3e5;
        margin-top: 30px;
    }
    .about h4 {
        font-size: 20px;
        color: #737373;
        margin-top: 30px;
    }
    .about-details p {
        font-size: 10px;
    }
    
    .service h2 {
        font-size: 45px;
    }
    .service h4 {
        font-size: 18px;
    }
    .team h2 {
        font-size: 45px;
    }
    .contact-heading h2 {
        font-size: 45px;
    }
}
/*=========================*/
#popup {
   visibility: hidden;
   opacity: 0;
   margin-top: -300px;
}
 
#popup:target {
   visibility:visible;
   opacity: 1;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 999;
   -webkit-transition:all 1s;
   -moz-transition:all 1s;
   transition:all 1s;
}
.popup-contenedor {
   position: relative;
   margin:7% auto;
   padding:30px 50px;
   background-color: #fafafa;
   color:#333;
   border-radius: 3px;
   width:30%;
}
a.popup-cerrar {
   position: absolute;
   top:3px;
   right:3px;
   background-color: #333;
   padding:7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color:#fff;
}