/*
*
* ------------------------------------------------------------------
*

*
*
* -------------------------------------------------------------------
*
============================================
*   [Table of contents]
* ==========================================

    ** Theme Reset Css
    ** Preloader
    01. Homepage
        01. Header Top
        02. Custom Navigation
        03. Slider
        04. Features List
        05. Call Out
        06. Portfolio
        07. Features
        08. Services
        09. fun-fact
        10. Our Team
        11.Testimonial
        12.Subscribe
        13. Pricing
        14. Recent Blog
        15. Contact Form
        16. footer-copyright

    02. About us page
        01. BreadCrumb Area
        02. About us info
        03. Our Skill
        04. Our Client

    03. Service Page
    04. Portfolio Pages
        01. Portfolio styles
        02. Excluesive

    05. Gallery Page
    06. Blog Pages
    07. Single Blog Page
    08. Contact Us Page
    09. 404 page

* ==========================================*/

/*
==========================================
    Fonts + Include CSS
============================================
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900|Roboto:300,400,500,700,900');
@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('icofont.css');
@import url('meanmenu.min.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('widget.css');





/*
==========================================
    Theme Reset Css
==========================================
*/

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #fff;
}

body.gray-bg {
    background: #f9f9f9;
}

* {
    outline: none !important;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
}

h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

h3 {
    font-size: 24px;
    line-height: 34px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 16px;
    line-height: 26px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

p.small,
a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
}



/* Helper class*/

.section-padding {
    padding: 110px 0;
}

.section-padding-top {
    padding: 110px 0 0;
}

.section-padding-bottom {
    padding-bottom: 80px;
}

.section-padding-80 {
    padding: 80px 0;
}

.section-header {
    margin-bottom: 80px;
    text-align: center;
}

.section-header h2 {
    margin-bottom: 20px;
    line-height: .8;
    display: inline-block;
}

.section-header h2:after {
    content: '';
    position: absolute;
    top: 7%;
    right: 75px;
    width: 80px;
    height: 2px;
}


.boxed-btn {
    color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: inline-block;
    padding: 15px 40px;
    -webkit-transition: .3s;
    transition: .3s;
}

.boxed-btn i {
    margin-left: 10px;
}

.boxed-btn:hover {
    background: #fff;
}

.owl-item {
    float: left;
}

.owl-stage-outer {
    overflow: hidden!important;
    width: 100%;
    height: 100%;
}

.owl-nav {
    display: none;
}




/*
==========================================
    Preloader
==========================================
*/

.preloader {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.loader {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
}

.loader:before,
.loader:after {
    content: "";
    height: 40px;
    width: 40px;
    border: 8px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    position: absolute;
    top: 0;
}

.loader:before {
    -webkit-animation: animate 2s infinite linear;
    animation: animate 2s infinite linear;
}

.loader:after {
    -webkit-animation: animate2 2s infinite linear;
    animation: animate2 2s infinite linear;
}

@-webkit-keyframes animate {
    100% {
        -webkit-transform: rotate(180deg) skew(360deg);
        transform: rotate(180deg) skew(360deg);
    }
}

@keyframes animate {
    100% {
        -webkit-transform: rotate(180deg) skew(360deg);
        transform: rotate(180deg) skew(360deg);
    }
}

@-webkit-keyframes animate2 {
    100% {
        -webkit-transform: rotate(-180deg) skew(-360deg);
        transform: rotate(-180deg) skew(-360deg);
    }
}

@keyframes animate2 {
    100% {
        -webkit-transform: rotate(-180deg) skew(-360deg);
        transform: rotate(-180deg) skew(-360deg);
    }
}


/*
===================================================================================
    01. Homepage
===================================================================================
*/


/*
==========================================
    01. Header Top
==========================================
*/

#header-top {
    color: #fff;
    padding: 6px 0;
    font-size: 13px;
}


#header-top p{
    color:#fff;
}

.header-social li {
    display: inline-block;
}

.header-social li a {
    display: block;
    padding: 0px 5px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 13px;
}

.header-social li a:hover {
    color: #eee;
}

#header-top a {
    font-size: 13px;
    color: #fff;
}

.email,
.header-social {
    position: relative;
    padding-right: 25px;
}

.address,
.phone {
    padding-left: 25px;
}

.email:after,
.header-social:after {
    position: absolute;
    content: '';
    top: 0;
    right: -5px;
    height: 24px;
    width: 0px;
    border: .5px dashed #fff;
}




/*
==========================================
    02. Custom Navigation
==========================================
*/

header {
    position: relative;
    /* overflow: hidden; */
    z-index: 9999;
}

.navbar-area {
    /* background: url(../img/navbarbg.png) no-repeat; */
    background-position: top left;
    background-size: 100%;
    display: block;
    /*position: absolute;*/
    top: -1;
    width: 100%;
    z-index: 555;
    /* min-height: 128px; */
    background-color: transparent;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

/* logo */

.logo a {
    display: inline-block
}

    /* header .logo {
        padding: 13px 0;
    } */

header .logo img{
    width: 90%;
}

nav {
    margin: 22px -60px 22px 0;
    position: relative;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 2;
}


.main-menu ul li a {
    padding: 10px 10px;
    color: #6a7d92;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}


/* Submenu*/

.main-menu ul li.active ul li a {
    color: #6a7d92 !important;
}

.main-menu ul li.active ul li a {
    color: #6a7d92 !important;
}

.main-menu ul li ul {
    position: absolute;
    width: 200px;
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
    border: 1px solid #ddd;
    top: 100%;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    left: 0;
  /* -webkit-transition: .3s;
    transition: .3s; */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.main-menu ul li:hover ul {
    top: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu ul li ul li {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
}

.main-menu ul li ul li a {
    padding: 8px 8px 8px 25px;
    text-transform: capitalize;
}

.main-menu ul li ul li:before {
    position: absolute;
    content: '\f105';
    font-family: 'fontAwesome';
    left: 14px;
    top: 7px;
    font-weight: 500;
    color: #6a7d92;
}


/* Before after */

.main-menu ul li a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    top: 16px;
    left: 12px;
    border-top: 2px solid;
    border-left: 2px solid;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .2s;
    transition: .2s;
}

/*.main-menu ul li a:hover:after {
    top: 8px;
    left: 0px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}*/

.main-menu ul li a:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    bottom: 16px;
    right: 12px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*.main-menu ul li a:hover:before {
    bottom: 8px;
    right: 0px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.main-menu ul li.active a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 8px;
    left: 0px;
} */

/* .main-menu ul li.active a:before {
    bottom: 8px;
    right: 0px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} */

.main-menu ul li ul li a:after,
.main-menu ul li ul li a:before {
    display: none;
}


/* Sticky */

div#sticky-wrapper {
    /* height: 0 !important; */
    display: block;
    
    width: 100%;
    /* min-height: 146px; */
}

div#sticky-wrapper.is-sticky .sticky-nav {
    background: #fff !important;
    background-image: none;
   /* min-height: 80px; */
    box-shadow: 0px 0 1px rgba(0, 0, 0, .2);
    z-index: 1001;
    /* position: relative!important; */
}

.is-sticky .sticky-nav {
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    cursor: pointer;
}

.collapse.show {
    padding: 15px;
}


/* Mean menu */

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 50px;
    padding: 0;
    margin: 15px 15px !important;
   position: absolute; 
    /* position: fixed; */
    left: 0;
    width: 90%;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid;
    margin-top: 15px;
    margin-right: 10px;
    padding: 4px 5px;
    position: absolute;
    top: -90px;
    right: -10px !important;
}

.mean-container .mean-nav {
    margin-top: -14px;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 28px;
}


/* Right Nav */

.header-right-bar {
    text-align: right;
}

.header-right-bar ul li {
    display: inline-block !important;
    margin: 28px 0;
}

.header-right-bar ul li a {
    padding: 0 10px 0;
}

a.book-now {
    border: 1px solid;
    border-radius: 25px;
    padding: 4px 10px 4px !important;
    margin-left: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
}

a.book-now:hover {
    color: #fff;
    background-size: 100% 100%;
    background-color: transparent;
    border-color: #1CAFFD;
}

a.book-now i {
    padding-right: 8px;
}



/* Full screen search */

