/* CSS Document */
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../css/owl.carousel.css");
@import url("../css/animate.css");

/*Google Font*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*  font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Slab', serif; */
html{overflow-x: hidden;}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	font-family: 'Roboto', sans-serif;
	color: #262626;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 0;
}
p {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0;
	color: #262626;
}
@media (max-width: 1600px) {
    body, p {
        font-size: 17px;
        line-height: 1.7;
    }
}
@media (max-width: 991px) {
	body,p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	body,p {
		font-size: 15px;
        line-height: 1.6;
	}
}

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

.fit_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fit_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Selection */

::-moz-selection {
	background: #d21c32;
	color: #fff;
}

::-webkit-selection {
	background: #d21c32;
	color: #fff;
}


/* Transition elsements */

a {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}


/* Typography */

a {
	color: #d01f2f;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #262626;
	outline: 0;
}

ul li,
ol li {
	color: #262626;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p,
.white li{
    color: #fff;
}

.upcase {
	text-transform: uppercase
}

h1 {
    font-family: 'Roboto Slab', serif;
	font-size: 90px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
}

@media (max-width: 1199px) {
	h1 {
	   font-size: 70px;
	}
}
@media (max-width: 991px) {
	h1 {
		font-size: 60px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 50px;
	    line-height: 1.2;
	}
}
@media (max-width: 575px) {
	h1 {
		font-size: 40px;
	}
}

h2 {
    font-family: 'Roboto Slab', serif;
	font-size: 46px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: inherit;
}
h2 span {
    color: #d02030;
}

@media (max-width: 1199px) {
	h2 {
		font-size: 42px;
	}
}

@media (max-width: 991px) {
	h2 {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	h2 {
		font-size: 26px;
	}
}

h3 {
    font-family: 'Roboto Slab', serif;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
}

@media (max-width: 991px) {
	h3 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	h3 {
		font-size: 20px;
	}
}

h4 {
    font-family: 'Roboto Slab', serif;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.42px;
	font-weight: 700;
}

@media (max-width: 991px) {
	h4 {
		font-size: 19px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	h4 {
		font-size: 17px;
	}
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin: 0;
	margin-bottom: 20px;
}

p,
ol,
ul,
blockquote {
	margin: 0 0 20px;
}
@media(max-width:575px){
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 15px;
    }
}
strong,
b {
	color: #262626;
	font-weight: 700;
}

blockquote {
	border-color: #f7f7f7;
}

blockquote.serif-quote {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

/* Forms */
input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
textarea,
select {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0;
	padding: 16px 25px;
	height: inherit;
	z-index: 1;
	direction: ltr;
	position: relative;
	box-shadow: none;
	background-color: #fff;
	border: solid 1px #fff;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #262626;
	font-size: 18px;
	line-height: 26px;
}
input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: rgba(13, 13, 13, 0.7);
	font-size: 18px;
	line-height: 26px;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: rgba(13, 13, 13, 0.7);
	font-size: 18px;
	line-height: 26px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: rgba(13, 13, 13, 0.7);
	font-size: 18px;
	line-height: 26px;
}
input:focus,
textarea:focus {
	background-color: #fff;
	border-color: #d01f2f;
	outline: 0;
	color: #262626;
    }
button:focus {outline: none;}

/* Buttons */
.btn_holder {margin-top: 20px;}
.my_btn {
	position: relative;
	padding: 10px 40px;
	min-width: 240px;
	color: white !important;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	background-color: #d01f2f;
	border: 2px solid #d01f2f;
	text-align: center;
	border-radius: 60px;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    }
.my_btn:hover,
.my_btn:focus {
	background-color: #002e6c;
	border-color: #002e6c;
	color: white !important;
    }
.my_btn.border_white{
	background-color: transparent;
	color: white !important;
    border: 2px solid #fff;
    }
.my_btn.redwhite{
	background-color: #fff;
	color: #d02030 !important;
    border: 2px solid #fff;
    }
.my_btn.redwhite:hover,
.my_btn.redwhite:focus{
	background-color: #d02030;
	color: #fff !important;
    border: 2px solid #d02030;
    }
.my_btn.blue{
	background-color: #002e6c;
	color: #fff !important;
    border: 2px solid #002e6c;
    }
.my_btn.blue:hover,
.my_btn.blue:focus{
	background-color: #fff;
	color: #002e6c !important;
    border: 2px solid #fff;
    }
.my_btn.bluehred{
	background-color: #002e6c;
	color: #fff !important;
    border: 2px solid #002e6c;
    }
.my_btn.bluehred:hover,
.my_btn.bluehred:focus{
	background-color: #d02030;
	color: #fff !important;
    border: 2px solid #d02030;
    }
@media (max-width: 1600px) {
    .my_btn {
        padding: 9px 30px;
        min-width: 230px;
    }
}
@media (max-width: 1199px) {
    .my_btn {
        padding: 8px 30px;
        min-width: 200px;
        font-size: 17px;
    }
}
@media (max-width: 991px) {
	.btn_holder {
		margin-top: 15px;
	}
    .my_btn {
        padding: 7px 30px;
        min-width: 180px;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .my_btn {
        padding: 7px 20px;
        min-width: 190px;
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 575px) {
    .my_btn {
        font-size: 15px;
        line-height: 22px;
        min-width: 170px;
    }
}

/* 1920 Container */
@media (min-width: 1700px) {
	.container {
        max-width: 1600px;
	}
}
/* SM Container */
@media (min-width: 1200px) {
    .container.sm {
        max-width: 1140px;
    }
}


/* Header */
.header .container {
	position: relative;
}
.header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-color: transparent;
	width: 100%;
	z-index: 99;
	display: block;
}
.header.sticky {
	position: fixed;
	background-color: #002e6c;
}
.header .container-fluid{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo {
	padding: 18px 0;
	position: relative;
	z-index: 3;
}
.header .logo a {
	display: block;
}
.header .logo img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
.header.sticky .logo img {
	max-width: 220px;
}
.header .header_right {
	position: relative;
	order: 6;
}
.header .header_right .my_btn {
	padding: 9px 25px;
	min-width: 160px;
	font-size: 16px;
	line-height: 26px;
    margin-right: 10px;
}
.header .header_right .my_btn:hover {
    background-color: #fff;
    color: #d02030 !important;
    border-color: #fff;
}
.searchbtn{
    margin: 0 10px 0 5px;
    width: 22px;
    height: 23px;
    line-height: 23px;
    margin-right: 10px;
    display: inline-block;
}
.searchbtn img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*Header Menu*/
.main_menu {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(208,32,48,0.5);
    border-radius: 50%;
    padding: 7px;
}
.main_menu:hover {
    background-color: rgba(208,32,48,0);
}
.nav_btn {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	overflow: hidden;
	background-color: #d02030;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
}
.main_menu:hover .nav_btn {
    transform: scale(1.2);
}
.nav_btn span {
	display: block;
	width: 16px;
	height: 2px;
	background-color: #fff;
	margin: 2px;
}
.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	background-color: rgba(38, 38, 38, 0.96);
	overflow-y: hidden;
	transition: 0.5s;
    overflow-y: hidden;
}
.overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 100px 0;
    height: 100%;
    overflow-y: scroll;
}
.overlay ul {
	margin: 0;
	padding: 0;
}
.overlay ul li {
	padding: 0;
	list-style: none;
	display: block;
    text-align: left;
	margin: 30px 0 40px;
}
.accordion .link,
.overlay ul li a {
	text-decoration: none;
	display: inline-block;
	transition: 0.3s;
	opacity: 1;
	font-size: 24px;
	line-height: 1.4;
	color: #b0b0b0;
    font-weight: 300;
    text-transform: uppercase;
}

.accordion .link:hover,
.accordion .link:focus,
.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay ul li.current a {
	color: #fff;
    text-decoration: underline;
}
.overlay .closebtn {
	position: absolute;
	top: 12px;
	right: 15px;
	margin: 0;
	display: block;
	z-index: 10;
	width: 50px;
	height: 50px;
	padding-top: 16px;
}
.overlay .closebtn span {
	display: block;
    width: 40px;
    height: 3px;
    background-color: #d02030;
}
.overlay .closebtn span:nth-child(1) {
	transform: rotate(45deg);
	margin-top: 7px;
}
.overlay .closebtn span:nth-child(2) {
	transform: rotate(-45deg);
	margin-top: -3px;
}
.overlay .closebtn:hover,
.overlay .closebtn:focus {
	opacity: 0.8;
}

/**/
.accordion .link {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 22px;
    line-height: 1;
    vertical-align: top;
    margin-top: 4px;
}

.accordion .submenu li{
    margin: 0;
}
.accordion li:last-child .link { 
    border-bottom: 0;
}
.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.accordion.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
ul.mobile_mainmenu li.menu-item-has-children > a{
    position: relative;
    padding-right: 10px;
}
ul.mobile_mainmenu li.menu-item-has-children ul li {
    margin: 0;
}
ul.mobile_mainmenu li.menu-item-has-children.open > a:after {
    top: 3px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion.open .link {
    color: #fff;
    text-decoration: underline;
}
/* Submenu */
ul.mobile_mainmenu {
    max-width: 340px;
    margin: 0 auto;
    overflow: hidden;
}
ul.submenu {
    display: none;
    padding-left: 30px;
    padding-top: 20px;
}
ul.submenu li{
    padding: 15px 0;
}
ul.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
}
ul.submenu a:hover {
    color: #FFF;
}
/**/
.menu_search {
    display: block;
    margin-bottom: 40px;
}
.menu_search input[type="search"] {
    max-width: 700px;
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
    font-size: 20px;
}
.menu_search input::placeholder {
	color: #fff;
	opacity: 1;
    font-size: 20px;
}

/* lang dropdown */
.lang_dropdown {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.lang_dropdown ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 8px;
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg);
}
.dropdown__options-filter {
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
}
.dropdown__filter {
    position: relative;
    display: flex;
    padding: 5px;
    color: #fff;
    background-color: transparent;
    text-transform: capitalize;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
}
.dropdown__filter:focus {
    outline: none;
}
.dropdown__filter::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg) translateX(-50%);
    transition: 0.2s ease-in-out;
    display: block;
    vertical-align: middle;
    margin-left: 10px;
}
.dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(152, 152, 152, 0.6);
    transform: scaleY(0);
    transform-origin: top;
    font-weight: 300;
    transition: 0.2s ease-in-out;
}
.dropdown__select-option {
    padding: 6px 10px;
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    transition: 0.3s;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}
.dropdown__filter-selected {
    color: #fff;
    font-weight: 700;
}
.dropdown__select-option:last-of-type {
    border-bottom: 0;
}
.dropdown__select-option:hover {
    background-color: #d02030;
    color: #fff;
}
.mobile_show{
    display: none;
}
@media (max-width: 1199px) {
    .header .logo {
        padding: 14px 0;
    }
    .header .logo img {
        max-width: 250px;
    }
    .header.sticky .logo img {
        max-width: 170px;
    }
    .header .header_right .my_btn {
        padding: 7px 20px;
        min-width: 150px;
        font-size: 15px;
        line-height: 24px;
        margin-right: 6px;
    }
    .searchbtn {
        margin: 0 5px 0 0;
        margin-right: 5px;
    }
    .lang_dropdown {
        margin-right: 6px;
        min-width: 80px;
    }
    .nav_btn {
        width: 54px;
        height: 54px;
    }
    .dropdown__filter::after {
        width: 9px;
        height: 9px;
        margin-left: 7px;
    }
    .dropdown__select-option {
        font-size: 15px;
    }
    .accordion .link, .overlay ul li a {
        font-size: 20px;
    }
    .overlay ul li {
        margin: 20px 0 30px;
    }
    ul.mobile_mainmenu li.menu-item-has-children > a:after {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .mobile_hide{
        display: none;
    }
    .mobile_show{
        display: block;
    }
    .header .header_right .my_btn {
        padding: 6px 15px;
        min-width: 110px;
        font-size: 14px;
        line-height: 22px;
    }
    .mobile_show a {
        background-color: #d02030;
        padding: 10px 30px;
        color: #fff !important;
        border-radius: 50px;
    }
    .header.sticky .logo img,
    .header .logo img {
        max-width: 170px;
    }
    .nav_btn {
        width: 44px;
        height: 44px;
    }
    .main_menu {
        padding: 5px;
    }
    .overlay ul li {
        text-align: center;
        margin: 15px 0 25px;
    }
    .overlay-content {
        padding: 80px 15px;
    }
    ul.submenu {
        padding-left: 0;
        padding-top: 10px;
    }
    ul.submenu li {
        padding: 8px 0;
    }
    .lang_dropdown ul {
        border-radius: 6px;
    }
}

@media (max-width: 767px) {
    .header .header_right .my_btn {
        padding: 3px 15px;
        min-width: inherit;
        font-size: 14px;
        line-height: 20px;
    }
    .searchbtn {
        width: 18px;
        height: 18px;
        line-height: 20px;
        margin-right: 0;
    }
    .dropdown__select-option {
        font-size: 14px;
    }
    .overlay .closebtn {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 575px) {
    .header .logo {
        padding: 10px 0;
    }
    .header.sticky .logo img, .header .logo img {
        max-width: 150px;
    }
    .searchbtn {
        display: none;
    }
    .header .header_right .my_btn {
        margin-right: 4px;
    }
    .lang_dropdown {
        margin-right: 0;
        min-width: 70px;
    }
    .nav_btn {
        width: 36px;
        height: 36px;
    }
    .overlay .closebtn {
        width: 30px;
        height: 30px;
    }
    .overlay .closebtn span {
        width: 30px;
    }
    .header .container-fluid {
        padding: 0 7px !important;
    }
    .header .header_right .my_btn {
        padding: 2px 11px;
        font-size: 13px;
        line-height: 18px;
    }
    .dropdown__filter-selected {
        font-size: 13px;
    }
    .dropdown__select-option {
        padding: 4px 5px;
        font-size: 13px;
    }
    .lang_dropdown {
        min-width: inherit;
    }
    .dropdown__filter::after {
        width: 7px;
        height: 7px;
        margin-left: 6px;
    }
    .menu_search input[type="search"] {
        font-size: 18px;
    }
    .menu_search input::placeholder {
        font-size: 18px;
    }
    .accordion .link, .overlay ul li a {
        font-size: 18px;
    }
    .overlay ul li {
        margin: 10px 0 20px;
    }
    ul.mobile_mainmenu li.menu-item-has-children > a:after {
        font-size: 16px;
    }
	.accordion .link {
		margin-top: 0;
	}
}

@media (max-width: 400px) {
    .header.sticky .logo img, .header .logo img {
        max-width: 120px;
    }
    .nav_btn {
        width: 26px;
        height: 26px;
    }
    .nav_btn span {
        width: 12px;
        height: 1px;
        margin: 1.5px;
    }
}


/* Billboard */
.billboard {
    padding: 200px 0;
    margin: 0;
	position: relative;
    height: 100vh;
    min-height: 900px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.billboard:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #262626;
    opacity: 0.28;
}
.billboard .container{
    position: relative;
    z-index: 2;
}
.billboard .captions {
    width: 77%;
}
.billboard .captions h1{
    margin-bottom: 10px;
}
.billboard .captions h2 {
    font-size: 60px;
    font-weight: 400;
}
.billboard .captions p {
    font-size: 24px;
    line-height: 1.4;
}
.logo_shape_white {
    position: absolute;
    top: 52%;
    left: 3%;
    transform: translateY(-50%);
    width: 650px;
    height: 650px;
    object-fit: contain;
    opacity: 0.12;
}

/* Tooltip */
.main_ttbox{
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    z-index: 5;
}
.ttips {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all .5s;
}
.ttips:hover {
    overflow: visible;
}
.ttips .fit_icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 6px 11px;
    display: block;
}
.ttips:hover .fit_icon {
    background-color: #d02030;
    border: 2px solid #d02030;
}
.ttips .fit_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tooltipText {
    background-color: #d02030;
    position: absolute;
    top: 0;
    right: 120%;
    padding: 9px 15px;
    font-size: 18px;
    font-weight: 700;
    opacity: 0;
    transition: all .5s;
    color: #fff;
    border-radius: 40px;
    min-width: 200px;
    text-align: center;
}
.tooltipText::after {
    content: '';
    border-left: 11px solid #d02030;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
}
.ttips:hover .tooltipText,
.ttips:focus .tooltipText,
.ttips:active .tooltipText{
    opacity: 1;
    transform: translateX(-10px);
}
@media(max-width:1600px){
    .billboard {
        padding: 170px 0;
        min-height: 800px;
    }
    .billboard .captions h2 {
        font-size: 44px;
        margin-bottom: 15px;
    }
    .billboard .captions p {
        font-size: 18px;
        line-height: 1.6;
    }
    .logo_shape_white {
        top: 46%;
        left: 2%;
        width: 450px;
        height: 450px;
    }
}
@media(max-width:1199px){
    .billboard {
        padding: 130px 0;
        min-height: 700px;
    }
    .billboard .captions h2 {
        font-size: 36px;
    }
    .billboard .captions p {
        font-size: 16px;
    }
    .logo_shape_white {
        width: 400px;
        height: 400px;
    }
}
@media(max-width:1199px){
    .main_ttbox {
        right: 15px;
    }
    .ttips {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
    }
    .ttips .fit_icon {
        width: 40px;
        height: 40px;
        padding: 1px 7px;
    }
    .tooltipText {
        padding: 6px 15px;
        font-size: 16px;
        min-width: 180px;
    }
}
@media(max-width: 991px){
    .billboard {
        min-height: 740px;
        height: auto;
    }
    .billboard::before {
        opacity: 0.5;
    }
    .billboard .captions {
        padding-right: 70px;
        width: 100%;
    }
    .billboard .captions h2 {
        font-size: 32px;
    }
    .billboard .captions h2 br {
        display: none;
    }
}
@media(max-width: 575px){
    .billboard {
        padding: 140px 0 200px;
        min-height: 500px;
    }
    .billboard .captions {
        padding-right: 40px;
    }
    .billboard .captions h2 {
        font-size: 24px;
    }
    .billboard .captions p {
        font-size: 14px;
    }
    .main_ttbox {
        top: 44%;
        right: 5px;
    }
    .ttips {
        width: 34px;
        height: 34px;
    }
    .ttips .fit_icon {
        width: 34px;
        height: 34px;
        padding: 2px 6px;
    }
    .tooltipText {
        padding: 6px 15px;
        font-size: 14px;
        min-width: 160px;
    }
    .tooltipText::after {
        border-left: 8px solid #d02030;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        right: -6px;
    }
    .ttips:hover .tooltipText, 
    .ttips:focus .tooltipText, 
    .ttips:active .tooltipText {
        transform: translateX(-6px);
    }
    .logo_shape_white {
        width: 250px;
        height: 250px;
        top: 40%;
    }
}
@media(max-width:420px){
    .billboard .captions h2 {
        font-size: 18px;
    }
}

/* All Sections */
/* All Sections */
.sections {
	padding: 90px 0px;
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
    overflow: hidden;
}
.sections.pt0 {padding-top: 0px;}
.sections_title {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.sections_title.left {
	text-align: left;
}
.sections_title.left p{
    max-width: 100%;
    margin: 0;
}
.sections_title h2 {
	position: relative;
}
.sections_title p {
    max-width: 1050px;
    margin: 0 auto;
}
.light_gray_bg{
    background-color: #f5f5f5;
}
@media (max-width:1199px) {
    .sections_title {
        margin-bottom: 25px;
    }
}
@media (max-width:991px) {
	.sections {
		padding: 70px 0px;
	}
	.sections_title {
		margin-bottom: 40px;
	}
	.sections_title br {
		display: none;
	}
}

@media (max-width:767px) {
	.sections {
		padding: 50px 0px;
	}
	.sections_title {
		margin-bottom: 30px;
	}
}

@media (max-width:575px) {
	.sections {
		padding: 40px 0px;
	}
}

/* Transition 0.4s */
.main_menu,
.header,
.logo,
.logo img,
.logo a,
.go-up,
textarea,
input {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/* Serrvice Box */
.services_section {
    margin-top: -160px;
    position: relative;
    z-index: 2;
}
.services_section .sections_title{
    margin-bottom: 0;
}
.services_section .sections_title h2 {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    padding: 30px 55px 15px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    font-size: 40px;
}
.services_section .row {
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 20px;
}
.services_section .row .col {
    padding: 0 10px;
}
.services_section .row .serv_box {
    position: relative;
    padding: 20px;
    border-radius: 14px;
    height: 240px;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    background-color: #262626;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services_section .row .serv_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #262626;
    opacity: 0.36;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services_section .row .serv_box > img {
    width: auto;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services_section .row .serv_box h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services_section .row .serv_box:hover{
    transform: translateY(-5px);
}
.services_section .row .serv_box:hover:before {
    opacity: 0.8;
}
@media(max-width:1600px){
    .services_section {
        margin-top: -130px;
    }
    .services_section .sections_title h2 {
        font-size: 30px;
        padding: 20px 35px 10px;
    }
    .services_section .row {
        padding: 15px 5px;
        border-radius: 16px;
    }
    .services_section .row .serv_box {
        padding: 15px;
        border-radius: 10px;
        height: 170px;
    }
    .services_section .row .serv_box h3 {
        font-size: 20px;
        line-height: 1.2;
    }
    .services_section .row .serv_box > img {
        height: 50px;
        margin-bottom: 15px;
    }
    .services_section .row .serv_box:hover {
        transform: translateY(-4px);
    }
}
@media(max-width: 1199px){
    .services_section .row {
        padding: 5px;
        border-radius: 12px;
        justify-content: center;
    }
    .services_section .row .serv_box {
        padding: 12px;
        height: 180px;
    }
    .services_section .row .serv_box h3 {
        font-size: 17px;
    }
    .services_section .sections_title h2 {
        font-size: 26px;
        padding: 15px 25px 8px;
    }
    .services_section .row .col {
        /*flex: 0 0 33.3333%;
        max-width: 33.3333%;*/
        padding: 5px;
    }
    /*.services_section .row .col:nth-of-type(4) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .services_section .row .col:nth-of-type(5) {
        flex: 0 0 50%;
        max-width: 50%;
    }*/
}
@media(max-width: 991px){
    .services_section {
        margin-top: -110px;
    }
    .services_section .row .serv_box {
        height: 160px;
    }
}
@media(max-width: 767px){
    .services_section .sections_title h2 {
        font-size: 22px;
        padding: 15px 25px 8px;
    }
    .services_section .row .serv_box {
        height: 140px;
    }
    .services_section .row .serv_box h3 {
        font-size: 16px;
    }
    .services_section .row .serv_box > img {
        height: 40px;
        margin-bottom: 10px;
    }
}
@media(max-width: 575px){
    .services_section .sections_title h2 {
        font-size: 20px;
        padding: 13px 20px 6px;
    }
    .services_section .row .serv_box h3 {
        font-size: 14px;
    }
    .services_section .row {
        margin: 0;
    }
    .services_section .row .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /*.services_section .row .col:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }*/
}
@media(max-width: 420px){
    .services_section .sections_title h2 {
        font-size: 20px;
        padding: 11px 10px 7px;
        max-width: 230px;
        line-height: 1.2;
    }
}


/* We are NCDATT */
.we_are{
    padding-bottom: 170px;
}
.we_are h2 {
    color: #d02030;
    margin-bottom: 15px;
}
.we_are .weare_img {
    position: relative;
    z-index: 2;
}
.we_are .weare_img .fit_img {
    border-radius: 10px;
    min-height: 460px;
    border: 22px solid #fff;
    margin-left: -20px;
}
.we_are .weare_text {
    border: 5px solid #b2b2b2;
    border-radius: 14px;
    padding: 70px 70px 70px 150px;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 900px;
    margin-left: -130px;
    margin-top: 70px;
}
.we_are .weare_text .btn_holder {
    margin: 0;
}

.blue_overlay{
    position: relative;
}
.blue_overlay .container{
    position: relative;
    z-index: 2;
}
.blue_overlay:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003885;
    opacity: 0.69;
}
.our_services .row > div:nth-child(1) {
    padding-right: 130px;
}
.our_services ul {
    padding: 0;
    margin-bottom: 40px;
}
.our_services ul li {
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
.our_services ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 3px 3px 0 3px;
    box-shadow: 4px 4px 0 rgb(255 255 255 / 50%);
}
.os_images {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.os_images h3 {
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 100%;
    font-size: 22px;
    margin: 0;
}
.os_images h3.red_bg {
    background-color: #d02030;
    padding: 30px 15px;
}
.os_images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.os_images .osimg_left {
    flex: 0 0 35%;
    max-width: 35%;
    position: relative;
    height: 480px;
    background-color: #262626;
    padding: 70px 0;
}
.os_images .osimg_left h3:nth-of-type(1) {
    top: 0;
}
.os_images .osimg_left h3:nth-of-type(2) {
    bottom: 0;
}
.os_images .osimg_right {
    flex: 0 0 65%;
    max-width: 65%;
    position: relative;
    height: 480px;
}
.os_images .osimg_right .osimg_top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.os_images .osimg_right .osimg_top > div {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    height: 300px;
    background-color: #262626;
    }
.os_images .osimg_right .osimg_top > div.osimg3 {
    height: 180px;
    }
.os_images .osimg_right .osimg_top .osimg2 h3 {
    bottom: 0;
    }
.os_images .osimg_right .osimg_top .osimg3 img {
    opacity: 0.8;
}
.os_images .osimg_right .osimg_top .osimg3 h3,
.os_images .osimg_right .osimg_bottom h3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.os_images .osimg_right .osimg_bottom{
    position: relative;
    height: 250px;
}

@media(max-width:1600px){
    .we_are .weare_text {
        border-radius: 10px;
        padding: 40px 40px 40px 90px;
        width: 650px;
        margin-left: -110px;
        margin-top: 60px;
    }
    .we_are .weare_img .fit_img {
        min-height: 420px;
        border: 20px solid #fff;
    }
    /*.os_images .osimg_left,
    .os_images .osimg_right {
        height: 420px;
    }
    .os_images .osimg_right .osimg_top > div {
        height: 200px;
    }
    .os_images .osimg_right .osimg_bottom {
        height: 220px;
    }*/
    .os_images h3.red_bg {
        padding: 20px 10px;
    }
    .our_services .row > div:nth-child(1) {
        padding-right: 15px;
    }
}
@media(max-width: 1199px){
    .we_are {
        padding-bottom: 150px;
    }
    .we_are .weare_img .fit_img {
        min-height: 380px;
        border: 12px solid #fff;
    }
    .we_are .weare_text {
        padding: 20px 20px 20px 80px;
        width: 560px;
        margin-left: -100px;
    }
    .os_images .osimg_left {
        padding: 60px 0;
    }
    .os_images h3 {
        font-size: 21px;
    }
    .os_images h3.red_bg {
        padding: 16px 10px;
    }
    .os_images .osimg_left {
        flex: 0 0 45%;
        max-width: 45%; 
    } 
    .os_images .osimg_right {
        flex: 0 0 55%;
        max-width: 55%; 
    }
}
@media(max-width: 991px){
    .we_are {
        padding-bottom: 70px;
    }
    .we_are .weare_img .fit_img {
        height: 400px;
        border: 10px solid #fff;
        margin: 0;
    }
    .we_are .weare_text {
	    padding: 60px 40px 50px;
        width: 84%;
        margin: -20px auto 0;
    }
    .os_images {
        margin-top: 40px;
    }
    .our_services ul {
        margin-bottom: 30px;
    }
    .our_services ul li {
        list-style: none;
        margin-bottom: 10px;
    } 
    .os_images .osimg_left {
        flex: 0 0 40%;
        max-width: 40%; 
    } 
    .os_images .osimg_right {
        flex: 0 0 60%;
        max-width: 60%; 
    }
}
@media(max-width: 767px){
    .we_are {
        padding-bottom: 60px;
    }
    .we_are .weare_img .fit_img {
        height: 350px;
    }
    .we_are .weare_text {
	    padding: 50px 30px 40px;
    }
    .os_images .osimg_left,
    .os_images .osimg_right {
        height: 400px;
    }
    .os_images .osimg_right .osimg_top > div {
        height: 220px;
    }
   /* .os_images .osimg_right .osimg_bottom {
        height: 180px;
    }
    .os_images h3.red_bg {
        padding: 20px 10px;
    }*/
    .os_images h3 {
        font-size: 20px;
    }
}
@media(max-width: 575px){
    .we_are {
        padding-bottom: 50px;
    }
    .we_are .weare_img .fit_img {
        height: auto;
        min-height: inherit;
    }
    .we_are .weare_text {
	    padding: 40px 20px 30px;
    }
    .we_are h2 {
        margin-bottom: 10px;
    }
    .os_images h3.red_bg {
        padding: 10px 8px;
    }
    .os_images h3 {
        font-size: 16px;
    }
    .os_images .osimg_left {
        padding: 40px 0;
    }
}


/* Become Member */
.ct_box {
    height: 100%;
    padding: 140px 90px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
.ct_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #262626;
    opacity: 0.45;
    z-index: 1;
}
.ct_box *{
    position: relative;
    z-index: 2;
}
.ct_box p {
    font-size: 22px;
    font-weight: 500;
}
.ct_box .my_btn {
    font-weight: 500;
}


.why_become {
    height: auto;
    margin-top: 30px;
    padding: 100px 90px;
    text-align: center;
    background: linear-gradient(to right, rgba(195,195,195,1) 0%, rgba(245,245,245,1) 51%, rgba(195,195,195,1) 100%);
}
.why_become:before {
    display: none;
}
.why_become:after {
    content: '';
    position: absolute;
    bottom: 50px;
    right: -5%;
    width: 1200px;
    height: 1200px;
    background-image: url(../images/logo-shape-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.34;
}
.why_become h2 {
    color: #d02030;
}
.why_become ul {
    max-width: 930px;
}
.redbx_ul ul,
.our_values ul,
.why_become ul {
    padding: 0;
    margin: 0 auto;
    text-align: left;
}
.redbx_ul ul li,
.our_values ul li,
.why_become ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.redbx_ul ul li:before,
.our_values ul li:before,
.why_become ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #d02030;
    border-radius: 3px 3px 0 3px;
    box-shadow: 4px 4px 0 rgb(208 32 48 / 50%);
}

@media(max-width:1600px){
    .ct_box {
        padding: 70px 60px;
    }
    .ct_box p {
        font-size: 20px;
        line-height: 1.6;
    }
    .ct_box .btn_holder {
        margin-top: 15px;
    }
    .why_become::after {
        width: 1000px;
        height: 1000px;
    }
}
@media(max-width:1199px){
    .ct_box {
        padding: 50px 40px 70px;
    }
    .ct_box h2 {
        margin-top: 10px;
    }
    .ct_box p {
        font-size: 18px;
    }
    .why_become::after {
        width: 800px;
        height: 800px;
    }
}
@media(max-width:991px){
    .ct_box {
        height: auto;
        margin-bottom: 30px;
    }
    .why_become {
        margin-top: 0;
    }
    .why_become::after {
        width: 600px;
        height: 600px;
    }
    .ct_box p {
        font-size: 17px;
        line-height: 1.7;
    }
}
@media(max-width:767px){
    .why_become::after {
        width: 500px;
        height: 500px;
    }
    .ct_box {
        padding: 40px 30px 60px;
    }
    .ct_box p {
        font-size: 16px;
        line-height: 1.6;
    }
    .ct_box .btn_holder {
        margin-top: 10px;
    }
    .redbx_ul ul li::before,
    .our_values ul li::before,
    .why_become ul li::before {
        top: 6px;
        box-shadow: 3px 3px 0 rgb(208 32 48 / 50%);
    }
}
@media(max-width:575px){
    .why_become::after {
        right: -50%;
    }
    .ct_box {
        padding: 30px 20px 50px;
    }
    .ct_box p {
        font-size: 15px;
    }
}


/* Footer */
.footer{
    padding-top: 100px;
    background-color: #262626;
}
.footer ul li,
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #d02030;
}
.footer h3{
    font-size: 20px;
    margin-bottom: 15px;
}
.footer ul{
    padding: 0;
    margin: 0;
}
.footer ul li {
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.footer_logo{
    position: relative;
    padding-right: 160px;
}
.footer_logo a{
    margin-bottom: 40px;
    display: block;
}
.footer_logo p{
    margin-bottom: 0;
}
.footer_logo:before{
    content: '';
    position: absolute;
    top: 0;
    right: 65px;
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: 0.2;
}
.footer .ct_col ul:nth-of-type(1){
    margin-bottom: 100px;
}
.footer .ct_col .social_media{
    margin-bottom: 0;
}
.footer .ct_col .social_media li{
    display: inline-block;
    margin-right: 7px;
    font-size: 20px;
}
.footer .row .social_media li{
    display: inline-block;
    margin-right: 7px;
    font-size: 20px;
}

.footer .copyrights{
    margin-top: 80px;
    text-align: center;
    padding: 20px 15px;
    background-color: #002e6d;
}
.footer .copyrights p{
    margin-bottom: 0;
    font-size: 14px;
}
.footer .copyrights p a{
    margin: 0 4px;
}
@media(max-width:1600px){
    .footer_logo {
        padding-right: 60px;
    }
    .footer_logo::before {
        right: 18px;
    }
    .footer h3 {
        font-size: 18px;
    }
    .footer ul li {
        margin-bottom: 8px;
    }
    .footer p,
    .footer ul li a {
        font-size: 17px;
    }
}
@media(max-width: 1199px){
    .footer .row .row > div {
        margin-bottom: 25px;
    }
    .footer .ct_col ul:nth-of-type(1) {
        margin-bottom: 70px;
    }
}
@media(max-width: 991px){
    .footer {
        padding-top: 80px;
    }
    .footer .footer_logo {
        margin-bottom: 30px;
        padding-right: 15px;
    }
    .footer_logo::before {
        display: none;
    }
    .footer .footer_logo a {
        margin-bottom: 20px;
    }
    .footer .footer_logo a > img {
        max-width: 300px;
    }
    .footer .copyrights {
        margin-top: 60px;
        padding: 15px;
    }
    .footer .copyrights p {
        font-size: 13px;
    }
}
@media(max-width: 767px){
    .footer {
        padding-top: 60px;
    }
    .footer .footer_logo a > img {
        max-width: 250px;
    }
    .footer .copyrights {
        margin-top: 20px;
        padding: 14px;
    }
    .footer .copyrights p {
        font-size: 12px;
    }
    .footer p, .footer ul li a {
        font-size: 16px;
    }
}
@media(max-width: 575px){
    .footer {
        padding-top: 50px;
        text-align: center;
    }
    .footer .ct_col ul:nth-of-type(1) {
        margin-bottom: 30px;
    }
    .footer h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .footer p, .footer ul li a {
        font-size: 15px;
    }
    .footer .copyrights {
        margin-top: 10px;
    }
}

/* Page-loader */
.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}
.page-loader span {
	position: absolute;
	display: inline-block;
	width: 120px;
	height: 100px;
	left: 46%;
	top: 44%;
	margin: -20px 0 0 -20px;
	text-indent: -9999em;
    background-image: url(../images/logo-shape-color.svg);
    background-size: contain;
    background-repeat: no-repeat;
	-webkit-animation: page-loader 1.4s linear infinite;
	animation: page-loader 1.4s linear infinite;
}
/* ====== Go-Up ====== */
.go-up {
	background-color: #d02030;
	color: #fff;
	cursor: pointer;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 34px;
	position: fixed;
	right: 10px;
	bottom: -40px;
	text-align: center;
	z-index: 10;
	border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}
.go-up:hover {
	background-color: #fff;
	color: #d02030;
}
@media(max-width:991px) {
	.page-loader span {
        left: 45%;
        top: 44%;
	}
    .go-up {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 24px;
    }
}
@media(max-width:768px) {
	.page-loader span {
        left: 45%;
        top: 43%;
	}
}
@media(max-width:575px) {
    .page-loader span {
		left: 46%;
    }
    .go-up {
        width: 24px;
        height: 24px;
        font-size: 13px;
        line-height: 20px;
    }
}
@keyframes page-loader {
	0% {
		transform: scale(0.8, 0.8);
	}
	50% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(0.8, 0.8);
	}
}
@-webkit-keyframes page-loader {
	0% {
		transform: scale(0.8, 0.8);
	}
	50% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(0.8, 0.8);
	}
}


/* Internal Cover */
.internal_cover {
    padding: 280px 0 160px;
    height: auto;
    min-height: 500px;
}
.internal_cover .captions {
    width: 47%;
}
.internal_cover .captions h1{
    font-size: 60px;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.internal_cover .captions p{
    font-size: 21px;
}
.internal_cover .logo_shape_white {
    top: 70%;
    width: 550px;
    height: 550px;
}
.billboard.internal_cover:before {
    opacity: 0.5;
}

/**/
.right_logo_shape{
    position: relative;
}
.right_logo_shape:before,
.main_about_section:before {
    content: '';
    position: absolute;
    top: -60px;
    right: -70px;
    background-image: url(../images/logo-shape-color.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.05;
    width: 223px;
    height: 236px;
    filter: brightness(0) invert(0);
}
.about_imgs {
    position: relative;
    display: flex;
    flex-flow: wrap;
    margin: 0 -18px;
}
.about_imgs .fit_img {
    flex: 0 0 50%;
    height: 576px;
    padding: 0 18px;
}
.about_imgs .fit_img img {
    border-radius: 50px 50px 50px 0;
}
.about_imgs .fit_img:nth-child(2) {
    margin-top: 50px;
}
.about_imgs .fit_img:nth-child(2) img {
    border-radius: 50px 50px 0 50px;
}
.about_imgs .lgw_shape{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #d02030;
    padding: 28px;
    z-index: 2;
}
.about_imgs .lgw_shape img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about_text {
    padding-top: 75px;
    padding-left: 40px;
}
/**/
.about_wbmam .row {
    margin: 0 -30px;
}
.about_wbmam .row > div{
    padding: 30px;
    }
.about_wbmam .ct_box {
    padding: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.about_wbmam .ct_box ul {
    padding: 0;
    margin-bottom: 10px;
    }
.about_wbmam .ct_box ul li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    text-align: left;
    }
.about_wbmam .ct_box ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 3px 3px 0 3px;
    box-shadow: 4px 4px 0 rgb(255 255 255 / 50%);
}
.about_wbmam .ct_box:before {
    background-color: #d02030;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.about_wbmam .ct_box p {
    font-size: 18px;
    /*max-width: 440px;*/
    font-weight: 400 !important;
}
.about_wbmam .col-lg-4 .ct_box {
    text-align: center;
    padding: 100px 40px;
}
.about_wbmam .col-lg-4 .ct_box:before {
    background-color: #262626;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.about_wbmam .col-lg-4 .ct_box .btn_holder {
    margin-top: 5px;
}
.about_wbmam .ct_box:hover{
    transform: translateY(-5px);
}
.about_wbmam .ct_box:hover:before{
    opacity: 0.7;
}
.about_wbmam .col-lg-4 .ct_box:hover:before {
    opacity: 0.5;
}
@media(max-width:1600px){
    .internal_cover {
        padding: 220px 0 110px;
        min-height: 500px;
    }
    .internal_cover .captions {
        width: 56%;
    }
    .internal_cover .captions h1 {
        font-size: 50px;
    }
    .internal_cover .captions p {
        font-size: 19px;
    }
    .internal_cover .logo_shape_white {
        top: 66%;
        left: 6%;
        width: 430px;
        height: 430px;
    }
    .about_text {
        padding-top: 0;
        padding-left: 20px;
    }
    .about_imgs {
        margin: 0 -10px;
    }
    .about_imgs .fit_img {
        height: 460px;
        padding: 0 10px;
    }
    .about_imgs .fit_img:nth-child(2) {
        margin-top: 90px;
    }
    .about_imgs .fit_img img {
        border-radius: 40px 40px 40px 0;
    }
    .about_imgs .fit_img:nth-child(2) img {
        border-radius: 40px 40px 0 40px;
    }
    .about_imgs .lgw_shape {
        width: 120px;
        height: 120px;
        padding: 20px;
    }
    .right_logo_shape:before,
    .main_about_section:before {
        width: 190px;
        height: 200px;
    }
    .about_wbmam .row {
        margin: 0 -15px;
    }
    .about_wbmam .row > div {
        padding: 15px;
    }
    .about_wbmam .ct_box {
        padding: 35px;
    }
    .about_wbmam .col-lg-4 .ct_box {
        padding: 75px 15px;
    }
    .about_wbmam .ct_box h2 {
        font-size: 34px;
        line-height: 1.2;
    }
    .about_wbmam .col-lg-4 .ct_box  h2 {
        margin-bottom: 10px;
    }
    .about_wbmam .ct_box p {
        font-size: 17px;
    }
    .about_wbmam .col-lg-4 .ct_box .btn_holder {
        margin-top: 0;
    }
}
@media(max-width:1199px){
    .internal_cover {
        padding: 200px 0 100px;
        min-height: 450px;
    }
    .internal_cover .captions {
        width: 70%;
    }
    .internal_cover .captions h1 {
        font-size: 44px;
    }
    .internal_cover .captions p {
        font-size: 18px;
    }
    .internal_cover .logo_shape_white {
        top: 60%;
        left: 3%;
        width: 350px;
        height: 350px;
    }
    .about_wbmam .ct_box .my_btn {
        min-width: inherit;
    }
    .about_wbmam .ct_box h2 {
        font-size: 28px;
    }
    .about_wbmam .ct_box p {
        font-size: 16px;
    }   
    .about_wbmam .col-lg-4 .ct_box {
        padding: 55px 10px;
    }
}
@media(max-width:991px){
    .internal_cover {
        padding: 160px 0 80px;
        min-height: 400px;
    }
    .internal_cover .captions {
        width: 100%;
    }
    .internal_cover .logo_shape_white {
        width: 300px;
        height: 300px;
    }
    .internal_cover .captions h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .internal_cover .captions p {
        font-size: 17px;
    }
    .about_text {
        padding-left: 15px;
    }
    .about_imgs {
        margin:  0 0 30px 0;
    }
    .about_imgs .fit_img:nth-child(2) {
        margin-top: 50px;
    }
    .about_wbmam .col-lg-4 .ct_box,
    .about_wbmam .ct_box {
        padding:  25px;
        text-align: center;
    }
    .about_wbmam .ct_box p {
        font-size: 16px;
        margin: 0 auto 20px ;
    }
    .about_wbmam .row > div {
        padding: 0 15px;
    }
}
@media(max-width: 575px){
    .internal_cover {
        padding: 120px 0 60px;
        min-height: 300px;
    }
    .about_imgs .fit_img {
        height: 350px;
        padding: 0 10px;
    }
    .about_imgs .lgw_shape {
        width: 100px;
        height: 100px;
        padding: 15px;
    }
    .internal_cover .captions{
        padding: 0;
    }
    .internal_cover .captions h1 {
        font-size: 34px;
    }
    .internal_cover .captions p {
        font-size: 15px;
    }
    .internal_cover .logo_shape_white {
        width: 250px;
        height: 250px;
    }
    .about_wbmam .col-lg-4 .ct_box, .about_wbmam .ct_box {
        padding: 40px 20px;
    }
    .about_wbmam .ct_box h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .about_wbmam .ct_box p {
        font-size: 15px;
    }
    .about_wbmam .ct_box .btn_holder {
        margin-top: 0;
    }
    .right_logo_shape:before,
    .main_about_section::before {
        width: 160px;
        height: 170px;
    }
}
@media(max-width: 420px){
    .about_imgs .lgw_shape {
        width: 70px;
        height: 70px;
        padding: 10px;
    }
    .about_imgs .fit_img {
        height: 230px;
    }
    .about_imgs .fit_img img {
        border-radius: 20px 20px 20px 0;
    }
    .about_imgs .fit_img:nth-child(2) img {
        border-radius: 20px 20px 0 20px;
    }
}


/* Board Of Directors */
.board_of_directors .row {
    margin: 0 -30px;
}
.board_of_directors .row > div {
    padding: 30px;
}
.bod_boxes {
    position: relative;
}
.bod_boxes:before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #d02030;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    -webkit-transition: all 0.2s cubic-bezier(0.100, 0.100, 1, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.100, 0.100, 1, 1.000);
    transition: all 0.2s cubic-bezier(0.100, 0.100, 1, 1.000);
}
.bod_boxes:hover:before {
    width: 140px;
    height: 140px;
}
.bod_boxes .fit_img {
    position: relative;
    z-index: 2;
    height: 520px;
    border-radius: 10px;
    margin-bottom: 26px;
    -webkit-transition: all 0.2s cubic-bezier(0.100, 0.100, 1, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.100, 0.100, 1, 1.000);
    transition: all 0.2s cubic-bezier(0.100, 0.100, 1, 1.000);
    }
.bod_boxes:hover .fit_img {
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    }
.bod_boxes h2 {
    font-size: 26px;
    margin-bottom: 2px;
    }
.bod_boxes .bod_pstn {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #d02030;
    display: block;
    margin-bottom: 15px;
    }
.bod_boxes .bod_title {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #002e6c;
    display: block;
    margin-bottom: 15px;
    }
.bod_boxes ul {
    margin: 0 0 10px;
    padding: 0;
    }
.bod_boxes ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
    }
.bod_boxes ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
    background-color: #262626;
    border-radius: 6px;
    text-align: center;
    font-size: 20px;
}
.bod_boxes ul li a:hover {
    background-color: #d02030;
    transform: translateY(-3px);
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
a.morelink {
    color: #d02030 !important;
    display: inline-block;
    text-decoration: underline;
    margin-left: 5px;
}
a.morelink:hover {
    text-decoration: none;
}
/*span.moreellipses {
    display: none !important;
}*/

.extra_space.row{
    margin: 0 -30px;
}
.extra_space.row > div{
    padding: 30px;
}
@media(max-width:1600px) {
    .bod_boxes .fit_img {
        height: 350px;
        margin-bottom: 20px;
    }
    .bod_boxes h2 {
        font-size: 22px;
    }
    .bod_boxes p {
        font-size: 17px;
        line-height: 1.6;
    }
    .bod_boxes .bod_pstn {
        margin-bottom: 10px;
    }
    .bod_boxes .bod_title {margin-bottom: 10px;}
    .bod_boxes ul li a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 19px;
    }
    .bod_boxes:before {
        top: -8px;
        right: -8px;
        width: 80px;
        height: 80px;
    }
    .bod_boxes:hover:before {
        width: 120px;
        height: 120px;
    }
    .extra_space.row{
        margin: 0 -15px;
    }
    .extra_space.row > div{
        padding: 15px;
    }
}
@media(max-width:1199px) {
    .board_of_directors .row {
        margin: 0 -15px;
    }
    .board_of_directors .row > div {
        padding: 20px 15px;
    }
    .bod_boxes .fit_img {
        height: 320px;
        margin-bottom: 20px;
    }
    .bod_boxes h2 {
        font-size: 20px;
    }
    .bod_boxes .bod_pstn {
        margin-bottom: 6px;
    }
    .bod_boxes .bod_title {margin-bottom: 6px;}
    .bod_boxes p {
        font-size: 16px;
    }
    .bod_boxes ul li {
        margin-right: 6px;
    }
    .bod_boxes ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 17px;
    }
    .bod_boxes::before {
        top: -6px;
        right: -6px;
        width: 70px;
        height: 70px;
    }
    .bod_boxes:hover::before,
    .bod_boxes:focus::before {
        width: 100px;
        height: 100px;
    }
}
@media(max-width:991px) {
    .board_of_directors .row {
        margin: 0 -30px;
    }
    .board_of_directors .row > div {
        padding: 30px;
    }
    .bod_boxes .fit_img {
        height: 350px;
    }
    .bod_boxes h2 {
        margin-bottom: 5px;
    }
}
@media(max-width:767px) {
    .bod_boxes {
        max-width: 330px;
        margin: 0 auto;
    }
    .board_of_directors .row {
        margin: 0 -20px;
    }
    .board_of_directors .row > div {
        padding: 20px;
    }
}
@media(max-width:575px) {
    .bod_boxes h2 {
        font-size: 18px;
    }
    .bod_boxes p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .bod_boxes .fit_img {
        height: 320px;
    }
    .bod_boxes ul li {
        margin-right: 4px;
    }
    .bod_boxes ul li a {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
}

/* Meeting */
.mt_boxes {
    position: relative;
    background-color: #f5f5f5;
    border: solid 2px #fff;
    padding: 30px 40px;
    border-radius: 10px !important;
    overflow: hidden;
    height: 100%;
    margin-bottom:20px;
    -webkit-transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
    transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
    }
.mt_boxes:hover { 
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.10);
    }
