@charset "utf-8"; /* CSS Document */
@import url("https://cdn.jsdelivr.net/npm/line-awesome@1.3.0/dist/line-awesome/css/line-awesome.min.css"); @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); ::-webkit-input-placeholder {
    color: #FFFFFF;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FFFFFF;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFFFFF;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    margin: 0;
}

html, button, input, select, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    border: 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

html {
    box-sizing: border-box;
}

body, p {
    font-family: "Montserrat", sans-serif !important;
    margin: 0;
    padding: 0;
}

hr {
    border: none;
    margin: 0;
}

img {
    max-width: 100%;
}

*, *:before, *:after {
    box-sizing: inherit;
}

*:focus, *:hover {
    outline: 0 !important;
}

a, a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

/* .ace-responsive-menu li.fullWidth ul.sub-menu > li{
	display:inline-block;}
.ace-responsive-menu li:nth-child(5):hover:before {
    margin-left: 34px !important;
}
.ace-responsive-menu li:nth-child(5) ul.column-width.sub-menu {
    margin-left: -50px !important;
}
.ace-responsive-menu li:nth-child(4) ul.column-width.sub-menu {
    margin-left: -25px !important;
} */
header {
    width: 100%;
    z-index: 999999;
    background-image: linear-gradient(9deg, #2413c5 51%, #e4e538 100%);
    padding: 0.5em 0;
}

header .wrap {
    width: 90%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

header .wrap .menu {
    width: 100%;
}

header .wrap .logo {
}

.fixed .wrap .logo {
}

.fixed .wrap .menu {
}

.fixed .menu nav .ace-responsive-menu li.columnWidth:hover:before {
    top: 131px;
}

.social-lang .social-languages ul li {
    list-style: none;
    display: inline;
    padding: 0 1em;
    font-size: 11px;
    /* text-decoration: none; */
    color: #fff;
    border-right: 1px solid rgb(255 255 255 / 50%);
}

.social-lang .social-languages ul li:last-child {
    border: 0;
}

.social-lang .social-languages ul li.active {
    color: #004990;
    font-weight: bold;
}

.social-lang {
    padding: 0 1em;
    width: 100%;
}

.fixed .menu .social-lang {
    /* display: none; */
}

.social-lang .social-languages ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}

/*.social-lang .social-languages ul li:nth-child(3) {
    border-right: 1px solid #000;
    line-height: 10px;
    padding: 0 7px 0 0;
    margin: 0 0 0 5px;
	vertical-align: bottom;
}*/
.social-languages ul {
}

.language-switch {
    /* display: none !important; */
}

.social-lang .social-languages .language-switch li:nth-child(1) {
    border-right: 1px solid #000;
    line-height: 10px;
    padding: 0 7px 0 0;
    margin: 0 0 0 5px;
    vertical-align: bottom;
}

.social-languages {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 1em;
}

.social-lang .lang ul li a {
    font-size: 9px;
}

header .wrap .logo {
    display: block;
}

header .wrap .logo img {
    padding: 10px 0;
    max-width: 50px;
}

.ace-responsive-menu > li > ul.full-width.sub-menu {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    border-top: 2px solid #000;
    /*background: #fff;*/
}

.full-width.sub-menu li a span {
    display: block;
}

/*.social-lang .social-languages ul li.active:nth-child(4) {
    top: 3px;
    position: relative;
}
.social-lang .social-languages ul li:nth-child(4) {
    top: 2px;
    position: relative;
}*/
.social-lang .social-languages ul li.active:nth-child(2) {
    top: 3px;
    position: relative;
}

.social-lang .social-languages ul li:nth-child(2) {
    top: 0px;
    position: relative;
}

.ace-responsive-menu li ul.full-width > li {
    width: 155px !important;
}

.ace-responsive-menu li ul.full-width li a {
    text-align: center;
}

.full-width li :hover .solid {
    display: none;
}

.full-width li :hover .color {
    display: inline-block;
    margin: 0 auto;
}

.ace-responsive-menu .column-width li {
}

.ace-responsive-menu > li:hover > a {
    border-top: 1px solid #07c8f2;
}

.ace-responsive-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.ace-responsive-menu .column-width li a {
}

ul.column-width.sub-menu {
    /* margin-left: -45px !important; */
}

img.color {
    display: none;
}

.full-width li :hover .Gray-span {
    color: #babcbe;
}

.full-width li :hover .Orange-span {
    color: #f89829;
}

.full-width li :hover .Purple-span {
    color: #a54399;
}

.full-width li :hover .Red-span {
    color: #ed1556;
}

.full-width li :hover .Turquoise-span {
    color: #45c3d3;
}

.full-width li :hover .Green-span {
    color: #8dc63f;
}

.ace-responsive-menu li.columnWidth:hover:before {
}

.ace-responsive-menu li.columnWidth:nth-child(4):hover:before {
    /* margin-left: 60px !important; */
}

footer {
}

.col-1 {
    width: 25%;
    float: left;
}

.col-2 {
    width: 50%;
    float: left;
}

.col-3 {
    width: 25%;
    float: right;
}

footer .wrap {
    max-width: 75em;
    margin: 0 auto;
}

footer .wrap .footer-wrap .col-1 li a {
    list-style: none;
    color: #ffffff;
    font-size: 11px;
    line-height: 22px;
    font-family: 'montserratlight';
}

footer .wrap .footer-wrap .col-1 li a:hover {
    text-decoration: none;
}

footer .copy-right {
    float: right;
    padding-right: 14%;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    margin: 117px 0 0 0;
    font-family: 'montserratregular';
    padding: 0 10px 0 10px !important;
}

footer .wrap .footer-wrap .col-2 p {
    color: #ffffff;
    padding: 0;
    margin: 0;
    /*border-bottom: 1px solid #fff;*/
    font-size: 11px;
    line-height: 22px;
    font-family: 'montserratlight';
}

.col-list-1 {
    width: 55%;
    float: left;
}

.col-list-2 {
    float: left;
    width: 45%;
}

.col-list-1 ul li, .col-list-2 ul li {
    list-style: none;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'montserratlight';
}

.col-list-2 ul li a {
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'montserratlight';
}

footer .wrap .footer-wrap .col-3 span {
    color: #000;
    margin: 0;
    font-size: 10px;
    line-height: 22px;
    background: #f3f3f3;
    padding: 0 0 0 15px;
    text-decoration: none;
    display: block;
    font-family: 'montserratlight';
    font-weight: bold;
}

.col-list-1 ul, .col-list-2 ul {
    padding: 10px 0 0 0;
}

.col-2 .cont {
    width: 80%;
    float: left;
}

.footer-wrap .col-3 input[type="text"] {
    background: #f3f3f3;
    box-shadow: none;
    padding: 4px 0 5px 15px;
    box-sizing: border-box;
    border: 0;
    margin: 10px 0;
    width: 100%;
    font-size: 10px;
    color: #a7a9ac;
    font-family: 'montserratlight';
}

input.footer-inpt-feild {
    margin-top: 0 !important;
    width: 60% !important;
    float: left;
}

input::placeholder {
    color: #a7a9ac;
}

input.sign-up-feild {
    width: 26%;
    float: right;
    background: #f3f3f3;
    border: 0;
    padding: 4px 0 5px 0;
    box-sizing: border-box;
    font-size: 10px;
    text-align: center;
    font-family: 'montserratlight';
    font-weight: bold;
    color: #000000;
}

.footer-wrap {
    width: 100%;
    float: left;
    padding: 30px 0 0 0;
}

.download-link {
    width: 100%;
    float: left;
}

.download-link p {
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 5px 0 0 0;
    font-family: 'montserratlight';
}

.downloadIcon {
    float: left;
    width: 20px;
}

.col-three .footer-links p {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    width: 100%;
    float: left;
    line-height: 16px;
    text-align: left;
    margin: 5px 0 0 0;
    font-family: 'montserratlight';
}

.footer-social-icons {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    position: relative;
    top: 18px;
}

.footer-social-icons a {
    margin: 0 3px;
}

.footer-social-icons a:first-child {
    margin-left: 0;
}

.footer-social-icons a img {
    max-width: 100%;
}

.col-3 .footer-links a {
    /* color: #ffffff !important; */
    /* background: #000 !important; */
    /* width: 100%; */
    /* float: left; */
    /* padding: 0; */
}

.footer-terms {
    /* width: 64% !important; */
    /* border-right: 2px solid #fff; */
    /* padding: 0 7px 0 7px !important; */
    /* line-height: 12px !important */
}

.col-3 .footer-links p {
    color: #ffffff !important;
    background: #000 !important;
    width: 100%;
    float: left;
    padding: 0;
    font-family: 'montserratregular';
    font-size: 11px;
    text-align: right;
    padding: 8px 6px;
}

.footer-policy {
    /* width: 34% !important; */
    /* line-height: 12px !important; */
    /* padding: 0 5px 0 5px !important; */
}

/*.col-one{ width: 25%;
float: left;}*/
.col-two {
    width: 25%;
    float: left;
}

.col-three {
    width: 25%;
    float: right;
}

.footer-wrap-second {
    width: 100%;
    float: left;
    padding: 0 0 40px 0;
}

.col-3 .footer-links {
    text-align: right;
}

.col-3 .footer-links a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    margin: 5px 0 0 0;
    font-family: 'montserratregular';
    padding: 0 10px 0 10px !important;
    border-left: 1px solid #fff;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
}

