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

}

@font-face {
  font-family: "FuturaPT-Bold";
  src: url("../fonts/FuturaPTBold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FuturaPTBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FuturaPTBold.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT-Book";
  src: url("../fonts/FuturaPTBook.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FuturaPTBook.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FuturaPTBook.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT-ExtraBold";
  src: url("../fonts/FuturaPTExtraBold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FuturaPTExtraBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FuturaPTExtraBold.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT-Heavy";
  src: url("../fonts/FuturaPTHeavy.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FuturaPTHeavy.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FuturaPTHeavy.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT-Light";
  src: url("../fonts/FuturaPTLight.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FuturaPTLight.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FuturaPTLight.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT-Medium";
  src: url("../fonts/FuturaPTMedium.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FuturaPTMedium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FuturaPTMedium.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/***************************************************************************************************
                                        Index Page CSS
****************************************************************************************************/

/*
------------- Table of content ----------------

Template Name: SunTran Responsive  HTML5 Template
Description: SunTran Responsive  HTML5 Template
Version: 1.0

---------------------- common content ----------
1.body reset content
2.header area
3.footer-area
4.button-area
5.icon-buttons area
6.services-area
7.hero-banner
8.preloader-area
9.family-services area
10.featured-area
11.mobile-menu-area


*/
:root {
  font-size: 62.5%;
  --primary-color: #F7B316;
  --hover-color: #053788;
  --secondary-color: #0B254C;
  --color-one: #0072BC;
  --bg-one: #D1DFF7;
  --bColor: #000000;
  --white: #ffffff;
  --black: #000000;
  --light-blue-bg: #ccdcff;
}

html,
body {
 /* height: 100%;*/
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: var(--bColor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.expanding-grid .links{
	font-size:0px;
}
.expanding-grid .links .plus-btn i{
	font-size:16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FuturaPT-Bold";
  font-weight: 700;
}
h2 {padding-top:30px; padding-bottom:20px;}
iframe {
  border: none;
}

h1{
	font-size:50px;
}
h2{
	color:#002856;font-size:44px;
}
h3{
		color:#002856;font-size:38px;
}
h4{
	color:#06254D;font-size:28px;
}
h5{
	color:#0B254C;font-size:26px;
}
h6{
	color:#112549;font-size:18px;
}
a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}


embed,
object,
video {
  max-width: 100%;
  height: auto;
}

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

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

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

button:focus {
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}


select{
	min-height:55px;
	border:1px solid #A7A9AC ;
	-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
background:#fff;
background-image: url(../img/selectbg.png);
background-repeat: no-repeat;
background-position: top right;
line-height: 50px;
padding-left: 10px;
}

.section {
  padding: 60px 0;
}

.section-top {
  padding: 60px 0 0;
}

.section-short{
  padding: 40px 0 0;
}

.section-bottom {
  padding: 0 0 60px 0;
}

.btn.focus, .btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus, .btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-brand{
	padding:0px;
}

.acurate {
  margin: 0;
  padding: 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 24px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 16px;
  line-height: 26px;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
  color: var(--hover-color);
}

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

.clear {
  clear: both;
}

.pr{
  position: relative;
}

::-moz-selection {
  background: var(--primary-color);
  text-shadow: none;
}

::selection {
  background: var(--primary-color);
  text-shadow: none;
  color: #ffffff;
}

.browserupgrade {
  margin: 24px  0;
  background: var(--primary-color);
  color: #ffffff;
  padding: 24px 0;
}

/*-------------------------
scrollUp
--------------------------*/
#scrollUp {
  background: #000000;
  bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  z-index: 1000;
  border-radius: 5px;
}
#scrollUp:hover {
  background: var(--hover-color);
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.pb-30 {
  padding-bottom: 3rem;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.section-title1{
  color: #0B254C;
  font-weight: bold;
  font-size: 33px;
  font-family: "FuturaPT-Bold";
  margin: 0;
}

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

.top-menu-area {
	background: #022856;
}
.header-area.stick {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation: 700ms linear fadeInDown;
          animation: 700ms linear fadeInDown;
}
.header-area.stick .menu-area .main-menu ul li a {
  padding: 52px 0px 52px 0px;
}

/*-------------------------
2.header area
--------------------------*/
.header-area .top-menu-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
  width:100%;
 /* background:#022856;*/
}
.header-area .top-menu-area ul li {
  list-style: none;
  display: inline-block;
}
.header-area .top-menu-area ul li:first-child a {
  border-left: 0;
}
.header-area .top-menu-area ul li a {
  display: inline-block;
padding: 5px 15px;
  background: #022856;
  text-align: center;
  font-family: "FuturaPT-Bold";
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--white);
  border-left: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  text-transform:uppercase;
}
.header-area .top-menu-area ul li a:hover {
  background: var(--color-one);
  color: white;
  text-decoration:none;
}
.header-area .top-menu-area ul .blue-bg a {
  background: var(--hover-color);
  color: white;
  text-decoration:none;
}
.header-area .top-menu-area ul .translate-btn a, .blue-menu .translate-btn a {
  background: #d1dff7!important;
  color: #022856!important;
}
.header-area .top-menu-area ul .translate-btn a i, .blue-menu .translate-btn a i {
  margin-left: 0.8rem;
}
.header-area .top-menu-area ul .search-btn a, .blue-menu .search-btn a{
  position: relative;
  background: var(--color-one);
  color: var(--white);
  padding: 0.6rem 1rem;
}
.header-area .top-menu-area ul .search-btn a:before, .blue-menu .search-btn a:before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-right: 1rem solid var(--color-one);
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
}
.header-area .top-menu-area ul .search-btn a i, .blue-menu .search-btn a i {
  position: relative;
  top: 0.2rem;
  font-size: 2rem;
}
.header-area .main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.header-area .main-menu ul li {
  list-style: none;
}
.header-area .main-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 7rem;
  padding: 0 1.5rem;
  font-family: "FuturaPT-Bold";
  font-size: 1.8rem;
  line-height: 2.1rem;
  text-transform: uppercase;
  background: var(--white);
  color: #022856;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-left: 1px solid #002856;
}
.header-area .main-menu ul li a:hover {
  color: var(--hover-color);
}
.translate-btn .nice-select {border-radius:0px; height:38px; font-family:"FuturaPT-Bold"; font-size:1.3em; background-color:#D1DFF7; margin-top:-3px}
.brand-area  img {max-height:65px; margin-top:5px; margin-bottom:5px;}

/*------------------------------
mobile-menu start here 
-------------------------------*/
.mobile-menu-area {
  padding: 0;
  display: none;
}
.mobile-menu-area .logo-area {
  width: 100px;
}
.mobile-menu-area .menu-bar span {
  display: inline-block;
  font-size: 3rem;
  cursor: pointer;
  color: var(--secondary-color);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.mobile-menu-area .menu-bar span:hover {
  color: var(--hover-color);
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  margin-left: -100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow-y: scroll;
  padding: 3rem 0;
}
.mobile-menu .close-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
.mobile-menu .close-btn i {
  font-size: 2rem;
  color: var(--black);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.mobile-menu .close-btn i:hover {
  color: red;
}
.mobile-menu.open-menu {
  margin-left: 0;
}
.mobile-menu::-webkit-scrollbar {
  width: 3px;
}
.mobile-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.mobile-menu::-webkit-scrollbar-thumb {
  background: #888;
}
.mobile-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.mobile-menu .search-bar {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.mobile-menu .search-bar .form-group {
  position: relative;
  margin-bottom: 0;
}
.mobile-menu .search-bar .form-group .form-control {
  width: 100%;
  height: 4.5rem;
  border-radius: 0;
  border: 1px solid #a7a9ac;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: var(--secondary-color);
}
.mobile-menu .search-bar .form-group .search-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  color: var(--secondary-color);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.mobile-menu .search-bar .form-group .search-btn:hover {
  color: var(--hover-color);
}
.mobile-menu .main-menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu .main-menu ul li {
  display: block;
  list-style: none;
  margin-bottom: 1.5rem;
}
.mobile-menu .main-menu ul li a {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--secondary-color);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.mobile-menu .main-menu ul li a i {
  margin: 0 0.5rem;
}
.mobile-menu .main-menu ul li a:hover {
  color: var(--primary-color);
}
.primary-btn-without-arrow{
  display: inline-block;
  position: relative;
  padding: 1rem 2rem;
  font-family: "FuturaPT-Medium";
  font-size: 1.7rem;
  text-transform: uppercase;
  color: var(--white);
  background: var(--color-one);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border: none;
}
.mobile-menu-header{
  text-align: center;
}
.translate-btn-widget{
  margin: 10px 0 20px 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.translate-btn-widget .translate-btn{
  background: #d1dff7;
  color: #022856;
  text-align: center;
  font-family: "FuturaPT-Medium";
  font-size: 1.6rem;
  font-weight: 400;
  padding:0.6rem 2.5rem;
  display: inline-block;
  height: 35px;
  text-transform: capitalize;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.translate-btn-widget .translate-btn i{
  margin-left: 0.8rem;
}
.translate-btn-widget .search-btn{
  position: relative;
  background: var(--color-one);
  color: var(--white);
  padding: 0.7rem 1rem;
  display: inline-block;
  margin: 0 0 0 -3px;
  height: 35px;
}
.translate-btn-widget .search-btn:before{
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-right: 1.3rem solid var(--color-one);
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
}
.translate-btn-widget .search-btn i{
  position: relative;
  top: 0.2rem;
  font-size: 2rem;
}
.mobile-menu .card{
  border-radius:0;
  border: none;
}
.mobile-menu .card .card-header{
  border-top: 1px solid #A7A9AC;
  border-bottom: 1px solid #A7A9AC;
  padding: 5px 0;
  border-radius: 0;
  background: #fff;
  text-align: center;
}
.mobile-menu .card .card-header .btn-link{
  color: #112549;
  font-size: 18px;
  font-family: "FuturaPT-Bold";
  text-transform: uppercase;
  text-align: center;
  padding: 0;
}
.mobile-menu .card .card-header .btn-link:hover,
.mobile-menu .card .card-header .btn-link:focus{
  text-decoration: none;
}
.mobile-menu .card .card-body{
  padding: 25px 50px;
  border: 1px solid #A7A9AC;
  margin: 10px 20px 0 20px;
  position: relative;
}
.mobile-menu .card .card-body::before{
  position: absolute;
  margin: auto;
  top: -15px;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  border-right: 1px solid #A7A9AC;
  border-bottom: 1px solid #A7A9AC;
  content: '';
  background: #fff;
  z-index: 99;
}
.mobile-menu .card .card-body ul{
  margin: 0;
  padding: 0;
}
.mobile-menu .card .card-body ul li{
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu .card .card-body ul li a{
  display: block;
  color: #000;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  height: auto;
  border-left: none;
  padding: 10px 0;
  font-weight: bold;
}


/*--------------------------
primary-btn  style
---------------------------*/
.primary-btn, .wp-block-button .wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 1rem 2rem 1.4rem;
  font-family: "FuturaPT-Bold";
  font-size: 1.7rem;
  text-transform: uppercase;
  color: var(--white);
  background: var(--color-one);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border: none;
  border-radius: 0px;
}
.primary-btn:before, .wp-block-button .wp-block-button__link:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid var(--color-one);
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  left: 100%;
  top: 1px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  text-decoration: none;
}
.primary-btn:hover, .wp-block-button .wp-block-button__link:hover {
  color: var(--white);
  background: var(--hover-color);
}
.primary-btn:hover:before, .wp-block-button .wp-block-button__link:hover:before {
  border-left-color: var(--hover-color);
}



.primary-medum-btn {
  display: inline-block;
  position: relative;
padding: 10px 20px;
  font-family: "FuturaPT-Bold";
  font-size: 1.7rem;
  text-transform: uppercase;
  color: var(--white);
  background: var(--color-one);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding-right: 5px;
}
.primary-medum-btn:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 25px solid var(--color-one);
  border-bottom: 24px solid transparent;
  border-top: 24px solid transparent;
  left: 100%;
  top: 0px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.primary-medum-btn:hover {
  color: var(--white);
  background: var(--primary-color);
}
a.primary-medum-btn:hover {text-decoration:none;}
.primary-medum-btn:hover:before {
  border-left-color: var(--primary-color);
}
a.primary-medum-btn:hover {
  text-decoration: none;
}

/*----------------------------
 3.footer-area
-----------------------------*/
.footer-area {
  padding: 3.5rem 0;
  background: #0B254C;
  text-align: center;
  padding-bottom: 20px;
}
.footer-area .footer-menu {
  margin: 3rem 0;
  margin-bottom: 20px;
}
.footer-area .footer-menu ul {
  margin: 0;
  padding: 0;
}
.footer-area .footer-menu ul li {
  display: inline-block;
  list-style: none;
  margin: 0 15px;
}
.footer-area .footer-menu ul li a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}
.footer-area .footer-menu ul li a:hover {
  border-bottom: 2px solid #EDB543;
}
.footer-area .copyright-area .copyright-text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--white);
}

.social-media ul {
  margin: 0;
  padding: 0;
}
.social-media ul li {
  list-style: none;
  display: inline-block;
  margin: 0 1rem;
}
/*.social-media ul li a {
  display: inline-block;
  width: 5.6rem;
  height: 5.6rem;
  line-height: 5.6rem;
  background: var(--primary-color);
  border-radius: 50%;
  font-size: 3rem;
  color: #06254D;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.social-media ul li a:hover {
  color: var(--white);
  background: var(--hover-color);
}*/

.section-title {
  font-family: "FuturaPT-Bold";
  font-size: 4.4rem;
  text-transform: capitalize;
  color: var(--secondary-color);
  line-height: 5.4rem;
  margin-bottom: 5.3rem;
  margin-top: -1rem;
}

/******************** 
START OF HERO BANNER AREA
*********************/

.hero-banner-area .bg-img:after {
 /* background: var(--primary-color);*/
  opacity: 1;
}
.hero-banner-area .bg-img {
  position: relative;
  width: auto;
  padding: 0px;
  z-index: 1;
  text-align: center;
}
.hero-banner-area .bg-img  > .form > .row{
	margin: 0px;
	flex-wrap: nowrap;
width: 100%;
}
.hero-banner-area .bg-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
 /* background: #0b254c;
  opacity: 0.7;*/
  z-index: -1;
}
.hero-banner-area .bg-img .blue-background { 
 background: #173E6C;
 padding-bottom:112.5px;
 min-width: 370px;
 min-width: 370px;
max-width: 370px;
}

/* Start of Hero Banner First Row */

.hero-banner-area .form .firstRow img{
  height: 40px;
  width:auto;
  margin-top:20px;
  text-align: center;
}
.hero-banner-area .form h3{
  color: var(--white);
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.hero-banner-area .form .firstRow .col-6:first-child{
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.hero-banner-area .form .firstRow .col-6:last-child{
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.hero-banner-area .form .active-trip{
  color: var(--primary-color);
}
.hero-banner-area .form .firstRow .findbus:hover h3{
color:	#F7B316
}
.hero-banner-area .form .firstRow .findbus:hover img{
	filter: invert(35%) sepia(85%) saturate(662%) hue-rotate(349deg) brightness(100%) contrast(94%);
}
/* End of Hero Banner First Row */

/* Start of Hero Banner Second Row */

.hero-banner-area .form .secondRow{
  margin-top: 5px;
}
.hero-banner-area .form .secondRow label{
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: var(--white);
}
.hero-banner-area .form .secondRow input{
  border: none;
  padding: 5px 5px 5px 10px;
  height: 50px;
  width: 100%;
  border: 1px solid #84ABF5;
}
.hero-banner-area .form input::placeholder{
  font-size: 12px;
}

/* End of Hero Banner First Row */

/* Start of Hero Banner Third Row */

.hero-banner-area .depart-arive
{
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
}

.hero-banner-area .date-time-box
{
  display: inline-block;
}

.hero-banner-area .date-time-box span.title
{
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;

  padding-bottom: 5px;
  color: #fff;
  text-align: left;
}

.hero-banner-area .ip
{
  /*width: 150px;*/
  height: 40px;
  border: 1px solid #84ABF5;
  border-radius: 0;
}

.hero-banner-area .btnGo {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 27px;
  font-family: "FuturaPT-Bold";
  font-size: 17px;
  text-transform: uppercase;
  color: var(--white);
  background: var(--color-one);
  border: 0;
  border-radius: 0;
    margin-top: 10px;
    width: 50px;
	transition:none;
}
.hero-banner-area .btnGo:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid var(--color-one);
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  left: 100%;
  top: 0;
  margin-top: -1px;
}
.hero-banner-area .btnGo:hover{
		background: var(--primary-color);	color:#0B254C;
}
.date-time-box.go_btn:hover::after{
	border-left-color:var(--primary-color);	
}

/******************** 
END OF HERO BANNER AREA
*********************/

/*****************
ICON BUTTONS START HERE
******************/

.iconbuttons-area .single-icon-button {
  position: relative;
  padding: 3rem 2rem 2rem 2rem;
  margin-bottom: 1rem;
  z-index: 1;
  top: -95px;
}
.iconbuttons-area .single-icon-button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  background: var(--primary-color);
  left: 0;
  bottom: 0;
  z-index: -1;
  border:2px solid #fff;
}
.iconbuttons-area .single-icon-button:hover:after {
  height: 100%;
}
.iconbuttons-area .single-icon-button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 10rem;
  height: 10rem;
  /*padding: 1.5rem;*/
  border-radius: 50%;
  background: var(--white);
  text-align: center;
 /* border: 2px solid #3D67C7;*/
  margin: auto;
}
.iconbuttons-area .single-icon-button .btn-text {
  margin-top: 1.5rem;
  font-family: "FuturaPT-Bold";
  font-size: 2.8rem;
  text-transform: capitalize;
  color: #06254D;
}
.iconbuttons-area img.icon-meta{
  position: absolute;
  top: 50px;
  right: -25px;
  z-index: 1;
}
.iconbuttons-area .container .row{
  margin-bottom: -7rem;
}

/*****************
ICON BUTTONS START HERE
******************/

/******************
 START OF FAMILY SERVICES AREA 
*******************/
.iconbuttons-area, .lightbluepattern{background-color:#DAE5F8; 
	background-image: url(../img/pattern2.svg); background-size:cover;
}
.lightblue{
	background: var(--bg-one);
	padding:0px 40px;
}
.lightblue > h3:first-child {padding-top:20px;}

.family-services-area {background-color:#DAE5F8; 
	background-image: url(../img/pattern2.svg); background-size:cover; padding-top:50px;}
.family-services-area .row {justify-content: center;}
.family-services-area .col-lg-4 {padding:0px;}
.home .family-services-area {
	padding-top:0px;
}
.family-services-area .col-lg-4 .family-services-box {
  position: relative;
  padding: 20px 0;
  margin-bottom: 40px;
  z-index: 1;
  border-right:2px dashed #F7B316;
}
.family-services-area .col-lg-4:nth-of-type(3) .family-services-box {
  border-right:none;
}
.family-services-area .col-lg-4:nth-of-type(5) .family-services-box {
  border-right:none;
}

.family-services-area .family-services-box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  /*background: var(--light-blue-bg);*/
  left: 0;
  bottom: 0;
  z-index: -1;
}
.family-services-area .family-services-box:hover:after{
  background: var(--primary-color);
}
.family-services-area .section-title{
  font-size: 44px !important;
  padding-top: 0;
margin-bottom: 0;
}
.family-services-area .family-services-box img{
  padding:0px 30px;
}
.family-services-area .family-services-box img.icon-group{
  height: 50px;
  position:absolute;
  left: 0px;
  top: 50%;
}
.family-services-area .family-services-box .fsb-title {
  font-family: "FuturaPT-Bold";
  font-size: 26px;
  text-transform: capitalize;
  color: var(--secondary-color);
}


/******************
 END OF FAMILY SERVICES AREA 
*******************/

/******************
 START OF FEATURED GUIDES AREA 
*******************/
.featured-area{
	padding: 20px 0px 80px 0px;
}
.featured-area .ftrcol a {height:100%; display:inline-block;}
.featured-area .featured-box {
  position: relative;
   margin-bottom: 1rem;
  z-index: 1;
  border: 2px solid #022856;
  padding: 30px 20px;
  height: 100%;
}
.featured-area .featured-box:hover, .card-widget:hover {
  border: 2px solid #edb543;
}

.featured-area .featured-box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.featured-area a:hover {text-decoration:none;}
.blue.featured-area .featured-box:after {
  background: #fff;
}

.featured-area .featured-box .feat-title {
  font-family: "FuturaPT-Bold";
  font-size: 26px;
  text-transform: capitalize;
  color: var(--white);
  margin-bottom: 15px;
}
.featured-area .featured-box .feat-title {
  color: #0B254C
}

.featured-area .featured-box hr{
  width: 130px;
  border-bottom: 2px dashed var(--primary-color);
  border-top: none;
}
.featured-area .featured-box .feat-content {
  font-size: 16px;
  font-weight: normal !important;
  color: var(--white);
}
.featured-area .featured-box .feat-content {
  color: #0B254C;
  font-family: "Open Sans", sans-serif;
}

/******************
 END OF FEATURED GUIDES AREA 
*******************/

/******************** 
START OF SERVICE AREA
*********************/

.services-area .single-service {
  border: 2px solid #a7a9ac;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-bottom: 3rem;
}
.services-area .single-service:hover {
  border-color: #edb543;
}
.services-area .single-service .service-image img {
  width: 100%;
  height: auto;
}
.services-area .single-service .service-ttle {

}
.services-area .single-service .service-ttle a {
  color: #112549;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.services-area .single-service .service-ttle a:hover {
  color: var(--hover-color);
}
.services-area .single-service .service-info {

}
.services-area .single-service .service-info .service-conent {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #2b2b2b;
}
.services-area .single-service .service-info .date{
  color: #112549;
  font-size: 16px;
  font-family: "FuturaPT-Book";
  margin: 5px 0;
  text-transform: uppercase;
}
.services-area .single-service .primary-medum-btn {
  margin-top: 2rem;
}
.services-area .service-info .service-date{
  font-size: 16px !important;
  margin-bottom: 5px;
  color: #112549;
}
.services-area .service-info .service-content{
  font-size: 16px !important;
  margin-bottom: 0px;
  color: #2B2B2B;
}

/******************** 
END OF SERVICE AREA
*********************/


.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  background: var(--primary-color);
}
.preloader .loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  border: 4px solid #Fff;
  top: 50%;
  -webkit-animation: loader 2s infinite ease;
          animation: loader 2s infinite ease;
}
.preloader .loader .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  -webkit-animation: loader-inner 2s infinite ease-in;
          animation: loader-inner 2s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}





/***************************************************************************************************
                                        Generic Page CSS
****************************************************************************************************/


/*
------------- Table of content ----------------

Template Name: SunTran Responsive  HTML5 Template
Description: SunTran Responsive  HTML5 Template
Version: 1.0

---------------------- common content ----------
1.body reset content
2.header area
3.footer-area
4.button-area
5.social-media
6.section-title
7.breadcrumb
7.hero-banner
8.page-header
9.image-carosel
10.entry-area
11.about-area
12.services-area
13.sidebar-area
14.clickable-images
15.iconbuttons
16.expandable-area
17.image-caroselv2
18.howto
19.button-list
20.accordian-area
21.table-area
22.preloader-area
23.full-image-video

*/


.isection {
  padding: 30px 0;
}

.isection-bottom {
  padding: 0 0 60px 0;
}

.social-media ul {
  margin: 0;
  padding: 0;
  display: flex;
justify-content: center;
}
.social-media ul li {
  list-style: none;
  display: inline-block;
  margin: 0 1rem;
}
.social-media ul li a {
  display: inline-block;
/*  width: 5.6rem;
  height: 5.6rem;*/
  line-height: 5.6rem;
/*  background: var(--primary-color);
  border-radius: 50%;
  font-size: 3rem;*/
  color: #fff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
/*.social-media ul li a:hover {
  color: var(--white);
  background: var(--hover-color);
}*/

.section-title {
  font-family: "FuturaPT-Bold";
  font-size: 44px;
  text-transform: capitalize;
  color: var(--secondary-color);
  line-height: 5.4rem;
  margin-bottom: 30px;
  margin-top:0;
}

.breadcrumb-area {
  padding: 1rem 0;
  background: #d1dff7;
  padding-top: 120px;
}
.hasAlert .breadcrumb-area{
	padding-top:165px;
}
.breadcrumb-area .breadcrumb-pages {
  margin: 0;
  padding: 0;
}
.breadcrumb-area .breadcrumb-pages li {
  display: inline-block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  list-style: none;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 2rem;
  color: #022856;
}
.breadcrumb-area .breadcrumb-pages li:last-child {
  font-weight: 700;
}
.breadcrumb-area .breadcrumb-pages li:last-child:before {
  display: none;
}
.breadcrumb-area .breadcrumb-pages li:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  right: -1.8rem;
  top: 0;
  color: #1272BC;
}
.breadcrumb-area .breadcrumb-pages li a {
  display: inline-block;
  color: #022856;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.breadcrumb-area .breadcrumb-pages li a:hover {
  color: var(--hover-color);
}

.hero-banner-area {
  position: relative; 

}
.home .hero-banner-area{
  padding-top: 110px;	
}

.hasAlert.home .hero-banner-area{
  padding-top: 155px;	
}
.hero-banner-area .about-img .img-fluid {
  width: 100%;
  height: auto;
}
.hero-banner-area .right-icon {
  position: absolute;
  right: 0;
  top: -2rem;
  z-index: 9;
}
.hero-banner-area .right-icon a {
  display: inline-block;
  width: 5.3rem;
  height: 5.6rem;
  line-height: 5.6rem;
  background: var(--primary-color);
  text-align: center;
  font-size: 3rem;
  border-radius: 25px 0 0 25px;
  color: var(--whtie);
  color: var(--white);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hero-banner-area .right-icon a:hover {
  color: var(--white);
  background: var(--hover-color);
}

.page-header {
  background: var(--secondary-color);
  padding: 3rem 0;
  margin-bottom: 0px;
}
.page-header .page-title {
  margin: 0;
  font-family: "FuturaPT-Bold";
  font-size: 5rem;
  text-transform: capitalize;
  color: var(--primary-color);
}

.image-carosel {
  position: relative;
}
.image-carosel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 3rem;
  color: var(--white);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
  z-index: 1;
}
.image-carosel .slick-arrow.slick-prev {
  left: 1.5rem;
}
.image-carosel .slick-arrow.slick-next {
  right: 1.5rem;
}
.image-carosel .slick-arrow:hover {
  color: var(--hover-color);
}
.image-carosel .single-image img {
  width: 100%;
  height: auto;
}

.image-carosel-area {
  overflow: hidden;
}

.slide-image-carosel .slick-slide {
  margin: 0 0.5rem;
}
.slide-image-carosel .single-iamge img {
  width: 100%;
  height: auto;
}

.entry-area .entry-top {
  margin-bottom: 2.5rem;
  position: relative;
}
.entry-area .entry-top .wheelchair-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.entry-area .entry-top .wheelchair-icon a {
  font-size: 3rem;
  color: var(--secondary-color);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.entry-area .entry-top .wheelchair-icon a:hover {
  color: var(--hover-color);
}
.entry-area .entry-top h2, .top_head, .main_wrapper h2, .editor-styles-wrapper h2 {
  font-family: "FuturaPT-Bold";
  text-transform: capitalize;
  color: var(--secondary-color);
}
.entry-area .entry-top span {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: var(--secondary-color);
}
.entry-area .entry-top p {
  margin: 2.5rem 0 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--black);
}
.entry-area p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: var(--black);
}
.entry-area p a, .wp-block-group__inner-container p a {
  color: #0072bc;
  font-weight: 700;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.entry-area p a:hover {
  color: var(--hover-color);
}
.entry-area .image-carosel, .slick-list {
  margin-bottom: 2.5rem;
}
.entry-area .feature-list, .wp-block-group ul {
  margin: 1.5rem;
  padding: 1.5rem;
}
.entry-area .feature-list li, .wp-block-group ul li {
  list-style: disc;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 10px;
}
.entry-area .feature-list li:last-child, .wp-block-group ul li:last-child {
	  margin-bottom: 0px;
}
.entry-area .mauris-aliquet-aera h2, ol h2 {
  font-family: "FuturaPT-Bold";
  font-size: 2.6rem;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.entry-area .mauris-aliquet-aera .mauris-feature-list li, ol li {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--black);
}
.bottom-btn-list {
  margin: 0;
  padding: 0;
}
.bottom-btn-list li {
  display: block;
  list-style: none;
  margin-bottom: 1rem;
}
.bottom-btn-list li:last-child {
  margin-bottom: 0;
}
.bottom-btn-list li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #0072bc;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.bottom-btn-list li a:hover {
  color: var(--hover-color);
}
.bottom-btn-list li a i {
  margin-right: 0.5rem;
}

