body, html {
	height: 100%;
}
body {
	color: #939393;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.8;
}
b, strong {
    color: #666;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	cursor: inherit;
}
a {
	color: #aaa;
	text-decoration: none;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
a:hover {
	text-decoration: none;
	color: #FFAB00;
}
a:focus {
	outline: none;
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Rubik', sans-serif;
	color: #000;
	letter-spacing: -0.04em;
	line-height: 1.3;
	word-wrap: break-word;
}
iframe {
	border: none;
	width: 100%;
}
img {
	max-width: 100%;
}
.spacing10 {
	width: 100%;
	height: 10px;
}
.spacing20 {
	width: 100%;
	height: 20px;
}
.spacing30 {
	width: 100%;
	height: 30px;
}
.spacing40 {
	width: 100%;
	height: 40px;
}
.spacing80 {
	width: 100%;
	height: 80px;
}
.margin-right10{margin-right:10px;margin-bottom:10px;}
ul, ol {
	list-style-position: outside;
	list-style-type: circle;
	margin: 0;
	padding: 0 0 0 20px;
}
.clearboth {
	clear: both;
}

.content {
    background: #fff none repeat scroll 0 0;
    padding: 80px 0 ;
    position: relative;
    z-index: 1;
}
.dark-bg .content{background:#1f1f1f;}
.dark-bg .gray-bg{background:#181818;}
.gray-bg {
	background: #fafafa;
}
.color-bg,.color-bg h1, .color-bg h2, .color-bg h3, .color-bg h4,.color-bg h5, .color-bg h6,.color-bg strong,.color-bg b{color:#fff;}

.indigo-bg{
	background:#5C6BC0;
}
.pink-bg{
	background:#E91E63;
}
.green-bg{
	background:#7CB342;
}
.white-bg {
	background: #ffffff;
}
blockquote {
    border: medium none;
    font-family: playfair display;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5;
    padding: 0 0 0 40px;
    position: relative;
}
blockquote::before{
	content:"\f10e";
    background: #1f1f1f none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: fontawesome;
    font-size: 14px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
	font-style:normal;
    width: 30px;
}
.dark-bg {
    background: #1f1f1f none repeat scroll 0 0;
}
.dark-bg .content-title{color:#fff;}
.content-title span {
    color: #FFAB00;
}
.content-line {
    height: 1px;
    width: 300px;
    background: #ccc;
    margin: auto;
    margin-bottom: 40px;
	max-width: 100%;
}


.box-align-center {
    text-align: center;
}
.box-align-center blockquote::before {
    bottom: -40px;
    left: 50%;
    margin-left: -15px;
    top: auto;
}
.personal-color {
    color: #1f1f1f;
}
.align-right{text-align:right;}
.row-black{
	background:#333;
	margin:0;
	padding:80px 30px
}
.row-black .content-box-title::after {
    border-bottom: 5px solid #fff;
}

.row-black .content-box-title > h3,.row-black b, .row-black strong {
	color:#fff;
}
.img-bg {
	background-position: center center;
	background-size: cover;
}

.no-bottom{
	padding-bottom:0;
}
.content-head{
	text-align: center;
	margin-bottom:80px;
}
.content-title {
    font-size: 55px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.title-box {
    margin-bottom: 80px;
}
.sub-content {
    margin: auto;
    max-width: 900px;
	font-family:'Roboto', sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #B8B8B8;
}
.padding-top {
    padding-top: 80px;
}
/*----to top style----*/
.to-top.fixed {
    opacity: 1;
	bottom:30px;
}
.to-top {
    background: #020223  none repeat scroll 0 0;
    bottom: -150px;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 48px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 50px;
    z-index: 333;
	overflow:hidden;
	 -webkit-transition-duration: 0.5s; 
    transition-duration: 0.5s;
	border-radius:100px;
}
.to-top:focus{color:#fff;}
.to-top:hover{color:#fff;}
.to-top::before {
    background:#FFAB00 none repeat scroll 0 0;
    border-radius: 200px;
	opacity:0.3;
    content: "";
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
	opacity:0.3;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	-webkit-transition-duration: 0.8s; 
    transition-duration: 0.8s;
}
.to-top::after {
    background: #FFAB00  none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
	opacity:0.3;
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
	transition-delay:0.3s;
}
.to-top:hover::after,.to-top:hover::before{
	opacity:1;
	transform: scale(4);
	-ms-transform: scale(4);
    -webkit-transform: scale(4);
}
/* --------------------------------------------PRELOADER SECTION--------------------------------------------- */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 999999; /* makes sure it stays on top */
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.spinner {
  margin: auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #1C2857;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*------------------------------INNER PAGE--------------------------------------*/
.table-box {
    display: table;
    width: 100%;
	position:relative;
	z-index:1;
}
.table-padding{padding:0 10%;}
.dark-page .table-box{background:#1f1f1f;}
.table-cell-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
	padding:0;
    float: none;
	overflow:hidden;
}

.box-full-img {
    min-height: 200px;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
	z-index:-2;
}
.table-content h3 > span{color:#FFAB00 ;}
.dark-bg h3{color:#fff;}
.table-content {
    padding: 80px 40px;
}
.icon-cell {
    font-size: 60px;
    color: #fff;
    transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    position: relative;
	opacity:0;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
}
.icon-cell-sub {
    color: #fff;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    position: relative;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-style: italic;
    font-size: 20px;
    margin: 0;
	opacity:0;
	-webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
	-moz-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
	-ms-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
	-o-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
	transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
	transition-delay:0.4s;
}
.table-cell-box:hover .icon-cell-sub,.table-cell-box:hover .icon-cell{
	transform: translateY(0);
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
	opacity:1;
}
.cell-box-relative{position:relative;z-index:1;}
.big-icon-bg {
    font-size: 300px;
    position: absolute;
    bottom: -10%;
    line-height: 1;
    left: -10%;
    z-index: 0;
    opacity: 0.1;
}
.box-padding {
    padding: 22%;
    text-align: center;
	position:relative;
	overflow:hidden;
	cursor: pointer;
}
.img-bg {
	background-position: bottom left;
	background-size: cover;
}

.cell-box-content {
    padding: 10%;
    text-align: center;
    max-width: 700px;
    margin: auto;
	color:#fff;
}
.cell-box-title {
    color: #fff;
	margin: 0;
    text-transform: uppercase;
    font-size: 50px;
}
.cell-box-title span{color:#FFAB00;}
.cell-box-sub {
    color: #fff;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-style: italic;
    font-size: 20px;
    margin: 0;
	opacity:0.8;
}
.cell-img .slider-mask{
	background:rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
}
.cell-img:hover .slider-mask{background-color:rgba(0,0,0,0.6);}
.table-content h3 {
    font-size: 55px;
    margin: 0;
    margin-bottom: 40px;
}
.table-content h3 span{color:#FFAB00;}
.full-img-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -2;
}
.content-btn {
    background: #FFAB00 none repeat scroll 0 0;
	border:1px solid #FFAB00;
    color: #fff;
	display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
	font-size:15px;
    padding: 10px 40px;
	border-radius:100px;
    text-transform: uppercase;
	position:relative;
	overflow:hidden;
	z-index:1;
	 -webkit-transition-duration: 1.5s; 
    transition-duration: 1.5s;
}
.content-btn:hover{color:#FFAB00;border:1px solid #FFAB00;}
.content-btn:active,.content-btn:focus{color:#FFAB00;background:#fff;border:1px solid #FFAB00;}
.color-bg .content-btn,.color-bg .content-btn:focus,.color-bg .content-btn:active,.color-bg .content-btn:hover{border:none;}
.content-btn::before {
    background: #eee none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
	opacity:0.3;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	-webkit-transition-duration: 0.8s; 
    transition-duration: 0.8s;
}
.content-btn::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
	opacity:0.3;
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
	transition-delay:0.3s;
}
.content-btn:hover::after,.content-btn:hover::before{
	opacity:1;
	transform: scale(4);
	-ms-transform: scale(4);
    -webkit-transform: scale(4);
}
/*-----------------------------SLIDER SECTION-----------------------------------*/
.home-slider{background:#fff;}
.slider > .slide{opacity:0;position:absolute;top:0;left:0;}
.slider > .slide:first-child{position:relative;}
.slider-img-bg {
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	background-size: cover;
background-position: 50% 50%;
	z-index: -2;
}

.slider-hidden{overflow:hidden;}
.slider-mask{
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 100%;
    left: 0%;
    position: absolute;
    top: 0%;
    width: 100%;
    z-index: -1;
}
.slider-box {
    padding-bottom: 185px;
    padding-top: 185px;
    position: relative;
}
.slide{
	position:relative;
	overflow:hidden;
}
.slider-title {
    color: #fff;
    font-size: 80px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.slider-text {
    color: #fff;
    margin-bottom: 40px;
}

.top-slider {
    font-family: roboto;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 10px;
    font-size: 20px;
}
.slick-arrow {
    position: absolute;
    left: 20px;
    opacity: 0;
    font-size: 15px;
    color: #fff;
    z-index: 3;
    margin-top: -20px;
    top: 50%;
    cursor: pointer;
    background: #FFAB00;
    width:40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.fa.fa-arrow-right.slick-arrow {
    left: auto;
    right: 20px;
}
.slick-arrow:hover{
	background:#fff;
	color:#FFAB00;
	transform:scale(1.1);
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.slider:hover .slick-arrow{
	opacity:1;
}
.btn-relative{overflow:hidden;display:inline-block;}
.slider-btn {
    background: #FFAB00 none repeat scroll 0 0;
    color: #fff;
	display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
	font-size:15px;
    padding: 10px 40px;
	border-radius:100px;
    text-transform: uppercase;
	position:relative;
	overflow:hidden;
	z-index:1;
	 -webkit-transition-duration: 1.5s; 
    transition-duration: 1.5s;
}
.slider-btn:hover{color:#FFAB00;}
.slider-btn:active,.slider-btn:focus{color:#FFAB00;background:#fff;}
.slider-btn::before {
    background: #eee none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
	opacity:0.3;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	-webkit-transition-duration: 0.8s; 
    transition-duration: 0.8s;
}
.slider-btn::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
	opacity:0.3;
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
	transition-delay:0.3s;
}
.slider-btn:hover::after,.slider-btn:hover::before{
	opacity:1;
	transform: scale(4);
	-ms-transform: scale(4);
    -webkit-transform: scale(4);
}
.slider-content {
    max-width: 800px;
    width: 100%;
    text-align: center;
    margin: auto;
}
.slider-content.center-box-slider {
    margin: auto;
    text-align: center;
}
.center-box-slider .slider-line {
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 25px;
    background: #FFAB00;
    height: 10px;
    width: 100px;
}
.page-head-slider .slider-box {
    padding-top: 200px;
    padding-bottom: 120px;
}

/*------------------------------ABOUT SECTION---------------------------------*/
#team{}

.logomagic{position: absolute;left:50%; z-index: 100;}
.logomagic img{width: 50%; margin-left: -25%; margin-top: -25%;}

.ab-box .fa {
    display: inline-block;
    color: #FFAB00;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}
.ab-box h3 {
    font-size: 40px;
    margin: 0;
    margin-bottom: 40px;
    position: relative;
    padding-left: 60px;
}
.ab-sub {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}
.team-post {
    color: #FFAB00;
}
#team .table-box {
    margin-bottom: -1px; /*---to fix white border in chrome---*/
}
.team-name {
    color: #fff;
    font-size: 40px;
    margin: 0;
    transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    position: relative;
	opacity:0;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
}

.cell-img:hover .team-name ,.cell-img:hover .team-soc-list{
	transform: translateY(0);
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
	opacity:1;
}
.team-soc-list {
    list-style: none;
    padding: 0;
    transform: translateY(100%);
	-webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    position: relative;
    margin: 0;
	opacity:0;
	-webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
	-moz-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
	-ms-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
	-o-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
	transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
	transition-delay:0.1s;
}
.team-soc-list li {
    display: inline-block;
	margin: 0 5px;
}
.team-soc-list a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    color: #fff;
    background: #1C2857;
    line-height: 35px;
}
.team-soc-list a:hover{
	background: #fff;
	color:#1C2857;
}


/*-----------------------------FOOTER SECTION-----------------------------------*/
.footer {
    background: #1C2857 none repeat scroll 0 0;
	text-align:center;
	line-height: 1.6;
	font-size: 15px;
	padding:80px 0
}
.footer-img {
    margin-bottom: 20px;
}
.footer-icon {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.footer-icon li {
    display: inline-block;
}
.footer-icon li a {
    background: rgba(255,255,255,1);
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    border-radius: 100px;
	color:#1C2857;
}
.footer-icon li a:hover{
	background: #1C2857;
	color:#fff;
}

/*-----------------------------MEDIA QUERIES-----------------------------------*/
@media (max-width:1199px) {
.port-item{width:33.3%;}
.other-portfolio .port-item,.port-gallery-body .port-item{width:50%;float:left}
.blog-title {
    font-size: 50px;
}
.no-tablet-table{display:block;}
.table-cell-box.col-md-12 {
    display: block;
	width:100%;
    float: left;
}
.team-img {
    display: block;
    float: left;
}
}
@media (max-width:992px) {
.slider-title,.blog-title ,.hero-title{
    font-size: 40px;
}

.top-slider {
    letter-spacing: 6px;
    font-size: 18px;
}
.cell-left-border{border:none;}
.content-title,.table-content h3 {
    font-size: 50px;
}
.table-content .response h3 {
    font-size: 22px;
}
.container-fluid {
    max-width:100%;
}
.slider-text,.slider-line{display:none;}
.port-item{width:50%;}
.table-cell-box,.box-30,.box-70{width:100%;display:block;}

.p1{border-top: 20px solid #fff;border-bottom: 10px solid #fff;}
.p2{border-top: 10px solid #fff;border-bottom: 10px solid #fff;}
.p3{border-top: 10px solid #fff;border-bottom: 10px solid #fff;}
.p4{border-top: 10px solid #fff;border-bottom: 20px solid #fff;}
}
@media (max-width: 767px) {
.content-title,.table-content h3,.hero-title {
    font-size: 40px;
}
.box-with-icon {
    padding: 0;
}
.box-with-icon .fa {
    position: relative;
}
.blog-title {
    font-size: 45px;
}
}

@media (max-width: 992px){
.logomagic{display: none !important;}
}

@media (max-width: 600px) {
.port-item,.other-portfolio .port-item,.port-gallery-body .port-item{width:100%;float:none;}
.cell-line{display:none;}
.slider-title,.blog-title,.hero-title {
    font-size: 30px;
}
.top-slider {
    letter-spacing: 4px;
    font-size: 15px;
}
.slider-box {
    padding-bottom:100px;
    padding-top: 150px;
}
.page-head-slider .slider-box {
    padding-top: 100px;
    padding-bottom: 50px;
}
}
@media (min-width: 993px){
.table-cell-box {box-sizing: border-box; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;  border-style: solid; border-color: #fff;}
.p1{border-width: 20px 10px 10px 20px;}
.p2{border-width: 20px 20px 10px 10px;}
.p3{border-width: 10px 10px 20px 20px;}
.p4{border-width: 10px 20px 20px 10px;}
}
