/*!
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Add to custom.css or any other relevant stylesheet */

html {
  scroll-behavior: smooth;
}

.heading-font {
    font-family: 'Segoe UI','Open Sans', 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

.title-font {
    font-family: 'Segoe UI','Open Sans', 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 500;
    letter-spacing: 1px;
}

.body-font {
    font-family: 'Segoe UI','Open Sans','Muli', 'Helvetica', 'Arial', 'sans-serif';
}

.alt-font {
    font-family: 'Segoe UI','Open Sans','Lato', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Segoe UI','Open Sans','Muli', 'Helvetica', 'Arial', 'sans-serif';
}

b, strong {
    font-weight: bold;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	border-radius: 0px;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #404040;
    font-size: 14px;
}
	
@media (min-width:768px){
	a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #404040;
    font-size: 16px;
}
	}

    a:hover,
    a:focus,
	a:active{
        color: #404040;
		text-decoration: none;
        border-bottom: 2px solid #0078d7;
        background-color: transparent;
    }
		
		
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

hr {
    max-width: 50px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: #0078d7;
}

    hr.light {
        border-color: white;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Segoe UI','Open Sans','Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    color: #404040;
}

.h1, h1 {
    font-size: 27px;
    letter-spacing: -1px;
    margin: 30px;
}

p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}
@media (min-width: 768px){
	.h1, h1 {
    font-size: 60px;
    letter-spacing: -1px;
    margin: 30px;
	font-weight: 300;
}
	p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

}

.h2, h2 {
    font-size: 25px;
    font-weight: 400;
    color: #0078d7;
}

h4 {
    color: #0078d7;
    text-transform: none;
}

.thumbnail-video-pilihan-home{
	overflow: hidden;
    border: none;
    background-color: white;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    height: 290px;
}

.tutorial{
	min-height:71vh;
		
	}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: none;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: none;
}
.search-form{

		}
.navbar-default {
    background-color: #0078d7;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-family: 'Segoe UI','Open Sans','Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 0px 77px 10px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 77px 10px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 77px 10px rgba(0,0,0,0.05);
}

    .navbar-default .navbar-header .navbar-brand {
        font-family: 'Segoe UI','Catamaran', 'Helvetica', 'Arial', 'sans-serif';
        font-weight: 500;
        letter-spacing: 0.5px;
    }

        .navbar-default .navbar-header .navbar-brand:hover,
        .navbar-default .navbar-header .navbar-brand:focus {
            border-bottom: none;
        }

    .navbar-default .navbar-header .navbar-toggle {
        font-size: 12px;
        color: white;
        padding: 8px 10px;
    }

    .navbar-default .nav > li > a {
        font-family: 'Segoe UI','Open Sans','Lato', 'Helvetica', 'Arial', 'sans-serif';
        letter-spacing: 0.5px;
        font-size: 15px;
        font-weight: normal;
        border:none;
    }

        .navbar-default .nav > li > a,
        .navbar-default .nav > li > a:focus {
            color: white;
            border: none;
        }

            .navbar-default .nav > li > a:hover,
            .navbar-default .nav > li > a:focus:hover {
                color: #404040;
                border: none;
            }

    .navbar-default .nav > li.active > a,
    .navbar-default .nav > li.active > a:focus {
        color: #404040 !important;
        background-color: transparent;
        border: none;
    }

        .navbar-default .nav > li.active > a:hover,
        .navbar-default .nav > li.active > a:focus:hover {
            background-color: transparent;
            border: none;
        }

.dropdown-menu>li>a:hover{
	background-color:#0078d7;
	color:white;
	border:none;
		}

.dropdown-menu>li>a {
	line-height:2;
		}

.navbar-default .navbar-toggle {
    border: none;
}

.carousel-inner {
    position: inherit;
    width: 100%;
    overflow: inherit;
}

