@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'DINProBold';
    src: url('../fonts/DINProBold.eot');
    src: url('../fonts/DINProBold.eot') format('embedded-opentype'),
         url('../fonts/DINProBold.woff2') format('woff2'),
         url('../fonts/DINProBold.woff') format('woff'),
         url('../fonts/DINProBold.ttf') format('truetype'),
         url('../fonts/DINProBold.svg#DINProBold') format('svg');
}

@font-face {
    font-family: 'DINProLight';
    src: url('../fonts/DINProLight.eot');
    src: url('../fonts/DINProLight.eot') format('embedded-opentype'),
         url('../fonts/DINProLight.woff2') format('woff2'),
         url('../fonts/DINProLight.woff') format('woff'),
         url('../fonts/DINProLight.ttf') format('truetype'),
         url('../fonts/DINProLight.svg#DINProLight') format('svg');
}

@font-face {
    font-family: 'DINProMedium';
    src: url('../fonts/DINProMedium.eot');
    src: url('../fonts/DINProMedium.eot') format('embedded-opentype'),
         url('../fonts/DINProMedium.woff2') format('woff2'),
         url('../fonts/DINProMedium.woff') format('woff'),
         url('../fonts/DINProMedium.ttf') format('truetype'),
         url('../fonts/DINProMedium.svg#DINProMedium') format('svg');
}

@font-face {
    font-family: 'DINProRegular';
    src: url('../fonts/DINProRegular.eot');
    src: url('../fonts/DINProRegular.eot') format('embedded-opentype'),
         url('../fonts/DINProRegular.woff2') format('woff2'),
         url('../fonts/DINProRegular.woff') format('woff'),
         url('../fonts/DINProRegular.ttf') format('truetype'),
         url('../fonts/DINProRegular.svg#DINProRegular') format('svg');
}

body {
  padding-top: 0;
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
}
@media (min-width: 992px) {
  body {
  font-family:"DINProLight";
    padding-top: 0;
  }
}

.wrapper-special{
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (max-width: 996px){
.wrapper-special{
    padding-right: 0;
    padding-left: 0;
}
}
.carousel-item {
  height: 68vh;
  min-height: 300px;
  max-height: 450px;
  background: no-repeat center center scroll;
  background-size: cover;
}

@media (max-width: 1360px) {
.carousel-item {
  height: 72vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  background-size: cover;
}
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 80%;
    list-style: none;
}


.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #999;
}

.carousel-indicators .active {
background-color: #F4334F;
}


.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 70px;
    left: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 20px 40px;
    color: #fff;
    text-align: center;
	text-transform:uppercase;
    background-color: rgba(351, 79, 96, 0.9);
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  display: none !important;
}


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


.waves-effect, a {
  -webkit-tap-highlight-color:transparent;
}

.alert, .breadcrumb, .card, .card .card-header, .dropdown-menu, .file-custom, .input-group-addon, .jumbotron, .list-group .list-group-item, .modal-content, .nav .nav-link, .nav-tabs, .navbar, .navbar-toggler, .page-item:first-child .page-link, .page-item:last-child .page-link, .pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:last-child .page-link, .pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:last-child .page-link, .popover, .tag, .tooltip-inner, img {
  border-radius:0px;
}

.divider-new, .text-fluid, h1, h2, h3, h4, h5, h6 {
  font-weight:300;
  font-family: "DINProMedium";
}

.waves-effect {
  position:relative;
  cursor:inherit;
  overflow:hidden;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  z-index:1;
}

@media (max-width:991px) {
  .row-fitur {
    margin-right:2%;
    margin-left:2%;
    padding-top:25px;
    padding-bottom:25px;
  }
}

@media (min-width:991px) {
  .row-fitur {
    margin-right:0;
    margin-left:0;
    padding-top:25px;
    padding-bottom:25px;
  }
}

.fitur-a {
  text-align:center;
}

.separator-fitur {
  width:100%;
  height:auto;
  background:#0fb2ef;
  margin-top:25px;
  margin-bottom:15px;
}

.kolom-b {
  padding:25px;
}

.kolom-c {
  padding:25px;
}

.kolom-c:hover {
  -webkit-transition:0.2s;
  -o-transition:0.2s;
  transition:0.2s;
  background:#f5f5f5;
  border-radius:4px;
}

