
.blink_text {
            animation: 1s blinker linear infinite;
            -webkit-animation: 1s blinker linear infinite;
            -moz-animation: 1s blinker linear infinite;
            color: #fff;
        }
        
        @-moz-keyframes blinker {
            0% {
                opacity: 1.0;
            }
            50% {
                opacity: 0.0;
            }
            100% {
                opacity: 1.0;
            }
        }
        
        @-webkit-keyframes blinker {
            0% {
                opacity: 1.0;
            }
            50% {
                opacity: 0.0;
            }
            100% {
                opacity: 1.0;
            }
        }
        
        @keyframes blinker {
            0% {
                opacity: 1.0;
            }
            50% {
                opacity: 0.0;
            }
            100% {
                opacity: 1.0;
            }
        }
        




body {
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #F5821F;";
}

h1 {
    color: rgb(255, 210, 0);
    font-size: 47px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: lighter;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    border: none;
}

.container {
    transition: all 0.5s;
}

#preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    background-color: rgb(0, 0, 0);
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0px 0px -100px;
    background-image: url("img/status.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.scrollToTop {
    border: 1px solid rgb(255, 255, 255);
    bottom: 50px;
    color: rgb(255, 255, 255);
    display: none;
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    line-height: 50px;
    z-index: 9999;
    transform: rotate(45deg);
    transition: all 0.5s;
    background: none 0px 0px repeat scroll rgb(255, 210, 0);
}

.scrollToTop i {
    transform: rotate(-45deg);
}

.scrollToTop:hover,
.scrollToTop:focus {
    text-decoration: none;
    outline: none;
    border: 1px solid rgb(255, 210, 0);
    color: rgb(255, 210, 0) !important;
    background-color: rgb(255, 255, 255);
}

#headerArea {
    float: left;
    display: inline;
    width: 100%;
}

#header {
    display: inline;
    float: left;
    width: 100%;
    background-image: url("img/top_banner.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.menuarea {
    position: absolute;
    left: 15%;
    right: 15%;
    z-index: 999;
}

.logo {
    display: block;
    padding: 1px;
    text-align: center;
    color: rgb(245, 130, 31) !important;
    font-size: 30px !important;
}

.logo > span {
    color: rgb(255, 210, 0);
}

.logo a:hover {
    text-decoration: none;
}

.navbar-default {}

.menu_area {
    float: left;
    display: inline;
    width: 100%;
}

.custom_nav {
    margin-top: 34px;
}

#navbar {
    overflow-x: hidden;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -18px;
}

.custom_nav li a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 15px;
    padding-top: 12px;
    text-transform: uppercase;
    transition: all 0.5s;
    color: #fff !important;
}

.custom_nav li a:hover,
.custom_nav li a:focus {
    text-decoration: none;
    outline: none;
    color: rgb(255, 210, 0) !important;
}

.past-main {
    transition: all 0.5s ease 0s;
    background: none 0px 0px repeat scroll rgb(51, 51, 51);
}

.header_content {
    display: inline;
    float: left;
    margin-top: 188px;
    text-align: center;
    width: 100%;
}

.header_content h1 {
    color: rgb(255, 255, 255);
    font-size: 50px;
    margin-top: 106px;
    margin-bottom: 6px;
}

.header_content p {
    color: rgb(255, 255, 255);
    font-size: 40px;
}

.header_btnarea {
    display: inline;
    float: left;
    margin-bottom: 250px;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

.learnmore_btn {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 18px;
    margin: 0px 25px;
    padding: 12px 0px;
    text-align: center;
    width: 156px;
    font-weight: bold;
    transition: all 0.5s;
}

.download_btn {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 18px;
    padding: 12px 0px;
    text-align: center;
    width: 164px;
    margin-right: 3px;
    transition: all 0.5s;
}

.learnmore_btn:hover,
.learnmore_btn:focus,
.download_btn:hover,
.download_btn:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: none;
    background-color: rgb(255, 210, 0);
}

