@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* =================================ALL======================================== */

.post_content .entry-content img.resize_img{width: 600px; height: auto !important;}
.read_more {
    text-align: left;
    padding-right: 50px;
    padding-bottom: 20px;
}
a.read_more_title {
    color: #071B6A !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.64px;
    line-height: 18px;
    overflow: hidden;
    text-align: right;   
    text-decoration: underline;
}
.mobile {
display: none;
} 

.desktop { 
display: block;
} 

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item {
display: none;
} 

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item:nth-child(-n+12) { 
display: block;
} 

#featured_member_items .our_team_single {
display: none; 
} 

#featured_member_items .our_team_single:nth-child(-n+3) { 
display: block;
} 



.map-headline-row{
    padding-top:100px;
}

.contact_form_sec input {
    padding: 22px 0px !important;
    width: 100% !important;
    height: auto;
}
.contact_form_sec input[type="text"], .contact_form_sec input[type="email"], .contact_form_sec input[type="url"], .contact_form_sec input[type="password"], .contact_form_sec input[type="search"], .contact_form_sec input[type="number"], .contact_form_sec input[type="tel"], .contact_form_sec textarea {
    color: #071B6A !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.64px;
    line-height: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 20px 10px !important;
}
.contact_form_sec label{
    margin-bottom: 13px;
    display: inline-block;
    padding: 0;
}

.contact-title h1{
    padding-bottom: 41px;
}

.contact_form_sec p {
    margin-bottom: 16px;
    padding: 0 !important;
}
.contact_form_sec .wpcf7-submit:hover {
    background-color: rgb(46, 51, 172);
}
.contact_form_sec .wpcf7-submit{
    background: #071B6A;
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.06px;
    line-height: 18px;
    text-align: center;
    padding: 20px 61px;
    border-radius: 4px;
    border: none;
}

body.single-post p.post-author {
    color: #ff6502;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0%;
}
body.single-post .related_post p.post-author {
    padding-left: 10px;
    padding-right: 15px;
    color: #071B6A;
}

html {
    overflow-x: hidden !important;
}
body {
    overflow-x: hidden !important;
    font-family: 'Work Sans', sans-serif  !important;
}
.post, .page {
    margin: 0;
}
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-size: 1em;
}
p {
    color: #071B6A;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.64px;
    line-height: 18px;
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/*scroll change start*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
    
    
}

#myBtn:hover {
  background-color: #555;
}
/*scroll change end*/


/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Work Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Work Sans', sans-serif;
}

p {
    margin-bottom: 1.5em;
    font-family: 'Work Sans', sans-serif;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table { 
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
    cursor: pointer;
}

a:visited {
    color: #000000;
}

a:hover,
a:focus,
a:active {
    color: #000000;
        text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
    /* -webkit-appearance: none; -moz-appearance: none; appearance: none; */
}

textarea {
    width: 100%;
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
}

/* ******************* container css  ******************* */
.container {
    padding-right: 0px;
    padding-left: 0px;
}
:focus {
    outline: none !important;
}

.saari-btn-sec{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto !important;
}
a.saari-btn {
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.06px;
    line-height: 18px;
    text-align: center;
    padding: 20px 61px;
    border-radius: 4px;
    background-color: #071B6A;
    margin-left: -4%;
}
a.saari-btn:hover {
    background-color: rgb(46, 51, 172);
}
/* ******************* btn popup css  ******************* */
.saari-btn-sec-map {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto !important;
}

#map-sec .saari-btn-sec-map {
    float: right;
}
#map-sec .saari-btn-sec {
    float: unset;
    padding-left: 9%;
}
a.saari-btn-map {
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.06px;
    line-height: 18px;
    text-align: center;
    padding: 20px 61px;
    border-radius: 4px;
    background-color: #071B6A;
/*     margin-left: -4%; */
    margin-right: 438px;
    margin-bottom: 22px;
}
/* ******************* Sec Title  ******************* */
.section_title p.sec_sub_title {
    color: #FF6602;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.76px;
    line-height: 21px;
}
.section_title p.sec_title {
    color: #071b6a;
    font-family: 'Work Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1.7px;
    line-height: 47px;
}

/* ******************* form Title  ******************* */

.form_title p.form_title {
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1.7px;
    line-height: 47px;
    text-align: center;
    margin-bottom: 50px;
}
#form-sec {
    background-color: #111111;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-top: 0px;
    left: 50%;
    padding: 114px 0;
}
#form-sec form.wpcf7-form.init {
    text-align: center;
    margin-left: 2%;
}
#form-sec input.wpcf7-email{
    border-radius: 4px !important;
    background-color: #FFFFFF !important;
    padding: 24px !important;
    color: #000000;
    font-family: "Work Sans";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.06px;
    line-height: 16px;
}
#form-sec input.wpcf7-form-control.wpcf7-submit {
    border-radius: 4px;
    background-color: #FF6602;
    border-color: #FF6602;
    padding: 24px 60px !important;
    color: #FFFFFF;
    font-family: "Work Sans";
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.06px;
    line-height: 18px;
    text-align: center;
    margin-left: 2%;
}
/* ******************* Header Section  ******************* */
header#masthead {
    text-align: center;
    right: 0;
    left: 0;
    padding: 30px 0 20px 0;
    background-color: #FBFAF5;
}
.head-logo-text {
    display: flex;
    align-items: flex-end;
    float: left;
    text-align: left;
}
.head-logo {
    padding-right: 0;
    padding-left: 0px;
}
.head-logo-side-text {
    padding-left: 0;
    margin-left: -8%;
}
.head-logo-side-text h3{
    color: #071B6A;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.68px;
    line-height: 19px;
    text-align: left;
    margin: 0;
    background-color: transparent !important;
}
#mysticky-nav.wrapfixed {
    z-index: 1 !important;
    
}

#mysticky-nav .myfixed .head-logo-text,
#mysticky-nav .myfixed .head-menu {
    padding: 15px 0;
}
/* ******************* Header Menu  ******************* */
.main-navigation ul {
    display: flex;
    float: right;
    margin-top: 2%;
    margin-right: -7%;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    background-image: unset;
    background-repeat: repeat-x;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: none;
}
.navbar-default .navbar-nav>li>a {
    color: #5C6174;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.55px;
    line-height: 15px;
    text-align: right;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
}

