@charset "utf-8";







/* CSS Document */

* {

    margin: 0;

    padding: 0;
}



ul,

ol {

    list-style: none;

    margin: 0;
}



a:hover,

a:focus {

    outline: none;

    border: none;

    text-decoration: none;
}



p,

h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0;

    padding: 0;
}



a {

    text-decoration: none;
}



input,

textarea,

button {

    outline: none;
}



a,

div,

ul,

img {

    /*transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;*/
    box-sizing: border-box;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -o-box-sizing: border-box;
}



body {

    background: #fff;

    font-family: 'Open Sans', sans-serif;
}



.header {

    width: 100%;

    float: left;

    padding: 20px 0;
}



.top-header {

    width: 100%;

    float: left;
}



ul.language-list {
    width: auto;
    float: right;
    position: relative;
    padding: 4px 0;
    z-index: 999;
    right: 30px;
}



ul.language-list li {

    float: left;

    margin-left: 10px;
}



ul.language-list li a {

    color: #725c61;

    font-size: 14px;

    font-weight: 600;
}



ul.language-list li a:hover {

    text-decoration: underline;
}



ul.language-list li a img {

    position: relative;

    top: -1px;
}



.main-header {

    width: 100%;

    float: left;
}



.logo {

    position: relative;

    top: -2px;
}





.navigation {

    /*width: 100%;*/
    width: auto;

    float: left;

    padding: 0;

    margin-top: 6px;
}





.navigation .navbar-default {

    background: none;

    border: none;
}



.navigation .nav>li>a {

    padding: 12px;
}



.navigation .navbar {

    border-radius: 0;

    min-height: 1px;

    margin: 0;
}



.navbar-nav {

    text-align: center;

    width: 100%;
}



.navbar-default .navbar-nav>li {

    float: left;
    display: inline-block;
    padding: 0 4px;
}




.navbar-default .navbar-nav>li>a {

    color: #715b60;

    font-size: 18px;

    font-weight: 400;

    font-family: 'PT Sans Narrow', sans-serif;

    text-transform: uppercase;

    background: url(../images/nav-dot.png) left center no-repeat;
}



.navbar-default .navbar-nav>li>a:hover,

.navbar-default .navbar-nav>li>a:focus {

    color: #be1e2d;

    background-color: transparent;
}



.navbar-default .navbar-nav>.active>a,

.navbar-default .navbar-nav>.active>a:hover,

.navbar-default .navbar-nav>.active>a:focus {

    color: #be1e2d;

    background-color: transparent;
}



.book-appoinment {

    background: #be1e2d;

    color: #fff !important;

    font-size: 18px;

    display: inline-block;

    padding: 6px 30px;

    border-radius: 20px;

    font-weight: 400;

    text-transform: uppercase;

    float: right;

    font-family: 'PT Sans Narrow', sans-serif;

    margin-top: 30px;

    transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;
}



.book-appoinment:hover {

    background: #715b60;

    transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;
}





.banner-sec {

    width: 100%;

    float: left;

    position: relative;
}



.banner-sec .carousel:before {

    width: 100%;

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    z-index: 1;

    content: '';

    background: rgba(21, 21, 21, 0.2);
}



.carousel-control {

    width: 53px;

    height: 54px;

    top: 50%;

    margin-top: -27px;

    z-index: 15;
}



.carousel-control.left {

    background: url(../images/arrLeft.png) left top no-repeat;

    left: 8%;
}



.carousel-control.right {

    background: url(../images/arrRight.png) left top no-repeat;

    right: 8%;
}





.carousel-indicators .active {

    background-color: #fff;
}



.carousel-indicators li {

    border: 1px solid #fff;

    width: 13px;

    height: 13px;
}



.carousel-indicators .active {

    width: 14px;

    height: 14px;
}



.banner-sec .carousel-inner>.item>img {

    width: 100%;
}



.banner-sec h1 {

    font-family: 'PT Sans Narrow', sans-serif;

    font-weight: 700;

    font-size: 78px;

    text-transform: uppercase;

    color: #fff;

    display: inline-block;

    line-height: 80px;

    text-shadow: none;
}



.banner-sec h3 {

    font-family: 'PT Sans Narrow', sans-serif;

    font-weight: 700;

    font-size: 51px;

    color: #fff;

    line-height: 60px;

    text-shadow: none;
}



.skills-sec {

    width: 100%;

    float: left;

    padding: 40px 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f0ec+0,e6d7cb+100 */
    background: rgb(246, 240, 236);

    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246, 240, 236, 1) 0%, rgba(230, 215, 203, 1) 100%);

    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246, 240, 236, 1) 0%, rgba(230, 215, 203, 1) 100%);

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246, 240, 236, 1) 0%, rgba(230, 215, 203, 1) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f0ec', endColorstr='#e6d7cb', GradientType=0);

    /* IE6-9 */
}



