/*
* @Author: NirmalP
* @Date:   2015-12-04 12:04:50
* @Last Modified by:   NirmalP
* @Last Modified time: 2016-03-18 15:28:01
*/
.scroll, .scoll:hover, .scroll a:hover{
  text-decoration: none !important;
}
.scroll .fa{
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 20px;
  font-size: 25px;
  transform: translatex(-50%);
  transition: opacity 0.25s;
  -webkit-animation: mover 0.5s infinite  alternate;
  animation: mover 0.5s infinite  alternate;
}
.bg-round:hover .fa {
  opacity: 1;
}
@-webkit-keyframes mover {
  0% { transform: translate(-50%,0) }
  100% { transform: translate(-50%,-10px)}
}
@keyframes mover {
  0% { transform: translate(-50%,0) }
  100% { transform: translate(-50%,-10px) }
}
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.focus-info h4 {
  margin-top: 0px;
}
.header-images img {
  width: 14.2%;
  height: 100px;
  display: inline-block;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/Preloader_3.gif) center no-repeat #fff;
}
html {
  height: 100%;
}
body {
  height: 100%;
  /* font-family: 'Ubuntu', sans-serif !important;
  font-weight: 200; */
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
}
h1 {
  font-size: 36px;
}
h3 {
  font-size: 25px;
}
label {
  font-weight: 500;
}
a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #1191d0;
}
a:hover{
  color: #00aeef;
}
.why-info {
  margin-top: 75px;
  padding: 31px;
  background-color: #7f2c71;
  color: white;
}
.place {
  margin-bottom: 80px;
}
.place img {
  margin-bottom: 15px;
  margin-top: 5px;
  float: left;
  padding-right: 30px;
  max-height: 210px;
}
.time-row strong {
  font-weight: 500;
}
.btn-lg,
.btn-group-lg>.btn {
  padding: 8px 16px;
}
.no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
#home {
  background: url(../img/sleis/main-banner.webp);
  /*background: linear-gradient(45deg, rgba(67, 43, 90, 1) 0%, rgba(103, 40, 107, 1) 31%, rgba(156, 36, 135, 1) 74%, rgba(79, 46, 144, 1) 100%);*/
  /*height: 100%;*/
  min-height: 100%;
  background-size: cover;
  background-position: center;
}
.widgets-container {
  position: absolute;
  bottom: 10%;
  height: 480px;
  width: 100%;
  overflow: hidden;
}
.widget {
  position: absolute;
  z-index: 0;
  border-radius: 4px;
  animation: 100s linear 0s infinite alternate ambient;
  background-image: url(../../assets/img/noodles.png);
  background-size: auto 159px;
  opacity: 0.15;
}
@keyframes ambient {
  from {
    left: -10%;
  }
  to {
    left: 120%;
  }
}
.section {
  padding: 40px 0;
}
.video-text {
  position: absolute;
  top: 46%;
  left: 73%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 10;
  font-weight: 600;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 53%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  outline: none;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fefefe;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fefefe;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background-color: #fefefe;
}
.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #8f2580;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}
.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}
.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.video-overlay-close:hover {
  color: #fa183d;
}
.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.nav.navbar-nav.navbar-right li a:hover {
  color: #00bff3;
}
.login-btns {
  padding-top: 15px;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-image: none;
  background-color: #1f4590 !important;
}
.login-btns a {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.login-btns a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 1);
}
.hero-logo {
  margin: 50px auto 0;
}
.hero h1 {
  font-size: 30px;
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}
.custom-banner-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 45px !important;
  color: #00aeef !important;
  margin-top: 0;
}
.custom-banner-text h1,
.custom-banner-text p,
.org-logo {
  color: #FFF;
}
.btn-lg,
.btn-group-lg>.btn {
  padding: 8px 20px;
}
.hero p {
  font-size: 15px;
  margin-top: 0;
  color: #FFF;
}
.hero-bottom {
  /*margin-top: 5px;*/
}
.hero-bottom a {
  color: #FFF;
}
#about {
  background: #112369;
  /*background: linear-gradient(180deg, rgba(65,134,237,1) 9%, rgba(12,185,251,1) 75%);*/
  text-align: center;
  margin: 0px;
  overflow: hidden;
  color: white;
  position: relative;
}
#about>div:nth-child(2),
#reg-bg>div:nth-child(2) {
  position: absolute;
  top: 0;
}
/*custom - uiaward*/
#about h3 {
  margin-bottom: 30px;
  line-height: 1.4em;
}
/* end of custom - uiaward*/
/*register - uiaward*/
.custom-radio input {}
  /*end of register - uiaward*/
  #about p {
    font-size: 16px;
  }
  .about-logo {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .links-b .fa {
    border: 2px solid #DDD;
    padding: 10px;
    border-radius: 50px;
    color: white;
    font-size: 1.2em;
  }
  /*.links-b {
    padding-top: 55px;
    padding-bottom: 40px;
  }*/
  .links-b a {
    color: white;
    text-transform: uppercase;
    margin: 5px 10px;
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 400;
  }
  .links-b a:hover {
    color: #fff;
    text-decoration: none;
  }
  .links-b a:hover .fa {
    /*color: #740000;*/
    color: #e6b6ff;
    /*border-color: #740000;*/
    border-color: #e6b6ff;
  }
  #a:hover~#b {
    background: #ccc
  }
  .links-b i {
    color: white;
  }
  .inverse {
    color: #FFF;
  }
  #why {
    /* background: url(../img/why-attend-bg.jpg) #d86e26 no-repeat; */
    font-size: 16px;
    background-size: cover;
    /*min-height: 650px;*/
    padding-top: 150px;
  }
  /*custom - float right for country flag- uiaward*/
  .custom-float-right {
    float: right;
  }
  /*country flag - uiaward*/
  .custom-country {
    z-index: 999999;
    position: relative;
  }
  .custom-country ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0;
    /*margin-top:15px;*/
  }
  .custom-country ul li {
    display: inline-block;
    /*width: 15%;*/
  }
  .custom-country ul li img {
    width: 60%;
    padding-right: 5px;
  }
  .custom-country a {
    text-decoration: none;
    color: #FFF;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
  }
  .custom-country-stick-menu {
    z-index: 999999;
    /*position: absolute;*/
  }
  .custom-country-stick-menu ul {
    list-style: none;
    margin-top: 15px;
    margin-right: 30px;
  }
  .custom-country-stick-menu ul li {
    display: inline-block;
    width: 20px;
  }
  .top-menu {
    /*background: linear-gradient(90deg, rgba(39, 172, 184, 1) -1%, rgba(61, 127, 174, 1), rgba(175, 71, 197, 1));*/
    /*z-index: 1029;*/
    /*position: fixed;*/
    background: transparent;
    position: relative;
    width: 100%;
    opacity: 1;
  }
  /* end of country flag - uiaward*/
  /*custom css for socail icons - uiaward*/
  .sticky-container {
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -119px;
    top: 130px;
    width: 200px;
    z-index: 9999;
  }
  .sticky li {
    list-style-type: none;
    /*background-color: #333;*/
    background-color: #3686c7;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
  }
  .sticky li a {
    text-decoration: none;
    color: #FFF;
  }
  .sticky li:hover {
    margin-left: -115px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
  }
  .sticky li img {
    float: left;
    margin: 5px 5px;
    margin-right: 10px;
  }
  .sticky li p {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;
  }
  /** fork icon**/
  .fork {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  /* end of socail icons - uiaward*/
  /*custom css for search- uiaward */
  .custom-search {
    margin-right: 168px;
  }
  .custom-search form {
    width: 200px;
    float: left;
    margin: 0px 0 0 0;
    position: relative;
    z-index: 9999;
  }
  /* Ok, HTML markup is complete */
  /* submit button will also be the same but with a different color. We'll style the label and the submit input */
  /* a faky 3D look */
  .custom-search #submit {
    display: none;
  }
  .custom-search form .icon,
  form .submit {
    width: 35px;
    height: 23px;
    background: #d75813;
    display: block;
    position: absolute;
    border-radius: 0;
    top: 0;
    right: 0;
    /*box-shadow:
    0px 5px #bc490a,
    0px 8px 10px rgba(0, 0, 0, 0.5);*/
  }
  .custom-search form .submit {
    background: #009bff;
    cursor: pointer;
    /*box-shadow:
    0px 5px #0276c1,
    0px 8px 10px rgba(0, 0, 0, 0.5);*/
  }
  /* Now, we'll create a search (magnifying glass) icon using pseudo elements */
  .custom-search form .icon:after,
  form .submit:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid white;
    border-radius: 50%;
    left: 12px;
    top: 5px;
  }
  .custom-search form .icon:before,
  form .submit:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 2px;
    background: white;
    transform: rotate(-35deg);
    top: 13px;
    left: 21px;
  }
  /* Styling the input */
  .custom-search form #search {
    -webkit-appearance: none;
    height: 23px;
    width: 0;
    position: absolute;
    padding: 0;
    opacity: 0;
    border: none;
    outline: none;
    position: absolute;
    /*right: 35px;*/
    left: 200px;
    /*box-shadow:
    0px 5px #bbb,
    0px 8px 10px rgba(0, 0, 0, 0.5);*/
  }
  /* end of custom css for search- uiaward */
  /*custom css for -organizer-logo - uiaward */
  .org-logo img.ccc-logo {
    margin: 0 auto;
    width: 180px;
  }
  .org-logo p {
    text-align: center;
    font-size: 13px;
  }
  .org-logo ul.ass-list {
    list-style: none;
    text-align: center;
    padding-left: 0;
  }
  .org-logo ul.ass-list li {
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
  }
  .org-logo ul.ass-list li:not(:last-child):after {
    content: ' |';
    font-weight: 700;
    /*color: #F6D41D;*/
    color: #FFF;
  }
  .banner-bottom-organizer {
    background: #FFF;
    height: 112px;
    opacity: .8;
    margin-top: 55px;
  }
  .banner-bottom-organizer h6 {
    margin: 0 0 0 0;
    color: #ba0b39;
    padding-top: 8px;
  }
  .banner-bottom-organizer img {
    max-width: 165px;
    padding-top: 15px;
    /*float: right;*/
  }
  .association-with ul {
    list-style: none;
    padding-left: 0;
    padding-bottom: 2px;
  }
  .banner-bottom-organizer .association-with ul li {
    font-size: 12px;
  }
  /* pop up window - uiaward */
  .avgrund-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    background: rgba( 0, 0, 0, 0.5);
  }
  .avgrund-active .avgrund-cover {
    visibility: visible;
    opacity: 1;
  }
  .avgrund-contents {
    position: relative;
    padding: 20px;
    max-width: 400px;
    height: 100%;
    margin: auto;
  }
  .avgrund-active .avgrund-contents {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
  }
  .no-blur.avgrund-active .avgrund-contents {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
  }
  .avgrund-popup {
    position: fixed;
    width: 340px;
    /*height: 130px;*/
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -190px;
    visibility: hidden;
    opacity: 0;
    z-index: 10000;
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.6);
    border-radius: 0;
    -webkit-transform: scale( 0.8);
    -moz-transform: scale( 0.8);
    -ms-transform: scale( 0.8);
    -o-transform: scale( 0.8);
    transform: scale( 0.8);
  }
  .avgrund-active .avgrund-popup {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale( 1.1);
    -moz-transform: scale( 1.1);
    -ms-transform: scale( 1.1);
    -o-transform: scale( 1.1);
    transform: scale( 1.1);
  }
  .avgrund-popup.stack {
    -webkit-transform: scale( 1.5);
    -moz-transform: scale( 1.5);
    -ms-transform: scale( 1.5);
    -o-transform: scale( 1.5);
    transform: scale( 1.5);
  }
  .avgrund-active .avgrund-popup.stack {
    -webkit-transform: scale( 1.1);
    -moz-transform: scale( 1.1);
    -ms-transform: scale( 1.1);
    -o-transform: scale( 1.1);
    transform: scale( 1.1);
  }
  .avgrund-ready body,
  .avgrund-ready .avgrund-contents,
  .avgrund-ready .avgrund-popup,
  .avgrund-ready .avgrund-cover {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
  }
  .avgrund-ready .avgrund-popup.no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* end of pop up window */
  .arrow-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .arrow-list li {
    line-height: 1em;
    padding: 10px;
    padding-left: 1.2em;
    position: relative;
  }
  .arrow-list li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    font-size: 1.5em;
  }
  .btn-border {
    border: 1px solid #FFF;
    color: #FFF;
    background: none;
  }
  .btn-red {
    border-color: #740000;
    color: #740000;
  }
  .btn-red:hover {
    background-color: #740000 !important;
    color: #FFF;
  }
  .btn-border:hover {
    background: #FFF;
  }
  .btn-magento {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4d942c), to(#4d942c));
    background-image: -webkit-linear-gradient(top, #4d942c 0%, #4d942c 100%);
    background-image: -moz-linear-gradient(top, #4d942c 0%, #4d942c 100%);
    background-image: linear-gradient(to bottom, #4d942c 0%, #4d942c 100%);
    color: #FFF;
    background-repeat: repeat-x;
    border-color: #4d942c;
    background-image: linear-gradient(to bottom, #4d942c 0%, #4d942c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4d942c', endColorstr='#4d942c', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  }
  .btn-magento:hover,
  .btn-magento:focus {
    background-color: #7a1d69;
    color: #FFF;
  }
  .btn-magento:active,
  .btn-magento.active {
    background-color: #7a1d69;
    border-color: #a60832;
  }
  #why_srilanka {
    font-size: 18px;
  }
  #why_srilanka .media {
    margin-top: 30px;
  }
  #srilanka {
    position: relative;
    background: url(../img/srilanka-banner.jpg) no-repeat center;
    height: 300px;
    background-size: cover;
  }
  #srilanka .btn-ex {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 240px;
    z-index: 9;
    top: 45%;
  }
  .link {
    text-transform: uppercase;
  }
  #projects {
    margin-top: 20px;
  }
  .pro-box {
    padding: 15px;
    background: #efefef;
    text-align: left;
    min-height: 225px;
    margin-bottom: 20px;
  }
  .pro-box h1 {
    font-size: 20px;
  }
  .pro-box-details {
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pro-cat {
    font-size: 0.8em;
    text-transform: uppercase;
    border-left: 2px solid #00aeef;
    padding-left: 5px;
  }
  .pro-country {
    font-size: 0.8em;
    text-transform: uppercase;
    border-left: 2px solid #D35517;
    padding-left: 5px;
    margin-right: 5px;
  }
  .pro-box-link {
    padding-top: 10px;
  }
  .pro-box-link a {
    margin-right: 10px;
    /*color: #793546;*/
    color: #d94700;
    text-decoration: none;
  }
  #add-progect {
    background: url(../img/projects-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 300px;
    font-size: 18px;
  }
  .logo-box {
    min-height: 150px;
  }
  .logo-box a {
    color: #231f20;
  }
  .logo-box img {
    display: inline-block;
    max-width: 100%;
  }
  .social-icons .fa {
    font-size: 2em;
    color: #772775;
  }
  .footer-bottom {
    width: 100%;
    background: #112369;
    padding: 20px 0;
  }
  .r-padding.section {
    padding-bottom: 0 !important;
    padding-top: 0;
  }
  /*main nav*/
  .navbar-brand {
    padding: 0;
  }
  .inner-page-topnav-margin .navbar.navbar-default {
    margin-top: 40px;
  }
  .home .navbar.navbar-default {
    opacity: 1;
    margin-top: 40px;
    /*display: none;*/
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .home .navbar.navbar-default.stick {
    opacity: 1;
    margin-top: 30px;
    display: block;
  }
  .navbar-brand {
    width: 250px;
    /*margin-top: -25px;*/
  }
  .navbar-default {
    background-color: rgba(46, 49, 146, 1);
    background-image: none;
    border-color: transparent !important;
  }
  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.active>a {
    background-image: none;
    /*background-color: #76123e;*/
    /* background-color: #d94700; */
    background-color: transparent !important;
    color: #FFF;
    text-shadow: none;
  }
  .navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
  }
  .navbar-nav.login-nav {
    margin-top: 10px;
  }
  .navbar-nav.login-nav>li>a {
    background: #7a7476;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 0.85em;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
    color: #FFF;
    margin-left: 5px;
    float: right;
    text-align: center;
    width: 75px;
  }
  .navbar-default .login-nav.navbar-nav>li>a:hover,
  .navbar-default .login-nav.navbar-nav>li>a:focus {
    /*background: #77123f;*/
    /* background: #d94700; */
    background: #00bff3;
    color: #FFF;
  }
  .copy {
    font-size: 0.8em;
    color: #fff;
  }
  .copy-wrap {
    margin-top: 5px;
    width: 100%;
  }
  /*modals css*/
  .modal-dialog.modal-lg {
    width: 80%;
  }
  .modal-backdrop {
    /*background-color: #740000;*/
    /*background: rgba(93, 93, 93, 1);*/
    background: #f7f7f7;
  }
  .modal-dialog h4.modal-title {
    /* color: #d94700 !important; */
    color: #1f4590 !important;
  }
  .modal-dialog button.close {
    /* color: #d94700; */
    color: #1f4590;
  }
  .modal-dialog .modal-body .form-wrap {
    background: #d7d7d7;
  }
  .modal-backdrop.in {
    opacity: 1;
  }
  /*.modal-backdrop {
  background-color: #740000;
}
.modal-backdrop.in {
opacity: 0.9;
}*/
.modal-content {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
}
.modal-header {
  border: medium none;
  height: 50px;
  padding: 0;
}
.modal-header .close {
  color: #fff;
  font-size: 48px;
  margin-right: 2px;
  opacity: 0.8;
}
.modal-dialog.modal-lg .modal-body {
  background: #fff none repeat scroll 0 0;
  margin-top: 20px;
  padding: 20px;
}
.panel-warning h1 {
  margin-top: 0;
  color: #f47723;
}
.time-row {
  position: relative;
  font-size: 18px;
  padding: 10px 0;
  line-height: 1.2em;
}
.time-row span {
  font-size: 14px;
  display: block;
}
.panel-danger h1 {
  margin-top: 0;
  color: #bb1154;
}
.time-panel {
  margin-top: 25px;
}
.time-panel .label {
  font-size: 100%;
}
.time-panel-body h1 {
  margin-top: 5px;
}
.time-panel.panel-1 h1 {
  color: #F0AD4E;
}
.time-panel-body {
  border-top: 1px solid #DDD;
  padding-bottom: 15px;
}
.time-panel.panel-2 h1 {
  color: #c11559;
}
.time-panel.panel-2 .label {
  background-color: #c11559;
}
/*custom by UIAWARD for */
.time-panel.panel-1 .label {
  background: #f26122;
}
.time-panel.panel-2 .label {
  background: #d71440;
}
.time-panel.panel-3 .label {
  /*background: */
}
.time-panel.panel-4 .label {
  background: #009249;
}
/*custom */
.purple-txt {
  color: #c11559;
}
.time-panel.panel-3 .label {
  background-color: #3386c7;
}
.time-panel.panel-3 h1 {
  color: #3386c7;
}
.panel-title strong {
  background: #FFF;
  padding-right: 10px;
  position: relative;
  top: 4px;
  color: #666;
}
.m-top-remove {
  margin-top: 0;
}
h3.m-top-remove {
  color: #666;
}
#programe {
  /*background: url(../img/programe.jpg) no-repeat #8daa2e;*/
  background-size: cover;
}
.inner-page {
  /*min-height: 300px;*/
  min-height: 400px;
  text-align: center;
  position: relative;
}
.inner-page h1 {
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);*/
}
.page-content {
  padding-top: 70px;
  padding-bottom: 50px;
}
#sectors {
  /*background: url(../img/sectors.jpg) no-repeat #750b05;*/
  background-size: cover;
}
.sector.thumbnail {
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-align: left;
}
/* .sector h3{
margin-top: 5px;
border-left: 3px solid #d94700;
padding-left: 5px;
} */
#accomm {
  /*background: url(../img/hotels.jpg) no-repeat #007ac6;*/
  background-size: cover;
}
.hotels {
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.hotels h3 {
  margin-bottom: 0;
}
.rates {
  color: #ffcb05;
}
.rates .fa {
  margin-right: 3px;
}
.hotels table {
  font-size: 0.85em;
}
.hotels table thead th {
  color: #666;
  font-weight: normal;
}
.list-arrow li {
  position: relative;
  padding-left: 5px;
}
.list-arrow li:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 5px;
}
.pro-search-wrap {
  /*background:#fafafa;*/
  padding: 15px;
  margin-bottom: 0px;
  border-bottom: 3px solid #efefef;
}
.guide-line a:hover {
  outline: none;
  text-decoration: none;
}
.projects_table {
  margin-top: 20px;
}
.projects_table tr th {
  color: #bb0a3a;
}
.projects_table .btn-sm {
  padding: 3px 8px;
}
.pro-search-wrap .col-sm-3 {
  margin-bottom: 5px;
}
.feedback_table tr th {
  color: #bb0a3a;
  font-size: 0.85em;
  text-align: center;
  vertical-align: middle !important;
}
.feedback_table tr td:first-child {
  text-align: left;
  vertical-align: middle;
}
.feedback_table tr td {
  text-align: center;
}
.owl-controls {
  position: absolute;
  z-index: 99;
  top: 40%;
  width: 100%;
}
.owl-prev,
.owl-next {
  position: absolute;
  z-index: 100;
  color: #FFF;
  font-size: 3em;
  width: 25px;
  height: 48px;
  text-indent: -999em;
}
.owl-prev {
  left: 2%;
}
.owl-next {
  right: 2%;
}
#projects .owl-prev {
  left: -30px;
  color: #DDD;
  background: url(../img/arrow-l.png) no-repeat;
}
#projects .owl-next {
  right: -30px;
  color: #DDD;
  background: url(../img/arrow-r.png) no-repeat;
}
.panel-default>.panel-heading {
  background: #FFF;
}
a.accordion-toggle.collapsed {
  display: block;
  outline: none;
  text-decoration: none;
  color: #333 !important;
}
a.accordion-toggle {
  display: block;
  outline: none;
  text-decoration: none;
  /*color: #781340;*/
  font-weight: 700;
}
.panel-title a:hover {
  text-decoration: none;
}
.register_wrap h1 {
  font-size: 25px;
  color: #8c0027;
}
.register-from-inner {
  padding: 25px;
  background: #EFEFEF;
  margin-bottom: 40px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}