.wwd_ser_box:before,
.mt_boxes:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 76px;
    height: 85px;
    opacity: 0.1;
    background-image: url(../images/logo_leaf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
    transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
    }
.mt_boxes .post_info {
    display: block;
    margin-bottom: 10px;
    color: #d02030;
    font-weight: 500;
    }
.mt_boxes .post_info span {margin: 0 8px;}
.mt_boxes .post_info span:first-child {margin-left: 0;}
.mt_boxes .post_info span:last-child {margin-right: 0;}
.mt_boxes *{
    position: relative;
    z-index: 2;
    }
.mt_boxes p:last-child {margin-bottom: 0;}
.mt_boxes h3 {
    font-size: 26px;
    margin-bottom: 15px;
    }
.mt_boxes h3:last-child {margin-bottom: 0;}
.mt_boxes_group h2{
    font-size: 36px;
    margin-bottom: 15px;
    }
.mt_boxes_group {padding: 15px 0;}
.meeting-resources{display: flex;}
.meeting-resources .meeting-resource-box a{
    position: relative;
    display: block;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 26px;
    margin-right: 10px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f5f5f5;
    border: 2px solid #d01f2f;
    text-align: center;
    border-radius: 60px;
    color: #262626;
    }
.meeting-resources .meeting-resource-box span{
    color: #d01f2f;
    display: inline-block;
    margin-left: 8px;
    }
