:root{
    --text-color: #444444;
    --color-one: #c90404;
    --color-two: #0050DB;
    --color-black: #000000;
    --color-grey: #666666;
    --font-one: 'Inter', sans-serif;
}
body {
    color: #081B33;
    line-height: 2;
    font-family: var(--font-one);
    font-size: 18px;
    overflow-x: hidden;
}
a[href^="tel:"] {
    text-decoration: none !important;
}
a[href^="mailto:"]:hover{
    text-decoration: none !important;
}
a{
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    outline: 0;
    color: var(--color-one);
}
p{
    margin-bottom: 15px;
}
ul, ol{
    margin: 0;
    padding: 0;
}
p:last-child{
    margin-bottom: 0;
}

h1, .h1{
    font-size: 45px;
}
h2, .h2 {
    font-size: 40px;
}
h3, .h3{
    font-size: 35px;
}
h4, .h4{
    font-size: 30px;
}
h5, .h5{
    font-size: 25px;
}
h6, .h6{
    font-size: 20px;
}
.heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 600;
}
b, strong{
    font-weight: 600;
}
img{
    max-width: 100%;
    height: auto;
}
button{
    outline: 0 !important;
}

div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateX(0);
    background-color: #fff;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 40px;
}
.btn {
    background-color: var(--color-one);
    border-color: var(--color-one);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-width: 2px;
    color: #fff;
    padding: 15px 35px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    min-width: 180px;
    font-weight: 500;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    white-space: normal;
    letter-spacing: 0.3px;
}
.btn:hover {
    background-color: transparent;
    border-color: var(--color-one);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: var(--color-one);
}
.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: var(--color-one);
}
.btn.btn-white:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.btn-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.btn-arrow .arrow {
    transition: transform 0.3s ease-in-out;
    width: 16px;
    height: 16px;
    fill: #fff;
}
.btn-arrow:hover .arrow {
    transform: translateX(5px);
    fill: var(--color-one);
}
.btn-arrow.btn-white .arrow {
    fill: var(--color-one);
}
.btn-arrow.btn-white:hover .arrow {
    transform: translateX(5px);
    fill: #fff;
}

.form-group {
    margin-bottom: 30px;
}
.form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none !important;
    outline: 0 !important;
    max-height: 150px;
    resize: none;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 12px;
}
.form-control:focus{
    background: transparent;
    border-color: initial;
}
.form-select{
    box-shadow: none !important;
    padding: 12px;
    border-radius: 0;
    border: 1px solid #ddd;
}
.section-pd, .spaced{
    padding-top: 80px;
    padding-bottom: 80px;
}
.no-scroll {
    overflow-x: hidden;
}
.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-not-valid-tip, .wpcf7 label.error {
    position: absolute;
    right: 0;
    font-size: 12px;
    background: #f00;
    color: #fff;
    padding: 1px 3px;
    line-height: 1;
    font-weight: 400;
    margin: 0;
}
.wpcf7-form {
    position: relative;
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
}
div.wpcf7-response-output {
    position: absolute;
    left: 0;
    bottom: auto;
    border: 0 !important;
    line-height: 1;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 7px;
    width: 100%;
    font-weight: 400;
    background: transparent;
    color: #f00;
}
.wpcf7-response-output.alert-danger {
    color: #f00;
}
.wpcf7-response-output.alert-success {
    color: #008000;
}
div.wpcf7-mail-sent-ok {
    color: #398f14 !important;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
}
.text-white a:not(.btn){
    color: #fff;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6{
    color: #fff;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0,0,0,0.5) !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0,0,0,0.5) !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0,0,0,0.5) !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: rgba(0,0,0,0.5) !important;
}
.form-control{
    color: #000;
}

.dark-bg-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,0.8) !important;
}
.dark-bg-form ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.8) !important;
}
.dark-bg-form :-ms-input-placeholder { /* IE 10+ */
    color: rgba(255,255,255,0.8) !important;
}
.dark-bg-form :-moz-placeholder { /* Firefox 18- */
    color: rgba(255,255,255,0.8) !important;
}
.dark-bg-form .form-control {
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.sidebar-form div.wpcf7-response-output{
    text-align: center;
}
.list-style ul, .list-style ol {
    list-style: none;
    margin-bottom: 20px;
}
ul.list-col-two {
    column-count: 2;
    column-gap: 30px;
}
.list-style li {
    position: relative;
    padding-left: 30px;
    transition: all .3s ease;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.list-style li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--color-one);
    left: 0;
    top: 13px;
    border-radius: 100%;
}
.list-style li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 5px;
    top: 19px;
    transform: rotate(-45deg);
}
.list-col-2 ul {
    column-count: 2;
}

.html5lightbox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.html5lightbox .icon-play {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.html5lightbox .icon-play:hover {
    fill: var(--color-one);
}
.html5lightbox .icon-play:hover path{
    fill: #fff;
}
.html5lightbox:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
}
.html5lightbox:hover:after {
    background: rgba(0, 0, 0, 0.25);
}
.html5-elem-box .html5-image {
    //padding: 0 !important;
}
.form-group-btn {
    position: relative;
    display: inline-block;
}

.slick-dots {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 20px;
}
.slick-dots li {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid transparent;
    position: relative;
    margin-left: 5px;
}
.slick-dots li.slick-active {
    border-color: var(--color-one);
}
.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #bbb;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.slick-arrow {
    width: 65px;
    height: 65px;
    background: transparent;
    border-radius: 100%;
    border: 1.5px solid var(--color-two);
    font-size: 0;
    position: relative;
}
.slick-prev.slick-arrow:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid var(--color-two);
    border-left: 2px solid var(--color-two);
    left: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}
.slick-next.slick-arrow:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid var(--color-two);
    border-right: 2px solid var(--color-two);
    left: 0;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.full-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*========== Search Button in Header ==========*/
body.search-open {
    position: fixed;
    overflow-y: scroll;
    left: 0;
    right: 0;
}
.search-btn {
    cursor: pointer;
}
.search-btn svg {
    width: 100%;
    height: 100%;
}
.search-panel {
    position: fixed;
    width: 100%;
    height: 120px;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    transition: 0.6s ease-in-out;
    transform: translateY(-100%);
    box-shadow: 0 0 5px #eee;
}
.search-panel .input-field {
    display: flex;
    width: 100%;
    position: relative;
}
.search-panel input[type=submit] {
    height: 60px;
    width: 60px;
    border: none;
    cursor: pointer;
    background: url(../images/search.svg) no-repeat;
    background-position: center;
    background-size: 1.5rem;
    outline: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    bottom: 0;
}
.search-panel input[type='submit']:hover {
    opacity: 0.7;
}
.search-panel.open {
    top: 0;
    display: block;
    opacity: 1;
    padding: 3em;
    transition: 0.3s ease-in-out;
}
.search-close {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    z-index: 999999;
    cursor: pointer;
}
.search-close:hover {
    color: #fff;
}

