.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


body {
    font-size: 16px;
    color: #222;
    line-height: 26px;
    font-weight: 400;
    background: #ffffff;
    font-family: "Roboto", sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #1088a0;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
	color: #ea8802;
    text-decoration: none;
    outline: none;
}
.section {
    position: relative;
    padding: 80px 0px 100px 0px;
}
.half-section {
    position: relative;
    padding: 50px 0px 50px 0px;
}
.text-primary {
	color: #1088a0 !important;
}
.text-secondary {
	color: #ea8802 !important;
}
.text-20 {
	font-size: 20px;
}
.sec-pad {
    padding: 90px 0px 110px 0px;
}
p {
    position: relative;
    font-family: "Roboto", sans-serif;
    color: #222;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 1rem;
}
li {
    list-style: disc;
    padding: 0px;
}
ul {
    list-style: circle;
    padding: 0px;
    margin: 0px 0px 1rem 2rem;
}
.social-links ul {
    list-style: circle;
    padding: 0px;
    margin: 30px 0 0 0;
}
.navbar-collapse ul {
    padding: 0px;
    margin: 0px;
}
.tab-btn-box ul {
    margin: 0;
}
ol {
    padding: 0px;
    margin: 0px 0px 1rem 2rem;
}
.main-header.style-one .header-top {
    background: #b7dbe2;
    padding: 6px 0px;
}
.main-header .menu-right-content:before {
    position: absolute;
    content: '';
    background: #e3e3e3;
    width: 0;
    height: 50px;
    left: 0px;
    top: 1px;
}
.main-header .logo-box {
    position: relative;
    padding: 5px 0px;
	text-align: left;
}
.header-middle {
    height: 130px;
    border-bottom: 0px solid #b7dbe2;
    background-color: #1088a0;
	background-image: linear-gradient(180deg, #12a0bd, #1088a0);
}
.main-header.style-one .header-lower {
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 4%);
	background-color: #fff;
}
.main-menu .navigation > li {
	list-style-type: none;
    position: inherit;
    float: left;
    z-index: 2;
    padding: 15px 0px 13px 0px;
    margin: 0px 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation > li.current > a, .main-menu .navigation > li:hover > a {
    color: #1088a0;
}
.main-menu .navigation > li.dropdown:hover > ul, .main-menu .navigation > li.dropdown:hover > .megamenu {
    margin-left: 0;
}
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background: #FFF;
    border-bottom: 1px solid rgba(37, 38, 56, 0.1);
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li.dropdown > a:before {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #ea8802;
    top: 0px;
    right: 0px;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    padding-right: 15px;
	font-family: "Roboto", sans-serif;
    font-weight: 600;
    opacity: 1;
    color: #252638;
}
.main-menu .navigation > li > ul > li > a:hover, .main-menu .navigation > li > .megamenu li > a:hover {
    color: #1088a0;
}
.main-menu .navigation > li > ul > li > a:hover {
    padding-left: 10px;
}
.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > .megamenu li > a {
    position: relative;
    display: block;
    padding: 6px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    color: #696b7e;
    text-align: left;
}
.main-menu .navigation > li > ul > li > a:before {
    position: absolute;
    content: "\f127";
    font-family: 'Flaticon';
    font-size: 15px;
    left: 0px;
    top: 6px;
    opacity: 0;
    transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:before {
    color: #1088a0;
}
.main-menu .navigation > li > ul > li > a:before {
    position: absolute;
    content: none;
    font-family: 'Flaticon';
    font-size: 15px;
    left: 0px;
    top: 6px;
    opacity: 0;
    transition: all 500ms ease;
}
.main-menu .navigation > li > ul, .main-menu .navigation > li > .megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 360px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity = 0);
    background: #fff;
    border-radius: 5px;
}
.main-menu .navigation > li > ul > li {
    padding: 6px 20px;
	list-style-type: none;
}
.main-menu .navigation > li > ul > li > ul > li {
    padding: 6px 20px;
}
.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > .megamenu li > a {
    position: relative;
    display: block;
    padding: 2px 0px;
    line-height: 22px;
    font-weight: 500;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-transform: inherit;
    color: #252638;
    text-align: left;
}
/*.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > .megamenu li > a:hover {
    padding-left: 15px;
}*/
.main-header .menu-right-content {
    position: relative;
    float: left;
    margin-top: 40px;
    margin-left: 12px;
    padding-left: 30px;
}
.parallax {
    background-size: cover !important;
	background-position: bottom center;
}
.content_block_13 .content-box {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    padding: 16px 30px 22px 30px;
	margin: 0;
}
.content_block_13 .content-box .single-item {
    position: relative;
    display: block;
    padding: 24px 0px 20px 40px;
    border-bottom: 1px solid #e6e6ea;
    min-height: 164px;
}
.contact-information {
    position: relative;
    padding: 0px 0px 0px 0px;
}
.banner-section .owl-nav {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    width: 100%;
}
.banner-carousel .slide-item {
    position: relative;
    padding: 300px 0px 300px 0px;
}
.widget-content ul {
	list-style-type: none;
	margin: 0;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sec-title h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}