/* ******************* primary sub menu ******************* */
.main-navigation ul ul a {
     width: max-content; 
}
#primary-menu ul.sub-menu {
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 8px 1px rgba(0,0,0,0.05);
    display: block;
    padding: 25px;
}
.main-navigation #primary-menu ul.sub-menu li {
    padding: 10px 0;
}
.main-navigation #primary-menu ul.sub-menu a {
    color: #5C6174;
    font-family: "Work Sans";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.51px;
    line-height: 14px;
}
/* ******************* sub menu ******************* */
ul#sub_menu, li.post_cat_menu {
    list-style: none;
    font-family: 'Work Sans', sans-serif;
}
ul#sub_menu {
    display: flex;
    margin: 0;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(151,151,151,0.37);
    border-top: 1px solid rgba(151,151,151,0.37);
}
li.post_cat_menu a {
    color: #071B6A !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 34px;
    text-align: center;
    padding: 10px 25px;
    text-transform: uppercase;
}
/* ******************* post banner ******************* */
.post-cat-menu {
    background-color: #FBFAF5;
}
.blog-slider-sec {
    background-color: #FBFAF5;
    padding-bottom: 100px;
}
.blog-slider-sec .slider {
    width: 100%;
    margin: 0px auto 50px auto;
}
.blog-slider-sec .slider.slider-single {
    margin: 0px auto 8% auto;
}
.blog-slider-sec .slick-slide {
    margin: 0px 0px !important;
}
.blog-slider-sec #slider_nav_1 .slick-slide.slick-current.is-active {
    opacity: 1;
}
.blog-slider-sec #slider_nav_1 .slick-slide.is-active {
    opacity: 1;
}

.blog-slider-sec #slider_nav_1 .slick-slide{
    opacity: 0.3;
}
.blog-slider-sec .slider.slider-nav button {
    display: none !important;
}
/* cat text orange css */
p.saari-post-cat {
    color: #FF6602;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.76px;
    line-height: 21px;
}
/* cat text blue css */
p.post-cat {
    color: #071B6A;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.68px;
    line-height: 19px;
}
/* post title text blue css */
a.post-title, p.post-title {
    color: #071B6A;
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1.06px;
    line-height: 33px;
    margin-bottom: 0.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    padding-right: 20px;
}
/* post author text blue css */
.post-author-sec {
    display: flex;
    align-items: center;
}
p.post-author {
    color: #071B6A;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.64px;
    line-height: 18px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 15px;
    margin-bottom: 0;
}
img.post-author-thumb {
    width: auto !important;
    display: inline-block !important;
}
p.post-content ,.post-content{
    color: #071B6A;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.64px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ******************* Blog empty ******************* */
.blog-empty p {
    color: #071B6A;
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1.06px;
    line-height: 33px;
    margin-bottom: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-right: 0px;
}

/* ******************* The Collective ******************* */
.search_line.bwg-search-line-responsive {
    display: none !important;
}
span.bwg_nav_cont_0 {
    display: none !important;
}
.collective_section h1 {
    color: #0D327A;
    font-family: 'Work Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1.27px;
    line-height: 35px;
    text-align: center;
    margin: 45px 0 27px 0;
}
.collective_section .bwg-title2 {
    display: none !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
    width: 100% !important;
}
body #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item {
   
    max-width: 85px;
    margin: 12px;
}
body.home #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item .bwg-a {
    margin-right: 18px;
    margin-bottom: 18px;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails img {
    width: 100%;
    object-fit: cover;
}
body.home #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
    /*padding-left: 15px;*/
      padding-left: 0px;
      padding-top: 0px;
}

/**** Like ****/
body .pld-like-dislike-wrap.pld-custom .pld-prevent.ip_1.user_1 {
    background-color: rgb(104, 243, 87);
    border-radius: 50px;
}
body .pld-like-dislike-wrap {
    margin-bottom: 0px;
}
body .pld-like-dislike-wrap.pld-custom img {
    max-width: 43px;
}
body .pld-common-wrap {
    justify-content: center;
    display: flex;
    align-items: center;
}
span.pld-like-count-wrap.pld-count-wrap {
    color: #071B6A;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
    display: none;
}
body .pld-like-dislike-wrap .pld-common-wrap {
    margin-right: 0px;
}

/* body .pld-like-dislike-wrap a.pld-like-trigger.pld-prevent[data-user-check="1"]  {
    background-color: #68f357;
    border-radius: 50px;

}*/
/******* Modal ******/
#join_collective .modal-content,
#get_listed_on_map .modal-content,
#business_form_map .modal-content,
#featured_member .modal-content,
#leadership_team .modal-content,
#advisory_board .modal-content {
    margin-top: 8%;
}
#join_collective .modal-body,
#get_listed_on_map .modal-body,
#business_form_map .modal-body,
#featured_member .modal-body,
#leadership_team .modal-body,
#advisory_board .modal-body {
    padding: 0px !important;
}
#join_collective .modal-header,
#get_listed_on_map .modal-header,
#business_form_map .modal-header,
#featured_member .modal-header,
#leadership_team .modal-header,
#advisory_board .modal-header {
    background-color: #000 !important;
    position: relative;
    border: none;
    padding: 20px;
}
#join_collective .close,
#get_listed_on_map .close,
#business_form_map .close,
#featured_member .close,
#leadership_team .close,
#advisory_board .close {
    opacity: 1;
}
#join_collective .modal-header .close img,
#get_listed_on_map .modal-header .close img,
#business_form_map .modal-header .close img,
#featured_member .modal-header .close img ,
#leadership_team .modal-header .close img ,
#advisory_board .modal-header .close img {
    margin-top: -10px;
    position: absolute;
    z-index: 99;
    float: unset;
    right: 2%;
    width: 20px;
}
.huVrAx {
    overflow-y: unset;
}
#featured_member .popup-author-info,
#leadership_team .popup-author-info,
#advisory_board .popup-author-info {
    padding: 35px 30px;
}
#featured_member h4.modal-title.popup-author-name,
#leadership_team h4.modal-title.popup-author-name,
#advisory_board h4.modal-title.popup-author-name {
    color: #1D3B71;
    font-family: 'Work Sans', sans-serif;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -1.1px;
    line-height: 28px;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0 auto;
}
#featured_member p.popup-author-designation,
#leadership_team p.popup-author-designation,
#advisory_board p.popup-author-designation {
    height: 50px;
    margin-bottom: 0px;
    color: #FF6602;
    font-family: "Work Sans";
    font-size: 15px;
    letter-spacing: -0.79px;
    line-height: 18px;
    text-align: center;
}
#featured_member .popup-author-content p,
#leadership_team .popup-author-content p,
#advisory_board .popup-author-content p {
    color: #071B6A;
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.72px;
    line-height: 24px;
}
#featured_member p.popup-author-linkedin,
#leadership_team  p.popup-author-linkedin,
#advisory_board p.popup-author-linkedin {
    display: none;
}


