/*
font-family: 'Poppins', sans-serif;;
font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Montserrat', sans-serif;
*/
/************ TABLE OF CONTENTS ***************
1.0 Home
2.
3.
4.
5.
6.
7.
8.
9.
10.
**********************************************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;1,400&display=swap');

@font-face {
    font-family: 'Edu SA Beginner';
    src: url('../webfonts/EduSABeginner-Regular.woff2') format('woff2'),
        url('../webfonts/EduSABeginner-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../webfonts/OpenSans-Regular.woff2') format('woff2'),
        url('../webfonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-Black.woff2') format('woff2'),
        url('../webfonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('../webfonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('../webfonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../webfonts/OpenSans-Italic.woff2') format('woff2'),
        url('../webfonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-Bold.woff2') format('woff2'),
        url('../webfonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../webfonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../webfonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-Italic.woff2') format('woff2'),
        url('../webfonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../webfonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-Light.woff2') format('woff2'),
        url('../webfonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../webfonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-Medium.woff2') format('woff2'),
        url('../webfonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../webfonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-Regular.woff2') format('woff2'),
        url('../webfonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-LightItalic.woff2') format('woff2'),
        url('../webfonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

:root {
    --font-title: 'Montserrat', sans-serif;
    --font-heading: 'Poppins', sans-serif;
    --font-para: 'Open Sans', sans-serif;
    --font-cursive: 'Playfair Display', serif;
    --color-primary: #0D4F8B;
    --color-secondry: #000033;
    --color-ternary: #162252;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

body {
    color: #888888;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    /* font-family: var(--font-para); */
    font-weight: 400;
}

body,
html {
    height: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    line-height: 1;
    font-family: var(--font-heading);
    color: var(--color-ternary);
}

p {
    position: relative;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 24px;
}

input,
button,
select,
textarea {}

button:focus {
    outline: none;
}


ul {
    margin: 0;
}

.section-padding {
    padding: 80px 0;
}

.all-section {
    overflow: hidden;
}

.link-button {

    font-size: 14px;
    color: var(--color-ternary);
    display: inline-block;
    padding: 8px 24px;
    border-radius: 50px;
    background: #fff;
    font-family: var(--font-heading);
    font-weight: 500;
    margin: 0;
    border: 1px solid transparent;
    transition: .3s;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.create-account a.link-button {
    padding: 8px 12px;
}

.link-button.blue {
    background: var(--color-ternary);
    color: #fff;
    border: 1px solid transparent;
    transition: all .5s;
}

.link-button.submit {
    transition: all .5s;
    font-size: 14px;
    color: var(--color-ternary);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    background: #fff;
    font-family: var(--font-heading);
    font-weight: 600;
    margin: 0;
    border: 1px solid transparent;
    transition: .3s;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.link-button.submit.blue {
    background: var(--color-ternary);
    color: #fff;
}

.link-button:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background: var(--color-ternary);
    height: 100%;
    border-radius: 50px;
    z-index: -1;
    transform: scale(0);
    transition: .3s;
}

.link-button:hover {
    color: #fff;
    background: transparent;
    transition: all .5s;
}

.link-button:hover:after {
    transform: scale(1);
}

.link-button.blue:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    border-radius: 50px;
    z-index: -1;
    transform: scale(0);
    transition: .3s;
}

.link-button.blue:hover {
    color: var(--color-ternary);
    border: 1px solid var(--color-ternary);

}

.link-button.blue:hover:after {
    transform: scale(1);
}

.box-shadow {
    transition: .3s;
}

.box-shadow:hover {
    box-shadow: 0px 5px 10px 0px #bbbbbb82;
}


/*** 
	Global Settings End
***/


/*
========================================
1.0 Home Page Area Start
========================================
*/
/* ----------PreLoader---------- */

.preloader {
    position: fixed;
    z-index: 99999999999;
    background: var(--color-ternary);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading {
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    border-radius: 50%;
    border-top: 10px solid #e74c3c;
    position: relative;
    animation: a1 2s linear infinite;
}

.loading::before,
.loading::after {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: -10px;
    box-sizing: border-box;
    border-radius: 50%;
}

.loading::before {
    border-top: 10px solid #e67e22;
    transform: rotate(120deg);
}

.loading::after {
    border-top: 10px solid #3498db;
    transform: rotate(240deg);
}

.loading span {
    position: absolute;
    width: 200px;
    height: 200px;
    color: #fff;
    text-align: center;
    line-height: 200px;
    animation: a2 2s linear infinite;
}

@keyframes a1 {
    to {
        transform: rotate(360deg);
    }
}

@keyframes a2 {
    to {
        transform: rotate(-360deg);
    }
}

/*** 
	Top Area Start
***/
.top-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    transition: all .5s;
}

header.top-area.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #082b54e6;
    transition: all .5s;
}

.top-menu {
    background: var(--color-secondry);
    padding: 20px 0;
}

.top-menu-item {
    display: flex;
    justify-content: space-between;
}

.select-curency select {
    background: var(--color-secondry);
    color: #fff;
    font-size: 12px;
    font-family: var(--font-heading);
}

.select-curency select option {
    color: #fff;
}

.top-left {
    display: flex;
}

.curency-valu span {
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 5px 0 5px 10px;
    font-family: var(--font-heading);
}


.select-curency .dropdown-toggle:after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 1;
    color: #fff;
    border: 0;
    transition: .3s
}

.select-curency .dropdown.show .dropdown-toggle:after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 1;
    color: #fff;
    border: 0;
}

.select-curency .dropdown-item {
    transition: .3s;
    font-size: 12px;
    padding: 5px 14px;
    font-family: var(--font-heading);
}

.select-curency .dropdown-menu {
    min-width: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid #fff;
}

.select-curency .dropdown-item:hover {
    background: var(--color-ternary);
    color: #fff;
}

.select-curency .dropdown-toggle {
    font-family: var(--font-heading);
    font-size: 12px;
    border: 0;
    background: transparent;
}

.select-curency .dropdown-toggle:focus {
    outline: 0;
    border: 0;
}

.select-curency .show>.btn-secondary.dropdown-toggle {
    background: transparent;
    outline: none;
    border: 0;
}

.select-curency .btn-secondary:focus {
    box-shadow: none;
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.select-curency {
    position: relative;
}

.top-ight ul li {
    list-style: none;
    display: inline-block;
}

.top-ight ul li a {
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    font-family: var(--font-heading);
    font-weight: 400;
    text-transform: uppercase;
}


/*Nav Menu*/

.main-menu {
    padding: 8px 0;
    border-bottom: 1px solid #fff;
}

.main-menu-item .navbar {
    padding: 0;
}

.main-menu-item .navbar .navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    transition: .3s;
    font-family: var(--font-heading);
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.main-menu-item .dropdown-menu {
    background: #fff;
    color: #fff;
    border-radius: 5px;
}

.main-menu-item .dropdown-menu {
    padding: 0;
    overflow: hidden;
}

.main-menu-item .nav-item.dropdown {
    position: relative;
    margin-right: 10px;
}

.main-menu-item .nav-item.dropdown:after {
    content: "\f107";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    transition: .3s;
}

.main-menu-item .nav-item.dropdown.show:after {
    transform: translateY(-50%) rotate(-180deg);
}

.main-menu-item .dropdown-item {
    color: var(--color-ternary);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-heading);
    transition: .3s;
}

.main-menu-item .dropdown-item:hover {
    color: #fff;
    background: var(--color-ternary);
}

.main-menu-item .navbar .navbar-nav .nav-link:hover {
    color: #ff6272;
}

