/* ==============================================================

Theme Name: Equiti HTML
Theme URI: http://yourwebsite.com
Author: Equiti
Author URI: http://yourwebsite.com
Description: Responsive Equiti Template
Version: 1.0.0

=================================================================
*                     ~TABLE OF CONTENTS~                       *
=================================================================
01. FONTS INSTALLER
    1.1 UniversLTStd-Bold
    1.2 UniversLTStd-Light
    1.3 UniversLTStd
    1.4 FreightDispProBlack-Regular
    1.5 FreightDispProBlack-Italic
02. GENERAL SETTINGS
    2.1 Typography
    2.2 Buttons
	2.3 Font Color
	2.4 Button Color
	2.5 Margin, Padding
	2.6 Section Background After
	2.7 REMOVE WATERMARK FROM HTML5LIGHTBOX
03. TOPBAR
04. NAVBAR / NAVIGATION MENUS
    4.1 Navbar Header
    4.2 Navbar Collapse
    4.3 Navbar Dropdown
	4.4 Sticky Menu
05. SLIDER
    5.1 Section Slider 1
	5.2 Section Sldier Menu
06. CONTENT SECTION
    6.1 Section Seminar
	6.2 Section Education
	6.3 Section Claim Form
	6.4 Section About Equiti
	6.5 Section clients
07. FOOTER SECTION
    7.1 Section Contact Footer
	7.2 Section Footer 1
	7.3 Section Footer 2
08. RESPONSIVE

/*============================
 *    01. FONTS INSTALLER    *
 *===========================*/
/* 1.1 UniversLTStd-Bold */
@font-face {
    font-family: 'UniversLTStd-Bold';
    src: url('fonts/universltstd/UniversLTStd-Bold.eot');
    src: url('fonts/universltstd/UniversLTStd-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/universltstd/UniversLTStd-Bold.woff2') format('woff2'),
    url('fonts/universltstd/UniversLTStd-Bold.woff') format('woff'),
    url('fonts/universltstd/UniversLTStd-Bold.ttf') format('truetype'),
    url('fonts/universltstd/UniversLTStd-Bold.svg#UniversLTStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* 1.2 UniversLTStd-Light */
@font-face {
    font-family: 'UniversLTStd-Light';
    src: url('fonts/universltstd/UniversLTStd-Light.eot');
    src: url('fonts/universltstd/UniversLTStd-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/universltstd/UniversLTStd-Light.woff2') format('woff2'),
    url('fonts/universltstd/UniversLTStd-Light.woff') format('woff'),
    url('fonts/universltstd/UniversLTStd-Light.ttf') format('truetype'),
    url('fonts/universltstd/UniversLTStd-Light.svg#UniversLTStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
/* 1.3 UniversLTStd */
@font-face {
    font-family: 'UniversLTStd';
    src: url('fonts/universltstd/UniversLTStd.eot');
    src: url('fonts/universltstd/UniversLTStd.eot?#iefix') format('embedded-opentype'),
    url('fonts/universltstd/UniversLTStd.woff2') format('woff2'),
    url('fonts/universltstd/UniversLTStd.woff') format('woff'),
    url('fonts/universltstd/UniversLTStd.ttf') format('truetype'),
    url('fonts/universltstd/UniversLTStd.svg#UniversLTStd') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* 1.4 FreightDispProBlack-Regular */
@font-face {
    font-family: 'FreightDispProBlack-Regular';
    src: url('fonts/freightdispdroblack/FreightDispProBlack-Regular.eot');
    src: url('fonts/freightdispdroblack/FreightDispProBlack-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/freightdispdroblack/FreightDispProBlack-Regular.woff2') format('woff2'),
    url('fonts/freightdispdroblack/FreightDispProBlack-Regular.woff') format('woff'),
    url('fonts/freightdispdroblack/FreightDispProBlack-Regular.ttf') format('truetype'),
    url('fonts/freightdispdroblack/FreightDispProBlack-Regular.svg#FreightDispProBlack-Regular') format('svg');
    font-weight: 900;
    font-style: normal;
}
/* 1.5 FreightDispProBlack-Italic */
@font-face {
    font-family: 'FreightDispProBlack-Italic';
    src: url('fonts/freightdispdroblack/FreightDispProBlack-Italic.eot');
    src: url('fonts/freightdispdroblack/FreightDispProBlack-Italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/freightdispdroblack/FreightDispProBlack-Italic.woff2') format('woff2'),
    url('fonts/freightdispdroblack/FreightDispProBlack-Italic.woff') format('woff'),
    url('fonts/freightdispdroblack/FreightDispProBlack-Italic.ttf') format('truetype'),
    url('fonts/freightdispdroblack/FreightDispProBlack-Italic.svg#FreightDispProBlack-Italic') format('svg');
    font-weight: 900;
    font-style: italic;
}
/*============================
 *   02. GENERAL SETTINGS    *
 ============================*/
/* 2.1 Typography */
* {
    box-sizing: border-box;
    text-rendering: optimizeLegibility ;
    -webkit-font-smoothing: antialiased ;
    -moz-osx-font-smoothing: grayscale ;
}
body {
    font-family: 'UniversLTStd';
    background-color: #ffffff;
    color: #545454;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}
.h1, h1{
    font-size: 48px;
}
.h2, h2 {
    font-size: 33px;
}
.h3, h3 {
    font-size: 23px;
}
.h4, h4{
    font-size:17px;
}
a{
    text-decoration: none;
    border: 0;
    outline: 0;
}
hr {
    border-top: 1px solid #e6e6e6;
}
a:hover,
a:active,
a:focus{
    text-decoration: none !important;
    outline: none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
p{
    font-family: 'UniversLTStd';
    font-size: 16px;
    line-height: 1.5;
    color: #545454;
    margin: 0;
}
ol, ul {
    margin: 0;
    padding: 0;
}
button:active{
    outline: none !important;
    border: none !important;
}
button:focus,
button,
.bootstrap-select
.dropdown-toggle:focus,
.bootstrap-select.btn-group .dropdown-menu li a {
    outline:none !important;
}
textarea:focus,
input:focus,
select:focus,
.uneditable-input:focus{
    border-color: #9f7a98 !important;
    box-shadow: 0 0 0 rgba(128, 128, 128, 128) inset,
    0 0 0 rgba(128, 128, 128, 128) !important;
    outline: 0 none !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul li {
    list-style-type: none !important;
}
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.img-full{
    width: 100%;
}
.shadow-none{
    box-shadow: none !important;
}
#section-slider2 .left.v-center{
    bottom: auto;
    top: 50%;
    max-width: 420px;
    width:100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#section-slider2 .left.v-center p > br {
    display: none;
}
.d-flex{
    display: flex;
}
.li-pad ul li{
    padding-bottom: 5px;
}
.li2{
    margin-left: 70px;
}
.li3{
    margin-left: 130px;
}
/**
 * 2.2 Buttons
 */
/*
Type 1 (Custom BG)
<a href="#" class="btn bg-1-1 btn-arrow"><span>Submit<img src="images/arrow.svg" alt="Equiti"></span></a>
Type 2 (BG Transparent)
<a href="#" class="btn btn-border btn-arrow"><span>Submit<img src="images/arrow2.svg" alt="Equiti"></span></a>
Type 2 (BG Transparent color all white)
<a href="#" class="btn btn-border2 btn-arrow"><span>Submit<img src="images/arrow.svg" alt="Equiti"></span></a>
*/

.btn{
    font-family: "UniversLTStd-Bold";
    background: #382f5e;
    border: none;
    font-size: 14px;
    background-color: #382f5e;
    color: white;
    padding: 9px 21px;
    border: 2px solid #382f5e;
    -webkit-transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
    transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
    display: inline-block;
    cursor: pointer;
    width: 185px;
    max-width: 100%;
    border-radius: 0;
    outline: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
.btn:hover{
    border-color: #382f5e;
    color: #fff;
}
.btn:focus{
    color: #ffffff;
}
.btn-border {
    background-color: transparent;
    color: #382f5e !important;
}
.btn-border2,.btn-border2:hover {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff !important;
}
.btn-arrow {
    position: relative;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
.btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
}
.btn-arrow:hover span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}
.btn-arrow img {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
.btn-arrow img * {
    stroke-width: 5;
    stroke-color: transparent;
}
.btn-arrow:hover img {
    opacity: 1;
    right: -2rem;
    transform: rotate(0deg);
    margin-top:-5px;
}
.w-auto{
    width: auto !important;
}
.h-auto{
    height: auto !important;
}
/**
 * 2.3 Font Color, Font Size, Background Color
 */
.c-1-1{
    color: #382f5e;
}
.c-1-2{
    color: #574f77;
}
.c-1-3{
    color: #6a6192;
}
.c-2-1{
    color: #8b6090;
}
.c-2-2{
    color: #9f7a98;
}
.c-2-3{
    color: #b78cae;
}
.c-grey{
    color: #545454 !important;
}
.c-2-2{
    color: #9f7a98 !important;
}
.c-white{
    color: #ffffff !important;
}
.c-grey{
    color: #545454 !important;
}
.c-purple{
    color: #382f5e !important;
}
/* font Size, Font Family */
.f-37{
    font-size: 37px !important;
}
.f-33{
    font-size: 33px !important;
}
.f-14{
    font-size: 14px !important;
}
.f-15{
    font-size: 15px !important;
}
.f-16{
    font-size: 16px !important;
}
.f-19{
    font-size: 19px !important;
}
.f-21{
    font-size: 21px !important;
}
.fm-uni-bold{
    font-family: 'UniversLTStd-Bold' !important;
}
.fm-uni-r{
    font-family: 'UniversLTStd-Light' !important;
}
.fm-freight-r{
    font-family: 'FreightDispProBlack-Regular' !important;
}
.fm-freight-i{
    font-family: 'FreightDispProBlack-Italic' !important;
}
.fw-normal{
    font-weight: 100;
}
.h6-bold h6{
    font-weight: 600;
}
/* Background Color */
.bg-1-1{
    background-color: #382f5e;
}
.bg-1-2{
    background-color: #574f77;
}
.bg-1-3{
    background-color: #6a6192 !important;
}
.bg-2-1{
    background-color: #8b6090;
}
.bg-2-2{
    background-color: #9f7a98 !important;
}
.bg-2-3{
    background-color: #b78cae;
}
.bg-3-1{
    background-color: #7d5e8f;
}
.bg-3-2{
    background-color: #ce92a9;
}

.bg-grey{
    background: #ececec !important;
}
.bg-grey2{
    background: #929292 !important;
}
.bg-ebebeb{
    background: #ebebeb !important;
}

/**
 * 2.4 Button Color
 */
.btn-1-1,.btn-1-1:hover{
    background-color: #382f5e;
    border-color: #382f5e;
}
.btn-1-2,.btn-1-2:hover{
    background-color: #574f77;
    border-color: #574f77;
}
.btn-1-3,.btn-1-3:hover{
    background-color: #6a6192;
    border-color: #6a6192;
}
.btn-2-1,.btn-2-1:hover{
    background-color: #8b6090;
    border-color: #8b6090;
}
.btn-2-2,.btn-2-2:hover{
    background-color: #9f7a98;
    border-color: #9f7a98;
}
.btn-2-3,.btn-2-3:hover{
    background-color: #b78cae;
    border-color: #b78cae;
}

/**
 * 2.5 Margin, Padding, Top, Bottom
 */
.m-top100{
    margin-top: 100px;
}
.m-top70{
    margin-top: 70px;
}
.m-top50{
    margin-top: 50px;
}
.m-top69{
    margin-top: 69px !important;
}
.m-top150{
    margin-top: 150px;
}
.m-top43{
    margin-top: 43px;
}
.m-top20{
    margin-top: 20px;
}
.m-top30{
    margin-top: 30px;
}
.m-right15{
    margin-right: 15px;
}
.p-top95{
    padding-top: 95px !important;
}
.p-top50{
    padding-top: 50px !important;
}
.p-top80{
    padding-top: 80px !important;
}
.p-top70{
    padding-top: 70px !important;
}
.p-top60{
    padding-top: 60px !important;
}
.p-top30{
    padding-top: 30px !important;
}
.p-top25{
    padding-top: 25px !important;
}
.p-bot0{
    padding-bottom: 0px !important;
}
.p-bot30{
    padding-bottom: 30px !important;
}
.p-bot35{
    padding-bottom: 35px !important;
}
.p-bot80{
    padding-bottom: 80px !important;
}
.p-bot60{
    padding-bottom: 60px !important;
}
.p-bot70{
    padding-bottom: 70px !important;
}
.m-bot0{
    margin-bottom: 0px !important;
}
.m-bot8{
    margin-bottom: 8px !important;
}
.m-bot40{
    margin-bottom: 40px;
}
.m-bot35{
    margin-bottom: 35px;
}
.m-bot33{
    margin-bottom: 33px !important;
}
.m-bot20{
    margin-bottom: 20px !important;
}
.m-bot22{
    margin-bottom: 22px;
}
.m-bot25{
    margin-bottom: 25px !important;
}
.m-bot60{
    margin-bottom: 60px !important;
}
.p-bot330{
    padding-bottom: 330px !important;
}
.p-top80{
    padding-top: 80px !important;
}
.b-26{
    bottom: 26.5% !important;
}
/**
 * 2.6 Section Background After
 */
.w-30{
    width: 30% !important;
}
.w-33{
    width: 33% !important;
}
.w-36{
    width: 36% !important;
}
.w-41{
    width: 41.5% !important;
}
.w-50{
    width: 50% !important;
}
.w-55{
    width: 55% !important;
}
.w-64{
    width: 64% !important;
}
.w-76{
    width: 76% !important;
}
.w-72{
    width: 72% !important;
}
.w-100{
    width: 100% !important;
}
.section-bg-after-grey{
    background-color: #ececec;
    width: 100%;
    float: left;
}
.section-bg-after-darkgrey{
    background-color: #dfdfdf;
    width: 100%;
    float: left;
}
.section-bg-after-white{
    background-color: #ffffff;
    width: 100%;
    float: left;
}
.section-bg-after-purple{
    background-color: #382f5e;
    width: 100%;
    float: left;
}
.bg-transparent{
    background-color: transparent;
}
.bg-after1,
.bg-after2{
    position: relative;
    height: 63px;
    background: #382f5e;
}
.bg-after3 {
    position: relative;
    height: 40px;
    background: #ffffff;
}
.bg-after4{
    position: relative;
    height: 40px;
    background: #382f5e;
}
.bg-after5 {
    position: relative;
    height: 40px;
    background: #382f5e;
}
.bg-after6 {
    position: relative;
    height: 40px;
    background: #ececec;
}
.bg-after7 {
    position: relative;
    height: 40px;
    background: #382f5e;
}
.bg-after7-grey{
    background: #ececec;
}
.bg-after8{
    position: relative;
    height: 40px;
    background: #ececec;
}
.bg-after9{
    position: relative;
    height: 40px;
    background: #ffffff;
}
.bg-after10{
    position: relative;
    height: 40px;
    background: #ffffff;
}
.bg-after1 {
    float: left;
    z-index: 8;
    width: 42.8%;
}
.bg-after2 {
    float: right;
    z-index: 9;
    width: 44%;
}
.bg-after3 {
    float: left;
    z-index: 8;
    width: 28.8%;
}
.bg-after4 {
    float: left;
    z-index: 8;
    width: 75.8%;
}
.bg-after5 {
    float: left;
    z-index: 8;
    width: 25%;
}
.bg-after6 {
    float: left;
    z-index: 8;
    width: 28.8%;
}
.bg-after7 {
    float: right;
    z-index: 9;
    width: 25%;
}
.bg-after8 {
    float: left;
    z-index: 8;
    width: 50%;
}
.bg-after9 {
    float: left;
    z-index: 8;
    width: 50%;
}
.bg-after10 {
    float: left;
    z-index: 8;
    width: 50%;
}
/* slanted edges using pseudo-elements */
.bg-after1:after,
.bg-after2:before,
.bg-after3:after,
.bg-after4:after,
.bg-after5:after,
.bg-after6:after,
.bg-after7:before,
.bg-after8:after,
.bg-after9:after,
.bg-after10:after{
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
}
.bg-after1:after {
    right: 0;
    border-left: 90px solid #382f5e;
    border-bottom: 63px solid #FFFFFF;
}
.bg-after2:before {
    left: -100px;
    border-right: 100px solid #382f5e; /* razorblade color */
    border-top: 63px solid rgba(0, 0, 0, 0);
}
.bg-after3:after {
    right: 0;
    border-left: 55px solid #ffffff;
    border-bottom: 40px solid #FFFFFF;
}
.bg-after4:after {
    right: 0;
    border-left: 50px solid #382f5e;
    border-bottom: 0px solid #FFFFFF;
}
.bg-after5:after {
    right: 0;
    border-left: 55px solid #382f5e;
    border-bottom: 63px solid #FFFFFF;
}
.bg-after6:after {
    right: 0;
    border-left: 55px solid #ececec;
    border-bottom: 40px solid #ececec;
}
.bg-after7:before {
    left: -100px;
    border-right: 100px solid #382f5e; /* razorblade color */
    border-top: 75px solid rgba(0, 0, 0, 0);
}
.bg-after7-grey:before {
    left: -100px;
    border-right: 100px solid #ececec; /* razorblade color */
    border-top: 75px solid rgba(0, 0, 0, 0);
}
.bg-after8:after {
    right: 0;
    border-left: 50px solid #ececec;
    border-bottom: 0px solid #382f5e;
}
.bg-after9:after {
    right: -50px;
    border-left: 50px solid #ffffff;
    border-bottom: 0px solid #FFFFFF;
}
.bg-after10:after {
    right: 0;
    border-left: 50px solid #ffffff;
    border-bottom: 0px solid #382f5e;
}
.bg-after-grey:after{
    border-bottom: 63px solid #ececec;
}
.bg-after-grey2:after{
    border-bottom: 40px solid #ececec;
}
.bg-after-grey3:after {
    border-top: 63px solid #ececec;
}
.bg-after-grey4:after {
    border-top: 40px solid #ececec;
}
.bg-after-grey5:after {
    border-bottom: 40px solid #ececec;
}
.bg-after-grey6:after {
    border-bottom: 40px solid #ffffff;
}
.bg-after-grey7:after {
    border-bottom: 40px solid #ffffff;
}
.bg-after-grey8:after {
    border-top: 40px solid #382f5e;
}
.bg-after-grey9:after {
    border-top: 40px solid #dfdfdf;
}
.bg-after-grey10:after {
    border-top: 40px solid #ececec;
}
.bg-after-grey11:after {
    border-top: 40px solid #ffffff;
}
.bg-after-purple:after{
    border-left: 50px solid #6a6192 !important;
}
.bg-after-pink:after {
    border-top: 40px solid #9f7a98;
    border-bottom: 0px solid #9f7a98;
    border-left: 50px solid #ececec;
}
.bg-after-white:after {
    border-top: 40px solid #ffffff;
}
/**
 * 2.7 REMOVE WATERMARK FROM HTML5LIGHTBOX
 */
#html5-lightbox-box #html5-watermark{
    display: none !important;
}
/**
 * 2.8 Form Validation [bootstrapValidator]
 */
.form-group.has-feedback.has-error{
    margin-bottom: 0 !important;
}
.form-group.has-feedback.has-error i{
    display: none !important;
}
.form-group.has-feedback.has-error small{
    text-align: right !important;
}
.form-group.has-feedback.has-error .help-block {
    margin-bottom: 0;
}
#section-contact-footer form .form-group.has-feedback.has-error input,
#section-contact-footer form .form-group.has-feedback.has-error input:focus,
#section-contact-footer form .form-group.has-feedback.has-error input:active{
    border-bottom: 2px solid #a94442 !important;
}
.has-error .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/**
 * 2.9 Background Color
 */
.bg-white{
    background: #ffffff !important;
}
/**
 * Modal Effect
 */
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/*====================
 *    03. TOPBAR     *
 ====================*/
.top-bar{
    display: inline-block;
    padding-right: 23px;
    padding-left: 15px;
    margin-bottom: 12px;
}
.top-bar .phone,
.top-bar .btn-login{
    float: left;
}
.top-bar .phone a{
    font-family: 'UniversLTStd-Light';
    font-size: 17px;
    color: #382f5e;
    font-weight: bold;
}
.top-bar .btn-login a{
    font-family: 'UniversLTStd';
    font-size: 11px;
    color: #382f5e;
    border-radius: 20px;
    border:1px solid #382f5e;
    padding: 7px 13px;
    font-weight: bold;
    margin-left: 28px;
    transition: background-color 0.3s ease;
}
.top-bar .btn-login a:hover {
    background: #382f5e;
    color: #fff;
    transition: background-color 0.3s ease;
}
/*====================================
 *  04. NAVBAR / NAVIGATION MENUS    *
 ====================================*/

/* 4.1 Navbar Header */
#section-navbar > .container-fluid{
    text-align: right;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    padding: 15px 0px 0;
    border-bottom: 1px solid #ffffff;
}
.navbar-brand {
    padding: 0;
    margin-left: 0px !important;
}
.navbar-nav > li > a {
    font-family: 'UniversLTStd-Bold';
    color: #382f5e !important;
    font-size: /*16px*/ 14px;
    padding: 10px 25px 13px;
    z-index: 9999;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/*.kdrb-header .navbar-nav > li > a {
    font-size: 14px;
}*/
.navbar-header{
    position: relative;
}
/* Navbar Active, Focus, & Hover */
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:hover {
    color: #9f7a97 !important;
    background-color: transparent !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* 4.2 Navbar Collapse */
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border:none;
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #ffffff;
}
/* 4.3 Navbar Dropdown */
ul.navbar-nav a.trigger-menu{
    position: absolute;
    top: 0px;
    color: #fff;
    right: -24px;
    z-index: 999999;
    opacity: 0;
}
.navbar-nav>li>.dropdown-menu{
    background-color: #ffffff;
    padding-top: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.navbar-nav>li>.dropdown-menu li{
    background-color: #ffffff;
}
.navbar-nav>li>.dropdown-menu:before{
    font-family: 'fontawesome';
    content: '\f0d8';
    position: absolute;
    top: -41px;
    color: #fff;
    font-size: 60px;
    left: -33px;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
}
.navbar-nav>li>.dropdown-menu{
    border:none;
}
.dropdown-menu > li > a {
    font-family: 'UniversLTStd-Bold';
    color: #9a9a9a !important;
    font-size: 14px;
    padding: 10px 25px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/*.kdrb-header .dropdown-menu > li > a {
    font-size: 14px;
}*/
.dropdown-menu > li > a:hover {
    background-color: #eeeeee !important;
    color: #382f5e !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/**
 * 4.4 Sticky Menu
 */
.sticky-menu{
    position: fixed;
    top: 0;
    border: none;
    border-radius: 0;
    z-index: 99999999;
    width: 100%;
    background-color: #382f5e;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sticky-menu .logo{
    display: none;
}
.sticky-menu .top-bar{
    display: none;
}
.sticky-menu .navbar-nav > li > a{
    color: #ffffff !important;
}
.navbar .sticky-logo{
    display: none;
}
.sticky-menu .sticky-logo{
    display: block;
}
/* Sticky 2 */
.sticky2{
    position: fixed !important;
    top: 50px !important;
    z-index: 9999999 !important;

}


/**
 * 4.5 Menu Our Services
 */
#section-menu-ourservices{
    width: 100%;
    float: left;
    position: relative;
    background-color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #eee;
}
#section-menu-ourservices .item{
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-menu-ourservices .item:hover{
    background:#eeeeee;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-menu-ourservices .container .row > .item:nth-of-type(1){
    border-right: 1px solid #eee;
}
#section-menu-ourservices .container .row > .item h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #382f5e;
    padding: 19px 15px 16px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-menu-ourservices.sticky2 .container .row > .item h5 {
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #382f5e;
    padding: 15px 15px 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/**
 * 4.6 Menu Our Services 2
 */
#section-menu-ourservices2{
    width: 100%;
    float: left;
    position: relative ;
    background-color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #eee;
}



#section-menu-ourservices2 .item{
    width: 20%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-menu-ourservices2 .item:hover{
    background:#eeeeee;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-menu-ourservices2 .item:not(:last-child){
    border-right: 1px solid #eee;
}
#section-menu-ourservices2 .item h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #382f5e;
    padding: 18px 15px 17px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-menu-ourservices2.sticky2 .item h5 {
    padding: 15px 15px 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/**
 * 4.6 Menu Our Services 3
 */
#section-menu-ourservices3{
    width: 100%;
    float: left;
    position: relative;
    background-color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #eee;
    z-index: 999;
}
#section-menu-ourservices3 .item{
    border-bottom: 1px solid #eee !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-menu-ourservices3 .item:hover{
    background:#eeeeee;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-menu-ourservices3 .item:not(:last-child){
    border-right: 1px solid #eee;
}
#section-menu-ourservices3 .item h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #382f5e;
    padding: 20px 15px 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-menu-ourservices3.sticky2 .item h5 {
    padding: 15px 15px 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/* Media Center Service Menu */
#section-menu-ourservices3 {
    border-bottom: none;
}
#section-menu-ourservices3.mc-servicemenu .item{
    height: 56px;
}
#section-menu-ourservices3.mc-servicemenu .item img{
    margin-right: 15px;
}
#section-menu-ourservices3.mc-servicemenu .item:nth-of-type(1) img{
    top: -2px;
    position: relative;
}
#section-menu-ourservices3.mc-servicemenu .item:nth-of-type(2) h5{
    padding-top: 18px;
}
#section-menu-ourservices3.mc-servicemenu .item:nth-of-type(3) h5{
    padding-top: 17px;
}
#section-menu-ourservices3.mc-servicemenu .item:nth-of-type(3) img{
    top: -2px;
    position: relative;
}
#section-menu-ourservices3.mc-servicemenu .item.bg-1-2:hover{
    background: #574f77;
    opacity: 0.9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-menu-ourservices3.mc-servicemenu .item.bg-1-3:hover{
    background: #6a6192;
    opacity: 0.9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-menu-ourservices3.mc-servicemenu .item.bg-2-1:hover{
    background: #8b6090;
    opacity: 0.9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-menu-ourservices3.mc-servicemenu .item:not(:last-child) {
    border-right: none;
}


/*====================
 *     05. SLIDER    *
 ====================*/
#slider-wrapper{
    position: relative;
    width: 100.1%;
    float: left;
    -webkit-box-shadow: 0 54px 131px -67px #000000;
    box-shadow: 0 54px 131px -67px #000000;
}
/* 5.1 Section Slider 1 */
#section-slider1 {
    width: 67.5%;
    max-height: 646px;
    float: left;
}
.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
}
.swiper-slide > img{
    width: 100%;
    max-width: 100%;
    max-height: 646px;
    object-fit: cover;
}
.swiper-slide > .text-slider{
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 187px;
    right: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.swiper-slide > .text-slider > h2{
    font-family: 'UniversLTStd-Bold';
    line-height: 47px;
    font-size: 40.6px;
    color: #ffffff;
    margin-bottom: 33px;
}
.swiper-slide > .text-slider .btn-arrow{
    margin: 0 2px;
}
.swiper-button-next, .swiper-button-prev {
    top: 57%;
}
.swiper-button-next{
    background-image: none !important;
    background-color: #414141;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: -10px;
    padding: 27px 24px;
}
.swiper-button-next:before{
    font-size: 17px;
    font-family: fontawesome;
    content: "\f105";
    color: #fff;
    left: 21px;
    top: 15px;
    position: absolute;
}
.swiper-button-prev{
    background-image: none !important;
    background-color: #414141;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -10px;
    padding: 27px 24px;
}

.swiper-button-prev:before{
    font-size: 17px;
    font-family: fontawesome;
    content: "\f104";
    color: #fff;
    left: 19px;
    top: 15px;
    position: absolute;
}
.swiper-pagination-bullet-active {
    background: #f55692;
}

/**
 * 5.2 Section Sldier Menu
 */
#section-slider-menu{
    width: 32.5%;
    position: relative;
    float: left;
}
#section-slider-menu .item{
    height: 215.4px;
    padding: 38px 15px 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #231d3b;
}
#section-slider-menu .item:hover{
    cursor: pointer;
    opacity: 0.9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    webkit-backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
}
#section-slider-menu .item:hover img{
    top:-8px;
    position:relative;
    -webkit-transition: all 300ms ease-out 50ms;
    -moz-transition: all 300ms ease-out 50ms;
    -o-transition: all 300ms ease-out 50ms;
    transition: all 300ms ease-out 50ms;
    webkit-backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
}
#section-slider-menu .item img{
    top: 0;
    position: relative;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease-out 50ms;
    -moz-transition: all 300ms ease-out 50ms;
    -o-transition: all 300ms ease-out 50ms;
    transition: all 300ms ease-out 50ms;
}
#section-slider-menu .item h4{
    font-family: 'UniversLTStd-Bold';
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 12px;
}
#section-slider-menu .item p{
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #ffffff;
}
#section-slider-menu .item:nth-of-type(1){
    background-color: #382f5e;
}
#section-slider-menu .item:nth-of-type(2){
    background-color: #574f77;
}
#section-slider-menu .item:nth-of-type(3){
    background-color: #6a6192;
}
#section-slider-menu .item:nth-of-type(4){
    background-color: #8b6090;
}
#section-slider-menu .item:nth-of-type(5){
    background-color: #9f7a98;
}
#section-slider-menu .item:nth-of-type(6){
    background-color: #b78cae;
}
/**
 * 5.3 Section Sldier 2
 */
#section-slider2{
    height: 465px /*544px*/;
}

#section-slider2.section-slider-kdbr {
    height: 544px;
}
#section-slider2 .swiper-slide{
    background: #382f5e;
}

/*.slider-investments #section-slider2 .swiper-slide{
    background: #FFFFFF;
    border-top: 0;
    border-bottom: 1px solid #DCDCDC;
}*/

