/*
Theme Name: CASB
Theme URI: 
Author: Priemer Consulting
Author URI: http://www.priemerconsulting.com
Description: Custom WordPress Framework and Theme developed by the Priemer Consulting
Version: 1.0.4
Text Domain: casb
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
5.1 Links
5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
10.1 Posts and pages
10.2 Asides
10.3 Comments
11.0 Infinite scroll
12.0 Media
12.1 Captions

13.0 Miscellaneous
13.1 Basic Styles
14.0 Extra Styles


--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
span,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    /*font-family: inherit;*/
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing ospanly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box;
    /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

ol,
ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

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

blockquote,
blockquote p {
    font-style: italic;
}

blockquote p {
    margin-bottom: 0;
    padding: 5px 0;
}

blockquote {
    background: #f5f5f5;
    border-left: 4px solid;
    margin: 20px 0px 20px 25px;
    padding: 15px;
    position: relative;
}

blockquote,
q {
    quotes: """";
}

a {
    color: #867f7f;
    ;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #010101;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'BebasNeueBold';
    letter-spacing: 0.8px;
}

p,
li {
    color: #000000;
    margin-bottom: 20px;
}

p {
    line-height: 1.5
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

b,
strong {
    color: #000;
    text-transform: uppercase;
    font-family: Gilroy-extrabold;
    font-weight: 100;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    margin-bottom: 15px;
}

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

mark,
ins {
    background: #fff9c0;
    margin-bottom: 15px;
    text-decoration: none;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

caption,
th,
td {
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    font-weight: 400;
    padding: 10px;
}

caption {
    border: 1px solid #dedede;
    margin-bottom: 15px;
}

.gallery-caption {
    display: block;
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -15px;
    margin-right: -15px;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item {
    display: inline-block;
    margin: 0 0 10px;
    padding: 15px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    /*    margin: 10px 0 5px 30px;*/
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

li {
    list-style-type: none;
}

dt {
    font-weight: bold;
}

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

figure {
    margin: 0;
}

table {
    width: 100%;
    margin: 15px 0;
    width: 100%;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

th {
    font-weight: bold;
}


/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /*background-color: #fed136;*/
    background: #33da7d;
    border-radius: 0;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    height: 65px;
    width: 235px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    /*opacity: 0.7;*/
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Aspanresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Aspanresses appearance set to searchfield in S5, Chrome */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed ospanly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

div.wpcf7-validation-errors {
    border: 2px solid #004A80;
    bottom: -51px;
    clear: both;
    color: #E90838;
    margin: 0;
    padding: 15px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    clear: both;
    color: #398f14;
    margin: 0;
    padding: 15px;
}

span.wpcf7-not-valid-tip {
    bottom: -16px;
    color: #ff0000;
    display: block;
    font-size: 14px;
    position: absolute;
}

input[type="text"],
input[type="password"],
textarea,
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
select {
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #ccc;
    border-radius: 0;
    border: none;
    border-bottom: none;
    box-sizing: border-box;
    color: 333;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 10px;
    /*text-transform: uppercase;*/
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
textarea:focus {
    color: #333;
}

span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
}

.wpcf7 label {
    margin: 0px 0px 10px 0px;
}

::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #333;
    font-size: 14px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #333;
    font-size: 14px;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('fonts/Gilroy-Bold.eot');
    src: url('fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-Bold.woff2') format('woff2'), url('fonts/Gilroy-Bold.woff') format('woff'), url('fonts/Gilroy-Bold.ttf') format('truetype'), url('fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url('fonts/Gilroy-Medium.eot');
    src: url('fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-Medium.woff2') format('woff2'), url('fonts/Gilroy-Medium.woff') format('woff'), url('fonts/Gilroy-Medium.ttf') format('truetype'), url('fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.eot');
    src: url('fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-Regular.woff2') format('woff2'), url('fonts/Gilroy-Regular.woff') format('woff'), url('fonts/Gilroy-Regular.ttf') format('truetype'), url('fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url('assest') format('embedded-opentype'), url('fonts/Gilroy-Light.otf') format('opentype'), url('fonts/Gilroy-Light.woff') format('woff'), url('fonts/Gilroy-Light.ttf') format('truetype'), url('fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url('fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeueBold.woff') format('woff'), url('fonts/BebasNeueBold.ttf') format('truetype'), url('fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Condensed-Bold';
    src: url('fonts/Helvetica-Condensed-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Helvetica-Condensed-Bold.otf') format('opentype'), url('fonts/Helvetica-Condensed-Bold.woff') format('woff'), url('fonts/Helvetica-Condensed-Bold.ttf') format('truetype'), url('fonts/Helvetica-Condensed-Bold.svg#Helvetica-Condensed-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-ExtraBold.otf') format('opentype'), url('fonts/Gilroy-ExtraBold.woff') format('woff'), url('fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a:focus {
    outline: none;
}

a {
    text-decoration: none;
}

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


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/


/*--------------------------------------------------------------
Menu Start
--------------------------------------------------------------*/

.main-navigation {
    /*    width: 60%;*/
}

.main-navigation:before,
.main-navigation:after,
.topbar:before,
.topbar:after,
.footer-contact-info li:before,
.footer-contact-info li:after,
.accredited-logo-section ul:before,
.accredited-logo-section ul:after,
.mission-tab-content-wrapper:before,
.mission-tab-content-wrapper:after,
.mission-tab-menu li:before,
.mission-tab-menu li:after,
.post-item-wrapper:before,
.post-item-wrapper:after,
.no-logo-slider:before,
.no-logo-slider:after,
.testimonial-author-info:before,
.testimonial-author-info:after,
.no-events-slide:before,
.no-events-slide:after,
.individual-staf-info:before,
.individual-staf-info:after {
    clear: both;
    content: "";
    display: block;
}

.main-navigation ul {
    margin-top: -5px;
    float: right
}

.main-navigation ul ul {
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background: #292929;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    margin: 0;
    margin-top: -30px;
    min-width: 245px;
    /*opacity: 0.6;*/
    padding: 0px;
    position: absolute;
    top: 106px;
    z-index: 9999;
}

.sticky .main-navigation ul ul {
    top: 59px;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0px;
    /*position: relative;*/
    margin-top: 0;
}

.main-navigation li {
    -moz-box-sizing: border-box;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-box-sizing: border-box;
    -webkit-transition-duration: 0.2s;
    box-sizing: border-box;
    float: left;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    transition-duration: 0.2s;
}

.main-navigation li li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    float: none;
    padding: 0;
    text-align: left;
}

.main-navigation li li li {}

.main-navigation li li li li {}

.main-navigation li:hover ul {
    display: block;
}

.main-navigation li:hover li ul {
    display: none;
}

.main-navigation li li:hover ul {
    display: block;
}

.main-navigation li li:hover li ul {
    display: none;
}

.main-navigation li li li:hover ul {
    display: block;
}

.main-navigation li li li:hover li ul {
    display: none;
}

.main-navigation li li li li:hover>ul {
    display: block;
}

.main-navigation ul>li>a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 27px 15px 26px;
    text-decoration: none;
    z-index: 99;
    text-transform: uppercase;
    border-right: 1px solid #ce6f51;
    font-family: 'BebasNeueBold';
    letter-spacing: 0.8px;
    border-left: 1px solid #ea8a6c;
}

.main-navigation ul>li.menu-contact-btn>a {
    border: 2px solid #fff;
    padding: 5px 35px 1px;
    border-radius: 30px;
    margin: 20px 0 0 15px;
}

.main-navigation ul>li.menu-contact-btn>a:hover {
    background: #0678BE
}

.main-navigation ul>li:first-child>a {
    border-left: none;
}

.menu-top-menu-container ul ul>li>a::before {
    display: none;
}

.main-navigation ul li a:hover,
.main-navigation ul>li:hover>a {
    background: #cb5e3b;
}

.main-navigation ul ul>li>a,
#masthead.site-header.sticky .main-navigation ul ul>li>a {
    padding: 10px 25px;
    font-weight: normal;
    border: none;
}

.main-navigation ul li ul li a:hover {
    box-shadow: none;
    background: #0678BE;
    color: #fff;
}

.main-navigation li li.current_page_item a:after,
.main-navigation ul li li a:hover:after {
    display: none;
}

.main-navigation .menu>li:hover:after,
.main-navigation li.current-menu-item:after,
.main-navigation .menu ul>li:hover:after,
.main-navigation li.current_page_item:after {
    width: 100%;
}

.main-navigation .menu>li:after,
.main-navigation ul li:after,
.main-navigation li.current-menu-item:after,
.main-navigation .menu ul>li:after,
.main-navigation li.current_page_item:after {
    bottom: 0px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    transition: width 0.25s ease 0s;
    width: 0;
    z-index: 88;
}

.main-navigation ul li li:after {
    display: none;
}

.main-navigation li.current-menu-item:after,
.main-navigation ul li.current_page_item:after {
    width: 100%;
}

.main-navigation ul li.menu-item-has-children>ul>li.menu-item-has-children>a:after {
    content: "\f0d7";
    display: inline-block;
    font-size: 12px;
    left: 10px;
    position: relative;
}

.main-navigation ul li.menu-item-has-children>a:after {
    content: "\f0d7";
    display: inline-block;
    font-size: 12px;
    font-family: FontAwesome;
    left: 10px;
    position: relative;
}

.main-navigation ul ul li a {
    font-size: 16px;
}

.main-navigation ul ul ul li a {
    font-size: 15px;
}


/*--------------------------------------------------------------
Menu End
--------------------------------------------------------------*/


/*   -- "Inline Social Profiles" (These are the styles for the Social Site section) --   */

.inline-social-icons ul,
.block-social-icons ul,
.widget ul {
    margin: 0 !important;
}

.inline-social-icon {
    padding: 15px 0;
    text-align: center;
}

.inline-social-icon .entry-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 60px;
}

.inline-social-icon li {
    display: inline-block;
    margin: 0 0px 4px 2px;
}

.inline-social-icon li:last-child {
    margin-right: 0;
}

.inline-social-icon li:first-child {
    margin-left: 0;
}

.inline-social-icon li a {
    color: #fff;
    display: inline-block;
    font-size: 0px;
    text-align: center;
    position: relative;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}

.inline-social-icon li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.inline-social-icon li a[href*="twitter.com"]::before {
    content: "\f099";
}

.inline-social-icon li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.inline-social-icon li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.inline-social-icon li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.inline-social-icon li a[href*="youtube.com"]::before {
    content: "\f167";
}

.inline-social-icon li a::before {
    font-family: "FontAwesome";
    color: #1D1D1D;
    font-size: 16px;
    text-align: center;
    position: relative;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    display: block;
    padding: 13px 0 0;
    margin: 0 5px;
    height: 42px;
    width: 42px;
    border-radius: 42px;
    background: #fff;
}

.inline-social-icon li a:hover:before {
    color: #fff;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    background: #0678BE;
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}


/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}


/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 30px;
}


/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}


/* Search widget */


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.entry-content img {
    margin-bottom: 15px;
}

.entry-content {
    margin-bottom: 15px;
}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
    margin: 0;
}

.page-content,
.entry-content,
.entry-summary,
.entry-header {
    /*margin:0 0 15px;*/
}

.entry-content img,
.page-content img,
.entry-summary img {
    margin-bottom: 15px;
}

.page-links {
    clear: both;
    margin: 15px 0 0;
}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    /*display: none;*/
}


/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.byblog-postauthor {
    display: block;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/*--------------------------------------------------------------
13 Miscellaneous
--------------------------------------------------------------*/


/*-------------------------------------- 
13.1 Basic Styles
----------------------------------------*/

body {
    color: #767676;
    font-family: 'Gilroy-Light';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
}


/*-------------------------------------- 
14.0 Extra Styles
----------------------------------------*/

.back-to-top {
    bottom: 50px;
    position: fixed;
    right: 30px;
    z-index: 99;
}

.back-to-top a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #fff;
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #E77854;
}

.back-to-top a:hover {
    background: #0278BD;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
}


/*............................main styling from here*/


/* header-section starts*/


/*    topbar styling from here    */

.topbar {
    position: relative;
    padding: 21px 0px 25px 44px;
    align-items: center;
    align-items: -webkit-box;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    text-align: right
}

.topbar-menu {
    width: 78%;
    float: left;
    margin-top: 5px;
}

.topbar .inline-social-icon {
    float: left;
    padding: 0;
    margin-top: 5px;
    width: 180px;
    text-align: right;
}

.topbar .inline-social-icon li {
    margin: 0 2px 0px 2px;
}

.topbar .inline-social-icon li a::before {
    display: block;
    top: 0;
    font-size: 16px;
    padding: 5px 0 0;
    color: #fff;
    height: auto;
    width: auto;
    background: none;
}

.topbar .inline-social-icon li a:hover:before {
    background: none;
    color: #E77D5B;
}

.topbar .inline-social-icon h4 {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    margin: 7px 5px 0 0;
    vertical-align: top;
}

.topbar .inline-social-icon ul {
    display: inline-block;
}

.topbar>div:last-child {
    float: right;
}

.topbar-menu li {
    margin: 0 18px;
    display: inline-block;
}

.topbar-menu li:last-child {
    margin-right: 0;
}

.topbar-menu a {
    text-transform: uppercase;
    color: #fff;
    display: block;
    border-radius: 21px;
    font-family: 'BebasNeueBold';
    font-size: 16px;
    letter-spacing: 0.8px;
}

.topbar-menu a:hover {
    color: #E87D5B;
}

.hgroup-wrap {
    background: #E87D5B;
    padding: 0;
    align-items: center;
    align-items: -webkit-box;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-box;
    z-index: 9;
    width: 100%;
    top: 0;
    position: relative;
}

.hgroup-wrap:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 50%;
    background: #0678BE;
    top: 0;
    right: 0;
    z-index: 0
}

.hgroup-right {
    display: inline-block;
    float: right;
    width: 76%;
    width: calc(100% - 270px);
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: -ms-calc(100% - 270px);
}

#main-slider {
    overflow: hidden;
}

.menu-top-menu-container.clearfix a {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
}

.site-branding {
    padding: 38px 10px 10px;
    background: #fff;
    line-height: 0;
    position: relative;
    width: 25%;
    position: absolute;
    height: 100%;
    text-align: right;
}
.site-branding a {
    display: block;
}
.site-branding::before {
    position: absolute;
    display: block;
    content: "";
    border-left: 79px solid #fff;
    border-bottom: 153px solid rgba(0, 0, 0, 0);
    top: 0;
    right: -78px;
}

.site-branding h1 {
    margin-bottom: 0;
}

.navbar {
    min-height: 1px;
    border: none;
    margin: 0;
}

.main-navigation ul li a {
    position: relative;
}

.hero-banner {
    position: relative;
}

.hero-banner .hero-banner-content figure {
    position: relative;
}

.hero-banner .hero-banner-text {
    margin: 0 auto;
    width: 1200px;
    padding: 0 15px;
    position: absolute;
    /*right: 0;*/
    top: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    left: 50%;
    max-width: 100%;
}

.hero-banner-image img {
    width: 100%;
}

.hero-banner .hero-banner-title {
    font-size: 75px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.read-more-btn {
    border-radius: 7px;
    color: #E77D5B;
    display: inline-block;
    font-size: 16px;
    padding: 8px 23px 10px;
    text-transform: uppercase;
    font-family: 'BebasNeueBold';
    letter-spacing: 0.8px;
    background: #fff;
}

.read-more-btn:hover {
    background: #0678BE;
    color: #fff;
}

.hero-banner .read-more-btn {
    font-size: 22px;
    background: #cb5e3b;
    color: #fff;
    padding: 18px 23px 18px;
    border-radius: 30px;
    text-align: center;
}

.read-more-btn:hover {
    background: #0678BE;
    color: #fff;
}

.site-branding img {
    max-width: 230px;
}


/*header-section ends*/

.wpcf7 input,
.wpcf7 textarea {
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #B6B6B6;
    font-weight: 400;
    padding: 15px 8px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #33DA7D;
}

.wpcf7 .wpcf7-submit {
    background: #33DA7D;
    border: 2px solid #33DA7D;
    text-transform: capitalize;
    width: auto;
    padding: 9px 30px 10px;
    height: auto;
    font-weight: 500;
    border-radius: 30px;
    margin: auto;
    font-size: 18px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    margin-top: 30px;
}

.wpcf7 .wpcf7-submit:hover {
    color: #33DA7D;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.site-title a svg {
    max-height: 98px;
    margin-top: -13px;
    padding-right: 0;
}

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


/*  logo slider styling from here */

.logo-slider {
    padding: 50px 0;
}

.logo-slider .owl-stage {
    align-items: center;
    align-items: -webkit-box;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    margin: 0 -40px;
}

.logo-item {
    padding: 0 40px;
}


/*  news section styling from here */

.news-section {
    padding: 70px 0 40px;
    background: #F6F6F6;
    position: relative;
}

.news-section-decoration {
    position: absolute;
    bottom: 0;
    width: 13%;
}

.entry-header.heading {
    text-align: center;
    margin-bottom: 30px;
}

.entry-header.heading .entry-title {
    font-size: 40px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.entry-header.heading p {
    font-size: 18px;
    color: #0678BE;
    font-family: arial;
}

.news-section .post .entry-title {
    font-size: 20px;
    color: #fff;
    font-family: 'Helvetica-Condensed-Bold';
    letter-spacing: 0;
    /*text-transform: uppercase;*/
}

.news-section .post {
    margin-bottom: 20px;
    position: relative;
    background: rgba(111, 111, 111, 0.07);
    background: -moz-linear-gradient(top, rgba(111, 111, 111, 0.07) 0%, rgba(111, 111, 111, 0.62) 23%, rgba(111, 111, 111, 0.86) 43%, rgba(111, 111, 111, 1) 55%, rgba(111, 111, 111, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111, 111, 111, 0.07)), color-stop(23%, rgba(111, 111, 111, 0.62)), color-stop(43%, rgba(111, 111, 111, 0.86)), color-stop(55%, rgba(111, 111, 111, 1)), color-stop(100%, rgba(111, 111, 111, 1)));
    background: -webkit-linear-gradient(top, rgba(111, 111, 111, 0.07) 0%, rgba(111, 111, 111, 0.62) 23%, rgba(111, 111, 111, 0.86) 43%, rgba(111, 111, 111, 1) 55%, rgba(111, 111, 111, 1) 100%);
    background: -o-linear-gradient(top, rgba(111, 111, 111, 0.07) 0%, rgba(111, 111, 111, 0.62) 23%, rgba(111, 111, 111, 0.86) 43%, rgba(111, 111, 111, 1) 55%, rgba(111, 111, 111, 1) 100%);
    background: -ms-linear-gradient(top, rgba(111, 111, 111, 0.07) 0%, rgba(111, 111, 111, 0.62) 23%, rgba(111, 111, 111, 0.86) 43%, rgba(111, 111, 111, 1) 55%, rgba(111, 111, 111, 1) 100%);
    background: linear-gradient(to bottom, rgba(111, 111, 111, 0.07) 0%, rgba(111, 111, 111, 0.62) 23%, rgba(111, 111, 111, 0.86) 43%, rgba(111, 111, 111, 1) 55%, rgba(111, 111, 111, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6f6f6f', endColorstr='#6f6f6f', GradientType=0);
}

.news-post-slider .owl-stage>.owl-item {
    /*margin: 0 1px;*/
    background: rgba(111, 111, 111, 0.07);
    background: -moz-linear-gradient(top, rgba(111, 111, 111, 0.07) 0%, rgba(111, 111, 111, 0.62) 23%, rgba(111, 111, 111, 0.86) 43%, rgba(111, 111, 111, 1) 55%, rgba(111, 111, 111, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111, 111, 111, 0.07)), color-stop(23%, rgba(111, 111, 111, 0.62)), color-stop(43%, rgba(111, 111, 111, 0.86)), color-stop(55%, rgba(111, 111, 111, 1)), color-stop(100%, rgba(111, 111, 111, 1)));
    background: -webkit-linear-gradient(top, rgba(111, 111, 111, 0.07) 0%, rgba(111, 111, 111, 0.62) 23%, rgba(111, 111, 111, 0.86) 43%, rgba(111, 111, 111, 1) 55%, rgba(111, 111, 111, 1) 100%);
    background: -o-linear-gradient(top, rgba(111, 111, 111, 0.07) 0%, rgba(111, 111, 111, 0.62) 23%, rgba(111, 111, 111, 0.86) 43%, rgba(111, 111, 111, 1) 55%, rgba(111, 111, 111, 1) 100%);
    background: -ms-linear-gradient(top, rgba(111, 111, 111, 0.07) 0%, rgba(111, 111, 111, 0.62) 23%, rgba(111, 111, 111, 0.86) 43%, rgba(111, 111, 111, 1) 55%, rgba(111, 111, 111, 1) 100%);
    background: linear-gradient(to bottom, rgba(111, 111, 111, 0.07) 0%, rgba(111, 111, 111, 0.62) 23%, rgba(111, 111, 111, 0.86) 43%, rgba(111, 111, 111, 1) 55%, rgba(111, 111, 111, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6f6f6f', endColorstr='#6f6f6f', GradientType=0);
}

.news-post-slider .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*.news-section .post-content {
    margin-top: -114px;
    position: relative;
    padding: 60px 10px 20px;
    background: rgba(111, 111, 111, 0.07);
    background: -moz-linear-gradient(top, rgba(111, 111, 111, 0.07) 0%, rgba(111, 111, 111, 0.62) 23%, rgba(111, 111, 111, 0.86) 43%, rgba(111, 111, 111, 1) 55%, rgba(111, 111, 111, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111, 111, 111, 0.07)), color-stop(23%, rgba(111, 111, 111, 0.62)), color-stop(43%, rgba(111, 111, 111, 0.86)), color-stop(55%, rgba(111, 111, 111, 1)), color-stop(100%, rgba(111, 111, 111, 1)));
    background: -webkit-linear-gradient(top, rgba(111, 111, 111, 0.07) 0%, rgba(111, 111, 111, 0.62) 23%, rgba(111, 111, 111, 0.86) 43%, rgba(111, 111, 111, 1) 55%, rgba(111, 111, 111, 1) 100%);
    background: -o-linear-gradient(top, rgba(111, 111, 111, 0.07) 0%, rgba(111, 111, 111, 0.62) 23%, rgba(111, 111, 111, 0.86) 43%, rgba(111, 111, 111, 1) 55%, rgba(111, 111, 111, 1) 100%);
    background: -ms-linear-gradient(top, rgba(111, 111, 111, 0.07) 0%, rgba(111, 111, 111, 0.62) 23%, rgba(111, 111, 111, 0.86) 43%, rgba(111, 111, 111, 1) 55%, rgba(111, 111, 111, 1) 100%);
    background: linear-gradient(to bottom, rgba(111, 111, 111, 0.07) 0%, rgba(111, 111, 111, 0.62) 23%, rgba(111, 111, 111, 0.86) 43%, rgba(111, 111, 111, 1) 55%, rgba(111, 111, 111, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f6f6f', endColorstr='#6f6f6f', GradientType=0);

}*/

.news-section .post-content {
    position: relative;
    padding: 20px 10px 20px;
    word-wrap: break-word;
}

.news-post-slider.owl-theme .owl-nav [class*="owl-"] {
    background: none;
    font-size: 0;
    padding: 0;
    position: relative;
}

.news-post-slider.owl-theme .owl-nav .owl-prev::before,
.news-post-slider.owl-theme .owl-nav .owl-next::before {
    color: #262626;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1;
}

.news-post-slider.owl-theme .owl-nav .owl-prev:hover:before,
.news-post-slider.owl-theme .owl-nav .owl-next:hover:before {
    color: #E77D5B
}

.news-post-slider.owl-theme .owl-nav .owl-prev::before {
    content: "\f177";
}

.news-post-slider.owl-theme .owl-nav .owl-next::before {
    content: "\f178";
}


/* mission section styling from here */

.mission-info-image.featured-image {
    width: 50%;
    float: left;
    padding-right: 40px;
    left: -500px;
    opacity: 0;
    position: relative
}

.scrolled-to-mission .mission-info-image.featured-image {
    left: 0px;
    opacity: 1;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}

.mission-text {
    width: 50%;
    float: left;
    padding-left: 40px;
}

.mission-text .entry-header.heading {
    margin-bottom: 20px;
    text-align: left;
}

.mission-information {
    align-items: center;
    align-items: -webkit-box;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    padding: 50px 0 100px;
}

.mission-information p {
    font-size: 20px;
    line-height: 1.8;
}

.mission-information p strong {
    color: #0678BE;
    font-weight: 700;
}

.mission-tab-wrapper {
    position: relative;
}

.mission-tab-main-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
}

.mission-tab-main-image img {
    width: 100%;
}

.resp-tabs-list.hor_1.mission-tab-menu {
    width: 415px;
    float: left;
}

.resp-tabs-container.hor_1.mission-tab-content {
    clear: none;
    width: 535px;
    float: right;
    background: rgba(0, 0, 0, 0, 0.8)
}

.mission-tab-menu li.resp-tab-item.hor_1 {
    display: block;
    float: none;
    margin: 0 !important;
    border: none !important;
    padding: 55px 50px !important;
    background: #363636 !important;
    align-items: center;
    align-items: -webkit-box;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}

.mission-tab-menu li.resp-tab-item.hor_1.orange-bg {
    background: #E77D5B !important;
}

.mission-tab-menu li.resp-tab-item.hor_1.blue-bg {
    background: #0678BE !important;
}

.mission-section {
    overflow: hidden;
}

.mission-tab-menu li.resp-tab-item.hor_1.resp-tab-active,
.mission-tab-menu li.resp-tab-item.hor_1:hover {
    background: #171717 !important;
    padding: 55px 50px !important;
}

.mission-icon {
    width: 90px;
    float: right;
}

.mission-tab-menu li h3 {
    font-size: 28px;
    color: #fff;
    width: 72%;
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    float: left;
    padding-right: 10px;
    margin-bottom: 0;
}

.mission-item-content.resp-tab-content.hor_1.resp-tab-content-active {
    border: none;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    align-items: -webkit-box;
    display: -webkit-box !important;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;
    /* TWEENER - IE 10 */
    display: -webkit-flex !important;
    /* NEW - Chrome */
    display: flex !important;
    padding: 15px 40px;
}

.mission-item-text h3 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 35px;
}

.mission-item-text p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 45px;
}

.mission-item-text p:last-child {
    margin-bottom: 10px;
}

.news-section .container {
    width: 1360px;
    max-width: 100%;
}


/* featured section styling from here */

.featured-section {
    padding: 60px 0 35px;
}

.featured-section .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
}

.featured-section .col-sm-4 {
    padding-right: 0;
    padding-left: 0;
    background: red;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 40px;
    background: #fff;
    flex-basis: 0;
    -webkit-flex-basis: 0;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    min-width: 30%;
    min-width: calc(33.3333% - 42px);
    min-width: -webkit-calc(33.3333% - 42px);
}

.featured-section .col-sm-4:hover {
    background: #0678BE
}

.featured-section .post {
    text-align: center;
    /*margin-bottom: 40px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);*/
}


/*.featured-section .post:hover .post-content {
    background: #0678BE
}*/

.featured-section .post:hover .post-icon {
    background: #E67853;
}

.featured-section .post:hover .entry-title,
.featured-section .post:hover p {
    color: #fff;
}

.featured-section .post p a:hover {
    border-color: #fff;
    color: #fff
}

.featured-section .post .featured-image {
    overflow: hidden;
}

.featured-section .post:hover .featured-image img {
    transform: scale(1.1);
}

.featured-section .post:hover .entry-title,
.featured-section .post:hover p,
.featured-section .post p a:hover,
.featured-section .post:hover .post-icon,
.featured-section .post:hover .post-content,
.featured-section .post .entry-title,
.featured-section .post p,
.featured-section .post p a,
.featured-section .post .post-icon,
.featured-section .post .post-content {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}

.featured-section .post:hover .featured-image img,
.featured-section .post .featured-image img {
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
}


/*.featured-section .col-sm-4 {
    padding-right: 20px;
    padding-left: 20px;
}*/

.post .featured-image img {
    width: 100%;
}

.featured-section .post-content {
    padding: 0 20px 18px;
    /*background: #fff;*/
}

.post p {
    font-size: 16px;
    line-height: 1.5;
}

.post-icon {
    display: block;
    background: #0678BE;
    height: 105px;
    width: 105px;
    text-align: center;
    border-radius: 105px;
    padding: 25px 0 0px;
    z-index: 9;
    position: relative;
    margin: -52px auto 15px;
}

.featured-section .post .entry-title {
    font-size: 22px;
    font-family: 'Gilroy-ExtraBold';
    margin-bottom: 10px;
}

.post p {
    font-size: 16px;
}

.post p a {
    font-size: 15px;
    text-transform: uppercase;
    color: #E77D5B;
    font-weight: 700;
    border-bottom: 1px solid #E77D5B;
}


/* promotional bar section styling from here */

.promotional-bar-section {
    padding: 100px 0 120px;
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.promotional-bar-section .entry-header.heading .entry-title {
    font-size: 55px;
    color: #fff;
}

.promotional-bar-section .button-section {
    text-align: center;
}

.promotional-bar-section .read-more-btn {
    color: #fff;
    font-size: 28px;
    padding: 8px 60px 8px;
    background: none;
    border: 2px solid #fff;
    border-radius: 30px;
    margin: 0 7px;
}

.promotional-bar-section .read-more-btn:hover {
    background: #E67853;
    border-color: #E67853;
}


/* about page styling from here */

.site-header {
    margin-bottom: 95px;
}

.home .site-header {
    margin-bottom: 0;
}

.widget {
    background: #ECECEC;
    padding: 0 30px 27px;
}

.widget-title {
    font-size: 18px;
    color: #fff;
    background: #0678BE;
    margin: 0 -30px 20px;
    padding: 17px 30px;
    font-family: 'Gilroy-Light';
    text-transform: capitalize
}

.widget ul li {
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 12px;
    margin-bottom: 13px;
}

.widget ul li a {
    font-size: 18px;
    text-transform: capitalize;
}

.widget.widget-slider {
    background: rgba(0, 0, 0, 0);
    padding: 0;
}

.widget.widget-slider .widget-title {
    font-size: 25px;
    color: #0678BE;
    background: rgba(0, 0, 0, 0);
    margin: 0 0px 15px;
    padding: 0px;
    font-family: 'BebasNeueBold';
    text-transform: uppercase;
}

.post-content .posted-date {
    position: absolute;
    top: -40px;
    background: #F2F2F2;
    padding: 8px 20px;
    color: #E77D5B;
    font-weight: 700;
}

.post-content {
    position: relative;
}

.widget-slider .featured-image {
    padding-bottom: 2px;
}

.widget-slider .entry-title a {
    font-size: 24px;
    color: #151515;
    font-family: 'Gilroy-Light';
}

.widget-slider .entry-title a:hover {
    color: #0678BE
}

.widget-slider .post-content {
    padding: 20px 0 0;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.owl-theme.widget-post-slider .owl-dots .owl-dot span {
    background: none;
    border: 2px solid #7B7B7B;
}

.owl-theme.widget-post-slider .owl-dots .owl-dot.active span,
.owl-theme.widget-post-slider .owl-dots .owl-dot:hover span {
    background: #7B7B7B;
}

.owl-theme.widget-post-slider .owl-dots {
    text-align: left;
}

.post iframe {
    margin-bottom: 25px;
}

.career-item {
    background: #EAEAEA;
    margin-bottom: 30px;
}

.career-item-detail {
    padding: 30px 30px 35px 40px;
}

.career-item-detail h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.career-item-detail span {
    font-size: 18px;
}

.featured-image {
    margin-bottom: 20px;
}

.news-post-slider .featured-image,
.scrolled-to-mission .featured-image,
.featured-section .featured-image,
.widget-slider .featured-image,
.career-item .featured-image {
    margin-bottom: 0px;
}

.featured-section .post-content {
    position: static;
}

.different-schools-item p strong,
p strong {
    color: #000;
    /*font-family: 'Gilroy-ExtraBold';*/
    /*letter-spacing: 0.7px;*/
    text-transform: uppercase;
    font-family: Gilroy-extrabold;
    font-weight: 100;
}

.different-schools-item {
    padding: 10px 0 0
}

.star-ratings {
    color: #47b1f0;
    font-size: 25px;
    width: 132px;
    position: relative;
    overflow: hidden;
}

.star-ratings-top {
    color: #eeac00;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 30px;
}

.star-ratings-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}

.author-image {
    width: 49px;
    height: 49px;
    border-radius: 50px;
    overflow: hidden;
    float: left;
}

.testimonial-author-detail {
    width: 91%;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    float: right;
    padding-left: 25px;
}

.author-name {
    font-size: 16px;
    color: #323232;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.author-designation {
    font-size: 14px;
    color: #072B41;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.testimonial-author-info {
    padding-top: 15px;
}

.testimonial-icon {
    display: block;
    max-width: 35px;
    margin-bottom: 15px;
}

.testimonial-content p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-style: italic
}

.testimonial-item {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    padding: 25px 40px;
    margin: 10px 12px 10px;
}

.testimonial-section {
    padding: 33px 0 90px;
}

.testimonial-section .entry-header.heading {
    text-align: left
}

.testimonial-slider.owl-theme .owl-nav [class*="owl-"] {
    background: none;
    height: 50px;
    width: 25px;
    border-radius: 40px;
    font-size: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.testimonial-slider.owl-theme .owl-prev {
    left: 0px;
    background: url(images/arrow-left.png) no-repeat !important;
}

.testimonial-slider.owl-theme .owl-next {
    right: 0px;
    background: url(images/arrow-right.png) no-repeat !important;
}

.owl-theme.testimonial-slider .owl-nav {
    opacity: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.owl-theme.testimonial-slider:hover .owl-nav {
    opacity: 1;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

#secondary ul li.current-menu-item>a {
    color: #0678BE;
}

.widget ul li .close {
    font-size: 16px;
    opacity: 1;
    height: 17px;
    width: 17px;
    background: #0678BE;
    text-align: center;
    border-radius: 20px;
    color: #ECECEC;
    line-height: 17px;
}

.widget ul li .close:hover,
.widget ul li .close.submenu-toggled {
    background: #E87D5B;
}

.widget ul li .close.submenu-toggled {
    line-height: 15px;
}

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


/*footer-section starts*/

.site-footer span.footer-title {
    font-size: 34px;
    font-family: 'BebasNeueBold';
    margin-bottom: 20px;
    line-height: 1.2;
    display: block;
}

.site-footer {
    background: #EDEDED;
}

.site-footer li a,
.site-footer li,
.site-footer span,
.site-footer p,
.site-footer .widget a {
    font-size: 16px;
    color: #1D1D1D;
}

.footer-contact-info a {
    word-wrap: break-word;
}

.footer-branding {
    margin-bottom: 20px;
    display: inline-block;
}

.site-footer li {
    line-height: 1;
}

.site-generator {
    background: #F5F5F5;
    padding: 31px 0 16px;
}

.footer-contact-info li {
    margin-bottom: 26px;
}

.footer-widget-area {
    padding: 80px 0 75px;
}

.footer-contact-info li i {
    width: 32px;
    float: left;
    padding-left: 5px;
    font-size: 14px;
    margin-top: 5px;
}

.accredited-logo-section ul {
    margin: 0 -10px;
}

.accredited-logo-section li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 10px;
}

.accredited-section {
    max-width: 260px;
    margin: auto;
    text-align: center;
}

.fa-mobile-phone::before {
    font-size: 20px;
}

.footer-contact-info li p {
    width: 87%;
    width: calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    float: right;
    margin-bottom: 0;
}

.site-footer .inline-social-icon li a {
    font-size: 0
}

.site-footer .copy-right {
    color: #929292;
    font-size: 16px;
    text-align: center;
    width: 60%;
    float: left;
}

.site-footer .bottom-footer-menu {
    float: right;
    text-align: right;
    width: 40%;
}

.bottom-footer-menu li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #929292;
}

.bottom-footer-menu li:last-child {
    border-right: none;
    padding-right: 0;
}

.site-footer .bottom-footer-menu li a {
    color: #929292;
    font-size: 16px;
}

.copy-right a {
    color: #929292;
}

.copy-right a:hover,
.bottom-footer-menu li a:hover {
    color: #0678BE;
}

.footer-contact-info li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.footer-contact-info li a:hover {
    border-bottom: 1px solid #858585;
    color: #858585;
}

a:hover,
.site-footer a:hover {
    color: #0678BE;
}


/*footer-section ends*/

embed,
iframe,
object {
    width: 100%;
}

.no-logo-slider .logo-item {
    width: 16.6667%;
    float: left;
}

.no-logo-slider {
    padding: 50px 0;
}

#hamburger {
    display: none;
}

.hero-banner-content>div:first-child {
    padding: 56.3% 0 0 0 !important;
}

.hero-banner-content>div.hero-banner-text {
    padding: 0 15px !important;
}

.no-events-slider .post {
    width: 24.5%;
    width: calc(25% - 2px);
    width: -webkit-calc(25% - 2px);
    float: left;
}

.no-events-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.error-404 .entry-content p {
    font-size: 34px;
}

.error-404 {
    text-align: center;
}

.error-404 .search-form input.search-submit {
    width: 110px !important;
    font-size: 15px;
    height: 41px;
    top: 0;
    position: absolute;
    right: 0;
    background: #0678BE;
}

.error-404 .search-form input.search-submit:hover {
    background: #E87D5B
}

.error-404 .search-form label {
    width: 100%;
}

.error-404 .search-form label input {
    padding-right: 115px;
    background: none;
    border: 1px solid #8A8A8A;
    text-transform: inherit;
}

.error-404 .search-form label input:focus {
    border-color: #0678BE;
}

.error-404 .search-form {
    max-width: 560px;
    margin: auto;
    position: relative;
}

.site-content {
    margin-bottom: 50px;
}

.home .site-content {
    margin-bottom: 0px;
}

.image {
    margin-bottom: 15px;
}

.date {
    color: #0678BE;
    font-size: 18px;
    margin-bottom: 6px;
    display: block;
}

.widget ul li li {
    border-bottom: none;
    border-top: 1px solid #BDBDBD;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget ul li li a {
    margin-left: 20px;
}

.widget ul li li li a {
    margin-left: 30px;
}

.no-sidebar-template #primary {
    width: 100%;
    float: none;
    left: 0;
}

.staff-item-wrapper .col-sm-3:nth-child(4n+1) {
    clear: none;
}

.staff-item-wrapper .col-sm-3:nth-child(3n+1) {
    clear: both;
}

.staff-item-wrapper .col-sm-3 {
    width: 33.3333%;
}

.no-sidebar-template .staff-item-wrapper .col-sm-3:nth-child(3n+1) {
    clear: none;
}

.no-sidebar-template .staff-item-wrapper .col-sm-3:nth-child(4n+1) {
    clear: both;
}

.no-sidebar-template .staff-item-wrapper .col-sm-3 {
    width: 25%;
}

.staff-item .entry-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.staff-item {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin-bottom: 30px;
}

.staff-item .featured-image {
    margin: -15px -15px 13px;
}

.staff-item:hover .featured-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.staff-item .featured-image img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    width: 100%;
}

.staff-item .featured-image {
    overflow: hidden;
}

.staff-email a {
    font-size: 14px;
    color: #E87D5B;
    position: relative;
    word-wrap: break-word;
}

.staff-email a:hover,
.staff-email a:hover:before {
    color: #0678BE;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.staff-email {
    position: relative;
    padding-left: 18px;
    text-align: left;
}

.individual-staf-info .staff-email {
    padding-left: 25px;
}

.staff-email::before {
    content: "\f0e0";
    font-family: "FontAwesome";
    color: #E87D5B;
    font-size: 12px;
    margin-right: 2px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    left: 0;
    position: absolute;
    top: 4px;
}

.individual-staf-info .staff-email::before {
    top: 1px;
}

.rws-pagination-holder {
    clear: both;
    padding: 0 15px;
}

.rws-pagination-holder .pagination>.active>span {
    background: #0678BE
}

.rws-pagination-holder .pagination>li>a:hover {
    background: #E87D5B;
    color: #fff;
}

.individual-staf-info .content-wrap {
    width: 66.6677%;
    float: right;
    padding-left: 15px;
}

.individual-staf-info .featured-image {
    width: 33.333%;
    float: left;
    padding-right: 15px;
}

.individual-staf-info .featured-image img {
    width: 100%;
}

.individual-staf-info .subheading {
    font-size: 24px;
    margin-bottom: 15px;
}

.individual-staf-info .staff-email a {
    font-size: 18px;
}

.individual-staf-info .staff-email:before {
    font-size: 16px;
}

.individual-staf-info .socials.info-section {
    padding-top: 20px;
}

.individual-staf-info {
    padding-top: 30px;
}

.page-title-wrap {
    padding: 100px 0 82px;
    position: relative;
}

.page-title-wrap .hero-banner-title {
    font-size: 60px;
    color: #fff;
}


/*
- Video Wrapper can be any element
- If the element is the height and width of the full screen this will still work
*/

.videoWrapper {
    height: 450px;
    width: 100% !important;
    position: relative;
    overflow: hidden;
}

.videoWrapper iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
}


/*@media screen and (-webkit-min-device-pixel-ratio:0) {

    
.main-navigation ul>li>a {
padding: 29px 18px 24px;
}
.main-navigation ul ul > li > a {
    padding: 12px 25px 8px;
}
.main-navigation ul > li.menu-contact-btn > a {
    padding: 7px 35px 3px;
}
.read-more-btn {
    padding: 10px 23px 8px;
}
.hero-banner .read-more-btn {
    padding: 22px 23px 16px;
}
.promotional-bar-section .read-more-btn {
    padding: 11px 60px 5px;
}


}*/

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        .main-navigation ul>li>a {
            padding: 29px 15px 24px;
        }
        .main-navigation ul ul>li>a {
            padding: 12px 25px 8px;
        }
        .main-navigation ul>li.menu-contact-btn>a {
            padding: 7px 35px 3px;
        }
        .read-more-btn {
            padding: 10px 23px 8px;
        }
        .hero-banner .read-more-btn {
            padding: 22px 23px 16px;
        }
        .promotional-bar-section .read-more-btn {
            /* padding: 11px 60px 5px; */
        }
    }
}

.main-navigation ul>li>a {
    padding: 27px 15px 26px;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .main-navigation ul>li>a {
            padding: 29px 15px 24px;
        }
        .main-navigation ul ul>li>a {
            padding: 12px 25px 8px;
        }
        .main-navigation ul>li.menu-contact-btn>a {
            padding: 7px 35px 3px;
        }
        .read-more-btn {
            padding: 10px 23px 8px;
        }
        .hero-banner .read-more-btn {
            padding: 22px 23px 16px;
        }
        .promotional-bar-section .read-more-btn {
            padding: 11px 60px 5px;
        }
    }
}

.mb-menu-logo {
    display: none;
}

section.logo-section {
    position: relative;
    background: #fff;
}

.videoWrapper {
    margin-bottom: -45px;
}

#secondary .sub-menu {
    display: none;
}

#secondary .sub-menu.open {
    display: block;
}


/*
#secondary .sub-menu > li{
    display: none;
}

#secondary .sub-menu.open > li{
    display: block;
}*/

.site-branding svg {
    fill: none;
}

.site-branding svg path {
    transition: fill 0.4s ease-in-out 0.3s;
    -webkit-transition: fill 0.4s ease-in-out 0.3s;
    -moz-transition: fill 0.4s ease-in-out 0.3s;
    -o-transition: fill 0.4s ease-in-out 0.3s;
    fill: transparent;
    stroke-width: 1px;
}

.site-branding svg .circle-line path {
    transition: fill 0.4s ease-in-out 0s;
    -webkit-transition: fill 0.4s ease-in-out 0s;
    -moz-transition: fill 0.4s ease-in-out 0s;
    -moz-transition: fill 0.4s ease-in-out 0s;
    -o-transition: fill 0.4s ease-in-out 0s;
}

.site-branding.completed svg path {
    transition: fill 0.4s ease-in-out;
    -webkit-transition: fill 0.4s ease-in-out;
    -moz-transition: fill 0.4s ease-in-out;
    -o-transition: fill 0.4s ease-in-out;
    fill: #000;
    stroke: #fff;
}

.site-branding.completed svg .logo-fox-face path {
    fill: #E77854;
    stroke: #463D39;
    transition: fill 0.4s ease-in-out 0.5s;
    -webkit-transition: fill 0.4s ease-in-out 0.5s;
    -moz-transition: fill 0.4s ease-in-out 0.5s;
    -o-transition: fill 0.4s ease-in-out 0.5s;
}

.site-branding.completed svg .cream-line path {
    fill: #E77854;
    stroke: #E77854;
}

.site-branding.completed svg .blue-line path {
    fill: #0077BD;
    stroke: #0077BD;
}

body svg {
    opacity: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.as-faq-application-process ul {
    padding-left: 43px;
    padding-top: 10px;
}

.as-faq-application-process ul li {
    position: relative;
    font-size: 20px;
    margin-bottom: 25px;
}

.as-faq-application-process ul li::before {
    position: absolute;
    background: url("images/tick.png") no-repeat 0px;
    z-index: 999;
    content: "";
    display: block;
    left: -43px;
    height: 21px;
    width: 24px;
    background-size: 24px;
    top: 2px;
}

.as-enrollment-faqs .vc_toggle_square .vc_toggle_icon::after {
    content: "\f04b" !important;
    font-size: 16px !important;
    font-family: FontAwesome;
    background: none !important;
    font-style: inherit !important;
    color: #fff;
    left: 23px !important;
    top: 26px !important;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.as-enrollment-faqs .vc_toggle_active.vc_toggle_square .vc_toggle_icon::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    visibility: visible !important;
    top: 17px !important;
    left: 30px !important;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.as-enrollment-faqs .vc_toggle_square .vc_toggle_icon::before {
    background: none !important
}

.as-enrollment-faqs .vc_toggle_icon {
    font-style: inherit;
    background: #0678BE !important;
    border: none !important;
    height: 59px !important;
    width: 56px !important;
    margin-left: -57px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.as-enrollment-faqs .vc_toggle_active.vc_toggle_square .vc_toggle_icon {
    background: #E87D5B !important;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.as-enrollment-faqs .vc_toggle_title {
    padding-top: 15px;
    padding-left: 33px !important;
    padding-right: 20px;
    padding-bottom: 19px;
}

.as-enrollment-faqs .vc_toggle {
    margin-left: 58px !important;
    border: 1px solid #E8E8E8;
}

.as-enrollment-faqs .vc_toggle_content {
    padding-left: 33px !important;
    padding-right: 20px;
}

.as-enrollment-faqs .vc_toggle_title>h4 {
    font-size: 24px;
    font-family: 'Gilroy-Light';
}

.vc_toggle_content p {
    font-size: 18px;
    font-family: 'Gilroy-Light';
}

.as-button .vc_btn3-shape-round {
    font-size: 28px !important;
    font-family: 'BebasNeueBold';
    padding: 10px 30px !important;
}

a {
    color: #cb5e3b
}

a:hover {
    color: #0678BE
}

.wpb_content_element ul li:before {
    position: absolute;
    left: 0;
    content: "\f101";
    font-family: FontAwesome;
}

.wpb_content_element ul li {
    padding-left: 20px;
    position: relative;
}

.wpb_content_element .eventer ul>li:before,
.single-eventer .category-list span.date {
    display: none
}

.career-calender iframe {
    min-height: 540px
}


/*.career-calender iframe .page-content.layout-row.flex-grow.ng-scope {
    align-items: flex-start;
}*/

.svg-below-text {
    display: none;
}

.news-announcements-posts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.news-announcements-posts-wrapper .post {
    width: 30.333%;
    width: calc(33.3333% - 20px);
    width: -webkit-calc(33.3333% - 20px);
    margin: 0 10px 30px;
    background: #3C4246;
}

.news-announcements-posts-wrapper .post .post-content {
    padding: 0 12px 15px;
}

.news-announcements-posts-wrapper .post .entry-title {
    color: #fff;
    font-size: 22px;
}

.news-post-slider .owl-stage>.owl-item {
    background: #3C4246;
}

.news-post-slider .owl-stage>.owl-item:hover,
.news-announcements-posts-wrapper .post:hover {
    background: #E87D5B;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news-section {
    background: #649ECC;
}

.news-section .post {
    margin-bottom: 0;
    background: none
}

.news-section .post .read-more-btn,
.news-announcements-posts-wrapper .post .read-more-btn {
    background: none;
    padding: 0;
    letter-spacing: 1.5px;
    font-size: 18px;
    position: relative;
    padding-right: 20px;
}

.news-section .post:hover .read-more-btn,
.news-announcements-posts-wrapper .post:hover .read-more-btn {
    color: #fff;
}

.news-section .post .read-more-btn:hover,
.news-announcements-posts-wrapper .post .read-more-btn:hover {
    background: none;
    color: #0678BE
}

.news-section .post .read-more-btn::before,
.news-announcements-posts-wrapper .post .read-more-btn:before {
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 1;
    content: "\f061";
    position: absolute;
    right: 0;
    top: 4px;
}

.news-post-slider.owl-theme .owl-nav .owl-prev::before,
.news-post-slider.owl-theme .owl-nav .owl-next::before {
    color: #fff;
}

.news-section-decoration {
    bottom: auto;
    top: 0;
}

.news-section .entry-header.heading .entry-title {
    display: inline-block;
    color: #fff;
    padding: 15px 90px;
    position: relative;
    z-index: 1
}

.news-section .entry-header.heading .entry-title::before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    background: #3C4246;
    width: 100%;
    z-index: -1;
    height: 100%;
    transform: skewX(-25deg) translateZ(0);
    -webkit-transform: skewX(-25deg) translateZ(0);
    -moz-transform: skewX(-25deg) translateZ(0);
    -o-transform: skewX(-25deg) translateZ(0);
    animation: 0.5s ease-out 0s 1 slideInHeader;
    border-right: 5px solid #E87D5B;
    border-left: 5px solid #E87D5B;
}

.news-section .entry-header.heading .entry-title::after {
    content: "";
    display: block;
    left: -5px;
    position: absolute;
    top: 0;
    width: 102%;
    width: calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
    z-index: -1;
    height: 100%;
    transform: skewX(-25deg) translateZ(0);
    -webkit-transform: skewX(-25deg) translateZ(0);
    -moz-transform: skewX(-25deg) translateZ(0);
    -o-transform: skewX(-25deg) translateZ(0);
    animation: 0.5s ease-out 0s 1 slideInHeader;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}

.bottom-icon {
    max-width: 36px;
    position: absolute;
    left: 20px;
    bottom: -2px;
}

.top-icon {
    max-width: 36px;
    position: absolute;
    right: 20px;
    top: -2px;
}

.news-section .heading .entry-title svg path {
    transition: fill 0.4s ease-in-out 0s;
    -webkit-transition: fill 0.4s ease-in-out 0s;
    -moz-transition: fill 0.4s ease-in-out 0s;
    -o-transition: fill 0.4s ease-in-out 0s;
    fill: transparent;
    stroke-width: 1;
}

.news-section.scrolled-to-news .heading .entry-title svg path {
    transition: fill 0.4s ease-in-out;
    -webkit-transition: fill 0.4s ease-in-out;
    -moz-transition: fill 0.4s ease-in-out;
    -o-transition: fill 0.4s ease-in-out;
    fill: #BDBEC0;
    stroke: transparent;
}

.news-section .heading .entry-title svg path.nst0 {
    transition: fill 0.4s ease-in-out 0.4s;
    -webkit-transition: fill 0.4s ease-in-out 0.4s;
    -moz-transition: fill 0.4s ease-in-out 0.4s;
    -o-transition: fill 0.4s ease-in-out 0.4s;
}

.news-section.scrolled-to-news .heading .entry-title svg path.nst1 {
    transition: fill 0.6s ease-in-out 0.55s;
    -webkit-transition: fill 0.6s ease-in-out 0.55s;
    -moz-transition: fill 0.6s ease-in-out 0.55s;
    -o-transition: fill 0.6s ease-in-out 0.5s;
}

.news-section.scrolled-to-news .heading .entry-title svg path.nst2 {
    transition: fill 0.8s ease-in-out 0.7s;
    -webkit-transition: fill 0.8s ease-in-out 0.7s;
    -moz-transition: fill 0.8s ease-in-out 0.7s;
    -o-transition: fill 0.8s ease-in-out 0.7s;
}

.news-section.scrolled-to-news .heading .entry-title svg path.nst3 {
    transition: fill 1s ease-in-out 0.85s;
    -webkit-transition: fill 1s ease-in-out 0.85s;
    -moz-transition: fill 1s ease-in-out 0.85s;
    -o-transition: fill 1s ease-in-out 0.85s;
}

.news-section.scrolled-to-news .heading .entry-title svg path.nst4 {
    transition: fill 1.2s ease-in-out 1s;
    -webkit-transition: fill 1.2s ease-in-out 1s;
    -moz-transition: fill 1.2s ease-in-out 1s;
    -o-transition: fill 1.2s ease-in-out 1s;
}

.news-section.scrolled-to-news .heading .entry-title svg path.nst5 {
    transition: fill 1.4s ease-in-out 1.2s;
    -webkit-transition: fill 1.4s ease-in-out 1.2s;
    -moz-transition: fill 1.4s ease-in-out 1.2s;
    -o-transition: fill 1.4s ease-in-out 1.2s;
}

.news-section.scrolled-to-news .heading .entry-title svg path.nst6 {
    transition: fill 1.6s ease-in-out 1.35s;
    -webkit-transition: fill 1.6s ease-in-out 1.35s;
    -moz-transition: fill 1.6s ease-in-out 1.35s;
    -o-transition: fill 1.6s ease-in-out 1.35s;
}

.news-section.scrolled-to-news .heading .entry-title svg path.nst7 {
    transition: fill 1.8s ease-in-out 1.5s;
    -webkit-transition: fill 1.8s ease-in-out 1.5s;
    -moz-transition: fill 1.8s ease-in-out 1.5s;
    -o-transition: fill 1.8s ease-in-out 1.5s;
}

.news-section.scrolled-to-news .heading .entry-title svg path.nst8 {
    transition: fill 2s ease-in-out 1.65s;
    -webkit-transition: fill 2s ease-in-out 1.65s;
    -moz-transition: fill 2s ease-in-out 1.65s;
    -o-transition: fill 2s ease-in-out 1.65s;
}

.news-section.scrolled-to-news .heading .entry-title svg path.nst9 {
    transition: fill 2.2s ease-in-out 1.8s;
    -webkit-transition: fill 2.2s ease-in-out 1.8s;
    -moz-transition: fill 2.2s ease-in-out 1.8s;
    -o-transition: fill 2.2s ease-in-out 1.8s;
}

.news-section.scrolled-to-news .heading .entry-title svg path.nst10 {
    transition: fill 2.4s ease-in-out 2s;
    -webkit-transition: fill 2.4s ease-in-out 2s;
    -moz-transition: fill 2.4s ease-in-out 2s;
    -o-transition: fill 2.4s ease-in-out 2s;
}

.news-section.scrolled-to-news .heading .entry-title svg.bottom-icon path.nst1 {
    transition: fill 0.75s ease-in-out 0.7s;
    -webkit-transition: fill 0.75s ease-in-out 0.7s;
    -moz-transition: fill 0.75s ease-in-out 0.7s;
    -o-transition: fill 0.75s ease-in-out 0.7s;
}

.news-section.scrolled-to-news .heading .entry-title svg.bottom-icon path.nst2 {
    transition: fill 0.95s ease-in-out 0.85s;
    -webkit-transition: fill 0.95s ease-in-out 0.85s;
    -moz-transition: fill 0.95s ease-in-out 0.85s;
    -o-transition: fill 0.95s ease-in-out 0.85s;
}

.news-section.scrolled-to-news .heading .entry-title svg.bottom-icon path.nst3 {
    transition: fill 1.15s ease-in-out 1s;
    -webkit-transition: fill 1.15s ease-in-out 1s;
    -moz-transition: fill 1.15s ease-in-out 1s;
    -o-transition: fill 1.15s ease-in-out 1s;
}

.news-section.scrolled-to-news .heading .entry-title svg.bottom-icon path.nst4 {
    transition: fill 1.35s ease-in-out 1.15s;
    -webkit-transition: fill 1.35s ease-in-out 1.15s;
    -moz-transition: fill 1.35s ease-in-out 1.15s;
    -o-transition: fill 1.35s ease-in-out 1.15s;
}

.news-section.scrolled-to-news .heading .entry-title svg.bottom-icon path.nst5 {
    transition: fill 1.55s ease-in-out 1.35s;
    -webkit-transition: fill 1.55s ease-in-out 1.35s;
    -moz-transition: fill 1.55s ease-in-out 1.35s;
    -o-transition: fill 1.55s ease-in-out 1.35s;
}

.news-section.scrolled-to-news .heading .entry-title svg.bottom-icon path.nst6 {
    transition: fill 1.75s ease-in-out 1.5s;
    -webkit-transition: fill 1.75s ease-in-out 1.5s;
    -moz-transition: fill 1.75s ease-in-out 1.5s;
    -o-transition: fill 1.75s ease-in-out 1.5s;
}

.news-section.scrolled-to-news .heading .entry-title svg.bottom-icon path.nst7 {
    transition: fill 1.95s ease-in-out 1.65s;
    -webkit-transition: fill 1.95s ease-in-out 1.65s;
    -moz-transition: fill 1.95s ease-in-out 1.65s;
    -o-transition: fill 1.95s ease-in-out 1.65s;
}

.news-section.scrolled-to-news .heading .entry-title svg.bottom-icon path.nst8 {
    transition: fill 2.15s ease-in-out 1.8s;
    -webkit-transition: fill 2.15s ease-in-out 1.8s;
    -moz-transition: fill 2.15s ease-in-out 1.8s;
    -o-transition: fill 2.15s ease-in-out 1.8s;
}

.news-section.scrolled-to-news .heading .entry-title svg.bottom-icon path.nst9 {
    transition: fill 2.35s ease-in-out 1.95s;
    -webkit-transition: fill 2.35s ease-in-out 1.95s;
    -moz-transition: fill 2.35s ease-in-out 1.95s;
    -o-transition: fill 2.35s ease-in-out 1.95s;
}

.news-section.scrolled-to-news .heading .entry-title svg.bottom-icon path.nst10 {
    transition: fill 2.55s ease-in-out 2.1s;
    -webkit-transition: fill 2.55s ease-in-out 2.1s;
    -moz-transition: fill 2.55s ease-in-out 2.1s;
    -o-transition: fill 2.55s ease-in-out 2.1s;
}

.external-link-icon {
    position: relative;
}

.external-link-icon::before {
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 1;
    content: "\f08e";
    position: absolute;
    right: 5px;
    top: 0;
    color: #FFFFFF;
    bottom: 0;
    margin: auto;
    height: 18px;
    z-index: 999;
}

.outbound-link-icon::before {
    right: -3px;
    top: 6px;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 1;
    content: "\f08e";
    position: absolute;
    bottom: 0;
    margin: auto;
    height: 18px;
    z-index: 999;
    color: #E77854;
}

.outbound-link-icon {
    padding-right: 17px;
    position: relative;
}

.different-schools-item li::before {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    color: #7B7B7B;
    position: absolute;
    content: "";
    background: #7B7B7B;
    left: -20px;
    top: 6px;
}

.different-schools-item li {
    position: relative;
}

.menu-header-container .menu-item .external-link-icon::before {
    margin-right: -25px;
    color: #0678BE;
}

.main-navigation ul ul ul,
.main-navigation ul ul ul ul {
    left: auto;
    right: 100%;
}

.news-announcements-posts-wrapper .post p,
.news-section .post p {
    color: #fff;
}

.topbar-icon-menu {
    width: 360px;
    padding-left: 10px;
}

.topbar-icon-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.topbar-icon-menu li {
    width: 33.3333%;
    margin: 0 0 5px;
    padding: 0 5px;
}

.topbar-icon-menu a figure {
    max-width: 38px;
    margin: 0 auto 2px;
}

.topbar-icon-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.topbar-icon-menu li a:hover {
    color: #E87D5B;
}

.topbar {
    padding: 10px 0px 11px 44px;
}

.main-navigation ul>li>a {
    padding: 26px 15px 25px;
}

.hgroup-wrap {
    position: absolute;
}

.site-header {
    padding-top: 120px;
}

.sticky-header .hgroup-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}


/* animation */

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.sticky-header .site-branding,
.sticky-header .topbar-icon-menu a figure {
    display: none;
}

.sticky-header .hgroup-right {
    text-align: center;
    width: 100%;
    float: none;
}

.sticky-header .topbar {
    padding-left: 0;
    text-align: center;
    padding-top: 15px;
}

.sticky-header .topbar-menu {
    display: none !important;
}

.sticky-header .topbar-icon-menu {
    width: 420px;
    padding-left: 0;
    text-align: center;
    margin: auto;
}

.sticky-header .main-navigation ul {
    float: none;
    margin-top: -10px;
}

.sticky-header .main-navigation li {
    float: none;
    display: inline-block;
    margin: 0 -2px;
}

.sticky-header .topbar-icon-menu li a {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'BebasNeueBold';
    letter-spacing: 0.8px;
}

.sticky-header .main-navigation ul>li>a {
    padding: 16px 15px 16px;
}

.sticky-header .main-navigation ul>li.menu-contact-btn>a {
    padding: 5px 35px 1px;
}

.main-navigation ul ul {
    top: 104px;
}

.sticky-header .main-navigation ul ul {
    top: 66px;
}

.sticky-header .main-navigation li li {
    display: block;
    margin: 0;
}

.sticky-header .main-navigation ul ul ul {
    margin: 0;
    top: 0;
}

section.school-variety-sections {
    background: #F5FAFC;
}

.school-item-text {
    width: 50%;
    float: left;
    padding-right: 66px;
    padding-top: 45px;
}

.school-side-image {
    width: 50%;
    float: right;
}

.resp-tabs-list li {
    margin: 0;
}

.resp-tab-content {
    border: 0;
}

.school-item-content {
    background: #F5FAFC;
    overflow: hidden;
    padding-top: 91px;
}

.school-tab-wrapper li {
    background: #F5FAFC;
    display: inline-block;
    width: 33.33%;
}

.resp-tabs-list {
    text-align: center;
    overflow: hidden;
}

.school-tab-wrapper {
    padding-top: 15px;
    padding-bottom: 58px;
}

.resp-tabs-list figure {
    background: #4D9FD0;
    height: 75px;
    width: 75px;
    border-radius: 75px;
    text-align: center;
    padding-top: 8px;
    position: relative;
    border: 8px solid #F5FAFC;
    transition: all 0.2s ease 0s;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 20px;
}

.resp-tabs-list figure img {
    width: 33px;
}

.school-tab-wrapper .resp-tabs-list li {
    background: #F5FAFC !important;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 95px !important;
}

.school-tab-wrapper .resp-tabs-list li:hover li {
    padding-top: 95px !important;
}

.school-item-text h3 {
    font-size: 45px;
    padding-top: 23px;
    padding-bottom: 16px;
}

.school-item-text p {
    padding-bottom: 29px;
    font-size: 20px;
    color: #000000;
}

.school-tab-wrapper .resp-tabs-list li::before {
    content: "";
    display: block;
    position: absolute;
    top: 56px;
    height: 4px;
    width: 100%;
    background: #ECECEC;
    transition: all 0.8s ease 0s;
}

.resp-tab-active {
    border: 0 !important;
    border-top: 0 ! important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.school-tab-wrapper .resp-tabs-list li:hover::before {
    background: #0678BE;
}

.school-tab-wrapper .resp-tabs-list li:hover figure {
    background: #0678BE;
    height: 88px;
    width: 88px;
    border-radius: 88px;
    transition: all 0.4s ease 0s;
    top: 12px;
}

.school-tab-wrapper .resp-tabs-list li:hover img {
    width: 50px;
    transition: all 0.4s ease 0s;
}

.school-tab-wrapper .resp-tabs-list li:hover li {
    padding-top: 95px !important;
}

.school-tab-wrapper .resp-tabs-list li h3 {
    color: #373737;
    font-size: 25px;
}

.resp-tab-active h3 {
    color: #000000;
}

.resp-tab-active li::before {
    background: #0678BE;
}

.side-image-of-feature {
    background: url(images/women-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.descriptions {
    padding-left: 107px;
    padding-top: 22px;
}

.feature {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 66px 0;
}

.side-image-of-feature,
.descriptions {
    width: 50%;
}

.side-image-of-feature figure {
    height: 528px;
    width: 528px;
    border-radius: 528px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: 8px solid #FFFFFF;
}

.descriptions h3 {
    font-size: 45px;
    padding: 26px 0;
}

.descriptions p span {
    color: #1A8DD3;
    font-weight: 600;
}

.descriptions p {
    font-size: 20px;
    color: #000000;
    line-height: 33px;
}

.circle-bg {
    height: 70px;
    width: 70px;
    background: #F6FBFF;
    border-radius: 70px;
    position: relative;
}

.circle-bg figure {
    position: absolute;
    top: 20px;
    left: 15px;
}

.feature:nth-child(2n) .side-image-of-feature {
    background: url(images/dot-circle.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 540px;
    position: relative;
}

.feature:nth-child(3) .side-image-of-feature {
    background: url(images/sliding.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.feature:nth-child(2n) .side-image-of-feature {
    order: 2;
}

.feature:nth-child(2n) .side-image-of-feature figure {
    left: -42px;
}

.feature:nth-child(2n) .descriptions {
    padding-left: 0;
    padding-right: 115px;
}

.our-feature-section {
    position: relative;
}

.intention-section {
    background: #F5FAFC;
}

.intentionally-different-wrapper h3 {
    font-size: 40px;
}

.intentionally-different-wrapper span {
    color: #0678BE;
}

.intentionally-different-wrapper {
    padding: 90px 0;
    text-align: center;
}

.bottom-left-img {
    bottom: 0;
    left: 0;
    position: absolute;
    max-width: 180px;
}

.top-right-img {
    top: 0;
    right: 0;
    position: absolute;
    max-width: 180px;
}

.our-feature-item-wrap {
    padding: 37px 0;
}

.feature:nth-child(1) .side-image-of-feature::before {
    position: absolute;
    display: block;
    content: "";
    background: url(images/across.png);
    bottom: -226px;
    height: 254px;
    width: 380px;
    z-index: 99;
    left: 306px;
    background-repeat: no-repeat;
}

.feature:nth-child(1) .side-image-of-feature {
    position: relative;
}

.feature:nth-child(3) .side-image-of-feature::before {
    position: absolute;
    display: block;
    content: "";
    background: url(images/across2.png);
    height: 254px;
    width: 380px;
    z-index: 99;
    left: 306px;
    background-repeat: no-repeat;
    top: -212px;
}

.feature:nth-child(3) .side-image-of-feature {
    position: relative;
}

.page-template-template-home .mission-section {
    position: relative;
    background: #F5FAFC;
}

.page-template-template-home .mission-information {
    padding: 108px 0;
}

.school-variety-sections .header {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px
}

.feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.no-events-slider {
    margin: 0 -15px;
}

.no-events-slider .post {
    width: 30.7%;
    width: calc(33.33% - 30px);
    width: -webkit-calc(33.33% - 30px);
    margin: 0 15px;
    background: #3c4246;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.no-events-slider .post:hover {
    background: #0678BE;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/* newly added page style */


/*  custom columns setup starts here */

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12 {
    float: left;
}

.custom-col-12 {
    width: 100%;
}

.custom-col-11 {
    width: 91.66666667%;
}

.custom-col-10 {
    width: 83.33333333%;
}

.custom-col-9 {
    width: 75%;
}

.custom-col-8 {
    width: 66.66666667%;
}

.custom-col-7 {
    width: 58.33333333%;
}

.custom-col-6 {
    width: 50%;
}

.custom-col-5 {
    width: 41.66666667%;
}

.custom-col-4 {
    width: 33.33333333%;
}

.custom-col-3 {
    width: 25%;
}

.custom-col-2 {
    width: 16.66666667%;
}

.custom-col-1 {
    width: 8.33333333%;
}

* {
    box-sizing: border-box;
}


/* custom column setup ends here*/


/* banner-secttion*/

.banner-image-wrapper {
    position: relative;
}

.banner-tag-wrapper .featured-image {
    position: absolute;
    top: 0;
    right: 0;
}

.banner-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}


/*career-acamedic-section*/

.career {
    font-family: 'Gilroy';
    padding-bottom: 78px;
}

.career p {
    margin-bottom: 13px;
    line-height: 1.5;
}

.career li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.career .career-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.career .image-wrapper {
    width: 53%;
}

.career .text-wrapper {
    width: 63%;
    float: left;
    padding-left: 40px;
}

.text-wrapper .heading-portion {
    font-size: 20px;
}

.lists-portion {
    font-family: 'Gilroy';
    padding-top: 0px;
}

.lists-portion ul li {
    position: relative;
    font-family: 'Gilroy';
    padding-left: 30px;
    font-size: 18px;
}

.lists-portion ul li::before {
    position: absolute;
    content: "";
    display: block;
    top: 4px;
    left: 0;
    border-radius: 50px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    background-image: url("https://careeracademysb.com/wp-content/themes/CASB/images/Layer13.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.career .lists-portion ul li::before {
    top: 6px;
}

.lists-portion ul li span {
    font-family: 'Gilroy-Medium';
}


/*career-acamedic-section-ends-here*/


/*information-section-starts-here*/

.information-section {
    padding: 114px 0px 85px 0px;
    position: relative;
}

section.information-section:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background: #0673b7;
    left: 0;
    opacity: .94;
}

.information-section-content {
    position: relative;
    margin: 0 auto;
}

.information-section .button {
    font-size: 28px;
    margin: 0 7px;
}

.information-section .button,
.courses-offering .button {
    font-family: 'BebasNeueBold';
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 20px;
    padding: 16px 50px 16px;
}

.information-section-content p {
    text-align: center;
    font-family: 'Gilroy';
    font-size: 22px;
    font-style: italic;
    color: #fff;
}

.information-section-content .entry-title {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 50px;
}

.information-section-content .down-title .entry-title {
    font-size: 30px;
    color: #f48664;
    font-family: 'Gilroy-Bold';
    text-transform: none;
}

.information-section-content .down-title .entry-title a:hover {
    cursor: pointer;
    color: #fff;
}

.information-section-content .down-title .entry-title i {
    padding: 0px 10px;
}

.information-section-content .down-title .entry-title a:hover i {
    color: #fff;
}

.information-section .entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.information-section .entry-content a {
    font-size: 25px;
}


/*information-section-ends-here*/


/*courses offering starts*/

.courses-offering .button {
    font-size: 20px;
    background: #0e77bd;
    border-radius: 30px;
}

.courses-offering {
    background-color: #f4f9fc;
    padding-top: 76px;
}

.courses-offering-item-text-wrapper p {
    font-size: 18px;
    font-family: 'Gilroy';
}

.courses-offering .lists-portion {
    padding-bottom: 20px;
}

.courses-offering-item-wrapper {
    padding: 0px 20px;
}

.courses-offering .entry-title {
    font-size: 50px;
    text-align: center;
}

.courses-offering .header h3 {
    font-size: 30px;
    color: #0e77bd;
    position: relative;
    top: -16px;
    text-align: center;
}

.courses-offering-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 100px;
}

.courses-offering-item:last-child {
    padding-bottom: 79px;
}

.courses-offering-item .featured-image {
    width: 514px;
    height: 514px;
}

.courses-offering-item .featured-image img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.courses-offering-item:nth-child(2n+1) .courses-offering-item-image-wrapper {
    position: relative;
}

.courses-offering-item:nth-child(2n+2) .courses-offering-item-image-wrapper::before {
    position: absolute;
    content: "";
    display: block;
    background: url(images/across.png);
    background-repeat: no-repeat;
    height: 254px;
    width: 380px;
    z-index: 99;
    top: -132px;
    left: -305px;
}

.courses-offering-item:nth-child(3) .courses-offering-item-image-wrapper::before {
    position: absolute;
    content: "";
    display: block;
    background: url(images/across2.png);
    height: 254px;
    width: 380px;
    z-index: 99;
    left: 274px;
    background-repeat: no-repeat;
    top: -212px;
}

.courses-offering-item:nth-child(2n+1) .courses-offering-item-text-wrapper {
    width: 50%;
    padding-left: 70px;
    padding-top: 50px;
}

.courses-offering-item:nth-child(2n+2) .courses-offering-item-text-wrapper {
    width: 50%;
    padding-right: 70px;
    padding-left: 0px;
    padding-top: 50px;
}

.courses-offering-item-text-wrapper .title {
    font-size: 27px;
}

.courses-offering-item:nth-child(2n+2) .courses-offering-item-image-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
}

.button:hover {
    background-color: #f48664;
}


/*courses ofering ends here*/


/*down-form-section-starts-here*/

.from-section {
    max-width: 1085px;
    margin: 0 auto;
    padding: 90px 0px 5px 0px;
}

.from-section .entry-title {
    text-align: center;
    padding-bottom: 10px;
}

.from-section .wpcf7-input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.from-section p {
    padding: 0 8px;
}

.from-section .wpcf7-input-wrap p {
    text-transform: none;
    width: 50%;
    margin-bottom: 15px;
}

.from-section .wpcf7-input-wrap p input {
    border-radius: 3px;
    border-bottom: none;
    background-color: #f9f9f9;
    padding-left: 30px;
}

.from-section .form-wrapper p textarea {
    background-color: #f9f9f9;
    border-bottom: none;
    border-radius: 3px;
    width: 100% text-transform: none;
    padding-left: 30px;
}

.from-section .wpcf7-input-wrap p input:focus,
.form-wrapper p textarea:focus {
    outline: 1px solid #0e77bd;
    border-radius: 5px;
    box-shadow: 0 -6px 0 #fff, 0 1px 6px #0e77bd;
    color: #0e77bd;
}

.from-section .wpcf7 .wpcf7-submit {
    margin-bottom: 0;
    margin-top: 40px;
    border: none;
    background-color: #0e77bd;
    font-family: 'BebasNeueBold';
    padding: 12px 98px 12px 59px;
    background-image: url(images/new/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 161px center;
    background-size: 17px;
}

.from-section .wpcf7 .wpcf7-submit:hover {
    background-color: #f48664;
    border: none;
    color: #fff;
}

.from-section input::-webkit-input-placeholder,
.from-section textarea::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Gilroy';
    font-size: 16px;
}

.from-section input::-moz-placeholder,
.from-section textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Gilroy';
    font-size: 16px;
}

.from-section input:-ms-input-placeholder,
.from-section textarea:-ms-textarea-placeholder {
    /* IE 10+ */
    font-family: 'Gilroy';
    font-size: 16px;
}

.from-section input:-moz-placeholder,
.from-section textarea:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Gilroy';
    font-size: 16px;
}

.diploma-strength-section .entry-header.heading p,
.college-credits-section .entry-header.heading p {
    color: #7C7C7C;
}

.diploma-strength-wrapper .table,
.diploma-strength-wrapper .table th,
.diploma-strength-wrapper .table td {
    text-align: center;
}

.diploma-strength-wrapper .table>thead>tr>th {
    background: #4473C5;
    color: #fff;
    font-size: 24px;
    padding: 10px 15px;
    font-family: 'BebasNeueBold';
    letter-spacing: 0.5px;
    border-right: 2px solid #fff;
    border-bottom: 5px solid #fff;
    border-left: 2px solid #fff;
}

.diploma-strength-wrapper .table>thead>tr>th:last-child {
    border-right: none;
    border-left: 2px solid #fff;
}

.diploma-strength-wrapper .table>thead>tr>th:first-child {
    border-right: 2px solid #fff;
}

.diploma-strength-wrapper .table {
    border-top: none;
    border-right: none
}

.diploma-strength-wrapper .table>tbody>tr>td {
    font-size: 20px;
    padding: 10px 15px;
    border-right: 1px solid #ddd;
}

.diploma-strength-wrapper .table>thead>tr>th.diploma-strength-table {
    background: #A5A5A5;
}

.diploma-strength-wrapper {
    max-width: 820px;
    margin: 0 auto;
}

.diploma-strength-wrapper .table tr {
    color: #000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.diploma-strength-wrapper .table tr:hover {
    background: #ED7D32;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.test-rank-item-wrapper {
    border: 1px solid #DDD;
    padding: 40px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.test-rank-item .entry-title {
    font-size: 30px;
}

.test-rank-item {
    width: 50%;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}

.test-rank-image-wrap {
    position: relative;
    margin-bottom: 10px;
}

.test-rank-image-wrap .featured-image {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    background: #000;
}

.test-rank-position {
    font-size: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    margin-bottom: 0;
    width: 90%;
}

.test-rank-position strong {
    font-size: 115px;
    color: #fff;
}

.test-rank-item .entry-content p {
    color: #8A8A8A;
    font-size: 18px;
}

.test-rank-item .entry-content p:last-child {
    margin-bottom: 0
}

.test-rank-section {
    padding-bottom: 60px;
}

.test-rank-content {
    max-width: 280px;
    margin: 0 auto;
}

.test-rank-image-wrap .featured-image img {
    width: 100%;
    opacity: 0.7;
}

.college-credits-section .chart-wrapper {
    border: 1px solid #DDD;
}

.college-credits-section,
.diploma-strength-section,
.graduation-rate-section {
    padding-bottom: 60px;
}

.college-credits-section .entry-header.heading,
.diploma-strength-section .entry-header.heading,
.graduation-rate-section .entry-header.heading {
    max-width: 660px;
    margin: 0 auto 20px;
}

.graduation-graph-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1070px;
    margin: 0 auto;
}

.graduation-graph-wrapper {
    margin-top: 30px;
}

.graduation-graph-item {
    width: 16.66667%;
}

.graduation-graph-item ul {
    border-left: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    position: relative;
}

.graduation-graph-item:last-child ul {
    border-right: 1px solid #CECECE;
}

.graduation-graph-item ul li {
    border-bottom: 1px solid #CECECE;
    padding: 13px 20px;
    font-size: 17px;
    color: #404040;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
    min-height: 49px;
}

.graduation-graph-item:first-child ul li {
    text-align: left;
}

.graduation-graph-title {
    text-align: center;
    background: #A5A5A5;
    margin-bottom: 6px;
    padding: 10px 10px 10px;
    color: #fff;
    font-size: 23px;
    margin-right: 2px;
    margin-left: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.graduation-graph-title.student-graph-title {
    background: #4473C5;
}

.graduation-graph-item:hover .graduation-graph-title,
.graduation-graph-item:hover .graduation-graph-chart::before {
    background: #4473C5;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.graduation-graph-item-wrap .graduation-graph-item:nth-child(2) .graduation-graph-title,
.graduation-graph-item-wrap .graduation-graph-item:nth-child(2) .graduation-graph-chart::before {
    background: #ED7D32;
}

.graduation-graph-item-wrap .graduation-graph-item:nth-child(2) .graduation-graph-chart::after {
    border-bottom-color: #ED7D32;
}


/*.graduation-graph-item:hover ul li{
    color: #fff
}*/

.graduation-graph-percent {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    margin: auto;
}

.graduation-graph-chart {
    position: absolute;
    bottom: 0;
    width: 90px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    visibility: hidden;
}

.graduation-graph-chart::before {
    position: absolute;
    display: block;
    content: "";
    background: #CECECE;
    height: 87%;
    height: calc(100% - 57px);
    height: -webkit-calc(100% - 57px);
    width: 100%;
    bottom: 0;
}

.graduation-graph-chart::after {
    display: block;
    content: "";
    position: absolute;
    border-bottom: 60px solid #CECECE;
    border-left: 55px solid rgba(255, 255, 255, 0);
    border-right: 55px solid rgba(255, 255, 255, 0);
    left: -10px;
    top: -1px;
    width: 100%;
}

.graduation-graph-item:hover .graduation-graph-chart::after {
    border-bottom-color: #4473C5;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.graduation-graph-total .chart-animation:not(.animated),
.college-credits-graph-total-wrap .chart-animation:not(.animated) {
    height: 0px !important;
}

.graph-individual-data {
    position: relative;
    z-index: 9;
}

.diploma-strength-wrapper .table tbody tr:first-child {
    background: #ED7D32;
    color: #fff;
}

.diploma-strength-wrapper .table tbody tr:first-child td:first-child {
    background-image: url("images/table-img.png");
    background-repeat: no-repeat;
    background-position: 18% center;
    background-size: 55px;
}

.prominent-indiana-section .diploma-strength-wrapper .table tbody tr:first-child td:first-child {
    background-image: none
}

.diploma-strength-section.prominent-indiana-section {
    padding-bottom: 0;
}

.college-credits-graph-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 320px;
}

.college-credits-graph-item ul li {
    width: 12%;
    position: relative;
    margin: 0
}

.college-credits-graph-item ul li.college-credits-graph-active {
    width: 16%;
}

.college-credits-data-title {
    position: absolute;
    bottom: -40px;
    left: 0;
    padding-left: 25px;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
}

.college-credits-data-title::before {
    position: absolute;
    content: "";
    display: block;
    height: 11px;
    width: 11px;
    background: #A5A5A5;
    left: 7px;
    top: 5px;
}

.college-credits-graph-label {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.college-credits-graph-label ul {
    height: 100%;
}

.college-credits-graph-label ul li {
    height: 20%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    border-top: 1px solid #CECECE;
    width: 100%;
    position: relative;
}

.college-credits-graph-wrapper {
    margin-bottom: 50px;
    padding: 85px 60px 70px;
    border: 1px solid #CECECE;
}

.college-credits-graph-item-wrap {
    position: relative;
}

.college-credits-graph-chart,
.dual-college-credits-graph-chart {
    position: absolute;
    bottom: 0;
    width: 60px;
    left: 17px;
    margin: auto;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    visibility: hidden;
}

.college-credits-graph-chart::before,
.dual-college-credits-graph-chart:before {
    position: absolute;
    display: block;
    content: "";
    background: #CECECE;
    height: 100%;
    width: 100%;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.college-credits-graph-active .college-credits-data-title::before {
    background: #4472C5;
}

.college-credits-graph-active .college-credits-graph-chart::before,
.college-credits-graph-active .dual-college-credits-graph-chart::before,
.college-credits-graph-active .college-credits-graph-chart:hover:before,
.college-credits-graph-active .dual-college-credits-graph-chart:hover:before {
    background: #4472C5;
    background-image: url("images/table-img.png");
    background-repeat: no-repeat;
    background-position: center 25%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-size: 50px
}

.college-credits-graph-chart:hover:before,
.dual-college-credits-graph-chart:hover:before {
    background: #ed7d32;
    background-repeat: no-repeat;
    background-position: center 25%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-size: 50px
}

.college-credits-graph-individual-label {
    position: absolute;
    left: -30px;
    top: -10px;
}

.college-credits-graph-total.bar {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.chart-animation.animated {
    visibility: visible;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}

.college-credits-graph-title-info p {
    margin: 0;
    font-size: 22px;
    color: #000;
}

.college-credits-graph-title-info {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.college-credit-graph-percent {
    color: #fff;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.college-credits-graph-chart:hover .college-credit-graph-percent,
.dual-college-credits-graph-chart:hover .college-credit-graph-percent {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.test-rank-position .counter-value {
    font-size: 115px;
    color: #fff;
}


/*down-form-section-ends-here*/


/*newly added banner section starts here*/

.attached-banner-logo {
    padding: 0px;
}

.attached-banner-logo .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.attached-banner-logo .hero-banner-title {
    padding: 160px 20px 106px 0px;
    width: 70%;
    width: calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.attached-banner-logo .banner-logo {
    padding-top: 55px;
    width: 350px;
    opacity: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}


/*newly added banner section ends here*/

a.canvasjs-chart-credit {
    display: none
}


/* nwely addes .application-review */
.application-review .button {
    background: transparent;
    font-size: 28px;
    font-family: 'BebasNeueBold';
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 16px 50px 16px;
}
.application-review .button:hover{
    background: #ebebeb;
    color: #666;
}
.application-review-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.application-review-item{
    width: 33.33%;
    padding: 26px 68px 45px;
    background:#000;
}
.application-review-item-wrapper {
    text-align: center;
}

.application-review-item .entry-content p{
    font-size: 24px;
    font-family: 'BebasNeueBold';
    color: #fff;
    padding: 15px 0 10px;
}
.footer-widget-area {
    text-align: center;
  }
  .footer-contact-info ul {
    text-align: center;
  }
  .footer-widget-area .accredited-section {
    border-top: 1px solid rgba(0,0,0,0.3);
    max-width: 100%;
    padding-top: 25px;
    margin-top: 15px;
  }
  .footer-contact-info .inline-social-icon li a:hover{
    border: none;
  }
  .footer-contact-address-info li {
    display: inline-block;
    margin: 0 10px 20px;
    border-right: 1px solid rgba(0,0,0,0.3);
    padding-right: 20px;
  }
  .footer-contact-address-info li:last-child {
    padding-right: 0;
    border: none;
  }
  .accredited-logo-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .accredited-logo-section li {
    width: auto;
    max-width: 110px;
  }
  .footer-branding.widget {
    padding-bottom: 0;
  }
  