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

img{
max-width:100%;
}
body{
background: url(../images/Childrens.jpg) no-repeat!important;
background-size: cover!important;
		}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
text-decoration:none!important;
}
img {
	vertical-align: middle;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

.widget-boxes h2{
font-family: 'Gochi Hand', cursive;
    font-size: 48px;

}

.widget-boxes  p{
    color: #4e4e4e;
	font-size:19px;
	}

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

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.ie7 .clearfix {
	zoom: 1; 
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}

input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea{
     -webkit-appearance: none;
     -webkit-border-radius: 0;
}


/* Normalized Styles
------------------------------------------------------------------------------*/
body {
	font-family: 'Arvo', serif;
	font-size: 15px;
	color: #9e9994;
	background: #fffbf7;
	-webkit-text-size-adjust: none; 
}

input, textarea, select, button {
	outline: none;
	font-family: 'Arvo', serif;
}

a, a:visited, a:focus, a:active {
	text-decoration: none;
/* 	color: #98785b; */
	color: #ea6b6e;
}

a:hover {
	text-decoration: underline;
}
a.btn,
input.btn[type=submit] {
	display: block;
	width: 140px;
	height: 52px;
	font-family: 'Gochi Hand', cursive;
	font-size: 20px;
	line-height: 41px;
	text-align: center;
}
a.btn:hover {
	text-decoration: none;
}
a.yellow {
	color: #c48e31;
	background: url(../images/bg_yellow-btn.png) no-repeat;
}
a.red {
	color: #fff;
	background: url(../images/bg_red-btn.png) no-repeat;
}
a.red:hover, a.yellow:hover{
	opacity: 0.8;
}
input.white[type=submit] {
	color: #73b0be;
	border: none;
	background: url(../images/bg_white-btn.png) no-repeat;
}
input.white[type=submit]:hover{
	opacity: 0.8;
}
.placeholder { color: #4e87a0; }

/* Wrapper
------------------------------------------------------------------------------*/
#wrapper{
	width:100%;
	height: 100%;
	display:table;
}
.wrapper-holder {
	width:100%;
    display:table-row;
}

/* Header
------------------------------------------------------------------------------*/
#header {
max-width: initial;
    margin: 0 auto 33px;
    padding: 200px 0 0;
    position: relative;
    background: url(../images/vector-character.png) no-repeat 50% 0;
    background-position: 290px top;
    background-size:72%;
}
.events #header,
.about #header,
.gallery #header {
	margin: 0 auto;
}
#header .left-part{
	width: 104px;
	height: 84px;
	left: -106px;
	top: 3px;
	position: absolute;
 
}
.menu_trigger{
	width: 30px;
	height: 31px;
	padding-right: 50px;
	line-height: 26px;
	right:0;
	color: #98785b;
	background: url(../images/btn_mobile_menu.png) no-repeat 100% 0;
/* 	text-indent: -9999em; */
	display: none;
	top: 170px;
	position: absolute;
}
.menu_trigger:hover, .menu_trigger:visited, .menu_trigger:focus, .menu_trigger:active {
	color: #98785b;
	text-decoration: none;
}
#logo {
	width: 132px;
    height: auto;
    padding-top: 72px;
    margin-left: 0px;
    font-family: 'Gochi Hand', cursive;
    font-size: 21px;
    color: #ea6b6e;
    text-align: center;
    /* text-indent: -9999px; */
    overflow: hidden;
    display: block;
    position: absolute;
    top: -52px;
    left: 11%;
 
}

#logo img{
max-width:100%;
}
#logo:hover {
	text-decoration: none;
}
.dvdr{
	height: 68px;
	margin-top: -10px;
	background: url(../images/bg_dvdr-line.png) no-repeat 50% 50%;
}
.container {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}

/* Navigation
------------------------------------------------------------------------------*/
.bar-holder {
	width: 100%;
}
.bar-holder:after {
    content:'';
    display:block;
    clear:both;
}
#nav ul {
	margin: 0 auto;
	text-align: center;
}
#nav ul li {
	display: inline-block;
	padding: 0 25px;
	font-family: 'Gochi Hand', cursive;
	font-size: 24px;
	color: #ea6b6e;
}
#nav ul a {
	color: #98785b;
}
#nav ul a:hover, #nav ul a.active {
	color: #ea6b6e;
	text-decoration: none;
}

 .current{
    background: #ea6b6e!important;
    text-decoration: none!important;
    color: #fff!important;
    padding: 10px;
}



/* Slider
------------------------------------------------------------------------------*/
.promo {
	position: relative;
	padding: 0 10px;
}
.promo h1 {
	font-family: 'Gochi Hand', cursive;
	font-size: 40px;
	text-align: left;
	text-shadow: 2px 2px 3px #ce5a5d;
	color: #ea6b6e;
}
.slide-info a:hover {
	text-decoration: none;
}
.slider-wrap {
 
}
.slider li {
	position: relative;
}
.slider li .slide-mask {
	position: absolute;
	top: 0;
	left: 0;
}
.slide-info {
	width: 470px;
	position: absolute;
	top: 125px;
	left: 50%;
}
.slide-info p {
	padding: 20px 0 30px;
	line-height: 30px;
}
.bx-wrapper {
	margin: 0 auto;
}
.bx-wrapper .bx-viewport {
	left: 0;
	box-shadow: none;
	border: none;
}
.bx-wrapper .bx-pager {
	bottom: 35px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: url(../images/bg_pgn.png) no-repeat;
	background-size: 16px 16px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../images/bg_pgn-active.png) no-repeat 0 0;
	background-size: 16px 16px;
}
.gallery .bx-wrapper .bx-pager.bx-default-pager a:hover,
.gallery .bx-wrapper .bx-pager.bx-default-pager a.active,
.gallery .bx-wrapper .bx-pager.bx-default-pager a {
	width: 22px;
	height: 22px;
	background-size: 22px 22px;
}

/* Main
------------------------------------------------------------------------------*/
.homepage #main {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.wrap-boxes {
	max-width: 1170px;
	margin: 0 auto;
}
.widget-boxes {
	margin: 40px 0 50px;
    text-align: center;
    overflow: hidden;
}
.widget-boxes .box {
	display: inline-block;
	width: 370px;
	overflow: hidden;
	padding: 30px 1%;
}
.widget-boxes .box a:hover {
	text-decoration: none;
}
.widget-boxes .box-info {
	padding: 27px 0 0;
}
.widget-boxes .box-info h2{
	margin: 0 0 6px;
	font-family: 'Gochi Hand', cursive;
font-size: 28px;
}
.widget-boxes .about {
 
}
.widget-boxes .experience {
 
}
.widget-boxes .fun {
 
}
.widget-boxes .about h2{
	color: #bfd04e;
}
.widget-boxes .experience h2{
	color: #f09496;
}
.widget-boxes .fun h2{
	color: #a1d7e4;
}
.widget-boxes .box-info p{
	color: #9e9994;
	line-height: 23px;
}