.kolom-b:hover {
  border-radius:4px;
  -webkit-transition:0.2s;
  -o-transition:0.2s;
  transition:0.2s;
  background:#f5f5f5;
}

.kolom-a:hover {
  background:#f5f5f5;
  border-radius:4px;
  -webkit-transition:0.2s;
  -o-transition:0.2s;
  transition:0.2s;
}

.kolom-a {
  padding:25px;
}

.heading-fitur {
  font-size: 14px;
  color: #6F7172;
  margin-bottom:15px;
  font-family:'DINProBold';
  text-align:center;
  text-transform:uppercase;
}

.paragraf-fitur {
    color: #6F7172;
    font-size: 14px;
    font-weight: 300;
    font-family: 'DINProMedium';
    text-align: center;
}





.photo-card {
  background-color:#FFF;
  border-radius:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  width:100%;
  max-width:1170px;
  margin-left:auto;
  margin-right:auto;
  padding-top: 36px;
  padding-right: 25px;
  padding-left: 25px;
}



.photo-card:first-child {

  padding-top: 0;

}

@media screen and (min-width: 996px) {
  .photo-card {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
  }
}

@media screen and (max-width: 960px) {
  .photo-card {
  padding-right: 0;
  padding-left: 0;
  }
}

.photo-background {
  background-position:center;
  background-size:cover;
  border-top-left-radius:0;
  border-top-right-radius:0;
  min-height:250px;
}

@media screen and (min-width: 996px) {
  .photo-background {
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-left-radius:0;
    min-height:none;
    width:30%;
  }
}

.photo-details {
  padding:2.1875em 5%;
}

@media screen and (min-width: 996px) {
  .photo-details {
    width:70%;
  }
}

.photo-details h1, .photo-details h4 {
  color:#3176A3;
  font-weight:500;
  margin:0;
  
}

.photo-details h1 {
  font-family:"DINProMedium";
  font-size: 1.5em;
  line-height:1;
  margin-bottom:0.35em;
}

.photo-tags ul {
  list-style-type:none;
  margin:0;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  font-size:87.5%;
  margin-top:0.35em;
  text-transform:lowercase;
}

.photo-tags li {
  margin:0 0.35em 0.35em 0;
}

.photo-tags a {
text-transform: capitalize;
  background-color:#F4334F;
  border-radius:12px;
  color:#fff;
  display:block;
  padding: 0.4em 1.8em;
  text-decoration:none;
  -webkit-transition:color 0.3s ease;
  -o-transition:color 0.3s ease;
  transition:color 0.3s ease;
}

.photo-tags a:hover, .photo-tags a:focus {
color: #fff;
    background-color: #5894ba;
}

.photo-details p {
  color:#6F7172;
  font-family: "DINProRegular";
}


.separador{
border-bottom:2px solid #F4334F; width:100%; line-height:36px;
}

@media screen and (max-width: 700px) {
.separador{
border-bottom:2px solid #F4334F; width:100%; line-height:0;
}
}

.marcarconsultaSchedule{
    font-family: 'RobotoBlack';
    font-size:24px;
    font-weight:700;
    margin:0 0;
    text-transform:uppercase;
    line-height: 32px;
}

.marcarconsultaScheduleday{
    font-family: 'RobotoLight';
    font-size: 18px;
    margin: 0 0;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 26px;
}



.marcarconsulta-card {
  background-color:#FFF;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  width:100%;
  max-width:1170px;
  margin-left:auto;
  margin-right:auto;
  color:#000000;
    flex-basis: 100%;
}

@media screen and (min-width: 996px) {
  .marcarconsulta-card {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
  }
}

.marcarconsulta-background {
  background:#3176A3;
  min-height:250px;
  /*padding: 20px 20px;*/
  color:#FFFFFF;
}

.marcarconsulta-background1 {
  background:#3176A3;
  min-height:250px;
  /*padding: 20px 20px;*/
  color:#FFFFFF;
  position:relative;
  z-index: 10;
}

@media screen and (min-width: 996px) {
  .marcarconsulta-background {
    min-height:none;
	width: 33.33333333%;
	/*padding: 20px 20px;*/
  }
  .marcarconsulta-background1 {
    min-height:none;
	width: 100%;
	/*padding: 20px 20px;*/
  }
}

