@charset "utf-8";



/* CSS Document */



@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,300,400,500,700);
 @import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans+Condensed:300,300i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/*--FONTS--*/


.po {
	font-family: 'Poppins', sans-serif;
}
.fo-mo {
	font-family: 'Montserrat', sans-serif;
}
body {
	font-family: 'Poppins', sans-serif;
}
a:focus, input:focus, textarea:focus, button:focus {
	outline: none !important;
}
a:active, a:hover {
	outline: 0 none !important;
}
h1, h2, h3, h4, h5, h6, p {
	-webkit-font-smoothing: antialiased;
	margin:0px;
	padding:0px;
}
h1 {
	text-transform:uppercase;
	font-family: 'Buda', cursive;
	font-size:50px;
	font-weight:400;
}
h2 {
	font-family: 'Anonymous Pro', monospace;
}
h3 {
	font-family: 'Artifika', serif;
}
p {
	font-family: 'Istok Web', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #6b6d6d;
	font-weight:400;
}
ul {
	margin: 0;
	padding: 0;
	list-style:disc;
}
ol {
	padding: 0px;
	list-style-position: inside;
}
ol, li {
	margin-bottom:0px;
	list-style:none;
	position: relative;
}
a {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:300;
	text-transform:uppercase;
	text-decoration: none;
}
:hover {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a:hover {
	text-decoration: none;
}
.noPadding {
	padding-top:0;
}
/*------------menu-top-fixed-------------*/







html,  body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */
}
/*------CUSTOM STYLE------*/







.header-contact {
}
.header-contact ul {
	list-style-type:none;
	margin-left:0px;
	margin-top:15px;
	margin: 11px 0 0 12%;
	float: right;
}
.header-contact ul li {
	display:inline-block;
	padding-right:25px;
	color: rgba(98, 97, 105, 0.8);
	background:none;
	font-size:16px;
}
.header-contact ul li a {
	color: #424040;
	font-size: 14px;
	font-weight: 500;
}
.cl-sp-24 {
	font-size: 13px;
	margin: 0 0 0 6px;
	color: #424040;
}
.header-contact ul li i {
	margin-right: 5px;
	/* padding: 0 0 0 0; */
    color: rgb(255, 255, 255);
	font-size: 15px;
	background: #c2d130;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 50%;
	line-height: 32px;
}
/*--TOP SECTION--*/	



.top-main {
	background:rgba(255, 255, 255, 0.34);
	padding: 0 0 0 0;
}
.navbar-default {
	background-color:rgba(255, 255, 255, 1);
	border:0;
	padding:10px 0 15px 0;
}
nav .logo {
	margin: 9px 0 0 0;
}
.navbar-default ul {
	margin: 12px 0 0 12%;
	float: right;
}
.navbar-default .navbar-nav>li {
	padding:20px 0 0 0;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}
.top-social-links {
}
.top-social-links .custom-info {
}
.top-social-links .custom-info li {
}
.top-social-links .custom-info li .fa {
}
.top-social-links .custom-info li a {
}
.top-social-links .social-link {
}
.top-social-links .social-link ul {
}
.top-social-links .social-link ul li {
}
.top-social-links .social-link ul li a {
}
.navbar-default .navbar-nav>li>a:hover {
	color:#4f5700;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
	background:none;
	color:#3853a3;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #000;
	background: none;
}
.dropdown-menu {
	min-width:auto;
	padding:0px;
}
.dropdown-menu li a {
	padding: 12px 20px;
	border-bottom: 1px solid #e6e8ea;
}
.banner {
}
.banner img {
	width:100%;
}
.services {
	padding: 2% 0 5% 0;
}
.services img {
}
.services p {
	font-family: 'Istok Web', sans-serif;
	font-weight:300;
	color:#7b7c7c;
	font-size:15px;
	line-height: 24px;
}
.services h3 {
	margin:-3% 0 20px 0;
	text-align:center;
}
.services h3 a {
	padding: 8px 35px 10px 35px;
	text-align: center;
	font-size: 14px;
	background: #c2d130;
	border-radius: 7px;
	color: #fff;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.services h3 a:hover {
	transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

    -ms-transition: 0.5s all;
	background: #3852a4;
	color:white;
	
	
	
}
.services-image {
}
.services-content {
	min-height: 398px;
	border: 1px solid #efebeb;
	background: #f4f7f7;
	box-shadow: 0px 8px 20px 6px rgba(214, 214, 214, 0.3);
	padding: 28% 25px 38px 25px;
	text-align: justify;
	margin-top: -25%;
}
.services .owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
	margin-top: -14%;
}
.services .owl-carousel .owl-item img {
	display: block;
	width:70%;
}
/*--WHY-CHOOSE--*/







