/* @override
		https://indbiz.gov.in/wp-content/themes/default/css/app.css */
/*.tax-state footer{display: none;}*/
/* .tax-state .CustomNavStyle{background-color: rgba(0, 0, 0, 0.9);} */
/*.tax-state .fixed-top{position: relative;}*/
body {
    font-family: poppins, sans-serif;
    font-size: 15px;
    letter-spacing: .01rem;
    color: #000000;
}
p, ul, ol {
    font-family: poppins, sans-serif;
    font-size: 16px;
    letter-spacing: .01rem;
    margin-bottom: 1rem;
    color: #000000;
}
input:focus, textarea:focus, select:focus {
    outline-offset: 0px;
}
.btn-primary.focus, .btn-primary:focus, input:focus{
   box-shadow: none;
    outline: 0px;
}
.tv-embed-widget-wrapper__body{
    border: 0px solid #cccccc !important;
}
::-moz-selection {
    background: #E93736;
    color: #ffffff;
}

::selection {
    background: #E93736;
    color: #ffffff;
}

p:empty {
    display: none;
}
.introContent{
    text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: poppins, sans-serif;
    color: #333333;
}

a.standard-button-class {
    font-family: poppins, sans-serif;
}

a:hover {
    text-decoration: none;
}
/* Preloader */
.lds-ellipsis {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #57C6A8;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

/* Preloader ends */
#queryDivContent .tab-pane{
    padding: .7rem;
    padding-top: 1.5rem;
}
#queryDivContent h3{
    font-size: 1.75rem;
    margin-bottom: .7rem;
}
/**preloader css ***/
.loader-container {
   margin: 0 auto;
    position: fixed;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
}
.mystyle{
    z-index: -1;
    display: none;
}
.loader-container .logo {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}
#g20-logo{
    margin-top: 2rem;
}
#g20-logo a{
    background-color: #d6f3ff;
    display: block;
    padding: 1rem;
    border: 1px solid #01aef6;
}
.loader-container .loader-wrapper {
    display: block;
    position: relative;
    text-align: center;
    min-height: 70vh;
    cursor: pointer;
}
#reset_news {
	background-color: #d9aaaa;
}
.loader-wrapper .loaderimg {
    will-change: opacity;

    position: absolute;
    left: 0;
    right: 0;
    top: calc(45vh - 76px);
    opacity: 0;
    max-width: 100%;
}
/* @group Spin */
.spinnerBg{
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.spinner-border{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
@-webkit-keyframes spinner-border{
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border{
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* @end */

@keyframes fadeIn {
    0% { opacity: 0;}
    25% { opacity: 1;}
    90% { opacity: 1;}
    100% { opacity: 0;}
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0;}
    25% { opacity: 1;}
    90% { opacity: 1;}
    100% { opacity: 0;}
}

.loader-wrapper .loaderimg {
    opacity: 0;
    z-index: 0;
}
/* @group new opportunity tab */
p.covid-changes {
	background-color: #f7f7f766;
    border: 1px solid #ccc;
    padding: .5rem !important;
    font-style: italic;
}
.page-template-page-opportunityNew .CustomNavStyle {
    /* background-color: rgba(0, 0, 0, 1); */
}
#opportunityTab a {
	padding: .5rem 3rem;
    color: #ffffff;
    font-family: poppins, sans-serif;
	border: none;
	border-radius: 0;
    transition: all 0.1s ease-in;
}
#opportunityTab a.active, #opportunityTab a:hover{
    padding: .8rem 3rem;
     box-shadow: inset 0px -11px 17px 0px rgba(0, 0, 00, 0.36); 
}
#opportunityTab a:before {
	/* content: '';
	width: 30px;
	height: 31px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: .5rem;
	position: relative;
	top: 5px; */
}
#agriculture-tab {
	background-color: #530A6A;
}
.page-template-page-opportunityNew .breadCrumb{
    margin-top: 4rem;
}
#agriculture-tab:before {
	/* background-image: url(https://indbiz.gov.in/wp-content/themes/default/image/agri_icon.png); */
}
#employment-tab {
	background-color: #018090;
}
#employment-tab:before {
	/* background-image: url(https://indbiz.gov.in/wp-content/themes/default/image/agri_icon.png); */
}
#mineral-tab {
	background-color: #900048;
}
#mineral-tab:before {
	/* background-image: url(https://indbiz.gov.in/wp-content/themes/default/image/agri_icon.png); */
}
#opportunityTabContent {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#opportunityTabContent #agriculture {
	background-color: #530A6A;
	padding: 2rem;
    background-size: 100%;
}
#opportunityTabContent #employments {
	background-color: #018090;
	padding: 2rem;
    background-size: 100%;
}
#opportunityTabContent #mineral {
	background-color: #900048;
	padding: 2rem;
    background-size: 100%;
}
#opportunityTabContent .searchBox {
	text-align: left;
    display: inline-block;
}
#opportunityTab.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
#opportunityTabContent .searchBox input {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, .4);
	padding: 5px 10px;
	background: rgba(255, 255, 255, 0.94);
	color: #000;
}
.ui-autocomplete {
	background-color: rgba(255, 255, 255, 0.90);
    width: 190px !important;
    padding: 0;
    margin: 0;
    z-index: 3;
}
.ui-autocomplete li{
	list-style: none;
    font-size: 12px;
    padding: 7px;
}
.dropDownCountry {
	color: #000;
}
/*opportunities-2*/
ul#opportunityTab {
    justify-content: center;
    align-items: flex-end;
}
ul#opportunityTab li{
    position: relative;
    z-index: 1;
}
a#agriculture-tab.active::after, a#employment-tab.active::after, a#mineral-tab.active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.4);
    transform: rotate(45deg);
    z-index: -1;
}
#opportunityTabContent #AllEmployeeListingContainer, 
#opportunityTabContent #AllEmploymentCountiresListingContainer, 
#opportunityTabContent #AllAgriListingContainer,
#opportunityTabContent #AllMineralListingContainer,
#opportunityTabContent #AllMineralCountiresListingContainer, 
#opportunityTabContent #AllMineralCountiresListingContainer,
#opportunityTabContent #AllMineralCountiresListingContainer
{
    position: absolute;
    width: 97%;
    z-index: 3;
    margin: 0 auto;
}
#worldMap_min, #worldMap_emp, #worldMap{
    padding-top: 0rem;
}
#opportunityTabContent .card-body ul, #countryInfoPopUpContent ul{
    column-count: 5;
    -webkit-column-rule: 1px solid #a7a7a7;
     -moz-column-rule: 1px solid #a7a7a7;
          column-rule: 1px solid #a7a7a7;
    -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#opportunityTabContent .card-body{
    background-color: rgba(255, 255, 255, 0.90);
}
#opportunityTabContent .card-body ul li, #countryInfoPopUpContent ul li{
    list-style: none;
    color: #000000;
    font-size: 12px;
    padding-top:.5rem;
    cursor: pointer;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
}

a.seeAllButton,
a.seeAllCountires
{
    border: 1px solid rgba(255, 255, 255, .4);
    display: inline;
    padding: 5px 30px 5px 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.81);
    max-width: 190px;
    position: relative;
    text-align: center;
    margin-top: .5rem;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.seeAllButton::after,
a.seeAllCountires::after 
{
    content: '\f107';
    font-family: FontAwesome;
    right: 0;
    position: absolute;
    top: 20%;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    background: transparent;
}
a.seeAllButton[aria-expanded="true"]::after, 
a.seeAllCountires[aria-expanded="true"]::after {
    content: '\f106';
    font-family: FontAwesome;
}
/*#countryInfoPopUpContent h4{
    color: #20ad4c;
    font-size: 4rem;
}*/
.ui-autocomplete-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.ui-autocomplete-input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.ui-autocomplete-input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.ui-autocomplete-input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
/* @end */
/*
    CSS animation
 */
.loader-wrapper .loaderimg.active {
    animation-name: fadeIn;
    animation-duration: 1000ms; /* change this value for duration */
    animation-timing-function: ease-in-out;
    z-index: 1;
}


@media screen and (min-width: 768px) {
.loader-container {
    margin: 0 auto;
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
}
    .loader-container .loader-wrapper {
        display: block;
        position: relative;
        text-align: center;
        min-width: 557px;
    }

    .loader-wrapper .loaderimg {
        left: calc(50% - 257px);
        top: calc(38vh - 76px);
    }
}


#scrollTop {
    background-color: #e93736;
    background-image: url(../image/bottom-arrow.png);
    background-position: center center;
    background-size: 100%;
    width: 50px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 2rem;
    z-index: 9999999;
}

.tradingview-widget-container {
    height: 94px !important;
}

.tradingview-widget-copyright {
    display: none;
}

.section_head {
    margin-bottom: 2rem;
}

p.pTitle, .indiaTrade p.pTitle {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #585858;
    margin-bottom: 1rem;
}

.showLink {
    display: inline-block;
}

.show-hide {
    display: none;
    color: #000000;
    margin-top: 1rem;
}

.show-hide h4,
.show-hide p strong,
.show-hide ul li strong {
    color: #EA661B;
}

.show-hide ul li {
    list-style: none;
    margin: 1rem 0;
}

.show-hide ul {
    padding: 0;
    margin: 0;
}

a.showLink.hide,
a.hideLink.hide {
    display: none !important;
}

a.showLink.show,
a.hideLink.show {
    display: inline-block !important;
}

.owl-carousel .owl-stage {
    margin: 0 auto;
}

.externalKeyLink {
    display: block;
}

.externalKeyLink.externalKeyLinkvisiblexs {
    display: none;
}

.externalKeyLink a {
    display: flex;
    margin-top: 1rem;
    font-size: 1.7rem;
    color: #253C80;
    font-family: poppins, sans-serif;
    padding: .5rem;
    align-items: center;
}

.tax-state .externalKeyLink a {
    color: #981B1E;
}

.externalKeyLink a span {
    padding-left: 1rem;
    line-height: 1;
}

.externalKeyLink a:hover {
    color: #EA661B;
}

.externalKeyLink img {
    width: 23%;
}

/*INNER PAGE BANNER AND CONTENT(COMMON)*/

.innerPageBanner {
    min-height: 40.7526vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-top: 4rem;
    background-color: #fbcd0b;
}


.page-id-11576 .innerPageBanner.standardPageBanner {
    min-height: 40vh;
}
.archive .innerPageBanner,
.page-template-page-publication .innerPageBanner,
.innerPageBanner.standardPageBanner {
    min-height: 70.7526vh;
}

.innerPageBanner.featuredEvent,
.archive.category .innerPageBanner,
.tag .innerPageBanner,
.page-template-page-inner .innerPageBanner {
    min-height: 40.7526vh;
}

/*
.innerPageBanner.featuredEvent{
    min-height: 50.7526vh;
}
*/

.innerPageBanner h1 {
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 15px 0;
    text-shadow: 3px 3px 20px #000;
    text-align: left;
    margin-top: 5%;
}

.innerPageBanner p {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem;

}
.introContent figcaption {
	font-size: 0.8rem ;
	color: gray ;
	font-style: italic;
}

.innerPageintro.singleEvent .introContent {
    margin-top: 0px;
}

.innerPageintro.singleEvent p {
    margin-bottom: 1rem;
}

.innerPageintro.singleEvent a {
    color: #0471d5;
}

.innerPageintro.singleEvent a:hover {
    color: #bc1f68;
}

.innerPageintro.singleEvent h1, .innerPageintro .newsSingleMain h1 {
	color: #6d6d6d;
}
.innerPageintro.singleEvent h2, .innerPageintro .newsSingleMain h2 {
	color: #0078ff;
}
.innerPageintro.singleEvent h3, .innerPageintro .newsSingleMain h3 {
	color: #523ee4;
}
.innerPageintro.singleEvent h4, .innerPageintro .newsSingleMain h4 {
	    color: #E93736;
}
.innerPageintro.singleEvent h5, .innerPageintro .newsSingleMain h5 {
	color: #690da9;
	font-family: sans-serif;
}

.innerPageintro.singleEvent h6 {
	color: #bc1f68;
	font-family: sans-serif;
	font-weight: bold;
}

.wp-block-quote {
	padding: 27px;
	background-color: #f1f1f1;
	border-left: 4px solid #f20202;
	font-size: 2rem;
}
.wp-block-quote p {
	font-size: 1.1rem;
	font-style: italic;
	margin-bottom: 0 !important;
	color: #5b5b5b;
}

.wp-block-pullquote {
border-top: 3px solid #0078ff;
border-bottom: 3px solid #0078ff;
padding: 30px;
margin: 30px 0 30px 0;
}
.wp-block-pullquote p {
	color: #5b5b5b;
	line-height: 2.3rem;
	margin-bottom: 0px !;
}
.innerPageintro .showLink,
.innerPageintro .hideLink {
    margin-top: 1rem;
}
.innerPageintro.singleEvent .introContent img{
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
@media(max-width:576px) {
    
}

/*breadcrumb*/

.breadCrumb {
    margin-top: 1rem;
    margin-bottom: 15px;
}

.container-fluid.childPageStyle > .container > .row {
    padding-bottom: 1rem;
}

#breadcrumbs a {
    color: #666666;
    font-size: 0.8rem;
}

strong.breadcrumb_last {
    font-size: 0.85rem;
    color: #000000;
}
#breadcrumbs span{
    color: #666666;
}
.tax-state strong.breadcrumb_last::before {
    content: 'State \00BB';
    color: #666666;
    margin-right: 5px;
    font-weight: 100;
    font-size: 0.8rem;
}
.tax-country strong.breadcrumb_last::before {
    content: 'Country \00BB';
    color: #666666;
    margin-right: 5px;
    font-weight: 100;
    font-size: 0.8rem;
}
.term-156 #country-opportunities {
	display: none;
}
.tax-sector strong.breadcrumb_last::before {
    content: 'Sector \00BB';
    color: #666666;
    margin-right: 5px;
    font-weight: 100;
    font-size: 0.8rem;
}
.lastUpdated {
    font-weight: 400;
    color: #000000;
    padding-right: 17px;
    font-size: 0.8rem;
}

/**********************************************************
==========================================================
                        NAVIGATION
========================================================
********************************************************/

.CustomNavStyle {

    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.CustomNavStyle.scrolled {
    background-color: rgba(0, 0, 0, 1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.CustomNavStyle .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.CustomNavStyle .navbar-toggler.iconChange .navbar-toggler-icon{
    background-image: none;
}
.CustomNavStyle .navbar-toggler.iconChange .navbar-toggler-icon::before{
    content: 'X';
    color: #ffffff;
    transition: all 0.5s ease-in;

}
.CustomNavStyle .navbar-toggler {
    border-color: rgba(255, 102, 203, 0);
    padding: 0;
}

.CustomNavStyle.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0rem 1rem;
}

.CustomNavStyle.navbar-expand-lg .navbar-nav a.nav-link {
    font-size: 1rem;
    font-family: poppins, sans-serif;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 1px;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    position: relative;
}
.CustomNavStyle.navbar-expand-lg.scrolled .navbar-nav a.nav-link{
    color: #fff;
}
.CustomNavStyle.navbar-expand-lg .navbar-nav > .nav-item > a.nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background: #EA661B;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
#mobileMenu .mCustomScrollBox {
    max-height: 100% !important;
}

.CustomNavStyle.navbar-expand-lg .navbar-nav > .nav-item > a.nav-link:hover::before,
.CustomNavStyle.navbar-expand-lg .navbar-nav > .nav-item.show > a.nav-link::before {
    width: 100%;
}

.CustomNavStyle.navbar-expand-lg .navbar-nav > .nav-item.active > a.nav-link::before {
    width: 100%;
}

.CustomNavStyle a.navbar-brand {
    width: 347px;
}

.CustomNavStyle.scrolled a.navbar-brand img.regular{ display: none; }
.CustomNavStyle.scrolled a.navbar-brand img.dark{display: inline;}
.CustomNavStyle a.navbar-brand img.regular{display: inline;}
.CustomNavStyle a.navbar-brand img.dark{display: none;}
.CustomNavStyle a.navbar-brand img{
    width: 100%;
}
.CustomNavStyle.navbar-expand-lg .navbar-collapse {
    /*   position: relative;*/
}

.CustomNavStyle li.menu-item-has-children.dropdown {
    position: inherit;
}

.CustomNavStyle.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 80%;
    margin: 0px auto;
    left: 0;
    right: 0;
    border-top: 1px solid #EA661B;
}

.CustomNavStyle.navbar-expand-lg .navbar-nav ul.depth_0 li {
    padding: .5rem 1rem;
}

.CustomNavStyle.navbar-expand-lg .navbar-nav ul.depth_0 li a {
    font-size: 1rem;
    color: #cccccc;
    font-family: poppins, sans-serif;
    text-transform: capitalize;
    z-index: 3;
    position: relative;
    display: inline-block;
}
.CustomNavStyle .mCustomScrollBox, .CustomNavStyle .mCSB_container{
    overflow: inherit;
}
.CustomNavStyle.navbar-expand-lg .navbar-nav ul.depth_0 li a:hover {
    color: #ea661b;
}

.CustomNavStyle.navbar-expand-lg .navbar-nav ul.depth_0 li a::before {
    position: absolute;
    content: '';
    top: -2px;
    left: 0;
    width: 0px;
    height: 2px;
}

.CustomNavStyle.navbar-expand-lg .navbar-nav ul.depth_0 li a:hover::before {
    width: 100%;
    background: #ea661b;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

ul.dropdown-menu.depth_0.show {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    border-radius: 0px;
    background: rgba(43, 43, 40, 0.9);
    background-position: bottom;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}

ul.dropdown-menu.depth_0.show::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    background: rgba(255,255,255,0.8);*/
}


a.searchBtn {
    color: #222;
    text-decoration: none;
    padding: 2px 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.scrolled a.searchBtn{color: #fff;}

/*
.archive a.searchBtn,
.archive a.searchBtn:hover{
    color: #000000;
}
*/

a.searchBtn:hover {
    color: #b8b8b8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* Search Style */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 9999;
    /*display: block;*/
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-family: poppins;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
    cursor: pointer;
}

#search .close:hover {
    color: #ffffff;
    cursor: pointer;
}

/*offcanvas menu*/

.nav-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 2rem;
    position: fixed;
    top: 1rem;
    right: 2rem;
    width: 2rem;
    z-index: 9999;
    margin-left: 1rem;
}

.nav-toggle:hover {
    opacity: 0.8;
}

.nav-toggle .nav-toggle-bar,
.nav-toggle .nav-toggle-bar::after,
.nav-toggle .nav-toggle-bar::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #222;
    content: '';
    height: 0.2rem;
    width: 100%;
}
.scrolled .nav-toggle .nav-toggle-bar,
.scrolled .nav-toggle .nav-toggle-bar::after,
.scrolled .nav-toggle .nav-toggle-bar::before{
    background: #fff;
}
.nav-toggle .nav-toggle-bar {
    margin-top: 0;
}

.nav-toggle .nav-toggle-bar::after {
    margin-top: 0.5rem;
}

.nav-toggle .nav-toggle-bar::before {
    margin-top: -0.5rem;
}

.nav-toggle.expanded .nav-toggle-bar,
.archive .nav-toggle.expanded .nav-toggle-bar {
    background: transparent;
}

.nav-toggle.expanded .nav-toggle-bar::after,
.nav-toggle.expanded .nav-toggle-bar::before {
    background: white;
    margin-top: 0;
}

.archive .nav-toggle.expanded .nav-toggle-bar::after,
.archive .nav-toggle.expanded .nav-toggle-bar::before {
    background: #ffffff;
}

.archive .nav-toggle .nav-toggle-bar,
.archive .nav-toggle .nav-toggle-bar::after,
.archive .nav-toggle .nav-toggle-bar::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* background: #ffffff; */
    content: '';
    height: 0.2rem;
    width: 100%;
}

.nav-toggle.expanded .nav-toggle-bar::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-toggle.expanded .nav-toggle-bar::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.offcanvasNav {
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -ms-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
    background: #000000;
    color: white;
    font-size: 2rem;
    height: 100vh;
    right: -16rem;
    padding: 6rem 2rem 2rem 2rem;
    position: fixed;
    top: 0;
    width: 16rem;
    z-index: 99;
}

