
@import url('https://fonts.googleapis.com/css?family=Arvo:400,600');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');

/* General CSS */
html, body {
	height: 100%;
}
body {
	font-family: 'Verdana', sans-serif;
}
section {margin:10px 0}
@media (max-width: 767px) {
	section {margin: 10px 0;}
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
	color: #41464b;/*    text-transform: uppercase;*/
	font-weight:700;
}
a {
	font-family: 'Roboto', sans-serif;
	color: #06497E;
}
p, form {
	font-family: 'Verdana', sans-serif;
	color: #64707b;
	text-align:justify;
}
li {
	font-family: 'Verdana', sans-serif;
	color: #64707b;
	font-size: 15px;
}
 @media (min-width: 1600px) {
	p {
		font-size: 16px;
	}
}

.modal-full {min-width: 97%; margin: 0 auto}

.modal-full .modal-body {
   max-height: calc(100vh - 100px); 
   overflow-y: auto;
   }

/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 100vh;
    overflow-y: auto;
}   
.modal-footer {
padding:.3rem 1rem;
	background: #e9ecef;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 7px 14px -3px rgb(119,123,129);
margin-bottom:.5rem
}

.modal-header {padding:.25rem 1rem; background: #e9ecef}

.modal-title:before {
	content: '\f1ea'
	font-family: 'FontAwesome';
	margin-left: -10px;
	padding-right: 5px
}

.modal-header .close {
    margin: -1rem -1.5rem -1rem auto;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#mobile-indicator {display: none;}
@media screen and (max-width: 992px) {
    #mobile-indicator {display: block;}
}

/*====================================================
                       NAVIGATION
======================================================*/

/* header*/
#header.header-scrolled,
#header.header-pages {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

/*Top Navbar*/

.top-menubar-nav {
	display: none;
}
header .topmenu {
	background: #06497E;
}

/*Top Contacts*/
header .topmenu ul {
	margin: 0;
}
header .topmenu .top-contacts {
	line-height: 25px;
}
header .topmenu .top-contacts li {
	color: white;
	padding: 5px 0;
	font-size: 12px;
	margin-right: 15px;
	display: inline-block;
}
header .topmenu .top-contacts li a {
	color: white;
}
header .topmenu .top-contacts i {
	font-size: 13px;
	margin-right: 3px;
}
header .topmenu .top-contacts .fa-whatsapp {
	color: #1fb71f;
	font-weight: 700
}

/*Top Data*/
header .topmenu .top-data {
	text-align: right;
}
header .topmenu .top-data li {
	padding: 5px 11px;
	display: inline-block;
}
header .topmenu .top-data li a {
	font-size: 13px;
}
header .topmenu .top-data li a {
	text-decoration: none;
	font-size: 13px;
	color: white;
}
header .topmenu .top-data li a:hover {
	text-decoration: underline;
}
header .topmenu .top-data .contact a:hover {
	text-decoration: none;
}


/*Responsive Topbar*/

@media (max-width: 991px) {
	header .topmenu ul {
		text-align: center !important;
	}
	header .topmenu .top-data li {
		top: 1px;
		padding: 6px 10px;
		margin-left: -5px;
		position: relative;
	}
}


/* custom  .navbar-toggler-icon  */
.custom-toggler.navbar-toggler {border-color: #FF0900;} 
.custom-toggler .navbar-toggler-icon {background-image: url( 
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 128, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } 

/*Navbar*/
.affix {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	box-shadow: 0px 0.5px 4px #c3c2c2;
}
.navbar {
	padding: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
    left: 0;
    right: 0;
    z-index: 3;
/*	background: url(../images/header_bg.png) repeat !important;	*/
	background: #abeefd;	
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
/*	.navbar .nav-item .dropdown-menu{ margin-top:0; }*/
}	

.navbar-header {
	padding-left: 85px;
}
.navbar-nav>li {
	height: 65px;
	line-height: 65px;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	transition: all .5s ease-in-out;
}
.navbar-nav>li:hover,  .navbar-nav>li:active {
	border-bottom: 2px solid #7FC455;
	/*        background: #f0f0f0;*/
}
.navbar-nav>li>a {
	color: #584719 !important;
	font-size: 15px;
	font-weight: 500;
/*	font-family: "arvo", sans-serif;*/
	letter-spacing: .015rem;
	margin: 0 5px;
}
.navbar-nav>li:hover>a,  .navbar-nav>li>a:active {
	color: #7FC455!important;
}

.navbar-toggle {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
	border-radius: 0;
}
.navbar-toggle .navbar-toggler-icon {
	background-color: #fff!important;
}
.vesco-top-nav ul.navbar-nav>li>a.active {
	color: #7FC455!important;
}
.navbar-nav .dropdown-menu {
	padding: 0;
	border-bottom: 3px solid #7FC455;
}

.navbar-nav .mega-dropdown .dropdown-menu {
	border-bottom: none;
}

.navbar-nav .dropdown-item {
	display: flex;
	width: 100%;
	padding: 0px .75rem;
	margin: 0px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	clear: both;	
	font-weight: 400;
	color: #61666b;
	text-align: left;
	background: 0 0;
	border-bottom: 1px solid #e0e0e0;
}
.navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item.active {
	background: #f0f0f0;
}


.navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active {color:#64707b;} 
@media (max-width: 991px) {
	.navbar>.container .navbar-brand,  .navbar>.container-fluid .navbar-brand {
		padding: 12px 0px;
		margin-left: -10px;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	.navbar .search-open {
		width: 100%;
	}
	.navbar-nav>li {
		height: auto;
		line-height: 35px;
		border-bottom: 3px solid rgba(0, 0, 0, 0);
		transition: all .5s ease-in-out;
		border-bottom: 1px solid #ddd;
	}
	.navbar-nav>li.active,  .navbar-nav>li:hover,  .navbar-nav>li:active {
		border-bottom: 2px solid #ddd;
		background: #f0f0f0;
	}
}

@media (max-width: 767px) {
	.affix {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
		box-shadow: 0px 0.5px 4px #c3c2c2;
	}
	.top-menubar {
		display: none;
	}
	.container {
		max-width: 100%;
	}
	.navbar>.container .navbar-brand,  .navbar>.container .navbar-toggler,  .navbar>.container-fluid .navbar-brand {
		margin: 8px 10px;
	}
	.navbar>.container .navbar-brand,  .navbar>.container-fluid .navbar-brand {
		padding: 8px 0px;
	}
	.navbar-nav>li {
		line-height: 25px;
		padding: 0 20px;
		border-bottom: 3px solid rgba(0, 0, 0, 0);
		transition: all .5s ease-in-out;
		border-bottom: 1px solid #ddd;
	}
	.navbar-nav>li:last-child {
		padding: 0px;
	}
	.navbar-nav>li.dropdown .dropdown-menu {
		margin-bottom: 15px;
	}
	.top-menubar-nav {
		display: block;
	}
}

/*	mega menu*/

.mega-dropdown {
	position: static !important;
}

.mega-dropdown-menu {
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	width: 100%;
	padding: 0.5rem 0;
	/* fallback if needed */
	z-index: 9999;
	margin-top:-8px;
	border:none;
}
.mega-dropdown-menu h3 {font-size:1.15rem; margin-top:10px; color: #263F77 !important;}
.mega-dropdown-menu h4 {font-size:.9rem; margin-top:0px; margin-bottom:0px;color: #263F77 !important;}
.mega-dropdown-menu a.sub {margin-left:15px;font-size:13px; width: calc(100% - 15px); }
.mega-dropdown-menu a {	width: 100%; display:flex;color:black; text-decoration:none;padding:7px 4px;margin:0; white-space:normal; line-height:normal; border-bottom: 1px solid #e0e0e0;font-weight: 300;font-size:14px; color:#6f6f6f;}
.mega-dropdown-menu a:hover {background: #f0f0f0;}
.mega-dropdown .dropdown-menu {background-color: transparent}
.mega-dropdown-menu .container {background-color: white; border: 1px solid #e0e0e0; border-bottom: 3px solid #7FC455;  border-radius:5px;}
@media (max-width: 767.98px) {
	.mega-dropdown .dropdown-menu {
    right: 0;
    left: 0 !important;
    float: none;
    width: auto;
    margin-top: 0;
 /*   max-height: 400px;	*/
    overflow-x: hidden;
/*    overflow-y: scroll;	*/
	}
}
/*	custom dropdown-menu width */
.custom-menu .dropdown-menu {width:40em}
.custom-menu .dropdown-menu .col-sm-6 {padding-left:0;padding-right:0;border-right: 1px solid rgba(0,0,0,.15);}
@media (max-width: 767.98px) {
	.custom-menu .dropdown-menu {width:auto}
}

/* dropdown-menu left as default	*/
/* for dropdown-menu right -> [.dropdown-menu .dropdown-menu-right] class	*/
/* dropdown-menu center	*/
@media (min-width: 767.98px) {
	.navbar-nav .dropdown-menu {
		left: 50% !Important;
		transform: translate(-50%) !important;
	}
}

/* dropdown-menu right	*/
/*@media (min-width: 767.98px) {
	.dropdown-menu {
		left: 50% !Important;
		transform: translate(-50%) !important;
	}
}
*/
/*navbar scroll on mobile	*/
@media (max-width: 767.98px) {
	.navbar-collapse.collapse.show {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
}


/*====================================================
               TITLE CONTENT (Generic)
======================================================*/

.title-bar {
	padding: 50px 0;
}
.title-bar h1 {
	color: #41464b;
	text-align: center;
	font-weight: 700;
	margin: 20px auto 10px auto;
}
.title-bar .heading-border {
	width: 60px;
	height: 10px;
	background-color: #A2CE84;
	margin: 0 auto 20px auto;
}
.heading-border-light {
	width: 30px;
	height: 5px;
	background-color: #A2CE84;
	margin: 0 0 20px 0;
}
.title-bar p {
	color: #717171;
}
.title-bar p {
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
	padding-bottom: 40px;
	margin: 0 auto;
	max-width: 700px;
}
.title-bar .title-but {
	margin: 0;
	background-color: transparent;
	text-align: center;
}
 @media (max-width: 575px) {
	.title-bar {
		padding: 50px 0;
	}
	.title-bar h1 {
		color: #41464b;
		font-size: 30px;
		text-align: center;
		font-weight: 700;
		margin: 20px auto 10px auto;
	}
	.title-bar p {
		text-align: center;
		font-size: 14px;
		line-height: 1.5;
		padding-bottom: 40px;
		margin: 0 auto;
		max-width: 700px;
	}
}
 @media (min-width: 1600px) {
	.title-bar p {
		font-size: 16px;
	}
}


/*====================================================
               COLOR (Generic)
======================================================*/

.cl-white {
	color: #fff;
}
.cl-atlantis {
	color: #fff;
}
.bg-white {
	background: #fff;
}
.bg-atlantis {
	background: #A2CE84;
}

.bg-gray {
	background: #f0f0f0;
}
.bg-light-gray {
	background: #f9f9f9;
}
.bg-gradiant {
	background: -moz-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
	/* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(34, 155, 242, 1)), color-stop(99%, rgba(0, 128, 129, 1)), color-stop(100%, rgba(0, 128, 128, 1)));
	/* safari4+,chrome */
	background: -webkit-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
	/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);/* opera 11.10+ */
}

.gradient {
/*    background: #002453;
    background: -moz-linear-gradient(45deg, #002453 0%, #ff2b4a 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#002453), color-stop(100%,#ff2b4a));
    background: -webkit-linear-gradient(45deg, #002453 0%,#ff2b4a 100%);
    background: -o-linear-gradient(45deg, #002453 0%,#ff2b4a 100%);
    background: -ms-linear-gradient(45deg, #002453 0%,#ff2b4a 100%);
    background: linear-gradient(45deg, #002453 0%,#ff2b4a 100%);
*/	background: linear-gradient(to right bottom, #c4e5b0, #84c7a7, #49a6a1, #108497, #006185, #005e86, #005c86, #005986, #00779a, #009394, #00ab77, #78be4e);
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002453', endColorstr='#ff2b4a',GradientType=1 );	*/
    opacity: 0.7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/*====================================================
                   Form Control
======================================================*/
:required {
	background:#fff url(../images/red_asterisk.png) no-repeat 100% center;
	box-shadow:none
}
.error {
	color: red !important;
	font-size: 80%;
	font-weight: 400;
	width: 100%;
}

form .col-6 {
	margin: 10px 0
}
input,
textarea {
	outline: none;
	box-shadow: none !important;
	border: 1px solid #ccc !important
}
textarea {
	width: 100%;
	height: 150px;
	line-height: 22px;
	text-align: justify
}

.btn-link {
	padding: 5px 10px 0px 0px;
	color: #95a5a6;
}
.btn-link:hover,  .btn-link:focus {
	color: #2c3e50;
	text-decoration: none;
}





/*====================================================
                    FOOTER
======================================================*/
footer {
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center bottom;
}


.footer {
	padding: 70px 0 20px;
	background: rgba(6,73,126,0.80);
}
.footer .comp-desc-f p {
	margin-top: 10px;
	color: #ccc;
	font-size: 15px;
}
/*Heading Fotoer*/

.heading-footer {
	text-align: left;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 2px;
	color: #eee;
    font-size: 18px;
}
.heading-footer:after {
	left: 0;
	bottom: -5px;
	height: 2px;
	width: 50px;
	content: " ";
	background: #fff;
	position: absolute;
}

/*Link link*/

.footer .link-list {
	margin-bottom: 15px;
}
.footer .link-list ul {
	margin-left: 10px;
}
.footer .link-list ul ul {
	margin-left: 10px;
}

.footer .link-list li {
	padding: 3px 0px;
}
.footer .link-list li:last-child {
	padding-top: 0;
	border-top: none;
}
.footer .link-list li a {
	color: #ccc;
	font-size: 15px;
	margin-bottom: 3px;
	display: inline-block;
}
.footer .link-list li li a {
	font-size: 14px;
	margin-bottom: 2px;
	display: inline-block;
}
.footer .link-list li li li a {
	font-size: 13px;
	margin-bottom: 1px;
	display: inline-block;
}

.footer .link-list a:hover {
	color: #fff;
}
.footer .link-list li small {
	color: #555;
	display: block;
}

address.address-details-f,  address.address-details-f a {
	color: #ddd;
	font-size: 15px;
}
.footer .social-icon-f li {
	float: left;
	margin: 10px;
}
.footer .social-icon-f a {color:white; font-size:24px}
.footer .social-icon-f a:hover {color:green;}

/*footer bottom*/

#footer-bottom {
	background-color: rgba(18, 72, 119, 0.97);
	padding: 15px 0;
}
#footer-copyrights p {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #bbb;
	text-align: center;
}
#footer-copyrights p a:last-child {
	border-left: 1px solid #fff;
	padding-left: 10px;
	margin-left: 10px;
}
#footer-copyrights p a {color:white}
.btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 22px;
	padding: 3px 15px;
	border-radius: 100%;
	display: none;
}

@media (min-width: 1600px) {
	address.address-details-f,  address.address-details-f a {
		color: #ddd;
		font-size: 17px;
	}
}
@media (max-width: 767px) {
	.footer .container {
		width: 90%;
	}
	.heading-footer h2 {
		color: #eee;
		font-size: 18px;
		margin-top: 50px;
		text-transform: none;
	}
	.heading-footer {
		text-align: left;
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 2px;
	}
}

#whatsapp div {
	width:50px;
	height:50px;
    background-image: url(../images/whatsapp.gif);
    background-size: cover;
    background-position: 50% 50%;
	position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 2147483648;
}

#scrollUp {
	background-color: #003679;
	border-radius: 5px 0 0 5px;
	bottom: 70px;
	color: #ffffff;
	font-size: 10px;
	padding: 12px 0;
	height: 60px;
	line-height: 1.5;
	right: 0;
	text-align: center;
	width: 35px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	font-weight: 700;
	box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
	position: fixed;
    z-index: 2147483647;
	display:none;
}
#scrollUp i {
	font-size: 18px;
	display: block;
}
#scrollUp:hover {
	background-color: #ffbb38;
	color: #ffffff;
	text-decoration:none;
}