body {
font-weight: normal;
font-size: 14px;
line-height: 23px;
box-sizing: border-box;
font-family: 'Rubik', sans-serif;
overflow-x: hidden;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
img {
width: auto;
max-width: 100%;
height: auto;
border: 0;
}
ul, ol {
margin: 0;
padding: 0;
list-style: none;
}
h1,h2,h3,h4,h5,h6 {
margin:0px;
padding:0px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 25px;
}
p {
margin: 0;
padding: 0;
font-family: 'Rubik', sans-serif;
}
blockquote {
margin: 0;
padding: 0;
border: none;
}
a, a:hover{
color: #212027;
outline: none;
text-decoration: none !important;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.clearme {
clear: both;
}
.font-poppins {
font-family: 'Poppins', sans-serif;
}
.font-rubik {
font-family: 'Rubik', sans-serif;
}
::selection {
background: #071d51;
color: #fff;
}
::-moz-selection {
background: #071d51;
color: #fff;
} ::-webkit-scrollbar {
width: 8px;
} ::-webkit-scrollbar-track {
background: #dedede; 
} ::-webkit-scrollbar-thumb {
background: #000; 
} ::-webkit-scrollbar-thumb:hover {
background: #26170e; 
}
.scrollup {
right: 15px;
position: fixed;
text-align: center;
border-radius: 4px;
bottom: -80px;
width: 45px;
height: 45px;
z-index: 9999;
background: rgba(2, 2, 2, 0.4);
cursor: pointer;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
color: #fff;text-align: center;
line-height: 45px;
font-size: 15px;
}
.scrollup.active {
bottom: 92px;
right: 15px;
}
.scrollup:hover {
background-color: rgba(37, 37, 37, 0.7);
}
.primaryContainer {
height: auto;
margin-left: auto;
margin-right: auto;
max-width: 1230px;
padding:0px 15px;
width: 100%;
}
section {
width: 100%;
float: left;
}
.font-weight-bold {
font-weight: 800;
}
.font-weight-semibold {
font-weight: 600;
}
.font-weight-medium {
font-weight: 500;
}
.font-weight-normal {
font-weight: 200;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-justify {
text-align: justify;
}
.text-left {
text-align: left !important;
}
.text-center {
text-align: center !important;
}
.text-right {
text-align: right !important;
}
[class*="col-"] {
padding: 0px 15px;
}
.col-1 {
width: 8.33%;
}
.col-2 {
width: 16.66%;
}
.col-3 {
width: 25%;
}
.col-4 {
width: 33.33%;
}
.col-5 {
width: 41.66%;
}
.col-6 {
width: 50%;
}
.col-7 {
width: 58.33%;
}
.col-8 {
width: 66.66%;
}
.col-9 {
width: 75%;
}
.col-10 {
width: 83.33%;
}
.col-11 {
width: 91.66%;
}
.col-12 {
width: 100%;
}   #preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ffffff; z-index: 99; }
#status {
margin: 100px auto 0;
width: 70px;
text-align: center;
position: relative;
top:30%;
}
#status > div {
width: 18px;
height: 18px;
background-color: #4551e5;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#status .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
#status .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0) 
}
40% {
-webkit-transform: scale(1.0) 
}
}
@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}   @keyframes formButtom{
0%{
opacity:0;
transform-style:preserve-3d;
transform-origin:center bottom;
-moz-transform:rotateX(-25deg) translateY(60px);
-ms-transform:rotateX(-25deg) translateY(60px);
-webkit-transform:rotateX(-25deg) translateY(60px);
transform:rotateX(-25deg) translateY(60px)
}
to{
opacity:1;
transform: translate3d(0px, 0px, -25.3571px);
}
}
.from-bottom{
animation-name:formButtom
}
@keyframes formRight{
0%{
opacity:0;
-moz-transform:translateX(30px);
-ms-transform:translateX(30px);
-webkit-transform:translateX(30px);
transform:translateX(30px)
}
to{
opacity:1;
transform: matrix(1, 0, 0, 1, 0, 0);
}
}
.form-right{
animation-name:formRight
}
@keyframes formIn{
0%{
opacity:0
}
to{
opacity:1;
transform: matrix(1, 0, 0, 1, 0, 0);
}
}
.from-in{
animation-name:formIn
}  .wraper-header{
width: 100%;
float:left;
background: #2e3dbd url(../../../../landing/images/banner.jpg);
background-attachment: fixed;
background-size: cover;
padding:98px 0px 130px 0px; 
}
.header{
display: inline-block;
vertical-align: top;
text-align: center;
width: 100%;
}
.logo{
display: inline-block;
vertical-align: top;
width: auto;
}
.header h1{
display: inline-block;
vertical-align: top;
color: #fff;
font-size: 60px;
line-height: 68px;
margin: 60px 0px 20px 0px;
}
.header p{
display: inline-block;
vertical-align: top;
color: #fff;
font-size: 17px;
line-height: 30px;
font-family: 'Poppins', sans-serif;
font-weight: 400;
padding: 0px 75px 0px 75px;
}
.button-group{
width:100%;
display: inline-block;
vertical-align: top;
}
.button-border{
border:3px solid #ffffff;
font-size:18px;
line-height:23px;
display: inline-block;
vertical-align:top;
padding:16px 35px;
border-radius:50px; 
text-transform: uppercase;
color: #fff;
font-weight: 500;
letter-spacing: 0px;
transition: all 0.5s;
margin-top: 28px;
margin-left: 14px;
margin-right: 14px;
}
.button-border i{
margin-left: 6px;
}
.button-border:hover{
color: #fff;
}
.button-fill{
border:3px solid #ffffff;
background: #fff;
font-size:18px;
line-height:23px;
display: inline-block;
vertical-align:top;
padding:16px 35px;
border-radius:50px; 
text-transform: uppercase;
color: #0c2097;
font-weight: 500;
letter-spacing: 0px;
transition: all 0.5s;
margin-top: 28px;
margin-left: 14px;
margin-right: 14px;
}
.button-fill i{
margin-left: 6px;
}  .home-block{
width:100%;
}
.home-block.home-page{
background:url(../../../../landing/images/home-background.png) top center no-repeat #e6e8ed;
}
.home-block.inner-page{
background-color:#e6e8ed;
}
.home-block.blog-page{
background:url(../../../../landing/images/blog-background.png) top center no-repeat #e6e8ed;
}
.home-block.portfolio-page{
background:url(../../../../landing/images/Portfolio-background.png) top center no-repeat #e6e8ed;
}
.home-block.shop-page{
background:url(../../../../landing/images/shop-background.png) top center no-repeat #fff;
}
.home-block > .container-fluid{
padding-top:100px;
padding-right:30px;
padding-bottom:40px;
padding-left:30px;
}
.home-block-title{
margin-bottom:60px;
text-align: center;
}
.home-block-title h3{
font-size:35px;
color: #212027;
line-height:40px;
} .home-block-box{
}
.home-block-box-item{
margin-bottom:60px;
}
.home-block-box-item > .holder{
transition:all 0.4s ease-in-out;
-webkit-transition:all 0.4s ease-in-out;
}
.home-block-box-item > .holder:hover{
transform:translateY(-10px);
-webkit-transform:translateY(-10px);
}
.home-block-box-item > .holder > .pic{
position:relative;
margin-bottom:40px;
box-shadow:0 40px 80px -10px rgba(0,0,0,0.1);
transition:all 0.4s ease-in-out;
-webkit-transition:all 0.4s ease-in-out;
}
.home-block-box-item > .holder:hover > .pic{
box-shadow:0 40px 80px -10px rgba(0,0,0,0.2);
}
.home-block-box-item > .holder > .pic > img{
width:100%;
}
.home-block-box-item > .holder > .pic > .pic-main{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
z-index:1;
background:center top no-repeat;
background-size:100% auto; } .home-block-box-item > .holder > .data{
text-align:center;
}
.home-block-box-item > .holder > .data .title{
text-transform:uppercase;
font-weight:300;
font-size:16px;
color:#596473;
line-height:25px;
}
.home-block-box-item > .holder > .data .title i{
margin-left:10px;
}
.slider{
width:100%;
display: inline-block;
margin-top: 40px;
}  .inner-page-block{
width: 100%;
display: inline-block;
vertical-align:top;
background: #fff url(../../../../landing/images/light-background.png);
background-position: top center;
background-repeat: no-repeat;
padding:86px 0px;
background-size: cover;
}
.inner-page-block h3{
font-size: 25px;
display: inline-block;
vertical-align:top;
text-align: center;
width: 100%;
line-height: 30px;
font-weight: 500;
color: #212027;
text-transform: uppercase;
margin-bottom: 16px;
}
.inner-page-block h2{
font-size: 40px;
display: inline-block;
vertical-align:top;
text-align: center;
width: 100%;
line-height: 50px;
font-weight: 800;
color: #212027;
margin-bottom: 20px;
}
.inner-page-block p{
font-size: 18px;
display: inline-block;
vertical-align:top;
text-align: center;
width: 100%;
line-height: 30px;
font-weight: normal;
color: #212027;
padding: 0px 80px 0px 80px;
font-family: 'Rubik', sans-serif;
}
.inner-page-demo{
padding: 85px 0px;
width: 100%;
display: inline-block;
vertical-align: top;
}  .purchase-theme{
width: 100%;
display: inline-block;
vertical-align:top;
background: #fff url(../../../../landing/images/background-2.jpg);
background-position: top center;
background-repeat: no-repeat;
padding:50px 0px;
background-size: cover;
}
.purchase-theme h4{
font-size: 20px;
display: inline-block;
vertical-align: top;
line-height: 28px;
font-weight: 400;
color: #fff;
}
.purchase-theme h3{
font-size: 35px;
display: inline-block;
vertical-align: top;
line-height: 40px;
font-weight: 400;
color: #fff;
margin-top: 8px;
}
.border-style-button{
border: 2px solid #fff;
font-size: 16px;
padding: 16px 36px;
border-radius:50px;
width: auto;
height: auto;
text-transform: uppercase;
font-weight:500; 
color: #fff;
letter-spacing: 1px;
margin-top: 10px;
display: inline-block;
vertical-align: top;
}
.border-style-button:hover{
color: #fff;
}  .ratin-dark-section{ 
width: 100%;
background:#000 url(../../../../landing/images/background-dark3.jpg); 
padding:100px 0px 0px 0px; 
background-attachment: fixed;
}
.ratin-dark-section h3{
display: inline-block;
vertical-align: top;
font-size:40px;
line-height: 50px;
width: 100%;
text-align: center;
font-weight: 700;
color: #fff;
}
.ratin-dark-section p{
display: inline-block;
vertical-align: top;
font-size:18px;
line-height: 28px;
width: 100%;
text-align: center;
font-weight: 400;
color: #fff;
padding: 30px 120px; 
}
.ratin-dark-section img{
margin-bottom: -354px;
}  .blog-style-section{
padding-bottom: 80px;
padding-top: 335px;
}
.bloging-holder{
display: inline-block;
vertical-align: top;
background:url(../../../../landing/images/background-blog.png) no-repeat top left;  
}
.bloging-holder span{
font-size: 45px;
font-weight: 400;
color: #212027;
line-height: 55px;
display: inline-block;
vertical-align: top;
margin-top: 50px;
}
.bloging-holder h3{
font-size: 45px;
font-weight: 700;
color: #212027;
line-height: 50px;
display: inline-block;
vertical-align: top;
margin-top: 6px;
width: 100%;
}
.bloging-holder p{
font-size: 18px;
font-weight: 400;
color: #212027;
line-height: 30px;
display: inline-block;
vertical-align: top;
margin-top: 28px;
}
.fill-button{
background: #1d4fce;
font-size: 16px;
line-height: 23px;
display: inline-block;
vertical-align: top;
padding: 16px 35px;
border-radius: 50px;
text-transform: uppercase;
color: #fff;
font-weight: 400;
letter-spacing: 0px;
transition: all 0.5s;
margin-top: 28px;
letter-spacing: 1px;
}
.fill-button:hover{
color: #fff;
}  .portfolio-style-section{
width: 100%;
display: inline-block;
vertical-align: top;
background: #e6e8ed url(../../../../landing/images/background-portfolio.jpg);
background-position: top center;
background-repeat: no-repeat;
padding: 140px 0px;
}
.portfolio-holder{
display: inline-block;
vertical-align: top;
background: url(../../../../landing/images/background-portfolio-image.png) no-repeat top left;
margin-top: 56px;
}
.portfolio-holder span{
font-size: 45px;
font-weight: 400;
color: #212027;
line-height: 55px;
display: inline-block;
vertical-align: top;
margin-top: 50px;
}
.portfolio-holder h3{
font-size: 45px;
font-weight: 700;
color: #212027;
line-height: 50px;
display: inline-block;
vertical-align: top;
margin-top: 6px;
width: 100%;
}
.portfolio-holder p{
font-size: 18px;
font-weight: 400;
color: #212027;
line-height: 30px;
display: inline-block;
vertical-align: top;
margin-top: 28px;
}  .shop-section{
background: #fff url(../../../../landing/images/background-shop.jpg) no-repeat center top;
padding-top: 120px;
padding-bottom: 263px;
}
.shop-holder {
width:100%;
display: inline-block;
vertical-align: top;
}
.shop-holder span{
font-size: 45px;
font-weight: 400;
color: #212027;
line-height: 55px;
display: inline-block;
vertical-align: top;
}
.shop-holder h3{
font-size: 45px;
font-weight: 700;
color: #212027;
line-height: 50px;
display: inline-block;
vertical-align: top;
margin-top: 6px;
}
.shop-holder p{
font-size: 18px;
font-weight: 400;
color: #212027;
line-height: 30px;
display: inline-block;
vertical-align: top;
margin-top: 20px;
}
.shop-holder strong{
font-size: 22px;
font-weight: 400;
color: #212027;
line-height: 30px;
display: inline-block;
vertical-align: top;
margin-top: 20px;
} .header-footer-section{
background:url(../../../../landing/images/background-blue2.jpg) no-repeat center;
background-size: cover;
width: 100%;
display: inline-block;
vertical-align: top;
padding: 100px 0px;
}
.header-footer-section h3{
font-size: 40px;
display: inline-block;
font-weight: 700;
vertical-align: top;
width: 100%;
text-align: center;
line-height: 48px;
color: #fff;
}
.header-footer-section p{
padding: 0px 60px;
margin-top: 20px;
font-size: 18px;
display: inline-block;
font-weight: 400;
vertical-align: top;
width: 100%;
text-align: center;
line-height: 30px;
color: #fff;
letter-spacing: 1px;
} .header-footer-element{
width:100%;
position: relative;
display: inline-block;
vertical-align: top;
background: #fff;
}
.header-footer-element:after{   
content: "";
background: #e9e9e9;
position: absolute;
width: 50%;
right: 0px;
top: 0px;
height: 100%;
z-index: 0;
}
.header-style-holder{
padding: 90px 0px;
width: 100%;
display: inline-block;
vertical-align: top;
position: relative;
z-index: 2;
}
.footer-style-holder{
padding: 90px 0px 90px 40px;
width: 100%;
display: inline-block;
vertical-align: top;
position: relative;
z-index: 2;
}
.header-style-title{
background:url(../../../../landing/images/header-title-image.png) no-repeat left;
display: inline-block;
vertical-align: top;
padding-top: 38px;
padding-bottom: 12px;
font-size: 35px;
line-height: 40px;
color: #212027;
width: 100%;
}
.header-style-holder ul li{
display: inline-block;
vertical-align: top;
margin-top: 18px;
background: #eaedf1;
padding: 14px;
border-radius:3px;
margin-right:20px; 
}
.footer-style-title{
background:url(../../../../landing/images/footer-title-image.png) no-repeat left;
display: inline-block;
vertical-align: top;
padding-top: 38px;
padding-bottom: 12px;
font-size: 35px;
line-height: 40px;
color: #212027;
width: 100%;
}
.footer-style-holder ul li{
display: inline-block;
vertical-align: top;
margin-top: 18px;
background: #dddcdc;
padding: 14px;
border-radius:3px;
margin-right:20px; 
}  .vc-element-section{
background:url(../../../../landing/images/background-element.jpg) no-repeat center top;
background-size: cover;
background-attachment: fixed;
width: 100%;
display: inline-block;
vertical-align: top;
padding-top: 127px;
}
.vc-element-section strong{
font-size: 95px;
width: 100%;
text-align:center;
line-height: 100px;
color: #fff;
font-weight:700;	
display: inline-block;
vertical-align: top;
font-family: 'Poppins', sans-serif;
}
.vc-element-section h3{
font-size: 40px;
display: inline-block;
font-weight: 700;
vertical-align: top;
width: 100%;
text-align: center;
line-height: 48px;
color: #fff;
}
.vc-element-section p{
padding: 0px 60px;
margin-top: 14px;
font-size: 18px;
display: inline-block;
font-weight: 400;
vertical-align: top;
width: 100%;
text-align: center;
line-height: 30px;
color: #fff;
font-family: 'Poppins', sans-serif;
letter-spacing: 1px;
}
.vc-element-section img{
margin-top:26px;
display: inline-block;
vertical-align:top; 
}  .block-section{
width:100%;
display: inline-block;
vertical-align: top;
position: relative;
}
.block-holder{
margin:70px 0px; 
display: inline-block;
vertical-align: top;
background: url(../../../../landing/images/block-title.png) no-repeat top left;
}
.block-holder span{
font-size: 45px;
font-weight: 400;
color: #212027;
line-height: 55px;
display: inline-block;
vertical-align: top;
margin-top: 50px;
width: 100%;
}
.block-holder h3{
font-size: 45px;
font-weight: 700;
color: #212027;
line-height: 50px;
display: inline-block;
vertical-align: top;
margin-top: 6px;
width: 100%;
}
.block-holder p{
font-size: 18px;
font-weight: 400;
color: #212027;
line-height: 30px;
display: inline-block;
vertical-align: top;
margin-top: 28px;
}
.block-image{
position: absolute;
width: 113%;
top:104px;
}
.block-number p{
margin-top: 0px;
}   .features-section{
background: url(../../../../landing/images/background-blue3.jpg) no-repeat top left;
width: 100%;
background-size: cover;
padding: 95px 0px;
}
.features-section h4{
width: 100%;
display: inline-block;
vertical-align: top;
color: #fff;
font-size: 25px;
text-transform: uppercase;
line-height: 30px;
text-align: center;
font-weight: 400;
}
.features-section h3{
width: 100%;
margin-top: 10px;
display: inline-block;
vertical-align: top;
color: #fff;
font-size: 40px;
text-transform: capitalize;
line-height: 50px;
text-align: center;
font-weight: 700;
}
.features-section p{
padding: 0px 60px;
margin-top: 20px;
font-size: 18px;
display: inline-block;
font-weight: 400;
vertical-align: top;
width: 100%;
text-align: center;
line-height: 30px;
color: #fff;
letter-spacing: 1px;
}
.features-box-section{
padding: 70px 0px;
width: 100%;
display: inline-block;
vertical-align: top;
background: #fff;
}
.icon-holder{
width:100%;
display: inline-block;
vertical-align: top;
background: #fff;
padding: 30px;
border-radius:5px;
box-shadow:0px 0px 6px #ccc; 
text-align: center;
margin-top: 35px;
transition: all 0.5s ease-in-out;
}
.icon-holder:hover{
box-shadow:0px 0px 40px #ccc; 
}
.icon-holder > h4{
font-size: 20px;
font-weight: 500;
display: inline-block;
vertical-align: top;
margin-top: 12px;
margin-bottom: 18px;
line-height: 28px;
width: 100%;
}
.icon-holder > h4 > span{
display: block;
}
.icon-holder > p{
font-size:17px;
line-height: 28px;
}  .footer{
background: url(../../../../landing/images/footer.jpg) no-repeat top left;
width: 100%;
background-size: cover;
padding:100px 0px;
background-attachment: fixed;
text-align: center;
}
.footer-logo{
display: inline-block;
vertical-align: top;
margin-bottom: 26px;
}
.footer h4{
font-size: 25px;
display: inline-block;
vertical-align: top;
color: #fff;
margin-bottom: 18px;
font-weight:500; 
width: 100%;
}
.footer h3{
font-size: 55px;
display: inline-block;
vertical-align: top;
line-height: 68px;
color: #fff;
}
.footer p{
font-size:18px;
color:#fff;
display: inline-block;
vertical-align:top;
line-height:30px;
font-weight:400;
width:100%;
padding:20px 0px; 
}
.footer-button{
background: #fff;
font-size: 16px;
line-height: 23px;
display: inline-block;
vertical-align: top;
padding:17px 55px;
border-radius: 50px;
text-transform: uppercase;
color: #1c36b0;
font-weight: 500;
letter-spacing: 0px;
transition: all 0.5s;
margin-top:10px;
}
.footer-button:hover{
color: #1c36b0;
} @media screen and (max-width:990px) {
.block-image {
position: relative;
width: 100%;
top: 0;
}
.header-footer-element:after{
background: none;
}
.inner-page-block h2 {
font-size: 36px;
}
.inner-page-block p{
padding:0px;
}
.footer-style-holder {
padding: 0px 0px 40px 0px;
width: 100%;
display: inline-block;
vertical-align: top;
position: relative;
z-index: 2;
}
.header-style-holder {
padding: 40px 0px;
width: 100%;
display: inline-block;
vertical-align: top;
position: relative;
z-index: 2;
}
.purchase-theme .text-right{
text-align:left !important;
}
.border-style-button{
margin-top:20px;
}
.ratin-dark-section p{
padding:30px 0px;
}
}
@media screen and (max-width:768px) {
.header-footer-section p {
padding: 0px 0px;
}
.header h1 {
display: inline-block;
vertical-align: top;
color: #fff;
font-size: 45px;
line-height: 58px;
margin: 60px 0px 30px 0px;
}
.header p {
display: inline-block;
vertical-align: top;
color: #fff;
font-size: 17px;
line-height: 30px;
font-family: 'Poppins', sans-serif;
font-weight: 500;
padding: 0px 20px 0px 20px;
}
.portfolio-style-section{
background-size: cover;
padding:70px 0px;
}
.portfolio-holder{
margin-top:0px;
}
.portfolio-page-demo{
padding:70px 0px 20px 0px;
}
.shop-section {
padding-top: 70px;
padding-bottom: 107px;
}
.scrollup.active {
bottom: 92px;
right: 23px;
}
}
@media screen and (max-width:400px) {
.header h1 {
display: inline-block;
vertical-align: top;
color: #fff;
font-size: 29px;
line-height: 42px;
margin: 30px 0px 30px 0px;
}
.inner-page-block p {
padding: 0px 10px 0px 10px;
}
.inner-page-block h3 {
font-size: 20px;}
.inner-page-block h2{
font-size:30px;
line-height: 40px;
}
.wraper-header {
padding: 40px 0px 40px 0px;
}
.titel {
font-size: 30px;
}
.ratin-dark-section h3 {
font-size: 35px;
line-height: 45px;
}
.bloging-holder span,
.portfolio-holder span,
.shop-holder span {
font-size: 28px;
line-height: 35px;
}
.bloging-holder h3,
.portfolio-holder h3,
.shop-holder h3 {
font-size: 40px;
line-height: 35px;
}
}