@charset "utf-8";
/* Generic Style */
* {
	margin: 0px;
	padding: 0px;
	outline: none !important;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a, .cursor-pointer {
	cursor: pointer;
}
a:hover,
a:active,
a:visited ,
a:focus {
	text-decoration:none;
}

html,body,#custom-main {
	width:100%;	
	height:100%;	
}
body {
	font-family: 'Lato', sans-serif;
	/*font-family:arial;*/
	font-size: 16px;
	padding: 0px !important;
	color: #757575;
	background: #fff;
}
#custom-main {
	/* padding-top:15px; */
	position:relative;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
}
#custom-main sup {
	font-size: 8px;
	top:-8px;
}
#custom-main p {
	font-weight:300;
}
#custom-main section {
	padding-right: 15px;
    padding-left: 15px;
	position:relative;
}

/* Display Property's
=================================================*/
#custom-main .no-fl {
	float: none !important;
}

#custom-main .d-block {
	width: 100%;
	display: block !important;
}

#custom-main .d-inline-block {
	display: inline-block !important;
}

#custom-main .v-middle {
	vertical-align: middle !important;
}
#custom-main .v-top {
	vertical-align: top !important;
}
#custom-main .v-bottom {
	vertical-align: bottom !important;
}

/* Border Classes
=================================================*/
#custom-main .border-0 {
	border: 0px !important;
}

#custom-main .border-t0 {
	border-top: 0px !important;
}

#custom-main .border-r0 {
	border-right: 0px !important;
}

#custom-main .border-b0 {
	border-bottom: 0px !important;
}

#custom-main .border-l0 {
	border-left: 0px !important;
}

#custom-main .border-t1-gray {
	border-top: 1px solid #d7dbdc !important;
}

#custom-main .border-b1-gray {
	border-bottom: 1px solid #d7dbdc !important;
}

#custom-main .border-r1-white {
	border-right: 1px solid #fff !important;
}

/* Line height Classes
=================================================*/
#custom-main .lh-30 {
	line-height:30px !important;
}

/* Gutter Css
=================================================*/
#custom-main .row.gutter-0 {
	margin-right: 0;
	margin-left: 0;
}

	#custom-main .row.gutter-0 > [class^="col-"],
	#custom-main .row.gutter-0 > [class*=" col-"] {
		padding-right: 0;
		padding-left: 0;
	}

#custom-main .row.gutter-5 {
	margin-right: -5px;
	margin-left: -5px;
}

	#custom-main .row.gutter-5 > [class^="col-"],
	#custom-main .row.gutter-5 > [class*=" col-"] {
		padding-right: 5px;
		padding-left: 5px;
	}

/* Font Weights
=================================================*/
#custom-main .fw300 {
	font-weight: 300 !important;
}

#custom-main .fw400 {
	font-weight: 400 !important;
}

#custom-main .fw500 {
	font-weight: 500 !important;
}

#custom-main .fw600 {
	font-weight: 600 !important;
}

#custom-main .fw-bold {
	font-weight: bold !important;
}

#custom-main .f-italic {
	font-weight: italic !important;
}
#custom-main .text-justify {
	text-align: justify !important;
}
#custom-main .text-center {
	text-align: center !important;
}
#custom-main .text-left {
	text-align: left !important;
}
#custom-main .text-right {
	text-align: right !important;
}
#custom-main .text-justify {
	text-align: justify !important;
}
#custom-main .text-uppercase {
	text-transform: uppercase !important;
}
#custom-main .text-default {
	color:#333333 !important;
}
#custom-main .text-white {
	color:#fff !important;
}
#custom-main .text-black {
	color:#333333 !important;
}
#custom-main .text-yellow {
	color:#ffaf40 !important;
}
#custom-main .text-grey {
	color:#666666 !important;
}
#custom-main .text-dark-green {
	color:#10474a !important;
}
#custom-main .text-light-green {
	color:#12cea9 !important;
}
#custom-main .error-text {
	color: yellow;
    font-size: 11px;
    position: relative;
    text-align: right;
    top: -7px;
}
#custom-main .bg-l-blue {
	background:#03a9f4 !important;
}
#custom-main .bg-blue {
	background:#0288d1 !important;
}

/* Font Size & Family
=================================================*/
#custom-main .fs-10 {
	font-size: 10px !important;
}
#custom-main .fs-11 {
	font-size: 11px !important;
}
#custom-main .fs-12 {
	font-size: 12px !important;
}
#custom-main .fs-13 {
	font-size: 13px !important;
}
#custom-main .fs-14 {
	font-size: 14px !important;
}
#custom-main .fs-15 {
	font-size: 15px !important;
}
#custom-main .fs-16 {
	font-size: 16px !important;
}
#custom-main .fs-18 {
	font-size: 18px !important;
}
#custom-main .fs-20 {
	font-size: 20px !important;
}
#custom-main .fs-22 {
	font-size: 22px !important;
}
#custom-main .fs-24 {
	font-size: 24px !important;
}
#custom-main .fs-26 {
	font-size: 26px !important;
}
#custom-main .fs-28 {
	font-size: 28px !important;
}
#custom-main .fs-30 {
	font-size: 30px !important;
}
#custom-main .fs-32 {
	font-size: 32px !important;
}
#custom-main .fs-34 {
	font-size: 34px !important;
}
#custom-main .fs-36 {
	font-size: 36px !important;
}
#custom-main .fs-38 {
	font-size: 38px !important;
}
#custom-main .fs-40 {
	font-size: 40px !important;
}

