@charset "utf-8";

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


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

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

a {
    color: #555555;
    text-decoration: none;
}


/* Custom Container */

@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}
.bg-gradial{
    background: linear-gradient(
        1deg, rgba(0 155 255) 0%, rgb(255 255 255) 100%);
}
.bg-blue{
background: #009bff;
}
/* Common CSS */

h1,
h2,
h3,
h4,
h5,
h6 {
    
    color: dimgrey;
    font-weight: bold;
    line-height: 1.3;
    /* text-transform: capitalize; */
}
.bg-site{
    background: #009bff;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
    font-family: 'FontAwesome' ;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 14px;
}

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;
    color: #009bff;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
}

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

img {
    width: 100%;
    height: auto;
}


/* 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: #e6e6e661;
    

}

.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;
    z-index: 1;
    overflow: hidden;
    background: transparent;
}

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

/* .theme-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 5px;
    background: #009bff;
    -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;
    color: #fff;
    -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: #009bff;
    border-color: #009bff;
    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: 10px;
    margin-top: 0px;

}

.section-title h2 {
    margin-bottom: 10px;
    position: relative;
    font-size: 50px;
    line-height: 50px;
    text-decoration: underline;
    text-align: center;
    padding: 30px;
    /*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%;*/
   
}

.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: #009bff;
    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: #009bff;
    border-color: #dee2e6;
}

.my-pagination ul li .page-link {
    color: #009bff;
    font-size: 24px;
    margin: 0;
}

.my-pagination ul li .page-link:hover {
    color: #ffffff;
    background: #009bff;
}


/* 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 #009bff;
        ;
    }
    50% {
        box-shadow: 0 0 0;
    }
    100% {
        box-shadow: 0 0 20px rgba();
    }
}


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

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

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

.header-logo {
    padding-top: 13px;
}


/* Nav CSS */

.stellarnav ul {
    text-align: right;
}

.stellarnav>ul>li>a {
    color: darkgray !important;
    text-transform: capitalize;
    padding: 25px 25px;

    position: relative;
    font-weight: 500;
}

.stellarnav>ul>li>a:hover {
    color: #009bff !important;
}
.stellarnav>ul>li>a.active {

    color: #009bff  !important;
    font-size: 18px;
}



.stellarnav.light {
    background: transparent;
}

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

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

.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: #009bff;
    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
*****-----*****-----*****-----*****/

.featured-area {
   
    background: #fff;
    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:hover {
    transform: scale(1.02); 
    will-change: scale;
    z-index: 1;
}
.featured-area .center-box-content {
    text-align: left;
    display: block;
    transition: 0.3s ease;
}

.featured-col .section-title h2 {
   
    /* color: #009bff; */
    text-decoration: underline;
    text-align: center;

}

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

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

.view-all-button .theme-btn:hover {
    background: #009bff;
}

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

.featured-area .view-all-button .theme-btn {
    background: #009bff;
}

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

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

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

.text-content h4 a {
    color: #009bff;
    text-transform: inherit;
}

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

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

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

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

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

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

.blog-des{
    height: 60px;
}

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

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

.featured-small-box .rating-circle {
    width: 100%;
    height: 30px;
    left: 0px;
    top: 0px;
    padding: 0px 20px;
}

.featured-small-box .rating-circle span {
    font-size: 20px;
    float: left;
}

.featured-small-box .rating-circle h4 {
    font-size: 20px;
    line-height: 32px;
    float: right;
}

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

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


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

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

.broker-companies-col {
    background: #ffffff;
    -webkit-box-shadow: 0 10px 15px #009bff;
    box-shadow: 0 10px 15px dimgray;
    -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:before{
    /* width: 100%;
    min-height: 170px;

    position: relative;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -50%;
    top: 48%;
    height: 0;
    width: 200%;
    transform: rotate(45deg);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    overflow: hidden;
    z-index: 9; */
    
}
/* working Stop  */
.broker-companies-logo img::before{
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -50%;
    top: 48%;
    height: 0;
    width: 200%;

    overflow: hidden;
    transition: all 0.65s ease-out 0s;


}
.broker-companies-logo img:hover:before {
      
   
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -50%;
    top: 48%;
   

   
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
   
    z-index: 9;
    top: -200%;
    height: 500%;
      
    
}

.rating-circle {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 0;
    width: 100px;
    height: 100px;
    background-color: #009bff;
    padding-top: 25px;
}

.broker-companies-logo .rating-circle {
    width: 60px;
    height: 50px;
    top: 15px;
    left: 15px;
    padding-top: 0px;
}

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

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

.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;
    position: relative;
    background: revert;
   
    justify-content: center;
    margin: 0 auto;
   
}

.brokar-company-reting {
    width: 100%;
    

    
}

.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;
    
}





