:root {
    --color-primary: #1d71b8;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
}

p {
    margin: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1140px;
}

.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
}

.navbar-brand img {
    position: absolute;
    height: 10rem;
    width: 218px;
    padding: 41px 17px;
    background-color: #1D71B8;
    border-right: 9px solid #36A9E1;
    top: 0;
    z-index: 250;
    -webkit-transition: height .3s, margin .3s;
    transition: height .3s, margin .3s;
}

.bg-dark {
    background: #103c60 !important;
}

nav.navbar-dark {
    position: relative;
    z-index: 130;
    font-weight: 600;
    padding-top: 14px;
    padding-bottom: 14px;
    height: 60px;
    transition: 0.3s;
}/*

nav.navbar-dark li {
    padding-left: 1rem;
    padding-right: 1rem;
    border-right: 1px solid #bac0c1;
}

nav.navbar-dark li.login-button {
    background-color: #36a9e1;
    margin-top: -14px;
    margin-bottom: -14px;
    padding-top: 13px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

nav.navbar-dark li a {
    padding-top: 4px;
    padding-bottom: 4px;
}

nav.navbar-dark li.no-border {
    border-right: none;
}

nav.navbar-dark li .dropdown-menu li {
    border-right: 0;
}

nav.navbar-dark li a.btn-sm {
    font-weight: 600;
}

nav.navbar-dark li.nav-item a.btn-sm:hover {
    color: #000;
}*/

nav.secondary-menu {
    height: 100px;
    display: flex;
    align-items: center;
    padding-left: 260px;
    transition: 0.3s;
}
nav.secondary-menu .container-fluid {
    padding-left: 0;
}
.secondary-menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;    
    margin: 0;
}
.secondary-menu ul li {
    margin-left: 55px; 
}
.secondary-menu ul li:first-child {
    margin-left: 0px;
}
.secondary-menu ul li a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}
.secondary-menu ul li a:hover {
    color: var(--color-primary);
}
.secondary-menu h6 a {
    display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: 500;
    margin: 0;
    transition: 0.3s;
    color: #000;
    text-decoration: none;
}
.secondary-menu h6 a figure {
    height: 40px;
    margin: 0 0 0 20px;
    transition: 0.3s;
}
.secondary-menu h6 a figure img {
    height: 100%;
    width: auto;
}
header#header {
    background: #fff;
}
.adsTop {
    transition: 0.3s;
}
header#header.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    -webkit-box-shadow: 0 1px 8px #ddd;
    box-shadow: 0 1px 8px #ddd;
}
header#header.active + .content {
    padding-top: 300px;
}
header#header.active .adsTop {
    height: 0;
    overflow: hidden;
}
header#header.active nav.navbar-dark {
    height: 47px;
}
header#header.active .secondary-menu ul li a {
    font-size: 16px;
    font-weight: 400;
}
header#header.active .secondary-menu h6 a {
    font-size: 16px;
}
header#header.active .secondary-menu h6 a figure {
    height: 28px;
}
header#header.active .navbar-brand img {
    height: 5.9rem;
    margin-left: 56px;
    width: 128px;
    padding: 24px 10px;
    background-color: #1D71B8;
    border-right: 5px solid #36A9E1;
}
header#header.active nav.secondary-menu {
    height: 48px;
}




/**************header***************/


/**************footer***************/
.footer-secondary {
    background-color: #36a9e1;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1;
    padding: .5rem 0;
}

.footer-main {
    background-color: #1d71b8;
    padding: 2.5rem 0;
}

.footer-main img {
    height: 5.75rem;
    margin-right: 1rem;
}

.footer-main ul.nav li.nav-item a {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0 1.6rem;
}

.footer-main ul.nav.social li.nav-item a {
    font-size: 1rem;
    font-weight: 700;
    margin-right: .5rem;
    padding: 0;
}

.footer-main ul.nav.social li.nav-item a i {
    border-radius: 50%;
    line-height: 2rem;
    height: 2rem;
    width: 2rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
}

.footer-secondary li.nav-item:first-child a {
    padding-left: 0;
}

.footer-secondary .nav-privacy li.nav-item:not(:first-child) {
    border-left: 1px solid #fff;
}

.footer-secondary .nav a.nav-link {
    padding: 0 1rem;
}



