@charset "utf-8";
/* CSS Document */



@font-face {
	font-family: 'Open Sans', sans-serif;
	src: url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
}
@font-face {
	font-family: 'Handlee', cursive;
	src: url(https://fonts.googleapis.com/css?family=Handlee);
}
@font-face {
	font-family: 'Sitka Display';
	src: url(../fonts/Sitka.ttc);
}
@font-face {
	font-family: 'Sitka Display';
	src: url(../fonts/SitkaB.ttc);
	font-weight: bold;
}
@font-face {
	font-family: 'Sitka Display';
	src: url(../fonts/SitkaI.ttc);
	font-style: italic;
}
@font-face {
	font-family: 'Sitka Display';
	src: url(../fonts/SitkaZ.ttc);
}
img, video, canvas {
	max-width: 100%;
}
h1 {
	color: #035d9b;
	font-size: 35px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
}
h3 {
	color: #ffffff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}
h3 a {
	color: #ffffff;
	text-decoration: none;
	background: #005192;
	display: block;
	border-radius: 10px 10px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
h3 a:hover {
	color: #ffffff;
	text-decoration: none;
}
h4 {
	color: #035d9b;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
h6 {
	color: #ffffff;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}
hr {
	width: 40px;
	height: 3px;
	background: #0094de;
	margin: 10px auto;
}
ul {
	padding: 0px;
	margin: 0px;
}
body {
	background: url(../images/bg-pattern.jpg);
	color: #ffffff;
	font-size: 16px;
}
.section-text {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	font-family: 'Handlee', cursive;
	color: #db0c1e;
}
.quotes-text {
	font-size: 19px;
	font-weight: bold;
	line-height: 30px;
	font-family: 'Handlee', cursive;
	color: #db0c1e;
}
p {
	padding-bottom: 10px;
}
.orange-text {
	color: #ff7403;
}
.white-text {
	color: #ffffff;
}
.yellow-text {
	color: #ff9900;
}
.grey-text {
	color: #151515;
	line-height: 27px;
}
.grey-text a {
	color: #151515;
}
.grey-text a:hover {
	color: #035d9b;
	text-decoration: none;
}
.grey-text span {
	display: inline-block;
	color: #414241;
	font-weight: bold;
	font-style: italic;
}


.blue-text {
	color: #035d9b;
}
.bottom-border-blue::after {
	content: '';
	display: block;
	background: #035d9b;
	height: 2px;
	width: 100%;
	margin: 10px auto;
}
.bottom-border-white::after {
	content: '';
	display: block;
	background: #ffffff;
	height: 1px;
	width: 100%;
	margin: 10px auto;
}
span.orange-text::after {
	content: '';
	display: block;
	background: #035d9b;
	height: 2px;
	max-width: 500px;
	width: 100%;
	margin: 10px auto;
}
.dark-bg {
	background: #c20818;
}
.right-dotted-border {
	border-right: 1px dashed #ffffff;
}
.clear {
	clear: both;
}
.space10 {
	height: 10px;
}
.space15 {
	height: 15px;
}
.space20 {
	height: 20px;
}
.space25 {
	height: 25px;
}
.space30 {
	height: 30px;
}
.space35 {
	height: 35px;
}
.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}
.font15 {
	font-size: 15px;
}
.font16 {
	font-size: 16px;
}
.font17 {
	font-size: 17px;
}
.font18 {
	font-size: 18px;
}
.font19 {
	font-size: 19px;
}
.font20 {
	font-size: 20px;
}
.pad5 {
	padding: 5px;
}
.pad10 {
	padding: 10px;
}
.pad15 {
	padding: 15px;
}
.pad20 {
	padding: 20px;
}
.marg5 {
	margin: 5px;
}
.marg10 {
	margin: 10px;
}
.marg15 {
	margin: 15px;
}
.marg20 {
	margin: 20px;
}
.no-padding {
	padding: 0px;
}
.top-padding {
	padding-top: 15px;
}
.top-padding10 {
	padding-top: 10px;
}
.top-padding15 {
	padding-top: 15px;
}
.top-padding20 {
	padding-top: 20px;
}
.top-padding25 {
	padding-top: 25px;
}
.top-padding35 {
	padding-top: 35px;
}
.bottom-padding10 {
	padding-bottom: 10px;
}
.bottom-padding20 {
	padding-bottom: 20px;
}
.bottom-padding30 {
	padding-bottom: 30px;
}
.bottom-padding45 {
	padding-bottom: 45px;
}
.top-bottom-padding {
	padding-top: 15px;
	padding-bottom: 15px;
}
.top-bottom-padding5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.top-bottom-padding10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.top-bottom-padding30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.top-bottom-padding45 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.no-margin {
	margin: 0px;
}
.no-bottom-margin {
	margin-bottom: 0px;
}
.top-bottom-margin5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.top-bottom-margin10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.top-bottom-margin15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.margin-auto {
	margin: 0px auto;
}
.top-margin {
	margin-top: 60px;
}
.top-margin10 {
	margin-top: 10px;
}
.top-margin20 {
	margin-top: 20px;
}
.right-margin10 {
	margin-right: 10px;
}
.gradient-bg {
	background: linear-gradient(to right, #e9e9e9 50%, #f1f1f1 50%);
}
.bottom-margin10 {
	margin-bottom: 10px;
}
.bottom-margin15 {
	margin-bottom: 15px;
}
.bottom-margin20 {
	margin-bottom: 20px;
}
.bottom-margin30 {
	margin-bottom: 30px;
}
.bottom-margin40 {
	margin-bottom: 40px;
}
.bottom-margin50 {
	margin-bottom: 50px;
}
.line-height25 {
	line-height: 25px;
}
.line-height30 {
	line-height: 30px;
}
.line-height35 {
	line-height: 35px;
}
.line-height40 {
	line-height: 40px;
}
.line-height45 {
	line-height: 45px;
}
.line-height50 {
	line-height: 50px;
}
.left-padding {
	padding-left: 15px;
}
.col-lg-half {
	width: 4.166666665%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.gallery > div {
	margin-bottom: 10px;
}
input {
	margin: 10px 0px;
}
textarea {
	margin: 10px 0px;
}
.blue-button {
	width: 30%;
	background: #00375d;
	border: 0px;
	line-height: 35px;
	font-size: 14px;
	font-weight: 800;
	margin: 5px 0px;
	color: #ffffff;
}
.blue-button2 {
	width: 15%;
	background: #00375d;
	border: 0px;
	line-height: 35px;
	font-size: 14px;
	font-weight: 800;
	margin: 5px 0px;
}
.terms ul {
	list-style: disc;
}
.terms ul li {
	margin-left: 20px;
}
.horizontal-scroll {
	overflow-x: scroll;
	overflow-y: hidden;
}
.tariff > tbody > tr > td {
	line-height: 50px;
	padding: 0px;
	margin: 0px;
}
.tariff > tbody > tr > td > .table > tbody > tr > td {
	line-height: 50px;
	padding: 0px;
	margin: 0px;
}
.light-blue-bg {
	background: #91d2ff;
}
.light-blue-bg2 {
	background: #c7e8ff;
}
.light-blue-bg3 {
	background: #b0deff;
}
ul {
	list-style: none;
}
.contact-form .col-lg-12 {
	padding: 0px;
}
.dropdown-menu .divider {
	margin: 0px;
}
.white-links a {
	color: #ffffff;
	text-decoration: none;
	line-height: 40px;
}
.white-links a:hover {
	color: #ffffff;
	text-decoration: none;
}
.blue-links a {
	color: #035CF9;
	text-decoration: none;
	line-height: 40px;
}
.blue-links a:hover {
	color: #035CF9;
	text-decoration: none;
}
.right-float {
	float: right;
}
.left-float {
	float: left;
}
.none-float {
	float: none;
}
.p100 {
	width: 100%;
}
.min-h-cir {
	height: 120px;
}
.white-bg {
	background: #ffffff;
	display: block;
}
#top-strip {
	background: #db0c1e;
}
#top-strip .row {
	padding: 0px;
	font-size: 13px;
	vertical-align: baseline;
	padding-bottom: 3px;
}
#top-strip ul {
	padding: 0px;
	margin: 0px;
}
#top-strip li img {
	vertical-align: top;
	margin-top: 10px;
}
.width-45 {
	width: 45%;
}
.navigation {
	list-style: none;
	width: 100%;
	background: #ff9900;
	border-radius: 0px;
}
.nav-list {
	width: 100%;
}
.nav-list ul {
	list-style: none;
}
.nav-list > li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
	line-height: 40px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #db0c1e;
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
}
.dropdown-menu {
	background-color: #fff;
	color: #ffffff;
	min-width: 210px;
	padding: 0px;
	border-radius: 0px 0px 5px 5px;
}
.dropdown-menu > li > a {
	color: #000;
	padding: 0px 20px;
	line-height: 50px;
	border-top: 1px solid #ffffff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #035d9b;
}
.navbar {
	min-height: 40px;
	margin-bottom: 0px;
}
nav {
	padding: 0px;
}
.nav-list li:hover {
	background: #db0c1e;
}
.nav > li > a {
	color: #000000;
	padding: 0px 15px;
	line-height: 100px;
}
.navbar-collapse {
	padding: 0px;
}
.navbar-nav {
	float: right;
}
nav .container-fluid {
	padding: 0px;
}
.navbar-toggle {
	background: #035d9b;
}
.icon-bar {
	background: #ffffff;
}
.modal-dialog {
	width: 300px;
	color: #333333;
}
.modal-footer {
	margin: 0;
}
.modal-footer .btn {
	font-weight: bold;
}
.modal-footer .progress {
	display: none;
	height: 32px;
	margin: 0;
}
.input-group-addon {
	color: #fff;
	background: #db0c1e;
}
.login-ok-button {
	background-color: #db0c1e;
	border: none;
	color: #ffffff;
}
.login-ok-button:hover, .login-ok-button:focus {
	background-color: #ff9900;
}
.btn {
	padding: 0px;
}
.btn-default {
	padding: 10px 25px;
	background: #ff9900;
	border: none;
}
.btn-default:hover, .btn-default:active:focus {
	background: #a40816;
}
.btn-primary {
	background-color: transparent;
	border: none;
	color: #ffffff;
	font-size: 13px;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: inherit;
	border: none;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus {
	background-color: transparent;
	border-color: transparent;
}
.glyphicon {
	top: 0px;
}
.vtop {
	vertical-align: top;
}
.dark-row {
	background: #a5000e;
}
.absolute {
	position: absolute;
}
hr {
	height: 1px;
	border-bottom: 1px dashed #A7A7A7;
	width: 100%;
	background: none;
	border-top: 0px;
	margin: 0px;
}
.yellow-hr {
	border-bottom: 1px solid #ff9900;
	background: none;
}
.application-counter {
	background: #db0c1e;
	padding: 5px 10px;
	margin: 5px;
}
.thumbnail {
	margin-bottom: 0px;
}
.div-margin {
	line-height: 40px;
	background: #a5000e;
	border: 1px solid #ff9900;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 70px;
}
.div-margin .btn-default {
	padding: 10px 60px;
	background: #ff9900;
	border: none;
}
.div-margin .btn-default:hover {
	background: #db0c1e;
}
.div-margin .table > tbody > tr > td {
	line-height: 35px;
}
.div-margin .table > tbody > tr {
	border-bottom: 1px solid #ffffff;
}
.div-margin2 {
	line-height: 55px;
	background: #e6e6e6;
	border: 1px solid #ff9900;
	color: #333333;
	padding-top: 15px;
	padding-bottom: 60px;
}
.div-margin2 .btn-default {
	padding: 10px 60px;
	background: #ff9900;
	border: none;
}
.div-margin2 .btn-default:hover {
	background: #db0c1e;
}
.div-margin2 .table > tbody > tr > td {
	line-height: 35px;
}
.div-margin2 .table > tbody > tr {
	border-bottom: 1px solid #ffffff;
}
.facilities-list li {
	padding-left: 10px;
}
input[type=radio] {
	margin-right: 5px;
}
 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: pink;
}
 input::-moz-placeholder { /* Firefox 19+ */
color: pink;
}
 input:-ms-input-placeholder { /* IE 10+ */
color: pink;
}
 input:-moz-placeholder { /* Firefox 18- */
color: pink;
}
 input::-webkit-input-placeholder {
color:#353535;
}
 input:focus::-webkit-input-placeholder {
color:transparent;
}



/* Firefox < 19 */

input:-moz-placeholder {
color:#353535;
}
 input:focus:-moz-placeholder {
color:transparent;
}



/* Firefox > 19 */

input::-moz-placeholder {
color:#353535;
}
 input:focus::-moz-placeholder {
color:transparent;
}



/* Internet Explorer 10 */

input:-ms-input-placeholder {
color:#353535;
}
 input:focus:-ms-input-placeholder {
color:transparent;
}
.white-link {
	color: #ffffff;
}
.white-link a {
	color: #ffffff;
	text-decoration: none;
}
.white-link a:hover {
	color: #ffffff;
	text-decoration: none;
}
.social-media {
}
.fb {
	color: #3b5997;
}
.tw {
	color: #29c5f6;
}
.in {
	color: #006dc0;
}
.yt {
	color: #de332c;
}
.register-button {
	margin: 10px auto;
	width: 150px;
	line-height: 20px;
	background: #ffffff;
	color: #db0c1e;
}
footer {
	color: #ffffff;
	padding: 10px 0px 15px 0px;
}
footer a {
	color: #303030;
	text-decoration: none;
}
footer a:hover {
	color: #db0c1e;
	text-decoration: none;
}
.resend a {
	color: #ffffff;
	text-decoration: underline;
}
.resend a:hover {
	color: #ffffff;
	text-decoration: none;
}
.form-group {
	margin-bottom: 0px;
}
.form-control {
	padding: 5px 15px;
	border-radius: 5px;
	height: 40px;
	border: 1px solid #C0C0C0;
	background: #ffffff;
	color: #212121;
}
option {
	height: 30px;
	padding-top: 5px;
	border: none;
}
.pd-top
{
	
 padding-top: 0px;	
}
.mrgn-bottom
{
	margin-bottom: 25px;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 9px 0px rgba(194,194,194,1);
    background: #f8f7f7;
    padding: 20px;
	margin-bottom: 25px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.client ul
{
	margin: 0;
	padding: 0;
	padding-left: 30px;
}
.client ul li
{
	margin: 0;
	padding: 0;
	width: 33%;
	float: left;
	list-style-type:disc;
}
.logos
{
	 background: #f8f7f7;
	text-align: center;
	padding: 30px;
	margin-top: 20px;
}

.form-control {
	padding: 19px 12px;
	font-size: 15px;
	border: 1px solid #434a5b;
	border-radius: 0px;
	color: #393939;
}
.address {
	padding: 20px 10px;
	color: #523416;
	font-style: normal;
}
.address p {
	text-align: left;
	font-weight: normal;
	font-style: normal !important;
	color: #000;
}
.address p span {
	padding-left: 15px;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 16px;
}
.address p i {
	line-height: 30px;
	float: left;
	font-size: 20px;
}
.nav li.active {
    text-decoration: none;
    background-color: #ecf0f1;
} 





@media (max-width: 1200px) {
.col-lg-half {
	float: left;
}
.container {
	width: 95%;
}
.navbar-default .navbar-nav > li > a {
	padding: 0px 14px;
}
.arrow-icon img {
	margin: 20px 0px;
	transform: rotate(90deg);
}
header .top-margin20 {
	margin-top: 20px;
	text-align: center;
}
.nav > li > a {
    padding: 0px 10px;
	line-height: 88px;
}

	
	
}

@media (max-width: 1087px) {
.col-lg-half {
	float: left;
}
.container {
	width: 95%;
}
#process br {
	display: none;
}
.home-gallery {
	margin-bottom: 10px;
}
}

@media all and (max-width: 990px) {
.container {
	width: 95%;
}
.width-45 {
	width: auto;
}
#banks li {
	width: 30%;
}
footer .text-right {
	text-align: center;
	padding-top: 10px;
}
footer .text-left {
	text-align: center;
	border-bottom: 1px dashed #035d9b;
	padding-bottom: 10px;
}
footer {
	text-align: center;
	padding: 5px 0px;
}
footer .top-padding {
	padding-top: 0px;
}
footer div {
	margin: 5px 0px;
}
.about-small {
	padding-bottom: 25px;
}
.contact-form {
	padding-top: 25px;
	border-top: 1px dashed #ffffff;
}
}

