<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
    overflow: hidden;
    z-index: 999;
    position: relative;
    padding-bottom: 20px;
}

.newKuwaitLogo {
}

.newKuwaitLogo img {
    max-width: 100%;
}

body {
    font-size: 16px;
    font-family: Times New Roman, roboto;
}

.img-thumbnail {
    padding: 0rem;
    border: 0px solid #dee2e6;
    border-radius: 0px;
}

.outlineNone {
    outline: none;
}

.content-start p ,.read-more {
    line-height: 21px;
    color: #101010;
    font-size: 16px;
}

.heading,.headingKeynote {
    font-style: italic;
    color: #286fb3;
    font-size: 27px;
    padding: 9px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    position: relative;
}

.heading:before {
    content: "";
    background-image: url(../img/eagelleft.png);
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -70px;
    top: 0;
}

.heading:after {
    content: "";
    background-image: url(../img/eagelright.png);
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -70px;
    top: 0;
}

.headingKeynote:before {
    content: "";
    background-image: url(../img/keynoteheadingleft.png);
    position: absolute;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -85px;
    top: -7px;
    /* border: 1px solid red; */
}

.headingKeynote:after {
    content: "";
    background-image: url(../img/keynoteheadingRight.png);
    position: absolute;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    right: -75px;
    top: -7px;
    /* border: 1px solid red; */
}

.kocLogo {
    height: 160px;
    width: auto;
    vertical-align: top;
}

.logoDiv {
    background-color: rgba(255, 255, 255, 0.97);
    display: inline-block;
    width: auto;
    border-radius: 50px;
    padding: 0;
    min-width: 239px;
    box-shadow: 4px 8px 9px 0px rgba(49, 49, 49, 0.38);
}

.eventLogo {
    height: 89px;
    padding: 11px;
}

.menutoggle {
    display: none;
    cursor: pointer;
}

.nav {
    transition: all 0.3s ease;
    margin: auto;
    padding: 10px;
    z-index: 2;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    overflow: hidden;
    /* background-image: url(../img/watermarkBlack.png);
    */
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.Nav_container {
    display: inline-block;
    margin: 9px auto;
}

.nav ul {
    text-align: center;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-top: 0px;
}

.nav li.active {
    border-bottom: 2px solid #0d67a6;
}

.nav ul li {
    display: inline-block;
    margin: 10px 5px;
    padding: 3px 6px;
    width: auto;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.nav ul li:hover {
    border: 2px solid white;
}

.nav ul li a {
    color: #0d67a6;
    font-weight: bold;
    font-size: 14px;
}

.nav ul li a:hover {
    text-decoration: none;
}

.nav li a:before {
    content: "[";
    margin-right: 0px;
    opacity: 0;
    transition: all 0.3s ease;
}

.nav li a:after {
    content: "]";
    margin-left: 0px;
    opacity: 0;
    transition: all 0.3s ease;
}

.bg-blue {
    background-color: #276fb3;
}

.leaderImg {
    width: auto;
    height: 109px;
    display: inline-block;
    float: left;
    /* margin-right: 12px;
    */
    position: absolute;
    right: 36px;
    top: 0;
}

.text-blue {
    color: #286fb3;
}

.bg-black {
    background-color: #4f4f4f;
}

.bg-black .heading {
    color: white;
}

.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
}

.heroImg {
    z-index: 1;
    width: 100%;
    background-image: url("../img/homebanner.png");
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #b7bfe3;
}

.redcolor {
    color: #d81c1c;
}

.text-bold {
    font-weight: bold;
}

.greyColor {
    color: #808080;
}

.bluecolor {
    color: #007bff;
}

.emailLink {
    text-decoration: underline;
}

.logodiv {
    padding: 10px 0px;
    padding-bottom: 20px;
}

.headerlogo {
    float: left;
    height: 86px;
    margin: 0px;
    transition: all 0.3s ease;
    background-color: white;
}

.headerlogoKoc {
    height: 42px;
    float: right;
    text-align: -webkit-auto;
    position: absolute;
    right: 10px;
    visibility: hidden;
}

.pageTitle h4 {
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #fffdfd;
    font-family: Times New Roman;
}

.colorBlue {
    color: #286fb3;
}

.colorWhite {
    color: white;
    text-shadow: 2px 2px 2px rgba(22, 22, 22, 0.68);
}

h1.colorBlue {
    font-weight: bold;
    font-size: 50px;
    text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.44);
}