/* ******************* Map Sec  ******************* */
.map_three_img {
    border-bottom: 1px solid #071b6a47;
    padding-bottom: 75px;
}
div#map-sec {
    padding-top: 105px;
}
#map-sec .navbar.is-transparent.has-shadow.mapme-theme__toolbar.has-dark-theme {
    background-color: #000000 !important;
}
#map-sec .saari-btn-sec {
    float: right;
}
#map-sec .col-sm-4 {
    float: right;
}
.map_sec_text h2 {
    color: #071B6A;
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1.06px;
    line-height: 33px;
    text-align: center;
}
.map_sec_text p {
    color: #071B6A;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.64px;
    line-height: 18px;
    text-align: center;
}
/* ******************* All Sec title  ******************* */
.sec_title_main{
    background-color: rgba(13,50,122,0.1);
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-top: 100px;
    left: 50%;
    padding-top: 63px;
    padding-bottom: 100px;
}
#business-sec .sec_title_main,
#family-sec .sec_title_main {
    background-color: rgba(254,204,2,0.07);
}
.section_title {
    margin: 0 20px;
}
/* ******************* All Sec top Padding  ******************* */
#slider_1 img.post-image {
    width: 770px;
    height: 550px;
    object-fit: cover;
}
#culture-sec{
    margin-top: -7.8%;
}
#culture-sec #slider_nav_2 .slick-slide #blog_slider_1, #family-sec #slider_nav_4 .slick-slide #blog_slider_1, #youth-sec #slider_nav_3 .slick-slide #blog_slider_1 {
/*display:none !important;*/
}
#culture-sec #slider_nav_2 .slick-slide:first-child ,
#family-sec #slider_nav_4 .slick-slide:first-child ,
#youth-sec #slider_nav_3 .slick-slide:first-child  {
    /*display: none;*/
}
#culture-sec .slider,
#youth-sec .slider{
    margin: -45px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
#family-sec .slider {
    margin: -45px auto 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
#culture-sec .blog_slider_single,
#youth-sec .blog_slider_single,
#family-sec .blog_slider_single {
    margin-bottom: 30px;
}
#community-sec .slider,
#business-sec .slider {
    margin: -85px auto 50px auto;
}
#community_slider .slick-slide,
#business-sec .slick-slide {
    margin: 0px 10px;
}
/* ******************* Culture Sec  ******************* */

#slider_nav_2 .slick-slide,
#slider_nav_3 .slick-slide,
#slider_nav_4 .slick-slide {
    width: 265px !important;
    margin: 0px 13px;
}

#slider_nav_2 img.author-image,
#slider_nav_3 img.author-image,
#slider_nav_4 img.author-image,
#community_slider .slick-slide img.post-image,
#business-sec .slick-slide img.post-image {
    border-radius: 7px;
}
#slider_2 img.post-image, #slider_3 img.post-image, #slider_4 img.post-image {
    width: 530px;
    height: 445px;
    object-fit: cover;
    margin: 0;
    padding: 0;
}
#slider_nav_2 img.author-image,
#slider_nav_3 img.author-image,
#slider_nav_4 img.author-image {
    width:  265px;
    height: 190px;
    object-fit: cover;
}

#community_slider img.post-image, #business-sec img.post-image {
    width: 265px;
    height: 190px;
    object-fit: cover;
    border-radius: 7px;
}

/* ******************* Community Sec  ******************* */
#culture-sec a.post-title,
#community-sec a.post-title,
#business-sec a.post-title,
#family-sec a.post-title,
#youth-sec a.post-title{
    color: #071B6A;
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1.06px;
    line-height: 33px;
    margin-bottom: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    padding-right: 0px;
    padding-top: 31px;
}
.culture_slider,
.community_slider,
.business_slider,
.family_slider {
    /*margin: 0px 0px !important;*/
    /*padding-right: 10px;*/
}


/* ******************* who we are page  ******************* */
.who_we_are_inner {
    padding: 100px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.who_we_are_title h1 {
    color: #0D327A;
    font-family: 'Work Sans', sans-serif;
    font-size: 55px;
    font-weight: bold;
    letter-spacing: -2.33px;
    line-height: 64px;
    margin: 0;
}
.who_we_are_sub_title p {
    color: #071B6A;
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.72px;
    line-height: 24px;
    padding: 30px 150px 30px 0px;
}
.who_we_are_cta {
    display: inline-block;
}
.who_we_are_cta a.saari-btn {
    padding: 20px 45px;
    margin-left: 0;
}

.who_we_are_inner.description_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: normal;
}
.who_we_are_sec.description {
    background-color: rgba(13,50,122,0.1);
}
.description_right {
    padding-left: 7%;
}
.description_left {
    padding-right: 7%;
}
.description_sub_text p {
    color: #071B6A;
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.72px;
    line-height: 24px;
}
.description_right_title h1 {
    color: #0D327A;
    font-family: 'Work Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1.27px;
    line-height: 35px;
}
.description_right_title h1 {
    color: #0D327A;
    font-family: 'Work Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1.27px;
    line-height: 35px;
}
.description_right ul {
    margin: 0;
    padding-left: 4%;
}
.description_right_sub_text li {
    color: #071B6A;
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.72px;
    line-height: 24px;
    padding: 15px 0 15px 0;
}
.description_right_sub_text li::marker {
    color: #FF6602;
    font-size: 25px;
    line-height: 25px;
}
.description_cta {
    padding-top: 5%;
}
.description_cta a.saari-btn {
    margin-left: 0;
}