.col-3 .footer-links a:nth-child(1) {
    border-left: none !important;
    padding-left: 0 !important;
}

.ace-responsive-menu {
    list-style: none;
    margin: 0;
    padding: 0.5em 0 0 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.ace-responsive-menu li {
    list-style: none;
}

.ace-responsive-menu li ul {
    display: none;
}

.ace-responsive-menu > li {
    display: block;
    margin: 0 2em;
    padding: 0.1em 0;
    border: 0px;
    position: relative;
}

.ace-responsive-menu li a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.ace-responsive-menu > li > a {
    color: #fff;
    border-top: 1px solid rgb(255 255 255 / 50%);
    padding: 0.750em 0;
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    gap: 2em;
}

.ace-responsive-menu > li > a span:hover {
}

.ace-responsive-menu li a i {
    padding-right: 5px;
    color: #FF5737;
}

.ace-responsive-menu > li > a i {
    font-size: 16px;
    text-shadow: none;
    color: #FF5737;
}

.ace-responsive-menu li ul.sub-menu li a i {
    padding-right: 10px;
}

.ace-responsive-menu li .menu-active {
    position: relative;
}

.ace-responsive-menu li ul.sub-menu li > a > .arrow:before {
    content: "\f105" !important;
}

.ace-responsive-menu > li > ul.sub-menu {
    /* display: block !IMPORTANT; */
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50px;
    background-image: linear-gradient(to right bottom, rgb(43 52 191 / 90%), rgb(0 97 215), rgb(107 195 227 / 90%));
    background-color: transparent;
    border: 0;
    \: 260px;
    padding: 0.725rem 0.725rem;
    border-radius: 14px;
    min-width: 260px;
    z-index: 100;
}

.ace-responsive-menu li ul.sub-menu {
}

.ace-responsive-menu li ul.sub-menu > li {
    width: 100%;
}

.ace-responsive-menu li ul.sub-menu li a {
    font-size: 0.875em;
    word-break: break-word;
    white-space: normal;
    line-height: 1.2;
    padding: 0.85em 0.3em;
    display: flex;
    justify-content: space-between;
    gap: 2em;
}

.ace-responsive-menu .sub-menu li a:hover {
    background-image: linear-gradient(to right, rgb(149 0 255), #261ac3);
    border-radius: 8px;
}

.ace-responsive-menu > li > ul.sub-menu > li {
    position: relative;
}

.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-image: linear-gradient(to right bottom, rgb(43 52 191 / 90%), rgb(0 97 215), rgb(107 195 227 / 90%));
    background-color: transparent;
    border: 0;
    padding: 0.725rem 0.725rem;
    border-radius: 12px;
    min-width: 215px;
    width: 200px;
}

.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}

