
/*
*******************************************
*******************************************

Template Name: Finance - Consulting Business, Finance HTML5 Template
Author: Hassan Rasu
Version: 1.0
Template By: Themescare

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - PAGINATION CSS
04 - BREADCROMB CSS
05 - SITE PRELOADER CSS
06 - BTN TO TOP CSS
07 - REPONSIVE MENU CSS
08 - HEADER TOP CSS
09 - MAIN HEADER CSS
10 - MAIN SLIDER CSS
11 - SERVICE AREA CSS
     11.1 - HOME PAGE 2 STYLE
12 - ABOUT AREA CSS
13 - PROJECT AREA CSS
14 - QUOTES AREA CSS
15 - CORE SERVICE CSS
16 - FAQ CSS
17 - TESTIMONIAL CSS
18 - TEAM CSS
19 - FOOTER AREA CSS
20 - ABOUT PAGE CSS
21 - SINGLE SERVICE PAGE CSS
22 - PROJECT PAGE CSS
23 - SINGLE PROJECT PAGE CSS
24 - DEFAULT NEWS CSS
25 - NEWS LIST CSS
26 - NEWS GRID CSS
27 - NEWS SIDEBAR CSS
28 - SINGLE NEWS PAGE CSS
29 - SHOP PAGE CSS
30 - SINGLE SHOP PAGE CSS
31 - CART PAGE CSS
32 - CHECKOUT PAGE CSS
33 - MYACCOUNT PAGE CSS
34 - CONTACT PAGE ONE CSS
35 - CONTACT PAGE TWO CSS
36 - CONTACT PAGE THREE CSS

*/


/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,700i');

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');



/*================================================
02 - DEFAULT CSS
==================================================*/ 

body {
    font-size: 15px;
    line-height: 26px;
    color: #555;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}
html,body { 
    height: 100%;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto
}


/* Common alignment for all pages / all sections */
.container,
.container-fluid > .container {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Tablet */
@media (max-width: 1199px) {
    .container,
    .container-fluid > .container {
        max-width: 970px;
    }
}

/* Small tablet */
@media (max-width: 991px) {
    .container,
    .container-fluid > .container {
        max-width: 750px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .container,
    .container-fluid > .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.finance-btn:before {
    background: #009688  none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
        transform: scaleX(0);
    -webkit-transform-origin: 50% 0 0;
        transform-origin: 50% 0 0;
    -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    z-index: -1;
    width: 100%
}
.finance-btn:hover:before{
    -webkit-transform: scaleX(1);
        transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.finance-btn{
    -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    border: 3px solid #009688 ;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
    -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}
.finance-white-btn:before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
        transform: scaleX(0);
    -webkit-transform-origin: 50% 0 0;
        transform-origin: 50% 0 0;
    -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    z-index: -1;
    width: 100%;
    color: #000 !important
}
.finance-white-btn:hover:before{
    -webkit-transform: scaleX(1);
        transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    color: #000 !important
}
.finance-white-btn{
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border: 3px solid #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    font-weight: 500;
    margin-top: 40px;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
    color: #fff
}
.finance-section-title-center{
    text-align: center
}
.finance-section-title-center > .title-line{
    margin: 0 auto
}
.finance-section-title, .finance-section-title-center {
    margin-bottom: 30px;
    position: relative
}
.finance-section-title > img {
    height: auto;
    left: 100px;
    opacity: 0.23;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=23)";
    position: absolute;
    top: -14px;
    width: 85px;
    z-index: -1;
}
.finance-section-title > h3, .finance-section-title-center > h3 {
    color: #444444;
    font-family: "Poppins",sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.title-line {
    background: #ed0500 none repeat scroll 0 0;
    height: 3px;
    width: 100px;
}



h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
a{
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: inherit
}
a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit
}
a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit
}
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
.section_100 {
    padding: 100px 0;
}
.section_70 {
    padding: 70px 0;
}
.section_50 {
    padding: 50px 0;
}

.section_home_blog_50 {
    padding: 50px 0 0 0;
}

.section_40 {
    padding: 40px 0;
}

.section_15{
    padding: 15px 0
}
.section_10{
    padding: 10px 0
}
.section_25{
    padding: 25px 0
}
.section_t_100{
    padding-top: 100px
}
.section_b_70{
    padding-bottom: 70px
}
.section_70{
    padding: 70px 0
}

/*================================================
03 - PAGINATION CSS
==================================================*/ 

.pagination {
    margin: 50px 0 0;
}
.pagination-box {
    text-align: center;
}
.pagination a {
    color: #555 !important;
    border: 1px solid #009688  !important
}
.pagination .active > a, .pagination a:hover {
    background: #009688 none repeat scroll 0 0 !important; 
    color: #fff !important
}


/*================================================
04 - BREADCROMB CSS
==================================================*/ 
.finance-breadcromb-area {
    /*background: #eee none repeat scroll 0 0;*/
   /* background: #eee none repeat scroll 0 0;*/

    background: #eed none repeat scroll 0 0;
}
.breadcromb-left {
    text-align: left;
}
.breadcromb-right {
    text-align: right;
}
.breadcromb-left > h3 {
    color: #555;
    font-size: 25px;
    text-transform: capitalize;
}
.breadcromb-right li {
    display: inline-block;
    margin: 0 3px;
    text-transform: capitalize
}
.breadcromb-right a {
    color: #000;
}
.breadcromb-right a i{
    margin-right: 5px;
    color: #ef0307;
    /*color: #009688; */
}
.breadcromb-right a:hover{
   /* color: #009688; */
   color: #ef0307;
}



.breadcromb-right-new li {
    display: inline-block;
    margin: 0 3px;
    text-transform: capitalize
}
.breadcromb-right-new a {
    color: #000;
}
.breadcromb-right-new a i{
    margin-right: 5px;
    color: #009688 
}
.breadcromb-right-new a:hover{
    color: #009688 
}

.breadcromb-right1.breadcromb-right-new {
    margin-top: 10px !important;
    margin-bottom: 0;
}


/*================================================
05 - SITE PRELOADER CSS
==================================================*/

.finance-site-preloader {
   /* background: #009688 none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;*/

     position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /*background: #0075b7;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  
}
.sk-cube-grid {
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    -webkit-transition: .5s;
    transition: .5s;    
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    } 
}

/*================================================
06 - BTN TO TOP CSS
==================================================*/

.btntoTop:before {
    color: #fff;
    content: "";
    display: inline-block;
    font: 20px "FontAwesome";
    vertical-align: middle;
}
.btntoTop {
    background-color: #f30107;
    border: 2px solid #f30107;
    border-radius: 2px;
    bottom: 30px;
    cursor: pointer;
    height: 44px;
    line-height: 36px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    right: 70px;
    text-align: center;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    width: 44px;
    z-index: 999;
}
.btntoTop.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.btntoTop.active:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #009688;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.btntoTop.active.btntoTop:hover:before {
    color: #009688;
}

/*================================================
07 - REPONSIVE MENU CSS
==================================================*/ 
.finance-responsive-menu{
    display: none;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}
.slicknav_nav a{
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #000
}
.slicknav_menu {
    background: transparent;
}
.slicknav_menutxt {
    display: none !important;
}
.slicknav_arrow {
    float: right;
    color: #000
}
.slicknav_nav a:hover{
    border-radius: 0;
}
.slicknav_nav .slicknav_row:hover{
    border-radius: 0
}
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
    background: #009688 none repeat scroll 0 0;
    color: #fff !important
}
.slicknav_nav li {
    border-bottom: 1px solid #aaa;
}
.slicknav_nav li:last-child{
    border-bottom: 0px solid #aaa
}
.slicknav_menu ul li a i {
    display: none;
}
.slicknav_nav {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #009688 ;
}
.slicknav_btn{
    margin-bottom: 15px;
    margin-right: 20px;
    background-color: #000 !important;
    line-height: 0;
    margin-top: 20px
}
.slicknav_menu .slicknav_icon {
    float: none !important;
    margin: 0
}
.slicknav_icon-bar {
    height: 3px !important;
    margin: 5px 0;
    width: 30px !important;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff ;
}

/*================================================
08 - HEADER TOP CSS
==================================================*/ 

.finance-header-top-area {
    background: #212121 none repeat scroll 0 0;
    color: #eee
}
.header-top-language > p {
    display: inline-block;
    text-transform: capitalize
}
.header-top-language .dropdown {
    color: #000;
    display: inline-block;
    padding-left: 10px;
}
.header-top-language > .dropdown > #dropdownlang {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-size: 13px;
    font-weight: 500
}
.dropdown-menu {
    margin-left: 10px;
    min-width: 105px;
}
.dropdown-menu > li {
    border-bottom: 1px dashed #999;
    cursor: pointer;
    padding: 0px 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.dropdown-menu > li:last-child{
    border-bottom: 0px dashed #999;
}
.dropdown-menu > li:hover{
    color: #0d9587 
}
.header-top-right {
    float: right;
}
.single-top-right {
    display: inline-block;
    padding-right: 25px;
    margin: 0
}
.single-top-right > p {
    display: inline-block;
    margin-left: 10px;
}

/*================================================
09 - MAIN HEADER CSS
==================================================*/



header .finance-logo:before {
    /*background: #009688  none repeat scroll 0 0;*/

    /*background: #fb1114  none repeat scroll 0 0;*/
    /*background: #eee  none repeat scroll 0 0;*/

    content: " ";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg);
    width: 2000px;
    z-index: 999;

    
}
header .finance-logo {
    height: 100%;
    margin: 0;
    /*padding: 26px 30px 26px 0;*/
    /*padding: 10px 9px 10px 0px;*/
    padding: 7px 9px 7px 0px;

    
    position: relative;
}
.finance-logo > a > img {
    position: relative;
    z-index: 9999;
        width: 80%;
}
.finance-mainmenu ul {
    text-align: right;
}
.finance-mainmenu ul li {
    display: inline-block;
    position: relative
}
.finance-mainmenu ul li a {
    color: #000;
    display: block;
    padding: 42px 10px;
    text-transform: capitalize;
    font-size: 16px
}
.finance-mainmenu ul .current-page-item > a, .finance-mainmenu ul li a:hover {
    color: #f8020d !important;
}
.finance-mainmenu ul li ul{
    background:#2b2c36 none repeat scroll 0 0;
    border-top: 5px solid #f8020d;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 100%;
    -webkit-transform:scaleY(0);
            transform:scaleY(0);
    -webkit-transform-origin: 50% 0 0;
            transform-origin: 50% 0 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    visibility: hidden;
    width: 215px;
    text-align: left;
    z-index: 99
}
.finance-mainmenu ul li:hover ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform:scaleY(1);
            transform:scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .85, .92);
            transition-timing-function: cubic-bezier(.52, 1.64, .85, .92)
}
.finance-mainmenu ul li:nth-last-child(-n+2) ul {
    left: auto;
    right: 0;
}
.finance-mainmenu ul li ul li {
    border-bottom: 1px solid #555;
    display: block;
}
.seacrh_li{
    display: block
}
.finance-mainmenu ul li ul li:last-child {
    border-bottom: 0px solid #555;
}
.finance-mainmenu ul li ul li a {
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
    color: #fff !important
}