.skills-sec .col-md-3 {

    border-right: solid 1px #cec3c2;
}



.skills-sec .col-md-3:last-child {

    border-right: none;
}



.skill-block {

    width: 100%;

    float: left;

    min-height: 230px;

    padding: 30px 20px 30px 20px;
}



.skill-block h2 {

    font-family: 'PT Sans Narrow', sans-serif;

    font-weight: 400;

    font-size: 40px;

    color: #725c61;

    line-height: 40px;

    padding-bottom: 15px;
}



.skill-block h2 span {

    color: #be1e2d;
}



.skill-block p {

    font-weight: 400;

    font-size: 16px;

    color: #725c61;

    line-height: 20px;
}



.about-cristina {

    width: 100%;

    float: left;

    background: #f9f7f7;

    padding: 90px 0;
}



.cristina-block {

    width: 100%;

    float: left;

    padding: 0 100px;
}



.cristina-block img {

    border-radius: 50%;
}

.about-cristina h1 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #725c61;
    line-height: 40px;
    padding: 0px 0px 14px 0px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 14px;
}


.cristina-con h1 {

    font-family: 'PT Sans Narrow', sans-serif;

    font-weight: 400;

    font-size: 50px;

    color: #725c61;

    line-height: 40px;

    padding-bottom: 15px;

    text-align: left;
}

.about-cristina h4 {

    font-family: 'PT Sans Narrow', sans-serif;

    font-weight: 400;

    color: #be1e2d;

    font-size: 30px;

    line-height: 40px;

    padding-bottom: 15px;
}

.cristina-con h5 {

    font-family: 'PT Sans Narrow', sans-serif;

    font-weight: 400;

    color: #be1e2d;

    font-size: 30px;

    line-height: 40px;

    padding-bottom: 15px;
}



.about-cristina h3 span {

    color: #be1e2d;

    font-size: 30px;
}



.about-cristina p {

    font-weight: 400;

    font-size: 16px;

    color: #333333;

    line-height: 30px;
}



.cristina-con {

    width: 100%;

    float: left;

    padding-left: 20px;
}



.professional-sec {

    width: 100%;

    float: left;

    background: #fff;

    padding: 40px 0;
}



.professional-block {

    width: 100%;

    float: left;

    padding-right: 15px;
}



.professional-sec h3 {

    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #725c61;
    line-height: 40px;
    padding-bottom: 21px;
}



.professional-sec p {

    font-weight: 400;

    font-size: 16px;

    color: #725c61;

    line-height: 25px;

    padding-bottom: 10px;
}



.professional-sec p a {

    font-size: 20px;

    color: #be1e2d;

    display: inline-block;
}



.professional-sec p a:hover {

    text-decoration: underline;
}



.professional-block p>a {

    font-size: 16px;

    font-weight: 400;

    color: #725c61;

    display: inline-block;

    padding: 6px 20px;

    border-radius: 20px;

    text-transform: uppercase;

    border: solid 1px #be1e2d;

    margin-right: 6px;

    transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;
}



.professional-block p>a:hover {

    border-color: #725c61;

    background: #725c61;

    color: #fff;

    text-decoration: none;

    transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;
}



.consultation-sec {

    width: 100%;

    float: left;

    padding: 80px 0;

    background: url(../images/consultation-bg.jpg) center center no-repeat;

    background-size: cover;
}



.consultation-form {

    width: 100%;

    max-width: 560px;

    margin: 0 auto;

    overflow: hidden;

    background: #fff;

    border-radius: 8px;

    padding: 30px;

    text-align: center;
}



.form-content {

    width: 100%;

    float: left;

    padding: 15px;

    border-radius: 7px;

    border: solid 1px #d3d3d3;
}



.consultation-form h3 {

    font-family: 'PT Sans Narrow', sans-serif;

    font-weight: 400;

    font-size: 30px;

    color: #725c61;

    line-height: 35px;

    text-transform: uppercase;

    padding-bottom: 25px;
}



.consultation-form h3 span {

    font-weight: 700;

    color: #be1e2d;
}



.consultation-form input[type="text"],
input[type="email"] {

    font-family: 'PT Sans Narrow', sans-serif;

    font-weight: 400;

    font-size: 18px;

    border: none;

    color: #333;

    height: 40px;

    background: none;

    border-bottom: solid 1px #d3d3d3;

    width: 100%;

    float: left;

    margin-bottom: 10px;
}

