﻿* {
    -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: #707070;
    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;
}
.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
}
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
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.4.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.4.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.4.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.4.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    font-display: auto;
    src: url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.svg#fontawesome) format("svg");
    font-display: swap
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.eot);
    src: url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.svg#fontawesome) format("svg");
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-whatsapp:before {
    content: "\f232"
}
.fa-check:before {
    content: "\f00c"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-phone:before {
    content: "\f095"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-pinterest-p:before {
    content: "\f231"
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-plus:before {
    content:"\f067"
}
i.fa.fa-angle-double-right {
    padding-right: 6px;
    font-size: 21px;
    color: #e80566;
}
.pb-1, .py-1 {
    padding-bottom: 1rem!important;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
::-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
    }
}

/*banner section*/
.o-training-banner {
    background: url(../images/training/hero.jpg) no-repeat;
    height: 70vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    /* background: #875A7B; */
    /* background: linear-gradient(37deg, #875A7B 0%, #62495B 100%); */
    background-position-y: bottom;
}
.o-training-tech-banner {
    background: url(../images/training/hero2.jpg) no-repeat;
    height: 70vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    background-position-y: bottom;
}
.o-training-funt-banner {
    background: url(../images/training/hero3.jpg) no-repeat;
    height: 70vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    background-position-y: bottom;
}
.o-training-banner h1 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
}
.o-training-banner p {
    color: #fff;
    text-align: left;
    width: 95%;
    font-size: 18px !important;
    margin-bottom: 1rem;
}
p.ot-bp {
    font-size: 18px;
    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;
    }
}
/*banner section*/
/*Service section*/
.o-training-ser {
    padding: 7rem 0;
    margin-top: -165px;
}
.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: 0rem 2rem;
}

.ot-service p {
    color: #707070;
    line-height: 24px;
}

.ot-service h3 {
    margin: 1rem 0 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
}
.ot-card {
    padding: 3rem!important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    border-radius: 15px;
    background: #ffffff;
    height: 330px;
}
a.ot-viewmore {
    font-size: 13px;
    color: #00a09d;
}
@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;

}
}

/*Service section*/
/*training section*/
.ot-trainings{
    padding:7rem 0;
}
.lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}
.ot-trainings .card-header:first-child {
    position: relative;
    cursor: pointer;
    background: #ffffff;
    border-bottom: 1px solid #EFF2F7;
    border-radius: calc(0.375rem - 1px) calc(0.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: #707070 !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: #707070;
    font-weight: 400;
    line-height: 1.75;
    padding: 0rem 2rem;
    margin-top: 0.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: #707070;
    font-weight: 400;
    line-height: 1.75;
    padding: 0rem 5rem 0rem 0rem;
}
.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;
}
}
/*training section*/
/*functional section*/
.ot-functional
{
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.gray-light-bg {
    background: #f6f6f6;
}
ul.list-unstyled.tech-feature-list {
    margin-top: 2.2rem;
}
.panel-body ul.list-unstyled.tech-feature-list {
    margin-top: 2.2rem;
    width: 33%;
    margin-bottom: 2rem;
}
div#msg {
    display: none;
}
@media (max-width:767px)
{
    .training-img
    {
        display:none;
    }
    .lead {
        font-size: 15px !important;
    }
    h2 {
        font-size: 2em;
    }
}

/*Odoo Training inner*/
.reg-txt {
    margin-bottom: 3rem;
    padding-left: 12px;
}
.webinar-details h3 {
    font-size: 21px;
    color: #000;
    font-weight: 600;
}
.webinar-details p.lead {
    font-size: 15px;
}
input {
    border: 1px solid rgba(0,0,0,.05);
    padding: .75rem 0.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 0.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;
}


.webinar-details h1 {
    font-size: 15px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.webinar-details h4 {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
}
li,p,span
{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.5;
}
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;
}
/*Pricing plan*/
.corporate-paln {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 0rem;
}
.ct-features ul {
    list-style: none;
}

.corporate-paln .container {
    padding: 0;
}
.corporate-paln .card {
  background-color: #ffffff;
  border-radius: 4px;
  flex-direction: row;
}

.corporate-paln .card .card-primary,
.corporate-paln .card .card-content {
  display: inline-block;
  vertical-align: top;
}

.corporate-paln .card .card-primary {
  width: 155px;
  background-color: #00a09d;
  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: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.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 ul li:last-child {
}

.corporate-paln .btn {
  display: inline-block;
  background-color: #00c853;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 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: 240px;
    justify-content: center;
    flex-direction: column;
}
span.price {
    display: flex;
}

span.price h3 {
    margin: 0;
    font-size: 45px;
}
.fa-check-circle:before {
    content: "\f058";
}
i.fas.fa-check-circle {
    margin-right: 7px;
    color: #25d366;
    margin-top: 5px;
}
@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: 0rem !important;
    }
}
span#lbltopic {
    font-size: 55px !important;
}
.monthly-webinars a {
    background: #ffffff;
    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: 0.25rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #707070 !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;
}
.monthly-webinars a::after {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 30px;
}
.upcoming h2 {
    font-size: 18px;
}

