@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
::-webkit-scrollbar {
  width: 6px;
}


::-webkit-scrollbar-track {
  background: #f1f1f1;
}


::-webkit-scrollbar-thumb {
  background: #e22525;
}


::-webkit-scrollbar-thumb:hover {
  background: #555;
}



html{
	overflow-y:scroll;
	scrollbar-color:#e22525 #f1f1f1;
	scrollbar-width:thin;
	}

.scrollbars
{overflow-y:scroll;
	scrollbar-color:#e22525 #f1f1f1;
	scrollbar-width:thin;
}


@import url('https://fonts.googleapis.com/css?family=Roboto|Poppins:400,500,600');


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

html,
body {
    height: 100%
}

body {
    color: #777;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 color: #e3200e!important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

p {
    letter-spacing: 0px;
}

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

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

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

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

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



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

.btn, input[type='submit'] {
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 5px;
    letter-spacing: 0px;
    display: inline-block;
    transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1);
}

.btn:hover, input[type="submit"]:hover {
    color: #b050ff;
    background: #fff;
    border: 1px solid #b050ff;
}

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

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

.btn-trnsp {
    border: 1px solid #fff;
    background: transparent;
}

.btn-trnsp:hover {
    border: 1px solid #fff;
    background: #fff;
}

.btn-gry {
    color: #222;
    background: #f9f9ff;
    border: 1px solid #ececec;
}

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


.section-big {
    /* padding: 72px 0px; */

}
@media (max-width: 767px) {
   .section-big {
    padding: 0px 0px;
}
}
footer h3 {
    color: #c7c7c7!important;
}

.topbar
{
	background-color:#ffc801;
	height:6px;
	width:100%;
}

.footer-widget-area.section-big {
    padding: 33px;
}
.section-small {
    padding: 50px 0px;
}

.section-title {
    margin: auto;
    max-width: 600px;

}

.section-title h2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
}

.section-title p {
}

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




/* preloader css */

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

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

img {
    max-width: 100%;
}

.space {
    height: 30px;
}

.space-100 {
    height: 100px;
}




/* Gradient Color Background Css */

