@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'NeuePowerTrial-Bold';
	font-display: swap;
    src: url('../fonts/NeuePowerTrial-Bold.woff') format('woff');
}
@font-face {
    font-family: 'NeuePowerTrial-BoldOblique';
	font-display: swap;
    src: url('../fonts/NeuePowerTrial-BoldOblique.woff') format('woff');
}
@font-face {
    font-family: 'NeuePowerTrial-Heavy';
	font-display: swap;
    src: url('../fonts/NeuePowerTrial-Heavy.woff') format('woff');
}
@font-face {
    font-family: 'NeuePowerTrial-HeavyOblique';
	font-display: swap;
    src: url('../fonts/NeuePowerTrial-HeavyOblique.woff') format('woff');
}
@font-face {
    font-family: 'NeuePowerTrial-Light';
	font-display: swap;
    src: url('../fonts/NeuePowerTrial-Light.woff') format('woff');
}
@font-face {
    font-family: 'NeuePowerTrial-LightOblique';
	font-display: swap;
    src: url('../fonts/NeuePowerTrial-LightOblique.woff') format('woff');
}
@font-face {
    font-family: 'NeuePowerTrial-Medium';
	font-display: swap;
    src: url('../fonts/NeuePowerTrial-Medium.woff') format('woff');
}
@font-face {
    font-family: 'NeuePowerTrial-MediumOblique';
	font-display: swap;
    src: url('../fonts/NeuePowerTrial-MediumOblique.woff') format('woff');
}
@font-face {
    font-family: 'NeuePowerTrial-Regular';
	font-display: swap;
    src: url('../fonts/NeuePowerTrial-Regular.woff') format('woff');
}
@font-face {
    font-family: 'NeuePowerTrial-RegularOblique';
	font-display: swap;
    src: url('../fonts/NeuePowerTrial-RegularOblique.woff') format('woff');
}
@font-face {
    font-family: 'NeuePowerTrial-Ultra';
	font-display: swap;
    src: url('../fonts/NeuePowerTrial-Ultra.woff') format('woff');
}
@font-face {
    font-family: 'NeuePowerTrial-UltraOblique';
	font-display: swap;
    src: url('../fonts/NeuePowerTrial-UltraOblique.woff') format('woff');
}


html {
    font-size: 1.025vw;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.43;
    color: #fff;
    text-align: left;
    background-color: #f5f5f5;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    outline: 0;
    outline-offset: 0;
}
footer .social-icons li svg {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .row {
        margin-left: -1.071rem;
        margin-right: -1.071rem;
    }
    .container {
        width: 100%;
        padding-right: 1.071rem;
        padding-left: 1.071rem;
        max-width: 89.3rem;
        margin: 0 auto;
    }
    .container-fluid {
        padding-right: 1.071rem;
        padding-left: 1.071rem;
    }
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

article header {
    margin-top: 0.938rem;
}

p {
    font-family: 'Inter', sans-serif;
    margin: 0 0 1.5rem;
    color: #fff;
    font-weight: 400;
    font-size: 1.2rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 1rem;
    margin-bottom: 0.714rem;
}

h1,
.h1 {
    font-size: 2rem;
    margin: 0.67rem 0;
    color: #fff;
}

h2,
.h2 {
    color: #fff;
    font-size: 1.786rem;
    font-weight: 600;
    margin-top: 0;
}

h3,
.h3 {
    font-size: 1.714rem;
}

h4,
.h4 {
    font-size: 2.2rem;
}

h5,
.h5 {
    font-size: 1rem;
    margin: 0 0;
    font-weight: 600;
}

h6,
.h6 {
    font-size: 0.857rem;
    margin: 0 0;
    font-weight: 600;
}

ul,
ol {
    margin-top: 0.1rem;
    margin-bottom: 0.714rem;
    padding-left: 1.143rem;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top: 0.073rem solid #333;
}

pre {
    font-family: monospace, monospace;
    font-size: 1rem;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #ffffff;
    outline: none;
    border: none;
    font-weight: 400;
}

a:hover,
a:active,
a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    /* border: none; */
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1rem;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25rem;
}

