﻿:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

small {
    font-size: 80%
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

table {
    border-collapse: collapse
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

textarea {
    overflow: auto;
    resize: vertical
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.btn-action {
    background-color: #017e84
}

.ot-h3 {
    font-size: 24px !important;
    margin-top: 1rem
}

.ot-h4 {
    font-size: 14px !important
}

@media (max-width:991.98px) {
    .ot-h3 {
        font-size: 20px !important
    }

    .ot-h4 {
        font-size: 14px !important
    }
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #595959;
    background-color: #fff;
    font-family: Montserrat, sans-serif !important
}

header {
    display: block
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

a {
    background-color: transparent;
    color: #337ab7;
    text-decoration: none !important
}

img {
    border: 0;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: normal;
    font-family: inherit;
    font-size: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

textarea {
    overflow: auto;
    resize: none
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 2.441em;
    margin: 0 0 1rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
    text-transform: capitalize
}

.lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

p {
    margin: 0 0 10px;
    font-family: 'Open Sans', sans-serif !important
}

.rounded {
    border-radius: 1rem !important
}

.text-center {
    text-align: center
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

.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, .125);
    border-radius: .25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    float: left;
    width: 100%
}

.col-xs-6 {
    width: 50%
}

.col-xs-4 {
    width: 33.33333333%
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        float: left;
        width: 100%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-4 {
        float: left;
        width: 33.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-4 {
        float: left;
        width: 33.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.clearfix {
    clear: both
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.pb-1,
.py-1 {
    padding-bottom: 1rem !important
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    border-radius: 0 !important;
    background-color: #f5f5f5 !important
}

::-webkit-scrollbar {
    width: 3px !important;
    background-color: #f5f5f5 !important
}

::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    background-color: #d0d0d0 !important
}

.img-pc-show {
    display: block
}

.img-mob-show {
    display: none !important
}

@media (max-width:991px) {
    h1 {
        font-size: 23px;
        text-align: center
    }

    h3 {
        font-size: 20px
    }
}

.o-training-banner {
    background: url(../images/traning-banner.jpg) no-repeat;
    height: 75vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 6rem
}

@media (max-width:992px) {
    .o-training-banner {
        background: linear-gradient(150deg, #714b67 20%, #503047 80%) !important
    }
}

.o-training-banner h1 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%
}

.o-training-banner p {
    color: #fff
}

p.ot-bp {
    font-size: 18px !important;
    margin-top: 2rem;
    line-height: 29px
}

@media(max-width:992px) {
    .o-training-banner {
        text-align: center
    }

    .o-training-banner .col-12 {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

@media(max-width:767px) {
    .o-training-banner h1 {
        font-size: 40px
    }

    p.ot-bp {
        font-size: 15px;
        margin-top: 2rem;
        line-height: 21px
    }
}

.o-training-ser {
    padding: 7rem 0;
    margin-top: -139px
}

.ot-icons {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: start;
    align-items: center
}

.ot-icons img {
    width: 50px;
    height: auto
}

.ot-service {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
    padding: 0 2rem
}

.ot-service p {
    color: #595959;
    line-height: 24px
}

.ot-service h3 {
    margin: 1rem 0 1rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
    text-transform: capitalize
}

.ot-card {
    padding: 3rem !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    border-radius: 15px;
    background: #fff;
    height: 330px
}

a.ot-viewmore {
    font-size: 13px;
    color: #00615f
}

@media(max-width:992px) {
    .ot-card {
        text-align: center;
        height: auto !important;
        margin-bottom: 2rem
    }

    .ot-icons {
        margin: auto
    }

    .o-training-ser {
        padding: 7rem 0;
        margin-top: -54px
    }
}

.ot-trainings {
    padding: 7rem 0
}

.lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75
}

.ot-trainings .card-header:first-child {
    position: relative;
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid #eff2f7;
    border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0
}

div#accordion h5 {
    padding: 1rem 1rem;
    margin-top: 0
}

.ot-trainings a.btn.btn-link {
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    color: #595959 !important;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.ot-trainings div#accordion h4 {
    padding: 1rem 2rem 0
}

.ot-trainings div#accordion p {
    font-size: 15px;
    color: #595959;
    font-weight: 400;
    line-height: 1.75;
    padding: 0 2rem;
    margin-top: .7rem
}

div#accordion .card {
    border-bottom: 0
}

div#accordion .card:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.ot-trainings h3 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #000 !important
}

.ot-trainings p {
    margin-top: 2rem;
    font-size: 15px;
    color: #595959;
    font-weight: 400;
    line-height: 1.75;
    padding: 0 5rem 0 0
}

.ot-trainings a.btn.btn-link span {
    background: #00a09d;
    color: #fff;
    font-size: 12px;
    padding: .3rem 1rem;
    border-radius: 24px
}

a.btn-register {
    background: #00a09d;
    color: #fff;
    padding: 1.5rem 2rem;
    margin-top: 1rem;
    float: left;
    border-radius: 5px
}

@media(max-width:992px) {
    .upcoming-webinar {
        margin-top: 3rem
    }
}

.ot-functional {
    padding: 7rem 0
}

.gray-light-bg {
    background: #f6f6f6
}

ul.list-unstyled.tech-feature-list {
    margin-top: 2.2rem
}

div#msg {
    display: none
}

@media (max-width:767px) {
    .training-img {
        display: none
    }

    .lead {
        font-size: 15px !important
    }

    h2 {
        font-size: 2em
    }
}

.reg-txt {
    margin-bottom: 3rem;
    padding-left: 12px
}



input {
    border: 1px solid rgba(0, 0, 0, .05);
    padding: .75rem .85rem;
    height: calc(2.56em + .75rem + 2px);
    box-shadow: none !important;
    width: 300px;
    margin-bottom: 2rem
}

select#ddlcategory {
    border: 1px solid rgba(0, 0, 0, .05);
    padding: .75rem .85rem;
    height: calc(2.56em + .75rem + 2px);
    box-shadow: none !important;
    width: 300px;
    margin-bottom: 2rem
}

input#btnsubmit {
    padding: .6rem 1rem !important;
    border: 1px solid #00a09d !important;
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    background: #00a09d !important;
    border-radius: 5px
}



li,
p,
span {
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif
}

p.bold {
    font-weight: 500;
    margin-bottom: 8px
}

h2>br {
    display: none
}

.youtube-player {
    width: 100%;
    padding-left: 2rem
}

.youtube-player a {
    width: 400px;
    position: relative;
    display: block
}

.youtube-player i.fab.fa-youtube {
    position: absolute;
    top: 42%;
    left: 43%;
    z-index: 1;
    font-size: 45px;
    color: #e91e63
}

.corporate-paln {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 0
}

.ct-features ul {
    list-style: none
}

.corporate-paln .container {
    padding: 0
}

.corporate-paln .card {
    background-color: #fff;
    border-radius: 4px;
    flex-direction: row
}

.corporate-paln .card .card-content,
.corporate-paln .card .card-primary {
    display: inline-block;
    vertical-align: top
}

.corporate-paln .card .card-primary {
    width: 155px;
    background-color: #017e84;
    color: #fff;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.corporate-paln .card .card-content {
    position: relative;
    width: calc(100% - 155px);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.25rem;
    padding: 24px;
    float: left
}

.corporate-paln ul {
    display: table;
    width: 100%;
    padding: 0
}

.corporate-paln ul li {
    display: flex;
    text-align: left;
    width: 100%;
    padding: 3px 0;
    line-height: 1.5
}

.corporate-paln .btn {
    display: inline-block;
    background-color: #00c853;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    margin: 16px 8px 0 0;
    padding: 0 16px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

.corporate-paln i.left {
    float: left;
    margin-right: 16px;
    line-height: 36px
}

.corporate-paln .valign {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    flex-direction: column
}

span.price {
    display: flex
}

span.price h3 {
    margin: 0;
    font-size: 45px
}

@media (max-width:500px) {
    .corporate-paln .card {
        flex-direction: column
    }

    .corporate-paln .valign {
        height: auto
    }

    .corporate-paln .card .card-primary {
        width: 100%
    }

    .corporate-paln .card .card-content {
        width: 100%
    }

    .call-to-action.action-body .btn-action {
        margin-right: 0 !important
    }
}

span#lbltopic {
    font-size: 55px !important
}

.monthly-webinars a {
    background: #fff;
    border-bottom: 1px solid #eff2f7;
    padding: 2rem 1.25rem;
    width: 100%;
    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, .125);
    border-radius: .25rem;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    color: #595959 !important;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    border-bottom: 1px solid #eff2f7;
    font-size: 14px
}

