/* ----------------------------------------------------------------------------------------
* Author        : Coderspoint
* Template Name : Bizniz3 | One Page Corporate Html Template
* File          : Bizniz3 main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */


/* Primary  #30a5ff */


/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. About area css

05. Skills area css

06. Service area css

07. Portfolio/work area css

08. Team Area Css

09. Testimonial area css

10. Features area css

11. Action area css

12. Pricing area css

13. Fun facts area css

14. Why Choose area css

15. Subscribe area css

16. News area css

17. Client area css

18. Contact area css

19. Google Map area css

20. Footer area css

-------------------------------------------------------------------------------------- */


/* Google Fonts Montserrat and Poppins */
@font-face {
    font-family: Muli;
    src: url("/fonts/Muli/Muli-Regular.ttf"); }
@font-face {
    font-family: Muli;
    src: url("/fonts/Muli/Muli-Bold.ttf");
    font-weight: bold; }


/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%
}

body {
    color: #757575;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Muli', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #333;
}

h3 {
    margin-bottom: 15px;
    font-size: 22px;
}

h4 {
    font-weight: 600;
}

p {
    letter-spacing: 0px;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

i.fa {
    color: #30a5ff;
}

.btn i.fa,
.mc-submit i.fa {
    color: inherit;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn, input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    font-weight: 300;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background: #30a5ff;
    letter-spacing: 2px;
    border: none;
}

.btn.btn-trnsp {
    color: #fff;
}

.btn.btn-trnsp:hover {
    color: #333;
}

.btn.btn-white {
    color: #333;
    background-color: #fff;
}

.btn.btn-white:hover {
    color: #30a5ff;
}

.section-big {
    padding: 80px 0px;
}

.section-small {
    padding: 50px 0px;
}

.section-title {
    margin: auto;
    max-width: 800px;
    margin-bottom: 60px;
}

.section-title.white h2 {
    color: #fff;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 0;
    text-transform: uppercase;
    display: inline-block;
}

.section-title p {
    margin-top: 15px;
}


/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}





/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.top-bar {
    height: 50px;
    line-height: 50px;
    background: #666;
    color: #fff;
    font-size: 13px;
}

.top-bar i.fa {
    font-size: 1.2em;
    margin-right: 5px;
}

.tmail, .tphone, .tlocation {
    float: left;
    margin-right: 30px;
}

.tsocial {
    float: right;
    text-align: right;
}

.top-bar a {
    color: inherit;
}

.tsocial a:hover {
    color: #30a5ff;
}

.tsocial a i.fa {
    font-size: 16px;
    margin-left: 10px;
}


.menu-holder {
    height: 95px;
}

.menu-area {
    background: #fff;
    height: 95px;
    z-index: 99;    
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.menu-area.sticky-menu {
    top: 0px;
    height: 65px;
    width: 100%;
    position: fixed;
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.mainmenu {
    padding-top: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    margin-top: 13px;
}

.sticky-menu .navbar {
    margin-top: 8px;
}

.navbar-brand img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .navbar-brand img {
    width: 90%;
    margin: 2% 0;
    height: auto;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand:hover {
    color: #30a5ff;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
    position: relative;
}

.navbar-nav li a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}

.mainmenu li.active a {
    color: #30a5ff;
}

/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #30a5ff;
}

/*Dropdown Css*/
.navbar-nav > li.dropdown:hover > a, 
.navbar-nav > li.dropdown:hover > a:hover,
.navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}
@media (min-width: 768px) {
    li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}
.navbar-nav .dropdown-menu li a {
    padding: 10px;
}






/* -----------------------------------------------------------------------------------
*                               03. Slider area css
* ----------------------------------------------------------------------------------- */

#slider {
    height: 100%;
    max-height: 550px;
}

#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item {
    height: 100%;
    min-height: 400px;
}

#slider .main-container {
  padding: 0;
}

#slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 0px;
    background: transparent;
    margin: 0px;
    background: #fff;
    margin-left: 7px;
}

