/*----------------------------------
Template Name: Unship
Description: HTML5 / CSS3 Multi Page
Version: 1.0
*Author: uiCookies.
------------------------------------*/

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	/*  background: #f8f7f7;*/
	background: transparent;
	color: #62646c;
	-webkit-font-smoothing: antialiased !important;
}
/* ------------------------------------------------
TYPOGRAPHY
--------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	color: #002469;/*  font-family: 'Montserrat', sans-serif;*/
}
h1 {
	font-size: 44px;
	line-height: 72px;
}

@media (max-width:767px) {
h1 {
	font-size: 22px;
	line-height: 36px;
	padding-top: 20px;
}
}
h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
}
h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
}
P {
	margin: 0;
}
/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
	color: #ca9a31;
	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: #187fcd;
	text-decoration: none;
}
/* --------------------------------------
LINK STYLE GOLD BACKGROUND
------------------------------------------*/

.bluelink {
	color: #002469;
	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;
}
.bluelink, .bluelink:active, .bluelink:focus, .bluelink:active {
	text-decoration: none;
	outline: none;
}
.bluelink:hover, .bluelink:focus {
	color: #187fcd;
	text-decoration: none;
}
/* --------------------------------------------------
GENERAL
----------------------------------------------------- */
img {
	max-width: 100%;
}
.brand-image-treasury
{
	width:100px;
	height:100px;
}
hr {
	border-top: 1px solid #d7e2e8;
}
/*global margin/padding classes*/

.separetor {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d7e2e8;
}
address {
	line-height: 24px;
}
.page-header {
	padding-bottom: 0;
	margin: 40px 0 0;
	border-bottom: 0;
}
.mark {
	color: #002469;
	background: transparent;
	padding: 0;
}
.dropcap {
	display: inline-block;
	float: left;
	font-size: 48px;
	padding: 0 10px 0 0;
	line-height: 50px;
	color: #62646c;
}
/* ----------------------------------------------------------------
Breadcrumb
-------------------------------------------------------------------*/
.breadcrumb {
	padding: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	margin-top: -10px;
}
.breadcrumb a, .breadcrumb>.active {
	color: #fff;
}
.breadcrumb a:hover {
	color: #ca9a31;
	text-decoration: none;
}
.breadcrumb.separator-arrow>li+li:before {
	padding: 0 8px;
	font-family: "FontAwesome";
	content: '\f105';
}
/* ----------------------------------------------------------------
Pagination
-------------------------------------------------------------------*/
.pagination>li>a, .pagination>li>span {
	color: #002469;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #002469 !important;
	background-color: #fff;
	border: 2px solid #002469 !important;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #002469;
	border-color: #002469;
}
/*borderless pagination*/

.pagination.borderless>li>a, .pagination.borderless>li>span {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border-color: transparent;
	margin: 0 1px;
}
/*pager*/

