body {
	font-family: 'Roboto', sans-serif;
}

.banner {
	background: url(../img/banner.jpg) no-repeat center top;
    background-size: cover;
    min-height: 440px;
    padding: 40px 0;
}

a:hover, a:focus, a:visited {
    color: #082c6f;
    outline: none;
    text-decoration: none;
}

.rgpd {
	line-height:1.2;
	text-align: left;
	padding: 0 0 0;
	font-weight: 300;
	font-size: 13px;
	color: #c1c1c1;
}

.rgpd a {
	color: #082c6f;
}

img {
	max-width: 100%;
}

.wbutton {
    padding: 12px 26px;
    font-size: 16px;
    color: #fff;
    border: none;
    font-weight: 500;
    border-radius: 2px;
/*     background-color: #082c6f!important; */
}

.logo {
	margin: auto auto 40px;
	display: block;
}

.toptop {
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
    line-height: 1.2;
    color: #6a6a6a;
}

section {
	padding: 70px 0 0;
}

.bgdeg {
	background: #4F6EAE; /* Old browsers */
	background: -moz-linear-gradient(left, #4F6EAE 0%, #355AA1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #4F6EAE 0%,#355AA1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #4F6EAE 0%,#355AA1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4F6EAE', endColorstr='#355AA1',GradientType=1 ); /* IE6-9 */
	padding: 70px 0;
}

textarea, input, button {outline: none;}

#form1,
#form2,
#form3,
#form4,
#form5,
#form6,
#form7,
#form8,
#formf, #forme {
  display: none;
}

#formf, #forme {
	padding: 30px 0;
}

#formf h2, #forme h2 {
	color: #999!important;
	text-align: center;
}

#formf .fa-check, #forme .fa-frown {
	color: #082c6f;
    display: block;
    text-align: center;
    font-size: 40px;
    margin: 10px 0;
}

#formf p, #forme p {
	text-align: center;
	line-height: 1.2;
	color:#999;
}

.formform {
	padding: 0 0 30px; 
    margin-top: -180px;
}

.sourceform {
	font-size: 13px; font-style: italic; text-align: right; margin-top: 14px; color: #6a6a6a;
}

.signup-box {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.2);
    min-height: 250px;
}

.signup-box-headling {
    width: 100%;
    height: auto;
    padding: 5px 20px;
    position: relative;
    text-align: center;
}

.signup-box-body {
    width: 100%;
    padding: 20px;
    background: #fff;
    padding-top: 40px;
    color: white;
    padding-bottom: 40px;
}

.selectorama {
	background: #f9f9f9;
    padding: 20px 12px;
    display: inline-block;
    border: 1px solid #e4e2e2;
    cursor: pointer;
    color: #F17171;
    margin: 10px 2% 0 0;
    text-align: center;
    max-width: 49%;
    line-height: 1;
    border-radius: 7px;
    font-size: 22px;
}

.noright {margin-right: 0;}

.selectorama .fas, .selectorama .far {
	display: block;
	font-size: 40px;
	margin-bottom: 10px;
}

.selectorama:hover {
	color:#082c6f;
}

h1.titleozor {
	color:#6a6a6a;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	text-align: center;
}

.wbutton, .signup-box-headling, .signup-button, .btn-signup, .feature:hover .icon, .table-dark, .table-wrapper:hover, .table-title, .pricing-row, .social-icons .fa:hover, .box-header::after, .social-icons .fa:hover, .table-wrapper.table-dark {
    background-color: #F17171;
    transition: all 0.4s ease-in-out;
    outline: none;
}

.wbutton:hover, .signup-button:hover, .btn-signup:hover {
    background: #082c6f;
    transition: all 0.4s ease-in-out;
    color: #fff;
    cursor: pointer;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.signup-button {
	height: 46px;
    font-size: 18px;
    border: none;
    width: 100%;
    color: #fff;
    margin: 10px 0 0;
}

.signup-box-headling h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    color:#fff;
    font-size: 20px;
    font-weight: normal;
}

.arrow-down, .feature .icon, .feature:hover .icon, .video-frame, .subscribe .form-control, .subscribe .form-control:focus {
    border-color: #F17171 !important;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent !important;
    border-right: 20px solid transparent !important;
    border-top: 20px solid;
    bottom: -17px;
    left: 47%;
    position: absolute;
}

.signup-box .form-control {
    border: none;
    height: 43px;
    margin-bottom: 10px;
    color: #999;
}

.signup-box .form-control:focus {
    box-shadow: 0 0 0 2px #F17171;
}