#slider .carousel-indicators li.active {
    border-color: #30a5ff;
    background: #30a5ff;
}

#slider .carousel-control.right,
#slider .carousel-control.left {
    background-image: none;
}

#slider .carousel .item {
    min-height: 425px;
    height: 100%;
    width:100%;
}

#slider .carousel .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
}

#slider .carousel-control {
    width: 6%;
    text-shadow: none;
}

.right.carousel-control img,
.left.carousel-control img {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -26px;
    padding: 20px 10px;
}

.carousel-control img:hover  {
    background: #30a5ff;
}

.left.carousel-control img {
    left: 10px;
}

.right.carousel-control img {
    right: 10px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

#slider .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

/* Slide Background Image */
#slider .slide1 {
    background-image: url(../img/slider/shutterstock_500963299.jpg);
}

#slider .slide2 {
    background-image: url(../img/slider/shutterstock_217347178.jpg);
}

#slider .slide3 {
    background-image: url(../img/slider/shutterstock_733811074.jpg);
}

.intro-text {
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: auto;
}

.intro-text h2 {
    color: inherit;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.intro-text p {
    margin-bottom: 25px;
    font-size: 1.2em;
}

.intro-text .btn {
    margin: 0 10px;
}




/* Slider text animation */

.intro-text h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
}
.item.active .intro-text h2 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.intro-text .btn {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
}
.item.active .intro-text .btn {
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
}
.intro-text p {
    transform: scale(0.5);
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
    opacity: 0;
}
.item.active .intro-text p {
    transform: scale(1);
    opacity: 1;
}



/* ---------------------------------------------------------------------------
*                               04. About area css
* ---------------------------------------------------------------------------*/

.about-area { }

.about-img img {
    width: 100%;
    max-width: 482px;
    float: right;
}


@media (max-width: 991px) {
    .about-img img {
        margin-top: 30px;
        max-width: 100%;
        float: none;
    }
}

.about-text h3 {
    margin-top: 10px;
}

.about-text i.fa {
    font-size: 20px;
    margin-top: 10px;    
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
}

.about-text .btn {
    margin-top: 10px;
}





/* ----------------------------------------------------------------------------------------
*                                   05. Skills area css
* --------------------------------------------------------------------------------------- */

/* Tab css */
.nav-tabs {}
.nav-tabs li {}
.nav-tabs li a {
    color: #fff;
    background-color: #30a5ff;
    border-radius: 0px;
}
.nav-tabs li a:hover {
    color: inherit;
}
.nav-tabs li.active a {}
.tab-content {
    margin-top: 10px;
}


/* Tab css */


.skill-area h3 {
    margin-top: 0px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .skill-area h3 {
        margin-top: 20px;
    }
}

.skill-bar-container h1 {
    font-weight: 500;
    margin-bottom: 20px;
}

.skill-progress-bar {
    position: relative;
    height: 15px;
    margin: 0 0 25px 0;
    background: #f5f5f5;
    width: 100%;
}

.skill-progress-bar > span {
    display: block;
    width: 0;
    height: 100%;
    background-color: #30a5ff;
}






/* ----------------------------------------------------------------------------------------
*                                   06. Service area css
* --------------------------------------------------------------------------------------- */

.service-area,.contact-area {
    background-color: #f5f5f5;
}

.single-service {
    padding: 0 20px;
    transition: 0.2s ease-out;
    margin-bottom: 25px;
}

.single-service i.fa {
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
    text-align: center;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 45px;
    font-size: 30px;
    border: 0px solid #ccc;
}

.single-service h3, 
.single-service h4 {
    position: relative;
    margin: 0;
    overflow: hidden;
    line-height: 24px;
    clear: right;
}

.single-service p {
    margin-top: 10px;
    overflow: hidden;
}

.contact-area input,.contact-area textarea {
    background-color: #f5f5f5;
}

.modal-body input,.modal-body textarea {
    background-color: #f5f5f5;
}





/* --------------------------------------------------------------------------------
*                               06. latest-project area css
* ------------------------------------------------------------------------------- */
.latest-project-area {}