.offcanvasNav.expanded {
    right: 0;
}

.offcanvasNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.offcanvasNav ul li a,
.offcanvasNav ul li a:hover {
    font-size: 1rem;
    font-family: poppins, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    margin-bottom: .5rem;
    display: inline-block;
}
h5, .h5{font-size: 18px; font-weight: 500;}
#accordion .card-header{
    padding: 1.5rem 0;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: none;
    cursor: pointer;
}
#accordion .card{border: none;}
#accordion .card-body{background-color: #f4f4f4;}
#sectorCountryListTwo #accordion .card-header, #sectorCountryListTwo #accordion .card-body{background-color: transparent;}
.collapse-container {
    display: flex;
}
.collapse-content {
    flex-grow: 1;
    padding-right: 1rem;
}
.collapse-sign {
    align-self: center;
}
.collapse-sign .fa-plus{
    display: none;
}
.collapse-sign .fa-minus{
    display: inline-block;
}
.collapse-container.collapsed .collapse-sign .fa-minus {
    display: none;
}
.collapse-container.collapsed .collapse-sign .fa-plus{
    display: inline-block;
}
.offcanvasNav ul li a:hover {
    color: #EA661B;
}
.offcanvasNav ul li.current-menu-item a {
    color: #EA661B;
}
.offcanvasNav ul li.current-menu-item a::before {
    width: 100%;
    background-color: #EA661B;
}

.offcanvasNav ul li a::before {
    position: absolute;
    content: '';
    top: -2px;
    left: 0;
    width: 0px;
    height: 2px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

.offcanvasNav ul li a:hover::before {
    width: 100%;
    background: #EA661B;

}

.offcanvasNav .socialIcon {
    position: absolute;
    bottom: 5%;
}

.offcanvasNav .socialIcon i.fa {
    font-size: 15px;
    border: 3px solid;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.offcanvasNav .socialIcon a {
    display: inline-block;
    margin: 0px 5px;
}

.offcanvasNav .socialIcon i.fa:before {
    position: relative;
    top: -2px;
    transition: border-bottom .4s ease, color 0s ease, background-color .4s ease;
    -moz-transition: border-bottom .4s ease, color 0s ease, background-color .4s ease;
    -webkit-transition: border-bottom .4s ease, color 0s ease, background-color .4s ease;
}

.offcanvasNav .socialIcon i.fa-facebook {
    color: #0f64c0;
}

.offcanvasNav .socialIcon i.fa-facebook:hover {
    background: #0f64c0;
    border-color: #0f64c0;
    color: #fff;
}

.offcanvasNav .socialIcon i.fa-instagram {
    color: #9D379A;
}

.offcanvasNav .socialIcon i.fa-instagram:hover {
    background: #9D379A;
    border-color: #9D379A;
    color: #fff;
}

.offcanvasNav .socialIcon i.fa-twitter {
    color: #01a0e4;
}

.offcanvasNav .socialIcon i.fa-twitter:hover {
    background: #01a0e4;
    border-color: #01a0e4;
    color: #fff;
}

.offcanvasNav .socialIcon i.fa-play {
    color: #d62323;
}

.offcanvasNav .socialIcon i.fa-play:before {
    left: 2px;
}

.offcanvasNav .socialIcon i.fa-play:hover {
    background: #d62323;
    border-color: #d62323;
    color: #fff;
}

.offcanvasNav .socialIcon i.fa-linkedin {
    color: #0474d7;
}

.offcanvasNav .socialIcon i.fa-linkedin:before {
    top: -4px;
}

.offcanvasNav .socialIcon i.fa-linkedin:hover {
    background: #0474d7;
    border-color: #0474d7;
    color: #fff;
}
/* @group opportunity popups */
#countryInfoPopUpContent h4, #countryInfoPopUpByCountryNameContent h4 {
	color: #953790;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: .5rem;
    padding-top: 10px;
    font-weight: 100;
    letter-spacing: 5px;
}
/*
#countryInfoPopUpContent h4::before, #countryInfoPopUpContent h4::after,
#countryInfoPopUpByCountryNameContent h4::before, #countryInfoPopUpByCountryNameContent h4::after
{
    content: '';
    position: absolute;
    width: 25px;
    top: 0;
    height: 100%;
    background-color: #20ad4c;
}
*/
/*
#countryInfoPopUpContent h4::before, #countryInfoPopUpByCountryNameContent h4::before{left: -25px;}
#countryInfoPopUpContent h4::after, #countryInfoPopUpByCountryNameContent h4::after {right: -25px;}
*/
#countryInfoPopUp .modal-content::before,
#countryInfoPopUpByCountryName .modal-content::before {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 50px;
    background-size: 30%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.mineralPopUp .col-md-5 p br {
    border-bottom: 1px solid #ccc;
    padding-bottom: .5rem;
    display: block;
    content: "A" !important;
}
.mineralPopUp .sidePara p br, .agriPopUp .sidePara p br{
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.2rem;
    display: block;
    content: "A" !important;
    margin-bottom: 0.2rem;
}
.mineralPopUp img, .agriPopUp img, .empPopUp img{
    width: 100%;
}
.agriPopUp .modal-content::before,
.agriPopUp .modal-content::before{
    background-image: url(/wp-content/themes/default/image/agri_popup.svg);
}
.mineralPopUp .modal-content::before,
.agrmineralPopUpiPopUp .modal-content::before{
    background-image: url(/wp-content/themes/default/image/mineral_popup.svg);
}
.empPopUp .modal-content::before,
.empPopUp .modal-content::before{
    background-image: url(/wp-content/themes/default/image/employment_popup.svg);
}
.mineralPopUp .modal-content{
    border-top: 5px solid #953790;
    background: rgba(149,55,144,0.07);
background: -moz-linear-gradient(top, rgba(149,55,144,0.07) 0%, rgba(149,55,144,0.07) 1%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(149,55,144,0.07)), color-stop(1%, rgba(149,55,144,0.07)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(149,55,144,0.07) 0%, rgba(149,55,144,0.07) 1%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(149,55,144,0.07) 0%, rgba(149,55,144,0.07) 1%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(149,55,144,0.07) 0%, rgba(149,55,144,0.07) 1%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(149,55,144,0.07) 0%, rgba(149,55,144,0.07) 1%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#953790', endColorstr='#000000', GradientType=0 );
}
.empPopUp .modal-content{
    border-top: 5px solid #018090;
    background: rgba(1,127,144,0.12);
background: -moz-linear-gradient(top, rgba(1,127,144,0.12) 0%, rgba(1,127,144,0.12) 1%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,127,144,0.12)), color-stop(1%, rgba(1,127,144,0.12)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(1,127,144,0.12) 0%, rgba(1,127,144,0.12) 1%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(1,127,144,0.12) 0%, rgba(1,127,144,0.12) 1%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(1,127,144,0.12) 0%, rgba(1,127,144,0.12) 1%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(1,127,144,0.12) 0%, rgba(1,127,144,0.12) 1%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017f90', endColorstr='#000000', GradientType=0 );
}
.agriPopUp .modal-content{
    border-top: 5px solid #530A6A;
    background: rgba(84,10,106,0.12);
background: -moz-linear-gradient(top, rgba(84,10,106,0.12) 0%, rgba(84,10,106,0.12) 1%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(84,10,106,0.12)), color-stop(1%, rgba(84,10,106,0.12)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(84,10,106,0.12) 0%, rgba(84,10,106,0.12) 1%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(84,10,106,0.12) 0%, rgba(84,10,106,0.12) 1%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(84,10,106,0.12) 0%, rgba(84,10,106,0.12) 1%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(84,10,106,0.12) 0%, rgba(84,10,106,0.12) 1%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#540a6a', endColorstr='#000000', GradientType=0 );
}
p.countryProfileLink {
    font-size: 18px;
    color: #666666;
    margin-top: 40px;
}
div#countryInfoPopUpContent, #countryInfoPopUpByCountryNameContent {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
#countryInfoPopUpContent h5, #countryInfoPopUpByCountryNameContent h5 {
	color: #662E91;
	font-size: 2rem;
}
.mineralPopUp #countryInfoPopUpContent .col-md-4 p:not(:last-of-type), 
.mineralPopUp #countryInfoPopUpByCountryNameContent .col-md-4 p:not(:last-of-type){
    font-weight: 400;
    font-size: 1.8rem;
    font-family: poppins, sans-serif;
    color: #676666;
}
.additionalInfoTitle {
	display: none !important;
}
#countryInfoPopUpContent p.linksTitle,  #countryInfoPopUpContent p.additionalInfoTitle,
#countryInfoPopUpByCountryNameContent p.linksTitle,  #countryInfoPopUpByCountryNameContent p.additionalInfoTitle
{
	display: block;
    color: #666;
    font-size: 19px;
    overflow-wrap: break-word;
    margin-bottom: .5rem;
    padding-top: 10px;
}
.sidePara {
    border-right: 1px solid #ccc;
    padding-top: 5px;
    height: 500px;
    overflow-y: scroll;
}
.sidePara p{
    color: #666;
    overflow-wrap: break-word;
    font-size: 13px;
}
#countryInfoPopUpContent a, #countryInfoPopUpByCountryNameContent a{
    display: block;
    color: #347A87;
    font-weight: bold;
    overflow-wrap: break-word;
    font-size: 13px;
}
#countryInfoPopUpContent a:hover, #countryInfoPopUpByCountryNameContent a:hover{
    color: #20ad4c;
    text-decoration: underline;
}
.no-data {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #20ad4c;
    color: #fff;
    font-size: 2rem;
    position: relative;
}
.no-data::before, .no-data::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    background-color: #20ad4c;
}

.no-data::before{left: -15px;}
.no-data::after {right: -15px;}
.dropDownCountry:hover, .country:hover {
    color: #FD7500 !important;
    text-decoration: underline;
}
#countryInfoPopUpContent ul.other_opportunities, 
#countryInfoPopUpByCountryName ul.other_opportunities{
    padding-left: 5px;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-rule: 0px solid #a7a7a7;
    -moz-column-rule: 0px solid #a7a7a7;
    column-rule: 0px solid #a7a7a7;
    display: none;
}
.moreInformation img {
    width: 100%;
    margin-bottom: 1rem;
    max-width: 100%;
}
#countryInfoPopUpContent ul.other_opportunities li, 
#countryInfoPopUpByCountryName ul.other_opportunities li{
    margin-top: .5rem;
    padding: 10px 10px 10px 10px;
    background-color: rgba(239, 239, 239, 0.5);
    cursor: auto;
    list-style: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}
a.external_link {
    display: flex !important;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
a.external_link img {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding-top: 5px;
}
a.external_link span {
    display: inline-block;
    align-items: center !important;
    padding-top: 5px;
    
}
.moreInformation a.external_link:first-of-type,
#countryInfoPopUpContent > .row > .col-md-8 > .row > .col-md-4 > a.external_link:first-of-type,
#countryInfoPopUpByCountryNameContent > .row > .col-md-8 > .row > .col-md-4 > a.external_link:first-of-type,
#countryInfoPopUpContent > .row > .col-md-4 > a.external_link:first-of-type,
#countryInfoPopUpByCountryNameContent > .row > .col-md-4 > a.external_link:first-of-type
{
    border-top: 0px solid #ccc;
}
#countryInfoPopUpContent ul.other_opportunities li:nth-child(1),
#countryInfoPopUpByCountryNameContent ul.other_opportunities li:nth-child(1) { margin-top: 0;}

#countryInfoPopUpContent ul.other_opportunities li:nth-child(1n), 
#countryInfoPopUpByCountryNameContent ul.other_opportunities li:nth-child(1n) { border-left: 5px solid #F5876E; }

#countryInfoPopUpContent ul.other_opportunities li:nth-child(2n),
#countryInfoPopUpByCountryNameContent ul.other_opportunities li:nth-child(2n){ border-left: 5px solid #61A8DC; }

#countryInfoPopUpContent ul.other_opportunities li:nth-child(3n),
#countryInfoPopUpByCountryNameContent ul.other_opportunities li:nth-child(3n){ border-left: 5px solid #8EBD40; }

#countryInfoPopUpContent ul.other_opportunities li:nth-child(4n),
#countryInfoPopUpByCountryNameContent ul.other_opportunities li:nth-child(4n) { border-left: 5px solid #988CC3; }

#countryInfoPopUpContent ul.other_opportunities li:nth-child(5n),
#countryInfoPopUpByCountryNameContent ul.other_opportunities li:nth-child(5n) { border-left: 5px solid #D8C86E; }

#countryInfoPopUp button.close,
#countryInfoPopUpByCountryName button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 1;
}
#countryInfoPopUp .close,
#countryInfoPopUpByCountryName .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 1;
    color: #000;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
}
h2.searchTitle {
    color: #fff;
    text-align: left;
    margin-top: .5rem;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
}
#opportunityTabContent .searchBox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dcd9d9;
}
#opportunityTabContent .searchBox input::-moz-placeholder { /* Firefox 19+ */
  color: #dcd9d9;
}
#opportunityTabContent .searchBox input:-ms-input-placeholder { /* IE 10+ */
  color: #dcd9d9;
}
#opportunityTabContent .searchBox input:-moz-placeholder { /* Firefox 18- */
  color: #dcd9d9;
}
.ripples{
    position: relative;
}
.ripples .row{
    position: relative;
    z-index: 2;
}
.ripples canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
@media (min-width: 992px){
   .modal-lg {
    max-width: 1170px;
} 
}

/* @end */

/**********************************************************
==========================================================
                        BANNER
========================================================
********************************************************/
.HomeBanner{
    margin-top: 4rem;
}
.banner-title{
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.new-read-more{font-family: poppins, sans-serif; font-weight: 700; color: #222; font-size:1.1rem;}
.new-read-more i{transition: transform .3s ease-out;}
.new-read-more:hover i{transform: translate(3px, 0);}
h1, .h1{font-size: 38px; font-weight: 400;}
h3, .h3{font-size: 25px;}
h4, .h4{font-size: 19px; font-weight: 400;}
.banner-title h4{margin-bottom: 2rem;}
.HomeBanner .carousel-control-next-icon,
.HomeBanner .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #000;
    padding: 5px;
    background-size: 50% 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.HomeBanner img{max-height: 450px; width: 100%;}
.new-news-block .featured-image{min-height: 300px; width: 100%;}
.HomeBanner .featured-image{min-height: 450px; width: 100%;}
.featured-image{
    background-color: #777; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1rem;
 }
 .owl-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.owl-dot {
    width: 5px;
    background: #fff;
    border: 1px solid #000;
    height: 5px;
    border-radius: 50%;
    margin: 5px;
    padding: 5px;
}
.owl-dot.active{background-color: #000;}
#carouselExampleControlsOwl .item .row{display: flex; flex-direction: column;}
#carouselExampleControlsOwl .banner-title{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-self: center;
}
/****************************************************
                Opportunities in 29 states
****************************************************/

.OpporInStates {
    margin-top: 4rem;
}
.OpporInStates p {
    margin-bottom: 2rem;
}
.OpporInStates img{margin-bottom: 1rem;}
.iger img{margin-top: 1rem;}
/****************************************************
                India Global Economic Relations
****************************************************/
.iger {
    margin-bottom: 4rem;
}

/****************************************************
                home page economic dashboard
****************************************************/

.homeDashboard {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #f7f7f7;
}

.customContainer {
    width: 100%;
    max-width: 100%;
}

.dashbboardBox h2 {
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    color: #585858;
    text-align: center;
    font-weight: 400;
}
.homefdi a.standard-button-class {
    display: inline-block;
    padding: 10px 35px;
    border: none;
}
.col-md-3.grossProduct {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
}
.productBox a{display: block; text-align: center;}

.productBox .grossProduct .greyBox {
    padding: 25px 10px;
    flex-grow: 1;
    text-align: center;
}

.productBox .grossProduct .greyBox .title {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}
.homeExchangeRate ul{
    padding: 0px;
    margin: 0px;
}
.homeExchangeRate ul li{
    list-style: none;
    color: #ffffff;
    font-size: 24px;
    font-family: poppins, sans-serif;
}
.homeExchangeRate ul li span {
    font-weight: 800;
    display: inline-block;
    padding-left: .5rem;
    font-family: poppins, sans-serif;
}

.productBox .grossProduct .greyBox .value {
    font-size: 70px;
    font-family: poppins, sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

.productBox .grossProduct .greyBox.homegdp-style3 .txt {
    font-size: 24px;
    font-family: poppins, sans-serif;
}

.productBox .grossProduct .greyBox.homegdp-style3 .txt span {
    font-weight: 800;
    font-family: poppins, sans-serif;
}

.greyBox.gray_small .txt {
    width: 100%;
    color: #555555;
    font-size: 14px;
    text-align: center;
}

.productBox .greyBox .headingBlack {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    font-family: poppins, sans-serif;
}

.productBox .greyBox .headingOange {
    color: #f15a22;
    line-height: 1;
    font-size: 40px;
    font-weight: 600;
}

.headingBlack.open_sans {
    font-family: poppins, sans-serif;
    font-size: 15px !important;
}

#gdpgrowth,
#economygrowth,
#gdppie,
#gdpfiscal,
#topimportcountries,
#topexportcountries,
#toptradecountries,
#indiantraderegion,
#indianforeignexchange,
#fdiequityinflows,
#fdihighestinflows,
#fdicumulativeinflows,
#businessranking,
#startbusinessranking,
#gettingelectricity,
#protectingminority,
#averageage,
#gdpgrowth1,
#economygrowth1,
#gdppie1,
#gdpfiscal1,
#topimportcountries1,
#topexportcountries1,
#toptradecountries1,
#indiantraderegion1,
#indianforeignexchange1,
#fdiequityinflows1,
#fdihighestinflows1,
#fdicumulativeinflows1,
#businessranking1,
#startbusinessranking1,
#gettingelectricity1,
#protectingminority1,
#averageage1 {
    width: 100%;
    height: 300px;
    font-size: 9px;
}


/*********************************
        HOMEPAGE NEWS
*********************************/

.newsFluid {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
h2, .h2{font-size: 30px;}
.new-news-block{margin-bottom: 2.5rem; display: flex; flex-direction: column;}
.date{font-size: .9rem; margin: .5rem 0 1rem; color: #767676;}
p, .p{font-size: 1rem;}
.new-news-block p{flex-grow: 1;}
.new-news-block h4{font-weight: 600;}
.new-news-block a h4:hover{ color: #0056b3;}
.tax-state .newsFluid,
.tax-sector .newsFluid,
.tax-country .newsFluid {
    background: #ffffff;
}

.tax-state .news_section::before {
    background-color: #e43e8b;
}

.col-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.5s ease-in;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-end;
}

.newsAll .col-20,
.tag .col-20 {
    margin-bottom: 1.7rem;
}

.col-20::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 87%;
    right: 0;
    height: 100%;
    background: #ffffff;
}

.col-20 img {
    width: 100%;
}

.col-20 a.shadow{
    background: #ffffff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0)!important;

}

.padAll.bgWhite {
    min-height: 80px !important;

}

.padAll {
    padding: 10px 20px;
}

.pB0 {
    padding-bottom: 0 !important;
}

.news_block_custom .date {
    font-size: 9pt;
    text-transform: uppercase;
    font-weight: 600;
    color: #E93736;
}

.btnBox {
    margin-top: 4rem;
    width: 100%;
    float: left;
    text-align: center;
}


.standard-button-class {
    background: none;
    color: #000000;
    padding: 10px 35px;
    border: 1px solid #000000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.standard-button-class:hover {
    background: #EA661B;
    color: #ffffff;
    border: 1px solid #EA661B;
}

@media(min-width:768px) {
    .news_section .col-20:hover,
    .newsAll .col-20:hover,
    .relatedAWrap .col-20:hover {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        transition: all 0.5s ease-in;
    }
}

@media(max-width:768px) {
    .col-20 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;


    }
    .col-20 .padAll {
        padding: 10px 20px;
    }
}

/***********************************************
================================================
            Homepage Startup India Hub
================================================
************************************************/


.hsihImgRel {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.hsihImgAbs {
    position: absolute;
    bottom: 25px;
    left: 3rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.hsihImgAbs a {
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 2rem;
    line-height: 1.2;
    color: #d31f26;
    width: 50%;
    font-family: poppins, sans-serif;
}

.bgOrange {
    background-color: #f58220;
    padding: 12px 32px;
}

.bgOrange h4 {
    font-size: 38px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
    padding: 18px 25px 6px 0px;
    line-height: 1;
}

.bgOrange p {
    padding: 6px 25px 6px 0px;
    color: #000;
    line-height: 1.4;
}

div.bgOrange a {
    margin-top: 10px;
    padding: 8px 20px;
    background-color: transparent;
    display: inline-block;
    color: #585858;
    margin-bottom: 15px;
    min-width: 140px;
    border: none;
    border: 1px solid #585858;
    text-align: center;
}

div.bgOrange a:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.pravasiEventCarousel .owl-prev {
    width: 35px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0rem !important;
    display: block !important;
    border: 0px solid black;
    background: transparent !important;
    text-align: center;
}

.pravasiEventCarousel .owl-next {
    width: 35px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0rem !important;
    display: block !important;
    border: 0px solid #000000;
    background: transparent !important;
    text-align: center;
}
.pravasiEventCarousel .owl-next img, .pravasiEventCarousel .owl-prev img {
	filter: brightness(2);
}

/*********************************************
==============================================
                event
==============================================
**********************************************/

.homeComingEvent {
    padding-top: 0rem;
    padding-bottom: 2rem;
}

.tax-state .homeComingEvent,
.tax-country .homeComingEvent,
.tax-sector .homeComingEvent {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background: #f7f7f7;
}

.homeComingEvent .section_head {
    margin-bottom: 30px;
}

.homeComingEvent .col-md-3:hover {
    /* -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.5s ease-in; */
}

.homeComingEvent .col-md-3 {
    /* -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s; */
}

.category-events .homeComingEvent .col-md-3 {
    margin-bottom: 1.6rem;
}

.homeComingEvent .col-md-3 a {
    display: block;
    padding: 30px;
    height: 100%;
    background-color: #d3560e;
}
.homeComingEvent .col-md-3.past a{
    background-color: transparent;
}
.homeComingEvent .col-md-3 {
    position: relative;
}

.homeComingEvent .col-md-3::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    z-index: -1;
}

.homeComingEvent .col-md-3:nth-child(1n)::before {
    background: #ff8000;
}

.homeComingEvent .col-md-3:nth-child(2n)::before {
    background: #d3560e;
}

.homeComingEvent .col-md-3:nth-child(3n)::before {
    background: #851e52;
}

.homeComingEvent .col-md-3:nth-child(4n)::before {
    background: #521168;
}

.homeComingEvent .col-md-3:nth-child(5n)::before {
    background: #ff8000;
}

.homeComingEvent .col-md-3:nth-child(6n)::before {
    background: #521168;
}
.homeComingEvent h4{
    color: #fff;
    margin-top: 1.5rem;
}
.homeComingEvent #accordion h4{
    color: #333;
}
.homeComingEvent .past h4{color: #222;}

.category-events .homeComingEvent .col-md-3:nth-child(1n)::before{
    background: #F58220;
}

/*
.category-events .homeComingEvent .col-md-3:nth-child(2n)::before {
    background: #F6821F;
}
.category-events .homeComingEvent .col-md-3:nth-child(3n)::before {
    background: #0078FF;
}
.category-events .homeComingEvent .col-md-3:nth-child(4n)::before {
    background: #FF0185;
}
.category-events .homeComingEvent .col-md-3:nth-child(5n)::before {
    background: #0078FF;
}
.category-events .homeComingEvent .col-md-3:nth-child(6n)::before {
    background: #A03FE4;
}
*/
/*
.category-events .homeComingEvent .col-sm-3::before {
    border: 1px solid #000000;
    background: none;
}
.category-events .homeComingEvent .col-sm-3:hover .eventInnerbg h6,
.category-events .homeComingEvent .col-sm-3:hover .eventInnerbg h3{
    color: #ffffff;
}
.category-events .homeComingEvent .col-sm-3:hover .event-style-divider{
    background: #ffffff;
}
.category-events .homeComingEvent .col-sm-3:hover::before {
    background: #02C5A7;
    border: 1px solid #02C5A7;
}
*/

/*

.category-events .homeComingEvent .col-sm-3:nth-child(2n)::before {
    background: none;
}
.category-events .homeComingEvent .col-sm-3:nth-child(3n)::before {
    background: none;
}
.category-events .homeComingEvent .col-sm-3:nth-child(4n)::before {
    background: none;
}
.category-events .homeComingEvent .col-sm-3:nth-child(5n)::before {
    background: none;
}
.category-events .homeComingEvent .col-sm-3:nth-child(6n)::before {
    background: none;
}


.category-events .homeComingEvent .col-sm-3 .eventInnerbg h6{
    color: #000000;
}
*/
.category-events #ajaxSearch .col-md-12 h4.upcomingEvents{
    font-size: 3rem;
    text-transform: uppercase;
    color: #F58220;
}
.category-events #ajaxSearch .col-md-12 h4.pastEvents{
    font-size: 3rem;
    text-transform: uppercase;
    color: #a09c9c;
}
.category-events .homeComingEvent .col-md-3.past::before {
    border: 1px solid #000000;
    background: none;
}

.category-events .homeComingEvent .col-md-3.past .eventInnerbg h6 {
    color: #a09c9c;
}

.homeComingEvent .col-md-3 .eventInnerbg h3 {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1;
    padding-bottom: 15px;
}
.homeComingEvent .col-md-3.past a.eventInnerbg h3 {
	color: #a09c9c;
}

.homeComingEvent .col-md-3 .eventInnerbg h3 span.event-date {
    display: inline-block;
    margin-left: 5px;
}

.event-style-divider {
    max-width: 100%;
    margin: 0 auto;
    height: 1px;
    background: #ffffff;
    display: block;
}
.past .event-style-divider{
    background: #a09c9c;
}
.homeComingEvent .col-md-3 .eventInnerbg h6 {
    color: #ffffff;
}



.btnBoxEvent {
    margin: 40px 0px 30px;
}

/**********************************************************
==========================================================
                        FOOTER
========================================================
********************************************************/

.footerBg {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background: #f0f0f0;
    border-bottom: 28px solid #676767;
}

.footerFirtRow {
    padding-bottom: 1rem;
    position: relative;
}

.footerFirtRow::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #cccccc;
}