.cover-fit img {
    object-fit: cover;
    object-position: center;
}
.content-limit1 {
    white-space: normal;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.content-limit2 {
    white-space: normal;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.auto-height .elementor-inner-column {
    height: 100%;
}

.content {
    padding-right: 2rem;
    padding-left: 2rem;
    display: flex;
    flex-wrap: wrap;
}
.content > aside {
    max-width: 230px;
    width: 100%;
    padding: 20px 30px 80px 0;
}
.content > section {
    width: calc(100% - 230px);
}

.left-sidebar .nav-link {
    color: #000;
    font-size: 1rem;
    transition: 0.3s;
}

.left-sidebar .dropdown-item {
    font-size: 1rem;
    padding: .25rem 1.5rem;
    color: #212529;
}
.left-sidebar .dropdown-item:hover, .left-sidebar .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.hasStickOnScroll.active {
    position: sticky;
    top: 130px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    max-height: 100%;
    z-index: 40;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px #f5f5f5;
    box-shadow: 1px 1px 4px #f5f5f5;
    border: 1px solid #f5f5f5;
}
.hasStickOnScroll.active a.nav-link {
    font-size: .9rem;
}
.hasStickOnScroll.active a.dropdown-item {
    font-size: .9rem;
}

.map-svg {
    position: relative;
}
.map-svg > figure {
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.map-svg > figure > img, .map-svg > figure > svg {
    width: 100%;
    height: auto;
}

.map-svg .india > figure, .map-svg .china > figure, .map-svg .southasia > figure {
    width: 6.71%;
    position: absolute;
    margin: 0;
    cursor: pointer;
    transition: 0.3s;
}
.india > figure {
    top: 39.5%;
    left: 9.5%;
}
.china > figure {
    top: 20%;
    right: 49%;
}
.southasia > figure {
    right: 55%;
    bottom: 25%;
}
.india, .china, .southasia {
    pointer-events: none;
}

.overlay-box {
    position: absolute;
    width: 23%;
    transform: scale(0);
    transform-origin: bottom;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transition-delay: 0.2s;
    z-index: 1;
}
.overlay-content {
    overflow: hidden;
    position: absolute;
    transform: translate(-50%, 0%);
    border-radius: 50%;
    text-align: center;
    padding: 12px 12px 12px 12px;
    cursor: pointer;
}
.overlay-content > figure {
    width: 32%;
    height: auto;
    margin: 0 auto !important
}
.overlay-content p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}
.india .overlay-content {
    width: 83.5%;
    height: 58.5%;
    top: 5.5%;
    left: 49%;
}
.china .overlay-content {    
    width: 83%;
    height: 57%;
    top: 7%;
    left: 49.5%;
}
.southasia .overlay-content {
    width: 83%;
    height: 57.5%;
    top: 7%;
    left: 49.5%;
}
.cls-4, .cls-5, .cls-6 {
    cursor: pointer;
}
.cls-4 {
    -moz-animation: glowIndia 0.7s infinite alternate ease-in-out;
    -webkit-animation: glowIndia 0.7s infinite alternate ease-in-out;
    animation: glowIndia 0.7s infinite alternate ease-in-out;
    transform-origin: center; 
}
.cls-5 {
    -moz-animation: glowChina 0.7s infinite alternate ease-in-out;
    -webkit-animation: glowChina 0.7s infinite alternate ease-in-out;
    animation: glowChina 0.7s infinite alternate ease-in-out;
    transform-origin: center; 
}
.cls-6 {
    -moz-animation: glowSouthasia 0.7s infinite alternate ease-in-out;
    -webkit-animation: glowSouthasia 0.7s infinite alternate ease-in-out;
    animation: glowSouthasia 0.7s infinite alternate ease-in-out;
    transform-origin: center; 
}

.cls-4.inactive, .cls-5.inactive, .cls-6.inactive {
    animation: none;
}

@-webkit-keyframes glowIndia {
    0% { fill: #f60; transform: scale(1);}
    100% { fill: #d35400; transform: scale(1.011)}
}
@-webkit-keyframes glowChina {
    0% { fill: #a300da; transform: scale(1);}
    100% { fill: #bf02ff; transform: scale(1.011)}
}
@-webkit-keyframes glowSouthasia {
    0% { fill: #00bce5; transform: scale(1);}
    100% { fill: #00d1ff; transform: scale(1.011)}
}

.india .overlay-box {
    top: 5.8%;
    left: 2.5%;
}
.china .overlay-box {
    top: -16%;
    left: 37.2%;
}
.southasia .overlay-box {
    top: 29%;
    left: 31%;
}
.overlay-box figure {
    position: relative;
}
.overlay-box figure::before {
    content: "";
    position: absolute;
    top: 9%;
    right: 11%;
    width: 79%;
    z-index: -1;
    height: 55%;
    border-radius: 50%;
    box-shadow: 20px 15px 40px -3px rgb(0 0 0 / 50%);
}
.china.active .overlay-box, .india.active .overlay-box, .southasia.active .overlay-box {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.china > figure, .southasia > figure {
    z-index: 2;
    -moz-animation: upArrow 0.6s infinite alternate ease-in-out;
    -webkit-animation: upArrow 0.6s infinite alternate ease-in-out;
    animation: upArrow 0.6s infinite alternate ease-in-out;
}
.india > figure {
    z-index: 2;
    -moz-animation: downArrow 0.6s infinite alternate ease-in-out;
    -webkit-animation: downArrow 0.6s infinite alternate ease-in-out;
    animation: downArrow 0.6s infinite alternate ease-in-out;
}
.india.active > figure, .china.active > figure, .southasia.active > figure {
    transition: 0.3s;
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
}
/*.china.active > figure, .india.active > figure, .southasia.active > figure {
    transition-delay: 0.2s:
}*/
@-webkit-keyframes upArrow {
    0% { -webkit-transform: translateY(0)}
    100% { -webkit-transform: translateY(-0.4em)}
}
@-webkit-keyframes downArrow {
    0% { -webkit-transform: translateY(0)}
    100% { -webkit-transform: translateY(0.4em)}
}

.cli-style-v2 .cli-bar-message {
    width: 80%;
    text-align: left;
}
.box-section figure.elementor-image-box-img {
    min-width: 55%;
    height: 645px;
}
.box-section figure.elementor-image-box-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: left center;
}
.box-section .elementor-image-box-content {
    padding: 110px 30px 30px 30px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    height: 100%;
}
.cPosition figure.elementor-image-box-img {
    max-width: 130px;
    width: 100% !important;
}
.form-fields .single input, .form-fields .single select, .form-fields .single textarea {
    height: 40px;
    width: 100%;
    border: 1px solid #d2d2d2;
    background: #fff;
    border-radius: 5px;
    padding: 2px 18px;
    font-size: 14px;
    outline: none !important;
}
.form-fields .single textarea {
    height: 160px;
    width: 100%;
}
.form-fields .single {
    margin-bottom: 20px;
}
.form-fields .single input:focus, .form-fields .single select:focus, .form-fields .single textarea:focus {
    border: 1px solid #1A609E;
    outline: none !important;
}
.form-fields .single label > span {
    margin-top: 5px;
    display: block;
    width: 100%
}
.form-fields .single label {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.form-fields .single label span.tc, .form-fields .single label span.tc > *,
.form-fields .single label span.participate, .form-fields .single label span.participate > * {
    display: inline;
}
.form-fields .single label span.tc .first,
.form-fields .single label span.participate .first {
    margin: 0;
}
.form-fields .single label span.tc label,
.form-fields .single label span.participate label {
    display: flex;
    align-items: center;
    font-weight: 600;
    top: 2px;
    position: relative;
}
.form-fields .single label span.tc label span,
.form-fields .single label span.participate label span {
    display: inline;
    white-space: nowrap;
    margin: 0;
    top: 2px;
    position: relative;
}
.form-fields .single label span.tc label input,
.form-fields .single label span.participate label input {
    min-height: 16px;
    min-width: 16px;
    margin-right: 5px;
    top: 1.5px;
    position: relative;
    height: auto;
}
.form-fields .single.ck label {
    font-size: 12px;
    font-weight: 600;
}
.form-fields input[type="submit"] {
    height: 40px;
    background: #2470BA;
    border: none;
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}
.div-social-icons ul li:first-child() a {
    padding-left: 0;
}
.div-social-icons ul li .fa {
    font-size: 0.9375rem;
}
.div-social-icons ul li i {
    border-radius: 50%;
    text-align: center;
    line-height: 1.5rem;
    height: 1.75rem;
    width: 1.75rem;
    border: 2px solid #1d71b8;
}
.div-social-icons ul li a.nav-link {
    padding: 0.2rem;
}
.div-social-icons .dropdown-menu.dropdown-menu-right {
    right: 0px !important;
    bottom: auto !important;
    top: 100% !important;
    padding-left: 8px;
    padding-right: 8px;
    transform: translate(10%, 0%) !important;
    min-width: auto !important;
    width: 150px;
}
.div-social-icons.new {
    padding: 0;
    border: none;
}
.div-social-icons.new .nav {   
    justify-content: flex-end;
}
.div-social-icons.new .dropdown-menu.dropdown-menu-right {
    transform: translate(34%, 0%) !important;
    width: 160px;
}
.list-box li span {
    background: #f0f0f0;
    padding: .5rem;
    display: inline-block;
    background-color: #f0f0f0;
    margin-bottom: 1rem;
    font-family: Montserrat;
    border-radius: 3px;
}
.related-box figure.elementor-image-box-img {
    height: 180px;
    border: 1px solid rgba(0,0,0,0.1);
}
.related-box figure.elementor-image-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.related-box .elementor-image-box-content h3.elementor-image-box-title {
    min-height: 150px;
    padding: 20px 20px 0px 20px;
    margin: 30px 0 0 0;
}
.related-box .elementor-image-box-content p.elementor-image-box-description {
    margin-left: -85%;
    padding: 15px 20px 15px 50px;
}
.related-box .elementor-image-box-wrapper {
    position: relative;
}
.related-box .elementor-image-box-wrapper::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 0;
    right: 0;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    background: #fff;
}
.related-box .elementor-image-box-wrapper > * {
    position: relative;
}
.wpcf7-response-output {
    color: #000;
    margin: 25px 0 0 0 !important;
    font-size: 14px;
}
.report-popup .wpcf7-response-output {
    color: #fff;
}


/********TABLE*********/
table.tablepress {	
    border: 1px solid #ddd;
}
table.tablepress tr td {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    padding: 10px 10px;
    font-weight: 500;
}
table.tablepress thead tr th {
	background-color: #0b5c97;
	color: white;
    padding: 10px 10px;
	font-size: 14px;
    font-weight: 600;
}
.box-section .elementor-image-box-description a,
.box-section .elementor-image-box-description a {
    font-weight: 600;
    font-size: 20px;
    fill: var( --e-global-color-primary );
    color: var( --e-global-color-primary );
}
.dealReports .elementor-element-4a0d9b7 span,
.dealReports .elementor-element-ed159c4 span,
.dealReports .elementor-element-f091118 span {
    cursor: pointer;
}	
.modal-backdrop {
    background-color: #fff;
}
.modal-backdrop.show {
    opacity: .89;
}
.report-popup .modal-dialog {
    max-width: 900px;
}
.report-popup .modal-content {
    background: #000;
    border: none;
    overflow: visible;
}
.report-popup .form-fields .single label {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}
.report-popup .form-fields .single input, .report-popup .form-fields .single select, .report-popup .form-fields .single textarea {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    height: 50px;
    font-size: 18px;
}
.report-popup .form-fields .single select option {
    color: #000;
}
.report-popup .modal-body {
    padding: 35px;
}
.report-popup .modal-header {
    padding: 0;
    border: none;
    padding: 35px 35px 0 35px;
}
.report-popup .modal-header h5 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 100%;
}
.report-popup .form-fields .single.ck label {
    font-size: 16px;
    font-weight: 400;
}
.report-popup .form-fields .single label span.tc label, .report-popup .form-fields .single label span.participate label {
    top: 1px;
}
.report-popup .form-fields .single label span.tc label input, .report-popup .form-fields .single label span.participate label input {
    top: 0px;
}
.form-fields .single.ck {
    margin-bottom: 15px;
}
.form-fields input[type="submit"] {
    background: #2470BA;
    margin-top: 20px;
}
.report-popup button.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(25%,-25%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #1d71b8 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
    border: 2px solid #fff;
}
.less-content {
    height: 160px;
    overflow: hidden;
    position: relative;
}
.less-content::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(0deg, #fff, rgba(255,255,255,0.8), rgba(255,255,255,0));
    height: 160px;
    z-index: 9;
}
.shadow-blue > div.elementor-container::before, .shadow-purple > div.elementor-container::before, .shadow-orange > div.elementor-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 9;
}
.shadow-blue > div.elementor-container::before {
    background-image: linear-gradient(180deg, rgba(0, 188, 229, 0.8), rgba(0, 188, 229, 0));
}
.shadow-purple > div.elementor-container::before {
    background-image: linear-gradient(180deg, rgba(163, 0, 218, 0.8), rgba(163, 0, 218, 0));
}
.shadow-orange > div.elementor-container::before {
    background-image: linear-gradient(180deg, rgba(255, 102, 0, 0.8), rgba(255, 102, 0, 0));
}
.shadow-blue {
    z-index: 3;
    padding-top: 120px !important;
    margin-top: -55px !important;
}
.shadow-purple {
    z-index: 2;
    padding-top: 120px !important;
    margin-top: -85px !important;
}
.shadow-orange {
    z-index: 1;
    padding-top: 120px !important;
    margin-top: -85px !important;
}

.top-shadow img.attachment-full.size-full {
    border-top: 48px solid #F1F1F1;
    margin-top: -48px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 30px 30px;
}
.cli-style-v2 .cli-bar-message {
    font-size: 16px;
    line-height: 1.6;
}
.modal-backdrop {
    z-index: 9999;
}
.modal {
    z-index: 99999;
}
.cli-bar-message a {
    color: #fff !important;
}
.shadow-orange > div.elementor-container > div.elementor-column:first-child, .shadow-blue > div.elementor-container > div.elementor-column:first-child, .shadow-purple > div.elementor-container > div.elementor-column:first-child {
    cursor: pointer;
}
nav.secondary-menu h6 {
    margin: 0;
}
.cover-fit-img, .cover-fit-img > div, .cover-fit-img > div a {
    height: 100%;
    width: 100%;
}
.cover-fit-img img {
    object-fit: cover;
    object-position: right bottom;
    height: 100% !important;
}
.adsTop a {
    height: 93px;
    display: block;
}
.adsTop a img {
    max-height: 100%;
    max-width: 100%;
}
.adsTop .py-4 {
    padding: 25px 0 !important;    
}
.viewReport {
    position: absolute !important;
    z-index: 9;
    bottom: 0;
    display: none !important;
}
.less-content .viewReport {
    display: block !important;
}


/******HOME ELEMENTOR*******/
@media (min-width: 1600px) and (max-width: 1799.98px) {
.overlay-content p {
    font-size: 11px;
}
}

@media (max-width: 1599.98px) {
.mapHome-section {
    padding: 100px 60px 0px 60px !important;
}
.mapHome-section > .elementor-container.elementor-column-gap-default {
	flex-wrap: wrap !important;
}
.mapHome-section > .elementor-container.elementor-column-gap-default > .elementor-col-50 {
	width: 100% !important;
}
.mapHome-section .elementor-element-af0ab2a img {
    width: 400px !important;
    height: auto !important;
}
.mapHome-section .elementor-element-af0ab2a, .mapHome-section .elementor-element-be221b4, .mapHome-section .elementor-element-40712cb {
    text-align: center !important;
}
.mapHome-section .elementor-element-40712cb {
    font-size: 18px !important;
}
.mapHome-section .elementor-element-40712cb > .elementor-widget-container {
    margin: 20px 0px 0px 0px !important;
}
.map-section {
    max-width: 945px !important;
    margin: 110px auto 0 auto !important;
}


/*Section Title*/
.dealReports .elementor-element-8902dab .elementor-heading-title,
.dealPartner-Section .elementor-element-6b49ab6 .elementor-heading-title,
.dealPartner-Section .elementor-element-b8ce7cd .elementor-heading-title,
.dealPartner-Section .elementor-element-71f0726 .elementor-heading-title,
.dealPartner-Section .elementor-element-042200b .elementor-heading-title,
.insightSection .elementor-element-8007506 .elementor-heading-title {
    font-size: 30px !important;
}
/*End*/


.dealReports .elementor-element-098c606 > .elementor-element-populated,
.dealReports .elementor-element-6372f94 > .elementor-element-populated,
.dealReports .elementor-element-67b97c7 > .elementor-element-populated {
    padding: 70px 50px 70px 50px !important;
}
.dealReports .elementor-element-f85463a .elementor-heading-title,
.dealReports .elementor-element-677dead .elementor-heading-title,
.dealReports .elementor-element-ceaa833 .elementor-heading-title {
    font-size: 30px !important;
}
.dealReports .elementor-element-3f24d39 > .elementor-widget-container,
.dealReports .elementor-element-8de4b35 > .elementor-widget-container,
.dealReports .elementor-element-99a3f66 > .elementor-widget-container,
.dealPartner-Section .elementor-element-f93474c > .elementor-widget-container,
.dealPartner-Section .elementor-element-867d010 > .elementor-widget-container,
.dealPartner-Section .elementor-element-a3eb9b3 > .elementor-widget-container,
.dealPartner-Section .elementor-element-b9d6737 > .elementor-widget-container {
    margin: 15px 0px 25px 0px !important;
}
.dealPartner-Section .barometer-article-text .elementor-widget-text-editor,
.dealReports .elementor-element-3f24d39,
.dealReports .elementor-element-8de4b35,
.dealReports .elementor-element-99a3f66,
.dealPartner-Section .elementor-element-f93474c,
.dealPartner-Section .elementor-element-867d010,
.dealPartner-Section .elementor-element-a3eb9b3,
.dealPartner-Section .elementor-element-b9d6737 {
    font-size: 18px !important;
}
.dealReports .report-button .elementor-button,
.dealPartner-Section .elementor-element-66408ca .elementor-button,
.dealPartner-Section .elementor-element-3bc8836 .elementor-button,
.dealPartner-Section .elementor-element-d548f4d .elementor-button,
.dealPartner-Section .elementor-element-bbdec83 .elementor-button {
    font-size: 20px !important;
}


.dealPartner-Section .barometer-article-text > div,
.dealPartner-Section .elementor-element-51e1c1a > .elementor-element-populated,
.dealPartner-Section .elementor-element-3b26227 > .elementor-element-populated,
.dealPartner-Section .elementor-element-1d2c537 > .elementor-element-populated,
.dealPartner-Section .elementor-element-6b54b46 > .elementor-element-populated {
    padding: 50px 60px 50px 60px !important;
}
.dealPartner-Section .barometer-article-text h5,
.dealPartner-Section .elementor-element-cfdf5d3 .elementor-heading-title,
.dealPartner-Section .elementor-element-7f89d6b .elementor-heading-title,
.dealPartner-Section .elementor-element-09ae862 .elementor-heading-title,
.dealPartner-Section .elementor-element-0e15047 .elementor-heading-title,
.dealPartner-Section .elementor-element-3b1fdd0 .elementor-heading-title,
.dealPartner-Section .elementor-element-067b0af .elementor-heading-title,
.dealPartner-Section .elementor-element-04a40c3 .elementor-heading-title,
.dealPartner-Section .elementor-element-007b2a6 .elementor-heading-title {
    font-size: 20px !important;
}
.dealPartner-Section .elementor-column.elementor-col-33 {
	width: 40% !important;
}
.dealPartner-Section .elementor-column.elementor-col-66 {
	width: 60% !important;
}

.box-section figure.elementor-image-box-img {
    min-width: 50%;
    height: 525px;
}
.box-section .elementor-image-box-title,
.box-section .elementor-image-box-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.5em !important;
    margin-bottom: 15px !important;
}
.box-section .elementor-image-box-description,
.box-section .elementor-image-box-description {
    font-size: 15px !important;
}
.box-section .elementor-image-box-description a,
.box-section .elementor-image-box-description a {
    font-weight: 600;
    fill: var( --e-global-color-primary );
    color: var( --e-global-color-primary );
	font-size: 15px;
}
.cPosition > .elementor-widget-container {
    margin: 0px 0px -58px 0px;
	padding: 15px 15px 15px 15px;
}
.cPosition figure.elementor-image-box-img {
    max-width: 100px;
}
.box-section .elementor-image-box-content {
	padding: 90px 20px 20px 20px;
}


.contactSection .elementor-element-81816b5 {
    width: 60% !important;
}
.contactSection .elementor-element-34afe2e {
    width: 40% !important;
}
.contactSection .elementor-element-418858c img {
    width: 75px !important;
}
.elementor-element-2a5ba58 h2,.elementor-element-ea5f09d h2,.elementor-element-e22b566 h3 {
    font-size: 30px !important;
}
.elementor-element-2a5ba58 h2 br,.elementor-element-ea5f09d h2 br,.elementor-element-e22b566 h3 br {
    display: none !important;
}
.elementor-element.elementor-element-b7820ee,
.elementor-element.elementor-element-ef4e453,
.elementor-element.elementor-element-7d12ea3,
.elementor-element.elementor-element-051d2f5,
.elementor-element.elementor-element-b9cb67a,
.elementor-element.elementor-element-cf1a90c,
.elementor-element.elementor-element-3a1b2ff,
.elementor-element.elementor-element-35c6a5f,
.elementor-element.elementor-element-8f62853,
.elementor-element.elementor-element-290f7e1 {
    display: none !important;
}
.elementor-element.elementor-element-2e6c818,
.elementor-element.elementor-element-13b7cfd,
.elementor-element.elementor-element-f731297 {
    width: 100% !important;
}
.elementor-element.elementor-element-4a06ee4, 
.elementor-element.elementor-element-8988225, 
.elementor-element.elementor-element-0c1e279, 
.elementor-element.elementor-element-4c5e6ca, 
.elementor-element.elementor-element-7734347, 
.elementor-element.elementor-element-9f0ee84 {
    width: calc(100% - 210px) !important;
}
.elementor-element.elementor-element-1b79b7d,
.elementor-element.elementor-element-9dcc1b5,
.elementor-element.elementor-element-a76af40,
.elementor-element.elementor-element-ca53bb7,
.elementor-element.elementor-element-084a1df,
.elementor-element.elementor-element-3738cc8,
.elementor-element.elementor-element-6aa4f4c,
.elementor-element.elementor-element-2de61f4,
.elementor-element.elementor-element-bdccbbd {
    max-width: 210px;
    width: 100% !important;
}
.elementor-element.elementor-element-b6aa72b,
.elementor-element.elementor-element-092bf3f,
.elementor-element.elementor-element-ad2864f {
    width: 100% !important;
    max-width: 170px;
}

.report-popup .modal-header h5 {
    font-size: 30px;
}
.report-popup .form-fields .single label {
    font-size: 16px;
}
.report-popup .form-fields .single input, .report-popup .form-fields .single select, .report-popup .form-fields .single textarea {
    height: 45px;
    font-size: 16px;   
    padding: 2px 10px;
}
}

/*@media (min-width: 1300px) and (max-width: 1599.98px) {
.mapHome-section {
    padding-left: 0 !important;
}
.mapHome-section > .elementor-container.elementor-column-gap-default > .elementor-col-50.elementor-element-9bf41cb {
    width: 32% !important;
}
.mapHome-section > .elementor-container.elementor-column-gap-default > .elementor-col-50.elementor-element-a4c2880 {
    width: 68% !important;
}
.mapHome-section .elementor-element-af0ab2a img {
    width: 250px !important;
}
.mapHome-section .elementor-element-af0ab2a, .mapHome-section .elementor-element-be221b4, .mapHome-section .elementor-element-40712cb {
    text-align: left !important;
}
.mapHome-section .elementor-element-40712cb {
    font-size: 16px !important;
}
.overlay-content p {
    font-size: 11px;
}
}

@media (min-width: 1300px) and (max-width: 1499.98px) {
.overlay-box {
    width: 26%;
}
.china .overlay-box {
    top: -22%;
    left: 35.8%;
}
.india .overlay-box {
    top: -0.5%;
    left: 1.3%;
}
.southasia .overlay-box {
    top: 22.5%;
    left: 29.8%;
}
}*/

@media (max-width: 1399.98px) {
.adsTop img.w-100 {
    max-width: 850px;
}
nav.navbar-dark {
    height: 50px;
}
.hasStickOnScroll a.nav-link {
    font-size: 0.9rem;
}
.secondary-menu h6 a {
    font-size: 16px !important;
}
.secondary-menu h6 a figure {
    height: 25px;
    margin: 0 0 0 10px;
}
.secondary-menu ul li a {
    font-size: 16px;
}
.secondary-menu ul li {
    margin-left: 45px;
}
header#header.active .secondary-menu h6 a figure {
    height: 25px;
}
nav.secondary-menu {
    height: 60px;
    padding-left: 200px;
}
.navbar-brand img {
    height: 80px;
    width: 109px;
    padding: 20px 9px;
    background-color: #1D71B8;
    border-right: 4px solid #36A9E1;
}
.content > aside {
    max-width: 200px;
    padding: 25px 25px 80px 0;
}
.content > section {
    width: calc(100% - 200px);
}
header#header.active .navbar-brand img {
    height: 94px;
    width: 128px;
    padding: 24px 10px;
    background-color: #1D71B8;
    border-right: 5px solid #36A9E1;
}
.mapHome-section {
    padding: 50px 0px 0px 0px !important;
}
.map-section {
    max-width: 900px !important;
}
.mapHome-section .elementor-element-af0ab2a img {
    width: 350px !important;
    height: auto !important;
}
.mapHome-section .elementor-element-40712cb > .elementor-widget-container {
    margin: 20px 0px 0px 0px !important;
    padding: 0 !important;
}
.mapHome-section .elementor-element-40712cb {
    font-size: 16px !important;
}
.mapHome-section .elementor-element-be221b4 .elementor-heading-title {
    font-size: 30px !important;
}
.dealReports .elementor-element-f85463a .elementor-heading-title, .dealReports .elementor-element-677dead .elementor-heading-title, .dealReports .elementor-element-ceaa833 .elementor-heading-title {
    font-size: 24px !important;
}
.dealPartner-Section .read-article-button .elementor-button-text,
.dealReports .report-button .elementor-button, .dealPartner-Section .elementor-element-66408ca .elementor-button,
.dealPartner-Section .elementor-element-3bc8836 .elementor-button,
.dealPartner-Section .elementor-element-d548f4d .elementor-button,
.dealPartner-Section .elementor-element-bbdec83 .elementor-button {
    font-size: 16px !important;
}
.dealPartner-Section .barometer-article-text .elementor-widget-text-editor,
.dealReports .elementor-element-3f24d39, .dealReports .elementor-element-8de4b35, .dealReports .elementor-element-99a3f66, .dealPartner-Section .elementor-element-f93474c,
.dealPartner-Section .elementor-element-867d010,
.dealPartner-Section .elementor-element-a3eb9b3,
.dealPartner-Section .elementor-element-b9d6737 {
    font-size: 16px !important;
}
.dealPartner-Section .barometer-article-text > div,
.dealPartner-Section .elementor-element-51e1c1a > .elementor-element-populated,
.dealPartner-Section .elementor-element-3b26227 > .elementor-element-populated,
.dealPartner-Section .elementor-element-1d2c537 > .elementor-element-populated,
.dealPartner-Section .elementor-element-6b54b46 > .elementor-element-populated  {
    padding: 30px 30px 30px 30px !important;
}
.dealPartner-Section .barometer-article-text h5,
.dealPartner-Section .elementor-element-cfdf5d3 .elementor-heading-title, .dealPartner-Section .elementor-element-7f89d6b .elementor-heading-title,
.dealPartner-Section .elementor-element-09ae862 .elementor-heading-title,
.dealPartner-Section .elementor-element-0e15047 .elementor-heading-title,
.dealPartner-Section .elementor-element-3b1fdd0 .elementor-heading-title,
.dealPartner-Section .elementor-element-067b0af .elementor-heading-title,
.dealPartner-Section .elementor-element-04a40c3 .elementor-heading-title,
.dealPartner-Section .elementor-element-007b2a6 .elementor-heading-title {
    font-size: 18px !important;
}
.dealReports .elementor-element-3f24d39 > .elementor-widget-container, .dealReports .elementor-element-8de4b35 > .elementor-widget-container, .dealReports .elementor-element-99a3f66 > .elementor-widget-container, .dealPartner-Section .elementor-element-f93474c,
.dealPartner-Section .elementor-element-867d010 > .elementor-widget-container,
.dealPartner-Section .elementor-element-a3eb9b3 > .elementor-widget-container,
.dealPartner-Section .elementor-element-b9d6737 > .elementor-widget-container{
    margin: 15px 0px 15px 0px !important;
}
.insight-section > .elementor-container {
    flex-wrap: wrap;
}
.insight-section > .elementor-container > .elementor-column.elementor-col-50 {
    width: 100%;
}
.insight-section .elementor-element-d4c74c4 > .elementor-widget-container,
.insight-section .elementor-element-db8109e > .elementor-widget-container {
    padding: 15px 15px 15px 15px !important;
}
.insight-section .elementor-element-d4c74c4 > .elementor-widget-container h6.elementor-image-box-title,
.insight-section .elementor-element-db8109e > .elementor-widget-container h6.elementor-image-box-title {
    margin: 0;
}
.insight-section > .elementor-container > .elementor-column.elementor-col-50 .elementor-element-populated {
    padding: 0;
}
.box-section figure.elementor-image-box-img {
    min-width: 30%;
    max-width: 320px;
    height: 400px;
}
.box-section .elementor-image-box-content {
    padding: 100px 40px 30px 40px;
    align-items: flex-start;
}
.insight-section .elementor-element-f1f3d03 {
    margin-bottom: 50px;
}
.form-fields .single label {
    font-size: 14px;
}
.form-fields .single textarea {
    height: 100px;
}
.elementor-11 .elementor-element.elementor-element-7877a4e .elementor-image-box-description {
    font-size: 16px;
}
.elementor-11 .elementor-element.elementor-element-7877a4e .elementor-image-box-title {
    font-size: 20px;
}
.elementor-11 .elementor-element.elementor-element-a4c2880 > .elementor-element-populated {
    padding: 0 !important;
}
.overlay-content p {
    font-size: 12px;
}
.elementor-144 .elementor-element.elementor-element-df00843 .elementor-heading-title,
.elementor-196 .elementor-element.elementor-element-5673ea0 .elementor-heading-title,
.elementor-195 .elementor-element.elementor-element-5614e23 .elementor-heading-title {
    font-size: 30px !important;
}
.elementor-element-2a5ba58 h2,.elementor-element-ea5f09d h2,.elementor-element-e22b566 h3 {
    font-size: 26px !important;
}
}


@media (max-width: 1199.98px) {
.india, .china, .southasia {
    pointer-events: auto;
}

.adsTop img.w-100 {
    max-width: 700px;
}
.dealReports .elementor-element-098c606 > .elementor-element-populated, .dealReports .elementor-element-6372f94 > .elementor-element-populated, .dealReports .elementor-element-67b97c7 > .elementor-element-populated {
    padding: 60px 25px 60px 25px !important;
}
.dealReports .elementor-element-f85463a .elementor-heading-title, .dealReports .elementor-element-677dead .elementor-heading-title, .dealReports .elementor-element-ceaa833 .elementor-heading-title {
    font-size: 22px !important;
}
.dealPartner-Section .barometer-article-text > div,
.dealPartner-Section .elementor-element-51e1c1a > .elementor-element-populated,
.dealPartner-Section .elementor-element-3b26227 > .elementor-element-populated,
.dealPartner-Section .elementor-element-1d2c537 > .elementor-element-populated,
.dealPartner-Section .elementor-element-6b54b46 > .elementor-element-populated  {
    padding: 30px 25px 30px 25px !important;
}
.dealPartner-Section .barometer-article-text h5,
.dealPartner-Section .elementor-element-cfdf5d3 .elementor-heading-title, .dealPartner-Section .elementor-element-7f89d6b .elementor-heading-title,
.dealPartner-Section .elementor-element-09ae862 .elementor-heading-title,
.dealPartner-Section .elementor-element-0e15047 .elementor-heading-title,
.dealPartner-Section .elementor-element-3b1fdd0 .elementor-heading-title,
.dealPartner-Section .elementor-element-067b0af .elementor-heading-title,
.dealPartner-Section .elementor-element-04a40c3 .elementor-heading-title,
.dealPartner-Section .elementor-element-007b2a6 .elementor-heading-title {
    font-size: 17px !important;
}
.box-section figure.elementor-image-box-img {
    height: 440px;
}
.elementor-11 .elementor-element.elementor-element-81816b5 > .elementor-element-populated {
    padding: 15px 15px 15px 15px !important;
}
.elementor-11 .elementor-element.elementor-element-4928ec2 > .elementor-widget-container {
    padding: 20px 20px 20px 20px !important;
}
.form-fields .single input, .form-fields .single select, .form-fields .single textarea {
    padding: 2px 10px;
}
.contactSection .elementor-element-81816b5 {
    width: 100% !important;
}
.contactSection .elementor-element-34afe2e {
    width: 100% !important;
    padding: 10px 10px 30px 10px;
}
.elementor-11 .elementor-element.elementor-element-7877a4e .elementor-image-box-description {
    font-size: 16px !important;
}
.elementor-11 .elementor-element.elementor-element-7877a4e .elementor-image-box-title {
    font-size: 20px !important;
}
.footer-main ul.nav li.nav-item a {
    font-size: 1rem;
    font-weight: 500;
    padding: 0 1rem;
}
.footer-main img {
    height: 4.5rem;
}
.footer-main ul.nav.social li.nav-item a i {
    line-height: 1.8rem;
    height: 1.8rem;
    width: 1.8rem;
}
.footer-main ul.nav.social li.nav-item a {
    font-size: 0.8rem;
    margin-right: 0.3rem;
}
.map-section {
    max-width: 720px !important;
}
.china .overlay-box {
    top: -21%;
    left: 46%;
}
.china > figure {
    top: 21%;
    right: 39%;
}
.india .overlay-box {
    top: 0.8%;
    left: 1.3%;
}
.southasia .overlay-box {
    top: 21.9%;
    left: 30%;
}
.overlay-box {
    width: 26%;
}
.elementor-144 .elementor-element.elementor-element-df00843 .elementor-heading-title,
.elementor-196 .elementor-element.elementor-element-5673ea0 .elementor-heading-title,
.elementor-195 .elementor-element.elementor-element-5614e23 .elementor-heading-title {
    font-size: 26px !important;
}
.elementor-element-2a5ba58 h2,.elementor-element-ea5f09d h2,.elementor-element-e22b566 h3 {
    font-size: 24px !important;
}
.elementor-element-cf5642e > div, .elementor-element-1dcfbdf > div, .elementor-element-3ba6f90 > div {
    flex-wrap: wrap !important;
}
.elementor-element-cf5642e > div > div, .elementor-element-1dcfbdf > div > div, .elementor-element-3ba6f90 > div > div {
    width: 100% !important;
    margin-top: 50px;
}
.elementor-element-cf5642e > div > div:first-child, .elementor-element-1dcfbdf > div > div:first-child, .elementor-element-3ba6f90 > div > div:first-child {
    margin-top: 0;
}
}


@media (max-width: 991.98px) {
.adsTop img.w-100 {
    max-width: 600px;
}
.navbar-brand img {
    z-index: 999;
}
nav.secondary-menu {
    padding-left: 190px;
    z-index: 99;
}
.secondary-menu h6 a {
    position: relative;
    z-index: 9;
    transition: 0.3s
}
.secondary-menu .mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 90px 2rem 30px 2rem;
    background: #103c60;
    display: none;
}
.content > aside {
    padding: 0;
    display: none;
}
.content > section {
    width: calc(100% - 0px);
}
.menu {
    display: inline-flex;
    float: right;
    height: 30px;
    width: 40px;
    border: 1px solid #1a609e;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1a609e;
    background: #fff;
    text-decoration: none;
    position: relative;
    z-index: 99;    
    text-align: center;
    line-height: 30px;
    transition: 0.3s;
}
.secondary-menu.active .menu {
    background: #1a609e;
    color: #fff;
    border-color: #fff;
}
nav.secondary-menu {
    position: relative;
}
.secondary-menu.active h6 a {
    color: #fff;
}
.secondary-menu h6 a figure {
    background: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    height: 29px;
}
.secondary-menu ul {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.secondary-menu ul li {
    margin: 0 0 10px 0;
    display: block;
    width: 100%;
}
.secondary-menu ul li:last-child {
    margin: 0;
}
.secondary-menu ul li a {
    color: #fff;
    font-weight: 500;
}

.mapHome-section .elementor-element-af0ab2a img {
    width: 250px !important;
    height: auto !important;
}
.overlay-content p {
    font-size: 11px;
    line-height: 1.3;
}
.dealReports .elementor-element-f85463a .elementor-heading-title, .dealReports .elementor-element-677dead .elementor-heading-title, .dealReports .elementor-element-ceaa833 .elementor-heading-title {
    font-size: 20px !important;
}
.dealReports .elementor-element-3f24d39, .dealReports .elementor-element-8de4b35, .dealReports .elementor-element-99a3f66, .dealPartner-Section .elementor-element-f93474c,
.dealPartner-Section .elementor-element-867d010,
.dealPartner-Section .elementor-element-a3eb9b3,
.dealPartner-Section .elementor-element-b9d6737 {
    font-size: 14px !important;
}
.dealReports .elementor-element-8902dab .elementor-heading-title, .dealPartner-Section .elementor-element-6b49ab6 .elementor-heading-title, .insightSection .elementor-element-8007506 .elementor-heading-title
.dealPartner-Section .elementor-element-b8ce7cd .elementor-heading-title,
.dealPartner-Section .elementor-element-71f0726 .elementor-heading-title,
.dealPartner-Section .elementor-element-042200b .elementor-heading-title
 {
    font-size: 26px !important;
}
.dealPartner-Section .elementor-element-cfdf5d3 .elementor-heading-title, .dealPartner-Section .elementor-element-7f89d6b .elementor-heading-title,
.dealPartner-Section .elementor-element-09ae862 .elementor-heading-title,
.dealPartner-Section .elementor-element-0e15047 .elementor-heading-title,
.dealPartner-Section .elementor-element-3b1fdd0 .elementor-heading-title,
.dealPartner-Section .elementor-element-067b0af .elementor-heading-title,
.dealPartner-Section .elementor-element-04a40c3 .elementor-heading-title,
.dealPartner-Section .elementor-element-007b2a6 .elementor-heading-title {
    font-size: 16px !important;
}
.box-section .elementor-image-box-content {
    padding: 90px 25px 30px 25px;
    align-items: flex-start;
}
.box-section .elementor-image-box-description, .box-section .elementor-image-box-description {
    font-size: 14px !important;
}
.box-section figure.elementor-image-box-img {
    height: 420px;
}
ul.nav.nav-privacy {
    justify-content: center;
    margin-bottom: 20px;
}
.footer-secondary {
    padding: 0.9rem 0;
}
.footer-secondary .col-md-12.col-lg-6.justify-content-end.copyright.align-items-center.d-flex {
    justify-content: center !important;
}
.footer-main ul.nav li.nav-item a {
    font-size: 14px;
    padding: 0;
}
.footer-main ul.nav {
    justify-content: flex-start !important;
    margin-left: 15px;
}
.footer-main ul.nav li.nav-item {
    margin-right: 20px;
}
.footer-main ul.nav li.nav-item:last-child {
    margin-right: 0;
}
.footer-main img {
    height: 4rem;
}
.footer-main ul.nav.social {
    justify-content: flex-end !important;
}
.footer-main ul.nav.social li.nav-item {
    margin: 0;
}
.mapHome-section {
    padding: 80px 0px 0px 0px !important;
}
.overlay-box {
    z-index: 1;
}
.india > figure, .china > figure, .southasia > figure {
    z-index: 2;
}
.mobile-menu .hasStickOnScroll {
    background: rgb(54, 169, 225);
    margin-top: 30px;
    padding: 10px 0;
}
.secondary-menu .mobile-menu .hasStickOnScroll ul li {
    margin: 0;
}
.hasStickOnScroll a.nav-link {
    font-size: 16px;
    line-height: 1;
}
.secondary-menu .mobile-menu .hasStickOnScroll ul li a.dropdown-item {
    font-size: 14px;
    margin-left: 15px
}
.mobile-menu .hasStickOnScroll hr {
    margin: 15px 0;
    background: #fff;
}
.mobile-menu .hasStickOnScroll ul li a:focus .mobile-menu .hasStickOnScroll ul li a:hover {
    color: #fff !important;
}
.secondary-menu ul li a:hover {
    color: #fff !important;
}
.elementor-144 .elementor-element.elementor-element-df00843 .elementor-heading-title,
.elementor-196 .elementor-element.elementor-element-5673ea0 .elementor-heading-title,
.elementor-144 .elementor-element.elementor-element-5614e23 .elementor-heading-title {
    font-size: 24px !important;
}
.report-popup .modal-dialog {
    max-width: 710px;
}
.report-popup .modal-header h5 {
    font-size: 24px;
}
.report-popup .form-fields .single label {
    font-size: 14px;
}
.report-popup .form-fields .single.ck label {
    font-size: 14px;
}
.content-limit1, .content-limit2 {
    display: block !important;
    overflow: visible;
}
}


@media (max-width: 767.98px) {
.container-fluid, .content {
    padding-right: 15px;
    padding-left: 15px;
}
.secondary-menu .mobile-menu {
    padding: 90px 15px 30px 15px;
}
.secondary-menu ul li a {
    font-size: 14px;
}
.secondary-menu ul li {
    margin: 0 0 6px 0;
}
.hasStickOnScroll a.nav-link {
    font-size: 14px;
}
nav.secondary-menu {
    padding-left: 145px;
}
nav.navbar-dark {
    z-index: 999;
}
.menu {
    border: 1px solid #fff;
    transition: 0.3s;
    position: absolute;
    top: 10px;
    z-index: 999;
    left: 145px;
}
.footer-main {
    padding: 2rem 0;
}
.footer-main ul.nav {
    margin: 20px 0 0 0;
}
.footer-main ul.nav.social {
    justify-content: flex-start!important;
}
ul.nav.nav-privacy {
    justify-content: flex-start;
}
.mapHome-section .elementor-element-af0ab2a img {
    width: 200px !important;
}
.mapHome-section .elementor-element-be221b4 .elementor-heading-title {
    font-size: 20px !important;
}
.mapHome-section .elementor-element-40712cb {
    font-size: 14px !important;
}
.dealReports .elementor-element-8902dab .elementor-heading-title, .dealPartner-Section .elementor-element-6b49ab6 .elementor-heading-title, .insightSection .elementor-element-8007506 .elementor-heading-title
.dealPartner-Section .elementor-element-b8ce7cd .elementor-heading-title,
.dealPartner-Section .elementor-element-71f0726 .elementor-heading-title,
.dealPartner-Section .elementor-element-042200b .elementor-heading-title {
    font-size: 24px !important;
}
.dealReports .elementor-element-1d418b3,
.dealReports .elementor-element-6e7c9ef,
.dealReports .elementor-element-33a1052 {
    height: 200px;
}
.dealReports .elementor-element-098c606 > .elementor-element-populated, .dealReports .elementor-element-6372f94 > .elementor-element-populated, .dealReports .elementor-element-67b97c7 > .elementor-element-populated {
    padding: 40px 20px 40px 20px !important;
}
.dealPartner-Section .elementor-column.elementor-col-33 {
    width: 100% !important;
    height: 280px;
}
.dealPartner-Section .elementor-column.elementor-col-66 {
    width: 100% !important;
}
.dealPartner-Section .elementor-element-51e1c1a > .elementor-element-populated,
.dealPartner-Section .elementor-element-3b26227 > .elementor-element-populated,
.dealPartner-Section .elementor-element-1d2c537 > .elementor-element-populated,
.dealPartner-Section .elementor-element-6b54b46 > .elementor-element-populated  {
    padding: 40px 20px 40px 20px !important;
}
.dealPartner-Section .elementor-element-cfdf5d3 .elementor-heading-title, .dealPartner-Section .elementor-element-7f89d6b .elementor-heading-title,
.dealPartner-Section .elementor-element-09ae862 .elementor-heading-title,
.dealPartner-Section .elementor-element-0e15047 .elementor-heading-title,
.dealPartner-Section .elementor-element-3b1fdd0 .elementor-heading-title,
.dealPartner-Section .elementor-element-067b0af .elementor-heading-title,
.dealPartner-Section .elementor-element-04a40c3 .elementor-heading-title,
.dealPartner-Section .elementor-element-007b2a6 .elementor-heading-title {
    font-size: 18px !important;
}
.cPosition .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cPosition figure.elementor-image-box-img {
    max-width: 80px;
}
.cPosition .elementor-element-d4c74c4 .elementor-image-box-title {
    font-size: 18px !important;
}
.box-section figure.elementor-image-box-img {
    height: 400px;
    max-width: 100%;
}
.box-section .elementor-image-box-content {
    padding: 40px 20px 40px 20px;
}
.box-section .elementor-image-box-title, .box-section .elementor-image-box-title {
    font-size: 18px !important;
    line-height: 1.3em !important;
}
.elementor-element-2a5ba58 h2, .elementor-element-ea5f09d h2, .elementor-element-e22b566 h3 {
    font-size: 22px !important;
}
.elementor-144 .elementor-element.elementor-element-1b79b7d, .elementor-195 .elementor-element.elementor-element-9dcc1b5, .elementor-196 .elementor-element.elementor-element-a76af40, .elementor-144 .elementor-element.elementor-element-ca53bb7, .elementor-195 .elementor-element.elementor-element-084a1df, .elementor-196 .elementor-element.elementor-element-3738cc8, .elementor-196 .elementor-element.elementor-element-6aa4f4c, .elementor-195 .elementor-element.elementor-element-2de61f4, .elementor-144 .elementor-element.elementor-element-bdccbbd {
    max-width: 100%;
    width: 100% !important;
    margin-bottom: 40px;
}
.elementor-195 .elementor-element.elementor-element-4a06ee4 > div, .elementor-196 .elementor-element.elementor-element-8988225 > div, .elementor-144 .elementor-element.elementor-element-0c1e279 > div, .elementor-144 .elementor-element.elementor-element-4c5e6ca > div, .elementor-195 .elementor-element.elementor-element-7734347 > div, .elementor-196 .elementor-element.elementor-element-9f0ee84 > div {
    padding: 0 !important;
}
.elementor-144 .elementor-element.elementor-element-99082c3 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-144 .elementor-element.elementor-element-99082c3 .elementor-icon-list-item > a {
    font-size: 12px !important;
    margin-bottom: 10px;
}
.elementor-144 .elementor-element.elementor-element-99082c3 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(10px/2) !important;
    margin-left: calc(10px/2) !important;
}
.elementor-144 .elementor-element.elementor-element-99082c3 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-10px/2) !important;
    margin-left: calc(-10px/2) !important;
}
.elementor-144 .elementor-element.elementor-element-be0199e, .elementor-195 .elementor-element.elementor-element-2419d01, .elementor-196 .elementor-element.elementor-element-e5bde45 {
    padding: 40px 10px 40px 10px !important;
}
.elementor-144 .elementor-element.elementor-element-cbfa670 > .elementor-element-populated, .elementor-195 .elementor-element.elementor-element-7cb9fea > .elementor-element-populated, .elementor-196 .elementor-element.elementor-element-86ebd4c > .elementor-element-populated {
    padding: 30px 0px 0px 0px !important;
}
.elementor-144 .elementor-element.elementor-element-536be26, .elementor-195 .elementor-element.elementor-element-da22fb7, .elementor-196 .elementor-element.elementor-element-1a49468 {
    padding: 40px 15px 40px 15px !important;
}
.secondary-menu h6 a {
    font-size: 14px !important;
}
.secondary-menu h6 a figure {
    height: 25px;
}
.elementor-11 .elementor-element.elementor-element-7877a4e .elementor-image-box-description {
    font-size: 14px !important;
}


.overlay-box {
    width: 40%;
}
.overlay-content > figure {
    width: 25%;
    position: relative;
    z-index: 2;
}
.overlay-content p {
    font-size: 9.5px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.2px;
    position: relative;
    z-index: 2;
}
.overlay-content {
    padding: 5px 10px 5px 10px;
}
.china .overlay-box {
    top: -47%;
    left: 45%;
}
.china > figure {
    top: 25%;
    right: 33.5%;
}
.india .overlay-box {
    top: -33%;
    left: -3%;
}
.india > figure {
    top: 33%;
    left: 11.5%;
}
.southasia .overlay-box {
    top: -9%;
    left: 21%;
}
.southasia > figure {
    right: 57.5%;
    bottom: 26%;
}


.report-popup .modal-body {
    padding: 15px;
}
.report-popup .form-fields .single input, .report-popup .form-fields .single select, .report-popup .form-fields .single textarea {
    height: 40px;
    font-size: 14px;
}
.form-fields .single label span.tc label input, .form-fields .single label span.participate label input {
    width: auto;
}
.form-fields .single label span.tc label span, .form-fields .single label span.participate label span {
    white-space: normal;
}
.report-popup .modal-header {
    padding: 25px 35px 10px 35px;
}
.report-popup .modal-header h5 {
    font-size: 20px;
}
.report-popup button.btn-close {
    right: 15px;
    top: 15px;
    width: 10px;
    height: 10px;
    padding: 10px;
}
div#showContent .elementor-widget-text-editor p {
    font-size: 14px !important;
}
div#showContent .elementor-heading-title {
    font-size: 20px !important;
}
.elementor-144 .elementor-element.elementor-element-2f5636a > .elementor-element-populated,
.elementor-144 .elementor-element.elementor-element-3a38c60 > .elementor-element-populated,
.elementor-195 .elementor-element.elementor-element-1494ff7 > .elementor-element-populated,
.elementor-195 .elementor-element.elementor-element-47e9f41 > .elementor-element-populated,
.elementor-196 .elementor-element.elementor-element-325aefc > .elementor-element-populated,
.elementor-196 .elementor-element.elementor-element-ab8749b > .elementor-element-populated {
    padding: 0 !important;
}
.elementor-144 .elementor-element.elementor-element-7b5451f > .elementor-widget-container,
.elementor-144 .elementor-element.elementor-element-f0312bf > .elementor-widget-container,
.elementor-195 .elementor-element.elementor-element-18c7ea2 > .elementor-widget-container,
.elementor-195 .elementor-element.elementor-element-cb2457b > .elementor-widget-container,
.elementor-196 .elementor-element.elementor-element-e9875a1 > .elementor-widget-container,
.elementor-196 .elementor-element.elementor-element-3f58726 > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}
.elementor-144 .elementor-element.elementor-element-7b5451f,
.elementor-144 .elementor-element.elementor-element-f0312bf,
.elementor-195 .elementor-element.elementor-element-18c7ea2,
.elementor-195 .elementor-element.elementor-element-cb2457b,
.elementor-196 .elementor-element.elementor-element-e9875a1,
.elementor-196 .elementor-element.elementor-element-3f58726 {
    margin-bottom: 25px !important;
}
.related-box .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100% !important;
}
.related-box .elementor-image-box-content {
    width: 100% !important;
    background: #fff !important;
}
.related-box .elementor-image-box-wrapper .elementor-image-box-title {
    font-size: 16px !important;
    margin: 0 !important;
    padding: 15px 10px 10px 10px !important;
    min-height: auto !important;
}
.related-box .elementor-image-box-description {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    padding: 0 10px 15px 10px !important;
}
.related-box .elementor-image-box-wrapper::before {
    display: none !important;
}
.cli-style-v2 .cli-bar-message {
    font-size: 14px !important;
    line-height: 1.5 !important;
    width: 100% !important;
    text-align: justify !important;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 20px 15px !important;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    margin: 0 !important;
}

