@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");


/*------- Consulting Services page -------*/

.hero-banner {
    width: 100%;
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-banner .position-relative h1.display-5 {
    font-size: 40px
}

.hero-banner .hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.hero-banner .hero-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-banner .hero-img.hero-noshade::after {
    background: transparent
}

.hero-banner .hero-img.hero-blackshade::after {
    background: rgba(0,0,0,0.57)
}

.hero-banner .hero-img.hero-blackshade3::after {
    background: rgb(16 47 76 / 32%)
}

.hero-banner .hero-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-banner .hero-content {
    width: 100%;
    border-radius: 0 400px 400px 0;
    padding: 35px 70px 35px 0;
    position: relative;
    background-color: var(--goldy);
    height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.hero-banner .hero-content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    left: -100vw;
    top: 0;
    background: inherit
}

.hero-banner .hero-content.hero-content-rounded {
    border-radius: 300px 400px 400px 0;
    padding: 50px 50px 50px 50px
}

.hero-banner .hero-content.hero-content-rounded::before {
    display: none
}
.row-shifter {
    width: calc(100% - 290px);
}
.maxw-sm-400 {
        max-width: 595px;
}

.rfp-container {
    display: none;
    position: fixed;
    top: 64px;
    right: auto;
    z-index: 1000;
    width: 300px;
    transition: all 0.3s ease-in-out;
}


/*.rfp-container .rfp-mobilebutton {*/
/*    display: none;*/
/*    height: 40px;*/
/*    width: 60px;*/
/*    background: #102f4c;*/
/*    border: 1px solid #102f4c;*/
/*    border-right: 0;*/
/*    color: var(--bs-white);*/
/*    position: fixed;*/
/*    top: 70%;*/
/*    right: 0;*/
/*    font-size: 16px;*/
/*    padding-left: 10px;*/
/*    letter-spacing: 1px;*/
/*    border-radius: 8px 0 0 8px;*/
/*    box-shadow: 0 5px 6px rgba(0,0,0,0.3);*/
/*    z-index: 100*/
/*}*/

/*.rfp-container .rfp-mobilebutton:hover {*/
/*    background: var(--bs-white);*/
/*    color: #102f4c*/
/*}*/

.rfp-container .rfp-box {
    width: 280px;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,0.2);
    transition: 500ms ease;
    top: 100%;
    z-index: 101
}


.rfp-container .rfp-box .rfp-close {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background: #fff;
    z-index: 2;
    padding: 0;
    border: 1px solid #fff;
    right: 6px;
    top: 6px;
    color: #f33d3d;
    box-shadow: 0 2px 6px rgba(0,0,0,0.75);

}

.rfp-container .rfp-box .rfp-close .icon {
    width: 100%;
    height: 100%
}

.rfp-container .rfp-box .right-sticky-body {
    padding: 24px;
    background: var(--goldy);
    color: var(--bs-white);
    text-align: center;
}

.rfp-container .rfp-box .right-sticky-footer {
    padding: 12px;
    text-align: center
}


.rfp-container .rfp-box .right-sticky-footer h6 {
    font-size: 15px;
    color: #102f4c;
    margin-bottom: 16px;
    text-align: left;
    padding-left: 10px
}
.rfp-container .rfp-box .right-sticky-footer img {
    max-height: 76px;
}
.rfp-container .rfp-box .right-sticky-footer .vr {
    opacity: .1;
}
.right-sticky-body .bg_yellow {
    background-color: var(--bluecolor);
    color: #fff;
    font-weight: 600;
}
.banner_btn{
    padding: 10px 50px;
    background: var(--bluecolor);
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 500;
    transition: .2s linear;
    font-size: 15px;
}
.banner_btn:hover{
    background: #fff;
    color: var(--bluecolor);
}
.common_head{
    font-size: 40px;
    font-weight: 700;
    color: var(--bluecolor);
}
.consulting_firm_box {
    background-color: var(--bluecolor);
    padding: 16px 16px 16px 71px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px;
}

.consulting_firm_box:last-child {
	margin-bottom: 0;
}

.consulting_firm_icon {
    width: 92px;
    height: 92px;
    background-color: var(--goldy);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: -43px;
    transform: translateY(-50%);
}
.consulting_firm_outer {
    margin-left: 2.7rem;
    margin-top: 40px;
}

.consulting_firm_left {
	max-width: 534px;
}

.why-trust-list {
	display: flex;
	align-items: center;
    margin-bottom: 2px;
	/* Adds space between items */
}
.pfsf .exrt span{
    background-color: #00A3FF;
}
.pfsf .exrt span::before{
    background-color: #fff;
}
.why-trust-list span {
    padding: 6px;
    background-color: var(--goldy);
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin-right: 4px;
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.why-trust-list span::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 30px;
    background-color: #D9D9D9;
    top: -9px;
    border-radius: 10px;
    overflow: hidden;
    z-index: -1;
}

.why-trust-list div {
	flex: 1;
	/* Ensures the text block takes the remaining width */
}





/*------- Consulting Services page -------*/




















/*css for report images*/

h5.rept_tile {
    font-size: 12px;
    font-weight: 700;
}


.top_cirle {
    background-color: #fec000;
    width: 106px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 65px / 50px;
    padding: 4px 12px;
    margin: auto;
}
.top_cirle p{
    text-align:center;
}
.top_cirle span{
    font-weight:600;
    font-size:9px;
}
.rept_smll_tlt{
    font-size: 10px;
    font-weight: 700;
}
.top_title {
    background-color: #253471;
    padding: 20px 20px;
    height: 80px;
}
h2.rept_main_title {
    font-size: 19px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.rept_main_title span{
        width: 100%;
    display: inline-block;
    color: #fec100;
}
.top_left_circle {
    text-align: center;
    border-bottom: 2px solid #cccccc40;
    padding: 6px;
    height: 105px;
}
.lft_btm {
    text-align: center;
    border-bottom: 2px solid #cccccc40;
    padding: 6px;
    height:143px;
}
.lft_btm p{
    text-align: center;
    font-size: 9px;
}
.cnetr_part {
     text-align: center;
    border-left: 2px solid #cccccc40;
    border-right: 2px solid #cccccc40;
    border-bottom: 2px solid #cccccc40;
    padding: 5px 16px;
    height: 273px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cnetr_part img{
    height: 195px;
    object-fit: cover;
}
.cnetr_part p{
   font-size:12px;
}
.right_top_part {
    padding: 15px 8px;
    height: 340px;
}
.bar_box {
    flex-grow: 1;
     width: 60%;
}
.bar_cont {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    width: 100%;
}
.bar_cont p{
   width: 40%;
   font-size:11px;
   text-align: right;
   margin-right: 8px;
}
.btm_seg {
    height: 130px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.bar_box .progress{
    border-radius: 0;
        background-color: transparent;
}
.right_top_part h5{
   text-align:center;
   
}
.tbl_img td{
    font-size: 11px;
    padding: 9px 10px;
}
.table.tbl_img{
    margin: -2px -1px 1px -1px;
}
.btm_logo{
    height: 120px;
}
.btm_logo img{
    object-fit: cover;
}





.progress .progress-bar {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .4s;
}
@keyframes animateBar {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(0);}
}


/*for 2nd image*/

.bar_container{
    display: flex;
    margin-bottom: 12px;
    align-items: center;
        position: relative;
}
.bar_container:last-child::after {
    /* border-bottom: 1px solid #ccc; */
    content: "";
    position: absolute;
    width: 169px;
    height: 1px;
    background-color: #ccc;
    left: 169px;
    bottom: 0;
    /* margin-bottom: 8px; */
}

.bar_container p {
    width: 30%;
    font-size: 10px;
    text-align: right;
    margin-right: 8px;
    font-weight: 600;
    position: relative;
}
.bar_container p::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #ccc;
    top: 50%;
}
.bar_inner {
    flex-grow: 1;
    width: 70%;
        position: relative;
}
.bar_inner::before{
       content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}
.bar_inner::after{
       content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}

/*.bar_container:last-child::after{*/
    /*border-bottom: 1px solid #ccc;*/
/*     content: "";*/
/*    position: absolute;*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    background-color: #ccc;*/
/*}*/


.bar_inner .progress {
    border-radius: 0;
    background-color: transparent;
}










.gvghg {
    position: relative;
}
.gvghg::before {
    top: 0;
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    left: 0;
}
.graph_list{
        list-style: none;
    margin-bottom: 0;
        padding: 0;
}
.graph_list li{
        margin-bottom: 20px;
            text-align: right;
}
.gvghg .progress {
    margin-bottom: 20px;
    border-radius: 0;
}






/*for third images*/

.img_sub_head{
    padding: 20px 40px;
    font-size: 25px;
    color: var(--bluecolor);
    font-weight: 500;
    text-align:center;
}































.trial_form{
    background-image: url('../../images/banner/conference.jpg');
    padding: 50px 0;
    background-blend-mode: overlay;
    background-color: #0000008c;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.trail_button{
    padding: 5px 25px;
    margin-top: 10px;
}
.trail_banner{
    padding: 20px 0;
}













.btn-close {
    position: absolute;
    top: 9px;
    right: 10px;
}
.tankns_popups {
    height: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    text-align: center;
    flex-direction: column;
    background-color: #fff;
}
.tankns_popups h3 {
    font-size: 24px;
    color: #011d3f;
    font-weight: 600;
    margin-bottom: 10px;
}
.tankns_popups p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 0;
}
.modal-headers {
    padding: 17px 14px 0 14px;
}
.modal-headers .modal-title {
  color: var(--bluecolor);
  font-weight: bold;
}
.modal-headers h4 {
    margin-top: 5px;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}