/* Width Styles
=================================================*/

/* Width in Px's */
#custom-main .w-100px { 
        width: 100px !important; 
} 

#custom-main .w-120px { 
        width: 120px !important; 
} 

#custom-main .w-140px { 
        width: 140px !important; 
} 

#custom-main .w-150px { 
        width: 150px !important; 
}


#custom-main .w-auto {
	width: auto !important;
}

#custom-main .w-6 {
	width: 6% !important;
}

#custom-main .w-10 {
	width: 10% !important;
}

#custom-main .w-15 {
	width: 15% !important;
}

#custom-main .w-20 {
	width: 20% !important;
}

#custom-main .w-25 {
	width: 25% !important;
}

#custom-main .w-30 {
	width: 30% !important;
}

#custom-main .w-35 {
	width: 35% !important;
}

#custom-main .w-40 {
	width: 40% !important;
}

#custom-main .w-45 {
	width: 45% !important;
}

#custom-main .w-47 {
	width: 47% !important;
}

#custom-main .w-50 {
	width: 50% !important;
}

#custom-main .w-55 {
	width: 55% !important;
}

#custom-main .w-60 {
	width: 60% !important;
}

#custom-main .w-65 {
	width: 65% !important;
}

#custom-main .w-70 {
	width: 70% !important;
}

#custom-main .w-75 {
	width: 75% !important;
}

#custom-main .w-80 {
	width: 80% !important;
}

#custom-main .w-85 {
	width: 85% !important;
}

#custom-main .w-90 {
	width: 90% !important;
}

#custom-main .w-95 {
	width: 95% !important;
}

#custom-main .w-100 {
	width: 100% !important;
}
/*Spaces Style
============================================*/
#custom-main .margin-0 {
	margin: 0px !important;
}
#custom-main  .margin-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}
#custom-main .margin-lauto{
	margin-left: auto !important;
}
#custom-main .margin-l0 {
	margin-left: 0px !important;
}

#custom-main .margin-l5 {
	margin-left: 5px !important;
}

#custom-main .margin-l10 {
	margin-left: 10px !important;
}

#custom-main .margin-l15 {
	margin-left: 15px !important;
}

#custom-main .margin-l20 {
	margin-left: 20px !important;
}

#custom-main .margin-l30 {
	margin-left: 30px !important;
}

#custom-main .margin-l40 {
	margin-left: 40px !important;
}

#custom-main .margin-l50 {
	margin-left: 50px !important;
}

#custom-main .margin-rauto {
	margin-right: auto !important;
}

#custom-main .margin-r0 {
	margin-right: 0px !important;
}

#custom-main .margin-r5 {
	margin-right: 5px !important;
}
#custom-main .margin-r7 {
	margin-right: 7px !important;
}
#custom-main .margin-r10 {
	margin-right: 10px !important;
}

#custom-main .margin-r15 {
	margin-right: 15px !important;
}

#custom-main .margin-r20 {
	margin-right: 20px !important;
}

#custom-main .margin-r30 {
	margin-right: 30px !important;
}

#custom-main .margin-r40 {
	margin-right: 40px !important;
}

#custom-main .margin-r50 {
	margin-right: 50px !important;
}

#custom-main .margin-t0 {
	margin-top: 0px !important;
}

#custom-main .margin-t2 {
	margin-top: 2px !important;
}

#custom-main .margin-t5 {
	margin-top: 5px !important;
}

#custom-main .margin-t10 {
	margin-top: 10px !important;
}

#custom-main .margin-t15 {
	margin-top: 15px !important ;
}

#custom-main .margin-t17 {
	margin-top: 17px !important;
}

#custom-main .margin-t18 {
	margin-top: 18px !important;
}

#custom-main .margin-t20 {
	margin-top: 20px !important;
}

#custom-main .margin-t26 {
	margin-top: 26px !important;
}

#custom-main .margin-t30 {
	margin-top: 30px !important;
}

#custom-main .margin-t40 {
	margin-top: 40px !important;
}

#custom-main .margin-t50 {
	margin-top: 50px !important;
}

#custom-main .margin-t68-minus {
	margin-top: -68px !important;
}

#custom-main .margin-b0 {
	margin-bottom: 0px !important;
}

#custom-main .margin-b1 {
	margin-bottom: 1px !important;
}

#custom-main .margin-b5 {
	margin-bottom: 5px !important;
}

#custom-main .margin-b10 {
	margin-bottom: 10px !important;
}