#section-slider2 .left {
    position: absolute;
    bottom: 43%;
    left: 7%;
}
#section-slider2 .right{
    width: 58.1%;
    float: right;
    position: relative;
}
#section-slider2 .right:after {
    z-index: 99;
    content: '';
    position: absolute;
    bottom: 0;
    height: 82px;
    left: -61px;
    display: block;
    width: 115px;
    background: #382f5e;
    -webkit-transform: skew(53deg);
    -ms-transform: skew(53deg);
    transform: skew(53deg);
}
#section-slider2 .right img{
    width: 100%;
    height: 465px;
    object-fit: cover;
}
#section-slider2.section-slider-kdbr .right img{
    width: 100%;
    height: /*465px*/ 544px;
    object-fit: cover;
}
#section-slider2 h1{
    font-family: 'UniversLTStd-Bold';
    font-size: 41px;
    color: #ffffff;
    margin-bottom: 10px;
}
#section-slider2 p{
    font-family: 'UniversLTStd-Light';
    font-size: 19px;
    color: #ffffff;
    line-height: 10px;
    line-height: 26px;
}





/*.slider-investments #section-slider2 .left{
    width: 50%;
    float: left;
    position: relative;
    bottom: 0;
    left: 7px;
    text-align: center;
    padding: 10px 0;
}
.slider-investments #section-slider2 .left:after {
    display: none;
}
.slider-investments #section-slider2 .left img{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 597px
}
.slider-investments #section-slider2.section-slider-kdbr .left img{
    width: 100%;
    height: 544px;
    object-fit: cover;
}

.slider-investments #section-slider2 h1{
    font-family: 'UniversLTStd-Bold';
    font-size: 41px;
    color: #392F5F;
    margin-bottom: 10px;
}


.slider-investments #section-slider2 p{
    font-family: 'UniversLTStd-Light';
    font-size: 19px;
    color: #392F5F;
    line-height: 10px;
    line-height: 26px;
}




.slider-investments #section-slider2 .right.v-center {
    bottom: auto;
    top: 45.5%;
    max-width: 420px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 7%;
}

.slider-investments #section-slider2 .right:after{
    display: none;
}*/


/* FSG Slider */
#section-slider2.fsg-slider{
    height: 565px;
}
#section-slider2.fsg-slider .right img{
    height: 648px;
    top: -3px;
    position: relative;
}
#section-slider2.fsg-slider .right:after {
    bottom: 80px;
}

#section-slider2.fsg-slider .left p{
    font-family: 'UniversLTStd';
    font-size: 14px;
    line-height: 24px;
}
#section-slider2.fsg-slider .left ul{
    padding: 0;
    margin: 0;
}
#section-slider2.fsg-slider .left ul li{
    font-family: 'UniversLTStd';
    display: flex;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 2px;
    text-align: left;
}
#section-slider2.fsg-slider .left ul li:before{
    content: '\2010';
    margin-right: 30px;
}
/* Seminars Slider */
#section-slider2.seminars-slider .right:before{
    content: '';
    background-image: url(images/attended-by-20000.png);
    width: 217px;
    height: 217px;
    background-size: 217px auto;
    position: absolute;
    left: -16%;
    top: 110px;
}
/**
 * 5.4 Section Sldier 3
 */
#section-slider3{
    height: 465px;
}
#section-slider3 .swiper-slide{
    /*background: #382f5e;*/
    background-image: url('images/investments-bgslider2.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#section-slider3 .left {
    position: absolute;
    bottom: 43%;
    left: 7%;
}
#section-slider3 .right{
    width: 48.3%;
    top: 9.5%;
    float: right;
    position: relative;
}
#section-slider3 .right .images{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
#section-slider3 .right .images img.main-image{
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
#section-slider3 .right .images img.play-icon{
    width: auto;
    position: absolute;
    bottom: 46%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-slider3 .right .images:hover img.play-icon{
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-slider3 .right .images .main-image:after{
    content:' ';
    position:absolute;
    height:100%;
    width:100%;
    background:#000000;
    top:0;
    left:0;
    opacity:0.05;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-slider3 .right .images .main-image:hover:after{
    opacity: 0;
    z-index: 999;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-slider3 h1{
    font-family: 'UniversLTStd-Bold';
    font-size: 41px;
    color: #ffffff;
    margin-bottom: 10px;
}
#section-slider3 p{
    font-family: 'UniversLTStd-Light';
    font-size: 19px;
    color: #ffffff;
    line-height: 10px;
    line-height: 26px;
}
/**
 * 5.5 Section Sldier 4
 */
#section-slider4{
    width: 100%;
    height: 465px;
    float: left;
}
/* Left */
#section-slider4 .left h1{
    font-family: 'UniversLTStd-Bold';
    font-size: 41px;
    color: #ffffff;
    margin-bottom: 10px;
}
#section-slider4 .left p{
    font-family: 'UniversLTStd-Light';
    font-size: 19px;
    color: #ffffff;
    line-height: 10px;
    line-height: 26px;
}
#section-slider4 .left{
    background: #382f5e;
    height: 100%;
    width: 50%;
    position: relative;
    float: left;
}
#section-slider4 .content-left{
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
#section-slider4 .content-left ul.phone-number{
    margin: 25px 0;
    padding: 0;
}
#section-slider4 .content-left ul.phone-number li{
    display: inline-block;
    font-family: 'UniversLTStd-Light';
    font-size: 44px;
    color: #ffffff;
    margin: 0 5px;
}
#section-slider4 .content-left ul.phone-number li:nth-child(2){
    position: relative;
    top: 3px;
}
/* Right */
#section-slider4 .right{
    background: #6a6192;
    height: 100%;
    width: 50%;
    position: relative;
    float: left;
}
#section-slider4 .right h1{
    font-family: 'UniversLTStd-Bold';
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
}
#section-slider4 .content-right{
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#section-slider4 .right:after {
    z-index: 1;
    content: '';
    bottom: -40px;
    left: -48px;
    position: absolute;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #6a6192;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#section-slider4 .right form{
    padding: 0 45px;
}
#section-slider4 .right form input,
#section-slider4 .right form select,
#section-slider4 .right form textarea{
    color: #ffffff;
    border-radius: 0;
    background: transparent;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom: 2px solid #ffffff !important;
    padding-left: 0;
}

#section-slider4 .right form input:focus,
#section-slider4 .right form input:active,
#section-slider4 .right form select:focus,
#section-slider4 .right form select:active,
#section-slider4 .right form textarea:focus,
#section-slider4 .right form textarea:active{
    border-bottom: 2px solid #9f7a98 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-slider4 .right form input:focus::-webkit-input-placeholder,
#section-slider4 .right form textarea:focus::-webkit-input-placeholder{
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-slider4 .right form input:focus::-moz-placeholder,
#section-slider4 .right form textarea:focus::-moz-placeholder{
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-slider4 .right form input:focus:-ms-input-placeholder,
#section-slider4 .right form textarea:focus:-ms-input-placeholder{
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-slider4 .right form input:focus:-moz-placeholder,
#section-slider4 .right form textarea:focus:-moz-placeholder{
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-slider4 .right form input[type="radio"]{
    margin-right: 15px;
    top: 3px;
    position: relative;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
#section-slider4 .right form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'universltstd';
    color: #ffffff;
    font-size:14px;
}
#section-slider4 .right form ::-moz-placeholder { /* Firefox 19+ */
    font-family: 'universltstd';
    color: #ffffff;
    font-size:14px;
}
#section-slider4 .right form :-ms-input-placeholder { /* IE 10+ */
    font-family: 'universltstd';
    color: #ffffff;
    font-size:14px;
}
#section-slider4 .right form :-moz-placeholder { /* Firefox 18- */
    font-family: 'universltstd';
    color: #ffffff;
    font-size:14px;
}
#section-slider4 .right form .form-group{
    color: #ffffff;
}
#section-slider4 .right form .form-group.comment textarea{
    border: 2px solid #ffffff;
    margin: 10px 0;
    padding: 11px 20px;
    height: 82px;
}
#section-slider4 .right form .form-group.has-feedback.has-error input,
#section-slider4 .right form .form-group.has-feedback.has-error input:focus,
#section-slider4 .right form .form-group.has-feedback.has-error input:active{
    border-bottom: 2px solid #ff6663 !important;
}
#section-slider4 .right .has-error .help-block{
    color: #ff6663;
}
#section-slider4 .right .form-control-feedback {
    right: 10px;
}
#section-slider4 .right .form-group.whitetick .form-control-feedback {
    color: #ffffff;
}
.ticknone .form-control-feedback{
    display: none !important;
}
/**
 * 5.6 Section Sldier 5
 */
#section-slider5{
    width: 100%;
    float: left;
    background: #382f5e;
}
#section-slider5 h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 31px;
    color: #ffffff;
    text-align: center;
    padding: 35px 0;
}
/*======================
 * 06. CONTENT SECTION *
 ======================*/
/**
  * 6.1 Section Seminar
  */
#section-seminar{
    padding: 100px 0 53px;
    width: 100%;
    float: left;
    background-color: #382f5e;
}
#section-seminar h3{
    font-family: 'FreightDispProBlack-Regular';
    color: #ffffff;
    font-size: 36px;
    line-height: 25px;
    margin: 29px 0 15px;
}
#section-seminar h3 i{
    font-family: 'FreightDispProBlack-Italic';
    font-weight: bold;
}
#section-seminar p{
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px;
}
/**
 * 6.2 Section Education
 */
#section-education{
    padding: 40px 0 225px;
    width: 100%;
    float: left;
    background-color: #ececec;
}

#section-education .btn{
    width: 224px;
}
#section-education .left h3{
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    font-size: 36px;
    line-height: 25px;
    margin-bottom: 17px;
}
#section-education .left p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 28px;
}
#section-education .left{
    padding: 65px 15px 40px;
}

#section-education .right .latest-webinar{
    /*	background-color: #ffffff;
	width: 429px;
	height: 324px;*/
    -webkit-box-shadow: 0 0 12px #c4c4c4;
    box-shadow: 0 0 12px #c4c4c4;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/*
#section-education .right .latest-webinar:hover{
	box-shadow:none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
*/
#section-education .right .latest-webinar .tags{
    font-family: 'UniversLTStd-Bold';
    font-size: 13px;
    position: absolute;
    display: inline-block;
    background-color: #d0ad56;
    color: #ffffff;
    top: 20px;
    left: 20px;
    padding: 5px 10px 2px;
}
#section-education .right .latest-webinar img{
    width: 100%;
    object-fit: cover;
}
#section-education .right .latest-webinar .description{
    padding: 22px 15px 15px 22px;
}
#section-education .right .latest-webinar .description h4{
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    font-size: 15px;
    margin-bottom: 4px;
}
#section-education .right .latest-webinar .description p{
    font-family: 'UniversLTStd-Light';
    color: #6f6f6f;
    font-size: 14px;
}
#section-education .right-seemore{
    width: 148px;
    text-align: center;
}
#section-education .right-seemore .seemore{
    position: relative;
    font-family: 'UniversLTStd-Bold';
    font-size: 14.14px;
    padding: 12px 12px;
    background-color: #382f5e;
    color: #ffffff;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

#section-education .right-seemore .seemore:hover{
    opacity: 0.9;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
#section-education .right-seemore .seemore:after{
    content: '\f0da ';
    font-family: 'fontawesome';
    font-size: 67px;
    color: #382f5e;
    top: -28px;
    right: -22px;
    height: 0;
    position: absolute;
}
/**
 * 6.3 Section Claim Form
 */
#section-claim-form{
    width: 100%;
    float: left;
    margin-top: -130px;
    margin-bottom: 72px;
}
#section-claim-form .container .wrapper{
    float: left;
    -webkit-box-shadow: 0 0 12px #c4c4c4;
    box-shadow: 0 0 12px #c4c4c4;
}

#section-claim-form .left{
    background-color: #382f5e;
    text-align: center;
    width: 340px;
    height: 254px;
    padding: 45px 40px;
}
#section-claim-form .left h4{
    font-family: 'UniversLTStd-Light';
    font-size: 21.82px;
    color: #ffffff;
    line-height: 27px;
}
#section-claim-form .right{
    background-color: #ffffff;
    width: 860px;
    height: 254px;
    padding: 44px 40px;
}
#section-claim-form .right h3{
    font-family: 'UniversLTStd-Bold';
    font-size: 28px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 10px;
}
#section-claim-form .right h3 label{
    color: #9f7a98;
}
#section-claim-form .right form input{
    border-radius: 0;
    height: 39px;
}
#section-claim-form .right form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'universltstd';
    color: #5d5d5d;
    font-size:14px;
}
#section-claim-form .right form ::-moz-placeholder { /* Firefox 19+ */
    font-family: 'universltstd';
    color: #5d5d5d;
    font-size:14px;
}
#section-claim-form .right form :-ms-input-placeholder { /* IE 10+ */
    font-family: 'universltstd';
    color: #5d5d5d;
    font-size:14px;
}
#section-claim-form .right form :-moz-placeholder { /* Firefox 18- */
    font-family: 'universltstd';
    color: #5d5d5d;
    font-size:14px;
}
#section-claim-form .right form .form-group{
    float: left;
}
#section-claim-form .right form .form-group .form-control{
    background-color: #ececec;
    border-color: #ececec;
}
#section-claim-form .right form .form-group:nth-of-type(1){
    margin-right: 15px;
}
#section-claim-form .right form .form-group:nth-of-type(1),
#section-claim-form .right form .form-group:nth-of-type(2){
    width: 382px;
}
#section-claim-form .right form .form-group:nth-of-type(3){
    margin-right: 15px;
}
#section-claim-form .right form .form-group:nth-of-type(3),
#section-claim-form .right form .form-group:nth-of-type(4){
    width: 272px;
}
#section-claim-form .right form .form-group:nth-of-type(4){
    margin-right: 15px;
}
#section-claim-form .right form button{
    height: 39px;
    width: 205px;
}
/* Thank You */
#section-claim-form .section-thankyou{
    display: none;
}
#section-claim-form .section-thankyou h3{
    margin-top: 17px;
    margin-bottom: 21px;
}
#section-claim-form .section-thankyou p{
    text-align: center;
    font-size: 18px;
}
/* Thank You Modal */
.section-thankyou-modal{
    display: none;
}
.section-thankyou-modal .title h3{
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    margin-top: 17px;
    margin-bottom: 21px;
}
.section-thankyou-modal .title p{
    font-family: 'UniversLTStd';
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.section-thankyou-modal .content{
    text-align: center;
}
.section-thankyou-modal .content h4{
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    margin-bottom: 13px;
}
.section-thankyou-modal .content p{
    font-family: 'UniversLTStd';
    font-family: 14px;
    margin-bottom: 13px;
}
.section-thankyou-modal .content li {
    display: inline-block;
    padding: 5px;
}
.section-thankyou-modal .content li i {
    font-size: 24px;
    color: #382f5e;
}
/**
 * 6.4 Section About Equiti
 */
#section-about-equiti{
    width: 100%;
    float: left;
    margin-bottom: 83px;
}
#section-about-equiti .left{
    width: 260px;
    padding: 23px 15px 0 0;
}
#section-about-equiti .left h3{
    font-family: 'UniversLTStd-Bold';
    font-size: 25px;
    color: #382f5e;
    margin-bottom: 8px;
}
#section-about-equiti .left p{
    font-family: 'UniversLTStd';
    font-size: 14px;
    margin-bottom: 28px;
}
#section-about-equiti .left .btn{
    width: 128px;
}
#section-about-equiti .right{
    width: 940px;
    padding: 0 0 0 41px;
}
#section-about-equiti .right > .row{
    margin-left: -8px;
    margin-right: -8px;
}
#section-about-equiti .right .item{
    width: 304px;
    height: 280px;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0 8px;
}
#section-about-equiti .right .item > img{
    width:100%;
    object-fit: cover;
}
#section-about-equiti .right .item .description{
    background: #382f5e;
    text-align: center;
    padding: 21px 15px;
    position: absolute;
    width: 94.9%;
    bottom: -35px;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#section-about-equiti .right a:nth-of-type(2) .description{
    background: #6a6192;
}
#section-about-equiti .right a:nth-of-type(3) .description{
    background: #9f7a98;
}
#section-about-equiti .right .item:hover .description{
    bottom: 0;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#section-about-equiti .right .item .description h4{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #ffffff;
    top: -6px;
    position: relative;
}
#section-about-equiti .right .item .description img{
    width: 18px;
    top: 5px;
    position: relative;
}
/**
 * 6.5 Section clients
 */
#section-clients{
    width: 100%;
    background: #ececec;
    float: left;
    padding-top: 15px;
    padding-bottom: 80px;
    text-align: center;
}
#section-clients .item{
    position: relative;
    background: #ffffff;
    width: 100%;
    -webkit-box-shadow: 0 0 12px #c4c4c4;
    box-shadow: 0 0 12px #c4c4c4;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-clients .item .main-image{
    position: relative;
}
#section-clients .item .main-image:after{
    content:' ';
    position:absolute;
    height:100%;
    width:100%;
    background:#000000;
    top:0;
    left:0;
    opacity:0.05;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-clients .item .main-image:hover:after{
    opacity: 0;
    z-index: 999;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-clients .item:hover{
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-clients .item img{
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-clients .item img.play-icon{
    width: auto;
    position: absolute;
    bottom: 53%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-clients .item:hover img.play-icon{
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-clients .item:hover img.main-image{
    opacity: 0.9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-clients h3{
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 2px;
}
#section-clients h3 label{
    color: #9f7a98;
}
#section-clients p{
    margin-bottom: 48px;
}
#section-clients h4{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #382f5e;
    text-align: center;
    padding: 17px 15px;
}
/**
 * 6.6 Section Privacy Policy
 */
#section-privacypolicy{
    padding-top: 33px;
    padding-bottom: 80px;
}
#section-privacypolicy h1{
    font-family: 'UniversLTStd-Bold';
    font-size: 41px;
    color: #382f5e;
    margin-bottom: 26px;
}
#section-privacypolicy h4{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #545454;
}
#section-privacypolicy p{
    font-family: 'UniversLTStd';
    font-size: 14px;
    line-height: 22px;
    color: #545454;
}
#section-privacypolicy ul li{
    line-height: 35px;
    display: -webkit-flex;
    display: flex;

}
#section-privacypolicy ul li:before {
    content: '\2010 ';
    margin-right: 25px;
}
#section-privacypolicy ul ul {
    margin-left: 32px;
}
#section-privacypolicy a{
    color: #545454;
    text-decoration: underline;
}
/**
 * 6.7 Section Our Services
 */
#section-ourservices{
    width: 100%;
    float: left;
    padding-top: 57px;
    padding-bottom: 85px;
    position: relative;
    background-color: #ffffff;
}
#section-ourservices .title h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 36px;
    color: #382f5e;
    text-align: center;
}
#section-ourservices .title p{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 53px;
}
#section-ourservices .item{
    height: 247px;
    float: left;
    margin-bottom: 33px;
    position: relative;
    overflow: hidden;
}
#section-ourservices .item > img{
    width: 380px;
    object-fit: cover;
}
#section-ourservices .item .description{
    background: #382f5e;
    text-align: center;
    padding: 22px 15px;
    position: absolute;
    width: 380px;
    bottom: -33px;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#section-ourservices a:nth-of-type(2) .description{
    background: #574f77;
}
#section-ourservices a:nth-of-type(3) .description{
    background: #6a6192;
}
#section-ourservices a:nth-of-type(4) .description{
    background: #8b6090;
}
#section-ourservices a:nth-of-type(5) .description{
    background: #9f7a98;
}
#section-ourservices a:nth-of-type(6) .description{
    background: #b78cae;
}
#section-ourservices .item:hover .description{
    bottom: 0;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#section-ourservices .item .description h4{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #ffffff;
    top: -6px;
    position: relative;
}
#section-ourservices .item .description img{
    width: 18px;
    top: 5px;
    position: relative;
}

/**
 * 6.8 Section Learn More
 */
#section-learnmore{
    width: 100%;
    background: #ececec;
    float: left;
    padding-top: 48px;
    padding-bottom: 80px;
    text-align: center;
}
#section-learnmore .learnmore-wrapper{
    position: relative;
    width: 998px;
    height: 359px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0 20px 54px -4px #a0a0a0;
    box-shadow: 0 20px 54px -4px #a0a0a0;
}
#section-learnmore .learnmore-wrapper .left{
    height: 100.1%;
    background: #382f5e;
    padding: 43px 50px;
    text-align: left;
}
#section-learnmore .learnmore-wrapper.legal-learnmore .left {
    height: 100.1%;
    background: #382f5e;
    padding: 39px 50px;
    text-align: left;
}
#section-learnmore .learnmore-wrapper .left h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 12px;
}
#section-learnmore .learnmore-wrapper.legal-learnmore .left h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 27px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 12px;
    line-height: 34px;
}

#section-learnmore .learnmore-wrapper .left p{
    font-family: 'UniversLTStd';
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    line-height: 25px;
    margin-bottom: 36px;
}
#section-learnmore .learnmore-wrapper.legal-learnmore .left p {
    font-family: 'UniversLTStd';
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    line-height: 22px;
    margin-bottom: 36px;
}
#section-learnmore .learnmore-wrapper .left .btn{
    width: auto;
}
#section-learnmore .learnmore-wrapper.legal-learnmore .left .btn {
    width: 154px;
    margin-right: 16px;
}
/* Right */
#section-learnmore .learnmore-wrapper .right{
    padding-left: 0;
    padding-right: 0;
}
#section-learnmore .learnmore-wrapper .right > img{
    width: 100.1%;
    object-fit: cover;
}
#section-learnmore .learnmore-wrapper .right .list-menu{
    /* background: #8b6090;*/
    width: 100.1%;
    float: left;
}
#section-learnmore .learnmore-wrapper .right .list-menu .item {
    width: 33.333333%;
    height: 105px;
    float: left;
    padding: 17px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-learnmore .learnmore-wrapper .right .list-menu .item:hover{
    opacity: 0.9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
}
#section-learnmore .learnmore-wrapper .right .list-menu .item img{
    margin-bottom: 0px;
}
#section-learnmore .learnmore-wrapper .right .list-menu .item h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 15px;
    color: #ffffff;
}
#section-learnmore .learnmore-wrapper .right .list-menu a:nth-of-type(1) .item {
    background: #68608a;
}
#section-learnmore .learnmore-wrapper .right .list-menu a:nth-of-type(2) .item {
    background: #8179a8;
}
#section-learnmore .learnmore-wrapper .right .list-menu a:nth-of-type(3) .item {
    background: #a57aaa;
}

#section-learnmore .learnmore-wrapper .right.mct:before{
    content: '';
    background-image: url(images/attended-img5.png);
    width: 217px;
    height: 217px;
    position: absolute;
    left: -22%;
    bottom: -70px;
}

/**
 * 6.9 Section Testimonial
 */
#section-testimonial{
    width: 100%;
    float: left;
    padding-top: 8px;
    padding-bottom: 68px;
    background: #ececec;
}
#section-testimonial .item{
    text-align: center;
}
#section-testimonial .item h4{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#section-testimonial .item p{
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #382f5e;
    text-align: center;
}
#section-testimonial .owl-carousel .owl-item img{
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#section-testimonial .owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    background: #a1a1a1;
}
#section-testimonial .owl-theme .owl-dots .owl-dot.active span, #section-testimonial .owl-theme .owl-dots .owl-dot:hover span{
    background: #382f5e !important;
}
#section-testimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 48px;
}

/**
 * 6.10 Section Our Legal
 */
#section-ourlegal{
    width: 100%;
    float: left;
    padding-top: 62px;
    padding-bottom: 68px;
    background: #ececec;
}
#section-ourlegal .title h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
}
#section-ourlegal .title{
    margin-bottom: 19px;
}
#section-ourlegal .left,
#section-ourlegal .right{
    margin-bottom: 20px;
}
#section-ourlegal .left p,
#section-ourlegal .right p{
    font-family: 'UniversLTStd';
    font-size: 14px;
}

/**
 * 6.10 Section Areas Of Law
 */
#section-areasoflaw{
    width: 100%;
    float: left;
    padding-top: 45px;
    padding-bottom: 79px;
    background: #ffffff;
}
#section-areasoflaw .title{
    margin-bottom: 27px;
}

#section-areasoflaw .title h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
}
#section-areasoflaw .item{
    text-align: center;
    margin-bottom: 40px;
}
#section-areasoflaw .item img{
    margin-bottom: 21px;
}
#section-areasoflaw h4{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
    text-align: center;
}
/**
 * 6.11 Section Testimonial 2
 */
#section-testimonial2 {
    width: 100%;
    position: relative;
    float: left;
    background: #382f5e;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 55px;
}
#section-testimonial2 .content{
    padding: 30px;
}
#section-testimonial2 h3{
    font-family: 'FreightDispProBlack-Regular';
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 20px;
}
#section-testimonial2 p{
    font-family: 'UniversLTStd';
    font-size: 15px;
    color: #ffffff;
}
/**
 * 6.12 Section Property Law
 */
#section-propertylaw {
    width: 100%;
    float: left;
    position: relative;
    background: #ffffff;
}
/* LEft */
#section-propertylaw .left h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    margin-bottom: 10px;
}
#section-propertylaw .left h5{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #382f5e;
    margin-bottom: 23px;
}
#section-propertylaw .left p{
    font-size: 14px;
    line-height: 22px;
}
#section-propertylaw .left{
    background: #ececec;
    padding: 58px 73px 15px 0;
    height: 840px;
}

#section-propertylaw .left ul li:before {
    content: '\2010 ';
    margin-right: 25px;
}
/* RIGHT */
#section-propertylaw .right h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    margin-bottom: 10px;
}
#section-propertylaw .right h5{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #382f5e;
    margin-bottom: 23px;
}
#section-propertylaw .right p{
    font-size: 14px;
    line-height: 22px;
}
#section-propertylaw .right{
    background: #dfdfdf;
    padding: 58px 0 15px 79px;
    height: 840px;
}
#section-propertylaw .right ul li:before {
    content: '\2010 ';
    margin-right: 25px;
}

/**
 * 6.13 Section Learnmore 2 items
 */
#section-learnmore-twoitem{
    width: 100%;
    position: relative;
    float: left;
    margin-top: -252px;
    padding-bottom: 4px;
}
#section-learnmore-twoitem .item{
    margin-bottom: 40px;
}
#section-learnmore-twoitem .item .wrapper{
    -webkit-box-shadow: 0 0 24px 3px #a7a7a7;
    box-shadow: 0 0 24px 3px #a7a7a7;
}
#section-learnmore-twoitem .item .wrapper .image{
    position: relative;
}
#section-learnmore-twoitem .item .wrapper .image > img.main-img{
    width: 100%;
    object-fit: cover;
}
#section-learnmore-twoitem .item .wrapper .image > img.attented-img{
    position: absolute;
    bottom: -37px;
}
#section-learnmore-twoitem .description{
    height: 291px;
    text-align: center;
    padding: 24px 22px 40px;
}
#section-learnmore-twoitem .description h2{
    font-family: 'FreightDispProBlack-Regular';
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 12px;
}
#section-learnmore-twoitem .description h2 span{
    font-family: 'FreightDispProBlack-Italic';
}
#section-learnmore-twoitem .description p{
    font-family: 'UniversLTStd';
    font-size: 15px;
    color: #ffffff;
}

/**
 * 6.14 Section SMSF
 */
