/*---------------------------------------->> Variables Declaration <<----------------------------------------*/
/*---------------------------------------->> Mixin CSS <<----------------------------------------*/
/*---------------->> Typography <<----------------*/
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #1e2329;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.25px;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    color: #656565;
    font-size: .95rem;
}

main section {
    padding: 40px 0;
}

figure {
    overflow: hidden;
    margin-bottom: 0;
}

figure img {
    width: 100%;
}

a:hover,
a:focus,
a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

ul {
    margin: 0 !important;
    list-style: none;
    padding-left: 0;
}

.input-group-addon,
.btn {
    border-radius: 0;
}

.txt-white {
    color: #fff;
}

.txt-blue {
    color: #083EA1;
}

.txt-black {
    color: #000;
}

.txt-red {
    color: #FF3724;
}

.txt-sky {
    color: #2D9CDB;
}

.txt-green {
    color: #219653;
}

.txt-yellow {
    color: #F2994A;
}

.bg-red {
    background: #FF3724;
}

.bg-green {
    background: #219653;
}

.bg-yellow {
    background: #F2994A;
}

.bg-sky {
    background: #2D9CDB;
}

.bg-blue {
    background: #083EA1;
}

.fp-title {
    margin-bottom: 60px;
}

.fp-title h5 {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    margin-left: 50px;
    position: relative;
}

.fp-title h5:before {
    content: '';
    width: 2em;
    height: 1px;
    background: #1e2329;
    display: inline-block;
    margin-left: -35px;
    margin-right: 15px;
    position: absolute;
    top: 50%;
    left: 1.5%;
    transform: translate(-50%, 0);
}

.fp-title h2 {
    font-family: "Poppins", sans-serif;
}

.fp-title h2+p {
    margin-top: 30px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #4c5a6b;
}

.fp-title.txt-white h5 {
    color: #2D9CDB;
}

.fp-title.txt-white h5:before {
    background: #2D9CDB;
}

.fp-title.txt-white p {
    color: #2D9CDB;
}

.fp-title.txt-pblack h5 {
    color: #4d5b6c;
}

.fp-title.txt-pblack h5:before {
    background: #4d5b6c;
}

.accordion .accordion-item {
    margin-bottom: 10px;
    background-color: transparent;
    border: none;
    border-top: 3px solid transparent;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
}

.accordion .accordion-item.active {
    border-top: 3px solid #fff;
    background: rgba(255, 255, 255, 0.1);
}

.accordion .accordion-header {
    color: #083EA1;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: .75rem;
    padding: 1.5rem;
}

.accordion .accordion-header h2 {
    color: #000;
}

.accordion .accordion-header [class*='fa-'] {
    font-size: .75rem;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    color: #333;
}

.accordion .accordion-header:hover .accordion-button {
    color: #000;
}

.accordion .accordion-button {
    font-family: "Poppins", sans-serif;
    background: transparent;
    color: #083EA1;
    font-weight: 600;
    padding: 0;
}

.accordion .accordion-button:hover,
.accordion .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    content: '\f068';
    background-image: none;
    transform: none;
    font-family: "FontAwesome";
    color: #083EA1;
}