.top-pink-border{
	height: 27px;
	background: url(../images/bg_pink-border-top.png) repeat-x;
}
.bottom-pink-border{
	height: 27px;
	background: url(../images/bg_pink-border-bottom.png) repeat-x;
}
.top-blue-border{
	height: 27px;
	background: url(../images/bg_blue-border-top.png) repeat-x;
	display:none;
}
.event-wrap{
	color: #fff;
	background: #ea6b6e;
}
.block-event{
	display: table;
	max-width: 1170px;
	margin: 0 auto;
}
.block-event .upcoming-event,
.block-event .widget-calendar{
	display: table-cell;
	padding-top: 33px;
}
.block-event .event-description{
	margin: 32px 10% 50px 0;
	padding: 17px 20px 15px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #d55f62;
}
.block-event h2{
	font-family: 'Gochi Hand', cursive;
	font-size: 48px;
	text-shadow: 2px 2px 3px rgba(22,22,23,0.11);
}
.block-event h3 a{
	font-size: 16px;
	font-weight: bold;
	color: #efd37f;
}
.event-description .metadata{
	padding: 18px 0;
	color: #ffb3b5;
}
.event-description .metadata time {
	padding-left: 25px;
	background: url(../images/ico_date-pink.png) no-repeat 0 0;
}
.event-description .metadata span {
	padding-left: 25px;
	margin-left: 30px;
	background: url(../images/ico_place-pink.png) no-repeat 0 2px;
}
.event-description .metadata time span {
	padding-left: 25px;
	margin-left: 30px;
	background: url(../images/ico_time-pink.png) no-repeat 0 0;
}
.event-description p{
	padding: 0 0 25px;
	line-height: 24px;
}

.widget-calendar{
	width: 378px;
}

.event-calendar{
	width: 378px;
	margin-bottom: 30px;
	font-family: 'Gochi Hand', cursive;
	font-size: 24px;
	text-align: center;
}
.event-calendar col{
	width: 54px;
}
.event-calendar th{
	padding-bottom: 10px;
	font-size: 20px;
	text-align: center;
}
.event-calendar td{
	vertical-align: middle;
	position:relative;
}
.event-calendar td .cell-wrap{
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin: 3px;
	background: url(../images/bg_td-normal.png) no-repeat;
	background-size: cover;
	position: relative;
}
.event-calendar a{
	text-decoration: none;
}
.event-calendar .archival a{
	color: #fff;
}
.event-calendar td .archival{
	position: relative;
	background: url(../images/bg_td-archival.png) no-repeat;
	background-size: cover;
}
.event-calendar td .another-day{
	color: #b24f51;
	background: url(../images/bg_td-another.png) no-repeat;
	background-size: cover;
}
.event-calendar td .upcoming{
	position: relative;
	background: url(../images/bg_td-upcoming.png) no-repeat;
	background-size: cover;
}
.event-calendar .upcoming a{
	color: #c48f32;
}
.event-calendar td .tooltip.hover{
	display: block;
}
.event-calendar .upcoming:hover,
.event-calendar .archival:hover {
	color: #4e87a0;
	background-image: url(../images/bg_td-tooltip.png);
	background-size: cover;
}
.event-calendar .upcoming:hover a,
.event-calendar .archival:hover a {
	color: #4e87a0;
}
.event-calendar .tooltip{
	width: 448px;
	margin: 0;
	position: absolute;
	top: -60px;
	right: 40px;
	z-index: 1060;
	display: none;
}
.event-calendar .event-tooltip{
	width: 388px;
	padding: 15px 18px;
	font-family: 'Arvo', serif;
	font-size: 13px;
	color: #4e87a0;
	text-align: left;
	background-color: #a1d7e4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
.event-calendar .event-tooltip::after {
	content: ''; 
	position: absolute;
	right: -16px;
	top: 78px;
	border: 8px solid transparent;
	border-left: 8px solid #a1d7e4;
}
.event-calendar .event-tooltip h3,
.event-calendar .event-tooltip h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	color: #4e87a0;
}
.event-calendar .event-tooltip p{
	line-height: 24px;
}
.event-calendar .event-tooltip .metadata {
/	color: #4e87a0;
}
.event-calendar .event-tooltip .metadata time {
	display: inline-block;
	height: 24px;
	padding-left: 25px;
	line-height: 24px;
	background: url(../images/ico_date-white.png) no-repeat 0 2px;
}
.event-calendar .event-tooltip .metadata span {
	display: inline-block;
	width: auto;
	height: auto;
	line-height:25px;
	margin: 0 0 0 30px;
	padding-left: 25px;
	background: url(../images/ico_place-white.png) no-repeat;
}
.event-calendar .event-tooltip .metadata time span {
	display: inline-block;
	width: auto;
	height: auto;
	line-height:25px;
	margin: 0 0 0 30px;
	padding-left: 25px;
	background: url(../images/ico_time-white.png) no-repeat 0 2px;
}

.widget-calendar .legend{
	padding-bottom: 45px;
}
.widget-calendar .legend .upcoming,
.widget-calendar .legend .archival{
	display: inline-block;
	margin-left: 23px;
	padding-left: 33px;
	line-height: 22px;
	background: url(../images/ico_upcoming.png) no-repeat;
}
.widget-calendar .legend .archival{
	margin-left: 30px;
	background: url(../images/ico_archival.png) no-repeat;
}

.news {
	margin: 60px 0 30px;
}
.news h2{
	font-family: 'Gochi Hand', cursive;
	font-size: 48px;
}
.news h3 a{
	font-size: 16px;
	color: #ea6b6e;
}
.news .box {
	padding: 30px 0.8%;
}
.news .box a{
	display: block;
	position: relative;
	overflow: hidden;
}
.news .box a.news-img {
	width: 370px;
	height: 166px;
}
.news .box .news-img img {
	width: 100%;
	height: auto;
}
.news .box a:hover{
	text-decoration: underline;
}
.news .box .mask{
	width: 370px;
	height: 166px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg_news-mask.png) no-repeat;
}
.news .box-info {
	padding: 22px 0 0;
}
.widget-boxes .box-info p {
	line-height: 25px;
}
.news .metadata {
	padding: 8px 0 5px;
}
.news time {
	padding-left: 25px;
	background: url(../images/ico_date.png) no-repeat 0 3px;
	color: #c0bab4;
}
.news span {
	margin-left: 20px;
	padding-left: 25px;
	background: url(../images/ico_author.png) no-repeat 0 3px;
	color: #c0bab4;
}

/* Events - page
------------------------------------------------------------------------------*/
.events #main {
	width: 52%;
	max-width: 600px;
	margin: 45px auto 40px;
	float: left;
	overflow: hidden;
	position: relative;
}
.events h1 {
	padding-bottom: 4px;
	font-family: 'Gochi Hand', cursive;
	font-size: 36px;
}
.events .event-description {
	padding: 25px 0;
	border-top: 1px dashed #d3cdc7;
}
.events .event-description:first-child {
	border: none;
}
.events .event-description h2 {
	font-size: 16px;
	font-weight: bold;
}
.events .event-description h2 a{
	color: #9e9994;
}
.events .event-description p{
	margin: 0;
	padding: 0;
}
.events .event-description .metadata{
	padding: 18px 0;
	color: #9e9994;
}
.events .event-description .metadata time {
	padding-left: 25px;
	background: url(../images/ico_date-red.png) no-repeat;
}
.events .event-description .metadata span {
	padding-left: 25px;
	margin-left: 20px;
	background: url(../images/ico_place-red.png) no-repeat;
}
.events .event-description .metadata time span {
	padding-left: 25px;
	margin-left: 20px;
	background: url(../images/ico_time-red.png) no-repeat;
}
.events .event-description .event-description p{
	padding: 0 0 25px;
	line-height: 24px;
}

