@font-face {
	font-family: 'Georgia';
	src: url('../fonts/Georgia.eot');
	src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'), url('../fonts/Georgia.woff2') format('woff2'), url('../fonts/Georgia.woff') format('woff'), url('../fonts/Georgia.ttf') format('truetype'), url('../fonts/Georgia.svg#Georgia') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Georgia';
	src: url('../fonts/Georgia-Bold.eot');
	src: url('../fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Georgia-Bold.woff2') format('woff2'), url('../fonts/Georgia-Bold.woff') format('woff'), url('../fonts/Georgia-Bold.ttf') format('truetype'), url('../fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
body {
	overflow-x: hidden;
	font-family: 'Georgia';
	background: #f6f9f8;
}
a {
	text-decoration: none!important;
}
:hover, a, h1, h2, h3, h4, h5, h6, li, p, ul {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #777;
}
::-moz-placeholder { /* Firefox 19+ */
color: #777;
}
:-ms-input-placeholder { /* IE 10+ */
color: #777;
}
:-moz-placeholder { /* Firefox 18- */
color: #777;
}
.no-margin {
	margin: 0!important;
	padding: 0!important
}
.center {
	margin: 0 auto!important;
	display: table!important;
	float: none!important
}
.flexRow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flexCol {
	display: flex;
	align-items: center;
	justify-content: center;
}
header {
	z-index: 11;
	width: 100%;
}
.topBar {
	background: #124da5;
}
.topBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.topBar ul li {
	float: left;
	margin: 0 15px 0 0px;
}
.topBar ul li a {
	padding: 10px 0;
	display: block;
	color: #fff;
}
.topBar ul li a .fa {
	color: #c2c2c2
}
.header-navigation-menu {
	margin: 0;
	overflow: hidden;
}
.header-navigation-menu .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.header-navigation-menu .navbar-brand {
	float: left;
	height: auto;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	width: 235px;
}
.header-navigation-menu .navbar {
	position: relative;
	min-height: auto;
	margin-bottom: 0;
	border: 0px solid transparent;
}
.header-navigation-menu .navbar-nav {
	float: right;
	margin: 0px auto;
	display: table;
}
.header-navigation-menu .navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.header-navigation-menu .navbar-nav > li {
	float: left;
	padding: 0;
}
.header-navigation-menu .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #cf1d1e !important;
	background: transparent;
}
.header-navigation-menu .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff!important;
	background: #6f999d;
}
.header-navigation-menu .navbar-default .navbar-nav>li>a {
	font-size: 14px;
	color: #717171;
	text-align: left;
	margin: 0;
	line-height: 22px;
	letter-spacing: 0;
	font-weight: 500;
	padding: 45px 19px;
}
.navButton {
	background-color: #a5e1e7;
	color: #000;
	padding: 46px 0;
	display: block;
	text-align: center;
}
.navButton:hover, .navButton:focus {
	background-color: #124da5;
	color: #fff;
}
.affix {
	position: fixed;
	z-index: 99;
	width: 100%;
	background: #fff;
	top: 0;
}
.affix .navbar-brand {
	width: 140px;
}
.affix li>a {
	padding: 26px 19px!important;
}
.affix .navButton {
	padding: 27px 0;
}
/* Slider Start */
.sliderMain {
	position: relative;
	z-index: 5;
}
.sliderOverly {
	position: relative
}
.sliderOverly img {
	width: 100%
}
.sliderOverly:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 80%;
	background: rgba(0,0,0,.5);
	background-size: cover;
	opacity: 0.1
}
.sliderMain .carousel-caption {
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	left: 10%;
	right: 10%;
}
.carousel-captionDiv {width:40%}
.sliderMain h1 {
    font-size: 36px;
    background: rgba(0,0,0,0.7);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 15px 25px;
    text-align: left;
    line-height: 55px;
}
.sliderMain h1 span {
    font-size: 24px;
    display: block;
}
.sliderMain h2 {
    font-size: 24px;
    background: rgba(255,255,255,0.7);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 15px 25px;
    text-align: left;
    line-height: 41px;
    color: #000;
    text-shadow: none;
    display: table-cell;
}
.carousel-control.left { background-image:none:}
.carousel-control.right { background-image:none:}
.sliderMain .carousel-indicators li {
  
        width: 14px;
    height: 14px;
    margin: 0;
  
    border: 5px solid #000;
   
}
.sliderMain .carousel-indicators .active {
      width: 14px;
    height: 14px;
    margin: 0;
    background-color: #000;
    border: 5px solid #fff!important;
}
.sliderMain-left {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 5%;
    width: 50px;
    font-size: 27px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 1;
    height: 50px;
    border-radius: 50%;
    line-height: 48px;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-weight: 800;
}
.sliderMain-right {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: auto;
    right: 5%;
    width: 50px;
    font-size: 27px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 1;
    height: 50px;
    border-radius: 50%;
    line-height: 48px;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-weight: 800;
}
/* Slider End */
	
