body {
    margin: 0 auto;
    padding: 0;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'system-ui', sans-serif;
    font-size: 12px;
    color: #464032;
}

a {
    text-decoration: none;
    color: #A7430F;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: "Lato", sans-serif; */
  font-family: "system-ui", sans-serif;
  font-style: normal;
  font-weight: 700;
}

h1,
.h1 {
  letter-spacing: 0.005em;
}

h2,
.h2 {
  letter-spacing: 0.005em;
}

h3,
.h3 {
  letter-spacing: 0.005em;
}

h4,
.h4 {
  letter-spacing: 0.005em;
}

h5,
.h5 {
  letter-spacing: 0.005em;
}

h6,
.h6 {
  letter-spacing: 0.005em;
} 

img {
    width: 100%;
    height: auto;
    border: 0px;
}

.breaker {
    clear: both;
    height: 0.1px;
}

.break {
    clear: both;
    height: 20px;
}

.fixed-apps {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 45px;
    z-index: 999999;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.fixed-apps:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
}

#wrapper {
    margin: 0 auto;
    padding: 0px 0 3px;
    background: none;
    width: 100%;
    z-index: 99999;
}

#header {
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    max-width: 280px;
    /* background: #fff; */
}

#header .caller {
    float: right;
    padding: 10px 20px;
    background: linear-gradient(to right, #681453bf, #f5291645);
    color: #fff;
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: 0px;
    margin-left: 50px;
}

.arrow-down {
    position: relative;
    width: 40px;
    margin: auto;
    display: block;
    margin-top: -50px;
    z-index: 99999;
}

.about-band {
    padding: 60px 0 20px;
    background: #00BFD6;
    text-align: center;
    color: #fff;
}

.about-band h2 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 5px;
}

.bord {
    margin: auto;
    width: 110px;
    height: 4px;
    background: #fff;
    margin-bottom: 25px;
}

.bord2 {
    margin: auto;
    width: 110px;
    height: 4px;
    background: #BEBEBE;
    margin-bottom: 25px;
}

.bord3 {
    margin: auto;
    width: 110px;
    height: 2px;
    background: #FFC303;
    margin-bottom: 25px;
}

.about-band p {
    font-size: 15px;
    font-weight: normal;
    margin-top: 5px;
    line-height: 24px;
    display: block;
    margin: auto;
    max-width: 900px;
}

.pager {
    padding: 20px 0;
    /* background: linear-gradient(to right, #681453bf, #f5291645); */
    background-color: rgb(255 255 255)
}

.content {
    max-width: 1200px;
    margin: auto;
    color: #333333;
}

.content h2,
.accurate-feed h2 {
    font-size: 26px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFDD00;
}

.content h3 {
    font-size: 35px;
    font-weight: 600;
    color: #90517f;
    margin: 10px 0 20px;
    font-weight: 700;
    
}

.content p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 22px;
    text-align:justify;
}

.lefter {
    float: right;
    max-width: 360px;
    margin-left: 25px;
}

.more-btn {
    padding: 5px 18px;
    background: #29ff00;
    font-size: 15px;
    color: #222;
}

.accurate-feed {
    float: right;
    width: 36%;
    color: #fff;
    margin-top: 0px;
}

.accurate-feed h3 {
    font-size: 17px;
    margin-bottom: 2px;
    margin-top: 22px;
    font-weight: normal;
}

.accurate-feed span {
    float: right;
    font-size: 15px;
}

.all-service {
    margin: auto;
    max-width: 1200px;
    padding: 20px 0;
}