#custom-main .margin-b15 {
	margin-bottom: 15px !important;
}

#custom-main .margin-b20 {
	margin-bottom: 20px !important;
}

#custom-main .margin-b25 {
	margin-bottom: 25px !important;
}

#custom-main .margin-b30 {
	margin-bottom: 30px !important;
}

#custom-main .margin-b35 {
	margin-bottom: 35px !important;
}

#custom-main .margin-b40 {
	margin-bottom: 40px !important;
}

#custom-main .margin-b45 {
	margin-bottom: 45px !important;
}

#custom-main .margin-b50 {
	margin-bottom: 50px !important;
}
#custom-main .margin-b60 {
	margin-bottom: 60px !important;
}
#custom-main .margin-b70 {
	margin-bottom: 70px !important;
}
#custom-main .margin-b75 {
	margin-bottom: 75px !important;
}
#custom-main .margin-b80 {
	margin-bottom: 80px !important;
}
#custom-main .margin-b90 {
	margin-bottom: 90px !important;
}
#custom-main .margin-b100 {
	margin-bottom: 100px !important;
}
#custom-main .padding-0 {
	padding: 0px !important;
}

#custom-main .padding-5 {
	padding: 5px !important;
}

#custom-main .padding-15 {
	padding: 15px !important;
}

#custom-main .padding-20 {
	padding: 20px !important;
}

#custom-main .padding-10 {
	padding: 10px !important;
}

#custom-main .padding-l0 {
	padding-left: 0px !important;
}

#custom-main .padding-l5 {
	padding-left: 5px !important;
}

#custom-main .padding-l7 {
	padding-left: 7px !important;
}

#custom-main .padding-l10 {
	padding-left: 10px !important;
}

#custom-main .padding-l15 {
	padding-left: 15px !important;
}

#custom-main .padding-l20 {
	padding-left: 20px !important; 
}

#custom-main .padding-l30 {
	padding-left: 30px !important;
}

#custom-main .padding-l40 {
	padding-left: 40px !important;
}

#custom-main .padding-l50 {
	padding-left: 50px !important;
}

#custom-main .padding-r0 {
	padding-right: 0px !important;
}

#custom-main .padding-r5 {
	padding-right: 5px !important;
}

#custom-main .padding-r10 {
	padding-right: 10px !important;
}

#custom-main .padding-r15 {
	padding-right: 15px !important;
}

#custom-main .padding-r20 {
	padding-right: 20px !important;
}

#custom-main .padding-r30 {
	padding-right: 30px !important;
}

#custom-main .padding-r40 {
	padding-right: 40px !important;
}

#custom-main .padding-r50 {
	padding-right: 50px !important;
}

#custom-main .padding-t0 {
	padding-top: 0px !important;
}

#custom-main .padding-t3{
	padding-top: 3px !important;
}

#custom-main .padding-t5 {
	padding-top: 5px !important;
}

#custom-main .padding-t7 {
	padding-top: 7px !important;
}

#custom-main .padding-t10 {
	padding-top: 10px !important;
}

#custom-main .padding-t15 {
	padding-top: 15px !important;
}

#custom-main .padding-t20 {
	padding-top: 20px !important;
}

#custom-main .padding-t25 {
	padding-top: 25px !important;
}

#custom-main .padding-t30 {
	padding-top: 30px !important;
}

#custom-main .padding-t40 {
	padding-top: 40px !important;
}

#custom-main .padding-t50 {
	padding-top: 50px !important;
}
#custom-main .padding-t60 {
	padding-top: 60px !important;
}
#custom-main .padding-t70 {
	padding-top: 70px !important;
}

#custom-main .padding-b0 {
	padding-bottom: 0px !important;
}

#custom-main .padding-b5 {
	padding-bottom: 5px !important;
}

#custom-main .padding-b10 {
	padding-bottom: 10px !important;
}

#custom-main .padding-b15 {
	padding-bottom: 15px !important;
}

#custom-main .padding-b20 {
	padding-bottom: 20px !important;
}

#custom-main .padding-b30 {
	padding-bottom: 30px !important;
}

#custom-main .padding-b40 {
	padding-bottom: 40px !important;
}

#custom-main .padding-b50 {
	padding-bottom: 50px !important;
}
#custom-main .padding-b60 {
	padding-bottom: 60px !important;
}
#custom-main .padding-b70 {
	padding-bottom: 70px !important;
}