.our_team img.author-image {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.team_img_sec {
    padding: 35px 90px;
}
.our_team a.linkedin_link {
    display: block;
}
.our_team p.author-name {
    color: #1D3B71;
    font-family: 'Work Sans', sans-serif;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -1.1px;
    line-height: 28px;
    text-align: center;
    padding: 50px 0 10px 0;
    margin: 0 auto;
}
.our_team p.author-position {
    height: 50px;
    margin-bottom: 0px;
    color: #FF6602;
    font-family: "Work Sans";
    font-size: 15px;
    letter-spacing: -0.79px;
    line-height: 18px;
    text-align: center;
}
.our_team a.view_bio {
    height: 50px;
    color: #1D366C;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    letter-spacing: -0.84px;
    line-height: 19px;
    text-align: center;
    font-weight: 500;
    padding: 10px 0 10px 0;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.our_team a.linkedin_link img.linkedin_arrow {
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 50px;
    position: absolute;
    margin-top: -30px;
    left: 135px;
    right: 0;
}
.our_team a.view_bio img.btn_arrow {
    position: absolute;
    top: 10px;
    right: -25px;
}
img.btn_arrow {
    position: absolute;
    top: 10px;
    right: 13px;
}
.our_team h2 {
    color: #0D327A;
    font-family: "Work Sans";
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1.7px;
    line-height: 47px;
    text-align: center;
}
#featured_member p.author-position {
    display: none;
}
#featured_member a.linkedin_link {
    /*display: none;*/
}
#featured_member .parentteam-bio {
display:block !important;
  
}
#leadership_team p.author-position {
    display: block;
}
#leadership_team a.linkedin_link {
    display: block;
}
#advisory_board p.author-position {
    display: block;
    color: #606F8C;
    padding: 0 10px;
}
#advisory_board a.linkedin_link {
    display: block;
}
#advisory_board a.view_bio {
    display: none;
}
.our_team_single {
    margin: 55px auto;
}

#featured_member, #leadership_team, #advisory_board{
    padding: 7% 0;
}
#leadership_team{
    background-color: rgba(254,204,2,0.07);
}

/* ******************* What We Do  ******************* */

.who_we_are_sec.description.we_do_this_through_sec {
    padding: 8% 3%;
}
.who_we_are_inner.description_inner_img {
    padding: 10px 0px;
        align-items: unset;
}
.who_we_are_inner.description_inner_text {
    padding: 10px 0px;
        align-items: unset;
}
#we_do_this_through_sec {
    padding-top: 7%;
}
.we_do_this_through_title h2 {
    color: #0D327A;
    font-family: "Work Sans";
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1.7px;
    line-height: 47px;
    text-align: center;
}
.sec_text p {
    color: #071B6A;
    font-family: "Work Sans";
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.72px;
    line-height: 24px;
    text-align: center;
}
.we_do_this_through_sec1,.we_do_this_through_sec2,.we_do_this_through_sec3,.we_do_this_through_sec4 {
    text-align: center;
}

#bottom_sec .who_we_are_inner {
    display: inline-block;
    padding: 100px 15%;
}
#bottom_sec .who_we_are_inner h2 {
    padding: 2% 10%;
}

#bottom_sec .who_we_are_inner .bottom_sec_icon {
    text-align: center;
}
.who_we_are_sec.description.we_do_this_through_sec.desktop {
    display: block;
}
.who_we_are_sec.description.we_do_this_through_sec.mobile {
    display: none;
}