.marcarconsulta-details {
   padding: 0 0;
}

@media screen and (min-width: 996px) {
  .marcarconsulta-details {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 768px) {
  .marcarconsulta-details {
display:none;
  }
}

.marcarconsulta-details h1, .marcarconsulta-details h4 {
  color:#000;
  font-weight:500;
  margin:0;
}

.marcarconsulta-details h1 {
  font-size:125%;
  line-height:1;
  margin-bottom:0.35em;
}

.marcarconsulta-tags ul {
  list-style-type:none;
  margin:0;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  font-size:87.5%;
  margin-top:0.35em;
  text-transform:lowercase;
}

.marcarconsulta-tags li {
  margin:0 0.35em 0.35em 0;
}

.marcarconsulta-tags a {
  background-color:#191e20;
  color:#000;
  display:block;
  padding:0.3125em 1.25em;
  text-decoration:none;
  -webkit-transition:color 0.3s ease;
  -o-transition:color 0.3s ease;
  transition:color 0.3s ease;
}

.marcarconsulta-tags a:hover, .marcarconsulta-tags a:focus {
  color:#e37544;
}

.marcarconsulta-details p {
  color:#000;
}


@media screen and (max-width: 960px) {

.marcarconsulta-details {
   padding: 20px 0;
  -webkit-box-ordinal-group:3;
      -ms-flex-order:2;
          order:2;
}


.marcarconsulta-background {
  background:#3176A3;
  min-height:250px;
  /*padding: 20px 20px;*/
  color:#FFFFFF;
  -webkit-box-ordinal-group:2;
      -ms-flex-order:1;
          order:1;
}

}


.serviceBox {
  padding:10px 0 30px;
  text-align:center;
  background:transparent;
}

.serviceBox .service-icon {
  padding:0 0;
}

.serviceBox .service-icon a {
  color:#fff;
  font-size:50px;
}

.serviceBox .service-content {
  padding:0 0;
  color:#6c6060;
}

.serviceBox .service-content img{
float:left;
width:73px;
height:auto;
padding-right: 8px;
}



.serviceBox .service-content h3 {
  font-size:22px;
  text-transform:uppercase;
}

.serviceBox .service-content hr {
  background:#b4b4b4;
  height:1px;
}

.serviceBox .service-content p {
  font-size:14px;
  text-align:justify;
}

.serviceBox.yellow .service-icon, .serviceBox.yellow:hover .read a {
  background:#f1bb40;
}

.serviceBox.yellow:hover h3 {
  color:#f1bb40;
}

.serviceBox.green .service-icon, .serviceBox.green:hover .read a {
  background:#01a89e;
}

.serviceBox.green:hover h3 {
  color:#01a89e;
}

.serviceBox.pink .service-icon, .serviceBox.pink:hover .read a {
  background:#d66c9a;
}

.serviceBox.pink:hover h3 {
  color:#d66c9a;
}

@media screen and (max-width: 990px) {
  .serviceBox {
    margin-bottom:30px;
  }
}


@media screen and (max-width: 767px) {
.serviceBox .service-content img{
float:none;
padding-right:0;
}
}

@media screen and (max-width: 479px) {
  .serviceBox .service-content {
    padding:0 30px;
  }
}

.serviceBox {
  padding:0 0 10px;
  text-align:center;
  background:transparent;
}

.serviceBox .service-icon {
  padding:0 0;
}

.serviceBox .service-icon a {
  color:#000;
  font-size:50px;
}

.serviceBox .service-content {
  padding:10px 0;
  color:#6c6060;
}

.serviceBox .service-content h3 {
  font-size:22px;
  text-transform:uppercase;
  color: #f4334f;
}

.serviceBox .service-content hr {
  background:#b4b4b4;
  height:1px;
}

.serviceBox .service-content p {
  font-size:14px;
  text-align:justify;
}

.serviceBox.yellow .service-icon, .serviceBox.yellow:hover .read a {
  background:#f1bb40;
}

.serviceBox.yellow:hover h3 {
  color:#f1bb40;
}

.serviceBox.green .service-icon, .serviceBox.green:hover .read a {
  background:#01a89e;
}

.serviceBox.green:hover h3 {
  color:#01a89e;
}

.serviceBox.pink .service-icon, .serviceBox.pink:hover .read a {
  background:#d66c9a;
}

.serviceBox.pink:hover h3 {
  color:#d66c9a;
}

@media screen and (max-width: 990px) {
  .serviceBox {
    margin-bottom:30px;
  }
}

@media screen and (max-width: 479px) {
  .serviceBox .service-content {
    padding:0 30px;
  }
}

.consulta {
    background: #5894BA;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    font-family: "DINProLight";
}




.register-photo {
  padding:0 0;
  max-height:450px;
}

.register-photo .image-holder {
  display:table-cell;
  width:auto;
  background:url(../../assets/img/meeting.jpg);
  background-size:cover;
}

.register-photo .form-container {
  display:table;
  max-width:900px;
  width:100%;
  margin:0 auto;
}

.register-photo form {
  display:table-cell;
  width:400px;
  padding:20px 40px;
  color:#fff;
}

@media (max-width:991px) {
  .register-photo form {
    padding:20px;
  }
}

.register-photo form h2 {
  font-size:24px;
  line-height:1.5;
  margin-bottom:30px;
}

.register-photo form .form-control {
  border-bottom:1px solid #fff;
  border-radius:0;
  -webkit-box-shadow:none;
          box-shadow:none;
  outline:none;
  color:inherit;
  text-indent:0;
  height:20px;
}

.register-photo form .checkbox {
  font-size:13px;
  line-height:20px;
}

.register-photo form .btn-primary {

    width: 25%;
    border: none;
    border-radius: 10px;
    padding: 6px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 auto;
    margin-top: 20px;
    text-shadow: none;
    outline: none !important;
  
}

.register-photo form .btn-primary:hover, .register-photo form .btn-primary:active {
}

.register-photo form .btn-primary:active {
  -webkit-transform:translateY(1px);
      -ms-transform:translateY(1px);
          transform:translateY(1px);
}

.register-photo form .already {
  display:block;
  text-align:center;
  font-size:12px;
  color:#6f7a85;
  opacity:0.9;
  text-decoration:none;
}

.btn-primary {
    color: #3176a3;
    background-color: #fff;
    border-color: #f5f5f5;
}


.btn-primary:hover {
    color: #fff;
    background-color: #f4334f;
    border-color: #f4334f;
}

@media (max-width:1200px) {

.register-photo form .btn-primary {

    width: 35%;
    border: none;
    border-radius: 10px;
    padding: 6px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 auto;
    margin-top: 20px;
    text-shadow: none;
    outline: none !important;
  
}

}

@media (max-width:991px) {

.register-photo form .btn-primary {

    width: 35%;
    border: none;
    border-radius: 10px;
    padding: 6px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 auto;
    margin-top: 20px;
    text-shadow: none;
    outline: none !important;
  
}

}


@media (max-width:960px) {

.register-photo form .btn-primary {

    width: 32%;
    border: none;
    border-radius: 10px;
    padding: 11px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 auto;
    margin-top: 20px;
    text-shadow: none;
    outline: none !important;
  
}

}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
	border:none;
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #fff !important;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

select.form-control:not([size]):not([multiple]) {
    height:inherit;
    color: #fff;
	text-indent:0;
}

select option {
    margin: 40px;
    background: #fff;
    color: #6F7172;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}



label {
color:#FFFFFF;
margin-bottom:0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
    color: #fff !important;
}

.copyright {
    font: 0.74em "DINProMedium";
    text-transform: uppercase;
}

.brandlovers{
font: 0.74em "DINProMedium" !important;
color: #C0DFF3 !important;
text-transform: uppercase;
}

.brandlovers #brandlovers{
color: #C0DFF3 !important;
text-decoration: none;
}


.brandlovers #brandlovers:hover{
text-decoration: none;
    color: #F4334F !important;
}


