/*

1 Reset Css #res
2 Font Face #face 
3 Inputs #input
4 Global Styles #glob
5 Wrappers #wrap
6 Custom CSS #custom
7 Media Query #media

*/


/*================================= 1 Reset Css ( #res ) =================================*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #006db7;
    transition: all 0.5s ease 0s;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ababab;
    margin: 50px auto;
    padding: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
}

.ie8 img {
    height: auto;
    width: auto\9;
}

.ie8 img.size-large {
    max-width: 60%;
    width: auto;
}

:hover {
    transition: all 0.5s ease 0s;
}

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

li {
    list-style: none;
}

#wp-toolbar ul:after {
    content: none;
}

.last_li,
.last {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.first_li,
.first {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.clearfix:after,
ul:after,
ol:after,
.full_row:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.approach-content p {
    font-size: 17px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    margin: 0 auto !important;
    color: #3d454b !important;
    max-width: 100% !important;
    margin-bottom: 30px !important;
    text-align: left;
}


/*================================= 2 Font Face ( #face ) =================================*/


/* TypoGraphy */


/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Shadows Into Light Two', cursive;
font-family: 'Oswald', sans-serif;

font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Libre Baskerville', serif;
*/


/*================================= 3  Inputs ( #input ) =================================*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-webkit-input-placeholder {
    color: #343434;
    font-style: normal;
}

:-moz-placeholder {
    color: #343434;
    font-style: normal;
}

::-moz-placeholder {
    color: #343434;
    font-style: normal;
}

:-ms-input-placeholder {
    color: #343434;
    font-style: normal;
}

button::-moz-focus-inner {
    border: 0;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=submit] {
    padding: 12px 20px;
    background: #29365b;
    font-weight: normal;
    color: #fff;
    display: block;
    margin: 0 auto;
    border: 1px solid transparent !important;
}

input[type=submit],
input[type=button] {
    cursor: pointer;
    border: 0;
}

input:focus {
    outline: none;
}

body textarea {
    resize: none;
    height: 270px;
    font-size: 14px;
    font-style: italic;
    color: #656565;
    line-height: 31px;
    padding: 15px 0 0 25px;
    border-color: #b7b7b7;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="number"],
textarea {
    background: #f8f7f7;
    border: 1px solid #d6d5d2;
    border-radius: 0;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
    background: #f3f3f3;
}

form label {
    color: #006db7;
    font-size: 16px;
    display: block;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.form_row {
    padding-bottom: 25px;
}

.form_row.msg_row {
    padding-bottom: 10px;
}

.form_row.submitrow {
    padding-bottom: 0;
}

.form-control:focus {
    box-shadow: 0 0 0 0.05rem rgba(29, 54, 101, 0.50);
    border-color: #1d3665;
}

textarea:focus {
    box-shadow: 0 0 0 0.05rem rgba(29, 54, 101, 0.50);
    border-color: #1d3665;
}

input:required {
    box-shadow: none;
}


/*input:required:focus{background-color: rgba(223, 73, 73, 0.2); border: 1px solid #df4949; box-shadow:none} */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*================================= 4 Global Styles (#glob) =================================*/


/* Gobal #GAB */

.x:before {
    position: absolute;
    content: '';
}


/* Vertical Middle */

.x:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.x {
    display: inline-block;
    vertical-align: middle;
}


/* HR Rules */

hr {}


/* Image Alignment */

.alignnone,
a img.alignnone {
    margin: 5px 0 50px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 60px auto;
}

.alignright,
a img.alignright {
    float: right;
    margin: 5px 0 60px 60px;
}

.alignleft,
a img.alignleft {
    float: left;
    margin: 5px 60px 60px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p,
.content_row ul li,
.content_row ol li {
    color: #343434;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

p.intro {
    color: #666;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 20px;
}

p a {
    color: #006db7;
    font-weight: bold;
}

p strong {
    font-weight: 900;
}

p em {
    font-style: italic;
}

p a:hover {
    text-decoration: underline;
}

.content_row ul,
.content_row ol {
    padding-bottom: 10px;
}

.content_row ul li,
.content_row ol li {
    margin-bottom: 5px;
    position: relative;
    color: #343434;
}

.content_row ul li {
    padding-left: 20px;
}

.content_row ul li:before {
    color: #444444;
    content: "•";
    font-weight: bold;
    left: 0;
    position: absolute;
    font-size: 6px;
}

.content_row ul ul,
.content_row ol ul,
.content_row ol ol {
    padding: 5px 0;
}

.content_row ol {
    counter-reset: section;
}

.content_row ol li {
    padding-left: 40px;
}

.content_row ol>li:before {
    color: #343434;
    content: counter(section, decimal) ".";
    counter-increment: section;
    padding-right: 5px;
    font-size: 18px;
    position: absolute;
    left: 0;
}

.content_row ol ul li {
    padding-left: 20px;
}

.content_row ol ol li {
    list-style: lower-alpha outside;
    padding-left: 30px;
    margin-left: 20px;
}

.content_row ol ol li:before {
    content: none;
}

.content_row ol ol li {
    padding-left: 10px;
}

a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

.visible_tab {
    display: none;
}

@font-face {
    font-family: baskerville;
    src: url(../font/BaskervilleBoldItalicBT.ttf);
}

.strat-padding {
    padding-bottom: 6px;
}


/* ================================= 5 Wrappers #wrap ================================= */

body {
    background: #f6f6f6;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    color: #343434;
}

.container {
    max-width: 1203px;
    width: 100%;
}

.full_row {
    width: 100%;
    float: none;
    margin: 0 auto;
}

.small_container {
    max-width: 930px;
    margin: 0 auto;
    float: none;
    padding: 0 15px;
}

.site_full {
    max-width: 1980px;
    margin: 0 auto;
    position: relative;
}

.btn {
    color: #161616;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 2px solid #191918;
    font-weight: 600;
    border-radius: 0;
}

.btn:hover {
    color: #6c8766;
    border: 2px solid #6c8766;
}


/* ================================= 6 Custom CSS #custome ================================= */


/* sticky */

.sticky .logo_col img {
    max-width: 150px;
    transition: all 0.5s ease 0s;
}

header.sticky {
    border-top: none;
    transition: all 0.5s ease 0s;
}

.sticky .col-md-4.logo_col {
    padding: 5px;
}

.sticky .nav_cover {
    margin-bottom: 12px;
}


/* header */

header.nav_down,
header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #ffffff;
    /*border-top: 6px solid #647f5e;*/
    transition: all 0.5s ease 0s;
}

.top_nav .row {
    align-items: flex-end;
}

.top_nav .logo_col a {
    display: inline-block;
}

.nav_down .logo_col img,
.logo_col img {
    max-width: 205px;
}

.nav_down .col-md-4.logo_col,
.col-md-4.logo_col {
    padding: 15px;
    transition: all 0.5s ease 0s;
}

.nav_down .nav_cover,
.nav_cover {
    text-align: right;
    margin-bottom: 20px;
    transition: all 0.5s ease 0s;
}

.nav_cover ul li {
    display: inline-block;
}

.nav_cover ul li a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 13px 25px;
    color: #22365b;
    transition: all 0.5s ease 0s;
    display: inline-block;
    border: 1px solid transparent;
}

.nav_cover ul li a:hover {
    border: 1px solid #a6bd9c;
}

.nav_cover .active_nav a {
    border: 1px solid #a6bd9c;
}


/* mo_menu */

.mo-menu {
    display: none;
}

.mm-menu {
    background-color: #22365b;
}

.mm-listview>li>a:hover {
    color: #a9f0f5;
}

.mo_logo img {
    max-width: 100px;
}

.mo-menu {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 3px 8px;
}

.mo-menu ul li {
    display: inline-block;
}

.mo-menu ul li:last-child {
    float: right;
}

.mo-menu ul li a.carapace_mo_menu {
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    position: relative;
    padding-top: 28px;
    font-weight: 600;
    color: #22365b;
}

.mo-menu ul li a.carapace_mo_menu:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 11px;
    border-top: 4px solid #22365b;
    border-bottom: 4px solid #22365b;
    top: 4px;
    right: 0;
    transition: all 0.5s ease 0s;
}

