@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
p{
   font-family: 'Inter';
}
body {
    overflow-x: hidden;
    font-family: 'Inter';
}
.header_main {
    width: 100%;
    padding: 9px 0px;
    top: 0px;
    z-index: 9;
    left: 0px;
    min-height: 82px;
    background: #ffffff;
    box-shadow: 2px 1px 13px #65656540;
}
.header_main .social_media ul a {
    color: #1f1f1f;
}
.a_black a {
    color: #404040;
}
.header_main.landing_navigaion{
    position: relative !important;
}
.center-align{
    align-items: center;
}
.header_main .nav_area ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
    margin: 0px;
    padding: 0px;
}
.header_main .container {
    max-width: 1326px;
}
.header_main .nav_area ul li {
    margin: 0px 24px;
}
.header_main .nav_area ul li a {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    font-family: "Inter", sans-serif;
    position: relative;
    padding: 31px 0px;
}
.header_main .logo_area img {
    width: 100% !important;
    max-width: 207px;
    object-fit: contain;
    height: 64px;
}
.header_main .social_media ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
    margin: 0px;
    padding: 0px;
    column-gap: 30px;
}
.header_main .social_media ul span {
    font-size: 25px;
    font-weight: 400;
}
.header_main .social_media ul img {
    filter: invert(0) brightness(0);
}
.appoint_area a {
    background: #dba930;
    padding: 13px 29px;
    margin-left: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: fi;
    border-radius: 5px;
    font-family: 'Inter';
}
a{
	transition: all .3s;
}
.header_main .nav_area ul li a:hover {
    color: #dba82f;
}
.header_main .social_media ul a:hover {
    color: #dba930;
}
.header_main .social_media ul li a:hover img {
    filter: invert(0);
}
.header_main .nav_area ul li a:before {
    content: "";
    background: #dba82f;
    width: 109%;
    position: absolute;
    bottom: 0px;
    left: -2px;
    border-bottom: #dba82f solid 3px;
	opacity: 0;
	visibility: hidden;
}
.header_main .nav_area ul li a:hover:before{
    opacity: 1;
    visibility: visible;
}

.appoint_area a:hover {
    background: #1855db;
}
.nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.nav_bar {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 49px;

}

@keyframes zoom{
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.3);
}
100% {
    transform: scale(1.5);
}
}


/* ----------------------contact-us---------- */