.slide_descleft {
    float: left;
    display: inline;
    width: 40%;
}

.slide_descright {
    float: right;
    display: inline;
    width: 58%;
    margin-top: 15%;
}

.slide_descright h1 {
    font-size: 35px;
    text-transform: uppercase;
}

.slide_descright p {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

#featuresSection {
    display: inline;
    float: left;
    padding-top: 100px;
    width: 100%;
    margin-top: 50px;
    background-color: rgb(255, 255, 255);
   
}

.features_ara {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
}

.features_ara h1 {
    color: rgb(255, 210, 0);
    font-size: 47px;
    margin-bottom: 15px;
}

.features_ara p {
    color: rgb(96, 96, 96);
    font-size: 18px;
    line-height: 28px;
}

.features_responsive {
    display: inline;
    float: left;
    margin-top: 67px;
    width: 100%;
}

.single_features_responsive {
    border: 1px solid rgb(220, 220, 220);
    display: inline;
    float: left;
    padding: 15px;
    width: 100%;
    margin-left: 0px;
}

.desktop_icon {
    color: rgb(255, 210, 0);
    display: inline-block;
    margin-top: 70px;
    font-size: 48px !important;
}

.font_icon {
    color: rgb(255, 210, 0);
    display: inline-block;
    margin-top: 70px;
    font-size: 48px !important;
}

.html_icon {
    color: rgb(255, 210, 0);
    display: inline-block;
    margin-top: 70px;
    font-size: 48px !important;
}

.single_features_responsive img {
    margin-top: 70px;
}

.single_features_responsive h2 {
    color: rgb(102, 102, 102);
    font-size: 30px;
    margin-top: 49px;
}

.single_features_responsive p {
    color: rgb(96, 96, 96);
    font-size: 15px;
    margin-top: 30px;
    text-align: justify;
}