.mo-menu ul li a.carapace_mo_menu::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 14px;
    border-top: 4px solid #22365b;
    top: 18px;
    right: 0;
    transition: all 0.5s ease 0s;
}

.mm-opened .mo-menu ul li a.carapace_mo_menu {
    color: transparent;
}

.mm-opened .mo-menu ul li a.carapace_mo_menu::after {
    width: 40px;
    border-bottom: none;
    transform: rotate(45deg);
    top: 16px;
    height: 14px;
}

.mm-opened .mo-menu ul li a.carapace_mo_menu::before {
    width: 40px;
    transform: rotate(-45deg);
    top: 16px;
    right: -6px;
}


/*.main_page{padding-top: 116px;}*/

.main_page {
    padding-top: 110px;
}


/* hero_band */

.hero_band {
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.hero_band .hero_text {
    padding: 120px 15px 130px;
    max-width: 1580px;
    margin: 0 auto;
}

.hero_band .hero_text h1,
.hero_band .title_txt h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.025em;
    font-weight: 700;
    /* text-transform: uppercase; */
    color: #ffffff;
}

.hero_band .title_txt {
    padding: 80px 15px;
    max-width: 1580px;
    margin: 0 auto;
}


/* advisor */

.advisor {
    background-image: url(../img/sec2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 90px 0 115px;
}

.advisor h2 {
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 0.6em;
    color: #0e6576;
    font-weight: 600;
}

.advisor .technical {
    /*background-color: #042139;*/
    background-color: #1e3764;
    max-width: 1085px;
    padding: 30px 180px;
    margin: 0 auto;
    position: relative;
}

.advisor .technical::after {
    content: '';
    position: absolute;
    border: 1px solid #afc1c7;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.advisor h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 42px;
    color: #ffffff;
}

.advisor p {
    font-size: 19px;
    line-height: 27px;
    font-weight: 500;
    max-width: 900px;
    margin: 0 auto;
    color: #3d454b;
    margin-top: 45px;
}


/* approach */

.approach {
    background-color: #042139;
}

.approach .our_approach {
    background-image: url('../img/w1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.approach .meet_team {
    background-image: url('../img/w2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.approach .our_strategies {
    background-image: url('../img/w3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.approach .approach_txt {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 60px 28px;
    text-align: center;
    color: #042139;
}

.approach h4 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
}

.approach p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}

.approach a {
    font-size: 14px;
    line-height: 14px;
    color: #161616;
    text-transform: uppercase;
    padding: 13px 40px;
}


/* qoute */

.qoute {
    background-image: url(../img/w4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 175px 0 90px;
}

.qoute h5 {
    font-size: 44px;
    line-height: 48px;
    font-weight: 600;
    font-family: baskerville;
    color: #ffffff;
    margin: 0 auto;
}

.qoute .btn {
    padding: 15px 60px;
    margin-top: 60px;
}


/* footer */

.footer_nav {
    padding: 45px 15px 0px;
}

footer .container,
.top_nav .container {
    max-width: 1580px;
}


/* .footer_nav .col-md-12{border-bottom: 1px solid #22365b;padding: 0;} */

.footer_nav .col-md-12 {
    position: relative;
}

.footer_nav .footer-menu-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 30px);
    border-bottom: 1px solid #22365b;
    right: 0;
    margin: 0 auto;
}

.footer_nav ul {
    display: inline-block;
}

.footer_nav ul li {
    display: inline-block;
}

.footer_nav ul li:first-child a {
    padding-left: 0;
}

.footer_nav ul li a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 20px 25px;
    color: #22365b;
    transition: all 0.5s ease 0s;
    display: inline-block;
}