.footer_area {
    float: left;
    background-image: url(../images/footer.jpg);
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 95px 0px 0px;
    min-height: 176px;
        background: #000;
}
.footer_area .addres_wrapper {
    display: flex;
    align-items: center;
    gap: 17px;
    max-width: 269px;
    width: 100%;
}
.footer_area .addres_wrapper img {
    width: 62px;
    height: 67px;
    object-fit: contain;
    border: #30bb6f solid 1px;
    padding: 16px;
    border-radius: 11px;
}
.footer_logo img {
    max-width: 160px;
    width: 100%;
    margin-bottom: 43px;
}
.footer_area .addres_wrapper h5 {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.footer_area .addres_wrapper p {
    font-family: 'Fira Sans Condensed';
    font-size: 18px;
    color: #30bb6f;
    font-weight: 800;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.footer_address {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.footer_area .addres_wrapper p span {
    display: block;
    text-transform: initial;
    font-weight: 400;
    color: #fff;
    line-height: 21px;
}
.footer_area .addres_wrapper p a{
    color: #fff;
}
.copy_right .row {
    align-items: center;
}
.footer_area .social_media ul {
    display: flex;
        flex-wrap: wrap;
        list-style: none;
        width: 100%;
        position: relative;
        justify-content: end;
        gap: 15px;
}
.footer_area .social_media ul li a {
    color: #fff;
    display: flex;
    width: 56px;
    height: 56px;
    background: #c5a253;
    border-radius: 50%;
    text-align: center;
    line-height: 59px;
    text-align: center;
    justify-content: center;
    line-height: 49px;
    align-items: center;
}
.footer_area .social_media ul li a:hover{
    text-decoration: none;
}
.footer_area .social_media ul li i {
    font-size: 16px;
    font-family: 'FontAwesome';
}
.footer_area .social_media ul li img {
    width: 33px;
    height: 38px;
    object-fit: contain;
}
.form_area h2{
    color: #fff;
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 34px;
    position: relative;
}
.form_area h2::after{
    content: "";
    background-color: #61ffa9;
    width: 47px;
    height: 4px;
    position: absolute;
    left: 0px;
    bottom: -14px;
}
.copy_right p {
    text-align: center;
    color: #fff;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
}
.footer_area .footer_menu h5 {
    color: #dba82f;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}
.footer_area .footer_menu ul li {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 17px;
    list-style: none;
    margin-bottom: 18px;
}
.footer_area .footer_menu ul li a {
    color: #fff;
}
.footer_area .footer_menu h5 {
    color: #dba82f;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}
.footer_area .adderss_area p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    list-style: none;
    margin-bottom: 18px;
    color: #fff;
    line-height: 30px;
}
.footer_area .adderss_area h5 {
    font-family: "Host Grotesk", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #dba82f;
    font-weight: 800;
    letter-spacing: 2px;
}
.footer_area .adderss_area ul li  {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 17px;
    list-style: none;
    margin-bottom: 8px;
    color: #fff;
}
.footer_area .adderss_area ul li a {
   color: #fff; 
}
.copy_right {
    border-top: #252525 solid 1px;
    padding: 34px 0px 14px;
    margin-top: 28px;
}
section.footer_area .col-md-3:nth-child(1) {
    flex: 0 0 31%;
    max-width: 31%;
}
section.footer_area .col-md-3:nth-child(2) {
    flex: 0 0 19%;
    max-width: 19%;
}

/* ----------------breadcrmub------------ */
.breadcrumbs {
    padding: 70px 0px 70px;
    text-align: center;
    position: relative;
}
.about-banner {
	float:left;
    background: #afaeae;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
	background-position: 11% 21%;
}
.about-banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000094;
    left: 0px;
    content: "";
}	
.about-banner h1 {
    color: #fff;
    letter-spacing: -.4px;
    line-height: 60px;
    font-weight: 800;
    font-family: 'Roboto';
    font-size: 57px;
    font-weight: 800;
}
.about-banner h1:after{
/*     content: ""; */
    background: #fff;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 6px;
}
.about-banner .about-right {
  padding: 9px 0 0px;
}
.about-banner ul {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
}
.about-banner ul li {
   margin-bottom: 0px;
    color: #ffffff;
    line-height: 25px;
    font-size: 16px;
  font-family: 'Inter';
    line-height: 32px;
    letter-spacing: -.2px;
    font-weight: 500;
    /* font-style: italic; */
    letter-spacing: .1px;
}
.about-banner .about-right ul li a {
    color: #ffffff;
}
.about-banner ul li i {
    padding: 0 11px;
    color: #ffffff !important;
    font-size: 16px;
}
.all-spacing {
    float: left;
    width: 100%;
}

h5{
	font-family: "Host Grotesk", sans-serif !important;
}

.ul_before li {
    position: relative;
    list-style: none;
    padding-left: 28px;
    margin-bottom: 15px;
}
.ul_before li:before {
    content: "";
    background-image: url(../images/triangle.png);
    width: 12px;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 13px;
    left: 0px;
    top: 9px;
}
.yellow_tri li {
    position: relative;
    list-style: none;
    padding-left: 28px;
    margin-bottom: 15px;
}
.yellow_tri li:before {
    content: "";
    background-image: url(../images/yellow_triangle.png);
    width: 12px;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 13px;
    left: 0px;
    top: 9px;
}
h2 span {
    color: #dba82f;
}
a:hover{
	text-decoration: none;
}
.newsletter_area{
	background: #000000;
	padding: 60px 0px;
}
.newsletter_area h2{
	font-family: "Roboto", Sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 69px;
    color: #fff;
}
.newsletter_area p{
	font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
}
.newsletter_area {
    background: #000000;
    padding: 60px 0px;
    float: left;
    width: 100%;
    border-bottom: #424242 solid 1px;
    border-top: #424242 solid 1px;
}
.newsletter_area input {
    background: #fff !important;
    border: 0 !important;
	font-size: 17px;
    height: 47px !important;
    border-radius: 0px !important;
    color: #7b7b7b !important;
    width: 100% !important;
    padding: 0px 15px !important;
	font-family: "Host Grotesk", sans-serif;
	font-weight: 400;
}
.newsletter_area input:placeholder{
	color: #7b7b7b !important;
}
.newsletter_area .wpforms-field-checkbox input {
    width: auto !important;
    height: auto !important;
}
.newsletter_area .wpforms-field-checkbox li {
    text-align: left;
    color: #fff;
    font-family: 'Inter' !important;
    font-weight: 500;
    font-size: 17px !important;
}
span.elementor-button-icon svg {
    display: none;
}
span.elementor-button-icon:before {
    content: "\e87a";
    font-family: 'Linearicons-Free';
}
.icon_trans span.elementor-button-icon:before {
    transform: rotate(-39deg);
}
.left_triangle{
	position: relative;
}
.left_triangle:before {
    content: "";
    background: #dba82f;
    width: 18px;
    left: 0px;
    position: absolute;
    height: 25px;
    top: 45%;
    clip-path: polygon(0 0, 0% 100%, 100% 48%);
}
.news_area h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_area a.elementor-button{
	position: relative;
}
.news_area a.elementor-button:after {
    content: "\e87a";
    font-family: 'Linearicons-Free';
    position: absolute;
    right: -23px;
    top: 0px;
}
.media_area .elementor-swiper-button.elementor-swiper-button-next:before {
    content: "\e876";
    font-family: 'Linearicons-Free';
    right: 0px;
    position: absolute;
    top: -99px;
}
.media_area .elementor-swiper-button.elementor-swiper-button-next svg, .media_area .elementor-swiper-button.elementor-swiper-button-prev svg{
	display: none;
}
.media_area .elementor-swiper-button.elementor-swiper-button-prev:before {
    content: "\e875";
	  font-family: 'Linearicons-Free';
    left: 0px;
    position: absolute;
    top: -99px;
}
.media_area time {
    font-family: 'Host Grotesk';
}
.media_area h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsletter_area .wpforms-submit {
    background: #dba82f !important;
    border: #000 solid 0px !important;
    padding: 12px 49px 12px 29px !important;
    color: #fff !important;
    font-size: 17px !important;
    font-family: 'Host Grotesk';
    font-weight: 700 !IMPORTANT;
    margin-top: 19px !important;
    transition: all .3s;
    position: relative;
}
.newsletter_area .wpforms-submit:after {
    content: "\e87a";
    font-family: 'Linearicons-Free';
    position: absolute;
    top: 42px;
    padding-left: 6px;
}
.newsletter_area .wpforms-submit:hover{
	background: #1855db !important;
}
.newsletter_area .wpforms-field-checkbox label {
    position: relative !important;
    cursor: pointer;
}
.newsletter_area .wpforms-field-checkbox input {
    padding: 0 !important;
    height: initial !important;
    width: initial !important;
    margin-bottom: 0 !important;
    display: none !important;
    cursor: pointer;
}
.newsletter_area .wpforms-field-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
   margin-right: 14px;
}
.newsletter_area div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
    width: 23%;
    margin-left: 2% !important;
}
.newsletter_area div.wpforms-container-full .wpforms-form .wpforms-first {
    clear: both !important;
    margin-left: 0 !important;
}
.newsletter_area .container {
    /* padding: 0px 81px; */
    max-width: 954px;
}

.newsletter_area div#wpforms-500-field_5-container {
    padding-top: 0px;
}
.newsletter_area .wpforms-field-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 5px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(54deg);
}
.news_area .e-loop__load-more a.elementor-button {
    background-color: #DBA82F !important;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    border-radius: 4px 4px 4px 4px;
    padding: 19px 55px 19px 42px !important;
    color: #fff !important;
    position: relative !important;
}
.news_area .e-loop__load-more a.elementor-button:hover {
    background: #1855db !important;
}
.news_area .e-loop__load-more a.elementor-button:after {
    content: "\e87a";
    font-family: 'Linearicons-Free';
    position: absolute;
    /* right: -23px; */
    top: 19px;
    right: 35px;
}
.tab_area .nav-pills .nav-link {
    border-radius: .25rem;
    color: #fff;
    font-family: 'Host Grotesk';
    font-size: 20px;
    font-weight: 700;
    position: relative;
    width: auto !important;
    display: masonry;
    padding: 0px;
}
.tab_area .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
    background: none;
    color: #dba82f !important;
}
.tab_area li.nav-item {
    width: auto !important;
    display: table;
    /* border: #ff5d5d solid 1px; */
    padding: 11px 0px 22px;
}
.tab_area .nav {
    width: auto !important;
    display: block;
    position: relative;
    margin-top: 43px;
}
.tab_area .nav-pills .nav-link.active:after, .nav-pills .show>.nav-link:after {
    content: "";
    border-bottom: #dba82f solid 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 3px;
}
.tab_area .nav-pills .nav-link.active:before {
    content: "";
    background-image: url(../images/after_img.png);
    width: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 21px;
    height: 24px;
    position: absolute;
    right: -40px;
    clip-path: polygon(0 0, 0% 100%, 100% 48%);
    border-radius: 3px;
    top: 6px;
    background-repeat: no-repeat;
}
.footer_area .footer_menu ul li a:hover {
    color: #dba82f;
}
.tab_area .tab-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}
.tab_area .tab-content h2 {
    font-family: "Roboto", Sans-serif;
    font-size: 29px;
    font-weight: 900;
    line-height: 26px;
    letter-spacing: 0.8px;
    color: #FFFFFF;
}
.tab_area .tab-content h4 {
    color: #dba82f !important;
    font-family: 'Host Grotesk';
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin-right: 45px;
    border-bottom: #dba82f solid 2px;
}
.tab_area .tab-content h4:before {
    content: "";
    background-image: url(../images/after_img.png);
    width: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 21px;
    height: 24px;
    position: absolute;
    right: -39px;
    clip-path: polygon(0 0, 0% 100%, 100% 48%);
    border-radius: 3px;
    top: 1px;
    background-repeat: no-repeat;
}
.tab_area .rounded {
    border-radius: 0px !important;
}
.tab_area .tab-content>.active {
    width: 100%;
    height: 360px;
}
.tab_area .rounded {
    height: 365px !important;
    object-fit: cover;
    width: 100%;
}
.tab_area iframe {
    width: 100% !important;
    max-width: 100%;
     height: 365px !important;
}
.tab_area div#tab-4 h2 {
    font-size: 23px;
}


	.banner_area{
		background-size: 100% 672px !important;
	}