@media all and (max-width: 768px) {
	.nav > li > a {
    padding: 0px 3px;
    font-size: 14px;
}

.gradient-bg {
	background: linear-gradient(to bottom, #e9e9e9 50%, #f1f1f1 50%);
}
.services {
	padding-bottom: 15px;
}
.facilities {
	padding-top: 15px;
}
.gallery-list li {
	margin: 5px 0px;
}
}

@media all and (max-width: 767px) {
	header li {
	width: 97%;
	float: left;
	text-align: center;
	border-bottom: 1px dashed #ffffff;
}
header > .container {
	width: 100%;
}
header li > ul > li {
	width: 50%;
	border-top: none;
	border-bottom: none;
}
.container-fluid > .navbar-header {
	margin: 0px;
}
.xs-full {
	padding: 0px;
}
.logo {
	text-align: center;
}
nav .container {
	width: 100%;
}
.navbar-nav {
	margin: 0px;
	border-top: 1px solid #035d9b;
	width: 100%;
}
.nav-list li {
	padding: 0px;
	width: 100%;
	float: left;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: none;
	cursor: pointer
}
.nav-list li:first-child {
	border-left: none;
}
.nav-list li:last-child {
	width: 100%;
}
.nav-list li > ul {
	width: 100%;
}
.nav-list li > ul > li {
	width: 50%;
	background: #B80414;
	text-align: center;
}
.nav-list li > ul > li:last-child {
	width: 100%;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	width: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
	padding: 0px 30px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: #014778;
}
nav {
	padding: 0px;
}
.nav-list li:hover {
	background: #db0c1e;
}
.nav > li > a {
	padding-left: 0px;
	padding-right: 0px;
	line-height: 45px;
	color: #ffffff;
	padding-left: 10px;
}
.navbar-collapse {
	padding: 0px;
	background: #035d9b;
}
.navbar-toggle {
	margin-top: -60px;
	margin-bottom: 10px;
}
.dropdown-menu > li > a {
	border-top: 0px;
	color: #ffffff;
}
.dropdown-menu > li > a:first-child {
	border-right: 1px dashed #ffffff;
}
.divider {
	display: none;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 35px;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: #014778;
}
.blue-button {
	width: 40%;
	background: #00375d;
	border: 0px;
	line-height: 35px;
	font-size: 14px;
	font-weight: 800;
	margin: 5px 0px;
}
.blue-button2 {
	width: 30%;
	background: #00375d;
	border: 0px;
	line-height: 35px;
	font-size: 14px;
	font-weight: 800;
	margin: 5px 0px;
}
.navbar {
    min-height: 0px;
    margin-bottom: 0px;
}
.nav li.active {

    text-decoration: none;
    background-color: #014778;

}
	.mrgn-bottom img
	{
		margin-top: 20px;
	}
.client ul li {
    width: 48%;
}
	
	
}
@media all and (max-width: 480px) {
.nav-list li > ul > li {
	width: 100%;
	background: #B80414;
	text-align: center;
}
.nav-list li > ul > li:last-child {
	width: 100%;
}
.blue-button2 {
	width: 40%;
}
.blue-button {
	width: 50%;
}
	
header .top-margin20 {
    margin-top: 5px;
    width: 40%;
}
.navbar-toggle {
    margin-top: -40px;
    margin-bottom: 6px;
}
header li {
    width: 95%;
}
	
	
}

@media all and (max-width: 360px) {
header .top-margin20 {
    margin-top: 14px;
    margin-bottom: 10px;
}	
.navbar-toggle {
    margin-top: -44px;
}
header li {
    width: 93%;
}
h1 {
    font-size: 25px;
}
p {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
}
.client ul li {
    width: 98%;
}
	.address p i {

    float: none;
    display: block;
    padding-left: 20px;

}
	
	
	
}
@media all and (max-width: 320px) {
.blue-button {
	width: 60%;
}
.blue-button2 {
	width: 50%;
}
	
.list-inline > li {

    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;

}	
	
	
}
/*by jarnail*/

.botom-bg {
	background: #16578f
}
.svr-prd ul li {
	padding-bottom: 7px;
}
.botom-icn i {
	color: #ff7607;
	border: 2px solid #ff7607;
	padding: 5px;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	text-align: center;
	font-size: 33px;
	line-height: 42px;
}
.botom-icn h5 {
	margin-bottom: 5px;
}
.pd30 {
	padding: 0px 0px 22px;
	margin-top: 18px;
}
.pd30 a {
	color: #fff;
	text-decoration: none;
}
.black {
	color: #000;
	padding-left: 20px;
}
.web-bax {
	text-align: center;
}
.social-bax {
	text-align: center;
}
.it-bax {
	text-align: center;
}
.mngd-bax {
	text-align: center;
}
.svr-bax {
	text-align: center;
	padding: 5px 0 15px 0;
}
.svr-bax h4 {
	margin-bottom: 5px;
}
.svr-bax small {
	color: #414241;
}
.svr-bax .r-circle {
	height: 125px;
	width: 125px;
	border-radius: 90px;
	line-height: 125px;
	text-align: center;
	text-align: inline-block;
	display: inline-block;
}
.web-bax:hover {
	background: #3cb878;
	border-radius: 10px;
}
.social-bax:hover {
	background: #4cc2c0;
	border-radius: 10px;
}
.it-bax:hover {
	background: #f15b26;
	border-radius: 10px;
}
.mngd-bax:hover {
	background: #fcb03b;
	border-radius: 10px;
}
.svr-bax:hover h4 {
	color: #fff;
}
.svr-bax:hover small {
	color: #fff;
}
.svr-bax .r-circle.grn {
	background: #3cb878;
}
.svr-bax .r-circle.cyon {
	background: #4cc2c0;
}
.svr-bax .r-circle.red {
	background: #f15b26;
}
.svr-bax .r-circle.yellow {
	background: #fcb03b;
}
.svr-bg {
	background: url(../images/ylw-bg.jpg) no-repeat top center;
	margin-top: 25px;
	background-size: cover;
}
.svr-bg h1 {
	color: #fff;
	text-transform: none;
	font-size: 40px;
	font-weight: normal;
}
.svr-bg span {
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
	height: 5px;
}
.offer {
	text-align: center;
}
.offer span {
	font-size: 28px;
	text-align: center;
	color: #414241;
	padding-bottom: 30px;
	display: inline-block;
}
.offer span.clr {
	color: #f15723;
}
.offer ul {
	padding-top: 60px;
	padding-left: 30px;
}
.offer ul.pd100 {
	padding-left: 100px;
}
.offer ul li {
	color: #414241;
	padding-bottom: 25px;
	text-align: left;
}
.offer ul li i {
	padding-right: 20px
}