.meeting-resources .meeting-resource-box a:hover{
    color: #262626;
    border: 2px solid #262626;
}
.meeting-resources .meeting-resource-box a i{padding-right: 8px;}
.meeting-resources .meeting-resource-box a:last-child{margin-right: 10px;}

@media(max-width:1600px) {
    .mt_boxes {padding: 25px;}
    .mt_boxes h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}
@media(max-width:991px) {
    .mt_boxes {padding: 20px;}
    .mt_boxes h3 {font-size: 21px;}
    .meeting-resources {
        display: block;
        margin: -5px;
    }
    .meeting-resource-box {display: inline-block;}
    .meeting-resources .meeting-resource-box a{
        margin: 5px;
    }
    .mt_boxes_group h2{
        font-size: 30px;
        margin-bottom: 12px;
        }
    .mt_boxes_group {padding: 12px 0;}
}
@media(max-width:767px) {
    .meeting-resources .meeting-resource-box a { 
        padding: 6px 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .mt_boxes_group h2{
        font-size: 26px;
        margin-bottom: 10px;
        }
    .mt_boxes_group {padding: 10px 0;}
}

/*  */
.mission_box{
    position: relative;
    background-color: #d02030;
    padding: 40px;
    text-align: center;
    border-radius: 10px !important;
    overflow: hidden;
    height: 100%;
    }
.mission_box.vision{background-color: #002e6c;}
.mission_box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
    width: 425px;
    height: 449px;
    background-image: url(../images/logo-shape-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    }
.mission_box *{
    position: relative;
    z-index: 2;
    }
.mission_box p{
    font-size: 21px;
    line-height: 2.2;
    font-family: 'Roboto Slab', serif;
    }
.mission_box.membership_box p{
    font-size: 18px;
    line-height: inherit;
    }
.mission_box p:last-child{margin-bottom: 0;}
.redbx_ul ul li,
.our_values ul li {margin-bottom: 15px;}
.our_values .about_imgs .fit_img:nth-child(1) {margin-top: 50px;}
.our_values .about_imgs .fit_img:nth-child(2) {margin-top: 0;}
.bcsmcopy h3{font-size: 30px;}
.bcsmcopy h3:last-child,
.bcsmcopy p:last-child{margin-bottom: 0;}

@media(max-width:1600px){
    .mission_box {padding:30px;}
    .mission_box p {
        font-size: 19px;
        line-height: 2;
    }
    .our_values .about_imgs .fit_img:nth-child(1) {
        margin-top: 90px;
    }
}
@media(max-width:991px){
    .mission_box {height: auto;}
    .mission_box.vision {margin-bottom: 20px;}
    .mission_box p {font-size: 18px;}
    .bcsmcopy h3{font-size: 26px;}
}
@media(max-width:767px){
    .mission_box p {font-size: 17px;}
    .mission_box.membership_box p{font-size: 17px;}
    .bcsmcopy h3{font-size: 24px;}
}
@media(max-width:575px){
    .mission_box p {font-size: 16px;}
    .mission_box.membership_box p{font-size: 16px;}
    .bcsmcopy h3{font-size: 21px;}
}



/* What We Do */
.wwd_page .row.img_text_box {
    margin-bottom: 80px;
}
.wwd_page .row.img_text_box > div:nth-child(1) {
    padding-right: 70px;
}
.wwd_page .fit_img {
    border-radius: 50px 50px 0;
    height: 562px;
}
.wwd_ser_box{
    position: relative;
    background-color: #002e6d;
    text-align: center;
    padding: 55px 30px;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
}
.wwd_ser_box *{
    position: relative;
    z-index: 2;
}
.wwd_ser_box h3{
    color: #fff;
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 500
}
.wwd_ser_box > img {
    height: 120px;
    margin-bottom: 20px;
}
.wwd_ser_box:before {
    background-image: url(../images/logo_leaf.svg);
    filter: brightness(0) invert(1);
}
.wwd_ser_box:hover:before {
    filter: none;
}
.wwd_points .sections_title {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.wwd_points ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wwd_points ul li{
    flex: 0 0 46%;
    max-width: 46%;
}
@media(max-width:1600px){
    .wwd_service.row{
        margin: 0 -7px;
    }
    .wwd_service.row .col{
        padding: 0 7px;
    }
    .wwd_ser_box h3 {
        font-size: 28px;
    }
    .wwd_ser_box {
        padding: 30px 10px;
    }
    .wwd_ser_box > img {
        height: 100px;
        margin-bottom: 15px;
    }
    .wwd_points ul li{
        flex: 0 0 48%;
        max-width: 48%;
    }
}
@media(max-width:1199px){
    .wwd_page .row.img_text_box > div:nth-child(1) {
        padding-right: 15px;
    }
    .wwd_page .row.img_text_box {
        margin-bottom: 60px;
    }
    .wwd_service.row {
        justify-content: center;
    }
    .wwd_service.row .col {
        padding: 7px;
        flex: 0 0 33.333%
    }
    .wwd_points ul li {
        flex: 0 0 49%;
        max-width: 49%;
    }
    .right_logo_shape::before, .main_about_section::before {
        width: 160px;
        height: 170px;
    }
    .wwd_page .fit_img {
        border-radius: 40px 40px 0;
        height: 520px;
    }
    .wwd_points .sections_title {
        margin-bottom: 40px;
    }
}
@media(max-width:991px){
    .wwd_page .row.img_text_box {
        margin-bottom: 40px;
    }
    .wwd_service.row .col {
        padding: 7px;
        flex: 0 0 50%
    }
    .wwd_points ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .right_logo_shape::before, .main_about_section::before {
        width: 140px;
        height: 150px;
    }
    .wwd_page .fit_img {
        height: 420px;
    }
    .wwd_ser_box h3 {
        font-size: 24px;
    }
    .wwd_ser_box > img {
        height: 80px;
    }
    .wwd_points .sections_title {
        margin-bottom: 30px;
    }
}
@media(max-width:767px){
    .wwd_page .row.img_text_box {
        margin-bottom: 30px;
    }
    .wwd_page .fit_img {
        height: 320px;
        border-radius: 30px 30px 0;
    }
    .wwd_ser_box h3 {
        font-size: 22px;
    }
    .wwd_ser_box > img {
        height: 70px;
    }
    .wwd_points .sections_title {
        margin-bottom: 25px;
    }
    .wwd_ser_box::before, .mt_boxes::before {
        width: 66px;
        height: 75px;
    }
    .wwd_ser_box:hover::before, .mt_boxes:hover::before {
        width: 71px;
        height: 80px;
    }
}
@media(max-width:575px){
    .wwd_ser_box::before, .mt_boxes::before {
        width: 56px;
        height: 65px;
    }
    .wwd_ser_box:hover::before, .mt_boxes:hover::before {
        width: 61px;
        height: 70px;
    }
}
@media(max-width:460px){
    .wwd_page .fit_img {
        height: 220px;
    }
    .wwd_ser_box h3 {
        font-size: 19px;
    }
    .wwd_ser_box {
        padding: 20px 10px;
    }
    .wwd_ser_box > img {
        height: 60px;
        margin-bottom: 10px;
    }
    .wwd_points .sections_title {
        margin-bottom: 20px;
    }
    .right_logo_shape::before, .main_about_section::before {
        width: 120px;
        height: 130px;
    }
}

.internal_page{
    overflow: hidden;
}
.internal_page ul,
.internal_page ol{
    margin-bottom: 20px;
    padding-left: 20px;
}
.internal_page ul li,
.internal_page ol li{
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.internal_page ul li:before,
.internal_page ol li:before{
    content: "\f18e";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.9;
}
.internal_page ol {
	counter-reset: my-badass-counter;
}
.internal_page ol li:before{
    content: counter(my-badass-counter) ".";
    counter-increment: my-badass-counter;
}

.default_typo ul,
.default_typo ol{
    margin-bottom: 20px;
    padding-left: 20px;
    }
.default_typo ul li,
.default_typo ol li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    list-style: none;
    }
.default_typo ul li:before,
.default_typo ol li:before{
    content: "\f18e";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.9;
}
.default_typo ol {
	counter-reset: my-badass-counter;
}
.default_typo ol li:before{
    font-family: 'Roboto', sans-serif;
    content: counter(my-badass-counter) ".";
    counter-increment: my-badass-counter;
}

.alignleft{
    max-width: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin:  0px 30px 30px 0px;
    float: left;
    box-shadow: 8px 8px 4px rgba(0 0 0 / 10%);
}
.aligncenter{
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 8px 8px 4px rgba(0 0 0 / 10%);
}
.alignright{
    max-width: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin:  0px 0 30px 30px;
    float: right;
    box-shadow: 8px 8px 4px rgba(0 0 0 / 10%);
}

@media(max-width: 991px){
    .internal_page ul li, .internal_page ol li {
        padding-left: 20px;
    }
    .alignleft, .aligncenter, .alignright {
        max-width: inherit;
        width: 100%;
        margin: 0 0 30px 0;
        float: none;
    }    
}
@media(max-width: 767px){
    .internal_page ul li::before, .internal_page ol li::before {
        line-height: 1.7;
    }
}
@media(max-width: 575px){
    .internal_page ul li, .internal_page ol li {
        padding-left: 20px;
    }    
}

.lang_dropdown #google_language_translator .skiptranslate.goog-te-gadget {
    position: relative;
    padding-right: 16px;
}
.lang_dropdown #google_language_translator select.goog-te-combo {
    color: #32373c;
    background: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: none !important;
    width: auto;
    cursor: pointer;
}
.lang_dropdown #google_language_translator select.goog-te-combo option {
    color: #262626;
}
.lang_dropdown #google_language_translator .skiptranslate.goog-te-gadget::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg) translateX(-50%);
    transition: 0.2s ease-in-out;
    display: block;
    vertical-align: middle;
    margin-left: 10px;
    position: absolute;
    top: 11px;
    right: 0;
}
.clearfix::after, .clearfix::before {
    display: none !important;
}
@media(max-width:575px){
    .lang_dropdown #google_language_translator select.goog-te-combo {
        font-weight: 600;
        font-size: 14px;
    }
    .lang_dropdown #google_language_translator .skiptranslate.goog-te-gadget {
        position: relative;
        padding-right: 10px;
    }
    .lang_dropdown #google_language_translator .skiptranslate.goog-te-gadget::after {
        width: 8px;
        height: 8px;
        top: 14px;
    }
}
@media(max-width:420px){
    .lang_dropdown #google_language_translator select.goog-te-combo {
        font-size: 11px;
    }
}
 