.table-responsive {
	margin-bottom: 20px;
}
.schedules-section .inner-content:before {
    background: #fff;
}
.schedule-block-three .inner-box .lower-content ul {
    margin: 0;
}
.schedule-block-three .inner-box .lower-content .post-info li {
    margin-right: 0;
    padding-left: 0;
	padding-bottom: 4px;
    font-size: 15px;
    color: #1088a0;
	list-style-type: none;
}
.schedule-block-three .inner-box .lower-content .post-info li i {
    padding-right: 5px;
	color: #1088a0;
}
.schedule-block-three .inner-box:hover .lower-content .post-info li i {
    padding-right: 5px;
	color: #fff;
}
.solutions-section .pattern-box .pattern-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 367px;
    height: 389px;
    background-repeat: no-repeat;
}
.solutions-section .pattern-box .pattern-4 {
    position: absolute;
    bottom: 20px;
    right: 0px;
    width: 367px;
    height: 410px;
    background-repeat: no-repeat;
}
.solution-block-one:nth-child(7) .inner-box, 
.solution-block-one:nth-child(8) .inner-box, 
.solution-block-one:last-child .inner-box {
    border-bottom: 1px solid #fff;
}
.solution-block-one:nth-child(3) .inner-box, 
.solution-block-one:nth-child(6) .inner-box, 
.solution-block-one:last-child .inner-box {
    border-right: 1px solid #fff;
}
@media only screen and (max-width: 991px) {
  .solutions-section .inner-container .solution-block-one:last-child {
	width: 50%;
  }
}

.sec-title.light h2 {
    color: #222;
}
.news-block-three .inner-box {
    position: relative;
    display: block;
    padding: 12px 20px;
    border: 1px solid #e1e1e5;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 15px;
    transition: all 500ms ease;
}
.news-block-three .inner-box:hover {
	background-color: #036f85;
    /*border-color: #e1e1e5;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);*/
}
.news-block-three .inner-box:hover p {
    color: #FFF;
}
.news-block-three .inner-box:hover .lower-content .post-info li {
    color: #FFF;
}
.news-block-three .inner-box .lower-content .post-info li {
    margin-right: 0;
    padding-left: 22px;
    font-size: 15px;
    color: #1088a0;
	list-style-type: none;
}
.news-block-three .inner-box .lower-content {
    position: relative;
    padding: 0;
}
.news-block-three .inner-box .lower-content .btn-box {
	margin-top: 15px;
}
.news-block-three .inner-box .lower-content .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    color: #252638;
    font-weight: 600;
    text-transform:lowercase;
    text-align: center;
    border: 2px solid #e6e6ea;
    border-radius: 4px;
    padding: 4px 16px 6px 16px;
}
.news-block-three .inner-box .lower-content .post-info {
    position: relative;
    display: block;
    padding-bottom: 0;
    border-bottom: 0px solid #e6e6ea;
    margin-bottom: 5px;
	margin-left: 0;
}
.news-block-three .inner-box .lower-content h5 {
    font-size: 18px;
	line-height: 26px;
}
.banner-carousel .content-box h1 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 68px;
    line-height: 76px;
    font-weight: 700;
    margin-bottom: 0px;
    opacity: 0;
}
.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #252638;
    top: 0px;
    right: 0px;
    opacity: 0;
    z-index: 1;
}
.banner-carousel .content-box h6 {
    color: #fff;
}
.schedule-block-three .inner-box .text h3 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}
.schedule-block-three .inner-box:hover h3 {
	color: #FFF;
}
.schedule-block-three .inner-box:hover .text .link a {
	color: #FFF;	
}
.department-details-content h5 {
    font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}