.search-panel form#searchform {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    z-index: 99999;
    padding-bottom: 30px;
}
.search-panel .searchform input[type="text"] {
    padding: 0;
    border: 0;
    vertical-align: middle;
    background-color: transparent;
    color: #000 !important;
    border-bottom: 0px solid;
    width: 100%;
    outline: 0;
    box-shadow: none;
    position: relative;
    left: 0;
    top: 0;
    height: 60px;
    border-bottom: 1px solid #e7e7e7;
    padding-right: 60px;
}
.search-panel .searchform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel .searchform ::-moz-placeholder { /* Firefox 19+ */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel .searchform :-ms-input-placeholder { /* IE 10+ */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel .searchform :-moz-placeholder { /* Firefox 18- */
    color: #000!important;
    opacity: 0.5!important;
}

.search-panel .searchform input[type="image"] {
    vertical-align: middle;
    padding: 20px;
    height: 60px;
    width: 60px;
    outline: 0;
    position: absolute;
    right: -10px;
    bottom: 0;
}
.search-panel .search-box {
    margin: 15px 0 0;
    padding: 15px 0 30px;
    border-bottom: 1px solid #eee;
}
.search-panel .search-heading a {
    font-size: 22px;
    color: #000;
}

.search-panel .custom_form_msg {
    position: absolute;
    bottom: 0;
    right: 60px;
    margin: 0;
    font-size: 12px;
    color: #f00;
    padding: 0px 8px;
}
.search-panel .searchform input::-ms-clear {
    display: none;
}

/******************
Close Button
*/
.close-container {
    margin: auto;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.leftright {
    height: 2px;
    width: 30px;
    position: absolute;
    margin-top: 15px;
    background-color: #000;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}
.rightleft {
    height: 2px;
    width: 30px;
    position: absolute;
    margin-top: 15px;
    background-color: #000;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}
.close-container:hover .leftright {
    transform: rotate(-45deg);
    background-color: #000;
}
.close-container:hover .rightleft {
    transform: rotate(45deg);
    background-color: #000;
}

/*======== nav multiple css ============*/

.header {
    transition: all .3s ease-in-out;
    padding: 15px 0;
    background: #fff;
}
.header.shrink {
    transition: all .3s ease-in-out;
    z-index: 9999;
    box-shadow: 0 5px 5px -5px #555;
    padding: 10px 0;
}
.header .nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.3;
}
.header-search {
    margin-left: 40px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
}
.header-search:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: rgba(255,255,255,0.5);
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
}
.header-search .search-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20px;
    height: 20px;
}
.header-search svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    cursor: pointer;
}
.header-logo {
    width: 250px;
    display: flex;
    align-items: center;
    color: #fff;
}
.header-logo img {
    padding: 10px 0;
    max-height: 90px;
    width: auto;
    max-width: 200px;
}
.header-right {
    width: calc(100% - 250px);
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Header Menu */
.nav-menu{
    position: relative;
}
.nav-menu li{
    position: relative;
}
.nav-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.nav-menu > ul.menu > li{
    display: inline-block;
    margin: 0 15px;
    color: #000;
    position: relative;
}
.nav-menu > ul.menu > li.menu-item-has-children {
    margin-right: 25px;
}
.nav-menu .menu > li > a:before{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transition: all .4s ease-in-out;
    opacity: 0;
    background: var(--color-one);
}
.nav-menu .menu > li:hover > a, .nav-menu .menu > li.current-menu-item > a{
    color: var(--color-one);
}
.nav-menu .menu > li:hover > a:before, .nav-menu .menu > li.current-menu-item > a:before, .nav-menu .menu > li.current-menu-ancestor a:before{
    opacity: 1;
    width: 100%;
}
.nav-menu .menu li:first-child{
    margin-left: 0;
}
.nav-menu .menu li:last-child{
    margin-right: 0
}

/* This hides the dropdowns */
.nav-menu > ul> li> a {
    padding: 10px 1px;
    color: #000;
    position: relative;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    font-size: 18px;
    transition: none;
    font-weight: 600;
    text-transform: uppercase;
}
.nav-menu > ul> li:last-child a{
    margin-right: 0;
}
.nav-menu> ul> li:first-child:before{
    transform: translateX(0);
}
.nav-menu> ul> li:before{
    transform: translateX(-100%);
    opacity: 0
}

/* Display the dropdown */
.nav-menu ul li ul{
    position:absolute;
    top:100%;
    left: 0;
    list-style:none;
    z-index:1;
    margin: 0;
    padding: 0;
    min-width: 150px;
    transition: all linear 0.1s;
    background-color:#FFF;
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.nav-menu ul li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    background: #f5f5f5;
}
.nav-menu ul li:hover li {
    float: none;
}
.nav-menu .sub-menu li.menu-item-has-children:hover > a,
.nav-menu ul li:hover li a:hover, .nav-menu ul li:hover li.current-menu-item,
.single-post .nav-menu> ul> li.more-menu-item > ul > li.news-menu-item > a,
.archive.category .nav-menu> ul> li.more-menu-item > ul > li.news-menu-item > a,
.single-career .nav-menu> ul> li.more-menu-item > ul > li.careers-menu-item > a,
.single-team .nav-menu> ul> li.more-menu-item > ul > li.team-menu-item > a,
.single-community .nav-menu> ul> li.more-menu-item > ul > li.community-menu-item > a,
.nav-menu .sub-menu > li.current-menu-ancestor > a, .nav-menu .sub-menu > li.current-menu-item > a{
    background-color: var(--color-one);
    color: #fff;
}
.nav-menu .sub-menu li.menu-item-has-children > a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-one);
    border-right: 2px solid var(--color-one);
    transform: rotate(45deg);
    top: 0;
    bottom: 3px;
    margin: auto;
    right: 15px;
}
.nav-menu .sub-menu li.menu-item-has-children:hover > a:before, .nav-menu .sub-menu li.menu-item-has-children.current-menu-item > a:before {
    border-color: #fff;
}
.nav-menu li ul li {
    border-top: 0;
    display: block;
    margin: 0;
    border-bottom: 0px solid #ddd;
}
.nav-menu li ul li+li{
    border-top: 0px solid #fff;
}
/* Displays second level dropdowns to the right of the first level dropdown */
.nav-menu ul ul ul {
    left: 100%;
    top: 0;
}
/* Simple clearfix */
.nav-menu ul:before,
.nav-menu ul:after {
    content: " ";
    display: table;
}
.nav-menu ul:after {
    clear: both;
}
.nav-menu .sub-menu {
    background: #fff;
    min-width: 16rem;
    text-align: left;
    box-shadow: 0px 1px 1px #b9b9b9;
}
.nav-menu ul li .sub-menu li a {
    padding: 0.55rem 1rem;
    line-height: normal;
    margin: 0;
    border: none;
    color: #000;
    display: block;
    white-space: normal;
    font-weight: 500;
    transition: none;
    font-size: 16px;
}
.nav-menu ul li .sub-menu li a:hover {
    color: #fff;
    background: var(--color-one);
    border: none;
}
.nav-menu > .menu > li.menu-item-has-children:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid var(--color-one);
    border-top: 2px solid var(--color-one);
    top: 0;
    bottom: 3px;
    margin: auto;
    right: -15px;
    transform: rotate(-135deg);
}
.nav-menu > .menu > li.menu-item-has-children:hover:after, .nav-menu > .menu > li.current-menu-item:after, .nav-menu > .menu > li.current-menu-ancestor:after{
    /*color: #76839a;*/
}
#responsive-menu-wrapper #responsive-menu li ul{
    text-transform: none;
}
.nav-menu > .menu > li.current-menu-item.menu-item-has-children:after, .nav-menu > .menu > li.current-menu-ancestor.menu-item-has-children:after {
    color: #fff;
}
.header.shrink .nav-menu > .menu > li.current-menu-item.menu-item-has-children:after, .header.shrink .nav-menu > .menu > li.current-menu-ancestor.menu-item-has-children:after {
    color: #fff;
}
.nav-menu .sub-menu .sub-menu:before{
    content: none !important;
}
.nav-menu>.menu>li.menu-item-has-children ul:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 25px;
    border-bottom:7px solid #f5f5f5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    width: 0;
    height: 0;
    opacity: 1;
    z-index: 5;
}
.nav-menu .sub-menu li.menu-item-has-children.current-menu-ancestor.current-menu-parent > a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 0;
    bottom: 3px;
    margin: auto;
    right: 15px;
}
.nav-menu li.quick-pay a:hover {
    background: transparent;
    color: var(--color-one);
}
.nav-menu li.quick-pay a:before {
    content: none;
}
.quick-pay {
    margin-left: 20px;
}
.quick-pay a {
    background: var(--color-one);
    border: 2px solid var(--color-one);
    padding: 10px 20px;
    border-radius: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.quick-pay a:hover {
    background: var(--color-two);
    border-color: var(--color-two);
}

/*===== Home Page ====*/
.home-banner {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
    padding-top: 250px;
    padding-bottom: 150px;
}
.home-banner .row {
    max-width: 800px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home-banner .banner-title {
    position: relative;
    font-size: 75px;
    font-weight: 700;
    line-height: 1.3;
}
.home-banner .banner-content {
    font-size: 28px;
    line-height: 1.7;
}
.home-banner .banner-subtitle {
    font-size: 32px;
    color: var(--color-one);
    line-height: 1.2;
    margin-top: 20px;
}
.banner-description {
    font-size: 18px;
    margin-top: 20px;
}
.home-banner .btn{
    margin-top: 30px;
}

.home-banner .slick-track {
    width: 100%;
}
.banner-price {
    color: var(--color-one);
    font-weight: 700;
    font-size: 55px;
}
.banner-price sub {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    bottom: 0;
    margin-left: 5px;
}

.home-banner .banner-images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}
.home-banner .banner-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-banner .banner-images .slick-list{
    height: 100%;
}
.home-banner .banner-images .slick-track{
    height: 100%;
}
.home-banner .banner-images .slick-slide > div{
    height: 100%;
}
.home-slider .slick-arrow {
    border: 1.5px solid var(--color-one);
    position: absolute;
    left: 20px;
    top: 50%;
}
.home-slider .slick-next.slick-arrow {
    right: 20px;
    left: auto;
}
.home-slider .slick-prev.slick-arrow:before {
    border-top: 2px solid var(--color-one);
    border-left: 2px solid var(--color-one);
}
.home-slider .slick-next.slick-arrow:before {
    border-top: 2px solid var(--color-one);
    border-right: 2px solid var(--color-one);
}
.home-slider .slick-arrow:hover{
    background: var(--color-one);
}
.home-slider .slick-prev.slick-arrow:hover:before {
    border-top-color: #fff;
    border-left-color: #fff;
}
.home-slider .slick-next.slick-arrow:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
}

