
/*@font-face {*/
/*  font-family: 'Roboto';*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  src: local('Roboto'), local('Roboto Regular'), url(../font/roboto/Roboto-Regular.woff2) format('woff2');*/
/*}*/
/*@font-face {*/
/*  font-family: 'Roboto';*/
/*  font-style: normal;*/
/*  font-weight: 300;*/
/*  src: local('Roboto Light'), local('Roboto-Light'), url(../font/roboto/Roboto-Light.woff2) format('woff2');*/
/*}*/
/*@font-face {*/
/*  font-family: 'Roboto';*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  src: local('Roboto Medium'), local('Roboto-Medium'), url(../font/roboto/Roboto-Medium.woff2) format('woff2');*/
/*}*/
/*@font-face {*/
/*  font-family: 'Roboto';*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  src: local('Roboto Bold'), local('Roboto-Bold'), url(../font/roboto/Roboto-Bold.woff2) format('woff2');*/
/*}*/
/*@font-face {*/
/*  font-family: 'Roboto';*/
/*  font-style: normal;*/
/*  font-weight: 900;*/
/*  src: local('Roboto Black'), local('Roboto-Black'), url(../font/roboto/Roboto-Black.woff2) format('woff2');*/
/*}*/

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;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
section {
	position: relative;
}
body {
	line-height: 1.5;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a:focus,
a:hover {
	text-decoration: none;
}
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin-bottom: 20px;
	line-height: 1.8;
	color: #666666;
	font-weight: 500;
}
.btn {
	padding: 12px 20px!important;
    font-weight: 500!important;
    font-size: 18px!important;
}
.btn.text-large {
	padding: 12px 35px!important;
    font-weight: 700!important;
    font-size: 22px!important;
}
.btn.text-small {
	font-size: 15px!important;
    font-weight: 400!important;
}
.btn-white {
    color: #4444ff;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover {
    color: #4444ff;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}
.no-padding {
	padding: 0!important;
}
.no-margin {
	margin: 0!important;
}
.pt-100 {
	padding-top: 100px;
}
.pt-200 {
	padding-top: 200px;
}
.pr-45 {
	padding-right: 45px;
}
.pb-0 {
	padding-bottom: 0!important;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-200 {
	padding-bottom: 200px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-130 {
	margin-top: 130px;
}
.mb-100 {
	margin-bottom: 100px;
}
.h1, h1 {
	font-size: 46px;
	font-weight: 400;
}
.h2, h2 {
	font-size: 44px;
	font-weight: 400;
	margin-bottom: 20px;
}
.h3, h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}
.h4, h4 {
	font-size: 20px;
	font-weight: 400;
}
.h5, h5 {
	font-size: 18px;
	margin-bottom: 10px;
}
.h6, h6 {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.text-light {
	font-weight: 300!important;
}
.text-medium {
	font-weight: 500!important;
}
.text-bold {
	font-weight: 700!important;
}
.text-black {
	font-weight: 900!important;
}
.text-red {
	color: #eb3135!important;
}
.text-grey {
	color: #3e3e3e!important;
}
.text-dark {
	color: #202020!important;
}
.bg-lightgrey {
	background-color: #bfc9e2;
}
.container {
    max-width: 90%;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.row-thin {
	margin-left: -5px!important;
	margin-right: -5px!important;
}
.row-thin [class*="col-"] {
	padding-left: 5px!important;
	padding-right: 5px!important;
}
.relative {
	position: relative;
}
.img-full {
	width: 100%;
}
.img-200 {
	width: 200px;
}
.centered-axis-xy {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.btn-reset {
	border: none;
    padding: 0;
    margin: 0;
    background: none;
}
.btn-reset:focus {
	outline: none;
}
.btn-custom {
	padding: 12px 40px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}
.btn-custom.large {
	padding: 20px 35px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}
.form-line .form-group {
	margin-bottom: 25px;
}
.form-line .form-control,
.form-line label,
.form-line p,
.contact-media a {
	font-size: 19px;
	color: #424345;
}
.form-line .form-control {
	padding: 5px 0;
    font-weight: 300;
    min-height: auto;
    margin: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c5c5c5;
}
.form-line textarea {
	resize: none;
}
.form-line .form-control:focus {
	outline: none;
	box-shadow: none;
}
.col-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.col-45 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.col-55 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
.col-70 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.col-80 {
	 -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
.banner {
	position: relative;
}
.shape {
	position: absolute;
	width: 60px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.navbar-custom {
	position: absolute;
	top: 30px;
	width: 100%;
	padding: 0;
	z-index: 999;
}
.navbar-custom .navbar-brand { display: none; }
.navbar-custom .navbar-toggler {
	border: 1px solid #ddd;
}
.container-flex {
	width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-custom .logo1 {
	width: 170px;
}
.navbar-custom .logo2 {
	width: 127px;
}
.navbar-custom .logo1,
.navbar-custom .logo2 {
	margin-right: 22px;
	z-index: 30;
}
.navbar-custom .navbar-nav {
	padding: 0 14px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}
.navbar-custom .navbar-nav > li > a {
	padding: 8px 14px!important;
	font-size: 20px;
	text-transform: uppercase;
	color: #262626!important;
}
.navbar-custom .navbar-nav > li.active > a {
	border-bottom: 2px solid #ca1c1c;
}
.navbar-custom .navbar-nav > li > a:hover {
	color: #007bff!important;
}
.banner-heading {
	padding-top: 18em;
	padding-left: 7em;
	padding-right: 7em;
}
.banner-heading h1 {
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 8px;
	line-height: 1.1;
	color: #000000;
}
.banner-heading h4 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #000000;
}
.banner-heading p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
	color: #707070;
}
.main-heading {
	font-size: 48px;
    font-weight: 900;
    margin-bottom: 8px;
    line-height: 1.1;
    color: #000000;
}
.main-subheading {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #000000;
}
.main-paragraph {
	font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #707070;
    margin-bottom: 25px;
}
.content-heading {
	width: 90%;
    padding: 0 30px;
}
.custom-navigation {
	position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 20;
}
.custom-navigation .custom-dots {
	display: flex;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.12), 0 8px 16px -8px rgba(0,0,0,.025), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.12), 0 8px 16px -8px rgba(0,0,0,.025), 0 -6px 16px -6px rgba(0,0,0,.025);
}
.custom-navigation .custom-dots > li {
	width: 33.333%;
}
.custom-navigation .custom-dots > li.active button {
	font-weight: 900;
	border-bottom: 5px solid #b72229;
}
.custom-navigation .custom-dots > li button {
	width: 100%;
	height: 100%;
	padding: 55px 48px;
	background: none;
	font-size: 18px;
	line-height: 1.3;
	text-align: left;
	outline: none;
	border: 0;
	cursor: pointer;
}
.heading-milestone {
	position: relative;
	margin-bottom: 160px;
}
.heading-milestone .bg-heading {
	min-height: 275px;
	padding-top: 4em;
	text-align: center;
	background-image: url('../images/bg-wave.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.heading-milestone .bg-heading h1 {
	font-size: 45px;
	color: #619df0;
}
.heading-milestone .milestone-number {
	display: flex;
    justify-content: center;
    margin-top: -125px;
}
.heading-milestone .milestone-number .milestone-item {
	width: 190px;
	height: 190px;
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 65px;
}
.heading-milestone .milestone-number .milestone-item.orange {
	background-image: url('../images/bg-milestone-orange.png');
}
.heading-milestone .milestone-number .milestone-item.blue {
	background-image: url('../images/bg-milestone-blue.png');
}
.heading-milestone .milestone-number .milestone-item.yellow {
	background-image: url('../images/bg-milestone-yellow.png');
}
.heading-milestone .milestone-number .milestone-item span {
	font-size: 30px;
	font-weight: 900;
	color: #707070;
}
.img-rounded {
	border-radius: 10px;
}
.gallery .grid .grid:after {
  	content: '';
  	display: block;
  	clear: both;
}
.gallery .grid .grid-sizer,
.gallery .grid .grid-item {
  	width: 40%;
}
.gallery .grid .grid-item.grid-item-width2 {
	width: 40%;
}
.gallery .grid .grid-item {
  	float: left;
  	margin-bottom: 30px;
}
.gallery .grid .grid-item img {
  	display: block;
  	max-width: 100%;
}
.column-heading h1 {
	margin-bottom: 20px;
	color: #707070;
}
.column-heading p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 40px;
	color: #707070;
}
.column-item {
	padding-right: 25px;
}
.column-item img {
	margin-bottom: 25px;
}
.column-item h2 {
	font-size: 30px;
	font-weight: 500;
	min-height: 72px;
}
.column-item p {
	font-size: 18px;
	font-weight: 300;
}
.contact {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/contact-wave.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 276px;
}
.single-banner {
	position: relative;
	min-height: 604px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.single-banner.small {
	min-height: 200px;
}
.single-banner-heading h1 {
	font-size: 54px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
    text-shadow: 2px 2px 12px #262626;
}
.single-banner-heading p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
}
.bg-overlay {
	position: absolute;
    width: 100%;
    /*z-index: 20;*/
}
.bg-overlay img {
	opacity: .8;
}
.bg-overlay.top {
	top: 0;
}
.bg-overlay.bottom {
	bottom: 0;
}
.bg-overlay.bottom img {
	transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  vertical-align: bottom;
}
.about-book {
	padding: 60px 0;
}
.img-side {
	position: relative;
}
.dots {
	position: absolute;
    left: 5px;
}
.square-dots {
	position: absolute;
    top: -16%;
    left: 10%;
}
.book-card {
	border: 1px solid #dedede;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 2px 27px -5px rgba(50,50,93,.12), 0 8px 16px -8px rgba(0,0,0,.025), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 2px 27px -5px rgba(50,50,93,.12), 0 8px 16px -8px rgba(0,0,0,.025), 0 -6px 16px -6px rgba(0,0,0,.025);
}
.book-card .book-card-header {
	padding: 50px 20px;
    text-align: center;
    background-color: #44b3e4;
}
.book-card .book-card-header h4 {
	font-size: 28px;
	color: #fff;
}
.book-card .book-card-content {
	padding: 35px 15px 25px;
    text-align: center;
}
.book-card .book-card-content h6 {
	font-size: 18px;
    color: #44b3e4;
    margin-bottom: 0px;
}
.book-card .book-card-content span {
	font-size: 24px;
}
.book-card .book-card-content .separator {
	width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: #d4d4d4;
}
.thumb-float {
	position: absolute;
    top: 30%;
    right: -45px;
    z-index: 10;
}
.thumb-float > li {
	padding: 3px;
	margin: 25px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 27px -5px rgba(50,50,93,.6), 0 8px 16px -8px rgba(0,0,0,.5), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 2px 27px -5px rgba(50,50,93,.6), 0 8px 16px -8px rgba(0,0,0,.5), 0 -6px 16px -6px rgba(0,0,0,.025);
}
.thumb-float .owl-dot {
	width: 140px;
    height: 140px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: bottom;
    cursor: pointer;
}
.thumb-float > li img {
	width: 140px;
	height: 140px;
	object-fit: cover;
}
.article-item {
	margin-bottom: 60px;
}
.article-item img {
	width: 350px;
	height: 350px;
	object-fit: cover;
}
.article-item h1 {
	font-size: 48px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 20px;
}
.article-item .media-body {
	padding: 0 0 0 50px;
}
.article-item .media-body p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
	color: #707070;
	line-height: 1.6;
}
.article-item .separator {
	width: 100%;
    height: 2px;
    margin-top: 50px;
    background-color: #bcbcbc;
}
.featured-media .featured-image {
	width: 100%;
	height: 533px;
	object-fit: cover;
}
.featured-heading {
	padding: 50px 0;
}
.featured-heading .main-heading {
	margin-bottom: 25px;
	line-height: 1.2;
}
.featured-heading .subtitle {
	padding: 0 60px;
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3;
    color: #5d5d5d;
}
.featured-date {
	font-size: 16px;
	margin-bottom: 30px;
}
.featured-date span {
	display: block;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
}
.dashed-separator {
	position: relative;
    height: 2px;
}
.dashed-separator .line {
	position: absolute;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, transparent 50%, #bcbcbc 50%);
    background-size: 16px 100%;
}
.featured-date span, .featured-text .main-paragraph {
	color: #4f4f4f;
}
.featured-text .subtitle-paragraph {
	width: 100%;
	float: left;
	font-size: 38px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 15px;
}
.featured-text .main-paragraph {
	font-size: 20px;
}
.featured-text .img-illustration {
	width: 680px;
	height: auto;
	margin: 0 auto 25px auto;
}
.featured-text .img-illustration .figure-caption {
    font-size: 14px;
    font-style: italic;
    margin: 5px 0;
    color: #6c757d;
}
.featured-text .quotes {
	margin: 60px 0;
	padding: 0 60px;
}
.featured-text .quotes blockquote {
	position: relative;
	display: block;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 14px;
}
.featured-text .quotes blockquote:before {
	content: '';
    position: absolute;
   	left: -60px;
    width: 30px;
    height: 32px;
    background-image: url(../images/blockquote.png);
    background-repeat: no-repeat;
}
.featured-text .quotes blockquote:after {
	content: '';
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 30px;
    height: 32px;
    background-image: url(../images/blockquote.png);
    background-repeat: no-repeat;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.featured-text .quotes span {
	display: block;
    font-size: 19px;
    font-weight: 300;
    margin-top: 12px;
}

.featured-text p {
    font-weight: 400 !important;
}

.featured-text ol {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #4f4f4f;
    margin-bottom: 25px;
    list-style: decimal;
    padding-left: 20px;
}

.featured-text ol li {
    margin-bottom: 8px;
}

.subhead::first-letter {
	float: left;
	color: #000000;
    font-size: 100px;
    font-weight: 900;
    padding: 10px 15px 0 0;
    line-height: 0.7;
}
.float-share {
	position: absolute;
	top: 40px;
	right: 40px;
	text-align: center;
	font-weight: 500;
}
.float-share ul > li {
	margin: 5px 0;
}
.float-share ul > li > a {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #000000;
}
.float-share ul > li > a:hover {
	background-color: #e3e3e3;
}
.float-share i:before {
	font-size: 21px;
	color: #000000;
}
.timeline .timeline-item:after, #timeline .timeline-item:before {
     content: '';
     display: block;
     width: 100%;
     clear: both;
}
.timeline {
     width: 100%;
     margin: 30px auto;
     position: relative;
     padding: 0 10px;
     -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     -ms-transition: all 0.4s ease;
     transition: all 0.4s ease;
}
.timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #b3b3b3;
    left: 8px;
    top: 100px;
    position: absolute;
}
.timeline.event:before {
	top: 0;
}
.timeline:after {
     content: "";
     clear: both;
     display: table;
     width: 100%;
}
.timeline .timeline-item {
     margin-bottom: 100px;
     padding-left: 70px;
     position: relative;
}
.timeline.event .timeline-item {
	margin-bottom: 0;
}
.timeline .timeline-item .timeline-icon {
	position: absolute;
	top: 95px;
    left: 0px;
    width: 45px;
    height: 45px;
    border: 5px solid #fff;
    overflow: hidden;
    margin-left: -23px;
    background: #2595d6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.timeline.event .timeline-item .timeline-icon {
	top: 0;
}
.timeline.event .timeline-item .timeline-content {
	position: relative;
	border: none;
	background-color: #fff;
	box-shadow: none;
}
.timeline.event .timeline-item .timeline-content:before {
	display: none;
}
.timeline .timeline-item .timeline-content {
    position: relative;
     width: 100%;
     border: 3px solid #fff;
     background: #f6f6f6;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     border-radius: 5px;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     transition: all 0.3s ease;
     box-shadow: 0 1px 8px -4px rgba(184, 184, 184, 0.6), 0 8px 6px -7px rgba(0,0,0,0.3), 0 -1px 8px -4px rgba(126, 126, 126, 0.6);
}
.timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 100px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 30px solid #f6f6f6;
}
.timeline .timeline-item .timeline-content .timeline-header {
	width: 213px;
	height: 109px;
	background-image: url('../images/bg-milestone-header.png');
	background-repeat: no-repeat;
}
.timeline.event .timeline-item .timeline-content .timeline-header {
	width: auto;
	height: auto;
	background: none;
}
.timeline .timeline-item .timeline-content .timeline-header span {
	font-size: 42px;
    font-weight: 700;
    position: absolute;
    top: 15px;
    left: 30px;
    color: #fff;
}
.timeline.event .timeline-item .timeline-content .timeline-header span {
	position: relative;
	top: inherit;
	left: inherit;
	font-weight: 400;
	color: #707070;
}
.timeline .timeline-item .timeline-content .timeline-list {
	padding: 30px 60px;
}
.timeline.event .timeline-item .timeline-content .timeline-list {
	padding: 30px 0;
}
.timeline .timeline-item .timeline-content .schedule {
	position: relative;
}
.timeline .timeline-item .timeline-content .schedule:before {
	content: '';
    position: absolute;
    top: 10px;
    left: -20px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #2595d6;
}
.timeline.event .timeline-item .timeline-content .schedule {
	position: initial;
	cursor: pointer;
}
.timeline.event .timeline-item .timeline-content .schedule.active:after {
	content: '';
    position: absolute;
    left: 40%;
    transform: translate(-40%, 0);
    bottom: -30px;
    border-bottom: 25px solid #93a8be;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}
.timeline.event .timeline-item .timeline-content .schedule:before {
	display: none;
}
.timeline .timeline-item .timeline-content .schedule .schedule-text {
     font-size: 18px;
     font-weight: 300;
     color: #424448;
     line-height: 1.5;
}
.timeline.event .timeline-item .timeline-content .schedule h4 {
	font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #707070;
}
.timeline.event .timeline-item .timeline-content .schedule p {
	font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #424448;
}
.timeline.event .timeline-item .timeline-content .schedule.active p {
	font-weight: 900;
	color: #000000;
}
.timeline.event .timeline-item .timeline-content .schedule .album-item {
	position: relative;
	width: 240px;
    height: 154px;
    border: 5px solid #fff;
    margin-bottom: 30px;
    background-color: #c5e1ff;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    -webkit-box-shadow: 0 1px 8px -4px rgba(184, 184, 184, 0.6), 0 8px 6px -7px rgba(0,0,0,0.3), 0 -1px 8px -4px rgba(126, 126, 126, 0.6);
    box-shadow: 0 1px 8px -4px rgba(184, 184, 184, 0.6), 0 8px 6px -7px rgba(0,0,0,0.3), 0 -1px 8px -4px rgba(126, 126, 126, 0.6);
}
.timeline.event .timeline-item .timeline-content .schedule .album-item img {
	position: absolute;
    top: -5px;
    left: -5px;
    width: 240px;
    height: 154px;
    object-fit: cover;
	-webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    border: 5px solid #fff;
    -webkit-box-shadow: 0 1px 8px -4px rgba(184, 184, 184, 0.6), 0 8px 6px -7px rgba(0,0,0,0.3), 0 -1px 8px -4px rgba(126, 126, 126, 0.6);
    box-shadow: 0 1px 8px -4px rgba(184, 184, 184, 0.6), 0 8px 6px -7px rgba(0,0,0,0.3), 0 -1px 8px -4px rgba(126, 126, 126, 0.6);
}
.timeline .timeline-item .timeline-content .timeline-pdf {
	position: relative;
}
.timeline .timeline-item .timeline-content .timeline-pdf .icon-pdf {
	position: absolute;
	left: 50%;
	bottom: -80px;
	transform: translateX(-50%);
	text-align: center;
}
.timeline .timeline-item .timeline-content .timeline-pdf .icon-pdf a {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	color: inherit;
}
.gallery-wrapper {
    background-color: #c5e1ff;
    -webkit-box-shadow: rgba(50, 50, 50, 0.2) 0px 8px 15px -5px, rgba(50, 50, 50, 0.5) 0px 8px 15px -5px inset;
    box-shadow: rgba(50, 50, 50, 0.2) 0px 8px 15px -5px, rgba(50, 50, 50, 0.5) 0px 8px 15px -5px inset;
    transition:all 0.5s ease-in-out;
}
.gallery-wrapper h3 {
	padding: 0 30px;
	margin-bottom: 60px;
	font-size: 38px;
	font-weight: 700;
	color: #424448;
}
.gallery-wrapper .gallery-slides {
	padding: 60px 0;
}
.gallery-wrapper .gallery-slides .gallery-grid .owl-nav {
	position: absolute;
    top: 36%;
    width: 100%;
}
.gallery-wrapper .gallery-slides .gallery-grid .owl-nav button {
	width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #2595d6;
}
.gallery-wrapper .gallery-slides .gallery-grid .owl-nav button:focus {
	outline: none;
}
.gallery-wrapper .gallery-slides .gallery-grid .owl-nav button i {
	font-size: 46px;
	color: #fff
}
.gallery-wrapper .gallery-slides .gallery-grid .owl-nav .owl-prev {
	float: left;
	margin-left: -60px;
}
.gallery-wrapper .gallery-slides .gallery-grid .owl-nav .owl-next {
	float: right;
	margin-right: -60px;
}
.gallery-wrapper .gallery-slides .gallery-grid .owl-nav .owl-prev i {
	margin-left: -5px
}
.gallery-wrapper .gallery-slides .gallery-grid .owl-nav .owl-next i {
	margin-right: -5px
}
.gallery-wrapper .gallery-slides .gallery-grid .owl-item {
	margin-bottom: 10px;
}
.gallery-wrapper .gallery-slides .gallery-grid .owl-item .item-col {
	margin-right: -15px;
    margin-left: -15px;
}
.gallery-wrapper .gallery-slides .gallery-grid .owl-item .item-col .img-column {
	position: relative;
	float: left;
	width: 25%;
    padding: 0 15px;
    margin: 0 0 60px;
    cursor: pointer;
}
.gallery-wrapper .gallery-slides .gallery-grid .owl-item .item-col .img-column img {
	width: 220px;
    height: 224px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 15px;
    border: 3px solid #fff;
}
.gallery-wrapper .gallery-slides .gallery-grid .owl-item .item-col .img-column .icon-play {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 80px;
    color: #fff;
}
.form-wrapper {
	padding: 0 40px;
}
.form-wrapper .contact-media ul > li {
	display: inline-block;
}
.form-wrapper .contact-media a {
	display: flex;
	align-items: center;
	font-weight: 300;
}
.social-p {
	font-size: 26px;
    color: #7a7979;
}
.lightboxOverlay {
	width: 100% !important;
}
.lightbox {
	width: 70%;
	margin: 0 auto;
	left: 50% !important;
    transform: translate(-50%, 0);
}
.lb-outerContainer {
    width: 100% !important;
    height: auto !important;
    padding: 80px 150px 50px;
    border-radius: 0;
}
.lb-dataContainer {
	padding: 0 0 20px;
	background-color: #fff;
}
.lb-closeContainer {
	position: absolute;
    top: -30px;
    right: -30px;
    z-index: 999;
}
.lb-data .lb-caption {
    display: block;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #424345;
}
.lightbox .lb-image {
    width: 100%!important;
    height: auto!important;
    border: none;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
	width: 50px;
	opacity: 1;
}
.lb-nav a.lb-next {
	margin-right: 20px;
}
.lb-nav a.lb-prev {
	margin-left: 20px;
}
.lb-data .lb-close {
	width: 68px;
	height: 65px;
	opacity: 1;
}
.lb-data .lb-caption {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
}
.lb-data .lb-details {
    width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center;
}
footer {
	padding: 50px 0 80px;
}
footer, footer a, footer p {
	color: #7a7979;
}
footer .inline > li {
	display: inline;
}
footer .footer-menu > ul > li > a {
	padding: 0 14px;
    font-size: 20px;
    text-transform: uppercase;
}
footer .footer-menu .logo-1 {
	width: 140px;
}
footer .footer-menu .logo-2 {
	width: 110px;
}
footer .footer-socmed {
	margin-top: -12px;
}
footer .footer-socmed > ul > li > a {
	padding: 0 8px;
}
footer .footer-nav {
	margin-top: 15px;
}
footer .footer-nav p {
	margin-bottom: 10px;
}
footer .footer-nav > ul > li {
	padding: 0 10px;
}
footer .footer-nav,
footer .footer-nav > ul > li > a,
footer .footer-nav p {
	font-size: 12px;
	color: #afafaf;
}
footer .footer-nav > ul > li > a:hover {
	text-decoration: underline;
}

@media (max-width: 1280px) {
    .banner-heading h1 {
        font-size: 48px;
    }
    .banner-heading h4 {
        font-size: 24px;
    }
    .banner-heading p {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
	.navbar-custom .logo1 {
		width: 105px;
	}
	.navbar-custom .logo2 {
		width: 85px;
	}
	.navbar-custom .navbar-nav > li > a {
		font-size: 16px;
	}
	.gallery-wrapper .gallery-slides .gallery-grid .owl-item .item-col .img-column {
    	width: 25%;
    }
    .gallery-wrapper .gallery-slides .gallery-grid .owl-item .item-col .img-column img {
    	width: 100%;
   		height: auto;
    }
    .background-info {
		padding: 30px 0;
	}
}

@media (max-width: 992px) {
	.logo-d {display: none;}
	.navbar-custom {
		position: fixed;
	    top: 0;
	    right: 0;
	    left: 0;
	    background-color: #fff;
	    box-shadow: 0 4px 12px -2px #d0d0d0;
	}
	.navbar-custom .navbar-brand {
		display: block;
		padding: 10px 0;
	}
	.navbar-custom .container-flex {
		flex-wrap: wrap;
	}
	.navbar-custom .navbar-nav > li > a {
		padding: 10px 14px !important
	}
	.single-banner.small {
		min-height: 100px;
	}
}

@media (max-width: 768px) {
	.dots, .shape { display: none; }
	.img-mobile {
		height: auto!important;
	}
	.col-30, .col-45, .col-55, .col-70 {
		width: 100%;
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
    }
    .main-heading {
    	font-size: 40px;
    }
	.banner {padding-top: 100px;}
	.banner-heading {
	    padding-top: 7em;
	    padding-left: 3em;
	    padding-right: 3em;
	    padding-bottom: 3em;
	}
	.banner-heading h1 {
	    font-size: 40px;
	}
	.banner-heading h4 {
	    font-size: 22px;
	}
	.banner-heading p {
	    font-size: 18px;
	}
	.custom-navigation .custom-dots > li button {
		padding: 40px 30px;
		font-size: 16px;
	}
	.heading-milestone .bg-heading h1 {
		font-size: 30px;
	}
	.heading-milestone .bg-heading {
		min-height: auto;
	    padding-top: 4em;
	    padding-bottom: 4em;
	    background: none;
	}
	.heading-milestone .milestone-number {
		display: block;
		margin: 0;
	}
	.heading-milestone .milestone-number .milestone-item {
		margin: 0 auto 10px auto;
	}
	.column-heading {
		padding-right: 0;
		padding-bottom: 30px;
	}
	.column-heading p {
		margin-bottom: 15px;
	}
	.gallery .grid .grid-sizer, .gallery .grid .grid-item,
	.gallery .grid .grid-item.grid-item-width2 {
		width: 45%;
	}
	.column-item {
		padding: 0;
		margin-bottom: 30px;
	}
	.thumb-float {
		top: 0;
    	right: 16px;
	}
	.thumb-float .owl-dot {
	    width: 90px;
	    height: 90px;
	}
	.timeline-list .col-md-3 {
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.timeline-list .col-md-4,
	.timeline-list .col-md-6,
	.timeline-list .col-md-9
	 {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.timeline .timeline-item .timeline-content .timeline-header span {
		font-size: 36px;
	}
	.featured-text .img-illustration {
		width: 100%;
	}
	.article-item {
		display: block;
	}
	.article-item h1 {
		font-size: 36px;
	}
	.article-item .media-body {
		padding: 0;
	}
	.article-item img {
	    width: 150px;
	    height: 150px;
	    margin-right: 0!important;
	    object-fit: cover;
	}
	.column-item h2 {
		min-height: auto;
	}

	/*Milestone*/
	.timeline {
         margin: 30px;
         padding: 0px;
         width: 90%;
    }
    .timeline:before {
    	 top: 110px;
         left: 10px;
    }
    .timeline .timeline-item {
    	padding-left: 10px;
    }
     .timeline .timeline-item .timeline-content {
         width: 90%;
         float: right;
    }
    .timeline .timeline-item .timeline-content:before {
        left: -20px;
	    margin-left: 1px;
	    border-left: 0;
	    border-right: 20px solid #f6f6f6;
    }
     .timeline .timeline-item .timeline-icon {
     	width: 30px;
    	height: 30px;
    	top: 110px;
        left: 20px;
    }
    .timeline .timeline-item .timeline-content .timeline-list {
    	padding: 30px 35px;
    }
    .gallery-wrapper .gallery-slides .gallery-grid .owl-item .item-col .img-column .icon-play {
    	font-size: 50px;
    }
    .lb-outerContainer {
    	width: 100% !important;
    	padding: 20px;
    }
    .lb-dataContainer {
    	width: 100%!important;
    }
    .lb-data .lb-details {
	    width: 100%;
	    padding: 20px;
	}
    footer .footer-menu .inline,
    footer .footer-menu .inline li {
    	display: block!important;
    }
    footer .footer-menu .inline li {
    	width: 100%;
    	margin: 18px 0;
    }
    footer .footer-socmed {
    	margin: 0;
    }
}

@media (max-width: 640px) {
	.lightbox {
		width: 90%;
	}
	.pt-100, .pt-200 {
		padding-top: 50px;
	}
	.pb-100, .pb-200 {
		padding-bottom: 50px;
	}
	.mt-130 {
		margin-top: 30px;
	}
	.mb-100 {
		margin-bottom: 30px;
	}
	.navbar-custom .logo1 {
		width: 75px;
	}
	.navbar-custom .logo2 {
		width: 65px;
	}
	.navbar-custom .logo1, .navbar-custom .logo2 {
		margin-right: 10px;
	}
	.banner-heading {
		padding-top: 3em;
	}
	.timeline-list .col-md-3 {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.gallery-wrapper .gallery-slides .gallery-grid .owl-item .item-col .img-column {
		width: 33.33%;
	}
	.float-share {
	    top: -70px;
	    right: 25px;
	    text-align: left;
	}
	.float-share ul > li {
	    margin: 5px 5px;
	    display: inline-block;
	}
	.timeline {
         margin: 0;
         padding: 0px;
         width: 100%;
    }
    .timeline .timeline-item .timeline-content .schedule .schedule-text {
    	font-size: 18px;
    }
    .timeline .timeline-item .timeline-content .timeline-header span {
    	font-size: 28px;
    }
    .timeline.event .timeline-item .timeline-content .schedule {
    	padding: 0 0 20px 0 !important;
    }
    .featured-heading .subtitle {
    	padding: 0;
    }
    .featured-text .quotes {
    	padding: 0 30px;
    }
    .featured-text .quotes blockquote:before {
    	left: -40px;
    }
    .form-wrapper,.gallery-wrapper h3, .main-heading {
    	padding: 0!important;
    }
    .heading-milestone {
    	margin-bottom: 50px;
    }
    .background-info {
    	padding: 30px 0 !important;
    }
    .gallery-wrapper h3 {
    	font-size: 30px;
    }

}

img.lazy {
	opacity: 0;
  }
  img:not(.initial) {
	transition: opacity 1s;
  }
  img.initial,
  img.loaded,
  img.error {
	opacity: 1;
  }

  img:not([src]) {
	visibility: hidden;
  }
No newline a