.broker-companies-area .center-box-content {
    text-align: center;
    display: block;
    
}


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

.user-reviews-area {
    background-repeat: repeat;
    /* background-color: #f6F6F6; */
    position: relative;
    padding-bottom: 60px;
}

.user-reviews-box {
    padding: 20px 15px;
    background: transparent;
    min-height: 270px;
}

.user-reviews-col .user-img-box {
    position: relative;

   
}

.user-reviews-col .user-img-box img {
    
    width: 50%;  
    margin: 0 auto;
}

.user-reviews-col .user-img-box ul {
    left: 35%;
    text-align: center;
    
   
}

.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: #ff5722;
}

.user-reviews-col .name-bar {
   
    margin-top:5%;
    position: relative;
    font-size: 18px;
    text-align: center;
}

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

.user-reviews-col .name-bar p a {
    color: #009bff;
    font-size: 19px;
}

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

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

.owl-theme .owl-nav [class*=owl-] {
    padding: 0;
    border: 2px #009bff solid;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    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: #009bff;
    -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: #009bff;
    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;
}

.owl-theme .owl-nav [class*=owl-]:hover i {
    color: #ffffff;
    -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-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #009bff;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.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(16, 193, 224, 0.25);
    box-shadow: 0 10px 15px rgba(11, 185, 216, 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 #009bff;
    -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 #009bff;
}
.interviews-content span {
    text-transform: capitalize;
    color: #ffffff;
    color: #009bff;
}
.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: #ffffff;
    padding: 15px;
    border: 1px solid transparent;
    border-top: none;
    position: relative;
    -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: #ffffff;
    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: #009bff;
    -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: 20px;
}

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

.blog-col-content ul li a {
    color: #333333;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 15px;
}

.blog-col-content ul li a:hover {
    color: #009bff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.blog-col-content p {
    margin: 0;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #009bff;
}

.blog-lastest-content {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
}

.main-blog-heighl {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
}
.add-banar{
    margin-top: 10%;
   
}