.ace-responsive-menu > li > ul.sub-menu > li:not(:last-child), .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
    content: "\f105" !important;
    font-family: "Line Awesome Free";
    font-weight: 900;
    width: 20px;
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%;
}

.ace-responsive-menu > li > a > .arrow:before {
    content: "\f107" !important;
    font-family: "Line Awesome Free";
    font-weight: 900;
    width: 16px;
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%;
    font-size: 1em;
}

.ace-responsive-menu li:nth-child(9) {
    display: none;
}

header .wrap .menu nav {
    width: 100%;
}

/* Menu Toggle Btn
----------------------------------------*/
.menu-toggle {
    display: none;
    float: left;
    width: 100%;
}

.menu-toggle h3 {
    float: left;
    color: #FFF;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 16px;
}

.menu-toggle .icon-bar {
    display: block !important;
    width: 25px;
    height: 3px;
    background-color: #fff !important;
    margin: 5px;
    border-radius: 3px;
}

.menu-toggle .icon-bar:hover {
    background-color: #fff !important;
}

.menu-toggle #menu-btn {
    background: transparent;
    border: 1px solid transparent;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 20px;
    z-index: 1000;
    top: 50px;
}

.hide-menu {
    display: none;
}

/* Accordion Menu Styles
----------------------------------------*/
ul[data-menu-style="accordion"] {
    width: 250px;
}

ul[data-menu-style="accordion"] > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: none !important;
}

ul[data-menu-style="accordion"] > li:first-child {
    border-top: 2px solid #FD5025;
}

ul[data-menu-style="accordion"] li ul.sub-menu > li {
    width: 100%;
}

ul[data-menu-style="accordion"] > li > a > .arrow:before {
    float: right;
    content: "\f105";
}

ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
    content: "\f107" !important;
}

ul[data-menu-style="accordion"] > li > ul.sub-menu {
    position: static;
}

ul[data-menu-style="accordion"] > li > a i {
    padding-right: 10px;
    color: #FF5737;
}

ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
    position: static;
}

ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: static;
}

ul[data-menu-style="accordion"] > li {
    border-bottom: 1px solid #242424;
}

ul[data-menu-style="accordion"] li a:hover {
    background: #272727 !important;
}

ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
    content: "\f107" !important;
}

/* Vertical Menu Styles
----------------------------------------*/
ul[data-menu-style="vertical"] {
    width: 200px;
}

ul[data-menu-style="vertical"] > li {
    float: none;
}

ul[data-menu-style="vertical"] > li:first-child {
    border-top: 2px solid #FD5025;
}

ul[data-menu-style="vertical"] li ul.sub-menu > li {
    width: 100%;
}

ul[data-menu-style="vertical"] > li > a > .arrow:before {
    float: right;
    content: "\f105";
}

ul[data-menu-style="vertical"] > li.menu-active {
    position: relative;
}

ul[data-menu-style="vertical"] > li > ul.sub-menu {
    position: absolute;
    left: 200px;
    top: 0px;
    width: 200px;
}

