/* --------------------------------------
=========================================
Bislan  - Business Landing Page
Version: 1.0
Designed By: codestar
=========================================
-----------------------------------------

1.  RESET-CSS

2.  PRE-LOADER

3.  Section title style

4.  Home Section style

5.  Feature Section style

6.  Services Section style

7.  Start business Section style

8.  Team Section style

9.  Price Section style

10. Reviews Section style

11. FAQS Section style

12. Contact Section style

13. Footer Section style

14. RESPONSIVE style

-----------------------------------------*/


/*** 

====================================================================
    1. RESET-CSS
====================================================================

***/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}

.clearfix {
    clear: both;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
}

body {
    background: #fff;
    font-size: 14px;
    color: #808080;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}

a {
    text-decoration: none;
}

strong,
label {
    font-weight: 500;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    width: auto;
    max-width: 100%;
}

section {
    overflow: hidden;
    display: block;
    padding-bottom: 90px;
}


/*** 

====================================================================
    2. PRELOADER
====================================================================

***/

#loading {
    background: #20242e;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
}

#object {
    width: 30px;
    height: 30px;
    -webkit-animation: animate 1s infinite ease-in-out;
    animation: animate 1s infinite ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    background: #19A9E5;
}


/*Loding animation*/

@-webkit-keyframes animate {
    0% {
        -webkit-transform: perspective(160px);
    }
    50% {
        -webkit-transform: perspective(160px) rotateY(-180deg);
    }
    100% {
        -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
    }
}

@keyframes animate {
    0% {
        transform: perspective(160px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    }
    100% {
        transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    }
}


/*** 

====================================================================
    3. Section title style
====================================================================

***/

.bislan-section-title {
    text-align: center;
    margin: 90px 0;
}

.bislan-section-title h2 {
    font-size: 30px;
    color: #0e0e0e;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4em;
}

.bislan-section-title span {
    color: #004786;
}

.bislan-section-title img {
    margin: 5px 0 25px;
}

.bislan-section-title p {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}


/*Section title style end*/


/*** 

====================================================================
    4. Home Section style
====================================================================

***/

#bislan-home-section {
    background: #F5F5F5;
}

.hightlight-content {
    min-height: 690px;
    background: -webkit-linear-gradient( rgba(14, 14, 16, 0.7), rgba(0, 71, 134, 0.7)), url(../images/bg_banner.jpg) 50% 0 repeat fixed;
    background: linear-gradient( rgba(14, 14, 16, 0.7), rgba(0, 71, 134, 0.7)), url(../images/bg_banner.jpg) 50% 0 repeat fixed;
    padding: 150px 0 0;
    text-align: center;
    color: #fff;
}

.hightlight-content .title-theme-info {
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: 900;
}

.hightlight-content .des-theme-info {
    color: #f3f5f8;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'PoppinsRegular', sans-serif;
}

.hightlight-content .des-info {
    font-size: 36px;
    text-transform: uppercase;
    color: #fefefe;
    font-family: 'PoppinsBold', sans-serif;
    padding-bottom: 15px;
    line-height: 43px;
}

.hightlight-content .des-info span {
    font-family: 'PoppinsRegular', sans-serif;
}

.hightlight-content .device-info {
    position: relative;
    bottom: -30px;
}

.hightlight-content .device-info img {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.description-device {
    text-align: center;
    padding-top: 40px;
}

.description-device .button-des {
    margin: 0;
}

.description-device .button-des li {
    display: inline-block;
    margin: 0 4px;
}

.description-device .txt-des {
    margin: 20px 0 40px;
    font-size: 14px;
}

.button-des .price-button .btn-primary {
    margin:0;
}


/*** 

====================================================================
    5. Feature Section style
====================================================================

***/

.ver-content-bottom {
    margin-bottom: 100px;
}

.features-txt {
    margin-top: 30px;
}

.feature-detail .active-text {
    color: #004786;
}


/*** 

====================================================================
    6. Services Section style
====================================================================

***/

#bislan-service-section {
    background: #F5F5F5;
}

.bislan-services {
    text-align: center;
}

.white-bg {
    background-color: #FFFFFF;
}

.services-box:after {
    content: "";
    display: table;
    clear: both;
}

.services-box > .bislan-service {
    padding: 50px;
}

