* {
	border: 0px;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color: #337ab7;
}
a:hover, a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
	color: #143f69;
}
textarea {
	resize: none;
}
input:focus {
	outline: none;
}
img {
	max-width: 100%;
}
body {
	font-family: 'MyriadProRegular';
}
body.home {
	padding-top: 174px;
}
.btn {
	font-family: MyriadProBold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 0px;
	min-width: 190px;
	text-align: center;
	padding-top: 16px;
	padding-right: 25px;
	padding-bottom: 16px;
	padding-left: 25px;
}
.btn-primary {
	background-color: #153f69;
	color: #FFF;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #2267AC;
	color: #FFF;
}
.btn-warning {
	background-color: #fc9d29;
	color: #FFF;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #FCAC4B;
	color: #FFF;
}
.text-primary {
	color: #000 !important;
}
.text-danger {
	color: #F00;
}
.container-fluid {
	max-width: 1600px;
}
body {
	padding-top: 152px;
}
header {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.headerTop {
	background-color: #143f69;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	line-height: 47px;
	height: 47px;
}
.call i {
	display: inline-block;
	font-size: 12px;
	color: #FFF;
	height: 27px;
	width: 27px;
	margin-right: 10px;
	border: 1px solid #FFF;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
}
.call {
	float: right;
	font-family: MyriadProBold;
	font-size: 15px;
	color: #FFF;
	letter-spacing: 1px;
}
.call a:hover, .call a:focus {
	color: #3084D8;
}
.addthis_toolbox {
	float: right;
	padding-right: 15px;
	padding-top: 16px;
}
.addthis_toolbox a {
	display: inline-block;
}
.linkedin {
	display: inline-flex;
	float: left;
}
.fb_iframe_widget span {
	display: inline-block;
	position: relative;
	top: -29px;
}
.navbar {
	background-color: #FFF;
	border: none;
	border-radius: 0px;
	margin: 0px;
	min-height: inherit;
}
.navbar-default .navbar-nav > li {
	margin-left: 40px;
	position: relative;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
	line-height: 94px;
	color: #143f69;
	letter-spacing: 1px;
	padding: 0px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #3084D8;
}
.navbar-default .navbar-nav .subNavigation:hover ul {
	display: block;
}
.subNavigation ul {
	background-color: #143f6a;
	padding: 10px 15px;
	display: none;
	position: absolute;
	top: 70%;
	left: 0px;
	width: 300px;
	z-index: 999;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
.subNavigation ul li {
	text-transform: uppercase;
}
.subNavigation ul li a {
	font-size: 12px;
	line-height: 25px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.subNavigation ul li a:hover, .subNavigation ul li a:focus {
	color: #608fd2;
	text-decoration: none;
}
.subNavigation ul li.active a {
	color: #608fd2;
	text-decoration: none;
}
.navbar-default .navbar-brand {
	height: auto;
	padding: 0px;
	margin: 0px !important;
	line-height: 94px;
}
.navbar-brand > img {
	display: inline-block;
}
.headerFix {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.headerFix .headerTop {
	height: 0px;
	overflow: hidden;
	padding: 0px;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
.headerFix .bannerText {
	height: 0px;
	overflow: hidden;
	padding: 0px;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
.jumbotron {
	margin: 0px;
	background-color: transparent;
	padding: 0px;
	position: relative;
}
.bannerText {
	background-color: #000000;
    height: 50px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.bannerText p {
	font-family: "myriad_pro_lightregular";
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	line-height: normal;
}
/*.bannerCaption {
	left: 0px;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
	position: absolute;
	right: 0px;
	padding-right: 110px;
	padding-left: 110px;
}*/
.bannerCaption {
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-right: 110px;
	padding-left: 110px;
}
.bannerCaption h2 {
	font-size: 90px;
	line-height: 80px;
	color: #202020;
	font-family: MyriadProBoldCondensed;
	padding-bottom: 35px;
}
.bannerCaption h3 {
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	font-family: MyriadProRegular;
	padding-bottom: 16px;
}
.bannerCaption h4 {
	font-size: 20px;
	line-height: normal;
	color: #FFFFFF;
	font-family: MyriadProSemibold;
	text-transform: uppercase;
	padding-top: 14px;
	padding-right: 15px;
	padding-bottom: 14px;
	padding-left: 15px;
	background-image: url(../img/heading-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	background-size: 100% 100%;
	margin-bottom: 28px;
	letter-spacing: 1px;
}
.bannerLeft {
	float: left;
	text-align: center;
	padding-right: 30px;
	padding: 15px 0px;
}
.bannerLeftBox {
	width: 340px;
	background-color: #0f1012;
	background-image: url(../img/bannerlogo-bg.png);
	background-repeat: no-repeat;
	background-position: center 64px;
	padding-top: 32px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	background-size: 100%;
}
.bannerCaption .bannerLeftBox h2 {
	font-family: MyriadProBoldCondensed;
	font-size: 34px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 2px;
	padding-bottom: 14px;
}
.bannerCaption .bannerLeftBox h3 {
	font-family: MyriadProBoldCondensed;
	font-size: 17px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
	padding-bottom: 24px;
}
.bannerCaption .bannerLeftBox p {
	font-family: "myriad_pro_lightregular";
	font-size: 15px;
	line-height: 24px;
	text-transform: none;
	color: #ffffff;
	letter-spacing: 1px;
	margin-bottom: 24px;
}
.bannerCaption .bannerLeftBox .btn {
	min-width: 140px;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.bannerCaption .bannerLeftBox figure {
	margin-bottom: 23px;
}
.bannerRight {
	overflow: hidden;
	max-width: 760px;
}
.jumbotron .flex-control-nav {
	bottom: 20px;
}
.jumbotron .flex-control-nav li {
	margin: 0 4px;
}
.jumbotron .flex-control-paging li a {
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #FFF;
	border: 4px solid #FFF;
}
.flex-control-paging li a.flex-active {
	background-color: #FFFFFF;
	border-top-color: #153f69;
	border-right-color: #153f69;
	border-bottom-color: #153f69;
	border-left-color: #153f69;
}
.tabSection {
	padding-bottom: 80px;
}
.tabItem {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	margin-bottom: 70px;
}
.tabItem ul li {
	display: inline-block;
	margin-right: -2px;
	margin-left: -2px;
}
.tabItem ul li a {
	display: block;
	line-height: 80px;
	text-transform: uppercase;
	color: #303030;
	font-size: 20px;
	letter-spacing: 1px;
	font-family: MyriadProSemibold;
	padding-right: 60px;
	padding-left: 60px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
	border-left-style: none;
}
.tabItem ul li a:hover, .tabItem ul li a:focus, .tabItem ul li.active a {
	border-right-color: #303030;
	background-color: #303030;
	color: #FFF;
}
.tabItem ul li i {
	margin-right: 10px;
	font-size: 22px;
	position: relative;
	top: 3px;
}
.tabItem ul li:last-child a {
	border: none;
}
.tabContent {
	display: none;
}
.tabContent.active {
	display: block;
}
.tabContent h2 {
	font-size: 36px;
	line-height: 36px;
	text-transform: none;
	color: #313131;
	font-family: "myriad_pro_lightregular";
	padding-bottom: 18px;
}
.tabContent h3 {
	font-size: 18px;
	line-height: normal;
	text-transform: none;
	color: #143f69;
	font-family: MyriadProRegular;
	padding-bottom: 18px;
}
.tabContent p {
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
	color: #313131;
	font-family: MyriadProRegular;
	margin-bottom: 20px;
}
.textSlider .flex-direction-nav {
	text-align: center;
	margin-top: 20px;
}
.textSlider .flex-direction-nav li {
	display: inline-block;
	height: 30px;
	width: 30px;
	border: 1px solid #b8b8b8;
	margin-right: 5px;
	margin-left: 5px;
}
.textSlider .flex-direction-nav a {
	position: static;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	font-size: 15px;
	text-align: center;
}
.textSlider .flex-direction-nav a:before {
	font-size: 25px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg-success {
	background-color: #ffffff;
	padding-top: 42px;
	padding-bottom: 60px;
	background-image: url(../img/bg-success.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-success h2 {
	font-family: MyriadProBoldCondensed;
	font-size: 60px;
	line-height: 60px;
	color: #FFF;
	padding-bottom: 45px;
}
.bg-success h2 i {
	width: 58px;
	height: 58px;
	display: block;
	margin: 0 auto 20px auto;
	border: 2px solid #FFF;
	border-radius: 50%;
	font-size: 20px;
	line-height: 55px;
}
.tvBox {
	margin-bottom: 87px;
}
.tvBoxFrm {
	background-image: url(../img/tv-frm.png);
	height: 485px;
	width: 530px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
.tvBox h4 {
	font-size: 24px;
	line-height: normal;
	color: #272727;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	font-family: MyriadProBoldCondensed;
}
.bg-info {
	background-color: #f0f0f0;
	padding-top: 76px;
	padding-bottom: 76px;
}
.thumbnail {
	border: none;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
.thumbnail figure {
	height: 152px;
	width: 152px;
	border: 1px solid #909090;
	border-radius: 50%;
	margin: 0 auto 30px auto;
	position: relative;
	color: #909090;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.thumbnail figure i {
	border: 1px solid #909090;
	position: absolute;
	left: 6px;
	top: 6px;
	right: 6px;
	bottom: 6px;
	border-radius: 50%;
	line-height: 130px;
	font-size: 65px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.thumbnail h4 {
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	color: #909090;
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px;
	font-family: MyriadProBold;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.thumbnail:hover h4 {
	color: #002147;
}
.thumbnail:hover figure {
	border-top-color: #002147;
	border-right-color: #002147;
	border-bottom-color: #002147;
	border-left-color: #002147;
}
.thumbnail:hover figure i {
	border-top-color: #002147;
	border-right-color: #002147;
	border-bottom-color: #002147;
	border-left-color: #002147;
	background-color: #002147;
	color: #FFF;
}
.bg-primary {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
.bg-warning {
	background-color: #000000;
	padding-top: 45px;
	padding-bottom: 24px;
}
.bg-warning h2 {
	font-family: MyriadProBold;
	letter-spacing: 1px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 18px;
	font-size: 18px;
}
.bg-warning h3 {
	font-family: MyriadProRegular;
	letter-spacing: 1px;
	line-height: normal;
	text-transform: none;
	color: #FFF;
	padding-bottom: 5px;
	font-size: 60px;
}
.bg-warning h4 {
	font-family: MyriadProRegular;
	letter-spacing: 1px;
	line-height: normal;
	text-transform: none;
	color: #FFF;
	padding-bottom: 26px;
	font-size: 16px;
}
.bg-danger {
	display: table;
	width: 100%;
	background-color: transparent;
}
.bg-danger figure {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #231f20;
}
.bg-danger figcaption {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #d3d2d2;
	padding-top: 60px;
	padding-bottom: 20px;
}
.bg-danger h2 {
	font-size: 70px;
	line-height: normal;
	color: #000;
	font-family: MyriadProBoldCondensed;
	padding-bottom: 10px;
	letter-spacing: 2px;
}
.bg-danger h3 {
	font-size: 18px;
	line-height: normal;
	color: #000;
	font-family: MyriadProRegular;
	padding-bottom: 18px;
	font-style: italic;
}
footer {
	text-align: center;
}
.footerTop {
	background-color: #000000;
	padding-top: 28px;
	padding-bottom: 18px;
}
.footerTop h2 {
	font-size: 16px;
	line-height: normal;
	text-transform: capitalize;
	color: #5c5c5c;
	padding-bottom: 20px;
	font-family: MyriadProSemibold;
}
.footerTop p {
	font-size: 14px;
	line-height: normal;
	text-transform: capitalize;
	color: #5c5c5c;
	padding-bottom: 15px;
	font-family: MyriadProSemibold;
}
.social {
	margin-bottom: 27px;
}
.social i {
	display: inline-block;
	font-size: 14px;
	color: #696969;
	height: 32px;
	width: 32px;
	margin-right: 3px;
	border: 2px solid #696969;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	margin-left: 3px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.social i:hover, .social i:focus {
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}
.footerNav {
	padding-top: 20px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #191616;
	border-bottom-color: #191616;
	margin-bottom: 25px;
}
.footerNav ul li {
	display: inline-block;
	color: #535353;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 5px;
	margin-right: 26px;
	margin-left: 26px;
	font-family: MyriadProBold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footerNav ul li a:hover, .footerNav ul li a:focus {
	color: #FFF;
}
.footerNav ul li:first-child {
	margin-left: 0px;
}
.footerNav ul li:last-child {
	margin-right: 0px;
}
.footerBottom {
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 25px;
}
.footerBottom p {
	font-family: MyriadProRegular;
	font-size: 14px;
	line-height: normal;
	color: #5c5c5c;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.footerBottom p a {
	text-decoration: underline;
}
.chatIcon {
	position: fixed;
	left: 0%;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
}
.modal-dialog {
	margin: 10% auto 20px auto;
}
.modal-content {
	border-radius: 0px;
}
.modal-title {
	font-family: "myriad_pro_lightregular";
	font-size: 25px;
	color: #000;
}
.modal .form-control {
	border-radius: 0px;
	box-shadow: none;
	font-family: MyriadProRegular;
}
.modal label {
	font-family: MyriadProSemibold;
	font-size: 17px;
	color: #000;
	font-weight: normal;
}
.btnFull {
	width: 100%;
	display: block;
}
.modal h5 {
	text-align: center;
	font-family: "myriad_pro_lightregular";
	font-size: 14px;
	color: #000;
	padding-bottom: 10px;
}
.listBox {
	margin-bottom: 20px;
}
.listBox ul {
	float: left;
	width: 50%;
}
.listBox ul li {
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
	color: #153f69;
	letter-spacing: 1px;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 12px;
	padding-left: 24px;
	padding-right: 10px;
	font-family: MyriadProBold;
}
/*inner page open*/
h2 {
	font-family: 'myriad_pro_lightregular';
	font-size: 36px;
	color: #303030;
	padding-bottom: 30px;
}
p {
	font-family: 'MyriadProRegular';
	color: #959595;
	font-size: 16px;
	margin-bottom: 26px;
}
.awswerQustion p span {
	padding-right: 2px;
}
.innerBanner h2 {
	color: #fff;
	background-image: url(../img/banner-text-border.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 80px;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.innerBanner h6 {
	color: #fff;
	font-family: "MyriadProRegular";
	font-size: 15px;
	padding-top: 15px;
	text-align: right;
}
.innerBanner .text-warning h6 {
	text-align: center;
	line-height: 24px;
	font-size: 18px;
}
.innerBanner h2 .text-warning {
	color: #fc9d29;
}
.innerBanner h3 .text-info {
	color: #143f69;
}
.innerBanner h3 {
	color: #fff;
}
.innerBanner .listBox ul {
	float: left;
	width: 14%;
}
.innerBanner .listBox {
	margin-bottom: 38px;
}
.innerBanner .listBox ul li {
	background-image: url("../img/white-bullet.png");
	line-height: 22px;
	padding-bottom: 0;
	padding-left: 27px;
	color: #fff;
}
.innerBanner h1 {
	font-family: 'MyriadProBoldCondensed';
	font-size: 34px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 40px;
	text-align: left;
}
.innerBanner p {
	font-family: 'MyriadProRegular';
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	line-height: normal;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
}
/*.innerBanner .bannerLeftBox {
	height: 355px;
	padding: 40px;
	vertical-align: middle;
}*/
.innerBanner .bannerLeftBox {
	height: 310px;
	padding: 40px;
	vertical-align: middle;
}
/*
.innerBanner .bannerImg {
    height: 380px;
}
*/
.innerBanner h5 {
	font-family: 'MyriadProBold';
	font-size: 18px;
	color: #233f5b;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 6px;
}
.innerBanner h5 small {
	color: #233f5b;
}
.innerBanner .bannerRight {
	padding-top: 35px;
}
/*
.innerBanner .bannerImg {
    height: 365px;
    overflow: hidden;
}
*/
.settings .tabItem {
	border: none;
	margin-bottom: 0px;
}
.breadcrumbSec {
	background-color: #5883c0;
}
.breadcrumb {
	background-color: #5883c0;
	border-radius: 0;
	margin-bottom: 0;
	padding: 15px;
}
.breadcrumbSec {
	margin-bottom: 50px;
}
.breadcrumb > li {
	font-family: 'MyriadProRegular';
	font-size: 14px;
	color: #ffffff;
}
.breadcrumb a{
	color: #1E1E1E !important;
}
.breadcrumb > li a:hover, .breadcrumb > li a:focus {
	font-family: 'MyriadProRegular';
	font-size: 14px;
	color: #ffffff;
}
.breadcrumb > li.active {
	color: #d2d2d2;
}
.clientBox {
	margin-bottom: 65px;
	cursor: pointer;
}
.clientBox figure {
	width: auto;
	float: left;
	display: block;
}
.clientDetails {
	background-image: url(../img/colon.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 75px 30px 0;
	float: left;
	display: block;
	max-width: 470px;
}
.clientDetails p {
	font-family: MyriadProItalic;
	font-size: 16px;
	color: #959595;
	padding-bottom: 32px;
}
.clientDetails h5 {
	font-family: MyriadProSemibold;
	font-size: 17px;
	color: #222222;
	padding-left: 52px;
	background-image: url(../img/client-text-border.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}
.videoSec {
	padding: 60px 0px;
	background-color: #f2f2f2;
}
.testimonialsOption {
	padding: 70px 0px;
}
.optionBox {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}
.optionBox figure {
	float: left;
	display: block;
}
.texBox {
	padding-left: 15px;
	max-width: 810px;
	float: left;
}
.texBox h5 {
	font-family: 'MyriadProSemibold';
	font-size: 16px;
	color: #353535;
	padding-bottom: 15px;
}
.texBox p {
	font-family: 'MyriadProRegular';
	font-size: 15px;
	color: #959595;
}
.texBox p span {
	color: #3d3c3b;
}
.texBox p a {
	color: #5883c0;
	text-decoration: none;
}
.optionBox h4 {
	font-family: 'MyriadProSemibold';
	padding-bottom: 20px;
	font-size: 20px;
	color: #1a1a1a;
}
.optionBox p {
	font-family: MyriadProItalic;
	font-size: 16px;
	color: #959595;
	margin-bottom: 24px;
}
.optionBox h5 {
	font-family: 'MyriadProRegular';
	font-size: 14px;
	color: #959595;
	padding-bottom: 24px;
	text-transform: uppercase;
}
.optionBox h6 {
	font-family: 'MyriadProRegular';
	font-size: 14px;
	color: #5b5b5b;
	line-height: 22px;
}
.addBoxLeft {
	height: 300px;
	overflow: hidden;
}
.addBoxLeft img {
	max-width: inherit;
	width: 1600px;
	position: relative;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}
.addBoxRight {
	position: relative;
	background-color: #f2f2f2;
	padding: 30px 50px 50px;
	overflow: hidden;
}
.addBoxRight a {
	display: block;
}
.addBoxRight img {
	height: 220px;
	max-width: inherit;
	width: auto;
	position: relative;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}
.download {
	position: absolute;
	bottom: 14px;
	text-align: center;
	left: 0px;
	right: 0px;
	font-size: 16px;
	color: #5883c0;
	font-family: 'MyriadProRegular';
}
.download a {
	color: #5883c0;
}
.awswerQustion {
	padding: 70px 0px 40px;
}
.awswerQustion h6 {
	font-family: 'MyriadProRegular';
	color: #5883c0;
	font-size: 16px;
	padding-bottom: 17px;
	padding-left: 18px;
	position: relative;
}
.awswerQustion h6 span {
	position: absolute;
	left: 0px;
	top: 0px;
}
.awswerQustion p {
	position: relative;
}
.awswerQustion p span {
	/*	position: absolute;*/
	left: 0px;
	top: 0px;
}
.subAnswer ul li {
	padding-left: 12px;
	background-image: url(../img/small-dot.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	font-family: 'MyriadProRegular';
	color: #959595;
	font-size: 16px;
	padding-bottom: 26px;
}
.subAnswer2 ul li {
	padding-left: 12px;
	background-image: url(../img/small-dot.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	font-family: 'MyriadProRegular';
	color: #959595;
	font-size: 16px;
	margin-left: 34px;
}
.subAnswer2 ul li:last-child {
	padding-bottom: 26px;
}
.subAnswer ul li span {
	padding-right: 3px;
}
.subAnswer2 ul li span {
	padding-right: 3px;
}
.number ol li {
	background-position: left 9px;
	font-family: 'MyriadProRegular';
	color: #959595;
	font-size: 16px;
	margin-left: 20px;
	list-style: decimal;
}
.number ol li:last-child {
	padding-bottom: 26px;
}
.interested p strong {
	font-family: MyriadProBold;
	font-weight: normal;
	color: #2e2e2e;
}
.interested p {
	margin-bottom: 18px;
}
/*inner page close*/
/*inner page kalyan close*/

.interested {
	padding: 0px 0px 40px 0px;
}
.blueColor {
	color: #5883c0;
	font-size: 17px;
}
.blueColor a {
	color: #5883c0;
	text-decoration: none;
}
.blueColor a:hover, .blueColor a:focus {
	color: #5883c0;
	text-decoration: none;
}
.interested blckColor {
	color: #343434;
}
.questionnaire {
	padding: 0px 0px 60px 0px;
}
.btnSec {
	margin-bottom: 50px;
}
.btnSec .btn-info {
	width: 85px;
	line-height: 30px;
	padding: 0px;
	border: none;
	border-radius: 0px;
	background-color: #5883c0;
	font-family: 'MyriadProBold';
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	min-width: inherit;
	margin-right: 12px;
	letter-spacing: normal;
}
.btnSec .btn-info:hover, .btnSec .btn-info:focus {
	background-color: #3f6ea9;
	color: #fff;
	outline: none;
}
.questionnaire .form-group {
	margin-bottom: 10px;
}
*::before, *::after {
	box-sizing: border-box;
}
*::before, *::after {
	box-sizing: border-box;
}
.questionnaire .form-control {
	background-color: #f3f3f3;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: #959595;
	font-family: "MyriadProRegular";
	font-size: 14px;
	height: auto;
	line-height: 35px;
	padding: 0 16px;
	width: 100%;
}
.questionnaire .radio-inline, .checkbox-inline {
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 45px;
	padding-left: 20px;
	position: relative;
	vertical-align: middle;
	font-family: 'MyriadProRegular';
	color: #959595;
	font-size: 14px;
}
.btn-primary {
	width: 200px;
	line-height: 41px;
	padding: 0px;
	border: none;
	border-radius: 0px;
	background-color: #5883c0;
	font-family: 'MyriadProBold';
	font-size: 14px;
	color: #e7e7e7;
	text-transform: uppercase;
	letter-spacing: 1px;
	min-width: inherit;
	margin-right: 12px;
	letter-spacing: normal;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #3f6ea9;
	color: #fff;
	outline: none;
}
.abc-fflguard {
	padding: 0px 0px 50px 0px;
}
.relations {
	padding: 0px 0px 50px 0px;
}
.professional {
	padding: 0px 0px 50px 0px;
}
.textBox {
	padding-top: 25px;
}
.professional figure {
	background-color: #f2f2f2;
	padding: 38px 96px;
	margin-bottom: 25px;
	text-align: center;
}
.professional .btn-info {
	width: 120px;
	line-height: 34px;
	background-color: #153f69;
	padding: 0px;
	margin: 0px;
	min-width: inherit;
}
.professional .btn-info:hover, .professional .btn-info:focus {
	background-color: #345682;
	outline: none;
}
.textBox {
	padding-top: 0px;
}
/*slider open*/
.sliderBox .carousel-control.right {
	background-image: none;
	background-repeat: inherit;
	right: 45%;
	width: 30px;
	height: 30px;
	bottom: 0px;
	top: inherit;
}
.sliderBox .carousel-control.left {
	background-image: none;
	background-repeat: inherit;
	left: 45%;
	width: 30px;
	height: 30px;
	bottom: 0px;
	top: inherit;
}
.sliderBox {
}
.sliderBox .carousel {
	min-height: 450px;
	position: relative;
}
/*inner page kalyan close*/

.rev_slider_wrapper.fullwidthbanner-container {
	margin-bottom: 0px !important;
}
.home .desktop-show {
	display: block !important;
}
.home .mobile-show {
	display: none !important;
	overflow-x: hidden;
}
.homemobileslider {
	display: none;
}
.homedesktopslider {
	display: block;
}
.slides div {
	padding-top: 0px !important;
}
#mt_spancontant {
	position: relative !important;
}
.desktop_banner {
	display: block;
}
.mobile_banner {
	display: none;
}
.iconBox1 {
	float: right;
}
.iconBox2 {
	float: left;
}
.desktop_banner {
	height: 420px;
	/* Create the parallax scrolling effect */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bannerLeftBox {
	min-height: 405px;
}
.questionnaire li {
	list-style-type: disc !important;
	color: #959595;
	font-family: "MyriadProRegular";
	font-size: 16px;
	margin-bottom: 5px;
}
.livefeed{
        display: block !important;
    }
.footerNav ul li a, .footerTop p a, .footerBottom p a{
	color: #686868;
}	
.widget {
  border-top: 4px solid #1a1a1a;

}
.widget .widget-title {
  font-family: Montserrat,"Helvetica Neue",sans-serif;
  font-size: 1rem;
  letter-spacing: 0.046875em;
  line-height: 1.3125;
  color: #292f33;
  font-size: 21px !important;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 13px;
}
.srr-date, .srr-author{
	color:#999;
}
.srr-style-none .srr-item{
	padding:0px !important;
}
.srr-tab-wrap li{
	color:#999;
}
@media (max-width: 1700px) {
/*inner page open*/
.clientBox figure {
	width: 240px;
}
.clientDetails {
	padding: 55px 30px 0;
	background-size: 50px auto;
}
.awswerQustion {
	padding: 0px 0px 40px;
}
.interested {
	padding: 0px 60px 40px;
}
.abc-fflguard {
	padding: 0 60px 50px;
}
.relations {
	padding: 0 60px 50px;
}
.questionnaire {
	padding: 0 60px 0px;
}
.seeWhat {
	padding: 0 60px;
}
.professional {
	padding: 0 60px 50px;
}
.breadcrumb {
	padding: 15px 60px;
}
/*inner page close*/	
/*inner page kalyan Start*/
.professional figure {
	padding: 38px;
	text-align: center;
}
.innerBanner h1 {
	line-height: 32px;
}
/*inner page kalyan close*/
}
@media (max-width: 1580px) {
.navbar-default .navbar-nav > li {
	margin-left: 18px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 12px;
}
.bannerRight {
	max-width: 450px;
}
.bannerCaption h2 {
	font-size: 50px;
	line-height: 50px;
	padding-bottom: 20px;
}
.bannerCaption h3 {
	font-size: 18px;
	line-height: 22px;
}
.bannerCaption h4 {
	font-size: 14px;
}
.bannerCaption .bannerLeftBox h2 {
	font-size: 25px;
	padding-bottom: 8px;
}
.bannerCaption .bannerLeftBox h3 {
	font-size: 15px;
	padding-bottom: 20px;
}
.bannerCaption .bannerLeftBox p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}
.bannerLeftBox {
	padding: 25px 18px 18px;
	width: 320px;
}
.bannerCaption .bannerLeftBox .btn {
	min-width: 120px;
}
/*inner page open*/

/*.innerBanner .bannerImg img {
	width: 1600px;
	height:auto;
}*/
.innerBanner .bannerLeftBox {
	padding: 80px 20px 30px;
}
.innerBanner .listBox ul {
	float: left;
	width: 25%;
}
.clientBox figure {
	width: 150px;
}
.clientDetails {
	background-image: none;
	padding: 0 0 0 20px;
	max-width: 360px;
}
.clientDetails p {
	margin-bottom: 15px;
}
.innerBanner h1 {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 22px;
}
/*inner page close*/

}
@media (max-width: 1400px) {
.subNavigation ul li a {
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 23px;
}
.innerBanner .bannerLeftBox {
	background-position: bottom center;
	height: auto;
	padding: 60px 20px;
	width: 300px;
}
.innerBanner h1 {
	font-size: 25px;
	letter-spacing: 0;
	line-height: 27px;
}
}
@media (max-width: 1300px) {
/*slider open*/
.sliderBox .carousel-control.right {
	right: 44%;
}
.sliderBox .carousel-control.left {
	left: 44%;
}
}
@media (max-width: 1200px) {
body {
	padding-top: 166px;
}
body.home{
	padding-top:181px;
}
.navbar-default .navbar-brand {
	line-height: 75px;
	width: 160px;
}
.navbar-default .navbar-nav > li {
	margin-left: 15px;
}
.navbar-default .navbar-nav > li > a {
	line-height: 75px;
}
.tabItem {
	margin-bottom: 40px;
}
.tabItem ul li a {
	font-size: 13px;
	line-height: 55px;
	padding-left: 40px;
	padding-right: 40px;
}
.tabContent h2 {
	font-size: 25px;
	line-height: 28px;
	padding-bottom: 18px;
}
.bg-success h2 {
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 45px;
}
.bg-success {
	background-position: center -130px;
}
.tvBox {
	margin-bottom: 55px;
}
.tvBoxFrm {
	height: 375px;
	width: 400px;
}
.tvBox h4 {
	font-size: 20px;
}
.bg-info {
	padding-bottom: 60px;
	padding-top: 60px;
}
.thumbnail figure {
	height: 135px;
	width: 135px;
	margin: 0 auto 25px;
}
.thumbnail figure i {
	font-size: 50px;
	line-height: 120px;
}
.thumbnail h4 {
	font-size: 16px;
	letter-spacing: 1px;
}
.bg-primary {
	background-color: #fff;
	padding-bottom: 60px;
	padding-top: 60px;
}
.bg-danger h2 {
	font-size: 50px;
}
.footerNav ul li {
	font-size: 13px;
	margin-left: 15px;
	margin-right: 15px;
}
/*
.innerBanner .bannerImg {
	overflow: hidden;
	height:300px;
}
*/
/*.innerBanner .bannerImg img {
	width:1300px;
}*/
.bannerCaption h3 {
	color: #000000;
}
.bannerCaption {
	padding-left: 80px;
	padding-right: 80px;
}
/*inner page open*/
.clientBox {
	text-align: center;
}
.clientBox figure {
	float: none;
	margin: 0 auto;
	width: 300px;
}
.clientDetails {
	background-image: none;
	margin: 0 auto;
	max-width: 100%;
	padding: 30px 15px 0;
	text-align: center;
}
.clientDetails h5 {
	background-image: none;
	padding-left: 0;
}
.texBox {
	max-width: 750px;
}
/*slider open*/
.sliderBox .carousel {
	min-height: 600px;
}
/*inner page close*/	
.innerBanner .bannerLeftBox {
	padding: 60px 20px;
	width: 270px;
}
}
@media (max-width: 991px) {
    
   
    .mobile_banner {
	height: 280px;
	/* Create the parallax scrolling effect */
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
body {
	padding-top: 140px;
}
body.home {
    padding-top: 140px;
}
.tabItem ul li a {
	line-height: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
.bg-success {
	background-position: center -160px;
	padding-bottom: 50px;
}
.videoImg {
	margin: 0 auto 30px auto;
	max-width: 700px;
}
.tvBoxFrm {
	height: 330px;
	width: 350px;
}
.bg-info {
	padding-bottom: 50px;
	padding-top: 50px;
}
.bg-primary {
	padding-bottom: 50px;
	padding-top: 50px;
}
.apiBox {
	margin-bottom: 20px;
}
.bg-warning h3 {
	font-size: 40px;
}
.bg-warning h4 {
	font-size: 14px;
}
.bg-danger figure img {
	width: 200px;
}
.bg-danger figcaption {
	padding-bottom: 20px;
	padding-top: 40px;
}
.bg-danger h2 {
	font-size: 45px;
}
.footerNav {
	padding-bottom: 5px;
	padding-top: 10px;
}
.footerNav ul li {
	font-size: 12px;
	letter-spacing: 0;
	margin-left: 8px;
	margin-right: 8px;
}
.navbar-default .navbar-brand {
	line-height: 60px;
	width: 160px;
}
.navbar-header {
	position: relative;
}
.navbar-default .navbar-toggle {
	border: none;
	border-radius: 0px;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 20px;
	padding: 0;
	position: absolute;
	top: 0px;
	right: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #153f69;
	height: 4px;
	width: 28px;
}
.navbar-default .navbar-nav > li {
	margin-left: 0;
	text-align: center;
}
.navbar-default .navbar-nav > li > a {
	line-height: normal;
	padding: 4px;
	font-size: 13px;
}
.subNavigation ul {
	position: relative;
	top: auto;
	left: 0px;
	width: 300px;
	margin: auto;
	background-color: transparent;
}
.subNavigation ul li a {
	color: #143f69;
}
.chatIcon {
	width: 55px;
}
.container > .navbar-header, .container-fluid > .navbar-header {
	margin-left: 0px;
	margin-right: 0px;
}
.bannerCaption {
	padding-left: 65px;
	padding-right: 65px;
}
.bannerCaption h2 {
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 15px;
}
.bannerLeftBox {
	padding: 20px 15px;
	width: 260px;
}
.bannerCaption .bannerLeftBox .btn {
	min-width: inherit;
	padding: 11px 15px;
}
.innerBanner h1 {
	font-size: 20px;
	line-height: 25px;
}
/*inner page open*/
.innerBanner .bannerRight {
	padding-top: 26px;
}
.innerBanner .bannerLeftBox {
	/*height: 310px;*/
	height: 260px;
}
.texBox {
	max-width: 500px;
}
.optionBox {
	padding: 0 30px 30px;
}
.awswerQustion {
	padding: 70px 0px 40px;
}
.interested {
	padding: 0px 40px 40px;
}
.abc-fflguard {
	padding: 0 40px 40px;
}
.relations {
	padding: 0 40px 40px;
}
.questionnaire {
	padding: 0 40px 40px;
}
.professional {
	padding: 0 40px 40px;
}
.seeWhat {
	padding: 0 40px;
}
.breadcrumb {
	padding: 15px 40px;
}
.textBox {
	width: 100%;
	margin: 0 auto;
}
/*inner page close*/
/*inner page Kalyan start*/
.abc-fflguard {
	margin: 0 auto;
	padding: 0 0 30px;
	text-align: center;
	width: 90%;
}
.abc-fflguard figure {
	margin: 0 auto 30px;
	text-align: center;
	width: 100%;
}
.relations {
	padding: 0px 0px 30px 0px;
	text-align: center;
}
.professional {
	padding: 0px 0px 30px 0px;
	text-align: center;
}
.professional figure {
	width: 77%;
	margin: 0px auto 30px auto;
	background-color: #f2f2f2;
	text-align: center;
}
.professional .btn-info {
	margin-bottom: 30px;
}
.btnSec {
	margin-bottom: 30px;
}
/*inner page Kalyan close*/
/*slider open*/
.sliderBox .carousel {
	min-height: 440px;
}
/*
.innerBanner .bannerImg {
	height:280px;
}
*/
.bannerImg img {
	width: 1100px;
}
.innerBanner .bannerLeftBox {
	padding: 40px 20px 40px;
	height: auto;
	background-position: center center;
}
}
@media (max-width: 767px) {
.livefeed{
        display: none !important;
    }
body.home {
	padding-top: 106px;
}
.bannerLeftBox {
	min-height: 200px;
}
.mobile_banner {
	height: 280px;
	/* Create the parallax scrolling effect */
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.addthis_toolbox {
	display: none;
}
.desktop_banner {
	display: none;
}
.mobile_banner {
	display: block;
}
body {
	padding-top: 106px;
}
.tabContent {
	text-align: justify;
}
.tabContent h2 {
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 18px;
}
.tabContent p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 15px;
}
.tabItem ul li {
	display: block;
	margin-left: 0;
	margin-right: 0;
}
.tabItem ul li a {
	font-size: 18px;
	line-height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 2px solid #1e1e1e; 
}
.tabItem ul li:last-child a{
	border-bottom:2px solid #1e1e1e;
}
.tabItem ul li:first-child a{
	border-bottom:2px solid #1e1e1e;
}
.tabItem ul li i {
	font-size: 18px;
	margin-right: 8px;
}
.tabItem {
	margin-bottom: 30px;
}
.tabSection {
	padding-bottom: 40px;
}
.bg-success h2 {
	font-size: 35px;
	line-height: 35px;
	padding-bottom: 35px;
}
.tvBoxFrm {
	height: 270px;
	width: 280px;
}
.bg-success {
	background-position: center -230px;
	padding-bottom: 40px;
}
.bg-info {
	padding-bottom: 10px;
	padding-top: 40px;
}
.thumbnail {
	margin: 0 0 30px;
}
.thumbnail figure {
	margin: 0 auto 20px;
}
.bg-primary {
	padding-bottom: 20px;
	padding-top: 40px;
}
.bg-warning h3 {
	font-size: 35px;
	line-height: 35px;
	padding-bottom: 10px;
}
.bg-danger {
	display: block;
}
.bg-danger figure {
	display: block;
	padding: 40px 0;
}
.bg-danger figcaption {
	display: block;
	padding-bottom: 20px;
	padding-top: 40px;
}
.bg-danger h2 {
	font-size: 32px;
}
.apiBox {
	text-align: center;
}
/*
.innerBanner .bannerImg {
	height:250px;
}
*/
/*.innerBanner .bannerImg img {
	width:900px;
}*/
.bannerLeft {
	float: none;
	padding: 0px;
	margin-bottom: 20px;
}
.bannerCaption {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	top: inherit;
	bottom: 60px;
	left: 0px;
	right: 0px;
}
.bannerLeftBox {
	margin: 0 auto;
}
.bannerText {
	display: none;
}
.bannerText p {
	font-size: 13px;
	letter-spacing: 0;
}
.bannerCaption h2 {
	font-size: 25px;
	line-height: 25px;
	padding-bottom: 15px;
}
.bannerCaption h3 {
	font-size: 15px;
	line-height: 20px;
}
.bannerCaption h4 {
	font-size: 12px;
}
.bannerRight {
	margin: 0 auto;
	overflow: auto;
}
.call {
	float: none;
	text-align: center;
}
.modal-title {
	font-size: 20px;
}
.listBox ul {
	width: 100%;
}
.listBox ul li {
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.textBox {
	width: 100%;
}
/*inner page open*/
/*.innerBanner .bannerImg img {
	width: 900px;
}*/
.innerBanner .bannerLeftBox {
	background-size: 128px auto;
	margin-top: 85px;
	padding: 30px 18px;
	width: auto;
	max-width: 300px;
	height: auto;
}
.innerBanner h1 {
	font-size: 20px;
	line-height: 24px;
}
.innerBanner .bannerLeft {
	margin-bottom: 0;
}
.bannerCaption h2 {
	background-position: center bottom;
	background-size: 30px auto;
	padding-bottom: 6px;
}
.innerBanner .listBox ul li {
	background-image: none;
	font-size: 15px;
	line-height: 19px;
	padding-bottom: 0;
	padding-left: 0;
}
.innerBanner .listBox ul {
	width: 100%;
}
.innerBanner .listBox {
	margin-bottom: 15px;
}
.clientDetails {
	padding: 20px 15px 0;
}
.clientDetails p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 14px;
}
.breadcrumbSec {
	margin-bottom: 40px;
}
.clientBox {
	margin-bottom: 40px;
}
.optionBox {
	text-align: center;
}
.optionBox figure {
	float: none;
	margin-bottom: 20px;
}
.texBox {
	max-width: 100%;
}
.videoSec {
	padding: 40px 0;
}
.testimonialsOption {
	padding: 40px 0;
}
.professional {
	padding: 0 10px 40px;
}
h2 {
	font-size: 25px;
	text-align: center;
	padding-bottom: 20px;
}
.optionBox h4 {
	font-size: 18px;
	padding-bottom: 13px;
}
.breadcrumb {
	padding: 5px 15px;
}
.optionBox {
	margin-bottom: 20px;
	padding: 0 0 20px;
}
.optionBox p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
}
.awswerQustion {
	padding: 40px 0px 0px;
}
.interested {
	padding: 0px 10px 40px;
}
.abc-fflguard {
	padding: 0 10px 40px;
}
.relations {
	padding: 0 10px 40px;
}
.questionnaire {
	padding: 0 10px 40px;
}
.seeWhat {
	padding: 0 10px;
}
.addBoxLeft img {
	width: 1000px;
}
.addBoxLeft {
	height: auto;
	padding-bottom: 30px;
}
p {
	font-size: 15px;
	margin-bottom: 15px;
}
.subAnswer ul li {
	font-size: 15px;
	padding-bottom: 15px;
}
.subAnswer2 ul li {
	font-size: 15px;
}
.number ol li {
	margin-left: 20px;
}
.number ol li:last-child {
	padding-bottom: 15px;
}
.subAnswer2 ul li:last-child {
	padding-bottom: 15px;
}
.awswerQustion h6 {
	font-size: 15px;
	padding-bottom: 12px;
}
.number ol li {
	margin-left: 0;
}
/*inner page close*/
/*inner page kalyan Strat*/
.interested {
	text-align: center;
}
.abc-fflguard figure {
	width: auto;
	text-align: center;
}
.professional figure {
	width: auto;
	padding: 30px;
	text-align: center;
}
.abc-fflguard {
	padding: 0 10px 30px;
	width: 100%;
}
.innerBanner .text-warning h6 {
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}
/*inner page Kalya close*/
/*slider open*/
.sliderBox .carousel {
	min-height: 500px;
}
.sliderBox .carousel-control.right {
	right: 42%;
}
.sliderBox .carousel-control.left {
	left: 42%;
}
.home .desktop-show {
	display: none !important;
}
.home .mobile-show {
	display: block !important;
}
.innerBanner .bannerLeftBox {
	background-position: center center;
	background-size: 200px auto;
	float: left;
	margin-top: 0;
	max-width: none;
	padding: 15px;
	width: 219px;
}
.innerBanner h1 {
	font-size: 20px;
	line-height: 23px;
}
.innerBanner .bannerImg {
	height: auto;
}
.bannerLeft {
	padding: 10px;
}
.homemobileslider {
	display: block;
}
.homedesktopslider {
	display: none;
}
.innerBanner .bannerLeftBox {
	margin: 0 auto;
	float: none;
}
.innerBanner .bannerRight {
	display: none;
}
.innerBanner h1 {
	text-align: center;
}
.innerBanner .bannerLeftBox {
	background-size: 130px auto;
	padding: 10px;
	width: 100%;
	max-width: 300px;
}
.innerBanner p {
	text-align: center;
}
}
@media (max-width: 600px) {
.innerBanner .bannerLeftBox {
	padding: 15px;
}
.innerBanner h1 {
	font-size: 17px;
	line-height: 20px;
}
}
@media (max-width: 480px) {
.professional .btn-info {
	width: 100%;
}
.headerTop {
	height: 47px;
	line-height: 47px;
}
/*slider open*/
.sliderBox .carousel {
	min-height: 570px;
}
.sliderBox .carousel-control.right {
	right: 38%;
}
.sliderBox .carousel-control.left {
	left: 38%;
}
.innerBanner h1 {
	font-size: 15px;
	line-height: 15px;
}
.innerBanner .bannerImg {
	height: auto;
}
.bannerLeft {
	padding: 10px;
}
}
@media (max-width: 320px) {
.innerBanner .bannerLeftBox {
	padding: 10px;
}
.bannerLeft {
	padding: 5px;
}
.innerBanner h1 {
	font-size: 11px;
	line-height: 11px;
}
}
div.featured-video-plus.post-thumbnail.fvp-responsive.fvp-center {
	padding-left: 20px;
}