.blog-lastest-content h2 a {
    color: #fff;
    font-size: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.blog-lastest-content h4 a:hover,
.blog-lastest-content h2 a:hover,
.blog-lastest-side h5 a:hover {
    color: #009bff;;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

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

.blog-lastest-content ul li {
    display: inline-block;
    margin-right: 20px;
}

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

.blog-lastest-content ul li a {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 16px;
}

.blog-lastest-content ul li a:hover {
    color: #009bff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.blog-lastest-side {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    padding: 7px;
    width: 100%;
}

.blog-lastest-side h5 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.blog-lastest-side h5 a {
    color: #fff;
    font-family: 'IcoFont';
}

.blog-lastest-side ul {
    margin: 0;
    padding: 0;
}

.blog-lastest-side ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog-lastest-side ul li i {
    margin-right: 8px;
    color: #009bff;
}

.blog-lastest-side ul li a {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 13px;
}

.blog-lastest-side ul li a:hover {
    color: #009bff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

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

.all-blog-title {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -78px;
    left: 0;
    padding: 7px 15px;
    width: 100%;
}

.all-blog-title h4 {
    color: #fff;
    font-size: 20px;
    margin: 5px 0;
    padding: 0;
}

.all-blog-title h4 a {
    color: #fff;
}

.all-blog-title ul {
    margin: 0;
    padding: 0;
}

.all-blog-title ul li {
    display: inline-block;
    margin-right: 15px;
}

.all-blog-title ul li i {
    margin-right: 8px;
    color: #009bff;
}

.all-blog-title ul li a {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 16px;
}

.all-blog-title ul li a:hover {
    color: #009bff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.all-blog-title p {
    margin-top: 10px;
    margin-bottom: 15px;
}


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

.blog-details-area {
    padding: 30px 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 ul li{
    list-style-type: circle;
}

.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: #009bff;
}

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

.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: #009bff;
}

.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 a {
    color: #999999;
}

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


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

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

@keyframes glow {
    0% {
        box-shadow: 0px 0px 20px 0px rgba(115, 103, 240, 0);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(115, 103, 240, 0);
        -moz-box-shadow: 0px 0px 20px 0px rgba(115, 103, 240, 0);
    }
    100% {
        box-shadow: 0px 0px 20px -1px rgba(115, 103, 240, 0.51);
        -webkit-box-shadow: 0px 0px 20px -1px rgba(115, 103, 240, 0.51);
        -moz-box-shadow: 0px 0px 20px -1px rgba(115, 103, 240, 0.51);
    }
}

.subscribe-area {
    padding: 50px 0 200px;
    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: #009bff;
    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 .copyright span {
    
    color: #009bff;
    text-decoration: underline;
}

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


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

.page-title-area {
    padding: 120px 0 0px;
    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: #ffffff;
    font-weight: 600;
}

.page-title-col p {
    text-align: center;
    color: #ffffff;
    background: #009bffd1;
    padding: 3px;
    font-size: 20px;
}


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

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


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

.add-area {
    padding: 48px 0 25px 0;   
}


/*****-----*****-----*****-----*****
    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: #009bff;
    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 {
    text-align: center;
    -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;
    padding-bottom: 18px;
}

.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: #009bff;
}

.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;
    padding: 0 15px;
    background: transparent;
    position: absolute;
    bottom: 127px;
    width: 100%;
    left: 0;
}

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

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

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

active {
    color: #009bff;
}

@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;
}





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

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

.broker-info-col {
    background: #fff;
  
}

.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 90px;

}

.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: #009bff;
}


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

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

.review-sidebar-nav-col {
    
    padding: 20px 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: #009bff;
}

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

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

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

.review-menu ul li a {
    color: #444444;
    padding: 5px 10px;
    display: block;
    text-transform: capitalize;
}

.review-menu ul li.active-item a {
    background: #009bff;
    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: 100%;
}

#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: 50px 50px;
    border-radius: 100px;
    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;
}

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

.overall-rating-col .progress-bar {
    background-color: #009bff;
}

.add-review-button {
    text-align: right;
}

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

.add-review-button .theme-btn:focus {
    color: #009bff;
}

.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 {
    position: relative;
    font-size: 30px;
    color: red;
    top: -92px;
}

.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;
}
.space{
    display: flex;
    justify-content: space-between;
}


/*****-----*****-----*****-----*****
    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: #009bff;
    text-align: center;
    color: #FFF;
}

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

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


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

.comparison-area {
    background-repeat: repeat;
    background-color: transparent;
}

.comparison-col {
    border: 5px solid #f3f3f3;
    padding: 50px 50px;
    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: #009bff;
}

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

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


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

.faq-area {
    padding: 50px 0 100px;
    position: relative;
    z-index: 9;
    background: transparent;
}

.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: #009bff;
    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 100px;
    position: relative;
    z-index: 9;
    background: transparent;
}

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

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

.my-top-bar-col h4 {
    color: dimgray;
    font-size: 30px;
}

.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 {
    min-height: 240px;
    width: 100%;
    -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;
    border-radius: 5px;
    padding: 20px 20px;
    width: 100%;
    float: left;
}

.review-creator i {
    font-size: 80px;
    color: #009bff;
}

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

.review-creator ul li {
    display: inline-block;
    margin-right: 10px;
    background: #009bff;
    color: #ffffff;
    padding: 5px 15px;
    margin-bottom: 10px;
    font-size: 14px;
}

.review-creator h4 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.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: 100px 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 {
    font-size: 14px;
    line-height: 32px;
    width: 33%;
}

.compare-table-col .table tr td:nth-child(1) {
    font-weight: bold;
    font-weight: bold;
    font-size: 17px;
    color: #009bff;
}

.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: 15px;
    height: auto;
    display: inline-block;
}

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

#box-right {
    /* width: 100%;
    margin: 0 auto; */
}

.compare-brokar-image {
    width: 260px;
    float: left;
   
}




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

.contact-col .nav-pills .nav-link.active,
.contact-col .nav-pills .show>.nav-link {
   
    
    background: #009bff;
    color: #ffffff;

    padding: 10px 30px;

}

.contact-col .nav-pills .nav-link {
    color: #444444;
    margin: 0px !important;

}

.contact-box {
   
}

.contact-box h4 {
    margin-bottom: 20px;
}

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


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

.footer-area {
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0px 0 0;
    margin-top: -220px;
    position: relative;
    z-index: 1;
}

.footer-logo {
    text-align: center;
    margin-bottom: -20px;
}

.footer-logo img {
    width: 100%;
}

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

.footer-col h4 {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}

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

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

.footer-col ul li a:hover {
    color: #009bff;
}

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

.copyright {
    text-align: center;
    padding: 15px 0;
    color: #ffffff;
    border-top: 1px solid #009bff;
    /* text-transform: capitalize; */
}


/* Rating Star success box Style */

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

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

.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: #009bff;
}


/* Selected state of the stars */

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

.terms-col {
    padding: 50px;
}
.terms-title{
    color: #fff;
    background: #009bff;
    padding: 12px;
    text-align: center;
}


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

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

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

.star-p {
    text-align: right;
    
}
.review-detail{
    
    padding: 15px 15px;    
}
.choose-broker{
    margin-bottom: 30px;
}


/* new hover design */



  

.broker-para{
    font-family: 'FontAwesome';
    padding: 20px;
    background: #009bff;
    font-weight: 600;
    font-size: 21px;

}
.broker-hero-text{
    font-size: 20px;
    font-family: 'FontAwesome';
    font-weight: 500;
    line-height: 1.5;
}
.card-templete-btn{
    width: 100%;
    height: 30px;
}




.blog-btn-hover:hover{
    color: #009bff;
}


    /* starting progress bar styling */





    /* -------------------------------------
 * Bar container
 * ------------------------------------- */
 .progress-radial {
    float: left;
    position: relative;
    width: 60px;
    height: 69px;
    border-radius: 50%;
    background-color: #009bff; }
  
  /* -------------------------------------
   * Optional centered circle w/text
   * ------------------------------------- */
  .progress-radial .overlay {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #f8f9fa;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #009bff;
    margin-left: 2px;
    margin-top: 5px;
  }
  
  /* -------------------------------------
   * Mixin for progress-% class
   * ------------------------------------- */
  .progress-0 {
    background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(90deg, #009bff 50%, #2f3439 50%, #2f3439) ; position:absulute;}
  
  .progress-5 {
    background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(108deg, #009bff 50%, #2f3439 50%, #2f3439);position:absulute; }
  
  .progress-10 {
    background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(126deg, #009bff 50%, #2f3439 50%, #2f3439);position:absulute; }
  
  .progress-15 {
    background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(144deg, #009bff 50%, #2f3439 50%, #2f3439); position:absulute;}
  
  .progress-20 {
    background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(162deg, #009bff 50%, #2f3439 50%, #2f3439); position:absulute;}
  
  .progress-25 {
    background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(180deg, #009bff 50%, #2f3439 50%, #2f3439);position:absulute; }
  
  .progress-30 {
    background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(198deg, tomato 50%, #2f3439 50%, #2f3439);position:absulute; }
  
  .progress-35 {
    background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(216deg, tomato 50%, #2f3439 50%, #2f3439); }
  
  .progress-40 {
    background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(234deg, tomato 50%, #2f3439 50%, #2f3439); }
  
  .progress-45 {
    background-image: linear-gradient(90deg, #2f3439 50%, transparent 50%, transparent), linear-gradient(252deg, tomato 50%, #2f3439 50%, #2f3439); }
  
  .progress-50 {
    background-image: linear-gradient(-90deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439); }
  
  .progress-55 {
    background-image: linear-gradient(-72deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439); }
  
  .progress-60 {
    background-image: linear-gradient(-54deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439); }
  
  .progress-65 {
    background-image: linear-gradient(-36deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439); }
  
  .progress-70 {
    background-image: linear-gradient(-18deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439); }
  
  .progress-75 {
    background-image: linear-gradient(0deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439); }
  
  .progress-80 {
    background-image: linear-gradient(18deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439); }
  
  .progress-85 {
    background-image: linear-gradient(36deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439); }
  
  .progress-90 {
    background-image: linear-gradient(54deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439); }
  
  .progress-95 {
    background-image: linear-gradient(72deg, tomato 50%, transparent 50%, transparent), linear-gradient(270deg, tomato 50%, #2f3439 50%, #2f3439); }
  
  .progress-100 {
    background-image: linear-gradient(149deg, #009bff 50%, transparent 50%, transparent), linear-gradient(17deg, #009bff 50%, #2f3439 50%, #2f3439); }
  
  /* my image hover design   */

figure.snip1477 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    background-color: #009bff;
    
  }
  figure.snip1477 *,
  figure.snip1477 *:before,
  figure.snip1477 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
  }
  figure.snip1477 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    opacity: 0.9;
  }
  figure.snip1477 .title {
    position: absolute;
    top: 60%;
    /* left: 60%; */
    padding: 5px 10px 10px;
    background: #00a1ffa3;
    backdrop-filter: blur(4px);

  }
  figure.snip1477 .title:before,
  figure.snip1477 .title:after {
    height: 2px;
    width: 400% 
     ;
    position: absolute;
    content: '';
    background-color: #ffffff;
  }
  figure.snip1477 .title:before {
    top: 0;
    left: 57px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  figure.snip1477 .title:after {
    bottom: 0;
    right: 10px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  figure.snip1477 .title div:before,
  figure.snip1477 .title div:after {
    width: 2px;
    /* height: 300px; */
    position: absolute;
    content: '';
    background-color: #ffffff;
  }
  figure.snip1477 .title div:before {
    top: 10px;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  figure.snip1477 .title div:after {
    bottom: 10px;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  figure.snip1477 h2,
  figure.snip1477 h4 {
    margin: 0;
    text-transform: uppercase;
  }
  figure.snip1477 h2 {
    font-weight: 400;
    font-size: 15px;
  }
  figure.snip1477 h4 {
    display: block;
    font-weight: 700;

    padding: 5px 10px;

  }
  figure.snip1477 figcaption {
    position: absolute;
    bottom: 42%;
    left: 25px;
    text-align: left;
    opacity: 0;
    padding: 5px 60px 5px 10px;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1.5px;
  }
  figure.snip1477 figcaption p {
    margin: 0;
  }
  figure.snip1477 span {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor:pointer;
  }
  figure.snip1477:hover img,
  figure.snip1477.hover img {
    zoom: 1;
    filter: alpha(opacity=35);
    -webkit-opacity: 0.35;
    opacity: 0.15;
  }
  figure.snip1477:hover .title:before,
  figure.snip1477.hover .title:before,
  figure.snip1477:hover .title:after,
  figure.snip1477.hover .title:after,
  figure.snip1477:hover .title div:before,
  figure.snip1477.hover .title div:before,
  figure.snip1477:hover .title div:after,
  figure.snip1477.hover .title div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  figure.snip1477:hover .title:before,
  figure.snip1477.hover .title:before,
  figure.snip1477:hover .title:after,
  figure.snip1477.hover .title:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  figure.snip1477:hover figcaption,
  figure.snip1477.hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .fixed-title{
    position: absolute;
    width: max-content;
    top: -115px;
  }
  
  /* new footer design */
  *, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    body{
    margin:0;
    overflow-x:hidden !important;
    box-sizing:border-box;
    font-family: 'Source Sans Pro', sans-serif;
    }
    
    
    a{
    text-decoration:none;
    outline:none !important;
    
    }
    
    .border-shape {
    background: #009bff none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 5px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
    }
    
    .border-shape::before {
    background: #009bff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100px;
    }
    
    .border-shape::after {
    background: #009bff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: 80px;
    text-align: center;
    top: 1px;
    width: 100px;
    }
    
    
    
    .margin{
        margin-top:25px;
    }
    
    
    
    
    
    
    
    /*FOOTER*/
   
    
    .top_header{
    padding:2rem;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    }
    
    .top_header section{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    }
    
    .top_header span{
    padding:0 1rem;
    }
    
    .top_header .fa{
     color: #009bff;;
    font-size:35px;
    }
    
    footer .border-shape {
    width: 40%;
    }
    
    footer .border-shape::before {
    width: 100%;
    left:120px;
    }
    
    footer .border-shape::after {
    width: 100%;
    right:120px;
    }
    
    footer .bottom_content section{
    padding: 12px 2rem;
    display:flex;
    align-items:center;
    justify-content:Center;
    }
    
    .bottom_content a{
    margin:0 20px;
    
    transition:0.5s;
    }
    
    .bottom_content a:hover{
    color:#009bff;
    }
    
    
    .copyright{
    padding:0.8em 0;
    text-align:center;
    color:rgba(255,255,255,0.7);
    /* font-size:12px; */
    }
    
    
    
    @media (max-width:820px){
    .top_header{
    padding:1rem;
    display:block;
    }
    
    .top_header section{
    margin:10px 0;
    align-items:left;
    justify-content:left;
    display: flow-root;
    }
    footer .bottom_content section{
    padding:1rem;
    display:block;
    }
    footer .bottom_content section a{
    padding:10px;
    font-size:16px;
    margin:0 5px;
    display: block;
    text-align: center;

    }
    }

    .modal-header{
        display: block;
    }

    /* image color hover styling */
    .column {
        display: inline-block;
        text-align: center;
    }
    
    figure {
        overflow: hidden;
    }
    
    a p {
        color: black;
        margin-top: 8px;
        font-family: 'Open Sans', sans-serif;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    .column img {
        display: block;
        width: 100%;
        
    }
    
    /* CSS Image Hover. Created refering to Naoya's Pen: https://codepen.io/nxworld/pen/ZYNOBZ */
    /*Sepia*/
    .column#sepia img {
        -webkit-filter: sepia(100%);
        filter: sepia(70%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .column#sepia:hover img {
        -webkit-filter: sepia(0);
        filter: sepia(0);
    }


    /* broker section styling new img hover */
    
    
    
.snip1361 {
    font-family: 'Quattrocento', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #141414;
    text-align: left;
    line-height: 1.4em;
    font-size: 16px;
  }
  .snip1361 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .snip1361 img {
    max-width: 100%;
    vertical-align: top;
  }
  .snip1361 figcaption {
    position: absolute;
    top: calc(77%);
    width: 100%;
    background-color: #ffffff;
    padding: 15px 25px 65px;
  }
  .snip1361 figcaption:before {
    position: absolute;
    content: '';
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  }
  .snip1361 h3,
  .snip1361 p {
    margin: 0 0 10px;
  }
  .snip1361 h3 {
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.2em;
    font-family: 'Oswald', Arial, sans-serif;
    text-transform: uppercase;
  }
  .snip1361 p {
    font-size: 0.9em;
    letter-spacing: 1px;
    opacity: 0.9;
  }
  .snip1361 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .snip1361:hover figcaption,
  .snip1361.hover figcaption {
    top: 80px;
  }
  




  /* new 2 image hover roe review */
  
.snip1573 {
    
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  
  .snip1573 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  
  .snip1573:before,
  .snip1573:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #009bffb8;;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    opacity: 0.9;
    z-index: 1;
  }
  
  .snip1573:before {
    -webkit-transform: skew(45deg) translateX(-155%);
    transform: skew(45deg) translateX(-155%);
  }
  
  .snip1573:after {
    -webkit-transform: skew(45deg) translateX(155%);
    transform: skew(45deg) translateX(155%);
  }
  
  .snip1573 img {
    max-width: 100%;
    margin-top: 20px;
  }
  
  .snip1573 figcaption {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
  }
  
  .snip1573 h3 a {
    background-color: #5abeff;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
  }
  
  /* .snip1573 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
  } */
  
  .snip1573:hover > img,
  .snip1573.hover > img {
    opacity: 0.5;
  }
  
  .snip1573:hover:before,
  .snip1573.hover:before {
    -webkit-transform: skew(45deg) translateX(-55%);
    transform: skew(45deg) translateX(-55%);
  }
  
  .snip1573:hover:after,
  .snip1573.hover:after {
    -webkit-transform: skew(45deg) translateX(55%);
    transform: skew(45deg) translateX(55%);
  }
  
  .snip1573:hover figcaption,
  .snip1573.hover figcaption {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .brokar-company-reting ul li{
      list-style-type: none;
      font-size: 13px;
      font-weight: 600;
      padding: 10px;
  }
  .brokar-company-reting h5{
    padding: 12px;
    height:76px;
  }
  .brokar-company-reting h5:hover{
      color:#009bff;
  }
  .brokar-company-reting .read-more{
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: underline;
}
  


/* new testimonial styling */

  

.testimonials {
    background: #fff;
    text-align: center;
    width: 95%;
    max-width: 600px;
    padding: 2rem;
    margin: 1.5rem auto;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  }
  .title {
    font-size: 1.5rem;
  }
  .description {
    font-size: 0.95rem;
    color: #333;
  }
  
  .slider-container {
    margin-top: 2rem;
    margin: 2rem auto 0 auto;
    position: relative;
    overflow: hidden;
  }
  .slider {
    display: flex;
    flex: 0 0 1;
    width: 300%; /* Depends On slide-box Length * 100 */
    transition: all 0.5s linear;
  }
  .slide-box {
    padding: 0 80px;
  }
  .slide-box .comment {
    background-color: #000;
    color: #fff;
    font-size: 0.86rem;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    font-weight: 400;
  }
  .slide-box .comment::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 20px;
    width: 20px;
    background-color: #000;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  }
  .slide-box img {
    max-width: 60px;
    border-radius: 50%;
  }
  .slide-box .name {
    font-size: 1rem;
  }
  .slide-box .job {
    font-size: 0.7rem;
    color: #8d8e97;
    font-weight: 400;
  }
  
  .control-slider {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    background-color: #fff;
    line-height: 40px;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  }
  .btn-left {
    left: 10px;
  }
  .btn-right {
    right: 10px;
  }
  
  @media screen and (max-width: 500px) {
    .slide-box {
      padding: 0 55px;
    }
  }
  

  .c-btn{
    
    background: #009bff;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin: 15px 1px;
    color: #fff;
    font-size: 20px;

}
  


.page_page-title-area {
    padding: 79px 0 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.btn_3d {
    min-width: 150px;
    padding: 15px 10px;
    margin: 20px;
    background: rgb(248 249 250);
    border: none;
    border-radius: 25px;
    /* color: rgb(50, 207, 207); */
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* box-shadow: -7px -7px 20px 0 rgba(255, 255, 255, 0.7),
      7px 7px 20px 0 rgba(0, 0, 0, 0.2); */
  }
  
  .btn_3d:hover {
    box-shadow: inset -7px -7px 20px 0 rgba(255, 255, 255, 0.7),
      inset 7px 7px 20px 0 rgba(0, 0, 0, 0.2);
  }
  

  /* nav design */
  nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}

nav a:hover,
nav a:focus {
	outline: none;
}
.color-7 {
	background: #3fa46a;
}

/* Effect 21: borders slight translate */
.cl-effect-21 a {
	padding: 10px;
	color: #237546;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::before {
	top: 10px;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::after {
	bottom: 10px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
	color: #fff;
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* new review all styling */
.broker-progress{
    padding: 10px 0 0 20px;
}
.member-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 15px 0px;
    font-family: 'Raleway', sans-serif;
}
.member-box .shape {
    width: 200px;
    height: 200px;
    background: var(--primary);
    opacity: 0.2;
    position: absolute;
    top: 0;
    right: -100px;
    transform: rotate(45deg);
}

li{
    list-style-type: none;
}

.blog-details-col ul li {
    list-style-type: disc;
}

.review-rightside-content ul li {
    list-style-type: disc;
}
.review-rightside-content ul {
    margin-left:40px;
}

.member-box .card-img-top {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 20px;
    text-align: center;
    box-shadow: 0px 0px 0px 8px rgb(0 0 0 / 6%);
    transition: box-shadow 0.3s ease;
    font-size: 80px;
}

.member-box:hover .card-img-top {
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1)
}

.member-box .member-degignation {
    color: var(--green);
}

.member-box .member-title {
    
}

.member-box small {
    font-size: 12px;
}

.member-box .social a {
    font-size: 15px;
    color: var(--green);
    padding: 10px;
}

.member-box .card-footer {
    
    background-color: #009bff;
    border: 0;
    color: #fff;
}
.blog-details-col a{
    color: #009bff;
}