/**
 * Created by MBK on 6/20/2017.
 */

body, html{
    background: #f5f5f5;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Pacifico', cursive;*/
}
body{
    /*min-height: 4000px;*/
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*-------------------------------General heading row----------------------------------------------------------------*/
.section-heading .span-heading-bg{
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.section-heading{
    font-family: 'Pacifico', cursive;
    color: #000;
    font-size: 36px;
    text-align: center;
    /* width: 100%; */
    /* display: inline-block; */
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
    background-color: #fff;
}

.section-heading:before {
    border-top: 2px solid #292929;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    z-index: -1;
}
.section-heading-blue .span-heading-bg-blue{
    background-color: #f5f5f5;
    padding-left: 15px;
    padding-right: 15px;
}
.section-heading-blue{
    font-family: 'Pacifico', cursive;
    color: #000;
    font-size: 36px;
    text-align: center;
    /* width: 100%; */
    /* display: inline-block; */
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
    background-color: #f5f5f5;
}
.section-heading-blue:before {
    border-top: 2px solid #292929;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    z-index: -1;
}
.heading-red{
    font-family: 'Pacifico', cursive;
    color: #ef5351;
}
.img-heading{
    margin-top: 5px;
}


/*----------------------------------------topbar---------------------------------------- */
.top-bar{
    /*background: #f5f5f5;*/
    background: #ef5351;
}
.top-bar .list-top{
    margin-bottom: 0px;
}
.top-bar .list-top li{
    /*border: 2px solid #ef5351;*/
    /*border-top: none;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    padding: 5px 15px;
}
.top-bar .list-top li a{
    color: #fff;
    font-weight: 500;
    text-decoration: none;

}
.top-bar .list-social{
    color: #68286e;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 5px 0px;
}
.top-bar .list-social li a{
    /*color: #68286e;*/
    color: #fff;
    transition: .3s all ease-in;
    font-weight: 500;

}
.top-bar .list-social li a:hover, .list-social li a:focus{
    color: #68286e;
    transition: .3s all ease-in;
    text-decoration: none;

}








/*----------------------------------------navigation----------------------------------------*/
.navbar {
    /*position: relative;*/
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.navbar-default {
    background-color: #f5f5f5;
    /*border-color: #f5f5f5;*/
    border-bottom: 4px solid rgba(255, 255, 255, 0.3);
}
.navbar-default .navbar-brand {
    color: #777;
    padding: 0px;
    height: 60px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    /*font-weight: 500;*/
    margin-left: 2px;
    margin-right: 2px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #903e98;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #903e98;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .dropdown-menu {
    background-color: #e7e7e7;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.navbar-default .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #903e98;
    
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #903e98;
}
.navbar-default .navbar-nav>li>.dropdown-menu {
    /*margin-top: 15px;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/*.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}*/
@media (max-width: 767px) {

    .navbar-default .navbar-nav>li>.dropdown-menu {
        margin-top: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

/*customized navbar elements*/
.navbar-nav>li>a {
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    line-height: 5px;
    border-radius: 5px;
}
.nav-margin{
    margin-top: 15px;
}


/*---------------------------------banner section--------------------------------*/
.banner-section{
    font-family: 'Roboto', sans-serif;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../images/bg/slider-bg.png");
    background-size: cover;
    height: 450px;
}
.banner-section strong{
    font-size: 36px;
    font-weight: 500;
    color: #ef5351;
    text-align: center;
}
.banner-section .span-a{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center;
}
.banner-section .span-b{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 23px;
}
.banner-section p{
    color: #fff;
    font-size: 19px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
    margin-top: 8px;
}
.banner-section .list-bullets{
    color: #fff;


}
.list-bullets li:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 20px;
    display: inline-block;
    /*margin-left: -1.3em;*/
    width: 1.3em;
}
.banner-section .btn-get-papper{
    background-color: #ef5351;
    border-color: #ef5351;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    transition: .3s all ease-in;
}
.banner-section .btn-get-papper:hover, .banner-section .btn-get-papper:focus{
    background-color: #fff;
    border-color: #fff;
    color: #ef5351;
    font-size: 18px;
    font-weight: 500;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    transition: .3s all ease-in;
}



/*------------------------------------------prices section-------------------------------------------------------------*/
.prices-section{
    padding-top:50px;
    padding-bottom: 50px;

}
.prices-section .pricing-box{
    border-bottom: 5px solid #903e98;
    /*border-top: 2px solid #903e98;*/
    margin-bottom: 10px;
    transition: .3s all ease-in;
}
.pricing-box:hover, .pricing-box:focus{
    border-bottom: 5px solid #ef5351;
    transition: .3s all ease-in;
}
.pricing-box .pricing-header{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    width:100%;
    display: table;
    text-align: center;
    height: 60px;
    /*padding-top: 30px;*/
    background: #903e98;
    transition: .3s all ease-in;
}
.pricing-box:hover .pricing-header, .pricing-box:focus .pricing-header{
    background: #ef5351;
    transition: .3s all ease-in;
}
.pricing-header span{
    display: table-cell;
    vertical-align: middle;
}
.pricing-box .pricing-body{

}
.pricing-body .text-silent{
    color: #5c5c5c;
    display: inline-block;
    width: 100%;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
}
.pricing-body .text-price {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #903e98;
    text-transform: uppercase;
    font-weight: 700;
    transition: .3s all ease-in;
}
.pricing-box:hover .text-price, .pricing-box:focus .text-price{
    color: #ef5351;
    transition: .3s all ease-in;
}
.pricing-body .text-page{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 10px;
}
.prices-section .btn-pricing{
    background-color: #903e98;
    border-radius: 5px;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 10px;
    transition: .3s all ease-in;
}
.btn-pricing:hover, .btn-pricing:focus, .btn-pricing:active {
    background-color: #ef5351;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 10px;
    transition: .3s all ease-in;
}


/*------------------------------------------------ why-us section ----------------------------------------------------*/
.why-us{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;

}
.why-us .why-box{
    border: 2px solid #ef5351;
    max-height: 300px;
    transition: .3s all ease-in;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 10px;
}
.why-box:hover, .why-box:focus{
    background: #ef5351;
    color: #fff;
    transform: scale(1.1);
    transition: .3s all ease-in;

}
.why-box .img-icon{
    font-size: 50px;
    text-align: center;
    color: #fff;
    display: none;
    transition: .3s all ease-in;
}
.why-box:hover .img-icon, .why-box:focus .img-icon{
    display: block;
    transition: .3s all ease-in;
}
.why-box .why-leading{
    display: inline-block;
    width:100%;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}
.why-box .why-text{
    display: inline-block;
    width:100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
}



/*-------------------------------------------How it works-----------------------------------------------------------*/
.works-section{
    padding-top: 50px;
    padding-bottom: 50px;


}
.works-section .work-box{
    position: relative;
    margin-bottom: 10px;
}
.a1{
    position: relative;
}
.a1::after{
    position: absolute;
    content: url(../images/icons/Arrow.png);
    left: 85%;
    top: 25%;
}
.work-box .work-heading{
    color: #903e98;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-align: center;

}
.work-box p{

}
.works-section .work-dotted-box{
    border: 1px dashed #903e98;
    padding: 10px 10px;
    border-radius: 5px;
}
.work-dotted-box .dotted-text{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
}
.works-section .img-scale{
    transition: all .2s ease-in-out;
}
.works-section .img-scale:hover, .works-section .img-scale:focus{
    transform: scale(1.1);
}

/*---------------------------------------------------- content area -------------------------------------------------*/
.content-area{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;


}
.content-area .span-h1{
    display: inline-block;
    width: 100%;
    /*font-size: 28px;*/
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-align: left;
    /*line-height: 30px;*/
}
.content-area .text-purple{
    color: #903e98;
    /*font-size: 20px;*/
    font-size: 18px;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-weight: 500;
    line-height: 1.3;

}
.content-area p{
    font-size: 16px;
    line-height: 1.8;
    /*font-weight: 500;*/

}
.content-area .box-purple{
    border:2px solid #903e98;
    padding: 15px;
    margin-bottom: 10px;
}
.box-purple .box-heading{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #ef5351;
    font-weight: 500;
}
.box-purple p{
    text-align: center;
}
.content-area .text-orange{
    color: #ef5351;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-weight: 500;
    line-height: 1.3;

}
.content-area .btn-pricing{
    background-color: #903e98;
    border-radius: 5px;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 10px;
    transition: .3s all ease-in;
}
.btn-pricing:hover, .btn-pricing:focus, .btn-pricing:active {
    background-color: #ef5351;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 10px;
    transition: .3s all ease-in;
}
/*testimonial section*/

.testimonial-section{
    /*background: #eee;*/
    padding-top:50px;
    padding-bottom: 50px;
}
.testimonial-section .btn-testimonial{
    background-color: #903e98;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    transition: .3s all ease-in;

}
.btn-testimonial:hover, .btn-testimonial:focus, .btn-testimonial:active{
    background-color: #ef5351;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    transition: .3s all ease-in;
}


/*CSS written by ahmad*/
.carousel-control.left,.carousel-control.right  {background:none;width:25px;}
.carousel-control.left {left:-25px;}
.carousel-control.right {right:-25px;}
.broun-block {
    /*background: url("http://myinstantcms.ru/images/bg-broun1.jpg") repeat scroll center top rgba(0, 0, 0, 0);*/
    padding-bottom: 34px;
}
.block-text {
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}
.block-text a {
    padding-left: 17px;
    color: #333333;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
}
.mark {
    padding: 12px 0;background:none;
}
.block-text p {
    color: #333333;
    font-family: 'roboto';
    line-height: 20px;
}


.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #ffcc00;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}
.person-text i {
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
}
.rel {
    position: relative;
}
.heading-bg{
    background:#d0d0d0;
    width:100%;
    height:50px;
}

.content-bg {
    padding-top: 30px;
    background:#e5e5e5;
    width:100%;
    height:285px;

}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 50px;
    color: #d0d0d0;
    text-align: center;
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.f-name {
    font-size: 20px;
    font-weight: 600;
    color: #ef5351;
}
.l-name {
    font-size: 14px;
    font-weight: 600;
    color: #292929;
}
.testimonials-btn {
    margin-bottom: 10px;
    outline: none !important;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background-color: #903e98;
    border-color: #903e98;
}
.carousel-indicators {
    position: absolute;
    bottom: -50px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ccc;
}


/*----------------------------------------------------------feature----------------------------------------------------------*/
.section-features{
    padding-top:50px;
    padding-bottom: 50px;
    background-color: #fff;
}
.section-features .text-off{
    font-family: 'Pacifico', cursive;
    font-size: 24px;
    text-align: center;
    color: #aaaaaa;

}
.text-off span{
    position: relative;
}
.text-off span::after{
    position: absolute;
    content: url(../images/icons/striked.png);
    left: -7px;
    top: 0%;
}
.section-features .feature-box{
    /*border-bottom: 5px solid #903e98;*/
    /*border-top: 2px solid #903e98;*/
    margin-bottom: 10px;
    transition: .3s all ease-in;
}
.feature-box .feature-header{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    width:100%;
    display: table;
    text-align: center;
    height: 60px;
    /*padding-top: 30px;*/
    background: #903e98;
    transition: .3s all ease-in;
}
.feature-header span{
    display: table-cell;
    vertical-align: middle;
}
.feature-box .feature-body{
    background: #b556be;
    color: #fff;

}
.feature-body .span-1{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.feature-body .span-crossed{
    border: 2px solid #fff;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 19px;
}
.span-crossed .crossed{
    margin: 0px;
}
.crossed::after{
    position: absolute;
    content: url("../images/icons/striked.png");
    left: 0;
    top: 55%;
    right: 0;
}
.section-features .btn-feature{
    background-color: #ef5351;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 16px;
    border-radius: 5px;
    transition: .3s all ease-in;
}
.btn-feature:hover, .btn-feature:focus, .btn-feature:active{
    background-color: #903e98;
    color: #fff;
    transition: .3s all ease-in;
}

/*-------------------------------------------------------stats section-------------------------------------------------------*/
.section-stats{
    padding-top: 50px;
    padding-bottom: 50px;

}
.section-stats .stat-box{

}
.stat-box .p-heading{
    font-family: 'Pacifico', cursive;
    /*font-size: 30px;*/
        font-size: 28px;
    color: #903e98;
    font-weight: 500;
    line-height: 25px;
    margin: 0px;
}
.stat-box .p-no{
    font-family: 'Pacifico', cursive;
    font-size: 30px;
    color: #ef5351;
    font-weight: 500;
}


/*------------------------------------------------footer--------------------------------------------------------------------*/
.footer{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #903e98;
    font-family: 'Roboto', sans-serif;

}
.footer .footer-dotted-box{
    border: 2px dotted #68286e;
    padding: 8px 10px;
    border-radius: 5px;
}
.footer .list-footer-1{
    margin-bottom: 0px;

}
.footer .list-footer-1 li{
    padding-left: 40px;
    padding-right: 40px;

}
.footer .list-footer-1 li a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;

}
.footer .list-footer{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;

}
.list-footer li a{
    color: #fff;
    text-decoration: none;
}
.footer .span-h5{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
}
.footer .list-contact{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}
.list-contact li a{
    color: #fff;
    text-decoration: none;
}
.list-contact li a i{
    font-size: 20px;
    padding-right: 10px;
}
.footer .list-social{
    color: #68286e;
    font-size: 30px;
    margin-bottom: 0px;
}
.list-social li a{
    /*color: #68286e;*/
    color: #fff;
    transition: .3s all ease-in;

}
.list-social li a:hover, .list-social li a:focus{
    color: #fff;
    transition: .3s all ease-in;
}

/*----------------------------------------------------inner page content area-----------------------------------------------------*/

.inner-content{
    padding-top: 50px;
    padding-bottom: 50px;
    /*height: 650px;*/
    background: url(../images/bg/inner.jpg);
    background-color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}
.about-content{
    background: url(../images/bg/about-inner.jpg);
    background-color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}
.login-content{
    background: url(../images/bg/login-inner.jpg);
    background-color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}
.inner-content .inner-container{
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 2px;
}
.inner-container h1{
    font-family: 'Roboto', sans-serif;
    color: #222;
    /*font-size: 30px;*/
    font-size: 26px;
}
.inner-container h2,h3{
    font-family: 'Roboto', sans-serif;
    color: #903e98;
    font-size: 20px;
}
.inner-container p{
    font-family: 'Roboto', sans-serif;
    /*font-weight: 500;*/
    line-height: 1.6;

}
.inner-container .highlight{
    color: #ef5351;
}
.inner-container .list-contents{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    /*font-weight: 500;*/
    list-style: none;
    line-height: 1.6;
}
.list-contents li::before{
    font-family: 'FontAwesome';
    content: '\f054';
    margin:0 5px 0 -15px;
    color: #ef5351;
}
.inner-container .btn-pricing{
    background-color: #903e98;
    border-radius: 5px;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 10px;
    transition: .3s all ease-in;
}
.btn-pricing:hover, .btn-pricing:focus, .btn-pricing:active {
    background-color: #ef5351;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 10px;
    transition: .3s all ease-in;
}
.inner-container .side-box-order{
    background: #903e98;
    border: 3px solid #511a56;
    padding: 10px;
    color: #fff;
    font-family: 'Roboto', sans-serif;

}
.side-box-order .span-heading{
    font-size: 18px;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.side-box-order .span-sub-heading{
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 3px;
}
.side-box-order .form-horizontal label{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 300;

}
.side-box-order .btn-order{
    background: #ef5351;

}
.spinner {
    width: 100px;
}
.spinner input {
    text-align: right;
}
.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
    position: absolute;
    top: 0;
    left: 4px;
}
.inner-container .side-box{
    background: #903e98;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    /*min-height:335px;*/
}
.side-box .side-box-header{
    background: #511a56;
    padding:10px;
}
.side-box-header span{
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.side-box .side-box-body{
    padding: 10px;
}
.side-box .list-stats{
    color: #fff;
    font-size: 15px;

}
.side-box .highlight-pacifico{
    font-family: 'Pacifico', cursive;
    font-size: 25px;

}
/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
    padding-bottom: 5px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #e84a64;
    border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
}
#fade-quote-carousel blockquote p{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
}
#fade-quote-carousel blockquote .testimonial-owner{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #ef5351;
    font-weight: 500;
    display: inline-block;
    width:100%;
}
#fade-quote-carousel blockquote .testimonial-workdone{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    width:100%;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
#fade-quote-carousel .carousel-control .glyphicon-menu-left, .carousel-control .icon-prev {
    margin-left: 100px;
}
#fade-quote-carousel .carousel-control .glyphicon-menu-right, .carousel-control .icon-next {
    right: 95px;
}
#fade-quote-carousel .carousel-control.left {
    right: 40px;
}
#fade-quote-carousel .carousel-control.right {
     right: 40px;
 }