.main-menu-item .navbar .navbar-nav .nav-link:after {
    position: absolute;
    left: 50%;
    bottom: -22px;
    content: "";
    height: 6px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.main-menu-item .navbar .navbar-nav .nav-link.active {
    color: #dfdfdf;
}

.main-menu-item .navbar .navbar-nav .nav-link.active:after {
    opacity: 1;
    visibility: visible;
}

/*.main-menu-item .navbar .navbar-nav .nav-link:hover:after{
    opacity: 1;
    visibility: visible;
}*/




.main-menu-item ul.navbar-nav {
    margin: 0 auto;
}

/* Side Menu */

.trigermenu {
    position: fixed;
    left: -350px;
    top: 0;
    height: 100%;
    z-index: 111111;
    background: var(--color-primary);
    padding: 30px 0;
    width: 300px;
    box-shadow: 0px 0px 16px 0px #52daed59;
    transition: .5s;
    overflow: auto;
}

.trigermenu.active {
    left: 0px;
}

.side-logo img {
    width: 150px;
    margin-bottom: 20px;
}

.side-nave ul li {
    list-style: none;
}

.side-nave ul li a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    display: block;
    padding: 5px 30px;
    transition: .3s;
    font-weight: 300;
    font-family: var(--font-heading);
}

.side-nave .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

.side-logo {
    padding-left: 10px;
}

.side-nave ul li a:hover {
    background: #fff;
    color: var(--color-ternary);
}

.side-nave .card-header {
    padding: 5px 30px;
    border-radius: 0;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    transition: .3s;
}

.side-nave .btn-link {
    padding: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
    font-family: var(--font-heading);
    background: transparent;
    color: #fff;
    width: 100%;
    position: relative;
    text-align: left;
}

.side-nave h2 {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.side-nave .card {
    border-radius: 0;
    background: transparent;
    border: 0;
}

.side-nave .btn-link:focus {
    outline: none;
}

.side-nave .btn-link:hover {
    text-decoration: none;
}

.side-nave .card-header:hover {
    background: #fff;
    color: var(--color-ternary);
}

.side-nave .card-header:hover .btn-link {
    color: var(--color-ternary);
}

.side-nave .btn-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 100%;
    top: 0;
}

span.closeTirger {
    position: absolute;
    right: 30px;
    color: #fff;
    font-size: 20px;
    width: 50px;
    height: 30px;
    text-align: center;
    margin-right: -25px;
    cursor: pointer;
}

.main-menu-item .navbar-toggler {
    border: 1px solid #fff;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 99999;
}

.menu-overlay {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: rgba(0, 0, 0, .0);
    transition: .3s;
}

.menu-overlay.active {
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9;
}

.trigermenu .create-account {
    text-align: left;
    margin-top: 30px;
    margin-left: 28px;
}

/*** 
	Banar Area Start
***/

.banar-area {
    position: relative;
    z-index: 1;
}

.banar-area:after {
    position: absolute;
    background: var(--color-ternary);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -2;
}

.banar-content {
    padding-top: 220px;
    padding-bottom: 120px;
    max-width: 550px;
}

.banar-content h1 {
    line-height: 3rem;
    font-size: 2.3rem;
    color: #fff;
    font-weight: 300;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-family: var(--font-title);
}

.banar-content h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: var(--font-para);
    text-transform: capitalize;
}

.banar-content h2 {
    color: #5093f7;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: var(--font-cursive);
    text-transform: capitalize;
    font-style: italic;
}

.banar-content p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 24px;
    font-family: var(--font-para);
    text-transform: capitalize;
}

.banar-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.banarimg {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    max-width: 100%;
    margin-left: -120px;
    margin-top: 20px;
    z-index: -1;
}

.link-button.buy-now {
    margin-left: 30px;
}

.banar-btn {
    display: flex;
}

.banar-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.banar-img img {
    display: block;
    width: 100%;
}

/*** 
    Currency Chart Start
***/

.currency-area {
    padding: 50px 15px;
}

.single-currency-chart {
    display: flex;
    align-items: center;
}

.currency-chart-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1600px;
    margin: 0 auto;
}

.currency-chart-content h5 {
    font-size: 14px;
    font-weight: bold;
    color: var(--color-ternary);
    margin: 0;
    margin-bottom: 22px;
    font-family: var(--font-para);
    text-transform: uppercase;
}

.currency-chart-content {
    padding-right: 10px;
}

.currency-chart-content p {
    font-size: 12px;
    line-height: 18px;
    color: #888888;
    margin: 0;
    font-weight: 600;
}

.single-currency-chart {
    /*padding: 0 15px;*/
}


/*** 
    sarvesh-Area Start
***/

.sarvesh-area {
    /* background: url("../img/background-shape/sarvesh-background-shape.jpg") no-repeat scroll bottom center; */
    background-size: cover;
    position: relative;
    z-index: 1;
}

.sarvesh-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: rgb(247, 248, 249);
    background: -moz-linear-gradient(top, rgba(247, 248, 249, 1) 1%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(247, 248, 249, 1) 1%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(247, 248, 249, 1) 1%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f9', endColorstr='#ffffff', GradientType=0);
    content: "";
    z-index: -1;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title.sarvesh {
    margin-bottom: 40px;
}

.section-title.sarvesh p span {
    text-decoration: underline;
    font-weight: 400;
}

.section-title h2 {
    font-size: 36px;
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 24px;
}

.section-title p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.sarvesh-walet-list {
    margin-left: -15px;
    margin-right: -15px;
}

.walet-icon {
    margin-right: 25px;
}

.walet-icon svg {
    opacity: .6;
    transition: .3s;
}

.single-walet-box:hover {
    border: 1px solid #d0d7f3;
}

.single-walet-box:hover .walet-icon svg {
    opacity: 1;
}

.single-walet-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #5b5b5b;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.7;
}

.walet-icon i {
    font-size: 36px;
    color: var(--color-ternary);
}

.single-walet-box ul {
    list-style: disc;
    list-style-position: inside;
}

.single-walet-box h3 a {
    color: #5b5b5b;
    transition: .3s;
}

.single-walet-box h3 a:hover {
    padding-left: 3px;
    color: var(--color-ternary);
}

.single-walet-box.home-2 h3 {
    text-transform: inherit;
}

.heightSarv {
    display: flex;
}

.single-walet-box {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    border: 1px solid #f5f5f5;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 0px 5px 20px 0px #bbbbbb82;
    height: 100%;
}

/***     product-Area Start ***/
/* .new-product-area .owl-nav {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
} */

.new-product-area .owl-nav button {
    background: #060606d4;
    height: 42px;
    width: 42px;
    border-radius: 3px;
    border: 1px solid #fff;
    transition: all .5s;
}

.new-product-area .owl-nav button:hover {
    background: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
    transition: all .5s;
    transform: scale(1.2);
}