.webinarpage-slider{
	background-size:contain;
	background-repeat:no-repeat; 
	height: 200px;
	background-position: top;
	margin-bottom: 50px;
		}

@media (min-height:768px){
.webinarpage-slider{
	background-size:contain;
	background-repeat:no-repeat; 
	height: 300px;
	background-position: top;
	margin-bottom: 50px;
	margin-top:50px;
		}
}
	
.webinar-slider-description{
	padding-left:50px;
	margin-top:20px;
		padding-top:0px;
				}

.video-label-category{
	bottom: 40px;
	position:absolute;
	display: block;
		}
.video-label-category-webinar{
	bottom: 40px;
	position:absolute;
	display: block;
		}
@media (min-width: 768px) {
.video-label-category{
	bottom: 40px;
	position:absolute;
	display: block;
		}
.video-label-category-webinar{
	bottom: 40px;
	position:absolute;
	display: block;
		}
		
.webinarpage-slider{
	background-size:contain;
	background-repeat:no-repeat; 
	height: 300px;
	background-position: top;
	margin-bottom: 50px;
	margin-top:30px;
		}

}
.thumbnail .caption {
    padding: 20px;
    color: #333;
    text-align: left;
}

.show-on-hover:hover > ul.dropdown-menu {
    display: block;    
}

.search-box{
	min-width:100%; 
	background-color:white; 
	padding:10px;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
		}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    
}
	
@media (min-width: 1000px) {
	.video-thumbnail{
	height:410px;
		}
}

@media (min-width: 768px) {
	.video-thumbnail{
	height:350px;
		}
    .navbar-default {
        background-color: #0078d7;
    }

        .navbar-default .navbar-header .navbar-brand {
            color: #00A1F1;
        }

            .navbar-default .navbar-header .navbar-brand:hover,
            .navbar-default .navbar-header .navbar-brand:focus {
                color: #00A1F1;
            }

        .navbar-default .nav > li > a,
        .navbar-default .nav > li > a:focus {
            color: white;
            font-weight: 600;
        }

            .navbar-default .nav > li > a:hover,
            .navbar-default .nav > li > a:focus:hover {
                color: #c8d2f6;
            }

    .menu-selected {
        color: #0078d7;
    }

    .navbar-default.affix {
        background-color: #0078d7;
    }

        .navbar-default.affix .navbar-header .navbar-brand {
            color: #00A1F1;
        }

            .navbar-default.affix .navbar-header .navbar-brand:hover,
            .navbar-default.affix .navbar-header .navbar-brand:focus {
                color: #404040;
            }

        .navbar-default.affix .nav > li > a,
        .navbar-default.affix .nav > li > a:focus {
            color: white;
        }

            .navbar-default.affix .nav > li > a:hover,
            .navbar-default.affix .nav > li > a:focus:hover {
                color: white;
            }
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 10px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #0078d7;
}

.category {
    border-bottom: 2px solid transparent;
	
}

.category.active {
    border-bottom: 2px solid #337ab7;
	
} 
.breadcrumb:hover, .breadcrumb:active {
	border-bottom:none;	
	}
.breadcrumb{
	border-radius: 0px;
			}
@media (min-width: 768px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    }
}
	
.lihat-webinar {
    bottom: 30px;
    text-align: right;
}

.navbar {
    border: 0px solid white;
    height: 70px;
    padding-top: 10px;
	box-shadow: 0px 0px 20px 0px rgb(68, 68, 68);
}

.cari-nav {
    padding: 10px 30px 10px 30px;
}

@media (min-width: 768px) {
    .cari-nav {
        padding: 10px 10px 10px 10px;
    }
}

.cari-home {
	text-align: left;
    padding: 0px 10px 10px 10px;
}
.form-control {
    border-radius: 0px;
}
.btn-success {
	color: #fff;
    background-color: #57CC74;
    border-color: #57CC74;
    font-weight: 400;
    border-radius: 0px;
}

    .btn-success:hover, .btn-success:active, .btn-success:focus {
        background-color: #73dc8d;
        border-color: #73dc8d;
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-color: #73dc8d;
        border-color: #73dc8d;
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            background-color: #73dc8d;
            border-color: #73dc8d;
        }