.a_white a{
	color: #fff;
}


/*  -------------dropdown menu----------  */


.header_main .nav_area .sub-menu {
    opacity:0;
    visibility: hidden;
    border-radius: 0 0 7px 7px !important;
    position: absolute !important;
    top: 120px !important;
    color: #fff !important;
    list-style: none;
    transition: all 0.5s;
    box-shadow: 1px 1px 3px #70707047;
    display: inherit;
    z-index: 5;
}
.about-banner p {
    font-size: 18px;
    color: #fff !important;
    font-weight: 400;
	line-height: 32px;
	margin-bottom: 0px;
	max-width: 703px;
}
.header_main .nav_area .menu-item-has-children .sub-menu li a {
    padding: 15px 0px !important;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #424242;
    transition: all .4s;
    font-size: 15.64px;
    font-family: 'Inter';
}
.header_main .nav_area .menu-item-has-children .sub-menu li a:hover {
    color: #fff;
}
.header_main .nav_area .menu-item-has-children:hover .sub-menu {
    opacity: 1;
	visibility: visible;
    top: 55px !important;
    visibility: visible;
}
.header_main .nav_area .sub-menu li {
    list-style: none !important;
    width: 295px !important;
    float: none !important;
    display: list-item !important;
    position: relative !important;
    border-radius: 0;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 !important;
    border-bottom: 1px solid #e9e9e9;
    margin: 0px;
    line-height: 24px;
    padding: 0px 22px !important;
    transition: all .3s;
    background: #ffffff;
}
.header_main .nav_area ul.sub-menu li a:hover:before {
    border: none;
}
.header_main .nav_area .sub-menu li:last-child {
    border-radius: 0px 0px 6px 6px !important;
    border-bottom: none;
}
.header_main .nav_area .menu-item-has-children .sub-menu li:hover {
    background: #dba82f;
    color: #fff !important;
}
.header_main .nav_area .menu-item-has-children .sub-menu li a:hover {
    color: #fff;
}
.header_main .nav_area .sub-menu li:last-child{
    border:none !important;
}
.header_main .nav_area .menu-item-has-children .sub-menu li:hover a::before {
    width: 100%;
}
.header_main .nav_area .menu> li.menu-item-has-children a:first-child::after {
    content: "\f107";
    position: relative;
    font-family: FontAwesome;
    margin-left: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #2b2b2b;
}
.header_main .nav_area .menu .sub-menu li.menu-item-has-children a:after {
    content: "\e874";
    position: relative;
    font-family: Linearicons-Free;
    margin-left: 3px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff ! IMPORTANT;
    display: block;
    float: right;
}
.header_main .nav_area .menu-item-has-children .sub-menu .sub-menu {
    opacity: 0;
    left: 295px;
    border-radius: 0px 4px 4px 0px !important;
}
.header_main .nav_area .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    top: 0px !important;
    visibility: visible;
}
.header_main .nav_area .sub-menu li a:after {
    display: none;
}
.h4_size h4 {
    font-size: 18px;
    font-weight: 800;
    color: #383838;
    font-family: 'Roboto';
    margin-top: 23px ! IMPORTANT;
    display: block;
}
ol li {
    margin-left: 23px;
    font-family: 'Inter';
}