/* Events - page
------------------------------------------------------------------------------*/
.about h1,
.gallery h1 {
	padding: 45px 0 57px;
	font-family: 'Gochi Hand', cursive;
	font-size: 36px;
}
.about h2 {
	font-family: 'Gochi Hand', cursive;
	font-size: 36px;
	color: #ea6b6e;
}
.about .mask,
.gallery .mask {
	width: 270px;
	height: 274px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg_person-mask.png) no-repeat;
}
.about-txt,
.person {
	display: table;
	width: 100%;
}
.about-txt .col,
.person .person-img,
.person .person-description {
	display: table-cell;
	position:relative;
}
.person .person-img,
.person .person-description {
	padding-bottom: 70px;
}
.person .person-img,
.person .person-img img {
	width: 270px;
	height: 274px;
}
.about-txt .col-dvdr {
	display: table-cell;
	width: 30px;
}
.about-txt {
	margin-bottom: 85px;
}
.about-txt p {
	line-height: 24px;
}
.about-txt a {
	text-decoration: underline;
}
.about-txt a:hover {
	text-decoration: none;
}
.person .person-description {
	padding-left: 50px;
	vertical-align: top;
}
.person-description address{
	padding: 13px 0 22px 25px;
	background: url(../images/ico_phone-red.png) no-repeat 0 15px;
}
.person-description .email {
	margin-left: 40px;
	padding-left: 25px;
	background: url(../images/ico_email-red.png) no-repeat 0 2px;
}
.person-description .facebook{
	margin-left: 40px;
	padding-left: 25px;
	background: url(../images/ico_facebook-red.png) no-repeat 0 2px;
}
.person-description address a{
	color: #9e9994;
}
.person-description p {
	font-size: 17px;
	line-height: 30px;
}

/* Gallery - page
------------------------------------------------------------------------------*/
.gallery .container{
	max-width: 1200px;
}
.gallery h1 {
	padding: 45px 15px 57px;
}
.tabs {
	text-align: center;
}
.tabs li {
	display: inline-block;
	width: 137px;
	height: 50px;
	line-height: 50px;
	margin: 12px;
	font-family: 'Gochi Hand', cursive;
	font-size: 20px;
	color: #ea6b6e;
	background: url(../images/bg_gallery-tab.png) no-repeat;
}
.tabs li.active {
	background-position: 0 -50px;
}
.tabs li a {
	display: block;
	width: 137px;
	height: 50px;
	color: #9e9994;
}
.tabs li a:hover,
.tabs li a.selected {
	color: #ea6b6e;
	text-decoration: none;
}
.gallery .bx-wrapper {
	margin: 0 auto 160px;
}
.gallery .bx-wrapper .bx-pager {
	bottom: -80px;
}
.gallery .slider ul {
	text-align: center;
}
.gallery .slider ul li {
	display: inline-block;
	width: 270px;
	height: 274px;
	margin: 15px;
}
.gallery .slider ul li  img{
	width: 100%;
	height: auto;
}

/* Sidebar
------------------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 41%;
	max-width: 470px;
	min-width: 378px;
	margin: 0 0 40px 20px;
}
#sidebar .widget-boxes,
#sidebar .widget-calendar {
	margin-top: 45px;
}
#sidebar .widget-calendar {
	width: auto;
}
#sidebar .widget-calendar h3,
#sidebar .widget-boxes h3 {
	font-family: 'Gochi Hand', cursive;
	font-size: 36px;
	text-align: left;
	color: #9e9994;
}
.wrap-calendar{
	margin-top: 34px;
	color: #fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #ea6b6e;
}
#sidebar .event-calendar {
	margin: 0 auto;
}
#sidebar .legend {
	width: 378px;
	margin: 0 auto;
	padding: 20px 0 30px;
}
.event-calendar .controls,
.event-calendar .month{
	height: 125px;
	padding:0;
	vertical-align: middle;
	font-size: 24px;
}
.event-calendar .controls a{
	display: block;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
}
.event-calendar .prev-mn{
	display:block;
	margin:3px;
	background: url(../images/bg_td-prev.png) no-repeat;
	background-size: cover;
}
.event-calendar .next-mn{
	display:block;
	margin:3px;
	background: url(../images/bg_td-next.png) no-repeat;
	background-size: cover;
}
#sidebar .news {
	padding-top: 40px;
	text-align: left;
}
#sidebar .news a:hover {
	text-decoration: underline;
}
#sidebar .news .box {
	width: auto;
	padding: 30px 0;
	border-top: 1px dashed #d3cdc7;
}
#sidebar .news .box:first-child {
	border: none;
}

/* Footer
------------------------------------------------------------------------------*/
#footer {
    width:100%;
    overflow:hidden;
    display:block;
    background:#ffc1c1;
	padding-top:20px;
}
#footer .footer-holder {
height: 1%;
    display: block;
    width: 100%;

}
#footer .footer-frame {display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;}
.footer-content {
 
	margin: 0 auto;
 
	color: #4e87a0;
}
#footer a {color: #000;}
#footer .col-holder {
	overflow: hidden;
	margin: 0 0 0 -2%;
}
#footer .col_wrap {
	float: left;
	width: 23%;
	margin: 0 0 0 2%;
	font-size: 14px;
}
#footer .col {
	width: 270px;
	margin: 0 auto;
	text-align:center;
	display:flex;
}
#footer h3 {
    margin-bottom: 9px;
    padding-top: 12px;
    font-family: 'Gochi Hand', cursive;
    font-size: 25px;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(22,22,23,0.11);
	margin-right:10px;
}
#footer address {
	padding: 15px 0 15px 35px;
	color:#000;
}
#footer address.map {
	background: url(../images/ico_map.png) no-repeat 0 50%;
	border-bottom: 1px dashed #86becc;
}
#footer address.mail {
	background: url(../images/ico_mail.png) no-repeat 0 50%;
	border-bottom: 1px dashed #86becc;
}
#footer address.phone {
	background: url(../images/ico_phone.png) no-repeat 0 50%;
}
#footer .posts {
	padding-top: 3px;
}
#footer .posts li {
	padding: 9px 0 10px 20px;
	background: url(../images/bg_mark-arrow.png) no-repeat 0 50%;
	border-top: 1px dashed #86becc;
}
#footer .posts li:first-child {
	border: none;
}

.footer-holder p{
margin-bottom:0px;
padding-bottom:0px;
}
.social li {
	display:inline-block;
	margin-right: 5px;
}
.social li a {
	display: block;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
}
.social li a:hover{
	opacity: 0.8;
}
.social .facebook {
	background: url(../images/ico_fb.png) no-repeat;
}
.social .google {
	background: url(../images/ico_gp.png) no-repeat;
}
.social .twitter {
	background: url(../images/ico_tw.png) no-repeat;
}


.social .ins {
	background: url(../images/ico_ins.png) no-repeat;
}


.social .yt {
	background: url(../images/ico_yt.png) no-repeat;
}





.social .pinterest {
	background: url(../images/ico_pt.png) no-repeat;
}
#footer p.social {
	padding: 15px 0 20px;
}
#footer .form-newsletter {
	min-width: 270px;
}
#footer p.form-newsletter {
	padding: 15px 0 40px;
}
.form-newsletter input[type=email] {
	width: 220px;
	margin: 0 auto 15px;
	padding: 18px 25px;
	font-size: 14px;
	color: #4e87a0;
	background: url(../images/bg_input.png) no-repeat;
	border: none;
}
.form-newsletter input[type=email]::-webkit-input-placeholder {
	color: #4e87a0;
}

.form-newsletter input[type=email]:-moz-placeholder { /* Firefox 18- */
	color: #4e87a0;
}

.form-newsletter input[type=email]::-moz-placeholder {  /* Firefox 19+ */
	color: #4e87a0;
}

.form-newsletter input[type=email]:-ms-input-placeholder {  
	color: #4e87a0;
}
.form-newsletter .btn {
	margin: 0 auto;
}
.footer-bottom {
	width: 100%;
	color: #000;
	font-size: 14px;
	text-align: right;
}
.footer-bottom .holder {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0px 20px;
	font-size: 14px;
	line-height: 16px;
}

.logo-img{
 width: 300px;
    margin-bottom: 31px;
    margin-top: 20px;
    max-width: inherit;
}
header img{
max-width:100%;
}





