@charset "utf-8";

/*
Owner: http://www.economystreets.com/
Design And Developed By Sweet Hasan Rajib(sweet27895@gmail.com)
*/


/*****-----*****-----*****-----*****
    General CSS 
*****-----*****-----*****-----*****/

body {
    background: #f7f9f2;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #212121d4;
    overflow-x: hidden;
    position: relative;
}

a {
    /* color: #3a3a3a; */
    color: #333D46;
    text-decoration: none;
}

a:hover {
    color: #03b97c !important;
}


/* Custom Container */

@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}


/* Common CSS */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #212121d4;
    ;
    font-weight: bold;
    line-height: 1.3;
    text-transform: capitalize;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0;
    padding: 0;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.broker-deatils-box ul li,
.footer-area ul li,
.pors-and-cons-row ul li {
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.bg-body {
    background: #f7f9f2;
}

.bg-image {
    background-image: url(https://www.xmple.com/wallpaper/checkered-yellow-white-squares-1920x1080-c2-ffffff-ffd700-l-90-a-0-f-2.svg);
}

.bg-image-check {
    background-image: url();
}

.bg-red {
    background: #f44336 !important;
}

.bg-sky {
    background: #00bcd4 !important;
}

.color-red {
    color: #f44336 !important;
}

.color-sky {
    color: #00bcd4!important;
}

.color-golden {
    color: #e3bb44 !important;
}

.bg-golden {
    background: #e3bb44 !important;
}

.color-green {
    color: #03b97c !important;
}

.bg-green {
    background: #03b97c !important;
}


/* Form CSS */

.form-control {
    height: 45px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #e8cc75 !important;
    border-radius: 5px;
}

.form-control:focus {
    border-color: #999999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

::-webkit-input-placeholder {
    color: #333333 !important;
}

::-moz-placeholder {
    color: #333333 !important;
}

::-o-placeholder {
    color: #333333 !important;
}

:-ms-input-placeholder {
    color: #333333 !important;
}

input:-moz-placeholder {
    color: #333333 !important;
}

.subscribe-box ::-webkit-input-placeholder {
    color: #ffffff !important;
}

.subscribe-box ::-moz-placeholder {
    color: #ffffff !important;
}

.subscribe-box ::-o-placeholder {
    color: #ffffff !important;
}

.subscribe-box :-ms-input-placeholder {
    color: #ffffff !important;
}

.subscribe-box input:-moz-placeholder {
    color: #ffffff !important;
}

.section-default {
    padding: 25px 0 20px;
    position: relative;
}

.col-default {
    margin-bottom: 30px;
}

.social svg {
    width: 25px;
    height: 25px;
    margin: 0 10px;
}


/* Btn CSS */

.theme-btn {
    min-width: 80px;
    color: dimgray;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: transparent;
}

.theme-btn:hover {
    color: #ffffff;
    z-index: 1;
    background: transparent;
}

.theme-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 5px;
    background: #03b97c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.theme-btn:hover:before {
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-primary.focus,
.btn-primary:focus {
    background: #03b97c;
    border-color: #03b97c;
    box-shadow: none;
}


/* Background Over Layer CSS */

.over-layer-black {
    position: relative;
}

.over-layer-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.over-layer-white {
    position: relative;
}

.over-layer-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.85);
}


/* Default Title CSS */

.section-title {
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 31px;
    line-height: 50px;
    margin-bottom: 10px;
    position: relative;
    /*display: inline;
    background-image: linear-gradient(rgba(255,117,41,1),rgba(255,117,41,1));
    background-size: .0625rem .3125rem;
    background-repeat: repeat-x;
    background-position: 0 78%;*/
    text-align: center;
    /* color: #03b97c; */
    /* border: 1px solid; */
    display: inline;
    padding: 10px 15px;
    background: #e3bb44;
    border-radius: 5px;
}

.section-title p {
    margin-bottom: 0;
}


/* Back to top */

#back-to-top {
    position: fixed;
    bottom: -100%;
    right: 20px;
    z-index: 9999;
    /*width: 50px;
    height: 50px;*/
    text-align: center;
    font-size: 60px;
    /*background: #ff7529;*/
    color: #03b97c;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#back-to-top.show {
    opacity: 1;
    bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Banner CSS */

.left-banner {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.left-banner.scroll-to-fixed {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 99;
    opacity: 1;
    margin-top: -330px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.right-banner {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.right-banner.scroll-to-fixed {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    opacity: 1;
    margin-top: -330px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-pagination .page-item.active .page-link {
    background-color: #03b97c;
    border-color: #dee2e6;
}

.my-pagination ul li .page-link {
    color: #03b97c;
    font-size: 24px;
    background: #f7f9f2;
}

.my-pagination ul li .page-link:hover {
    color: #f7f9f2;
    /* background: #03b97c; */
}


/* Vertical Move Animation */

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes mover {
    0% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0);
    }
}


/* Blinking Animation */

.blink {
    -webkit-animation: blink 2.0s linear infinite;
    -moz-animation: blink 2.0s linear infinite;
    -ms-animation: blink 2.0s linear infinite;
    -o-animation: blink 2.0s linear infinite;
    animation: blink 2.0s linear infinite;
}

@keyframes blink {
    50% {
        box-shadow: 0 0 0;
    }
}

@-webkit-keyframes blink {
    0% {
        box-shadow: 0 0 20px #e3bb44;
    }
    50% {
        box-shadow: 0 0 0;
    }
    100% {
        box-shadow: 0 0 20px #e3bb44;
    }
}


/*****-----*****-----*****-----*****
   Header CSS
*****-----*****-----*****-----*****/

.header-logo {
    width: 280px;
    height: auto;
    margin-top: 10px;
}

.header-area {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.header-area .container-fluid {
    padding: 10px 80px;
    background: #f7f9f2;
}


/* Nav CSS */

.stellarnav ul {
    text-align: right;
}

.stellarnav>ul>li>a {
    color: #03b97c!important;
    text-transform: capitalize;
    padding: 30px 18px;
    position: relative;
    font-weight: 400;
}

.stellarnav>ul>li>a:hover {
    color: #deaf23 !important;
}

.stellarnav>ul>li>a.active {
    color: #deaf23 !important;
}

.stellarnav>ul>li:last-child a {
    padding-right: 0;
}

.stellarnav.light {
    background: transparent;
}

.stellarnav>ul>li.active>a {
    border-bottom-color: #03b97c !important;
}

.stellarnav ul ul {
    border-radius: 0;
    border: 1px solid #03b97c;
    border-top: 2px solid #03b97c;
}

.stellarnav ul li ul li a {
    padding: 12px 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    text-transform: capitalize;
}

.stellarnav ul li ul li a:hover {
    padding-left: 20px;
    color: #03b97c;
    background: darkgray;
}

.stellarnav ul li ul li:last-child a {
    border-bottom: none;
}

.stellarnav.light a,
.stellarnav.light li a {
    color: #333333;
}


/* NavBar Fixed CSS */

.top-nav-collapse {
    background: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.top-nav-collapse .navbar-nav {
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/*****-----*****-----*****-----*****
    Featured CSS
*****-----*****-----*****-----*****/

.main-sidebar-img {
    width: 100px;
    height: 90px;
    float: left;
    /* padding: 8px; */
}

.main-sidebar-content {
    width: 200px;
    height: auto;
    float: left;
}

.feature-content-image {
    width: 100px;
    height: 80px;
}

.featured-area {
    padding: 120px 0 20px;
    background: #f7f9f2;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.featured-area .center-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.featured-area .center-box-content {
    text-align: left;
    display: block;
}

.view-all-button {
    text-align: right;
}

.view-all-button .theme-btn {
    border: 1px solid #03b97c;
}

.view-all-button .theme-btn:hover {
    background: #03b97c;
}

.featured-area .view-all-button .theme-btn {
    color: #ffffff;
    border: 1px solid #03b97c;
}

.featured-area .view-all-button .theme-btn {
    background: #03b97c;
}

.logo-box {
    width: 100%;
    /* background: #fff; */
    position: relative;
}

.rating-circle {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e3bb45;
    padding-top: 25px;
}

.rating-circle span {
    color: #ffffff;
}

.rating-circle h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 24px;
}

.text-content {
    padding: 30px 30px;
    background: #ffffff;
}

.text-content h4 {
    text-transform: inherit;
}

.text-content h4 a {
    color: #03b97c;
    text-transform: inherit;
}

.text-content h2 {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.featured-small-box {
    position: relative;
    /* background: #ffffff; */
    margin-bottom: 20px;
}

.featured-small-box .logo-box {
    width: 100%;
    min-height: 100%;
}

.featured-small-box .logo-box img {
    width: 100%;
}

.featured-small-box .text-content {
    padding: 20px 15px;
}

.center-box-content .blog-details-side-image {
    width: 60% !important;
    text-align: right;
}

.featured-small-box .text-content h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.featured-small-box .text-content h2 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #222222;
}

.featured-small-box .rating-circle {
    width: 60px;
    height: 60px;
    left: 5px;
    top: 5px;
    padding-top: 8px;
}

.featured-small-box .rating-circle span {
    font-size: 12px;
}

.featured-small-box .rating-circle h4 {
    font-size: 16px;
    line-height: 16px;
}

.dis-block-991 {
    display: none;
}

.middle-content {
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}


/* For glowing Banner */

.add-col img {
    background-color: #ccc;
    animation: glow 1s infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 8px -8px #e3bb44;
    }
    to {
        box-shadow: 0 0 8px 8px #e3bb44;
    }
}


/*****-----*****-----*****-----*****
    Broker Companies CSS Start
*****-----*****-----*****-----*****/

.broker-companies-area {
    padding: 40px 0 0 0;
}

.broker-companies-col {
    background: #ffffff;
    -webkit-box-shadow: 0 10px 15px rgba(39, 12, 145, 0.25);
    box-shadow: 0 10px 15px rgba(39, 12, 145, 0.25);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.broker-companies-col:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.broker-companies-logo {
    width: 100%;
    min-height: 250px;
    background: #f6F6F6;
    position: relative;
}

.broker-companies-logo img {
    padding: 0 20px;
}

.broker-companies-logo .rating-circle {
    width: 70px;
    height: 70px;
    top: 10px;
    left: 25px;
    padding-top: 8px;
}

.broker-companies-logo .rating-circle span {
    font-size: 13px;
    line-height: 18px;
}

.broker-companies-content {
    padding: 15px 15px;
    padding-bottom: 20px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.broker-companies-col:hover .broker-companies-content {
    border: 1px solid #dddddd;
    border-top: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.broker-companies-content span a {
    font-weight: bold;
    color: #03b97c;
}

.broker-companies-content p {
    margin-top: 5px;
    height: 60px;
}

.broker-companies-content .theme-btn {
    text-align: center;
    margin-top: 10px;
}

.broker-companies-area .center-box-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 0;
    text-align: center;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*****-----*****-----*****-----*****
     User Reviews CSS Start
*****-----*****-----*****-----*****/

.user-reviews-area {
    background-repeat: repeat;
    position: relative;
}

.user-reviews-col .user-img-box {
    position: relative;
    margin-bottom: 20px;
}

.user-reviews-col .user-img-box img {
    width: 80px;
    height: 80px;
    border: 3px solid #03b97c;
    border-radius: 5px;
}

.user-reviews-col .user-img-box ul {
    position: absolute;
    left: 100px;
    top: 25px;
    z-index: 0;
}

.user-reviews-col .user-img-box ul li {
    display: inline-block;
    margin-right: 5px;
}

.user-reviews-col .user-img-box ul li a i {
    color: #f7b700;
}

.user-reviews-col .name-bar {
    margin-bottom: 10px;
    background: #f6F6F6;
    padding: 5px 15px;
}

.user-reviews-col .name-bar p span {
    font-weight: bold;
}

.user-reviews-col .name-bar p a {
    color: #03b97c;
}

.user-reviews-col .owl-controls {
    position: absolute;
    top: -90px;
    right: 10px;
    z-index: 0;
}

.user-reviews-col .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.owl-theme .owl-nav [class*=owl-] {
    padding: 0;
    border: 2px solid;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #03b97c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-nav [class*=owl-] i {
    font-size: 35px;
    color: #ffffff;
    line-height: 37px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #e3bb44;
    border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover i {
    color: #25c28d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.user-reviews-man-img {
    position: absolute;
    right: 100px;
    bottom: 0;
    z-index: 0;
    width: 550px;
}


/*****-----*****-----*****-----*****
    Awards CSS Start
*****-----*****-----*****-----*****/

.awards-col {
    background: #F6F6F6;
    padding: 20px 20px;
    min-height: 300px;
    position: relative;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 10px 15px rgba(39, 12, 145, 0.25);
    box-shadow: 0 10px 15px rgba(39, 12, 145, 0.25);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.awards-col:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    border-color: #dddddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.awards-col h4 {
    letter-spacing: 0.5px;
    position: absolute;
    left: -120px;
    bottom: 120px;
    z-index: 0;
    min-width: 300px;
    padding: 15px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #ffffff;
    border-top: 5px solid #03b97c;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.awards-col-content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 0;
    margin-left: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.awards-col-content img {
    padding: 0 10px;
}

.awards-col .rating-circle {
    left: auto;
    right: 20px;
    top: 20px;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 8px;
}

.awards-col .rating-circle span {
    font-size: 13px;
    line-height: 18px;
}

.awards-col .rating-circle h5 {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
}


/*****-----*****-----*****-----*****
    Interviews CSS Start
*****-----*****-----*****-----**
.interviews-area {
    background-repeat: repeat;
    background-color: #F6F6F6;
    position: relative;
}
.interviews-col {
    position: relative;
}
.interviews-img {
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.interviews-img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.interviews-col:hover .interviews-img img {
    -ms-transform: scale(1.1); 
    transform: scale(1.1); 
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.interviews-content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.8);
    padding: 10px 20px;
    border-left: 5px solid #03b97c;
}
.interviews-content span {
    text-transform: capitalize;
    color: #ffffff;
    color: #03b97c;
}
.interviews-content h4 {
    font-weight: 500;
    color: #ffffff;
    font-size: 20px;
}

***/


/*****-----*****-----*****-----*****
    Blog CSS Start
*****-----*****-----*****-----*****/

.blog-col {
    -webkit-box-shadow: 0 10px 15px rgba(39, 12, 145, 0.25);
    box-shadow: 0 10px 15px rgba(39, 12, 145, 0.25);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-col:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-img {
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-col:hover .blog-img img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-col-content {
    background: #f7f9f2;
    padding: 10px 0px;
    border: 1px solid transparent;
    border-top: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-col:hover .blog-col-content {
    background: #f7f9f2;
    border-color: #dddddd;
    border-top: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-col-content h4 {
    margin-bottom: 10px;
}

.blog-col-content h4 a {
    /* color: #222222; */
    /* font-size: 20px; */
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.blog-col-content h4 a:hover {
    color: #03b97c;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.blog-col-content ul {
    margin: 0;
    padding: 0;
}

.blog-col-content ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

.blog-col-content ul li i {
    margin-right: 8px;
    color: #e0b533;
}

.blog-col-content ul li span {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #e3bb44;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}

.blog-col-content ul li span:hover {
    /* color: #03b97c; */
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
        
}

.blog-col-content p {
    margin-top: 10px;
    margin-bottom: 15px;
}


/* Blog Details CSS    -----Latest News------ */

.blog-details-area {
    padding: 50px 0 50px;
}

.blog-details-col {
    padding: 20px;
}

.blog-details-col h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.blog-details-col p {
    margin-bottom: 20px;
}

.blog-details-col p ul li{
    list-style-type: disclosure-closed !important;
}

.blog-share-links {
    margin-top: 30px;
}

.blog-share-links ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
}

.blog-share-links ul li a i {
    color: #03b97c;
}

.blog-sidebar {
    padding: 20px;
    position: sticky;
    top: 120px;
}

.blog-sidebar ul li {
    position: relative;
    min-height: 100px;
    padding-left: 90px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.blog-sidebar ul li:last-child {
    border-bottom: none;
}

.blog-sidebar ul li img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.blog-sidebar ul li a {
    color: #444444;
}

.blog-sidebar ul li a:hover {
    color: #03b97c;
}

.blog-sidebar ul li p {
    color: #999999;
}

.post-links {
    border-top: 1px solid #dddddd;
    padding-top: 50px;
    margin-top: 50px;
}

.post-links .post-links-col {
    margin-bottom: 10px;
}

.post-links .post-links-col .theme-btn {
    margin-bottom: 10px;
}

.post-links .post-links-col.next-post {
    float: right;
}

.post-info {
    margin-bottom: 20px;
}

.post-info li {
    display: inline-block;
    margin-right: 20px;
}

.post-info li i {
    color: #999999;
    margin-right: 5px;
}

.post-info li span {
    color: #999999;
    cursor: pointer;
}
.post-info li span:hover {
    color: #03b97c;
}

.blog-details-area .center-box-content {
    text-align: center;
    display: block;
}


/*****-----*****-----*****-----*****
    Subscribe CSS Start
*****-----*****-----*****-----*****/

.subscribe-area {
    padding: 70px 0 150px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed;*/
    position: relative;
    background-color: #ffffff;
}

.subscribe-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.subscribe-box .form-control {
    height: 50px;
    background: #343a40;
    border: 1px solid;
    color: dimgray;
}

.subscribe-box .input-group .btn {
    height: 50px;
    background: #03b97c;
    color: #fff;
    margin-left: -1px;
    position: relative;
    z-index: 1;
    width: 120px;
    text-transform: uppercase;
}

.subscribe-box {
    text-align: center;
}

.subscribe-box h4 {
    margin-bottom: 20px;
    font-weight: 500;
}

footer {
    background: #fff;
}

footer .copyright span {
    color: #03b97c;
}

.footer-social {
    font-size: 25px;
    text-align: center;
}


/*****-----*****-----*****-----*****
    Page Title CSS Start
*****-----*****-----*****-----*****/

.page-title-area {
    padding: 120px 0 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.page-title-col {
    text-align: center;
}

.page-title-col h2 {
    font-size: 50px;
    color: #212121d4;
    font-weight: 500;
}

.page-title-col p {
    text-align: center;
    color: #212121d4;
}


/*****-----*****-----*****-----*****
    About CSS Start
*****-----*****-----*****-----*****/

.about-area {
    padding: 20px 0;
}


/*****-----*****-----*****-----*****
    About CSS Start
*****-----*****-----*****-----*****/

.add-area {
    padding: 0px 0 15px 0px;
}

.small-text {
    padding: 0px 10px;
}


/*****-----*****-----*****-----*****
    Voting CSS Start
*****-----*****-----*****-----*****/

.voting-col p {
    margin-bottom: 10px;
}


/*****-----*****-----*****-----*****
    Terms CSS Start
*****-----*****-----*****-----*****/

.terms-col p {
    margin-bottom: 15px;
}

.terms-col .nav-pills .nav-link.active,
.terms-col .nav-pills .show>.nav-link {
    background: #03b97c;
    color: #ffffff;
}

.terms-col .nav-pills .nav-link {
    color: #444444;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.terms-col .tab-pane h4 {
    margin-bottom: 20px;
}

.terms-col .tab-pane p {
    margin-bottom: 20px;
}


/*****-----*****-----*****-----*****
    Brokers CSS Start
*****-----*****-----*****-----*****/

.brokers-area {
    padding-bottom: 70px;
}

.brokers-area .form-group select {
    height: 50px;
    margin-left: 10px;
}

.brokers-col {
    min-height: 365px;
    text-align: center;
    padding: 50px 20px;
    /*border: 1px solid transparent;*/
    border: 2px solid #03b97c;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 15px rgba(39, 12, 145, 0.25);
    box-shadow: 0 10px 15px rgba(39, 12, 145, 0.25);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.brokers-col:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border: 1px solid #dddddd;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.brokers-col .progress-bar {
    background-color: #03b97c;
}

.brokers-area .load-more__btn {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-right: 10px;
}

.brokers-area .progress {
    height: 30px;
    font-size: 24px;
}

.introduction-box {
    padding-top: 0;
}

.introduction-box img {
    margin-bottom: 20px;
}

.brokers-area .ddcommon {
    width: 290px !important;
}

active {
    color: #03b97c;
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.rainbow {
    position: relative;
    z-index: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.rainbow:before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #03b97c;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 0 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DE3163), to(#ff7529)), -webkit-gradient(linear, left top, left bottom, from(#DE3163), to(#270C91)), -webkit-gradient(linear, left top, left bottom, from(#DE3163), to(#5352ed));
    background-image: -o-linear-gradient(#DE3163, #ff7529), -o-linear-gradient(#270C91, #270C91), -o-linear-gradient(#5352ed, #5352ed);
    background-image: linear-gradient(#DE3163, #ff7529), linear-gradient(#DE3163, #270C91), linear-gradient(#DE3163, #5352ed);
    animation: rotate 4s linear infinite;
}

.rainbow:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: white;
    border-radius: 5px;
}


/*****-----*****-----*****-----*****
    Broker Info CSS Start
*****-----*****-----*****-----*****/

.broker-info-area {
    padding: 100px 0 0;
}

.broker-info-col {
    background: #fff;
    padding: 10px 20px 20px;
}

.my-broker-logo {
    text-align: center;
}

.my-broker-logo img {
    padding: 20px 20px;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
}

.broker-info-buttons {
    margin-top: 15px;
}

.broker-info-buttons .theme-btn {
    margin: 0 20px;
    background: #ffffff;
}

.pors-and-cons-row {
    padding: 0 20px;
    margin-top: 30px;
}

.pors-and-cons-col {
    background: #ffffff;
    padding: 20px 20px;
}

.pors-and-cons-col ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
}

.pors-and-cons-col ul li:before {
    content: "\ea65";
    font-family: "IcoFont";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    font-size: 25px;
    /* color: #03b97c; */
}


/*****-----*****-----*****-----*****
    Review Wrap CSS Start
*****-----*****-----*****-----*****/

.review-wrap-area {
    padding-top: 100px;
    padding-bottom: 70px;
}

.review-sidebar-nav-col {
    /* background-color: #F6F6F6; */
    padding: 5x 20px;
}

.review-sidebar-logo {
    margin-bottom: 15px;
    text-align: center;
}

.sidebar-rating {
    margin-bottom: 20px;
    text-align: center;
}

.sidebar-rating p {
    font-weight: bold;
    margin-bottom: 10px;
}

.sidebar-rating .progress-bar {
    background-color: #03b97c;
}

.sidebar-buttons {
    text-align: center;
    margin-bottom: 20px;
}

.sidebar-buttons .theme-btn {
    margin-bottom: 10px;
}

.review-menu ul li {
    display: block;
}

.review-menu ul li a {
    color: #444;
    padding: 2px 10px;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
}

.review-menu ul li.active-item a {
    background: #03b97c;
    color: #ffffff;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

#bar-fixed {
    max-width: 290px;
}

#bar-fixed.stickIt {
    position: sticky;
    top: 100px;
    width: 100%;
}


/* Review RightSide Content CSS */


/*****-----*****-----*****-----*****
    Broker Details CSS Start
*****-----*****-----*****-----*****/

.broker-deatils-area {
    padding: 0;
}

.broker-deatils-area h4 {
    margin-bottom: 20px;
}

#broker-deatils {
    padding-top: 90px;
}

.broker-deatils-box {
    /*background: #f4f1ff;*/
    padding: 0;
}

.broker-deatils-col {
    margin-bottom: 15px;
}

.broker-deatils-box ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
}

.broker-deatils-box ul li:after {
    display: block;
    clear: both;
    content: "";
}

.broker-deatils-box ul li:last-child {
    margin-bottom: 0;
}

.broker-deatils-box ul li strong {
    display: block;
    text-transform: capitalize;
}

.deposit-box {
    /* background: #f6F6F6; */
    margin-bottom: 0;
    padding: 30px 20px 15px;
}

.add-review-box {
    margin-bottom: 0;
    padding: 30px 50px;
    background: rgb;
    background: -moz- rgba(39, 12, 145, 1) 100%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#", endColorstr="#270c91", GradientType=1);
}

.overall-rating-col p {
    font-weight: bold;
    color: #ffffff;
    margin-top: -22px;
    text-align: center;
}

.overall-rating-col .progress {
    height: 30px;
    font-size: 24px;
}

.overall-rating-col .progress-bar {
    background-color: #03b97c;
}

.add-review-button {
    /* text-align: right; */
    margin-top: 35px;
}

.add-review-button .theme-btn {
    background: #ffffff;
}

.add-review-button .theme-btn:focus {
    color: #03b97c;
}

.add-review-button .theme-btn:focus:hover {
    color: #ffffff;
}


/* Rating-modal CSS Start*/

.rating-modal {
    padding: 15px 0;
    text-align: left;
    margin-top: 90px;
}

.rating-modal .ddcommon {
    width: 100% !important;
}

.rating-modal .modal-header {
    padding-left: 30px;
    padding-right: 30px;
}

.rating-modal ul li {
    display: inline-block;
}

.rating-modal ul li a i {
    color: #cccccc;
}

.rating-modal ul li a i:hover {
    color: #FFC107;
}

.rating-modal .modal-footer {
    justify-content: center;
}

.my-rating {
    margin-bottom: 10px;
}

.side-space {
    padding: 0 15px;
}

.my-modal .modal-header .close {
    margin-top: -35px;
}

.my-modal .form-control {
    margin-bottom: 10px;
}

.my-modal .form-check {
    display: inline-block;
    margin-right: 10px;
}

.my-modal .form-check-input {
    margin-top: 7px;
}

.rating-form textarea {
    height: 80px;
}


/*****-----*****-----*****-----*****
    Review Details CSS Start
*****-----*****-----*****-----*****/

.review-details-area {
    padding: 0 0 100px;
}

.review-details-col h4 {
    margin-bottom: 15px;
}

.review-details-col p {
    margin-bottom: 15px;
}

.review-details-col p:last-child {
    margin-bottom: 0;
}

.text-box h4 {
    margin-bottom: 15px;
    background: #e0b533;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
}

.text-box p {
    text-align: justify;
}

.text-box img {
    margin-bottom: 20px;
    margin-top: 8px;
}

.text-box:last-child p {
    margin-bottom: 0;
}

.shadow-1 {
    box-shadow: 0 0.5rem 1rem rgb(232 204 117) !important;
}


/*****-----*****-----*****-----*****
    Comparison CSS Start
*****-----*****-----*****-----*****/

.comparison-area {
    background-repeat: repeat;
    /* background-color:white; */
}

.comparison-col {
    border: 2px solid #03b97c;
    padding: 20px 20px;
    text-align: center;
    border-radius: 10px;
}

.comparison-col p {
    margin-bottom: 30px;
}

.comparison-area .ddcommon {
    width: 100% !important;
    height: 45px;
    background: #E9ECEF;
    border-radius: 0 !important;
}

.ddcommon:focus {
    outline: none;
}

.dd .ddTitle .ddTitleText {
    padding: 8px 20px 5px 5px;
    height: 43px;
}

.comparison-col .theme-btn {
    background: #ffffff;
}

.comparison-col .theme-btn:focus {
    color: #03b97c;
}

.comparison-col .theme-btn:focus:hover {
    color: #ffffff;
}

.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}


/*****-----*****-----*****-----*****
    faq CSS
*****-----*****-----*****-----*****/

.faq-area {
    padding: 50px 0 80px;
    position: relative;
    z-index: 9;
    /* background: #ffffff; */
}

.faq-col .accordion>.card {
    margin-bottom: 10px;
}

.faq-col .accordion .btn {
    padding: 0;
}

.faq-col .card-header {
    padding: 0;
}

.faq-col .card-header .btn-link {
    font-size: 20px;
    text-transform: capitalize;
    padding: 10px 18px;
    width: 100%;
    text-align: left;
    color: #ffffff;
    border: none;
    border-radius: 0;
    background: #03b97c;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#5352ed", endColorstr="#270c91", GradientType=1);
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}

.faq-col .card-body {
    border-bottom: 1px solid #dddddd;
    text-align: justify;
}


/*****-----*****-----*****-----*****
    All Review CSS
*****-----*****-----*****-----*****/

.all-review-area {
    padding: 0 0 60px;
    position: relative;
    z-index: 9;
    /* background: #ffffff; */
}

.my-top-bar {
    padding: 20px 20px;
    border-radius: 5px;
    background: #f7f9f2;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#", endColorstr="#270c91", GradientType=1);
}

.my-top-bar-col {
    text-align: center;
}

.my-top-bar-col h4 {
    color: dimgray;
}

.my-top-bar-col p {
    display: inline-block;
    color: dimgray;
}

.my-top-bar-col .ddcommon {
    width: 220px !important;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-left: 10px;
}

.my-top-bar-col.text-right .form-control {
    width: 70px;
}

.review-text-col {
    position: relative;
    padding: 20px 20px;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 150px;
    padding-left: 130px;
    background: #f6F6F6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.review-creator {
    text-align: center;
    position: absolute;
    left: -150px;
    top: 0;
    z-index: 0;
    background: #ffffff;
    border-radius: 5px;
    padding: 12px 15px;
    width: 230px;
    /*border: 3px solid #401475;*/
    -webkit-box-shadow: 0px 20px 40px 0px rgba(39, 12, 145, 0.3);
    -moz-box-shadow: 0px 20px 40px 0px rgba(39, 12, 145, 0.3);
    box-shadow: 0px 20px 40px 0px rgba(39, 12, 145, 0.3);
}

.review-creator i {
    font-size: 30px;
    color: #03b97c;
}

.review-creator h4 {
    margin-bottom: 0;
    text-transform: capitalize;
}

.review-creator span {
    font-size: 14px;
}

.review-text-col ul li {
    display: inline-block;
    margin-right: 10px;
    background: #03b97c;
    color: #ffffff;
    padding: 0px 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.review-text-col h4 {
    font-size: 20px;
    text-transform: capitalize;
}

.review-text {
    min-height: 200px;
}

.all-review-area .theme-btn {
    display: table;
    margin: 0 auto;
}

.my-top-bar-col .form-control {
    width: 280px;
    border: none;
    margin: 0 auto;
    margin-top: 10px;
}


/*****-----*****-----*****-----*****
    Compare Table CSS Start
*****-----*****-----*****-----*****/

.compare-table-area {
    position: relative;
    padding: 20px 0 40px 0;
}

.compare-table-col {
    /*height: 600px;
    overflow-y: scroll;*/
    overflow-x: auto !important;
}

.compare-table-col table {
    margin-bottom: 0;
}

.compare-table-col .table td,
.compare-table-col .table th {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    width: 33%;
}

.compare-table-col .table tr td:nth-child(1) {
    font-weight: bold;
}

.compare-table-col table tr th.bg-primary {
    color: #ffffff;
    background: rgb(83, 82, 237);
    background: -moz-radial-gradient(circle, rgba(83, 82, 237, 1) 0%, rgba(39, 12, 145, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(83, 82, 237, 1) 0%, rgba(39, 12, 145, 1) 100%);
    background: radial-gradient(circle, rgba(83, 82, 237, 1) 0%, rgba(39, 12, 145, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#5352ed", endColorstr="#270c91", GradientType=1);
}

.compare-bottom-buttons {
    margin-top: 20px;
    text-align: center;
}

.compare-bottom-buttons .theme-btn {
    margin-bottom: 10px;
}

.left-btn {
    margin-left: -12px;
}

.right-btn {
    text-align: right;
    margin-right: -55px;
}

.compare-table-area .brokers-col {
    padding: 20px 20px;
    min-height: auto;
}

#box-left {
    width: 300px;
    margin: 0 auto;
    margin-right: 0;
}

#box-right {
    width: 300px;
    margin: 0 auto;
    margin-right: 88px;
}


/*****-----*****-----*****-----*****
    Contact CSS Start
*****-----*****-----*****-----*****/

.contact-col .nav-pills .nav-link.active,
.contact-col .nav-pills .show>.nav-link {
    background: #03b97c;
    color: #ffffff;
}

.contact-col .nav-pills .nav-link {
    color: #444444;
}

.contact-col {
    position: relative;
    overflow: hidden;
}

.contact-box {
    padding: 0 200px;
}

.contact-box h4 {
    margin-bottom: 20px;
    text-align: center;
    text-decoration: underline;
}

.contact-box .theme-btn {
    margin-top: 10px;
}

.contact-info {
    position: relative;
    z-index: 5;
    background: #f7f9f25c;
    backdrop-filter: blur(7px);
}

.glass-sec {
    position: absolute;
}


/*****-----*****-----*****-----*****
    Footer CSS Start
*****-----*****-----*****-----*****/

.footer-area {
    padding: 0px 0 0;
}

.footer-logo {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 30px;
    width: 300px;
    margin: 0 auto 50px;
}

.load-more-button {
    margin: 30px auto 0px;
}

.footer-col {
    text-align: center;
    margin-bottom: 0px;
}

.footer-col h4 {
    font-size: 24px;
    font-weight: 500;
    /* color: #ffffff; */
    margin-bottom: 20px;
    background: #e6c763;
    border-radius: 5px;
}

.footer-col ul li {
    color: dimgray;
    margin-bottom: 5px;
}

.footer-col ul li a {
    color: dimgray;
}

.footer-col ul li a:hover {
    color: #03b97c;
}

.footer-col ul li i {
    color: #03b97c;
    margin-right: 5px;
    display: none;
}

.copyright {
    text-align: center;
    margin-top: 30px;
    padding: 15px 0;
    color: #ffffff;
    border-top: 1px solid #03b97c;
    text-transform: capitalize;
}

.copyright a {
    color: #03b97c;
}


/* Rating Star success box Style */

.success-box {
    margin: 50px 0;
    padding: 10px 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.success-box img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.success-box>div {
    vertical-align: top;
    display: inline-block;
    color: #888;
    margin-top: 12px;
}


/* Rating Star Widgets Style */

.rating-stars ul {
    list-style-type: none;
    padding: 0;
}

.rating-stars ul>li.star {
    display: inline-block;
}


/* Idle State of the stars */

.rating-stars ul>li.star>i.fa {
    font-size: 2.5em;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}


/* Hover state of the stars */

.rating-stars ul>li.star.hover>i.fa {
    color: #FFCC36;
}


/* Selected state of the stars */

.rating-stars ul>li.star.selected>i.fa {
    color: #f7b700;
}

.terms-col {
    padding: 50px;
}

span.fa.fa-star.checked {
    color: #f7b700;
}

span.fa.fa-star-half-full {
    color: #f7b700;
}

span.fa.fa-star-o {
    color: #f7b700;
}


/* .star-p{
      text-align: right;
      margin-top: -27px;
  } */

.star-p span {
    margin-right: 5px;
}


/* ========================new styling start here fx-biozed3===
  =====================
  ====================================
  ================================================
  ========================================================
  ================================================================= */


/*  
  .snip1482 {
    font-family: 'Fauna One', Arial, sans-serif;
    position: relative;
    margin: 10px 20px;
    min-width: 230px;
    max-width: 295px;
    min-height: 220px;
    width: 100%;
    color: #ffffff;
    text-align: right;
    line-height: 1.4em;
    background-color: #1a1a1a;
    font-size: 16px;
  }
  .snip1482 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .snip1482 img {
    position: absolute;
    right: 0%;
    top: 50%;
    opacity: 1;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .snip1482 figcaption {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px 0 20px 20px;
  }
  .snip1482 h2, h5,
  .snip1482 p {
    margin: 0;
    width: 100%;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  
  
  .snip1482 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .snip1482:hover img,
  .snip1482.hover img {
    width: 55%;
    right: -10%;
  }
  .snip1482:hover figcaption h2,
  .snip1482.hover figcaption h2,
  .snip1482:hover figcaption p,
  .snip1482.hover figcaption p {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  } */


/* @import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800); */


/* Demo purposes only */


/* html {
    height: 100%;
  }
  body {
    background-color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100%;
  } */


/* 2nd hover */

.snip1302 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    /* 
    min-width: 230px;
    max-width: 315px; */
    width: 100%;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 10px;
    margin: 0px;
}

.snip1302 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s 0.5s ease;
    transition: all 0.35s 0.5s ease;
}

.snip1302 img {
    max-width: 100%;
    vertical-align: top;
}

.snip1302 figcaption {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.snip1302 h4 {
    position: absolute;
    margin: 0;
    width: 100%;
    -webkit-transform: translate(25%, -50%);
    transform: translate(25%, -50%);
    left: 0;
    top: 50%;
    opacity: 0;
    padding: 0 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.snip1302 .icons {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.snip1302 i {
    padding: 10px 5px;
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
}

.snip1302 i:hover {
    opacity: 1;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.snip1302:before {
    position: absolute;
    bottom: 0;
    left: 100%;
    top: 0;
    right: 0;
    content: '';
    /* background-color: #01d492; */
    z-index: 1;
    opacity: 0.4;
    -webkit-transition: all 0.35s 0.3s ease-in;
    transition: all 0.35s 0.3s ease-in;
}

.snip1302:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 0 200px 200px;
    border-color: transparent transparent transparent #dfb434;
    opacity: 0.9;
    -webkit-transition: all 0.35s 0s ease-out;
    transition: all 0.35s 0s ease-out;
}

.snip1302 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.snip1302:hover img,
.snip1302.hover img {
    opacity: 0.4;
}

.snip1302:hover h4,
.snip1302.hover h4,
.snip1302:hover .icons,
.snip1302.hover .icons {
    opacity: 1;
}

.snip1302:hover h4,
.snip1302.hover h4 {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #f7f9f2;
}

.snip1302:hover:before,
.snip1302.hover:before {
    left: 0;
    -webkit-transition: all 0.35s 0s ease-out;
    transition: all 0.35s 0s ease-out;
}

.snip1302:hover:after,
.snip1302.hover:after {
    right: 50%;
    -webkit-transition: all 0.35s 0.2s ease-in;
    transition: all 0.35s 0.2s ease-in;
}

figure.snip1256 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    /* margin: 10px; */
    /* min-width: 220px;
  max-width: 310px;*/
    /* max-height: 220px;  */
    width: 100%;
    color: #ffffff;
    text-align: left;
    background-color: #e3bb44;
    /* background-image: url(https://cdn.pixabay.com/photo/2021/12/30/06/34/06-34-50-261_960_720.png); */
    font-size: 16px;
    -webkit-perspective: 50em;
    perspective: 50em;
    height: 174px;
    border-radius: 5px;
}

figure.snip1256 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

figure.snip1256 img {
    opacity: 1;
    width: 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

figure.snip1256 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
    -ms-transform-origin: 50% -50%;
    transform-origin: 50% -50%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
}

figure.snip1256 h3,
figure.snip1256 p {
    line-height: 1.5em;
}

figure.snip1256 h3 {
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #f7f9f2;
    font-size:26px;
}

figure.snip1256 p {
    font-size: 0.8em;
    font-weight: 500;
    margin: 0 0 15px;
}

figure.snip1256 .read-more {
    border: 2px solid #ffffff;
    padding: 0.5em 1em;
    font-size: 0.8em;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
}

figure.snip1256 .read-more:hover {
    background-color: #ffffff;
    color: #000000;
}

figure.snip1256:hover img,
figure.snip1256.hover img {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}

figure.snip1256:hover figcaption,
figure.snip1256.hover figcaption {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/* top blog hover design */

.new-card {
    position: relative;
    /* width: 400px; */
    height: 400px;
    /* background-color: #e3bb44; */
    background-image: url(https://cdn.pixabay.com/photo/2021/12/30/06/34/background-blur-6903355_960_720.png);
    border-radius: 5px;
}

.content {
    position: absolute;
    width: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.content h2 {
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #f7f9f2;
}

.content p {
    margin-bottom: 30px;
    text-transform: capitalize;
}

.content a {
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid white;
    text-decoration: none;
    color: white;
    transition: 0.5s;
    text-transform: capitalize;
}

.content a:hover {
    color: black;
    background-color: white;
}

.new-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.new-card:hover img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0);
}


/* broker-2-card design */


/* .background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: url("https://images.unsplash.com/photo-1447433589675-4aaa569f3e05?ixlib=rb-0.3.5&s=4222852e25e0f57d9485f7889957e99a&auto=format&fit=crop&w=2000&q=80");
    background-size: cover;
    background: #ccc;
    background-position: 0 50%;
    background: #DEB493;
  } */

.background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}

.outer-div,
.inner-div {
    height: 450px;
    /* max-width: 300px; */
    margin: 10px 0px;
    position: relative;
}

.outer-div {
    perspective: 900px;
    perspective-origin: 50% calc(50% - 18em);
}

.inner-div {
    margin: 0 auto;
    border-radius: 5px;
    font-weight: 400;
    color: #071011;
    font-size: 1rem;
    text-align: center;
    transition: all 0.6s ease-in-out;
    transform-style: preserve-3d;
}

.inner-div:hover .social-icon {
    opacity: 1;
    top: 0;
}

.outer-div:hover .inner-div {
    transform: rotateY(180deg);
}

.front,
.back {
    position: relative;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.front {
    cursor: pointer;
    height: auto;
    /* background: #fff; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.front__bkg-photo {
    position: relative;
    height: 220px;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 2px solid #e0b533;
}

.front__bkg-photo img {
    height: 100%;
}

.front__bkg-photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.front__face-photo {
    position: relative;
    top: -60px;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #03b97c;
    background: #f1e8c2;
    background-size: cover;
    overflow: hidden;
}

.front__face-photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.front__text {
    position: relative;
    top: -55px;
    margin: 0 auto;
    font-family: "Montserrat";
    font-size: 18px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.front__text .front__text-header {
    font-weight: 700;
    font-family: "lato";
    text-transform: uppercase;
    font-size: 20px;
}

.front__text .front__text-para {
    position: relative;
    top: -5px;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 400;
    font-family: "lato", sans-serif;
}

.front__text .front-icons {
    position: relative;
    top: 0;
    font-size: 14px;
    margin-right: 6px;
    color: gray;
}

.front__text .front__text-hover {
    position: relative;
    top: 10px;
    font-size: 12px;
    color: #696969;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    /* border: 2px solid tomato; */
    padding: 8px 15px;
    /* border-radius: 30px; */
    /* background: tomato; */
    /* color: #fff; */
}

.back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #01d492;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.social-media-wrapper {
    font-size: 36px;
}

.social-media-wrapper .social-icon {
    position: relative;
    top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.3, 0.7, 0.1, 1.9);
}

.social-media-wrapper .social-icon:nth-child(1) {
    transition-delay: 0.6s;
}

.social-media-wrapper .social-icon:nth-child(2) {
    transition-delay: 0.7s;
}

.social-media-wrapper .social-icon:nth-child(3) {
    transition-delay: 0.8s;
}

.social-media-wrapper .social-icon:nth-child(4) {
    transition-delay: 0.9s;
}

.fab {
    position: relative;
    top: 0;
    left: 0;
    transition: all 200ms ease-in-out;
}

.fab:hover {
    top: -5px;
}


/* review section styling */

.card {
    position: relative;
    background: #f7f9f2;
    margin: 10px;
    height: 330px;
    width: 95%;
    border-radius: 20px;
    transition: 0.2s linear;
    /* box-shadow: -6px -6px 25px 0 rgb(1 212 146 / 52%), 6px 6px 25px 0 rgb(0 0 0 / 20%); */
}

.card:hover {
    transform: scale(0.99);
    box-shadow: inset -6px -6px 25px 0 rgb(220 181 66), inset 6px 6px 25px 0 rgb(0 0 0 / 10%);
}

.header {
    position: absolute;
    height: 70px;
    width: 70px;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: inset -6px -6px 10px 0 rgb(224 181 50 / 58%), inset 10px 10px 10px 0 rgb(0 0 0 / 20%);
    transition: 0.4s linear;
}

.header:hover {
    box-shadow: -6px -6px 10px 0 (205, 177, 255, 0.8), 10px 10px 10px 0 rgba(0, 0, 0, 0.08);
    transform: translateX(-50%) scale(1.1);
}

.header img {
    position: absolute;
    height: 90%;
    width: 90%;
    border-radius: 50%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.review-body {
    position: absolute;
    top: 100px;
    padding: 15px;
    /* color: white; */
}

.user-reviews-col .star ul a {
    color: #deaf23;
}

.review-body h2 {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.review-body p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: dimgray;
}

.footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    /* height: 60px; */
    left: 50%;
    top: 90%;
}

.footer a {
    position: absolute;
    border: none;
    background: #d7b140;
    color: #212121;
    padding: 5px 5px;
    border-radius: 10px;
    /* top: 50%;
    left: 50%; */
    transform: translate(-50%, -50%);
    box-shadow: inset -6px -6px 10px 0 rgb(244 241 221), inset 6px 6px 10px 0 rgba(0, 0, 0, 0.1);
    transition: 0.4s linear;
}

.footer:hover a {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: -3px -3px 2px 0 rgb(224 197 114), 6px 6px 10px 0 rgb(0 0 0 / 10%)
}

.star {
    position: relative;
    top: 25%;
    left: 35%;
}


/* styling nav after */

.nav-line::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 5px;
    background-color: #e3bb44;
    border-radius: 5px;
    bottom: 16px;
    left: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 5px;
}

.nav-line:hover::after {
    content: '';
    width: 60%;
}

.footer-line::after {
    content: '';
    position: absolute;
    width: 97%;
    height: 5px;
    background-color: #e3bb44;
    border-radius: 5px;
    bottom: 16px;
    left: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 5px;
}

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
.social-container {
    width: 400px;
    margin: 40vh auto;
    text-align: center;
}

.social-icons {
    padding: 0;
    list-style: none;
    margin: 1em;
}

.social-icons li {
    display: inline-block;
    position: relative;
    font-size: 20px;
}

.social-icons i {
    color: #fff;
    position: absolute;
    top: 26%;
    left: 29%;
    transition: all 265ms ease-out;
}

.social-icons a {
    display: inline-block;
}

.social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 50px;
    height: 50px;
    border-radius: 20%;
    display: block;
    background: linear-gradient(45deg, #e3bb44, #d3ae3f);
    transition: all 265ms ease-out;
}

.social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}

.social-icons a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    color: #e3bb44;
    -webkit-text-fill-color: #32b07b;
    transition: all 265ms ease-in;
}


/* animation button design */

.btn-animate {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 16px 47px -15px #e0b533;
    background: none;
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 8px;
    overflow: hidden;
    outline: none;
    transform: translateZ(0);
}

.btn-animate span {
    position: relative;
    z-index: 2;
}

.btn-animate:before,
.btn-animate:after {
    border-radius: 8px;
    content: '';
    z-index: -1;
    background: linear-gradient(100deg, #e0b533, #f44336);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-animate:after {
    background: linear-gradient(100deg, #f44336, #e0b533);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.1s;
}

.btn-animate:hover {
    box-shadow: 0px 16px 47px -15px #f44336;
}

.btn-animate:hover:after {
    transform: scaleY(1);
    transform-origin: bottom;
    transition-delay: 0s;
}

.btn-animate:active {
    transform: translateY(4px) translateZ(0);
    box-shadow: 0px 8px 10px -6px #34c694;
}


/* broker review page card design*/

.all-review-col .description {
    background: #e3bb4433;
}

.wrapper {
    float: left;
    width: 40%;
    min-width: 300px;
    /* background-color: #f1f1f1; */
    margin: 1.5%;
    padding: 2em 1em;
    box-sizing: border-box;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.24);
    text-align: center;
    border-radius: 5px;
}

.wrapper>h1 {
    font-family: "Lato", sans-serif;
    font-weight: 200;
    font-size: 1.5em;
    letter-spacing: .15em;
    color: #333;
}

.details {
    width: 95%;
    margin: 0 auto 2em;
    padding-top: 10.5em;
    padding-bottom: 1em;
    background-color: #e0b533;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.24);
    transition: all ease-in 0.15s;
}

.wrapper:hover .details {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22);
    transform: translate(0px, -2px) scale(1.01);
}

.details>h1 {
    font-family: "Playfair Display";
    text-align: center;
}

.wrapper-btn {
    padding: 10px;
}

.details>h2 {
    font-family: sans-serif;
    font-size: 1.4em;
    font-weight: 200;
    letter-spacing: 0.1em;
}

.details>p {
    font-family: sans-serif;
    font-size: 1em;
    font-weight: 200;
}

.lottie-star {
    width: 100PX;
    height: auto;
}

.image {
    position: relative;
    z-index: 2;
    width: 85%;
    height: 100px;
    margin: 54px auto -10em;
    background-size: cover;
    background-position: center;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 10px rgb(0 0 0 / 24%);
    transition: all ease-in .15s;
    background: #f7f9f2;
}

.wrapper:hover .image {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    transform: translate(0px, -3px) scale(1.02);
}

.i1 {
    background-image: url(https://31.media.tumblr.com/9e9ba532a3174811c79e07bc4a61ebdc/tumblr_n92w6iRSjY1r5gmiko1_500.jpg);
}

.i2 {
    background-image: url(http://www.asianventure.com/images/country/vietnam.jpg);
}

.i3 {
    background-image: url(https://media-cdn.tripadvisor.com/media/photo-s/06/c7/ba/92/salah-satu-bangunan-di.jpg);
}


/* 2nd faq section */

.faq h2 {
    position: relative;
    width: 23rem;
    color: hotpink;
    margin: 20px 0;
}

.faq h2::after {
    position: absolute;
    content: '';
    width: 67px;
    height: 2px;
    right: 5px;
    background-color: hotpink;
    bottom: 0;
}

.accordion {
    width: 100%;
    padding: 0 5px;
    border: 2px solid #e0b533;
    cursor: pointer;
    display: flex;
    margin: 10px 0;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 30px;
}

.accordion i {
    color: #e0b533;
    transition: all .5s ease-in;
}

.accordion .fa-minus {
    display: none;
}

.active,
.accordion:hover {
    /* background-color: #e0b533; */
    color: #f7f9f2;
    transition: all .5s ease-in;
    /* border: 2px solid #dddddd; */
}

.active .fa-minus {
    display: block;
}

.active .fa-plus {
    display: none;
}

.accordion h5 {
    font-size: 20px;
    margin: 0;
    color: #03b97c;
    padding-left: 5px;
}

.panal {
    padding: 0 15px;
    border-left: 1px solid #e0b533;
    margin-left: 25px;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    transition: all .5s ease-in;
    max-height: 0;
}


/* all review card */

.all-review {
    text-align: center;
    width: 50%;
    margin: 10vh auto;
    /*   background-color:red; */
}

.underliner {
    width: 20%;
    border-top: 1px solid #03b97c;
}

.my-card {
    width: 90%;
    height: auto;
    /* background-color:#bdc3c7; */
    margin: 50px auto;
    /* box-shadow: 2px 2px 5px ; */
    text-align: center;
    /*   position:relative; */
    justify-content: space-evenly;
}

.my-card-image {
    background-color: #03b97c;
    height: 90px;
    width: 90px;
    border-radius: 22% 78% 53% 47% / 35% 13% 87% 65%;
    /*   margin:20px auto; */
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-top: 10px;
    /*   position:relative; */
}

.person-img {
    width: 99%;
    height: 99%;
    background-color: #e0b533;
    border-radius: 22% 78% 53% 47% / 35% 13% 87% 65%;
    /*   postition:absolute;
    display:inline-block;
    right:50px; */
}

.person h3 {
    margin: 0px;
    padding: 0px;
}

.job-title {
    position: relative;
    top: 10%;
}


/* button design==================================================================================================================== */

.offset {
    box-shadow: 0.3em 0.3em 0 0 #19bc8b, inset 0.3em 0.3em 0 0 #19bc8b;
}

.offset:hover,
.offset:focus {
    /* box-shadow: 0 0 0 0, inset 6em 3.5em 0 0; */
    box-shadow: 0 0 0 0, inset 0em 0em 0 0;
}

button {
    color: #19bc8b;
    transition: 0.25s;
    background: #f7f9f2;
}

button:hover,
button:focus {
    background: #e8cc75;
    color: #f7f9f2;
}

button {
    background: none;
    border: 2px solid;
    font: inherit;
    line-height: 1;
    margin: 0.5em;
    padding: 1em 2em;
}

.contact-area .nav-item .active {
    color: #fff !important;
}

.contact-area .nav-item .active:hover {
    color: #fff !important;
}

.compare-image-blur {
    background: #ffffffbd;
    backdrop-filter: blur(7px);
}