.home-slider .slick-dots {
    margin-top: 0;
    flex-direction: column;
    position: absolute;
    right: 30px;
    top: 50%;
    gap: 10px;
}
.home-slider .slick-dots li button {
    background: var(--color-one);
}

.header-phone{
    display: flex;
    align-items: center;
    color: #fff;
}
.header-phone .phone-title {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 4px;
    color: var(--text-color);
}
.header-phone .phone-icon {
    width: 35px;
    height: 35px;
    margin-right: 12px;
    line-height: 1;
}
.header-phone .phone-no {
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
}
.header-phone svg {
    fill: var(--color-one);
}
.header-phone a {
    padding: 15px 25px;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-left: 40px;
    border-radius: 50px;
    border: 1px solid #E1E6EE;
}
.phone-title-wrap {
    display: flex;
    align-items: center;
}


/* call button animation */
.icon-phone-animate {
    display: inline-block;
    stroke-width: 0;
    stroke: #fff;
    fill: #fff;
    width: 43px;
    height: 35px;
    padding: 3px;
}
.icon-phone-animate .wave {
    animation: waveIn 1.2s infinite ease-out;
    transform-origin: 50% 50%;
}
.icon-phone-animate .wave-sm {
    animation-delay: 0.3s;
}
.icon-phone-animate .wave-md {
    animation-delay: 0.45s;
}
.icon-phone-animate .wave-lg {
    animation-delay: 0.6s;
}
.icon-phone-animate path.path1 {
    fill: var(--color-one);
    transform: rotate(18deg);
}
@keyframes waveIn {
    from {
        opacity: 0;
        transform: scale(0.3) translate(-20px, 10px);
    }

    50% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

/* Page Banner */
.page-banner {
    display: flex;
    background-size: cover;
    background-position: center;
    background-color: #555;
    padding-top: 250px;
    padding-bottom: 150px;
}
.page-banner .banner-content-wrap {
    max-width: 800px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}
.page-banner .banner-title {
    font-size: 77px;
}
.page-banner .banner-subtitle {
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 1px;
    color: rgba(255,255,255,.65);
}

/*======= Footer ======*/
.footer {
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: #f8f8f8;
}
.footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer .footer-col-1 {
    width: 33%;
    position: relative;
    padding-right: 40px;
}
.footer .footer-col-2 {
    width: 33%;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
.footer .footer-col-3 {
    width: 33%;
    padding-left: 40px;
    position: relative;
}
.footer .footer-col-2:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 100px);
    top: -70px;
    background: rgba(255,255,255,0.25);
    left: 0;
}
.footer .footer-col-2:after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 100px);
    top: -70px;
    background: rgba(255,255,255,0.25);
    right: 0;
}
.footer-logo img {
    width: auto;
    max-width: 150px;
}
.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu li {
    width: 50%;
}
.footer-menu li + li {
    margin-top: 5px;
}
.footer-menu a {
    color: #000;
}
.footer .widget-title {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
.footer ul{
    list-style: none;
}
.footer ul a:hover, .footer li.current-menu-item a:hover{
    color: var(--color-one);
    opacity: 1;
}
.footer .social-links ul{
    list-style: none;
    display: flex;
}
.footer .social-links li + li {
    margin-left: 15px;
}
.footer .social-links li a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0;
    border: 1px solid var(--color-one);
    border-radius: 100%;
}
.footer .social-links li svg {
    width: 100%;
    height: 100%;
    fill: var(--color-one);
    padding: 10px;
}
.footer .social-links li a:hover {
    background: var(--color-one);
    border-color: var(--color-one);
}
.footer .social-links li a:hover svg, .footer .social-links li a:hover svg path{
    fill: #fff;
}
.footer .address-wrap {
    position: relative;
    padding-left: 35px;
}
.footer .phone, .footer .email{
    position: relative;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5;
    margin-top: 10px;
}
.footer .phone a:hover, .footer .email a:hover {
    color: #fff;
}
.footer-contact .icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-contact .icon path{
    fill: var(--color-one);
}
.footer .nap-phone-title {
    font-size: 23px;
    font-weight: 500;
}
.footer-nap-col .phone a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.footer-nap-col .phone a:hover, .footer-nap-col .email a:hover{
    color: var(--color-one);
}
.footer .direction-link {
    color: var(--color-one) !important;
    margin-top: 5px;
    border-bottom: 1px solid;
    font-size: 18px;
    font-weight: 500;
}
.footer .direction-link:hover {
    color: #fff !important;
}
.footer-bottom {
    padding: 14px 0;
    font-size: 15px;
    background: #171717;
    color: #fff;
}
.copyrights-wrap {
    display: flex;
    justify-content: flex-end;
}
.footer-bottom .row {
    align-items: center;
}
.footer-links ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: flex-end;
    margin-left: 15px;
}
.footer-links ul li+li:before {
    content: "";
    width: 1px;
    height: .8em;
    display: inline-block;
    vertical-align: middle;
    background-color: #949494;
    opacity: 0.5;
    margin: 0 8px;
    position: relative;
    top: -1px;
}
.footer-links li a {
    color: #fff;
}
.footer-links a:hover{
    color: var(--color-one);
}