.yellow {
    text-shadow: 0px 1px 0px #000;
    background-image: -webkit-linear-gradient(top, #3682d8, #3682d8);
    background-image: -moz-linear-gradient(top, #3682d8, #3682d8);
    background-image: -o-linear-gradient(top, #3682d8, #3682d8);
    background-image: linear-gradient(to bottom, #3682d8, #3682d8);
    -webkit-animation: yellow 2s infinite;
    -moz-animation: yellow 2s infinite;
    -o-animation: yellow 2s infinite;
    animation: yellow 2s infinite;
}

.button {
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px 0;
    border-radius: 0px;
    margin-right: 20px;
    top: 50%;
    position: fixed;
    right: -63px;
    z-index: 1000;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 16px;
    padding: 10px 20px 35px;
    height: 0px;
    margin-top: -24px;
    cursor: pointer !important;
}

.navbar{     flex-flow: column !important;

}
.navbar ul li a{ 
    font-family: 'Gochi Hand', cursive;
 

}

.navbar ul li a:hover{background: #ea6b6e!important;
 
}
.navbar ul li.active a{background: #ea6b6e!important;
    text-decoration: none!important;
    color: #fff!important;
}


 



/* Media screens
------------------------------------------------------------------------------*/

@media only screen and (max-width : 1190px) {
	.container {
		margin: 0 20px;
	}
	.slide-info{
		top: 85px;
		width: 400px;
	}
	.block-event {
		margin: 0 20px;
	}
	#footer .col-holder {
		display: inline-block;
		width: auto;
		margin: 0 auto;
	}
	#footer .col_wrap {
		width: 48%;
	}
	.person-description .email{
		margin-left: 20px;
	}
	.person-description .facebook{
		margin-left: 20px;
	}
}

@media only screen and (max-width : 980px) {
	.slide-info{
		top: 60px;
		width: 350px;
	}
	.promo h1{
		font-size: 36px;
	}
	.bx-wrapper .bx-pager {
		bottom: 30px;
	}
	#nav ul {
		text-align:center;
		margin:0;
	}
	#nav ul li {
		display:inline-block;
		padding: 0 15px;
		float:none;
	}
}

@media only screen and (max-width : 900px) {
	.slide-info{
		top: 30px;
		left: 45%;
		width: 350px;
	}
	.slide-info p {
		padding: 15px 0;
	}
	.slide-info .btn {
		margin: 0 auto;
	}
	.block-event .upcoming-event,
	.block-event .widget-calendar,
	.block-event{
		display: block;
		margin: 0 auto;
	}
	.block-event{
		margin: 0 40px;;
	}
	.block-event .widget-calendar{
		padding-top: 0;
	}
	.block-event .event-description {
		margin: 30px 0 45px;
	}

	.events #main {
		width: auto;
		max-width: 900px;
		margin: 45px auto 40px;
		float: none;
	}
	#sidebar {
		float: none;
		width: auto;
		margin: 0 auto 40px;
	}
	.event-calendar  .event-tooltip::after {
		display: none;
	}
	.event-calendar .event-tooltip{
		width: 279px;
	}
	.event-calendar .tooltip{
		width: 279px;
		top: 52px;
	}
	.event-calendar .sun .tooltip{
		right: 63px;
	}
	.event-calendar .sat .tooltip{
		right: 9px;
	}
	.event-calendar .fri .tooltip{
		right: -45px;
	}
	.event-calendar .thu .tooltip{
		right: -99px;
	}
	.event-calendar .wed .tooltip{
		right: -153px;
	}
	.event-calendar .tue .tooltip{
		right: -207px;
	}
	.event-calendar .mon .tooltip{
		right: -261px;
	}

	.event-calendar .event-tooltip .metadata span.place {
		display: block;
		margin: 0 0 5px;
	}
	.slide-info p {
		line-height: 1.3em;
	}
}

@media only screen and (max-width : 767px) {
	.person-description .email{
		margin: 10px 0 0 -25px;
		display: block;
	}
	.person-description .facebook{
		margin: 10px 0 0 -25px;
		display: block;
	}
	#footer .col_wrap {
		float:none;
		width: 100%;
	}
}
@media only screen and (max-width : 768px) {
	.widget-boxes .box{
		padding-left: 0;
		padding-right: 0;
		display: block;
		margin: 0 auto;
	}
	.news .box a.news-img{
		margin: 0 auto;
	}
	#header{
		padding: 170px 0 0;
		margin-bottom: 50px;
	}
	.slide-info{
		top: 60px;
		width: 300px;
	}
	.bx-wrapper .bx-pager {
		bottom: 20px;
	}
	.footer-bottom .holder {padding: 10px 20px;}
	#footer .col .heading {margin: 0 0 24px;}
	#footer .col-holder,
	.menu_trigger {
		display: block;
	}
	.bar-holder {margin:0; width: auto;}
	#nav {
		margin-top:30px;
		display: none;
	}
	#nav ul li {
		display:block;
		padding: 0;	
	}
	#nav ul a {
		display:block;
		padding: 8px 0;
	}
	#nav ul a:hover {
		background:#98785b;
		color: #fff;
		text-decoration:none;
	}

	.top-bar {
		text-align: center;
		width: 100%;
	}
	.top-bar {padding: 0 0 20px;}

	.about-txt,
	.person {
		display: block;
		width: auto;
	}
	.about-txt{
		margin-bottom: 50px;
	}
	.person .person-description{
		padding-bottom: 45px;
	}
	.about-txt .col,
	.person .person-img,
	.person .person-description {
		display: block;
		width: auto;
	}
	.person .person-img{
		width: 270px;
		margin: 0;
		padding-bottom: 35px;
	}
	.person .person-description {
		padding-left: 0;
	}
	.about-txt .col-dvdr {
		display: none;
	}
	.person-description address {
		padding: 13px 0 22px 25px;
	}
	.person-description .email {
		margin: 0 0 0 40px;
		padding-left: 25px;
		display: inline-block;
	}
}

@media only screen and (max-width : 640px) {
	.slide-info{
		top: 40px;
		width: 250px;
	}
	.block-event{
		margin: 0 20px;;
	}
	.person-description .email{
		margin: 10px 0 0 -25px;
		display: block;
	}
	.slide-info p {

	}
	.gallery h1{
		padding-bottom: 10px;
	}
	.event-description .metadata time+span {
		display: block;
		margin-top: 5px;
		margin-left: 0;
	}
	.tabs li{
		margin: 10px;
	}
	.about h1{
		padding-bottom: 25px;
	}
}

@media only screen and (max-width : 480px) {
	.slide-info {
		top: 15px;
		width: 50%;
	}
	.slide-info .btn {
		display: none;
	}
	.promo h1{
		font-size: 28px;
	}
	.widget-boxes .box{
		width: auto;
	}
	.widget-boxes .box-info{
		margin: 0 30px 0 30px;
	}
	.block-event{
		margin: 0;
	}
	.block-event .upcoming-event{
		padding: 33px 15px 0;
	}
	.events .container{
		margin:0;
	}
	.events #main{
		margin: 45px 15px 40px
	}
	.widget-calendar{
		width: auto;
	}
	#sidebar{
		width: auto;
		min-width: 300px;
	}
	#sidebar .widget-boxes{
		margin: 40px 15px 30px;
	}
	#sidebar .widget-calendar h3 {
		padding: 0 15px;
	}
	.event-calendar{
		width: 315px;
		margin: 0 auto 30px;
	}
	.event-calendar col{
		width: 39px;
	}
	.event-calendar .controls a,
	.event-calendar td .cell-wrap{
		width: 39px;
		height: 39px;
		line-height: 39px;
	}
	.event-calendar td{
		font-size: 22px;
	}
	.event-calendar td .cell-wrap{
		margin: 2px;
	}

	.event-calendar .tooltip{
		top: 43px;
	}
	.event-calendar .sun .tooltip{
		right: 32px;
	}
	.event-calendar .sat .tooltip{
		right: -13px;
	}
	.event-calendar .fri .tooltip{
		right: -58px;
	}
	.event-calendar .thu .tooltip{
		right: -103px;
	}
	.event-calendar .wed .tooltip{
		right: -148px;
	}
	.event-calendar .tue .tooltip{
		right: -193px;
	}
	.event-calendar .mon .tooltip{
		right: -238px;
	}
	.event-calendar .next-mn,
	.event-calendar .prev-mn{
		width: 39px;
		height: 39px;
		margin: 2px;
	}
	.widget-calendar .legend,
	#sidebar .legend {
		width: auto;
		text-align:center;
		font-size: 14px;
	}
	.widget-calendar .legend .upcoming, .widget-calendar .legend .archival{
		margin-left:1%;
	}
	.news .box>a,
	.news .box img,
	.news .box .mask {
		width: 300px;
		height: 135px;
		margin:0 auto;
	}
	.news .box a.news-img {
		width: 300px;
		height: 135px;
	}
	.news .box a.news-img img {
		width: 100%;
		height: auto;
	}
	.news .box .mask {
		background-size: 300px 135px;
	}
	.events .news .box a{
		width: auto;
		height: auto;
	}
	.events .event-description .metadata time span{
		display:inline-block;
	}
	.events .event-description .metadata span{
		display: block;
		margin: 10px 0 0 0;
	}
	.gallery .slider ul li{
		margin-left: 0;
		margin-right: 0;
	}
}