.finance-mainmenu ul li ul li a:hover{
    /*background: #009688 none repeat scroll 0 0;*/
    background: #f8020d none repeat scroll 0 0;
    color: #fff !important;
}
.finance-mainmenu ul li:hover a{
    color: #2b2c36
}
.search_icon {
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 30px 10px;
}
.modal-dialog {
    margin: 135px auto;
    width: 500px
}
.modal-header {
	border-bottom: 1px solid transparent;
	padding: 10px;
}
.search_box_container > form {
    border: 1px solid #ddd;
    height: 45px;
    position: relative;
}
.search_box_container button {
    background: #009688  none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff
}
.search_box_container button:hover{
    background: #018175 none repeat scroll 0 0;
}
.search_box_container input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    width: 100%;
    color: #000;
    padding: 5px 100px 5px 10px
}
.modal-header i {
    font-size: 15px;
}
.modal {
    background: rgba(11, 11, 11, 0.47) none repeat scroll 0 0;
}
.sticky {
    background: #fff none repeat scroll 0 0;
    /*position: static;
*/    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.stuck {
    min-height: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1041;
    box-shadow: 7px 0px 7px #aaa 
}


/* .youtube-short-video {
    height: 260px;
  } */

  /*iframe.youtube-short-video {
    width: 100%;
    aspect-ratio: 9 / 16;   
    border-radius: 10px;
}
.youtube-short-video {
  width: 100%;
  height: 320px;
  border-radius: 10px;
}*/


/*================================================
10 - MAIN SLIDER CSS
==================================================*/

/*.slide-item-1 {
    background: rgba(0, 0, 0, 0.3) url("img/slider.jpg") repeat scroll 0 0;
}
.slide-item-2 {
    background: rgba(0, 0, 0, 0.3) url("img/slider2.jpg") repeat scroll 0 0;
}


.slide-item-1 {
    background: rgba(0, 0, 0, 0.3) url("../img/slider.jpg") repeat scroll 0 0;
}
.slide-item-2 {
    background: rgba(0, 0, 0, 0.3) url("../img/slider2.jpg") repeat scroll 0 0;
}
.finance-main-caption{
    background: rgba(26, 26, 26, 0.45) none repeat scroll 0 0
}*/
.finance-main-slide {
    /*background-color: #eee;*/
    background-position: center center;
  /*  background-size: cover;
    height: 560px;*/
}
.finance-main-caption{
    display: table;
    height: 100%;
    width: 100%;
}
.finance-caption-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.finance-main-caption h4 {
    color: #fff;
    font-family: "Playfair Display",serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.finance-main-caption h2 {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.finance-main-caption p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 20px 0;
    text-transform: capitalize;
}
.finance-main-caption a {
    margin: 0 5px;
}
.finance-slide .owl-nav > .owl-prev{
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.finance-slide:hover .owl-nav > .owl-prev{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.finance-slide .owl-nav > .owl-next{
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    
}
.finance-slide:hover .owl-nav > .owl-next{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.finance-slide .owl-prev {
    background: #cc0a12 none repeat scroll 0 0 ;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 27px !important;
    height: 50px;
    line-height: 39px;
    position: absolute;
    top: 45%;
    left: 3%;
    width: 50px;
    padding: 5px;
    text-align: center
}
.finance-slide .owl-next {
    background: #212121 none repeat scroll 0 0 ;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 27px !important;
    height: 50px;
    line-height: 39px;
    position: absolute;
    top: 45%;
    right: 3%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    padding: 5px;
    text-align: center
}
.finance-slide .owl-prev:hover, .finance-slide .owl-next:hover{
    background: #fcbf01 none repeat scroll 0 0;
    color: #fff;
}

/*================================================
11 - SERVICE AREA CSS
==================================================*/

.finance-service-area {
    margin-top: -75px;
}
.service-box {
    background: #fff url("../img/service-left.jpg") no-repeat scroll -50px 0px;
    padding: 50px 0;
    position: relative;
    z-index: 999;
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.26)
}
.service-left {
    padding: 20px 35px 0;
    width: 315px;
}
.service-right {
    margin-top: 0px;
    padding-left: 0px;
}   
.service-left > h3 {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    color: #fff
}
.service-left > p{
    color: #fff
}
.single-service {
    margin: 40px 0;
    padding-right: 30px;
}
.single-service > img {
    float: left;
}
.service-text {
    margin-left: 65px;
}
.service-text > h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px
}

/*================================================
11.1 - HOME PAGE 2 STYLE
==================================================*/
.finance--home2-service-area {
    background: #f9f9f9 none repeat scroll 0 0;
}
.head-service-right > h3 {
    background: #3db8db none repeat scroll 0 0;
    color: #fff;
    padding: 20px 40px;
    text-transform: capitalize;
}
.head-service-right > form {
    padding: 20px 40px;
}
.head-service-right input {
    border-color: currentcolor currentcolor #ddd;
    border-style: none none solid;
    border-width: 0 0 1px;
    height: 50px;
    padding: 5px 10px;
    width: 100%;
}
.head-service-right form p textarea {
    border-color: currentcolor currentcolor #ddd;
    border-style: none none solid;
    border-width: 0 0 1px;
    height: 110px;
    width: 100%;
}
.head-service-right p {
    margin: 5px 0;
}
.head-service-right {
    background: #fff none repeat scroll 0 0;
    margin-top: -136px;
    position: relative;
    z-index: 9;
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.26)
}
.head-service-right button {
    background: #009688 none repeat scroll 0 0;
    border: 1px solid #009688;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    margin-top: 30px;
    padding: 12px 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.head-service-right button:hover {
    background: #0b776d none repeat scroll 0 0;
}
/*================================================
12 - ABOUT AREA CSS
==================================================*/
.about-left > h3 {
    color: #354a6b;
    font-family: "Playfair Display",serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 20px;
}
.about-right {
    display: block;
    overflow: hidden;
    position: relative;
}
.about-right > a > img {
    height: auto;
    transform: scale(1);
    transition-duration: 1200ms;
    transition-timing-function: ease-out;
    width: 100%;
}
.about-right:hover .about-right-overlay {
    opacity: 1;
    visibility: visible;
}
.about-right:hover img {
    transform: scale(1.1);
}
.about-right-overlay {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
}
/*================================================
13 - PROJECT AREA CSS
==================================================*/

.finance-project-area {
    background: #f9f9f9 none repeat scroll 0 0;
}
.project-text {
    background: #fff none repeat scroll 0 0;
    border-bottom: 4px solid #0d9587;
    box-shadow: 3px 0 29px rgba(49, 49, 49, 0.43);
    margin-bottom: 30px;
    margin-left: 50px;
    margin-top: -150px;
    padding: 25px 40px;
    width: 35%;
}
.single-project-slide > img {
    position: relative;
    z-index: -1;
}
.project-text > h3 {
    color: #10242b;
    font-size: 19px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    margin-bottom: 15px
}
.project-text h5 {
    color: #e9563d;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
}
.finance-project-slide .owl-prev {
    bottom: 35px;
    font-size: 25px;
    position: absolute;
    right: 55px;
    color: #e9563d;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.finance-project-slide .owl-next {
    bottom: 35px;
    font-size: 25px;
    position: absolute;
    right: 0;
    color: #e9563d;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.finance-project-slide .owl-prev:hover, .finance-project-slide .owl-next:hover{
    color: #333
}

/*================================================
14 - QUOTES AREA CSS
==================================================*/

.finance-quotes-area {
    background: rgba(0, 0, 0, 0) url("../img/quotes-bg.jpg") no-repeat fixed center center / cover ;
    text-align: center;
}
.finance-quotes-text > h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.finance-quotes-text > p {
    color: #fff;
    padding: 0 100px;
}
.quotes-button .finance-white-btn {
    margin: 40px 10px 0;
}

/*================================================
15 - CORE SERVICE CSS
==================================================*/

.single-core-service {
    margin-top: 50px;
}
.single-core-service > img {
    float: left;
}
.core-text > p {
    margin-top: 10px;
}
.core-text {
    margin-left: 70px;
}
.core-text h4 > a:hover{
    color: #009688 
}

/*================================================
16 - FAQ CSS
==================================================*/

.finance-faq-area {
    background: rgba(0, 0, 0, 0) url("../img/project-1.jpg") no-repeat fixed 0 0 / cover ;
    position: relative;
}   
.bg-overlay {
    background: rgba(21, 21, 21, 0.77) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.skew-overlay {
    background: #0d9587 none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: -20%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-40deg);
            transform: skewX(-40deg);
    width: 80%;
}
.finance-faqs-left > h3, .finance-faqs-right > h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.panel-title a {
    color: #555;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 15px;
    text-transform: capitalize;
}
.switch {
    color: #0d9587 ;
    float: right;
}
.panel-title {
    font-size: 14px;
}
.panel-heading {
    background-color: #fff !important;
    color: #555;
    padding: 0;
}
.panel {
    border: medium none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#accordion {
    margin-bottom: 0;
}
.finance-faqs-right{
    float: right;
    width: 50%;
    margin-top: 0
}
.call-dropdown{
    text-transform: capitalize
}
.call-dropdown.dropdown-toggle, .finance-faqs-right > form > .row p > input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 0;
    color: #fff;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
    text-align: left
}
.finance-faqs-right > form > .row {
    margin-top: 5px;
}
#dropdownmissdcall > i {
    float: right;
    margin-top: 6px;
}
.dropdown-menu.faq-drop-open {
    border-radius: 0;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
    width: 100%;
}
.finance-faqs-right button[type="submit"] {
    background: #009688 none repeat scroll 0 0;
    border: 1px solid #009688;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    padding: 12px 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.finance-faqs-right button[type="submit"]:hover{
    background: #0b776d none repeat scroll 0 0;
}

/*================================================
17 - TESTIMONIAL CSS
==================================================*/

.finance-testimonial-area {
    background: #ecf1f7 none repeat scroll 0 0;
}
.testimonial-img {
    border-right: 1px solid #e1e7ee;
}
.testimonial-img > img {
    border-radius: 50%;
    height: 150px;
    margin: 0 auto;
    width: 150px !important;
}
.textimonial-text{
    margin-top: 0
}
.textimonial-text > p {
    color: #465053;
    font-weight: 400;
    font-family: "Poppins",sans-serif;
}
.client-name {
    color: #e9563d !important;
    margin-top: 30px;
    text-transform: uppercase;
}
.testimonial-rating li {
    display: inline-block;
}
.testimonial-rating li i{
    color: #FAC113
}
.testimonial-rating > p {
    display: inline-block;
}
.testimonial-rating > ul {
    display: inline-block;
    margin-left: 10px;
}
.testimonial-rating > p {
    font-weight: 500;
}
.testimonial-img > i {
    background: #0d9587 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 26%;
    text-align: center;
    top: 0;
    width: 40px;
}
.textimonial-text > i {
    color: #0d9587;
    font-size: 20px;
    position: relative;
    right: -95%;
}
.owl-dots {
    margin-top: 20px;
    text-align: center;
}
.owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 10px;
    margin: 5px 7px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 10px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #3ac6b6 none repeat scroll 0 0;
}

/*================================================
18 - TEAM CSS
==================================================*/

.finance-single-advisor{
    margin-top: 30px
}
.advisor-text h3 > a {
    display: inline-block;
    font-size: 19px;
    margin-top: 18px;
}
.advisor-text h3 > a:hover{
    color: #0d9587
}
.advisor-text > span {
    color: #e9563d;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.advisor-social li {
    display: inline-block;
}
.advisor-social a {
    background: #0d9587 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.advisor-social a:hover {
    background: #fff none repeat scroll 0 0;
    color: #0d9587;
}
.advisor-social > ul {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    left: 17%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 45%;
    visibility: hidden;
    z-index: -1;
}
.finance-single-advisor:hover .advisor-social > ul{
    visibility: visible;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}
.advisor-img img{
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    width: 100%;
}
.finance-single-advisor:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.advisor-img {
    position: relative;
    overflow: hidden
}
.advisor-social {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
    min-height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: perspective(700px) rotateX(90deg);
            transform: perspective(700px) rotateX(90deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
}
.finance-single-advisor:hover .advisor-social {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(700px) rotateX(0deg);
            transform: perspective(700px) rotateX(0deg);
    visibility: visible;
}

/*================================================
19 - FOOTER AREA CSS
==================================================*/

.finance-footer-top-area {
   /* background: #252525 none repeat scroll 0 0;*/

    background: #000 none repeat scroll 0 0;
    color: #999;
}
.single-footer{
    margin: 0
}
.single-footer img {
    margin-bottom: 15px;
}
.footer-social-icon {
    /*margin-top: 30px;*/
    margin-top: 15px;
}
.footer-social{
    margin-top: 20px
}
.footer-social > li{
    display: inline-block;
}
.footer-social li a{
    /*background-color: #333333;*/
    background-color: #fc020b;    
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.fb:hover {
    background: #4b6ea9 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.footer-social li a:hover {
    background: #fdc407;
    color: #000;
}
.twitter:hover {
    background: #65bbf2 none repeat scroll 0 0;
    color: #fff;
        -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.gp:hover {
    background: #dd4d41 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.linkedin:hover {
    background: #0075b5 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.single-footer > h3, .footer-social-icon > h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: capitalize;
}
.footer-widget > li {
    /*border-bottom: 1px dashed #999;*/
}
.footer-widget > li:last-child{
    border-bottom: 0px dashed #999;
}
.footer-widget a {
    display: block;
    padding: 5px 0;
    color: #ffffffbf !important;
}
.footer-widget a:hover{
    color: #fcc50a!important;
}
.contact-details i {
    color: #fff ;
    margin-right: 10px;
}
.contact-details {
    margin: 6px 0;
}
.insta-post {
    display: inline-block;
    height: 65px;
    margin: 2px;
    width: 65px;
    position: relative
}
.overlay-insta {
    -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
    background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transform: perspective(500px) rotateY(-90deg);
          transform: perspective(500px) rotateY(-90deg);
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    visibility: hidden;
    width: 100%;
}   
.insta-post:hover .overlay-insta{
    -webkit-backface-visibility: visible;
        backface-visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(500px) rotateY(0deg);
        transform: perspective(500px) rotateY(0deg);
    visibility: visible;
}
.finance-footer-bottom-area {
    background: #f80003 none repeat scroll 0 0;
    color: #fff;
}
.copyright-left {
    text-align: left;
    font-weight: 400
}
.copyright-right{
    text-align: right;
    font-weight: 400
}
.copyright-right > p > i, .copyright-right > p > span{
    color: #009688 ;
    margin: 0px 5px;
    font-weight: 600
}

/*================================================
20 - ABOUT PAGE CSS
==================================================*/

.finance-graph-area {
    background: #ebf1f6 none repeat scroll 0 0;
}
.graph-left > h3 {
    color: #444444;
    font-family: "Poppins",sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 45px;
    text-transform: capitalize;
}
.single-graph-text > h3{
    color: #444444;
    font-family: "Poppins",sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;   
}
.single-graph-text {
    margin-left: 80px;
}
.finance-single-graph > img {
    float: left;
}
.finance-single-graph {
    margin-bottom: 50px;
}
.graph-right{
    margin-top: 0
}
.finance-single-graph:last-child{
    margin-bottom: 0
}
.about-learn-more{
    text-align: center
}
.about-learn-more > a {
    background: #009688 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}
.about-learn-more > a:hover {
    background: #0b776d  none repeat scroll 0 0;
}

/*================================================
21 - SINGLE SERVICE PAGE CSS
==================================================*/

.single-service-widget li {
    border-bottom: 3px solid #fff;
}
.single-service-widget a {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #333;
    display: block;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: capitalize;
    border-left: 5px solid #f7f7f7
}
.single-service-widget a:hover, .single-service-widget ul li.active > a {
    border-left: 5px solid #000;
    background: #009688 none repeat scroll 0 0;
    color: #fff
}

section.finance-About-area.section_100 p {
    color: #000;
}

.finance-section-title h3 span {
    color: red;
}

.about-right.about-right-image {
    margin-top: 75px;
}
.about-right.about-right-image img {
    border-radius: 15px;
}
.single-service-widget a i {
    float: right;
    font-size: 20px;
    margin-top: 2px;
}
.single-service-widget {
    margin-bottom: 50px;
}
.single-service-widget:last-child{
    margin-bottom: 0px
}
.widget-title > h3{
    color: #444444;
    font-family: "Poppins",sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.widget-title {
    margin-bottom: 25px;
}
.broucher-item i {
    background: #fff none repeat scroll 0 0;
    color: #009688;
    font-size: 20px;
    height: 30px;
    left: 14px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 30px;
}
.broucher-item > a {
    background: #009688 none repeat scroll 0 0;
    border-left: 0 none;
    color: #fff;
    padding-left: 60px;
}
.broucher-item > a:hover{
    border-left: 0px
}
.broucher-item {
    margin: 10px 0;
    position: relative;
}
.broucher-item a span {
    color: #fff;
    float: right;
    margin-top: 5px;
}
.single-service-widget > form {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px;
}
.single-service-widget form p label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.single-service-widget input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}
.single-service-widget form p textarea {
    border: 1px solid #ddd;
    height: 80px;
    padding: 5px 10px;
    width: 100%;
}
.single-service-widget form p button[type="submit"] {
    background: #009688 none repeat scroll 0 0;
    border: 1px solid #009688;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    padding: 12px 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.single-service-widget form p button[type="submit"]:hover {
    background: #0b776d none repeat scroll 0 0;
}
.single-service-slider{
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px 30px;
}   
.service-slider-item h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins",sans-serif;
    line-height: 23px
}
.service-slider-item h5 {
    color: #009688;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
}
.single-service-slider .owl-dots {
    margin-top: 10px;
}
.audit-text, .audit-chart, .single-shop-tab {
    margin-top: 30px;
}
.single-service-right{
    margin-top: 0
}
.audit-text > h3, .audit-chart > h3 {
    color: #000;
    margin-bottom: 15px;
    text-transform: capitalize;
}   
.audit-text > p {
    margin: 0 0 10px;
}
#chartContainer{
    height: 340px;
    width: 100%
}
.canvasjs-chart-credit {
    display: none;
}
.nav-tabs > li > a{
    border: 0px
}
#pro_2 a {
    background: #eee none repeat scroll 0 0;
    border-radius: 0;
    color: #000;
    margin: 0;
    text-transform: capitalize;
    border-left: 5px solid #eee
}
#pro_2 .active > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #009688 none repeat scroll 0 0;
    border-color: currentcolor currentcolor currentcolor #000;
    -o-border-image: none;
       border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 5px;
    color: #fff;
}
#pro_2 > li {
    float: none;
    margin: 2px;
}
#pro_2{
    border: medium none;
    margin-bottom: 0
}
.panel-body {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ddd;
}