ul[data-menu-style="vertical"] > li > a i {
    padding-right: 10px;
    color: #FF5737;
}

ul[data-menu-style="vertical"]> li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    width: 200px;
    left: 200px;
}

ul[data-menu-style="vertical"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    width: 200px;
    left: 200px;
}

ul[data-menu-style="vertical"] > li {
    border-bottom: 1px solid #242424;
}

ul[data-menu-style="vertical"] li a:hover {
    background: #272727 !important;
}

.ace-responsive-menu li.fullWidth ul.sub-menu > li::before {
    position: absolute;
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #1b1b1b;
}

.ace-responsive-menu li.fullWidth ul.sub-menu > .Gray-li::before {
    top: -3px;
    left: 60px;
}

.ace-responsive-menu li.fullWidth ul.sub-menu > .Orange-li::before {
    top: 3px;
    left: 60px;
}

.ace-responsive-menu li.fullWidth ul.sub-menu > .Purple-li::before {
    top: -1px;
    left: 60px;
}

.ace-responsive-menu li.fullWidth ul.sub-menu > .Red-li::before {
    top: -2px;
    left: 55px;
}

.ace-responsive-menu li.fullWidth ul.sub-menu > .Turquoise-li::before {
    top: -5px;
    left: 60px;
}

.ace-responsive-menu li.fullWidth ul.sub-menu > .Green-li::before {
    top: 3px;
    left: 60px;
}

.ace-responsive-menu li.fullWidth ul.sub-menu > .Gray-li:hover:before {
    border-top: 7px solid #babcbe;
}

.ace-responsive-menu li.fullWidth ul.sub-menu > .Orange-li:hover:before {
    border-top: 7px solid #f89829;
}

.ace-responsive-menu li.fullWidth ul.sub-menu > .Purple-li:hover:before {
    border-top: 7px solid #a54399;
}

.ace-responsive-menu li.fullWidth ul.sub-menu > .Red-li:hover:before {
    border-top: 7px solid #ed1556;
}

.ace-responsive-menu li.fullWidth ul.sub-menu > .Turquoise-li:hover:before {
    border-top: 7px solid #45c3d3;
}

.ace-responsive-menu li.fullWidth ul.sub-menu > .Turquoise-li:hover:before {
    top: -5px;
    left: 25px;
}

.ace-responsive-menu li.fullWidth ul.sub-menu > .Green-li:hover:before {
    border-top: 7px solid #8dc63f;
}

.footer-wrap .col-3 .footer-form-submit, .footer-wrap .col-3 .footer-form-name {
    position: relative;
}

.footer-wrap .col-3 .footer-form-submit:before {
    height: 0;
    width: 0;
    content: "";
    display: block;
    position: absolute;
    border-bottom: 23px solid #f3f3f3;
    border-left: 20px solid transparent;
    right: 69px;
}

.footer-wrap .col-3 .footer-form-name:before {
    height: 0;
    width: 0;
    content: "";
    display: block;
    position: absolute;
    border-top: 24px solid #f3f3f3;
    border-right: 20px solid transparent;
    right: 86px;
}

.search-toggle {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 45px;
    padding: 0 5px;
    display: none;
}

.fixed .menu .search-toggle {
    top: 62px;
}

.search-wrap {
    display: none;
    background: #acacac;
    padding: 7px;
    text-align: center;
    position: absolute;
    right: 0;
    width: 48%;
    z-index: 300;
    margin: 0 auto;
}

.search-wrap input.search-box {
    background: #e6e7e8;
    border: none;
    color: #acacac;
    padding: 5px 20px 5px 10px;
    display: inline-block;
    width: 100%;
    font-family: 'montserratregular';
    font-size: 11px;
    text-transform: uppercase;
}

.search-wrap input.search-btn {
    border: 0;
    position: absolute;
    top: 14px;
    background: transparent url(../images/rightarrow.jpg) no-repeat;
    right: 12px;
    background-size: contain;
    width: 6px;
    height: 10px;
}

.search-toggle.active-search {
    top: 45px;
    padding: 0 5px;
    background: #fff;
}

.footer-wrap .col-3 span#StatusMessage {
    width: 100%;
    float: left !important;
    background: #000 !important;
    padding: 0;
    line-height: 0;
    font-family: 'montserratlight';
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #2413c5;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*newstyles*/
.content_block ul li {
    padding-bottom: 5px;
    list-style-type: disc;
}

.content_block ul {
    margin-bottom: 25px;
    padding-left: 17px;
}

.content_block ol li {
    padding-bottom: 5px;
    list-style-type: decimal;
}

.content_block h4 {
    margin: 20px 0;
}

.content_heading {
    margin-top: 40px;
}

.content_block h5 {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0 20px 0;
}

.content_block .row:nth-child(2) ul li, .content_block .row:nth-child(3) ul li {
    list-style: none;
}

.content_block .row:nth-child(5) .content_heading {
    margin-top: 0;
}

.content_block .row:nth-child(5) .section_content_wrap {
    padding-top: 0;
}

.content_block .row:nth-child(4) .section_content_wrap {
    padding-bottom: 0;
}