/* ******************* Post Page  ******************* */
.post_title_sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.post_title_left {
    background-color: #071B6A;
    padding: 90px 75px;
}
.post_title_left h1.entry-title {
    color: #FFFFFF;
    font-family: "Work Sans";
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1.7px;
    line-height: 45px;
}
.post_image_right {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.post_title_left .entry-meta, 
.post_title_left time.entry-date.published,
.post_title_left span.author.vcard a {
    color: #FF6602;
    font-family: "Work Sans";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.68px;
    line-height: 19px;
}
.post_title_left h2.post_share_btn {
    color: #FFFFFF;
    font-family: "Work Sans";
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1.1px;
    line-height: 60px;
    margin-top: 130px;
}
.post_title_left .wp-share-button.theme13 .share-button, 
.post_title_left .wp-share-button.theme13 .share-button-more {
    height: 49px  !important;
    width: 49px  !important;
    text-align: center  !important;
    padding: 15px  !important;
    background: #0D327A !important;
    font-size: 20px !important;
}
.post_title_left .wp-share-button.theme13 .facebook {
    background: #0D327A !important;
    margin-left: 0px !important;
}
.post_title_left .wp-share-button {
    margin: 0px 0;
}
.wpusb span.wpusb-btn-inside,
.wpusb span.wpusb-count {
    display: none !important;
}
.wpusb-item {
    background: #0D327A !important;
    margin-left: 0px !important;
    height: 49px !important;
    width: auto;
    text-align: center !important;
    padding: 12px !important;
    background: #0D327A !important;
    font-size: 15px !important;
    border-radius: 50px;
    margin: 0 12px;
}
.wpusb-item .wpusb-btn svg {
    font-style: normal;
    height: 20px;
    width: 25px;
}
.social_share_bottom .wpusb {
    text-align: center;
}
.social_share_bottom .wpusb .wpusb-item {
    height: 65px !important;
    padding: 18px !important;
    margin: 0 12px;
}
.social_share_bottom .wpusb .wpusb-item .wpusb-btn svg {
    height: 50px;
    width: 30px;
}
/*post_content*/

.post_content {
/*     padding: 120px 115px; */
    padding: 90px 115px;
}
.post_content .entry-content p,
.post_content .entry-content em {
    color: #071B6A;
    font-family: "Work Sans";
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.72px;
    line-height: 24px;
}

.post_content .entry-content small {
    color: #071B6A;
    font-family: "Work Sans";
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.72px;
    line-height: 20px;
}
.post_content .entry-content a {
    color: #071B6A;
    text-decoration: underline;
}
.post_content .entry-content h2 {
    color: #071B6A;
    font-family: "Work Sans";
    font-size: 27px;
    font-weight: bold;
    letter-spacing: -1.15px;
    line-height: 24px;
/*   margin: 85px 0 35px 0; */
     margin: 45px 0 35px 0;
    
}
.post_content .entry-content img {
    width: 450px;
    height: auto;
    margin: 0 auto;
}
.testi_post {
    border-left: 3.5px solid #071B6A;
    padding: 10px 200px 10px 30px;
    margin: 70px 0 40px 0;
}
.post_content .entry-content .testi_post p {
    color: #071B6A;
    font-family: "Work Sans";
    font-size: 27px;
    font-weight: bold;
    letter-spacing: -1.36px;
    line-height: 38px;
    margin-bottom: 10px;
}
.post_content .entry-content .testi_post .testi_author p {
    color: #071B6A;
    font-family: "Work Sans";
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.72px;
    line-height: 38px;
}

/****** Tags ******/

body .tags a {
    color: #ffffff !important;
    background-color: #0d327a;
    padding: 10px;
    border-radius: 0px;
    font-family: "Work Sans";
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    box-shadow: 0 8px 36px 0 rgb(0 0 0 / 20%);
    margin: 10px 15px 10px 0;
}
body .tags {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-evenly;
    align-items: center;*/
}
body .tags i.fas.fa-tags {
    padding: 5px;
}
.social_share_bottom .tags {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.social_share_bottom .tags a {
    box-shadow: 0 8px 36px 0 rgb(134 134 134 / 20%);
}


/*gallery*/

.gallery_sec {
    padding: 0px 100px;
}
.gallery_text {
    color: #071B6A;
    font-family: "Work Sans";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.93px;
    line-height: 28px;
    margin: 32px 0;
}
article.post {
    background-color: #FBFAF5;
}
#gallery_img_2, #gallery_img_3, #gallery_img_4, #gallery_img_5 {
    padding-top: 90px;
}

/*social_share_btn*/

.social_share_bottom .social_share_button {
    padding: 30px 0 10px 0;
}
#community-sec.related_post {
    padding-bottom: 70px;
}
.related_post .section_title {
    margin: 35px 20px 0 20px;
}
#community-sec.related_post .slider {
    margin: -100px auto 50px auto;
}
.social_share_bottom h2.post_share_btn {
    color: #0D327A;
    font-family: "Work Sans";
    font-size: 45px;
    font-weight: bold;
    letter-spacing: -1.91px;
    line-height: 60px;
    text-align: center;
    border-top: 1px solid #0D327A;
    width: 65%;
    margin: auto;
    padding-top: 60px;
}
.related_post .section_title p.sec_title {
    text-align: center;
}
.social_share_bottom .wp-share-button {
    text-align: center;
}
.social_share_bottom .wp-share-button.theme13 .share-button, 
.social_share_bottom .wp-share-button.theme13 .share-button-more {
    height: 79px !important;
    width: 79px !important;
    text-align: center !important;
    padding: 20px !important;
    background: #0D327A !important;
    font-size: 37px !important;
    margin: 10px;
}
.social_share_bottom .wp-share-button.theme13 {
    margin-left: 0px !important;
}

/* ******************* page normal  ******************* */

body.page .page.type-page {
    padding: 120px 115px;
    background-color: #FBFAF5;
}
body.page .page.type-page h1.entry-title {
    color: #0D327A;
    font-family: 'Work Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1.7px;
    line-height: 47px;
    text-align: center;
}
body.page .page.type-page p {
    color: #071B6A;
    font-family: "Work Sans";
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.72px;
    line-height: 24px;
}

/* ******************* Map  ******************* */

body.page-template-map_page-php .section_title {
    text-align: center;
}

/* ******************* Footer  ******************* */
footer#ct-footer {
    text-align: center;
    background-color: #000;
    padding: 100px 0 50px 0;
}
footer .widget {
    margin: 0 0 0;
}
.footer-widgets {
    padding: 0 15%;
}
.footer-text p {
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.64px;
    line-height: 22px;
    text-align: center;
    margin: 32px 0 55px 0;
}
.footer-menu {
    padding-left: 0;
}
.footer-menu-social {
    /*display: flex;*/
    align-items: center;
    border-top: 1px solid rgba(151,151,151,0.37);
    border-bottom: 1px solid rgba(151,151,151,0.37);
    padding: 20px 0;
}
.footer-menu-social ul#menu-footer-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding-left: 0;
}
.footer-menu-social ul#menu-footer-menu li a {
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.73px;
    line-height: 16px;
    padding: 25px 20px;
}
.footer-menu-social ul#menu-footer-menu li a:first-child {
    padding-left: 0;
}
footer p.social_links a {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    margin: 0 5px;
}
p.social_links {
    margin: 0;
    float: right;
}
.footer-social-icon {
    padding-right: 0;
}
.footer-copyright-text {
    padding-top: 100px;
}
.footer-copyright-text p {
    opacity: 0.58;
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.55px;
    line-height: 22px;
    text-align: center;
}

/* ******************************* Media Query ******************************* */

@media (min-width: 2500px){

  
}
@media (min-width: 2200px) and (max-width: 2499px){


}
@media (min-width: 2048px) and (max-width: 2199px){

}
@media (min-width: 1900px) and (max-width: 2047px) {

}

@media (min-width: 1600px) and (max-width: 1899px){

}
@media (min-width: 1440px) and (max-width: 1599px){

}

/* Resolution 1366 * 768 */

@media (min-width: 1200px) and (max-width: 1399px) {


}

