/*
*******************************************
*******************************************

Template Name: Evlis
Template URL: https://themescare.com/demos/evlis-view
Description: 
Author: Themescare
Author URL: https://themeforest.net/user/themescare
Version: 1.0

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - NAVBAR CSS
04 - WELCOME CSS
05 - ABOUT AREA CSS
06 - COUNTDOWN AREA CSS
07 - ATTEND AREA CSS
08 - VENUE AREA CSS
09 - PROMO AREA CSS
10 - SCHEDULE AREA CSS
11 - SPEAKERS AREA CSS
12 - REGISTRATION AREA CSS
13 - SPONSOR AREA CSS
14 - PRICING AREA CSS
15 - BLOG AREA CSS
16 - CONTACT AREA CSS
17 - FOOTER AREA CSS


*/

/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');
/*================================================
02 - DEFAULT CSS
==================================================*/

body {
    font-size: 15px;
    color: #7f8897;
    line-height: 28px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

html,
body {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin: 0
}

.no-pad-left {
    padding-left: 0
}

.no-pad-right {
    padding-right: 0
}

.no-pad-all {
    padding: 0
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #6b739c
}

a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit
}

a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: medium none
}

:-moz-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

::-moz-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

:-ms-input-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

::-webkit-input-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

:-ms-select-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

::-webkit-select-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

:-ms-textarea-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

::-webkit-textarea-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.evlis-btn {
    background: #ff5722;
    font-size: 12px;
    font-weight: 700;
    line-height: 38px;
    width:170px;
    height:36px;
    text-transform: uppercase;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    position: relative;
}
.evlis-btn span{
    position: relative;
    display: block;
    z-index: 2;
}
.evlis-btn:after{
    content:'';
    background: #d53502;
    transition:0.5s;
    width: 0;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    z-index: 1;
}
.evlis-btn:hover {
    color: #fff;
    text-decoration: none;
}
.evlis-btn:hover:after{
    width: 100%;
    
}
#slider ul{
    height: 79px !important;
}
#slider{
    height: 79px!important;
}
.site-heading {
    margin-bottom: 30px;
    width: 60%;
    margin: 0 auto;
    text-align: center
}

.site-heading h4 {
    font-family: 'Roboto', sans-serif;
    color: #ff8a01;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.site-heading h2 {
    text-transform: capitalize;
    font-size: 40px;
    color: #111;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 50px;
}

.section_100 {
    padding: 100px 0;
}

.section_70 {
    padding: 70px 0;
}

.section_50 {
    padding: 50px 0;
}

.section_15 {
    padding: 15px 0
}

.pad-right {
    padding-right: 0
}

.section_t_100 {
    padding-top: 100px
}

.section_b_70 {
    padding-bottom: 70px
}

.section_70 {
    padding: 56px 0;
}

.section_b_80 {
    padding-bottom: 80px
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    height: 429px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: center;
    background-size: cover;
    
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  /* bottom: 0; */
  width: 70%;
  margin: auto;
  padding: 0px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #090b68;
    font-size: 16px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ff5722;
  font-size: 18px;
}

.testimonial .carousel {
	padding-bottom: 50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
    border-radius: 50px;
}
/* ------testimonial  close-------*/
/*================================================
03 - NAVBAR CSS
==================================================*/

nav.navbar {
    background: #fff;
    position: absolute;
    width: 100%;
    /* top: 0; */
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    /* box-shadow: 0px 15px 10px -15px #ffffff78; */
    border-bottom:2px solid #ff8a01;
}

nav.navbar .navbar-toggler {
    border: 0;
}

nav.navbar .nav-item {
    font-size: 12px;
    font-weight: 400;
    padding-right: 12px;
    padding-left: 12px;
    color: #132570;
    text-transform: uppercase;
    position: relative;
}

nav.navbar .nav-item:first-child {
    padding-left: 0;
}

nav.navbar .nav-item:last-child {
    padding-right: 0;
}

nav.navbar .nav-item .nav-link {
    color: #132570;
    position: relative;
    text-decoration: none;
    padding: 0;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    font-size: 15px;
}

nav.navbar .nav-item .nav-link.active {
    color: #ff9800 !important;
}

