/*CSS Document*/
body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font: 300 15px/20px 'Open Sans', sans-serif;
	color: #888;
}
h1 {
	font: 700 40px/40px 'Roboto', sans-serif;
	display: block;
	color: #111;
}
h2 {
	font: 600 40px/30px 'Roboto', sans-serif;
	display: block;
	color: #222;
}
h3 {
	font: 600 20px/24px 'Roboto', sans-serif;
	display: block;
	color: #555;
}
p {
	font: 400 16px/26px 'Open Sans', sans-serif;
	color: #777;
}
a {
	text-decoration: none;
	color: #555;
}
a:hover {
	color: #555;
}
.trans_eff {
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.btn-link {
	color: #222 !important;
}
/*&&&&&&&&&&&&&&&&&&&&& HOME PAGE CLASSES &&&&&&&&&&&&&&&&&&&&&&& */

.title_bg {
	background: url(../images/logo-bg.png) no-repeat center center;
	padding: 25px 0;
}
.secondery-txt {
	padding: 0 17%;
	color: #888;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
/*top clasess*/
.top-con {
	background: #00adef;
	min-height: 35px;
	text-align: right;
}
.top-con .tagline {
	float: left;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin-top: 5px;
}
.top-con .right-con {
	float: right;
}
.top-con .right-con .social-media-con {
	float: left;
	margin-top: 4px;
}
.top-con .right-con .social-media-con a {
	color: #fff;
	width: 35px;
	height: 27px;
	display: inline-block;
	border-right: 1px solid #31c6ff;
	text-align: center;
	padding: 3px 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.top-con .right-con .social-media-con a:first-child {
	border-left: 1px solid #31c6ff;
}
.top-con .right-con .social-media-con a:hover .fa {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
/*top clasess ends*/


/*header clasess*/
header {
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 10px 15px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 9;
}
header .navbar-header {
	float: none;
}
.top-right-con {
	float: right;
	margin-top: 30px;
}
.top-right-con a {
	color: #fff;
	background: #818286;
	display: inline-block;
	line-height: 35px;
	padding: 0 20px;
	font-weight: 400;
	text-transform: lowercase;
	border-left: 1px solid rgba(255,255,255,0.8);
	border-right: 1px solid rgba(255,255,255,0.8);
	text-decoration: none;
	font-size: 14px;
	margin-left: 1px;
}
.top-right-con a:hover {
	background: #00adef;
	color: #fff;
}
nav {
	background: #fff;
	border-top: 1px solid #eee;
}
header .navbar-collapse {
	padding: 0;
}
.navbar-collapse {
	border-top: 0 !important;
}
header .navbar-brand {
	padding: 0 !important;
	width: 115px;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 5px 0 5px 0;
}
header .navbar-default {
	background: none;
	border: 0
}
.navbar-nav {
	margin: 0 0 0 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
header .navbar-nav>li>a {
	font: 700 14px/50px 'Open Sans', sans-serif;
	color: #818286;
	height: 50px;
	padding: 0 25px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	border-radius: 0;
	text-transform: uppercase;
	background: none !important;
}
header .navbar-nav>li a:focus, header .navbar-nav>li.active>a, header .navbar-nav>li.active>a:hover, header .navbar-nav>li>a:hover, header .navbar-default .navbar-nav>.open>a, header .navbar-default header .navbar-nav>.open>a:hover, header .navbar-default header .navbar-nav>.open>a:focus {
	color: #fff;
	background: #00adef !important;
}
#home .home, #about-us .about-us, #contact-us .contact-us, #why-rent .why-rent, #e-brochure .e-brochure, #enquiry .enquiry, #career .career, #gallery .gallery, #our-fleet .our-fleet {
	color: #fff;
	background: #00adef !important;
}
header .navbar-nav>li:hover a {
	color: #fff;
	background: #00adef !important;
}
header .navbar-nav>li .sub_link {
	background: #00adef;
	padding: 20px;
	position: absolute;
	display: none;
	z-index: 9;
	left: 0;
	min-width: 300px;
	box-shadow: 1px 3px 3px 1px rgba(0,0,0,0.2)
}
header .navbar-nav>li:hover .sub_link {
	display: block;
}
header .navbar-nav>li .sub_link a {
	font: 400 14px/30px 'Open Sans', sans-serif;
	color: #fff;
	padding: 0;
	margin: 0 0;
	display: block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	border-radius: 0;
	text-transform: capitalize;
	border-radius: 0;
	border-bottom: 1px solid #12b6f4;
}
header .navbar-nav>li .sub_link a:hover {
	text-decoration: none;
	background: #818286 !important;
	color: #fff;
	padding: 0 10px;
}
a.mob_link_dd {
	display: none !important;
}
a.mob_link_dd b {
	width: 20px;
	height: 20px;
	float: right;
	display: block;
	background-image: url(../images/fq-r.png);
	background-repeat: no-repeat;
	margin: 12px 5px 0 0
}
a.mob_link_dd_act b {
	width: 20px;
	height: 20px;
	float: right;
	display: block;
	background-image: url(../images/fq-b.png);
	background-repeat: no-repeat;
	margin: 12px 5px 0 0
}/*header clasess ends*/
/*slider clasess*/
.banner_con {
	overflow: hidden;
	background: url(../images/banner-bg.jpg) no-repeat center top;
	min-height: 550px;
	background-attachment: fixed;
	padding: 13% 0;
	text-align: center;
}
.banner_con h3 {
	color: rgba(255, 255, 255, .0);
	font-size: 60px;
	line-height: 56px;
	padding: 0 50px;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}
.banner_con h3:before {
	content: attr(data-text);
	position: absolute;
	overflow: hidden;
	max-width: 14em;
	white-space: nowrap;
	color: #fff;
	animation: loading 6s linear;
}
@keyframes loading {
 0% {
 max-width: 0;
}
}
.banner_con h5 {
	font-size: 25px;
	line-height: 30px;
	background: rgba(0,0,0,0.4);
	display: inline-block;
	color: #fff;
	padding: 5px 15px 6px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 10px;
}
.slider_con .carousel-indicators {
	bottom: 10px;
}
.slider_con .carousel-indicators li {
	width: 14px;
	height: 14px;
	border: 0;
	border: 2px solid #fff;
	background: none;
	margin: 0 2px;
}
.slider_con .carousel-indicators .active {
	width: 14px;
	height: 14px;
	border: 0;
	background: #fff
}
.slider_con .carousel-caption {
	bottom: 0;
	top: 40%;
}
.slider_con .carousel-caption h3 {
	font-size: 100px;
	color: #fff;
	line-height: 60px;
	text-shadow: 0 2px 0px rgba(0,0,0,.1);
}
.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 .carousel-control {
	z-index: 2;
}
.carousel-control {
	width: auto !important;
	top: 45%;
}
.slider_con .carousel-control.left {
	left: 1%;
}
.slider_con .carousel-control.right {
	right: 1%;
}
.slider_con .carousel-control.left, .slider_con .carousel-control.right {
	background: none !important;
}
/*slider clasess ends*/

 

/*welcome clasess*/
 
.welcome_con .left h2 {
	font-weight: 900;
	color: #222;
	text-transform: uppercase;
}
.welcome_con .left h2 abbr {
	border-bottom: 2px dotted #ccc;
}
.welcome_con .left p {
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;
	color: #777;
	margin-top: 35px;
	padding: 0 9%;
}
/*welcome clasess ends*/


/*why sygnus clasess*/
.why-sygnus-con {
	background: #818286 url(../images/introduction-bg.jpg) no-repeat center top;
	background-attachment: fixed;
	margin-top: 60px;
	position: relative;
}
.why-sygnus-con:before {
	height: 100%;
	width: 200px;
	background: #818286;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
}
.why-sygnus-con .content-con {
	background: #818286;
	min-height: 200px;
	position: relative;
	padding: 70px 50px 70px 0;
}
.why-sygnus-con .content-con:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 20px solid #818286;
	right: -20px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%)
}
.why-sygnus-con .content-con h3 {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.why-sygnus-con .content-con p {
	font-size: 17px;
	line-height: 26px;
}
/*why sygnus clasess ends*/



/*fleet clasess*/
.fleet_con .inner {
	position: relative;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	display: block;
}
.fleet_con .inner .picture {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.fleet_con .inner .picture img {
	width: 100%;
	height: auto;
	display: block;
}
.fleet_con .inner .picture:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .8;
	left: 0;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.95) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.05) 30%, rgba(0,0,0,0.95) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.05) 30%, rgba(0,0,0,0.95) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#f2000000', GradientType=0);
	-webkit-transition: opacity 0.3s ease 0.1s;
	-o-transition: opacity 0.3s ease 0.1s;
	transition: opacity 0.3s ease 0.1s;
}
.fleet_con .inner:hover .picture:before {
	opacity: 1;
}
.fleet_con .inner h5 {
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
	margin: 0;
	padding: 20px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.fleet_con_inner h3 {
	color: #00adef;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
	padding: 10px 15px;
	display: inline-block;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 11px 27px;
}
.table {
	margin-bottom: 0;
}
.table tr td {
	font-weight: 400;
}
/*fleet clasess ends*/


  
/*mission clasess*/
.mission-con {
	background: #00adef url(../images/offering-bg.jpg) no-repeat center top;
	background-attachment: fixed;
	position: relative;
	margin-top: 60px;
}
.mission-con:before {
	height: 100%;
	width: 200px;
	background: #00adef;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
}
.mission-con .content-con {
	background: #00adef;
	min-height: 200px;
	position: relative;
	padding: 70px 0 70px 80px;
}
.mission-con .content-con:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-right: 20px solid #00adef;
	left: -20px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%)
}
.mission-con .content-con h3 {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.mission-con .content-con p {
	font-size: 17px;
	line-height: 26px;
}
.mission-con .content-con .btn-default {
	color: #00adef !important;
}
.mission-con .content-con .btn-default:hover {
	color: #fff !important;
	background: #00adef !important;
}
/*mission ends*/

   
/*gallery*/
ul.photo_gallery_con li {
	width: 25%;
	float: left;
	list-style: none;
	padding: 10px;
}
ul.photo_gallery_con_inner li .inner_con {
	padding: 10px 10px 30px 10px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 11px 27px;
	border: 1px solid #eee;
}
.photo-gallery-inner .nav-tabs {
	text-align: center;
	border: 0;
}
.photo-gallery-inner .nav-tabs>li {
	display: inline-block;
	float: none;
	margin-bottom: 0;
}
.photo-gallery-inner .nav-tabs>li>a {
	margin: 2px;
	font-size: 18px;
	padding: 10px 23px;
	border: 0;
	border-radius: 3px;
	background: #818286;
	color: #fff;
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
}
.photo-gallery-inner .nav-tabs>li.active>a, .photo-gallery-inner .nav-tabs>li.active>a:focus, .photo-gallery-inner .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #00adef;
	border: 0;
	border-bottom-color: transparent;
}
.photo-gallery-inner .nav-tabs>li.active:after {
	content: "";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 8px solid #00adef;
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translate(-50%, 0);
}
/*gallery ends*/
  
  
  