/*------------------------------------------------------------------------------------*/
                                /*umang css : 25-11-2021*/
/*------------------------------------------------------------------------------------*/
                                /*become-a-member*/
/*------------------------------------------------------------------------------------*/
.wbm_page{
    position: relative;
}
.wbm_page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto;
    text-align: left;
}
.wbm_page ul li {
    flex: 0 0 49%;
    max-width: 49%;
    background-color: #fff;
    padding: 25px 55px;
    list-style: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
}
.wbm_page ul li p {
    position: relative;
    padding-left: 18px;
    margin-bottom: 0;
}
.wbm_page ul li p:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -15px;
    width: 12px;
    height: 12px;
    background-color: #d02030;
    border-radius: 4px 4px 0 4px;
    box-shadow: 4px 4px 0 rgb(208 32 48 / 50%);
}
@media (max-width: 1600px){
    .wbm_page ul li {
        flex: 0 0 48%;
        max-width: 48%;
        padding: 20px 50px;
    }
}
@media (max-width: 1199px){
    .wbm_page ul li {
        flex: 0 0 49%;
        max-width: 49%;
        padding: 15px 45px;
    }
    .wbm_page ul li p {
        padding-left: 10px;
    }
}
@media (max-width: 991px){
    .wbm_page ul li {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 35px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px){
    .wbm_page ul li {
        padding: 15px 30px;
        margin-bottom: 15px;
    }
    .wbm_page ul li p:before{
        top: 6px;
        box-shadow: 3px 3px 0 rgb(208 32 48 / 50%);
    }
    .wbm_page ul li p {
        padding-left: 8px;
    }
}
@media (max-width: 575px){
    .wbm_page ul li {
        padding: 15px 25px;
        margin-bottom: 10px;
    }
}
/*Member Register*/
.member_register{
    position: relative;
}
/*.member_register .sections_title {
    margin-bottom: 50px;
}*/
.member_register .container{
    position: relative;
    z-index: 1;
}
.member_register .mr_bg_img {
    position: absolute;
    top: 0;
    z-index: 0;
    height: auto;
    min-height: 780px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    width: 100%;
}
.member_register form {
    width: 100%;
    max-width: 960px;
    padding: 45px;
    margin: auto;
    outline: 15px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
}
.buddypress-wrap .register-page .bp-feedback:not(.custom-homepage-info) {justify-content: center;}
.buddypress-wrap .register-page .bp-feedback {
    box-shadow: none !important;
    border: none !important;
    background: transparent;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 30px auto !important;
    color: white;
    font-size: 16px;
    }
.buddypress-wrap .register-page .bp-feedback p{ 
    color: white;
    font-size: 16px;
    }
.buddypress-wrap .register-page .bp-feedback.help .bp-icon,
.buddypress-wrap .register-page .bp-feedback.info .bp-icon {
    background-color: #d01f2f;
    }

.buddypress-wrap .register-page .layout-wrap {
    display: block;
    }
.buddypress-wrap.extended-default-reg .register-page .default-profile {
    min-width: 100%; 
    padding-right: 0;
    }
.buddypress-wrap.extended-default-reg .register-page .extended-profile {
    padding-left: 0;
    padding-top: 25px;
    }
.buddypress-wrap.extended-default-reg .register-page h2.bp-heading{
    font-size: 30px;
    margin-bottom: 15px;
    color: #002e6c;
    }
.buddypress-wrap .signup-form legend { 
    color: #262626;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 5px;
    text-transform: capitalize;
    margin-top: 0;
    }
.buddypress-wrap .signup-form label{ 
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-top: 0;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }
.buddypress-wrap .signup-form .input-options.radio-button-options{ 
    display: flex;
    }
.buddypress-wrap .standard-form input{  
    padding: 16px 25px!important;
    box-shadow: none!important;
    background-color: #f0f0f0!important;
    border: 1px solid #e0e0e0 !important;
    -moz-border-radius: 10px!important;
    -webkit-border-radius: 10px!important;
    border-radius: 10px!important;
    color: #262626!important;
    font-size: 18px!important;
    line-height: 26px!important;
    }
.register-page .signup-form .editfield {margin: 0;}

.buddypress-wrap .standard-form input[type=radio] {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    } 
.buddypress-wrap .profile.edit .editfield fieldset label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }
.buddypress-wrap .standard-form.profile-edit p.field-visibility-settings-header:last-child {margin-bottom: 0;}

.buddypress-wrap .standard-form.profile-edit input[type="tel"],
.buddypress-wrap .standard-form.profile-edit input[type="text"] {
    padding: 15px 20px !important; 
    background-color: #fff !important;
    }
.buddypress-wrap .standard-form.profile-edit input[type="tel"]:focus,
.buddypress-wrap .standard-form.profile-edit input[type="tel"]:hover,
.buddypress-wrap .standard-form.profile-edit input[type="text"]:focus,
.buddypress-wrap .standard-form.profile-edit input[type="text"]:hover {
    padding: 15px 20px !important;
    border: 1px solid #002e6c !important;
    }
.buddypress-wrap .standard-form p.description {padding: 5px 10px;}

.buddypress .buddypress-wrap .standard-form.signup-form input[type='submit']{
    padding: 12px 40px !important;
    min-width: 210px !important;
    color: #fff !important;
    line-height: 29px !important;
    background-color: #002e6d !important;
    border: 0 !important;
    border-radius: 26px!important;
    }
.buddypress .buddypress-wrap .standard-form.signup-form input[type='submit']:hover, 
.buddypress .buddypress-wrap .standard-form.signup-form input[type='submit']:focus {
    color: #fff !important;
    background-color: #d01f2f !important;
    }
.password-input-wrapper{
    position: relative;
}
.register-page .signup-form #pass1{
    width: 100%;
}
.register-page .signup-form .wp-pwd button { 
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    height: 96%;
    border: none;
    margin: auto;
    bottom: 0;
    background-color: transparent !important;
    color: #262626 !important;
    }
.register-page .signup-form .wp-pwd button:focus,
.register-page .signup-form .wp-pwd button:hover {
    background-color: transparent !important;
    color: #d01f2f !important;
    }
.member_register input[type="email"], 
.member_register input[type="text"], 
.member_register input[type="password"], 
.member_register input[type="tel"], 
.member_register textarea, 
.member_register select {
    padding: 16px 25px;
    box-shadow: none;
    background-color: #f0f0f0;
    border:1px solid #e0e0e0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #262626;
    font-size: 18px;
    line-height: 26px;
}
.member_register form label{
    color:#262626;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.member_register form .form-group {
    margin-bottom: 30px;
}
.member_register form .form-group:last-child{
    margin-bottom: 0;
}
.member_register input[type="submit"] {
    padding: 12px 40px;
    min-width: 210px;
    color: #fff !important;
    line-height: 29px;
    background-color: #002e6d;
    border: 0;
    border-radius: 26px;
}
.member_register input[type="submit"]:hover, 
.member_register input[type="submit"]:focus {
    color: #fff !important;
    background-color: #d01f2f;
}
@media (max-width: 1600px){
    .member_register form {
        max-width: 800px;
        padding: 40px;
        outline: 13px solid rgba(255, 255, 255, 0.1);
    }
    .member_register .mr_bg_img {
        min-height: 700px;
    }
    .member_register form .form-group {
        margin-bottom: 25px;
    }
}
@media (max-width: 1199px){
    /*.member_register .sections_title {
        margin-bottom: 40px;
    }*/
    .member_register .mr_bg_img {
        min-height: 650px;
    }
    .member_register input[type="email"], .member_register input[type="text"], .member_register input[type="password"], .member_register input[type="tel"], .member_register textarea, .member_register select {
        padding: 14px 22px;
        font-size: 16px;
        line-height: 24px;
    }
    .member_register form label {
        font-size: 18px;
    }
    .member_register form .form-group {
        margin-bottom: 20px;
    }
    .member_register form {
        max-width: 700px;
        padding: 35px;
        outline: 10px solid rgba(255, 255, 255, 0.1);
    }
    .member_register input[type="submit"] {
        padding: 10px 30px;
        min-width: 190px;
        line-height: 28px;
    }
}
@media (max-width:991px){
    /*.member_register .sections_title {
        margin-bottom: 30px;
    }*/
    .member_register form {
        max-width: 600px;
        padding: 30px;
        outline: 8px solid rgba(255, 255, 255, 0.1);
    }
    .member_register form label {
        font-size: 16px;
    }
    .member_register input[type="email"], .member_register input[type="text"], .member_register input[type="password"], .member_register input[type="tel"], .member_register textarea, .member_register select {
        padding: 12px 20px;
        font-size: 14px;
        line-height: 22px;
    }
    .member_register form .form-group {
        margin-bottom: 15px;
    }
    .member_register input[type="submit"] {
        padding: 10px 25px;
        min-width: 170px;
        line-height: 26px;
    }
    .buddypress-wrap.extended-default-reg .register-page h2.bp-heading {font-size: 26px;}
    .buddypress-wrap .signup-form label {
        margin-right: 20px;
        font-size: 17px;
    }
    .buddypress-wrap .signup-form legend {font-size: 17px;}
}
@media (max-width:767px){
    /*.member_register .sections_title {
        margin-bottom: 20px;
    }*/
    .member_register form {
        max-width: 476px;
        padding: 25px;
        outline: 6px solid rgba(255, 255, 255, 0.1);
    }
    .member_register form label {
        font-size: 14px;
    }
    .member_register input[type="email"], .member_register input[type="text"], .member_register input[type="password"], .member_register input[type="tel"], .member_register textarea, .member_register select {
        padding: 10px 15px;
        font-size: 13px;
        line-height: 20px;
    }
    .member_register input[type="submit"] {
        padding: 10px 20px;
        line-height: 23px;
    }
    .buddypress-wrap.extended-default-reg .register-page h2.bp-heading {font-size: 21px;}
    .buddypress-wrap .signup-form label {font-size: 16px;}
    .buddypress-wrap .signup-form legend {font-size: 16px;}
    .buddypress-wrap .standard-form input {
        padding: 12px 20px!important;
    }
}
@media (max-width:575px){
    .member_register form {
        max-width: 100%;
        padding: 20px;
        outline: 4px solid rgba(255, 255, 255, 0.1);
    }
    .buddypress-wrap .signup-form .input-options.radio-button-options {
        display: block;
    }
    /*.member_register .sections_title {
        margin-bottom: 15px;
    }*/
}
/*Member Register*/
/*------------------------------------------------------------------------------------*/
                                /*Glossary-of-terms*/