@media (max-width: 767px) {
    .services-box > .bislan-service {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .services-box > .bislan-service + .bislan-service {
        margin-top: 30px;
    }
}

.services-box .service-title {
    font-size: 1.857em;
    margin-bottom: 17px;
    margin-top: 37px;
}

@media (max-width: 767px) {
    .services-box .service-title {
        font-size: 2em;
    }
}

.services-box .service-container {
    padding: 4% 6%;
    width: 100%;
    height: 100%;
}

.hover-border {
    position: relative;
    border-top-left-radius: 120px 120px;
    border: 2px solid transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.hover-border .arrow-top-left {
    width: 0;
    height: 0;
    border-right: 60px solid transparent;
    border-top: 60px solid #004786;
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.hover-border:hover {
    border-color: #004786;
}

.hover-border:hover .arrow-top-left {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
}

.filter-item .hover-border {
    border-width: 2px;
}


/*service style end*/


/*** 

====================================================================
    7. Start business Section style
====================================================================

***/

#bislan-start-business {
    background: -webkit-linear-gradient( rgba(14, 14, 16, 0.7), rgba(0, 71, 134, 0.7)), url(https://sites.google.com/site/farisviosite/banner_blog/bg-web-sid2.JPG) 50% 0 repeat fixed;
    background: linear-gradient( rgba(14, 14, 16, 0.7), rgba(0, 71, 134, 0.7)), url(https://sites.google.com/site/farisviosite/banner_blog/bg-web-sid2.JPG) 50% 0 repeat fixed;
    padding-bottom: 0;
}

.bislan-start {
    text-align: center;
    color: #fff;
    margin: 90px auto;
}

.bislan-start h2 {
    padding-bottom: 15px;
}

.bislan-start > p {
    margin: 0;
    color: #f3f5f8;
    font-size: 16px;
}

.btn {
    text-transform: uppercase;
    font-weight: 700;
    padding: 11px 30px;
    background: #004786;
    color: #fff;
}

.btn:hover {
    background: #999999;
    color: #fff;
}


/*start business style end*/


/*** 

====================================================================
    8. Team Section style
====================================================================

***/
#bislan-team-section{
    padding-bottom: 60px;
}

.team-section {
    position: relative;
}

.team-section .carousel-outer {
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
}

.team-section .sec-title {
    margin-bottom: 20px;
}

.team-section .desc-text {
    position: relative;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #999999;
    font-size: 16px;
    line-height: 1.8em;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
}

.team-member {
    position: relative;
    margin-bottom: 30px;
}

.carousel-outer .team-member {
    margin-bottom: 0px;
}

.team-member .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    max-width: 400px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-member .inner-box .image-box {
    position: relative;
    display: block;
    margin-left: 1px;
    overflow: hidden;
}

.team-member .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.team-member .inner-box .over-info {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.team-member:hover .inner-box .over-info {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.team-member .inner-box .over-info h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
}

.team-member .inner-box .over-info .desgnation {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #999999;
    text-transform: capitalize;
}

.team-member .inner-box .overlay-content {
    position: absolute;
    left: -100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 40px 40px 10px;
    background: rgba(0, 82, 156, 0.80);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 2;
    border-top-left-radius: 100px 100px;
    text-align: center;
}

.team-member:hover .inner-box .overlay-content {
    left: 0px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-member .inner-box .info-header {
    position: relative;
    margin: 40px 0 50px;
}

.team-member .inner-box .info-header h4 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
}

.team-member .inner-box .info-header .desgnation {
    font-size: 14px;
    font-weight: 700;
    color: #8CC0E1;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.team-member .inner-box .text {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
}

.team-member .inner-box .forum {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
}

.team-member .default-social-links a {
    color: #ffffff;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 34px;
    border: 2px solid #ffffff;
    border-top-left-radius: 15px 15px;
    text-align: center;
    margin-right: 7px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.team-member .default-social-links a:hover {
    background: #ffffff;
    color: #1f65a3;
}

.team-section .owl-controls {
    margin: 50px 0px 0px !important;
}

.team-section .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    background: #dadada;
}

.team-section .owl-dots .owl-dot:hover span,
.team-section .owl-dots .owl-dot.active span {
    background: #00529c;
}

.team-section .owl-controls .owl-nav {
    margin: 0px 0px 0px !important;
}

.team-section .owl-prev {
    position: absolute;
    left: -150px;
    top: 37%;
    margin-top: -26px;
    width: 52px;
    height: 52px;
    text-align: center;
    border: 1px solid #00529c;
    background: none !important;
    padding: 0px !important;
    font-size: 24px !important;
    color: #00529c !important;
    margin: 0px !important;
    line-height: 50px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.team-section .owl-next {
    position: absolute;
    right: -150px;
    top: 37%;
    margin-top: -26px;
    width: 52px;
    height: 52px;
    text-align: center;
    border: 1px solid #00529c;
    background: none !important;
    padding: 0px !important;
    font-size: 24px !important;
    color: #00529c !important;
    margin: 0px !important;
    line-height: 50px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.team-section .owl-prev:hover,
.team-section .owl-next:hover {
    background: #00529c !important;
    color: #ffffff !important;
    -ms-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.20);
    -o-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.20);
}


/*team style end*/


/*** 

====================================================================
    9. Price Section style
====================================================================

***/

#bislan-price-section {
    background: #F5F5F5;
    overflow: hidden;
    display: block;
    padding-bottom: 50px;
}

@media (max-width: 1024px) {
    #bislan-price-section {
        padding-bottom: 40px;
    }
}

.pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
}

.pricing-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 330px;
    flex: 0 1 330px;
}