.content_block .row:nth-child(4) .col-sm-3 {
    height: 300px;
}

.download-app-icon ul li {
    display: inline-block;
    margin-right: 0;
    float: left;
    width: 47%;
}

.download-app-icon {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.content_block img {
    width: 100%;
    margin: 20px 0;
}

.download-app-icon ul li:nth-child(2) {
    padding-left: 10px;
}

.download-app-icon {
    padding-top: 30px;
}

.content_heading h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
    color: #000000;
    font-family: 'montserratlight';
}

.section_content_wrap {
    padding: 40px 0;
    float: left;
    width: 100%;
    border-bottom: 2px solid #d9d9d9;
}

.section_content_wrap .content_heading {
    margin-top: 0px !important;
}

.content_block h3.group-heading-gray {
    color: #000000 !important;
    margin-bottom: 0;
}

.content_block h4 {
    color: #000000 !important;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.content_block .row:nth-child(4) .section_content_wrap {
    border-bottom: 0 !important;
}

.content_block ol {
    padding-left: 15px;
}

.content_block h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    margin-bottom: 40px;
    margin-top: 0;
    font-family: 'montserratlight';
}

.content_block h2:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 64px;
    height: 2px;
    background: #babcbe;
}

.download-app-icon ul {
    width: 100%;
    float: right;
    padding-left: 0;
}

.pdf_list ul li p {
    color: #333;
    font-size: 14px;
    padding: 5px 0;
}

.pdf_list ul li a:hover {
    text-decoration: none;
}

.pdf_list ul li a .fa-file-pdf-o:before {
    font-size: 50px !important;
    color: #333;
}

.pdf_list ul {
    padding: 0;
}

.pdf_list ul li {
    display: inline-block;
    margin: 0 15px;
}

.pdf_list ul li:nth-child(1) {
    margin-left: 0;
}

.social-lang li.header_link {
    display: block;
}

.ace-responsive-menu li:nth-child(4) ul.column-width.sub-menu li:last-child {
    display: block;
}

/* Responsive Menu Styles
----------------------------------------*/
/*Note: change the max-width asper your requirment and change the same in aceResponsiveMenu({resizeWidth: "768" }) function*/
@media screen and (min-width: 1600px) {
    header .wrap .menu {
        
    }

    .search-wrap {
        width: 37%;
    }
}

@media screen and (max-width: 1440px) {
    .social-lang {
    }
}

@media screen and (max-width: 1366px) {
    header .wrap .menu {
        width: auto;
    }

    .social-lang {
    }
}

@media screen and (max-width: 1300px) and (min-width: 1010px) {
    .ace-responsive-menu {
        width: 100% !important;
    }

    header .wrap .menu {
        width: auto;
    }

    .social-lang {
    }

    header .wrap .logo {
        padding: 13px 0 10px 10px;
    }
}

@media screen and (max-width: 1024px) {
    .footer-wrap .col-3 .footer-form-submit:before {
        right: 67px;
    }

    .footer-wrap .col-3 .footer-form-name:before {
        right: 82px;
    }

    header .wrap .menu {
        width: auto;
    }

    .col-3 .footer-links p {
        text-align: left;
        padding: 8px 0px;
    }

    footer .wrap {
        max-width: 67em;
        margin: 0 auto;
    }

    .footer-policy {
        width: 38% !important;
    }

    .footer-terms {
        width: 51% !important;
    }

    .col-3 .footer-links a {
        text-align: left;
    }

    .content_block .download-app-icon img {
        margin: 0 0;
    }

    .download-app-icon ul li {
        float: left;
    }
}

@media screen and (max-width: 1000px) and (min-width: 800px) {
    .ace-responsive-menu > li > a {
        padding: 18px 10px 18px 10px !important;
    }

    .ace-responsive-menu {
        width: 100% !important;
    }

    header .wrap .menu {
        width: 73%;
    }
}

@media screen and (max-width: 1024px) {
    .social-lang {
        width: 36%;
    }
}