.new-product-area .owl-prev,
.new-product-area .owl-next {
    position: absolute;
    height: 50px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.new-product-area .owl-prev i,
.new-product-area .owl-next i {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    line-height: 38px;
}

.new-product-area .owl-prev {
    left: 0;
}

.new-product-area .owl-next {
    left: 50px;
}

.new-product-area {
    background: linear-gradient(134deg, #2f537c, #162252);
}

.new-product-area h2 {
    color: #fff;

}

.new-product-area p {
    color: #ccc
}

.product-col {
    /* font-family: 'Raleway', sans-serif; */
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}

.product-col:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.product-col img {
    width: 100%;
    height: auto;
    transform: rotate(0deg) scale(1);
    transition: all .8s;
}

.product-col:hover img {
    transform: rotate(10deg) scale(1.5);
}

.product-col .product-content {
    background: rgb(27 44 91 / 82%);
    width: calc(100% - 30px);
    height: 30px;
    overflow: hidden;
    transform: translateX(-50%) translateY(0%);
    position: absolute;
    bottom: 15px;
    left: 50%;
    transition: all .5s;
}

.product-col:hover .product-content {
    height: calc(100% - 30px);
}

.product-col .product-content .content {
    top: 21px;
}

.product-col:hover .product-content .content {
    width: 100%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
}

.product-col .product-title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    margin: 0 0 3px 0;
    font-family: 'Playfair Display';
}

.product-col .product-desc {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 10px;
    display: block;
}

.product-col .product-btn {
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-col .product-btn li {
    margin: 0 4px;
    display: inline-block;
}

.product-col .product-btn li a {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    box-shadow: 0 0 2px #000;
    display: block;
    transition: all 0.3s;
}

.product-col .product-btn li a:hover {
    border-radius: 0 10px 0 10px;
    box-shadow: 0 0 5px #fff;
}

@media only screen and (max-width:990px) {
    .product-col {
        margin: 0 0 30px;
    }
}

/***     product-Area End ***/

/*** 
    transaction-Area Start
***/

.transaction-area {
    display: none;
    background: url(../img/banar-img/bg1.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.transaction-area::after {
    content: '';
    position: absolute;
    background: black;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
}

.transaction-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
    z-index: 0;
}

.transaction-area p {
    color: #e3e3e3;
}

.transaction-content h3 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.7;
}

.transaction-content.home-2 h3 {
    text-transform: inherit;
}

.transaction-content ul {
    list-style: decimal;
    list-style-position: inside;
}

.transaction-content ul li {
    margin-bottom: 8px;
}

.transaction-content ul li span {
    font-weight: 700;
    color: #d1d1d1;
}

.transaction-area .section-title.transaction h2 {
    color: #fff;
}

.transaction-content p {
    margin-bottom: 20px;
}

.single-transaction-currency h5 {
    font-size: 18px;
    color: #5b5b5b;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
}

.chart-histary img {
    display: block;
    width: 100%;
}

.single-transaction-currency.home-2 h5 {
    font-weight: bold;
}

.single-transaction-currency p {
    margin: 0;
}

.transaction-currency {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.single-transaction-currency {
    margin-right: 30px;
}

.about-us {
    z-index: 2;
    position: relative;
}

.about-us-menu ul {
    list-style: none;
    margin-top: 40px;
}

.about-us-menu ul li {
    display: inline-block;
    margin-right: 30px;
}

.about-us-menu ul li a {
    font-size: 14px;
    color: #888888;
    font-weight: 600;
    transition: .3s;
}

.about-us-menu ul li a i {
    margin-right: 5px;
}

.about-us-menu ul li a:hover {
    color: var(--color-ternary);
}

.about-us-img img {
    display: block;
    width: 100%;
}

.nav-pills .nav-link.active {
    background: transparent;
}

.nav-pills .nav-link {
    padding: 0;
}

.about-us-img {
    position: relative;
    margin: 50px 50px 0 50px;
}

li.nav-item.chose-1 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.chose-us-logo {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

li.nav-item.chose-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%);
}

li.nav-item.chose-3 {
    position: absolute;
    right: 0%;
    bottom: 0%;
    transform: translate(50%);
}

.chose-us-logo img {
    animation-duration: 5s;
    animation-name: roted;
    animation-iteration-count: infinite;
}

.about-us-img .nav-item .nav-link img {
    display: inline-block;
    width: auto;
}


.about-us-img .nav-item .nav-link.active img {
    filter:
        /* for demonstration purposes; originals not entirely black */
        contrast(1000%)
        /* black to white */
        invert(100%)
        /* white to off-white */
        sepia(100%)
        /* off-white to yellow */
        saturate(10000%)
        /* do whatever you want with yellow */
        hue-rotate(100deg)
}



.about-us-img .nav-item .nav-link {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    border: 2px dotted var(--color-ternary);
    background: #FFFFFF;
}


.about-us-img .nav-item .nav-link.active {
    background: var(--color-ternary);
}

.about-us-img .nav-link {
    transition: .5s;
}

.currency-culculater-area {
    background: #f8f9f9;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.background-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(-35%, -35%);
}

.background-shape svg {
    opacity: .7;
}

/*.video-play {
    display: inline-block;
    border: 2px solid transparent;
    transition: .3s;
    border-radius: 35px;
}
*/
/*.video-play:hover {
    border: 2px solid var(--color-ternary);
}*/

.paly-btn {
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--color-ternary);
    padding: 2px 20px 2px 2px;
    border-radius: 35px;
    transition: .3s;
    color: var(--color-ternary);
    margin-top: 7px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.paly-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color-ternary);
    color: #fff;
    border-radius: 35px;
    transform: scale(0);
    z-index: -1;
    transition: .3s;
}

.paly-btn span {
    display: block;
    margin-left: 15px;
}

.play-svg {
    transition: .3s;
    margin-right: 5px;
}

.paly-btn:hover {
    color: #fff;
}

.paly-btn:hover .play-svg {
    fill: #fff;
}


.paly-btn:hover:after {
    transform: scale(1.1);
}

.currency-amount {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 0 9px rgba(199, 199, 199, 0.39);
}

.currency-amount.top {
    position: relative;
    transition: .5s;
    bottom: 0;
}

.currency-amount.bottom {
    position: relative;
    transition: .5s;
    top: 0;
}

.currency-amount.top.active {
    bottom: -90px;
    transition: .3s;
}

.currency-amount.bottom.active {
    top: -90px;
    transition: .3s;
}

.exchange-logo {
    text-align: center;
}

.exchange-icon {
    background: var(--color-ternary);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #E9E9E9;
    z-index: 1;
    transition: .3s;
    margin: 0 auto;
    position: relative;
    margin-top: -26px;
    margin-bottom: -12px;
    cursor: pointer;
    transition: .5s;
    transform: rotate(0deg);
}

.exchange-icon.active {
    transform: rotate(180deg);
    background: #fff;
    box-shadow: 0 0 0 5px var(--color-ternary);
}

.exchange-icon.active .exchange-svg {
    fill: var(--color-ternary);
}

/*
.exchange-icon:hover {
    transform: translateX(-50%) rotate(180deg) ;
}
*/
.currency-amount input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.currency-amount input {
    border: 1px solid #888888;
    padding: 13px 15px;
    width: 155px;
    border-radius: 35px;
    font-size: 14px;
}

.exchange-calculator select {
    color: #888888;
    font-size: 14px;
}

.currency-dolar select {
    width: 100%;
    padding-right: 10px;
    padding: 13px 0;
    font-size: 14px;
    color: var(--color-ternary);
}

.currency-dolar {
    width: 155px;
    padding: 0 15px;
    border-radius: 35px;
    border: 1px solid #888;
    overflow: hidden;
}

.exchange-calculator .link-button.submit {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #EDEDEE;
    border-radius: 3px;
}

.exchange-calculator .link-button:after {
    border-radius: 0;
}

.core-column {
    background: #061c10;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease-in-out;
    box-shadow: 0px 5px 20px 0px #1f3f6473;
}

.core-column:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.core-column img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}

.core-column:hover img {
    opacity: 0.4;
}

.core-column .core-content {
    color: #fff;
    background: linear-gradient(#352590, #02084d);
    width: 80%;
    padding: 15px 0 20px;
    opacity: 0;
    transform: translateX(-80%) translateY(-50%) rotateY(50deg) skew(25deg);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.35s ease 0s;
}

.core-column .core-content {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) rotateY(0) skew(0);
}

.core-column .core-content:before,
.core-column .core-content:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    width: 0;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease 0.1s;
}

.core-column .core-content:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.core-column:hover .core-content:before,
.core-column:hover .core-content:after {
    width: 100%;
}