.howitwork-video .wrapper{
    display: inline-block;
    -webkit-box-shadow: 0 0 24px 3px #a7a7a7;
    box-shadow: 0 0 24px 3px #a7a7a7;
}
.howitwork-video img{
    left: 0;
    right: 0;
    margin:0 auto;
    position: relative;
}
#section-propertylaw.bg-smsf h2,#section-propertylaw.bg-smsf h5,
#section-propertylaw.bg-smsf p,#section-propertylaw.bg-smsf ul li{
    color:#ffffff;
}
#section-propertylaw.bg-smsf .left:after{
    display: none;
}
ul.li-flex li{
    display: flex;
}
#section-propertylaw.bg-smsf .smsf-applicationform .image{
    display: inline-block;
    float: left;
}
#section-propertylaw.bg-smsf .smsf-applicationform .content{
    display: inline-block;
    float: left;
    margin-left: 40px;
}
#section-propertylaw.bg-smsf .smsf-applicationform .content h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}
/* Form Modal SMSF */
#smsf-form, #smsf-form1, #smsf-form2, #smsf-form-kdrb-pdfdw2{
    top: 14%;
}
#smsf-form .modal-content,
#smsf-form1 .modal-content,
#smsf-form2 .modal-content,
#smsf-form-kdrb-pdfdw2 .modal-content{
    border-radius: 0;
}
#smsf-form .modal-header,
#smsf-form1 .modal-header,
#smsf-form2 .modal-header,
#smsf-form-kdrb-pdfdw2 .modal-header{
    border-bottom: none;
    padding: 15px 15px 10px;
}
#smsf-form .modal-footer,
#smsf-form2 .modal-footer,
#smsf-form1 .modal-footer,
#smsf-form-kdrb-pdfdw2 .modal-footer{
    text-align: center;
    border-top: none;
}
#smsf-form .modal-body button,
#smsf-form1 .modal-body button,
#smsf-form2 .modal-body button,
#smsf-form-kdrb-pdfdw2 .modal-body button{
    width: 100%;
}
#smsf-form .modal-body h5,
#smsf-form2 .modal-body h5,
#smsf-form1 .modal-body h5,
#smsf-form-kdrb-pdfdw2 .modal-body h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 18px;
}
#smsf-form .modal-header .close,
#smsf-form .modal-header .close:focus,
#smsf-form .modal-header .close:hover,
#smsf-form1 .modal-header .close,
#smsf-form1 .modal-header .close:focus,
#smsf-form1 .modal-header .close:hover,
#smsf-form2 .modal-header .close,
#smsf-form2 .modal-header .close:focus,
#smsf-form2 .modal-header .close:hover,
#smsf-form-kdrb-pdfdw2 .modal-header .close,
#smsf-form-kdrb-pdfdw2 .modal-header .close:focus,
#smsf-form-kdrb-pdfdw2 .modal-header .close:hover{
    color: #382f5e;
    opacity: 1;
}
/* Fom input */
#smsf-form .modal-body form .form-group,
#smsf-form1 .modal-body form .form-group,
#smsf-form2 .modal-body form .form-group,
#smsf-form-kdrb-pdfdw2 .modal-body form .form-group{
    margin-bottom: 8px;
}
#smsf-form .modal-body form .form-group input[type=radio],
#smsf-form1 .modal-body form .form-group input[type=radio],
#smsf-form2 .modal-body form .form-group input[type=radio],
#smsf-form-kdrb-pdfdw2 .modal-body form .form-group input[type=radio]{
    float: left;
    display: table-row;
    top: -14px;
    margin-right: 10px;
    position: relative;
}
#smsf-form .modal-body form .form-group p,
#smsf-form1 .modal-body form .form-group p,
#smsf-form2 .modal-body form .form-group p,
#smsf-form-kdrb-pdfdw2 .modal-body form .form-group p{
    font-family: 'UniversLTStd';
    font-size: 14px;
    font-weight: 100;
}
#smsf-form .modal-body input,
#smsf-form1 .modal-body input,
#smsf-form2 .modal-body input,
#smsf-form-kdrb-pdfdw2 .modal-body input{
    border-radius: 0;
    height: 41px;
    color: #545454;
    background: #eee;
    border-color: #eeeeee;
}
#smsf-form .modal-body form ::-webkit-input-placeholder,
#smsf-form1 .modal-body form ::-webkit-input-placeholder,
#smsf-form2 .modal-body form ::-webkit-input-placeholder,
#smsf-form-kdrb-pdfdw2 .modal-body form ::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    font-family: 'universltstd';
    color: #545454;
    font-size:14px;
}
#smsf-form .modal-body form ::-moz-placeholder,
#smsf-form1 .modal-body form ::-moz-placeholder,
#smsf-form2 .modal-body form ::-moz-placeholder,
#smsf-form-kdrb-pdfdw2 .modal-body form ::-moz-placeholder{ /* Firefox 19+ */
    font-family: 'universltstd';
    color: #545454;
    font-size:14px;
}
#smsf-form .modal-body form :-ms-input-placeholder,
#smsf-form1 .modal-body form :-ms-input-placeholder,
#smsf-form2 .modal-body form :-ms-input-placeholder,
#smsf-form-kdrb-pdfdw2 .modal-body form :-ms-input-placeholder{ /* IE 10+ */
    font-family: 'universltstd';
    color: #545454;
    font-size:14px;
}
#smsf-form .modal-body form :-moz-placeholder,
#smsf-form1 .modal-body form :-moz-placeholder,
#smsf-form2 .modal-body form :-moz-placeholder,
#smsf-form-kdrb-pdfdw2 .modal-body form :-moz-placeholder{ /* Firefox 18- */
    font-family: 'universltstd';
    color: #545454;
    font-size:14px;
}
#smsf-form .modal-body .fileinput,
#smsf-form1 .modal-body .fileinput,
#smsf-form2 .modal-body .fileinput,
#smsf-form-kdrb-pdfdw2  .modal-body .fileinput{
    width: 100%;
    cursor: pointer;
}
#smsf-form .modal-body .fileinput .btn,
#smsf-form1 .modal-body .fileinput .btn,
#smsf-form2 .modal-body .fileinput .btn,
#smsf-form-kdrb-pdfdw2 .fileinput .btn{
    float: right;
    width: 118px;
    height: 41px;
    padding-top: 8px;
    cursor: pointer;
}
#smsf-form .modal-body span.fileinput-new,
#smsf-form .modal-body span.fileinput-filename,
#smsf-form1 .modal-body span.fileinput-new,
#smsf-form1 .modal-body span.fileinput-filename,
#smsf-form2 .modal-body span.fileinput-new,
#smsf-form2 .modal-body span.fileinput-filename,
#smsf-form-kdrb-pdfdw2 .modal-body span.fileinput-new,
#smsf-form-kdrb-pdfdw2 .modal-body span.fileinput-filename{
    float: left;
    top: 10px;
    position: relative;
}
/* validation */
#smsf-form .modal-body .form-group.has-feedback.has-error input,
#smsf-form1 .modal-body .form-group.has-feedback.has-error input,
#smsf-form2 .modal-body .form-group.has-feedback.has-error input,
#smsf-form-kdrb-pdfdw2 .modal-body .form-group.has-feedback.has-error input{
    margin-bottom: 0px;
    border: 1px solid #a94442;
}
#smsf-form .modal-body .form-group.has-feedback.has-error .help-block,
#smsf-form1 .modal-body .form-group.has-feedback.has-error .help-block,
#smsf-form2 .modal-body .form-group.has-feedback.has-error .help-block,
#smsf-form-kdrb-pdfdw2 .modal-body .form-group.has-feedback.has-error .help-block{
    margin-bottom: 7px;
    margin-top: 2px;
}
/* Checkbox */
.cmz-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cmz-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.cmz-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
    border-radius: 20px;
}
.cmz-checkbox .checkmark.greenticks {
    background-color: #ffffff;
}
.cmz-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.cmz-checkbox input:checked ~ .checkmark {
    background-color: #dedede;
}
.cmz-checkbox input:checked ~ .checkmark.greenticks {
    background-color: #ffffff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cmz-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.cmz-checkbox .checkmark:after {
    top: 6px;
    left: 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #382f5e;
}
.cmz-checkbox .checkmark.greenticks:after {
    background: #23e83d;
}

/**
 * 6.15 Section The Bennefit
 */
#section-areasoflaw.the-bennefit{
    padding-top: 100px;
}
#section-areasoflaw.the-bennefit .title h2 {
    margin-bottom: 16px;
}
#section-areasoflaw.the-bennefit .title p {
    margin-bottom: 40px;
}
#section-areasoflaw.the-bennefit h4 {
    font-size: 16px;
}
#section-areasoflaw.the-bennefit .row > .row{
    margin-right: 0px;
    margin-left: 0px;
}

/**
 * 6.16 Section Financial Success
 */
#section-areasoflaw.section-financialsuccess{
    padding-top: 95px;
    padding-bottom: 60px;
}
#section-areasoflaw.section-financialsuccess .title h2 {
    margin-bottom: 24px;
}
#section-areasoflaw.section-financialsuccess .title p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 45px;
}
#section-areasoflaw.section-financialsuccess .title h5 {
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
    margin-bottom: 8px;
    text-align: center;
}
#section-areasoflaw.section-financialsuccess .item{
    text-align: left;
    margin-bottom: 0;
}
#section-areasoflaw.section-financialsuccess .item .image{
    display: inline-block;
    margin-right: 20px;
    float: left;
}
#section-areasoflaw.section-financialsuccess .item .image img{
    height: auto;
    width: auto;
}
#section-areasoflaw.section-financialsuccess .item .description{
    display: inline-block;
    float: left;
}
#section-areasoflaw.section-financialsuccess .item .description h4{
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
}
#section-areasoflaw.section-financialsuccess .item .description p{
    font-family: 'UniversLTStd';
    color: #382f5e;
    font-size: 16px;
}
/* Accordion */
#section-areasoflaw.section-financialsuccess .item .panel-group{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
#section-areasoflaw.section-financialsuccess .item .panel-group h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #382f5e;
    text-align: left;
}
#section-areasoflaw.section-financialsuccess .item .panel-group h5 a{
    display: block;
    margin-bottom: 3px;
    position: relative;
    -webkit-transition: all 300ms ease-out 50ms;
    -moz-transition: all 300ms ease-out 50ms;
    -o-transition: all 300ms ease-out 50ms;
    transition: all 300ms ease-out 50ms;
}
#section-areasoflaw.section-financialsuccess .item .panel-group h5 a[aria-expanded=true]:after{
    content: "\f068";
    font-family: 'fontawesome';
    color: #382f5e;
    position: absolute;
    right: 0;
    -webkit-transition: all 300ms ease-out 50ms;
    -moz-transition: all 300ms ease-out 50ms;
    -o-transition: all 300ms ease-out 50ms;
    transition: all 300ms ease-out 50ms;
}
#section-areasoflaw.section-financialsuccess .item .panel-group h5 a:after{
    content: "\f067";
    font-family: 'fontawesome';
    color: #382f5e;
    position: absolute;
    right: 0;
    -webkit-transition: all 300ms ease-out 50ms;
    -moz-transition: all 300ms ease-out 50ms;
    -o-transition: all 300ms ease-out 50ms;
    transition: all 300ms ease-out 50ms;
}

#section-areasoflaw.section-financialsuccess .item .panel-group .panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    border-bottom: 1px solid #382f5e;
    margin-bottom: 22px;
}
#section-areasoflaw.section-financialsuccess .item .panel-group .panel-default {
    border-color: transparent;
    box-shadow: none;
}
#section-areasoflaw.section-financialsuccess .item .panel-group .panel-default .panel-body{
    border-top: none;
}
#section-areasoflaw.section-financialsuccess .item .panel-group .panel-default .panel-body li{
    list-style-type: lower-alpha !important;
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #545454;
    line-height: 22px;
    margin-bottom: 8px;
}

/**
 * 6.17 Section Equiti Bennefit
 */
#section-equitibennefits{
    width: 100%;
    padding-top: 65px;
    padding-bottom: 195px;
    position: relative;
    float: left;
    background: #ececec;
}
#section-equitibennefits .title h2 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 12px;
}
#section-equitibennefits .title p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}
#section-equitibennefits .item {
    margin-bottom: 30px;
}
#section-equitibennefits .item .image{
    text-align: center;
    margin-bottom: 30px;
    height: 63px;
}
#section-equitibennefits .item .description h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 16px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 6px;
}
#section-equitibennefits .item .description p{
    font-family: 'UniversLTStd';
    font-size: 14px;
    text-align: center;
}
/**
 * 6.18 Section Our Process
 */
#section-ourprocess{
    width: 100%;
    padding-top: 28px;
    padding-bottom: 80px;
    position: relative;
    float: left;
    background: #ffffff;
}
#section-ourprocess .title h2 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 12px;
}
#section-ourprocess .title p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
}
/* TAB STEP Menu*/
#section-ourprocess .tab-ourprocess ul.nav-tabs{
    border-bottom: none;
    background: #000;
}
#section-ourprocess .tab-ourprocess ul.nav-tabs li{
    width: 20%;
    text-align: center;
}
#section-ourprocess .tab-ourprocess .nav-tabs>li.active>a,
#section-ourprocess .tab-ourprocess .nav-tabs>li.active>a:focus,
#section-ourprocess .tab-ourprocess .nav-tabs>li.active>a:hover,
#section-ourprocess .tab-ourprocess ul.nav-tabs li a:hover,
#section-ourprocess .tab-ourprocess ul.nav-tabs li a:focus,
#section-ourprocess .tab-ourprocess ul.nav-tabs li a:active{
    background:  unset !important;
    background-color:  unset !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-ourprocess .tab-ourprocess ul.nav-tabs li:hover{
    opacity:0.95;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform:translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
}
#section-ourprocess .tab-ourprocess ul.nav-tabs li h4{
    font-family: 'UniversLTStd-Light';
    font-size: 22px;
    color: #ffffff;
}
#section-ourprocess .tab-ourprocess ul.nav-tabs li h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 17px;
    color: #ffffff;
}
#section-ourprocess .tab-ourprocess ul.nav-tabs li a{
    padding: 18px 15px 63px;
    border: none;
    border-radius: 0;
    position: initial;
}
#section-ourprocess .tab-ourprocess ul.nav-tabs li a[aria-expanded=true]:after{
    content: "\f056";
    font-family: 'fontawesome';
    color: #ffffff;
    font-size: 26px;
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    cursor: pointer;
}
#section-ourprocess .tab-ourprocess ul.nav-tabs li a:after{
    content: "\f055";
    font-family: 'fontawesome';
    color: #ffffff;
    font-size: 26px;
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
}
/* Tab Step Content */
#section-ourprocess .tab-ourprocess .tab-content .content{
    padding: 46px 15px;
    width: 790px;
    left: 0;
    right: 0;
    margin: 0 auto;
    float: none;
    position: relative;
}
#section-ourprocess .tab-ourprocess .tab-content .content h3{
    font-family: 'UniversLTStd';
    color: #ffffff;
    font-size: 22px;
}
#section-ourprocess .tab-ourprocess .tab-content .content p{
    font-family: 'UniversLTStd';
    color: #ffffff;
    font-size: 14px;
}
#section-ourprocess .tab-ourprocess .tab-content .content ol li{
    font-family: 'UniversLTStd';
    color: #ffffff;
    font-size: 14px;

}
#section-ourprocess .tab-ourprocess .tab-content .content ol li span{
    width: 30px !important;
    display: inline-block;
}
/** Forced Unset */
/*#section-ourprocess .tab-content{
	display: none;
}*/

/* TAB STEP Menu 2 */
#section-ourprocess .tab-ourprocess2 ul.nav-tabs{
    border-bottom: none;
}
#section-ourprocess .tab-ourprocess2 ul.nav-tabs li{
    width: 25%;
    text-align: center;
}
#section-ourprocess .tab-ourprocess2 .nav-tabs>li.active>a,
#section-ourprocess .tab-ourprocess2 .nav-tabs>li.active>a:focus,
#section-ourprocess .tab-ourprocess2 .nav-tabs>li.active>a:hover,
#section-ourprocess .tab-ourprocess2 ul.nav-tabs li a:hover,
#section-ourprocess .tab-ourprocess2 ul.nav-tabs li a:focus,
#section-ourprocess .tab-ourprocess2 ul.nav-tabs li a:active{
    background:  unset !important;
    background-color:  unset !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-ourprocess .tab-ourprocess2 ul.nav-tabs li:hover{
    opacity:0.95;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-ourprocess .tab-ourprocess2 ul.nav-tabs li h4{
    font-family: 'UniversLTStd-Light';
    font-size: 22px;
    color: #ffffff;
}
#section-ourprocess .tab-ourprocess2 ul.nav-tabs li h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 17px;
    color: #ffffff;
}
#section-ourprocess .tab-ourprocess2 ul.nav-tabs li a{
    padding: 30px 15px 62px;
    border: none;
    border-radius: 0;
    position: relative;
}
#section-ourprocess .tab-ourprocess2 ul.nav-tabs li a[aria-expanded=true]:after{
    content: "\f056";
    font-family: 'fontawesome';
    color: #ffffff;
    font-size: 26px;
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;

}
#section-ourprocess .tab-ourprocess2 ul.nav-tabs li a:after{
    content: "\f055";
    font-family: 'fontawesome';
    color: #ffffff;
    font-size: 26px;
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
}
/* Tab Step Content2 */
#section-ourprocess .tab-ourprocess2 .tab-content .content{
    padding: 46px 15px;
    width: 790px;
    left: 0;
    right: 0;
    margin: 0 auto;
    float: none;
    position: relative;
}
#section-ourprocess .tab-ourprocess2 .tab-content .content h3{
    font-family: 'UniversLTStd';
    color: #ffffff;
    font-size: 22px;
}
#section-ourprocess .tab-ourprocess2 .tab-content .content p{
    font-family: 'UniversLTStd';
    color: #ffffff;
    font-size: 14px;
}
#section-ourprocess .tab-ourprocess2 .tab-content .content ol li{
    font-family: 'UniversLTStd';
    color: #ffffff;
    font-size: 14px;

}
#section-ourprocess .tab-ourprocess2 .tab-content .content ol li span{
    width: 30px !important;
    display: inline-block;
}
/* Tab Step Content 3 */
#section-ourprocess .tab-ourprocess2 .tab-content .content ol li{
    display: flex;
}
#section-ourprocess .tab-ourprocess2 .tab-content .content ol li:before {
    content: '\2010  ';
    margin-right: 20px;
}
#section-ourprocess .tab-ourprocess2 .tab-content3 .tab-pane{
    padding: 48px 15px;
}
#section-ourprocess .tab-ourprocess2 .tab-content3 .content3 {
    padding: 15px;
    width: 820px;
}
#section-ourprocess .tab-ourprocess2 .tab-content3 .content3 .left,
#section-ourprocess .tab-ourprocess2 .tab-content3 .content3 .right{
    margin-bottom: 20px;
}


/**
 * 6.18 Section Fundamental
 */
#section-fundamental{
    width: 100%;
    padding-top: 68px;
    padding-bottom: 80px;
    position: relative;
    float: left;
    background: #ffffff;
}
#section-fundamental .title h2 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 12px;
}
#section-fundamental .title p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 65px;
}

.tab-fundamental ul.nav-tabs > li{
    width: 20%;
    text-align: center;

}
.tab-fundamental .nav-tabs>li>a {
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #382f5e;
    margin:0;
    padding: 14px 15px;
    border: none;
    border-radius: 0;
    border: 1px solid #382f5e;
}
.tab-fundamental .nav-tabs>li.active>a,
.tab-fundamental .nav-tabs>li.active>a:focus,
.tab-fundamental .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-radius: 0;
    border: 1px solid #382f5e;
}
/* Active */
.tab-fundamental .nav-tabs>li.active>a,
.tab-fundamental .nav-tabs>li.active>a:hover,
.tab-fundamental .nav-tabs>li.active>a:focus {
    background-color: #382f5e;
    color: #ffffff;
}
.tab-fundamental .nav-tabs>li.active>a:after{
    content: "\f0d7";
    font-family: 'fontawesome';
    color: #382f5e;
    font-size: 58px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -47px;
}
/* Tab Content */
.tab-fundamental{
    float: left;
}
.tab-fundamental .tab-content .content{
    padding-top: 68px;
    padding-bottom: 20px;
}
.tab-fundamental .tab-content .content .left{
    width: 146px;
    float: left;
    margin-right: 55px;
    display: inline-block;
}
.tab-fundamental .tab-content .content .right{
    width: 799px;
    float: left;
    display: inline-block;
}
.tab-fundamental .tab-content .content .right h3{
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    font-size: 22px;
    margin-top: -4px;
}
.tab-fundamental .tab-content .content .right p{
    font-family: 'UniversLTStd';
    color: #545454;
    font-size: 14px;
    line-height: 22px;
}
.tab-fundamental .tab-content .content .right li span{
    margin-right: 20px;
    width: 15px;
    display: inline-block;
}
.tab-fundamental .tab-content .content .right li{
    margin-bottom: 8px;
}
.cta1{
    margin-bottom: 78px;
}
.cta1 h5{
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    font-size: 18px;
    margin-bottom: 23px;
}
/**
 * 6.19 Section Advisory Commite
 */
#section-advisorycommite {
    width: 100%;
    padding-top: 58px;
    padding-bottom: 80px;
    position: relative;
    float: left;
    background: #ffffff;
}
#section-advisorycommite .title h2 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 15px;
}
#section-advisorycommite .title p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
}
#section-advisorycommite .item .image{
    margin-bottom: 30px;
}
#section-advisorycommite .item .image img{
    width: 100%;
    max-width: 100%;
}
#section-advisorycommite .item .description{
    margin-bottom: 18px;
}
#section-advisorycommite .item .description h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
}
#section-advisorycommite .item .description p{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #382f5e;
    line-height: 21px;
}
#section-advisorycommite .item .description p.desc{
    font-family: 'UniversLTStd';
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
}
/* SINGLE TAB */
.single-tab.panel-group{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.single-tab.panel-group h3.title3{
    font-family: 'UniversLTStd-Bold';
    font-size: 20px;
    color: #382f5e;
    text-align: left;
    margin-bottom: 5px;
}
.single-tab.panel-group h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #382f5e;
    text-align: left;
}
.single-tab.panel-group h6{
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #382f5e;
    text-align: left;
}
.single-tab.panel-group p{
    font-family: 'UniversLTStd';
    font-size: 14px;
    text-align: left;
}
.single-tab.panel-group h5 a{
    display: block;
    margin-bottom: 3px;
    position: relative;
    -webkit-transition: all 300ms ease-out 50ms;
    -moz-transition: all 300ms ease-out 50ms;
    -o-transition: all 300ms ease-out 50ms;
    transition: all 300ms ease-out 50ms;
}
.single-tab.panel-group h5 a[aria-expanded=true]:after{
    content: "\f068";
    font-family: 'fontawesome';
    color: #382f5e;
    position: absolute;
    right: 0;
    -webkit-transition: all 300ms ease-out 50ms;
    -moz-transition: all 300ms ease-out 50ms;
    -o-transition: all 300ms ease-out 50ms;
    transition: all 300ms ease-out 50ms;
}
.single-tab.panel-group h5 a:after{
    content: "\f067";
    font-family: 'fontawesome';
    color: #382f5e;
    position: absolute;
    right: 0;
    -webkit-transition: all 300ms ease-out 50ms;
    -moz-transition: all 300ms ease-out 50ms;
    -o-transition: all 300ms ease-out 50ms;
    transition: all 300ms ease-out 50ms;
}

.single-tab.panel-group .panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    border-bottom: 1px solid #382f5e;
    margin-bottom: 22px;
}
.single-tab.panel-group .panel-default {
    border-color: transparent;
    box-shadow: none;
}
.single-tab.panel-group .panel-default .panel-body{
    border-top: none;
    padding: 4px 0;
}
.single-tab.panel-group .panel-default .panel-body.approach p strong{
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
}
.single-tab.panel-group .panel-default .panel-body li{
    list-style-type: lower-alpha !important;
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #545454;
    line-height: 22px;
    margin-bottom: 8px;
}
/**
 * 6.20 Section Our Services
 */
#section-equitiproperty{
    width: 100%;
    float: left;
    padding-top: 57px;
    padding-bottom: 45px;
    position: relative;
    background-color: #ececec;
}
#section-equitiproperty .title h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 36px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 20px;
}
#section-equitiproperty .title p{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 57px;
}
#section-equitiproperty .item{
    text-align: center;
    margin-bottom: 40px;
}
#section-equitiproperty .item .image{
    margin-bottom: 30px;
}
#section-equitiproperty .item .description h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
    margin-bottom: 5px;
}
#section-equitiproperty .item .description p{
    font-family: 'UniversLTStd';
    font-size: 15px;
}
/**
 * 6.21 Section Holistic Approach
 */
#section-holisticapproach{
    width: 100%;
    float: left;
    padding-top: 57px;
    padding-bottom: 95px;
    position: relative;
    background-color: #ffffff;
}
#section-holisticapproach .title h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 36px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 20px;
}
#section-holisticapproach .title p{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 100px;
}
#section-holisticapproach .left{
    text-align: center;
}
#section-holisticapproach .left img{
    max-width: 100%;
}
#section-holisticapproach .right{
    padding-top: 90px;
}
#section-holisticapproach .right h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    margin-bottom: 20px;
    line-height: 45px;
}
#section-holisticapproach .right p{
    font-family: 'UniversLTStd';
    font-size: 18px;
}

/**
 * 6.22 Refreshing Approach
 */
#refreshing-approach{
    width: 100%;
    float: left;
    padding-bottom: 80px;
    position: relative;
    background-color: #ececec;
}
#refreshing-approach .item{
    margin-bottom: 20px;
}
#refreshing-approach .image img{
    width: 100%;
    object-fit: cover;
}
#refreshing-approach .description{
    background: #ffffff;
    padding: 20px 40px;
    min-height: 570px;
    max-height: 100%;
}
#refreshing-approach .description ul li{
    display: inline-flex;
    margin-bottom: 8px;
}
#refreshing-approach .description ul li:before{
    content: '\2010';
    margin-right: 20px;
}
#refreshing-approach .description h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
    margin-bottom: 2px;
    line-height: 45px;
}
#refreshing-approach .description p{
    font-family: 'UniversLTStd';
    font-size: 14px;
}
/**
 * 6.22 Section awards
 */
#section-awards {
    width: 100%;
    position: relative;
    float: left;
    background: #382f5e;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 55px;
}
#section-awards .item{
    margin-bottom: 20px;
}
#section-awards .item img{
    max-width: 100%;
    object-fit: cover;
}
/**
 * 6.23 Section Logos
 */
#section-logos{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 80px;
    position: relative;
    float: left;
    background: #ffffff;
}
#section-logos .title h2 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 15px;
}
#section-logos .title p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
}
/* Carousel */
#section-logos .owl-carousel .owl-item img {
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#section-logos .owl-theme .owl-nav [class*=owl-] {
    color: #2e2e2e;
    font-size: 30px;
    margin: 5px;
    padding: 4px 7px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #2e2e2e;
    border-radius: 25px;
    top: 26%;
    line-height: 0px;
    width: 40px;
    z-index: 999;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-logos .owl-theme .owl-nav [class*=owl-]:hover{
    color: #382f5e;
    background: #ececec;
    border: 1px solid #382f5e;
}
#section-logos .owl-prev{
    float: left;
    left: -20px;
}
#section-logos .owl-prev i{
    position: relative;
    left: -2px;
    top: -1px;
}
#section-logos .owl-next{
    float: right;
    right: -20px;
}
#section-logos .owl-next i{
    position: relative;
    right: -1px;
    top: -1px;
}
/**
 * 6.24 Section Four Main Ways
 */
#section-fourmainways{
    width: 100%;
    position: relative;
    float: left;
    padding-top: 62px;
    padding-bottom: 80px;
    background: #ececec;
}
#section-fourmainways .title h2 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 30px;
}
#section-fourmainways .progress {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #ffffff;
    background-color: transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#section-fourmainways .progress span{
    color: #9f7a98;
    font-size: 17px;
}
#section-fourmainways .progress > li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-family: 'UniversLTStd-Bold';
    font-size: 23px;
}
#section-fourmainways .progress > li:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background: #9f7a98;
    width: 51px;
    height: 51px;
    text-align: center;
    margin-bottom: 18px;
    line-height: 57px;
    border-radius: 100%;
    position: relative;
    z-index: 1000;
}
#section-fourmainways .progress > li:after {
    content: '';
    position: absolute;
    display: block;
    background: #b5b5b5;
    width: 100%;
    height: 1px;
    top: 25px;
    left: 50%;
    margin-left: 1.5em\9;
    z-index: 0;
}
#section-fourmainways .progress > li:last-child:after {
    display: none;
}
#section-fourmainways .progress > li.is-complete {
    color: #2ECC71;
}
#section-fourmainways .progress > li.is-complete:before, .progress > li.is-complete:after {
    color: #FFF;
    background: #2ECC71;
}
#section-fourmainways .progress > li.is-active span{
    color: #382f5e;
}
#section-fourmainways .progress > li.is-active:before {
    color: #FFF;
    background: #382f5e;
}

#section-fourmainways .progress__last:after {
    display: none !important;
}

/**
 * 6.25 Section Archive Superior
 */
#section-archivesuperior {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 61px;
    position: relative;
    float: left;
    background: #ececec;
}
#section-archivesuperior .title h2 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 25px;
}
#section-archivesuperior .title p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 26px;
}
/**
 * 6.26 Section Current Funds
 */
#section-currentfunds {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 61px;
    position: relative;
    float: left;
    background: #ececec;
}
#section-currentfunds .title h2 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 25px;
}

#section-currentfunds .item .wrapper{
    background: #ffffff;
    padding: 35px 29px;
    margin-bottom: 20px;
}
#section-currentfunds .item h3{
    font-family: 'UniversLTStd-Bold';
    font-size: 20px;
    color: #382f5e;
    line-height: 26px;
    margin-bottom: 10px;
}
#section-currentfunds .item h4{
    font-family: 'UniversLTStd-Light';
    font-size: 20px;
    color: #382f5e;
    margin-bottom: 19px;
}
#section-currentfunds .item ul{
    margin-bottom: 20px;
}
#section-currentfunds .item ul li{
    display: flex;
    line-height: 22px;
    margin-bottom: 7px;
}
#section-currentfunds .item ul li:before{
    content: '\2010';
    margin-right: 10px;
}
#section-currentfunds .item .buttons a{
    width: 100%;
    margin-bottom: 8px;
    padding: 8px 21px;
}

#section-currentfunds .item .buttons a.video span:before{
    content: "\f16a";
    font-family: 'fontawesome';
    margin-right: 10px;
    position: absolute;
    font-size: 19px;
    left: -30px;
    top: -2px;
}

/* 3d Carousel */

#completed-fundcarousel .loop{
    float: left;

}
#completed-fundcarousel .owl-carousel .owl-item img {
    /*-webkit-transform: scale(0.7);
    transform: scale(0.7);*/
    -webkit-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#completed-fundcarousel .owl-carousel .owl-item.center img {
    /*-webkit-transform: scale(1);
    transform: scale(1);*/
    -webkit-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#completed-fundcarousel .owl-carousel .owl-item.big.center{
    z-index: 9999;
}
#completed-fundcarousel .owl-carousel .owl-item.slide-left img{
    /*left: 387px;*/
    position: relative;
    opacity: 0.3 !important;
}
#completed-fundcarousel .owl-carousel .owl-item.slide-right img{
    /*right: 387px;*/
    position: relative;
    opacity: 0.3 !important;
}
/* Text */
#completed-fundcarousel .owl-carousel .owl-item .item .description,
#completed-fundcarousel .owl-carousel .owl-item .item .description{
    display: none;
}
#completed-fundcarousel .owl-carousel .owl-item.big.center .item .description{
    position: absolute;
    z-index: 9999;
    width: 100%;
    bottom: 7px;
    padding: 15px 25px;
    display: block;
}
#completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .text{
    display: inline-block;
    float: left;
}
#completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .text h5 {
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #ffffff;
    text-shadow: none;
}
#completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .text p{
    font-family: 'UniversLTStd-Light';
    font-size: 16px;
    color: #ffffff;
}
#completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .btn-cta{
    display: inline-block;
    float: right;
}
#completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .btn-cta .btn{
    width: auto;
}
#completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .btn-cta .btn img{
    width: 15px;
    top: 10px !important;
    position: absolute;
}
#completed-fundcarousel a.btn.btn-border2.btn-arrow span img {
    visibility: hidden;
}

#completed-fundcarousel a.btn.btn-border2.btn-arrow:hover span img {
    visibility: visible;
}
.nav-tabs>li {
    margin-bottom: 0px;
}

.morevidwarp{
	display:none;
	width:100%;
	float:none;
	height:358px;
	overflow:hidden;
}
.video__morevidwarp{float:left;width:50%;}

.blackbut, .blackbut:hover{
    background-color: transparent;
    border-color: #382f5e;
    color: #382f5e !important;
    margin: 0;
    margin: 0 auto !important;
}