@media (min-width: 1230px){


}
/* Large desktops and laptops */
@media (min-width: 1200px){


}

/* ******************* Media Query ******************* */

/*  ipad pro Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.navbar-default .navbar-nav>li>a {
    font-size: 12px;
}
p.post-author {
    font-size: 13px;
}
a.saari-btn {
    padding: 20px 70px;
}
    /* change start */
    a.saari-btn-map {
    padding: 20px 70px;
    margin-right: 320px;
    margin-bottom: 22px;
}
.our_team a.linkedin_link img.linkedin_arrow {
    left: 100px;
}
.head-logo-side-text h3 {
    padding-left: 15px;
    }
    /* change end */
#people_slider1 a.post-title, #culture-sec a.post-title, #community-sec a.post-title, #business-sec a.post-title, #family-sec a.post-title, #youth-sec a.post-title, p.saari-post-cat {
    font-size: 16px;
    line-height: 20px;
}
#slider_nav_2 .slick-slide, #slider_nav_3 .slick-slide, #slider_nav_4 .slick-slide {
    width: 215px !important;
}

.footer-copyright-text {
    padding-top: 50px;
}
.footer-menu-social ul#menu-footer-menu {
    display: -webkit-box;
}
}

/* ipad Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
body .mobile {
    display: block;
    margin-top: 20px;
} 

body .desktop { 
display: none;
} 
.blog-slider-sec #slider_nav_1 .slick-slide {
    opacity: 1;
}
a.post-image-link {
    padding: 0;
    margin: 0;
}
html {
    overflow-x: hidden !important;
}
body {
    overflow-x: hidden !important;
}

.container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 11px;
}
.head-logo-text {
    align-items: center;
}
.head-logo-side-text {
    margin-left: 6%;
}
.nav>li>a {
    padding: 10px 5px;
}
.head-logo-side-text h3 {
    font-size: 12px;
    line-height: 15px;
}
.blog-slider-sec {
    padding-bottom: 25px;
}
div#map-sec {
    padding-top: 50px;
}
.post_title_left {
    padding: 20px 35px;
}
.who_we_are_sub_title p {
    padding: 30px 10px 30px 0px;
}
.who_we_are_title h1 {
    font-size: 45px;
    line-height: 35px;
}
body #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item {
    max-width: 55px;
    margin: 7px;
}

#slider_2 img.post-image, #slider_3 img.post-image, #slider_4 img.post-image {
    width: 350px;
    height: 250px;
}
#slider_1 img.post-image {
    width: 570px;
    height: 350px;
    object-fit: cover;
}
#community_slider img.post-image, #business-sec img.post-image {
    width: 150px;
    height: 125px;
    object-fit: cover;
}
#slider_nav_2 img.author-image, #slider_nav_3 img.author-image, #slider_nav_4 img.author-image {
    width: 265px;
    height: 125px;
    object-fit: cover;
}
body #slider_nav_2 .slick-slide,
body #slider_nav_3 .slick-slide,
body #slider_nav_4 .slick-slide {
    width: 150px !important;
}
p.post-author {
    margin-top: 0px;
}
a.saari-btn {
    padding: 20px 30px;
}

a.saari-btn-map 
    {
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.06px;
    line-height: 18px;
    text-align: center;
    padding: 20px 61px;
    border-radius: 4px;
    background-color: #071B6A;
    /* margin-left: -4%; */
    margin-right: 216px;
    margin-bottom: 22px;
}
#culture-sec {
    margin-top: -18.8%;
}
#people_slider1 a.post-title, #culture-sec a.post-title, #community-sec a.post-title, #business-sec a.post-title, #family-sec a.post-title, #youth-sec a.post-title, p.saari-post-cat {
    font-size: 16px;
    line-height: 20px;
}
body #slider_nav_2 .slick-prev, body #slider_nav_4 .slick-prev {
    left: 60%;
}
body .slick-next {
    right: 15px;
}
body .slick-prev {
    left: 580px;
}
body #slider_nav_3 .slick-prev {
    left: 165%;
}
.modal-dialog {
    margin: 150px auto;
}
.our_team img.author-image {
    width: 150px;
    height: 150px;
}
.post_title_left h1.entry-title {
    font-size: 31px;
    line-height: 40px;
}
.post_title_left h2.post_share_btn {
    margin-top: 20px;
}
.wpusb-item {
    height: 35px !important;
    padding: 5px !important;
    margin: 0 10px;
}
.footer-menu-social ul#menu-footer-menu {
    display: inline-flex;
}
.footer-social-icon {
    padding: 15px 0 10px 0;
}
.footer-menu-social {
    display: block;
}
p.social_links {
    margin: 0;
    float: unset;
}
.footer-copyright-text {
    padding-top: 50px;
}
.footer-menu, .footer-social-icon {
    width: 100%;
}
}


/* Landscape iphones 6 and portrait tablets */
@media (max-width: 767px) {

body .mobile {
    display: block;
    margin-top: 20px;
} 

body .desktop { 
display: none;
} 
.container {
    padding-right: 25px;
    padding-left: 25px;
}
html {
    overflow-x: hidden !important;
}
.blog-slider-sec #slider_nav_1 .slick-slide {
    opacity: 1;
}
a.post-image-link {
    padding: 0;
    margin: 0;
}
p.saari-post-cat {
    margin-bottom: 10px;    
}
.post_title_sec {
    flex-wrap: wrap;
}
p, p.post-content,p.post-author {
    font-size: 13px;
    line-height: 15px;
}
p.post-author {
    margin-top: 0px;
}
p.post-author {
    padding-left: 5%;
}
header#masthead {
padding: 30px 0 0px 0;
}
#mysticky-nav.wrapfixed .head-logo-text {
    margin-top: 3%;
    margin-bottom: 2%;
}
#mysticky-nav.wrapfixed .head-logo-side-text h3 {
    font-size: 10px;
    line-height: 12px;
}
main {
    padding-top: 34%;
}
.main-navigation ul {
    float: unset;
}
.navbar-collapse.collapse.in{
    position: absolute;
    width: 100vw;
    right: -15%;
    z-index: 999;
    background-color: #0d327a !important;
    border-top: none !important;
    margin: 0 !important;
    padding: 20px !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 35% !important;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    text-align: center;
}
.head-logo {
    padding-left: 0px;
    left: -5%;
}
.head-logo img {
    max-width: 80%;
}
.head-logo-side-text h3 {
    font-size: 12px;
    line-height: 15px;
}
.head-logo-text {
    display: flex;
    align-items: self-start;
    float: unset;
    text-align: center;
    margin-top: 15%;
    width: 65%;

}
.head-menu {
    position: relative;
    float: right;
    margin-top: -20%;
}
.head-logo-side-text {
    margin-left: 0%;
    left: -7%;
}