.consultation-form input[type="checkbox"] {

    font-family: 'PT Sans Narrow', sans-serif;

    font-weight: 400;

    font-size: 18px;
}





.consultation-form textarea {

    font-family: 'PT Sans Narrow', sans-serif;

    font-weight: 400;

    font-size: 18px;

    border: none;

    color: #333;

    background: none;

    width: 100%;

    float: left;

    resize: none;
}



.consultation-form input[type="submit"] {

    font-family: 'PT Sans Narrow', sans-serif;

    font-weight: 400;

    font-size: 18px;

    border: none;

    color: #fff;

    background: #be1e2d;

    display: inline-block;

    padding: 6px 0;

    width: 100%;

    max-width: 205px;

    text-transform: uppercase;

    border-radius: 20px;

    margin: 15px 0;

    transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;
}



.consultation-form input[type="submit"]:hover {

    background: #725c61;

    transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;
}



.consultation-form p {

    font-family: 'PT Sans Narrow', sans-serif;

    font-weight: 400;

    font-size: 18px;

    color: #c6c6c6;
}



.consultation-form p img {

    position: relative;

    top: -2px;
}



.testimonial-sec {

    width: 100%;

    float: left;

    padding: 80px 0;

    text-align: center;

    background: url(../images/testimonial-bg.jpg) center center no-repeat #fff;
}



.testimonial-sec .carousel-control.left {

    background: url(../images/testiArrLeft.png) left top no-repeat;

    left: 8%;
}



.testimonial-sec .carousel-control.right {

    background: url(../images/testiArrRight.png) left top no-repeat;

    right: 8%;
}



.testimonial-sec h3 {

    font-family: 'PT Sans Narrow', sans-serif;

    font-weight: 400;

    font-size: 40px;

    color: #be1e2d;
}



.testimonial-sec p {

    font-weight: 600;

    font-size: 16px;

    line-height: 30px;

    color: #725c61;

    max-width: 600px;

    margin: 40px auto;
}



.testimonial-sec h5 {

    font-family: 'PT Sans Narrow', sans-serif;

    font-weight: 400;

    font-size: 24px;

    color: #be1e2d;
}



.footer {

    width: 100%;

    float: left;

    background: #f9f7f7;

    padding: 20px 0 0;
}



.footerUp {

    width: 100%;

    float: left;

    margin-bottom: 45px;
}



.footerUpDetail {
    width: 100%;
    margin: 0 auto;
    max-width: 909px;
    /*padding-left: 33px;*/
}



.footerUp h4 {

    font-weight: 600;

    font-size: 16px;

    color: #725c61;

    margin: 40px 0 15px;
}



.footerUp p {

    font-weight: 400;

    font-size: 16px;

    line-height: 22px;

    color: #725c61;
}



.f-call {
    color: #be1e2d !important;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}



.f-call:hover {

    text-decoration: underline;
}



.map {

    width: 100%;

    float: left;
}



.map iframe {

    width: 100%;

    float: left;
}



.copyright {

    width: 100%;

    float: left;

    padding: 40px 0;
}



.copyright p {

    font-weight: 400;

    font-size: 16px;

    line-height: 22px;

    color: #725c61;
}









/*-------------slider----------------------------------*/

.cycloneslider-slide.cycloneslider-slide-image.cycle-slide {
    top: 30px !important;
}

.cycloneslider-template-standard .cycloneslider-pager {

    bottom: 5px !important;
}

.cycloneslider-template-standard {

    margin: 0px auto !important;
}

.cycloneslider-caption-description .carousel-caption {
    background: #000 !important;
    opacity: 0.7 !important;
}

ul.list-style {
    padding: 0px 0;
    margin-left: 8px;
    width: 100%;
    float: left;
}

ul.list-style li {
    line-height: 20px;
    font-size: 16px;
    padding: 0 5px;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 14px;
    background: url(../images/nav-dot.png) left 6px no-repeat;
}

blockquote span {
    font-size: 26px !important;
    color: #be1e2d !important;
}

blockquote b {
    font-weight: 400 !important;
    font-size: 17.5px !important;
    color: #be1e2d !important;
    line-height: 30px !important;
}

.page-id-96 .professional-block span>a {
    margin-bottom: 18px
}








/*=============================Media start here===========================*/

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

    .navbar-default .navbar-nav>li {

        padding: 0;
    }

    .navbar-default .navbar-nav>li>a {

        font-size: 16px;
    }

    .logo img {

        max-width: 240px;
    }

    .skill-block h2,

    .professional-sec h3 {

        font-size: 28px;

        line-height: 32px;
    }

    .cristina-block {

        padding: 0;
    }

    .professional-block>a {

        padding: 5px 10px;
    }
}