.pricing-action {
    color: inherit;
    border: none;
    background: none;
}

.pricing-action:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
}

.pricing-palden .pricing-item {
    font-family: 'Open Sans', sans-serif;
    cursor: default;
    color: #000;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}

.price-button .btn-primary {
    font-size: 14px !important;
    margin: 20px 0;
}

@media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
        margin: 1em -0.5em;
    }
    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}

.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: rgba(0, 71, 134, 0.99);
    padding: 4em 0 15em;
    position: relative;
}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.pricing-palden .pricing-title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
    font-size: 2.5em;
}

.pricing-palden .pricing-price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pricing-palden .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
}

.pricing-palden .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
}

.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}

.pricing-palden .pricing-feature {
    padding: 0.5em 0;
}

.pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #999999;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
    background-color: #024886;
}

.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
}


/*price section style end*/


/*** 

====================================================================
    10. Reviews Section style
====================================================================

***/

#bislan-review-section {
    background: -webkit-linear-gradient( rgba(14, 14, 16, 0.7), rgba(0, 71, 134, 0.7)), url(https://sites.google.com/site/farisviosite/banner_blog/bg-web-sid2.JPG) 50% 0 repeat fixed;
    background: linear-gradient( rgba(14, 14, 16, 0.7), rgba(0, 71, 134, 0.7)), url(https://sites.google.com/site/farisviosite/banner_blog/bg-web-sid2.JPG) 50% 0 repeat fixed;
    padding-bottom: 0;
}

.review-title h2 {
    color: #fff;
    text-align: center;
    margin: 90px 0 50px;
    text-transform: uppercase;
}

.reviews .carousel-indicators {
    top: 30px;
    position: relative;
}

.review-car-mar-bottom {
    margin-bottom: 110px;
}

.reviews .review {
    padding: 30px 20px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.reviews .review:after,
.reviews .review:before {
    right: 100%;
    top: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.reviews .review:after {
    border-color: rgba(14, 0, 213, 0);
    border-width: 10px;
    margin-top: -10px;
}

.reviews .review:before {
    border-color: rgba(245, 0, 0, 0);
    border-right-color: #4D5D6C;
    border-width: 11px;
    margin-top: -11px;
}

.reviews .review p {
    text-align: left;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #ddd;
}

.reviews .photo {
    text-align: center;
}

.reviews .photo img {
    border: 8px solid rgba(255, 255, 255, 0.15);
    width: 100px;
    height: 100px;
}

.reviews .photo h3 {
    font-size: 12px;
    color: #fff;
    margin: 10px 0 0;
}

.reviews .photo p {
    font-size: 12px;
    color: #a9afb6;
    padding-top: 0;
}


/* reviews: end */


/*** 

====================================================================
    11. FAQS Section style
====================================================================

***/

#bislan-faq-section {
    background: -webkit-linear-gradient( rgba(245, 245, 245, 0.3), rgba(245, 245, 245, 0.3)), url(https://sites.google.com/site/farisviosite/banner_blog/bg-web-sid2.JPG) 50% 0 repeat fixed;
    background: linear-gradient( rgba(245, 245, 245, 0.3), rgba(245, 245, 245, 0.3)), url(https://sites.google.com/site/farisviosite/banner_blog/bg-web-sid2.JPG) 50% 0 repeat fixed;
    padding-bottom: 70px;
}

.page-title {
    padding: 30px 0;
}

.faq-accordion {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.faq-accordion .panel-title a.collapsed:before,
.faq-accordion .panel-title a:after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 11px;
}

.faq-accordion .panel-title a:after {
    content: "";
}

.faq-accordion .panel-title a {
    display: block;
    font-size: 16px;
    padding: 10px;
    position: relative;
    line-height: 26px;
}

.faq .panel-group .panel {
    border-radius: 0;
    margin-bottom: 10px;
}

.faq-accordion .panel-title a:hover {
    color: #004786
}


/* Faqs: end */


/*** 

====================================================================
    12. Contact Section style
====================================================================

***/

#fancy-inputs {
    float: left;
    width: 100%;
}

#fancy-inputs label.input {
    float: left;
    width: 100%;
    height: 40px;
    margin: 40px 0 0 0;
    position: relative;
    clear: both;
}

#fancy-inputs label.input span {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: absolute;
    left: 0;
    cursor: text;
}

#fancy-inputs label.input span span {
    position: absolute;
    top: 0;
    z-index: 1;
    font-size: 16px;
    color: #B1AFAF;
    text-indent: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

#fancy-inputs label.input span:before {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #004786;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

#fancy-inputs label.input span:after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #2C3E50;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

#fancy-inputs input {
    float: left;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 0;
    border: 1px solid #D6D6D6;
    background-color: transparent;
    font-size: 16px;
    position: relative;
    z-index: 99;
}

