/*
* ----------------------------------------------------------------------------------------
Author       : Onepageboss
Template Name: Healthx
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    SLIDER BACKGROUND CSS STYLE
     VIDEO BACKGROUND CSS STYLE
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.WHY CHOOSE US CSS STYLE
* 07.CALL TO ACTION CSS STYLE
* 08. GALLERY CSS STYLE
* 09.COMPLETE PROJECT CSS STYLE
* 10.APPOINMENT FORM STYLE
* 11.TEAM CSS STYLE
* 12.TESTIMONIAL CSS STYLE
* 13.PRICING CSS STYLE
* 14.CONTACT CSS STYLE
* 15.MAP CSS STYLE
* 17.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    font-family: 'Lato', sans-serif;
    background: #fff;
    color: rgba(0, 0, 0, .6);
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'Raleway', sans-serif;
}

img {
    width: 100%;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 30px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 70px 0px;
}

.section-title {
    margin-bottom: 30px;
    text-align: center;
}

.section-title p {
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 0px 200px;
}

.section-title h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    margin-top: 0;
}

.section-title h2::before {
    position: absolute;
    left: 50%;
    top: 55px;
    height: 2px;
    width: 74px;
    background: #207FDC;
    content: "";
    margin-left: -37px;
    z-index: 1;
}

    .section-title .logo {
        margin-bottom: 30px;
    }


.section-title .logo a p {
    color: #000;
}

a.read-more {
    margin-top: 20px;
    display: inline-block;
    color: #333;
    padding: 10px 25px;
    border: 1px solid #207FDC;
    text-transform: uppercase;
    font-size: 12px;
    background: transparent;
}

a.read-more:hover {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #207FDC;
    background: #207FDC;
}

.scrollup {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    cursor: pointer;
    display: none;
    z-index: 2;
    background: #207FDC;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/


.preloader-area {
    position: fixed;
    background: #fff;
    z-index: 11000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.spinner {
    margin: auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -20px;
    top: 50%;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    /*background-color: #82B440;*/
    background-color: #3065B5;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot1 {
    background-color: #207FDC;
}

.dot2 {
    top: auto;
    background-color: #000;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
    height: 100%;
}

.welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../images/bg/mainbg.jpg);
    background-size: cover;
    z-index: 1;
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text {
    margin-top: 60px;
}

.header-text h2 {
    color: #fff;
    /*font-size: 50px;*/
    font-size: 3.5rem;
    letter-spacing: 3px;
    margin-top: 10px;
    margin-bottom: 25px;
    font-weight: 600;
}

.header-text p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin: 0;
}

.header-text p span {
    color: #207FDC;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    margin: 0px 5px;
    font-weight: 700;
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo {
    padding-top: 30px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 5px;
    border: 2px solid #207FDC;
    padding: 2px 5px 2px 8px;
    display: inline-block;
}

.mainmenu .navbar-nav li {
    margin-right: 30px;
}

.mainmenu .navbar-nav li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
    padding-top: 35px;
    padding-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400;
}

.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mainmenu ul.nav.navbar-nav li.active:before {
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    position: absolute;
    content: "";
    background: #207FDC;
    color: #333;
}

.navbar {
    margin: 0;
}

.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
}

.menu-bg .logo {
    padding-top: 16px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .logo a p {
    color: #000;
}

.menu-bg .mainmenu .navbar-nav li a {
    color: #000;
    padding-top: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
    color: #000;
}

a.slide-btn {
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    padding: 12px 25px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #207FDC;
    background: #207FDC;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

a.slide-btn:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #207FDC;
    -webkit-transition: .3s;
    transition: .3s;
}

a.slide-btn.other-btn {
    background: transparent;
}

a.slide-btn.other-btn:hover {
    background: #207FDC;
}


/*
* ----------------------------------------------------------------------------------------
* HOMEPAGE SLIDER BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area,
.welcome-slider-area,
.welcome-slider-area div {
    height: 100%;
}

.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
    height: auto;
}

.single-slide-item-table {
    display: table;
    width: 100%;
}

.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.single-slide-item {
    position: relative;
    z-index: 1;
}

.single-slide-item:after {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.slide-1 {
    background: url(../images/bg/slider1.jpg) scroll 0 0;
    background-size: cover;
}

.slide-2 {
    background: url(../images/bg/slider2.jpg) scroll 0 0;
    background-size: cover;
}

.slide-3 {
    background: url(../images/bg/mainbg.jpg) scroll 0 0;
    background-size: cover;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.right.slider-control {
    left: auto;
    right: -52px;
}

.left.slider-control {
    left: -52px;
}

.welcome-slider-area:hover .right.slider-control {
    right: 30px;
    transition: .25s;
    -webkit-transition: .25s
}

.welcome-slider-area:hover .left.slider-control {
    left: 30px;
    transition: .25s;
    -webkit-transition: .25s
}

.slider-control {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #207FDC;
    font-size: 24px;
    width: 40px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
}

.slider-control:hover {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #207FDC;
}

.carousel-indicators li {
    width: 30px;
    height: 4px;
    border-radius: 4px;
    margin: 0;
    background: #207FDC;
    border: none;
}

.carousel-indicators li.active {
    width: 30px;
    height: 4px;
    border-radius: 4px;
    border: none;
}


/*
* ----------------------------------------------------------------------------------------
* VIDEO BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-video-area {
    position: relative;
    height: 100%;
    background-size: cover;
    z-index: 1;
    background-position: center center;
}

.welcome-video-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}


/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.about-us-area .section-title {
    margin-bottom: 40px;
}

.about-text {
    /*margin-top: 100px;*/
}