/* Form Css
===================================================*/
#custom-main .form-group label.control-label {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
#custom-main .form-group {
	margin-bottom:10px;
}
#custom-main select.form-control {
	background: #fff url(../images/down-down.png) no-repeat right 8px center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	padding: 5px 25px 5px 7px;
	font-weight: normal;
}
#custom-main select.form-control option {
	
}
#custom-main  .form-control::-moz-placeholder {
	color: #999999;
	opacity: 1;
	font-weight: 400;
}
#custom-main  .form-control:-ms-input-placeholder {
	color: #999999;
	font-weight: 400;
}
#custom-main  .form-control::-webkit-input-placeholder {
	color: #999999;
	font-weight: 400;
}
#custom-main .form-control {
	color: #999999;
	font-size: 16px;
    font-weight: 400;
    height: 40px;
	border-radius: 0px;
	border-color:#96a3b8;
}
#custom-main .form-control:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(18, 206, 169, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(18, 206, 169, .6);
}
#custom-main .form-control.form-control-no-radius {
	border-radius: 0px;
	height: 50px;
	background:transparent;
	border-color:#e3e3e3;
	padding: 6px 15px !important;
	color:#c6c6c6;
}
#custom-main .form-control.form-control-default {
	border-color:#757575;
	height: 40px;
}
#custom-main .form-control.form-textarea {
	height:auto !important;
	resize:none !important;
}
#custom-main .form-control.form-control-default textarea {
	border-color:#757575;
}
#custom-main  .form-control.form-control-no-radius::-moz-placeholder {
	color: #c6c6c6;
	opacity: 1;
	font-weight: 500;
}
#custom-main  .form-control.form-control-no-radius:-ms-input-placeholder {
	color: #c6c6c6;
	font-weight: 500;
}
#custom-main  .form-control.form-control-no-radius::-webkit-input-placeholder {
	color: #c6c6c6;
	font-weight: 500;
}
#custom-main textarea.text-control {
	min-height:100px;
	resize:none;
	overflow:auto;
}
#custom-main .form-control.form-control-user {
	background: #fff url(../images/user-bg-input.png) no-repeat left 8px center;
}
#custom-main .form-control.form-control-email {
	background: #fff url(../images/email-bg-input.png) no-repeat left 8px center;
}
#custom-main .form-control.form-control-phone {
	background: #fff url(../images/phone-bg-input.png) no-repeat left 8px center;
}
#custom-main .form-control.form-control-state {
	background: #fff url(../images/state-bg-input.png) no-repeat left 8px center;
}
#custom-main .form-control.subrscibe-input {
	width:300px;
} 

/* Button Css
===================================================*/
#custom-main .btn {
	white-space:normal;
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
#custom-main .btn.btn-primary {
	background: #ffaf40;
    border: 1px solid #ffaf40;
    color: #fff;
	height:auto;
	border-radius:0px;
}
#custom-main .btn.btn-primary:hover,
#custom-main .btn.btn-primary:focus,
#custom-main .btn.btn-primary:active {
	background:#f9a32c;
	border: 1px solid #f9a32c;
	border-radius:0px;
}
#custom-main .btn.btn-white-outline {
	background: transparent;
    border: 1px solid #fff;
    color: #fff;
	height:auto;
	border-radius:0px;
}
#custom-main .btn.btn-white-outline:hover,
#custom-main .btn.btn-white-outline:focus,
#custom-main .btn.btn-white-outline:active {
	background:#fff;
	border: 1px solid #fff;
	color:#0a2426;
	border-radius:0px;
}
#custom-main .btn.btn-green {
	background: #136c72;
    border: 1px solid #136c72;
    color: #fff;
	height:auto;
	border-radius:0px;
}
#custom-main .btn.btn-green:hover,
#custom-main .btn.btn-green:focus,
#custom-main .btn.btn-green:active {
	background:#094e53;
	border: 1px solid #094e53;
	border-radius:0px;
}
#custom-main .btn.btn-green-outline {
	background: #fff;
    border: 1px solid #10474a;
    color: #333333;
	height:auto;
	border-radius:0px;
}
#custom-main .btn.btn-green-outline:hover,
#custom-main .btn.btn-green-outline:focus,
#custom-main .btn.btn-green-outline:active {
	background:#10474a;
	border: 1px solid #10474a;
	border-radius:0px;
	color: #fff;
}
#custom-main .btn.btn-xlg {
	font-size: 26px;
    line-height: normal;
    padding: 20px 60px;
    font-weight: 400;
    letter-spacing: 0;
    border-radius: 0px;
}
#custom-main .btn.btn-lg {
	font-size: 19px;
    line-height: 17px;
    padding: 15px 10px;
    font-weight: 400;
    letter-spacing: 0;
    border-radius: 1px;
    min-width: 200px;
}
#custom-main .btn.btn-sm {
	font-size: 16px;
    padding: 8px 15px 11px;
	font-weight:600;
	line-height: 12px;
}
#custom-main .btn.btn-xs {
	padding: 3px 10px;
    font-size: 13px;
}