#search {
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .5s;
    transition: all .5s;
    will-change: transform, opacity;
    z-index: -1;
    overflow: hidden;
}

#search div {
    position: relative;
}

#searchbox {
    width: 100%;
    height: 32px;
    height: 32px;
    height: 32px;
    height: 2rem;
    display: inline-block;
    background: transparent;
    border-width: 0 0 1px 0;
    border-style: 0 solid #fff;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 32px;
    font-size: 32px;
    font-size: 32px;
    font-size: 2rem;
    outline: 0;
    padding: 32px 16px;
    padding: 32px 16px;
    padding: 32px 16px;
    padding: 2rem 1rem;
}

#close-btn {
    position: absolute;
    right: 5%;
    top: 5%;
}

#search:target {
    height: 100vh !important;
    width: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 9999;
}

input[type="search"]::-webkit-input-placeholder {
    color: #fff;
}

#search i.fa-times {
    color: #fff;
}

.search-submit {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 12px;
}



/* Cart */

.cart-icon {
    position: relative;
}

.cart-icon .dropdown-toggle:after {
    display: none;
}

.badge {
    /* position: absolute;
    top: -2px;
    right: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 12px; */
}

.cart-icon i {
    font-size: 20px;
}

.cart-list {
    padding: 15px;
    width: 250px;
    left: -50px !important;
    top: 28px !important;
}

ul.cart-list > li {
    position: relative;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    margin: 0;
}

ul.cart-list > li > a.photo {
    padding: 0 !important;
    margin-right: 15px;
    margin-top: 6px;
    margin-bottom: 10px;
    float: left;
    display: block;
    width: 50px;
    height: 50px;
}

ul.cart-list > li > h6 > a.photo {
    padding: 0 !important;
    display: block;
}

ul.cart-list > li img {
    width: 50px;
    height: 50px;
    border: solid 1px #efefef;
}

ul.cart-list > li > p > a {
    padding: 0;
}

ul.cart-list > li .price {
    font-weight: bold;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    font-size: 14px;
}

ul.cart-list > li > p {
    margin-bottom: 0;
}

ul.cart-list > li.total {
    padding: 10px;
    color: #fff;
    width: 100%;
}

ul.cart-list > li.total > .btn-cart {
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.cart-list > li.total > .btn-cart:hover {
    background: #fff;
    border-color: #fff;
}



/*
==========================================
    03. Slider
==========================================
*/

.header-slider {
    color: #fff;
    /*cursor: crosshair;*/
    /* margin-top: -146px; */
}
.header-single-slider figure {
    position: relative;
    display: inline-block;
}

.header-single-slider figure img {
    display: block;
    margin: 0;
}

.header-single-slider .content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 120.5%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 15px;
    z-index: 1;
    margin-top: -146px;
}

.header-single-slider .content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/pattern.png) repeat;
    z-index: -1;
}

.header-single-slider .inner-content {
     /* width: 50%;
    margin-left: 100px;  */
}

.header-single-slider .inner-content.text-center {
     margin: 0 auto; 

    /* border: 1px solid #fff;
    background: #333; */
}



.header-single-slider .inner-content.text-right {
    margin-right: -200px;
}

.header-slider h1,
.header-slider p {
    margin-bottom: 30px;
}

.header-slider p {
    color: #fff;
}

.header-slider .owl-nav {
    display: block;
    display:none;
}

.header-slider .owl-next,
.header-slider .owl-prev {
    width: 60px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: url(../img/owlbtn.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    /* -webkit-transition: .7s;
    transition: .7s; */
}

.header-slider .owl-next:hover,
.header-slider .owl-prev:hover {
    background: url(../img/owlbtn-hover.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: #fff;
}

.header-slider .owl-prev {
    /* left: -200px; */
    visibility: hidden;
    
}

.header-slider:hover .owl-prev {
    left: 50px;
    visibility: visible;
}

.header-slider .owl-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    /* right: -200px; */
    visibility: hidden;
}

.header-slider:hover .owl-next {
    right: 50px;
    visibility: visible;
}



/*
==========================================
    04. Features List
==========================================
*/

#features.section-padding-top {
    padding: 0px 0 60px 0;
}

#features-list {
    margin-top: -80px;
    margin-top: -80px;
    margin-top: -80px;
    margin-top: -5rem;
    margin-bottom: 50px;
}

.features-list-item {
    padding: 36px 30px;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    background: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.features-list-item:hover {
    margin-top: -15px;
    box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.08);
}

.features-list-item .icon i {
    font-size: 32px;
}

.features-list-item .icon {
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 10px;
}

.features-list-item h4 {
    display: inline-block;
}

.features-list-item p {
    font-weight: 500;
    margin-bottom: 5px;
    text-align: justify;
}

.view-more {
    position: relative;
}

.view-more:after {
    position: absolute;
    content: '\eb55';
    font-family: 'icoFont';
    top: 0px;
    margin-left: 5px;
}




/*
==========================================
    05. Call Out
==========================================
*/

.call-out {
    /* border-radius: 6px; */
    background: url(../img/homepage/background/calloutbg.jpg) no-repeat center / 100% 100%;
    color: #fff;
    padding: 50px 80px;
    position: relative;
    z-index: 1;
}

.call-out:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    opacity: 0.949;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";
    z-index: -1;
}

.call-out p {
    color: #fff;
}


/*
==========================================
    06. Portfolio
==========================================
*/

.sorting-btn {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 12px 68px;
    border-bottom: 2px solid;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 50%;
}

.sorting-btn li {
    cursor: pointer;
    padding: 0px 12px;
    padding: 0px 12px;
    padding: 0px 12px;
    padding: 0rem .75rem;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    padding-right: 5px;
    display: inline-block;
}

.portfolio figure {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 15px !important;
}

.portfolio figure img {
    display: block;
    margin: 0;
}

.portfolio figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 15px;
}

.portfolio figcaption h4,
.portfolio figcaption p {
    margin-bottom: -20px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.portfolio figcaption p {
    font-size: 12px;
}

.portfolio figcaption .view-more {
    color: #fff
}

.portfolio figcaption img {
    margin: 10px auto 0;
}

.portfolio-masonary figure:hover figcaption {
    opacity: 0.905;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio figure:hover figcaption h4,
.portfolio figure:hover figcaption p {
    margin-bottom: 5px;
}



/*
==========================================
    07. Features
==========================================
*/

.features-item {
    border-radius: 6px;
    color: #fff;
    padding: 17px 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.features-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: rgb(35, 48, 73);
    opacity: 0.902;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
}

.item-1 {
    background: url(../img/homepage/features/features01.jpg) no-repeat center / cover;
    min-height: 335px;
}


.item-2 {
    background: url(../img/homepage/features/features02.jpg) no-repeat center / cover;
    min-height: 335px;
}


.item-3 {
    background: url(../img/homepage/features/features03.jpg) no-repeat center / cover;
    min-height: 335px;
}


.item-4 {
    background: url(../img/homepage/features/features04.jpg) no-repeat center / cover;
    min-height: 335px;
}

.features-item i {
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
}

.features-item h5 {
    margin-bottom: 10px;
}

.features-item p {
    color: #fff;
}

.features-item:before {
    content: '';
    position: absolute;
    bottom: -0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0px;
    height: 4px;
    -webkit-transition: .3s;
    transition: .3s;
}

.features-item:hover.features-item:before {
    width: 130px;
}


/*
==========================================
    08. Services
==========================================
*/

.services-item {
    padding: 50px 15px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.services-item:hover {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

.services-item .service-icon {
    margin-bottom: 20px;
    position: relative;
}

.service-icon i {}

.services-item .service-icon img,
.services-item .service-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}


.services-item .service-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 40px;
    height: 2px;
}

.services-item h4 {
    margin-bottom: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
==========================================
    09. fun-fact
==========================================
*/

#fun-fact {
    background: url(../img/homepage/background/factbg.jpg) no-repeat center / cover;
    padding: 40px 0;
    color: #fff;
    position: relative;
    z-index: 1;
}

#fun-fact:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    opacity: 0.949;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";
    z-index: -1;
}

#fun-fact i {
    font-size: 40px;
    padding-bottom: 10px;
    display: block;
}

#fun-fact strong {
    font-size: 30px;
}