.footer_nav ul li a:hover {
    color: #6c8766;
}

.footer_nav a.linkedin {
    position: relative;
    float: right;
    font-size: 29px;
    color: #5176ac;
    margin-top: 15px;
    display: inline-block;
}

.footer_nav a.linkedin:hover {
    color: #22365b;
}

.footer_nav .logo_footer {
    margin-top: 30px;
}

.footer_nav h5 {
    text-align: right;
    font-size: 18px;
    line-height: 20px;
    color: #22365b;
    /* text-transform: uppercase; */
    font-weight: 600;
    margin-top: 10px;
}

.footer_nav address {
    text-align: right;
    margin-bottom: 20px;
}

.footer_nav p {
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    color: #22365b;
    margin-top: 18px;
}

.footer_nav address a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #22365b;
    margin-top: 26px;
}

.footer_nav address a:last-child {
    font-weight: 500;
    font-size: 11px;
    line-height: 26px;
    margin-top: 0;
}

.footer_nav address a:hover {
    color: #6c8766;
}

.footer-text p {
    font-size: 10px;
    line-height: 17px;
    font-weight: 500;
    color: #22365b;
    margin-top: 18px;
}

.second-paragrap {
    border-bottom: 1px solid #b9c1d0;
    padding-bottom: 18px;
}

.footer-text {
    background: #f8f9fb;
    padding-bottom: 20px;
}

.footer-text a {
    color: #22365b;
}


/* contaxt */

.form_section {
    padding: 60px 0 0;
    background-color: #ffffff;
}

.form_section h1 {
    font-size: 38px;
    line-height: 34px;
    text-transform: uppercase;
    color: #22365b;
    margin: 20px 0;
    font-weight: 700;
}

.form_section form {
    padding: 30px 0;
}

.site_content iframe {
    max-height: 350px;
    width: 100%;
    max-width: 100%;
}

.form_section .field_wrap {
    margin-bottom: 20px;
}

.field_wrap label {
    font-size: 18px;
    line-height: 20px;
    color: #1d3665;
}

.submit_row .info_msg p {
    font-size: 18px;
    font-weight: 500;
    color: #29365b;
}

.submit_row input[type=submit] {
    display: inline-block;
    margin-bottom: 30px;
}

.submit_row input[type=submit]:hover {
    background: none;
    border: 1px solid #29365b !important;
    color: #29365b;
}

.field_wrap label.error {
    padding-top: 20px;
    color: red;
    font-size: 14px;
}

.form_section .response_msg .success {
    color: #29365b;
    font-weight: 500;
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    border: 1px solid;
    padding: 10px 15px;
    text-align: center;
}


/*********************************** about ******************************/

.firm_profile .advisor {
    padding: 90px 0;
}

.firm_profile .advisor .technical {
    padding: 30px 150px;
}

.firm_profile h4 {
    font-size: 24px;
    line-height: 27px;
    color: #3d454b;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 80px;
}

.firm_profile ul {
    text-align: left;
    margin: 60px auto 0;
    max-width: 1085px;
}

.firm_profile ul li {
    list-style-type: disc;
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    color: #3d454b;
    margin-bottom: 20px;
    padding-left: 15px;
}

.firm_profile .content_row ul li:before {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #3d454b;
}


/* our_story */