.modal-body.enquiry_form {
    padding: 18px 33px;
}
.enquiry_form label {
    font-weight: 500;
}
.enquiry_form input{
    
}
.enquiry_form input::placeholder{
    font-size: 14px;
}
.error {
    color: red;
}
.request-btsss {
    background: var(--goldy);
    border: 1px solid var(--goldy);
    font-weight: bold;
    font-size: 14px;
}













#close_nav{
    display:none;
}
.text-endss{
    text-align: right;
}

.head-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cel_logo{
   position: relative; 
}
.cel_logo::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #D9D9D9;
    top: 0;
    left: -32px;
}
.cel_logo img{
    max-width: 138px;
}


.radio.reportsfullradio {
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0
}

.radio.reportsfullradio .blackcolor {
	margin-left: 4px;
	color: var(--bluecolor)
}

.card_paddd {
	padding: 25px
}

.liskss {
	font-size: 15px;
	text-align: justify
}

.headsss {
	font-weight: 600;
	color: var(--bluecolor);
	margin-bottom: 26px;
	text-transform: capitalize
}

.single-report-card-wrap {
	box-sizing: border-box;
	margin-bottom: 20px;
	transition: all ease-in-out .4s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	box-shadow: 0 4px 20px rgba(11, 85, 86, 0.08);
	border-radius: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
	border-top: 5px solid var(--bluecolor);
	border-top-right-radius: 15px;
	border-top-left-radius: 15px
}

.single-card-flag-title>span {
	font-weight: 500
}

.single-report-card-left {
	width: 70%
}

.report-list-single-card-title {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	color: #27305f;
	margin-bottom: 12px;
	display: inline-block;
	text-align: justify;
	text-decoration: none
}

.single-flag-wrap {
	display: flex;
	align-items: start;
	margin-bottom: 8px
}

.study-period-wrap {
	align-items: center !important
}

.flag-icon {
	padding-left: 10px
}

.single-card-flag-title {
	padding-left: 10px;
	margin: 0;
	text-align: justify;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #394760;
	text-transform: capitalize
}

.regions-wrap {
	align-items: center !important
}

.single-report-card-right {
	width: 30%;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.single-card-download-btn {
	outline: 0;
	background: var(--goldy);
	border-radius: 8px;
	color: #fff;
	border: 1px solid var(--goldy);
	font-family: regular_bold;
	font-style: normal;
	font-weight: 800 !important;
	font-size: 13px;
	line-height: 16px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
	margin: 0 auto;
	transition: all .2s linear;
	text-decoration: none
}

.single-card-download-btn:hover {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.single-card-download-btn>img {
	margin-right: 10px
}

.major-player-img-wrap {
	margin: 0 auto 14px auto
}

.ibsdjfb.sticky-top {
	top: 50px;
	z-index: 50
}

.major-player-img-wrap img {
	width: 100%;
	object-fit: contain;
	height: 116px
}

.instess_right {
	padding: 20px;
	box-shadow: 0 6px 9px 4px #ccc
}

.intryts_lisss {
	padding: 0 20px 0 20px
}

.intryts_lisss li {
	border-bottom: 1px dotted #ccc;
	padding: 10px 10px 10px 10px
}

.about_hisrty {
	background-color: #f6f6f6;
	padding: 50px 0
}

.cards_body {
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	overflow: hidden
}

.cards_body img {
	height: 58px;
	margin-right: 8px;
	object-fit: cover;
	cursor: pointer
}

.cards_body span {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize
}

.cards_body p {
	text-align: justify;
	margin-bottom: 0
}

.cars_overlay {
	position: absolute;
	background: #0000009c;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s linear;
	cursor: pointer
}

.cars_overlay a {
	color: #fff;
	font-size: 16px;
	padding: 1px 25px;
	background: var(--goldy);
	border-radius: 20px;
	text-transform: capitalize;
	font-weight: 600
}

.cards_body:hover>.cars_overlay {
	bottom: 0
}

body div#hubspot-messages-iframe-container .InitialMessageBubble__StyleWrapper-xve630-0.hcfUwH {
	right: 63px !important;
	bottom: -98px !important
}

.left-artcails p {
	text-align: justify
}

.artcal_tex {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 16px
}

.reltd_nes {
	border: 1px solid #ccc;
	margin-bottom: 23px;
	display: flex;
	flex-direction: column
}

.pub_dates {
	margin-top: auto
}

.artcal_tex a h2 {
	color: #000;
	font-size: 18px;
	font-weight: 600
}

.artcal_tex a p {
	margin-bottom: 0;
	color: #000;
	font-size: 16px
}

.japan_news_right {
	padding: 0 15px;
	box-shadow: 0 0 6px 0 #ccc
}

.japan_news_right.sticky-top {
	top: 59px !important;
	z-index: 1 !important
}

.japan_news_right h3 {
	font-weight: 600;
	margin-bottom: 38px;
	color: #fff;
	font-size: 23px;
	text-align: center;
	padding: 8px;
	background-color: var(--bluecolor)
}

.anche:hover h2 {
	color: var(--goldy)
}

.last_news:hover p {
	color: var(--goldy)
}

.last_news {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 16px;
	padding-bottom: 10px
}

.lest_img {
	width: 20%
}

.lest_img img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

.lest_artcl {
	width: 80%;
	padding: 10px 10px 10px 0
}

.lest_artcl p {
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 13px
}

.reltd_nes img {
	width: 100%;
	aspect-ratio: 1.5;
	object-fit: cover
}

.cap_bg {
	background-image: url(/images/banner/capabilities-bg.png);
	padding: 50px 0;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%
}

h2.sub_cap_head {
	color: #2e52b2;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px
}

.sub_cap_head .ex_head {
	font-weight: normal;
	color: #000
}

.cap_bg h1 {
	font-weight: 700;
	text-transform: capitalize
}

.left_bx {
	padding: 35px
}

.left_bx h3 {
	color: #263571;
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize
}

.inquy_bg {
	background-image: url(/images/capability/inqury-bg.png);
	padding: 45px 40px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%
}

.inquy_bg h3 {
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize
}

.table-content-list-btn {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.list-btns a {
	text-decoration: none;
	padding: 10px;
	border: 1px solid #ccc;
	color: #000;
	font-weight: 600;
	font-size: 12px;
	border-radius: 6px;
	transition: all .3s linear;
	text-transform: capitalize;
	display: inline-block
}

.list-btns a:hover {
	background-color: var(--goldy);
	color: #fff
}

.fw-bold.text-goldy {
	text-transform: uppercase
}

#clients .slick-prev {
	background: var(--bluecolor) !important
}

#clients .slick-next {
	background: var(--bluecolor) !important
}

.slick-next,
.slick-prev {
	width: 35px !important;
	height: 35px !important;
	outline: 0 !important;
	border-radius: 50%;
	z-index: 10
}

.client_slide {
	height: 55px;
	padding: 12px;
	align-items: center;
	display: flex !important
}

.blog_sec {
	padding: 60px 0
}

.blog_sec .blog_content {
	box-shadow: 3px 4px 12px -4px #000;
	border-radius: 14px;
	margin-bottom: 47px;
	position: relative;
	height: 450px
}

.blog_sec .blog_content .blog_text {
	padding: 7px 17px 0 17px
}

.blog_sec .blog_content:hover .blog_img img {
	transform: scale(1.5)
}

.blog_sec .blog_content .blog_head {
	text-decoration: none;
	color: #000;
	margin: 6px 0;
	display: inline-block;
	font-weight: 600;
	font-size: 19px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.blog_img {
	overflow: hidden;
	display: inline-block;
	width: 100%
}

.blog_img img {
	height: 208px;
	object-fit: cover;
	width: 100%;
	transition: .4s linear
}

.blog_sec .blog_content p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify
}

