/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.cdnfonts.com/css/gilroy-bold?styles=20876,20877,20878,20879,20880');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import "../../assets/css/fonts.css";
html {scroll-behavior: smooth;}
body {font-family: 'Outfit', sans-serif;color: #444444;overflow-x: hidden;  }.content-one
a {color: #80284e;text-decoration: none;}




a:hover {color: #80284e;text-decoration: none;}
/*** h1, h2, h3, h4, h5, h6 {font-family: 'Gilroy-Light', sans-serif; font-weight: 500;} **/
h1, h2, h3, h4, h5, h6 {font-family: 'OpenSans', sans-serif; font-weight: 600;}
html{overflow-x:hidden;}
/* ini styles */
.fa-sort-amount-desc:before {
    color: #80284e !important;
}
i.fa.fa-sort-amount-asc {
    color: rgb(0 0 0 / 54%);
}
rect.highcharts-button-box {
    fill: transparent;
}
.menubar span {
 width: 27px;
 height: 9px;
 transition: all 0.4s ease;
}

.menubar {
 position: relative;
 transition: all 0.4s ease;
 display: flex;
 flex-direction: column;
}
.menubar:hover .first {
    transform: rotate(40deg) translateX(77%) translateY(-69%);
    width: 18px;
}
.menubar:hover .second {
 transform: rotate(180deg) translateX(0%) translateY(-72%);
 border-bottom: 2px solid #80284e !important;
}
.menubar:hover .third {
    transform: rotate(-40deg) translateX(44%) translateY(38%);
    border-bottom: 2px solid #80284e !important;
    width: 18px;
}
/* review styles */


/* end review styles */

#myTable a.column_sort.active .fa-sort-amount-asc:before {
    color: #80284e !important;
}
text.highcharts-title, path.highcharts-button-symbol {
    display: none;
}

div#navbarNavDropdown ul.navbar-nav li {
    margin: 15px;
}

a.nav-link.mbbar:after {
    opacity: 0;
}

.sidenav a:hover:after {
    width: 100%;
    opacity: 1;
}

#navbar a{padding:0;}

ul#researchmenu {
    position: absolute;
    left: 0;
    top: 30px;
    min-width: 150px;
    min-height: 113px;
    background-color: #fff;
    padding: 0;
    max-height: 500px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -50px, rgba(0, 0, 0, 0.3) 14px 8px 16px -8px;
    border: 1px solid #d1d1d1;
}
ul#researchmenu li {
    position: static !important;
}
.mandates-dt-menu {
    display: none;
}

ul#researchmenu li:hover{background-color:#80284e;}

ul#researchmenu li a:hover{color:#fff !important;}

ul#researchmenu li:hover a{color:#fff !important;}

ul#researchmenu li a:after{opacity:0 !important;}

ul#researchmenu li {
    width:100%;
    padding: 7px 15px !important;
    margin: 0px !important;
}

ul#researchmenu li a{
    width:100%;
}

ul#researchmenu li a {
    justify-content: space-between;
}

.armmenu-clicked a span{color:#80284e;}


.content-box {
  position: absolute;
  top: -1px;
  left: 100%; /* Positions the box to the right */
  background: white;
  border: 1px solid #ccc;
  padding: 13px 10px 13px 30px;
  min-width: 415px;
  min-height: 116px;
  display: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 17px 17px -25px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 100;
  border-left: 0;
}


.content-box p {
    margin: 0;
    color: black;
    line-height: 18px;
    font-weight: 300;
}

.content-box h4 {
    font-size: 16px;
    color: #8b2346;
    font-weight: 600;
}

.analytics-icons-wrapper {background-color:#812a50de;padding: 70px 0;margin-top:30px;}

.analytics-wrapper {
    /*background: transparent;*/
    /*background-image: url("/assets/img/default_tem-bg.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center top;*/
    /*z-index: 9;*/
    background-color: rgb(249, 250, 252);
    padding: 60px 0;
}
.analytics-wrapper .analytic-main a {
    color: #80284e;
    text-decoration: none;
    font-family: 'OpenSansBold';
    font-size:16px !important;
}
.analytics-cards {
  display: flex;
  border-left: 1px solid rgb(136, 53, 87) !important;
}

.analytics-card {
  padding: 0 20px;
  border-right: 1px solid rgb(136, 53, 87) !important;
}

.analytics-card:last-child {
  border-right: none;
}

.analytics-card .icon-box {
  text-align: left;
  display: flex;
  flex-direction: column;   /* stack vertically */
  align-items: flex-start;  /* align to left */
  justify-content: flex-start; /* push items to top */
  font-size: 16px;
  color: #333; /* use dark text instead of white */
  gap: 8px; /* small space between icon, title, desc */
}

.analytics-card .icon-circle {
  width: 45px;                 /* size of the circle */
  height: 45px;
  background-color: #80284e;   /* circle color */
  border-radius: 50%;          /* makes it round */
  display: flex;               /* center the image */
  align-items: center;
  justify-content: center;
}
.analytics-card .icon-box img {
  width: 35px;   /* adjust icon size */
  height: auto;
  margin-bottom: 5px;
  height: auto;
  margin-right: 0px;
}

.analytics-card .icon-box h5 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: rgb(136, 53, 87) !important;
    font-family: 'OpenSansBold';
}

.analytics-card .icon-box p {
    margin: 0;
    font-size: 14px;
    color: rgb(51, 51, 51) !important;
    line-height: 1.5;
    font-family: 'OpenSans';
}

.analytics-wrapper .about-us-inner-breadcrub p {
    font-family: "OpenSans" !important;
    font-size: 13px;
    color: rgb(51, 51, 51) !important;
}
.analytics-wrapper .about-us-inner-breadcrub p span{
    text-decoration: underline !important;
}
.analytics-wrapper .about-us-inner-breadcrub p strong{
    color: #80284e;
}

.analytics-wrapper .first-content-bottom p {
    font-size: 14px !important;
    font-family: 'OpenSansBold' !important;
    color: rgb(136, 53, 87) !important;
}
.analytics-wrapper .second-content-bottom p {
    font-family: 'OpenSans' !important;
    font-size: 16px !important;
    color: rgb(51, 51, 51) !important;
}

/*.analytics-wrapper:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: #ffffffd9;*/
/*    top: 0;*/
/*    z-index: -1;*/
/*}*/

.analytics-wrapper .learn-more-btn{margin-bottom: 60px;}



section#analytics.section {
    padding: 0;
}

.analytics-wrapper h2 {
    font-family: 'OpenSansBold' !important;
    font-size: 24px !important;
    color: rgb(136, 53, 87) !important;
}
.analytics-wrapper .analytic-main p {
    font-size: 16px !important;
    font-family: 'OpenSans' !important;
    color: rgb(51, 51, 51) !important;
}

.icon-box{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    justify-content: center;
}

