/* .dropdown-backdrop{
	 display:none;
 }
 or in mobile in class= .dropdown-menu... dont make the "ul" static... instead make it position relative and increase z-index
*/
@font-face {
	font-family: "Roboto";
	font-weight: 300;
	src: url("../fonts/RobotoLight.eot") format("eot");
}
@font-face {
	font-family: "Roboto";
	font-weight: 300;
	src: url("../fonts/RobotoLight.ttf") format("ttf"),
		 url("../fonts/RobotoLight.woff") format("woff"),
		 url("../fonts/RobotoLight.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-weight: 400;
	src: url("../fonts/Roboto.eot") format("eot");
}
@font-face {
	font-family: "Roboto";
	font-weight: 400;
	src: url("../fonts/Roboto.ttf") format("ttf"),
		 url("../fonts/Roboto.woff") format("woff"),
		 url("../fonts/Roboto.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-weight: 500;
	src: url("../fonts/RobotoMedium.eot") format("eot");
}
@font-face {
	font-family: "Roboto";
	font-weight: 500;
	src: url("../fonts/RobotoMedium.ttf") format("ttf"),
		 url("../fonts/RobotoMedium.woff") format("woff"),
		 url("../fonts/RobotoMedium.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto Condensed";
	font-weight: 400;
	src: url("../fonts/RobotoCondensed.eot") format("eot");
}
@font-face {
	font-family: "Roboto Condensed";
	font-weight: 400;
	src: url("../fonts/RobotoCondensed.ttf") format("ttf"),
		 url("../fonts/RobotoCondensed.woff") format("woff"),
		 url("../fonts/RobotoCondensed.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto Condensed";
	font-weight: 700;
	src: url("../fonts/RobotoCondensedBold.eot") format("eot");
}
@font-face {
	font-family: "Roboto Condensed";
	font-weight: 700;
	src: url("../fonts/RobotoCondensedBold.ttf") format("ttf"),
		 url("../fonts/RobotoCondensedBold.woff") format("woff"),
		 url("../fonts/RobotoCondensedBold.woff2") format("woff2");
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	color: #444444;
	line-height: 1.4;
	font-weight: 400;
	/* background: #000000; */
}
/*also use rgba to hex conertor*/
body.stick_body {
	padding-top: 90px;
}
body.home.stick_body {
	padding-top: 0;
}
/*for ie8{
	background:rgba(255, 255, 255, 0.56);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); 
}*/
/*also use rgba to hex conertor*/
.thumbnail{
	margin-bottom: 10px;
}
figure {
	margin:0;
	padding:0;
}
a {
	color: #0388fc;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
button {
	outline: none !important;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
a:hover {
	color: #0273d6;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: normal;
	line-height: 1.1;
	color: inherit;
}
@media (max-width: 1199px) {
	.container {
		width: auto;
		max-width: none;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
.main_heading {
	font-size: 50px;
	color: #ffffff;
	font-weight: normal;
	line-height: normal;
}
.heading1 {
	font-size: 24px;
	color: #0388fc;
	font-weight: normal;
	line-height: normal;
}
.heading2,
.heading2 a {
	font-size: 22px;
	color: #e36c0a;
	font-weight: normal;
	line-height: 1.4;
}
.heading3 {
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
}
.footer-heading {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: normal;
}
@media (max-width: 991px) {
	.main_heading {
		font-size: 40px;
	}
	.heading1 {
		font-size: 19px;
	}
	.heading2,
	.heading3 {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.main_heading {
		font-size: 25px;
	}
	.heading1 {
		font-size: 18px;
	}
	.heading2,
	.heading3 {
		font-size: 20px;
	}
	.footer-heading {
    	font-size: 14px;
    	margin: 0 0 10px;
	}
}
.text-blue {
	color: #021241 !important;
}
.text-black {
	color: #000000 !important;
}
.text-brown {
	color: #e36c0a !important;
}
.bg-blue {
	background: #021241 !important;
}
.bg-black {
	background: #000000 !important;
}
.btn-blue {
	font-size: 15px;
	color: #ffffff;
	line-height: 1.4;
	padding: 10px 35px;
	margin-top: 10px;
	border-radius: 20px;
	display: inline-block;
	background: #0388fc;
}
.btn-blue:hover {
	color: #ffffff;
	background: #0273d6;
}
@media (max-width: 767px) {
	.btn-blue {
		font-size: 13px;
		padding: 7px 20px;
	}
}
.btn-black {
	font-size: 16px;
	font-weight: 400;
	background: #000000 !important;
}
.list1 {
	padding-left: 24px;
	list-style: square;
}
.list1 li {
	font-size: 15px;
	line-height: 2;
	color: #000000;
}
/*--------------------------Header--------------------------*/
header {
	left: 0;
	right: 0;
	z-index: 11;
	padding: 10px 0;
	position: absolute;
	background: rgba(3, 136, 252, 0.5);
	/* background: #0388fc; */
}
header.inner-header {
	position: unset;
	background: #0388fc;
}
header .logo {
	float: left;
	padding-left: 15px !important;
}
header .logo a {
	z-index: 2;
	position: relative;
	display: inline-block;
}
header .logo img {
	max-width: 200px;
}
header.sticky {
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	position: fixed;
	-webkit-animation:.3s forwards smoothScroll;
	animation:.3s forwards smoothScroll;
	background: rgba(3, 136, 252, 0.7);
}
.navbar {
	float: right;
	border: none;
	padding: 2px 15px 2px 0;
	min-height: auto;
}
.navbar ul {
	margin: 0;
	padding: 0;
	float: none;
	list-style: none;
	display: inline-block;
}
.navbar ul li {
	display: inline-block;
}
.navbar ul li a {
	font-size: 16px;
	color: #ffffff;
	line-height: normal;
	font-weight: normal;
	display: inline-block;
	padding: 7px 15px !important;
}
.navbar ul li.last a {
	font-size: 16px;
	color: #ffffff !important;
	font-weight: normal;
	margin-left: 15px;
	padding: 7px 15px !important;
	background: #021241 !important;
}
.navbar ul > li a.active,
.navbar ul > li a:hover {
	color: #021241
}
.navbar .navbar-toggler {
	border: none;
	background: none;
	position: relative;
	margin: 10px 0 0 5px;
}
.navbar .navbar-toggler .icon-bar {
	width: 22px;
	height: 2px;
	display: block;
	border-radius: 1px;
	background: #ffffff;
}
.navbar .navbar-toggler .icon-bar + .icon-bar {
	margin-top: 5px;
}
@-webkit-keyframes smoothScroll {
	0% {
		-webkit-transform:translateY(-85px);
		transform:translateY(-85px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@keyframes smoothScroll {
	0% {
		-webkit-transform:translateY(-85px);
		transform:translateY(-85px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@media (min-width: 768px) {
	.navbar .navbar-toggler {
		display: none !important;
	}
}
@media (max-width: 991px) {	
	.navbar ul li a {
		font-size: 14px;
		padding: 5px 10px !important;
	}
	header .logo img {
		max-width: 160px;
	}
	.navbar ul li.last a {
		font-size: 14px;
		margin-left: 10px;
		padding: 5px 15px !important;
	}
}
@media (max-width: 820px) {
	.container > .navbar-header,
	.container > .navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 767px) {
	header {
		padding: 12px 0;
		position: relative;
	}
	/* header.sticky {
		background: rgba(3, 136, 252, 1);
	} */
	header .logo {
		float: none;
		padding-left: 0 !important;
		text-align: center;
	}
	header .logo a img {
		width: 150px;
	}
	header .main-menu {
		top: 0;
		position: absolute;
	}
	.navbar {
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		min-height: 46px;
		position: absolute;
	}
	.navbar .navbar-collapse {
		border-top: none;
		box-shadow: none;
	}
	.navbar ul {
		width: 100%;
		padding: 10px 0;
		text-align: center;
		border-bottom: none;
		background: rgba(3, 136, 252, 0.7);
	}
	.navbar ul li {
		display: block;
		padding: 0;
	}
	.navbar ul > li a {
		margin-bottom: 5px;
	}
	.navbar ul li.last a {
		margin: 0 auto;
		padding: 7px 20px !important;
	}
	.navbar .navbar-collapse {
		top: 76px;
		left: 0;
		right: 0;
		z-index: 11;
		position: absolute;
		border: none !important;
	}
}
/*--------------------------Banner--------------------------*/
.main-banner {
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}
.main-banner .bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
.main-banner .carousel-caption {
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50.1%, -50%);
}
.inner-banner .carousel-caption {
	left: 0;
	top: 50%;
	width: 60%;
	bottom: auto;
	height: auto;
	padding: 20px;
	text-align: left;
	transform: translateY(-50%);
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
}
.main-banner .caption-inner {
	top: 50%;
	left: 50%;
	width: 50%;
	padding: 10px 20px;
	position: absolute;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50.1%, -50%);
}
.main-banner .carousel-caption h1,
.main-banner .carousel-caption h2 {
	font-size: 50px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1.2;
}
.main-banner .carousel-caption p {
	font-size: 19px;
	color: #0388fc;
	font-weight: 400;
	line-height: 1.3;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}
@media (max-width: 991px) {
	.main-banner .caption-inner {
		width: 100%;
	}
	.main-banner .carousel-caption h1,
	.main-banner .carousel-caption h2 {
		font-size: 40px;
	}
	.main-banner .carousel-caption p {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.main-banner .caption-inner {
		width: 100%;
	}
	.main-banner .carousel-caption h1,
	.main-banner .carousel-caption h2 {
		font-size: 26px;
	}
	.main-banner .carousel-caption p {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	.main-banner .carousel-caption h1,
	.main-banner .carousel-caption h2 {
		font-size: 20px;
	}
	.main-banner .carousel-caption p {
		font-size: 14px;
		margin-bottom: 0;
	}
	.main-banner .carousel-caption .btn-blue {
		display: none;
	}
}
/*--------------------------About Us----------------------------*/
.about-us {
	padding: 50px 0;
	background: rgba(2, 18, 65, 0.02);
}
.about-us h2 {
    color: #021241;
}
.about-us .about-img {
	padding: 8px;
	background: #ffffff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08);
}
.service-list {
	list-style: none;
	padding-left: 0;
}
.service-list li {
	font-size: 17px;
	line-height: 1.5;
    margin: 10px 0;
	display: inline-block;
	padding: 1px 10px 1px 32px;
	background: url(../images/bullet.png) no-repeat left bottom 100%/24px;
}
.contact-map {
	margin: 15px 0;
	overflow: hidden;
	height: 400px;
	position: relative;
	background: #ffffff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08);
}
.contact-map iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 8px;
	border: none;
	overflow: hidden;
	position: absolute;
}
.contact-us {
	padding-left: 0;
	margin-bottom: 20px;
}
.contact-us li {
	font-size: 20px;
	line-height: 1.5;
	list-style: none;
	margin: 0 0 20px;
	padding: 15px 15px 15px 34px;
	background: rgba(0, 0, 0, 0.02);
	border: 1px solid rgba(0, 0, 0, 0.04);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
	.about-us {
		padding: 20px 0;
	}
	.service-list li {
		font-size: 15px;
		background: url(../images/bullet.png) no-repeat left bottom 100%/20px;
	}
	.contact-map {
		height: 300px;
	}
	.contact-us li {
		font-size: 18px;
		margin: 0 0 15px;
		padding: 10px 10px 10px 25px;
	}
}
/*--------------------------Why Choose Us-----------------------*/
.why-choose-us {
	padding: 50px 0;
}
.why-choose-us h2 {
    color: #021241;
}
.why-choose-us .why-choose-box {
	height: 170px;
	width: 170px;
	border-radius: 50%;
	margin-top: 20px;
	position: relative;
	margin: 0 auto 15px;
	background: #87CEFA;
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transition-duration: 1s;
	transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}
.why-choose-us .why-choose-box:hover {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.why-choose-us .why-choose-box.box1 {
	background: #87CEFA;
}
.why-choose-us .why-choose-box.box2 {
	background: #A4D3EE;
}
.why-choose-us .why-choose-box.box3 {
	background: #00EEEE;
}
.why-choose-us .why-choose-box.box4 {
	background: #BFEFFF;
}
.why-choose-us .why-choose-box.box5 {
	background: #AEEEEE;
}
.why-choose-us .why-choose-box.box6 {
	background: #D1EEEE;
}
.why-choose-us .why-choose-inner {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.why-choose-us .why-choose-box h4 {
	font-size: 50px;
	color: #ffffff;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.why-choose-us .why-choose-box p {
	font-size: 15px;
	color: #1a6470;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0 10px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
	.why-choose-us {
		padding: 20px 0;
	}
}
/*-----------------------Service Gallery------------------------*/
.service-gallery {
	padding: 50px 0 0;
}
.service-gallery h2 {
	color: #021241;
}
.service-gallery figure img {
	width: 100%;
}
.service-gallery figcaption div {
	font-size: 24px;
	color: #ffffff;
	font-weight: 300;
	line-height: 1.4;
}
.service-gallery figcaption div.author {
	font-size: 20px;
}
.rotateslider-container {
	position: relative;
	width: 100%;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(2, 18, 65, 0.02);
}
.rotateslider-container .rotateslider-item {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
	-ms-transform: translateY(-50%) translateX(-50%) scale(0.7);
	transform: translateY(-50%) translateX(-50%) scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rotateslider-container .rotateslider-item.next {
	left: 83%;
	width: 33%;
	opacity: 0.5;
}
.rotateslider-container .rotateslider-item.prev {
	left: 17%;
	width: 33%;
	opacity: 0.5;
}
.rotateslider-container .rotateslider-item.now {
	opacity: 1;
	top: 50%;
	left: 50%;
	width: 34%;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
	-ms-transform: translateY(-50%) translateX(-50%) scale(1);
	transform: translateY(-50%) translateX(-50%) scale(1);
}
.rotateslider-container .arrow {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
.rotateslider-container .arrow.left {
	left: 15px;
}
.rotateslider-container .arrow.right {
	right: 15px;
}
@media (max-width: 767px) {
	.service-gallery {
		padding: 20px 0;
	}
	.rotateslider-container {
		height: 200px;
	}
	.service-gallery figcaption div {
		font-size: 18px;
	}
	.service-gallery figcaption div.author {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.rotateslider-container {
		height: 140px;
	}
	.rotateslider-container .rotateslider-item.next {
		left: 90%;
	}
	.rotateslider-container .rotateslider-item.prev {
		left: 10%;
	}
	.rotateslider-container .rotateslider-item.now {
		width: 60%;
		opacity: 1;
	}
	.rotateslider-container .rotateslider-item.next,
	.rotateslider-container .rotateslider-item.prev {
		-webkit-transform: translateY(-50%) translateX(-50%) scale(0.4);
		-ms-transform: translateY(-50%) translateX(-50%) scale(0.4);
		transform: translateY(-50%) translateX(-50%) scale(0.4);
	}
	.rotateslider-container .arrow {
		width: 30px;
		height: 30px;
		margin-top: -17px;
	}
	.rotateslider-container .arrow i {
		font-size: 26px;
		line-height: 1.2;
	}
}
/*-----------------------Servcie------------------------*/
.services {
	padding: 50px 0;
	/* background: #f4f6f9; */
}
.services .card {
	border: none;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.services .box {
	margin-bottom: 20px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.services .card-body span {
	display: block;
	color: #000000;
}
@media (max-width: 767px) {
	.services {
		padding: 20px 0;
	}
	.services .box img {
		max-width: 80px;
	}
}
/*----------------------We are available--------------------*/
.we-are-available {
	text-align: center;
	padding: 50px 0 40px;
	background: rgba(2, 18, 65, 0.02);
}
.we-are-available h2 {
	font-size: 16px;
	padding: 7px 20px;
	margin: 7px;
	border-radius: 20px;
	display: inline-block;
	background: #ffffff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
	.we-are-available {
		padding: 20px 0;
	}
	.we-are-available h2 {
		margin: 5px;
		font-size: 14px;
		padding: 7px 15px;
	}
}
/*--------------------------Review--------------------------*/
.review {
	padding: 50px 0 40px;
	background: rgba(2, 18, 65, 0.02);
}
.review iframe {
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	padding-top: 30px;
	min-height: 340px;
}
@media (max-width: 767px) {
	.review {
		padding: 20px 0;
	}
}
/*-------------------------Call Now-------------------------*/
.callnow a {
	font-size: 20px;
	color: #ffffff;
	line-height: 1.4;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.callnow a i {
	font-size: 40px;
	display: block;
	margin: 0 0 10px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.callnow .whatsapp {
	background: #25D366;
	background: linear-gradient(180deg, #02A63E 0%, #16D95D 100%);
}
.callnow .phone {
	background: #6EC1F5;
	background: linear-gradient(180deg, #45A3DE 0%, #80CFCF 100%);
}
.callnow .call-btn a {
	display: block;
	padding: 20px 0;
}
@media (max-width: 767px) {
	.callnow {
		bottom: 0;
		z-index: 1;
		width: 100%;
		position: fixed;
	}
	.callnow a {
		font-size: 14px;
		display: block;
	}
	.callnow a i {
		font-size: 22px;
		margin: 0 5px 0 0;
		display: inline-block;
	}
	.callnow .call-btn a {
		padding: 15px 0;
	}
}
/*-------------------------error404-------------------------*/
.error404 {
	padding: 80px 0;
	text-align: center;
}
.error404 h2 {
	color: #021241;
}
.error404 h2 i {
	color: #FFFF00;
}
.error404 h3 {
	line-height: 1.5;
}
.error404 h3 span {
	display: block;
}
@media (max-width: 767px) {
	.error404 {
		padding: 40px 0;
	}
}
/*--------------------------Footer--------------------------*/
footer {
	font-size: 14px;
	color: #ffffff;
	line-height: 1.87;
	background: #0388fc;
}
footer a,
footer a:focus,
footer a:active {
	color: #ffffff;
}
footer a.active,
footer a:hover {
	color: #021241;
}
footer .footer-top {
	padding: 50px 0 20px;
}
footer .footer-link .footer-logo {
	max-width: 200px;
}
footer .footer-link {
	font-size: 16px;
	padding-top: 10px;
}
footer .footer-link ul {
	list-style: none;
	margin: 0;
	padding-left: 20px;
}
footer .footer-link .list {
	list-style: none;
	padding-left: 12px;
}
footer .footer-link .list li {
	position: relative;
}
footer .footer-link .list li::before {
	top: 11px;
	left: -12px;
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	background: #ffffff;
}
footer .footer-link .list li a {
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin: 5px 0;
}
footer .footer-link .list li a:hover {
	color: #021241;
}
footer .copyright {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	padding: 25px 0;
	text-align: center;
	background: #021241;
}
@media (max-width: 991px) {
	footer .footer-top {
		padding: 40px 0 20px;
	}
}
@media (max-width: 767px) {
	footer {
		margin-bottom: 55px;
	}
	footer .footer-link {
		font-size: 14px;
		padding: 0 0 20px;
	}
	footer .footer-link .list li {
		width: 33.33%;
		float: left;
	}
	footer .footer-link .list li a {
		font-size: 13px;
		margin: 1px 0;
	}
	footer .footer-top {
		padding: 30px 0 10px;
	}
	footer .copyright {
		padding: 10px 0;
	}
	footer .footer-link .footer-logo {
		max-width: 150px;
	}
}
@media (max-width: 575px) {
	footer .footer-link .list li {
		width: 50%;
		float: left;
	}
}
/*inner css*/
.btn-1 {
	font-size:17px;
	color:#fff;
	padding:3px 10px;
	background-image: -webkit-gradient(linear, 100% top, 100% bottom, from(rgba(58, 181, 227, 1)), to(rgba(29, 160, 209, 1)));
	background-image: -webkit-linear-gradient(top, color-stop(rgba(58, 181, 227, 1) 100%), color-stop(rgba(29, 160, 209, 1) 100%));
	background-image: -moz-linear-gradient(top, rgba(58, 181, 227, 1) 0, rgba(29, 160, 209, 1) 100%);
	background-image: linear-gradient(to bottom, rgba(58, 181, 227, 1) 0, rgba(29, 160, 209, 1) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#803ab5e3', endColorstr='#001da0d1', GradientType=1);
}
.map .img-responsive {
	margin:0;
}
.btn-1:hover, .btn-1:focus, .btn-1:active, .btn-1.active, .open .dropdown-toggle.btn-1 {
	color: #ffffff;
	border-color: #1da0d1;
	background-color: #3ab5e3;
}
/*----------------------Image Gallery-----------------------*/
.image-gallery .full-h {
	width: 100%;
	height: 480px;
}
.image-gallery .half-h {
	width: 100%;
	height: 240px;
}
.image-gallery img {
	object-fit: cover;
}