#fun-fact p {
    color: #fff;
}


/*
==========================================
    10. Our Team
==========================================
*/

.team-member {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.member-social {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    top: -50%;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.member-social li {
    display: inline-block;
}

.member-social li a {
    display: block;
    padding: 0 5px;
}

.member-title {
    padding: 22px 20px;
}

.member-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
}

.member-title h4 {
    -webkit-transition: .3s;
    transition: .3s;
}

.member-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 2px;
    -webkit-transition: .3s;
    transition: .3s;
}

.member-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 31px solid;
    border-right: 31px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
}

.team-member:hover .member-social {
    top: 0;
}

.inner-bio {
    padding: 0 15px;
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
}

.team-member:hover .inner-bio {
    top: -8%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}



/*
==========================================
    11.Testimonial
==========================================
*/

#testimonial .owl-nav {
    display: none;
}

#testimonial .owl-stage-outer {
    overflow-x: visible;
    overflow-y: visible;
}

#testimonial .container {
    overflow: hidden;
}

#testimonial .owl-dots {
    width: 125px;
    margin: 0 auto;
    margin-top: 60px;
    display: inline-block;
    text-align: center;
}

#testimonial .owl-dot {
    width: 20px;
    height: 6px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
}

.single-testimonial {
    border-radius: 6px;
    padding: 0 30px 30px;
}

.single-testimonial h4 {
    position: relative;
}

.single-testimonial p {
    color: #fff;
}

.single-testimonial img {
    margin-top: 15px;
    border: 5px solid #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 14px;
    box-shadow: 0px 0px 2px 0px rgba(7, 7, 6, 0.2);
}

p.title {
    margin-bottom: 12px;
}

.single-testimonial h4:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 20px;
    margin-left: -30px;
}


/*
==========================================
    12.Subscribe
==========================================
*/

#subscribe {
    background: url(../img/homepage/background/subscribebg.jpg) no-repeat center / cover;
    padding: 50px 0;
    color: #fff;
    position: relative;
    z-index: 1;
}


#subscribe:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    opacity: 0.949;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";
    z-index: -1;
}

#subscribe i {
    font-size: 54px;
    margin-right: 30px;
    margin-top: 5px;
}

#subscribe p {
    color: #fff;
}

input#subscribe-mail {
    border-radius: 4px;
    height: 54px;
    box-shadow: inset 0px 0px 15px 0px rgba(53, 54, 60, 0.2);
    padding: 20px;
    border: none;
    width: 70%;
    margin-right: 30px;
    margin-top: 10px;
}

.subscribe-btn {
    border: none;
    cursor: pointer;
}




/*
==========================================
    13. Pricing
==========================================
*/

#pricing {
    background: #f9f9f9;
}

.pricing-table {
    overflow: hidden;
}

#pricing .prcing-head {
    text-align: center;
    padding: 30px 0 50px;
    color: #fff;
    border-radius: 10px;
}

#pricing .price {
    font-size: 46px;
    font-weight: 500;
    text-align: center;
    padding: 30px 0 20px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    margin-top: -20px;
    position: relative;
}

#pricing .price:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 56px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: 2;
    overflow: hidden;
}

#pricing .price span {
    font-size: 14px;
}

#pricing .features {
    border-radius: 10px;
    position: relative;
    padding: 60px 40px 30px;
    z-index: 1;
    background: url(../img/homepage/pricing/pricingbg.png) no-repeat center / cover;
}

#pricing .features:after {
    border-radius: 10px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
}

#pricing .features li {
    color: #fff;
    margin-bottom: 15px;
}

#pricing .features li:last-child {
    margin-bottom: 30px;
}

#pricing .features li i {
    margin-right: 30px;
    font-size: 18px;
}

#pricing .boxed-btn {
    font-size: 16px;
}

#pricing .features .boxed-btn i {
    padding-right: 10px;
    margin-left: 0;
}




/*
==========================================
    14. Recent Blog
==========================================
*/

#recent-blog {
    background: #f9f9f9;
    padding-bottom: 210px;
}

#recent-blog .blog-post {
    box-shadow: 0px 0px 6px 0px rgba(59, 62, 72, 0.2);
    background: #fff;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

#recent-blog .blog-post:hover {
    box-shadow: 0px 20px 20px 0px rgba(59, 62, 72, 0.1);
}

#recent-blog .post-thumbnail {
    position: relative;
    z-index: 1;
}

#recent-blog .post-thumbnail:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;
    transition: .3s;
}

#recent-blog .blog-post:hover .post-thumbnail:after {
    top: 0;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#recent-blog .meta-info.list-inline {
    position: absolute;
    bottom: -20px;
    left: 0;
    padding-left: 20px;
    padding-bottom: 20px;
    z-index: 22;
    color: #f9f9f9;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#recent-blog .blog-post:hover .meta-info.list-inline {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#recent-blog .meta-info.list-inline:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 100px;
    background: #fff;
}

#recent-blog .meta-info.list-inline li a {
    color: #f9f9f9;
}

#recent-blog .post-content {
    padding: 30px 30px;
}

#recent-blog .post-content-inner {
    padding-bottom: 20px;
}

#recent-blog .post-content .post-title a {
    font-size: 18px;
    font-weight: 400;
    color: #385573;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
}

#recent-blog .read-more-link {
    position: relative;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
}

#recent-blog .read-more-link i {
    margin-left: 5px;
}

#recent-blog .read-more-link:after {
    position: absolute;
    content: '\f064';
    font-family: 'fontAwesome';
    top: 0px;
    margin-left: 5px;
}



/*
==========================================
    15. Contact Form
==========================================
*/

#contact-area {
    background: #f9f9f9;
    padding: 0;
    position: relative;
    z-index: 1;
}

.contact-box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgba(59, 62, 72, 0.12);
    /* margin-top: -180px; */
}

.contact-us-info {
    color: #fff;
    padding: 50px 20px;
    height: 100%;
}

.contact-us-info h3 {
    font-family: 'Poppins';
    margin-bottom: 30px;
    position: relative;
}

.contact-us-info h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 4px;
    /* margin-right: -20px; */
    margin-bottom: -15px;
}

.contact-info li p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    word-break: break-word;
}
.contact-info li table  tr td:first-child{
    vertical-align: top;
}
.contact-info li i {
    font-size: 18px;
    color: #fff;
    float: left;
    margin: 5px 5px 0 0;
        /* margin: 5px 20px 10px 0; */
}

.live-chat {
    border: 1px solid #fff;
    background: transparent;
    margin-top: 10px;
}

.live-chat.boxed-btn:hover {
    color: #fff;
}

.get-in-touch {
    padding: 40px;
    padding-right: 70px;
    
}

.get-in-touch h3 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.get-in-touch p {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.get-in-touch input,
.get-in-touch textarea {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid;
    margin-bottom: 24px;
}

.form-control:focus {
    /* border: 0; */
    border-bottom: 1px solid #300F7C;
    box-shadow: none;
    border-radius: 0;
}

.get-in-touch input::-webkit-input-placeholder,
.get-in-touch textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
}

button.boxed-btn {
    border: 0;
    cursor: pointer;
}

.get-in-touch .boxed-btn {
    margin-top: 20px;
}

#map {
    /* position: absolute; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}


/*
==========================================
    16. footer-copyright
==========================================
*/

#footer-copyright {
    padding: 13px 0;
}

#footer-copyright {
    background: #000 !important;
}

#footer-copyright p {
    color: #fff;
    font-size: 14px;
}


/* Scroll Up */

.scrollup {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    color: #fff;
    /* z-index: 888; */
    z-index: 9999;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5)
}

.scrollup:hover {
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .5)
}

/*
===================================================================================
    02. About us page
===================================================================================
*/

/*-----------------------------------
    01. BreadCrumb Area
------------------------------------*/

#breadcrumb-area {
    background: url(../img/breadcumb-bg.jpg) no-repeat center / cover;
    position: relative;
    padding: 150px 0 70px;
    color: #f9f9f9;
    z-index: 1;
    margin-top: -147px;
}

#breadcrumb-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/pattern.png);
    z-index: -1;
}

#breadcrumb-area h1 {
    color: #f9f9f9;
    margin-bottom: 20px;
}