.green-bg {
    box-shadow: 0px 10px 15px 0px rgba(102, 204, 150, 0.3);
    background: rgb(102,204,153);
    background: -moz-linear-gradient(45deg,  rgba(102,204,153,1) 0%, rgba(108,205,148,1) 19%, rgba(136,209,125,1) 72%, rgba(146,211,117,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(102,204,153,1) 0%,rgba(108,205,148,1) 19%,rgba(136,209,125,1) 72%,rgba(146,211,117,1) 100%);
    background: linear-gradient(45deg,  rgba(102,204,153,1) 0%,rgba(108,205,148,1) 19%,rgba(136,209,125,1) 72%,rgba(146,211,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66cc99', endColorstr='#92d375',GradientType=1 );
}

.red-bg {
    box-shadow: 0px 10px 15px 0px rgba(255, 101, 165, 0.3);
       color: #fff;
    padding: 10px 25px;
    margin-left: 20px;
    background: #e22525;
    border: 1px solid #FF0000;
}

.gradient-bg {
    box-shadow: 0px 10px 15px 0px rgba(130, 137, 255, 0.3);
    background: rgb(129,138,255);
    background: -moz-linear-gradient(45deg,  rgba(129,138,255,1) 0%, rgba(129,138,255,1) 7%, rgba(139,132,255,1) 17%, rgba(180,107,255,1) 42%, rgba(201,99,249,1) 56%, rgba(217,99,236,1) 68%, rgba(241,105,208,1) 83%, rgba(254,113,188,1) 95%, rgba(255,116,182,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(129,138,255,1) 0%,rgba(129,138,255,1) 7%,rgba(139,132,255,1) 17%,rgba(180,107,255,1) 42%,rgba(201,99,249,1) 56%,rgba(217,99,236,1) 68%,rgba(241,105,208,1) 83%,rgba(254,113,188,1) 95%,rgba(255,116,182,1) 100%);
    background: linear-gradient(45deg,  rgba(129,138,255,1) 0%,rgba(129,138,255,1) 7%,rgba(139,132,255,1) 17%,rgba(180,107,255,1) 42%,rgba(201,99,249,1) 56%,rgba(217,99,236,1) 68%,rgba(241,105,208,1) 83%,rgba(254,113,188,1) 95%,rgba(255,116,182,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818aff', endColorstr='#ff74b6',GradientType=1 );
}



/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.menu-area {
    height: 75px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.menu-area.sticky-menu {
 background: rgb(255,207,0);

}

.sticky-menu {
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1);
}

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

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

.nav.navbar-nav.navbar-right {
    margin-right: 0;
}

.navbar-brand {
    padding: 0;
    font-size: 36px;
    display: flex;
    color: #b050ff;
    align-items: center;
    text-transform: uppercase;
}

.navbar-brand span {
    color: #f45e58;
}

.navbar-brand:hover {
    color: #b050ff;
}

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

.navbar-nav li a {
color: #f90000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.section-title.text-center h2 {
    color: #000!important;
}
.navbar-nav a.btn {
    color: #fff;
    padding: 10px 25px;
    margin-left: 20px;
}

.navbar-nav a.btn:hover {
    color: rgb(255,101,165);
    background: #fff;
    border: 1px solid rgb(255,101,165);
}

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

.mainmenu .navbar-nav li.active a {}

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






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

.slider-area {
    min-height: 280px;

}

.content_slider
{   background-image: url("../img/bg/slider-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
	padding: 0px 76px!important;
}


.slider-area .carousel,
.slider-area .carousel-inner,
.slider-area .item {
    height: 100%;
}

@media (min-width: 992px) {
    .slider-area {
        height: 100%;
       height: 280px;
    }
}

.intro-text {
    text-align: left;
    color: #fff;
}

.intro-text h1 {
color: inherit;
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.intro-text p {
    color: rgb(0 0 0);
    margin-bottom: 40px;
    font-size: 19px;
}
.line-through {
    text-decoration: line-through;
}

.intro-text .dwnld-btn {
    margin-top: 20px;
    display: inline-block;
    margin-right: 20px;
}

@media (min-width: 992px) {
    .intro-text-box {
        display: table;
        transform: translate(0%, 50%);
    }
}

.dwnld-btn img {
    width: 150px;
    height: auto;
}

.dwnld-btn.appstore img {
    padding-top: 1px;
}

.intro-img {
    text-align: center;
}

@media (max-width: 991px) {
    .intro-text {
        margin: 80px auto;
        text-align: center;
    }
    .intro-img img {
        margin-bottom: 30px;
    }
    .hero-overlay h2 {
        margin-top: 0px;
        font-size: 1.5em;
    }
}


#carousel-example-generic .animated {
    animation-delay: .5s;
}

#slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 2px 4px;
    border-radius: 10px;
    background-color: #ddd;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border: none;
}

#slider .carousel-indicators li.active {
    width: 30px;
    background-color: rgb(102,204,153);
}





/* ----------------------------------------------------------------------------------------
*                               04. Hero area css
* ---------------------------------------------------------------------------------------*/




.hero-box i.fa,
.hero-box span.lnr {
    color: #fff;
    float: left;
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px;
    margin-right: 15px;
}

.hero-box p {
    margin-top: 20px;
    margin-bottom: 0px;
}





/* ----------------------------------------------------------------------------------------
*                                   05. Feature area css
* --------------------------------------------------------------------------------------- */
.feature-area {
    background-color: #f9f9ff;
    background-image: url("../img/bg/feature-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.feature-box {
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1);
}

.feature-box i.fa,
.feature-box span.lnr {
    color: #fff;
    float: left;
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    margin-right: 20px;
}

.feature-box p {
    margin-bottom: 0;
}

.feature-content {
    overflow: hidden;
}

.feature-content h3 {
    position: relative;
    margin-top: 0px;
}

.feture-img {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .feture-img {
        margin-bottom: 30px;
        margin-top: 0px;
    }
    .feture-img img {
        width: 100%;
    }
}






/* ----------------------------------------------------------------------------------------
*                                   05. Video area css
* --------------------------------------------------------------------------------------- */
.video-area {
    background-image: url("../img/bg/video-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 100px;
    position: relative;
}

.video-area  .section-title {
    max-width: 700px;
}

@media (max-width: 767px) {
    .video-area .section-title {
        max-width: 600px;
    }
}

.video-content {
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 45%);
}

.video-content a.popup-youtube i.fa,
.video-content a.popup-youtube span.lnr {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 35px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 500px;
}





/* ----------------------------------------------------------------------------------------
*                                   05. Price area css
* --------------------------------------------------------------------------------------- */
.pricing-area {
    padding-top: 160px;
}

.pricing-area .section-title {
    margin-top: 150px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .pricing-area .section-title {
        margin-top: 70px;
    }
}
@media (max-width: 767px) {
    .pricing-area .section-title {
        margin-top: 0px;
    }
}

.pricing-area .section-title p {
    margin-top: 30px;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .pricing-area .section-title {
        max-width: 480px;
        margin-left: 0px;
    }
}

.price-item {
    margin-top: 30px;
    padding: 60px 30px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    transition: 0.3s ease-out;
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1);
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item h3 {
    margin-top: 0px;
}

.price-item p.desc {}

.price span {
    font-size: 15px;
    color: #777;
}

.price-item p.price {
    margin-top: 35px;
    font-size: 42px;
    font-weight: 600;
    line-height: 42px;
    color: rgb(102,204,153);
    text-shadow: 0px 5px 20px rgba(102, 204, 153, 0.3);
}

.price-item.featured .price {
    color: rgb(255,101,165);
    text-shadow: 0px 5px 20px rgba(255, 101, 165, 0.3);
}

.price-item .features {
    margin: 30px 0;
}

.price-item .features li {
    padding: 5px 0;
}

.price-item a.btn {
    display: inline-block;
}







/* ----------------------------------------------------------------------------------------
*                                   06. Action area css
* --------------------------------------------------------------------------------------- */
.action-area {
    color: #fff;
    position: relative;
    background-image: url("../img/bg/cta-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

@media (min-width: 1200px) {
    .action-area .content-box {
        margin-left: 100px;
    }
}

@media (max-width: 767px) {
    .action-area img {
        margin-bottom: 30px;
        width: 100%;
    }
}

.action-area .content-box h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.action-area .content-box p {
    margin-top: 30px;
    margin-bottom: 40px;
}

.action-area .btn-set .btn {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
}





/*----------------------------------------*/
/*     Screenshot Area Css
/*----------------------------------------*/

.screenshot-area {
    background-image: url("../img/bg/screen-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.screenshots {
    margin-top: 30px;
}

.screen {
    margin: 0 15px;
    overflow: hidden;
    text-align: center;
}

.screen img {
    border-radius: 20px;
}







/* ----------------------------------------------------------------------------------------
*                                08. Testimonial area css
* --------------------------------------------------------------------------------------- */
.testimonial-area .section-title {
    margin-bottom: 0px;
}

.testimonial-list {
    margin-top: 30px;
}

.single-testimonial {
    padding: 25px;
    margin: 50px 20px;
    margin-bottom: 35px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 30px 0px rgba(153, 153, 153, 0.2);
}

.ratings i.fa {
    color: #ffde01;
}

.ratings {
    margin-bottom: 20px;
}

.single-testimonial i.fa {
    font-size: 15px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.testimonial-area h3 {
    margin-top: 0px;
}

.single-testimonial p {
    line-height: 25px;
}

.single-testimonial img {
    float: left;
    margin-right: 20px;
    border-radius: 200px;
    margin-bottom: 50px;
}

.single-testimonial .test-right {
    overflow: hidden;
}

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

.testimonial-list .owl-controls {
    margin-top: 0px;
}

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

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

.owl-pagination {
    text-align: center;
}
.owl-pagination .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 2px 4px;
    border-radius: 10px;
    background-color: #ddd;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.owl-pagination .owl-page.active span {
    width: 30px;
    background-color: rgb(255,101,165);
}






/* ----------------------------------------------------------------------------------------
*                                   11. Client area css
* --------------------------------------------------------------------------------------- */
.client-area {
    border-top: 1px solid #eee;
}

.owl-client .item {
    margin: 0 7px;
}

.owl-client .item img {
    width: auto;
    max-width: 100%;
    padding: 0 15px;
}





/* ----------------------------------------------------------------------------------------
*                                10. Subscribe area css
* --------------------------------------------------------------------------------------- */
.subscribe-area {
    background-image: url("../img/bg/subscribe-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.subscribe-box {
    text-align: center;
    position: relative;
}

.subscribe-box h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.subscribe-box p {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    margin-bottom: 20px;
}

.newsletter-form {
    margin: auto;
    margin-top: 50px;
    max-width: 570px;
}

.newsletter-form input {
    float: left;
    width: 70%;
    height: 45px;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}

.newsletter-form input,
.newsletter-form input:focus {
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1);
}

.newsletter-form .mc-submit {
    float: left;
    height: 45px;
    width: 29.9%;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    margin-left: -2px;
}

.newsletter-form .mc-submit:hover {}

.subscribe-area .error {
    text-align: left;
}

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

.mailchimp-success{
    color: #fff;
}

.mailchimp-error{
    color: red;
}






/* ----------------------------------------------------------------------------------------
*                                   12. Contact area css
* --------------------------------------------------------------------------------------- */

.contact-form {}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #777;
}

.address {}


.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 2px 15px;
    color: #fff;
    border: 1px solid #555;
    background-color: #404040;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    border-radius: 0px;
}

.contact-form .form-group {
    margin-bottom: 10px;
}

.form-control:focus {
    outline: 0;
    border-color: rgb(255,101,165);
    box-shadow: none;
}

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

#submitButton {
    float: right;
}

#submitButton:hover {}

.success {
    color: #fff;
    padding: 10px;
    font-weight: 500;
    text-align: center;
}

.error {
    padding: 10px;
    color: #ff0000;
    font-weight: 500;
    text-align: center;
}

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

.address span.lnr,
.address i.fa {
    width: 40px;
    float: left;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
}









/* ----------------------------------------------------------------------------------------
*                                   13. Footer area css
* --------------------------------------------------------------------------------------- */
.footer-widget-area {
    color: #bcbcbc;
    background-image: url(../img/bg/footers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
}

.footer-bottom-area {
    color: #bcbcbc;
    background: #0f1c23;
    padding: 13px 0px;
}
.footer-bottom-area p {
    margin: 0px;
}

footer a {
    color: #bcbcbc;
}

footer a:hover {
    color: rgb(255,101,165);
}

@media (min-width: 768px) {
    .social-links{
        float: right;
    }
}

.social-links li {
    list-style: none;
    float: left;
    line-height: 30px;
}


.social-links li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

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

.footer-widget h2,
.footer-widget h3 {
    color: #fff;
}

.footer-widget i.fa,
.footer-widget span.lnr {
    color: rgb(255,101,165);
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget ul li {
    margin-bottom: 7px;
}







/* --------------------------------------------------------------------------------
*                                   Responsive CSS
* ------------------------------------------------------------------------------- */


/* Medium Layout */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}
/* Medium Layout */





/* Tablet Layout */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Mobile Menu Css Starts */
    .navbar-nav li a {
        padding: 15px 5px;
    }
    /* Mobile Menu Css Ends */



}
/* Tablet Layout */




/* Mobile Layout */

@media only screen and (max-width: 767px) {

    /* Mobile Menu Css Starts */
    .navbar-toggle {
        margin-right: 0px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        background: #fff;
        margin-top: 15px;
        box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1);
    }
    .navbar {
        min-height: 0px;
    }
    .mainmenu .navbar-nav {
        margin: 0;
    }
    .mainmenu .navbar-nav li {
        float: none;
        display: block;
    }
    .mainmenu .navbar-nav li a {
        padding: 11px 15px;
        color: inherit;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
    }
    /* Mobile Menu Css Ends */



    /* Slider Css Starts */
    .intro-text {
        padding: 0 15px;
    }
    .intro-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    /* Slider Css Ends */





}
.hero-box {
    margin-bottom: 28px;
	    margin-top: 5px;
}
.section.hero-box-area.section-big
{
background-image:url(../img/bg/content_bg.png)!important;
}
.carousel-indicators {

    position: inherit;
}
section#subscribe h2 {
    color: #1f1f1f!important;
}
/* Small Mobile Layout */
@media only screen and (max-width: 480px) {

}


.navbar-header {
    float: left;
    width: 30%;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: initial;
}
.panel-info>.panel-heading {
    color: #31708f!important;
    background-color: #ffa902!important;
    border-color: #ffa902!important;
}
.panel.with-nav-tabs.panel-info a {
    color: #000;
    border-right: 3px solid #ffffff;
    border-radius: 0;
	padding: 10px 54px;
}
.page-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    display: inline-block;
    margin-bottom: 5px;
background-color: #f0f0f066;
    width: 100%;
    padding: 12px 17px;
    border-left: 5px solid #ec7a00;
	    margin-bottom: 18px;
}
ul.OEM_Cont {
    margin-left: 3%;

}
.OEM_Cont li{
list-style-image:url(../img/icon.png);
line-height: 27px;
}

a.read_mores_btn, .read_mores_btn_two {
    float: right;
    cursor: pointer;
    /* background-color: #FF9800; */
    color: #FF9800!important;
    font-style: italic;
}
.read_more, .read_more_two
{
	display:none;
	transiotion:0.5s;
}
.hero-box .col-md-3 {
    padding: 0px;
}
.hero-box iframe {
    height: 268px;
    border: 5px solid #FF9800;
 border-radius: 8px;
     width: 100%;

}
.latest_news h4 {
    text-align: center;
    padding: 10px 0px;
    color: #fff!important;
}
.panel.with-nav-tabs.panel-info.latest_news li {
	list-style-image:url(../img/icon.png);
}
.panel.with-nav-tabs.panel-info.latest_news marquee {
   height: 213px;
}
.latest_news hr {
    margin: 5px;
    border: 1px dashed #FF9800;
}
.read_more_two
{
	display:none;
}
.panel.with-nav-tabs.panel-info.latest_news .panel-heading {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.intro-text-box.clearfix {
    margin-top: -7%;
}
.panel.with-nav-tabs.panel-info.latest_news .panel-body {
       padding: 5px;
    /* border: 5px solid #ccc; */
    border: 5px solid #FF9800;
    border-radius: 8px;
}
.panel.with-nav-tabs.panel-info.latest_news {
    border: transparent;
}

a.read_mores_btn.active_read {
    display: none;
}
a.read_mores_btn_two.active_read_two {
    display: none;
}

.footer-widget .col-md-3 {
    padding: 2px;
}
.scrollbars {
    overflow-y: scroll;
    height: 270px;
    padding: 10px;
    overflow-x: hidden;
}
.scrollbars hr {
    margin: 8px 0px;
    border: 1px dashed #878787;
}
@media only screen and (max-width: 600px) {
	.navbar-header {
    float: left;
    width: 100%;
}
a.navbar-brand {
    width: 61%;
}
.navbar-toggle .icon-bar {
    background: #e70000;
}
button.navbar-toggle {
    background-color: #ffeb35;
}
.navbar-nav li a {
    color: #f90000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
    border: transparent;
    box-shadow: transparent!important;
	    border-bottom: 1px solid #ffc8c8;
    text-align: left;
}
.navbar-nav a.btn {
    color: #fff;
    padding: 10px 25px;
    margin-left: 0;
	box-shadow: none!important;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 420px;
    position: absolute;
    width: 100%;
    margin-top: 46px;
    z-index: 9999;
}
a.btn.red-bg:hover {
    border: 0px;
}
.panel.with-nav-tabs.panel-info a {
    padding: 10px 18px!important;
}
}

/*22-09-2020**/

.content_slider {
    background-image: url(../img/bg/slider-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0px 76px!important;
}

.about_contents hr
{
margin: 0;
margin-bottom: -10px;
}

.about_contents h4
{
  margin-top: 20px;
}

.about_contents p
{
  text-align: justify;
}

.about_contents a {
    float: right;
    color: #FF5722;
}
.about_contents a:hover {
    color: #891108;
}


.hidefull {
    opacity: 0.1;
}

@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}


.fa.fa-chevron-left.btn.btn-success {
    padding: 10px;
    font-size: 13px;
}
.fa.fa-chevron-right.btn.btn-success {
    padding: 10px;
    font-size: 13px;
}

hr {
    margin: 0;
    margin-bottom: 17px;
}

#radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}

.panel.with-nav-tabs.panel-info.latest_news a {
    padding: 7px 13px;
}

div#radioBtn {
    border: 1px solid #FF9800;
}

.latest_news h5 {
  text-align: center;
      font-size: 24px;
      font-family: 'Shadows Into Light', cursive;
      line-height: 31px;
      font-weight: bold;
      letter-spacing: 2px;
}


section.hero-box-area.section-big .col-md-3.col-sm-3 {
    position: sticky;
    top: 0;
}

.downloader_app {
    background-color: orange;
    padding: 7px;
}
.downloader_app h3 {
    color: #ac0c00!important;
    font-size: 20px;
    margin-bottom: 0px;
}

.container.testimonials .row {
    -webkit-box-shadow: 0px 0px 26px -17px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 26px -17px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 26px -17px rgb(0 0 0 / 50%);
    padding: 12px 0px;
}