.icon-box p:after{
    content: "";
    position: absolute;
    background: #fff;
    width: 52%;
    height: 2px;
    right: -100px;
}

.icon-box img {
    width: 65px;
    margin-right: 20px;
}

.icon-box.line p:after {
    display: none;
}

.tab-section span {
    background-image: linear-gradient(#4f102b, #84204b);
    margin: 5px;
    border-radius: 5px;
    padding: 0 10px;
}
.tab-section span.active {
    background-image: linear-gradient(#4b4b4b, #7d7d7d);
}
.tab-section span a {
    color: #fff;
}
.list-table-wrapper {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px #ccc;
    position: relative;
    padding-top: 15px;
}

.about-us-breadcrub {
    font-family: "OpenSans";
    color: #333333 !important;
    font-size: 13px;
    text-decoration: underline;
}


/*.test.home #navbarNavDropdown .navbar-nav{margin-right:26px;}*/

/*
@media only screen and (max-width: 5500px) and (min-width: 4000px){
.menubar:hover .first {
 transform: rotate(39deg) translateX(98%) translateY(59%);
}
.menubar:hover .third {
 transform: rotate(-39deg) translateX(71%) translateY(69%);
}
}
@media only screen and (max-width: 4000px) and (min-width: 2200px){
.menubar:hover .first {
transform: rotate(39deg) translateX(70%) translateY(-5%);
}
.menubar:hover .third {
 transform: rotate(-39deg) translateX(51%) translateY(89%);
}
}
@media only screen and (max-width: 2200px) and (min-width: 1900px){
.menubar:hover .first {
transform: rotate(39deg) translateX(60%) translateY(-81%);
}
.menubar:hover .third {
transform: rotate(-39deg) translateX(58%) translateY(124%);
}
}
@media only screen and (max-width: 2000px) and (min-width: 1800px){
.menubar:hover .first {
transform: rotate(39deg) translateX(55%) translateY(-90%);
}   
.menubar:hover .third {
transform: rotate(-39deg) translateX(52%) translateY(159%);
}    
}
@media only screen and (max-width: 1800px) and (min-width: 1600px){
.menubar:hover .third {
 transform: rotate(-39deg) translateX(60%) translateY(148%);
}
.menubar:hover .first {
 transform: rotate(39deg) translateX(71%) translateY(-113%);
}
}
@media only screen and (max-width: 1300px) and (min-width: 1200px){
.menubar:hover .first {
 transform: rotate(39deg) translateX(64%) translateY(-191%);
}  
.menubar:hover .third {
 transform: rotate(-39deg) translateX(60%) translateY(273%);
}
}
@media only screen and (max-width: 1200px) and (min-width: 1000px){
.sticky .menubar:hover .first {
    transform: rotate(39deg) translateX(54%) translateY(-230%);
}
.menubar:hover .first {
 transform: rotate(39deg) translateX(49%) translateY(-261%);
}  
.menubar:hover .third {
 transform: rotate(-39deg) translateX(49%) translateY(273%);
}
}
@media only screen and (max-width: 4000px) and (min-width: 2200px){
  .menubar:hover .first {
    transform: rotate(39deg) translateX(60%) translateY(-63%);
  } 
  .menubar:hover .third {
    transform: rotate(-39deg) translateX(36%) translateY(20%);
  }
}


@media only screen and (max-width: 5500px) and (min-width: 4000px){
.menubar:hover .first {
 transform: rotate(39deg) translateX(52%) translateY(-53%);
}
.menubar:hover .third {
 transform: rotate(-39deg) translateX(24%) translateY(37%);
}
}
*/


/*@media only screen and (max-width: 1800px) and (min-width: 1500px){*/

/*.sticky .menubar span {*/
/* border-bottom: 2px solid #000;*/
/*}*/

/*}*/




/*
@media only screen and (max-width: 1300px) and (min-width: 1200px){
.menubar:hover .first {
 transform: rotate(39deg) translateX(65%) translateY(-62%);
}
.menubar:hover .third {
 transform: rotate(-39deg) translateX(44%) translateY(28%);
}
}


@media only screen and (max-width: 1200px) and (min-width: 1000px){
.menubar:hover .first {
transform: rotate(39deg) translateX(63%) translateY(-63%);
}
.menubar:hover .third {
    transform: rotate(-39deg) translateX(44%) translateY(34%);
}    
}
*/

/*
@media only screen and (max-width: 1800px) and (min-width: 1500px){


.menubar:hover .first {
    transform: rotate(39deg) translateX(61%) translateY(-67%);
    width: 20px;
}
.menubar:hover .third {
    transform: rotate(-39deg) translateX(35%) translateY(50%);
    width: 20px;
}

}
*/

/*
@media only screen and (max-width: 1800px) and (min-width: 1600px){
.menubar:hover .first {
    transform: rotate(39deg) translateX(61%) translateY(-67%);
}
.menubar:hover .third {
 transform: rotate(-39deg) translateX(39%) translateY(59%);
}
}
*/

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    .about-us-wrapper {padding: 40px 0 !important;}
    
}
@media only screen and (max-width:820px) {
    .icon-box {justify-content: left;padding:0 15px;}
    .icon-box p:after {display:none;}
    .library-box img {height: 90px !important}
}
@media only screen and (min-width: 768px){
    .copyright{
     text-align:right;
    }
    section#contactus .a_text, section#contactus .e_text, section#contactus .p_text {
        text-align: left;
    }
}
@media only screen and (min-width: 576px){
    div#contactModal {
        padding-left: 9px;
    }
     #contactModal .modal-dialog {
      max-width: 800px;
     }
    div#contactModal label {
        font-size: 16px;
    }
}
rect.highcharts-background {
    fill: transparent;
}
.chart-caption{
    margin-left:-20px;
}
.chart-caption, .finance-chart-caption{
    position:relative;
    width: 295px;
    border-top: 1px solid rgb(136, 53, 87) !important;
}

div#highcharts-frvwdse-0 {
    margin-left: -90px;
}
figcaption span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  margin: 0 6px;   /* gap between % and country */
  vertical-align: middle;
}
figcaption span:before, .finance-chart-caption figcaption span:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 1px;
}

.home-graphs g.highcharts-series-group path {
    stroke: unset;
    opacity:1;
}
figcaption span:before {
left: 33px !important;
top: 10px;
}
.finance-chart-caption {
    margin-left: -30px;
}
.col1, .col2, .col3, .col4,.col5, .col6, .col7, 
.col8, .col9, .col10, .col11, .col12 {
padding-left: 56px;
}
.europe:before,
.pension:before{
top: 34px;
}
.asia:before,
.endo:before{
top: 59px;
}
.latin:before,
span.fof:before{
top: 82px;
}
.middleeast:before,
span.insurance:before{
top: 106px;
}
.australia:before,
span.asset:before{
top: 129px;
}
.northa:before {
    background: #a25f70;
}
.europe:before {
    background: #57757f;
}
.asia:before {
    background: #837398;

}
.latin:before {
    background: #cad6e1;

}
.middleeast:before {
    background: #a69d9e;

}
.australia:before {
    background: #e5d097;

}
.family:before {
    background: #a79d9c;

}
.pension:before {
    background: #a16370;

}
.endo:before {
    background: #c5d8e6;

}
span.fof:before {
    background: #e5d097;
   
}
span.insurance:before {
    background: #57757f;
   
}
span.asset:before {
    background: #837398;
   
}
/* mobile toggle */
.mb-left-toggle .arrow {
    background: #383636  !important;
}