.pager li>a:hover, .pager li>a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #002469;
	border-color: transparent;
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
	border-color: #ddd;
}
/* ----------------------------------------------------------------
Bootstrap Modal
-------------------------------------------------------------------*/
.modal-open {
	padding-right: 0 !important;
}
.modal-content {
	border-radius: 0;
	background: #f8f7f7;
	padding: 30px;
	border: 0;
}
.modal-body {
	padding: 0;
	margin-top: 30px;
}
.modal-header {
	position: relative;
	padding: 0;
	border: 0;
}
.modal-header .modal-title {
	font-size: 24px;
	padding: 0;
}
.modal-header .close {
	position: absolute;
	top: -30px;
	right: -30px;
	margin: 0;
	background: #D9534F;
	padding: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-shadow: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.modal-header .close:hover {
	background: #D43F3A;
}
label {
	font-weight: 500;
	color: #62646c;
	font-size: 14px;
	line-height: 18px;
}
.modal-content .form-group {
	margin-bottom: 20px;
}
.modal-content .btn-primary {
	background: #002469;
	color: #fff;
}
.modal-content .btn-primary:hover {
	background: #fff;
	color: #333;
}
/* ------------------------------------------------------------------
GLOBAL BUTTON STYLE
--------------------------------------------------------------------- */
/*common style for all btn*/

button:focus {
	outline: none !important;
}
.btn {
	font-size: 16px;
	line-height: 24px;
	padding: 10px 44px;
	border-radius: 30px;
	font-weight: 300;
}
/*btn-primary*/
.btn-primary {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px 18px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dba936+0,ca9a31+100 */
	background: #dba936; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #dba936 0%, #ca9a31 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #dba936 0%, #ca9a31 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #dba936 0%, #ca9a31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dba936', endColorstr='#ca9a31', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 2px solid #CA9A31;
	text-transform: uppercase;
	border-radius: 30px;
	line-height: 25px;
}
.btn-primary i {
	margin-left: 5px;
}
.btn-primary:hover, .active.btn-primary, .btn-primary:focus {
	background-color: transparent;
	background: transparent;
	border: 2px solid #CA9A31;
	color: #CA9A31;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border: 2px solid #5cb85c;
	font-weight: 500;
	padding: 10px 35px;
}
.btn-success:hover, .active.btn-success, .btn-success:focus {
	background-color: transparent;
	background: transparent;
	border: 2px solid #5cb85c;
	color: #5cb85c;
}
.btn-danger {
	font-weight: 500;
	padding: 10px 35px;
}

.btn-blue {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px 18px;
	background: #002469;
	border: 2px solid #002469;
	text-transform: uppercase;
	border-radius: 30px;
	line-height: 25px;
}
.btn-blue i {
	margin-left: 5px;
}
.btn-blue:hover, .active.btn-blue, .btn-blue:focus {
	background-color: rgba(255,255,255,.3);
	border: 2px solid #002469;
	color: #002469;
}
.btn:focus, .btn:active:focus {
	outline: none;
}
.btn-rounded {
	border-radius: 30px;
}
.btn-lg {
	padding: 18px 50px !important;
	font-size: 18px !important;
	background: #dba936;
background: -moz-linear-gradient(-45deg, #dba936 0%, #ca9a31 100%);
background: -webkit-linear-gradient(-45deg, #dba936 0%, #ca9a31 100%);
background: linear-gradient(135deg, #dba936 0%, #ca9a31 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dba936', endColorstr='#ca9a31', GradientType=1 );
border: 2px solid #CA9A31;
	color: #FFF;
	font-weight: bold;
}
.btn-lg:hover {
	background: transparent;
	color: #CA9A31;
}
.btn-md {
	padding: 18px 20px !important;
	font-size: 18px !important;
	background: #dba936;
background: -moz-linear-gradient(-45deg, #dba936 0%, #ca9a31 100%);
background: -webkit-linear-gradient(-45deg, #dba936 0%, #ca9a31 100%);
background: linear-gradient(135deg, #dba936 0%, #ca9a31 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dba936', endColorstr='#ca9a31', GradientType=1 );
border: 2px solid #CA9A31;
	color: #FFF;
	font-weight: bold;
}
.btn-md:hover {
	background: transparent;
	color: #CA9A31;
}
.form-group button[type="submit"] {
	padding: 15px 40px;
	font-size: 14px;/*  font-family: 'Montserrat', sans-serif;*/
}
.btn, button, .btn-primary span i {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
/* --------------------------------------------------
LIST STYLE
----------------------------------------------------- */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*List check-square*/
ul.check-square li {
	display: list-item;
	position: relative;
	line-height: 36px;
	padding-left: 25px;
}
ul.check-square li::before {
	content: "\f14a";
	font-family: "Font Awesome 5 Pro";
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 0;
	color: #002469;
}
/*List check-square-o*/
ul.check-square-o li {
	display: list-item;
	position: relative;
	line-height: 36px;
	padding-left: 25px;
}
ul.check-square-o li::before {
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 0;
	color: #002469;
}
/*List check*/
ul.check li {
	display: list-item;
	position: relative;
	line-height: 36px;
	padding-left: 25px;
}
ul.check li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 0;
	color: #002469;
}
/*List check-circle*/
ul.check-circle li {
	display: list-item;
	position: relative;
	line-height: 30px;
	padding-left: 25px;
	margin-left: 10px;
	margin-top: 10px;
}
ul.check-circle li::before {
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 0;
	color: #002469;
}
/*List x-circle*/
ul.x-circle li {
	display: list-item;
	position: relative;
	line-height: 30px;
	padding-left: 25px;
	margin-left: 10px;
	margin-top: 10px;
}
ul.x-circle li::before {
	content: "\f057";
	font-family: "Font Awesome 5 Pro";
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 0;
	color: #ff0000;
	
}/*List accepted-circle*/
ul.accepted-circle li {
	display: list-item;
	position: relative;
	line-height: 30px;
	padding-left: 25px;
	margin-left: 10px;
	margin-top: 10px;
}
ul.accepted-circle li::before {
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 0;
	color: #008000;
}
/*List map-marker*/
ul.location li {
	display: list-item;
	position: relative;
	line-height: 20px;
	padding-left: 18px;
	margin-left: 0px;
}
ul.location li::before {
	content: "\f3c5";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0;
	color: #62646c;
}
/*List phone*/
ul.phone li {
	display: list-item;
	position: relative;
	line-height: 20px;
	padding-left: 18px;
	margin-left: 0px;
}
ul.phone li::before {
	content: "\f095";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
	color: #62646c;
}
/*List envelope*/
ul.envelope li {
	display: list-item;
	position: relative;
	line-height: 20px;
	padding-left: 18px;
	margin-left: 0px;
}
ul.envelope li::before {
	content: "";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 0;
	color: #62646c;
}
/*BUP List map-marker*/
ul.location2 li {
	display: list-item;
	position: relative;
	line-height: 30px;
	padding-left: 25px;
	margin-left: 0px;
	font-size: 19px;
    color: #fff;
}
ul.location2 li::before {
	content: "\f3c5";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 0;
	color: #ca9a31;
}
/*BUP List phone*/
ul.phone2 li {
	display: list-item;
	position: relative;
	line-height: 30px;
	padding-left: 25px;
	margin-left: 0px;
	font-size: 19px;
    color: #fff;
}
ul.phone2 li::before {
	content: "\f095";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	color: #ca9a31;
}
/*BUP List envelope*/
ul.envelope2 li {
	display: list-item;
	position: relative;
	line-height: 30px;
   padding-left: 25px;
	margin-left: 0px;
	font-size: 19px;
}
ul.envelope2 li::before {
	content: "";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 0;
	color: #62646c;
}
/*List Warning-sign*/
ul.warning li {
	display: list-item;
	position: relative;
	line-height: 20px;
	padding-left: 40px;
	margin-left: 0px;
}
ul.warning li::before {
	content: "\f071";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	font-size: 50px;
	position: absolute;
	left: 0;
	top: 20;
	color: #000;
}
.sticky-container {
	width: 100%;
}
/* ----------------------------------------------------------------
Form Style
-------------------------------------------------------------------*/
.form-group {
	margin-bottom: 50px;
}
.form-group.submit-btn {
	margin-bottom: 0;
}
.form-control {
	position: relative;
	border: 4px solid #ccc;
	border-radius: 3px;
	height: 60px;
}
.form-control:focus {
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
	-ms-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
textarea.form-control {
	height: 250px;
}
/* --------------------------------------------------
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: #002469;
	border-color: #002469;
}
/* --------------------------------------------------
GLOBAL SECTION STYLES
----------------------------------------------------- */
section {
	position: relative;
}
.section-padding {
	padding: 35px 0 50px;
}
.section-padding2 {
	padding: 80px 0;
}
@media (max-width: 767px) {
.section-padding {
	padding: 50px 0;
}
.section-padding2 {
	padding: 50px 0;
}
}
.page-title-section {
	text-align: center;
	padding: 50px 0 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003893+0,002469+100 */
	background: #003893; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #003893 0%, #002469 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #003893 0%, #002469 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #003893 0%, #002469 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003893', endColorstr='#002469', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.page-title-section:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #f8f7f7;
	margin-left: -20px;
}
.page-title-section.white-arrow:after {
	border-bottom: 18px solid #fff;
}
.page-title-section .page-header {
	margin: 0 0 10px;
}
.page-title-section .page-header h1 {
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
}
/*--------------------------- 
          TOP BAR
-----------------------------*/
.header {
	background: #fff;
}
/*top-bar*/
.top-bar {
	padding: 0px 0;
}
.top-bar .social-links i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
}
.top-bar .social-links span {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
}
/*call-to-action*/

.call-to-action {
	padding: 15px 0;
}
.call-to-action ul li {
	margin-right: 10px;
}
.call-to-action ul li a {
	font-size: 14px;
	line-height: 21px;
	color: #333;/*  font-family: 'Montserrat', sans-serif;*/
}
.call-to-action ul li a:hover {
	color: #002469;
	text-decoration: none;
}
.call-to-action i {
	margin-right: 5px;
}
/*login-register*/

.login-register li {
	position: relative;
}
.login-register li:first-child:after {
	position: absolute;
	right: -5px;
	content: "/";
}
.login-register li:last-child:after {
	content: "\f090";
	font-family: "Font Awesome 5 Pro";
	margin-left: 5px;
}
.login-register li, .login-register li a {
	color: #fff;
	font-weight: 500;
}
.login-register li a {
	font-size: 12px;
}
.login-register li a:hover {
	color: #002469;
}
.topbar-right {
	padding: 15px 0;
}
/*social-links*/

.social-links li {
	padding-right: 2px;
	padding-left: 2px;
}
.social-links li a {
	display: inline-block;
}
.social-links li a i {
	color: #002469;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #f7f7f7;
/*	background: rgba(202, 154, 49, .3);*/
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.social-links li a:hover i {
	color: #fff;
}
.social-links li a:hover i.fa-facebook-f {
	background: #3a5795;
}
.social-links li a:hover i.fa-twitter {
	background: #2b7bb9;
}
.social-links li a:hover i.fa-instagram {
	background: #517fa4;
}
.social-links li a:hover i.fa-tumblr {
	background: #529ecc;
}
.social-links li a:hover i.fa-youtube {
	background: #cc181e;
}
.social-links li a:hover i.fa-flickr {
	background: #ff0084;
}
.social-links li a:hover i.fa-dribbble {
	background: #ea4c89;
}
.social-links li a:hover i.fa-google-plus {
	background: #da4835;
}
.social-links li a:hover i.fa-linkedin {
	background: #287bbc;
}
.social-links li a span {
	color: #002469;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #f7f7f7;
/*	background: rgba(202, 154, 49, .3);*/
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.social-links li a:hover span {
	color: #fff;
}
.social-links li a:hover span.fa-facebook-f {
	background: #3a5795;
}
.social-links li a:hover span.fa-twitter {
	background: #2b7bb9;
}
.social-links li a:hover span.fa-instagram {
	background: #517fa4;
}
.social-links li a:hover span.fa-tumblr {
	background: #529ecc;
}
.social-links li a:hover span.fa-youtube {
	background: #cc181e;
}
.social-links li a:hover span.fa-flickr {
	background: #ff0084;
}
.social-links li a:hover span.fa-dribbble {
	background: #ea4c89;
}
.social-links li a:hover span.fa-google-plus {
	background: #da4835;
}
.social-links li a:hover span.fa-linkedin {
	background: #287bbc;
}
.social-links-blog {
	text-align: left;
}
/*Newsroom social-links*/
.social-links-newsroom li a i.fa-facebook-f {
	background-color: #3a5795;
	color: #fff;
}
.social-links-newsroom li a i.fa-twitter {
	background-color: #2b7bb9;
	color: #fff;
}
.social-links-newsroom li a i.fa-youtube {
	background-color: #cc181e;
	color: #fff;
}
.social-links-newsroom li a i.fa-flickr {
	background-color: #ff0084;
	color: #fff;
}
.social-links-newsroom li a:hover i:hover {
	background-color: #d3d3d3;
	color: #000;
}
.social-links-newsroom li a i {
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
}
/*Newsroom social-links*/
.social-links-newsroom li a span.fa-facebook-f {
	background-color: #3a5795;
	color: #fff;
}
.social-links-newsroom li a span.fa-twitter {
	background-color: #2b7bb9;
	color: #fff;
}
.social-links-newsroom li a span.fa-youtube {
	background-color: #cc181e;
	color: #fff;
}
.social-links-newsroom li a span.fa-flickr {
	background-color: #ff0084;
	color: #fff;
}
.social-links-newsroom li a:hover span:hover {
	background-color: #d3d3d3;
	color: #000;
}
.social-links-newsroom li a span {
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
}
/*Footer social-links*/
.social-links-footer {
}
.social-links-footer li {
	padding-right: 2px;
	padding-left: 2px;
}
.social-links-footer li a {
	display: inline-block;
}
.social-links-footer li a i {
	color: #000;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #727e89;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.social-links-footer li a:hover i {
	color: #fff;
}
.social-links-footer li a:hover i.fa-facebook-f {
	background: #3a5795;
}
.social-links-footer li a:hover i.fa-twitter {
	background: #2b7bb9;
}
.social-links-footer li a:hover i.fa-instagram {
	background: #517fa4;
}
.social-links-footer li a:hover i.fa-tumblr {
	background: #529ecc;
}
.social-links-footer li a:hover i.fa-youtube {
	background: #cc181e;
}
.social-links-footer li a:hover i.fa-flickr {
	background: #ff0084;
}
.social-links-footer li a:hover i.fa-dribbble {
	background: #ea4c89;
}
.social-links-footer li a:hover i.fa-google-plus {
	background: #da4835;
}
.social-links-footer li a:hover i.fa-linkedin {
	background: #287bbc;
}
.social-links-footer li a span {
	color: #000;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #727e89;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.social-links-footer li a:hover span {
	color: #fff;
}
.social-links-footer li a:hover span.fa-facebook-f {
	background: #3a5795;
}
.social-links-footer li a:hover span.fa-twitter {
	background: #2b7bb9;
}
.social-links-footer li a:hover span.fa-instagram {
	background: #517fa4;
}
.social-links-footer li a:hover span.fa-tumblr {
	background: #529ecc;
}
.social-links-footer li a:hover span.fa-youtube {
	background: #cc181e;
}
.social-links-footer li a:hover span.fa-flickr {
	background: #ff0084;
}
.social-links-footer li a:hover span.fa-dribbble {
	background: #ea4c89;
}
.social-links-footer li a:hover span.fa-google-plus {
	background: #da4835;
}
.social-links-footer li a:hover span.fa-linkedin {
	background: #287bbc;
}
/*language-support*/
.lang-support {
	margin-left: 20px;
}
/*Logo*/
.logo h1 span {
	display: none;
}
/*login-register modal*/

.login-register .modal-dialog {
	margin: 10% auto;
}
#cssModal .modal-sm, #cssRegi .modal-sm {
	width: 350px;
}
#cssModal .css-modal-content, #cssRegi .css-modal-content {
	padding: 40px;
}
#cssModal .css-modal-content .close, #cssRegi .css-modal-content .close {
	position: absolute;
	right: 15px;
	top: 10px;
}
#cssModal .css-modal-content h2, #cssRegi .css-modal-content h2 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 5px;
}
#cssModal .css-modal-content .css-note p, #cssRegi .css-modal-content .css-note p {
	font-size: 12px;
}
.asterisk {
	color: red;
}
#css_ul {
	margin-top: 10px;
}
/* ------------------------------------------------------------------
POPUP FEATURE
--------------------------------------------------------------------- */
.popup-feature {
	position: relative;
	overflow: hidden;
}
.popup-feature::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(101, 211, 227, 0.8);
	display: inline-block;
	opacity: 0;
}
.popup-feature:hover::before {
	opacity: 1;
}
.more-link a.img-link, .more-link a.page-link {
	position: absolute;
	top: 0;
	opacity: 0;
}
.more-link a.img-link {
	left: 0;
}
.more-link a.page-link {
	right: 0;
}
.popup-feature:hover .more-link a.img-link, .popup-feature:hover .more-link a.page-link {
	top: 50%;
	margin-top: -20px;
	opacity: 1;
}
.popup-feature:hover .more-link a.img-link {
	left: 50%;
	margin-left: -50px;
}
.popup-feature:hover .more-link a.page-link {
	right: 50%;
	margin-right: -50px;
}
.more-link a {
	width: 40px;
	height: 40px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	border: 2px solid rgba(255,255,255,.3);
	color: #fff;
	border-radius: 10px;
}
.more-link a:hover {
	background-color: #fff;
	color: #65d3e3;
}
.popup-feature::before {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/* ------------------------------------------------------------------
FOOTER WIDGET SECTION
--------------------------------------------------------------------- */
.footer-widget-section {
	background: url(../img/footer-bg.jpg) no-repeat;
	background-size: cover;
	padding: 146px 0 130px;
	color: #727e89;
			border-top:3px solid #CA9A31;
	  background-position: 48.7% 0;
}
.footer-widget {
	line-height: 28px;
	margin-bottom: 25px;
}
.footer-widget h3 {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #fff;
}
.footer-widget-section address span {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.footer-widget-section address strong {
	color: #fff;
	font-size: 18px;
}
.footer-widget ul.quick-links li {
	position: relative;
	line-height: 32px;
	padding-left: 10px;
}
.footer-widget ul.quick-links li:before {
	content: "\f054";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 10px;
}
.footer-widget ul li a {
	color: #7b8a97;
}
.footer-widget ul li a:hover {
	color: #187fcd;
	text-decoration: none;
}
form.newsletter-form .form-group {
	margin: 26px 0 0;
	position: relative;
	font-style: italic;
}
form.newsletter-form .form-group .form-control {
	border: 0;
	border-bottom: 0;
	border-radius: 5px;
	background: #000;
	height: 47px;
}
form.newsletter-form .form-group .form-control:focus {
	border-color: #002469;
}
form.newsletter-form .form-group button {
	position: absolute;
	top: 6px;
	right: 5px;
	border: 0;
	border-radius: 3px;
	line-height: 18px;
	color: #fff;
	padding: 8px 16px !important;
	background: #002469;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px!important;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
form.newsletter-form .form-group button:hover {
	background: #fff;
	color: #002469;
}
/*footer social links*/

.footer-widget .social-links {
	margin: 20px 0 0;
}
.footer-widget .social-links li {
	margin-right: 30px;
	padding: 0;
}
.footer-widget .social-links li:last-child {
	margin-right: 0;
}
.footer-widget .social-links li a i {
	color: #7b8a97;
	font-size: 14px;
	width: auto;
	height: auto;
}
.footer-widget .social-links li a i, .footer-widget .social-links li a:hover i {
	background: transparent;
}
.footer-widget .social-links li a:hover i {
	color: #002469;
}
/* ------------------------------------------------------------------
COPYRIGHT SECTION
--------------------------------------------------------------------- */
.copyright-section {
	background-color: transparent;
    position: absolute;
    bottom: -20px;
	padding: 35px 0;
}
@media (max-width:767px) {
	.copyright-section {
		left: 10px;
	}
.btn-success {
	padding: 8px 15px;
}	
}
.footer-menu {
}
.footer-menu li {
	line-height: 32px;
	position: relative;
	display: inline-block;
	padding-right: 30px;
}
.footer-menu li::after {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	right: 10px;
	top: 45%;
	border-radius: 50%;
	background: #666;
	opacity: 0.6;
}
.footer-menu li:last-child::after {
	display: none;
}
.footer-menu li a {
	color: #727e89;
}
.footer-menu li a:hover {
	color: #187fcd;
	text-decoration: none;
}
.copyright-info {
	margin-top: 10px;
	line-height: 28px;
	text-align: center;
}
.copyright-info span {
	color: #727e89;
}
/* ------------------------------------------------------------------
BACK TO TOP
--------------------------------------------------------------------- */
#toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	color: #FFF;
	cursor: pointer;
	display: none;
	z-index: 9999;
	width: 49px;
	height: 49px;
	text-align: center;
	font-size: 18px;
	line-height: 42px;
	background: #CA9A31;
border-radius: 30px;
	box-sizing: border-box;
	border: 2px solid #CA9A31;
}
#toTop:hover {
	color: #CA9A31;
	background-color: transparent;
	-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;
}
/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
#status, .status-mes {
	background-image: url(../img/preloder.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}
.status-mes {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}
/* ----------------------------------------------------------------
BOOTSTRAP CAROUSEL CONTROL
-------------------------------------------------------------------*/

.carousel-control {
	right: 65px;
	left: auto;
	z-index: 2;
	background: none!important;
	box-shadow: none;
	text-shadow: none;
}
.slider-control {
	position: absolute;
	top: 0;
	right: 0;
}
.slider-control .left, .slider-control .right {
	width: 65px;
	height: 75px;
	background: #CA9A31 !important;
	border: 2px solid #ca9a31;
	background-image: none!important;
	color: #FFF;
	display: inline-block;
	line-height: 75px;
	text-align: center;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.slider-control .left:hover, .slider-control .right:hover {
	background: transparent !important;
	color: #CA9A31;
	border: 2px solid #ca9a31;
}
.slider-control i:before, .slider-control span:before {
	font-size: 30px;
	font-weight: bold;
}

/* ----------------------------------------------------------------
BOOTSTRAP CAROUSEL CONTROL Mobile
-------------------------------------------------------------------*/

.carousel-control2 {
	right: 45px;
	left: auto;
	background: none!important;
	box-shadow: none;
	text-shadow: none;
}
.slider-control2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.slider-control2 .left, .slider-control2 .right {
	width: 45px;
    height: 50px;
    background: #CA9A31 !important;
    border: 2px solid #ca9a31;
    background-image: none!important;
    color: #FFF;
    display: inline-block;
    line-height: 45px;
	text-align: center;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	margin-left: -4px;
}
.slider-control2 .left:hover, .slider-control2 .right:hover {
	background: #FFF !important;
	color: #CA9A31;
	border: 2px solid #ca9a31;
}
.slider-control2 i:before, .slider-control2 span:before {
	font-size: 30px;
	font-weight: bold;
}
/* ----------------------------------------------------------------
WIDGETS
-------------------------------------------------------------------*/


.widget {
	margin-bottom: 45px;
}
h2.widget-title {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.widget ul.widget-arrow-list li {
	position: relative;
	padding-left: 15px;
}
.widget ul.widget-arrow-list li a {
	display: inline-block;
	border-bottom: 2px solid #f0f0f0;
	margin-bottom: 10px;
	padding: 0 0 5px;
	color: #252323;
}
.widget ul.widget-arrow-list li a:hover {
	color: #187fcd;
}
.widget ul.widget-arrow-list li:last-child a {
	margin-bottom: 0;
}
.widget ul.widget-arrow-list li:before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 0;
	top: 0;
	color: #b2b2b2;
}

.contact-widget
{
	padding-left:15px;

	border-left:1px solid #d3d3d3;

}
/* ----------------------------------------------------------------
EQUAL HEIGHTS
-------------------------------------------------------------------*/

.row-flex, .row-flex > div[class*='col-'] {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1 1 auto;
}
.row-flex > div[class*='col-'] {
	-ms-flex: 1 1 auto;
	-ms-flex-direction: column;
	/* IE10 */;
}
.responsiveCal {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.responsiveCal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