.footerFirtRowMenu {
    position: relative;
    padding-bottom: 0rem;
}

.footerFirtRow > .col-md-5 {
    background: #EA661B;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
.footerFirtRowMenu::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 95%;
    height: 1px;
    background: #cccccc;
}
*/
.sensex-col{
    display: flex;
}
.sensex-wrapper, .nifty-wrapper, .conversion_rate {
    border: 1px solid #ccc;
    padding: 15px;
    
}
.sensex-wrapper, .nifty-wrapper{
    display: flex;
    width: 100%;
}
.bse.small-sexsex-heading {
    color: #EA661B;
}
.sensex-box-cont span:first-child{
    display: block;
    font-size: 17px;
}
.sensex-box-cont span:last-child{
    display: block;
    font-size: 15px;
    color: rgba(0,0,0,0.5);
    line-height: 1.2;
}
.sensex-container h5, .nifty-container h5, .conversion_rate h5{
    font-family: poppins, sans-serif;
    font-size: 15px;
    color: #EA661B;
    letter-spacing: .01rem;
    font-weight: 400;
    line-height: 1.5;
}
.sensex-container p.name, .nifty-container p.name, .conversion_rate p.name{
    color: #aaa;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0;
}
.sensex-container p.highest_value, .nifty-container p.highest_value{
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 8px;
}
.conversion_rate p.value {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1;
    margin-top: 8px;
}
.conversion_rate p.value span.divider{
    color:#aaa;
}
.sensex-col::before {
    position: absolute;
    content: '';
    top: 6px;
    right: 17px;
    min-width: 27px;
    height: 27px;
    background: #fff;
}
ul.newsMenu {
    display: block;
    margin: 0 auto;
    padding: 0px;
}

ul.newsMenu li {
    list-style: none;
    display: inline-block;
}

ul.newsMenu li a {
    color: #222;
    text-transform: capitalize;
    padding: .7rem .92rem;
    font-family: poppins, sans-serif;
    font-weight: 600;
}

ul.newsMenu li a:hover {
    color: #0056b3;
}

.noVisitors {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    margin-top: -2rem;
}

.noVisitors h2,
.noVisitors h2 a {
    color: #585858 !important;
	display: inline-block;
	font: .7rem "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}

.noVisitors .visitor-counter-content {
    display: inline-block;
}

.noVisitors .visitor-counter-content p {
    color: #585858 !important;
	font: .7rem "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

.noVisitors .visitor-counter-content p:nth-child(1n),
.noVisitors .visitor-counter-content p:nth-child(2n),
.noVisitors .visitor-counter-content p:nth-child(3n),
.noVisitors .visitor-counter-content p:nth-child(4n),
.noVisitors .visitor-counter-content p:nth-child(6n) {
    display: none;
}

.noVisitors .visitor-counter-content p:nth-child(5n) {
    display: block;
}

.footerOrgAddress {
    display: flex;
    /*    align-items: center;*/
    justify-content: center;
    flex-direction: column;
    background: #EA661B;
    border: 5px solid #ffffff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footerOrgAddress h3 {
    color: #ffffff;
}

.footerOrgAddress p {
    color: #ffffff;
}

.footerOrgAddress p i {
    color: #ffffff;
}

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

.footerExternalLink span {
    font-size: 0.9rem;
    color: #a1a1a1;
    font-family: poppins, sans-serif;

}

.footerLogos a {
    display: block;
    width: 21%;
    margin-left: 1rem;

}

.footerLogos a.middleImg {
    width: 15%;
}

.footerLogos img {
    max-height: 50px;
}

.subscribe-text-wrap {
    text-align: right;
    margin-top: 0rem;
}

.subscribe-text h6 {
    color: #EA661B;
	display: inline-block;
    font-family: poppins, sans-serif;
    margin-top: 5px;
}
.subscribe-text #mailpoet_form_1 .mailpoet_paragraph {
    display: inline-block;
    margin-bottom: 0px;
}
form#emailSubscribe {
    display: inline-block;
}
#mailpoet_form_1{
  display: inline-block;
    width: 50%;
    float: right;
}
#mailpoet_form_1 .mailpoet_paragraph:last-of-type{
/*  float: left;*/
}
form#emailSubscribe .standard-button-class, input.mailpoet_submit {
    background: #343434;
    color: #ECB15D;
    padding: 4px 14px 2px;
    border: 1px solid #343434;
    font-size: 14px;
    margin-left: -5px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
#mailpoet_form_1 label.mailpoet_text_label{display: none;}
form#emailSubscribe input, input[type=email].mailpoet_text{
  width: auto !important;
    color: #585858;
    padding: 4px 10px 2px 10px;
    margin-bottom: 14px;
    background-repeat: no-repeat;
    background-position: 4%;
    background-size: 8%;
    border: none;
    border: 1px solid #343434;
    font-size: 0.8rem;
}
#mailpoet_form_1 form.mailpoet_form{
    padding: 10px 0 10px 20px !important;
}
ul.bottomMenu {
    padding: 0;
    margin: 0;
}

ul.bottomMenu li {
    display: inline-block;
    list-style: none;
}

ul.bottomMenu li a {
    display: block;
    color: #444444;
    font-size: 0.8rem;
    padding-right: .5rem;

}

ul.bottomMenu li a:hover {
    color: #0056b3;
}

ul.bottomMenu li a::after {
    content: '/';
    padding-left: .5rem;

}

ul.bottomMenu li:last-child a::after {
    content: '';
    padding-left: 0rem;

}

.mini-symbol-overview-chart {
    display: none;
}

.socialIcon h5 {
    font-size: 1rem;
    color: #a1a1a1;
}
.socialIcon a {
    padding: .5rem;
    margin: 0 .5rem;
    color: #222;
    font-size: 1.8rem;
}
.socialIcon a i{transition: transform .3s ease-out;}
.socialIcon a:hover i{transform: translate(0, 3px);}
.socialIcon a:hover{
    color: #707070;
}
.copyright p {
    font-size: 0.75rem;
}

/*********************************************************************************************************************
                                                            INDIA PAGE
**********************************************************************************************************************/

/***************************
soi
****************************/

.soi {
    background: #ffffff;
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.soi > .container {
    max-width: 93%;
}

#indiaMap, #worldMapV4 {
    height: 500px;
    position: relative;
    z-index: 3;
}

.indiaMapAbs {
/*    background: url(../image/india-map-bg.jpg);*/
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
}

.soi .stateOverview {
    padding-top: 6rem;
}

.soi .stateOverview .soiTitle h4 {
    font-size: 25px;
    border-bottom: 1px solid #000000;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.box_2.indiaSection {
    background: #665C84;
}
.box_3.indiaSection {
    background: #FF7657;
}
.box_4.indiaSection {
    background: #FBEED7;
}


.box_2.indiaSection p {
    font-size: 1.3rem;
    line-height: 1.3;
}

/*
.box_2.indiaSection .textCarousel.owl-theme .owl-dots .owl-dot span{
    border: 1px solid #000000;
}

.box_2.indiaSection .textCarousel.owl-theme .owl-dots .owl-dot.active span,
.box_2.indiaSection .textCarousel.owl-theme .owl-dots .owl-dot:hover span{
    background: #000000;
}
*/

.box_3.indiaSection .innerBox p,
.box_3.indiaSection .innerBox p span {
    color: #000000;
    margin-bottom: 0;
}

.box_4.indiaSection .innerBox p {
    color: #000000;
}

.box_5.indiaSection {
    background: #FFBA5A;
    margin-bottom: 0;
}

.box_5.indiaSection p {
    color: #000000;
    margin-bottom: 0;
}

.soi .stateOverview .soiTitle p {
    color: #585858;
    margin-bottom: 1rem;
}

.soi .stateOverview .box_3 .innerBox p span,
.soi .stateOverview .box_4 .innerBox p span,
.box_5.indiaSection p span {
    font-size: 1.2rem;
    font-weight: 800;
}

.soi a.standard-button-class {
    color: #000000;
    margin-top: 1rem;
    display: inline-block;
}

.soi a.standard-button-class:hover {
    background: #EA661B;
    color: #ffffff;
    border: 1px solid #EA661B;

}

#indiaMap svg .enabled.selected {
    fill: #fabf4f;
    filter: url(#path-shadow-filter);
    stroke: none;
}