/*---------------------------------------------------------------------about page css----------------------------------------*/
.form-box{
    background: #ededed;
    border: 3px solid #903e98;
    padding: 10px;

}
.form-about label{
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.form-about .form-control{
    border: none;
    border-radius: 0px;
    border-top: 3px solid #dfdfdf;
    outline-color: #dddddd;

}
.no-padding li{
    padding: 0px;
}

/*------------------------------------------------------------pricing page css---------------------------------------------------*/
.table-pricing{

}
.table-pricing thead{
    border:2px solid #222;
    background-color: #903e98;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    /*vertical-align: middle;*/
    /*text-align: center;*/
}
.table-pricing thead > tr > th{
    border:2px solid #222;
    vertical-align: middle;
    text-align: center;
}
.table-pricing tbody > tr > td{
    border:2px solid #222;
    vertical-align: middle;
    text-align: center;
}

/*--------------------------------------------------------login page css---------------------------------------------------------------*/
.form-login-box{
    background: #ededed;
    border: 3px solid #903e98;
    padding: 10px;
}
.form-login{
    padding: 30px;
}
.form-login .form-control{
    box-shadow: none;
    background: transparent;
    color: #903e98;
    border: none;
    border-bottom: 1px solid #903e98;
    border-radius: 0px;
}
.form-login input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #903e98;
}
.form-login input::-moz-placeholder { /* Firefox 19+ */
    color: #903e98;
}
.form-login input:-ms-input-placeholder { /* IE 10+ */
    color:#903e98;
}
.form-login input:-moz-placeholder { /* Firefox 18- */
    color: #903e98;
}