@media only screen and (max-width: 991px) {
    .cristina-con h1 {
        font-size: 27px;
        text-align: center;
    }
    ul.img-icon li {
        margin-bottom: 22px;
        text-align: center;
    }

    .main-header {

        text-align: center;
    }

    .book-appoinment {

        float: none;

        margin-top: 10px;
    }

    .navigation {

        margin-top: 10px;
    }

    .skills-sec {

        padding: 20px 0;
    }

    .skills-sec .col-md-3 {

        border-right: none;
    }

    .skill-block {

        min-height: 1px;

        padding: 15px;

        margin-bottom: 15px;
    }

    .cristina-block,

    .professional-sec {

        text-align: center;
    }

    .cristina-block img {

        margin-bottom: 20px;

        max-width: 100%;
    }

    .banner-sec h3 {

        font-size: 30px;

        line-height: 20px;
    }

    .banner-sec h1 {

        font-size: 50px;
    }

    .about-cristina {

        padding: 30px 0;
    }

    .professional-sec,

    .consultation-sec,

    .testimonial-sec {

        padding: 30px 0;
    }

    .about-cristina h3 {

        font-size: 40px;
    }

    .cristina-con {

        padding-left: 0;
    }

    .professional-block {

        margin-bottom: 30px;
    }

    .professional-sec h3 {

        padding-bottom: 15px;
    }

    .testimonial-sec .carousel-control.left,

    .carousel-control.left {

        left: 1%;
    }

    .testimonial-sec .carousel-control.right,

    .carousel-control.right {

        right: 1%;
    }

    .inner-div>div {
        width: 100%;
        float: left;
    }
    .sidebar-div {
        padding: 0 !important;
        margin-bottom: 30px;
    }
}



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


    .main-header .row>div {

        width: 100%;

        float: left;
    }

    .logo {

        position: static;

        top: 0;
    }

    .logo img {

        float: left;
    }

    .navbar-default .navbar-toggle {

        border-color: #be1e2d;

        position: absolute;

        right: 0;

        border-radius: 0;

        top: -55px;
    }

    .navbar-default .navbar-toggle .icon-bar {

        background-color: #be1e2d;
    }

    .navbar-default .navbar-toggle:hover,

    .navbar-default .navbar-toggle:focus {

        background-color: transparent;
    }

    .navbar-default .navbar-collapse,

    .navbar-default .navbar-form {

        border-color: transparent;
    }

    .navbar-nav {

        margin: 0;
    }

    .navbar-default .navbar-nav>li {

        width: 100%;
    }

    .navbar-default .navbar-nav>li>a {

        font-size: 20px;

        background: none;
    }

    .testimonial-sec .carousel-control.left,

    .carousel-control.left {

        left: 0;
    }

    .testimonial-sec .carousel-control.right,

    .carousel-control.right {

        right: 0;
    }

    .testimonial-slider .item {

        padding: 0 40px;
    }

    .footerUpDetail {

        text-align: center;
    }

    .map iframe {

        height: 250px;
    }
    .navigation {
        width: 100%;
        margin-top: 0;
    }
    ul.language-list {
        top: -90px;
        right: 30px;
        position: absolute;
    }
    .header {
        padding: 20px 0 0;
    }
}



@media only screen and (max-width: 568px) {
    ul.img-icon li {
        width: 48%;
    }

    .banner-sec h3 {

        font-size: 20px;

        line-height: 18px;
    }

    .banner-sec h1 {

        font-size: 36px;

        line-height: 45px;
    }

    .carousel-control {

        width: 40px;

        height: 40px;

        margin-top: -20px;

        background-size: 100% !important;
    }

    .about-cristina h3 {

        font-size: 30px;
    }

    .about-cristina h3 span {

        font-size: 24px;
    }
}



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

    .banner-sec h1 {

        font-size: 30px;

        line-height: 40px;
    }

    .logo img {

        max-width: 200px;
    }

    .navbar-default .navbar-collapse,

    .navbar-default .navbar-form {

        padding: 0;
    }

    .consultation-form {

        padding: 15px;
    }

    .consultation-form h3 {

        font-size: 22px;

        line-height: 25px;
    }

    .form-content {

        padding: 10px;
    }

    .testimonial-sec h3 {

        font-size: 30px;
    }

    .testimonial-sec p {

        margin: 20px auto;
    }

    .copyright {

        padding: 20px 0;
    }

    .cristina-block img {

        max-width: 80%;
    }
    ul.language-list {
        top: -95px;
    }
}














/*=============================Media end here===========================*/