/* Header Css
=================================================*/
#custom-main header {
	
}
#custom-main header .top-bar {
	padding: 8px 0;
	background:#0a2426;
}
#custom-main header .nav-section {
	position:relative;
}
#custom-main header .navbar.navbar-default {
	margin-bottom:0px;
	background:transparent;
	border:0px;
	z-index: 100;
	position: absolute;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
	border-radius:0;
}
#custom-main header .navbar.navbar-default.navbar-second {
	position:relative;
	background:#136c72;
}
#custom-main header .navbar.navbar-default.navbar-custom {
	background:#fff;
	position: relative;
}
#custom-main header .navbar.navbar-default .navbar-brand {
	padding: 0px;
    height: auto;
}
#custom-main header .navbar.navbar-default .navbar-brand  img {
	position: relative;
    top: 10px;
    width: 200px;
}
#custom-main header .navbar.navbar-default .navbar-nav > li {
	padding:0 10px;
}
#custom-main header .navbar.navbar-default .navbar-nav > li:last-child {
	padding-right:0px;
}
#custom-main header .navbar.navbar-default .navbar-nav > li > a {
	font-size:18px;
	font-weight:400;
	padding: 25px 0px;
	color:#fff;
	border-bottom:3px solid transparent;
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
#custom-main header .navbar.navbar-default .navbar-nav  > li > a:hover,
#custom-main header .navbar.navbar-default .navbar-nav  > li > a:focus,
#custom-main header .navbar.navbar-default .navbar-nav  > li > a:active {
	background: transparent;
    color: #fff;
	border-bottom:3px solid #ffb43e;
}
#custom-main header .navbar.navbar-default .navbar-nav > .active > a,
#custom-main header .navbar.navbar-default .navbar-nav > .active > a:hover,
#custom-main header .navbar.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
    color: #fff;
	border-bottom:3px solid #ffb43e;
}
#custom-main header .navbar.navbar-default .navbar-nav  > li:last-child > a:hover,
#custom-main header .navbar.navbar-default .navbar-nav  > li:last-child > a:focus,
#custom-main header .navbar.navbar-default .navbar-nav  > li:last-child > a:active {
	background: transparent;
    color: #fff;
	border-bottom:3px solid transparent;
}
#custom-main .dropdown-menu > .active > a, 
#custom-main .dropdown-menu > .active > a:hover, 
#custom-main .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #12cea9;
    outline: 0;
}
#custom-main header .main-banner {
	background: url(../images/banner_image.jpg);
    padding-top: 85px;
    padding-bottom: 105px;
    background-repeat: no-repeat;
    background-size: cover;
}
#custom-main header  .about-banner {
	background: url(../images/about-us-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#custom-main header .main-banner .main-headng {
	font-size:50px;
	font-weight:300;
	margin:0px;
}
#custom-main header .main-banner .sub-headng {
	font-size:60px;
	font-weight:bold;
	margin:0px;
}
#custom-main .navbar-default .navbar-nav > .open > a,
#custom-main .navbar-default .navbar-nav > .open > a:hover,
#custom-main .navbar-default .navbar-nav > .open > a:focus {
	background:transparent;
}
#custom-main .navbar-right .dropdown-menu-left {
    right: auto;
    left: 9px;
	border-radius: 0px;
}
#custom-main .navbar-right .dropdown-menu {
	padding: 0 0;
}
#custom-main .dropdown-menu > li > a {
	padding: 7px 20px;
}
/* Divider Css
=================================================*/
#custom-main .divider-1 {
	margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid;
}
#custom-main .divider-3 {
	margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 3px solid;
	width: 22%;
    margin: 0 auto;
}
#custom-main .divider-black {
    border-color: #424242;
}
#custom-main .divider-blue {
    border-color: #0288d1;
}
#custom-main .divider-grey {
    border-color: #4d545c;
}
#custom-main .divider-white {
    border-color: #fff;
}
/* Section Css
=================================================*/
#custom-main section.section-pad-50 {
	background:#fff;
	padding:50px 0;
}
#custom-main section.section-form {
	background:url(../images/section-form-bg.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
}
#custom-main section.section-green {
	background:#136c72;
}
#custom-main section.section-gray {
	background:#f4f4f4;
}
#custom-main section h3 {
	color:#10474a;
	margin-top:0;
}
#custom-main section.section-green h3 {
	color:#fff;
	margin-top:0;
}
#custom-main .box-container {
	position: relative;
    margin-top: -100px;
    z-index: 9999;
}
#custom-main .green-box {
	background:#136c72;
	width:100%;
	text-align:center;
	padding:20px;
	display:block;
}
#custom-main .green-box h3 {
	font-size:26px;
	font-weight:500;
	color:#fff;
	margin-top:0;
	margin-bottom:20px;
}
#custom-main .green-box p {
	font-size:18px;
	font-weight:400;
	color:#fff;
}
#custom-main .yellow-divider {
	background:#ffb43e;
	width:50%;
	height:2px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
}
#custom-main .white-divider {
	background:#fff;
	width:50%;
	height:2px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
}
/* Headings Css
=================================================*/
#custom-main .main-heading {
	font-size:45px;
	font-weight:600;
	margin-top:0;
	margin-bottom:20px;
}
#custom-main .sub-heading {
	font-size:26px;
	font-weight:300;
	margin-top:0;
	margin-bottom:20px;
	color:#10474a;
}
#custom-main .main-heading.heading-inverse {
	color:#0a2426;
}