.core-column .title {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 3px;
    color: #fff;
}

.core-column .post {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    margin: 0 0 10px;
    color: #d9d9d9;
}

.core-column .icon {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.core-column .icon li {
    margin: 0 2px;
    display: inline-block;
}

.core-column .icon li a {
    color: #27ae60;
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: block;
    transition: all 0.25s ease;
}

.core-column .icon li a:hover {
    color: #061c10;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width:990px) {
    .core-column {
        margin: 0 0 30px;
    }
}


/*Advisor Profile*/

.adviser-profile .nav-tabs .nav-link.active {
    border: 1px solid var(--color-ternary);
}

.adviser-profile .nav-tabs {
    border: 0;
}

.adviser-profile .nav-tabs .nav-link {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.adviser-profile .nav-tabs .nav-link:first-child {
    padding-top: 0;
}

.adviser-profile .nav-tabs .nav-link img {
    display: block;
    width: 100%;
    transition: .3s;
}

.adviser-profile .nav-tabs .nav-link img:hover {
    transform: scale(1.1);
}

.advisor-img img {
    display: block;
    max-width: 100%;
}

/*skill Css*/

.profile-title {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--color-ternary);
    font-weight: 600;
    margin-bottom: 10px;
}

.profile-title.home-2 {
    text-transform: capitalize;
}

.subtitle {
    font-size: 14px;
    text-transform: uppercase;
}

.advisor-items {
    position: relative;
    margin-top: 30px
}

.tour-content {
    position: relative;
    right: 0;
    left: 0%;
    top: 0px;
}


.tour-content .skill-progress {
    margin-top: 20px
}

.tour-content .skill-progress h5 {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: initial;
    color: #5b5b5b;
}

.tour-content .progressbar {
    margin-bottom: 15px
}

.tour-content .prog-item {
    margin-bottom: 26px;
}

.tour-content .proggress {
    padding-left: 60px
}

.skill-progress {
    margin-top: 50px
}

.prog-item {
    margin-bottom: 50px;
}

.portfolio-filter a,
.tour-content .skill-progress h5 {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #888888;
    font-weight: 400;
    margin-bottom: 15px;
}

.progressbar {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 35px;
    position: relative;
    background-color: #EEE;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

.proggress {
    height: 8px;
    width: 10px;
    position: relative;
    overflow: visible !important;
}

.tour-content .percentCount {
    font-family: var(--font-para);
    font-size: 12px;
    line-height: 22px;
    padding: 5px 25px;
    height: 30px;
    background: var(--color-ternary);
    border-radius: 15px;
    top: -6px;
    width: auto;
    right: 8px;
}

.percentCount {
    width: 45px;
    float: right;
    position: absolute;
    right: -14px;
    height: 53px;
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
    color: #fff;
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
    top: -50px;
    background: url(../images/icons/prog.png) no-repeat;
}

.percentCount {
    width: 45px;
    float: right;
    position: absolute;
    right: -14px;
    height: 53px;
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
    color: #fff;
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
    top: -50px;
    background: url(../images/icons/prog.png) no-repeat;
}

/*SUbscribe Area*/

.advisor-area.section-padding {
    padding-bottom: 0;
}

.subscribe-form {
    padding: 50px 0;
    background: var(--color-ternary);
    position: relative;
    z-index: 1;
    border-radius: 45px;
}

.subscribe-form:after {
    position: absolute;
    content: "";
    right: -50px;
    top: 0;
    width: 1000%;
    height: 100%;
    background: var(--color-ternary);
    z-index: -1;
    border-radius: 124px;
}

.subscrib-content h3 {
    color: #fff;
    font-size: 24px;
    font-family: var(--font-para);
    font-weight: 700;
    line-height: 1.7;
}

.subscrib-content h4 span {
    text-transform: uppercase;
}

.subscribe {
    border: 1px solid #FFFFFF;
    padding: 10px 30px;
    border-radius: 45px;
    display: flex;
    justify-content: space-between;
    font-family: var(--font-para);
    font-size: 14px;
}

.subscribe input::placeholder {
    color: #fff;
    background: transparent;
}

.subscribe input {
    background: transparent;
    flex-grow: 1;
    color: #fff;
}

.subscribe .link-button {
    margin-right: -73px;
}

.subscrib-content {
    display: flex;
    align-items: center;
    height: 100%;
}


/*Feature Area */
section.features-area {
    background: #f8f9f9;
}

@keyframes roted {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.feature-img .feature-shape-img img {
    display: block;
    width: 100%;
    position: relative;
    animation-duration: 5s;
    animation-name: roted;
    animation-iteration-count: infinite;
}


@keyframes roted-revers {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}


.feature-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    animation-duration: 5s;
    animation-name: roted-revers;
    animation-iteration-count: infinite;
    margin-top: -58px;
    margin-left: -58px;
    height: 130px;
}

.feature-img {
    text-align: center;
}


.feature-content.feature-left .media-body {
    text-align: right;
    padding-right: 30px;
}

.single-feature h5 {
    font-size: 18px;
    color: var(--color-primary);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.single-feature.home-2 h5 {
    text-transform: inherit;
}

.single-feature {
    margin-bottom: 35px;
}

.feature-img {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.single-feature:last-child {
    margin: 0;
}

.single-feature:last-child p {
    margin-bottom: 0;
}

.feature-left .single-feature:nth-child(2) {
    margin-right: 30px;
}

.feature-right .single-feature:nth-child(2) {
    margin-left: 30px;
}

.feature-content.feature-right .feature-content-icon {
    padding-right: 0;
    margin-right: 30px;
}

.feature-content-icon {
    border: 1px solid var(--color-primary);
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.feature-content-icon i {
    font-size: 36px;
    padding: 13px 8px;
    color: var(--color-primary);
}

/* datatable modify */
table#productTable thead,
table#productTablepopup thead {
    background: #0d2b5d;
    color: #fff;
}

table#productTablepopup.table td:first-child {
    font-weight: bold;
}

table#productTablepopup.table td,
table#productTablepopup.table th {
    padding: 3px .3rem;
    font-size: 14px;
    border-top: 1px solid #dee2e6;
}

/*Register Area */


.register-area {
    border-top: 2px solid var(--color-primary);
    background: linear-gradient(to bottom right, #e7e7e7, #ffffff, #e7e7e7);
    padding-bottom: 150px;
}

.register-buttons .nav-tabs {
    border: 1px solid var(--color-ternary);
    display: inline-flex;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
}

.register-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.register-buttons .nav-tabs .nav-link {
    BORDER: 0;
    background: transparent;
    font-size: 14px;
    color: #888888;
    padding: 17px 20px;
    transition: .3s;
    text-transform: uppercase;
}

.register-buttons .nav-tabs .nav-link:first-child {
    padding-left: 40px;
}

.register-buttons .nav-tabs .nav-link:last-child {
    padding-right: 40px;
}

.register-buttons .nav-tabs .nav-link.active {
    border-radius: 0;
    color: #fff;
    font-weight: 500;
}


.register-buttons .nav-tabs .nav-link {
    position: relative;
    transition: .3s;
    z-index: 1;
}

.register-buttons .nav-tabs .nav-link:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: var(--color-ternary);
    z-index: -1;
    content: "";
    transition: .3s;
}

.register-buttons .nav-tabs .nav-link.active:after {
    width: 100%;
}


h4.register-tit {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 15px 20px 0;
    border-right: 2px solid;
    text-transform: uppercase;
    margin-right: 15px;
}

.regis-content .media-body {
    font-size: 14px;
    line-height: 24px;
}

.regis-content .media {
    align-items: center;
    margin-bottom: 30px;
}

ul.facility li {
    list-style: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

ul.facility li svg {
    width: 30px;
}

.form-title h4.register-tit {
    padding: 5px 15px 5px 0;
}

.form-title a {
    font-size: 14px;
    color: #888888;
}

.bottom-register-form {
    padding: 25px 30px;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    transition: .3s;
}

.bottom-register-form:hover {
    border: 1px solid var(--color-ternary);
}

.form-title {
    margin-bottom: 25px;
}

.fl-name {
    display: flex;
    justify-content: space-between;
}

.fl-name input {
    flex-grow: 1;
    background: transparent;
    outline: none;
    padding: 10px 15px;
    border: 1px solid #888888;
    font-size: 14px;
    border-radius: 2px;
    margin-bottom: 15px;
}

.fl-name input:first-child {
    margin-right: 10px;
}

.fl-name input:last-child {
    margin-left: 10px;
}

.bottom-register-form input:focus {
    border: 1px solid var(--color-ternary);
}

.email-pass {
    display: flex;
    flex-direction: column;
}

.email-pass input {
    flex-grow: 1;
    background: transparent;
    outline: none;
    padding: 10px 15px;
    border: 1px solid #888888;
    font-size: 14px;
    border-radius: 2px;
    margin-bottom: 15px;
}

.submit-btns {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
}

.check-btn label {
    font-size: 14px;
    margin: 0;
    display: inline-flex;
    align-items: flex-start;
}

.check-btn a {
    font-size: 14px;
    color: #333399;
    margin-left: 5px;
}

.check-btn input[type=checkbox] {
    display: none;
}

.check-btn img.check {
    display: none;
}

img.blank {
    width: 13px;
}

.check-btn input[type=checkbox]:checked+label img.blank {
    display: none;
}

.check-btn input[type=checkbox]:checked+label img.check {
    display: inline-block;
}

.check-btn label {}

/* .check-btn {
    display: flex;
    align-items: center;
} */

.label-img {
    width: 20px;
    display: flex;
    align-items: center;
}

/*Testi Monial */

.testimonial-area {
    background: url(../img/background-shape/testimonial-shape.png) no-repeat scroll center / cover;
}

.testimonial-area.section-padding {
    padding-top: 80px;
    padding-bottom: 100px;
}

.single-testimonial {
    text-align: center;
    background: #FAFAFA;
    border: 1px solid #F1F2FF;
    border-radius: 10px;
    padding: 30px 35px;
}

.testimonial-img img {
    max-width: 100%;
    border-radius: 50%;
    margin-bottom: 40px;
    margin-top: -80px;
}

.testimonial-content {
    font-size: 14px;
    font-family: var(--font-para);
    line-height: 24px;
    color: #888888;
    margin-bottom: 22px;
}

.testimonial-title h4 {
    font-size: 18px;
    color: var(--color-primary);
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 20px;
    position: relative;
}

.testimonial-title h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 2px;
    background: #E8E8E8;
}

.testmonial-slider.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.testmonial-slider {
    padding-top: 70px;
}

.testmonial-slider {
    overflow: hidden;
}

.testmonial-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}


/*PartNer Area */

.partner-area {
    background: #fff;
}

.partner-area.section-padding {
    padding-bottom: 130px;
    padding-top: 40px;
}

.partner-slider.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
    transition: .3s;
    opacity: .5;
    filter: brightness(.1);
}