#video-container{
	text-align:center;
}

.pdf-download{
    margin-top: 50px;
    border-top: solid 1px #382f5e;
    padding-top: 23px;
}
.pdf-download p{
    font-size: 16px;
    color: #382f5e;
    font-weight: 600;
    padding-bottom: 3px;
}
.pdf-download p.date{
    font-size: 14px;
    font-weight: 400;
}



@media(min-width:1921px){
    #completed-fundcarousel{
        max-width:1920px;
        margin:0 auto;
    }
    
    .video__morevidwarp{width:50%;}
}
@media(max-width:767px){
    #completed-fundcarousel .owl-carousel .owl-item{
        width:300px !important;
    }
    #completed-fundcarousel .owl-carousel .owl-stage-outer{
        height: 234px;
    }
    .video__morevidwarp{width:100%;}
}

/* Dots */
#section-currentfunds .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 36px;
}
#section-currentfunds .owl-theme .owl-dots .owl-dot span {
    background: #a1a1a1;
}
#section-currentfunds .owl-theme .owl-dots .owl-dot.active span, #section-currentfunds .owl-theme .owl-dots .owl-dot:hover span {
    background: #382f5e;
}
/* Modal */
.modal-completedfunds .modal-dialog{
    top: 17%;
}
.modal-completedfunds .modal-content{
    border-radius: 0;
}
.modal-completedfunds .modal-header {
    border: none;
    padding: 15px 15px 4px;
}
.modal-completedfunds .modal-header .close {
    color: #382f5e;
    opacity: 1;
}
.modal-completedfunds .modal-body h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
    line-height: 22px;
}
.modal-completedfunds .modal-body h6{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #382f5e;
    margin-bottom: 25px;
}
.modal-completedfunds .modal-body p{
    font-family: 'UniversLTStd';
    font-size: 14px;
}
.modal-completedfunds .modal-footer {
    border: none;
}
/**
 * 6.26 Section Investments Trust
 */
#section-investmentstrust {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 61px;
    position: relative;
    float: left;
    background: #ffffff;
}
#section-investmentstrust .title h2 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 40px;
}
#section-investmentstrust .item{
    text-align: center;
}
#section-investmentstrust .item .images{
    height: 80px;
    margin-bottom: 30px;
    position: relative;
}
#section-investmentstrust .item img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#section-investmentstrust .item h5 {
    font-family: 'UniversLTStd-Bold';
    font-size: 16px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 6px;
    line-height: 20px;
}
#section-investmentstrust .title h6 {
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 10px;
}
#section-investmentstrust .title p {
    font-family: 'UniversLTStd';
    font-size: 14px;
    text-align: center;
    margin-bottom: 60px;
    line-height: 22px;
}
#section-investmentstrust .combined-approach {
    text-align: center;
}
#section-investmentstrust .combined-approach ul{
    margin-bottom: 20px;
}
#section-investmentstrust .combined-approach ul li{
    display: inline-block;
    padding: 0 37px 10px;
}

/**
 * 6.27 Section How It Work
 */
#section-howitwork{
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ececec;
}
#section-howitwork .title h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 8px;
}
#section-howitwork .title p{
    font-family: 'UniversLTStd';
    font-size: 18px;
    text-align: center;
}
/* TABS STEP */
.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}
.design-process-content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}
.design-process-content h3 {
    margin-bottom: 16px;
}
.design-process-content p {
    line-height: 26px;
    margin-bottom: 12px;
}
.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 100%;
    margin: 20px auto 45px;
    border: none;
    z-index: 0;
    text-align: center;
}
.process-model li:first-child::before {
    background: #382f5e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 23px;
    margin: 0 auto;
    position: absolute;
    left: -5px;
    top: 43px;
    width: 55%;
    z-index: -1;
}
.process-model li.active:first-child::before {
    top: 44px;
}
.process-model li:last-child::before {
    background: #d9d9d9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 23px;
    margin: 0 auto;
    position: absolute;
    right: -5px;
    top: 43px;
    width: 55%;
    z-index: -1;
}
.process-model li.active:last-child::before {
    background: #d9d9d9 none repeat scroll 0 0;
    top: 44px;
}
.process-model li:first-child i {
    position: relative;
    top: -1px;
}
.process-model li::after {
    background: #d9d9d9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 23px;
    margin: 0 auto;
    position: absolute;
    right: -57px;
    top: 43px;
    width: 105%;
    z-index: -1;
}
.process-model li.active::after{
    top: 44px;
}
.process-model li.visited::after {
    background: #382f5e;
}
.process-model li:last-child::after {
    width: 0;
}
.process-model li {
    display: inline-block;
    width: 9%;
    text-align: center;
    float: none;
}
.nav-tabs.process-model > li.active > a,
.nav-tabs.process-model > li.active > a:hover,
.nav-tabs.process-model > li.active > a:focus,
.process-model li a:hover,
.process-model li a:focus {
    border: none;
    background: transparent;
}
.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}
.process-model li.active,
.process-model li.visited {
    color: #57b87b;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #ffffff;
}
.process-model li.active p,
.process-model li.visited p {
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    font-weight: 600;
    color: #382f5e;
    font-weight: 900;
}
.process-model li i {
    display: block;
    height: 31px;
    width: 31px;
    text-align: center;
    margin: 0 auto;
    background: transparent;
    border: none;
    line-height: 31px;
    font-size: 9px;
    color: #fff;
    border-radius: 50%;
}
.process-model li i.fa-circle {
    top: 0px;
    position: relative;
}
.process-model li.active i{
    background: #b78cae;
    border-color: #b78cae;
    font-size: 14px;
}
.process-model li.visited i  {
    background: transparent;
    border-color: #b78cae;
    font-size: 9px;
    top: -2px;
}
.process-model li.active i::before{
    content: "\f0c9";
}
.process-model li.visited i::before{
    content: "\f111";
}
.process-model li p {
    font-size: 14px;
    margin-top: 11px;
    margin-bottom: 8px;
    color: #b5b5b5;
}
.process-model li.active p,
.process-model li.visited p {
    font-size: 14px;
    margin-top: 11px;
    margin-bottom: 8px;
    top: 4px;
    position: relative;
}
/*.section-bg-after-grey {
    display: none !important;
}*/
.socials-share ul li {
    display: inline-block !important;
}
.socials-share ul li:before {
    content: none !important;
    margin-right: 0px !important;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
    color: #606060!important;
    font-weight: normal
}
.process-model.contact-us-tab li::after  {
    display: none;
}
.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5;
}
/* Content Tab */
.design-process-section .tab-content{
    text-align: center;
    max-width: 500px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.design-process-section .tab-content h3{
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    font-size: 22px;
    margin-bottom: 0px;
}
.design-process-section .tab-content p{
    font-family: 'UniversLTStd';
    color: #382f5e;
    font-size: 16px;
    margin-bottom: 20px;
}
.design-process-section .tab-content ul li:before{
    content: '\2010';
    margin-right: 10px;
}
.design-process-section .tab-content ul li{
    font-family: 'UniversLTStd';
    color: #382f5e;
    font-size: 16px;
    text-align: left;
    display: flex;
    margin-bottom: 3px;
}

/**
 * 6.28 Section FSG 3 Column
 */
#section-fsg3column{
    width: 100%;
    float: left;
    padding-top: 65px;
    padding-bottom: 60px;
    background: #ffffff;
}
#section-fsg3column .title h5{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 45px;
}
#section-fsg3column .title p{
    font-family: 'UniversLTStd';
    font-size: 18px;
    text-align: center;
}
#section-fsg3column .item{
    margin-bottom: 20px;
}
#section-fsg3column .item h4{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
}
#section-fsg3column .item p{
    font-family: 'UniversLTStd';
    font-size: 14px;
}
/**
 * 6.29 Section FSG single image
 */
#section-fsgsingleimage{
    width: 100%;
    float: left;
    padding-top: 65px;
    padding-bottom: 0px;
    background: #ffffff;
}
#section-fsgsingleimage img{
    width: 100%;
    object-fit: cover;
    height: 459px;
}
#section-fsgsingleimage .title{
    background: #382f5e;
    text-align: center;
    padding: 35px 0;
    width: 100%;
    float: left;
}
#section-fsgsingleimage .title h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #ffffff;
}
/*#section-fsgsingleimage .wrapper{
	position: relative;
	width: 100%;
	top: -40px;
}*/
/**
 * 6.30 Section FSG Content
 */
#section-fsgcontent{
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
}
#section-fsgcontent .content h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
}
#section-fsgcontent .content p{
    font-family: 'UniversLTStd';
    font-size: 14px;
}
#section-fsgcontent .content ul{
    margin: 0;
    padding: 0;
}
#section-fsgcontent .content ul li{
    margin-bottom: 2px;
}
#section-fsgcontent .content ul li:before{
    content: '\2010';
    margin-right: 30px;
}
#section-fsgcontent .content ol li{
    display: flex;
}
#section-fsgcontent .content ol li span{
    margin-right: 25px;
}
#section-fsgcontent .content .cpl{
    padding-left: 36px;
}
#section-fsgcontent .content.v2 h6{
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
}
#section-fsgcontent .content.v2 p{
    font-family: 'UniversLTStd';
    font-size: 14px;
}
.contact-fsg .item{
    text-align: center;
    margin-bottom: 20px;
}
.contact-fsg .item h6{
    font-family: 'UniversLTStd-Bold';
    font-size: 16px;
    color: #ffffff;
}
.contact-fsg .item p{
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #ffffff;
}
.contact-fsg .item p a{
    color: #ffffff;
}

/**
 * 6.31 Section Our Mission
 */
#section-ourmission{
    width: 100%;
    float: left;
    padding-top: 57px;
    padding-bottom: 45px;
    position: relative;
    background-color: #ececec;
}
#section-ourmission .title h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 36px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 20px;
    line-height: 45px;
}
#section-ourmission .title p{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 30px;
}
#section-ourmission .title h4{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
    text-align: center;
}
/**
 * 6.32 Section Financial Future
 */
#section-financialfuture{
    width: 100%;
    float: left;
    padding-top: 57px;
    padding-bottom: 65px;
    position: relative;
    background-color: #382f5e;
}
#section-financialfuture .right h3{
    font-family: 'FreightDispProBlack-Regular';
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 37px;
}
#section-financialfuture .right h3 span{
    font-family: 'FreightDispProBlack-Italic';
}
#section-financialfuture .right p{
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #ffffff;
}

/**
 * 6.32 Section Register Now
 */
#section-registernow{
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-color: #ffffff;
}
#section-registernow .title{
    text-align: center;
    margin-bottom: 20px;
}
#section-registernow .title h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 36px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 20px;
    line-height: 45px;
}
#section-registernow .item{
    height: 102px;
    padding: 0;
    margin-bottom: 10px;
    background: #ececec;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-registernow .item:hover{
    cursor: pointer;
    background: #ffffff;
/*    -webkit-box-shadow: 0 0 6px 1px #d8d8d8;
    box-shadow: 0 0 6px 1px #d8d8d8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}
/* Date */
#section-registernow .item .date{
    width: 94px;
    height: 100%;
    position: relative;
    display: table;
    float: left;
    background: #382f5e;
}
#section-registernow .item .date ul{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 0 0;
    margin: 0;
    height: 102px;
}
#section-registernow .item .date ul li:nth-child(1){
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #ffffff;
}
#section-registernow .item .date ul li:nth-child(2){
    font-family: 'UniversLTStd-Bold';
    font-size: 38px;
    color: #ffffff;
    line-height: 1.3;
}
/* Time */
#section-registernow .item .time{
    width: 365px;
    height: 100%;
    position: relative;
    float: left;
    display: table;
}
#section-registernow .item .time ul{
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0 0 28px;
    margin: 0;
    height: 102px;
}
#section-registernow .item .time ul li:nth-child(1){
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #382f5e;
}
#section-registernow .item .time ul li span{
    font-family: 'UniversLTStd-Bold';
    margin-right: 18px;
}
#section-registernow .item .time ul li{
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #545454;
}
/* Address */
#section-registernow .item .address{
    width: 300px;
    height: 100%;
    position: relative;
    float: left;
    display: table;
}
#section-registernow .item .address ul{
    display: table-cell;
    vertical-align: middle;
    padding: 3px 0 0 25px;
    margin: 0;
    height: 102px;
}
#section-registernow .item .address ul li{
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #545454;
    line-height: 22px;
}
/* Button */
#section-registernow .item .button{
    width: 180px;
    height: 100%;
    position: relative;
    float: right;
    padding: 23px 25px 0 0;
}
#section-registernow .item:hover .button a{
    background: #382f5e;
    color: #ffffff !important;
}
/**
 * 6.33 Section 5 Column
 */
#section-5column{
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-color: #ffffff;
    z-index: 999;
}
#section-5column .item{
    text-align: center;
    margin-bottom: 30px;
}
#section-5column .item .image{
    margin-bottom: 15px;
}
#section-5column .item .description h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #382f5e;
}
#section-5column .item .description p{
    font-size: 14px;
}
/**
 * 6.34 Section Tab Map
 */
#section-tabmap{
    width: 100%;
    float: left;
    position: relative;
    background-color: #6a6192;
    z-index: 999;
    -webkit-box-shadow: 0 54px 131px -67px #000000;
    box-shadow: 0 54px 131px -67px #000000;
}
#section-tabmap .tabs-left{
    border-bottom: none;
}
#section-tabmap .tabs-left {
    background: #eeeeee;
}
#section-tabmap .tabs-left>li{
    float: none;
    border:none;
}
#section-tabmap .tabs-left>li.active>a,
#section-tabmap .tabs-left>li.active>a:hover,
#section-tabmap .tabs-left>li.active>a:focus {
    border-radius: 0;
    border:none !important;
    border-color: transparent;
    background: #6a6192;
    color: #ffffff;
    border-bottom: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
#section-tabmap .tabs-left>li>a {
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #382f5e;
    padding: 19px 15px 18.8px;
    text-align: center;
    border:none !important;
    border-radius: 0;
    margin-right: 0;
    display:block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
#section-tabmap .tabs-left>li>a:hover{
    background: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
#section-tabmap .tab-content > .tab-pane-map .left{
    background: #6a6192;
    padding: 65px 30px;
    height: 289px;
}
#section-tabmap .tab-content > .tab-pane-map .left h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #ffffff;
}
#section-tabmap .tab-content > .tab-pane-map .left p{
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #ffffff;
}
#section-tabmap .tab-content > .tab-pane-map .right{
    padding: 0;
}
/* Load Map For Tab */
#section-tabmap .tab-content > .tab-pane-map {
    display: block;
    height:0;
    overflow:hidden;
}
#section-tabmap .tab-content > .active {
    display: block;
    height:auto;
}
#section-tabmap #map1,
#section-tabmap #map2,
#section-tabmap #map3,
#section-tabmap #map4,
#section-tabmap #map5,
#section-tabmap #map6 {
    height: 289px;
    width: 100%;
}
/* /.Load Map For Tab */

/**
 * 6.35 Section Equiti Difference
 */
#section-equitidifference{
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-color: #382f5e;
    z-index: 999;
}
#section-equitidifference .title{
    margin-bottom: 30px;
}
#section-equitidifference .title h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #ffffff;
}
#section-equitidifference .item{
    margin-bottom: 30px;
}
#section-equitidifference .item h5{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 40px;
}
#section-equitidifference .item p{
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #ffffff;
}
#section-equitidifference .item p.c-2-2{
    margin-bottom: 20px;
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
}
#section-equitidifference .item ul{
    margin:0;
    padding:0;
}
#section-equitidifference .item ul li:before{
    content: '\2010';
    margin-right: 10px;
}
#section-equitidifference .item ul li{
    display: flex;
    font-family: 'UniversLTStd';
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}
/* Modal */
.modal-completedfunds.modal-difference .modal-content {
    height: 560px;
    overflow-y: scroll;
}
.modal-completedfunds.modal-difference .modal-content ol li{
    display: flex;
    margin-bottom: 10px;
}
.modal-completedfunds.modal-difference .modal-content ol li span{
    margin-right: 20px;
}

.modal-completedfunds.modal-difference .modal-content .modal-footer p{
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    text-align: center;
    color: #382f5e;
}
/**
 * 6.36 Section Meet Our People
 */
#section-ourprocess .tab-ourprocess.meet-ourpeople{
    background: #ffffff;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople ul.nav-tabs li{
    width: 16.66666667%;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople ul.nav-tabs li .wrapper{
    cursor: pointer !important;
    background: #000;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople ul.nav-tabs li .wrapper:after{
    content: ' ';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.30);
    position: absolute;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople ul.nav-tabs li.active .wrapper:after{
    background: rgba(159, 122, 152, 0.60);
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople ul.nav-tabs li .wrapper:hover:after{
    background: rgba(159, 122, 152, 0.60);
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople ul.nav-tabs li a {
    padding: 0;
    margin-right: 0;
    z-index: 999;
    background: transparent;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople ul.nav-tabs li a .description{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: 0 auto;
    z-index: 999;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople ul.nav-tabs li a img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople ul.nav-tabs li a .description h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0px;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople ul.nav-tabs li a .description p{
    font-family: 'UniversLTStd-Bold';
    font-size: 12px;
    color: #ffffff;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople ul.nav-tabs li.active .description{
    display: none;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople ul.nav-tabs li a:after{
    display: none;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople ul.nav-tabs li a[aria-expanded=true]:after {
    content: "\f0d8";
    font-family: 'fontawesome';
    color: #ffffff;
    font-size: 75px;
    position: absolute;
    bottom: -42px;
    left: 0;
    right: 0;
    cursor: pointer;
    display: block;
}

#section-ourprocess .tab-ourprocess.meet-ourpeople .tab-content .content {
    width: 800px;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople .tab-content .content h3{
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    font-size: 21px;
    margin-bottom: 5px;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople .tab-content .content h5{
    font-family: 'UniversLTStd';
    color: #382f5e;
    font-size: 16px;
    margin-bottom: 15px;
}
#section-ourprocess .tab-ourprocess.meet-ourpeople .tab-content .content p{
    font-family: 'UniversLTStd';
    color: #6f6f6f;
    font-size: 16px;
}

/**
 * 6.37 Section Responsibility
 */
#section-responsibility{
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-color: #ffffff;
    z-index: 999;
}
#section-responsibility .title{
    margin-bottom: 30px;
}
#section-responsibility .title h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
}
/* OWL */
#section-responsibility .left .owl-carousel .owl-item img{
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#section-responsibility .left .owl-prev {
    float: left;
    left: 0px;
    position: relative;
}

#section-responsibility .left .owl-next {
    float: right;
    right: 0px;
    position: relative;
}

#section-responsibility .left .owl-nav {
    width: 100%;
}

#section-responsibility .left .owl-nav .glyphicon {
    font-size: 28px;
    color: #ffffff;
}

#section-responsibility .left .owl-nav .glyphicon:hover {
    color: #8b6090;
}

#section-responsibility .left .owl-nav [class*=owl-],
#section-responsibility .left .owl-nav [class*=owl-]:hover {
    background: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    margin-top: 0;
    z-index: 9;
}

#section-responsibility .left .owl-carousel .owl-stage-outer {
    z-index: 9;
}

/* Right */
#section-responsibility .right h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
    margin-bottom: 15px;
}
#section-responsibility .right p{
    font-family: 'UniversLTStd';
    font-size: 14px;
    margin-bottom: 50px;
}
#section-responsibility .right ul{
    margin:0;
    padding:0;
}
#section-responsibility .right ul li{
    display: inline-block;
}
#section-responsibility .right ul li .btn{
    width: 135px;
}
#section-responsibility .right ul li:nth-child(2){
    float: right;
    top: -10px;
    position: relative;
}

/**
 * 6.38 Section Westmead
 */
#section-westmead{
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-color: #ececec;
    z-index: 999;
}
#section-westmead .image{
    text-align: center;
    margin-bottom: 43px;
}
#section-westmead img{
    max-width: 100%;
}
#section-westmead .description h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
    margin-bottom: 19px;
}
#section-westmead .description p{
    font-size: 14px;
}

/**
 * 6.39 Section Media Center Video Player
 */
.section-mcbanner{
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    background-color: #ececec;
    z-index: 999;
}
.section-mcbanner img{
    max-width: 100%;
}
#section-slider3 .images {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.section-mcbanner .images img.play-icon{
    width: auto;
    position: absolute;
    bottom: 46%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.section-mcbanner .images:hover img.play-icon{
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/**
 * 6.40 Section Media Center Video Player
 */
#section-vpcontent{
    width: 100%;
    float: left;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    background-color: #ffffff;
    z-index: 999;
}
#section-vpcontent h3{
    font-family: 'UniversLTStd-Bold';
    font-size: 22px;
    color: #382f5e;
    margin-bottom: 13px;
}
#section-vpcontent p.publish{
    font-family: 'UniversLTStd';
    font-size: 10px;
    margin-bottom: 18px;
}
.socials-share p{
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #bfbfbf;
    margin-bottom: 3px;
}
.socials-share ul{
    margin:0;
    padding:0;
    margin-bottom: 37px;
}
.socials-share ul li{
    display: inline-block;
}
.socials-share ul li i{
    font-size: 20px;
    padding: 5px 25px;
    background: #bfbfbf;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.socials-share ul li:hover i{
    background: #382f5e;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-vpcontent p.content{
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #545454;
    line-height: 22px;
}
/**
 * 6.41 Section Related Content
 */
#section-relatedcontent{
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 80px;
    position: relative;
    background-color: #ffffff;
    z-index: 999;
}
#section-relatedcontent .title h3{
    font-family: 'UniversLTStd-Bold';
    font-size: 22px;
    color: #382f5e;
    top: 7px;
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #382f5e;
}
#section-relatedcontent .title a.btn{
    float: right;
    z-index: 999;
}
#section-relatedcontent .title{
    margin-bottom: 30px;
}
/* Carousel */
#section-relatedcontent .owl-carousel .item{
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-relatedcontent .owl-carousel .item:hover{
    opacity: 0.7;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-relatedcontent .owl-carousel .item .image{
    margin-bottom: 18px;
    position: relative;
}
#section-relatedcontent .owl-carousel .item .image span{
    position: absolute;
    top: 15px;
    left: 13px;
    color: #ffffff;
    background: #d0ad56;
    padding: 3px 10px 1px;
    z-index: 99;
}
#section-relatedcontent .owl-carousel .item .description h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 15px;
    color: #382f5e;
    margin-bottom: 5px;
}
#section-relatedcontent .owl-carousel .item .description p{
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #6f6f6f;
}
/**
 * 6.42 Section Article Content
 */
.section-articlecontent{
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
    background-color: #ffffff;
    z-index: 999;
}
.section-articlecontent .publish{
    text-align: center;
    border: 2px solid #382f5e;
    display: inline-block;
    padding: 15px 25px 0;
    margin-bottom: 20px;
}
.section-articlecontent .publish p.month{
    font-family: 'UniversLTStd-Bold';
    font-size: 15px;
    color: #382f5e;
    margin-bottom: -5px;
}
.section-articlecontent .publish p.date{
    font-family: 'UniversLTStd-Bold';
    font-size: 41px;
    color: #382f5e;
}
.section-articlecontent h1{
    font-family: 'UniversLTStd-Bold';
    font-size: 41px;
    color: #382f5e;
    line-height: 49px;
    margin-bottom: 10px;
}
.section-articlecontent img{
    margin-bottom: 40px;
    max-width: 100%;
}
.media-popup .modal-footer {
    padding: 0px;
    border-top: 0px solid #e5e5e5 !important;
}
.media-popup .modal-content {
    border-radius: 0px !important;
}
.section-articlecontent h3{
    font-family: 'UniversLTStd';
    font-size: 23px;
    color: #382f5e;
    margin-bottom: 30px;
}
.section-articlecontent h4{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
    line-height: 49px;
    margin-bottom: 20px;
}
.section-articlecontent .content ul{
    margin:0 0 20px;
    padding:0;
}
.section-articlecontent .content ul li:before,.section-articlecontent ul li:before{
    content: '\2010';
    margin-right: 20px;
}
.section-articlecontent .content ul li,.section-articlecontent ul li{
    display: flex;
    font-family: 'UniversLTStd';
    font-size: 16px;
    margin-bottom: 15px;
}
.section-articlecontent p{
    margin-bottom: 20px;
}
/**
 * 6.43 Section Related
 */
#section-relatedvideo, #section-relatedebooks, #section-relatedarticle{
    width: 100%;
    float: left;
    position: relative;
}
.section-related{
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 80px;
    position: relative;
    background-color: #ffffff;
    z-index: 999;
}
.section-related .title h3{
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    top: 7px;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #382f5e;
}
.section-related .title span{
    font-family: 'UniversLTStd-Light';
    font-size: 33px;
    color: #382f5e;
    top: 3px;
    position: relative;
    float: right;
    z-index: 999;
}
.section-related .title .mc-videoicon{
    float: left;
    margin-right: 20px;
    top: 12px;
    position: relative;
}
.section-related .title .mc-articleicon{
    float: left;
    margin-right: 20px;
    top: -10px;
    position: relative;
}

.section-related .title .mc-ebookicon{
    float: left;
    margin-right: 20px;
    top: 5px;
    position: relative;
}
.section-related .title{
    margin-bottom: 30px;
}
/* Carousel */
.section-related .item{
    margin-bottom: 30px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.section-related .item:hover{
    opacity: 0.75;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.section-related .item .image{
    margin-bottom: 18px;
    position: relative;
}
.section-related .item .image img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.section-related .item.ebook .image img{
    width: auto;
    max-width: 176px;
    object-fit: cover;
}
.section-related .item .image span{
    position: absolute;
    top: 15px;
    left: 13px;
    color: #ffffff;
    background: #d0ad56;
    padding: 3px 10px 1px;
    z-index: 99;
}
.section-related .item.ebook .image span {
    position: absolute;
    top: 11px;
    left: auto;
    right: 8px;
    color: #ffffff;
    background: #d0ad56;
    padding: 2px 7px 1px;
    z-index: 99;
    font-size: 10.5px;
}
.section-related .item .description h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 15px;
    color: #382f5e;
    margin-bottom: 5px;
}
.section-related .item .description p{
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #6f6f6f;
}
.section-related .load-more{
    text-align: center;
    margin-top: 20px;
}
/* POPUP Lightbox */
#smsf-form.mc-bookpopup,
#smsf-form1.mc-bookpopup,
#smsf-form2.mc-bookpopup{
    top: 10%;
}
.mc-bookpopup .image{
    text-align: center;
    margin-bottom: 20px;
}
.mc-bookpopup .cmz-checkbox{
    font-weight: 100;
    font-size: 13px;
}
.mc-bookpopup .modal-body h5{
    margin-bottom: 10px !important;
}
.mc-bookpopup p{
    font-family: 'UniversLTStd';
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
/**
 * 6.44 Section Search 2
 */
.section-search2{
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-color: #382f5e;
}
.section-search2 h1{
    font-family: 'UniversLTStd-Bold';
    font-size: 41px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}
/* Form */
.section-search2 form{
    margin: 0 auto;
    width: 920px;
}
.section-search2 form input,
.section-search2 form select{
    color: #ffffff;
    border-radius: 0;
    background: transparent;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border: 2px solid #ffffff !important;
    padding: 22px;
}
.section-search2 span.or{
    float: left;
    font-family: 'UniversLTStd';
    font-size: 16px;
    color: #ffffff;
    margin: 12px 20px;
}
.section-search2 .form-group{
    width: 365px;
    float: left;
}
.section-search2 .btn-search2{
    text-align: center;
    width: auto !important;
}
.section-search2 .btn-search2 .btn{
    padding: 11px 21px;
    margin-left: 16px;
    width: 110px !important;
}
.section-search2 form input:focus,
.section-search2 form input:active,
.section-search2 form select:focus,
.section-search2 form select:active{
    border: 2px solid #9f7a98 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-search2 form select option{
    background: #382f5e;
}
/* Bootstrap Select */
.section-search2 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.section-search2 .bootstrap-select>.dropdown-toggle {
    border: none;
    padding: 11px 11px 11px 20px;
    border: 2px solid #ffffff !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-search2 .bootstrap-select>.dropdown-toggle:hover{
    background: transparent !important;
    background-color: transparent !important;
}
.section-search2 .btn-default.active, .section-search2 .btn-default:active, .section-search2 .open>.dropdown-toggle.btn-default,
.section-search2 .bootstrap-select>.dropdown-toggle:focus,
.section-search2 .bootstrap-select>.dropdown-toggle:active {
    background: transparent !important;
    background-color: transparent !important;
    border-bottom: 2px solid #ffffff !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-search2 .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.section-search2 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-family: 'universltstd';
    color: #ffffff;
    font-size:16px;
}
/* Caret Right */
.section-search2 .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 11px;
    color: #fff;
    border-top: 8px dashed;
    border-top: 8px solid\9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-top: -3px;
}
.section-search2 .btn-default.active, .section-search2 .btn-default:active, .section-search2 .open>.dropdown-toggle.btn-default {
    color: #fffdfd;
}
/* Dropdown Select */
.section-search2 .bootstrap-select.btn-group .dropdown-menu {
    background: #382f5e;
}
.section-search2 .bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-family: 'universltstd';
    color: #ffffff;
    font-size:16px;
}
.section-search2 .bootstrap-select.btn-group .dropdown-menu li a{
    padding: 10px 30px;
}
.section-search2 .bootstrap-select.btn-group .dropdown-menu li a:hover {
    background: #aaaaaa !important;
}
.section-search2 .bootstrap-select .dropdown-menu.open{
    border: 2px solid #ffffff;
    border-radius: 0;
    margin-top: -1px;
}
/*.section-search2 .form-group.border-none .bootstrap-select .dropdown-menu.open{
	border: none;
}*/
/* Input Focus */
.section-search2 form input:focus::-webkit-input-placeholder{
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-search2 form input:focus::-moz-placeholder{
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-search2 form input:focus:-ms-input-placeholder{
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-search2 form input:focus:-moz-placeholder{
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*/.Input Focus*/
.section-search2 form input[type="radio"]{
    margin-right: 15px;
    top: 3px;
    position: relative;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.section-search2 form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'universltstd';
    color: #ffffff;
    font-size:16px;
}
.section-search2 form ::-moz-placeholder { /* Firefox 19+ */
    font-family: 'universltstd';
    color: #ffffff;
    font-size:16px;
}
.section-search2 form :-ms-input-placeholder { /* IE 10+ */
    font-family: 'universltstd';
    color: #ffffff;
    font-size:16px;
}
.section-search2 form :-moz-placeholder { /* Firefox 18- */
    font-family: 'universltstd';
    color: #ffffff;
    font-size:16px;
}
.section-search2 form .form-group{
    color: #ffffff;
    font-size:16px;
}
/**
 * 6.45 Section Media Center Description
 */
#section-mcdescription{
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-color: #ececec;
}
#section-mcdescription p{
    font-family: 'UniversLTStd';
    font-size: 17px;
    color: #382f5e;
    text-align: center;
}
/**
 * 6.46 Section Search Result
 */
#section-searchresult{
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-color: #ffffff;
}
#section-searchresult .filter{
    margin-bottom: 30px;
    padding: 0;
}
#section-searchresult ul{
    margin:0;
    padding:0;
}
#section-searchresult ul li{
    display: inline-block;
}
#section-searchresult ul li.keyword-result{
    font-family: 'UniversLTStd';
    font-size: 22px;
    color: #382f5e;
    float: left;
    text-align: left;
}
#section-searchresult ul li.keyword-result strong{
    font-family: 'UniversLTStd-Bold';
}
#section-searchresult ul li.sort-by{
    float: right;
    text-align: right;
}
#section-searchresult ul li.sort-by .bootstrap-select button{
    font-family: 'UniversLTStd-Bold';
    color: #545454;
    width: auto;
    float: right;
    background: transparent;
    border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#section-searchresult ul li.sort-by .bootstrap-select button .filter-option{
    margin-right: 10px;
}
#section-searchresult ul li.sort-by .bootstrap-select button .caret{
    border:none;
    right: 0;
}
#section-searchresult ul li.sort-by .bootstrap-select button .caret:before,
#section-searchresult ul li.sort-by .bootstrap-select button .caret:after {
    border: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 5px;
    top: 50%;
    position: absolute;
    width: 0;
}
#section-searchresult ul li.sort-by .bootstrap-select button .caret:before {
    border-bottom-color: #666;
    margin-top: -16px;
}
#section-searchresult ul li.sort-by .bootstrap-select button .caret:after {
    border-top-color: #666;
    margin-top: 1px;
}
/** ITEM RESULT **/
#section-searchresult .item{
    height: 100px;
    padding: 0;
    margin-bottom: 10px;
    background: #ececec;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-searchresult .item:hover{
    cursor: pointer;
    background: #ffffff;
    -webkit-box-shadow: 0 0 6px 1px #d8d8d8;
    box-shadow: 0 0 6px 1px #d8d8d8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* Image */