.multiselect.btn-default {
  background: #FFF;
}
.multiselect-container.dropdown-menu>li a {
  padding-left: 30px;
  padding-right: 10px;
}
.multiselect-container.dropdown-menu .radio,
.multiselect-container.dropdown-menu .checkbox {
  margin-bottom: 5px;
  margin-top: 5px;
}
.form-wrap hr {
  border-color: #DDD;
}
#srilanka img {
  width: 100%;
}
#regiser-page-wrap {
  /*background: #bb0a3a;*/
  /* background: #D94700; */
  background: #1f4590;
}
#sectors {
  /*background: #bb0a3a;*/
  /* background: #D94700; */
  background: #1f4590;
}
#programe {
  /*background: #80C241;*/
  /* background: #D94700; */
  background: #1f4590;
}
#accomm {
  /* background:  #D94700; */
  /*background: #BA0B39;*/
  background: #1f4590;
}
#feedback {
  /*background: #ba0b39;*/
  /* background: #D94700; */
  background: #1f4590;
}
#login {
  /*background: #ba0b39;*/
  /* background: #D94700; */
  background: #1f4590;
}
.red-text {
  color: #862b44;
  font-weight: 400;
}
.error {
  font-size: 0.9em;
  color: #ce2614;
}
.time-panel .panel-title {
  font-size: 20px;
}
.searchbox {
  position: relative;
  min-width: 28px;
  width: 0%;
  height: 30px;
  float: right;
  overflow: hidden;
  margin-right: 10px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: #efefef;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0px 28px 0px 20px;
  font-size: 12px;
  color: red;
}
.searchbox-input::-webkit-input-placeholder {
  color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
  color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
  color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
  color: #d74b4b;
}
.searchbox-icon,
.searchbox-submit {
  width: 28px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  font-family: verdana;
  font-size: 14px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #F47723;
}
.searchbox-open {
  width: 250px;
}
.profile-alert {
  font-size: 16px;
}
.user-de {
  background: #efefef;
  padding: 15px;
}
.user-de h4 {
  font-weight: 700;
}
.user-de hr {
  border-color: #FFF;
}
.pro-table small {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.pro-interested a {
  color: #333;
}
.pro-interested a:hover {
  color: #74113f;
  text-decoration: none;
}
.blue-txt {
  color: #3386C7;
}
.pro-table h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.orange-txt {
  color: #F0AD4E;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 480px;
}
#partners h3 {
  color: #9d2387;
  font-weight: 600;
}
#partners a:hover {
  text-decoration: none;
  cursor: default;
}
.modal-pro .modal-body {
  background: #FFF;
  padding: 15px;
}
.location-txt {
  font-weight: 400;
}
.invisible {
  opacity: 0;
}
.bold-txt {
  font-weight: 500;
}
/*news ticker*/
.news-ticker {
  position: fixed;
  bottom: 0;
  width: 100%;
  /*background: #490221;*/
  /* background: #d94700; */
  background: #7f2c71;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.news-ticker-header {
  /*background: #D94747;*/
  /*commented for 2017*/
  /* background: #ff5603; */
  background: #64296b;
  padding: 5px 20px 8px 10px;
  text-align: right;
  color: #FFF;
  font-size: 16px;
}
.news-ticker-inner {
  color: #FFF;
  padding-top: 15px;
}
.news-ticker-inner a {
  color: #f8ce05;
  font-size: 14px;
  margin-right: 30px;
}
/*==========*/
.table-news {
  border-bottom: 1px solid #DDD;
  color: #999;
  font-size: 13px;
}
table.table-news tr td {
  border: none;
  padding-top: 0;
}
table.table-news tr td a {
  margin-left: 8px;
  color: #999;
}
table.table-news tr td a:hover {
  color: #D94747;
}
.sponsors-wrap {
  background: #FFF;
  position: relative;
  border-bottom: 1px solid #DDD;
  padding: 30px 0px;
  margin-top: 25px;
}
.sponsors-wrap ul {
  padding-left: 0;
}
.sponsors-wrap ul li {
  display: inline-block;
  position: relative;
  height: 60px;
  text-align: center;
  /*width: 14%;*/
  /*padding: 0 30px;*/
  /*padding: 0 15px;*/
  padding: 0 2px;
}
.sponsors-wrap ul li small {
  position: absolute;
  z-index: 9;
  top: -30px;
  left: 0;
  right: 0;
  line-height: 1em;
}
.sponsors-wrap .img-responsive {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .sponsors-wrap ul {
    /*width:1170px;*/
    /*custom by UIAWARD*/
    margin: 0 auto;
  }
  .li-sm {
    width: ;
  }
}
@media (max-width: 480px) {
  .sponsors-wrap ul li {
    height: auto;
    width: 32%;
    color: #333;
  }
  .sponsors-wrap ul li small {
    position: relative;
    top: inherit;
    line-height: 1em;
  }
  .hero-logo {
    margin: 18px auto 0;
  }
  .navbar-brand img {
    display: block;
  }
  .navbar-brand {
    width: 220px;
  }
  .mobile-logo {
    margin-bottom: -24px;
    /*margin-top: 25px;*/
    padding-left: 15px;
    color: #74113f !important;
    font-weight: 500;
    width: 230px;
  }
  nav .navbar-header.page-scroll {
    margin-top: 22px !important;
  }
  .custom-search {
    display: none;
  }
  .avgrund-popup {
    width: 230px;
    /*height: 130px;*/
    left: 74%;
    top: 50%;
  }
  #why {
    padding-top: 60px !important;
  }
  .section.inner-page {
    padding: 90px 0 40px;
  }
  .inner-page h1 {
    font-size: 30px;
  }
  .custom-country ul li {
    width: 13%;
  }
  .custom-country ul li img {
    width: 60%;
    padding-right: 3px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    z-index: 99;
  }
  .searchbox {
    position: absolute;
    z-index: 99999;
    right: 60px;
    top: 34px;
  }
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: #5b2965;
    color: #FFF;
  }
  .navbar-default .navbar-toggle {
    border-color: #d7d7d733;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
  }
  .login-nav li {
    margin-right: 15px;
  }
}
@media (max-width: 769px) {
  .home .navbar.navbar-default,
  .inner-page-topnav-margin .navbar.navbar-default {
    margin-top: 25px;
  }
  .banner-bottom-organizer {
    min-height: 150px;
  }
  .hero {
    padding: 50px 0;
  }
  #why {
    min-height: 500px;
    padding-top: 100px;
  }
  #projects .owl-prev {
    left: -10px;
  }
  #projects .owl-next {
    right: -10px;
  }
  #weather-snip {
    display: none;
  }
  .m-top-mobile {
    margin-top: 5px;
  }
  .col {
    display: block;
    margin: 5px;
  }
  .why-moible-hide {
    display: none;
  }
  .why-moible-visible {
    display: block;
  }
}
@media (min-width: 768px) {
  .searchbox {
    margin-right: 20px;
  }
  .why-moible-hide {
    display: block;
  }
  .why-moible-visible {
    display: none;
  }
  .row-1 .hotels {
    min-height: 395px;
  }
  .row2 .hotels {
    min-height: 450px;
  }
  .hero h1 {
    font-size: 38px;
  }
}
@media (min-width: 480px) {
  .mobile-logo {
    margin-top: -21px;
  }
}
@media (min-width: 991px) {
  .hero h1 {
    font-size: 48px;
  }
  .user-de {
    padding: 20px;
  }
  .hero-logo {
    margin: 110px auto 10px;
    width: 55%;
  }
  /*custom-css for banner text */
  .custom-banner-text h1 {
    font-size: 38px;
  }
  .section {
    padding: 120px 0 60px;
  }
}
@media (max-width: 980px) {
  .section.inner-page {
    padding-top: 120px;
  }
  .hero-logo {
    margin: 78px auto 0;
    padding: 40px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-collapse.navbar-ex1-collapse {
    background: white;
    transition: 0.15s all ease-in-out;
  }
  .navbar-collapse.navbar-ex1-collapse[aria-expanded="true"] {
    -webkit-box-shadow: 0px 14px 21px -13px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 14px 21px -13px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 14px 21px -13px rgba(0, 0, 0, 0.53);
    padding: 10px 20px;
  }
}
.navbar-brand>img {
  border: 0px solid #DDD;
}
.col {
  display: inline-block;
  margin: 0 5px;
}
/*only for mozilla */
/*this is register -> accommodation -> radio button*/
@-moz-document url-prefix() {
  .custom-radio input {
    height: 0;
  }
}
@media (min-width: 1200px) {
  .hero p {
    font-size: 17px;
  }
  .org-logo span {
    font-size: 13px;
    font-weight: 400;
  }
  .location-txt {
    font-size: 20px;
  }
  .sponsors-wrap ul.support-nameless li {
    height: 60px !important;
  }
  .place {
    margin-bottom: 40px;
    display: inline-block;
    /* width: 47%; */
    /* padding: 2%; */
    vertical-align: top;
  }
}
@media (min-width: 1600px) {
  .hero-logo {
    margin: 100px auto 10px;
    width: 80%;
  }
  .org-logo ul li {
    font-size: 14px;
  }
  .hero p {
    font-size: 27px;
  }
  .org-logo span {
    font-size: 16px;
  }
  .msg-box {
    font-size: 16px;
  }
  .bounce {
    bottom: 82px !important;
  }
}
#weather-snip .aw-widget-36hour .bg-su,
.aw-widget-36hour .tbg-su,
.aw-widget-current .bg-su,
.aw-widget-current .tbg-su {
  background: none !important;
}
#weather-snip div.aw-widget-current-inner div.aw-widget-content {
  border: none !important;
  color: #FFF !important;
  background: none !important;
}
#weather-snip div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather h3 {
  color: #FFF;
  position: absolute;
  top: -10px;
  padding-top: 0 !important;
  font-size: 13px !important;
}
#weather-snip {
  width: 280px;
  top: 100px;
  position: absolute;
  right: 5px;
  z-index: 9;
}
#weather-snip .lt-479 div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p.aw-temp-time-desc {
  width: 85% !important;
}
#weather-snip .lt-479 div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather span.aw-icon {
  top: 0 !important;
}
#weather-snip div.aw-widget-current-inner a.aw-toggle {
  display: none !important;
}
/*message box*/
.msg-box {
  position: absolute;
  z-index: 1;
  left: 50px;
  top: 100px;
}
.bounce {
  position: absolute;
  font-size: 25px;
  text-align: center;
  bottom: 75px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -30px;
  border: 2px solid #fff200;
  color: #fff200;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@media (max-width: 767px) {
  .msg-box {
    display: none;
  }
}
@media (max-width: 768px) {
  .airline-offer {
    display: none;
  }
  .day-counter {
    display: none;
  }
}
@media (max-width: 1440px) {
  .bg-round {
    min-height: 325px !important;
  }
  .info-tiles .bg-round {
    min-height: 260px !important;
  }
  .spouse-tiles .bg-round {
    min-height: 475px !important;
  }
}
/*gallery css*/
#gallery-row {
  /*background: #78133d;*/
  background: #e1c6a8;
  ;
  padding: 30px 0;
}
#gallery-row h1 {
  color: #012a14;
}
.gallery-box li {
  position: relative;
  width: 24%;
}
.gallery-box li a {
  position: absolute;
  display: inline-block;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #f7941d;
  color: #FFF;
  width: 200px;
  padding: 10px;
}
.gallery-box li a:hover {
  outline: none;
  background: #e97f00;
  text-decoration: none;
}
#links>a {
  width: 20%;
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  float: left;
}
#links>a img {
  width: 100%;
  border: 1px solid #FFF;
}
.gallery-wrap {
  padding: 50px 0;
  background: #FFF;
}
.gallery-wrap .tab-content {
  padding-top: 20px;
}
.gallery-wrap .nav-tabs>li.active>a,
.gallery-wrap .nav-tabs>li.active>a:hover,
.gallery-wrap .nav-tabs>li.active>a:focus {
  border: 1px solid #00bff3;
  background: #00bff3;
  /* background: #D94700; */
  color: #FFF;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
.gallery-wrap .nav-tabs {
  border: none;
}
.gallery-wrap .nav-tabs>li>a {
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #00bff3;
  color: #00bff3;
  margin-right: 5px;
}
/*custom by Ajeem for 2017*/
#testimonials .testi-desc {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 15px;
  color: #012a14;
}
#testimonials p {
  padding: 0 !important;
  margin: 0 !important;
}
#testimonials .testi-name {
  color: #012a14;
}
.tickercontainer ul {
  list-style: none !important;
}
#sticky {
  z-index: 1029 !important;
}
.header-nav-and-country {
  position: fixed;
  width: 100%;
  /*background: #009043;*/
  /*background: #ff6d23;*/
  /* background: #7f2c71; */
  background: linear-gradient(90deg, rgba(14, 23, 93, 1) -1%, rgb(9, 13, 82), rgb(11, 12, 76));;
  z-index: 1100;
}
.lang-drop li {
  padding-right: 35px;
}
@media (max-width: 479px) {
  .top-menu {
    /* background:#D94700; 
    background: #3f285a;*/
  }
}
/*custom by Ajeem to put home company logoes text inside the white bar*/
.sponsors-wrap ul li {
  color: #000;
}
.sponsors-wrap ul li small {
  position: inherit;
  top: inherit;
}
.sponsors-wrap ul.support-nameless1 li {
  height: 87px;
}
.sponsors-wrap ul.support-nameless li {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-success {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8d54+0,ff6d23+40 */
  /* background: #ff8d54; */
  /* Old browsers */
  /* background: -moz-linear-gradient(top, #ff8d54 0%, #ff6d23 40%); */
  /* background: -webkit-linear-gradient(top, #ff8d54 0%, #ff6d23 40%); */
  /* Chrome10-25, */
  /* Safari5.1-6  */
  /* background: linear-gradient(to bottom, #ff8d54 0%, #ff6d23 40%); */
  /* W3C,
  IE10+,
  FF16+,
  Chrome26+,
  Opera12+,
  Safari7+ */
  /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff8d54', endColorstr='#ff6d23', GradientType=0); */
  /* IE6-9 */
  background: #1191d0 !important;
  color: #FFF !important;
  border-color: #1191d0 !important;
}
.btn-success:hover,
.btn-success:focus {
  /* Permalink - use to edit and share this gradient: http: //colorzilla.com/gradient-editor/#ff8d54+0,ff6d23+40 */
  /* background: #ff8d54 !important; */
  /* Old browsers  */
  /* background: -moz-linear-gradient(top, #ff8d54 0%, #ff6d23 40%) !important; */
  /* FF3.6-15*/
  /* background: -webkit-linear-gradient(top, #ff8d54 0%, #ff6d23 40%) !important; */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, #ff8d54 0%, #ff6d23 40%) !important; */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d54', endColorstr='#ff6d23',GradientType=0 ); /* IE6-98 */
  background: #00aeef !important;
  color: #FFF !important;
  border-color: #00aeef !important;
}
.gradient-btn {
  background: #40285a !important;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #40285a 0%, #9d2387 34%, #9d2387 68%, #40285a 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #40285a 0%, #9d2387 34%, #9d2387 68%, #40285a 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #40285a 0%, #9d2387 34%, #9d2387 68%, #40285a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#40285a', endColorstr='#40285a', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  background-repeat: repeat-x !important;
  border-color: transparent !important;
  background-size: auto 200px !important;
  border: none !important;
  color: white !important;
}
.gradient-btn:hover,
.gradient-btn:focus,
.gradient-btn:active {
  background-position: 1px -155px !important;
  border: none !important;
  color: white !important;
}
.gradient-btn {
  transition: all 1.5s ease !important;
  color: white !important;
}
.btn-magento,
.btn-magento:hover,
.btn-magento:focus,
.btn-magento:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8d54+0,ff6d23+40 */
  /* background: #ff8d54; /* Old browsers */
  /* background: -moz-linear-gradient(top, #ff8d54 0%, #ff6d23 40%); /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, #ff8d54 0%,#ff6d23 40%); /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, #ff8d54 0%,#ff6d23 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d54', endColorstr='#ff6d23',GradientType=0 ); /* IE6-9 */
  background: #1191d0;
  background-repeat: repeat-x;
  border-color: transparent;
  color: #fff;
}
.btn-grey {
  background: #484848;
  color: white;
}
.btn-grey:hover,
.btn-grey:active,
.btn-grey:focus {
  background: #737373;
  color: white;
}
/**/
#why {
  color: #000 !important;
  padding: 100px 0 100px 0;
  /*background: linear-gradient(0deg, rgba(65,134,237,1) 9%, rgba(12,185,251,1) 75%);*/
  background: #e6e5e1;
}
/*#why h1.text-center {
  color: #fff !important;
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 40px;
  z-index: 9;
  position: relative;
}*/
.focus-card {
  display: inline-block;
  width: 14%;
  min-height: 66px;
  padding: 10px;
  vertical-align: middle;
  font-size: 13px;
  margin: 0 1%;
  margin-bottom: 0px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 120% 40%;
  background-opacity: 0.5
}
.focus-card:hover {
  transform: scale(1.05);
  transition: 0.25s all ease-in-out;
}
.flags {
  padding: 2px 0px;
}
.bg-round {
  cursor: pointer;
  background: #fff;
  padding: 30px 20px;
  min-height: 365px;
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.4);
}
.spouse-tiles .bg-round {
  padding: 0px;
  overflow: hidden;
  min-height: 480px;
}
.tile-content{
  padding: 5px 20px 15px;
}
.tile-content p{
  min-height: 120px;
}
.bg-round div.round-desc {
  text-align: center !important;
  margin-bottom: 10px;
}
.register-section .btn-brochure {
  border: 1px solid none;
  color: #212121;
  color: #c21a8a;
}
.bg-round hr {
  border-top-width: 2px;
  /* border-color: #ff5603; */
  border-color: #112369;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.r-card img{
}
.rounded-icons img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.spouse-tiles .rounded-icons img {
  width: 100%;
  min-height: 200px;
  max-height: 210px;
  object-fit: cover;
}
.register-section {
  clear: both;
  text-align: center;
  padding-top: 15px;
}
.register-section .btn-border {
  /* border: 1px solid #212121; */
  /* color: #212121; */
  color: #c21a8a;
}
.a-right font[style="color: red"] {
  font-weight: 600;
}
.map-icon {
  margin-top: 10px;
}
.sl-map img {
  margin: 0 auto;
  width: 80%;
}
.map-icon .map-icon-set img {
  width: 15%;
}
.map-icon .map-icon-set {
  display: block;
  margin-bottom: 20px;
  min-height: 90px;
}
.left-img {
  position: absolute;
  margin-left: 80px;
}
.right-img {
  position: absolute;
  margin-right: 100px;
  text-align: right;
}
.map-icon .map-icon-set div {
  font-size: 13px;
}
.map-icon img.right {
  float: right;
  margin-left: 15px;
  position: relative;
}
.map-icon img.left {
  float: left;
  margin-right: 15px;
  position: relative;
}
.map-img {
  margin-top: 30px;
}
/*quote example*/
.example-number {
  position: relative;
  width: 420px;
  /*height:200px;*/
  margin: 50px 0 20px;
  text-align: center;
  padding: 15px;
  /*font:140px/200px Arial, sans-serif;*/
  color: #fff;
  font-size: 12px;
  background: #C91F2C;
}
/* creates the larger triangle */
.example-number:before {
  /*  content:"";
  position:absolute;
  bottom:-140px;
  right:0;
  border-width:0 0 140px 140px;
  border-style:solid;
  border-color:transparent #C91F2C;
  */
  content: "";
  position: absolute;
  bottom: -20px;
  left: 60px;
  border: 0;
  border-right-width: 30px;
  border-bottom-width: 20px;
  border-style: solid;
  border-color: transparent #c81e2b;
  display: block;
  width: 0;
}
/* creates the larger triangle */
.example-number:after {
  /*content:"";
  position:absolute;
  bottom:-140px;
  right:85px;
  border-width:0 0 140px 55px;
  border-style:solid;
  border-color:transparent #fff;*/
  content: "";
  position: absolute;
  bottom: -20px;
  left: 80px;
  border: 0;
  border-right-width: 10px;
  border-bottom-width: 20px;
  border-style: solid;
  border-color: transparent #fff;
  display: block;
  width: 0;
}
.highlights-img .row div {
  padding-left: 0;
  padding-right: 0;
}
.highlights-img .glimpse {
  background: #000;
  padding: 20px 30px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
}
.highlights-img .stats {
  background: #812990;
  color: #FFF;
  padding: 45px 30px;
  text-align: center;
  height: 100%;
  font-size: 18px;
}
.highlights-img .stats span {
  font-size: 60px;
  letter-spacing: -10px;
  line-height: 60px;
}
.highlights-img .orange-quote {
  background: #f47723;
  color: #FFF;
  font-size: 18px;
  padding: 20px;
  text-align: center;
}
.highlights-img .red-quote {
  background: #DA2128;
  color: #FFF;
  font-size: 18px;
  padding: 20px;
  text-align: center;
}
.highlights-img .red-quote p {
  font-size: 66px;
}
.highlights-img .green-quote {
  background: #7EC242;
  color: #FFF;
  font-size: 18px;
  padding: 20px;
  text-align: center;
}
.highlights-img .green-quote p {
  font-size: 66px;
}
.testimonials2 {
  background: #F47723;
  text-align: center;
}
.testimonials2 .testi-name {
  color: #FFF;
}
.testimonials2 h3 {
  margin-top: 0 !important;
  color: #FFF;
  padding: 14px 15px 8px 15px;
  text-align: center;
}
#testimonials2 {
  color: #FFF;
  padding: 15px;
  font-size: 13.3px;
}
#cont {
  overflow: hidden;
  width: 100%;
}
#left-col {
  float: left;
  padding-bottom: 500em;
  margin-bottom: -500em;
}
#right-col {
  float: left;
  margin-right: -1px;
  background-color: #812990;
  padding-bottom: 500em;
  margin-bottom: -500em;
}
#right-col4 {
  float: left;
  margin-right: -1px;
  background-color: #7EC242;
  padding-bottom: 500em;
  margin-bottom: -500em;
}
#left-col2 {
  float: left;
  background: #f47723;
  padding-bottom: 500em;
  margin-bottom: -500em;
}
#left-col3 {
  float: left;
  background: #DA2128;
  padding-bottom: 500em;
  margin-bottom: -500em;
}
#right-col2 {
  float: left;
  margin-right: -1px;
  padding-bottom: 500em;
  margin-bottom: -500em;
}
.day-counter {
  width: 280px;
  top: 250px;
  position: absolute;
  right: 57px;
  z-index: 9;
  text-align: right;
}
.sl-flag {
  width: 7%;
  float: right;
  vertical-align: middle;
  margin-left: 23px;
  margin-top: 6px;
}
.pager.wizard .previous a {
  /* background: #40285a !important; */
  background: #1f4590 !important;
  color: #FFF !important;
  /* border-color: #40285a !important; */
  border-color: #1f4590!important;
}
/*modal participant*/
#myModal2 .panel-collapse .panel-body {
  color: #000;
}
#myModal2 .modal-body,
#myModal2 .modal-dialog {
  width: 800px;
}
.modal-dialog .form-wrap {
  color: #000;
}
.airline-offer:hover {
  opacity: .8;
}
.airline-offer a:hover {
  text-decoration: none;
}
/*modal participant*/
.nav li a {
  position: relative;
  display: block;
  padding: 15px 4px;
}
.nav .dropdown-menu li a {
  position: relative;
  display: block;
  padding: 7px 15px;
}
/* ======== New Pragramme page Styles 2018-02-19-Nayayana ======== */
#page-content-programme {
  /* background-color: #f1f1f1; */
  padding-top: 35px;
  padding-bottom: 50px;
}
.day-content {
  margin-top: 40px;
  /*background-color: #ededed;
  min-height: 775px;*/
  min-height: auto;
}
.day-bg-color {
  margin-bottom: 20px;
  background: transparent;
  border-radius: 30px;
  height: auto;
  min-height: auto !important;
  width: auto;
  padding: 0 15px 0 0;
}
.day-bg-color h3 {
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  padding: 5px;
  font-size: 21px;
}
.day-bg-white {
  background-color: #fff;
  margin-bottom: 20px;
}
.day-bg-white h3 {
  font-weight: 500;
  color: #696868;
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 21px;
}
.programme-title h3 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 20px;
}
.programme-title h4 {
  font-size: 19px;
  margin-top: 10px;
}
.programme-date span {
  font-weight: 500;
  /* color: #f58320; */
  color: #00bff3;
  font-size: 14px;
}
.programme-date p {
  font-size: 14px;
  margin-bottom: 2px;
}
.programme-date {
  margin-right: 0;
  margin-bottom: 4px;
  border-bottom: 1px solid #e5e7f2;
  padding: 15px;
}
/* custom css 2019 */
.navbar {
  max-height: 60px;
}
.mobile-logo {
  /**margin-top: -26px;**/
}
/* .nav.navbar-nav.navbar-right > li:nth-child(2) > a {
padding: 13px 18px;
margin-right: 20px;
} */
.bg-round:hover {
  animation: zoom 0.5s both;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.rounded-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.r-card {
  display: block;
  min-width: 200px;
  max-width: 200px;
  flex-basis: calc(33% - 57px);
  margin: 10px;
  flex-grow: 1;
  border-radius: 7px;
  position: relative;
}
.info-tiles .r-card {
  min-width: 150px;
  max-width: 175px;
}
.spouse-tiles .r-card {
  min-width: 180px;
  max-width: 340px;
  margin-bottom: 35px;
  margin: 20px;
}
.info-tiles   .bg-round {
  min-height: 285px;
}
.spouse-tile  .bg-round {
  min-height: 500px;
}
.row.focus-info {
  padding: 0 25px;
}
.box {
  background-color: inherit;
  border-radius: 0;
  cursor: pointer;
  color: white;
  display: inline-block;
  padding: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
}
.box::before,
.box::after {
  background-color: #c21a8a;
  content: "";
  position: absolute;
  transform: translate3D(0, 100%, 0);
  transition: transform 100ms ease-in;
  transition-delay: 100ms;
  width: 2px;
  height: 100%;
  bottom: 0;
}
.box::before {
  right: 0;
  left: auto;
}
.box::after {
  left: 0;
}
.box__content::after {
  content: "";
  height: 2px;
  border-bottom: 4px solid #c21a8a;
  bottom: 0;
  position: absolute;
  right: 30%;
  left: 30%;
  transition: left 100ms ease-in, right 100ms ease-in;
  /* double delayed time for transition */
  transition-delay: 200ms;
}
.box__content-wrap::before,
.box__content-wrap::after {
  border-top: 4px solid #c21a8a;
  content: "";
  position: absolute;
  top: 0;
  transition: transform 100ms ease-in;
  width: 50%;
}
.box__content-wrap::before {
  left: 0;
  transform: translate3D(-101%, 0, 0);
}
.box__content-wrap::after {
  right: 0;
  transform: translate3D(101%, 0, 0);
}
.btn-group.open .box::before,
.btn-group.open .box::after {
  transform: translate3D(0, 0, 0);
  transition: transform 100ms ease-in;
  transition-delay: 100ms;
}
.btn-group.open .box .box__content::after {
  right: 1%;
  left: 1%;
  transition: left 100ms ease-in, right 100ms ease-in;
}
.btn-group.open .box .box__content-wrap::before,
.btn-group.open .box .box__content-wrap::after {
  transform: translate3D(0, 0, 0);
  transition: transform 100ms ease-in;
  /* double delayed time for transition */
  transition-delay: 200ms;
}
#why_srilanka {
  background: #e8e9e9;
}
svg {
  position: absolute;
  height: 100%;
}
.lines {
  opacity: 0.05;
}
.line {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #4C3A90;
}
.lights {
  opacity: 0.9;
}
.light {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #7A6BB5;
}
.thumbnail .caption {
  text-align: center;
}
.thumbnail.sector.text-center .caption img {
  width: 45%;
  margin: auto;
}
#page-content-programme .col-md-4 {
  min-height: 65px;
}
#page-content-programme .col-md-6 {
  min-height: 50px;
}
#grad-canvas {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.inverse h1 {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}
.thumbnail.hotels {
  -webkit-box-shadow: 0px 9px 15px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 9px 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 9px 15px 2px rgba(0, 0, 0, 0.2);
}
.thumbnail.hotels {
  padding: 0;
  margin-bottom: 30px;
}
.caption h4 b {
  color: #565656;
}
.caption img:hover {
  transition: all 0.2s ease-In-Out;
  transform: scale(1.05);
}
/* Registration From  */
.reg-title {
  font-family: "Ubuntu", sans-serif;
  color: #80055d;
  font-size: 30px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 30px;
}
.reg-card {
  min-height: 330px;
  -webkit-box-shadow: 0px 8px 11px 3px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 8px 11px 3px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 8px 11px 3px rgba(0, 0, 0, 0.34);
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  padding: 60px 0;
  border-radius: 0;
  border: 1px solid #2e2c70;
  background: #2e2c70;
}
.reg-card:hover {
  cursor: pointer;
  transform: scale(1.01) translateY(-7px);
  transition: all 0.2s ease-In-Out;
  background-image: url(../../assets/img/reg-card-bg.png);
  background-position: 0px 0px;
  background-size: cover;
  animation: skyline-scroll 20s linear infinite;
}
@@keyframes skyline-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.reg-card img {
  margin: auto;
  margin-bottom: 25px;
}
.reg-bg {}
  .payment-card {
    margin-top: 50px;
  }
  .payment-head-success {
    padding: 20px;
    color: white;
    background: #13af67;
  }
  .payment-head-fail {
    padding: 20px;
    color: white;
    background: #cc3939;
  }
  .payment-head2 {
    padding: 8px 20px;
    background: #dadada;
  }
  .payment-body {
    padding: 41px 20px;
    border: 1px solid #d8d8d8;
  }
  /** Accommodation View **/
  .margins {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    display: none;
  }



  /************************************************
**************   SLEIS 2025 *********************
************************************************/

.admin-menu .navbar-brand{
    font-size: 30px;
    font-weight: 400;
    padding: 16px 0;
    color: #fff;
    width: 150px;
}
