/*
Theme Name: Bent
Author: Allie
Version: 1.0
URL: http://designscrazed.org/
*/

/* Table of Content
==================================================
  1. COMMON STYLES
  2. SECTION HOME 
  3. SECTION ABOUT
  4. SECTION VIDEO
  5. SECTION TESTIMONIAL
  6. SECTION FEATURES 
  7. SECTION CALL TO ACTION
  8. SECTION APPS SCREEN 
  9. SECTION FUN FACTS 
  10. SECTION DOWNLOAD 
  11. SECTION CONTACT 
  12. SECTION SUBSCRIBE
  13. SECTION FOOTER 

*/

@media (min-width: 768px) {
    .map_section {
        height: 550px;
    }

    #map {
        height: 550px;
    }
}

@media (max-width: 768px) {
    .map_section {
        height: 450px;
    }

    #map {
        height: 450px;
    }
}

@media (max-width: 768px) {
    .view-point {
        margin-bottom: 10px;
        text-align: center;
    }

    .view-point p {
        padding: 20px 15px;
        font-size: 18px;
        width: 100%;
    }

    .view-point_audio {
        padding-bottom: 70px;
        width: 70%;
    }

    #view_point_map {
        height: 300px;
    }

    .view_point_map {
        height: 300px;
    }

    .view-point-list {
        list-style-type: none;
    }

    .view-point-list li {
        text-align: center;
    }

    .view-point-list li a {
        list-style-type: none;
        font-size: 18px;
    }

    .view-point img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .point-description {
        text-align: justify;
        width: 75%;
        margin: 0 auto;
    }

    .point-description p {
        padding-bottom: 20px;
        font-size: 20px;
        margin: 0 auto;
    }

    .point-description p:first-child {
        padding-top: 20px;
    }

    .point-description .btn {
        margin: 0 auto;
    }

    .view-point {
        margin-bottom: 20px;
        text-align: center;
    }

    /*.view-point p {*/
    /*padding: 20px 0;*/
    /*font-size: 22px;*/
    /*width: 75%;*/
    /*margin: 0 auto;*/
    /*text-align: center;*/
    /*}*/
    .view-point_audio {
        padding-bottom: 70px;
        width: 70%;
    }

    #view_point_map {
        height: 500px;
        width: 100%;
    }

    .view_point_map {
        height: 500px;
    }

    .view-point-list {
        list-style-type: none;

    }

    .view-point-list li a {
        list-style-type: none;
        font-size: 20px;
    }

    .view-point-list li {
        text-align: center;
    }

    .view-point img {
        width: 75%;
    }
}

* {
    margin: 0;
    padding: 0;
}

#text-in-swiper {
    padding-right: 10px;
    padding-left: 10px;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/*---------------------------------------
   COMMON STYLES             
-----------------------------------------*/

.last_updated_caption {
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .section_title {
        padding-top: 20px;
        padding-bottom: 40px;
        margin: 10px;
    }
}

@media (min-width: 768px) {
    .section_title {
        padding-top: 25px;
        padding-bottom: 50px;
    }
}

.section_title h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .section_title_points h2 {
        text-transform: uppercase;
        text-align: center;
        position: relative;
        color: #333;
        font-size: 20px;
        font-weight: 400;
    }

    .section_title_points_scroll img {
        width: 70px;
        margin: 15px 10px 15px 0px;
    }

    .section_title_points_scroll {
        overflow: auto;
        height: 450px;
        padding: 0 20px;
        padding-bottom: 20px;
        text-align: left;
    }

    ::-webkit-scrollbar {
        display: none;
    }
}

@media (min-width: 768px) {
    .section_title_points h2 {
        text-transform: uppercase;
        text-align: center;
        position: relative;
        color: #333;
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .section_title_points_scroll img {
        width: 90px;
        margin: 15px 0px 15px 0px;
    }

    .section_title_points_scroll {
        overflow: auto;
        height: 450px;
    }
}

.section_title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 1px;
    background-color: #f39c12;
    left: 50%;
    margin-left: -30px;
}

