/*
Theme Name: St Mary
Theme URI: https://wordpress.org/themes/stmary/
Author: 
Author URI: https://wordpress.org/
Description: St Mary brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stmary
Tags: 

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


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


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

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

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


/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/*--------------------------------------------------------------
 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-left: auto;
	margin-right: auto;
}

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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

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

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
    font-size: 45px;
    line-height: 50px;
}
h2 {
    font-size: 40px;
    line-height:45px;
}
h3 {
    font-size: 32px;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 20px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}


p {
    font-family: 'Graphik-Regular';
    font-size: 16px;
    line-height: 22px !important;
    color: #7c7c7d;
    margin-bottom: 20px !important;
}


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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}


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

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}


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

body {
    font-family: 'Graphik-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #7c7c7d;
    background: #ffffff;
    position: relative;
}

.body-overlay{
    position: absolute;
    top: 55px;
    left: 0;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    opacity: 0;
    
    -webkit-transition: all 300ms ease-in 0s;
	   -moz-transition: all 300ms ease-in 0s;
			transition: all 300ms ease-in 0s;
}

body.overlay .body-overlay{
    opacity: 1;
    z-index: 9999;
}

h1,h2,h3,h4,h5,h6, h7 {
    font-family: 'Graphik-Semibold';
}

h1 {
    font-size: 45px;
    line-height: 50px;
}
h2 {
    font-size: 40px;
    line-height:45px;
}
h3 {
    font-size: 32px;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 20px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}
h7 {
    font-size: 8px;
    line-height: 22px;
}

p {
    font-family: 'Graphik-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #7c7c7d;
    margin-bottom: 20px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
    color: #0290ea;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out 0s;
       -moz-transition: all 300ms ease-in-out 0s;
            transition: all 300ms ease-in-out 0s;
}
a:hover, 
a:active{
    color: #0290ea; 
}
a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}
input,
textarea,
selectbox {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/*----------button styles---------*/



/*----button1----*/
.btn-type1{
    max-width: 191px;
    text-align: center;
    width: 100%;
    height: 63px;
    padding: 0;
    line-height: 63px;
    font-family: 'Graphik-Medium';
    font-size: 20px;
    text-shadow: 0px 10px 30px rgba(0, 0, 0, 0.22);
    text-transform: capitalize;
    color: #ffffff;
    background: #0290ea;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
}
.btn-type1.hvr-ripple-out:before {
    border: #0290ea solid 6px;
}
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
    border-radius: 3px;
}
.hvr-ripple-out:hover:before, 
.hvr-ripple-out:focus:before, 
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
.btn-type1:hover, 
.btn-type1:focus, 
.btn-type1:active{
    color: #ffffff;
    text-decoration: none;
}
/*----button1----*/