.features_productarea {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

.featprodcs_img {
    float: left;
    display: inline;
    width: 95%;
    text-align: center;
    margin-top: 7px;
}

.featprodcs_content {
    display: inline;
    float: left;
    text-align: left;
    width: 100%;
    margin-left: 0px;
}

.features_widget {
    margin-top: 35px;
}

.featprodcs_content h1 {
    text-align: left;
    color: #f5821f;
    font-size: 47px;
    margin-bottom: 30px;
    margin-top: 0px;
}

.featprodcs_content p {
    text-align: justify;
    color: rgb(96, 96, 96);
    font-size: 19px;
}

.img-responsive {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.clock_icon {
    color: rgb(255, 210, 0);
    display: block;
    height: 50px;
    margin-top: 17px;
    width: 66px;
    font-size: 48px !important;
}

.media_content {
    padding-left: 6px;
}

.media_content h4 {
    color: rgb(255, 210, 0);
    font-size: 20px;
}

.media_content p {
    color: rgb(96, 96, 96);
    font-size: 17px;
}

.direction_icon {
    left: 43%;
    padding: 0px 12px;
    position: absolute;
    text-align: center;
    top: -19px;
    width: 185px;
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
}

.dirc_up {
    border: 1px solid rgb(227, 227, 227);
    border-radius: 100%;
    color: rgb(227, 227, 227);
    display: inline-block;
    font-size: 30px;
    height: 42px;
    margin-left: 10px;
    margin-right: 10px;
    width: 42px;
    transition: all 0.5s;
}

.dirc_down {
    border: 1px solid rgb(227, 227, 227);
    border-radius: 100%;
    color: rgb(227, 227, 227);
    display: inline-block;
    font-size: 30px;
    height: 42px;
    width: 42px;
    transition: all 0.5s;
}

.dirc_down:hover,
.dirc_down:focus,
.dirc_up:hover,
.dirc_up:focus {
    border: 1px solid rgb(255, 210, 0);
    color: rgb(255, 255, 255);
    outline: none;
    text-decoration: none;
    background-color: rgb(255, 210, 0);
}

.secondfeatures_prodsarea {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 198px;
}

.sample_appparea {
    margin-top: 145px;
}

.app_content {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
}

.app_content h1 {
    color: rgb(255, 210, 0);
    font-size: 47px;
    margin-bottom: 15px;
}

.app_content p {
    color: rgb(96, 96, 96);
    font-size: 18px;
    line-height: 28px;
}

.app_area {
    display: inline;
    float: left;
    margin-top: 185px;
    width: 100%;
    background-color: rgb(248, 248, 248);
}

.app_img {
    margin-top: -115px;
}

.apparea_content h1 {
    margin-top: 38px;
}

.chapterNav {
    width: 100%;
}

.chapterNav li {
    border-color: rgb(220, 220, 220);
    border-image-source: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    background-color: rgb(248, 248, 248);
}

.chapterNav li:last-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(220, 220, 220);
}

.chapterNav li a {
    color: rgb(96, 96, 96);
    font-size: 18px;
    line-height: 28px;
}

.chapterNav li a:hover,
.chapterNav li a:focus {
    text-decoration: none;
    outline: none;
    background-color: rgb(255, 255, 255);
}

.appdownload_area {
    display: inline;
    float: left;
    margin-top: -111px;
    width: 100%;
    background-image: url("img/download_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.appdownload {
    display: inline;
    float: left;
    padding-bottom: 50px;
    padding-top: 59px;
    text-align: center;
    width: 100%;
}

.appdownload p {
    color: rgb(255, 255, 255);
    font-size: 30px;
}

.appdownload p > span {
    margin-right: 5px;
}

.appdown_btn {
    margin-top: 36px;
}

#priceList {
    display: inline;
    float: left;
    padding: 100px 0px;
    text-align: center;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

#priceList > p {
    color: rgb(96, 96, 96);
    margin-bottom: 12px;
    font-size: 18px;
    padding: 0px 10%;
}

.pricelist_area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.single_pricelist_area {
    display: inline;
    float: left;
    margin-top: 150px;
    width: 100%;
}

.single_pricelist {
    border: 1px solid rgb(220, 220, 220);
    display: inline;
    float: left;
    height: 400px;
    padding-bottom: 20px;
    width: 100%;
    margin-left: 0px;
    transition: all 0.5s ease-out;
}

.single_pricelist:hover .single_pricelist_box > p {
    background: none 0px 0px repeat scroll rgb(255, 210, 0);
}

.single_pricelist:hover {
    height: 450px;
    margin-top: -30px;
}

.single_pricelist:hover .price_select {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 18px;
    height: 37px;
    margin-top: 15px;
    padding-top: 5px;
    text-align: center;
    width: 92px;
    visibility: visible;
    background-color: rgb(255, 210, 0);
}

.single_pricelist_box {
    border: 1px solid rgb(220, 220, 220);
    border-radius: 100%;
    height: 237px;
    margin: -83px auto 0px;
    padding: 18px;
    text-align: center;
    width: 237px;
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
}

.single_pricelist_box p {
    border-radius: 100%;
    font-size: 30px;
    height: 100%;
    padding-bottom: 90px;
    padding-top: 90px;
    width: 100%;
    transition: all 0.5s;
    color: rgb(255, 255, 255) !important;
    background: rgba(51, 51, 51, 0.701961);
}

.single_pricelist_content {
    display: inline;
    float: left;
    margin-top: 32px;
    width: 100%;
}

.single_pricelist_content h1 {
    color: rgb(255, 210, 0);
    font-size: 25px;
}

.single_pricelist_content p {
    color: rgb(96, 96, 96);
    font-size: 15px;
    padding: 0px 40px;
    text-align: left;
}

.single_pricelist_content p > i {
    color: rgb(255, 210, 0);
    font-size: 18px;
    margin-right: 12px;
    text-align: center;
    width: 13px;
}

.price_select {
    transition: all 0.5s;
    visibility: hidden;
}

.price_select:hover,
.price_select:focus {
    text-decoration: none;
    outline: none;
    color: rgb(255, 255, 255);
    background-color: rgb(208, 101, 22);
}

#videoSection {
    display: inline;
    float: left;
    min-height: 500px;
    padding: 100px 0px;
    text-align: center;
    width: 100%;
    background-color: rgb(248, 248, 248);
}