#section-searchresult .item .image{
    width: 144px;
    height: 100%;
    position: relative;
    display: table;
    float: left;
    text-align: center;
    background: #ececec;
}
#section-searchresult .item .image img{
    width: 144px;
    height: 100%;
    object-fit: cover;
}
/* Time */
#section-searchresult .item .title{
    width: 530px;
    height: 100%;
    position: relative;
    float: left;
    display: table;
}
#section-searchresult .item .title ul{
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0 0 28px;
    margin: 0;
}
#section-searchresult .item .title ul li:nth-child(1){
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #382f5e;
}
#section-searchresult .item .title ul li span{
    font-family: 'UniversLTStd-Bold';
    margin-right: 18px;
}
#section-searchresult .item .title ul li{
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #545454;
    display: block;
}
/* Address */
#section-searchresult .item .categories{
    width: 300px;
    height: 100%;
    position: relative;
    float: left;
    display: table;
}
#section-searchresult .item .categories ul{
    display: table-cell;
    vertical-align: middle;
    padding: 3px 0 0 25px;
    margin: 0;
}
#section-searchresult .item .categories ul li{
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #545454;
    line-height: 22px;
    display: block;
}
/* Button */
#section-searchresult .item .status span{
    font-family: 'UniversLTStd-Bold';
    position: relative;
    top: 38px;
    float: right;
    right: 25px;
    color: #ffffff;
    background: #d0ad56;
    padding: 4px 10px 0px;
    z-index: 99;
}

/*====================
 * 07. FOOTER SECTION *
 ====================*/
/**
 * 7.1 Section Contact Footer
 */
#section-contact-footer{
    width: 100%;
    float: left;
    background: #382f5e;
    padding-top: 60px;
    padding-bottom: 50px;
}
#section-contact-footer h3{
    font-family: 'UniversLTStd-Bold';
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 17px;
}
.contact-seminars p{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}
#section-contact-footer form .form-group:nth-of-type(4){
    /*margin-bottom: 25px;*/
}
#section-contact-footer form .form-group:nth-of-type(5){
    /*margin-bottom: 30px;*/
}
#section-contact-footer form .form-group:nth-of-type(5) label{
    font-weight:normal;
}
#section-contact-footer form input,
#section-contact-footer form select{
    color: #ffffff;
    border-radius: 0;
    background: transparent;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom: 2px solid #ffffff;
    padding-left: 0;
}

#section-contact-footer form input:focus,
#section-contact-footer form input:active,
#section-contact-footer form select:focus,
#section-contact-footer form select:active{
    border-bottom: 2px solid #9f7a98;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-contact-footer form select option{
    background: #382f5e;
}
/* Bootstrap Select */
#section-contact-footer .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
#section-contact-footer .bootstrap-select>.dropdown-toggle {
    border: none;
    padding-left: 0;
    border-bottom: 2px solid #ffffff !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-contact-footer .bootstrap-select>.dropdown-toggle:hover{
    background: transparent !important;
    background-color: transparent !important;
}
#section-contact-footer .btn-default.active, #section-contact-footer .btn-default:active, #section-contact-footer .open>.dropdown-toggle.btn-default,
#section-contact-footer .bootstrap-select>.dropdown-toggle:focus,
#section-contact-footer .bootstrap-select>.dropdown-toggle:active {
    background: transparent !important;
    background-color: transparent !important;
    border-bottom: 2px solid #ffffff !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-contact-footer .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#section-contact-footer .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-family: 'universltstd';
    color: #ffffff;
    font-size:14px;
}
/* Caret Right */
#section-contact-footer .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 0;
    color: #fff;
}
#section-contact-footer .btn-default.active, #section-contact-footer .btn-default:active, #section-contact-footer .open>.dropdown-toggle.btn-default {
    color: #fffdfd;
}
/* Dropdown Select */
#section-contact-footer .bootstrap-select.btn-group .dropdown-menu {
    background: #382f5e;
}
#section-contact-footer .bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-family: 'universltstd';
    color: #ffffff;
    font-size:14px;
}
#section-contact-footer .bootstrap-select.btn-group .dropdown-menu li a{
    padding: 10px 30px;
}
#section-contact-footer .bootstrap-select.btn-group .dropdown-menu li a:hover {
    background: #aaaaaa !important;
}
#section-contact-footer .bootstrap-select .dropdown-menu.open{
    border: 1px solid #ffffff;
    border-radius: 0;
    margin-top: -1px;
}
/* Input Focus */
#section-contact-footer form input:focus::-webkit-input-placeholder{
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-contact-footer form input:focus::-moz-placeholder{
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-contact-footer form input:focus:-ms-input-placeholder{
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-contact-footer form input:focus:-moz-placeholder{
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*/.Input Focus*/
/* UI Auto Complete */
.ui-widget.ui-widget-content.style-2 {
    border: 1px solid #ffffff;
    background: #382f5e;
    color: #fff;
}
.ui-widget.ui-widget-content.style-2 li.ui-menu-item .ui-menu-item-wrapper{
    background: #382f5e;
    color: #ffffff;
    border-bottom: none;
    border-top: none;
    padding: 10px 30px;
}
.ui-widget.ui-widget-content.style-2 li.ui-menu-item:hover .ui-menu-item-wrapper{
    background: #9f7a98 !important;
    border-top: 1px solid #9f7a98 !important;
    border-bottom: 1px solid #9f7a98 !important;
    border-left: 1px solid #ffffff !important;
    border-right: 1px solid #ffffff !important;
    color: #ffffff !important;
}
/* /.UI Auto Complete */
#section-contact-footer form input[type="radio"]{
    margin-right: 15px;
    top: 3px;
    position: relative;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
#section-contact-footer form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'universltstd';
    color: #ffffff;
    font-size:14px;
}
#section-contact-footer form ::-moz-placeholder { /* Firefox 19+ */
    font-family: 'universltstd';
    color: #ffffff;
    font-size:14px;
}
#section-contact-footer form :-ms-input-placeholder { /* IE 10+ */
    font-family: 'universltstd';
    color: #ffffff;
    font-size:14px;
}
#section-contact-footer form :-moz-placeholder { /* Firefox 18- */
    font-family: 'universltstd';
    color: #ffffff;
    font-size:14px;
}
#section-contact-footer form .form-group{
    color: #ffffff;
}

/* Section Thank You */
#section-contact-footer .section-thankyou{
    display: none;
    padding: 38px 15px;
}
#section-contact-footer .section-thankyou .title h3{
    margin-bottom: 8px;
}
#section-contact-footer .section-thankyou .title p{
    text-align: center;
    color: #ffffff;
    margin-bottom: 60px;
}
#section-contact-footer .section-thankyou .content{
    text-align: center;
    color: #ffffff;
}
#section-contact-footer .section-thankyou .content h4{
    font-family: 'UniversLTStd-Bold';
    color: #ffffff;
    margin-bottom: 13px;
}
#section-contact-footer .section-thankyou .content p{
    font-family: 'UniversLTStd';
    color: #ffffff;
    margin-bottom: 22px;
}
#section-contact-footer .section-thankyou .content li{
    display: inline-block;
    padding: 5px;
}
#section-contact-footer .section-thankyou .content li i{
    font-size: 24px;
    color: #ffffff;
}

/* Section Thank You Contact page*/
.section-thankyou.contact-thankyou{
    display: none;
    padding: 38px 15px;
}
.section-thankyou.contact-thankyou .title h3{
    font-family: 'UniversLTStd-Bold';
    font-size: 34px;
    color: #ffffff;
    text-align: center;
}
.section-thankyou.contact-thankyou .title p{
    text-align: center;
    color: #ffffff;
    margin-bottom: 60px;
}
.section-thankyou.contact-thankyou .content{
    text-align: center;
    color: #ffffff;
}
.section-thankyou.contact-thankyou .content h4{
    font-family: 'UniversLTStd-Bold';
    color: #ffffff;
    margin-bottom: 13px;
}
.section-thankyou.contact-thankyou .content p{
    font-family: 'UniversLTStd';
    color: #ffffff;
    margin-bottom: 22px;
}
.section-thankyou.contact-thankyou .content li{
    display: inline-block;
    padding: 5px;
}
.section-thankyou.contact-thankyou .content li i{
    font-size: 24px;
    color: #ffffff;
}

/* Pricing Slider */
#section-contact-footer form .form-group .pricing-slider{
    margin-top: 30px;
    height: 35px;
}
#section-contact-footer form .form-group .pricing-slider li{
    display:block;
}
#section-contact-footer form .form-group .pricing-slider li.text{
    width: 150px;
    float: left;
    top: 6px;
    position: relative;
}
#section-contact-footer form .form-group .pricing-slider li.slider{
    width:330px;
    float:left;
}
#section-contact-footer form .form-group .pricing-slider li.slider .ui-widget.ui-widget-content {
    background: #54436e;
    border: transparent;
    border-radius: 0;
    height: 34px;
}
#section-contact-footer form .form-group .pricing-slider li.slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
    border-radius: 0;
    background: #655b8a;
}
#section-contact-footer form .form-group .pricing-slider li.slider .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    top: 7px !important;
    background: #ffffff !important;
    border-radius: 25px;
    cursor: pointer;
    outline: none !important;
}
#section-contact-footer form .form-group .pricing-slider li.number,
#section-contact-footer form .form-group .pricing-slider li.number input{
    width:70px;
    float:left;
}
#section-contact-footer form .form-group .pricing-slider li.number input{
    border: none !important;
    text-align: left;
    padding-left: 18px;
    width: 150px;
    float: left;
    top: 6px;
    position: relative;
}
/* Socials Contact Footer */
#section-contact-footer .socials li a {
    padding: 8px;
    color: #fff;
    font-size: 20px;
    line-height: 52px;
}
#section-contact-footer .socials li {
    display: inline-block;
    margin-right: 10px;
    width: 58px;
    height: 58px;
    border: 3px solid #fff;
    border-radius: 100%;
    background: #382f5e;
}

#section-contact-footer .socials li a i.fa.fa-facebook.fa-lg {
    padding: 0px 6px;
}
#section-contact-footer .socials li a i.fa.fa-linkedin.fa-lg {
    padding: 0 2px;
}
#section-contact-footer .socials li a:hover {
    background: #fff;
    color: #382f5e;
    border-radius: 100%;
    width: 100%;
    padding: 13px 10px;
    height: 100%;
    margin: 0px;
    border: 3px solid #fff;
}
/* 7.2 Section Footer 1
 */
#section-footer1{
    width: 100%;
    float: left;
    background-color: #ececec;
    padding-top: 30px;
    padding-bottom: 36px;
}
/* Column 2 */
#section-footer1 .column2{
    padding-top: 10px;
}
#section-footer1 .column2 h4{
    font-family: 'UniversLTStd';
    font-size: 24px;
    color: #382f5e;
}
#section-footer1 .column2 p{
    margin-bottom: 10px;
}
#section-footer1 .column2 p a{
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #6f6f6f;
}
#section-footer1 .column2 ul li{
    font-family: 'UniversLTStd';
    font-size: 14px;
    color: #6f6f6f;
}
/* Column 3 */
#section-footer1 .column3 {
    padding-top: 12px;
}
#section-footer1 .column3 ul li{
    line-height: 26px;
}
#section-footer1 .column3 ul li a{
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #6f6f6f;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-footer1 .column3 ul li a:hover{
    color: #382f5e;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/* Column 4 */
#section-footer1 .column4 {
    padding-top: 12px;
}
#section-footer1 .column4 p{
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #382f5e;
    margin-bottom: 5px;
}
#section-footer1 .column4 .social-links a{
    text-align: center;
    display: inline-block;
    width: 27px;
    height: 27px;
    border: 1px solid #382f5e;
    border-radius: 100%;
    margin: 0 5px 0 0;
    background-color:#382f5e;
}
#section-footer1 .column4 .social-links a i{
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-footer1 .column4 .social-links a i.fa-linkedin{
    line-height: 23px;
}
#section-footer1 .column4 .social-links a:hover {
    background-color:#ffffff;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-footer1 .column4 .social-links a:hover i{
    color:#382f5e;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/* Column 5 */
#section-footer1 .column5 {
    padding-top: 12px;
    text-align: center;
    width: 65px;
    float: right;
    padding-right: 0;
    padding-left: 0;
}
#section-footer1 .column5:hover{
    opacity: 0.9;
}
#section-footer1 .column5 a{
    cursor: pointer;
}
#section-footer1 .column5 i{
    background: #382f5e;
    font-size: 25px;
    padding: 6px;
    color: #fff;
}
#section-footer1 .column5 p{
    font-family: 'UniversLTStd-Bold';
    font-size: 12px;
    padding-top: 16px;
    color: #382f5e;
}

/**
 * 7.3 Section Footer 2
 */
#section-footer2{
    width: 100%;
    float: left;
    background-color: #747474;
    padding-top: 30px;
    padding-bottom: 20px;
}
#section-footer2 h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 10px;
    color: #ffffff;
    margin: 0px;
    line-height: 15px;
}
#section-footer2 ul li{
    font-family: 'UniversLTStd';
    font-size: 10px;
    color: #ffffff;
    line-height: 21px;
}
#section-footer2 .copyright {
    margin-bottom: 25px;
}
#section-footer2 .copyright p{
    font-family: 'UniversLTStd';
    font-size: 10px;
    color: #ffffff;
}
#section-footer2 .footer-terms {
    margin-bottom: 15px;
}
#section-footer2 .footer-terms p{
    font-family: 'UniversLTStd';
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}


/* Column 6 */
#section-footer2 .column6 ul li {
    line-height: 15px;
    letter-spacing: 0.5px;
}

/*====================
 *  New-changes  *
 ====================*/

h5 {
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 25px;
}

.seminar-wr .centre-image img {
    margin-top: -130px;
}

.list-menu.icon-wr {
    background: #8b6090;
    text-align: center;
}

.list-menu.icon-wr .item {
    width: 33.333333%;
    height: 105px;
    float: left;
    padding: 17px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.list-menu.icon-wr a:nth-of-type(1) .item {
    background: #68608a;
}

.list-menu.icon-wr a:nth-of-type(2) .item{
    background: #8179a8;
}

.list-menu.icon-wr a:nth-of-type(3) .item{
    background: #a57aaa;
}

.list-menu.icon-wr .item img {
    height: 30px;
    top: 0;
    position: relative;
    -webkit-transition: all 300ms ease-out 50ms;
    -moz-transition: all 300ms ease-out 50ms;
    -o-transition: all 300ms ease-out 50ms;
    transition: all 300ms ease-out 50ms;
}

.list-menu.icon-wr .item img {
    margin-bottom: 0px;
}

.list-menu.icon-wr .item h5 {
    font-family: 'UniversLTStd-Bold';
    font-size: 15px;
    color: #ffffff;
}

#section-education .right .list-menu.icon-wr .item img {
    width: auto;
    object-fit: unset;
}

.list-menu.icon-wr .item:hover img {
    top: -5px;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
}

div.testimonial-wr {
    padding-bottom: 80px;
    padding-top: 15px;
}

.upper-head h3 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 2px;
}

.upper-head h3 label {
    color: #9f7a98;
}

#section-testimonial.white-testimonial {
    background-color: #fff;
}

#section-testimonial.work-wr{
    padding-top: 60px;
}

#completed-fundcarousel h5, .op-menu4 .description h5, #section-menu-ourservices3 .item h5,
.smoothscroll h5{
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.5;
}
.smsf-sect .p-tb0-lr210 {
    color: #382f5e;
}
.relatd-v-wrapper .mc-videoicon {
    width: 47px;
}
.relatd-b-wrapper .mc-ebookicon {
    width: 56px;
}
.relatd-a-wrapper .mc-articleicon {
    width: 50px;
}
.relatd-v-wrapper .item .image img, .relatd-a-wrapper .item .image img {
    height: 216px;
    object-position: top;
    object-fit: cover;
}
.relatd-a-wrapper .item:nth-child(4n) {
    clear: right;
}

.approach-wrapper li img {
    max-width: 190px;
}

.approach-wrapper li:nth-child(2) img {
    max-width: 85px;
}

.holisticapproach-wr img{
    max-height: 450px;
}

.seminar-wr .centre-image img {
    max-width: 187px;
}

.process-mobile, .fundamental-mobile{
    display: none;
}

.home-slider .swiper-slide {
    display: block;
}
#section-currentfunds .item .wrapper b {
    color: #382f5e;
    font-size: 18px;
}
#section-currentfunds .item .wrapper b {
    color: #382f5e;
    font-size: 18px;
}
#section-currentfunds .item .wrapper{
    width: 317px;
    min-height: 570px;
}
.investment-popup{
    margin: 0 auto !important;
    top: 25%;
}
.fundamental-mobile img {
    width: 100%;
    max-width: 146px;
    margin: 20px auto;
    display: table;
}
.fundamental-mobile.panel {
    border: 0px solid transparent;
}
.fundamental-mobile.panel.panel-default {
    padding: 20px;
}
.fundamental-mobile .panel-default>.panel-heading {
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #382f5e;
    margin: 0;
    padding: 14px 0px;
    border: none;
    border-radius: 0;
    border: 1px solid #382f5e;
    text-align: center;
    margin: 0px;
    width: 100%;
}
div#accordion {
    display: inline-block;
    width: 100%;
}
input[type=text] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.fundamental-mobile .panel-default>.panel-heading.active {
    width: 100%;
    background-color: #382f5e ;
    text-align: center;
}
.panel-heading.active a {
    color: #ffffff;
    display: block;
}
.fundamental-mobile .panel {
    border: 0px solid transparent;
}
.fundamental-mobile .right {
    padding: 0 10px 30px 10px;
}
.fundamental-mobile .right h3{
    text-align: center;
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    font-size: 22px;
    margin-top: -4px;
}
.fundamental-mobile .left {
    padding-top: 40px;
}
.fundamental-mobile .right li span {
    padding-right: 10px;
}
.fundamental-mobile .right ul li {
    display: flex;
}
.fundamental-mobile .panel-default>.panel-heading {
    background-color: #ffffff;
}
/*12-04-2018*/



/*====================
 *  08. refered program   *
 ====================*/
.color-head{
    color: #9f7a98;
    font-size: 30px;
}
#section-referafriend,#section-rewards-available {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
    float: left;
    background: #ffffff;
}
#section-referafriend .title h2,#section-rewards-available .title h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 12px;
}
div#section-referafriend .title p,#section-rewards-available .title p{
    font-size: 18px;
    text-align: center;
    width: 76%;
    margin: 0 auto 50px auto;
}
a.btn.btn-2-2.btn-arrow.refered-btn {
    margin: 0 auto 70px auto;
    display: table;
}
#section-earn-points{
    width: 100%;
    position: relative;
    float: left;
    background: #382f5e;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 75px;
}
#section-earn-points .content h3 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #ffffff;
    margin-bottom: 12px;
    text-align: center;
}
#section-earn-points .list-menu .item {
    width: 31%;
    float: left;
    padding: 30px 0;
    min-height: 165px;
}
#section-earn-points .list-menu a:nth-of-type(1) .item {
    background: #68608a;
}
#section-earn-points .list-menu a:nth-of-type(2) .item {
    background: #8179a8;
    margin: 0 30px;
}
#section-earn-points .list-menu a:nth-of-type(3) .item {
    background: #a57aaa;
}
#section-earn-points .list-menu .item h3{
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
}
#section-earn-points .list-menu .item p{
    font-family: 'UniversLTStd-Light';
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}
#section-rewards-available .rewards-item .rewards-img-bg{
    background: #f4f4f4;
    text-align: center;
    margin: 0 20px 20px 0;
    padding: 10px;
}
.rewards-item{
    margin-bottom: 50px;
}
.rewards-avail-p {
    color: #382f5e;
}
div#section-rewards-available .description h4 {
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    font-size: 27px;
    padding-top: 50px;
}
#section-rewards-available .item .panel-group h5 {
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    color: #382f5e;
    text-align: left;
}
#section-rewards-available .item .panel-group .panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    border-bottom: 1px solid #382f5e;

}
#section-rewards-available .item .panel-group .panel-default {
    border-color: transparent;
    box-shadow: none;
    margin-top: 50px;
}
#section-rewards-available .item .panel-group h5 a {
    display: block;
    margin-bottom: 3px;
    position: relative;
    -webkit-transition: all 300ms ease-out 50ms;
    -moz-transition: all 300ms ease-out 50ms;
    -o-transition: all 300ms ease-out 50ms;
    transition: all 300ms ease-out 50ms;
}
#section-rewards-available .item .panel-group h5 a:after {
    content: "\f067";
    font-family: 'fontawesome';
    color: #382f5e;
    position: absolute;
    right: 0;
    -webkit-transition: all 300ms ease-out 50ms;
    -moz-transition: all 300ms ease-out 50ms;
    -o-transition: all 300ms ease-out 50ms;
    transition: all 300ms ease-out 50ms;
}
#section-rewards-available .panel-body {
    padding: 15px 0;
}

.parallelogram {
    width: 160px;
    height: 100px;
    background: #8734f7;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
}
#section-claim-rewards {
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ececec;
}
#section-claim-rewards h5 {
    color: #9f7a98;
    font-size: 22px;
    font-family: 'UniversLTStd-Bold';
    font-weight: bold;
    margin-bottom: 10px;
}
#section-contact-footer h5.refer-prog{
    font-family: 'UniversLTStd-Bold';
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 17px;
}
h5.refer-detail-footer-txt {
    color: #9f7a98;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.section-bg-after-purple .earn-after,.section-bg-after-white.new {
    background: #fff;
}
.section-bg-after-white.earn-before {
    background: #ececec;

}
.section-bg-after-white.footer-bg {
    background: #ececec;

}
.section-bg-after-white.earn-before .bg-after-grey11:after {
    border-top: 40px solid #ececec;
}
.section-bg-after-purple .earn-after.bg-after8:after {
    border-left: 50px solid #ffffff;
}
.section-bg-after-darkgrey.reward-after {
    background: #ececec;
}
.section-bg-after-darkgrey.reward-after .bg-after-grey9:after {
    border-top: 40px solid #ececec;
}
.section-bg-after-darkgrey.reward-after .bg-after9 {
    background: #382f5e;
    width: 69%;
}
.section-bg-after-darkgrey.reward-after .bg-after9:after {
    border-left: 50px solid #382f5e;
}
#section-rewards-available .refer-slider .owl-nav [class*=owl-], #section-responsibility .left .owl-nav [class*=owl-]:hover {
    background: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    margin-top: 0;
    z-index: 9;
}

#section-rewards-available .refer-slider .owl-prev {
    float: left;
    left: 0px;
    position: relative;
}
#section-rewards-available .refer-slider .owl-next {
    float: right;
    right: 0px;
    position: relative;
}
#section-rewards-available .refer-slider .owl-nav .glyphicon {
    font-size: 28px;
    color: #ffffff;
}
#contact-form .dropdown-menu select option:hover {
    background: #aaaaaa !important;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color!important;
}
.section-bg-after-darkgrey.reward-after .section-bg-after-grey .bg-after4 {
    float: none;

}
.section-bg-after-white.footer-bg .bg-after-grey6:after {
    border-bottom: 40px solid #ececec;
}

.modal-open .main-form h5{
    margin-bottom: 10px;
    margin-top: 0;
}

.modal-open #smsf-form .modal-body {
    padding-top: 0;
}

.modal-open #smsf-form .modal-body h5{
    margin-bottom: 10px !important;
}

.modal-open #smsf-form .main-form-top{
    margin-bottom: 60px;
}

.modal-open #smsf-form .main-form-btm button.btn{
    width: 100%;
    color: #382f5e;
    background: none;
}

.modal-open #smsf-form .main-form-btm button.btn:hover span{
    padding-right: 0 !important;
    transform: translate3d(0, 0, 0);
}

/*====================
 *  08. LOGAN RESERVE SYNDICATE  *
 ====================*/

.swiper-slide .gold-box {
    display: table;
    padding: 10px 15px 7px 15px;
    text-transform: initial;
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 50px;
}

#section-updates .coming-soon h3 {
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
}

#section-knock-down .logan-icon .item img {

    width: auto;

}

#section-knock-down.the-bennefit .logan-icon h4{
	max-width:240px;
}

#section-benefits .benefit-icon .item span {
        min-height: 90px;
    display: block;
}

/*====================
 *  08. RESPONSIVE   *
 ====================*/
@media only screen and ( max-width: 1280px ){
    #section-propertylaw .left,
    #section-propertylaw .right{
        height: 870px;
    }
}
@media only screen and ( min-width: 1248px ){
    #section-clients .item{
        width: 390px;
    }
    #section-clients .item img.play-icon {
        left: 15px;
    }
}
@media only screen and ( min-width: 1240px ){
    .swiper-slide > .text-slider{
        padding-right: 20em;
    }
    #section-seminar .left{
        width: 538px;
    }
    .swiper-slide > img {
        height: 646px;
    }
    #section-footer1 .container{
        padding-right: 0;
    }
    #section-footer1 .column1{
        width: 237px;
    }
    #section-footer1 .column2{
        width: 271px;
    }


}