#custom-main .numbers {
	font-size:100px;
}
#custom-main .numbers-sub {
	font-size:64px;
}
#custom-main section.section-form h2 {
	font-size:36px;
	font-weight:bold;
	margin-top:0;
	line-height: 50px;
}
#custom-main .heading-events,
#custom-main .heading-events a {
	font-size:28px;
	font-weight:500;
	margin-top:0;
	color:#333333;
	text-decoration:none;
}
/* Css for Video Box and Card Box */
#custom-main .video-box {
	width:100%;
}
#custom-main .video-thumbnail {
	background:#e6e6e6;
	height:310px;
	margin-bottom:25px;
	cursor:pointer; /* This will be remove */
	background:url(../images/thum_benefit-vendor.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
#custom-main .video-thumbnail2 {
	background:#e6e6e6;
	height:310px;
	margin-bottom:25px;
	cursor:pointer; /* This will be remove */
	background:url(../images/thum_insurance-carriers.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
#custom-main .video-thumbnail img{
	margin: 0 auto;
	position: relative;
    top: 25%;
}
#custom-main .video-thumbnail2 img{
	margin: 0 auto;
	position: relative;
    top: 25%;
}
#custom-main .video-title,
#custom-main .card-title {
	margin-top:0;
	font-size:20px;
	font-weight:bold;
	color:#0a2426;
	margin-bottom:20px;
}
#custom-main .video-description,
#custom-main .card-description {
	color:#333333;
	font-size:15px;
	font-weight:400;
	margin-bottom:0px;
}
#custom-main .card-box {
	padding:30px;
}
#custom-main .card-box.card-white {
	background:#fff;
	border:1px solid #fff;
	display: block;
}
#custom-main .card-box.card-gray {
	background:#f4f4f4;
	border:1px solid #e6e6e6;
}
#custom-main .card-thumbnail {
	width:100%;
	margin-bottom:25px;
	position:relative;
}
#custom-main .card-thumbnail .fa {
	font-size: 64px;
    color: #12cea9;
}
#custom-main .card-thumbnail .thumbnail-steps {
	position: absolute;
    width: 60px;
    height: 60px;
    line-height: 55px;
    font-size: 24px;
    font-weight: 400;
    background: #136c72;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    top: -30px;
    left: 50%;
	border: 2px solid #f4f4f4;
	-webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
#custom-main .card-thumbnail .image-box {
	width:100%;
	height:180px;
	background:#fff;
}
#custom-main .card-title {
	text-align:left;
	margin-bottom:5px;
	width:100%;
}
#custom-main .card-description {
	text-align:left;
	margin-bottom:20px;
}
#custom-main .read-more {
	color:#000000;
	font-size:15px;
	font-weight:600;
}
#custom-main .read-more .fa {
	position: relative;
    top: 1px;
}

/* Footer Css
=================================================*/
#custom-main .main-footer {
	padding: 50px 0px;
}
#custom-main .bottom-bar {
	padding: 15px 0;
	background:#0a2426;
}
#custom-main .copy-right {
	display:inline-block;
	color:#84898a;
	font-size:16px;
	font-weight:400;
}

/* List Css
=================================================*/
#custom-main .simple-list li {
	font-size:15px;
	margin-right: 10px;
	position:relative;
}
#custom-main .simple-list li:after{
	content: "";
    position: absolute;
    height: 13px;
    background: #fff;
    width: 1px;
    right: -7px;
    top: 5px;
}
#custom-main .simple-list li:last-child:after{
	display:none;
}
#custom-main .simple-list li:last-child {
	margin-right:0;
}
/* List Gray Css */
#custom-main .simple-list.list-gray li,
#custom-main .simple-list.list-gray li a{
	color:#333333;
}
#custom-main .simple-list.list-gray li:after{
	content: "";
    position: absolute;
    height: 13px;
    background: #333333;
    width: 1px;
    right: -7px;
    top: 5px;
}
#custom-main .simple-list.list-gray li:last-child:after{
	display:none;
}
#custom-main .simple-list.list-gray li:last-child {
	margin-right:0;
}
/* List green Css */
#custom-main .simple-list.list-green li,
#custom-main .simple-list.list-green li a{
	color:#10474a;
}
#custom-main .simple-list.list-green li:after{
	content: "";
    position: absolute;
    height: 13px;
    background: #10474a;
    width: 1px;
    right: -7px;
    top: 5px;
}
#custom-main .simple-list.list-green li:last-child:after{
	display:none;
}
#custom-main .simple-list.list-green li:last-child {
	margin-right:0;
}