/*------------------------------------------------------------------------------------*/
.glossary_nav {
    position: relative;
}
.glossary_nav nav {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.glossary_nav nav.is-sticky {
    position: fixed;
    top: 108px;
    background-color: #262626;
}
.glossary_nav nav.is-sticky ul li {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.glossary_nav nav{
    background-color: #002e6d;
    text-align: center;
}
.glossary_nav nav ul {
    padding: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.glossary_nav nav ul li {
    list-style-type: none;
    border: 1px solid #1a437c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.glossary_nav nav ul li a {
    flex: 0 0 60px;
    max-width: 60px;
    font-size: 24px;
    line-height: 60px;
    padding: 0px 23px;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}
.glossary_nav nav ul li a:hover,
.glossary_nav nav ul li a:focus{
    background-color: #08387b;
    color: rgba(255, 255, 255, 1);
}
@media(max-width:1400px){
    .glossary_nav nav ul li a {
        flex: 0 0 40px;
        max-width: 40px;
        font-size: 18px;
        line-height: 40px;
        padding: 0px 15px;
    }
}
@media(max-width:1199px){
    .glossary_nav nav ul li a {
        flex: 0 0 35px;
        max-width: 35px;
        font-size: 16px;
        line-height: 35px;
        padding: 0px 12px;
    }
    .glossary_nav nav.is-sticky {
        top: 83px;
    }
}
@media(max-width:991px){
    .glossary_nav nav ul li a {
        flex: 0 0 30px;
        max-width: 30px;
        font-size: 14px;
        line-height: 30px;
        padding: 0px 9px;
    }

}
@media(max-width:767px){
    .glossary_nav nav ul {
        display: inline-block;
    }
    .glossary_nav nav ul li {
        margin: 5px 0;
        display: inline-block;
    }
    .glossary_nav nav ul li a {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        font-size: 13px;
        line-height: 26px;
        padding: 0px 7px;
    }
}
@media(max-width:575px){
    .glossary_nav nav ul li a {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        font-size: 12px;
        line-height: 26px;
        padding: 0px 7px;
    }
    .glossary_nav nav.is-sticky {
        top: 66px;
    }
}
@media(max-width:400px){
    .glossary_nav nav.is-sticky {
        top: 59px;
    }
}

/*-----------*/
.glossary_of_term{
    position: relative;
}
.glossary_of_term h2{
    text-transform: capitalize;
    margin-bottom: 40px;
}
.glossary_of_term .glossary_letter .glossary_header .fit_img {
    height: 510px;
    object-position: top;
}
.glossary_of_term .glossary_letter .glossary_header{
    background-color: #f5f5f5;
}
.glossary_of_term .glossary_letter .glossary_header,
.glossary_of_term .glossary_letter .glossary_bottom{
    padding: 100px 0;
}
.glossary_of_term .glossary_letter .glossary_bottom .glossary_info{
    margin-bottom: 50px;
}
.glossary_of_term .glossary_letter .glossary_bottom .glossary_info:last-child{
    margin-bottom: 0;
}
.glossary_of_term .glossary_letter .highlight{
    color: #fff;
    border-radius: 50px 50px 0;
    padding: 40px;
}
.glossary_of_term .glossary_letter .highlight p{
    color: #fff;
}
.glossary_of_term .glossary_letter:nth-child(odd) .highlight{
    background-color: #d02030;
}
.glossary_of_term .glossary_letter:nth-child(even) .highlight{
     background-color: #002e6d;
}
.glossary_of_term .glossary_letter:nth-child(odd) .glossary_header .glossary_header_copy{
    padding-left: 45px;
}
.glossary_of_term .glossary_letter:nth-child(odd) .glossary_header .glossary_header_copy h2{
    color: #d02030;
}
.glossary_of_term .glossary_letter:nth-child(even) .glossary_header .glossary_header_copy h2{
    color: #002e6d;
}
.glossary_of_term .glossary_letter:nth-child(even) .glossary_header .glossary_header_img{
    order: 6;
}
.glossary_of_term .glossary_letter:nth-child(odd) .glossary_header .glossary_header_img .fit_img{
     border-radius: 50px 50px 50px 0;
}
.glossary_of_term .glossary_letter:nth-child(even) .glossary_header .glossary_header_img .fit_img{
    border-radius: 50px 50px 0 50px;
}

.glossary_of_term .glossary_letter .glossary_bottom .glossary_info p{
    margin-bottom: 0;
}
@media(max-width:1400px){
    .glossary_of_term .glossary_letter .glossary_header, 
    .glossary_of_term .glossary_letter .glossary_bottom {
        padding: 80px 0;
    }
}
@media(max-width:1199px){
    .glossary_of_term .glossary_letter .glossary_header .fit_img {
        height: 424px;
    }
    .glossary_of_term h2{
        margin-bottom: 35px;
    }
    .glossary_of_term .glossary_letter .glossary_bottom .glossary_info {
        margin-bottom: 40px;
    }
    .glossary_of_term .glossary_letter:nth-child(odd) .glossary_header .glossary_header_copy {
        padding-left: 30px;
    }
    .glossary_of_term .glossary_letter .highlight {
        border-radius: 45px 45px 0;
        padding: 35px;
    }
    .glossary_of_term .glossary_letter:nth-child(odd) .glossary_header .glossary_header_img .fit_img {
        border-radius: 45px 45px 45px 0;
    }
    .glossary_of_term .glossary_letter:nth-child(even) .glossary_header .glossary_header_img .fit_img {
        border-radius: 45px 45px 0 45px;
    }
}
@media(max-width:991px){
    .glossary_of_term .glossary_letter .glossary_header .fit_img {
        height: 584px;
    }
    .glossary_of_term .glossary_letter:nth-child(even) .glossary_header .glossary_header_img{
        order: 0;
    }
    .glossary_of_term h2{
        margin-bottom: 30px;
    }
    .glossary_of_term .glossary_letter .glossary_header .glossary_header_copy {
        margin-top: 20px;
    }
    .glossary_of_term .glossary_letter:nth-child(odd) .glossary_header .glossary_header_copy {
        padding-left: 15px;
    }
    .glossary_of_term .glossary_letter .glossary_header, 
    .glossary_of_term .glossary_letter .glossary_bottom {
        padding: 60px 0;
    }
    .glossary_of_term .glossary_letter .glossary_bottom .glossary_info {
        margin-bottom: 30px;
    }
    .glossary_of_term .glossary_letter .highlight {
        border-radius: 40px 40px 0;
        padding: 30px;
    }
    .glossary_of_term .glossary_letter:nth-child(odd) .glossary_header .glossary_header_img .fit_img {
        border-radius: 40px 40px 40px 0;
    }
    .glossary_of_term .glossary_letter:nth-child(even) .glossary_header .glossary_header_img .fit_img {
        border-radius: 40px 40px 0 40px;
    }
}
@media(max-width:767px){
    .glossary_of_term h2{
        margin-bottom: 20px;
    }
    .glossary_of_term .glossary_letter .glossary_header, 
    .glossary_of_term .glossary_letter .glossary_bottom {
        padding: 40px 0;
    }
    .glossary_of_term .glossary_letter .highlight {
        border-radius: 35px 35px 0;
        padding: 25px;
    }
    .glossary_of_term .glossary_letter:nth-child(odd) .glossary_header .glossary_header_img .fit_img {
        border-radius: 35px 35px 35px 0;
    }
    .glossary_of_term .glossary_letter:nth-child(even) .glossary_header .glossary_header_img .fit_img {
        border-radius: 35px 35px 0 35px;
    }
}
@media(max-width:575px){
    .glossary_of_term .glossary_letter .glossary_header .fit_img {
        height: 624px;
    }
    .glossary_of_term .glossary_letter .glossary_header, 
    .glossary_of_term .glossary_letter .glossary_bottom {
        padding: 30px 0;
    }
    .glossary_of_term .glossary_letter .highlight {
        border-radius: 30px 30px 0;
        padding: 20px;
    }
    .glossary_of_term .glossary_letter:nth-child(odd) .glossary_header .glossary_header_img .fit_img {
        border-radius: 30px 30px 30px 0;
    }
    .glossary_of_term .glossary_letter:nth-child(even) .glossary_header .glossary_header_img .fit_img {
        border-radius: 30px 30px 0 30px;
    }
   
}
@media(max-width:460px){
    .glossary_of_term .glossary_letter .glossary_header .fit_img {
        height: 330px;
    }
}
/*--------------------------------------------------------------------*/
                                /*login page*/
/*--------------------------------------------------------------------*/
.login_form .modal-content {
    background-color: #fff;
    border: 0;
    border-radius: 20px;
    }
.login_form .modal-content .modal-header {
    background-color: #002e6d;
    border-radius: 17px 17px 0 0;
    padding: 20px 45px;
    }
.login_form .modal-content .modal-header h2{
    font-size: 30px;
    line-height: 1.7;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
    }
.login_form .modal-content .modal-body {padding: 40px;}

.subway-login-form-message #message{
    padding: 12px;
    border: solid 1px #002e6d;
    text-align: center;
    color: #002e6d;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    }
.subway-login-form form label {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 500;
    color: #262626;
    margin-bottom: 10px;
}
.subway-login-form input[type="text"], 
.subway-login-form input[type="password"]{
    padding: 16px 25px;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #262626;
    font-size: 18px;
    line-height: 26px;
}
.subway-login-form input[type="submit"] {
    padding: 13px 40px;
    min-width: 210px;
    color: #fff !important;
    font-size: 18px;
    line-height: 28px;
    background-color: #002e6d;
    border: 0;
    border-radius: 26px;
    }
.subway-login-form input[type="submit"]:hover, 
.subway-login-form input[type="submit"]:focus {
    color: #fff !important;
    background-color: #d01f2f;
    }
.subway-login-form input[type=checkbox], 
.subway-login-form input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    }

.login_form .form-group {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
.login_form .forgot_link{
    color: #002e6d;
    text-decoration: underline;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
    }
.login_form input.lgcheckbox {
    width: 40px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    }
.login_form .form-remember label{margin-bottom: 0;}
.login_form .modal-header .close {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.7;
    opacity: 1;
    margin: 0 !important;
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
    }
.modal-backdrop.show {opacity: .9;}
.subway-login-form {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    }
.subway-login-form__actions h3{display: none;}
.subway-login-form__form .login-submit {margin: 0;}
.subway-login-lost-password { 
    color: #002e6d; 
    font-size: 20px;
    font-weight: 500;
    }
.subway-login-lost-password a{
    text-decoration: underline;
    color: #002e6d;
    }
.subway-login-lost-password a:hover,
.subway-login-lost-password a:focus{color: #d01f2f;}
@media(max-width:1400px){ 
    .login_form .modal-content .modal-body {padding: 30px;}
    .login_form .modal-content .modal-header {padding: 15px 30px;} 
}
@media(max-width:1199px){
    .login_form .modal-content .modal-header {padding: 12px 20px;}
    .login_form .modal-content .modal-header h2 {font-size: 26px;}
    .login_form .modal-header .close {font-size: 26px;}
    .login_form .modal-content .modal-body {padding: 20px;}
    .login_form input[type="text"], 
    .login_form input[type="password"] {
        padding: 15px 20px;
        font-size: 17px;
        line-height: 25px;
    }
    .subway-login-form form label {font-size: 18px;}
    .login_form input.lgcheckbox {
        width: 26px;
        height: 27px;
        margin-right: 10px;
    }
    .login_form input[type="submit"] {
        padding: 12px 35px;
        font-size: 17px;
        line-height: 26px;
    }
    .subway-login-lost-password {font-size: 19px;}
}
@media(max-width:991px){
    .login_form .modal-content .modal-header {padding: 10px 18px;}
    .login_form .modal-content .modal-header h2 {font-size: 24px;}
    .login_form .modal-header .close {font-size: 24px;}
    .login_form .modal-content .modal-body {padding: 18px;}
    .login_form input[type="text"], 
    .login_form input[type="password"] {
        padding: 12px 18px;
        font-size: 16px;
        line-height: 24px;
    }
    .subway-login-form form label {font-size: 17px;}
    .login_form input[type=checkbox],
    .login_form input[type=radio] {
        width: 24px;
        height: 24px;
    }
    .login_form input[type="submit"] {
        padding: 11px 30px;
        font-size: 16px;
        line-height: 24px;
    }
    .subway-login-lost-password {font-size: 18px;}
}
@media(max-width:767px){
     .subway-login-lost-password {font-size: 16px;}
}

/*--------------------------------------------------------------------*/
                                /*contact page*/
/*--------------------------------------------------------------------*/
.contact_box{
    background-color: #d02030;
    text-align: center;
    padding: 42px;
    border-radius: 10px;
    position: relative;
}
.contact_box:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 76px;
    height: 85px;
    opacity: 0.15;
    background-image: url(../images/logo_leaf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
}
.contact_box i{
    font-size: 90px;
    color: #fff;
    margin-bottom: 30px;
}
.contact_box h3{
    font-weight: 400;
}
.contact_box h2 {
    font-size: 36px;
    margin-bottom: 0;
}
.contact_box h2 a{
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}
.contact_box h2 a:hover{
    text-decoration: none;
}
@media(max-width:1600px){
    .contact_box{
        padding: 38px;
    }
}
@media(max-width:1400px){
    .contact_box i {
        font-size: 80px;
        margin-bottom: 25px;
    }
    .contact_box {
        padding: 36px;
    }
    .contact_box:before {
        width: 66px;
        height: 76px;
    }
}
@media(max-width:1199px){
    .contact_box i {
        font-size: 70px;
        margin-bottom: 20px;
    }
    .contact_box h2 {
        font-size: 32px;
    }
    .contact_box {
        padding: 30px;
    }
}
@media(max-width:991px){
    .contact_box i {
        font-size: 60px;
        margin-bottom: 15px;
    }
    .contact_box h2 {
        font-size: 30px;
    }
    .contact_box {
        padding: 25px;
    }
}
@media(max-width:767px){
    .contact_box:before {
        width: 60px;
        height: 70px;
    }
    .contact_box {
        padding: 20px;
    }
    .row > div:last-child > .contact_box {
        margin-top: 20px;
    }
    .contact_box i {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .contact_box h2 {
        font-size: 26px;
    }
}
@media(max-width:575px){
    .contact_box:before {
        width: 50px;
        height: 60px;
    }
    .contact_box i {
        font-size: 40px;
    }
}

.ct_boxes {
    position: relative;
    background-color: #f5f5f5;
    padding: 39px 40px;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    border:1px solid #dcdcdc;
}
.ct_boxes h3 {
    font-size: 26px;
    margin-bottom: 15px;
}
.ct_boxes .post_info {
    display: block;
    margin-bottom: 10px;
    color: #d02030;
    font-weight: 500;
}
.ct_boxes .ct_link span{
    display: block;
    text-transform: capitalize;
    font-weight: 500;
}
.ct_boxes .ct_link span a{
    text-decoration: underline;
    margin-left: 10px;
    font-weight: 400;
}
.col_space.row > div{
    padding: 15px 15px;
}
@media(max-width:1400px){
    .ct_boxes {
        padding: 36px;
    }
}
@media(max-width:1199px){
    .ct_boxes {
        padding: 30px;
    }
    .ct_boxes h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .ct_boxes .post_info {
        margin-bottom: 8px;
    }
}
@media(max-width:991px){
    .ct_boxes h3 {
        font-size: 22px;
    }
    .ct_boxes {
        padding: 26px;
    }
}
@media(max-width:767px){
    .col_space.row > div {
        padding: 10px 15px;
    }
}
/*----------------------------*/
.bottom_cta{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    padding: 81px;
    border-radius: 10px;
}
.bottom_cta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(38, 38, 38, 0.6);
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.bottom_cta.red:before {
    background-color: rgba(208, 32, 48, 0.9);
}
.bottom_cta.blue:before {
    background-color: rgba(0, 46, 109, 0.9);
}
.bottom_cta .content {
    position: relative;
    z-index: 1;
    text-align: center;
}
.bottom_cta .content h2{
    color: #fff;
}
.bottom_cta .content p {
    color: #fff;
    margin-bottom: 30px;
}
.bottom_cta.red .content .my_btn:hover{
    color: #d02030 !important;
}
.bottom_cta .content .my_btn:hover {
    background-color: #fff;
    color: #002e6c !important;
    border: 2px solid #fff;
}
@media(max-width:1600px){
    .bottom_cta{
        padding: 71px;
    }   
}
@media(max-width:1400px){
    .bottom_cta {
        padding: 60px;
    }
}
@media(max-width:1199px){
    .bottom_cta .content p {
        margin-bottom: 25px;
    }
    .bottom_cta {
        padding: 50px;
    }
}
@media(max-width:991px){
    .bottom_cta .content p {
        margin-bottom: 20px;
    }
    .bottom_cta {
        padding: 40px;
    }
}
@media(max-width:767px){
    .bottom_cta .content p {
        margin-bottom: 15px;
    }
    .bottom_cta .content p br{
        display: none;
    }
    .bottom_cta {
        padding: 30px;
    }
}
/*--------------------------------------------------------------------*/
                            /*post job page*/
/*--------------------------------------------------------------------*/
.post_job_box {
    position: relative;
    padding: 40px 30px;
    background-color: #e5e5e5;
    overflow: hidden;
    height: 100%;
    }
.post_job_box .post_job_copy {
    display: block;
    overflow: hidden;
    }
.post_job_box .post_job_copy a.post_info {
    padding-bottom: 5px;
    }
.post_job_box .post_job_copy p:last-child{margin-bottom: 0;}
.post_job_box:before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 76px;
    height: 85px;
    opacity: 0.1;
    background-image: url(../images/logo_leaf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
    transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
    transform: rotate(260deg);
}
.post_job_box:hover:before {
    width: 81px;
    height: 90px;
    opacity: 1;
}
.post_job_box .post_icon{
    width: 64px;
    height: 64px;
    object-fit:contain;
    float: left;
    margin: 10px 30px 0 0;
}
.post_job_box a.post_info {
    text-decoration: underline;
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 500;
    color: #002e6d;
    overflow: hidden;
    display: block;
}
.post_job_box a.post_info:hover{
    color: #d02030;
}
@media(max-width:1400px){
    .post_job_box:before {
        width: 68px;
        height: 76px;
    }
    .post_job_box:hover:before {
        width: 78px;
        height: 86px;
    }
}
@media(max-width:1199px){
    .post_job_box {
        padding: 35px 25px;
    }
    .post_job_box .post_icon {
        width: 60px;
        height: 60px;
        margin: 10px 25px 0 0;
    }
    .post_job_box:before {
        width: 62px;
        height: 72px;
    }
    .post_job_box:hover:before {
        width: 70px;
        height: 80px;
    }
    .post_job_box a.post_info {
        font-size: 20px;
    }
}
@media(max-width:991px){
    .post_job_box {
        padding: 30px 20px;
    }
    .post_job_box .post_icon {
        width: 50px;
        height: 50px;
        margin: 10px 20px 0 0;
    }
    .post_job_box:before {
        width: 56px;
        height: 68px;
        bottom: -18px;
        right: -18px;
    }   
    .post_job_box:hover:before {
        width: 62px;
        height: 74px;
    }
    .post_job_box a.post_info {
        font-size: 18px;
    }
}
@media(max-width:767px){
    .post_job_box {
        padding: 20px 20px;
    }
    .post_job_box:before {
        width: 50px;
        height: 60px;
        bottom: -12px;
        right: -12px;
    }
    .post_job_box:hover:before {
        width: 56px;
        height: 68px;
    }
}
@media(max-width:575px){
    .post_job_box:before {
        width: 30px;
        height: 45px;
        bottom: -10px;
        right: -10px;
    }
    .post_job_box:hover:before {
        width: 35px;
        height: 50px;
    }
}
/*---------*/
nav.pagination{
    margin-top: 85px;
    padding: 0;
    border: 0;
    border-left: 0;
    border-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
nav.pagination ul{
    display: inline-block;
    padding-left: 0;
    list-style: none;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
nav.pagination ul li {
    margin-right: 10px;
    display: inline-block;
}
nav.pagination ul li .page-numbers,
nav.pagination ul li .page-link {
    border-radius: 50% !important;
    background-color: rgba(0, 46, 109, 0.2);
    color: #262626;
    width: 56px;
    line-height: 36px;
    font-size: 21px;
    font-weight: 600;
    padding: 10px;
    border: 0;
    display: block;
    font-family: 'Roboto Slab', serif; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
nav.pagination ul li .page-link:hover,
nav.pagination ul li .page-link:focus,
nav.pagination ul li .page-numbers:hover,
nav.pagination ul li .page-numbers:focus {
    background-color: rgba(0, 46, 109, 1);
    color: #fff;
    box-shadow: none;
    }
nav.pagination ul li .current {
    background-color: rgba(0, 46, 109, 1);
    color: #fff;
    box-shadow: none;
    }

.bp-pagination.bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bp-pagination.bottom .bp-pagination-links{margin-right: 0;}
.bp-pagination-links .pag-data{
    display: flex;
    justify-content: center;
    align-items: center;
    }
.bp-pagination-links .pag-data .page-numbers{
    border-radius: 50% !important;
    background-color: rgba(0, 46, 109, 0.2);
    color: #262626;
    width: 56px;
    line-height: 36px;
    font-size: 21px !important;
    font-weight: 600;
    padding: 10px !important;
    margin-right: 10px;
    border: 0;
    display: block;
    text-align: center;
    font-family: 'Roboto Slab', serif; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.bp-pagination-links .pag-data .page-numbers:last-child{margin-right: 0;}
.bp-pagination-links .pag-data .page-numbers:hover,
.bp-pagination-links .pag-data .page-numbers:focus {
    background-color: rgba(0, 46, 109, 1);
    color: #fff;
    box-shadow: none;
    }
.bp-pagination-links .pag-data .page-numbers.current{
    background-color: rgba(0, 46, 109, 1);
    color: #fff;
    box-shadow: none;
    }

@media(max-width:1400px){
    nav.pagination {margin-top: 60px;}
    nav.pagination ul li .page-numbers,
    nav.pagination ul li .page-link {
        width: 50px;
        line-height: 32px;
        font-size: 20px;
        padding: 9px;
    }
    .bp-pagination-links .pag-data .page-numbers{
        width: 50px;
        line-height: 32px;
        font-size: 20px !important;
        padding: 9px !important;
    }
}
@media(max-width:1199px){
    nav.pagination {margin-top: 50px;}
    nav.pagination ul li {margin-right: 8px;}
    nav.pagination ul li .page-numbers,
    nav.pagination ul li .page-link {
        width: 45px;
        line-height: 29px;
        font-size: 18px;
        padding: 8px;
    }
    .bp-pagination-links .pag-data .page-numbers{
        width: 45px;
        line-height: 29px;
        font-size: 18px !important;
        padding: 8px !important;
    }
}
@media(max-width:991px){
    nav.pagination {margin-top: 40px;}
    nav.pagination ul li .page-numbers,
    nav.pagination ul li .page-link {
        width: 40px;
        line-height: 26px;
        font-size: 17px;
        padding: 7px;
    }
    nav.pagination ul li {margin-right: 6px;}
    .bp-pagination-links .pag-data .page-numbers{
        width: 40px;
        line-height: 26px;
        font-size: 17px !important;
        padding: 7px !important;
    }
}
@media(max-width:767px){
    nav.pagination {margin-top: 30px;}
    nav.pagination ul li .page-numbers,
    nav.pagination ul li .page-link {
        width: 36px;
        line-height: 26px;
        font-size: 15px;
        padding: 5px;
    }
    .bp-pagination-links .pag-data .page-numbers{
        width: 36px;
        line-height: 26px;
        font-size: 15px !important;
        padding: 5px !important;
    }
}
@media(max-width:575px){
    nav.pagination ul li .page-numbers,
    nav.pagination ul li .page-link {
        width: 32px;
        line-height: 22px;
        font-size: 14px;
        padding: 5px;
    }
    .bp-pagination-links .pag-data .page-numbers{
        width: 32px;
        line-height: 22px;
        font-size: 14px !important;
    }
    .bp-pagination.bottom .bp-pagination-links{margin-top: 15px;}
    .bp-pagination.bottom {flex-direction: column;}
}

/*--------------------------------------------------------------------*/
                    /*Membership-directory page*/
/*--------------------------------------------------------------------*/
.top_searchbar{
    position: relative;
    background-color: #dfdfdf;
    padding: 30px 0;
    }
.top_searchbar .search_box_right{order: 6;}
.main-navs.dir-navs {
    margin-bottom: 0px;
    border: none !important;
    box-shadow: none !important;
    }
.buddypress-wrap .top_searchbar .bp-navs li.selected a{
    background-color: #d02030;
    font-size: 21px;
    line-height: 1.4;
    padding: 15px 23px;
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    display: inline-block;
    vertical-align: middle;
    }
.buddypress-wrap .top_searchbar .bp-navs ul li .count {
    background-color: #fff;
    color: #d02030;
    font-size: 18px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    padding: 0;
    border: none;
    }
.buddypress-wrap .top_searchbar bp-navs li.selected a:focus,
.buddypress-wrap .top_searchbar .bp-navs li.selected a:hover {
    background-color: #002e6c;
    color: #fff;
    }
.buddypress-wrap .top_searchbar .subnav-filters { 
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    }
.buddypress-wrap .top_searchbar .subnav-filters .subnav-search form{
    position: relative;
    border: none;
    }
.buddypress-wrap .top_searchbar .select-wrap {
    position: relative;
    border: none;
    }
.buddypress-wrap .top_searchbar .select-wrap:hover {
    border: none;
    box-shadow: none;
}
.buddypress-wrap .top_searchbar .subnav-filters .subnav-search form input[type="text"], 
.buddypress-wrap .top_searchbar .subnav-filters .subnav-search form select {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    padding: 16px 25px;
    background-color: #fff;
    border: solid 1px #b7b7b7;
    outline: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #262626;
    font-size: 18px;
    line-height: 26px;
    }
.buddypress-wrap .top_searchbar .subnav-filters .subnav-search form input[type="text"]#dir-members-search {
    padding-right: 45px;
    background-image: none;
    }
.buddypress-wrap .top_searchbar .subnav-filters .subnav-search form button.nouveau-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 45px !important;
    height: 100%;
    border-radius: 0px !important;
    padding: 0px !important;
    background-color: transparent !important;
    color: black !important;
    }
.buddypress-wrap .top_searchbar .subnav-filters .subnav-search form button.nouveau-search-submit .dashicons{
    width: 30px;
    height: 30px;
    font-size: 26px;
    }
.buddypress-wrap .top_searchbar .select-wrap span.select-arrow {
    float: none;
    font-size: inherit;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    text-align: center;
    text-transform: none;
    width: 50px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    }
.buddypress-wrap .top_searchbar .subnav-filters .last { 
    width: 100%;
    max-width: 230px;
    }
.buddypress-wrap .top_searchbar .subnav-filters .component-filters {
    margin-left: 20px;
    }
.buddypress-wrap .top_searchbar .search_box form {
    text-align: right;
    }
.buddypress-wrap .top_searchbar .search_box form input[type="search"], 
.buddypress-wrap .top_searchbar .subnav-filters .last select  {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    padding: 16px 50px 16px 25px;
    background-color: #fff;
    border: solid 1px #b7b7b7;
    outline: none !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    color: #262626;
    font-size: 18px;
    line-height: 26px;
    }
.buddypress-wrap .top_searchbar form.bp-dir-search-form button[type='submit']{
    float: none;
    font-size: inherit;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    text-align: center;
    text-transform: none;
    width: 50px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    }
.buddypress-wrap .top_searchbar form.bp-dir-search-form button[type='submit'] span{
    font-size: 30px;
    line-height: 2;
    display: block;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 60px;
    }
.buddypress-wrap .top_searchbar .search_box form input[type="text"]{
    background-image: url('../images/searchicon.png');
    background-position: 87% 50%;
    background-repeat: no-repeat;
}
.buddypress-wrap .top_searchbar .search_box form input[type="text"] {
    max-width: 225px;
}
.buddypress-wrap .top_searchbar .search_box form select{
    max-width: 160px;
    margin-left: 26px;
}
.buddypress-wrap .top_searchbar .search_box form select {
    cursor: pointer;
    color: #262626;
    background-image: url(../images/select_arrow.png);
    background-position: 90% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    outline: 0;
}
.buddypress-wrap .top_searchbar input::-moz-placeholder,
.buddypress-wrap .top_searchbar textarea::-moz-placeholder,
.buddypress-wrap .top_searchbar  select::-moz-placeholder {
    color: rgb(38, 38, 38);
    font-size: 18px;
    line-height: 26px;
    opacity: 1;
}
.buddypress-wrap .top_searchbar input:-ms-input-placeholder,
.buddypress-wrap .top_searchbar textarea:-ms-input-placeholder,
.buddypress-wrap .top_searchbar  select:-ms-input-placeholder {
    color: rgb(38, 38, 38);
    font-size: 18px;
    line-height: 26px;
    opacity: 1;
}
.buddypress-wrap .top_searchbar input::-webkit-input-placeholder,
.buddypress-wrap .top_searchbar textarea::-webkit-input-placeholder,
.buddypress-wrap .top_searchbar select::-webkit-input-placeholder {
    color: rgb(38, 38, 38);
    font-size: 18px;
    line-height: 26px;
    opacity: 1;
    } 

@media(max-width:1400px){
    .top_searchbar {
        padding: 25px 0;
    }
    .top_searchbar .search_box form input[type="text"], 
    .top_searchbar .search_box form select {
        padding: 14px 25px;
    }
    .top_searchbar .search_box form select {
        margin-left: 20px;
    }
}
@media(max-width:1199px){
    .top_searchbar .search_box form input[type="text"] {
        max-width: 210px;
    }
    .top_searchbar .search_box form input[type="text"], .top_searchbar .search_box form select {
        padding: 13px 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .top_searchbar .search_box form select {
        margin-left: 15px;
    }
    .top_searchbar {padding: 22px 0;}
}
@media(max-width:991px){
    .buddypress-wrap .top_searchbar .bp-navs li.selected a{
        font-size: 18px;
        padding: 12px 20px;
        }
    .buddypress-wrap .top_searchbar .bp-navs ul li .count {
        font-size: 17px;
        width: 28px;
        line-height: 28px;
        margin-left: 8px;
        }
    .buddypress-wrap .top_searchbar .search_box form input[type="search"], 
    .buddypress-wrap .top_searchbar .subnav-filters .last select  {
        padding: 12px 45px 12px 20px;
        font-size: 16px;
        line-height: 24px;
        }
    .buddypress-wrap .top_searchbar form.bp-dir-search-form button[type='submit']{
        width: 45px;
        height: 50px;
    }
    .buddypress-wrap .top_searchbar form.bp-dir-search-form button[type='submit'] span {
        font-size: 25px;
        width: 45px;
        height: 50px;
    }
    .buddypress-wrap .top_searchbar .select-wrap span.select-arrow {
        width: 45px;
        height: 50px;
    }
    .buddypress-wrap .top_searchbar .subnav-filters .subnav-search form input[type="text"], 
    .buddypress-wrap .top_searchbar .subnav-filters .subnav-search form select {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 24px;
        }
    .buddypress-wrap .top_searchbar input::-moz-placeholder,
    .buddypress-wrap .top_searchbar textarea::-moz-placeholder,
    .buddypress-wrap .top_searchbar  select::-moz-placeholder {
        font-size: 16px;
        line-height: 24px;
    }
    .buddypress-wrap .top_searchbar input:-ms-input-placeholder,
    .buddypress-wrap .top_searchbar textarea:-ms-input-placeholder,
    .buddypress-wrap .top_searchbar  select:-ms-input-placeholder {
        font-size: 16px;
        line-height: 24px;
    }
    .buddypress-wrap .top_searchbar input::-webkit-input-placeholder,
    .buddypress-wrap .top_searchbar textarea::-webkit-input-placeholder,
    .buddypress-wrap .top_searchbar select::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 24px;
    }
    .buddypress-wrap .top_searchbar .subnav-filters .component-filters {margin-left: 10px;}
    
    .top_searchbar .search_box form input[type="text"], .top_searchbar .search_box form select {
        padding: 11px 10px;
        font-size: 13px;
        line-height: 20px;
    }
    .top_searchbar .search_box form select {
        background-position: 94% 50%;
    }
    .top_searchbar .search_box form input[type="text"] {
        background-position: 92% 50%;
    }
    .top_searchbar .search_box form input[type="text"] {
        max-width: 170px;
    }
    .top_searchbar .search_box form select {
        max-width: 120px;
    }
    .top_searchbar input::-moz-placeholder,
    .top_searchbar textarea::-moz-placeholder,
    .top_searchbar select::-moz-placeholder {
        font-size: 14px;
        line-height: 24px;
    }
    .top_searchbar input:-ms-input-placeholder,
    .top_searchbar textarea:-ms-input-placeholder,
    .top_searchbar select:-ms-input-placeholder {
        font-size: 14px;
        line-height: 24px;
    }
    .top_searchbar input::-webkit-input-placeholder,
    .top_searchbar textarea::-webkit-input-placeholder,
    .top_searchbar select::-webkit-input-placeholder {
       font-size: 14px;
       line-height: 24px;
    }
    .top_searchbar .search_box form select {
        margin-left: 10px;
    }
}   
@media(max-width:767px){
    .top_searchbar .search_box_right {
        order: 0;
    }  
    .top_searchbar input::-moz-placeholder,
    .top_searchbar textarea::-moz-placeholder,
    .top_searchbar select::-moz-placeholder {
        font-size: 13px;
        line-height: 22px;
    }
    .top_searchbar input:-ms-input-placeholder,
    .top_searchbar textarea:-ms-input-placeholder,
    .top_searchbar select:-ms-input-placeholder {
        font-size: 13px;
        line-height: 22px;
    }
    .top_searchbar input::-webkit-input-placeholder,
    .top_searchbar textarea::-webkit-input-placeholder,
    .top_searchbar select::-webkit-input-placeholder {
       font-size: 13px;
       line-height: 22px;
    }
    .top_searchbar .search_box form input[type="text"] {
        max-width: inherit;
        width: 47%;
    }
    .top_searchbar .search_box form select {
        max-width: inherit;
        width: 50%;
        margin-left: 10px;
    }
    .top_searchbar .search_box form {
        text-align: left;
    }
    .buddypress-wrap .top_searchbar .subnav-filters {display: block;}
    
    .buddypress-wrap .top_searchbar .subnav-filters .bp-search,
    .buddypress-wrap .top_searchbar .subnav-filters .dir-search{
        float: none !important;
    } 
    .buddypress-wrap .top_searchbar .subnav-filters .subnav-search form {
        margin-bottom: 10px;
        width: 100%;
        }
    .top_searchbar .search_box_right .subnav-filters .subnav-search {
        width: 100%;
        display: block;
        }
    .buddypress-wrap .top_searchbar .subnav-filters .component-filters {
        margin-left: 0;
        margin-top: 0px;
        margin-bottom: 10px;
        width: 100%; 
    }
    .buddypress-wrap .top_searchbar .subnav-filters .last {
        width: 100%;
        max-width: 100%;
    }
    .buddypress-wrap .top_searchbar .bp-navs li.selected a{
        font-size: 17px;
        padding: 10px 20px;
    }
}
@media(max-width:575px){
    .top_searchbar .search_box form input[type="text"], 
    .top_searchbar .search_box form select {
        width:100%;
    }
    .top_searchbar .search_box form select {
        margin-left: 0;
        margin-top: 10px;
    }
    .top_searchbar .search_box form input[type="text"] {
        background-position: 96% 50%;
    }
    .top_searchbar .search_box form select {
        background-position: 96% 50%;
    }
    .top_searchbar input::-moz-placeholder,
    .top_searchbar textarea::-moz-placeholder,
    .top_searchbar select::-moz-placeholder {
        font-size: 11px;
        line-height: 22px;
    }
    .top_searchbar input:-ms-input-placeholder,
    .top_searchbar textarea:-ms-input-placeholder,
    .top_searchbar select:-ms-input-placeholder {
        font-size: 11px;
        line-height: 22px;
    }
    .top_searchbar input::-webkit-input-placeholder,
    .top_searchbar textarea::-webkit-input-placeholder,
    .top_searchbar select::-webkit-input-placeholder {
       font-size: 11px;
       line-height: 22px;
    }
    .top_searchbar .search_box form input[type="text"], 
    .top_searchbar .search_box form select {
        padding: 10px 10px;
        font-size: 12px;
        line-height: 20px;
    }
    .buddypress-wrap .top_searchbar .bp-navs li.selected a{
        font-size: 16px;
        padding: 8px 18px;
    }
    .buddypress-wrap .top_searchbar .bp-navs ul li .count {font-size: 16px;}
}

/*Membership Directory Single*/
.bp-wrap ul,
.bp-wrap ol{
    margin: 0;
    padding: 0;
    }
.bp-wrap ul li,
.bp-wrap ol li{
    padding-left: 0;
    margin-bottom: 0;
    }
.bp-wrap ul li:before,
.bp-wrap ol li:before{display: none;}
.buddypress-wrap .bp-subnavs {margin: 10px 0 30px 0;}

.buddypress-wrap .bp-wrap .item-body .screen-heading,
.buddypress-wrap .bp-wrap .item-body .bp-screen-title{
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
}
.buddypress-wrap .bp-wrap .item-body .screen-heading.profile-group-title{
    font-size: 20px;
    font-weight: 400;
}
.bp-user #buddypress #item-header{
    border: 1px solid #dfdfdf;
    margin-bottom:0;
}
.bp-dir-hori-nav nav#object-nav {
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
    border-top: none;
    box-shadow: none;
}
nav#object-nav li {
    float: left;
    margin: 0;
    padding: 0 15px 0 0;
    }
nav#object-nav a {
    color: #262626;
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
}
nav#object-nav .selected > a{
    border-bottom: solid 3px #d01f2f;
    color: #d01f2f;
    background-color: #fafafa;
}
nav#object-nav a:hover,
nav#object-nav a:focus{
    color: #d01f2f;
    background-color: #fafafa;
}
.buddypress-wrap .bp-subnavs {
    margin: 0px 0 30px 0;
    border: none !important;
    box-shadow: none !important;
    }
.buddypress-wrap .bp-subnavs li {
    margin-right: 10px;
}
.buddypress-wrap .bp-subnavs li a {
    color: #262626;
    font-weight: 500;
    background-color: #fff;
    border-radius: 20px;
    padding: 6px 21px;
    font-size: 14px;
    }
.buddypress-wrap .bp-subnavs li.current a,
.buddypress-wrap .bp-subnavs li.selected a {
    color: #fff;
    background-color: #002e6c;
    }
.buddypress-wrap .bp-subnavs li a:focus,
.buddypress-wrap .bp-subnavs li a:hover{
    color: #fff !important;
    background-color: #002e6c !important;
    }
.activity-update-form {
    border: 1px solid #dfdfdf;
    background-color: #fafafa;
    box-shadow: none;
    padding: 20px;
    }
form.ac-form .ac-reply-content .ac-textarea textarea,
.activity-update-form #whats-new-textarea textarea {
    color: #262626;
    padding: 12px 15px;
    border: 1px solid #dfdfdf;
    }