.blog_sec .read_more_btn {
	text-align: center
}

.blog_sec .read_more_btn a {
	text-decoration: none;
	color: #000;
	margin: 6px 0;
	display: inline-block;
	font-weight: 600;
	font-size: 19px;
	border-width: 5px;
	border-color: var(--goldy);
	padding: 6px 38px;
	font-size: 14px;
	transition: all .3s linear;
	text-transform: capitalize
}

.blog_sec .read_more_btn a:hover {
	background-color: #fff;
	color: #000
}

.latest_date {
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: var(--goldy);
	border-radius: 50%;
	top: -19px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-shadow: -4px -1px 7px -1px #000
}

.latest_date span {
	color: #fff;
	font-size: 11px;
	padding: -1px 9px;
	font-weight: 600
}

.socials_blog_content {
	padding: 20px 26px
}

.socials_blog_content h5 {
	font-weight: 600;
	color: #ff8c00;
	text-transform: capitalize
}

.socials_blog_content ul {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 27px 0;
	padding-left: 0
}

.socials_blog_content ul li a {
	width: 25px;
	height: 25px;
	display: inline-block
}

.twitter-timeline.twitter-timeline-rendered {
	margin: auto !important
}

.subscribe_sec .email_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 14px
}

.subscribe_sec h5 {
	font-size: 16px;
	text-transform: capitalize
}

.subscribe_sec {
	padding: 40px 0
}

.subscribe_sec .email_text input {
	width: 54%;
	padding: 5px 8px
}

.log_in_btn {
	padding: 8px 9px;
	background: var(--goldy);
	border: 0;
	border-radius: 20px;
	color: #fff
}

.contact_bottom_banner {
	background-image: url('https://www.sdki.jp/images/blog/contact-banner.png');
	background-size: cover;
	background-blend-mode: overlay;
	background-color: #00000059;
	padding: 60px 48px
}

.contact_bottom_banner h3 {
	color: #fff;
	font-size: 21px;
	text-transform: capitalize
}

.contact_bottom_banner a {
	padding: 8px 16px;
	background-color: var(--goldy);
	color: #fff;
	text-decoration: none;
	font-weight: 600
}

.modify_blog_sec {
	border: 1px solid #ccc;
	box-shadow: 3px 2px 8px 1px #ccc;
	margin-top: 40px;
	margin: 20px 26px
}

.modify_blog_sec.modify_blog_sec {
	top: 61px !important;
	z-index: 1 !important
}

.modify_content {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 9px 11px
}

.modify_content:last-child {
	border-bottom: 0 !important
}

.modify_content .blg_img {
	width: 23%;
	margin-right: 8px
}

.modify_content .blg_img img {
	height: 47px;
	object-fit: cover
}

.modify_content h6 {
	width: 77%
}

.modify_content h6 a {
	text-decoration: none;
	font-size: 11px;
	color: #000
}

.modify_content:hover h6 a {
	color: var(--goldy);
	text-decoration: underline
}

.trand_head {
	background: var(--bluecolor);
	padding: 10px
}

.trand_head h3 {
	margin-bottom: 0;
	font-size: 15px;
	text-transform: uppercase
}

.blog_right_form {
	background: #fff
}

.blog_right_form input,
.blog_right_form textarea {
	padding: 2px 10px;
	border: 0;
	border-bottom: 1px solid #ccc !important
}

.blog_right_form .form-control:focus {
	box-shadow: none
}

#fixed-social {
	position: fixed;
	top: 38%;
	right: 0;
	z-index: 888
}

#fixed-social a {
	color: #fff;
	display: block;
	height: 32px;
	position: relative;
	text-align: center;
	line-height: 40px;
	width: 32px;
	margin-bottom: 1px;
	z-index: 2
}

#fixed-social a:hover>span {
	visibility: visible;
	left: -121px;
	opacity: 1
}

#fixed-social a span {
	line-height: 32px;
	left: 60px;
	position: absolute;
	text-align: center;
	width: 120px;
	visibility: hidden;
	transition-duration: .5s;
	z-index: 1;
	opacity: 0;
	font-size: 14px
}

.fixed-facebook {
	background-color: #3b5998
}

.fixed-facebook span {
	background-color: #3b5998
}

.fixed-twitter {
	background-color: #00acee
}

.fixed-twitter span {
	background-color: #00acee
}

.fixed-linkedin {
	background-color: #0a66c2
}

.fixed-linkedin span {
	background-color: #0a66c2
}

.newsss_achr {
	text-decoration: none;
	color: unset
}

.newsss_achr:hover .ness_contt {
	background: var(--bluecolor);
	color: #fff
}

.ness_contt p:last-child {
	margin-bottom: 0
}

.ness_contt {
	padding: 30px;
	height: 100%
}

.banner-hero_content {
	position: relative
}

.banner-hero_content::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(16 47 76 / 58%)
}

.banner-hero_content img {
	height: 490px;
	width: 100%;
	object-fit: cover
}

.hero_text {
	position: absolute;
	top: 50%;
	flex-direction: column;
	text-align: center;
	margin: auto;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1
}

.hero_text .banner_head {
	font-size: 42px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600
}

.hero_text .banner_para {
	font-size: 18px;
	color: #fff
}

.read-comn-btn {
	padding: 7px 30px;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	transition: .3s linear
}

.read-comn-btn:hover {
	background-color: var(--goldy);
	color: #fff !important
}

.home_banner_slider .slick-prev {
	width: 50px !important;
	height: 50px !important;
	outline: 0 !important;
	background: transparent !important;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: 10;
	left: 40px !important
}

.home_banner_slide .slick-prev:before {
	font-size: 30px !important
}

.home_banner_slide .slick-next:before {
	font-size: 30px !important
}

.home_banner_slider .slick-next {
	width: 50px !important;
	height: 50px !important;
	outline: 0 !important;
	background: transparent !important;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: 10;
	right: 40px !important
}

.main_sub_head {
	color: #263571;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 40px;
	position: relative
}

.extr_liness {
	margin: inherit !important
}

.bottom_line {
	background-color: var(--bluecolor);
	width: 150px;
	height: 3px;
	margin: auto;
	position: relative
}

.bottom_line::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 3px;
	background-color: var(--goldy);
	top: 0;
	left: 0;
	animation: underline 2s infinite
}

@keyframes underline {
	0 {
		width: 0;
		background-color: var(--goldy)
	}

	100% {
		width: 50%;
		background-color: var(--goldy)
	}
}

.animated_text {
	background-color: var(--bluecolor);
	width: 114px;
	height: 0;
	position: relative;
	padding: 0 0 2px 0 !important;
	font-size: 15px !important
}

.animated_text::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: var(--goldy);
	top: 0;
	left: 0;
	animation: underlines 4s infinite
}

@keyframes underlines {
	0 {
		width: 0;
		background-color: var(--goldy)
	}

	100% {
		width: 50%;
		background-color: var(--goldy)
	}
}

.blink-soft {
	animation: blinker 5s linear infinite;
	color: var(--bluecolor);
	font-weight: 700 !important;
	font-size: 10px !important;
	margin-top: 16px !important
}

@keyframes blinker {
	50% {
		opacity: .5
	}
}

.hri_line {
	margin: 50px 0;
	border-top: 1px dashed
}

.insite_cont {
	padding: 10px 20px;
	height: 156px;
	border-right: 3px solid var(--bluecolor) !important
}

.insite_cont:hover {
	background: var(--bluecolor);
	color: #fff
}

.insite_cont:hover .title {
	color: #fff
}

.insite_cont:hover .des {
	color: #fff
}

.insite_cont .title {
	font-size: 15px;
	color: #000;
	font-weight: 600;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.insite_cont .des {
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-align: justify
}

.main_box {
	padding: 40px 0;
	position: relative;
	z-index: 1
}

.main_box::after {
	content: "";
	position: absolute;
	background-color: #ffb83d;
	width: 30%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1
}

.capabilities_bg {
	background-image: url('/images/home/capabilites-bg.webp');
	padding: 47px 0;
	background-repeat: no-repeat
}

.blog_box {
	padding: 40px 0;
	position: relative;
	z-index: 1;
	background: var(--bluecolor)
}

.blog_box::after {
	content: "";
	position: absolute;
	background-color: var(--goldy);
	width: 30%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1
}

.blg_slide_contss {
	position: absolute;
	bottom: 12px;
	padding: 23px;
	z-index: 10
}

.blg_slide_cont {
	position: relative
}

.blg_slide_text {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.blog_sliders .slick-next {
	background-color: transparent;
	border: 1px solid #fff;
	right: 27px;
	top: 30%
}

.blog_sliders .slick-prev {
	background-color: transparent;
	border: 1px solid #fff;
	left: 27px;
	top: 30%
}

.owl-text-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url('/images/home/blog-overlay.webp')
}

.blog_sliders .slick-slide img {
	height: 285px;
	object-fit: cover
}

.ins-box {
	margin: 0 10px;
	border: 1px solid #ccc
}

.ins-box img {
	aspect-ratio: 2.5;
	object-fit: cover
}

.ins-text {
	padding: 20px
}

.ins-text p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical
}