.about-area {
  padding: 3rem 0;
  background: var(--bg-one);
}
.about-area .about-info .about-title, .about-area h2 {
  position: relative;
  font-family: "FuturaPT-Bold";
  font-size: 3.8rem;
  text-transform: capitalize;
  color: var(--secondary-color);
  padding-bottom: 1.5rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
.about-area .about-info .about-title:before, .about-area h2:before {
  position: absolute;
  content: "";
  width: 100%;
  max-width:100px;
  height: 3px;
  border-top: 2px dotted #F7B316;
  left: 0;
  bottom: 0;
}



.about-area .about-info .text-bold {
  font-weight: 700;
}
.about-area .about-info p, .about-area p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--black);
}
.about-area .about-info .primary-btn, .wp-block-button__link {
  margin-top: 1.5rem;
}

.services-area .single-service {
  border: 2px solid #a7a9ac;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  /*height:100%;*/
  background: #fff;
}
.services-area > row > div { 
	margin-bottom: 30px;
}
.services-area .single-service:hover {
  border-color: #edb543;
}
.services-area .single-service .service-image img {
  width: 100%;
  height: auto;
}
.services-area .single-service .service-ttle {
  margin-bottom: 0.5rem;
  font-family: "FuturaPT-Bold";
  font-size: 1.8rem;
  color: #112549;
}
.services-area .single-service .service-ttle a {
  color: #112549;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.services-area .single-service .service-ttle a:hover {
  color: var(--hover-color);
}
.service-list a:hover {text-decoration:none;}