.breadcrumb-nav li {
    display: inline-block;
}

.breadcrumb-nav li a {
    display: block;
    padding-right: 8px;
    font-size: 16px;
    position: relative;
}

.breadcrumb-nav li.active {
    font-size: 16px;
    color: #fff;
}

.breadcrumb-nav li a:after {
    content: "\f101";
    font-family: "Fontawesome";
    font-size: 12px;
    margin-left: 10px;
}

/*-----------------------------------
    02. About us info
------------------------------------*/

#about-us .section-header {
    position: relative;
    margin-left: 30px;
}

#about-us .section-header {
    margin-bottom: 40px;
}

#about-us .section-header h2:after {
    top: 14%;
    right: 160px;
}

#about-us .section-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 10px;
    height: 60px;
    display: inline-block;
}

#about-us .section-info {
    margin-bottom: 40px;
}

.video-section {
    background: url(../img/aboutus/video-bg.jpg) no-repeat center / cover;
    position: relative;
    z-index: 1;
    height: 500px;
    width: 100%;
}

.video-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1;
}

.video-section .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    transition: .5s;
}

.video-section .play-icon:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.watch-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.watch-more a {
    color: #fff;
}


/*-----------------------------------
    03. Our Skill
------------------------------------*/

.skill-item {
    background: url(../img/aboutus/skillbg01.jpg) no-repeat center / cover;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    padding: 50px;
}

.skill-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
}

.skill-item h3 {
    color: #fff;
    margin-bottom: 5px;
}

.skill-item p.title {
    margin-bottom: 20px;
}

.skill-item p {
    color: #fff
}

.skill-progess {
    display: block;
}

.skill-progess .label {
    display: inline-block;
    color: #fff;
    float: left;
    margin-right: 30px;
}

.progress {
    width: 70%;
    height: 6px;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
}

a.view-details {
    color: #fff;
}



/*-----------------------------------
    04. Our Client
------------------------------------*/

#our-client .container {
    overflow: hidden;
}

#our-client.section-padding {
    padding: 110px 0 90px;
}

.client-carousel .owl-nav {
    display: none;
}

.client-carousel .owl-stage-outer {
    overflow: visible;
}

.single-client {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    height: 120px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    cursor: crosshair;
}

.inner-client {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.inner-client:after {
    content: '';
    position: absolute;
    bottom: -0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-client:hover .inner-client:after {
    width: 150px;
}

.inner-client:after {
    background: #888;
}



/*
===================================================================================
    03. Service Page
===================================================================================
*/

#service-page .service-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 10px;
    background: #f3f3f3;
    margin: 0 auto 20px;
}

.servicepage-item .service-icon i {
    font-size: 50px;
    line-height: 100px;
}

.servicepage-item h4 {
    font-weight: 500;
    margin-bottom: 5px;
}

.servicepage-item p {
    margin-bottom: 10px;
}

.servicepage-item a {
    font-weight: 500;
}



/*
===================================================================================
    04. Portfolio Pages
===================================================================================
*/

/*-----------------------------------
    01. Portfolio styles
------------------------------------*/

.portfolio-page {
    padding: 80px 0 0;
}

.portfolio-page.masonary {
    padding-bottom: 80px;
}

.portfolio-page .sorting-btn {
    margin-bottom: 80px;
}

.portfolio-item {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
}

.portfolio-page figure {
    margin-bottom: 0 !important;
}

.portfolio-page.masonary figure {
    margin-bottom: 15px !important;
}

.portfolio-page .content {
    background: #fff;
    padding: 15px 15px;
    margin-top: -6px;
}

.portfolio-page .content h4 {
    margin-top: 0;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.portfolio-page .content p {
    margin-bottom: 10px;
    font-size: 14px;
}

.portfolio-page .content a {
    font-size: 14px;
}

.portfolio-item:hover figcaption {
    opacity: .95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* Pagination*/

.pagination {
    margin: 30px auto 0;
}

.pagination a.page-link {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.pagination li.page-item.more-page a.page-link,
.pagination li.page-item.active a.page-link,
.pagination a.page-link:hover {
    color: #fff;
    border-color: #fff;
}

#blog-content .pagination {
    margin: 0 auto 0;
}

nav.portfolio-pagination {
    margin: 0;
}



/*-----------------------------------
    02. Excluesive
------------------------------------*/

.single-exclusive {
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    margin: 4px 0;
}

.exclusive-content {
    padding: 30px 20px;
}

.exclusive-content h5 {
    display: inline-block;
}

.exclusive-content i {
    float: right;
    margin-top: 5px;
}

#exclusive .owl-dots {
    width: 120px;
    height: 100%;
    margin: 60px auto 0;
    text-align: center;
}

#exclusive .owl-dot {
    width: 20px;
    height: 6px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}




/*
===================================================================================
    05. Gallery Page
===================================================================================
*/

.gallery-load {
    display: none;
}

.gallery-item {
    position: relative;
}

.gallery-item figure img {
    display: block;
    margin: 0;
}

.gallery-item figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 15px;
}

.gallery-item figcaption h4,
.portfolio figcaption p {
    margin-bottom: -20px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.gallery-item figcaption p {
    font-size: 12px;
    color: #f9f9f9;
}

.gallery-item figcaption img {
    margin: 0 auto 20px;
}

.gallery-item figure:hover figcaption {
    opacity: .90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.gallery-item figure:hover figcaption h4,
.gallery-item figure:hover figcaption p {
    margin-bottom: 10px;
}

.gallery-popup {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    color: #fff;
}

.load-btn {
    padding: 15px 35px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 60px auto 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.load-btn:hover {
    background: #444;
    color: #fff;
}

.load-more {
    text-align: center;
}

.load-btn i {
    margin-right: 8px;
}

.gallery-item img {
    width: 100%;
}

.gallery-item figcaption img {
    max-width: 15%;
}




/*
===================================================================================
    06. Blog Pages
===================================================================================
*/

#blog-content {
    padding: 30px 0;
}

#blog-content article.blog-post {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin-bottom: 80px;
    float: left; 
}


#blog-content article.blog-post1{
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin-bottom: 80px;
}
#blog-content article.blog-post:last-child {
    margin-bottom: 0;
}

#blog-content .post-content {
    padding: 30px 60px;
}

#blog-content .post-title a {
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin-bottom: 16px;
    -webkit-transition: .3s;
    transition: .3s;
}

#blog-content .post-content {
    /* border-bottom: 1px solid #d3d6db; */
    float:left;
}

.post-content .content {
    font-size: 14px;
    margin-bottom: 16px;
}

#blog-content .post-content .continue-reading {
    font-size: 14px;
}

#blog-content ul.meta-info {
    padding: 15px 60px;
}

#blog-content ul.meta-info li {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
}

#blog-content ul.meta-info li i {
    margin-right: 10px;
}



/* Post Thumbnail Effects */

.blog-post .post-thumb {
    position: relative;
    float: left;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    margin-bottom: 16px;
}

.blog-post .post-thumb img {
    max-width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.blog-post .post-thumb .post-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
}

.blog-post .post-thumb .post-overlay a {
    color: #fff;
}

.blog-post .post-thumb .post-overlay a i {
    font-size: 50px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 50%;
    position: relative;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: inline-block;
}