.all-service h2 {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.point-1 {
    float: left;
    width: 48%;
    margin: 15px 1%;
}

.point-1 a {
    color: #3500c5;
    font-weight: 600;
}

.point-1 a:hover {
    color: #1FC7DB;
}

.point-icon {
    width: 110px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 100%;
}

.point-1 h3 {
    font-size: 18px;
    color: #222;
    font-weight: normal;
    letter-spacing: 0.7px;
    margin-bottom: 5px;
}

.point-1 p {
    padding: 4px 0px;
    font-size: 14px;
    line-height: 22px;
    color: #888888;
    margin-top: 10px;
}

.theme-all {
    padding: 30px 0;
    background: #fff;
}

.theme-all h2 {
    text-align: center;
    color: #ec9916;
    font-family: 'Share Tech';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 33px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.choose-btn {
    display: block;
    margin: auto;
    width: 170px;
    padding: 6px 0;
    line-height: 24px;
    background: #000;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 30px;
}

.choose-btn:hover {
    background: #E9BC25;
}

.booking {
    padding: 20px 0 40px 0;
    background: url(../image/appoint-bg.jpg) top center no-repeat;
    background-size: cover;
}

.query {
    margin: auto;
    max-width: 1150px;
}

.query h1 {
    padding: 2px 0 0 0px;
    color: #000000;
    text-align: center;
    font-size: 29px;
    margin: 10px 0 10px 0px;
    font-weight: normal;
}

.query h3 {
    color: #3F3F3F;
    padding: 0 15px 0 15px;
    text-align: center;
    line-height: 150%;
    margin: 10px 0;
    font-weight: normal;
    font-size: 17px;
}

#great {
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 20px;
    padding: 10px;
}

.quote-input {
    font-size: 15px;
    padding: 8px 1%;
    color: #9C9999;
    float: left;
    height: 32px;
    width: 45%;
    margin: 10px 1%;
    border: none;
    background: #EEEEEE;
}

.quote-input2 {
    font-size: 14px;
    padding: 8px 1%;
    color: #9C9999;
    width: 94%;
    height: 100px;
    border: none;
    background: #EEEEEE;
    font-weight: bold;
    margin: 10px 0px 12px 5px;
}

.bluebox2 {
    margin: auto;
    width: 220px;
    border: none;
    margin-left: 6px;
    background: #00BFD6;
    padding: 15px 25px 12px 25px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    transition: 0.5s x;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    cursor: pointer;
}

.bluebox2:hover {
    background: #000000;
    color: #fff;
}

.scrollup {
    width: 45px;
    height: 45px;
    border-radius: 3px;
    text-indent: -9999px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
    z-index: 109999;
}

.testim {
    margin: auto;
    max-width: 100%;
    padding: 20px 0;
    background: url(../image/zen/bgg.jpg) center center !important;
}

.vide {
    width: 30%;
    float: right;
    padding-bottom: 10px;
    margin-top: 15px;
    background: #fff;
    border: 2px solid #00BFD6;
}

.vide h2 {
    font-size: 21px;
    text-align: center;
    color: #fff;
    background: #00BFD6;
    margin-top: 0px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    padding: 10px 0;
}

.vide p {
    padding: 0px 15px 10px;
    font-size: 13px;
    margin: 12px 0;
    color: #fff;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
}

.highl {
    font-weight: bold;
    color: #00BFD6;
}

.vide a,
.vide a:hover {
    color: #000;
}

#footer-wrap {
    background: #1d1d1e;
    padding: 10px 0 20px;
}

.footer-stat,
#footer {
    margin: 0 auto;
    max-width: 1200px;
}

.footer-stat h3 {
    color: #E1E1E1;
    font-size: 19px;
    font-weight: normal;
    margin: 25px 0 20px 0px;
    padding-bottom: 8px;
}

.footer-stat a {
    text-decoration: none;
    color: #fff;
}

.footer-stat a:hover {
    text-decoration: none;
    color: #ec9916;
}

.footer-stat li {
    padding: 7px 10px 7px 0px;
    list-style: none;
    text-align: justify;
    letter-spacing: 0.5px;
    color: #AAAAAA;
    font-size: 14px;
    line-height: 20px;
}

.footer-stat p {
    padding: 7px 10px 7px 0px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    margin: 0px;
    line-height: 22px;
}

.adrs {
    float: left;
    max-width: 21px;
    margin-right: 12px;
    margin-bottom: 10px;
}

.mbl {
    max-width: 20px;
    margin-right: 12px;
    float: left;
}

.eml {
    float: left;
    max-width: 20px;
    margin-right: 12px;
}

.foot {
    float: left;
    width: 16%;
    margin-right: 2%;
}

.foot2 {
    float: left;
    width: 28%;
}

.foot3 {
    float: right;
    width: 34%;
}

.mappi {
    background: #fff;
    padding: 3px;
    border-radius: 4px;
}

.feeter {
    /* background: linear-gradient(to right, #681453bf, #f5291645); */
    background-color: rgb(91 18 234);
    padding: 0px 0 9px;
}