.services-area .single-service .service-info {
  padding: 2rem 1.5rem;
  min-height: 180px;
}
.services-area .single-service .service-info .service-conent {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #2b2b2b;
}
.services-area .single-service .primary-medum-btn {
  margin-top: 2rem;
}
.services-area .single-service .text-button {
  display: inline-block;
  position: relative;
  margin-top: 2rem;
  padding-left: 3rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: var(--color-one);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.services-area .single-service .text-button:hover {
  color: var(--hover-color);
}
.services-area .single-service .text-button i {
  position: absolute;
  left: 0;
  top: 0.6rem;
  font-size: 2rem;
}

.sidebar-area .single-widget {
  margin-bottom: 3rem;
}
.sidebar-area .related-content-widget .related-content-img img {
  width: 100%;
  height: auto;
}
.sidebar-area .related-content-widget .related-content-wrap {
padding: 20px 25px;
  background: var(--bg-one);
}
.sidebar-area .related-content-widget .related-content-wrap h2 {
  font-family: "FuturaPT-Bold";
  font-size: 2.6rem;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.sidebar-area .related-content-widget .related-content-wrap h2 a {
  color: var(--secondary-color);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.sidebar-area .related-content-widget .related-content-wrap h2 a:hover {
  color: var(--hover-color);
}
.sidebar-area .related-content-widget .related-content-wrap p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: var(--black);
}
.sidebar-area .widger-form {
  padding: 3rem 2rem;
  background: var(--secondary-color);
}
.sidebar-area .widger-form .form-top {
  margin-bottom: 1.5rem;
}
.sidebar-area .widger-form .form-top h2 {
  margin-bottom: 1.5rem;
  font-family: "FuturaPT-Bold";
  font-size: 2.6rem;
  text-transform: capitalize;
  color: var(--white);
}
.sidebar-area .widger-form .form-top p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: var(--white);
  margin-bottom: 0;
}
.sidebar-area .widger-form .form-area .form-group .form-label {
  margin-bottom: 0;
  font-family: "FuturaPT-Bold";
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--white);
}
.sidebar-area .widger-form .form-area .form-group .form-control {
  width: 100%;
  height: 5rem;
  background: var(--white);
  border: 1px solid #84abf5;
  color: var(--black);
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #292929;
}
.sidebar-area .widger-form .form-area .form-check .form-check-input {
  top: 0.5rem;
}
.sidebar-area .widger-form .form-area .form-check .form-check-label {
  padding-left: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--white);
  cursor: pointer;
}
.sidebar-area .widger-form .form-area .primary-medum-btn {
  margin-top: 1.5rem;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.clickable-images-area {
  background: var(--bg-one);
}
.clickable-images-area a {
  color: var(--white);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.clickable-images-area a:hover {
  color: var(--secondary-color);
}
.sigle-clickable-img:hover:after {
  background: var(--primary-color);
  opacity: 1;
}
.sigle-clickable-img {
  margin-bottom: 3rem;
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
}
 .sigle-clickable-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0b254c;
  opacity: 0.7;
  z-index: 9;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  left: 0;
top: 0;
}
.sigle-clickable-img img{
	width:100%;
}


.expandable-aera {
  background: var(--bg-one);
}
.expandable-aera .single-expandable, .imagelist ul li {
  border: 2px solid transparent;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-bottom: 1.5rem;
  list-style: none;
}
.expandable-aera .single-expandable:hover {
  border-color: var(--primary-color);
}
.expandable-aera .single-expandable:hover .expandable-info:after {
  border-color: transparent;
}
.expandable-aera .single-expandable:hover .expandable-info .plus-btn {
  border-color: var(--primary-color);
}
.expandable-aera .single-expandable .expandable-img img {
  width: 100%;
  height: auto;
}
.expandable-aera .single-expandable .expandable-info, .staff_det {
  position: relative;
  text-align: center;
  padding: 2rem 1rem 0 1rem;
  background: var(--white);
  border-top: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 1;
}
.expandable-aera .single-expandable .expandable-info:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border: 1px solid #a7a9ac;
  border-top: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.expandable-aera .single-expandable .expandable-info h3, .staff_det h6 {
  font-family: "FuturaPT-Bold";
  font-size: 1.8rem;
  text-transform: capitalize;
  color: #053788;
}
.expandable-aera .single-expandable .expandable-info h3 a {
  color: #053788;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.expandable-aera .single-expandable .expandable-info h3 a:hover {
  color: var(--primary-color);
}
.expandable-aera .single-expandable .expandable-info h4 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #053788;
}
.expandable-aera .single-expandable .expandable-info .expandable-btn {
  margin-top: 2rem;
}
.expandable-aera .single-expandable .expandable-info .plus-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 3rem;
  height: 3rem;
  background: #053788;
  color: var(--white);
  margin: auto;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border: 2px solid transparent;
  border-bottom: 0;
}
.expandable-aera .single-expandable .expandable-info .plus-btn:hover {
  color: var(--white);
  background: var(--hover-color);
}
.expandable-aera .expandable-box-info {
  margin-bottom: 3rem;
  padding: 6rem 5rem;
  background: var(--white);
}
.expandable-aera .expandable-box-info h3 {
  margin-bottom: 2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: var(--black);
}
.expandable-aera .expandable-box-info p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--black);
}

.howto-area .single-feature {
  margin-bottom: 4rem;
}
.howto-area .single-feature:last-child {
  margin-bottom: 0;
}
.howto-area .single-feature .count-number {
  margin-right: 3rem;
}
.howto-area .single-feature .count-number .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 43px;
  height: 43px;
  border: 1px solid #0072bc; 
  border-radius: 50%;
  text-align: center;
  font-family: "FuturaPT-Bold";
  font-size: 1.8rem;
  color: #053788;
}
.howto-area .single-feature h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--black);
  font-family: "Open Sans", sans-serif;
}
.howto-area .single-feature p {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  color: var(--black);
}

.icon-buttons-area .single-icon-button {
  position: relative;
  padding: 3rem 2rem 2rem 2rem;
  margin-bottom: 3rem;
  z-index: 1;
}
.icon-buttons-area .single-icon-button:hover:after {
  height: 100%;
}
.icon-buttons-area .single-icon-button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  background: var(--primary-color);
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.icon-buttons-area .single-icon-button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 10rem;
  height: 10rem;
  padding: 1.5rem;
  border-radius: 50%;
  background: var(--white);
  text-align: center;
  border: 2px solid #3D67C7;
  margin: auto;
}
.icon-buttons-area .single-icon-button .btn-text {
  margin-top: 1.5rem;
  font-family: "FuturaPT-Bold";
  font-size: 2.8rem;
  text-transform: capitalize;
  color: #06254D;
}

.button-list-area {
  background: #0B254C;
}
.button-list-area .section-title {
  color: var(--primary-color);
}
.button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0 !important;
  list-style:none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.button-list li {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
	  width: 33.3%;
padding: 0px 5px;
margin-bottom: 15px !important;
}
.button-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 90px;
  background: var(--primary-color);
  font-family: "FuturaPT-Bold";
  font-size: 2.6rem;
  color: #0B254C;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border: 2px solid transparent;
  padding:15px;
  text-align:center;
}
.button-list li a:hover {
  background: var(--white);
  color: #0B254C  !important;
  border-color: var(--primary-color);
  text-decoration:none;
}

.accordion .card {
  margin-bottom: 2rem;
  border: none;
  border-radius: 0;
}
.accordion .card:last-child {
  margin-bottom: 0;
}
.accordion .card .card-header {
  background: transparent;
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.accordion .card .card-header:hover button.collapsed:before {
  border-color: var(--primary-color);
}
.accordion .card .card-header button {
  border: none;
  padding: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "FuturaPT-Bold";
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--black);
  position: relative;
}
.accordion .card .card-header button:before, .advgb-accordion-header:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 2rem;
  right: 0;
  color: #0072bc;
  width: 48px;
  height: 48px;
  border: 2px solid var(--primary-color);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.accordion .card .card-header button.collapsed:before {
  content: "\f107";
  font-family: "Font Awesome 5 free";
  color: #0072bc;
  border-color: #a7a9ac;
}
.accordion .card .card-header button .faq-name {
  width: 100%;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #a7a9ac;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: capitalize;
  background: var(--white);
  color: var(--black);
}
.accordion .card .card-body {
  margin-top: 1rem;
  background: var(--color-eight);
  padding: 2rem;
}
.accordion .card .card-body h4 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--black);
}
.accordion .card .card-body p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0;
}
.accordion .card .card-body .park-ride-location-widget{
  margin: 0;
  padding: 0;
}
.accordion .card .card-body .park-ride-location-widget h5{
  margin: 0 0 45px 0;
  padding: 0;
  font-size: 18px;
  font-family: "FuturaPT-Bold";
  color: #053788;
}
.accordion .card .card-body .park-ride-location-widget h5.mb0{
  margin: 0;
}
.accordion .card .card-body .park-ride-location-widget .route-names{
  margin: 10px 0 40px 0;
  padding: 0;
}
.accordion .card .card-body .park-ride-location-widget .route-names li{
  margin: 0 0 0 16px;
  padding: 0;
  list-style: decimal;
  color: #0072BC;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.accordion .card .card-body .park-ride-location-widget .route-names li .route-name{
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #0072BC;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.accordion .card .card-body .park-ride-location-widget .route-btn{
  background: #0072BC;
  color:#fff;
  font-size: 17px;
  font-family: "FuturaPT-Bold";
  position: relative;
  height: 38px;
  border: none;
  padding: 0 15px;
}
.accordion .card .card-body .park-ride-location-widget .route-btn:after{
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 2rem solid #0072BC;
  border-top: 1.9rem solid transparent;
  border-bottom: 1.9rem solid transparent;
}
.table-area {
  background: var(--bg-one);
}
.table-area .table-lsit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.table-area .table-lsit .single-table {
  width: 25%;
}
.table-area .table-lsit .single-table:first-child .table-head {
  margin-left: 0;
}
.table-area .table-lsit .single-table:last-child .table-head {
  margin-right: 0;
}
.table-area .table-lsit .single-table:last-child .table-body {
  border-right: 0;
}
.table-area .table-lsit .single-table .table-head {
  margin: 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
  background: #0072bc;
  padding: 0 2rem;
}
.table-area .table-lsit .single-table .table-head h2 {
  margin: 0;
  font-family: "FuturaPT-Bold";
  font-size: 1.8rem;
  text-transform: capitalize;
  color: var(--white);
}
.table-area .table-lsit .single-table .table-body {
  border-right: 1px solid #0072BC;
}
.table-area .table-lsit .single-table .table-body .feature-list {
  margin: 0;
  padding: 0;
}
.table-area .table-lsit .single-table .table-body .feature-list li {
  display: block;
  list-style: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--black);
  padding: 1.5rem 2rem;
}
.table-area .table-lsit .single-table .table-body .feature-list li:nth-child(even) {
  background: #EBF3FF;
}
.table-area .table-lsit .single-table .table-body .feature-list li:nth-child(odd) {
  background: var(--bg-one);
}

.full-image-video-area .full-image-video-wrap .img-fluid {
  width: 100%;
  height: auto;
}

/* custom style*/
/*.optima, .optima * { font-family: 'optimaregular'!important; }*/

.alertbox { background: #000; color: #F7B316; padding: 15px; margin-bottom: 1px; }
.alertbox p { text-align: center; margin-bottom: 0; font-family: "FuturaPT-Bold"; }
.alertbox p a { text-decoration: underline; color: #F7B316; }
.upper { text-transform: uppercase; }

/*mobile menu styling*/
.mobile-menu-area .top-menu-area {     margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px; }
.mobile-menu-area .top-menu-area ul{ display: flex; }
.mobile-menu-area .top-menu-area li { flex: 1}
.mobile-menu-area .top-menu-area li a {
    display: block;
    padding: 0.6rem 1.7rem;
    background: #022856;
    text-align: center;
    font-family: 'optimaregular';
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--white);
    border-left: 1px solid var(--white);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    white-space: nowrap;
}
.mobile-menu-area .blue-menu li a {
    display: inline-block;
    padding: 0.6rem 1.7rem;
    background: #022856;
    text-align: center;
    font-family: 'optimaregular';
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--white);
    border-left: 1px solid var(--white);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    white-space: nowrap;
    background: #0072BC; color: #fff; 
}
.mobile-menu-area .blue-menu li { display: inline-block; margin-bottom: 8px; }
.mobile-menu-area .blue-menu { text-align: center; }
.mobile-menu-area .blue-menu .search-btn { margin-left: -5px; }