h6 {
    margin-bottom: 0px;
}

.userBox:before {
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    z-index: 0;
    width: 40px;
    background-size: contain;
    height: 150px;
    background-repeat: no-repeat;
}

.userBox {
    min-height: 115px;
    width: 100%;
    display: inline-block;
    padding: 10px;
    padding-left: 16px;
    padding-top: 12px;
    border-radius: 3px;
    background-color: white;
    box-shadow: 1px 3px 11px 0px #ececec;
    border: 1px solid #ececec;
    transition: all 0.3s ease;
    opacity: 1;
}

.userBox:hover .leaderImg {
    transform: scale(1.2);
}

.userBoxName {
    color: #286fb3;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.CommitteeMember p{
    margin-bottom:0px;
    font-style: italic;
    font-weight: bold;
    line-height: 19px;
}

.CommitteeMemberNamexName {
    color: #286fb3;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-top:10px;
}

.userBoxName:before {
    content: "";
    background-image: url(../img/eagelright.png);
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -25px;
    top: 5px;
}

.userBoxCompany {
    color: #535151;
    font-size: 16px;
    font-weight: bold;
}

.userBoxrole {
    color: #4c4c4c;
    font-weight: 100;
    font-size: 16px;
    font-weight: bold;
}

.content-start {
    padding-top: 10px;
    min-height: 81vh;
    z-index: 0;
    position: relative;
}

.sortCat .btn:hover {
    background-color: #286fb3;
    border: 1px solid #286fb3;
    color: white
}

.insidePage .nav {
    box-shadow: rgb(196, 190, 190) 1px 1px 4px !Important;
}

.insidePage .nav ul li a {
    color: #292929 !Important;
}

.insidePage .headerlogo {
    visibility: visible !Important;
}

.insidePage .nav ul li:hover {
    border: 2px solid #0864a4;
}

.nav ul li:hover {
    border: 2px solid #3983b6;
}

.sortCat .btn:not(:disabled):not(.disabled).active {
    background-image: none;
    background-color: #286fb3;
    color: white;
    /* background-image: linear-gradient(to top, #286fb3 0%, #286fb3 100%);
    */
    border: 1px solid transparent;
    box-shadow: 0px 4px 5px lightgrey;
    text-shadow: 1px 1px 1px grey;
}

.sortCat .btn {
    background-color: #ffffff;
    border: 1px solid #6d6d6d;
    color: #4a4a4a;
    border-radius: 3px;
    font-family: Arial;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    margin: 5px;
    min-width: 89px;
    box-shadow: 0px 2px 8px #ababab;
}

div#parent {
    display: none;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none;
    /* background-color:#276fb3;
    */
}

.btn:focus, .btn.focus {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25) !important;
}