.our_story {
    background-image: url(../img/about_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0 110px;
}

.our_story h6 {
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 0.6em;
    color: #adeffc;
    text-transform: uppercase;
    text-align: center;
}

.our_story p {
    font-size: 33px;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
    font-family: baskerville;
    font-weight: 600;
    max-width: 750px;
    margin: 10px auto;
}

.our_story video {
    width: 100%;
    height: 100%;
    max-height: 370px;
    max-width: 570px;
    display: block;
    margin: 0 auto;
}


/* mission */

.mission {
    background-color: #ffffff;
    text-align: center;
    padding: 90px 0;
}

.mission h2 {
    font-size: 24px;
    line-height: 27px;
    color: #3d454b;
    text-transform: uppercase;
    font-weight: 700;
}

.mission p {
    font-size: 20px;
    line-height: 27px;
    color: #3d454b;
    font-weight: 500;
    max-width: 920px;
    margin: 20px auto;
}


/* core_values */

.core_value {
    text-align: center;
    padding: 65px 0 130px;
    background-color: #042139;
}

.core_value h3 {
    font-size: 24px;
    line-height: 50px;
    color: #adeffc;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.core_value li {
    background-color: rgba(255, 255, 255, 0.2);
}

.core_value h6 {
    font-size: 26px;
    line-height: 38px;
    color: #042139;
    font-weight: 700;
}

.core_value p {
    font-size: 18px;
    line-height: 24px;
    color: #042139;
    font-weight: 600;
}

.core_value ul {
    display: flex;
    max-width: 1203px;
    flex-flow: wrap;
    margin: 0 auto;
}

.core_value li {
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 50%;
    float: left;
    padding: 50px 60px;
}

.core_value .trust {
    background-image: url('../img/a4.png');
}

.core_value .knowledge {
    background-image: url('../img/a2.jpg');
}

.core_value .accountability {
    background-image: url('../img/a1.jpg');
}

.core_value .passion {
    background-image: url('../img/a3.jpg');
}


/*Approach*/

.approaches .advisor {
    padding: 90px 0 90px;
}

.advisor .approach-technical {
    /*background-color: #042139;*/
    background-color: #1e3764;
    max-width: 1100px;
    padding: 36px 66px;
    margin: 0 auto;
    position: relative;
}

.advisor .approach-technical::after {
    content: '';
    position: absolute;
    border: 1px solid #afc1c7;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.advisor .blue-band-content {
    max-width: 1060px;
    margin: 0 auto;
    margin-top: 85px;
    text-align: left;
}

.advisor .blue-band-content h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #3d454b;
    margin-bottom: 55px;
}

.advisor .blue-band-content p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 auto;
    color: #3d454b;
    max-width: 100%;
    margin-bottom: 30px;
}

.advisor .blue-band-content p:last-child {
    padding-bottom: 0px;
}

.advisor .blue-band-content ul li {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #3d454b;
}

.advisor .blue-band-content ul li:before {
    content: "•";
    margin-right: 5px;
}

.advisor .blue-band-content ul li span {
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
    color: #3d454b;
    border-bottom: 1px solid #3d454b;
}

.advisor .blue-band-content ul li strong {
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
    color: #3d454b;
    margin: 35px 0;
    display: block;
}

.advisor .blue-band-content ul li:last-child strong {
    margin-bottom: 0;
}