.footer-phone .hicon {
    width: 50px;
}
.footer-phone a {
    display: flex;
    align-items: center;
    color: #000;
    line-height: 1.5;
    gap: 15px;
}
.footer-phone span {
    display: block;
    color: #636363;
}
.footer-phone strong {
    font-size: 20px;
    font-weight: 700;
}
.footer-address strong {
    color: #000;
    font-size: 20px;
}

/*======= Blog Page ========*/
.blog-heading {
    margin-bottom: 80px;
}
.blog-item-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-page-listing .blog-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.blog-page-listing .blog-item:last-child{
    margin-bottom: 0;
}
.blog-meta {
    padding: 5px 0 20px;
    margin-bottom: 20px;
    display: flex;
    line-height: 1;
    align-items: center;
    color: #b0b0b0;
    width: 100%;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #DCDCDC;
    font-size: 16px;
    font-weight: 400;
}
.blog-meta .post-date {
    margin-left: 10px;
    padding-left: 10px;
    color: #0261e2;
    position: relative;
}
.blog-meta .post-date:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0261e2;
}
.blog-meta .category a {
    color: #4E4E4E;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    line-height: 1.3;
    font-weight: 400;
    font-size: 18px;
}
.blog-meta .category a:last-child{
    padding-right: 0;
    margin-right: 0;
}
.blog-meta .category a:hover {
    color: var(--color-two);
}
.blog-meta .category a:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #4E4E4E;
    transform: rotate(25deg);
}
.blog-meta .category a:last-child:before {
    content: none;
}
.blog-item .blog-image {
    height: 450px;
    background-size: cover;
    background-position: center 0;
    position: relative;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.blog-item .blog-image.no-thumnails {
    background-color: #02415e;
    background-size: 34%;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-page-listing .blog-item .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
}
.blog-page-listing .title:hover a {
    color: #1B2B5C;
}
.blog-page-listing .blog-content {
    width: 100%;
}
.blog-item .item-hover {
    display: flex;
    background: #3469a8;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2rem 0;
    color: #fff;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.blog-item:hover .item-hover {
    opacity: 1;
    visibility: visible;
}
.blog-item a{
    transition: none;
}
.blog-item .title a{
    color: #252525;
}
.blog-item .title a:hover {
    color: var(--color-two);
}
.blog-item .item-hover a:hover, .item-hover .blog-meta .category a:hover{
    color: #E5936B;
}
.blog-item .item-hover .btn-arrow:hover:after{
    background-color: #ccb70a;
    border-color: #ccb70a;
}
.blog-item .read-more {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: #EE3224;
}
.blog-item .read-more svg, .btn img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: -5px;
}
.blog-item .read-more svg path, .blog-item .read-more svg{
    stroke: #000;
}
.blog-item .read-more:hover svg, .blog-item .read-more:hover path {
    stroke: #000;
}
.blog-item .read-more:hover{
    color: #000;
}
.blog-item .read-more:hover:after{
    background: #000;
}
.blog-item .blog-image a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.blog-item .blog-image a:hover {
    background: rgba(0,0,0,0.25);
}
.blog-item .play-btn svg, .blog-item .play-btn img {
    width: 90px;
    height: 90px;
}

/*====== Blog Detail ========*/