/*================================================
22 - PROJECT PAGE CSS
==================================================*/

.project-btn {
    display: block;
    margin: 30px 0;
    text-align: center;
}
.project-btn > a {
    color: #555;
    font-size: 18px;
    font-weight: 600;
    margin: 0 15px;
}
.project-btn > a.current {
    cursor: default;
}
.project-btn > a:hover, .project-btn > a.current{
    color: #009688
}
.element-item {
    float: left;
    margin: 30px 0 0;
    padding: 0 15px;
    width: 33.33%;
}
.project-single-item{
    position: relative;
    overflow: hidden
}
.img-responsive{
    width: 100%
}
.project-img-overlay {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 150, 136, 0.52) 27%, rgba(0, 150, 136, 0.93) 71%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 150, 136, 0.52) 27%, rgba(0, 150, 136, 0.93) 71%) repeat scroll 0 0;
    bottom: -30px;
    color: #fff;
    font-size: 14px;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 50px 15px 15px;
    position: absolute;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.project-single-item:hover .project-img-overlay{
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 9
}
.project-img-overlay p, .project-img-overlay h4{
    color: #fff;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    text-transform: capitalize
}

/*================================================
23 - SINGLE PROJECT PAGE CSS
==================================================*/

.details-project-text > h3, .details-project-graph > h3 {
    color: #444444;
    font-family: "Poppins",sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    display: inline-block
}
.details-pro-left {
    margin-top: 0px;
}
.details-project-text > p {
    margin-top: 20px;
}
.details-project-graph-text {
    margin-top: 40px;
}
.details-project-graph {
    margin-top: 50px;
}
.finance-demo-project-area {
    background: #f7f7f7 none repeat scroll 0 0;
}
.single-related{
    margin-top: 30px
}