form.ac-form .ac-reply-content .ac-textarea textarea:hover,
form.ac-form .ac-reply-content .ac-textarea textarea:focus,
.activity-update-form #whats-new-textarea textarea:hover,
.activity-update-form #whats-new-textarea textarea:focus {
    box-shadow: none !important;
    border: 1px solid #002e6c;
    }
.buddypress-wrap .bp-tables-user tbody tr, 
.buddypress-wrap table.forum tbody tr, 
.buddypress-wrap table.wp-profile-fields tbody tr {
    background: #eee;
}
.activity-update-form #whats-new-content {
    padding: 0 0 10px 0;
    margin-left: 75px;
    }
.activity-update-form #whats-new-submit {
    margin: 10px 0 10px 75px;
    }
.buddypress .buddypress-wrap button,
.buddypress-wrap .notifications-options-nav input#notification-bulk-manage,
form.ac-form .ac-reply-content input[type='submit'],
form.ac-form .ac-reply-content button,
.bp-wrap .item-body #bp-data-export button,
.bp-wrap .item-body .submit input,
.bp-profile-button a.button,
.drag-drop-buttons .button,
.bp-cover-image-manage .button,
.profile-edit .submit input,
.activity-update-form #whats-new-submit input {
    font-size: 16px !important;
    padding: 12px 25px !important;
    width: auto !important;
    border-radius: 27px !important;
    border: none !important;
    background-color: #002e6c !important;
    color: white !important;
    }