.blog-detail {
    overflow: hidden;
}
.blog-detail h1, .blog-detail h2, .blog-detail h3, .blog-detail h4, .blog-detail h5, .blog-detail h6{
    font-family: 'Inter';
    font-weight: 400;
}
.blog-detail-page .blog-title {
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
}
.blog-detail-page .blog-image{
    background-size: cover;
    background-position: center 0;
    position: relative;
    border-radius: 0;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 15px;
    margin-bottom: 20px;
}
.blog-detail-page .blog-image a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.blog-detail-page .blog-image a:hover {
    background: rgba(0,0,0,0.25);
}
.blog-detail-page .play-btn svg, .blog-item .play-btn img {
    width: 90px;
    height: 90px;
}
.blog-detail-page .blog-image .blog-title{
    position: absolute;
    color: #fff;
    left: 20px;
    right: 20px;
    bottom: 20px;
    font-size: 1.75rem;
}
.blog-detail-page .blog-image img {
    width: 100%;
}
.blog-detail-page .blog-meta {
    padding: 10px 0 20px;
    margin-bottom: 0;
    border-bottom: 0px solid #e6e6e6;
}
.blog-detail-page .blog-meta li{
    background-image: none;
    padding: 0 15px;
}
.blog-detail-page iframe {
    width: 100%;
    height: 450px;
}

/*====== Blog Search ======*/
.sidebar-search-outer {
    margin-bottom: 40px;
}
.sidebar-search-outer .input-group {
    height: 65px;
    overflow: hidden;
    flex-direction: row;
    background: #fff;
    border: 1px solid #DEDEDE;
}
.sidebar-search-outer .input-group .form-control {
    border-radius: 0;
    padding: 15px;
    height: 100%;
    font-size: inherit;
    color: inherit;
    background: #fff;
    border: 0px solid #1B2B5C;
    margin: 0;
}
.sidebar-search-outer .input-group-btn {
    position: relative;
    height: 100%;
    width: 75px;
}
.sidebar-search-outer input[type='submit'] {
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 0px solid #1B2B5C;
}
.sidebar-search-outer input[type='submit']:hover {
    opacity: 1;
}
.sidebar-search-outer .search-icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    fill: var(--color-one);
    width: 24px;
    margin: auto;
}
.sidebar-search-outer .custom_form_msg {
    position: absolute;
    bottom: 0px;
    right: 80px;
    margin: 0;
    font-size: 13px;
    color: #f00;
    padding: 0px 8px;
}
.sidebar-search-outer input[type=text]::-ms-clear{
    display: none;
    width : 0;
    height: 0;
}

.sidebar-form .form-control{
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid rgba(27, 43, 92, 0.4);
    font-weight: 300;
}

/*===== Pagination =====*/
.navigation.pagination {
    width: 100%;
}
.pagination h2 {
    display: none;
}
.pagination .nav-links {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    font-weight: 400;
    width: 100%;
}
.pagination .nav-links span, .pagination .nav-links a {
    padding: 10px 15px;
    font-size: 18px;
    color: #B8B8B8;
    border: 1px solid #B8B8B8;
    line-height: 1;
    font-weight: 400;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.pagination .page-numbers .icon {
    width: 20px;
    height: 20px;
}
.pagination .nav-links span.current {
    border: 1px solid var(--color-one);
    color: var(--color-one);
}
.pagination .nav-links a:hover {
    color: #1B2B5C;
    border-color: #1B2B5C;
}
.pagination .nav-links .page-numbers.dots {
    padding: 0;
    border: 0;
}
.pagination .prev.page-numbers, .pagination .next.page-numbers {
    position: relative;
    right: 0;
    color: var(--color-one);
    font-weight: 400;
    text-transform: uppercase;
    width: auto;
    padding: 8px;
}
.video-page .pagination .nav-links {
    justify-content: center;
}
.photo-gallery-category-home .pagination .nav-links {
    justify-content: center;
}

/* Sidebar */
.sidebar-form {
    background: #272B69;
    padding: 40px 30px;
    position: relative;
    color: #fff;
}
.sidebar-form .form-title {
    font-size: 40px;
    margin-bottom: 30px;
}
.sidebar-form .form-control {
    border-color: rgba(255,255,255,0.25);
    max-height: 100px;
    padding: 10px 0;
}
.sidebar .widget {
    padding-bottom: 15px;
    position: relative;
    padding: 40px 30px;
    background: #f5f5f5;
    border: 0px solid #1B2B5C;
    margin-bottom: 40px;
    border-radius: 20px;
}
.sidebar .widget ul {
    margin-bottom: 30px;
    border-top: 0;
}
.sidebar .widget ul{
    margin-bottom: 0;
}
.sidebar .widget:last-child{
    margin-bottom: 0;
}
.sidebar .widgettitle, .sidebar .widget-title {
    border-bottom: 0;
    position: relative;
    line-height: 1;
    padding: 0 0 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 35px;
    color: var(--color-one);
}
.sidebar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar li {
    position: relative;
    transition: all .3s ease;
    border-bottom: 0px solid #eee;
    display: flex;
    align-items: center;
    color: #9a9a9c;
}
.sidebar li a {
    color: #000;
    display: contents;
    padding: 10px 35px 10px 30px;
    line-height: 1.5;
    transition: none;
    font-size: 16px;
    display: block;
    width: calc(100% + 60px);
    margin: 0 -30px;
    position: relative;
}
.sidebar li a:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #4E4E4E;
    border-right: 2px solid #4E4E4E;
    transform: rotate(45deg);
    right: 20px;
    top: 16px;
    bottom: 0;
    z-index: 1;
}
.sidebar li a:hover:before {
    border-color: #fff;
}
.sidebar a:hover:before, .sidebar li.activeChild a:before, .sidebar li.current-cat a:before, .sidebar li.current-cat a:before, .sidebar li.current-menu-item a:before{
    border-color: #fff;
}
.sidebar a:hover, .sidebar li.activeChild a, .sidebar li.current-cat a, .sidebar li.current-cat a, .sidebar li.current-menu-item a{
    color: #fff;
    background: var(--color-one);
}
.sidebar li:last-child {
    border: 0;
}

/*====== Static Page =======*/

.static-page .content-area{
    overflow: hidden;
}

/*========= Search Page =========*/
.search-result-heading {
    color: #999;
    font-weight: 600;
}
.search-result-heading .search-by {
    color: #333;
}
.search-page .search-item {
    border: 2px solid transparent;
    padding: 30px;
    margin-bottom: 1rem;
    box-shadow: 1px 2px 20px 0 #e5e5e5;
    background: #fff;
}
.search-page .search-item .title {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    font-size: 24px;
}
.search-page .search-item:last-child {
    margin-bottom: 15px;
}
.search-page .search-item a{
    transition: none;
    color: #000;
}
.search-page .search-item .title:hover a{
    color: #0261E2;
}
.search-page .search-item .more {
    transition: none;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding-right: 20px;
    color: var(--color-one);
    text-transform: uppercase;
    display: inline-block;
}
.search-page .search-item .title:hover a {
    color: var(--color-one);
}
.search-page .search-item .more:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #4E4E4E;
    border-right: 2px solid #4E4E4E;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.search-page .more .arrow {
    fill: #0261E2;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}
