*{padding: 0; margin: 0; text-decoration: none;}
ul{list-style-type: none;}
img{outline: none;}

body{font-family: 'Raleway', sans-serif; font-size: 10px;}

main{width: 100%; float: left;}
.header{width: 100%; float: left;}
.top-line{width: 100%; float: left;}
.top-line span{width: 25%; float: left; border: solid 5px #00B0CB; box-sizing: border-box;}
.top-line span:nth-child(2){width: 25%; float: left; border: solid 5px #00A44E; box-sizing: border-box;}
.top-line span:nth-child(3){width: 25%; float: left; border: solid 5px #B8328D; box-sizing: border-box;}
.top-line span:nth-child(4){width: 25%; float: left; border: solid 5px #F18232; box-sizing: border-box;}
.navbar{width: 100%; float: left; background-color: #ffffff;  box-shadow: 0 3px 6px rgba(0,0,0,0.16); padding: 5px 0; box-sizing: border-box;}
.container{width: 1300px; margin: 0 auto;}
nav{width: 100%; float: left;}
.left-logo{width: auto; float: left; padding: 16px 0;}
.left-logo img{width: 140px; float: left; box-sizing: border-box;}
.right-menu{width: auto; float: right;}
.right-menu ul{width: auto; float: left; padding: 29px 0;}
.right-menu ul li{width: auto; float: left; padding: 16px;}
.right-menu ul li a{width: auto; float: left;  color: #707070; font-weight: 600; font-size: 1.6em; line-height: 19px;}
.right-menu ul li.select a{color: #00B0CB;}
.right-menu ul li:hover a{color: #00B0CB; transition: 0.3s;}
.button{width: auto; float: right; margin-left: 15px;}
.button a{width: auto; float: left; padding: 16px 24px; background-color: #00B0CB; border-radius: 14px; font-size: 16px; color: #ffffff; line-height: 19px; font-weight: 600;}
.button a:hover{background-color: #00274f;}
/*.btn:link,.btn:visited {text-transform: uppercase;text-decoration: none; display: inline-block;border-radius: 3px;transition: all .2s;position: relative;}
.btn:hover {transform: translateY(-3px);box-shadow: 0 5px 15px #00B0CB;}
.btn:active {transform: translateY(-1px);box-shadow: 0 5px 10px #00B0CB;}
.btn-white {background-color: #00B0CB;color: #fff;}
.btn::after {content: "";display: inline-block;height: 100%;width: 100%;border-radius: 3px;position: absolute;top: 0;left: 0;z-index: -1;transition: all .6s;}
.btn-white::after {background-color: #00B0CB;}
.btn:hover::after {transform: scaleX(1.4) scaleY(1.6);opacity: 0;}
.btn-animated {animation: moveInBottom 5s ease-out;animation-fill-mode: backwards;}
@keyframes moveInBottom {0% {opacity: 0;transform: translateY(30px);}100% {opacity: 1;transform: translateY(0px);}} */

.banner{width: 100%; float: left; margin: 10px 0;   box-sizing: border-box; background:url(../images/banner.png); background-size: cover; background-position: center; background-repeat: no-repeat;}
.banner-image { width: 600px; float: right; padding: 100px 0;}
.banner-image img{width: 100%;}
.banner-text{max-width: 535px; float: left; padding: 175px 0; box-sizing: border-box;}
.banner-text h1{width: 100%; float: left; font-size: 36px; font-weight: 400; color: #000000; line-height: 42px; margin-bottom: 20px;}
.banner-text p{width: 100%; float: left; font-size: 16px; font-weight: 400; color: #000000; line-height: 28px; margin-bottom: 30px;}
.button-banner{width: auto; float: left;}
.button-banner a{width: auto; float: left; padding: 16px 32px; background-color: #00B0CB; border-radius: 14px; font-size: 16px; color: #ffffff; line-height: 19px; font-weight: 600;}
.button-banner a:hover{background-color: #00274f;}

.features{width: 100%; float: left;}
.features h2{width: 100%; float: left; text-align: center; font-size: 36px; line-height: 42px; font-weight: 400; color: #000000; padding: 50px 0;}
.main-row{width: 100%; float: left; border-bottom: solid 1px #707070;}
.main-row ul{width: 100%; float: left;}
.main-row ul li{width: 400px; float: left; margin-right: 50px; margin-bottom: 50px;}
.main-row ul li:nth-child(3n){margin-right: 0;}


.orange-box{width: 100%; float: left; text-align: center; border: solid 1px #F49A5A; position: relative;}
.icon { width: 100%; float: left; position: absolute; top: 25px; margin-bottom: 20px;}
.icon img{width: auto;}
/*.orange-box:hover{ cursor: pointer; opacity: 1; background: -webkit-linear-gradient(-45deg,  #f7b688 15%,#f18232 100%);}
.orange-box:hover .box-title { color: #fff; font-weight: 600;}
.orange-box:hover .box-text{ color: #fff;}*/

.orange-img{width: 100%; float: left; margin-bottom: 30px;}
.orange-img img{width: 67px; height: 67px; float: left;}
.box-title{width: 100%; float: left; font-size: 25px; font-weight: 400; color: #000000; line-height: 30px; margin-bottom: 25px;}
/*.box-text{width: 100%; float: left; font-size: 16px; font-weight: 400; color: #000000; line-height: 28px; padding: 0 15px; box-sizing: border-box; margin-bottom: 75px;}
*/

.pink-box{width: 100%; float: left; text-align: center; border: solid 1px #B8328D; position: relative;}
/*.pink-box:hover{ cursor: pointer; opacity: 1; background: -webkit-linear-gradient(-45deg,  #e49bcd 15%,#B8328D 100%);}
.pink-box:hover .box-title { color: #fff; font-weight: 600;}
.pink-box:hover .box-text{ color: #fff;}*/


.green-box{width: 100%; float: left; text-align: center; border: solid 1px #00A44E; position: relative;}
/*.green-box:hover{ cursor: pointer; opacity: 1; background: -webkit-linear-gradient(-45deg,  #4dffa3 15%,#00A44E 100%);}
.green-box:hover .box-title { color: #fff; font-weight: 600;}
.green-box:hover .box-text{ color: #fff;}*/
.availability{width: 100%; float: left; padding: 70px 0 0;}
.benefits{width: 100%; float: left; padding: 70px 0 0;}
.benefits-row{width: 100%; float: left; position: relative;}
.center-img{max-width: 58%; margin: 0 auto; position: relative;}
.center-img img{max-width: 100%; height: auto; box-sizing: border-box;}
.featurenav { margin: 0; padding: 0; list-style: none; position: absolute; left: 0; top: 4.5%; width: 100%;}
.featurenav li {
    width: 260px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    color: #77787b;
    text-decoration: none;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    padding: 21px 10px 10px 80px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    min-height: 104px;
    cursor: pointer;
    box-sizing: border-box;
}

.featurenav li:nth-child(odd) {
    float: left;
    clear: left;
}

.featurenav li .autoReviewIcon.icon1 {
    background-position: 10px 12px;
}

.featurenav li .autoReviewIcon {
    position: absolute;
    left: 3px;
    top: 13px;
    width: 62px;
    height: 62px;
    background: #e8e8e8 url(../images/review-icons.png) left top no-repeat; border-radius: 50%;}

.featurenav li:nth-child(even) {
    float: right;
    clear: right;
    
}    

.center-img .imageWrap {
    display: block;
    position: absolute;
    left: 5%;
    right: 6.5%;
    bottom: 6.9%;
    border-radius: 20px 20px 25px 24px;
    overflow: hidden;
}

.featurenav li:hover .autoReviewIcon.icon1{background-position: -57px 12px;}
.featurenav li:hover .autoReviewIcon{background-color: #00274F; transform: rotate(-45deg);}
.featurenav li.active:hover{color: #00274F;}

.item{width: 100%; position: relative;}
.item img{width: 100%; height: auto;}

.availability-left-box{width: 50%; float: left; padding: 60px 60px 0 0; box-sizing: border-box; }
.availability-title-text{width: 100%; float: left; font-size: 36px; font-weight: 400; color: #000000; line-height: 42px; margin-bottom: 30px;}
.availability-text{width: 100%; float: left; }
.availability-text ul{width: 100%; float: left;	 }
.availability-text ul li{width: 100%; float: left; box-sizing: border-box; font-size: 16px; font-weight: 400; color: #000000; line-height: 32px; background-image: url(../images/Ellipse-7.png); background-size: 10px;  background-position:  left top 10px; background-repeat: no-repeat; padding-left: 30px;}
.availability-right-box{width: 50%; float: left;  box-sizing: border-box;}
.availability-right-box-img{width: 100%; float: left;}
.availability-right-box-img img{width: 100%; float: left;}


.code-algorithms{width: 100%; float: left; background-color: #EEEEEE; padding: 55px 0 100px 0; box-sizing: border-box; }
.code-algorithms h2{width: 100%; float: left; text-align: center; font-size: 36px; font-weight: 400; color: #000000; line-height: 42px; margin-bottom: 55px;}
.table-container{width:1300px; margin: 0 auto;}
table{width: 100%; float: left; border: solid 1px #F2FDFF; box-shadow: 0 10px 16px rgba(0, 0, 0, 0.16);}
#heading { font-family: 'Raleway', sans-serif; border-collapse: collapse; width: 100%; background-color: #fff; text-align: center;}
#heading tr:nth-child(odd){background:#F3F3F3; }
#heading th { text-align: center; color: #00274F; font-weight: 700; font-size: 18px; background: #F3F3F3;}
/*#heading tr:nth-child(2){background-color: #00274F; font-size: 22px; font-weight: 500; color: #FFFFFF; text-align: center;}*/
/*#heading td{height: 100px;}*/
#heading td:nth-child(1){background-color: #00274F; font-size: 16px; font-weight: 500; color: #FFFFFF;  text-align: left; padding-left: 22px;}

#heading tr:nth-child(2) td{height: auto}
#heading tr:nth-child(2) td:nth-child(1){text-align: center; padding: 0}
#heading tr:nth-child(n+3):nth-child(-n+7), #heading tr:nth-child(2) { text-align: center; font-size: 16px; font-weight: 400; color: #000000;}

.table-2{width: 100%; float: left; display: none;}
.table-2 ul{width: 90%; margin: 0 auto}
.table-2 ul li{width: 100%; float: left; border: solid 1px #ccc; border-bottom: none;}
.table-2 ul li ul{width: 100%; float: left;}
.table-2 ul li li{width: 100%; float: left; height: auto; margin: 0; border: none; font-size: 22px; border-bottom: solid 1px#ccc;}
.table-2 ul li li strong{ width: 30%; box-sizing: border-box; float: left; color: #ffffff; font-size: 24px; border-right: solid 1px#ccc; padding-left: 10px; background-color: #00B0CB; margin-right: 10px;}
.table-2 ul li li span{width: auto; float: left;  box-sizing: border-box;}


.availability-right-1-box{width: 50%; float: left; padding: 60px 60px 0 0; box-sizing: border-box;}

.footer{width: 100%; float: left; background-color: #FBFBFB; padding: 65px 0; box-sizing: border-box;}
.footer h2{width: 100%; float: left; font-size: 36px; font-weight: 400; color: #000000; line-height: 42px; text-align: center; margin-bottom: 25px;}
form{max-width: 616px; margin: 0 auto; width: 100%}
.row{width: 100%; float: left; margin-bottom: 60px;}
.row input[type=email]{width: 500px; float: left; padding: 10px; font-size: 16px; font-weight: 600; box-sizing: border-box;}
.row span{width: auto; float: left; margin-left: -1px;}
.row span a{width: auto; float: left; box-sizing: border-box; border-radius: 2px; background-color: #161616; padding: 12px 20px; font-size: 16px; font-weight: 600; color: #ffffff;}
.row span a:hover{background-color:   #00B0CB; transition: 0.5s;}

.foot-menu{width: 100%; float: left; text-align: center; padding: 30px 0; border-top: solid 1px #000000; border-bottom: solid 1px #000000; box-sizing: border-box; margin-bottom: 12px;}
.foot-menu ul{width: 100%; float: none;}
.foot-menu ul li{width: auto; float: none; display: inline-block;}
.foot-menu ul li a{width: auto; float: none; font-size: 16px; font-weight: 600; color: #000000; padding: 0 14px;}
.foot-menu ul li:hover a{color: #00B0CB; transition: 0.3s; }
.rights{width: auto; float: left; font-size: 12px; font-weight: 600; color: #000000;}
.site-by{width: auto; float: right; font-size: 12px; font-weight: 600; color: #000000;}
.site-by{width: auto; float: right; font-size: 12px; font-weight: 600; color: #000000; text-decoration: underline;} 


.menu-logo{width: 100%; float: left; }
.menu-logo img{width: 140px; float: left;}
.menu-icon{float: right; display: none; right: 40px; top: 55px; width: 25px; position: absolute; cursor: pointer;}
.c-hamburger.c-hamburger--htx {
    display: block;
    width: 30px;
    height: 31px;
    cursor: pointer;
    border:none;
    box-sizing: border-box;
    background: none; cursor:pointer;
    position: absolute; transition: all ease-out 0.3s; -webkit-transition: all ease-out 0.3s; -moz-transition: all ease-out 0.3s; -ms-transition: all ease-out 0.3s; -o-transition: all ease-out 0.3s; z-index:1;} 

.c-hamburger span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    background: #000;
    width: 30px;
    float: right;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    font-size: 0;
}
.c-hamburger.c-hamburger--htx.is-active span {width:30px;}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
}

.c-hamburger span::before {
  top: -8px;
}

.c-hamburger span::after {
  bottom: -8px;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
     -moz-transition-duration: 0.3s, 0.3s;
      -ms-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
     -moz-transition-delay: 0.3s, 0s;
      -ms-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
  background: none;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
     -moz-transition-delay: 0s, 0.3s;
    -ms-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
         /* background:#4f4f4f;*/
}
.c-hamburger.c-hamburger--htx.open-menu{top: 30px;}
.c-hamburger.c-hamburger--htx.open-menu.is-active span{background:none;}
.c-hamburger.c-hamburger--htx.open-menu span{background:#333738;}
.c-hamburger.c-hamburger--htx.open-menu span::before,
.c-hamburger.c-hamburger--htx.open-menu span::after{background:#333738;}
.c-hamburger.c-hamburger--htx.is-active{z-index: 11; position: fixed;}

.navigation{position: fixed; width: 100%; display: none; box-sizing: border-box; overflow:scroll;  height: 100%; left: 0; top: 0; z-index: 11;  padding: 35px 30px 30px; background-color: #fff;}
.navigation ul{float: left; width:100%;  margin-top: 25px;}
.navigation ul li{float: left; width:100%; margin-bottom: 5px; border-bottom: 0.5px solid rgba(128,128,128,0.5); }
.navigation ul li a{float: left; width:100%; padding:10px 0; box-sizing: border-box; color: #000; font-size:16px;  font-weight: 400; line-height:28px;}
.navigation ul li.select a{color: #00B0CB;}

.event-sld{position: relative; float: left; width: 100%; background: #00274f; padding: 85px 0;     background-image: url(../images/wave-graphic.svg),url(../images/well-graphic.svg),linear-gradient(180deg, #04213E 0%, #132B4E 100%); background-repeat: no-repeat;
    background-position: left bottom, right bottom, 0 0;
    background-size: contain;}

.small-head {
    float: left;
    width: 100%;
}
.event-sld .ev {
    color: #fff;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
    font-size: 24px;
}
.small-head h2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    background: #272AA0;
    width: 100%;
    height: 1px;
}
#prev_number, #next_number{position: absolute; color: #fff; right: -20px; top: -6px; font-size: 1.2em; font-weight: 500;  font-family: 'Raleway', sans-serif;}
#prev_number{left: -20px; top: -6px;}

.event-sld .container{
  position: relative;
  width: 1300px;
}
.event-sld .full-img{width: 100%; height:auto; overflow: hidden;  }
.event-sld .full-img img{ transition: all 0.3s ease;}

.event-sld .slider {
    position: absolute;
    width: 50px;
    height: 2px;
    overflow-x: hidden;
    left: 286px;
    top: 93px;
}

.event-sld .line{
  position:absolute;
  opacity: 0.4;
  background:#fff;
  width:150%;
  height:5px;
}

.event-sld .subline {
    position: absolute;
    background: #fff;
    height: 5px;
}



/* @keyframes decrease {
   from { left: -80%; width: 80%; }
   to { left: 110%; width: 10%;}
} */

.event-sld ul li{
  width: 120px;
  height: 100px;
  display: inline-block;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  cursor: pointer;      
}

.event-sld ul li img {
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
}

.event-sld ul li .thum-title{position: absolute; top: 0; left:0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); transition: all ease-in 0.3s; -webkit-transition: all ease-in 0.3s; -moz-transition: all ease-in 0.3s; -ms-transition: all ease-in 0.3s; -o-transition: all ease-in 0.3s;}
.event-sld ul li .thum-title p{position: absolute;font-family: 'Raleway', sans-serif; font-weight: 400; bottom: 17px; left: 17px; color: #FFFFFF;font-size: 1.2em; line-height: 1.16;}
.event-sld ul li:hover .thum-title{background-color: rgba(0,0,0,0);}
   .event-sld #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
      }
      .event-sld #bar{
        width: 0%;
        max-width: 100%;
        height: 4px;
        background: #fff;
        height: 2px;
      }
      .event-sld #progressBar{
        width: 15%;
        position: absolute;
        bottom: 1.5%;
        right: 35.7%;
        height: 2px;
      }
        .event-sld #progressBar:after{position: absolute; left: 0; top: 0; width:100%; height: 2px; background:rgba(255,255,255,0.2); content: "";}
     .event-sld #owl-demo span{
         background: transparent;
         width:auto;
         height: auto;
         border-radius: 0;
         margin: 0;
         /* opacity: 1; */
         position: relative;
         z-index:999;
         padding: 5px 10px; margin-right: 10px;

     }

     /* #owl-demo span:after{
       position: absolute;
       background: url(../images/fullimage2.jpg);
       width: 100px;
       height: 100px;
       content: '';
     } */

     .event-sld .item {
        width: 90%;
        margin-left: auto;
    }

    .event-sld .item h1{
      color: #fff;
      font-family: 'Raleway', sans-serif;
      text-transform: capitalize;
     font-weight: 500;
     font-size: 6em;
    }

    .event-sld .item h1 a{
      font-size: 12px;
      font-weight: normal;
    }

    .owl-pagination {
      position: absolute;
      top:30px;
      right:5%;
    }
  
  
    .event-sld .title {
      position: absolute;
      top: 550px;
      left: 0;
      color:#fff;
      transition: all 0.1s ease;
      /*margin-left:50px;*/
      opacity: 0;/*
      transform: rotate(-90deg);*/
    }
     .event-sld .title .numb{font-size: 1.2em; line-height: 1.25;font-family: 'Raleway', sans-serif; font-weight: 500; margin-bottom: 48px;} 
    .event-sld .title .sld-head{ font-family: 'Raleway', sans-serif; line-height: 1.16; color: #FFFFFF; font-weight: 500; font-size: 4em;}

        .event-sld .des p.date{padding-right: 37px;}
    .event-sld .des p{
      color: #fff;
      display: inline-block;
      font-family: 'Raleway', sans-serif; 
      font-size: 1.2em; font-weight: 500; line-height: 1.25; text-transform: uppercase;
    }

    .event-sld .des p.d{
      width: 320px;
      margin-left:130px;
      color: #FFFFFF; font-size: 1.4em; opacity: 0; transition: all 2s ease; font-family: 'Raleway', sans-serif; font-weight: 400; line-height: 22px; text-transform: inherit;
    }

    .event-sld .des {
      margin-left: -80px;
      margin-top: 72px;
    transition: all 0.1s ease;
    opacity: 0;
    }

    .event-sld .des .m{
      font-size: 4.8em;
    }

    .event-sld .date {
      position: absolute;
      /* left: 8%; */
      margin-left: -50px;
      opacity:0; transition: all 1.5s ease; 
    }

   .event-sld .img{
    position: absolute;
    right: 50px;
    bottom: 110px;
    z-index: 1;
   }

   
   .event-sld .num p{
     color:#fff;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
   }

   .event-sld .num2 p{
    color:#fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
  }

  .event-sld .num {
    float: left;
    margin-left: 59%;
    margin-top: -78px;
  }

  .event-sld .num2 {
    float: right;
    margin-right: 9%;
    margin-top: -78px;
  }

  .event-sld .view{
    width: auto;
    float: right;
    position: absolute; right: 10.8%; bottom: -18px; z-index: 2;
  }
  .event-sld .view a {float: left; width:140px; padding:21px 10px; color: #fff; font-family: 'Raleway', sans-serif; font-size: 1.4em; font-weight: 400; line-height: 17px; text-align: left; background-repeat: no-repeat; background-position: right center; box-sizing:border-box; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTlweCIgaGVpZ2h0PSI1OHB4IiB2aWV3Qm94PSIwIDAgNTkgNTgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDU5IDU4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjx0aXRsZT5pY28vYXJyb3cgYmFja2dyb3VuZDwvdGl0bGU+DQo8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCjxnIGlkPSJQYWdlLTEiPg0KCTxnIGlkPSJIb21lX3gyRl9WMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQxMS4wMDAwMDAsIC04ODMuMDAwMDAwKSI+DQoJCTxnIGlkPSJIZXJvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTYuMDAwMDAwLCAwLjAwMDAwMCkiPg0KCQkJPGcgaWQ9IkJ1dHRvbi1Ecm9wc2hhZG93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTg0LjAwMDAwMCkiPg0KCQkJCTxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2Ny41OTY4NzYsIDY5OS4wMDAwMDApIj4NCgkJCQkJPGNpcmNsZSBpZD0iaWNvX3gyRl9hcnJvdy1iYWNrZ3JvdW5kIiBmaWxsPSIjMjcyQUEwIiBjeD0iMjkuNDAzIiBjeT0iMjkiIHI9IjI5Ii8+DQoJCQkJPC9nPg0KCQkJPC9nPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9IlBhZ2UtMV8xXyI+DQoJPGcgaWQ9IkhvbWVfeDJGX1YyXzFfIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDM0LjAwMDAwMCwgLTkwNS4wMDAwMDApIj4NCgkJPGcgaWQ9Ikhlcm9fMV8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01Ni4wMDAwMDAsIDAuMDAwMDAwKSI+DQoJCQk8ZyBpZD0iQnV0dG9uLURyb3BzaGFkb3dfMV8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxODQuMDAwMDAwKSI+DQoJCQkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDY3LjU5Njg3NiwgNjk5LjAwMDAwMCkiPg0KCQkJCQk8cG9seWdvbiBpZD0iaWNvX3gyRl9hcnJvdy13aGl0ZSIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSI0Ni4zOTEsNTEuNzM4IDQ2LjM5MSw1MC4yNjIgNTUuNTMyLDUwLjI2MiA1MS4zNDgsNDYuMDQzIA0KCQkJCQkJNTIuNDAzLDQ0Ljk4OCA1OC40MTUsNTEgNTIuNDAzLDU3LjAxMiA1MS4zMTMsNTUuOTU3IDU1LjUzMiw1MS43MzggCQkJCQkiLz4NCgkJCQk8L2c+DQoJCQk8L2c+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg=='); background-repeat: no-repeat; background-position: right center; position: relative;transition: all ease-in 0.3s; -webkit-transition: all ease-in 0.3s; -moz-transition: all ease-in 0.3s; -ms-transition: all ease-in 0.3s; -o-transition: all ease-in 0.3s;}
.event-sld .view a::after{width: 58px; height: 58px; border-radius: 100%; right: 0; top: 0; content: ""; box-shadow: 0px 19px 20px -9px rgba(39,42,160,0.5); -moz-box-shadow:0px 19px 20px -9px rgba(39,42,160,0.5); -webkit-box-shadow:0px 19px 20px -9px rgba(39,42,160,0.5); position: absolute;transition: all ease-in 0.3s; -webkit-transition: all ease-in 0.3s; -moz-transition: all ease-in 0.3s; -ms-transition: all ease-in 0.3s; -o-transition: all ease-in 0.3s;}
.event-sld .view a:hover{background-position: right center;}
.event-sld .view a:hover::after{right: 0;}

  .event-sld .top a{
    color:rgb(180, 178, 178);
    display: inline-block;
    margin-right: 10px;
  }

  .event-sld .top a.act{
    color:#fff;
  }

  .event-sld .top {
    position: absolute;
    top: 17px;
    /* left: 49%; */
    margin-left: 10%;
  }

  .event-sld h1.show {
    opacity: 1;
    height: 150px;
    width: 500px;
  }

  /*.owl-item {opacity: 0; margin-bottom: 25px;}*/
.event-sld .owl-item.active{position: relative;}
.event-sld .item:hover img{transform: scale(1.2); transition: all 0.3s ease;}
.event-sld .owl-item.active .date{opacity:1; margin-left: -29px; transition: all 1.5s ease;}
.event-sld .owl-item.active .des{opacity:1; transition: all 1.5s ease;}
.event-sld .owl-item.active .title{opacity:1; margin-left: 0; transition: opacity 1s ease, margin 1s ease; }
.event-sld .owl-item.active .d{opacity:1; margin-left: 80px; transition: opacity 1.5s ease, margin 1.5s ease; }
.owl-controls.clickable{display: none !important;}


a.scroll-up { position: fixed; bottom: 20px; right: 30px; width: 40px; height: 40px; border-radius: 10px; background: #2a5b9c;}

/*27 jan 2021*/
.event-sld #progressBar{display: none !important;}
.event-sld .item:hover img {transform: none;transition: none;}
.navbar.sticky-header {position: fixed; z-index: 99;}
.header.sticky-header {position: fixed; z-index: 99;}
button{outline: none;}

.features, .code-algorithms, .event-sld, .footer {
    padding-top: calc(0% + 141px);
}