#fancy-inputs input:focus {
    outline: 0;
}

#fancy-inputs input.white {
    background-color: #ffffff;
}

#fancy-inputs input:focus + span span {
    cursor: initial;
    position: absolute;
    top: -35px;
    color: #004786;
}

#fancy-inputs input:focus + span:before {
    width: 50%;
}

#fancy-inputs input:focus + span:after {
    width: 50%;
}

#fancy-inputs span.fixed span {
    top: -30px;
}

#fancy-inputs label.textarea {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    position: relative;
    clear: both;
}

#fancy-inputs label.textarea span {
    width: 100%;
    height: 210px;
    line-height: 60px;
    position: absolute;
    left: 0;
    cursor: text;
}

#fancy-inputs label.textarea span span {
    position: absolute;
    top: 0;
    z-index: 1;
    font-size: 16px;
    color: #B1AFAF;
    text-indent: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

#fancy-inputs label.textarea span:before {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #004786;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

#fancy-inputs label.textarea span:after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #2C3E50;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

#fancy-inputs textarea {
    float: left;
    width: 100%;
    height: 200px;
    padding: 0 10px;
    border: 0;
    border: 1px solid #D6D6D6;
    background-color: transparent;
    font-size: 16px;
    position: relative;
    z-index: 99;
    margin-top: 10px;
}

#fancy-inputs textarea:focus {
    outline: 0;
}

#fancy-inputs textarea.white {
    background-color: #fff;
}

#fancy-inputs textarea:focus + span span {
    cursor: initial;
    position: absolute;
    top: -40px;
    color: #004786;
}

#fancy-inputs textarea:focus + span:before {
    width: 50%;
}

#fancy-inputs textarea:focus + span:after {
    width: 50%;
}

#fancy-inputs textarea.fixed span {
    top: -40px;
}

#fancy-inputs input.name:before {
    font-family: fontAwesome;
    content: "test";
}

.contact-title {
    margin-left: 15px;
}

.contact-title .separator_wrap-left {
    margin-bottom: 0;
}

.address {
    margin-top: 128px;
    margin-top: 8rem;
}

.address i {
    font-size: 80px;
    font-size: 5rem;
    margin-top: 128px;
    margin-top: 8rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    color: #004786;
}

.submit-button {
    padding-top: 64px;
    padding-top: 2rem;
    clear: both;
    text-align: center;
}

.submit-button .btn-lg {
    font-size: 24px;
    font-size: 1.5rem;
}

.address-details {
    margin-top: 24px;
    margin-top: 1.5rem;
}

textarea,
input[type="text"],
input[type="number"],
input[type="email"],
.uneditable-input {
    outline: none;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}

.form-control:focus {
    border-color: #004786;
}

.error_message {
    margin-bottom: 10px;
    color: red;
    font-weight: 400;
    font-size: 16px;
}


/*
Button
*/

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #000;
    background-color: #004786;
    border-color: #004786;
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: 0px;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 30px;
    font-size: 28.8px;
    font-size: 1.8rem;
    border-top-left-radius: 20px;
}

.btn-md,
btn-group-md > .btn {
    padding: 8px 20px;
    font-size: 19.2px;
    font-size: 1.2rem;
    border-radius: 30px;
}

.btn-primary.btnxs:hover {
    background: #004786;
}

.btn-default.btnxs:hover {
    background: transparent;
}

.btn-primary {
    color: #ffffff;
}

.btn-primary:active,
.btn-primary:hover {
    background: #ffffff;
}

.btnxs {
    /*display: inline-block;*/
    position: relative;
    opacity: .999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    background-color: transparent;
    overflow: hidden;
}