@media only screen and ( min-width: 1232px ){
    #section-education .row{
        position: relative;
    }
    #section-education .right-seemore{
        top: 50%;
        right: 0;
        position: absolute;
    }
    #section-claim-form .container .row{
        margin-right: 0;
        margin-left: 0;
    }
    #section-footer2 .col-md-2 {
        width: 173px;
    }
}
@media only screen and ( min-width: 1200px ) and ( max-width: 1231px ){
    #section-areasoflaw.section-financialsuccess .item .image {
        margin-right: 5px;
    }
}
@media only screen and ( min-width: 768px ) and ( max-width: 1231px ){
    #section-areasoflaw.section-financialsuccess .wrapper {
        width: 100%;
    }
    #section-areasoflaw.section-financialsuccess .item{
        width: 100%;
    }
}
@media only screen and ( max-width: 1231px ){
    #section-education .right .latest-webinar {
        width: 100%;
        height: auto;
    }
    #section-education .right {
        width: 50%;
    }
    #section-education .right-seemore {
        width: 100%;
        text-align: right;
        top: 30px;
        right: 20px;
    }
    #section-claim-form .right {
        width: 800px;
        padding: 44px 15px;
    }
    #section-claim-form .right form .form-group:nth-of-type(1),
    #section-claim-form .right form .form-group:nth-of-type(2) {
        width: 49%;
    }
    #section-claim-form .right form .form-group:nth-of-type(3),
    #section-claim-form .right form .form-group:nth-of-type(4) {
        width: 260px;
    }
    #section-claim-form .right form button {
        width: 220px;
    }
    #section-about-equiti .right {
        width: 899px;
        padding: 0;
    }
    #section-about-equiti .left {
        width: 241px;
    }
    #section-footer2 .col-md-2 {
        width: 167px;
    }

}
@media only screen and ( min-width: 992px) and ( max-width: 1239px ){
    #section-seminar .right-image{
        display: none;
    }
}
@media only screen and ( max-width: 1239px ){
    #section-slider1,#section-slider-menu {
        width: 100%;
    }
    #section-slider-menu .item{
        width: 33.33333333%;
    }
}
@media only screen and ( min-width: 1200px ){
    #section-privacypolicy .container {
        padding-right: 208.5px;
        padding-left: 208.5px;
    }
    #section-ourservices .title p {
        padding: 0 188px;
    }
    #section-ourservices .row {
        margin-right: -30px;
    }
    #section-equitiproperty .title p {
        padding: 0px 142px;
    }
    .p-0-83{
        padding: 0px 83px !important;
    }
    #section-ourlegal .left{
        padding: 15px 12px 15px 105px;
    }
    #section-ourlegal .right{
        padding: 15px 110px 15px 12px;
    }
    #section-areasoflaw .wrapper{
        width: 85%;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: relative;
    }
    #section-testimonial2 .content {
        padding: 0 187px;
    }
    #section-propertylaw .left:after{
        content: '';
        background: url(images/circleplus-icon.png);
        width: 92px;
        height: 92px;
        position: absolute;
        right: -46px;
        bottom: 44%;
        z-index:999;
    }
    .propertylaw-wr .left::after {
        background: url(images/circleplus-icon.png) !important;
        background-size: 90px auto !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    #section-propertylaw{
        background: #808080;
        background: -moz-linear-gradient(left, #ececec 0%, #ececec 50%, #dfdfdf 50%, #dfdfdf 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ececec), color-stop(50%,#ececec), color-stop(50%,#dfdfdf), color-stop(100%,#dfdfdf));
        background: -webkit-linear-gradient(left, #ececec 0%,#ececec 50%,#dfdfdf 50%,#dfdfdf 100%);
        background: -o-linear-gradient(left, #ececec 0%,#ececec 50%,#dfdfdf 50%,#dfdfdf 100%);
        background: -ms-linear-gradient(left, #ececec 0%,#ececec 50%,#dfdfdf 50%,#dfdfdf 100%);
        background: linear-gradient(to right, #ececec 0%,#ececec 50%,#dfdfdf 50%,#dfdfdf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#dfdfdf',GradientType=1 );
    }
    #section-propertylaw.bg-smsf{
        background: #6a6192;
        background: -moz-linear-gradient(left, #6a6192 0%, #6a6192 50%, #9f7a98 50%, #9f7a98 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6a6192), color-stop(50%,#6a6192), color-stop(50%,#9f7a98), color-stop(100%,#9f7a98));
        background: -webkit-linear-gradient(left, #6a6192 0%,#6a6192 50%,#9f7a98 50%,#9f7a98 100%);
        background: -o-linear-gradient(left, #6a6192 0%,#6a6192 50%,#9f7a98 50%,#9f7a98 100%);
        background: -ms-linear-gradient(left, #6a6192 0%,#6a6192 50%,#9f7a98 50%,#9f7a98 100%);
        background: linear-gradient(to right, #6a6192 0%,#6a6192 50%,#9f7a98 50%,#9f7a98 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#dfdfdf',GradientType=1 );
    }
    .b-32{
        bottom: 32.5% !important;
    }
    #section-slider2 .left.b-32 {
        bottom: 28.5% !important;
    }
    .f-28{
        font-size: 28px !important;
    }
    .f-18{
        font-size: 18px !important;
    }
    .f-12{
        font-size: 12px !important;
    }
    .lh-40{
        line-height: 40px !important;
    }
    .lh-41{
        line-height: 41px !important;
    }
    .lh-45{
        line-height: 45px !important;
    }
    .p-t53-b30{
        padding-top: 53px !important;
        padding-bottom: 30px !important;
    }
    .p-tb0-lr148 {
        padding: 0 148px;
    }
    .p-tb0-lr162{
        padding: 0 162px;
    }
    .p-tb0-lr210 {
        padding: 0 210px;
    }
    .p-tb0-lr180 {
        padding: 0 180px;
    }
    .p-tb0-lr100 {
        padding: 0 100px;
    }
    .p-tb64-lr50{
        padding: 64px 50px !important;
    }
    .p-tb54-lr50{
        padding: 54px 50px !important;
    }
    .topic-p0{
        padding: 0 !important;
    }
    .p-0-120{
        padding: 0 110px !important;
    }
    #section-areasoflaw.the-bennefit .title p {
        padding: 0 150px;
    }
    #section-areasoflaw.the-bennefit .item.col-md-2{
        width: 18.66666667%;
    }
    #section-areasoflaw.the-bennefit .item.item2.col-md-2{
        width: 16.66666667% !important;
    }
    #section-areasoflaw.the-bennefit .item.col-md-2.col-md-offset-1 {
        margin-left: 3.333333%;
    }
    #smsf-form .modal-dialog,
    #smsf-form1 .modal-dialog,
    #smsf-form2 .modal-dialog{
        width: 400px;
    }
    #smsf-form .modal-body,#smsf-form .modal-footer,
    #smsf-form1 .modal-body,#smsf-form1 .modal-footer,
    #smsf-form2 .modal-body,#smsf-form2 .modal-footer {
        padding: 15px 30px;
    }

    .modal-open .main-form h5{
    margin-bottom: 10px;
    margin-top: 0;
    }

    .modal-open #smsf-form .modal-body {
        padding-top: 0;
    }

    #section-areasoflaw.section-financialsuccess .title p {
        padding: 0 155px;
    }
    #section-areasoflaw.section-financialsuccess .wrapper{
        width: 101%;
    }
    #section-areasoflaw.section-financialsuccess .item{
        width: 33.333333%;
    }
    #section-equitibennefits .title p {
        padding: 0 80px;
    }
    #section-ourprocess .title p {
        padding: 0 88px;
    }
    #section-fundamental .title p {
        padding: 0 90px;
    }
    .tab-fundamental {
        float: unset;
        width: 1000px;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: relative;
    }
    #section-advisorycommite .title p {
        padding: 0 114px;
    }
    #section-archivesuperior .title p {
        padding: 0 78px;
    }
    #section-awards .container{
        width: 1060px;
    }
    #section-currentfunds > .container > .row > .wrapper{
        margin-left: 7%;
    }
    #section-currentfunds .item{
        width: 347px;
    }
    #section-currentfunds .item .wrapper{
        width: 317px;
        min-height: 590px;
    }
    #section-currentfunds .item .buttons{
        position: absolute;
        bottom: 41px;
        left: 45px;
        right: 45px;
        margin: 0 auto;
    }
    #section-currentfunds .item h3 {
        height: 55px;
    }
    #section-investmentstrust .title p{
        padding:0 220px;
    }
    #section-howitwork .title p {
        padding: 0 185px;
    }
    .modal-completedfunds .modal-content{
        width: 685px;
    }
    .modal-completedfunds .magnacarta-width{
        width: 980px;
    }
    .modal-completedfunds .modal-body{
        padding: 15px 45px;
    }
    #section-slider2.fsg-slider .right {
        width: 50.1%;
    }
    #section-slider2.seminars-slider .right {
        width: 50.1%;
    }
    #section-slider2.fsg-slider .left{
        width: 495px;
    }
    #section-fsg3column .title{
        padding: 0 190px;
    }
    #section-fsgcontent .content{
        width: 890px;
        left: 0;
        right: 0;
        margin: 0 auto;
        float: none;
    }
    #section-fsgcontent .content.v2{
        padding-left: 75px;
    }
    #section-financialfuture .right{
        width: 644px;
    }
    #section-registernow .title img{
        position: absolute;
        right: 100px;
        top: -55px;
        max-width: 300px;
    }
    #section-responsibility .right{
        padding: 15px 96px 15px 15px;
    }
    #section-responsibility .left {
        width: 510px;
    }
    #section-responsibility .left.col-md-offset-1{
        margin-left: 6.333333%;
    }
    #section-westmead .container{
        padding: 0 110px;
    }
    .container.wrapper1{
        width: 885px;
    }
    .container.wrapper2{
        width: 760px;
    }
    #section-relatedcontent .owl-carousel .owl-item img {
        width: 100%;
    }
    .section-articlecontent .publish{
        position: absolute;
        left: -180px;
    }
    #section-mcdescription p {
        padding: 0 95px;
    }
    .mw-completefounds{
        max-width: 1440px;
    }
    .smsf-sect .p-tb0-lr210 {
        font-size: 18px;
        padding: 0 100px;
    }

}
@media screen and (max-width: 1200px) and (min-width: 991px){
    .ourprocess-wrapper li {
        min-height: 170px;
    }
}
@media only screen and ( max-width: 1200px ){

    div#section-slider2 .left {
        left: 4%;
    }

}
@media only screen and ( max-width: 1199px ){
    #section-claim-form .left {
        width: 100%;
        height: auto;
        padding: 40px 40px;
    }
    #section-claim-form {
        margin-top: -134px;
    }
    #section-claim-form .right {
        width: 100%;
        height: auto;
    }
    #section-claim-form .right .form-group:last-of-type{
        text-align: center;
        float: none;
        top: 25px;
        position: relative;
    }
    #section-claim-form .right form .form-group:nth-of-type(1),
    #section-claim-form .right form .form-group:nth-of-type(2),
    #section-claim-form .right form .form-group:nth-of-type(3),
    #section-claim-form .right form .form-group:nth-of-type(4) {
        width: 49.17%;
    }
    #section-claim-form .right form .form-group:nth-of-type(4){
        margin-right: 0;
    }
    #section-about-equiti .right {
        width: 100%;
        padding: 15px 0;
    }
    #section-about-equiti .left {
        width: 100%;
        padding: 15px;
        text-align: center;
        margin-bottom: 10px;
    }
    #section-claim-form {
        margin-bottom: 50px;
    }
    #section-about-equiti .right .item{
        width: 33.33333333%;
    }
    #section-about-equiti .right .item .description {
        width: 100%;
        top: -12px;
        position: relative;
    }
    #section-footer2 .col-md-2 {
        width: 129px;
    }
    #section-slider2 .right {
        width: 100%;
    }
    #section-slider2 .right:after{
        display: none;
    }
    #section-slider2 .right:before {
        content:' ';
        height:100%;
        width: 100%;
        background:#00000045;
        position:absolute;
        z-index:99;
    }
    #section-slider2 .left {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        z-index: 999;
    }
    #section-ourservices .item {
        height: 205px;
    }
    #section-ourservices .item > img {
        width: 100%;
    }
    #section-ourservices .item .description {
        position: relative;
        width: 100%;
        bottom: 0;
        padding:15px;
    }
    #section-ourservices .item .description img {
        display: none;
    }
    #section-ourservices .item .description h4 {
        top: 0;
    }
    #section-learnmore .learnmore-wrapper {
        width: auto;
    }
    #section-learnmore .learnmore-wrapper .right > img{
        width: 100%;
        height: 254px;
        object-fit: cover;
    }
    #section-propertylaw .left,
    #section-propertylaw .right{
        width: 100%;
        height: auto;
        padding: 25px 15px;
    }
    #section-propertylaw .container{
        width: 100%;
        padding: 0;
    }
    #section-learnmore-twoitem {
        margin-top: -199px;
    }
    .tab-fundamental .tab-content .content .left {
        margin-right: 15px;
    }
    .tab-fundamental .tab-content .content .right {
        width: 809px;
    }
    #section-slider3 .left {
        position: relative;
        top: 5%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    #section-slider3 .right {
        max-width: 300px;
        top: 9.5%;
        left: 0;
        right: 0;
        margin: 0 auto;
        float: none;
        position: relative;
    }
    #section-slider2.fsg-slider .left{
        padding: 0 15px;
    }
    #section-slider2.seminars-slider .right:before{
        display: none;
    }
    #section-financialfuture .left {
        text-align: center;
        margin-bottom: 40px;
    }
    #section-financialfuture .left img{
        max-width: 100%;
    }
    #section-financialfuture .right {
        text-align: center;
    }
    #section-registernow .item .time {
        width: 270px;
    }
    #section-registernow .item .address {
        width: 240px;
    }
    #section-responsibility .left.col-md-offset-1{
        margin-left: auto;
    }
    .section-related .item.ebook .image img{
        width: 100%;
        max-width: 100%;
    }
    #section-searchresult .item .title {
        width: 460px;
    }
    img.homeslider-img{
        height: 350px;
        width: 100% !important;
    }
    .homeslider-text{
        bottom: auto;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .slider-investments .top-img {
        padding: 20px 30px 0;
        box-sizing: border-box;
    }
    .slider-investments #section-slider2 .swiper-slide {
        background: #fff;
        border-top: 0;
    }
    .slider-investments .bottom-con {
        padding: 30px 20px;
    }
    .slider-investments #section-slider2 p {
        line-height: 20px !important;
    }
}
@media only screen and ( min-width: 992px) and ( max-width: 1199px ){
    #section-learnmore .learnmore-wrapper .right.mct img{
        height: 359px;
    }
}
@media only screen and ( min-width: 768px) and ( max-width: 1199px ){
    #section-footer1 .column4 {
        width: 120px !important;
    }

}
@media only screen and ( min-width: 1232px ){
    .container {
        width: 1215px;
    }
    #section-claim-form .container{
        padding-right: 0;
    }
    #section-about-equiti .container{
        padding-right: 0;
    }

}



@media only screen and ( max-width: 1024px ){
    .slider-investments .top-img img {
        max-width: 60%;
        width: 100%;
        margin: 0px auto;
    }

    .slider-investments .top-img {
        text-align: center;
    }
}



@media only screen and ( min-width: 992px ){
    .navbar-header{
        top: -14px;
        left: 30px;
    }
    .navbar-brand>img {
        top: 12px;
        position: relative;
    }
    #section-seminar p {
        padding-right: 20px;
    }
    #section-seminar .right{
        width: 455px;
    }
    #section-seminar .right-image{
        width: 211px;
        padding: 80px 0 0;
    }
    #section-contact-footer .form{
        width: 592px;
        left: 0;
        right: 0;
        margin: 0 auto;
        float: none;
        padding-top: 20px;
    }
    #section-contact-footer .form.contact-fsg,
    #section-contact-footer .form.contact-seminars{
        width: 850px;
    }
    #section-footer1 .column4 {
        width: 200px;
    }

    #section-footer2 .column4 {
        width: 175px;
        padding-right: 0;
    }
    #section-footer2 .column7 {
        width: 150px;
    }
    #section-testimonial .item h4{
        padding: 20px 162px;
    }
    .navbar-default {
        padding: 13px 0px 0;
    }
    .navbar-default.sticky-menu {
        padding: 6px 0px 0;
        max-height: 50px;
    }
    .navbar-nav>li>.dropdown-menu li:nth-child(1){
        padding-top: 3px;
    }
    .navbar-right .dropdown-menu {
        padding: 3px 0;
    }
    .navbar-brand img.logo-mobile{
        display: none;
    }
    #section-equitibennefits .item {
        height: 260px;
    }
    .tab-fundamental .nav-tabs > li:not(:last-child) > a {
        border-right: none !important;
    }
    .p-tb63-lr50{
        padding: 63px 50px !important;
    }
    #section-equitiproperty .item .description p {
        padding: 0 29px;
    }
    #section-equitiproperty .wrapper{
        padding: 0 59px;
    }
    #section-holisticapproach .title p {
        padding: 0 119px;
    }
    #section-holisticapproach .left img {
        left: 30px;
        position: relative;
    }
    #section-5column .item{
        width: 20%;
    }
    #section-slider4 .right form {
        padding: 0;
        max-width: 680px;
        float: none;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #section-seminar.seminar-wr {
        padding-top: 115px;
        padding-bottom: 5px;
    }
    .seminar-right {
        padding: 0px 80px 0 70px;
    }
    .education-wr .right.col-md-6 {
        padding: 0;
    }
    .section-bg-after-grey + .testimonial-wr#section-testimonial {
        padding: 70px 0;
    }
    #section-ourlegal.smsf-sect {
        padding-top: 80px;
    }
    #section-ourlegal.smsf-sect .title {
        padding-bottom: 5px;
    }
}
@media only screen and ( max-width: 991px ){
    .sticky2 {
        position: static !important;
        top:0px !important;
    }
    #section-navbar > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-collapse{
        top: 28px;
        position: relative;
    }
    .top-bar{
        display: none;
    }
    .navbar-brand>img {
        top: 0px;
        position: relative;
    }
    .navbar-nav>li>.dropdown-menu:before {
        top: 9px;
        font-size: 35px;
        left: 26px;
        right: auto;
        z-index: 9999;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        background-color: #382f5e !important;
    }
    .navbar-nav>li>.dropdown-menu {
        padding-top: 0px;
    }
    .navbar-nav>li>.dropdown-menu li {
        background-color: #fff;
    }
    .sticky-menu{
        background-color: #ffffff;
    }
    .sticky-menu .navbar-nav > li > a{
        color: #ffffff !important;
    }
    .sticky-menu .logo {
        display: block;
    }
    .sticky-menu .sticky-logo {
        display: none;
    }
    /* Custom Breakpoint [Navbar Collaps] */
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-right: 0;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        text-align: left;
        padding-bottom: 20px;
    }
    .navbar-nav>li {
        float: none;
        border-top: 1px solid #504776;
    }
    .navbar-nav li.dropdown:after {
        content: '\f067';
        font-family:fontawesome;
        position:absolute;
        top: 10px;
        color:#fff;
        right:0;
        z-index: 99999;
    }
    .navbar-nav li.dropdown.open:after {
        content: '\f068';
        font-family:fontawesome;
        position:absolute;
        top: 10px;
        color:#fff;
        right:0;
        z-index: 99999;
    }

    .navbar-nav>li:last-child {
        border-bottom: 1px solid #504776;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    /* End Custom Breakpoint [Navbar Collaps] */
    #section-seminar .left{
        margin-bottom: 40px;
    }
    #section-seminar .left img{
        width: 100%;
    }
    #section-seminar h3 {
        line-height: 33px;
    }
    #section-seminar .right-image{
        text-align: center;
    }
    #section-seminar .right-image img{
        max-width: 100%;
    }
    #section-education .left{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    #section-education .right{
        width: 100%;
    }
    #section-education .right-seemore {
        text-align: center;
        right: 0;
    }
    #section-claim-form .right form .form-group{
        width: 100% !important;
        text-align: center;
    }
    #section-claim-form .right .form-group:last-of-type{
        top: 0px;
    }
    #section-claim-form .right {
        height: auto;
        padding: 30px 20px 20px;
    }
    #section-claim-form .right form button {
        margin-top: 15px;
    }
    #section-about-equiti .right .item {
        height: 221px;
    }
    #section-about-equiti .right .item .description {
        top: -16px;
    }
    #section-footer2 .col-md-2 {
        width: 50%;
        margin-bottom: 15px;
    }
    #section-footer2 .column3 {
        top: -20px;
        position:relative:
    }
    #section-footer2 .column5 {
        top: -25px;
        position:relative:
    }
    #section-footer2 .column7 {
        top: -55px;
    }
    #section-ourservices .item {
        height: 168px;
    }
    #section-learnmore .learnmore-wrapper {
        height: auto;
        display: inline-block;
    }
    #section-learnmore .learnmore-wrapper .left,
    #section-learnmore .learnmore-wrapper .right {
        width: 100%;
    }
    #section-menu-ourservices2 .item:nth-of-type(1),
    #section-menu-ourservices2 .item:nth-of-type(2),
    #section-menu-ourservices2 .item:nth-of-type(3){
        width: 33.333333333%;
        border-bottom: 1px solid #eee;
    }
    #section-menu-ourservices2 .item:nth-of-type(4),
    #section-menu-ourservices2 .item:nth-of-type(5){
        width: 50%;
    }
    #section-learnmore-twoitem {
        margin-top: -270px;
    }
    #section-learnmore-twoitem .description {
        height: auto;
    }
    #section-ourprocess .tab-ourprocess .tab-content .content,
    #section-ourprocess .tab-ourprocess.meet-ourpeople .tab-content .content {
        width: 100%;
    }
    #section-ourprocess .tab-ourprocess2 .tab-content .content {
        width: 100%;
    }
    .tab-fundamental ul.nav-tabs > li {
        width: 100%;
    }
    /*.tab-fundamental .nav-tabs>li.active>a:after{
		display: none;
	}*/
    .tab-fundamental .tab-content .content .left {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .tab-fundamental .tab-content .content .right {
        width: 100%;
    }
    .tab-fundamental .tab-content .tab-pane > .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    #refreshing-approach .description{
        min-height: auto;
        padding: 15px;
    }
    .process-model {
        text-align: left;
    }
    .process-model li {
        width: 25%;
    }
    /*.process-model li:first-child::before {
	    display: none;
	}*/
    .process-model li::after {
        right: -71px;
    }
    .process-model li:last-child::before {
        right: 70px;
        width: 31%;
    }
    #section-contact-footer form .form-group .pricing-slider {
        width: 100%;
        margin-bottom: 80px;
        display: inline-block;
        position: relative;
    }
    #section-contact-footer form .form-group .pricing-slider li.text,
    #section-contact-footer form .form-group .pricing-slider li.slider,
    #section-contact-footer form .form-group .pricing-slider li.number,
    #section-contact-footer form .form-group .pricing-slider li.number input{
        width: 100% !important;
        margin-bottom: 15px;
        text-align: center;
        padding-left: 0;
    }
    #section-registernow .item .time {
        width: 240px;
    }
    #section-registernow .item .address {
        width: 200px;
    }
    #section-slider4{
        height: auto;
    }
    #section-slider4 .left,
    #section-slider4 .right{
        width: 100%;
        min-height: 480px;
        height: auto;
    }
    #section-slider4 .right form .form-group.submit-btn{
        margin: 30px 0 0;
        text-align: right;
    }
    #section-tabmap .tab-content > .tab-pane-map .left {
        height: auto;
        text-align: center;
    }
    #section-responsibility .left{
        margin-bottom: 30px;
    }
    #section-responsibility .left .owl-carousel .owl-item img{
        width: 100%;
    }
    #section-learnmore .learnmore-wrapper .right.mct:before{
        display: none;
    }
    #section-learnmore .learnmore-wrapper .right > img {
        height: auto;
    }
    .section-search2 form {
        width: auto;
    }
    .section-search2 .btn-search2 {
        width: 100% !important;
    }
    .section-search2 .btn-search2 .btn{
        margin-left: 0;
    }
    .section-search2 .form-group {
        width: 46%;
    }
    #section-searchresult .item .title {
        width: 270px;
    }
    #section-searchresult .item .categories {
        width: 230px;
    }
    #section-earn-points .list-menu .item {
        width: 30%;
        min-height: 188px;
    }
    /*.process-section-wr ul.nav {
	margin-top: 0;
	}
	.process-section-wr ul.nav li:first-child::before {
	display: block;
	}
	.process-section-wr ul.nav li.visited:first-child::before {
	width: 100%;
	}
	.process-section-wr li::after {
	width: 100px;
	}
	.process-section-wr .nav li a p {
	visibility: hidden;
	}*/
}
/**
 * Custom Slide, Overlay
 */
@media only screen and ( max-width:991px ) {
    #menu-overlay {
        position: fixed; /* Sit on top of the page content */
        display: none; /* Hidden by default */
        width: 100%; /* Full width (cover the whole page) */
        height: 100%; /* Full height (cover the whole page) */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5); /* Black background with opacity */
        z-index: 9; /* Specify a stack order in case you're using a different order for other elements */
        cursor: pointer; /* Add a pointer on hover */
    }
    .right-responsive {
        right: 0!important;
        left: 35%!important;
    }
    .indexcity{
        z-index: 9999;
    }
    .navbar-default {
        border-radius: 0;
        padding: 10px 0px;
        background: #ffffff !important;
        border-bottom: none;
        z-index: 99999;
    }
    .navbar-brand img.logo,
    .navbar-brand img.sticky-logo{
        display: none;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }
    .navbar-left,
    .navbar-right {
        float: none!important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0px 6px;
        width: 63%;
        padding-top: 30px;
    }
    .navbar-nav.main>li {
        float: none;
        border-bottom: 1px solid #b6b6b6;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #ffffff !important;
        font-size: 15px;
    }
    .collapse.in {
        display: block!important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #ffffff;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse {
        background-color: #382f5e;
        -webkit-box-shadow: 2px 10px 10px 2px rgba(0, 0, 0, .5);
        box-shadow: 2px 10px 10px 2px rgba(0, 0, 0, .5);
        position: fixed;
        top: 71px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        height: 100%;
        width: 100%;
        left: 105%;
        z-index: 999;
    }
    .navbar-inverse .navbar-nav>li>a {
        color: #000;
    }
    .official-site>li>a {
        margin-top: 35px;
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }
    /**
     * BURGER ICON
     */
    /* Icon 3 */
    #nav-icon3{
        width: 30px;
        height: 22px;
        position: absolute;
        margin: 15px auto;
        right: 15px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon3 span{
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #382f5e;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    /* Icon 3 */
    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
        top: 8px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 16px;
    }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    #section-ourprocess .tab-ourprocess2 ul.nav-tabs li {
        width: 100%;
    }




}
/* /.Custom Slide, Overlay */