#indiaMap svg .enabled {
    fill: #42cc7b;
    stroke: rgba(34, 136, 83, 0.4);
    cursor: pointer;
}
.stateList {
    width: 222px;
    padding: 13px 20px;
    background: #fff;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border-color: #fff;
    margin-left: auto;
    color: #665C84;
    position: relative;
    font-size: 13px;

}
.stateList::after{
    content: '';
    position: absolute;
    top: 43%;
    right: 15px;
    color: #665C84;
    transition: all 0.3s ease;
    width: 7px;
    height: 7px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.stateList ul{
    padding: 10px;
    margin: 0;

}

.stateList ul li{
    list-style: none;
}
.stateList ul li a{
    color: #585858;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}
.stateList ul li a:hover{
    color: #000000;
}
#stateScroll{
    height: 400px;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: #ffffff;
    z-index: 99;
}
.stateList:hover #stateScroll{
    display: block;
}
.mobileStateList{
    position: relative;
}
.mobileStateList::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 40px;
    left: 0;
    position: absolute;
    background: url(../image/india-map-mob-bg.png) no-repeat center center;
}
.mobileStateList .statelistOrder a{
    color: #585858;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
.mobileStateList .statelistOrder a:hover{
    color: #000000;
}
.mobileStateList .statelistOrder a::before{
    content: '';
    width: 15px;
    height: 15px;
    background: #ee254c;
    border: 5px solid #E1DFF6;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 30%;
}
/***************************
dashboard call to action
****************************/

.dcta {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.dctaBg h2 {
    text-align: center;
    font-size: 48px;
    color: #ffffff;
}

.dcta p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.dcta a.standard-button-class {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.dcta a.standard-button-class:hover {
    border: 0px solid #ffffff;
    background: #EA661B;
    color: #ffffff;
}

/***************************
initiatives india page
****************************/

.initiativesIndia {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.initiative-sec .box {
    width: 100%;
    float: left;
    /*    height: 187px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.initiative-sec .box img {
    padding: 1px;
}

.initiative-sec .Prev {
    position: absolute;
    top: 34%;
    color: #fff;
    left: -8px;
    width: 30px;
    height: 70px;
    color: rgba(0, 0, 0, 0);
}

.initiative-sec .next {
    position: absolute;
    top: 34%;
    color: #fff;
    right: -19px;
    width: 30px;
    height: 70px;
    color: rgba(0, 0, 0, 0);
}

.initiative-sec .box {
    position: relative;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.initiative-sec .box:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.5s ease-in;
}

.initiative-sec .col-md-3:nth-child(1n) .box {
    background: #e43e8b;
}

.initiative-sec .col-md-3:nth-child(2n) .box {
    background: #a03ee4;
}

.initiative-sec .col-md-3:nth-child(3n) .box {
    background: #523ee4;
}

.initiative-sec .col-md-3:nth-child(4n) .box {
    background: #0078ff;
}

.initiative-sec .box p {
    margin: 0;
}

.initiative-sec .box .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.initiative-sec .box h2 {
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 187px;
}

/***************************
enabling environment
****************************/

.eeIndiaPage {
    padding-top: 0rem;
    padding-bottom: 4rem;
}
.tax-sector .eeIndiaPage, .tax-state .eeIndiaPage{
  padding-top: 4rem;
}
.eeIndiaPage .post_slider {
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eeIndiaPage .post_slider_inner {
    max-width: 355px;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
}

.eeIndiaPage .post_slider_inner a {
    font-size: 30px;
    line-height: 32px;
    margin: 5px 0 30px;
    color: #ffffff;
}
.eeIndiaPage .post_slider_inner a.new-read-more{
    font-size: 1.1rem;

}
.eeIndiaPage .post_slider_inner a:first-child {
    display: block;
}

.eeIndiaPage .post_slider .standard-button-class {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.eeIndiaPage .post_slider .standard-button-class:hover {
    border: 1px solid #EA661B;
    color: #ffffff;
    background: #EA661B;
}

.eeIndiaPage .owl-prev {
    background: url(../image/leftNavigation.png) no-repeat !important;
    position: absolute;
    top: 47%;
    color: #fff;
    left: 4%;
    width: 30px;
    height: 70px;
    color: rgba(0, 0, 0, 0);
}

.eeIndiaPage .owl-next {
    background: url(../image/rightNavigation.png) no-repeat !important;
    position: absolute;
    top: 47%;
    text-align: right;
    right: 4%;
    width: 30px;
    height: 70px;
    color: rgba(0, 0, 0, 0);
}
.enablingEnvironment .item{
    background-repeat:no-repeat;
    background-size:cover;
}

/********************************************
============================================
        3 column grid (invest in india)
===========================================
********************************************/

.ThreeColumnGrid {
    padding-top: 0rem;
    padding-bottom: 4rem;
}

.page-template-page-trade .ThreeColumnGrid {
    padding-top: 4rem;
    padding-bottom: 0rem;
}

.tradeBox{
    min-height: 250px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.tradeBox::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 97%;
    height: 100%;
    z-index: -1;
    background: #c5bfbd;
}
.indiaTrade .col-md-4.tradeBox:nth-child(1n)::before{
    background: #F06800;
}
.indiaTrade .col-md-4.tradeBox:nth-child(2n)::before {
    background: #dfb000; /*#D31F26;*/
}
.indiaTrade .col-md-4.tradeBox:nth-child(3n)::before {
    background: #75706F; /* #F15A22; */
}

.indiaTrade div h3,
.indiaTrade div p {
    color: #ffffff;
}

.indiaTrade .tradeBox a {
    color: #ffffff;
}

.tradeBox:hover {
    /* cursor: pointer; */
    /* -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.5s ease-in; */
}

div.tradeBox h3 {
    color: #ffffff;
    margin-bottom: 10px;
    font-family: poppins, sans-serif;
}

.ThreeColumnGrid.investIndia .col-md-4.tradeBox:nth-child(1n)  h3 {
    color: deeppink;
}

.ThreeColumnGrid.investIndia .col-md-4.tradeBox:nth-child(2n) h3 {
    color: red;
}

.ThreeColumnGrid.investIndia .col-md-4.tradeBox:nth-child(3n) h3 {
    color: orange;
}

.tradeBox p {
    font-weight: normal;
    font-style: normal;
    flex-grow: 1;
}

.tradeBox p a {
    font-size: 16px;
}
.tradeBox a {
    color: #000000;
    text-decoration: none;

}

/********************************************
============================================
        india opportunities
===========================================
********************************************/

.opNews-list {
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
}

.opNews-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0px;
}

.category-opportunities .opNews-list ul li {
    margin-bottom: 0.8rem;
}

.opNews-list ul li {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    list-style: none;
    margin-top: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.opNews-list ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 92%;
    height: 100%;
    margin: 0 auto;
    background: #ffffff;
    z-index: -1;
}

.opNews-list ul li:nth-child(3n) {
    margin-right: 0;
}

.opNews-list ul li .opNews-img {
    float: left;
    width: 100%;
}

.opNews-list ul li .opNews-img img {
    float: left;
    width: 100%;
    height: 250px;
}

.opNews-list ul li .opNews-details {
    flex-grow: 1;
    padding: 10px 15px 15px 15px;
}

.opNews-list ul li .opNews-details h3 {
    margin-bottom: 20px;
}

.opNews-list ul li .opNews-details p {
    float: left;
    width: 100%;
    color: #000;
}

.opNews-list ul li .opNews-details a.learnMore {
    float: left;
    color: #000000;
    border: 1px solid #000000;
    text-align: center;
    padding: 10px 35px;
    text-decoration: none;
    letter-spacing: 0.5px;
    margin-top: 1rem;
    border: 1px solid #585858;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.opNews-list ul li .opNews-details a.learnMore:hover {
    background: #EA661B;
    border: 1px solid #EA661B;
    color: #ffffff;
}

.opportunities a.standard-button-class,
.investorUpdates a.standard-button-class,
.successStories a.standard-button-class{
    background: #343434;
    color: #ffffff;
    padding: 10px 35px;
    border: 1px solid #343434;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.homeComingEvent a.standard-button-class {
    background: none;
    color: #000000;
    padding: 10px 35px;
    border: 1px solid #343434;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.opportunities a.standard-button-class:hover,
.investorUpdates a.standard-button-class:hover,
.successStories a.standard-button-class:hover,
.homeComingEvent a.standard-button-class:hover {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

/***************************
===========================
    investor updates
============================
****************************/

.investorUpdates {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.investorUpdates .row .col-md-4,
.investorUpdates .row .col-md-8 {
    margin-top: 1.5rem;
}

.investorUpdates .row .col-md-4 > div.leftColoredSide {
    background: #02c5a7;
    margin-bottom: 0;
    color: #fff;
    padding: 5% 10% 8% 10%;
}

.leftColoredSideWrap {
    padding: 0px;
    margin-bottom: 1.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.leftColoredSide h3 {
    
}

.leftColoredSide h3,
.leftColoredSide p {
    color: #ffffff;
}

.leftColoredSide .standard-button-class {
    padding: 10px 35px;
    margin-top: 1rem;
    display: inline-block;
}

.investorUpdates .row .col-sm-6 {

    margin-bottom: 1.5rem;
    position: relative;
}

.sectors {
    height: 220px;
    background: #f6f6f6;
    padding: 1rem;
    overflow: hidden;
}

.investorUpdates .row .col-sm-6:nth-child(1n) .sectors,
.investorUpdates .row .col-md-4:nth-child(1n) .sectors {
    border-bottom: 7px solid #52a8e0;
}

.investorUpdates .row .col-sm-6:nth-child(2n) .sectors,
.investorUpdates .row .col-md-4:nth-child(2n) .sectors {
    border-bottom: 7px solid #c0d731;
}

.investorUpdates .row .col-sm-6:nth-child(3n) .sectors,
.investorUpdates .row .col-md-4:nth-child(3n) .sectors {
    border-bottom: 7px solid #02c5a7;
}

.investorUpdates .row .col-sm-6:nth-child(4n) .sectors,
.investorUpdates .row .col-md-4:nth-child(4n) .sectors {
    border-bottom: 7px solid #00e265;
}

.investorUpdates .row .col-sm-6 h5,
.investorUpdates .row .col-md-4 h5 {
    color: #444344;
}

.investorUpdates .date_category {
    color: #9a9a9a;
    font-size: 16px;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.investorUpdates .date_category .date {
    margin-right: 10px;
}


/********************************
===============================
        success stories
===============================
********************************/

.ssNews-list {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.ssNews-list ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.ssNews-list ul li {
    display: inline-block;
    width: 31.5%;
    margin: 0 2.3% 2.3% 0;
    padding: 0;
}

.ssNews-list ul li:before {
    content: '';
}

.ssNews-list ul li:nth-child(1n) {
    border-top: 5px solid #523ee4;
}

.ssNews-list ul li:nth-child(2n) {
    border-top: 5px solid #19aae6;
}

.ssNews-list ul li:nth-child(3n) {
    margin-right: 0;
    border-top: 5px solid #02c5a7;
}

.ssNews-list ul li:hover:nth-child(1n) .ssNews-data {
    background: #523ee4;
}

.ssNews-list ul li:hover:nth-child(2n) .ssNews-data {
    background: #19aae6;
}

.ssNews-list ul li:hover:nth-child(3n) .ssNews-data {
    background: #02c5a7;
}

.ssNews-list ul li .ssNews-data {
    height: 111px;
    padding: 20px 14px;
}

.ssNews-list ul li .ssNews-data h3 {
    text-align: left;
    color: #000;
    font-size: 21px;
}

.ssNews-list ul li:hover .ssNews-data h3 {
    color: #ffffff;
}

.ssNews-list ul li .ssNews-img {
    display: inline-block;
    width: 100%;
}

.ssNews-list ul li .ssNews-img img {
    display: inline-block;
    width: 100%;
    height: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .ssNews-list ul li h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .ssNews-list ul li {
        width: 70%;
        margin: 0 0 50px;
    }
}

@media only screen and (max-width: 520px) {
    .ssNews-list ul li {
        width: 95%;
        margin: 0 0 30px;
    }
}

/******************************************************************************************************************
===================================================================================================================
                                                            Sectors Page
===================================================================================================================
******************************************************************************************************************/

.container-fluid.sectorList {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.sectorList .col-md-3 {
    margin-bottom: 1.5rem;
    overflow: hidden;

}

.sectorImg {
    position: relative;
    overflow: hidden;
    transition: all 0.6s;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}

.sectorImg img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sectorList .col-md-3:hover .sectorImg img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.5s ease-in;
}

.sectorName {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.15);
    flex-direction: column;
    transition: all 0.6s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sectorName img {
    width: 50px;
}

.sectorName h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 35px;
    margin-top: 1rem;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 5px 10px #000;
    -moz-text-shadow: 0px 5px 10px #000;
    -webkit-text-shadow: 0px 5px 10px #000;
}

/*sector world map*/

.wmsp {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 550px;
    position: relative;
}

.wmsp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.wmsp .container {
    max-width: 90%;
}

.wmsp .col-md-7 {
    position: absolute;
    right: 22px;
    max-width: 63%;
}

#sectorCountryListOne,
#sectorCountryListTwo,
#sectorCountryListThree {
    height: 400px;
}


.wmsp h2 {
    font-family: poppins, sans-serif;
    color: #ffffff;
    margin-bottom: 3rem;
    font-size: 1.4rem;
}

.wmsp h4 {
    font-family: poppins, sans-serif;
    color: #ffffff;
    font-size: 2rem;
}

.wmsp a {
    font-family: poppins, sans-serif;
    color: #39FFDF;
    display: block;
    padding: 4px 15px 4px 0px;
    text-transform: capitalize;
    font-size: 1rem;
    line-height: 1.2;
}

/*investor opportunities*/

.investOppo {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #ffffff;
}

.investOppo .section_head {
    color: #4D3DD1;
    margin-bottom: 3rem;
}

.investOppo ul li {
    list-style: none;
    margin-bottom: 1rem;
}

.investOppo ul li img {
    width: 40px;
    display: block;
    margin: 3px auto 0 auto;
}

/**********************************************************
==========================================================
                        News Page
========================================================
********************************************************/

.news_filter {
    float: left;
    width: 100%;
    padding: 25px 30px;
    background: #02c5a7;
    margin: 0px 0 30px 0;
}

.category-events .news_filter {
    background-color: #d3560e;
}

.news_filter h3 {
    line-height: 30px;
    color: #fff;
    margin: 0 0 6px 0;
}

.news_filter p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 13px 0 !important;
    font-family: poppins, sans-serif !important;
    font-weight: 400;
}

.news_filter form.nSearch-form {
    width: 100%;

}
.news_filter .col-20::before{
    z-index: -1;
    background-color: transparent;
}
.category-news #searchText, .category-events #searchText , .category-publications #searchText{
    background-color: #ffffff;
    margin: 0rem 0 1rem;
    border: none;
    border-bottom: 1px solid #fff;
    padding: .5rem;
    color: #000;
    width: 100%;
}
.news_filter .col-20{
    margin-bottom: 0rem;
}
.category-news input#searchText::placeholder,
.category-events input#searchText::placeholder,
.category-publications input#searchText::placeholder{
    color: #000000;
}
.news_filter form.nSearch-form .search-field {
    width: 22%;
    position: relative;
    display: inline-block;
}

.category-events .news_filter form.nSearch-form .search-field {
    width: 29%;
}

.news_filter .btn {
    background: none;
    color: #ffffff;
    padding: 3px 26px;
    border: 1px solid #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 0px;
	margin-right: .5rem;
}

.news_filter .btn:hover {
    background: #EA661B;
    color: #ffffff;
    border: 1px solid #EA661B;
}

.page-template-page-publication .news_filter form.nSearch-form .search-field {
    width: 30%;
    position: relative;
    display: inline-block;
}

.news_filter form.nSearch-form .search-field input,
.news_filter form.nSearch-form .search-field select {
    float: left;
    width: 100%;
    padding: 6px 10px 8px;
    font-size: 14px;
    line-height: 20px;
    color: #02c5a7;
    font-weight: 300;
    font-family: poppins, sans-serif !important;
    border: 0;
    font-weight: 500;
}
.category-events .news_filter form.nSearch-form .search-field input,
.category-events  .news_filter form.nSearch-form .search-field select {
   color: #d3560e;
}
.news_filter form.nSearch-form .search-field select {
    line-height: 30px;
    height: 34px;
}

.news_filter form.nSearch-form .search-field input#searchText {
    background-repeat: no-repeat;
    background-position: 96% center;
}

.news_filter form.nSearch-form .search-field button.search-submit {
    position: absolute;
    right: 0;
    width: 34px;
    height: 33px;
    border: 0;
    background: url(../image/search-icon.png) no-repeat center center;
}

.newsAll .col-md-3 {
    margin-bottom: 1.5rem;
}

.newsAll .col-md-3 .newsContent {
    background: #ffffff;
    padding: 1rem;
}

span.newsCategory {
    font-size: 0.7rem;
    color: #585858;
    display: block;
}

span.newsPostDate {
    color: #444444;
    font-size: 0.7rem;
    display: block;
    margin-top: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/**********************************************************
==========================================================
                        Event Page
========================================================
********************************************************/

.eventPageContent .keyEvent-box:last-child {
    margin-top: 2rem;
}

.keyEvent-box {
    padding: 22px 13px;
    background-color: #fbcd0b;
    min-height: 190px;
}

.keyEvent-box h3 {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.sui-date-link,
a.sui-date-link:hover {
    font-size: 21px;
    color: #000000;
}

input.alertinput,
input.alertinput:focus {
    height: 40px;
    width: 100%;
    border: none;
    outline: none;
    padding-left: 11px;
    margin-top: 1rem;
}

.btn.alertbtn {
    border-radius: 0px;
    background: #cc4b48;
    border: none;
    color: #fff;
    text-transform: uppercase;
    margin-top: 1rem;
    padding: 10px 25px;
}

/***********************
event search form
***********************/

.event_filter {
    float: left;
    width: 100%;
    padding: 25px;
    background-color: #cc4b48;
}

.event_filter h3 {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}

.event_filter p {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    margin: 10px 0;
}

.event_filter form.eventS-form {
    float: left;
    width: 100%;
}

.event_filter form.eventS-form .search-field {
    float: left;
    width: 30%;
    margin: 6px 0;
    position: relative;
}

.event_filter form.eventS-form .search-field button.search-submit {
    position: absolute;
    right: 0;
    width: 34px;
    height: 33px;
    border: 0;
    background: url(images/search-icon.png) no-repeat center center;
}

.event_filter form.eventS-form .search-field:nth-child(2),
.event_filter form.eventS-form .search-field:nth-child(5) {
    margin: 6px 5%;
}

.event_filter form.eventS-form .search-field input,
.event_filter form.eventS-form .search-field select {
    float: left;
    width: 100%;
    padding: 6px 10px 8px;
    font-size: 14px;
    line-height: 20px;
    color: #cc4b48;
    font-weight: 500;
    font-family: poppins, sans-serif !important;
    border: 0;
}

.event_filter form.eventS-form .search-field select {
    line-height: 30px;
    height: 34px;
}

.event_filter form.eventS-form .search-field input#searchEvent {
    background-repeat: no-repeat;
    background-position: 96% center;
}

.event_filter form.eventS-form .search-field a.sfield-tab {
    float: left;
    width: 100%;
    padding: 6px 10px 8px;
    font-size: 14px;
    line-height: 20px;
    color: #cc4b48;
    font-weight: 500;
    font-family: poppins, sans-serif !important;
    border: 0;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.event_filter form.eventS-form .search-field a.active {
    background: #f7941d;
    color: #fff;
}

.event_filter form.eventS-form .search-field a.sfield-tab:hover {
    background: #f7941d;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .event_filter form.eventS-form .search-field {
        display: inline-block;
        width: 100%;
        float: none;
    }
    .event_filter form.eventS-form .search-field:nth-child(2),
    .event_filter form.eventS-form .search-field:nth-child(5) {
        margin: 6px 0;
    }
}

/************************
upcoming events
*************************/

.eventPageContent {
    margin-top: 4rem;
}

.eventPageContent .keyEvent-box:last-child {
    margin-top: 2rem;
}

.events-listing .eventBox {
    background-color: #fff;
}

.eventPageContent h2 {
    margin-top: 2rem;
}

.eventBox h3.eventh3 {
    font-size: 2.5em;
    line-height: 1;
    padding: 25px 15px;
}

.eventPageContent .eventWrapper {
    padding-right: 0px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.eventPageContent .eventWrapper:hover {
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.5s ease-in;
}

.eventPageContent .eventWrapper:nth-child(1n) .eventBox h3.eventh3 {
    color: #f58220;
}

.eventPageContent .eventWrapper:nth-child(2n) .eventBox h3.eventh3 {
    color: #981b1e;
}

.events-listing .eventBox p {
    font-size: 14px;
    line-height: 18px;
    color: #585858;
    font-weight: 700;
    padding: 25px 15px;
    min-height: 100px;
}

div.eventBox h3 span.event-date {
    font-size: 40px;
    line-height: 1;
    color: #000;
    display: block;
    margin-top: 15px;
    margin-bottom: -10px;
}

@media(max-width:767px) {
    .eventPageContent {
        padding-left: 0px;
        padding-right: 0px;
    }
    .eventPageContent .events-listing .eventWrapper:nth-child(odd) {
        padding-right: 5px;
    }
    .eventPageContent .events-listing .eventWrapper:nth-child(even) {
        padding-left: 5px;
    }
    .smallScreenPad {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/****************************************************************************************************************************
============================================================================================================================
state page
============================================================================================================================
*****************************************************************************************************************************/

/*state page tab plus accordion*/

.stateTabAcc {
    background: #ffffff;
    padding-top: 1rem;
    padding-bottom: 4rem;
}

.stateTabAcc .container {
    max-width: 95%;
}

.stateTabAcc .resp-tab-content {
    padding: 0px 0px 15px 25px;
}

.stateTabAcc .resp-vtabs .resp-tabs-list li {
    margin: 0 0 0px;
    color: #222;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 5px 15px !important;
    background-color: #EED6CA !important;
}

.stateTabAcc .resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: 0px !important;
    padding: 5px 15px !important;
    border-top: 0px solid;
    border: 0px solid #5AB1D0 !important;
    border-left: 0px solid #5AB1D0 !important;
    margin-bottom: 0px !important;
    border-right: 0px #FFF solid !important;
    background-color: #F06800 !important;
}

.stateTabAcc .resp-vtabs li.resp-tab-active::before {
    content: '\f0d9';
    font-family: fontawesome;
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 2rem;
}
.stateTabAcc .resp-vtabs .resp-tabs-list li:hover{
    background-color: #F06800 !important;
}
/* .stateTabAcc .resp-vtabs .resp-tabs-list li:nth-child(1n) {
    background: #E5438E !important;
}

.stateTabAcc .resp-vtabs .resp-tabs-list li:nth-child(2n) {
    background: #7045AE !important;
}

.stateTabAcc .resp-vtabs .resp-tabs-list li:nth-child(3n) {
    background: #2B3495 !important;
}

.stateTabAcc .resp-vtabs .resp-tabs-list li:nth-child(4n) {
    background: #182952 !important;
} */


/* .tax-sector .stateTabAcc .resp-vtabs .resp-tabs-list li:nth-child(1n) {
    background: #efc012 !important;
}

.tax-sector .stateTabAcc .resp-vtabs .resp-tabs-list li:nth-child(2n) {
    background: #02c39a !important;
}

.tax-sector .stateTabAcc .resp-vtabs .resp-tabs-list li:nth-child(3n) {
    background: #028090 !important;
}

.tax-sector .stateTabAcc .resp-vtabs .resp-tabs-list li:nth-child(4n) {
    background: #003459 !important;
}


.stateTabAcc.countryTabAcc .resp-vtabs .resp-tabs-list li:nth-child(1n) {
    background: #981B1F !important;
}

.stateTabAcc.countryTabAcc .resp-vtabs .resp-tabs-list li:nth-child(2n) {
    background: #B3161D !important;
}

.stateTabAcc.countryTabAcc .resp-vtabs .resp-tabs-list li:nth-child(3n) {
    background: #D82028 !important;
}

.stateTabAcc.countryTabAcc .resp-vtabs .resp-tabs-list li:nth-child(4n) {
    background: #E92B35 !important;
}

.stateTabAcc.countryTabAcc .resp-vtabs .resp-tabs-list li:nth-child(5n) {
    background: #EA661B !important;
}

.stateTabAcc.countryTabAcc .resp-vtabs .resp-tabs-list li:nth-child(6n) {
    background: #E79817 !important;
} */

.stateTabAcc .resp-vtabs ul.resp-tabs-list {
    width: 25%;
    margin-top: 0 !important;
}

.stateTabAcc .resp-vtabs .resp-tabs-container {
    width: 74%;
    border: 0px solid #c1c1c1;
}

.stateMap .owl-stage-outer {
    -webkit-box-shadow: 0px 0px 13px 1px #ccc;
    -moz-box-shadow: 0px 0px 13px 1px #ccc;
    box-shadow: 0px 0px 13px 1px #ccc;
}

.stateMap .owl-prev {
    width: 35px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 2rem !important;
    display: block !important;
    border: 0px solid black;
    background: transparent !important;
}

.stateMap .owl-next {
    width: 35px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0px !important;
    display: block !important;
    border: 0px solid #000000;
    background: transparent !important;
}
.tax-state .stateOverview > .row{
    margin-top: -5px;
}
.box_2 {
    background: #FED332;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 10px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}
.tax-state .box_2{
    padding-top: 25px;
    padding-bottom: 25px;
}
.tax-country .box_2 {
    background: #EA661B;
}

.box_2 > .row {
    width: 100%;
}

.box_2 > .row > .col-md-12 {
    display: flex;
}

.box_2 p {
    color: #222;
    font-size: 1.7rem;
    margin-bottom: 0px;
    text-align: center;
    padding: 1rem;
    line-height: 1.1;
}

.textCarousel .owl-item.active > .item > p {
/*
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
*/

}

.textCarousel .owl-dots {
    text-align: center;
    margin-top: 0rem;
}

.textCarousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.textCarousel.owl-theme .owl-dots .owl-dot span {
    /* width: 10px;
    height: 10px;
    margin: 5px 3px;
    background: none;
    border: 1px solid #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px; */
}

.textCarousel.owl-theme .owl-dots .owl-dot.active span,
.textCarousel.owl-theme .owl-dots .owl-dot:hover span {
    border: none;
    background: #ffffff;
}

.textCarousel .owl-nav {
    display: none;
}

.col-md-12.box_1 {
    margin-bottom: 1rem;
    padding-right: 5px;
    margin-top: 0.6rem;
}

/*
.box_3 .innerBox,
.box_4 .innerBox,
.box_6 .innerBox{
    background: #DCDBDC;
}
.box_5 .innerBox{
    background: #1AA0FC;
}
*/

.box_3,
.box_4,
.box_6 {
    background: #f5edf5;
    border: 5px solid #ffffff;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.box_5 {
    background: #EED6CA;
    border: 5px solid #ffffff;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

h3#weatherid {
    color: #222;
    text-align: center;
    /*    display: none;*/
	font: bold .9rem "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-variant: small-caps;
	text-transform: uppercase;
}

#showWeatherForcast p {
    /* text-align: center;
    color: #ffffff;
    font-size: 1.3rem; */
}

.tax-country .box_5 {
    background: #fff;
}
.tax-country .box_5 p{
    font-size: 0.9rem;
    color:#981B1F;
}
.tax-country .box_5 .innerBox p span {
    font-weight: 800;
    color:#981B1F;
    display: block;
    font-size: 16px;
}
.box_3 .innerBox p {
    color: #3541b8;
    font-size: 0.9rem;
    font-weight: 400;

}

.box_3 .innerBox p span {
	display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 800;

}

.tax-country .box_3 .innerBox p,
.tax-country .box_3 .innerBox p span {
    color: #981B1F;
}

.box_4 .innerBox p {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.3;
	color: #E5438E;
}

.box_4 .innerBox p:first-child {
    font-weight: 800;
    font-size: 1.4rem;
    margin-bottom: 0;
}

.box_6 .innerBox p {
    color: #7045AE;
    font-size: 0.8rem;
    font-weight: 400;

}

.box_6 .innerBox p span {
	display: inline-block;
    font-size: 1.4rem;
    text-transform: capitalize;
    font-weight: 800;
    line-height: 1;

}

.tax-country .box_6 .innerBox p,
.tax-country .box_6 .innerBox p span {
    color: #E79817;
}
/* @group twinning agreements */
.twinning_agreements {
    margin-top: 2rem;
}
.twinning_agreements h4{
    color: #182952;
    font-size: 1.7rem;
}
.twinning_list a{
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    padding: .5rem .7rem;
    border-bottom: 1px solid #8a9ed0;
    margin: 0 0 .5rem 0;
    display: block;
}
.twinning_list a:hover {
    background-color: #e2e2e2;
}
/* @end */

/*policy tab*/

.stateStrength .col-md-4 {
    position: relative;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}


.stateStrength .col-md-4::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
    border: 1px solid #cccccc;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

/*state strength*/
.stateStrength .col-md-4{

}
.stateStrength .col-md-4::before {
/*    border: 1px solid #523EE4;*/
    background: #7045AE;
}

.tax-country .stateStrength .col-md-4::before {
    background: #B3161D;
}
.stateStrength .col-md-4:hover::before {
    background: none;
    border: 1px solid #7045AE;
}

.tax-sector .stateStrength .col-md-4::before {
/*    border: 1px solid #523EE4;*/
    background: #02c39a;
}

.tax-sector .stateStrength .col-md-4:hover::before {
    background: none;
    border: 1px solid #02c39a;
}

.stateStrength .col-md-4 .stateStrengthInner p:first-child {
    color: #ffffff;
}

.stateStrength .col-md-4:hover .stateStrengthInner p:first-child,
.stateStrength .col-md-4:hover .stateStrengthInner p:last-child,
.stateStrength .col-md-4:hover .stateStrengthInner p {
    color: #ffffff;
}

/*country strength*/

.tax-country .stateStrength .col-md-4::before {
    border: 1px solid #B3161D;
}

.tax-country .stateStrength .col-md-4:hover::before {
    background: #ffffff;
}

.tax-country .stateStrength .col-md-4 .stateStrengthInner p:first-child {
    color: #ffffff;
}

.tax-country .stateStrength .col-md-4:hover .stateStrengthInner p:first-child,
.tax-country .stateStrength .col-md-4:hover .stateStrengthInner p {
    color: #B3161D;
}

/*
.tax-country .stateStrength .col-md-4:hover::before {
    background: #B3161D;
}
*/

.stateStrength .col-md-4 .stateStrengthInner {
    /*    border: 1px solid #cccccc;*/
    padding: 15px 15px 30px 15px;
    position: relative;
    z-index: 2;
}

.stateStrength .col-md-4 {
    margin-bottom: 1rem;
}

.stateStrength .col-md-4 p:first-child {
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 0.6rem;
    font-weight: 800;
}

.stateStrength .col-md-4 p:last-child {
    font-size: 1rem;
    color: #ffffff;
}
div#country-opportunities p a {
    color: #6fe6ff;
    display: inline-block;
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 4px;
	padding: 0 .5rem;
}
div#country-opportunities p a:hover {
	color: #fff;
}
div#country-opportunities ol li {
    color: #fff;
}
.graphTitleContainer {
	margin-bottom: 1rem;
}
.graphTitleContainer .graphTitle {
	font-weight: bold; font-size: 1.25rem;
}
/*
.stateStrength .col-md-4:nth-child(2n) .stateStrengthInner p:first-child {
    color: #523EE4;
}

.stateStrength .col-md-4:nth-child(3n) .stateStrengthInner p:first-child {
    color: #0078FF;
}

.stateStrength .col-md-4:nth-child(4n) .stateStrengthInner p:first-child {
    color: #7eeee4;
}

.stateStrength .col-md-4:nth-child(5n) .stateStrengthInner p:first-child {
    color: #A03FE4;
}
*/

/*
.tax-state .stateStrength .col-md-4:hover::before {
    background: #E5438E;
}
*/

.tax-country .stateStrength .col-md-4:hover p,
.tax-sector .stateStrength .col-md-4:hover p,
.tax-country .stateStrength .col-md-4:hover p:first-child,
.tax-sector .stateStrength .col-md-4:hover p:first-child {
    color: #ffffff;
}
.tax-state .stateStrength .col-md-4:hover p,
.tax-state .stateStrength .col-md-4:hover p:first-child,
.tax-state .stateStrength .col-md-4:hover p:last-child{
    color: #7045AE;
}
.tax-sector .stateStrength .col-md-4:hover p,
.tax-sector .stateStrength .col-md-4:hover p:first-child,
.tax-sector .stateStrength .col-md-4:hover p:last-child{
    color: #02c39a;
}
.tax-state .stateStrength .col-md-4:hover p {
    color: #585858;
}

/*policy tab*/

.statePolicies .col-md-4 {
    margin-bottom: 1.8rem;
    position: relative;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

.statePolicies .col-md-4::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
    border: 1px solid #cccccc;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

.statePoliciesInner {
    /*    border: 1px solid #cccccc;*/
    padding: 15px 15px 40px 15px;
    position: relative;
    z-index: 2;
}

.statePoliciesInner a {
    display: block;
}



.statePoliciesInner h6 {
    font-family: poppins, sans-serif;
    font-weight: 800;
    margin-top: 1rem;
}

.statePoliciesInner p {
    color: #444444;
}

.statePolicies .col-md-4:before {
    border: 1px solid #2B3495;
}
.tax-sector .statePolicies .col-md-4:before {
    border: 1px solid #028090;
}

.tax-country .statePolicies .col-md-4:before {
    border: 1px solid #D82028;
}

.statePolicies .col-md-4:hover::before {
    background: #2B3495;
}
.tax-sector .statePolicies .col-md-4:hover::before {
    background: #028090;
}

.statePolicies .col-md-4 .statePoliciesInner h6 {
    color: #2B3495;
}
.tax-sector .statePolicies .col-md-4 .statePoliciesInner h6 {
    color: #028090;
}

.statePolicies .col-md-4:hover .statePoliciesInner h6,
.statePolicies .col-md-4:hover .statePoliciesInner p {
    color: #ffffff;
}

.tax-country .statePolicies .col-md-4:hover::before {
    background: #D82028;
}

.tax-country .statePolicies .col-md-4:hover .statePoliciesInner h6 {
    color: #ffffff;
}

.tax-country .statePolicies .col-md-4 .statePoliciesInner h6 {
    color: #D82028;
}



/*agencies tab*/

.stateAggencies .col-md-6 {
    position: relative;
    margin-bottom: 1.8rem;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

.stateAggencies .col-md-6::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
    border: 1px solid #cccccc;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

.stateAggencies .col-md-6:nth-child(even) {
    padding-left: 1rem;
}

.stateAggencies .col-md-6:nth-child(odd) {
    padding-right: .5rem;
}

.stateAggenciesWrap {
    /*    border: 1px solid #cccccc;*/
    padding: 15px;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.stateAggenciesWrap h3:first-child {
    color: #182952;
    font-weight: 600;
}

.tax-country .stateAggenciesWrap h3:first-child {
    color: #EA661B;
}

.stateAggenciesWrap h3:last-child {
    color: #4b4b4b;
    font-family: poppins, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

.stateAggenciesWrap p {
    color: #424242;
    display: flex;
}

.stateAggenciesWrap p i {
    color: #424242;
    margin-right: 1rem;
}

.stateAggenciesWrap p a {
    color: #424242;
}

.lineDivider {
    height: 54px;
    margin-bottom: 1rem;
}

.stateAggencies .col-md-6::before {
    border: 1px solid #182952;
}
.tax-sector .stateAggencies .col-md-6::before {
    border: 1px solid #003459;
}

.tax-country .stateAggencies .col-md-6::before {
    border: 1px solid #EA661B;
}

.tax-sector .lineDivider {
    border-bottom: 1px solid #003459;
}
.tax-country .lineDivider {
    border-bottom: 1px solid #EA661B;
}

.lineDivider {
    border-bottom: 1px solid #182952;
}

.tax-country .stateAggencies .col-md-6:hover::before {
    background: #EA661B;
}

.tax-state .stateAggencies .col-md-6:hover::before {
    background: #182952;
}

.tax-sector .stateAggencies .col-md-6:hover::before {
    background: #003459;
}

.tax-country .stateAggencies .col-md-6:hover p,
.tax-state .stateAggencies .col-md-6:hover p,
.tax-sector .stateAggencies .col-md-6:hover p,
.tax-country .stateAggencies .col-md-6:hover h3:first-child,
.tax-state .stateAggencies .col-md-6:hover h3:first-child,
.tax-sector .stateAggencies .col-md-6:hover h3:first-child,
.tax-country .stateAggencies .col-md-6:hover h3:last-child,
.tax-state .stateAggencies .col-md-6:hover h3:last-child,
.tax-sector .stateAggencies .col-md-6:hover h3:last-child,
.tax-country .stateAggencies .col-md-6:hover p i,
.tax-state .stateAggencies .col-md-6:hover p i,
.tax-sector .stateAggencies .col-md-6:hover p i,
.tax-country .stateAggencies .col-md-6:hover p a,
.tax-sector .stateAggencies .col-md-6:hover p a,
.tax-state .stateAggencies .col-md-6:hover p a {
    color: #ffffff;
}

.tax-country .stateAggencies .col-md-6:hover .lineDivider,
.tax-state .stateAggencies .col-md-6:hover .lineDivider,
.tax-sector .stateAggencies .col-md-6:hover .lineDivider {
    border-bottom: 1px solid #ffffff;
}

/*indian embassy contact*/

.CountryIndianAN .col-md-6 {
    position: relative;
    margin-bottom: 1.7rem;
}

.CountryIndianAN .col-md-6::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 93%;
    height: 100%;
    border: 1px solid #cccccc;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

.CountryIndianAN .col-md-6:nth-child(odd) {
    padding-right: .5rem;
}

.CountryIndianAN .col-md-6:nth-child(even) {
    padding-left: 1rem;
}

.CountryIndianAN h5 {
    color: #8d2420;
    font-family: poppins, sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
}


.CountryIndianANWrap {
    padding: 15px;
    margin-bottom: 1rem;
    position: relative;
}

.CountryIndianANWrap p {
    color: #424242;
}

.CountryIndianANWrap p i {
    color: #424242;
    margin-right: 1rem;
}

.tax-country .CountryIndianAN .col-md-6::before {
    border: 1px solid #E79817;
}

.tax-country .CountryIndianAN .col-md-6:hover::before {
    background: #E79817;
}

.tax-country .CountryIndianAN .col-md-6 h3 {
    color: #E79817;
}

.tax-country .CountryIndianAN .col-md-6:hover h3,
.tax-country .CountryIndianAN .col-md-6:hover p,
.tax-country .CountryIndianAN .col-md-6:hover p i {
    color: #ffffff;
}

.tax-country .CountryIndianAN .lineDivider {
    border-bottom: 1px solid #E79817;
}

.tax-country .CountryIndianAN .col-md-6:hover .lineDivider {
    border-bottom: 1px solid #ffffff;
}

.CountryIndianANWrap p a {
    color: #424242;
}
.CountryIndianANWrap:hover p a {
	color: #fff;
}
/*responsive tab*/

@media only screen and (max-width: 768px) {
    .stateTabAcc {
        padding-left: 0;
        padding-right: 0;
    }
    .stateTabAcc .resp-vtabs .resp-tabs-container {
        width: 100%;
    }
    .stateTabAcc .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 0px solid #c1c1c1 !important;
    }
    .stateTabAcc .resp-vtabs .resp-tab-content {
        border: 0px solid #C1C1C1;
        padding-top: 1rem;
    }
    .stateTabAcc .resp-tabs-container h2.resp-accordion {
        font-size: 2rem;
        color: #ffffff;
        text-transform: uppercase;
    }
    .stateTabAcc .resp-tabs-container h2.resp-accordion,
    .stateTabAcc .resp-tabs-container h2.resp-accordion:first-child {
        border-top: 0px solid #c1c1c1 !important;
        border: 0px solid #c1c1c1;
    }
    .stateTabAcc .resp-tab-content {
    padding: 0px 15px 15px 15px;
}
    .stateTabAcc .resp-tabs-container .resp-arrow {
        border-top: 12px solid #ffffff;
        margin-top: 16px;
    }
    .stateTabAcc .resp-tabs-container h2.resp-tab-active span.resp-arrow {
        border-bottom: 12px solid #ffffff;
        border-top: 0px solid #ffffff;
        margin-top: 12px;
    }
    .stateTabAcc .resp-tabs-container h2.resp-accordion.resp-tab-active{
        background: #F06800 !important;
    }
    .stateTabAcc .resp-tabs-container h2.resp-accordion {
        background: #EED6CA !important;
    }
    

    .col-md-12.box_1 {
        margin-bottom: 1rem;
        padding: 5px 0;
    }
    .box_2 {
        background: #FED332;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        border-right: 0px solid #ffffff;
        border-left: 0px solid #ffffff;
        border-top: 0px solid #ffffff;
        border-bottom: 0px solid #ffffff;
    }
    .box_3,
    .box_4,
    .box_5,
    .box_6 {
        border: 1px solid #ffffff;
    }
    .externalKeyLink {
        display: none;
    }
    .externalKeyLink.externalKeyLinkvisiblexs {
        display: block;
    }
}


/*key growth sectors*/

.kgs {
    background: #F0F0F0;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.kgs .section_head {
	color: #7045AE;
}

.kgs p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #000000;
}

.kgs .kgsCarousel .item {
    position: relative;
    overflow: hidden;
    transition: all 0.6s;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.kgs .kgsCarousel .item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.kgs .kgsCarousel .item .kgsAbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.3);
    flex-direction: column;
    transition: all 0.6s;
    -webkit-transform: scale(1);
    transform: scale(1);

}

.kgs .kgsCarousel .item:hover .kgsAbs {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.owl-carousel .owl-item .kgsAbs > img {
    width: 50px;
}

.kgsAbs h6 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;
}

.kgsCarousel .owl-prev{
    width: 35px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: -1.8rem !important;
    display: block !important;
    border: 0px solid black;
    background: transparent !important;
}

.kgsCarousel .owl-next{
    width: 35px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: -2.5rem !important;
    display: block !important;
    border: 0px solid #000000;
    background: transparent !important;
}


/*key investors*/

.keyI {
    background: #F06800;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.keyI .section_head {
    color: #ffffff;
}

.keyI p.pTitle {
    color: #ffffff;
}

.keyIImgWrap {
    width: 100%;
    background: #ffffff;
    text-align: center;
}
.keyICarousel .owl-prev{
    width: 35px;
    height: 50px;
    position: absolute;
    top: 20%;
    left: -1.8rem !important;
    display: block !important;
    border: 0px solid black;
    background: transparent !important;
}

.keyICarousel .owl-next {
    width: 35px;
    height: 50px;
    position: absolute;
    top: 20%;
    right: -2.5rem !important;
    display: block !important;
    border: 0px solid #000000;
    background: transparent !important;
}
.keyICarousel .owl-prev img, .keyICarousel .owl-next img{
    filter: brightness(2);
}
.owl-carousel .owl-item .keyIImgWrap img {
    width: auto;
    display: block;
    margin: 0 auto;
}

/* .keyICarousel .owl-item:hover:nth-child(1n) .item {
    background: #981B1E;
}

.keyICarousel .owl-item:hover:nth-child(2n) .item {
    background: #D31F26;
}

.keyICarousel .owl-item:hover:nth-child(3n) .item {
    background: #F15A22;
}

.keyICarousel .owl-item:hover:nth-child(4n) .item {
    background: #F58220;
} */

.keyICarousel p {
    color: #ffffff;
    margin-top: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
	text-align: center;
}

.keyICarousel .owl-dots {
    text-align: center;
    margin-top: 1rem;
}

.keyICarousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.keyICarousel.owl-theme .owl-dots .owl-dot span {
    /* width: 10px;
    height: 10px;
    margin: 5px 3px;
    background: none;
    border: 1px solid #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px; */
}

.keyICarousel.owl-theme .owl-dots .owl-dot.active span,
.keyICarousel.owl-theme .owl-dots .owl-dot:hover span {
    border: none;
    background: #000000;
}

.keyICarousel .owl-nav {
/*    display: block !important;*/
}

/*upcoming projects*/

.upcomingProjects {
    background: #ffffff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.upcomingProjects .section_head {
    color: #e43e8b;
}

.upcomingProjects h6 {
    margin-bottom: 0px;
    color: #e43e8b;
    font-size: 1rem;
    font-weight: 600;
    font-family: poppins, sans-serif;
    text-transform: capitalize;
}

.upcomingProjects p {
    margin-bottom: 22px;
    color: #000000;
    font-size: 0.8rem;
}

#upcomingProjectsScroll {
    height: 400px;
}

#sectorOverviewScroll {
    height: 376px;
}

.extraLink h5 {
    font-size: 2rem;
}

.extraLink img {
    max-height: 50px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.extraLink img:hover {
    margin-top: -10px;
}

/*
#sectorOverviewScroll .mCSB_scrollTools .mCSB_draggerRail,
#upcomingProjectsScroll .mCSB_scrollTools .mCSB_draggerRail{
    background-color: #000;
    background-color: #e43e8b;
}
#sectorOverviewScroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#upcomingProjectsScroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #fff;
    background-color: #e43e8b;
}
*/

/*added attraction*/

.addedAtraction {
    background: #f0f0f0;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.addedAtractionCarousel .owl-prev {
    width: 35px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 0 !important;
    color: #ffffff;
    display: block !important;
    border: 0px solid black;
    background: transparent !important;
}

.addedAtractionCarousel .owl-next {
    width: 35px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 3rem !important;
    color: #ffffff;
    display: block !important;
    border: 0px solid #000000;
    background: transparent !important;
}

.addedAtractionCarousel .item {
    position: relative;
}

.addedAtractionAbs {
    position: absolute;
    top: 0;
    left: 10%;
    width: 90%;
    height: 90%;
    display: flex;
    align-items: flex-end;
}

.addedAtractionAbs h6 {
    background: rgba(255, 255, 255, 0.85);
    color: #000000;
    padding: 10px;
    font-size: 1.5rem;
}

.owl-item.active > .item > .addedAtractionAbs > h6 {
/*
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
*/

}



/**********************************************************
==========================================================
                        sector tab style
========================================================
********************************************************/

.sectorOverview h4 {
    color: #003459;
    font-family: poppins, sans-serif;
    margin-bottom: 2rem;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
}

.col-md-6.sectorOverviewWrap,
.col-md-3.sectorOverviewWrap {
    background: #efc012;
    border: 10px solid #fff;
}

.col-md-6.sectorOverviewWrap:hover,
.col-md-3.sectorOverviewWrap:hover {
    background: #003459;
}

.sectorOverviewInner {
    padding: 15px 0;

}

.sectorOverviewInner p:first-child {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: .2rem;
}

.sectorOverviewInner p:last-child {
    color: #ffffff;
}

.col-md-6.sectorOverviewWrap:hover .sectorOverviewInner p:first-child,
.col-md-3.sectorOverviewWrap:hover .sectorOverviewInner p:first-child,
.col-md-6.sectorOverviewWrap:hover .sectorOverviewInner p:last-child,
.col-md-3.sectorOverviewWrap:hover .sectorOverviewInner p:last-child {
    color: #ffffff;
}

.sectorGraphic img {
    width: 60%;
    display: block;
    margin: 0 auto;
}

/**********************************************************
==========================================================
                        trade biletral trade tab style
========================================================
********************************************************/

.CountryBTrade .table-responsive > table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}

.CountryBTrade .table-responsive > p {
    text-align: right;
    font-size: 0.8;
}

.CountryBTrade .table-responsive > p:after {
    content: '*';
}

.CountryBTrade .table-responsive > table > tbody > tr:first-child,
.CountryBTrade .table-responsive > table > tbody > tr:first-child td:first-child {
    background: #EA661B;
    color: #ffffff;
}

.CountryBTrade .table-responsive > table > tbody > tr:first-child td {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.CountryBTrade .table-responsive > table > tbody > tr:first-child td {
    border-right: 1px solid #ffffff;
}

.CountryBTrade .table-responsive > table > tbody > tr:first-child td:last-child {
    border-right: 0px solid #ffffff;
}

.CountryBTrade .table-responsive table tbody tr td {
    padding: .5rem;
    border: 1px solid #EA661B;
}

.CountryBTrade .table-responsive > table > tbody > tr td:first-child {
    background: #E79817;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.CountryBTrade .table-responsive > table > tbody > tr td:nth-child(2) {
    font-weight: bold;
}

/*
.CountryBTrade .table thead th{
    border-bottom: 0px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.CountryBTrade .table thead th:first-child{
    border-bottom: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
}
.CountryBTrade .table td, .CountryBTrade .table th {
    padding: .5rem;
}
.CountryBTrade tbody tr th{
    background: #E79817;
    color: #ffffff;
}
*/

/************************************************************************************************************
=============================================================================================================
                        Mission Page
=============================================================================================================
*************************************************************************************************************/

/*country list*/

.countryList {
    background: #ffffff;
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.countryList ul.card {
    border: none;
}

.countryList ul.card li {
    padding: 0px 0px;
    list-style: none;
	line-height: 23px;
    color: #585858;
}

.countryList ul.card li a {
    color: #000000;
    font-size: 13px;
    position: relative;
}

.countryList ul.card li a:hover {
    color: #EA661B;
}

.countryList ul.card li a::before,
.countryList ul.card li a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.countryList ul.card li a::before {
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.countryList ul.card li a::after {
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.countryList ul.card li a:hover::before,
.countryList ul.card li a:focus::before {
    opacity: 1;
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
}

.countryList ul.card li a:hover::after,
.countryList ul.card li a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
}

.countryList ul.card li.bigFont {
    color: #919190;
    padding: 10px 5px;
    font-weight: bold;
    /*border-bottom: 1px solid #eeeeee;*/
    font-size: 1.2rem;
    margin-bottom: .5rem;
}
.archive .countryList ul.card li.bigFont {
    border-bottom: 1px solid #eeeeee66;
}

.countryList .card-columns ul.card:nth-child(1n) li.bigFont {
    color: #981B1E;
}

.countryList .card-columns ul.card:nth-child(2n) li.bigFont {
    color: #D31F26;
}

.countryList .card-columns ul.card:nth-child(3n) li.bigFont {
    color: #F15A22;
}

.countryList .card-columns ul.card:nth-child(4n) li.bigFont {
    color: #F58220;
}

/******************************************************************
===================================================================
Country single page(country-taxonomy.php)
===================================================================
*******************************************************************/

.topImportExport {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.topImportExport .section_head {
    color: #ffffff;
    margin-bottom: 2rem;
}

.col-md-4.exportList::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: -80px;
    top: 0;
    background: #fff;
}

.exportList h5,
.importList h5 {
    color: #ffffff;
    font-family: poppins, sans-serif;
    font-size: 1.5rem;
}

.exportList ul,
.importList ul {
    padding: 0px;
    margin: 0px;
}

.exportList ul li,
.importList ul li {
    list-style: none;
    color: #FBCD0B;
    font-size: 1.3rem;
    padding-bottom: .5rem;
}

@media(max-width:767px) {
    .col-md-4.exportList {
        margin-bottom: 3rem;
    }
    .col-md-4.exportList::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        right: 0;
        top: auto;
        bottom: -25px;
        background: #fff;
    }
}

/**********************************************************
==========================================================
                        event single
========================================================
********************************************************/

.evdetail-left {
    background: #fbcd0b;
    margin: 0 auto;
    padding: 10px 10px 10px 0;
}

.evdetail-left h6 {
    font-size: 1.3rem;
}

.featuredEvent .evdetail-left h6 {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

.featuredEvent .evdetail-left h6:first-child {
    padding-left: 0px;
}

.featuredEvent .evdetail-left h6::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 24%;
    height: 60%;
    width: 1px;
    background: #000000;
}

.featuredEvent .evdetail-left h6:last-child::after {
    display: none;
}

.innerPageBanner.featuredEvent h1 {
    /* line-height: 4vw;
    font-size: 4vw; */
}

/**********************************************************
==========================================================
                        news single
========================================================
********************************************************/

.newsSingle {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 4rem;
    text-align: center;
}

.newsSingle h1.newsSingleHeading {
    margin-bottom: 2rem;
}

.newsSingle .time {
    display: inline-block;
    padding: 5px 30px;
    margin-bottom: 1rem;
    color: #E93736;
    font-weight: 600;
}

.newsSingle h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.newsSingle .col-md-3::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
}

.newsSingle .col-md-3:nth-child(1n)::before {
    border: 2px solid rgb(229, 67, 142);
/*    background: rgba(229, 67, 142, 0.2);*/
}

.newsSingle .col-md-3:nth-child(2n)::before {
    border: 2px solid rgb(82, 62, 228);
/*    background: rgba(82, 62, 228, 0.2);*/
}

.newsSingle .col-md-3:nth-child(3n)::before {
    border: 2px solid rgb(0, 120, 255);
/*    background: rgba(0, 120, 255,0.2);*/
}

.newsSingle .col-md-3:nth-child(4n)::before {
    border: 2px solid rgb(160, 63, 228);
/*    background: rgba(160, 63, 228,0.2);*/
}
.SingleSubHeadBox p{
    color: #000000;
}
.SingleSubHeadBox {
    padding: 22px 22px 10px;
}

.newsSingleMain h2 {
    color: #EA661B;
	margin-bottom: 3rem;
	margin-top: 3rem;
	padding-right: 4rem;
	padding-left: 4rem;
}


.newsSingleMain p {
    margin-bottom: 1rem;
}

.newsSingleMain p:blank,
.newsSingleMain p:-moz-only-whitespace,
.newsSingleMain p::empty {
    display: none;
}

.relatedAWrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.relatedAWrap .col-md-4:nth-child(1n) .relatedAInner {
    border-bottom: 5px solid #19aae6;
}

.relatedAWrap .col-md-4:nth-child(2n) .relatedAInner {
    border-bottom: 5px solid #bfd730;
}

.relatedAWrap .col-md-4:nth-child(3n) .relatedAInner {
    border-bottom: 5px solid #00e265;
}

.relatedAInner {
    background: #f6f6f6;
    min-height: 170px;
    padding: 15px;
}

.relatedAInner h4 {}

.relatedAInner h4 a {}

.relatedAInner ul {
    padding: 0;
    margin: 0;
}

.relatedAInner ul li {
    list-style: none;
    font-size: 13px;
    color: #585858;
    font-family: poppins, sans-serif;
}

.relatedAInner ul li a {
    font-size: 13px;
    color: #585858;
}

.tag-lists {
    width: 100%;
    margin: 40px 0 20px;
    text-align: center;
}

.tag-lists a {
    font: 15px poppins, sans-serif;
    font-weight: lighter;
    line-height: 25px;
    color: #838181;
    text-transform: uppercase;
    margin: 0 6px 6px 0;
    border: 1px solid #bcbcbc;
    padding: 2px 8px;
    display: inline-block;
    letter-spacing: 1px;
}
.image-caption{
    padding: 7px 0;
    font-size: .75rem;
    /* font-style: italic; */
    font-family: poppins, sans-serif;
}
/* Pagination */

.pagination {
    clear: both;
    position: relative;
    line-height: 13px;
    float: right;
    padding: 0rem 0rem;
    /*    background: #ffffff;*/
    /*    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);*/
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 6px 2px 0;
    padding: 7px 9px 7px 9px;
    text-decoration: none;
    width: auto;
    color: #a1a1a1;
    background: #ffffff;
    font-size: 1.2rem;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}


.pagination a.leftrightArrow {
    color: #000000;
    font-weight: 600;
    font-size: 1.5rem;
}

.pagination .current {
    padding: 7px 9px 7px 9px;
    /*    background: #6AAC70;*/
    /* Current page background */
    color: #fff;
}

.pagination a.all:hover,
.pagination a.all.current {
    color: #ffffff;
    /*
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
*/
}

/*
.pagination a.all:nth-child(1n):hover,
.pagination a.all.current:nth-child(1n){
    background: linear-gradient(to right, rgb(36, 198, 220), rgb(81, 74, 157));
}
.pagination a.all:nth-child(2n):hover,
.pagination a.all.current:nth-child(2n){
    background: linear-gradient(to right, rgb(179, 255, 171), rgb(18, 255, 247));
}
.pagination a.all:nth-child(3n):hover,
.pagination a.all.current:nth-child(3n){
    background: linear-gradient(to right, rgb(255, 78, 80), rgb(249, 212, 35));
}
*/

.pagination a.all:hover,
.pagination a.all.current {
    background: linear-gradient(to right, rgb(248, 87, 166), rgb(255, 88, 88));
}

/*********************************************************************************************************************
                                                            PUBLICATION PAGE
**********************************************************************************************************************/

/************************
publication search form
*************************/

div.news_filter.publication_i {
    margin: 0 0 20px;
}

.publication_i input {
    height: auto;
}

div.news_filter.publication_i {
    background-color: #5a27da;
}

.publication_ii_right a.standard-button-class:hover {
    color: #fff !important;
}

/************************
publication content
*************************/

.publication_listing {
    padding: 0;
}
.publication_listing p{
    text-align: justify;
}
.publication_ii {
    margin-top: 20px;
    width: 100%;
}

.publication_ii li {
    padding: 20px 0% 20px 2%;
    list-style: none;
    overflow: hidden;
    border-top: 2px solid #d344f5;
}

ul.publication_listing img {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.publicationAction a {
    font-size: 2.5rem;
    color: #4a4949;
    padding: 1rem;
}

.publication_ii li:first-child {
    border-top: 0px solid #d344f5;
}

.publication_ii_left {
    width: 22%;
    text-align: center;
    float: left;
}

.publication_ii_right {
    width: 50%;
    float: left;
}

.publication_listing h4 {
    font-weight: 800;
    margin: 0;
    font-size: 21px;
    line-height: 35px;
    color: #D344F5;
    margin-bottom: 1rem;
}

.publication_ii_right p {
    font-size: 17px;
    max-width: 500px;
}

.publication_ii_new {
    width: 26%;
    float: right;
    text-align: center;
    max-width: 135px;
}

.publication_iii {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.publication_ii_new table tr td a img {
    max-width: 70%;
}
.single #ajaxSearch .col-md-12 {
    border-bottom: 0px solid #cccccc;
}
.single ul.publication_listing img {
    margin: 0 auto 0 0;
}
.single .publicationAction {
    display: flex;
    align-items: center;
}
.single .publicationAction a {
    font-size: 2.5rem;
    color: #4a4949;
    padding: 1rem 0;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
}
.single .cta{
    display: inline-block;
    margin-left: 1rem;
    font-size: 14px;
    color: #EB6441;
}
.single .publicationAction a:hover .cta{
    color: #d86017;
}
div#tax_results {
    width: 100%;
}
.single .publication_ii {
    margin-top: 0;
}
.search .article-header small {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #aba6a6;
    font-size: 11px;
}
#ajaxSearch #tax_results .col-md-12:last-child{
    border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
    .publication_ii_left {
        width: 100%;
        margin-right: 4%;
    }
    .publication_ii_right {
    width: 100%;
    float: left;
    margin-top: 1rem;
}
    .publication_ii_left img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 520px) {
    .publication_ii_right h4 {
        font-size: 21px;
        line-height: 26px;
    }
    .publication_ii_right p {
        font-size: 14px;
    }
}

/**********************************************************
==========================================================
                        standard page styling
========================================================
********************************************************/

.standardPageIntro h5 {
    font-size: 1.4rem;
    text-transform: uppercase;
}

/**********************************************************
==========================================================
                        economic dashboard
========================================================
********************************************************/

/**** dashboard filter navigation ****/

#filterdashboard {
    padding-top: 0rem;
}

div#filterdashboard ul {
    width: 100%;
    margin: 0px;
    padding: 0;
}

div#filterdashboard ul li {
    list-style: none;
    margin-bottom: 1rem;
    padding-left: 5px;
    padding-right: 5px;
}

div#filterdashboard ul li.col-md-3 a {
    min-height: 34px;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 18px;
    line-height: 1.4em;
    font-family: poppins, sans-serif !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 20px !important;
}

div#filterdashboard a.standard-button-class {
    min-height: 34px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 5px 35px;
    line-height: 1.4em;
    font-family: poppins, sans-serif !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 18px !important;
}