body #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item {
    max-width: 75px;
    margin: 10px;
}
#mysticky-wrap {
    margin-top: -20%;
}
#mysticky-wrap .navbar-default .navbar-toggle {
    left: 2%;
}
.navbar-toggle {
    margin-top: -10px;
}
li.post_cat_menu a {
    font-size: 9px;
    padding: 10px 10px;
}
/** post title ***/
.post_title_left {
    background-color: #071b6a9c;
    padding: 30px 30px;
    position: relative;
    z-index: 9;
}
.post_image_right {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    object-fit: cover;
}
.post_title_left h2.post_share_btn {
    margin-top: 30px;
}
.social_share_bottom .tags {
    margin-top: 25px;
}
/*** **/
#slider_nav_2 .blog_slider_single,
#slider_nav_3 .blog_slider_single,
#slider_nav_4 .blog_slider_single {
    width: 50%;
}
#community-sec .blog_slider_single, #business-sec .blog_slider_single {
    width: 49%;
    display: inline-grid;
    margin-bottom: 30px;
}
/****************** popup on home **************/
#join_collective .modal-content, #get_listed_on_map .modal-content {
    margin-top: 20%;
}

/**** Post content *****/
#people_slider1 a.post-title,#culture-sec a.post-title, #community-sec a.post-title, #business-sec a.post-title, #family-sec a.post-title, #youth-sec a.post-title,p.saari-post-cat {
    font-size: 16px;
    line-height: 20px;
}
/****************** banner slider image  **************/
#slider_1 img.post-image {
    width: 370px;
    height: 250px;
    object-fit: cover;
}
/****** Image size ******/
#slider_nav_2 img.author-image, #slider_nav_3 img.author-image, #slider_nav_4 img.author-image {
    width: 150px;
    height: 120px;
    object-fit: cover;
}
#community_slider img.post-image, #business-sec img.post-image {
    width: 150px;
    height: 120px;
    object-fit: cover;
}
#slider_2 img.post-image, #slider_3 img.post-image, #slider_4 img.post-image {
    width: 300px;
    height: 225px;
}
/****************** section title **************/
.section_title p.sec_title {
    font-size: 31px;
    line-height: 40px;
    margin-bottom: 0.5em;
}
/****************** banner post **************/
.blog-slider-sec .slider {
    padding: 0px 10px;
}
/** share **/
.social_share_bottom .wpusb .wpusb-item {
    height: 45px !important;
    padding: 10px !important;
    margin: 0 10px;
}
.social_share_bottom .wpusb .wpusb-item .wpusb-btn svg {
    height: 30px;
    width: 25px;
}
.social_share_bottom h2.post_share_btn {
    font-size: 35px;
    line-height: 38px;
    width: 100%;
}
.social_share_bottom .wp-share-button.theme13 .share-button, .social_share_bottom .wp-share-button.theme13 .share-button-more,
.post_title_left .wp-share-button.theme13 .share-button, .post_title_left .wp-share-button.theme13 .share-button-more {
    height: 30px !important;
    width: 30px !important;
    padding: 6px 5px !important;
    font-size: 14px !important;
}
/****************** form  **************/
#form-sec input.wpcf7-email {
    width: 80%;
    display: block;
    margin-left: 9%;
}
#form-sec input.wpcf7-form-control.wpcf7-submit {
    margin-top: 5%;
}
/****************** map  **************/
#featured_member .popup-author-info, #leadership_team .popup-author-info, #advisory_board .popup-author-info {
    padding: 15px 20px;
}
div#map-sec {
    padding: 50px 35px 20px 35px;
}
#map-sec .map_three_img .col-md-4 {
    padding-bottom: 30px;
}
#map-sec .col-sm-4 {
    float: left;
}
#map-sec .saari-btn-sec {
    float: unset;
    padding-left: 9%;
}
/* all img */
body #slider_nav_2 .slick-slide,
body #slider_nav_3 .slick-slide,
body #slider_nav_4 .slick-slide {
   width: 150px !important;
   margin: 0 10px;
}
#slider_nav_2, #slider_nav_3, #slider_nav_4 {
        margin-top: 0% !important;
}
.culture_slider, .community_slider, .business_slider, .family_slider {
    /*margin: 0px 0px !important;*/
    /*padding-right: 0px;*/
}
#culture-sec {
    margin-top: -1.8%;
}
#culture-sec .slider{
    margin: -45px auto 50px auto;
}
#youth-sec .slider {
    margin: -35px auto 50px auto;
}
#family-sec .slider {
    margin: -45px auto 50px auto;
}
.sec_title_main {
    margin-top: 0px;
}
.section_title p.sec_sub_title {
    margin-bottom: 0.5em;
}
/****************** who_we_are_sec **************/
.who_we_are_sec.description.we_do_this_through_sec.desktop {
    display: none;
}
.who_we_are_sec.description.we_do_this_through_sec.mobile {
    display: block;
}


.who_we_are_inner,
#bottom_sec .who_we_are_inner {
    padding: 50px 15px;
}