.hedging-process {
    background-image: url(../img/approach_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 85px 0 78px;
}

.hedging-process .container {
    max-width: 1170px;
}

.hedging-process .container .row {
    margin: 0 -6px;
}

.hedging-process h2 {
    background-color: rgba(232, 246, 247, 0.57);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6em;
    color: #042139;
    padding: 9px 10px;
    margin-bottom: 10px;
}

.hedging-process .col-md-4 {
    padding: 0 6px;
    position: relative;
}

.hedging-box {
    background: #fff;
    padding: 10px;
    height: 100%;
}

.hedging-process .col-md-4:after {
    content: "";
    position: absolute;
    width: 0;
    top: 40%;
    right: -4px;
    border-width: 20px 0px 20px 11px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.hedging-process .col-md-4:last-child:after {
    content: none;
}

.hedging-box h3 {
    color: #fff;
    font-size: 24px;
    line-height: 27px;
    font-weight: 400;
    min-height: 110px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.blue-bg {
    background: #1e3764;
}
.teal-bg {
    background: #adeffc;
}

.dark-green-bg {
    background: #7a8e70;
}

.rama-bg {
    background: #0f6778;
}

.hedging-process .hedging-box p {
    max-width: 265px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #3d454b;
    padding: 45px 0 35px;
}

.core_value .core_txt {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 90px 70px;
}

.investment {
    padding: 90px 0 118px;
    background-color: #042139;
}

.investment h4 {
    font-size: 24px;
    line-height: 30px;
    color: #adeffc;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.investment p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.investment .hedging-box strong {
    font-size: 13px;
    line-height: 16px;
    color: #93bdc5;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.investment .hedging-box p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #3d454b;
    margin-bottom: 0px;
}

.investment .col-md-4 {
    padding: 0 6px;
}

.investment .container .row {
    margin: 60px -6px 0;
}

.investment .hedging-box {
    padding: 10px 10px 40px;
}

.investment .hedging-box ul {
    margin-top: 30px;
    padding: 0 20px;
}

.investment .hedging-box ul li {
    border-bottom: 4px solid rgba(172, 203, 209, 0.3);
    padding-bottom: 20px;
    margin-bottom: 22px;
}

.investment .hedging-box ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.investment .hedging-box ul li:first-child p {
    text-align: left;
}

.advisor.years .technical {
    padding: 30px 90px;
}

.team_band {
    padding: 70px 0 150px;
    border-bottom: 1px solid #779db0;
    background-color: #fff;
}

.team {
    display: flex;
    border: 1px solid #07344a;
    max-width: 1100px;
    margin: 0 auto 30px;
}

.team:last-child {
    margin-bottom: 30px;
}

.team_band .left_side {
    background-color: #03496d;
    width: 30%;
    float: left;
}

.team_band .left_side img {
    width: calc(100% - 2px);
    margin: 1px;
}

.team_band .left_side ul {
    padding-bottom: 35px;
}

.team_band .right_side {
    background-color: #f3f8fa;
    width: 70%;
    float: left;
    padding: 50px;
}

.team_band .left_side strong {
    font-size: 26px;
    color: #fff;
    padding: 25px 25px 0;
    display: block;
    padding-right: 25px;
    font-weight: 700;
}

.team_band .left_side p {
    color: #fff;
    font-size: 14px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}

.team_band .left_side li {
    padding-left: 25px;
    font-size: 12px;
    color: #fff;
    position: relative;
    line-height: 16px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.team_band .left_side li:last-child {
    padding-bottom: 0;
}

.team_band .left_side li:after {
    color: #fff;
    content: "•";
    font-weight: bold;
    left: 20px;
    top: 0;
    position: absolute;
    font-size: 12px;
}

.team_band .right_side h4 {
    color: #1e3764;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.team_band .right_side p {
    font-size: 14px;
    line-height: 24px;
    color: #1e3764;
    font-weight: 400;
}

.team_band h3 {
    max-width: 830px;
    margin: 0 auto 60px;
    font-size: 24px;
    color: #042139;
    text-align: center;
}

.approach-work ol {
    /* max-width: 500px; */
    /*remove if full width*/
    text-align: justify;
}

.approach-work ol {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    list-style: none !important;
}

.approach-work ol li {
    position: relative;
    margin-top: 0em;
    margin-bottom: 20px;
}

.approach-work ol li .number_divider {
    position: absolute;
    font-weight: 800;
    font-size: 2em;
    left: -60px;
    top: 5px;
    color: #0F6778;
}

.approach-work ol li:before {
    content: "";
    /* background: #0F6778; */
    position: absolute;
    width: 2px;
    top: 10px;
    bottom: -21px;
    left: -24px;
}


/* .approach-work ol li:after {
    content: "";
    background: #0F6778;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    top: 10px;
    left: -31px;
} */

.approach-work ol li:last-child:before {
    content: "";
    background: transparent;
}

.approach-work h6 {
    font-size: 25px;
    padding-top: 0;
    margin-top: 0;
    font-size: 24px;
    font-weight: bold;
    color: #3d454b;
    margin-bottom: 10px;
}


/* strategic */

.strategic .technical {
    padding: 30px 90px;
}

.strategic .technical h3 {
    font-size: 22px;
    line-height: 30px;
}

.summary {
    padding: 90px 0 120px;
    background-color: #fff;
}

.summary .hedging-box p {
    padding: 40px 20px;
    font-size: 14px;
    line-height: 20px;
}

.summary .hedging-box img {
    border: 1px solid #1e3764;
    display: block;
    margin-bottom: 22px;
    width: calc(100% - 30px);
    margin: 0 auto 10px;
}

.summary p {
    font-size: 17px;
    color: #3d454b;
    font-weight: 400;
    max-width: 1050px;
    margin: 0 auto;
    line-height: 26px;
}

.summary .col-md-4 {
    padding: 0 6px;
}

.summary .container .row {
    margin: 70px -6px 0;
}

.summary .hedging-box {
    border: 1px solid #0b273e;
}

.summary h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #3d454b;
    margin-bottom: 20px;
}

footer {
    background-color: #fff;
}

.form_investment {
    padding: 50px 0 70px;
    background-color: #e8f6f7;
    text-align: center;
}

.form_investment h2 {
    font-size: 24px;
    font-weight: 400;
    color: #295888;
    line-height: 30px;
    margin-bottom: 25px;
}

.form_investment p {
    font-size: 17px;
    color: #042139;
    font-weight: 400;
    line-height: 26px;
}

.form_investment .row {
    margin: 50px -35px 0;
}

.form_investment .col-md-4 {
    padding: 0 35px;
}

.form_investment .investment_box {
    padding: 45px;
    min-height: 280px;
    height: 100%;
    position: relative;
    border-radius: 50%;
}

.form_investment .investment_box h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fdfdfe;
    font-weight: 400;
    margin-bottom: 35px;
}

.form_investment .investment_box p {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}

.form_investment .investment_box p:last-child {
    margin-bottom: 0;
}

.form_investment .investment_box strong {
    font-size: 43px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
}

.form_investment .investment_box p:last-child {
    margin-bottom: 0;
}

.form_investment .investment_icon {
    color: #308ac5;
    font-weight: 900;
    font-size: 80px;
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
}

.light_blue {
    background-color: #295888;
}

.dark_rama-bg {
    background-color: #596b53;
}

.shared_band {
    background-image: url("../img/strategies_bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 60px 0 130px;
    text-align: center;
}

.shared_band h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.shared_band p {
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
}

.shared_band ul {
    margin: 60px -20px 0;
}

.shared_band ul li {
    width: calc(50% - 40px);
    float: left;
    min-height: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 25px;
    padding: 15px;
    font-size: 18px;
    line-height: 26px;
    color: #295888;
    font-weight: 400;
}

.shared_band ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.shared_band ul li:nth-last-child(2) {
    margin-bottom: 0;
}


/*
    2023 05 26
    Multiple Changes
    NWDD
*/

.table-carapace tr > th:first-child {
    width: 20%;
}
.table-carapace tr > th:nth-child(2) {
    width: 20%;
}
.table-carapace th, .table-carapace td {
    padding: 25px;
    vertical-align: middle;
    line-height: 1.5;
}
.table.table-carapace .thead-dark th {
    background-color: #1e3764;
    border-color: #1e3764;
}
.table-striped.table-carapace tbody tr:nth-of-type(2n+1) {
    background-color: #e8f6f7;
}
.form_investment .investment_box h3 {
    margin: 0;
    font-weight: bold;
}
.form_investment .investment_box {
    padding: 45px;
    height: 250px;
    width: 250px;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    min-height: auto;
    margin: 0 auto;
}
.form_investment .investment_icon {
    right: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.circles-points {
    position: relative;
    min-height: 800px;
}
.center-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    transform: translate(-50%, -70%);
}
.center-heading h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
}
.circles-points > .circle {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: #295888;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #596b53;
    position: absolute;
    padding: 10px;
}
.circle h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}
.circle.circle-1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.circle.circle-2 {
    left: 90%;
    top: 120px;
    transform: translateX(-90%);
}
.circle.circle-3 {
    left: 90%;
    top: 440px;
    transform: translateX(-90%);
}
.circle.circle-4 {
    left: 50%;
    top: 560px;
    transform: translateX(-50%);
}
.circle.circle-5 {
    left: 10%;
    top: 120px;
    transform: translateX(-10%);
}
.circle.circle-6 {
    left: 10%;
    top: 440px;
    transform: translateX(-10%);
}
.circle.circle-1:before,
.circle.circle-1:after,
.circle.circle-2:after,
.circle.circle-4:before,
.circle.circle-4:after,
.circle.circle-5:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    color: #fff;
    font-size: 46px;
}
.circle.circle-1:before {
    left: -50%;
    bottom: 10%;
    transform: translate(-50%, -10%) rotate(-25deg);
}
.circle.circle-1:after {
    right: -50%;
    bottom: 10%;
    transform: translate(50%, -10%) rotate(25deg);
}
.circle.circle-4:after {
    right: -50%;
    top: 10%;
    transform: translate(50%, -10%) rotate(155deg);
}
.circle.circle-4:before {
    left: -50%;
    top: 10%;
    transform: translate(-50%, -10%) rotate(-155deg);
}
.circle.circle-2:after {
    bottom: -55%;
    left: 50%;
    transform: translate(-50%, -55%) rotate(90deg);
}
.circle.circle-5:after {
    bottom: -55%;
    left: 50%;
    transform: translate(-50%, -55%) rotate(-90deg);
}
.shared_band {
    background-image: url("../img/turtlebg.png");
}
.hedging-box ul li {
    min-height: 90px;
}
.hedging-box ul li:first-child {
    min-height: 190px;
}