.buddypress .buddypress-wrap button:focus,
.buddypress .buddypress-wrap button:hover,
.buddypress-wrap .notifications-options-nav input#notification-bulk-manage:focus,
.buddypress-wrap .notifications-options-nav input#notification-bulk-manage:hover,
form.ac-form .ac-reply-content input[type='submit']:focus,
form.ac-form .ac-reply-content input[type='submit']:hover,
form.ac-form .ac-reply-content button:focus,
form.ac-form .ac-reply-content button:hover,
.bp-wrap .item-body #bp-data-export button:focus,
.bp-wrap .item-body #bp-data-export button:hover,
.bp-wrap .item-body .submit input:focus,
.bp-wrap .item-body .submit input:hover,
.bp-profile-button a.button:focus,
.bp-profile-button a.button:hover,
.drag-drop-buttons .button:focus,
.drag-drop-buttons .button:hover,
.bp-cover-image-manage .button:focus,
.bp-cover-image-manage .button:hover,
.profile-edit .submit input:focus,
.profile-edit .submit input:hover,
.activity-update-form #whats-new-submit input:focus,
.activity-update-form #whats-new-submit input:hover{background-color: #d01f2f!important;}

.bp-wrap .item-body #bp-data-export{
    margin-bottom: 20px;
}
.buddypress-wrap .notifications-options-nav input#notification-bulk-manage{
    padding: 10px 25px !important;
    border-radius: 23px !important;
    margin-left: 10px;
    }

.activity-update-form #whats-new-submit input.text-button {
    background-color: #d01f2f;
    text-decoration: none;
    }
.activity-update-form #whats-new-submit input.text-button:hover,
.activity-update-form #whats-new-submit input.text-button:focus {background-color: #002e6c;}

.bp-wrap .item-body .subnav-filters .feed {
    display: none;
    }
.bp-wrap .item-body .notifications-options-nav{
    padding-top: 15px;
    }
.bp-wrap .item-body .notifications-options-nav .select-wrap,
.bp-wrap .item-body .subnav-filters .select-wrap {
    position: relative;
    border: none;
    }
.bp-wrap .item-body .notifications-options-nav .select-wrap:hover,
.bp-wrap .item-body .subnav-filters .select-wrap:hover {
    border: none;
    box-shadow: none;
    }
.bp-wrap .item-body .notifications-options-nav .select-wrap select,
.bp-wrap .item-body .subnav-filters .select-wrap select {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    padding: 10px 25px;
    background-color: #fff;
    border: solid 1px #dfdfdf;
    outline: none;
    -moz-border-radius: 10px!important;
    -webkit-border-radius: 10px!important;
    border-radius: 10px!important;
    color: #262626;
    font-size: 16px;
    line-height: 24px;
    }
.bp-wrap .item-body .notifications-options-nav .select-wrap span.select-arrow,
.bp-wrap .item-body .subnav-filters .select-wrap span.select-arrow {
    float: none;
    font-size: inherit;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    text-align: center;
    text-transform: none;
    width: 48px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    }
.buddypress-wrap .select-wrap span.select-arrow {z-index: 1;}
.bp-wrap .item-body .notifications-options-nav .select-wrap,
.bp-wrap .item-body .subnav-filters .filter.last {width: 200px;}

.bp-wrap .item-body .bp-feedback {
    background: #e1eeff;
    color: #262662;
    box-shadow: none;
    border: none;
}
.bp-wrap .item-body .bp-feedback.help .bp-icon,
.bp-wrap .item-body .bp-feedback.info .bp-icon {
    background-color: #002e6c;
    }


.bp-wrap .item-body > ul{
    margin-bottom: 20px;
    padding-left: 20px;
    }
.bp-wrap .item-body > ul li{
    position: relative;
    padding-left: 5px;
    margin-bottom: 5px;
    list-style: disc;
    }

.activity-list.bp-list {
    background: #fafafa;
    border: 1px solid #dfdfdf;
    }
.activity-list.bp-list .activity-item {
    background: #fff;
    border: 1px solid #dfdfdf;
    box-shadow: none; 
    } 
.buddypress .buddypress-wrap .generic-button a{
    background: #002e6c;
    border-color: #002e6c;
    color: #fff;
    padding: 8px 10px !important;
    border-radius: 4px;
    font-size: 14px;
    }
.buddypress .buddypress-wrap .generic-button a:hover,
.buddypress .buddypress-wrap .generic-button a:focus{
    background: #d01f2f;
    border-color: #d01f2f;
    color: #fff;
    }
/*Membership Directory Single*/


/*top searchbar*/
/*membership directory*/
.membership_directory {
    position: relative;
    padding-bottom: 65px;
}
.membership_directory span.sub_note{
    display: block;
    color: rgba(38, 38, 38, 0.7);
}
.membership_directory .md_box {
    padding: 30px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.membership_directory .md_box .fit_img {
    display: block;
    width: 190px;
    height: 190px;
    margin-right: 30px;
    border-radius: 10px;
    float: left;
    object-fit: contain;
    object-position: top;
}
.membership_directory .md_box .fit_img:hover img{
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.membership_directory .md_box .member_info {
    display: block;
    overflow: hidden;
    }
.membership_directory .md_box .member_info .member_type{
    font-size: 16px;
    color: #d02030;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 12px;
    }
.membership_directory .md_box .member_info .member_title{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
    }
.membership_directory .md_box .member_info .member_organization{
    font-size: 16px;
    line-height: 1; 
    margin-bottom: 12px;
    }
.membership_directory .md_box .member_info .member_email{
    font-size: 16px;
    line-height: 1; 
    margin-bottom: 12px;
    }
.membership_directory .md_box .member_info .member_phone{
    font-size: 16px;
    line-height: 1; 
    margin-bottom: 12px;
    }
.membership_directory .md_box .member_info .member_type strong,
.membership_directory .md_box .member_info .member_title strong,
.membership_directory .md_box .member_info .member_organization strong,
.membership_directory .md_box .member_info .member_email strong,
.membership_directory .md_box .member_info .member_phone strong{
    color: #002e6c;
    font-weight: 500;
    padding-right: 5px;
    }
.membership_directory .md_box .member_info h3{
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 15px;
    }
.membership_directory .md_box .member_info h3 a{
    color: #262626
    }
.membership_directory .md_box .member_info h3 a:hover{
    color: #d02030;
    }
.membership_directory .md_box .member_info span{
    color: #d02030;
    display: block;
    font-style: italic;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    }
@media(max-width:1400px){
    .membership_directory {padding-bottom: 50px;}
    .membership_directory .md_box .fit_img {
        width: 170px;
        height: 170px;
    }
    .membership_directory .md_box .member_info h3 {margin-bottom: 10px;}
}
@media(max-width:1199px){
    .membership_directory .md_box {
        padding: 25px;
    }
    .membership_directory .md_box .fit_img {
        width: 150px;
        height: 150px;
        margin-right: 20px;
    }
    .membership_directory .md_box .member_info h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}
@media(max-width:991px){
    .membership_directory .md_box {padding: 20px;}
    .membership_directory .md_box .fit_img {
        width: 110px;
        height: 110px;
    }
    .membership_directory .md_box .member_info h3 {
        font-size: 22px;
    }
    .membership_directory .md_box .member_info span {font-size: 13px;}
    .membership_directory .md_box .member_info .member_type{
        font-size: 15px;
        margin-bottom: 10px;
        }
    .membership_directory .md_box .member_info .member_title{
        font-size: 15px;
        margin-bottom: 10px;
        }
    .membership_directory .md_box .member_info .member_organization{
        font-size: 15px;
        margin-bottom: 10px;
        }
    .membership_directory .md_box .member_info .member_email{
        font-size: 15px;
        margin-bottom: 10px;
        }
    .membership_directory .md_box .member_info .member_phone{
        font-size: 15px;
        margin-bottom: 10px;
        }
}
@media(max-width:767px){
    .membership_directory .md_box .member_info .member_type{font-size: 14px;}
    .membership_directory .md_box .member_info .member_title{font-size: 14px;}
    .membership_directory .md_box .member_info .member_organization{font-size: 14px;}
    .membership_directory .md_box .member_info .member_email{
        word-break: break-word;
        font-size: 14px;
    }
    .membership_directory .md_box .member_info .member_phone{font-size: 14px;}
}
@media(max-width:575px){
    .membership_directory .md_box .member_info h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .membership_directory .md_box {padding: 15px;}
    .membership_directory .md_box .fit_img {
        width: 80px;
        height: 90px;
        margin-right: 10px;
    }
}

/*membership directory*/

/*--------------------------------------------------------------------*/
                    /*Information & News*/
/*--------------------------------------------------------------------*/
.info_news.news_searchbar  .search_box_left form input[type="text"]{
    max-width: 400px;
    background-position: 93% 50%;
}
.info_news.news_searchbar  .search_box_right form select{
    max-width: 255px;
}
.info_news.news_searchbar  .search_box_right form select:first-child{
    margin-left: 0;
}

.news_box{
    background-color: #f5f5f5;
    padding: 40px;
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    overflow: hidden;
}
.news_box:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 76px;
    height: 85px;
    opacity: 0.15;
    background-image: url(../images/logo_leaf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
    transition: all 0.3s cubic-bezier(0.100, 0.100, 1, 1.000);
}
.news_box:hover:before {
    width: 81px;
    height: 90px;
    opacity: 1;
}
.news_box h3{
    font-size: 30px;
    line-height: 1.2;
}

.news_box .my_btn {
    padding: 11px 40px;
    min-width: 200px;
    line-height: 27px;
}

.news_box .my_btn i{
    font-size: 21px;
    margin-left: 10px;
}
@media(max-width:1600px){
    .news_box {
        padding: 35px;
    }
    .news_box:before {
        width: 72px;
        height: 80px;
    }
    .news_box:hover:before {
        width: 75px;
        height: 85px;
    }
    .info_news.news_searchbar .search_box_left form input[type="text"] {
        max-width: 350px;
    }
    .info_news.news_searchbar .search_box_right form select {
        max-width: 240px;
    }
}
@media(max-width:1400px){
    .news_box {
        padding: 30px;
    }
    .news_box .my_btn {
        padding: 11px 35px;
        min-width: 190px;
        line-height: 26px;
    }
    .news_box .my_btn i{
        font-size: 20px;
        margin-left: 8px;
    }
    .news_box:before {
        width: 65px;
        height: 75px;
    }
     .news_box:hover:before {
        width: 70px;
        height: 80px;
    }
    .info_news.news_searchbar .search_box_right form select {
        max-width: 230px;
    }
    .info_news.news_searchbar .search_box_left form input[type="text"] {
        max-width: 320px;
    }
}
@media(max-width:1199px){
    .news_box {
        padding: 25px;
    }
    .news_box h3 {
        font-size: 28px;
    }
    .news_box .my_btn {
        padding: 11px 30px;
        min-width: 175px;
        line-height: 25px;
    }
    .news_box .my_btn i{
        font-size: 18px;
        margin-left: 7px;
    }
    .news_box:before {
        width: 60px;
        height: 70px;
    }
    .news_box:hover:before {
        width: 65px;
        height: 75px;
    }
    .info_news.news_searchbar .search_box_right form select {
        max-width: 200px;
    }
    .info_news.news_searchbar .search_box_left form input[type="text"] {
        max-width: 300px;
    }
}
@media(max-width:991px){
    .news_box {
        padding: 20px;
    }
    .news_box h3 {
        font-size: 26px;
    }
    .news_box:before {
        width: 55px;
        height: 65px;
    }
    .news_box:hover:before {
        width: 60px;
        height: 70px;
    }
    .info_news.news_searchbar .search_box_right form select {
        max-width: 158px;
    }
}
@media(max-width:767px){
    .news_box .my_btn {
        padding: 11px 28px;
        min-width: auto;
        line-height: 24px;
    }
    .news_box .my_btn i {
        font-size: 16px;
        margin-left: 5px;
    }
    .info_news.news_searchbar .search_box_left form input[type="text"] {
        max-width: none;
        width: 100%;
        background-position: 98% 50%;
    }
    .info_news.news_searchbar .search_box_right {
        margin-top: 15px;
    }
    .info_news.news_searchbar .search_box_right form select {
        max-width: 48%;
        margin-left: 15px;
    }
}
@media(max-width:575px){
    .news_box .my_btn {
        padding: 10px 22px;
        line-height: 21px;
    }
    .info_news.news_searchbar .search_box_right form select {
        max-width: 100%;
        margin-left: 0px;
    }
    .info_news.news_searchbar .search_box_right {
        margin-top: 0;
    }
    .info_news.news_searchbar .search_box_left form input[type="text"] {
        background-position: 96% 50%;
    }
}


body.buddypress .buddypress-wrap .sections_title h2{
    margin: 0 0 20px 0;
}
body.buddypress .buddypress-wrap h1, 
body.buddypress .buddypress-wrap h2, 
body.buddypress .buddypress-wrap h3, 
body.buddypress .buddypress-wrap h4, 
body.buddypress .buddypress-wrap h5, 
body.buddypress .buddypress-wrap h6{
    margin: 0 0 20px 0;
}


/*  font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Slab', serif; */
/* Event Page */
.tribe-events-page-template .internal_page ul,
.tribe-events-page-template .internal_page ol{
    margin-bottom: 0px;
    padding-left: 0px;
    }
.tribe-events-page-template .internal_page ul li,
.tribe-events-page-template .internal_page ol li{
    padding-left: 0px;
    margin-bottom: 0px;
    }
.tribe-events-page-template .internal_page ul li:before,
.tribe-events-page-template .internal_page ol li:before{display: none;}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{padding: 0;}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input,
.tribe-common .tribe-common-form-control-text__input {
    font-size: 1em;
    font-family: 'Roboto Slab', serif;
    }
.tribe-events .tribe-events-c-search__input-control-icon-svg {color: #002e6c;}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
    padding-left: 45px;}
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
    font-family: 'Roboto Slab', serif; 
    background-color: #002e6c;
    font-size: 1em;
    }
.tribe-common .tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover {
    background-color: #d01f2f; 
    }
.tribe-events .tribe-events-c-view-selector__list-item-text {
    font-family: 'Roboto Slab', serif; 
    font-size: 1em;
    }
.tribe-events .tribe-events-c-view-selector__list-item-link:focus .tribe-events-c-view-selector__list-item-text, .tribe-events .tribe-events-c-view-selector__list-item-link:hover .tribe-events-c-view-selector__list-item-text {
    color: #d01f2f;
    }
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {color: #d01f2f;}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
    background-color: #d01f2f;
    }
.tribe-common .tribe-common-c-btn-icon {
    width: 46px;
    height: 46px;
    line-height: 42px;
    border: 1px solid #d5d5d5;
    text-align: center;
    border-radius: 4px;
    }
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
    padding: 12px 22px;
    border-radius: 4px;
    font-size: 1em;
    font-family: 'Roboto Slab', serif; 
    }
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
    font-family: 'Roboto Slab', serif; 
    font-size: 1em;
    line-height: 25px;
    padding: 10px 20px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    }
