/* ======================= INFORMATION START ======================= 

    Template Name: App69
    Description: This is html5 template
    Author: Canvs69
    Author URI: https://themeforest.net/user/canvas69
    Created by: Tanim Mahbub from >> http://gwdesign.org/;

=========================== INFORMATION END ======================== */

/* ================================================================= */
/* ============================ CSS INDEX START ==================== */
/* 01 => header start                                                */
/* 02 => service-area start                                          */
/* 03 => feature-area start                                          */
/* 04 => video-area start                                            */
/* 05 => plans-area start                                            */
/* 06 => facts-counter start                                         */
/* 07 => app-screen start                                            */
/* 08 => testimonial-area start                                      */
/* 09 => blog-area start                                             */
/* 10 => partners-area start                                         */
/* 11 => subscribe-area start                                        */
/* 12 => footer start                                                */
/* ============================= CSS INDEX END ===================== */
/* ================================================================= */

/*=============================================*/
/* header start
/*=============================================*/
.header-image {
    height: 800px;
    background: url(img/slider/bg-login2.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 999;
}

.header-image:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 150%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: -1;
}

/*fixed-menu*/
.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.navbar-wrapper.stricky-fixed {
    padding: 10px 30px;
    background: #2A3F54 !important;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px rgba(255,255,255,.3);
    box-shadow: 0 0 10px rgba(255,255,255,.3);
}
/*fixed-menu end*/

/*nav-bar*/
.logo-area {
    padding: 0;
}

.main-menu > li:not(:last-of-type) {
    margin-right: 30px;
    margin-top: 8px;
}

.main-menu>li>a:not(.download-app) {
    color: #fefdfd !important;
    padding: 0;
    font-size: 14px;
    line-height: 32px;
    font-weight: 600;
}

.main-menu>li> a.mPS2id-highlight:not(.download-app),
.main-menu>li> a:hover:not(.download-app) {
    background: transparent !important;
}

.download-app {
    font-size: 14px;
    line-height: 32px;
    font-weight: 600;
    color: #fefefe !important;
    padding-top: 13px !important;
    padding-bottom: 12px !important;
}

.download-app:hover {
    background: #fefefe !important;
}

.navbar-wrapper .menu-button:hover .icon-bar,
.navbar-wrapper .menu-button:focus .icon-bar {
    background-color: #fff;
}
/*nav-bar end*/