/*footer classes*/
footer {
	margin-top: 60px;
	background: #222;
	padding: 70px 0 0 0;
	position: relative;
	box-shadow: 0 -20px 60px 1px rgba(0,0,0,0.2);
}
footer .col_01 {
	width: 14%;
	float: left;
	margin: 0 0 0 0;
}
footer .col_02 {
	width: 34%;
	float: left;
	padding: 0 0 0 4%;
	margin: 0 3%;
	border-left: 1px dashed #333;
	min-height: 270px;
}
footer .col_03 {
	width: 27%;
	float: left;
	padding: 0 4% 0 0;
	margin: 0 3% 0 0;
	border-right: 1px dashed #333;
	min-height: 235px;
}
footer .col_04 {
	width: 16%;
	float: right;
	text-align: center;
}
footer .col_04 .map {
	margin: 60px 0 0 0;
}
footer .col_04 iframe {
	display: block;
}
footer h3 {
	font: 600 22px 'Roboto', sans-serif;
	color: #fff;
}
footer h3:after {
	content: '';
	background: #fff;
	height: 3px;
	width: 55px;
	position: absolute;
	display: block;
	margin: 10px 0 0 3px;
}
.f_link {
	margin: 25px 0 0 3px;
}
.f_link a {
	font: 400 13px/16px 'Open Sans', sans-serif;
	color: #888;
	padding: 4px 0 4px 0;
	display: block;
	text-decoration: none;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.f_link a:hover {
	color: #fff;
	text-decoration: underline;
}
.f_contact_con {
	margin: 35px 0 0 3px;
}
.f_contact_con p {
	padding: 5px 0;
}
.f_contact_con p:first-child {
	padding-top: 0;
}
.f_contact_con p, .f_contact_con p a {
	font: 400 13px/22px 'Open Sans', sans-serif;
	color: #888;
}
.f_contact_con p .fa {
	height: 25px;
	width: 25px;
	border-radius: 100%;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 5px 0;
	margin: 0 3px;
}
.f_social_midea_con {
	margin: 25px 0 0 0;
	text-align: center;
}
.f_social_midea_con a {
	width: 35px;
	padding: 6px 0;
	height: 35px;
	margin: 0 3px;
	background: #00adef;
	font-size: 18px;
	display: inline-block;
	color: #fff;
	border: 2px solid #00adef;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	border-radius: 100%;
	text-align: center;
}
.f_social_midea_con a:hover {
	background: #fff;
	color: #888;
	border: 2px solid #fff;
}
.pwrd {
	background: #222;
	border-top: 2px solid #272727;
	padding: 20px 0;
	margin: 60px 0 0 0;
}
.pwrd p, .pwrd p a {
	font-weight: 400;
	color: #888;
	font-size: 14px;
}
.pwrd p {
	margin: 7px 0 0 0;
	text-align: center;
}/*footer classes ends*/
/*========================INSIDE PAGES CLASESS================*/
/*page title clasess*/
.inside_banner_bg {
	background: #818286 url(../images/title_bg.jpg) no-repeat center top;
	min-height: auto;
	text-align: center;
	padding: 60px 0;
	background-attachment: fixed;
}
.inside_banner_bg h1 {
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
}/*page title clasess ends*/
/*brad crum and page tittle clasess*/
.breadcrumb_con {
	border-bottom: 3px solid #eee;
}
.breadcrumb {
	background: none;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 8px 10px;
}
.breadcrumb li a {
	font-weight: 400;
	text-decoration: underline;
	color: #111;
}
.breadcrumb li a:hover {
	text-decoration: none;
}/*brad crum and page tittle clasess ends*/
/*cms area clasess*/
.cms_area p {
	font-size: 16px;
	line-height: 26px;
	color: #777;
}
.cms_area strong {
	color: #777;
}
.box1 {
	padding: 25px;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
}
.box3 {
	padding: 25px;
	background: #fff;
	border-radius: 0 3px 3px 3px;
}
.box2 {
	padding: 25px;
	background: #fff;
	border-radius: 3px;
	border: 1px dashed #ddd;
	border-left: 3px solid #ee2d7b;
}
.box2 p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin: 7px 0;
}
.cms_area .img1 {
	float: right;
	margin: 5px 0 20px 20px
}
.cms_area h3 {
	font-size: 17px;
	color: #222;
}
.cms_area hr {
	border-top: 1px dashed #eee;
}
.cms_area .no_mt {
	margin-top: 0 !important
}
.cms_area ul {
	margin: 20px 0 0 25px;
}
.cms_area ul li {
	background: url(../images/list_bullet.png) no-repeat left 9px;
	font-size: 16px;
	line-height: 24px;
	padding: 3px 0 3px 25px;
	list-style: none;
	color: #777;
	font-weight: 400;
}
.media {
	padding: 30px;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 11px 27px;
}
.media-left, .media> .media-left {
	padding-right: 30px;
}
.media .media-object {
	border-radius: 5px;
}
.media .media-heading {
	font-weight: 600;
	color: #00adef;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 28px;
}
.media .media-heading small {
	display: block;
	color: #999;
	text-transform: none;
	font-weight: 400;
	font-style: inherit;
	color: #333;
	font-style: italic;
	margin-top: 5px;
}
.enquiry-form-con {
	padding: 20px 30px 30px 30px;
	background: #efefef;
}
/*cms area clasess ends*/