/*input[type="submit"], button {
    position: relative;
    overflow: hidden;
}
input[type="submit"]::before, button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
input[type="submit"]:focus::before, button:focus::before {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}*/

input[type="submit"], button {
    background-position: center;
    transition: background 0.5s;
}
input[type="submit"]:hover, button:hover {
    background: #2470BA radial-gradient(circle, transparent 1%, #2470BA 1%) center/15000%;
}
input[type="submit"]:active, button:active {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
}
.map-section {
    margin: 130px auto 0 auto !important;
}
.map-svg .india > figure, .map-svg .china > figure, .map-svg .southasia > figure,
.china.active .overlay-box, .india.active .overlay-box, .southasia.active .overlay-box{
    pointer-events: none;
}
.overlay-content {
    pointer-events: all;
}

/*.map-svg .india > figure img, .map-svg .china > figure img, .map-svg .southasia > figure img {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/
/*.map-svg .india > figure::after, .map-svg .india > figure::before, */
/*.map-svg .china > figure::after, .map-svg .china > figure::before, */
/*.map-svg .southasia > figure::after, .map-svg .southasia > figure::before {*/
/*    content: "";*/
/*	position: absolute;*/
/*	left: 50%;*/
/*    top: 60%;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*	transform: translate(-50%, -50%);*/
/*	transform-origin: center;*/
/*	border-radius: 50%;*/
/*	opacity: 0;*/
/*	z-index: 1;*/
/*	animation-name: ripple1;*/
/*    animation-duration: 5s;*/
/*    animation-iteration-count: infinite;*/
/*    animation-timing-function: ease-out;*/
/*    will-change: transform, opacity;*/
/*}*/
/*.map-svg .india > figure::after, .map-svg .india > figure::before {*/
/*    top: 50%;*/
/*}*/
/*.map-svg .india > figure::before,*/
/*.map-svg .china > figure::before,*/
/*.map-svg .southasia > figure::before {*/
/*  animation-delay: 0;*/
/*}*/
/*.map-svg .india > figure::after,*/
/*.map-svg .china > figure::after,*/
/*.map-svg .southasia > figure::after {*/
/*  animation-delay: 1s;*/
/*}*/
/*.map-svg .china > figure::after, .map-svg .china > figure::before,*/
/*.map-svg .southasia > figure::after, .map-svg .southasia > figure::before {*/
/*    background-color: #62d600;*/
/*}*/
/*.map-svg .india > figure::after, .map-svg .india > figure::before {*/
/*    background-color: #f00;*/
/*}*/
/*.map-svg .active > figure::after,*/
/*.map-svg .active > figure::before {*/
/*  display: none;*/
/*}*/
/*@keyframes ripple1 {*/
/*    0%{*/
/*      transform: translate(-50%, -50%) scale(0);*/
/*      opacity: 0.6;*/
/*    }*/
/*    100%{*/
/*      transform: translate(-50%, -50%) scale(2.2);*/
/*      opacity: 0;*/
/*    }*/
/*}*/