/*link css for inner page*/
.hyperlink{
    color: #903e98;
    text-decoration: none !important;
}
.hyperlink:hover, .hyperlink:focus,.hyperlink:visited{
    color: #ef5351;
    text-decoration: none !important;
}


/*-----------------------------------------------------------------new offers page banners css-----------------------------------------------------------------------*/
.div-box{
    background-color: #ebebeb;
    padding: 10px;
    margin-bottom: 10px;

}
.div-box .heading-banner{
    display: inline-block;
    width:100%;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #295291;
}
.div-box .list-offers{
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
    list-style: none;
}
.div-box .list-offers li:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
/*----------------------------Payment page css-----------------------------*/
.payment-bg{
        background: #f5f5f5 url(../images/bg/bg-payment.png);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}
.payment-bg .inner-container{
    background: transparent;
    
}
.payment-bg .bg-grey{
    background: #f5f5f5;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    border-radius: 3px;
}
.payment-bg .feature-box{
    position: relative;
    overflow: hidden;
} 
.payment-bg .feature-box .feature-head{
    position: relative;
    overflow: hidden;
    padding: 10px;
    background: #ef5351;
} 
.payment-bg .feature-box .feature-head p{
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500; 
    margin-bottom: 0;
    text-align: center;
} 
.payment-bg .feature-box .feature-body{
    color: #fff;
    background: #87428e url('../images/bg/feature-box-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 10px;
} 
.payment-bg .feature-box .feature-body p{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    margin-top: 14px;
    line-height: 20px;
} 
.payment-form .checbox-box{
    background-color: #fff;
    padding: 10px 25px;
    border: 1px solid #eee;
    margin-right: 10px;
}
.payment-form .checbox-box input{
    margin-right: 5px;    
}
.payment-form .btn-paymen, .details-vers .btn-payment{
    background-color: #ef5351;
    color: #fff;
    padding: 10px auto;
    font-size: 16px;
    font-weight: 500;
}
.payment-form .btn-payment i, .details-vers .btn-payment i{
    padding: 3px;
}
.box-cnfrm{
    background-color: #fff;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.box-cnfrm p{
   font-weight: 400;
   font-family: 'Roboto', sans-serif;
   font-size: 16px;
   margin-bottom: 0;
}
.stripe-btn button{
       background-color: #903e98;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 10px;
    transition: .3s all ease-in; 
    background-image: none;
    display: block;
    width: 100%;
    outline: none;
}
.stripe-btn button span{
display: block;
    position: relative;
    padding: 6px 50px;
    height: auto;
    line-height: 30px;
    background: transparent;
    background-image:none;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto',sans-serif;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

/*.stripe-btn button:hover,
.stripe-btn button:focus{
background-color: #ef5351;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 10px;
    transition: .3s all ease-in;
}*/
.form-box p.data{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.details-vers label{
    
}
.details-vers .checbox-box {
    background-color: #fff;
    padding: 10px 25px;
    border: 1px solid #eee;
    margin-right: 10px;
}