@media only screen and ( max-width: 900px ){
    .swiper-slide > .text-slider {
        top: 17%;
    }
}
@media only screen and ( min-width: 768px ) and ( max-width: 991px ){
    #section-clients .item img.play-icon {
        bottom: 52%;
    }
}
@media only screen and ( min-width: 768px ){
    .navbar-right .dropdown-menu {
        right: -11px;
        left: auto;
    }
    .combined-approach ul li:nth-child(2){
        left: -10px;
        position: relative;
    }
    #section-relatedebooks.relatedebooks-wr .image img {
        height: 250px;
        object-position: top;
        width: 100%;
    }

}
@media only screen and ( max-width: 767px ){
    .bg-after1 {
        width: 55%;
    }
    .navbar-brand {
        padding: 0 15px;
    }
    #section-slider-menu .item{
        text-align: center;
        height: 125px;
        padding: 26px 9px 15px;
    }
    #section-slider-menu .item img {
        margin-bottom: 10px;
    }
    #section-slider-menu .item h4{
        display: none;
    }
    #section-seminar {
        padding: 80px 0 50px;
    }
    #section-seminar .left{
        margin-bottom: 20px;
    }
    #section-seminar .left img{
        width: 100%;
    }
    #section-seminar .right{
        text-align: center;
        margin-bottom: 40px;
    }
    #section-seminar .right h3 {
        font-size: 24px;
        margin: 15px 0;
    }

    #section-about-equiti .right {
        padding: 15px;
    }
    #section-about-equiti .right .item {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    #section-about-equiti .right .item .description h4 {
        top: 0;
    }
    #section-about-equiti .right .item .description img {
        display: none;
    }
    #section-about-equiti .right .item .description {
        top: 0;
        padding: 15px;
    }
    #section-about-equiti .container{
        padding-left: 0;
        padding-right: 0;
    }
    #section-clients .item {
        margin-bottom: 15px;
    }
    #section-contact-footer form .form-group:nth-of-type(5) label{
        display: flex;
        font-size: 12px;
    }
    #section-contact-footer form input[type="radio"] {
        top: 0px;
    }
    .bg-after5 {
        width: 40%;
    }
    #section-footer1{
        text-align: left;
        position: relative;
    }
    #section-footer1 .column4 {
        width: 100px;
        position: absolute;
        top: 24%;
        right: 0;
    }
    #section-footer1 .row > div.col-xs-12{
        margin-bottom: 15px;
    }
    #section-footer1 .column5 {
        width: 100%;
    }
    #section-ourservices .item {
        height: auto;
    }
    #section-ourservices {
        padding-bottom: 30px;
    }
    #section-menu-ourservices2 .item:nth-of-type(1),
    #section-menu-ourservices2 .item:nth-of-type(2),
    #section-menu-ourservices2 .item:nth-of-type(3),
    #section-menu-ourservices2 .item:nth-of-type(4),
    #section-menu-ourservices2 .item:nth-of-type(5){
        border: none;
        border-bottom: 1px solid #eee;
        width: 100%;
    }
    #section-ourlegal {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #section-ourlegal .title h2 {
        font-size: 27px;
    }
    #section-claim-form .section-thankyou h3 {
        margin-top: 0;
        margin-bottom: 5px;
    }
    #section-testimonial2 .content {
        padding: 15px;
    }
    #section-testimonial2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #section-testimonial2 h3 {
        font-size: 18px;
    }
    #section-testimonial2 p {
        font-size: 13px;
    }
    #section-propertylaw.bg-smsf .smsf-applicationform .image {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    #section-propertylaw.bg-smsf .smsf-applicationform .content {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    #section-propertylaw.bg-smsf .smsf-applicationform .content .btn{
        width: 130px;
    }
    #section-ourprocess .tab-ourprocess ul.nav-tabs li {
        width: 100%;
    }

    #section-holisticapproach .right {
        text-align: center;
    }
    #section-logos .owl-prev {
        left: 20px !important;
    }
    #section-logos .owl-next {
        right: 20px !important;
    }
    #section-slider3 p {
        font-size: 16px;
    }
    #section-slider3 .right .images img.play-icon {
        bottom: 40%;
    }
    #section-fourmainways .progress span {
        font-size: 14px;
    }
    #section-archivesuperior .title h2 {
        font-size: 28px;
    }
    .process-model li {
        width: 100%;
    }
    .process-model li::after {
        bottom: 0;
        margin: 0;
        right: 0;
        left: 0;
        top: 43px;
        width: 100%;
    }
    .process-model li:last-child::before {
        right: 0;
        width: 100%;
    }
    .process-model li.active::after {
        background: #382f5e none repeat scroll 0 0;
    }
    #completed-fundcarousel .owl-carousel .owl-item img{
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
        opacity: 1 !important;
        left: auto !important;
        right: auto !important;
    }
    #completed-fundcarousel .owl-carousel .owl-item img{
        height: 230px;
        width: 100%;
        object-fit: cover;
    }
    #completed-fundcarousel .owl-carousel .owl-item.big.center .item .description {
        padding: 7px 12px;
    }
    #completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .text{
        display: block;
        width: 100%;
    }
    #completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .text h5 {
        font-size: 15px;
    }
    #completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .text p {
        font-size: 14px;
    }
    #completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .btn-cta{
        display: block;
        width: 100%;
    }
    #completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .btn-cta .btn{
        padding: 4px 21px;
    }
    #completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .btn-cta .btn img{
        display: none;
    }
    #section-registernow .item {
        height: auto;
    }
    #section-registernow .item .date {
        width: 100%;
        margin-bottom: 10px;
    }
    #section-registernow .item .time, #section-registernow .item .address {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    #section-registernow .item .time ul, #section-registernow .item .address ul {
        padding: 0;
    }
    #section-registernow .item .button {
        width: 100%;
        height: 100%;
        position: relative;
        float: left;
        padding: 10px 0 20px;
        text-align: center;
    }
    #section-slider4 .right form {
        padding: 0;
    }
    #section-slider4 .right form .form-group.submit-btn {
        text-align: center;
    }
    #section-ourprocess .tab-ourprocess.meet-ourpeople ul.nav-tabs li {
        width: 100%;
    }
    .section-search2 form {
        width: 100%;
    }
    .section-search2 .form-group{
        width: 100% !important;
    }
    .section-search2 span.or {
        width: 100%;
        text-align: center;
        margin: 0 0 15px;
    }
    .section-search2 .btn-search2 .btn {
        margin-left: 0;
        padding: 11px 70px;
        width: 100% !important;
    }
    #section-searchresult .item .image {
        width: 100%;
        background: #ececec;
        text-align: center;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    #section-searchresult .item {
        height: auto;
        margin-bottom: 30px;
    }
    #section-searchresult .item .title {
        width: 100%;
        text-align: center;
    }
    #section-searchresult .item .title ul {
        padding: 0;
        margin: 0;
    }
    #section-searchresult .item .categories {
        width: 100%;
        text-align: center;
    }
    #section-searchresult .item .categories ul {
        margin:0;
        padding:0;
    }
    #section-searchresult .item .status{
        width: 100%;
        text-align: center;
        background: #ececec;
        margin-bottom: 45px;
    }
    #section-searchresult .item .status span{
        float: none;
        right: 0;
    }
    #section-searchresult > .container > .row{
        margin-right: 0px;
        margin-left: 0px;
    }
    .li2,.li3 {
        margin-left: 40px;
    }
    #section-education .right-seemore .seemore{
        display: none;
    }
    #section-claim-form .right h3 {
        font-size: 26px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    #section-claim-form .right form input{
        -webkit-box-shadow:none !important;
        box-shadow:none !important;
    }
    #section-claim-form .right .form-group:last-of-type {
        display: inline-block;
    }
    #section-about-equiti .left p {
        padding: 0 20px;
    }
    #section-clients {
        padding-top: 40px;
    }
    #section-clients h3 {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    #section-contact-footer h3 {
        font-size: 30px;
        line-height: 35px;
    }
    #section-contact-footer form{
        padding: 0 10px;
    }
    .rw160{
        max-width: 160px !important;
    }
    .rh250{
        max-height: 250px !important;
    }
    #section-earn-points .list-menu .item {
        width: 100%;
        min-height: 120px;
    }
    #section-earn-points .list-menu a:nth-of-type(2) .item {
        margin: 10px 0px;
    }
    #completed-fundcarousel.fundcarousel-wr .owl-carousel .owl-item.slide-left img, #completed-fundcarousel.fundcarousel-wr .owl-carousel .owl-item.slide-right img {
        opacity: 0.3 !important;
    }
    .home-slider img.homeslider-img {
        height: 340px;
    }
    .navbar-nav > li.dropdown.open .dropdown-menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media only screen and ( max-width: 752px ){
    #section-claim-form {
        margin-top: -161px;
    }
}
@media only screen and ( max-width: 600px ){
    .swiper-slide > .text-slider > h2 {
        line-height: 26px;
        font-size: 22px;
        margin-bottom: 15px;
    }
    .process-desktop{
        display: none;
    }
    .process-mobile {
        display: block;
    }
    .process-mobile ul {
        background-color: #fff;
    }
    .process-mobile .nav-tabs li[role="presentation"] > a::after {
        bottom: auto;
        top: 90px;
    }
    #section-ourprocess .finance-container .nav.nav-tabs li.active, #section-ourprocess .finance-container .nav.nav-tabs li > a{
        padding-bottom: 40px;
    }
    #section-ourprocess .finance-container .nav.nav-tabs li.active .content {
        padding-top: 0;
    }
    #section-ourprocess .finance-container .nav.nav-tabs li > a::after {
        top: 48px;
    }
    .finance-container .nav .content{
        padding-top: 0 !important;
    }
    .finance-container .nav .content::after {
        content: '';
        display: table;
        clear: both;
    }
    .main-form .btn-arrow{
        float: none !important;
    }
    #section-ourmission .title h2 {
        line-height: 35px;
    }

}
@media only screen and ( max-width: 536px ){
    #section-claim-form {
        margin-top: -188px;
    }
    #section-education {
        padding: 40px 0 270px;
    }
    .b-26 {
        bottom: 6% !important;
    }
}
@media only screen and ( max-width: 455px ){
    #section-claim-form .left {
        padding: 25px 20px;
    }
    #section-claim-form {
        margin-top: -158px;
    }
    #section-responsibility .right ul li {
        display: block;
        text-align: center;
    }
    #section-responsibility .right ul li:nth-child(2) {
        float: none;
        top: 15px;
        position: relative;
    }
}
@media only screen and ( max-width: 443px ){
    #section-learnmore .learnmore-wrapper.legal-learnmore .left {
        padding: 25px 20px;
    }
    #section-learnmore .learnmore-wrapper.legal-learnmore .left .btn {
        width: 133px;
        margin-right: 5px;
    }
    #section-relatedcontent .title a.btn {
        float: none;
        z-index: 999;
        margin-bottom: 20px;
    }
}
@media only screen and ( max-width: 442px ){
    .swiper-slide > .text-slider .btn {
        font-family: "UniversLTStd-Bold";
        width: 135px;
    }
}
@media only screen and ( max-width: 415px ){
    #section-claim-form {
        margin-top: -184px;
    }

}
@media only screen and ( max-width: 414px ){
    .swiper-slide > .text-slider {
        top: 10%;
    }
    #section-slider-menu .item {
        height: 105px;
        padding: 18px 15px 15px;
    }
    #section-slider-menu .item p {
        font-size: 12px;
    }
    #section-clients .item img.play-icon {
        bottom: 58%;
    }
    #section-slider2 .left {
        bottom: 38%;
        padding: 0 15px;
    }
    #section-slider2 h1 {
        font-size: 30px;
        margin-bottom: 0px;
    }
    #section-slider2 p {
        font-size: 13px;
        line-height: 20px;
    }
    #section-learnmore-twoitem .item .wrapper .image > img.attented-img {
        width: 110px;
    }
    #section-areasoflaw.section-financialsuccess .item .image,
    #section-areasoflaw.section-financialsuccess .item .description {
        width: 100%;
        text-align: center;
    }
    #section-areasoflaw.section-financialsuccess .item .description h4{
        text-align: center;
    }
    #section-slider4 .content-left ul.phone-number li {
        font-size: 30px;
    }
    #section-slider4 .right h1 {
        font-size: 20px;
    }
}
@media only screen and ( max-width: 413px ){
    #section-slider2.fsg-slider {
        height: 635px;
    }
}
@media only screen and ( max-width: 362px ){
    #section-claim-form {
        margin-top: -211px;
    }
}

/*==========================
 *      CROSS BROWSER      *
 ==========================*/
/**
 * Safari
 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, #section-slider1 {
        max-height: 645px;
    }
}

/* SD */
.rewards-img-bg .w-100 {
    width: 80% !important;
}
.phone-number img {
    max-height: 51px;
}
.contact-icons img {
    max-height: 53px;
    min-height: 53px;
}
@media screen and (min-width: 1200px) {
    #section-propertylaw .smsf-2 {
        height: 640px !important;
    }
}
#section-propertylaw .left:after {
    Display: none;
}
#section-propertylaw .left {
    height: 840px;
}
#section-propertylaw .right {
    height: 840px;
}
.tab-ourprocess ol{
    list-style-type: none;
}
p.home-about {
    font-size: 16px !important;
    line-height: 26px !important;
}
.section-financialsuccess .panel-heading.active a {
    color: #494071 !important;
}
.searchr {
    display: none !important;
}

.testform.bg-after4.bg-after-grey4 {
    display: none;
}
.testform.bg-after5.bg-after-grey5 {
    display: none;
}
.container.testformtest {
    height: 95vh;
}
.btn-arrow img {
    top: 47% !important;
}
.btn-arrow span {
    padding-top: 2px !important;
}
.btn-arrow.html5lightbox span {
    padding-left: 25px;
}
.btn-arrow.html5lightbox span:before {
    left: -2px !important;
}
#section-contact-footer form input[type="radio"] {
    top: 2px !important;
}
.btn-arrow:hover span {
    padding-right: 5px !important;
}


/* SD */
.icon-img img {
    max-height: 40px !important;
}
img.logo {
    max-width: 151px;
}
#section-learnmore .learnmore-wrapper .right .list-menu .item:hover img{
    top:-5px;
    position:relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
}
#section-learnmore .learnmore-wrapper .right .list-menu .item img {
    height: 30px;
    top: 0;
    position: relative;
    -webkit-transition: all 300ms ease-out 50ms;
    -moz-transition: all 300ms ease-out 50ms;
    -o-transition: all 300ms ease-out 50ms;
    transition: all 300ms ease-out 50ms;
}
#section-menu-ourservices .container {
    width: 100% !important;
}
.swiper-slide > img {
    width: 110%;
    max-width: 110%;
}
#section-areasoflaw img {
    height: 84px;
}
#section-about-equiti .right .item:hover .description, #section-ourservices .item:hover .description {
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    transition-duration: 200ms;
}

#section-about-equiti .right .item .description, #section-ourservices .item .description {
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

#claim-form button span {
    margin-top: -2px;
}
.dropdown-menu > li > a:hover {
    background-color: #ffffff !important;
}
#section-learnmore .learnmore-wrapper .right .list-menu .item {
    height: 104.6px;
}
.homepage-footer {
    padding-top: 30px !important;
}
#section-equitiproperty .item .image img {
    margin-bottom: 30px;
    max-height: 84px;
}
.tab-fundamental img {
    max-width: 146px;
}
.smsf-applicationform img {
    max-width: 80px;
}
#section-awards .item img {
    max-height: 198px;
}
#section-areasoflaw .item img {
    max-height: 65px;
    /*max-width: 65px;*/
}
#section-investmentstrust .item img {
    max-width: 74px;
}
#section-equitibennefits img {
    max-width: 63px !important;
}
#section-logos .owl-next {
    right: -30px;
}
#section-logos .owl-prev {
    left: -30px;
}
#collapse1 ol, #collapse1 ul {
    padding-left: 10px;
}
#section-menu-ourservices3.b-bottom-none{
    border-bottom:none;
}
#section-menu-ourservices3.b-bottom-none .item{
    border-bottom:none !important;
}
/**
 * Revision
 */
.ourprocess-mobile {
    display: none;
}
.navbar-nav>li>.dropdown-menu {
    padding-top: 20px;
    padding-bottom: 20px;
}
#section-equitibennefits.cmz-equitibennefitretina img {
    max-width: 63px !important;
    max-height: 50px;
}
#section-menu-ourservices3.mc-servicemenu .item img{
    max-width: 26px;
    max-height: 26px;
}
.logo1in7 {
    max-width: 287px;
}

.modal-dialog.book-popup-wr.media-popup {
    margin: 0 auto;
    top: 25%;
}

@media only screen and ( min-width: 1200px ){
    #section-ourprocess .tab-ourprocess.meet-ourpeople ul.nav-tabs li a img{
        height: 264px;
    }
    .swipe-bottom-wr {
        display: none;
    }
}
@media only screen and ( max-width: 991px ){
    .navbar-nav .open .dropdown-menu,.navbar-nav>li>.dropdown-menu li {
        background-color: #382f5e;
    }
    .navbar-collapse .dropdown-menu > li > a{
        color: #ffffff !important;
    }
    .navbar-nav>li>.dropdown-menu:before{
        display: none;
    }
}
@media only screen and ( max-width: 767px ){
    #section-learnmore > .container > .row{
        margin-right: 15px;
        margin-left: 15px;
    }
    #section-ourservices .item {
        margin-bottom: 15px;
    }
    #section-equitibennefits > .container{
        padding-right: 40px;
        padding-left: 40px;
    }
    #section-fourmainways .progress > li {
        line-height: 18px;
    }
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
    #section-about-equiti .right {
        padding: 25px;
    }
    h2{
        font-size: 26px;
    }
    h1{
        font-size: 30px;
    }
    p{
        font-size: 16px;
    }
    #section-contact-footer .bootstrap-select .dropdown-menu.open {
        border: 1px solid #382f5e;
    }
    .w250{
        width: 250px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #section-investmentstrust .item {
        height: 200px;
    }
    .mlr0{
        margin-right: 0;
        margin-left: 0;
    }
    .h200 .item{
        height: 200px;
    }
    #section-learnmore .learnmore-wrapper.legal-learnmore .left {
        padding: 39px 25px;
    }
    #section-propertylaw.bg-smsf .left,
    #section-propertylaw.bg-smsf .right{
        padding: 60px 25px;
    }
}

@media only screen and ( min-width: 1200px ) and ( max-width: 1555px ){
    .cmz-completefunds #completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .btn-cta .btn{
        font-size: 12px;
        padding: 7px 12px;
    }
    .cmz-completefunds #completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .text h5 {
        font-size: 14px;
    }
    .cmz-completefunds #completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .text p {
        font-size: 14px;
    }

}
@media only screen and ( max-width: 1199px ){
    .cmz-completefunds #completed-fundcarousel{
        text-align: center;
    }
    .cmz-completefunds #completed-fundcarousel .loop{
        /*max-width: 600px !important;*/
        left: 0;
        right: 0;
        position: relative;
        float: initial;
        display: inline-block;
    }
    .cmz-completefunds #completed-fundcarousel .owl-carousel .owl-item.big.center .item .description {
        text-align: left;
    }
    .cmz-completefunds #completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .text,
    .cmz-completefunds #completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .btn-cta {
        width: auto;
    }
    #section-slider1 {
        max-height: none;
    }
    .swiper-slide{
        display: none;
    }
    .swipe-bottom-wr .swiper-slide {
        display: block;
        background-color: #382F5E;
    }
    .swipe-bottom-wr .homeslider-text {
        max-width: 100% !important;
        position: static;
        transform: none;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #caaa;
    }
    div#section-slider2 {
        height: auto !important;
    }
    .top-img img {
        max-width: 100%;
        width: 100%;
    }
    .bottom-con {
        padding: 60px;
        color: #fff;
    }
    .bottom-con h1 br, .bottom-con p br {
        display: none;
    }
    .margin-top-50 {
        margin-top: -50px;
    }
}
@media only screen and ( max-width: 767px ){
    .cmz-completefunds{
        padding: 0;
    }
    .cmz-completefunds #completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .btn-cta .btn {
        margin-top: 15px;
    }
    #section-relatedcontent .owl-theme .owl-dots .owl-dot.active span, #section-relatedcontent .owl-theme .owl-dots .owl-dot:hover span {
        background: #382f5e;
    }
    #section-holisticapproach .left img {
        max-width: 100%;
        width: 260px;
    }
    #section-propertylaw .left{
        padding: 65px 15px 75px;
    }
    #section-propertylaw .right {
        padding: 75px 15px 65px;
    }
    #section-propertylaw .left:after{
        content: '';
        background: url(images/circleplus-icon.png);
        width: 92px;
        height: 92px;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -45px;
        z-index: 999;
    }
    .li-pad ul li {
        display: flex;
    }
    #section-registernow .row{
        margin-right: 0px;
        margin-left: 0;
    }
    #section-registernow .item {
        margin-bottom: 20px;
    }
    #section-learnmore-twoitem .item {
        margin-bottom: 25px;
    }
    #section-learnmore .learnmore-wrapper .left {
        padding: 43px 25px;
    }
    #section-slider4 .content-left{
        padding: 0px 35px;
    }
    #section-slider4 .content-right {
        padding: 0px 15px;
    }
    .rs-w130 {
        max-width: 100%;
        width: 130px;
    }
    #section-relatedebooks .item.ebook{
        max-width: 100%;
        width: 300px;
        float: none;
        left: 0;
        right: 0;
        margin: 0 auto 30px;
    }

}
@media screen and (max-width: 600px){
    .swipe-bottom-wr .swiper-slide > .text-slider > h2 {
        width: 100%;
    }
    .swipe-bottom-wr .swiper-slide > .text-slider > h2 br {
        display: none;
    }
    .swipe-bottom-wr .swiper-slide > .text-slider .btn {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .margin-top-50.bottom-con {
        margin-top: -20px;
    }
    .bottom-con h1 {
        line-height: 1.2;
        margin-bottom: 10px !important;
        font-size: 30px !important;
    }

}
@media only screen and ( max-width: 520px ){
    #section-investmentstrust .combined-approach ul li {
        padding: 0 10px 10px;
        width: 125px;
    }
    #section-investmentstrust .combined-approach ul li img{
        width: 100%;
        object-fit: cover;
    }
    .section-articlecontent .publish {
        padding: 12px 18px 0px;
    }
}
@media screen and (max-width: 480px){
    .fundamental-mobile{
        display: block;
    }
    .fundamental-desktop{
        display: none;
    }
    #section-education .left h3 {
        line-height: 1;
    }
    #section-testimonial .item h4 {
        font-size: 14px !important;
    }
    .color-head {
        font-size: 22px;
    }
    .rewards-item {
        min-height: 230px;
        margin-bottom: 0px;
    }
    .open_down_div_tablerht{
    text-align: left;
    margin-top: 15px;
    }
    .open_down_div_table tr td{
    width: 100%;
    display: block;
    }

}
@media only screen and (max-width: 420px) {
    .rewards-item {
        min-height: 230px;
        margin-bottom: 50px;
        width: 100%;
    }
}
/* SD CSS */
#slider-wrapper {
    background: #000;
}
ol {
    margin-left: 15px !important;
}
.section-articlecontent .publish {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 35px;
}
.greybg #section-testimonial {
    background: #ececec !important;
}

.benefit-smsf img {
    max-width: 100% !important;
}
div#section-relatedvideo {
    display: none;
}
.list-menu.icon-wr .item:hover {
    opacity: .9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
}
.list-menu.icon-wr {
    background: #ffffff;
    text-align: center;
}


.list-menu.icon-wr .item img {
    height: 35px !important;
}
.list-menu.icon-wr .item h5 {
    margin-top: 10px;
}
.section-bg-after-grey {
    display: block;
}

/**investments**/
.process-model li.active:last-child::before {
    top: 44px;
}
.process-model li:first-child i {
    top: 48px !important;
}

@media only screen and (max-width: 480px) {
    .process-model li.active::after {
        top: 43px;
    }
    .process-model li.active:last-child::before {
        top: 43px !important;
    }
    .process-model li.active:first-child::before {
        top: 43px;
    }
    .process-model li:first-child i {
        top: 48px !important;
    }
    .contact-icons .description p {
        font-size: 14px !important;
        text-align: center;
    }
    .section-articlecontent ul li {
        font-size: 14px;
    }

    #completed-fundcarousel .owl-carousel .owl-item.big.center .item .description .text {
        max-width: 75%;
    }

    #section-footer2 .copyright p {
        font-size: 10px !important;
    }
}


@media only screen and (max-width: 480px) {
    .tab-content .right {
        text-align: left;
    }
}


@media only screen and (max-width: 540px) {
    .seminar-wr .centre-image img {
        max-width: 100px;
    }
    #section-education .right .latest-webinar .tags {
        left: 35px;
    }
}

@media only screen and (max-width: 600px) {
    .process-mobile ul {
        padding: 0 0px !important;
    }
    #section-ourprocess .finance-container .nav.nav-tabs li.active .content {
        padding-top: 0;
        text-align: left;
    }
    #section-ourprocess .tab-ourprocess .tab-content .content ol li {
        text-align: left;
    }
}




@media only screen and (max-width: 767px) {
    .tab-fundamental .tab-content .content .right li span {
        margin-right: 25px !important;
    }
    .process-model li.active::after {
        top: 43px;
    }
    #section-testimonial .item h4 {
        font-size: 14px;
    }

    #section-areasoflaw.section-financialsuccess .item {
        text-align: left;
        margin-bottom: 0;
        width: 100%;
    }
}

@media only screen (min-width: 720px) and (max-width: 991px) {
    #section-learnmore .learnmore-wrapper {
        width: 720px;
    }
    #section-relatedebooks .item.ebook {
        width: 33%;
        float: left;
        min-height: 400px;
    }
    .section-search2 .btn-search2 .btn {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1199px) {
    #section-financialfuture .left img {
        max-width: 30%;
    }
}
.greybg #section-testimonial.white-testimonial {
    background-color: #ececec;
}

.limitedwidth-fa {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* .f-19.fm-uni-r {
    font-size: 14px !important;
    line-height: 20px !important;
} */



/* 04052018 */
.kdrm-header{
    width: 100%;
    max-width: 375px;
}
.center-align{
    float: none;
    margin: 0 auto;
}
.bottom-padding-70{
    padding-bottom: 90px;
}
.float-left{
    float: left;
    width: 100%;
}

#slider-wrapper{
    width: 100%;
}
.nopadding-side{
    padding-right: 0;
    padding-left: 0px;
}
/* --------------------------
	section-property
 -------------------------- */
#section-property{
    width: 100%;
    float: left;
    padding-top: 80px;
    padding-bottom: 185px;
    background: #ececec;
}
#section-property .title {
    margin-bottom: 19px;
}
#section-property .title h2 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
}
.how-it-work{
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;

    -webkit-box-shadow: 5px 5px 26px 0 rgba(0,0,0,0.18);
    box-shadow: 5px 5px 26px 0 rgba(0,0,0,0.18);
}

/* --------------------------
	section-claim-form
 -------------------------- */
#section-claim-form .left-book{
    padding: 20px 40px;
    background-color: #fff;
}
#section-claim-form .equiti-book{
    width: 100%;
}
#section-claim-form .right-area {
    background-color: #ffffff;
    /*height: 254px;*/
    padding: 62px 40px 44px;
}
#section-claim-form .right-area .title-part{
    padding-bottom: 25px;
}
#section-claim-form .right-area h3 {
    font-family: 'UniversLTStd-Bold';
    font-size: 22px;
    line-height: 1.2em;
    color: #382f5e;
    margin-bottom: 5px;
}
#section-claim-form .right-area .form-group .form-control {
    background-color: #ececec;
    border-color: #ececec;
}
@media only screen and ( min-width: 768px ){
    #section-claim-form .right-area .form-group:nth-child(2n + 3){
        padding-left: 0px;
    }
}
#section-claim-form .right-area input {
    border-radius: 0;
    height: 39px;
}
.btn.full-width{
    width: 100%;
}


/* --------------------------
	section-knock-down
 -------------------------- */
#section-knock-down.the-bennefit {
    padding-top: 18px;
    padding-bottom: 80px;
    width: 100%;
    float: left;
}
#section-knock-down .title {
    margin-bottom: 15px;
}
#section-knock-down.the-bennefit h2 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    margin-bottom: 16px;
}
#section-knock-down.the-bennefit .title h2{
    text-align: center;
}
#section-knock-down .item {
    text-align: center;
    margin-bottom: 18px;
}
#section-knock-down .item img {
    max-width: 270px;
    width: 100%;
    margin-bottom: 28px;
}
#section-knock-down p{
    margin-bottom: 18px;
}
#section-knock-down .item p.count span{
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #392f5f;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
}
#section-knock-down .item:nth-child(2) p.count span{
    background: #594f77;
}
#section-knock-down .item:nth-child(3) p.count span{
    background: #8b608f;
}
#section-knock-down .item:nth-child(4) p.count span{
    background: #b78cae;
}
#section-knock-down.the-bennefit h4 {
    font-size: 16px;
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    text-align: center;
    max-width: 220px;
    margin: 0 auto 30px;
}
.kdrb-map{
    width: 50%;
    max-width: 300px;
}
@media only screen and ( min-width: 667px ){
    .kdrb-map{
        width: 100%;
        max-width: 600px;
    }
}
#section-knock-down .rightside{
    padding-top: 30px;
}
@media only screen and ( min-width: 768px ){
    #section-knock-down .rightside{
        padding-left: 55px;
    }
}


/* --------------------------
	section-benefits
 -------------------------- */
#section-benefits{
    padding-top: 84px;
    padding-bottom: 60px;
    background-color: #ececec;
    float: left;
    width: 100%;
}
@media only screen and ( min-width: 992px ){
    #section-benefits .rightside{
        padding-top: 50px;
    }
}
#section-benefits h2 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    margin-bottom: 40px;
}
#section-benefits .title h2{
    text-align: center;
}
#section-benefits h3{
    font-family: 'UniversLTStd-Bold';
    font-size: 27px;
    color: #382f5e;
    margin-bottom: 15px;
}
#section-benefits .item{
    text-align: center;
    margin-bottom: 42px;
}
#section-benefits .item img{
    margin: 0 auto 15px;
    max-width: 80px;
}
#section-benefits .item h4 {
    font-size: 16px;
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    text-align: center;
    max-width: 350px;
    margin: 0 auto 4px;
}
#section-benefits .item p{
    max-width: 240px;
    margin: 0 auto 14px;
    font-size: 14px;
}
#section-benefits .take-care{
    padding-top: 20px;
}
#section-benefits .fullimage{
    width: 100%;
    max-width: 400px;
}
.bg-after-pink.white:after {
    border-left: 50px solid #fff;
}


/* --------------------------
	section-benefits
 -------------------------- */
#section-propertylaw.two-part .left,
#section-propertylaw.two-part .right{
    height: auto;
    padding-bottom: 50px;
}
#section-propertylaw .logo-img{
    max-height: 120px;
    margin-bottom: 32px;
}
#section-propertylaw h3{
    font-size: 18px;
    font-family: 'UniversLTStd-Bold';
    margin-bottom: 22px;
    color: #fff;
}
#section-propertylaw.two-part p{
    margin-bottom: 40px;
}

.bg-after-purple2{
    background-color: #382f5e !important;
}
.bg-after-purple2:after {
    border-left: 50px solid #382f5e !important;
}
#section-propertylaw.two-part{
    background: #382f5e;
    background: -moz-linear-gradient(left, #382f5e 0%, #382f5e 50%, #9f7a98 50%, #9f7a98 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#382f5e), color-stop(50%,#382f5e), color-stop(50%,#9f7a98), color-stop(100%,#9f7a98));
    background: -webkit-linear-gradient(left, #382f5e 0%,#382f5e 50%,#9f7a98 50%,#9f7a98 100%);
    background: -o-linear-gradient(left, #382f5e 0%,#382f5e 50%,#9f7a98 50%,#9f7a98 100%);
    background: -ms-linear-gradient(left, #382f5e 0%,#382f5e 50%,#9f7a98 50%,#9f7a98 100%);

    background: linear-gradient(to right, #382f5e 0%,#382f5e 50%,#9f7a98 50%,#9f7a98 100%);
}
#section-propertylaw.two-part .bg-1-3{
    background-color: #382f5e !important
}


/* --------------------------
	section-benefits
 -------------------------- */
#section-updates{
    padding-top: 85px;
    padding-bottom: 70px;
    float: left;
    width: 100%;
}
#section-updates h2 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    margin-bottom: 10px;
}
.underline{
    position: relative;
    margin-bottom: 25px;
}
.underline:after{
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 1px;
    background: #382f5e;
    display: block;
}
#section-updates .video-item{
    padding-bottom: 30px;
}
#section-updates .fullimage{
    width: 100%;
    max-width: 600px;
}
#section-updates h3{
    font-size: 14px;
    font-weight: 600;
    color: #382f5e;
    margin-bottom: 25px;
}
#section-updates .video-section{
    background-color: #000;
    margin-bottom: 17px;
}
#section-updates .video-section .video-img{
    opacity: 0.6;
}
#section-updates .video-section a{
    position: relative;
    display: block;
}
#section-updates .video-section a:after{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top:50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background: url("images/play-icon2.png");
    background-size: cover;
}


/* --------------------------
	section-contact-footer
 -------------------------- */
#section-contact-footer p.sub-title{
    color: #fff;
    font-size: 18px;
    margin-bottom: 35px;
}


.no-pad-right {
    padding-right: 0 !important;
}


#section-slider2.banner-height-lg {
    height: 544px !important;
}
/* #section-slider2 .right:after {
    height: 190px;
}*/
#section-slider2.banner-height-lg .right::after {
    height: 82px;
}
/* #section-slider2.seminars-slider p {
    font-size: 16px !important;
} */




/* --------------------------
    section-what we do investments
 -------------------------- */
.ban-info {
    max-width: 35%;
}

#section-property.whatinvest-property {
    padding-bottom: 50px;
}

#section-knock-down.the-bennefit.managed-section {
    padding-top: 70px;
}



/* --------------------------
    Grid
 -------------------------- */
.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
    float: left;
}

.col-xs-5th-5 {
    float: left;
    width: 100%;
}

.col-xs-5th-4 {
    width: 80%;
}

.col-xs-5th-3 {
    width: 60%;
}

.col-xs-5th-2 {
    width: 40%;
}

.col-xs-5th-1 {
    width: 20%;
}

.col-xs-5th-pull-5 {
    right: 100%;
}

.col-xs-5th-pull-4 {
    right: 80%;
}

.col-xs-5th-pull-3 {
    right: 60%;
}

.col-xs-5th-pull-2 {
    right: 40%;
}

.col-xs-5th-pull-1 {
    right: 20%;
}

.col-xs-5th-pull-0 {
    right: auto;
}

.col-xs-5th-push-5 {
    left: 100%;
}

.col-xs-5th-push-4 {
    left: 80%;
}

.col-xs-5th-push-3 {
    left: 60%;
}

.col-xs-5th-push-2 {
    left: 40%;
}

.col-xs-5th-push-1 {
    left: 20%;
}

.col-xs-5th-push-0 {
    left: auto;
}

.col-xs-5th-offset-5 {
    margin-left: 100%;
}

.col-xs-5th-offset-4 {
    margin-left: 80%;
}

.col-xs-5th-offset-3 {
    margin-left: 60%;
}

.col-xs-5th-offset-2 {
    margin-left: 40%;
}

.col-xs-5th-offset-1 {
    margin-left: 20%;
}