.form-control-home {
    height: 50px;
    font-size: 17px;
	  border-color: lightgray;
}

.btn-success-home {
    height: 49px;
    font-size: 17px;
    border-radius: 0px;
}

#hero h1 .rotating {
    display: block;
}

#hero .rotating > .animated {
    display: inline-block;
}
.detailpage-title-video{
	font-size:33px;	
	text-align:left;
		}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0078d7;
    border-color: #0078d7;
}

header {
    display: flex;
    align-items: center;
    text-align: center;
    height: 80vh;
}

.featured-caption{
	background-color:white;
	height:250px;
	}

@media (min-width:768px){
.featured-caption{
	background-color:white;
	height:200px;
	}
	}
.img-thumbnail {
	border:none;
	padding:0px;
		}

.video-terbaru-home{
    align-items: center;
		}


    header .header-content {
        text-align: center;
        padding: 150px 0 50px;
        position: relative;
    }

        header .header-content .header-content-inner {
            position: relative;
            max-width: 500px;
            margin: 0 auto;
        }

            header .header-content .header-content-inner h1 {
                margin-top: 0;
                margin-bottom: 30px;
                font-size: 30px;
            }

            header .header-content .header-content-inner .list-badges {
                margin-bottom: 25px;
            }

                header .header-content .header-content-inner .list-badges img {
                    height: 50px;
                    margin-bottom: 25px;
                }

    header .device-container {
        max-width: 300px;
        margin: 0 auto 100px;
    }

        header .device-container .screen img {
            border-radius: 3px;
        }

@media (min-width: 768px) {
    header {
        min-height: 80vh;
    }

        header .header-content {
            text-align: left;
            padding: 0;
            height: 100vh;
        }

            header .header-content .header-content-inner {
                max-width: none;
                margin: 0;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }

                header .header-content .header-content-inner h1 {
                    font-size: 35px;
                    text-align: center;
                }

        header .device-container {
            max-width: none;
            max-height: calc(0vh);
            margin: 100px auto 0;
        }
}

@media (min-width: 992px) {
    header .header-content .header-content-inner h1 {
        font-size: 50px;
    }
}

.tentang {
    padding-top: 100px;
}

section {
    padding: 50px 0;
    position: relative;
}

.bg-primary {
    background: #f8f8f8;
}