/*banner-container start*/
.banner-container {
    width: 100%;
    height: 600px;
    position: relative;
}
.banner-text {
    position: absolute;
    width: 50%;
    left: -15px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-text > h2 {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 5px;
}

.btn-slider {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
}

.btn-slider:hover {
    background: #fff !important;
    color: #2A3F54 !important;
    border: 2px solid #fff !important;
}

.banner-phone {
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*banner-container end*/
/*=============================================*/
/* header end
/*=============================================*/

/*=============================================*/
/* service-area start
/*=============================================*/
.service-content {
    position: relative;
    z-index: auto;
}

.service-content .owl-prev,
.service-content .owl-next {
    width: 35px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    color: #003333;

    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.service-content .owl-prev:hover,
.service-content .owl-next:hover {
    color: #fff;
}

.service-content .owl-nav {
    position: absolute;
    bottom: 50px;
    right: 0;
}

.owl-item .service-txt {
    position: relative;
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
}

.service-title {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 5px;
}

.service-num {
    font-size: 250px;
    color: #919191;
    opacity: .1;
    position: absolute;
    top: calc(50% + 15px);
    left: calc(50% + 15px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*=============================================*/
/* service-area end
/*=============================================*/

/*=============================================*/
/* feature-area start
/*=============================================*/
.sf-icon {
    font-size: 72px;
    display: inline-block;
}

.feature-head {
    padding: 25px 0 25px 25px;
    display: inline-block;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.feature-head > h2 {
    font-size: 16px;
    line-height: 36px;
}
.feature-head > p {
    font-size: 12px;
    letter-spacing: 4px;
}

.single-feature {
    border-radius: 10px;
    padding: 20px 20px 30px 25px
}

.single-feature:hover {
    color: #fff !important;
}

.single-feature:hover * {
    color: #fff !important
}
/*=============================================*/
/* feature-area end
/*=============================================*/

/*=============================================*/
/* video-area start
/*=============================================*/
.video-area {
    background: url(img/bg-lg/01.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.video-area:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: -1;
}

#html5-watermark {
    display: none !important;
}

.video-title {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #fffefe;
    position: relative;
}

.video-player {
    padding-top: 110px;
    padding-bottom: 150px;
}

.video-container {
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #2e373f !important;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 1;
}

.video-container:hover {
    color: #fff !important
}

.video-container:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.video-container:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    -o-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}
/*=============================================*/
/* video-area end
/*=============================================*/

/*=============================================*/
/* plans-area start
/*=============================================*/
.single-plan {
    border-radius: 3px;
}

.single-plan:hover *:not(.btn-buy) {
    color: #fff !important
}

.single-plan:hover .btn-buy {
    background: #fff !important;
}

.price {
    font-size: 36px;
    line-height: 30px;
    letter-spacing: .1px;
}

.price > span {
    font-size: 60px;
    line-height: 30px;
}

.duration {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .1px;
}

.plan-title {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1px;
}

.plan-list li {
    font-size: 14px;
    line-height: 35px;
}

.single-plan:hover .plan-list li:nth-child(even) {
    background: rgba(255,255,255,.15) !important;
}

.btn-buy {
    font-size: 18px;
    line-height: 40px;
    padding: 4px 18px;
    display: inline-block;
}
/*=============================================*/
/* plans-area end
/*=============================================*/

/*=============================================*/
/* facts-counter start
/*=============================================*/
.facts-counter {
    background: url(img/bg-lg/02.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.fact-num {
    font-size: 32px;
    line-height: 25px;
    letter-spacing: 1.5px;
    position: relative;
}

.fact-num:after {
    position: absolute;
    content: '+';
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
}

.fact-title {
    font-size: 12px;
    letter-spacing: 1.5px;
}
/*=============================================*/
/* facts-counter end
/*=============================================*/

/*=============================================*/
/* app-screen start
/*=============================================*/
.screen-slider .owl-prev,
.screen-slider .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 35px;
    height: 38px;
    line-height: 38px;
    display: block;
    font-size: 15px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(255,255,255,.6);
    box-shadow: 0 0 5px rgba(255,255,255,.6);

    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.screen-slider .owl-prev {
    left: -20px;
}

.screen-slider .owl-next {
    right: -20px;
}

.screen-slider .owl-prev:after {
    position: absolute;
    content: '';
    border-top: 10px solid #ccc;
    border-right: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 100%;
    left: 0;
}

.screen-slider .owl-next:after {
    position: absolute;
    content: '';
    border-top: 10px solid #ccc;
    border-left: 10px solid #ccc;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 100%;
    right: 0;
}

.hoverlay {
    display: block;
    position: relative;
    z-index: 2;
}

.hoverlay:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 1;
}

.hoverlay:hover:after,
.single-blog:hover .hoverlay:after {
    opacity: .5;
}

.zoom-icon,
.b-icon {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    color: #fff;

    font-size: 36px;
    z-index: 2;
}

.hoverlay:hover .zoom-icon,
.single-blog:hover .b-icon {
    top: 50%;
    visibility: visible;
    opacity: 1;
}
/*=============================================*/
/* app-screen end
/*=============================================*/

/*=============================================*/
/* testimonial-area start
/*=============================================*/
.testimonial-area {
    background: url(img/bg-lg/03.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.testimonial-area:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: -1;
}

.testimonial-slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonial-slider .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    
    margin-bottom: 10px;
    background: rgba(255,255,255,.6);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.testimonial-slider .owl-dot.active {
    -webkit-box-shadow: 0 0 10px rgba(255,255,255,.5);
    box-shadow: 0 0 10px rgba(255,255,255,.5);
}

.t-img {
    position: relative;
}

.t-img:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 100%;
    
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.t-name {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 2px;
}

.t-pos {
    font-size: 10px;
    letter-spacing: 3px;
}
/*=============================================*/
/* testimonial-area end
/*=============================================*/

/*=============================================*/
/* blog-area start
/*=============================================*/
.blog-img {
    position: relative;
}

.blog-date {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 7px;
    padding-bottom: 2px;
    z-index: 3;
}

.b-day,
.b-month,
.bi {
    font-size: 12px;
    line-height: 15px;
}

.blog-title {
    font-size: 18px;
    line-height: 4px;
    letter-spacing: 2px;
}

.bi {
    line-height: 26px;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
}

.bi:not(:last-of-type) {
    padding-right: 4px;
    margin-right: 9px;
}

.bi:not(:last-of-type):after {
    position: absolute;
    content: '/';
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    top: 0;
    left: 100%;
}

.btn-rdm {
    font-size: 11px;
    line-height: 30px;
    display: inline-block;
    letter-spacing: 1px;
    padding-top: 2px;
}

.btn-rdm:hover,
.btn-rdm:focus {
    color: #fff !important;
}

/**************************/
/*blog-detail-area start*/
.modal-container {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0, .5);
    box-shadow: inset 0 0 10px rgba(0,0,0, .5);
}

.blog-detail-area {
    position: relative;
}

.btn-xit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff !important;

    -webkit-box-shadow: -1px 1px 10px rgba(0,0,0, .4);
    box-shadow: -1px 1px 10px rgba(0,0,0, .4);
}

.btn-xit:hover {
    top: 10px;
    right: 10px;
    background: #2e373f !important;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, .5);
    box-shadow: 0 0 6px rgba(0,0,0, .5);
}

.xit-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px 15px;
    font-size: 20px;
    color: #fff !important;

    -webkit-box-shadow: -1px -1px 10px rgba(0,0,0, .4);
    box-shadow: -1px -1px 10px rgba(0,0,0, .4);
}

.xit-btn:hover {
    bottom: 10px;
    right: 10px;
    background: #2e373f !important;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0, .5);
    box-shadow: 0 0 6px rgba(0,0,0, .5);
}

.blog-heading {
    font-size: 30px;
    letter-spacing: 2px;
}

.blog-text {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
}

.blog-banner {
    margin-top: 30px;
}

.blog-detail-area .b-day,
.blog-detail-area .b-month,
.blog-detail-area .bi {
    font-size: 15px;
    line-height: 20px;
}

.inner-link:hover {
    opacity: .6;
}

.inner-title {
    font-size: 18px;
}

/*list-style-1 start*/
ol {
    counter-reset: li
}

ol li {
    counter-increment: li
}

ol li:before {
    content: counter(li)".";
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    color: #2e373f;
}

ol.list-style-1 li {
    margin-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
}

ul.list-style-1 li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
}

ul.list-style-1 li:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 3px;
    top: 3px;
    left: 0;
    filter: blur(.5px);
    border: 4px solid #2e373f;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.8);
    box-shadow: 0 0 6px rgba(0,0,0,.8);
}
/*list-style-1 end*/

/*blog-quote*/
.blog-quote {
    padding: 30px 20px 30px 45px;
    border-radius: 20px 10px 10px 20px;
    background: rgba(46, 55, 63, 1);
    -webkit-box-shadow: inset 5px 0 10px rgba(255,255,255,.1);
    box-shadow: inset 5px 0 10px rgba(255,255,255,.1);
    position: relative;
    z-index: 1;
}

.blog-quote:after {
    position: absolute;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 80px;
    bottom: -5px;
    right: 30px;
    z-index: -1;
    color: rgba(255,255,255,.1)
}

.blog-quote p {
    font-size: 22px;
    letter-spacing: 1px;
    font-style: italic;
    line-height: 30px;
    color: transparent;
    text-shadow: 0 0 .5px rgba(255,255,255,1);
}
/*blog-quote end*/

/*comment-area start*/
.single-comment {
    border-radius: 10px;
    background: rgba(120,120,120,.1);
}

.comment-title {
    font-size: 25px;
}

.comment-img {
    width: 80px;
    float: left;
}

.comment-box {
    width: calc(100% - 95px);
    float: right;
    margin-left: 15px;
}

.comment-by > h3 {
    font-size: 18px;
}

.comment-by > p {
    font-size: 15px;
}

.comment-text {
    font-size: 17px;
    line-height: 25px;
}

.reply-btn {
    display: inline-block;
    padding: 3px 20px;
    color: #2e373f !important;
    letter-spacing: 1px;
    font-size: 14px;
}

.reply-btn:hover {
    color: #fff !important;
}

.single-comment.reply-comment {
    width: calc(100% - 30px);
    margin-left: 30px;
}

.comment-form input {
    width: calc(50% - 15px);
    height: 45px;
    padding: 0 20px;
    font-size: 16px;
}

.comment-form textarea {
    font-size: 16px;
    width: 100%;
    height: 140px;
    padding: 20px;
    clear: both;
}

.comment-form input:focus,
.comment-form textarea:focus {
    color: #fff !important;
    -webkit-box-shadow: 0 8px 12px -5px rgba(0,0,0,.3);
    box-shadow: 0 8px 12px -5px rgba(0,0,0,.3);
}

.comment-form button {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    font-size: 16px;
}

.comment-form button:hover {
    opacity: .6;
}

.comment-form input:focus::-webkit-input-placeholder,
.comment-form textarea:focus::-webkit-input-placeholder {
    padding-left: 10px;
    opacity: .3;
    color: #fff;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.comment-form input:focus::-moz-placeholder,
.comment-form textarea:focus::-moz-placeholder {
    padding-left: 10px;
    opacity: .3;
    color: #fff;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.comment-form input:focus:-ms-input-placeholder,
.comment-form textarea:focus:-ms-input-placeholder {
    padding-left: 10px;
    opacity: .3;
    color: #fff;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.comment-form input:focus::placeholder,
.comment-form textarea:focus::placeholder {
    padding-left: 10px;
    opacity: .3;
    color: #fff;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
/*comment-area end*/
/*blog-detail-area end*/
/**************************/
/*=============================================*/
/* blog-area end
/*=============================================*/

/*=============================================*/
/* partners-area start
/*=============================================*/
.partners-area {
    background: url(img/bg-lg/02.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.single-partner a {
    display: inline-block;
    border: 1px solid transparent;
}

.single-partner a:hover {
    border: 1px solid #c9c8c8;
}
/*=============================================*/
/* partners-area end
/*=============================================*/

/*=============================================*/
/* subscribe-area start
/*=============================================*/
.subs-title {
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 2px;
}

.subs-form {
    width: 100%;
}

.subs-form input,
.subs-form button {
    float: left;
}

.subs-form input {
    width: calc(100% - 212px);
    height: 50px;
    margin-right: 12px;
}

.subs-form button {
    width: 200px;
    height: 50px;
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 1px;
}

.subs-form input::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #828282;
    font-style: italic;
    letter-spacing: 1px;
}
.subs-form input::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #828282;
    font-style: italic;
    letter-spacing: 1px;
}
.subs-form input:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #828282;
    font-style: italic;
    letter-spacing: 1px;
}
.subs-form input::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #828282;
    font-style: italic;
    letter-spacing: 1px;
}

.subs-form input:focus::-webkit-input-placeholder {
    padding-left: 10px;
    opacity: .4;
}
.subs-form input:focus::-moz-placeholder {
    padding-left: 10px;
    opacity: .4;
}
.subs-form input:focus:-ms-input-placeholder {
    padding-left: 10px;
    opacity: .4;
}
.subs-form input:focus::placeholder {
    padding-left: 10px;
    opacity: .4;
}
/*=============================================*/
/* subscribe-area start
/*=============================================*/


/*=============================================*/
/* footer start
/*=============================================*/
/*footer-social start*/
.footer-social {
    position: relative;
}

.footer-social:before,
.footer-social:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
}

.footer-social:before {
    background: #12161a;
    bottom: 0;
}

.footer-social:after {
    background: #586067;
    bottom: -1px;
}

.social-i {
    font-size: 16px;
}
/*footer-social end*/

/*footer-bottom start*/
.footer-nav li,
.footer-nav a,
.footer-nav span {
    font-size: 10px;
    line-height: 36px;
}

.footer-nav li {
    position: relative;
    color: #c3c3c3
}

.copy-right {
    color: #fefefe !important
}

.tf-profile {
    color: #feffff !important;
}

.footer-nav li:not(:last-of-type) {
    padding-right: 11px;
    margin-right: 11px;
}

.footer-nav li:not(:last-of-type):after {
    position: absolute;
    content: '|';
    left: 100%;
    top: 0;
}
/*=============================================*/
/* footer end
/*=============================================*/