body {
   font-family: 'Roboto', sans-serif;
   font-size: 14px;
   font-weight: 400;
   color: #090d17;
}

ol.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #fff;
  }

.font-weight-300 {
	font-weight: 300 !important;
}

.font-weight-400 {
	font-weight: 400;
}

.font-weight-500 {
	font-weight: 500 !important;
}

.font-weight-700 {
	font-weight: 700 !important;
}

.img-responsive {
    margin: 0 auto;
}

/* WELCOME AREA START */
.welcome {
    background-image: url(../img/welcome.jpg);
    background-position: center bottom;
    padding-bottom: 100px;
}

@media (max-width: 1199.98px) {
    .welcome {
    padding-bottom: 160px;
}
.title {
	min-height: 48px;
}
}

.site-intro-content h1 {
    font-weight: 700;
    font-size: 50px;
    text-shadow: 1px 1px 4px rgba(2, 3, 3, 0.25);
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left !important;
    color: #ffffff;
    line-height: 48px;
}

.site-intro-content p {
    text-shadow: 1px 1px 1px rgba(2, 3, 3, 0.5);
    margin-bottom: 30px;
    font-size: 21px;
    color: #ffffff;
    font-weight: 300 !important;
}

/* WELCOME AREA END */

/* BUTTONS START */
.button-main {
    color: #190A32;
    font-weight: 700;
    background: #FFF;
    border: none;
    padding: 14px 28px;
    top: 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50px;
    outline: none !important;
    font-weight: 700;
}

.button-main:hover {
    background: rgba(205, 15, 216, 0.5);
    color: #fff;
    opacity: 1;
    text-decoration: none;
    outline: none;
}

.button-main:focus {
    text-decoration: none;
    color: #fff;
    background: rgba(205, 15, 216, 0.5);
    outline: none;
}

.button-main:active {
    text-decoration: none;
    color: #fff;
    background: rgba(205, 15, 216, 0.5);
    outline: none;
}

.button-info{
	background: #ffffff;
	border-radius: 8px;
	color: #dedede;
	padding: 10px 16px;
	box-shadow: 0 5px 16px 0 rgba(50,132,229,.16);
}

.button-back {
	color: #707070;
}

.button-back:hover,.button-back:active, .button-back:focus {
	color: #707070 !important;
	    text-decoration: none;
    outline: none;
}

.button-back i {
	font-size: 20px;
}

.service-btn {
    color: #6858db;
    background: transparent;
    font-weight: 700;
    border: 1px solid #6858db;
    padding: 10px 30px;
    top: 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50px;
    outline: none !important;
    font-weight: 700;
}