.project-item {
    text-align: center;
}

.project-carousel .owl-item {
    padding: 15px;
}

[class*=' imghvr-'] .figcaption, [class^=imghvr-] .figcaption {
    background-color: #30a5ff;
}
.figcaption {
    display: flex;
    align-items: center;
}

.project-item .overlay {
    padding: 20px;
}

.project-item h3 {
    margin-top: 0px;
    color: inherit;
}

.project-item a i.fa {
    color: #fff;
    font-size: 25px;
    display: inline-block;
    margin: 10px;
}

[class*=' imghvr-shutter-in-']:after, 
[class*=' imghvr-shutter-in-']:before, 
[class^=imghvr-shutter-in-]:after, 
[class^=imghvr-shutter-in-]:before {
    background-color: #30a5ff;
}




/* ----------------------------------------------------------------------------------------
*                                08. Team area css
* --------------------------------------------------------------------------------------- */
.team-member{
    text-align: center;
}

.member-image{
    position: relative;
    overflow: hidden;
}

.member-image img{
    width: 100%;
    padding-bottom: 2px;
}

.member-info{
    padding-top: 15px;
    background-color: #fff;
}

.member-info h3{
    margin-top: 0;
    margin-bottom: 6px;
}

.member-info .text-muted {
    text-align: center;
}

.member-info p {
    text-align: left;
}

.member-social{
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.member-social a{
    position: relative;
}

.member-social i.fa {
    width: 10%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}





/* ----------------------------------------------------------------------------------------
*                                09. Testimonial area css
* --------------------------------------------------------------------------------------- */
.testimonial-area {
    background-color: #888;
    background-image: url(../img/bg/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    color: #fff;
}

.testimonial-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
}

.single-testimonial {
    padding: 0px 200px;
}

.single-testimonial i.fa {
    font-size: 40px;
    margin-bottom: 30px;
    display: inline-block;
}

.single-testimonial p {
    line-height: 35px;
    font-size: 25px;
    font-weight: 300;
}

.single-testimonial img {
    margin-top: 20px;
    border-radius: 100px;
}

.single-testimonial h4 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
}

.single-testimonial .desg {
    font-size: 14px;
    font-style: italic;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background: #000;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 25px;
    color: #333;
    background: none;
    padding: 5px;
}





/* ----------------------------------------------------------------------------------------
*                                   10. Features area css
* --------------------------------------------------------------------------------------- */
.video-area {
    background-color: #f5f5f5;
}

.video-area iframe {
    width: 100%;
    height: 300px;
    border: medium none;
}

/* accordion */
.accordion .panel-group {
    margin-bottom: 0;
}

.accordion .panel {
    margin-top: 0px;
    box-shadow: none;
    border: none;
}
.panel-group .panel+.panel {
    margin: 0px;
}

.accordion .panel-heading {
    padding: 0;
    background: transparent;
}

.accordion .panel-heading a {
    display: block;
    padding: 0;
    background-color: #fff;
    text-decoration: none;
    color: inherit;
    height: 40px;
}

.accordion .panel-heading a.collapsed i.fa:before {
    content: "\f067";
}

.accordion .panel-heading i.fa {
    background-color: #30a5ff;
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    float: left;
    margin-right: 10px;
}

.accordion .panel-title {
    float: left;
    line-height: 40px;
    font-size: 17px;
    color: #333;
}
.accordion .panel-body {
    padding: 15px 0;
    background-color: #f5f5f5;
}





/* ----------------------------------------------------------------------------------------
*                                   11. Action area css
* --------------------------------------------------------------------------------------- */
.action-area {
    background-color: #f5f5f5;
}

.action-area h2 {
    margin: 0;
}

.action-area .btn {
    font-weight: 500;
    font-size: 18px;
}