.simple-list {
	list-style:none;
	margin:0;
}
.simple-list li {
	display:inline-block;
	color:#fff;
}
.simple-list li a {
	color:#fff;
}
.simple-list li:last-child{
	margin-right:0;
}
.simple-list.social-icon-list li {
	margin-right:10px;
}
.simple-list.social-icon-list li:last-child {
	margin-right:0px;
}
.simple-list.social-icon-list li:after {
	display:none;
}
.simple-list.social-icon-list li a .fa {
	font-size:16px;
}
/*Arrow List*/
ul.arrow-green-list {
	margin: 0;
	list-style: none;
	line-height: 22px;
	text-align:left;
}
ul.arrow-green-list li {
	list-style: none;
	color: #000000;
	text-align:left;
	position:relative;
	padding-left: 15px;
	margin-bottom: 3px;
}
ul.arrow-green-list li:last-child {
	margin-bottom: 0;
}
ul.arrow-green-list li:before {
    font-size: 14px;
    content: "\f054";
    font-family: 'FontAwesome';
    speak: none;
    color: #12cea9;
	position:absolute;
	top:5px;
	left:0;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*Arrow List 2*/
ul.arrow-green-list-two {
	margin: 0;
	list-style: none;
	line-height: 22px;
	text-align:left;
}
ul.arrow-green-list-two li {
	list-style: none;
	color: #666666 ;
	text-align:left;
	position:relative;
	padding-left: 25px;
	margin-bottom: 3px;
}
ul.arrow-green-list-two li:last-child {
	margin-bottom: 0;
}
ul.arrow-green-list-two li:before {
    font-size: 14px;
    content: "\f00c";
    font-family: 'FontAwesome';
    speak: none;
    color: #12cea9;
	position:absolute;
	top:5px;
	left:0;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Flex row Css
=================================================*/
.flex-row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.flex-column {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-ms-flex-line-pack: start;
        align-content: start;

}
.flex-space-between {
	-ms-flex-line-pack: justify;
        align-content: space-between;
}
/* Modal css
=========================================================*/
.modal.modal-video {

}
.modal.modal-video .modal-content {
    border:0px;
    border-radius:0;
}
.modal.modal-video .modal-header {
     padding: 0;
     border:0;
     position:relative;
}
.modal.modal-video .modal-body {
    line-height: 0;
    position: relative;
}
.modal.modal-video .modal-header .close {
    font-size: 26px;
    margin-right: -15px;
    margin-top: 0;
    opacity: 1;
    line-height: normal;
    color: #fff;
    position: absolute;
    right: 0;
    top: -27px;
}
.modal-backdrop.in {
    opacity: 0.8;
}
/* .vp-player-layout {
	left:0 !important;
	right:0 !important;
} */
/* Scroll to top btn Css
===================================*/
#custom-main .scrolltop-btn {
    background: #ffb43e none repeat scroll 0 0;
    border-radius: 0px;
    bottom: 40px;
    display: none;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index:99;
    -webkit-transition:0.5s ease all;
    -moz-transition:0.5s ease all;
    -o-transition:0.5s ease all;
    transition:0.5s ease all;
}
#custom-main .scrolltop-btn:hover {
    text-decoration:none;
    background:#10474a;
}
#custom-main .scrolltop-btn .fa {
    color: #fff;
    font-size: 25px;
    display:inline-block;
}
.tp-banner-container {
	position:relative;
}
.slider-overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(19,108,114,0.9); */
    background: rgba(6,41,52,0.9);
    z-index: 20 !important;
}
.tp-caption{
	z-index:21 !important;
}
#custom-main .visible-sm {
	display:none;		
}
#custom-main .card-thumbnail img.img-rep {
	width: 100%;
	border:2px solid #136c72;
}
#custom-main section.section-overlay {
	padding-top: 120px !important;
}
#custom-main section.section-overlay > .container {
	position:relative;
	z-index: 21 !important;
}
#custom-main section.section-carriers {
	background: url(../images/1856.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
#custom-main .devices-image {
	position: relative;
    z-index: 1;
}
/* Breadcrumb Css */
#custom-main .custom-breadcrumb {
	background:transparent;
	margin:0;
}
#custom-main .custom-breadcrumb li {
}
#custom-main .custom-breadcrumb li a {
	color:#fff;
}
#custom-main .custom-breadcrumb > .active  a {
	color:#12cea9;
}
/* Text Strike Css */
#custom-main .text-strike {
	display: block;
	font-size: 36px;
	color: #136c72;
}
/* Map Css */
#custom-main .event-box {
	border: 1px solid #ededed;
    padding: 20px;
    border-radius: 5px;
    /* box-shadow: 0px 5px 10px -2px #ccc; */
}
#custom-main .event-detail {
	font-size:15px;
	font-weight:400;
}
/* Map List */
#custom-main .map-list {
	margin-bottom:0;
}
#custom-main .map-list li {
	margin-bottom: 10px;
    display: inline-block;
    margin-right: 15px;
    /* border-right: 1px solid #12cea9; */
    padding-right: 15px;
	position:relative;
}
#custom-main .map-list li:after {
	content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    height: 20px;
    background: #12cea9;
}
#custom-main .map-list li:last-child {
	margin-right:0;
	padding-right: 0;
}
#custom-main .map-list li:last-child:after {
	display:none;
}
#custom-main .map-list li .fa {
	margin-right:15px;
}
/*** Right Divider ***/
#custom-main .divider-right:after {
	content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    height: 100%;
    background: rgba(218,222,225,0.8);
}

