@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
::selection {
    color: #000;
    background: #dcdcdc;
}
::-moz-selection {
    color: #000;
    background: #dcdcdc;
}
::-webkit-input-placeholder {
    color: #999;
    text-overflow: ellipsis;
}
:-moz-placeholder {
    color: #999 !important;
    text-overflow: ellipsis;
    opacity: 1;
}
::-moz-placeholder {
    color: #999 !important;
    text-overflow: ellipsis;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #999 !important;
    text-overflow: ellipsis;
    opacity: 1;
}
footer,
header,
nav,
section {
    display: block;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
img {
    border: 0;
}
button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button {
    -webkit-appearance: button;
    cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
textarea {
    overflow: auto;
}
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="#"]:after {
        content: "";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    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: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.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;
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-12,
.col-lg-4,
.col-lg-8,
.col-md-10,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-8,
.col-md-9,
.col-sm-10,
.col-sm-12,
.col-sm-4,
.col-sm-6,
.col-sm-8,
.col-xs-10,
.col-xs-12,
.col-xs-3,
.col-xs-6,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-10,
.col-xs-12,
.col-xs-3,
.col-xs-6,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-3 {
    width: 25%;
}
@media (min-width:768px) {
    .col-sm-10,
    .col-sm-12,
    .col-sm-4,
    .col-sm-6,
    .col-sm-8 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
}
@media (min-width:992px) {
    .col-md-10,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
}
@media (min-width:1200px) {
    .col-lg-12,
    .col-lg-4,
    .col-lg-8 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}
@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar:after,
.panel-body:after,
.row:after {
    clear: both;
}
.pull-right {
    float: right !important;
}
[class*=" ti-"] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ti-medall:before {
    content: "\e623";
}
.ti-medall-alt:before {
    content: "\e624";
}
.ti-arrow-right:before {
    content: "\e628";
}
.ti-flag-alt-2:before {
    content: "\e63c";
}
.ti-comments:before {
    content: "\e643";
}
.ti-angle-up:before {
    content: "\e648";
}
.ti-angle-down:before {
    content: "\e64b";
}
.ti-check-box:before {
    content: "\e64d";
}
.ti-shield:before {
    content: "\e67b";
}
.ti-book:before {
    content: "\e6b7";
}
.ti-video-clapper:before {
    content: "\e6ce";
}
.ti-headphone-alt:before {
    content: "\e719";
}
.ti-youtube:before {
    content: "\e728";
}
.ti-twitter:before {
    content: "\e72a";
}
.ti-linkedin:before {
    content: "\e735";
}
.ti-instagram:before {
    content: "\e73d";
}
.ti-facebook:before {
    content: "\e741";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #000;
    line-height: 22px;
    letter-spacing: .01em;
    background-color: #fff;
    margin: 0;
}
a {
    text-decoration: none;
    color: #4e4e4e;
    cursor: pointer !important;
    outline: 0;
}
a:focus,
a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}
p {
    margin: 0 0 22px 0;
}
ul {
    margin: 0;
}
button,
button:focus,
input {
    outline: 0;
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    font-size: 11px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 20px 0;
    max-width: 100%;
    resize: none;
}
input[type=text],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
input:focus,
textarea:focus {
    border: 1px solid #989898;
    outline: 0;
}
select::-ms-expand {
    display: none;
}
iframe {
    border: 0;
}
iframe {
    max-width: 100%;
}
iframe {
    border-width: 0;
}
* {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
::selection {
    color: #000;
    background: #dcdcdc;
}
::-moz-selection {
    color: #000;
    background: #dcdcdc;
}
::-webkit-input-placeholder {
    color: #999;
    text-overflow: ellipsis;
}
:-moz-placeholder {
    color: #999 !important;
    text-overflow: ellipsis;
    opacity: 1;
}
::-moz-placeholder {
    color: #999 !important;
    text-overflow: ellipsis;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #999 !important;
    text-overflow: ellipsis;
    opacity: 1;
}
.alt-font {
    font-family: Montserrat, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #000;
}
h1 {
    font-size: 50px;
    line-height: 60px;
}
h2 {
    font-size: 35px;
    line-height: 40px;
}
h3 {
    font-size: 30px;
    line-height: 35px;
}
h4 {
    font-size: 25px;
    line-height: 33px;
}
h5 {
    font-size: 20px;
    line-height: 30px;
}
h6 {
    font-size: 18px;
    line-height: 23px;
}
.text-small {
    font-size: 12px !important;
    line-height: 20px;
    display: inline-block !important;
}
.text-medium {
    font-size: 15px !important;
    line-height: 24px;
}
.text-large {
    font-size: 16px !important;
    line-height: 25px;
}
.title-small {
    font-size: 20px !important;
    line-height: 30px;
}
.title-extra-large {
    font-size: 35px !important;
    line-height: 40px;
}
.title-extra-large-2 {
    font-size: 45px !important;
    line-height: 50px;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.font-weight-700 {
    font-weight: 700 !important;
}
.line-height-30 {
    line-height: 30px !important;
}
.line-height-34 {
    line-height: 34px !important;
}
.line-height-55 {
    line-height: 55px !important;
}
.line-height-inherit {
    line-height: inherit !important;
}
.text-white {
    color: #fff !important;
}
.text-black {
    color: #000 !important;
}
.text-dark-gray {
    color: #282828 !important;
}
.text-medium-gray {
    color: #848484;
}
.text-blue {
    color: #3953a1;
}
.text-light-purple-blue {
    color: #374a8a;
}
.text-greenish-blue {
    color: #3ed6a2;
}
.text-poison-green {
    color: #05d561;
}
.text-red {
    color: #bc3031;
}
.slider-text-middle-main {
    display: table;
    height: 100%;
    width: 100%;
}
.slider-text-middle {
    display: table-cell;
    vertical-align: middle;
}
.slider-typography {
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
}
.icon-extra-small {
    font-size: 14px !important;
}
.social-icon-color .ti-facebook {
    color: #3b5998;
}
.social-icon-color .ti-twitter-alt {
    color: #00aced;
}
.social-icon-color .ti-linkedin {
    color: #007bb6;
}
.social-icon-color .ti-instagram {
    color: #517fa4;
}
.bg-white {
    background: #fff;
}
.bg-black {
    background: #000;
}
.bg-gray {
    background-color: #f6f6f6;
}
.bg-light-gray {
    background: #f7f7f7;
}
.bg-dark-blue {
    background: #2c353f;
}
.bg-chrome-yellow {
    background: #f5ab35;
}
.bg-dark-speech-blue {
    background: #1b1841 !important;
}
.bg-light-purple-blue {
    background: #374a8a;
}
.bg-middle-light-gray {
    background: #686868;
}
.bg-greenish-blue-rgba {
    background-color: rgb(24 24 24 / 40%);
}
.border-top {
    border-top: 1px solid rgba(0, 0, 0, .12) !important;
}
.border-bottom-light {
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
}
.border-none {
    border: 0 !important;
}
.border-radius-4 {
    border-radius: 4px !important;
}
.border-radius-6 {
    border-radius: 6px !important;
}
.border-radius-8 {
    border-radius: 8px !important;
}
.border-greenish-blue {
    border: 2px solid #3ed6a2 !important;
}
.margin-eight {
    margin: 4.5% !important;
}
.margin-two-bottom {
    margin-bottom: 1.5% !important;
}
.margin-three-bottom {
    margin-bottom: 2% !important;
}
.margin-four-bottom {
    margin-bottom: 2.5% !important;
}
.margin-five-bottom {
    margin-bottom: 3% !important;
}
.margin-six-bottom {
    margin-bottom: 3.5% !important;
}
.margin-seven-bottom {
    margin-bottom: 4% !important;
}
.margin-eight-bottom {
    margin-bottom: 4.5% !important;
}
.margin-ten-bottom {
    margin-bottom: 5.5% !important;
}
.margin-twelve-bottom {
    margin-bottom: 6.5% !important;
}
.margin-fifteen-bottom {
    margin-bottom: 8% !important;
}
.margin-twenty-bottom {
    margin-bottom: 10.5% !important;
}
.margin-thirty-bottom {
    margin-bottom: 15.5% !important;
}
.margin-two-top {
    margin-top: 1.5% !important;
}
.margin-five-top {
    margin-top: 3% !important;
}
.margin-eight-top {
    margin-top: 4.5% !important;
}
.margin-fifteen-top {
    margin-top: 8% !important;
}
.margin-nineteen-top {
    margin-top: 10% !important;
}
.margin-thirty-top {
    margin-top: 15.5% !important;
}
.margin-six-left {
    margin-left: 3.5% !important;
}
.margin-twenty-seven-left {
    margin-left: 14% !important;
}
.margin-left-10px {
    margin-left: 10px !important;
}
.margin-eight-right {
    margin-right: 4.5% !important;
}
.no-margin {
    margin: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.margin-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.padding-seventeen {
    padding: 9% !important;
}
.padding-eighteen {
    padding: 9.5% !important;
}
.padding-left-30px {
    padding-left: 30px !important;
}
.padding-five-top {
    padding-top: 3% !important;
}
.padding-four-bottom {
    padding-bottom: 2.5% !important;
}
.padding-bottom-20px {
    padding-bottom: 20px !important;
}
.padding-50px-tb {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.padding-60px-tb {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.no-padding {
    padding: 0 !important;
}
.no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.vertical-align-middle {
    vertical-align: middle !important;
}
.display-block {
    display: block !important;
}
.display-inline-block {
    display: inline-block !important;
}
.display-table {
    display: table !important;
}
.display-table-cell-vertical-middle {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.list-style-none {
    list-style: none;
    padding: 0;
    margin: 0;
}
.position-relative {
    position: relative !important;
    z-index: 5;
}
.position-absolute {
    position: absolute !important;
}
.position-inherit {
    position: inherit !important;
}
.position-left {
    left: 0 !important;
}
.width-80 {
    width: 80% !important;
}
.width-85 {
    width: 85% !important;
}
.width-90 {
    width: 90% !important;
}
.width-100 {
    width: 100% !important;
}
.one-fourth-screen {
    height: 700px;
}
.btn {
    display: inline-block;
    border-radius: 4px;
    width: auto;
    font-family: Montserrat, sans-serif !important;
    font-weight: 500;
    white-space: inherit;
    cursor: pointer !important;
}
.btn:hover {
    opacity: .7;
}
.btn-circle {
    border-radius: 30px !important;
}
.btn i {
    margin-left: 7px;
    vertical-align: baseline;
    margin-top: 1px;
}
.btn.btn-large {
    font-size: 13px;
    padding: 11px 25px !important;
    line-height: 18px;
}
.btn.btn-medium {
    font-size: 12px;
    padding: 8px 20px !important;
    line-height: 18px;
}
.btn-circle.btn-large {
    font-size: 14px;
    padding: 12px 30px !important;
    line-height: 18px;
}
.btn-circle.btn-medium {
    font-size: 12px;
    padding: 8px 25px !important;
    line-height: 18px;
}
.btn.btn-border {
    border: 2px solid;
    background-color: rgba(0, 0, 0, 0);
}
.highlight-button-white-border {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 30px;
}
.highlight-button-white-border {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 30px;
}
.highlight-button-white-border:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
::placeholder {
    color: #000;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #000;
}
::-ms-input-placeholder {
    color: #000;
}
.medium-input {
    padding: 12px 20px;
    border: 1px solid rgb(0 0 0) !important;
    font-size: 14px !important;
    line-height: normal;
    background-color: #fff;
    color: #000;
}
.medium-input:focus {
    border: 1px solid rgba(0, 0, 0, .5) !important;
}
.navbar li:last-child {
    margin-right: 0;
}
.navbar li a {
    font-size: 12px;
    padding: 0;
    cursor: pointer !important;
    border-bottom: 1px solid transparent;
}
.navbar li a:hover {
    opacity: .8;
}
.navbar-collapse {
    padding: 0;
}
.header-style4 .header-top a:hover {
    opacity: .5;
}
.header-style4 .social a {
    margin: 0 13px;
    font-size: 14px;
    color: #797979;
}
.header-style4 .social a:last-child {
    margin-right: 0;
}
.header-style4 .header-bottom li:last-child {
    margin-right: 0;
}
.header-style4 .header-bottom li a {
    color: #fff;
    line-height: 19px;
}
.header-style4 .header-bottom li:last-child a:before {
    display: none;
}
.header-number {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    display: block;
    text-align: center;
    line-height: 46px;
}

.panel {
    box-shadow: none;
    border: none;
    border-radius: 0 !important;
}
.panel-heading {
    padding: 0;
}
.panel-title {
    background-color: #f4f4f4;
    color: #959595;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    display: block;
    padding: 10px 18px;
    text-transform: none;
}
.panel-body {
    padding: 10px 18px 25px 18px;
    border: none !important;
}
.panel-heading i {
    font-size: 10px;
    margin: 0;
}
.accordion-style1 .panel {
    background: 0 0 !important;
    border: none !important;
    margin-bottom: 15px;
}
.accordion-style1 .panel-title {
    background: 0 0;
    border: none !important;
}
.accordion-style1 .panel .panel-heading {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
}
.accordion-style1 .panel-body {
    padding: 40px 28px 25px;
}
.accordion-style1 .panel-heading i {
    font-size: 25px;
    margin: 0;
    line-height: 61px;
}
.accordion-style1 .panel-title {
    font-size: 16px;
    padding: 0 31px 0 0;
    display: inline-block;
    line-height: 59px;
}
.accordion-style1 .tab-tag {
    font-size: 25px;
    font-weight: 700;
    line-height: 61px;
    padding: 0 0 0 28px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: sub;
}
.accordion-style1 a,
.accordion-style1 a:hover,
.accordion-style1 a:hover i {
    color: #282828 !important;
}
.accordion-style1 .panel-default:last-child {
    border-bottom: 1px solid transparent;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul.links li a {
    margin: 2px 0;
    display: inline-block;
}
.client-logo-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.btn:active:focus,
.btn:focus {
    outline: 0 none;
    box-shadow: none;
}
@media screen\0 {
    .equalize.equalize-display-inherit .display-table {
        display: inherit !important;
        position: static;
    }
    .equalize.equalize-display-inherit .display-table-cell-vertical-middle {
        display: inherit !important;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
    }
    .client-logo-inner {
        display: block;
    }
}
@media (max-width:1199px) {
    .md-width-70 {
        width: 70% !important;
    }
    .header-style4 .header-bottom li a::before {
        right: -21px;
    }
    .navbar li {
        margin: 13px 16px;
    }
    .navbar-toggle {
        margin: 4px 0;
    }
    .panel-group * {
        transition-timing-function: none;
        -moz-transition-timing-function: none;
        -webkit-transition-timing-function: none;
        -o-transition-timing-function: none;
        transition-duration: 0s;
        -moz-transition-duration: 0s;
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
    }
    h3 {
        font-size: 28px;
        line-height: 33px;
    }
    .client-logo-inner img {
        max-width: 220px;
    }
}
@media (max-width:1050px) {
    .one-fourth-screen {
        height: 700px;
    }
}
@media (max-width:991px) {
    .sm-no-margin {
        margin: 0 !important;
    }
    .sm-margin-two-bottom {
        margin-bottom: 1.5% !important;
    }
    .sm-margin-five-bottom {
        margin-bottom: 3% !important;
    }
    .sm-margin-ten-bottom {
        margin-bottom: 5.5% !important;
    }
    .sm-margin-fifteen-bottom {
        margin-bottom: 8% !important;
    }
    .sm-margin-twenty-nine-left {
        margin-left: 15% !important;
    }
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .sm-width-100 {
        width: 100% !important;
    }
    .sm-text-center {
        text-align: center !important;
    }
    .sm-title-large {
        font-size: 25px !important;
        line-height: 33px !important;
    }
    .sm-title-extra-large {
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .navbar-toggle {
        background-color: #000;
        border-radius: 0;
        margin-right: 0;
        display: block;
        cursor: pointer !important;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-collapse {
        box-shadow: none;
        background: rgba(0, 0, 0, .9);
        width: 100%;
        position: absolute;
        top: 90px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        padding: 25px 10px;
    }
    .navbar li {
        margin: 0 15px;
        padding: 12px 0 11px;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }
    .navbar li:last-child {
        border: none;
    }
    .header-style4 .white-header .header-bottom li a:hover,
    .navbar li a:hover {
        opacity: 1;
        color: rgba(255, 255, 255, .7) !important;
        border-bottom: 1px solid transparent;
    }
    .navbar-nav>li {
        float: none;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-nav {
        width: 100%;
    }
    .navbar .container {
        width: 100%;
    }
    .navbar * {
        transition-timing-function: none;
        -moz-transition-timing-function: none;
        -webkit-transition-timing-function: none;
        -o-transition-timing-function: none;
        transition-duration: 0s;
        -moz-transition-duration: 0s;
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
    }
    .navbar li:last-child {
        margin-right: 15px;
    }
    .navbar li a {
        color: #fff;
    }
    .header-style4 .navbar-collapse {
        top: 57px;
    }
    .header-style4 .header-bottom {
        padding: 15px 0;
    }
    .header-style4 .header-bottom li a::before {
        display: none;
    }
    .header-style4 .white-header .header-bottom li a {
        color: #fff;
    }
    .header-style4 .header-bottom li {
        margin: 0 15px;
    }
    .navbar-collapse {
        top: 62px;
        left: 0;
    }
    .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }
    .navbar li a:hover {
        color: #bbb;
    }
    .sm-equalize-auto>div {
        height: auto !important;
    }
    h3 {
        font-size: 26px;
        line-height: 31px;
    }
    .equalize.equalize-display-inherit.sm-equalize-auto .display-table-cell-vertical-middle {
        top: inherit;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        position: inherit;
    }
}
@media (max-width:767px) {
    h3 {
        font-size: 23px;
        line-height: 28px;
    }
    h1 {
        font-size: 25px !important;
        line-height: 30px;
    }
    .xs-no-margin {
        margin: 0 !important;
    }
    .xs-margin-one-half-bottom {
        margin-bottom: .5% !important;
    }
    .xs-margin-two-bottom {
        margin-bottom: 1.5% !important;
    }
    .xs-margin-four-bottom {
        margin-bottom: 2.5% !important;
    }
    .xs-margin-nine-bottom {
        margin-bottom: 5% !important;
    }
    .xs-margin-ten-bottom {
        margin-bottom: 5.5% !important;
    }
    .xs-margin-thirteen-bottom {
        margin-bottom: 7% !important;
    }
    .xs-margin-nineteen-bottom {
        margin-bottom: 10% !important;
    }
    .xs-margin-fifteen-top {
        margin-top: 8% !important;
    }
    .xs-padding-eleven {
        padding: 6% !important;
    }
    .xs-padding-thirteen {
        padding: 7% !important;
    }
    .xs-padding-one-top {
        padding-top: 1% !important;
    }
    .xs-padding-top-60px {
        padding-top: 60px !important;
    }
    .xs-padding-top-60px {
        padding-top: 60px !important;
    }
    .xs-padding-40px-tb {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .xs-padding-60px-tb {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .xs-no-padding {
        padding: 0 !important;
    }
    .xs-display-none {
        display: none !important;
    }
    .xs-position-static {
        position: static !important;
        z-index: 5;
    }
    .xs-width-100 {
        width: 100% !important;
    }
    .xs-clear-both {
        clear: both;
    }
    .xs-text-center {
        text-align: center !important;
    }
    .xs-title-large {
        font-size: 21px !important;
        line-height: 25px !important;
    }
    .xs-title-extra-large {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    iframe {
        height: auto;
        width: 100%;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar {
        padding: 11px 0;
    }
    .header-style4 .header-bottom {
        padding: 11px 0;
    }
    .header-style4 .navbar-collapse {
        top: 53px;
    }
    .one-fourth-screen {
        height: auto;
    }
    .accordion-style1 .tab-tag {
        padding: 0 0 0 15px;
    }
    .accordion-style1 .panel-title {
        font-size: 15px;
        line-height: 25px;
        min-height: 48px;
        padding: 10px 31px 10px 45px;
        position: relative;
    }
    .accordion-style1 .panel-heading i {
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 19px;
        line-height: 10px;
    }
    .accordion-style1 .panel-title .tab-tag {
        left: 0;
        position: absolute;
        top: 0;
        font-size: 16px;
        line-height: 46px;
        width: 44px;
        height: 100%;
        margin-right: 0;
    }
    .accordion-style1 .panel-body {
        padding: 20px 15px;
    }
    .navbar-collapse {
        top: 53px;
    }
    .xs-equalize-auto>div {
        height: auto !important;
    }
    .equalize.equalize-display-inherit .display-table-cell-vertical-middle {
        top: inherit;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        position: inherit;
    }
}
@media (max-width:640px) {
    .header-style4 .header-bottom {
        padding: 11px 0;
    }
    .header-style4 .navbar-collapse {
        top: 53px;
    }
}
@media (max-width:480px) {
    .navbar-collapse {
        top: 53px;
    }
    .header-style4 .header-top .mail {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }
    .header-style4 .header-top .social {
        text-align: center;
        width: 100%;
    }
}
.navbar {
    z-index: 999;
    width: 100%;
    border-radius: 0;
    border: 0;
}
.navbar li {
    margin: 13px 20px;
}
.navbar li:last-child {
    margin-right: 0;
}
.navbar li a {
    font-size: 12px;
    padding: 0;
    cursor: pointer !important;
    border-bottom: 1px solid transparent;
}
.navbar li a:hover {
    opacity: .8;
}
.navbar-collapse {
    padding: 0;
}
header .container {
    position: relative;
}
header .row {
    align-items: center;
    display: flex;
    height: auto;
}
.header-style4 .header-top {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}
.header-style4 .header-top .mail {
    font-size: 14px;
    float: left;
}
.header-style4 .header-top .mail a,
.header-style4 .white-header .header-bottom li a {
    font-weight: 700;
    color: #000;
}
.header-style4 .header-top a:hover {
    opacity: .5;
}
.header-style4 .social a {
    margin: 0 13px;
    font-size: 16px;
    color: #797979;
}
.header-style4 .social a:last-child {
    margin-right: 0;
}
.header-style4 .header-bottom {
    padding: 25px 0;
}
.header-style4 .header-bottom li:last-child {
    margin-right: 0;
}
.header-style4 .header-bottom li a {
    color: #fff;
    line-height: 19px;
}
.header-style4 .header-bottom li:last-child a:before {
    display: none;
}
.header-number {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    display: block;
    text-align: center;
    line-height: 46px;
}

.panel {
    box-shadow: none;
    border: none;
    border-radius: 0 !important;
}
.panel-heading {
    padding: 0;
}
.panel-title {
    background-color: #f4f4f4;
    color: #959595;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    display: block;
    padding: 10px 18px;
    text-transform: none;
}
.panel-body {
    padding: 10px 18px 25px 18px;
    border: none !important;
}
.panel-heading i {
    font-size: 10px;
    margin: 0;
}
.accordion-style1 .panel {
    background: 0 0 !important;
    border: none !important;
    margin-bottom: 15px;
}
.accordion-style1 .panel-title {
    background: 0 0;
    border: none !important;
}
.accordion-style1 .panel .panel-heading {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
}
.accordion-style1 .panel-body {
    padding: 40px 28px 25px;
}
.accordion-style1 .panel-heading i {
    font-size: 25px;
    margin: 0;
    line-height: 61px;
}
.accordion-style1 .panel-title {
    font-size: 16px;
    padding: 0 31px 0 0;
    display: inline-block;
    line-height: 59px;
}
.accordion-style1 .tab-tag {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 61px;
    padding: 0 0 0 28px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: sub;
}
.accordion-style1 a,
.accordion-style1 a:hover,
.accordion-style1 a:hover i {
    color: #282828 !important;
}
.accordion-style1 .panel-default:last-child {
    border-bottom: 1px solid transparent;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul.links li a {
    margin: 2px 0;
    display: inline-block;
}
.client-logo-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.btn:active:focus,
.btn:focus {
    outline: 0 none;
    box-shadow: none;
}
@media screen\0 {
    .equalize.equalize-display-inherit .display-table {
        display: inherit !important;
        position: static;
    }
    .equalize.equalize-display-inherit .display-table-cell-vertical-middle {
        display: inherit !important;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
    }
    .client-logo-inner {
        display: block;
    }
}
@media (max-width:1199px) {
    .md-width-70 {
        width: 70% !important;
    }
    .header-style4 .header-bottom li a::before {
        right: -21px;
    }
    .navbar li {
        margin: 13px 16px;
    }
    .navbar-toggle {
        margin: 4px 0;
    }
    .panel-group * {
        transition-timing-function: none;
        -moz-transition-timing-function: none;
        -webkit-transition-timing-function: none;
        -o-transition-timing-function: none;
        transition-duration: 0s;
        -moz-transition-duration: 0s;
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
    }
    h3 {
        font-size: 28px;
        line-height: 33px;
    }
    .client-logo-inner img {
        max-width: 220px;
    }
}

@media (max-width:991px) {
    .sm-no-margin {
        margin: 0 !important;
    }
    .sm-margin-two-bottom {
        margin-bottom: 1.5% !important;
    }
    .sm-margin-five-bottom {
        margin-bottom: 3% !important;
    }
    .sm-margin-ten-bottom {
        margin-bottom: 5.5% !important;
    }
    .sm-margin-fifteen-bottom {
        margin-bottom: 8% !important;
    }
    .sm-margin-twenty-nine-left {
        margin-left: 15% !important;
    }
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .sm-width-100 {
        width: 100% !important;
    }
    .sm-text-center {
        text-align: center !important;
    }
    .sm-title-large {
        font-size: 25px !important;
        line-height: 33px !important;
    }
    .sm-title-extra-large {
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .navbar-toggle {
        background-color: #000;
        border-radius: 0;
        margin-right: 0;
        display: block;
        cursor: pointer !important;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-collapse {
        box-shadow: none;
        background: rgba(0, 0, 0, .9);
        width: 100%;
        position: absolute;
        top: 90px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        padding: 25px 10px;
    }
    .navbar li {
        margin: 0 15px;
        padding: 12px 0 11px;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }
    .navbar li:last-child {
        border: none;
    }
    .header-style4 .white-header .header-bottom li a:hover,
    .navbar li a:hover {
        opacity: 1;
        color: rgba(255, 255, 255, .7) !important;
        border-bottom: 1px solid transparent;
    }
    .navbar-nav>li {
        float: none;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-nav {
        width: 100%;
    }
    .navbar .container {
        width: 100%;
    }
    .navbar * {
        transition-timing-function: none;
        -moz-transition-timing-function: none;
        -webkit-transition-timing-function: none;
        -o-transition-timing-function: none;
        transition-duration: 0s;
        -moz-transition-duration: 0s;
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
    }
    .navbar li:last-child {
        margin-right: 15px;
    }
    .navbar li a {
        color: #fff;
    }
    .header-style4 .navbar-collapse {
        top: 57px;
    }
    .header-style4 .header-bottom {
        padding: 15px 0;
    }
    .header-style4 .header-bottom li a::before {
        display: none;
    }
    .header-style4 .white-header .header-bottom li a {
        color: #fff;
    }
    .header-style4 .header-bottom li {
        margin: 0 15px;
    }
    .navbar-collapse {
        top: 62px;
        left: 0;
    }
    .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }
    .navbar li a:hover {
        color: #bbb;
    }
    .sm-equalize-auto>div {
        height: auto !important;
    }
    h3 {
        font-size: 26px;
        line-height: 31px;
    }
    .equalize.equalize-display-inherit.sm-equalize-auto .display-table-cell-vertical-middle {
        top: inherit;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        position: inherit;
    }
}
@media (max-width:767px) {
    h3 {
        font-size: 23px;
        line-height: 28px;
    }
    h1 {
        font-size: 25px !important;
        line-height: 30px;
    }
    .xs-no-margin {
        margin: 0 !important;
    }
    .xs-margin-one-half-bottom {
        margin-bottom: .5% !important;
    }
    .xs-margin-two-bottom {
        margin-bottom: 1.5% !important;
    }
    .xs-margin-four-bottom {
        margin-bottom: 2.5% !important;
    }
    .xs-margin-nine-bottom {
        margin-bottom: 5% !important;
    }
    .xs-margin-ten-bottom {
        margin-bottom: 5.5% !important;
    }
    .xs-margin-thirteen-bottom {
        margin-bottom: 7% !important;
    }
    .xs-margin-nineteen-bottom {
        margin-bottom: 10% !important;
    }
    .xs-margin-fifteen-top {
        margin-top: 8% !important;
    }
    .xs-padding-eleven {
        padding: 6% !important;
    }
    .xs-padding-thirteen {
        padding: 7% !important;
    }
    .xs-padding-one-top {
        padding-top: 1% !important;
    }
    .xs-padding-top-60px {
        padding-top: 60px !important;
    }
    .xs-padding-top-60px {
        padding-top: 60px !important;
    }
    .xs-padding-40px-tb {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .xs-padding-60px-tb {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .xs-no-padding {
        padding: 0 !important;
    }
    .xs-display-none {
        display: none !important;
    }
    .xs-position-static {
        position: static !important;
        z-index: 5;
    }
    .xs-width-100 {
        width: 100% !important;
    }
    .xs-clear-both {
        clear: both;
    }
    .xs-text-center {
        text-align: center !important;
    }
    .xs-title-large {
        font-size: 21px !important;
        line-height: 25px !important;
    }
    .xs-title-extra-large {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    iframe {
        height: auto;
        width: 100%;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar {
        padding: 11px 0;
    }
    .header-style4 .header-bottom {
        padding: 11px 0;
    }
    .header-style4 .navbar-collapse {
        top: 53px;
    }
    .one-fourth-screen {
        height: auto;
    }
    .accordion-style1 .tab-tag {
        padding: 0 0 0 15px;
    }
    .accordion-style1 .panel-title {
        font-size: 15px;
        line-height: 25px;
        min-height: 48px;
        padding: 10px 31px 10px 45px;
        position: relative;
    }
    .accordion-style1 .panel-heading i {
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 19px;
        line-height: 10px;
    }
    .accordion-style1 .panel-title .tab-tag {
        left: 0;
        position: absolute;
        top: 0;
        font-size: 16px;
        line-height: 46px;
        width: 44px;
        height: 100%;
        margin-right: 0;
    }
    .accordion-style1 .panel-body {
        padding: 20px 15px;
    }
    .navbar-collapse {
        top: 53px;
    }
    .xs-equalize-auto>div {
        height: auto !important;
    }
    .equalize.equalize-display-inherit .display-table-cell-vertical-middle {
        top: inherit;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        position: inherit;
    }
}
@media (max-width:640px) {
    .header-style4 .header-bottom {
        padding: 11px 0;
    }
    .header-style4 .navbar-collapse {
        top: 53px;
    }
}
@media (max-width:480px) {
    .navbar-collapse {
        top: 53px;
    }
    .header-style4 .header-top .mail {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }
    .header-style4 .header-top .social {
        text-align: center;
        width: 100%;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
.slick-prev:before {
    content: '←';
}
.slick-next {
    right: -25px;
}
.slick-next:before {
    content: '→';
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
.aligned-row {
    display: flex;
    flex-flow: row wrap;
}
.aligned-row::before {
    display: block;
}
.img-mid {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.profileImage {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #512da8;
    font-size: 30px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    line-height: 45px;
    padding: 0 18px;
}
button.slick-arrow::before {
    color: #000 !important;
    font-size: 20px;
}
@media (max-width:419px) {
    .slick-next {
        right: 0 !important;
    }
    button.slick-arrow::before {
        display: none;
    }
    body {
        overflow-x: hidden;
    }
}
.slick-next,
.slick-prev {
    top: 60% !important;
}
.sm-icon-size {
    font-size: 20px;
}
.review-star-box {
    margin-top: 5px;
    margin-left: 10px;
}
.review-star-box .review-star {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 1px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://cliniindia.co.in/clinical/research/images/f.svg);
}
.verified-review {
    display: inline-block;
    background: url(https://cliniindia.co.in/clinical/research/images/verified-icon.svg);
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-left: 7px;
    position: relative;
    z-index: 2;
}
.review-header {
    display: flex;
    align-items: center;
}
.review-header .review-profile-img {
    margin-right: 15px;
}
.review-profile-details {
    position: relative;
}
.review-profile-details .review-name {
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    margin-bottom: 2px;
    width: 200px;
}
.review-profile-details::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(https://cliniindia.co.in/clinical/research/images/g-icon.svg);
    background-size: 100% 100%;
}
.review-mgs-content {
    max-height: 135px;
    min-height: 100px;
    overflow-y: auto;
    margin-top: 10px;
}
.review-mgs-content p {
    font-size: 15px;
    padding-right: 10px;
    text-align: justify;
}
.review-mgs-content::-webkit-scrollbar {
    width: 5px;
}
.review-mgs-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.review-mgs-content::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
}
.borderandshadow {
    border: 1px solid #a9a9a9;
    border-radius: 7px;
    padding: 12px 12px;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
    margin: auto;
}
.bg-head {
    font-size: 80px !important;
    color: lightgray;
    font-weight: 900;
    z-index: -1 !important;
}
.why-heading {
    z-index: 1;
    margin-top: -20px;
}
.heading {
    font-weight: 600;
}
em {
    color: #374a8a;
    font-style: normal;
    font-weight: 700;
}
@media (max-width:419px) {
    .bg-head {
        font-size: 40px !important;
    }
    .why-heading {
        margin-top: unset;
    }
}
.cs-box-shadow {
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}
@font-face {
    font-family: themify;
    src: url(https://cliniindia.co.in/clinical/research/fonts/themify.eot?-fvbane);
    src: url(https://cliniindia.co.in/clinical/research/fonts/themify.eot#iefix-fvbane) format('embedded-opentype'), url(https://cliniindia.co.in/clinical/research/fonts/themify.ttf?-fvbane) format('truetype'), url(https://cliniindia.co.in/clinical/research/fonts/themify.svg?-fvbane#themify) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.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-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.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-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.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-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.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-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.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-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.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;
}
.cta-p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.ctamore-p {
    font-size: 30px;
    color: #fff;
}
.bcf-head {
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
}
.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #fff;
}
.title-medium {
    font-size: 18px !important;
    line-height: 28px;
}
@media (max-width:1199px) {
    .tab-style5 .nav-tabs li a {
        margin: 0 23px;
    }
}
@media (max-width:991px) {
    .tab-style5 .nav li {
        margin: 0;
    }
    .tab-style5 .nav-tabs {
        margin: 0 0 15px;
    }
    .tab-style5 .nav-tabs li a {
        margin: 0 10px;
        font-size: 11px;
    }
    .tab-style5-content {
        min-height: 0;
    }
}
@media (max-width:767px) {
    .tab-style5 .nav-tabs li a {
        padding: 0 0 5px;
        margin: 0 0 10px;
        font-size: 13px;
        border-bottom: 1px solid transparent;
    }
}
@media all {
    .nav-tabs {
        border-bottom: 1px solid #ddd;
    }
    .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
    }
    .nav-tabs>li>a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs>li>a:hover {
        border-color: #eee #eee #ddd;
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }
    .tab-content>.tab-pane {
        display: none;
    }
    .tab-content>.active {
        display: block;
    }
}
.text-deep-blue {
    color: #2e5ba5;
}
.bg-deep-blue {
    background: #2e5ba5;
}
.padding-seven {
    padding: 4% !important;
}
.tab-style5 .nav-tabs {
    border: 0;
    margin: 0 0 40px;
    display: inline-block;
}
.tab-style5 .nav-tabs li a {
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 5px;
    margin: 0 25px;
    color: #000;
}
.tab-style5 .nav-tabs li a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: 0 0;
    color: #000;
}
.tab-style5 .nav-tabs li.active a {
    border-bottom: 1px solid rgba(0, 0, 0, .7) !important;
    border: 0;
    color: #000;
}
.tab-style5-content,
.tab-style5-img {
    min-height: 461px;
}