/* ----------------------------------------------------------------------------------------
*                                   13. Fun Facts area css
* --------------------------------------------------------------------------------------- */
.fun-facts-area{
    background-color: #888;
    color: #fff;
    background-image: url(../img/bg/za_hgw.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.fun-facts-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
}


.fun-facts-icon {
    text-align: center;
}

.fun-facts-icon i {
    font-size: 40px;
    line-height: 60px;
    color: #FFFFFF;
}


.fun-facts-area .col-md-3:last-child .fun-fact{
    border-right: 0px solid #ddd;
}

.fun-facts-area .fun-fact i{
    margin-right: 5px;
}

.fun-facts-area .fun-fact p{
    font-size: 16px;
}

.cp-counter {
    font-size: 30px;
    font-weight: 100;
    color: #fff;
}





/* ----------------------------------------------------------------------------------------
*                                   14. Why Choose area css
* --------------------------------------------------------------------------------------- */
.choose-box {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .choose-box {
        margin-bottom: 0px;
        margin-top: 30px;
    }
}

.slide-carousel img {
    width: 100%;
}

.slide-carousel .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    margin-top: 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.slide-carousel:hover .owl-controls {
    opacity: 1;
}

.owl-buttons {
    opacity: 0.8;
}

.owl-buttons i.fa {
    font-size: 25px;
    color: #fff;
    background-color: #30a5ff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: translate(0, -50%);
}
.owl-buttons i.fa:hover {
    background-color: #333;
}

.owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    border: 1px solid #fff;
    background: #fff;
    float: left;
}

.slide-carousel .owl-prev {
    float: left;
}

.slide-carousel .owl-next {
    float: right;
}

.slide-carousel .owl-buttons div {
    padding: 0px !important;
}



.choose-box i.fa {
    position: relative;
    font-size: 30px;
    width: 50px;
}

.choose-box.left {
    text-align: right;
}
.choose-box.left i.fa {
    float: right;
}

.choose-box.right {
    text-align: left;
}
.choose-box.right i.fa {
    float: left;
}

.choose-content {
    overflow: hidden;
}

.choose-content h3 {
    margin-top: 0px;
    position: relative;
    margin-bottom: 15px;
}




/* ----------------------------------------------------------------------------------------
*                                08. Subscribe area css
* --------------------------------------------------------------------------------------- */
.subscribe-area {
    background-color: #30a5ff;
    color: #fff;
}
.subscribe-box {
    text-align: center;
}
.subscribe-box h2 {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #fff;
}
.subscribe-box p {
    font-size: 20px;
    margin-bottom: 20px;
}
.newsletter-form {
    max-width: 700px;
    margin: auto;
}
.newsletter-form input{
    display: inline-block;
    height: 50px;
    width: 100%;
    padding: 5px 10px;
    background: #f5f5f5;
}
.newsletter-form .mc-submit {
    height: 50px;
    font-weight: bold;
    color: #fff;
    background-color: #30a5ff;
    border: 1px solid #fff;
    font-size: 24px;
    position: relative;
    padding: 0 30px;
    display: inline-block;
    margin-top: 20px;
}
.newsletter-form .mc-submit:hover {
    color: #30a5ff;
    background-color: #fff;
}
.newsletter-form .mc-submit i.fa {
    margin-right: 20px;
}
.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-alerts div {
    background: #f5f5f5;
    margin-top: 15px;
    line-height: 30px;
    display: none;
    padding: 0 20px;
    position: relative;
}
.mailchimp-alerts div:before {
    position: absolute;
    content: '';
    left: 17px;
    top: -7px;
    width: 15px;
    height: 15px;
    background: #f5f5f5;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.mailchimp-submitting{
}
.mailchimp-success{
    color: green;
}
.mailchimp-error{
    color: red;
}




/* ----------------------------------------------------------------------------------------
*                                   16. News area css
* --------------------------------------------------------------------------------------- */
.news-area {
    /*background-color: #f5f5f5;*/
}
.single-news {
    transition: 0.3s ease-out;
    background-color: #fff;
    margin: 0 15px;
}

