/*________________________________________
* Theme: Limitedo - One Page HTML5 Business Template
* Version: 1.0
* Description: Limitedo, a template built on HTML5 and Bootstrap 4. You will use its design to the website which need to show the information to the visitors without spending their time in opening many pages. Limited is unique and beautiful in web design field, It is mobile first responsive and Its layout can be customised very easily.
* Author: Bazasoft
* ________________________________________
*/

/*________________________________________
*    THEME CONTENTS
*    --------------
*
* 1. Settings
* 2. Loader
* 3. Global Elements
* 4. Pre-header (=> header before main header)
* 5. Main Header
* 6. Home Section
* 7. About Section
   + About Section 1
   + About Section 2
* 8. Services Section
   + Counter Section
* 9. Team Section
* 10. Projects Section
* 11. Pricing Section
* 12. Contact Section
   + Footer
* _________________________________________
*/

/*_________________________________________
* 1. Settings
* _________________________________________
*/
:root{
    --bst-primary: #006eb4;
    --bst-success: #2a41a1;
    --bst-warning: #f9a000;
    --bst-danger: #f21519;
}

/*_________________________________________
* 2. Loader
* _________________________________________
*/
#loader{
    z-index: 9999;
    position: fixed;
    background: inherit;
    width: 100%;
    height: 100%;
}
#loader span{
    display: initial;
    z-index: 9999;
    position: absolute;
    top: 25%;
    left: 35%;
    left: -webkit-calc(50% - 75px);
    left: -moz-calc(50% - 75px);
    left: calc(50% - 75px);
    border: 2px solid #fafafa;
    border-radius: 50%;
    border-top: 4px solid #f9a000;
    border-top: 4px solid var(--bst-warning);
    width: 150px;
    height: 150px;
    -moz-animation: loading 3s linear infinite;
    -o-animation: loading 3s linear infinite;
    -webkit-animation: loading 3s linear infinite;
    animation: loading 3s linear infinite;
}
@-o-keyframes loading {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}
@-moz-keyframes loading {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*_________________________________________
* 3. Global Elements
* _________________________________________
*/
body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height:1.5;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.bst-bg-primary{
    background: #006eb4 !important;
    background: var(--bst-primary) !important;
}
.bst-bg-success{
    background: #1e8530 !important;
    background: var(--bst-success) !important;
}
.bst-bg-warning{
    background: #f9a000 !important;
    background: var(--bst-warning) !important;
}
.bst-bg-danger{
    background: #f21519 !important;
    background: var(--bst-danger) !important;
}
.bst-phone{
    color: #00d94a !important;
}
.bst-email{
    color: #007fe2 !important;
}
.bst-facebook{
    color: #3e4d97 !important;
}
.bst-twitter{
    color: #0095f3 !important;
}
.bst-linkedin{
    color: #006eb4 !important;
}
.bst-instagram{
    color: #f9007c !important;
}
.bst-google-plus{
    color: #ea2c30 !important;
}
.bst-section{
    position: relative;
    padding: 50px 0 !important;
    border-bottom: 1px solid #fafafa;
    margin: 0;
}
.bst-section > div{
    position: relative;
    z-index: 1;
}
.particles-js-canvas-el{
    position: absolute;
    top: 0;
}
.bst-section-title{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 70%;
    margin-bottom: 70px;
}
.bst-section-title h1 {
    color: #282828;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
@media only screen and (max-width:990px) {
    .bst-section{
        padding: 20px 0 !important;
    }
    .bst-section-title{
        width: 100%;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width:480px) {
    .bst-section-title{
        margin-bottom: 20px;
    }
    .bst-section-title  h1  {
        font-size:24px;
    }
}
.bst-title-line {
    position: relative;
    max-width: 200px;
    border-top: 4px double #006eb4;
    margin: 20px auto 20px;
}
.bst-title-line.bst-primary{
    border-top: 4px double #006eb4;
    border-top: 4px double var(--bst-primary);
}
.bst-title-line.bst-success{
    border-top: 4px double #1e8530;
    border-top: 4px double var(--bst-success);
}
.bst-title-line.bst-warning{
    border-top: 4px double #f9a000;
    border-top: 4px double var(--bst-warning);
}
.bst-title-line.bst-danger{
    border-top: 4px double #f21519;
    border-top: 4px double var(--bst-danger);
}
.bst-title-line:after {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'Font Awesome 5 Free';
    content: "\f141";
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    color: #006eb4;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    background: #ffffff;
}
.bst-title-line.bst-primary:after{
    color: #006eb4;
    color: var(--bst-primary);
}
.bst-title-line.bst-success:after{
    color: #1e8530;
    color: var(--bst-success);
}
.bst-title-line.bst-warning:after{
    color: #f9a000;
    color: var(--bst-warning);
}
.bst-title-line.bst-danger:after{
    color: #f21519;
    color: var(--bst-danger);
}
.bst-btn{
    background: #fff;
    border: 2px solid #b0b0b0;
    color: #505050;
    border-radius: 10px/15px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    padding: 10px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.bst-btn.bst-primary{
    background: #006eb4;
    background: var(--bst-primary);
    border: 2px solid #006eb4;
    border: 2px solid var(--bst-primary);
    color: #fff;
}
.bst-btn.bst-success{
    background: #1e8530;
    background: var(--bst-success);
    border: 2px solid #1e8530;
    border: 2px solid var(--bst-success);
    color: #fff;
}
.bst-btn.bst-warning{
    background: #f9a000;
    background: var(--bst-warning);
    border: 2px solid #f9a000;
    border: 2px solid var(--bst-warning);
    color: #fff;
}
.bst-btn.bst-danger{
    background: #f21519;
    background: var(--bst-danger);
    border: 2px solid #f21519;
    border: 2px solid var(--bst-danger);
    color: #fff;
}
.bst-btn:hover,.bst-btn.active{
    text-decoration: none;
    background: #fff;
    color: #282828;
}

/*________________________________________
* 4. Pre-header
* _________________________________________
*/
#pre-header{
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 0;
    overflow: hidden;
}
#pre-header ul{
    margin: 0;
    padding: 0;
}
#pre-header ul > li{
    padding: 5px;
}
#pre-header ul > li a{
    color: #666666;
    text-decoration: none;
}
#pre-header ul > li:hover{
   background: #fafafa;
   outline: 1px solid #ddd;
}
#pre-header ul > li:hover a{
    color: #000;
}
#pre-header ul > li > a i{
    font-size: 20px;
}
#pre-header.bst-primary ul > li > a i{
    color: #006eb4 !important;
    color: var(--bst-primary) !important;
}
#pre-header.bst-success ul > li > a i{
    color: #1e8530 !important;
    color: var(--bst-success) !important;
}
#pre-header.bst-warning ul > li > a i{
    color: #f9a000 !important;
    color: var(--bst-warning) !important;
}
#pre-header.bst-danger ul > li > a i{
    color: #f21519 !important;
    color: var(--bst-danger) !important;
}