.bg-white {
    background: white;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-outline {
    color: white;
    border-color: white;
    border: 1px solid;
}

    .btn-outline:hover,
    .btn-outline:focus,
    .btn-outline:active,
    .btn-outline.active {
        color: white;
        background-color: #fdcc52;
        border-color: #fdcc52;
    }

.btn {
    font-family: 'Segoe ui','Open Sans','Lato', 'Helvetica', 'Arial', 'sans-serif';
}

.btn-xl {
    padding: 15px 45px;
    font-size: 11px;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #0078d7;
}

::selection {
    color: white;
    text-shadow: none;
    background: #0078d7;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

body {
    webkit-tap-highlight-color: #222222;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    background-color: white;
    opacity: 0.9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay-dark {
    background-color: #F6F7FB;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.tim-photo {
    height: 250px;
    width: 250px;
    background-size: cover;
    border-radius: 300px;
    background-repeat: no-repeat;
}

.video {
    height: 200px;
    width: 100%;
    background-size: cover;
	background-position-x: center;
}
.video-pilihan-home {
    height: 150px;
    width: 100%;
    background-size: cover;
    background-position-x: center;
}

.related-video {
    height: 150px;
    width: 100%;
    background-size: cover;
}

.thumbnail {
    border: none;
    background-color: transparent;
    padding: 0px;
	text-align: -webkit-center;
    transition: all 0.3s;
}
.thumbnail:hover{
	cursor:pointer;
	box-shadow: 0px 0px 20px 1px rgb(221, 219, 219);
	transition: all 0.3s;
			}
.thumbnail.no-hover:hover{
	cursor:auto;
	box-shadow: none;
	transition: all 0.3s;
			}
footer {
    background-color: #0078d7;
	padding: 20px;
}

    footer p {
        padding: 10px;
        margin: 0px;
        font-size: 17px;
        color: white;
        text-align: center;
    }


@media (min-width:768px) {
.footer p {
    text-align:left;
}
.socmed p{
    text-align:right;
}
}


.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar navbar-default navbar-fixed-top affix-top {
    background-color: transparent;
}

.logo:hover {
    cursor: pointer;
}

.copyright {
    text-align: left
}

.socmed {
    text-align: right;
    color: #0078d7;
}

.webinar-padding{
	padding: 0px 25px 0px 25px;
		}
		
@media (min-width:768px){		
.webinar-padding{
	padding: 0px 30px 0px 30px;
		}
			}

.thumbnail-video-webinar {
	overflow: hidden;
    border: none;
    background-color: white;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
	height: 400px;
}

.thumbnail-video-webinar:hover {
	cursor:pointer;
			}

@media (min-width:768px){
.thumbnail-video-webinar {
    overflow: hidden;
    border: none;
    background-color: white;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    height: 350px;
}
}
	@media (min-width:992px){
.thumbnail-video-webinar {
    overflow: hidden;
    border: none;
    background-color: white;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    height: 370px;
}
}
		
.thumbnail-video {
	overflow: hidden;
    border: none;
    background-color: white;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
	height: 350px;
}

@media (min-width:768px){
.thumbnail-video {
    overflow: hidden;
    border: none;
    background-color: white;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    height: 350px;
}
}
	@media (min-width:992px){
.thumbnail-video {
    overflow: hidden;
    border: none;
    background-color: white;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    height: 350px;
}
}
		
    .thumbnail-video:hover {
        cursor: pointer;
    }

.video-detail {
    background-size: cover;
    background-repeat: no-repeat;
	background-position-x: center;
}

.featured-video {
    background-size: cover;
    background-repeat: no-repeat;
	background-position-x: center;
	height:400px;
}
.video-webinar {
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}

.subtitle {
    color: #57CC74;
}

.vid-title {
    font-size: 16px;
    margin: 0px;
   	overflow: hidden;
   	display: -webkit-box;
   	-webkit-line-clamp: 2; /* number of lines to show */
          	 line-clamp: 2; 
   	-webkit-box-orient: vertical;
}
.special{
		margin-top:10px;
	}

@media (min-width:768px){
.special{
	margin-top:0px;
	}
.webinar-special{
	padding-left:0px;	
	}
}

.rel-vid-title {
    font-size: 15px;
    margin: 0px;
}

.vid-desc {
    font-size: 15px;
    margin: 0px;
}

.vid-hr {
    margin-top: 5px
}

.label-success {
    background-color: #57CC74;
    text-transform: uppercase;
    margin: 2px;
    letter-spacing: 0.8px;
}

.label-success:hover{
       cursor:pointer;
}

.label-webinar-date {
    font-size: 14px;
}

#category {
    padding-bottom: 0px;
}

.by {
    margin-top: 10px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
}

    .breadcrumb a:hover,
	.breadcrumb a:active{
        text-decoration: none;
        border-bottom: none;
		border:none;
        color: #0078d7;
    }

.detail-caption {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 0px 7px 0px rgba(222,222,222,1);
    padding: 15px;
    margin: 0px;
}

.related-vid {
    margin-top: 10px;
}

.media-object {
}

.deskripsi-video {
    font-size: 14px;
}

@media (min-width:768px){
.deskripsi-video {
    font-size: 16px;
}
	}

.text {
    font-family: 'Segoe UI';
}

.share {
    font-size: 15px;
}

.separator {
    max-width: 1000px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: #DCDDDD;
    margin-top: 10px;
}

.label-primary {
    background-color: #0078d7;
}

    .label-primary:hover {
        cursor: pointer;
    }

.label-default {
    background-color: #EEEEEF;
    color: black;
    letter-spacing: 0.5px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
    font-size: 14px;
}

@media (min-width:768px){
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
	line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
    font-size: 16px;
}
}

.table {
    table-layout: fixed;
}

.icon {
    margin-right: 10px;
}

.list-group {
    text-align: left;
}

    .list-group a:hover {
        border-bottom: none;
    }


#first-slider .main-container {
  padding: 0;
}
.webinar-slider-desc p{
    display:none;

}
.webinar-slider-desc p:first-child{
    display:block;
}
					