@media screen and (max-width: 800px) {
    .ace-responsive-menu li.columnWidth:hover:before {
        border-color: #fff;
    }

    .social-lang {
        width: 33%;
    }

    .language-switch {
        display: block !important;
    }

    .ace-responsive-menu li:last-child {
        display: block;
    }

    .social-lang li.header_link {
    }

    .ace-responsive-menu .columnWidth:hover {
    }

    .footer-wrap .col-3 .footer-form-submit:before {
        right: 106px;
    }

    .footer-wrap .col-3 .footer-form-name:before {
        right: 123px;
    }

    input.footer-inpt-feild {
        width: 65% !important;
    }

    .footer-policy {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }

    .col-3 .footer-links a {
        text-align: left;
    }

    .col-3 .footer-links p {
        text-align: left;
        padding: 2px 0;
    }

    .footer-wrap-second {
        width: 94%;
        float: left;
        padding: 0px 20px 40px 20px;
    }

    .download-link {
        padding: 15px 0;
    }

    .footer-terms {
        width: 100% !important;
        float: none !important;
        display: block;
    }

    .col-1 {
        width: 100%;
        float: left;
        padding: 0 0 0px 0;
    }

    .col-3 {
        width: 100%;
        float: left;
        padding: 0 0 30px 0;
    }

    .col-2 {
        width: 100%;
        float: left;
    }

    .col-list-1 {
        width: 100%;
        float: left;
    }

    .col-list-2 {
        float: left;
        width: 100%;
    }

    .col-one {
        width: 100%;
        float: left;
    }

    .col-two {
        width: 100%;
        float: left;
    }

    .col-three {
        width: 100%;
        float: right;
    }

    .footer-wrap {
        width: 94%;
        float: left;
        padding: 30px 20px 0px 20px;
    }

    .col-2 .cont {
        width: 100%;
        float: left;
        padding-top: 25px;
    }

    .footer-social-icons {
        width: 100%;
        float: left;
        margin: 12px 0 12px 0;
        position: relative;
        top: 0;
        border-bottom: 1px solid #fff;
        padding: 0 0 20px 0;
    }

    .ace-responsive-menu > li > ul.full-width.sub-menu {
        text-align: left;
        padding-left: 50px;
        width: 91%;
    }

    .ace-responsive-menu > li > ul.full-width.sub-menu {
        border-top: 0;
    }

    .full-width li :hover .color {
        display: inline-block;
    }

    .full-width.sub-menu li a span {
        display: inline-block;
        vertical-align: super;
    }

    .ace-responsive-menu li ul.full-width > li {
        width: 100% !important;
    }

    .ace-responsive-menu li ul.full-width li a {
        text-align: left;
    }

    .ace-responsive-menu li.fullWidth ul.sub-menu > li {
        display: inline-block;
    }

    .ace-responsive-menu li.fullWidth ul.sub-menu > li::before {
        position: absolute;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: -10px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #1b1b1b;
    }

    .ace-responsive-menu li.fullWidth ul.sub-menu > .Gray-li:hover:before {
        border-left: 7px solid #babcbe;
        border-top: 7px solid transparent;
        top: 50%;
        left: 0;
        margin-left: -15px !important;
    }

    .ace-responsive-menu li.fullWidth ul.sub-menu > .Orange-li:hover:before {
        border-left: 7px solid #f89829;
        border-top: 7px solid transparent;
        top: 50%;
        left: 0;
        margin-left: -15px !important;
    }

    .ace-responsive-menu li.fullWidth ul.sub-menu > .Purple-li:hover:before {
        border-left: 7px solid #a54399;
        border-top: 7px solid transparent;
        top: 50%;
        left: 0;
        margin-left: -15px !important;
    }

    .ace-responsive-menu li.fullWidth ul.sub-menu > .Red-li:hover:before {
        border-left: 7px solid #ed1556;
        border-top: 7px solid transparent;
        top: 50%;
        left: 0;
        margin-left: -15px !important;
    }

    .ace-responsive-menu li.fullWidth ul.sub-menu > .Turquoise-li:hover:before {
        border-left: 7px solid #45c3d3;
        border-top: 7px solid transparent;
        top: 50%;
        left: 0;
        margin-left: -15px !important;
    }

    .ace-responsive-menu li.fullWidth ul.sub-menu > .Green-li:hover:before {
        border-left: 7px solid #8dc63f;
        border-top: 7px solid transparent;
        top: 50%;
        left: 0;
        margin-left: -15px !important;
    }

    .ace-responsive-menu li.fullWidth ul.sub-menu > .Gray-li::before {
        top: 50%;
        left: 0;
        margin-left: -15px !important;
    }

    .ace-responsive-menu li.fullWidth ul.sub-menu > .Orange-li::before {
        top: 50%;
        left: 0;
        margin-left: -15px !important;
    }

    .ace-responsive-menu li.fullWidth ul.sub-menu > .Purple-li::before {
        top: 50%;
        left: 0;
        margin-left: -15px !important;
    }

    .ace-responsive-menu li.fullWidth ul.sub-menu > .Red-li::before {
        top: 50%;
        left: 0;
        margin-left: -15px !important;
    }

    .ace-responsive-menu li.fullWidth ul.sub-menu > .Turquoise-li::before {
        top: 50%;
        left: 0;
        margin-left: -15px !important;
    }

    .ace-responsive-menu li.fullWidth ul.sub-menu > .Green-li::before {
        top: 50%;
        left: 0;
        margin-left: -15px !important;
    }

    header .wrap .logo {
        display: none;
    }

    header .wrap .menu {
        width: 100%;
    }

    .mobile-logo {
        width: 40px;
    }

    .mobile-logo img {
        margin-bottom: 10px;
    }

    header .wrap .menu nav {
        float: left;
        width: 100%;
    }

    .demo {
        width: 96%;
        padding: 2%;
    }

    ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"], ul[data-menu-style="vertical"] li ul.sub-menu {
        width: 100% !important;
    }

    .ace-responsive-menu {
        float: left;
        width: 100%;
    }

    .ace-responsive-menu > li {
        /*      border-bottom: 1px solid #242424;*/
        float: none;
        text-align: left;
        margin: 10px 0;
    }

    .ace-responsive-menu > li a {
        text-align: left;
        padding: 0.5em 0;
        border-top: none;
    }

    /*.ace-responsive-menu li a:hover {
        background: #272727 !important;
    }*/
    /*<!--    .ace-responsive-menu > li:first-child {
        border-top: 2px solid #FD5025;
    }   -->*/
    .ace-responsive-menu > li > a i {
        padding-right: 10px;
        color: #FF5737;
    }

    .ace-responsive-menu > li > a > .arrow:before {
        float: right;
        content: "\f105";
    }

    li.menu-active > a > .arrow:before {
        content: "\f107" !important;
    }

    .ace-responsive-menu li ul.sub-menu > li {
        width: 100%;
    }

    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a {
        padding-left: 30px;
    }

    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
        padding-left: 50px;
    }

    .ace-responsive-menu > li > ul.sub-menu {
        position: static;
        width: 100%;
    }

    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
        position: static;
    }

    .ace-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before {
        content: "\f107" !important;
    }
}

