@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&amp;display=swap');
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif !important;
	overflow-x: hidden;
}

::-moz-selection {
 color: #fff;
 background: #057ac0;
}
::selection {
	color: #fff;
	background: #057ac0;
}

::-webkit-scrollbar-track {
 background-color: #cacaca;
}

::-webkit-scrollbar {
 width: 8px;
 background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
 background-color: #353535;
}
a {
	text-decoration: none !important;
}
.pdd {
	padding: 0 !important;
}
.home {
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 99;
	background: #fff;
	position: relative;
}
.top-banner {
	position: relative;
	padding: 0 15px;
	overflow: hidden;
	z-index: 1;
}
.top-banner:after {
	position: absolute;
	content: '';
	width: 74%;
	height: 100%;
	top: 0;
	right: -30px;
	background: #057ac0;
	z-index: -1;
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.topright {
	padding: 0 0 0 15px !important;
}
.toptext {
	margin: 10px 0 0 0;
	padding: 0 0 8px 0 !important;
	text-align: right;
	border-bottom: 1px dashed #005b92;
}
.toptext1 {
	display: inline-block;
}
.toptext2 {
	margin: 0;
}
.toptext1 .description {
	font-family: 'Courgette', cursive;
	padding: 0;
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
}
.toptext1 .description img {
	width: 13px;
	display: inline-block;
	margin: 0 10px;
}
.description {
	font-size: 15px;
	text-align: justify;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	letter-spacing: .4px;
	padding: 5px 0;
	color: #555;
}
.social {
}
.social ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.social li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.social li a {
	display: block;
	color: #ffffff;
	font-size: 15px;
	margin: 0;
	opacity: .7;
	padding: 0 0 0 15px;
	line-height: 24px;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li a:hover {
	color: #fff;
	opacity: 1;
}
.fixheader {
	position: fixed;
	top: 0;
	z-index: 9999;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
}
.logo {
	padding: 0 !important;
}
.logo img {
	width: 365px;
	padding: 0;
	margin: 5px 0 0 0;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.mainmenu {
	margin: 0;
	padding: 0;
	text-align: right;
}
.mainmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.mainmenu li a {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 8px;
	color: #fff;
	font-weight: 400;
	display: block;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.mainmenu li:last-child a {
	padding: 0 0 0 15px;
}
.mainmenu li a:hover {
	color: #fff;
}
#side-menu-icon {
	position: fixed;
	top: 12px;
	right: 15px;
	height: 45px;
	width: 45px;
	z-index: 99999;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#menu {
	cursor: pointer;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border-radius: 100%;
	border: 2px solid transparent;
	width: 47px;
	height: 47px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
#menu.active {
	right: 245px;
	top: -12px;
	padding: 9px;
	background: #fff;
	border: 2px solid #ffffff;
	border-radius: 0;
}
#menu.active span, #menu.active span:before, #menu.active span:after {
	background: #333;
}
#menu span {
	top: 21px;
}
#menu span, #menu span:before, #menu span:after {
	cursor: pointer;
	height: 2px;
	width: 35px;
	margin: 0;
	background: #333;
	position: absolute;
	display: block;
	content: '';
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#menu span:before {
	-webkit-animation: undo-top .5s forwards;
	-moz-animation: undo-top .5s forwards;
	-o-animation: undo-top .5s forwards;
	animation: undo-top .5s forwards;
}
#menu span:after {
	bottom: -10px;
	-webkit-animation: undo-bottom .5s;
	-moz-animation: undo-bottom .5s;
	-o-animation: undo-bottom .5s;
	animation: undo-bottom .5s;
}
#menu.active span {
	background-color: transparent;
	width: 25px;
}
#menu.active span:before {
	top: 0;
}
#menu.active span:before {
	width: 25px;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-animation: top-x .5s forwards;
	-moz-animation: top-x .5s forwards;
	-o-animation: top-x .5s forwards;
	animation: top-x .5s forwards;
}
#menu.active span:after {
	width: 25px;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-animation: bottom-x .5s forwards;
	-moz-animation: bottom-x .5s forwards;
	-o-animation: bottom-x .5s forwards;
	animation: bottom-x .5s forwards;
}
 @-webkit-keyframes top-x {
 0% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
}
 @keyframes top-x {
 0% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
}
 @-webkit-keyframes bottom-x {
 0% {
 -webkit-transform: translateY(0) rotate(0);
 -moz-transform: translateY(0) rotate(0);
 -o-transform: translateY(0) rotate(0);
 transfrom: translateY(0) rotate(0);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
}
 @keyframes bottom-x {
 0% {
 -webkit-transform: translateY(0) rotate(0);
 -moz-transform: translateY(0) rotate(0);
 -o-transform: translateY(0) rotate(0);
 transfrom: translateY(0) rotate(0);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
}
 @-webkit-keyframes undo-top {
 0% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
}
 @keyframes undo-top {
 0% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
}
 @-webkit-keyframes undo-bottom {
 0% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transfrom: translateY(0px) rotate(0);
}
}
 @keyframes undo-bottom {
 0% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transfrom: translateY(0px) rotate(0);
}
}
#side-menu {
	display: block;
	position: fixed;
	top: 0px;
	right: 0;
	bottom: 0px;
	width: 260px;
	background: #fff;
	padding: 15px 15px 15px 20px;
	z-index: 999999;
	-webkit-transform: translate(610px, 0px);
	-moz-transform: translate(610px, 0px);
	-o-transform: translate(610px, 0px);
	transform: translate(610px, 0px);
	-webkit-transition: 0.3 ease-in-out;
	-moz-transition: 0.3 ease-in-out;
	-o-transition: 0.3 ease-in-out;
	transition: 0.3s ease-in-out;
}
#side-menu.active {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: 0.3 ease-in-out;
	-moz-transition: 0.3 ease-in-out;
	-o-transition: 0.3 ease-in-out;
	transition: 0.3s ease-in-out;
}
#side-menu .side-menuin {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 15px 0 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
 #side-menu .side-menuin::-webkit-scrollbar-track {
 background-color: #e4e4e4;
}
 #side-menu .side-menuin::-webkit-scrollbar {
 width: 3px;
 background-color: #ffffff;
}
 #side-menu .side-menuin::-webkit-scrollbar-thumb {
 background-color: #ed1b33;
}
#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 105;
	display: none;
	-webkit-transition: 0.3 ease-in-out;
	-moz-transition: 0.3 ease-in-out;
	-o-transition: 0.3 ease-in-out;
	transition: 0.3 ease-in-out;
}
#overlay.active {
	display: block;
	-webkit-transition: 0.3 ease-in-out;
	-moz-transition: 0.3 ease-in-out;
	-o-transition: 0.3 ease-in-out;
	transition: 0.3 ease-in-out;
}
.slide-banner {
	position: relative;
}
.slidetext {
	position: absolute;
	width: auto;
	top: 39%;
	left: 7%;
	display: inline-block;
	z-index: 9;
}
.slidetext h1 {
	font-size: 35px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	letter-spacing: .8px;
	text-transform: uppercase;
}
.slidetext h1 span {
	color: #ffffff;
	font-weight: 900;
	background: rgba(219, 41, 20, 0.85);
	display: inline-block;
	padding: 10px 15px;
}
.slidetext .sspan2 {
	background: rgba(255, 255, 255, 0.75);
	color: #0193e0;
	font-weight: 300;
	font-size: 30px;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	background-image: none !important;
	position: absolute;
	top: auto;
	bottom: 30px;
	height: 35px;
	background: #fff;
	width: 35px;
	z-index: 9;
	border-radius: 0;
	padding: 8px;
	opacity: 1;
	overflow: hidden;
}
.slide-banner .carousel-control.left img, .slide-banner .carousel-control.right img {
	width: 100%;
	-webkit-filter: brightness(1) invert(1);
	-moz-filter: brightness(1) invert(1);
	-o-filter: brightness(1) invert(1);
	filter: brightness(1) invert(1);
}
.slide-banner .carousel-control.left {
	left: 7%;
}
.slide-banner .carousel-control.right {
	right: auto;
	left: 7%;
	margin-left: 40px;
}
.about {
	padding: 40px 0;
}
.ableft {
	padding: 0 30px 0 0 !important;
}
.ableft img {
	width: 215px;
	float: right;
	margin: 0 0 0 15px;
}
.ableft .thead {
	text-align: left;
}
.ableft .thead hr:after {
	left: 0;
}
.thead {
	padding: 0 0 17px 0;
	text-align: center;
}
.title {
	font-size:31px;
	line-height: 26px;
	color: #333;
	margin: 0;
	padding: 0;
	font-weight: 600;
	letter-spacing: .4px;
}
.thead hr {
	width: 46px;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	background: #0494dc;
	display: inline-block;
	position: relative;
	overflow: visible;
}
.thead hr:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	bottom: -5px;
	left: 8px;
	background: #0494dc;
}
.ableft h3 {
	font-size: 18px;
	text-align: left;
	font-weight: 900;
	line-height: 28px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 8px 0;
	color: #333;
}
.ableft .description {
	padding: 0 0 10px 0;
}
.abright {
	padding: 0 !important;
}
.enquiry {
	width: 100%;
	padding: 17px;
	margin: -138px 0 0 0;
	background: rgba(4, 148, 220, 0.92);
	background-size: cover;
}
.enquiry h3 {
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 10px 0;
	color: #fff;
	text-transform: uppercase;
}
.enquiry input, .enquiry textarea {
	padding: 5px 10px;
	margin: 0 0 12px 0;
	width: 100%;
	height: 47px;
	background: rgba(255, 255, 255, 0.15);
	box-sizing: border-box;
	border: none;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	border-radius: 0;
	letter-spacing: .8px;
	outline: none;
}
.enquiry textarea {
	height: 120px;
	margin: 0 0 7px 0;
}
.enquiry input[type=submit] {
	background: #fff;
	color: #0494dc;
	text-transform: uppercase;
}
 .enquiry form ::-webkit-input-placeholder {
 color: #fff;
}
 .enquiry form ::-moz-placeholder {
 color: #fff;
}
 .enquiry form :-ms-input-placeholder {
 color: #fff;
}
 .enquiry form :-moz-placeholder {
 color: #fff;
}
.abright img {
	width: 100%;
}
.whyus {
	position: relative;
}
.whyus:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 70%;
	left: 0;
	top: 15%;
	background: #0594dc;
	z-index: -1;
}
.whyusin {
	padding: 25px !important;
	background: #fff;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
.whyusin .description {
	text-align: center;
	padding: 0 0 10px 0;
}
.whybox {
	width: 20%;
	float: left;
	padding: 0 5px;
}
.whyboxin {
	padding: 15px;
	background: rgba(5, 122, 192, 0.2);
	margin: 10px 0 0 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.whyboxin:hover {
	background: rgb(5, 122, 192);
}
.whyboxin img {
	width: 50px;
	margin: 0 auto 10px auto;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.whyboxin:hover img {
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.whyboxin h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	line-height: 28px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #333;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.whyboxin:hover h4 {
	color: #fff;
}
.services {
	padding: 40px 0;
}
.sermain {
}
.serbox {
	padding: 10px 15px;
}
.serbox img {
	width: 180px;
	margin: 0 auto 10px auto;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.serbox:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.serbox h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	line-height: 28px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #333;
}
.counters {
	padding: 30px 0;
	background: #057ac0;
}
.countbox {
}
.countboxin {
	padding: 15px;
	background: #fff;
}
.countbox img {
	width: 70px;
	padding: 8px;
	border: 1px solid #057ac0;
	margin: 0 auto 10px auto;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.countbox:hover img {
	border-radius: 100%;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.counter-value {
	font-size: 33px;
	text-align: center;
	font-weight: 800;
	line-height: 28px;
	margin: 0;
	letter-spacing: .4px;
	padding: 5px 0;
	color: #0494dc;
}
.countbox .description {
	padding: 0;
	text-align: center;
}
.clients {
	padding: 40px 0;
}
.clbox {
	padding: 10px !important;
}
.clbox img {
	border: 1px solid #ccc;
	padding: 10px;
}
.adleft, .adright {
	position: absolute;
	content: '';
	top: auto;
	bottom: 0;
	margin: 0;
	padding: 4px;
	width: 34px;
	height: 34px;
	opacity: .5;
	z-index: 9;
	border-radius: 25px;
	border: 1px solid #333;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.adleft img, .adright img {
	width: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.adleft {
	left: 50%;
	margin-left: -38px;
}
.clients .carousel-inner {
	padding: 0 0 50px 0;
}
.adright {
	right: 50%;
	margin-right: -38px;
}
.adleft:hover, .adright:hover {
	opacity: 1;
	background: #057ac0;
	border: 1px solid #057ac0;
}
.adleft img, .adright img {
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	-o-filter: invert(1);
	filter: invert(1);
}
.adleft:hover img, .adright:hover img {
	-webkit-filter: invert(0);
	-moz-filter: invert(0);
	-o-filter: invert(0);
	filter: invert(0);
}
footer {
	padding: 40px 0 0 0;
	background: #05334e;
}
.fbox {
}
.fbox .thead {
	text-align: left;
}
.fbox .title {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 15px;
}
.fbox .thead hr:after {
	left: 0;
}
.fbox .description {
	color: #ffffffbf;
	padding: 0 0 10px 0;
	text-align: left;
	line-height: 25px;
}
.fbox .description svg {
	margin: 0 4px 0 0;
}
.fbox .description a {
	color: #ffffffbf;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fbox .description a:hover, .fbox .description a:focus {
	color: #fff;
}
.fbox .social ul {
	text-align: left;
}
.fbox .social li a {
	padding: 0;
	width: 30px;
	border: 1px solid #ffffffbf;
	line-height: 30px;
	margin: 0 5px 0 0;
	color: #ffffffbf;
}
.fbox2 {
}
.fbox2 ul {
	margin: 0;
	padding: 0;
}
.fbox2 ul li {
	list-style: none;
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 10px 0;
	color: #ffffffbf;
}
.fbox2 ul li svg {
	margin: 0 5px 0 0;
}
.fbox3 {
}
.fcopy {
	margin: 40px 0 0 0;
	padding: 15px;
	background: #052a40;
}
.fcopy .description {
	text-align: left;
	padding: 0;
	font-size: 13px;
	color: #ffffff;
	font-weight: 300;
	opacity: .7;
}
.fcopy .description a {
	color: #ffffff;
}
.to-top {
	position: fixed;
	z-index: 8;
	bottom: 15px;
	right: 15px;
	display: none;
}
.to-top a.back-to-top {
	display: block;
	text-align: center;
	color: #0494dc;
	font-size: 17px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	border-radius: 25px;
	background: rgb(255, 255, 255);
	border: 2px solid #0494dc;
	opacity: 0.5;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.to-top a.back-to-top:hover {
	opacity: 1;
	color: #0494dc;
}

@media only screen and (max-width: 1200px) {
.toptext1 .description {
	font-size: 13px;
}
.social li a {
	padding: 0 0 0 10px;
}
.mainmenu li a {
	font-size: 12px;
	letter-spacing: .4px;
}
.top-banner:after {
	width: 75%;
}
.slidetext {
	left: 4%;
}
.slide-banner .carousel-control.left {
	left: 4%;
}
.slide-banner .carousel-control.right {
	left: 4%;
}
.enquiry {
	margin: -80px 0 0 0;
}
.ableft img {
	margin: 10px 0 0 15px;
}
.whyboxin {
	padding: 15px 5px;
}
.whyboxin h4 {
	font-size: 14px;
}
.serbox img {
	width: 140px;
}
.serbox h4 {
	line-height: 21px;
}
.fbox .description {
	font-size: 14px;
}
.fbox2 ul li {
	font-size: 13px;
	letter-spacing: 0;
}
}

@media only screen and (max-width: 992px) {
.top-banner:after {
	display: none !important;
}
.logo img {
	width: 200px;
}
.topright {
	padding: 0 !important;
}
.toptext {
	margin: 0;
	padding: 0 0 8px 0 !important;
	text-align: center;
	border-bottom: 0px dashed #005b92;
}
.toptext1 .description {
	color: #333;
	font-size: 14px;
}
.toptext {
	width: 100%;
	float: left;
}
.toptext1 {
	float: left;
}
.toptext2 {
	float: right;
}
.social li a {
	color: #333;
	opacity: .7;
}
.social li a:hover {
	color: #0193e0;
}
.mainmenu {
	text-align: left;
}
.mainmenu li {
	display: block;
}
.mainmenu li a, .mainmenu li:last-child a {
	font-size: 12px;
	letter-spacing: .4px;
	color: #333;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	line-height: 40px;
}
.mainmenu li a:hover {
	color: #0193e0;
}
.fixheader .toptext {
	display: none;
}
.slidetext h1 {
	font-size: 19px;
	line-height: 24px;
}
.slidetext h1 span {
	padding: 7px 10px;
}
.slidetext .sspan2 {
	font-size: 16px;
}
.enquiry {
	margin: 0;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	bottom: 15px;
	height: 25px;
	width: 25px;
	padding: 5px;
}
.slide-banner .carousel-control.right {
	margin-left: 28px;
}
.about {
	padding: 25px 0;
}
.ableft {
	padding: 25px 0 0 0 !important;
}
.ableft img {
	display: none;
}
.ableft .thead {
	text-align: center;
}
.ableft .thead hr:after {
	left: 8px;
}
.ableft .description, .ableft h3 {
	text-align: center;
}
.whyusin {
	text-align: center;
}
.whybox {
	width: 33%;
	float: none;
	display: inline-block;
}
.services {
	padding: 25px 0;
}
.serbox img {
	width: 120px;
}
.counters {
	padding: 15px 0;
}
.countbox {
	padding: 0 5px !important;
}
.clients {
	padding: 25px 0;
}
footer {
	padding: 25px 0 0 0;
}
.fbox .thead {
	text-align: center;
}
.fbox .thead hr:after {
	left: 8px;
}
.fbox .description {
	text-align: center;
}
.fbox .social ul {
	text-align: center;
}
.fbox2 ul li {
	text-align: center;
}
.fcopy {
	margin: 20px 0 0 0;
	padding: 10px 15px;
}
}

@media only screen and (max-width: 768px) {
.logo img {
	width: 170px;
}
.toptext {
	padding: 2px 0 7px 0;
}
.toptext1 {
	float: none;
	width: 100%;
}
.toptext1 .description {
	text-align: center;
}
.toptext2 {
	display: none;
}
.toptext1 .description img {
	width: 12px;
	margin: 0 5px;
}
.toptext1 .description {
	font-size: 12px;
}
.slidetext {
	top: 33%;
}
.slidetext h1 {
	font-size: 14px;
	line-height: 16px;
}
.slidetext .sspan2 {
	font-size: 11px;
}
.slidetext h1 span {
	padding: 5px 7px;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	bottom: 10px;
	height: 17px;
	width: 17px;
	padding: 3px;
}
.slide-banner .carousel-control.left {
	left: auto;
	right: 4%;
	margin-right: 20px;
}
.slide-banner .carousel-control.right {
	margin-left: 0;
	left: auto;
	right: 4%;
}
.enquiry {
	padding: 15px;
}
.enquiry input, .enquiry textarea {
	margin: 0 0 7px 0;
	height: 40px;
}
.enquiry textarea {
	height: 70px;
	margin: 0 0 2px 0;
}
.thead {
	padding: 0 0 13px 0;
}
.title {
	font-size: 21px;
	line-height: 21px;
}
.ableft h3 {
	font-size: 16px;
}
.description {
	font-size: 14px;
	line-height: 26px;
}
.whyusin {
	padding: 15px !important;
}
.whyus {
	padding: 15px;
}
.whybox {
	width: 49.5%;
}
.countbox img {
	width: 45px;
	padding: 4px;
}
.counter-value {
	font-size: 24px;
	line-height: 24px;
}
.adleft, .adright {
	padding: 2px;
	width: 24px;
	height: 24px;
}
.adleft {
	left: 50%;
	margin-left: -26px;
}
.clients .carousel-inner {
	padding: 0 0 30px 0;
}
.adright {
	right: 50%;
	margin-right: -26px;
}
.fbox {
	padding: 0 !important;
}
.fbox2 {
	margin: 30px 0 10px 0;
}
.fbox2 ul li {
	line-height: 24px;
	padding: 0 0 5px 0;
}
.fcopy .description {
	font-size: 12px;
}
}

@media only screen and (max-width: 480px) {
.logo img {
	width: 150px;
}
#side-menu-icon {
	top: 7px;
}
#menu.active {
	top: -8px;
}
.toptext1 .description {
	font-size: 12px;
	line-height: 19px;
}
.toptext1 .description img {
	width: 8px;
}
.slidetext h1 {
	font-size: 10px;
	line-height: 12px;
}
.slidetext .sspan2 {
	font-size: 8px;
}
.slidetext h1 span {
	padding: 3px 5px;
}
.enquiry h3 {
	font-size: 15px;
}
.about {
	padding: 25px 0 0 0;
}
.ableft h3 {
	font-size: 15px;
	line-height: 21px;
}
.title {
	font-size: 18px;
	line-height: 20px;
}
.whybox {
	width: 100%;
	display: block;
	padding: 0;
}
.serbox {
	padding: 10px 0 !important;
}
.counters {
	padding: 10px 0;
}
.countbox {
	padding: 5px 0 !important;
	width: 100% !important;
}
.clbox {
	padding: 2px !important;
}
.clients .carousel-inner {
	padding: 0 0 35px 0;
}
.clbox img {
	padding: 5px;
}
.fcopy .description {
	font-size: 12px;
	line-height: 17px;
}
}

.red4
	{
		color: #d00;
	}


.address4 {
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    letter-spacing: .4px;
    padding:10px 0;
    color: #555;
}	


.btn
	{
		border-radius: 0px;
	}

	.btn-info {
    color: #fff;
    background-color: #057ac0;
    border-color: #057ac0;
}

.mt-2
	{
		margin-top:2em;
	}
	
	
	
.mt-1
	{
		margin-top:1em;
	}
	

.services_button
		{
			background: #b4d7ed;
			padding: 1em;
		}
		
.mb-2
	{
		margin-bottom:2em;
	}		
		

		
		
/*BLOG STARTS*/

.sidebar-widget h5 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    font-size:2em;
}


.sidebar-widget h6 {
    margin-bottom:20px;
    position: relative;
    padding-bottom:4px;
    font-size:1.3em;
}
	
	.sidebar-widget h5:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 3px;
    background: #e12454;
}


.nav-links .page-numbers.current {
    background: #223a66;
    color: #fff;
}
.nav-links .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #92b0e98c;
    text-align: center;
    padding-top: 16px;
    font-weight: 600;
    margin-right: 10px;
}
	
/*BLOG ENDS*/	
		