div#filterdashboard li.col-md-3 a {
    color: white;
    transition: background 0.3s ease;
    transition: color 0.3s ease;
}

div#filterdashboard li.col-md-3 a.current {
    position: relative;
    outline: none;

}

div#filterdashboard li.col-md-3 a.current:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -8px;
    transform: rotate(45deg);
    z-index: -1;
    left: 43%;
}

div#filterdashboard li.col-md-3:nth-child(1n) a,
div#filterdashboard li.col-md-3:nth-child(1n) a.current:before {
    background: #D31F26;
}

div#filterdashboard li.col-md-3:nth-child(2n) a,
div#filterdashboard li.col-md-3:nth-child(2n) a.current:before {
    background: #bb0a11;
}

div#filterdashboard li.col-md-3:nth-child(3n) a,
div#filterdashboard li.col-md-3:nth-child(3n) a.current:before {
    background: #d7450e;
}

div#filterdashboard li.col-md-3:nth-child(4n) a,
div#filterdashboard li.col-md-3:nth-child(4n) a.current:before {
    background: #c76715;
}

/*
div#filterdashboard li div.maroon a {
    background: #D31F26;
    color: white;
    transition: background 0.3s ease;
    transition: color 0.3s ease;
}
div#filterdashboard li div.maroon:hover a  {
    background: #D31F26;
    color: #ffffff;
}
div#filterdashboard li div.red a {
    background: #bb0a11;
    color: white;
    transition: background 0.3s ease;
    transition: color 0.3s ease;
}
div#filterdashboard li div.red:hover a  {
    background: #bb0a11;
    color: #ffffff;
}
div#filterdashboard li div.darkorange a {
    background: #d7450e;
    color: white;
    transition: background 0.3s ease;
    transition: color 0.3s ease;
}
div#filterdashboard li div.darkorange:hover a  {
    background: #d7450e;
    color: #ffffff;
}
div#filterdashboard li div.lightorange a {
    background: #c76715;
    color: white;
    transition: background 0.3s ease;
    transition: color 0.3s ease;
}
div#filterdashboard li div.lightorange:hover a  {
    background: #c76715;
    color: #ffffff;
}
*/