.cor_area  h4 {
    font-size: 18px;
    font-weight: 800;
    color: #383838;
    font-family: 'Roboto';
    margin-top: 23px !important;
    display: block;
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 15px;
}

.cor_area h4::after{
    width: 30px;
    height: 2px;
    background:#dba930 !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";

}

.AnalystCoverageTable th, .AnalystCoverageTable td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.AnalystCoverageTable {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: #2F3348;
    border-collapse: collapse;
    width: 100%;
}

.AnalystCoverageTable th {
    background: #3d55db;
    color: #fff;
    font-size: 15px;
}


.cor_h2  h2 {
    font-size: 30px;
    font-weight: 800;
    color: #383838;
    font-family: 'Roboto';
    margin-top: 23px !important;
    display: block;
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 15px;
}

.cor_h2 h2::after{
    width: 30px;
    height: 2px;
    background:#dba930 !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";

}
#uc_post_grid_elementor_fedfb46 .ue_p_title {
    font-weight: 600;
    font-size: 24px;
}
.uc-filterable-grid .ue_p_title{
    font-weight: 600 !important;
    font-size: 24px !important;
}
.uc-filterable-grid  .ue-grid-item-meta-data{
        display: inline-flex;
    align-items: center;
    font-family: 'Inter';
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 8px;
    color: #a8a8a8;
}
#uc_post_grid_elementor_fedfb46 .ue-grid-item-meta-data {
    display: inline-flex;
    align-items: center;
    font-family: 'Inter';
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 8px;
    color: #a8a8a8;
}
 .uc_more_btn {
    padding: 13px 30px !important;
    border-radius: 2px !important;
    background-color: #DBA82F00 !important;
    color: #dba82f !important;
    margin-top: 28px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #DBA82F !important;
    font-weight: 600 !important;
}
.uc_more_btn:hover{
	background:#DBA82F !important;
	color:#fff !important;
}
body .elementor-24 .elementor-element.elementor-element-fedfb46 .uc_post_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #3C3C4C !important;
    margin-top: 19px !important;
}