.about-text h2 {
    margin-bottom: 18px;
    font-size: 26px;
    text-transform: capitalize;
    letter-spacing: 3px;
    font-weight: 600;
    color: #207FDC;
}

.about-text h2 span {
    color: #fff;
}

.about-text p {
    margin-bottom: 25px;
    line-height: 1.8;
}

.about-image img {
    border-radius: 5px;
}

.margin-top-c {
    margin-top: 50px;
}


/*
* ----------------------------------------------------------------------------------------
* 05.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
    background: #F7F7F7;
}

.single-service {
    padding: 0px 20px;
    margin-top: 50px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #333;
    text-align: center;
    transition: .3s;
}

.single-service:hover.single-service h4 {
    color: #207FDC;
    transition: .3s;
}

.single-service:hover.single-service i {
    color: #207FDC;
    background: #fff;
    border: 1px solid #207FDC;
    transition: .3s;
}

.single-service h4 {
    font-size: 18px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 600;
    transition: .3s;
}

.single-service i {
    color: #fff;
    font-size: 40px;
    background: #207FDC;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 100px;
    transition: .3s;
    border: 1px solid #207FDC;
}

.single-service p {
    margin-top: 10px;
    margin-bottom: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 06.WHY CHOOSE US CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.why-chhose-us-area {
    background: #F7F7F7;
}

.single-about {
    margin-top: 30px;
}

.single-about h4 {
    font-size: 18px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 600;
    transition: .3s;
}

.single-about:hover.single-about h4 {
    color: #207FDC;
}

.why-image {
    margin-top: 30px;
}

.about-icon {
    float: left;
    margin-bottom: 100px;
    margin-right: 20px;
    margin-top: 0px;
}

.about-icon i {
    font-size: 30px;
    color: #207FDC;
}

.single-about p {
    margin-bottom: 0;
    line-height: 1.6;
}


/*
* ----------------------------------------------------------------------------------------
* 07.CALL TO ACTION CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.call-to-area {
    background: url(../images/bg/apporment.jpg);
    background-size: cover;
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}

.call-to-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .9);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.call-to-area-text h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: 300;
}

.call-to-area-text p {
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 30px;
}

.call-to-area-text a {
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    padding: 12px 25px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #207FDC;
    background: #207FDC;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.call-to-area-text a:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #207FDC;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 08. GALLERY CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.gallery {
    background: #FAFAFA;
}

.gallery figure.effect-julia img {
    height: auto;
    width: 100%;
}

.gallery .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.gallery figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
    text-align: center;
    margin-top: 45px;
    opacity: 0;
    transition: .3s;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}

.gallery .item:hover figure.effect-julia h2 {
    opacity: 1;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 09.COMPLETE PROJECT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.complete-project-area {}

.single-project-complete {
    background: #fff;
    text-align: center;
}

.single-project-complete i {
    font-size: 60px;
    color: #207FDC;
}

.single-project-complete h2 {
    font-size: 26px;
    margin: 20px 0px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 700;
}

.single-project-complete h6 {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.complete-project-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.complete-project-area ul li {
    display: inline-block;
    text-align: center;
    width: 24%;
    border-right: 1px solid #ccc;
}

.complete-project-area ul li:last-child {
    border-right: none;
}


/*
* ----------------------------------------------------------------------------------------
* 10.APPOINMENT FORM STYLE
* ----------------------------------------------------------------------------------------
*/

.appoinment-form-area {
    background: #FAFAFA;
}

.appoinment-form {
    padding: 30px;
    border: 2px solid #F2F2F2;
    background: #fff;
}

.appoinment-text {
    margin-top: 100px;
}

.appoinment-text h2 {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
    color: #207FDC;
}

.appoinment-form h3 {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
    color: #207FDC;
}