.accordion .accordion-button:after {
    content: '\f067';
    width: 0.75rem;
    height: 0.75rem;
    background-size: 0.75rem;
    background-image: none;
    transform: none;
    font-family: "FontAwesome";
    color: #083EA1;
    transform: rotate(90deg);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.accordion .accordion-body {
    color: #656565;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: .75rem;
    padding: 1.5rem;
    margin-top: 15px;
}

/*--------------->> Buttons CSS <<-----------------*/
.btn {
    min-width: 5em;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding: 0.375rem 2rem;
    letter-spacing: 1.25px;
    position: relative;
    border: none;
    border-radius: 2rem;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.btn:hover,
.btn:focus {
    font-weight: 500;
    color: inherit;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    outline: none;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3);
}

.btn-block {
    width: 100%;
}

.btn-link {
    padding: 0;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #083EA1;
    font-family: "Poppins", sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.btn-link .fi {
    position: relative;
}

.btn-link .fi:before {
    position: absolute;
    transform: translate(0, -50%);
    padding-left: .5em;
    font-size: 1.5em;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.btn-link:hover {
    color: #073589;
}

.btn-link:hover .fi:before {
    margin-right: 1em;
    transform: translate(10%, -50%);
}

.btn-blue {
    background: #083EA1;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.btn-blue:hover,
.btn-blue:focus {
    background: #062b70;
    color: #fff;
}

.btn-green {
    background: #219653;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.btn-green:hover,
.btn-green:focus {
    background: #186c3c;
    color: #fff;
}

.btn-red {
    background: #FF3724;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.btn-red:hover,
.btn-red:focus {
    background: #f01500;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #083EA1 !important;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.btn-white:hover,
.btn-white:focus {
    background: #f2f2f2;
    color: #083EA1;
}

.btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.btn-outline:hover,
.btn-outline:focus {
    background: #f2f2f2;
    color: #083EA1 !important;
}

.btn-outline-red {
    background: #fff;
    color: #FF3724;
    border: 1px solid #FF3724;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.btn-outline-red:hover,
.btn-outline-red:focus {
    background: #ff200b;
    color: #fff;
}

.btn-outline-green {
    background: #fff;
    color: #219653;
    border: 1px solid #219653;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.btn-outline-green:hover,
.btn-outline-green:focus {
    background: #1c8147;
    color: #fff;
}

.btn-cstm {
    padding: 6px 75px 6px 30px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
}

.btn-cstm .fi {
    position: relative;
}

.btn-cstm .fi:before {
    position: absolute;
    transform: translate(0, -50%);
    padding-left: 1.5em;
    font-size: 1.5em;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.btn-cstm:hover .fi:before {
    margin-right: 2em;
    transform: translate(10%, -50%);
}

.list-group .list-group-item {
    text-decoration: none;
    background-color: transparent;
    border: none;
    padding: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

.cstm-form input::placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #7f7f7f;
}

.cstm-form .form-control {
    min-height: 45px;
    color: #333;
    font-weight: 300;
    border-radius: 1.5rem;
    font-size: 14px;
    background: #fff;
    border: 1px solid #b7dcf6;
    padding: 0.375rem 1.75rem;
}

.cstm-form .form-control:hover,
.cstm-form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.cstm-form .form-group {
    margin-bottom: 15px;
}

.cstm-form .form-control:disabled,
.cstm-form .form-control[readonly] {
    background-color: #e9ecef !important;
}

.cstm-form .form-control:disabled:focus,
.cstm-form .form-control:disabled:active,
.cstm-form .form-control[readonly]:focus,
.cstm-form .form-control[readonly]:active {
    border-color: #b7dcf6 !important;
}

.cstm-form .input-group:focus-within {
    border: 1px solid #083EA1;
    border-radius: 0.25rem;
}

.cstm-form .input-group:focus-within *:focus {
    border: none;
    border-color: #083EA1;
}

.cstm-form .input-group {
    background: #F1F2F7;
    border: 1px solid transparent;
    border-radius: 0.5rem;
}

.cstm-form .input-group .form-control {
    border: none;
    background: #F1F2F7;
}

.cstm-form .input-group .input-group-text {
    background: #F1F2F7;
    border: none;
}

body {
    background: #EFF6FF;
}

.slick-dots {
    display: inline-flex;
    position: relative;
    top: 1.5rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.slick-dots li:not(:nth-last-child(-n+1)) {
    margin-right: 4px;
}

.slick-dots li.slick-active button {
    width: 35px;
    background: #083EA1;
}

.slick-dots li button {
    font-size: 0;
    width: 5px;
    height: 13px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10rem;
    border: none;
    transition: all .3s linear;
}

.banner {
    min-height: 90vh;
    position: relative;
}

.banner:before {
    content: '';
    width: 100%;
    height: 90vh;
    background: url(../images/banner.png) no-repeat top;
    background-size: 100%, 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.banner>.container {
    height: 90vh;
    position: absolute;
    left: 0;
    right: 0;
}

.banner .slick-dots {
    display: inline-flex;
    flex-direction: column;
    top: 50%;
    left: -3rem;
    position: absolute;
    transform: translate(0, -50%);
}

.banner .slick-dots li {
    width: 5px;
}

.banner .slick-dots li:not(:nth-last-child(-n+1)) {
    margin-bottom: 4px;
}

.banner .slick-dots li.slick-active button {
    background: #083EA1;
    height: 35px;
}

.banner .slick-dots li button {
    font-size: 0;
    width: 5px !important;
    height: 13px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10rem;
    border: none;
    transition: all .3s linear;
}

.banner .slick-banner {
    width: 35%;
    position: absolute;
    top: 45%;
    left: 0.75rem;
    transform: translate(0, -50%);
    color: #fff;
}

.banner .slick-banner article {
    margin-bottom: 30px;
}

.banner .slick-banner article h2 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 10px;
}

.banner .slick-banner article p {
    font-size: 1rem;
    color: #fff;
}

header {
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.navbar .navbar-collapse {
    justify-content: flex-end;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.navbar .navbar-toggler [class*='fa-'] {
    color: #fff;
}

.navbar ul.navbar-nav li a {
    color: #fff;
}

.navbar ul.navbar-nav li:not(:nth-last-child(-n+1)) {
    margin-right: 15px;
}

.btn-icn {
    position: relative;
    padding: 0.375rem 3rem 0.375rem 2rem;
}

.btn-icn img {
    width: .95rem;
    position: absolute;
    right: 1.5rem;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.btn-icn:hover img {
    margin-right: -3px;
}

.sec-title {
    width: 50%;
    text-align: center;
    margin: 0 auto 30px;
}

.sec-title h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2rem;
}

.fs-item {
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.fs-item figure {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 30px;
    border-radius: 100%;
    background: linear-gradient(180deg, #7666ea 0%, #764ba2 100%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    top: 0;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.fs-item figure img {
    width: 2.5rem;
}

.fs-item:hover figure {
    background: linear-gradient(180deg, #00f2fe 0%, #4facfe 100%);
    top: -3px !important;
    box-shadow: 0 45px 22px -25px rgba(0, 0, 0, 0.3);
}

.fs-item article {
    text-align: center;
}

.fs-item article h5 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.fp-app {
    margin: 7rem 0 5rem;
    background: #fff;
    position: relative;
}

.fp-app:before {
    content: '';
    width: 100%;
    height: 9rem;
    background: url(../images/app-top.svg) no-repeat top;
    position: absolute;
    bottom: 100%;
}

.fp-app:after {
    content: '';
    width: 100%;
    height: 10rem;
    background: url(../images/app-bottom.svg) no-repeat bottom;
    position: absolute;
    top: 100%;
}

.fa-work h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 60px;
}

.fa-work h3 {
    color: #083EA1;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
}

.faw-list li {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.faw-list li figure {
    width: 3rem;
    height: 3rem;
    margin-right: 30px !important;
    border-radius: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faw-list li figure img {
    width: 1.5rem;
}

.faw-list li article {
    width: calc(100% - 3rem - 30px);
}

.faw-list li article h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.faw-list li:nth-child(3n+1):after {
    content: '';
    background: url(../images/blue.png) no-repeat top;
}

.faw-list li:nth-child(3n+1) figure {
    background: #a7a6cb;
    background: linear-gradient(180deg, #a7a6cb 0%, #8989ba 100%);
}

.faw-list li:nth-child(3n+2):after {
    content: '';
    background: url(../images/pink.png) no-repeat top;
}

.faw-list li:nth-child(3n+2) figure {
    background: #ff0844;
    background: linear-gradient(180deg, #ff0844 0%, #ffb199 100%);
}

.faw-list li:nth-child(3n+3):after {
    content: '';
    background: url(../images/yellow.png) no-repeat top;
}

.faw-list li:nth-child(3n+3) figure {
    background: #f83600;
    background: linear-gradient(180deg, #f83600 0%, #f9d423 100%);
}

.faw-list li:not(:nth-last-child(-n+1)):after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 3rem;
    left: 1.5rem;
}

.faw-list li:not(:nth-last-child(-n+1)) article {
    margin-bottom: 30px;
}

.ff-item {
    background: #fff;
    border-radius: .75rem;
    padding: 30px 15px;
    text-align: center;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    position: relative;
    top: 0;
}

.ff-item:hover {
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
    top: -5px;
}

.ff-item figure {
    width: 16rem;
    margin: 0 auto 30px;
}

.ff-item article {
    margin-bottom: 30px;
}

.ff-item article h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.ff-item article p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ff-item .btn:hover {
    box-shadow: none;
    background: transparent;
}

.fp-customer {
    padding: 0 auto auto;
}

.fc-item {
    width: 100%;
    min-height: 18rem;
    background: url(../images/customer-bg.png) no-repeat top;
    background-size: 100%, 0;
    border-radius: 10rem;
    padding: 60px 30px;
    position: relative;
}

.fc-item figure {
    width: 25rem;
    position: absolute;
    left: 0;
    top: 58%;
    transform: translate(-18%, -50%);
}

.fc-item form h3 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 60px;
}

.fc-item form .btn-icn {
    padding: 0.375rem 3rem 0.375rem 0rem;
}

footer {
    padding-top: 60px;
}

.ft-top {
    padding: 15px 0 30px;
}

.ft-item li:not(:nth-last-child(-n+1)) {
    margin-bottom: 5px;
}

.ft-item h4 {
    text-transform: uppercase;
    color: #083EA1;
    font-weight: 600;
    margin-bottom: 30px;
}

.ft-contact a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.ft-contact img {
    width: 1rem;
    margin-right: 10px;
}

.ft-contact article {
    width: calc(100% - 1rem - 10px);
}

.ft-contact article h6 {
    font-weight: 600;
}

.ft-contact article p {
    color: #656565;
    font-size: .95rem;
}

.ft-covid figure {
    width: 10rem;
}

.ft-btm {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ft-btm p {
    color: #000;
    font-size: .85rem;
}

.slick-app {
    top: 60%;
    transform: translate(0, -50%);
}

.slick-app li h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 60px;
}

.slick-app li figure {
    width: 38rem;
    height: 25rem;
}

.slick-app li figure img {
    height: inherit;
    object-fit: contain;
}

.inr-banner {
    min-height: 40vh;
    position: relative;
}

.inr-banner:before {
    content: '';
    width: 100%;
    height: 40vh;
    background: url(../images/inner-banner.png) no-repeat top;
    background-size: 100%, 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.brdcrm {
    position: absolute;
    text-align: center;
    top: 11rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
}

.brdcrm h3 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.brdcrm .breadcrumb {
    display: inline-flex;
}

.brdcrm .breadcrumb li {
    color: #fff;
}

.brdcrm .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '|';
    color: #fff;
}

.ic-form article {
    margin-bottom: 30px;
}

.ic-form article h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.ic-map {
    overflow: hidden;
    border-radius: 1.5rem;
}

.slick-integrations {
    padding: 10px;
}

.slick-integrations h3 {
    color: #fff;
}

.slick-integrations .slick-item1 {
    border-radius: 15px;
    padding: 10px !important;
}

.slick-integrations .slick-item1 figure img {
    width: 80% !important;
    vertical-align: middle;
    padding-top: 5px;
}

/*# sourceMappingURL=master.css.map */