.uc-filterable-grid  .uc_post_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #3C3C4C !important;
    margin-top: 19px !important;
}

body  .h3_back.elementor-widget.elementor-widget-heading{
	  padding: 40px 30px 13px !important;
	  background: #fff  !important;
	  margin-bottom: 0px !important;
}

body .form_back.elementor-widget.elementor-widget-shortcode {
    background: #fff !important;
    padding: 0 30px 13px !important;
}
body .year_back.elementor-widget.elementor-widget-html {
    background: #fff;
    padding: 29px;
}

div#wpforms-16726 input {
    width: 100%;
    height: 40px;
    background: #f9f9f9;
    border: 1px solid #eee;
    font-size: 14px;
}
div#wpforms-16726 input[type="checkbox"]{
	width: auto;
	height: auto;
}

  div.wpforms-container-full#wpforms-16726 .wpforms-form .wpforms-field-label-inline {
    font-size: 15px !important;
}

 div.wpforms-container-full#wpforms-16726 .wpforms-form button[type=submit] {
    background: #dba930 !important;
    color: #fff !important;
    font-weight: 600;
    border: 0 !important;
    border-radius: 3px !important;
    padding: 11px 24px;
    font-size: 15px;
}

 div.wpforms-container-full#wpforms-16726 .wpforms-form button[type=submit]:hover{
 	background: #1855DB !important;
 }
 .uc-posts-pagination {
    margin-top: 28px;
    text-align: right;
    font-size: 18px;
}

