/*
/*
 * Web Design &amp; HTML Conversion by Vinoth SN
 * Mail : vinothsn@gmail.com
/* ============================================================================
   Design &amp; Development
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		vertical-align: baseline;
}
input:focus, button:focus, select:focus textarea, textarea:focus {
		outline: 0px;
		border-color: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
}
body {
		line-height: 1;
}
ol, ul, li {
		list-style: none;
}
blockquote, q {
		quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
}
table {
		border-collapse: collapse;
		border-spacing: 0;
}
.fl {
		float: left;
}
.fr {
		float: right;
}
.middle {
		vertical-align: middle;
}
.center {
		text-align: center;
}
.left {
		text-align: left;
}
.right {
		text-align: right;
}
.justify {
		text-align: justify;
}
.clearFix {
		clear: both;
}/* Reset Document */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap");


body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:400;
	line-height:24px;
	background:#ffffff;
	text-rendering: optimizeLegibility;
	    font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		-webkit-font-smoothing: antialiased;
}

.list-group-item {
	font-weight: bold;
}

a {
  color: #59C4C4;
}
a:active,
a:hover {
  color: #60D4D4;
  text-decoration: none;
}

.btn-brivity {
  color: #fff;
  background-color: #59C4C4;
  border-color: #4cae4c;
  border: none;
}
.btn-brivity:focus,
.btn-brivity.focus {
  color: #fff;
  background-color: #59C4C4;
  border-color: #8c8c8c;
}
.btn-brivity:hover {
  color: #fff;
  background-color: #60D4D4;
  border-color: #adadad;
}
.btn-brivity:active,
.btn-brivity.active,
.open > .dropdown-toggle.btn-brivity {
  color: #333;
  background-color: #59C4C4;
  border-color: #adadad;
}
.btn-brivity:active:hover,
.btn-brivity.active:hover,
.open > .dropdown-toggle.btn-brivity:hover,
.btn-brivity:active:focus,
.btn-brivity.active:focus,
.open > .dropdown-toggle.btn-brivity:focus,
.btn-brivity:active.focus,
.btn-brivity.active.focus,
.open > .dropdown-toggle.btn-brivity.focus {
  color: #333;
  background-color: #59C4C4;
  border-color: #8c8c8c;
}
.btn-brivity:active,
.btn-brivity.active,
.open > .dropdown-toggle.btn-brivity {
  background-image: none;
}
.btn-brivity.disabled:hover,
.btn-brivity[disabled]:hover,
fieldset[disabled] .btn-brivity:hover,
.btn-brivity.disabled:focus,
.btn-brivity[disabled]:focus,
fieldset[disabled] .btn-brivity:focus,
.btn-brivity.disabled.focus,
.btn-brivity[disabled].focus,
fieldset[disabled] .btn-brivity.focus {
  background-color: #59C4C4;
  border-color: #ccc;
}
.btn-brivity .badge {
  color: #fff;
  background-color: #59C4C4;
}

.panel-footer {
	background: none;
}


/****************HEADER SECTION **************/
/*********************************************/

header {
	border-bottom:1px solid #e6e6e6;
	padding-top:12px;
	padding-bottom:10px;
	background:#fff;
	position:relative;
	z-index:99999;
}

ul.top-menu {
	padding:0px;
	margin:0px;
}

ul.top-menu li {
	display:inline-block;
	margin-left:10px;
}

ul.top-menu li.m-l-r {
	margin-left:20px;
	margin-right:20px;
	font-family: 'Open Sans', sans-serif;
}

ul.top-menu li.m-l-r a:hover {
	color:#f2714d;
}

ul.top-menu li a {
	font-size: 14px;
	line-height: 20px;
	color: #777;
	font-weight: 300;
	text-decoration:none;
	text-transform: uppercase;
}

.btn-8-w {
	width:80px;
	padding-top:8px;
	padding-bottom:8px;
}

a.btn {
	font-weight:700;
}

.btn-15-w {
	width:115px;
	padding-top:8px;
	padding-bottom:8px;
}

.btn-25-w {
	width:125px;
	padding-top:8px;
	padding-bottom:8px;
}

.btn-22-w {
	width:220px;
	padding-top:8px;
	padding-bottom:8px;
}

.b-blue {
	border-color:#59c4c4;
}

.b-blue:hover  {
	background:#59c4c4;
	color:#fff;
	border-color:#59c4c4;
}

.b-fred {
	background:#f2714d;
	border-color:#f2714d;
	color:#fff !important;
}

.b-fred:hover {
	background:#e53d0e;
	border-color:#e53d0e;
}

.b-fred-line {
	background:#fff;
	border-color:#f2714d;
	color:#f2714d !important;
}

.btn-items {
	text-align:right;
}