.section_title p {
    text-align: center;
    margin-top: 45px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.section_title_last_updated {
    /*padding-top: 50px;*/
    padding-bottom: 50px;
}

.section_title_last_updated h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

.section_title_last_updated h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 1px;
    background-color: #f39c12;
    left: 50%;
    margin-left: -30px;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*---------------------------------------
   SECTION HOME              
-----------------------------------------*/
/*menu*/

.header h2 {
    height: 0px;
    margin: 0px;
}

.navbar {
    margin-top: -100px
}

.navbar-brand {
    padding: 9px 15px;
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li > a {
        color: #B5B5B5;
        font-family: 'Raleway', sans-serif;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #f39c12;
    }

    .navbar-default .navbar-nav > li > a:focus {
        color: #B5B5B5;
    }

    .navbar-default {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        z-index: 110;
    }

    .navbar-default .navbar-nav > li > a {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        text-transform: uppercase;
    }

    .navbar-nav > li > a {
        padding-top: 45px;
    }
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #f39c12;
}

.header {
    background: url(../images/home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.header .section_overlay {
    background-color: rgba(33, 33, 33, .45);
}

@media (max-width: 768px) {

    .logo {
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) {

    .logo {
        padding-bottom: 50px;
    }
}

.home_text {
    text-align: left;
}

.home-iphone {
    text-align: right;
}

.home-iphone img {
    width: 100%;
}

@media (max-width: 768px) {
    .home-iphone {
        display: none;
    }

    .home_text {
        text-align: center;
    }

    .home_text h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 400;
        line-height: 35px;
    }

    .download-btn {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .home_text h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 35px;
        font-weight: 300;
        line-height: 45px;
        padding-top: 30px

    }

    .download-btn {
        margin-top: 90px;
        margin-bottom: 50px;
    }
}

.home_text p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-top: 0px;
    font-weight: 300;
}

.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
    background: transparent;
    border-color: #f39c12;
    color: #f39c12;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 23px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.home-btn:hover {
    background-color: #f39c12;
    color: #fff;
}

.btn,
.btn:focus,
.btn:active,
.btn:visited {
    background: transparent none repeat scroll 0 0;
    border-color: #f39c12;
    border-radius: 3px;
    color: #f39c12;
    font-size: 18px;
    margin: 10px 0;
    margin-right: 10px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 1s ease 0s;
}

.btn:hover {
    background-color: #f39c12;
    color: #fff;
}

.tuor,
.tuor:focus,
tuor:active,
tuor:visited {
    color: #A9ADB0;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    background: transparent;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.tuor:hover {
    color: #fff;
}

.tuor i {
    font-size: 20px;
    padding-left: 5px;
    color: #f39c12;
}

/*---------------------------------------
   SECTION ABOUT              
-----------------------------------------*/

.about {
    background: #F1F1F1;
}

.inner_about_area {
    padding-bottom: 50px;
}

.inner_about_title {
    padding-bottom: 50px;
}

.inner_about_title h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    position: relative;
}

.inner_about_title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background: #f39c12;
    height: 1px;
}

.inner_about_title p {
    font-size: 19px;
    line-height: 24px;
    margin-top: 40px;
}

.single_about_area {
    position: relative;
    padding-bottom: 4px;
    padding-left: 80px;
}

.single_about {
    width: 50%;
}

.single_about_area div {
    position: absolute;
    top: 0px;
    left: 0px;

}

.single_about_area div img {
    width: 65px;
}

.single_about_area div i {
    font-size: 55px;
    color: #BABABA;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.single_about_area h3 {
    color: #343434;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.single_about_area p {
    color: #727272;
    font-size: 15px;
}

.single_about_area:hover div i {
    color: #f39c12;
}