.blog-post .post-thumb .post-overlay a i {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.blog-post .post-thumb .post-overlay:before {
    position: absolute;
    top: 30px;
    right: 50%;
    bottom: 30px;
    left: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    content: '';
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.single-blog-area .blog-post:hover .post-thumb img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-post:hover .post-thumb img {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.blog-post:hover .post-thumb .post-overlay i {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.blog-post:hover .post-thumb .post-overlay i {
    -webkit-transform: translate3d(-25%, -50%, 0);
    transform: translate3d(-25%, -50%, 0);
}

.blog-post:hover .post-thumb .post-overlay:before {
    background: rgba(255, 255, 255, 0);
    left: 30px;
    right: 30px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}


/*
===================================================================================
    07. Single Blog Page
===================================================================================
*/

.single-blog-area ul.meta-info {
    border-bottom: 1px solid #d3d6db;
}

.single-blog-area .post-title {
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin-bottom: 16px;
}

.single-blog-area .tag-share {
    padding: 10px 60px;
    border-bottom: 1px solid #d3d6db;
}

.tag-share ul.tags li a {
    margin-bottom: 0;
}

.single-blog-area ul.share-icon li {
    display: inline-block;
}

.single-blog-area ul.share-icon li a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
}

.single-blog-area ul.share-icon {
    text-align: right;
}

.post-comment-area .comment-author a {
    font-size: 16px;
    font-weight: 500;
}

.post-comment-area .comment {
    font-size: 14px;
}

.post-comment-area .media {
    border-bottom: 1px solid #d3d6db;
    padding: 30px 60px;
}

.post-comment-area .media-left {
    padding-right: 30px;
}

.post-new-comment {
    padding: 80px 60px;
}

.post-new-comment input,
.post-new-comment textarea {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid;
}

.post-new-comment .boxed-btn {
    margin-top: 30px;
}

.boxed-btn:hover {
    color: #fff!important;
    background: #300F7C;
}



/*
===================================================================================
    08. Contact Us Page
===================================================================================
*/

#contact-us-page {
    padding: 80px 0 80px;
}

.office {
    border-radius: 6px;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.office:hover {
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
}

.office .icon {
    font-size: 32px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.office h4 {
    margin-bottom: 20px;
}

.office ul li {
    font-size: 14px;
    font-weight: 500;
}

.office ul {
    margin-bottom: 20px;
}

ul.contact-social {
    margin-bottom: 0;
}

ul.contact-social li {
    display: inline-block;
}

ul.contact-social li a {
    display: block;
    padding-right: 15px;
}



/*
===================================================================================
    09. 404 page
===================================================================================
*/

#wrapper-404 {
    position: relative;
    height: 500px;
}

#wrapper-404 .inner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

#wrapper-404 .inner-content img {
    width: 200px;
}

#wrapper-404 .inner-content h1 {
    font-size: 70px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

#wrapper-404 .inner-content p {
    font-size: 18px;
    margin-bottom: 26px;
}
.single-blog-area .sidebar .widget h4{
    /* text-decoration: underline;
    text-underline-position: under; */
}
.single-blog-area .sidebar .widget .form-group .form-control:focus{
    border-bottom: 1px solid #ff7600;
}

.single-blog-area .sidebar .widget h4{
    border-width: 2px!important;
    width: 140px;
    /* border-color: #fff; */
    /* margin-top: -19px; */
    /* text-align: -webkit-left; */

    border-bottom: 1px solid;
}

/*truncate url*/

.text-truncate-url {

    display: block;

    width: 500px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}

.ajax-loader {

	width: 100%;

	height: 100%;

	position: fixed;

	z-index: 10000000;

	top: 0px;

	left: 0px;

	right: 0px;

	bottom: 0px;

	margin: auto;

	display: none;

}



.ajax-bg {

	opacity: 0.7;

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0px;

	background: rgb(0, 0, 0);

}

.ajax-wrapper {

	width: 250px;

	height: 75px;

	text-align: center;

	position: fixed;

	top: 0px;

	left: 0px;

	right: 0px;

	bottom: 0px;

	margin: auto;

	font-size: 16px;

	z-index: 10;

	color: rgb(255, 255, 255);

}

.text-primary {
    color: #005386!important;
}



/*side-nav-icon fix*/




header .is-sticky .logo{ 
    padding: 0px 0!important;
    } 


    
    .form-group.custom-selectize  .control-label{
        opacity: 1!important;
        transform: translate3d(6px, -14px, 0) scale(0.75)!important;
    }


    
    
.input-height{
 height: 35px;
}

/* .about-us-page .aboutus-page .heading-aboutus h4{
    font-size: 20px;
    padding: 25px;
} */


/* Box block */

.box-layout{
    display: block!important;
}
.box-block{
    /* border: 1px solid #fff; */
    background: rgba(0, 0, 0, 0.38) none repeat scroll 0 0;
    box-shadow: 0 0 0 1px #fff;
    padding: 45px 25px;
    margin-top: -237px;
    transition: all .5s ease-in-out; 
    display: block;
    min-width: 198x;
    min-height: 177px;
}




.box-block:hover{
   transform: scale(1.06)!important;
   /* background: #151414; */
   min-width: 210px;
   background: #000000d1;    
}
.box-block i{
    color:#fff; 
    font-size: 35px;
}

.box-content{
    color: #fff;
    font-size: 15px;
}
.box-content:hover{
    color: #fff;
} 
/* 
#overlay {
     position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
  } */


  .hover-overlay.overlay-active{
    position: absolute;
    top: 35px;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100.5%;
    z-index: 999;
    -webkit-box-shadow: inset 0px 0px 4000px 200px rgb(0, 0, 0);
    -moz-box-shadow: inset 0px 0px 4000px 200px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 4000px 150px rgb(0, 0, 0);
    transition: 1.1s ease-in-out;
  }

  .box-block.active{
      z-index: 999999;
      position: absolute;
  }
.slider-loan-type .col-md-15{
    padding: 0 15px;
}
.z-i-999{
    z-index: 999;
}


/* Partner-block */
.partner-block{
    padding-bottom: 50px;
}
.partner-block img{
    margin-bottom: 20px;
    margin-left: 5px;

}



/* Biruntha */

 
  a.book-now {
    border-radius: 25px;
}
.ratingslide .owl-item.active.center {
    display: block;
    transition-duration: 0.4s;
	    opacity: 1;
    transform: scale(1.1) !important;
}
.ratingslide .owl-item.active {
  
	    display: block !important;
    position: relative;
    transform: scale(0.9) !important;
    transition-duration: 0.3s;
    /* opacity: 0.6; */
}
.navbar-area {
    height: 80px!important;
    background: white;
}



/* footer css */

#footer-widgets {
    padding: 20px 0 20px 0 !important;
    clear: both;
    background: url(../../assets/img/footer-bg.jpg) no-repeat rgba(0, 0, 0, 0) !important;
    background-size: cover!important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    display: block;
    padding: 40px 0 0;
    width: 100%;
}

#footer-widgets .quicklinks ul li,
#footer-widgets .resources ul li {
    /* list-style: square; */
    padding-bottom: 10px;
}

#footer-copyright .icofont {
    font-size: 18px;
    padding-left: 20px;
}

#footer-widgets ul li a {
    color: white!important;
    /* opacity: 0.8; */
}

#footer-widgets ul li a:hover {
    color: #fff;
    opacity: 1;
}

.widget_pages ul li a,
.widget_pages p {
    color: #ccc !important
}

.footer-logo,
#footer-widgets .widget-title {
    margin-bottom: 8px;
}

#footer-widgets .widget_pages ul {
    padding-inline-start: 18px;
}

#footer-widgets .widget-social {
    padding-inline-start: 0px !important;
}

.widget_pages ul li {
    padding-bottom: 12px;
    list-style-type: square;
}

ul.widget-social li a.facebook {
    padding-right: 15px;
    font-size: 16px;
    color: #fff !important;
    transition: .3s;
    border: 1px solid #3d5b99;
    background: #3d5b99;
    padding: 9px 10px;
    border-radius: 50%;
    line-height: 6px;
    text-align: center;
}

ul.widget-social li a.twitter {
    padding-right: 15px;
    font-size: 16px;
    color: #fff !important;
    transition: .3s;
    border: 1px solid#5fa9dd99;
    background: #5fa9dd;
    padding: 9px 10px;
    border-radius: 50%;
    line-height: 6px;
    text-align: center;
}

ul.widget-social li a.linkedin {
    padding-right: 15px;
    font-size: 16px;
    color: #fff !important;
    transition: .3s;
    border: 1px solid #016fa8;
    background: #016fa8;
    padding: 9px 10px;
    border-radius: 50%;
    line-height: 6px;
    text-align: center;
}

ul.widget-social li a:hover {
    color: #fff !important;
    text-decoration: none;
}

#footer-widgets .main-links {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
}

#footer-widgets .main-links li {
    font-size: 14px;
    padding: 15px 35px;
    display: inline-flex;
    display: -ms-inline-flexbox;
    flex-wrap: wrap;
}

#footer-widgets .main-links li a {
    color: #fff;
}

#footer-widgets .main-links li a:hover {
    color: #2196f3;
    text-decoration: none;
}