.col-xs-5th-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
        float: left;
    }

    .col-sm-5th-5 {
        float: left;
        width: 100%;
    }

    .col-sm-5th-4 {
        width: 80%;
    }

    .col-sm-5th-3 {
        width: 60%;
    }

    .col-sm-5th-2 {
        width: 40%;
    }

    .col-sm-5th-1 {
        width: 20%;
    }

    .col-sm-5th-pull-5 {
        right: 100%;
    }

    .col-sm-5th-pull-4 {
        right: 80%;
    }

    .col-sm-5th-pull-3 {
        right: 60%;
    }

    .col-sm-5th-pull-2 {
        right: 40%;
    }

    .col-sm-5th-pull-1 {
        right: 20%;
    }

    .col-sm-5th-pull-0 {
        right: auto;
    }

    .col-sm-5th-push-5 {
        left: 100%;
    }

    .col-sm-5th-push-4 {
        left: 80%;
    }

    .col-sm-5th-push-3 {
        left: 60%;
    }

    .col-sm-5th-push-2 {
        left: 40%;
    }

    .col-sm-5th-push-1 {
        left: 20%;
    }

    .col-sm-5th-push-0 {
        left: auto;
    }

    .col-sm-5th-offset-5 {
        margin-left: 100%;
    }

    .col-sm-5th-offset-4 {
        margin-left: 80%;
    }

    .col-sm-5th-offset-3 {
        margin-left: 60%;
    }

    .col-sm-5th-offset-2 {
        margin-left: 40%;
    }

    .col-sm-5th-offset-1 {
        margin-left: 20%;
    }

    .col-sm-5th-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {

	
    .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
        float: left;
    }

    .col-md-5th-5 {
        float: left;
        width: 100%;
    }

    .col-md-5th-4 {
        width: 80%;
    }

    .col-md-5th-3 {
        width: 60%;
    }

    .col-md-5th-2 {
        width: 40%;
    }

    .col-md-5th-1 {
        width: 20%;
    }

    .col-md-5th-pull-5 {
        right: 100%;
    }

    .col-md-5th-pull-4 {
        right: 80%;
    }

    .col-md-5th-pull-3 {
        right: 60%;
    }

    .col-md-5th-pull-2 {
        right: 40%;
    }

    .col-md-5th-pull-1 {
        right: 20%;
    }

    .col-md-5th-pull-0 {
        right: auto;
    }

    .col-md-5th-push-5 {
        left: 100%;
    }

    .col-md-5th-push-4 {
        left: 80%;
    }

    .col-md-5th-push-3 {
        left: 60%;
    }

    .col-md-5th-push-2 {
        left: 40%;
    }

    .col-md-5th-push-1 {
        left: 20%;
    }

    .col-md-5th-push-0 {
        left: auto;
    }

    .col-md-5th-offset-5 {
        margin-left: 100%;
    }

    .col-md-5th-offset-4 {
        margin-left: 80%;
    }

    .col-md-5th-offset-3 {
        margin-left: 60%;
    }

    .col-md-5th-offset-2 {
        margin-left: 40%;
    }

    .col-md-5th-offset-1 {
        margin-left: 20%;
    }

    .col-md-5th-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 {
        float: left;
    }

    .col-lg-5th-5 {
        float: left;
        width: 100%;
    }

    .col-lg-5th-4 {
        width: 80%;
    }

    .col-lg-5th-3 {
        width: 60%;
    }

    .col-lg-5th-2 {
        width: 40%;
    }

    .col-lg-5th-1 {
        width: 20%;
    }

    .col-lg-5th-pull-5 {
        right: 100%;
    }

    .col-lg-5th-pull-4 {
        right: 80%;
    }

    .col-lg-5th-pull-3 {
        right: 60%;
    }

    .col-lg-5th-pull-2 {
        right: 40%;
    }

    .col-lg-5th-pull-1 {
        right: 20%;
    }

    .col-lg-5th-pull-0 {
        right: auto;
    }

    .col-lg-5th-push-5 {
        left: 100%;
    }

    .col-lg-5th-push-4 {
        left: 80%;
    }

    .col-lg-5th-push-3 {
        left: 60%;
    }

    .col-lg-5th-push-2 {
        left: 40%;
    }

    .col-lg-5th-push-1 {
        left: 20%;
    }

    .col-lg-5th-push-0 {
        left: auto;
    }

    .col-lg-5th-offset-5 {
        margin-left: 100%;
    }

    .col-lg-5th-offset-4 {
        margin-left: 80%;
    }

    .col-lg-5th-offset-3 {
        margin-left: 60%;
    }

    .col-lg-5th-offset-2 {
        margin-left: 40%;
    }

    .col-lg-5th-offset-1 {
        margin-left: 20%;
    }

    .col-lg-5th-offset-0 {
        margin-left: 0%;
    }
}


/* --------------------------
    section-aboutmanaged
 -------------------------- */
#section-aboutmanaged{
    width: 100%;
    float: left;
    padding-top: 57px;
    padding-bottom: 45px;
    position: relative;
    background-color: #ececec;
}
#section-aboutmanaged .title h2{
    font-family: 'UniversLTStd-Bold';
    font-size: 36px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 20px;
    line-height: 45px;
}
#section-aboutmanaged .title p{
    font-family: 'UniversLTStd';
    font-size: 18px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 30px;
}
#section-aboutmanaged .title h4{
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
    text-align: center;
}
#section-aboutmanaged img.how-it-work {
    margin: 10px 0 20px;
}


/* --------------------------
    section-current and complete fund
 -------------------------- */
#section-funds{
    width: 100%;
    float: left;
    padding-top: 57px;
    padding-bottom: 45px;
    position: relative;
    background-color: #fff;
}

#section-funds .title h2 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    text-align: center;
    margin-bottom: 25px;
}

#section-funds .item .wrapper{
    background: #ffffff;
    padding: 35px 29px;
    margin-bottom: 20px;
}
#section-funds .item h3{
    font-family: 'UniversLTStd-Bold';
    font-size: 20px;
    color: #382f5e;
    line-height: 26px;
    margin-bottom: 10px;
}
#section-funds .item h4{
    font-family: 'UniversLTStd-Light';
    font-size: 20px;
    color: #382f5e;
    margin-bottom: 19px;
}

.fund-currentList {
    display: block;
    margin-bottom: 30px;
}
.fund-currentList {
    display: block;
    margin-bottom: 34px;
    text-align: left;

}
.fund-currentList-col {
    display: block;
    margin-bottom: 34px;
    padding-bottom: 34px;
    border-bottom: #382F5E solid 1px;
}
.fund-currentList-col:last-child {
    border-bottom: none;
}
.fund-currentList-col .lft-col {
    float: left;
    margin-right: 35px;
}
.fund-currentList-col .lft-col img {
    max-width: 100%;
    width: 430px;
}
.fund-currentList-col .rgt-col {
    margin-top: 14px;
    overflow: hidden;
}
.fund-currentList-col .rgt-col h3 {
    margin: 0 0 26px;
    font-family: 'UniversLTStd-Bold';
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 24px;
    color: #382F5E;
}
.fund-currentList-col .rgt-col p {
    margin: 0 0 36px;
    font-family: 'UniversLTStd';
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 22px;
    color: #545454;
}
.btn-area {
    display: block;
}
.btn-area .btn {
    display: inline-block;
    margin: 0 15px 15px 0;
}
.btn-area .btn:last-child {
    margin-right: 0;
}

.btn-video img {
    display: inline-block;
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}
.btn-video:hover img {
    transform: translate3d(0rem, -5px, 0px);
    -webkit-transform: translate3d(0rem, 0, 0);
}
a.video span:before{
    content: "\f16a";
    font-family: 'fontawesome';
    margin-right: 10px;
    position: absolute;
    font-size: 19px;
    left: -30px;
    top: -2px;
}


.info-col {
    overflow: hidden;
}
.price-box {
    width: 190px;
    float: right;
    margin: 0 0 0 30px;
}
.grey-box {
    display: block;
    padding: 20px 0;
    margin: 0 0 10px;
    background: #ECECEC;
    font-family: 'UniversLTStd';
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    color: #382F5E;
}
.grey-box span {
    display: block;
    margin: 0;
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    color: #382F5E;
}
.gold-box {
    display: block;
    padding: 14px 0;
    background: #D0AC55;
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
}




.line {
    height: 1px;
    background: #382F5E;
    padding: 0;
    margin: 20px 0;
}

/* --------------------------
    section-completed fund
 -------------------------- */
.fund-completedList {
    margin-bottom: 40px;
}
.fund-completedList .fund-completedList-col {
    display: block;
    margin: 0 0 20px;
    background: #ECECEC;
}
.fund-completedList-col .pic-box {
    position: relative;
    z-index: 0;
    float: left;
    margin: 0 30px 0 0;
}
.fund-completedList-col .pic-box img {
    max-width: 100%;
    width:350px;
}
.pic-box .pic-marker {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    padding: 6px 12px 4px;
    background: #D0AC55;
    font-family: 'UniversLTStd-Bold';
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    color: #fff;
}

.fund-completedList-col .contentinfo-area {
    padding: 42px 30px 10px;
    font-family: 'UniversLTStd';
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 22px;
    color: #545454;
}
.fund-completedList-col .contentinfo-area h3 {
    margin: 0 0 10px;
    font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 24px;
    color: #382F5E;
}
.fund-completedList-col .contentinfo-area p {
    margin: 0 0 15px;
    font-family: 'UniversLTStd';
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 22px;
    color: #545454;
}
.fund-completedList-col .contentinfo-area p:last-child {
    margin-bottom: 0;
}
.fund-completedList-col .contentinfo-area p.highlight {
    color: #382F5E;
    margin-bottom: 5px;
    font-style: italic;
}



/* --------------------------
    section-how it works
 -------------------------- */
#section-howwork{
    padding-top: 84px;
    padding-bottom: 60px;
    background-color: #ececec;
    float: left;
    width: 100%;
}
@media only screen and ( min-width: 992px ){
    #section-howwork .rightside{
        padding-top: 50px;
    }
}
#section-howwork h2 {
    font-family: 'UniversLTStd-Bold';
    font-size: 33px;
    color: #382f5e;
    line-height: normal;
    margin-bottom: 45px;
}
#section-howwork p {
    font-size: 18px;
    line-height: 26px;
}
#section-howwork .title h2{
    text-align: center;
}
#section-howwork h3{
    font-family: 'UniversLTStd-Bold';
    font-size: 27px;
    color: #382f5e;
    margin-bottom: 15px;
}

.work-list {
    width: 100%;
    display: table;
    margin-bottom: 15px;
}
.work-list .item {
    margin-bottom: 14px;
    background: #fff;
}
.work-list .lft-sideBox {
    width: 140px;
    display: table-cell;
    margin: 0 45px 12px 0;
    padding: 12px 0;
    vertical-align: middle;
    background: #382F5E;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.work-list .rgt-sideBox {
    display: table-cell;
    padding: 12px 44px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #382F5E;
}
.work-list .rgt-sideBox p {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #382F5E;
}
.work-list .rgt-sideBox p:last-child {
    margin-bottom: 0;
}
#section-aboutmanaged p.c-grey {
    font-size: 18px;
    line-height: 26px;
}



.dropdownArea {
    margin-top: -12px;
}





/* ------------------------------
    section - tab - how we work
 -------------------------------- */

/* TAB STEP Menu*/
#section-howworktab .tab-howworktab ul.nav-tabs{
    border-bottom: none;
    background: #000;
}
#section-howworktab .tab-howworktab ul.nav-tabs li{
    width: 20%;
    text-align: center;
}
#section-howworktab .tab-howworktab .nav-tabs>li.active>a,
#section-howworktab .tab-howworktab .nav-tabs>li.active>a:focus,
#section-howworktab .tab-howworktab .nav-tabs>li.active>a:hover,
#section-howworktab .tab-howworktab ul.nav-tabs li a:hover,
#section-howworktab .tab-howworktab ul.nav-tabs li a:focus,
#section-howworktab .tab-howworktab ul.nav-tabs li a:active{
    background:  unset !important;
    background-color:  unset !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-howworktab .tab-howworktab ul.nav-tabs li:hover{
    opacity:0.95;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform:translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
}
#section-howworktab .tab-howworktab ul.nav-tabs li h4{
    font-family: 'UniversLTStd-Light';
    font-size: 22px;
    color: #ffffff;
}
#section-howworktab .tab-howworktab ul.nav-tabs li h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 17px;
    color: #ffffff;
}
#section-howworktab .tab-howworktab ul.nav-tabs li a{
    padding: 18px 15px 63px;
    border: none;
    border-radius: 0;
    position: initial;
    cursor: default !important;
}
#section-howworktab .tab-howworktab ul.nav-tabs li a[aria-expanded=true]:after{
    content: "\f056";
    font-family: 'fontawesome';
    color: #ffffff;
    font-size: 26px;
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    cursor: pointer;
}
#section-howworktab .tab-howworktab ul.nav-tabs li a:after{
    content: "\f055";
    font-family: 'fontawesome';
    color: #ffffff;
    font-size: 26px;
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
}
/* Tab Step Content */
#section-howworktab .tab-howworktab .tab-content .content{
    padding: 46px 15px;
    width: 790px;
    left: 0;
    right: 0;
    margin: 0 auto;
    float: none;
    position: relative;
}
#section-howworktab .tab-howworktab .tab-content .content h3{
    font-family: 'UniversLTStd';
    color: #ffffff;
    font-size: 22px;
}
#section-howworktab .tab-howworktab .tab-content .content p{
    font-family: 'UniversLTStd';
    color: #ffffff;
    font-size: 14px;
}
#section-howworktab .tab-howworktab .tab-content .content ol li{
    font-family: 'UniversLTStd';
    color: #ffffff;
    font-size: 14px;

}
#section-howworktab .tab-howworktab .tab-content .content ol li span{
    width: 30px !important;
    display: inline-block;
}


/**
 * 6.36 Section Meet Our People
 */
#section-howworktab .tab-howworktab.meet-ourpeople{
    background: #ffffff;
}
#section-howworktab .tab-howworktab.meet-ourpeople ul.nav-tabs li{
    width: /*16.66666667%*/ 25%;
}
#section-howworktab .tab-howworktab.meet-ourpeople ul.nav-tabs li .wrapper{
    cursor: pointer !important;
    background: #000;
}
#section-howworktab .tab-howworktab.meet-ourpeople ul.nav-tabs li .wrapper:after{
    content: ' ';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.30);
    position: absolute;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}
#section-howworktab .tab-howworktab.meet-ourpeople ul.nav-tabs li.active .wrapper:after{
    background: rgba(159, 122, 152, 0.60);
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}
#section-howworktab .tab-howworktab.meet-ourpeople ul.nav-tabs li .wrapper:hover:after{
    background: rgba(159, 122, 152, 0.60);
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}
#section-howworktab .tab-howworktab.meet-ourpeople ul.nav-tabs li a {
    padding: 0;
    margin-right: 0;
    z-index: 999;
    background: transparent;
    cursor: default;
}
#section-howworktab .tab-howworktab.meet-ourpeople ul.nav-tabs li a .description{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: 0 auto;
    z-index: 999;
}
#section-howworktab .tab-howworktab.meet-ourpeople ul.nav-tabs li a img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
#section-howworktab .tab-howworktab.meet-ourpeople ul.nav-tabs li a .description h5{
    font-family: 'UniversLTStd-Bold';
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0px;
}
#section-howworktab .tab-howworktab.meet-ourpeople ul.nav-tabs li a .description p{
    font-family: 'UniversLTStd-Bold';
    font-size: 12px;
    color: #ffffff;
}
#section-howworktab .tab-howworktab.meet-ourpeople ul.nav-tabs li.active .description{
    display: none;
}
#section-howworktab .tab-howworktab.meet-ourpeople ul.nav-tabs li a:after{
    display: none;
}
#section-howworktab .tab-howworktab.meet-ourpeople ul.nav-tabs li a[aria-expanded=true]:after {
    content: "\f0d8";
    font-family: 'fontawesome';
    color: #ffffff;
    font-size: 75px;
    position: absolute;
    bottom: -42px;
    left: 0;
    right: 0;
    cursor: pointer;
    display: block;
}

#section-howworktab .tab-howworktab.meet-ourpeople .tab-content .content {
    width: 800px;
}
#section-howworktab .tab-howworktab.meet-ourpeople .tab-content .content h3{
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    font-size: 21px;
    margin-bottom: 5px;
}
#section-howworktab .tab-howworktab.meet-ourpeople .tab-content .content h5{
    font-family: 'UniversLTStd';
    color: #382f5e;
    font-size: 16px;
    margin-bottom: 15px;
}
#section-howworktab .tab-howworktab.meet-ourpeople .tab-content .content p{
    font-family: 'UniversLTStd';
    color: #6f6f6f;
    font-size: 16px;
}


/*----15-06-2016-------*/

.img-tab-inner-content{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 46px 15px;
    width: auto !important;
}

.img-tab-inner-content h2{
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    font-size: 21px;
    margin-bottom: 5px;
}


.img-tab-inner-content h5 {
    font-family: 'UniversLTStd';
    color: #382f5e;
    font-size: 16px;
    margin-bottom: 15px;
}

.img-tab-inner-content p{
    font-family: 'UniversLTStd';
    color: #6f6f6f;
    font-size: 16px;
    padding-top: 10px;
}

.img-tab-inner-content h6 {
    font-family: 'UniversLTStd';
    color: #382f5e;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
    padding-bottom: 0;
}
#section-howworktab #myTab li {
    max-height: 300px;
    overflow: hidden;
}
#section-howworktab #myTab li img {
    margin-top: -7%;
}
/*.howworktab-mobile li {
    max-width: 235px;
    display: inline-block;
    float: none;
}
.howworktab-mobile {
    text-align: center;
}
.howworktab-tablet li {
    max-height: 265px;
    overflow: hidden;
}*/

#section-slider2.invest-slider .right{
    background: #fff; text-align: center;
}
@media only screen and ( min-width: 1450px ){
    #section-slider2.invest-slider .right img{
        width: auto;
        object-fit: initial;

    }
    #section-howworktab #myTab li {
        max-height: 350px;
        overflow: hidden;
    }
    #section-howworktab #myTab li img {
    margin-top: -13%;
}
}

/*======= westmead style start =========*/
.top-header-strip
{
  color: #fefefe;
  font-family: 'UniversLTStd-Bold';
  font-size: 18px;
  background-color: #d1ae56;
  padding: 10px 16px 5px 16px;
  display: inline-block;
  margin-bottom: 30px;
}
.westmead-top-banner h1
{
  font-size: 46px;
  line-height: 52px;
}
.westmead-top-banner h5
{
  font-family: 'UniversLTStd-Bold';
  color: #fff;
  line-height: 19px;
  font-size: 19px;
  margin-top: 20px;
}
.westmead-top-banner p
{
  font-family: 'UniversLTStd';
  color: #fff;
}
.westmade-second-text p
{
  color: #545454 !important;
  margin-bottom: 0px;
}
.westmade-section-two
{
  padding-bottom: 60px !important;
}
.bg-after-whitecolor
{
  background-color: #ffffff !important;
}
.bg-after-whitecolor:after {
    border-left: 50px solid #ffffff !important;
}
.bg-after-white:after {
    border-top: 40px solid #ececec;
}
.width70
{
  width: 75%;
}
.width20
{
  width: 20%;
}
.width15
{
  width: 15%;
}
.westmade-section-three
{
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.westmade-area-slide img
{
  max-width: 100% !important;
}
.westmade-area-slide h4
{
  margin-bottom: 10px !important;
}
.westmade-area-slide p
{
  font-size: 14px !important;
}
.westmade-exp-slide p{
  max-width: 100% !important;
}
.bg-white-strip
{
  background-color: #ffffff !important;
}
.bg-color-white
{
  background-color: #eeeeee !important;
}
.bg-color-white:after
{
  border-left: 55px solid #ececec;
}
.bg-color-white:after
{
  border-bottom: 40px solid #ffffff;
}
.westmade-inv-section h2 a
{
  color: #382f5e;
}
.westmade-inv-section h2 a:hover
{
  color: #9f7a98;
}
/*======= seminar new page bk form structure style start =========*/
 .open_down_div{
        width: 60%;
        clear: both;
        margin: auto;
        padding: 50px 0;
    }
    .open_down_div h2{
            font-size: 28px;
            line-height: 29px;
            color: #382f5e;
            font-weight: bold;
            text-align: center;
            margin-bottom: 30px;
            text-align: center;
    }
    .open_down_div input, .open_down_div select{
        width: 100%;
        height: 40px;
        padding: 10px;
        background: #ffffff;
        box-shadow: inherit;
        border: 0px;
		border-radius: 0px;
        margin-bottom: 10px;
    }

.open_down_div select{
    background: url(/equiti-web/public/images/select-down-arrow.png) no-repeat 98% #fff;
    -webkit-appearance: none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.open_down_div .bv-form .form-group {
    margin-bottom: 9px;
}

    .open_down_div_table strong{
        font-size: 16px;
        line-height: 22px;
        color: #382f5e;
        display: block;
        margin: 5px 0;
    }
    .open_down_div_table p{
        font-size: 16px;
        line-height: 22px;
        color: #545454;
        margin: 5px 0;
    }
    .open_down_div_table .open_down_div_tablerht{
        text-align: right;
    }
    .open_down_div_tablerht a{
        background-color: #ffffff;
        border: 1px solid #372f5d;
        font-size: 14px;
        color: #4f4f4f;
        font-weight: bold;
        text-align: center;
        padding: 10px 20px;
        width: 156px;
        display: inline-block;
        /* float: right; */
        margin-top: 5px;
    }
    .open_down_div_table tr td{
        width: 50%;
    }
    input[type="submit"].book_tickets{
        background-color: #9f7997;
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        padding: 10px 20px;
        display: block;
        text-align: center;
        width: 206px;
        height: 43px;
        margin: auto;
    }
    .open_down_div_table{
        margin: 30px 0;
        width: 100%;
    }
	.open_down_div_tablelft #totdvid {
		margin: 20px 0;
		padding: 10px 0;
		color: #382f5e;
		font-weight: bold;
		font-size: 16px;
	}
    .register_detail_sec{
        width: 80%;
        clear: both;
        margin: auto;
        padding: 50px 0 64px;
    }
    .register_detail_sec h2{
        font-size: 28px;
        line-height: 29px;
        color: #382f5e;
        font-weight: bold;
        text-align: center;
        margin: 20px 0;
    }
    .register_detail_sec p{
        font-size: 18px;
        line-height: 26px;
        color: #545454;
        text-align: center;
        width: 60%;
        margin: auto;
    }
    .register_detail_sec table{
        padding: 30px;
        background: #e2e2e2;
        display: block;
        margin: 50px 0;
    }
    .register_detail_sec table tr td{
        width: 50%;
    }
    .register_detail_sec table h4{
        font-size: 18px;
        line-height: 26px;
        color: #382f5e;
        font-weight: bold;
        margin-bottom: 30px;
    }
	.register_detail_sec table p{
        font-size: 15px;
        font-weight: normal;
        line-height: 26px;
        color: #545454;
        text-align: left;
        width: 100%;
        margin: 5px 0;
    }
    .register_detail_sec table p span{
        color: #545454;
        font-weight: 600;
        width: 173px;
        display: inline-block;
    }
    .register_detail_sec h6{
        font-size: 19px;
        line-height: 29px;
        color: #382f5e;
        font-weight: bold;
        text-align: center;
    }
    #section-registernow .item:hover {
        background: #eeeeee !important;
    }

    .form-group.has-feedback.has-error input, .form-group.has-feedback.has-error select {
    border: #f00 solid 1px;
    }
/*======= seminar new page bk form structure style end =========*/
@media(max-width:767px){
  #section-slider2.westmade-banner-height-sm
  {
    height: auto !important;
  }
  .westmead-top-banner-sm
  {
    padding: 30px 15px !important;
  }
  .westmead-top-banner-sm h1
  {
    line-height: 38px;
    font-size: 25px !important;
  }
  .westmead-top-banner-sm h5
  {
    margin-top: 5px;
  }
  .westmead-top-banner-sm .top-header-strip
  {
    margin-bottom: 10px;
  }
  .open_down_div{
    width: 90%;
    }
    .register_detail_sec table h4{
    margin-bottom: 20px;
    }
    .register_detail_sec table tr td{
    width: 100%;
    display: block;
    }
    .register_detail_sec table tr td:last-child{
    border-top: 1px solid #ffffff;
    margin-top: 15px;
    padding-top: 15px;
    }
    .register_detail_sec h2, .open_down_div h2{
    font-size: 25px;
    }

}
/* Contact price range style */
:root{
  font-family: 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 14px;
  background-color: #FFF;
  --gray: #DFE6EB;
  --darkgray: #6F7981;
  --almostwhite: #F9F9F9;
  --dark: #22292E;
  --radius: .5rem;
}
input[type="range"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  vertical-align: middle;
  margin-bottom: .75rem;
}
::-moz-range-track { background: transparent; border: 0}
input[type="range"]::-webkit-slider-thumb{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  border: 0;
  transition: background-color .1s;
}
input[type="range"]::-moz-range-thumb{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  border: 0;
  transition: background-color .1s;
}
input[type="range"]::-ms-thumb{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  border: 0;
  transition: background-color .1s;
}
.range-value{text-align:center; background-color: var(--almostwhite); color: var(--dark); padding: .5rem; display:inline-block; border-radius: var(--radius);}
.range-label
{
  display:inline-block;
  float: left;
  width: 130px;
  color: #fff;
  font-weight: bold !important;
  line-height: 34px;
  margin-bottom: 0px;
}
.rounded-range{border-radius: var(--radius);}
.inline-range
{
  overflow:hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
.inline-range .large-range
{
  width: calc(100% - 205px);
  float:left;
  margin-top:0px;
  margin-bottom:0;
}
.inline-range .range-value{
  border-radius:0;
  display: inline-block;
  width:75px !important;
  height: 34px;
  line-height: 37px;
  padding: 0px 0px 0px 10px;
  text-align: left;
  background-color:transparent;
}
.inline-range .large-range+.range-value
{
  margin-top:0px;
  color: #fff;
}
.large-range
{
  width:100%;
  height:34px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: none !important;
}
.large-range::-webkit-slider-thumb{width: 17px; height: 17px; border-radius:50%;}
.large-range::-moz-range-thumb{width: 17px; height: 17px; border-radius:50%;}
.large-range::-ms-thumb{width: 17px; height: 17px; border-radius:50%;}
/* range styles */
.primary-range{background: var(--gray);}
.primary-range::-webkit-slider-thumb{background-color: #fff;}
.primary-range::-webkit-slider-thumb:hover{background-color: #6a6192;}
.primary-range::-moz-range-thumb{background-color: #fff;}
.primary-range::-moz-range-thumb:hover{background-color: #6a6192;}
.primary-range::-ms-thumb{background-color: #fff;}
.primary-range::-ms-thumb:hover{background-color: #6a6192;}
.side-btn-arrow a:hover span img
{
  transform: rotate(0) !important;
}
.down-btn-arrow a:hover span img
{
  transform: rotate(90deg) !important;
}
/* /.Contact price range style */
.mb-40
{
  margin-bottom: 40px;
}
.mb-10
{
  margin-bottom: 10px;
}
.common-heading
{
  font-family: 'UniversLTStd-Bold';
    font-size: 18px;
    color: #382f5e;
    margin-bottom: 8px;
    text-align: center;
}
.sub-text
{
  font-size: 15px;
}
.sub-banner-head
{
  color: #9f7a98 !important;
  font-size: 26px !important;
  font-family: 'UniversLTStd-Bold' !important;
}
.display-table
{
  display: table;
  float: left;
  vertical-align: middle;
  width: 100%;
}
.display-table-cell
{
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.fill-form-text h2{
  font-family: 'UniversLTStd-Bold';
  font-size: 25px;
  color: #382f5e;
  margin-bottom: 10px;
  line-height: 34px;
}
.account-banner-style
{
  line-height: 45px;
}
@media only screen and ( max-width: 767px ){
  .display-table
  {
    display: block;
    float: left;
    vertical-align: middle;
    width: 100%;
  }
  .display-table-cell
  {
    display: block;
    vertical-align: middle;
    float: left;
    text-align: center;
    padding: 0px;
  }
  .display-table-cell img{
    display: inline-block;
    margin-bottom: 20px;
  }
  .account-block-section .item{
    width: 100% !important;
  }
}
/*======= westmead style end =========*/









/* FSG PAGE */
.equiti-financial-services {
    background: #ececec;
    padding: 30px 0;
    float: left;
    width: 100%;
}
.equiti-financial-services-inner-box {
    display: inline-block;
    vertical-align: middle;
}
.info-cont {
    padding: 30px;
}
.info-cont h3 {
    font-family: 'UniversLTStd-Bold';
    color: #382f5e;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 30px;
}
.equiti-financial-services  .content {
    max-width: 920px;
    left: 0;
    right: 0;
    margin: 0 auto;
    float: none;
}
/* .equiti-financial-services .btn.active, 
.equiti-financial-services .btn:active {
    border: 2px solid #b78cae !important;
} */
.section-bg-after-white--gray {
    background: #ececec;
}
.section-bg-after-white--gray .bg-after-grey11:after {
    border-top-color: #ececec;
}


@media only screen and ( max-width: 1150px ){
.swipe-bottom-wr {
    width: 100%;
}
.mid-title h2 br{display:none;}
}

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


	#section-slider2.banner-height-lg.slider-logan {height:auto !important;}

	.slider-logan .bottom-con h1 {margin-bottom:0 !important;}


	

    .equiti-financial-services-inner {
        text-align: center;
    }
    .equiti-financial-services-inner-box {
        display: block;
    }
}

.seo-content{padding: 48px 24px;}
.seo-content h1, .seo-content h2{
    padding:12px 0;
}
.seo-content h1{
    font-size:32px;
}
.seo-content h2{
    font-size:24px;
}
.seo-content b, strong {
    font-weight: 400 !important;
}
.seo-content ul{
    padding:12px 0 12px 24px;
}
.seo-content ul li::before {content: "•"; color: #382f5e; padding-right:12px;}