sup {
    top: -0.5rem;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

button,
input {
    overflow: visible;
    outline: none;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */

details,
/* 1 */

menu {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Scripting
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

canvas {
    display: inline-block;
}

/**
   * Add the correct display in IE.
   */

template {
    display: none;
}

/* Hidden
     ========================================================================== */

/**
   * Add the correct display in IE 10-.
   */

[hidden] {
    display: none;
}

/* BOOSTRAP COLPADDING START */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    min-height: 0.063rem;
    padding-right: 1.071rem;
    padding-left: 1.071rem;
}

.list-inline>li {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}

/* button */

a:active,
a:hover,
a:visited,
a:focus {
    outline: 0;
}

button,
.button {
    font-size: 1rem;
    line-height: 1;
    color: #333;
    padding: 1.2rem 3.25rem 1.2rem 1rem;
    background: #feab0d;
    display: inline-block;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    border: 0;
    text-transform: uppercase;
    border-radius: 0.5rem;
    box-shadow: none;
    transition: background-position 0.3s ease;
    position: relative;
    font-weight: 300;
}

/* table style  */

table {
    border-collapse: collapse;
    width: 100%;
}

table td,
table th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding-top: 0.143rem;
    padding-bottom: 0.143rem;
    text-align: left;
    background-color: #00652e;
    color: white;
}

form input[type="submit"],
form input[type="reset"],
form button,
.btn {
    background: transparent;
    border: 0.1rem solid #fff;
    border-radius: 0.25rem;
    padding: 0.75rem 1.5rem;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: normal;
    text-transform: uppercase;
}

form input[type="submit"]:hover,
form input[type="reset"]:hover,
form button:hover,
.btn:hover {
    color: #000;
    background: #fff;
}

.btn.brs {
    border-radius: 0.2rem;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0.4rem;
    font-weight: 700;
}

textarea.form-control {
    height: 10rem;
    line-height: 2;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    height: 3rem;
    padding: 1rem 1rem;
    font-size: 1rem;
    line-height: 1rem;
    color: #555;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-transition: border-color ease-in-out 0s, -webkit-box-shadow ease-in-out 0s;
    -o-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
    transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
}

select.form-control {
    padding: 0.2rem 0.5rem;
}

.form-submit {
    margin-top: 1rem;
}

input[type="checkbox"],
input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin: 0.2rem 0 0;
    line-height: normal;
    position: absolute;
    margin-left: -1.3rem;
    width: 1rem;
    height: 1rem;
}

hr {
    margin-top: 1.429rem;
    margin-bottom: 1.429rem;
}

.bg-green {
    background: #00652e;
}

.bg-white {
    background: #fff;
}

.dubarrow {
    font-size: 1.3rem;
    margin: 0 0.2rem;
}

.greenwhite {
    background: #00984a;
    color: #fff;
    padding: 0.7rem 3rem;
    position: relative;
}

.greenwhite p {
    margin-bottom: 0;
    font-size: 1.2rem;
}

.bdy-center {
    background: #fff;
    padding: 2.5rem 3rem;
}

footer {
    background: transparent;
    color: #fff;
    padding: 0;
}

footer .top-footer {
    background: transparent;
    padding: 2rem 3rem;
}

footer .btm-footer {
    background: transparent;
    padding: 0.75rem;
}

footer .btm-footer .inflex p {
    display: inline-block;
    float: left;
    font-size: 0.85rem;
}

footer .btm-footer .inflex p.f-right {
    float: right;
}

footer .btm-footer p,
footer .btm-footer a {
    color: #000;
    margin: 0;
}

footer ul li {
    position: relative;
    padding-left: 0.5rem;
    line-height: 1.143rem;
}

header {
    background: #fff;
}

.global-footer .top-footer .container {}

.hd-h3 {
    width: 100%;
    float: left;
    padding-bottom: 1rem;
}

.hd-h3 h3 {
    color: #00652e;
    text-align: center;
    font-size: 2.1rem;
    font-weight: 300;
}

.hd-h3.clr-white h3 {
    color: #fff;
}

.breadcrumb {
    padding: 0.571rem 1.071rem;
    margin-bottom: 1.429rem;
}

.list-arrow li {
    position: relative;
    padding-left: 0.8rem;
}

.list-arrow li:before {
    content: "ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»";
    position: absolute;
    left: 0;
    top: -0.2rem;
    font-size: 1.2rem;
}

.clients .hd-h3 h3 {
    margin-top: 0;
}

footer .ft-adr ul.list-unstyled.ftblock li::before {
    content: none;
}

img {
    width: 100%;
}

header,
body {
    background: #1f203b;
}

a {
    cursor: pointer;
}



.btn:hover,
.btn:focus,
.btn.focus {
    text-decoration: none;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

h2 {
    font-size: 2.0rem;
    font-weight: 300;
}

h3 {
    font-size: 2.15rem;
    font-weight: 600;
}

:focus {
    outline: 0;
}

.cm-pdd {
    padding: 4rem 2rem;
}

img.full-width {
    width: 100%;
}

.container.in-container {
    max-width: 72rem;
}

/* menu */

ul.mtree.transit {
    display: none;
}

ul.mtree.transit a,
.footer-menu a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 0.6rem 0.75rem;
}

ul.mtree.transit a:hover {}