.service-btn:hover {
    background-color: #6858db;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}



.service-btn:active {
    text-decoration: none;
    background-color: #6858db;
    color: #ffffff;
    outline: none;
}

.button-main i {
    margin-right: 5px;
}

/* BUTTONS END */

/* Paddings & Margins Start */
/* padding top */
.pt-5px {
    padding-top: 5px;
}

.pt-10px {
    padding-top: 10px;
}

.pt-15px {
    padding-top: 15px;
}

.pt-20px {
    padding-top: 20px;
}

.pt-25px {
    padding-top: 25px;
}

.pt-30px {
    padding-top: 30px;
}

.pt-35px {
    padding-top: 35px;
}

.pt-40px {
    padding-top: 40px;
}

.pt-50px {
    padding-top: 50px;
}

.pt-60px {
    padding-top: 60px;
}

.pt-70px {
    padding-top: 70px;
}

.pt-80px {
    padding-top: 80px;
}

.pt-90px {
    padding-top: 90px;
}

.pt-100px {
    padding-top: 100px;
}

.pt-110px {
    padding-top: 110px;
}

.pt-120px {
    padding-top: 120px;
}

.pt-130px {
    padding-top: 130px;
}

.pt-140px {
    padding-top: 140px;
}

.pt-150px {
    padding-top: 150px;
}

/* padding bottom */
.pb-5px {
    padding-bottom: 5px;
}

.pb-10px {
    padding-bottom: 10px;
}

.pb-20px {
    padding-bottom: 20px;
}

.pb-30px {
    padding-bottom: 30px;
}

.pb-40px {
    padding-bottom: 40px;
}

.pb-50px {
    padding-bottom: 50px;
}

.pb-60px {
    padding-bottom: 60px;
}

.pb-70px {
    padding-bottom: 70px;
}

.pb-80px {
    padding-bottom: 80px;
}

.pb-90px {
    padding-bottom: 90px;
}

.pb-100px {
    padding-bottom: 100px;
}

.pb-110px {
    padding-bottom: 110px;
}

.pb-120px {
    padding-bottom: 120px;
}

.pb-130px {
    padding-bottom: 130px;
}

.pb-140px {
    padding-bottom: 140px;
}

.pb-150px {
    padding-bottom: 150px;
}

/* margin left */
.ml-5px {
    margin-left: 5px;
}

.ml-10px {
    margin-left: 10px;
}

.ml-15px {
    margin-left: 15px;
}

.ml-20px {
    margin-left: 20px;
}

.ml-25px {
    margin-left: 25px;
}

.ml-30px {
    margin-left: 30px;
}

.ml-35px {
    margin-left: 35px;
}

.ml-40px {
    margin-left: 40px;
}

.ml-45px {
    margin-left: 45px;
}

.ml-50px {
    margin-left: 50px;
}

/* margin right */
.mr-5px {
    margin-right: 5px;
}

.mr-10px {
    margin-right: 10px;
}

.mr-15px {
    margin-right: 15px;
}

.mr-20px {
    margin-right: 20px;
}

.mr-25px {
    margin-right: 25px;
}

.mr-30px {
    margin-right: 30px;
}

.mr-35px {
    margin-right: 35px;
}

.mr-40px {
    margin-right: 40px;
}

.mr-45px {
    margin-right: 45px;
}

.mr-50px {
    margin-right: 50px;
}

/* padding left */
.pl-5px {
    padding-left: 5px;
}

.pl-10px {
    padding-left: 10px;
}

.pl-15px {
    padding-left: 15px;
}

.pl-20px {
    padding-left: 20px;
}

.pl-25px {
    padding-left: 25px;
}

.pl-30px {
    padding-left: 30px;
}

.pl-35px {
    padding-left: 35px;
}

.pl-40px {
    padding-left: 40px;
}

.pl-45px {
    padding-left: 45px;
}

.pl-50px {
    padding-left: 50px;
}

/* padding right */
.pr-5px {
    padding-right: 5px;
}

.pr-10px {
    padding-right: 10px;
}

.pr-15px {
    padding-right: 15px;
}

.pr-20px {
    padding-right: 20px;
}

.pr-25px {
    padding-right: 25px;
}

.pr-30px {
    padding-right: 30px;
}

.pr-35px {
    padding-right: 35px;
}

.pr-40px {
    padding-right: 40px;
}

.pr-45px {
    padding-right: 45px;
}

.pr-50px {
    padding-right: 50px;
}

/* margin top */
.mt-5px {
    margin-top: 5px;
}

.mt-10px {
    margin-top: 10px;
}

.mt-20px {
    margin-top: 20px;
}

.mt-30px {
    margin-top: 30px;
}

.mt-40px {
    margin-top: 40px;
}

.mt-50px {
    margin-top: 50px;
}

.mt-60px {
    margin-top: 60px;
}

.mt-70px {
    margin-top: 70px;
}

.mt-80px {
    margin-top: 80px;
}

.mt-90px {
    margin-top: 90px;
}

.mt-100px {
    margin-top: 100px;
}

.mt-110px {
    margin-top: 110px;
}

.mt-120px {
    margin-top: 120px;
}

.mt-130px {
    margin-top: 130px;
}

.mt-140px {
    margin-top: 140px;
}

.mt-150px {
    margin-top: 150px;
}

/* margin bottom */
.mb-5px {
    margin-bottom: 5px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-20px {
    margin-bottom: 20px;
}

.mb-30px {
    margin-bottom: 30px;
}

.mb-40px {
    margin-bottom: 40px;
}

.mb-50px {
    margin-bottom: 50px;
}

.mb-60px {
    margin-bottom: 60px;
}

.mb-70px {
    margin-bottom: 70px;
}

.mb-80px {
    margin-bottom: 80px;
}

.mb-90px {
    margin-bottom: 90px;
}

.mb-100px {
    margin-bottom: 100px;
}

.mb-110px {
    margin-bottom: 110px;
}

.mb-120px {
    margin-bottom: 120px;
}

.mb-130px {
    margin-bottom: 130px;
}

.mb-140px {
    margin-bottom: 140px;
}

.mb-150px {
    margin-bottom: 150px;
}

/* padding all */
.p-10px {
    padding: 10px;
}

.p-15px {
    padding: 15px;
}

.p-20px {
    padding: 20px;
}

.p-25px {
    padding: 25px;
}

.p-30px {
    padding: 30px;
}

.p-40px {
    padding: 40px;
}

.p-50px {
    padding: 50px;
}
/* Paddings & Margins End */

/* Width & Heights Start */
.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}
/* Width & Heights End */



/* FORM AREA START */
h1 {
    color: #190A32;
    text-align: center !important;
    font-weight: 700;
    font-weight: bold;
    line-height: 44px;
}

.form-control {
    height: 40px;
    box-shadow: none;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    font-size: 13px;
    padding: 6px 12px;
    color: #656565;
    background-color: #f8f8f8;
    background-image: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    outline: none;
    border: 1px solid
}

.input-group-addon {
    background-color: #f8f8f8 !important;
    border: 1px solid #eaeaea !important;
    border-radius: 3px !important;
    color: #9f9f9f;
}

/* Custom Radio Button Start*/

.radiotextsty {
    color: #7f7f7f;
    font-size: 13px;
    font-weight: 400;
    vertical-align: text-top;
    padding-bottom: 15px;
}

.customradio {
    display: inline;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input~.checkmark {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked~.checkmark {
    background-color: white;
    border: 1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7f7f7f;
}

/* Custom Radio Button End*/
.send-btn {
    font-size: 17px;
    font-weight: 700;
    background-color: transparent;
    border: 1px solid #363f48;
    color: #363f48;
    padding: 11px 28px 11px 28px;
    font-weight: 700;
    border-radius: 5px;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.send-btn:hover {
    background-color: #363f48;
    border: 1px solid #363f48;
    color: #ffffff;
}

.bottom-notifications span {
    font-size: 12px;
    color: #7f7f7f;
}

.bottom-notifications a {
    font-size: 12px;
    color: #41a6df;
    font-weight: 500;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottom-notifications a:hover,
.bottom-notifications a:focus {
    text-decoration: none;
    outline: none !important;
    color: #333;
}

select:focus {
    outline: none !important;
}

.customcheckbox {
    display: inline;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox button */
.customcheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox button */
.checkboxmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    transition: all .1s ease;
    border-radius: 2px;
    border: 1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customcheckbox:hover input~.checkboxmark {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customcheckbox input:checked~.checkboxmark {
    background-color: #fff;
    border: 1px solid #dedede;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkboxmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customcheckbox input:checked~.checkboxmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customcheckbox .checkboxmark:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    left: 4px;
    width: 10px;
    height: 10px;
    color: #7f7f7f;
    background-color: transparent;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
}

/* Custom Checkbox Button End*/
/* FORM AREA END */

/* FOOTER AREA START */
.footer {
    width: 100%;
    background-color: #eee;
    position: relative;
}

.footer .footer-bottom {
    position: relative;
    padding-top: 24px;
    width: 100%;
    background-color: white;
}

.footer .footer-bottom .copyright {
    border-top: 3px solid #273b88;
    color: #656565;
    font-size: 11px;
    padding: 20px 0;
    position: relative;
}

.footer .footer-bottom .copyright .sa-logo {
    background-image: url(../img/sa-logo.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 39px;
    height: 20px;
    position: absolute;
    margin-left: -19px;
    top: -10px;
    left: 50%;
}

/* FOOTER AREA END */

/* SERVICES AREA START */
.service-box {
    border-radius: 10px;
	background: #fff;
    box-shadow: 0 5px 16px 0 rgba(50,132,229,.16);
    -webkit-transition: all .3s ease-in-out;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.service-box .title {
    font-size: 18px;
    font-weight: 700;
}

.service-box-small {
    color: #656565;
}

.service-box-hover-effect {
    cursor: pointer;
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}

.service-box-hover-effect:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transition: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

/* SERVICES AREA END */

/* FORM START */
.form_control {
    width: 100%;
    padding: 18px 20px;
    border-radius: 6px;
    border: 1px solid #E8E6E6;
    margin-bottom: 15px;
    outline: none;
}

input {
    line-height: normal;
    color: inherit;
    font: inherit;
    margin: 0;
}

.tabs-left {
    border-bottom: none;
}

.tabs-left>li {
    float: none;
    margin-bottom: 40px;
    position: relative;
    display: block;
}


.tahsin-li.active>a {
background-color: #6858db;
    color: #ffffff;
}

.nav-tabs {
	border: none !important;
}

.nav-link {
    width: 60px !important;
	height: 60px !important;
    border-radius: 50% !important;
    color: #6858db;
    border: 1px solid #6858db !important;
	/*border: none !important;*/
	padding: 20px;
	background: #ffffff !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    outline: none !important;
}

.nav-link.active {
	background-color: #6858db !important;
    color: #ffffff !important;
}
	
.nav-link i {
    font-size: 20px;
    line-height: 20px;
}
	
.tabs-left>li>a {
    width: 40px;
	height: 40px;
    border-radius: 50%;
    color: #6858db;
    border: 1px solid #6858db;
	/*border: none !important;*/
	padding: 20px;
	background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    outline: none !important;
}

.passwizard {
    content: ' ';
    background: #E8E6E6;
    position: relative;
    width: 100%;
    height: 2px;
    z-index: -20;
	top: 36px;
} 

.sideways:before {
    content: ' ';
    background: #E8E6E6;
    position: relative;
    width: 100%;
    height: 2px;
    z-index: -20;
	top: 36px;
} 

.sideways li a i {
    font-size: 18px;
    line-height: 68px;
}

.tab-pane-hint {
    color: #ea5c5a;
    font-weight: 700;
}

.tab-pane-advice {
    font-weight: 500;
}
 
.service-box input[type="radio"] {
  position: absolute;
  left: -10000px;
  z-index: -1;
}

#iaccount {
    width: 75%;
}

@media all and (max-width: 992px) {
    #iaccount, #isms, #expass, #pass1, #pass2 {
        width: 100%;
    }
}

#isms {
    width: 50%;
}

#countdown {
    color: #6B40BF;
    font-weight: 700;
}

#countdown i {
    margin-right: 5px;
}

#sgsm {
    font-weight: 700;
}

#sgsm i {
    margin-right: 5px;
}

.title {
    font-size: 18px;
    font-weight: 700;
}

.small-title {
    font-size: 14px;
    font-weight: 600;
}

.underline {
    border-bottom: 1px solid #E8E6E6;
    width: 300px;
}

.underline:after {
    content: '';
    background: #cd339a;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 79px;
    left: 15px;
}

.meta-underline {
    border-bottom: 1px solid #E8E6E6;
    width: 300px;
}

.meta-underline:after {
    content: '';
    background: #cd339a;
    width: 40px;
    height: 3px;
    position: absolute;
    top: 44px;
    left: 15px;
}

.expire-input {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 14px;   
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #EAE9EC;
    width: 100%;
    max-width: 230px;
}

select {
    margin-left: 5px;
    overflow: hidden;
    border-radius: 50px;
    outline: none !important;
    background: #FFF;
    color: #190A32;
    padding: 7px 15px;
  }

.rules-box {
    padding: 24px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.rules-box ul li {
    line-height: 30px;    
}

.rules-box-danger {
    padding: 36px 24px 36px 24px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
	color: #ea5c5a;
	max-width: 565px;
}

.rules-box-success {
    padding: 36px 24px 36px 24px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
	max-width: 565px;
}
/* FORM END */

.modal-title {
	margin: 0;
	    font-size: 18px;
    font-weight: 700;
}

.modal-header {
	display: inline;
}

.modal-header .close {
	font-size: 30px;
	outline: none;
}

.wizard-ul li {
	/*width: 25% !important;*/
}

@media all and (max-width: 767px) {
	#iaccount, #isms, #expass, #pass1, #pass2{
		padding: 11px 20px;
	}
	.passwizard{
		width: 100% !important;
	}
	.nav-tabs {
		margin-left: 10px;
	}
	.sideways li a i {
		font-size: 15px;
		line-height: 38px;
	}
	.tab-pane,.wizard-footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	.wizard-footer {
		float: right !important;
	}
	.wizard-ul li {
		/*padding-left: 30px !important;*/
	}
}

@media all and (max-width: 1024px) {
	.tab-pane {
		margin-top: 20px;
	}
	#liul {
		margin-top: 20px;
	}
	.wizard-card{
		margin-top: 20px;
	}
}

@media all and (max-width: 1024px) and (orientation:landscape) {
	.footer {
		position: inherit;
	}
}