@media screen and (max-width: 1000px) and (min-width: 800px) {
    .circle.circle-1:before {
        left: -18%;
        bottom: 10%;
        transform: translate(-18%, -10%) rotate(-25deg);
    }
    .circle.circle-1:after {
        right: -18%;
        bottom: 10%;
        transform: translate(18%, -10%) rotate(25deg);
    }
    .circle.circle-4:after {
        right: -16%;
        top: 10%;
        transform: translate(16%, -10%) rotate(155deg);
    }
    .circle.circle-4:before {
        left: -16%;
        top: 10%;
        transform: translate(-16%, -10%) rotate(-155deg);
    }
}

@media screen and (max-width: 799px) {
    .center-heading {
        position: static;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: none;
    }
    .circles-points > .circle {
        width: 150px;
        height: 150px;
    }
    .circle h4 {
        font-size: 14px;
    }
    .circle.circle-1 {
        top: 130px;
        left: 50%;
        transform: translateX(-50%);
    }
    .circle.circle-2 {
        left: 100%;
        top: 320px;
        transform: translateX(-100%);
    }
    .circle.circle-3 {
        left: 100%;
        top: 530px;
        transform: translateX(-100%);
    }
    .circle.circle-4 {
        left: 50%;
        top: 700px;
        transform: translateX(-50%);
    }
    .circle.circle-5 {
        left: 0%;
        top: 320px;
        transform: translateX(0%);
    }
    .circle.circle-6 {
        left: 0%;
        top: 530px;
        transform: translateX(0%);
    }
    .circle.circle-1:before, .circle.circle-1:after, .circle.circle-2:after, .circle.circle-4:before, .circle.circle-4:after, .circle.circle-5:after {
        font-size: 26px;
    }
    .circle.circle-2:after {
        bottom: -40%;
        left: 50%;
        transform: translate(-50%, -40%) rotate(90deg);
    }
    .circle.circle-5:after {
        bottom: -40%;
        left: 50%;
        transform: translate(-50%, -40%) rotate(-90deg);
    }
}

@media screen and (max-width: 500px) {
    .circle.circle-1:after {
        right: -30%;
        bottom: -10%;
        transform: translate(30%, -10%) rotate(50deg);
    }
    .circle.circle-1:before {
        left: -30%;
        bottom: -10%;
        transform: translate(-30%, -10%) rotate(125deg);
    }
    .circle.circle-4:after {
        right: -10%;
        top: -20%;
        transform: translate(10%, 20%) rotate(140deg);
    }
    .circle.circle-4:before {
        left: -10%;
        top: -20%;
        transform: translate(10%, 20%) rotate(-135deg);
    }
}


/* ================================= 7 Media Query #media ================================= */


/********************************* Mobile Potrait #MP ********************************/

@media screen and (max-width: 320px) and (orientation: portrait) {}


/********************************* Mobile Potrait ********************************/

@media screen and (max-width: 480px) and (orientation: portrait) {}