/*================================================
24 - DEFAULT NEWS CSS
==================================================*/
.finance-default-news-img {
    position: relative;
}
.finance-default-news-img img {
    width: 100%;
}
.news-overlay {
    /*background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;*/
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #e5e5e5;

}
.inner-overlay {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 100%;
    position: relative;
    width: 100%;
    border: 1px solid #fff
}
.finance-default-news-img:hover .news-overlay{
    background: rgba(100, 100, 100, 0.33) none repeat scroll 0 0;
}
.single-news-default {
    border-bottom: 3px dotted #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
    margin-top: 0
}
.finance-default-news-text {
    padding: 40px 60px;
}
.finance-default-news-text > h3 > a {
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.finance-default-news-text > h3 > a:hover{
    color:#009688
}
.post-share h4 {
    color: #000;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
}
.post-share > ul {
    display: inline-block;
    margin-left: 10px
}
.post-share ul li {
    display: inline-block;
}
.post-share ul li a {
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.post-fb{
    background: #4b6ea9 none repeat scroll 0 0
}
.post-fb:hover{
    background: #294b86 none repeat scroll 0 0
}
.post-twit{
    background: #65bbf2 none repeat scroll 0 0
}
.post-twit:hover{
    background: #2085c6 none repeat scroll 0 0
}
.post-gp{
    background: #dd4d41 none repeat scroll 0 0
}
.post-gp:hover{
    background: #b2382e none repeat scroll 0 0
}
.finance-post-share-comment {
    margin-top: 30px;
}
.post-comment-like > p {
    display: inline-block;
}
.post-comment-like > p.pcomment:after {
    color: #999;
    content: "|";
    margin-right: 10px;
    padding-left: 10px;
}
.post-share{
    text-align: left
}
.post-comment-like {
    text-align: right;
    margin-top: 0
}
.post-comment-like p > span {
    color: #e9563d;
}
.post-comment-like p {
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

/*================================================
25 - NEWS LIST CSS
==================================================*/

.news-list-text {
    padding: 0;
}

/*================================================
26 - NEWS GRID CSS
==================================================*/

.news-grid-text {
    padding: 20px 0;
}

/*================================================
27 - NEWS SIDEBAR CSS
==================================================*/

.news-single-widget {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 20px;
}
.finance-news-sidebar {
    margin-top: 0px;
}
.news-single-widget:last-child{
    margin-bottom: 0px
}
.news-single-widget > form {
    position: relative;
    height: 40px
}
.news-single-widget input[type="search"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    height: 40px;
    padding: 5px 60px 5px 10px;
    width: 100%;
}
.news-single-widget form > button{
    background: #009688  none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    width: 20%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    top: 0
}
.news-single-widget button:hover {
     background: #0b776d none repeat scroll 0 0;
}
.news-single-widget > h3 {
    background: #242c42 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
}
.blog-catagory li {
    border-bottom: 2px solid #fff;
}
.blog-catagory li:last-child{
    border-bottom: 0px solid #fff;
}
.blog-catagory li a {
    color: #444;
    display: block;
    padding: 10px 20px;
    text-transform: capitalize;
}
.blog-catagory li a:hover{
    color: #009688 
}
.blog-catagory span {
    float: right;
}   
.Tags-catagory > li {
    display: inline-block;
    margin: 4px 2px;
}
.Tags-catagory > li > a {
    background: #fff none repeat scroll 0 0;
    display: block;
    padding: 5px 10px;
    text-transform: capitalize;
}
.Tags-catagory > li > a:hover{
    background: #009688 none repeat scroll 0 0;
    color: #fff
}
.single-popular-post {
    border-bottom: 2px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.single-popular-post:last-child{
    border-bottom: 0px solid #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.single-popular-post a > i {
    color: #009688;
    font-size: 20px;
    margin-right: 5px;
}
.single-popular-post > a {
    color: #555;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}
.single-popular-post > a:hover{
    color: #009688;
}
.single-popular-post > p {
    color: #555;
    font-size: 13px;
    text-transform: capitalize;
}
.single-popular-post > p > span{
    color: #009688
}

/*================================================
28 - SINGLE NEWS PAGE CSS
==================================================*/

.single-news-text > h3 {
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.single-news-text {
    margin-top: 35px;
}
.single-news-text blockquote {
    background: #d5e8e6 none repeat scroll 0 0;
    border-left: 0 none;
    color: #354a6b;
    font-family: "Playfair Display",serif;
    font-style: italic;
    font-weight: 400;
    margin: 50px 0;
    padding: 50px;
    position: relative;
}
.single-news-text blockquote .fa-quote-left {
    left: 20px;
    position: absolute;
    top: 20px;
    color: #009688 
}
.single-news-text blockquote .fa-quote-right {
    bottom: 20px;
    position: absolute;
    right: 20px;
    color: #009688 
}
.single-news-text > ul {
    margin: 50px 0;
    
}
.single-news-text ul li i {
    color: #009688;
    font-size: 20px;
    margin-right: 20px;
}
.single-news-text li {
    margin: 10px 0;
}
.single-news-author {
    border-bottom: 1px solid #ddd;
    margin: 40px 0;
    padding: 40px;
}
.news-author-img {
    float: left;
    height: 150px;
    margin-right: 30px;
    width: 150px;
}
.news-author-img > img {
    height: 100%;
    width: 100%;
}
.news-author-text > h4 {
    margin-bottom: 10px;
}
.news-author-text {
    padding: 10px;
}
.single-news-comment {
    margin-top: 40px;
    padding-top: 25px;
}
.comment-list {
    margin-top: 40px;
}
.single-comment-item {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 10px 0;
    padding:30px 10px
}
.finance-comment-item h4 {
    color: #555;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.single-comment-item img {
    display: block;
    height: 70px;
    margin: 0 auto;
    width: 70px;
}
.finance-comment-item span {
    color: #777;
    font-size: 13px;
}
.finance-comment-item a {
    color: #009688 ;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.finance-comment-item a:hover{
    color: #333
}
.comment-list ul ul {
    margin-left: 100px;
}
.single-comment-item p {
    color: #555;
}
.finance-leave-comment {
    margin-bottom: 0;
    margin-top: 50px;
}
.finance-leave-comment > h3 {
    /*color: #555;*/
    font-weight: 500;
    margin-bottom: 15px;
    color: #fb010b;
}
.finance-leave-comment input[type="text"], .finance-leave-comment input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    float: left;
    height: 45px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 0;
    padding: 10px 15px;
    width: 45%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.finance-leave-comment textarea {
    border: 1px solid #ddd;
    height: 160px;
    margin-bottom: 20px;
    padding: 5px 15px;
    width: 93%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.finance-leave-comment input:focus, .finance-leave-comment textarea:focus{
    border: 1px solid #009688 ; 
}
.finance-leave-comment button {
    background: #009688 none repeat scroll 0 0;
    border: 1px solid #009688;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    padding: 12px 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.finance-leave-comment button:hover {
    background: #0b776d  none repeat scroll 0 0;
}

/*================================================
29 - SHOP PAGE CSS
==================================================*/

.finance-shop-shorting {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 15px 10px;
}
.shorting-left {
    text-align: left;
}
.shorting-right {
    text-align: right;
}
.shorting-left > p {
    margin: 10px 0;
    text-transform: capitalize;
}
.shorting-right select {
    border: 1px solid #ddd;
    padding: 5px;
    text-transform: capitalize;
}   
.shorting-right > select > option {
    border-bottom: 1px dashed #ddd;
    padding: 5px;
}   
.single-product {
    margin: 30px 0;
}
.single-product-img {
    border: 2px solid #ddd;
    overflow: hidden;
    position: relative;
}   
.pro-price {
    background: #009688 none repeat scroll 0 0;
    color: #fff;
    font-weight: 900;
    height: auto;
    right: -45px;
    line-height: 20px;
    overflow: hidden;
    padding: 35px 15px 13px;
    position: absolute;
    text-align: center;
    top: -11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 140px;
    z-index: 9;
}
.pro-price > p {
    font-size: 18px;
    font-weight: 500;
}
.single-product-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    width: 100%
}
.product-overlay {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: rgba(23, 23, 23, 0.59) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: perspective(700px) rotateY(-90deg);
            transform: perspective(700px) rotateY(-90deg);
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    visibility: hidden;
    width: 100%;
}
.product-overlay > i {
    color: #fff;
    font-size: 26px;
    left: 46%;
    position: absolute;
    text-align: center;
    top: 45%;
}
.single-product-img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.single-product-img:hover .product-overlay {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(700px) rotateY(0deg);
            transform: perspective(700px) rotateY(0deg);
    visibility: visible;
}
.product-text > h4 {
    font-size: 18px;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 400
}
.product-text > h4 > a:hover {
    color: #009688 ;
}
.product-text li {
    display: inline-block;
}
.cart > li {
    border-bottom: 1px solid #fff;
}
.cart > li:last-child{
    border-bottom: 0px solid #fff;
}
.product-text ul li i {
    color: #009688;
    font-size: 14px;
}
.product-text > a {
    background: #ddd none repeat scroll 0 0;
    display: inline-block;
    margin-top: 10px;
    padding: 7px 15px;
    text-transform: capitalize;
}
.product-text > a:hover{
    background: #009688  none repeat scroll 0 0;
    color: #fff
}
.product-text {
    text-align: center;
}
.rated-img {
    display: table-cell;
    padding: 10px 13px;
    vertical-align: middle
}
.rated-text {
    display: table-cell;
    padding-left: 16px;
    vertical-align: middle;
}
.rated-text li {
    display: inline-block;
}
.rated-text li i {
    color: #009688;
    font-size: 14px;
}
.rated-text > h4 {
    font-size: 16px;
    margin-bottom: 6px;
    text-transform: capitalize;
}

/*================================================
30 - SINGLE SHOP PAGE CSS
==================================================*/

.single-shop-img > img{
    width: 100%
}
.single-shop-text > h3 {
    font-size: 24px;
    text-transform: capitalize;
}
.single-shop-text {
    margin-top: 0px;
}
.single-shop-text > ul {
    margin-top: 20px;
}
.single-shop-text li {
    display: inline-block;
    margin: 0 2px;
}
.single-shop-text ul li i {
    color: #009688;
    font-size: 18px;
}
.category-shop > p {
    display: inline-block;
    margin-right: 15px;
    text-transform: capitalize;
    font-weight: 500
}
.category-shop > p > a {
    color: #e9563d;
    font-weight: 500;
}
.single-shop-price {
    margin: 20px 0;
}
.single-shop-price > h4 {
    font-size: 35px;
}
.category-shop {
    margin: 10px 0;
}
.single-shop-text > p {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px 0;
}
.single-shop-check {
    margin: 15px 0;
}
.single-shop-check label {
    color: #333;
    font-size: 13px;
    font-weight: 500;
}
.single-shop-check input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px 10px;
    width: 60%
}
.single-shop-check button {
    background: #ddd none repeat scroll 0 0;
    border: medium none;
    color: #777;
    display: inline-block;
    font-weight: 500;
    height: 40px;
    margin-left: 10px;
    padding: 5px 25px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.single-shop-check button:hover {
    background: #009688 none repeat scroll 0 0;
    color: #fff;
}
.shop-quantity > form {
    display: inline-block;
}
.shop-quantity input{
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px;
    width: 80px;
}   
.shop-quantity > a {
    background: #ddd none repeat scroll 0 0;
    display: inline-block;
    margin-left: 20px;
    padding: 7px 30px;
    text-transform: capitalize;
}
.shop-quantity > a:hover {
    background: #009688 none repeat scroll 0 0;
    color: #fff;
}
.shop-tab {
    margin-top: 70px;
}
#singleshop .active > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #009688 none repeat scroll 0 0;
    border-color: currentcolor currentcolor currentcolor #000;
    -o-border-image: none;
       border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 5px;
    color: #fff;
}
#singleshop a {
    background: #eee none repeat scroll 0 0;
    border-left: 5px solid #eee;
    border-radius: 0;
    color: #000;
    margin: 0;
    text-transform: capitalize;
}
#singleshop li {
    margin-right: 5px;
}
.panel-body.desc > p {
    margin: 0 0 10px;
}
.shop {
    background: transparent none repeat scroll 0 0;
    border: medium none;
}
.panel-body.desc {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding-top: 30px;
}
.finance-shop-related {
    margin-top: 50px;
}
.finance-shop-related-head > h3 {
    text-transform: capitalize;
}

/*================================================
31 - CART PAGE CSS
==================================================*/

.cart-table {
    overflow-x: auto;
}
.cart-table table thead > tr:nth-of-type(2n+1), .calculate-shipping-right table tbody > tr:nth-of-type(2n+1){
    background: #f4f4f4  none repeat scroll 0 0;
}
.cart-table table thead th, .calculate-shipping-right table thead th {
    text-transform: uppercase;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-bottom: 0 solid #ddd;
    border-top: 0 solid #ddd;
    vertical-align: middle;
}
.cart-table thead th, .calculate-shipping-right thead th {
    padding: 15px 20px !important;
}
.cart-table tbody td, .calculate-shipping-right tbody td {
    padding: 15px 20px !important;
}
.finance-cart-close {
    text-align: center;
}
.finance-cart-close > a:hover{
    color: #e9563d
}
.finance-cart-preview img {
    height: 60px;
    width: 60px;
}
.cart-table tbody td p {
    text-transform: capitalize;
}
.finance-cart-quantity > input {
    border: 1px solid #ddd;
    padding: 5px;
    width: 70px;    
}
.finance-cart-product p {
    font-weight: 500;
    display: inline-block
}
.finance-cart-product a:hover{
    color: #009688 
}
.cart-table table tbody > tr:nth-of-type(2n+2), .calculate-shipping-right table tbody > tr:nth-of-type(2n+2) {
    background: #f9f9f9 none repeat scroll 0 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}
.finance-update-cart {
    margin-top: 30px;
}
.coupon-cart-left {
    text-align: left;
}
.coupon-cart-right {
    text-align: right;
}
.coupon-cart-left input[type="text"] {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    height: 50px;
    padding: 10px 15px;
    width: 45%;
}
.coupon-cart-left input[type="submit"] {
    background: #009688 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 600;
    height: 50px;
    margin-left: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.coupon-cart-left input[type="submit"]:hover, .coupon-cart-right > a:hover {
    background: #0b776d none repeat scroll 0 0;
}
.coupon-cart-right > a {
    background: #009688 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-right: 50px;
    margin-top: 0;
    padding: 12px 20px;
    text-transform: uppercase;
}
.calculate-shipping-left, .calculate-shipping-right {
    margin-top: 50px;
}
.calculate-shipping-left select {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px;
    text-transform: capitalize;
    width: 100%;
}
.calculate-shipping-left select option {
    padding: 5px 10px;
}
.single-shipping input {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    margin: 0
}
.single-shipping {
    margin-top: 10px;
}
.calculate-shipping-left > form {
    margin-top: 25px;
}
.calculate-shipping-right{
    overflow-x: auto;
}
.calculate-shipping-right > table {
    width: 100%;
    margin-top: 25px;
}
.single-shipping button {
    background: #009688 none repeat scroll 0 0;
    border: 1px solid #009688;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    padding: 15px 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-shipping button:hover{
    background: #0b776d none repeat scroll 0 0;
}
.proceed-checkout > a {
    background: #009688 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-right: 50px;
    margin-top: 0;
    padding: 12px 20px;
    text-transform: uppercase;
}
.proceed-checkout > a:hover {
    background: #0b776d none repeat scroll 0 0;
}
.proceed-checkout {
    margin-top: 50px;
    text-align: right;
}

/*================================================
32 - CHECKOUT PAGE CSS
==================================================*/

.finance-checkout-form > form {
    margin-top: 30px;
}
.checkout-form-right {
    margin-top: 0px;
}
.finance-checkout-form > h3, .checkout-bottom h3, .finance-register > h3, .finance-login > h3 {
    color: #444444;
    font-family: "Poppins",sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.checkout-form label {
    color: #555;
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize
}
.checkout-form input {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 15px;
}
.checkout-form textarea {
    border: 1px solid #ddd;
    height: 105px;
    padding: 10px;
    width: 100%;
}
.checkout-cart-table {
    margin-top: 50px;
}
.payment h4 {
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    text-transform: capitalize;
}
.payment {
    margin-top: 15px;
}
.checkout-cart-table > table {
    margin-top: 25px;
}
.payment > img {
    float: right;
}

/*================================================
33 - MYACCOUNT PAGE CSS
==================================================*/

.finance-register > form, .finance-login > form {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 30px;
}
.register-form label {
    color: #333;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
}
.account-form-group > input {
    border: medium none;
    height: 100%;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 100%;
}
.account-form-group {
    border: 1px solid #ddd;
    height: 45px;
    position: relative;
    margin-bottom: 20px
}
.account-form-group i {
    color: #aaa;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 12px;
}
.finance-login {
    margin-top: 0px;
}
.register-form-btn {
    margin-top: 30px;
}
.register-form input[type="checkbox"] {
    margin-right: 10px;
}
.register-form-btn{
    text-align: center
}
.register-form-btn button {
    background: #009688 none repeat scroll 0 0;
    border: 1px solid #009688;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    padding: 12px 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.register-form-btn button:hover {
    background: #0b776d none repeat scroll 0 0;
}
.register-form a {
    float: right;
    font-weight: 600;
    text-transform: capitalize;
}
.register-form a:hover{
    color: #009688
}

/*================================================
34 - CONTACT PAGE ONE CSS
==================================================*/

.contact-top-details {
    margin-bottom: 20px;
}
.contact-top-details > h3, .finance-contact-desc > h3, .contact3-left-form > h3, .contact3-page-details > h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px
}
.contact-page-form  > form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    margin-top: 30px;
    padding: 30px 50px;
}
.contact-page-form form label, .contact3-left-form form label{
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.contact-page-form form p input[type="text"], .contact-page-form form p input[type="email"]{
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.contact-page-form form p input:focus, .contact-page-form form textarea:focus{
    border: 1px solid #009688 ;
}
.contact-page-form form textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 120px;
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.contact-page-form form p button {
    background: #009688 none repeat scroll 0 0;
    border: 1px solid #009688;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    padding: 12px 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.contact-page-form form p button:hover {
    background: #0b776d none repeat scroll 0 0;
}
.contact-page-form form p {
    margin-top: 15px;
}
.contact-page-right {
    margin-top: 30px;
}
.contact-page-right h4 i {
    color: #009688 ;
    margin-right: 5px
}
.single-contact-right {
    margin-bottom: 0px
}
.contact-page-right h4 {
    font-size: 17px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px
}
.contact-page-right p > a:hover{
    color: #009688
}
.weekly-subscribe {
    margin-top: 50px;
}
.weekly-subscribe form {
    position: relative;
    width: 100%;
    height: 40px
}
.weekly-subscribe form input[type="text"] {
    border: 1px solid #ddd;
    color: #000;
    height: 100%;
    padding: 5px 90px 5px 10px;
    width: 100%;
}
.weekly-subscribe form button {
    background: #009688 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 18%;
    top: 0
}
.weekly-subscribe form button:hover{
    background: #0b776d none repeat scroll 0 0;
}
.weekly-subscribe form {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.get-connected-with {
    margin-top: 40px;
}
.get-connected-with ul{
    margin-top: 20px
}
.get-connected-with li {
    display: inline-block;
    margin: 0px 5px;
}
.get-connected-with a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    background: #eee;
    color: #555;
}
.get-connected-with a:hover{
    background: #009688 none repeat scroll 0 0;
    color: #fff
}
#googleMap {
   width: 100%;
   height: 370px;
 }

/*================================================
35 - CONTACT PAGE TWO CSS
==================================================*/

.finance-contact-form-right{
    margin-top: 0
}
.finance-contact-desc {
    margin-bottom: 50px;
}
.single-contact-left:first-child {
    margin-top: 0;
}
.single-contact-left {
    background: #f5b506 none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    margin-top: 20px;
    padding: 20px;
}
.contact-icon {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #e70a03;
    display: table-cell;
    float: left;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    text-align: center;
    width: 45px;
}
.contact-text > h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.contact-text > p {
    font-size: 15px;
    line-height: 26px;
}   
.contact-text > span {
    color: #000;
}
.finance-contact-form-right > form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 30px 50px;
    margin-top: 0
}
.finance-contact-form-right form p {
    margin: 10px 0;
}
.finance-contact-form-right input {
    background: #fafafa none repeat scroll 0 0;
    border: medium none;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
}
.finance-contact-form-right textarea {
    background: #fafafa none repeat scroll 0 0;
    border: medium none;
    height: 120px;
    padding: 5px 10px;
    width: 100%;
}
.finance-contact-form-right button {
    background: #009688 none repeat scroll 0 0;
    border: 1px solid #009688;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    padding: 12px 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.finance-contact-form-right button:hover{
    background: #212121 none repeat scroll 0 0;
}

/*================================================
36 - CONTACT PAGE THREE CSS
==================================================*/

.contact3-page-details {
    margin-top: 40px;
}
.contact-left-form > form {
    margin-top: 30px;
}
.contact3-left-form input{
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.contact3-left-form form input:focus, .contact3-left-form form textarea:focus{
    border: 1px solid #009688 ;
}
.contact3-left-form form textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 120px;
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.contact3-left-form form p {
    margin-top: 15px;
}
.contact3-left-form button{
    background: #009688 none repeat scroll 0 0;
    border: 1px solid #009688;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    padding: 12px 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;    
}
.contact3-left-form button:hover{
    background: #0b776d none repeat scroll 0 0;
}
.contact-para {
    margin-top: 30px;
}
.contact-para > p {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}
.contact-para p i {
    color: #009688;
    font-size: 18px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
}
.contact-para p > span {
    color: #000;
    display: inline-block;
    width: 75px;
    font-weight: 600
}
.contact-para a:hover{
    color: #009688;
}


h3.blog-list-page-title {
    height: 55px;
    overflow: hidden;
    line-height: 28px;
    /*color: #009688;*/
    margin-bottom: 10px;
}

.blog-list-page-short-desc {
    height: 100px;
    overflow: hidden;
    /* color: #000; */
}
.blog-list-page-short-desc p {  
    color: #000; 
}

.finance-default-news-text.news-grid-text.blog-list-description-section {
    /*background: #e3e3d9a6;*/
    background: #eed;
    padding: 15px 10px 15px 10px;
}

.finance-default-news-text.blog-detail-page-description {
    padding: 0px 0px 20px 0px!important;
}

.finance-default-news-text.blog-detail-page-description p {
    color: #000!important;
    /* text-align: justify; */
}

.tm-blog-bottom {
    padding-top: 25px;
}
.tm-blog-meta {
    margin-bottom: 10px;
}
.tm-blog-meta span:not(:last-child) {
    margin-right: 15px;
}
.tm-blog-meta span {
    display: inline-block;
    font-weight: 500;
}

.tm-blog-meta span a {
    /*color: #444444;*/

    /*color: #009688;*/
    color: #95956d;
}

.tm-blog-bottom.tm-blog-bottom-new-blog p {
    color: #000;
}

.rating-group {
    float: left;
    width: 100%;
}

.finance-leave-comment {
    margin-bottom: 0;
    margin-top: 30px;
    background: #eee;
    padding: 20px;
    border-radius: 10px;
}



.tm-blog-meta span i {
    font-size: 16px;
    padding-right: 4px;
}

h5.tm-blog-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #fb1114;
}


.right-side-blog-main {
    padding: 0px;
}

.right-side-blog-category {
    background: #eed;
    padding: 20px 10px 0px 15px;
    border-radius: 10px;
    height: 480px;
    overflow-y: scroll;
}

.right-side-blog-category {
    background: #eed;
    padding: 20px 10px 0px 15px;
    border-radius: 10px;
}

.right-side-blog-category h5 {
    color: #f53b29;
    font-size: 21px;
    text-transform: capitalize !important;
    margin-bottom: 15px;
}

/*.widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    background: #0075b7;
}*/

.single-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.widget-categories ul li, .widget-archives ul li, .widget-serviceitems ul li {
    border-bottom: 1px solid #d2d2d5;
    padding: 12px 0;
}

.right-side-blog-category ul li a {
    color: #000;
}

.widget-categories ul li a span, .widget-archives ul li a span, .widget-serviceitems ul li a span {
    float: right;
}

.widget-categories ul li a::after, .widget-archives ul li a::after, .widget-serviceitems ul li a::after {
    content: "";
    clear: both;
    display: table;
}
.widget-recentpost-new {
    background: #eed;
    padding: 20px 10px 20px 15px;
    border-radius: 10px;
    /*margin-top: 40px;*/
}


.widget-recentpost-new h5 {
    color: #f53b29;
    font-size: 21px;
    text-transform: capitalize !important;
    margin-bottom: 20px;
}


.widget-recentpost ul li:not(:last-child) {
    margin-bottom: 20px;
}


.widget-recentpost-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 20px;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
}


.widget-recentpost-image::after {
    content: "\f18e";
    font-family: "Material-Design-Iconic-Font";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    font-size: 18px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}


/* Widget Recentpost */
.widget-recentpost ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-recentpost ul li:not(:last-child) {
  margin-bottom: 20px;
}

.widget-recentpost-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 20px;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.widget-recentpost-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget-recentpost-image::after {
  content: "\f18e";
  font-family: "Material-Design-Iconic-Font";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}

.widget-recentpost-image:hover::before {
  opacity: 1;
  visibility: visible;
}

.widget-recentpost-image:hover::after {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.widget-recentpost-content {
  margin-top: -6px;
}

.widget-recentpost-content h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.widget-recentpost-content h6 a {
  color: #333333;
}

.widget-recentpost-content h6 a:hover {
  color: #0075b7;
}

.widget-recentpost-content span {
  font-size: 14px;
  color: #444444;
}

/* Widget Quicklinks */
.widget-quicklinks ul li:not(:last-child) {
  margin-bottom: 7px;
}

/* Widget Newsletter */
.widget-newsletter-form button,
.widget-newsletter-form [type="submit"] {
  border-radius: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  padding: 0;
  border: 1px solid #fff;
  border-left: none;
  font-size: 20px;
}


.widget-recentpost-new {
    background: #eed;
    padding: 20px 10px 20px 15px;
    border-radius: 10px;
}

a.tm-button.tm-button-dark.blog-btn {
    padding: 10px 20px;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    background: red;
    border: none;
    color: #fff;
    border-radius: 5px;
}


.pro-price.pro-price-new {
    padding: 10px 0px 6px !important;
    top: -22px !important;
}
.pro-price.pro-price-new {
    background: #fb1114!important;
}

/* =========================================
   VIDEO GALLERY
========================================= */





.video-gallery {
     width: 100%;
    max-width: none;

    margin: 0;
    padding: 15px 0 40px;

    display: grid;

    /* 6 videos on large desktop */
    grid-template-columns: repeat(6, minmax(0, 1fr));

    gap: 15px;

    box-sizing: border-box;
}


/* =========================================
   VIDEO ITEM
========================================= */

.video-gallery .video-item {
    position: relative;

    width: 100%;
    min-width: 0;

    /* Reel / YouTube Shorts aspect ratio */
    aspect-ratio: 9 / 16;

    background: #000;

    border-radius: 10px;

    overflow: hidden;

    box-shadow:
        0 3px 12px rgba(0, 0, 0, 0.12);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.video-gallery .video-item .youtube-short-video {
    position: absolute;

    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    /*
       IMPORTANT:
       Makes poster/video completely fill
       the 9:16 reel container.
    */
    object-fit: cover;

    /*
       Keep center of poster/video visible
       when cropping is required.
    */
    object-position: center center;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 10px;

    background: #000;
}




/* Optional professional hover effect */
.video-gallery .video-item:hover {
     transform: translateY(-4px);

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.18);
}


/* =========================================
   YOUTUBE SHORT
========================================= */

.video-gallery iframe.youtube-short-video {
   display: block;

    width: 100%;
    height: 100%;

    border: 0;
    border-radius: 10px;

    background: #000;

    vertical-align: top;

}


/* =========================================
   RESPONSIVE
========================================= */

/* Normal desktop / laptop */
@media (max-width: 1200px) {

     .video-gallery {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 15px;
    }

}


/* Tablet */
@media (max-width: 900px) {

     .video-gallery {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 15px;
    }

}


/* Mobile landscape / small tablet */
@media (max-width: 650px) {

    .video-gallery {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 12px;

        padding-top: 10px;
        padding-bottom: 30px;
    }

}


/* Small mobile */
@media (max-width: 400px) {

     .video-gallery {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 10px;
    }

}


/*share button css 07-08-2026*/

.share-buttons {
    display: flex;
    gap: 9px;
    margin-top: 20px;
    align-items: center;
}

.share-btn {
    width: 36px;
    height: 33px;
    border: 0;
    border-radius: 4px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    text-decoration: none;
    cursor: pointer;

    font-size: 14px;
}

.facebook {
    background: #4267B2;
}

.twitter {
    background: #000;
}

.general-share {
    background: #7AC943;
}

.pinterest {
    background: #E60023;
}

.whatsapp {
    background: #25D366;
}

.share-btn:hover {
    opacity: 0.85;
}


/*mybntrsaa */


/* =========================================================
   MERAGIFT BLOG PRODUCT GRID
========================================================= */

.blog-product-grid {
    padding: 70px 0 50px;
    background: #ffffff;
}


/* Wider container */
.blog-list-container {
    width: 100%;

    max-width: 1500px;

    margin-left: auto;
    margin-right: auto;

    padding-left: 25px;
    padding-right: 25px;
}


/* Space between cards */
.blog-grid-column {
    margin-bottom: 28px;
}


/* =========================================================
   CARD
========================================================= */

.product-style-blog-card {
    width: 100%;
    height: 100%;

    margin: 0;
}


.product-style-blog-card .pq-blog-post {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    background: #ffffff;

    /*border: 1px solid #eeeeee;*/
    border: 1px solid #333;

    border-radius: 10px;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.product-style-blog-card .pq-blog-post:hover {
    transform: translateY(-4px);

    border-color: transparent;

    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.10);

         border: 1px solid #f50202;
}



/* =========================================================
   IMAGE GALLERY
========================================================= */

.blog-hover-gallery {
    position: relative;

    width: 100%;

    overflow: hidden;

    background: #f7f7f7;
}


.blog-image-link {
    position: relative;

    display: block;

    width: 100%;

    text-decoration: none;
}


.blog-image-wrapper {
    position: relative;

    width: 100%;

    /*
     * Fixed image ratio.
     * All source images will show in same card size.
     */
    aspect-ratio: 4 / 5;

    overflow: hidden;

    background: #f7f7f7;
}



/* =========================================================
   EACH IMAGE
========================================================= */

.blog-hover-image {
    position: absolute;

    top: 0;
    left: 0;

    z-index: 1;

    width: 100%;
    height: 100%;

    padding: 12px;

    object-fit: contain;
    object-position: center;

    opacity: 0;

    transform: scale(1);

    transition:
        opacity 0.70s ease-in-out,
        transform 1s ease-in-out;

    pointer-events: none;
}


/* Active image */
.blog-hover-image.active {
    z-index: 2;

    opacity: 1;
}


/* Very subtle zoom while hovering */
.blog-hover-gallery:hover .blog-hover-image.active {
    transform: scale(1.015);
}



/* =========================================================
   IMAGE PROGRESS INDICATORS
========================================================= */

.blog-image-progress {
    position: absolute;

    left: 50%;
    bottom: 13px;

    z-index: 20;

    display: flex;

    width: calc(100% - 40px);

    gap: 5px;

    transform: translateX(-50%);

    opacity: 0;

    transition: opacity 0.35s ease;
}


.blog-hover-gallery:hover .blog-image-progress {
    opacity: 1;
}


.blog-image-progress-item {
    flex: 1;

    height: 3px;

    background: rgba(0, 0, 0, 0.20);

    border-radius: 20px;

    transition:
        background 0.45s ease,
        opacity 0.45s ease;
}


.blog-image-progress-item.active 
{
    /*background: #111111;*/
    background: #f50202;
}



/* =========================================================
   DATE BADGE
========================================================= */

.blog-card-date {
    position: absolute;

    top: 14px;
    left: 14px;

    z-index: 30;
}


.blog-card-date a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 7px 10px;

    background: rgba(255, 255, 255, 0.95);

    border-radius: 6px;

    color: #222222 !important;

    font-size: 12px;
    font-weight: 600;

    line-height: 1;

    text-decoration: none;

    box-shadow:
        0 2px 7px rgba(0, 0, 0, 0.08);
}


.blog-card-date span {
    color: #222222 !important;
}



/* =========================================================
   CONTENT
========================================================= */

.product-style-blog-card .pq-blog-contain {
    display: flex;

    flex: 1;

    flex-direction: column;

    padding: 18px 18px 20px;
}



/* =========================================================
   AUTHOR
========================================================= */

.product-style-blog-card .pq-post-meta {
    margin-bottom: 6px;
}


.product-style-blog-card .pq-post-meta ul {
    margin: 0;

    padding: 0;

    list-style: none;
}


.product-style-blog-card .pq-post-author {
    color: #777777;

    font-size: 13px;

    line-height: 1.4;
}


.product-style-blog-card .pq-post-author i {
    margin-right: 6px;
}



/* =========================================================
   TITLE
========================================================= */

.product-style-blog-card .pq-blog-title {
   /* min-height: 100px;

    margin: 5px 0 9px;

    color: #222222;

    font-size: 17px;
    font-weight: 600;

    line-height: 1.45;

    display: -webkit-box;

    overflow: hidden;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;*/

        min-height: 100px;
    margin: 1px 0 9px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.85;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;

}


.product-style-blog-card .pq-blog-title a {
    color: #222222;

    text-decoration: none;

    transition: color 0.25s ease;
}


.product-style-blog-card .pq-blog-title a:hover {
    color: #555555;
}



/* =========================================================
   DESCRIPTION
========================================================= */

.product-style-blog-card .pq-blog-info {
    min-height: 47px;

    margin-bottom: 16px;

    color: #666666;

    font-size: 14px;

    line-height: 1.65;

    display: -webkit-box;

    overflow: hidden;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
}



/* =========================================================
   READ MORE
========================================================= */

.blog-read-more {
    display: inline-flex;

    align-items: center;

    width: fit-content;

    margin-top: auto;

    gap: 7px;

    color: #111111;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition:
        gap 0.25s ease,
        opacity 0.25s ease;
}


.blog-read-more:hover {
    gap: 11px;

    color: #111111;

    text-decoration: none;
}


.blog-read-more-arrow {
    font-size: 18px;

    line-height: 1;

    transition: transform 0.25s ease;
}


.blog-read-more:hover .blog-read-more-arrow {
    transform: translateX(3px);
}



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .blog-list-container {
        padding-left: 20px;
        padding-right: 20px;
    }

}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .blog-product-grid {
        padding-top: 30px;
    }


    .blog-list-container {
        padding-left: 15px;
        padding-right: 15px;
    }


    .blog-grid-column {
        margin-bottom: 20px;
    }


    .product-style-blog-card .pq-blog-title {
        min-height: auto;

        font-size: 16px;
    }


    .product-style-blog-card .pq-blog-contain {
        padding: 15px;
    }

}


.pq-blog-contain.blog-description-section {
    background: #eed;
}


/* ==========================================
   BLOG DETAIL IMAGE CAROUSEL
========================================== */

.blog-detail-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.blog-detail-image-wrapper {
    position: relative;

    width: 100%;
    aspect-ratio: 16 / 9;

    /* Space between image and border */
    padding: 15px 10px;

    /* Keep padding inside 16:9 size */
    box-sizing: border-box;

    overflow: hidden;

    background: #f8f8f8;

    border: 1px solid #e5e5e5;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);

}


/* Images */

.blog-detail-hover-image {
     width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;

    display: none;
    opacity: 0;

    transition: opacity 0.35s ease;

}

.blog-detail-hover-image.active {
    display: block;
    opacity: 1;
}


/* ==========================================
   LEFT / RIGHT ARROWS
========================================== */

.blog-detail-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 44px;
    height: 44px;

    border: 0;
    border-radius: 50%;

    /*background: rgba(0, 0, 0, 0.65);*/
    background: rgb(243 1 7);
    color: #fff;

    font-size: 26px;
    line-height: 44px;

    cursor: pointer;
    z-index: 20;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        background 0.25s ease;
}