span.icon-bar {
    color: #fff;
    background: #fff;
    display: none;
    width: 2.55rem;
    height: 0.25rem;
    border-radius: 0rem;
    margin-bottom: 0.4rem;
    transition: all 0.4s ease 0s;
}

.mob_btn {
    background: transparent;
    float: right;
    z-index: 100;
    display: none;
}

ul.mtree.transit,
.footer-menu {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    float: none;
    background: transparent;
    color: #fff;
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

/* header */

/* color code */

.pink-txt {
    color: #fe0273 !important;
}

.orange-txt {
    color: #EE7300 !important;
}

.blue-txt {
    color: #0457A6 !important;
}

/* slick dots */

.slick-dots {
    bottom: 3rem;
}

.slick-dots li {
    width: 2rem;
    height: 0rem;
    margin: 0;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 1.3rem;
    color: #fff;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #EE7300;
}
  /*-- popup --*/

  .modal-backdrop.show {
    opacity: 0;
    z-index: 0;
}

.modal {
    background-color: rgba(49, 81, 150, 0.54);
}

.modal-open .modal {
    padding-right: 0 !important;
}

.modal-dialog {
    max-width: 65%;
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    width: 100%;
    margin: 2rem auto;
    box-shadow: none;
}

.modal-header {
    padding-left: 1.5rem;
    position: relative;
    border-bottom: 1px solid #002359;
}

.modal-body {
    padding: 1.5rem;
}

button.close {
    font-size: 1.75rem;
    line-height: 0.5;
    position: absolute;
    bottom: 17px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    padding: 0.5rem;
    padding-bottom: 0.7rem;
    margin: 0 auto;
    box-shadow: none !important;
    outline: 0 !important;
    background: #002359;
    border-radius: 50%;
    opacity: 1;
}

.modal-header .close {
    padding: 0.35rem 0.55rem 0.55rem;
    margin: 0 auto;
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 100%;
    line-height: 1;
}

.bn-watchnow-popup .modal-header {
    padding: 0;
    border-bottom: 0;
}

.bn-watchnow-popup iframe.videlement {
    height: 35rem;
    width: 100%;
}

.bn-watchnow-popup .modal-dialog {
}

.bn-watchnow-popup .modal-content {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.bn-watchnow-popup button.close {
    bottom: -1rem;
    right: 1rem;
}

.close:hover {
    color: #fff !important;
}
    

@media (max-width: 991px) {
    html {
        font-size: 13px;
    }
    .container {
        padding-right: 1.071rem;
        padding-left: 1.071rem;
        max-width: 100%;
        width: 100%;
    }
    .container.in-container {
        max-width: 100%;
    }
    ul.mtree.transit a,
    .footer-menu a {
        padding: 0.55rem 1rem;
        font-size: 0.75rem;
    }
}

@media(max-width: 767px) {
    h2 {
        font-size: 2.35rem;
    }
    h3 {
        font-size: 1.55rem;
    }
    .cm-pdd {
        padding: 2rem 1rem;
    }
    .mob_btn {
        display: inline-block;
        width: 1rem;
        padding-right: 1.55rem;
        margin-top: 0.35rem;
        float: right;
        position: relative;
    }
    span.icon-bar {
        display: block;
    }
    ul.mtree.transit {
        display: none;
        position: fixed;
        top: 3.15rem;
        width: 65%;
        z-index: 15;
        right: 0rem;
        height: 100%;
        background: #3E4279;
        background: linear-gradient(to bottom, #3E4279 0%, #000000 100%);
    }
    ul.mtree.transit li:first-child {
        /* margin-top: 0; */
    }
    ul.mtree.transit li {
        position: relative;
        left: 0rem;
        display: block;
        width: 100%;
        margin-bottom: 0.55rem;
    }
    ul.mtree.transit li a {
        font-size: 1.25rem;
        padding: 0.55rem 1rem;
    }
    .footer-menu a {
        text-align: center;
    }
    ul.mtree.transit,
    .footer-menu {
        float: left;
        text-align: left;
    }
    footer ul li {
        margin-bottom: 1rem;
    }
    .menu-open .mob_btn .icon-bar {
        opacity: 0;
    }
    .menu-open .mob_btn .icon-bar-close:before {
        content: '';
        background-image: url(../images/menu-close.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: fixed;
        right: 1.25rem;
        top: 1.15rem;
        width: 2.35rem;
        height: 2.35rem;
        z-index: 10;
        opacity: 1;
    }
    .bn-watchnow-popup iframe.videlement {
        height: 18rem;
    }
    .bn-watchnow-popup .modal-body {
        padding: 1.5rem 0;
    }
    .bn-watchnow-popup .modal-dialog {
        margin: 0 auto;
        width: 95% !important;
    }
    .modal-header .close {
        bottom: 0.55rem;
    }
    video {
        width: 100%;
        height: 100%;
    }
}