.appoinment-form input[type="submit"] {
    width: 150px;
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    padding: 12px 25px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #207FDC;
    background: #207FDC;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.appoinment-form select {
    color: #A59999;
}

.appoinment-form input[type="submit"]:hover {
    background: transparent;
    color: #000;
    border: 1px solid #207FDC;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 11.TEAM CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.team-area {}

.single-team {
    margin-top: 30px;
    position: relative;
    color: #fff;
}

.single-team img {
    width: 100%;
}

.single-team h4 {
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
}

.single-team h6 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.single-team p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 10px;
}

.single-team p i {
    background: #fff;
    color: #207FDC;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    line-height: 40px;
}

.team-description {
    margin-top: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #207FDC;
    width: 100%;
    padding: 20px 30px;
    transition: .3s;
}

.single-team:hover .team-description {
    padding: 50px 30px;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 12.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: url(../images/bg/testi-bg.jpeg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.testimonial-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .9);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.testimonial-area .section-title h2 {
    color: #fff;
}

.testimonial-area .section-title p {
    color: #fff;
}

.testimonial-list {
    margin-top: 30px;
}

.single-testi-des {
    background: #fff;
    padding: 30px;
    box-shadow: 1px 1px 2px rgba(222, 222, 222, 0.32);
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}

.single-testi-des::before {
    position: absolute;
    bottom: -12px;
    left: 50%;
    height: 30px;
    width: 30px;
    content: "";
    background: #fff;
    margin-left: 12px;
    margin-top: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -15px;
}

.single-testimonial img {
    width: 60px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.single-testimonial {
    margin-right: 30px;
    text-align: center;
}

.single-testimonial h6 {
    margin-top: 0px;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 3px;
}

.single-testimonial p {
    font-size: 18px;
    font-weight: 300;
}

.testi-name {
    text-align: center;
}

.testi-name h2 {
    font-size: 18px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 600;
    transition: .3s;
    color: #207FDC;
}

.testi-name h3 {
    font-size: 12px;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border: 1px solid #207FDC;
    background: #207FDC;
}


/*
* ----------------------------------------------------------------------------------------
* 13.PRICING CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.pricing-area {}

.pricing-box {
    padding-bottom: 30px;
    text-align: center;
    margin-top: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #F7F7F7;
    box-shadow: 1px 1px 2px rgba(222, 222, 222, 0.32);
    border-radius: 5px;
}

.pricing-box:hover {
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing-header {
    background: #207FDC;
    padding: 20px;
    color: #fff;
}

.pricing-header .plan-title h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}

.pricing-header .plan-price {
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}

.plan-price span {
    font-size: 16px;
    text-transform: capitalize;
}

.plan-features li {
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
}

a.price-more {
    display: inline-block;
    color: #fff;
    padding: 10px 25px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #207FDC;
    background: #207FDC;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
}

a.price-more:hover {
    background: transparent;
    color: #000;
    border: 1px solid #207FDC;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 14.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.registration-area {
    background: url(../images/bg/contact.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.registration-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.registration-area .section-title h2 {
    color: #fff;
}

.registration-area .section-title p {
    color: #fff;
}

.registration-form {
    margin-top: 20px;
}

.registration-form label {
    font-weight: normal;
}

.registration-form h4 {
    font-weight: 600;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 10px 7px 14px 15px;
    border: 1px solid #f2f2f2;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s
}

.registration-form button {
    display: inline-block;
    color: #fff;
    padding: 10px 25px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #207FDC;
    background: #207FDC;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

    .registration-form button:hover {
        background: transparent;
        color: #fff;
        border: 1px solid #207FDC;
        -webkit-transition: .3s;
        transition: .3s;
    }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.success {
    background: #50B948 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

/*
* ----------------------------------------------------------------------------------------
* 16.CONTACT DETAILS CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.contact-details-area {
    background: #207FDC;
}

.single-contact-details {
    color: #fff;
}

    .single-contact-details h1 {
        font-size: 40px;
        text-transform: capitalize;
        font-weight: 600;
        transition: .3s;
        margin-top: 0;
    }

    .single-contact-details h2 {
        font-size: 22px;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .single-contact-details h3 {
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 15px;
    }

        .single-contact-details h3 i {
            margin-right: 10px;
        }


/*
* ----------------------------------------------------------------------------------------
* 17.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    background: #202020;
    padding: 80px 0px;
}

.footer-text h6 {
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    line-height: 25px;
}

.footer-social-link {
    margin-bottom: 10px;
}

.footer-social-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-social-link ul li {
    display: inline-block;
    margin: 0px 5px;
}

.footer-social-link ul li a {
    display: block;
    color: #000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
}

.footer-social-link ul li a:hover {
    color: #207FDC;
}