/*----button3----*/
.btn-type3{
    display: inline-block;
    width: 100%;
    max-width: 136px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-family: 'Graphik-Semibold';
    font-size: 17px;
    background: #6d132a;
    border-radius: 3px;
    text-transform: capitalize;
    z-index: 9;
}
.btn-type3:hover{
    color: #ffffff;
    text-decoration: none;
}
.btn-type3.hvr-ripple-out:before {
    border:  #6d132a solid 6px;
}
/*----button3----*/
.more-link{
    float: left;
    width: auto;
    font-size: 16px;
    font-family: 'Graphik-Medium';
    position: relative;
    padding-right: 22px;
    vertical-align: middle;
    position: relative;
    word-spacing: 1px;
    z-index: 9;
    
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    
    -webkit-box-shadow: 0 0 1px transparent;
       -moz-box-shadow: 0 0 1px transparent;
           box-shadow: 0 0 1px transparent;
    
    -webkit-transition-duration: 0.1s;
       -moz-transition-duration: 0.1s;
            transition-duration: 0.1s;
}
.more-link:hover{
    text-decoration: none;
}
.more-link:after {
  content: "\f054";
  position: absolute;
  right: 0;
  padding: 0 1px;
  font-size: 12px;
  font-family: FontAwesome;
  top: 1px;
    
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
    
  -webkit-transition-duration: 0.1s;
     -moz-transition-duration: 0.1s;
          transition-duration: 0.1s;
    
  -webkit-transition-property: transform;
     -moz-transition-property: transform;
          transition-property: transform;
    
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.more-link:hover:after, 
.more-link:focus:after, 
.more-link:active:after {
  -webkit-transform: translateX(-4px);
     -moz-transform: translateX(-4px);
          transform: translateX(-4px);
}

/*-----bootstrap style reset-----*/
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 576px) {
  .container {
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}

/*-----bootstrap style reset-----*/

.main-outercon{
    overflow: hidden; 
}
header,section{
    float: left;
    width: 100%;
}


/*----- header -----*/
header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.header-top-outer{
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #6d132a;
    position: relative;
    padding: 16px 0 16px;
}
.logo-outer{
    position: absolute;
    top: 5px;
    left: 2%;
    z-index: 99999;
}
.header-top-content{
    float: none;
    width: auto;
    display: inline;
}
.header-top-content ul{
    display: inline;
    width: 100%;
    text-align: center;
}
.header-top-content ul li{
    display: inline-block;
    width: auto;
    text-align: center;
    font-family: 'Graphik-Regular';
    font-size: 14px;
    color: #ffffff;
    padding-left: 25px;
    margin-left: 15px;
    position: relative;
}
.header-top-content ul li a{
    display: inline-block;
    width: auto;
    text-align: center;
    font-family: 'Graphik-Regular';
    font-size: 14px;
    color: #ffffff;
}
.header-top-content ul li:first-child{
    margin-left: 0;
}
.header-top-content ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    display: inline-block;
}
.header-top-content ul li.address:before{
    content: "\f041";
    font-size: 18px;
    left: 1px;
    top: -1px;
}
.header-top-content ul li.email:before{
    content: "\f0e0";
}
.header-top-content ul li.tel:before{
    content: "\f095";
    font-size: 20px;
}
.header-top-content ul li.fax:before{
    content: "\f02f";
}
.header-top-content ul li.pam:before{
    content: "\f0c0";
}
.header-top-content ul li.booklist:before{
    content: "\f02d";
}
.header-top-content ul li a:hover{
    color: #ffdb92;
}
.header-social-outer{
    position: absolute;
    top: 17px;
    right: 2%;
    width: 132px;
}
.header-social-outer ul{
    float: left;
    width: auto;
}
.header-social-outer ul li{
    float: left;
    width: auto;
    margin-left: 22px;
}
.header-social-outer ul li:first-child{
    margin-left: 0;
}
.header-social-outer ul li a{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
}

.header-social-outer ul li a:hover{
    color: #ffdb92;
}
.header-bottom-outer{
    float: left;
    width: 100%;
    padding: 0 2%;
    position: relative;
    z-index: 9999;
}
.menu-outer{
    float: left;
    width: 100%;
    margin-top: 24px;
}
.overlay .menu-outer{
    border-bottom: 1px solid #e7e7e7;    
}
.menu-outer ul{
    float: right;
    width: auto;
    margin-top: 12px;
}
.menu-outer ul li{
    float: left;
    width: auto;
    margin: 0 8px;
    position: relative;
}
.menu-outer ul li.item-with-ul:after{
    position: absolute;
    top: -1px;
    right: -6px;
    content: "\f078";
    color: #81868a;
    font-family: 'FontAwesome';
    font-size: 10px;
}
.menu-outer ul > li > a{
    float: left;
    width: 100%;
    color: #81868a;
    position: relative;
    font-size: 17px;
    font-family: 'Graphik-Medium';
    padding: 0 10px 30px;
    
}
.home.page-template-default .menu-outer ul > li.item-with-ul:after{
    color: #81868a;
}
.page-template-default .menu-outer ul > li.item-with-ul:after{
    color: #ffffff;
}
.home.page-template-default .menu-outer ul > li > a{
    color: #ffffff;
}
.page-template-default .menu-outer ul > li > a{
    color: #ffffff;
}
.home.page-template-default .menu-outer ul li ul li a,
.page-template-default .menu-outer ul li ul li a{
    color: #ffffff;
}
.menu-outer ul li.item-with-ul > a:hover:after,
.item-with-ul:hover > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(assets/images/menu-hover.png)no-repeat left top;
    width: 92px;
    height: 8px;
    content: "";
}

.menu-outer li ul {
    position: absolute;
    top: 100%;
    left: 65px;
    min-width: 284px;
    opacity: 0;
    padding: 33px 46px;
    text-align: left;
    z-index: 9999;
    background: #1482c7;
    margin: 0;
    
    -webkit-transition: all 300ms ease-in 0s;
	   -moz-transition: all 300ms ease-in 0s;
			transition: all 300ms ease-in 0s;
}
.menu-outer li:hover ul {
    opacity: 1;
}
/*.menu-outer li ul:before{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    width: 1340px;
    content: "";
    height: 2px;
     -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
    
}*/
/*.menu-outer li ul:after{
    position: absolute;
    top: 0;
    right: 100%;
    background: #fff;
    width: 1000%;
    content: "";
    height: 2px;
    
    
}*/