.contain{
padding-left:0; padding-right:0;
}

@media (max-width:996px) {
.serviceBox .service-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #f4334f;
text-align: left !important;
}
}


@media (max-width:767px) {
.serviceBox .service-content h3 {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #f4334f;
text-align: center !important;
}
}



@media (max-width:996px) {
.contain{
padding-left:15px; padding-right:15px;
}
}


.bg-equipa h2 {
    color: #3176A3;
    font-family: "DINProLight";
    font-size: 28px;
    text-align: center;
    margin-bottom: 1.5em;
}

.bg-equipa {
    background: url('../img/bg-equipa-clinicare.png') no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    font-family: "DINProMedium";
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 60px 40px;
}

@media (max-width:996px) {
.bg-equipa {
    background: url('../img/bg-equipa-clinicare.png') no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    font-family: "DINProMedium";
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 40px 40px;
        max-width: 690px;
}
}




.bg-dark {
    background-color: #5894BA !important;
}

.pt-5, .py-5 {
    padding-top: 1rem!important;
}

.pb-5, .py-5 {
    padding-bottom: 1rem!important;
}


























/*-- top-nav --*/  

.navbar-collapse {
    
    padding-right: 0;
    padding-left: 0;

}

.top-nav {
    background: #fff;
}

.nav {
    margin-bottom: 0;
    padding-left: 15px;
    list-style: none;
}