#footer p {
    margin: 0;
    padding-top: 10px;
    line-height: normal;
    font-size: 14px;
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
}

.dest {
    float: right;
}

#follows {
    position: fixed;
    top: 180px;
    left: 0px;
    padding: 1px 4px 6px;
    border: 1px solid #0071BC;
    background: #fff;
    z-index: 1999999;
    border-radius: 0 4px 4px 0;
}

.scl {
    width: 30px;
    height: 30px;
    text-decoration: none;
    display: block;
    float: left;
    margin-top: 6px;
}

.why-us {
    padding: 50px 0 20px;
    margin: auto;
    max-width: 1200px;
    text-align: center;
}

.why-us h2 {
    font-size: 27px;
    margin-top: 12px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
}

.title-bg {
    margin: auto;
    width: 15px;
    height: 63px;
    background: url(../image/title-bg.jpg);
    margin-bottom: 20px;
}

.why-us h3 {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 12px;
    color: #333333;
    padding: 5px 18px;
}

.why-us p {
    font-size: 13px;
    margin-top: 12px;
    line-height: 22px;
    color: #333333;
    padding: 5px 18px;
}

.lapse {
    float: left;
    width: 33.3%;
}

.lapse:hover .lapse-icon {
    border: 2px solid #FB0001;
}

.bord4 {
    margin: auto;
    width: 40px;
    height: 3px;
    background: #000;
}

.lapse-icon {
    width: 80px;
    border-radius: 100%;
    padding: 4px;
    border: 4px solid #ec9916;
}

.skills {
    padding: 20px 0 45px;
    margin: auto;
    max-width: 1200px;
}

.skiller {
    float: left;
    width: 36%;
    margin: 10px 2% 10px 0;
}

.skiller2 {
    float: right;
    width: 55%;
    margin: 10px 0px 0;
}

.skills h2 {
    font-size: 22px;
    font-weight: normal;
    color: #00BFD6;
    letter-spacing: 0.7px;
}

.skills p {
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
}

.skills h3 {
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}

.skills span {
    float: right;
    font-size: 15px;
}

.quickr {
    padding: 20px 0 40px;
    /* background: linear-gradient(to right, #681453bf, #f5291645); */
    background-color: rgb(171, 157, 201);
    text-align: center; 
}

.quickr h2 {
    font-size: 25px;
    padding: 0 15px;
    font-weight: normal;
}

.quickr h3 {
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: normal;
    margin-bottom: 32px;
}

