﻿/*-----------------
Just a heading tag
------------------*/

h1 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  letter-spacing: -2px;
  font-size: 30px;
}

h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  letter-spacing: -2px;
  font-size: 30px;
}

h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  letter-spacing: -1.2px;
  font-size: 20px;
}

h4 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  letter-spacing: -1.2px;
  font-size: 25px;
}

.italic {
    font-style: italic;
}

.w600 {
   font-weight: 600;
}

.w500 {
   font-weight: 500;
}

w500 {
   font-weight: 600;
}

.cls {
  clear: both;
}

a {
	color: #007EA8; /* ## */
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

a:hover {
	color: #244D9E; /*#4093f4; #0da6d7;
	text-decoration: underline;*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.bak-jigsaw a {
	color: #9AF1F4;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.bak-jigsaw a:hover {
	color: #ffffff; /*#4093f4; #0da6d7;
	text-decoration: underline;*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

hr.forms {
    border-top: 1px dotted #1f438b;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

hr.help {
    border-top: 1px dotted #1f438b;
    margin: 5px 0 5px 0;
    padding: 0 0 5px 0;

}

.hrdiv {
    padding: 0;
    margin: 0;
}

.center {
    text-align: center;
}

.mp0 {
    margin: 0;
    padding: 0;
}

.sps-xs {
    height: 5px;
}

.sps-s {
    height: 10px;
}

.sps-m {
    height: 15px;
}

.sps-l {
    height: 20px;
}

.sps-xl {
    height: 25px;
}

.sps-xxl {
    height: 30px;
}

/* Portal */

.cust-info {
	background-color: #eee;
	padding: 20px;
	margin: 0 0 30px 0;
	-moz-box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}

.mr0 {
	margin-right: 0;
}

.list-bak {
	background-color: #eee;
	padding: 15px;
	margin-bottom: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: relative;	
	border-radius: 5px;
}

.new-bak {
    padding: 2%; 
    background-color:#eee; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 0 0 8px 0;
}

.list-head { 
    background-color: #555;
    color: #fff;
    font-weight: 500;
}

.no-list-style {
  list-style: none !important;
  padding-left: 0 !important;
}

.xxx,
.why-slidespace {
    display: none;
    float: left;
}

.list {		
	float: left;
	width: 25%
}

.payments {
	width: 900px;
	float:right;
	text-align: right;
	margin: 10px 20px 0 0;
}

.balance {
	width: 900px;
	float: right;
	text-align: right;
	margin: 10px 20px 0 0;
}

.payments h3, .balance h3 {
	font-size: 18px;
	margin-bottom: 0;
	padding: 0;
	line-height: 20px;
}

.payments h3 {
	color: green;
}

.exec {
	color: green;
}

xmp { margin: 0 0;  padding: 0 10px 0 10px; background: #efe; color: #fff; width: 940px; }
xmp:before { content: ""; display: block; height: 1em; margin: 0 -5px -2em -5px; }


button, .xdata {
	border: none;
	padding: 12px 10px 12px 10px;
	margin: 0 0 8px 0;
	cursor: pointer;
	background-color: #eee;
	/* float: left; */
	text-align: left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}


button:hover { 
    background-color: #555;
    color: #fff;
}

button:hover span {    
    color: #fff;
}

.green {
    color: #4CAF50;;
}

.sec-box {
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.4);
    padding: 15px;
    border: 1px #eee solid;
    margin: 0 0 30px 0;
}

.sec-box:hover {
    border: 1px #ddd solid;
}

.sec-box:hover i {
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	transform: rotateY(360deg);
	transition: transform 1s;
    transform-style: preserve-3d;
}

.red {
    color: #e60000;
}


/* Switchboard */

.sw-box {
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.4);
    padding: 15px;
    border: 1px #eee solid;
    margin: 0 0 30px 0;
}

.sw-box:hover {
    border: 1px #ddd solid;
}

.sw-box:hover i
{
    color: #0da6d7;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	transform: rotateY(360deg);
	transition: transform 1s;
    transform-style: preserve-3d;
}

.fa-style {
    color: #244D9E;
    font-size: 80px; 
    opacity: 0.8;
    -webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.fa-style-disabled {
    color: #aaaaaa;
    font-size: 80px; 
    opacity: 0.8;
    -webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.fa-s2 {
    font-size: 70px; 
    padding: 5px 0 5px 0;
}

.notes {
    overflow: hidden;
    border: 1px #ccc solid;
    border-radius: 20px;
    box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.4);
	padding: 20px;
	background-color: #fff;
	-moz-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.4);
}

.supply-address {
    overflow: hidden;
    border: 1px #ccc solid;
    border-radius: 10px;
    -moz-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;

    word-wrap: break-word; 
    overflow-wrap: break-word; 
    word-break: break-word;
}

.div-inshad {
    -moz-box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.9) inset, 0 -30px 30px -30px rgba(0, 0, 0, 0.0) inset;
    -webkit-box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.9) inset, 0 -30px 30px -30px rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.9) inset, 0 -30px 30px -30px rgba(0, 0, 0, 0.9) inset;
}