.about_us h2 {
	/*padding:2% 0 2% 0 !important;*/



	font-size:30px !important;
}
.about_us P {
	padding:2% 0 0% 0 !important;
}


.why-side-img-space-new-ab-main{margin: 0 0 10px 17px;}


.ab-main{}

.ab-main p{padding: 0 !important;
    margin-bottom: 7px;
    line-height: 23px;}


.ab-main .p1-ab{    font-size: 16px;
    font-weight: 600;
    color: #3853a2;}
	
	.ab-main .p1-ab a{font-size: 16px;
    font-weight: 700;
    color: #3853a2;}


.sea-list-green-side-bullets{margin: 9px 0 7px 0;}

.sea-list-green-side-bullets h5{  font-size: 18px;
    font-weight: 600;
    color: #3853a2;  margin-bottom: 10px;}

.sea-list-green-side-bullets  li{position: relative;
    list-style: none !important;
    margin-left: 0px !important;
    padding-left: 15px;
    font-family: 'Istok Web', sans-serif !important;
    font-size: 15px !important;
    line-height: 22px;
    color: #6b6d6d;}

.sea-list-green-side-bullets  li::before{content: '';
    width: 7px;
    height: 7px;
    background: #c2d130;
    float: left;
    border-radius: 50%;
    left: 0px;
    position: absolute;
    top: 7px;
    line-height: 27px;}






.why, .trackNnews, .certf {
	background:#f4f7f7;
	padding:2% 0 2% 0;
	color:#777777;
}

.why-new-site{padding: 5% 0 3% 0;}

.why-side-img{border-radius: 0;
    box-shadow: 0px 8px 20px 6px rgba(173, 168, 168, 0.3);
    border: 1px solid #ccc;
    padding: 6px;
    background: #f4f4f4;}
	
	.under-construction-img-cent{    margin: auto;
    display: block;}

.why h2, .track h2, .news-wrap h2, .certf h2 {
	background:url(../images/line.png) no-repeat bottom;
	padding:0 0 7px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:40px;
	text-transform:uppercase;
	text-align:center;
	font-weight:300;
}

.booking-form-iner-page{
	padding: 40px 49px !important;
	
	}



.booking-form-iner-page .head-caption{}
.booking-form-iner-page .head-caption h4{text-transform: uppercase;
    font-size: 20px;
   
    color: #3853a2;
    font-weight: 500;
    margin: 14px 0 11px 0;
}
	
	
	.booking-form-iner-page .sub-book{font-family: 'Source Sans Pro', sans-serif;
    background: #c2d130;
    color: #fff;
    border: 0;
    padding: 12px 20px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
   }
	
	
	.booking-form-iner-page .quan-property{    width: 100%;
    /* height: 40px; */
    padding: 10px 16px;
    background: white;
    border: 0;
    color:#999999;border: 1px solid #ccc;}
	
	
	.booking-form-iner-page label{text-transform: capitalize;}

.booking-form-iner-page .form-control{font-style: initial !important;
    color: #999999;
    font-size: 15px !important;}



.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color:white;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top:19px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #6b6868 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #6b6868 transparent;
  top: 11px;
}


.booking-form-iner-page .cargo-date{}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color:#999999;
    padding: 10px 16px;
    border: 0;
  text-transform: capitalize;
    cursor: pointer;
    user-select: none;
    font-size: 15px;border: 1px solid #ccc;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color:#ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


.track_h4 {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
	color: #55518a;
	font-size: 18px;
	font-family: 'Artifika', serif;
}
.why h3 {
	background:url(../images/why-icon1.png) no-repeat left;
	font-family: 'Open Sans', sans-serif;
	font-size:23px;
	font-weight:500;
	
}

.why-sp-home{padding-bottom: 14px !important;}

.bot-sp-head-home{margin-bottom: 8px;
    color: #3852a4;
    font-size: 22px !important;
    font-weight: 600 !important;}

.ud{color: #6b6d6d !important;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;}


.why p a {
	padding:15px 0 25px 0;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
}
.why a, .news-sec a {
	padding:0;
	font-size:13px;
	color:#990404;
	text-transform:uppercase;
}
.why-sec {
	padding:30px 0 0 0;
}



.thank-caption{text-align: center;}

.thank-caption h3{font-family: 'Roboto Condensed', sans-serif;
    font-size: 29px;
    text-transform: capitalize;}

.why-sec-new-cls-inner{padding: 36px;
    border: 1px solid #ccc;
    margin: 35px 0 0 0;
    box-shadow: 0px 8px 20px 6px rgba(208, 204, 204, 0.12);
    background: white;}

.why-sec-new-cls-inner img{display:none;}


.why ul li {
	list-style:disc;
	margin-left:25px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	margin-top:5px;
}
.why-new {
	margin-top: 0;
	color: #55518a;
	font-size: 18px;
	padding:0px !important;
	background:none !important;
	font-family: 'Artifika', serif !important;
}
/*--TRACK$NEWS--*/



.trackNnews {
	background:none;
}
.track {
	border:1px solid rgba(0, 0, 0, 0.22);
	margin:30px 0 0 0;
	padding:0 0 0 15px;
}
.track h2, .news-wrap h2 {
	background:url(../images/line.png) no-repeat left bottom;
	text-align:left;
	font-size:30px;
}
/*--TRACK TABS STYLE--*/



/*  bhoechie tab */



div.bhoechie-tab-container {
	z-index: 10;
	background-color: #ffffff;
	padding: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #ddd;
	margin-top: 20px;
	margin-left: 50px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
}
div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,  div.bhoechie-tab-menu div.list-group>a .fa {
	color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,  div.bhoechie-tab-menu div.list-group>a.active .glyphicon,  div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: #5A55A3;
	background-image: #5A55A3;
	color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #5A55A3;
}
div.bhoechie-tab-content {
	background-color: #ffffff;
	padding-left: 20px;
	padding-top: 10px;
}
 div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
 display: none;
}
/*--custom--*/







div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: #08375b;
	background-image: #5A55A3;
	color: #ffffff;
	border-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #08375B;
}
a.list-group-item {
	background:#828f04;
	padding: 12px 15px;
}
a.list-group-item:hover {
	background:#055089;
	color:#fff;
	padding: 12px 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a.list-group-item, button.list-group-item {
	color: #FFF;
}
.track .list-group h4 {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:700;
	text-transform:capitalize;
	padding:10px 0 0 0;
}
/*-- TRACKS TABS STYLE END--*/







.news {
	border:1px solid rgba(0, 0, 0, 0.22);
	margin: 30px 0 0 0;
	padding:0 10px 0 20px;
}
.news h2 {
}
.news-sec {
	border-bottom:1px dotted rgba(0, 0, 0, 0.22);
	padding: 15px 0px 15px 0px;
}
.news-sec h2, .news-sec .media-heading {
	font-family: 'Open Sans', sans-serif;
	color:#08375b;
	font-size:14px;
}
.news-sec .media-heading {
	margin-top: 0;
	color: #08375b;
	margin-bottom: 5px;
	text-transform:uppercase;
	font-weight:400;
}
.news-sec p {
	padding:0 0 10px 0;
}
.news-sec a {
}
/*--CERTIFICATES--*/



.certf {
}
.certf h2 {
	font-size:30px;
}
#owl-carousel-one {
}
#owl-carousel-two {
	padding: 25px 0 0 0;
}
#owl-carousel-two .owl-dots {
	margin-top: 40px;
	background:none;
}
.minimize ul li {
	list-style:disc;
	margin-left:25px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
}
/*--FOOTER--*/



.footer1 {
	background:#191919;
	padding: 5% 5px 20px 5px;
}
.footer1 h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:700;
	color:#fff;
	padding:0 0 30px 0;
}
.footer1 p {
	
	font-weight:300;
	font-size:15px;
	color:#fff;
}
.footer1 a {
	color:#828f04;
}
.footer1 li a {
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}


.copy-foot-link{color: #c2d130 !important;
    font-weight: 600;}


.read-link{background: #c2d130;
    padding: 6px 15px;
    border-radius: 5px;
    color: white !important;
    display: inline-block;
    font-weight: 600;
    margin: 4px 0 0 0;}


.footer1 li{
	position:relative;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 0 0 16px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	color: #fff;
}


.footer1 .li-green-footer li::before{
	content: '';
    width: 7px;
    height: 7px;
    background: #c2d130;
    float: left;
    border-radius: 50%;
    left: 0px;
    position: absolute;
    top: 6px;
    line-height: 27px;

}





.footer1 .contact {
}
.contact h2 {
	background:none;
	padding:0;
	font-weight:600;
}
.contact p {
	background:none;
	padding:0;
	text-transform:capitalize;
	font-weight:300;
	line-height:25px;margin-bottom: 17px;
}
.contact li {
	font-weight:300;
	padding:0 0 10px 0;
	background:none;
	text-transform:lowercase;
}
.contact li span {
	font-weight:400;
	background:none;
	font-size:18px;
	text-transform:lowercase;
}
.contact i {
	padding:0 10px 0 0;
}
.footer1 .follow {
}
.follow li {
	float:left;
	background:none;
	padding: 20px 10px 0 10px;
	font-size:15px;
}
.follow i {
	padding:0 0 0 0;
	font-size:20px;
}
.follow i .fb, .twit {
}
.fb i {
	color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    /* padding: 8px 12px 8px 12px; */
    background:#c2d130;
    height: 37px;
    width: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
}
.fb i:hover {
	background:#3852a4;
	color:white;
	border:2px solid #fff;
	border-radius:0%;
	text-align: center;
    line-height: 37px;
    font-size: 16px;
	cursor:pointer;height: 37px;
    width: 37px;
}
.twit i {
	color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    /* padding: 8px 12px 8px 12px; */
    background:#c2d130;
    height: 37px;
    width: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
}
.twit i:hover {
	background:#3852a4;
	color:white;
	border:2px solid #fff;
	border-radius:0%;
	text-align: center;
    line-height: 37px;
    font-size: 16px;
	cursor:pointer;height: 37px;
    width: 37px;
}
.footer1 img {
	padding:10% 0 0 0;
}
.footer-last {
	background:#2d2d2d;
	padding:7px 0 7px 0;
}
.footer-last p {
	text-align:center;
	font-family:"open Sans";
	font-size:13px;
	font-weight:400;
	color:#fff;
}
.footer-last a {
	color:#828E04;
}
/**************CAROUSEL FADE****************/



.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,  .carousel-fade .carousel-inner .active.left,  .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,  .carousel-fade .carousel-inner .next.left,  .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,  .carousel-fade .carousel-inner .prev,  .carousel-fade .carousel-inner .active.left,  .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/**************CAROUSEL FADE END*****************/



/*CONTACT START*/



.centert {
	padding: 20px 0 40px 0;
	text-align:center;
	color:#0d1a41;
	font-family: 'Playball', cursive;
	font-size:35px;
}
.centert h2 {
}
.contactForm {
	font-size:14px;
	font-family: 'Actor', sans-serif;
	line-height:20px;
	color:#333;
	background:#f2f2f2;
	border:1px solid #e1d8cd;
	padding:15px 34px;
}
.contactForm p {
	padding:0 0 5px 0;
	font-weight: 400;
	color:#000;
	margin-bottom: 30px;
	line-height:25px;
}
.contactForm label {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:15px;
	margin-bottom:10px;
}
.contactForm .form-group {
	/*margin-bottom:10px;*/



	position:relative;
}
.contactForm .form-control {
	font-size:13px;
	font-style:italic;
	height: 42px;
    border-radius: 0;
}
.contactForm textarea.form-control {
	min-height:80px;
	margin-bottom:25px;
}
.contactForm .sendQueryBtn {
	    font-family: 'Source Sans Pro', sans-serif;
    background: #c2d130;
    color: #fff;
    border: 0;
    padding: 14px 20px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    /* margin-bottom: 15px; */
    width: 100%;
    letter-spacing: 1px;

}
.contactForm .sendQueryBtn:hover {
	background:#3859be;
}
.contactPageInfo {
	font-family:'Source Sans Pro', sans-serif;
	background:#0d1a41;
	padding:46px 37px;
	margin: 0 0 40px 0;
}
.contactPageInfo h3 {
	color:#fff;
	font-family: 'Convergence', sans-serif;
	font-size:18px;
	padding-bottom:10px;
	margin:0
}

.contactPageInfo h3 .fa{color: #c2d130;
    padding: 0 7px 0 0;}


.contactPageInfo hr {
	border-color:#fff;
	width:44%;
	margin:0 0 15px;
}
.contactPageInfo p {
	margin:8px 0 25px;
	padding:0;
	color:#fff;
	font-size:14px;
	line-height:20px;
	text-align:left;
}
.contactPageInfo p a {
	color:#fff;
}
.contactPageInfo p a:hover {
	color:#94ebfe;
}
.contactPageInfo p:last-child {
	margin-bottom:0;
}
.contactMap {
	background:#fff;
	padding:0px;
	margin-top:30px;
}
.innerWrapDiv {
	margin: 30px 0 0 0;
}
.innerWrap {
	margin: 10px 0 0 0;
}
.carrerForm .form-control {
	box-shadow: none;
	border-radius: 0;
	background-color: white;
	border: 1px solid #d5d3d3;
	height: 35px;
	font-style: italic;
	font-family: 'Source Sans Pro', sans-serif;
}
.carrerForm .sendQueryBtn {
	font-family:'Source Sans Pro', sans-serif;
	background:#08375B;
	color:#fff;
	border:0;
	padding:8px 20px;
	text-transform:uppercase;
}
/*CONTACT END*/	



.sendQueryBtn {
	font-family:'Source Sans Pro', sans-serif;
	background:#0d1a41;
	color:#fff;
	border:0;
	padding:8px 20px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.sendQueryBtn1 {
	padding: 10px 20px 10px;
}
.sendQueryBtn:hover {
	background:#828F04;
}
.select-picker {
	color:#999;
}
.login_new {
	color: #55518a !important;
	font-size: 28px !important;
	font-family: 'Artifika', serif !important;
}
<!--
---------CAREER TAB ---------
-->
 .panel-group .panel-heading + .panel-collapse > .panel-body {
 border: 1px solid #ddd;
}
.panel-group,  .panel-group .panel,  .panel-group .panel-heading,  .panel-group .panel-heading a,  .panel-group .panel-title,  .panel-group .panel-title a,  .panel-group .panel-body,  .panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-radius: 2px;
	border: 0;
}
.panel-group .panel-heading {
	padding: 0;
}
.panel-group .panel-heading a {
	display: block;
	background: #08375B;
	color: #ffffff;
	padding: 15px;
	text-decoration: none;
	position: relative;
}
.panel-group .panel-heading a.collapsed {
	background: #eeeeee;
	color: inherit;
}
.panel-group .panel-heading a:after {
	content: '-';
	position: absolute;
	right: 20px;
	top:5px;
	font-size:30px;
}
.panel-group .panel-heading a.collapsed:after {
	content: '+';
}
.panel-group .panel-collapse {
	margin-top: 5px !important;
}
.panel-group .panel-body {
	background: #ffffff;
	padding: 15px;
}
.panel-group .panel {
	background-color: transparent;
}
.panel-group .panel-body p:last-child,  .panel-group .panel-body ul:last-child,  .panel-group .panel-body ol:last-child {
	margin-bottom: 0;
}
.panel-group {
	margin-top: 51px;
	margin-bottom:2%;
}
<!--
---------------------
-->
 .panel-title .download-title {
 font-weight: 700 !important;
 color: #08375B !important;
 background-color:rgba(255, 255, 255, 0.01) !important;
}
.panel-group .panel-new {
	padding: 0;
}
.panel-group .panel-new a {
	display: block;
	background: #828F04;
	color: #ffffff;
	padding: 15px;
	text-decoration: none;
	position: relative;
}
.panel-group .panel-new a:after {
	content:url(../images/images.png);
	position: absolute;
	right: 20px;
	top:5px;
	font-size:30px;
}
<!--
------------------
-->
 .panel-group #headingTwo a:after {
 content: 'j';
 position: absolute;
 right: 20px;
 top:5px;
 font-size:30px;
}
<!--
-------END CAREER TAB------------>  .dropdown-menu > li.kopie > a {
 padding-left:5px;
}
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.dropdown-submenu > a:after {
	border-color: transparent transparent transparent #333;
	/*border-style: solid;*/



  border-width: 5px 0 5px 5px;
	content: " ";
	display: block;
	float: right;
	height: 0;
	margin-right: -10px;
	margin-top: 5px;
	width: 0;
}
.dropdown-submenu:hover>a:after {
	border-left-color:#555;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
	text-decoration: none;
	text-decoration: none;
	background-color: rgb(194, 209, 48);
}
/*---------------13/8/---------------*/







.navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
}
.overlay-ban {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(to right, #00000082 0%, #48454585 100%);
}
.navbar-default .navbar-nav > li {
	padding: 0px 0 0 0;
}
/*--------------------------------*/



/*------------E Services-------------------*/

 .eservice {
	font-size:14px;
	font-family: 'Actor', sans-serif;
	line-height:20px;
	color:#333;
	background:#f2f2f2;
	border:1px solid #fff;
	padding:10px 15px 15px;
	background:#fff;
}
.eservice p {
	padding:10px 0 7px 0 !important;
	font-weight: 400;
	color:#000;
	margin-bottom: 15px;
}
.eservice label {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:15px;
}
.eservice .form-group {
	margin-bottom:10px;
	position:relative;
}
.eservice .form-control {
	font-size:13px;
	font-style:italic;
	border-radius: 0px;
}
.eservice textarea.form-control {
	min-height:100px;
}
.eservice .sendQueryBtn {
	font-family:'Source Sans Pro', sans-serif;
	background:#0d1a41;
	color:#fff;
	border:0;
	padding:8px 20px;
	text-transform:uppercase;
}
.eservice .sendQueryBtn:hover {
	background:#3859be;
}
/*-------------------------------*/

/*****************For popup modals******************/

.modal-content {
	-webkit-border-radius:0;
	-webkit-background-clip:padding-box;
	-moz-border-radius:0;
	-moz-background-clip:padding;
	border-radius:6px;
	background-clip:padding-box;
	-webkit-box-shadow:0 0 40px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 0 40px rgba(0, 0, 0, .5);
	box-shadow:0 0 40px rgba(0, 0, 0, .5);
	color:#000;
	background-color:#fff;
	border:transparent
}
.modal-message .modal-dialog {
	width:300px;
	margin-top:266px
}
.modal-message .modal-body, .modal-message .modal-footer, .modal-message .modal-header, .modal-message .modal-title {
	background:0 0;
	border:none;
	margin:0;
	padding:0 20px;
	text-align:center!important
}
.modal-message .modal-title {
	font-size:17px;
	color:#737373;
	margin-bottom:3px
}
.modal-message .modal-body {
	color:#737373
}
.modal-message .modal-header {
	color:#fff;
	margin-bottom:10px;
	padding:15px 0 8px
}
.modal-message .modal-header .fa, .modal-message .modal-header .glyphicon, .modal-message .modal-header .typcn, .modal-message .modal-header .wi {
	font-size:30px
}
.modal-message .modal-footer {
	margin:25px 0 20px;
	padding-bottom:10px
}
.modal-backdrop.in {
	zoom:1;
	filter:alpha(opacity=75);
	-webkit-opacity:.75;
	-moz-opacity:.75;
	opacity:.75
}
.modal-backdrop {
	background-color:#fff
}
.modal-message.modal-success .modal-header {
	color:#53a93f;
	border-bottom:3px solid #a0d468
}
.modal-message.modal-info .modal-header {
	color:#57b5e3;
	border-bottom:3px solid #57b5e3
}
.modal-message.modal-danger .modal-header {
	color:#d73d32;
	border-bottom:3px solid #e46f61
}
.modal-message.modal-warning .modal-header {
	color:#f4b400;
	border-bottom:3px solid #ffce55
}

/*****************For popup modals******************/

.track-form{margin: 0 233px;}

.track-form .form-group{position: relative;}

.track-form .form-group .track-sub{display: block;
    width: 30%;
    height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color:#c2d130;
    background-image: none;
    border: 0px solid #ccc;
    border-radius:0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: absolute;
    right: 0px;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    
    font-family: 'Montserrat', sans-serif;}

.track-form .form-group .mail-in{display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px 6px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: white;
    background-image: none;
    border:1px solid #ccc;
    border-radius:0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;}

.search-new-top-space{padding: 13% 0 3% 0;}


.search-table-inn{/*height: 400px;
    overflow: scroll;*/}

.search-table-inn table{background: white;}
.search-table-inn table th{padding: 14px !important;border-bottom-width: 1px !important;}
.search-table-inn table td{padding: 14px !important;}

.search-new-side-space{position: relative;
}
/*20-8-29*/
    .li-design-inner-port{background: #c2d130;
    list-style: none !important;
    margin: 0 !important;
    padding: 8px;color: white;
    font-weight: 500 !important;}
/*end*/    
    
	
	
	/*10-sep-2019*/
	
	.search-new-top-space .accordion {}
.search-new-top-space .accordion .mb-0 .cls-text-tab-headcaption{}
.search-new-top-space .accordion .mb-0{background: none;
    background-color: #3951a2;
    padding: 0;
    text-align: left;
    cursor: auto;
    text-decoration: none;
    color: white;}
.search-new-top-space .accordion .mb-0 .btn{
    text-decoration: none;
    color: white;
    font-size: 16px;
    text-transform: capitalize;}
.search-new-top-space .accordion table{background: white;border: 1px solid #ddd;}
	.search-new-top-space .accordion .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{font-weight: 700;
    color: #3951a2;}
	
	
	
	.search-panel-new-inner .table tr th{padding: 12px;border: 1px solid #ddd;}
	.search-panel-new-inner .table tr td{padding: 12px;border: 1px solid #ddd;}
	
	
	
	.search-new-top-space .accordion .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
}


.sea-top-fields-inner{margin: 23px 0 0 0;}
.sea-top-fields-inner .example{position: absolute;
    float: left;
 
    margin: -11px 0 0 0 !important;}
.sea-top-fields-inner .example input{padding: 6px 13px;
    font-size: 14px;
    border: 1px solid white;
    float: left;
    width: 80%;
    background: white;}
.sea-top-fields-inner .example .sub{float: left;
    width: 20%;
    padding: 6px 13px;
    background:#c2d130;
    color: white;
    font-size: 14px;
    border: 1px solid #c2d130;
    border-left: none;
    cursor: pointer;}
.sea-top-fields-inner .example .fa{}
.sea-top-fields-inner .print-button-ryt{}

.search-new-top-space .print-button-ryt{float: right;
    background:#3951a2;
    border: 0;
    color: white;
    padding: 6px 13px;
    margin: -12px 15px 0px 0;
    border-bottom:3px solid #c2d130;
    position: absolute;
    right: 0;
}


.search-panel-new-inner .panel-heading a{background: #3951a2;
    font-weight: 600;
    font-size: 14px;}


.search-panel-new-inner .panel-body{padding:0;}

.search-panel-new-inner .panel-heading a.collapsed{background: #e2e1e1;}

.search-panel-new-inner .table{border: 1px solid #ddd;margin: 0;text-transform: capitalize;font-family: 'Open Sans', sans-serif;}

.search-panel-new-inner .table-striped>tbody>tr:nth-of-type(odd){background:white;}

.sp-side-tab-content{padding: 6px 12px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;}
.sp-side-tab-content .price-disclaimer{font-family: 'Open Sans', sans-serif;}
.sp-side-tab-content .movements-heading-tab{font-size: 15px;
    font-family: 'Open Sans', sans-serif;}
	
	/*10-sep-2019*/
	#suggesstion-box,#suggesstion-box1{    display: block;
    position: absolute;
    width: 100%;
    z-index: 9;}
    #custom-select{height: 300px;
    overflow: scroll;}
#container-clk{  clear: both;
    display: block;
    background: #333;
    color: #fff;
    padding: 14px;
    border-radius: 5px;
    margin: 0 11px 14px 12px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;}
#container-clk-remove{  clear: both;
    display: block;
    background: #ff0000;
    color: #fff;
    padding: 14px;
    border-radius: 5px;
    margin: 0 11px 14px 12px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;}
@media (max-width: 767px) {
 .navbar-nav {
 display: inline;
}
 .navbar-default .navbar-brand {
 display: inline;
}
 .navbar-default .navbar-toggle .icon-bar {
 background-color: #888;
}
 .navbar-default .navbar-nav .dropdown-menu > li > a {
 color: red;
 background-color: #ccc;
 border-radius: 4px;
 margin-top: 2px;
}
 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
 color: #333;
}
 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
 background-color: #ccc;
}
 .navbar-nav .open .dropdown-menu {
 border-bottom: 1px solid white;
 border-radius: 0;
}
 .dropdown-menu {
 padding-left: 10px;
}
 .dropdown-menu .dropdown-menu {
 padding-left: 20px;
}
 .dropdown-menu .dropdown-menu .dropdown-menu {
 padding-left: 30px;
}
 li.dropdown.open {
 border: 0px solid red;
}
}
 @media (min-width: 768px) {
 ul.nav li:hover > ul.dropdown-menu {
 display: block;
}
 #navbar {
 text-align: center;
}
}
}