.sortCat .active {
    background: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.sortCat .box {
    background-color: #286fb3;
    padding: 10px;
    min-height: 100px;
    width: calc(25% - 10px);
    float: left;
    margin: 5px;
    text-shadow: 1px 1px 1px #025383;
    border-radius: 3px;
    color: #fff;
    /* background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
    */
}

ul.listItem {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.listItem li {
    margin-bottom: 11px;
    font-size: 15px;
    margin-left: 20px;
}

ul.listItem li:before {
    content: "\f054";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 11px;
}

.table {
    border: 2px solid #286fb3;
}

.table .thead-dark th {
    color: #fff;
    background-color: #286fb3;
    border-color: #286fb3;
    border: 0px solid transparent;
    border-left: 1px solid #144e88;
    border-bottom: 1px solid #1b5fa2;
}

footer {
    border-top: 10px solid #16538e;
    background-color: #286fb3;
    color: white;
    padding: 15px;
    background-image: url(../img/watermark.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

footer .container {
    padding-bottom: 0px;
    font-size: 16px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.bgWhite {
    background-color: white;
}

.img-bg {
    background-image: url(../img/banner02.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.img-bg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    content: "";
}

.img-bg1 {
    background-image: url("../img/Banner03.jpg");
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.img-bg1:before {
    background-color: rgba(0, 0, 0, 0.52);
    position: absolute;
    height: 100%;
    left: 0;
    z-index: -2;
    right: 0;
    content: "";
}

.img-bg1 h4 {
    color: white;
}

.img-bg2 {
    //background-image: url(../img/traffic-on-kuwait-national-day-weekend.jpg);
    background-image: url("../img/Banner03.jpg");
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: 0px 0px;
}

.img-bg2:before {
    //background-color: rgba(0, 0, 0, 0.52);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    content: "";
    z-index: -1;
}

.img-bg3 {
    background-image: url(../img/Banner03.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.img-bg3:before {
    //background-color: rgba(69, 70, 70, 0.83);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    content: "";
}

.whiteHr {
    border-top: 1px dashed rgb(234, 234, 234);
    width: 100%;
    color: white;
}

.h4, h4 {
    font-size: 20px;
    font-weight: bold;
}

.table-sm td, .table-sm th {
    padding: .3rem;
    background-color: white;
    color: #646464;
    border-left: 1px solid #dee2e6;
    font-size: 20px;
    vertical-align: middle;
    padding: 8px;
}

ul.listIcon .listIcon {
    margin-left: 15px;
}

ul.listIcon, .listIcon li {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.listIcon {
    margin: 0 0;
    margin-left: 10px;
    color: #000000;
    position: relative;
}

.listIcon li {
    margin: 3px 0px;
    margin-left: 10px;
    margin-bottom: 4px;
    font-size: 16px;
    /* text-indent: -10px;
    */
    position: relative;
}

.listIcon li:before {
    content: ' ';
    background-image: url(../img/kocbulletpoints.png);
    background-size: contain;
    height: 17px;
    width: 17px;
    position: absolute;
    left: -21px;
    top: 2px;
    background-repeat: no-repeat;
    color: #0074D9;
    font-size: 11px;
}

.listIcon li:before .listIcon li:before {
}

.w-auto {
    width: auto !important;
}

.color-grey h4 {
    color: #494949;
    font-size: 16px;
    height: 32px;
    line-height: 26px;
}

.btn-link {
    width: auto;
    display: inline-block;
    font-size: 15px;
    float: left;
    padding: 2px 5px;
    border: 2px solid transparent;
    color: #286fb3;
    margin: auto;
    text-align: center;
    border-radius: 2px;
}

.btn-link:hover, .btn-link:focus {
    color: #286fb3 !important;
    text-decoration: none;
    border: 0px solid #286fb3;
    background-color: #ffffff;
}

.topicIcon {
    width: 52px;
    height: 52px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
    margin-right: 11px;
}

.gold {
    color: #f3cd00;
}

.Platinum {
    color: #777777;
}

.silver {
    color: #b3b3b3;
}

.CommitteeMembers {
}

.CommitteeMembers .mt-3 {
    position: relative;
    height: 118px;
}

.topics ul li {
    font-size: 16px;
    float: left;
    width: 100%;
    list-style-position: inside;
    /* text-indent: -1.3em;
    */
    position: relative;
    /* padding-left: 1em;
    */
}

.bg-white button {
    color: #286fb3 !important;
}

.sponsorlogos img {
    height: auto;
    width: auto;
    max-width: 67%;
}

.roadImgLeft {
    float: left;
    margin-top: 0px;
    height: 80px;
}

.roadImgRight {
    float: right;
    margin-top: 0px;
    height: 80px;
}

.CommitteeMembersContent {
    width: 1000px;
    padding: 12px 32px;
    padding-top: 10px;
}

.badgeicon {
    width: 28px !important;
    margin: 12px !important;
    margin-left: 0px !important;
    margin-right: 8px !important;
}

.year {
    font-size: 60px;
}

.mt-45 {
    margin-top: 45px;
}

.contactInfo {
    width: 932px;
    margin: auto;
}

@media(max-width: 768px) {
    .CommitteeMemberList{

    }
    .CommitteeMemberList li{
        width: 100% !important;
        margin: 20px 10px !important;
    }
    .Nav_container {
        width: 100% !important;
        margin-top: 0;
    }

    .nav &gt; a {
        display: block;
        text-align: center;
        margin: auto;
        width: 90%;
    }

    .headerlogo {
        float: inherit;
        margin-top: 10px;
    }
    .newKuwaitLogo {
        position: absolute;
        right: 4px;
        top: 25px;
        width: auto !important;
    }

    .heading:before , .headingKeynote:before {
        width: 19px;
        height: 25px;
        left: -35px;
    }

    .heading:after {
        width: 19px;
        height: 25px;
        right: -35px;
    }

    .headingKeynote:after {
        width: 40px;
        height: 40px;
        right: -44px;
    }

    .headingKeynote:before {
        width: 40px;
        height: 40px;
        left: -44px;
    }

    .heading.headingKeynote {
        font-size: 20px;
    }

    .contactInfo {
        width: 100%;
    }

    .contactInfo h3 {
        font-size: 18px;
    }

    .sponsors img {
        width: 90%;
    }

    .row.mt-3.sponsorsLogo img {
        width: 90%;
    }

    .mob-center {
        text-align: center;
        margin: auto;
        display: block;
        margin-top: 10px;
        width: auto !important;
        max-width: 100%;
    }

    .roadImgLeft {
        margin-top: 0px;
        height: auto;
        margin: auto;
        text-align: center;
        float: none;
    }

    .roadImgRight {
        float: none;
        height: auto;
    }

    .nav ul li:hover {
        border: 2px solid transparent !important;
        border-bottom: 1px solid grey !important;
    }

    .CommitteeMembersContent {
        width: 100%;
    }

    .CommitteeMembersContent {
    }

    .topics .col-md-4 {
        padding-top: 10px;
    }

    .color-grey h4 {
        margin-bottom: 48px;
    }

    .topics.mt-4 {
        margin-top: 0rem!important;
    }
}

img.mob-center {
    width: 90%;
}


@media(max-width: 500px) {
    .newKuwaitLogo img{
    max-width: 158px;
    margin-top: 10px;
}
}



@media (max-width: 1340px) {
    .Nav_container {
        width:70%;
    }
}

@media (max-width: 930px) {
    .Nav_container {
        width:60%;
    }

    .nav ul li {
        margin: 10px 0px;
        padding: 3px 3px;
    }
}

@media (max-width: 414px) {
    .keynotespeaker img{
        width:100%;
    }
    .kuwaitvisaImgCntnr {
        text-align: center;
    }
    .Nav_container{
        margin-bottom:0px !important;
    }
    .newKuwaitLogo   {
        /* position: relative; */
        top: -14px;
        right: 36px;
        padding-right: 9px;
        background-color: white;
    } 
    .newKuwaitLogo img {
        max-width: 158px;
        margin: 3px auto;
        padding: 12px;
    }
    .kuwaitvisaImg {
        padding-top: 10px;
        height: 300px;
        max-width: 100%;
        margin: auto;
    }

    .speakerLogoContainer {
        height: 60px !important;
    }

    .speakerPerson {
        margin-bottom: 40px !important;
        margin-top: 10px;
    }

    h5.speakerName {
        margin-bottom: 4px !Important;
    }

    .notJustifyed {
        text-align: left !Important;
    }

    .listIcon span.bluecolor {
        display: block;
    }

    .content-start p, .read-more {
        text-align: justify;
    }
.CommitteeMember p{
    text-align: center;
}
    .listIcon li {
        margin-bottom: 12px;
    }

    .listIcon li:before {
        top: 4px;
    }

    span.redcolor.text-bold {
        display: block;
        margin-top: 6px;
    }

    br.hideMob {
        display: none;
    }

    .table-sm td,.table-sm th {
        padding: 5px;
    }

    .btn-link {
        /* border: 1px solid #276fb3;
        */
        margin-bottom: 16px;
        width: 90% !important;
        float: none;
    }

    .leaderImg {
        right: 0;
    }

    .userBoxName {
    }

    .userBoxCompany {
        width: 75%;
    }

    .userBoxrole {
        width: 75%;
    }

    img[src*='ArrivingatThe2040'] {
        display: none;
    }

    .roadImgLeft {
        float: none;
        height: auto;
        display: none;
    }

    .headerlogo {
        float: inherit;
        margin-top: 0px;
        position: absolute;
        height: 44px;
        right: 0;
    }

    .mainNav {
        width: 100%;
        display: none;
    }

    .menutoggle {
        display: block;
        background-color: #0864a4;
        color: white;
        padding: 10px;
        font-size: 16px;
        /* width: 100%; */
    }

    .heroImg .container {
        padding: 0px;
    }

    .nav {
        position: relative;
        padding: 0;
        margin: 0;
    }

    .headerlogo {
        margin-top: 0px !Important;
    }

    .heading,.headingKeynote {
        font-size: 18px;
        margin-top: 20px ;
        padding: 0px;
    }

    .roadImgLeft,.roadImgRight {
        width: 90%;
    }

    .nav ul li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #dcdcdc;
        margin-left: 0;
        margin-bottom: 0px;
    }

    .nav ul {
        display: none;
        text-align: left;
        width: 100%;
        margin-top: 0;
        padding-top: 0;
    }

    .nav ul:after {
        /* content: "\f054";
        */
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        font-size: 27px;
        top: 118px;
        color: #bbbbbb;
    }

    .logodiv .text-right, .logodiv .text-left {
        text-align: center !Important;
    }

    .logodiv {
    }

    .heroImg {
        animation: none;
        padding-bottom: 6px;
    }

    .kocLogo {
        height: 90px;
        float: right;
    }

    .eventLogo {
        height: 101px;
        margin-top: -6px;
    }

    .pageTitle h4 {
        line-height: 22px;
        font-size: 18px;
    }

    .pageTitle h1.colorBlue {
        font-size: 36px;
    }

    .userBox:before {
        background-image: none;
    }

    .sortCat .box {
        width: 100%;
    }

    .topics .col-md-4 {
        margin-bottom: 15px;
    }

    .dots {
        display: none;
    }
}

@media (max-width: 360px) {
    #leadership {
        margin-top:20px !Important;
    }

    .heading {
        margin-top: 30px !IMportant;
    }

    .userBoxrole,.userBoxCompany {
        font-size: 14px;
    }
}

.speakerPerson {
    text-align: center;
    margin-bottom: 70px;
}

.speakerPhoto {
    width: 85%;
}

.speakerLogoContainer {
    margin-top: 10px;
    margin-bottom: 15px;
    height: 80px;
    position: relative;
}

.speakerLogo {
    max-height: 100%;
    width: auto;
    max-width: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.speakerPerson h5 {
    font-size: 18px;
    margin: 0;
    font-style: italic;
    font-weight: bold;
}

h5.speakerName {
    margin-bottom: 20px;
}

@media(min-width: 768px) {
    .hotelAdrs {
        width:800px;
        margin: auto;
    }
 
}

.inlineMob {
    display: block;
    font-size: 16px;
}
@media(max-width: 1200px) {

    .CommitteeMemberList li{
        width: 238px !Important;
    }
}
@media(max-width: 920px) {

    .CommitteeMemberList li{
        width: 202px !Important;
        margin: 19px 10px !IMPORTANT;
    }
}
@media(max-width: 409px) {
    .burjShayaMob {
        display: block;
    }

    .mobilemargin-top {
        margin-top: 12px;
        display: block;
    }
}

.inline {
    display: inline;
}

.keynoteHeading {
    font-style: italic;
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.CommitteeMemberList{list-style-type: none;margin:0px auto;text-align: center;padding:0px;width: 100%;}
.CommitteeMemberList li{
    display: inline-block;
    text-align: center;
    margin: 35px 26px;
    vertical-align: text-top;
    padding: 7px 0px;
    /* border: 1px solid red; */
    width: 291px;
}</pre></body></html>