/* Show buttons only on mouse hover */

.blog-detail-gallery:hover .blog-detail-arrow {
    opacity: 1;
    visibility: visible;
}


.blog-detail-arrow:hover {
    background: rgba(0, 0, 0, 0.9);
}


.blog-detail-prev {
    left: 15px;
}

.blog-detail-next {
    right: 15px;
}

h5.tm-blog-title.tm-blog-title-blog-details-page {
    font-size: 18px !important;
    line-height: 30px !important;
    color: #000;
    background: #eee;
    padding: 10px 10px 11px 15px;
}



/* ==========================================
   IMAGE PROGRESS
========================================== */

.blog-detail-image-progress {
    position: absolute;

    left: 15px;
    right: 15px;
    bottom: 12px;

    display: flex;
    gap: 5px;

    z-index: 15;
}

.blog-detail-progress-item {
    flex: 1;
    height: 3px;

    background: rgba(255, 255, 255, 0.45);

    cursor: pointer;

    transition: background 0.25s ease;
}

.blog-detail-progress-item.active {
    background: #fff;
}


/* Mobile */

@media (max-width: 767px) {

    .blog-detail-arrow {
        width: 38px;
        height: 38px;
        font-size: 22px;

        /*
         * On mobile there is no real hover,
         * so keep arrows visible.
         */
        opacity: 1;
        visibility: visible;
    }

    .blog-detail-prev {
        left: 8px;
    }

    .blog-detail-next {
        right: 8px;
    }

}


