/* 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 SOCIAL
  11. SECTION CONTACT
  12. SECTION SUBSCRIBE
  13. SECTION FOOTER
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Source+Sans+Pro', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
}

p {
    font-family: 'Source+Sans+Pro', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

/**/
@media(min-width:768px) {

    .new-dropdown:before {
        background: #e4e4e4 !important;
        position: fixed;
        left: 0px;
        right: 0px;
        content: '';
        width: 100%;
        height: 46px;
        top: 56px;
        z-index: -1;
    }

    .new-dropdown a {
        color: #000000;
        padding: 10px;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .new-dropdown-content {
        width: 100% !important;
        padding-top: 6px;
    }

    .new-dropdown-one {
        width: 400px !important;
        left: 4px !important;
    }

    .new-dropdown-content a:hover {
        color: #01bab3;
    }
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    background:none !important
}

@media(max-width:767px) {
    .new-dropdown a {
        color: #dddada;
        padding: 10px;
    }

    .new-dropdown-content{
        margin-left:4px !important
    }
}

  @media(min-width:768px){
        .hide-large{
            display:none !important
        }
    }
   @media(max-width:767px){
        .hide-small{
            display:none !important
        }
    }


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

.section_title {
    padding-top: 40px;
    padding-bottom: 20px;
}

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

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

.section_desc p {
    text-align: left;
    font-size: 14px;
    line-height: 10px;
    font-weight: 300;
}

.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: 0px;
    border-top: 2px solid #fff600;
}

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

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

        .navbar-default .navbar-nav > li > a {
            color: #333333;
            font-family: 'Source+Sans+Pro', sans-serif;
        }

            .navbar-default .navbar-nav > li > a:hover {
                color: #01bab3;
				font-style: bold;
            }

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

    .navbar-default {
        z-index: 110;
    }

    .navbar-brand img {
        padding-top: 0px;
    }

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

@media (max-width: 768px) {
    .navbar-brand img {
    }

    .navbar-default {
        background-color: #333 !important;
    }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #01bab3 !important;
}
 .active{
    background: transparent;
    color: #01bab3 !important;
}

.header {
    background: #01bab3;
    background-size: cover;
    background-repeat: no-repeat;
}

#videoOuter {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

#homeVideo:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: -webkit-linear-gradient(315deg, rgba(180, 35, 194, .6) 0%, rgba(1, 186, 179, .8) 29%);
    background: -o-linear-gradient(315deg, rgba(180, 35, 194, .6) 0%, rgba(1, 186, 179, .8) 29%);
    background: linear-gradient(315deg, rgba(180, 35, 194, .6) 0%, rgba(1, 186, 179, .8) 29%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01bab3', endColorstr='#b423c2', GradientType=1);
}

#homeVideo {
    left: 0%;
    top: 0%;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100vh;
    background: #01bab3;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.aboutHeader {
    background: #01bab3;
}

.productHeader {
    background: #01bab3;
}

.solutionHeader {
    background: #01bab3;
}

.logo {
    padding-bottom: 50px;
}

.home_text {
    text-align: left;
}

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

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

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

    .home_text {
        text-align: left;
    }
}

.home_text h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    line-height: 60px;
    padding-top: 0px;
}

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

.social-btn {
    margin-top: 10px;
    margin-bottom: 50px;
}