#footer-widgets .nav-tabs {
    width: 100%;
    border-bottom: none;
}

#footer-widgets .nav-tabs li {
    padding: 1px 33px;
}

#footer-widgets .tab-content {
    border: 1px solid #5a698685;
    padding: 5px 10px;
    width: 100%;
}

#footer-widgets .nav-tabs>li>a {
    color: #fff;
}

#footer-widgets .tab-content li a {
    font-size: 12px;
    color: #fff;
}

#footer-widgets .tab-content li a:hover {
    color: #2196f3;
    text-decoration: none;
}

#footer-widgets .nav-tabs>li.active>a,
#footer-widgets .nav-tabs>li.active>a:focus,
#footer-widgets .nav-tabs>li.active>a:hover,
#footer-widgets .nav-tabs>li>a:hover {
    color: #555 !important;
}


/* #footer-widgets .tab-content li.active  a{
    background: #2196f3 ;
    color:#222;
}


#footer-widgets .nav-tabs li a,
#footer-widgets .tab-content li a{
    color:#fff;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: #2196f3 ;
    background-color: #fff;
    border: 1px solid #ddd;
} */

#footer-widgets .tab-content li {
    list-style-type: none;
    font-size: 14px;
    padding: 0px 20px;
    display: inline-flex;
    border-right: 1px solid #fff;
}

#footer-widgets .social-icons .icofont {
    background: #4c4c4c;
    border-radius: 4px;
    padding: 5px 5px;
    color: #fff;
    font-size: 15px;
}

#footer-widgets .social-icons .icofont:hover {
    background: #feba03;
}

/* b-home page css */

.orange {
    color: #FFC003!important;
    }
    .text-justify {
    text-align: justify!important;
    }
    .logo-main img{
    max-width: 55%;
    }
    .loan_sec{
    
    padding: 2px;
    
       }
    .grid{
    background: white;
    padding: 17px;
    text-align: center;
    align-items: center;
    }
    .overview h6{
    font-size: 13px;
    text-align: center;
    }
    .overview h3{
    text-align: center;
    color: #1A3562;
    }
    .overview{
    padding: 0px 20px 60px;
    }
    .overview h5{
    text-align: center;
    font-size: 23px;
    padding: 10px;
    color: #0374FF;
    }
    .border-right{
    border-right: 2px solid #300F7C;
    }
    .mt-25{
    margin-top: 25px;
    }
    .grid i{
    font-size: 28px;
    color: #FFBB04;
    }
    marquee.header-marquee{
    background: #300F7C;
    
    }
    marquee.header-marquee p{
    color: white;
    margin-left: 20px;
    padding: 5px;
    }
    .overview .fa:hover{
    animation: overviewicon 1s cubic-bezier(.36,.07,.57,.99) infinite;
    }
    .overview .fa:hover {
    animation: user 1s cubic-bezier(.36,.07,.57,.99) infinite;
    }
    @keyframes user {
    0% {
    transform: scale(1.5) skewX(0);
    }
    50% {
    transform: scale(1.5) skewX(12deg);
    }
    100% {
    transform: scale(1.5) skewX(0);
    }
    }
    .grid:hover{
    border: 2px solid #300F7C;
    }
    .grid i.fa.fa-ellipsis-h {
       font-size: 20px;
    border: 1px solid #FFBB04;
    border-radius: 50%;
    padding: 5px;
    width: 31px;
    height: 31px;
    }
    .grid span{
    position: relative;
    bottom: 3px;
    }
    .modal-body .col-md-4{
    border: 1px solid grey;
    padding: 20px;
    }
    .modal-body .col-md-4 i{
    color: #FFBB04;
    font-size: 30px;
    }
    .modal-body .col-md-4 h4{
    color: #300F7C;
    font-size: 12px;
    }
    .modal-content {
    position: relative;
    top: 33%;
    }
    .modal-body button{
    float: right;
    position: relative;
    bottom: 25px;
    left: 23px;
    background: red;
    width: 30px;
    height: 30px;
    }
    .modal-body button i{
    position: relative;
    bottom: 4px;
    right: 4px;
    }
    .overview1 h5 span{
       width:40px;
       height:40px;
       border: 1px solid #ffbb04;
     background: #ffbb04;
     color: white;
     padding: 6px;
     border-radius: 50%
    }
    
    .overview1 .border-right{
        border-right: 2px solid #ffbb04;
    }
    
    .overview1 .col-md-2{
    /*flex: 0 0 12%;*/
    /*max-width: 12%;*/
    }
    
    .stepwizard .col-md-2{
        flex: 0 0 11%;
    max-width: 11%;
    
    }
    
    
    .overview1 h5 span:hover{
       -webkit-transform: scale(1.2);
     transform: scale(1.2);
    }
    .overview1 h6{
    font-size: 12px;
    text-align: center;
    }
    .overview1 h3{
    text-align: center;
    color: #1A3562;
    }
    .overview1{
    padding: 0px 20px 60px;
    }
    .overview1 h5{
    text-align: center;
    font-size: 23px;
    padding: 10px;
    color: #0374FF;
    }
   
 
 
 
 
 .interest-rates h5{
    color: #300F7C;
    margin-bottom:10px;
    font-weight:bold;
 }
 
 
 .interest-rates table th{
    background:#300F7C;
    color: #fff;
    padding: 8px 13px;
 }
 
 .interest-rates table th{
    font-size:15px;
 }
 .interest-rates .table-striped  td{
    font-size:14px;
    border: 1px solid #2222223d;
    padding: 8px 10px;
 }
 
  .interest-rates table.table-bullet td{
      font-size:14px;
      padding: 6px 5px;
  }
  
   .interest-rates .table-bullet td a{
    color: #18375f;
    text-decoration: underline !important;
   }
 
 .our-news .border{
    border: 1px solid #cccccc91 !important;
     margin-bottom: 7px;
     border-radius:5px;
     padding-bottom: 7px;
 }
 
 
 .our-news span{
    color: #300F7C;
 }
 
 .our-news .white-bg p{
    font-size: 12px;
     line-height: 18px;
     margin-bottom: 1px;
 }
 
 
 
 .interest-rates table .fa{
    color: #300F7C;
    margin-right: 8px;
     font-size: 16px;
 }
 
 .our-partners .our-partner  img:hover{
    -webkit-transform: scale(1.2);
     transform: scale(1.2);
     /*border: 1px solid #2196f396;*/
 }
 
 
 .our-partners .our-partner img{
    /*border:1px solid #ccc;*/
    box-shadow: 0 0px 1px 0 rgba(0,0,0,0.2),0 1px 13px 0 rgba(0,0,0,0.19) !important;
    margin-bottom:20px;
    padding:10px 10px;
    transition: transform 2s;
 
 }
 
 
 
 .font-11{
    font-size:11px;
 }
 
 
 
 
 
 
 
 .white-bg {
     background: #fff;
 }
 
 .bg-grey{
    background:#f1eff4;
 }
 
 
 
 
 .assign-loan-process .loan-process-block  p{
    font-size:12px;
   /* color: #2196f3; */
 }
 
 .assign-loan-process .col-md-4{
    padding:14px 30px  18px 25px;
 }
 
 
 .assign-loan-process .loan-process-block{
    /* background:#2196f3;
    color:#fff;
    font-size: 50px;
    padding: 20px 10px; */
 
 
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
 
     color: #300F7C;
     font-size: 50px;
     /* padding: 20px 10px; */
 
     border-radius: 5px;
 
 
 }
 
 /*.assign-loan-process .loan-process-block:hover  p{
    color:#2196f3;
 }*/
 
 
 .assign-loan-process .loan-process-block:hover{
    border: 1px solid #ccc;
    /*box-shadow:0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);*/
     background: #fff;
    color:#300F7C;
    box-shadow:0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
 
 
 }
 
 
 
 
 
 
 
 .fancy {
     line-height: 2.5;
     text-align: center;
 }
 
 .fancy span {
     display: inline-block;
     position: relative;
     margin-bottom: 20px;
     line-height: .8;
     color: #300F7C;
     font-weight: bold;
     font-size: 18px;
 }
 
 .fancy span:before, .fancy span:after {
     content: "";
     position: absolute;
     height: 5px;
     border-bottom: 3px solid #300F7C;
     top: 3px;
     width: 10%;
     color: #300F7C;
 }
 
 .fancy span:before {
     right: 100%;
     margin-right: 15px;
 }
 
 .fancy span:after {
     left: 100%;
     margin-left: 15px;
 }
 
 
 .border-right-dotted{
    border-right: 1px dotted #222;
 }
 
 
 /*nav page css*/