@media (max-width:992px){
.webinar-slider-desc{
	display:none;
}
	}

.webinar-slider-description h3{
		font-size:17px;
			}
@media (min-width:768px){
.webinar-slider-description h3{
		font-size:24px;
			}	
		}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
      bottom: -30px;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 425px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #cdd7f9;
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 15px;
    height: 15px;
    background-color: #0078d7;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #0078d7;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
}
		
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #0078d7;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
}


.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control:focus, .carousel-control:hover {
    color: #5f7ee7;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
    border: none;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {

      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {

      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {

      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {

      background-size: cover;
    background-repeat: no-repeat;
}

.carousel-indicator{
		
		}


.selectpicker{
	width: 100%;
    border-radius: 0px;
    line-height: 30px;
    border-color: lightgray;	
	}
	
.label-default:hover{
	cursor:pointer;
				}
.label-default{				
				font-size: 14px;
						}
						
						
						
  /* Arrow Button 
	-----------------------------------*/
  .container-arrow{
    margin-top: -30px;
    font-weight: bold;
    text-transform: uppercase;
    color:#000;
    display: inline-block;
    text-align: center;
	  line-height: 40px;
	  position: absolute;
	  bottom:15px;left:0;
	  z-index: 10;
	  width:100%;
	  padding-bottom: 15px;
	  cursor: pointer;
	  font-size: 12px; 
	}
	.container-arrow:hover,
	.container-arrow:focus{text-decoration: none;}

		/* Arrow Bouncing */
		.container-arrow span{  
		display: inline-block; font-size: 80px;	 animation: .7s down  infinite alternate; -webkit-animation: .7s down infinite alternate; 
		} 
		/***Animation Arrow down***/ 
		@keyframes down{ 
			0%{transform:translateY(0px)} 
			100%{transform:translateY(20px)} 
		} 
		@-webkit-keyframes down{ 
			0%{-webkit-transform:translateY(0px)} 
			100%{-webkit-transform:translateY(20px)} 
				} 
	
a.container-arrow:hover,
	a.container-arrow:active,
	a.container-arrow:focus{
	border:none;
	}
								
.yeah{
    font-size: 40px;
    background-color: black;
    padding: 6px;
    color: white;
    border-radius: 100px;
    opacity: 0.5;
    height: 50px;
    width: 50px;
}
		
.initiallyhidden{
	display:none;
}

.webinar-home{
	background-size:contain; 
	background-repeat:no-repeat;
	height:300px;
	background-position-x: center;
    background-position-y: center;
}

#big-tile-desc ~ p{
			height: 45px;
			overflow: hidden;
		}

#med-tile-desc{
	overflow: hidden;
	height: 70px;
}


/* add FAQ Styling
-----------------------------------*/

p.mb-0{
    text-decoration: none !important;
}
.w-100 {
    width: 100% !important;
}
.mb-1{
    margin-bottom: 1rem;
}
.title-white{
    font-size: 33px;
    text-align: left;
    color: white;
}
.light-blue{
    color: #d5edff;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.faq-img-wrap {
    display: none;
}
@media (min-width: 1000px) {
    .faq-img-wrap {
        display: block;
		padding-left: 0;
    }
}
@media (max-width: 576px) {
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
.mb-faqs .myaccordion .card-header {
    border: none;
    background: transparent;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.p-0 {
    padding: 0 !important;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.mb-faqs .img-faqs {
    position: relative;
    z-index: 0;
    height: 700px; }
  
  .mb-faqs .img {
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
    box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38); }
  
  .mb-faqs .myaccordion {
    margin: 0 auto;
    overflow: hidden; }
  
  .mb-faqs .myaccordion .card,
  .mb-faqs .myaccordion .card:last-child .card-header {
    border: none;
    background: transparent; }
  
  .mb-faqs .myaccordion .card-header {
    border: none;
    background: transparent; }
    .mb-faqs .myaccordion .card-header p {
      position: relative;
      font-weight: 500;
      font-size: 18px;
      text-align: left; }
  
  .mb-faqs .myaccordion .fa {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3); }
  
  .mb-faqs .myaccordion .btn {
    width: 100%;
    font-weight: 600;
    color: black;
    padding: 0;
    letter-spacing: 0;
    border-radius: 0 !important;
    margin-bottom: 10px;
    border-radius: 40px !important;
    -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
    -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
    box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important; }
  
  .mb-faqs .myaccordion .btn-link:hover,
  .mb-faqs .myaccordion .btn-link:focus {
    text-decoration: none; }
  
    .mb-faqs .myaccordion .btn-link, .mb-faqs .myaccordion .btn-link {
        text-decoration: none;
    }

  .mb-faqs [data-toggle="collapse"] .fa:before {
    content: "\f078";
    font-family: "FontAwesome";
    font-style: normal; }
  
  .mb-faqs [data-toggle="collapse"].collapsed .fa:before {
    content: "\f077";
    font-family: "FontAwesome";
    font-style: normal; }
  
  .mb-faqs button[aria-expanded="true"] {
    background-color: #0078d7;
    color: #fff !important; }
    .mb-faqs button[aria-expanded="true"] .fa {
      color: #fff !important; }
  
  .mb-faqs button[aria-expanded="false"] {
    background-color: #fff; }
  
  .mb-faqs .card-body ol li {
    margin-bottom: 10px;
    padding-left: 10px;
    color: rgba(0, 0, 0, 0.8); }
    .mb-faqs .card-body ol li:last-child {
      margin-bottom: 0; }

.btn:hover, .btn:active, .btn:focus {
    outline: none;
}

.collapse:not(.show) {
    display: none; }
 
.faq-category{
    width: 100%;
    border-radius: 15px;
}

.faq-category:hover{
    box-shadow: 0px 0px 15px 0px rgb(175 190 201);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.pd-4{
    padding:4rem;
}
.pd-6{
    padding:6rem;
}
.pd-7{
    padding:7rem;
}
.faq-img{
    width: 100%;
    position: absolute;
    bottom: 0;
}
.faq-header{
    background:linear-gradient(90deg, rgba(0, 120, 215, 1) 0%, rgba(0, 120, 215, 1) 35%, rgb(13 94 192) 100%);
    border-radius: 1rem;
    display: flex;
}
.faq-search{
    border-radius: 7px !important;
    overflow: hidden;
}
.faq-category-name{
    color: #313131;
    border-left: 5px solid #0078d7;
    padding-left: 10px;
    font-weight: 400;
}
.relative{
    position: relative;
}

.py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.d-flex {
    display: flex !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: #f8f9fa !important;
}
a.thumbnail:hover {
    border: none;
}
			
@media (min-width: 768px) {
	.career-image-col {
		width: 50% !important;
		margin-bottom: 0 !important;
	}
.career-text-col {
	width: 50% !important;
	}
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