/*________________________________________
* 5. Main Header
* ________________________________________
*/
#main-header{
    border-bottom: 1px solid #f0f0f0;
}
#main-header > div{
    overflow: hidden;
}
#main-header img{
    height: 50px;
    width: auto;
}
#main-header ul > li{
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
}
#main-header ul > li a{
    color: initial;
}
#main-header ul > li a:not(.active):hover{
    background: #fafafa;
    outline: 1px solid #ddd;
}
#main-header ul > li.active a,
#main-header ul > li a.active{
    color: #fff;
    opacity: 0.7;
    background: #006eb4; /* Old browsers */
    background: -o-linear-gradient(to right, #1e8530, #006eb4);
    background: -ms-linear-gradient(to right, #1e8530, #006eb4);
    background: -moz-linear-gradient(to right, #1e8530, #006eb4);
    background: -webkit-linear-gradient(to right, #1e8530, #006eb4);
    background: linear-gradient(to right, #1e8530,#006eb4);
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: color 0.8s ease;
    -moz-transition: color 0.8s ease;
    -o-transition: color 0.8s ease;
    transition: color 0.8s ease;
}
#main-header.bst-primary ul > li.active a,
#main-header.bst-primary ul > li a.active{
    background: var(--bst-primary);
    background: -o-linear-gradient(to right, var(--bst-success), var(--bst-primary));
    background: -ms-linear-gradient(to right, var(--bst-success), var(--bst-primary));
    background: -moz-linear-gradient(to right, var(--bst-success), var(--bst-primary));
    background: -webkit-linear-gradient(to right, var(--bst-success), var(--bst-primary));
    background: linear-gradient(to right, var(--bst-success), var(--bst-primary));
}
#main-header.bst-success ul > li.active a,
#main-header.bst-success ul > li a.active{
    background: var(--bst-success);
    background: -o-linear-gradient(to right, var(--bst-primary), var(--bst-success));
    background: -ms-linear-gradient(to right, var(--bst-primary), var(--bst-success));
    background: -moz-linear-gradient(to right, var(--bst-primary), var(--bst-success));
    background: -webkit-linear-gradient(to right, var(--bst-primary), var(--bst-success));
    background: linear-gradient(to right, var(--bst-primary), var(--bst-success));
}
#main-header.bst-warning ul > li.active a,
#main-header.bst-warning ul > li a.active{
    background: var(--bst-warning);
    background: -o-linear-gradient(to right, var(--bst-danger), var(--bst-warning));
    background: -ms-linear-gradient(to right, var(--bst-danger), var(--bst-warning));
    background: -moz-linear-gradient(to right, var(--bst-danger), var(--bst-warning));
    background: -webkit-linear-gradient(to right, var(--bst-danger), var(--bst-warning));
    background: linear-gradient(to right, var(--bst-danger), var(--bst-warning));
}
#main-header.bst-danger ul > li.active a,
#main-header.bst-danger ul > li a.active{
    background: var(--bst-danger);
    background: -o-linear-gradient(to right, var(--bst-warning), var(--bst-danger));
    background: -ms-linear-gradient(to right, var(--bst-warning), var(--bst-danger));
    background: -moz-linear-gradient(to right, var(--bst-warning), var(--bst-danger));
    background: -webkit-linear-gradient(to right, var(--bst-warning), var(--bst-danger));
    background: linear-gradient(to right, var(--bst-warning), var(--bst-danger));
}
@media only screen and (max-width:990px) {
    #main-header .collapse,#main-header .collapse.show,#main-header .collapsing{
        z-index: 999;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: transparent;
        width: 100%;
    }
    #main-header .collapse ul,#main-header .collapse.show,#main-header .collapsing ul{
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
    }
    #main-header ul > li a{
        padding-left: 20px;
    }
}

/*________________________________________
* 6. Home Section
* ________________________________________
*/
.bst-home-section{
    height: 700px;
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
}
.bst-home-welcome{
    padding: 30px;
}
.bst-home-title{
    font-weight: bold;
    font-size: 4em;
   word-wrap: break-word; 
    padding-bottom: 20px;
    color: #fff;
    text-shadow: 3px 3px 2px #006eb4,-2px -2px 0 #1e8530;
}
.bst-primary .bst-home-title, .bst-home-title.bst-primary{
    text-shadow: 3px 3px 2px var(--bst-primary),-2px -2px 0 var(--bst-success);
}
.bst-success .bst-home-title, .bst-home-title.bst-success{
    text-shadow: 3px 3px 2px var(--bst-success),-2px -2px 0 var(--bst-primary);
}
.bst-warning .bst-home-title, .bst-home-title.bst-warning{
    text-shadow: 3px 3px 2px var(--bst-warning),-2px -2px 0 var(--bst-danger);
}
.bst-danger .bst-home-title, .bst-home-title.bst-danger{
    text-shadow: 3px 3px 2px var(--bst-danger),-2px -2px 0 var(--bst-warning);
}
.bst-home-intro{
    font-weight: bold;
    font-size: 2em;
    padding-bottom: 20px;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    color: #fff;
}
.bst-home-intro2{
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 20px;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    color: #fff;
}
.bst-home-text{
    font-size: 1em;
    color: #fff !important;
    padding-bottom: 10px;
    mix-blend-mode: difference;
}
.bst-home-button{
    font-weight: bold;
    font-size: 1.2em;
    margin-left: auto;
    margin-right: 20px;
}
@media only screen and (max-width:990px) {
    .bst-home-section{
        height: 100vh;
    }
    .bst-home-welcome{
        padding: 20px;
    }
}
@media screen and (max-width: 767px){
    .bst-home-title{
        font-size: 3em;
    }
    .bst-home-welcome .w-100 .bst-home-button{
        min-width: 80%;
        margin-left: 20px;
    }
}