.ins-text h6 {
	text-transform: uppercase;
	color: var(--bluecolor);
	font-weight: 700;
	font-size: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.research-insights-slider .slick-next,
.slick-prev {
	border: 1px solid #000;
	background: var(--bluecolor) !important
}

.client-feedback-slider .slick-next,
.slick-prev {
	border: 1px solid #000;
	background: var(--bluecolor) !important
}

ul.cons_list {
	margin-bottom: 0;
	list-style: none;
	padding-left: 30px
}

ul.cons_list li {
	position: relative
}

ul.cons_list li::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url('/images/home/right-tick.png');
	background-repeat: no-repeat;
	left: -28px;
	top: 4px
}

ul.cons_list li a {
	color: #fff;
	text-decoration: none
}

.ans_cont {
	background-color: var(--bluecolor);
	padding: 30px
}

.ans_cont h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 700
}

.case_sty_cont {
	text-decoration: none
}

.case_sty_cont:hover img {
	transform: scale(1.2);
	transition: .3s linear
}

.case_sty_cont .tilte {
	padding: 20px;
	background-color: var(--bluecolor);
	color: #fff;
	height: 165px;
	text-align: justify
}

.clint_cint {
	margin: 0 10px;
	transition: .3s linear;
	cursor: pointer
}

.clint_cint:hover {
	transform: translateY(-30px)
}

.clint_cint:hover img {
	transform: scale(1.2);
	transition: all .5s linear
}

.clint_cint .tle {
	padding: 20px;
	background-color: var(--bluecolor);
	color: #fff;
	min-height: 246px;
	text-align: justify
}

.partr {
	background-color: #fff;
	margin: 0 6px
}

.cons_cont {
	text-align: center;
	padding: 24px 52px;
	color: var(--bluecolor);
	position: relative
}

.cons_cont::before {
	content: "";
	position: absolute;
	width: 68px;
	height: 100%;
	background-image: url(/images/home/leaf-left.webp);
	background-repeat: no-repeat;
	left: 0;
	top: 0
}

.cons_cont::after {
	content: "";
	position: absolute;
	width: 68px;
	height: 100%;
	background-image: url(/images/home/leaf-right.webp);
	background-repeat: no-repeat;
	right: 0;
	top: 0
}

.cons_cont img {
	width: 20%
}

.overviw_indstries .inds_left {
	height: 233px;
	overflow-y: scroll
}

.overviw_indstries h2 {
	color: var(--bluecolor);
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	margin-bottom: 20px
}

.overviw_indstries h2::after {
	content: "";
	position: absolute;
	width: 103px;
	height: 3px;
	background: var(--goldy);
	bottom: -7px;
	left: 0
}

.smple_btnsss {
	padding: 5px 20px;
	background: var(--goldy);
	color: #000;
	text-decoration: none;
	border-radius: 20px;
	font-weight: 600;
	transition: .2s linear;
	font-size: 12px
}

.smple_btnsss:hover {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	color: #000
}

.industries_reports .link-black {
	font-size: 14px;
	font-weight: 600;
	color: #fff
}

.overviw_indstries {
	background-color: #e7e7e761;
	margin-top: 2rem;
	padding: 20px 0
}

.instries_data_sec {
	padding: 30px 0 11px 0;
	background-color: #e7e7e761
}

.industries_reports .link-black:hover {
	color: #fff
}

#about_para p {
	text-align: justify
}

.cat_indtsres {
	padding: 20px 4px;
	border-top: 3px solid var(--bluecolor);
	box-shadow: 3px 6px 7px 0 #ccc
}

.cat_indtsres h5 {
	font-size: 17px;
	font-weight: 600
}

.cat_indtsres .indt_lists {
	padding: 0
}

.indt_lists li {
	border-bottom: 1px solid #ccc;
	padding: 2px 8px;
	list-style: none
}

.indt_lists li a {
	color: #000;
	font-size: 12px;
	font-weight: 600
}

.indt_lists li a i {
	font-size: 10px
}

.indt_lists li a:hover {
	color: var(--goldy)
}

.inds_left {
	padding-right: 3rem
}

.inds_left .colmss {
	box-shadow: 1px 1px 8px 0 #ccc;
	padding: 10px 20px;
	border-left: 3px solid var(--bluecolor);
	background-color: var(--bluecolor);
	color: #fff
}

.accordion-sec {
	box-shadow: 1px 1px 9px 0 #00000045;
	padding: 30px;
	margin-top: 33px
}

.accordion-sec .accordion-item {
	margin-bottom: 14px;
	border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important
}

.accordion-sec .accordion-item .accordion-button:not(.collapsed) {
	color: #fff;
	background: var(--bluecolor)
}

.accordion-sec .accordion-item .accordion-button {
	padding: 10px 20px;
	font-weight: 600;
	font-size: 15px
}

.instries_data_sec p {
	text-align: justify
}

.overviw_indstries p {
	text-align: justify
}

.overviw_indstries ul li {
	margin-bottom: 10px
}

.cat_indtsres.sticky-top {
	top: 50px;
	z-index: 50
}

.price-list-content {
	background-image: url(https://www.sdki.jp/images/business-development-success.jpg);
	background-size: cover;
	padding: 50px 50px;
	text-align: center;
	background-position: 116px 360px
}

.blink-bg {
	-webkit-animation: blink 800ms step-end infinite;
	animation: blink 1500ms step-end infinite
}

@-webkit-keyframes blink {
	50% {
		color: var(--goldy)
	}
}

@keyframes blink {
	50% {
		color: var(--goldy)
	}
}

.bottom_fixed_buttons {
	background-color: var(--bluecolor);
	display: none;
	color: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100
}

.main_div_wrapper {
	display: flex;
	justify-content: space-around;
	align-items: center
}

.new_calls {
	width: 40%;
	border-right: 1px solid #fff;
	padding: 11px 8px;
	text-align: center
}

.new_calls:last-child {
	border-right: 0
}

.ftr_cta_blk {
	-webkit-column-count: auto;
	column-count: auto;
	background-color: var(--goldy);
	display: none;
	color: #fff;
	position: fixed;
	bottom: 0;
	-webkit-box-shadow: -14px -6px 11px 0 #27202036;
	box-shadow: -14px -6px 11px 0 #27202036;
	width: 100%;
	z-index: 100;
	padding: 2px 0
}

.mkacall-wrap-sec {
	display: flex;
	justify-content: center
}

.ftr_cta_blk .mkacall-wrap {
	padding: 4px 34px;
	border-right: 1px solid #fff
}

.ftr_cta_blk .mkacall-wrap a,
.ftr_cta_blk .mkacall-wrap span {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	display: inline-block
}

.ftr_cta_blk .mkacall-wrap a {
	text-decoration: none
}

.myimagemodal .carousel-control-next,
.carousel-control-prev {
	position: absolute;
	width: 40px;
	height: 40px;
	border: 1px solid var(--bs-white);
	box-shadow: 0 0 0 1px var(--bs-white);
	border-radius: 48px;
	top: calc(50% - 20px);
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--goldy);
	background: var(--bs-black)
}

.myimagemodal .carousel-control-prev {
	left: -18px
}

.myimagemodal .carousel-control-next {
	right: -18px
}

.myimagemodal .btn-close {
	position: absolute;
	right: -20px;
	top: -20px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	z-index: 1
}

.top_summary_box {
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 20px
}

.modal_text-left ul {
	list-style: none
}

.modal_text-left ul li {
	margin-bottom: 6px
}

.modal_text-left ul li i {
	color: var(--goldy);
	width: 30px;
	height: 27px;
	font-size: 13px;
	text-align: center;
	padding: 4px 0
}

.bottom-to-top {
	display: none;
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	right: 105px;
	z-index: 99;
	width: 46px;
	height: 46px;
	border-radius: .3rem;
	background-color: var(--goldy);
	border-color: var(--goldy);
	color: white;
	border: 0
}

.right_side_banner img {
	width: auto !important
}

.right_side_banner {
	background: #fff
}

.right_side_banner ul {
	padding: 0 15px
}

.right_side_banner ul li {
	color: #000;
	margin-bottom: 7px
}

.right_side_banner ul li label {
	font-weight: 600;
	width: 100%
}