.siema-btn,
.siema-btn:active,
.siema-btn:focus,
.siema-btn:visited {
    background-color: transparent;
    border: 1px solid #bb00bb;
    border-radius: 8px;
    width: 46px;
    height: 50px;
    font-size: 36px;
    color: #bb00bb;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 10px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}

    .siema-btn:hover {
        background-color: #bb00bb;
        color: #fff;
        border-color: #bb00bb;
    }

.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
    background: transparent;
    border-color: #ffffff;
    border color: #01bab3;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
    border-radius: 8px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

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

.tuor,
.tuor:focus,
tuor:active,
tuor:visited {
    color: #A9ADB0;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 300;
    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: 18px;
        padding-left: 5px;
        color: #01bab3;
    }



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

.about {
    background: #ffffff;
}

.headshot {
    height: 240px;
    width: 240px;
    border-radius: 16%;
}


    .headshot .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 0;
        background: #000000;
        z-index: -1;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

@media (max-width: 767.98px) {
    .headshot .overlay {
        opacity: .2;
    }
}

.headshot .text {
    width: 100%;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .headshot .text h3 {
        font-size: 24px;
        font-weight: 700;
    }

        .headshot .text h3 a {
            color: #fff;
        }

    .headshot .text span {
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 12px;
        font-weight: 600;
    }

@media (max-width: 767.98px) {
    .headshot .text {
        opacity: 1;
    }

        .headshot .text span {
            color: rgba(255, 255, 255, 0.8);
        }
}

.headshot:hover .overlay, .headshot:focus .overlay {
    opacity: .5;
}

.headshot:hover .text, .headshot:focus .text {
    opacity: 1;
}


.inner_about_area {
    padding-top: 10px;
}

.inner_about_title {
    padding-bottom: 10px;
}

    .inner_about_title h2 {
        font-weight: 800;
        font-size: 30px;
        line-height: 37px;
        position: relative;
    }

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

.inner_about_desc {
}

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

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

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

    .single_about_area h3 {
        color: #343434;
        font-size: 18px;
        font-weight: 800;
    }

    .single_about_area p {
        color: #333;
        font-size: 18px;
    }

    .single_about_area:hover div i {
        color: #01bab3;
    }

.about_phone img {
}

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

.video_area {
    background: #f1f1f1;
    padding-bottom: 140px;
    padding-top: 120px;
}

.video_title {
    padding-bottom: 30px;
}

    .video_title h2 {
        font-weight: 800;
        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: #01bab3;
            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: 8px;
    padding: 12px 35px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

    .btn-video:hover {
        background: #01bab3;
        color: #fff;
        border: 0px solid #01bab3;
    }

    .video iframe {
        width: 100%;
    }
/*---------------------------------------
   SECTION TESTIMONIAL
-----------------------------------------*/

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

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

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

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

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

.testimonial_caption {
    padding-bottom: 70px;
}

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

    .testimonial_caption h2 {
        color: #01bab3;
        font-weight: 900;
        font-size: 30px;
        margin-top: 25px;
    }

    .testimonial_caption h4 {
        color: #01bab3;
    }

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

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

    .testimonial ol.carousel-indicators li.active {
        width: 12px;
        height: 12px;
        border: 0px solid #01bab3;
        background: #01bab3;
    }
/*---------------------------------------
   SECTION FEATURES
-----------------------------------------*/
.pricing {
    background-color: #f1f1f1;
}

.features {
    background-color: #f1f1f1;
}

.feature_inner {
    padding-top: 30px;
    padding-bottom: 0px;
}

@media (min-width: 340px) {
    .feature_iphone {
    }

        .feature_iphone img {
            width: 100%;
        }

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

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

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

            .right_single_feature h3 span {
                color: #01bab3;
            }

        .right_single_feature p {
            color: #333;
            font-size: 18px;
            font-weight: 300;
            line-height: 25px;
        }
    /*left feature*/

    .left_single_feature {
        position: relative;
        padding-right: 90px;
        margin-bottom: 65px;
        text-align: right;
        margin-top: 35px;
    }

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

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

            .left_single_feature h3 span {
                color: #01bab3;
            }

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

    .right_no_padding {
        padding-left: 15px;
        padding-top: 15px;
    }

    .left_no_padding {
        padding-right: 15px;
        padding-top: 15px;
    }

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

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

        .feature_iphone {
            margin-top: 35px;
        }

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


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

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

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

	.call_to_action a {
	}

    .btn-action,
    .btn-action:active,
    .btn-action:focus,
    .btn-action:visited {
        background: #01bab3;
        border: 1px solid #01bab3;
        border-radius: 8px;
        color: #fff;
        height: 0px;
        margin-left: 0px;
        margin-bottom: 1px;
		padding-bottom: 40px;
		padding-top: 14px;
		padding-left: 30px;
		padding-right: 30px;
        font-weight: 300;
        font-size: 18px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }

	.btn-action:hover {
		background: #f1f1f1;
		border: 1px solid #01bab3;
		color: #01bab3;
	}

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

    .gallery {
        background: #ffffff;
        padding-bottom: 60px;
    }
    /*---------------------------------------
   SECTION FUN FACTS
-----------------------------------------*/

    .fun_facts {
        background: url(../images/girl_phone_landmark_col.png) no-repeat center;
        background-size: cover;
        border-bottom: 1px solid #fff600;
        border-top: 1px solid #fff600;
    }

        .fun_facts .section_overlay {
            padding-top: 100px;
            padding-bottom: 100px;
            background: rgba(0, 0, 0, .25);
        }

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

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

        .single_fun_facts h2 {
            color: #D7DADB;
            font-weight: 700;
            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: 18px;
            margin-top: 0px;
            font-weight: 300;
            font-family: 'Source Sans Pro', sans-serif;
        }
    /*---------------------------------------
   SECTION social
-----------------------------------------*/

    .social_screen {
        padding-top: 45px;
    }

        .social_screen img {
            width: 100%;
        }

    .available_store {
        background: url(../images/girl_phone_answerQ_col.png), #ffffff;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 0px;
        position: relative;
    }

    .available_title {
        padding-top: 80px;
    }

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

        .available_title p {
            color: #B5B5B5;
        }

    .single_store {
        text-align: center;
        min-height: 230px;
        padding-bottom: 15px;
        position: relative;
    }

        .single_store i {
            color: #e4e4e4;
            text-align: center;
            opacity: 1;
            font-size: 32px;
            padding-top: 90px;
        }

    .store_inner {
        position: absolute;
        bottom: 93px;
        width: 100%;
        opacity: 0;
    }

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

    .single_store:hover {
        background: #f1f1f1;
    }

        .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: #ffffff;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contact_form {
        padding-top: 0px;
    }

        .contact_form .form-control {
            display: block;
            display: block;
            width: 100%;
            height: 50px;
            padding: 6px 12px;
            font-size: 18px;
            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 #01bab3;
                border-color: #01bab3;
                outline: 0px none;
                box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);
            }

    .contact_form {
    }

    .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 #01bab3;
        border-radius: 8px;
        width: 100%;
        height: 50px;
        font-size: 18px;
        color: #01bab3;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        outline: 0px !important;
    }

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

    .social_icons {
        padding-top: 10px;
        padding-bottom: 34px;
    }

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

            .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;
                    border-radius: 8px;
                    width: 45px;
                    height: 45px;
                    line-height: 49px;
                    color: #ffffff;
                    -webkit-transition: all 1s;
                    -moz-transition: all 1s;
                    -o-transition: all 1s;
                    transition: all 1s;
                }

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

                    .social_icons ul li a:hover {
                        background: #01bab3;
                        color: #fff;
                    }

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

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

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

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

    .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: 70px;
            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-group {
        }

        .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 #ffffff;
                box-shadow: none;
            }

    .subs-btn,
    .subs-btn:active,
    .subs-btn:focus,
    .subs-btn:visited {
        width: 200px;
        background: transparent;
        border: 1px solid #01bab3;
        border-radius: 8px;
        height: 45px;
        margin-left: 0px;
        margin-bottom: 1px;
        color: #01bab3;
        font-weight: 300;
        font-size: 18px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        outline: 0px !important;
    }

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

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

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

    .subscription-error {
        color: #fff;
        text-align: center;
        font-size: 18px;
    }
    /*---------------------------------------
   SECTION FOOTER
-----------------------------------------*/

    .copyright {
        background-color: #01bab3;
        padding-bottom: 65px;
        padding-top: 65px;
        border-bottom: 2px solid #fff600;
    }

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

    .copy_right_text {
        width: 60%;
    }

        .copy_right_text p {
            color: #8C8B8A;
            font-weight: 300;
            font-size: 18px;
        }

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

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

    .scroll_top {
        text-align: right;
    }

        .scroll_top a {
            background: #01bab3;
            padding: 25px;
        }

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

    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: #01bab3;
        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: #FFFFFF;
            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);
        }
    }