.upcoming h2 {
    font-size: 18px
}




@media (max-width:400px) {
    .monthly-webinars a::after {
        right: 6px;
        top: 23px
    }
}

.testim {
    width: 100%
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 21px 20px;
    margin: auto
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #b1aeae;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222
}

.testim .arrow:before {
    cursor: pointer
}

.testim .arrow:hover {
    color: #ea830e
}

.testim .arrow.left {
    left: 10px
}

.testim .arrow.right {
    right: 10px
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards
}

.testim .cont {
    position: relative;
    overflow: hidden
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    opacity: 0
}

.testim .cont>div.inactive {
    opacity: 1
}

.testim .cont>div.active {
    position: relative;
    opacity: 1
}

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%
}

.testim .cont div h2 {
    font-size: 1.7em;
    margin: 15px 0
}

.testim .cont div p {
    font-size: 1.15em !important;
    width: 90%;
    margin: auto;
    margin-top: 12px;
    line-height: 1.8
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        -webkit-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -webkit-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        -moz-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -moz-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e
    }

    100% {
        -moz-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        -ms-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -ms-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e
    }

    100% {
        -ms-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        -o-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -o-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e
    }

    100% {
        -o-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        box-shadow: 0 0 10px 5px #ea830e
    }

    100% {
        box-shadow: 0 0 0 0 #ea830e
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-100%)
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0)
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(0)
    }
}