.common_div {
	padding: 20px 0 15px 0
}

.rpt_listss {
	display: flex;
	width: 100%;
	flex-wrap: wrap
}

.rpt_listss li {
	width: 45%;
	margin-right: 30px;
	text-align: left
}

.rpt_listss li a {
	color: var(--bluecolor);
	font-weight: 600
}

.sample_stripts {
	background: var(--bluecolor);
	padding: 12px 0
}

.sample_stripts span {
	font-size: 13px
}

.sample_stripts a {
	background-color: var(--goldy);
	color: #000;
	padding: 2px 15px;
	text-decoration: none;
	font-weight: 600;
	border-radius: 20px;
	font-size: 13px
}

.breadcrumb-item.active {
	font-weight: 600
}

.report_sec .title {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
	float: left;
	line-height: 26px;
	margin-right: 5px
}

.report_sec .descition-para {
	font-size: 18px;
	text-align: start;
	word-spacing: -1px;
	margin-bottom: 0;
	font-weight: 600
}

.sub-head {
	color: var(--bluecolor);
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	margin-bottom: 20px
}

.sub-head::after {
	content: "";
	position: absolute;
	width: 103px;
	height: 3px;
	background: var(--goldy);
	bottom: -7px;
	left: 0
}

.report_right_side {
	border: 1px solid #ccc;
	padding: 7px 10px
}
.mob_right_stcy{
        display: none;
}

.report_right_side.sticky-top {
	top: 81px;
	z-index: 2;
	background: #fff
}

.tabs_contents p {
	text-align: justify
}

.tabs_contents .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-bottom: 3px solid var(--bluecolor);
	border-top: 0 !important
}

.report_sec .nav-tabs .nav-link {
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
	border-top: 3px solid var(--goldy);
	padding: 5px 16px;
	font-size: 13px;
	border-radius: 0;
	margin-right: 20px
}

.rfp_btn {
	background: var(--bluecolor) !important;
	color: #000 !important
}

.report_sec .tab-pane {
	padding: 27px 0
}

.scroll_img {
	overflow: hidden;
	overflow-y: auto;
	max-height: calc(100vh - 200px)
}

.tabs_contents {
	margin-bottom: 30px
}

.curr-data-list {
	padding: 0
}

.curr-data-list li {
	font-size: 11px;
	padding: 0 0 4px 0;
	text-align: left
}

.curr-data-list li::marker {
	color: #ffb83d
}

.curr-data-list li label {
	width: 100%;
	display: block;
	font-weight: 700;
	margin-bottom: -2px;
	margin-top: 0;
	font-size: 8px
}

.img-bg {
	box-shadow: 0 0 9px 3px #ccc;
	padding-bottom: 3px;
	margin-top: 0
}

.cardss a {
	width: 100%;
	display: inline-block;
	background: var(--bluecolor);
	margin: 3px 0;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #fff;
	font-weight: 600;
	border-radius: 20px;
	transition: .3s linear
}

.cardss a:hover {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.buynow-btn {
	background: var(--goldy) !important;
	color: #000 !important;
	transition: .3s linear
}

.buynow-btn:hover {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.get_in_touch a {
	width: 100%;
	display: inline-block;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	padding: 7px 0 6px 0;
	font-weight: 600;
	font-size: 13px;
	text-align: center
}

.get_in_touch a:last-child {
	border-bottom: 0
}

.get_in_touch h3 {
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
	font-weight: 600
}

.get_in_touch {
	margin-top: 1rem
}

.nav_btnss.sticky-top {
	top: 81px;
	background: #fff;
	z-index: 3
}

.right_contents {
	padding: 0 0 0 68px
}

.top_summary_box {
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 14px
}

.modal_text-left ul {
	list-style: none;
	padding: 0
}

.modal_text-left ul li {
	margin-bottom: 6px
}

.modal_text-left ul li i {
	color: #ffb83d;
	width: 30px;
	height: 27px;
	font-size: 13px;
	text-align: center;
	padding: 4px 0
}

h3.sub_s_head {
	font-size: 17px;
	font-weight: 700;
	text-transform: capitalize
}

.related_box ul li {
	margin-bottom: 10px;
	text-align: justify;
	padding: 11px 0
}

.table_lists {
	margin-bottom: 0
}

.Application__WidgetAppContainer-sc-1f2l0a1-0 .eUTvTj {
	height: 50px !important;
	top: -24px !important;
	right: -10px !important;
	width: 50px !important
}

.Application__WidgetAppContainer-sc-1f2l0a1-0 .ljEWGO {
	position: relative !important;
	display: inline-flex;
	-webkit-box-align: baseline;
	align-items: baseline;
	line-height: 1;
	top: 50px !important
}

.main_relateddd {
	padding: 27px 0
}

.main_relateddd .ski_imgsss {
	float: left;
	margin-right: 19px;
	box-shadow: 0 0 8px 6px #ccc
}

.main_relateddd .skdi_imgs {
	height: 65px;
	object-fit: cover
}

.skid_contents a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: justify;
	color: var(--bluecolor);
	font-weight: 600;
	font-size: 13px
}

.cate_content p {
	padding: 20px 2px;
	color: var(--bluecolor);
	font-weight: 600
}

a.cate_content {
	text-decoration: none;
	text-align: center
}

a.cate_content:hover .maihi_img img {
	transform: scale(1.5)
}

.cate_content .maihi_img {
	overflow: hidden;
	display: inline-block;
	width: 100%
}

.cate_content .maihi_img img {
	transition: .4s linear
}

.l {
	box-shadow: inset 0 0 0 1px red
}

:root {
	--goldy: #f4b504;
	--goldy-rgb: 255, 184, 61;
	--bluecolor: #263571
}

::-webkit-scrollbar {
	height: 8px;
	width: 8px
}

::-webkit-scrollbar-thumb {
	background-color: #777
}

::-webkit-scrollbar-thumb:hover {
	background-color: #000
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
	background: transparent;
	cursor: pointer;
	display: none
}

.form-control::placeholder {
	text-transform: capitalize
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
	background-clip: content-box;
	border: 2px solid transparent;
	border-radius: 10px
}

::-webkit-scrollbar-track {
	background: transparent
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: var(--bs-black)
}

.icon {
	stroke: unset;
	stroke-width: 0;
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	vertical-align: -0.1em
}

.btn-goldy {
	--bs-btn-font-weight: 700;
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--goldy);
	--bs-btn-border-color: var(--goldy);
	--bs-btn-border-radius: .5rem;
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: #e6a637;
	--bs-btn-hover-border-color: #e6a637;
	--bs-btn-focus-shadow-rgb: var(--goldy-rgb);
	--bs-btn-active-color: var(--bs-btn-hover-color);
	--bs-btn-active-bg: #cc9331;
	--bs-btn-active-border-color: #cc9331;
	box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.25)
}

.btn-outline-black {
	font-size: 15px;
	--bs-btn-bg: transparent;
	--bs-btn-font-weight: 700;
	--bs-btn-border-color: var(--bs-black);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: #e6a637;
	--bs-btn-hover-border-color: #e6a637;
	--bs-btn-active-color: var(--bs-btn-hover-color);
	--bs-btn-active-bg: #cc9331;
	--bs-btn-active-border-color: #cc9331
}

.btn-outline-black:hover {
	box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.25)
}

.opacity-35 {
	opacity: .35
}

.opacity-40 {
	opacity: .4
}

.opacity-45 {
	opacity: .45
}

.opacity-55 {
	opacity: .55
}

.opacity-60 {
	opacity: .6
}

.opacity-65 {
	opacity: .65
}

.opacity-70 {
	opacity: .7
}

.fs-10px {
	font-size: 10px
}

.fs-11px {
	font-size: 11px
}

.fs-12px {
	font-size: 12px
}

.fw-md {
	font-weight: 500
}

.fw-sbold {
	font-weight: 600
}

.fw-bold {
	font-weight: 700
}

.text-justify {
	text-align: justify
}

.text-goldy {
	color: var(--goldy)
}

.text-red {
	color: red
}

.bg-grey {
	background: #f5f5f5
}

.bg-grey2 {
	background: #d9d9d9
}

.bg-goldy {
	background: var(--goldy)
}

.bg-transparent {
	background: transparent
}

.border-goldy {
	border-color: var(--goldy) !important
}

.img-cover {
	-o-object-fit: cover;
	object-fit: cover
}

.shadow-md {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25)
}

.lh-md {
	line-height: 1.35
}

.top-auto {
	top: auto
}

.bottom-auto {
	bottom: auto
}

.w-30 {
	width: 30%
}

.w-31 {
	width: 31%
}

.w-45 {
	width: 45%
}

.w-55 {
	width: 55%
}

.w-69 {
	width: 69%
}