.who_we_are_title h1,
.we_do_this_through_title h2,
.our_team h2 {
    font-size: 31px;
    line-height: 40px;
}
.who_we_are_sub_title p {
    padding: 20px 15px 0px 0px;
}
.we_do_this_through_sec1 img, .we_do_this_through_sec2 img, .we_do_this_through_sec3 img, .we_do_this_through_sec4 img {
    padding-bottom: 10%;
}
.who_we_are_cta {
    margin-top: 5%;
}
.who_we_are_right {
    padding-top: 0%;
}
#bottom_sec .who_we_are_inner h2 {
    padding: 2% 0%;
}
.team_img_sec {
    padding: 10px 25px;
}
.description_left {
     padding-right: 0%; 
}
.description_right {
    padding-left: 10%;    
    padding-top: 10%;
}
.description_right_sub_text li {
    padding: 5px 0 5px 0;
}
.our_team_single {
    margin: 10px auto 25px auto;
}
.our_team p.author-name {
    padding: 35px 0 10px 0;
}
.our_team a.linkedin_link img.linkedin_arrow {
    left: 105px;
}
#leadership_team p.author-name, 
#advisory_board p.author-name{
    padding: 45px 0 10px 0;
}
.our_team_single {
    margin: 10px auto 40px auto;
}
#leadership_team p.author-position {
    height: 27px;
}
.our_team img.author-image {
    width: 250px;
    height: 250px;
}
.modal-dialog {
    margin: 60px auto;
}
/****************** post page single *************/
main {
    padding-top: 0;
}
body.single-post .post_content {
    padding: 30px 20px;
}
.related_post .row.sec_title_main {
    padding-top: 115px;
}
.related_post .slick-prev, .related_post .slick-next {
    top: -30%;
}
#community-sec.related_post .slider {
    margin: -50px auto 50px auto;
}
#community-sec.related_post .sec_title_main {
    padding-top: 50px;
}
.social_share_bottom .social_share_button {
    padding: 30px 0 50px 0;
}
#community-sec.related_post {
    padding-bottom: 0;
}
#slider_nav_2 .slick-prev, #slider_nav_2 .slick-next, #slider_nav_4 .slick-prev, #slider_nav_4 .slick-next {
    top: -7.5% !important;
}
/** FOOTER ***/
.footer-widgets {
    padding: 0 5%;
}
.footer-menu {
    padding-left: 0;
    padding-right: 0px;
}
.footer-menu-social ul#menu-footer-menu {
    display: block;
}
.footer-menu-social ul#menu-footer-menu li a {
    font-size: 13px;
    padding: 25px 15px;
}
.footer-menu-social ul#menu-footer-menu li {
    padding: 5px 0;
}
.footer-menu-social {
    display: block;
}
.footer-social-icon {
    padding-right: 0;
    padding-left: 0;
}
p.social_links {
    margin: 10px 10px 10px -2px;
    float: unset;
}
.footer-copyright-text {
    padding-top: 15px;
    padding-bottom: 25px;
}
}
/* Landscape iphones 5 and portrait tablets */
@media (max-width: 640px) {
    
    a.saari-btn-map {
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.06px;
    line-height: 18px;
    text-align: center;
    padding: 20px 61px;
    border-radius: 4px;
    background-color: #071B6A;
        margin-left: -4%;
        margin-right: 0px;
    margin-bottom: 0px;
    }

}

/* Landscape phones and smaller */
@media (min-width: 380px) and (max-width: 480px){

.our_team a.linkedin_link img.linkedin_arrow {
    left: 41%;
}
    
.head-logo {
    padding-left: 0px;
    margin-left: -10px;
}
#mysticky-wrap .navbar-default .navbar-toggle {
    left: 1%;
}
    
    a.saari-btn-map {
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.06px;
    line-height: 18px;
    text-align: center;
    padding: 20px 61px;
    border-radius: 4px;
    background-color: #071B6A;
        margin-left: -4%;
        margin-right: 0px;
    margin-bottom: 0px;
    }
.head-logo img {
    max-width: 75%;
}
.head-logo-side-text {
    margin-left: 0%;
}
.search_line {
    display: none !important;
}
li.post_cat_menu a {
    font-size: 10px;
    padding: 10px 5px;
}
a.saari-btn {
    padding: 20px 60px;
}
.form_title p.form_title {
    font-size: 35px;
    margin: 10px 35px;
}

body #slider_nav_2 .slick-slide,
body #slider_nav_3 .slick-slide,
body #slider_nav_4 .slick-slide {
    width: 165px !important;
    margin-left: 0 15px;
}
body #slider_2 img.post-image, 
body #slider_3 img.post-image, 
body #slider_4 img.post-image {
    width: 100%;
    height: 225px;
}

}

@media (max-width: 320px) {
body #slider_nav_2 .slick-slide,
body #slider_nav_3 .slick-slide,
body #slider_nav_4 .slick-slide {
   width: 115px !important;
   margin: 0 10px;
}
.head-logo {
    padding-left: 0px;
    margin-left: -10px;
}
#mysticky-wrap .navbar-default .navbar-toggle {
    left: 3%;
}
.head-logo img {
    max-width: 75%;
}
.head-logo-side-text {
    margin-left: -5%;
}
li.post_cat_menu a {
    font-size: 10px;
    padding: 10px 5px;
}
a.saari-btn {
    padding: 20px 60px;
}
    
    a.saari-btn-map {
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.06px;
    line-height: 18px;
    text-align: center;
    padding: 20px 61px;
    border-radius: 4px;
    background-color: #071B6A;
        margin-left: -4%;
        margin-right: 0px;
    margin-bottom: 0px;
    }
.form_title p.form_title {
    font-size: 35px;
    margin: 10px 35px;
}
#slider_nav_2 .slick-slide {
    width: 280px !important;
}
#slider_nav_3 .slick-slide {
    width: 280px !important;
}
#slider_nav_4 .slick-slide {
    width: 280px !important;
}
.our_team a.linkedin_link img.linkedin_arrow {
    left: 80px;
}
.blog-slider-sec .slider {
    padding: 0px 10px;
}
.section_title p.sec_title {
    font-size: 37px;
    line-height: 47px;
}
}


@media (min-width:712px) and (max-height:1138px){
#mysticky-wrap .navbar-default .navbar-toggle {
    top: 78px;
}
.navbar-collapse.collapse.in {
    right: -11%;
    margin-top: 110% !important;
}
}