/*
================ Find My Bus Styles ================*/

.search-widget{
  margin: 0;
  padding: 0;
}
.search-widget h6{
  color: #0B254C;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-family: "FuturaPT-Bold";
  text-transform: uppercase;
}
.search-widget input[type="text"]{
  border: 1px solid #84ABF5;
  width: 100%;
  height: 55px;
  padding: 0 60px 0 10px;
}
.search-widget .search-icon{
  position: absolute;
  right: 0;
background: #0072BC;
  color: #fff;
  padding: 13px 15px;
  top: 0;
border: 0;
padding-left:5px;
}
.search-widget .search-icon:before{
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
border-right: 15px solid var(--color-one);
border-top: 27px solid transparent;
border-bottom: 27px solid transparent;
}
.search-widget .search-icon i{
  font-size: 16px;
}
.search-widget input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #292929;
  font-size: 14px;
}
.search-widget input::-moz-placeholder {
  /* Firefox 19+ */
  color: #292929;
  font-size: 14px;
}
.search-widget input:-ms-input-placeholder {
  /* IE 10+ */
  color: #292929;
  font-size: 14px;
}
.search-widget input:-moz-placeholder {
  /* Firefox 18- */
  color: #292929;
  font-size: 14px;
}
.select-widget{
  margin: 0;
  padding: 0;
}
.select-widget .nice-select{
  border: 1px solid #A7A9AC;
  border-radius: 0;
  width: 100%;
  margin: 0 0 10px 0;
}
.select-widget .nice-select:before{
  border-left: 1px solid #A7A9AC;
  content: '';
  position: absolute;
  z-index: 9999;
  height: 40px;
  right: 40px;
}
.select-widget .nice-select:after{
  border-bottom: 2px solid #0072BC;
  border-right: 2px solid #0072BC;
  content: '';
  display: block;
  height: 10px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
}
.select-widget .nice-select.open:after{
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.select-widget .nice-select.open .list{
  width: 100%;
}

.left-panel{
  margin: 0;
  padding: 0;
}
.left-panel h6{
  margin: 0 0 5px 0;
  padding: 0;
  color: #0B254C;
  font-size: 16px;
  font-weight: bold;
}
.left-panel .contents-widget{
  margin: 0;
  padding: 0;
}
.left-panel .contents-widget strong{
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  font-size: 16px;
}
.left-panel .contents-widget p{
  font-size: 16px;
}
.filter-widget{
  margin: 0;
  padding: 0;
}
.filter-widget h6{
  color: #0B254C;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-family: "FuturaPT-Bold";
  text-transform: uppercase;
}
.filter-lists{
  margin: 0;
  padding: 0;
}
.filter-lists li{
  margin: 0;
  padding: 0;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border: 2px solid #0072BC;
}
.styled-checkbox:checked + label:before {
  border: 2px solid #0072BC;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: #0072BC;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #0072BC, 4px 0 0 #0072BC, 4px -2px 0 #0072BC, 4px -4px 0 #0072BC, 4px -6px 0 #0072BC, 4px -8px 0 #0072BC;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.question-widget{
  margin: 0;
  padding: 0;
  background: #D1DFF7;
  padding: 30px 20px;
}

.question-widget h3{
  margin: 0;
  padding: 0;
  color: #0B254C;
  font-size: 26px;
  font-weight: bold;
}
.question-widget h5{
  color: #0B254C;
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.question-widget h6{
  font-size: 16px;
  color: #000000;
  margin: 0;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}
.question-widget .contacts{
  margin:20px 0;
}
.question-widget .contacts p{
  margin: 0 0 0 0;
}
.question-widget .contacts p label{
  margin:0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.question-widget .contacts p span{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.route-details-widget{
  margin: 0;
  padding: 0;
}
.route-details-widget .route-details-list{
  margin: 0;
  padding: 0;
}
.route-details-widget .route-details-list{
  margin: 0;
  padding: 0;
}
.route-details-widget .route-details-list li{
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  position:relative;
}
.route-details-widget .route-details-list li ul{
  margin: 0;
  padding: 0;
  width: 100%;
}
.route-details-widget .route-details-list li ul li{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
}
.route-details-widget .route-details-list li ul li input[type="text"]{
  width: 100%;
  border: 1px solid #A7A9AC;
  height: 50px;
  padding: 0 0 0 20px;
}
.route-details-widget .route-details-list li ul li input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #053788;
  font-size: 18px;
  font-weight: bold;
}
.route-details-widget .route-details-list li ul li input::-moz-placeholder {
  /* Firefox 19+ */
  color: #053788;
  font-size: 18px;
  font-weight: bold;
}
.route-details-widget .route-details-list li ul li input:-ms-input-placeholder {
  /* IE 10+ */
  color: #053788;
  font-size: 18px;
  font-weight: bold;
}
.route-details-widget .route-details-list li ul li input:-moz-placeholder {
  /* Firefox 18- */
  color: #053788;
  font-size: 18px;
  font-weight: bold;
}
.route-details-widget .route-details-list li ul li .map-schedule{
  text-align: center;
  border-top: 1px solid #A7A9AC;
  border-bottom: 1px solid #A7A9AC;
  height: 50px;
  display: block;
  line-height: 50px;
  font-weight: bold;
}
.route-details-widget .route-details-list li ul li .map-schedule i{
  font-size: 18px;
  margin: 0 5px 0 0;
}
.route-details-widget .route-details-list li ul li .map-schedule span{ 
  text-transform: uppercase;
  color: #0072BC;
  font-size: 17px;
}
.acco_content .route-details-btn{
  margin: 0;
  padding: 0;
  position: relative;
}
.acco_content .route-details-btn a{
  background: #0072BC;
  border: none;
  color: #fff;
  height: 50px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  position:relative;
  width:auto;
  padding:15px;
  float:left;
  line-height:17px;
}
.acco_content .route-details-btn a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
border-left: 19px solid #0072BC;
border-top: 25px solid transparent;
border-bottom: 25px solid transparent;
}
.acco_content .route-details-btn a:hover {
  background: var(--hover-color);
}
.acco_content .route-details-btn a:hover {
  text-decoration: none;
}
.acco_content .route-details-btn a:hover:after{
  border-left: 2rem solid var(--hover-color);
}
.acco_content .route-details-btn i{
  position: absolute;
  right: -16px;
  top: -12px;
  background: #F7B316;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  color: #0B254C;
  font-size: 17px;
  z-index: 9;
  padding: 8px 12px;
}

.other-service-out{
  margin: 0;
  padding: 0;
}
.other-service-out .card{
  margin: 0;
  padding: 20px;
  background: #CCDCFF;
  border: none;
  border-radius: 0;
  min-height: 150px;
  display: flex;
  justify-content: center;
}
.other-service-out .card .row{
  align-items: center;
}
.other-service-out .card .service-image{
  margin: 0;
  padding: 0;
}
.other-service-out .card .service-link{
  color: #0B254C;
  font-size: 26px;
  font-weight: bold;
}

.policy-reserve-container{
  margin: 0 0 60px 0;
}
.policy-reserve-out{
  margin: 0;
  padding: 0;
}
.nav-tabs{
  justify-content: center;
  border-bottom: 1px solid #0072BC;;
}
.nav-tabs .nav-item{
  margin: 0 1px 0 0;
}
.nav-tabs .nav-link{
  height: 76px;
  line-height: 76px;
  padding: 0 25px;
  background: #D1DFF7;
  border-radius: 0;
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #0B254C;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active{
  background: #0B254C;
  color: #F7B316;
}
.policy-reserve-out .tab-content .tab-pane{
  margin: 0;
  padding: 50px 0 0 0;
}
.reserve-ride-windget{
  margin: 0;
  padding: 0;
}
.reserve-ride-windget h2{
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 38px;
  font-family: "FuturaPT-Bold";
  color: #0B254C;
}
.reserve-ride-windget .small-contents{
  margin: 0 0 20px 0;
  color: #053788;
  letter-spacing: 0.27px;
  font-size: 18px;
  font-family: "FuturaPT-Bold";
}
.reserve-ride-windget .mobile-app{
  height: 28px;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "FuturaPT-Bold";
  background: #0072BC;
  padding: 5px 10px;
  position: relative;
}
.reserve-ride-windget .mobile-app:after{
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 1.2rem solid #0072BC;
  border-top: 1.6rem solid transparent;
  border-bottom: 1.6rem solid transparent;
}
.reserve-ride-windget .call-details{
  margin: 34px 0 0 0;
  padding: 0;
}
.reserve-ride-windget .call-details p{
  margin: 0;
  padding: 0;
  letter-spacing: 0.27px;
  color: #053788;
  font-family: "FuturaPT-Bold";
  text-transform: uppercase;
  font-size: 18px;
}
.reserve-ride-windget .call-details label{
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.reserve-ride-windget .call-details span{
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #0072BC;
}
.reserve-ride-windget .video-widget{
  margin: 50px 0;
}
.reserve-ride-windget .video-widget img{
  width: 100%;
}
.reserve-ride-windget h4{
  color: #0B254C;
  font-family: "FuturaPT-Bold";
  margin: 0 0 40px 0;
  font-size: 26px;
}
.reserve-ride-windget ul{
  list-style: inherit;
  margin: 0 0 0 20px;
}

.related-content{
  margin: 0 0 40px 0;
  padding: 60px 0;
  background: #0B254C
}
.related-content h1{
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
  color: #F7B316;
  font-size: 44px;
  font-family: "FuturaPT-Bold";
}
.related-content .related-content-card{
  background: #F7B316;
  padding: 20px;
  margin: 0 0 20px 0;
}
.related-content .related-content-card h4{
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  font-family: "FuturaPT-Bold";
}
.sun-shuttle-container{
  margin: 0 0 45px 0;
}
.sun-shuttle-container .card {
  margin: 0;
  padding: 20px;
  background: #CCDCFF;
  border: none;
  border-radius: 0;
  min-height: 150px;
  display: flex;
  justify-content: center;
}
.sun-shuttle-container .card .row {
  align-items: center;
}
.sun-shuttle-container .card .service-link {
  color: #0B254C;
  font-size: 26px;
  font-weight: bold;
}
.sun-shuttle-container .card .wheel-chair-out{
  background: #F7B316;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  padding: 10px 11px;
  display: block;
  border: 2px solid #fff;
  box-shadow: 0px 0px 3px #00000029;
  margin: 0 0 5px 0;
}
.sun-shuttle-container .card .wheel-chair-out{
  color: #0B254C;
  font-size: 30px;
}
.park-ride-location-out{
  margin: 0;
  padding: 0;
}
.map-container{
  margin: 0;
  padding: 0;
  position: relative;
}
.map-container .free-ride-out{
  position: absolute;
  right: 0;
  box-shadow: 0px 3px 6px #00000029;
  background: #D1DFF7;
  width: 390px;
  top: 0;
}
.map-container .free-ride-out .contents{
  padding: 40px;
  position: relative;
}
.map-container .free-ride-out .contents h1{
  color: #0B254C;
  margin: 0;
  font-size: 33px;
  font-family: "FuturaPT-Bold";
}
.map-container .free-ride-out .contents span{
  width: 130px;
  border-bottom: 2px dashed #F7B316;
  display: block;
  margin: 10px 0;
}
.map-container .free-ride-out .contents p{
  font-size: 16px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.map-container .free-ride-out .contents .learn-more-btn{
  background: #0072BC;
  color: #fff;
  font-size: 17px;
  font-family: "FuturaPT-Bold";
  position: relative;
  height: 50px;
  border: none;
  padding: 0 15px;
}
.map-container .free-ride-out .contents .learn-more-btn:after{
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 2rem solid #0072BC;
  border-top: 2.5rem solid transparent;
  border-bottom: 2.5rem solid transparent;
}
.map-container .free-ride-out .contents i{
  width: 51px;
  height: 51px;
  background: #fff;
  border-radius: 50%;
  padding: 10px 12px;
  font-size: 30px;
  color: #002856;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.map-container .free-ride-out .accordion .card{
  overflow: visible;
}
.map-container .free-ride-out .accordion .card .card-header{
  position: relative;
}
.map-container .free-ride-out .accordion .card .card-header i{
  position: absolute;
  left: -16px;
  top: 9px;
  background: #F7B316;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  color: #0B254C;
  font-size: 17px;
  z-index: 9;
  padding: 8px 12px;
}
.map-container .location-details-out{
  position: absolute;
  left: 0;
  width: 386px;
  padding: 30px 30px 50px 30px;
  background: #D1DFF7;
  box-shadow: 0px 3px 6px #00000029;
}
.map-container .location-details-out .direction-btn{
  height: 38px;
  background: #0072BC;
  color: #fff;
  font-size: 17px;
  font-family: "FuturaPT-Bold";
  position: relative;
  border: none;
  padding: 0 15px;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  display: inline-block;
line-height: 38px;
}
.map-container .location-details-out .direction-btn:after{
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 2rem solid #0072BC;
  border-top: 1.9rem solid transparent;
  border-bottom: 1.9rem solid transparent;
}
.map-container .location-details-out p{
  color: #000;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0 0 0;
}
.map-container .search-filter-out{
  position: absolute;
  right: 25px;
}
.map-container .search-filter-out .search-widget,
.map-container .search-filter-out .accordion{
  float: left;
}
.map-container .search-filter-out .accordion{
  margin: 0 0 0 0;
  width: 100%;
}
/*
=============== Location Details Widget =============*/
.location-details{
  margin: 0;
  padding: 0;
}
.location-details h5{
  font-size: 18px;
  letter-spacing: 0.27px;
  font-family: "FuturaPT-Bold";
  color: #053788;
}
.location-details address{
  color: #000;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
.location-details address label{
  color: #000;
  font-weight: bold;
}
.location-details-list{
  margin: 0;
  padding: 0;
  max-height:480px;
  overflow-y: scroll;
}
.location-details-list li{
  margin: 0;
  padding: 20px 50px;
  list-style: none;
  border-bottom: 1px solid #2680eb;
}
.location-details-list li:hover{
  background: #D1DFF7
}
.image-contents-out{
  margin: 40px 0;
  padding: 0;
}
.image-contents-out img{
  width: 100%;
}
.image-contents-out p{
  margin: 10px 0 0 0;
  padding: 0;
}

.contact-us-widget{
  margin: 40px 0;
  padding: 30px 0;
  background: #D1DFF7;
  text-align: center;
  height: 110px;
}
.contact-us-widget .contact-us-details{
  margin: 0 0;
  padding: 10px 0 0 0;
}
.contact-us-widget .contact-us-details h4{
  margin: 0 15px 0 0;
  padding: 0;
  display: inline-block;
  color: #0B254C;
  font-size: 26px;
  font-family: "FuturaPT-Bold";
}
.contact-us-widget .contact-us-details p{
  color: #053788;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  display: inline-block;
  margin: 0;
}
.contact-us-widget .contact-us-details p a{
  color: #053788;
}

.three-ways-container{
  background: #D1DFF7
}

.fares-passes-contents{
  margin: 60px 0 40px 0;
  padding: 0;
}
.fares-passes-contents p{
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  font-family: "Open Sans", sans-serif;
}
.cards-out{
  margin: 40px 0 60px 0;
  padding: 0;
}
.cards-out .card-widget{
  min-height: 205px;
}
.cards-out .services-area .single-service{
  margin: 0;
}

.policy-widget{
  margin: 0;
  padding: 0;
}

.policy-widget .btns-out{
  margin: 0 0 30px 0;
  padding: 0;
}
.policy-widget .btns-out button{
  margin: 0 0 10px 0;
}

.download-form-link {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #0072bc;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.download-form-link i {
  margin-right: 0.5rem;
}
.horizontal-card{
  margin: 0;
  padding: 0;
}
.horizontal-card .service-image img{
  /*height: 100% !important;*/
  width: auto !important;
}

.sign-up-container{
  background: #0B254C;
  padding: 35px 0;
}
.sign-up-widget{

  padding: 0;
  width: 100%;
max-width: 900px;
margin: 0 auto;
}
.sign-up-widget h5{
  margin: 0 0 10px 0;
  padding: 0;
  color: #fff;
  letter-spacing: 0.39px;
  font-weight: bold;
  font-family: "FuturaPT-Bold";
  font-size: 26px;
}
.sign-up-widget p{
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.sign-up-widget form .form-group label{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: "FuturaPT-Bold";
  text-transform: uppercase;
}
.sign-up-widget form .form-group .form-control{
  border-radius: 0;
  height: 50px;
  padding: 0 0 0 5px;
  width: 100%;
}
.sign-up-widget input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #292929;
  font-size: 14px;
}
.sign-up-widget input::-moz-placeholder {
  /* Firefox 19+ */
  color: #292929;
  font-size: 14px;
}
.sign-up-widget input:-ms-input-placeholder {
  /* IE 10+ */
  color: #292929;
  font-size: 14px;
}
.sign-up-widget input:-moz-placeholder {
  /* Firefox 18- */
  color: #292929;
  font-size: 14px;
}
.sign-up-widget .style-checkox-out{
  margin: 45px 0 0 0;
  margin-right: 15px;
margin-left: 10px;
}
.sign-up-widget .style-checkox-out .styled-checkbox + label{
  color: #fff;
}
.sign-up-widget .style-checkox-out .styled-checkbox + label:before{
  border: 1px solid #0072BC;
  background: #fff;
}
.search-news-container{
  background: #D1DFF7;
  margin: 0 0 45px 0;
  padding: 40px 0;
}
.search-news-container .select-widget .nice-select{
  height: 50px;
  line-height: 50px;
}
.search-news-container .select-widget .nice-select:after{
  margin-top: -5px;
}
.search-news-container .select-widget .nice-select:before{
  height: 49px;
}
.search-news-container .sort-title{
  color: #0B254C;
  margin: 0 15px 5px 0;
  font-size: 14px;
  font-family: "FuturaPT-Bold";
  text-transform: uppercase;
}
.pagination-out{
  margin: 0;
  padding: 30px 0;
  background: #D1DFF7;
}
.pagination{
  justify-content: center;
}
.pagination .page-item{
  border-right:1px solid #0072BC;
}
.pagination .page-item:last-child{
  border-right:none;
}
.pagination .page-item .page-link{
  background-color:transparent;
  border:none;
  letter-spacing: 0.27px;
  color: #053788;
  font-weight: bold;
  font-family: "FuturaPT-Bold";
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 10px;
  line-height: normal;
}
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:hover i{
  color: #f7b316;
}
.pagination .page-item .page-link.active{
  background: #0072BC;
  color: #fff;
}
.pagination .page-item .prev{
  margin: 0 20px 0 0;
}
.pagination .page-item .next{
  margin: 0 0 0 20px;
}
.pagination .page-item .page-link i{
  color: #0072BC;
  font-size: 14px;
}
.search-area{
  padding: 70px 0 35px 0;
  margin: 0;
  background: #D1DFF7;
}
.search-area h4{
  color: #0B254C;
  font-weight: bold;
  font-family: "FuturaPT-Bold";
  font-size: 26px;
  margin: 10px 0 0 0;
  text-align: right;
}
.search-area input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.search-area input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.search-area input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.search-area input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.search-result{
  padding: 70px 0;
}
.search-result-widget{
  margin: 0;
  padding: 0;
}
.search-result-widget li{
  margin: 0 0 10px 0;
  border: 1px solid #A7A9AC;
  padding: 50px 50px 25px 50px;
  position: relative;
}
.search-result-widget li .service{
  position: absolute;
  background: #F7B316;
  color: #000000;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  left: 50px;
  top: 0;
  padding: 5px 20px;
  text-align: center;
}
.search-result-widget li h5{
  font-size: 18px;
  font-family: "FuturaPT-Bold";
  letter-spacing: 0.27px;
  color: #053788;
  margin: 10px 0 5px 0;
}
.search-result-widget li p{
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin: 0px 0 0 0;
  line-height: normal;
}

/*
================ Dropdown menu for desktop ===============*/
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav {
  text-align: center;
  justify-content: flex-end;
}

.nav ul {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.nav ul li {
  position: relative;
  float: left;
}

.nav ul li + li {
  margin-left: 1px;
}

.nav ul li a {
  height: 7rem;
  padding: 0 1.5rem;
  font-family: "FuturaPT-Bold";
  font-size: 1.8rem;
  line-height: 2.1rem;
  text-transform: uppercase;
  background: var(--white);
  color: #022856;
 /* border-left: 1px solid #002856;*/
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.nav ul li a:hover {
  color: #F7B316;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.nav ul li > ul {
  display: none;
  position: absolute;
  width: 338px;
  top: 100%;
  left: calc(50% - 169px);
  z-index: 99;
  text-align: left;
  padding:0 50px;
  background: #fff;
  border: 1px solid #A7A9AC;
  margin: 10px 0 0 0;
}
.nav ul li > ul:before {
  position: absolute;
  margin: auto;
  top: -16px;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  border-right: 1px solid #A7A9AC;
  border-bottom: 1px solid #A7A9AC;
  content: '';
  background: #fff;
}

.nav ul li > ul li {
  float: none;
  margin: 0;
}

.nav ul li > ul li a {
  display: block;
  color: #000;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  height: auto;
  border-left:none;
  padding:10px 0;
  font-weight: bold;
  text-transform:none;
  white-space: break-spaces;
}
.nav ul li > ul li:first-child a{
  padding:40px 0 10px 0;
}
.nav ul li > ul li:last-child a{
  padding:10px 0 40px 0;
}
.nav ul li > ul li a:hover {
  /* border-top: 1px solid #646464; */
  /* background: #555; */
}

.nav ul li:hover a, .nav ul li.active a {
  /* background: #646464; */
}

.nav ul li.active {
  pointer-events: none;
}

.mobile-menu.open-menu { top:100px; border-top: #a7a9ac 1px solid; }
.mobile-menu-area .logo-area { padding-bottom: 10px;}
.mobile-menu-area .fa-bars:before {
    content: "MENU";
    font-family: "FuturaPT-Medium";
    font-size: 16px;
    position: relative;
    top: -10px;
}
header.header-area {
    box-shadow: 0px 3px 6px #00000029;
  position: fixed;
z-index: 99;
width: 100%;
background: #fff;
}
.nice-select .list {flex-wrap:wrap;}
div.asp_m.ajaxsearchpro .probox .proinput {width:auto !important;}
div.asp_w.asp_r {left:auto !important;right:0px !important;}

.MainNewsRow {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
   max-width: 80%;
    margin: auto;
}
.MainNewsRow .news_lg_col {
    grid-column: 1/4;
    margin: 0px 50px;
}
.darkbluepattern {
	background-color:#173E6C; 
	background-image: url(../img/pattern1.svg); background-size:cover;}
	.darkblue{
			background-color:#173E6C;
			padding:0px 40px; 
	}
.darkblue > h3:first-child {padding-top:20px;}	
	
.darkblue h2, .darkblue h3, .darkblue p {color:#fff;}
.advgb-tab-body-wrapper .darkblue ul li {color:#fff;}
.darkblue .service-info {background:#fff;}

.thirdRow {padding:30px 0px;}

.wp-block-group.alignwide, .alignfull{padding: 60px 0px;}
.wp-block-group__inner-container p strong{margin: 2.5rem 0 0 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--black);}
.wp-block-group__inner-container p{margin: 0 0 24px 0;
    font-size: 1.6rem;
    color: var(--black); line-height: 2.8rem;}
.top_head:after{
	/*
	content: "\f193"; position: absolute; width: 30px; 
height: 30px; right: 24rem;
    color: var(--secondary-color); font-family: "Font Awesome 5 Free";*/
	}
.clickable-images-area{padding: 60px 0px 0px;}

.imagelist ul{display: flex; flex-wrap: wrap;}
.imagelist ul li{width: 25%; padding: 5px;}
.staff_det{padding-bottom: 45px;}
.staff_det h6 span{
	font-family: "Open Sans", sans-serif;font-size: 16px;
	margin-top: 8px;
display: block;
margin-bottom: 8px;
}
.advgb-accordion-header, 
.advgb-accordion-header.ui-accordion-header.ui-state-default
{background: #fff!important; color: #000!important;}
.advgb-accordion-header:before {
    content: "\f107";
    font-family: "Font Awesome 5 free";
    color: #0072bc;
    border-color: #a7a9ac;
    top: 0px;
    height: 50px;
}
.advgb-accordion-header.ui-state-active:before{content: "\f106";}
.advgb-accordion-header{padding: 9px 40px 9px 10px!important; height: 50px;}
.main_wrapper table th{align-items: center;
    height: 8rem;
    background: #0072bc;
    padding: 0 2rem; 
    margin: 0;
    font-family: "FuturaPT-Bold";
    font-size: 1.8rem;
    text-transform: capitalize;
    color: var(--white);
	letter-spacing: 0.28px;
	padding-left: 15px !important;
	
	}
	.wp-block-group table th{align-items: center;
    height: 8rem;
    background: #0072bc;
    padding: 0 2rem; 
    margin: 0;
    font-family: "FuturaPT-Bold";
    font-size: 1.8rem;
    text-transform: capitalize;
    color: var(--white);
	letter-spacing: 0.28px;
	padding-left: 15px !important;
	
	}
	
.wp-admin table th {background:inherit; color: inherit; height: auto}	
.wp-admin h2 {font-size:30px;}
.main_wrapper tr td{list-style: none;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--black);
    padding: 1.5rem 2rem !important;}
	
	.wp-block-group tr td{list-style: none;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--black);
    padding: 1.5rem 2rem !important;}
	
	
.main_wrapper > p, .main_wrapper > ul, .main_wrapper > ol,  .main_wrapper > h2, .main_wrapper > h3, .main_wrapper > h4, .main_wrapper > h5,  .main_wrapper > h6 , .main_wrapper > table.wp-block-advgb-table, .wp-block-group > .wp-block-group__inner-container > p, .wp-block-group > .wp-block-group__inner-container > ul, .wp-block-group > .wp-block-group__inner-container > ol, .wp-block-group > .wp-block-group__inner-container > h1, .wp-block-group > .wp-block-group__inner-container > h2,  .wp-block-group > .wp-block-group__inner-container > h3, .wp-block-group > .wp-block-group__inner-container > h4, .wp-block-group > .wp-block-group__inner-container > h5, .wp-block-group > .wp-block-group__inner-container > h6, .wp-block-group > .wp-block-group__inner-container >.wp-block-acf-file-download , .main_content > .wp-block-group > .wp-block-group__inner-container > h5, .main_content > .wp-block-group > .wp-block-group__inner-container > h6 ,  .wp-block-group > .wp-block-group__inner-container > .downloadDoc, .wp-block-group__inner-container > .wp-block-buttons , .main_content > a.downloadDoc, .wp-block-group > .wp-block-group__inner-container > .wp-block-buttons, .wp-block-group > .wp-block-group__inner-container > figure
, .wp-block-group > .wp-block-group__inner-container  > .document_era, .wp-block-group > .wp-block-group__inner-container  > .main-owl-slider.list, .wp-block-group > .wp-block-group__inner-container  > .wp-block-group , .wp-block-group > .wp-block-group__inner-container > .document_era , .wp-block-group__inner-container > .wp-block-advgb-button
 {
    max-width: 1000px;
    margin-left: auto;
	margin-right:auto;
}
.main_wrapper > p:nth-of-type(1) { padding-top:50px;}
.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title
{ padding:0 !important;}
.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title
{padding:0 !important;}
ul.accordion li .acco_content {
	display: none;
	padding: 20px 35px 10px 10px
}
ul.accordion .acco_title:after {
	width: 10px;
	height: 10px;
	border-left: 2px solid #0072BC;
	border-bottom: 2px solid #0072BC;
	position: absolute;
	right: 15px;
	content: " ";
	top: 20px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
ul.accordion .acco_title.active:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	top: 25px;
}
.acco_title.c-bc {
    border: 1px solid #A7A9AC; width: 100%; float:left;
}
.advgb-accordion-header-title {
	font-size: 16px !important;
font-family: "Open Sans", sans-serif;
}
.route_title  .schedule_download {
    float: left;
	padding:15px;
	border-left: 1px solid #A7A9AC;
	border-right: 1px solid #A7A9AC;
	width: calc(50% - 40px);
}
.route_title  .schedule_download a, .acco_content  .schedule_download a {
    color: #0072BC;
    font-size: 15px;
    text-transform: uppercase; font-weight:bold;
	font-family:"FuturaPT-Bold";
}
.route_title  .schedule_download img, .acco_content  .schedule_download img {width:15px; height:auto; margin-right:10px; margin-top:-3px;}
.icon-buttons-area a:hover, .wp-block-buttons a:hover, .clickable-images-area a:hover{text-decoration:none;}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {background:#D1DFF7 !important}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n) {background:#EBF3FF}
.wp-block-table.is-style-stripes td {
    border-right: 1px solid #1B79CB;
}
.wp-block-table.is-style-stripes th {
    border-right: 2px solid #fff;
	border-bottom: 1px #fff solid;
}
.wp-block-table.is-style-stripes td:last-child, .wp-block-table.is-style-stripes th:last-child {border-right: none}
.wp-block-table thead {border-bottom:none;}
/*.button-list li {list-style:none; padding-bottom:5px;}
.button-list a:before {background-image:url('../img/Link@2x.png'); background-size:15px; background-position:0px 0px; background-repeat:no-repeat; content:""; width:20px; height:20px; float:left; margin-right:10px; margin-top:3px;}
.button-list a:hover:before {background-image:url('../img/Link-1@2x.png'); background-size:15px; background-position:0px 0px; background-repeat:no-repeat; content:""; width:20px; height:20px; float:left;}

.button-list a[href$=".pdf"]:before {background-image:url('../img/PDF@2x.png'); background-size:15px; background-position:0px 0px; background-repeat:no-repeat; content:""; width:20px; height:20px; float:left; margin-right:10px; margin-top:3px;}
.button-list a[href$=".pdf"]:hover:before {background-image:url('../img/PDF-1@2x.png'); background-size:15px; background-position:0px 0px; background-repeat:no-repeat; content:""; width:20px; height:20px; float:left;}
.button-list a[href$=".xlsx"]:before {background-image:url('../img/Excel@2x.png'); background-size:15px; background-position:0px 0px; background-repeat:no-repeat; content:""; width:20px; height:20px; float:left; margin-right:10px; margin-top:3px;}
.button-list a[href$=".xlsx"]:hover:before {background-image:url('../img/Excel-1@2x.png'); background-size:15px; background-position:0px 0px; background-repeat:no-repeat; content:""; width:20px; height:20px; float:left;}*/
.service-list .row {justify-content: center;}
.expanding-container{display: none;}
.howto-area.isection.list{padding-bottom: 60px;padding-top: 10px;}
.plus-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 3rem;
    height: 3rem;
    background: #053788;
    color: var(--white);
    margin: auto;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border: 2px solid transparent;
    border-bottom: 0;
}
.plus-btn:hover {
    color: #fff;
    background: #EDB543;
}
.button-list-area h2{color: #fff; padding-bottom: 0px; margin-bottom: 0px;}
.button-list-area{padding: 30px 0px;}
.wp-block-advgb-accordions{max-width: 1000px; margin: 0px auto;}
.service-info .wp-block-button__link{
    padding: 5px 15px;
	padding-right: 10px;
	
	}
.service-info .wp-block-button__link:before{border-bottom: 19px solid transparent !important;
    border-top: 19px solid transparent !important;}
a:hover{color: #f6910f; text-decoration: none!important;}
.translate-btn .nice-select{
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/Globe@2x.png) !important;
    background-position: top 11px right 20px;
    padding: 0px 45px 0px 15px;
    background-repeat: no-repeat;
    font-family: "FuturaPT-Medium";
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #022856;
    border-left: 1px solid var(--white);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-size: 16px;}

.nice-select:after{display: none;}
.probox:before{position: absolute;
    content: "";
    top: -3px;
    right: 34px;
    width: 0;
    height: 0;
 border-right: 10px solid #F7B316;
border-top: 22px solid transparent;
border-bottom: 22px solid transparent;: 2rem solid transparent;
	
	}
	 .probox .promagnifier{
		 background: #F7B316 !important;
	 }
.home .services-area .single-service{height: auto;}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{background-color: transparent;}
.nice-select .option.selected{font-weight: normal;}
.nice-select .list{display: grid !important;
    width: 175px !important;}
.social-row .img-fluid{width: 580px; height: 385px; margin-top: 10px;}
.social-area{height: auto!important; padding: 20px 0px 70px;}
.social-area .menu-image-title{font-family: "FuturaPT-Bold"; font-size: 26px; color: #0B254C; padding: 5px 0px;}
.social-area .menu-sum-mail{font-size: 16px; color: #2B2B2B; 
  font-family: 'optimaregular'; padding: 5px 0px;}


.expanding-grid {
  position: relative;
}

.expanding-grid .spacer {
  clear: both;
  display: block;
  margin-bottom: 20px;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  background: #fff;
  border: 1px solid #A7A9AC;
  margin-top: -10px;
  margin-left: 8px;
margin-right: 8px;
width: calc(100% - 16px);
}
.expanding-grid .expanding-container.expanded,
.expanding-grid .expanding-container:target {
  display: block;
}
.expanding-grid .close-button {
  background: url(../img/cancel.png);
  color: #fff;
  display: inline-block;
  height: 25px;
  line-height: 1;
  overflow: hidden;
  text-decoration: none;
  text-indent: 5em;
  white-space: nowrap;
  width: 25px;
  will-change: opacity;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 20px;
  margin-right: 20px;
}

.expanding-grid .close-button.active {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.expanding-grid .close-button:hover {
  opacity: 0.5;
}

.expanding-grid .links {
    display: inline-block;
    overflow: hidden;
    padding: 0 0;
  width: 100%;
  margin: 0;
}
.staff_img img{
	width:100%;
}
.expanding-grid .links > li{
 /* float: left*/
 display:inline-flex;
}
.expanding-grid.three  .links > li{
	width: 33.3%;
}
.expanding-grid.two  .links > li{
	width: 50%;
}
.expanding-grid.three  .links > li{
	width: 33.3%;
}
.expanding-grid.four  .links > li{
	width: 25%;
}


.active .fa-plus:before{
  content: "\f068";
}


.expand-content{max-width: 800px;
    margin: 0 auto;
	padding: 40px 20px;
	}
.expand-content h6, .expand-content a{font-size: 16px;}
.expandable-btn{position: absolute;
    text-align: center;
    justify-content: center;
    display: inline;
    bottom: 15px;
	border: 1px solid transparent;
	left: 50%;
transform: translateX(-50%);
	}
.active .staff_det {

}
.hide{display:none;} 
.wp-block-group .button-list li{
	list-style:none;
}

.hero-banner-area [type="radio"]:checked,
.hero-banner-area [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.hero-banner-area [type="radio"]:checked + label,
.hero-banner-area [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
	font-family: "FuturaPT-Medium";
font-weight: normal;font-size: 16px;
  
}
.hero-banner-area [type="radio"]:checked + label:before,
.hero-banner-area [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #84ABF5;
    border-radius: 100%;
    background: #fff;
}
.hero-banner-area [type="radio"]:checked + label:after,
.hero-banner-area [type="radio"]:not(:checked) + label:after {
content: '';
width: 14px;
height: 14px;
background: #F7B316;
position: absolute;
top: 2px;
left: 2px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.hero-banner-area [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.hero-banner-area [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.no-margin{
	margin-left:0px;
	margin-right:0px;
}
.radiowrap{
	display:flex;
}
.radiotwo{
	margin-left:40px;
}
.date-time-box  .form-control{
	min-height:50px;
}
.dtwraper{
	display:flex;
}
.dtwraper .date-time-box{
	margin-right:6px;
}
.date-time-box.go_btn{
	margin-top:22px;position: relative;
}
.date-time-box.go_btn:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid var(--color-one);
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    left: 100%;
    top: 11px;

}
.container{
	max-width:1250px;
}
.buttonCol{
	padding:0px 3px;
}
.slidercolum{
		padding:0px 3px;
}
.social-row li{
	list-style:none;
}
.ftrcol{
		padding:0px 3px;
}
.tripplan{
	position:relative;
}
  .tripplan:before {
 content:"";
 position:absolute;
 border-color:#d6d7d8;
 border:solid transparent;
 border-bottom-color:#173E6C;
 border-width:13px;
 margin-left:3px;
 bottom:-5px;
 right:40%;
 z-index:1
}
.tripplan:after {
 content:"";
 position:absolute;
 right:40%;
 bottom:0;
 width:0;
 height:0;
 border:solid transparent;
 border-width:10px;
 border-bottom-color:#fff;
 z-index:0;
 margin-right:3px;
}
.sliderRow{
	padding:0px 40px;
	margin-bottom: 50px;
}
.sliderRow  .slick-prev {
	position: absolute;
background-color: rgba(209,223,247,0.8);
left: 0;
height: 100%;
border: 0;
box-shadow: 0px 0px 6px #00000029;
text-indent: -9999px;
background-image:url(../img/angle-left-blue.png);
background-repeat:no-repeat;
width: 40px;
background-position: center;
background-size: 16px;
}
.sliderRow  .slick-next {
	position: absolute;
background-color: rgba(209,223,247,0.8);
right: 0;
height: 100%;
border: 0;
box-shadow: 0px 0px 6px #00000029;
text-indent: -9999px;
background-image:url(../img/angle-right-blue.png);
background-repeat:no-repeat;
width: 40px;
background-position: center;
background-size: 16px;
}
.sliderRow .slick-dots{
	display:flex !important;
	position: absolute;
bottom: -40px;
}
.sliderRow .slick-dots button{
	width: 14px;
height: 14px;
border-radius: 100px;
background: #DAE5F8;
border: 1px solid #0072BC;
text-indent: -99999px;font-size: 0;
  margin-right: 5px
}
.sliderRow .slick-dots  .slick-active  button{
	background:#0072BC;
}
.services-area .sliderRow  .single-service{
	margin-bottom:0px;
}
.sliderRow  .slick-list{
	margin-bottom:0px;
}

.wp-block-media-text__content h3 {
  position: relative;
  font-family: "FuturaPT-Bold";
  text-transform: capitalize;
  color: var(--secondary-color);
  padding-bottom: 1.5rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
.wp-block-media-text__content h3:before {
  position: absolute;
  content: "";
  width: 100%;
  max-width:130px;
  height: 3px;
  border-top: 2px dashed #F7B316;
  left: 0;
  bottom: 0;
}

.wp-block-media-text__content h2 {
  position: relative;
  font-family: "FuturaPT-Bold";
  text-transform: capitalize;
  color: var(--secondary-color);
  padding-bottom: 1.5rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
.wp-block-media-text__content h2:before {
  position: absolute;
  content: "";
  width: 100%;
  max-width:130px;
  height: 3px;
  border-top: 2px dashed #F7B316;
  left: 0;
  bottom: 0;
}

.imgcardcol,.clickimgcol{
	padding:0px 5px;
}
.doc_block{
	color:#0072BC;font-weight:600;display:block;
	margin-bottom: 8px;
}
.doc_block:hover,.document_era .nolink:hover{
	color:#053788
}
.doc_block:hover img ,  .nolink:hover img{
	filter: invert(60%) sepia(24%) saturate(4746%) hue-rotate(197deg) brightness(89%) contrast(104%);
}
.document_era .nolink{
		margin-bottom: 8px;
			color:#0072BC;font-weight:600;display:block;
}
.document_era  img{
	max-width:16px;margin-right:8px;
}
.clickimgcol h5{
	color:#fff;
	top: 0;
z-index: 99;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position:absolute;
width: 100%;
}
.clickimgcol:hover h5{
	color:#0B254C;
}
.imgcardcol p{
	line-height:26px;margin-bottom: 10px;
}
.howto-feature-list{
	max-width:1000px;margin: auto;
}
.main-owl-slider{
	max-width:none !important
}
.owl-generalone , .owl-general{
	position:relative;
}
.owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.main-owl-slider .owl-controls{
	display:none
}
.wp-block-group{
	padding:25px 0px;
}
.advgb-accordion-header:hover:before{
	border-color: #F7B316;
}
.advgb-accordion-body, .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content{
	border-color:#fff !important;    padding: 20px 40px !important;;
}

.advgb-accordion-body h6{
	font-size:16px;font-family: "Open Sans", sans-serif;font-weight:700;color:#000000;
}
.wp-block-group__inner-container.fullWidth{
	max-width:100% !important;padding: 0px 30px;
}

.wp-block-group__inner-container > h2{
	margin-bottom:20px;position:relative;
}
.wp-block-group__inner-container  .isection{
	padding:0px;
}
.wp-block-group.darkbluepattern h2 , .wp-block-group.darkbluepattern h3  {
	color:#F7B316
}

.home .darkbluepattern .section-title{
	color:#fff;
}
.services-area{
	padding-top:20px;
}
.wp-block-table.is-style-stripes{
	border-bottom:0;
}
.translate-btn select{
	min-height: 10px;
	padding: 5px 10px;
font-family: "FuturaPT-Medium";
background-color: #D1DFF7;
border: 0;
margin: 0;
font-size:14px;
color:#022856;
background-image:url(../img/Globe.svg);
background-repeat:no-repeat;
   -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';background-position: top 10px right 15px;
	line-height: inherit;
}

.header-area  .navbar {
	width:100%;padding: 0px 15px;
	/*z-index: -9999;*/
}
.navbar-brand img{
	max-width: 160px;
}
.navbar-nav > li > a{

  font-family: "FuturaPT-Bold";
  font-size: 1.8rem;
  line-height: 2.1rem;
  text-transform: uppercase;
  background: var(--white);
  color: #022856;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 70px;
  padding: 0px 0px !important;
  border-bottom: 2px solid transparent;
}
@media (min-width:992px){
.navbar-nav > li:hover .dropdown-menu{
	display:block;
} 	
}

.navbar-nav > li {
	position:relative;padding: 0px 15px;
}
.navbar-nav > li:hover > a{
	  border-bottom: 2px solid #0072BC;
}
.navbar-nav > li.current-menu-item > a,.navbar-nav > li.current-menu-ancestor > a  {
	  border-bottom: 2px solid #0072BC;
}
.menuWraper {
	width:100%;
}
.dropdown-item{
border-bottom:2px solid transparent;	
}
.dropdown-item:focus, .dropdown-item:hover {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
	border-bottom:2px solid #0072BC;
}
.navbar-nav .dropdown-menu{
width:340px;border: 1px solid #A7A9AC;
	padding: 40px 40px;padding-bottom: 20px;
	left: calc(50% - 169px);
	top: 70px;
	margin-top:0px;
}
.navbar-nav .dropdown-menu > li{
	margin-bottom:15px;
}
.navbar-nav .dropdown-menu > li> a{
	font-size: 16px;
font-family: "Open Sans", sans-serif;
font-weight:700;
  color: #000;
  line-height: 25px;
  white-space: normal;
padding: 0;
}

.navbar-nav  .dropdown-menu:before {
  position: absolute;
  margin: auto;
  top: -16px;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  border-left: 2px solid #0072BC;
  border-top: 2px solid #0072BC;
  content: '';
  background: #fff;
}

.navbar-nav > li:last-child .dropdown-menu{
	right: 0;
left: auto;
}
.navbar-nav > li:last-child .dropdown-menu::before{
	left: 40%;
}

.advgb-tabs-panel {
	display: flex;
justify-content: center;
list-style: none;
border-bottom: 2px solid #D1DFF7 !important;
}
.advgb-tabs-panel  li{
	list-style: none !important;
}
ul.advgb-tabs-panel li.advgb-tab > a{
	color:#0B254C !important;
font-family: "FuturaPT-Medium";font-size:16px !important;
min-height: 70px;
display: flex !important;
align-items: center;
justify-content: center;
  min-width: 120px
}
ul.advgb-tabs-panel li.advgb-tab{
border-radius:0px !important;margin: 0px !important;	
background:#D1DFF7 !important;
border-right: 1px solid #fff !important;
}

.wp-block-advgb-adv-tabs.advgb-tabs-wrapper  ul.advgb-tabs-panel li.advgb-tab:hover{
	background:#EDB543 !important
}
.wp-block-advgb-adv-tabs.advgb-tabs-wrapper  ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active a{
	color:#F7B316 !important
}
.wp-block-advgb-adv-tabs.advgb-tabs-wrapper  ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active{
	background-color:#0B254C !important;
}

.block-editor-block-list__block  .advgb-tabs-wrapper  ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active a{
		color:#F7B316 !important
}

.block-editor-block-list__block  .advgb-tabs-wrapper  ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active a p{
		color:#F7B316 !important
}
.block-editor-block-list__block .advgb-tabs-wrapper  ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active{
	background-color:#0B254C !important;
}

.wp-block-advgb-adv-tabs .advgb-tab-body-wrapper{
	border-radius: 0px !important;
border: 0 !important;
}

.advgb-tab-body-wrapper div.advgb-tab-body{
	padding-top: 50px;
	padding-left: 0;
padding-right: 0;
padding-bottom:0px;
}
.advgb-tab-body-wrapper div.advgb-tab-body > * {
  max-width: 1000px;
  margin-left:  auto;
  margin-right: auto;
}

.advgb-tab-body-container .wp-block-advgb-accordion-item.advgb-accordion-item{
	  max-width: 1000px;
  margin-left:  auto;
  margin-right: auto;
}

.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-group{
	max-width:100%;
	display: inline-block;
width: 100%;
}
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-group.lightbluepattern, .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-group.darkbluepattern{
	/*margin-top: -50px;*/
}
.staff_det h6{
	letter-spacing: 0.27px;
}
.staff_box{
	border: 1px solid #A7A9AC;position:relative;
}
.staff_box:hover{
		border: 1px solid #F7B316;
		outline:1px solid  #F7B316;
}
.staff_box:hover .expandable-btn{
	border: 1px solid #F7B316;
}

.expanding-grid .active .staff_box::after {
content: '';
position: absolute;
background: #fff;
height: 14px;
width: calc(100% + 2px);
bottom: -14px;
z-index: 9;
border-left: 1px solid #A7A9AC;
border-right: 1px solid #A7A9AC;
left: -1px;
}

.expand-content  h6 span{
	display: block;
}
.main_wrapper{

}
.route_title  h4 {padding:15px 30px; display:inline-block;}
.acco_content h4 {font-size:20px;}
.wp-admin #editor div.block-editor-writing-flow {
max-width: 100% !important;

}
@media only screen and (min-width: 1168px) {
	.editor-styles-wrapper .wp-block{
    width: 100% !important;
	}
}

.nRow{
	display:flex;min-width: 350px;
}
.formCOl{
	padding:0px 5px;
}
.wp-block-group__inner-container .wp-block-table {
	width:100%;max-width:100% !important;
}

.owl-stage .owl-item {
width: max-content !important;
}

.owl-stage .item {
width: max-content;
}

.owl-carousel .owl-item img {
width: auto;
margin-left: auto;
margin-right: auto;
}
.monthYear{
	display:flex;margin-left: -20px;
	margin-bottom: 15px;
}
.scFtrRow select{
	width:100%;
}
.monthYear .col{
	padding:0px 4px;
}
.form-control{
	font-size:16px;
}

.scFtrRow #sortby{
display:flex;	margin-right: 4px;
}
.newsList{
	max-width: 80%;
margin: auto;
}
.newscolbox{
	padding:0px 5px;
	margin-bottom:10px;
}
.scFtrRow .clear_btn{
	text-align:right;
	margin-right: 20px;
margin-top: 10px;
}

div.asp_m.ajaxsearchpro .probox,  .probox .promagnifier div.innericon , .probox .promagnifier{
	height:38px !important
}

.probox .proinput{
min-width: 300px;
right: 0;
background: #fff;
border: 1px solid #84ABF5 !important;
top: 38px;
z-index: 9999 !important;
color: #000000 !important;
min-height: 50px;
position: absolute !important;
}
.header-area  .search-btn div.asp_m.asp_m_1 .probox .proinput input.orig{
	color: #000000 !important;
font-size: 16px !important;
padding: 10px 10px !important;
}

input.orig::-webkit-input-placeholder
{
	color: #000000 !important;font-size: 16px !important;;font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  
}
input.orig:-moz-placeholder
 {
	color: #000000 !important;font-size: 16px !important;;font-family: "Open Sans", sans-serif;
    font-weight: 600 !important;
}
input.orig::-moz-placeholder
{
	color: #000000 !important;font-size: 16px !important;;font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
}
input.orig:-ms-input-placeholder
 {
	color: #000000 !important;font-size: 16px !important;;font-family: "Open Sans", sans-serif;
    font-weight: 600 !important;
}
div.asp_r.asp_r_1.vertical{
	min-width: 310px;top:78px !important
}


.activesc .probox::before {
    position: absolute;
    content: "";
    bottom: -32px;
    right: -7px;
    width: 0;
    height: 0;
    border-top: 10px solid #F7B316;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    z-index: 99999;
	top:auto;
}

.darkbluepattern .primary-medum-btn:hover, .darkblue .primary-medum-btn:hover{
	color:#0B254C;
}
.darkbluepattern .primary-medum-btn:focus , .darkblue .primary-medum-btn:focus{
	background: var(--primary-color);	color:#0B254C;
}

.darkbluepattern .wp-block-button .wp-block-button__link:hover ,  .darkblue .wp-block-button .wp-block-button__link:hover{
		color:#0B254C;	background: var(--primary-color);
}
.darkbluepattern .wp-block-button .wp-block-button__link:hover::before, .darkblue .wp-block-button .wp-block-button__link:hover::before{
	border-left-color:var(--primary-color);
}
.darkbluepattern .wp-block-media-text__content p{
	color:#fff;
}

.text_card_block{
	background:#D1DFF7;
	padding: 30px 30px;
}
.text_card_block  a{
	color: #000;
font-weight: 400;
}
.tel_em_fax p{
	margin-bottom:0px;
}
.tel_em_fax  a{
	    word-break: break-all;
}
.img_text_card_col{
	padding:0px 5px;
	margin-bottom: 10px;
}

.related-content-wrap h5 a{
	color: #0B254C;
}

.sidebar-area  .gfield_label{
	color:#fff;
}
.gform_footer  .gform_button {
	display: inline-block;
position: relative;
height: 50px;
line-height: 27px;
font-family: "FuturaPT-Bold";
font-size: 17px;
text-transform: uppercase;
color: var(--white);
background: var(--color-one);
border: 0;
border-radius: 0;
transition: none;
padding: 6px 20px;
}
.sidebar-area .gform_footer {
	text-align:center;
}

.sidebar-area .gform_body.gform-body .gform_fields {
	display: inline-block !important;
width: 100%;
}
.sidebar-area .gform_wrapper.gravity-theme .gfield{
	margin-bottom:15px;
}

.gform_footer{
  position: relative
}
.gform_footer:after{
position: absolute;
content: '';
width: 0;
height: 0;
border-left: 15px solid var(--color-one);
border-bottom: 24px solid transparent;
border-top: 24px solid transparent;
left: 100%;
top: 1px;  
}
.gform_wrapper.gravity-theme .gform_footer{
	display: table;
padding: 0 !important;
margin: 0px auto !important;
}

.gform_footer  .gform_button:hover {
    background: var(--primary-color);
    color: #0B254C;
}

.gform_footer:hover::after {
    border-left-color: var(--primary-color);
}
.alert-warning{
	background:#000;
	border: 0;
	width:100%;
	border-radius: 0;
border-bottom: 1px solid #fff;
text-align: center;
color: #F7B316;
font-family: "FuturaPT-Bold";
margin-bottom: 0;

}
.alert-warning a{
	color: #F7B316;margin-left: 15px;text-decoration:underline;
}

.alert-warning .close{
	opacity: 1;
color: #F7B316;
text-shadow: none;
font-size: 20px;
}

.select2-container--default .select2-selection--single{
	border: 1px solid #84ABF5 !important;
border-radius: 0 !important;
height: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:50px !important
}
.select2-container{
	max-width:100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top:12px !important;right:5px !important;
}
.filterClr{
	margin-top:15px;display:flex;align-items: center;
}
.filterClr .subBtn{
	position:relative;margin-right: 50px;
}
.filterClr .subBtn:after{
	position: absolute;
content: '';
width: 0;
height: 0;
border-left: 20px solid var(--color-one);
border-bottom: 25px solid transparent;
border-top: 25px solid transparent;
left: 100%;
top: 1px;
-webkit-transition: all 0.5s linear;
transition: all 0.5s linear;
text-decoration: none;
}
.filterClr .subBtn:hover:after{
	border-left-color: var(--hover-color);
}
.filterClr .clrBtn{
	color: #0B254C;
font-weight: bold;
}
.card-widget{
  background: #0B254C;
  padding: 30px 20px;
  border: 2px solid transparent;
}
.card-widget h3{
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.card-widget i{
  width: 100px;
  border-bottom: 2px dashed #F7B316;
  display: block;
  margin: 10px auto;
}
.card-widget p{
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.probox .promagnifier .innericon svg{
	fill: #022856 !important;
	width: 24px !important;
}


 .advgb-tab-body-wrapper ul , .wp-block-media-text__content ul {
  margin: 1.5rem;
  padding: 1.5rem;
}
 .advgb-tab-body-wrapper ul li , .wp-block-media-text__content ul li {
  list-style: disc;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--black);margin-bottom: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after{
  width: 10px;
height: 10px;
border-left: 2px solid #0072BC;
border-bottom: 2px solid #0072BC;
position: absolute;
right: 10px;
content: " ";
top: 5px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display:none !important
}
.select2-container--default.select2-container--open  .select2-selection__arrow:after{
	-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
		transform: rotate(135deg);
}
.select2-container--default .select2-selection--single .select2-selection__clear{
	height: 46px !important;margin-right: 35px !important;
}

.menu-image-title-after.menu-image-title{
	margin-left:5px;
}
.menu-image-hover-wrapper img{
	width:43px;height:42px;
}

.img_text_card_row.contactcard_row {
    justify-content: center;
}

.content-area{

max-width: 1100px;
margin: auto;
padding: 0px 20px;
	padding-top: 180px;
}
.comments-area input[type=text] , .comments-area textarea, .comments-area input[type=email], .comments-area input[type=url]{
	border: 1px solid #84ABF5;
min-height: 50px;
}
.comments-area label{
	min-width:90px;
}
.comments-area{
	margin-bottom:50px;
}

#store_locator_search_box{
	position: absolute;
right: 0;
width: auto;
z-index: 9;
display:flex;
top:40px;
flex-wrap: wrap;
}
.store_locator_sidebar {
	position:static;
}
.store_locator .store_locator_address_field{
	padding:10px 15px;min-width: 300px;border: 1px solid #84ABF5 !important;
}
.store_locator_main{
	padding:0px;
	
}
.store_locator.modal-body{
	padding-top:0px;
	padding-bottom:0px;
}
 h6.store_locator_name{
	font-size:18px;
	color:#053788;
}
.store_locator_filter .store_locator_filter_open_close{
	display:none;
}
.store_locator_filter_content .single_filter:last-child{
	display:none;
}
.store_locator_find_stores_button{
	position: absolute;
top: 0;
right: 16px;
width: 40px;
height: 50px;
background: #0072BC !important;
}
.store_locator_find_stores_button img{
	filter: brightness(0) invert(1);
}
.store_locator_details .store_locator_actions{
	margin-top: 10px;
}
.store_locator .select{
	margin-top:0px; border-radius:0px;min-height: 50px;min-width: 300px;
	border: 1px solid #84ABF5;
margin-left: 5px;
padding-left: 5px;
}
.store_locator_result_list_item:hover {
     background-color: #D1DFF7;
}
.store_locator_distance img{
	display:none;
}
.store_locator_result_list_item {
border-bottom: 2px solid #84ABF5;
padding:30px 30px;
}
.store_locator_result_list_box {
	padding:0px;
}
.store_tel_web a{
	color:#000000
}
.store_locator_search_box   .store-locator-col-sm-12 .store-locator-col-sm-12{
	position:static;
}
.store_locator_result_list_description{
	padding:0px;margin-bottom:10px;
}
.store_locator_find_stores_button::before {
    position: absolute;
    content: "";
    top: 0px;
    right: 38px;
    width: 0;
    height: 0;
    border-right: 15px solid #0072BC;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
}
.gm-style .gm-style-iw-c{
	background: #D1DFF7 !important;
border-radius: 0px !important;
box-shadow: none !important;
padding:30px 20px !important
}
.gm-style .gm-style-iw{
	font-size:16px;color:#000;font-weight: 400;
}
.gm-style-iw-d{
	overflow:hidden !important
}
#store_locator_result_list{
	max-height:640px !important
}
.store_locator_actions .btn-primary{
	background: #0072BC;
	padding: 6px 10px;
font-family: "FuturaPT-Bold";
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
position:relative;
color: #fff;
transition: none;
}
.store_locator_actions .btn-primary:hover , .store_locator_actions .btn-primary:focus{
	background:#053788 ;
}

.store_locator_actions .btn-primary::after   {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 14px solid var(--color-one);
    border-bottom: 17px solid transparent;
    border-top: 17px solid transparent;
    left: 100%;
    top: 0px;
}
.store_locator_actions .btn-primary:hover::after, .store_locator_actions .btn-primary:focus::after{
	border-left-color: #053788;
}
.store_locator_actions .store_locator_call_now{
	margin-left:20px;
}

.has-text-field #wp-link .query-results#most-recent-results {
    top: 250px;
}
.filter-widget .select-widget select{
	width:100%;
}

.routeRow{

margin: 0;
padding: 20px 0px;
clear:left;
}
.routeRow .rtCol{
	padding-bottom:20px;
}
.rtnrow {
	clear: left;
margin-top: 20px;
display: inline-block;
margin-left: 0;
margin-right: 0
}

.gm-style div:nth-child(2) div:last-child div{
	
}
.wp-block-embed {margin: 0px;}

.main_wrapper > .advgb-tabs-wrapper .advgb-tab-body >  .wp-block-columns  > .wp-block-column h3:first-child{
	padding-top:20px
}
 .post-password-form{
	max-width: 1000px;
margin: auto;
padding: 30px 0px;
}
.button-list li, .button-list{
	list-style:none !important
}

li.widget_block{ list-style:none; }
li.widget{ list-style:none; }

.wp-block-advgb-button .wp-block-advgb-button_link {
  display: inline-block;
  position: relative;
padding: 11px 20px 11px 20px;
  font-family: "FuturaPT-Bold";
  font-size: 1.7rem;
  text-transform: uppercase;
  color: var(--white);
  background: var(--color-one) !important;

  transition: none !important;
  border: none;
border-radius: 0px !important;
}
.wp-block-advgb-button .wp-block-advgb-button_link:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid var(--color-one);
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  left: 100%;
  top: 1px;
  text-decoration: none;
}
.wp-block-advgb-button .wp-block-advgb-button_link:hover {
  color: var(--white);
  background: var(--hover-color) !important;
}
.wp-block-advgb-button .wp-block-advgb-button_link:hover:before {
  border-left-color: var(--hover-color);
}

.wp-block-columns.darkbluepattern  .wp-block-column  .wp-block-group__inner-container > *{
	color:#fff;
}
.wp-block-columns.darkbluepattern  .wp-block-column  .wp-block-group__inner-container > p strong, .wp-block-columns.darkbluepattern  .wp-block-column  .wp-block-group__inner-container > p a{
	color:#fff;
}
.wp-admin .wp-block-group  p, .wp-admin .wp-block-group  ul li, .wp-admin .wp-block-group  ol li , .wp-admin  .wp-block-media-text__content p ,  .wp-admin .wp-block-media-text__content  ol li  , .wp-admin .wp-block-media-text__content  ul li  {
	font-family: "Open Sans", sans-serif;
	font-size:16px;
}

.main_wrapper ul li ul, .main_wrapper ol li ol, .main_wrapper ol li ul{
	padding-top:0px;
	padding-bottom:0px;
}

.expand-content ul{
	display: inline-block;
	padding-top: 0;
margin-top: 0;
padding-bottom: 0;
}
.expand-content ul li{
	width: auto;
padding: 0;
list-style: disc;
margin-bottom: 10px;
}
.expand-content ul li:last-child{
	margin-bottom:0px;
}
.main_wrapper > .wp-block-columns{
	margin-bottom:0px;
}
.alt_row{
	padding:25px 0px;
}
.alt_col{
	margin:0 auto;
}

.row.two .button-list li{
width:50%;
flex-basis: 50%;
}
.row.four .button-list li{
width:25%;
flex-basis: 25%;
}
.row.three .button-list li{
	width:33.3%;
	flex-basis: 33.3%;
}
.darkbluepattern .wp-block-group__inner-container > p , .darkbluepattern .wp-block-group__inner-container > p  strong {
	color: #fff;
}

.darkblue .wp-block-group__inner-container > p , .darkblue .wp-block-group__inner-container > p  strong {
	color: #fff;
}

.main_wrapper > .advgb-tabs-wrapper {
	padding-bottom:40px;
}
.page-id-253 .main_wrapper > .advgb-tabs-wrapper{
	padding-bottom:0px;
}
.media{
	display:block;
}
.single-feature  .media{
	display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
.media-attachments-filter-heading, .media-frame-menu-heading{
	font-size:14px !important;padding-top:0px;padding-bottom:0px;
}

.row.left .service-list .row {
    justify-content: flex-start;
}
.row.expanding-grid{
	margin-left:0px;
	margin-right:0px;
}
.media-upload-form .media-item{
	clear:both;
}
.alert_contents, .alert_contents *{    
	color: #F7B316;
    background-color: #0B254C;
}
ul.accordion li .acco_content .alert_contents {
	display:inline-block;
}

.darkbluepattern .wp-block-group__inner-container > ul li , .darkblue .wp-block-group__inner-container > ul li , .darkbluepattern .wp-block-group__inner-container > ol li , .darkblue .wp-block-group__inner-container  > ol li {
		color: #fff;
}


.wp-admin .wp-block-advgb-table thead td{
	align-items: center;
    height: 8rem;
    background: #0072bc;
    padding: 0 2rem; 
    margin: 0;
    font-family: "FuturaPT-Bold";
    font-size: 1.8rem;
    text-transform: capitalize;
    color: var(--white);
	letter-spacing: 0.28px;
	padding-left: 15px !important;
	}
	
.wp-admin .wp-block-advgb-table.is-style-stripes tbody tr:nth-child(2n+1) {background:#D1DFF7 !important}
.wp-admin .wp-block-advgb-table tbody tr:nth-child(2n) {background:#EBF3FF}
.wp-admin .wp-block-advgb-table tbody td {
    border-right: 1px solid #1B79CB;
  border-bottom: 0px !important;
    font-family: "Open Sans", sans-serif;
	border-top: 0;
border-left: 0;
}

.wp-admin .wp-block-advgb-table td:last-child, .wp-block-table.is-style-stripes th:last-child {border-right: none}
.wp-admin .wp-block-advgb-table thead {border-bottom:none;}

.formCOl .nRow .primary-btn{
	height:50px;
	padding: 1.2rem 2rem 1.2rem 2rem;
	margin-top: 33px !important;
}

.wpDataTables  .responsiveExpander{
	background: var(--secondary-color) !important;
border-radius: 0 !important;
color: var(--primary-color);
opacity: 1 !important;
width: 25px;
text-align: center;
height: 25px;
padding-left: 6px !important;
padding-top: 5px !important;;
}
.wpdt-c .wdt-datatables-admin-wrap .card .card-header.wdt-admin-card-header .actions{
	position:static;
}
.main_wrapper .wpDataTablesWrapper div.dt-buttons{
	float:left;
}

.main_wrapper .wpdt-c.wdt-skin-material .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
    background: #0072BC;
    color: #fff;
	border-right: 1px solid #fff;
}

table.wpDataTable  tbody tr:nth-child(2n+1) {
    background: #D1DFF7 !important;
}
table.wpDataTable tbody tr:nth-child(2n) {
    background: #EBF3FF;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper table.wpDataTable > tbody > tr > td{
	text-align:left !important;
	border-right: 1px solid #1B79CB !important;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper table.wpDataTable > tbody > tr > td:last-child{
	border-right:0 !important;
}

.wp-block-cover h2{
	font-size:3rem;
}
ul.has-large-font-size{
	font-size: 3rem;
line-height: 4rem;
}
.wp-block-cover  ul li{
	margin-bottom:10px;
}

.has-custom-content-position.wp-block-cover:before{
	background: rgba(0,0,0,0.6);
} 
.wp-block-cover__inner-container{
	width: 100% !important;
padding: 0 10%;
}

 .monthYear  .select-widget{
	 padding-top: 2px;
 }
 
 .aligncenter .button-list{
	 justify-content:center;
 }
 
 .wp-pagenavi a, .wp-pagenavi span{
  font-family: "FuturaPT-Bold";
font-weight: bold;
border: none;
padding:5px 10px;
color: #053788;
font-size:18px;
}
.wp-pagenavi span.current{
	background: #0072BC;
color: #fff;
}

.nextpostslink span, .previouspostslink span{
	color:#292929;
	padding-left: 0;
padding-right: 0;
}
.wp-pagenavi{

}
.wp-pagenavi a {
	position:relative;
}
.wp-pagenavi a:after{
	content: '';
position: absolute;
background: #0072BC;
height: 30px;
width: 1px;
right: 0px;
top: 0;
}
.wp-pagenavi a.nextpostslink{
	color:#053788;font-family: "Open Sans", sans-serif;
	font-size:16px;
	margin-left: 5px;
	font-weight:600;
}
.wp-pagenavi a.previouspostslink{
	color:#000000;font-family: "Open Sans", sans-serif;
	font-size:16px;
	margin-right: 15px;
		font-weight:600;
		
}
.wp-pagenavi a.previouspostslink i{
	color:#0072BC;
}
.wp-pagenavi a.nextpostslink:after , .wp-pagenavi a.previouspostslink:after{
	display:none;
}
.pagination{
	justify-content: center;margin-bottom: 30px;
}

.left_right_pad{
	padding-left:30px;
	padding-right:30px;
}

.wp-block-group ul.has-large-font-size li , p.has-large-font-size{
	font-size: 22px;
}
.wpDataTableFilterSection .wdt-clear-filters-button{
	padding: 8px 12px !important;
font-family: "FuturaPT-Bold";
color: var(--white) !important;
background: var(--color-one);
font-size: 15px !important;
}
.wdt-clear-filters-button:hover{
	background: var(--hover-color);
}

.search-news-container .clear_btn .primary-medum-btn:hover{
	background: var(--hover-color);
}

.search-news-container .clear_btn .primary-medum-btn:hover::before {
  border-left-color: var(--hover-color);
}

[id^="sb_youtube_"].sb_youtube .sby_video_thumbnail{
	min-height:185px !important
}

.sign-up-widget .ctct-disclosure{
	display:none;
}

.sign-up-widget .ctct-form-wrapper form{
	display:flex;align-items: center;
}
.sign-up-widget .ctct-form-wrapper .ctct-form-field{
	min-width:30%;padding-right: 15px;
}

.sign-up-widget .ctct-form-field input[type="text"], .sign-up-widget  .ctct-form-field input[type="email"]{
		min-height: 50px;
border: 1px solid #84ABF5;
padding: 10px;
}
.sign-up-widget  .ctct-submit{
	display: inline-block;
position: relative;
line-height: 27px;
font-family: "FuturaPT-Bold";
font-size: 17px;
text-transform: uppercase;
color: var(--white);
background: var(--color-one);
border: 0;
border-radius: 0;
margin-top: 20px;
transition: none;
padding: 6px 20px;
}

.sign-up-widget  .ctct-submit:hover {
    background: var(--primary-color);
    color: #0B254C;
}
.ctct-form-wrapper .ctct-form abbr{
	margin-left: 5px;position: absolute;
}
.sign-up-widget .ctct-form-wrapper .ctct-form-field.ctct-form-field-submit{
	margin-left:20px;
	position: relative;
width: auto;
min-width: auto;
padding-right: 0;
}

.sign-up-widget .ctct-form-wrapper .ctct-form-field.ctct-form-field-submit::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid var(--color-one);
border-bottom: 19px solid transparent;
border-top: 19px solid transparent;
    left: 100%;
    top: 20px;
}
.sign-up-widget .ctct-form-wrapper .ctct-form-field.ctct-form-field-submit:hover::after{
	border-left-color: var(--primary-color);
}

.wp-admin .wp-block.is-content-justification-center{
	text-align:center;
}

.darkbluepattern .wp-block-column > * , .darkblue .wp-block-column > * {
	color:#fff;
}

.news-title .route_title  img{
	width: 30px;
float: right;
margin-right: 40px;
margin-top: 12px;
}

.page-id-253  .wp-block-buttons > .wp-block-button.wp-block-button {
	margin-right: 15px;
}

.wp-block-group__inner-container > .wp-block-quote , .wp-block-group__inner-container > .gform_wrapper , .wp-block-group__inner-container > .wp-block-image ,
.advgb-tab-body > .wp-block-group  .wp-block-group__inner-container > .imagelist 
{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.gform_wrapper.gravity-theme input[type="color"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
	border: 1px solid #84ABF5;
	min-height: 50px;
line-height: 25px;
}

.expand-content a[href$=".pdf"]:before {background-image:url('../img/PDF@2x.png'); background-size:15px; background-position:0px 0px; background-repeat:no-repeat; content:""; width:20px; height:20px; float:left; margin-right:5px; margin-top:5px;}
.route_alert {background:#0B254C; padding:10px}
.route_alert p{color:#F7B316;  }
.route_alert a {color:#F7B316; text-decoration:underline  }

.document_era {
	display: flex;
flex-wrap: wrap;
}
.document_era.aligncenter{
	text-align:center;
}
.document_era .doc_block {
	width:100%;
}
.document_era .doc_block.half {
	width:50%;
}
.sign-up-widget .gform_wrapper  form{
	display: flex;
align-items: center;
}
.sign-up-widget .gform_footer {
	position: relative;top: 15px;left:70px;
}
.sign-up-widget .gfield_label{
	color:#fff;
}
.sign-up-widget iframe{
	margin-top: 10px;
}

.advgb-tab-body .imagelist.aligncenter .row{
	justify-content:center;
}
.acco_content .route_alert .icon-link img{
	filter: invert(70%) sepia(300%) saturate(500%) hue-rotate(349deg) brightness(100%) contrast(94%);
	margin-right:6px;
}

.aligncenter .expanding-grid .links{
	text-align:center;
}

.mul_but{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;margin-top: 20px;
}

.imagelist ul li
{
padding: 5px;
margin-bottom: 0px;
}
.footer-area .footer-menu ul li.hide-unlogged {display:none;}
.logged-in .footer-area .footer-menu ul li.hide-unlogged {display:block;}