.breadcromb-left.breadcromb-left-blog-details-page h3 
{
    line-height: 34px;
    font-size: 22px;
   
}

h5.tm-blog-title.tm-blog-title-blog-details-page {
    font-size: 20px!important;
    line-height: 30px!important;
    color: #000!important;
    /*color: #00a3b8!important;*/
}


input[type=checkbox] ~ label, input[type=radio] ~ label {
    position: relative;
    /* padding-left: 24px; */
    cursor: pointer;
}

/*review 10-08-2026*/






.rating-group-feedback {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin: 15px 0 20px;
}

.rating-group-feedback .radio {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hide native radio button */
.rating-group-feedback input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Clickable rating */
.rating-group-feedback label {
    display: inline-flex;
    align-items: center;
    margin: 0 !important;
    padding: 6px 8px !important;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.2s ease;
}

.rating-group-feedback .rating {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.rating-group-feedback .rating i {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 17px;
    line-height: 1;
    color: #495057;
}

/* Hover effect */
.rating-group-feedback label:hover {
    background: rgba(245, 166, 35, 0.08);
}

.rating-group-feedback label:hover .rating i {
    color: #f5a623;
}

/* Selected rating */
.rating-group-feedback input[type="radio"]:checked + label {
    background: rgba(245, 166, 35, 0.12);
}

.rating-group-feedback input[type="radio"]:checked + label .rating i {
    color: #f5a623;
}

span.contact-success {
    font-size: 20px;
    color: green;
    font-weight: 550;
}



/* VIDEO CAROUSEL */

.blog-video-section {
    width: 100%;
     margin-top: 0px;
   /*  margin-top: 45px; */
    margin-bottom: 30px;
}

.video-carousel-wrapper {
   position: relative;
    width: 100%;
}

.video-carousel {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.video-carousel::-webkit-scrollbar {
    display: none;
}


/* 6 VIDEOS IN ONE ROW */

.video-item {
    flex: 0 0 calc((100% - 75px) / 6);

    aspect-ratio: 9 / 16;

    position: relative;
    overflow: hidden;

    border-radius: 10px;
    background: #000;

    scroll-snap-align: start;
}


/* SHORTS / VERTICAL VIDEO RATIO */

.youtube-short-video {
   display: block;

    width: 100%;
    height: 100%;

    aspect-ratio: 9 / 16;

    border: 0;
    background: #000;
}

/* REEL POSTER / THUMBNAIL */

.video-item img,
.youtube-short-poster,
.reel-poster {
    display: block;

    width: 100%;
    height: 100%;

    position: absolute;
    inset: 0;

    object-fit: cover;
    object-position: center;

    border-radius: 10px;
}




/* ARROWS */

.video-carousel-arrow {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    width: 40px;
    height: 40px;

    border: 0;
    border-radius: 50%;

    background: #fff;
    color: #222;

    font-size: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    z-index: 10;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.video-prev {
    left: -20px;
}

.video-next {
    right: -20px;
}


/* TABLET - 3 VIDEOS */

@media (max-width: 991px) {

    .video-item {
        flex: 0 0 calc((100% - 30px) / 3);
    }

}


/* MOBILE - 2 VIDEOS */

@media (max-width: 767px) {

    .video-carousel {
        gap: 10px;
    }

    .video-item {
        flex: 0 0 calc((100% - 10px) / 2);
    }

    .video-prev {
        left: 5px;
    }

    .video-next {
        right: 5px;
    }

}


/* SMALL MOBILE - 1 VIDEO */

@media (max-width: 480px) 
{

    .video-item {
        flex: 0 0 85%;
    }

    .finance-header-top-area {
        display: none;
    }

    .finance-main-header-area.sticky {
        border-top: 2px solid #fa0109;
    }

    .finance-logo > a > img {
        width: 50% !important;
    }

}

.video-item {
    aspect-ratio: 9 / 16;
}

.video-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.available-on {
    /*margin: 30px 0px 30px 0px;*/
    margin: 0px 0px 50px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

   /* box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgb(0 0 0 / 68%);*/

    box-shadow:
    0px -4px 6px -1px rgba(0, 0, 0, 0.05),  /* top */
    0px 4px 6px -1px rgba(0, 0, 0, 0.05),   /* bottom */
    0 10px 15px -3px rgb(0 0 0 / 68%);      /* bottom stronger */


    transition: transform 0.2s ease, box-shadow 0.2s ease;

    padding: 20px;


}


.available-on h2 {
    text-align: center;
    width: 100%;

    color: #9a1a0f;
    margin: 0 0 10px;
    font-weight: 500;
    font-family: 'rubik';

}

.available-on-img {
    text-align: center;
    margin: 5px 9px;
    /* border-radius: 4px; */
    justify-content: center;
    padding: 4px 4px 1px 7px;
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    max-width: 165px;
    gap: 5px;
    line-height: normal;
}

.available-on-img a {
    text-align: center;
    margin: 5px 4px;
    border-radius: 4px;
    justify-content: center;
    padding: 10px 8px 3px 10px;
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    max-width: 165px;
    gap: 5px;
    line-height: normal;
}

.available-image-container {
    width: 240px;
}

.available-image-container img {
    height: 30px;
    object-fit: contain;
}

span.total-product {
    font-weight: 600;
}


a.footer-logo img {
    background: #fff;
    border-radius: 15px;
    width: 90%;
}

.single-footer a:hover {
    color: #febb01!important;
}


.copyright-center a {
    color: #fec310;
}

.about-us-video-section {
    border-top: 3px dotted #ddd; 
    padding-top: 50px;
    margin-top: 0;
}

a.read-more {
    color: #febf0f;
}

.single-footer p {
    color: #ffffffbf !important;
}

h4.footer-gift-domain-text {
    color: #f7d107;
}

.footer-address-section {
    color: #ffffffbf !important;
    margin-top: 5px;
}


.single-top-right a:hover {
    color: #f7c201;
}


/*contact us section css 12-08-2026*/



.contact-form {
    background: #fff;
    padding: 0px;
    border-radius: 10px;
    border: 1px solid #eee;

    box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.04),
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 -2px 5px rgba(0, 0, 0, 0.02);

    transition: all 0.3s ease;
}

.contact-form:hover {
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.05),
        0 15px 30px rgba(0, 0, 0, 0.12),
        0 -2px 6px rgba(0, 0, 0, 0.03);
}





.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    background: #fff;

    box-sizing: border-box;

    transition: all 0.3s ease;
    
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.contact-form textarea {
    height: 130px;
    padding: 15px;
    resize: vertical;
}

.contact-form button,
.contact-form input[type="submit"] {
    background: #f60006;
    color: #fff;
    border: none;
    padding: 13px 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;

    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.12);

    transition: all 0.3s ease;
}

.contact-form button:hover,
.contact-form input[type="submit"]:hover {
    transform: translateY(-2px);

    box-shadow:
        0 7px 15px rgba(0, 0, 0, 0.18);
}


.finance-contact-desc p {
    color: #000;
}

h6.text-dark.text-dark-blog-found {
    font-size: 20px;
}

li.selected-blog-category {
    background: #f9cd03;
    padding: 10px!important;
    margin: 4px!important;
}
li.selected-blog-category a{
    color:#000!important;
}



/*12-08-2026 available section*/


/* Blog Ai content css 13-08-2026 */

/* =========================================================
   MERAGIFT - AI BLOG CONTENT
   Compact / Clean / Responsive
   ========================================================= */

.blog-details-ai-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;

    color: #292929;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.65;

    word-break: normal;
    overflow-wrap: break-word;
}


/* =========================================================
   ARTICLE RESET
   ========================================================= */

.blog-details-ai-content article {
    margin: 0;
    padding: 0;
}

.blog-details-ai-content section {
    margin: 0 0 20px;
    padding: 0;
}


/* =========================================================
   HEADINGS
   ========================================================= */

.blog-details-ai-content h1,
.blog-details-ai-content h2,
.blog-details-ai-content h3,
.blog-details-ai-content h4,
.blog-details-ai-content h5,
.blog-details-ai-content h6 {
    margin: 0 0 8px;
    padding: 0;

    color: #222;
    font-weight: 700;
    line-height: 1.3;
}


/* Main AI section headings */

.blog-details-ai-content h2 {
    margin-top: 20px;
    margin-bottom: 8px;

    font-size: 20px;
    color: #222;

    border: 0;
}


/* First heading should have no unnecessary top gap */

.blog-details-ai-content section:first-child h2 {
    margin-top: 0;
}


/* Smaller headings */

.blog-details-ai-content h3 {
    font-size: 20px;
}

.blog-details-ai-content h4 {
    font-size: 18px;
}


/* =========================================================
   PARAGRAPHS
   ========================================================= */

.blog-details-ai-content p {
    margin: 0 0 10px;
    padding: 0;

    font-size: 16px;
    line-height: 1.7;
    color: #444;
}


/* Remove unnecessary spacing at the end */

.blog-details-ai-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   LISTS
   ========================================================= */

.blog-details-ai-content ul,
.blog-details-ai-content ol {
    margin: 5px 0 12px;
    padding-left: 22px;
}

.blog-details-ai-content li {
    margin: 0 0 6px;
    padding-left: 3px;

    color: #444;
    font-size: 16px;
    line-height: 1.6;
}

.blog-details-ai-content li:last-child {
    margin-bottom: 0;
}

.blog-details-ai-content ul li::marker {
    color: #e68a00;
}


/* =========================================================
   AMAZON BUY BUTTON
   Works automatically with your existing AI HTML
   ========================================================= */

.blog-details-ai-content a[href*="amazon.in"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 6px 0 8px;
    padding: 10px 20px;

    background: #ff9900;
    color: #fff !important;

    border: 0;
    border-radius: 6px;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;

    text-decoration: none !important;

    white-space: nowrap;

    box-shadow: 0 3px 8px rgba(255, 153, 0, 0.22);

    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.blog-details-ai-content a[href*="amazon.in"]:hover {
    background: #e88900;
    color: #fff !important;

    transform: translateY(-1px);

    box-shadow: 0 5px 12px rgba(255, 153, 0, 0.3);
}

.blog-details-ai-content a[href*="amazon.in"]:active {
    transform: translateY(0);
}


/* =========================================================
   NORMAL LINKS
   ========================================================= */

.blog-details-ai-content a:not([href*="amazon.in"]) {
    color: #b45309;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}


/* =========================================================
   FAQ
   Your AI uses <dl><dt><dd>
   ========================================================= */

.blog-details-ai-content dl {
    margin: 5px 0 0;
    padding: 0;
}

.blog-details-ai-content dt {
    margin: 0;
    padding: 10px 12px 5px;

    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;

    background: #fafafa;
    border-left: 3px solid #e68a00;
}

.blog-details-ai-content dd {
    margin: 0 0 7px;
    padding: 5px 12px 10px;

    color: #555;
    font-size: 15px;
    line-height: 1.6;

    background: #fafafa;
}


/* =========================================================
   STRONG / BOLD
   ========================================================= */

.blog-details-ai-content strong,
.blog-details-ai-content b {
    color: #222;
    font-weight: 700;
}


/* =========================================================
   BLOCKQUOTE
   ========================================================= */

.blog-details-ai-content blockquote {
    margin: 15px 0;
    padding: 10px 15px;

    background: #fff8ed;
    border-left: 3px solid #e68a00;

    color: #555;
}


/* =========================================================
   IMAGES
   ========================================================= */

.blog-details-ai-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 7px;
    border: 1px solid #000;
}

.blog-detail-page-description .text-muted {
    color: #000!important;
    font-size: 17px;
    background: #f9cc03;
    width: 30%;
    border-radius: 10px;
    padding: 0px 0 0 10px !important;
    margin-bottom: 15px;
}


/* =========================================================
   TABLE
   ========================================================= */

.blog-details-ai-content table {
    width: 100%;

    margin: 15px 0;

    border-collapse: collapse;

    font-size: 14px;
}

.blog-details-ai-content th,
.blog-details-ai-content td {
    padding: 8px 10px;

    border: 1px solid #e5e5e5;

    text-align: left;
    vertical-align: top;
}

.blog-details-ai-content th {
    background: #fafafa;
    color: #222;
    font-weight: 700;
}


/* =========================================================
   HORIZONTAL LINE
   ========================================================= */

.blog-details-ai-content hr {
    margin: 18px 0;

    border: 0;
    border-top: 1px solid #e5e5e5;
}


/* =========================================================
   CODE
   ========================================================= */

.blog-details-ai-content code {
    padding: 2px 5px;

    background: #f5f5f5;
    color: #b42318;

    border-radius: 4px;

    font-size: 14px;
}

.blog-details-ai-content pre {
    margin: 15px 0;
    padding: 12px;

    background: #222;
    color: #fff;

    border-radius: 6px;

    overflow-x: auto;
}


/* =========================================================
   REMOVE EMPTY ELEMENT SPACING
   ========================================================= */

.blog-details-ai-content p:empty,
.blog-details-ai-content div:empty,
.blog-details-ai-content span:empty {
    display: none;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .blog-details-ai-content {
        font-size: 15px;
        line-height: 1.6;
    }

    .blog-details-ai-content section {
        margin-bottom: 16px;
    }

    .blog-details-ai-content h2 {
        margin-top: 16px;
        margin-bottom: 7px;

        font-size: 20px;
    }

    .blog-details-ai-content h3 {
        font-size: 18px;
    }

    .blog-details-ai-content p {
        margin-bottom: 8px;

        font-size: 15px;
        line-height: 1.65;
    }

    .blog-details-ai-content ul,
    .blog-details-ai-content ol {
        margin: 4px 0 10px;
        padding-left: 20px;
    }

    .blog-details-ai-content li {
        margin-bottom: 5px;

        font-size: 15px;
        line-height: 1.55;
    }

    /* Amazon button mobile */

    .blog-details-ai-content a[href*="amazon.in"] {
        width: auto;
        min-width: 170px;

        margin: 5px 0 8px;
        padding: 11px 18px;

        font-size: 14px;
    }

    /* FAQ mobile */

    .blog-details-ai-content dt {
        padding: 9px 10px 4px;
        font-size: 15px;
    }

    .blog-details-ai-content dd {
        padding: 4px 10px 9px;
        font-size: 14px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .blog-details-ai-content h2 {
        font-size: 19px;
    }

    .blog-details-ai-content p,
    .blog-details-ai-content li {
        font-size: 14.5px;
    }

    .blog-details-ai-content a[href*="amazon.in"] {
        width: 100%;
        max-width: 220px;
    }
}

/* new foooter 14-08-2026 */

.mt-n2-bottom {
    margin-bottom: 1.5rem !important;
}

.mb-1-6, .my-1-6 {
    margin-bottom: 0.6rem;
}

.footer-section-title span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #ffffffed;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* .footer-section-title span:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #f7901e;
} */

.mt-n2 {
    margin-top: -0.5rem !important;
}

.blog-tags-category a {
    padding: 7px 2px 7px 2px;
    color: #ffffffbd!important; 
    font-size: 14px;
    line-height: 10px;
    margin: 0.6rem 20px 0 0;
    display: inline-block;
    vertical-align: top;


      
    margin-right: 10px !important;
    border: solid 1px silver;
    border-radius: 9px;
    padding: 10px;
    margin-bottom: 7px;
}

.blog-tags a {
    padding: 7px 2px 7px 2px;
    color: #ffffffbd!important;
    font-size: 14px;
    line-height: 10px;
    margin: 0.6rem 20px 0 0;
    display: inline-block;
    vertical-align: top;

}

.blog-tags a:hover, .blog-tags a:active, .blog-tags a:focus {
    background-color: #fff;
    color: red!important;
    border-radius: 5px !important;
}

.blog-tags-category a:hover, .blog-tags a:active, .blog-tags a:focus {
    background-color: #fff;
    color: red!important;
    border-radius: 5px !important;
}

.social-icon-style5 {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 0px;
	list-style: none
}

.social-icon-style5 li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px
}

