html, body{
	width:100%;
	max-width:100%;
	overflow-x:hidden;
}

body {
  font-family: 'Jost', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #2a2a2a;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  color: #000;
  font-weight: 500;
  font-family: 'Jost', Helvetica, sans-serif;
}

h1 {
  font-size: 48px;
  line-height: 72px;
}

h2 {
  font-size: 36px;
  line-height: 54px;
}

h3 {
  font-size: 24px;
  line-height: 36px;
}

h4 {
  font-size: 18px;
  line-height: 27px;
}

h5 {
  font-size: 14px;
  line-height: 21px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
}


/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
  color: #00539c;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

a:hover,
a:focus {
  color: #7b8a97;
  text-decoration: none;
}


/* --------------------------------------------------
GENERAL
----------------------------------------------------- */
img {
  max-width: 100%;
}

hr {
  border-top: 1px solid #ebebeb;
}


/* ----------------------------------------------------------------
Breadcrumb
-------------------------------------------------------------------*/
.breadcrumb {
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb a,
.breadcrumb>.active {
  color: #fff;
}

.breadcrumb a:hover {
  color: #00539c;
  text-decoration: none;
}

.breadcrumb.separator-arrow>li+li:before {
  padding: 0 8px;
  font-family: "FontAwesome";
  content: '\f105';
}

/* ------------------------------------------------------------------
GLOBAL BUTTON STYLE
--------------------------------------------------------------------- */
/*common style for all btn*/

button:focus {
  outline: none !important;
}

.btn {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 44px;
  font-weight: 300;
}


/*btn-primary*/
.btn-primary {
  background-color: #ffd662;
border-color: transparent;
text-transform: uppercase;
border-radius: 30px;
font-weight: 400;
font-family: Jost;
color: #000;
}

.btn-primary:hover, 
.active.btn-primary, 
.btn-primary:focus {
  background-color: #00539c;;
  border-color: transparent;
}

.btn:focus, 
.btn:active:focus {
  outline: none;
}

.btn-lg {
  padding: 15px 50px !important;
}

.btn-primary.readmore {
  color: #fff;
  border-color: transparent;
  height: 35px;
  width: 160px;
  font-size: 14px;
  line-height: 24px;
  padding: 4px;
  border-radius: 30px;
}

/* --------------------------------------------------
List-group-item
----------------------------------------------------- */
a.list-group-item {
  color: #7b8a97;
}

.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
  background-color: #00539c;
  border-color: #00539c;
}

/* --------------------------------------------------
SECTION
----------------------------------------------------- */
.section-padding {
  padding: 60px 0;
  position: relative;
}

.section-sub {
  line-height: 30px;
  display: inline-block;
  position: relative;
}

.page-title-section {
  background: url(../images/page-header-bg.jpg);
  background-size: cover;
}

.page-header h1 {
  color: #fff;
  margin: 0;
}

