/*------------------------------------- Common CSS ------------------------------------------*/
:root {
  --white: #FFFFFF;
  --black: #000000;
  --grey: #dadada;
  --gray: #e8e8e8;
  --white-light: #FFFFFF99;
  --light-blue-bg:#3E4867;
  --blue-bg: #358CA6;
  --dark-blue-bg: #121D46;
  --off-white: #f8f8f8;
  --dark-gray: #8B8B8B;
  --light-white-bg: #F0F0F0;
  --light-gray: #B5A77B33;
  --border-radius: 19.5px;
  --border-radius-large: 20px;
  --border-radius-small: 15px;
  --border-radius-xsmall: 8px;
  --border-width: 0.5px;
  --border-small-width: 0.25px;
  --border-medium-width: 1px;
  --border-large-width: 2px;
  --list-dot-width: 7px;
  --small-button-width: 118px;
  --small-button-height: 31px;
  --light-black: #0000004D;
  --border-top-right-radius: 60px;
  --light-gray: #a8a8a8;
  --hover-dark-text: #818181;
  --hover-black-text: #2c2c2c;
  --hover-blue-bg:#94E3FF94;
  --hover-brown-bg: #ECD69199;
  --carousel-awards-height: 559px;
}
.no-padding{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.no-margin{
    margin: 0 !important;
}
.font-weight-700{
    font-weight: 700;
}
.text-white{
    color: var(--white);
}
.text-black{
    color: var(--black);
}
.text-center{
    text-align: center;
}
.border-half-width {
    border-top-width:1px;
    border-top-style: solid;
}
.border-medium-width {
    border-top-width: var(--border-medium-width);
    border-top-style: solid;
}
.border-full-width {
    border-top-width: var(--border-large-width);
    border-top-style: solid;
}
.border-color-light{
    border-top-color: var(--white);
}
.border-color-dark{
    border-top-color: var(--black);
}
.no-padding {
    padding: 0 !important;
}
section.l-section.ptb-53-88{
    padding-top: 53px;
    padding-bottom: 88px;
}
.btn_rounded {
    border-radius: var(--border-radius);
    background: var(--light-blue-bg);
    width: var(--small-button-width);
    height: var(--small-button-height);
    font-weight: 400;
}
.display_flex, #menu-top-menu{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.flex_end {
    align-items: end;
}
.color-light{
    color: rgb(from currentColor r g b / 0.6);
}
.color-light:hover, .color-light a:hover{
    color: rgb(from currentColor r g b / 1) !important;
}
p {
    margin-bottom: 22px;
}
.margin_auto{
    margin-left: auto;
    margin-right: auto;
}
.bg-off-white{
    background-color: var(--off-white);
}
.bg-light{
    background-color: var(--light-gray);
}
.border-round{
    border-radius: var(--border-top-right-radius) var(--border-top-right-radius) 0 0;
}
section.l-section.ptb-44-60{
    padding-top: 44px;
    padding-bottom: 60px;
}
section.l-section.ptb-55-0{
    padding-top: 55px;
    padding-bottom: 58px;
}
.arrow_circle_btn{
   position: relative !important;
   background: transparent !important;
}
.arrow_circle_btn::after {
    content: '';
    background: var(--right-arrow);
    display: block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-color: #000;
    border-radius: 17.5px !important;
    background-size: 15px;
    background-position: center 10px;
    position: absolute !important;
    right: 6px !important;
    top: 5px !important;
}
.arrow_circle_btn:hover{
    opacity: .7;
}
.font_30{
    font-size: 30px;
    line-height: 35.4px;
    letter-spacing: 0.3px;
}
.rounded_btns {
    width: 136px;
    height: 35px;
    padding: 0 !important;
}
.arrow_circle_btn:hover {
    background: #C0C0C0;
}
.border_line a, .header_navigation a span{
    position: relative;
}
.border_line a::after, .header_navigation a span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.border_line a:hover::after, .header_navigation a span:hover::after {
    transform: scaleX(1);
}
body.off-white-bg,
body.off-white-bg .l-canvas,
body.off-white-bg .l-canvas .l-subheader.at_middle {
    background-color: var(--off-white) !important;
}
.news_top_sec.privacy_policy .wpb_text_column {
    max-width: 100%;
    line-height: 25px;
    letter-spacing: 0.2px;
    font-size: 20px;
}
.news_top_sec.privacy_policy .wpb_text_column span {
    color: #000;
    margin-bottom: 6px !important;
    width: 100%;
    display: inline-block;
}
a.arrow_button.recent_view {
    font-size: 14px;
    line-height: normal;
}
.testi-grid-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: start;
}
@media screen and (max-width: 767.5px) {
    :root {
        --border-top-right-radius: 20px;
        /* --carousel-awards-height: clamp(430px, 134.375vw, 559px); */
    }
    .arrow_circle_btn::after {
        width: 26px;
        height: 26px;
        background-position: center;
    }
    .heading_para h3, .insight-text h3, .insight-text {
        font-size: clamp(12px, 3.75vw, 25px) !important;
        line-height: normal;
        font-weight: 400 !important;
    }
    .client-icon, .client-icon h4, .cli_focus_sec {
        text-align: center !important;
    }
	.news_top_sec.privacy_policy .vc_custom_heading, .news_top_sec.privacy_policy .wpb_text_column{
		text-align: left !important;
	}
	.news_top_sec .vc_custom_heading {
		border-bottom: 0.5px solid #000 !important;
		margin-bottom: 10px !important;
	}
}

/*------------------------------------- Common CSS (Tablet Screen) ------------------------------------------*/
@media screen and (min-width:768px) and (max-width: 1279px) {
	.arrow_circle_btn::after {
		content: '';
		background: var(--right-arrow);
		display: block;
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		background-color: #000;
		border-radius: 17.5px !important;
		background-size: 12px;
		background-position: center;
		position: absolute !important;
		right: 6px !important;
		top: 0px !important;
		padding: 0 !important;
	}
	.home .arrow_circle_btn::after {
		top: 0px !important;
	}
	.font_30 {
		font-size: clamp(20px,2.604vw, 30px);
		line-height: normal;
	}
    h3{
        font-size: clamp(18px,2.344vw, 25px)!important;
        line-height: normal!important;
    }
    .news_top_sec.privacy_policy .wpb_text_column {
        font-size: clamp(12px, 1.563vw, 20px) !important;
        line-height: normal;
    }
}