.w-70 {
	width: 70%
}

.minw-50px {
	min-width: 50px
}

.minw-60px {
	min-width: 60px
}

.minw-70px {
	min-width: 70px
}

.minw-100px {
	min-width: 100px
}

.minw-150px {
	min-width: 150px
}

.minw-160px {
	min-width: 160px
}

.minh-100px {
	min-height: 100px
}

.minh-110px {
	min-height: 110px
}

.minh-120px {
	min-height: 120px
}

.minwh-38 {
	min-width: 38px;
	min-height: 38px
}

.minwh-50 {
	min-width: 50px;
	min-height: 50px
}

.minwh-60 {
	min-width: 60px;
	min-height: 60px
}

.maxh-50 {
	max-height: 50px
}

.mmh-100 {
	min-height: 100px;
	max-height: 100px
}

.mmwh-70 {
	min-width: 70px;
	max-width: 70px;
	min-height: 70px;
	max-height: 70px
}

.mmwh-75 {
	min-width: 75px;
	max-width: 75px;
	min-height: 75px;
	max-height: 75px
}

.mmwh-100 {
	min-width: 100px;
	max-width: 100px;
	min-height: 100px;
	max-height: 100px
}

.jc-center {
	justify-content: center
}

.jc-end {
	justify-content: flex-end
}

.ai-center {
	align-items: center
}

.rounded-start-pill {
	border-radius: 200px 0 0 200px
}

.rounded-end-pill {
	border-radius: 0 200px 200px 0
}

.btn-shadow {
	box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.25)
}

.form-check-input:checked {
	background-color: var(--goldy);
	border-color: var(--goldy)
}

.p-5px {
	padding: 5px
}

.p-6px {
	padding: 6px
}

.zindex-0 {
	z-index: 0
}


.list-group-transparent li {
	--bs-list-group-border-color: #fff;
	background: transparent;
	color: #fff;
	border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
	font-size: 14px
}

.price_list li {
	font-size: 14px
}

.license-card-img {
	width: 100%;
	height: 181.5px;
	overflow: hidden
}

.license-card-img img {
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	margin-left: -2px;
	margin-top: -2px
}

.shadow-goldy-hover:hover {
	box-shadow: 0 0 1px 1px #ffb83d;
	transition: 300ms
}

.link-black {
	color: var(--bs-black);
	text-decoration: none
}

.link-black:hover {
	color: var(--bs-black);
	text-decoration: underline
}

.heading-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 78px
}

header {
	background: #fff;
	z-index: 1000
}

header.active {
	top: -100px;
	position: -webkit-sticky;
	position: sticky;
	transition: 500ms;
	-webkit-animation: headerAnim 500ms linear;
	animation: headerAnim 500ms linear;
	box-shadow: 0 2px 4px rgba(255, 255, 255, 0.25)
}

header .top-bar {
	padding: 10px 0
}

header .top-bar .top-logo {
	text-decoration: none
}

header .top-bar .top-logo img {
	width: 100%;
    max-width: 238px;
    margin-right: 65px;
}

header .top-bar .top-right {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

header .top-bar .top-right address {
	display: flex;
	align-items: center;
	margin: 0 16px 0 0;
	padding-right: 16px;
	border-right: 1px solid #d9d9d9
}

header .top-bar .top-right .cert_logo {
	margin: 0 16px 0 0;
	padding-right: 16px;
	border-right: 1px solid #d9d9d9
}

header .top-bar .top-right address .icon {
	width: 20px;
	min-width: 20px;
	height: 20px;
	color: var(--goldy)
}

header .top-bar .top-right address p {
	font-size: 15px;
	line-height: 18.5px;
	margin: 0 0 0 10px
}

header .top-bar .top-right .top-call {
	display: flex;
	align-items: center;
	margin-right: 40px
}

header .top-bar .top-right .top-call .icon {
	width: 18px;
	min-width: 18px;
	height: 18px;
	color: var(--goldy)
}

header .top-bar .top-right .top-call .number-box {
	padding-left: 10px
}

header .top-bar .top-right .top-call .number-box a {
	font-size: 15px;
	line-height: 20px;
	display: table;
	text-decoration: none;
	color: var(--bs-black)
}

header .top-bar .top-right .top-call .number-box a:hover {
	color: var(--goldy)
}

header .top-bar .top-menubutton {
	display: none;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	padding: 0;
	margin: 0 0 0 10px;
	border: 0;
	font-size: 26px;
	border-radius: 50%;
	cursor: pointer;
	line-height: 23px;
}

header nav {
	background: var(--bluecolor);
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 1000
}

header nav .nav-social {
	text-align: right;
	padding-bottom: 5px
}

header nav .nav-social a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	text-decoration: none;
	color: var(--bs-white);
	display: inline-flex;
	margin-left: 10px
}

header nav .nav-social a:hover {
	color: var(--goldy)
}

header nav .nav-search {
	display: flex
}

header nav .nav-search .nav-form {
	min-width: 270px;
	position: relative
}

header nav .nav-search .nav-form input {
	width: 100%;
	height: 30px;
	border-radius: 0;
	border: .5px solid var(--bs-white);
	outline: 0;
	padding-left: 14px;
	background: transparent;
	color: var(--bs-white);
	padding-right: 36px
}

header nav .nav-search .nav-form input:focus {
	border: .5px solid var(--goldy);
	transition: 400ms
}

header nav .nav-search .nav-form button {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--bs-white);
	display: flex;
	justify-content: center;
	align-items: center
}

header nav .nav-search .nav-flag {
	display: flex;
	flex-direction: column;
	padding-left: 10px
}

header nav .nav-search .nav-flag a {
	display: flex;
	text-decoration: none;
	height: 13px
}

header nav .nav-search .nav-flag a:hover {
	opacity: .75
}

header nav .nav-search .nav-flag a img {
	height: 100%
}

header nav .nav-search .nav-flag a:nth-child(1) {
	margin-bottom: 4px
}

header nav .nav-menulist {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none
}

header nav .nav-menulist li {
	margin-right: 24px;
}

header nav .nav-menulist li.nav-submenu:hover .dropdown-more {
	transition: 400ms;
	opacity: 1;
	visibility: visible
}

header nav .nav-menulist li .nav-mlink {
	display: inline-flex;
	align-items: center;
	padding: 0;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	height: 30px;
	transition: 350ms;
	position: relative
}

header nav .nav-menulist li .nav-mlink::after {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background-color: var(--goldy);
	bottom: -2px;
	left: 0;
	transition: .3s linear
}

header nav .nav-menulist li .nav-mlink:hover::after {
	width: 100%
}

header nav .nav-menulist li .dropdown-more {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: calc(100% - 1.5rem);
	top: 105%;
	left: .75rem;
	padding: 1.725rem 2rem 2rem 2rem;
	background: var(--bs-white);
	border-top: 10px solid var(--bluecolor)
}

header nav .nav-menulist li .dropdown-more a {
	display: table;
	color: var(--bs-black);
	font-size: 16px;
	text-decoration: none;
	margin: 6px 0;
	padding: 4px 0;
	transition: 200ms;
	position: relative
}
.cuslting_drop{
       width: calc(100% - 17.5rem) !important; 
}


header nav .nav-menulist li .dropdown-more a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background: var(--goldy);
	bottom: 0;
	left: 0;
	transition: .3s linear
}

header nav .nav-menulist li .dropdown-more a:hover::after {
	width: 100%
}

header nav .nav-menulist li .dropdown-more .border-start {
	border-color: #9e9c9c !important
}