.partner-slider.owl-carousel .owl-item img:hover {
    opacity: 1;
    filter: brightness(1);
}

.partner-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.testmonial-slider .owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    height: 15px;
}

.testmonial-slider.owl-carousel button.owl-dot {
    height: 5px;
    width: 5px;
    background: var(--color-primary);
    border-radius: 5px;
    margin: 0 5px;
    transition: .3s;
}

.testmonial-slider.owl-carousel button.owl-dot.active {
    height: 10px;
    width: 10px;
}

/*Footer Area */

.footer-area {
    background: var(--color-ternary);
}

.footer-area.section-padding {
    padding-bottom: 0;
}

.footer-content {
    padding: 80px 0;
}

.container.address-background {
    position: relative;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: -210px;
    z-index: 1;
}

.container.address-background:after {
    position: absolute;
    right: 0px;
    left: 0px;
    height: 100%;
    content: "";
    background: #fff;
    top: 0;
    border-radius: 15px;
    z-index: -1;
    box-shadow: 0 -5px 15px #dddddd61;
}

.single-contact p {
    color: #888888;
    margin: 0;
    font-size: 14px;
}

.contact-icon {
    margin-right: 15px;
}

.single-contact h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-contact p {
    font-size: 14px;
    margin-bottom: 0;
}

.contact-content {
    background: #fff;
    padding: 50px;
}

/*Footer Content*/

.single-footer-content p {
    color: #fff;
}

.footer-logo {
    height: 60px;
}

h3.footer-title {
    height: 60px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.7;
}

.social-link {
    list-style: none;
    margin-top: 30px;
}

.social-link li {
    display: inline-block;
    height: 35px;
    width: 35px;
    margin-right: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    transition: .3s;
    overflow: hidden;
}

.social-link li a {
    color: #fff;
    display: block;
    background: var(--color-secondry);
    transition: .3s;
}

.social-link li a:hover {
    background: #fff;
    color: var(--color-secondry);
}

.footer-menu {
    font-size: 14px;
    margin-left: 15px;
    list-style: none;
}

.footer-menu li a {
    color: #fff;
    position: relative;
    transition: .3s;
}

.footer-menu li a:hover {
    color: #AB98FA;
}

.footer-menu li a:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    left: -15px;
    top: 50%;
    background: #AB98FA;
    transform: translateY(-50%);
    border-radius: 50%;
}

.footer-menus {
    display: flex;
    justify-content: space-between;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu li:last-child {
    margin: 0;
}

.footer-para p {
    margin-bottom: 5px;
}

.footer-para {
    margin-bottom: 37px;
}

.footer-para:last-child {
    margin: 0;
}

.footer-form input {
    width: 100%;
    margin-bottom: 5px;
    background: transparent;
    border-bottom: 2px solid #fff;
    padding: 15px 0;
    color: #fff;
}

.footer-form input::placeholder {
    color: #fff;
}

.footer-form input:first-child {
    padding-top: 0;
}

.footer-form .link-button.submit.blue {
    background: var(--color-secondry);
    margin-top: 25px;
    margin-left: 0;
    display: inherit;
    margin-right: auto;
    transition: .3s;
}

.footer-form button:hover {
    background: #fff;
    color: var(--color-secondry);
}

.copyright {
    background: var(--color-secondry);
    padding: 15px 0;
    text-align: center;
}

.copyright p {
    color: #fff;
    margin: 0;
}

/*
========================================
Home Page Area End
========================================
*/


/*
========================================
Advisor Page Area Start
========================================
*/

/*Banar Area */
.banar-area {
    position: relative;
}

.banar-area .banar-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
}

.banar-area .banar-slider .owl-nav button {
    background: #060606d4;
    height: 42px;
    width: 42px;
    border-radius: 3px;
    border: 1px solid #fff;
    transition: all .5s;
}

.banar-area .banar-slider .owl-nav button:hover {
    background: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
    transition: all .5s;
    transform: scale(1.2);
}