@media (min-width: 991px) and (max-width: 1200px) {
    .about_phone img {
        margin-top: 184px;
        width: 80%;
        margin-right: 20%
    }
}

/*---------------------------------------
   SECTION VIDEO              
-----------------------------------------*/

@media (max-width: 768px) {
    .video_area {
        background: #e4e4e4;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .video_title {
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .video_area {
        background: #e4e4e4;
        padding-bottom: 140px;
        padding-top: 120px;
    }

    .video_title {
        padding-bottom: 30px;
    }
}

.video_title h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    position: relative;
    margin-top: 0px;
}

.video_title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background: #f39c12;
    height: 1px;
}

.video_title p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 40px;
    color: #333;
    font-weight: 300;
}

.btn-video,
.btn-video:active,
.btn-video:focus,
.btn-video:visited {
    background: transparent;
    border: 1px solid #929292;
    color: #686868;
    border-radius: 3px;
    padding: 12px 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.btn-video:hover {
    background: #f39c12;
    color: #fff;
    border: 1px solid #f39c12;
}


.video iframe {
    width: 100%;
    border: 1px solid #999999;
    padding: 5px;
}

/*---------------------------------------
   SECTION TESTIMONIAL              
-----------------------------------------*/

#owl-demo .item {
    margin-left: 90px;
    margin-right: 90px;
    margin-bottom: 50px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo-team .item {
    margin-left: 90px;
    margin-right: 90px;
    margin-bottom: 50px;
}

#owl-demo-team .item img {
    display: block;
    width: 100%;
    height: auto;
}

.testimonial {
    background: url(../images/testimonial.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-indicators {
    bottom: -8px;
}

div.carousel-inner .item img {
    border: 2px solid #f39c12;
    border-radius: 50%;
    padding: 3px;
}

@media (max-width: 768px) {
    .testimonial_caption {
        padding-bottom: 40px;
    }

    .testimonial .section_overlay {
        background: rgba(0, 0, 0, .6);
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .testimonial_caption p {
        color: #D8D8D8;
        font-size: 18px;
        line-height: 27px;
        padding: 10px 0;
    }

    .testimonial_caption h2 {
        color: #f39c12;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 19px;
        margin-top: 25px;
        width: 99%;
        height: 50px;
    }
}

@media (min-width: 768px) {
    .testimonial_caption {
        padding-bottom: 70px;
    }

    .testimonial_caption p {
        color: #D8D8D8;
        font-size: 18px;
        line-height: 27px;
        padding-top: 50px;
    }

    .testimonial .section_overlay {
        background: rgba(0, 0, 0, .6);
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .testimonial_caption h2 {
        color: #f39c12;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 19px;
        margin-top: 25px;
        width: 99%;
        height: 50px;
    }
}

.testimonial_caption h4 {
    color: #f39c12
}

.testimonial_caption h4 span {
    color: #D8D8D8;
    font-style: italic;
    font-weight: 300;
}

.testimonial ol.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #f39c12;
    margin: 1PX
}

.testimonial ol.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border: 0px solid #f39c12;
    background: #f39c12;
}

/*---------------------------------------
   SECTION FEATURES              
-----------------------------------------*/

.features {
    background-color: #f1f1f1
}

@media (max-width: 768px) {
    .feature_inner {
        padding-top: 0px;
    }

    .feature_iphone img {
        width: 60%;
        margin: 0 20%;
    }

}

@media (min-width: 768px) {
    .feature_inner {
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .feature_iphone img {
        width: 75%;
        margin: 0 45px;
    }

}

.right_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #f39c12;
    left: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -8px;
}

.right_single_feature h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333333;
}

.right_single_feature h3 span {
    color: #f39c12;
}

.right_single_feature p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

/*left feature*/

@media (max-width: 768px) {
    .left_single_feature {
        position: relative;
        margin-bottom: 40px;
        text-align: center;
        margin-top: 40px;
    }

    .right_single_feature {
        position: relative;
        margin-bottom: 40px;
        text-align: center;
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .left_single_feature {
        position: relative;
        margin-bottom: 65px;
        text-align: right;
        margin-top: 35px;
    }

    .right_single_feature {
        position: relative;
        margin-bottom: 65px;
        text-align: left;
        margin-top: 35px;
    }
}

.left_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #f39c12;
    right: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -8px;
}

.left_single_feature h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333333;
}