.old-webinar h2 {
    font-size: 18px;
    margin-top: 1rem;
}

.upcoming {
    padding: 2rem;
    background: #f9f9f9;
}

.old-webinar {
    padding: 2rem;
}
@media (max-width:400px)
{
    .monthly-webinars a::after {
      right: 6px;
      top: 23px;
    }
}
.testimonials-clean {
  color:#313437;
  background-color: #f6f6f6;
}

.testimonials-clean p {
  color:#7d8285;
}

.testimonials-clean h2 {
  margin-bottom: 20px;
  padding-top:40px;
  color:inherit;
  color: #000;
}

@media (max-width:767px) {
  .testimonials-clean h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.testimonials-clean .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.testimonials-clean .intro p {
  margin-bottom:0;
}

.testimonials-clean .people {
  padding:50px 0 20px;
}

.testimonials-clean .item {
  margin-bottom:32px;
}

@media (min-width:768px) {
  .testimonials-clean .item {
    height:220px;
  }
}

.testimonials-clean .item .box {
  padding:30px;
  background-color:#fff;
  position:relative;
}

.testimonials-clean .item .box:after {
  content:'';
  position:absolute;
  left:30px;
  bottom:-24px;
  width:0;
  height:0;
  border:15px solid transparent;
  border-width:12px 15px;
  border-top-color:#fff;
}

.testimonials-clean .item .author {
  margin-top:28px;
  padding-left:25px;
}

.testimonials-clean .item .name {
  font-weight:bold;
  margin-bottom:2px;
  color: #000;
}

.testimonials-clean .item .title {
  font-size:13px;
  color:#9da9ae;
}

.testimonials-clean .item .description {
  font-size:15px;
  margin-bottom:0;
}

.testimonials-clean .item img {
  max-width:40px;
  float:left;
  margin-right:12px;
  margin-top:-5px;
}

.py-7 {
    padding: 7rem 0 !important;
}
.t-pricing ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
.t-pricing li {
  list-style:none;
  flex:1;
}
.t-pricing li:last-child {
  border-right:1px solid #DDD;
}
.t-pricing button {
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 10px;
  background:#FFF;
  font-size:14px;
  font-weight:bold;
  height:60px;
  color:#999
}
li.active button {
  background:#F5F5F5;
  color:#000;
}
.t-pricing table { border-collapse:collapse; table-layout:fixed; width:100%; }
.t-pricing th { background:#F5F5F5; display:none; }
.t-pricing td,.t-pricing  th {
  height:53px
}
.t-pricing td,.t-pricing th { border:1px solid #DDD; padding:10px; empty-cells:show; }
.t-pricing td,.t-pricing th {
  text-align:left;
}
.t-pricing td+td,.t-pricing  th+th {
  text-align:center;
  display:none;
}
.t-pricing td.default {
  display:table-cell;
}
.t-pricing .bg-purple {
  border-top:3px solid #A32362;
}
.t-pricing .bg-blue {
  border-top:3px solid #0097CF;
}
.t-pricing .sep {
  background:#F5F5F5;
  font-weight:bold;
}
.t-pricing .txt-l {
    font-size: 30px !important;
    font-weight: bold;
    color: #000;
}
.t-pricing .txt-top { position:relative; top:-9px; left:-2px; }
.t-pricing .tick {font-size: 18px !important;color:#2CA01C;}
.t-pricing .hide {
  border:0;
  background:none;
}

@media (min-width: 640px) {
  .t-pricing ul {
    display:none;
  }
  .t-pricing td,.t-pricing th {
    display:table-cell !important;
  }
  .t-pricing td,.t-pricing th {
    width: 330px;
  
  }
  .t-pricing td+td,.t-pricing th+th {
    width: auto;
  }
}

/*pricing*/
.pricing {
  position: relative;
  padding-top: 0;
  font-family: "Montserrat", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
}
.pricing.hidden {
  display: none;
}
.pricing .container {
  width: 100%;
  max-width: 1440px;
}
.pricing .price-column {
  display: block;
  float: left;
  background: white;
  width: 100%;
  margin-right: 2%;
  margin-top: 50px;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 58px -4px rgba(39, 47, 48, 0.21);
  -moz-box-shadow: 0 0 58px -4px rgba(39, 47, 48, 0.21);
  box-shadow: 0 0 58px -4px rgba(39, 47, 48, 0.21);
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.pricing .price-column .popular {
  height: 50px;
  line-height: 50px;
  background-color: #875A7B;
  color: white;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.pricing .price-column .pricing-price {
  min-height: 180px;
  padding: 25px 15px;
}
.pricing .price-column .pricing-price .pricing-plan h3 {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  margin: 0;
  color: #656565;
  font-weight: 600;
  min-height: 30px;
}
.pricing .price-column .pricing-price .pricing-plan-price {
  display: block;
  line-height: 1;
  padding: 8px 0px 20px;
}
.pricing .price-column .pricing-price .pricing-plan-price .price {
  display: none;
}
.pricing .price-column .pricing-price .pricing-plan-price .price .currency {
  font-size: 18px;
  color: #000;
}
.pricing .price-column .pricing-price .pricing-plan-price .price .cost {
  font-size: 29px !important;
  font-weight: 600;
  color: #000;
}
.pricing .price-column .pricing-price .pricing-plan-price .price .period {
  font-size: 13px;
  text-transform: uppercase;
}
.pricing .price-column .pricing-price .pricing-plan-price .price .frequency {
  display: block;
  font-size: 13px !important;
  color: #9E9E9E;
  padding-top: 10px;
}
.pricing .price-column .pricing-price .pricing-plan-price .price.active {
  display: block;
}
.pricing .price-column .pricing-price .buy-button {
  margin-top: 15px;
}
.pricing .price-column .pricing-features ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pricing .price-column .pricing-features ul li {
  display: block;
  padding: 10px 15px;
  margin: 0 0 5px;
}
.pricing .price-column .pricing-features ul li:nth-child(odd) {
  background-color: #F2F6F9;
}
.pricing .price-column .pricing-features ul li i.fa-check {
  color: #00bf86;
}
.pricing .price-column .pricing-features ul li i.fa-times {
  color: #DD6777;
}
.pricing .price-column .pricing-features ul li:last-child {
  margin: 0;
}
.pricing .price-column .buy-button-bottom {
  background: #F2F6F9;
  width: 100%;
  height: 50px;
}
.pricing .price-column .buy-button-bottom a.btn {
  display: block;
  width: 100%;
  line-height: 36px;
  height: 50px;
  z-index: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.pricing .price-column:hover {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07), 0 15px 35px 0 rgba(50, 50, 93, 0.1);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07), 0 15px 35px 0 rgba(50, 50, 93, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07), 0 15px 35px 0 rgba(50, 50, 93, 0.1);
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
/*.pricing .price-column:first-child {
  margin-right: 0;
  width: 27%;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}*/
/*.pricing .price-column:first-child .pricing-features ul li {
  background: #F2F6F9;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}*/
/*.pricing .price-column:first-child:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}*/
.pricing .popular-plan {
  margin-right: 0;
  margin-top: 0px;
}
.pricing-features li:first-child {
    height: 140px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.funtional-price li {
    height: auto !important;
}
.function-pack {
    min-height: auto !important;
    padding: 25px 15px 0px !important;
}
/*pricing*/
a.btn.btn-primary {
    background: #00A09D;
}
.btn-danger {
    color: #fff;
    background-color: #875A7B;
    border-color: #875A7B;
}
.pricing-p {
    width: 80%;
    font-size: 16px !important;
    margin: auto;
    margin-bottom: 2rem;
}
/*Panel*/
.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
  background: #f9f9f9;
  padding: 0 0rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 5px;
  border-bottom: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  border-radius: 0;
  border: none;
  color: #000;
  padding: 0;
  padding: 0 2rem;
  border-bottom: 1px solid #dfdfdf;
}

.panel-title a {
  display: block;
  color: #494949;
  padding: 20px 0;
  position: relative;
  font-size: 15px;
  font-weight: 600;
}

.panel-body {padding: 0 2rem;display: flex;flex-wrap: wrap;}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: '\f078';
  font-size: 24px;
  position: absolute;
  right: 25px;
  top: 20px;
  transition: all 0.5s;
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  color: #555555;
  font-weight: 500;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
h4.panel-title {
    margin: 0;
}
.panel-body ul.list-unstyled.tech-feature-list {
    margin-top: 2.2rem;
    width: 50%;
    margin-bottom: 2rem;
}
.pricing-features a {
    font-weight: 600;
    color: #009f9c;
    font-size: 13px !important;
}
.pricing-features a span {
    font-size: 13px !important;
}
/*Panel*/
/*technical pricing*/
.pricing-features h6 {
    font-size: 14px;
}
.tech-pricing .pricing-features li:first-child {
    min-height: 95px;
    height:auto;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
/*technical pricing*/
.ott-audience h3 {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    margin-top: 0;
}
.box-shadow
{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #017270;
    border-color: #00a09d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #017270 !important;
    border-color: #00a09d;
}
.btn-danger:hover {
    color: #fff;
    background-color: #724967;
    border-color: #724967;
}
.btn-mob
{
    display:none !important;
}
@media (max-width:992px)
{
    .btn-mob
    {
        display:block !important;
    }
    .btn-pc
    {
        display:none !important;
    }
    .pricing .popular-plan {
        margin-right: 0;
        margin-top: 50px;
    }
}
@media (max-width:767px)
{
.panel-body ul.list-unstyled.tech-feature-list {
    margin-top: 0rem;
    width: 100%;
    margin-bottom: 0rem;
}
.ot-functional {
    padding: 4rem 0;
}
.ott-audience h3, .ott-audience p {
    text-align: center;
}
}
.ftp .pricing-features.funtional-price li:nth-child(1) {
    min-height: 140px !important;
}
.container-fluid.ot-functional.gray-light-bg .panel {
    background: #fff;
}