/*right panel clasess*/
 
.right_form_con h3 {
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color: #222;
	background: #efefef;
	padding: 20px 15px 0;
	text-transform: uppercase;
}
.right_form_con .form_con {
	background: #efefef;
	padding: 10px 25px 25px 25px;
}
.right_form_con .form_con .form-control {
	height: 40px;
	box-shadow: none;
	border: 1px solid #ddd;
	font-family: 'Open Sans', sans-serif;
	color: #777;
	font-weight: 400;
	font-size: 14px;
}/*right panel clasess ends*/
/*contact us clasess*/
.contact_con hr {
	border-top: 1px dashed #eee;
	margin: 15px 0;
}
.contact_con .map_con {
	width: 100%;
	height: 325px;
	overflow: hidden;
	border-top: 2px solid #111
}/*contact us clasess ends*/
/*sitemap*/
.stmp a {
	display: block;
	padding: 7px 15px;
	font: 400 15px/20px 'Open Sans', sans-serif;
	background: #efefef;
	margin: 5px 1%;
	text-align: left;
	color: #555;
	width: 31%;
	float: left;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.stmp a:hover {
	background: #00adef;
	color: #fff;
	text-decoration: none
}

/*sitemap ends*/



/* ================= Media Query ================= */
@media only screen and (max-width:1279px) {
.container {
	width: 100%;
}
}
@media only screen and (max-width:1151px) {	/*header clasess*/
header {
	padding: 0 10px;
}
header .navbar-nav>li>a {
	padding: 0 15px;
}/*header clasess ends*/
/*services clasess*/
.service_con .inner {
	background: #fff;
	margin: 40px 0px 0 0px;
}
.service_con .inner figcaption {
	padding: 20px 25px;
}/*services clasess ends*/
/*footer classes*/
 
footer .col_01 {
	width: 13%;
}
footer .col_02 {
	width: 32%;
}
footer .col_04 {
	width: 18%;
}
/*footer classes ends*/


}
 @media only screen and (max-width:991px) {
/*header clasess*/
.top-right-con {
	margin-top: 37px;
}
header {
	background: rgba(255,255,255,1);
	position: static;
}
.header_fixer {
	position: static;
	box-shadow: none;
	background: rgba(0,0,0,1) !important;
}
header .navbar-brand, .header_fixer .navbar-brand {
	margin: 10px 0 10px 10px !important;
}
header .navbar-nav {
	float: none !important;
}
header .navbar-nav>li {
	float: none;
	width: 100%;
}
header .navbar-nav>li>a {
	font: 600 15px/40px 'Open Sans', sans-serif !important;
	padding: 0 15px;
	border-bottom: 1px solid #eee !important;
	color: #818286;
	display: block;
	height: auto !important;
	text-align: center;
	background: #fff !important;
}
header .navbar-nav>li:last-child a {
	line-height: 45px;
	border: 0;
	vertical-align: middle;
	margin-top: 0;
	border-radius: 0;
	margin-left: 0;
	font-weight: 400;
	padding: 0 15px;
}
.navbar-toggle {
	background-color: #00adef;
	border: 0 !important;
	border-radius: 0px;
	float: right;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 37px;
	padding: 10px 10px 11px;
	position: relative;
	display: block;
	color: #fff !important;
	border-radius: 0;
	margin-left: 2px;
}
.navbar-toggle .icon-bar {
	background-color: #fff !important;
	height: 2px;
	width: 40px;
}
.navbar-header {
	float: none;
}
.navbar-collapse {
	background: #fff;
	margin: 0 -15px !important;
	position: static;
	padding: 0
}
.navbar-collapse.collapse {
	display: none !important;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
header .navbar-nav>li .sub_link, header .navbar-nav>li:hover .sub_link {
	background: #fff;
	padding: 0;
	position: static;
	display: none;
	z-index: 999999;
	min-width: 100%;
	box-shadow: none
}
header .navbar-nav>li .sub_link a {
	font: 400 13px/35px 'Open Sans', sans-serif;
	color: #777;
	padding: 0 15px;
	margin: 0 0;
	display: block;
	text-align: center;
	text-transform: capitalize;
	background: #efefef !important;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #fff;
}
header .navbar-nav>li .sub_link a:hover {
	color: #777;
	background: #fff !important;
}
a.mob_link_ddx {
	display: none !important;
}
a.mob_link_dd {
	display: block !important;
}/*header clasess ends*/
/*top contact clasess*/
.top_cont_con p {
	font: 400 18px/20px 'Open Sans', sans-serif;
}
.top_cont_con p img {
	margin: 0 4px;
	width: 40px
}/*top contact info clasess* ends/






  


/*photo gallery clasess*/
ul.photo_gallery_con li {
	width: 33.33333%;
}/*photo gallery clasess ends*/
/*why sygnus clasess*/
.why-sygnus-con {
	text-align: center;
}
.why-sygnus-con:before {
	display: none;
}
.why-sygnus-con .cols {
	padding: 0;
}
.why-sygnus-con .content-con {
	background: rgba(129,130,134,0.8);
	min-height: auto;
	padding: 60px 15px;
}
.why-sygnus-con .content-con:after {
	display: none;
}
/*why sygnus ends*/



/*mission clasess*/
.mission-con {
	text-align: center;
}
.mission-con:before {
	display: none;
}
.mission-con .cols {
	padding: 0;
}
.mission-con .content-con {
	background: rgba(0,173,239,0.8);
	min-height: auto;
	padding: 60px 15px;
}
.mission-con .content-con:after {
	display: none;
}
/*mission ends*/




 
/*footer classes*/
 
footer .col_01 {
	width: 23%;
}
footer .col_02 {
	width: 45%;
	border-right: 1px dashed #333;
	padding: 0 3%;
}
footer .col_03 {
	display: none;
}
footer .col_04 {
	width: 25%;
}
/*footer classes ends*/
 
}
 @media only screen and (max-width:767px) {
.top-right-con {
	margin: 0;
	width: 100%;
}
.top-right-con a {
	width: 100%;
	float: left;
	margin: 0;
	text-align: center;
}
.top-right-con a:last-child {
	border-top: 1px solid #9b9ca1;
}
/*welcome clasess*/
 
.welcome_con .left h2 {
	font-size: 35px;
}
.welcome_con .left h2 abbr {
	border-bottom: 2px dotted #ccc;
}
.welcome_con .left p {
	padding: 0 0;
}
/*welcome clasess ends*/

/*photo gallery clasess*/
ul.photo_gallery_con li {
	width: 50%;
	float: left;
}/*photo gallery clasess ends*/
/*footer classes*/
footer {
	padding: 30px 0 0 0;
}
footer .col_01 {
	width: 100%;
	text-align: center
}
footer .col_02 {
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
	min-height: auto;
	border: 0;
}
footer .col_04 {
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}
footer .col_01, footer .col_02, footer .col_04 {
	border: 2px solid #333;
	padding: 20px;
	border-radius: 3px;
	background: #252525;
}
footer h3:after {
	display: none;
}
.f_link {
	margin: 15px 0 15px 0;
}
.f_link a {
	font: 400 14px/16px 'Open Sans', sans-serif;
	color: #777;
	padding: 7px 10px 7px 10px;
	background: #333;
	display: inline-block;
	text-decoration: none;
	margin: 3px 2px;
	text-decoration: none;
	border-radius: 3px;
}
.f_link a:hover {
	text-decoration: none;
	background: #00adef;
	color: #fff;
}
.copyright_bg {
	text-align: center;
}
.copyright_bg span {
	display: block;
	float: none;
}
.f_contact_con {
	margin: 20px 0 0 3px;
}
.pwrd {
	margin: 30px 0 0 0;
}
/*footer classes ends*/
 
/*sitemap*/
.stmp a {
	width: 48%;
}/*sitemap ends*/
.media {
	padding: 25px;
	text-align: center;
}
.media-left, .media>.media-left {
	display: block;
	padding: 0;
	margin: 0 auto 10px auto;
}
.media .media-object {
	border-radius: 5px;
	display: inline-block;
}
.media .media-body p {
	text-align: center !important;
}
}
@media only screen and (max-width:479px) {
.slider_con2 .carousel-indicators {
	display: none !important;
}
/*top contact clasess*/
.top-con {
	text-align: center;
}
.top-con .right-con .social-media-con {
	float: none;
	width: 100%;
	margin-top: 4px;
	border-top: 1px solid #31c6ff;
}
.top-con .right-con {
	float: none;
	width: 100%;
}
.top-con .tagline {
	float: none;
}
/*top contact clasessends* /
  /*photo gallery clasess*/
ul.photo_gallery_con li {
	width: 100%;
}
ul.photo_gallery_con li .inner_con {
	width: 100%;
}/*photo gallery clasess ends*/
/*index form clasess*/
.index_form_con .col-lg-4, .col-lg-12 {
	padding-left: 15px;
	padding-right: 15px;
}/*index form clasess ends*//*sitemap*/
.stmp a {
	width: 95%;
	margin: 5px 2.5%;
}/*sitemap ends*/
}