@media all and (max-width:300px) {
    body {
        font-size: 14px
    }
}

@media all and (max-width:500px) {
    .testim .arrow {
        font-size: 1.5em
    }

    .testim .cont div p {
        line-height: 25px
    }
}

.py-7 {
    padding: 7rem 0 !important
}

.intro p {
    width: 80%;
    margin: auto;
    font-size: 15px !important;
    margin-bottom: 2rem
}

div#testim-content h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

div#testim-content h2 span {
    margin-top: 6px;
    font-size: 13px !important;
    color: #696969;
    font-weight: 400
}

.fa-chevron-right:before {
    content: ">";
    font-size: 30px
}

.fa-chevron-left:before {
    content: "<";
    font-size: 30px
}

@media (max-width:400px) {
    .testim .cont div p {
        font-size: 1.15em !important;
        width: 100%;
        margin: auto;
        margin-top: 12px;
        line-height: 1.8
    }
}



.row.why-cybrosys ul li img {
    margin-right: 9px
}

.corporate-paln .card .card-content ul li img {
    margin-right: 7px;
    margin-top: 5px
}

.section-heading.mb-5 ul li img {
    margin-right: 7px
}

.section-heading ul li img {
    margin-right: 7px
}

 
.section-headings {
    margin-bottom: 70px !important;
    text-align: center !important;
}

.section-headings h2 {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #1a2332 !important;
    margin-bottom: 20px !important;
    letter-spacing: -0.5px !important;
    position: relative !important;
    display: inline-block !important;
}

.section-headings h2::after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 80px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #017E84, #02a8b0) !important;
    border-radius: 2px !important;
}

.section-headings .leads {
    font-size: 17px !important;
    color: #5a6c7d !important;
    line-height: 1.8 !important;
    max-width: 750px !important;
    margin: 20px auto 0 !important;
    font-weight: 400 !important;
}


/* Upcoming Webinars */
.upcoming {
    margin-bottom: 60px !important;
    text-align: center !important;
    padding: 40px 30px !important;
    background: white !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
}

.upcoming h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1a2332 !important;
    margin-bottom: 15px !important;
    letter-spacing: -0.3px !important;
}

.upcoming-message {
    font-size: 17px !important;
    color: #017E84 !important;
    margin-top: 12px !important;
    font-style: italic !important;
    padding: 15px 35px !important;
    background: white !important;
    border-radius: 50px !important;
    display: inline-block !important;
    position: relative !important;
    font-weight: 600 !important;
    border: 3px solid white !important;
    box-shadow: 0 0 15px rgba(1, 126, 132, 0.3) !important;
    -webkit-animation-name: borderColorChange !important;
    -webkit-animation-duration: 1s !important;
    -webkit-animation-iteration-count: infinite !important;
    -webkit-animation-direction: alternate !important;
    animation-name: borderColorChange !important;
    animation-duration: 1s !important;
    animation-iteration-count: infinite !important;
    animation-direction: alternate !important;
}

/* Border color animation from white to #017E84 */
@-webkit-keyframes borderColorChange {
    from {
        border-color: white;
    }
    to {
        border-color: #017E84;
    }
}

@keyframes borderColorChange {
    from {
        border-color: white;
    }
    to {
        border-color: #017E84;
    }
}


/* Past Webinars Section */
.section-past-webinar {
    margin-top: 50px !important;
    text-align: center !important;
}

