/* You can add global styles to this file, and also import other style files */
body{
    margin: 0px !important;
    padding: 0px !important;
    background-color: #666699 !important;
    color:white !important;
}
.full-width{
    width: 100% !important;
}
.hcenter{
    margin: 0px auto;
    display: flex;
  justify-content: center;
}
.color-black{color:black !important}
.form-check input[type=checkbox], .radio input[type=radio] {
  visibility: visible;
  opacity: 1;
}
@font-face {
    font-family: 'Exotic';
    src: url('./fonts/exotic350bt-demibold.otf') format('embedded-opentype'),
      url('../fonts/exo350db.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family:"TeXGyreChorus-MediumItalic";
    src:url("../fonts/texgyrechorus-mediumitalic.eot?") format("eot"),
    url("../fonts/texgyrechorus-mediumitalic.woff") format("woff"),
    url("../fonts/texgyrechorus-mediumitalic.ttf") format("truetype"),
    url("../fonts/texgyrechorus-mediumitalic.svg#TeXGyreChorus-MediumItalic") format("svg");
    font-weight:normal;
    font-style:normal;
}
.background-img-index{
    background: black url(../img/index_bg.jpg) no-repeat;
    width:100%;
    height: 100vh;
    background-size: cover;
    /* min-width: 1150px; */
}
.home_btns{
    margin: 5px 0px;
    cursor: pointer;
    width: 270px;
    height: 67.5px;
}
.center-logo{
    height: 310px;
}
.header{
    margin: 0px 0px 30px;
}
.zignet_logo{
    background: transparent url(../img/zignet-logo.jpeg) no-repeat;
    width: 230px;
    height: 130px;
    background-position: center;
    background-size: contain;
}
.app_logo{
  background: transparent url(../img/app-logo.png) no-repeat;
  width: 260px;
  height: 130px;
  float: right;
  background-size: contain;
  background-position: center;
  margin: 0px 160px;
}
.login-logo{
    margin: 20px !important;
}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .title{
    width: 100%;
    text-align: center;
    font-family: Exotic;
    font-size: 45pt;
    /* color: #0003af; */
    font-weight: bold;
    line-height: 45pt;
    float: right;
    text-shadow: 1px 1px black;
    margin: 0px auto 30px;
  }
  .title span{
      color: #000000;
  }
  .sub-title{
    width: 60%;
    text-align: center;
    font-family: TeXGyreChorus-MediumItalic;
    font-size: 30pt;
    font-style: italic;
    color: #ed0014;
    font-weight: bold;
    line-height: 35pt;
    text-shadow: 1px 1px black;
    float: right;
  }
  .sub-title2{
    width: 60%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24pt;
    color: #000000;
    font-weight: bold;
    line-height: 24pt;
    text-shadow: 1px 1px black;
    float: right;
  }
  .home_btn{
    background-color: red;
    color:#e5a940;
    width: 200px;
    height: 75px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: bold;
    float: right;
    margin: 50px 200px;
    border-radius: 8px;
    position: absolute;
    top: 20%;
    right: 10%;
  }
  .button {
    transition-duration: 0.4s;
  }

  .button:hover {
    background-color: white;
    color: red;
  }
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }

  .button:hover span {
    padding-right: 25px;
  }

  .button:hover span:after {
    opacity: 1;
    right: 0;
  }
  form{
    background-color: #666699;
  }
  /***Home start**/
 .background-img-home{
    background-color: #666699;
    width:100%;
    height: 88vh;
    background-size: cover;
    /* min-width: 1150px; */
}
.homep_btn{
    background: transparent url(../img/home_btn.png) no-repeat;
    background-size: contain;
}
.conference_btn{
    background: transparent url(../img/conference_btn.png) no-repeat;
    background-size: contain;
}
.program_btn{
    background: transparent url(../img/program_btn.png) no-repeat;
    background-size: contain;
}
.trade_btn{
    background: transparent url(../img/trade_btn.png) no-repeat;
    background-size: contain;
}
.register_btn{
    background: transparent url(../img/register_btn.png) no-repeat;
    background-size: contain;
}
.login_btn{
    background: transparent url(../img/login_btn.png) no-repeat;
    background-size: contain;
}
.selection_btn{
    background: transparent url(../img/selection_btn.png) no-repeat;
    background-size: contain;
}
.search_btn{
    background: transparent url(../img/search_btn.png) no-repeat;
    background-size: contain;
}
.logout_btn{
  background: transparent url(../img/logoff.png) no-repeat;
  background-size: contain;
  width: 40px;
    height: 40px;
    cursor: pointer;
}
.welcome_btn{
  background: transparent url(../img/welcome_btn.png) no-repeat;
  background-size: contain;
  color: #0d247b;
  font-size: 30px;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
  text-transform: uppercase;
}
.delegate_cert_btn{
  background: transparent url(../img/delegate_cert.png) no-repeat;
  background-size: contain;
}
.faculty_cert_btn{
  background: transparent url(../img/faculty_cert.png) no-repeat;
  background-size: contain;
}
.presenter_cert_btn{
  background: transparent url(../img/presenter_cert.png) no-repeat;
  background-size: contain;
}
.title-home{
    width: 100%;
    text-align: center;
    font-size: 45pt;
    color: #ffcb08;
    font-weight: bold;
    line-height: 45pt;
    text-shadow: 1px 1px black;
  }
  .sub-title-home{
    width: 100%;
    text-align: center;
    font-size: 30pt;
    color: #ffffff;
    font-weight: bold;
    line-height: 30pt;
    text-shadow: 1px 1px black;
  }
  .sub-title2-home{
    width: 100%;
    text-align: center;
    font-size: 24pt;
    color: #fff336;
    font-weight: bold;
    line-height: 24pt;
    text-shadow: 1px 1px black;
  }
  #footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
  .footer-links-home{
      width: 100%;
      height: 50px;
      margin: 5px auto 0px;
      background: black;
      /* position: absolute !important;
      bottom: 0px; */
      line-height: 50px;
      flex: 0 1 60px;
  }
  .footer-links-home a{
      color: white;
      float: left;
      margin: 0px 20px;
  }
  #footer-spacer
{
    height: 100px;
}  /***Home end*****/