@media (-webkit-min-device-pixel-ratio:2),(min--moz-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-device-pixel-ratio:2),(min-resolution:192dpi),(min-resolution:2dppx){
	#logo {
		width: 142px;
		height: 60px;
		padding-top: 72px;
		background: url(../images/logo-x2.png) no-repeat;
		background-size: 142px 132px;
	}
	a.red {
		background: url(../images/bg_red-btn-x2.png) no-repeat;
		background-size: 140px 52px;
	}
	a.yellow {
		background: url(../images/bg_yellow-btn-x2.png) no-repeat;
		background-size: 140px 52px;
	}
	.widget-boxes .about {
 
		background-size: 133px 133px;
	}
	.widget-boxes .experience {
 
		background-size: 132px 136px;
	}
	.widget-boxes .fun {
 
		background-size: 137px 132px;
	}
	.event-description .metadata time {
 
		background-size: 17px 17px;
	}
	.event-description .metadata span {
 
		background-size: 17px 17px;
	}
	.event-description .metadata time span {
 
		background-size: 17px 17px;
	}
	.event-calendar td .archival{
 
		background-size: cover;
	}
	.event-calendar td .another-day{
 
		background-size: cover;
	}
	.event-calendar td .upcoming{
 
		background-size: cover;
	}
	.event-calendar .upcoming:hover,
	.event-calendar .archival:hover {
 
		background-size: cover;
	}
	.widget-calendar .legend .upcoming{
 
		background-size: 22px 22px;
	}
	.widget-calendar .legend .archival{
		background: url(../images/ico_archival-x2.png) no-repeat;
		background-size: 22px 22px;
	}
	.news time {
		background: url(../images/ico_date-x2.png) no-repeat 0 3px;
		background-size: 13px 13px;
	}
	.news span {
		background: url(../images/ico_author-x2.png) no-repeat 0 3px;
		background-size: 13px 13px;
	}
	#footer address.map {
		background: url(../images/ico_map-x2.png) no-repeat 0 50%;
		background-size: 17px 17px;
	}
	#footer address.mail {
		background: url(../images/ico_mail-x2.png) no-repeat 0 50%;
		background-size: 17px 17px;
	}
	#footer address.phone {
		background: url(../images/ico_phone-x2.png) no-repeat 0 50%;
		background-size: 17px 17px;
	}
	#footer .posts li {
		background: url(../images/bg_mark-arrow-x2.png) no-repeat 0 50%;
		background-size: 10px 7px;
	}
	input.white[type=submit] {
		background: url(../images/bg_white-btn-x2.png) no-repeat;
		background-size: 140px 52px;
	}
	.form-newsletter input[type=email] {
		background: url(../images/bg_input-x2.png) no-repeat;
		background-size: 270px 52px;
	}
	.social .facebook {
		background: url(../images/ico_fb-x2.png) no-repeat;
		background-size: 48px 47px;
	}
	.social .google {
		background: url(../images/ico_gp-x2.png) no-repeat;
		background-size: 48px 47px;
	}
	.social .twitter {
		background: url(../images/ico_tw-x2.png) no-repeat;
		background-size: 48px 47px;
	}
	.social .pinterest {
		background: url(../images/ico_pt-x2.png) no-repeat;
		background-size: 48px 47px;
	}
	.event-calendar .prev-mn{
		background: url(../images/bg_td-prev-x2.png) no-repeat;
		background-size: cover;
	}
	.event-calendar .next-mn{
		background: url(../images/bg_td-next-x2.png) no-repeat;
		background-size: cover;
	}
	.events .event-description .metadata time {
		background: url(../images/ico_date-red-x2.png) no-repeat;
		background-size: 17px 17px;
	}
	.events .event-description .metadata span {
		background: url(../images/ico_place-red-x2.png) no-repeat;
		background-size: 17px 17px;
	}
	.events .event-description .metadata time span {
		background: url(../images/ico_time-red-x2.png) no-repeat;
		background-size: 17px 17px;
	}
	.event-calendar .event-tooltip .metadata time {
		background: url(../images/ico_date-white-x2.png) no-repeat 0 2px;
		background-size: 17px 17px;
	}
	.event-calendar .event-tooltip .metadata span {
		background: url(../images/ico_place-white-x2.png) no-repeat;
		background-size: 17px 17px;
	}
	.event-calendar .event-tooltip .metadata time span {
		background: url(../images/ico_time-white-x2.png) no-repeat 0 2px;
		background-size: 17px 17px;
	}
	.about .mask,
	.gallery .mask {
		background: url(../images/bg_person-mask-x2.png) no-repeat;
		background-size: 270px 274px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		background: url(../images/bg_pgn-x2.png) no-repeat;
		background-size: 16px 16px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		background: url(../images/bg_pgn-active-x2.png) no-repeat;
		background-size: 16px 16px;
	}
	.gallery .bx-wrapper .bx-pager.bx-default-pager a,
	.gallery .bx-wrapper .bx-pager.bx-default-pager a:hover,
	.gallery .bx-wrapper .bx-pager.bx-default-pager a.active {
		background-size: 22px 22px;
	}
	.news .box .mask{
		background-image: url(../images/bg_news-mask-x2.png) no-repeat;
		background-size: 370px 166px;
	}
	.top-pink-border{
		background: url(../images/bg_pink-border-top-x2.png) repeat-x;
		background-size: 30px 27px;
	}
	.bottom-pink-border{
		background: url(../images/bg_pink-border-bottom-x2.png) repeat-x;
		background-size: 30px 27px;
	}
	.top-blue-border{
		background: url(../images/bg_blue-border-top-x2.png) repeat-x;
		background-size: 30px 27px;
	}
	.person-description address{
		background-image: url(../images/ico_phone-red@2x.png);
		background-size: 16px 16px;
	}
	.person-description .email {
		background-image: url(../images/ico_email-red@2x.png);
		background-size: 16px 16px;
	}
	.person-description .facebook{
		background-image: url(../images/ico_facebook-red@2x.png);
		background-size: 16px 16px;
	}
	
	@media only screen and (max-width : 480px) {
		.news .box .mask {
			background-size: 300px 135px;
		}
	}
}