.banar-area .banar-slider .owl-prev,
.banar-area .banar-slider .owl-next {
    position: absolute;
    height: 50px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.banar-area .banar-slider .owl-prev i,
.banar-area .banar-slider .owl-next i {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    line-height: 38px;
}

.banar-area .banar-slider .owl-prev {
    left: 0;
}

.banar-area .banar-slider .owl-next {
    right: 0;
}

@media screen and (min-width:1100px) {
    .single-banar-slider {
        height: 100vh;
    }
}

.single-banar-slider {
    position: relative;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.single-banar-slider::before {
    position: absolute;
    content: '';
    background: #00000087;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    filter: blur(22px);
}


.slider1 {
    background: url(../img/banar-img/b1.webp);
}

.slider2 {
    background: url(../img/banar-img/b2.webp);
}

.slider3 {
    background: url(../img/banar-img/b3.webp);
}

.slider4 {
    background: url(../img/banar-img/b4.webp);
}

.single-page-banar {
    padding: 120px 0 120px 0;
    text-align: center;
}

.single-page-shape img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.single-page-title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 15px;
}

.single-page-menu li {
    list-style: none;
    display: inline-block;
}

.single-page-menu {
    display: flex;
    justify-content: center;
}

.single-page-menu li a {
    font-size: 14px;
    color: #fff;
    transition: .3s;
    text-transform: uppercase;
    padding: 0 10px;
    border-right: 1px solid #fff;
    line-height: 1;
    display: block;
    font-family: var(--font-heading);
    position: relative;
}

.single-page-menu li:first-child a:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 100%;
    height: 1px;
    background: #fff;
    width: 0;
    transition: .5s;
}

.single-page-menu li:first-child a:hover:after {
    width: 100%;
}


.single-page-menu li:last-child a:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 100%;
    height: 1px;
    background: #fff;
    width: 0;
    transition: .5s;
}

.single-page-menu li:last-child a:hover:after {
    width: 100%;
}


.single-page-menu li:last-child a {
    border: 0;
}

/* Advisour */

.advisour-profile,
.contact-area,
.faq-area {
    position: relative;
}

.advisour-profile:after,
.contact-area:after,
.faq-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: rgb(247, 248, 249);
    background: -moz-linear-gradient(top, rgba(247, 248, 249, 1) 1%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(247, 248, 249, 1) 1%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(247, 248, 249, 1) 1%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f9', endColorstr='#ffffff', GradientType=0);
    content: "";
    z-index: -1;
}

.advisor-name {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-primary);
}

.single-advisour-profile {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.advisour-img img {
    display: block;
    width: 100%;
}

.profile-hover {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.advisor-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.95);
    transition: .5s;
}

.advisor-title p {
    margin: 0;
}

.profile-hover-side {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
}

.profile-hover:hover .advisor-title {
    bottom: -100%;
}

.profile-hover:hover .profile-hover-side {
    left: 0;
}

.advisour-social .social-link li {
    border: 1px solid transparent;
}

.advisour-social .social-link li:hover {
    border: 1px solid var(--color-ternary);
}

/*Advisour Skill*/

.advisour-skill {
    background: #F7F5FF;
}

.advisour-skill-profile img {
    display: block;
    width: 100%;
}

.advisour-skill-profile {
    position: relative;
    overflow: hidden;
}

.advisour-social {
    position: absolute;
    left: 0;
    top: auto;
    display: flex;
    width: 100%;
    justify-content: center;
    bottom: 50px;
}

.advisour-social .social-link {
    margin: 0;
}

.advisour-skill-profile .social-link li {
    border-radius: 0;
}

.advisor-profile-skills .prog-item {
    display: flex;
    align-items: center;
}

.advisor-profile-skills .prog-item .bar-progres {
    flex-grow: 1;
}

.advisor-profile-skills .prog-item h5 {
    width: 150px;
    font-size: 14px;
    font-weight: 500;
}

.advisor-name-title {
    margin-bottom: 35px;
}

.skill-content {
    margin-top: 30px;
    text-align: justify;
}

.advisour-contact {
    padding-top: 75px;
    padding-bottom: 75px;
}

.advisour-contact {
    text-align: center;
}

.contact-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0;
}

.single-advisour-contact p {
    margin: 0;
    line-height: 1;
}

.single-advisour-contact {
    padding: 35px;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 0 0 12px 0px #dddddd85;
    transition: .5s;
    min-height: 190px;
}

.single-advisour-contact:hover {
    background: #fff;
}

/*
========================================
Advisor Page Area End
========================================
*/

/*
========================================
About Us Area Start
========================================
*/

.about-us-word {
    position: relative;
}

.about-us-word:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: rgb(247, 248, 249);
    background: -moz-linear-gradient(top, rgba(247, 248, 249, 1) 1%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(247, 248, 249, 1) 1%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(247, 248, 249, 1) 1%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f9', endColorstr='#ffffff', GradientType=0);
    content: "";
    z-index: -1;
}

.some-content a {
    font-style: italic;
    text-decoration: underline;
    font-weight: 600;
    color: var(--color-ternary);
}

.some-word-img img,
.app-img img {
    display: block;
    width: 100%;
    transition: .3s;
}

.some-word-img,
.app-img {
    overflow: hidden;
}

.some-word-img img:hover,
.app-img img:hover {
    transform: scale(1.1);
}

.some-word-authore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.some-content {
    padding-top: 30px;
}

.description-title {
    font-size: 24px;
    color: #5b5b5b;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.app-download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.app-paltfrom {
    list-style: none;
    display: flex;
}

.app-paltfrom li a {
    margin-right: 20px;
    display: block;
    transition: .3s;
    opacity: 0.5;
}

.app-paltfrom li:last-child a {
    margin: 0;
}

.app-paltfrom li a:hover {
    opacity: 1;
}

.app-download {
    background: #FAFAFA;
}

.link-btn {
    font-size: 14px;
    font-family: var(--font-heading);
    padding: 20px 40px;
    background: var(--color-primary);
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: .3s;
}

.link-btn:hover {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    background: #fff;
}

h5.tableHeader {
    margin-bottom: 15px;
    text-decoration: underline;
    color: #2b247e;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.table .thead-dark th {
    color: #fff;
    background-color: #0d2b5d;
    border-color: #0d2b5d;
}

/*Service */

.service-img img {
    object-fit: cover;
    height: 350px;
    object-position: center;
    width: 100%;
    border-radius: 5px 5px 0 0;
    margin-bottom: 16px;
}

.service-content {
    text-align: center;
    padding: 0 15px;
}

.content-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.service-content p {
    line-height: 18px;
    margin-bottom: 5px;
    color: #202020;
}

.single-service.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.service-content p:first-child {
    font-weight: 500;
}

.content-title a {
    color: #5b5b5b;
}

.single-service {
    margin-top: 30px;
    border-radius: 15px 15px 5px 5px;
    overflow: hidden;
    transition: .5s;
}

.our-service.section-padding {
    padding-bottom: 200px;
}

.single-service:hover .content-title a {
    color: var(--color-ternary);
}

/*
========================================
About Us Area End
========================================
*/

/*
========================================
Buy Sell Area Start
========================================
*/

.price-table {
    overflow: auto;
    padding: 10px 0 0 0;
}

.price-table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px 1px var(--color-primary);
    border-radius: 5px;
}

.price-table::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 5px;
}

.price-table::-webkit-scrollbar {
    height: 5px;
}

.single-buysell {
    text-align: center;
    margin-top: 30px;
    background: #fff;
    padding: 40px 45px;
    transition: .5s;
    box-shadow: 0 0 12px rgba(134, 134, 134, 0.2);
}

.single-buysell:hover {
    box-shadow: 0px 10px 13px 3px rgba(134, 134, 134, 0.36);
}

.buy-sell {
    background: #fafafa;
}

.buysell-contetn .content-title {
    line-height: 1;
    margin: 25px 0 22px;
}

.buysell-contetn p {}

.single-buysell:hover {}

.single-buysell:hover .content-title a {
    color: var(--color-primary);
}

/*Price Table*/