.video_area {
    float: left;
    display: inline;
    width: 100%;
}

.video_area > p {
    color: rgb(96, 96, 96);
    font-size: 20px;
    margin-top: 25px;
}

.featured_video {
    display: inline;
    float: left;
    height: 540px;
    margin-top: 50px;
    padding: 0px 6%;
    width: 100%;
}

#testimonila {
    display: inline;
    float: left;
    padding: 100px 0px 150px;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.testimonila_area {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
}

.testimonila_area > p {
    color: rgb(96, 96, 96);
    font-size: 20px;
    margin-top: 25px;
}

.testimonial_slider {
    display: inline;
    float: left;
    margin-top: 70px;
    width: 100%;
}

.slider_content {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
}

.slider_content a {
    padding: 5px;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 20px;
    background: rgb(204, 204, 204);
}

.slider_content a > img {
    border-radius: 100%;
}

.slider_content p {
    color: rgb(144, 144, 144);
    font-size: 20px;
    margin-top: 20px;
}

.slider_content p > i {
    color: rgb(255, 210, 0);
    display: inline-block;
    font-size: 22px;
    margin: 0px 4px;
}

.slider_content span {
    color: rgb(204, 204, 204);
    display: block;
    font-size: 20px;
}

.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: none outside none;
    margin-left: -30%;
    padding-left: 0px;
    position: absolute;
    text-align: center;
    top: 110%;
    width: 60%;
    z-index: 15;
}

.carousel-indicators li {
    border: 1px solid rgb(255, 210, 0);
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    height: 12px;
    margin: 0px;
    width: 12px;
    background-color: rgb(255, 210, 0);
}

#newsletter {
    display: inline;
    float: left;
    padding: 100px 0px;
    width: 100%;
    background-image: url("img/news_letterbg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.newsletter_area {
    float: left;
    display: inline;
    width: 100%;
}

.newsletter_left {
    float: left;
    display: inline;
    width: 100%;
}

.newsletter_left h2 {
    margin-top: 0px;
    color: rgb(255, 255, 255);
    font-size: 45px;
}

.newsletter_left h2 > span {
    color: rgb(255, 210, 0);
    margin-left: 8px;
}

.newsletter_left p {
    margin-top: 0px;
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.newsletter_right {
    float: left;
    display: inline;
    width: 100%;
}

.newsletter_right form {
    margin: 0px;
    width: 530px;
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
}

.newsletter_right form input[type="email"] {
    border: medium none;
    color: rgb(144, 144, 144);
    font-size: 18px;
    height: 70px;
    outline: none medium;
    padding-left: 20px;
    padding-right: 10px;
    width: 360px;
}

.newsletter_right form input[type="submit"] {
    border: medium none;
    color: rgb(255, 255, 255);
    font-size: 18px;
    height: 50px;
    margin: 10px 0px;
    outline: none medium;
    width: 160px;
    font-weight: bold;
    transition: all 0.5s;
    background-color: rgb(255, 210, 0);
}

.newsletter_right form input[type="submit"]:hover,
.newsletter_right form input[type="submit"]:focus {
    background-color: rgb(255, 210, 0);
}

#clients {
    display: inline;
    float: left;
    margin-top: -29px;
    width: 100%;
}

.clients_area {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
}

.clients_area p {
    font-size: 18px;
    color: rgb(96, 96, 96);
}

.client_slider {
    display: inline;
    float: left;
    margin-top: 106px;
    position: relative;
    width: 100%;
}
.img-circle{
    border-radius: 50%;
}
.client_slider ul {
    margin: 0px;
    padding: 0px;
}

.client_slider li {
    float: left;
    list-style: none outside none;
    margin-right: 80px;
}