.social-icon-style5 li a {
	z-index: 1;
	width: 35px;
	height: 35px;
	color: white;
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-weight: 600;
	position: relative;
	border-radius: 5px;
	text-align: center;
	padding: 11px 11px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	background-color: #ff497c;
}

.social-icon-style5 li a:before {
	z-index: -1;
	content: '';
	-webkit-transition: 0.75s;
	-o-transition: 0.75s;
	transition: 0.75s;
	position: absolute;
	width: 0;
	height: 0;
	background: transparent;
	left: 0;
	top: 0;
	border-bottom: 55px solid transparent;
	border-left: 350px solid #ff497c
}

.social-icon-style5 li a:after {
	z-index: -1;
	content: '';
	-webkit-transition: 0.75s;
	-o-transition: 0.75s;
	transition: 0.75s;
	position: absolute;
	width: 0;
	height: 0;
	background: transparent;
	right: 0;
	bottom: 0;
	border-top: 55px solid transparent;
	border-right: 350px solid #ff497c
}

.social-icon-style5 li a:hover {
	background: #fff;
	color: #f80003
}

.social-icon-style5 li a:hover:before {
	border-bottom: 0px solid transparent;
	border-left: 0px solid #ff497c
}

.social-icon-style5 li a:hover:after {
	border-top: 0px solid transparent;
	border-right: 0px solid #ff497c
}

.social-icon-style5 li:last-child {
	margin-right: 0
}

li.text-white span {
    color: #ffffffbd!important;
}

p.text-white.opacity9 {
    color: #ffffffbd !important;
}


/* header menu active */

li.home-active a {
    color: #f8020d !important;
}

li.about-active a {
    color: #f8020d !important;
}

li.gallery-active a {
    color: #f8020d !important;
}

li.blog-active a {
    color: #f8020d !important;
}

li.contact-us-active a {
    color: #f8020d !important;
}


/* 01-09-2026 reel video  */

/* ======================================
   WATCH REELS - PROFESSIONAL DESIGN
====================================== */

.section_home_watch-reel {
    /* padding: 45px 0 55px; */
    padding: 0px 0 10px;
    background: #fff;
}


/* carousel */
.video-carousel-wrapper {
    position: relative;
    width: 100%;
}

.video-carousel {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;

    padding: 5px 2px 15px;

    scrollbar-width: none;
}

.video-carousel::-webkit-scrollbar {
    display: none;
}


/* =============================
   REEL CARD
============================= */

.reel-card {
    position: relative;

    flex: 0 0 calc((100% - 90px) / 6);

    aspect-ratio: 9 / 16;

    border-radius: 14px;

    overflow: hidden;

    background: #111;

    cursor: pointer;

    scroll-snap-align: start;

    box-shadow:
        0 4px 12px rgba(0,0,0,.08),
        0 12px 28px rgba(0,0,0,.10);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.reel-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 8px 20px rgba(0,0,0,.12),
        0 18px 40px rgba(0,0,0,.16);
}


/* =============================
   VIDEO
============================= */

.reel-video {
    position: absolute;

    width: 100%;
    height: 100%;

    left: 0;
    top: 0;

    object-fit: cover;
    object-position: center;

    display: block;

    background: #111;
}


/* =============================
   SMALL DARK OVERLAY
============================= */

.reel-dark-overlay {
    position: absolute;

    inset: 0;

    background: rgba(0,0,0,.08);

    pointer-events: none;

    transition: .3s;
}


.reel-card:hover .reel-dark-overlay {
    background: rgba(0,0,0,.16);
}


/* =============================
   PLAY BUTTON
============================= */

.reel-play-btn {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 58px;
    height: 58px;

    border-radius: 50%;

    border: 2px solid rgba(255,255,255,.75);

    background: rgba(0,0,0,.45);

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    cursor: pointer;

    z-index: 5;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    transition: all .25s ease;
}


.reel-play-btn i {
    font-size: 20px;

    margin-left: 3px;
}


.reel-card:hover .reel-play-btn {
    transform:
        translate(-50%, -50%)
        scale(1.08);

    background: rgba(251,17,20,.90);

    border-color: #fff;
}


/* hide button while playing */
.reel-card.is-playing .reel-play-btn {
    opacity: 0;
    visibility: hidden;

    transform:
        translate(-50%, -50%)
        scale(.8);
}


/* =============================
   BOTTOM CINEMA GRADIENT
============================= */

.reel-bottom-gradient {
    position: absolute;

    bottom: 0;
    left: 0;

    width: 100%;
    height: 30%;

    pointer-events: none;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.42),
            transparent
        );
}


/* remove gradient while playing */
.reel-card.is-playing .reel-bottom-gradient,
.reel-card.is-playing .reel-dark-overlay {
    opacity: 0;
}


/* =============================
   CAROUSEL ARROWS
============================= */

.video-carousel-arrow {
    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    z-index: 20;

    width: 42px;
    height: 42px;

    border: 0;

    border-radius: 50%;

    background: #fff;

    color: #222;

    font-size: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    box-shadow:
        0 3px 12px rgba(0,0,0,.18);

    transition: .25s;
}


.video-carousel-arrow:hover {
    background: #fb1114;

    color: #fff;
}


.video-prev {
    left: -20px;
}


.video-next {
    right: -20px;
}


/* =============================
   RESPONSIVE
============================= */

@media (max-width: 1199px) {

    .reel-card {
        flex: 0 0 calc((100% - 60px) / 4);
    }

}


@media (max-width: 991px) {

    .reel-card {
        flex: 0 0 calc((100% - 36px) / 3);
    }

}


@media (max-width: 767px) {

    .video-carousel {
        gap: 12px;
    }

    .reel-card {
        flex: 0 0 42%;
        border-radius: 12px;
    }

    .video-carousel-arrow {
        width: 36px;
        height: 36px;
    }

    .video-prev {
        left: -8px;
    }

    .video-next {
        right: -8px;
    }

}


@media (max-width: 480px) {

    .reel-card {
        flex: 0 0 68%;
    }

}


.reel-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}

.reel-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: #000;
}


/* Dark overlay before playing */
.reel-dark-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.12);
    pointer-events: none;
    transition: opacity 0.2s ease;
}


/* Center play button */
.reel-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    width: 60px;
    height: 60px;

    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.9);

    background: rgba(0,0,0,0.45);
    color: #fff;

    font-size: 23px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 5;
}


/* Hide custom play button after playback starts */
.reel-card.is-playing .reel-play-btn {
    display: none;
}


/* Remove custom dark overlay while playing */
.reel-card.is-playing .reel-dark-overlay {
    opacity: 0;
}


/* Bottom gradient only before playback */
.reel-bottom-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 80px;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.35),
        transparent
    );

    pointer-events: none;
}


/* Remove gradient while playing */
.reel-card.is-playing .reel-bottom-gradient {
    display: none;
}


.blog-view-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 20px;

    background: #e60000;
    color: #fff !important;

    border: 1px solid #e60000;
    border-radius: 5px;

    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;

    transition: all 0.3s ease;
}

.blog-view-more i {
    font-size: 17px;
    transition: transform 0.3s ease;
}

.blog-view-more:hover {
    background: #c90000;
    border-color: #c90000;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(230, 0, 0, 0.20);
}

.blog-view-more:hover i {
    transform: translateX(4px);
}

.blog-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.blog-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.blog-heading-left h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #303030;
    line-height: 1.2;
}

.blog-heading-left .title-line {
    width: 100px;
    height: 3px;
    background: #e60000;
    margin-top: 9px;
}


/* Professional View All button */

.blog-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    background: #e50914;
    color: #fff !important;

    padding: 8px 16px;

    border: none;
    border-radius: 4px;

    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .1px;

    text-decoration: none !important;
    white-space: nowrap;

    box-shadow: none;

    transition: background .25s ease,
                transform .25s ease;
}

.blog-view-all i {
    font-size: 12px;
    transition: transform .25s ease;
}

.blog-view-all:hover {
    background: #c9000a;
    color: #fff !important;
    transform: translateY(-1px);
}

.blog-view-all:hover i {
    transform: translateX(3px);
}


/* Mobile */

@media (max-width: 575px) {

    .blog-section-heading {
        align-items: center;
        margin-bottom: 20px;
    }

    .blog-heading-left h3 {
        font-size: 22px;
    }

    .blog-heading-left .title-line {
        width: 70px;
    }

    .blog-view-all {
        padding: 7px 11px;
        font-size: 12px;
    }

}



.mg-section-heading {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-bottom: 16px;
    margin-bottom: 28px;

    /* full grey bottom border */
    border-bottom: 1px solid #e5e5e5;
}


/* Heading */

.mg-heading-title {
    position: relative;
}

.mg-heading-title h3 {
    margin: 0;

    color: #172033;

    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
}


/* Red underline */

.mg-heading-title::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -17px;

    width: 55px;
    height: 3px;

    background: #e50914;
    border-radius: 2px;
}


/* View All */

.mg-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    padding: 8px 16px;

    background: #e50914;
    color: #ffffff !important;

    border-radius: 4px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1;

    text-decoration: none !important;
    white-space: nowrap;

    transition: all 0.25s ease;
}

.mg-view-all i {
    font-size: 15px;
    color: #ffffff;
    transition: transform 0.25s ease;
}

.mg-view-all:hover {
    background: #c9000a;
    color: #ffffff !important;
    box-shadow: 0 3px 8px rgba(229, 9, 20, 0.20);
}

.mg-view-all:hover i {
    transform: translateX(3px);
}

/* Mobile */

@media (max-width: 575px) {

    .mg-section-heading {
        padding-bottom: 13px;
        margin-bottom: 22px;
    }

    .mg-heading-title h3 {
        font-size: 21px;
    }

    .mg-heading-title::after {
        bottom: -14px;
        width: 45px;
    }

    .mg-view-all {
        font-size: 13px;
    }
}


/*08-09-2026 slider section */


/* ==============================
   STICKY MAIN HEADER
================================= */

.finance-main-header-area.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1050;
    background: #fff;
    border-top: 3px solid #f8020d;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