a.page-numbers {
    margin: 0px 17px;
    color: #1855db !important;
}

section.news-detail {
    background: #f9f9f9;
    padding-top: 0;
    padding-bottom: 80px;
}
section.news-detail h2 {
    font-weight: 600 !important;
    font-size: 30px !important;
    font-family: 'Roboto';
    line-height: 41px;
    margin-bottom: 23px;
}

section.news-detail ul{
	padding-left: 18px;
}
section.news-detail ul li, section.news-detail ul li span{
	margin-bottom: 5px !important;
	    font-size: 17px !important;
    line-height: 32px !important;
    font-family: 'Inter' !important;
    color: #3C3C4C !important;

}

section.news-detail p, section.news-detail p span{
		margin-bottom: 8px !important;
	    font-size: 17px !important;
    line-height: 32px !important;
        font-family: 'Inter' !important;
    color: #3C3C4C !important;
}
section.news-detail table{
	width: 100%;
	margin-bottom: 20px;
}
section.news-detail table td{
border: 1px solid #ccc;
padding:7px 15px !important;

}

section.news-detail .detain_con {
    background: #fff;
    padding: 42px;
}

section.news-detail img{
	width: 100% !important;
}
section.news-detail span {
    width: 100% !important;
    height: auto !important;
}

.share-article {
    border-top: 1px solid #eee;
    padding-top: 29px;
}
.share-article h3{
   font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 3.2px;
    word-spacing: 0px;
    color:#1855db;
}
 

 .share-icons a {
    transition: all .3s;
    font-size: 26px;
    margin-right: 26px;
    margin-top: 9px;
    display: inline-block;
}
.news-letter-box{
    background: #fff;
    padding: 28px;
}
.news-letter-box h3, .sidebar-details_iiner h3{
font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 3.2px;
    word-spacing: 0px;
      color:#1855db;
}

.sidebar-details_iiner {
    background: #fff;
    padding: 28px 28px 8px;
    margin-bottom: 30px !important;
}
.sidebar-details_iiner a{
    color: #2f3348;
    font-family: "inter", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3em;
}

.sidebar-date {
    padding: 3px 0px 10px 0px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    font-size: 12px !important;
}

section.news-detail .sidebar-date p {
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    color: #ccc !important;
}

.news-letter-box h3, .sidebar-details_iiner h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 3.2px;
    word-spacing: 0px;
    color: #1855db;
    margin-bottom: 22px;
}

.sidebar-details_iiner h3 {
	   margin-bottom: 22px;
}
.sidebar-details_iiner a:hover {
    color: #dba930;
}

.meta-details {
    background: #1855dd;
    display: inline-block;
    color: #fff;
    padding: 0;
    margin-bottom: 13px;
}

section.news-detail .meta-details p {
    color: #fff !important;
    margin: 0px !important;
    letter-spacing: 5px;
    font-size: 13px !important;
    text-transform: uppercase;
}
section.news-detail .meta-details p span{
	color: #fff !important;
}

section.news-detail .title-meta-details h2 {
    font-weight: 600 !important;
    font-size: 34px !important;
    font-family: 'Roboto';
    line-height: 41px;
    margin-bottom: 23px;
    font-family: 'Inter';
    color: #ffff;
}

section.news-detail .title-meta-details {
    background: #1855dd;
    padding: 43px;
    max-width: 100%;
    margin-bottom: 67px;
}
section.news-detail .title-meta-details .container{
max-width: 999px;
    text-align: center;
    margin: 0px auto;
}

.project-detail .project-banner img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.proj_details {
    padding: 100px 0px;
    background: #f9f9f9;
}

.project-content {
    background: #fff;
    padding: 31px;
}

.project-content  h2 {
    font-size: 29px;
    font-family: 'Roboto';
    margin-bottom: 13px;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
}

.project-content  h2::after{
	    width: 30px;
    height: 2px;
    background: #dba930 !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
}
.project-content ul{
	padding-left: 18px;
}
.project-content ul li{
	margin-bottom: 8px;
	  font-size: 17px;
    font-weight: 400;
    line-height: 32px;
        font-family: 'Inter';
    color: #3C3C3C;
}
.project-content p{
    font-size: 17px;
    font-weight: 400;
        font-family: 'Inter';
    line-height: 32px;
    color: #3C3C3C;
}

.project-banner {
    position: relative;
}