.overlay-bg {
  background: #3b2b6a;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, #3b2b6a 0%, #307c95 100%, #7db9e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3B2B6A), color-stop(100%,#307c95), color-stop(100%,#7db9e8));
  background: -webkit-linear-gradient(left, #3b2b6a 0%,#307c95 100%,#7db9e8 100%);
  background: -o-linear-gradient(left, #3b2b6a 0%,#307c95 100%,#7db9e8 100%);
  background: -ms-linear-gradient(left, #3b2b6a 0%,#307c95 100%,#7db9e8 100%);
  background: linear-gradient(to right, rgba(59, 43, 106, 0.9) 0%,rgba(48, 124, 149, 0.9) 100%,rgba(125, 185, 232, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b2b6a', endColorstr='#7db9e8',GradientType=1 );
}

/*top-bar*/


.top-bar .overlay-bg {
  padding: 8px 0;
}

/*call-to-action*/
.call-to-action {
}

.call-to-action ul li a {
  font-size: 16px;
  color: #fff;
}

.call-to-action ul li a:hover {
  color: #00539c;
  text-decoration: none;
}

.call-to-action i {
  margin-right: 5px;
}


/*social-links*/
.social-links {
}

.social-links li {
  padding-right: 2px;
  padding-left: 2px;
}

.social-links li a {
  color: #fff;
}

.social-links li a:hover {
  color: #00539c;
}

.social-links i {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.top-bar {
    background: url(../images/topbar-bg.jpg) no-repeat;
        background-size: auto auto;
    background-size: cover;
}
.social-links-a{
	text-transform:uppercase;
	font-size: 14px;
color: #fff;
margin-left: 10px;
padding: 0 12px;
border-radius:25px;
border: 1px solid rgba(255, 255, 255, 0.2);
}
.social-links-a:hover,
.social-links-a:focus{
	color:#00539c
}

.top-bar .social-links i {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}

.social-share ul li a {
  color: #363A45;
}

.social-share ul li i {
  border: 1px solid #E0E0E0;
  box-shadow: none;
}

/*language-support*/
.lang-support {
  min-width: 116px;
  margin-left: 20px;
}


/*Logo*/
h1.logo {
  margin: 0;
  padding: 0;
}

/*content-image*/

.img-alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.img-alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.img-alignnone {
  margin: 5px 20px 20px 0;
}


/* ------------------------------------------------------------------
FOOTER WIDGET SECTION
--------------------------------------------------------------------- */
.footer-widget-section {
  background-color: #023f75;
  color:#fff;
  position:relative
}

.footer-widget-section:before{
	position:absolute;
	content:"";
	background:url(../images/footer.png) no-repeat left center/contain;
	left: 0;
top: 0;
bottom: 0;
right: auto;
width: 500px;
height:597px;
}
.footer-widget {
	margin: 0 0 35px;
}
.footer-widget h3 {
  margin-bottom: 15px;
  position:relative;
  padding-left:35px;
  text-transform:capitalize;
  color:#fff
}
.footer-widget h3:before{
	width:55px;
	height:55px;
	position:absolute;
	content:"";
	left: -10px;
background: url(../images/bucket.png);
transform: scale(.6);
top: -13px;
}
.footer-widget-section address a {
	color: #2a2a2a;
}

.footer-widget-section address .modal-map {
  border: 0;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  padding: 6px 16px;
  margin-top: 12px;
  border-radius: 30px;
  background-color: #00539c;
}

.footer-widget-section address .modal-map:hover {
  background-color: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.footer-widget-section address .tel {
  display: block;
  margin-top: 35px;
  position: relative;
}

.footer-widget-section address .tel::before {
  content: "";
  width: 35px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -10px;
  left: 0;
}
.footer-widget ul{
	padding:0;
	list-style-type:none
}
.footer-widget ul li {
  line-height: 32px;
}

.footer-widget ul li a {
  color: #fff;
  border-bottom: 1px dashed #0882ed;
  padding: 10px 0;
  display: block;
  }

.footer-widget ul li a:hover {
  color: #ffd662;
  text-decoration: none;
}

/* ------------------------------------------------------------------
COPYRIGHT SECTION
--------------------------------------------------------------------- */
.copyright-section {
  background-color: #00539c;
  padding: 45px 0;
  color:#fff
}

.footer-menu li {
  line-height: 32px;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-menu li::before {
  content: "\f111";
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 0;
  right: -6px;
  font-size: 7px;
}

.footer-menu li:last-child::before {
  content: "";
}

.footer-menu li a {
  color: #fff;
}

.footer-menu li a:hover {
  color: #000;
  text-decoration: none;
}

.copyright-info {
  margin-top: 14px;
  color: #b4b4b4;
  display: block;
  font-size: 14px;
}

.copyright-info span {
  color: #fff;
}

/* ------------------------------------------------------------------
BACK TO TOP
--------------------------------------------------------------------- */
#toTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #00539c;
  cursor: pointer;
  display: none;
  z-index: 9999;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  background: #fff;
  border-radius: 10px;
}

#toTop:hover {
  color: #fff;
  background-color: #00539c;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#toBottom {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  z-index: 9999;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #333;
font-weight: 700;
font-size: 25px;
transform: rotate(-45deg);
  line-height: 35px;
  background: #fff;
}
#toBottom i{
	transform: rotate(45deg);
}
#toBottom:hover {
  color: #fff;
  background-color: #00539c;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* Widget CSS */

.widget {
  margin-bottom: 45px;
}

h2.widget-title {
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
}

.widget li a {
  color: #7b8a97;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.widget li a:hover {
  color: #00539c;
}