nav.navbar .nav-item ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color:#f1f1f1;
    padding:10px;
    z-index: -1;
    margin-top: 50px;
    width:175px;
    left: -30px;
    transition: ease-in-out 0.5s all;
    border-radius:0 0 4px 4px;
}
nav.navbar .nav-item ul:before{
    content:'';
    width:0;
    height:0;
    border-bottom:10px solid #f1f1f1;
    border-right:10px solid transparent;
    border-left:10px solid transparent;
    position: absolute;
    top:-10px;
    left: 50%;
    transform: translateX(-50%);
}
nav.navbar .nav-item:hover ul{
    z-index: 3;
    opacity: 1;
    visibility: visible;
    margin-top: 5px;
}

nav.fixed-top {
    position: fixed;
    padding-top: 13px;
    padding-bottom: 13px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

nav.fixed-top .logo {
    display: none
}

nav.fixed-top .logo.HideScroll {
    display: block
}

.HideScroll {
    display: none
}

nav.fixed-top .logo:focus,
nav.fixed-top .logo:hover {
    color: #000;
}

nav.fixed-top .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.fixed-top .nav-item {
    color: #000;
}

nav.fixed-top .nav-item .nav-link {
    color: #111 !important;
}

nav.fixed-top .nav-item .nav-link:before {
    background-color: #fff;
}

.navbar-nav.get_tickets {
    margin-left: 30px;
}

.navbar-nav.get_tickets a {
    background: #ff5722 none repeat scroll 0 0;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 7px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
}

/*================================================
04 - WELCOME CSS
==================================================*/

.evlis-home-area {
    background: url(../img/slide-new.jpg) no-repeat 0 0 / 100% 100%;
    position: relative;
    z-index: 1;
    padding: 50px 0;
    /* height: 100vh; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

 .evlis-home-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: -1;
} 

.banner-welcome {
    width: 70%;
    padding-top: 70px
}

.banner-welcome h3 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}

.banner-welcome h2 {
    color: #fff;
    letter-spacing: 4px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 43px;
    line-height: 70px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}

.banner-welcome p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}

.banner-action a.evlis-btn {
    margin: 20px 5px 0 5px;
}

/*================================================
05 - ABOUT AREA CSS
==================================================*/

.evlis-about-area {
    position: relative
}

.about_bg {
    position: absolute;
    width: 10%;
    left: 5%;
    top: 36%;
    opacity: 0.30;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.about-box {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.about-box h4 {
    font-family: 'Lato', sans-serif;
    color: #ff8a01;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    display:inline-block;
    position: relative;
}
.about-box h4 span{
    position: relative;
    background-color: #fff;
    padding:0 16px;
    z-index: 2;
}
.about-box h4:before{
    content:'';
    background: #132570;
    position: absolute;
    width: calc(100% + 80px);
    height: 2px;
    top: -1px;
    left: -40px;
    z-index: 1;
}
.about-box h4:after{
    content:'';
    background: #132570;
    position: absolute;
    width: calc(100% + 120px);
    height: 2px;
    bottom: -1px;
    left: -60px;
    z-index: 1;
}
.about-box.promobox{
    width:100%;
    text-align: left;
}
.about-box.promobox h2 {
    font-size: 24px;
    line-height: 34px;
}
.about-box.promobox h4 span{
    padding-left: 0;
}
.about-box.promobox h4:before, .about-box.promobox h4:after{
    left: 0px;
    width: calc(100% + 40px);
}
.about-box.promobox h4:after{
    width: calc(100% + 60px);
}

.about-box h2 {
    text-transform: capitalize;
    line-height: 40px;
    font-size: 30px;
    color: #132570;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.aboutusbox{
    position: relative;
}
.aboutsvg{
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
}
.aboutsvg .a {
    fill: #a8a8a8;
}
.aboutsvg .b {
    fill: none;
    stroke: #a8a8a8;
    stroke-width: 2px;
    stroke-dasharray: 6 8;
}

.about-box p {
    font-size: 16px;
    color: #333;
    letter-spacing: 0.4px;
    letter-spacing: .025rem;
}

.about-box a.evlis-btn {
    margin-top: 30px
}

/*================================================
06 - COUNTDOWN AREA CSS
==================================================*/

.countdown-box {
    background: url(../img/promo.jpg) no-repeat scroll 0 0/cover;
    position: relative;
    text-align: center;
    border-radius: 5px;
    z-index: 1;
    padding-bottom: 60px;
    padding-top: 40px;
}

.countdown-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.flip-clock-wrapper {
    width: 56%;
    margin: 50px auto 0;
    display: block
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -30px;
    right: -96px;
    color: #fff;
    text-shadow: none;
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: 600;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -105px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -110px;
}

.flip-clock-wrapper .flip {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.74);
}

.flip-clock-wrapper ul {
    background: #fff
}

.flip-clock-wrapper ul li a div div.inn {
    text-shadow: 0 1px 2px #fff;
    background-color: #fff;
    color: #080829
}

.flip-clock-dot {
    background: #fff none repeat scroll 0 0
}

.countdown-box form {
    width: 45%;
    margin: 50px auto 0;
    position: relative;
    height: 45px;
    background: #fff;
    border-radius: 30px
}

.countdown-box form input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: medium none;
    background: transparent;
    padding: 5px 100px 5px 20px;
    border-radius: 30px 0 0 30px
}

.countdown-box form button {
    position: absolute;
    right: 0;
    width: auto;
    height: 100%;
    border: medium none;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 0 30px 30px 0;
    color: #ff8a01;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    background: rgba(255, 7, 99, 0.06);
}

/*================================================
07 - ATTEND AREA CSS
==================================================*/

.evlis-why-attend-area {
    position: relative
}

.attend-left h2 {
    text-transform: capitalize;
    font-size: 40px;
    color: #111;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 50px;
}

.attend-left p {
    letter-spacing: 0.4px;
    letter-spacing: .025rem;
    font-size: 16px;
    color: #333;
}

.attend-left a.evlis-btn {
    margin-top: 30px
}

.attend-left h4 {
    font-family: 'Roboto', sans-serif;
    color: #ff8a01;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.attend-image {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    padding:20px;
    background-color: #fff;
    border: 1px solid #ff57221f;
}

.attend-image img {
    width: 100%;
    height: 100%
}
.attend-text {
    min-height: 298px;
    font-size: 12px;
    line-height: 24px;
    background: #ff5722;
    padding: 22px;
    border-radius: 4px;
    background-color: #e4ecf07a;
    border: 1px solid #e4ecf0;
    box-shadow: 0 24px 24px -16px rgb(0 72 109 / 20%);
    -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: box-shadow 200ms ease, transform 200ms ease;
    transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
    color: #00486d;
    text-decoration: none;
}

.attend-text h3 {
    font-family: 'Roboto', sans-serif;
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.attend-text h3:hover {
    color: #ff5722;
}

.attend-right {
    position: relative;
}

.attend-right:before {
    position: absolute;
    content: "";
    top: 49%;
    left: 0;
    height: 1px;
    width: 100%;
    background: #f0f0ff;
}

.attend-right:after {
    position: absolute;
    content: "";
    top: 0;
    left: 49%;
    width: 1px;
    background: #f0f0ff;
    height: 49%;
}

.single-attend-box {
    padding: 20px 0;
}

.single-attend-box h3 {
    font-family: 'Roboto', sans-serif;
    color: #111;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 16px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
}

.single-attend-box ul{
    font-size: 16px;
    font-weight: 500;
    color: #321f19;
    line-height: 22px;
    padding:0;
}
.single-attend-box ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 28px;
}
.single-attend-box ul li:before{
    content:'';
    width:15px;
    height:15px;
    background-color: #ff5722;
    border-radius:100%;
    position: absolute;
    left:0;
    top:2px;
}

.attend-bg,
.about_bg,
.schedule_bg {
    animation-name: float-bob;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* Bob */

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.attend-bg {
    position: absolute;
    top: 130px;
    left: -180px;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/*================================================
08 - VENUE AREA CSS
==================================================*/

.evlis-venue-area {
    background: #fbfbfd none repeat scroll 0 0
}

.venue-text {
    padding: 20px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
}

.venue-image {
    position: relative;
}

.venue-image p {
    position: absolute;
    top: 15px;
    width: auto;
    left: 15px;
    display: inline-block;
    padding: 5px 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 20px;
}

.venue-date-1 {
    background: #e1137b none repeat scroll 0 0;
}

.venue-date-2 {
    background: #ff8a01 none repeat scroll 0 0;
}

.venue-text h3 {
    font-family: 'Roboto', sans-serif;
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.venue-text h3:hover {
    color: #e1137b
}

.venue-box {
    margin-top: 30px;
}

/*================================================
09 - PROMO AREA CSS
==================================================*/

.evlis-promo-area {
    background: url(https://computelib.com/assets/images/skills-bg.jpg) no-repeat fixed 0 0/cover;
    position: relative;
    text-align: center;
    z-index: 1;
}

.evlis-promo-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
    background: linear-gradient(45deg, #01123c 0%, #01091e 100%);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.promo-box p {
    font-family: 'Roboto', sans-serif;
    color: #ff5722;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.promo-box h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 27px;
    display: inline-block;
    border-top: 1px solid #fff;
    padding-top: 11px;
    padding-bottom: 17px;
}

/*================================================
10 - SCHEDULE AREA CSS
==================================================*/

.evlis-schedule-area {
    background: #fbfbfd none repeat scroll 0 0;
    position: relative
}

.schedule_bg {
    position: absolute;
    right: 0;
    /* bottom: 20%; */
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.offer-tabs {
    width: 75%;
    margin: 30px auto 0;
}

#offerTab {
    float: none;
    text-align: center;
    display: block;
    border-bottom: 0px solid #dee2e6 !important
}

#offerTab li.nav-item {
    display: inline-block !important;
    margin: 0 5px;
}

#offerTab li a.nav-link.active {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    letter-spacing: 5px;
    border: medium none;
    padding: 8px 18px;
    line-height: 25px;
    background: #e1137b none repeat scroll 0 0;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
}

#offerTab li a.nav-link {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    letter-spacing: 5px;
    border: 1px solid #e1137b;
    padding: 8px 18px;
    line-height: 25px;
    font-weight: 700;
    color: #111;
    border-radius: 3px;
}

#offerTab li a.nav-link.active {
    border: medium none
}

#offerTab li a.nav-link.active span {
    border-top: 1px solid #fff
}

#offerTab li a.nav-link span {
    display: block;
    font-size: 13px;
    letter-spacing: 3px;
    border-top: 1px solid #e1137b
}