/*
div#filterdashboard li div.red a.current:before{
	 content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -8px;
    transform: rotate(45deg);
    z-index: -1;
    left: 43%;
    background: #bb0a11;

}

div#filterdashboard li div.darkorange a.current:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -8px;
    transform: rotate(45deg);
    z-index: -1;
    left: 43%;
    background: #d7450e;
}


div#filterdashboard li div.lightorange a.current:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -8px;
    transform: rotate(45deg);
    z-index: -1;
    left: 43%;
    background: #c76715;
}
*/

/*masonry content area*/

.dashboardh2 h2 {
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    color: #585858;
    text-align: center;
    font-weight: 400;
}

.dashboardp p {
    font-family: poppins, sans-serif;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
}

.div-mb {
    margin-bottom: 1rem;
}

.custom-container {
    width: 98%;
    margin: 0 auto;
}

.grid > div {
    padding-left: 5px;
    padding-right: 5px;
}

.masonry-content1 {
    background: #ffffff;
    padding: 10px;
    overflow: hidden;
}

.masonry-content2 {
    background: #ffffff;
    min-height: 259px;
    padding: 0px 15px 30px 15px;
}

.div-left1,
.div-left2 {
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 2rem;
    text-align: center;
}

.center-image {
    width: 65%;
    margin: 0 auto;
}

.h3style {
    font-size: 35px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    padding: 1.5rem 15px 0 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
}

.only-number {
    font-size: 60px;
    color: #f15a22;
    font-weight: bold;
    margin: 0;
}

.percentage-style {
    font-size: 100px;
    color: #981b1e;
    font-family: poppins, sans-serif;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.masonry-para {
    color: #555555;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    padding: 0 15px;
    line-height: 1.8rem;
    letter-spacing: 0.5px;
    font-family: poppins, sans-serif
}

.masonry-content1 h5 {
    text-align: center;
    font-size: 14px;
    font-family: poppins, sans-serif !important;
    color: #555555;
    text-transform: uppercase;
}

.div-left3 {
    width: 30%;
    float: left;
    padding: 10px;
}

.div-left4 {
    width: 70%;
    float: left;
    padding: 10px;

}

.div-left4 p {
    color: #555555;
}

.color_orange {
    color: #f58220;
}

.title-bold {
    font-size: 35px;
    color: #f15a22;
    font-weight: bold;
    margin: 0;
}

.masonry-content1 ul {
    margin: 2rem 0 1rem 0;
    padding: 0;
}

.masonry-content1 ul li {
    list-style: none;
    font-size: 22px;
    text-align: center;
}

.masonry-content1 ul li span {
    font-size: 20px;
    color: #f58220;
    padding-left: 10px;
    display: inline-block;
    font-weight: bold;
}

.div-left1 > h6,
.div-left2 > h6 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    font-family: poppins, sans-serif !important;
}