.nav > li {
    display: inline-block;
    padding: 1.5em 1em;
}
ul.nav.navbar {
    margin: 0;
    text-align: center;
}
ul.nav.navbar li a {
    color: #6F7172;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'DINProMedium';
border-bottom: 4px solid transparent;
}
ul.nav.navbar li a:hover,ul.nav.navbar li a.active{ 
	color:#f4334f;
	background:transparent;
	outline:none;

} 

ul.nav.navbar li a.active {
    color: #f4334f;
    background: transparent;
    outline: none;
    border-bottom: 4px solid;
padding: 0 0.5em; 
}

ul.nav.navbar li a:focus{ 
	color:#6F7172;
	background:transparent;
	outline:none;
} 
/*-- Kumya --*/ 

.w3ls-hover .active{
border:4px solid;
}

.w3ls-hover span {
	display: block;
	position: relative;
    line-height: 45px;
    height: 45px;
} 


.w3ls-hover span::before {
	content: attr(data-letters);
	position: absolute;
    color: #6F7172;
    border-bottom: 4.13px solid #F4334F;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	width: 0%;
	-webkit-transition: width 0.6s;
	-o-transition: width 0.6s;
	transition: width 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
} 
.w3ls-hover:hover span::before {
	width: 100%;
}
ul.nav.navbar li a.w3ls-icon{
    font-size: 1.2em; 
}
ul.nav.navbar li a.w3ls-icon:hover {
	color:#6F7172;
}
/*-- //top-nav --*/


/*-- about --*/
.about h3 {
    font-size: 2.5em;
    color: #fff;
}
.about h3 span {
    color: #f3286c;
}
.about h4 {
    font-size: 1.2em;
    color: #a5a5a5;
    margin-top: 1em;
}

.about-left img {
    border: 5px solid #1dadd3;
 border-radius: 50%;
    padding: 10px;
}
ul.address {
    margin-top: 1.5em;
    border-top: 1px dashed #1d7288;
    padding-top: 0.5em;
}
ul.address li {
    display: block;
}
ul.address li ul.agileits-address-text li {
    display: inline-block;
    font-size: 1.2em;
    color: #fff;
    margin-top: 1em;
	font-weight: 100;
}
ul.address li ul.agileits-address-text li:nth-child(1){
	width: 20%;
}
ul.address li ul.agileits-address-text li a {
    color: #fff;
	text-decoration:none;
}
ul.address li ul.agileits-address-text li a:hover{
    color: #0FF;
} 
.about-text {
    padding: 3em 3em  0;
}
p.agile-br {
    margin-top: 1em;
}