.signup-box .form-control {
    border: none;
    height: 43px;
    margin-bottom: 1rem;
    color: #6C757D;
    -webkit-appearance: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.leftside h1 {
	font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
}

.leftside h2 {
	font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-top:20px;
    text-align: center;
    width: 80%;
    margin: auto;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.rightside {
	background:#fff;
	box-shadow: 0px 0px 16px rgba(0,0,0,0.2);
	border-radius: 6px 6px 0 0px;
}

.rightside h1 {
	margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

.rightside .rightcontent {
	padding: 20px;
}

.rightsidehead {
    width: 100%;
    height: auto;
    padding: 5px 20px;
    position: relative;
    text-align: center;
    border-radius: 6px 6px 0 0px;
    background: #082c6f;
}

.fa-check-circle {
	color: #082c6f;
}

.rightside p {
	color:#6a6a6a;
	font-size: 18px;
    font-weight: 300;
}

.subban {
	padding: 20px 0 40px;
}

.subban h4, .block3 h4 {
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	color: #082c6f;
}

.subban p, .block3 p {
	color:#6a6a6a;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
}

.subban .icon img {
	width: 64px;
	float: left;
}

.subban .txt {
	display: block;
	overflow: hidden;
	padding: 0 10px;
}

.txtcenter {
	text-align: center;
}


.block1 {
	padding: 80px 0;
}

.block1 h1, .block2 h1, .block3 h1, .block4 h1 {
	color: #082c6f;
	font-size: 38px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 15px;
}

.block1 h1::after, .block2 h1::after, .block3 h1::after {
    width: 75px;
    height: 3px;
    display: block;
    margin: 10px auto;
    content: '';
    background-color: #082c6f;
}

.block4 h1::after {
	width: 75px;
    height: 3px;
    display: block;
    margin: 15px auto 20px;
    content: '';
    background-color: #082c6f;
}

.block1 h2 {
	font-size: 18px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px;
    color: #082c6f;
}

.block1 p, .block2 p, .block3 p {
	color:#6a6a6a;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
}


.blockdeg h1 {
	font-size: 36px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 15px;
}

.blockdeg h1::after {
    width: 75px;
    height: 3px;
    display: block;
    margin: 10px 0;
    content: '';
    background-color: #082c6f;
}

.blockdeg p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
}

.blockdeg img {
	/* box-shadow: 1px 1px 8px rgba(0,0,0,0.5); */
}


.block1 img, .block2 img {
	box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
}


.bgblock {
    background: url(../img/bgblock.jpg) no-repeat right;
    background-size: contain;
    min-height: 414px;
}

.block3 .icon img {
	width: 64px;
    float: left;
}

.block3 .txt {
	display: block;
	overflow: hidden;
	padding: 0 10px;
}

.text-white {
	color:#fff;
}


.footer {
	padding: 10px 0;
	color: #c1c1c1;
	font-size: 14px;
	text-align: center;
	margin: 0;
	font-weight: 300;
	background: #f9f9f9;
}

.footer a {
	color:#c1c1c1;
}


.modal-title {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}


.form-errors > ul {
    margin:0;
    padding:5px 10px;
    color: #721c24;
    background-color: #f8d7da;
    list-style: none;
}

.form-errors > ul > li {
    color: #721c24;
    font-size:12px;
}

.form-check-input-custom {
    position:relative;
    top:2px;
}



/* Underline From Center */
.animorz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.animorz:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #082c6f;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.animorz:hover:before, .animorz:focus:before, .animorz:active:before {
  left: 0;
  right: 0;
}



@media screen and (max-width: 1280px) {
	.banner {padding: 10px 0; min-height: 420px;}
	.logo {margin: auto auto 25px; display: block;}
}

@media screen and (max-width: 1024px) {
	.formform { padding: 0 0 30px; margin-top: -190px; }
	.leftside h1 { font-size: 40px;}
	.logo { margin: auto auto 20px;}
}



@media screen and (max-width: 768px) {
	.bgblock {background-position: 380px 0;}
	.logo { margin: auto auto 20px;}
	.banner {padding: 10px 0;min-height: 440px;}
	.leftside h1 {font-size: 32px;}
}


@media screen and (max-width: 600px) {
	.wbutton {width: 100%;}
	.mgbot15 {margin-bottom: 15px;}
	section {padding: 30px 0 0;}
	.leftside h1 {font-size: 31px;}
	.leftside h2 {display: none;}
	.subban { padding-top: 20px;}
	.bgblock {background-image:none;}
	.footer {margin: 40px 0 0;}
	.rightside {margin-top:20px;}
	.banner {min-height: 380px;}
	.logo {margin: auto auto 4px;}
	.block1 {padding: 20px 0; }
	.bgdeg {padding: 20px 0;}
	.selectorama {max-width: 100%;margin-right: 0;}
}

@media screen and (max-width: 375px) {
	.formform { padding: 0 0 30px; margin-top: -190px; }
}


@media screen and (max-width: 320px) {
	.leftside h1 { font-size: 27px; }
	.banner { min-height: 350px; }
	.signup-box-headling h2 {font-size: 18px;}
	.formform { padding: 0 0 30px; margin-top: -180px; }
}


@media screen and (max-height: 600px) {
	
}

.error {
    background-color: #ffc9c9;
    border-color: #721c24;
}

#loader {
    display: none;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    background-image: url('../img/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
}