.btn-items > a {
	margin-left:10px;
	margin-right:10px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .scroll-content {
  padding-top: 60px;
}


/****************BANNER SECTION **************/
/*********************************************/



.banner h1 {
	font-size:52px;
	color:#3b3b3b;
}

.banner p.medium-title {
	width:65%;
	font-size:17px;
	color:#000;
	text-align:center;
	line-height:28px;
	margin-left:auto;
	margin-right:auto;
}

p.medium-para-left {
	text-align:left;
	font-size:17px;
	color:#000;
	line-height:28px;
	width:80%;
}

p.medium-para-tag {
	text-align:left;
	font-size:17px;
	color:#969696;
	line-height:28px;
	width:80%;
}

.medium-para-right {

}

.hero-image {
	margin-top:-15px;
}

.hero-image img {
	margin:auto;
}

/****************SECTION  WHY? **************/
/*********************************************/
.block h2 {
	font-size:38px;
	color:#3b3b3b;
	font-weight:600;
}

.float-vertical {
	display: flex;
    align-items: center;
}

.action-box {
	padding-top:35px;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	background:#fff;
	border-radius:10px;
	border:1px solid #f3f3f3;
	-webkit-box-shadow: -2px 0px 29px -23px rgba(0,0,0,0.50);
-moz-box-shadow: -2px 0px 29px -23px rgba(0,0,0,0.50);
box-shadow: -2px 0px 29px -23px rgba(0,0,0,0.50);
}

.action-box:after {
	content:"";
	display:block;
	clear:both;
}

.title-action {
	font-size:25px;
	font-weight:600;
	color:#3b3b3b;
}

.benefits-list li{
	line-height: 2em;
	color: red;
}

/****************FOOTER SECTION **************/
/*********************************************/
footer {
	background:#f8f7f6;
	padding-top:40px;
	padding-bottom:40px;
}

.footer-logo {
	margin-top:10px;
}

.footer-text {
	color:#5e5e5e;
}

.footer-text a {
	color:#5e5e5e;
	text-decoration:none;
}

.footer-text a:hover {
	color:#000;
	text-decoration:underline;
}

.footer-text p {
	line-height:26px;
}

.footer-head {
	color:#000000;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
}

.footer-links {
	margin-top:15px;
}

.footer-links li {
	line-height:30px;
}

.footer-links li a {
	color:#5e5e5e;
}

.footer-links li a:hover {
	color:#e53d0e;
}

.copy-text {
	margin-top:15px;
	padding-top:20px;
	color:#000;
	font-size:13px;
}



/****************MARGIN TOP **************/
/*********************************************/

.m-t-10 {
	margin-top:10px;
}
.m-t-20 {
	margin-top:20px;
}
.m-t-30 {
	margin-top:30px;
}
.m-t-40 {
	margin-top:40px;
}
.m-t-50 {
	margin-top:50px;
}
.m-t-60 {
	margin-top:60px;
}
.m-t-70 {
	margin-top:70px;
}
.m-t-80 {
	margin-top:80px;
}
.m-t-90 {
	margin-top:90px;
}
.m-t-100 {
	margin-top:100px;
}

/****************MARGIN LEFT **************/
/*********************************************/

.m-l-10 {
	margin-left:10px;
}
.m-l-20 {
	margin-left:20px;
}
.m-l-30 {
	margin-left:30px;
}
.m-l-40 {
	margin-left:40px;
}
.m-l-50 {
	margin-left:50px;
}
.m-l-60 {
	margin-left:60px;
}
.m-l-70 {
	margin-left:70px;
}
.m-l-80 {
	margin-left:80px;
}
.m-l-90 {
	margin-left:90px;
}
.m-l-100 {
	margin-left:100px;
}



@media screen and (max-width: 991px) {




}

@media screen and (min-width: 481px) and (max-width: 767px) {
	header div.text-left {
		text-align:center;
	}



	header div.text-right {
		text-align:center;
	}

	ul.top-menu li {
		margin-left:10px;
		margin-right:10px;
	}

	ul.top-menu li.m-l-r {
		display:none;
	}

	.banner h1.m-t-70 {
		margin-top:20px;
		font-size:38px;
	}

	.banner p.medium-title {
		width:95%;
	}
}

@media screen and (min-width: 220px) and (max-width: 480px) {

	header div.text-left {
		text-align:center;
	}

	a.logo img {
		width:75%;
	}

	header div.text-right {
		text-align:center;
	}

	ul.top-menu li {
		margin-left:10px;
		margin-right:10px;
	}

	ul.top-menu li.m-l-r {
		display:none;
	}

	.banner h1.m-t-70 {
		margin-top:20px;
		font-size:32px;
	}

	.banner p.medium-title {
		width:95%;
		font-size:15px;
	}

	.block h2.m-t-100 {
		margin-top:20px;
		font-size:27px;
	}

	.block .float-vertical {
		display: block;
		align-items: none;
	}

	.block .float-vertical h2.m-t-70 {
		text-align:center;
		font-size:27px;
		margin-top:20px;
	}

	.block .float-vertical p.medium-para-left {
		width:95%;
		text-align:center;
	}

	.block .float-vertical div.m-t-20 {
		text-align:center;
	}

	.block .float-vertical h2.text-left {
		text-align:center;
		font-size:27px;
		margin-top:20px;
		margin-left:0px !important;
	}

	.block .float-vertical p.medium-para-left {
		width:95%;
		text-align:center;
		margin-left:0px !important;
	}

	.block h2.m-t-70 {
		margin-top:20px;
		font-size:27px;
	}

	.action-box {
		margin-left:15px;
		margin-right:15px;
		text-align:center;
	}

	.action-box p.medium-para-tag {
		width:95%;
		text-align:center;
	}

	.action-box .btn-items a {
		margin-bottom:20px;
	}

	.footer-head {
		margin-top:15px;
		font-size:17px;
	}

	.footer-links li a {
		font-size:16px;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.action-box {
		margin-left:15px;
		margin-right:15px;
		text-align:center;
	}

	.action-box p.medium-para-tag {
		width:95%;
		text-align:center;
	}
	.action-box .btn-items a {
		margin-bottom:20px;
	}

	.btn-items {
		text-align: center !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
	.btn-22-w {
		width:170px;
	}


}

@media screen and (min-width: 240px) and (max-width: 736px) {
	.btn-items {
		text-align:center !important;
	}

	.desktop-col {
		display:none;
	}
}

@media screen and (min-width: 737px) and (max-width: 2500px) {
	.mobile-col {
		display:none;
	}
}

@media screen and (min-width: 240px) and (max-width: 767px) {
	.sticky + .scroll-content {
	  padding-top: 110px;
	}
}