.navbar-area .apply{
background:red;
color:white;
padding:6px 12px;
border-bottom-left-radius: 16px;
border-bottom-right-radius: 16px;
border-top-left-radius: 16px;
border-top-right-radius: 16px;

}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
    border: 1px solid #300F7C;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #ffffff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #300F7C;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white !important;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



/*new loan css*/

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
   margin-top: 50px;
    margin-bottom: 25px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 30px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    border: 1px dotted #300f7c;
    z-order: 0;

}

.stepwizard-step {
    /*display: inline-grid;*/
    display: inline-table;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.stepwizard .item{
	    width: 60px;
    height: 60px;
		background:white;
		text-align:center;
		border-radius:100%;
		position:relative;
		box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
		 display: flex;
  align-items: center;
  justify-content: center;
      margin: 0 auto 15px;
	         color: #fff !important; 
    background: #300F7C;
    /* border: 4px solid #fff; */
}

.stepwizard .item .fa{
	    font-size: 20px;
    text-align: center;
}

.stepwizard .item:hover{
	    background: #fff;
    /* margin-top: -10px; */
    top: -10px;
    color: #300F7C !important;
    border: 5px solid #300F7C;
}


.blue-txt-primary{
color:#300F7C !important;
}

.password-otp-block .blue-txt-primary{
    text-decoration:underline !important;
}





.new-loan .card{
box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.2);

}



.new-loan  .card-top.card{
box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.2);
border-top-color: #ffc82a;
    border-right-color: #ffbd0a;
    border-bottom-color: #300F7C;
    border-left-color: #300F7C;
    border-width: 6px;
   
    transition: 1s ease;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: 15px;
}

.new-loan .card-top .home-documents{
     background: #300F7C;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 5px;
    border-top-left-radius: 90px;
}


.new-loan .home-documents{

    background: #300F7C;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 5px;
    
}

.new-loan .card .btn-primary{
font-size: 11px;
background-color: #300F7C !important;
border-color: #300F7C !important;
}


.new-loan .home-documents{
background: #300F7C;

}

.new-loan .card .fa{
    vertical-align: baseline;
    font-size: 15px;
    margin-left: 5px;
    margin-top: 6px;
}



.new-loan .section-padding{
    padding: 35px 15px;
}

.new-loan{
    margin-top:30px;
}

.new-loan .card-top img{
    /*padding:30px;*/
    height:23px !important;
}

.new-loan  .bg-lightgrey{
	/* background:#f7f7f7; */
	      background-color: #d1e3e5;
    background-image: linear-gradient(315deg, #d1e3e5 0%, #f2f6f9 74%);
}

.line-height-methodology {
    line-height: 24px;
    color:#545457;
}



.new-loan .circle li:before {
    content: "";
    counter-increment: list-counter;
    width: 1em;
    height: 1em;
    padding: 3px;
    margin-right: 1em;
    border-radius: 50%;
    border: 5px solid #300f7c;
    background: #fff;
    color: #fff;
    /* font-family: arial; */
    /* font-weight: bold; */
    text-align: center;
    display: inline-block;
    font-size: 8px;
    top: 2px;
    position: relative;
}


.new-loan .circle li {
    margin: 15px 0;
}


.new-loan .faq .card-header{
    background-color:  #300F7C;
    padding: 5px 10px;
        cursor: pointer;
}

.new-loan .faq .card{
    margin-top: 7px;
}

.new-loan .faq .card-header h5{
color:#fff;
    font-size: 13px;
    margin-top: 5px;
}



 

.flip-card {
    background-color: transparent;
    /* width: 300px; */
    height: 200px;
    perspective: 1000px;
        margin-bottom: 15px;
  }
  
  
  .flip-card1 {
    background-color: transparent;
    width: 300px;
    height: 200px;
    perspective: 1000px;
    margin-bottom: 15px;
}
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border:1px solid #ffbc05;
  }
  
   .flip-card1:hover .flip-card-inner {
    transform:none;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

.flip-card-back p{
    color:#fff;
    font-size: 11px;
}

  
  .flip-card-front {
    /* background-color: #bbb; */
    color: black;
  }

    
  .flip-card-front h5{
      font-size:13px;
      margin-top:5px;
  }
  
  .flip-card-back {
    background-color: #300F7C;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    padding: 10px 10px;
  }

  .mission-img img {
    /* width: 250px; */
    /* padding: 10px 10px; */
    width: 100%;
    padding: 10px 10px;
    height: 155px;
}
 
.search-form .input-group-prepend >.input-group-text{
    background: #fff;
    font-size: 13px;
}

.search-form .fa{
    color: #300F7C;
}


.new-form-loan .form-group{
    padding-top: 3px !important;
}

.new-form-loan .input-group{
    display: block;
}
.new-loan .homeloan p{
    font-size: 15px;
    font-family: 'Yantramanav', sans-serif;
    line-height: 1.78;
}
.new-loan .circle li span {
    font-size: 15px;
    font-family: 'Yantramanav', sans-serif;
    color: #545457;
}
.new-loan .key_feature h6{
        color: #545457;
}
.new-loan .document-list li:hover{
      color: #300F7C;
}
.home-loan-document .document-img{
    width:100%;
    height:548px;
}
.main-menu ul li:hover ul{
    display:inline-flex;
}
.main-menu ul li ul{
    width:609px!important;
} 
.main-menu ul li ul.doctor-loan{
    width:309px!important;
}


/* Basic appearance stuff ends here */

/* Parallax Horizontal Scroller - by Bree Dulmage, 2020 */
#proparallax {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 29.9rem;
  border: 3px solid #ffbb04;
}	

#proparallax img {
	position: absolute;
	width: 50rem;
	height: 29.9rem;
	overflow: hidden;
    object-fit: cover;
  
}

@keyframes parallax_one { /* controls img.one movement */
	0% { /* .imageloaded */
		height: 37.5rem;
		width: 50rem;
		left: 0rem;
		opacity: 1;
	}
	/* .imagehold runs from 0 to 27.77% */
	27.77% { /* .imageloaded */
		width: 50rem;
		left: 0rem;
	}
	27.78% { /* .imagepreunload */
		width: 50rem;
		left: 0rem;
		right: 50rem;
	}
	33.33% { /* .imageunloaded */
		height: 37.5rem;
		width: 0rem;
		left: 0rem;
		right: 0rem;
		opacity: 1;
	}
	33.34% { /* imageoff */
		opacity: 0;	
	}
	94.43% { /* .imageon */
		left: 0rem;
		opacity: 0;
	}
	94.44% { /* .imageinitial */
		height: 37.5rem;
		width: 0rem;
		left: 50rem;
		opacity: 1;
	}
	100% { /* .imageloaded */
		width: 50rem;
		left: 0rem;
		opacity: 1;		
	}
}

@keyframes parallax_two { /* controls img.two movement */
	0% { /* .imageoff */
		opacity: 0;
	}
	27.77% { /* .imageon */
		left: 0rem;
		opacity: 0;
	}
	27.78% { /* .imageinitial */
		width: 0rem;
		height: 37.5rem;
		left: 50rem;
		opacity: 1;
	}
	33.33% { /* .imageloaded */
		width: 50rem;
		left: 0rem;
	}
	/* .imagehold runs from 33.34% - 61.10% */
	61.10%{ /* .imageloaded */
		width: 50rem;
		left: 0rem;
	}
	61.11% { /* .imagepreunload */
		width: 50rem;
		left: 0rem;
		right: 50rem;
	}
	66.67% { /* .imageunloaded */
		width: 0rem;
		right: 0rem;
		left: 0rem;
		height: 37.5rem;
		opacity: 1;
	}
	66.68% { /* .imageoff */
		opacity: 0;
	}
	100% { /* .imageoff */
		opacity: 0;
	}
}