/*-- //about --*/
/*-- skills --*/ 
.bar-grids {
    padding: 0 4em;
}
.bar-grids h4 {
    font-size: 1.6em;
    color: #1dadd3;
    margin-bottom: 1.5em;
    border-bottom: 1px dashed #484848;
    padding-bottom: 0.5em;
    font-weight: 600;
}
.bar-grids h4 span.glyphicon{
    margin-right: 0.8em;
}
.progress {
    height: 20px;
    margin-bottom: 2.2em;
    background-color: #484848;
 border-radius: 0;
}
.progress-bar { 
    background-color: #b3315d;
}
.bar-grids h6 {
    font-size: 1em;
    color: #fff;
    margin-bottom: 0.6em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 2px;
}
.bar-grids h6 span {
    float: right;
    font-size: 0.9em;
}
/*-- //skills --*/
/*-- experience --*/
.experience-grids {
    width: 85%;
    margin: 0 auto;
}
.experience-left {
    float: left;
    width: 30%;
    background: #ec407a;
    text-align: center;
    padding: 2em 0;
    border: 2px solid #ec407a;
	-webkit-transition: .5s all;
	transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
} 
.experience-right {
    float: right;
    width: 70%;
    border: 1px solid #ec407a;
	padding: 1.5em;
}
.experience-left h3 {
    font-size: 1.8em;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
}
.experience-left h5 {
    font-size: 1em;
    color: #fff;
    margin-top: 1em;
}
.experience-right h4 {
    font-size: 1.6em;
    color: #1dadd3;
    margin-bottom: 0.5em;
	font-weight: 900;
}
.experience-grids.experience-grids-btm {
    margin: 2em auto;
}
.experience-grids:hover .experience-left {
    background: none;
} 
.experience-left h3 span {
    font-size: .5em;
    font-weight: 300;
    vertical-align: middle;
    margin-left: 5px;
}
/*-- //experience --*/
 /*-- gallery --*/ 
.gallery-row {
    padding: 0 3em;
}
.gallery-grids {
    margin: 0.5em 0;
    padding: 0 .5em;
}
.gallery-w3ls-hover{
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
	border: 2px solid #22add3;
}
.gallery-w3ls-hover img { 
	width: 100%;
}
.gallery-w3ls-hover .view-caption {
	background-color: rgba(236, 64, 122, 0.85);
	border: 5px solid #fff;
	bottom: 0;
	color: #fff;
	left: 0;
	margin: 10px;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	right: 0;
	text-align: center;
	top: 0;
	z-index: 99;
	-webkit-transition: all 0.75s ease-in-out 0s;
	-o-transition: all 0.75s ease-in-out 0s;
	transition: all 0.75s ease-in-out 0s;
}
.gallery-w3ls-hover .view-caption h5 {
	color: #fff;
	font-size: 1.5em;
	padding-top: 25.5%;
	-webkit-transition: all 0.75s ease-in-out 0s;
	-o-transition: all 0.75s ease-in-out 0s;
	transition: all 0.75s ease-in-out 0s;
}
.gallery-w3ls-hover:hover .view-caption {
	opacity: 1;
	filter: alpha(opacity=100);
	border: 10px solid #fff;
}
.gallery-w3ls-hover:hover .view-caption h5 {
    padding-top: 26%;
}
/*-- //gallery --*/
/*-- contact --*/
.contact-left iframe {
    width: 100%;
    min-height: 32.5em;
    border: none;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.contact input[type="text"],.contact textarea{
    font-size: 1em;
    color: #fff;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    background: none;
    -webkit-appearance: none;
	outline: none;
}
.contact textarea { 
    min-height: 13em; 
} 
/*-- input-effect --*/ 
.styled-input {
	width:100%;
	margin: 2em 0 1em;
	position: relative;
}
.styled-input label {
    color: #1dadd3;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 1em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
	width: 0;
	height:2px;
	background:#ec407a;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.125s; 
	-o-transition: all 0.125s; 
	transition: all 0.125s; 
}
.styled-input textarea ~ span { 
    bottom: 5px; 
}
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: 1.1em;
    color: #ec407a;
    top: -1.3em;
    -webkit-transition: all 0.125s; 
	-o-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input input:focus.styled-input textarea:focus { 
	outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;  
	-o-transition: all 0.075s;  
	transition: all 0.075s; 
} 
/*-- //input-effect --*/
.contact input[type="submit"] { 
    outline: none;
    color: #fff;
    padding: .8em 4em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #ec407a;
    border: solid 1px #ec407a;
	border-radius: 3px; 
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all; 
	transition: 0.5s all;
}
.contact input[type="submit"]:hover { 
	background-color:#1dadd3;
	border-color:#1dadd3;
} 
/*-- //contact --*/ 
/*-- footer --*/
.footer {
    padding: 2em 0;
    text-align: center;
    background: #1F1F1F;
}

/*-- //footer --*/
/*-- responsive-design --*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
}
@media(max-width:1080px){
.nav > li { 
    padding: 1.5em 1.5em;
} 
}
@media(max-width:1024px){
.banner-text {
    margin: 22em 0 7.1em; 
}
.modal-dialog {
    width: 80%;
	margin: 2em auto;
}
}
@media(max-width:991px){
ul.nav.navbar li a { 
    font-size: 1.4em; 
}
.nav > li {
    padding: 1.5em 1em;
}
.banner-text h1 {
    font-size: 3.2em; 
}
.banner-text {
    margin: 22em 0 6em;
    padding: 3em;
}
.about-left img { 
    width: 38%;
    margin: 0 auto 1em;
}
.about-right {
    padding: 0 3em;
}
.about h3 {
    font-size: 2.2em; 
}
.about-text {
    padding: 2em 3em 0;
}
.experience-grids {
    width: 90%; 
}
.gallery-grids { 
    width: 33.33%;
	float:left;
}
.contact-left iframe { 
    min-height: 19em; 
}
.contact-right {
    margin-top: 2em;
}
.contact textarea {
    min-height: 10em;
}
}
@media(max-width:800px){
ul.nav.navbar li a {
    font-size: 1.2em;
}
.banner-text h1 {
    font-size: 2.8em;
}
.progress { 
    margin-bottom: 2em; 
}
}
@media(max-width:768px){ 
.about-right {
    padding: 0 2em;
}
.about-text {
    padding: 1.5em 2em 0;
}

p.agile-br {
    margin-top: 0.8em;
}


}



@media(max-width:996px){


    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.collapse.show {
    display: block !important;
}

.top-nav { 
    text-align: center;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-collapse {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    z-index: 9;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-toggle {
color: #fff;
text-transform: uppercase;
    float: none;
    text-align: center;
    margin: 1.5em  auto;
    font-size: 1.1em;
    background: #f4334f;
    font-weight: 700;
    padding: 10px;
width:90px;
}
.nav > li {
    padding: 0.8em 1em;
   /* display: block;*/
width:100%;
}
ul.nav.navbar li a { 
    display: inline-block;
}
}
@media(max-width:736px){
.banner-text {
    margin: 19em 0 6em; 
}
.banner-text h1 {
    font-size: 2.5em;
}
.banner-text h6 {
    font-size: 1.1em; 
    letter-spacing: 2px; 
}
}