.menu-outer ul li :first-child {
    margin-left: 0px !important;
}
.menu-outer li ul li {
    float: left;
    width: 100%;
    margin-left: 0;
    padding: 5px;
}
.menu-outer li ul li > a {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 23px;
    text-transform: capitalize;
    color: #fff;
    padding: 0;
}
.menu-outer li ul li > a:hover{
    color: #ffdb92;
}


.menu-outer ul li a:hover{
    color: #0290ea;
}
/*----button2----*/
.menu-outer ul li.btn-type2 a{
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 41px;
    text-align: center;
    color: #ffffff !important;
    font-family: 'Graphik-Semibold';
    font-size: 17px;
    background: #0291eb;
    border-radius: 3px;
    border: 2px solid #0291eb;
    text-transform: capitalize;
    padding: 0 9px 0 14px;
    margin-top: -12px;
}
.menu-outer ul li.btn-type2 a:hover{
    color: #ffffff;
    background: transparent;
    text-decoration: none;
}


/*----button2----*/

/*----- header -----*/

/*----- content -----*/
/*----- banner -----*/
.banner-container{
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
}
.banner-container ul{
    float: left;
    width: 100%;
}
.banner-container ul li{
    float: left;
    line-height: 0;
    width: 100%;
    position: relative;
}
.banner-container ul li img{
    width: 100%;
}
.slick-arrow{
    float: left;
    width: 92px;
    height: 92px;
    position: absolute;
    text-align: center;
    line-height: 92px;
    top: 50%;
    z-index: 999;
    border-radius: 100%;
    background: #ffffff;
    cursor: pointer;
    font-size: 25px;
    
    -webkit-transition: all 300ms ease-in 0s;
	   -moz-transition: all 300ms ease-in 0s;
			transition: all 300ms ease-in 0s;
    
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
    
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.18);
       -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.18);
            box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.18);
}
.prev{
    left: -32px;
}
.next{
    right: -32px;
}
.prev:before{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\f053";
    font-family: 'FontAwesome';
    color: #0290ea;
    
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.next:before{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\f054";
    font-family: 'FontAwesome';
    color: #0290ea;
    
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.slick-arrow.prev:hover:before,
.slick-arrow.next:hover:before{
    color: #ffffff;
} 
.slick-arrow.prev:hover,
.slick-arrow.next:hover{
    background: #0290ea;
} 
.banner-caption{
    position: absolute;
    top: 50%;
    left: 13.75%;
    width: 657px;
    z-index: 99999;
    height: 250px;
    
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner-caption h2{
    float: left;
    width: 100%;
    color: #242830;
    font-size: 85px;
    font-family: 'Graphik-Semibold';
    line-height: 77px;
    letter-spacing: -4px;
    margin-bottom: 24px;
}

.banner-caption span{
    float: left;
    width: 100%;
    color: #000000;
    font-size: 22px;
    font-family: 'Georgia-Italic';
    line-height: 22px;
    margin-left: 5px;
    margin-bottom: 38px;
}

.banner-caption a{
    margin-left: 7px;
}

/*----- banner -----*/


/*----- about block -----*/
.content-container_1{
    float: left;
    width: 100%;
    padding: 110px 0 170px;
    position: relative;
    text-align: center;
}
.content-container_1:before{
    position: absolute;
    top: -110px;
    left: 50%;
    content: "";
    background: url(assets/images/curve.png)no-repeat center center;
    background-size: 100% 110px;
    width: 100%;
    height: 110px;
    z-index: 999;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
}
.block_1-outer{
    float: left;
    width: 100%;
}
.block_1-outer h2{
    float: left;
    width: 100%;
    color: #222d44;
    margin-bottom: 23px;
}
.block_1-outer p{
    margin: 0 auto;
    width: 100%;
    max-width: 870px;
    font-size: 24px;
    color: #7d7d7d;
    font-family: 'Graphik-Regular';
    line-height: 34px;
    margin-bottom: 85px;
}
.block_1-content{
    float: left;
    width: 100%;
}
.block_1-left{
    float: left;
    width: 735px;
    margin-right: 103px;
}
.image-holder1{
    float: left;
    width: 637px;
    height: 455px;
}
.image-holder2{
    float: right;
    width: 501px;
    height: 341px;
    margin-top: -179px;
    -webkit-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.33);
       -moz-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.33);
            box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.33);
}
.block_1-right{
    float: left;
    width: 442px;
    text-align: left;
    padding: 60px 0 0;
}
.block_1-right h4{
    float: left;
    width: 100%;
    color: #0290ea;
    margin-bottom: 38px;
}
.block_1-right ul{
    float: left;
    width: 100%;
}
.block_1-right ul li{
    float: left;
    width: 100%;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Graphik-Regular';
    margin-bottom: 22px;
}
.block_1-right ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #0291eb;
}