@keyframes parallax_three { /* controls img.three movement */
	0% { /* .imageoff */
		opacity: 0;
	}
	61.10%{ /* .imageon */
		opacity: 0;
	}
	61.11% { /* .imageinitial */
		width: 0rem;
		height: 37.5rem;
		left: 50rem;
		opacity: 1;		
	}
	66.67% { /* .imageloaded */
		width: 50rem;
		left: 0rem;
	}
	/* .imagehold runs from 66.67% - 94.43% */
	94.43% { /* .imageloaded */
		width: 50rem;
		left: 0rem;
	}
	94.44% { /* .imagepreunload */
		width: 50rem;
		left: 0rem;
		right: 50rem;
	}
	100% { /* imageunloaded */
		width: 0rem;
		right: 0rem;
		left: 0rem;
		height: 37.5rem;
		opacity: 1;
	}
}

#proparallax img.one{
	animation-name: parallax_one; /* controls img.one movement */
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 18s;
	animation-direction: forwards;
	object-fit: cover;
}

#proparallax img.two {
	animation-name: parallax_two; /* controls img.two movement */
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 18s;
	animation-direction: forwards;
	object-fit: cover;
}

#proparallax img.three {
	animation-name: parallax_three; /* controls img.three movement */
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 18s;
	animation-direction: forwards;
	object-fit: cover;
}
table.current-interest-rate {
    border-collapse: separate;
    border-spacing: 0 8px;
}
table.current-interest-rate tr{
    background-color: rgba(0,0,0,.05);
}

table.current-interest-rate 

th
{
    border: 1px solid white;
}

.header-slider figure{
    margin:0 0 0rem;
}
.interest-rates{
    /*margin-top:-7px;*/
}
h3.section-title {
    color: #300F7C;
}

.title-border{
    border-bottom: 3px solid #ffbb04;
   width: 80px;
    margin: auto;
}
.owl-dot.active{
    display: block;
    width: 10px;
    height: 10px;
    background: #ffbb04;
    border-radius: 50%;
    border: 1px solid #ffbb04;
}
.owl-dot{
    display: block;
    width: 10px;
    height: 10px;
    margin-right:5px;
    
    border-radius: 50%;
    border: 1px solid #ffbb04;
}
.owl-dots{
        display: flex;
    position: relative;
    bottom: 25px;
    /*left: 50%;*/
}
.new-loan .circle1 li:before {
    content: "";
    counter-increment: list-counter;
    width: 6em;
    height: 6em;
    padding: 3px;
    margin-right: 1em;
    border-radius: 50%;
    border: 5px solid #1b9ed9;
    background: #fff;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 8px;
    top: 11px;
    position: relative;
    z-index: 1;
}
.new-loan .circle1 li span:nth-child(1) {
    position: relative;
    right: 46px;
    color: #ffbb04;
    top: -7px;
    z-index: 1;
}

/*drop code*/
.drop {
display: inline-block;
    background: #300F7C;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    color: #0F0;
}
.drop:before {
      content: "";
position: absolute;
    top: -1%;
    left: 88%;
    border: 20px solid transparent;
    border-bottom: 29px solid #300F7C;
    transform: rotate(90deg);
}
.home-loan-document .documents{
    /*border-left: 2px solid #ffbb04;
    border-right: 2px solid #ffbb04;
    border-bottom: 2px solid #ffbb04;*/
}
.home-loan-document .home-documents{
    font-size: 16px;
}
.home-loan-document .documents h4{
     font-size: 15px;
}
.home-loan-document .documents li{
     font-size: 13px;
}
.contact-details .icon-overlay span i{
    background: #300F7C;
    color: white;
    padding: 15px;
    border-radius: 50%;
    font-size: 25px;
   border: 3px solid #ffbb04;
}
.contact-details .icon-overlay span i:hover{
background: #ffbb04;
    color: white;
    border: 3px solid #300F7C;
}
.contact-details .icon-overlay h4{
    color: #ffbb04;
}
.contact-details .icon-overlay h5{
    font-size: 14px;
}

.px-17{
    padding-left:17px!important;
    padding-right:17px!important;
}
section.contact-details {
    border-bottom: 1px solid grey;
}
.contact-form-img{
    margin-top:100px;
}
button.boxed-btn {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.boxed-btn:hover {
   
    background: white;
    border:1px solid #300F7C;
    color: #300F7C!important;
}
#contact-us-page{
    background: #67ac95;
}
#contact-us-page .input-group-prepend >.input-group-text{
    color: #ffbb04!important;
    background: #ffffff!important;
}
.partner-slider img{
    filter:grayscale(100);
    opacity:0.5;
}
.partner-slider img:hover{
    filter:unset!important;
    opacity:unset!important;
}



.f15{
    font-size:15px !important;
}




    
    
    .loan-details .form-check.form-check-inline{
   padding: 2px 5px 2px 27px!important;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    /* color: #ccc; */
     margin-right: 7px;  
}



.loan-details .floating-label .form-group{
    padding-top: 19px;
}


.active-label {
    border: 1px solid #300f7c!important;
    color: #18375f!important;
}


    .new-loan .document-list li:hover{
      color: #300F7C;
}
.p-17{
    padding:17px;
}
.sub-list li{
    list-style:circle;
}
.sub-list li:before{
    display:none!important;
}


/*documetn-detail add css 2020*/
.document-details .nav-tabs .nav-item{
    width: 50%;
    text-align: center;
}

.document-details .nav-tabs{
        margin-bottom: 10px;
}

.document-details .tab-content .document-icon .fa {
   background: #300F7C;
    border: 1px solid #300F7C;
    color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 19px;
    text-align: center;
    padding: 14px 10px;
    align-items: center;
    margin-right: 15px;
}

.document-details .tab-content>.active{
    /*padding: 25px;*/
    /*position: relative;*/
    /*border-radius: 20px;*/
    /*border: 1px solid #e9e9ea;*/
    /*border-left: 8px solid #ffbb04;*/
}

.document-details .box-shadow{
        /*box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);*/
        
            position: relative;
    border-radius: 12px;
    border: 1px solid #e9e9ea;
    border-left: 8px solid #ffbb04;
}

.document-details .nav-tabs .nav-link{
    color: #fff;
    font-weight: bold;
    border:none;
    background: #808080d6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



/*.document-details .nav-tabs .nav-link.active {*/
/*    display:block;*/
/*}*/

/*.arrow-icon{*/
/*    display:none;*/
/*        content: "";*/
/*    width: 0;*/
/*    height: 0;*/
/*    position: absolute;*/
/*    bottom: 80%;*/
/*    right: 74%;*/
/*    border-width: 0px 9px 42px 8px;*/
/*    border-style: solid;*/
/*    border-color: rgb(0 114 255) transparent;*/
/*    transform: rotateX(112deg);*/
/*}*/



/*.document-details .nav-tabs .nav-item .nav-link.active:after{*/


.document-details .nav-tabs .nav-item .nav-link.active:after{
    /*    content: "";*/
    /*width: 0;*/
    /*height: 0;*/
    /*position: absolute;*/
    /*bottom: 80%;*/
    /*right: 74%;*/
    /*border-width: 0px 9px 42px 8px;*/
    /*border-style: solid;*/
    /*border-color: rgb(0 114 255) transparent;*/
    /*transform: rotateX(112deg);*/
    
    
    
    
    width: 0;
    height: 0;
    position: absolute;
    /* bottom: 80%; */
    /* right: 74%; */
    border-width: 0px 10px 42px 8px;
    /* border-style: solid; */
    border-color: rgb(0 114 255) transparent;
    /* transform: rotateX(112deg); */
    content: '\25bc';
    top: 36px;
    color: #300F7C;
    /* left: 24%; */
    font-size: 24px;
    margin-left: -75px;
}






.document-details .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #300F7C;
    /*border-top-left-radius: 15px;*/
}

.document-details .tab-content  .text h5{
    font-size:14px;
    
}

.document-details .tab-content  .d-flex  p{
   font-size:14px;
    margin-bottom:15px; 
}


.floating-label .data-dz-errormessage{
       top: -87px;
    left: 0px;
}

.responsive{
    margin-bottom:10px;
}

.new-loan.loan-details .homeloan img{
        padding:0px 30px 10px;
    }