@media (min-width: 768px) and (max-width: 996px) {
   .collapse {
       display: none !important;
   }
}


@media (max-width: 667px){
.banner-text {
    margin: 16em 0 6em;
}
}
@media(max-width:640px){
.modal-header {
    margin-bottom: 0;
	padding: 1.5em;
}
h4.modal-title {
    font-size: 2.2em; 
}
.about h3 {
    font-size: 2em;
} 
.experience-left h3 {
    font-size: 1.3em; 
}
.experience-right h4 {
    font-size: 1.4em; 
}
.experience-right { 
    padding: 1em;
}
.contact input[type="submit"] { 
    padding: .6em 4em; 
    margin: 0.5em 0 0 0; 
}
.gallery-grids {
    width: 50%; 
}
.gallery-w3ls-hover:hover .view-caption { 
    border: 5px solid #fff;
}
.gallery-w3ls-hover:hover .view-caption h5 {
    padding-top: 23%;
}
}
@media(max-width:568px){
h4.modal-title {
    font-size: 2em;
}
.about-left img {
    width: 45%; 
    border-width: 3px; 
    padding: 5px;
}
.about h3 {
    font-size: 1.6em;
}
.about h4 {
    font-size: 1em; 
    margin-top: 0.8em;
}
ul.address li ul.agileits-address-text li { 
    font-size: 1.1em; 
    margin-top: 0.8em; 
}
.about-right,.bar-grids {
    padding: 0 1.5em;
}
.about-text {
    padding: 1.5em 1.5em 0;
}
.experience-grids {
    width: 95%;
}
.gallery-row {
    padding: 0 0.5em;
}
}
@media(max-width:480px){
.banner-text {
    margin: 13em 0 6em;
} 
.banner-text h6 {
    font-size: 1em; 
    letter-spacing: 0; 
}
.banner-text h1 {
    font-size: 1.8em;
}
.nav > li {
    padding: 0.7em 1em; 
}
.modal-dialog {
    width: 90%; 
}
h4.modal-title {
    font-size: 1.8em;
}
.close { 
    line-height: 0.5; 
}  
}
@media(max-width:414px){
.banner-text {
    margin: 23.5em 0 6em;
	padding: 2em;
}  

ul.address li ul.agileits-address-text li {
    font-size: 1em; 
}
.about h3 {
    font-size: 1.5em;
}
.bar-grids h4 {
    font-size: 1.4em; 
}
.bar-grids h4 span.glyphicon {
    margin-right: 0.2em;
}
.bar-grids h6 {
    font-size: 0.9em; 
}
.progress { 
    height: 12px;
}
.bar-grids:nth-child(2) {
    margin-top: 2em;
}
.experience-left {
    float: none;
    width: 100%; 
    padding: 1em 0; 
}
.experience-left h5 {
    font-size: 0.9em; 
    margin-top: 0.5em;
}
.experience-right {
    float: none;
    width: 100%; 
}
.experience-grids.experience-grids-btm {
    margin: 1.5em auto;
}
.experience-left h3 span {
    font-size: .7em; 
}
.contact-left,.contact-right{
    padding: 0 .5em;
}
.gallery-grids {
    width: 100%;
    float: none;
}
.gallery-w3ls-hover:hover .view-caption h5 {
    padding-top: 26%;
}
}
@media(max-width:384px){
.banner-text {
    margin: 16.6em 0 6em;
}
.banner-text h1 {
    font-size: 1.8em;
} 
.contact-left iframe {
    min-height: 10em;
}
.contact input[type="text"], .contact textarea {
    font-size: 0.9em; 
}
.styled-input input:focus ~ label, .styled-input input:valid ~ label, .styled-input textarea:focus ~ label, .styled-input textarea:valid ~ label {
    font-size: 0.9em; 
    top: -1em; 
}
.styled-input { 
    margin: 1.5em 0 0.5em; 
} 
.modal-header { 
    padding: 1em;
}
h4.modal-title {
    font-size: 1.6em;
}
.modal-dialog {
    width: 95%;
	margin: 1em auto;
}
.footer {
    padding: 2em 1em; 
}

}
@media(max-width:375px){
}
@media(max-width:320px){
.banner-text h1 {
    font-size: 1.5em;
}
.banner-text h6 {
    font-size: 0.9em; 
}
.banner-text {
    margin: 15em 0 2.6em;
	padding: 1.2em 1.5em;
}
.nav > li {
    padding: 0.5em 1em;
}
ul.nav.navbar li a,ul.nav.navbar li a.w3ls-icon{
    font-size: 1.1em;
}
.about h3 {
    font-size: 1.3em;
}
.about h4 {
    font-size: 0.9em; 
}
ul.address li ul.agileits-address-text li {
    font-size: 0.9em;
}
.about-text {
    padding: 0.8em 0 0;
}
.about-right, .bar-grids {
    padding: 0;
}
p.agile-br {
    margin-top: 0.5em;
}
.bar-grids h4 {
    font-size: 1.2em;
}
.progress {
    height: 9px;
}
.experience-left h3 {
    font-size: 1.2em;
}
.experience-right h4 {
    font-size: 1.2em;
	margin-bottom: 0.2em;
}
.contact input[type="submit"] {
    padding: .5em 3em; 
    font-size: 0.9em;
}

}






input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search] {
	background: #fff url(../img/search1.png) no-repeat 9px center;
	border-bottom: 4px solid #fff;
	padding: 0 10px 0 32px;
	width: 55px;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #f4334f;
	   
	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;
	box-shadow: 0 0 5px #fff;
}


input:-moz-placeholder {
	color: #6F7172;
}
input::-webkit-input-placeholder {
	color: #6F7172;
}

/* Demo 2 */
#demo-2 input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 49px;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 90px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
line-height: 49px;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}
/*-- //responsive-design --*/