.project-banner  .project-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #00000073;
    color: #fff;
    font-size: 20px;
}

.project-banner  .project-title h3 {
    font-size: 52px;
    font-weight: 700;
}
.project-banner  .project-title p{
text-transform: uppercase;
    letter-spacing: 9px;
    font-size: 14px;
}

.project-sidebar h3{
	    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 3.2px;
    word-spacing: 0px;
    color: #1855db;
    margin-bottom: 22px;
}

.project-sidebar {
    padding: 28px;
    background: #fff;
}


.elementor-counter-number{
	position: relative;
}

.elementor-counter-number::after{
	content: "M";
	position: relative;

}

.partner_points  .elementor-element-4c1e9e2 ul{
position: relative;
list-style: none;
}

.partner_points  .elementor-element-4c1e9e2 ul li{
	position: relative;
	padding-left: 20px;
}

.partner_points .elementor-element-4c1e9e2 ul li::before {
    font-family: 'fontAwesome';
    content: "\f0da";
    margin-right: 5px;
    position: absolute;
    left: 5px;
    top: 0px;
    color: #1855db;
}

.elementor-element-99abc28 h5 a::after {
    content: "\e87a";
    font-family: 'Linearicons-Free';
    transform: rotate(-39deg);
    position: relative;
    margin-left: 10px;
    display: inline-block;
}
.elementor-element-99abc28 h5 a{
    display: table;
    padding-bottom: 5px;
    border-bottom: 2px solid #dba82f;
}
.elementor-element-99abc28 h5 a:hover{
	border-color:#1855DB;
}

.e-loop__load-more.elementor-button-wrapper .elementor-button{
	    background-color: #DBA82F;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #DBA82F;
    color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #DBA82F;
}

body .elementor-element-bd045de  .e-loop-item {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
}
body .elementor-974 .elementor-element.elementor-element-0006e9b .ue-grid-item-meta-data {
    color: #B6B6B6;
    gap: 0px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
}
body .elementor-element-bd045de  .e-loop-item time{
    color: #B6B6B6;
    gap: 0px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Inter';
    font-size: 13px;
    margin-top: 0;
    display: inline-block;
    font-weight: 600;
}

body .elementor-17723 .elementor-element.elementor-element-24c7eeb .elementor-heading-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    color: #000000;
}

.from_cop input{
	width: 100% !important;
	max-width: 100% !important;
	height: 50px !important;
	border: 0px !important;
	border-radius: 3px !important;
}

.from_cop input[type="checkbox"]{
	height: auto !important;
	width: auto !important;
}

.from_cop div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    display: inline-block;
    vertical-align: text-top;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    max-width: 339px;
}
.from_cop button{
    background: #dba82f !important;
    color: #fff !important;
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    padding: 12px 35px !important;
    border: 0 !important;
}