.AppForm .AppFormLeft h1{
    font-size: 35px;
}
.AppForm .AppFormLeft input:focus{
    border-color: #ced4da;
}
.AppForm .AppFormLeft input::placeholder{
   font-size: 15px;
}
.AppForm .AppFormLeft i{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.AppForm .AppFormLeft a{
    color: #3a3e42 ;
}
.AppForm .AppFormLeft button{
    background: linear-gradient(45deg,#8D334C,#CF6964);
    border-radius: 30px;
}
.AppForm .AppFormLeft p span{
  color: #007bff;
}
.AppForm .AppFormRight{
    background-image: url('https://i.ibb.co/tDLqQtj/bg.jpg');
    height: 450px;
    background-size: cover;
    background-position: center;
}
.AppForm .AppFormRight:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,#8D334C,#CF6964);
    opacity: 0.5;
}
.AppForm .AppFormRight h2{
    z-index: 1;
}
.AppForm .AppFormRight h2::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left:50%;
  transform: translateX(-50%);
}
.AppForm .AppFormRight p{
    z-index: 1;
}

.AppForm {
margin:70px auto;
}



.log_graph{
position:relative;
}
.log_graph_a{       position: absolute;
    top: 200px;
    width: 50%;
    left: 0px;
}

.log_graph_b{    position: absolute;
    top: 20px;
    width: 39%;
    left: 120px;
}

.log_graph_c{       position: absolute;
    bottom: -530px;
    width: 34%!important;
    left: 210px;
}

.log_graph img{
max-width:100%;
}