tr.price-list {
    background: #f7f7f7;
    border-bottom: 1px solid #f9fafc;
}

tr.price-list td {
    padding: 30px 15px;
}

tr.price-list td:first-child {
    padding-left: 30px;
}

tr.price-list td:last-child {
    padding-right: 30px;
}

.price-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

tr.price-head td {
    padding: 0 15px;
    padding-bottom: 40px;
}

tr.price-head td:first-child {
    padding-left: 30px;
}

tr.price-head td:last-child {
    padding-right: 30px;
}

table.price {
    width: 100%;
}

td.price-logo img {
    margin-right: 15px;
}

tr.price-list td {
    display: table-cell;
    align-items: baseline;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.markect-price.section-padding {
    padding-bottom: 200px;
}

/*
========================================
Buy sell End
========================================
*/

/*
========================================
Contact Page Area Start
========================================
*/

.container.contact-page {
    padding: 100px 45px;
    box-shadow: 0 0 15px #c5c5c566;
    border-radius: 5px;
}

.single-contact-add img {
    margin-right: 15px;
}

.single-contact-add h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #5b5b5b;
    font-weight: 600;
    margin-bottom: 18px;
}

.single-contact-add {
    margin-bottom: 50px;
}

.single-contact-add p {
    margin: 0;
    line-height: 1;
}

.input-group input {
    background: #FBFBFB;
    padding: 10px 15px;
    flex-grow: 1;
    margin-bottom: 15px;
    border-bottom: 2px solid transparent;
    transition: .3s;
    position: relative;
}

.input-group {
    display: flex;
    justify-content: space-between;
}

.input-group input:focus {
    border-bottom: 2px solid var(--color-ternary);
}

.contact-form textarea {
    width: 100%;
    background: #FBFBFB;
    color: #5b5b5b;
    padding: 10px 15px;
    transition: .3s;
}

.contact-form textarea {}

.mar-r {
    margin-right: 15px;
}

.mar-l {
    margin-left: 15px;
}

.contact-form .link-button {
    font-weight: 600;
    margin-top: 30px;
}

/*
========================================
Contact Page Area End
========================================
*/


/*
========================================
FAQ Area Start
========================================
*/

.container.faq {
    padding: 100px 50px;
    box-shadow: 0 0 15px #c5c5c566;
}

.faq-list .btn-link {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-ternary);
    font-weight: 600;
    font-family: var(--font-heading);
    position: relative;
    width: 100%;
    text-align: left;
    padding: 15px 40px;
    text-decoration: none;
}

.faq-list .btn-link:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
}

.faq-list .btn-link.collapsed:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.faq-list .card-header {
    border: 0;
    background: #FAFAFA;
    padding: 0 20px;
}

.faq-list .card {
    border: 0;
    margin-bottom: 20px;
}

.faq-list .card:last-child {
    margin-bottom: 0;
}

.faq-list .card-body {
    padding-bottom: 0;
}

.faq-list p {
    margin-bottom: 0;
}

.action {
    padding: 70px 0;
    background: var(--color-ternary);
}

.action-text h3 {
    font-size: 24px;
    color: #D3C9FF;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.7;
}

.action-text h3 strong {
    color: #FFFFFF;
}

.action-btn {
    display: flex;
    justify-content: flex-end;
}

.action-btn .link-button {
    margin-left: 15px;

}

.action-text {
    display: flex;
    align-items: center;
    height: 100%;
}

.qustion-from input {
    width: 100%;
    color: #888888;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.qustion-from textarea {
    width: 100%;
    color: #888888;
    border-bottom: 1px solid;
}

.qustion-from .link-button {
    margin-top: 50px;
}

.qustion-from {
    text-align: center;
}

.qustion.section-padding {
    padding-bottom: 200px;
}

/*
========================================
FAQ Area End
========================================
*/



/*** 
==============================================
02. Blog Block Start
==============================================
***/
.blog-block img,
.blog-single img,
.blog-with-sidebar img,
.error-block img {
    max-width: 100%;
    width: 100%;
    height: auto;
}


.blog-bg {
    box-shadow: inset 0 20px 20px 20px #fbfbfc;
    padding-bottom: 200px;
}



.blog-single-item {
    padding-top: 110px;
}

.blog-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-item-left {
    overflow: hidden;
}

.blog-item-left img {
    transition: .3s;
}

.blog-item-left img:hover {
    transform: scale(1.05);
}

.blog-single-item:nth-child(even) .blog-left {
    order: 8;
}

.blog-single-item:nth-child(even) .blog-right {
    order: 5;
}

.blog-single-item:nth-child(even) .blog-item-wrap {
    margin-top: -50px;
    margin-right: -30px;
    margin-left: 0;
}

.blog-item-wrap {
    display: flex;
    border: 1px solid #f1f1f1;
    box-shadow: 0 5px 33px 0 hsla(0, 0%, 67%, .17);
    padding: 46px 28px 30px 0;
    margin-top: 50px;
    margin-left: -30px;
    background: #fff;
    transition: .5s;
}

.blog-item-wrap:hover {
    transform: scale(1.05);
}

.blog-item-left img {
    max-width: 100%;
    height: auto;
}

.blog-item-cat a {
    background: var(--color-ternary);
    font-size: 12px;
    color: #fff;
    padding: 14px 20px;
    border-radius: 0 35px 35px 0;
    display: table;
    text-transform: uppercase;
    margin-right: 28px;
    font-family: var(--font-heading);
    margin-left: -2px;
}


.blog-item-member-wrap {
    display: flex;
}

.blog-member-img {
    width: 75px;
    margin-right: 20px;
}

.blog-member-desc .member_name a {
    font-family: var(--font-heading);
    font-weight: 600;
    color: #5b5b5b;
    text-transform: capitalize;
    display: inline-block;
    transition: all .3s ease 0s;
}

.blog-member-desc .member_name a:hover {
    color: var(--color-ternary);
    margin-left: 4px;
}

.blog-member-desc .blog-post-date {
    font-size: 12px;
    color: #888888;
    padding: 5px 0;
}

.blog-member-desc .blog-like-share a {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    margin-right: 18px;
    transition: .3s;
    color: #888888;
}

.blog-member-desc .blog-like-share a:hover {
    color: var(--color-ternary);
}

.blog-member-desc .blog-like-share p svg {
    margin-right: 12px;
}

.blog-item-content a {
    font-size: 18px;
    margin: 26px 0 18px;
    color: #5b5b5b;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--font-heading);
    display: inline-block;
    transition: all .3s ease 0s;
}

.blog-item-content a:hover {
    color: var(--color-ternary);
    margin-left: 4px;
}

/***  Blog Block end  ***/





/*** 
==============================================
03. Blog With Sidebar Block Start
==============================================
***/

.blog-left-wrap {
    padding-top: 25px;
}

.blog-single-item-padding {
    padding-top: 85px;
}

.blog-item-top-img {
    padding: 25px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 5px 33px 0 hsla(0, 0%, 67%, .17);
}

.blog-item-img {
    position: relative;
    overflow: hidden;
}

.cat-image-blog {
    position: absolute;
    top: 40px;
    left: 0;
}

.blog-item-cat .blog-item-cat-bg {
    background: #fff;
    color: var(--color-ternary);
}

.blog-item-img img {
    transition: .5s;
}

.blog-item-img img:hover {
    transform: scale(1.1);
}

.blog-item-content-wrap {
    padding: 50px 25px 44px 25px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 5px 33px 0 hsla(0, 0%, 67%, .17);
    margin-top: 35px;
    position: relative;
    transition: .3s;
}

.blog-item-content-wrap:hover {
    transform: scale(1.02);
}

.blog-item-btn {
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
}