.client_slider li:last-child {
    margin-left: 70px;
}

.client_slider li a {
    display: block;
    float: left;
    height: 100%;
    width: 100%;
}

.clientSlider_left {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 100%;
    color: rgb(220, 220, 220);
    display: inline-block;
    font-size: 27px;
    height: 42px;
    position: absolute;
    right: 120px;
    top: -200px;
    width: 42px;
}

.clientSlider_right {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 100%;
    color: rgb(220, 220, 220);
    display: inline-block;
    font-size: 27px;
    height: 42px;
    position: absolute;
    right: 60px;
    top: -200px;
    width: 42px;
}

.clientSlider_left:hover,
.clientSlider_left:focus,
.clientSlider_right:hover,
.clientSlider_right:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: none;
    border: 1px solid rgb(255, 210, 0);
    background-color: rgb(255, 210, 0);
}

#contact {
    display: inline;
    float: left;
    padding: 100px 0px;
    width: 100%;
    background: none 0px 0px repeat scroll rgb(248, 248, 248);
}

.contact_area {
    display: inline;
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}

.contact_area h1 {
    margin-top: 0px;
}

.contact_area p {
    color: rgb(96, 96, 96);
    font-size: 20px;
}

.contact_left {
    float: left;
    display: inline;
    width: 100%;
    text-align: left;
    margin-top: 58px;
}

.contact_left h1 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.contact_media {
    margin-bottom: -10px;
}

.contact_media i {
    color: rgb(255, 210, 0);
    display: inline-block;
    font-size: 25px;
    margin-right: 12px;
    margin-top: 5px;
    text-align: center;
    width: 20px;
    float: left !important;
}

.contact_media_body h4 {
    color: rgb(96, 96, 96);
    font-size: 15px;
}

.contact_social {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 30px;
}

.contact_social h1 {
    margin-bottom: 24px;
}

.contact_social a {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    font-size: 30px;
    margin-right: 13px;
    text-align: center;
    width: 40px;
    transition: all 0.5s;
}

.contact_social a.fb {
    background-color: rgb(255, 108, 0);
}

.contact_social a.fb:hover,
.contact_social a.fb:focus {
    background-color: rgb(164, 80, 19);
}

.contact_social a.twitter {
    background-color: rgb(85, 172, 238);
}

.contact_social a.twitter:hover,
.contact_social a.twitter:focus {
    background-color: rgb(10, 131, 223);
}

.contact_social a.gplus {
    background-color: rgb(221, 75, 57);
}

.contact_social a.gplus:hover,
.contact_social a.gplus:focus {
    background-color: rgb(153, 57, 45);
}

.contact_social a.pinterest {
    background-color: rgb(200, 35, 44);
}

.contact_social a.pinterest:hover,
.contact_social a.pinterest:focus {
    background-color: rgb(129, 15, 21);
}

.contact_right {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 58px;
}

.footer_form input {
    border-radius: 0px;
    color: rgb(144, 144, 144);
}