.btn-block{background: linear-gradient(45deg,#8D334C,#CF6964);
    border-radius: 30px;
    color: #fff;
    margin: 10px auto 20px auto;
    width: 200px!important;

}
.btn-block:hover{
color:#fff!important;
}

.login_link_btm{
    margin: 40px auto
}
.login_link_btm a{
    display: block;
    width: 100%;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
    font-size: 21px;
}
.login_link_btm span{ background: #00b0f0;
    color: #fff;
    padding: 2px 16px 5px;
    border-radius: 5px;
    margin-left: 10px;
}
.login_link_btm_a{    background: #92d050;
    display: table;
    margin: 20px auto;
	color:#fff;
    padding: 0px 20px;
    font-size: 21px;
}

.login_link_btm_a:hover{
}


.form-control{    border: 1px solid #6c6c6c!important;

}

.floating{    position: fixed;
    z-index: 999999;
    bottom: 0px;
    background: #00bb53;
    width: 100%;
    text-align: center;
    padding: 2px 0px;
}

.floating a{color: #fff;
    font-size: 21px;
}

.floating a:hover{
color:#fff;
text-decoration:underline;
}

.floating a span{      background: #443f75;
    font-size: 18px!important;
    padding: 5px 10px;
    margin-left: 15px;
    font-weight: 600;
    border-radius: 3px;
}
.floating a span label{    background: #ea6b6e;
    margin: 4px 0px;
    padding: 0px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.color_blue{
color:#0056b3;
}

.color_blue_1{
color:#3aa9ff;

}

.orsh{
width:100%;
margin-bottom:20px;

}

.carousel-control-next-icon, .carousel-control-prev-icon{
 padding: 20px 10px!important; 
}

.carousel-item img{
text-align:center!important;
}


.reg_modal{

}

.reg_modal strong{    font-weight: 500;
    color: #000;

}

.reg_modal .form-group{margin-bottom: 6px;
    border-bottom: 1px dashed #bbbbbbe2;
}

.reg_modal label{
}

.reg_modal i{
color:#424083;
}








.wrapper {margin-top: 40px
 
}

.wrapper  h1 {
    margin-bottom: 40px;
    font-size: 29px;
    text-align: center;
}

.wrapper  .container {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
}

.question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #40397b;
}

.question::after {
    content: "\002B";
    font-size: 2.1rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    background: #c26a3d;
    color: #fff;
    width: 27px;
    height: 27px;
    line-height: 20px;
    text-align: center;
    border-radius: 100px;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active + .answercont {
}

.modal_user{background: #eceaff;
    padding: 14px;
    border-radius: 5px;
    min-height: 150px;
}

.modal_user h5{margin-bottom: 6px!important;
    border-bottom: 1px dashed #a9a9a9;
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper {
  width: 80%;
}
}





 @media only screen and (min-width: 960px) and (max-width: 1199px) {
 
 .bks_vds {
    font-size: 21px!important;
    display: table!important;
    margin: auto!important;
}
 .bd-example{
margin:auto;
}
 
.wrapper{
margin:auto;
}
.form-group span{
display:block;
}
.form-group span input{

    float: left;
    margin-right: 5px;
    position: relative;
    top: 4px;
	}
	
	.form-group {
	display:block!important;
	}

.login_link_btm_a{
font-size:16px;
}
.login_link_btm a{
font-size:16px;
}
.person .person-img {
    width: 270px;
    margin: 10px auto;
    padding-bottom: 35px;
}

.nav-item{
list-style-type:none;
}
.navbar{
display:block;
}

.navbar{
display:block!important;
}

.navbar ul li a{
margin-left:0px!important;
padding-left:5px!important;
}







 
	 
	 
 }
@media only screen and (min-width: 768px) and (max-width: 999px){


.h3, h3 {
    font-size: 1.45rem;
}

.widget-boxes h2{    font-size: 36px;

}


.logo-img {
    width: 23%;
    display: block;
    margin: auto auto 15px auto;
}


.inner_heading{font-size: 22px;
}

.orsh h2{font-size: 18px;

}

.floating a span label {
    background: #ea6b6e;
    margin: 0px 1px;
    padding: 0px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.floating a {
    color: #fff;
    font-size: 14px;

}


.floating{    display: flex;
    padding: 6px 12px;
    align-items: center;

}
 
.floating_left{font-size: 17px;
    display: flex;

}
.bks_vds {
    font-size: 21px!important;
    display: table!important;
    margin: auto!important;
}
.bd-example{
margin:auto;
}
.wrapper{
margin:auto;
}
.form-group span{
display:block;
}
.form-group span input{

    float: left;
    margin-right: 5px;
    position: relative;
    top: 4px;
	}
	
	.form-group {
	display:block!important;
	}

.login_link_btm_a{
font-size:16px;
}
.login_link_btm a{
font-size:16px;
}
.person .person-img {
    width: 270px;
    margin: 10px auto;
    padding-bottom: 35px;
}

.nav-item{
list-style-type:none;
}
.navbar{
display:block;
}

.navbar{
display:block!important;
}

.navbar ul li a{
margin-left:0px!important;
padding-left:5px!important;
}









.social{
padding-bottom: 60px;
}
.floating a span {
    background: #443f75;
    font-size: 12px!important;
    padding: 5px 10px;
    margin-left: auto;
    font-weight: 600;
    border-radius: 3px;
    display: table;
    width: auto;
    margin-top: 0px;
    margin-left: 2px;
}



 
	
}

@media only screen and (min-width: 480px) and (max-width: 767px){

.h3, h3 {
    font-size: 1.45rem;
}

.widget-boxes h2{    font-size: 36px;

}


.logo-img {
    width: 23%;
    display: block;
    margin: auto auto 15px auto;
}


.inner_heading{font-size: 22px;
}

.orsh h2{font-size: 18px;

}

.floating a span label {
    background: #ea6b6e;
    margin: 0px 1px;
    padding: 0px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.floating a {
    color: #fff;
    font-size: 14px;

}


.floating{    display: flex;
    padding: 6px 12px;
    align-items: center;

}
 
.floating_left{font-size: 17px;
    display: flex;

}
.bks_vds {
    font-size: 21px!important;
    display: table!important;
    margin: auto!important;
}
.bd-example{
margin:auto;
}
.wrapper{
margin:auto;
}
.form-group span{
display:block;
}
.form-group span input{

    float: left;
    margin-right: 5px;
    position: relative;
    top: 4px;
	}
	
	.form-group {
	display:block!important;
	}

.login_link_btm_a{
font-size:16px;
}
.login_link_btm a{
font-size:16px;
}
.person .person-img {
    width: 270px;
    margin: 10px auto;
    padding-bottom: 35px;
}

.nav-item{
list-style-type:none;
}
.navbar{
display:block;
}

.navbar{
display:block!important;
}

.navbar ul li a{
margin-left:0px!important;
padding-left:5px!important;
}









.social{
padding-bottom: 60px;
}
.floating a span {
    background: #443f75;
    font-size: 12px!important;
    padding: 5px 10px;
    margin-left: auto;
    font-weight: 600;
    border-radius: 3px;
    display: table;
    width: auto;
    margin-top: 0px;
    margin-left: 2px;
}	
}


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

.h3, h3 {
    font-size: 1.45rem;
}

.widget-boxes h2{    font-size: 36px;

}


.logo-img {
    width: 23%;
    display: block;
    margin: auto auto 15px auto;
}


.inner_heading{font-size: 22px;
}

.orsh h2{font-size: 18px;

}

.floating a span label {
    background: #ea6b6e;
    margin: 0px 1px;
    padding: 0px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.floating a {
    color: #fff;
    font-size: 14px;

}


.floating{    display: flex;
    padding: 6px 12px;
    align-items: center;

}
 
.floating_left{font-size: 17px;
    display: flex;

}
.bks_vds {
    font-size: 21px!important;
    display: table!important;
    margin: auto!important;
}
.bd-example{
margin:auto;
}
.wrapper{
margin:auto;
}
.form-group span{
display:block;
}
.form-group span input{

    float: left;
    margin-right: 5px;
    position: relative;
    top: 4px;
	}
	
	.form-group {
	display:block!important;
	}

.login_link_btm_a{
font-size:16px;
}
.login_link_btm a{
font-size:16px;
}
.person .person-img {
    width: 270px;
    margin: 10px auto;
    padding-bottom: 35px;
}

.nav-item{
list-style-type:none;
}
.navbar{
display:block;
}

.navbar{
display:block!important;
}

.navbar ul li a{
margin-left:0px!important;
padding-left:5px!important;
}









.social{
padding-bottom: 60px;
}
.floating a span {
    background: #443f75;
    font-size: 12px!important;
    padding: 5px 10px;
    margin-left: auto;
    font-weight: 600;
    border-radius: 3px;
    display: table;
    width: auto;
    margin-top: 0px;
    margin-left: 2px;
}
}



.slide-info{
width:100%!important;
	
}
#header .left-part{
display:none;
}

 



	
	
	
	
	
	.blink{
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -moz-animation-name: blink;
    -ms-animation-name: blink;
    -o-animation-name: blink;
    animation-name: blink;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    margin-top: 18px;
    font-size: 21px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-weight: 600;

}
@-webkit-keyframes blink{
0% {color: #ea6b6e;}
    50% {color: #ea6b6e;}
	100% {color: black;}
}

	













nav{
 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background:#433774;
/*  background: #f8f9fa;*/
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0 50px;
}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
height: 100%;
    text-decoration: none;
    white-space: nowrap;
/*    color: #98785b;*/
color:#ffffff;
    font-size: 22px;
    font-weight: 500;
    padding: 0px 12px;
}
nav .navbar .links li a:hover{
color:#fff;
 
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
/*  color: #98785b;*/
    color: #ffffff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left:14px;
  line-height: 40px;
  background: #ea6b6e;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.navbar .links li .sub-menu a:hover{
background:#43386d;
color:#000;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}
@media (max-width:800px){
  nav{
    /* position: relative; */ 	height:30px;
  }
  .navbar .bx-menu{
    display: block;

  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #3E8DA8;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;

    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #fff;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
}

.content-bx{    width: 100%;
    padding-top: 50px;
	min-height:400px;

}
.content-bx h2{color: #483a7a;
}
.content-bx ul{
}

.content-bx ul li{
position:relative;
}
#main ul li::after{
content: ">";
    position: absolute;
    left: 0px;
    background: #ef4449;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    border-radius: 100px;
    font-weight: bold;
    top: 6px;
}

.content-bx ul li a{    display: block;
    width: 100%;
    background: #483a7a;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    border-bottom: 1px solid #746c8f;
}

.content-bx ul li a:hover{
background:#ea6b6e;
color:#fff;
}

.content-bx ul li a.current{
background:#ea6b6e;
color:#fff;
}
 .current {background:#ea6b6e;
color:#fff;
}

#main ul li{    border-bottom: 1px dashed #e5e5e5;
    padding: 0px 0px;
font-weight: 500;
    padding-left: 23px;
}

.heading {
                text-align: center;
                color: #454343;
                font-family: "Gochi Hand", cursive;
                font-size: 30px;
                font-weight: 700;
                position: relative;
                margin-bottom: 70px;
                margin-bottom: 70px;
                text-transform: uppercase;
                z-index: 999;
            }
            .white-heading {
                color: #ffffff;
            }
            .heading:after {
                content: " ";
                position: absolute;
                top: 100%;
                left: 50%;
                height: 40px;
                width: 180px;
                border-radius: 4px;
                transform: translateX(-50%);
                background: url(img/heading-line.png);
                background-repeat: no-repeat;
                background-position: center;
            }
            .white-heading:after {
                background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
                background-repeat: no-repeat;
                background-position: center;
            }

            .heading span {
                font-size: 18px;
                display: block;
                font-weight: 500;
            }
            .white-heading span {
                color: #ffffff;
            }
            /*-----Testimonial-------*/

            .testimonial:after {
                position: absolute;
                top: -0 !important;
                left: 0;
                content: " ";
                background: url(img/testimonial.bg-top.png);
                background-size: 100% 100px;
                width: 100%;
                height: 100px;
                float: left;
                z-index: 99;
            }

            .testimonial {
                min-height: 375px;
                position: relative;
                background: url(images/41.jpg);
                padding-top: 50px;
                padding-bottom: 0px;
                background-position: center;
                background-size: cover;
                margin-top: 60px;
            }
            #testimonial4 .carousel-inner:hover {
                cursor: -moz-grab;
                cursor: -webkit-grab;
            }
            #testimonial4 .carousel-inner:active {
                cursor: -moz-grabbing;
                cursor: -webkit-grabbing;
            }
            #testimonial4 .carousel-inner .item {
                overflow: hidden;
            }

            .testimonial4_indicators .carousel-indicators {
                left: 0;
                margin: 0;
                width: 100%;
                font-size: 0;
                height: 20px;
                bottom: 15px;
                padding: 0 5px;
                cursor: e-resize;
                overflow-x: auto;
                overflow-y: hidden;
                position: absolute;
                text-align: center;
                white-space: nowrap;
            }
            .testimonial4_indicators .carousel-indicators li {
                padding: 0;
                width: 14px;
                height: 14px;
                border: none;
                text-indent: 0;
                margin: 2px 3px;
                cursor: pointer;
                display: inline-block;
                background: #ffffff;
                -webkit-border-radius: 100%;
                border-radius: 100%;
            }
            .testimonial4_indicators .carousel-indicators .active {
                padding: 0;
                width: 14px;
                height: 14px;
                border: none;
                margin: 2px 3px;
                background-color: #9dd3af;
                -webkit-border-radius: 100%;
                border-radius: 100%;
            }
            .testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
                height: 3px;
            }
            .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
                background: #eeeeee;
                -webkit-border-radius: 0;
                border-radius: 0;
            }

            .testimonial4_control_button .carousel-control {
                top: 175px;
                opacity: 1;
                width: 40px;
                bottom: auto;
                height: 40px;
                font-size: 10px;
                cursor: pointer;
                font-weight: 700;
                overflow: hidden;
                line-height: 38px;
                text-shadow: none;
                text-align: center;
                position: absolute;
                background: transparent;
                border: 2px solid #ffffff;
                text-transform: uppercase;
                -webkit-border-radius: 100%;
                border-radius: 100%;
                -webkit-box-shadow: none;
                box-shadow: none;
                -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
                transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
            }
            .testimonial4_control_button .carousel-control.left {
                left: 7%;
                top: 50%;
                right: auto;
            }
            .testimonial4_control_button .carousel-control.right {
                right: 7%;
                top: 50%;
                left: auto;
            }
            .testimonial4_control_button .carousel-control.left:hover,
            .testimonial4_control_button .carousel-control.right:hover {
                color: #000;
                background: #fff;
                border: 2px solid #fff;
            }

            .testimonial4_header {
                top: 0;
                left: 0;
                bottom: 0;
                width: 550px;
                display: block;
                margin: 30px auto;
                text-align: center;
                position: relative;
            }
            .testimonial4_header h4 {
                color: #ffffff;
                font-size: 30px;
                font-weight: 600;
                position: relative;
                letter-spacing: 1px;
                text-transform: uppercase;
            }

            .testimonial4_slide {
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 70%;
                margin: auto;
                padding: 20px;
                position: relative;
                text-align: center;
            }
            .testimonial4_slide img {
                top: 0;
                left: 0;
                right: 0;
                width: 136px;
                height: 136px;
                margin: auto;
                display: block;
                color: #f2f2f2;
                font-size: 18px;
                line-height: 46px;
                text-align: center;
                position: relative;
                border-radius: 50%;
                box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
                -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
                -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
                -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
				background:#fff;
            }
            .testimonial4_slide p {
                color: #ffffff;
                font-size: 20px;
                line-height: 1.4;
                margin: 40px 0 20px 0;
            }
            .testimonial4_slide h4 {
                color: #ffffff;
                font-size: 22px;
            }

            .testimonial .carousel {
                padding-bottom: 50px;
            }
            .testimonial .carousel-control-next-icon,
            .testimonial .carousel-control-prev-icon {
                width: 35px;
                height: 35px;
            }
			.menu{position: relative;
    left: 43px;
    top: 4px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
			}
            /* ------testimonial  close-------*/
        
