@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900&display=swap');
body {
    font-family: 'DroidSerif';
    font-style: normal;
    color: #242424;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
    color: #242424;
    transition: all 0.5s ease-in-out;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: 0;
    text-decoration: none;
    color: #9f9f9f;
    transition: all 0.5s ease-in-out;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h3 a {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h4 a {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}

h5 a {
    font-size: 18px;
}
ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

.child-pernt {
    display: table;
    height: 100%;
    width: 100%;
}

.child {
    display: table-cell;
    vertical-align: middle;
}

.btn:focus,
a:focus {
    outline: none;
    color: #000;
}

.btn.active,
.btn:active {
    box-shadow: none;
}

figure {
    margin: 0 0 0;
}

.section-padding {
    padding: 100px 0;
}

table {
    width: 100%;
}

.wrapper {
    overflow: hidden; 
}
.texture{
    text-shadow: -1px -1px 0 #242424, 1px -1px 0 #242424, -1px 1px 0 #242424, 1px 1px 0 #242424, 0.03em 0.03em 0 #242424;
    color: #fff;
}
.texture-red .texture{
    text-shadow: -1px -1px 0 #FF0000, 1px -1px 0 #FF0000, -1px 1px 0 #FF0000, 1px 1px 0 #FF0000, 0.03em 0.03em 0 #FF0000;
}
.filter-grid-left .creative-text.texture-red:after{
    background-color: #FF0000;
}
.texture-green .texture{
    text-shadow: -1px -1px 0 #008000, 1px -1px 0 #008000, -1px 1px 0 #008000, 1px 1px 0 #008000, 0.03em 0.03em 0 #008000;
}
.filter-grid-left .creative-text.texture-green:after{
    background-color: #008000;
}
.btn-default{
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 30px;
    border: 1px solid #242424;
    color: #242424;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    text-transform: lowercase;
    box-shadow: 8px 7px 0 0;
    background: repeating-linear-gradient(-45deg,#ffffff00,#ffffff00 2px,#00000000 2px,#f3f3f3 4px);
}
.btn-default:hover{
    box-shadow: 0px 0px 0 0;
    opacity: 1;
    color: #242424;
}
.btn-primary{ 
    border: 1px solid #242424;
    background: 0 0; 
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #242424;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
}
.btn-primary img{
    max-width: 16px;
    width: 16px;
    height: 16px;
}
.btn.btn-secondary {
    font-size: 12px;
    padding: 3px 20px;
    box-shadow: 1px 1px 0;
    letter-spacing: .025em; 
    border: 1px solid;
    transition: all 0.5s ease;
    line-height: 26px;
    border-radius: 30px;
    color: #242424;
    background-color: transparent
}

.btn.btn-secondary:hover {
    box-shadow: -1px -1px 0;
    color: #242424;
}

.btn.btn-secondary i {
    font-size: 9px;
    margin-left: 5px;
}

.form-control{
    display: block;
    width: 100%;
    border: 1px solid #242424;
    padding: 10px 15px;
    font-size: 14px;
    height: 45px;
    font-weight: 300; 
    color: inherit;
    background: #fff;
    box-shadow: 2px 1px 0 #000;
    border-radius: 0; 
}
.form-control:focus{
    outline: none;
    box-shadow: 2px 1px 0 #000;
    border-color: #242424;
}
/*=== Custome Styles ===*/
header {
    padding: 15.5px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
header.change{
    background-color: #fff;
}
header .navbar .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    line-height: 24px;
}

header .navbar .navbar-nav .nav-item {
    margin-right: 30px;
    position: relative;
}

header .navbar .navbar-nav .nav-item:last-child {
    margin-right: 15px;
}
header .navbar .navbar-nav .nav-item.active:after{
    position: absolute;
    content: "";
    background: url(../images/nav-hover.png) 50% repeat;
    background-size: 12px auto;
    left: 10px;
    bottom: 1px;
    width: 100%;
    height: 12px;
    transition: all .5s ease;
    z-index: -1;
}
.navbar-brand {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.right-links {
    display: flex;
}

.right-links li {
    position: relative;
}

.right-links li a img {
    height: 15px;
}

.right-links li {
    margin-left: 11px;
}

.right-links li:last-child {
    margin-left: 20px;
}

.right-links li span {
    display: block;
    font-size: 8px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -7px;
    background: #000;
    color: #fff;
    line-height: 13px;
    height: 13px;
    min-width: 13px;
    padding: 0 2px;
    border-radius: 50%;
    font-weight: 700;
    text-indent: 0;
    text-align: center;
}


/******************Slider Section Start***********************/

.slider-main {
    position: relative;
    /*height: 100vh;*/
}
.slider-main img{
    height: 100%;
    object-fit: cover;
}
.social-button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; 
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 120px;
    font-weight: 600;
    letter-spacing: .05em;
    left: auto;
    right: 0;
}

.social-button div {
    width: 600px;
    text-align: center;
    position: absolute;
    margin-top: 30px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.social-button div a {
    color: #9c9c9c;
    margin: 0 15px;
    display: inline-block;
}

.social-button div a:hover {
    color: #242424;
}

.social-button div a i {
    margin-right: 5px;
}

.scroll-next {
    color: #242424;
    left: auto;
    right: 0;
    position: absolute;
    bottom: 60px; 
    width: 120px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}
.scroll-next:hover{
    color: #000;
}
.scroll-next span {
    display: block;
    padding-bottom: 36px;
    position: relative;
}
.scroll-next span:after{
    position: absolute;
    content: "";
    left: 50%;
    bottom: -18px;
    transform: translate(0,-50%);
    width: 1px;
    height: 36px;
    background-color: #000;
}
.scroll-next i{
    border: 1px solid #000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:  auto;
    font-size: 12px; 
}

.scroll-next:hover {
    bottom: 55px;
}
.banner .item {
    padding: 0 0;
}
.banner-area .banner-bottom .owl-nav>div.owl-next svg {
    position: absolute;
    top: -2px;
    left: -3px;
}
.banner-area .banner-bottom .owl-nav>div{
    border: 1px solid #323232;
    height: 38px;
}
.material-design-icon-keyboard-right-arrow-button:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    font-weight: bold;
}
.material-design-icon-keyboard-left-arrow-button:before{
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    font-weight: bold;
}
.banner .cell { 
    padding: 20px 0;
}
.banner .image-holder{
    height: 100vh;
}
.banner-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.banner .image-holder img{
    height: 100%;
}
.banner .image-holder iframe{
    height: 100%;
    width: 100%;
}
video{
    height: 100%;
    width: 100%;
    position: relative;
}
.video-holder{
    position: relative;
}
.video-holder:after{
    position: absolute;
    content: "";
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    top: 0;
    width: 100%;
    height: 100%;
}
/**************WHAT WE DO********************/

.what-we-do {
    padding: 158px 0 90px
}

.title-for {
    color: #9c9c9c;
    text-transform: uppercase;
}
.content-box h2 {
    margin: 20px 0;
}

.text-inner {
    position: relative;
    padding-left: 45px;
    font-weight: 300;
    line-height: 1.875em;
    margin: 28px 0;
    position: relative;
    width: 100%;
    max-width: 490px;
}

.text-inner:before {
    content: "";
    position: absolute;
    top: 15px;
    margin-left: -17.5px;
    left: 0;
    width: 35px;
    height: 1px;
    border-bottom: 1px solid;
    margin-top: -1px;
}

.row-list {
    display: flex;
    align-items: flex-start;
}

.img-box {
    position: relative;
    max-width: 100%;
    float: left;
    padding-left: 14%;
    width: 100%;
}
.img-box a {
    display: block;
    transition: all .5s ease;
}

.img-box a img {
    transition: all .5s ease;
    width: 100%;
}
.height1{
    height: 525px;
    object-fit: cover;
}
.height2{
    height: 232px;
    object-fit: cover;
}
.img-box a:hover {
    box-shadow: inset 0 0 0 1px
}

.img-box a:hover img {
    transform: translate(10px, 10px);
}

.img-title {
    font-size: 14px;
    position: absolute;
    left: 10px;
    bottom: 0;
    height: 100%;
    line-height: 24px;
    width: 24px;
    overflow: hidden;
}

.img-title div {
    padding-left: 60px;
    position: absolute;
    left: 24px;
    bottom: 0;
    transform: rotate(-90deg);
    transform-origin: 0% 100%;
    white-space: nowrap;
}

.img-title div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 1px;
    border-bottom: 1px solid;
    margin-top: -1px;
}
.articles .row:nth-child(odd) .content {
    margin-left: 82px;
}

.articles .row:nth-child(even) .content {
    margin-right: 82px;
}

.articles .row:nth-child(even) .col-lg-5 {
    order: 2;
}

.articles .row:nth-child(even) .col-lg-7 {
    order: 1;
}

.articles .row:nth-child(even) .img-box {
    padding-left: 0;
    padding-right: 12%;
}

.articles .row:nth-child(even) .img-title {
    left: auto;
    right: 0;
}

.articles .row {
    margin-bottom: 100px;
}

.content {
    position: relative;
}

.content:before {
    background: url(../images/bg-dots3.png) repeat;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 160px;
    width: calc(100% - 64px);
    z-index: -1;
}

.mb-55 {
    margin-bottom: 55px;
}


/*=== FOOTER CSS Styles ===*/
.footer{
    position: relative;
    border-top: 1px solid #f0f0f0;
    padding: 25px 0 15px;
}
.footer-inner .title{
    margin-bottom: 27px;
}
.footer-instagram ul{
    display: flex;
    align-items: center;
    margin: 0 -5px;
}
.footer-instagram ul li{
    padding: 0 5px
}
.footer-instagram ul li img{
    max-width: 81px;
    height: 81px;
    width: 100%;
    object-fit: cover;
}
.footer-inner .text-box ul li{
    margin-bottom: 12px;
}
.footer-inner .text-box ul li a{
    display: inline-block;
    color: #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 3px;
}
.footer-inner form{
    position: relative;
    margin-top: 21px;
}
.footer-inner form .form-control{
    font-style: italic;
    padding: 0 15px; 
    color: #242424;
    border: 1px solid #242424;
    box-shadow: 1px 1px 0 #242424;
    width: 100%;
    height: 40px;
    border-radius: 0; 
}

/*=== PLAYERS PAGE CSS Styles ===*/
.banner-sec{
    padding-top: 112px;
}
.banner-sec .text-box{
    text-align: center;
}
.banner-sec .text-box h1{
    font-size: 140px; 
    color: #fff;
}
.banner-sec .text-box h2{
    margin: 16px 0 55px;
}
.banner-sec .text-box h2 span{
    display: block;
}

.players-filters{
    padding: 46px 0;
}
.filter-sort{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*=== FILTER GRID Styles ===*/
.filter-inner .button-group a.button {
    display: inline-block;
    padding: 9px 0;
    margin: 0 20px;
    border: none; 
    color: #969696;   
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0;
    background-image: none;
    position: relative;
}
.filter-inner .button-group a.button:first-child{
    margin-left: 0;
} 
.filter-inner .button-group a.button:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url(../images/cat-active.png) repeat;
    width: 100%;
    height: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.filter-inner .button-group a.button.is-checked:after{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
/* ---- SORT BY ---- */
.sort-by{
    max-width: 244px;
    width: 100%;
}
.sort-by .dropdown .location-dropdown{
    height: 35px;    
    border-radius: 5px; 
    padding: 0 15px;
    border-color: #9c9c9c;
    box-shadow: 2px 1px 0 #9c9c9c;
    background: url(../images/drop-down-arrow.svg) 95% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 13px;
    width: 100%;
    text-align: left;
    line-height: 35px;
    font-weight: 300;
    font-size: 14px;
}
.dropdown-menu{
    border-radius: 0;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    padding: 0;
} 
.dropdown-menu ul li a{
    padding: 5px 10px;
}
/* ---- .element-item ---- */
/*.element-item{
    position: static !important;
}*/
.element-item > * {
    margin: 0;
    padding: 0;
}
.filter-grid{
    display: flex;
    align-items: self-start;
    justify-content: flex-end;
    position: relative;
    margin-top: 54px;
}
.filter-grid:after {
    position: absolute;
    content: "";
    left: -8px;
    top: 60px;
    background: url(../images/bg-dots3.png) repeat;
    height: calc(100% - 30px);
    width: calc(100% - 160px);
    z-index: -1;
}
.filter-grid-left{
    transform: rotate(-90deg);
    position: absolute;
    left: -205px;
    height: auto;
    width: 450px;
    top: 210px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.filter-grid-left .creative-text{
    position: relative;
    padding-left: 45px;
}
.filter-grid-left .creative-text:after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    background-color: #676767;
    width: 30px;
    height: 2px;
}
.filter-grid-right {
    position: relative;
    max-width: 300px;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.filter-grid-right:hover{
    box-shadow: inset 0 0 0 1px;
    transition: all 0.5s ease-in-out;
}
.filter-grid-right a{
    transition: all 0.5s ease-in-out;
    display: block;
}
.filter-grid-right:hover a{
    transform: translate(10px, 10px);
    transition: all 0.5s ease-in-out;
}
.filter-grid-right .image-holder img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.filter-text-box{
    position: absolute;
    bottom: 46px;
    right: 0;
    display: flex; 
}
.filter-grid-right .filter-text-box .number-text{
    background-color: #fff; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    padding: 3px 3px;
}
.filter-grid-right .text-box{
    background-color: #252525;
    color: #fff;  
    padding: 15px 25px 20px;
}
.filter-grid-right .text-box p{
    font-size: 14px;
    color: #99989d;
    margin-bottom: 5px;
    font-weight: 600;
}
.load-more{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px; 
}
/***************************CONTACT PAGE**********************************/

.contact-card .media {
    align-items: center;
}

.contact-card .media-body,
.contact-card .media-body a {
    font-weight: 300;
    font-size: 16px;
    color: #242424;
}

.contact-card .media-body strong {
    font-weight: 600;
    margin-right: 5px;
}

.contact-card .media .icon-holder {
    width: 46px;
}

.contact-card .media .icon-holder i {
    font-size: 20px;
    line-height: 20px;
}

.contact-card {
    padding-top: 35px;
}

.contact-card h1 {
    margin-bottom: 25px;
    line-height: 60px;
}

.contact-card .media {
    margin-bottom: 30px;
}

.contact-form {
    padding: 55px 0 85px;
}

.addres-box {
    padding: 55px 0;
}

.contact-form h1 {
    margin-bottom: 25px;
}

.custom-form form {
    padding-left: 34px;
}

.custom-form {
    position: relative;
    padding-right: 12px;
}

.custom-form:before {
    background: url(../images/bg-dots3.png) repeat;
    position: absolute;
    content: '';
    top: -25px;
    right: 0;
    height: 160px;
    width: calc(100% - 64px);
    z-index: -1;
}

.custom-form textarea.form-control {
    min-height: 130px;
    resize: none;
}

.contact-form .img-title {
    right: 9px;
    left: auto;
}

.contact-form .img-holder {
    padding-top: 76px;
}
.contact-height1{
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.contact-height2{
    width: 100%;
    height: 310px;
    object-fit: cover;
}
.custom-form form {
    position: relative;
}

.custom-form form:before {
    content: "";
    position: absolute;
    top: 23px;
    margin-left: -17.5px;
    left: 0;
    width: 35px;
    height: 1px;
    border-bottom: 1px solid;
    margin-top: -1px;
}

.custom-form form .btn {
    margin-top: 8px;
}

.map {
    width: 100%;
    height: 335px;
}
.map iframe{
    width: 100%;
    height: 100%;
}
.banner-sec .lead-text .title-for {
    margin-bottom: 14px;
}
/*********************************
SINGLE PLAYER PAGE
*******************************/

.breacrumb-banner {
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

.player-info {
    padding: 55px 0;
}
.player-info-left{
    position: relative;
}
.player-info-left .filter-grid{
    margin-top: 10px;
}
.player-info-left .filter-grid-right .image-holder img {
    height: 730px; 
}
.player-info-left .filter-grid-right {
    position: relative;
    max-width: 490px;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.player-info-left .filter-grid:after {
    height: calc(100% - -10px);
    width: calc(100% - 280px);
    left: -18px;
}
.player-info .img-title {
    bottom: auto;
    top: 0;
    height: 248px;
}

.player-card h3 {
    margin-bottom: 35px;
}

.table-bordered thead tr th {
    border-bottom: none;
    font-weight: 400;
}

.table-bordered thead tr th,
.table-bordered tbody tr td {
    border-color: #242424;
}

.table-bordered thead tr th:last-child,
.table-bordered tbody tr td:last-child {
    border-left: none;
    border-collapse: separate;
    border-spacing: 0px 1px
}

.table-bordered tbody tr td {
    width: 50%;
}

.player-info .img-holder {
    padding-left: 6%;
}

.player-info .img-holder img {
    width: 100%;
    height: 640px;
    transition: all .5s ease;
    object-fit: cover;
}

.player-info .img-holder a {
    display: block;
    transition: all .5s ease;
}

.player-info .img-holder a:hover {
    box-shadow: inset 0 0 0 1px;
}

.player-info .img-holder a:hover img {
    transform: translate(10px, 10px)
}

.social-links {
    margin-top: 15px;
}

.social-links ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.social-links ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #242424;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: solid 1px #242424;
}

.social-links ul li a:hover {
    background-color: #fff;
    color: #242424;
}

.social-links ul li {
    margin-right: 15px;
}

.player-detail .nav li a {
    padding: 10px 0;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #9c9c9c;
}

.player-detail .nav li a.active {
    color: #242424;
}

.player-detail {
    padding-top: 55px;
}

.player-detail .nav li {
    margin-right: 42px;
}

.player-detail .nav li a.active:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url(../images/cat-active.png) repeat;
    width: 100%;
    height: 3px;
    transition: all 0.5s ease-in-out;
}

.player-detail .nav {
    margin-bottom: 35px;
}

.player-detail .table thead tr th,
.player-detail .table tbody tr td {
    width: 50%;
}

.video-wrapper {
    padding: 55px 0;
}

.mb-35 {
    margin-bottom: 35px;
}

.card {
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: block;
}

.card .img-holder {
    margin-bottom: 15px;
    display: block;
}

.card .img-holder img {
    width: 100%;
    object-fit: cover;
    height: 234px;
}

.card-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #242424;
    display: inline-block;
}

.card .date {
    color: #9c9c9c;
    font-weight: 500;
    margin: 0px 0 8px;
}

.card p {
    margin-bottom: 15px;
}

.products-main {
    padding: 0 0 55px;
}


/*********************Section team***********************/

.team {
    padding: 55px 0;
}

.team .card .img-holder {
    padding-bottom: 10px;
    padding-right: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.team .card .img-holder:before {
    position: absolute;
    content: '';
    z-index: 0;
    overflow: hidden;
    background: repeating-linear-gradient(90deg, #ffffff00, #ffffff00 7px, #00000000 7px, #e4e4e4 9px);
    left: 15px;
    top: 25%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}

.team .card .img-holder img {
    height: 262px;
    transition: all 0.5s ease;
    filter: grayscale(100%);
}

.team .card span {
    font-size: 14px;
    color: #9c9c9c;
    margin-top: 8px;
    display: block;
}

.team .card:hover .img-holder img {
    filter: grayscale(0);
}

.team .card {
    transition: all 0.5s ease;
}


#load-more{
    float:right;
    margin:5px;
}
.hidden{visibility:hidden;
        width:0px!important;
        height:0px!important;
        margin:0px!important;
        padding:0px!important;
}