.search-page .search-item .more:hover {
    color: #000;
}
.search-page .more:hover .arrow {
    fill: #000;
}
.search-page .search-item p {
    margin-bottom: 15px;
}

.thank-you-page .text {
    font-size: 20px;
    font-weight: 400;
}

div#html5-close {
    background-image: url(../images/lightbox-close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}
div#html5-close img {
    display: none;
}
.html5lightbox .icon-play {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/* header mobile menu */

.menu-close-button {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 1;
}
.menu-close-button:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    top: 0;
    right: 15px;
    background: #000;
    transform: rotate(45deg);
}
.menu-close-button:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    top: 0;
    right: 15px;
    background: #000;
    transform: rotate(-45deg);
}
.menu-wrap {
    background-color: #F1F2F5;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    right: -100%;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: .5s;
    z-index: 12;
    display: flex;
    justify-content: center;
    max-width: 100%;
    z-index: 99999999;
}
.menu-full-wrapper {
    width: 100%;
    position: relative;
}
.menu-show {
    right: 0;
    box-shadow: none;
    display: block;
    width: 100%;
    max-width: 450px;
}
.menu-sidebar {
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
    margin-left: auto;
    height: 100%;
    padding-top: 70px;
    font-size: 16px;
    font-weight: 400;
}
.menu-bar-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.menu-sidebar > ul > li > a{
    text-transform: uppercase;
    font-weight: 400;
}
.menu-sidebar .menu-bar-wrapper li {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid rgba(0,0,0,.25);
}
.menu-sidebar .menu-bar-wrapper li:last-child{
    border: none;
}
.menu-sidebar .menu-bar-wrapper li > a {
    color: #000;
    padding: 10px 20px;
    position: relative;
    display: block;
    line-height: 1.7;
}
.menu-sidebar .menu-bar-wrapper li > a:hover::after {
    opacity: 1;
}
.menu-sidebar .menu-bar-wrapper li > a:hover {
    background-color: var(--color-one);
    color: #fff;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper ul > li:hover{
    color: #fff;
}
/*.menu-sidebar .menu-bar-wrapper li.menu-item-has-children:hover > a{
    background-color: #B5121B;
    color: #fff;
}*/
.menu-sidebar .menu-bar-wrapper li:hover .sidebar-menu-arrow:after{
    border-color: #000;
}
.menu-sidebar .menu-bar-wrapper li > a:hover::after {
    opacity: 1;
}
.menu-sidebar .menu-bar-wrapper li.current-menu-item > a, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > a {
    background-color: var(--color-one);
    color: #fff;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper li.current-menu-item >  .sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent >  .sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > .sidebar-menu-arrow.responsive-up-arrow::after{
    border-color: #fff;
}
.menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
    background: none;
}
.menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after{
    color: #fff;
}
.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
    font-weight: 500;
    background-color: #2828FF;
    color: #fff;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link + .sidebar-menu-arrow::after {
    background-image: url(../images/angle-down.svg);
}
.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link::after {
    opacity: 1;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children {
    position: relative;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
    display: none;
    background: none;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
}
.menu-sidebar .menu-bar-wrapper li .sub-menu li a {
    font-size: 16px;
    padding-left: 30px;
}
.menu-sidebar .sub-menu .sub-menu li a {
    padding-left: 45px !important;
}
.sidebar-menu-arrow::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
    top: 0;
    bottom: -2px;
    margin: auto;
    right: 0;
    left: 0;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
    transform: rotate(-45deg);
    display: block;
}
.menu-sidebar .menu-bar-wrapper li .sub-menu li a::after{
    display: none;
}
/*Hamburger Button*/

.header-aside-col {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 70px;
}
.logo-wrapper a {
    padding: 9px 0;
}
.logo-wrapper {
    padding-right: 0;
    margin-right: 0;
}
.menu-button {
    padding: 10px 7px;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: none;
    border-radius: 0;
    z-index: 999;
    top: 0;
    right: 0;
    border: 1px solid var(--color-one);
    margin-left: 15px;
    width: 50px;
    height: 50px;
}
.menu-bar-wrap {
    width: 100%;
}
.menu-button .menu-bar {
    position: relative;
    border-radius: 0px;
    width: 100%;
    transition: .5s;
    opacity: 1;
    margin: auto;
}
.menu-button .menu-bar-top {
    border: 3px solid var(--color-one);
    border-bottom: none;
}
.menu-button .menu-bar-middle {
    height: 3px;
    background-color: var(--color-one);
    margin-bottom: 3px;
    margin-top: 8px;
    right: 0;
    left: auto;
    width: 100%;
    margin-right: 0px;
}
.menu-button .menu-bar-bottom {
    border: 3px solid var(--color-one);
    border-top: none;
    margin-top: 8px;
    width: 100%;
    margin-right: 0;
}
.button-open {
    z-index: 16;
}
.menu-button.button-open {
    background: none;
    z-index: 9999;
    right: 15px;
    border-color: #fff;
}
.button-open .menu-bar {
    opacity: 1;
}
.button-open .menu-bar-top {
    border-color: #fff;
    transform: rotate(45deg) translate(9px, 9px);
    transition: .5s;
}
.button-open .menu-bar-middle {
    background-color: #fff;
    transform: translate(230px);
    transition: .1s ease-in;
    opacity: 0;
}
.button-open .menu-bar-bottom {
    border-color: #fff;
    transform: rotate(-45deg) translate(5px, -5px);
    transition: .5s;
    right: 0;
}
.menu-button.button-open .menu-bar-top {
    border-color: #ffffff !important;
}
.menu-button.button-open .menu-bar-bottom {
    border-color: #ffffff !important;
}
.menu-logo-wrapper {
    width: 50%;
    padding-left: 1rem;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 274px;
}
.nav-open-menu {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    touch-action: none;
    -ms-touch-action: none;
}
.menu-sidebar .sub-menu{
    list-style: none;
}

/*mobile menu css end*/

.hide-banner {
    padding-top:100px
}
.hide-banner .page-banner{
    display:none!important
}
.hide-banner .header{
    background: #000;
    box-shadow:0 5px 5px -5px #555;
}
.page-not-found .wpcf7-form {
    background: rgba(138, 29, 4, 0.04);
    padding: 50px;
    margin-top: 30px;
}
.page-not-found .form-control {
    background: #fff;
    border-color: #fff;
    padding: 10px;
}
.thank-you-page .text {
    font-size: 20px;
    font-weight: 400;
}