#news-slider{
    margin-top: 0px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
 position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0px;
    margin-left: 0px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
padding: 0px 0px 10px 10px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
    position: absolute;
    bottom: 20px;
    width: 92.3%;
    background:rgba(0, 0, 0, 0.5);
	color:#fff;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
       padding: 0px;
    float: right;
    font-size: 11px;
    color: #ffffff;
    border-radius: 25px;
    text-transform: uppercase;
    margin-right: 33px;
    margin-top: 10px;
}
 
.post-content p{
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 17px;
    text-align: left;
    margin-top: 10px;
} 
 
.post-slide .read-more:hover{
 
}
.owl-controls .owl-buttons{
text-align: center;
    margin-top: 20px;
    position: absolute;
    width: 100%;
    bottom: 180px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}

.slideshow {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
}
.slideshow .slide img {
  max-width: 100%;
  width: 100%;
}
.slideshow .slick-prev:before,
.slideshow .slick-next:before {
  color: red;
}
.section {
 
    padding: 0rem;
}
 

.achv-bx{
    background-color: #df0000;
    background-image: linear-gradient(147deg, #ff0000 0%, #bb0000 74%);
}
.achv-bx ul{    color: #fff;
    margin-left: 40px;
}

.achv-bx ul li{font-size: 16px;
    font-weight: 600;
    list-style-type: disc;
 
    margin-bottom: 7px;
}
.achv-bx  p{color: #fff;
    text-align: center;
    padding: 10px;
}
.achv-bx h2{    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-top: 16px;
}
.achv-bx ul li a{

}	
	.achv-bx ul li ul li{
	border:none;
	}

.active-left-menu {
	background: red;
}

.banner-activity{
margin-bottom:20px;
}

.activity-gal{    width: 100%;
    margin: 80px auto;
    float: left;
}

}

.activity-gal ul{
}

.activity-gal ul li{
display: block;
    float: left;
    width: 257px;
    margin: 10px;

}

.activity-gal ul li img{
max-width:100%;
}
.activity-gal ul li a {    height: 275px;
    overflow: hidden;
}

.activity-gal ul li a img{height: 200px;
    width: 100%;
}
.activity-gal ul li a span{
}

.previous-donors-wrapper{
width:100%;
float:left;
}

.legal-documents-wrapper{
width:100%;
float:left;
}
.doners{
}
.doners-main h3{
}
.doners-main ul{    width: 91%;
    float: left;
}
.doners-main ul li{    display: block;
    float: left;
    padding: 10px!important;
    border: 1px solid #d9d9d9!important;
    background: #f9f7ff;
    margin: 5px auto 5px 7px;
    color: #f05554;
    font-size: 17px;
    position: relative;
    text-indent: 10px;
    min-width: 440px;
}

.doners-main ul li:hover{
 
}
.doners-main h2{
display: block;
    width: 100%;
    float: left;
}

.download{       position: absolute;
    bottom: -42px;
    left: 0px;
    padding: 4px!important;
    border-radius: 3px;
}

.download:hover{
}


.arch-bx{margin-top: 50px;
}

.arch-bx h2{    text-align: center;
    font-size: 20px;
    margin-top: 12px;
}
.mbr_bx{      
color: #000;
    padding: 0px 10px;
    margin-bottom: 20px;
    margin-top: 0px;
    border-radius: 5px;
    border-bottom: 1px dashed #9f9f9f;
    width: auto;
}
.mbr{
}
.mbr_bx h2{ font-size: 23px;
    margin-bottom: 0px;
}
 
.mbr label{
}
.doners-main ul li::after{
display:none!important;
}

.content-bx ul li{
padding-left:0px!important;
}

.content-bx ul li::after{
background:none!important;
content:none!important;
}

#main ul li::before{background-size: 20px!important;
    background-position: left 10px!important;
}

.gbody{     width: 50%;
    margin: auto;
	padding-left:30px;

}


 @media only screen and (min-width: 960px) and (max-width: 1199px) {
 
.activity-gal ul li{
width:auto!important;
}

.activity-gal{
width:100%;
margin:auto;
}

.navbar .links li .sub-menu a{    font-size: 15px!important;

}

.owl-carousel{
width: 350px!important;
    margin: auto!important;
}
#footer .footer-frame{
display:block!important;
}
.social{
padding-bottom:0px!important;
} 

 
	 
	 
 }
@media only screen and (min-width: 768px) and (max-width: 999px){

.activity-gal ul li{
width:auto!important;
}

.activity-gal{
width:100%;
margin:auto;
}

.navbar .links li .sub-menu a{    font-size: 15px!important;

}

.owl-carousel{
width: 350px!important;
    margin: auto!important;
}
#footer .footer-frame{
display:block!important;
}
.social{
padding-bottom:0px!important;
} 

 	
}

@media only screen and (min-width: 480px) and (max-width: 767px){
.activity-gal ul li{
width:auto!important;
}

.activity-gal{
width:100%;
margin:auto;
}

.navbar .links li .sub-menu a{    font-size: 15px!important;

}

.owl-carousel{
width: 350px!important;
    margin: auto!important;
}
#footer .footer-frame{
display:block!important;
}
.social{
padding-bottom:0px!important;
} 

	
}


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

.activity-gal ul li{
width:auto!important;
}

.activity-gal{
width:100%;
margin:auto;
}

.navbar .links li .sub-menu a{    font-size: 15px!important;

}

.owl-carousel{
width: 350px!important;
    margin: auto!important;
}
#footer .footer-frame{
display:block!important;
}
.social{
padding-bottom:0px!important;
} 

	
}