/*----- about block -----*/
/*----- enrolment block -----*/

.content-container_3{
    float: left;
    width: 100%;
    position: relative;
    height: 848px;
}
.block_3-bg{
    position: relative;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}
.block_3-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.block_3-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.block_3-outer{
    float: left;
    width: 100%;
    padding: 250px 1% 150px 50%;
}
.block_3-outer h2{
    float: left;
    width: 100%;
    color: #ffffff;
    margin-bottom: 23px;
}
.block_3-outer h4{
    float: left;
    width: 100%;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: 'Graphik-Regular';
    line-height: 32px;
    padding-left: 3px;
}
.block_3-outer p{
    float: left;
    width: 100%;
    color: #ffffff;
    margin-bottom: 15px;
    padding-right: 12%;
    padding-left: 3px;
}
.block_3-outer a{
    float: left;
    width: auto;
    margin-top: 19px;
}

/*----- enrolment block -----*/

.content-container_4{
    float: left;
    width: 100%;
    padding: 147px 0 123px;
}
.block_4-outer{
    float: left;
    width: 100%;
}
.block_4-outer h2{
    float: left;
    width: 100%;
    text-align: center;
    color: #000000;
    padding: 0 0 109px;
}
.block_4-outer > ul{
    float: left;
    width: 100%;
}
.block_4-outer > ul > li{
    float: left;
    width: 23%;
    text-align: center;
    margin-left: 2.66%;
}
.block_4-outer > ul > li:first-child{
    margin: 0;
}
.block_4-outer > ul > li p{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #7c7c7d;
    font-family: 'Graphik-Regular';
    margin: 33px 0 50px;
}

/*----- testimonial block -----*/

.content-container_5{
    float: left;
    width: 100%;
    position: relative;
    height: 857px;
}
.block_5-bg{
    position: relative;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}
.block_5-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.image-block-outer{
    float: left;
    width: 100%;
    position: relative;
    height: 848px;
    opacity: 0.63;
}
.block_5-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 848px;
    overflow: hidden;
}
.block_5-outer{
    float: left;
    width: 100%;
    padding: 240px 0 0;
}
.testimonial-content{
    float: left;
    width: 55.64%;
    position: relative;
}
.testimonial-content ul{
    float: left;
    width: 100%;
}
.testimonial-content ul li{
    float: left;
    width: 100%;
    padding-right: 1.34%;
}
.testimonial-content ul li p{
    float: left;
    width: 100%;
    font-size: 40px;
    color: #ffffff;
    font-family: 'Graphik-Semibold';
    line-height: 51px;
    position: relative;
    letter-spacing: -1px;
    margin-bottom: 27px;
    padding-top: 61px;
}
.testimonial-content ul li span{
    float: left;
    width: 100%;
    position: relative;
    font-size: 17px;
    color: #b1b1b1;
    font-family: 'Graphik-Regular';
    line-height: 22px;
    padding-left: 7px;
}
.testimonial-content ul li p:before{
    position: absolute;
    top: 0;
    left: 3px;
    content: "";
    background: url(assets/images/quotes.png)no-repeat left top;
    width: 45px;
    height: 35px;
}
.testimonial-content .slick-dots{
    margin-top: 63px;
    padding-left: 32px;
    margin-bottom: 30px;
}

.testimonial-content .slick-dots li{
    float: left;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    margin-left: -23px;
    background: #000000;
    position: relative;
    padding: 0;
}
.testimonial-content .slick-dots li:first-child{
    z-index: 9;
}
.testimonial-content .slick-dots li:nth-child(2n){
    z-index: 99;
}
.testimonial-content .slick-dots li:last-child{
     margin-left: -19px;
}
.testimonial-content .slick-dots li.slick-active,
.testimonial-content .slick-dots li:hover{
    z-index: 999;
}