.news-image img {
    width: 100%;
}
.news-content {
    padding: 15px 0;
}
.news-content .subtitle {
    margin-top: 0px;
    text-transform: inherit;
    line-height: 28px;
}
.news-content .subtitle i.fa {
    color: #30a5ff;
}
.news-content .btn {
    margin-top: 10px;
}
.news-meta {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-meta span {
    float: left;
    margin-right: 15px;
}

.news-meta span i.fa {
    margin-right: 4px;
}

/* news Modal css */
.news-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
}

.news-modal .modal-content h2 {
    margin-bottom: 30px;
    line-height: 40px;
}

.news-modal .modal-content img {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}

.news-modal .modal-content .item-details {
    margin: 30px 0
}

.news-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.news-modal .close-modal:hover {
    opacity: .3
}

.news-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}

.news-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}

.news-modal .modal-backdrop {
    opacity: 0;
    display: none
}





/* ----------------------------------------------------------------------------------------
*                                   17. Client area css
* --------------------------------------------------------------------------------------- */
.client-area {
    background-color: #888;
    background-image: url(../img/bg/client-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.client-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
}
.owl-client {}
.owl-client .item {
    padding: 30px;
}
.owl-client .item img {
    width: auto;
    max-width: 100%;
}





/* ----------------------------------------------------------------------------------------
*                                   18. Contact area css
* --------------------------------------------------------------------------------------- */
.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    padding-left: 35px;
    border-bottom: 1px solid #ddd;
}

.contact-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    line-height: 45px;
    color: #30a5ff;
    font-size: 18px;
}

.in_name:before {content: '\f007';}
.in_email:before {content: '\f1d8';}
.in_message:before {content: '\f0e0';}

.contact-form textarea#message {
    padding-top: 10px;
    height: 115px;
}

#submitButton {}

.success {
    background: #fff none repeat scroll 0 0;
    color: #50B948;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.contact-info {
    margin-bottom: 30px;
}

.address-box {
    margin-bottom: 15px;
    padding-left: 50px;
}

.address-box i.fa {
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 40px;
    text-align: center;
    margin-left: -50px;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}





/* ----------------------------------------------------------------------------------------
*                                   19. Google Map area css
* --------------------------------------------------------------------------------------- */
#contactgoogleMap {
    width: 100%;
    height: 400px;
}





/* ----------------------------------------------------------------------------------------
*                                   20. Footer area css
* --------------------------------------------------------------------------------------- */
.footer-area {
    background: #222;
    padding: 50px 0px;
    color: #fff;
    font-size: 14px;
}
.footer-links{
    float: right;
}
@media (min-width: 768px) {
    .footer-links{
        float: right;
    }
}

.footer-links li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.footer-links li a i {
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.footer-links li a:hover i {
    color: #222;
    background-color: #fff;
}

@media (max-width: 767px) {
    .footer-area {
        text-align: center;
    }
    .footer-area .footer-links {
        float:none;
        display:table;
        margin: auto;
    }
}







/* Blog Page 
-------------------------------------------------*/
.page-title {
    background-image: url(../img/bg/page-title-bg.jpg);
    background-position: center center;
    position: relative;
    color: #fff;
}

.page-title:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.page-title h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.page-title h2,
.page-title p, 
.page-title a {
    color: inherit;
    position: relative;
    z-index: 1;
}

.single-post {
    margin-bottom: 50px;
}    

.blog-content .single-post h3 {
    margin-top: 0px;
}

.featured-img {
    position: relative;
}

.featured-img img {
    width: 100%;
}

.featured-img .news-meta {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #000;
    background-color: rgba(255,255,255, 0.8);
    line-height: 50px;
    width: 100%;
    margin: 0;
    padding-left: 15px;
}

.single-post p {
    margin-bottom: 20px;
}

.single-post .btn {
    margin-top: 10px;
}

.comment-form {}
.comment-form input, 
.comment-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}
.comment-form input[type=submit] {
    display: inline-block;
    width: auto;
    padding: 5px 30px;
}


/* Blog Page css 
-----------------------------------------------*/
.widget {
    margin-bottom: 40px;
}

.widget ul {
    margin-left: 20px;
}