.help-section-padding {
    padding: 90px 0 0 0;
}

.brand-padding {
    padding: 50px 0 40px 0;
}

.br-logo {
    padding: 0 0 10px 0;
}


.rot20 {
    transform: rotate(-10deg);
}

/* Eye Divider Icons */

.fa-style-eye {
    color: white;
    font-size: 160px; 
    opacity: 0.4;
    -webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.fa-style-info {
    color: white;
    font-size: 80px; 
    opacity: 0.4;
    -webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}


.fa-style-pay {
    color: green;
    font-size: 160px; 
    -webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}


.fa-fs {
   font-size: 60px;
}

/* Form Link Boxes */

.form-link {
    background-colorx: #84b590;
    padding: 10px 0;
    border-radius: 10px;
    border: 1px #45a049 solid;
    box-shadow: 10px 15px 30px -10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.2);
    
}

.form-link:hover {
    background-color: #45a049;
    padding: 10px 0;
    border-radius: 10px;
}

.formbox {
    margin-bottom: 15px;
    
}

.formbox a {
    colorx: #ffffff ;    
}

.formbox a:hover {
    color: #9bfab2;
}


/* Text Form Button */

.text-button {
   border: none;
   background-color: transparent;
   cursor: pointer;
   padding: 0;
   margin-bottom: 0;   
   color: #0da6d7;  
}

.text-button:hover {
    color: #1b4298;
}

/* Check */

.tick:after
{content:'\2713';
  display:inline-block;
  color:green;
  padding:0 6px 0 0;
  }
.tick {list-style-type:none; font-size:1em; float: left;}

/* ################ */


*:before, *:after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
}

input:focus {
  box-shadow: none;
  outline: 0;
}
inputx[type=text] {
  width: 400px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

/* Preloader */

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 164px;
  height: 164px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 0.5; /* 1 */
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/* Forms */

.home-form {
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.4);
    padding: 20px;
    background-color: #ffffff;
}

.signin-form {
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.7);
    box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.7);
    padding: 20px;
    background-color: #ffffff;
}

.portal-form {
    overflow: hidden;
    border-radius: 20px;
    -webkit-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.4);
    padding: 25px 10px 10px 10px;
}


.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.padl0 {
    padding-left: 0 !important;
}


/* Radio Buttons */

.control {    
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    padding-top: 0;
    cursor: pointer;
    color: #000;
    font-weight: 300;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.control-radio .control_indicator {
    border-radius: 50%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #19ac50;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-radio .control_indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ffffff;
}
.control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}

/* Check Boxes */

.cbox {
  display: block;
  position: relative;
  padding-left: 40px;
  margin: 0 0 12px 0;  
  cursor: pointer;
  font-sizex: 22px;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin-top: 3px;
  background: #e6e6e6;
  border: 0px solid #000000;
  border-radius: 6px;  
}

.cbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.cbox input:checked ~ .checkmark {
  background-color: #244D9E;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cbox input:checked ~ .checkmark:after {
  display: block;
}

.cbox .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* */

.green {
    color: #1f438b;
}

.darkorange { 
    color: #1f438b;
}
.darkred{
  color: #1f438b;
}
.test-data {
    color: #1175ab;
    color: #C71585;
}

/*
input[type=password], input[type=text], input[type=date], input[type=number], input[type=email], select, textarea {
    width: 100%;
    padding: 10px 18px;
    margin: 0 0 15px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    border-left: 5px solid;
    transition: border-color .5s ease-out;
    outline: none;
}

.loginform input:optional {
  border-left-color: palegreen;
}

.loginform input:required:valid, select:required:valid, textarea:required:valid {
  border-left-color: palegreen;
}

.loginform input:invalid, select:invalid, textarea:invalid {
  border-left-color: salmon;
}

.loginform input:required:valid {
  background: url("../images/green-tick-small.png") no-repeat 95% 50%;
  background-size: 20px;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 12px 18px;
    margin: 8px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

input[type=submitx]:hover {
    background-color: #45a049;
}
*/
.g-recaptcha {
   margin: 0 0 5px 0 auto !important;
   width: auto !important;
   height: auto !important;
   text-align: -webkit-center;
   text-align: -moz-center;
   text-align: -o-center;
   text-align: -ms-center;
}

.caleran-disabled {
color: darkorange !important;
}

/* */

/****
*Blog-area
*****/

.single-blog {
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.1);

}

.single-blog h3 {
    font-size: 18px;
}


.single-blog .blog-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.single-blog .blog-meta li {
    display: inline-block;
    margin-right: 15px;
}

.single-blog .blog-meta li span {
    margin-right: 5px;
}

.single-blog .blog-content {
    padding: 40px 20px;
    background-color: #ffffff
}

.navbar-center {
    margin: 0 auto !important;
}

/* Why/Who Boxes */

.whybox {
    background: #4EC3D5;
    position: relative;
    min-height: 400px;
    color: #ffffff;
    border-radius: 20px;
    margin: 0 0 10px 0;
}

.vertical-center {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px 0 20px;
}

.vertical-center p {
    margin: 0;
}

.whobox {
    overflow: hidden;
    border: 1px #4EC3D5 solid;
    border-radius: 20px;
    margin: 0 0 20px 0;
    box-shadow: 10px 15px 30px -10px rgba(0, 0, 0, 0.4);
	padding: 10px;
	background-color: #fff;
	-moz-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.4);
}

.footer-bottom a,
.footer-bottom a:visited {
    list-style: none;
    font-size: 12px;
    color: #ffffff;
    margin-right: 15px;
}

.footer-bottom a:hover {
    color: #b2e6f7;
}

.inline-block-margin {
  display: inline-block;
  margin-right: 15px;
}

/* FAQ Lists */

ul.a {
  list-style: none;
}

ul.a  {
padding-left: 30px !important;
}

ul.a li::before {
  content: "\2022";
  color: #244D9E;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

ul.a li {
/* list-style-type: disc !important;
list-style-position: outside !important; */
padding: 5px 0 !important;
margin: 0 !important;
}

/* Table */

#outer {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 10px;
}
.itemwrapper {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.itemwrapper img {
  max-width: 100%;
  height: auto;
}

/* Scroll Top */

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 10px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

/* Video Responsive */

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
    margin-top: 15px;
}
.iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
} 

/* Video Modal ##

.modal-dialog {
      max-width: 800px;
      marginx: 300px auto;
      margin-top: 100px;
}

.modal-body {
  position:relative;
  padding:0px;  
}

.close {
  position:absolute;
  rightx:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:10;
}
*/