.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, 
.tribe-events .datepicker .day.active:focus, 
.tribe-events .datepicker .day.active:hover, 
.tribe-events .datepicker .month.active, 
.tribe-events .datepicker .month.active.focused, 
.tribe-events .datepicker .month.active:focus, 
.tribe-events .datepicker .month.active:hover, 
.tribe-events .datepicker .year.active, 
.tribe-events .datepicker .year.active.focused, 
.tribe-events .datepicker .year.active:focus, 
.tribe-events .datepicker .year.active:hover {background: #002e6c;}

.tribe-events .datepicker .day, 
.tribe-events .datepicker .dow,
.tribe-events .datepicker .month,
.tribe-events .datepicker .year {
    font-family: 'Roboto Slab', serif; 
    font-size: 1.1em;
    font-weight: 400;
    } 
.tribe-events .datepicker .datepicker-switch{
    font-family: 'Roboto Slab', serif; 
    font-size: 1.2em;
    font-weight: 500;
    }
.tribe-events .datepicker .dow{
    font-size: 1.2em;
    font-weight: 500;
    color: #002e6c;
    } 
.tribe-events .datepicker .day {padding: 5px 0;}
.tribe-events .datepicker .month,
.tribe-events .datepicker .year {padding: 12px 0;}
.tribe-events .datepicker table {width: 100%;}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-container {
    min-width: 280px;}
.tribe-events .tribe-events-c-top-bar__datepicker-container {width: 280px;}
.tribe-events .datepicker .datepicker-months .datepicker-switch, .tribe-events .datepicker .datepicker-months .next, .tribe-events .datepicker .datepicker-months .prev, .tribe-events .datepicker .datepicker-years .datepicker-switch, .tribe-events .datepicker .datepicker-years .next, .tribe-events .datepicker .datepicker-years .prev {padding: 15px 0 20px 0;}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
    font-family: 'Roboto Slab', serif; 
    font-size: 1em;
    font-weight: 500;
    color: #002e6c;
    }
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {min-height: 130px;}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
    background-color: #d01f2f;}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:after {height: 4px;}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
    margin: 5px;
    height: auto;
    }
.tribe-events .tribe-events-calendar-month__multiday-event--width-3 .tribe-events-calendar-month__multiday-event-bar {
    width: auto;
    }
.tribe-common .tribe-common-h7, 
.tribe-common .tribe-common-h8 {
    font-size: 0.8em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: white;
    }
.tribe-events .tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-bar { 
    color: white;    
    border-radius: 20px; 
    }
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: transparent;
    background-color: #d01f2f;
    padding-top: 3px;
    padding-bottom: 3px;
    }
.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
    font-family: 'Roboto', sans-serif;
    color: #002e6c;
    font-size: 0.7em;
    font-weight: 600;
    }
.tooltipster-base.tribe-events-tooltip-theme {padding: 1em;}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
    font-family: 'Roboto', sans-serif;
    color: #002e6c;
    font-size: 0.7em;
    font-weight: 600;
    }
.tribe-common .tribe-common-b3 {
    font-family: 'Roboto Slab';
    font-weight: 400;
    }
.tribe-common .tribe-common-b3 p{font-size: 1.2em;}
.tribe-events .tribe-events-calendar-month__calendar-event-title-link, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link {
    color: #d01f2f;
    font-weight: 600;
    }
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    font-family: 'Roboto Slab';
    font-size: 1em;
    border: 1px solid #002e6c;
    color: #002e6c;
    }
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item {
    font-family: 'Roboto Slab';
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #002e6c;
    color: white;
    }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
    margin: 30px 0;
    border: 1px solid #d5d5d5;
    padding: 0px 0;
    border-radius: 4px;
    }
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    color: #002e6c;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    }
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    font-size: 1.7em;
    color: #d01f2f;
    font-family: 'Roboto Slab';
    }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col.tribe-events-calendar-list__event-wrapper  {
    border-left: solid 1px #d5d5d5;
    }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col {   padding-top: 30px;
    padding-bottom: 30px;
    }
.tribe-common .tribe-common-b2 {font-family: 'Roboto Slab';}
.tribe-events .tribe-events-calendar-list__event-datetime {
    color: #002e6c;
    font-weight: 600;
    }
.tribe-events .tribe-events-calendar-day__event-datetime {
    color: #002e6c;
    font-weight: 600;
    }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next, 
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {color: #002e6c;}
.tribe-events .tribe-events-c-nav__next:focus,
.tribe-events .tribe-events-c-nav__next:hover,
.tribe-events .tribe-events-c-nav__prev:focus,
.tribe-events .tribe-events-c-nav__prev:hover {color: #d01f2f;}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg path,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg path {fill: #002e6c;}
.tribe-events .tribe-events-c-nav__next:focus .tribe-events-c-nav__next-icon-svg path,
.tribe-events .tribe-events-c-nav__next:hover .tribe-events-c-nav__next-icon-svg path {fill: #d01f2f;}
.tribe-events .tribe-events-c-nav__prev:focus .tribe-events-c-nav__prev-icon-svg path,
.tribe-events .tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-icon-svg path {fill: #d01f2f;}


.tribe-events-back {
    margin-bottom: 1em;
    }
.tribe-events-back a:visited,
.tribe-events-back a {
    padding: 8px 20px;
    border: solid 1px #d01f2f;
    border-radius: 5px;
    color: #d01f2f;
    }
.tribe-events-back a:focus,
.tribe-events-back a:hover{
    background-color: #d01f2f;
    border: solid 1px #d01f2f;
    color: #fff;
    } 
.tribe-events-schedule {
        margin-top: 10px;
        margin-bottom: 10px;
    }
.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
    font-size: 1em;
    font-family: 'Roboto Slab';
    font-weight: 400;
    }
.tribe-events-meta-group .tribe-events-single-section-title {
    color: #d01f2f;
    font-size: 1.2em; 
    }
.tribe-events-event-meta dt {
    color: black;
    font-weight: 700;
    font-size: 1.1em;
    }
.tribe-events-event-meta dt {
    color: #002e6c;
    font-weight: 700;
    font-size: 1.1em;
    }
.tribe-events-event-meta dd {
    font-family: 'Roboto Slab';
    }


 @media(max-width: 991px){
    .tribe-events .tribe-events-l-container {
        min-height: 100%;
        padding: 0;
        padding-top: 0;
    }
    .tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
        border: 1px solid #d5d5d5;
        padding: 4px 20px 8px;
        border-radius: 4px;
        font-family: 'Roboto Slab';
        }
    .tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button  .tribe-events-c-top-bar__datepicker-mobile {
        font-size: 16px;
        }
     #tribe-events-events-bar-search {
        padding: 15px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    .tribe-events .tribe-events-c-search__input-control-icon-svg {margin-right: 10px;}
    .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input,
    .tribe-common .tribe-common-form-control-text__input {
        border: 1px solid #d5d5d5;
        font-size: 0.7em;
        border-radius: 5px;
        padding: 15px 30px 15px 15px;
        line-height: 1;
    }
    .tribe-events .tribe-common-c-btn.tribe-events-c-search__button {margin-top: 0.5em;}
     
     .tribe-events .tribe-events-calendar-month__week {
        border-left: 1px solid #d5d5d5;
     } 
     .tribe-events .tribe-events-calendar-month__day {
        border-radius: 0;
        border-right: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
    }
    .tribe-events .tribe-events-calendar-month__body { 
        border-top: 1px solid #d5d5d5;
    }
    .tribe-common .tribe-common-b3 {
        font-family: 'Roboto Slab';
        font-weight: 600;
        color: #002e6c;
        font-size: 1em;
    }
    .tribe-events .tribe-events-calendar-month {
        border-top: 1px solid #d5d5d5;
        padding: 15px 0;
    }
    .tribe-events .tribe-events-calendar-month__day-cell--selected,
    .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
    .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
        background-color: #d01f2f;
        color: white;
    }
    .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
        background-color: #d01f2f;
    }
     .tribe-events .tribe-events-calendar-list__event-row { 
        border: solid 1px #d5d5d5;
        margin: 15px 0;
    } 
     .tribe-events .tribe-events-calendar-list__event-wrapper { 
        border-left: solid 1px #d5d5d5;
        padding: 15px;
    }
     .tribe-events .tribe-events-calendar-list__event-date-tag {
        padding: 15px 0;
    }
    .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {color: #d01f2f;}
}



/* Information & News */
.news_searchbar{
    position: relative;
    background-color: #dfdfdf;
    padding: 30px 0;
    }
.news_searchbar .search_box_right{order: 6;}
.news_searchbar .search_box form {
    text-align: right;
}
.news_searchbar .search_box form input[type="text"], 
.news_searchbar .search_box form select {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    padding: 16px 25px;
    background-color: #fff;
    border: solid 1px #b7b7b7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #262626;
    font-size: 18px;
    line-height: 26px;
}
/*.news_searchbar .search_box form input[type="text"]{
    background-image: url('../images/searchicon.png');
    background-position: 87% 50%;
    background-repeat: no-repeat;
}*/
.news_searchbar .search_box form input[type="text"] {
    max-width: 225px;
}
.news_searchbar .search_box form select{
    max-width: 160px;
    margin-left: 26px;
}
.news_searchbar .search_box form select {
    cursor: pointer;
    color: #262626;
    background-image: url(../images/select_arrow.png);
    background-position: 90% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    outline: 0;
}
.news_searchbar input::-moz-placeholder,
.news_searchbar textarea::-moz-placeholder,
.news_searchbar select::-moz-placeholder {
    color: rgb(38, 38, 38);
    font-size: 18px;
    line-height: 26px;
    opacity: 1;
}
.news_searchbar input:-ms-input-placeholder,
.news_searchbar textarea:-ms-input-placeholder,
.news_searchbar select:-ms-input-placeholder {
    color: rgb(38, 38, 38);
    font-size: 18px;
    line-height: 26px;
    opacity: 1;
}
.news_searchbar input::-webkit-input-placeholder,
.news_searchbar textarea::-webkit-input-placeholder,
.news_searchbar select::-webkit-input-placeholder {
    color: rgb(38, 38, 38);
    font-size: 18px;
    line-height: 26px;
    opacity: 1;
}

.news_searchbar .search_box .search_box_left form {
    display: inline-block;
    position: relative;
    }
.news_searchbar .search_box .search_box_left form input[type="text"] {padding-right: 45px;}
.news_searchbar .search_box .search_box_left form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 100%;
    border: none;
    outline: 0px;
    padding: 0;
    background-color: transparent;
    background-image: url('../images/searchicon.png');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    }

@media(max-width:1400px){
    .news_searchbar {padding: 25px 0;}
    .news_searchbar .search_box form input[type="text"], 
    .news_searchbar .search_box form select {padding: 14px 25px;}
    .news_searchbar .search_box form select {margin-left: 20px;}
}
@media(max-width:1199px){
    .news_searchbar .search_box form input[type="text"] {max-width: 210px;}
    .news_searchbar .search_box form input[type="text"], 
    .news_searchbar .search_box form select {
        padding: 13px 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .news_searchbar .search_box form select {margin-left: 15px;}
    .news_searchbar {padding: 22px 0;}
}
@media(max-width:991px){ 
    .news_searchbar .search_box form input[type="text"], 
    .news_searchbar .search_box form select {
        padding: 11px 10px;
        font-size: 13px;
        line-height: 20px;
    }
    .news_searchbar .search_box .search_box_left form input[type="text"] {padding-right: 35px;}
    .news_searchbar .search_box .search_box_left form input[type="submit"] {width: 35px;}
    .news_searchbar .search_box form select {background-position: 94% 50%;}
    .news_searchbar .search_box form input[type="text"] {background-position: 92% 50%;}
    .news_searchbar .search_box form input[type="text"] {max-width: 170px;}
    .news_searchbar .search_box form select {max-width: 120px;}
    .news_searchbar input::-moz-placeholder,
    .news_searchbar textarea::-moz-placeholder,
    .news_searchbar select::-moz-placeholder {
        font-size: 14px;
        line-height: 24px;
    }
    .news_searchbar input:-ms-input-placeholder,
    .news_searchbar textarea:-ms-input-placeholder,
    .news_searchbar select:-ms-input-placeholder {
        font-size: 14px;
        line-height: 24px;
    }
    .news_searchbar input::-webkit-input-placeholder,
    .news_searchbar textarea::-webkit-input-placeholder,
    .news_searchbar select::-webkit-input-placeholder {
       font-size: 14px;
       line-height: 24px;
    }
    .news_searchbar .search_box form select {margin-left: 10px;}
    .news_searchbar .search_box .search_box_left form {display: block;}
    .info_news.news_searchbar .search_box_left form input[type="text"] {max-width: 100%;}
}   
@media(max-width:767px){
    .news_searchbar .search_box_right {order: 0;}
    .news_searchbar input::-moz-placeholder,
    .news_searchbar textarea::-moz-placeholder,
    .news_searchbar select::-moz-placeholder {
        font-size: 13px;
        line-height: 22px;
    }
    .news_searchbar input:-ms-input-placeholder,
    .news_searchbar textarea:-ms-input-placeholder,
    .news_searchbar select:-ms-input-placeholder {
        font-size: 13px;
        line-height: 22px;
    }
    .news_searchbar input::-webkit-input-placeholder,
    .news_searchbar textarea::-webkit-input-placeholder,
    .news_searchbar select::-webkit-input-placeholder {
       font-size: 13px;
       line-height: 22px;
    }
    .news_searchbar .search_box form input[type="text"] {
        max-width: inherit;
        width: 47%;
    }
    .news_searchbar .search_box form select {
        max-width: inherit;
        width: 50%;
        margin-left: 10px;
    }
    .news_searchbar .search_box form {text-align: left;} 
}
@media(max-width:575px){
    .news_searchbar .search_box form input[type="text"], 
    .news_searchbar .search_box form select {width:100%;}
    .news_searchbar .search_box form select {
        margin-left: 0;
        margin-top: 10px;
    } 
    .news_searchbar .search_box form input[type="text"] {background-position: 96% 50%;}
    .news_searchbar .search_box form select {background-position: 96% 50%;}
    .news_searchbar input::-moz-placeholder,
    .news_searchbar textarea::-moz-placeholder,
    .news_searchbar select::-moz-placeholder {
        font-size: 11px;
        line-height: 22px;
    }
    .news_searchbar input:-ms-input-placeholder,
    .news_searchbar textarea:-ms-input-placeholder,
    .news_searchbar select:-ms-input-placeholder {
        font-size: 11px;
        line-height: 22px;
    }
    .news_searchbar input::-webkit-input-placeholder,
    .news_searchbar textarea::-webkit-input-placeholder,
    .news_searchbar select::-webkit-input-placeholder {
       font-size: 11px;
       line-height: 22px;
    }
    .news_searchbar .search_box form input[type="text"], 
    .news_searchbar .search_box form select {
        padding: 10px 10px;
        font-size: 12px;
        line-height: 20px;
    }
}
/* End Information & News */

#signup-form .error p { color: #000; }