@-webkit-keyframes headerAnim {
	from {
		transform: translateY(-60px)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes headerAnim {
	from {
		transform: translateY(-60px)
	}

	to {
		transform: translateY(0)
	}
}

.carousel-home {
	position: relative
}

.carousel-home .carousel-item {
	position: relative;
	height: 400px;
	background: var(--bs-black)
}

.carousel-home .carousel-item img,
.carousel-home .carousel-item video {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 0;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.carousel-home .carousel-item .caption-box {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 1;
	padding: 20px 0
}

.carousel-home .carousel-item .caption-box h2 {
	font-size: 3.125rem;
	font-weight: 700;
	color: var(--bs-white);
	margin: 0
}

.carousel-home .carousel-item .caption-box p {
	font-weight: 500;
	color: var(--bs-white);
	margin-top: 10px;
	margin-bottom: 25px
}

.carousel-indicators [data-bs-target].active {
	background-color: var(--goldy)
}

.rfp-section .col-auto {
	padding-right: 60px;
	margin-right: 45px;
	border-right: 1px solid #fff
}

.rfp-section .btn:hover {
	color: var(--bs-black);
	border-color: var(--bs-white);
	background: var(--bs-white);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25)
}

@media (min-width:1200px) and (max-width:1399px){
.btm_logo {
    height: 88px;
}
.tbl_img td {
    padding: 5px 6px;
}





}



@media screen and (max-width:992px) {
   
	.rfp-section .col-auto {
		padding-right: 30px;
		margin-right: 15px;
		border-right: 0
	}

	.rfp-section .col-md-auto {
		margin-top: 10px
	}
}

.card-insights {
	border: 1px solid #ccc
}

.card-insights:hover {
	background: var(--bluecolor);
	color: #fff
}

.card-footer {
	background: var(--goldy) !important;
	border-radius: 0 !important
}

.card-footer .read-more {
	font-weight: 600;
	color: #000;
	text-transform: capitalize
}

.card-insights:hover {
	border: 1px solid var(--goldy);
	transition: 400ms
}

.card-insights:hover .read-more:hover {
	font-weight: 600
}

.card-wedo {
	display: block;
	text-align: center;
	position: relative
}

.card-wedo:hover {
	z-index: 2
}

.card-wedo:hover .ratio {
	transform: scale(1.125)
}

.card-wedo:hover .ratio .wedo-inner {
	transform: scale(1)
}

.card-wedo .ratio {
	position: relative;
	overflow: hidden;
	transition: 350ms
}

.card-wedo .ratio .wedo-inner {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	padding: 7px 10px;
	transition: 500ms ease;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
	transform: scale(0)
}

.card-practice {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	overflow: hidden
}

.card-practice img {
	transition: 300ms
}

.card-practice .bg-black {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: auto;
	height: 40px;
	bottom: 0;
	transition: height 300ms
}

.card-practice .read-more {
	display: inline-block;
	font-size: 13px;
	display: none
}

.card-practice:hover {
	color: var(--bs-white)
}

.card-practice:hover img {
	transform: scale(1.15)
}

.card-practice:hover .read-more {
	margin-top: 10px;
	display: block
}

.card-practice:hover .bg-black {
	height: 100%;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.case_study {
	background-image: url('/images/case-study.webp');
	background-size: cover;
	background-blend-mode: overlay;
	background-color: #00000073
}

.case_study .card-case {
	background: #fff;
	display: inline-block
}

.case_study .card-case p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify;
	padding: 3px 10px
}

.page-poster {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: var(--bs-black);
	display: flex;
	align-items: center;
	padding: 30px 0
}

.page-poster img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.page-poster .container {
	position: relative;
	z-index: 1
}

.read-more {
	position: relative;
	text-decoration: none;
	border-bottom: 1px solid transparent
}

.read-more:hover {
	color: #000 !important;
	border-bottom: 1px solid var(--goldy)
}

.read-more::after {
	content: " ►";
	color: var(--goldy)
}

.read-more.text-secondary::after {
	color: currentColor
}

.heading-bline {
	position: relative;
	padding-bottom: 20px
}

.heading-bline::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 4px;
	background: var(--bluecolor);
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 5px
}

.carousel-arrowondark .carousel-indicators {
	margin-bottom: -40px
}

.carousel-arrowondark .carousel-indicators [data-bs-target] {
	margin-right: 5px;
	margin-left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid var(--bs-black)
}

.carousel-arrowondark .carousel-inner {
	min-height: 170px
}

.carousel-arrowondark .button-prev,
.carousel-arrowondark .button-next {
	position: absolute;
	width: 40px;
	height: 40px;
	border: 1px solid var(--bs-white);
	box-shadow: 0 0 0 1px var(--bs-white);
	border-radius: 48px;
	top: calc(50% - 20px);
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--goldy);
	background: var(--bs-black)
}

.carousel-arrowondark .button-prev:hover,
.carousel-arrowondark .button-next:hover {
	color: var(--bs-white);
	border: 1px solid var(--goldy);
	box-shadow: 0 0 0 1px var(--goldy)
}

.carousel-arrowondark .button-next {
	left: auto;
	right: 0
}

@media screen and (min-width:1260px) {
	.carousel-arrowondark .carousel-inner {
		min-height: auto
	}

	.carousel-arrowondark .carousel-inner .carousel-item .row {
		padding-left: 0;
		padding-right: 0
	}

	.carousel-arrowondark .button-prev {
		left: -50px
	}

	.carousel-arrowondark .button-next {
		right: -50px
	}
}

.card-case {
	text-decoration: none
}

.card-case .ratio {
	overflow: hidden
}

.card-case .ratio img {
	transition: 400ms;
	-o-object-fit: cover;
	object-fit: cover
}

.card-case:hover .ratio img {
	transform: scale(1.15)
}

.client-alphabets {
	display: flex;
	border-bottom: 1px dashed #ccc
}

.client-alphabets h5 {
	font-weight: 700;
	min-width: 30px
}

.client-alphabets ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.client-alphabets ul li {
	margin-bottom: 12px;
	position: relative;
	margin-left: 15px
}

.extr_col {
	border: 1px solid #ccc;
	padding-top: 26px
}

.client-alphabets ul li i {
	color: var(--bluecolor);
	font-size: 13px;
	text-align: center;
	padding: 4px 0;
	position: absolute;
	left: -19px
}

.contact-address a {
	display: inline-flex;
	text-decoration: none;
	color: var(--bs-black)
}

.contact-address a:hover {
	color: var(--goldy)
}

.contact-address a .icon {
	width: 20px;
	min-width: 20px;
	height: 20px;
	margin-right: 20px;
	color: var(--goldy)
}

.sticky-clone {
	position: relative;
	min-width: 300px;
	max-width: 300px
}

.sticky-clone .right-sticky {
	position: absolute;
	top: 31px;
	z-index: 10
}

.sticky-clone .right-sticky.active {
	top: 82px;
	position: fixed;
	max-width: 300px
}

@media screen and (max-width:991.9px) {
    .cuslting_drop {
       width: 100% !important;
    }
	.hauto-on991 {
		height: auto
	}

	.sticky-clone {
		min-width: 280px;
		max-width: 420px;
		margin-top: 20px
	}

	.sticky-clone .right-sticky {
		position: relative;
		top: 0;
		z-index: 10
	}

	.sticky-clone .right-sticky.active {
		top: 0 !important;
		position: relative;
		max-width: 420px
	}
}

footer {
	background: var(--bluecolor);
	padding-top: 20px
}

footer .footer-logo {
	text-decoration: none;
	display: inline-block
}

footer .footer-logo img {
	width: 100%;
	max-width: 320px
}

footer .footer-para {
	font-size: 15px;
	line-height: 21px;
	color: #fff
}

footer h5 {
	font-weight: 600;
	color: var(--goldy);
	font-size: 20px
}

footer .footer-divide {
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	border-right: 1px solid rgba(255, 255, 255, 0.25)
}

footer .footer-divide a {
	color: var(--bs-white);
	text-decoration: none
}

footer .footer-divide a:hover {
	color: var(--goldy);
	text-decoration: underline
}

footer .footer-holinks {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none
}

footer .footer-holinks li {
	margin-bottom: 0
}

footer .footer-holinks li::after {
	content: "|";
	color: var(--bs-white);
	padding: 0 10px
}

footer .footer-holinks li:last-child {
	margin-bottom: 0
}

footer .footer-holinks li:last-child::after {
	display: none
}

footer .footer-holinks li a {
	text-decoration: none;
	color: var(--bs-white)
}

footer .footer-holinks li a:hover {
	color: var(--goldy);
	text-decoration: underline
}

footer .footer-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 15px
}

footer .footer-links li {
	margin-top: 4px
}

footer .footer-links li a {
	text-decoration: none;
	color: var(--bs-white);
	transition: 400ms;
	border-bottom: 1px solid transparent
}

footer .footer-links li a:hover {
	color: var(--goldy);
	border-bottom: 1px solid var(--goldy)
}

footer .footer-social a {
	margin-left: 10px;
	width: 24px;
	height: 24px;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: var(--bs-white);
	transition: 400ms
}

footer .footer-social a:nth-child(1) {
	margin-left: 0
}

footer .footer-social a:hover {
	background: var(--goldy);
	color: var(--bs-black)
}

footer .footer-bottom {
	margin-top: 20px;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px
}

footer .footer-bottom p {
	color: #000;
	font-size: 15px;
	margin: 6px 0;
	line-height: 18.29px
}

@media(min-width:1700px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1600px
	}
}

@media screen and (min-width:1400px) {
	.modify_content .blg_img img {
		height: auto
	}
}

@media(min-width:1200px) {
	.display-5 {
		font-size: 3.125rem
	}
}