/********************************* Mobile landscape ********************************/

@media screen and (max-width: 480px) and (orientation: landscape) {}


/* ================================= Common For All mobile definitions #mx ================================= */

@media all and (max-width: 767px) {
    .advisor.years .technical {
        padding: 30px;
    }
    .team {
        display: block;
    }
    .team_band .left_side {
        width: 100%;
        float: none;
    }
    .team_band .left_side img {
        width: calc(100% - 2px);
        margin: 1px;
    }
    .team_band .right_side {
        width: 100%;
        float: none;
        padding: 30px;
    }
    .top_nav {
        display: none;
    }
    .mo-menu {
        display: block;
    }
    .main_page {
        padding-top: 45px;
    }
    .hero_band .hero_text {
        padding: 70px 15px;
    }
    .hero_band .title_txt {
        padding: 30px 15px;
    }
    .hero_band .hero_text h1,
    .hero_band .title_txt h1 {
        font-size: 33px;
        line-height: 44px;
    }
    .advisor {
        padding: 30px 0;
    }
    .advisor h2 {
        line-height: 29px;
    }
    .advisor .technical {
        max-width: 100%;
        padding: 20px;
    }
    .advisor h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .advisor p {
        margin-top: 30px;
        font-size: 16px;
        line-height: 24px;
    }
    .approach .our_approach,
    .approach .meet_team,
    .approach .our_strategies {
        padding: 35px;
    }
    .approach .approach_txt {
        padding: 35px 28px;
    }
    .approach h4 {
        font-size: 18px;
    }
    .approach p {
        font-size: 13px;
        line-height: 15px;
    }
    .approach a {
        padding: 9px 34px;
    }
    .qoute {
        padding: 30px 0;
    }
    .qoute h5 {
        font-size: 37px;
        line-height: 38px;
    }
    .qoute .btn {
        margin-top: 30px;
        padding: 10px 40px;
    }
    .footer_nav {
        padding: 30px 15px 0px;
    }
    .footer_nav ul {
        display: block;
    }
    .footer_nav ul li {
        display: block;
    }
    .footer_nav ul li a {
        padding: 0;
    }
    .footer_nav a.linkedin {
        float: none;
        margin-bottom: 15px;
    }
    .footer_nav .logo_footer img {
        max-width: 140px;
    }
    .footer_nav h5 {
        text-align: left;
        font-size: 14px;
        margin-top: 30px;
    }
    .footer_nav address {
        text-align: left;
    }
    .footer_nav p {
        margin-top: 8px;
    }
    /* about ******************************/
    .firm_profile ul li {
        width: 100%;
        margin-bottom: 13px;
    }
    .firm_profile h4 {
        margin-top: 40px;
    }
    .firm_profile ul {
        margin-top: 40px;
    }
    .our_story {
        padding: 30px 0;
    }
    .our_story p {
        font-size: 28px;
        line-height: 31px;
    }
    .mission {
        padding: 30px 0;
    }
    .core_value {
        padding: 30px 0;
    }
    .core_value h3 {
        margin-bottom: 20px;
    }
    .core_value li {
        width: 100%;
        padding: 20px;
    }
    .core_value .core_txt {
        padding: 18px;
    }
    .core_value h6 {
        font-size: 22px;
        line-height: 33px;
    }
    .core_value p {
        font-size: 16px;
        line-height: 20px;
    }
    /* contact ********************************/
    .form_section form {
        padding-bottom: 0;
    }
    section.form_section {
        padding: 30px 0;
    }
    .form_section h1 {
        font-size: 30px;
        margin: 10px 0;
    }
    .form_row {
        padding-bottom: 0;
    }
    .field_wrap label {
        font-size: 16px;
        line-height: 14px;
    }
    body textarea {
        padding-left: 15px;
    }
    .submit_row .info_msg p {
        margin-bottom: 10px;
    }
    .advisor .blue-band-content {
        margin-top: 40px;
    }
    .advisor .blue-band-content h1 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    .advisor .blue-band-content ul li strong {
        margin: 20px 0 30px;
    }
    .approaches .advisor {
        padding: 50px 0;
    }
    .hedging-process {
        padding: 50px 0;
    }
    .hedging-box h3 {
        font-size: 22px;
        line-height: 26px;
        min-height: 80px;
    }
    .hedging-process .hedging-box p {
        padding: 30px 0 20px;
    }
    .hedging-process .hedging-box {
        margin-bottom: 15px;
        height: auto;
    }
    .hedging-process .col-md-4:last-child .hedging-box {
        margin-bottom: 0px;
    }
    .hedging-process .col-md-4:after {
        content: none;
    }
    .investment {
        padding: 50px 0 150px;
    }
    .investment .container .row {
        margin: 30px -6px 0;
    }
    .investment .col-md-4 .hedging-box {
        margin-bottom: 15px;
        height: auto;
    }
    .investment .col-md-4:last-child .hedging-box {
        margin-bottom: 0px;
    }
    .summary {
        padding: 50px 0 50px;
    }
    .summary .container .row {
        margin: 50px -15px 0;
    }
    .summary .col-md-4 {
        padding: 0 15px;
    }
    .summary .hedging-box p {
        padding: 25px 15px;
    }
    .summary .col-md-4 {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .summary .col-md-4:last-child {
        margin-bottom: 0;
    }
    .summary .container .row {
        margin: 50px -15px 0;
    }
    .summary {
        padding: 50px 0 50px;
    }
    .form_investment .col-md-4 {
        padding: 0 15px;
        margin-bottom: 70px;
    }
    .form_investment .col-md-4:last-child {
        margin-bottom: 0px;
    }
    .form_investment .row {
        margin: 50px -15px 0;
    }
    .form_investment .investment_icon {
        font-size: 80px;
        right: 0;
        top: auto;
        transform: none;
        bottom: -75px;
        left: 0;
        pointer-events: none;
    }
    .shared_band ul {
        margin: 60px 0 0;
    }
    .shared_band ul li {
        margin: 0 0 25px;
        width: 100%;
        float: none;
    }
    .shared_band ul li:nth-last-child(1) {
        margin-bottom: 0;
    }
    .shared_band ul li:nth-last-child(2) {
        margin-bottom: 25px;
    }
    .shared_band {
        padding: 50px 0 80px;
    }
    html * {
        max-height: 1000000px;
    }
    .x {
        display: none;
    }
    h1 {
        font-size: 28px;
        line-height: normal;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    p,
    .content_row ul li,
    .content_row ol li {
        font-size: 18px;
        line-height: 24px;
    }
    p.intro {
        font-size: 20px;
        line-height: 30px;
    }
    /* Image Alignment */
    .alignnone,
    a img.alignnone,
    .aligncenter,
    div.aligncenter,
    .alignright,
    a img.alignright,
    .alignleft,
    a img.alignleft {
        margin: 30px auto;
        float: none;
    }
}


/********************************* ipad portrait #ip ********************************/

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .mo-menu {
        display: block;
    }
    .main_page {
        padding-top: 45px;
    }
    .top_nav {
        display: none;
    }
    .hero_band .hero_text {
        padding: 100px 15px;
    }
    .hero_band .title_txt {
        padding: 60px 15px;
    }
    .hero_band .hero_text h1,
    .hero_band .title_txt h1 {
        font-size: 40px;
    }
    .advisor {
        padding: 60px 0;
    }
    .advisor .technical {
        padding: 30px 84px;
    }
    .advisor h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .approach .approach_txt {
        padding: 26px 20px;
    }
    .approach .our_approach,
    .approach .meet_team,
    .approach .our_strategies {
        padding: 15px;
    }
    .approach h4 {
        font-size: 20px;
        line-height: 36px;
    }
    .approach p {
        font-size: 13px;
        line-height: 15px;
    }
    .approach a {
        padding: 9px 33px;
    }
    .qoute {
        padding: 80px 0;
    }
    .footer_nav ul li a {
        padding: 10px 8px;
    }
    .footer_nav a.linkedin {
        margin-top: 5px;
    }
    /* about **********************************************/
    .our_story {
        padding-bottom: 70px;
    }
    .mission {
        padding: 70px 0;
    }
    .core_value ul {
        max-width: 700px;
    }
    .core_value {
        padding-bottom: 70px;
    }
    .core_value li {
        padding: 40px;
    }
    .core_value .core_txt {
        padding: 30px;
        min-height: 198px;
    }
    .core_value h6 {
        font-size: 22px;
        line-height: 30px;
    }
    .core_value p {
        font-size: 17px;
        line-height: 18px;
    }
    /* contact *********************************/
    section.form_section {
        padding-bottom: 0;
    }
    .form_investment .investment_box {
        padding: 30px 20px;
    }
    .form_investment .investment_box strong {
        font-size: 35px;
        line-height: 45px;
    }
    .shared_band ul {
        margin: 60px -15px 0;
    }
    .form_investment .col-md-4 {
        padding: 0 15px;
    }
    .form_investment .investment_icon {
        font-size: 45px;
        right: -27px;
    }
    .form_investment .row {
        margin: 50px -15px 0;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 21px;
    }
    p,
    .content_row ul li,
    .content_row ol li {
        font-size: 18px;
    }
    p.intro {
        font-size: 20px;
    }
    .hidden-tab {
        display: none;
    }
    /* Image Alignment */
    .alignnone,
    a img.alignnone,
    .aligncenter,
    div.aligncenter,
    .alignright,
    a img.alignright,
    .alignleft,
    a img.alignleft {
        margin: 30px auto;
        float: none;
    }
    .visible_tab {
        display: block !important;
    }
}


/********************************* ipad landscape #il ********************************/

@media only screen and (min-width: 1001px) and (max-width: 1024px) {
    .nav_cover ul li a {
        padding: 13px 17px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .nav_cover ul li a {
        padding: 13px 18px;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1250px) {
    .form_investment .row {
        margin: 50px -15px 0;
    }
    .form_investment .col-md-4 {
        padding: 0 25px;
    }
    .form_investment .investment_box {
        padding: 30px;
    }
    .form_investment .investment_icon {
        font-size: 70px;
        right: -43px;
    }
    .form_investment .investment_box strong {
        font-size: 40px;
    }
    .shared_band ul {
        margin: 60px -15px 0;
    }
}


/* ================================= Small Computer #Sc ================================= */

@media only screen and (min-width: 1300px) {
    .first_col,
    .first_li {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .last_col,
    .last_li {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
}


/* ================================= Large Computer #lc ================================= */

@media screen and (min-width: 1450px) {}


/* IE10 Only CSs */

@media screen and (min-width:0\0) {}


/* ie10, ie11+ */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}