.testimonial-content .slick-dots li a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.testimonial-content .slick-dots li img{
    border-radius: 100%;
    width: 100%;
    opacity: 0.5;
}
.testimonial-content .slick-dots li.slick-active img,
.testimonial-content .slick-dots li:hover img{
    opacity: 1;
}
.more-testimonials{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Graphik-Medium';
    line-height: 100px;
}
.more-testimonials a{
    float: right;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 7px solid rgba(255,255,255,0.18);
    text-align: center;
    line-height: 90px;
    color: #ffffff;
    font-size: 20px;
    margin-left: 24px;
    position: relative;
    letter-spacing: 1px;
}
.more-testimonials a:hover{
    border: 7px solid rgba(255,255,255,1);
}
.more-testimonials a:after{
    position: absolute;
    top: 50%;
    left: 112%;
    content: "";
    width: 10000%;
    height: 5px;
    background: rgba(255,255,255,0.18);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.archive header,
.single-testimonial header{
    position: inherit;
}
.archive footer:before,
.single-testimonial footer:before{
    content: none;
}
.archive footer,
.single-testimonial footer{
    border-top: 5px solid #0290ea;
}
.single-testimonial footer{
    margin-top: 25px;
}
.testimonial-outer{
    float: left;
    width: 100%;
}
.testimonial-wrap{
    float: left;
    width: 100%;
    padding-top: 100px;
}
.testimonial-wrap h1{
    float: left;
    width: 100%;
    color: #000000;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #0290ea;
}
.testimonial-wrap article{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #000000;
}
.testimonial-wrap .entry-content{
    float: left;
    width: 70%;
    margin: 0;
    padding: 10px 0 0 35px;
    position: relative;
}
.testimonial-wrap .entry-content p{
    margin: 0;
}
.testimonial-wrap .entry-content:before{
    position: absolute;
    top: 0;
    left: 3px;
    content: "";
    background: url(assets/images/quotes-black.png)no-repeat left top / 100% auto;
    width: 25px;
    height: 25px;
}
.testimonial-wrap .entry-title{
    float: left;
    width: 100%;
    font-family: 'Georgia-Italic';
    font-size: 35px;
    padding-bottom: 15px;
}

.content-page-outer{
    float: left;
    width: 100%;
    padding: 50px 0;
}
.home.page-template-default header{
    position: absolute;
}/*
.page-template-default header{
    position: inherit;
}
.page-template-default footer{
    float: left;
    width: 100%;
    border-top: 5px solid #0290ea;
}*/
.home.page-template-default footer:before{
    content: "";
}
.page-template-default footer:before{
    top: -159px;
}

.btn-outline-secondary:focus, 
.btn-outline-secondary.focus{
    -webkit-box-shadow:  0 0 0 0 rgba(0,0,0,0);
       -moz-box-shadow:  0 0 0 0 rgba(0,0,0,0);
	        box-shadow:  0 0 0 0 rgba(0,0,0,0);
}

/*----- testimonial block -----*/


/*-----newsletter block -----*/

.content-container_6{
    float: left;
    width: 100%;
    background: #0290ea;
    padding: 105px 0 205px;
    /* background: url(assets/images/newsletter-bg.jpg)no-repeat center center;*/
    background-size: cover;
    text-align: center;
    height: 452px;
}
.content-container_6 h2{
    float: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: 'Graphik-Semibold';
    margin-bottom: 34px;
}
.newsletter-form{
    max-width: 516px;
    width: 100%;
    display: inline-block;
}
.newsletter-form .input-group{
    float: left;
    width: 100%;
    margin: 0;
}
.newsletter-form input{
    float: left;
    width: 100%;
    position: relative;
    border: 0;
    -webkit-box-shadow:  0 0 0 0 transparent;
	   -moz-box-shadow:  0 0 0 0 transparent;
	        box-shadow:  0 0 0 0 transparent;
}
.newsletter-form .form-control {
    height: 63px;
    padding: 0 34px;
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #7c7c7d;
    width: 391px;
}

.newsletter-form .form-control input::-webkit-input-placeholder{
    color:#7c7c7d;
    opacity: 1;
}
 
.newsletter-form .form-control input:-moz-placeholder{ /* Firefox 18- */
    color:#7c7c7d; 
    opacity: 1;
}
 
.newsletter-form .form-control input::-moz-placeholder{  /* Firefox 19+ */
    color:#7c7c7d; 
    opacity: 1;
}
 
.newsletter-form .form-control input:-ms-input-placeholder{  
    color:#7c7c7d; 
    opacity: 1;
}
.newsletter-form .btn.btn-outline-secondary{  
    background: #6d132a;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Graphik-Medium';
    border: 0;
}
.newsletter-form .btn.btn-outline-secondary:hover{  
    background: #a21c3e;
}
.newsletter-form .input-group-append{  
    width: 125px;
}

/*-----newsletter block -----*/


/*----- content -----*/

/*----- footer -----*/
footer{
    float: left;
    width: 100%;
    position: relative;
    padding: 76px 0 84px;
}
footer:before{
    position: absolute;
    top: -110px;
    left: 50%;
    content: "";
    background: url(assets/images/curve.png)no-repeat center center;
    background-size: 100% 110px;
    width: 100%;
    height: 110px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
}
.footer-outer{
    float: left;
    width: 100%;
}
.footer-logo{
    float: left;
    width: 12.5%;
    margin-right: 3.12%;
}
.footer-contact{
    float: left;
    width: 15.7%;
    margin-right: 12.5%;
    padding-top: 9px;
}
footer h6{
    font-family: 'Graphik-Medium';
    color: #242830;
    margin-bottom: 9px;
}
.footer-contact address{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Graphik-Regular';
    color: #5c7286;
    margin-bottom: 15px;
}
.footer-contact a{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Graphik-Regular';
    color: #5c7286;
    margin-bottom: 5px;
    position: relative;
    padding-left: 32px;
}
.footer-contact a:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family:'FontAwesome';
    color: #6b7e91;
    font-size: 18px;
}
.footer-contact a.mail:before{
    content: "\f003";
}
.footer-contact a.phone:before{
    content: "\f095";
}
.footer-links{
    float: left;
    width: 12.34%;
    margin-right: 9%;
    padding-top: 9px;
}
.footer-links.blk2 {
    margin-right: 9.76%;
}
.footer-links ul{
    float: left;
    width: 100%;
    margin-top: 9px;
}
.footer-links ul li{
    float: left;
    width: 100%;
    line-height: 26px;
}
.footer-links ul li a{
    float: left;
    width: 100%;
    color: #5c7286;
    font-size: 15px;
    font-family: 'Graphik-Regular';
}
.footer-links ul li a:hover,
.footer-contact a:hover{
    color: #0290ea;
}
.social-links{
    float: left;
    width: 12.74%;
    margin-top: 9px;
}
.social-outer{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.social-outer ul{
    float: left;
    width: 100%;
}
.social-outer ul li{
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    margin-left: 7px;
    color: #ffffff;
}
.social-outer ul li a{
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
}
.social-outer ul li:first-child{
    margin: 0;
}
.social-outer ul li.fb{
    background: #3c5a9a;
}
.social-outer ul li.tw{
    background: #1ba8e1;
}
.social-outer ul li.in{
    background: #8a3ab9;
}
.social-outer ul li.gp{
    background: #dd4b3c;
}

/*----- footer -----*/

.parallax-window{
    min-width: 848px;
    background: transparent;
}



/*--//--content-blk2--//--*/

.content-container_2 {
    float: left;
    width: 100%;
    position: relative;
}
.block_2-outer {
    float: left;
    width: 100%;
}
.block-full-width{
    width: 100%;
    float: left;
}
.left-blk{
    width: 50%;
    float: left;
}
.right-blk{
    width: 50%;
    float: left;
}
.block_2-content {
    float: left;
    width: 100%;
}
.block_2-left{
    width: 50%;
    float: left;
}
.image-blk1{
    width: 100%;
    float: left;
}
.blk-content2{
    width: 100%;
    float: left;
    padding: 50px 38px 200px 38px;
    position: relative;
}
.blk-content2:before{
    position: absolute;
    top: 43px;
    right: 44px;
    content: "";
    background: url(assets/images/bird.png)no-repeat left top;
    width: 523px;
    height: 504px;
    z-index: -1;
}
.blk-content2 h4{
    font-family: 'Graphik-Regular';
    color: #0290ea;
    padding: 0 0 14px;
}
.blk-content2 h3{
    font-family: 'Graphik-Regular';
    color: #242830;
    padding: 0 0 19px 7px;
}
.blk-content2 h2{
    font-family: 'Graphik-Semibold';
    font-size: 65px;
    line-height: 65px;
    color: #0290ea;
    padding: 0 0 14px;
    display: inline-block;
}
.blk-content2 p{
    max-width: 440px;
    padding: 0 0 0 4px;
    margin-bottom: 33px;
}
.block_2-left .btn-type3{
    font-family: 'Graphik-Medium';
    margin: 0 0 0 6px;
}
.block_2-right{
    width: 50%;
    float: left;
}
.block_2-single{
    width: 100%;
    float: left;
}
.single-content h2{
    color: #fff;
    padding: 0 0 20px;
}
.single-content{
    width: 50%;
    float: left;
    padding: 59px 55px 105px;
    position: relative;
}
.single-content.block1{
    background: #6d132a;
}
.single-content:before{
    position: absolute;
    top: 43px;
    right: 44px;
    content: "";
    background: url(assets/images/news-bg.png)no-repeat left top;
    width: 81px;
    height: 66px;
    opacity: 0.2;
}
.single-content.block2{
   padding: 50px 45px 68px;
}
.single-content.block2:before{
    background: url(assets/images/events-bg.png)no-repeat left top;
    width: 71px;
    height: 70px;
    opacity: 1;
    top: 34px;
    right: 50px;
}
.single-content h4{
    font-family: 'Graphik-Regular';
    color: #fff;
    padding: 0 0 2px;
}
.single-content span{
    font-family: 'Graphik-Regular';
    font-size: 13px;
    color: #b78390;
    padding: 0 0 20px;
    display: inline-block;
}
.single-content .more-link{
    color: #fff;
}
.single-content span i{
    margin: 0 7px 0 0;
}
.single-content p{
    color: #fff;
    line-height: 24px;
}
.single-content.block2 h2{
    color: #242830;
    padding: 0 0 46px;
}
.single-image {
    width: 50%;
    float: left;
}
.single-content ul{
    width: 100%;
    float: left;
    padding: 0 0 20px 4px;
}
.single-content ul li{
    width: 100%;
    float: left;
}
.single-content ul li{
    width: 100%;
    float: left;
    padding: 0 0 36px;
}
.single-content ul li a:hover p{
    color: #0290ea;
}
.single-content ul li p{
    color: #242830;
    margin: 0;
    line-height: 18px;
    font-size: 14px;
}
.single-content .date {
    float: left;
    width: 14.6%;
    background: #0290ea;
    text-align: center;
    border-radius: 3px;
    height: 50px;
    padding: 8px;
}
.single-content.block2 .date span{
    color: #fff;
    padding: 0;
    line-height: 16px;
    font-size: 11px;
    font-family: 'Graphik-Medium';
    text-transform: uppercase;
}
.single-content.block2 .date span i{
    display: inline-block;
    margin: 0;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
}
.single-content .text{
    float: left;
    width: 85.4%;
    padding: 0 0 0 19px;
}
.single-content .text p{
    margin: 0;
}

.single-content.block2 .more-link{
    color: #242830;
    margin: 0 0 0 8px;
}

/*--//--content-blk2--//--*/

.event-outer {
    float: left;
    width: 100%;
    padding-top: 100px;
}
.event-wrap {
    float: left;
    width: 100%;
}
.event-wrap h1{
    float: left;
    width: 100%;
    color: #000000;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #0290ea;
}
.event-wrap article {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #000000;
}
.event-wrap article h2{
    font-size: 26px;
}
.single-event footer:before{
    content: none;
}
.event-wrap .entry-content {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0px;
    position: relative;
}
.single-event  header{
    position: inherit;
}
.single-event h1.entry-title{
    font-size: 33px;
    line-height: 39px;
}
/*--blog--*/
 
.blog .blog-outer{
    width: 100%;
    float: left;
    padding: 200px 0 100px;
}
.blog-outer{
    padding: 200px 0 100px;
}
.blog-outer header{
    position: inherit;
}
.single footer:before{
    content: none;
}
.blog-outer a:hover{
    text-decoration: none;
}
.pagination{
    width: 100%;
    position: relative;
}
.pagination .prev{
    padding: 0;
    border: none;
}
.pagination .prev:before{
    content: none;
}
.pagination .next{
     padding: 0;
    border: none;
}
.pagination .next:before{
    content: none;
}

.icon.icon-arrow-right {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -2px;
}
.icon.icon-arrow-left {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.single-event footer, .blog footer{
    border-top: 5px solid #0290ea;
}
.blog footer:before{
    content: none;
}
.single footer{
    border-top: 5px solid #0290ea;
}

.blog-left-block h2{
    font-size: 32px;
    line-height: 34px;
    padding: 0 0 10px;
}
/*--blog--*/



.banner-container .slick-dots {
    position: absolute;
    bottom: 120px;
    left: 50%;
    z-index: 99999;
    float: left;
    text-align: center;
    width: 30px !important;
    padding: 7px 5px;
    border: 2px solid #ffffff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.banner-container .slick-dots li button{
    padding: 0;
    color: transparent;
    background: #fff;
    border-radius: 100%;
    width: 4px;
    height:4px;
}
.banner-container .slick-dots li.slick-active button{
    width: 8px;
    height: 8px;
}

.mobile-visible{
    display: none;
}

.post-type-archive-event .blog-date{
    display: none;
}
.testimonial-outer .blog-date{
    display: none;
}
/*
.event-outer .blog-date{
    display: none;
}
*/
.single footer.entry-footer{
    border: none;
}
.event-wrap.single-page article{
    border: none;
}
.entry-meta {
    display: none;
}

/*--enrollment--*/

.page-blk-left{
    width: 70%;
    float: left;
    text-align: left;
    padding: 0 170px 0 0;
}
.page-blk-left .btn-type3{
    max-width: 200px;
}
.page-blk-left h2{
    color: #242830;
    font-size: 50px;
    line-height: 55px;
    padding: 0 0 30px;
}
.page-blk-left h4{
    color: #000000;
    padding: 0 0 30px;
}
.page-blk-left ul {
    float: left;
    width: 100%;
    margin: 0 0 30px !important;
}
.page-blk-left ul li{
    float: left;
    width: 100%;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Graphik-Regular';
    margin-bottom: 10px ;
}
.page-blk-left ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #0291eb;
}

.page-blk-right{
    width: 30%;
    float: left;
}
.page-blk-right .blk-content2{
    border: 1px solid #ebebeb;
}

.page-blk-right .blk-content2:before{
    width: 300px;
    height: 300px;
    background-size: 100%;
}


.page-blk-right .blk-content2 h2{
    font-size: 30px;
    line-height: 48px;
    padding: 0;
}
.page-blk-right .blk-content2 h4{
    font-size: 14px;
    padding: 0;
}
.page-blk-right .blk-content2{
    text-align: left;
    padding: 40px 30px;
    margin: 0 0 28px;
}
.page-blk-right .blk-content2 h3{    
    font-size: 18px;
    line-height: 25px;
}
.page-blk-right .blk-content2 p{    
    font-size: 15px;
}
.page-blk-right .btn-type1{    
    height: 50px;
    max-width: 136px;
    line-height: 50px;
    font-size: 17px;
}
.page-blk-right .single-content{
    text-align: left;
    width: 100%;
    padding: 40px 30px;
    margin: 0 0 28px;
}
.page-blk-right .single-content h2{
    font-size: 30px;
}
.page-blk-right .single-content.block2{
    border: 1px solid #ebebeb;
    padding: 40px 30px;
}
.banner-div{
    width: 100%;
    float: left;
    position: relative;
}
.page-banner{
    width: 100%;
    float: left;
    position: relative;
    height: 600px;
}
.page-banner:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
}

.banner-overlay {
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
}
.overlay-text {
    width: 100%;
    float: left;
    text-align: center;
}
.overlay-text span{
    font-size: 100px;
    color: #fff;
    font-family: 'Graphik-Semibold';
    padding: 0 0 20px;
    display: inline-block;
    line-height: 100px;
}
.breadcrumb-blk {
    width: 100%;
    float: left;
    text-align: center;
}
.breadcrumb {
    width: auto;
    float: none;
    background: none;
    text-align: center;
    justify-content: center;
}
.breadcrumb li {
    font-size: 14px;
}
.breadcrumb li a{
    display: inline-block;
    color: #ffffff;
}
.breadcrumb li a:hover{
    color: #0290ea;
}
.breadcrumb-item.active {
    color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item::before{
    color: #fff;
    content: ">"
}
.breadcrumb li img{
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 0 0;
}
.page-template-default .content-container_1.page-blk::before{
    top: -110px;
}

.single-content.block2.sidebar{
    width: 100%;
}