@media(min-width:992px) and (max-width:1199px) {
.rept_smll_tlt {
    font-size: 8px;
}
.bar_cont p {
    font-size: 8px;
 
}
.btm_logo {
    height: 82px;
}
h5.rept_tile {
    font-size: 9px;
}
.lft_btm p {
    font-size: 7px;
}
 .top_cirle{
            width: 92px;
}
.cnetr_part {
    height: 270px;
}
.lft_btm {
    height: 140px;
}
.tbl_img td {
    font-size: 8px;
    padding: 6px 10px;
}
    
    
    
    
    
    
    
    
    header .top-bar .top-right .cert_logo{
        display:none;
    }
	.price_heads {
		font-size: 13px
	}

	.socials_blog_content {
		padding: 0
	}

	.categories-menu ul li a {
		font-size: 11px
	}
}

@media screen and (min-width:991.9px) {
	.mmt-lg-80 {
		margin-top: -80px
	}

	.table-md-p25 tr th,
	.table-md-p25 tr td {
		padding: 25px
	}
}

@media(min-width:768px) and (max-width:991px) {
.btm_logo {
    height: auto;
}
.rept_smll_tlt {
    font-size: 9px;
}
h5.rept_tile {
    font-size: 9px;
}
.lft_btm {
    height: 144px;
}
.cnetr_part {
    height: 274px;
}
.tbl_img td {
    padding: 6px 10px;
}
.bar_cont {
    margin-bottom: 6px;
}
.tbl_img td {
    font-size: 9px;
}
    
    
    
    
    
    
    
    .sticky-clone .right-sticky{
        display: none;
    }
	.blog_headss {
		margin-bottom: 35px
	}

	.report_sec .nav-tabs .nav-link {
		margin-bottom: 14px
	}

	.right_contents {
		padding: 0 15px 30px 15px
	}
}

@media screen and (min-width:768px) {
	.modify_content .blg_img img {
		height: auto
	}

	.border-md-end-dark {
		border-right: 1px solid var(--bs-dark)
	}
}

@media screen and (max-width:991.9px) {
    
    .cel_logo img {
    max-width: 96px !important;
}
	/*.menu-active header nav {*/
	/*	transform: rotateY(0);*/
	/*	transition: 300ms*/
	/*}*/

    .menu-active{
		transform: rotateY(0);
		transition: 300ms
	}
	header.active {
		top: 0
	}

	header .container {
		max-width: 100%
	}

	header .top-bar {
		padding: 8px 0 6px 0;
		height: 54px;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.25)
	}

	header .top-bar .top-logo img {
		max-width: 260px !important;
	}

	header .top-bar .top-right .cert_logo {
		display: none
	}

	header .top-bar .top-right .top-call {
		display:none;
		
	}

	header .top-bar .top-menubutton {
		display: flex
	}

	header nav {
		position: fixed;
		width: 280px;
		top: 54px;
		right: 0;
		height: calc(100vh - 54px);
		padding: 10px 10px;
		transform: rotateY(90deg);
		transform-origin: 100% 0
	}

	header nav .nav-search .nav-form {
		min-width: calc(100% - 30px)
	}

	header nav .nav-menulist {
		display: block;
		overflow: hidden;
		height: calc(100vh - 58px - 100px);
		overflow-y: auto;
		margin: 15px 0 0 0
	}

	header nav .nav-menulist li {
		margin-left: 0;
		margin-right: 0;
		margin-top: 5px
	}

	header nav .nav-menulist li .nav-mlink {
		padding: 0
	}

	header nav .nav-menulist li .dropdown-more {
		position: relative;
		visibility: visible;
		opacity: 1;
		width: 100%;
		padding: 0 0 0 10px;
		left: 0;
		top: 0;
		border-left: 1px dashed #555;
		margin-bottom: 20px;
		box-shadow: 0 0 5px 1px #ccc
	}

	header nav .nav-menulist li .dropdown-more a {
		font-size: 14px;
		margin: 5px 0
	}
}

@media screen and (max-width:768.1px) {
	header .top-bar .top-logo img {
		max-width: 240px !important;
	}

	.carousel-home .carousel-item {
		min-height: 280px
	}

	.carousel-home .carousel-item .caption-box h2 {
		font-size: 2rem
	}

	.carousel-home .carousel-item .caption-box p {
		font-size: 15px;
		margin-top: 5px;
		margin-bottom: 20px
	}
}

@media(max-width:767px) {
    .btm_logo {
    height: auto;
}
    #donutChart {
      width: 100%;
}
.legend{
    margin-left: 0 !important;
}
.legend-item span{
     font-size: 12px;
}
.rept_smll_tlt{
    font-size: 9px;
}
    
    
.right_top_part {
    height: auto;
}
.rpt_log img {
    height: 28px;
} 
.revse_colmn{
        flex-direction: column-reverse;
}
.top_cirle{
        width: 96px;
}
.cnetr_part img {
    height: auto;
}
.top_cirle p {
    font-size: 10px;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .mob_img{
        display: none !important;
    }
    .text-endss{
       text-align: center;
    }
	.shadow-goldy-hover {
		margin-bottom: 20px
	}

	.ibsdjfb {
		margin-top: 20px
	}

	.single-report-card-wrap {
		display: block
	}

	.single-report-card-left {
		width: 100%
	}

	.single-report-card-right {
		width: 100%
	}

	.redsdfff {
		margin-top: 40px
	}

	.owl-text-overlay {
		position: inherit
	}

	.blg_slide_cont {
		margin-top: 35px
	}

	.blog_box::after {
		background: var(--bluecolor)
	}

	.blg_slide_contss {
		position: inherit
	}

	.case_sty_cont .tilte {
		height: auto
	}

	.capabilities_bg {
		padding: 47px 30px;
		background-size: cover;
		background-position: bottom
	}

	.hero_text .banner_head {
		font-size: 22px
	}

	.hero_text .banner_para {
		font-size: 15px
	}

	.banner-hero_content img {
		height: 390px
	}

	.hero_text {
		top: 15%;
		left: 0;
		transform: none;
		padding: 20px
	}

	.revse_comn {
		flex-direction: column-reverse
	}

	.cont-mob {
		font-size: 10px
	}

	#clients .slick-next,
	.slick-prev {
		display: none
	}

	.sample_stripts a {
		font-size: 11px
	}

	.sample_stripts span {
		font-size: 11px;
		width: 100%;
		display: inline-block;
		margin-right: 0 !important;
		margin-bottom: 7px;
	}

	.inds_left {
		padding-right: calc(var(--bs-gutter-x) * .5)
	}
    .mob_right_stcy{
        display: block !important;
        margin-top: 20px;
    }
	.report_right_side.sticky-top {
		display: none
	}

	.sticky-clone {
		margin-bottom: 24px
	}

	.report_sec .nav-tabs .nav-link {
		margin-bottom: 16px;
		margin-right: 0px;
	}
	.report_sec .nav-tabs .tbss {
		  width: 50%;
	}
	

	.curr-data-list {
		padding: 0 10px
	}

	.right_contents {
		padding: 0 15px 40px 15px
	}

	.bottom_fixed_buttons {
		display: block
	}

	.bottom-to-top {
		display: none !important
	}

	.modify_content .blg_img img {
		height: auto
	}

	.socials_blog_content {
		margin-top: 50px
	}

	.list-btns a {
		width: 100%;
		display: inline-block;
		text-align: center
	}

	.table-content-list-btn {
		display: block
	}

	.blog_sec .blog_content {
		height: auto
	}
}

@media screen and (max-width:680.1px) {
        .cont-mob {
        display:none;
    }
	header .top-bar .top-logo img {
		max-width: 195px !important;
		display: block
	}
	.cel_logo img {
    max-width: 68px !important;
}

	header .top-bar .top-right .cert_logo,
	header .top-bar .top-right .top-call {
		display: none
	}
}

@media screen and (max-width:575.1px) {
	.fs-sm-11 {
		font-size: 11px
	}

	.fs-sm-12 {
		font-size: 12px
	}

	.mmwh-sm40 {
		min-width: 40px;
		max-width: 40px;
		min-height: 40px;
		max-height: 40px
	}

	.carousel-home .carousel-item .caption-box h2 {
		font-size: 1.5rem
	}

	.carousel-home .carousel-item .caption-box p {
		font-size: 13px
	}

	footer .footer-divide {
		border: 0
	}
}

@media screen and (max-width:420.1px) {
    
h5.rept_tile {
    font-size: 9px;
}
.lft_btm p {
    font-size: 7px;
}
.cnetr_part {
    height: 257px;
}

.lft_btm {
    height: 127px;
}


    
    
    
    
    
    .cont-mob {
        display:none;
    }
    .cel_logo img {
    max-width: 77px !important;
}
	header .top-bar .top-logo img {
		max-width: 120px !important;
	}
}