/* Prevent unwanted space above slider */
.finance-slider-area,
.finance-slide {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* ==============================
   FULL-WIDTH RESPONSIVE SLIDER
   Image size: 1920 × 625
================================= */

.finance-main-slide {
    width: 100%;
    height: auto !important;

    /* Maintains the exact 1920 × 625 proportion */
    aspect-ratio: 1920 / 625;

    background-size: 100% 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Keep Owl Carousel elements full width */
.finance-slide,
.finance-slide .owl-stage-outer,
.finance-slide .owl-stage,
.finance-slide .owl-item {
    width: 100%;
}

/* Remove unnecessary gap between header and slider */
.finance-main-header-area + .finance-slider-area {
    margin-top: 0;
}

/* Tablet */
@media (max-width: 991px) {
    .finance-main-slide {
        aspect-ratio: 1920 / 625;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .finance-header-top-area {
        display: none;
    }

    .finance-main-slide {
        aspect-ratio: 1920 / 625;
        background-size: 100% 100% !important;
    }

    .finance-main-header-area.sticky {
        border-top-width: 2px;
    }
}


/* Normal header */
.finance-main-header-area.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-top: 3px solid #f8020d;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

/* Keep compatibility with existing sticky JavaScript */
.finance-main-header-area.stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/*11-09-2026 home page blog section style*/

/* Recent Blog Image - same area, full image visible */
.section_home_blog_50 .finance-default-news-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
}

.section_home_blog_50 .finance-default-news-img > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_home_blog_50 .finance-default-news-img img {
    width: 100% !important;
    height: 100% !important;

    /* IMPORTANT */
    object-fit: contain;

    object-position: center;
    display: block;
}

/*home blog below description 11-09-2026*/

/* ======================================
   MERAGIFT MODERN BLOG CARD CONTENT
====================================== */

.section_home_blog_50 .news-grid-text {
    padding: 17px 4px 15px !important;
}


/* SMALL CATEGORY */
.section_home_blog_50 .mg-blog-category {
    display: inline-block;
    margin-bottom: 8px;

    color: #ed0500;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: .7px;
}


/* TITLE */
.section_home_blog_50 .blog-card-title {
    margin: 0 0 7px;
    height: 48px;
    overflow: hidden;
}

.section_home_blog_50 .blog-card-title a {
    color: #111 !important;

    font-family: "Poppins", sans-serif;
    font-size: 17px !important;
    line-height: 24px;
    font-weight: 600 !important;

    text-transform: none !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section_home_blog_50 .blog-card-title a:hover {
    color: #ed0500 !important;
}


/* DESCRIPTION */
.section_home_blog_50 .blog-card-desc {
    color: #333;
    font-size: 13px;
    line-height: 20px;

    margin: 0 0 12px;

    height: 40px;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* FOOTER */
.section_home_blog_50 .mg-blog-footer {
    border-top: 1px solid #eeeeee;

    padding-top: 10px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 12px;
}


/* DATE + COMMENT */
.section_home_blog_50 .mg-blog-meta {
    display: flex;
    align-items: center;
    gap: 13px;

    color: #999;
    font-size: 11px;
}

.section_home_blog_50 .mg-blog-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.section_home_blog_50 .mg-blog-meta i {
    color: #ed0500;
    font-size: 12px;
}


/* READ ARTICLE */
.section_home_blog_50 .mg-read-article {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    color: #222 !important;

    font-size: 12px;
    font-weight: 600;

    white-space: nowrap;

    transition: all .25s ease;
}

.section_home_blog_50 .mg-read-article i {
    color: #ed0500;
    transition: transform .25s ease;
}

.section_home_blog_50 .mg-read-article:hover {
    color: #ed0500 !important;
}

.section_home_blog_50 .mg-read-article:hover i {
    transform: translateX(4px);
}


/* MOBILE */
@media (max-width: 767px) {

    .section_home_blog_50 .mg-blog-footer {
        gap: 8px;
    }

    .section_home_blog_50 .mg-blog-meta {
        gap: 9px;
    }

    .section_home_blog_50 .mg-read-article {
        font-size: 11px;
    }
}

/* =================================
   BLOG BOTTOM / FOOTER SECTION
================================= */

.section_home_blog_50 .mg-blog-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    margin-top: 13px;
    padding: 11px 12px;

    /* border only for bottom section */
    border: 1px solid #e8e8e8;
    border-radius: 6px;

    background: #fafafa;
}


/* DATE + COMMENTS */

.section_home_blog_50 .mg-blog-meta {
    display: flex;
    align-items: center;
    gap: 16px;

    font-size: 12px;
    font-weight: 500;
    color: #555;
}

.section_home_blog_50 .mg-blog-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.section_home_blog_50 .mg-blog-meta i {
    color: #ed0500;
    font-size: 13px;
}


/* MORE ATTRACTIVE READ MORE */

.section_home_blog_50 .mg-read-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    background: linear-gradient(135deg, #ed0500, #ff3535);
    color: #fff !important;

    padding: 8px 14px;

    border-radius: 5px;

    font-size: 12px;
    line-height: 18px;
    font-weight: 600;

    white-space: nowrap;

    box-shadow: 0 3px 8px rgba(237, 5, 0, 0.20);

    transition: all .25s ease;
}

.section_home_blog_50 .mg-read-more-btn i {
    font-size: 14px;
    transition: transform .25s ease;
}

.section_home_blog_50 .mg-read-more-btn:hover {
    background: #111;
    color: #fff !important;

    transform: translateY(-1px);

    box-shadow: 0 5px 12px rgba(0,0,0,.18);
}

.section_home_blog_50 .mg-read-more-btn:hover i {
    transform: translateX(3px);
}

/*2nd 2nd  --------*/

/* =========================================
   COMPLETE BLOG CONTENT CARD
========================================= */

.section_home_blog_50 .finance-default-news-text.news-grid-text {
    border: 1px solid #e5e5e5;
    border-top: 0;

    padding: 16px 18px 0 !important;
    background: #fff;

    border-radius: 0 0 7px 7px;
}


/* CATEGORY */
.section_home_blog_50 .mg-blog-category {
    display: inline-block;

    color: #ed0500;
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: .5px;

    margin-bottom: 7px;
}


/* =========================================
   TITLE - MAXIMUM 2 LINES
========================================= */

.section_home_blog_50 .blog-card-title {
    margin: 0 0 7px;

    height: 48px;
    overflow: hidden;
}

.section_home_blog_50 .blog-card-title a {
    color: #111 !important;

    font-size: 17px !important;
    line-height: 24px;
    font-weight: 600 !important;

    text-transform: none !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section_home_blog_50 .blog-card-title a:hover {
    color: #ed0500 !important;
}


/* =========================================
   DESCRIPTION
========================================= */

.section_home_blog_50 .blog-card-desc {
    color: #666;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    height: 42px;
    margin: 0 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* =========================================
   FOOTER - NO BORDER
========================================= */

.section_home_blog_50 .mg-blog-footer {
    /* extend footer to card edges */
    margin-left: -18px;
    margin-right: -18px;

    padding: 10px 14px;

    /* NO BORDER */
    border: 0 !important;

    background: #f7f7f7;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 12px;

    border-radius: 0 0 6px 6px;
}


/* =========================================
   DATE + COMMENTS
========================================= */

.section_home_blog_50 .mg-blog-meta {
    display: flex;
    align-items: center;

    gap: 16px;

    color: #555;
    font-size: 12px;
    font-weight: 500;
}

.section_home_blog_50 .mg-blog-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.section_home_blog_50 .mg-blog-meta i {
    color: #ed0500;
    font-size: 13px;
}


/* =========================================
   READ MORE BUTTON
========================================= */

.section_home_blog_50 .mg-read-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    padding: 7px 13px;

    background: #ed0500;
    color: #fff !important;

    border-radius: 4px;

    font-size: 11px;
    line-height: 18px;
    font-weight: 600;

    white-space: nowrap;

    box-shadow: 0 2px 6px rgba(237, 5, 0, .18);

    transition: all .25s ease;
}

.section_home_blog_50 .mg-read-more-btn i {
    font-size: 13px;
    transition: transform .25s ease;
}

.section_home_blog_50 .mg-read-more-btn:hover {
    background: #222;
    color: #fff !important;

    transform: translateY(-1px);
}

.section_home_blog_50 .mg-read-more-btn:hover i {
    transform: translateX(3px);
}


/* MOBILE */
@media (max-width: 767px) {

    .section_home_blog_50 .finance-default-news-text.news-grid-text {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .section_home_blog_50 .mg-blog-footer {
        margin-left: -14px;
        margin-right: -14px;
    }

    .section_home_blog_50 .mg-blog-meta {
        gap: 10px;
        font-size: 11px;
    }
}



/* ==========================================
   BLOG DETAIL TOP IMAGE
   ========================================== */

.finance-default-news-img.blog-details-page-top-mage {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: #f5f5f5;
    margin-bottom: 24px;
}

.finance-default-news-img.blog-details-page-top-mage img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}


/* Remove unnecessary overlay effect if not required */
.finance-default-news-img.blog-details-page-top-mage .news-overlay {
    display: none;
}


/* ==========================================
   BLOG TITLE + SHARE AREA
   ========================================== */

.blog-detail-page-title-share-heading {
    padding: 0 !important;
    margin: 0 0 25px 0;
}

.blog-detail-page-title-share-heading > h3 {
    margin: 0 0 18px 0;
    padding: 0;
    
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    color: #222;
    
    text-transform: none;
    letter-spacing: 0;
}


/* ==========================================
   SHARE SECTION
   ========================================== */

.blog-detail-page-title-share-heading .finance-post-share-comment {
    margin: 0;
    padding: 0;
    border: 0;
}

.blog-detail-page-title-share-heading .share-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 5px;
}


/* Share Icon Base */

.blog-detail-page-title-share-heading .share-btn {
    width: 38px;
    height: 38px;
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    border-radius: 50%;
    border: none;
    
    text-decoration: none;
    cursor: pointer;
    
    color: #fff !important;
    font-size: 15px;
    
    transition: all 0.25s ease;
    
    padding: 0;
    margin: 0;
}


/* Facebook */

.blog-detail-page-title-share-heading .share-btn.facebook {
    background: #1877f2;
}


/* Twitter / X */

.blog-detail-page-title-share-heading .share-btn.twitter {
    background: #000;
}


/* General Share */

.blog-detail-page-title-share-heading .share-btn.general-share {
    background: #555;
}


/* Pinterest */

.blog-detail-page-title-share-heading .share-btn.pinterest {
    background: #e60023;
}


/* WhatsApp */

.blog-detail-page-title-share-heading .share-btn.whatsapp {
    background: #25d366;
}


/* Hover */

.blog-detail-page-title-share-heading .share-btn:hover {
    transform: translateY(-2px);
    opacity: 0.88;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}


/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 991px) {

    .blog-detail-page-title-share-heading > h3 {
        font-size: 27px;
        line-height: 1.35;
    }

}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .finance-default-news-img.blog-details-page-top-mage {
        aspect-ratio: 16 / 9;
        border-radius: 7px;
        margin-bottom: 18px;
    }

    .finance-default-news-img.blog-details-page-top-mage img {
        border-radius: 7px;
    }

    .blog-detail-page-title-share-heading > h3 {
        font-size: 23px;
        line-height: 1.35;
        margin-bottom: 15px;
    }

    .blog-detail-page-title-share-heading .share-buttons {
        gap: 7px;
    }

    .blog-detail-page-title-share-heading .share-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

}


/* ==========================================
   SMALL MOBILE
   ========================================== */

@media (max-width: 480px) {

    .blog-detail-page-title-share-heading > h3 {
        font-size: 21px;
        line-height: 1.4;
    }

}

/*12-09-2026 blog details page */
/* ==========================================
   BLOG DETAIL TOP IMAGE
   ========================================== */

.finance-default-news-img.blog-details-page-top-mage {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: #f5f5f5;
    margin-bottom: 24px;
}

.finance-default-news-img.blog-details-page-top-mage img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}


/* Remove unnecessary overlay effect if not required */
.finance-default-news-img.blog-details-page-top-mage .news-overlay {
    display: none;
}


/* ==========================================
   BLOG TITLE + SHARE AREA
   ========================================== */

.blog-detail-page-title-share-heading {
    padding: 0 !important;
    margin: 0 0 25px 0;
}

.blog-detail-page-title-share-heading > h3 {
    margin: 0 0 18px 0;
    padding: 0;
    
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    color: #222;
    
    text-transform: none;
    letter-spacing: 0;
}


/* ==========================================
   SHARE SECTION
   ========================================== */

.blog-detail-page-title-share-heading .finance-post-share-comment {
    margin: 0;
    padding: 0;
    border: 0;
}

.blog-detail-page-title-share-heading .share-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 5px;
}


/* Share Icon Base */

.blog-detail-page-title-share-heading .share-btn {
    width: 38px;
    height: 38px;
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    border-radius: 50%;
    border: none;
    
    text-decoration: none;
    cursor: pointer;
    
    color: #fff !important;
    font-size: 15px;
    
    transition: all 0.25s ease;
    
    padding: 0;
    margin: 0;
}


/* Facebook */

.blog-detail-page-title-share-heading .share-btn.facebook {
    background: #1877f2;
}


/* Twitter / X */

.blog-detail-page-title-share-heading .share-btn.twitter {
    background: #000;
}


/* General Share */

.blog-detail-page-title-share-heading .share-btn.general-share {
    background: #555;
}


/* Pinterest */

.blog-detail-page-title-share-heading .share-btn.pinterest {
    background: #e60023;
}


/* WhatsApp */

.blog-detail-page-title-share-heading .share-btn.whatsapp {
    background: #25d366;
}


/* Hover */

.blog-detail-page-title-share-heading .share-btn:hover {
    transform: translateY(-2px);
    opacity: 0.88;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}


/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 991px) {

    .blog-detail-page-title-share-heading > h3 {
        font-size: 27px;
        line-height: 1.35;
    }

}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .finance-default-news-img.blog-details-page-top-mage {
        aspect-ratio: 16 / 9;
        border-radius: 7px;
        margin-bottom: 18px;
    }

    .finance-default-news-img.blog-details-page-top-mage img {
        border-radius: 7px;
    }

    .blog-detail-page-title-share-heading > h3 {
        font-size: 23px;
        line-height: 1.35;
        margin-bottom: 15px;
    }

    .blog-detail-page-title-share-heading .share-buttons {
        gap: 7px;
    }

    .blog-detail-page-title-share-heading .share-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

}


/* ==========================================
   SMALL MOBILE
   ========================================== */

@media (max-width: 480px) {

    .blog-detail-page-title-share-heading > h3 {
        font-size: 21px;
        line-height: 1.4;
    }

}


.blog-details-second-description-section {
    padding: 0px !important;
}



/* Blog cards */
.single-news-default {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Keep image consistent */
.finance-default-news-img {
    flex-shrink: 0;
}

/* Blog content */
.finance-default-news-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Keep summary area same height even when empty/short */
.blog-card-desc {
    min-height: 72px;
    margin-bottom: 15px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Footer stays at bottom */
.mg-blog-footer {
    margin-top: auto;
}


.blog-card-desc {
    min-height: 65px;
    line-height: 24px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-details-page-top-mage {
    padding: 8px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}

.blog-details-page-top-mage img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    box-sizing: border-box;
}


.widget-recentpost-new .widget-recentpost-image {
    width: 90px;
    height: 70px;
    flex: 0 0 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
}

.widget-recentpost-new .widget-recentpost-image img.img-circle1 {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    background: #fff;
    border-radius: 3px;
}






