.blog-item-btn a {
    padding: 14px 40px;
    color: #fff;
    background: var(--color-ternary);
    display: inline-block;
    border-radius: 35px;
    transition: .3s;
    border: 1px solid transparent;
}

.blog-item-btn a:hover {
    color: var(--color-ternary);
    background: #fff;
    border: 1px solid var(--color-ternary);
}

.sidebar-wrap {
    padding-top: 50px;
}

.sidebar-title {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 60px;
}

.sidebar-title span {
    display: inline-block;
    height: 30px;
    width: 4px;
    background: var(--color-ternary);
    margin-right: 20px;
}

.sidebar-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-ternary);
    text-transform: uppercase;
    font-family: var(--font-heading);
}

.top-news-slider {
    padding: 25px 25px 19px 25px;
    border: 1px solid #f1f1f1;
    transition: .3s;
    box-shadow: 0 5px 33px 0 hsla(0, 0%, 67%, .17);
}

.top-news-slider.owl-carousel button.owl-dot span {
    background: #e1e1e1;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 8px;
    border-radius: 50%;
    transition: .5s;
}

.top-news-slider.owl-carousel button.owl-dot.active span {
    background: var(--color-ternary);
    transform: scale(1.2);
}

.top-news-slider.owl-carousel .owl-dots {
    position: absolute;
    top: -64px;
    right: 0;
}

.top-news-single-item {
    text-align: center;
}

.top-news-single-item img {
    transition: .3s;
    overflow: hidden;
}

.top-news-single-item img:hover {
    transform: scale(1.05);
}

.top-news-single-item a {
    font-size: 18px;
    font-weight: 600;
    color: #5b5b5b;
    text-transform: uppercase;
    font-family: var(--font-heading);
    margin: 35px 0 25px;
    display: inline-block;
    transition: .3s;
}

.top-news-single-item a:hover {
    color: var(--color-ternary);
}

.blog-sidebar-search-form {
    padding: 20px 24px;
    border: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
}

.blog-sidebar-search-form input[type="search"] {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
}

.blog-sidebar-search-form a i {
    color: var(--color-ternary);
}

.popular-tag-blog {
    margin: 0;
    padding: 0;
    list-style: none;
}

.popular-tag-blog li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.popular-tag-blog li a {
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 35px;
    display: inline-block;
    transition: all .3s ease 0s;
    color: #888888;
}

.popular-tag-blog li a:hover {
    background: var(--color-ternary);
    color: #fff;
    border: 1px solid var(--color-ternary);
}

.blog-cat {
    margin: 0;
    padding: 0;
    list-style: none;
}


.blog-cat li {
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease 0s;
}

.blog-cat li:last-child {
    border-bottom: none;
}

.blog-cat li a {
    padding: 15px 0;
    display: inline-block;
    color: #888888;
    transition: all .3s ease 0s;
}

.blog-cat li a:hover {
    color: var(--color-ternary);
    cursor: pointer;
    margin-left: 4px;
}

.blog-recent-post-single-item {
    margin-bottom: 30px;
}

.blog-recent-post-single-item img {
    width: 75px;
    height: auto;
    float: left;
}

.post-content-recent {
    padding-left: 95px;
}

.post-content-recent a {
    font-size: 18px;
    text-transform: uppercase;
    color: #5b5b5b;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: var(--font-heading);
    display: inline-block;
    transition: all .3s ease 0s;
    line-height: 1;
}

.post-content-recent a:hover {
    color: var(--color-ternary);
    margin-left: 4px;
}

.post-content-recent P {
    margin-bottom: 0;
}


/***  Blog With Sidebar Block End  ***/




/*** 
==============================================
04. Blog Single Block Start
==============================================
***/

.blog-single .blog-item-content {
    padding-bottom: 50px;
    border-bottom: 1px solid #f1f1f1;
}

.blog-single .blog-item-content h4 {
    text-transform: capitalize;
}

.blog-single-quote {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}

.blog-single-quote i {
    color: var(--color-ternary);
    font-size: 18px;
}

.blog-single-quote span {
    display: inline-block;
    width: 5px;
    height: 50px;
    background: var(--color-ternary);
    margin: 0 15px;
}


.blog-single-quote p {
    margin: 0;
    font-weight: 600;
    font-style: italic;
}

.single-blog-comment-item {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
}

.single-blog-comment-item img {
    width: 100px;
}

.single-blog-comment-item .comment-body {
    margin-left: 30px;
    flex: 1;
}

.blog-commentor-name {
    display: flex;
    align-items: flex-end;
    padding-bottom: 22px;
}

.blog-commentor-name h5 {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-heading);
    color: #888;
}

.blog-commentor-name h6 {
    font-size: 12px;
    font-weight: 600;
    font-family: var(--font-heading);
    color: #888;

}

.blog-commentor-name span {
    display: inline-block;
    width: 2px;
    height: 10px;
    background: #888888;
    align-self: center;
    margin: 0 12px;
}

.comment-blog-btn {
    text-align: center;
    margin: 50px 0 82px;
}

.comment-blog-btn span {
    display: inline-block;
    background: #f1f1f1;
    height: 1px;
    width: 100%;
}

.comment-blog-reply {
    position: relative;
}

.comment-blog-reply a {
    display: inline-block;
    padding: 14px 40px;
    background: var(--color-ternary);
    color: #fff;
    text-transform: uppercase;
    border-radius: 35px;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}


.comment-box-wrap {
    padding-top: 50px;
}

.comment-box-wrap h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-heading);
    color: #5b5b5b;
    text-transform: uppercase;
}

.comment-box-wrap textarea {
    max-width: 100%;
    width: 100%;
    height: 200px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin: 30px 0;
}


.comment-box-wrap input[type="text"],
.comment-box-wrap input[type="email"] {
    max-width: 100%;
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 20px;
    transition: .3s;
}

.comment-box-wrap input[type="text"]:focus,
.comment-box-wrap input[type="email"]:focus {
    border: 1px solid var(--color-ternary);
}


.comment-box-wrap textarea:focus {
    border: 1px solid var(--color-ternary);
}

.comment-box-wrap button {
    background: var(--color-ternary);
    color: #fff;
    text-transform: uppercase;
    border-radius: 35px;
    padding: 20px 25px;
    width: 100%;
    transition: .3s;
    border: 1px solid transparent;
}

.comment-box-wrap button:hover {
    background: #fff;
    border: 1px solid var(--color-ternary);
    color: var(--color-ternary);
}




/*** 
==============================================
05. Error Block Start
==============================================
***/
.error-block .blog-bg {
    padding: 150px 0;
}


.error-content-wrap {
    text-align: center;
    padding-top: 120px;
}


.error-content-wrap h1 {
    font-size: 48px;
    color: var(--color-ternary);
    font-family: var(--font-heading);
    text-transform: uppercase;
    font-weight: 700;
}

.error-content-wrap h3 {
    font-size: 24px;
    color: #888;
    margin: 40px 0 20px;
    font-family: var(--font-para);
}


.error-content-wrap p a {
    color: var(--color-ternary);
    text-transform: uppercase;
    text-decoration: underline;
}

.error-search {
    border-bottom: 2px solid #dfdfdf;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    margin: 50px 0 30px;
}

.error-search input[type="search"] {
    max-width: 100%;
    width: 100%;
    padding-right: 10px;
}

.error-search a i {
    color: var(--color-ternary);
}

.error-return-btn a {
    background: var(--color-ternary);
    color: #fff;
    padding: 14px 40px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 35px;
    transition: .3s;
    border: 1px solid transparent;
}

.error-return-btn a:hover {
    background: #fff;
    color: var(--color-ternary);
    border: 1px solid var(--color-ternary);
}

/***  Error Block End  ***/