.section-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1a2332 !important;
    margin-bottom: 60px !important;
    padding-bottom: 15px !important;
    border-bottom: 4px solid #017E84 !important;
    display: inline-block !important;
    letter-spacing: -0.3px !important;
    position: relative !important;
}

.section-title::before {
    content: '' !important;
    position: absolute !important;
    bottom: -4px !important;
    left: 0 !important;
    width: 60% !important;
    height: 4px !important;
    background: linear-gradient(90deg, #02a8b0, transparent) !important;
}


.webinars-horizontal-container {
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    padding: 20px 15px !important;
}

.webinars-row {
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

.webinar-card-wrapper {
    flex: 0 0 calc((100% - 90px) / 4) !important;
    max-width: calc((100% - 90px) / 4) !important;
    min-width: 280px !important;
}


.webinar-card {
    background: #fff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}


.webinar-card a {
    text-decoration: none !important;
    color: inherit !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* Image container */
.webinar-thumbnail {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 56.25% !important;
    background: #017E84 !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

/* Image */
.webinar-thumbnail img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
}

/* Small white play button */
.webinar-thumbnail::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 40px !important;
    height: 40px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2 !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18) !important;
}

/* Teal play icon */
.webinar-thumbnail::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-38%, -50%) !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 7px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-left: 11px solid #017E84 !important;
    z-index: 3 !important;
}

/* Subtle hover effect */
.webinar-thumbnail:hover img {
    transform: scale(1.04) !important;
}

.webinar-thumbnail:hover::before {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25) !important;
}



.play-overlay {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 70px !important;
    color: rgba(255, 255, 255, 0.95) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)) !important;
}


/* Content area with proper spacing */
.webinar-content {
    padding: 24px 20px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 200px !important;
}

.webinar-heading {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #1a2332 !important;
    line-height: 1.45 !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    height: 58px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.webinar-description {
    font-size: 15px !important;
    color: #5a6c7d !important;
    line-height: 1.65 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 148px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.section-past-webinar > .text-center {
    text-align: center !important;
    max-width: 1400px !important;
    margin: 50px auto 0 !important;
    padding: 0 15px !important;
}

.btn-see-more {
    display: inline-block !important;  
    padding:10px 20px;
    background: #017E84 !important;
    text-align: center !important;       
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(1, 126, 132, 0.3) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    width:15% !important;
    
}
a.btn-see-more {
    color: #fff !important;
}

.btn-see-more:hover {
    background: #015f64 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(1, 126, 132, 0.4) !important;   
}

.btn-see-more i {
    margin-left: 8px !important;
    transition: transform 0.3s ease !important;
}

.btn-see-more:hover i {
    transform: translateX(5px) !important;
}


@media (max-width: 1200px) {
    .webinar-card-wrapper {
        flex: 0 0 calc((100% - 60px) / 3) !important;
        max-width: calc((100% - 60px) / 3) !important;
    }
    
    .section-headings h2 {
        font-size: 38px !important;
    }
}

@media (max-width: 992px) {
    .webinar-card-wrapper {
        flex: 0 0 calc((100% - 30px) / 2) !important;
        max-width: calc((100% - 30px) / 2) !important;
    }
    
    .section-headings h2 {
        font-size: 34px !important;
    }
    
    .upcoming h2,
    .section-title {
        font-size: 28px !important;
    }
}

@media (max-width: 768px) {
    .monthly-webinars {
        padding: 60px 0 !important;
    }
    
    .section-headings {
        margin-bottom: 50px !important;
    }
    
    .section-headings h2 {
        font-size: 30px !important;
    }
    
    .section-headings .leads {
        font-size: 16px !important;
    }
    
    .upcoming {
        padding: 30px 20px !important;
        margin-bottom: 40px !important;
    }
    
    .webinars-row {
        gap: 25px !important;
    }
}

@media (max-width: 576px) {
    .webinar-card-wrapper {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .webinars-row {
        gap: 20px !important;
    }
    
    .section-headings h2 {
        font-size: 26px !important;
    }
    
    .upcoming h2,
    .section-title {
        font-size: 24px !important;
    }
    
    .btn-see-more {
        padding: 12px 30px !important;
        font-size: 14px !important;
        min-width: 160px !important;
    }
    
    .webinar-heading {
        font-size: 18px !important;
    }
    
    .webinar-description {
        font-size: 14px !important;
    }
    
    .play-overlay {
        font-size: 60px !important;
    }
}