.footer_form input[type="text"] {
    font-size: 15px;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer_form input[type="email"] {
    font-size: 15px;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer_form textarea {
    color: rgb(144, 144, 144);
    font-size: 15px;
    height: 180px;
    padding: 18px 15px;
    border-radius: 0px;
}

.contact_sendbtn {
    border: 1px solid rgb(255, 255, 255);
    float: left;
    font-size: 18px;
    height: 50px;
    margin-top: 18px;
    outline: none medium;
    text-align: center;
    width: 120px;
    transition: all 0.5s;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(255, 210, 0);
}

.contact_sendbtn:hover,
.contact_sendbtn:focus {
    border-color: rgb(255, 210, 0);
    color: rgb(255, 210, 0) !important;
    background-color: rgb(255, 255, 255);
}

.google_map {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 4px;
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

#map_canvas {
    width: 100%;
    float: left;
    display: inline;
    height: 404px;
}

#footer {
    float: left;
    display: inline;
    width: 100%;
    /*padding: 0px 0px;*/
    margin-left: -1px;
    margin-top: 58px;
    background-color: rgb(255, 255, 255);
}

.footer_area {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
}

.footer_area p {
    color: rgb(144, 144, 144);
    font-size: 15px;
}

.footer_area p > a {
    color: rgb(255, 210, 0);
    margin-right: 5px;
}

.slider_area {
    float: left;
    display: inline;
    width: 100%;
}

@media (max-width: 1199px) {
    .featprodcs_content h1 {
        font-size: 40px;
    }
    .single_pricelist {
        margin-bottom: 150px;
    }
    .client_slider li {
        margin-right: 46px;
    }
    .client_slider li:last-child {
        margin-left: 0px;
    }
    .up_btn {
        right: 0px;
    }
    .logo {
        font-size: 20px !important;
        
    }
    .direction_icon {
        left: 41%;
    }
    .dirc_up {
        margin-left: 0px;
    }
    .slide_descright {
        margin-top: 12%;
    }
}

@media (max-width: 991px) {
    .custom_nav {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .custom_nav li a {
        font-size: 14px;
        margin-left: 2px;
        margin-right: 2px;
    }
    .single_features_responsive {
        margin-bottom: 75px;
    }
    .featprodcs_content {
        margin-top: 75px;
    }
    .secondfeatures_prodsarea {
        margin-top: 75px;
    }
    .appdownload_area {
        margin-top: 50px;
    }
    .app_area {
        padding-bottom: 50px;
    }
    .chapterNav {
        width: 100%;
    }
    .newsletter_left {
        text-align: center;
    }
    .newsletter_right form {
        margin: 35px auto;
    }
    .clients_area h1 {
        font-size: 35px;
        text-align: left;
    }
    .clients_area p {
        text-align: left;
    }
    .client_slider li {
        float: none;
        text-align: center;
    }
    .client_slider li a {
        margin-bottom: 30px;
    }
    .scrollToTop {
        right: 5px;
    }
    .slider_content > p {
        color: rgb(144, 144, 144);
        font-family: Roboto-Light;
        font-size: 18px;
        padding: 0px 53px;
    }
    .navbar-header {
        text-align: center;
        width: 100%;
    }
    .navbar-brand {
        float: none;
        width: 230px;
        margin: 11px auto 0px !important;
    }
    .direction_icon {
        left: 39%;
    }
    .slide_descright h1 {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .skdslider .slide-desc {
        top: 25%;
    }
    .slide_descright p {
        font-size: 12px;
    }
    .learnmore_btn {
        margin: 0px 25px 20px;
        width: 140px;
        font-size: 15px;
    }
    .download_btn {
        font-size: 15px;
        width: 140px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: 1%;
    }
    .header_btnarea {
        margin-top: 40px;
    }
    .skdslider .slide-desc > h1 {
        font-size: 35px;
        margin-bottom: 0px;
        margin-top: 106px;
    }
    .skdslider .slide-desc > p {
        color: rgb(255, 255, 255);
        font-family: Roboto-Thin;
        font-size: 19px;
        line-height: 18px;
        margin-top: 5px;
        padding: 8px;
    }
    .skdslider {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .custom_nav li a {
        text-align: justify;
    }
    .navbar-toggle {
        float: none !important;
    }
    .navbar-default {
        text-align: center;
    }
    .logo {
        margin-bottom: 15px;
        width: 187px;
    }
    .header_content h1 {
        font-size: 36px;
    }
    .header_content {
        margin-top: 130px;
    }
    .header_content p {
        font-size: 18px;
        margin-top: 25px;
    }
    .download_btn {
        margin-top: 35px;
    }
    .single_features_responsive {
        margin-bottom: 75px;
    }
    .featprodcs_content {
        margin-top: 75px;
    }
    .secondfeatures_prodsarea {
        margin-top: 75px;
    }
    .direction_icon {
        left: 30%;
        width: 170px;
    }
    .testimonial_slider ul li {
        margin: 0px 38px 25px;
    }
    .newsletter_right form {
        margin: 35px auto;
        width: 100%;
        background: none 0px 0px repeat scroll rgba(0, 0, 0, 0);
    }
    .newsletter_right form input[type="email"] {
        width: 100%;
        margin-bottom: 20px;
    }
    .newsletter_right form input[type="submit"] {
        width: 100%;
    }
    .newsletter_left h2 {
        font-size: 34px;
    }
    .newsletter_left p {
        font-size: 15px;
        margin-top: 20px;
    }
    .apparea_content h1 {
        font-size: 30px !important;
    }
    .appdownload p {
        font-size: 22px;
    }
    .clientSlider_left {
        top: -67px;
    }
    .clientSlider_right {
        top: -67px;
    }
    .client_slider ul {
        margin: 35px 0px 0px;
    }
    .scrollToTop {
        right: 5px;
    }
    .custom_nav {
        margin-top: 0px;
        background: none 0px 0px repeat scroll rgba(51, 51, 51, 0.901961);
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: rgb(255, 210, 0);
    }
    .slider_content > p {
        color: rgb(144, 144, 144);
        font-family: Roboto-Light;
        font-size: 14px;
    }
    .dg-container nav {
        bottom: 8px;
    }
    .skdslider {
      /*  height: 400px;*/
    }
    .slider_area {
        height: 100%;
    }
    .skdslider .slide-desc {
        left: 0px;
        max-width: 100%;
        right: 0px;
        top: 10%;
    }
    .skdslider .slide-desc > h1 {
        font-size: 18px;
        margin-bottom: 0px;
        margin-top: 91px;
    }
    .skdslider .slide-desc > p {
        font-size: 15px;
        line-height: 16px;
        margin-top: 0px;
        padding: 8px;
    }
    .header_btnarea {
        margin-top: 10px;
    }
    .featured_video {
        height: auto;
    }
    .features_responsive {
        padding: 0px 5%;
    }
    .single_features_responsive {
        margin-left: 0px;
    }
    .direction_icon {
        left: 27%;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -16px;
    }
    .slide_descleft {
        display: none;
    }
    .slide_descright {
        width: 100%;
        padding: 0px 2%;
    }
    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar-toggle {
        margin-right: 0px;
    }
}

@media (max-width: 640px) {
    .slide_descright h1 {
        margin-top: 20px;
    }
     .logo {
        font-size: 28px !important;
        margin-top: -47px !important;
        
    } .logo p b{
       
        margin-left: 0px !important;
        
    }
    
}

@media (max-width: 480px) {
    .direction_icon {
        left: 32%;
    }
    .slide_descright h1 {
        margin-top: 35px;
    }
    .learnmore_btn {
        margin: 0px 25px;
    }
     .logo {
        font-size: 28px !important;
        margin-top: -47px !important;
        
    } .logo p b{
       
        margin-left: 0px !important;
        
    }
    
}

@media (max-width: 360px) {
    .slide_descright h1 {
        margin-top: 40px;
    }
    .download_btn {
        margin-top: 20px;
    }
    .newsletter_left h2 {
        font-size: 26px;
    }
     .logo {
        font-size: 28px !important;
        margin-top: -47px !important;
        
    } .logo p b{
       
        margin-left: 0px !important;
        
    }
    
}

@media (max-width: 320px) {
    .direction_icon {
        left: 27%;
    }
    .slide_descright h1 {
        margin-top: 45px;
    }
    .learnmore_btn {
        font-size: 14px;
        width: 120px;
        padding: 8px 0px;
    }
    .download_btn {
        margin-top: 20px;
        width: 120px;
        font-size: 14px;
        padding: 8px 0px;
    }
    .navbar-header .logo p a{
    float: none;
        color: black;!important;
    margin: 0px ; !important;
   
}
    .logo {
        font-size: 28px !important;
         margin-top: -47px !important;
        
    } .logo p b{
       
        margin-left: 0px !important;
        
    }
}