/*________________________________________
* 7. About Section
* ________________________________________
*/

/* 7.1 About Section 1 */
.bst-about1{
    border-bottom: 4px solid silver;
    opacity: 0.9;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 15px/10px;
    -moz-border-radius: 15px/10px;
    border-radius: 15px/10px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 5px 5px 7px 7px rgba(189,189,189,0.26);
    -moz-box-shadow: 5px 5px 7px 7px rgba(189,189,189,0.26);
    box-shadow: 5px 5px 7px 7px rgba(189,189,189,0.26);
}
.bst-about1:hover{
    opacity: 1;
}
.bst-about1:before{
    content: "";
    width: 100%;
    height: 100%;
    -webkit-border-radius: 15px/10px;
    -moz-border-radius: 15px/10px;
    border-radius: 15px/10px;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all 0.2s ease 0.2s;
}
.bst-about1:hover:before{
    left: 0;
}
.bst-about1:after{
    content: "";
    width: 5px;
    height: 0;
    border-radius: 8px/5px;
    background: #006eb4;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0.1s;
}
.bst-about1.bst-primary:after{
    background: #006eb4;
    background: var(--bst-primary);
}
.bst-about1.bst-success:after{
    background: #1e8530;
    background: var(--bst-success);
}
.bst-about1.bst-warning:after{
    background: #f9a000;
    background: var(--bst-warning);
}
.bst-about1.bst-danger:after{
    background: #f21519;
    background: var(--bst-danger);
}
.bst-about1:hover:after{
    height: 100%;
}
.bst-about1 .bst-service-icon{
    color: #006eb4;
    padding-bottom: 10px;
    transition: all 0.5s ease 0s;
}
.bst-about1.bst-primary .bst-service-icon, .bst-about1.bst-primary .bst-service-icon i{
    color: #006eb4;
    color: var(--bst-primary);
}
.bst-about1.bst-success .bst-service-icon, .bst-about1.bst-success .bst-service-icon i{
    color: #1e8530;
    color: var(--bst-success);
}
.bst-about1.bst-warning .bst-service-icon, .bst-about1.bst-warning .bst-service-icon i{
    color: #f9a000;
    color: var(--bst-warning);
}
.bst-about1.bst-danger .bst-service-icon, .bst-about1.bst-danger .bst-service-icon i{
    color: #f21519;
    color: var(--bst-danger);
}
.bst-about1 .bst-service-icon i{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: #006eb4;
}
.bst-about1 .bst-title{
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.bst-about1:hover .bst-service-icon, .bst-about1:hover .bst-service-icon i{
    color: #1e8530;
}
.bst-about1.bst-primary:hover .bst-service-icon, .bst-about1.bst-primary:hover .bst-service-icon i{
    color: #1e8530;
    color: var(--bst-success);
}
.bst-about1.bst-success:hover .bst-service-icon, .bst-about1.bst-success:hover .bst-service-icon i{
    color: #006eb4;
    color: var(--bst-primary);
}
.bst-about1.bst-warning:hover .bst-service-icon, .bst-about1.bst-warning:hover .bst-service-icon i{
    color: #f21519;
    color: var(--bst-danger);
}
.bst-about1.bst-danger:hover .bst-service-icon, .bst-about1.bst-danger:hover .bst-service-icon i{
    color: #f9a000;
    color: var(--bst-warning);
}

/* 7.2 About Section 2 */
.progress-title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 30px;
}
.progress{
    height: 17px;
    background: rgba(0,0,0,0.1);
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}
.progress .progress-bar{
    border-radius: 15px;
    box-shadow: none;
    position: relative;
    animation: animate-positive 2s;
    background: #006eb4;
}
.progress .progress-icon,
.progress .progress-value{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 40px;
    background: #fff;
    border: 7px solid #006eb4;
    font-size:15px;
    font-weight: 600;
    color: #006eb4;
    position: absolute;
    top: -17px;
    right: -5px;
}
.progress .progress-icon{
    right: auto;
    left: -5px;
}
.progress.bst-primary .progress-icon,
.progress.bst-primary .progress-value{
    border: 7px solid #006eb4;
    border: 7px solid var(--bst-primary);
    color: #006eb4;
    color: var(--bst-primary);
}
.progress.bst-primary .progress-bar{
    background: #006eb4;
    background: var(--bst-primary);
}
.progress.bst-warning .progress-icon,
.progress.bst-warning .progress-value{
    border: 7px solid #f9a000;
    border: 7px solid var(--bst-warning);
    color: #f9a000;
    color: var(--bst-warning);
}
.progress.bst-warning .progress-bar{
    background: #f9a000;
    background: var(--bst-warning);
}
.progress.bst-danger .progress-icon,
.progress.bst-danger .progress-value{
    border: 7px solid #f21519;
    border: 7px solid var(--bst-danger);
    color: #f21519;
    color: var(--bst-danger);
}
.progress.bst-danger .progress-bar{
    background: #f21519;
    background: var(--bst-danger);
}
.progress.bst-success .progress-icon,
.progress.bst-success .progress-value{
    border: 7px solid #1e8530;
    border: 7px solid var(--bst-success);
    color: #1e8530;
    color: var(--bst-success);
}
.progress.bst-success .progress-bar{
    background: #1e8530;
    background: var(--bst-success);
}
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive{
    0%{ width: 0; }
}
.bst-about-section .list-group .list-group-item{
    font-size: 18px;
    color: #666666;
    font-weight: 700;
}
.bst-about-section .list-group .list-group-item:before{
    content: "\f560";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    color: #006eb4;
    font-size: 18px;
    padding-right: 10px;
}
.bst-about-section .list-group.bst-primary .list-group-item:before{
    color: #006eb4;
    color: var(--bst-primary);
}
.bst-about-section .list-group.bst-success .list-group-item:before{
    color: #1e8530;
    color: var(--bst-success);
}
.bst-about-section .list-group.bst-warning .list-group-item:before{
    color: #f9a000;
    color: var(--bst-warning);
}
.bst-about-section .list-group.bst-danger .list-group-item:before{
    color: #f21519;
    color: var(--bst-danger);
}
@media only screen and (max-width:990px) {
    .bst-about-section .list-group .list-group-item,
    .bst-about-section .list-group .list-group-item:before{
        font-size: 16px;
    }
}