.widget-recent-posts ul {
    list-style: none;
}
.widget a {
    color: inherit;
}
.widget a:hover {
    color: #30a5ff;
}

/* Search widget css */
.widget-search form {
    position: relative;
}

.widget-search #s {
    position: relative;
    width: 100%;
    height: 45px;
    padding: 10px 45px 10px 5px;
    box-sizing: border-box;
}

.widget-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    background-color: #30a5ff;
    background-image: url(../img/search2.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.widget-search label {
    position: absolute;
    z-index: 1;
    top: 10px;
    pointer-events:none;
    left: 10px;
    font-weight: 100;
}

.widget-search input:focus ~ label,
.widget-search textarea:focus ~ label,
.widget-search input:valid ~ label,
.widget-search textarea:valid ~ label {
    display: none;
}


/* Recent Posts Widget */
.widget-recent-posts ul li {
    margin-bottom: 20px;
}

.widget-recent-posts ul li:last-child {
    margin-bottom: 0;
}

.widget-recent-posts ul li img {
    float: left;
    margin-right: 15px;
    width: 80px;
}


.widget-recent-posts .post-details {
    font-size: 12px;
    color: #999;
}

.widget-recent-posts .post-details span {
    margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .widget-recent-posts ul li img {
        display: none;
    }
    
}

/* Pagination css */
.pagination>li>a {
    color: #30a5ff;
    font-weight: 500;
} 
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    color: #30a5ff;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #30a5ff;
    border-color: #30a5ff;
}
.pagination-lg>li:first-child>a, 
.pagination-lg>li:first-child>span,
.pagination-lg>li:last-child>a, 
.pagination-lg>li:last-child>span {
    border-radius: 0px;
}



/*
comments css
--------------------------------*/
/*------------------------------------------------------------------*/
/* 12 Blog comments */
/*------------------------------------------------------------------*/
.comments-img {
    width: 120px;
    height: 120px; 
}

.post-short-text {
    font-size: 15px;
    font-weight: bold; 
}

.comments ul {
    margin: 0;
    padding: 0; 
}
.comments ul li .comment-box {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 35px; 
}
.comments ul li .comment-box img {
    float: left;
    max-width: 125px;
    width: auto; 
}
.comments ul li .comment-box .comment-content {
    margin-left: 150px; 
}
.comments ul li .comment-box .comment-content h4 {
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase; 
}
.comments ul li .comment-box .comment-content a {
    color: #777777;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s; 
}
.comments ul li .comment-box .comment-content span {
    color: #555555;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 5px;
    text-transform: uppercase; 
}
.comments ul.depth .comment-box {
    padding-left: 150px; 
}
.comments ul li {
    list-style: outside none none; 
}
.comments ul li .comment-box .comment-content a:hover {
    color: #1672D2; 
}

.blog-preview .post-content {
    padding: 25px 25px 50px; 
}

@media (max-width: 767px) {
    .comments ul.depth .comment-box {
        padding-left: 50px; 
    } 
}

.comments h2 {
    margin-bottom: 50px; 
}





.flex-container {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    flex-display: row;
}

.gruppen-space {
    padding: 10px;
    margin:0;
}

.gruppen-item {
    border: 2px solid #48c7ec;
    border-radius: 10px;
    padding: 0;
    height: 100%
}

.gruppen-info {
    background-color: #48c7ec;
    color: #fff;
    text-align: center;
}

p.level {
    font-size: 26px;
    padding-top: 20px;
    letter-spacing: 1px;
    display: inline-block;
}

p.price .dollar {

    font-size: 30px;
    position: relative;
    top: -30px;
}

p.price .number {
    font-size: 60px;
    font-weight: 300;
}

.gruppen-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;

}

.gruppen-item ul li {
    text-align: center;
    margin-left: 5px;
}

.gruppen-item .features {
    margin: 30px 0;
    margin-bottom: 30px;
    padding-bottom: 30px;

}

.gruppen-item .features li {

    padding: 5px 0;

}