/*========= FAQs Page ===========*/

.page-template-faq .location-section{
    margin-top: 0;
}
.faq-accordion .faq-inner-top-heading h2 {
    margin-bottom: 25px;
    font-size: 60px;
    color: #110F2A;
}
.faq-accordion .accordion-body {
    padding: 20px 20px;
    border: none;
    border-top: 1px solid #ddd;
    font-size: 16px;
}
.faq-accordion .accordion-item {
    margin-bottom: 20px;
    border: 0;
    border: 1px solid #DEDEDE;
    background: #fff;
    position: relative;
}
.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion-item .accordion-header button {
    padding: 15px 45px 15px 15px;
    box-shadow: none;
    font-size: 18px;
    line-height: 1.3;
    color: var(--color-black);
    background: #fff;
    font-weight: 600;
    letter-spacing: .6px;
}
.faq-accordion .accordion-button{
    position: relative;
}
.accordion-button:after {
    display: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}
.faq-accordion .pagination .nav-links {
    justify-content: center;
}

.accordion-button .arrow {
    display: flex;
    position: absolute;
    width: 25px;
    height: 25px;
    background: transparent;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    z-index: 1;
}
.accordion-button .arrow:before {
    content: "";
    border-top: 2px solid var(--color-one);
    transition: all 400ms ease-in-out;
    text-decoration: none;
    width: calc(100% - 10px);
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.accordion-button .arrow:after {
    content: "";
    border-right: 2px solid var(--color-one);
    transition: all 400ms ease-in-out;
    text-decoration: none;
    width: 1px;
    height: calc(100% - 10px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.accordion-button:not(.collapsed) .arrow:after {
    display: none;
}
.faq-section {
    overflow: hidden;
}

/* Plans Section */
.plans-section .inner {
    background: #f5f5f5;
    padding: 40px 40px 70px;
    height: 100%;
    position: relative;
    background: linear-gradient(45deg, var(--color-two) 10%, var(--color-one));
    color: rgba(255,255,255,0.7);
}
.plans-section .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 40px;
}
.plans-section .title {
    font-size: 35px;
    font-weight: 600;
}
.plans-section .sub-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.plans-section .price {
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
}
.plans-section .price sup {
    font-size: 28px;
    top: 0;
}
.plans-section .price span {
    font-size: 18px;
    font-weight: 400;
}
.plans-section .view svg {
    fill: var(--color-two);
    width: 15px;
    height: 15px;
}
.plans-section .view {
    border: 2px solid var(--color-two);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    position: absolute;
    bottom: -18px;
    border-radius: 35px;
    line-height: 1;
    background: #fff;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.plans-section .inner:hover {
    background: var(--color-two);
    color: #fff;
}
.plans-section .inner:hover .view {
    background: #fff;
    color: var(--color-two);
}
.plans-section .inner:hover .sub-title {
    color: #fff;
}
.plans-section .inner:hover .price {
    color: #fff;
}
.plans-section .inner:hover .price span {
    color: #fff;
}

/* Features Section */
.features-section {
    background: #f5f5f5;
}
.features-section .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}
.features-section .inner {
    border: 1px solid #fff;
    padding: 30px;
    text-align: center;
    height: 100%;
    background: #fff;
}
.features-section .title {
    font-size: 24px;
    font-weight: 600;
}
.features-section .desc {
    color: #888;
    line-height: 1.5;
    font-size: 16px;
}

/* CTA Section */
.cta-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    color: #fff;
}
.cta-section .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center 0;
    background-attachment: fixed;
    z-index: -1;
}
.cta-section .image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.cta-section .btns-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* special offer Section */
.special-offer-section{
    overflow: hidden;
}
.special-offer-section .special-price {
    font-size: 60px;
    color: var(--color-one);
    margin-right: 55px;
    font-weight: 700;
}
.special-offer-section .special-price sup {
    font-size: 16px;
    color: var(--text-color);
}
.special-offer-section .special-price sub {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    margin-left: 10px;
}

.special-offer-img {
    position: relative;
    text-align: right;
    padding-left: 80px;
}
.special-offer-img img{
    width: 550px;
    height: 550px;
    object-fit: cover;
    border-radius: 100%;
}
.special-offer-text {
    position: absolute;
    left: 100px;
    top: 15px;
    width: 126px;
    height: 126px;
    background: #000;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.45;
    padding: 20px;
    z-index: 2;
}
.special-offer-mbps {
    position: absolute;
    left: -15px;
    top: 90px;
    width: 207px;
    height: 207px;
    background: var(--color-one);
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1;
}
.special-offer-mbps .mb {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    width: 100%;
}
.special-offer-section .left-col {
    display: flex;
    justify-content: flex-end;
}

/* Subscribe Section */
.subscribe-section {
    background: url(../images/bg-1.jpg);
    background-size: cover;
}
.subscribe-section .description {
    color: #757f95;
}
.subscribe-title {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 35px;
}

.subscribe-plan {
    display: flex;
    align-items: center;
    margin-top: 46px;
}
.subscribe-plan .price {
    line-height: 1;
    margin-bottom: 0;
    color: var(--color-two);
    font-size: 52px;
    position: relative;
    border: 2.5px solid var(--color-two);
    border-radius: 10px;
    padding: 12px 24px;
    margin-right: 40px;
    font-weight: 700;
}
.subscribe-plan .price span {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    position: absolute;
    left: 23px;
    top: -12px;
    background: #F5F5F5;
    line-height: 1;
    padding: 2px 7px;
    z-index: 1;
}
.subscribe-plan .price sub {
    bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}
.subscribe-plan .view-plan {
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 14px;
}
.subscribe-plan .view-plan .arrow {
    fill: var(--color-one);
}

.streaming-section{
    background: url(../images/bg-2.webp);
    background-size: cover;
}