.left_single_feature h3 span {
    color: #f39c12;
}

.left_single_feature p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.right_no_padding {
    padding-left: 15px;
}

.left_no_padding {
    padding-right: 15px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .right_single_feature {
        margin-left: -20px;
    }

    .left_single_feature {
        margin-right: -40px;
    }

    .feature_iphone {
        margin-top: 35px;
    }

    .right_single_feature h3,
    .left_single_feature h3 {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

/*---------------------------------------
   SECTION CALL TO ACTION              
-----------------------------------------*/

@media (max-width: 768px) {

    .call_to_action {
        background-color: #1a1a1a;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .call_to_action p {
        color: #dfdfdf;
        font-size: 16px;
        font-weight: 300;
    }

}

@media (min-width: 768px) {

    .call_to_action {
        background-color: #1a1a1a;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .call_to_action p {
        color: #dfdfdf;
        font-size: 18px;
        font-weight: 300;
    }

}


.btn-action,
.btn-action:active,
.btn-action:focus,
.btn-action:visited {
    background: #f39c12;
    border: 1px solid #f39c12;
    color: #fff;
    border-radius: 3px;
    padding: 15px 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.btn-action:hover {
    background: #FF6B80;
    border-color: #FF6B80;
}

/*---------------------------------------
   SECTION APPS SCREEN             
-----------------------------------------*/

.apps_screen {
    background: #f1f1f1;
    padding-bottom: 96px;
}

.screen_slider {
    padding-top: 50px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #f39c12;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    background: #f39c12;
}

/*---------------------------------------
   SECTION FUN FACTS              
-----------------------------------------*/

.fun_facts {
    background: url(../images/home2.jpg) no-repeat center;
    background-size: cover;
}

@media (min-width: 768px) {
    .fun_facts .section_overlay {
        padding-top: 120px;
        padding-bottom: 120px;
        background: rgba(0, 0, 0, .4);
    }
}

@media (max-width: 768px) {
    .fun_facts .section_overlay {
        padding-top: 60px;
        padding-bottom: 60px;
        background: rgba(0, 0, 0, .4);
    }

}

.single_fun_facts {
    font-family: 'Source Sans Pro', sans-serif;
}

.single_fun_facts i {
    color: #f39c12;
    font-size: 60px;;
}

.single_fun_facts h2 {
    color: #D7DADB;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 1px;
    font-family: 'Source Sans Pro', sans-serif;
}

.single_fun_facts h2 span {
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}

.single_fun_facts p {
    color: #D7DADB;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}

/*---------------------------------------
   SECTION DOWNLOAD              
-----------------------------------------*/

.download {
    background: #f1f1f1;
}

.download_screen {
    padding-top: 45px;
}

.download_screen img {
    width: 100%
}

.available_store {
    background: #1a1a1a;
    margin-top: -8px;
    position: relative;
}

.available_title {
    padding-top: 75px;
}

.available_title h2 {
    color: #fff;
    font-size: 30px;
}

.available_title p {
    color: #B5B5B5;
}

.single_store {
    text-align: center;
    border-left: 1px solid #0F1217;
    min-height: 230px;
    padding-bottom: 15px;
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.single_store i {
    color: #f39c12;
    text-align: center;
    opacity: 1;
    font-size: 40px;
    padding-top: 90px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.store_inner {
    position: absolute;
    bottom: 93px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.store_inner h2 {
    text-align: center;
    font-weight: 300;
    color: #d7dadb;
    font-size: 16px;
}

.single_store:hover {
    background: #121212;
}

.single_store:hover i {
    opacity: 0;
}

.single_store:hover div.store_inner {
    opacity: 1;
}

.no_padding {
    padding-left: 0px;
    padding-right: 0px;
}

.last {
    border-right: 1px solid #0F1217;
}

/*---------------------------------------
   SECTION CONTACT              
-----------------------------------------*/

.contact {
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_form {
    padding-top: 30px;
}

.contact_form .form-control {
    display: block;
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    border: 1px solid #aeaeae;
    background-image: none;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;

}

.contact_form .form-control:focus {
    border: 1px solid #f39c12;
    border-color: #f39c12;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);
}

.form-control:-webkit-input-placeholder {
    color: red;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */

    color: red;
}

.form-control:-moz-placeholder {
    /* Firefox 19+ */

    color: red;
}

.form-control:-ms-input-placeholder {
    color: red;
}

.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {
    background-color: transparent;
    border: 1px solid #f39c12;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #f39c12;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}

.submit-btn:hover {
    background-color: #f39c12;
    color: #fff;
    border-color: #f39c12;
}

.social_icons {
    padding-bottom: 0px;
}

.social_icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.social_icons ul li {
    list-style: none;
    display: inline;
    padding-left: 10px
}

.social_icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 49px;
    color: #9d9d9d;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social_icons ul li a i {
    font-size: 20px;
}

.social_icons ul li a:hover {
    color: #f39c12
}

.error {
    color: #f39c12;
    display: block;
    padding-bottom: 15px;
    font-size: 18px
}

.error i {
    padding-right: 10px;
    font-size: 18px
}

.Sucess {
    color: #4DB849;
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
}

.Sucess i {
    padding-right: 10px;
    font-size: 18px;
    color: #4DB849
}

.contact_form .form-control {
    color: #3d3d3d;
}

#message {
    height: 117px;
    resize: none;
}

/*---------------------------------------
   SECTION SUBSCRIBE              
-----------------------------------------*/

.subscribe {
    background-image: url(../images/subscribe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.subscribe .section_overlay {
    /*padding-bottom: 50px;*/
    background: transparent
}

.subscribe .section_title h2 {
    color: #eaeaea;
}

.subscribe .section_title p {
    color: #a4a4a4;
}

.subscribe_form {
    text-align: center;
    padding-top: 30px;
}

.subscribe_form .form-control {
    background: transparent;
    border: 1px solid #575b63;
    border-radius: 0px;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    color: #aeaeae;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.subscribe_form .form-control:focus {
    background: transparent;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: none;
}

.subs-btn,
.subs-btn:active,
.subs-btn:focus,
.subs-btn:visited {
    width: 200px;
    background: transparent;
    border: 1px solid #f39c12;
    border-radius: 4px;
    height: 45px;
    margin-left: 0px;
    margin-bottom: 1px;
    color: #f39c12;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}

.subs-btn:hover {
    background-color: #f39c12;
    color: #fff;
    border-color: #f39c12;
}

@media (min-width: 300px) {
    .subscribe_form .form-control {
        width: 100%
    }
}

.subscription-success {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.subscription-error {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

/*---------------------------------------
   SECTION FOOTER              
-----------------------------------------*/
.footer-logo {
    width: 150px;
    padding: 10px;
}

.footer p {
    color: #D8D8D8;
    font-size: 18px;
    line-height: 27px;
    padding-top: 5px;
}

.footer p:last-child {
    color: #D8D8D8;
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 25px;
}

.footer p:first-child {
    color: #D8D8D8;
    font-size: 18px;
    line-height: 27px;
    padding-top: 25px;
}

.footer h2 {
    color: #f39c12;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    .copyright {
        background-color: #1A1D22;
    }

    .scroll_top {
        text-align: right;
        /*padding-bottom: 30px;*/
    }

    .scroll_top a {
        background: #f39c12;
        padding: 15px;
    }

    .scroll_top a i {
        color: #fff;
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .copyright {
        background-color: #1A1D22;
        padding-top: 45px;
    }

    .scroll_top {
        text-align: right;
        /*padding-bottom: 30px;*/
    }

    .scroll_top a {
        background: #f39c12;
        padding: 15px;
    }

    .scroll_top a i {
        color: #fff;
        font-size: 25px;
    }
}

.copyright h2 {
    height: 0px;
    margin: 0px;
}

.copy_right_text {
    width: 60%;
}

.copy_right_text p {
    color: #8C8B8A;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.copy_right_text p a {
    text-decoration: none;
    color: #f39c12;
}

.copy_right_text p span {
    font-weight: 300;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: red;
    background-image: none;
    color: rgb(0, 0, 0);
}

.spn_hol {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 50000;
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.spinner {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -35px;
    height: 24px;
    width: 70px;
    text-align: center;
    display: block;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.section_title_points_list h2 {
    text-align: center;

}

.section_title_points_list {
    overflow: auto;
}

.mdl-tabs {
    display: block;
    width: 100%
}

@media (max-width: 768px) {
    .mdl-tabs__tab-bar {
        display: flex;
        height: 48px;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #e0e0e0;
        overflow: scroll;
    }

    .mdl-tabs__tab {
        margin: 0;
        border: none;
        padding: 0 24px;
        float: left;
        position: relative;
        display: block;
        text-decoration: none;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, .54);
    }
}

@media (min-width: 768px) {
    .mdl-tabs__tab-bar {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 48px;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #e0e0e0
    }

    .mdl-tabs__tab {
        margin: 0;
        border: none;
        padding: 0 24px;
        float: left;
        position: relative;
        display: block;
        text-decoration: none;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, .54);
    }
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
    color: rgba(0, 0, 0, .87)
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
    height: 2px;
    width: 100%;
    display: block;
    content: " ";
    bottom: 0;
    left: 0;
    position: absolute;
    background: #ff9800;
    -webkit-animation: border-expand .2s cubic-bezier(.4, 0, .4, 1) .01s alternate forwards;
    animation: border-expand .2s cubic-bezier(.4, 0, .4, 1) .01s alternate forwards;
    transition: all 1s cubic-bezier(.4, 0, 1, 1)
}

.mdl-tabs__tab .mdl-tabs__ripple-container {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
    background: rgb(63, 81, 181)
}

.mdl-tabs__panel {
    display: block
}

.mdl-tabs.is-upgraded .mdl-tabs__panel {
    display: none
}

.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active {
    display: block
}

.demo-card-square.mdl-card {
    width: 320px;
    height: 320px;
    float: left;
    margin: 1rem;
    position: relative;
}

.demo-card-square.mdl-card:hover {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.demo-card-square > .mdl-card__title {
    color: #fff;
    background: #03a9f4;
}

.demo-card-square > .mdl-card__accent {
    background: #ff9800;
}

.swiper-container {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #dfdfdf;
    position: relative;
    overflow-x: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 20px;
    background-color: white;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

img.logoPagination {
    margin-top: 20%;
    height: 150px;
    width: 150px;
    object-fit: contain;
}
/* ===============NEW STYLE===================== */
.navbar-brand img {
    width: 35px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    min-width: 100%;
    height: auto !important;
}

.icon-list {
    max-height: 100px;
}

.border-section {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin: 15px 0;
    padding: 15px;
}


.home-container {
    padding: 15px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

@media (max-width: 480px) {
    h3 {
        font-size: 16px;
        margin: 5px 0;
    }

    h4 {
        font-size: 14px;
        margin: 5px 0;
    }

    .row .img-thumbnail {
        width: 80%;
    }
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