/***Contact start****/
.title-contact{
  width: 100%;
  text-align: center;
  font-size: 45pt;
  color: #ffcb08;
  font-weight: bold;
  line-height: 45pt;
  text-shadow: 1px 1px black;
}
.drishti_logo-contact{
  background: transparent url(../img/drishti_2020_logo.png) no-repeat;
  width: 187px;
  height: 100px;
  background-position: center;
  background-size: contain;
  margin: 10px 0px;
  position: absolute;
  top: 0px;
  left: 16%;
}
/***Contact end*****/
/* Style the video: 100% width and height to cover the entire window */
#lobbyVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}
.infoButton {
  cursor: pointer;
  position: absolute;
  height: 15%;
  top: 50%;
  left: 50%;
  justify-content: center;
  align-items: center;
}
#overlayContent {
  position: fixed;
  top: 0;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
}
#hallVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}
#backLobby{
  background: url(../img/home_icon.png) no-repeat;
  width: 160px;
  height: 50px;
  background-position: left center;
  position: fixed;
  text-align: right;
  line-height: 50px;
  margin: 2%;
    font-size: 17px;
    font-weight: bold;
    background-color: white;
    color: black;
    border-radius: 30px;
    padding: 0px 5px;
    cursor: pointer;
}
#logout{
  background: url(../img/logoff.png) no-repeat;
  width: 130px;
  height: 50px;
  background-position: 20px center;
  position: fixed;
  text-align: right;
  line-height: 50px;
  margin: 2%;
    font-size: 17px;
    font-weight: bold;
    background-color: white;
    border-radius: 30px;
    padding: 0px 5px;
    cursor: pointer;
}
#toOtherStalls{
  background: url(../img/standard_stall.png) no-repeat;
  width: 160px;
  height: 50px;
  background-position: left center;
  position: fixed;
  text-align: right;
  line-height: 50px;
  margin: 2%;
    font-size: 17px;
    font-weight: bold;
    background-color: white;
    color: black;
    border-radius: 30px;
    padding: 0px 5px;
    cursor: pointer;
    right:2%;
}
#premiumStall{
  background: url(../img/premium_stall.png) no-repeat;
  width: 235px;
  height: 50px;
  background-position: left center;
  position: fixed;
  text-align: right;
  line-height: 50px;
  margin: 2%;
    font-size: 17px;
    font-weight: bold;
    background-color: white;
    color: black;
    border-radius: 30px;
    padding: 0px 5px;
    cursor: pointer;
    right:2%;
}
.gallery_bg{
  background: url(../img/gallery.jpeg) no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.modal-body {
  color: #000;
}
.search_sub_btn{
  margin: 10px auto;
}
/****Full width model start*****/
.modal-dialog-full-width {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width:none !important;

}

.modal-content-full-width  {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  background-color: #ececec !important
}

.modal-header-full-width  {
  border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width  {
  border-top: 1px solid #9ea2a2 !important;
}
.modal-footer{
  justify-content: flex-end !important;
}
/****Full width model end*****/
/****60% width model start****/
.modal-dialog-60per {
  position:absolute;
  margin: 10px auto !important;
  width: 60% !important;
  height: 80%;
  max-width: 60% !important;
}
/****60% width model end*****/
/*****Center positioned model start******/
.modal-dialog-center {
  position:absolute;
  top:50% !important;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  margin: auto 15% !important;
  width: 70% !important;
  height: 80%;
  max-width: 70% !important;
}
.modal-content-center {
  min-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}
.modal-body-center {
  position:absolute;
  top:45px; /** height of header **/
  bottom:45px;  /** height of footer **/
  left:0;
  right:0;
  overflow-y:auto;
}
.modal-header-center {
  position:absolute;
  top:0;
  left:0;
  right:0;
}
.modal-footer-center {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}
.close-center{
  line-height: 0.25 !important;
}
/*****Center positioned model end*******/
.program_title{
  font-size: 30px;
  font-weight: bold;
  text-decoration: underline;
  color: darkblue !important;
  text-decoration-color: red;
  line-height: 2.5 !important;
  height: 110px;
}
.drishti_logo-program{
  background: transparent url(../img/drishti_2020_logo.png) no-repeat;
  width: 187px;
  height: 100px;
  background-position: center;
  background-size: contain;
  margin: 10px 0px;
  position: absolute;
  top: 0px;
  right: 16%;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-pills>li>a {
  border-radius: 4px;
}
.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav-pills .nav-link {
  border-radius: .25rem;
  font-weight: bold;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  font-weight: bold;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
  font-weight: bold;
}
.program-link{
  color: #344675 !important;
}
.program-link:hover{
  color: #af8717 !important;
}
.btn-link:hover{
  color: #af8717 !important;
}
.card-header{
  background-color: #0d247b !important;
  color: yellow !important;
  font-weight: bold !important;
  padding: 0px 15px 0px !important;
}
.ch-program{
  background-color: brown !important;
}
.card{
  margin-bottom: 6px !important;
}
.btn.btn-link, .navbar .navbar-nav>a.btn.btn-link {
  color: yellow !important;
  width: 95%;
  text-align: left;
}
.time-banner{
  color: #007bff;
  font-weight: bold;
  width: 80%;
  margin: 20px 0px 0px 15px;
  float: left;
}
.ic-sel-box{
  /* width: 10%; */
  float: left;
  margin: 12px 0px 0px;
}
.topic-header{
  color:red !important;
  font-weight: bold;
}
.bold{
  font-weight: bold !important;
}
.align-right{
  text-align: right !important;
}
input[type="checkbox"]{
  width: 20px;
  height: 20px;
  outline: 1px solid #0d247b;
}
.card ul li{
  color: #000000 !important;
  list-style: none;
}
/**Arrow animation start***/
.anim_arrow{
  background: url(../img/anim_down_arrow.gif) no-repeat;
  float: left;
}
/**Arrow animation end****/
.hallchat_btn{
  position: absolute;
  bottom: 7%;
  right: 0%;
  background: url(../img/chat.png) no-repeat;
  width: 98px;
  height: 40px;
  background-position: left center;
  position: fixed;
  text-align: right;
  line-height: 40px;
  margin: 2%;
  font-size: 17px;
  font-weight: bold;
  background-color: white;
  color: #000;
  border-radius: 30px;
  padding: 0px 14px;
  cursor: pointer;
}
.hallchat{
  position: absolute;
  height: 400px;
  width: 300px;
  bottom: 16%;
  right: 0%;
  display: none;
}
/*************************/
#container { display:block; }
.high-msg{
  font-size: 50px;
  text-align: center;
  font-weight: bold;
}
.list-grid{
  height: 280px;
  overflow: auto;
}

@keyframes changeColourSuccess {
  from {background-color: yellow;}
  to {background-color: green;}
}

@keyframes changeColourWrong {
  from {background-color: yellow;}
  to {background-color: red;}
}

.anim-success{
  background-color: green;
  animation-name: changeColourSuccess;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.anim-wrong{
  background-color: red;
  animation-name: changeColourWrong;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

@media only screen and (orientation:portrait){

  #container {

    height: 100vw;

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    transform: rotate(90deg);

  }

}

@media only screen and (orientation:landscape){

  #container {

     -webkit-transform: rotate(0deg);

     -moz-transform: rotate(0deg);

     -o-transform: rotate(0deg);

     -ms-transform: rotate(0deg);

     transform: rotate(0deg);

  }

}
/*************************/
#warning-message { display: none;color:white; }

    @media only screen and (orientation:portrait){

        #wrapper { display:block; }

        /* #warning-message { display:block; } */

    }

    @media only screen and (orientation:landscape){

        /* #warning-message { display:none; } */
        /* .footer-links-home{display: none;} */
        #wrapper { display:block;background: #000000; }

    }
/****************************/
.rotategif{
  width: 40%;
  margin: 40% auto;
  text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.close{
  font-size: 3.5rem !important;
}

/*********media query*********************/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .title{
    font-size: x-small;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 729px) and (orientation: landscape){
  .title{
    font-size: 22pt;
    line-height: 24pt;
  }
  .sub-title{
    font-size: 17pt;
    line-height: 18pt;
  }
  .sub-title2{
    font-size: 16pt;
    line-height: 22pt;
  }
  .home_btn{
    width: 130px;
    height: 50px;
    padding: 0px;
    font-size: 30px;
    margin: 20px 34px;
  }
  .coc_logo{
    margin: 16px 20px 16px 0px;
    width: 70px;
    height: 50px;
  }
  .ksos_logo{
    margin: 15px;
    height: 50px;
  }
  .home_btns{
    /* width: 135px;
    height: 33.75px; */
    width: 116px;
    height: 30px;
}
  .drishti_logo{
    width: 187.5px;
    height: 125px;
  }
  .vertical-center{
    top: 30%;
  }
  .footer-links-home a{
    margin: 0px 10px;
  }
  .center-logo {
    /* height: 175px; */
    height: 160px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 736px) and (max-width:992px) and (orientation: landscape){
  .title{
    font-size: 26pt;
    line-height: 26pt;
  }
  .sub-title{
    font-size: 20pt;
    line-height: 20pt;
  }
  .sub-title2{
    font-size: 17pt;
    line-height: 24pt;
  }
  .home_btn{
    width: 136px;
    height: 60px;
    padding: 0px;
    font-size: 32px;
    margin: 20px 48px;
  }
  .home_btns {
    width: 128px;
    height: 32px;
  }
  .center-logo {
    height: 188px;
  }
  .vertical-center {
    top: 30%;
  }
  .drishti_logo {
    background: transparent url(../img/drishti_2020_logo.png) no-repeat;
    width: 250px;
    height: 165px;
    background-position: center;
    background-size: contain;
  }
}
/* Medium devices (landscape tablets, 992px and up in landscape orientation) */
@media only screen and (min-width: 992px) and (orientation: landscape){
  .title{
    font-size: 29pt;
    line-height: 29pt;
  }
  .sub-title{
    font-size: 30pt;
    line-height: 30pt;
  }
  .sub-title2{
    font-size: 25pt;
    line-height: 38pt;
  }
  .home_btn{
    width: 180px;
    height: 80px;
    padding: 0px;
    font-size: 40px;
    margin: 20px 110px;
  }
  .home_btns{
    width: 200px;
    height: 50px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .title{
    font-size: 42pt;
    line-height: 42pt;
  }
  .sub-title{
    font-size: 30pt;
    line-height: 30pt;
  }
  .sub-title2{
    font-size: 25pt;
    line-height: 38pt;
  }
  .home_btn{
    width: 180px;
    height: 80px;
    padding: 0px;
    font-size: 40px;
    margin: 20px 110px;
  }
}
/* Extra large tablet devices (large tablets, 1200px and up and orientation landscape) */
@media only screen and (min-width: 1200px) and (orientation: landscape) {
  .vertical-center {
    top: 50%;
  }
  .home_btns{
    width: 300px;
    height: 90px;
  }
  .drishti_logo {
    width: 300px;
    height: 260px;
  }
  .footer-links-home{
    height: 60px;
    line-height: 60px;
  }
  .footer-links-home a{
    font-size: 16pt;
    margin: 0px 20px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
/* ----------- iPhone 4 and 4S ----------- */
/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.home_btns{width: 118px; height: 30px;}
.ksos_logo{height: 65px;margin: 5px;}
.coc_logo {
  margin: 0px 10px 0px;
  width: 60px;
}
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.welcome_btn{
  font-size: 15px;
}
.kos_logo{height: 60px;margin: 10px;}
.imoc_logo{width: 60px;height: 60px; margin: 10px;}
.coc_logo{margin: 16px 10px 16px 0px; width: 60px;}
.ksos_logo{margin: 15px 10px;}
.vertical-center {
  top: 40%;
}
.title-home{font-size: 26pt;line-height: 26pt;}
.sub-title-home{font-size: 14pt;line-height: 14pt;}
.sub-title2-home{font-size: 14pt; line-height: 14pt;}
.footer-links-home{height: 40px;line-height: 40px;}
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
    .welcome_btn{
      font-size: 15px;
    }
    .kos_logo{height: 60px;margin: 10px;}
    .imoc_logo{width: 60px;height: 60px; margin: 10px;}
    .coc_logo{ margin: 0px 10px 0px; width: 60px;}
    .ksos_logo{margin: 5px;height: 75px;}
    .home_btns{width: 135px;height: 35px;}
    .vertical-center {
      top: 40%;
    }
    .title-home{font-size: 26pt;line-height: 26pt;}
    .sub-title-home{font-size: 14pt;line-height: 14pt;}
    .sub-title2-home{font-size: 14pt; line-height: 14pt;}
    .footer-links-home{height: 40px;line-height: 40px;}
}
/* ----------- iPhone X ----------- */
/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
    .welcome_btn{
      font-size: 15px;
    }
    .kos_logo{height: 60px;margin: 10px;}
    .imoc_logo{width: 60px;height: 60px; margin: 10px;}
    .coc_logo{ margin: 0px 10px 0px; width: 60px;}
    .ksos_logo{margin: 5px;height: 68px;}
    .home_btns{width: 138px;height: 35px;}
    .vertical-center {
      top: 40%;
    }
    .title-home{font-size: 26pt;line-height: 26pt;}
    .sub-title-home{font-size: 14pt;line-height: 14pt;}
    .sub-title2-home{font-size: 14pt; line-height: 14pt;}
    .footer-links-home{height: 40px;line-height: 40px;}
}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */
/* Landscape */
@media screen
  and (device-width: 320px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 3)
  and (orientation: landscape) {
    .welcome_btn{
      font-size: 15px;
    }
    .kos_logo{height: 60px;margin: 10px;}
    .imoc_logo{width: 60px;height: 60px; margin: 10px;}
    .coc_logo{ margin: 0px 10px 0px; width: 60px;}
    .ksos_logo{margin: 5px;height: 68px;}
    .home_btns{width: 138px;height: 35px;}
    .vertical-center {
      top: 40%;
    }
    .title-home{font-size: 26pt;line-height: 26pt;}
    .sub-title-home{font-size: 14pt;line-height: 14pt;}
    .sub-title2-home{font-size: 14pt; line-height: 14pt;}
    .footer-links-home{height: 40px;line-height: 40px;}
}
@media screen
  and (min-width: 915px)
  and (-webkit-device-pixel-ratio: 2.625)
  and (orientation: landscape) {
    .welcome_btn{
      font-size: 15px;
    }
    .kos_logo{height: 60px;margin: 10px;}
    .imoc_logo{width: 60px;height: 60px; margin: 10px;}
    .coc_logo{ margin: 0px 10px 0px; width: 60px;}
    .ksos_logo{margin: 5px;height: 68px;}
    .home_btns{width: 154px;height: 40px;}
    .vertical-center {
      top: 40%;
    }
    .title-home{font-size: 26pt;line-height: 26pt;}
    .sub-title-home{font-size: 14pt;line-height: 14pt;}
    .sub-title2-home{font-size: 14pt; line-height: 14pt;}
    .footer-links-home{height: 40px;line-height: 40px;}
}
/* ----------- Galaxy S6 ----------- */
/* Landscape */
@media screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 4)
  and (orientation: landscape) {

}
/*****************************/