.streaming-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.streaming-content {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    right: 0;
    z-index: 1;
    padding: 30px 150px 30px 30px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    opacity: 0;
}
.streaming-content .category {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1;
}
.streaming-content .title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
}
.stream-rating {
    line-height: 1;
    font-size: 13px;
    color: #FFB300;
    display: flex;
    align-items: center;
    gap: 10px;
}
.stream-rating > span {
    color: var(--color-black);
}
.streaming-time {
    position: absolute;
    right: 20px;
    bottom: 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    border: 1px solid #E1E6EE;
    max-width: 100px;
    z-index: 1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.streaming-time > p {
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 10px;
    border-bottom: 1px solid #E1E6EE;
    margin-bottom: 0;
}
.streaming-time > p span {
    color: var(--color-one);
}
.streaming-time .stream-logo {
    padding: 9px 10px;
}
.streaming-time .stream-logo img {
    display: inline-block !important;
}
.streaming-thumb .popup-video {
    position: absolute;
    left: 50%;
    top: calc(50% - 70px);
    width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 18px;
    color: var(--primary-color);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.streaming-thumb .popup-video:hover .icon-play {
    background: var(--color-one);
}
.streaming-thumb .popup-video:hover circle{
    stroke: var(--color-one);
}
.streaming-thumb .popup-video:hover .icon-play path{
    fill: #fff;
}
.flipster__item--current .streaming-content {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.flipster__item--current .streaming-thumb .popup-video {
    opacity: 1;
    visibility: visible;
}

.streaming-section .flipster__button svg {
    stroke: #fff;
}

.streaming-thumb {
    position: relative;
}
.streaming-item .icon-play {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100%;
}
.streaming-item .icon-play circle{
    stroke: #fff;
}
.streaming-item .icon-play path{
    fill: var(--color-one);
}
.streaming-thumb .image{
    width: 100%;
}
.streaming-thumb .tag {
    position: absolute;
    left: 10px;
    top: 10px;
    background: var(--color-one);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 5px;
    z-index: 1;
}

/* Contact Page */
.contact-form-section > .row {
    --bs-gutter-x: 100px;
}
.contact-info-wrap .icon {
    width: 30px;
    height: 30px;
    fill: var(--color-one);
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}
.contact-info-wrap .icon path{
    fill: var(--color-one);
}
.contact-info-wrap {
    border-bottom: 1px dashed #bbb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.contact-info-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-info-list li {
    position: relative;
    padding-left: 40px;
}
.contact-info-list a {
    color: #000;
}
.live-chat {
    position: relative;
    padding-left: 40px;
}
.live-chat .icon {
    width: 30px;
    height: 30px;
}
.live-chat-link {
    font-weight: 600;
}
.contact-map iframe {
    height: 600px;
    width: 100%;
    display: block;
}

/* FAQ Page */
.faq-form-section {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
.faq-form-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(12, 16, 32, 0.7);
    z-index: -1;
}

/* About Page */
.about-list {
    column-count: 2;
    gap: 20px;
}
.about-image-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 47px;
    margin-right: 30px;
}
.about-image-wrap img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 300px;
}
.about-image-wrap .main-img {
    float: right;
    position: unset;
    bottom: 0;
    left: auto;
    max-width: 411px;
}

/* Services Page */
.premium-pricing-heading {
    font-size: 28px;
}
.premium-pricing-subheading {
    font-size: 28px;
    color: #B10611;
}
.price-inner {
    background-image: url("https://www.ydn.co.in/wp-content/uploads/2024/08/noise-effect-pattern-2.png");
    background-color: #1D1D1D26;
    border-style: solid;
    border-color: #C878784A;
    padding: 50px 30px;
    height: 100%;
}
.premium-pricing-title {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    padding: 0px 0px 20px 0px;
}
.premium-pricing-price {
    background-color: #DFDFDF1A;
    margin: 5px 0px 5px 0px;
    padding: 14px 0px 5px 0px;
}
.premium-pricing-currency {
    color: #131313;
    font-size: 20px;
    font-weight: 600;
    vertical-align: top;
}
.premium-pricing-value {
    color: #121212;
    font-size: 75px;
    font-weight: 700;
    line-height: 1;
}
.premium-pricing-duration {
    color: #060505;
    font-family: "Rubik", Sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.premium-pricing-list {
    list-style: none;
    margin-top: 20px;
    position: relative;
    font-weight: 600;
}
.premium-pricing-list .tick {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 7px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    transform-origin: 1px 0px;
}
.premium-pricing-description {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0;
}
.premium-pricing-price-button {
    width: 100%;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DF0500;
}


/* Cable Plan Page */

.cable-price-heading {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left,#ffa648,#f17cc1,#4da9fd);
    background-image: linear-gradient(to right,#ffa648,#f17cc1,#4da9fd);
    -webkit-animation: pa-text-gradient 8s infinite;
    animation: pa-text-gradient 8s infinite;
    font-weight: 800;
    margin-bottom: 15px;
}

.cable-plan-inner {
    padding: 30px;
    border: 1px solid #ddd;
    position: relative;
    height: 100%;
}
.cable-pricing {
    margin-bottom: 15px;
}
.cable-pricing .cable-price-amount {
    position: relative;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    color: var(--color-one);
    margin-bottom: 20px;
}
.cable-pricing .cable-price-period {
    color: #999;
}
.cable-price-body ul{
    list-style: none;
}
.cable-price-body li {
    padding: 10px 0px;
    font-size: 15px;
    color: #6d6d6d;
    border-bottom: 1px solid rgba(9,9,9,.04);
}
.cable-price-footer .btn {
    padding: 10px;
}

.cable-plan-bottom-subtitle {
    color: var(--color-one);
    font-size: 24px;
    font-weight: 700;
}
.cable-plan-bottom-content {
    font-weight: 600;
    color: var(--color-two);
}

/* Fibre Plans Page */
.fibre-price-heading {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left,#ffa648,#f17cc1,#4da9fd);
    background-image: linear-gradient(to right,#ffa648,#f17cc1,#4da9fd);
    -webkit-animation: pa-text-gradient 8s infinite;
    animation: pa-text-gradient 8s infinite;
    font-weight: 800;
}
.fibre-plan-inner {
    background: #f9fafa;
    height: 100%;
}
.fibre-price-header {
    background: var(--color-one);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
}
.fibre-plan-price {
    line-height: 1.2;
    padding: 30px 15px;
}
.fibre-price-amount {
    font-size: 28px;
    font-weight: 800;
    color: #444;
}
.fibre-price-period{
    display: block;
}
.fibre-price-features {
    font-size: 14px;
    color: #555;
    list-style: none;
    padding: 0 30px;
}
.fibre-price-features li{
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.fibre-price-footer {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 500;
}

.game-popup .modal-footer {
    justify-content: center;
    padding: 20px;
}
.game-popup .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    padding: 30px 15px;
    font-size: 20px;
    font-weight: 600;
}
.game-popup .btn {
    padding: 10px 25px;
}
.modal .btn-close {
    background-color: var(--color-one);
    opacity: 1;
    border-radius: 0;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.modal .btn-close:hover {
    background-color: var(--color-two);
}
.download-popup .modal-footer {
    justify-content: center;
}
.download-popup .modal-footer .btn{
    padding: 10px 20px;
}
.download-popup .popup-price-amount {
    position: relative;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    color: var(--color-one);
    margin-bottom: 20px;
}
.popup-pricing .popup-price-period {
    color: #999;
}
.popup-price-body ul {

}