.btnxs:before,
.btnxs:after {
    content: '';
    width: 0;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btnxs:before {
    left: 50%;
}

.btnxs:after {
    right: 50%;
}

.btnxs:hover:before,
.btnxs:hover:after {
    width: 50%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.btn-default {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: transparent;
}

.btn-default:before,
.btn-default:after {
    background-color: #ffffff;
}

btn-default:focus {
    background-color: #ffffff;
    border-color: transparent;
}

.btn-default:hover {
    border-color: #ffffff;
    color: #004786;
    background-color: #ffffff;
}

.btn-primary {
    background-color: #004786;
    color: #ffffff;
    border: 2px solid #004786;
}

.btn-primary:before,
.btn-primary:after {
    background-color: #ffffff;
}

btn-primary:focus {
    background-color: #004786;
    border-color: transparent;
}

.btn-primary:hover {
    border-color: #004786;
    color: #004786;
}


/* contact: end */


/*** 

====================================================================
    13. Footer Section style
====================================================================

***/

.footer-wrap img {
    margin-bottom: 40px;
}

.footer-wrap span {
    text-transform: uppercase;
    font-size: 13px;
}

.footer-bottom {
    margin-top: 56px;
    margin-top: 3.5rem;
    font-size: 16px;
}

.footer-link a {
    color: #fff;
}

.footer-link a:hover {
    color: #004786;
}

.social-link a {
    font-size: 26px;
    margin-right: 5px;
    color: #838383;
    margin-top: 15px;
}

.social-link {
    margin-top: -10px;
    text-align: right;
}

.social-link-img {
    margin-top: -10px;
    text-align: right;
}

.social-link-img a span {
    font-size: 18px;
    margin-right: 5px;
    color: #ffffff;
    height: 37px;
    width: 37px;
    line-height: 37px;
    text-align: center;
}

.social-link-img a span:hover {
    color: #004786;
}

.social-link a span {
    font-size: 18px;
    margin-right: 5px;
    color: #8E8E8E;
    height: 37px;
    width: 37px;
    line-height: 37px;
    text-align: center;
}

.social-link a span:hover {
    color: #004786;
}

.footer-logo img {
    max-height: 90px;
}

.footer-default {
    padding: 90px 0;
    background-color: #F5F5F5;
}

.footer-link-default a {
    color: #565656;
}

.footer-link-default a:hover {
    color: #004786;
}

.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #004786;
}


/* footer: end */


/*** 

====================================================================
    13. RESPONSIVE style
====================================================================

***/
@media (max-width: 1024px) {
    #bislan-feature-section {
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hightlight-content {
        min-height: auto;
    }
    .hightlight-content .device-info {
        bottom: auto;
    }
}

@media (max-width: 767px) {
    /*home section*/
    .hightlight-content {
        min-height: auto;
    }
    .hightlight-content .device-info {
        bottom: auto;
    }
    /*feature section*/
    .feature-detail {
        text-align: center;
        padding: 0 10px;
    }
    #bislan-feature-section .row:nth-child(2) .feature-detail .title {
        margin-top: 30px;
    }
    .footer-default {
        padding: 60px 0;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .team-member .inner-box .info-header {
        margin: 30px 0 40px;
    }
    .hightlight-content {
        padding: 70px 0 0;
    }
    .hightlight-content .des-info {
        font-size: 30px;
    }
    .hightlight-content .des-theme-info {
        font-size: 18px;
    }

}

@media (max-width: 480px) {
    section {
        padding-bottom: 60px;
    }
    #bislan-home-section, #bislan-feature-section{
        padding-bottom: 50px;
    }

    .bislan-section-title h2 {
        font-size: 26px;
    }
    .bislan-section-title {
        margin: 60px 0;
    }
    .hightlight-content {
        padding: 50px 0 0;
    }
    .hightlight-content .des-info {
        font-size: 26px;
    }
    .hightlight-content .des-theme-info {
        font-size: 14px;
    }
    .ver-content-bottom {
        margin-bottom: 60px;
    }
    .button-des .price-button .btn-primary {
        margin: 10px 0;
    }
    .team-member .inner-box .text {
        margin-bottom: 12px;
    }
    .team-member .inner-box .info-header {
        margin: 0 0 30px;
    }
    .team-member .default-social-links a {
        width: 35px;
        height: 35px;
    }
    .bislan-start h2,
    .review-title h2 {
        font-size: 26px;
    }
    .service-title strong {
        font-size: 20px;
    }
    #bislan-team-section {
    padding-bottom: 30px;
    }
    #bislan-price-section {
        padding-bottom: 10px;
    }
    #bislan-faq-section {
       padding-bottom: 40px; 
    }


}


/*end responsive*/