@media screen and (max-width: 768px) {
    .content_block .row .col-sm-3 {
        height: auto !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 736px) {
    .ace-responsive-menu {
        /* height: 200px; */
        overflow-y: scroll;
    }

    .carousel-control {
        z-index: 999 !important;
    }
}

@media screen and (max-width: 685px) {
    .social-lang {
        width: 35%;
    }
}

@media screen and (max-width: 650px) {
    .col-three .footer-links a {
        padding: 0;
    }

    .footer-terms {
        width: 100%;
        border: 0;
    }

    .col-3 {
        width: 100%;
    }

    .footer-wrap .col-3 .footer-form-submit:before {
        right: 94px;
    }

    .footer-wrap .col-3 .footer-form-name:before {
        right: 106px;
    }

    .search-toggle {
    }

    .social-lang {
        width: 100%;
        padding: 0;
    }

    .download-app-icon ul li {
        margin-right: 6px;
    }

    .content_block .row:nth-child(5) .content_heading {
        margin-top: 20px;
    }

    .content_block .row:nth-child(5) .content_heading h2 {
        line-height: 25px;
    }

    .content_block .row:nth-child(2) ul li, .content_block .row:nth-child(3) ul li {
        padding: 20px 0 0 0;
    }

    .content_block .row:nth-child(2) ul, .content_block .row:nth-child(3) ul {
        padding-left: 0;
    }

    .download-app-icon {
        padding-top: 0;
    }
}

@media screen and (max-width: 420px) {
    .footer-wrap .col-3 .footer-form-submit:before {
        right: 90px;
    }

    .footer-wrap .col-3 .footer-form-name:before {
        right: 103px;
    }

    .social-lang {
        
    }
}

@media screen and (max-width: 375px) {
    .social-lang {
        width: 75%;
    }

    .footer-wrap .col-3 .footer-form-submit:before {
        right: 82px;
    }

    .footer-wrap .col-3 .footer-form-name:before {
        right: 91px;
    }
}

@media screen and (max-width: 360px) {
    .footer-wrap .col-3 .footer-form-submit:before {
        right: 77px;
    }

    .footer-wrap .col-3 .footer-form-name:before {
        right: 85px;
    }
}

@media screen and (max-width: 320px) {
    .footer-wrap .col-3 .footer-form-submit:before {
        right: 68px;
    }

    .footer-wrap .col-3 .footer-form-name:before {
        right: 77px;
    }

    input.footer-inpt-feild {
        width: 63% !important;
    }

    .fixed .wrap .menu {
        padding: 50px 0 0 0;
    }

    .footer-social-icons {
        padding: 0 0 0px 0;
    }

    .footer-wrap-second {
        padding: 0px 20px 10px 20px;
    }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
/****** New Masaood ******/
.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

footer {
    background-color: #2413c5;
    padding: 3rem 0 1rem 0;
    width: 100%;
    float: left;
    position: relative;
}

footer .wrapper {
    width: 90%;
    margin: 0px auto;
}

footer .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1em;
    flex-flow: row wrap;
}

footer .footer-logo {
    max-width: 64px;
}

.footer-top .footer-top-right .follow-us {
    gap: 1em;
    padding-top: 1em;
}

.footer-top .footer-top-right .follow-us ul li a {
    color: #ffffff;
    line-height: 1;
    transition: all 0.3s ease;
    font-size: 16px;
}

.footer-top .footer-top-right .follow-us ul li a svg:hover {
    fill: rgba(var(--secondary-color), 1);
}

.footer-top .footer-top-right .follow-us svg {
    fill: #ffffff;
    height: 13px;
    width: 13px;
    transition: all 0.3s ease;
}

.footer-top .footer-top-right .follow-us .social-media {
    gap: 0.5em;
    font-size: 1em;
}

.footer-top .footer-top-right .follow-us p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}

footer .footer-middle {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer-middle ul, footer .footer-bottom ul {
    gap: 1.5em;
    flex-wrap: wrap;
    margin: 1.5em 0;
}

footer .footer-middle ul li a, footer .footer-bottom ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 18px;
}