ul.signdetailed {
    margin: 0px;
    padding: 0px;
}

ul.signdetailed li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    margin-right: 1.2rem;
    font-weight: 600;
}

ul.signdetailed li i.orange-sign {
    color: #f58220;
    padding-right: 5px;
}

ul.signdetailed li i.yellow-sign {
    color: #fbcd0b;
    padding-right: 5px;
}
ul.signdetailed li i.green-sign {
    color: #C0E33C;
    padding-right: 5px;
}

.greyBox1 {
    text-align: center;
}

.masonry-content1.gdpcustombg,
.productBox .grossProduct .greyBox.homegdp-style1 {
    background: #f58220;
    text-align: center;
}

.masonry-content1.gdpcustombg1,
.productBox .ranking .greyBox.homegdp-style2 {
    background: #d31f26;
    text-align: center;
}

.masonry-content1.gdpcustombg2,
.productBox .other .greyBox.homegdp-style3 {
    background: #f15a22;
    text-align: center;
}

.masonry-content1.gdpcustombg3 {
    background: #981B1E;
}

.gdpcustombg1 h5,
.gdpcustombg2 h5,
.gdpcustombg3 h5 {
    color: #fff;
}
.home .homeindicators ul{
    padding: 0;
    margin: 0;
}
.home .homeindicators ul li{
    list-style: none;
    color: #ffffff;
    font-family: poppins, sans-serif;
    font-size: 1.5rem;
}
.home .homeindicators ul li span{
    margin-left: 5px;
    display: inline-block;
}
.gdpcustombg > .h3style,
.gdpcustombg > .percentage-style,
.gdpcustombg > .masonry-para,
.gdpcustombg1 > .h3style,
.gdpcustombg1 > .masonry-para,
.gdpcustombg1 > .percentage-style,
.gdpcustombg2 > .h3style,
.gdpcustombg2 > .masonry-para,
.gdpcustombg2 > .percentage-style,
.gdpcustombg3 > .h3style,
.gdpcustombg3 > .masonry-para,
.gdpcustombg3 > .percentage-style,
.masonry-content1.gdpcustombg ul li,
.productBox .grossProduct .greyBox.homegdp-style1 .title,
.productBox .grossProduct .greyBox.homegdp-style1 .value,
.productBox .grossProduct .greyBox.homegdp-style1 .sub_track,
.productBox .ranking .greyBox.homegdp-style2 .title,
.productBox .ranking .greyBox.homegdp-style2 .value,
.productBox .ranking .greyBox.homegdp-style2 .txt,
.productBox .other .greyBox.homegdp-style3 .title,
.productBox .other .greyBox.homegdp-style3 .value,
.productBox .other .greyBox.homegdp-style3 .txt,
.productBox .other .greyBox.homegdp-style3 .count,
.productBox .other .greyBox.homegdp-style3 .orange_rate {
    color: #ffffff;
}

/*chart size*/

#gdpgrowth,
#economygrowth,
#gdppie,
#gdpfiscal,
#topimportcountries,
#topexportcountries,
#toptradecountries,
#indiantraderegion,
#indianforeignexchange,
#fdiequityinflows,
#fdihighestinflows,
#fdicumulativeinflows,
#businessranking,
#startbusinessranking,
#gettingelectricity,
#protectingminority,
#averageage,
#gdpgrowth1,
#economygrowth1,
#gdppie1,
#gdpfiscal1,
#topimportcountries1,
#topexportcountries1,
#toptradecountries1,
#indiantraderegion1,
#indianforeignexchange1,
#fdiequityinflows1,
#fdihighestinflows1,
#fdicumulativeinflows1,
#businessranking1,
#startbusinessranking1,
#gettingelectricity1,
#protectingminority1,
#averageage1,
#fdirecieving, 
#sharegva, 
#agriTotalExports,
#cpiInflation, 
#iip,
#per_capita_income, #fditotalinflows{
    width: 100%;
    height: auto;
    min-height: 300px;
    font-size: 9px;
}




/**********************************************************
==========================================================
                        child Page Style
========================================================
********************************************************/

.childPageStyle {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.childPageStyle .col-md-8 {
    background: #fff;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.childPageStyle .col-md-4 ul {
    margin: 0px;
    padding: 0px;
}

.childPageStyle .col-md-4 ul li {
    list-style: none;
}

.childPageStyle .col-md-4 ul li a {
    color: #ffffff;
    padding: .5rem 1rem;
    display: block;
    font-size: 19px;
    font-family: poppins, sans-serif;
    position: relative;
}

.childPageStyle .col-md-4 > ul > li.active > a::before {
    content: '\f0d9';
    position: absolute;
    top: 0;
    right: 15px;
    color: #ffffff;
    font-size: 2rem;
    font-family: 'FontAwesome';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.childPageStyle .col-md-4 ul.sub-pages > li:nth-child(1n) a {
    background: #283149;
}

.childPageStyle .col-md-4 ul.sub-pages > li:nth-child(2n) a {
    background: #404b69;
}

.childPageStyle .col-md-4 ul.sub-pages > li:nth-child(3n) a {
    background: #f73859;
}
.childPageStyle .col-md-4 ul.sub-pages > li:nth-child(4n) a {
    background: #68d1f5;
}

.parent-trade .childPageStyle .col-md-4 ul.sub-pages > li:nth-child(1n) a {
    background: #00649f;
}

.parent-trade .childPageStyle .col-md-4 ul.sub-pages > li:nth-child(2n) a {
    background: #01aac1;
}

.parent-trade .childPageStyle .col-md-4 ul.sub-pages > li:nth-child(3n) a {
    background: #00dbe7;
}

.parent-trade .childPageStyle .col-md-4 ul.sub-pages > li:nth-child(4n) a {
    background: #97ecc5;
}

.childPageStyle .col-md-4 > ul > li.active > ul {
    display: block;
    background: #ffffff;
}

.childPageStyle .col-md-4 > ul > li > ul > li {
    background: #ffffff;
}

.childPageStyle .col-md-4 ul > li > ul > li > a {
    color: #fff;
    font-size: 1.3rem;
    padding-left: 41px;
}

.childPageStyle .sub-pages li.current_page_item > a::before {
    content: '\f0d9';
    font-family: fontawesome;
    position: absolute;
    top: 12%;
    right: 1rem;
    font-size: 2rem;
}

.childPageStyle .sub-pages li.current_page_parent > ul > li.current_page_item > a::before {
    content: '\f0d9';
    font-family: fontawesome;
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 2rem;
    color: #000000
}

.page_item_has_children .children {
    display: none;
}

.page_item_has_children.current_page_item .children,
.current_page_parent ul.children {
    display: block;
}

.parent-trade .childPageStyle ul.sub-pages ul.children a {
    background: #ffffff !important;
    color: #01aac1 !important;
    border-bottom: 1px solid #f1f1f1;
}
.childPageStyle ul.sub-pages ul.children a {
    background: #ffffff !important;
    color: #f73859 !important;
    border-bottom: 1px solid #f1f1f1;
}

.sideAreaFirstDiv {
    border-left: 5px solid #47BBEB;
    text-align: justify;
}

.sideArea .sideAreaFirstDiv h4 {
    color: #47BBEB;
}

.sideArea .sideAreaFirstDiv p {
    color: #47BBEB;
}

.parent-trade .sideAreaFirstDiv {
    border-left: 5px solid #00649f;
    margin-bottom: 1rem;
    padding-top: 1rem;
}

.parent-trade .sideArea .sideAreaFirstDiv h4 {
    color: #00649f;
    font-size: 2.5rem;
    margin-bottom: 0rem;
}

.parent-trade .sideArea .sideAreaFirstDiv p {
    color: #00649f;
}

.sideArea .sideAreaSecondDiv {
    margin-top: 0rem;
    text-align: justify;
}

.sideArea .sideAreaSecondDiv p {
    color: #000000;
}
.accordion .card-body{
    text-align: justify;
}
.childPageStyle .accordion > .card {
    border-radius: 0px;
    border: 0px solid #000000;
}

.childPageStyle .accordion > .card > .card-header {
    padding: .15rem 60px .15rem 0px;
    background-color: rgba(0, 0, 0, 0);
}

.childPageStyle .accordion > .card > .card-header > h5 {}

.childPageStyle .accordion > .card > .card-header > h5 > button,
.childPageStyle .accordion > .card > .card-header > h5 > button:hover {
    text-decoration: none;
    color: #47BBEB;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    font-size: 1.5rem;
    padding-left: 0rem;
    padding-right: 0rem;
    position: relative;
}

.parent-trade .childPageStyle .accordion > .card > .card-header > h5 > button,
.parent-trade .childPageStyle .accordion > .card > .card-header > h5 > button:hover {
    color: #00649F;
}

.childPageStyle .accordion > .card > .card-header > h5 > button::before {
    content: '\f068';
    position: absolute;
    top: 0;
    right: -60px;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'FontAwesome';
    font-size: 1.2rem;
}

.childPageStyle .accordion > .card > .card-header > h5 > button.collapsed::before {
    content: '\f067';
    position: absolute;
    top: 0;
    right: -60px;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'FontAwesome';
    font-size: 1.2rem;
}
.subPagesRow{
    margin-top: 1rem;
}
.subPagesRow .col-md-12{
    margin-bottom: .5rem;
}
.subPagesRow .col-md-4{
    padding-left: .5rem;
    padding-right: .5rem;
    margin-bottom: 1rem;
}
.subPagesRow .col-md-4 a{
    display: block;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.subPagesRow .col-md-4:hover a{
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.subPagesRow .col-md-4 h6{
    color: #ffffff;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 0rem;
}
.parent-trade .subPagesRow > .col-md-4 h6, .parent-invest .subPagesRow > .col-md-4 h6{
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 24px auto;
}
.parent-trade .subPagesRow .col-md-4 h6{
    background-color: #01AAC1;
}
.parent-invest .subPagesRow .col-md-4 h6{
    background-color: #f73859;
}
.parent-trade .subPagesRow > .col-md-4:nth-child(1n) h6{
    background-image: url(../image/trade-icons/Getting-Ready.png);
}
.parent-trade .subPagesRow > .col-md-4:nth-child(2n) h6{
    background-image: url(../image/trade-icons/READINESS-FACTOR.png);
}
.parent-trade .subPagesRow > .col-md-4:nth-child(3n) h6{
    background-image: url(../image/trade-icons/EXPORT-STRATEGY.png);
}

.childPageBg{
    min-height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*****************************************************
contact page
******************************************************/

table.contactTable tr th:nth-child(1),
table.contactTable tr th:nth-child(2) {
    border-right: 1px solid #ffffff;
}

table.contactTable tr th {
    background: #f68121;
    color: #ffffff;
}
.contactWrapepr .col-md-4{
    position: relative;
    z-index: 1;
    margin-bottom: 0.8rem;
    padding-top: 1rem;
}
.contactWrapepr .col-md-4::before {
    border: 1px solid #bdbdbd;
    margin-bottom: 1rem;
    content: '';
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    width: 95%;
    height: 100%;
    z-index: -1;
    margin: 0 auto;
}
.person h3 {
    font-family: poppins, sans-serif;
    font-size: 1.3rem;
    color: #e5854f;
}
.person{
/*  border-bottom: 1px solid #e5854f;*/
  padding-top: 1rem;
}
p.designation {
    border-bottom: 1px solid #cccccc;
    padding-bottom: .5rem;
}
.sideColumn{
    border-left: 1px solid #cccccc;
}
.sideColumn iframe{
    width: 100%;
}
.sideColumn h3{
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-weight: 100;
    font-family: poppins, sans-serif;
}
.sideColumn p{
    font-size: 13px;
    color: #e5854f;
}
img.img-fluid.contactLogo {
    width: 280px;
    margin-bottom: 1rem;
}
.row.person i {
    color: #e5854f;
    margin-right: .5rem;
}
/**********************************************************
==========================================================
                        search php style
========================================================
********************************************************/

.row.searchPageIntro {
    margin-top: 8rem;
    margin-bottom: 2rem;
}

#ajaxSearch .col-md-12 {
    margin-bottom: 1rem;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.category-news #ajaxSearch .col-md-12 {
    margin-bottom: 0rem;
    border-bottom: 0px solid #cccccc;
    padding-bottom: 0px;
}

#ajaxSearch .col-md-12:last-child {
    border: 0px solid #000000;
}

.page_navigation {
    padding-top: .5rem;
    border-top: 1px solid #ccc !important;
}

.search .page_navigation {
    padding-top: 0rem !important;
    border-top: 0px solid #ccc !important;
}

.searchResult .col-md-9 .container {
    background: #ffffff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.article-header h5 a {
    color: #F15A22;
    font-size: 1.6rem;
}

.byline .time {
    color: #868484;
    margin-bottom: 1rem;
    display: block;
}

.categoryFilter,
.sectorFilter,
.stateFilter,
.countryFilter {
    margin-bottom: 2rem;
}

#categoryFilterDefault,
#sectorFilterDefault,
#stateFilterDefault,
#countryFilterDefault {
/*    height: 300px;*/
}

.searchResult .filter {
    padding-top: 0rem;
    padding-bottom: 2rem;
}

a.usefulinks {
    color: #a1a1a1;
}

a.usefulinks:hover {
    color: #F15A22;
}

.categoryFilter h4,
.sectorFilter h4,
.stateFilter h4,
.countryFilter h4, .additionalLink h4 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1rem;
}

.searchPageIntro .page-title span {
    text-transform: capitalize;
    color: #F15A22;
}
.additionalLink ul{
    padding: 0px;
    margin: 0px;
}
.additionalLink ul li {
    list-style: none;
}
.additionalLink ul li a{
    color: #000000;
    font-size: 0.9rem;
    padding-left: 1rem;
}
.additionalLink ul li a:hover{
    color: #000000;
}
/**********************************************************
==========================================================
                        Small only
========================================================
********************************************************/

@media screen and (max-width: 767px) {
/*    common*/
    .lastUpdated {
    text-align: left !important;
}
    .sideColumn{
    border-left: 0px solid #e5854f;
    border-bottom: 1px solid #e5854f;
        padding-bottom: 1rem;
        -ms-flex-order: 1;
    order: 1;
}
    .leftMainColumn{
        -ms-flex-order: 2;
    order: 2;
    }
  .innerPageintro .introContent {
    padding: 15px;
    }
    #breadcrumbs{
        margin-bottom: 0px;
    }
    .dashbboardBox h2, .section_head {
    font-size: 38px;
    }
    #scrollTop{
        bottom: 22px;
    }
    /*    navigation*/
    .CustomNavStyle a.navbar-brand {
        width: 243px;
        margin-right: 0rem;
        padding-left: 1rem;
    }
    .CustomNavStyle .navbar-toggler {
        border-color: rgba(255, 102, 203, 0);
        margin: 0 1rem 0 0rem;
        color: #222;
    }
    .CustomNavStyle.scrolled .navbar-toggler{
        color: #fff;
    }
    .CustomNavStyle.navbar-expand-lg .navbar-nav .dropdown-menu {
        position: relative;
        background: #000;
    }
    .CustomNavStyle.navbar-expand-lg .navbar-collapse {
        position: relative;
        background: rgba(0, 0, 0, 0.9);
        height: 100vh;
    }
    ul.dropdown-menu.depth_0.show {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .nav-toggle {
        display: none;
        z-index: -1;
    }
    .CustomNavStyle.navbar {
        padding: .5rem 0rem;
    }

    /*    home banner*/
    .HomeBanner .bannerH1 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .HomeBanner .bannerH1 a h1 {
    font-size: 2rem;
    line-height: 2rem;
    }
    .HomeBanner .bannerH1 h4 {
        font-size: 1.3rem;
    }
    .HomeBanner .bannerH1 a h5 {
        font-size: 1.1rem;
    }
    /*    opportunities in 29 states*/
    .OpporInStates h2 {
        text-align: left;
        font-size: 3rem;
    }
    .OpporInStates {
        padding-bottom: 4rem;
    }
    .iger {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .iger h2 {
        font-size: 3rem;
    }
    .iger .col-md-4 {
        -ms-flex-order: 2;
        order: 2;
    }
    .iger .col-md-8 {
        -ms-flex-order: 1;
        order: 1;
    }
/*    homepage dashboard*/
    .productBox .grossProduct .greyBox .title {
    font-size: 22px;
    }
    .productBox .grossProduct .greyBox .value {
    font-size: 50px;
    }
    .productBox .greyBox .headingBlack {
    font-size: 20px;
    }
    .productBox .greyBox .headingOange {
    font-size: 28px;
    }
/*    news*/

    .btnBox {
    margin-top: 2rem;
    }
    .news_section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
    /*    home page startup india small media*/
    .hsihImgRel {
    height: 200px;
}
    .hsihImgAbs {
        left: 0rem;
    }
    .hsihImgAbs a {
        font-size: 1.3rem;
        width: 70%;
    }
    .bgOrange {
     padding-left: 15px;
     padding-right: 15px;
    }
    .bgOrange h4 {
    font-size: 30px;
        padding: 18px 25px 6px 28px;
    }
    .bgOrange p {
    font-size: 15px;
        padding: 6px 25px 6px 28px;

    }
    div.bgOrange a {
    margin-left: 28px;
}
    .sensex-col{
        margin-bottom: 1rem;
        padding-left: 0;
    padding-right: 0;
    }
    .sensex-col:first-child{
        margin-top: 1rem;
    }
    

/*    event*/
    .homeComingEvent .col-md-3 {
    margin-bottom: 1.5rem;
}
/*    footer*/

    .tradingview-widget-container {
    margin-top: .5rem;
    }
    .subscribe-text-wrap {
    text-align: left;
    margin-top: 1rem;
}
    form#emailSubscribe {
    display: block;
    width: 100%;
}
    form#emailSubscribe input[="email"]{
        display: block;
        width: 100%;
    }
    form#emailSubscribe .standard-button-class {
    padding: 5px 22px;
    font-size: 14px;
    margin-left: 0px;
}
    .noVisitors {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0rem;
}
    .initiative-sec .box{
        margin-bottom: 1.5rem;
    }
    .eeIndiaPage .post_slider{
        height: 40vh;
    }
}


/**********************************************************
==========================================================
                        Medium only
========================================================
********************************************************/

@media screen and (min-width: 40em) and (max-width: 63.9375em) {}


/**********************************************************
==========================================================
                        Medium and up
========================================================
********************************************************/

@media screen and (min-width: 40em) {
    div#carouselExampleControlsOwl {
        padding-top: 2rem;
    }
}


/**********************************************************
==========================================================
                        Large and up
========================================================
********************************************************/

@media screen and (max-width: 1024px) {
    .iger, .HomeBanner .carousel-item, .dcta {
    background-attachment: inherit !important;
    }
}