/*________________________________________
* 8. Services Section
* ________________________________________
*/
.bst-service{
    padding: 70px 20px 30px;
    margin: 50px 0 110px;
    background: #006eb4;
    text-align: center;
    position: relative;
}
.bst-service:before{
    content: "";
    width: 100%;
    height: 100px;
    background: #006eb4;
    position: absolute;
    bottom: -100px;
    left: 0;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.bst-service:after{
    content: "";
    width: 50%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.bst-service:hover:after{ width: 100%; }
.bst-service .bst-service-icon{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #006eb4;
    border: 5px solid #fff;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
.bst-service:hover .bst-service-icon{ transform: rotateX(360deg); }
.bst-service .title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.bst-service .description{
    font-size: 17px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0;
}
.bst-service.bst-warning,
.bst-service.bst-warning:before,
.bst-service.bst-warning .bst-service-icon{
    background: #f9a000;
    background: var(--bst-warning);
}
.bst-service.bst-primary,
.bst-service.bst-primary:before,
.bst-service.bst-primary .bst-service-icon{
    background: #006eb4;
    background: var(--bst-primary);
}
.bst-service.bst-success,
.bst-service.bst-success:before,
.bst-service.bst-success .bst-service-icon{
    background: #1e8530;
    background: var(--bst-success);
}
.bst-service.bst-danger,
.bst-service.bst-danger:before,
.bst-service.bst-danger .bst-service-icon{
    background: #f21519;
    background: var(--bst-danger);
}
@media only screen and (max-width:767px){
    .bst-service{ margin: 50px 0 160px; }
}

/* 8+. Counter Section */
.counter{
    padding: 20px 0;
    text-align: center;
    z-index: 1;
    position: relative;
}
.counter:before{
    content: "";
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: #006eb4; /* Old browsers */
    background: -o-linear-gradient(to right bottom, #1e8530, #006eb4);
    background: -ms-linear-gradient(to right bottom, #1e8530, #006eb4);
    background: -moz-linear-gradient(to right bottom, #1e8530, #006eb4);
    background: -webkit-linear-gradient(to right bottom, #1e8530, #006eb4);
    background: linear-gradient(to right bottom, #1e8530,#006eb4);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.counter .counter-content{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    padding: 35px 25px 30px;
    margin: 0 auto;
    box-shadow: 0 0 10px #909090, 0 0 0 10px rgba(255,255,255,0.5);
    position: relative;
}
.counter .counter-content:after{
    content: "";
    width: 60px;
    height: 100px;
    background: #006eb4; /* Old browsers */
    background: -o-linear-gradient(to right,#000,#1e8530, #006eb4);
    background: -ms-linear-gradient(to right,#000,#1e8530, #006eb4);
    background: -moz-linear-gradient(to right,#000,#1e8530, #006eb4);
    background: -webkit-linear-gradient(to right,#000,#1e8530, #006eb4);
    background: linear-gradient(to right,#000,#1e8530, #006eb4);
    position: absolute;
    top: 50%;
    left: -39px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    clip-path: polygon(15% 15%, 100% 0, 100% 100%, 15% 85%);
}
.counter .counter-icon{
    width: 50px;
    height: 50px;
    background: #006eb4; /* Old browsers */
    background: -o-linear-gradient(to right bottom, #1e8530, #006eb4);
    background: -ms-linear-gradient(to right bottom, #1e8530, #006eb4);
    background: -moz-linear-gradient(to right bottom, #1e8530, #006eb4);
    background: -webkit-linear-gradient(to right bottom, #1e8530, #006eb4);
    background: linear-gradient(to right bottom, #1e8530,#006eb4);
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    position: absolute;
    top: 50%;
    left: -30px;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.counter:hover .counter-icon{
    -webkit-transform: translateY(-50%) rotate(360deg);
    -moz-transform: translateY(-50%) rotate(360deg);
    -ms-transform: translateY(-50%) rotate(360deg);
    -o-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
}
.counter .counter-value{
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #006eb4;
    margin-bottom: 5px;
}
.counter .title{
    font-size: 16px;
    font-weight: bold;
    color: #505050;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}
.counter.bst-primary:before{
    background: linear-gradient(to right bottom,#1e8530,#006eb4);
    background: linear-gradient(to right bottom,var(--bst-success),var(--bst-primary));
}
.counter.bst-primary .counter-icon{
    background: linear-gradient(to right,#1e8530,#006eb4);
    background: linear-gradient(to right,var(--bst-success),var(--bst-primary));
}
.counter.bst-primary .counter-content:after{
    background: linear-gradient(to right,#000,#1e8530,#006eb4);
    background: linear-gradient(to right,#000,var(--bst-success),var(--bst-primary));
}
.counter.bst-primary .counter-value{
    color: #006eb4;
    color: var(--bst-primary);
}

.counter.bst-success:before{
    background: linear-gradient(to right bottom,#006eb4,#1e8530);
    background: linear-gradient(to right bottom,var(--bst-primary),var(--bst-success));
}
.counter.bst-success .counter-icon{
    background: linear-gradient(to right,#006eb4,#1e8530);
    background: linear-gradient(to right,var(--bst-primary),var(--bst-success));
}
.counter.bst-success .counter-content:after{
    background: linear-gradient(to right,#000,#006eb4,#1e8530);
    background: linear-gradient(to right,#000,var(--bst-primary),var(--bst-success));
}
.counter.bst-success .counter-value{
    color: #1e8530;
    color: var(--bst-success);
}

.counter.bst-warning:before{
    background: linear-gradient(to right bottom,#f21519,#f9a000);
    background: linear-gradient(to right bottom,var(--bst-danger),var(--bst-warning));
}
.counter.bst-warning .counter-icon{
    background: linear-gradient(to right,#f21519,#f9a000);
    background: linear-gradient(to right,var(--bst-danger),var(--bst-warning));
}
.counter.bst-warning .counter-content:after{
    background: linear-gradient(to right,#000,#f21519,#f9a000);
    background: linear-gradient(to right,#000,var(--bst-danger),var(--bst-warning));
}
.counter.bst-warning .counter-value{
    color: #f9a000;
    color: var(--bst-warning);
}

.counter.bst-danger:before{
    background: linear-gradient(to right bottom,#f9a000,#f21519);
    background: linear-gradient(to right bottom,var(--bst-warning),var(--bst-danger));
}
.counter.bst-danger .counter-icon{
    background: linear-gradient(to right,#f9a000,#f21519);
    background: linear-gradient(to right,var(--bst-warning),var(--bst-danger));
}
.counter.bst-danger .counter-content:after{
    background: linear-gradient(to right,#000,#f9a000,#f21519);
    background: linear-gradient(to right,#000,var(--bst-warning),var(--bst-danger));
}
.counter.bst-danger .counter-value{
    color: #f21519;
    color: var(--bst-danger);
}
@media only screen and (max-width: 990px){
    .counter{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 480px){
    .counter:before{
        width: 285px;
        height: 285px;
    }
    .counter .counter-content{
        width: 225px;
        height: 225px;
        padding: 52px 37px 45px;
    }
    .counter .counter-content:after{
        width: 90px;
        height: 150px;
    }
}

/*________________________________________
* 9. Team Section
* ________________________________________
*/
.bst-team{
    border: 2px solid #006eb4;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    z-index: 1;
    position: relative;
}
.bst-team.bst-primary{
    border: 2px solid #006eb4;
    border: 2px solid var(--bst-primary);
}
.bst-team.bst-success{
    border: 2px solid #1e8530;
    border: 2px solid var(--bst-success);
}
.bst-team.bst-warning{
    border: 2px solid #f9a000;
    border: 2px solid var(--bst-warning);
}
.bst-team.bst-danger{
    border: 2px solid #f21519;
    border: 2px solid var(--bst-danger);
}
.bst-team:before,
.bst-team:after{
    content: "";
    width: 100%;
    height: 104%;
    background: #006eb4;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%) scaleX(0.3);
    -moz-transform: translateY(-50%) scaleX(0.3);
    -ms-transform: translateY(-50%) scaleX(0.3);
    -o-transform: translateY(-50%) scaleX(0.3);
    transform: translateY(-50%) scaleX(0.3);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.bst-team.bst-primary:before,
.bst-team.bst-primary:after{
    background: #006eb4;
    background: var(--bst-primary);
}
.bst-team.bst-success:before,
.bst-team.bst-success:after{
    background: #1e8530;
    background: var(--bst-success);
}
.bst-team.bst-warning:before,
.bst-team.bst-warning:after{
    background: #f9a000;
    background: var(--bst-warning);
}
.bst-team.bst-danger:before,
.bst-team.bst-danger:after{
    background: #f21519;
    background: var(--bst-danger);
}
.bst-team:after{
    width: 106%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleY(0.25);
    -moz-transform: translate(-50%, -50%) scaleY(0.25);
    -ms-transform: translate(-50%, -50%) scaleY(0.25);
    -o-transform: translate(-50%, -50%) scaleY(0.25);
    transform: translate(-50%, -50%) scaleY(0.25);
}
.bst-team:hover:before{
    -webkit-transform: translateY(-50%) scaleX(0.7);
    -moz-transform: translateY(-50%) scaleX(0.7);
    -ms-transform: translateY(-50%) scaleX(0.7);
    -o-transform: translateY(-50%) scaleX(0.7);
    transform: translateY(-50%) scaleX(0.7);
}
.bst-team:hover:after{
    -webkit-transform: translate(-50%, -50%) scaleY(0.7);
    -moz-transform: translate(-50%, -50%) scaleY(0.7);
    -ms-transform: translate(-50%, -50%) scaleY(0.7);
    -o-transform: translate(-50%, -50%) scaleY(0.7);
    transform: translate(-50%, -50%) scaleY(0.7);
}
.bst-team img{
    width: 100%;
    height: 392px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.bst-team .team-content{
    width: 93%;
    padding: 25px 0 10px;
    background: #006eb4;
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
    -moz-transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
    transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
}
.bst-team.bst-primary .team-content{
    background: #006eb4;
    background: var(--bst-primary);
}
.bst-team.bst-success .team-content{
    background: #1e8530;
    background: var(--bst-success);
}
.bst-team.bst-warning .team-content{
    background: #f9a000;
    background: var(--bst-warning);
}
.bst-team.bst-danger .team-content{
    background: #f21519;
    background: var(--bst-danger);
}
.bst-team:hover .team-content{
    bottom: 10px;
    opacity: 1;
}
.bst-team .title{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}
.bst-team .post{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.bst-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.bst-team .social li{
    display: inline-block;
    margin: 0 5px;
}
.bst-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #006eb4;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.bst-team.bst-primary .social li a{
    color: #006eb4;
    color: var(--bst-primary);
}
.bst-team.bst-success .social li a{
    color: #1e8530;
    color: var(--bst-success);
}
.bst-team.bst-warning .social li a{
    color: #f9a000;
    color: var(--bst-warning);
}
.bst-team.bst-danger .social li a{
    color: #f21519;
    color: var(--bst-danger);
}
.bst-team .social li a:hover{
    background: #006eb4; /* Old browsers */
    background: -o-linear-gradient(to bottom,#006eb4, #1e8530);
    background: -ms-linear-gradient(to bottom,#006eb4, #1e8530);
    background: -moz-linear-gradient(to bottom,#006eb4, #1e8530);
    background: -webkit-linear-gradient(to bottom,#006eb4, #1e8530);
    background: linear-gradient(to bottom,#006eb4, #1e8530);
    box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
    color: #fff;
}
.bst-team.bst-primary .social li a:hover{
    background: linear-gradient(to bottom,var(--bst-success), var(--bst-primary));
}
.bst-team.bst-success .social li a:hover{
    background: linear-gradient(to bottom,var(--bst-primary), var(--bst-success));
}
.bst-team.bst-warning .social li a:hover{
    background: linear-gradient(to bottom,var(--bst-danger), var(--bst-warning));
}
.bst-team.bst-danger .social li a:hover{
    background: linear-gradient(to bottom,var(--bst-warning), var(--bst-danger));
}
@media only screen and (max-width: 990px){
    .bst-team{ margin-bottom: 30px; }
    .bst-team img{
        height: auto;
    }
}

/*________________________________________
* 10. Projects Section
* ________________________________________
*/
.bst-projects-section .filter li {
    cursor: pointer;
    margin-right: auto;
    background: #006eb4;
    background: linear-gradient(to right, #1e8530, #006eb4);
}
.bst-projects-section .filter .bst-primary {
    background: var(--bst-primary);
    background: -webkit-gradient(linear, left top, right top, from(var(--bst-success)), to(var(--bst-primary)));
    background: linear-gradient(to right, var(--bst-success), var(--bst-primary));
}
.bst-projects-section .filter .bst-success {
    background: var(--bst-success);
    background: -webkit-gradient(linear, left top, right top, from(var(--bst-primary)), to(var(--bst-success)));
    background: linear-gradient(to right, var(--bst-primary), var(--bst-success));
}
.bst-projects-section .filter .bst-warning {
    background: var(--bst-warning);
    background: -webkit-gradient(linear, left top, right top, from(var(--bst-danger)), to(var(--bst-warning)));
    background: linear-gradient(to right, var(--bst-danger), var(--bst-warning));
}
.bst-projects-section .filter .bst-danger {
    background: var(--bst-danger);
    background: -webkit-gradient(linear, left top, right top, from(var(--bst-warning)), to(var(--bst-danger)));
    background: linear-gradient(to right, var(--bst-warning), var(--bst-danger));
}
.bst-projects-section .filter .active,.bst-projects-section .filter :hover {
    background: #006eb4;
    background: var(--bst-primary);
    background: -webkit-gradient(linear, left top, right top, from(#1e8530), to(#006eb4));
    background: -webkit-gradient(linear, left top, right top, from(var(--bst-success)), to(var(--bst-primary)));
    background: linear-gradient(to right, var(--bst-success), var(--bst-primary));
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.bst-project{
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 300px;
}
.bst-project img{
    min-width: 100%;
    height: 210px;
}
.bst-project .project-content{
    width: 100%;
    background: #3f2b4f;
    color: #fff;
    padding: 15px 0 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.bst-project.bst-primary .project-content{
    background: #006eb4;
    background: var(--bst-primary);
}
.bst-project.bst-success .project-content{
    background: #1e8530;
    background: var(--bst-success);
}
.bst-project.bst-warning .project-content{
    background: #f9a000;
    background: var(--bst-warning);
}
.bst-project.bst-danger .project-content{
    background: #f21519;
    background: var(--bst-danger);
}
.bst-project:hover .project-content{
    padding-bottom: 40px;
}
.bst-project .project-content:before,
.bst-project .project-content:after{
    content: "";
    width: 60%;
    height: 38px;
    background: #3f2b4f;
    position: absolute;
    top: -18px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
}
.bst-project.bst-primary .project-content:before,
.bst-project.bst-primary .project-content:after{
    background: #006eb4;
    background: var(--bst-primary);
}
.bst-project.bst-success .project-content:before,
.bst-project.bst-success .project-content:after{
    background: #1e8530;
    background: var(--bst-success);
}
.bst-project.bst-warning .project-content:before,
.bst-project.bst-warning .project-content:after{
    background: #f9a000;
    background: var(--bst-warning);
}
.bst-project.bst-danger .project-content:before,
.bst-project.bst-danger .project-content:after{
    background: #f21519;
    background: var(--bst-danger);
}
.bst-project .project-content:before{
    left: -3%;
}
.bst-project .project-content:after{
    right: -3%;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.bst-project .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    position: relative;
}
.bst-project .title:before,
.bst-project .title:after{
    content: "";
    width: 7px;
    height: 93px;
    background: #f9a000;
    position: absolute;
    top: -78px;
    z-index: -2;
    -webkit-transform: rotate(-74deg);
    -moz-transform: rotate(-74deg);
    -ms-transform: rotate(-74deg);
    -o-transform: rotate(-74deg);
    transform: rotate(-74deg);
}
.bst-project.bst-primary .title:before,
.bst-project.bst-primary .title:after{
    background: #f9a000;
    background: var(--bst-warning);
}
.bst-project.bst-success .title:before,
.bst-project.bst-success .title:after{
    background: #f21519;
    background: var(--bst-danger);
}
.bst-project.bst-warning .title:before,
.bst-project.bst-warning .title:after{
    background: #006eb4;
    background: var(--bst-primary);
}
.bst-project.bst-danger .title:before,
.bst-project.bst-danger .title:after{
    background: #1e8530;
    background: var(--bst-success);
}
.bst-project .title:before{
    left: 32%;
}
.bst-project .title:after{
    right: 32%;
    -webkit-transform: rotate(74deg);
    -moz-transform: rotate(74deg);
    -ms-transform: rotate(74deg);
    -o-transform: rotate(74deg);
    transform: rotate(74deg);
}
.bst-project .post{
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.bst-project .social-links{
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.bst-project:hover .social-links{
    bottom: 0;
}
.bst-project .social-links li{
    display: inline-block;
}
.bst-project .social-links li a{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-right: 6px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.bst-project .social-links li:last-child a{
    margin-right: 0;
}
.bst-project:hover .social-links li a{
    font-size: 20px;
}
@media only screen and (max-width: 990px){
    .bst-project{ margin-bottom: 30px; }
    .bst-project .project-content:before,
    .bst-project .project-content:after{
        height: 50px;
        top: -24px;
    }
    .bst-project .title:before,
    .bst-project .title:after{
        top: -85px;
        height: 102px;
    }
    .bst-project .title:before{
        left: 35%;
    }
    .bst-project .title:after{
        right: 35%;
    }
    .bst-projects-section .filter li {
        width: 100%;
    }
    .bst-projects-section .filtr-container{
        margin-right: auto;
        margin-left: auto;
    }
    .bst-projects-section .filtr-container .filtr-item{
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px){
    .bst-project .project-content:before,
    .bst-project .project-content:after{
        height: 75px;
    }
    .bst-project .project-content:before{
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    .bst-project .project-content:after{
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    .bst-project .title:before,
    .bst-project .title:after{
        width: 10px;
        top: -78px;
        height: 102px;
    }
    .bst-project .title:before{
        left: 42.5%;
        -webkit-transform: rotate(-82deg);
        -moz-transform: rotate(-82deg);
        -ms-transform: rotate(-82deg);
        -o-transform: rotate(-82deg);
        transform: rotate(-82deg);
    }
    .bst-project .title:after{
        right: 42.5%;
        -webkit-transform: rotate(82deg);
        -moz-transform: rotate(82deg);
        -ms-transform: rotate(82deg);
        -o-transform: rotate(82deg);
        transform: rotate(82deg);
    }
}
@media only screen and (max-width: 480px){
    .bst-project .title:before,
    .bst-project .title:after{
        top: -83px;
    }
}

/*________________________________________
* 11. Pricing Section
* ________________________________________
*/
.bst-pricing{
    padding-bottom: 10px;
    background: #fff;
    border-bottom: 15px solid var(--bst-primary);
    text-align: center;
    overflow: hidden;
    position: relative;
}
.bst-pricing:before{
    content: "";
    width: 100%;
    height: 350px;
    background: #006eb4;
    background: var(--bst-primary);
    position: absolute;
    top: -150px;
    left: 0;
    -webkit-transform: skewY(-20deg);
    -moz-transform: skewY(-20deg);
    -ms-transform: skewY(-20deg);
    -o-transform: skewY(-20deg);
    transform: skewY(-20deg);
}
.bst-pricing .bst-pricing-header{
    padding: 20px 20px 60px;
    text-align: left;
    position: relative;
}
.bst-pricing .title{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.bst-pricing .sub-title{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.bst-pricing .year{
    width: 80px;
    height: 55px;
    background: #fff;
    padding: 7px 0;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    color: #006eb4;
    color: var(--bst-primary);
    text-align: center;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 1;
}
.bst-pricing .year:before,
.bst-pricing .year:after{
    content: "";
    width: 57px;
    height: 57px;
    background: #fff;
    position: absolute;
    top: -28px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%) scaleY(0.5) rotate(45deg);
    -moz-transform: translateX(-50%) scaleY(0.5) rotate(45deg);
    -ms-transform: translateX(-50%) scaleY(0.5) rotate(45deg);
    -o-transform: translateX(-50%) scaleY(0.5) rotate(45deg);
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.bst-pricing .year:after{
    top: auto;
    bottom: -28px;
}
.bst-pricing .price-value{
    display: inline-block;
    width: 170px;
    height: 110px;
    padding: 15px;
    border: 2px solid var(--bst-primary);
    border-top: none;
    border-bottom: none;
    position: relative;
}
.bst-pricing .price-value:before,
.bst-pricing .price-value:after{
    content: "";
    width: 121px;
    height: 121px;
    border: 3px solid var(--bst-primary);
    border-right: none;
    border-bottom: none;
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0.5) rotate(45deg);
    -moz-transform: translateX(-50%) scaleY(0.5) rotate(45deg);
    -ms-transform: translateX(-50%) scaleY(0.5) rotate(45deg);
    -o-transform: translateX(-50%) scaleY(0.5) rotate(45deg);
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.bst-pricing .price-value:after{
    border-top: none;
    border-left: none;
    border-bottom: 3px solid #006eb4;
    border-bottom: 3px solid var(--bst-primary);
    border-right: 3px solid #006eb4;
    border-right: 3px solid var(--bst-primary);
    top: auto;
    bottom: -60px;
}
.bst-pricing .value{
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid #006eb4;
    border: 2px solid var(--bst-primary);
    border-top: none;
    border-bottom: none;
    color: #006eb4;
    color: var(--bst-primary);
    z-index: 1;
    position: relative;
}
.bst-pricing .value:before,
.bst-pricing .value:after{
    content: "";
    width: 97px;
    height: 97px;
    background: #fff;
    border: 3px solid #006eb4;
    border: 3px solid var(--bst-primary);
    border-bottom: none;
    border-right: none;
    position: absolute;
    top: -48px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%) scaleY(0.5) rotate(45deg);
    -moz-transform: translateX(-50%) scaleY(0.5) rotate(45deg);
    -ms-transform: translateX(-50%) scaleY(0.5) rotate(45deg);
    -o-transform: translateX(-50%) scaleY(0.5) rotate(45deg);
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.bst-pricing .value:after{
    border-right: 3px solid #006eb4;
    border-right: 3px solid var(--bst-primary);
    border-bottom: 3px solid #006eb4;
    border-bottom: 3px solid var(--bst-primary);
    border-top: none;
    border-left: none;
    top: auto;
    bottom: -48px;
}
.bst-pricing .currency{
    display: inline-block;
    font-size: 30px;
    margin-top: 7px;
    vertical-align: top;
}
.bst-pricing .amount{
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    line-height: 65px;
}
.bst-pricing .amount span{
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    vertical-align: top;
    margin-top: -7px;
}
.bst-pricing .month{
    display: block;
    font-size: 16px;
    line-height: 0;
}
.bst-pricing .pricing-content{
    padding: 50px 0 0 80px;
    margin-bottom: 20px;
    list-style: none;
    text-align: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.bst-pricing .pricing-content li{
    padding: 7px 0;
    font-size: 16px;
    color: #808080;
    position: relative;
}
.bst-pricing .pricing-content li:before,
.bst-pricing .pricing-content li.disable:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: #006eb4;
    background: var(--bst-primary);
    text-align: center;
    color: #fff;
    position: absolute;
    left: -50px;
}
.bst-pricing .pricing-content li.disable:before{
    content: "\f00d";
    background: #f21519;
    background: var(--bst-danger);
}
.bst-pricing .bst-pricing-signup{
    display: inline-block;
    width: 60%;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: 700;
    color: #006eb4;
    color: var(--bst-primary);
    text-transform: uppercase;
    border: 2px solid #006eb4;
    border: 2px solid var(--bst-primary);
    margin: 0 auto 10px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.bst-pricing .bst-pricing-signup:hover{
    background: #006eb4;
    background: var(--bst-primary);
    color: #fff;
}
.bst-pricing.bst-success{ border-bottom-color: var(--bst-success); }
.bst-pricing.bst-success:before{ background: var(--bst-success); }
.bst-pricing.bst-success .year{ color: var(--bst-success); }
.bst-pricing.bst-success .price-value{
    border-left-color: var(--bst-success);
    border-right-color: var(--bst-success);
}
.bst-pricing.bst-success .price-value:before{
    border-left-color: var(--bst-success);
    border-top-color: var(--bst-success);
}
.bst-pricing.bst-success .price-value:after{
    border-right-color: var(--bst-success);
    border-bottom-color: var(--bst-success);
}
.bst-pricing.bst-success .value{
    border-left-color: var(--bst-success);
    border-right-color: var(--bst-success);
    color: var(--bst-success);
}
.bst-pricing.bst-success .value:before{
    border-left-color: var(--bst-success);
    border-top-color: var(--bst-success);
}
.bst-pricing.bst-success .value:after{
    border-right-color: var(--bst-success);
    border-bottom-color: var(--bst-success);
}
.bst-pricing.bst-success .bst-pricing-signup{
    color: var(--bst-success);
    border-color: var(--bst-success);
}
.bst-pricing.bst-success .bst-pricing-signup:hover{
    color: #fff;
    background: var(--bst-success);
}
.bst-pricing.bst-success .pricing-content li:not(.disable):before{
    background: var(--bst-success);
}
.bst-pricing.bst-danger{ border-bottom-color: var(--bst-danger); }
.bst-pricing.bst-danger:before{ background: var(--bst-danger); }
.bst-pricing.bst-danger .year{ color: var(--bst-danger); }
.bst-pricing.bst-danger .price-value{
    border-left-color: var(--bst-danger);
    border-right-color: var(--bst-danger);
}
.bst-pricing.bst-danger .price-value:before{
    border-left-color: var(--bst-danger);
    border-top-color: var(--bst-danger);
}
.bst-pricing.bst-danger .price-value:after{
    border-right-color: var(--bst-danger);
    border-bottom-color: var(--bst-danger);
}
.bst-pricing.bst-danger .value{
    border-left-color: var(--bst-danger);
    border-right-color: var(--bst-danger);
    color: var(--bst-danger);
}
.bst-pricing.bst-danger .value:before{
    border-left-color: var(--bst-danger);
    border-top-color: var(--bst-danger);
}
.bst-pricing.bst-danger .value:after{
    border-right-color: var(--bst-danger);
    border-bottom-color: var(--bst-danger);
}
.bst-pricing.bst-danger .bst-pricing-signup{
    color: var(--bst-danger);
    border-color: var(--bst-danger);
}
.bst-pricing.bst-danger .bst-pricing-signup:hover{
    color: #fff;
    background: var(--bst-danger);
}
.bst-pricing.bst-danger .pricing-content li:not(.disable):before{
    background: var(--bst-primary);
}
.bst-pricing.bst-warning{ border-bottom-color: var(--bst-warning); }
.bst-pricing.bst-warning:before{ background: var(--bst-warning); }
.bst-pricing.bst-warning .year{ color: var(--bst-warning); }
.bst-pricing.bst-warning .price-value{
    border-left-color: var(--bst-warning);
    border-right-color: var(--bst-warning);
}
.bst-pricing.bst-warning .price-value:before{
    border-left-color: var(--bst-warning);
    border-top-color: var(--bst-warning);
}
.bst-pricing.bst-warning .price-value:after{
    border-right-color: var(--bst-warning);
    border-bottom-color: var(--bst-warning);
}
.bst-pricing.bst-warning .value{
    border-left-color: var(--bst-warning);
    border-right-color: var(--bst-warning);
    color: var(--bst-warning);
}
.bst-pricing.bst-warning .value:before{
    border-left-color: var(--bst-warning);
    border-top-color: var(--bst-warning);
}
.bst-pricing.bst-warning .value:after{
    border-right-color: var(--bst-warning);
    border-bottom-color: var(--bst-warning);
}
.bst-pricing.bst-warning .bst-pricing-signup{
    color: var(--bst-warning);
    border-color: var(--bst-warning);
}
.bst-pricing.bst-warning .bst-pricing-signup:hover{
    color: #fff;
    background: var(--bst-warning);
}
.bst-pricing.bst-warning .pricing-content li:not(.disable):before{
    background: var(--bst-warning);
}
@media only screen and (max-width: 990px){
    .bst-pricing{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .bst-pricing:before{
        -webkit-transform: skewY(-15deg);
        -moz-transform: skewY(-15deg);
        -ms-transform: skewY(-15deg);
        -o-transform: skewY(-15deg);
        transform: skewY(-15deg);
    }
    .bst-pricing .title{ font-size: 22px; }
}

/*________________________________________
* 12. Contact Section
* ________________________________________
*/
.bst-contact-section .form-group {
    margin-bottom: 25px;
}
.bst-contact-section button {
    max-width: 40%;
    cursor: pointer;
}
.bst-contact-section button,
.bst-contact-section input,
.bst-contact-section textarea {
    color: #808080;
    padding: 20px;
    border-radius: 20px/15px;
}
.bst-contact-section input.form-control{
    height: auto;
}
.bst-contact-section textarea.form-control {
    height: 245px;
}
.bst-contact-section .form-control:not(button):focus{
    border: 1px solid #f9a000;
    border: 1px solid var(--bst-warning);
    box-shadow: none;
    background: #fff;
    color: #404040;
}
.bst-contact-section button.form-control:hover,.bst-contact-section button.form-control:focus{
    outline: 2px solid #f9a000;
    outline: 2px solid var(--bst-warning);
    background: #fff;
    color: #404040;
    border-radius: unset;
}
.bst-contact-section ::-moz-placeholder,
.bst-contact-section :-ms-input-placeholder,
.bst-contact-section ::-webkit-input-placeholder {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
.bst-contact-section .contact-info{
    padding: 0 1rem;
    position: relative;
}
.bst-contact-section .contact-info p{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.bst-contact-section .contact-info .title{
    font-weight: bold;
    display: block;
    font-size: 20px;
}
.bst-contact-section .contact-info .title i{
    padding: 5px;
}
.bst-contact-section .contact-info .contact-social li{
    padding: 5px;
}
.bst-contact-section .contact-info .contact-social li a i{
    font-size: 30px;
    color: #fff !important;
}
.bst-contact-section .bst-section-title p{
    font-weight: bold;
}
@media only screen and (max-width: 990px){
    .bst-contact-section .contact-info{
        margin: 16px auto;
        text-align: center;
    }
    .bst-contact-section button {
        max-width: 100%;
    }
}

/*________________________________________
* 12+. Footer
* ________________________________________
*/
.bst-footer{
    padding: 26px 0;
}
.bst-footer a{
    font-weight: bold;
    font-size: 18px;
    color: #006eb4;
}
.bst-footer.bst-primary a{
    color: #006eb4;
    color: var(--bst-primary);
}
.bst-footer.bst-success a{
    color: #1e8530;
    color: var(--bst-success);
}
.bst-footer.bst-warning a{
    color: #f9a000;
    color: var(--bst-warning);
}
.bst-footer.bst-danger a{
    color: #f21519;
    color: var(--bst-danger);
}
.bst-footer #scroll-top{
    z-index: 999;
    font-size: xx-large;
    position: fixed;
    right: 4vw;
    bottom: 20px;
}
.bst-footer #scroll-top i{
    background:  #fff;
    border-radius: 50%;
    padding: 5px
}
/*JavaScript Unsupported Browsers*/
.no-script #loader{
    display: none;
}