.department-details-content {
    position: relative;
    display: block;
    overflow: initial;
}
.department-details-content .text {
    position: relative;
    display: block;
    margin-bottom: 0;
}
.schedule-block-three .inner-box {
    position: relative;
    display: block;
    border: 1px solid #e6e6ea;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 15px;
    background: #ffffff;
    transition: all 500ms ease;
}
.schedule-block-three .inner-box .text .link a {
    display: inline-block;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 26px;
    color: #1088a0;
    font-weight: 700;
    text-transform: uppercase;
}
.schedule-block-three .inner-box:hover {
    background: #036f85;
}
.schedule-block-three .inner-box:hover p {
    color: #FFF; 
}
.schedule-block-three .inner-box:hover .post-info li {
    color: #FFF;
}
.schedule-block-three .inner-box .lower-content .post-info li:hover {
    color: #FFF;
}
.schedule-block-three .inner-box .schedule-date {
    position: absolute;
    left: 0px;
    top: 0px;
	padding: 18px 10px;
    width: 140px;
    background: #ea8802;
    border-radius: 5px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}
.schedule-block-three .inner-box .inner {
    position: relative;
    padding-left: 160px;
}
.schedule-block-three .inner-box .schedule-date h5 {
    text-align: center;
	font-size: 1.15rem;
	font-weight: 500;
	color: #fff;
}
.group-title h3 {
    display: block;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
.btn-primary {
    color: #fff;
    background-color: #1088a0;
    border-color: #1088a0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ea8802;
    border-color: #ea8802;
}
.contact-style-two .default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.contact-style-two .default-form .form-group textarea {
    resize: none;
    height: 292px;
}
.contact-style-two {
    background: #f5f5f6;
}
.default-form .sec-title h2 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

/*.schedules-section .bg-layer:before {
    position: absolute;
    content: '';
    background: #252638;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.25;
}
.schedules-section.sec-pad {
    padding: 80px 0px 80px 0px;
	
}
.schedules-section .owl-nav {
    position: absolute;
    top: -150px;
    right: 0px;
    width: 90px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    z-index: 1;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
}
.schedules-section .sec-title .title-shape,
.schedules-section .sec-title .title-shape:before {
    background: #1088a0;
}
.sec-title.light h2 {
    color: #1088a0;
}
.schedule-block-one .inner-box .image-box .content-box .text h4 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #036f85;
    font-weight: 500;
}
.schedules-section .inner-content:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 5000px;
    height: 100%;
    left: 0px;
    top: 0px;
}
.schedule-block-three .inner-box {
    position: relative;
    display: block;
    border: 1px solid #e6e6ea;
    border-radius: 5px;
    padding: 20px 20px;
    margin-bottom: 20px;
    background: #ffffff;
    transition: all 500ms ease;
}
.schedule-block-three .inner-box .schedule-date {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 280px;
	height: 100%;
    background: #ea8802;
    border-radius: 5px;
}
.schedule-block-three .inner-box .schedule-date h2 {
    position: relative;
    display: block;
    background: #ea8802;
	color: #fff;
    padding: 20px 20px 8px 30px;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    border-radius: 5px 5px 0px 0px;
}
.schedule-block-three .inner-box .schedule-date h2 .year {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}
.schedule-block-three .inner-box .inner {
    position: relative;
    padding-left: 330px;
}
.schedule-block-three .inner-box:hover {
    background: #e4f0f3;
}
.schedule-block-three .inner-box:hover .text h5 a {
    color: #036f85;
}
*/
.page-title:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(90deg, rgba(37, 38, 56, 0.3) 15%, rgba(0, 0, 0, 0.1) 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.footer .social-links li a {
    display: inline-block;
    color: #FFF;
}
.footer .social-links {
    position: relative;
    display: inline-block;
}
.footer .social-links li {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: rgba(51, 95, 118, 1);
    border-radius: 50%;
    text-align: center;
	margin-right: 4px;
	padding-top: 1px;
}
.footer .social-links li:hover {
    background: rgba(234, 136, 2, 1);
}
.main-footer .widget-section .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #9aa5ab;
    padding-left: 26px;
}
.main-footer .widget-section .widget-title h3 {
    font-size: 22px;
    line-height: 30px;
    color: #FFF;
    font-weight: 700;
}
.main-footer .widget-section .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 8px;
}
/*.handle-preloader .animation-preloader .spinner {
    border: 3px solid #1088a0;
}*/
.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #FFF;
}
.style-one .header-top .info-list li i {
    color: #1088a0;
	padding-top: 5px;
}
.header-top .info-list li:last-child a:before {
    position: absolute;
    content: none;
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    top: 1px;
    right: 16px;
    color: rgba(255, 255, 255, 0.5);
}
.header-top .info-list li:last-child {
    margin: 0px !important;
	padding-top: 5px;
}
.solutions-section .inner-container {
    position: relative;
    display: block;
    background: #f5f5f6;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1;
}
.schedule-block-one .inner-box .image-box {
    position: relative;
    display: block;
    min-height: 220px;
}
.schedule-block-one .inner-box .image-box .content-box .text .category {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    padding: 2px 10px 2px 7px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 0px;
}
.schedule-block-one .inner-box .lower-content .links {
    position: relative;
    padding-top: 14px;
    padding-bottom: 0;
    border-top: 1px solid #e3e3e3;
}
.schedule-block-one .inner-box .lower-content h4 {
	font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 20px 0;
    transition: all 500ms ease;
}
.schedules-section .schedule-tab-btns li.active-btn {
    background: #fff;
    color: #036f85;
}
.schedules-section .inner-content {
    position: relative;
    padding-top: 40px;
}
.schedules-section .schedule-tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 270px;
    padding: 22px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    background: #f5f2ec;
    color: #252638;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    transition: all 500ms ease;
}
.bg-color-sand {
	background-image: linear-gradient(180deg, #e8ded1, #d2c0a6);
}
.bg-color-orange {
    background: #ea8802;
}
.bg-color-blue {
background: linear-gradient(180deg, rgba(3, 111, 133, 1) 0%, rgba(16, 136, 160, 1) 100%);
}
.bg-color-gray {
  background: #f5f5f6;
}
.bg-color-white {
	background-color: #FFF;
}
.explore-block-two .inner-box .overlay-content .text a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
.explore-banner .single-item .title-box h3 {
    display: block;
    font-size: 26px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2px;
}
.explore-banner .single-item .title-box {
    position: relative;
    padding: 20px 20px 24px 30px;
}
.explore-banner .single-item .inner-box {
    position: relative;
    display: block;
    padding: 26px 20px 26px 110px;
    border-right: 1px solid #e3e3e3;
}
.service-block-one .inner-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    color: #696b7e;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 23px;
    text-align: center;
    border: 2px solid #1088a0;
    border-radius: 4px;
}
.service-block-one .inner-box .btn-box a:hover {
    background: #1088a0;
    border-color: #1088a0;
}
.service-block-one .inner-box .icon-box {
    color: #ea8802;
}
.service-block-one .inner-box h4 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
}
.service-block-one .inner-box .icon-box:before {
    background: -webkit-linear-gradient(-90deg, #fcf0de, #fdf4e9 100%);
}
.explore-banner .single-item .inner-box .icon-box {
    position: absolute;
    left: 30px;
    top: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #f5f5f6;
    border-radius: 50%;
}
.single-item .inner-box .icon-box {
    color: #ea8802;
	font-size: 40px;
    line-height: 40px;
}
.solutions-section {
    position: relative;
    padding-top: 80px;
	padding-bottom: 80px;
}
.solutions-section {
	/*background: linear-gradient(180deg, rgba(3, 111, 133, 1) 0%, rgba(16, 136, 160, 1) 100%);*/
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.solutions-section .sec-title .title-shape:before,
.solutions-section .sec-title .title-shape:after,
.solutions-section .sec-title .title-shape {
    background: #fff;
}
.upper-box {
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.solution-block-one .inner-box {
    position: relative;
    display: block;
    background: #f5f5f6;
    padding: 16px 20px 16px 75px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    min-height: 40px;
}
.solution-block-one h5 {
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
	color: #1088a0;
	align-self: center;
}
.solution-block-one h5.single-line {
	padding-top: 10px;
	padding-bottom: 12px;
}
.solution-block-one a:hover {
	color: #fff;
}
.solution-block-one .inner-box:hover:before {
	color: #fff;
}
.solution-block-one .inner-box .icon-box {
    position: absolute;
    left: 25px;
    top: 20px;
    font-size: 36px;
    line-height: 36px;
    color: #1088a0;
    transition: all 500ms ease;
}
.solution-block-one .inner-box:hover .icon-box, 
.solution-block-one .inner-box:hover h5,
.solution-block-one .inner-box:hover h5 a,
.solution-block-one .inner-box:hover p {
    color: #ffffff;
}
.solution-block-one .inner-box:before {
    background: #ea8802;
}
.explore-style-two {
	background: #f5f5f5;
}
.explore-block-two .inner-box .overlay-content {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    z-index: 2;
    padding: 55px 15px 0px 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}
.explore-block-two .inner-box .overlay-content .text {
    position: absolute;
	bottom: -30px;
    width: calc(100% - 50px);
    left: 25px;
    padding: 12px 15px 13px 15px;
    border-radius: 5px;
    background: #ea8802;
}
.explore-block-two .inner-box {
    position: relative;
    display: block;
}
.explore-block-two .inner-box .overlay-content p {
    margin-bottom: 190px;
}
.main-footer .widget-section .links-widget .links-list li a:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 13px;
    font-weight: 700;
    left: 0px;
    top: 0px;
    color: #4d7388;
}
.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(3, 111, 133, 0.9);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}
.main-menu .navigation > li > ul > li > a:hover, .main-menu .navigation > li > .megamenu li > a:hover {
    color: #1088a0;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: #1088a0;
}

.main-header .menu-right-content .other-option li button, .main-header .menu-right-content .other-option li.nav-box .nav-toggler {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background: transparent;
    cursor: pointer;
    font-weight: 700;
    transition: all 500ms ease;
}
.main-header .menu-right-content .other-option {
    border: 0px solid #e3e3e3;
    border-radius: 5px;
    padding: 10px 0px 9px 0px;
}
.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #1088a0;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}
.main-header .menu-right-content .language-box {
    margin-right: 30px;
    line-height: 40px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #FFF;
	border-radius: 5px;
}
.main-header .menu-right-content .language-box .text {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    font-family: "Roboto", sans-serif;
    color: #252638;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 16px 0px 28px;
    cursor: pointer;
}
.main-header .menu-right-content .language-box:hover .language-list {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
	margin-left: 0;
}
.main-header .menu-right-content .language-box .language-list {
    position: absolute;
    left: 0px;
    top: 42px;
    width: 120px;
    padding: 10px 0px;
    background: #036f85;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 500ms ease;
	z-index: 9;
	margin-left: 0;
}
.main-menu .navigation > li > ul > li > ul > li > a:before {
	display: none;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 6px;
    display: none;
    line-height: 22px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}
.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 0;
    line-height: 22px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-transform: none;
    color: #696b7e;
    text-align: left;
}
.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 6px 20px;
    -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
    opacity: 0;
    border-bottom: 1px solid #e6e6ea;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
	list-style-type: none;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover{
  padding: 0 0 0 10px;
}
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0%;
    width: 300px;
    z-index: 200;
    display: none;
    margin-left: 0px;
    padding: 0px 0px;
    filter: alpha(opacity = 0);
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.page-title {
    position: relative;
    width: 100%;
    padding: 120px 0px 120px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.search-popup .search-form fieldset button {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 120px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
}
.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 150px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}
.page-title .title {
    position: relative;
    display: block;
    margin-bottom: 0;
}
.page-title .title h1 {
    font-size: 38px;
    line-height: 52px;
    color: #ffffff;
    font-weight: 600;
}
.department-sidebar .sidebar-banner {
    position: relative;
    width: 100%;
    padding: 0px 30px 0px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}