/* @mobile toggle */
/* @ ini styles */
/*.container{max-width:1540px;}*/
.fixed-top {
    position: fixed;
    top: 30px;
    right: 0;
    left: 0;
    z-index: 1030;
    overflow: visible !important;
}
.navbar{
    background: linear-gradient(to right, rgba(255,255,255,1) 30%,rgba(255,255,255,0.2) 94%);
    padding: 25px 0;
    background-color: transparent!important;
}
#home-top-menu {
    cursor: pointer;
}
.navbar-header-logo img {
    height: 60px;
    /*width: 100%;*/
    width:auto;
}
/*.navbar-light .navbar-nav .nav-link{padding:6px 30px;}*/
.navbar-light .navbar-nav .nav-link{padding:12px 0 6px 42px;}
.video-section{
    position:relative;
    height: 100%;
    overflow-x: hidden;
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
/* Add some content at the bottom of the video/page */
.content {
    position: absolute;
    top: 33%;
    /*background: rgba(0, 0, 0, 0.5);*/
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    left: 20%;
}
/* Style the button used to pause/play the video */
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}
#myBtn:hover {
    background: #ddd;
    color: black;
}
section{
    padding:100px 0;
}
/**** About Us Section ****/
.purple-box {
    background: #80284e;
    padding: 15px;
    color: #fff;
}
.grey-box {
    background: rgb(0 0 0 / 54%);
    padding: 35px 15px;
    color: #fff;
    margin-top: 157px;
}
.btn-latest-request, .btn-registration{
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
}
/*.about-us-wrapper{*/
/*    padding:0px;*/
/*    background-color:#eee;*/
/*    padding: 100px 0;*/
/*    position: relative;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    color: #857e7d;*/
/*    min-height: 650px;*/
/*}*/
/*.about-us-inner{*/
/*    position: absolute;*/
/*    height: 800px;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: top center;*/
/*    background-image: url(../image/pricingpage.jpg);*/
/*}*/

.about-us-wrapper {
    padding: 100px 0;
    position: relative;
    color: #857e7d;
    min-height: 650px;
    background-color: #F2F5F9; /* new background */
    margin-top: 0px !important;
}

/* Remove background image */
.about-us-inner {
    position: absolute;
    height: 800px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #F2F5F9; /* apply same bg color */
    /* remove image */
    background-image: none;
}

.about-us-inner {
    background-color:rgb(242, 245, 249);
}
.about-us-wrapper.pt-md-5 {
    padding-top: 0;
}

@media only screen and (max-width: 2700px) and (min-width: 2490px) {
 .library-wrapper .content-one {
  margin-bottom: 150px !important;
 }   
}
@media only screen and (max-width:600px) {
    table#myTable th, table#myTable td {
    min-width: 200px;
    text-align: left !important;
    }
}
.mb-top-menu {
    display: none;
}
.mb-hero-section {
    display: none;
}
@media only screen and (max-width: 991px) and (min-width: 815px){
  .hiding, .mob-nav .mobile-nav{
      display:block !important;
  } 
  
  .inner-pages #navbar{isplay:flex !important;}

}
@media only screen and (max-width:991px) {
    a.nav-link.mbbar {
    display: none !important;
    }
    .navbar button.navbar-toggler {
    display: none !important;
    }
    ul.portfolio_list{
    padding-left: 20px;
    }
   .right-wrap-desktop .right-wrap p span{
    color: #fff !important;
    }
    .right-wrap, .left-wrap{
        padding:10px !important;
    }
    .portfolio_content-left,
    .left-about-wrap-overlay{
        width:100% !important;
    }
    .right-wrap-overlay {
    display: none;
    }
    .navbar-header-logo img{
        height:40px !important;
    }
    #navbar a {
    justify-content: start !important;
    }
    div#videoDiv2 {
    display: none;
    }
    .mb-hero-section .tlt, .mb-hero-section .tlt2 {
    font-size: 26px;
    }
   /* .mb-hero-section{
        display: block  !important;
        background: url(../image/hero-img-new.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        min-height:350px;
    }*/
     .mb-hero-section{
        display: flex  !important;
        align-items: center;
        background: url(../image/hero-img-new.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        min-height:350px;
    }
    .openlist .fa-angle-down:before {
    content: "\f106" !important;
    }
    .chart-caption, .finance-chart-caption {
    margin: 0 auto;
    }
    ul#mbmenutopDropdown{
        display:none;
    }
    .mb-top-menu span {
      font-size: 18px;
    }
   .sidenav ul li a:hover:after{
    width: 40%;
   }
    ul#mbmenutopDropdown li {
     margin-top: 0;
    }
    .mb-top-menu {
        display:block !important;
        padding-left: 36px;
        margin-bottom: 18px;
        padding-top: 30px;
    }
    .mb-top-menu .fa-angle-down {
        padding-left: 20px;
        cursor: pointer;
    }
    .mb-left-toggle{
        display:block !important;
    }
    .navbar .ml-auto, .mx-auto {
        margin-left: 0 !important;
    }
    #navbar a {
    justify-content: center;
    }
    a.mb-left-toggle {
    padding-top: 11px;
    }
    .navbar .container{
        flex-wrap: unset;
    }
    div#mbleftsidenav {
    left: 0 !important;
    }
    .chart-caption figcaption, .finance-chart-caption figcaption {
        color: #fff;
    }
    
}