@media only screen and (min-width:320px ) and (max-width: 652px){
   #opportunityTabContent .card-body ul, #countryInfoPopUpContent ul{
        column-count: 1;
        padding: 0;
    }
    ul#opportunityTab li {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}
    ul#opportunityTab li.nav-item.activeorder {
    order: 3;
}
    a.seeAllButton, a.seeAllCountires {
    width: 96.7%;
        margin-bottom: 0px;
        text-align: left;
}
    #opportunityTabContent .searchBox input {
    width: 96.7%;
    margin-bottom: 10px;
}
    #worldMap_min, #worldMap_emp, #worldMap {
    height: 400px !important;
}
    #countryInfoPopUpContent ul.other_opportunities, #countryInfoPopUpByCountryName ul.other_opportunities {
    column-count: 1;
    } 
}
@media only screen and (min-width:768px ) and (max-width: 1024px){
    .childPageStyle .col-md-4 ul li a{
        font-size: 1.5rem;
    }
}
@media only screen and (min-width:768px ) and (max-width: 991px){
    .navbar>.container{
        max-width: 100%;
    }
    .HomeBanner .bannerH1 {
    padding-left: 4rem;
    padding-right: 4rem;
    }
    .OpporInStates h2 {
    font-size: 3rem;
    }

    .container-fluid.OpporInStates .col-md-5 {
    padding-top: 10rem;
}
    .iger .col-md-4{
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 2;
    order: 2;
    }
    .hsih .col-md-8, .hsih .col-md-4{
        -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }

.hsihImgAbs a {
    font-size: 1.5rem;
    }
    .bgOrange h4 {
    font-size: 30px;
    }
    .homeComingEvent .col-md-3.upcoming, .homeComingEvent .col-md-3.past{
          -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1.7rem;
    }
    .category-news .col-20{
         -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

    }
    .home .homeDashboard .col-md-3, .indiaTrade .col-md-3, .opNews-list ul li{
          -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
    .soi > .container > .row > .col-md-6{
         -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    .soi  > .container > .row > .col-md-6:first-child{
        -ms-flex-order: 2;
    order: 2;
    }
    .innerPageBanner {
    min-height: 50.7526vh;
    }
    .eeIndiaPage .post_slider {
    height: 44vh;
    }

}

@media only screen and (min-width:576px ) and (max-width: 767px){
    .category-news .col-20{
         -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

    }
    .lastUpdated {
    text-align: left !important;
}

}
@media only screen and (min-width:480px ) and (max-width: 575px){
    .col-12.upcoming {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
    .category-news .col-20{
         -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

    }
    .category-news .col-20{
         -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

    }
    .newsFluid .col-20, .sensex-col{
         -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

    }
    .HomeBanner .bannerH1 {
    padding-left: 4rem;
    padding-right: 4rem;
    }
    .bgOrange h4 {
    padding: 18px 25px 6px 40px;
    }
    .bgOrange p {
    padding: 6px 40px 6px 40px;
    }
    div.bgOrange a{
        margin-left: 40px;
    }
    .btnBox {
    margin-top: 0.5rem;
}

    .opNews-list ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    .opNews-list ul{
        padding: 0;
    }
    .keyICarousel .owl-next, .kgsCarousel .owl-next {
    right: -36px !important;
    }
    .keyICarousel .owl-prev, .kgsCarousel .owl-prev{
        left: -20px !important;
    }
}
@media(max-width:576px){

    .box_4 .innerBox p:first-child, .box_3 .innerBox p span{
        font-size: 1rem;
    }
    .animated.go{
        opacity: 1;
    }
    #search input[type="search"]{
        font-size: 21px;
    }
}
@media only screen and (min-width:576px ) and (max-width: 991px){
    .newsFluid .col-20{
         -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

    }
    .btnBox {
    margin-top: 0.5rem;
}
}
@media(min-width:320px) and (max-width:991px){
    .CustomNavStyle.navbar-expand-lg .navbar-nav a.nav-link{
        margin-bottom: 1rem;
    display: inline-block;
    color: #fff;
    }
    .CustomNavStyle.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    margin: 0px auto;
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px solid #EA661B;
}
    .CustomNavStyle .mCustomScrollBox, .CustomNavStyle .mCSB_container {
    overflow: hidden;
}
    .CustomNavStyle.navbar-expand-lg .navbar-collapse {
    position: relative;
    background: rgba(0, 0, 0, 0.9);
    height: 100vh;
}
    .CustomNavStyle.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    background: #000;
}
    ul.dropdown-menu.depth_0.show {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }
    .CustomNavStyle .navbar-nav{
        padding-top: 1rem;
    }
    #mobileMenu{
        height: 300px;
    }
}
@media (max-width:1100px){
    .nav-toggle{
        display: none;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.animated {
		/*CSS transitions*/
/*
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
*/
		/*CSS transforms*/
/*
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
*/
		/*CSS animations*/
/*
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
*/
	}

}




/*opportunities page*/
.opportunitiesTitle{
    margin-bottom: 2rem;
}

.category-mineral .opportunitiesTitle h2{
    color: #900048;
}
.category-agricultural-exports .opportunitiesTitle h2{
    color: #530A6A;
}
.category-employment-opportunities .opportunitiesTitle h2{
    color: #018090;
}
ul.opportunitiesList{
    padding: 0;
    margin: 0;
}
ul.opportunitiesList li{
    list-style: none;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    z-index: 1;
}
ul.opportunitiesList li a{
    display: block;
    padding: .5rem .5rem;
    color: #ffffff;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
}
ul.opportunitiesList li a img{
    width: 30px;
    margin-right: 10px;
}
ul.opportunitiesList li:nth-child(1n) a{
    background: #530A6A;
}
ul.opportunitiesList li:nth-child(2n) a{
    background: #018090;
}
ul.opportunitiesList li:nth-child(3n) a{
    background: #900048;
}
.op-tab.active::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.4);
}
.op-tab.active::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.4);
    transform: rotate(45deg);
    z-index: -1;

}
.minerals, .minerals .card{
    background: #900048;
}
.agri, .agri .card{
    background: #530A6A;
}
.employment,  .employment .card{
    background: #018090;
}
.singlePageTitle p{color: #ffffff;}
.countryList.minerals .card-columns ul.card li.bigFont, 
.countryList.minerals ul.card li a,
.countryList.agri .card-columns ul.card li.bigFont, 
.countryList.agri ul.card li a,
.countryList.employment .card-columns ul.card li.bigFont, 
.countryList.employment ul.card li a{
    color: #ffffff;
}
.countryList .card li {
	margin-bottom: 8px;
	text-transform: capitalize;
}
.countryList .card li a {
	line-height: 4px;
}
.wwAvailability ul li a:hover, .archive .countryList ul.card li a:hover{
    color: #F9CC33;
    text-decoration: underline;
}
.archive .countryList ul.card li a::before, .archive .countryList ul.card li a::after{
    display: none;
}
.countryList .card-columns{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.term_description p{color: #ffffff;}
/*single opportunities page
*/
.singlePageTitle {
    margin-bottom: 2rem;
}
.singlePageTitle h4{
    font-size: 3rem;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}
.singlePageTitle h5{
    font-size: 2rem;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}
.column-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.5s ease-in;
    margin-bottom: 1.5rem;
    
}
.wwAvailability ul{
    border-bottom: none;
}
.continentDetails a.nav-link {
	border-radius: 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	color: #fff;
	position: relative;
}
.continentDetails a.nav-link:hover {
	background-color: rgba(0,0,0,.1);
}
.continentDetails a.nav-link.active {
	background-color: rgba(0,0,0,.1);
	font-weight: bold;
	font-size: 1rem;
}
.continentDetails a.nav-link.active:after {
	content: '';
    position: absolute;
    right: 0px;
    top: 22%;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid rgba(114, 73, 89, 0.8);
    clear: both;
}
.wwAvailability ul li{
    list-style: none;
    padding: 0 5px;
}
.wwAvailability ul li a{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}
.wwAvailability .nav-item a.nav-link h4 {
	margin-bottom: 1px;
	padding-top: 5px;
	padding-left: 0;
}
.wwAvailability .nav-item a.nav-link {
	border: none;
	padding: 7px 0 0;
}
.wwAvailability .nav-item a.nav-link.active {
	background-color: rgba(0,0,0,.5);
}
.wwAvailability .nav-item a.nav-link:hover {
	background-color: rgba(0,0,0,.2);
	text-decoration: none;
}
.continentDetails .col-sm-9 {
	background: rgba(114, 73, 89, 0.8);
}
.continentDetails .col-sm-12 {
	background: rgba(114, 73, 89, 0.8);
	text-align: center;
	color: #fff;
	padding-top: 3rem;
	min-height: 400px;
}
.single-opportunities .countryList {
	background: url(https://indbiz.gov.in/wp-content/uploads/2019/08/Worldmap-opportunities.png) center 280px no-repeat #530a6a;
}
.single-opportunities .category-employment-opportunities .countryList {
	background-color: #018090;
}
.single-opportunities .category-mineral .countryList {
	background-color: #902348;
}
.continentDetails .tab-pane {
	padding: 25px;
	color: #fff;
}
div.work_immigration_profile {
	margin-bottom: 40px;
	background: rgba(245, 245, 245, 0.16);
	border-bottom: 2px solid rgba(255, 255, 255, 0.57);
	padding: 15px 15px 20px;
}
div.work_immigration_profile p {
font-size: 1rem;
	font-style: italic;
	margin-bottom: 14px;
}
.continentDetails .tab-pane p {
	color: #fff;
}

.tab-pane div.work_immigration_profile  a {
	background-color: white;
	color: maroon;
}
.continentDetails .tab-pane p.country_url {
	margin-top: 30px;
	text-transform: uppercase;
	font-size: .7rem;
	font-weight: bold;
}
#myTabContent .tab-pane {
	min-height: 400px;
}
#myTabContent .tab-pane h4 {
	color: #fff;
	font-size: 1.4rem;
	display: none;
}
.category-employment-opportunities #myTabContent .tab-pane h4 {
	display: block;
}
.op-tab a:hover:after {
	background-color: rgba(0,0,0,.1);
	display: block;
	content: '';
	
}
.continentDetails .tab-pane a {
	color: #fff;
	background-color: red;
	padding: 2px 7px;
	border-radius: 5px;
	display: inline-block;
	margin: 5px;
}
#south_america_countries-tab {
	background-color: #B7D389;
}
#north_america_countries-tab {
	background-color: #1CBBE6;
}
#asia_countries-tab {
	background-color: #F86803;
}
#europe_countries-tab {
	background-color: #F8B81F;
}
#africa_countries-tab {
	background-color: #8BA811;
}
#asia.tab-pane {
	border-top: 6px solid #F86803;
}
#europe.tab-pane {
	border-top: 6px solid #F8B81F;
}
#africa.tab-pane {
	border-top: 6px solid #8BA811;
}
#north_america.tab-pane {
	border-top: 6px solid #1CBBE6;
}
#south_america.tab-pane {
	border-top: 6px solid #B7D389;
}
.opp_tabs_container {
	margin-bottom: 2rem;
}
.continentDetails {
	margin-right:0;
	margin-left:0;
}
.continentDetails > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}
.minerals .wwAvailability h4{
    color: #ffffff;
    padding: 5px;
    margin-top: -5px;
}
.innerwwAvailability img{
    /*z-index: -1;
    position: relative;*/
}
h4.sAmerica{
    background: #B7D389;
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
}
h4.nAmerica{
    background: #1CBBE6;
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
}
h4.africa{
    background: #8BA811;
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
}
h4.europe{
    background: #F8B81F;
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
}
h4.asia{
    background: #F86803;
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
}

.wwa .modal-content{
    border-radius: 0px;
    min-height: 600px;
}
.wwa .modal-content p, .wwa .modal-title{
    color: #ffffff;
}
.category-mineral .wwa .modal-content {
    background: #900048;
}
.category-agricultural-exports .wwa .modal-content {
    background: #530A6A;
}
.category-employment-opportunities .wwa .modal-content{
    background: #018090;
}
.wwa .close {
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
.wwa .close:not(:disabled):not(.disabled):focus, 
.wwa .close:not(:disabled):not(.disabled):hover{
    color: #ffffff;
}
@media (min-width: 992px){
   .wwa .modal-lg {
    max-width: 80%;
} 
}
@media (min-width: 576px){
   .wwa .modal-dialog {
    max-width: 80%;
    margin: 0rem auto;
} 
}
@media only screen and (min-width:320px ) and (max-width: 574px){
    .opNews-list ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    .countryList .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
    .countryList ul.card {
    border: none;
    padding: 0;
}
    .opNews-list ul{
        padding: 0;
    }
    .eeIndiaPage .post_slider_inner {
    max-width: 70%;
    }
    .eeIndiaPage .post_slider_inner a {
    font-size: 20px;
    line-height: 24px;
    }
    .eeIndiaPage .post_slider_inner a.standard-button-class {
    font-size: 18px;
    }
    .opNews-list ul li .opNews-img img {
    height: 150px;
}
    .opNews-list ul li .opNews-details h3{
        font-size: 25px;
    line-height: 28px;
    }
    .opNews-list ul li .opNews-details a.learnMore,
    .tradeBox a,
    .opportunities a.standard-button-class,
    .investorUpdates a.standard-button-class,
    .successStories a.standard-button-class{
        padding: 5px 15px;
        font-size: 15px;
    }
    div.tradeBox h3 {
    font-size: 2rem;
    }
    .sectors {
    height: 220px;
    }
    .ssNews-list ul li .ssNews-img img {
    height: 150px;
}
    .ssNews-list ul li .ssNews-data {
    height: 95px;
    }
    .ssNews-list ul li .ssNews-data h3 {
    font-size: 1.3rem;
    }
    .owl-next img, .owl-prev img{
        width: 80%;
    }
    .innerPageBanner {
    min-height: 60.7526vh;
    }
    .sideMenu{
        padding-left: 0px;
        padding-right: 0px;
    }
    .page-template-page-inner .innerPageBanner {
    min-height: 66.7526vh;
}
    .childPageStyle {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
    .childPageStyle .col-md-4 ul li a {
    font-size: 1.5rem;
}
    .childPageStyle .col-md-6{
        padding-left: 0px;
    }
     .keyICarousel .owl-next, .kgsCarousel .owl-next {
    right: -25px !important;
         width: auto;
    text-align: center;
    }
    .keyICarousel .owl-prev, .kgsCarousel .owl-prev{
        left: -25px !important;
        width: auto;
    text-align: center;
    }
    #mailpoet_form_1 {
    display: inline-block;
    width: 100%;
    }
    input.mailpoet_submit{
       margin-left: 0px;
    }
    input[type='email'].mailpoet_text{
        margin-bottom: 5px;
    }
    #mailpoet_form_1 .mailpoet_text{
    width: 100% !important;
}
    .subscribe-text #mailpoet_form_1 .mailpoet_paragraph {
    display: block;
    }
    .sensex-col::before {
    position: absolute;
    content: '';
    top: 10px;
    right: 17px;
    min-width: 35px;
    height: 35px;
    background: #fff;
}
    .innerPageBanner.featuredEvent h1 {
    line-height: 2rem;
    font-size: 2rem;
    margin-top: 5rem;
}
    .featuredEvent .evdetail-left h6 {
     padding-left: 0px;
    }
    .featuredEvent .evdetail-left h6::after{
        width: 0px;
    }
    .wmsp {
    background-attachment: inherit;
}
    .wmsp .container {
    max-width: 100%;
}
    .wmsp .col-md-5 {
        order: 2
    }
    .wmsp .col-md-7 {
    position: relative;
    max-width: 100%;
    order: 1;
}
    .newsSingle h1.newsSingleHeading {
    font-size: 2rem;
    }
    .newsSingle {
    padding-top: 2rem;
    }
    .newsSingle .col-md-3 {
    margin-bottom: 1rem;
}
    .newsSingle h3 {
    font-size: 1.3rem;
    }
    .investOppo ul.row{
        padding: 0px;
    }
    .investOppo ul li img {
    margin: 3px auto 0 0;
}
    .addedAtractionAbs {
    position: relative;
    width: 100%;
        left: 0;
        background: #ffffff;
    }
    .addedAtractionCarousel .owl-prev {
    left: -29px !important;
        top: 25%;
    }
    .addedAtractionCarousel .owl-next{
        right: 12px !important;
        top: 25%;
    }
    .exportList ul li::before, .importList ul li::before {
    content: '\f178 ';
    font-family: fontawesome;
    padding-right: 5px;
}
    .exportList ul li, .importList ul li{
        display: flex;
    }
    .keyICarousel .owl-dots {
    display: none;
}
    .category-news #searchText, .category-events #searchText, .category-publications #searchText{
        margin: 0rem 0 0rem;
    }
    .news_filter form.nSearch-form .search-field{
        margin-bottom: .5rem;
    }
    .category-events .news_filter form.nSearch-form .search-field, .news_filter form.nSearch-form .search-field {
    width: 100%;
}
    .page-template-page-publication .news_filter form.nSearch-form .search-field {
    width: 100%;
    }
    .publication_listing h4{
        text-align: center;
        margin-top: .5rem;
    }
    .publication_listing p{
        text-align: center;
    }
    .publicationAction a {
    display: block;
    }
    .stateAggenciesWrap p {
    display: block;
}
    .newsAll .col-md-3 .publicationAction{
    margin-bottom: 0rem;
}
    
}
.CountryOpportunity{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.CountryOpportunity .section_head {
    color: #ffffff;
    margin-bottom: 2rem;
}
.CountryOpportunity .col-md-4 h5{
    color: #ffffff;
    padding: 10px 10px 10px 40px;
}
.CountryOpportunity .col-md-4 .card-header h5 {
	padding-bottom: 0;
}
.CountryOpportunity .col-md-4 h5 img {
    width: 32px;
    margin-right: 10px;
}
.CountryOpportunity .col-md-4 p{
    color: #ffffff;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    overflow-wrap: break-word;
}
h5.mineralColor{
    background: #900048;
}

h5.aeColor{
    background: #480D62;
}
h5.eoColor{
    background: #018090;
}
.CountryOpportunity ul {
    padding: 0px;
    margin: 0px;
}

.CountryOpportunity ul li, .CountryOpportunity p {
    list-style: none;
    padding-bottom: .5rem;
    color: #ffffff;
    font-size: 12px;
	line-height: 17px;
}
.CountryOpportunity .card-body p{margin-bottom: 0px;}
.CountryOpportunity .card-body a{
    background: transparent;
    color: #d4d4d4;
    padding: 1px 8px;
    border: 1px solid #d4d4d4;
    margin-top: .5rem;
    display: inline-block;
    font-size: 13px;
    margin-right: .5rem;
    border-radius: 5px;
}
.CountryOpportunity .card-body a:hover{
    color: #ffffff;
    border: 1px solid #fff;
}
.CountryOpportunity ul li a{
    color: #ffffff;
    font-size: 1.3rem;
    padding-bottom: .5rem;
}

.customTooltip {
  position: relative;
  display: inline-block;
  color: #ffffff;
    margin-right: 10px;
}

.customTooltip .tooltiptext {
  visibility: hidden;
    width: 500px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    margin-left: 0px;
    opacity: 0;
    transition: opacity 0.3s;
}

.customTooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 5%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.CountryOpportunity ul li a i {
    color: #fff;
    font-size: 13px;
    position: absolute;
    right: -15px;
    top: 2px;
}
.customTooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.customTooltip .tooltiptext p{
    border-bottom: 0px solid #000000;
    padding: 1rem;
    margin-bottom: 0;
    text-align: left;
}
.CountryOpportunity .card{
    background-color: rgba(0,0,0,0) !important;
    border: 0px solid rgba(0,0,0,.125) !important;
}
.CountryOpportunity .col-md-4 .card-header h5{
    padding: 0px !important;
    font-family: poppins, sans-serif;
}
.CountryOpportunity .col-md-4 .card-header h5 button{
    color: #ffffff;
	font: 22px poppins, sans-serif;
	display: block;
    width: 100%;
    text-align: left;
	letter-spacing: 0;
	text-transform: capitalize;
}
.CountryOpportunity .col-md-4 .card-header h5 button:hover, .CountryOpportunity .col-md-4 .card-header h5 button.activeTab{
    color: #f9cc33;
}
.CountryOpportunity .col-md-4 .card-header h5 button.activeTab.collapsed {
	color: #fff;
}
/*
.CountryOpportunity .card-header h5 button.collapsed {
    color: #f9cc33;
}
.CountryOpportunity .card-header h5 button:not(.collapsed) {
    color: #ffffff;
}
*/
.CountryOpportunity .card-header {
    padding: 0px !important; 
    margin-bottom: 0;
    background-color: rgba(0,0,0,0);
    border-bottom: 0px solid rgba(0,0,0,.125);
}
.CountryOpportunity .card-body {
    background: rgba(218, 168, 185, 0.3);
	padding-top: 14px;
}

.CountryOpportunity .card-body p{
    color: #ffffff;
    border-bottom: 0px solid #fff;
    padding-bottom: 0rem;
}

#minerals,
#agri,
#employment,
#AllMineralListingContainer{
    max-height: 300px;
}

.panel-info>.panel-heading {
    display: none !important;
}