.overlay-content::before, .overlay-content::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	z-index: 1;
}
.china .overlay-content::before, .china .overlay-content::after {
    background-color: #f00;
}
.southasia .overlay-content::before, .southasia .overlay-content::after{
    background-color: #62d600;
}
.india .overlay-content::before, .india .overlay-content::after {
    background-color: #f00;
}
.overlay-content::before {
  animation-delay: 0;
}
.overlay-content::after {
  animation-delay: 1s;
}
.active .overlay-content::before, .active .overlay-content::after {
    animation-name: ripple;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    will-change: transform, opacity;
}
@keyframes ripple {
    0%{
      transform: scale(0);
      opacity: .25;
    }
    100%{
      transform: scale(1.6);
      opacity: 0;
    }
}
.elementor-element.elementor-element-4a06ee4, 
.elementor-element.elementor-element-8988225, 
.elementor-element.elementor-element-0c1e279, 
.elementor-element.elementor-element-4c5e6ca, 
.elementor-element.elementor-element-7734347, 
.elementor-element.elementor-element-9f0ee84 {
    width: 100% !important;
}
.elementor-element.elementor-element-1b79b7d,
.elementor-element.elementor-element-9dcc1b5,
.elementor-element.elementor-element-a76af40,
.elementor-element.elementor-element-ca53bb7,
.elementor-element.elementor-element-084a1df,
.elementor-element.elementor-element-3738cc8,
.elementor-element.elementor-element-6aa4f4c,
.elementor-element.elementor-element-2de61f4,
.elementor-element.elementor-element-bdccbbd {
    max-width: 768px;
    width: 100% !important;
}
.elementor-element.elementor-element-4a06ee4 > .elementor-widget-wrap, 
.elementor-element.elementor-element-8988225 > .elementor-widget-wrap, 
.elementor-element.elementor-element-0c1e279 > .elementor-widget-wrap, 
.elementor-element.elementor-element-4c5e6ca > .elementor-widget-wrap, 
.elementor-element.elementor-element-7734347 > .elementor-widget-wrap, 
.elementor-element.elementor-element-9f0ee84 > .elementor-widget-wrap {
    padding-left: 0 !important;
    padding-top: 15px !important;
}
.elementor-element.elementor-element-4a06ee4 .dataTables_wrapper, 
.elementor-element.elementor-element-8988225 .dataTables_wrapper, 
.elementor-element.elementor-element-0c1e279 .dataTables_wrapper, 
.elementor-element.elementor-element-4c5e6ca .dataTables_wrapper, 
.elementor-element.elementor-element-7734347 .dataTables_wrapper, 
.elementor-element.elementor-element-9f0ee84 .dataTables_wrapper {
    overflow: auto;
}
}


.form-fields .single.ck > label {
    position: relative;
}
.single.ck span.wpcf7-not-valid-tip {
    position: absolute !important;
    width: 100%;
    display: block !important;
    left: 0;
    white-space: nowrap;
    top: 100%;
    top: 85%;
    font-size: 14px;
}
.form-fields .single label span.tc, .form-fields .single label span.tc > *, .form-fields .single label span.participate, .form-fields .single label span.participate > * {
    position: initial;
}
.elementor-button {
    cursor: pointer;
}

#showContent p {
    margin-bottom: 20px;
    font-family: "Mate";
    font-size: 18.75px;
    line-height: 28px;
    color: #000;
}

#showContent h3, #showContent h4, #showContent h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.report-popup .form-fields .single .country-name {
   color: black;
}
