285 lines
5.9 KiB
SCSS
285 lines
5.9 KiB
SCSS
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
|
|
@media(max-width: $screen-xs){
|
|
padding: 0;
|
|
}
|
|
}
|
|
.verticalhome{
|
|
position: relative;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.internal-page{
|
|
.layout-content{
|
|
background: transparent;
|
|
}
|
|
}
|
|
.big-banner{
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
.layout-content {
|
|
position: relative;
|
|
min-height: 42.5em;
|
|
.container {
|
|
@extend .response-container;
|
|
}
|
|
}
|
|
.layout-content-inner{
|
|
overflow: hidden;
|
|
}
|
|
.video-banner{
|
|
max-width: 850px;
|
|
}
|
|
.homebanner{
|
|
-webkit-transition: .3s ease-out;
|
|
-moz-transition: .3s ease-out;
|
|
-ms-transition: .3s ease-out;
|
|
-o-transition: .3s ease-out;
|
|
transition: .3s ease-out;
|
|
}
|
|
.fa, .fas{
|
|
font-family: "FontAwesome";
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
}
|
|
.fab{
|
|
font-family: "Font Awesome 5 Brands";
|
|
}
|
|
.padding0{
|
|
.layout-content-box{
|
|
&:hover{
|
|
opacity: .8;
|
|
transition: all .3s;
|
|
}
|
|
}
|
|
.layout-content-box{
|
|
padding: 0;
|
|
}
|
|
padding: 0 1em;
|
|
}
|
|
.contentwrap{
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 100%;
|
|
.container{
|
|
padding-bottom: 1em!important;
|
|
padding-top: 1em!important;
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
.contentwrap1{
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 100%;
|
|
// background-image: linear-gradient(280deg, #e6e6e6 56%, #fff 0);
|
|
padding-top: 4em;
|
|
padding-bottom: 4em;
|
|
}
|
|
.contentwrap2{
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 100%;
|
|
padding-top: 4em;
|
|
padding-bottom: 4em;
|
|
}
|
|
.contentwrap3{
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
.iconwrap{
|
|
padding: 4em 0 0;
|
|
}
|
|
.zero{
|
|
padding: 0;
|
|
}
|
|
.i-video_data{
|
|
li{
|
|
list-style: none;
|
|
}
|
|
}
|
|
.ask-question .form-horizontal .control-label{
|
|
width: 100% !important;
|
|
max-width: 100% !important;
|
|
text-align: justify !important;
|
|
}
|
|
.ask-question .single-col.form-horizontal .control-group .controls{
|
|
justify-content: flex-start;
|
|
max-width: 100%;
|
|
width: 100%;
|
|
}
|
|
.ask-question-form{
|
|
padding: 2em;
|
|
border-radius: 10px;
|
|
border: 1px solid #E4E6EA;
|
|
padding-bottom: 3em!important;
|
|
@media(max-width: 820px){
|
|
padding: 1.5em;
|
|
}
|
|
}
|
|
.image-carousel{
|
|
padding: 15px 0px 25px 0px;
|
|
}
|
|
.downIcon {
|
|
position: absolute;
|
|
left: 50%;
|
|
bottom: 10%;
|
|
//bottom: 10%;
|
|
display: block;
|
|
z-index: 2;
|
|
color: #fff;
|
|
a:focus{
|
|
span {
|
|
width: 60px;
|
|
height: 60px;
|
|
margin-left: -30px;
|
|
top: -7px;
|
|
border-width: 4px;
|
|
border-color: $theme-color-second;
|
|
}
|
|
span::after {
|
|
width: 21px;
|
|
height: 21px;
|
|
border-left-width: 4px;
|
|
border-bottom-width: 4px;
|
|
margin: -14px 0 0 -10px;
|
|
border-color: $theme-color-second;
|
|
}
|
|
}
|
|
|
|
span {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 50%;
|
|
width: 46px;
|
|
height: 46px;
|
|
margin-left: -23px;
|
|
border: 2px solid #fff;
|
|
border-radius: 100%;
|
|
behavior: url("/assets/ie_support/PIE2/PIE.htc");
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
a:hover span {
|
|
width: 60px;
|
|
height: 60px;
|
|
margin-left: -30px;
|
|
top: -7px;
|
|
border-width: 4px;
|
|
border-color: $theme-color-second;
|
|
}
|
|
}
|
|
.downIcon a:hover span::after {
|
|
width: 21px;
|
|
height: 21px;
|
|
border-left-width: 4px;
|
|
border-bottom-width: 4px;
|
|
margin: -14px 0 0 -10px;
|
|
border-color: $theme-color-second;
|
|
}
|
|
.downIcon a span::after{
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
content: '';
|
|
width: 16px;
|
|
height: 16px;
|
|
margin: -12px 0 0 -8px;
|
|
border-left: 2px solid #fff;
|
|
border-bottom: 2px solid #fff;
|
|
-webkit-transform: rotate(-45deg);
|
|
transform: rotate(-45deg);
|
|
box-sizing: border-box;
|
|
}
|
|
.downIcon a span::before{
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
content: '';
|
|
width: 44px;
|
|
height: 44px;
|
|
box-shadow: 0 0 0 0 #ffffff1a;
|
|
border-radius: 100%;
|
|
behavior: url("/assets/ie_support/PIE2/PIE.htc");
|
|
opacity: 0;
|
|
-webkit-animation: sdb03 3s infinite;
|
|
animation: sdb03 3s infinite;
|
|
box-sizing: border-box;
|
|
}
|
|
@-webkit-keyframes sdb03 {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
30% {
|
|
opacity: 1;
|
|
}
|
|
60% {
|
|
box-shadow: 0 0 0 60px #ffffff1a;
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes sdb03 {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
30% {
|
|
opacity: 1;
|
|
}
|
|
60% {
|
|
box-shadow: 0 0 0 60px #ffffff1a;
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.moduletitle{
|
|
margin-bottom: 10px;
|
|
background:$theme-color-second;
|
|
font-size: 0.9375em;
|
|
font-weight: bold;
|
|
line-height: 30px;
|
|
border-radius: 6px !important;
|
|
margin-top: 0;
|
|
padding: 8.5px 15px 8.5px;
|
|
text-transform: uppercase;
|
|
color: #fff;
|
|
}
|
|
.je_acc{
|
|
ul{
|
|
padding: 0;
|
|
}
|
|
}
|
|
.je_acc > ul > li {
|
|
margin-bottom: 10px;
|
|
list-style: none;
|
|
a{
|
|
border:1px solid #d7d7d7;
|
|
padding: 15px 15px;
|
|
cursor: pointer;
|
|
z-index: 2;
|
|
font-weight: bold;
|
|
color: #6D6D6D;
|
|
width: 100%;
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
}
|
|
.membercontainer{
|
|
background-color: #fff;
|
|
}
|
|
|
|
.quick > p {margin: 5px;}
|
|
.quick .ic-list {position: relative; width: 95%; margin:0 2%; padding: 5px; background-color: #fff; border-radius: 7px; border: 2px solid #6C9ABD; text-align: left;}
|
|
.quick .ic-list.half {width: 45%; margin: 2%;}
|
|
.quick .ic-list a {display: inline-block; color: #000; text-align: center; width: 80%; margin-left: 20%;text-decoration: none;}
|
|
.quick .ic-list a:hover {color: #347018;}
|
|
.quick .ic-list:before {vertical-align: middle; color: #5182a7; width:20%; margin-right:-20%; padding: 0;}
|
|
.quick .hot a {color: #ff0000; font-weight: bold;} |