/*
Theme Name: HYPE
Text Domain: teqmetrix.com
Version: 1.7
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: Teqmetrix Team
Author URI: https://teqmetrix.com/
Theme URI: https://teqmetrix.com/
License: GNU General Public License v2 or later
License URI: https://teqmetrix.com/

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/



/* Global Start */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
::-webkit-input-placeholder {
 font-family: 'Open Sans', sans-serif;
 color: #a5a5a5;
 opacity: 1;
}

:-moz-placeholder {
font-family: 'Open Sans', sans-serif;
 color: #a5a5a5;
 opacity: 1;
}

::-moz-placeholder {
font-family: 'Open Sans', sans-serif;
 color: #a5a5a5;
 opacity: 1;
}

:-ms-input-placeholder {
font-family: 'Open Sans', sans-serif;
 color: #a5a5a5;
 opacity: 1;
}
body {
	font-family: 'Open Sans', sans-serif;
	background:#fff;
	font-size: 16px;
	color: #2d2d2d;
	font-weight: normal;
	background-color:#fff;
}
body:not(.overlay-header) .primary-menu ul {
	background-color:inherit;
}
a, img {
	border: none;
	outline: none;
	text-decoration: none;
	color: #333;
	transition: all 0.5s ease 0s;
}
a:hover,
a:focus {
	color:#666;
	border:none;
	outline:none;
}
ul, ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
	margin-left: 1.5em;
}
li > ul, li > ol {
	margin-bottom: 0;
}
ul > li, ol > li {
	color: #333;
	margin-bottom: 10px;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.alignleft {
	float: left;
	margin-right: 25px;
}
.alignright {
	float: right;
	margin-left: 25px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.padding-left {
	padding-left: 0 !important;
}
.padding-right {
	padding-right: 0 !important;
}
.padding-top {
	padding-top: 0 !important;
}
.padding-bottom {
	padding-bottom: 0 !important;
}
.margin-left {
	margin-left: 0 !important;
}
.margin-right {
	margin-right: 0 !important;
}
.margin-top {
	margin-top: 0 !important;
}
.margin-bottom {
	margin-bottom: 0 !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-justify {
	text-align: justify !important;
}

.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}

input[type="text"], input[type="search"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="url"], textarea {
	border: 1px solid #b4b4b4;
	padding: 10px;
	border-radius: 5px;
	background: #fff;
	color: #a5a5a5;
	width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="url"]:focus {
	background: #f7f7f7;
}
.screen-reader-text {
	display:none;
}
input[type="submit"], input[type="button"], input[type="reset"], .button {
	border:none;
	display:inline-block;
	padding:14px 20px;
	background: #a23b72;
	color: #fff;
	width:auto;
	font-size:15px;
	letter-spacing:1px;
	
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, .button:hover {
	color: #f0d214;
	cursor: pointer;
	background:#000;
}
hr {
	border: none;
	border-bottom: 1px solid #d1d1d1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	margin: 0 0 15px;
}
body, button, input, select, textarea {
	color: #a5a5a5;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 0 0 15px;
	color: #2d2d2d;
}
h1 {
	font-size: 28px;
	font-weight:800;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
table, th, td {
	border: 1px solid #d1d1d1;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
th, td {
	padding: 0.4375em;
}
.readmore {
	display: inline-block;
	border: 1px solid #086cbe;
	padding: 10px 15px;
	color: #086cbe;
	font-size: 16px;
}
.relatetive-pos {
	position: relative;
}
.readmore:hover {
	border: 1px solid #000;
	color: #000;
}
.middle-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.middle-container {
	display: table;
	width: 100%;
	height: 100%;
}
.middle-data {
	display: table-cell;
	vertical-align: middle;
}
.clear {
	clear: both;
}
/* Grid System */

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clearrow {
	margin-left: -15px;
	margin-right: -15px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	min-height:1px;
	float: left;
	padding: 0 15px;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
/* Grid System End*/

.row:before, .row:after {
	content: "";
	clear: both;
	display: table;
	margin-left:-15px;
	margin-right:-15px;
}
.container {
	max-width: 1100px;
	margin: 0 auto;
}
p {
	color: #333;
	font-size: 16px;
	margin-bottom: 22px;
	line-height: 25px;
}
.section-title {
	color: #000;
	font-size: 45px;
	margin-bottom: 10px;
	font-weight: 800;
	text-transform:uppercase;
}
.section-sub {
	font-size:21px;
	line-height:26px;
	color:#6e6e6e;
	margin-bottom:30px;
}
.stylenone {
	box-shadow: none !important;
}
/* Global End*/


/* Header Start */

.site-header {
	display: block;
	width:100%;
}
.top-header {
	display: block;
	padding: 20px 0;
}
.top-header .logo {
	float: left;
}
.top-header .h_link {
	display:block;
	text-align:right;
}
.top-header .h_link  .social-menu {
	display: inline-block;
	vertical-align: top;
	margin:23px 0 13px;
}
.top-header .h_link .social-menu .icons {
	font-size:23px;
	font-family: 'FontAwesome';
	float: left;
	/*width: 38px;
	height: 38px;
	border-radius: 100%;
	background: #f3f3f3;
	text-align: center;*/
	color: #000000;
	margin-left:16px;
	line-height: 38px;
}
.top-header .h_link .social-menu .facebook:before {
	content: "";
}
.top-header .h_link .social-menu .twitter:before {
	content: "";
}
.top-header .h_link .social-menu .linkedin:before {
	content: "";
}
.top-header .h_link .social-menu .instagram:before {
	content: "";
}
.top-header .h_link .social-menu .email:before {;
	content: "";
}
.top-header .h_link .social-menu .icons:hover {
	color: #a23b72;
}
.top-header .log_link {
	display: block;
	
}
.top-header .log_link a{
	text-transform:uppercase;
	font-weight:600;
	font-size: 18px;
	line-height: none;
	color: #000;
	margin-left:26px;
	color:#000;
}
.top-header .log_link a.donate:before {
	content:url(images/donate-icon.png);
	padding-right: 7px;
    top: 1px;
    position: relative;
}
.top-header .log_link a.volunteer:before {
	content:url(images/volunteer-icon.png);
	padding-right: 7px;
    top: 4px;
    position: relative;
}
.top-header .log_link a:hover {
	opacity:0.7;
}
.mast-header {
	display: block;
	background:#a23b72;
}
.mast-header .main-nav {
	display: block;
}
.mast-header .menu-header {
	display: inline-block;
	vertical-align: middle;
}
.mast-header .menu-header ul {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mast-header .menu-header ul li {
	position:relative;
	font-weight:600;
	font-size: 18px;
	color: #fff;
	float: left;
	padding: 25px 27px;
	margin:0;
}
.mast-header .menu-header ul li:first-child {
	padding-left:0;
}
.mast-header .menu-header ul li a {
	color: #fff;
}
.mast-header .menu-header ul li a:hover, .mast-header .menu-header ul li.current-menu-item a{
	color: #f0d113;
}
.mast-header .menu-header ul li ul {
	display:none;
	background:#a23b72;
	position:absolute;
	min-width:250px;
	border-top:1px dotted #fff;
	top:74px;
	z-index:1000;
}
.mast-header .menu-header ul li:hover ul {
	display:block;
}
.mast-header .menu-header ul li:hover ul li {
	display:inline-block;
	border-bottom:1px dotted #fff;
	width:100%;
	padding:10px 20px 10px 20px;
	line-height:normal;
}
.mast-header .menu-header ul li:hover ul li a {
	color:#fff;
}
.mast-header .menu-header ul li:hover ul li.current-menu-item a,
.mast-header .menu-header ul li:hover ul li a:hover{
	color: #f0d113;
}
/* Banner Start */

.site-banner {
	display:block;
	position:relative;
	background:url(images/banner-bg-pattren.jpg) repeat;
	overflow:hidden;
}
.site-banner .site-banner{
	left:0;
}
.site-banner .site-banner img {
	width:100%;
	height:100%;
}
.site-banner .caption-box {
	position:relative;
	padding:60px 0 0 28px;
}
.site-banner .caption-box h1 {
	margin-bottom:44px;
	font-weight:600;
	font-size:74px;
	color:#000;
	line-height:74px;
}
.site-banner .caption-box p {
	font-size:18px;
	line-height:30px;
	color:#000000;
	margin-bottom:20px;
}
.site-banner .caption-box .button {
	font-size:18px;
	width:200px;
	text-align:center;
}
.site-banner .caption-box .button:hover {
	color:#efd114;
}
/* Content  Start */
.mission-box {
	display:block;
	position:relative;
	padding-top:100px;
}
.mission {
	display:block;
	padding:0 60px;

}
.mission:before {
	content:url(images/our-services.png);
	padding-left:100px;
	position: absolute;
    bottom: 0;
	margin-left:-220px;
}
.mission .color-box {
	background:#009ddc;
	display:block;
	text-align:center;
	padding:58px 20px;
}
.mission .color-box.dark-red {
	background:#f26430;
}
.mission .color-box.light-purple {
	background:#a23b72;
}

.mission .color-box p {
	line-height:29px;
	font-size:18px;
	padding:0 30px;
	color:#fff;
	margin-bottom:40px;
}
.mission .color-box .img-icon {
	display:block;
	margin-bottom:48px;
}
.mission .color-box .button {
	width:150px;
	height:40px;
	font-size:18px;
	padding:5px;
	background:transparent;
	border:1px solid #fff;
	color:#fff;
}

.cause-box {
	display:block;
	position:relative;
	padding-top:100px;
	background:#fed766;
	margin-top:100px;
	padding:60px 0;
}
.cause-box .cause{
	display:block;

}
.cause-box .cause:after {
	content:url(images/cause-text.png);
	padding-left:100px;
	position: absolute;
    bottom: 0;
	margin-left:-100px;
	top: 120px;
}
.cause-box .cause .st-box {
	background:url(images/pattren-bg.png) repeat #f5f5f5;
	padding:0;
	display:block;
}
.cause-box .cause .st-box .boximg {
	display:block;
}
.cause-box .cause .st-box .boximg img{
	max-width:100%;
	height:auto;
}
.cause-box .cause .st-box .infopart {
	padding:30px 35px;
	display:block;
}
.cause-box .cause .st-box .infopart h2 {
	font-weight:700;
	color:#000;
}
.cause-box .cause .st-box .infopart .button,
.scholars-box .scholars .scho-box .button {
	background:transparent;
	border-radius:5px;
	border:1px solid #000;
	color:#000;
	text-transform:uppercase;
	padding:15px 30px;
	height:50px;
}
.cause-box .cause .st-box .infopart .button:hover,
.scholars-box .scholars .scho-box .button:hover {
	border:1px solid #a23b72;
	color:#a23b72;
}
.scholars-box .scholars .scho-box.white-color {
	background:#fff;
}

.scholars-box {
	display:block;
	position:relative;
	margin-top:132px;
}
.scholars-box .scholars{
	display:block;
	padding:0 13%;
}
.scholars-box .scholars h2 {
	margin-bottom:25px;
}
.scholars-box .scholars:before {
	content: url(images/scholars.png);
    padding-left: 100px;
    position: absolute;
    bottom: 0;
    margin-left: -220px;
    top:-30px;
}
.scholars-box .scholars .scho-box {
	padding:35px;
	background:#fafafa;
	border:1px solid #efefef;
	display:block;
	text-align:center;
	padding-bottom:50px;
}
.scholars-box .scholars .scho-box .circle-icon {
	display:inline-block;
	width:114px;
	height:114px;
	border-radius:100%;
	background:#f26430;
	margin-bottom:30px;
}

.scholars-box .scholars .scho-box .circle-icon img {
	vertical-align:middle;
	margin-top:32px;
}
.scholars-box .scholars .scho-box .circle-icon.blue {
	background:#009ddc;
}
.scholars-box .scholars .scho-box .circle-icon.purple {
	background:#a23b72;
}
.scholars-box .scholars .scho-box p {
	font-size:22px;
	color:#3e3e3e;
	line-height:30px;
	margin-bottom:35px;
	padding:0 11px;
}
.scholars-box .scholars .scho-box .button {
	width:140px;
	padding-left:10px;
	padding-right:10px;
}

.newsletter {
	display:block;
	position:relative;
	margin-top:100px;
	background:url(images/newsletter-bg.png) no-repeat #f8f5ef;
	background-position:center top;
	padding:70px 0;
	text-align:center;
}
.newsletter.innernews {
	margin-bottom: -52px;
	margin-top:0;
}
.newsletter .news-form:before {
	content:url(images/eagle.png);
	position:absolute;
	left:0;
	top:-45px;
}
.newsletter .news-form .form {
	display:inline-block;
	width:470px;
}
.newsletter .news-form .form h2 {
	font-size:39px;
	line-height:43px;
	font-weight:800;
	color:#000;
}
.newsletter .news-form .form p {
	font-size:14px;
	color:#5e5d5d;
}
.newsletter .news-form .form input[type="email"] {
	background:#fff;
	height:77px;
	border:none;
	border-radius:40px;
	padding-left:50px;
	padding-right:140px;
	border-radius:40px;
	margin-bottom:15px;
}
.newsletter .news-form .form input[type="submit"] {
	width:120px;
	background:#fed766;
	position:absolute;
	right:0;
	border-radius:0 40px 40px 0;
	border:none;
	color:#000;
	padding:0 15px;
	height:77px;
	line-height:77px;
	font-size:22px;
	top:0;
}
.newsletter .news-form .form input[type="submit"]:hover {
	color:#000;
}

.clients {
	display: block;
	margin-top:100px;
}
.clients ul {
	float: left;
	margin: 0;
	width: 100%;
	padding: 0 45px;
}
.clients ul li {
	float: left;
	width: 25%;
	padding: 0 5px;
	list-style: none;
	margin-bottom: 30px;
}
.clients ul li img {
	max-width: 100%;
	height: auto;
	border: 1px solid #ccc;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.clients ul li img:hover {
	border: 1px solid #999;
	filter: grayscale(0);
	cursor:pointer;
}

.page-header {
	display: block;
	background:#fed766;
	padding: 15px 0;
	border-bottom:1px solid #f3e8d1;
}
.page-header h1 {
	text-transform:uppercase;
	color: #000;
	margin: 0;
	padding: 0;
}
.content-wrapper {
	display: block;
	margin: 50px 0;
}
.breadcrumbs {
	display: block;
	margin: 2px 0 0 0;
	padding: 0;
}
.breadcrumbs li {
	display: inline-block;
	padding: 0;
	font-size: 13px;
	color: #000;
	margin-left: -1px;
}
.breadcrumbs li:after {
	content: "/";
	margin: 0 5px;
}
.breadcrumbs li:last-child:after {
	content: normal;
}
.breadcrumbs li a {
	color: #000;
}
.content-wrapper {
    display: block;
    margin: 50px 0;
}
.blog-pages {
	display:block;
}
.blog-pages .hentry {
	display:block;
	text-align:left;
	margin-bottom:30px;
}
.blog-pages .archive-title {
	font-size:30px;
}
/*.blog-pages .hentry .has-text-align-center,
.blog-pages .archive-title {
	text-align:left;
}*/

.blog-pages .entry-categories {
	margin-bottom:15px;
}
.blog-pages .hentry .post-meta {
	list-style:none;
	text-align:left;
	margin-left:0;
	margin-bottom:20px;
}
.blog-pages .hentry .post-meta li {
	display:inline-block;
	margin-right:10px;
}
.blog-pages .hentry .post-meta li .meta-icon {
	position:relative;
	top:3px;
}
.blog-pages .hentry .post-meta li a:hover,
.blog-pages .hentry .post-meta li:hover {
	opacity:0.8;
}
.post-sidebar {
	display:block;
}
.post-sidebar .widget-content {
	margin-bottom:25px;
	background:#f1f1f1;
	padding-bottom:10px;
}
.post-sidebar .widget-content .search-form {
	margin:0 15px;
}

.post-sidebar h2 {
	background:#fed766;
	padding:10px 15px;
}

.post-sidebar .widget-content ul {
	    margin: 0 35px;
}
.comment-reply a{
	color:inherit;
	background:none;
}

.authorpage {
	padding:15px 0;
	border:none;
	margin-bottom:30px;
	background:transparent;
	position:relative;
}
.authorpage .bord-title {
	margin-top:40px;
}
.authorpage .author-grid {
	display:block;
	text-align:center;
}
.authorpage .author-grid .item {
	margin-bottom:30px;
	background:#f8f5ef;
	padding:20px 15px 40px 15px;
}

.authorpage .author-grid .item h4 {
	margin-bottom:5px;
}
.authorpage .author-grid .item p {
	margin-bottom:10px;
}
.authorpage .author-grid .item p strong {
	font-size:14px;
	
}
.authorpage .author-grid .item .social-links {
	display:block;
	margin-top:20px;
}
.authorpage .author-grid .item .social-menu {
	display: inline-block;
	vertical-align: top;
	width:100%;
	margin:0;
	list-style:none;
	/*border-top:1px solid #fff;
	border-bottom:1px solid #fff;*/
}
.authorpage .author-grid .item .social-menu li {
	display:inline-block;
	margin:0 5px;
}
.authorpage .author-grid .item .social-menu .icons {
	font-size:16px;
	font-family: 'FontAwesome';
	float: left;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background: #fed766;
	text-align: center;
	color: #000000;
	line-height: 38px;
}
.authorpage .author-grid .item .social-menu .facebook:before {
	content: "";
}
.authorpage .author-grid .item .social-menu .twitter:before {
	content: "";
}
.authorpage .author-grid .item .social-menu .linkedin:before {
	content: "";
}
.authorpage .author-grid .item .social-menu .instagram:before {
	content: "";
}
.authorpage .author-grid .item .social-menu .email:before {;
	content: "";
}
.authorpage .author-grid .item .social-menu .icons:hover {
	color: #fff;
}
.authorpage .author-grid .item:hover {
	opacity:0.8;
}
.authorpage .author-grid .item figure {
	padding:0;
	width:130px;
	height:130px;
	border-radius:100%;
	margin:0 auto;
	margin-top:30px;
	background-size:cover;
	background-repeat:no-repeat;
	margin-bottom:30px;
	
}
.author-list .item figure {
    width: 100%;
   border:2px dotted #fff;
}


/* Footer Start */

.site-footer {
	display: block;
	background-color: #a23b72;
	margin-top:50px;
	padding:65px 0 0;
}
.site-footer .widget {
	display: block;
}
.site-footer p {
	color: #fff;
}
.site-footer .widget img {
	margin-bottom: 15px;
}
.site-footer .widget .widget-title {
	font-weight:700;
	position:relative;
	font-size: 18px;
	text-transform:uppercase;
	color: #fff;
	margin-bottom:20px;
}
.site-footer .widget ul {
	display: block;
	padding: 0;
	margin: 0 0 0 5px;
}
.site-footer .widget ul li {
	display: block;
	border-bottom:1px solid #872f5e;
	list-style: none;
	color: #fff;
	padding-bottom:5px;
	margin-bottom:0;
}
.site-footer .widget ul li:last-child {
	border:none;
}
.site-footer .widget ul li a {
	color: #fff;
}
.site-footer .widget ul li a:hover {
	color: #fed766;
}
.site-footer .copyright-wrapper {
	text-align:center;
	display: block;
	padding:15px 0;
	background:#933366;
	margin-top:20px;
}
.site-footer .copyright-wrapper p,
.site-footer .widget p {
	color:#fff;
}
.site-footer .copyright-wrapper p {
	margin-bottom:0;
}
.site-footer .copyright-wrapper p a,
.site-footer .widget p a {
	color: #fff;
	text-decoration:underline;
}
.site-footer .copyright-wrapper p a:hover,
.site-footer .widget p a:hover {
	color: #fed766;
	text-decoration:underline;
}
form[id*="give-form"] #give-donation-level-radio-list > li {
	display:inline-block;
	margin-right:20px;
	color:#666;
}
.sidebar-page {
	display:block;
}
.sidebar-page .widget{
	display:block;
	margin-bottom:30px;
}
.sidebar-page .widget .widgettitle {
	text-transform:uppercase;
}
.mobilenav, .navigation {
	display: none;
}

@media(max-width:1200px) {
.container {
	max-width: 1000px;
}
}

@media(max-width:1029px) {

.cause-box .cause:after,
.scholars-box .scholars:before,
.mission:before {
	content:normal;
	display:none;
} 
.mast-header .menu-header ul li {
	padding:25px 14px;
}
.container {
	max-width: 900px;
	padding: 0 15px;
}
.site-banner .caption-box h1 {
	font-size:45px;
	    line-height: normal;
		margin-bottom:20px;
}

p {
	font-size:16px ;
	line-height:26px !important;
}
.section-title {
	font-size:35px;
}

}

@media(max-width:768px) {

.top-header .h_link {
	text-align:center;
}
.hu-wrapper .imgleft {
	width:100%;
}
.top-header {
	text-align:center;
}
.top-header .logo {
	float:none;
}
.site-banner .caption-box {
	padding-bottom:50px;
}
.cause-box .cause .st-box {
	margin-bottom:25px;
}
.cause-box .cause .st-box .boximg img {
	width:100%;
}
.newsletter .news-form:before {
	content:normal;
}
.container {
	max-width: 700px;
	padding: 0 15px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
	padding: 0 15px;
	width: 100%;
}
p,  .about ul li,  .about ol li,  .content-part p,  .schedule-wrapper p {
	font-size: 14px;
	line-height: 19px;
}
.section-title {
	font-size: 20px;
}
.clients ul li {
	width:30%;
	margin-bottom:10px;
}
.heroimg {
	padding:0 !important;
}
.site-banner .caption-box {
	padding:25px 0;
}
.newsletter .news-form .form {
	width:auto;
	max-width:480px;
}
.newsletter input[type="submit"] {
	margin-top:0 !important;
}
.site-footer {
	padding:40px 0 0 0;
}
.site-footer .widget {
	margin-bottom:25px;
}
.mast-header .menu-header {
	display: none;
}
.mast-header .main-nav {
	margin:10px 0;
	position:relative;
}
.mobilenav {
	position: relative;
	display: block;
	text-align: left;
	margin-top: 0;
}
.mobilenav .fa-bars:before {
	font-family: 'FontAwesome';
	content: "";
	display: inline-block;
	background: #fff;
	color: #a23b72;
	font-style: normal;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 25px;
	margin:0 5px 0;
	border-radius: 5px;
}
.mobilenav strong {
	display: inline-block;
	line-height: normal;
	margin-top: 9px;
	vertical-align: top;
}
.mobilenav span {
	color: #fff;
	font-size: 20px;
	margin-right: 5px;
}
.mobilenav .menutext {
	color:#fff;
	margin-top:5px;
}
.navigation {
	display: block;
}
.navigation {
	display: none;
	position: absolute;
	width: 100%;
	margin-top: 10px !important;
	z-index: 9999;
	right: 0;
	background-color:#a23b72;
}
.navigation ul {
	display: block;
	text-align: left;
	margin:0;
	padding:0;
}
.navigation ul li {
	color: #fff;
	list-style:none;
	display: block;
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #fff;
	margin-bottom:0;
}
.navigation ul li a {
	font-family: inherit;
	color: #fff !important;
	display: list-item;
	font-size: 16px;
	padding: 10px 15px;
}
.navigation ul li a:hover {
	color: #fff;
	background: #fed766;
}
.navigation ul li.current_page_item a {
	background: #fed766;
	color: #fff;
	transition: color 0.2s linear 0s;
}
.navigation ul li.current_page_item ul li a {
	background-color: rgba(255, 255, 255, 0.87);
	color: #fff;
}
.navigation ul li.current_page_item ul li a:hover {
	background: #fed766 none repeat scroll 0 0;
	border: medium none !important;
	box-shadow: none;
	color: #fff;
}
.navigation ul li:last-child {
	border-bottom: medium none;
}
.navigation ul li ul {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	display: none;
	margin-left: 3%;
	width: 96%;
}
.navigation ul li ul li:before {
	content: normal;
}
.navigation .sub-arrow:before {
	font-family: "FontAwesome";
	color: #fff;
	content: "";	
}
.navigation .sub-arrow {
	border-left: 1px solid #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	position: absolute;
	right: 10px;
	top: 0;
	width: 30px;
	z-index: 10001;
}
.navigation .icon {
	display:none;
}
.navigation ul li ul {
	border-bottom: medium none;
}

.newsletter input[type="submit"] {
	width:100%;
	margin-top:8px;
	border-radius:10px;
}
.scholars-box .scholars {
	padding:0;
}
.mission {
	padding:0;
}
.site-banner .caption-box {
	padding:50px 15px;
}
.site-banner .caption-box p {
	line-height:28px !important;
}
.scholars-box .scholars .col-md-4,
.mission .col-md-4 {
	padding:0 15px !important;
}

}

@media(max-width:480px) {
	
.container {
	max-width:500px;
	padding:0 25px;
}
.clients ul {
	padding:0;
}
.clients ul li {
	width:50%;
}
.top-header .log_link a {
	font-size:16px;
}
	.site-banner .caption-box h1 {
		font-size:28px;
	}
	.newsletter .news-form .form input[type="email"] {
		padding:0 40px;
	}
	.newsletter .news-form .form input[type="submit"] {
		position:relative;
		top:inherit;
		width:100%;
		border-radius:40px;
	}

}