.single-schedule-item {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
    background: #fff none repeat scroll 0 0;
}

.schedule-time h3 {
    width: auto;
    display: inline-block;
    padding: 8px 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 5px;
    background: #ff8a01 none repeat scroll 0 0;
    margin-bottom: 15px;
}

.schedule-details h3 {
    font-family: 'Roboto', sans-serif;
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.schedule-details h3:hover {
    color: #e1137b
}

/*================================================
11 - SPEAKERS AREA CSS
==================================================*/

.single-speakers {
    margin-top: 30px;
}

.speakers-image {
    position: relative;
    padding: 15px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.speakers-image:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: -webkit-linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
    background: linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
    z-index: -1;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.speakers-image img {
    width: 100%;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.single-speakers:hover .speakers-image {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.single-speakers:hover .speakers-image img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.speakers-info {
    padding-top: 20px;
}

.speakers-info h3 {
    font-family: 'Roboto', sans-serif;
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.speakers-info h3:hover {
    color: #e1137b
}

.speakers-info p {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
}

/*================================================
12 - REGISTRATION AREA CSS
==================================================*/

.evlis-registration-area {
    background: -webkit-linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
    background: linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
}

.registration-box {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.registration-box>p {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.registration-box h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 40px;
    display: inline-block;
    border-top: 2px solid #fff;
}

.registration-box h3 span {
    display: block
}

.registration-box form {
    margin-top: 30px;
}

.registration-box form input {
    width: 100%;
    padding: 10px 15px;
    background: #fff none repeat scroll 0 0;
    border: medium none;
}

.registration-box form select {
    width: 100%;
    padding: 10px 15px;
    background: #fff none repeat scroll 0 0;
    border: medium none;
}

.registration-box form button {
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    letter-spacing: 3px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.registration-box form button:hover {
    background: #fff none repeat scroll 0 0;
    color: #e1137b
}

.nice-select {
    width: 100%;
    border-radius: 0;
    height: 48px;
    line-height: 48px;
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
}

/*================================================
13 - SPONSOR AREA CSS
==================================================*/
a.card.show {
    position: static !important;
    height: 20rem !important;
    width: 20rem !important;
}

div#grid {
	height: auto !important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	/* justify-content: center; */
	/* align-items: baseline; */
}


.work .card img {
    height: 70%;
    object-fit: fill;
}

.work .grid.mobilegrid {
    /* width: 90%; */
    margin: 0 auto;
}

.work .grid {
   max-width: 100%;

}



@media (max-width: 720px) {
    .work .grid {
        width: 100%;
    }
.work .card {
        width: 80%;
    }
}
.sponsor-box-item {
    text-align: center;
    margin-top: 30px;
}
.sponsor-box ul{
    margin:0;
    padding:0;
    display: grid;
    grid-template-columns: auto auto auto;
    gap:15px;
}
.sponsor-box li {
    display: inline-block;
}
.sponsor-box li a{
    background: #F8F8F8;
    border:1px solid #F8F8F8;
    display:flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    transition: .5s;
    flex-direction: column;
    color:#000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.sponsor-box li a span{
    padding:10px 0;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.sponsor-box li a:hover{
    margin-top: -10px;
    background: #FFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.sponsor-box li a:hover span{
    margin-bottom:20px;
    opacity: 1;
    visibility: visible;
}
.sponsor-box li img{
    width: 180px;
    border-radius:6px;
}
.sponsor-heading h4 {
    font-family: 'Roboto', sans-serif;
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.section-action {
    text-align: center
}

.section-action a.evlis-btn {
    margin-top: 50px;
}

/*================================================
14 - PRICING AREA CSS
==================================================*/

.evlis-pricing-area {
    background: url(../img/promo.jpg) no-repeat fixed 0 0/cover;
    position: relative;
    padding-top: 40px;
    z-index: 1
}

.evlis-pricing-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    background: linear-gradient(45deg, #01123c 0%, #011d64 100%);
    opacity: 0.8;
}

.evlis-pricing-area1 {
    background: url(https://computelib.com/assets/images/skills-bg.jpg) no-repeat fixed 0 0/cover;
    position: relative;
    padding-top: 40px;
    z-index: 1
}

.evlis-pricing-area1:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    background: linear-gradient(45deg, #f44336c7 0%, #f44336d9 100%);
    opacity: 0.8;
}

.evlis-pricing-area2 {
    background: url(https://www.medtrans.gr/wp-content/uploads/2019/02/banner-contact-2000.jpg) no-repeat fixed 0 0/cover;
    position: relative;
    padding-top: 40px;
    z-index: 1
}

.evlis-pricing-area2:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    background: linear-gradient(45deg, #e1dedec7 0%, #d7cacad9 100%);
    opacity: 0.8;
}

.single-price-box {
    margin-top: 30px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
    border-radius: 5px;
}

.price-head {
    padding: 30px;
    border-bottom: 1px solid #f2f2f2;
}

.price-head h4 {
    font-family: 'Roboto', sans-serif;
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.price-head h2 {
    font-family: 'Roboto', sans-serif;
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    font-size: 33px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-top: 20px;
}

.price-head h2 span {
    font-size: 14px;
}

.price-body {
    padding: 30px;
}

.price-body li {
    margin: 15px 0;
}

.price-body li i {
    margin-right: 10px;
    color: #ff8a01;
}

.price-action {
    text-align: center;
}

.price-action a.evlis-btn {
    margin-top: 20px;
}

.single-price-box.active .price-head {
    background: -webkit-linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
    background: linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
}

.single-price-box.active .price-head h4 {
    color: #fff
}

.single-price-box.active .price-head h2 {
    color: #fff
}

.single-price-box.active .price-head h2 span {
    color: #fff
}

/*================================================
15 - BLOG AREA CSS
==================================================*/

.evlis-blog-area {
    background: #fbfbfd none repeat scroll 0 0;
}

.single-blog {
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
}

.blog-image {
    position: relative;
}

.blog-image img {
    width: 100%
}

.blog-image p {
    position: absolute;
    top: 15px;
    width: auto;
    left: 15px;
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 3px;
    text-align: center;
    line-height: 22px;
}

.blog-image p span {
    display: block
}

.date-bg-1 {
    background: #e1137b none repeat scroll 0 0;
}

.date-bg-2 {
    background: #ff8a01 none repeat scroll 0 0;
}

.blog-text {
    padding: 20px;
}

.blog-text a {
    display: inline-block
}

.blog-text h3 {
    font-family: 'Roboto', sans-serif;
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    font-size: 19px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    line-height: 28px;
}

.blog-text h3:hover {
    color: #e1137b
}

/*================================================
16 - CONTACT AREA CSS
==================================================*/

.evlis-contact-area {
    /* position: relative; */
    /* background: url(https://retecmac.com/wp-content/uploads/2020/06/slide018.jpg); */
}

.contact-box {
    margin: 50px auto 0;
    width: 85%;
}

.contact-box form p {
    margin-top: 15px
}

.contact-box form p label {
    display: block;
    color: #111;
    margin-bottom: 4px;
}

.contact-box form p label span {
    color: #e1137b;
}

.contact-box form p input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px 15px;
    box-shadow: 0 12px 19px rgb(255 255 255 / 10%) inset, 0 1px 7px rgb(0 0 0 / 20%);
}

.contact-box form p textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 15px;
    height: 224px;
    box-shadow: 0 12px 19px rgb(255 255 255 / 10%) inset, 0 1px 7px rgb(0 0 0 / 20%);
}

.submit-form {
    text-align: center
}

.submit-form button {
    background: #ff5722 none repeat scroll 0 0;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    letter-spacing: 3px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    border: medium none;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.submit-form button:hover {
    background: #f24109 none repeat scroll 0 0
}

/*================================================
17 - FOOTER AREA CSS
==================================================*/

.evlis-footer-area {
    background: #f7f7f8 none repeat scroll 0 0;
    padding: 20px 0 7px 0px;
}.in-profit-3 {
    background-color: #01123c !important;
}.in-profit-3 h1.uk-heading-bullet {
    color: #fd6a4f !important;
}
.speakers-image img {
    height: 255px;
}
.wrapper{
        font-family: 'Roboto', sans-serif;
        margin:0 auto;
        width: 100%;
        overflow: hidden;
    }
    .skill {
        margin-bottom: 16px;
        position: relative;
        /* overflow-x:hidden; */
    }
    .skill > p {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        margin: 0;
        text-align: left;
    }
    .skill:before{
        width: 100%;
        height: 4px;
        content: "";
        display: block;
        position: absolute;
        background: #959595;
        bottom: 0;
    }
    .skill-bar {
        width: 100%;
        height: 4px;
        background:#ff8a01;
        display: block;
        position: relative;
    }

    /* SKILL 1 */
    .skill1{
        width: 95%;
			
    }
    .skill-bar span{
        position: absolute;
        border-top: 0;
        top: -30px;
        padding: 0;
        font-size: 18px;
        color: #ff8a01;
        padding: 3px 0;
        font-weight: 500;
    }
    .skill-bar {
        position: relative;
			
    }

    .skill1 .skill-count1 {
        right: 0;
    }
    /* SKILL 2 */
    .skill2{
        width: 85%;
    }

    .skill2 .skill-count2 {
        right: 0;
    }
    /* SKILL 3 */
    .skill3{
        width: 75%;
    }
    .skill3 .skill-count3 {
        right: 0;
    }

    /* SKILL 4 */
    .skill4{
        width: 65%
    }

    .skill4 .skill-count4 {
        right: 0;
    }

    /* SKILL 5 */
    .skill5{
        width: 80%;
    }

    .skill5 .skill-count5 {
        right: 0;
    }

    /* SKILL 6 */
    .skill6{
        width: 90%
    }

    .skill6 .skill-count6 {
        right: 0;
    }
/* GITHUB SOURCE STYLE  */
.github-source{
	float:right;
	display:block;
	color:#fff;
	margin:0 20px;
	position: relative;
	z-index:999999;
	top:0;
}
.github-source i{
	font-size:50px;
	color:#000
}
.attend-text a h3:hover{text-decoration:none !important;}
.attend-text h3:hover{text-decoration:none !important;}
.footer-copyright p {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #333;
}.Signup {
  margin-top: 0px;
}
.Signup__text {
  text-align: center;
  margin: 0 auto 25px;
  font-family: 'Montserrat', sans-serif;
  color: #6d6d6d;
  letter-spacing: 0.5px;
  font-size: 1em;
  line-height: 1.5em;
  width: 90%;
}
.Signup__form {
  display: flex;
  justify-content: center;
}

.topbar{
    background-color:#ff5722;
    color:#fff;
    font-size: 14px;
    text-align: center;
    padding: 4px 0;
}
.topbar a{
    display:inline-block;
    padding:2px 15px;
    color:#132570;
    font-size: 14px;
    background-color: white;
    font-weight:bold;
}
.topbar a:hover{
    text-decoration: none;
    color:#132570;
}

.counterbox{
    background-color: #F8F8F8;
    text-align: center;
    transition: .5s;
    border-radius:6px;
    padding:3rem 2rem;
    height: 100%;
}
.counterbox:hover{
    margin-top: -10px;
    background: #FFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.counterbox p{
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.counterbox .count{
    font-size: 40px;
    font-weight: 600;
    color: #132570;
}
.imageborder{
    position: relative;
    height: 100%;
    min-height: 400px;
}
.imageborder:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid #132570;
    border-radius: 6px;
}
.imageborder img{
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    object-fit: cover;
    border-radius: 6px;
}

@media (max-width:767px) {
    nav.navbar .nav-item:hover ul{
        position: relative;
        transition: none;
        width:100%;
        left:0;
        background-color: #fff;
    }
    nav.navbar .nav-item:hover ul:before{
        content:none;
    }

    .sponsor-box li{
        width: 100% !important;
    }
}

@media (max-width: 540px) {
  .Signup__form {
    display: block;
  }
}
input {
  border: 2px solid #6d6d6d;
  border-radius: 3px;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  margin-right: 10px;
  color: #6d6d6d;
  transition: border 0.3s, box-shadow 0.3s;
  width: 68%;
}
@media (max-width: 540px) {
  .Signup__button{
  font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: #db4646;
    border: 2px solid #db4646;
    border-radius: 3px;
    letter-spacing: 0.5px;
    padding: 8px 40px !important;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 22px}
  input {
    display: block;
    margin: 0px;
    width: 100%;
  }
}
input:focus {
  outline: none;
  border: 2px solid #db4646;
  box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}#slider, ul
{
	height: auto;
}

#slider
{
	margin: auto;
	overflow: hidden;
	padding: 20px;
	margin-top: 20px;
	border-radius: 10px;
	position: relative;
}

#slider li
{
	float: left;
	position: relative;
	width: 600px;
	display: inline-block;
	height: 200px;
}

#slider ul
{
	list-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 9000px;
	transition: left .3s linear;
	-moz-transition: left .3s linear;
	-o-transition: left .3s linear;
	-webkit-transition: left .3s linear;
	margin-left: -53px;
	font-family: century gothic;
	color: #666;
}

/*** Content ***/

.slider-container
{
	margin: 0 auto;
	padding: 0;
	border-bottom: 0px solid #ccc;
}

.slider-container h4
{
 	color: #0A7FAD;
  text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.50);
}

.slider-container  p
{
	margin: 0px 0px;
	font-weight: semi-bold;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Lato';
}

/*** target hooks ****/

@-webkit-keyframes slide-animation {
	0% {opacity:0;}
	2% {opacity:1;}
	20% {left:0px; opacity:1;}
	22.5% {opacity:0.6;}
	25% {left:-600px; opacity:1;}
	45% {left:-600px; opacity:1;}
	47.5% {opacity:0.6;}
	50% {left:-1200px; opacity:1;}
	70% {left:-1200px; opacity:1;}
	72.5% {opacity:0.6;}

}

#slider ul
{
	-webkit-animation: slide-animation 25s infinite;
}

/* use to paused the content on mouse over */

#slider ul:hover
{
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
}



.Signup__button {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background: #db4646;
  border: 2px solid #db4646;
  border-radius: 3px;
  letter-spacing: 0.5px;
  padding: 0 40px;
}
@media (max-width: 540px) {
  font-size 16px,
  cursor pointer {
    display: block;
    margin: 0 auto 50px;
    padding: 15px 40px;
  }
}
font-size 16px:hover,
cursor pointer:hover {
  background: #df5959;
  border-color: #df5959;
}
font-size 16px:active,
cursor pointer:active {
  cursor: pointer;
  background: #d62e2e;
  border-color: #d62e2e;
}
font-size 16px:focus,
cursor pointer:focus {
  outline: none;
}.call-to-action {
    /* background-color: #ff5722; */
    /* padding: 60px; */
    /* background-image: url(https://www.apple.com/in/ios/ios-14/images/meta/ios-14__ck3ddhhzecuq_og.png?202106152226); */
    /* background-size: inherit; */
    /* background-position: center; */
}

.call-to-action h1 {
    margin: 0px;
    font-size: 22px;
    color: #fff;
    line-height: 2.4;
    letter-spacing: px;
}
.btn-secondary {
    background-color: #001bae;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}
.btn-secondary:hover {
    background-color: #0022d7;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}
.btn-lg {
    font-size: 19px;
    padding: 14px 44px 13px 34px;
    width: 100%;
}

.contact-info {
    padding-top: 36px;
    padding-bottom: 36px;
    text-align: center;
    background: #03166c;
}
.icon-box {font-size: 40px;color: #fff;}
.footer-box {
    text-align: center
}

.footer-box-right ul {
    margin-top: 1px;
    text-align: center;
}.work {
  padding-bottom: 40px;
  margin-top: 60px;
}
.work * {
  box-sizing: border-box;
}
.work .category-buttons {
  text-align: center;
  margin: 0 0 60px 0;
}
@media (max-width: 610px) {
  .work .category-buttons {
    margin: 0 0 30px 0;
  }
  .work .category-buttons a {
    display: inline-block;
    width: 45%;
    padding: 9px 1px !important;
    margin: 1.5% 1% !important;
    font-size: 11px;
  }
  .work .category-buttons a:nth-child(even) {
    margin-right: 0;
  }
  .work .category-buttons a:nth-child(odd) {
    margin-left: 0;
  }
}
@media (min-width: 611px) {
  .work .category-buttons a:first-child {
    margin-left: 0;
  }
  .work .category-buttons a:last-child {
    margin-right: 0;
  }
}
.work .category-buttons a {
  color: #9A9A9A;
  text-decoration: none;
  padding: 9px 15px;
  border: 1px solid #9A9A9A;
  margin: 0 10px;
  cursor: pointer;
}
.work .category-buttons a.active {
  color: #ffffff;
  border: 1px solid #aca9a8;
  background: #ff5722;
}
.work .grid {
  margin-top: 40px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 750ms cubic-bezier(1, 0, 0, 1);
  transition: all 750ms cubic-bezier(1, 0, 0, 1);
}
.work .grid.mobilegrid{
width:90%;
margin:0 auto;
}
.testimonial4_slide p{
    overflow: hidden;
    height: 245px;
    display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
}
@media (max-width: 960px) {
  .work .grid {
    width: 700px;
  }
}
@media (max-width: 720px) {
  .work .grid {
    width: 100%;
  }
}
.work .grid .animating {
  -webkit-transition: all 750ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: all 750ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
}
.work .grid .setScale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.work .grid .show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.work .card {
  background: #ececec;
  display: block;
  text-decoration: none;
  color: #2b2b2b;
  width: 32%;
  /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.15); */
  transform-origin: center center;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  border: 2px solid #d9d6d6;
}
@media (max-width: 700px) {
  .work .card {
    width: 49.25%;
  }
}
@media (max-width: 480px) {
  .work .card {
    width: 100%;
  }
}
.work .card img {
  display: block;
  width: 100%;
}
.work .card .title {
  padding: 10px;
  color: #000;
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
}
.work .card p {
  padding: 10px;
  color: #000;
  padding-top: 0px;
  font-size: 13px;
  line-height: normal;
  margin:0;
  font-weight: 500;
}
.work .guide {
  width: 32%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1000;
}
@media (max-width: 700px) {
  .work .guide {
    width: 49.25%;
  }
}
@media (max-width: 480px) {
  .work .guide {
    width: 100%;
  }
}

.footer-box-right ul li {
    display: inline-block
}

.footer-box-right ul li a {
    display: block;
    color: #111;
    padding: 5px 10px;
}

.footer-box-right ul li a:hover {
    color: #ff8a01
}