@media only screen and (min-width:991px) {
   .home-graphs > div {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.finance-pie-chart {
    padding-left: 20px;
}
}
@media only screen and (max-width: 3840px) and (min-width: 1921px){
    .about-us-inner {
        height: 1264px;
    }
}
.about-us-wrapper p span{color:#857e7d!important;}
.library-wrapper p span{color:#857e7d!important;}
.right-wrap p span{color:#857e7d!important;}
.left-about-wrap p{color:#857e7d!important;}
.about-wrapper .left-about-wrap p{color:#857e7d!important;}
.bg-grey{
    background-color:#eaeaea;
}
.list-table-wrapper{
    padding:15px;
    background-color: #fff;
    box-shadow:0 0 2px #ccc;
    position:relative;
}

.library-wrapper{
    /*background: transparent;*/
    /*background-image: url("/assets/img/Paris-lib.webp");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center top;*/
    background-color:rgb(241, 235, 233) !important;
}

.library-wrapper:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ffffffd9;
    top: 0;
}

.library-wrapper .content-one {
    z-index: 9999;
    position: relative;
}

.library-box{
background-image: linear-gradient(#4f102b, #84204b);
padding:30px;
    height: 100%;
}

.library-box h5{
   color:#fff !important;
    font-size: 18px 
}


.library-box img {
    border-radius: 50%;
    height: 195px;
    width: 100%;
    object-fit: cover;
}

.library-icon-section {
    background-color: #811f49e6;
    padding: 30px 0;
    color: #fff;
    z-index: 999;
    position: relative;
}


.library-icon-section img{
margin-right:10px;
}


.library-box:hover {
    transform: scale(1.1);
    background: #bfbfbf;
    transition: 0.7s;
}

.library-box:hover h5 {
    color: #751c42 !important;
    font-weight: 700;
}

.library-icon-section .line {
    height: 1px;
    background-color: #fff;
    flex: 1;
    max-width: 100%;
    margin: 0 10px;
}

.library-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  padding: 15px;
}

.library-circle img {
  width: 40%;
  height: auto;
  margin-bottom: 10px;
}

.library-circle h6 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  color:#fff !important;
}

.library-circle:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.bg-theme { background: #7a1f3d; }     /* primary color */
.bg-secondary { background: #666; }    /* grey circles */

.show-more-price {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -19px;
}

.btn.more-price-btn {
    background: #80284e;
    color: #fff;
    border-radius: 50px;
    line-height: 37px;
    border: 1px solid #80284e;
    width: 50px;
    height: 50px;
    text-align: center;
}

/*.features-wrapper{
    background: transparent;
    background-image: url(../image/features.png);
    background-repeat: no-repeat;
    background-size: cover;
}*/
.itext {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 50px 0;
}
.square {
    margin: 0;
    padding-right: 30px;
    border-right: 3px solid #fff;
}
.square img {
    width: 100px;
}
.itext p {
    padding-left: 30px;
    font-size: 18px;
    color: #fff;
    font-family: 'Gilroy-Light', sans-serif;
    text-transform: uppercase;
    margin: 0;
}
.portfolio-wrapper{
    /*background: transparent;*/
    /*background-image: url(../image/solution.webp);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    padding:0px;
    position:relative;
}
/*.portfolio_content-left {*/
/*    content: "";*/
/*    background: rgba(0,0,0,0.7);*/
/*    position: absolute;*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    top: 0;*/
/*    padding: 0;*/
/*}*/
.right-wrap-overlay{
    position: absolute;
    right: 0;
    width: 50%;
    content: "";
    background: rgba(255,255,255,0.1);
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 0;
}
.right-wrap-overlay:after {
    background: rgba(255,255,255,0.9);
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    content: "";
    z-index: 999;
    bottom: 0;
}
.right-wrap{
    position: relative;
    z-index: 1024;
    height: 100%;
    padding: 200px 50px;
}
.left-about-wrap{
    padding:200px 20px 200px 0;
    /*background: rgba(255,255,255,0.9);*/
    height: 100%;
    position: relative;
    z-index: 1024;
}
/*.left-about-wrap-overlay{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    width: 50%;*/
/*    content: "";*/
/*    background: rgba(255,255,255,0.1);*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*    padding: 0;*/
/*}*/
/*.left-about-wrap-overlay:after{*/
/*    background: rgba(255,255,255,0.8);*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0px;*/
/*    top: 0;*/
/*    content: "";*/
/*    z-index: 999;*/
/*    bottom: 0;*/
/*}*/
.left-wrap{
    padding:200px 50px 200px 0;
}
.left-wrap ul.portfolio_list li{
    color:#fff;
    margin-bottom:10px;
}
.left-wrap ul.portfolio_list li span{
    font-size:18px
}
/**
.about-wrapper{
    background: transparent;
    background-image: url(../image/about-us.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding:0px;
    position:relative;
}
**/
.buyer-wrapper{
    /*background: transparent;*/
    /*background-image: url(../image/buyercoverage.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*padding:0px;*/
    /*position:relative;*/
    background-color:rgb(241, 235, 233) !important;
    margin-top: 0px !important;
}
.buyer-wrapper .right-wrap .right-content h2 {
    font-size: 24px !important;
    font-family: 'OpenSansBold' !important;
    color: rgb(136, 53, 87) !important;
}
.buyer-wrapper .right-wrap .right-content p {
    font-size: 16px;
    font-family: 'OpenSans';
    color: rgb(51, 51, 51) !important;
}

.buyer-wrapper .about-us-inner-breadcrub p span {
    font-family: "OpenSans" !important;
    color: #333333 !important;
    font-size: 13px !important;
    text-decoration: underline;
}
.buyer-wrapper .home-graphs .chart-title {
    font-size: 18px !important;
    font-family: 'OpenSansBold' !important;
    color: rgb(153, 53, 87) !important;
}

.no-gutter{
    padding-right: 0px;
    padding-left: 0px;
}
.cta-section {
    background: #80284e;
    padding: 2px 0px;
}
.cta-section .btn {
    margin: 10px 30px;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    border-radius: 20px;
    min-width: 120px;
}
.footer_contact {
    padding: 20px;
    background: #fff;
    color: #80284e;
    border-top: 1px solid #ddd;
}
.footer_contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_contact ul li a {
    color: #4d4d4d;
    position: relative;
}
.map_content .circle {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #ddd;
    color: #242323;
    border: 1px solid #ddd;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
}
.text-black{color:#333!important;}
/*.custom-container{max-width:100%;}*/
.current-pricing{padding-right:60px!important;}
.library-wrapper .about-us-inner-breadcrub p{
    font-family: "OpenSans" !important;
    font-size: 13px;
    color: rgb(51, 51, 51) !important;
}
.library-wrapper .about-us-inner-breadcrub p span {
    text-decoration: underline !important;
}
.library-wrapper .about-us-inner-breadcrub p strong {
    color:#80284e;
}
.library-wrapper .current-pricing h2 {
    font-family: 'OpenSansBold' !important;
    font-size: 24px !important;
    color: rgb(136, 53, 87) !important;
}
.library-wrapper .current-pricing p {
    font-size: 16px !important;
    font-family: 'OpenSans' !important;
    color: rgb(51, 51, 51) !important;
}
/*
@media screen and (min-width: 1600px) and (max-width: 1800px) {
        #navbarNavDropdown ul li a:after {height: 1px !important;}
    .sidenav ul li a:after{ height: 1px!important;}
}

@media screen and (min-width: 1813px) and (max-width: 2040px) {
    .sidenav ul li a:after{ height: 1px!important;}
    #navbarNavDropdown ul li a:after{height: 1px !important;}
    
}*/

@media screen and (min-width: 1920px){
    .custom-container{width:1540px;}
}
.affix {
    top: 0;
    width: 100%;
}
.affix + .container-fluid {
    padding-top: 70px;
}
.affix {
    position: fixed;
}

#videoDiv2 {width:100%; max-width:auto; margin:auto; display:block; position: relative;height: 100%;} /* This has been changed */
#video2{width:100%; height:auto !important; } /* This has been changed */
#videoMessage2 { position: absolute; top: 0; left: 4%; width: auto !important;height: 100%;}

.video-content .container {
    position: relative;
    z-index: 1024;
}

/* Style the navbar */
#navbar {
    overflow: hidden;
    background-color: #333;
}
/* Navbar links */
#navbar a {
    float: left;
    display: flex;
    align-items:center;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}
#navbar a:hover{
    color: #80284e;
}
.sticky#navbar a:hover{
    color: #80284e;
}
#navbar a:hover .register_icon {
    background-image: url(../image/register_purple.png);
}
#navbar a:hover .login_icon {
    background-image: url(../image/login_purple.png);
}
#navbar ul li {
    display: inline-flex;
    position: relative;
    min-height: 25px;
    vertical-align: middle;
}
#navbar ul .register-li:hover:after {
    width: 62%;
}