.get-btn {
    padding: 5px 22px;
    color: #fff;
    background: linear-gradient(to right, #681453bf, #f5291645);
    font-size: 15px;
    letter-spacing: 0.5px;
    border-radius: 4px;
}

.get-btn:hover {
    color: #fff;
    background: linear-gradient(to right, #f4990e, #00ade9);
}

.page {
    margin: auto;
    max-width: 1200px;
    padding: 25px 0;
}

.matter {
    float: left;
    width: 70%;
    color: #fff;
}

.matter h2 {
    font-size: 35px;
    font-weight: 600;
    color: #90517f;
    margin: 10px 0 3px;
    font-weight: 700;
}

.matter h3 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin: 16px 0 10px;
}

.matter p {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
    color: #222;
    line-height: 22px;
    text-align: justify;
    margin-top:5px;
}

.sider2 {
    float: right;
    width: 25%;
    margin-top: 70px;
    position: relative;
    z-index: 9999;
}

.listers {
    margin-top: 15px;
    background: linear-gradient(to right, #681453bf, #f5291645);
    border-radius: 4px;
    padding-bottom: 12px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .08);
}

.listers h2 {
    font-size: 20px;
    text-align: center;
    padding: 15px 0 12px 10px;
    margin-top: 0px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 25px;
}

.listers li {
    list-style: none;
    line-height: 20px;
    padding: 6px 0 7px 10px;
}

.listers input[type="text"] {
    width: 84%;
    display: block;
    margin: auto;
    color: #999999;
    padding: 7px 2% 7px 4%;
    line-height: 20px;
    border: none;
    margin-top: 12px;
    font-size: 15px;
    background: #F6F6F6;
}

.listers select {
    width: 91%;
    display: block;
    margin: auto;
    color: #999999;
    padding: 7px 2% 7px 4%;
    line-height: 20px;
    border: none;
    margin-top: 15px;
    font-size: 12px;
    background: #F6F6F6;
}

.listers textarea {
    padding: 9px 0 9px 4%;
    border: none;
    background: #F6F6F6;
    width: 86%;
    display: block;
    margin: auto;
    font-size: 15px;
    margin-top: 12px;
    color: #999999;
}

.listers input[type="button"] {
    padding: 12px 0;
    background: linear-gradient(to right, #681453bf, #f5291645);
    display: block;
    width: 92%;
    display: block;
    margin: auto;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border: 0px;
    margin-top: 9px;
    margin-bottom: 8px;
}
.listers input[type="submit"] {
    padding: 12px 0;
    background: linear-gradient(to right, #681453bf, #f5291645);
    display: block;
    width: 92%;
    display: block;
    margin: auto;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border: 0px;
    margin-top: 9px;
    margin-bottom: 8px;
}
input[type="submit"] {
    padding: 12px 0;
    background: linear-gradient(to right, #681453bf, #f5291645);
    display: block;
    width: 92%;
    display: block; 
    color: #fff;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border: 0px;
    margin-top: 9px;
    margin-bottom: 8px;
}

.linker {
    background: #F6F6F6;
    margin-top: 20px;
}

.linker h3 {
    color: #fff;
    font-size: 19px;
    background: linear-gradient(to right, #681453bf, #f5291645);
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    letter-spacing: 1px;
    padding: 8px 0px 8px 15px;
}

.linker a {
    color: #000;
    display: block;
    font-size: 15px;
    margin-top: 0px;
    border-left: 5px solid #F6F6F6;
    padding: 10px 0 10px 12px;
    border-bottom: 1px solid #ECECEC;
}

.linker a:hover {
    color: #000;
    border-left: 5px solid #05aee6;
}

.sider-icon {
    float: left;
    width: 10px;
    margin-right: 9px;
    margin-top: 6px;
    margin-bottom: 8px;
}

.gal-categ {
    float: left;
    width: 29.3%;
    text-align: center;
    margin-right: 3%;
    padding: 0.5%;
    background: #E3FDFF;
}

.gal-categ h4 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 5px 0;
}

.vide {
    width: 30%;
    float: right;
    padding-bottom: 10px;
    margin-top: 15px;
    background: #fff;
    border: 2px solid #00BFD6;
}

.vide h2 {
    font-size: 21px;
    text-align: center;
    color: #fff;
    background: #00BFD6;
    margin-top: 0px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    padding: 10px 0;
    font-weight: normal;
}

.vide p {
    padding: 0px 15px 10px;
    font-size: 13px;
    margin: 12px 0;
    color: #fff;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
}

.highl2 {
    font-weight: bold;
    color: #00BFD6;
}

.vide a,
.vide a:hover {
    color: #000;
}

.arrow-icon {
    width: 10px;
    margin-right: 10px;
}

.team {
    width: 23.3%;
    float: left;
    margin: 0.5%; 
}
.team img{
    border-radius: 4px;
}

.work {
    width: 23%;
    float: left;
    margin: 0.5%; 
    border-radius: 4px;
}
.work img{
    border-radius: 4px;
}
.project {
    width: 23%;
    float: left;
    margin: 0.5%; 
    border: 1px solid #ec9916;
    border-radius: 4px;
}
.project img{
    border-radius: 4px;
}
.project h3{
    text-align: center;
}
#cont-quote {
    margin: auto;
    max-width: 900px;
}

#cont-quote p {
    color: #343434;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.q-input {
    font-size: 14px;
    padding: 5px 8px;
    color: #000;
    background: none;
    width: 44%;
    margin-right: 3%;
    margin-bottom: 12px;
    float: left;
    background: #EEEFE5;
    line-height: 22px;
    border: none;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
}

.q-inputs {
    font-size: 14px;
    padding: 5px 8px;
    color: #000;
    background: none;
    width: 46%;
    margin-right: 3%;
    margin-bottom: 12px;
    float: left;
    background: #EEEFE5;
    line-height: 22px;
    border: none;
    height: 40px;
    line-height: 30px;
    border-radius: 4px;
}

.q-enuiry {
    font-size: 14px;
    padding: 5px 8px;
    color: #000;
    width: 93%;
    background: #EEEFE5;
    border: none;
    line-height: 22px;
    float: left;
    border-radius: 4px;
    margin: 4px 0px 12px 0px;
}

.q-box {
    float: left;
    width: 220px;
    margin: 5px 0px 0 0px;
    padding: 10px 28px;
    background: linear-gradient(to right, #681453bf, #f5291645);
    line-height: 24px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.q-box:hover {
    background: #FFD100;
    color: #000;
}

.cln {
    padding: 30px 0;
    background: #fff;
}

.cln h2 {
    color: #90517f;
    margin: 0px 0 20px 15px;
    font-size: 28px;
    padding: 8px 0 8px 15px;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
}

.round-up {
    width: 130px;
    border: 1px solid #D8E8F8;
    padding: 4px;
    background: #fff;
}

.round-up:hover {
    border: 1px solid #FF9702;
}

.produ {
    padding: 20px 0;
    background: #EEEEEE;
}

.prod-list {
    max-width: 1200px;
    margin: auto;
}

.prod-list h2 {
    color: #000;
    margin: 0px 0 20px 0px;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0 8px 15px;
    display: block;
    background: #FBCA00;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 1px;
    font-weight: bold;
}

.prod-1 {
    float: left;
    width: 25%;
    cursor: pointer;
}

.prod-image {
    display: block;
    height: 180px;
    padding: 20px;
    max-width: 100%;
    background: #fff;
    border: 1px solid #CBCBCB;
    margin: 0;
    padding: 10px;
    /*border-radius: 6px 6px 0 0;*/
}

.prod-image:hover {
    border: 1px solid #2980B9;
}

.prod-1 span img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.prod-1 span img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.prod-1 h3 {
    list-style: none;
    color: #012F5D;
    font-size: 22px;
    margin: 0px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 6px 10px 10px;
}

.prod-1 {
    text-align: center;
}

.prod-1 p img {
    width: 180px;
}

.prod-detail {
    float: right;
    width: 67%;
    padding: 2%;
    background: #fff;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 2px solid #E1E1E1;
}

.prod-detail h3 {
    font-size: 21px;
    line-height: 25px;
    color: #2980B9;
    margin-top: 0px;
}

.prod-detail p {
    font-size: 15px;
    line-height: 25px;
    color: #7A7A7A;
}

.prod-detail ul {
    margin: 0px;
    padding: 0px;
}

.prod-detail li {
    font-size: 15px;
    line-height: 25px;
    color: #7A7A7A;
    list-style: none;
    padding: 4px 0;
}

.dot {
    float: left;
    width: 10px;
    margin-top: 7px;
    margin-right: 10px;
}

.bord3 {
    height: 3px;
    width: 100%;
    background: #BDD5D5;
    margin: 15px 0;
    clear: both;
}

#feature {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

#feature h1 {
    font-size: 35px;
    font-weight: 600;
    color: #90517f;
    margin: 10px 0 20px;
    font-weight: 700;
}

#content h2 {
    color: #f4990e;
    margin: 0px 0 20px 15px;
    font-size: 28px;
    text-transform: uppercase;
    padding: 8px 0 8px 15px;
    display: block;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 1px;
    border-left: 4px solid #FBCA00;
    font-weight: bold;
}

.highl {
    font-size: 35px;
    font-weight: 600;
    color: #90517f;
    margin: 10px 0 20px;
    font-weight: 700;
}

#feature h2 {
    color: #333333;
    margin: 0px 0 8px 0px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 0 8px 15px; 
    display: block;
    font-weight: 600;   
}

#feature p {
    color: #7A7A7A;
    font-size: 15px;
    padding: 0;
    line-height: 24px;
}

#feature a {
    text-decoration: none;
    color: #012F5D;
}

#feature a:hover {
    text-decoration: none;
    color: #FBCA01;
}

.lex {
    float: left;
    border-radius: 4px;
    border-width: 2px;
    box-shadow: 0px 0px 5px #f4990e;
}

.league {
    padding: 0px 0px 6px 0;
    border-bottom: 1px solid #FBCA01;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.league:hover {
    border-bottom: 1px solid #FBCA01;
}

.read-btn {
    background: #05aee6;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
}

.banner {
background-image: url('../image/zen/w33.jpg');
    padding: 100px 0;
    text-align: center;
    background-position: bottom center;
}

.directors {
    width: 25%;
}