.department-sidebar .sidebar-category .inner-box:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 100%;
    height: 10px;
    left: 0px;
    top: -10px;
    border-radius: 5px 5px 0px 0px;
}
.department-sidebar .sidebar-category {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    padding: 15px;
    margin-bottom: 40px;
}
.department-sidebar .sidebar-category .category-list li {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e6e6ea;
    border-radius: 3px;
    margin: 0 0 5px 0;
    padding: 0px 0px 0px 8px;
    overflow: hidden;
}
.department-sidebar .sidebar-category .category-list li .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f5f5f6;
    text-align: center;
    font-size: 40px;
    border-right: 1px solid #e6e6ea;
    transition: all 500ms ease;
}
.department-sidebar .sidebar-category .category-list li h5 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.department-sidebar .sidebar-category .category-list li h5 a {
    position: relative;
    display: block;
    color: #252638;
    padding: 8px 15px 8px 5px;
}
.department-sidebar .sidebar-category .category-list li h5 .active {
    font-weight: bold;
}
.department-sidebar .sidebar-category .category-list li .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 6px;
    height: 100%;
    line-height: 30px;
    background: #ea8802;
    text-align: center;
    font-size: 40px;
    border-right: 1px solid #fff;
    transition: all 500ms ease;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.department-sidebar .sidebar-category .widget-content ul {
    margin: 0;
}
.sec-pad-2 {
    padding: 80px 0px;
}
.main-footer {
    position: relative;
    background: #003754;
}
.footer-bottom {
    position: relative;
    width: 100%;
    background: #002d44;
    padding: 22px 0px;
}
.faq-section .accordion-box .block .acc-btn {
    padding: 16px 100px 16px 0px;
}
.faq-section .accordion-box .block .acc-btn:before {
    position: relative;
    content: '';
    background: #e6e6ea;
    width: 1px;
    height: 100%;
    left: auto;
    top: auto;
}
.faq-section .accordion-box .block .acc-btn h5 {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    padding-left: 20px;
}
.faq-section .accordion-box .block {
    border: 1px solid #e6e6ea;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
    margin-bottom: 15px;
    transition: all 500ms ease;
}
.faq-section .accordion-box .block .acc-content {
    border-top: 1px solid #e6e6ea;
    padding: 20px 25px;
}
.faq-section .accordion-box .block.active-block {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

.download-box .download-list {
    position: relative;
    display: block;
    border: 1px solid #e0e0ea;
    border-radius: 5px;
    overflow: hidden;
}
.download-box .download-list li {
    position: relative;
    display: block;
    padding: 10px 180px 14px 100px;
    border-bottom: 1px solid #e0e0ea;
}
.download-box .download-list li .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
}
.download-box .download-list li h5 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #252638;
    font-weight: 500;
}
.download-box .download-list li:last-child {
    border-bottom: none;
}
.download-box .download-list li a {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 14px;
    line-height: 26px;
    font-family: 'DM Sans', sans-serif;
    color: #252638;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 9px 19px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
    z-index: 1;
}
.download-box .download-list li {
    position: relative;
    display: block;
    padding: 20px 180px 20px 100px !important;
    border-bottom: 1px solid #e0e0ea;
}
.explore-banner .inner-container {
    position: relative !important;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -50px !important;
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 6%);
    z-index: 1;
}
.carousel-indicators li {
    list-style-type: none;
}
.solution-block-one .inner-box p {
    position: relative;
    transition: all 500ms ease;
	margin-bottom: 0;
}
.pager {
    margin-top: 30px;
}
.pager li {
    display: inline-block;
    margin: 0px 3px;
}
.pager li.previous {
	float: left;
}
.pager li.next {
	float: right;
}
.pager li a {
    position: relative;
    display: inline-block;
    font-weight: 500;
	font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    height: 54px;
    width: 150px;
    line-height: 54px;
    text-align: center;
    color: #252638;
    background: #f2f2f2;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}
.pager li a:hover {
    color: #FFF;
    background: #ea8802;
}
/*COOKIES MODAL*/
.modal#cookies-modal .modal-dialog.modal-bottom {
    bottom: 0;
}
.modal#cookies-modal .modal-frame {
    position: absolute;
    max-width: 100%;
    width: 100%;
    margin: 0;
}
.modal#cookies-modal .modal-content .modal-header .modal-title {
    margin-bottom: 0;
    line-height: 24px;
}
.modal#cookies-modal .modal-content a {
	text-decoration: underline;
	color: #000;
}
.modal#cookies-modal .modal-content a:hover {
	color: #ea8802;
	text-decoration: underline;
}
.modal#cookies-modal .modal-content .modal-header [type=button]:not(:disabled) {
    cursor: pointer;
    border: 0;
    background-color: transparent;
}
.modal#cookies-modal .modal-content .modal-header {
    border-bottom: 0;
}
.modal#cookies-modal .modal-content .modal-header h2 {
    color: #0f869e;
	font-weight: 500;
	font-size: 23px;
}
.modal#cookies-modal .modal-content .modal-header span {
    color: #000;
}
.modal#cookies-modal .modal-content {
    bottom: 20px;
    left: 20px;
    position: fixed;
    display: flex;
    padding: 10px 10px 10px 10px;
    width: 330px;
    pointer-events: auto;
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 20px;
    outline: 0;
	color: #000;
	font-size: 15px;
	line-height: 22px;
}
.modal#cookies-modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    padding: 0rem 0.75rem 0.75rem 0.75rem;
    border-top: 0px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal#cookies-modal .modal-footer .theme-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    padding: 6px 14px 4px 14px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}