.from_cop button:hover{
	background: #1855DB !important;
}
@media screen and (max-width:991px){
    .project-banner .project-title h3 {
    font-size: 45px;
}
.project-detail .project-banner img {
    width: 100%;
    height: 299px;
    object-fit: cover;
}
.proj_details {
    padding: 59px 0px;
    background: #f9f9f9;
}
.form_back  div.wpforms-container-full .wpforms-form .wpforms-one-half, 
.news-letter-box div.wpforms-container-full .wpforms-form .wpforms-one-half{
    width: 100%;
    margin: 0;
    padding-top: 19px;
}
.form_back div.wpforms-container-full .wpforms-form .wpforms-field,
.news-letter-box div.wpforms-container-full .wpforms-form .wpforms-field{
        overflow: hidden;
    }
    .news-letter-box h3{
        margin-bottom: 0px !important;
    }
}
@media screen and (max-width:767px){
        .project-banner .project-title h3 {
    font-size: 38px;
}
.newsletter_area div.wpforms-container-full .wpforms-form ul#wpforms-500-field_5 li{
    margin-bottom: 0 !important;
    padding-left: 46px !important;
}
.newsletter_area div.wpforms-container-full .wpforms-form ul#wpforms-500-field_5{
    margin-top: 30px !important;
}
.newsletter_area .wpforms-field-checkbox label:before {
    position: absolute;
    left: -37px;
    top: 2px;
}
.newsletter_area .wpforms-field-checkbox input:checked + label:after {
    left: -27px;
    width: 5px;
}
.newsletter_area #wpforms-500-field_5-container label.wpforms-field-label.wpforms-label-hide{
    display: none !important
}
section.news-detail .title-meta-details h2 {
    font-size: 25px !important;
    line-height: 33px;
    margin-bottom: 16px;
}
section.news-detail .meta-details p {
    letter-spacing: 1px;
}
section.news-detail .title-meta-details {
    padding: 43px 0px;
    }
    section.news-detail .detain_con {
    padding: 20px;
}
section.news-detail .title-meta-details {
    margin-bottom: 40px;
}
section.news-detail {
    padding-bottom: 47px;
}
.project-sidebar {
    padding: 28px;
    background: #fff;
    margin-top: 28px;
}
.news-sidebar {
    margin-top: 30px;
}
.elementor-widget-ucaddon_post_grid .elementor-widget-container{
    padding: 15px !important;
}
.project-content {
    background: #fff;
    padding: 16px;
}
.AnalystCoverageTable th, .AnalystCoverageTable td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
    white-space: nowrap;
}
.AnalystCoverageTable img{
    min-width: 144px;
}
body .elementor-element.elementor-element-26a6cda.elementor-widget.elementor-widget-html {
    overflow-x: auto;
}

    #uc_remote_item_navigation_elementor_e610f0c .ue-item-button.ue-item-active::before, #uc_remote_item_navigation_elementor_b28fafc .ue-item-button.ue-item-active::before{
        display: none !important;
    }
  
    #uc_remote_item_navigation_elementor_e610f0c .ue-item-button::after, #uc_remote_item_navigation_elementor_b28fafc .ue-item-button::after{
     display: none !important;
    }
.elementor-213 .elementor-element.elementor-element-5526f8e .ue-remote-carousel-navigation-wrapper, 
.elementor-213 .elementor-element.elementor-element-9e52f97 .ue-remote-carousel-navigation-wrapper {
        justify-content: flext-start;
        position: absolute !important;
        z-index: 9999;
        right: 0;
                top: 37px !important;
        width: 100%;
    }
    .elementor-213 .elementor-element.elementor-element-5526f8e .ue-remote-arrow, 
    .elementor-213 .elementor-element.elementor-element-9e52f97 .ue-remote-arrow {
    margin: 0px 0px 0px 0;
}
#uc_arrow_navigation_elementor_5526f8e, div#uc_arrow_navigation_elementor_9e52f97 {
    display: flex;
    justify-content: space-between !important;
    width: 100%;
    position: relative;
}
body .elementor-213 .elementor-element.elementor-element-5526f8e .ue-remote-arrow i, body .elementor-213 .elementor-element.elementor-element-9e52f97 .ue-remote-arrow i {
    color: #dba930 !important;
    font-size: 32px !important;
}
body #uc_remote_item_navigation_elementor_b8c83f7 {
    width: 100%;
    flex-direction: row;
}
.elementor-217 .elementor-element.elementor-element-b8c83f7 .ue-item-button.ue-item-active {
    background: #1855DB !important;
}
#uc_remote_item_navigation_elementor_b8c83f7 .ue-item-button {
    display: flex;
    cursor: pointer;
    transition: 0.3s;
    padding: 8px 21px;
    background: #c98f00;
    width: auto !important;
    border-radius: 5px;
}
.elementor-221 .elementor-element.elementor-element-84aa506:not(.elementor-motion-effects-element-type-background), 
.elementor-221 .elementor-element.elementor-element-84aa506 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: linear-gradient(90deg, #F5F5F5 40%, #f5f5f5 0%) !important;
}
.elementor-221 .elementor-element.elementor-element-9c62736 > .elementor-element-populated, 
.elementor-221 .elementor-element.elementor-element-4205f52 > .elementor-element-populated {
        background: #dba82f !important;
        padding: 26px 26px 34px !important;
    }
    .elementor-221 .elementor-element.elementor-element-f7bc5f3 > .elementor-element-populated, 
    .elementor-221 .elementor-element.elementor-element-83be0f9 > .elementor-element-populated{
         background: #dba82f !important;
        padding: 26px 26px 34px !important;
    }
    .elementor-221 .elementor-element.elementor-element-f0f2938:not(.elementor-motion-effects-element-type-background), .elementor-221 .elementor-element.elementor-element-f0f2938 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: linear-gradient(90deg, #fff 40%, #fff 0%) !important;
}
}