#navbar ul .login-li:hover:after {
    width: 50%;
}





#navbar.sticky ul li {
    display: inline-flex;
    position: relative;
    min-height: 25px;
    vertical-align: middle;
}
#header.header-scrolled #navbar ul.top-menu li a{color:#000important;}
#navbar.sticky ul .register-li:hover:after {
    width: 62%;
}

#navbar.sticky ul .login-li:hover:after {
    width: 62%;
}

/* Page content */
.content {
    padding: 16px;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 60px;
}
.nav.header-scrolled {padding: 25px 0px;background-color:#fff;width:100%; transition: all 0.5s; top:0;}
.video-content{
    font-weight: 100;
    position: absolute;
    margin-top: 0;
    padding-left: 0;
    z-index: 999;
    left: 12%;
    right: 0;
    top: 42%;
    color:#fff;
}
.video-content h1{
    font-weight: 200;
    border-left: 2px solid #fff;
    padding-left: 20px;
    word-spacing: 5px;
    letter-spacing: 14px;
}
.video-overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 7px;
    background: url(../../assets/img/video_overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: 2;
}
.sticky{background-color: #fff!important;}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11111;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 100px 0px 20px 0px;
}
.sidenav a {
    /*padding: 8px 32px 8px 32px;*/
    text-decoration: none;
    font-size: 16px;
    color: #333;
    /*display: block;*/
    transition: 0.3s;
}
.sidenav .menu:after {
    height: 2px;
    background: #80284e;
    position: absolute;
    bottom: -5px;
    width: 0;
    content: '';
    left: 0;
    right: 0;
    transition: 0.3s;
}
.sidenav .menu:hover {
    color: #80284e;
}
.sidenav .menu:hover:after {
    width: 100%;
}
.sidenav menu:after {
    height: 2px;
    background: #80284e;
    position: absolute;
    bottom: -5px;
    width: 0;
    content: '';
    left: 0;
    right: 0;
    transition-duration: 0.3s;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 48px;
    font-weight:100;
}
.sidenav .closebtn:hover {
    color:#80284e;
}
.mobile-nav{display:none!important;}
.menu-register, .menu-login{display:none!important;}
.text-theme{color:#80284e;}
.fw-200{font-weight:200;}
.table thead th{font-weight:500;}
.table td, .table th{font-weight:400;}
/*.contactus .content-text p{color:#857e7d !important;}*/
/*.contactus .content-text p a{color:#857e7d !important;}*/
.hemburger-menu{font-size:24px;}
.sticky{transition: all ease-in-out 0.5s;}
.sticky#navbar a{color: #333!important;}
.registration{padding:50px;}
.custom-para{color:#857e7d;}


@media screen and (max-width: 912px) {
    .library-box img {
        height: 90px !important;
    }
}
  
@media only screen and (max-width:820px) {
    .ana-icon-wrapper {
        margin-top: 0px !important;
        margin-bottom: 0px !important ;
    }
    .analytics-icons-wrapper{padding-top: 35px;}
    section#analytics.section {padding-top: 50px;}
    
    
}
  
@media only screen and (max-width:768px) {
    .library-box img {height: 90px;}
    .analytics-wrapper { padding-top: 70px !important;padding-bottom: 20px !important;}
    .analytics-wrapper .learn-more-btn {margin-bottom: 0;}
    .ana-icon-wrapper .icon-box { margin-top: 25px !important;margin-bottom: 5px !important;}
    section#portfolio{margin-top:0;}
    .library-icon-section .row {display: grid;row-gap: 30px;}
    .library-icon-section .line{display:none;}
    .library-icon-section h6 br{display:none;}
    .library-icon-section .row .col-xl-3{max-width:100%;}
    .library-icon-section img{width:10%;}
    .ana-icon-wrapper {margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0;}
    .analytics-icons-wrapper {background-color: #812a50de;padding: 30px 0;}
    
}

  
  @media only screen and (max-width:550px) {
    .library-box img {height: 450px!important;}
    .library-icon-section {padding: 30px 15px;}
    .library-icon-section h6 br{display:none;}
    .library-icon-section .row .col-xl-3{width:100%;}
    .library-icon-section .line{display:none;}
    .analytics-wrapper .learn-more-btn {margin-bottom: 0px;}
    .ana-icon-wrapper .icon-box {margin-top: 30px !important;}
    .ana-icon-wrapper {padding-bottom: 0;padding-top: 0px;margin-top:0 !important;}
    .ana-icon-wrapper .icon-box img {width: 45px;}
    section#portfolio{margin-top:0;}
    .analytics-icons-wrapper {padding: 30px 0;}
    
    
  }
@media only screen and (max-width: 430px) {
    .library-box img {
        height: 350px !important;
    }
    .ana-icon-wrapper {
        margin-top: 0px !important;
        margin-bottom: 25px !important;
    }
}
@media only screen and (max-width: 420px) {
    .library-box img {
        height: 320px !important;
    }
}
@media only screen and (max-width: 390px) {
    .library-box img {
        height: 300px !important;
    }
}

@media only screen and (max-width: 375px) {
    .library-box img {
        height: 275px !important;
    }
}

@media only screen and (max-width: 344px) {
    .library-box img {
        height: 250px !important;
    }
}
  
  


  
  
@media screen and (min-width: 320px) and (max-width: 815px){
    .mb-hero-section .video-content {

    top: unset !important;
    }
    .left-wrap{padding:40px 0;}
    .right-wrap{padding:40px 0;}
    .left-about-wrap{padding:40px 0;}
    .itext{margin:20px 0;}
    section{padding:40px 0;}
    .grey-box{margin-top:20px;margin-bottom:20px;}
    #videoDiv2 h1{font-size: 24px;word-spacing: 2px;letter-spacing: 3px;}
    .fixed-top{top:0px;padding:10px;position:relative;}
    .video-content{left:3% !important;}
    .address{text-align:center;}
    .email{text-align:center;}
    .phone{text-align:center;}
    .map_content .circle{margin-bottom:15px;}
    .map-content{padding:10px;border:1px solid #eee;margin-top:20px;}
    /*.footer_contact, .contactus{text-align:center!important;}*/
    .footer_contact .footer-right{text-align:left!important;}
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    .menu-register, .menu-login{display:block;}

    .mobile-nav{display:block!important;}
    .pricing{margin-top:30px;}
    .hemburger-menu{font-size:24px;}
    .navbar-brand{width:49%;}
    .navbar-brand img{width:auto!important;}
    .register-icon, .login-icon{font-size:20px;}
    .mob-nav{margin-top:10px;}
    .about-us-wrapper{background-position: center center;}
    .library-wrapper{background-position: center top;}
    .features-wrapper{background-image: none;background-color: #80284e;}
    .portfolio-wrapper{background-position: center top;}
    .portfolio-wrapper .portfolio_list{margin-left:-20px;}
    .about-wrapper{background-position: center top;}
    .footer_contact{padding:20px 0;}
    .registration{padding:50px 15px;}

    #videoDiv2 .video-content .v-line{height: 54px!important;}
    .mb-hero-section .video-content .v-line {height: 80px!important;}
    #videoDiv2 .video-content span{font-size: 1rem!important;line-height: 25px!important;}
    .right-wrap-overlay{display:none!important;}
    #videoDiv2 .video-content .v-line, .mb-hero-section .video-content .v-line{margin-top:22px;}
    #videoMessage2{left:8%;top: 23%;}
    #videoDiv2 .video-content span{letter-spacing:.20rem;}
    .custom-para{color:#fff!important;}
    .right-wrap p span{color:#fff!important;}
    .left-about-wrap-overlay{width:100%!important;}
     .icon-box{
      flex-direction: row;
      margin-top: 35px;
      justify-content: left;
      padding: 0 15px;
    }

    .icon-box p:after{display:none;}
        
    }



@media screen and (min-width: 1920px){
    /*.left-about-wrap-desktop{background: rgba(255,255,255,0.9);}*/
    .left-about-wrap{background: transparent;}
    /*.right-wrap-desktop{background: rgba(255,255,255,0.9);}*/
    .right-wrap{background: transparent;}
    .left-wrap ul.portfolio_list li{color:#fff;}

}
@media screen and (max-width: 1920px){
    .left-about-wrap-desktop{background: transparent;}
    /*.left-about-wrap{background: rgba(255,255,255,0.9);}*/
    .right-wrap-desktop{background: transparent;}
    /*.right-wrap{background: rgba(255,255,255,0.9);}*/
}
/*@media screen and (min-width: 1920px){
    .about-wrapper{background-position: center -1000px;}
}*/
.w-44{width:44%;}
.register_icon {
    background-image: url(../image/register_white.png);
}
.sticky .register_icon {
    background-image: url(../image/register_gray.png);
}
.login_icon {
    background-image: url(../image/login_white.png);
}
.sticky .login_icon {
    background-image: url(../image/login-gray.png);
}
.sticky .ham-img{filter: invert(100%);}
.m-icons {
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
}
.table th{
    border-bottom:2px solid #80284e !important;
    border-top: 0px;
}
.blurred a{
    filter: blur(8px);
}
table td a {
    color: #212529 !important;
}
.content-one {padding: 100px 0 80px 0;}
.content-two {padding: 0 0 80px 0;}

.nav-container {
    position: relative;
    transition: all 0.4s ease;
    height: 28px; /* 25px */
    width: 27px;
    background-color:transparent;
}
.arrow {
    background: #857E7D;
    height: 2px;
    width: 100%;
   /* border-radius: 10px;*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease;
}
#one {
margin-top: 14%;
}
#two {
margin-top: 43%;
}
#three {
margin-top: 73%;
}
.nav-container:hover {
 background: transparent;
}
.nav-container:hover #one {
    transform: rotate(39deg) translateX(0%) translateY(152%);
    background-color: transparent;
    width: 20px;
    border-top: 2px solid #80284e;
    border-right: 2px solid transparent;
}
.nav-container:hover #two {
    transform: rotate(180deg) translateX(44%);
    background-color: #80284e;
}
.nav-container:hover #three {
    transform: rotate(-39deg) translateX(0%) translateY(-151%);
    background-color: transparent;
    width: 20px;
    border-bottom: 2px solid #80284e;
    border-right: 2px solid transparent;
}


@media only screen and (max-width: 1920px){
    #videoDiv2.video-content .v-line{
        background: #fff;
        height: 100px;
        margin-right: 40px;
        width: 2px;
        max-width: 2px;
        min-width: 2px;
    }
    .mb-hero-section .video-content .v-line{
        background: #fff;
        height: 80px !important;
        margin-right: 40px;
        width: 2px;
        max-width: 2px;
        min-width: 2px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px){
    div#chart1, div#chart2{
     min-width:180px !important;
    }
    .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    padding-left: 56px;
    font-size: 13px;
    line-height: 29px;
    }
    .chart-caption * div, .finance-chart-caption * div {
    display: block !important;
    height: 30px !important;
    }
    .europe:before,
    .pension:before{
    top: 37px;
    }
    .asia:before,
    .endo:before{
    top: 67px;
    }
    .latin:before,
    span.fof:before{
    top: 98px;
    }
    .middleeast:before,
    span.insurance:before{
    top: 128px;
    }
    .australia:before,
    span.asset:before{
    top: 157px;
    }
}

@media screen and (max-width: 912px) {
    /*.ana-icon-wrapper {margin-top: 0px !important;margin-bottom: 0px !important;*/
    /*}*/
    .icon-box p:after {
        width: 0% !important;
        right: 0px;
    }
    .icon-box {
        display: flex;
        align-items: center;
        font-size: 16px;
        margin-top: 40px;
        color: #fff;
        justify-content: left;
    }
    .ana-icon-wrapper {
        margin-top:10px;
        margin-bottom: 5px;
    }
}


@media only screen and (max-width: 992px){
 div#chart1, div#chart2{
  min-width:200px !important;
 }
 
 .home .portfolio-wrapper .text-theme {color: #cb407c;}
.home .portfolio-wrapper .text-mute {color: #a5a5a5 !important;}
.home .portfolio-wrapper strong {color: #a53263 !important;}

.home .buyer-wrapper .text-theme {color: #cb407c;}
 .home .buyer-wrapper .text-mute {color: #a5a5a5 !important;}
 
 .video-content {left: 0 !important;}
 .video-content {top: 3% !important;}

}


@media screen and (max-width:1024px){

    .video-overlay {bottom: 7px !important;}
    .video-content {left: 2% !important;}
    .library-box img {height: 150px;}
    .ana-icon-wrapper {margin-top: 0px!important;margin-bottom: 0;}
    .icon-box p:after {width: 40%;right: -65px;}
    section#analytics.section {padding-top: 50px;}
    
}




@media only screen and (min-width: 1900px) and (max-width: 5000px){
.library-wrapper .content-one{
 margin-bottom: 13rem !important;
}
}
#videoDiv2 .video-content .v-line,
.mb-hero-section .video-content .v-line{
    background: #fff;
    height: 100px;
    margin-right: 15px;
    width: 2px;
    max-width: 2px;
    min-width: 2px;
}
.cookiesSaveShow {
    display: block !important;
}
.linedown {
    animation-name: drawDownLine;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    transform-origin: 0% 0%;
}
@keyframes drawDownLine {
  0% {
    transform: scaleY(0%)
  }
  100% {
    transform: scaleY(100%)
  }
}
#videoDiv2 .video-content {color: #fff;font-weight: lighter;font-family: 'Gilroy-Light', sans-serif; /*font-size: 2.5rem;*/line-height: 32px; display: flex;align-items: center;}
#videoDiv2 .video-content .v-line, .mb-hero-section .video-content .v-line{ background: #fff; height: 100px; margin-right: 40px; width: 2px; max-width: 2px; min-width: 2px;}
#videoDiv2 .video-content span {position: static;top: 0;left: 0; font-size: 2rem;line-height: 50px;letter-spacing: 0.60rem;}
.sidenav ul{list-style:none;}
.sidenav ul li{display: block;width: auto;}

.sidenav ul li a {color: #4d4d4d;position: relative;}
.sidenav ul li a:after {
    position: absolute;
    bottom: -5px;
    width: 0;
    content: '';
    left: 0;
    right: 0;
    transition-duration: 0.3s;
    border-bottom: 2px solid #80284e;
    opacity: 0;
}
.home-footer {position: fixed;bottom: 0;width: 100%;cursor: pointer;text-align: center;color: #fff;background: rgba(0,0,0,1);padding: 20px 0;display: flex;align-items: center;justify-content: center;z-index: 999999;}
@media only screen and (max-width: 1920px){
    .home-footer p {font-size: 1rem;}
}
.home-footer p {margin: 0 0 10px 0;font-size: 16px;}
.home-footer p a {text-decoration: underline;}
.home-footer a {color: #fff;font-weight: bold;text-decoration: underline;}
.home-footer .btn {color: #fff;padding: 5px 15px;border: 2px solid #4d4d4d !important;border-radius: 20px;margin-left: 20px;font-size: 1rem;text-decoration: none;width: 100px;}
.home-footer a {color: #fff;font-weight: bold;text-decoration: underline;}
a.accept-btn.btn:hover{background-color:#80284e;border: 2px solid #80284e !important;}
a.deny-btn.btn:hover{background-color:#80284e;border: 2px solid #80284e !important;}
.modal-header {border-radius: 0 !important;background: #80284e;color: #fff;}
.modal-content {border-radius: 0 !important;border: 0;}
.modal {background: rgba(0, 0, 0, .75%) !important;}
.modal .close {float: right;font-size: 2rem;font-weight: 500;line-height: 1;color: #fff;text-shadow:unset;opacity: 1;}
#request_pricing .highlight_box {padding: 8px;margin-top: 20px;}
#request_pricing .highlight_box p {margin: 0 !important;font-size: 1rem;}
.linedown {
    animation-name: drawDownLine;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    transform-origin: 0% 0%;
}
#contactModal .form-wrap {
    border-right: 1px solid #ddd;
    padding-right: 15px;
    min-height: 300px;
}
.modal-body .content-text p.modal_head {
    font-size: 16px;
    font-weight: 600;
    color: #444444;
    font-family: outfit, sans-serif;
}
.modal-body .map_content p {
    font-size: 16px;
    margin-bottom: 0;
}
/*.map_content p {*/
/*    color: #857e7d !important;*/
/*    font-family: 'Gilroy-Light', sans-serif;*/
/*}*/
#contactModal .content-text {
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.content-text {
    position: relative;
    z-index: 1024;
}
.modal-body .map_content .circle {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
}
.map_content .circle {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #ddd;
    color: #242323;
    border: 1px solid #ddd;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
}
.modal-body .map_content h5 {
    font-size: 16px;
}
.modal-body .map_content a {
    color:#857e7d;
}

.modal-body .map_content a:hover {
    color: #80284e;
}
#contactModal .btn {
    padding: 6px 12px;
    width: 110px;
    margin: 0;
}
.btn-register {
    background: #80284e;
    color: #fff;
    padding: 12px 20px;
    width: 150px;
    border-radius: 0px;
    border: 1px solid #80284e;
    margin-top: 10px;
    font-weight: 600;
}
#google_recaptcha_contact {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 12px 0;
}
body.body #popping {
    display: block;
    opacity: 0;
    position: absolute;
    background-color: #80284e;
    color: #fff;
    top: 20%;
    left: 40%;
    padding: 8px;
    width: 270px;
    bottom: auto;
    z-index: 9999;
    font-size: 1rem;
    text-align: center;
    border: none;
}

#popping {
    display: none;
}
body.body .custom_popping {
    border-bottom: 2px solid #80284e;
}
.transparent_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 30%;
    width: 100%;
    z-index: 99;
    outline: none;
}

@media only screen and (max-width: 3840px) and (min-width: 1921px){
.itext {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 50px 0;
}
}
.itext {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
}
@media only screen and (max-width: 3840px) and (min-width: 1921px){
.square {
    margin: 0;
    padding-right: 30px;
    border-right: 3px solid #fff;
}
}
.square {
    margin: 0;
    padding-right: 10px;
    border-right: 3px solid #fff;
}
@media only screen and (max-width: 3840px) and (min-width: 1921px){
.square img {
    width: 140px;
}
}
.square img {
    width: 70px;
}
.square.icon-hover {
    display: none;
}
a.itext:hover .square.icon {
    display: none;
}
a.itext:hover .square.icon-hover {
    display: inline-block;
}
.cta-btn {
    margin: 10px 30px;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    border-radius: 20px;
    min-width: 120px;
}
.cta-btn:hover {
    color: #80284e;
    border: 1px solid #fff;
    background: #fff;
}
.btn-latest-request:hover{
    background: #fff;
    color: #857e7d;
    border-color: transparent;
}
.btn-registration:hover {
    background: #fff;
    color: #80284e;
    border-color: transparent;
}
#myTable.table {
    position: relative;
}
#myTable.table:before {
    position: absolute;
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
    filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    -moz-filter: blur(4px);
    -webkit-filter: blur(4px);
    content: '';
    left: 0;
    z-index: 1;
    width: 100%;
    height: 20%;
    bottom: 0;
}
#myTable.table.custom_pricing_table tr td:first-child {
    filter: none;
}
#myTable a{color:#212529;}
.pricing_table.no-overlay #myTable:before{content: none;}
.text-mute{color:#857E7D;}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before { margin-top: -2px;content:"";  border-width: 8px 8px 0;border-top-color: #EF1010;border-color:#80284e;}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {border-bottom-color: #f00; /* Red */border-color:#80284e;}

.tooltip > .arrow {background-color: transparent;border-radius:0!important;border-color:#80284e;}
.custom_pricing_table th a .tooltip > .tooltip-inner {z-index:999;border-color:#80284e;text-align: center;font-size: 12px;padding: 10px 15px;color:#fff;width: 265px; border-radius:0 !important;background-color: #80284e;box-shadow: 0 4px 10px 0 rgba(0,0,0,0.15);}
.tooltip > .tooltip-inner {z-index:999;border-color:#80284e;text-align: center;font-size: 12px;padding: 10px 15px;color:#fff;min-width: 265px;border-radius:0 !important;background-color: #80284e;box-shadow: 0 4px 10px 0 rgba(0,0,0,0.15); white-space: pre-line;}
.tooltip .tooltiptext{border-radius:0; }
.bs-tooltip-top,
.bs-tooltip-right,
.bs-tooltip-left,
.bs-tooltip-bottom {background-color:transparent;opacity: 1!important;border-radius:0!important;border-color:#80284e;}
.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {z-index:999;border-color:#80284e;border-top-color: #80284e; border-right-color: transparent; border-bottom-color: #80284e; border-left-color: transparent; border-radius:0!important;}
.tooltip.bs-tooltip-right .arrow:before,
.tooltip.bs-tooltip-left .arrow:before{z-index:999;border-color:#80284e;border-top-color: transparent; border-right-color: #80284e;border-bottom-color: transparent; border-left-color: #80284e;border-radius:0!important;}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(127 42 78 / 29%);
}
.footer-right .menu:hover:after {
    width: 100%;
}
.footer-right .menu:after {
    height: 2px;
    background: #80284e;
    position: absolute;
    bottom: -5px;
    width: 0;
    content: '';
    left: 0;
    right: 0;
    transition: 0.3s;
}

/****************header disable css*********************/
body.body .navbar-header-logo{pointer-events: none; cursor: not-allowed !important;}
body.body #navbarNavDropdown ul.navbar-nav li a {color: #857E7D !important;display: flex;align-items: center;cursor: not-allowed;pointer-events: none;}
body.body #navbar a.nav-link {cursor: not-allowed;pointer-events: none;}
body.body #navbar ul.top-menu li:hover:after{ width:0;}
body.body .nav-container{cursor: not-allowed; pointer-events: none;}

body.no-active #header a{pointer-events: none; cursor: not-allowed !important;}
body.no-active #navbar ul.top-menu li a {display: flex;align-items: center;cursor: not-allowed;pointer-events: none;}
body.no-active #navbar ul.top-menu li:hover:after{ width:0;}
body.no-active .nav-icon{cursor: not-allowed; pointer-events: none;}

/*******************popping****************************/
body.body .fixed-top{top:0;}
body.body #popping {display:block;opacity: 0;position: absolute;background-color: #80284e;color: #fff;top: 20%;left: 40%;padding:8px;width:270px;bottom:auto;z-index:9999;font-size:1rem;text-align:center; border: none;}
body.body #videoDiv2:hover #popping {opacity: 1; /*display: none;*/}
body.body .no-tooltip {opacity: 1; transition: opacity  0s linear 20s; display: none;}
body.body .custom_popping{border-bottom:2px solid #80284e;}
body.body .custom_popping::before {position:absolute;left:128px; bottom:-20px; content:''; height:0; width:0;border:10px solid transparent;z-index:1;}
body.body .custom_popping::after{ position:absolute;left:128px;bottom:-20px;content:''; height:0;width:0;border:10px solid transparent;z-index:2; }
body.body .custom_popping::after {border-top-color:#80284e;}  
#popping{display:none;}
.body {
    overflow: hidden!important;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.btn-request_pricing {
    background: #80284e;
    color: #fff;
    padding: 8px 20px;
    width: 160px;
    border-radius: 0!important;
    border: 1px solid #80284e;
    margin-top: 20px;
    font-weight: 600;
}
#request_pricing .btn-request_pricing:hover {
    background: #770939;
    color: #fff;
}
.btn-register:hover {
    background: #770939;
    color: #fff;
}
.map_content .circle:hover {
    background: #80284e;
    color: #fff;
}
#myTable{-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */}
.btn-register.close-modal{
    color:#fff!important;
}  
.counter-wrapper, .bn-wrapper {
    color: #8b2346;
    font-weight: bold;
}
.counter-wrapper span,
.bn-wrapper span {
    font-size: 26px;
    
}
.counter-wrapper .counter,
.bn-wrapper .el-number {
    font-size: 32px;
}
.about-wrapper .left-about-wrap .counter-wrapper p,
.about-wrapper .left-about-wrap .bn-wrapper p {
    color: #8b2346 !important;
    font-size: 16px;
    line-height: normal;
}
.home .right-wrap p strong,.home .left-about-wrap strong ,.home .current-pricing p strong{
    color: #8b2346;
}
.learn-more-btn {
    display: inline-block;
    border: 1px solid #80284e;
    padding: 15px 25px;
    font-size: 20px;
    color: #80284e;
    text-transform: uppercase;
}
.learn-more-btn:hover {
    background: #80284e;
    color: #fff;
    border-color: #bf7a92e0;
}
.home .left-about-wrap {
    padding: 270px 20px 270px 0;
}
.req-pr {
    font-size: 16px !important;
    line-height: 22px;
}
.btn.req-more-price-btn {
    background: #80284e;
    color: #fff;
    border-radius: 50px;
    line-height: 37px;
    border: 1px solid #80284e;
    width: 50px;
    height: 50px;
    text-align: center;
}
.map_content .circle .fa {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
/**** new style added here  ****/
.about-us-wrapper .current-pricing h2.text-uppercase.text-mute {
    font-size: 24px !important;
    font-family: "OpenSansSemiBold" !important;
    color: rgb(136, 235, 87) !important;
}
.about-us-wrapper .current-pricing p {
    font-size: 16px !important;
    font-family: "OpenSans" !important;
    color: rgb(51, 51, 51) !important;
}
.about-us-wrapper .current-pricing p strong {
    font-size: 19px !important;
    font-family: "OpenSans" !important;
    font-weight: 400; /* Regular */
    color: rgb(51, 51, 51) !important;
}
.about-us-wrapper .current-pricing a.learn-more-link-btn {
    font-size: 16px !important;
    color: rgb(136, 235, 87) !important;
    font-family: "OpenSansBold" !important;
    font-weight: 700 !important;
}
.about-us-wrapper .current-pricing a.learn-more-link-btn i.fa.fa-arrow-right {
    font-size: 16px !important;
    color: rgb(51, 51, 51) !important;
}
