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

 
/***************************************************indexpage*********************************************************/

body {
      font-family: 'Cabin', sans-serif;
	 
	font-style: normal;
	font-size: 14px;
 
 
}
ul {
	padding: 0;
	margin: 0;
}

a:focus, a:hover {
	color: #fff;
	text-decoration: none;
	outline: none;
}
.mont {
	font-family: 'Mont ExtraLight DEMO';
}
/****************
  text
***************/
 
.text-white {
	color: #ffffff !important;
}
.text-black {
	color: #000000 !important;
}
.theme-col-1 {
	color: #3bc8a3;
}
.theme-col-2 {
color: #3dd2fa;
}
.theme-col-3 {
	color: #e0f5fa !important;
}
.theme-blue {
	color: #53bcff;
}
.dark-bl {
	color: #142e64;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 80px;
	font-style: normal;
}
h2 {
	font-size: 48px;
	font-style: normal;
}
h3 {
	font-size: 44px;
	font-style: normal;
}
h4 {
	font-size: 25px;
	font-style: normal;
}
h5 {
	font-size: 19px;
	font-style: normal;
}
h6 {
	font-size: 16px;
	font-style: normal;
	line-height: 23px;
}
p {
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
}
.fw-1 {
	font-weight: 100;
}
.fw-2 {
	font-weight: 200;
}
.fw-3 {
	font-weight: 300;
}
.fw-4 {
	font-weight: 400;
}
.fw-5 {
	font-weight: 500;
}
.fw-6 {
	font-weight: 600;
}
.fw-7 {
	font-weight: 700;
}
.fw-8 {
	font-weight: 800;
}
.fw-9 {
	font-weight: 900;
}
/****************
  text
***************/
 
 
/*********background*******************/
 
 
.bg1 {
	background: url(../images/bg1.jpg) no-repeat right;
	background-size:cover;
}
.bg2 {
	background: #fff url(../images/bg2.jpg) no-repeat center;
 
} 
 .bg3 {
	background: #fff url(../images/bg3.png) no-repeat right;
 
}
 .bg4{
	background: #fff url(../images/bg4.jpg) no-repeat right;
		background-size:cover;
 
}

 .bg5{
	background: #fff url(../images/bg51.jpg) no-repeat right;
		background-size:cover;
 
}

.bg9{
	background: #fff url(../2195669.jpg) no-repeat right;
		background-size:cover;
 
}


.form-bg {
	background: url(../images/form-bg.jpg) no-repeat;
	background-size: cover;
}
 
  footer{
	background: #fff url(../images/bg5.jpg) no-repeat;
		background-size:cover;
 
}

/*********placeholder*******************/

 