/* Media Queries
===================================================*/
@media screen and (max-width:1199px) {
	
	
	
}
@media screen and (max-width:992px) {
	
	#custom-main .numbers {
		font-size: 80px;
	}
	#custom-main .numbers-sub {
		font-size: 44px;
	}
	#custom-main  .margin-xs-b50 {
		margin-bottom:50px !important;
	}
	
	#custom-main .visible-sm {
		display:block;
	}
}
@media screen and (max-width:767px) {
	
	#custom-main header .navbar.navbar-default  {
		position:relative;
		background:#10474a;
	}
	
	#custom-main header .navbar.navbar-default .navbar-brand img {
		top: 7px;
		left: 15px;
		width: 125px;
	}
	#custom-main header .navbar.navbar-default .navbar-nav  {
		margin-top:0;
		margin-bottom:0;
	}
	#custom-main header .navbar.navbar-default .navbar-nav > li {
		padding: 0px 0px;
	}
	#custom-main header .navbar.navbar-default .navbar-nav > li > a {
		text-align: left;
		padding: 15px;
	}
	#custom-main header .navbar.navbar-default .navbar-nav > li > a {
		border-bottom: 0px;
		transition: 0.3s ease-in-out;
	}
	#custom-main header .navbar.navbar-default .navbar-nav > .active > a,
	#custom-main header .navbar.navbar-default .navbar-nav > .active > a:hover,
	#custom-main header .navbar.navbar-default .navbar-nav > .active > a:focus {
		background: #ffb43e;
		color: #fff;
		border-bottom: 0px;
	}
	#custom-main header .navbar.navbar-default .navbar-nav > li > a:hover,
	#custom-main header .navbar.navbar-default .navbar-nav > li > a:focus,
	#custom-main header .navbar.navbar-default .navbar-nav > li > a:active {
		border-bottom: 0px;
	}
	#custom-main .main-banner-carousel {
		margin-top: 0;
	}
	#custom-main .thumbnail-section-two  {
		margin-bottom:25px;
	}
	#custom-main .navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	#custom-main .navbar-default .navbar-toggle {
		border-color: #ffb43e;
		background-color: #ffb43e;
	}
	#custom-main .navbar-default .navbar-toggle:hover,
	#custom-main .navbar-default .navbar-toggle:focus {
		background-color: #ffb43e;
	}
	#custom-main .navbar-default .navbar-toggle:hover .icon-bar,
	#custom-main .navbar-default .navbar-toggle:focus .icon-bar {
		background-color: #fff;
	}
	#custom-main .navbar-collapse {
		border-color:#0a2426;
	}
	#custom-main .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	#custom-main .row-top {
		margin-top:0px;
		padding-top:30px;	
	}
	#custom-main .row-top .flex-column {
		width:100%;
	}
	#custom-main .box-blue {
		margin-bottom:20px;
	}
	#custom-main .box-container {
		position: relative;
		margin-top: 0;
		z-index: 9;
	}
	#custom-main .green-box {
		background:#136c72;
		width:100%;
		text-align:center;
		padding:20px;
		margin-bottom:15px;
	}
	#custom-main .card-thumbnail.step-thumbnail img {
		width:auto;
	}
	#custom-main .btn.btn-xs-lg {
		font-size: 14px;
		line-height: 17px;
		padding: 6px 10px;
		font-weight: 400;
		letter-spacing: 0;
		border-radius: 1px;
		min-width: 95px;
	}
	#custom-main .card-thumbnail .thumbnail-steps {
		left: 50%;
	}
	#custom-main  .float-none-xs {
		float:none !important;
		display:block !important;
	}
	#custom-main  .margin-xs-auto {
		margin:0 auto !important;
	}
	#custom-main  .margin-xs-t0 {
		margin-top:0px !important;
	}
	#custom-main  .margin-xs-b10 {
		margin-bottom:10px !important;
	}
	#custom-main  .margin-xs-b15 {
		margin-bottom:15px !important;
	}
	#custom-main  .margin-xs-b20 {
		margin-bottom:20px !important;
	}
	#custom-main  .margin-xs-b30 {
		margin-bottom:30px !important;
	}
	#custom-main  .margin-xs-b40 {
		margin-bottom:40px !important;
	}
	#custom-main  .margin-xs-b50 {
		margin-bottom:50px !important;
	}
	#custom-main .padding-xs-t50 {
		padding-top:50px !important;
	}
	#custom-main .padding-xs-b50 {
		padding-top:50px !important;
	}
	#custom-main .text-xs-center {
		text-align:center !important;
	}
	#custom-main section.section-overlay {
		padding-top:50px !important;
	}
	#custom-main .map-list li {
		display:block;
	}
	#custom-main .map-list li:last-child {
		display:block;
		margin-bottom:0;
	}
	#custom-main .map-list li:after {
		display:none;
	}
	#custom-main .divider-right:after {
		display:none;
	}
}
#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 0px !important;
}
.demo-page-textarea {
    height: 150px !important;
    resize:none !important;
}