.modal#cookies-modal .modal-footer .theme-btn a {
	border: 0;
}
.modal#cookies-modal input {
    margin: 0;
	color: #000;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(15, 134, 158, 0.5);
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0f869e;
    background-color: #0f869e;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(15, 134, 158, 0.25);
}

@media only screen and (max-width: 1200px) {
.menu-area .mobile-nav-toggler {
    display: block;
    margin: 15px;
    padding: 10px;
}
}

/*@media (max-width: 576px) {*/
@media (max-width: 769px) {
.logo img {
	height: 80px;
}
.menu-area .mobile-nav-toggler {
    display: block;
    margin: 7px;
    padding: 10px;
}
.header-middle {
    height: 90px;
	}
.main-header .menu-area {
    padding-bottom: 0;
	margin: 5px 0;
	}
.schedule-block-three .inner-box .schedule-date {
    height: auto; 
	}
.schedule-block-three .inner-box .inner {
    position: relative;
    padding-left: 0px;
	padding-top: 80px;
}
.schedule-block-three .inner-box .schedule-date h2 {
    position: relative;
    display: block;
    background: #ea8802;
    color: #fff;
    padding: 8px 10px 8px 10px;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    border-radius: 5px 5px 0px 0px;
}
.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}
.main-header .logo-box {
    float: left !important;
    display: block;
    text-align: center;
}
.main-header .menu-right-content {
    position: relative;
    float: left;
    margin-top: 24px;
    margin-left: 0px;
    padding-left: 0px;
}
.main-header .menu-right-content .language-box {
    margin-right: 0;
    line-height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #FFF;
	border: 1px solid #CCC;
    border-radius: 5px;
}
.schedules-section .schedule-tab-btns li {
    width: 100%;
    padding: 15px 15px;
	margin-bottom: 5px;
}
.search-popup .search-form fieldset input[type="search"] {
    padding: 15px 100px 15px 15px;
    font-size: 16px;
	height: 60px;
}
.search-popup .search-form fieldset button {
    width: 80px;
	height: 60px;
	line-height: 20px;
}
}