.form_block ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #fff;
opacity:1;
}
.form_block ::-moz-placeholder { /* Firefox 19+ */
color: #fff;
opacity:1;
}
.form_block ::-ms-input-placeholder { /* IE 10+ */
color: #fff;
opacity:1;
}
.form_block ::-moz-placeholder { /* Firefox 18- */
color: #fff;
opacity:1;
}
/****************
     button
***************/
.btn, .sbmt {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 22px;
	text-transform: capitalize;
	text-align: inherit;
	padding: 10px 30px;
	font-weight: 600;
	text-align: center;
	border-radius: 8px;
	border: none;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
/**************** button-primary***************/
 
 
 
.btn-primary, .sbmt {
  background: rgb(67,224,184);
background: -moz-linear-gradient(356deg, rgba(67,224,184,1) 0%, rgba(52,176,142,1) 100%);
background: -webkit-linear-gradient(356deg, rgba(67,224,184,1) 0%, rgba(52,176,142,1) 100%);
background: linear-gradient(356deg, rgba(67,224,184,1) 0%, rgba(52,176,142,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#43e0b8",endColorstr="#34b08e",GradientType=1); 
}
.btn-primary:hover, .sbmt:hover {
	background: rgba(86,216,236,1);
	background: -moz-linear-gradient(top, rgba(86,216,236,1) 0%, rgba(27,107,182,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(86,216,236,1)), color-stop(100%, rgba(27,107,182,1)));
	background: -webkit-linear-gradient(top, rgba(86,216,236,1) 0%, rgba(27,107,182,1) 100%);
	background: -o-linear-gradient(top, rgba(86,216,236,1) 0%, rgba(27,107,182,1) 100%);
	background: -ms-linear-gradient(top, rgba(86,216,236,1) 0%, rgba(27,107,182,1) 100%);
	background: linear-gradient(to bottom, rgba(86,216,236,1) 0%, rgba(27,107,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56d8ec', endColorstr='#1b6bb6', GradientType=0 );
}
.btn-primary.focus, .btn-primary:focus, .sbmt:focus {
	color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
	color: #fff;
	border-color: #fff;
}
.btn-primary:hover, .sbmt:hover {
	color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #212880;
	border-color: #fff;
}
/**************** button-secondary***************/
.btn-secondary {
	border: none;
 
 
background: rgba(0,136,233,1);
background: -moz-linear-gradient(top, rgba(0,136,233,1) 0%, rgba(52,185,233,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,136,233,1)), color-stop(100%, rgba(52,185,233,1)));
background: -webkit-linear-gradient(top, rgba(0,136,233,1) 0%, rgba(52,185,233,1) 100%);
background: -o-linear-gradient(top, rgba(0,136,233,1) 0%, rgba(52,185,233,1) 100%);
background: -ms-linear-gradient(top, rgba(0,136,233,1) 0%, rgba(52,185,233,1) 100%);
background: linear-gradient(to bottom, rgba(0,136,233,1) 0%, rgba(52,185,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e9', endColorstr='#34b9e9', GradientType=0 );

 
	color: #fff;
 
 
}
.btn-secondary:hover {
	color: #fff !important;
 
background: rgba(52,185,233,1);
background: -moz-linear-gradient(top, rgba(52,185,233,1) 0%, rgba(0,136,233,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(52,185,233,1)), color-stop(100%, rgba(0,136,233,1)));
background: -webkit-linear-gradient(top, rgba(52,185,233,1) 0%, rgba(0,136,233,1) 100%);
background: -o-linear-gradient(top, rgba(52,185,233,1) 0%, rgba(0,136,233,1) 100%);
background: -ms-linear-gradient(top, rgba(52,185,233,1) 0%, rgba(0,136,233,1) 100%);
background: linear-gradient(to bottom, rgba(52,185,233,1) 0%, rgba(0,136,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34b9e9', endColorstr='#0088e9', GradientType=0 );

 
}
.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: none;
	color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	color: #fff !important;
background-color: #2aa4f3;
	border-color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: none;
}
/*****************btn-info*****************/

.btn-info.focus, .btn-info:focus {
	color: #fff;
	box-shadow: none;
}
.btn-info {
	min-width: 150px;
	color: #fff;
	border-radius: 50px;
	border-radius: 10px;
	font-family: 'Open Sans', sans-serif;
	background: #23297d;
	border: 3px solid #000;
}
.btn-info:hover {
	color: #000;
	background-color: #ffffff;
	border-color: #000;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
	color: #fff;
	background: #8f49f9;
	border: #8f49f9;
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: none !important;
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
	box-shadow: none;
}
/*****************btn-dark*****************/
.btn-dark {
	color: #4d6668 !important;
	background-color: #fff;
	border-color: #fff;
}
.btn-dark:hover {
	color: #fff !important;
	background-color: #4d6668;
	border-color: #4d6668;
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
	color: #fff !important;
	background-color: #4d6668;
	border-color: #4d6668;
}
.btn-dark.focus, .btn-dark:focus {
	box-shadow: none;
}
 /*****************table*****************/
 
/*****************table*****************/

table {
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0 5px;
	width: 100%;
}
 
table tbody tr td {
	padding: 9px 35px;
}
 
table tbody tr:nth-child(2n) {
	width: 100%;
	background: #0d3f87;
	color: #fff;
}
th {
	padding: 10px 36px;
	color: #fff;
	font-size: 16px;
 
 font-weight: bold;
 
 
 background: rgba(0,136,233,1);
background: -moz-linear-gradient(top, rgba(0,136,233,1) 0%, rgba(52,185,233,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,136,233,1)), color-stop(100%, rgba(52,185,233,1)));
background: -webkit-linear-gradient(top, rgba(0,136,233,1) 0%, rgba(52,185,233,1) 100%);
background: -o-linear-gradient(top, rgba(0,136,233,1) 0%, rgba(52,185,233,1) 100%);
background: -ms-linear-gradient(top, rgba(0,136,233,1) 0%, rgba(52,185,233,1) 100%);
background: linear-gradient(to bottom, rgba(0,136,233,1) 0%, rgba(52,185,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e9', endColorstr='#34b9e9', GradientType=0 );
}
table tbody tr td {
	font-size: 15px;
 
	white-space: nowrap;
	padding: 8px;
	 
	border-radius: inherit;
	padding: 11px 35px;
}
.sel-transact .select-options {
	height: 180px;
	overflow-y: scroll;
}.col-xl-5 .sel-transact .select-options {
	height: auto;
	overflow-y: scroll;
}
.owl-carousel .owl-item img {
	 
	width: auto;
	 
}
 table tbody tr td.htd {
	padding: 0;
}
 table tbody tr td:nth-child(2n) i {
	color: #fff !important;
}
 

table tbody tr td i {
	padding-right: 5px;
}
table tbody tr td i {
	padding-right: 5px;
}
/*****************textara*****************/
textarea {
	width: 100%;
 font-size: 16px;
	min-height: 115px;
	border: none;
	transition: .3s;
	resize: none;
	outline: none;
	padding-right: 55px;
	padding-top: 20px;
	background: #fff;
	padding-left: 15px;
	padding-top: 10px;
	color: #fff;
 background: rgba(0,81,174,1);
background: -moz-linear-gradient(left, rgba(0,81,174,1) 0%, rgba(20,49,107,1) 51%, rgba(8,31,75,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,81,174,1)), color-stop(51%, rgba(20,49,107,1)), color-stop(100%, rgba(8,31,75,1)));
background: -webkit-linear-gradient(left, rgba(0,81,174,1) 0%, rgba(20,49,107,1) 51%, rgba(8,31,75,1) 100%);
background: -o-linear-gradient(left, rgba(0,81,174,1) 0%, rgba(20,49,107,1) 51%, rgba(8,31,75,1) 100%);
background: -ms-linear-gradient(left, rgba(0,81,174,1) 0%, rgba(20,49,107,1) 51%, rgba(8,31,75,1) 100%);
background: linear-gradient(to right, rgba(0,81,174,1) 0%, rgba(20,49,107,1) 51%, rgba(8,31,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0051ae', endColorstr='#081f4b', GradientType=1 );
	border-radius: 10px;
}
/*********input*******************/

input[type="submit"] {
	border: none;
	outline: none !important;
}
input[type="radio"] {
	margin: 0 5px 0 0;
}
input[type="checkbox"] {
	margin: 0 5px 0 0;
}
.calc_info input[type="text"], .calc_info input[type="email"], .calc_info input[type="password"], .calc_info input[type="number"] {
	border-radius: 10px;
	height: 42px;
	background: #312436;
}
 input[type="text"], input[type="email"], input[type="password"], input[type="number"] {
	width: 100%;
	border: none;
	transition: .3s;
	outline: none;
	appearance: none;
	padding-top: 0px;
	height: 50px;
	color: #fff;
	padding-top: 0;
	font-weight: 400;
	border-radius: 5px;
	padding-right: 40px;
	font-size: 17px;
	padding-left: 20px;
	background: rgba(0,81,174,1);
	background: -moz-linear-gradient(left, rgba(0,81,174,1) 0%, rgba(20,49,107,1) 51%, rgba(8,31,75,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,81,174,1)), color-stop(51%, rgba(20,49,107,1)), color-stop(100%, rgba(8,31,75,1)));
	background: -webkit-linear-gradient(left, rgba(0,81,174,1) 0%, rgba(20,49,107,1) 51%, rgba(8,31,75,1) 100%);
	background: -o-linear-gradient(left, rgba(0,81,174,1) 0%, rgba(20,49,107,1) 51%, rgba(8,31,75,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,81,174,1) 0%, rgba(20,49,107,1) 51%, rgba(8,31,75,1) 100%);
	background: linear-gradient(to right, rgba(0,81,174,1) 0%, rgba(20,49,107,1) 51%, rgba(8,31,75,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0051ae', endColorstr='#081f4b', GradientType=1 );
}
input[type="text"]:active, input[type="email"]:active, input[type="password"]:active, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
}
input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}
/*****************select*****************/
 
.custom-select:focus {
	box-shadow: none;
}
option {
	color: #000;
}


/************************************************Select *****************************************************/

 
.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}
.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #fff;
	width: 100%;
}
.select-styled:hover {
	background-color: #044886;
}
.select-styled:active, .select-styled.active {
	background-color: #044886;
}
.select-styled:active:after, .select-styled.active:after {
	top: 9px;
	border-color: transparent transparent #fff transparent;
}
.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #1669af;
}
.select-options li {
	margin: 0;
	padding: 10px 10px;
	text-indent: 15px;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	text-align: left;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}
.select-options li:hover {
	color: #fff;
	background: #3bc0e8;
}
.select-options li[rel="hide"] {
	display: none;
}
.select-options li:last-child {
	border: none;
}
.select-styled {
	
background: url(../images/select-drp.png) no-repeat center right 20px,rgba(0,81,174,1);
background: url(../images/select-drp.png) no-repeat center right 20px,-moz-linear-gradient(left, rgba(0,81,174,1) 0%, rgba(20,49,107,1) 51%, rgba(8,31,75,1) 100%);
background: url(../images/select-drp.png) no-repeat center right 20px,-webkit-gradient(left top, right top, color-stop(0%, rgba(0,81,174,1)), color-stop(51%, rgba(20,49,107,1)), color-stop(100%, rgba(8,31,75,1)));
background: url(../images/select-drp.png) no-repeat center right 20px,-webkit-linear-gradient(left, rgba(0,81,174,1) 0%, rgba(20,49,107,1) 51%, rgba(8,31,75,1) 100%);
background: url(../images/select-drp.png) no-repeat center right 20px,-o-linear-gradient(left, rgba(0,81,174,1) 0%, rgba(20,49,107,1) 51%, rgba(8,31,75,1) 100%);
background: url(../images/select-drp.png) no-repeat center right 20px,-ms-linear-gradient(left, rgba(0,81,174,1) 0%, rgba(20,49,107,1) 51%, rgba(8,31,75,1) 100%);
background: url(../images/select-drp.png) no-repeat center right 20px,linear-gradient(to right, rgba(0,81,174,1) 0%, rgba(20,49,107,1) 51%, rgba(8,31,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0051ae', endColorstr='#081f4b', GradientType=1 );


	 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	font-size: 18px;
	padding-left: 20px;
	outline: none !important;
 padding-top: 13px;
 
	color: #fff;
	font-weight: 500;
	height: 53px;
	text-align: left;
	border-radius: 5px;
}

.transact_box {
	margin: 10px 0;
}
ul {
	padding: 0;
}
a:focus, a:hover {
	text-decoration: none;
}
.mts {
	font-family: 'Open Sans', sans-serif;
}
.uc {
	text-transform: uppercase;
}
.lc {
	text-transform: lowercase;
}
.cap {
	text-transform: capitalize;
}
/***************************
margin
****************************/

.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-110 {
	margin-top: 110px;
}
.mt-120 {
	margin-top: 120px;
}
.mt-130 {
	margin-top: 130px;
}
.mt-140 {
	margin-top: 140px;
}
.mt-150 {
	margin-top: 150px;
}
.mt-160 {
	margin-top: 160px;
}
.mt-170 {
	margin-top: 170px;
}
.mt-180 {
	margin-top: 180px;
}
.mt-190 {
	margin-top: 190px;
}
.mt-200 {
	margin-top: 200px;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-110 {
	margin-bottom: 110px;
}
.mb-120 {
	margin-bottom: 120px;
}
.mb-130 {
	margin-bottom: 130px;
}
.mb-140 {
	margin-bottom: 140px;
}
.mb-150 {
	margin-bottom: 150px;
}
.mb-160 {
	margin-bottom: 160px;
}
.mb-170 {
	margin-bottom: 170px;
}
.mb-180 {
	margin-bottom: 180px;
}
.mb-190 {
	margin-bottom: 190px;
}
.mb-200 {
	margin-bottom: 200px;
}
.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-40 {
	margin-left: 40px;
}
.ml-50 {
	margin-left: 50px;
}
.ml-60 {
	margin-left: 60px;
}
.ml-70 {
	margin-left: 70px;
}
.ml-80 {
	margin-left: 80px;
}
.ml-90 {
	margin-left: 90px;
}
.ml-100 {
	margin-left: 100px;
}
.ml-110 {
	margin-left: 110px;
}
.ml-120 {
	margin-left: 120px;
}
.ml-130 {
	margin-left: 130px;
}
.ml-140 {
	margin-left: 140px;
}
.ml-150 {
	margin-left: 150px;
}
.ml-160 {
	margin-left: 160px;
}
.ml-170 {
	margin-left: 170px;
}
.ml-180 {
	margin-left: 180px;
}
.ml-190 {
	margin-left: 190px;
}
.ml-200 {
	margin-left: 200px;
}
.mr-5 {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-30 {
	margin-right: 30px;
}
.mr-40 {
	margin-right: 40px;
}
.mr-50 {
	margin-right: 50px;
}
.mr-60 {
	margin-right: 60px;
}
.mr-70 {
	margin-right: 70px;
}
.mr-80 {
	margin-right: 80px;
}
.mr-90 {
	margin-right: 90px;
}
.mr-100 {
	margin-right: 100px;
}
.mr-110 {
	margin-right: 110px;
}
.mr-120 {
	margin-right: 120px;
}
.mr-130 {
	margin-right: 130px;
}
.mr-140 {
	margin-right: 140px;
}
.mr-150 {
	margin-right: 150px;
}
.mr-160 {
	margin-right: 160px;
}
.mr-170 {
	margin-right: 170px;
}
.mr-180 {
	margin-right: 180px;
}
.mr-190 {
	margin-right: 190px;
}
.mr-200 {
	margin-right: 200px;
}
/***************************
padding
****************************/
.pb-5 {
	padding-bottom: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-110 {
	padding-top: 110px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-130 {
	padding-top: 130px;
}
.pt-140 {
	padding-top: 140px;
}
.pt-150 {
	padding-top: 150px;
}
.pt-160 {
	padding-top: 160px;
}
.pt-170 {
	padding-top: 170px;
}
.pt-180 {
	padding-top: 180px;
}
.pt-190 {
	padding-top: 190px;
}
.pt-200 {
	padding-top: 200px;
}
.ptb-20 {
	padding: 20px 0;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pb-130 {
	padding-bottom: 130px;
}
.pb-140 {
	padding-bottom: 140px;
}
.pb-150 {
	padding-bottom: 150px;
}
.pb-160 {
	padding-bottom: 160px;
}
.pb-170 {
	padding-bottom: 170px;
}
.pb-180 {
	padding-bottom: 180px;
}
.pb-190 {
	padding-bottom: 190px;
}
.pb-200 {
	padding-bottom: 200px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-40 {
	padding-left: 40px;
}
.pl-50 {
	padding-left: 50px;
}
.pl-60 {
	padding-left: 60px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-80 {
	padding-left: 80px;
}
.pl-90 {
	padding-left: 90px;
}
.pl-100 {
	padding-left: 100px;
}
.pl-110 {
	padding-left: 110px;
}
.pl-120 {
	padding-left: 120px;
}
.pl-130 {
	padding-left: 130px;
}
.pl-140 {
	padding-left: 140px;
}
.pl-150 {
	padding-left: 150px;
}
.pl-160 {
	padding-left: 160px;
}
.pl-170 {
	padding-left: 170px;
}
.pl-180 {
	padding-left: 180px;
}
.pl-190 {
	padding-left: 190px;
}
.pl-200 {
	padding-left: 200px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-40 {
	padding-right: 40px;
}
.pr-50 {
	padding-right: 50px;
}
.pr-60 {
	padding-right: 60px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-80 {
	padding-right: 80px;
}
.pr-90 {
	padding-right: 90px;
}
.pr-100 {
	padding-right: 100px;
}
.pr-110 {
	padding-right: 110px;
}
.pr-120 {
	padding-right: 120px;
}
.pr-130 {
	padding-right: 130px;
}
.pr-140 {
	padding-right: 140px;
}
.pr-150 {
	padding-right: 150px;
}
.pr-160 {
	padding-right: 160px;
}
.pr-170 {
	padding-right: 170px;
}
.pr-180 {
	padding-right: 180px;
}
.pr-190 {
	padding-right: 190px;
}
.pr-200 {
	padding-right: 200px;
}
.ptb-10 {
	padding: 10px 0;
}
.ptb-20 {
	padding: 20px 0;
}
.ptb-30 {
	padding: 30px 0;
}
.ptb-40 {
	padding: 40px 0;
}
.ptb-50 {
	padding: 50px 0;
}
.mtb-40 {
	margin: 40px 0;
}
.ptb-60 {
	padding: 60px 0;
}
.ptb-70 {
	padding: 70px 0;
}
.ptb-80 {
	padding: 80px 0;
}
.ptb-90 {
	padding: 90px 0;
}
.ptb-100 {
	padding: 100px 0;
}
.ptb-110 {
	padding: 110px 0;
}
.ptb-120 {
	padding: 120px 0;
}
.ptb-130 {
	padding: 130px 0;
}
.ptb-140 {
	padding: 140px 0;
}
.ptb-150 {
	padding: 150px 0;
}
.ptb-160 {
	padding: 160px 0;
}
.ptb-170 {
	padding: 170px 0;
}
.ptb-180 {
	padding: 180px 0;
}
.ptb-190 {
	padding: 190px 0;
}
.ptb-200 {
	padding: 200px 0;
}
.plr-10 {
	padding: 0 10px;
}
.plr-20 {
	padding: 0 20px;
}
.plr-30 {
	padding: 0 30px;
}
.plr-40 {
	padding: 0 40px;
}
.plr-50 {
	padding: 0 50px;
}
.plr-60 {
	padding: 0 60px;
}
.plr-70 {
	padding: 0 70px;
}
.plr-80 {
	padding: 0 80px;
}
.plr-90 {
	padding: 0 90px;
}
.plr-100 {
	padding: 0 100px;
}
.plr-110 {
	padding: 0 110px;
}
.plr-120 {
	padding: 0 120px;
}
.plr-130 {
	padding: 0 130px;
}
.plr-140 {
	padding: 0 140px;
}
.plr-150 {
	padding: 0 150px;
}
.plr-160 {
	padding: 0 160px;
}
.plr-170 {
	padding: 0 170px;
}
.plr-180 {
	padding: 0 180px;
}
.plr-190 {
	padding: 0 190px;
}
.plr-200 {
	padding: 0 200px;
}
/***************************
reset-0 margin, padding
****************************/

.m-0 {
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}
.p-0 {
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.pr-0 {
	padding-right: 0 !important;
}
/***************************
background-color
****************************/

.bg-white {
	background-color: #ffffff;
}
.bg-black {
	background-color: #000000;
}
/***************************
box-shadow, border none
****************************/
.bxs-none {
	box-shadow: none !important;
}
.bdr-none {
	border: none !important;
}
/***************************
before-after-none
****************************/

.bf-none:before {
	display: none !important;
}
.af-none:after {
	display: none !important;
}
.bf-af-none:before, .bf-af-none:after {
	display: none !important;
}
/***************************
width-100%, height-100%
****************************/

.w-100 {
	width: 100%;
}
.h-100 {
	height: 100%;
}
/***************************
display
****************************/

.dib {
	display: inline-block;
}
.di {
	display: inline;
}
.dli {
	display: list-item;
}
.db {
	display: block;
}
.dn {
	display: none;
}
/********************
position-property
*********************/

.pos-rel {
	position: relative;
}
.pos-abs {
	position: absolute;
}
.pos-st {
	position: static;
}
.pos-inh {
	position: inherit;
}
.pos-fix {
	position: fixed;
}
/********************
z-index
*********************/

.z-ind-10 {
	z-index: -10;
}
.z-ind-9 {
	z-index: -9;
}
.z-ind-8 {
	z-index: -8;
}
.z-ind-7 {
	z-index: -7;
}
.z-ind-6 {
	z-index: -6;
}
.z-ind-5 {
	z-index: -5;
}
.z-ind-4 {
	z-index: -4;
}
.z-ind-3 {
	z-index: -3;
}
.z-ind-2 {
	z-index: -2;
}
.z-ind-1 {
	z-index: -1;
}
.z-ind0 {
	z-index: 0;
}
.z-ind1 {
	z-index: 1;
}
.z-ind2 {
	z-index: 2;
}
.z-ind3 {
	z-index: 3;
}
.z-ind4 {
	z-index: 4;
}
.z-ind5 {
	z-index: 5;
}
.z-ind6 {
	z-index: 6;
}
.z-ind7 {
	z-index: 7;
}
.z-ind8 {
	z-index: 8;
}
.z-ind9 {
	z-index: 9;
}
.z-ind10 {
	z-index: 10;
}
.z-ind-inh {
	z-index: inherit;
}
.z-ind-auto {
	z-index: auto;
}
/***************************
transitions
****************************/

.tsn1 {
	transition: all .1s ease-in-out !important;
	-webkit-transition: all .1s ease-in-out !important;
	-moz-transition: all .1s ease-in-out !important;
	-o-transition: all .1s ease-in-out !important;
}
.tsn2 {
	transition: all .2s ease-in-out !important;
	-webkit-transition: all .2s ease-in-out !important;
	-moz-transition: all .2s ease-in-out !important;
	-o-transition: all .2s ease-in-out !important;
}
.tsn3 {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
}
.tsn4 {
	transition: all .4s ease-in-out !important;
	-webkit-transition: all .4s ease-in-out !important;
	-moz-transition: all .4s ease-in-out !important;
	-o-transition: all .4s ease-in-out !important;
}
.tsn5 {
	transition: all .5s ease-in-out !important;
	-webkit-transition: all .5s ease-in-out !important;
	-moz-transition: all .5s ease-in-out !important;
	-o-transition: all .5s ease-in-out !important;
}





.faq_accordian{ width:100%;}
.faq_accordian .accordion-toggle{ cursor:pointer; margin:10px 0 0 0;}
.faq_accordian .accordion-toggle.active {
  background: #40c6a3;
	color: #fff;
}
.faq_accordian .accordion h4 {
	font-size: 15px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
/*	white-space: nowrap;*/
	display: inline-block;
	width: 100%;
	font-weight: 600;
	padding: 13px 45px 13px 10px;
	background: linear-gradient(-45deg, #074fa4, #0d2456, #70d5fd, #074fa4 );
	
	
	animation: gradientBG 10s ease infinite;
 
    background-size: auto;
background-size: 400% 400%;
	
	
	

}





@-webkit-keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.faq_accordian .accordion-content{display: none;} 
.faq_accordian .accordion-content p{ width:100%; display:inline-block; font-size: 14px;
color: #000;   line-height:30px;
background:#f0eeee; padding: 20px 10px;}

.faq_accordian .accordion .open {display: block;}





.news-sec h4 {
	margin-bottom: 16px;
	color: #da9e13;
	font-size: 23px;
	text-transform: capitalize;
}

.news-sec h4 a {
	color: #da9e13;
	font-size: 21px;
}

.news-sec small {
background-color: #6734e9;
	color: #ffffff;
	padding: 5px;
	margin-top: 20px;
	display: inline-block;
}

.news-sec p {
    font-size: 15px;
    font-weight: 500;
}

 
.news-sec.full_detail {
	min-height: inherit;
}
.news-sec h4 {
	margin-bottom: 16px;
	color: #00a188;
	font-size: 23px;
	text-transform: capitalize;
}

.news-sec h4 a {
color: #00a188 !important;
	font-size: 21px;

background: -webkit-linear-gradient(#2cb793, #7ef5d6);
    background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;


}
.news-sec small {
    background-color: #c40f0f;
    color: #ffffff;
    padding: 5px;
    margin-top: 20px;
    display: inline-block;
    font-size: 14px;
		background: linear-gradient(-45deg, #cd48c5, #cd48c5, #d86bd1, #d86bd1 );
		 
    background-size: auto;
animation: gradientBG 10s ease infinite;
 
background-size: 400% 400%;
}
.news-sec p {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	line-height: 23px;
}
.news-sec {
	background-color: #152c62;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	margin: 5px 0;
	min-height: 383px;
}
.news-sec-details {
    min-height: inherit;
}
table .btn {
	font-size: 12px;
	min-width: inherit;
	height: auto;
	padding: 6px 9px;
}.reftextarea {
	min-height: inherit;
	margin-bottom: 15px;
}