footer .footer-middle ul li:first-child a {
    border-right: none;
}

.footer-middle>ul:nth-child(-n + 3) li:first-child a {
    color: rgba(253, 253, 253, 1);
}

.footer-middle>ul:nth-child(-n + 3) li:not(:first-child) a {
    color: rgba(199, 203, 236, 1);
}

footer .group-web .dropdown-menu a:hover {
    /* color: rgba(var(--secondary-color), 1) !important; */
    background-image: linear-gradient(to right, rgb(149 0 255), #261ac3);
    color: #ffffff !important;
}

footer .group-web li {
    list-style: none;
}

footer .group-web li .dropdown-toggle::after {
    display: none;
}

footer .group-web .dropdown-menu {
    padding: 0;
    border-radius: var(--common-radius) !important;
}

footer .footer-middle ul li:last-child a, footer .footer-bottom ul li:last-child a {
    border-right: none;
}

footer .group-web {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem 0 0rem 0;
    margin-bottom: 0;
}

footer .group-web .dropdown-menu {
    padding: 12px;
    border-radius: var(--common-radius);
    background-image: linear-gradient(to right bottom, rgb(43 52 191 / 90%), rgb(0 97 215), rgb(107 195 227 / 90%));
    background-color: transparent;
    /* background-color: rgba(var(--secondary-color-two), 1); */
    position: relative !important;
    transform: none !important;
    border: 1px solid rgba(var(--primary-color), 1);
}

footer .group-web .dropdown-menu .dropdown-item:hover {
    border-radius: 8px;
    color: #000000;
}

footer .group-web a {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

footer .group-web .la-angle-down {
    font-size: 0.75em;
    padding-top: 2px;
}

footer .footer-bottom {
    padding: 1rem 0;
}

footer .footer-bottom ul li a {
    color: rgba(199, 203, 236, 1);
}

footer .footer-bottom .copyright a {
    color: rgba(199, 203, 236, 1);
    text-decoration: none;
    font-size: 12px;
}

@media (max-width: 767px) {
    /* Footer */ footer .footer-top .footer-logo {
        width: 300px;
        margin-bottom: 1.25em;
    }

    footer .footer-top {
        padding-bottom: 0;
    }

    footer .footer-top .footer-logo img {
        display: block;
    }

    .footer-top .footer-top-right .follow-us .social-media {
        gap: 0.5em;
        font-size: 1.25em;
    }

    .footer-top-right {
        width: 100%;
    }

    footer .footer-middle ul {
        flex-direction: column;
        border-bottom: none !important;
        border-top: none;
    }

    footer .footer-middle .group-web li a {
        border-bottom: none;
    }

    footer .footer-middle ul li a, footer .footer-bottom ul li a {
        border-right: none;
        display: block;
        padding-bottom: 1em;
    }

    footer .footer-middle {
        border-bottom: none;
    }

    footer .footer-middle ul li a {
        border-bottom: 1px solid #fff;
    }

    footer .footer-middle ul:first-of-type li:first-child a, footer .footer-middle ul:nth-of-type(2) li:nth-child(2) a, footer .footer-middle ul:nth-of-type(3) li:nth-child(3) a, footer .footer-middle ul:nth-of-type(3) li:last-child a {
        /*border-bottom: none;*/
        /*display: inline;*/
    }

    footer .footer-bottom ul li a {
        border-bottom: 1px solid #fff;
    }

    footer .footer-bottom ul li:last-child a {
        border-bottom: none;
    }

    footer .footer-bottom {
        flex-direction: column;
        align-items: baseline !important;
    }

    footer .footer-bottom ul {
        flex-direction: column;
        width: 100%;
    }

    footer .footer-bottom {
        padding-top: 3.5em;
    }
}

header .lang-sel a {
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-content: center;
    line-height: 1.2;
}

header .dropdown.lang-sel:hover .dropdown-menu {
    display: block;
    background-image: linear-gradient(to right bottom, rgb(43 52 191 / 90%), rgb(0 97 215), rgb(107 195 227 / 90%));
    background-color: transparent;
    border: 0;
    border-radius: 8px;
    padding: 0.725rem 1.5rem;
    min-width: 100px;
}

header .dropdown.lang-sel .dropdown-menu a {
    font-size: 0.875em;
    color: rgba(255, 255, 255, 1);
    position: relative;
    padding: 0.5rem 0.5rem;
}

header .lang-sel a svg {
    width: 12px;
}

header .lang-sel a .las {
    margin-left: 5px;
}

.search-btn {
    border: 0;
    position: absolute;
    top: 8px;
    background: transparent url(../images/press-search.png) no-repeat;
    right: 10px;
    background-size: contain;
    width: 10px;
    height: 12px;
}


header .wrap .menu nav .archive-logo {
    color: #fff;
    width: 400px;
    font-weight: 300;
    font-size: 3rem;
    margin-left: 5rem;
    padding: 0;
    display: none;
    position: absolute;
}

@media(min-width:1366px){
	header .wrap .menu nav .archive-logo {
		display:block;
	}
	header .wrap .menu nav {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}