.webCam {
	padding: 5% 0;
	background: #f6f6f6;
}
.webCam h2 {
	font-size: 40px;
	font-weight: 400;
	color: #000;
}
.webCam p {
	margin: 0 0 10px;
	color: #424242;
	line-height: 29px;
	font-size: 15px;
}
.anExtemly {
	padding: 0% 0;
	background: #f6f6f6;
}
.anExtemly h2 {
	font-size: 35px;
	font-weight: 400;
	color: #000;
}
.anExtemly p {
	margin: 0 0 10px;
	color: #424242;
	line-height: 29px;
	font-size: 15px;
}
.anExtemly img {
	vertical-align: middle;
	float: left;
	padding-right: 20px;
}
.anExtemly h3 {
	font-size: 20px;
	font-weight: 400;
	color: #000;
}
.agencyMain {
	padding: 5% 0;
	background: #f6f6f6;
}
.agencyMain h2 {
	font-size: 36px;
	font-weight: 400;
	color: #000;
}
.agencyMain p {
	margin: 20px 0;
	color: #424242;
	line-height: 29px;
	font-size: 14px;
}
.angencyBox {
	background: #fff;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}
.angencyBox ul {
	margin: 20px 0;
}
.angencyBox ul li {
	margin: 0 0 10px;
	color: #666;
	line-height: 29px;
	font-size: 16px;
}
.buttonSec {
	margin: 5px 0 0;
	overflow: hidden;
}
footer#footer {
	background: #111111;
	padding: 25px 0;
	text-align: center;
}
footer#footer p {
	color: #757575;
	margin: 0;
	font-size: 15px;
}
.mainBtn {
	background-image: -webkit-linear-gradient(top, #cf1d1e, #922d2e);
	color: #fff;
	padding: 18px;
	display: inline-block;
	text-align: center;
	border-radius: 7px;
	font-weight: 600;
}
.mainBtn:hover, .mainBtn:focus {
	background: #333;
	color: #fff;
}
.innerBanner {
	padding: 10% 0;
	display: block!important;
	position: relative;
}
.innerBanner:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 1;
}
.innerBanner .container {
	position: relative;
	z-index: 11
}
.innerBanner h2 {
	text-align: center;
	color: #fff;
	font-size: 50px;
}
.innerBanner ul {
	margin: 0px auto;
	display: table;
	list-style: none;
}
.innerBanner ul li {
	float: left;
	padding: 0 15px;
	color: #fff;
	position: relative;
}
.innerBanner ul li:first-child:after {
	display: none
}
.innerBanner ul li:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	left: 0;
	position: absolute;
	top: 3px;
}
.innerBanner ul li a {
	color: #fff;
}
.banner1 {
	background: url(../images/banner1.jpg) no-repeat;
	background-size: cover;
}
.banner2 {
	background: url(../images/banner2.jpg) no-repeat;
	background-size: cover;
}
.banner3 {
	background: url(../images/banner3.jpg) no-repeat;
	background-size: cover;
}
.banner4 {
	background: url(../images/banner3.png) no-repeat;
	background-size: cover;
}
.banner5 {
	background: url(../images/banner5.jpg) no-repeat;
	background-size: cover;
}
.scrollDiv {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 15px;
	bottom: 15px;
	font-size: 34px;
	color: #fff;
	background: rgba(0,0,0,0.3);
	border-radius: 50%;
}
.scrollDiv a {
	color: #fff
}
.scrollDiv:hover {
	background-color: #6f999d;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 30px rgba(0,0,0,0.15);
}
.privateSec {
}
.privateSec h2 {
	font-size: 36px;
	font-weight: 500;
	color: #000;
	text-align: center;
}
.privateSec p {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
.homeHealth {
}
.homeHealth h1 {
	font-size: 25.5pt;
	color: #46949c;
	font-weight: normal;
	text-align: center;
}
.homeHealth h2 {
	font-size: 25px;
	color: #46949c;
	font-weight: normal;
}
.homeHealth p {
	margin: 20px 0;
	color: #424242;
	line-height: 25px;
	font-size: 14px;
}
.homeHealth ul {
	margin: 20px 0;
}
.homeHealth ul li {
	margin: 0 0 10px;
	color: #666;
	line-height: 24px;
	font-size: 14px;
}
.webHome {
}
.webHome h2 {
	font-size: 25px;
	color: #46949c;
	font-weight: normal;
}
.webHome p {
	margin: 20px 0;
	color: #424242;
	line-height: 25px;
	font-size: 14px;
}
.webHome ul {
	margin: 20px 0;
}
.webHome ul li {
	margin: 0 0 10px;
	color: #666;
	line-height: 24px;
	font-size: 14px;
}
.sofwarwFea {
	padding: 40px 0;
}
.sofwarwFea ul {
	margin: 20px 0;
}
.sofwarwFea ul li {
	margin: 0 0 10px;
	color: #666;
	line-height: 24px;
	font-size: 14px;
}
.sofwarwFea p {
	margin: 20px 0;
	color: #424242;
	line-height: 25px;
	font-size: 14px;
}
.aboutUs {
	padding: 5% 0
}
.aboutUs h2 {
	font-size: 40px;
	color: #000;
	font-weight: normal;
}
.aboutUs p {
	margin: 20px 0;
	color: #424242;
	line-height: 27px;
	font-size: 15px;
}
.testiMonials {
	padding: 0 0 5% 0;
}
.testiMonials h1 {
	font-size: 36px;
	text-align: center;
	color: #000;
}
.testiMonials h2 {
	font-size: 40px;
	color: #000;
	font-weight: normal;
}
.testBox p {
	margin: 20px 0 20px 0;
	color: #777;
	line-height: 27px;
	font-size: 19px;
	font-style: italic;
}
.testBox h3 {
	font-size: 14px;
	font-weight: 600;
	margin: 5px 0;
}
.testBox img {
	width: 100%;
	border-radius: 100%
}
.testBox h4 {
	font-size: 12px;
	font-weight: 400;
	margin: 9px 0;
	color: #999;
}
.theVault {
	padding: 5% 0 0%;
}
.theVault h1 {
	font-size: 40px;
	color: #000;
	text-align: center;
	font-weight: 600;
	margin-bottom: 0;
}
.theVault h6 {
	color: #424242;
	line-height: 27px;
	font-size: 15px;
	text-align: center;
	margin: 15px 0 35px;
}
.theVault .col-md-4 {
	margin: 0 0;
	padding: 5px;
}
.blogBox {
	overflow: hidden;
	position: relative;
}
.blogBox:hover img {
	transform: scale(1.2);
	transition: 1s
}
.blogBox img {
	transition: 1s;
	width: 100%
}
.blogBox .blogOverly {
	position: absolute;
	top: 0;
	background: linear-gradient( transparent, rgba(30,30,30,0.8));
	width: 100%;
	height: 100%;
	padding: 55px 0 0 20px;
	bottom: 0;
}
.blogBox .blogOverly span {
	background: #6f999d;
	padding: 4px 11px;
	color: #fff;
	border-radius: 50px;
}
.blogBox .blogOverly h3 {
	font-size: 27px;
	color: #fff;
}
.blogBox .blogOverly ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blogBox .blogOverly ul li {
	float: left;
	padding: 0 10px 0 0;
}
.blogBox .blogOverly ul li a {
	color: #fff;
	font-weight: 600;
	margin: 2px 0;
	display: block;
}
.BLogoverlyPd {
}
.massa {
	padding: 5% 0 4% 0;
}
.massa h1 {
	font-size: 40px;
	color: #000;
	text-align: center;
	font-weight: 600;
	margin-bottom: 0;
}
.massa h6 {
	color: #424242;
	line-height: 27px;
	font-size: 15px;
	text-align: center;
	margin: 15px 0 35px;
}
.faqsec .panel-title > a.collapsed:before {
	float: right;
	content: "\f107";
}
.faqsec .panel-title > a:before {
	float: right;
	font-family: FontAwesome;
	content: "\f106";
	padding-right: 20px;
	color: #000;
}
.faqsec .panel-heading {
	background: #e9e9e9;
	padding: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: 0;
}
.faqsec .panel-body {
	padding: 0 20px 10px;
	border-top: none !important;
}
.faqsec .panel-heading a {
	color: #414141;
	font-weight: 500;
	font-size: 21px;
	padding: 18px 20px;
	display: table;
	width: 100%;
	/* border-color: rgba(2, 2, 2, 0); */
	/* border-bottom: solid 2px #000; */
	/* border-radius: 10px 10px 10px 10px; */
	margin: 4px 0px 6px 0px;
	background: #9fdae0;
}
.faqsec .panel-body h1 {
	font-family: 'Roboto', sans-serif;
	color: #414141;
	font-weight: 500;
	font-size: 18px;
	padding: 16px 0 0;
	display: table;
	width: 100%;
	margin: 0;
}
.faqsec .panel-body p {
	font-size: 16px;
	color: #686868;
	opacity: 0.8;
	padding: 12px 0 0;
	line-height: 27px;
}
.faqsec .panel-body ul {
	list-style: decimal;
}
.faqsec .panel-body ul li {
	font-size: 16px;
	color: #686868;
	opacity: 0.8;
	padding: 6px 0 0;
	line-height: 27px;
}
.faqsec .panel-heading a[aria-expanded=true] {
	color: #333;
	padding: 21px 20px;
	display: table;
	width: 100%;
}
.faqsec .panel-title [aria-expanded=true]:before {
	color: #000 !important;
}
.faqsec .panel {
	box-shadow: none;
	background: #9fdae0;
	border-color: rgba(2, 2, 2, 0);
	border-bottom: solid 2px #000;
	border-radius: 10px 10px 10px 10px;
	margin: 4px 0px 6px 0px;
}
.faqsec {
	padding: 0;
}
.massa h1 {
	text-align: center;
	font-size: 40px;
	color: #3d3d3d;
}
.contactUs {
	padding: 5% 0
}
.contactUs h1 {
	font-size: 40px;
	color: #000;
	text-align: center;
	font-weight: 600;
	margin-bottom: 0;
}
.contactUs h6 {
	color: #424242;
	line-height: 27px;
	font-size: 15px;
	text-align: center;
	margin: 15px 0 35px;
}
.contactUs input[type="text"], .contactUs input[type="email"], .contactUs input[type="tel"], .contactUs textarea, .contactUs select, .contactUs input[type="date"] {
	line-height: normal;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	padding: 0 15px;
	border: 1px solid #ccc;
	outline: none;
	font-size: 15px;
	background: transparent;
}
.contactUs textarea {
	height: 200px;
	resize: none;
	padding: 20px;
}
.contactUs button {
	background-color: #6f999d;
	color: #fff;
	padding: 12px 25px;
	font-size: 16px;
	text-transform: uppercase;
	border: 0;
}
.contactUs button:hover {
	background-color: #6f999d;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 30px rgba(0,0,0,0.15);
}
 @media only screen and (min-device-width:120px) and (max-device-width:767px) and (orientation:portrait) {
}
 @media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {
}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {
}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {
}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {
}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {
}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {
}
 @media only screen and (min-width: 1600px) and (max-width: 1920px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

.header-navigation-menu .navbar-brand {width: 140px;}
.header-navigation-menu .navbar-default .navbar-nav>li>a {padding: 25px 15px;}
.navButton {padding: 27px 0; margin-bottom: 0;}
.carousel-captionDiv {width: 100%;}
.sliderMain h1 span {font-size: 18px;}
.sliderMain h1 {ont-size: 30px; padding: 13px 25px; line-height: 35px;}
.affix {position: static;}
.agencyMain h2 {font-size: 20px;}
.innerBanner h2 {font-size: 35px;}
.blogBox .blogOverly h3 {font-size: 17px;}
.blogBox .blogOverly { padding: 13px 0 0 20px;}
.sliderMain h2 {font-size: 22px;padding: 8px 25px; line-height: 35px;}
.mainBtn {padding: 15px 10px;font-size: 12px;}
.angencyBox ul li { line-height: 18px;font-size: 12px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

.header-navigation-menu .navbar-brand {width: 140px;}
.header-navigation-menu .navbar-default .navbar-nav>li>a {padding: 25px 15px;}
.navButton {padding: 27px 0; margin-bottom: 0;}
.carousel-captionDiv {width: 100%;}
.sliderMain h1 span {font-size: 18px;}
.sliderMain h1 {ont-size: 30px; padding: 13px 25px; line-height: 35px;}
.affix {position: static;}
.agencyMain h2 {font-size: 20px;}
.innerBanner h2 {font-size: 35px;}
.blogBox .blogOverly h3 {font-size: 17px;}
.blogBox .blogOverly { padding: 13px 0 0 20px;}
.sliderMain h2 {font-size: 22px;padding: 8px 25px; line-height: 35px;}
.mainBtn {padding: 15px 10px;font-size: 12px;}
.angencyBox ul li { line-height: 18px;font-size: 12px;}
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
	.topBar ul { margin: 0px auto;display: table;}
.header-navigation-menu .navbar-brand {width: 140px;}
.header-navigation-menu .navbar-toggle {margin-top: 20px;}
.navbar-default .navbar-toggle .icon-bar {background-color: #000;}
.navbar-default .navbar-toggle {border-color: transparent;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: transparent;}
.header-navigation-menu .navbar-default .navbar-nav>li>a {padding: 15px 19px;}
.header-navigation-menu .navbar-nav { float: none; width: 100%;}
.header-navigation-menu .navbar-nav > li {float: none; width: 100%;}
.navButton { padding: 10px 0;margin-bottom: 15px;}
.carousel-captionDiv {width: 100%;}
.sliderMain h1 {font-size: 12px; padding: 8px 10px;line-height: 13px; margin: 10px 0;}
.sliderMain h2 {font-size: 12px; padding: 8px 10px;line-height: 13px; margin: 10px 0;}
.sliderMain h1 span {font-size: 11px;}
.sliderMain-left,.sliderMain-right{display:none;}
.affix {position: static;}
.agencyMain h2 {font-size: 20px;}
.innerBanner h2 {font-size: 35px;}
.flexRow {display: inherit;}
.blogBox .blogOverly h3 {font-size: 17px;}
}
@media only screen and (min-width: 300px) and (max-width: 519px) {
.topBar ul { margin: 0px auto;display: table;}
.header-navigation-menu .navbar-brand {width: 140px;}
.header-navigation-menu .navbar-toggle {margin-top: 20px;}
.navbar-default .navbar-toggle .icon-bar {background-color: #000;}
.navbar-default .navbar-toggle {border-color: transparent;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: transparent;}
.header-navigation-menu .navbar-default .navbar-nav>li>a {padding: 15px 19px;}
.header-navigation-menu .navbar-nav { float: none; width: 100%;}
.header-navigation-menu .navbar-nav > li {float: none; width: 100%;}
.navButton { padding: 10px 0;margin-bottom: 15px;}
.carousel-captionDiv {width: 100%;}
.sliderMain h1 {font-size: 12px; padding: 8px 10px;line-height: 13px; margin: 10px 0;}
.sliderMain h2 {font-size: 12px; padding: 8px 10px;line-height: 13px; margin: 10px 0;}
.sliderMain h1 span {font-size: 11px;}
.sliderMain-left,.sliderMain-right{display:none;}
.affix {position: static;}
.agencyMain h2 {font-size: 20px;}
.innerBanner h2 {font-size: 35px;}
.flexRow {display: inherit;}
.blogBox .blogOverly h3 {font-size: 17px;}
}
